From 4e02a7efcd1e13febe2a3d96d88917cbd33a7390 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 4 Aug 2020 06:00:46 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] # [3.0.0](https://github.com/baidu/san-ssr/compare/v2.2.4...v3.0.0) (2020-08-04) ### Bug Fixes * trigger release ([815ae66](https://github.com/baidu/san-ssr/commit/815ae66c1d51fa6478491f2339359c8dad04a551)) ### BREAKING CHANGES * dependencies including ts-morph are all upgraded --- CHANGELOG.md | 12 + docs/assets/css/main.css | 3210 +++++++++-------- docs/assets/js/main.js | 2 +- docs/assets/js/search.js | 3 - docs/assets/js/search.json | 1 + ...ls_component_info_.componentinfoimpl.html} | 155 +- ...component_info_.dynamiccomponentinfo.html} | 189 +- ...s_component_info_.typedcomponentinfo.html} | 184 +- ... _src_models_san_project_.sanproject.html} | 192 +- ...an_source_file_.dynamicsansourcefile.html} | 128 +- ...s_san_source_file_.sansourcefileimpl.html} | 112 +- ..._san_source_file_.typedsansourcefile.html} | 143 +- ...t_class_parser_.componentclassparser.html} | 141 +- ...ript_san_parser_.typescriptsanparser.html} | 77 +- ...ml => _src_runtime_san_data_.sandata.html} | 121 +- ...pilers_anode_compiler_.anodecompiler.html} | 184 +- ...ent_compiler_.componentclasscompiler.html} | 111 +- ...rs_element_compiler_.elementcompiler.html} | 115 +- ..._renderer_compiler_.renderercompiler.html} | 150 +- ...> _src_target_js_index_.tojscompiler.html} | 143 +- ..._src_target_js_js_emitter_.jsemitter.html} | 349 +- ....html => _src_utils_emitter_.emitter.html} | 179 +- docs/globals.html | 283 +- docs/index.html | 218 +- .../_runtime_index_.sanssrruntime.html | 324 -- .../_runtime_underscore_.context.html | 255 -- ...ml => _src_models_compiler_.compiler.html} | 78 +- ...l => _src_models_component_.computed.html} | 87 +- ...ml => _src_models_component_.filters.html} | 85 +- ...ponent_reference_.componentreference.html} | 90 +- ...reference_.dynamiccomponentreference.html} | 104 +- ...ls_options_.typescriptfiledescriptor.html} | 90 +- ...ml => _src_models_renderer_.renderer.html} | 65 +- .../_src_runtime_index_.sanssrruntime.html | 245 ++ ...l => _src_runtime_resolver_.resolver.html} | 114 +- ...l => _src_runtime_san_data_.computed.html} | 77 +- ...=> _src_runtime_san_data_.dataobject.html} | 67 +- .../_src_runtime_underscore_.context.html | 217 ++ docs/modules/_index_.html | 249 -- docs/modules/_models_component_info_.html | 250 -- docs/modules/_models_options_.html | 310 -- docs/modules/_models_san_source_file_.html | 258 -- .../_parsers_component_class_parser_.html | 171 - .../_parsers_typescript_san_parser_.html | 193 - docs/modules/_runtime_san_data_.html | 184 - .../{_bin_ssr_.html => _src_bin_ssr_.html} | 149 +- ...es_case_.html => _src_fixtures_case_.html} | 227 +- docs/modules/_src_index_.html | 416 +++ ...piler_.html => _src_models_compiler_.html} | 61 +- ...nent_.html => _src_models_component_.html} | 107 +- ...d_.html => _src_models_component_id_.html} | 55 +- docs/modules/_src_models_component_info_.html | 211 ++ ... => _src_models_component_reference_.html} | 103 +- docs/modules/_src_models_options_.html | 271 ++ ...derer_.html => _src_models_renderer_.html} | 61 +- ...ct_.html => _src_models_san_project_.html} | 84 +- .../modules/_src_models_san_source_file_.html | 219 ++ ..._src_parsers_component_class_parser_.html} | 61 +- ...=> _src_parsers_normalize_component_.html} | 67 +- ...html => _src_parsers_parse_template_.html} | 139 +- ...nfig_.html => _src_parsers_tsconfig_.html} | 74 +- ... _src_parsers_typescript_san_parser_.html} | 83 +- ...e_index_.html => _src_runtime_index_.html} | 105 +- ...lver_.html => _src_runtime_resolver_.html} | 111 +- docs/modules/_src_runtime_san_data_.html | 145 + ...re_.html => _src_runtime_underscore_.html} | 404 +-- ...c_target_js_compilers_anode_compiler_.html | 132 + ...rget_js_compilers_component_compiler_.html | 132 + ...target_js_compilers_element_compiler_.html | 132 + ...c_target_js_compilers_expr_compiler_.html} | 269 +- ...arget_js_compilers_renderer_compiler_.html | 154 + ...src_target_js_compilers_stringifier_.html} | 75 +- ...index_.html => _src_target_js_index_.html} | 85 +- docs/modules/_src_target_js_js_emitter_.html | 132 + ...2js_.html => _src_transpilers_ts2js_.html} | 91 +- ...util_.html => _src_utils_anode_util_.html} | 104 +- ...t_util_.html => _src_utils_ast_util_.html} | 218 +- ...s_buffer_.html => _src_utils_buffer_.html} | 67 +- ...utils_case_.html => _src_utils_case_.html} | 150 +- ...m_util_.html => _src_utils_dom_util_.html} | 79 +- docs/modules/_src_utils_emitter_.html | 132 + .../{_utils_fs_.html => _src_utils_fs_.html} | 67 +- ...utils_lang_.html => _src_utils_lang_.html} | 98 +- ...rds_.html => _src_utils_type_guards_.html} | 359 +- .../_target_js_compilers_anode_compiler_.html | 171 - ...rget_js_compilers_component_compiler_.html | 171 - ...target_js_compilers_element_compiler_.html | 171 - ...arget_js_compilers_renderer_compiler_.html | 193 - package-lock.json | 2 +- package.json | 2 +- 90 files changed, 7062 insertions(+), 9192 deletions(-) delete mode 100644 docs/assets/js/search.js create mode 100644 docs/assets/js/search.json rename docs/classes/{_models_component_info_.componentinfoimpl.html => _src_models_component_info_.componentinfoimpl.html} (62%) rename docs/classes/{_models_component_info_.dynamiccomponentinfo.html => _src_models_component_info_.dynamiccomponentinfo.html} (55%) rename docs/classes/{_models_component_info_.typedcomponentinfo.html => _src_models_component_info_.typedcomponentinfo.html} (60%) rename docs/classes/{_models_san_project_.sanproject.html => _src_models_san_project_.sanproject.html} (61%) rename docs/classes/{_models_san_source_file_.dynamicsansourcefile.html => _src_models_san_source_file_.dynamicsansourcefile.html} (53%) rename docs/classes/{_models_san_source_file_.sansourcefileimpl.html => _src_models_san_source_file_.sansourcefileimpl.html} (61%) rename docs/classes/{_models_san_source_file_.typedsansourcefile.html => _src_models_san_source_file_.typedsansourcefile.html} (54%) rename docs/classes/{_parsers_component_class_parser_.componentclassparser.html => _src_parsers_component_class_parser_.componentclassparser.html} (57%) rename docs/classes/{_parsers_typescript_san_parser_.typescriptsanparser.html => _src_parsers_typescript_san_parser_.typescriptsanparser.html} (59%) rename docs/classes/{_runtime_san_data_.sandata.html => _src_runtime_san_data_.sandata.html} (65%) rename docs/classes/{_target_js_compilers_anode_compiler_.anodecompiler.html => _src_target_js_compilers_anode_compiler_.anodecompiler.html} (69%) rename docs/classes/{_target_js_compilers_component_compiler_.componentclasscompiler.html => _src_target_js_compilers_component_compiler_.componentclasscompiler.html} (60%) rename docs/classes/{_target_js_compilers_element_compiler_.elementcompiler.html => _src_target_js_compilers_element_compiler_.elementcompiler.html} (66%) rename docs/classes/{_target_js_compilers_renderer_compiler_.renderercompiler.html => _src_target_js_compilers_renderer_compiler_.renderercompiler.html} (60%) rename docs/classes/{_target_js_index_.tojscompiler.html => _src_target_js_index_.tojscompiler.html} (59%) rename docs/classes/{_target_js_js_emitter_.jsemitter.html => _src_target_js_js_emitter_.jsemitter.html} (74%) rename docs/classes/{_utils_emitter_.emitter.html => _src_utils_emitter_.emitter.html} (75%) delete mode 100644 docs/interfaces/_runtime_index_.sanssrruntime.html delete mode 100644 docs/interfaces/_runtime_underscore_.context.html rename docs/interfaces/{_models_compiler_.compiler.html => _src_models_compiler_.compiler.html} (55%) rename docs/interfaces/{_models_component_.computed.html => _src_models_component_.computed.html} (50%) rename docs/interfaces/{_models_component_.filters.html => _src_models_component_.filters.html} (51%) rename docs/interfaces/{_models_component_reference_.componentreference.html => _src_models_component_reference_.componentreference.html} (55%) rename docs/interfaces/{_models_component_reference_.dynamiccomponentreference.html => _src_models_component_reference_.dynamiccomponentreference.html} (53%) rename docs/interfaces/{_models_options_.typescriptfiledescriptor.html => _src_models_options_.typescriptfiledescriptor.html} (53%) rename docs/interfaces/{_models_renderer_.renderer.html => _src_models_renderer_.renderer.html} (55%) create mode 100644 docs/interfaces/_src_runtime_index_.sanssrruntime.html rename docs/interfaces/{_runtime_resolver_.resolver.html => _src_runtime_resolver_.resolver.html} (66%) rename docs/interfaces/{_runtime_san_data_.computed.html => _src_runtime_san_data_.computed.html} (53%) rename docs/interfaces/{_runtime_san_data_.dataobject.html => _src_runtime_san_data_.dataobject.html} (51%) create mode 100644 docs/interfaces/_src_runtime_underscore_.context.html delete mode 100644 docs/modules/_index_.html delete mode 100644 docs/modules/_models_component_info_.html delete mode 100644 docs/modules/_models_options_.html delete mode 100644 docs/modules/_models_san_source_file_.html delete mode 100644 docs/modules/_parsers_component_class_parser_.html delete mode 100644 docs/modules/_parsers_typescript_san_parser_.html delete mode 100644 docs/modules/_runtime_san_data_.html rename docs/modules/{_bin_ssr_.html => _src_bin_ssr_.html} (51%) rename docs/modules/{_fixtures_case_.html => _src_fixtures_case_.html} (62%) create mode 100644 docs/modules/_src_index_.html rename docs/modules/{_models_compiler_.html => _src_models_compiler_.html} (50%) rename docs/modules/{_models_component_.html => _src_models_component_.html} (53%) rename docs/modules/{_models_component_id_.html => _src_models_component_id_.html} (50%) create mode 100644 docs/modules/_src_models_component_info_.html rename docs/modules/{_models_component_reference_.html => _src_models_component_reference_.html} (59%) create mode 100644 docs/modules/_src_models_options_.html rename docs/modules/{_models_renderer_.html => _src_models_renderer_.html} (50%) rename docs/modules/{_models_san_project_.html => _src_models_san_project_.html} (53%) create mode 100644 docs/modules/_src_models_san_source_file_.html rename docs/modules/{_utils_emitter_.html => _src_parsers_component_class_parser_.html} (50%) rename docs/modules/{_parsers_normalize_component_.html => _src_parsers_normalize_component_.html} (55%) rename docs/modules/{_parsers_parse_template_.html => _src_parsers_parse_template_.html} (61%) rename docs/modules/{_parsers_tsconfig_.html => _src_parsers_tsconfig_.html} (55%) rename docs/modules/{_target_js_js_emitter_.html => _src_parsers_typescript_san_parser_.html} (50%) rename docs/modules/{_runtime_index_.html => _src_runtime_index_.html} (53%) rename docs/modules/{_runtime_resolver_.html => _src_runtime_resolver_.html} (66%) create mode 100644 docs/modules/_src_runtime_san_data_.html rename docs/modules/{_runtime_underscore_.html => _src_runtime_underscore_.html} (63%) create mode 100644 docs/modules/_src_target_js_compilers_anode_compiler_.html create mode 100644 docs/modules/_src_target_js_compilers_component_compiler_.html create mode 100644 docs/modules/_src_target_js_compilers_element_compiler_.html rename docs/modules/{_target_js_compilers_expr_compiler_.html => _src_target_js_compilers_expr_compiler_.html} (65%) create mode 100644 docs/modules/_src_target_js_compilers_renderer_compiler_.html rename docs/modules/{_target_js_compilers_stringifier_.html => _src_target_js_compilers_stringifier_.html} (68%) rename docs/modules/{_target_js_index_.html => _src_target_js_index_.html} (54%) create mode 100644 docs/modules/_src_target_js_js_emitter_.html rename docs/modules/{_transpilers_ts2js_.html => _src_transpilers_ts2js_.html} (59%) rename docs/modules/{_utils_anode_util_.html => _src_utils_anode_util_.html} (61%) rename docs/modules/{_utils_ast_util_.html => _src_utils_ast_util_.html} (65%) rename docs/modules/{_utils_buffer_.html => _src_utils_buffer_.html} (56%) rename docs/modules/{_utils_case_.html => _src_utils_case_.html} (63%) rename docs/modules/{_utils_dom_util_.html => _src_utils_dom_util_.html} (52%) create mode 100644 docs/modules/_src_utils_emitter_.html rename docs/modules/{_utils_fs_.html => _src_utils_fs_.html} (56%) rename docs/modules/{_utils_lang_.html => _src_utils_lang_.html} (63%) rename docs/modules/{_utils_type_guards_.html => _src_utils_type_guards_.html} (62%) delete mode 100644 docs/modules/_target_js_compilers_anode_compiler_.html delete mode 100644 docs/modules/_target_js_compilers_component_compiler_.html delete mode 100644 docs/modules/_target_js_compilers_element_compiler_.html delete mode 100644 docs/modules/_target_js_compilers_renderer_compiler_.html diff --git a/CHANGELOG.md b/CHANGELOG.md index 02998d99..2206934b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [3.0.0](https://github.com/baidu/san-ssr/compare/v2.2.4...v3.0.0) (2020-08-04) + + +### Bug Fixes + +* trigger release ([815ae66](https://github.com/baidu/san-ssr/commit/815ae66c1d51fa6478491f2339359c8dad04a551)) + + +### BREAKING CHANGES + +* dependencies including ts-morph are all upgraded + ## [2.2.4](https://github.com/baidu/san-ssr/compare/v2.2.3...v2.2.4) (2020-07-31) diff --git a/docs/assets/css/main.css b/docs/assets/css/main.css index c771b843..959edd73 100644 --- a/docs/assets/css/main.css +++ b/docs/assets/css/main.css @@ -1,40 +1,44 @@ /*! normalize.css v1.1.3 | MIT License | git.io/normalize */ /* ========================================================================== - * HTML5 display definitions - * ========================================================================== */ + * * HTML5 display definitions + * * ========================================================================== */ /** - * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3. */ + * * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3. */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { - display: block; } + display: block; +} /** - * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */ + * * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */ audio, canvas, video { display: inline-block; *display: inline; - *zoom: 1; } + *zoom: 1; +} /** - * Prevent modern browsers from displaying `audio` without controls. - * Remove excess height in iOS 5 devices. */ + * * Prevent modern browsers from displaying `audio` without controls. + * * Remove excess height in iOS 5 devices. */ audio:not([controls]) { display: none; - height: 0; } + height: 0; +} /** - * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4. - * Known issue: no IE 6 support. */ + * * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4. + * * Known issue: no IE 6 support. */ [hidden] { - display: none; } + display: none; +} /* ========================================================================== - * Base - * ========================================================================== */ + * * Base + * * ========================================================================== */ /** - * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using - * `em` units. - * 2. Prevent iOS text size adjust after orientation change, without disabling - * user zoom. */ + * * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using + * * `em` units. + * * 2. Prevent iOS text size adjust after orientation change, without disabling + * * user zoom. */ html { font-size: 100%; /* 1 */ @@ -42,223 +46,257 @@ html { /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ - font-family: sans-serif; } + font-family: sans-serif; +} /** - * Address `font-family` inconsistency between `textarea` and other form - * elements. */ + * * Address `font-family` inconsistency between `textarea` and other form + * * elements. */ button, input, select, textarea { - font-family: sans-serif; } + font-family: sans-serif; +} /** - * Address margins handled incorrectly in IE 6/7. */ + * * Address margins handled incorrectly in IE 6/7. */ body { - margin: 0; } + margin: 0; +} /* ========================================================================== - * Links - * ========================================================================== */ + * * Links + * * ========================================================================== */ /** - * Address `outline` inconsistency between Chrome and other browsers. */ + * * Address `outline` inconsistency between Chrome and other browsers. */ a:focus { - outline: thin dotted; } - + outline: thin dotted; +} a:active, a:hover { - outline: 0; } + outline: 0; +} /** - * Improve readability when focused and also mouse hovered in all browsers. */ + * * Improve readability when focused and also mouse hovered in all browsers. */ /* ========================================================================== - * Typography - * ========================================================================== */ + * * Typography + * * ========================================================================== */ /** - * Address font sizes and margins set differently in IE 6/7. - * Address font sizes within `section` and `article` in Firefox 4+, Safari 5, - * and Chrome. */ + * * Address font sizes and margins set differently in IE 6/7. + * * Address font sizes within `section` and `article` in Firefox 4+, Safari 5, + * * and Chrome. */ h1 { font-size: 2em; - margin: 0.67em 0; } + margin: 0.67em 0; +} h2 { font-size: 1.5em; - margin: 0.83em 0; } + margin: 0.83em 0; +} h3 { font-size: 1.17em; - margin: 1em 0; } + margin: 1em 0; +} h4, .tsd-index-panel h3 { font-size: 1em; - margin: 1.33em 0; } + margin: 1.33em 0; +} h5 { font-size: 0.83em; - margin: 1.67em 0; } + margin: 1.67em 0; +} h6 { font-size: 0.67em; - margin: 2.33em 0; } + margin: 2.33em 0; +} /** - * Address styling not present in IE 7/8/9, Safari 5, and Chrome. */ + * * Address styling not present in IE 7/8/9, Safari 5, and Chrome. */ abbr[title] { - border-bottom: 1px dotted; } + border-bottom: 1px dotted; +} /** - * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */ + * * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */ b, strong { - font-weight: bold; } + font-weight: bold; +} blockquote { - margin: 1em 40px; } + margin: 1em 40px; +} /** - * Address styling not present in Safari 5 and Chrome. */ + * * Address styling not present in Safari 5 and Chrome. */ dfn { - font-style: italic; } + font-style: italic; +} /** - * Address differences between Firefox and other browsers. - * Known issue: no IE 6/7 normalization. */ + * * Address differences between Firefox and other browsers. + * * Known issue: no IE 6/7 normalization. */ hr { box-sizing: content-box; - height: 0; } + height: 0; +} /** - * Address styling not present in IE 6/7/8/9. */ + * * Address styling not present in IE 6/7/8/9. */ mark { background: #ff0; - color: #000; } + color: #000; +} /** - * Address margins set differently in IE 6/7. */ + * * Address margins set differently in IE 6/7. */ p, pre { - margin: 1em 0; } + margin: 1em 0; +} /** - * Correct font family set oddly in IE 6, Safari 4/5, and Chrome. */ + * * Correct font family set oddly in IE 6, Safari 4/5, and Chrome. */ code, kbd, pre, samp { font-family: monospace, serif; - _font-family: 'courier new', monospace; - font-size: 1em; } + _font-family: "courier new", monospace; + font-size: 1em; +} /** - * Improve readability of pre-formatted text in all browsers. */ + * * Improve readability of pre-formatted text in all browsers. */ pre { white-space: pre; white-space: pre-wrap; - word-wrap: break-word; } + word-wrap: break-word; +} /** - * Address CSS quotes not supported in IE 6/7. */ + * * Address CSS quotes not supported in IE 6/7. */ q { - quotes: none; } - q:before, q:after { - content: ''; - content: none; } + quotes: none; +} +q:before, q:after { + content: ""; + content: none; +} /** - * Address `quotes` property not supported in Safari 4. */ + * * Address `quotes` property not supported in Safari 4. */ /** - * Address inconsistent and variable font size in all browsers. */ + * * Address inconsistent and variable font size in all browsers. */ small { - font-size: 80%; } + font-size: 80%; +} /** - * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ + * * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ sub { font-size: 75%; line-height: 0; position: relative; - vertical-align: baseline; } + vertical-align: baseline; +} sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; - top: -0.5em; } + top: -0.5em; +} sub { - bottom: -0.25em; } + bottom: -0.25em; +} /* ========================================================================== - * Lists - * ========================================================================== */ + * * Lists + * * ========================================================================== */ /** - * Address margins set differently in IE 6/7. */ + * * Address margins set differently in IE 6/7. */ dl, menu, ol, ul { - margin: 1em 0; } + margin: 1em 0; +} dd { - margin: 0 0 0 40px; } + margin: 0 0 0 40px; +} /** - * Address paddings set differently in IE 6/7. */ + * * Address paddings set differently in IE 6/7. */ menu, ol, ul { - padding: 0 0 0 40px; } + padding: 0 0 0 40px; +} /** - * Correct list images handled incorrectly in IE 7. */ + * * Correct list images handled incorrectly in IE 7. */ nav ul, nav ol { list-style: none; - list-style-image: none; } + list-style-image: none; +} /* ========================================================================== - * Embedded content - * ========================================================================== */ + * * Embedded content + * * ========================================================================== */ /** - * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3. - * 2. Improve image quality when scaled in IE 7. */ + * * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3. + * * 2. Improve image quality when scaled in IE 7. */ img { border: 0; /* 1 */ - -ms-interpolation-mode: bicubic; } + -ms-interpolation-mode: bicubic; +} /* 2 */ /** - * Correct overflow displayed oddly in IE 9. */ + * * Correct overflow displayed oddly in IE 9. */ svg:not(:root) { - overflow: hidden; } + overflow: hidden; +} /* ========================================================================== - * Figures - * ========================================================================== */ + * * Figures + * * ========================================================================== */ /** - * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */ + * * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */ figure, form { - margin: 0; } + margin: 0; +} /* ========================================================================== - * Forms - * ========================================================================== */ + * * Forms + * * ========================================================================== */ /** - * Correct margin displayed oddly in IE 6/7. */ + * * Correct margin displayed oddly in IE 6/7. */ /** - * Define consistent border, margin, and padding. */ + * * Define consistent border, margin, and padding. */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; - padding: 0.35em 0.625em 0.75em; } + padding: 0.35em 0.625em 0.75em; +} /** - * 1. Correct color not being inherited in IE 6/7/8/9. - * 2. Correct text not wrapping in Firefox 3. - * 3. Correct alignment displayed oddly in IE 6/7. */ + * * 1. Correct color not being inherited in IE 6/7/8/9. + * * 2. Correct text not wrapping in Firefox 3. + * * 3. Correct alignment displayed oddly in IE 6/7. */ legend { border: 0; /* 1 */ padding: 0; white-space: normal; /* 2 */ - *margin-left: -7px; } + *margin-left: -7px; +} /* 3 */ /** - * 1. Correct font size not being inherited in all browsers. - * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5, - * and Chrome. - * 3. Improve appearance and consistency in all browsers. */ + * * 1. Correct font size not being inherited in all browsers. + * * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5, + * * and Chrome. + * * 3. Improve appearance and consistency in all browsers. */ button, input, select, textarea { font-size: 100%; /* 1 */ @@ -266,1297 +304,1419 @@ button, input, select, textarea { /* 2 */ vertical-align: baseline; /* 3 */ - *vertical-align: middle; } + *vertical-align: middle; +} /* 3 */ /** - * Address Firefox 3+ setting `line-height` on `input` using `!important` in - * the UA stylesheet. */ + * * Address Firefox 3+ setting `line-height` on `input` using `!important` in + * * the UA stylesheet. */ button, input { - line-height: normal; } + line-height: normal; +} /** - * Address inconsistent `text-transform` inheritance for `button` and `select`. - * All other form control elements do not inherit `text-transform` values. - * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+. - * Correct `select` style inheritance in Firefox 4+ and Opera. */ + * * Address inconsistent `text-transform` inheritance for `button` and `select`. + * * All other form control elements do not inherit `text-transform` values. + * * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+. + * * Correct `select` style inheritance in Firefox 4+ and Opera. */ button, select { - text-transform: none; } + text-transform: none; +} /** - * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` - * and `video` controls. - * 2. Correct inability to style clickable `input` types in iOS. - * 3. Improve usability and consistency of cursor style between image-type - * `input` and others. - * 4. Remove inner spacing in IE 7 without affecting normal text inputs. - * Known issue: inner spacing remains in IE 6. */ -button, html input[type="button"] { + * * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` + * * and `video` controls. + * * 2. Correct inability to style clickable `input` types in iOS. + * * 3. Improve usability and consistency of cursor style between image-type + * * `input` and others. + * * 4. Remove inner spacing in IE 7 without affecting normal text inputs. + * * Known issue: inner spacing remains in IE 6. */ +button, html input[type=button] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ - *overflow: visible; } + *overflow: visible; +} /* 4 */ -input[type="reset"], input[type="submit"] { +input[type=reset], input[type=submit] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ - *overflow: visible; } + *overflow: visible; +} /* 4 */ /** - * Re-set default cursor for disabled elements. */ + * * Re-set default cursor for disabled elements. */ button[disabled], html input[disabled] { - cursor: default; } + cursor: default; +} /** - * 1. Address box sizing set to content-box in IE 8/9. - * 2. Remove excess padding in IE 8/9. - * 3. Remove excess padding in IE 7. - * Known issue: excess padding remains in IE 6. */ + * * 1. Address box sizing set to content-box in IE 8/9. + * * 2. Remove excess padding in IE 8/9. + * * 3. Remove excess padding in IE 7. + * * Known issue: excess padding remains in IE 6. */ input { - /* 3 */ } - input[type="checkbox"], input[type="radio"] { - box-sizing: border-box; - /* 1 */ - padding: 0; - /* 2 */ - *height: 13px; - /* 3 */ - *width: 13px; } - input[type="search"] { - -webkit-appearance: textfield; - /* 1 */ - /* 2 */ - box-sizing: content-box; } - input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; } + /* 3 */ +} +input[type=checkbox], input[type=radio] { + box-sizing: border-box; + /* 1 */ + padding: 0; + /* 2 */ + *height: 13px; + /* 3 */ + *width: 13px; +} +input[type=search] { + -webkit-appearance: textfield; + /* 1 */ + /* 2 */ + box-sizing: content-box; +} +input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { + -webkit-appearance: none; +} /** - * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. - * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome - * (include `-moz` to future-proof). */ + * * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. + * * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome + * * (include `-moz` to future-proof). */ /** - * Remove inner padding and search cancel button in Safari 5 and Chrome - * on OS X. */ + * * Remove inner padding and search cancel button in Safari 5 and Chrome + * * on OS X. */ /** - * Remove inner padding and border in Firefox 3+. */ + * * Remove inner padding and border in Firefox 3+. */ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; - padding: 0; } + padding: 0; +} /** - * 1. Remove default vertical scrollbar in IE 6/7/8/9. - * 2. Improve readability and alignment in all browsers. */ + * * 1. Remove default vertical scrollbar in IE 6/7/8/9. + * * 2. Improve readability and alignment in all browsers. */ textarea { overflow: auto; /* 1 */ - vertical-align: top; } + vertical-align: top; +} /* 2 */ /* ========================================================================== - * Tables - * ========================================================================== */ + * * Tables + * * ========================================================================== */ /** - * Remove most spacing between table cells. */ + * * Remove most spacing between table cells. */ table { border-collapse: collapse; - border-spacing: 0; } + border-spacing: 0; +} -/* - * - *Visual Studio-like style based on original C# coloring by Jason Diamond */ +/* * + * *Visual Studio-like style based on original C# coloring by Jason Diamond */ .hljs { display: inline-block; padding: 0.5em; background: white; - color: black; } + color: black; +} .hljs-comment, .hljs-annotation, .hljs-template_comment, .diff .hljs-header, .hljs-chunk, .apache .hljs-cbracket { - color: #008000; } + color: #008000; +} .hljs-keyword, .hljs-id, .hljs-built_in, .css .smalltalk .hljs-class, .hljs-winutils, .bash .hljs-variable, .tex .hljs-command, .hljs-request, .hljs-status, .nginx .hljs-title { - color: #00f; } + color: #00f; +} .xml .hljs-tag { - color: #00f; } - .xml .hljs-tag .hljs-value { - color: #00f; } + color: #00f; +} +.xml .hljs-tag .hljs-value { + color: #00f; +} .hljs-string, .hljs-title, .hljs-parent, .hljs-tag .hljs-value, .hljs-rules .hljs-value { - color: #a31515; } + color: #a31515; +} .ruby .hljs-symbol { - color: #a31515; } - .ruby .hljs-symbol .hljs-string { - color: #a31515; } + color: #a31515; +} +.ruby .hljs-symbol .hljs-string { + color: #a31515; +} .hljs-template_tag, .django .hljs-variable, .hljs-addition, .hljs-flow, .hljs-stream, .apache .hljs-tag, .hljs-date, .tex .hljs-formula, .coffeescript .hljs-attribute { - color: #a31515; } + color: #a31515; +} .ruby .hljs-string, .hljs-decorator, .hljs-filter .hljs-argument, .hljs-localvars, .hljs-array, .hljs-attr_selector, .hljs-pseudo, .hljs-pi, .hljs-doctype, .hljs-deletion, .hljs-envvar, .hljs-shebang, .hljs-preprocessor, .hljs-pragma, .userType, .apache .hljs-sqbracket, .nginx .hljs-built_in, .tex .hljs-special, .hljs-prompt { - color: #2b91af; } + color: #2b91af; +} .hljs-phpdoc, .hljs-javadoc, .hljs-xmlDocTag { - color: #808080; } + color: #808080; +} .vhdl .hljs-typename { - font-weight: bold; } - + font-weight: bold; +} .vhdl .hljs-string { - color: #666666; } - + color: #666666; +} .vhdl .hljs-literal { - color: #a31515; } - + color: #a31515; +} .vhdl .hljs-attribute { - color: #00b0e8; } + color: #00b0e8; +} .xml .hljs-attribute { - color: #f00; } + color: #f00; +} -.col > :first-child, .col-1 > :first-child, .col-2 > :first-child, .col-3 > :first-child, .col-4 > :first-child, .col-5 > :first-child, .col-6 > :first-child, .col-7 > :first-child, .col-8 > :first-child, .col-9 > :first-child, .col-10 > :first-child, .col-11 > :first-child, .tsd-panel > :first-child, ul.tsd-descriptions > li > :first-child, +ul.tsd-descriptions > li > :first-child, .tsd-panel > :first-child, .col > :first-child, .col-11 > :first-child, .col-10 > :first-child, .col-9 > :first-child, .col-8 > :first-child, .col-7 > :first-child, .col-6 > :first-child, .col-5 > :first-child, .col-4 > :first-child, .col-3 > :first-child, .col-2 > :first-child, .col-1 > :first-child, +ul.tsd-descriptions > li > :first-child > :first-child, +.tsd-panel > :first-child > :first-child, .col > :first-child > :first-child, -.col-1 > :first-child > :first-child, -.col-2 > :first-child > :first-child, -.col-3 > :first-child > :first-child, -.col-4 > :first-child > :first-child, -.col-5 > :first-child > :first-child, -.col-6 > :first-child > :first-child, -.col-7 > :first-child > :first-child, -.col-8 > :first-child > :first-child, -.col-9 > :first-child > :first-child, -.col-10 > :first-child > :first-child, .col-11 > :first-child > :first-child, -.tsd-panel > :first-child > :first-child, -ul.tsd-descriptions > li > :first-child > :first-child, +.col-10 > :first-child > :first-child, +.col-9 > :first-child > :first-child, +.col-8 > :first-child > :first-child, +.col-7 > :first-child > :first-child, +.col-6 > :first-child > :first-child, +.col-5 > :first-child > :first-child, +.col-4 > :first-child > :first-child, +.col-3 > :first-child > :first-child, +.col-2 > :first-child > :first-child, +.col-1 > :first-child > :first-child, +ul.tsd-descriptions > li > :first-child > :first-child > :first-child, +.tsd-panel > :first-child > :first-child > :first-child, .col > :first-child > :first-child > :first-child, -.col-1 > :first-child > :first-child > :first-child, -.col-2 > :first-child > :first-child > :first-child, -.col-3 > :first-child > :first-child > :first-child, -.col-4 > :first-child > :first-child > :first-child, -.col-5 > :first-child > :first-child > :first-child, -.col-6 > :first-child > :first-child > :first-child, -.col-7 > :first-child > :first-child > :first-child, -.col-8 > :first-child > :first-child > :first-child, -.col-9 > :first-child > :first-child > :first-child, -.col-10 > :first-child > :first-child > :first-child, .col-11 > :first-child > :first-child > :first-child, -.tsd-panel > :first-child > :first-child > :first-child, -ul.tsd-descriptions > li > :first-child > :first-child > :first-child { - margin-top: 0; } - -.col > :last-child, .col-1 > :last-child, .col-2 > :last-child, .col-3 > :last-child, .col-4 > :last-child, .col-5 > :last-child, .col-6 > :last-child, .col-7 > :last-child, .col-8 > :last-child, .col-9 > :last-child, .col-10 > :last-child, .col-11 > :last-child, .tsd-panel > :last-child, ul.tsd-descriptions > li > :last-child, +.col-10 > :first-child > :first-child > :first-child, +.col-9 > :first-child > :first-child > :first-child, +.col-8 > :first-child > :first-child > :first-child, +.col-7 > :first-child > :first-child > :first-child, +.col-6 > :first-child > :first-child > :first-child, +.col-5 > :first-child > :first-child > :first-child, +.col-4 > :first-child > :first-child > :first-child, +.col-3 > :first-child > :first-child > :first-child, +.col-2 > :first-child > :first-child > :first-child, +.col-1 > :first-child > :first-child > :first-child { + margin-top: 0; +} +ul.tsd-descriptions > li > :last-child, .tsd-panel > :last-child, .col > :last-child, .col-11 > :last-child, .col-10 > :last-child, .col-9 > :last-child, .col-8 > :last-child, .col-7 > :last-child, .col-6 > :last-child, .col-5 > :last-child, .col-4 > :last-child, .col-3 > :last-child, .col-2 > :last-child, .col-1 > :last-child, +ul.tsd-descriptions > li > :last-child > :last-child, +.tsd-panel > :last-child > :last-child, .col > :last-child > :last-child, -.col-1 > :last-child > :last-child, -.col-2 > :last-child > :last-child, -.col-3 > :last-child > :last-child, -.col-4 > :last-child > :last-child, -.col-5 > :last-child > :last-child, -.col-6 > :last-child > :last-child, -.col-7 > :last-child > :last-child, -.col-8 > :last-child > :last-child, -.col-9 > :last-child > :last-child, -.col-10 > :last-child > :last-child, .col-11 > :last-child > :last-child, -.tsd-panel > :last-child > :last-child, -ul.tsd-descriptions > li > :last-child > :last-child, +.col-10 > :last-child > :last-child, +.col-9 > :last-child > :last-child, +.col-8 > :last-child > :last-child, +.col-7 > :last-child > :last-child, +.col-6 > :last-child > :last-child, +.col-5 > :last-child > :last-child, +.col-4 > :last-child > :last-child, +.col-3 > :last-child > :last-child, +.col-2 > :last-child > :last-child, +.col-1 > :last-child > :last-child, +ul.tsd-descriptions > li > :last-child > :last-child > :last-child, +.tsd-panel > :last-child > :last-child > :last-child, .col > :last-child > :last-child > :last-child, -.col-1 > :last-child > :last-child > :last-child, -.col-2 > :last-child > :last-child > :last-child, -.col-3 > :last-child > :last-child > :last-child, -.col-4 > :last-child > :last-child > :last-child, -.col-5 > :last-child > :last-child > :last-child, -.col-6 > :last-child > :last-child > :last-child, -.col-7 > :last-child > :last-child > :last-child, -.col-8 > :last-child > :last-child > :last-child, -.col-9 > :last-child > :last-child > :last-child, -.col-10 > :last-child > :last-child > :last-child, .col-11 > :last-child > :last-child > :last-child, -.tsd-panel > :last-child > :last-child > :last-child, -ul.tsd-descriptions > li > :last-child > :last-child > :last-child { - margin-bottom: 0; } +.col-10 > :last-child > :last-child > :last-child, +.col-9 > :last-child > :last-child > :last-child, +.col-8 > :last-child > :last-child > :last-child, +.col-7 > :last-child > :last-child > :last-child, +.col-6 > :last-child > :last-child > :last-child, +.col-5 > :last-child > :last-child > :last-child, +.col-4 > :last-child > :last-child > :last-child, +.col-3 > :last-child > :last-child > :last-child, +.col-2 > :last-child > :last-child > :last-child, +.col-1 > :last-child > :last-child > :last-child { + margin-bottom: 0; +} .container { max-width: 1200px; margin: 0 auto; - padding: 0 40px; } - @media (max-width: 640px) { - .container { - padding: 0 20px; } } + padding: 0 40px; +} +@media (max-width: 640px) { + .container { + padding: 0 20px; + } +} .container-main { - padding-bottom: 200px; } + padding-bottom: 200px; +} .row { + display: -ms-flexbox; + display: flex; position: relative; - margin: 0 -10px; } - .row:after { - visibility: hidden; - display: block; - content: ""; - clear: both; - height: 0; } + margin: 0 -10px; +} +.row:after { + visibility: hidden; + display: block; + content: ""; + clear: both; + height: 0; +} -.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 { +.col, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 { box-sizing: border-box; float: left; - padding: 0 10px; } + padding: 0 10px; +} .col-1 { - width: 8.3333333333%; } + width: 8.3333333333%; +} .offset-1 { - margin-left: 8.3333333333%; } + margin-left: 8.3333333333%; +} .col-2 { - width: 16.6666666667%; } + width: 16.6666666667%; +} .offset-2 { - margin-left: 16.6666666667%; } + margin-left: 16.6666666667%; +} .col-3 { - width: 25%; } + width: 25%; +} .offset-3 { - margin-left: 25%; } + margin-left: 25%; +} .col-4 { - width: 33.3333333333%; } + width: 33.3333333333%; +} .offset-4 { - margin-left: 33.3333333333%; } + margin-left: 33.3333333333%; +} .col-5 { - width: 41.6666666667%; } + width: 41.6666666667%; +} .offset-5 { - margin-left: 41.6666666667%; } + margin-left: 41.6666666667%; +} .col-6 { - width: 50%; } + width: 50%; +} .offset-6 { - margin-left: 50%; } + margin-left: 50%; +} .col-7 { - width: 58.3333333333%; } + width: 58.3333333333%; +} .offset-7 { - margin-left: 58.3333333333%; } + margin-left: 58.3333333333%; +} .col-8 { - width: 66.6666666667%; } + width: 66.6666666667%; +} .offset-8 { - margin-left: 66.6666666667%; } + margin-left: 66.6666666667%; +} .col-9 { - width: 75%; } + width: 75%; +} .offset-9 { - margin-left: 75%; } + margin-left: 75%; +} .col-10 { - width: 83.3333333333%; } + width: 83.3333333333%; +} .offset-10 { - margin-left: 83.3333333333%; } + margin-left: 83.3333333333%; +} .col-11 { - width: 91.6666666667%; } + width: 91.6666666667%; +} .offset-11 { - margin-left: 91.6666666667%; } + margin-left: 91.6666666667%; +} .tsd-kind-icon { display: block; position: relative; padding-left: 20px; - text-indent: -20px; } + text-indent: -20px; +} +.tsd-kind-icon:before { + content: ""; + display: inline-block; + vertical-align: middle; + width: 17px; + height: 17px; + margin: 0 3px 2px 0; + background-image: url(../images/icons.png); +} +@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { .tsd-kind-icon:before { - content: ''; - display: inline-block; - vertical-align: middle; - width: 17px; - height: 17px; - margin: 0 3px 2px 0; - background-image: url(../images/icons.png); } - @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { - .tsd-kind-icon:before { - background-image: url(../images/icons@2x.png); - background-size: 238px 204px; } } + background-image: url(../images/icons@2x.png); + background-size: 238px 204px; + } +} .tsd-signature.tsd-kind-icon:before { - background-position: 0 -153px; } + background-position: 0 -153px; +} .tsd-kind-object-literal > .tsd-kind-icon:before { - background-position: 0px -17px; } - + background-position: 0px -17px; +} .tsd-kind-object-literal.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -17px; } - + background-position: -17px -17px; +} .tsd-kind-object-literal.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -17px; } + background-position: -34px -17px; +} .tsd-kind-class > .tsd-kind-icon:before { - background-position: 0px -34px; } - + background-position: 0px -34px; +} .tsd-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -34px; } - + background-position: -17px -34px; +} .tsd-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -34px; } + background-position: -34px -34px; +} .tsd-kind-class.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -51px; } - + background-position: 0px -51px; +} .tsd-kind-class.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -51px; } - + background-position: -17px -51px; +} .tsd-kind-class.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -51px; } + background-position: -34px -51px; +} .tsd-kind-interface > .tsd-kind-icon:before { - background-position: 0px -68px; } - + background-position: 0px -68px; +} .tsd-kind-interface.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -68px; } - + background-position: -17px -68px; +} .tsd-kind-interface.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -68px; } + background-position: -34px -68px; +} .tsd-kind-interface.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -85px; } - + background-position: 0px -85px; +} .tsd-kind-interface.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -85px; } - + background-position: -17px -85px; +} .tsd-kind-interface.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -85px; } + background-position: -34px -85px; +} + +.tsd-kind-namespace > .tsd-kind-icon:before { + background-position: 0px -102px; +} +.tsd-kind-namespace.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -102px; +} +.tsd-kind-namespace.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -102px; +} .tsd-kind-module > .tsd-kind-icon:before { - background-position: 0px -102px; } - + background-position: 0px -102px; +} .tsd-kind-module.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -102px; } - + background-position: -17px -102px; +} .tsd-kind-module.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -102px; } - -.tsd-kind-external-module > .tsd-kind-icon:before { - background-position: 0px -102px; } - -.tsd-kind-external-module.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -102px; } - -.tsd-kind-external-module.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -102px; } + background-position: -34px -102px; +} .tsd-kind-enum > .tsd-kind-icon:before { - background-position: 0px -119px; } - + background-position: 0px -119px; +} .tsd-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -119px; } - + background-position: -17px -119px; +} .tsd-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -119px; } + background-position: -34px -119px; +} .tsd-kind-enum-member > .tsd-kind-icon:before { - background-position: 0px -136px; } - + background-position: 0px -136px; +} .tsd-kind-enum-member.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -136px; } - + background-position: -17px -136px; +} .tsd-kind-enum-member.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -136px; } + background-position: -34px -136px; +} .tsd-kind-signature > .tsd-kind-icon:before { - background-position: 0px -153px; } - + background-position: 0px -153px; +} .tsd-kind-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -153px; } - + background-position: -17px -153px; +} .tsd-kind-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -153px; } + background-position: -34px -153px; +} .tsd-kind-type-alias > .tsd-kind-icon:before { - background-position: 0px -170px; } - + background-position: 0px -170px; +} .tsd-kind-type-alias.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -170px; } - + background-position: -17px -170px; +} .tsd-kind-type-alias.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -170px; } + background-position: -34px -170px; +} .tsd-kind-type-alias.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -187px; } - + background-position: 0px -187px; +} .tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -187px; } - + background-position: -17px -187px; +} .tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -187px; } + background-position: -34px -187px; +} .tsd-kind-variable > .tsd-kind-icon:before { - background-position: -136px -0px; } - + background-position: -136px -0px; +} .tsd-kind-variable.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -0px; } - + background-position: -153px -0px; +} .tsd-kind-variable.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; } - + background-position: -119px -0px; +} .tsd-kind-variable.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -0px; } - + background-position: -51px -0px; +} .tsd-kind-variable.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -0px; } - + background-position: -68px -0px; +} .tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -0px; } - + background-position: -85px -0px; +} .tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -0px; } - + background-position: -102px -0px; +} .tsd-kind-variable.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; } - + background-position: -119px -0px; +} .tsd-kind-variable.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -0px; } - + background-position: -170px -0px; +} .tsd-kind-variable.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -0px; } - + background-position: -187px -0px; +} .tsd-kind-variable.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; } - + background-position: -119px -0px; +} .tsd-kind-variable.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -0px; } - + background-position: -204px -0px; +} .tsd-kind-variable.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -0px; } + background-position: -221px -0px; +} .tsd-kind-property > .tsd-kind-icon:before { - background-position: -136px -0px; } - + background-position: -136px -0px; +} .tsd-kind-property.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -0px; } - + background-position: -153px -0px; +} .tsd-kind-property.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; } - + background-position: -119px -0px; +} .tsd-kind-property.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -0px; } - + background-position: -51px -0px; +} .tsd-kind-property.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -0px; } - + background-position: -68px -0px; +} .tsd-kind-property.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -0px; } - + background-position: -85px -0px; +} .tsd-kind-property.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -0px; } - + background-position: -102px -0px; +} .tsd-kind-property.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; } - + background-position: -119px -0px; +} .tsd-kind-property.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -0px; } - + background-position: -170px -0px; +} .tsd-kind-property.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -0px; } - + background-position: -187px -0px; +} .tsd-kind-property.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; } - + background-position: -119px -0px; +} .tsd-kind-property.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -0px; } - + background-position: -204px -0px; +} .tsd-kind-property.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -0px; } + background-position: -221px -0px; +} .tsd-kind-get-signature > .tsd-kind-icon:before { - background-position: -136px -17px; } - + background-position: -136px -17px; +} .tsd-kind-get-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -17px; } - + background-position: -153px -17px; +} .tsd-kind-get-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -17px; } - + background-position: -119px -17px; +} .tsd-kind-get-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -17px; } - + background-position: -51px -17px; +} .tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -17px; } - + background-position: -68px -17px; +} .tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -17px; } - + background-position: -85px -17px; +} .tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -17px; } - + background-position: -102px -17px; +} .tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -17px; } - + background-position: -119px -17px; +} .tsd-kind-get-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -17px; } - + background-position: -170px -17px; +} .tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -17px; } - + background-position: -187px -17px; +} .tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -17px; } - + background-position: -119px -17px; +} .tsd-kind-get-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -17px; } - + background-position: -204px -17px; +} .tsd-kind-get-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -17px; } + background-position: -221px -17px; +} .tsd-kind-set-signature > .tsd-kind-icon:before { - background-position: -136px -34px; } - + background-position: -136px -34px; +} .tsd-kind-set-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -34px; } - + background-position: -153px -34px; +} .tsd-kind-set-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -34px; } - + background-position: -119px -34px; +} .tsd-kind-set-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -34px; } - + background-position: -51px -34px; +} .tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -34px; } - + background-position: -68px -34px; +} .tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -34px; } - + background-position: -85px -34px; +} .tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -34px; } - + background-position: -102px -34px; +} .tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -34px; } - + background-position: -119px -34px; +} .tsd-kind-set-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -34px; } - + background-position: -170px -34px; +} .tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -34px; } - + background-position: -187px -34px; +} .tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -34px; } - + background-position: -119px -34px; +} .tsd-kind-set-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -34px; } - + background-position: -204px -34px; +} .tsd-kind-set-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -34px; } + background-position: -221px -34px; +} .tsd-kind-accessor > .tsd-kind-icon:before { - background-position: -136px -51px; } - + background-position: -136px -51px; +} .tsd-kind-accessor.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -51px; } - + background-position: -153px -51px; +} .tsd-kind-accessor.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -51px; } - + background-position: -119px -51px; +} .tsd-kind-accessor.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -51px; } - + background-position: -51px -51px; +} .tsd-kind-accessor.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -51px; } - + background-position: -68px -51px; +} .tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -51px; } - + background-position: -85px -51px; +} .tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -51px; } - + background-position: -102px -51px; +} .tsd-kind-accessor.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -51px; } - + background-position: -119px -51px; +} .tsd-kind-accessor.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -51px; } - + background-position: -170px -51px; +} .tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -51px; } - + background-position: -187px -51px; +} .tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -51px; } - + background-position: -119px -51px; +} .tsd-kind-accessor.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -51px; } - + background-position: -204px -51px; +} .tsd-kind-accessor.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -51px; } + background-position: -221px -51px; +} .tsd-kind-function > .tsd-kind-icon:before { - background-position: -136px -68px; } - + background-position: -136px -68px; +} .tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; } - + background-position: -153px -68px; +} .tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - + background-position: -119px -68px; +} .tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; } - + background-position: -51px -68px; +} .tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -68px; } - + background-position: -68px -68px; +} .tsd-kind-function.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -68px; } - + background-position: -85px -68px; +} .tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -68px; } - + background-position: -102px -68px; +} .tsd-kind-function.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - + background-position: -119px -68px; +} .tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; } - + background-position: -170px -68px; +} .tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -68px; } - + background-position: -187px -68px; +} .tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - + background-position: -119px -68px; +} .tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; } - + background-position: -204px -68px; +} .tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -68px; } + background-position: -221px -68px; +} .tsd-kind-method > .tsd-kind-icon:before { - background-position: -136px -68px; } - + background-position: -136px -68px; +} .tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; } - + background-position: -153px -68px; +} .tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - + background-position: -119px -68px; +} .tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; } - + background-position: -51px -68px; +} .tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -68px; } - + background-position: -68px -68px; +} .tsd-kind-method.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -68px; } - + background-position: -85px -68px; +} .tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -68px; } - + background-position: -102px -68px; +} .tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - + background-position: -119px -68px; +} .tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; } - + background-position: -170px -68px; +} .tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -68px; } - + background-position: -187px -68px; +} .tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - + background-position: -119px -68px; +} .tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; } - + background-position: -204px -68px; +} .tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -68px; } + background-position: -221px -68px; +} .tsd-kind-call-signature > .tsd-kind-icon:before { - background-position: -136px -68px; } - + background-position: -136px -68px; +} .tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; } - + background-position: -153px -68px; +} .tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - + background-position: -119px -68px; +} .tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; } - + background-position: -51px -68px; +} .tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -68px; } - + background-position: -68px -68px; +} .tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -68px; } - + background-position: -85px -68px; +} .tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -68px; } - + background-position: -102px -68px; +} .tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - + background-position: -119px -68px; +} .tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; } - + background-position: -170px -68px; +} .tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -68px; } - + background-position: -187px -68px; +} .tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - + background-position: -119px -68px; +} .tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; } - + background-position: -204px -68px; +} .tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -68px; } + background-position: -221px -68px; +} .tsd-kind-function.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: -136px -85px; } - + background-position: -136px -85px; +} .tsd-kind-function.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -85px; } - + background-position: -153px -85px; +} .tsd-kind-function.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; } - + background-position: -119px -85px; +} .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -85px; } - + background-position: -51px -85px; +} .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -85px; } - + background-position: -68px -85px; +} .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -85px; } - + background-position: -85px -85px; +} .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -85px; } - + background-position: -102px -85px; +} .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; } - + background-position: -119px -85px; +} .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -85px; } - + background-position: -170px -85px; +} .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -85px; } - + background-position: -187px -85px; +} .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; } - + background-position: -119px -85px; +} .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -85px; } - + background-position: -204px -85px; +} .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -85px; } + background-position: -221px -85px; +} .tsd-kind-method.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: -136px -85px; } - + background-position: -136px -85px; +} .tsd-kind-method.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -85px; } - + background-position: -153px -85px; +} .tsd-kind-method.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; } - + background-position: -119px -85px; +} .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -85px; } - + background-position: -51px -85px; +} .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -85px; } - + background-position: -68px -85px; +} .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -85px; } - + background-position: -85px -85px; +} .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -85px; } - + background-position: -102px -85px; +} .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; } - + background-position: -119px -85px; +} .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -85px; } - + background-position: -170px -85px; +} .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -85px; } - + background-position: -187px -85px; +} .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; } - + background-position: -119px -85px; +} .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -85px; } - + background-position: -204px -85px; +} .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -85px; } + background-position: -221px -85px; +} .tsd-kind-constructor > .tsd-kind-icon:before { - background-position: -136px -102px; } - + background-position: -136px -102px; +} .tsd-kind-constructor.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -102px; } - + background-position: -153px -102px; +} .tsd-kind-constructor.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; } - + background-position: -119px -102px; +} .tsd-kind-constructor.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -102px; } - + background-position: -51px -102px; +} .tsd-kind-constructor.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -102px; } - + background-position: -68px -102px; +} .tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -102px; } - + background-position: -85px -102px; +} .tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -102px; } - + background-position: -102px -102px; +} .tsd-kind-constructor.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; } - + background-position: -119px -102px; +} .tsd-kind-constructor.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -102px; } - + background-position: -170px -102px; +} .tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -102px; } - + background-position: -187px -102px; +} .tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; } - + background-position: -119px -102px; +} .tsd-kind-constructor.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -102px; } - + background-position: -204px -102px; +} .tsd-kind-constructor.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -102px; } + background-position: -221px -102px; +} .tsd-kind-constructor-signature > .tsd-kind-icon:before { - background-position: -136px -102px; } - + background-position: -136px -102px; +} .tsd-kind-constructor-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -102px; } - + background-position: -153px -102px; +} .tsd-kind-constructor-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; } - + background-position: -119px -102px; +} .tsd-kind-constructor-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -102px; } - + background-position: -51px -102px; +} .tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -102px; } - + background-position: -68px -102px; +} .tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -102px; } - + background-position: -85px -102px; +} .tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -102px; } - + background-position: -102px -102px; +} .tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; } - + background-position: -119px -102px; +} .tsd-kind-constructor-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -102px; } - + background-position: -170px -102px; +} .tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -102px; } - + background-position: -187px -102px; +} .tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; } - + background-position: -119px -102px; +} .tsd-kind-constructor-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -102px; } - + background-position: -204px -102px; +} .tsd-kind-constructor-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -102px; } + background-position: -221px -102px; +} .tsd-kind-index-signature > .tsd-kind-icon:before { - background-position: -136px -119px; } - + background-position: -136px -119px; +} .tsd-kind-index-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -119px; } - + background-position: -153px -119px; +} .tsd-kind-index-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -119px; } - + background-position: -119px -119px; +} .tsd-kind-index-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -119px; } - + background-position: -51px -119px; +} .tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -119px; } - + background-position: -68px -119px; +} .tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -119px; } - + background-position: -85px -119px; +} .tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -119px; } - + background-position: -102px -119px; +} .tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -119px; } - + background-position: -119px -119px; +} .tsd-kind-index-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -119px; } - + background-position: -170px -119px; +} .tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -119px; } - + background-position: -187px -119px; +} .tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -119px; } - + background-position: -119px -119px; +} .tsd-kind-index-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -119px; } - + background-position: -204px -119px; +} .tsd-kind-index-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -119px; } + background-position: -221px -119px; +} .tsd-kind-event > .tsd-kind-icon:before { - background-position: -136px -136px; } - + background-position: -136px -136px; +} .tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -136px; } - + background-position: -153px -136px; +} .tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; } - + background-position: -119px -136px; +} .tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -136px; } - + background-position: -51px -136px; +} .tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -136px; } - + background-position: -68px -136px; +} .tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -136px; } - + background-position: -85px -136px; +} .tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -136px; } - + background-position: -102px -136px; +} .tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; } - + background-position: -119px -136px; +} .tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -136px; } - + background-position: -170px -136px; +} .tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -136px; } - + background-position: -187px -136px; +} .tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; } - + background-position: -119px -136px; +} .tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -136px; } - + background-position: -204px -136px; +} .tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -136px; } + background-position: -221px -136px; +} .tsd-is-static > .tsd-kind-icon:before { - background-position: -136px -153px; } - + background-position: -136px -153px; +} .tsd-is-static.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -153px; } - + background-position: -153px -153px; +} .tsd-is-static.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; } - + background-position: -119px -153px; +} .tsd-is-static.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -153px; } - + background-position: -51px -153px; +} .tsd-is-static.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -153px; } - + background-position: -68px -153px; +} .tsd-is-static.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -153px; } - + background-position: -85px -153px; +} .tsd-is-static.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -153px; } - + background-position: -102px -153px; +} .tsd-is-static.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; } - + background-position: -119px -153px; +} .tsd-is-static.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -153px; } - + background-position: -170px -153px; +} .tsd-is-static.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -153px; } - + background-position: -187px -153px; +} .tsd-is-static.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; } - + background-position: -119px -153px; +} .tsd-is-static.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -153px; } - + background-position: -204px -153px; +} .tsd-is-static.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -153px; } + background-position: -221px -153px; +} .tsd-is-static.tsd-kind-function > .tsd-kind-icon:before { - background-position: -136px -170px; } - + background-position: -136px -170px; +} .tsd-is-static.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -170px; } - + background-position: -153px -170px; +} .tsd-is-static.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - + background-position: -119px -170px; +} .tsd-is-static.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -170px; } - + background-position: -51px -170px; +} .tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -170px; } - + background-position: -68px -170px; +} .tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -170px; } - + background-position: -85px -170px; +} .tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -170px; } - + background-position: -102px -170px; +} .tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - + background-position: -119px -170px; +} .tsd-is-static.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -170px; } - + background-position: -170px -170px; +} .tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -170px; } - + background-position: -187px -170px; +} .tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - + background-position: -119px -170px; +} .tsd-is-static.tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -170px; } - + background-position: -204px -170px; +} .tsd-is-static.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -170px; } + background-position: -221px -170px; +} .tsd-is-static.tsd-kind-method > .tsd-kind-icon:before { - background-position: -136px -170px; } - + background-position: -136px -170px; +} .tsd-is-static.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -170px; } - + background-position: -153px -170px; +} .tsd-is-static.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - + background-position: -119px -170px; +} .tsd-is-static.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -170px; } - + background-position: -51px -170px; +} .tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -170px; } - + background-position: -68px -170px; +} .tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -170px; } - + background-position: -85px -170px; +} .tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -170px; } - + background-position: -102px -170px; +} .tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - + background-position: -119px -170px; +} .tsd-is-static.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -170px; } - + background-position: -170px -170px; +} .tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -170px; } - + background-position: -187px -170px; +} .tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - + background-position: -119px -170px; +} .tsd-is-static.tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -170px; } - + background-position: -204px -170px; +} .tsd-is-static.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -170px; } + background-position: -221px -170px; +} .tsd-is-static.tsd-kind-call-signature > .tsd-kind-icon:before { - background-position: -136px -170px; } - + background-position: -136px -170px; +} .tsd-is-static.tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -170px; } - + background-position: -153px -170px; +} .tsd-is-static.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - + background-position: -119px -170px; +} .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -170px; } - + background-position: -51px -170px; +} .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -170px; } - + background-position: -68px -170px; +} .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -170px; } - + background-position: -85px -170px; +} .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -170px; } - + background-position: -102px -170px; +} .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - + background-position: -119px -170px; +} .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -170px; } - + background-position: -170px -170px; +} .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -170px; } - + background-position: -187px -170px; +} .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - + background-position: -119px -170px; +} .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -170px; } - + background-position: -204px -170px; +} .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -170px; } + background-position: -221px -170px; +} .tsd-is-static.tsd-kind-event > .tsd-kind-icon:before { - background-position: -136px -187px; } - + background-position: -136px -187px; +} .tsd-is-static.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -187px; } - + background-position: -153px -187px; +} .tsd-is-static.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -187px; } - + background-position: -119px -187px; +} .tsd-is-static.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -187px; } - + background-position: -51px -187px; +} .tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -187px; } - + background-position: -68px -187px; +} .tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -187px; } - + background-position: -85px -187px; +} .tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -187px; } - + background-position: -102px -187px; +} .tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -187px; } - + background-position: -119px -187px; +} .tsd-is-static.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -187px; } - + background-position: -170px -187px; +} .tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -187px; } - + background-position: -187px -187px; +} .tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -187px; } - + background-position: -119px -187px; +} .tsd-is-static.tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -187px; } - + background-position: -204px -187px; +} .tsd-is-static.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -187px; } - -.no-transition { - transition: none !important; } + background-position: -221px -187px; +} @keyframes fade-in { from { - opacity: 0; } + opacity: 0; + } to { - opacity: 1; } } - + opacity: 1; + } +} @keyframes fade-out { from { opacity: 1; - visibility: visible; } + visibility: visible; + } to { - opacity: 0; } } - + opacity: 0; + } +} @keyframes fade-in-delayed { 0% { - opacity: 0; } + opacity: 0; + } 33% { - opacity: 0; } + opacity: 0; + } 100% { - opacity: 1; } } - + opacity: 1; + } +} @keyframes fade-out-delayed { 0% { opacity: 1; - visibility: visible; } + visibility: visible; + } 66% { - opacity: 0; } + opacity: 0; + } 100% { - opacity: 0; } } - + opacity: 0; + } +} @keyframes shift-to-left { from { - transform: translate(0, 0); } + transform: translate(0, 0); + } to { - transform: translate(-25%, 0); } } - + transform: translate(-25%, 0); + } +} @keyframes unshift-to-left { from { - transform: translate(-25%, 0); } + transform: translate(-25%, 0); + } to { - transform: translate(0, 0); } } - + transform: translate(0, 0); + } +} @keyframes pop-in-from-right { from { - transform: translate(100%, 0); } + transform: translate(100%, 0); + } to { - transform: translate(0, 0); } } - + transform: translate(0, 0); + } +} @keyframes pop-out-to-right { from { transform: translate(0, 0); - visibility: visible; } + visibility: visible; + } to { - transform: translate(100%, 0); } } - + transform: translate(100%, 0); + } +} body { background: #fdfdfd; font-family: "Segoe UI", sans-serif; font-size: 16px; - color: #222; } + color: #222; +} a { color: #4da6ff; - text-decoration: none; } - a:hover { - text-decoration: underline; } + text-decoration: none; +} +a:hover { + text-decoration: underline; +} code, pre { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; padding: 0.2em; margin: 0; font-size: 14px; - background-color: rgba(0, 0, 0, 0.04); } + background-color: rgba(0, 0, 0, 0.04); +} pre { - padding: 10px; } - pre code { - padding: 0; - font-size: 100%; - background-color: transparent; } + padding: 10px; +} +pre code { + padding: 0; + font-size: 100%; + background-color: transparent; +} .tsd-typography { - line-height: 1.333em; } - .tsd-typography ul { - list-style: square; - padding: 0 0 0 20px; - margin: 0; } - .tsd-typography h4, .tsd-typography .tsd-index-panel h3, .tsd-index-panel .tsd-typography h3, .tsd-typography h5, .tsd-typography h6 { - font-size: 1em; - margin: 0; } - .tsd-typography h5, .tsd-typography h6 { - font-weight: normal; } - .tsd-typography p, .tsd-typography ul, .tsd-typography ol { - margin: 1em 0; } + line-height: 1.333em; +} +.tsd-typography ul { + list-style: square; + padding: 0 0 0 20px; + margin: 0; +} +.tsd-typography h4, .tsd-typography .tsd-index-panel h3, .tsd-index-panel .tsd-typography h3, .tsd-typography h5, .tsd-typography h6 { + font-size: 1em; + margin: 0; +} +.tsd-typography h5, .tsd-typography h6 { + font-weight: normal; +} +.tsd-typography p, .tsd-typography ul, .tsd-typography ol { + margin: 1em 0; +} @media (min-width: 901px) and (max-width: 1024px) { html.default .col-content { - width: 72%; } + width: 72%; + } html.default .col-menu { - width: 28%; } + width: 28%; + } html.default .tsd-navigation { - padding-left: 10px; } } - + padding-left: 10px; + } +} @media (max-width: 900px) { html.default .col-content { float: none; - width: 100%; } + width: 100%; + } html.default .col-menu { position: fixed !important; overflow: auto; -webkit-overflow-scrolling: touch; - overflow-scrolling: touch; z-index: 1024; top: 0 !important; bottom: 0 !important; @@ -1567,11 +1727,13 @@ pre { max-width: 450px; visibility: hidden; background-color: #fff; - transform: translate(100%, 0); } - html.default .col-menu > *:last-child { - padding-bottom: 20px; } + transform: translate(100%, 0); + } + html.default .col-menu > *:last-child { + padding-bottom: 20px; + } html.default .overlay { - content: ''; + content: ""; display: block; position: fixed; z-index: 1023; @@ -1580,72 +1742,90 @@ pre { right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.75); - visibility: hidden; } + visibility: hidden; + } html.default.to-has-menu .overlay { - animation: fade-in 0.4s; } + animation: fade-in 0.4s; + } html.default.to-has-menu header, - html.default.to-has-menu footer, - html.default.to-has-menu .col-content { - animation: shift-to-left 0.4s; } +html.default.to-has-menu footer, +html.default.to-has-menu .col-content { + animation: shift-to-left 0.4s; + } html.default.to-has-menu .col-menu { - animation: pop-in-from-right 0.4s; } + animation: pop-in-from-right 0.4s; + } html.default.from-has-menu .overlay { - animation: fade-out 0.4s; } + animation: fade-out 0.4s; + } html.default.from-has-menu header, - html.default.from-has-menu footer, - html.default.from-has-menu .col-content { - animation: unshift-to-left 0.4s; } +html.default.from-has-menu footer, +html.default.from-has-menu .col-content { + animation: unshift-to-left 0.4s; + } html.default.from-has-menu .col-menu { - animation: pop-out-to-right 0.4s; } + animation: pop-out-to-right 0.4s; + } html.default.has-menu body { - overflow: hidden; } + overflow: hidden; + } html.default.has-menu .overlay { - visibility: visible; } + visibility: visible; + } html.default.has-menu header, - html.default.has-menu footer, - html.default.has-menu .col-content { - transform: translate(-25%, 0); } +html.default.has-menu footer, +html.default.has-menu .col-content { + transform: translate(-25%, 0); + } html.default.has-menu .col-menu { visibility: visible; - transform: translate(0, 0); } } + transform: translate(0, 0); + } +} .tsd-page-title { padding: 70px 0 20px 0; margin: 0 0 40px 0; background: #fff; - box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); } - .tsd-page-title h1 { - margin: 0; } + box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); +} +.tsd-page-title h1 { + margin: 0; +} .tsd-breadcrumb { margin: 0; padding: 0; - color: #808080; } - .tsd-breadcrumb a { - color: #808080; - text-decoration: none; } - .tsd-breadcrumb a:hover { - text-decoration: underline; } - .tsd-breadcrumb li { - display: inline; } - .tsd-breadcrumb li:after { - content: ' / '; } + color: #808080; +} +.tsd-breadcrumb a { + color: #808080; + text-decoration: none; +} +.tsd-breadcrumb a:hover { + text-decoration: underline; +} +.tsd-breadcrumb li { + display: inline; +} +.tsd-breadcrumb li:after { + content: " / "; +} html.minimal .container { - margin: 0; } - + margin: 0; +} html.minimal .container-main { padding-top: 50px; - padding-bottom: 0; } - + padding-bottom: 0; +} html.minimal .content-wrap { - padding-left: 300px; } - + padding-left: 300px; +} html.minimal .tsd-navigation { position: fixed !important; overflow: auto; -webkit-overflow-scrolling: touch; - overflow-scrolling: touch; box-sizing: border-box; z-index: 1; left: 0; @@ -1653,151 +1833,186 @@ html.minimal .tsd-navigation { bottom: 0; width: 300px; padding: 20px; - margin: 0; } - + margin: 0; +} html.minimal .tsd-member .tsd-member { - margin-left: 0; } - + margin-left: 0; +} html.minimal .tsd-page-toolbar { position: fixed; - z-index: 2; } - + z-index: 2; +} html.minimal #tsd-filter .tsd-filter-group { right: 0; - transform: none; } - + transform: none; +} html.minimal footer { - background-color: transparent; } - html.minimal footer .container { - padding: 0; } - + background-color: transparent; +} +html.minimal footer .container { + padding: 0; +} html.minimal .tsd-generator { - padding: 0; } - + padding: 0; +} @media (max-width: 900px) { html.minimal .tsd-navigation { - display: none; } + display: none; + } html.minimal .content-wrap { - padding-left: 0; } } + padding-left: 0; + } +} dl.tsd-comment-tags { - overflow: hidden; } - dl.tsd-comment-tags dt { - float: left; - padding: 1px 5px; - margin: 0 10px 0 0; - border-radius: 4px; - border: 1px solid #808080; - color: #808080; - font-size: 0.8em; - font-weight: normal; } - dl.tsd-comment-tags dd { - margin: 0 0 10px 0; } - dl.tsd-comment-tags dd:before, dl.tsd-comment-tags dd:after { - display: table; - content: " "; } - dl.tsd-comment-tags dd pre, dl.tsd-comment-tags dd:after { - clear: both; } - dl.tsd-comment-tags p { - margin: 0; } + overflow: hidden; +} +dl.tsd-comment-tags dt { + float: left; + padding: 1px 5px; + margin: 0 10px 0 0; + border-radius: 4px; + border: 1px solid #808080; + color: #808080; + font-size: 0.8em; + font-weight: normal; +} +dl.tsd-comment-tags dd { + margin: 0 0 10px 0; +} +dl.tsd-comment-tags dd:before, dl.tsd-comment-tags dd:after { + display: table; + content: " "; +} +dl.tsd-comment-tags dd pre, dl.tsd-comment-tags dd:after { + clear: both; +} +dl.tsd-comment-tags p { + margin: 0; +} .tsd-panel.tsd-comment .lead { font-size: 1.1em; line-height: 1.333em; - margin-bottom: 2em; } - .tsd-panel.tsd-comment .lead:last-child { - margin-bottom: 0; } + margin-bottom: 2em; +} +.tsd-panel.tsd-comment .lead:last-child { + margin-bottom: 0; +} .toggle-protected .tsd-is-private { - display: none; } + display: none; +} .toggle-public .tsd-is-private, .toggle-public .tsd-is-protected, .toggle-public .tsd-is-private-protected { - display: none; } + display: none; +} .toggle-inherited .tsd-is-inherited { - display: none; } + display: none; +} .toggle-only-exported .tsd-is-not-exported { - display: none; } + display: none; +} .toggle-externals .tsd-is-external { - display: none; } + display: none; +} #tsd-filter { position: relative; display: inline-block; height: 40px; - vertical-align: bottom; } - .no-filter #tsd-filter { - display: none; } + vertical-align: bottom; +} +.no-filter #tsd-filter { + display: none; +} +#tsd-filter .tsd-filter-group { + display: inline-block; + height: 40px; + vertical-align: bottom; + white-space: nowrap; +} +#tsd-filter input { + display: none; +} +@media (max-width: 900px) { #tsd-filter .tsd-filter-group { - display: inline-block; - height: 40px; - vertical-align: bottom; - white-space: nowrap; } - #tsd-filter input { - display: none; } - @media (max-width: 900px) { - #tsd-filter .tsd-filter-group { - display: block; - position: absolute; - top: 40px; - right: 20px; - height: auto; - background-color: #fff; - visibility: hidden; - transform: translate(50%, 0); - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); } - .has-options #tsd-filter .tsd-filter-group { - visibility: visible; } - .to-has-options #tsd-filter .tsd-filter-group { - animation: fade-in 0.2s; } - .from-has-options #tsd-filter .tsd-filter-group { - animation: fade-out 0.2s; } - #tsd-filter label, - #tsd-filter .tsd-select { - display: block; - padding-right: 20px; } } + display: block; + position: absolute; + top: 40px; + right: 20px; + height: auto; + background-color: #fff; + visibility: hidden; + transform: translate(50%, 0); + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); + } + .has-options #tsd-filter .tsd-filter-group { + visibility: visible; + } + .to-has-options #tsd-filter .tsd-filter-group { + animation: fade-in 0.2s; + } + .from-has-options #tsd-filter .tsd-filter-group { + animation: fade-out 0.2s; + } + #tsd-filter label, +#tsd-filter .tsd-select { + display: block; + padding-right: 20px; + } +} footer { border-top: 1px solid #eee; - background-color: #fff; } - footer.with-border-bottom { - border-bottom: 1px solid #eee; } - footer .tsd-legend-group { - font-size: 0; } + background-color: #fff; +} +footer.with-border-bottom { + border-bottom: 1px solid #eee; +} +footer .tsd-legend-group { + font-size: 0; +} +footer .tsd-legend { + display: inline-block; + width: 25%; + padding: 0; + font-size: 16px; + list-style: none; + line-height: 1.333em; + vertical-align: top; +} +@media (max-width: 900px) { footer .tsd-legend { - display: inline-block; - width: 25%; - padding: 0; - font-size: 16px; - list-style: none; - line-height: 1.333em; - vertical-align: top; } - @media (max-width: 900px) { - footer .tsd-legend { - width: 50%; } } + width: 50%; + } +} .tsd-hierarchy { list-style: square; padding: 0 0 0 20px; - margin: 0; } - .tsd-hierarchy .target { - font-weight: bold; } + margin: 0; +} +.tsd-hierarchy .target { + font-weight: bold; +} .tsd-index-panel .tsd-index-content { - margin-bottom: -30px !important; } - + margin-bottom: -30px !important; +} .tsd-index-panel .tsd-index-section { - margin-bottom: 30px !important; } - + margin-bottom: 30px !important; +} .tsd-index-panel h3 { margin: 0 -20px 10px -20px; padding: 0 20px 10px 20px; - border-bottom: 1px solid #eee; } - + border-bottom: 1px solid #eee; +} .tsd-index-panel ul.tsd-index-list { -moz-column-count: 3; -ms-column-count: 3; @@ -1809,58 +2024,59 @@ footer { column-gap: 20px; padding: 0; list-style: none; - line-height: 1.333em; } - @media (max-width: 900px) { - .tsd-index-panel ul.tsd-index-list { - -moz-column-count: 1; - -ms-column-count: 1; - -o-column-count: 1; - column-count: 1; } } - @media (min-width: 901px) and (max-width: 1024px) { - .tsd-index-panel ul.tsd-index-list { - -moz-column-count: 2; - -ms-column-count: 2; - -o-column-count: 2; - column-count: 2; } } - .tsd-index-panel ul.tsd-index-list li { - -webkit-column-break-inside: avoid; - -moz-column-break-inside: avoid; - -ms-column-break-inside: avoid; - -o-column-break-inside: avoid; - column-break-inside: avoid; - -webkit-page-break-inside: avoid; - -moz-page-break-inside: avoid; - -ms-page-break-inside: avoid; - -o-page-break-inside: avoid; - page-break-inside: avoid; } - + line-height: 1.333em; +} +@media (max-width: 900px) { + .tsd-index-panel ul.tsd-index-list { + -moz-column-count: 1; + -ms-column-count: 1; + -o-column-count: 1; + column-count: 1; + } +} +@media (min-width: 901px) and (max-width: 1024px) { + .tsd-index-panel ul.tsd-index-list { + -moz-column-count: 2; + -ms-column-count: 2; + -o-column-count: 2; + column-count: 2; + } +} +.tsd-index-panel ul.tsd-index-list li { + -webkit-page-break-inside: avoid; + -moz-page-break-inside: avoid; + -ms-page-break-inside: avoid; + -o-page-break-inside: avoid; + page-break-inside: avoid; +} .tsd-index-panel a, .tsd-index-panel .tsd-parent-kind-module a { - color: #9600ff; } - + color: #9600ff; +} .tsd-index-panel .tsd-parent-kind-interface a { - color: #7da01f; } - + color: #7da01f; +} .tsd-index-panel .tsd-parent-kind-enum a { - color: #cc9900; } - + color: #cc9900; +} .tsd-index-panel .tsd-parent-kind-class a { - color: #4da6ff; } - + color: #4da6ff; +} .tsd-index-panel .tsd-kind-module a { - color: #9600ff; } - + color: #9600ff; +} .tsd-index-panel .tsd-kind-interface a { - color: #7da01f; } - + color: #7da01f; +} .tsd-index-panel .tsd-kind-enum a { - color: #cc9900; } - + color: #cc9900; +} .tsd-index-panel .tsd-kind-class a { - color: #4da6ff; } - + color: #4da6ff; +} .tsd-index-panel .tsd-is-private a { - color: #808080; } + color: #808080; +} .tsd-flag { display: inline-block; @@ -1870,341 +2086,428 @@ footer { background-color: #808080; text-indent: 0; font-size: 14px; - font-weight: normal; } + font-weight: normal; +} .tsd-anchor { position: absolute; - top: -100px; } + top: -100px; +} .tsd-member { - position: relative; } - .tsd-member .tsd-anchor + h3 { - margin-top: 0; - margin-bottom: 0; - border-bottom: none; } + position: relative; +} +.tsd-member .tsd-anchor + h3 { + margin-top: 0; + margin-bottom: 0; + border-bottom: none; +} .tsd-navigation { - padding: 0 0 0 40px; } - .tsd-navigation a { - display: block; - padding-top: 2px; - padding-bottom: 2px; - border-left: 2px solid transparent; - color: #222; - text-decoration: none; - transition: border-left-color 0.1s; } - .tsd-navigation a:hover { - text-decoration: underline; } - .tsd-navigation ul { - margin: 0; - padding: 0; - list-style: none; } - .tsd-navigation li { - padding: 0; } + margin: 0 0 0 40px; +} +.tsd-navigation a { + display: block; + padding-top: 2px; + padding-bottom: 2px; + border-left: 2px solid transparent; + color: #222; + text-decoration: none; + transition: border-left-color 0.1s; +} +.tsd-navigation a:hover { + text-decoration: underline; +} +.tsd-navigation ul { + margin: 0; + padding: 0; + list-style: none; +} +.tsd-navigation li { + padding: 0; +} .tsd-navigation.primary { - padding-bottom: 40px; } - .tsd-navigation.primary a { - display: block; - padding-top: 6px; - padding-bottom: 6px; } - .tsd-navigation.primary ul li a { - padding-left: 5px; } - .tsd-navigation.primary ul li li a { - padding-left: 25px; } - .tsd-navigation.primary ul li li li a { - padding-left: 45px; } - .tsd-navigation.primary ul li li li li a { - padding-left: 65px; } - .tsd-navigation.primary ul li li li li li a { - padding-left: 85px; } - .tsd-navigation.primary ul li li li li li li a { - padding-left: 105px; } - .tsd-navigation.primary > ul { - border-bottom: 1px solid #eee; } - .tsd-navigation.primary li { - border-top: 1px solid #eee; } - .tsd-navigation.primary li.current > a { - font-weight: bold; } - .tsd-navigation.primary li.label span { - display: block; - padding: 20px 0 6px 5px; - color: #808080; } - .tsd-navigation.primary li.globals + li > span, - .tsd-navigation.primary li.globals + li > a { - padding-top: 20px; } + padding-bottom: 40px; +} +.tsd-navigation.primary a { + display: block; + padding-top: 6px; + padding-bottom: 6px; +} +.tsd-navigation.primary ul li a { + padding-left: 5px; +} +.tsd-navigation.primary ul li li a { + padding-left: 25px; +} +.tsd-navigation.primary ul li li li a { + padding-left: 45px; +} +.tsd-navigation.primary ul li li li li a { + padding-left: 65px; +} +.tsd-navigation.primary ul li li li li li a { + padding-left: 85px; +} +.tsd-navigation.primary ul li li li li li li a { + padding-left: 105px; +} +.tsd-navigation.primary > ul { + border-bottom: 1px solid #eee; +} +.tsd-navigation.primary li { + border-top: 1px solid #eee; +} +.tsd-navigation.primary li.current > a { + font-weight: bold; +} +.tsd-navigation.primary li.label span { + display: block; + padding: 20px 0 6px 5px; + color: #808080; +} +.tsd-navigation.primary li.globals + li > span, .tsd-navigation.primary li.globals + li > a { + padding-top: 20px; +} +.tsd-navigation.secondary { + max-height: calc(100vh - 1rem - 40px); + overflow: auto; + position: -webkit-sticky; + position: sticky; + top: calc(.5rem + 40px); + transition: 0.3s; +} +.tsd-navigation.secondary.tsd-navigation--toolbar-hide { + max-height: calc(100vh - 1rem); + top: 0.5rem; +} .tsd-navigation.secondary ul { - transition: opacity 0.2s; } - .tsd-navigation.secondary ul li a { - padding-left: 25px; } - .tsd-navigation.secondary ul li li a { - padding-left: 45px; } - .tsd-navigation.secondary ul li li li a { - padding-left: 65px; } - .tsd-navigation.secondary ul li li li li a { - padding-left: 85px; } - .tsd-navigation.secondary ul li li li li li a { - padding-left: 105px; } - .tsd-navigation.secondary ul li li li li li li a { - padding-left: 125px; } - .tsd-navigation.secondary ul.current a { - border-left-color: #eee; } - + transition: opacity 0.2s; +} +.tsd-navigation.secondary ul li a { + padding-left: 25px; +} +.tsd-navigation.secondary ul li li a { + padding-left: 45px; +} +.tsd-navigation.secondary ul li li li a { + padding-left: 65px; +} +.tsd-navigation.secondary ul li li li li a { + padding-left: 85px; +} +.tsd-navigation.secondary ul li li li li li a { + padding-left: 105px; +} +.tsd-navigation.secondary ul li li li li li li a { + padding-left: 125px; +} +.tsd-navigation.secondary ul.current a { + border-left-color: #eee; +} .tsd-navigation.secondary li.focus > a, .tsd-navigation.secondary ul.current li.focus > a { - border-left-color: #000; } - + border-left-color: #000; +} .tsd-navigation.secondary li.current { margin-top: 20px; margin-bottom: 20px; - border-left-color: #eee; } - .tsd-navigation.secondary li.current > a { - font-weight: bold; } + border-left-color: #eee; +} +.tsd-navigation.secondary li.current > a { + font-weight: bold; +} @media (min-width: 901px) { .menu-sticky-wrap { - position: static; } - .no-csspositionsticky .menu-sticky-wrap.sticky { - position: fixed; } - .no-csspositionsticky .menu-sticky-wrap.sticky-current { - position: fixed; } - .no-csspositionsticky .menu-sticky-wrap.sticky-current ul.before-current, - .no-csspositionsticky .menu-sticky-wrap.sticky-current ul.after-current { - opacity: 0; } - .no-csspositionsticky .menu-sticky-wrap.sticky-bottom { - position: absolute; - top: auto !important; - left: auto !important; - bottom: 0; - right: 0; } - .csspositionsticky .menu-sticky-wrap.sticky { - position: -webkit-sticky; - position: sticky; } - .csspositionsticky .menu-sticky-wrap.sticky-current { - position: -webkit-sticky; - position: sticky; } } + position: static; + } +} .tsd-panel { margin: 20px 0; padding: 20px; background-color: #fff; - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); } - .tsd-panel:empty { - display: none; } - .tsd-panel > h1, .tsd-panel > h2, .tsd-panel > h3 { - margin: 1.5em -20px 10px -20px; - padding: 0 20px 10px 20px; - border-bottom: 1px solid #eee; } - .tsd-panel > h1.tsd-before-signature, .tsd-panel > h2.tsd-before-signature, .tsd-panel > h3.tsd-before-signature { - margin-bottom: 0; - border-bottom: 0; } - .tsd-panel table { - display: block; - width: 100%; - overflow: auto; - margin-top: 10px; - word-break: normal; - word-break: keep-all; } - .tsd-panel table th { - font-weight: bold; } - .tsd-panel table th, .tsd-panel table td { - padding: 6px 13px; - border: 1px solid #ddd; } - .tsd-panel table tr { - background-color: #fff; - border-top: 1px solid #ccc; } - .tsd-panel table tr:nth-child(2n) { - background-color: #f8f8f8; } + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); +} +.tsd-panel:empty { + display: none; +} +.tsd-panel > h1, .tsd-panel > h2, .tsd-panel > h3 { + margin: 1.5em -20px 10px -20px; + padding: 0 20px 10px 20px; + border-bottom: 1px solid #eee; +} +.tsd-panel > h1.tsd-before-signature, .tsd-panel > h2.tsd-before-signature, .tsd-panel > h3.tsd-before-signature { + margin-bottom: 0; + border-bottom: 0; +} +.tsd-panel table { + display: block; + width: 100%; + overflow: auto; + margin-top: 10px; + word-break: normal; + word-break: keep-all; +} +.tsd-panel table th { + font-weight: bold; +} +.tsd-panel table th, .tsd-panel table td { + padding: 6px 13px; + border: 1px solid #ddd; +} +.tsd-panel table tr { + background-color: #fff; + border-top: 1px solid #ccc; +} +.tsd-panel table tr:nth-child(2n) { + background-color: #f8f8f8; +} .tsd-panel-group { - margin: 60px 0; } - .tsd-panel-group > h1, .tsd-panel-group > h2, .tsd-panel-group > h3 { - padding-left: 20px; - padding-right: 20px; } + margin: 60px 0; +} +.tsd-panel-group > h1, .tsd-panel-group > h2, .tsd-panel-group > h3 { + padding-left: 20px; + padding-right: 20px; +} #tsd-search { - transition: background-color 0.2s; } - #tsd-search .title { - position: relative; - z-index: 2; } - #tsd-search .field { - position: absolute; - left: 0; - top: 0; - right: 40px; - height: 40px; } - #tsd-search .field input { - box-sizing: border-box; - position: relative; - top: -50px; - z-index: 1; - width: 100%; - padding: 0 10px; - opacity: 0; - outline: 0; - border: 0; - background: transparent; - color: #222; } - #tsd-search .field label { - position: absolute; - overflow: hidden; - right: -40px; } - #tsd-search .field input, - #tsd-search .title { - transition: opacity 0.2s; } - #tsd-search .results { - position: absolute; - visibility: hidden; - top: 40px; - width: 100%; - margin: 0; - padding: 0; - list-style: none; - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); } - #tsd-search .results li { - padding: 0 10px; - background-color: #fdfdfd; } - #tsd-search .results li:nth-child(even) { - background-color: #fff; } - #tsd-search .results li.state { - display: none; } - #tsd-search .results li.current, - #tsd-search .results li:hover { - background-color: #eee; } - #tsd-search .results a { - display: block; } - #tsd-search .results a:before { - top: 10px; } - #tsd-search .results span.parent { - color: #808080; - font-weight: normal; } - #tsd-search.has-focus { - background-color: #eee; } - #tsd-search.has-focus .field input { - top: 0; - opacity: 1; } - #tsd-search.has-focus .title { - z-index: 0; - opacity: 0; } - #tsd-search.has-focus .results { - visibility: visible; } - #tsd-search.loading .results li.state.loading { - display: block; } - #tsd-search.failure .results li.state.failure { - display: block; } + transition: background-color 0.2s; +} +#tsd-search .title { + position: relative; + z-index: 2; +} +#tsd-search .field { + position: absolute; + left: 0; + top: 0; + right: 40px; + height: 40px; +} +#tsd-search .field input { + box-sizing: border-box; + position: relative; + top: -50px; + z-index: 1; + width: 100%; + padding: 0 10px; + opacity: 0; + outline: 0; + border: 0; + background: transparent; + color: #222; +} +#tsd-search .field label { + position: absolute; + overflow: hidden; + right: -40px; +} +#tsd-search .field input, +#tsd-search .title { + transition: opacity 0.2s; +} +#tsd-search .results { + position: absolute; + visibility: hidden; + top: 40px; + width: 100%; + margin: 0; + padding: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); +} +#tsd-search .results li { + padding: 0 10px; + background-color: #fdfdfd; +} +#tsd-search .results li:nth-child(even) { + background-color: #fff; +} +#tsd-search .results li.state { + display: none; +} +#tsd-search .results li.current, +#tsd-search .results li:hover { + background-color: #eee; +} +#tsd-search .results a { + display: block; +} +#tsd-search .results a:before { + top: 10px; +} +#tsd-search .results span.parent { + color: #808080; + font-weight: normal; +} +#tsd-search.has-focus { + background-color: #eee; +} +#tsd-search.has-focus .field input { + top: 0; + opacity: 1; +} +#tsd-search.has-focus .title { + z-index: 0; + opacity: 0; +} +#tsd-search.has-focus .results { + visibility: visible; +} +#tsd-search.loading .results li.state.loading { + display: block; +} +#tsd-search.failure .results li.state.failure { + display: block; +} .tsd-signature { margin: 0 0 1em 0; padding: 10px; border: 1px solid #eee; font-family: Menlo, Monaco, Consolas, "Courier New", monospace; - font-size: 14px; } - .tsd-signature.tsd-kind-icon { - padding-left: 30px; } - .tsd-signature.tsd-kind-icon:before { - top: 10px; - left: 10px; } - .tsd-panel > .tsd-signature { - margin-left: -20px; - margin-right: -20px; - border-width: 1px 0; } - .tsd-panel > .tsd-signature.tsd-kind-icon { - padding-left: 40px; } - .tsd-panel > .tsd-signature.tsd-kind-icon:before { - left: 20px; } + font-size: 14px; + overflow-x: auto; +} +.tsd-signature.tsd-kind-icon { + padding-left: 30px; +} +.tsd-signature.tsd-kind-icon:before { + top: 10px; + left: 10px; +} +.tsd-panel > .tsd-signature { + margin-left: -20px; + margin-right: -20px; + border-width: 1px 0; +} +.tsd-panel > .tsd-signature.tsd-kind-icon { + padding-left: 40px; +} +.tsd-panel > .tsd-signature.tsd-kind-icon:before { + left: 20px; +} .tsd-signature-symbol { color: #808080; - font-weight: normal; } + font-weight: normal; +} .tsd-signature-type { font-style: italic; - font-weight: normal; } + font-weight: normal; +} .tsd-signatures { padding: 0; margin: 0 0 1em 0; - border: 1px solid #eee; } - .tsd-signatures .tsd-signature { - margin: 0; - border-width: 1px 0 0 0; - transition: background-color 0.1s; } - .tsd-signatures .tsd-signature:first-child { - border-top-width: 0; } - .tsd-signatures .tsd-signature.current { - background-color: #eee; } - .tsd-signatures.active > .tsd-signature { - cursor: pointer; } - .tsd-panel > .tsd-signatures { - margin-left: -20px; - margin-right: -20px; - border-width: 1px 0; } - .tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon { - padding-left: 40px; } - .tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon:before { - left: 20px; } - .tsd-panel > a.anchor + .tsd-signatures { - border-top-width: 0; - margin-top: -20px; } + border: 1px solid #eee; +} +.tsd-signatures .tsd-signature { + margin: 0; + border-width: 1px 0 0 0; + transition: background-color 0.1s; +} +.tsd-signatures .tsd-signature:first-child { + border-top-width: 0; +} +.tsd-signatures .tsd-signature.current { + background-color: #eee; +} +.tsd-signatures.active > .tsd-signature { + cursor: pointer; +} +.tsd-panel > .tsd-signatures { + margin-left: -20px; + margin-right: -20px; + border-width: 1px 0; +} +.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon { + padding-left: 40px; +} +.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon:before { + left: 20px; +} +.tsd-panel > a.anchor + .tsd-signatures { + border-top-width: 0; + margin-top: -20px; +} ul.tsd-descriptions { position: relative; overflow: hidden; - transition: height 0.3s; padding: 0; - list-style: none; } - ul.tsd-descriptions.active > .tsd-description { - display: none; } - ul.tsd-descriptions.active > .tsd-description.current { - display: block; } - ul.tsd-descriptions.active > .tsd-description.fade-in { - animation: fade-in-delayed 0.3s; } - ul.tsd-descriptions.active > .tsd-description.fade-out { - animation: fade-out-delayed 0.3s; - position: absolute; - display: block; - top: 0; - left: 0; - right: 0; - opacity: 0; - visibility: hidden; } - ul.tsd-descriptions h4, ul.tsd-descriptions .tsd-index-panel h3, .tsd-index-panel ul.tsd-descriptions h3 { - font-size: 16px; - margin: 1em 0 0.5em 0; } + list-style: none; +} +ul.tsd-descriptions.active > .tsd-description { + display: none; +} +ul.tsd-descriptions.active > .tsd-description.current { + display: block; +} +ul.tsd-descriptions.active > .tsd-description.fade-in { + animation: fade-in-delayed 0.3s; +} +ul.tsd-descriptions.active > .tsd-description.fade-out { + animation: fade-out-delayed 0.3s; + position: absolute; + display: block; + top: 0; + left: 0; + right: 0; + opacity: 0; + visibility: hidden; +} +ul.tsd-descriptions h4, ul.tsd-descriptions .tsd-index-panel h3, .tsd-index-panel ul.tsd-descriptions h3 { + font-size: 16px; + margin: 1em 0 0.5em 0; +} ul.tsd-parameters, ul.tsd-type-parameters { list-style: square; margin: 0; - padding-left: 20px; } - ul.tsd-parameters > li.tsd-parameter-siganture, - ul.tsd-type-parameters > li.tsd-parameter-siganture { - list-style: none; - margin-left: -20px; } - ul.tsd-parameters h5, - ul.tsd-type-parameters h5 { - font-size: 16px; - margin: 1em 0 0.5em 0; } - ul.tsd-parameters .tsd-comment, - ul.tsd-type-parameters .tsd-comment { - margin-top: -0.5em; } + padding-left: 20px; +} +ul.tsd-parameters > li.tsd-parameter-signature, +ul.tsd-type-parameters > li.tsd-parameter-signature { + list-style: none; + margin-left: -20px; +} +ul.tsd-parameters h5, +ul.tsd-type-parameters h5 { + font-size: 16px; + margin: 1em 0 0.5em 0; +} +ul.tsd-parameters .tsd-comment, +ul.tsd-type-parameters .tsd-comment { + margin-top: -0.5em; +} .tsd-sources { font-size: 14px; color: #808080; - margin: 0 0 1em 0; } - .tsd-sources a { - color: #808080; - text-decoration: underline; } - .tsd-sources ul, .tsd-sources p { - margin: 0 !important; } - .tsd-sources ul { - list-style: none; - padding: 0; } + margin: 0 0 1em 0; +} +.tsd-sources a { + color: #808080; + text-decoration: underline; +} +.tsd-sources ul, .tsd-sources p { + margin: 0 !important; +} +.tsd-sources ul { + list-style: none; + padding: 0; +} .tsd-page-toolbar { - position: absolute; + position: fixed; z-index: 1; top: 0; left: 0; @@ -2212,28 +2515,40 @@ ul.tsd-type-parameters { height: 40px; color: #333; background: #fff; - border-bottom: 1px solid #eee; } - .tsd-page-toolbar a { - color: #333; - text-decoration: none; } - .tsd-page-toolbar a.title { - font-weight: bold; } - .tsd-page-toolbar a.title:hover { - text-decoration: underline; } - .tsd-page-toolbar .table-wrap { - display: table; - width: 100%; - height: 40px; } - .tsd-page-toolbar .table-cell { - display: table-cell; - position: relative; - white-space: nowrap; - line-height: 40px; } - .tsd-page-toolbar .table-cell:first-child { - width: 100%; } - -.tsd-widget:before, .tsd-select .tsd-select-label:before, .tsd-select .tsd-select-list li:before { - content: ''; + border-bottom: 1px solid #eee; + transition: transform 0.3s linear; +} +.tsd-page-toolbar a { + color: #333; + text-decoration: none; +} +.tsd-page-toolbar a.title { + font-weight: bold; +} +.tsd-page-toolbar a.title:hover { + text-decoration: underline; +} +.tsd-page-toolbar .table-wrap { + display: table; + width: 100%; + height: 40px; +} +.tsd-page-toolbar .table-cell { + display: table-cell; + position: relative; + white-space: nowrap; + line-height: 40px; +} +.tsd-page-toolbar .table-cell:first-child { + width: 100%; +} + +.tsd-page-toolbar--hide { + transform: translateY(-100%); +} + +.tsd-select .tsd-select-list li:before, .tsd-select .tsd-select-label:before, .tsd-widget:before { + content: ""; display: inline-block; width: 40px; height: 40px; @@ -2241,11 +2556,14 @@ ul.tsd-type-parameters { background-image: url(../images/widgets.png); background-repeat: no-repeat; text-indent: -1024px; - vertical-align: bottom; } - @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { - .tsd-widget:before, .tsd-select .tsd-select-label:before, .tsd-select .tsd-select-list li:before { - background-image: url(../images/widgets@2x.png); - background-size: 320px 40px; } } + vertical-align: bottom; +} +@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { + .tsd-select .tsd-select-list li:before, .tsd-select .tsd-select-label:before, .tsd-widget:before { + background-image: url(../images/widgets@2x.png); + background-size: 320px 40px; + } +} .tsd-widget { display: inline-block; @@ -2254,31 +2572,44 @@ ul.tsd-type-parameters { height: 40px; transition: opacity 0.1s, background-color 0.2s; vertical-align: bottom; - cursor: pointer; } - .tsd-widget:hover { - opacity: 0.8; } - .tsd-widget.active { - opacity: 1; - background-color: #eee; } - .tsd-widget.no-caption { - width: 40px; } - .tsd-widget.no-caption:before { - margin: 0; } - .tsd-widget.search:before { - background-position: 0 0; } - .tsd-widget.menu:before { - background-position: -40px 0; } - .tsd-widget.options:before { - background-position: -80px 0; } + cursor: pointer; +} +.tsd-widget:hover { + opacity: 0.8; +} +.tsd-widget.active { + opacity: 1; + background-color: #eee; +} +.tsd-widget.no-caption { + width: 40px; +} +.tsd-widget.no-caption:before { + margin: 0; +} +.tsd-widget.search:before { + background-position: 0 0; +} +.tsd-widget.menu:before { + background-position: -40px 0; +} +.tsd-widget.options:before { + background-position: -80px 0; +} +.tsd-widget.options, .tsd-widget.menu { + display: none; +} +@media (max-width: 900px) { .tsd-widget.options, .tsd-widget.menu { - display: none; } - @media (max-width: 900px) { - .tsd-widget.options, .tsd-widget.menu { - display: inline-block; } } - input[type=checkbox] + .tsd-widget:before { - background-position: -120px 0; } - input[type=checkbox]:checked + .tsd-widget:before { - background-position: -160px 0; } + display: inline-block; + } +} +input[type=checkbox] + .tsd-widget:before { + background-position: -120px 0; +} +input[type=checkbox]:checked + .tsd-widget:before { + background-position: -160px 0; +} .tsd-select { position: relative; @@ -2286,48 +2617,63 @@ ul.tsd-type-parameters { height: 40px; transition: opacity 0.1s, background-color 0.2s; vertical-align: bottom; - cursor: pointer; } - .tsd-select .tsd-select-label { - opacity: 0.6; - transition: opacity 0.2s; } - .tsd-select .tsd-select-label:before { - background-position: -240px 0; } - .tsd-select.active .tsd-select-label { - opacity: 0.8; } - .tsd-select.active .tsd-select-list { - visibility: visible; - opacity: 1; - transition-delay: 0s; } + cursor: pointer; +} +.tsd-select .tsd-select-label { + opacity: 0.6; + transition: opacity 0.2s; +} +.tsd-select .tsd-select-label:before { + background-position: -240px 0; +} +.tsd-select.active .tsd-select-label { + opacity: 0.8; +} +.tsd-select.active .tsd-select-list { + visibility: visible; + opacity: 1; + transition-delay: 0s; +} +.tsd-select .tsd-select-list { + position: absolute; + visibility: hidden; + top: 40px; + left: 0; + margin: 0; + padding: 0; + opacity: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); + transition: visibility 0s 0.2s, opacity 0.2s; +} +.tsd-select .tsd-select-list li { + padding: 0 20px 0 0; + background-color: #fdfdfd; +} +.tsd-select .tsd-select-list li:before { + background-position: 40px 0; +} +.tsd-select .tsd-select-list li:nth-child(even) { + background-color: #fff; +} +.tsd-select .tsd-select-list li:hover { + background-color: #eee; +} +.tsd-select .tsd-select-list li.selected:before { + background-position: -200px 0; +} +@media (max-width: 900px) { .tsd-select .tsd-select-list { - position: absolute; - visibility: hidden; - top: 40px; - left: 0; - margin: 0; - padding: 0; - opacity: 0; - list-style: none; - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); - transition: visibility 0s 0.2s, opacity 0.2s; } - .tsd-select .tsd-select-list li { - padding: 0 20px 0 0; - background-color: #fdfdfd; } - .tsd-select .tsd-select-list li:before { - background-position: 40px 0; } - .tsd-select .tsd-select-list li:nth-child(even) { - background-color: #fff; } - .tsd-select .tsd-select-list li:hover { - background-color: #eee; } - .tsd-select .tsd-select-list li.selected:before { - background-position: -200px 0; } - @media (max-width: 900px) { - .tsd-select .tsd-select-list { - top: 0; - left: auto; - right: 100%; - margin-right: -5px; } - .tsd-select .tsd-select-label:before { - background-position: -280px 0; } } + top: 0; + left: auto; + right: 100%; + margin-right: -5px; + } + .tsd-select .tsd-select-label:before { + background-position: -280px 0; + } +} img { - max-width: 100%; } + max-width: 100%; +} \ No newline at end of file diff --git a/docs/assets/js/main.js b/docs/assets/js/main.js index 667b2694..39a80669 100644 --- a/docs/assets/js/main.js +++ b/docs/assets/js/main.js @@ -1 +1 @@ -!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";function x(e){return null!=e&&e===e.window}var t=[],E=C.document,r=Object.getPrototypeOf,s=t.slice,g=t.concat,u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.4.1",k=function(e,t){return new k.fn.init(e,t)},p=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;function d(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0>10|55296,1023&r|56320)}function oe(){T()}var e,d,b,o,i,h,f,g,w,u,l,T,C,a,E,v,s,c,y,k="sizzle"+1*new Date,m=n.document,S=0,r=0,p=ue(),x=ue(),N=ue(),A=ue(),D=function(e,t){return e===t&&(l=!0),0},j={}.hasOwnProperty,t=[],q=t.pop,L=t.push,H=t.push,O=t.slice,P=function(e,t){for(var n=0,r=e.length;n+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp($),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+$),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(m.childNodes),m.childNodes),t[m.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&((e?e.ownerDocument||e:m)!==C&&T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!A[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&U.test(t)){for((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=k),o=(l=h(t)).length;o--;)l[o]="#"+s+" "+xe(l[o]);c=l.join(","),f=ee.test(t)&&ye(e.parentNode)||e}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){A(t,!0)}finally{s===k&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[k]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){for(var n=e.split("|"),r=n.length;r--;)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){for(var n,r=a([],e.length,o),i=r.length;i--;)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&void 0!==e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:m;return r!==C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),m!==C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=k,!C.getElementsByName||!C.getElementsByName(k).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if(void 0!==t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if(void 0!==t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];for(i=t.getElementsByName(e),r=0;o=i[r++];)if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"!==e)return o;for(;n=o[i++];)1===n.nodeType&&r.push(n);return r},b.find.CLASS=d.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+k+"-]").length||v.push("~="),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+k+"+*").length||v.push(".#.+[+~]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",$)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e===C||e.ownerDocument===m&&y(m,e)?-1:t===C||t.ownerDocument===m&&y(m,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===C?-1:t===C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);for(n=e;n=n.parentNode;)a.unshift(n);for(n=t;n=n.parentNode;)s.unshift(n);for(;a[r]===s[r];)r++;return r?pe(a[r],s[r]):a[r]===m?-1:s[r]===m?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if((e.ownerDocument||e)!==C&&T(e),d.matchesSelector&&E&&!A[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){A(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=p[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&p(e,function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?k.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?k.grep(e,function(e){return e===n!==r}):"string"!=typeof n?k.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(k.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||q,"string"!=typeof e)return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(k):k.makeArray(e,this);if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:L.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof k?t[0]:t,k.merge(this,k.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),D.test(r[1])&&k.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}).prototype=k.fn,q=k(E);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};function P(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}k.fn.extend({has:function(e){var t=k(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i,ge={option:[1,""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ve(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?k.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;nx",y.noCloneChecked=!!me.cloneNode(!0).lastChild.defaultValue;var Te=/^key/,Ce=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ee=/^([^.]*)(?:\.(.+)|)/;function ke(){return!0}function Se(){return!1}function Ne(e,t){return e===function(){try{return E.activeElement}catch(e){}}()==("focus"===t)}function Ae(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)Ae(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=Se;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return k().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=k.guid++)),e.each(function(){k.event.add(this,t,i,r,n)})}function De(e,i,o){o?(Q.set(e,i,!1),k.event.add(e,i,{namespace:!1,handler:function(e){var t,n,r=Q.get(this,i);if(1&e.isTrigger&&this[i]){if(r.length)(k.event.special[i]||{}).delegateType&&e.stopPropagation();else if(r=s.call(arguments),Q.set(this,i,r),t=o(this,i),this[i](),r!==(n=Q.get(this,i))||t?Q.set(this,i,!1):n={},r!==n)return e.stopImmediatePropagation(),e.preventDefault(),n.value}else r.length&&(Q.set(this,i,{value:k.event.trigger(k.extend(r[0],k.Event.prototype),r.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===Q.get(e,i)&&k.event.add(e,i,ke)}k.event={global:{},add:function(t,e,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.get(t);if(v)for(n.handler&&(n=(o=n).handler,i=o.selector),i&&k.find.matchesSelector(ie,i),n.guid||(n.guid=k.guid++),(u=v.events)||(u=v.events={}),(a=v.handle)||(a=v.handle=function(e){return void 0!==k&&k.event.triggered!==e.type?k.event.dispatch.apply(t,arguments):void 0}),l=(e=(e||"").match(R)||[""]).length;l--;)d=g=(s=Ee.exec(e[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=k.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=k.event.special[d]||{},c=k.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&k.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(t,r,h,a)||t.addEventListener&&t.addEventListener(d,a)),f.add&&(f.add.call(t,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),k.event.global[d]=!0)},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.hasData(e)&&Q.get(e);if(v&&(u=v.events)){for(l=(t=(t||"").match(R)||[""]).length;l--;)if(d=g=(s=Ee.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d){for(f=k.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;o--;)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,v.handle)||k.removeEvent(e,d,v.handle),delete u[d])}else for(d in u)k.event.remove(e,d+t[l],n,r,!0);k.isEmptyObject(u)&&Q.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=k.event.fix(e),u=new Array(arguments.length),l=(Q.get(this,"events")||{})[s.type]||[],c=k.event.special[s.type]||{};for(u[0]=s,t=1;t\x20\t\r\n\f]*)[^>]*)\/>/gi,qe=/\s*$/g;function Oe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&k(e).children("tbody")[0]||e}function Pe(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Re(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Me(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(Q.hasData(e)&&(o=Q.access(e),a=Q.set(t,o),l=o.events))for(i in delete a.handle,a.events={},l)for(n=0,r=l[i].length;n")},clone:function(e,t,n){var r,i,o,a,s,u,l,c=e.cloneNode(!0),f=oe(e);if(!(y.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||k.isXMLDoc(e)))for(a=ve(c),r=0,i=(o=ve(e)).length;r").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Vt,Gt=[],Yt=/(=)\?(?=&|$)|\?\?/;k.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Gt.pop()||k.expando+"_"+kt++;return this[e]=!0,e}}),k.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Yt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Yt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Yt,"$1"+r):!1!==e.jsonp&&(e.url+=(St.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||k.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?k(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Gt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((Vt=E.implementation.createHTMLDocument("").body).innerHTML="
",2===Vt.childNodes.length),k.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=D.exec(e))?[t.createElement(i[1])]:(i=we([e],t,o),o&&o.length&&k(o).remove(),k.merge([],i.childNodes)));var r,i,o},k.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(k.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},k.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){k.fn[t]=function(e){return this.on(t,e)}}),k.expr.pseudos.animated=function(t){return k.grep(k.timers,function(e){return t===e.elem}).length},k.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=k.css(e,"position"),c=k(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=k.css(e,"top"),u=k.css(e,"left"),i=("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,r.left):(a=parseFloat(o)||0,parseFloat(u)||0),m(t)&&(t=t.call(e,n,k.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},k.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){k.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===k.css(r,"position"))t=r.getBoundingClientRect();else{for(t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;e&&(e===n.body||e===n.documentElement)&&"static"===k.css(e,"position");)e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=k(e).offset()).top+=k.css(e,"borderTopWidth",!0),i.left+=k.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-k.css(r,"marginTop",!0),left:t.left-i.left-k.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent;e&&"static"===k.css(e,"position");)e=e.offsetParent;return e||ie})}}),k.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;k.fn[t]=function(e){return _(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),k.each(["top","left"],function(e,n){k.cssHooks[n]=ze(y.pixelPosition,function(e,t){if(t)return t=_e(e,n),$e.test(t)?k(e).position()[n]+"px":t})}),k.each({Height:"height",Width:"width"},function(a,s){k.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){k.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return _(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?k.css(e,t,i):k.style(e,t,n,i)},s,n?e:void 0,n)}})}),k.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){k.fn[n]=function(e,t){return 0":">",'"':""","'":"'","`":"`"},P=h.invert(L);h.escape=W(L),h.unescape=W(P),h.result=function(n,r,t){h.isArray(r)||(r=[r]);var e=r.length;if(!e)return h.isFunction(t)?t.call(n):t;for(var u=0;u/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};function $(n){return"\\"+U[n]}var J=/(.)^/,U={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},V=/\\|'|\r|\n|\u2028|\u2029/g;h.template=function(i,n,r){!n&&r&&(n=r),n=h.defaults({},n,h.templateSettings);var t,e=RegExp([(n.escape||J).source,(n.interpolate||J).source,(n.evaluate||J).source].join("|")+"|$","g"),o=0,a="__p+='";i.replace(e,function(n,r,t,e,u){return a+=i.slice(o,u).replace(V,$),o=u+n.length,r?a+="'+\n((__t=("+r+"))==null?'':_.escape(__t))+\n'":t?a+="'+\n((__t=("+t+"))==null?'':__t)+\n'":e&&(a+="';\n"+e+"\n__p+='"),n}),a+="';\n",n.variable||(a="with(obj||{}){\n"+a+"}\n"),a="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+a+"return __p;\n";try{t=new Function(n.variable||"obj","_",a)}catch(n){throw n.source=a,n}function u(n){return t.call(this,n,h)}var c=n.variable||"obj";return u.source="function("+c+"){\n"+a+"}",u},h.chain=function(n){var r=h(n);return r._chain=!0,r};function G(n,r){return n._chain?h(r).chain():r}h.mixin=function(t){return h.each(h.functions(t),function(n){var r=h[n]=t[n];h.prototype[n]=function(){var n=[this._wrapped];return u.apply(n,arguments),G(this,r.apply(h,n))}}),h},h.mixin(h),h.each(["pop","push","reverse","shift","sort","splice","unshift"],function(r){var t=e[r];h.prototype[r]=function(){var n=this._wrapped;return t.apply(n,arguments),"shift"!==r&&"splice"!==r||0!==n.length||delete n[0],G(this,n)}}),h.each(["concat","join","slice"],function(n){var r=e[n];h.prototype[n]=function(){return G(this,r.apply(this._wrapped,arguments))}}),h.prototype.value=function(){return this._wrapped},h.prototype.valueOf=h.prototype.toJSON=h.prototype.value,h.prototype.toString=function(){return String(this._wrapped)},"function"==typeof define&&define.amd&&define("underscore",[],function(){return h})}(),function(t){var e="object"==typeof self&&self.self===self&&self||"object"==typeof global&&global.global===global&&global;if("function"==typeof define&&define.amd)define(["underscore","jquery","exports"],function(i,n,r){e.Backbone=t(e,r,i,n)});else if("undefined"!=typeof exports){var n,i=require("underscore");try{n=require("jquery")}catch(r){}t(e,exports,i,n)}else e.Backbone=t(e,{},e._,e.jQuery||e.Zepto||e.ender||e.$)}(function(t,e,i,n){var r=t.Backbone,s=Array.prototype.slice;e.VERSION="1.4.0",e.$=n,e.noConflict=function(){return t.Backbone=r,this},e.emulateHTTP=!1,e.emulateJSON=!1;var h,a=e.Events={},o=/\s+/,u=function(t,e,n,r,s){var h,a=0;if(n&&"object"==typeof n){void 0!==r&&"context"in s&&void 0===s.context&&(s.context=r);for(h=i.keys(n);athis.length&&(r=this.length),r<0&&(r+=this.length+1);var g,m,s=[],a=[],o=[],h=[],u={},l=e.add,c=e.merge,f=e.remove,d=!1,v=this.comparator&&null==r&&!1!==e.sort,p=i.isString(this.comparator)?this.comparator:null;for(m=0;m=this.length)return e.QueryLexer.EOS;var t=this.str.charAt(this.pos);return this.pos+=1,t},e.QueryLexer.prototype.width=function(){return this.pos-this.start},e.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},e.QueryLexer.prototype.backup=function(){this.pos-=1},e.QueryLexer.prototype.acceptDigitRun=function(){for(var t,r;47<(r=(t=this.next()).charCodeAt(0))&&r<58;);t!=e.QueryLexer.EOS&&this.backup()},e.QueryLexer.prototype.more=function(){return this.posscrollTop;)index-=1;for(;index ul.current"),_this.$navigation=_this.$el.parents(".menu-sticky-wrap"),_this.$container=_this.$el.parents(".row"),_this.listenTo(typedoc.viewport,"resize",_this.onResize),hasPositionSticky||_this.listenTo(typedoc.viewport,"scroll",_this.onScroll),_this.onResize(typedoc.viewport.width,typedoc.viewport.height),_this}return __extends(MenuSticky,_super),MenuSticky.prototype.setState=function(state){this.state!=state&&(""!=this.state&&this.$navigation.removeClass(this.state),this.state=state,""!=this.state&&this.$navigation.addClass(this.state))},MenuSticky.prototype.onResize=function(width,height){this.stickyMode=StickyMode.None,this.setState("");var containerTop=this.$container.offset().top,containerHeight=this.$container.height()||0,bottom=containerTop+containerHeight;if(this.$navigation.height()this.stickyBottom?this.setState("sticky-bottom"):this.setState(scrollTop+20>this.stickyTop?"sticky-current":""):this.stickyMode==StickyMode.Secondary&&(scrollTop>this.stickyBottom?this.setState("sticky-bottom"):this.setState(scrollTop+20>this.stickyTop?"sticky":""))},MenuSticky}(Backbone.View);typedoc.MenuSticky=MenuSticky,typedoc.registerComponent(MenuSticky,".menu-sticky")}(typedoc||(typedoc={})),function(typedoc){var search;!function(search){var SearchLoadingState;!function(SearchLoadingState){SearchLoadingState[SearchLoadingState.Idle=0]="Idle",SearchLoadingState[SearchLoadingState.Loading=1]="Loading",SearchLoadingState[SearchLoadingState.Ready=2]="Ready",SearchLoadingState[SearchLoadingState.Failure=3]="Failure"}(SearchLoadingState||(SearchLoadingState={}));var $el=$("#tsd-search"),$field=$("#tsd-search-field"),$results=$(".results"),base=$el.attr("data-base")+"/",query="",loadingState=SearchLoadingState.Idle,hasFocus=!1,preventPress=!1,index,resultClicked=!1;function createIndex(){var builder=new lunr.Builder;builder.pipeline.add(lunr.trimmer),builder.field("name",{boost:10}),builder.field("parent"),builder.ref("id");var rows=search.data.rows,pos=0,length=rows.length;!function batch(){for(var cycles=0;cycles++<100;)if(builder.add(rows[pos]),++pos==length)return index=builder.build(),setLoadingState(SearchLoadingState.Ready);setTimeout(batch,10)}()}function loadIndex(){loadingState==SearchLoadingState.Idle&&(setTimeout(function(){loadingState==SearchLoadingState.Idle&&setLoadingState(SearchLoadingState.Loading)},500),void 0!==search.data?createIndex():$.get($el.attr("data-index")).done(function(source){eval(source),createIndex()}).fail(function(){setLoadingState(SearchLoadingState.Failure)}))}function updateResults(){if($results.empty(),loadingState==SearchLoadingState.Ready&&query){var res=index.search("*"+query+"*");0===res.length&&(res=index.search("*"+query+"~1*"));for(var i=0,c=Math.min(10,res.length);i"+match+""}),parent=row.parent||"";(parent=parent.replace(new RegExp(query,"i"),function(match){return""+match+""}))&&(name=''+parent+"."+name),$results.append('
  • '+name+"
  • ")}}}function setLoadingState(value){loadingState!=value&&($el.removeClass(SearchLoadingState[loadingState].toLowerCase()),loadingState=value,$el.addClass(SearchLoadingState[loadingState].toLowerCase()),value==SearchLoadingState.Ready&&updateResults())}function setHasFocus(value){hasFocus!=value&&(hasFocus=value,$el.toggleClass("has-focus"),value?(setQuery(""),$field.val("")):$field.val(query))}function setQuery(value){query=$.trim(value),updateResults()}function setCurrentResult(dir){var $current=$results.find(".current");if(0==$current.length)$results.find(1==dir?"li:first-child":"li:last-child").addClass("current");else{var $rel=1==dir?$current.next("li"):$current.prev("li");0<$rel.length&&($current.removeClass("current"),$rel.addClass("current"))}}function gotoCurrentResult(){var $current=$results.find(".current");0==$current.length&&($current=$results.find("li:first-child")),0<$current.length&&(window.location.href=$current.find("a").prop("href"),$field.blur())}$results.on("mousedown",function(){resultClicked=!0}).on("mouseup",function(){setHasFocus(resultClicked=!1)}),$field.on("focusin",function(){setHasFocus(!0),loadIndex()}).on("focusout",function(){resultClicked?resultClicked=!1:setTimeout(function(){return setHasFocus(!1)},100)}).on("input",function(){setQuery($.trim(($field.val()||"").toString()))}).on("keydown",function(e){13==e.keyCode||27==e.keyCode||38==e.keyCode||40==e.keyCode?(preventPress=!0,e.preventDefault(),13==e.keyCode?gotoCurrentResult():27==e.keyCode?$field.blur():38==e.keyCode?setCurrentResult(-1):40==e.keyCode&&setCurrentResult(1)):preventPress=!1}).on("keypress",function(e){preventPress&&e.preventDefault()}),$("body").on("keydown",function(e){e.altKey||e.ctrlKey||e.metaKey||!hasFocus&&47this.groups.length-1&&(index=this.groups.length-1),this.index!=index){var to=this.groups[index];if(-1 .tsd-signature");if(!($signatures.length<2)){this.$container=this.$el.siblings(".tsd-descriptions");var $descriptions=this.$container.find("> .tsd-description");this.groups=[],$signatures.each(function(index,el){_this.groups.push(new SignatureGroup($(el),$descriptions.eq(index)))})}},Signature.prototype.onClick=function(e){var _this=this;e.preventDefault(),_(this.groups).forEach(function(group,index){group.$signature.is(e.currentTarget)&&_this.setIndex(index)})},Signature}(Backbone.View);typedoc.registerComponent(Signature,".tsd-signatures")}(typedoc||(typedoc={})),function(typedoc){var Toggle=function(_super){function Toggle(options){var _this=_super.call(this,options)||this;return _this.className=_this.$el.attr("data-toggle")||"",_this.$el.on(typedoc.pointerUp,function(e){return _this.onPointerUp(e)}),_this.$el.on("click",function(e){return e.preventDefault()}),typedoc.$document.on(typedoc.pointerDown,function(e){return _this.onDocumentPointerDown(e)}),typedoc.$document.on(typedoc.pointerUp,function(e){return _this.onDocumentPointerUp(e)}),_this}return __extends(Toggle,_super),Toggle.prototype.setActive=function(value){if(this.active!=value){this.active=value,typedoc.$html.toggleClass("has-"+this.className,value),this.$el.toggleClass("active",value);var transition=(this.active?"to-has-":"from-has-")+this.className;typedoc.$html.addClass(transition),setTimeout(function(){return typedoc.$html.removeClass(transition)},500)}},Toggle.prototype.onPointerUp=function(event){typedoc.hasPointerMoved||(this.setActive(!0),event.preventDefault())},Toggle.prototype.onDocumentPointerDown=function(e){if(this.active){var $path=$(e.target).parents().addBack();if($path.hasClass("col-menu"))return;if($path.hasClass("tsd-filter-group"))return;this.setActive(!1)}},Toggle.prototype.onDocumentPointerUp=function(e){var _this=this;if(!typedoc.hasPointerMoved&&this.active){var $path=$(e.target).parents().addBack();if($path.hasClass("col-menu")){var $link=$path.filter("a");if($link.length){var href=window.location.href;-1!=href.indexOf("#")&&(href=href.substr(0,href.indexOf("#"))),$link.prop("href").substr(0,href.length)==href&&setTimeout(function(){return _this.setActive(!1)},250)}}}},Toggle}(Backbone.View);typedoc.registerComponent(Toggle,"a[data-toggle]")}(typedoc||(typedoc={})),function(typedoc){typedoc.app=new typedoc.Application}(typedoc||(typedoc={})); \ No newline at end of file +!function(){var e=function(t){var r=new e.Builder;return r.pipeline.add(e.trimmer,e.stopWordFilter,e.stemmer),r.searchPipeline.add(e.stemmer),t.call(r,r),r.build()};e.version="2.3.7",e.utils={},e.utils.warn=function(e){return function(t){e.console&&console.warn&&console.warn(t)}}(this),e.utils.asString=function(e){return null==e?"":e.toString()},e.utils.clone=function(e){if(null==e)return e;for(var t=Object.create(null),r=Object.keys(e),i=0;i=this.length)return e.QueryLexer.EOS;var t=this.str.charAt(this.pos);return this.pos+=1,t},e.QueryLexer.prototype.width=function(){return this.pos-this.start},e.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},e.QueryLexer.prototype.backup=function(){this.pos-=1},e.QueryLexer.prototype.acceptDigitRun=function(){for(var t,r;47<(r=(t=this.next()).charCodeAt(0))&&r<58;);t!=e.QueryLexer.EOS&&this.backup()},e.QueryLexer.prototype.more=function(){return this.pos=this.scrollTop||0===this.scrollTop,isShown!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),this.secondaryNav.classList.toggle("tsd-navigation--toolbar-hide")),this.lastY=this.scrollTop},Viewport}(typedoc.EventTarget);typedoc.Viewport=Viewport,typedoc.registerService(Viewport,"viewport")}(typedoc||(typedoc={})),function(typedoc){function Component(options){this.el=options.el}typedoc.Component=Component}(typedoc||(typedoc={})),function(typedoc){typedoc.pointerDown="mousedown",typedoc.pointerMove="mousemove",typedoc.pointerUp="mouseup",typedoc.pointerDownPosition={x:0,y:0},typedoc.preventNextClick=!1,typedoc.isPointerDown=!1,typedoc.isPointerTouch=!1,typedoc.hasPointerMoved=!1,typedoc.isMobile=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),document.documentElement.classList.add(typedoc.isMobile?"is-mobile":"not-mobile"),typedoc.isMobile&&"ontouchstart"in document.documentElement&&(typedoc.isPointerTouch=!0,typedoc.pointerDown="touchstart",typedoc.pointerMove="touchmove",typedoc.pointerUp="touchend"),document.addEventListener(typedoc.pointerDown,function(e){typedoc.isPointerDown=!0,typedoc.hasPointerMoved=!1;var t="touchstart"==typedoc.pointerDown?e.targetTouches[0]:e;typedoc.pointerDownPosition.y=t.pageY||0,typedoc.pointerDownPosition.x=t.pageX||0}),document.addEventListener(typedoc.pointerMove,function(e){if(typedoc.isPointerDown&&!typedoc.hasPointerMoved){var t="touchstart"==typedoc.pointerDown?e.targetTouches[0]:e,x=typedoc.pointerDownPosition.x-(t.pageX||0),y=typedoc.pointerDownPosition.y-(t.pageY||0);typedoc.hasPointerMoved=10scrollTop;)index-=1;for(;index"+match+""}),parent=row.parent||"";(parent=parent.replace(new RegExp(this.query,"i"),function(match){return""+match+""}))&&(name=''+parent+"."+name);var item=document.createElement("li");item.classList.value=row.classes,item.innerHTML='\n '+name+"\n ",this.results.appendChild(item)}}},Search.prototype.setLoadingState=function(value){this.loadingState!=value&&(this.el.classList.remove(SearchLoadingState[this.loadingState].toLowerCase()),this.loadingState=value,this.el.classList.add(SearchLoadingState[this.loadingState].toLowerCase()),this.updateResults())},Search.prototype.setHasFocus=function(value){this.hasFocus!=value&&(this.hasFocus=value,this.el.classList.toggle("has-focus"),value?(this.setQuery(""),this.field.value=""):this.field.value=this.query)},Search.prototype.setQuery=function(value){this.query=value.trim(),this.updateResults()},Search.prototype.setCurrentResult=function(dir){var current=this.results.querySelector(".current");if(current){var rel=1==dir?current.nextElementSibling:current.previousElementSibling;rel&&(current.classList.remove("current"),rel.classList.add("current"))}else(current=this.results.querySelector(1==dir?"li:first-child":"li:last-child"))&¤t.classList.add("current")},Search.prototype.gotoCurrentResult=function(){var current=this.results.querySelector(".current");if(current||(current=this.results.querySelector("li:first-child")),current){var link=current.querySelector("a");link&&(window.location.href=link.href),this.field.blur()}},Search.prototype.bindEvents=function(){var _this=this;this.results.addEventListener("mousedown",function(){_this.resultClicked=!0}),this.results.addEventListener("mouseup",function(){_this.resultClicked=!1,_this.setHasFocus(!1)}),this.field.addEventListener("focusin",function(){_this.setHasFocus(!0),_this.loadIndex()}),this.field.addEventListener("focusout",function(){_this.resultClicked?_this.resultClicked=!1:setTimeout(function(){return _this.setHasFocus(!1)},100)}),this.field.addEventListener("input",function(){_this.setQuery(_this.field.value)}),this.field.addEventListener("keydown",function(e){13==e.keyCode||27==e.keyCode||38==e.keyCode||40==e.keyCode?(_this.preventPress=!0,e.preventDefault(),13==e.keyCode?_this.gotoCurrentResult():27==e.keyCode?_this.field.blur():38==e.keyCode?_this.setCurrentResult(-1):40==e.keyCode&&_this.setCurrentResult(1)):_this.preventPress=!1}),this.field.addEventListener("keypress",function(e){_this.preventPress&&e.preventDefault()}),document.body.addEventListener("keydown",function(e){e.altKey||e.ctrlKey||e.metaKey||!_this.hasFocus&&47this.groups.length-1&&(index=this.groups.length-1),this.index!=index){var to=this.groups[index];if(-1","url":"modules/_runtime_underscore_.html#html_entity._-4","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"runtime/underscore\".HTML_ENTITY"},{"id":179,"kind":32,"name":"\"","url":"modules/_runtime_underscore_.html#html_entity._","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"runtime/underscore\".HTML_ENTITY"},{"id":180,"kind":32,"name":"'","url":"modules/_runtime_underscore_.html#html_entity._-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"runtime/underscore\".HTML_ENTITY"},{"id":181,"kind":32,"name":" ","url":"modules/_runtime_underscore_.html#html_entity._-5","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"runtime/underscore\".HTML_ENTITY"},{"id":182,"kind":32,"name":" ","url":"modules/_runtime_underscore_.html#html_entity._-9","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"runtime/underscore\".HTML_ENTITY"},{"id":183,"kind":32,"name":" ","url":"modules/_runtime_underscore_.html#html_entity._-8","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"runtime/underscore\".HTML_ENTITY"},{"id":184,"kind":32,"name":" ","url":"modules/_runtime_underscore_.html#html_entity._-10","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"runtime/underscore\".HTML_ENTITY"},{"id":185,"kind":32,"name":"©","url":"modules/_runtime_underscore_.html#html_entity._-6","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"runtime/underscore\".HTML_ENTITY"},{"id":186,"kind":32,"name":"®","url":"modules/_runtime_underscore_.html#html_entity._-7","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"runtime/underscore\".HTML_ENTITY"},{"id":187,"kind":32,"name":"‌","url":"modules/_runtime_underscore_.html#html_entity._-11","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"runtime/underscore\".HTML_ENTITY"},{"id":188,"kind":32,"name":"‍","url":"modules/_runtime_underscore_.html#html_entity._-12","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"runtime/underscore\".HTML_ENTITY"},{"id":189,"kind":32,"name":"&","url":"modules/_runtime_underscore_.html#html_entity._-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"runtime/underscore\".HTML_ENTITY"},{"id":190,"kind":32,"name":"rENTITY","url":"modules/_runtime_underscore_.html#rentity","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"runtime/underscore\""},{"id":191,"kind":64,"name":"escapeHTML","url":"modules/_runtime_underscore_.html#escapehtml","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"runtime/underscore\""},{"id":192,"kind":64,"name":"_classFilter","url":"modules/_runtime_underscore_.html#_classfilter","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"runtime/underscore\""},{"id":193,"kind":64,"name":"isObject","url":"modules/_runtime_underscore_.html#isobject","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"runtime/underscore\""},{"id":194,"kind":64,"name":"_styleFilter","url":"modules/_runtime_underscore_.html#_stylefilter","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"runtime/underscore\""},{"id":195,"kind":64,"name":"_xclassFilter","url":"modules/_runtime_underscore_.html#_xclassfilter","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"runtime/underscore\""},{"id":196,"kind":64,"name":"_xstyleFilter","url":"modules/_runtime_underscore_.html#_xstylefilter","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"runtime/underscore\""},{"id":197,"kind":64,"name":"attrFilter","url":"modules/_runtime_underscore_.html#attrfilter","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"runtime/underscore\""},{"id":198,"kind":64,"name":"boolAttrFilter","url":"modules/_runtime_underscore_.html#boolattrfilter","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"runtime/underscore\""},{"id":199,"kind":64,"name":"defaultStyleFilter","url":"modules/_runtime_underscore_.html#defaultstylefilter","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"runtime/underscore\""},{"id":200,"kind":64,"name":"createFromPrototype","url":"modules/_runtime_underscore_.html#createfromprototype","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"runtime/underscore\""},{"id":201,"kind":64,"name":"createInstanceFromClass","url":"modules/_runtime_underscore_.html#createinstancefromclass","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"runtime/underscore\""},{"id":202,"kind":64,"name":"getRootCtx","url":"modules/_runtime_underscore_.html#getrootctx","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-has-type-parameter tsd-is-not-exported","parent":"\"runtime/underscore\""},{"id":203,"kind":2097152,"name":"_","url":"modules/_runtime_underscore_.html#_-13","classes":"tsd-kind-object-literal tsd-parent-kind-external-module","parent":"\"runtime/underscore\""},{"id":204,"kind":32,"name":"createInstanceFromClass","url":"modules/_runtime_underscore_.html#_-13.createinstancefromclass-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"runtime/underscore\"._"},{"id":205,"kind":32,"name":"escapeHTML","url":"modules/_runtime_underscore_.html#_-13.escapehtml-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"runtime/underscore\"._"},{"id":206,"kind":32,"name":"defaultStyleFilter","url":"modules/_runtime_underscore_.html#_-13.defaultstylefilter-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"runtime/underscore\"._"},{"id":207,"kind":32,"name":"boolAttrFilter","url":"modules/_runtime_underscore_.html#_-13.boolattrfilter-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"runtime/underscore\"._"},{"id":208,"kind":32,"name":"attrFilter","url":"modules/_runtime_underscore_.html#_-13.attrfilter-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"runtime/underscore\"._"},{"id":209,"kind":32,"name":"includes","url":"modules/_runtime_underscore_.html#_-13.includes-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"runtime/underscore\"._"},{"id":210,"kind":32,"name":"_classFilter","url":"modules/_runtime_underscore_.html#_-13._classfilter-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"runtime/underscore\"._"},{"id":211,"kind":32,"name":"_styleFilter","url":"modules/_runtime_underscore_.html#_-13._stylefilter-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"runtime/underscore\"._"},{"id":212,"kind":32,"name":"_xstyleFilter","url":"modules/_runtime_underscore_.html#_-13._xstylefilter-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"runtime/underscore\"._"},{"id":213,"kind":32,"name":"_xclassFilter","url":"modules/_runtime_underscore_.html#_-13._xclassfilter-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"runtime/underscore\"._"},{"id":214,"kind":32,"name":"createFromPrototype","url":"modules/_runtime_underscore_.html#_-13.createfromprototype-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"runtime/underscore\"._"},{"id":215,"kind":32,"name":"getRootCtx","url":"modules/_runtime_underscore_.html#_-13.getrootctx-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"runtime/underscore\"._"},{"id":216,"kind":1,"name":"\"target-js/compilers/stringifier\"","url":"modules/_target_js_compilers_stringifier_.html","classes":"tsd-kind-external-module"},{"id":217,"kind":2097152,"name":"stringifier","url":"modules/_target_js_compilers_stringifier_.html#stringifier","classes":"tsd-kind-object-literal tsd-parent-kind-external-module","parent":"\"target-js/compilers/stringifier\""},{"id":218,"kind":64,"name":"obj","url":"modules/_target_js_compilers_stringifier_.html#stringifier.obj","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/stringifier\".stringifier"},{"id":219,"kind":64,"name":"arr","url":"modules/_target_js_compilers_stringifier_.html#stringifier.arr","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/stringifier\".stringifier"},{"id":220,"kind":64,"name":"str","url":"modules/_target_js_compilers_stringifier_.html#stringifier.str","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/stringifier\".stringifier"},{"id":221,"kind":64,"name":"date","url":"modules/_target_js_compilers_stringifier_.html#stringifier.date","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/stringifier\".stringifier"},{"id":222,"kind":64,"name":"any","url":"modules/_target_js_compilers_stringifier_.html#stringifier.any","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/stringifier\".stringifier"},{"id":223,"kind":1,"name":"\"target-js/compilers/expr-compiler\"","url":"modules/_target_js_compilers_expr_compiler_.html","classes":"tsd-kind-external-module"},{"id":224,"kind":2097152,"name":"binaryOp","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\""},{"id":225,"kind":32,"name":"43","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.43","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":226,"kind":32,"name":"45","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.45","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":227,"kind":32,"name":"42","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.42","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":228,"kind":32,"name":"47","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.47","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":229,"kind":32,"name":"60","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.60","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":230,"kind":32,"name":"62","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.62","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":231,"kind":32,"name":"76","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.76","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":232,"kind":32,"name":"94","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.94","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":233,"kind":32,"name":"121","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.121","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":234,"kind":32,"name":"122","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.122","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":235,"kind":32,"name":"123","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.123","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":236,"kind":32,"name":"155","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.155","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":237,"kind":32,"name":"183","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.183","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":238,"kind":32,"name":"248","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.248","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":239,"kind":64,"name":"unary","url":"modules/_target_js_compilers_expr_compiler_.html#unary","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\""},{"id":240,"kind":64,"name":"binary","url":"modules/_target_js_compilers_expr_compiler_.html#binary","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\""},{"id":241,"kind":64,"name":"tertiary","url":"modules/_target_js_compilers_expr_compiler_.html#tertiary","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\""},{"id":242,"kind":64,"name":"dataAccess","url":"modules/_target_js_compilers_expr_compiler_.html#dataaccess","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-js/compilers/expr-compiler\""},{"id":243,"kind":64,"name":"callExpr","url":"modules/_target_js_compilers_expr_compiler_.html#callexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\""},{"id":244,"kind":64,"name":"interp","url":"modules/_target_js_compilers_expr_compiler_.html#interp","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\""},{"id":245,"kind":64,"name":"str","url":"modules/_target_js_compilers_expr_compiler_.html#str","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\""},{"id":246,"kind":64,"name":"text","url":"modules/_target_js_compilers_expr_compiler_.html#text","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\""},{"id":247,"kind":64,"name":"array","url":"modules/_target_js_compilers_expr_compiler_.html#array","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\""},{"id":248,"kind":64,"name":"object","url":"modules/_target_js_compilers_expr_compiler_.html#object","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\""},{"id":249,"kind":64,"name":"expr","url":"modules/_target_js_compilers_expr_compiler_.html#expr","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-js/compilers/expr-compiler\""},{"id":250,"kind":64,"name":"dispatch","url":"modules/_target_js_compilers_expr_compiler_.html#dispatch","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\""},{"id":251,"kind":1,"name":"\"target-js/js-emitter\"","url":"modules/_target_js_js_emitter_.html","classes":"tsd-kind-external-module"},{"id":252,"kind":128,"name":"JSEmitter","url":"classes/_target_js_js_emitter_.jsemitter.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"target-js/js-emitter\""},{"id":253,"kind":1024,"name":"buffer","url":"classes/_target_js_js_emitter_.jsemitter.html#buffer","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":254,"kind":2048,"name":"fullText","url":"classes/_target_js_js_emitter_.jsemitter.html#fulltext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":255,"kind":2048,"name":"write","url":"classes/_target_js_js_emitter_.jsemitter.html#write","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":256,"kind":2048,"name":"writeHTMLExpression","url":"classes/_target_js_js_emitter_.jsemitter.html#writehtmlexpression","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":257,"kind":2048,"name":"writeDataComment","url":"classes/_target_js_js_emitter_.jsemitter.html#writedatacomment","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":258,"kind":2048,"name":"writeHTMLLiteral","url":"classes/_target_js_js_emitter_.jsemitter.html#writehtmlliteral","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":259,"kind":2048,"name":"clearStringLiteralBuffer","url":"classes/_target_js_js_emitter_.jsemitter.html#clearstringliteralbuffer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":260,"kind":2048,"name":"writeSwitch","url":"classes/_target_js_js_emitter_.jsemitter.html#writeswitch","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":261,"kind":2048,"name":"writeCase","url":"classes/_target_js_js_emitter_.jsemitter.html#writecase","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":262,"kind":2048,"name":"writeBreak","url":"classes/_target_js_js_emitter_.jsemitter.html#writebreak","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":263,"kind":2048,"name":"writeDefault","url":"classes/_target_js_js_emitter_.jsemitter.html#writedefault","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":264,"kind":2048,"name":"writeFunction","url":"classes/_target_js_js_emitter_.jsemitter.html#writefunction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":265,"kind":2048,"name":"writeFunctionCall","url":"classes/_target_js_js_emitter_.jsemitter.html#writefunctioncall","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":266,"kind":2048,"name":"writeAnonymousFunction","url":"classes/_target_js_js_emitter_.jsemitter.html#writeanonymousfunction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":267,"kind":2048,"name":"writeIf","url":"classes/_target_js_js_emitter_.jsemitter.html#writeif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":268,"kind":2048,"name":"beginIf","url":"classes/_target_js_js_emitter_.jsemitter.html#beginif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":269,"kind":2048,"name":"beginElseIf","url":"classes/_target_js_js_emitter_.jsemitter.html#beginelseif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":270,"kind":2048,"name":"beginElse","url":"classes/_target_js_js_emitter_.jsemitter.html#beginelse","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":271,"kind":2048,"name":"endIf","url":"classes/_target_js_js_emitter_.jsemitter.html#endif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":272,"kind":2048,"name":"writeFor","url":"classes/_target_js_js_emitter_.jsemitter.html#writefor","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":273,"kind":2048,"name":"beginFor","url":"classes/_target_js_js_emitter_.jsemitter.html#beginfor","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":274,"kind":2048,"name":"endFor","url":"classes/_target_js_js_emitter_.jsemitter.html#endfor","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":275,"kind":2048,"name":"writeContinue","url":"classes/_target_js_js_emitter_.jsemitter.html#writecontinue","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":276,"kind":2048,"name":"writeBlock","url":"classes/_target_js_js_emitter_.jsemitter.html#writeblock","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":277,"kind":2048,"name":"beginBlock","url":"classes/_target_js_js_emitter_.jsemitter.html#beginblock","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":278,"kind":2048,"name":"endBlock","url":"classes/_target_js_js_emitter_.jsemitter.html#endblock","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":279,"kind":1024,"name":"code","url":"classes/_target_js_js_emitter_.jsemitter.html#code","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":280,"kind":512,"name":"constructor","url":"classes/_target_js_js_emitter_.jsemitter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":281,"kind":2048,"name":"clear","url":"classes/_target_js_js_emitter_.jsemitter.html#clear","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":282,"kind":2048,"name":"indent","url":"classes/_target_js_js_emitter_.jsemitter.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":283,"kind":2048,"name":"unindent","url":"classes/_target_js_js_emitter_.jsemitter.html#unindent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":284,"kind":2048,"name":"writeNewLine","url":"classes/_target_js_js_emitter_.jsemitter.html#writenewline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":285,"kind":2048,"name":"nextLine","url":"classes/_target_js_js_emitter_.jsemitter.html#nextline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":286,"kind":2048,"name":"feedLine","url":"classes/_target_js_js_emitter_.jsemitter.html#feedline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":287,"kind":2048,"name":"writeLine","url":"classes/_target_js_js_emitter_.jsemitter.html#writeline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":288,"kind":2048,"name":"writeLines","url":"classes/_target_js_js_emitter_.jsemitter.html#writelines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":289,"kind":2048,"name":"writeIndentedLines","url":"classes/_target_js_js_emitter_.jsemitter.html#writeindentedlines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":290,"kind":2048,"name":"carriageReturn","url":"classes/_target_js_js_emitter_.jsemitter.html#carriagereturn","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":291,"kind":2048,"name":"defaultWrite","url":"classes/_target_js_js_emitter_.jsemitter.html#defaultwrite","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"target-js/js-emitter\".JSEmitter"},{"id":292,"kind":1,"name":"\"runtime/resolver\"","url":"modules/_runtime_resolver_.html","classes":"tsd-kind-external-module"},{"id":293,"kind":256,"name":"Resolver","url":"interfaces/_runtime_resolver_.resolver.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"runtime/resolver\""},{"id":294,"kind":1024,"name":"getRenderer","url":"interfaces/_runtime_resolver_.resolver.html#getrenderer","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"runtime/resolver\".Resolver"},{"id":295,"kind":65536,"name":"__type","url":"interfaces/_runtime_resolver_.resolver.html#getrenderer.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"runtime/resolver\".Resolver.getRenderer"},{"id":296,"kind":1024,"name":"setRenderer","url":"interfaces/_runtime_resolver_.resolver.html#setrenderer","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"runtime/resolver\".Resolver"},{"id":297,"kind":65536,"name":"__type","url":"interfaces/_runtime_resolver_.resolver.html#setrenderer.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"runtime/resolver\".Resolver.setRenderer"},{"id":298,"kind":1024,"name":"getPrototype","url":"interfaces/_runtime_resolver_.resolver.html#getprototype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"runtime/resolver\".Resolver"},{"id":299,"kind":65536,"name":"__type","url":"interfaces/_runtime_resolver_.resolver.html#getprototype.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"runtime/resolver\".Resolver.getPrototype"},{"id":300,"kind":1024,"name":"setPrototype","url":"interfaces/_runtime_resolver_.resolver.html#setprototype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"runtime/resolver\".Resolver"},{"id":301,"kind":65536,"name":"__type","url":"interfaces/_runtime_resolver_.resolver.html#setprototype.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"runtime/resolver\".Resolver.setPrototype"},{"id":302,"kind":64,"name":"createResolver","url":"modules/_runtime_resolver_.html#createresolver","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"runtime/resolver\""},{"id":303,"kind":1,"name":"\"runtime/san-data\"","url":"modules/_runtime_san_data_.html","classes":"tsd-kind-external-module"},{"id":304,"kind":256,"name":"DataObject","url":"interfaces/_runtime_san_data_.dataobject.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"runtime/san-data\""},{"id":305,"kind":256,"name":"Computed","url":"interfaces/_runtime_san_data_.computed.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"runtime/san-data\""},{"id":306,"kind":128,"name":"SanData","url":"classes/_runtime_san_data_.sandata.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"runtime/san-data\""},{"id":307,"kind":1024,"name":"data","url":"classes/_runtime_san_data_.sandata.html#data","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"runtime/san-data\".SanData"},{"id":308,"kind":1024,"name":"computed","url":"classes/_runtime_san_data_.sandata.html#computed","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"runtime/san-data\".SanData"},{"id":309,"kind":512,"name":"constructor","url":"classes/_runtime_san_data_.sandata.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"runtime/san-data\".SanData"},{"id":310,"kind":2048,"name":"get","url":"classes/_runtime_san_data_.sandata.html#get","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"runtime/san-data\".SanData"},{"id":311,"kind":2048,"name":"set","url":"classes/_runtime_san_data_.sandata.html#set","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"runtime/san-data\".SanData"},{"id":312,"kind":2048,"name":"removeAt","url":"classes/_runtime_san_data_.sandata.html#removeat","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"runtime/san-data\".SanData"},{"id":313,"kind":2048,"name":"parseExpr","url":"classes/_runtime_san_data_.sandata.html#parseexpr","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"runtime/san-data\".SanData"},{"id":314,"kind":1,"name":"\"utils/fs\"","url":"modules/_utils_fs_.html","classes":"tsd-kind-external-module"},{"id":315,"kind":64,"name":"readStringSync","url":"modules/_utils_fs_.html#readstringsync","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/fs\""},{"id":316,"kind":1,"name":"\"runtime/index\"","url":"modules/_runtime_index_.html","classes":"tsd-kind-external-module"},{"id":317,"kind":256,"name":"SanSSRRuntime","url":"interfaces/_runtime_index_.sanssrruntime.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"runtime/index\""},{"id":318,"kind":1024,"name":"_","url":"interfaces/_runtime_index_.sanssrruntime.html#_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"runtime/index\".SanSSRRuntime"},{"id":319,"kind":65536,"name":"__type","url":"interfaces/_runtime_index_.sanssrruntime.html#_.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"runtime/index\".SanSSRRuntime._"},{"id":320,"kind":32,"name":"createInstanceFromClass","url":"interfaces/_runtime_index_.sanssrruntime.html#_.__type.createinstancefromclass","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"runtime/index\".SanSSRRuntime._.__type"},{"id":321,"kind":32,"name":"escapeHTML","url":"interfaces/_runtime_index_.sanssrruntime.html#_.__type.escapehtml","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"runtime/index\".SanSSRRuntime._.__type"},{"id":322,"kind":32,"name":"defaultStyleFilter","url":"interfaces/_runtime_index_.sanssrruntime.html#_.__type.defaultstylefilter","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"runtime/index\".SanSSRRuntime._.__type"},{"id":323,"kind":32,"name":"boolAttrFilter","url":"interfaces/_runtime_index_.sanssrruntime.html#_.__type.boolattrfilter","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"runtime/index\".SanSSRRuntime._.__type"},{"id":324,"kind":32,"name":"attrFilter","url":"interfaces/_runtime_index_.sanssrruntime.html#_.__type.attrfilter","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"runtime/index\".SanSSRRuntime._.__type"},{"id":325,"kind":32,"name":"includes","url":"interfaces/_runtime_index_.sanssrruntime.html#_.__type.includes","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"runtime/index\".SanSSRRuntime._.__type"},{"id":326,"kind":32,"name":"_classFilter","url":"interfaces/_runtime_index_.sanssrruntime.html#_.__type._classfilter","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"runtime/index\".SanSSRRuntime._.__type"},{"id":327,"kind":32,"name":"_styleFilter","url":"interfaces/_runtime_index_.sanssrruntime.html#_.__type._stylefilter","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"runtime/index\".SanSSRRuntime._.__type"},{"id":328,"kind":32,"name":"_xstyleFilter","url":"interfaces/_runtime_index_.sanssrruntime.html#_.__type._xstylefilter","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"runtime/index\".SanSSRRuntime._.__type"},{"id":329,"kind":32,"name":"_xclassFilter","url":"interfaces/_runtime_index_.sanssrruntime.html#_.__type._xclassfilter","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"runtime/index\".SanSSRRuntime._.__type"},{"id":330,"kind":32,"name":"createFromPrototype","url":"interfaces/_runtime_index_.sanssrruntime.html#_.__type.createfromprototype","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"runtime/index\".SanSSRRuntime._.__type"},{"id":331,"kind":32,"name":"getRootCtx","url":"interfaces/_runtime_index_.sanssrruntime.html#_.__type.getrootctx","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"runtime/index\".SanSSRRuntime._.__type"},{"id":332,"kind":1024,"name":"SanData","url":"interfaces/_runtime_index_.sanssrruntime.html#sandata","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"runtime/index\".SanSSRRuntime"},{"id":333,"kind":1024,"name":"resolver","url":"interfaces/_runtime_index_.sanssrruntime.html#resolver","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"runtime/index\".SanSSRRuntime"},{"id":334,"kind":1024,"name":"exports","url":"interfaces/_runtime_index_.sanssrruntime.html#exports","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"runtime/index\".SanSSRRuntime"},{"id":335,"kind":65536,"name":"__type","url":"interfaces/_runtime_index_.sanssrruntime.html#exports.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"runtime/index\".SanSSRRuntime.exports"},{"id":336,"kind":32,"name":"RUNTIME_FILES","url":"modules/_runtime_index_.html#runtime_files","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"runtime/index\""},{"id":337,"kind":64,"name":"emitRuntime","url":"modules/_runtime_index_.html#emitruntime","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"runtime/index\""},{"id":338,"kind":64,"name":"createRuntime","url":"modules/_runtime_index_.html#createruntime","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"runtime/index\""},{"id":339,"kind":1,"name":"\"target-js/compilers/component-compiler\"","url":"modules/_target_js_compilers_component_compiler_.html","classes":"tsd-kind-external-module"},{"id":340,"kind":128,"name":"ComponentClassCompiler","url":"classes/_target_js_compilers_component_compiler_.componentclasscompiler.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"target-js/compilers/component-compiler\""},{"id":341,"kind":512,"name":"constructor","url":"classes/_target_js_compilers_component_compiler_.componentclasscompiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"target-js/compilers/component-compiler\".ComponentClassCompiler"},{"id":342,"kind":1024,"name":"emitter","url":"classes/_target_js_compilers_component_compiler_.componentclasscompiler.html#emitter","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"target-js/compilers/component-compiler\".ComponentClassCompiler"},{"id":343,"kind":2048,"name":"compile","url":"classes/_target_js_compilers_component_compiler_.componentclasscompiler.html#compile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/component-compiler\".ComponentClassCompiler"},{"id":344,"kind":2048,"name":"emitObjectLiteral","url":"classes/_target_js_compilers_component_compiler_.componentclasscompiler.html#emitobjectliteral","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/component-compiler\".ComponentClassCompiler"},{"id":345,"kind":2048,"name":"emitArray","url":"classes/_target_js_compilers_component_compiler_.componentclasscompiler.html#emitarray","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/component-compiler\".ComponentClassCompiler"},{"id":346,"kind":2048,"name":"emitMethod","url":"classes/_target_js_compilers_component_compiler_.componentclasscompiler.html#emitmethod","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/component-compiler\".ComponentClassCompiler"},{"id":347,"kind":1,"name":"\"models/renderer\"","url":"modules/_models_renderer_.html","classes":"tsd-kind-external-module"},{"id":348,"kind":256,"name":"Renderer","url":"interfaces/_models_renderer_.renderer.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"models/renderer\""},{"id":349,"kind":1,"name":"\"models/compiler\"","url":"modules/_models_compiler_.html","classes":"tsd-kind-external-module"},{"id":350,"kind":256,"name":"Compiler","url":"interfaces/_models_compiler_.compiler.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"models/compiler\""},{"id":351,"kind":2048,"name":"compileToSource","url":"interfaces/_models_compiler_.compiler.html#compiletosource","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"models/compiler\".Compiler"},{"id":352,"kind":2048,"name":"compileToRenderer","url":"interfaces/_models_compiler_.compiler.html#compiletorenderer","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"models/compiler\".Compiler"},{"id":353,"kind":1,"name":"\"utils/dom-util\"","url":"modules/_utils_dom_util_.html","classes":"tsd-kind-external-module"},{"id":354,"kind":32,"name":"autoCloseTags","url":"modules/_utils_dom_util_.html#autoclosetags","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"utils/dom-util\""},{"id":355,"kind":32,"name":"booleanAttributes","url":"modules/_utils_dom_util_.html#booleanattributes","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"utils/dom-util\""},{"id":356,"kind":1,"name":"\"target-js/compilers/element-compiler\"","url":"modules/_target_js_compilers_element_compiler_.html","classes":"tsd-kind-external-module"},{"id":357,"kind":128,"name":"ElementCompiler","url":"classes/_target_js_compilers_element_compiler_.elementcompiler.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"target-js/compilers/element-compiler\""},{"id":358,"kind":512,"name":"constructor","url":"classes/_target_js_compilers_element_compiler_.elementcompiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"target-js/compilers/element-compiler\".ElementCompiler"},{"id":359,"kind":1024,"name":"aNodeCompiler","url":"classes/_target_js_compilers_element_compiler_.elementcompiler.html#anodecompiler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/element-compiler\".ElementCompiler"},{"id":360,"kind":1024,"name":"emitter","url":"classes/_target_js_compilers_element_compiler_.elementcompiler.html#emitter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/element-compiler\".ElementCompiler"},{"id":361,"kind":2048,"name":"tagStart","url":"classes/_target_js_compilers_element_compiler_.elementcompiler.html#tagstart","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/element-compiler\".ElementCompiler"},{"id":362,"kind":2048,"name":"compileProperty","url":"classes/_target_js_compilers_element_compiler_.elementcompiler.html#compileproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/element-compiler\".ElementCompiler"},{"id":363,"kind":2048,"name":"compileBindProperties","url":"classes/_target_js_compilers_element_compiler_.elementcompiler.html#compilebindproperties","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/element-compiler\".ElementCompiler"},{"id":364,"kind":2048,"name":"tagEnd","url":"classes/_target_js_compilers_element_compiler_.elementcompiler.html#tagend","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/element-compiler\".ElementCompiler"},{"id":365,"kind":2048,"name":"inner","url":"classes/_target_js_compilers_element_compiler_.elementcompiler.html#inner","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/element-compiler\".ElementCompiler"},{"id":366,"kind":1,"name":"\"target-js/compilers/anode-compiler\"","url":"modules/_target_js_compilers_anode_compiler_.html","classes":"tsd-kind-external-module"},{"id":367,"kind":128,"name":"ANodeCompiler","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-has-type-parameter","parent":"\"target-js/compilers/anode-compiler\""},{"id":368,"kind":1024,"name":"ssrIndex","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#ssrindex","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":369,"kind":1024,"name":"elementCompiler","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#elementcompiler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":370,"kind":512,"name":"constructor","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":371,"kind":1024,"name":"componentInfo","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#componentinfo","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":372,"kind":1024,"name":"ssrOnly","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#ssronly","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":373,"kind":1024,"name":"emitter","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#emitter","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":374,"kind":2048,"name":"compile","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":375,"kind":2048,"name":"compileText","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compiletext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":376,"kind":2048,"name":"compileTemplate","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compiletemplate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":377,"kind":2048,"name":"compileFragment","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compilefragment","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":378,"kind":2048,"name":"compileIf","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compileif","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":379,"kind":2048,"name":"compileFor","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compilefor","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":380,"kind":2048,"name":"compileSlot","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compileslot","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":381,"kind":2048,"name":"compileElement","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compileelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":382,"kind":2048,"name":"outputData","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#outputdata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":383,"kind":2048,"name":"compileComponent","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compilecomponent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":384,"kind":2048,"name":"compileSlotRenderer","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compileslotrenderer","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":385,"kind":2048,"name":"componentDataCode","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#componentdatacode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":386,"kind":2048,"name":"nextID","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#nextid","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":387,"kind":1,"name":"\"target-js/compilers/renderer-compiler\"","url":"modules/_target_js_compilers_renderer_compiler_.html","classes":"tsd-kind-external-module"},{"id":388,"kind":128,"name":"RendererCompiler","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"target-js/compilers/renderer-compiler\""},{"id":389,"kind":512,"name":"constructor","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":390,"kind":1024,"name":"ssrOnly","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#ssronly","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":391,"kind":1024,"name":"emitter","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#emitter","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":392,"kind":2048,"name":"compileComponentRenderer","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#compilecomponentrenderer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":393,"kind":2048,"name":"compileComponentRendererSource","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#compilecomponentrenderersource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":394,"kind":2048,"name":"compileComponentRendererBody","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#compilecomponentrendererbody","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":395,"kind":2048,"name":"emitInitDataInCompileTime","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#emitinitdataincompiletime","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":396,"kind":2048,"name":"emitInitDataInRuntime","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#emitinitdatainruntime","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":397,"kind":2048,"name":"genComponentContextCode","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#gencomponentcontextcode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":398,"kind":32,"name":"RENDERER_ARGS","url":"modules/_target_js_compilers_renderer_compiler_.html#renderer_args","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/renderer-compiler\""},{"id":399,"kind":1,"name":"\"transpilers/ts2js\"","url":"modules/_transpilers_ts2js_.html","classes":"tsd-kind-external-module"},{"id":400,"kind":32,"name":"debug","url":"modules/_transpilers_ts2js_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"transpilers/ts2js\""},{"id":401,"kind":64,"name":"tsSourceFile2js","url":"modules/_transpilers_ts2js_.html#tssourcefile2js","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"transpilers/ts2js\""},{"id":402,"kind":64,"name":"tsCode2js","url":"modules/_transpilers_ts2js_.html#tscode2js","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"transpilers/ts2js\""},{"id":403,"kind":1,"name":"\"target-js/index\"","url":"modules/_target_js_index_.html","classes":"tsd-kind-external-module"},{"id":404,"kind":128,"name":"ToJSCompiler","url":"classes/_target_js_index_.tojscompiler.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"target-js/index\""},{"id":405,"kind":512,"name":"constructor","url":"classes/_target_js_index_.tojscompiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"target-js/index\".ToJSCompiler"},{"id":406,"kind":1024,"name":"project","url":"classes/_target_js_index_.tojscompiler.html#project","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/index\".ToJSCompiler"},{"id":407,"kind":2048,"name":"compileToSource","url":"classes/_target_js_index_.tojscompiler.html#compiletosource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/index\".ToJSCompiler"},{"id":408,"kind":2048,"name":"compileToRenderer","url":"classes/_target_js_index_.tojscompiler.html#compiletorenderer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/index\".ToJSCompiler"},{"id":409,"kind":2048,"name":"doCompileToSource","url":"classes/_target_js_index_.tojscompiler.html#docompiletosource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/index\".ToJSCompiler"},{"id":410,"kind":2048,"name":"compileTSComponentToSource","url":"classes/_target_js_index_.tojscompiler.html#compiletscomponenttosource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/index\".ToJSCompiler"},{"id":411,"kind":2048,"name":"compileComponentClassToSource","url":"classes/_target_js_index_.tojscompiler.html#compilecomponentclasstosource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/index\".ToJSCompiler"},{"id":412,"kind":32,"name":"debug","url":"modules/_target_js_index_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/index\""},{"id":413,"kind":4194304,"name":"ToJSCompileOptions","url":"modules/_target_js_index_.html#tojscompileoptions","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"target-js/index\""},{"id":414,"kind":65536,"name":"__type","url":"modules/_target_js_index_.html#tojscompileoptions.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"target-js/index\".ToJSCompileOptions"},{"id":415,"kind":32,"name":"ssrOnly","url":"modules/_target_js_index_.html#tojscompileoptions.__type.ssronly","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"target-js/index\".ToJSCompileOptions.__type"},{"id":416,"kind":1,"name":"\"parsers/tsconfig\"","url":"modules/_parsers_tsconfig_.html","classes":"tsd-kind-external-module"},{"id":417,"kind":64,"name":"getDefaultTSConfigPath","url":"modules/_parsers_tsconfig_.html#getdefaulttsconfigpath","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/tsconfig\""},{"id":418,"kind":1,"name":"\"models/options\"","url":"modules/_models_options_.html","classes":"tsd-kind-external-module"},{"id":419,"kind":256,"name":"TypeScriptFileDescriptor","url":"interfaces/_models_options_.typescriptfiledescriptor.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"models/options\""},{"id":420,"kind":1024,"name":"filePath","url":"interfaces/_models_options_.typescriptfiledescriptor.html#filepath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/options\".TypeScriptFileDescriptor"},{"id":421,"kind":1024,"name":"fileContent","url":"interfaces/_models_options_.typescriptfiledescriptor.html#filecontent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/options\".TypeScriptFileDescriptor"},{"id":422,"kind":4194304,"name":"ComponentClass","url":"modules/_models_options_.html#componentclass","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"models/options\""},{"id":423,"kind":4194304,"name":"FilePath","url":"modules/_models_options_.html#filepath","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"models/options\""},{"id":424,"kind":4194304,"name":"CompileInput","url":"modules/_models_options_.html#compileinput","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"models/options\""},{"id":425,"kind":64,"name":"isTypeScriptFileDescriptor","url":"modules/_models_options_.html#istypescriptfiledescriptor","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"models/options\""},{"id":426,"kind":64,"name":"isFilePath","url":"modules/_models_options_.html#isfilepath","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"models/options\""},{"id":427,"kind":64,"name":"isComponentClass","url":"modules/_models_options_.html#iscomponentclass","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"models/options\""},{"id":428,"kind":1,"name":"\"models/san-project\"","url":"modules/_models_san_project_.html","classes":"tsd-kind-external-module"},{"id":429,"kind":128,"name":"SanProject","url":"classes/_models_san_project_.sanproject.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"models/san-project\""},{"id":430,"kind":1024,"name":"tsProject","url":"classes/_models_san_project_.sanproject.html#tsproject","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-project\".SanProject"},{"id":431,"kind":1024,"name":"compilers","url":"classes/_models_san_project_.sanproject.html#compilers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"models/san-project\".SanProject"},{"id":432,"kind":512,"name":"constructor","url":"classes/_models_san_project_.sanproject.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"models/san-project\".SanProject"},{"id":433,"kind":1024,"name":"tsConfigFilePath","url":"classes/_models_san_project_.sanproject.html#tsconfigfilepath","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-project\".SanProject"},{"id":434,"kind":2048,"name":"compile","url":"classes/_models_san_project_.sanproject.html#compile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-project\".SanProject"},{"id":435,"kind":2048,"name":"compileToSource","url":"classes/_models_san_project_.sanproject.html#compiletosource","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"\"models/san-project\".SanProject"},{"id":436,"kind":2048,"name":"parseSanSourceFile","url":"classes/_models_san_project_.sanproject.html#parsesansourcefile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-project\".SanProject"},{"id":437,"kind":2048,"name":"compileToRenderer","url":"classes/_models_san_project_.sanproject.html#compiletorenderer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-project\".SanProject"},{"id":438,"kind":2048,"name":"getCompilerOptionsOrThrow","url":"classes/_models_san_project_.sanproject.html#getcompileroptionsorthrow","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-project\".SanProject"},{"id":439,"kind":2048,"name":"getOrCreateCompilerInstance","url":"classes/_models_san_project_.sanproject.html#getorcreatecompilerinstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"\"models/san-project\".SanProject"},{"id":440,"kind":2048,"name":"loadCompilerClass","url":"classes/_models_san_project_.sanproject.html#loadcompilerclass","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-project\".SanProject"},{"id":441,"kind":2048,"name":"createOrRefreshSourceFile","url":"classes/_models_san_project_.sanproject.html#createorrefreshsourcefile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"models/san-project\".SanProject"},{"id":442,"kind":4194304,"name":"CompilerClass","url":"modules/_models_san_project_.html#compilerclass","classes":"tsd-kind-type-alias tsd-parent-kind-external-module tsd-has-type-parameter tsd-is-not-exported","parent":"\"models/san-project\""},{"id":443,"kind":65536,"name":"__type","url":"modules/_models_san_project_.html#compilerclass.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"models/san-project\".CompilerClass"},{"id":444,"kind":512,"name":"constructor","url":"modules/_models_san_project_.html#compilerclass.__type.constructor","classes":"tsd-kind-constructor tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"models/san-project\".CompilerClass.__type"},{"id":445,"kind":1,"name":"\"utils/buffer\"","url":"modules/_utils_buffer_.html","classes":"tsd-kind-external-module"},{"id":446,"kind":64,"name":"byteCount","url":"modules/_utils_buffer_.html#bytecount","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/buffer\""},{"id":447,"kind":1,"name":"\"bin/ssr\"","url":"modules/_bin_ssr_.html","classes":"tsd-kind-external-module"},{"id":448,"kind":4194304,"name":"OptionValue","url":"modules/_bin_ssr_.html#optionvalue","classes":"tsd-kind-type-alias tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":449,"kind":32,"name":"target","url":"modules/_bin_ssr_.html#target","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":450,"kind":32,"name":"options","url":"modules/_bin_ssr_.html#options","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":451,"kind":32,"name":"tsConfigFilePath","url":"modules/_bin_ssr_.html#tsconfigfilepath","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":452,"kind":32,"name":"outputFile","url":"modules/_bin_ssr_.html#outputfile","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":453,"kind":32,"name":"componentFile","url":"modules/_bin_ssr_.html#componentfile","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":454,"kind":32,"name":"project","url":"modules/_bin_ssr_.html#project","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":455,"kind":32,"name":"targetCode","url":"modules/_bin_ssr_.html#targetcode","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":456,"kind":1,"name":"\"utils/case\"","url":"modules/_utils_case_.html","classes":"tsd-kind-external-module"},{"id":457,"kind":32,"name":"debug","url":"modules/_utils_case_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/case\""},{"id":458,"kind":64,"name":"parseSanHTML","url":"modules/_utils_case_.html#parsesanhtml","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":459,"kind":64,"name":"assertSanHTMLEqual","url":"modules/_utils_case_.html#assertsanhtmlequal","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":460,"kind":64,"name":"assertDeepEqual","url":"modules/_utils_case_.html#assertdeepequal","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":461,"kind":64,"name":"compareSanHTML","url":"modules/_utils_case_.html#comparesanhtml","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":462,"kind":64,"name":"deepEqual","url":"modules/_utils_case_.html#deepequal","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":463,"kind":64,"name":"isObject","url":"modules/_utils_case_.html#isobject","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/case\""},{"id":464,"kind":1,"name":"\"index\"","url":"modules/_index_.html","classes":"tsd-kind-external-module"},{"id":465,"kind":32,"name":"defaultProject","url":"modules/_index_.html#defaultproject","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"index\""},{"id":466,"kind":64,"name":"compileToSource","url":"modules/_index_.html#compiletosource","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"index\""},{"id":467,"kind":64,"name":"compileToRenderer","url":"modules/_index_.html#compiletorenderer","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"index\""},{"id":468,"kind":1,"name":"\"fixtures/case\"","url":"modules/_fixtures_case_.html","classes":"tsd-kind-external-module"},{"id":469,"kind":32,"name":"debug","url":"modules/_fixtures_case_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"fixtures/case\""},{"id":470,"kind":32,"name":"caseRoot","url":"modules/_fixtures_case_.html#caseroot","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"fixtures/case\""},{"id":471,"kind":32,"name":"tsConfigFilePath","url":"modules/_fixtures_case_.html#tsconfigfilepath","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"fixtures/case\""},{"id":472,"kind":32,"name":"sanProject","url":"modules/_fixtures_case_.html#sanproject","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"fixtures/case\""},{"id":473,"kind":64,"name":"jsExists","url":"modules/_fixtures_case_.html#jsexists","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"fixtures/case\""},{"id":474,"kind":64,"name":"tsExists","url":"modules/_fixtures_case_.html#tsexists","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"fixtures/case\""},{"id":475,"kind":64,"name":"ls","url":"modules/_fixtures_case_.html#ls","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"fixtures/case\""},{"id":476,"kind":64,"name":"readExpected","url":"modules/_fixtures_case_.html#readexpected","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"fixtures/case\""},{"id":477,"kind":64,"name":"compileJS","url":"modules/_fixtures_case_.html#compilejs","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"fixtures/case\""},{"id":478,"kind":64,"name":"compileTS","url":"modules/_fixtures_case_.html#compilets","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"fixtures/case\""},{"id":479,"kind":64,"name":"compileCaseToRenderer","url":"modules/_fixtures_case_.html#compilecasetorenderer","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"fixtures/case\""},{"id":480,"kind":64,"name":"readCaseData","url":"modules/_fixtures_case_.html#readcasedata","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"fixtures/case\""},{"id":481,"kind":64,"name":"getRenderArguments","url":"modules/_fixtures_case_.html#getrenderarguments","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"fixtures/case\""},{"id":482,"kind":64,"name":"renderOnthefly","url":"modules/_fixtures_case_.html#renderonthefly","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"fixtures/case\""},{"id":483,"kind":1,"name":"\"models/component-id\"","url":"modules/_models_component_id_.html","classes":"tsd-kind-external-module"}]}; \ No newline at end of file diff --git a/docs/assets/js/search.json b/docs/assets/js/search.json new file mode 100644 index 00000000..a46f706e --- /dev/null +++ b/docs/assets/js/search.json @@ -0,0 +1 @@ +{"kinds":{"1":"Module","32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","2097152":"Object literal","4194304":"Type alias","16777216":"Reference"},"rows":[{"id":0,"kind":1,"name":"\"src/models/component-reference\"","url":"modules/_src_models_component_reference_.html","classes":"tsd-kind-module"},{"id":1,"kind":256,"name":"ComponentReference","url":"interfaces/_src_models_component_reference_.componentreference.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"\"src/models/component-reference\""},{"id":2,"kind":1024,"name":"specifier","url":"interfaces/_src_models_component_reference_.componentreference.html#specifier","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"src/models/component-reference\".ComponentReference"},{"id":3,"kind":1024,"name":"id","url":"interfaces/_src_models_component_reference_.componentreference.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"src/models/component-reference\".ComponentReference"},{"id":4,"kind":1024,"name":"isDefault","url":"interfaces/_src_models_component_reference_.componentreference.html#isdefault","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"src/models/component-reference\".ComponentReference"},{"id":5,"kind":256,"name":"DynamicComponentReference","url":"interfaces/_src_models_component_reference_.dynamiccomponentreference.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"\"src/models/component-reference\""},{"id":6,"kind":1024,"name":"componentClass","url":"interfaces/_src_models_component_reference_.dynamiccomponentreference.html#componentclass","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"src/models/component-reference\".DynamicComponentReference"},{"id":7,"kind":1024,"name":"specifier","url":"interfaces/_src_models_component_reference_.dynamiccomponentreference.html#specifier","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"src/models/component-reference\".DynamicComponentReference"},{"id":8,"kind":1024,"name":"id","url":"interfaces/_src_models_component_reference_.dynamiccomponentreference.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"src/models/component-reference\".DynamicComponentReference"},{"id":9,"kind":1024,"name":"isDefault","url":"interfaces/_src_models_component_reference_.dynamiccomponentreference.html#isdefault","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"src/models/component-reference\".DynamicComponentReference"},{"id":10,"kind":64,"name":"getComponentClassID","url":"modules/_src_models_component_reference_.html#getcomponentclassid","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/models/component-reference\""},{"id":11,"kind":64,"name":"getExportedComponentID","url":"modules/_src_models_component_reference_.html#getexportedcomponentid","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/models/component-reference\""},{"id":12,"kind":64,"name":"getDefaultExportedComponentID","url":"modules/_src_models_component_reference_.html#getdefaultexportedcomponentid","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/models/component-reference\""},{"id":13,"kind":1,"name":"\"src/utils/ast-util\"","url":"modules/_src_utils_ast_util_.html","classes":"tsd-kind-module"},{"id":14,"kind":32,"name":"debug","url":"modules/_src_utils_ast_util_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/utils/ast-util\""},{"id":15,"kind":64,"name":"getSanImportDeclaration","url":"modules/_src_utils_ast_util_.html#getsanimportdeclaration","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/ast-util\""},{"id":16,"kind":64,"name":"getComponentClassIdentifier","url":"modules/_src_utils_ast_util_.html#getcomponentclassidentifier","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/ast-util\""},{"id":17,"kind":64,"name":"isChildClassOf","url":"modules/_src_utils_ast_util_.html#ischildclassof","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/ast-util\""},{"id":18,"kind":64,"name":"getComponentDeclarations","url":"modules/_src_utils_ast_util_.html#getcomponentdeclarations","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/ast-util\""},{"id":19,"kind":64,"name":"getPropertyStringValue","url":"modules/_src_utils_ast_util_.html#getpropertystringvalue","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"\"src/utils/ast-util\""},{"id":20,"kind":64,"name":"getPropertyStringArrayValue","url":"modules/_src_utils_ast_util_.html#getpropertystringarrayvalue","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"\"src/utils/ast-util\""},{"id":21,"kind":64,"name":"getLiteralText","url":"modules/_src_utils_ast_util_.html#getliteraltext","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/utils/ast-util\""},{"id":22,"kind":64,"name":"getChildComponents","url":"modules/_src_utils_ast_util_.html#getchildcomponents","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/ast-util\""},{"id":23,"kind":64,"name":"getObjectLiteralPropertyKeys","url":"modules/_src_utils_ast_util_.html#getobjectliteralpropertykeys","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/ast-util\""},{"id":24,"kind":64,"name":"getPropertyAssignmentName","url":"modules/_src_utils_ast_util_.html#getpropertyassignmentname","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/ast-util\""},{"id":25,"kind":1,"name":"\"src/models/component\"","url":"modules/_src_models_component_.html","classes":"tsd-kind-module"},{"id":26,"kind":256,"name":"Computed","url":"interfaces/_src_models_component_.computed.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"\"src/models/component\""},{"id":27,"kind":256,"name":"Filters","url":"interfaces/_src_models_component_.filters.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"\"src/models/component\""},{"id":28,"kind":4194304,"name":"ComponentClass","url":"modules/_src_models_component_.html#componentclass","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"\"src/models/component\""},{"id":29,"kind":32,"name":"COMPONENT_RESERVED_MEMBERS","url":"modules/_src_models_component_.html#component_reserved_members","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"\"src/models/component\""},{"id":30,"kind":64,"name":"isComponentLoader","url":"modules/_src_models_component_.html#iscomponentloader","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/models/component\""},{"id":31,"kind":1,"name":"\"src/models/component-info\"","url":"modules/_src_models_component_info_.html","classes":"tsd-kind-module"},{"id":32,"kind":128,"name":"ComponentInfoImpl","url":"classes/_src_models_component_info_.componentinfoimpl.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"\"src/models/component-info\""},{"id":33,"kind":512,"name":"constructor","url":"classes/_src_models_component_info_.componentinfoimpl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"src/models/component-info\".ComponentInfoImpl"},{"id":34,"kind":1024,"name":"id","url":"classes/_src_models_component_info_.componentinfoimpl.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"src/models/component-info\".ComponentInfoImpl"},{"id":35,"kind":1024,"name":"template","url":"classes/_src_models_component_info_.componentinfoimpl.html#template","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"src/models/component-info\".ComponentInfoImpl"},{"id":36,"kind":1024,"name":"root","url":"classes/_src_models_component_info_.componentinfoimpl.html#root","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"src/models/component-info\".ComponentInfoImpl"},{"id":37,"kind":1024,"name":"childComponents","url":"classes/_src_models_component_info_.componentinfoimpl.html#childcomponents","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"src/models/component-info\".ComponentInfoImpl"},{"id":38,"kind":2048,"name":"hasMethod","url":"classes/_src_models_component_info_.componentinfoimpl.html#hasmethod","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/models/component-info\".ComponentInfoImpl"},{"id":39,"kind":2048,"name":"getComputedNames","url":"classes/_src_models_component_info_.componentinfoimpl.html#getcomputednames","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/models/component-info\".ComponentInfoImpl"},{"id":40,"kind":2048,"name":"getFilterNames","url":"classes/_src_models_component_info_.componentinfoimpl.html#getfilternames","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/models/component-info\".ComponentInfoImpl"},{"id":41,"kind":2048,"name":"getChildComponentRenference","url":"classes/_src_models_component_info_.componentinfoimpl.html#getchildcomponentrenference","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/models/component-info\".ComponentInfoImpl"},{"id":42,"kind":128,"name":"DynamicComponentInfo","url":"classes/_src_models_component_info_.dynamiccomponentinfo.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"\"src/models/component-info\""},{"id":43,"kind":1024,"name":"proto","url":"classes/_src_models_component_info_.dynamiccomponentinfo.html#proto","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"src/models/component-info\".DynamicComponentInfo"},{"id":44,"kind":512,"name":"constructor","url":"classes/_src_models_component_info_.dynamiccomponentinfo.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"src/models/component-info\".DynamicComponentInfo"},{"id":45,"kind":1024,"name":"componentClass","url":"classes/_src_models_component_info_.dynamiccomponentinfo.html#componentclass","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"src/models/component-info\".DynamicComponentInfo"},{"id":46,"kind":2048,"name":"hasMethod","url":"classes/_src_models_component_info_.dynamiccomponentinfo.html#hasmethod","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"src/models/component-info\".DynamicComponentInfo"},{"id":47,"kind":2048,"name":"getComputedNames","url":"classes/_src_models_component_info_.dynamiccomponentinfo.html#getcomputednames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"src/models/component-info\".DynamicComponentInfo"},{"id":48,"kind":2048,"name":"getFilterNames","url":"classes/_src_models_component_info_.dynamiccomponentinfo.html#getfilternames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"src/models/component-info\".DynamicComponentInfo"},{"id":49,"kind":1024,"name":"id","url":"classes/_src_models_component_info_.dynamiccomponentinfo.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"src/models/component-info\".DynamicComponentInfo"},{"id":50,"kind":1024,"name":"template","url":"classes/_src_models_component_info_.dynamiccomponentinfo.html#template","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"src/models/component-info\".DynamicComponentInfo"},{"id":51,"kind":1024,"name":"root","url":"classes/_src_models_component_info_.dynamiccomponentinfo.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"src/models/component-info\".DynamicComponentInfo"},{"id":52,"kind":1024,"name":"childComponents","url":"classes/_src_models_component_info_.dynamiccomponentinfo.html#childcomponents","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"src/models/component-info\".DynamicComponentInfo"},{"id":53,"kind":2048,"name":"getChildComponentRenference","url":"classes/_src_models_component_info_.dynamiccomponentinfo.html#getchildcomponentrenference","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"src/models/component-info\".DynamicComponentInfo"},{"id":54,"kind":128,"name":"TypedComponentInfo","url":"classes/_src_models_component_info_.typedcomponentinfo.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"\"src/models/component-info\""},{"id":55,"kind":1024,"name":"computedNames","url":"classes/_src_models_component_info_.typedcomponentinfo.html#computednames","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"src/models/component-info\".TypedComponentInfo"},{"id":56,"kind":1024,"name":"filterNames","url":"classes/_src_models_component_info_.typedcomponentinfo.html#filternames","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"src/models/component-info\".TypedComponentInfo"},{"id":57,"kind":512,"name":"constructor","url":"classes/_src_models_component_info_.typedcomponentinfo.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"src/models/component-info\".TypedComponentInfo"},{"id":58,"kind":1024,"name":"classDeclaration","url":"classes/_src_models_component_info_.typedcomponentinfo.html#classdeclaration","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"src/models/component-info\".TypedComponentInfo"},{"id":59,"kind":2048,"name":"hasMethod","url":"classes/_src_models_component_info_.typedcomponentinfo.html#hasmethod","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"src/models/component-info\".TypedComponentInfo"},{"id":60,"kind":2048,"name":"getComputedNames","url":"classes/_src_models_component_info_.typedcomponentinfo.html#getcomputednames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"src/models/component-info\".TypedComponentInfo"},{"id":61,"kind":2048,"name":"getFilterNames","url":"classes/_src_models_component_info_.typedcomponentinfo.html#getfilternames","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"src/models/component-info\".TypedComponentInfo"},{"id":62,"kind":1024,"name":"id","url":"classes/_src_models_component_info_.typedcomponentinfo.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"src/models/component-info\".TypedComponentInfo"},{"id":63,"kind":1024,"name":"template","url":"classes/_src_models_component_info_.typedcomponentinfo.html#template","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"src/models/component-info\".TypedComponentInfo"},{"id":64,"kind":1024,"name":"root","url":"classes/_src_models_component_info_.typedcomponentinfo.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"src/models/component-info\".TypedComponentInfo"},{"id":65,"kind":1024,"name":"childComponents","url":"classes/_src_models_component_info_.typedcomponentinfo.html#childcomponents","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"src/models/component-info\".TypedComponentInfo"},{"id":66,"kind":2048,"name":"getChildComponentRenference","url":"classes/_src_models_component_info_.typedcomponentinfo.html#getchildcomponentrenference","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"src/models/component-info\".TypedComponentInfo"},{"id":67,"kind":4194304,"name":"TagName","url":"modules/_src_models_component_info_.html#tagname","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"\"src/models/component-info\""},{"id":68,"kind":4194304,"name":"ComponentInfo","url":"modules/_src_models_component_info_.html#componentinfo","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"\"src/models/component-info\""},{"id":69,"kind":64,"name":"isTypedComponentInfo","url":"modules/_src_models_component_info_.html#istypedcomponentinfo","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/models/component-info\""},{"id":70,"kind":1,"name":"\"src/models/san-source-file\"","url":"modules/_src_models_san_source_file_.html","classes":"tsd-kind-module"},{"id":71,"kind":128,"name":"SanSourceFileImpl","url":"classes/_src_models_san_source_file_.sansourcefileimpl.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"\"src/models/san-source-file\""},{"id":72,"kind":512,"name":"constructor","url":"classes/_src_models_san_source_file_.sansourcefileimpl.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"src/models/san-source-file\".SanSourceFileImpl"},{"id":73,"kind":1024,"name":"componentInfos","url":"classes/_src_models_san_source_file_.sansourcefileimpl.html#componentinfos","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"src/models/san-source-file\".SanSourceFileImpl"},{"id":74,"kind":1024,"name":"entryComponentInfo","url":"classes/_src_models_san_source_file_.sansourcefileimpl.html#entrycomponentinfo","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"src/models/san-source-file\".SanSourceFileImpl"},{"id":75,"kind":2048,"name":"getFilePath","url":"classes/_src_models_san_source_file_.sansourcefileimpl.html#getfilepath","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/models/san-source-file\".SanSourceFileImpl"},{"id":76,"kind":128,"name":"DynamicSanSourceFile","url":"classes/_src_models_san_source_file_.dynamicsansourcefile.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"\"src/models/san-source-file\""},{"id":77,"kind":512,"name":"constructor","url":"classes/_src_models_san_source_file_.dynamicsansourcefile.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"src/models/san-source-file\".DynamicSanSourceFile"},{"id":78,"kind":1024,"name":"filePath","url":"classes/_src_models_san_source_file_.dynamicsansourcefile.html#filepath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"src/models/san-source-file\".DynamicSanSourceFile"},{"id":79,"kind":1024,"name":"entryComponentInfo","url":"classes/_src_models_san_source_file_.dynamicsansourcefile.html#entrycomponentinfo","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"\"src/models/san-source-file\".DynamicSanSourceFile"},{"id":80,"kind":2048,"name":"getFilePath","url":"classes/_src_models_san_source_file_.dynamicsansourcefile.html#getfilepath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"src/models/san-source-file\".DynamicSanSourceFile"},{"id":81,"kind":1024,"name":"componentInfos","url":"classes/_src_models_san_source_file_.dynamicsansourcefile.html#componentinfos","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"src/models/san-source-file\".DynamicSanSourceFile"},{"id":82,"kind":128,"name":"TypedSanSourceFile","url":"classes/_src_models_san_source_file_.typedsansourcefile.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"\"src/models/san-source-file\""},{"id":83,"kind":512,"name":"constructor","url":"classes/_src_models_san_source_file_.typedsansourcefile.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"src/models/san-source-file\".TypedSanSourceFile"},{"id":84,"kind":1024,"name":"tsSourceFile","url":"classes/_src_models_san_source_file_.typedsansourcefile.html#tssourcefile","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"src/models/san-source-file\".TypedSanSourceFile"},{"id":85,"kind":2048,"name":"getFilePath","url":"classes/_src_models_san_source_file_.typedsansourcefile.html#getfilepath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"src/models/san-source-file\".TypedSanSourceFile"},{"id":86,"kind":2048,"name":"getComponentClassDeclarations","url":"classes/_src_models_san_source_file_.typedsansourcefile.html#getcomponentclassdeclarations","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/models/san-source-file\".TypedSanSourceFile"},{"id":87,"kind":1024,"name":"componentInfos","url":"classes/_src_models_san_source_file_.typedsansourcefile.html#componentinfos","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"src/models/san-source-file\".TypedSanSourceFile"},{"id":88,"kind":1024,"name":"entryComponentInfo","url":"classes/_src_models_san_source_file_.typedsansourcefile.html#entrycomponentinfo","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"src/models/san-source-file\".TypedSanSourceFile"},{"id":89,"kind":32,"name":"debug","url":"modules/_src_models_san_source_file_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/models/san-source-file\""},{"id":90,"kind":4194304,"name":"SanSourceFile","url":"modules/_src_models_san_source_file_.html#sansourcefile","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"\"src/models/san-source-file\""},{"id":91,"kind":64,"name":"isTypedSanSourceFile","url":"modules/_src_models_san_source_file_.html#istypedsansourcefile","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/models/san-source-file\""},{"id":92,"kind":1,"name":"\"src/utils/lang\"","url":"modules/_src_utils_lang_.html","classes":"tsd-kind-module"},{"id":93,"kind":64,"name":"isValidIdentifier","url":"modules/_src_utils_lang_.html#isvalididentifier","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/lang\""},{"id":94,"kind":64,"name":"getMember","url":"modules/_src_utils_lang_.html#getmember","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"\"src/utils/lang\""},{"id":95,"kind":64,"name":"functionString","url":"modules/_src_utils_lang_.html#functionstring","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/lang\""},{"id":96,"kind":1,"name":"\"src/utils/type-guards\"","url":"modules/_src_utils_type_guards_.html","classes":"tsd-kind-module"},{"id":97,"kind":64,"name":"isExprUnaryNode","url":"modules/_src_utils_type_guards_.html#isexprunarynode","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/type-guards\""},{"id":98,"kind":64,"name":"isExprStringNode","url":"modules/_src_utils_type_guards_.html#isexprstringnode","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/type-guards\""},{"id":99,"kind":64,"name":"isExprNumberNode","url":"modules/_src_utils_type_guards_.html#isexprnumbernode","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/type-guards\""},{"id":100,"kind":64,"name":"isExprBoolNode","url":"modules/_src_utils_type_guards_.html#isexprboolnode","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/type-guards\""},{"id":101,"kind":64,"name":"isExprAccessorNode","url":"modules/_src_utils_type_guards_.html#isexpraccessornode","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/type-guards\""},{"id":102,"kind":64,"name":"isExprInterpNode","url":"modules/_src_utils_type_guards_.html#isexprinterpnode","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/type-guards\""},{"id":103,"kind":64,"name":"isExprCallNode","url":"modules/_src_utils_type_guards_.html#isexprcallnode","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/type-guards\""},{"id":104,"kind":64,"name":"isExprTextNode","url":"modules/_src_utils_type_guards_.html#isexprtextnode","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/type-guards\""},{"id":105,"kind":64,"name":"isExprBinaryNode","url":"modules/_src_utils_type_guards_.html#isexprbinarynode","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/type-guards\""},{"id":106,"kind":64,"name":"isExprTertiaryNode","url":"modules/_src_utils_type_guards_.html#isexprtertiarynode","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/type-guards\""},{"id":107,"kind":64,"name":"isExprArrayNode","url":"modules/_src_utils_type_guards_.html#isexprarraynode","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/type-guards\""},{"id":108,"kind":64,"name":"isExprObjectNode","url":"modules/_src_utils_type_guards_.html#isexprobjectnode","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/type-guards\""},{"id":109,"kind":64,"name":"isExprNullNode","url":"modules/_src_utils_type_guards_.html#isexprnullnode","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/type-guards\""},{"id":110,"kind":64,"name":"isASlotNode","url":"modules/_src_utils_type_guards_.html#isaslotnode","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/type-guards\""},{"id":111,"kind":64,"name":"isAIfNode","url":"modules/_src_utils_type_guards_.html#isaifnode","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/type-guards\""},{"id":112,"kind":64,"name":"isAForNode","url":"modules/_src_utils_type_guards_.html#isafornode","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/type-guards\""},{"id":113,"kind":64,"name":"isATextNode","url":"modules/_src_utils_type_guards_.html#isatextnode","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/type-guards\""},{"id":114,"kind":64,"name":"isATemplateNode","url":"modules/_src_utils_type_guards_.html#isatemplatenode","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/type-guards\""},{"id":115,"kind":64,"name":"isAFragmentNode","url":"modules/_src_utils_type_guards_.html#isafragmentnode","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/type-guards\""},{"id":116,"kind":1,"name":"\"src/utils/anode-util\"","url":"modules/_src_utils_anode_util_.html","classes":"tsd-kind-module"},{"id":117,"kind":64,"name":"getANodePropByName","url":"modules/_src_utils_anode_util_.html#getanodepropbyname","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/anode-util\""},{"id":118,"kind":64,"name":"parseANodeProps","url":"modules/_src_utils_anode_util_.html#parseanodeprops","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/anode-util\""},{"id":119,"kind":64,"name":"visitANodeRecursively","url":"modules/_src_utils_anode_util_.html#visitanoderecursively","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/anode-util\""},{"id":120,"kind":1,"name":"\"src/parsers/parse-template\"","url":"modules/_src_parsers_parse_template_.html","classes":"tsd-kind-module"},{"id":121,"kind":64,"name":"parseAndNormalizeTemplate","url":"modules/_src_parsers_parse_template_.html#parseandnormalizetemplate","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/parsers/parse-template\""},{"id":122,"kind":64,"name":"normalizeRootANode","url":"modules/_src_parsers_parse_template_.html#normalizerootanode","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/parsers/parse-template\""},{"id":123,"kind":64,"name":"normalizeOptionTag","url":"modules/_src_parsers_parse_template_.html#normalizeoptiontag","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/parsers/parse-template\""},{"id":124,"kind":64,"name":"normalizeANodeProps","url":"modules/_src_parsers_parse_template_.html#normalizeanodeprops","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/parsers/parse-template\""},{"id":125,"kind":64,"name":"normalizeRootClassProp","url":"modules/_src_parsers_parse_template_.html#normalizerootclassprop","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/parsers/parse-template\""},{"id":126,"kind":64,"name":"normalizeRootStyleProp","url":"modules/_src_parsers_parse_template_.html#normalizerootstyleprop","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/parsers/parse-template\""},{"id":127,"kind":64,"name":"normalizeRootATemplateNode","url":"modules/_src_parsers_parse_template_.html#normalizerootatemplatenode","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/parsers/parse-template\""},{"id":128,"kind":1,"name":"\"src/parsers/component-class-parser\"","url":"modules/_src_parsers_component_class_parser_.html","classes":"tsd-kind-module"},{"id":129,"kind":128,"name":"ComponentClassParser","url":"classes/_src_parsers_component_class_parser_.componentclassparser.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"\"src/parsers/component-class-parser\""},{"id":130,"kind":1024,"name":"id","url":"classes/_src_parsers_component_class_parser_.componentclassparser.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"src/parsers/component-class-parser\".ComponentClassParser"},{"id":131,"kind":1024,"name":"cids","url":"classes/_src_parsers_component_class_parser_.componentclassparser.html#cids","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"src/parsers/component-class-parser\".ComponentClassParser"},{"id":132,"kind":512,"name":"constructor","url":"classes/_src_parsers_component_class_parser_.componentclassparser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"src/parsers/component-class-parser\".ComponentClassParser"},{"id":133,"kind":1024,"name":"root","url":"classes/_src_parsers_component_class_parser_.componentclassparser.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"src/parsers/component-class-parser\".ComponentClassParser"},{"id":134,"kind":1024,"name":"filePath","url":"classes/_src_parsers_component_class_parser_.componentclassparser.html#filepath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"src/parsers/component-class-parser\".ComponentClassParser"},{"id":135,"kind":2048,"name":"parse","url":"classes/_src_parsers_component_class_parser_.componentclassparser.html#parse","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/parsers/component-class-parser\".ComponentClassParser"},{"id":136,"kind":2048,"name":"createComponentInfoFromComponentClass","url":"classes/_src_parsers_component_class_parser_.componentclassparser.html#createcomponentinfofromcomponentclass","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/parsers/component-class-parser\".ComponentClassParser"},{"id":137,"kind":2048,"name":"getChildComponentClasses","url":"classes/_src_parsers_component_class_parser_.componentclassparser.html#getchildcomponentclasses","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/parsers/component-class-parser\".ComponentClassParser"},{"id":138,"kind":2048,"name":"getOrSetID","url":"classes/_src_parsers_component_class_parser_.componentclassparser.html#getorsetid","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"src/parsers/component-class-parser\".ComponentClassParser"},{"id":139,"kind":1,"name":"\"src/parsers/normalize-component\"","url":"modules/_src_parsers_normalize_component_.html","classes":"tsd-kind-module"},{"id":140,"kind":64,"name":"normalizeComponentClass","url":"modules/_src_parsers_normalize_component_.html#normalizecomponentclass","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/parsers/normalize-component\""},{"id":141,"kind":1,"name":"\"src/parsers/typescript-san-parser\"","url":"modules/_src_parsers_typescript_san_parser_.html","classes":"tsd-kind-module"},{"id":142,"kind":128,"name":"TypeScriptSanParser","url":"classes/_src_parsers_typescript_san_parser_.typescriptsanparser.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"\"src/parsers/typescript-san-parser\""},{"id":143,"kind":2048,"name":"parse","url":"classes/_src_parsers_typescript_san_parser_.typescriptsanparser.html#parse","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/parsers/typescript-san-parser\".TypeScriptSanParser"},{"id":144,"kind":2048,"name":"parseComponentClassDeclaration","url":"classes/_src_parsers_typescript_san_parser_.typescriptsanparser.html#parsecomponentclassdeclaration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"src/parsers/typescript-san-parser\".TypeScriptSanParser"},{"id":145,"kind":32,"name":"debug","url":"modules/_src_parsers_typescript_san_parser_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/parsers/typescript-san-parser\""},{"id":146,"kind":1,"name":"\"src/utils/emitter\"","url":"modules/_src_utils_emitter_.html","classes":"tsd-kind-module"},{"id":147,"kind":128,"name":"Emitter","url":"classes/_src_utils_emitter_.emitter.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"\"src/utils/emitter\""},{"id":148,"kind":1024,"name":"indentLevel","url":"classes/_src_utils_emitter_.emitter.html#indentlevel","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"src/utils/emitter\".Emitter"},{"id":149,"kind":1024,"name":"shiftWidth","url":"classes/_src_utils_emitter_.emitter.html#shiftwidth","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"src/utils/emitter\".Emitter"},{"id":150,"kind":1024,"name":"code","url":"classes/_src_utils_emitter_.emitter.html#code","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"\"src/utils/emitter\".Emitter"},{"id":151,"kind":512,"name":"constructor","url":"classes/_src_utils_emitter_.emitter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"src/utils/emitter\".Emitter"},{"id":152,"kind":2048,"name":"clear","url":"classes/_src_utils_emitter_.emitter.html#clear","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/utils/emitter\".Emitter"},{"id":153,"kind":2048,"name":"write","url":"classes/_src_utils_emitter_.emitter.html#write","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/utils/emitter\".Emitter"},{"id":154,"kind":2048,"name":"fullText","url":"classes/_src_utils_emitter_.emitter.html#fulltext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/utils/emitter\".Emitter"},{"id":155,"kind":2048,"name":"indent","url":"classes/_src_utils_emitter_.emitter.html#indent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/utils/emitter\".Emitter"},{"id":156,"kind":2048,"name":"unindent","url":"classes/_src_utils_emitter_.emitter.html#unindent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/utils/emitter\".Emitter"},{"id":157,"kind":2048,"name":"writeNewLine","url":"classes/_src_utils_emitter_.emitter.html#writenewline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/utils/emitter\".Emitter"},{"id":158,"kind":2048,"name":"nextLine","url":"classes/_src_utils_emitter_.emitter.html#nextline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/utils/emitter\".Emitter"},{"id":159,"kind":2048,"name":"feedLine","url":"classes/_src_utils_emitter_.emitter.html#feedline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/utils/emitter\".Emitter"},{"id":160,"kind":2048,"name":"writeLine","url":"classes/_src_utils_emitter_.emitter.html#writeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/utils/emitter\".Emitter"},{"id":161,"kind":2048,"name":"writeLines","url":"classes/_src_utils_emitter_.emitter.html#writelines","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/utils/emitter\".Emitter"},{"id":162,"kind":2048,"name":"writeIndentedLines","url":"classes/_src_utils_emitter_.emitter.html#writeindentedlines","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/utils/emitter\".Emitter"},{"id":163,"kind":2048,"name":"carriageReturn","url":"classes/_src_utils_emitter_.emitter.html#carriagereturn","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/utils/emitter\".Emitter"},{"id":164,"kind":2048,"name":"defaultWrite","url":"classes/_src_utils_emitter_.emitter.html#defaultwrite","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"\"src/utils/emitter\".Emitter"},{"id":165,"kind":2048,"name":"atLineBegin","url":"classes/_src_utils_emitter_.emitter.html#atlinebegin","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"src/utils/emitter\".Emitter"},{"id":166,"kind":2048,"name":"size","url":"classes/_src_utils_emitter_.emitter.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"src/utils/emitter\".Emitter"},{"id":167,"kind":2048,"name":"lastChar","url":"classes/_src_utils_emitter_.emitter.html#lastchar","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"src/utils/emitter\".Emitter"},{"id":168,"kind":1,"name":"\"src/runtime/underscore\"","url":"modules/_src_runtime_underscore_.html","classes":"tsd-kind-module"},{"id":169,"kind":256,"name":"Context","url":"interfaces/_src_runtime_underscore_.context.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"\"src/runtime/underscore\""},{"id":170,"kind":1024,"name":"parentCtx","url":"interfaces/_src_runtime_underscore_.context.html#parentctx","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"src/runtime/underscore\".Context"},{"id":171,"kind":2097152,"name":"BASE_PROPS","url":"modules/_src_runtime_underscore_.html#base_props","classes":"tsd-kind-object-literal tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/runtime/underscore\""},{"id":172,"kind":32,"name":"class","url":"modules/_src_runtime_underscore_.html#base_props.class","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"src/runtime/underscore\".BASE_PROPS"},{"id":173,"kind":32,"name":"style","url":"modules/_src_runtime_underscore_.html#base_props.style","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"src/runtime/underscore\".BASE_PROPS"},{"id":174,"kind":32,"name":"id","url":"modules/_src_runtime_underscore_.html#base_props.id","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"src/runtime/underscore\".BASE_PROPS"},{"id":175,"kind":64,"name":"includes","url":"modules/_src_runtime_underscore_.html#includes","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter tsd-is-not-exported","parent":"\"src/runtime/underscore\""},{"id":176,"kind":2097152,"name":"HTML_ENTITY","url":"modules/_src_runtime_underscore_.html#html_entity","classes":"tsd-kind-object-literal tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/runtime/underscore\""},{"id":177,"kind":32,"name":"<","url":"modules/_src_runtime_underscore_.html#html_entity._-3","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"src/runtime/underscore\".HTML_ENTITY"},{"id":178,"kind":32,"name":">","url":"modules/_src_runtime_underscore_.html#html_entity._-4","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"src/runtime/underscore\".HTML_ENTITY"},{"id":179,"kind":32,"name":"\"","url":"modules/_src_runtime_underscore_.html#html_entity._","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"src/runtime/underscore\".HTML_ENTITY"},{"id":180,"kind":32,"name":"'","url":"modules/_src_runtime_underscore_.html#html_entity._-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"src/runtime/underscore\".HTML_ENTITY"},{"id":181,"kind":32,"name":" ","url":"modules/_src_runtime_underscore_.html#html_entity._-5","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"src/runtime/underscore\".HTML_ENTITY"},{"id":182,"kind":32,"name":" ","url":"modules/_src_runtime_underscore_.html#html_entity._-9","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"src/runtime/underscore\".HTML_ENTITY"},{"id":183,"kind":32,"name":" ","url":"modules/_src_runtime_underscore_.html#html_entity._-8","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"src/runtime/underscore\".HTML_ENTITY"},{"id":184,"kind":32,"name":" ","url":"modules/_src_runtime_underscore_.html#html_entity._-10","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"src/runtime/underscore\".HTML_ENTITY"},{"id":185,"kind":32,"name":"©","url":"modules/_src_runtime_underscore_.html#html_entity._-6","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"src/runtime/underscore\".HTML_ENTITY"},{"id":186,"kind":32,"name":"®","url":"modules/_src_runtime_underscore_.html#html_entity._-7","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"src/runtime/underscore\".HTML_ENTITY"},{"id":187,"kind":32,"name":"‌","url":"modules/_src_runtime_underscore_.html#html_entity._-11","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"src/runtime/underscore\".HTML_ENTITY"},{"id":188,"kind":32,"name":"‍","url":"modules/_src_runtime_underscore_.html#html_entity._-12","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"src/runtime/underscore\".HTML_ENTITY"},{"id":189,"kind":32,"name":"&","url":"modules/_src_runtime_underscore_.html#html_entity._-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"src/runtime/underscore\".HTML_ENTITY"},{"id":190,"kind":32,"name":"rENTITY","url":"modules/_src_runtime_underscore_.html#rentity","classes":"tsd-kind-variable tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/runtime/underscore\""},{"id":191,"kind":64,"name":"escapeHTML","url":"modules/_src_runtime_underscore_.html#escapehtml","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/runtime/underscore\""},{"id":192,"kind":64,"name":"_classFilter","url":"modules/_src_runtime_underscore_.html#_classfilter","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/runtime/underscore\""},{"id":193,"kind":64,"name":"isObject","url":"modules/_src_runtime_underscore_.html#isobject","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/runtime/underscore\""},{"id":194,"kind":64,"name":"_styleFilter","url":"modules/_src_runtime_underscore_.html#_stylefilter","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/runtime/underscore\""},{"id":195,"kind":64,"name":"_xclassFilter","url":"modules/_src_runtime_underscore_.html#_xclassfilter","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/runtime/underscore\""},{"id":196,"kind":64,"name":"_xstyleFilter","url":"modules/_src_runtime_underscore_.html#_xstylefilter","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/runtime/underscore\""},{"id":197,"kind":64,"name":"attrFilter","url":"modules/_src_runtime_underscore_.html#attrfilter","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/runtime/underscore\""},{"id":198,"kind":64,"name":"boolAttrFilter","url":"modules/_src_runtime_underscore_.html#boolattrfilter","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/runtime/underscore\""},{"id":199,"kind":64,"name":"defaultStyleFilter","url":"modules/_src_runtime_underscore_.html#defaultstylefilter","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/runtime/underscore\""},{"id":200,"kind":64,"name":"createFromPrototype","url":"modules/_src_runtime_underscore_.html#createfromprototype","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/runtime/underscore\""},{"id":201,"kind":64,"name":"createInstanceFromClass","url":"modules/_src_runtime_underscore_.html#createinstancefromclass","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/runtime/underscore\""},{"id":202,"kind":64,"name":"getRootCtx","url":"modules/_src_runtime_underscore_.html#getrootctx","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter tsd-is-not-exported","parent":"\"src/runtime/underscore\""},{"id":203,"kind":2097152,"name":"_","url":"modules/_src_runtime_underscore_.html#_-13","classes":"tsd-kind-object-literal tsd-parent-kind-module","parent":"\"src/runtime/underscore\""},{"id":204,"kind":32,"name":"createInstanceFromClass","url":"modules/_src_runtime_underscore_.html#_-13.createinstancefromclass-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"src/runtime/underscore\"._"},{"id":205,"kind":32,"name":"escapeHTML","url":"modules/_src_runtime_underscore_.html#_-13.escapehtml-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"src/runtime/underscore\"._"},{"id":206,"kind":32,"name":"defaultStyleFilter","url":"modules/_src_runtime_underscore_.html#_-13.defaultstylefilter-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"src/runtime/underscore\"._"},{"id":207,"kind":32,"name":"boolAttrFilter","url":"modules/_src_runtime_underscore_.html#_-13.boolattrfilter-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"src/runtime/underscore\"._"},{"id":208,"kind":32,"name":"attrFilter","url":"modules/_src_runtime_underscore_.html#_-13.attrfilter-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"src/runtime/underscore\"._"},{"id":209,"kind":32,"name":"includes","url":"modules/_src_runtime_underscore_.html#_-13.includes-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"src/runtime/underscore\"._"},{"id":210,"kind":32,"name":"_classFilter","url":"modules/_src_runtime_underscore_.html#_-13._classfilter-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"src/runtime/underscore\"._"},{"id":211,"kind":32,"name":"_styleFilter","url":"modules/_src_runtime_underscore_.html#_-13._stylefilter-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"src/runtime/underscore\"._"},{"id":212,"kind":32,"name":"_xstyleFilter","url":"modules/_src_runtime_underscore_.html#_-13._xstylefilter-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"src/runtime/underscore\"._"},{"id":213,"kind":32,"name":"_xclassFilter","url":"modules/_src_runtime_underscore_.html#_-13._xclassfilter-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"src/runtime/underscore\"._"},{"id":214,"kind":32,"name":"createFromPrototype","url":"modules/_src_runtime_underscore_.html#_-13.createfromprototype-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"src/runtime/underscore\"._"},{"id":215,"kind":32,"name":"getRootCtx","url":"modules/_src_runtime_underscore_.html#_-13.getrootctx-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"src/runtime/underscore\"._"},{"id":216,"kind":1,"name":"\"src/target-js/compilers/stringifier\"","url":"modules/_src_target_js_compilers_stringifier_.html","classes":"tsd-kind-module"},{"id":217,"kind":2097152,"name":"stringifier","url":"modules/_src_target_js_compilers_stringifier_.html#stringifier","classes":"tsd-kind-object-literal tsd-parent-kind-module","parent":"\"src/target-js/compilers/stringifier\""},{"id":218,"kind":64,"name":"obj","url":"modules/_src_target_js_compilers_stringifier_.html#stringifier.obj","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"src/target-js/compilers/stringifier\".stringifier"},{"id":219,"kind":64,"name":"arr","url":"modules/_src_target_js_compilers_stringifier_.html#stringifier.arr","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"src/target-js/compilers/stringifier\".stringifier"},{"id":220,"kind":64,"name":"str","url":"modules/_src_target_js_compilers_stringifier_.html#stringifier.str","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"src/target-js/compilers/stringifier\".stringifier"},{"id":221,"kind":64,"name":"date","url":"modules/_src_target_js_compilers_stringifier_.html#stringifier.date","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"src/target-js/compilers/stringifier\".stringifier"},{"id":222,"kind":64,"name":"any","url":"modules/_src_target_js_compilers_stringifier_.html#stringifier.any","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"src/target-js/compilers/stringifier\".stringifier"},{"id":223,"kind":1,"name":"\"src/target-js/compilers/expr-compiler\"","url":"modules/_src_target_js_compilers_expr_compiler_.html","classes":"tsd-kind-module"},{"id":224,"kind":2097152,"name":"binaryOp","url":"modules/_src_target_js_compilers_expr_compiler_.html#binaryop","classes":"tsd-kind-object-literal tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/target-js/compilers/expr-compiler\""},{"id":225,"kind":32,"name":"43","url":"modules/_src_target_js_compilers_expr_compiler_.html#binaryop.43","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"src/target-js/compilers/expr-compiler\".binaryOp"},{"id":226,"kind":32,"name":"45","url":"modules/_src_target_js_compilers_expr_compiler_.html#binaryop.45","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"src/target-js/compilers/expr-compiler\".binaryOp"},{"id":227,"kind":32,"name":"42","url":"modules/_src_target_js_compilers_expr_compiler_.html#binaryop.42","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"src/target-js/compilers/expr-compiler\".binaryOp"},{"id":228,"kind":32,"name":"47","url":"modules/_src_target_js_compilers_expr_compiler_.html#binaryop.47","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"src/target-js/compilers/expr-compiler\".binaryOp"},{"id":229,"kind":32,"name":"60","url":"modules/_src_target_js_compilers_expr_compiler_.html#binaryop.60","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"src/target-js/compilers/expr-compiler\".binaryOp"},{"id":230,"kind":32,"name":"62","url":"modules/_src_target_js_compilers_expr_compiler_.html#binaryop.62","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"src/target-js/compilers/expr-compiler\".binaryOp"},{"id":231,"kind":32,"name":"76","url":"modules/_src_target_js_compilers_expr_compiler_.html#binaryop.76","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"src/target-js/compilers/expr-compiler\".binaryOp"},{"id":232,"kind":32,"name":"94","url":"modules/_src_target_js_compilers_expr_compiler_.html#binaryop.94","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"src/target-js/compilers/expr-compiler\".binaryOp"},{"id":233,"kind":32,"name":"121","url":"modules/_src_target_js_compilers_expr_compiler_.html#binaryop.121","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"src/target-js/compilers/expr-compiler\".binaryOp"},{"id":234,"kind":32,"name":"122","url":"modules/_src_target_js_compilers_expr_compiler_.html#binaryop.122","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"src/target-js/compilers/expr-compiler\".binaryOp"},{"id":235,"kind":32,"name":"123","url":"modules/_src_target_js_compilers_expr_compiler_.html#binaryop.123","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"src/target-js/compilers/expr-compiler\".binaryOp"},{"id":236,"kind":32,"name":"155","url":"modules/_src_target_js_compilers_expr_compiler_.html#binaryop.155","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"src/target-js/compilers/expr-compiler\".binaryOp"},{"id":237,"kind":32,"name":"183","url":"modules/_src_target_js_compilers_expr_compiler_.html#binaryop.183","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"src/target-js/compilers/expr-compiler\".binaryOp"},{"id":238,"kind":32,"name":"248","url":"modules/_src_target_js_compilers_expr_compiler_.html#binaryop.248","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"src/target-js/compilers/expr-compiler\".binaryOp"},{"id":239,"kind":64,"name":"unary","url":"modules/_src_target_js_compilers_expr_compiler_.html#unary","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/target-js/compilers/expr-compiler\""},{"id":240,"kind":64,"name":"binary","url":"modules/_src_target_js_compilers_expr_compiler_.html#binary","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/target-js/compilers/expr-compiler\""},{"id":241,"kind":64,"name":"tertiary","url":"modules/_src_target_js_compilers_expr_compiler_.html#tertiary","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/target-js/compilers/expr-compiler\""},{"id":242,"kind":64,"name":"dataAccess","url":"modules/_src_target_js_compilers_expr_compiler_.html#dataaccess","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/target-js/compilers/expr-compiler\""},{"id":243,"kind":64,"name":"callExpr","url":"modules/_src_target_js_compilers_expr_compiler_.html#callexpr","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/target-js/compilers/expr-compiler\""},{"id":244,"kind":64,"name":"interp","url":"modules/_src_target_js_compilers_expr_compiler_.html#interp","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/target-js/compilers/expr-compiler\""},{"id":245,"kind":64,"name":"str","url":"modules/_src_target_js_compilers_expr_compiler_.html#str","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/target-js/compilers/expr-compiler\""},{"id":246,"kind":64,"name":"text","url":"modules/_src_target_js_compilers_expr_compiler_.html#text","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/target-js/compilers/expr-compiler\""},{"id":247,"kind":64,"name":"array","url":"modules/_src_target_js_compilers_expr_compiler_.html#array","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/target-js/compilers/expr-compiler\""},{"id":248,"kind":64,"name":"object","url":"modules/_src_target_js_compilers_expr_compiler_.html#object","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/target-js/compilers/expr-compiler\""},{"id":249,"kind":64,"name":"expr","url":"modules/_src_target_js_compilers_expr_compiler_.html#expr","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/target-js/compilers/expr-compiler\""},{"id":250,"kind":64,"name":"dispatch","url":"modules/_src_target_js_compilers_expr_compiler_.html#dispatch","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/target-js/compilers/expr-compiler\""},{"id":251,"kind":1,"name":"\"src/target-js/js-emitter\"","url":"modules/_src_target_js_js_emitter_.html","classes":"tsd-kind-module"},{"id":252,"kind":128,"name":"JSEmitter","url":"classes/_src_target_js_js_emitter_.jsemitter.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"\"src/target-js/js-emitter\""},{"id":253,"kind":1024,"name":"buffer","url":"classes/_src_target_js_js_emitter_.jsemitter.html#buffer","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":254,"kind":2048,"name":"fullText","url":"classes/_src_target_js_js_emitter_.jsemitter.html#fulltext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":255,"kind":2048,"name":"write","url":"classes/_src_target_js_js_emitter_.jsemitter.html#write","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":256,"kind":2048,"name":"writeHTMLExpression","url":"classes/_src_target_js_js_emitter_.jsemitter.html#writehtmlexpression","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":257,"kind":2048,"name":"writeDataComment","url":"classes/_src_target_js_js_emitter_.jsemitter.html#writedatacomment","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":258,"kind":2048,"name":"writeHTMLLiteral","url":"classes/_src_target_js_js_emitter_.jsemitter.html#writehtmlliteral","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":259,"kind":2048,"name":"clearStringLiteralBuffer","url":"classes/_src_target_js_js_emitter_.jsemitter.html#clearstringliteralbuffer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":260,"kind":2048,"name":"writeSwitch","url":"classes/_src_target_js_js_emitter_.jsemitter.html#writeswitch","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":261,"kind":2048,"name":"writeCase","url":"classes/_src_target_js_js_emitter_.jsemitter.html#writecase","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":262,"kind":2048,"name":"writeBreak","url":"classes/_src_target_js_js_emitter_.jsemitter.html#writebreak","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":263,"kind":2048,"name":"writeDefault","url":"classes/_src_target_js_js_emitter_.jsemitter.html#writedefault","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":264,"kind":2048,"name":"writeFunction","url":"classes/_src_target_js_js_emitter_.jsemitter.html#writefunction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":265,"kind":2048,"name":"writeFunctionCall","url":"classes/_src_target_js_js_emitter_.jsemitter.html#writefunctioncall","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":266,"kind":2048,"name":"writeAnonymousFunction","url":"classes/_src_target_js_js_emitter_.jsemitter.html#writeanonymousfunction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":267,"kind":2048,"name":"writeIf","url":"classes/_src_target_js_js_emitter_.jsemitter.html#writeif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":268,"kind":2048,"name":"beginIf","url":"classes/_src_target_js_js_emitter_.jsemitter.html#beginif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":269,"kind":2048,"name":"beginElseIf","url":"classes/_src_target_js_js_emitter_.jsemitter.html#beginelseif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":270,"kind":2048,"name":"beginElse","url":"classes/_src_target_js_js_emitter_.jsemitter.html#beginelse","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":271,"kind":2048,"name":"endIf","url":"classes/_src_target_js_js_emitter_.jsemitter.html#endif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":272,"kind":2048,"name":"writeFor","url":"classes/_src_target_js_js_emitter_.jsemitter.html#writefor","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":273,"kind":2048,"name":"beginFor","url":"classes/_src_target_js_js_emitter_.jsemitter.html#beginfor","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":274,"kind":2048,"name":"endFor","url":"classes/_src_target_js_js_emitter_.jsemitter.html#endfor","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":275,"kind":2048,"name":"writeContinue","url":"classes/_src_target_js_js_emitter_.jsemitter.html#writecontinue","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":276,"kind":2048,"name":"writeBlock","url":"classes/_src_target_js_js_emitter_.jsemitter.html#writeblock","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":277,"kind":2048,"name":"beginBlock","url":"classes/_src_target_js_js_emitter_.jsemitter.html#beginblock","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":278,"kind":2048,"name":"endBlock","url":"classes/_src_target_js_js_emitter_.jsemitter.html#endblock","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":279,"kind":1024,"name":"code","url":"classes/_src_target_js_js_emitter_.jsemitter.html#code","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":280,"kind":512,"name":"constructor","url":"classes/_src_target_js_js_emitter_.jsemitter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":281,"kind":2048,"name":"clear","url":"classes/_src_target_js_js_emitter_.jsemitter.html#clear","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":282,"kind":2048,"name":"indent","url":"classes/_src_target_js_js_emitter_.jsemitter.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":283,"kind":2048,"name":"unindent","url":"classes/_src_target_js_js_emitter_.jsemitter.html#unindent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":284,"kind":2048,"name":"writeNewLine","url":"classes/_src_target_js_js_emitter_.jsemitter.html#writenewline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":285,"kind":2048,"name":"nextLine","url":"classes/_src_target_js_js_emitter_.jsemitter.html#nextline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":286,"kind":2048,"name":"feedLine","url":"classes/_src_target_js_js_emitter_.jsemitter.html#feedline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":287,"kind":2048,"name":"writeLine","url":"classes/_src_target_js_js_emitter_.jsemitter.html#writeline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":288,"kind":2048,"name":"writeLines","url":"classes/_src_target_js_js_emitter_.jsemitter.html#writelines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":289,"kind":2048,"name":"writeIndentedLines","url":"classes/_src_target_js_js_emitter_.jsemitter.html#writeindentedlines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":290,"kind":2048,"name":"carriageReturn","url":"classes/_src_target_js_js_emitter_.jsemitter.html#carriagereturn","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":291,"kind":2048,"name":"defaultWrite","url":"classes/_src_target_js_js_emitter_.jsemitter.html#defaultwrite","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"src/target-js/js-emitter\".JSEmitter"},{"id":292,"kind":1,"name":"\"src/runtime/resolver\"","url":"modules/_src_runtime_resolver_.html","classes":"tsd-kind-module"},{"id":293,"kind":256,"name":"Resolver","url":"interfaces/_src_runtime_resolver_.resolver.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"\"src/runtime/resolver\""},{"id":294,"kind":1024,"name":"getRenderer","url":"interfaces/_src_runtime_resolver_.resolver.html#getrenderer","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"src/runtime/resolver\".Resolver"},{"id":295,"kind":65536,"name":"__type","url":"interfaces/_src_runtime_resolver_.resolver.html#getrenderer.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"\"src/runtime/resolver\".Resolver.getRenderer"},{"id":296,"kind":1024,"name":"setRenderer","url":"interfaces/_src_runtime_resolver_.resolver.html#setrenderer","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"src/runtime/resolver\".Resolver"},{"id":297,"kind":65536,"name":"__type","url":"interfaces/_src_runtime_resolver_.resolver.html#setrenderer.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"\"src/runtime/resolver\".Resolver.setRenderer"},{"id":298,"kind":1024,"name":"getPrototype","url":"interfaces/_src_runtime_resolver_.resolver.html#getprototype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"src/runtime/resolver\".Resolver"},{"id":299,"kind":65536,"name":"__type","url":"interfaces/_src_runtime_resolver_.resolver.html#getprototype.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"\"src/runtime/resolver\".Resolver.getPrototype"},{"id":300,"kind":1024,"name":"setPrototype","url":"interfaces/_src_runtime_resolver_.resolver.html#setprototype","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"src/runtime/resolver\".Resolver"},{"id":301,"kind":65536,"name":"__type","url":"interfaces/_src_runtime_resolver_.resolver.html#setprototype.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"\"src/runtime/resolver\".Resolver.setPrototype"},{"id":302,"kind":64,"name":"createResolver","url":"modules/_src_runtime_resolver_.html#createresolver","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/runtime/resolver\""},{"id":303,"kind":1,"name":"\"src/runtime/san-data\"","url":"modules/_src_runtime_san_data_.html","classes":"tsd-kind-module"},{"id":304,"kind":256,"name":"DataObject","url":"interfaces/_src_runtime_san_data_.dataobject.html","classes":"tsd-kind-interface tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/runtime/san-data\""},{"id":305,"kind":256,"name":"Computed","url":"interfaces/_src_runtime_san_data_.computed.html","classes":"tsd-kind-interface tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/runtime/san-data\""},{"id":306,"kind":128,"name":"SanData","url":"classes/_src_runtime_san_data_.sandata.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"\"src/runtime/san-data\""},{"id":307,"kind":1024,"name":"data","url":"classes/_src_runtime_san_data_.sandata.html#data","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"src/runtime/san-data\".SanData"},{"id":308,"kind":1024,"name":"computed","url":"classes/_src_runtime_san_data_.sandata.html#computed","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"src/runtime/san-data\".SanData"},{"id":309,"kind":512,"name":"constructor","url":"classes/_src_runtime_san_data_.sandata.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"src/runtime/san-data\".SanData"},{"id":310,"kind":2048,"name":"get","url":"classes/_src_runtime_san_data_.sandata.html#get","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/runtime/san-data\".SanData"},{"id":311,"kind":2048,"name":"set","url":"classes/_src_runtime_san_data_.sandata.html#set","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/runtime/san-data\".SanData"},{"id":312,"kind":2048,"name":"removeAt","url":"classes/_src_runtime_san_data_.sandata.html#removeat","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/runtime/san-data\".SanData"},{"id":313,"kind":2048,"name":"parseExpr","url":"classes/_src_runtime_san_data_.sandata.html#parseexpr","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/runtime/san-data\".SanData"},{"id":314,"kind":1,"name":"\"src/utils/fs\"","url":"modules/_src_utils_fs_.html","classes":"tsd-kind-module"},{"id":315,"kind":64,"name":"readStringSync","url":"modules/_src_utils_fs_.html#readstringsync","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/fs\""},{"id":316,"kind":1,"name":"\"src/runtime/index\"","url":"modules/_src_runtime_index_.html","classes":"tsd-kind-module"},{"id":317,"kind":256,"name":"SanSSRRuntime","url":"interfaces/_src_runtime_index_.sanssrruntime.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"\"src/runtime/index\""},{"id":318,"kind":1024,"name":"_","url":"interfaces/_src_runtime_index_.sanssrruntime.html#_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"src/runtime/index\".SanSSRRuntime"},{"id":319,"kind":1024,"name":"SanData","url":"interfaces/_src_runtime_index_.sanssrruntime.html#sandata","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"src/runtime/index\".SanSSRRuntime"},{"id":320,"kind":1024,"name":"resolver","url":"interfaces/_src_runtime_index_.sanssrruntime.html#resolver","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"src/runtime/index\".SanSSRRuntime"},{"id":321,"kind":1024,"name":"exports","url":"interfaces/_src_runtime_index_.sanssrruntime.html#exports","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"src/runtime/index\".SanSSRRuntime"},{"id":322,"kind":65536,"name":"__type","url":"interfaces/_src_runtime_index_.sanssrruntime.html#exports.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"\"src/runtime/index\".SanSSRRuntime.exports"},{"id":323,"kind":32,"name":"RUNTIME_FILES","url":"modules/_src_runtime_index_.html#runtime_files","classes":"tsd-kind-variable tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/runtime/index\""},{"id":324,"kind":64,"name":"emitRuntime","url":"modules/_src_runtime_index_.html#emitruntime","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/runtime/index\""},{"id":325,"kind":64,"name":"createRuntime","url":"modules/_src_runtime_index_.html#createruntime","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/runtime/index\""},{"id":326,"kind":1,"name":"\"src/target-js/compilers/component-compiler\"","url":"modules/_src_target_js_compilers_component_compiler_.html","classes":"tsd-kind-module"},{"id":327,"kind":128,"name":"ComponentClassCompiler","url":"classes/_src_target_js_compilers_component_compiler_.componentclasscompiler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"\"src/target-js/compilers/component-compiler\""},{"id":328,"kind":512,"name":"constructor","url":"classes/_src_target_js_compilers_component_compiler_.componentclasscompiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"src/target-js/compilers/component-compiler\".ComponentClassCompiler"},{"id":329,"kind":1024,"name":"emitter","url":"classes/_src_target_js_compilers_component_compiler_.componentclasscompiler.html#emitter","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"src/target-js/compilers/component-compiler\".ComponentClassCompiler"},{"id":330,"kind":2048,"name":"compile","url":"classes/_src_target_js_compilers_component_compiler_.componentclasscompiler.html#compile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/compilers/component-compiler\".ComponentClassCompiler"},{"id":331,"kind":2048,"name":"emitObjectLiteral","url":"classes/_src_target_js_compilers_component_compiler_.componentclasscompiler.html#emitobjectliteral","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"src/target-js/compilers/component-compiler\".ComponentClassCompiler"},{"id":332,"kind":2048,"name":"emitArray","url":"classes/_src_target_js_compilers_component_compiler_.componentclasscompiler.html#emitarray","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"src/target-js/compilers/component-compiler\".ComponentClassCompiler"},{"id":333,"kind":2048,"name":"emitMethod","url":"classes/_src_target_js_compilers_component_compiler_.componentclasscompiler.html#emitmethod","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"src/target-js/compilers/component-compiler\".ComponentClassCompiler"},{"id":334,"kind":1,"name":"\"src/models/renderer\"","url":"modules/_src_models_renderer_.html","classes":"tsd-kind-module"},{"id":335,"kind":256,"name":"Renderer","url":"interfaces/_src_models_renderer_.renderer.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"\"src/models/renderer\""},{"id":336,"kind":1,"name":"\"src/models/compiler\"","url":"modules/_src_models_compiler_.html","classes":"tsd-kind-module"},{"id":337,"kind":256,"name":"Compiler","url":"interfaces/_src_models_compiler_.compiler.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"\"src/models/compiler\""},{"id":338,"kind":2048,"name":"compileToSource","url":"interfaces/_src_models_compiler_.compiler.html#compiletosource","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"src/models/compiler\".Compiler"},{"id":339,"kind":2048,"name":"compileToRenderer","url":"interfaces/_src_models_compiler_.compiler.html#compiletorenderer","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"src/models/compiler\".Compiler"},{"id":340,"kind":1,"name":"\"src/utils/dom-util\"","url":"modules/_src_utils_dom_util_.html","classes":"tsd-kind-module"},{"id":341,"kind":32,"name":"autoCloseTags","url":"modules/_src_utils_dom_util_.html#autoclosetags","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"\"src/utils/dom-util\""},{"id":342,"kind":32,"name":"booleanAttributes","url":"modules/_src_utils_dom_util_.html#booleanattributes","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"\"src/utils/dom-util\""},{"id":343,"kind":1,"name":"\"src/target-js/compilers/element-compiler\"","url":"modules/_src_target_js_compilers_element_compiler_.html","classes":"tsd-kind-module"},{"id":344,"kind":128,"name":"ElementCompiler","url":"classes/_src_target_js_compilers_element_compiler_.elementcompiler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"\"src/target-js/compilers/element-compiler\""},{"id":345,"kind":512,"name":"constructor","url":"classes/_src_target_js_compilers_element_compiler_.elementcompiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"src/target-js/compilers/element-compiler\".ElementCompiler"},{"id":346,"kind":1024,"name":"aNodeCompiler","url":"classes/_src_target_js_compilers_element_compiler_.elementcompiler.html#anodecompiler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"src/target-js/compilers/element-compiler\".ElementCompiler"},{"id":347,"kind":1024,"name":"emitter","url":"classes/_src_target_js_compilers_element_compiler_.elementcompiler.html#emitter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"src/target-js/compilers/element-compiler\".ElementCompiler"},{"id":348,"kind":2048,"name":"tagStart","url":"classes/_src_target_js_compilers_element_compiler_.elementcompiler.html#tagstart","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/compilers/element-compiler\".ElementCompiler"},{"id":349,"kind":2048,"name":"compileProperty","url":"classes/_src_target_js_compilers_element_compiler_.elementcompiler.html#compileproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"src/target-js/compilers/element-compiler\".ElementCompiler"},{"id":350,"kind":2048,"name":"compileBindProperties","url":"classes/_src_target_js_compilers_element_compiler_.elementcompiler.html#compilebindproperties","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"src/target-js/compilers/element-compiler\".ElementCompiler"},{"id":351,"kind":2048,"name":"tagEnd","url":"classes/_src_target_js_compilers_element_compiler_.elementcompiler.html#tagend","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/compilers/element-compiler\".ElementCompiler"},{"id":352,"kind":2048,"name":"inner","url":"classes/_src_target_js_compilers_element_compiler_.elementcompiler.html#inner","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/compilers/element-compiler\".ElementCompiler"},{"id":353,"kind":1,"name":"\"src/target-js/compilers/anode-compiler\"","url":"modules/_src_target_js_compilers_anode_compiler_.html","classes":"tsd-kind-module"},{"id":354,"kind":128,"name":"ANodeCompiler","url":"classes/_src_target_js_compilers_anode_compiler_.anodecompiler.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"\"src/target-js/compilers/anode-compiler\""},{"id":355,"kind":1024,"name":"ssrIndex","url":"classes/_src_target_js_compilers_anode_compiler_.anodecompiler.html#ssrindex","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"src/target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":356,"kind":1024,"name":"elementCompiler","url":"classes/_src_target_js_compilers_anode_compiler_.anodecompiler.html#elementcompiler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"src/target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":357,"kind":512,"name":"constructor","url":"classes/_src_target_js_compilers_anode_compiler_.anodecompiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"src/target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":358,"kind":1024,"name":"componentInfo","url":"classes/_src_target_js_compilers_anode_compiler_.anodecompiler.html#componentinfo","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"src/target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":359,"kind":1024,"name":"ssrOnly","url":"classes/_src_target_js_compilers_anode_compiler_.anodecompiler.html#ssronly","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"src/target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":360,"kind":1024,"name":"emitter","url":"classes/_src_target_js_compilers_anode_compiler_.anodecompiler.html#emitter","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"src/target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":361,"kind":2048,"name":"compile","url":"classes/_src_target_js_compilers_anode_compiler_.anodecompiler.html#compile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":362,"kind":2048,"name":"compileText","url":"classes/_src_target_js_compilers_anode_compiler_.anodecompiler.html#compiletext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"src/target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":363,"kind":2048,"name":"compileTemplate","url":"classes/_src_target_js_compilers_anode_compiler_.anodecompiler.html#compiletemplate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":364,"kind":2048,"name":"compileFragment","url":"classes/_src_target_js_compilers_anode_compiler_.anodecompiler.html#compilefragment","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":365,"kind":2048,"name":"compileIf","url":"classes/_src_target_js_compilers_anode_compiler_.anodecompiler.html#compileif","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"src/target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":366,"kind":2048,"name":"compileFor","url":"classes/_src_target_js_compilers_anode_compiler_.anodecompiler.html#compilefor","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"src/target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":367,"kind":2048,"name":"compileSlot","url":"classes/_src_target_js_compilers_anode_compiler_.anodecompiler.html#compileslot","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"src/target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":368,"kind":2048,"name":"compileElement","url":"classes/_src_target_js_compilers_anode_compiler_.anodecompiler.html#compileelement","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"src/target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":369,"kind":2048,"name":"outputData","url":"classes/_src_target_js_compilers_anode_compiler_.anodecompiler.html#outputdata","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"src/target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":370,"kind":2048,"name":"compileComponent","url":"classes/_src_target_js_compilers_anode_compiler_.anodecompiler.html#compilecomponent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"src/target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":371,"kind":2048,"name":"compileSlotRenderer","url":"classes/_src_target_js_compilers_anode_compiler_.anodecompiler.html#compileslotrenderer","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"src/target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":372,"kind":2048,"name":"componentDataCode","url":"classes/_src_target_js_compilers_anode_compiler_.anodecompiler.html#componentdatacode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"src/target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":373,"kind":2048,"name":"nextID","url":"classes/_src_target_js_compilers_anode_compiler_.anodecompiler.html#nextid","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"src/target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":374,"kind":1,"name":"\"src/target-js/compilers/renderer-compiler\"","url":"modules/_src_target_js_compilers_renderer_compiler_.html","classes":"tsd-kind-module"},{"id":375,"kind":128,"name":"RendererCompiler","url":"classes/_src_target_js_compilers_renderer_compiler_.renderercompiler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"\"src/target-js/compilers/renderer-compiler\""},{"id":376,"kind":512,"name":"constructor","url":"classes/_src_target_js_compilers_renderer_compiler_.renderercompiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"src/target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":377,"kind":1024,"name":"ssrOnly","url":"classes/_src_target_js_compilers_renderer_compiler_.renderercompiler.html#ssronly","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"src/target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":378,"kind":1024,"name":"emitter","url":"classes/_src_target_js_compilers_renderer_compiler_.renderercompiler.html#emitter","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"src/target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":379,"kind":2048,"name":"compileComponentRenderer","url":"classes/_src_target_js_compilers_renderer_compiler_.renderercompiler.html#compilecomponentrenderer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":380,"kind":2048,"name":"compileComponentRendererSource","url":"classes/_src_target_js_compilers_renderer_compiler_.renderercompiler.html#compilecomponentrenderersource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":381,"kind":2048,"name":"compileComponentRendererBody","url":"classes/_src_target_js_compilers_renderer_compiler_.renderercompiler.html#compilecomponentrendererbody","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":382,"kind":2048,"name":"emitInitDataInCompileTime","url":"classes/_src_target_js_compilers_renderer_compiler_.renderercompiler.html#emitinitdataincompiletime","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":383,"kind":2048,"name":"emitInitDataInRuntime","url":"classes/_src_target_js_compilers_renderer_compiler_.renderercompiler.html#emitinitdatainruntime","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":384,"kind":2048,"name":"genComponentContextCode","url":"classes/_src_target_js_compilers_renderer_compiler_.renderercompiler.html#gencomponentcontextcode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"src/target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":385,"kind":32,"name":"RENDERER_ARGS","url":"modules/_src_target_js_compilers_renderer_compiler_.html#renderer_args","classes":"tsd-kind-variable tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/target-js/compilers/renderer-compiler\""},{"id":386,"kind":1,"name":"\"src/transpilers/ts2js\"","url":"modules/_src_transpilers_ts2js_.html","classes":"tsd-kind-module"},{"id":387,"kind":32,"name":"debug","url":"modules/_src_transpilers_ts2js_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/transpilers/ts2js\""},{"id":388,"kind":64,"name":"tsSourceFile2js","url":"modules/_src_transpilers_ts2js_.html#tssourcefile2js","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/transpilers/ts2js\""},{"id":389,"kind":64,"name":"tsCode2js","url":"modules/_src_transpilers_ts2js_.html#tscode2js","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/transpilers/ts2js\""},{"id":390,"kind":1,"name":"\"src/target-js/index\"","url":"modules/_src_target_js_index_.html","classes":"tsd-kind-module"},{"id":391,"kind":128,"name":"ToJSCompiler","url":"classes/_src_target_js_index_.tojscompiler.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"\"src/target-js/index\""},{"id":392,"kind":512,"name":"constructor","url":"classes/_src_target_js_index_.tojscompiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"src/target-js/index\".ToJSCompiler"},{"id":393,"kind":1024,"name":"project","url":"classes/_src_target_js_index_.tojscompiler.html#project","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"src/target-js/index\".ToJSCompiler"},{"id":394,"kind":2048,"name":"compileToSource","url":"classes/_src_target_js_index_.tojscompiler.html#compiletosource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/index\".ToJSCompiler"},{"id":395,"kind":2048,"name":"compileToRenderer","url":"classes/_src_target_js_index_.tojscompiler.html#compiletorenderer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/target-js/index\".ToJSCompiler"},{"id":396,"kind":2048,"name":"doCompileToSource","url":"classes/_src_target_js_index_.tojscompiler.html#docompiletosource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"src/target-js/index\".ToJSCompiler"},{"id":397,"kind":2048,"name":"compileTSComponentToSource","url":"classes/_src_target_js_index_.tojscompiler.html#compiletscomponenttosource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"src/target-js/index\".ToJSCompiler"},{"id":398,"kind":2048,"name":"compileComponentClassToSource","url":"classes/_src_target_js_index_.tojscompiler.html#compilecomponentclasstosource","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"src/target-js/index\".ToJSCompiler"},{"id":399,"kind":32,"name":"debug","url":"modules/_src_target_js_index_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/target-js/index\""},{"id":400,"kind":4194304,"name":"ToJSCompileOptions","url":"modules/_src_target_js_index_.html#tojscompileoptions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"\"src/target-js/index\""},{"id":401,"kind":65536,"name":"__type","url":"modules/_src_target_js_index_.html#tojscompileoptions.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"\"src/target-js/index\".ToJSCompileOptions"},{"id":402,"kind":32,"name":"ssrOnly","url":"modules/_src_target_js_index_.html#tojscompileoptions.__type.ssronly","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"\"src/target-js/index\".ToJSCompileOptions.__type"},{"id":403,"kind":1,"name":"\"src/parsers/tsconfig\"","url":"modules/_src_parsers_tsconfig_.html","classes":"tsd-kind-module"},{"id":404,"kind":64,"name":"getDefaultTSConfigPath","url":"modules/_src_parsers_tsconfig_.html#getdefaulttsconfigpath","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/parsers/tsconfig\""},{"id":405,"kind":1,"name":"\"src/models/options\"","url":"modules/_src_models_options_.html","classes":"tsd-kind-module"},{"id":406,"kind":256,"name":"TypeScriptFileDescriptor","url":"interfaces/_src_models_options_.typescriptfiledescriptor.html","classes":"tsd-kind-interface tsd-parent-kind-module","parent":"\"src/models/options\""},{"id":407,"kind":1024,"name":"filePath","url":"interfaces/_src_models_options_.typescriptfiledescriptor.html#filepath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"src/models/options\".TypeScriptFileDescriptor"},{"id":408,"kind":1024,"name":"fileContent","url":"interfaces/_src_models_options_.typescriptfiledescriptor.html#filecontent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"src/models/options\".TypeScriptFileDescriptor"},{"id":409,"kind":4194304,"name":"ComponentClass","url":"modules/_src_models_options_.html#componentclass","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"\"src/models/options\""},{"id":410,"kind":4194304,"name":"FilePath","url":"modules/_src_models_options_.html#filepath","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"\"src/models/options\""},{"id":411,"kind":4194304,"name":"CompileInput","url":"modules/_src_models_options_.html#compileinput","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"\"src/models/options\""},{"id":412,"kind":64,"name":"isTypeScriptFileDescriptor","url":"modules/_src_models_options_.html#istypescriptfiledescriptor","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/models/options\""},{"id":413,"kind":64,"name":"isFilePath","url":"modules/_src_models_options_.html#isfilepath","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/models/options\""},{"id":414,"kind":64,"name":"isComponentClass","url":"modules/_src_models_options_.html#iscomponentclass","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/models/options\""},{"id":415,"kind":1,"name":"\"src/models/san-project\"","url":"modules/_src_models_san_project_.html","classes":"tsd-kind-module"},{"id":416,"kind":128,"name":"SanProject","url":"classes/_src_models_san_project_.sanproject.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"\"src/models/san-project\""},{"id":417,"kind":1024,"name":"tsProject","url":"classes/_src_models_san_project_.sanproject.html#tsproject","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"src/models/san-project\".SanProject"},{"id":418,"kind":1024,"name":"compilers","url":"classes/_src_models_san_project_.sanproject.html#compilers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"src/models/san-project\".SanProject"},{"id":419,"kind":512,"name":"constructor","url":"classes/_src_models_san_project_.sanproject.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"src/models/san-project\".SanProject"},{"id":420,"kind":1024,"name":"tsConfigFilePath","url":"classes/_src_models_san_project_.sanproject.html#tsconfigfilepath","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"src/models/san-project\".SanProject"},{"id":421,"kind":2048,"name":"compile","url":"classes/_src_models_san_project_.sanproject.html#compile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/models/san-project\".SanProject"},{"id":422,"kind":2048,"name":"compileToSource","url":"classes/_src_models_san_project_.sanproject.html#compiletosource","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"\"src/models/san-project\".SanProject"},{"id":423,"kind":2048,"name":"parseSanSourceFile","url":"classes/_src_models_san_project_.sanproject.html#parsesansourcefile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/models/san-project\".SanProject"},{"id":424,"kind":2048,"name":"compileToRenderer","url":"classes/_src_models_san_project_.sanproject.html#compiletorenderer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/models/san-project\".SanProject"},{"id":425,"kind":2048,"name":"getCompilerOptionsOrThrow","url":"classes/_src_models_san_project_.sanproject.html#getcompileroptionsorthrow","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/models/san-project\".SanProject"},{"id":426,"kind":2048,"name":"getOrCreateCompilerInstance","url":"classes/_src_models_san_project_.sanproject.html#getorcreatecompilerinstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"\"src/models/san-project\".SanProject"},{"id":427,"kind":2048,"name":"loadCompilerClass","url":"classes/_src_models_san_project_.sanproject.html#loadcompilerclass","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"src/models/san-project\".SanProject"},{"id":428,"kind":2048,"name":"createOrRefreshSourceFile","url":"classes/_src_models_san_project_.sanproject.html#createorrefreshsourcefile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"src/models/san-project\".SanProject"},{"id":429,"kind":4194304,"name":"CompilerClass","url":"modules/_src_models_san_project_.html#compilerclass","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter tsd-is-not-exported","parent":"\"src/models/san-project\""},{"id":430,"kind":65536,"name":"__type","url":"modules/_src_models_san_project_.html#compilerclass.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"src/models/san-project\".CompilerClass"},{"id":431,"kind":512,"name":"constructor","url":"modules/_src_models_san_project_.html#compilerclass.__type.constructor","classes":"tsd-kind-constructor tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"src/models/san-project\".CompilerClass.__type"},{"id":432,"kind":1,"name":"\"src/utils/buffer\"","url":"modules/_src_utils_buffer_.html","classes":"tsd-kind-module"},{"id":433,"kind":64,"name":"byteCount","url":"modules/_src_utils_buffer_.html#bytecount","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/buffer\""},{"id":434,"kind":1,"name":"\"src/bin/ssr\"","url":"modules/_src_bin_ssr_.html","classes":"tsd-kind-module"},{"id":435,"kind":4194304,"name":"OptionValue","url":"modules/_src_bin_ssr_.html#optionvalue","classes":"tsd-kind-type-alias tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/bin/ssr\""},{"id":436,"kind":32,"name":"target","url":"modules/_src_bin_ssr_.html#target","classes":"tsd-kind-variable tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/bin/ssr\""},{"id":437,"kind":32,"name":"options","url":"modules/_src_bin_ssr_.html#options","classes":"tsd-kind-variable tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/bin/ssr\""},{"id":438,"kind":32,"name":"tsConfigFilePath","url":"modules/_src_bin_ssr_.html#tsconfigfilepath","classes":"tsd-kind-variable tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/bin/ssr\""},{"id":439,"kind":32,"name":"outputFile","url":"modules/_src_bin_ssr_.html#outputfile","classes":"tsd-kind-variable tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/bin/ssr\""},{"id":440,"kind":32,"name":"componentFile","url":"modules/_src_bin_ssr_.html#componentfile","classes":"tsd-kind-variable tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/bin/ssr\""},{"id":441,"kind":32,"name":"project","url":"modules/_src_bin_ssr_.html#project","classes":"tsd-kind-variable tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/bin/ssr\""},{"id":442,"kind":32,"name":"targetCode","url":"modules/_src_bin_ssr_.html#targetcode","classes":"tsd-kind-variable tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/bin/ssr\""},{"id":443,"kind":1,"name":"\"src/utils/case\"","url":"modules/_src_utils_case_.html","classes":"tsd-kind-module"},{"id":444,"kind":32,"name":"debug","url":"modules/_src_utils_case_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/utils/case\""},{"id":445,"kind":64,"name":"parseSanHTML","url":"modules/_src_utils_case_.html#parsesanhtml","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/case\""},{"id":446,"kind":64,"name":"assertSanHTMLEqual","url":"modules/_src_utils_case_.html#assertsanhtmlequal","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/case\""},{"id":447,"kind":64,"name":"assertDeepEqual","url":"modules/_src_utils_case_.html#assertdeepequal","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/case\""},{"id":448,"kind":64,"name":"compareSanHTML","url":"modules/_src_utils_case_.html#comparesanhtml","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/case\""},{"id":449,"kind":64,"name":"deepEqual","url":"modules/_src_utils_case_.html#deepequal","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/utils/case\""},{"id":450,"kind":64,"name":"isObject","url":"modules/_src_utils_case_.html#isobject","classes":"tsd-kind-function tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/utils/case\""},{"id":451,"kind":1,"name":"\"src/index\"","url":"modules/_src_index_.html","classes":"tsd-kind-module"},{"id":452,"kind":16777216,"name":"parseSanHTML","url":"modules/_src_index_.html#parsesanhtml","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"\"src/index\""},{"id":453,"kind":16777216,"name":"compareSanHTML","url":"modules/_src_index_.html#comparesanhtml","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"\"src/index\""},{"id":454,"kind":16777216,"name":"assertDeepEqual","url":"modules/_src_index_.html#assertdeepequal","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"\"src/index\""},{"id":455,"kind":16777216,"name":"assertSanHTMLEqual","url":"modules/_src_index_.html#assertsanhtmlequal","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"\"src/index\""},{"id":456,"kind":16777216,"name":"autoCloseTags","url":"modules/_src_index_.html#autoclosetags","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"\"src/index\""},{"id":457,"kind":16777216,"name":"booleanAttributes","url":"modules/_src_index_.html#booleanattributes","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"\"src/index\""},{"id":458,"kind":16777216,"name":"getANodePropByName","url":"modules/_src_index_.html#getanodepropbyname","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"\"src/index\""},{"id":459,"kind":16777216,"name":"Emitter","url":"modules/_src_index_.html#emitter","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"\"src/index\""},{"id":460,"kind":16777216,"name":"_","url":"modules/_src_index_.html#_","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"\"src/index\""},{"id":461,"kind":16777216,"name":"SanSourceFile","url":"modules/_src_index_.html#sansourcefile","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"\"src/index\""},{"id":462,"kind":16777216,"name":"TypedSanSourceFile","url":"modules/_src_index_.html#typedsansourcefile","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"\"src/index\""},{"id":463,"kind":16777216,"name":"DynamicSanSourceFile","url":"modules/_src_index_.html#dynamicsansourcefile","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"\"src/index\""},{"id":464,"kind":16777216,"name":"isTypedSanSourceFile","url":"modules/_src_index_.html#istypedsansourcefile","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"\"src/index\""},{"id":465,"kind":16777216,"name":"SanProject","url":"modules/_src_index_.html#sanproject","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"\"src/index\""},{"id":466,"kind":16777216,"name":"Compiler","url":"modules/_src_index_.html#compiler","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"\"src/index\""},{"id":467,"kind":16777216,"name":"ComponentInfo","url":"modules/_src_index_.html#componentinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"\"src/index\""},{"id":468,"kind":16777216,"name":"TypedComponentInfo","url":"modules/_src_index_.html#typedcomponentinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"\"src/index\""},{"id":469,"kind":16777216,"name":"DynamicComponentInfo","url":"modules/_src_index_.html#dynamiccomponentinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"\"src/index\""},{"id":470,"kind":16777216,"name":"isTypedComponentInfo","url":"modules/_src_index_.html#istypedcomponentinfo","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"\"src/index\""},{"id":471,"kind":16777216,"name":"ComponentReference","url":"modules/_src_index_.html#componentreference","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"\"src/index\""},{"id":472,"kind":16777216,"name":"COMPONENT_RESERVED_MEMBERS","url":"modules/_src_index_.html#component_reserved_members","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"\"src/index\""},{"id":473,"kind":16777216,"name":"CompileInput","url":"modules/_src_index_.html#compileinput","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"\"src/index\""},{"id":474,"kind":32,"name":"defaultProject","url":"modules/_src_index_.html#defaultproject","classes":"tsd-kind-variable tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/index\""},{"id":475,"kind":64,"name":"compileToSource","url":"modules/_src_index_.html#compiletosource","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/index\""},{"id":476,"kind":64,"name":"compileToRenderer","url":"modules/_src_index_.html#compiletorenderer","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/index\""},{"id":477,"kind":1,"name":"\"src/fixtures/case\"","url":"modules/_src_fixtures_case_.html","classes":"tsd-kind-module"},{"id":478,"kind":32,"name":"debug","url":"modules/_src_fixtures_case_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/fixtures/case\""},{"id":479,"kind":32,"name":"caseRoot","url":"modules/_src_fixtures_case_.html#caseroot","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"\"src/fixtures/case\""},{"id":480,"kind":32,"name":"tsConfigFilePath","url":"modules/_src_fixtures_case_.html#tsconfigfilepath","classes":"tsd-kind-variable tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/fixtures/case\""},{"id":481,"kind":32,"name":"sanProject","url":"modules/_src_fixtures_case_.html#sanproject","classes":"tsd-kind-variable tsd-parent-kind-module tsd-is-not-exported","parent":"\"src/fixtures/case\""},{"id":482,"kind":64,"name":"jsExists","url":"modules/_src_fixtures_case_.html#jsexists","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/fixtures/case\""},{"id":483,"kind":64,"name":"tsExists","url":"modules/_src_fixtures_case_.html#tsexists","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/fixtures/case\""},{"id":484,"kind":64,"name":"ls","url":"modules/_src_fixtures_case_.html#ls","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/fixtures/case\""},{"id":485,"kind":64,"name":"readExpected","url":"modules/_src_fixtures_case_.html#readexpected","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/fixtures/case\""},{"id":486,"kind":64,"name":"compileJS","url":"modules/_src_fixtures_case_.html#compilejs","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/fixtures/case\""},{"id":487,"kind":64,"name":"compileTS","url":"modules/_src_fixtures_case_.html#compilets","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/fixtures/case\""},{"id":488,"kind":64,"name":"compileCaseToRenderer","url":"modules/_src_fixtures_case_.html#compilecasetorenderer","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/fixtures/case\""},{"id":489,"kind":64,"name":"readCaseData","url":"modules/_src_fixtures_case_.html#readcasedata","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/fixtures/case\""},{"id":490,"kind":64,"name":"getRenderArguments","url":"modules/_src_fixtures_case_.html#getrenderarguments","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/fixtures/case\""},{"id":491,"kind":64,"name":"renderOnthefly","url":"modules/_src_fixtures_case_.html#renderonthefly","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"src/fixtures/case\""},{"id":492,"kind":1,"name":"\"src/models/component-id\"","url":"modules/_src_models_component_id_.html","classes":"tsd-kind-module"}],"index":{"version":"2.3.8","fields":["name","parent"],"fieldVectors":[["name/0",[0,15.488,1,31.69]],["parent/0",[]],["name/1",[2,54.01]],["parent/1",[0,2.026,1,4.146]],["name/2",[3,54.01]],["parent/2",[0,2.026,4,4.738]],["name/3",[5,41.506]],["parent/3",[0,2.026,4,4.738]],["name/4",[6,54.01]],["parent/4",[0,2.026,4,4.738]],["name/5",[7,59.229]],["parent/5",[0,2.026,1,4.146]],["name/6",[8,48.004]],["parent/6",[0,2.026,9,4.498]],["name/7",[3,54.01]],["parent/7",[0,2.026,9,4.498]],["name/8",[5,41.506]],["parent/8",[0,2.026,9,4.498]],["name/9",[6,54.01]],["parent/9",[0,2.026,9,4.498]],["name/10",[10,59.229]],["parent/10",[0,2.026,1,4.146]],["name/11",[11,59.229]],["parent/11",[0,2.026,1,4.146]],["name/12",[12,59.229]],["parent/12",[0,2.026,1,4.146]],["name/13",[13,26.905,14,23.651]],["parent/13",[]],["name/14",[15,42.785]],["parent/14",[13,3.52,14,3.094]],["name/15",[16,59.229]],["parent/15",[13,3.52,14,3.094]],["name/16",[17,59.229]],["parent/16",[13,3.52,14,3.094]],["name/17",[18,59.229]],["parent/17",[13,3.52,14,3.094]],["name/18",[19,59.229]],["parent/18",[13,3.52,14,3.094]],["name/19",[20,59.229]],["parent/19",[13,3.52,14,3.094]],["name/20",[21,59.229]],["parent/20",[13,3.52,14,3.094]],["name/21",[22,59.229]],["parent/21",[13,3.52,14,3.094]],["name/22",[23,59.229]],["parent/22",[13,3.52,14,3.094]],["name/23",[24,59.229]],["parent/23",[13,3.52,14,3.094]],["name/24",[25,59.229]],["parent/24",[13,3.52,14,3.094]],["name/25",[0,21.625]],["parent/25",[]],["name/26",[26,50.572]],["parent/26",[0,2.588]],["name/27",[27,59.229]],["parent/27",[0,2.588]],["name/28",[8,48.004]],["parent/28",[0,2.588]],["name/29",[28,54.01]],["parent/29",[0,2.588]],["name/30",[29,59.229]],["parent/30",[0,2.588]],["name/31",[0,15.488,30,30.643]],["parent/31",[]],["name/32",[31,59.229]],["parent/32",[0,2.026,30,4.009]],["name/33",[32,34.128]],["parent/33",[0,2.026,33,3.782]],["name/34",[5,41.506]],["parent/34",[0,2.026,33,3.782]],["name/35",[34,38.418]],["parent/35",[0,2.026,33,3.782]],["name/36",[35,48.004]],["parent/36",[0,2.026,33,3.782]],["name/37",[36,50.572]],["parent/37",[0,2.026,33,3.782]],["name/38",[37,50.572]],["parent/38",[0,2.026,33,3.782]],["name/39",[38,50.572]],["parent/39",[0,2.026,33,3.782]],["name/40",[39,50.572]],["parent/40",[0,2.026,33,3.782]],["name/41",[40,50.572]],["parent/41",[0,2.026,33,3.782]],["name/42",[41,54.01]],["parent/42",[0,2.026,30,4.009]],["name/43",[42,59.229]],["parent/43",[0,2.026,43,3.6]],["name/44",[32,34.128]],["parent/44",[0,2.026,43,3.6]],["name/45",[8,48.004]],["parent/45",[0,2.026,43,3.6]],["name/46",[37,50.572]],["parent/46",[0,2.026,43,3.6]],["name/47",[38,50.572]],["parent/47",[0,2.026,43,3.6]],["name/48",[39,50.572]],["parent/48",[0,2.026,43,3.6]],["name/49",[5,41.506]],["parent/49",[0,2.026,43,3.6]],["name/50",[34,38.418]],["parent/50",[0,2.026,43,3.6]],["name/51",[35,48.004]],["parent/51",[0,2.026,43,3.6]],["name/52",[36,50.572]],["parent/52",[0,2.026,43,3.6]],["name/53",[40,50.572]],["parent/53",[0,2.026,43,3.6]],["name/54",[44,54.01]],["parent/54",[0,2.026,30,4.009]],["name/55",[45,59.229]],["parent/55",[0,2.026,46,3.52]],["name/56",[47,59.229]],["parent/56",[0,2.026,46,3.52]],["name/57",[32,34.128]],["parent/57",[0,2.026,46,3.52]],["name/58",[48,59.229]],["parent/58",[0,2.026,46,3.52]],["name/59",[37,50.572]],["parent/59",[0,2.026,46,3.52]],["name/60",[38,50.572]],["parent/60",[0,2.026,46,3.52]],["name/61",[39,50.572]],["parent/61",[0,2.026,46,3.52]],["name/62",[5,41.506]],["parent/62",[0,2.026,46,3.52]],["name/63",[34,38.418]],["parent/63",[0,2.026,46,3.52]],["name/64",[35,48.004]],["parent/64",[0,2.026,46,3.52]],["name/65",[36,50.572]],["parent/65",[0,2.026,46,3.52]],["name/66",[40,50.572]],["parent/66",[0,2.026,46,3.52]],["name/67",[49,59.229]],["parent/67",[0,2.026,30,4.009]],["name/68",[50,50.572]],["parent/68",[0,2.026,30,4.009]],["name/69",[51,54.01]],["parent/69",[0,2.026,30,4.009]],["name/70",[52,14.399,53,17.607,54,23.869]],["parent/70",[]],["name/71",[55,59.229]],["parent/71",[52,1.987,53,2.429,54,3.293]],["name/72",[32,34.128]],["parent/72",[52,1.987,53,2.429,56,3.695]],["name/73",[57,50.572]],["parent/73",[52,1.987,53,2.429,56,3.695]],["name/74",[58,50.572]],["parent/74",[52,1.987,53,2.429,56,3.695]],["name/75",[59,50.572]],["parent/75",[52,1.987,53,2.429,56,3.695]],["name/76",[60,54.01]],["parent/76",[52,1.987,53,2.429,54,3.293]],["name/77",[32,34.128]],["parent/77",[52,1.987,53,2.429,61,3.537]],["name/78",[62,48.004]],["parent/78",[52,1.987,53,2.429,61,3.537]],["name/79",[58,50.572]],["parent/79",[52,1.987,53,2.429,61,3.537]],["name/80",[59,50.572]],["parent/80",[52,1.987,53,2.429,61,3.537]],["name/81",[57,50.572]],["parent/81",[52,1.987,53,2.429,61,3.537]],["name/82",[63,54.01]],["parent/82",[52,1.987,53,2.429,54,3.293]],["name/83",[32,34.128]],["parent/83",[52,1.987,53,2.429,64,3.406]],["name/84",[65,59.229]],["parent/84",[52,1.987,53,2.429,64,3.406]],["name/85",[59,50.572]],["parent/85",[52,1.987,53,2.429,64,3.406]],["name/86",[66,59.229]],["parent/86",[52,1.987,53,2.429,64,3.406]],["name/87",[57,50.572]],["parent/87",[52,1.987,53,2.429,64,3.406]],["name/88",[58,50.572]],["parent/88",[52,1.987,53,2.429,64,3.406]],["name/89",[15,42.785]],["parent/89",[52,1.987,53,2.429,54,3.293]],["name/90",[67,54.01]],["parent/90",[52,1.987,53,2.429,54,3.293]],["name/91",[68,54.01]],["parent/91",[52,1.987,53,2.429,54,3.293]],["name/92",[69,48.004]],["parent/92",[]],["name/93",[70,59.229]],["parent/93",[69,5.745]],["name/94",[71,59.229]],["parent/94",[69,5.745]],["name/95",[72,59.229]],["parent/95",[69,5.745]],["name/96",[73,23.285,74,23.285]],["parent/96",[]],["name/97",[75,59.229]],["parent/97",[73,3.046,74,3.046]],["name/98",[76,59.229]],["parent/98",[73,3.046,74,3.046]],["name/99",[77,59.229]],["parent/99",[73,3.046,74,3.046]],["name/100",[78,59.229]],["parent/100",[73,3.046,74,3.046]],["name/101",[79,59.229]],["parent/101",[73,3.046,74,3.046]],["name/102",[80,59.229]],["parent/102",[73,3.046,74,3.046]],["name/103",[81,59.229]],["parent/103",[73,3.046,74,3.046]],["name/104",[82,59.229]],["parent/104",[73,3.046,74,3.046]],["name/105",[83,59.229]],["parent/105",[73,3.046,74,3.046]],["name/106",[84,59.229]],["parent/106",[73,3.046,74,3.046]],["name/107",[85,59.229]],["parent/107",[73,3.046,74,3.046]],["name/108",[86,59.229]],["parent/108",[73,3.046,74,3.046]],["name/109",[87,59.229]],["parent/109",[73,3.046,74,3.046]],["name/110",[88,59.229]],["parent/110",[73,3.046,74,3.046]],["name/111",[89,59.229]],["parent/111",[73,3.046,74,3.046]],["name/112",[90,59.229]],["parent/112",[73,3.046,74,3.046]],["name/113",[91,59.229]],["parent/113",[73,3.046,74,3.046]],["name/114",[92,59.229]],["parent/114",[73,3.046,74,3.046]],["name/115",[93,59.229]],["parent/115",[73,3.046,74,3.046]],["name/116",[14,23.651,94,34.38]],["parent/116",[]],["name/117",[95,54.01]],["parent/117",[14,3.094,94,4.498]],["name/118",[96,59.229]],["parent/118",[14,3.094,94,4.498]],["name/119",[97,59.229]],["parent/119",[14,3.094,94,4.498]],["name/120",[34,27.515,98,29.727]],["parent/120",[]],["name/121",[99,59.229]],["parent/121",[34,3.6,98,3.889]],["name/122",[100,59.229]],["parent/122",[34,3.6,98,3.889]],["name/123",[101,59.229]],["parent/123",[34,3.6,98,3.889]],["name/124",[102,59.229]],["parent/124",[34,3.6,98,3.889]],["name/125",[103,59.229]],["parent/125",[34,3.6,98,3.889]],["name/126",[104,59.229]],["parent/126",[34,3.6,98,3.889]],["name/127",[105,59.229]],["parent/127",[34,3.6,98,3.889]],["name/128",[106,21.432,107,20.957,108,25.636]],["parent/128",[]],["name/129",[109,59.229]],["parent/129",[106,2.957,107,2.892,108,3.537]],["name/130",[5,41.506]],["parent/130",[106,2.957,107,2.892,110,3.108]],["name/131",[111,59.229]],["parent/131",[106,2.957,107,2.892,110,3.108]],["name/132",[32,34.128]],["parent/132",[106,2.957,107,2.892,110,3.108]],["name/133",[35,48.004]],["parent/133",[106,2.957,107,2.892,110,3.108]],["name/134",[62,48.004]],["parent/134",[106,2.957,107,2.892,110,3.108]],["name/135",[112,54.01]],["parent/135",[106,2.957,107,2.892,110,3.108]],["name/136",[113,59.229]],["parent/136",[106,2.957,107,2.892,110,3.108]],["name/137",[114,59.229]],["parent/137",[106,2.957,107,2.892,110,3.108]],["name/138",[115,59.229]],["parent/138",[106,2.957,107,2.892,110,3.108]],["name/139",[116,38.681,117,38.681]],["parent/139",[]],["name/140",[118,59.229]],["parent/140",[116,5.06,117,5.06]],["name/141",[108,25.636,119,25.636,120,25.636]],["parent/141",[]],["name/142",[121,59.229]],["parent/142",[108,3.537,119,3.537,120,3.537]],["name/143",[112,54.01]],["parent/143",[119,3.537,120,3.537,122,4.157]],["name/144",[123,59.229]],["parent/144",[119,3.537,120,3.537,122,4.157]],["name/145",[15,42.785]],["parent/145",[108,3.537,119,3.537,120,3.537]],["name/146",[124,54.01]],["parent/146",[]],["name/147",[125,41.506]],["parent/147",[124,6.464]],["name/148",[126,59.229]],["parent/148",[127,3.891]],["name/149",[128,59.229]],["parent/149",[127,3.891]],["name/150",[129,54.01]],["parent/150",[127,3.891]],["name/151",[32,34.128]],["parent/151",[127,3.891]],["name/152",[130,54.01]],["parent/152",[127,3.891]],["name/153",[131,54.01]],["parent/153",[127,3.891]],["name/154",[132,54.01]],["parent/154",[127,3.891]],["name/155",[133,54.01]],["parent/155",[127,3.891]],["name/156",[134,54.01]],["parent/156",[127,3.891]],["name/157",[135,54.01]],["parent/157",[127,3.891]],["name/158",[136,54.01]],["parent/158",[127,3.891]],["name/159",[137,54.01]],["parent/159",[127,3.891]],["name/160",[138,54.01]],["parent/160",[127,3.891]],["name/161",[139,54.01]],["parent/161",[127,3.891]],["name/162",[140,54.01]],["parent/162",[127,3.891]],["name/163",[141,54.01]],["parent/163",[127,3.891]],["name/164",[142,54.01]],["parent/164",[127,3.891]],["name/165",[143,59.229]],["parent/165",[127,3.891]],["name/166",[144,59.229]],["parent/166",[127,3.891]],["name/167",[145,59.229]],["parent/167",[127,3.891]],["name/168",[146,33.023]],["parent/168",[]],["name/169",[147,59.229]],["parent/169",[146,3.952]],["name/170",[148,59.229]],["parent/170",[149,7.089]],["name/171",[150,59.229]],["parent/171",[146,3.952]],["name/172",[107,37.566]],["parent/172",[151,6.053]],["name/173",[152,59.229]],["parent/173",[151,6.053]],["name/174",[5,41.506]],["parent/174",[151,6.053]],["name/175",[153,54.01]],["parent/175",[146,3.952]],["name/176",[154,59.229]],["parent/176",[146,3.952]],["name/177",[155,40.37]],["parent/177",[156,4.402]],["name/178",[155,40.37]],["parent/178",[156,4.402]],["name/179",[155,40.37]],["parent/179",[156,4.402]],["name/180",[155,40.37]],["parent/180",[156,4.402]],["name/181",[]],["parent/181",[156,4.402]],["name/182",[]],["parent/182",[156,4.402]],["name/183",[]],["parent/183",[156,4.402]],["name/184",[]],["parent/184",[156,4.402]],["name/185",[155,40.37]],["parent/185",[156,4.402]],["name/186",[155,40.37]],["parent/186",[156,4.402]],["name/187",[155,40.37]],["parent/187",[156,4.402]],["name/188",[155,40.37]],["parent/188",[156,4.402]],["name/189",[155,40.37]],["parent/189",[156,4.402]],["name/190",[157,59.229]],["parent/190",[146,3.952]],["name/191",[158,54.01]],["parent/191",[146,3.952]],["name/192",[159,54.01]],["parent/192",[146,3.952]],["name/193",[160,54.01]],["parent/193",[146,3.952]],["name/194",[161,54.01]],["parent/194",[146,3.952]],["name/195",[162,54.01]],["parent/195",[146,3.952]],["name/196",[163,54.01]],["parent/196",[146,3.952]],["name/197",[164,54.01]],["parent/197",[146,3.952]],["name/198",[165,54.01]],["parent/198",[146,3.952]],["name/199",[166,54.01]],["parent/199",[146,3.952]],["name/200",[167,54.01]],["parent/200",[146,3.952]],["name/201",[168,54.01]],["parent/201",[146,3.952]],["name/202",[169,54.01]],["parent/202",[146,3.952]],["name/203",[170,50.572]],["parent/203",[146,3.952]],["name/204",[168,54.01]],["parent/204",[171,4.496]],["name/205",[158,54.01]],["parent/205",[171,4.496]],["name/206",[166,54.01]],["parent/206",[171,4.496]],["name/207",[165,54.01]],["parent/207",[171,4.496]],["name/208",[164,54.01]],["parent/208",[171,4.496]],["name/209",[153,54.01]],["parent/209",[171,4.496]],["name/210",[159,54.01]],["parent/210",[171,4.496]],["name/211",[161,54.01]],["parent/211",[171,4.496]],["name/212",[163,54.01]],["parent/212",[171,4.496]],["name/213",[162,54.01]],["parent/213",[171,4.496]],["name/214",[167,54.01]],["parent/214",[171,4.496]],["name/215",[169,54.01]],["parent/215",[171,4.496]],["name/216",[172,9.2,173,38.681]],["parent/216",[]],["name/217",[174,59.229]],["parent/217",[172,1.204,173,5.06]],["name/218",[175,59.229]],["parent/218",[172,1.204,176,4.306]],["name/219",[177,59.229]],["parent/219",[172,1.204,176,4.306]],["name/220",[178,54.01]],["parent/220",[172,1.204,176,4.306]],["name/221",[179,59.229]],["parent/221",[172,1.204,176,4.306]],["name/222",[180,59.229]],["parent/222",[172,1.204,176,4.306]],["name/223",[172,7.166,181,16.259,182,16.893]],["parent/223",[]],["name/224",[183,59.229]],["parent/224",[172,0.989,181,2.244,182,2.331]],["name/225",[184,59.229]],["parent/225",[172,0.989,181,2.244,185,2.775]],["name/226",[186,59.229]],["parent/226",[172,0.989,181,2.244,185,2.775]],["name/227",[187,59.229]],["parent/227",[172,0.989,181,2.244,185,2.775]],["name/228",[188,59.229]],["parent/228",[172,0.989,181,2.244,185,2.775]],["name/229",[189,59.229]],["parent/229",[172,0.989,181,2.244,185,2.775]],["name/230",[190,59.229]],["parent/230",[172,0.989,181,2.244,185,2.775]],["name/231",[191,59.229]],["parent/231",[172,0.989,181,2.244,185,2.775]],["name/232",[192,59.229]],["parent/232",[172,0.989,181,2.244,185,2.775]],["name/233",[193,59.229]],["parent/233",[172,0.989,181,2.244,185,2.775]],["name/234",[194,59.229]],["parent/234",[172,0.989,181,2.244,185,2.775]],["name/235",[195,59.229]],["parent/235",[172,0.989,181,2.244,185,2.775]],["name/236",[196,59.229]],["parent/236",[172,0.989,181,2.244,185,2.775]],["name/237",[197,59.229]],["parent/237",[172,0.989,181,2.244,185,2.775]],["name/238",[198,59.229]],["parent/238",[172,0.989,181,2.244,185,2.775]],["name/239",[199,59.229]],["parent/239",[172,0.989,181,2.244,182,2.331]],["name/240",[200,59.229]],["parent/240",[172,0.989,181,2.244,182,2.331]],["name/241",[201,59.229]],["parent/241",[172,0.989,181,2.244,182,2.331]],["name/242",[202,59.229]],["parent/242",[172,0.989,181,2.244,182,2.331]],["name/243",[203,59.229]],["parent/243",[172,0.989,181,2.244,182,2.331]],["name/244",[204,59.229]],["parent/244",[172,0.989,181,2.244,182,2.331]],["name/245",[178,54.01]],["parent/245",[172,0.989,181,2.244,182,2.331]],["name/246",[205,59.229]],["parent/246",[172,0.989,181,2.244,182,2.331]],["name/247",[206,59.229]],["parent/247",[172,0.989,181,2.244,182,2.331]],["name/248",[207,59.229]],["parent/248",[172,0.989,181,2.244,182,2.331]],["name/249",[208,59.229]],["parent/249",[172,0.989,181,2.244,182,2.331]],["name/250",[209,59.229]],["parent/250",[172,0.989,181,2.244,182,2.331]],["name/251",[125,23.155,172,7.166,210,14.117]],["parent/251",[]],["name/252",[211,59.229]],["parent/252",[125,3.195,172,0.989,210,1.948]],["name/253",[212,59.229]],["parent/253",[172,0.989,210,1.948,213,1.987]],["name/254",[132,54.01]],["parent/254",[172,0.989,210,1.948,213,1.987]],["name/255",[131,54.01]],["parent/255",[172,0.989,210,1.948,213,1.987]],["name/256",[214,59.229]],["parent/256",[172,0.989,210,1.948,213,1.987]],["name/257",[215,59.229]],["parent/257",[172,0.989,210,1.948,213,1.987]],["name/258",[216,59.229]],["parent/258",[172,0.989,210,1.948,213,1.987]],["name/259",[217,59.229]],["parent/259",[172,0.989,210,1.948,213,1.987]],["name/260",[218,59.229]],["parent/260",[172,0.989,210,1.948,213,1.987]],["name/261",[219,59.229]],["parent/261",[172,0.989,210,1.948,213,1.987]],["name/262",[220,59.229]],["parent/262",[172,0.989,210,1.948,213,1.987]],["name/263",[221,59.229]],["parent/263",[172,0.989,210,1.948,213,1.987]],["name/264",[222,59.229]],["parent/264",[172,0.989,210,1.948,213,1.987]],["name/265",[223,59.229]],["parent/265",[172,0.989,210,1.948,213,1.987]],["name/266",[224,59.229]],["parent/266",[172,0.989,210,1.948,213,1.987]],["name/267",[225,59.229]],["parent/267",[172,0.989,210,1.948,213,1.987]],["name/268",[226,59.229]],["parent/268",[172,0.989,210,1.948,213,1.987]],["name/269",[227,59.229]],["parent/269",[172,0.989,210,1.948,213,1.987]],["name/270",[228,59.229]],["parent/270",[172,0.989,210,1.948,213,1.987]],["name/271",[229,59.229]],["parent/271",[172,0.989,210,1.948,213,1.987]],["name/272",[230,59.229]],["parent/272",[172,0.989,210,1.948,213,1.987]],["name/273",[231,59.229]],["parent/273",[172,0.989,210,1.948,213,1.987]],["name/274",[232,59.229]],["parent/274",[172,0.989,210,1.948,213,1.987]],["name/275",[233,59.229]],["parent/275",[172,0.989,210,1.948,213,1.987]],["name/276",[234,59.229]],["parent/276",[172,0.989,210,1.948,213,1.987]],["name/277",[235,59.229]],["parent/277",[172,0.989,210,1.948,213,1.987]],["name/278",[236,59.229]],["parent/278",[172,0.989,210,1.948,213,1.987]],["name/279",[129,54.01]],["parent/279",[172,0.989,210,1.948,213,1.987]],["name/280",[32,34.128]],["parent/280",[172,0.989,210,1.948,213,1.987]],["name/281",[130,54.01]],["parent/281",[172,0.989,210,1.948,213,1.987]],["name/282",[133,54.01]],["parent/282",[172,0.989,210,1.948,213,1.987]],["name/283",[134,54.01]],["parent/283",[172,0.989,210,1.948,213,1.987]],["name/284",[135,54.01]],["parent/284",[172,0.989,210,1.948,213,1.987]],["name/285",[136,54.01]],["parent/285",[172,0.989,210,1.948,213,1.987]],["name/286",[137,54.01]],["parent/286",[172,0.989,210,1.948,213,1.987]],["name/287",[138,54.01]],["parent/287",[172,0.989,210,1.948,213,1.987]],["name/288",[139,54.01]],["parent/288",[172,0.989,210,1.948,213,1.987]],["name/289",[140,54.01]],["parent/289",[172,0.989,210,1.948,213,1.987]],["name/290",[141,54.01]],["parent/290",[172,0.989,210,1.948,213,1.987]],["name/291",[142,54.01]],["parent/291",[172,0.989,210,1.948,213,1.987]],["name/292",[237,50.572]],["parent/292",[]],["name/293",[238,54.01]],["parent/293",[237,6.053]],["name/294",[239,59.229]],["parent/294",[240,5.745]],["name/295",[241,42.785]],["parent/295",[242,7.089]],["name/296",[243,59.229]],["parent/296",[240,5.745]],["name/297",[241,42.785]],["parent/297",[244,7.089]],["name/298",[245,59.229]],["parent/298",[240,5.745]],["name/299",[241,42.785]],["parent/299",[246,7.089]],["name/300",[247,59.229]],["parent/300",[240,5.745]],["name/301",[241,42.785]],["parent/301",[248,7.089]],["name/302",[249,59.229]],["parent/302",[237,6.053]],["name/303",[250,27.515,251,32.912]],["parent/303",[]],["name/304",[252,59.229]],["parent/304",[250,3.6,251,4.306]],["name/305",[26,50.572]],["parent/305",[250,3.6,251,4.306]],["name/306",[253,54.01]],["parent/306",[250,3.6,251,4.306]],["name/307",[251,45.954]],["parent/307",[250,3.6,254,4.009]],["name/308",[26,50.572]],["parent/308",[250,3.6,254,4.009]],["name/309",[32,34.128]],["parent/309",[250,3.6,254,4.009]],["name/310",[255,59.229]],["parent/310",[250,3.6,254,4.009]],["name/311",[256,59.229]],["parent/311",[250,3.6,254,4.009]],["name/312",[257,59.229]],["parent/312",[250,3.6,254,4.009]],["name/313",[258,59.229]],["parent/313",[250,3.6,254,4.009]],["name/314",[259,54.01]],["parent/314",[]],["name/315",[260,59.229]],["parent/315",[259,6.464]],["name/316",[261,45.954]],["parent/316",[]],["name/317",[262,59.229]],["parent/317",[261,5.5]],["name/318",[170,50.572]],["parent/318",[263,5.745]],["name/319",[253,54.01]],["parent/319",[263,5.745]],["name/320",[238,54.01]],["parent/320",[263,5.745]],["name/321",[264,59.229]],["parent/321",[263,5.745]],["name/322",[241,42.785]],["parent/322",[265,7.089]],["name/323",[266,59.229]],["parent/323",[261,5.5]],["name/324",[267,59.229]],["parent/324",[261,5.5]],["name/325",[268,59.229]],["parent/325",[261,5.5]],["name/326",[172,7.166,182,16.893,269,23.155]],["parent/326",[]],["name/327",[270,59.229]],["parent/327",[172,0.989,182,2.331,269,3.195]],["name/328",[32,34.128]],["parent/328",[172,0.989,269,3.195,271,3.406]],["name/329",[125,41.506]],["parent/329",[172,0.989,269,3.195,271,3.406]],["name/330",[272,50.572]],["parent/330",[172,0.989,269,3.195,271,3.406]],["name/331",[273,59.229]],["parent/331",[172,0.989,269,3.195,271,3.406]],["name/332",[274,59.229]],["parent/332",[172,0.989,269,3.195,271,3.406]],["name/333",[275,59.229]],["parent/333",[172,0.989,269,3.195,271,3.406]],["name/334",[276,54.01]],["parent/334",[]],["name/335",[277,59.229]],["parent/335",[276,6.464]],["name/336",[278,54.01]],["parent/336",[]],["name/337",[182,30.282]],["parent/337",[278,6.464]],["name/338",[279,48.004]],["parent/338",[280,6.464]],["name/339",[281,48.004]],["parent/339",[280,6.464]],["name/340",[14,23.651,282,36.219]],["parent/340",[]],["name/341",[283,54.01]],["parent/341",[14,3.094,282,4.738]],["name/342",[284,54.01]],["parent/342",[14,3.094,282,4.738]],["name/343",[172,7.166,182,16.893,285,21.951]],["parent/343",[]],["name/344",[286,54.01]],["parent/344",[172,0.989,182,2.331,285,3.029]],["name/345",[32,34.128]],["parent/345",[172,0.989,285,3.029,287,3.195]],["name/346",[288,54.01]],["parent/346",[172,0.989,285,3.029,287,3.195]],["name/347",[125,41.506]],["parent/347",[172,0.989,285,3.029,287,3.195]],["name/348",[289,59.229]],["parent/348",[172,0.989,285,3.029,287,3.195]],["name/349",[290,59.229]],["parent/349",[172,0.989,285,3.029,287,3.195]],["name/350",[291,59.229]],["parent/350",[172,0.989,285,3.029,287,3.195]],["name/351",[292,59.229]],["parent/351",[172,0.989,285,3.029,287,3.195]],["name/352",[293,59.229]],["parent/352",[172,0.989,285,3.029,287,3.195]],["name/353",[172,7.166,182,16.893,294,17.866]],["parent/353",[]],["name/354",[288,54.01]],["parent/354",[172,0.989,182,2.331,294,2.465]],["name/355",[295,59.229]],["parent/355",[172,0.989,294,2.465,296,2.542]],["name/356",[286,54.01]],["parent/356",[172,0.989,294,2.465,296,2.542]],["name/357",[32,34.128]],["parent/357",[172,0.989,294,2.465,296,2.542]],["name/358",[50,50.572]],["parent/358",[172,0.989,294,2.465,296,2.542]],["name/359",[297,50.572]],["parent/359",[172,0.989,294,2.465,296,2.542]],["name/360",[125,41.506]],["parent/360",[172,0.989,294,2.465,296,2.542]],["name/361",[272,50.572]],["parent/361",[172,0.989,294,2.465,296,2.542]],["name/362",[298,59.229]],["parent/362",[172,0.989,294,2.465,296,2.542]],["name/363",[299,59.229]],["parent/363",[172,0.989,294,2.465,296,2.542]],["name/364",[300,59.229]],["parent/364",[172,0.989,294,2.465,296,2.542]],["name/365",[301,59.229]],["parent/365",[172,0.989,294,2.465,296,2.542]],["name/366",[302,59.229]],["parent/366",[172,0.989,294,2.465,296,2.542]],["name/367",[303,59.229]],["parent/367",[172,0.989,294,2.465,296,2.542]],["name/368",[304,59.229]],["parent/368",[172,0.989,294,2.465,296,2.542]],["name/369",[305,59.229]],["parent/369",[172,0.989,294,2.465,296,2.542]],["name/370",[306,59.229]],["parent/370",[172,0.989,294,2.465,296,2.542]],["name/371",[307,59.229]],["parent/371",[172,0.989,294,2.465,296,2.542]],["name/372",[308,59.229]],["parent/372",[172,0.989,294,2.465,296,2.542]],["name/373",[309,59.229]],["parent/373",[172,0.989,294,2.465,296,2.542]],["name/374",[172,7.166,182,16.893,310,20.957]],["parent/374",[]],["name/375",[311,59.229]],["parent/375",[172,0.989,182,2.331,310,2.892]],["name/376",[32,34.128]],["parent/376",[172,0.989,310,2.892,312,3.108]],["name/377",[297,50.572]],["parent/377",[172,0.989,310,2.892,312,3.108]],["name/378",[125,41.506]],["parent/378",[172,0.989,310,2.892,312,3.108]],["name/379",[313,59.229]],["parent/379",[172,0.989,310,2.892,312,3.108]],["name/380",[314,59.229]],["parent/380",[172,0.989,310,2.892,312,3.108]],["name/381",[315,59.229]],["parent/381",[172,0.989,310,2.892,312,3.108]],["name/382",[316,59.229]],["parent/382",[172,0.989,310,2.892,312,3.108]],["name/383",[317,59.229]],["parent/383",[172,0.989,310,2.892,312,3.108]],["name/384",[318,59.229]],["parent/384",[172,0.989,310,2.892,312,3.108]],["name/385",[319,59.229]],["parent/385",[172,0.989,182,2.331,310,2.892]],["name/386",[320,48.004]],["parent/386",[]],["name/387",[15,42.785]],["parent/387",[320,5.745]],["name/388",[321,59.229]],["parent/388",[320,5.745]],["name/389",[322,59.229]],["parent/389",[320,5.745]],["name/390",[172,9.2,323,34.38]],["parent/390",[]],["name/391",[324,59.229]],["parent/391",[172,1.204,323,4.498]],["name/392",[32,34.128]],["parent/392",[172,1.204,325,4.009]],["name/393",[326,45.954]],["parent/393",[172,1.204,325,4.009]],["name/394",[279,48.004]],["parent/394",[172,1.204,325,4.009]],["name/395",[281,48.004]],["parent/395",[172,1.204,325,4.009]],["name/396",[327,59.229]],["parent/396",[172,1.204,325,4.009]],["name/397",[328,59.229]],["parent/397",[172,1.204,325,4.009]],["name/398",[329,59.229]],["parent/398",[172,1.204,325,4.009]],["name/399",[15,42.785]],["parent/399",[172,1.204,323,4.498]],["name/400",[330,59.229]],["parent/400",[172,1.204,323,4.498]],["name/401",[241,42.785]],["parent/401",[172,1.204,331,5.549]],["name/402",[297,50.572]],["parent/402",[172,1.204,332,5.549]],["name/403",[333,54.01]],["parent/403",[]],["name/404",[334,59.229]],["parent/404",[333,6.464]],["name/405",[335,41.506]],["parent/405",[]],["name/406",[336,59.229]],["parent/406",[335,4.968]],["name/407",[62,48.004]],["parent/407",[337,6.464]],["name/408",[338,59.229]],["parent/408",[337,6.464]],["name/409",[8,48.004]],["parent/409",[335,4.968]],["name/410",[62,48.004]],["parent/410",[335,4.968]],["name/411",[339,54.01]],["parent/411",[335,4.968]],["name/412",[340,59.229]],["parent/412",[335,4.968]],["name/413",[341,59.229]],["parent/413",[335,4.968]],["name/414",[342,59.229]],["parent/414",[335,4.968]],["name/415",[52,18.485,326,32.912]],["parent/415",[]],["name/416",[343,50.572]],["parent/416",[52,2.418,326,4.306]],["name/417",[344,59.229]],["parent/417",[52,2.418,345,3.52]],["name/418",[346,59.229]],["parent/418",[52,2.418,345,3.52]],["name/419",[32,34.128]],["parent/419",[52,2.418,345,3.52]],["name/420",[347,50.572]],["parent/420",[52,2.418,345,3.52]],["name/421",[272,50.572]],["parent/421",[52,2.418,345,3.52]],["name/422",[279,48.004]],["parent/422",[52,2.418,345,3.52]],["name/423",[348,59.229]],["parent/423",[52,2.418,345,3.52]],["name/424",[281,48.004]],["parent/424",[52,2.418,345,3.52]],["name/425",[349,59.229]],["parent/425",[52,2.418,345,3.52]],["name/426",[350,59.229]],["parent/426",[52,2.418,345,3.52]],["name/427",[351,59.229]],["parent/427",[52,2.418,345,3.52]],["name/428",[352,59.229]],["parent/428",[52,2.418,345,3.52]],["name/429",[353,59.229]],["parent/429",[52,2.418,326,4.306]],["name/430",[241,42.785]],["parent/430",[52,2.418,354,5.549]],["name/431",[32,34.128]],["parent/431",[52,2.418,355,5.549]],["name/432",[356,54.01]],["parent/432",[]],["name/433",[357,59.229]],["parent/433",[356,6.464]],["name/434",[358,40.37]],["parent/434",[]],["name/435",[359,59.229]],["parent/435",[358,4.832]],["name/436",[360,59.229]],["parent/436",[358,4.832]],["name/437",[361,59.229]],["parent/437",[358,4.832]],["name/438",[347,50.572]],["parent/438",[358,4.832]],["name/439",[362,59.229]],["parent/439",[358,4.832]],["name/440",[363,59.229]],["parent/440",[358,4.832]],["name/441",[326,45.954]],["parent/441",[358,4.832]],["name/442",[364,59.229]],["parent/442",[358,4.832]],["name/443",[365,41.506]],["parent/443",[]],["name/444",[15,42.785]],["parent/444",[365,4.968]],["name/445",[366,54.01]],["parent/445",[365,4.968]],["name/446",[367,54.01]],["parent/446",[365,4.968]],["name/447",[368,54.01]],["parent/447",[365,4.968]],["name/448",[369,54.01]],["parent/448",[365,4.968]],["name/449",[370,59.229]],["parent/449",[365,4.968]],["name/450",[160,54.01]],["parent/450",[365,4.968]],["name/451",[371,29.889]],["parent/451",[]],["name/452",[366,54.01]],["parent/452",[371,3.577]],["name/453",[369,54.01]],["parent/453",[371,3.577]],["name/454",[368,54.01]],["parent/454",[371,3.577]],["name/455",[367,54.01]],["parent/455",[371,3.577]],["name/456",[283,54.01]],["parent/456",[371,3.577]],["name/457",[284,54.01]],["parent/457",[371,3.577]],["name/458",[95,54.01]],["parent/458",[371,3.577]],["name/459",[125,41.506]],["parent/459",[371,3.577]],["name/460",[170,50.572]],["parent/460",[371,3.577]],["name/461",[67,54.01]],["parent/461",[371,3.577]],["name/462",[63,54.01]],["parent/462",[371,3.577]],["name/463",[60,54.01]],["parent/463",[371,3.577]],["name/464",[68,54.01]],["parent/464",[371,3.577]],["name/465",[343,50.572]],["parent/465",[371,3.577]],["name/466",[182,30.282]],["parent/466",[371,3.577]],["name/467",[50,50.572]],["parent/467",[371,3.577]],["name/468",[44,54.01]],["parent/468",[371,3.577]],["name/469",[41,54.01]],["parent/469",[371,3.577]],["name/470",[51,54.01]],["parent/470",[371,3.577]],["name/471",[2,54.01]],["parent/471",[371,3.577]],["name/472",[28,54.01]],["parent/472",[371,3.577]],["name/473",[339,54.01]],["parent/473",[371,3.577]],["name/474",[372,59.229]],["parent/474",[371,3.577]],["name/475",[279,48.004]],["parent/475",[371,3.577]],["name/476",[281,48.004]],["parent/476",[371,3.577]],["name/477",[373,35.368]],["parent/477",[]],["name/478",[15,42.785]],["parent/478",[373,4.233]],["name/479",[374,59.229]],["parent/479",[373,4.233]],["name/480",[347,50.572]],["parent/480",[373,4.233]],["name/481",[343,50.572]],["parent/481",[373,4.233]],["name/482",[375,59.229]],["parent/482",[373,4.233]],["name/483",[376,59.229]],["parent/483",[373,4.233]],["name/484",[377,59.229]],["parent/484",[373,4.233]],["name/485",[378,59.229]],["parent/485",[373,4.233]],["name/486",[379,59.229]],["parent/486",[373,4.233]],["name/487",[380,59.229]],["parent/487",[373,4.233]],["name/488",[381,59.229]],["parent/488",[373,4.233]],["name/489",[382,59.229]],["parent/489",[373,4.233]],["name/490",[383,59.229]],["parent/490",[373,4.233]],["name/491",[384,59.229]],["parent/491",[373,4.233]],["name/492",[0,15.488,5,29.727]],["parent/492",[]]],"invertedIndex":[["",{"_index":155,"name":{"177":{},"178":{},"179":{},"180":{},"185":{},"186":{},"187":{},"188":{},"189":{}},"parent":{}}],["121",{"_index":193,"name":{"233":{}},"parent":{}}],["122",{"_index":194,"name":{"234":{}},"parent":{}}],["123",{"_index":195,"name":{"235":{}},"parent":{}}],["155",{"_index":196,"name":{"236":{}},"parent":{}}],["183",{"_index":197,"name":{"237":{}},"parent":{}}],["248",{"_index":198,"name":{"238":{}},"parent":{}}],["42",{"_index":187,"name":{"227":{}},"parent":{}}],["43",{"_index":184,"name":{"225":{}},"parent":{}}],["45",{"_index":186,"name":{"226":{}},"parent":{}}],["47",{"_index":188,"name":{"228":{}},"parent":{}}],["60",{"_index":189,"name":{"229":{}},"parent":{}}],["62",{"_index":190,"name":{"230":{}},"parent":{}}],["76",{"_index":191,"name":{"231":{}},"parent":{}}],["94",{"_index":192,"name":{"232":{}},"parent":{}}],["_",{"_index":170,"name":{"203":{},"318":{},"460":{}},"parent":{}}],["__type",{"_index":241,"name":{"295":{},"297":{},"299":{},"301":{},"322":{},"401":{},"430":{}},"parent":{}}],["_classfilter",{"_index":159,"name":{"192":{},"210":{}},"parent":{}}],["_stylefilter",{"_index":161,"name":{"194":{},"211":{}},"parent":{}}],["_xclassfilter",{"_index":162,"name":{"195":{},"213":{}},"parent":{}}],["_xstylefilter",{"_index":163,"name":{"196":{},"212":{}},"parent":{}}],["anodecompiler",{"_index":288,"name":{"346":{},"354":{}},"parent":{}}],["any",{"_index":180,"name":{"222":{}},"parent":{}}],["arr",{"_index":177,"name":{"219":{}},"parent":{}}],["array",{"_index":206,"name":{"247":{}},"parent":{}}],["assertdeepequal",{"_index":368,"name":{"447":{},"454":{}},"parent":{}}],["assertsanhtmlequal",{"_index":367,"name":{"446":{},"455":{}},"parent":{}}],["atlinebegin",{"_index":143,"name":{"165":{}},"parent":{}}],["attrfilter",{"_index":164,"name":{"197":{},"208":{}},"parent":{}}],["autoclosetags",{"_index":283,"name":{"341":{},"456":{}},"parent":{}}],["base_props",{"_index":150,"name":{"171":{}},"parent":{}}],["beginblock",{"_index":235,"name":{"277":{}},"parent":{}}],["beginelse",{"_index":228,"name":{"270":{}},"parent":{}}],["beginelseif",{"_index":227,"name":{"269":{}},"parent":{}}],["beginfor",{"_index":231,"name":{"273":{}},"parent":{}}],["beginif",{"_index":226,"name":{"268":{}},"parent":{}}],["binary",{"_index":200,"name":{"240":{}},"parent":{}}],["binaryop",{"_index":183,"name":{"224":{}},"parent":{}}],["boolattrfilter",{"_index":165,"name":{"198":{},"207":{}},"parent":{}}],["booleanattributes",{"_index":284,"name":{"342":{},"457":{}},"parent":{}}],["buffer",{"_index":212,"name":{"253":{}},"parent":{}}],["bytecount",{"_index":357,"name":{"433":{}},"parent":{}}],["callexpr",{"_index":203,"name":{"243":{}},"parent":{}}],["carriagereturn",{"_index":141,"name":{"163":{},"290":{}},"parent":{}}],["caseroot",{"_index":374,"name":{"479":{}},"parent":{}}],["childcomponents",{"_index":36,"name":{"37":{},"52":{},"65":{}},"parent":{}}],["cids",{"_index":111,"name":{"131":{}},"parent":{}}],["class",{"_index":107,"name":{"128":{},"172":{}},"parent":{"129":{},"130":{},"131":{},"132":{},"133":{},"134":{},"135":{},"136":{},"137":{},"138":{}}}],["classdeclaration",{"_index":48,"name":{"58":{}},"parent":{}}],["clear",{"_index":130,"name":{"152":{},"281":{}},"parent":{}}],["clearstringliteralbuffer",{"_index":217,"name":{"259":{}},"parent":{}}],["code",{"_index":129,"name":{"150":{},"279":{}},"parent":{}}],["comparesanhtml",{"_index":369,"name":{"448":{},"453":{}},"parent":{}}],["compile",{"_index":272,"name":{"330":{},"361":{},"421":{}},"parent":{}}],["compilebindproperties",{"_index":291,"name":{"350":{}},"parent":{}}],["compilecasetorenderer",{"_index":381,"name":{"488":{}},"parent":{}}],["compilecomponent",{"_index":306,"name":{"370":{}},"parent":{}}],["compilecomponentclasstosource",{"_index":329,"name":{"398":{}},"parent":{}}],["compilecomponentrenderer",{"_index":313,"name":{"379":{}},"parent":{}}],["compilecomponentrendererbody",{"_index":315,"name":{"381":{}},"parent":{}}],["compilecomponentrenderersource",{"_index":314,"name":{"380":{}},"parent":{}}],["compileelement",{"_index":304,"name":{"368":{}},"parent":{}}],["compilefor",{"_index":302,"name":{"366":{}},"parent":{}}],["compilefragment",{"_index":300,"name":{"364":{}},"parent":{}}],["compileif",{"_index":301,"name":{"365":{}},"parent":{}}],["compileinput",{"_index":339,"name":{"411":{},"473":{}},"parent":{}}],["compilejs",{"_index":379,"name":{"486":{}},"parent":{}}],["compileproperty",{"_index":290,"name":{"349":{}},"parent":{}}],["compiler",{"_index":182,"name":{"223":{},"326":{},"337":{},"343":{},"353":{},"374":{},"466":{}},"parent":{"224":{},"239":{},"240":{},"241":{},"242":{},"243":{},"244":{},"245":{},"246":{},"247":{},"248":{},"249":{},"250":{},"327":{},"344":{},"354":{},"375":{},"385":{}}}],["compiler\".anodecompiler",{"_index":296,"name":{},"parent":{"355":{},"356":{},"357":{},"358":{},"359":{},"360":{},"361":{},"362":{},"363":{},"364":{},"365":{},"366":{},"367":{},"368":{},"369":{},"370":{},"371":{},"372":{},"373":{}}}],["compiler\".binaryop",{"_index":185,"name":{},"parent":{"225":{},"226":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{}}}],["compiler\".componentclasscompiler",{"_index":271,"name":{},"parent":{"328":{},"329":{},"330":{},"331":{},"332":{},"333":{}}}],["compiler\".elementcompiler",{"_index":287,"name":{},"parent":{"345":{},"346":{},"347":{},"348":{},"349":{},"350":{},"351":{},"352":{}}}],["compiler\".renderercompiler",{"_index":312,"name":{},"parent":{"376":{},"377":{},"378":{},"379":{},"380":{},"381":{},"382":{},"383":{},"384":{}}}],["compilerclass",{"_index":353,"name":{"429":{}},"parent":{}}],["compilers",{"_index":346,"name":{"418":{}},"parent":{}}],["compileslot",{"_index":303,"name":{"367":{}},"parent":{}}],["compileslotrenderer",{"_index":307,"name":{"371":{}},"parent":{}}],["compiletemplate",{"_index":299,"name":{"363":{}},"parent":{}}],["compiletext",{"_index":298,"name":{"362":{}},"parent":{}}],["compiletorenderer",{"_index":281,"name":{"339":{},"395":{},"424":{},"476":{}},"parent":{}}],["compiletosource",{"_index":279,"name":{"338":{},"394":{},"422":{},"475":{}},"parent":{}}],["compilets",{"_index":380,"name":{"487":{}},"parent":{}}],["compiletscomponenttosource",{"_index":328,"name":{"397":{}},"parent":{}}],["component",{"_index":117,"name":{"139":{}},"parent":{"140":{}}}],["component_reserved_members",{"_index":28,"name":{"29":{},"472":{}},"parent":{}}],["componentclass",{"_index":8,"name":{"6":{},"28":{},"45":{},"409":{}},"parent":{}}],["componentclasscompiler",{"_index":270,"name":{"327":{}},"parent":{}}],["componentclassparser",{"_index":109,"name":{"129":{}},"parent":{}}],["componentdatacode",{"_index":308,"name":{"372":{}},"parent":{}}],["componentfile",{"_index":363,"name":{"440":{}},"parent":{}}],["componentinfo",{"_index":50,"name":{"68":{},"358":{},"467":{}},"parent":{}}],["componentinfoimpl",{"_index":31,"name":{"32":{}},"parent":{}}],["componentinfos",{"_index":57,"name":{"73":{},"81":{},"87":{}},"parent":{}}],["componentreference",{"_index":2,"name":{"1":{},"471":{}},"parent":{}}],["computed",{"_index":26,"name":{"26":{},"305":{},"308":{}},"parent":{}}],["computednames",{"_index":45,"name":{"55":{}},"parent":{}}],["constructor",{"_index":32,"name":{"33":{},"44":{},"57":{},"72":{},"77":{},"83":{},"132":{},"151":{},"280":{},"309":{},"328":{},"345":{},"357":{},"376":{},"392":{},"419":{},"431":{}},"parent":{}}],["context",{"_index":147,"name":{"169":{}},"parent":{}}],["createcomponentinfofromcomponentclass",{"_index":113,"name":{"136":{}},"parent":{}}],["createfromprototype",{"_index":167,"name":{"200":{},"214":{}},"parent":{}}],["createinstancefromclass",{"_index":168,"name":{"201":{},"204":{}},"parent":{}}],["createorrefreshsourcefile",{"_index":352,"name":{"428":{}},"parent":{}}],["createresolver",{"_index":249,"name":{"302":{}},"parent":{}}],["createruntime",{"_index":268,"name":{"325":{}},"parent":{}}],["data",{"_index":251,"name":{"303":{},"307":{}},"parent":{"304":{},"305":{},"306":{}}}],["data\".sandata",{"_index":254,"name":{},"parent":{"307":{},"308":{},"309":{},"310":{},"311":{},"312":{},"313":{}}}],["dataaccess",{"_index":202,"name":{"242":{}},"parent":{}}],["dataobject",{"_index":252,"name":{"304":{}},"parent":{}}],["date",{"_index":179,"name":{"221":{}},"parent":{}}],["debug",{"_index":15,"name":{"14":{},"89":{},"145":{},"387":{},"399":{},"444":{},"478":{}},"parent":{}}],["deepequal",{"_index":370,"name":{"449":{}},"parent":{}}],["defaultproject",{"_index":372,"name":{"474":{}},"parent":{}}],["defaultstylefilter",{"_index":166,"name":{"199":{},"206":{}},"parent":{}}],["defaultwrite",{"_index":142,"name":{"164":{},"291":{}},"parent":{}}],["dispatch",{"_index":209,"name":{"250":{}},"parent":{}}],["docompiletosource",{"_index":327,"name":{"396":{}},"parent":{}}],["dynamiccomponentinfo",{"_index":41,"name":{"42":{},"469":{}},"parent":{}}],["dynamiccomponentreference",{"_index":7,"name":{"5":{}},"parent":{}}],["dynamicsansourcefile",{"_index":60,"name":{"76":{},"463":{}},"parent":{}}],["elementcompiler",{"_index":286,"name":{"344":{},"356":{}},"parent":{}}],["emitarray",{"_index":274,"name":{"332":{}},"parent":{}}],["emitinitdataincompiletime",{"_index":316,"name":{"382":{}},"parent":{}}],["emitinitdatainruntime",{"_index":317,"name":{"383":{}},"parent":{}}],["emitmethod",{"_index":275,"name":{"333":{}},"parent":{}}],["emitobjectliteral",{"_index":273,"name":{"331":{}},"parent":{}}],["emitruntime",{"_index":267,"name":{"324":{}},"parent":{}}],["emitter",{"_index":125,"name":{"147":{},"251":{},"329":{},"347":{},"360":{},"378":{},"459":{}},"parent":{"252":{}}}],["emitter\".jsemitter",{"_index":213,"name":{},"parent":{"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"261":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{},"268":{},"269":{},"270":{},"271":{},"272":{},"273":{},"274":{},"275":{},"276":{},"277":{},"278":{},"279":{},"280":{},"281":{},"282":{},"283":{},"284":{},"285":{},"286":{},"287":{},"288":{},"289":{},"290":{},"291":{}}}],["endblock",{"_index":236,"name":{"278":{}},"parent":{}}],["endfor",{"_index":232,"name":{"274":{}},"parent":{}}],["endif",{"_index":229,"name":{"271":{}},"parent":{}}],["entrycomponentinfo",{"_index":58,"name":{"74":{},"79":{},"88":{}},"parent":{}}],["escapehtml",{"_index":158,"name":{"191":{},"205":{}},"parent":{}}],["exports",{"_index":264,"name":{"321":{}},"parent":{}}],["expr",{"_index":208,"name":{"249":{}},"parent":{}}],["feedline",{"_index":137,"name":{"159":{},"286":{}},"parent":{}}],["file",{"_index":54,"name":{"70":{}},"parent":{"71":{},"76":{},"82":{},"89":{},"90":{},"91":{}}}],["file\".dynamicsansourcefile",{"_index":61,"name":{},"parent":{"77":{},"78":{},"79":{},"80":{},"81":{}}}],["file\".sansourcefileimpl",{"_index":56,"name":{},"parent":{"72":{},"73":{},"74":{},"75":{}}}],["file\".typedsansourcefile",{"_index":64,"name":{},"parent":{"83":{},"84":{},"85":{},"86":{},"87":{},"88":{}}}],["filecontent",{"_index":338,"name":{"408":{}},"parent":{}}],["filepath",{"_index":62,"name":{"78":{},"134":{},"407":{},"410":{}},"parent":{}}],["filternames",{"_index":47,"name":{"56":{}},"parent":{}}],["filters",{"_index":27,"name":{"27":{}},"parent":{}}],["fulltext",{"_index":132,"name":{"154":{},"254":{}},"parent":{}}],["functionstring",{"_index":72,"name":{"95":{}},"parent":{}}],["gencomponentcontextcode",{"_index":318,"name":{"384":{}},"parent":{}}],["get",{"_index":255,"name":{"310":{}},"parent":{}}],["getanodepropbyname",{"_index":95,"name":{"117":{},"458":{}},"parent":{}}],["getchildcomponentclasses",{"_index":114,"name":{"137":{}},"parent":{}}],["getchildcomponentrenference",{"_index":40,"name":{"41":{},"53":{},"66":{}},"parent":{}}],["getchildcomponents",{"_index":23,"name":{"22":{}},"parent":{}}],["getcompileroptionsorthrow",{"_index":349,"name":{"425":{}},"parent":{}}],["getcomponentclassdeclarations",{"_index":66,"name":{"86":{}},"parent":{}}],["getcomponentclassid",{"_index":10,"name":{"10":{}},"parent":{}}],["getcomponentclassidentifier",{"_index":17,"name":{"16":{}},"parent":{}}],["getcomponentdeclarations",{"_index":19,"name":{"18":{}},"parent":{}}],["getcomputednames",{"_index":38,"name":{"39":{},"47":{},"60":{}},"parent":{}}],["getdefaultexportedcomponentid",{"_index":12,"name":{"12":{}},"parent":{}}],["getdefaulttsconfigpath",{"_index":334,"name":{"404":{}},"parent":{}}],["getexportedcomponentid",{"_index":11,"name":{"11":{}},"parent":{}}],["getfilepath",{"_index":59,"name":{"75":{},"80":{},"85":{}},"parent":{}}],["getfilternames",{"_index":39,"name":{"40":{},"48":{},"61":{}},"parent":{}}],["getliteraltext",{"_index":22,"name":{"21":{}},"parent":{}}],["getmember",{"_index":71,"name":{"94":{}},"parent":{}}],["getobjectliteralpropertykeys",{"_index":24,"name":{"23":{}},"parent":{}}],["getorcreatecompilerinstance",{"_index":350,"name":{"426":{}},"parent":{}}],["getorsetid",{"_index":115,"name":{"138":{}},"parent":{}}],["getpropertyassignmentname",{"_index":25,"name":{"24":{}},"parent":{}}],["getpropertystringarrayvalue",{"_index":21,"name":{"20":{}},"parent":{}}],["getpropertystringvalue",{"_index":20,"name":{"19":{}},"parent":{}}],["getprototype",{"_index":245,"name":{"298":{}},"parent":{}}],["getrenderarguments",{"_index":383,"name":{"490":{}},"parent":{}}],["getrenderer",{"_index":239,"name":{"294":{}},"parent":{}}],["getrootctx",{"_index":169,"name":{"202":{},"215":{}},"parent":{}}],["getsanimportdeclaration",{"_index":16,"name":{"15":{}},"parent":{}}],["guards",{"_index":74,"name":{"96":{}},"parent":{"97":{},"98":{},"99":{},"100":{},"101":{},"102":{},"103":{},"104":{},"105":{},"106":{},"107":{},"108":{},"109":{},"110":{},"111":{},"112":{},"113":{},"114":{},"115":{}}}],["hasmethod",{"_index":37,"name":{"38":{},"46":{},"59":{}},"parent":{}}],["html_entity",{"_index":154,"name":{"176":{}},"parent":{}}],["id",{"_index":5,"name":{"3":{},"8":{},"34":{},"49":{},"62":{},"130":{},"174":{},"492":{}},"parent":{}}],["includes",{"_index":153,"name":{"175":{},"209":{}},"parent":{}}],["indent",{"_index":133,"name":{"155":{},"282":{}},"parent":{}}],["indentlevel",{"_index":126,"name":{"148":{}},"parent":{}}],["info",{"_index":30,"name":{"31":{}},"parent":{"32":{},"42":{},"54":{},"67":{},"68":{},"69":{}}}],["info\".componentinfoimpl",{"_index":33,"name":{},"parent":{"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{}}}],["info\".dynamiccomponentinfo",{"_index":43,"name":{},"parent":{"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{}}}],["info\".typedcomponentinfo",{"_index":46,"name":{},"parent":{"55":{},"56":{},"57":{},"58":{},"59":{},"60":{},"61":{},"62":{},"63":{},"64":{},"65":{},"66":{}}}],["inner",{"_index":293,"name":{"352":{}},"parent":{}}],["interp",{"_index":204,"name":{"244":{}},"parent":{}}],["isafornode",{"_index":90,"name":{"112":{}},"parent":{}}],["isafragmentnode",{"_index":93,"name":{"115":{}},"parent":{}}],["isaifnode",{"_index":89,"name":{"111":{}},"parent":{}}],["isaslotnode",{"_index":88,"name":{"110":{}},"parent":{}}],["isatemplatenode",{"_index":92,"name":{"114":{}},"parent":{}}],["isatextnode",{"_index":91,"name":{"113":{}},"parent":{}}],["ischildclassof",{"_index":18,"name":{"17":{}},"parent":{}}],["iscomponentclass",{"_index":342,"name":{"414":{}},"parent":{}}],["iscomponentloader",{"_index":29,"name":{"30":{}},"parent":{}}],["isdefault",{"_index":6,"name":{"4":{},"9":{}},"parent":{}}],["isexpraccessornode",{"_index":79,"name":{"101":{}},"parent":{}}],["isexprarraynode",{"_index":85,"name":{"107":{}},"parent":{}}],["isexprbinarynode",{"_index":83,"name":{"105":{}},"parent":{}}],["isexprboolnode",{"_index":78,"name":{"100":{}},"parent":{}}],["isexprcallnode",{"_index":81,"name":{"103":{}},"parent":{}}],["isexprinterpnode",{"_index":80,"name":{"102":{}},"parent":{}}],["isexprnullnode",{"_index":87,"name":{"109":{}},"parent":{}}],["isexprnumbernode",{"_index":77,"name":{"99":{}},"parent":{}}],["isexprobjectnode",{"_index":86,"name":{"108":{}},"parent":{}}],["isexprstringnode",{"_index":76,"name":{"98":{}},"parent":{}}],["isexprtertiarynode",{"_index":84,"name":{"106":{}},"parent":{}}],["isexprtextnode",{"_index":82,"name":{"104":{}},"parent":{}}],["isexprunarynode",{"_index":75,"name":{"97":{}},"parent":{}}],["isfilepath",{"_index":341,"name":{"413":{}},"parent":{}}],["isobject",{"_index":160,"name":{"193":{},"450":{}},"parent":{}}],["istypedcomponentinfo",{"_index":51,"name":{"69":{},"470":{}},"parent":{}}],["istypedsansourcefile",{"_index":68,"name":{"91":{},"464":{}},"parent":{}}],["istypescriptfiledescriptor",{"_index":340,"name":{"412":{}},"parent":{}}],["isvalididentifier",{"_index":70,"name":{"93":{}},"parent":{}}],["js/compilers/anode",{"_index":294,"name":{"353":{}},"parent":{"354":{},"355":{},"356":{},"357":{},"358":{},"359":{},"360":{},"361":{},"362":{},"363":{},"364":{},"365":{},"366":{},"367":{},"368":{},"369":{},"370":{},"371":{},"372":{},"373":{}}}],["js/compilers/component",{"_index":269,"name":{"326":{}},"parent":{"327":{},"328":{},"329":{},"330":{},"331":{},"332":{},"333":{}}}],["js/compilers/element",{"_index":285,"name":{"343":{}},"parent":{"344":{},"345":{},"346":{},"347":{},"348":{},"349":{},"350":{},"351":{},"352":{}}}],["js/compilers/expr",{"_index":181,"name":{"223":{}},"parent":{"224":{},"225":{},"226":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"244":{},"245":{},"246":{},"247":{},"248":{},"249":{},"250":{}}}],["js/compilers/renderer",{"_index":310,"name":{"374":{}},"parent":{"375":{},"376":{},"377":{},"378":{},"379":{},"380":{},"381":{},"382":{},"383":{},"384":{},"385":{}}}],["js/compilers/stringifier",{"_index":173,"name":{"216":{}},"parent":{"217":{}}}],["js/compilers/stringifier\".stringifier",{"_index":176,"name":{},"parent":{"218":{},"219":{},"220":{},"221":{},"222":{}}}],["js/index",{"_index":323,"name":{"390":{}},"parent":{"391":{},"399":{},"400":{}}}],["js/index\".tojscompileoptions",{"_index":331,"name":{},"parent":{"401":{}}}],["js/index\".tojscompileoptions.__type",{"_index":332,"name":{},"parent":{"402":{}}}],["js/index\".tojscompiler",{"_index":325,"name":{},"parent":{"392":{},"393":{},"394":{},"395":{},"396":{},"397":{},"398":{}}}],["js/js",{"_index":210,"name":{"251":{}},"parent":{"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"261":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{},"268":{},"269":{},"270":{},"271":{},"272":{},"273":{},"274":{},"275":{},"276":{},"277":{},"278":{},"279":{},"280":{},"281":{},"282":{},"283":{},"284":{},"285":{},"286":{},"287":{},"288":{},"289":{},"290":{},"291":{}}}],["jsemitter",{"_index":211,"name":{"252":{}},"parent":{}}],["jsexists",{"_index":375,"name":{"482":{}},"parent":{}}],["lastchar",{"_index":145,"name":{"167":{}},"parent":{}}],["loadcompilerclass",{"_index":351,"name":{"427":{}},"parent":{}}],["ls",{"_index":377,"name":{"484":{}},"parent":{}}],["nextid",{"_index":309,"name":{"373":{}},"parent":{}}],["nextline",{"_index":136,"name":{"158":{},"285":{}},"parent":{}}],["normalizeanodeprops",{"_index":102,"name":{"124":{}},"parent":{}}],["normalizecomponentclass",{"_index":118,"name":{"140":{}},"parent":{}}],["normalizeoptiontag",{"_index":101,"name":{"123":{}},"parent":{}}],["normalizerootanode",{"_index":100,"name":{"122":{}},"parent":{}}],["normalizerootatemplatenode",{"_index":105,"name":{"127":{}},"parent":{}}],["normalizerootclassprop",{"_index":103,"name":{"125":{}},"parent":{}}],["normalizerootstyleprop",{"_index":104,"name":{"126":{}},"parent":{}}],["obj",{"_index":175,"name":{"218":{}},"parent":{}}],["object",{"_index":207,"name":{"248":{}},"parent":{}}],["options",{"_index":361,"name":{"437":{}},"parent":{}}],["optionvalue",{"_index":359,"name":{"435":{}},"parent":{}}],["outputdata",{"_index":305,"name":{"369":{}},"parent":{}}],["outputfile",{"_index":362,"name":{"439":{}},"parent":{}}],["parentctx",{"_index":148,"name":{"170":{}},"parent":{}}],["parse",{"_index":112,"name":{"135":{},"143":{}},"parent":{}}],["parseandnormalizetemplate",{"_index":99,"name":{"121":{}},"parent":{}}],["parseanodeprops",{"_index":96,"name":{"118":{}},"parent":{}}],["parsecomponentclassdeclaration",{"_index":123,"name":{"144":{}},"parent":{}}],["parseexpr",{"_index":258,"name":{"313":{}},"parent":{}}],["parser",{"_index":108,"name":{"128":{},"141":{}},"parent":{"129":{},"142":{},"145":{}}}],["parser\".componentclassparser",{"_index":110,"name":{},"parent":{"130":{},"131":{},"132":{},"133":{},"134":{},"135":{},"136":{},"137":{},"138":{}}}],["parser\".typescriptsanparser",{"_index":122,"name":{},"parent":{"143":{},"144":{}}}],["parsesanhtml",{"_index":366,"name":{"445":{},"452":{}},"parent":{}}],["parsesansourcefile",{"_index":348,"name":{"423":{}},"parent":{}}],["project",{"_index":326,"name":{"393":{},"415":{},"441":{}},"parent":{"416":{},"429":{}}}],["project\".compilerclass",{"_index":354,"name":{},"parent":{"430":{}}}],["project\".compilerclass.__type",{"_index":355,"name":{},"parent":{"431":{}}}],["project\".sanproject",{"_index":345,"name":{},"parent":{"417":{},"418":{},"419":{},"420":{},"421":{},"422":{},"423":{},"424":{},"425":{},"426":{},"427":{},"428":{}}}],["proto",{"_index":42,"name":{"43":{}},"parent":{}}],["readcasedata",{"_index":382,"name":{"489":{}},"parent":{}}],["readexpected",{"_index":378,"name":{"485":{}},"parent":{}}],["readstringsync",{"_index":260,"name":{"315":{}},"parent":{}}],["reference",{"_index":1,"name":{"0":{}},"parent":{"1":{},"5":{},"10":{},"11":{},"12":{}}}],["reference\".componentreference",{"_index":4,"name":{},"parent":{"2":{},"3":{},"4":{}}}],["reference\".dynamiccomponentreference",{"_index":9,"name":{},"parent":{"6":{},"7":{},"8":{},"9":{}}}],["removeat",{"_index":257,"name":{"312":{}},"parent":{}}],["renderer",{"_index":277,"name":{"335":{}},"parent":{}}],["renderer_args",{"_index":319,"name":{"385":{}},"parent":{}}],["renderercompiler",{"_index":311,"name":{"375":{}},"parent":{}}],["renderonthefly",{"_index":384,"name":{"491":{}},"parent":{}}],["rentity",{"_index":157,"name":{"190":{}},"parent":{}}],["resolver",{"_index":238,"name":{"293":{},"320":{}},"parent":{}}],["root",{"_index":35,"name":{"36":{},"51":{},"64":{},"133":{}},"parent":{}}],["runtime_files",{"_index":266,"name":{"323":{}},"parent":{}}],["san",{"_index":120,"name":{"141":{}},"parent":{"142":{},"143":{},"144":{},"145":{}}}],["sandata",{"_index":253,"name":{"306":{},"319":{}},"parent":{}}],["sanproject",{"_index":343,"name":{"416":{},"465":{},"481":{}},"parent":{}}],["sansourcefile",{"_index":67,"name":{"90":{},"461":{}},"parent":{}}],["sansourcefileimpl",{"_index":55,"name":{"71":{}},"parent":{}}],["sanssrruntime",{"_index":262,"name":{"317":{}},"parent":{}}],["set",{"_index":256,"name":{"311":{}},"parent":{}}],["setprototype",{"_index":247,"name":{"300":{}},"parent":{}}],["setrenderer",{"_index":243,"name":{"296":{}},"parent":{}}],["shiftwidth",{"_index":128,"name":{"149":{}},"parent":{}}],["size",{"_index":144,"name":{"166":{}},"parent":{}}],["source",{"_index":53,"name":{"70":{}},"parent":{"71":{},"72":{},"73":{},"74":{},"75":{},"76":{},"77":{},"78":{},"79":{},"80":{},"81":{},"82":{},"83":{},"84":{},"85":{},"86":{},"87":{},"88":{},"89":{},"90":{},"91":{}}}],["specifier",{"_index":3,"name":{"2":{},"7":{}},"parent":{}}],["src/bin/ssr",{"_index":358,"name":{"434":{}},"parent":{"435":{},"436":{},"437":{},"438":{},"439":{},"440":{},"441":{},"442":{}}}],["src/fixtures/case",{"_index":373,"name":{"477":{}},"parent":{"478":{},"479":{},"480":{},"481":{},"482":{},"483":{},"484":{},"485":{},"486":{},"487":{},"488":{},"489":{},"490":{},"491":{}}}],["src/index",{"_index":371,"name":{"451":{}},"parent":{"452":{},"453":{},"454":{},"455":{},"456":{},"457":{},"458":{},"459":{},"460":{},"461":{},"462":{},"463":{},"464":{},"465":{},"466":{},"467":{},"468":{},"469":{},"470":{},"471":{},"472":{},"473":{},"474":{},"475":{},"476":{}}}],["src/models/compiler",{"_index":278,"name":{"336":{}},"parent":{"337":{}}}],["src/models/compiler\".compiler",{"_index":280,"name":{},"parent":{"338":{},"339":{}}}],["src/models/component",{"_index":0,"name":{"0":{},"25":{},"31":{},"492":{}},"parent":{"1":{},"2":{},"3":{},"4":{},"5":{},"6":{},"7":{},"8":{},"9":{},"10":{},"11":{},"12":{},"26":{},"27":{},"28":{},"29":{},"30":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"58":{},"59":{},"60":{},"61":{},"62":{},"63":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{}}}],["src/models/options",{"_index":335,"name":{"405":{}},"parent":{"406":{},"409":{},"410":{},"411":{},"412":{},"413":{},"414":{}}}],["src/models/options\".typescriptfiledescriptor",{"_index":337,"name":{},"parent":{"407":{},"408":{}}}],["src/models/renderer",{"_index":276,"name":{"334":{}},"parent":{"335":{}}}],["src/models/san",{"_index":52,"name":{"70":{},"415":{}},"parent":{"71":{},"72":{},"73":{},"74":{},"75":{},"76":{},"77":{},"78":{},"79":{},"80":{},"81":{},"82":{},"83":{},"84":{},"85":{},"86":{},"87":{},"88":{},"89":{},"90":{},"91":{},"416":{},"417":{},"418":{},"419":{},"420":{},"421":{},"422":{},"423":{},"424":{},"425":{},"426":{},"427":{},"428":{},"429":{},"430":{},"431":{}}}],["src/parsers/component",{"_index":106,"name":{"128":{}},"parent":{"129":{},"130":{},"131":{},"132":{},"133":{},"134":{},"135":{},"136":{},"137":{},"138":{}}}],["src/parsers/normalize",{"_index":116,"name":{"139":{}},"parent":{"140":{}}}],["src/parsers/parse",{"_index":98,"name":{"120":{}},"parent":{"121":{},"122":{},"123":{},"124":{},"125":{},"126":{},"127":{}}}],["src/parsers/tsconfig",{"_index":333,"name":{"403":{}},"parent":{"404":{}}}],["src/parsers/typescript",{"_index":119,"name":{"141":{}},"parent":{"142":{},"143":{},"144":{},"145":{}}}],["src/runtime/index",{"_index":261,"name":{"316":{}},"parent":{"317":{},"323":{},"324":{},"325":{}}}],["src/runtime/index\".sanssrruntime",{"_index":263,"name":{},"parent":{"318":{},"319":{},"320":{},"321":{}}}],["src/runtime/index\".sanssrruntime.exports",{"_index":265,"name":{},"parent":{"322":{}}}],["src/runtime/resolver",{"_index":237,"name":{"292":{}},"parent":{"293":{},"302":{}}}],["src/runtime/resolver\".resolver",{"_index":240,"name":{},"parent":{"294":{},"296":{},"298":{},"300":{}}}],["src/runtime/resolver\".resolver.getprototype",{"_index":246,"name":{},"parent":{"299":{}}}],["src/runtime/resolver\".resolver.getrenderer",{"_index":242,"name":{},"parent":{"295":{}}}],["src/runtime/resolver\".resolver.setprototype",{"_index":248,"name":{},"parent":{"301":{}}}],["src/runtime/resolver\".resolver.setrenderer",{"_index":244,"name":{},"parent":{"297":{}}}],["src/runtime/san",{"_index":250,"name":{"303":{}},"parent":{"304":{},"305":{},"306":{},"307":{},"308":{},"309":{},"310":{},"311":{},"312":{},"313":{}}}],["src/runtime/underscore",{"_index":146,"name":{"168":{}},"parent":{"169":{},"171":{},"175":{},"176":{},"190":{},"191":{},"192":{},"193":{},"194":{},"195":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{}}}],["src/runtime/underscore\"._",{"_index":171,"name":{},"parent":{"204":{},"205":{},"206":{},"207":{},"208":{},"209":{},"210":{},"211":{},"212":{},"213":{},"214":{},"215":{}}}],["src/runtime/underscore\".base_props",{"_index":151,"name":{},"parent":{"172":{},"173":{},"174":{}}}],["src/runtime/underscore\".context",{"_index":149,"name":{},"parent":{"170":{}}}],["src/runtime/underscore\".html_entity",{"_index":156,"name":{},"parent":{"177":{},"178":{},"179":{},"180":{},"181":{},"182":{},"183":{},"184":{},"185":{},"186":{},"187":{},"188":{},"189":{}}}],["src/target",{"_index":172,"name":{"216":{},"223":{},"251":{},"326":{},"343":{},"353":{},"374":{},"390":{}},"parent":{"217":{},"218":{},"219":{},"220":{},"221":{},"222":{},"224":{},"225":{},"226":{},"227":{},"228":{},"229":{},"230":{},"231":{},"232":{},"233":{},"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{},"241":{},"242":{},"243":{},"244":{},"245":{},"246":{},"247":{},"248":{},"249":{},"250":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"261":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{},"268":{},"269":{},"270":{},"271":{},"272":{},"273":{},"274":{},"275":{},"276":{},"277":{},"278":{},"279":{},"280":{},"281":{},"282":{},"283":{},"284":{},"285":{},"286":{},"287":{},"288":{},"289":{},"290":{},"291":{},"327":{},"328":{},"329":{},"330":{},"331":{},"332":{},"333":{},"344":{},"345":{},"346":{},"347":{},"348":{},"349":{},"350":{},"351":{},"352":{},"354":{},"355":{},"356":{},"357":{},"358":{},"359":{},"360":{},"361":{},"362":{},"363":{},"364":{},"365":{},"366":{},"367":{},"368":{},"369":{},"370":{},"371":{},"372":{},"373":{},"375":{},"376":{},"377":{},"378":{},"379":{},"380":{},"381":{},"382":{},"383":{},"384":{},"385":{},"391":{},"392":{},"393":{},"394":{},"395":{},"396":{},"397":{},"398":{},"399":{},"400":{},"401":{},"402":{}}}],["src/transpilers/ts2js",{"_index":320,"name":{"386":{}},"parent":{"387":{},"388":{},"389":{}}}],["src/utils/anode",{"_index":94,"name":{"116":{}},"parent":{"117":{},"118":{},"119":{}}}],["src/utils/ast",{"_index":13,"name":{"13":{}},"parent":{"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{}}}],["src/utils/buffer",{"_index":356,"name":{"432":{}},"parent":{"433":{}}}],["src/utils/case",{"_index":365,"name":{"443":{}},"parent":{"444":{},"445":{},"446":{},"447":{},"448":{},"449":{},"450":{}}}],["src/utils/dom",{"_index":282,"name":{"340":{}},"parent":{"341":{},"342":{}}}],["src/utils/emitter",{"_index":124,"name":{"146":{}},"parent":{"147":{}}}],["src/utils/emitter\".emitter",{"_index":127,"name":{},"parent":{"148":{},"149":{},"150":{},"151":{},"152":{},"153":{},"154":{},"155":{},"156":{},"157":{},"158":{},"159":{},"160":{},"161":{},"162":{},"163":{},"164":{},"165":{},"166":{},"167":{}}}],["src/utils/fs",{"_index":259,"name":{"314":{}},"parent":{"315":{}}}],["src/utils/lang",{"_index":69,"name":{"92":{}},"parent":{"93":{},"94":{},"95":{}}}],["src/utils/type",{"_index":73,"name":{"96":{}},"parent":{"97":{},"98":{},"99":{},"100":{},"101":{},"102":{},"103":{},"104":{},"105":{},"106":{},"107":{},"108":{},"109":{},"110":{},"111":{},"112":{},"113":{},"114":{},"115":{}}}],["ssrindex",{"_index":295,"name":{"355":{}},"parent":{}}],["ssronly",{"_index":297,"name":{"359":{},"377":{},"402":{}},"parent":{}}],["str",{"_index":178,"name":{"220":{},"245":{}},"parent":{}}],["stringifier",{"_index":174,"name":{"217":{}},"parent":{}}],["style",{"_index":152,"name":{"173":{}},"parent":{}}],["tagend",{"_index":292,"name":{"351":{}},"parent":{}}],["tagname",{"_index":49,"name":{"67":{}},"parent":{}}],["tagstart",{"_index":289,"name":{"348":{}},"parent":{}}],["target",{"_index":360,"name":{"436":{}},"parent":{}}],["targetcode",{"_index":364,"name":{"442":{}},"parent":{}}],["template",{"_index":34,"name":{"35":{},"50":{},"63":{},"120":{}},"parent":{"121":{},"122":{},"123":{},"124":{},"125":{},"126":{},"127":{}}}],["tertiary",{"_index":201,"name":{"241":{}},"parent":{}}],["text",{"_index":205,"name":{"246":{}},"parent":{}}],["tojscompileoptions",{"_index":330,"name":{"400":{}},"parent":{}}],["tojscompiler",{"_index":324,"name":{"391":{}},"parent":{}}],["tscode2js",{"_index":322,"name":{"389":{}},"parent":{}}],["tsconfigfilepath",{"_index":347,"name":{"420":{},"438":{},"480":{}},"parent":{}}],["tsexists",{"_index":376,"name":{"483":{}},"parent":{}}],["tsproject",{"_index":344,"name":{"417":{}},"parent":{}}],["tssourcefile",{"_index":65,"name":{"84":{}},"parent":{}}],["tssourcefile2js",{"_index":321,"name":{"388":{}},"parent":{}}],["typedcomponentinfo",{"_index":44,"name":{"54":{},"468":{}},"parent":{}}],["typedsansourcefile",{"_index":63,"name":{"82":{},"462":{}},"parent":{}}],["typescriptfiledescriptor",{"_index":336,"name":{"406":{}},"parent":{}}],["typescriptsanparser",{"_index":121,"name":{"142":{}},"parent":{}}],["unary",{"_index":199,"name":{"239":{}},"parent":{}}],["unindent",{"_index":134,"name":{"156":{},"283":{}},"parent":{}}],["util",{"_index":14,"name":{"13":{},"116":{},"340":{}},"parent":{"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"117":{},"118":{},"119":{},"341":{},"342":{}}}],["visitanoderecursively",{"_index":97,"name":{"119":{}},"parent":{}}],["write",{"_index":131,"name":{"153":{},"255":{}},"parent":{}}],["writeanonymousfunction",{"_index":224,"name":{"266":{}},"parent":{}}],["writeblock",{"_index":234,"name":{"276":{}},"parent":{}}],["writebreak",{"_index":220,"name":{"262":{}},"parent":{}}],["writecase",{"_index":219,"name":{"261":{}},"parent":{}}],["writecontinue",{"_index":233,"name":{"275":{}},"parent":{}}],["writedatacomment",{"_index":215,"name":{"257":{}},"parent":{}}],["writedefault",{"_index":221,"name":{"263":{}},"parent":{}}],["writefor",{"_index":230,"name":{"272":{}},"parent":{}}],["writefunction",{"_index":222,"name":{"264":{}},"parent":{}}],["writefunctioncall",{"_index":223,"name":{"265":{}},"parent":{}}],["writehtmlexpression",{"_index":214,"name":{"256":{}},"parent":{}}],["writehtmlliteral",{"_index":216,"name":{"258":{}},"parent":{}}],["writeif",{"_index":225,"name":{"267":{}},"parent":{}}],["writeindentedlines",{"_index":140,"name":{"162":{},"289":{}},"parent":{}}],["writeline",{"_index":138,"name":{"160":{},"287":{}},"parent":{}}],["writelines",{"_index":139,"name":{"161":{},"288":{}},"parent":{}}],["writenewline",{"_index":135,"name":{"157":{},"284":{}},"parent":{}}],["writeswitch",{"_index":218,"name":{"260":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file diff --git a/docs/classes/_models_component_info_.componentinfoimpl.html b/docs/classes/_src_models_component_info_.componentinfoimpl.html similarity index 62% rename from docs/classes/_models_component_info_.componentinfoimpl.html rename to docs/classes/_src_models_component_info_.componentinfoimpl.html index 9344d308..c0d06984 100644 --- a/docs/classes/_models_component_info_.componentinfoimpl.html +++ b/docs/classes/_src_models_component_info_.componentinfoimpl.html @@ -4,7 +4,7 @@ ComponentInfoImpl | san-ssr - + @@ -13,7 +13,7 @@
    -
    - \ No newline at end of file diff --git a/docs/classes/_models_component_info_.dynamiccomponentinfo.html b/docs/classes/_src_models_component_info_.dynamiccomponentinfo.html similarity index 55% rename from docs/classes/_models_component_info_.dynamiccomponentinfo.html rename to docs/classes/_src_models_component_info_.dynamiccomponentinfo.html index b2a79a8e..99d6980c 100644 --- a/docs/classes/_models_component_info_.dynamiccomponentinfo.html +++ b/docs/classes/_src_models_component_info_.dynamiccomponentinfo.html @@ -4,7 +4,7 @@ DynamicComponentInfo | san-ssr - + @@ -13,7 +13,7 @@
    -
    - \ No newline at end of file diff --git a/docs/classes/_models_component_info_.typedcomponentinfo.html b/docs/classes/_src_models_component_info_.typedcomponentinfo.html similarity index 60% rename from docs/classes/_models_component_info_.typedcomponentinfo.html rename to docs/classes/_src_models_component_info_.typedcomponentinfo.html index e4574568..5b062dd5 100644 --- a/docs/classes/_models_component_info_.typedcomponentinfo.html +++ b/docs/classes/_src_models_component_info_.typedcomponentinfo.html @@ -4,7 +4,7 @@ TypedComponentInfo | san-ssr - + @@ -13,7 +13,7 @@
    -
    - \ No newline at end of file diff --git a/docs/classes/_models_san_project_.sanproject.html b/docs/classes/_src_models_san_project_.sanproject.html similarity index 61% rename from docs/classes/_models_san_project_.sanproject.html rename to docs/classes/_src_models_san_project_.sanproject.html index 7e4ff24e..f3173dc5 100644 --- a/docs/classes/_models_san_project_.sanproject.html +++ b/docs/classes/_src_models_san_project_.sanproject.html @@ -4,7 +4,7 @@ SanProject | san-ssr - + @@ -13,7 +13,7 @@
    -