@fangzhongya/vue-archive 0.0.2-8 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/_virtual/_commonjsHelpers.js +28 -26
- package/dist/es/_virtual/_plugin-vue_export-helper.js +7 -6
- package/dist/es/_virtual/emphasis.js +2 -2
- package/dist/es/_virtual/entities.js +7 -6
- package/dist/es/_virtual/html_re.js +2 -2
- package/dist/es/_virtual/index.js +7 -6
- package/dist/es/_virtual/index2.js +2 -2
- package/dist/es/_virtual/index3.js +2 -2
- package/dist/es/_virtual/index4.js +2 -2
- package/dist/es/_virtual/parser-html.js +7 -6
- package/dist/es/_virtual/parser-typescript.js +7 -6
- package/dist/es/_virtual/punycode.es6.js +4 -4
- package/dist/es/_virtual/standalone.js +7 -6
- package/dist/es/_virtual/strikethrough.js +2 -2
- package/dist/es/_virtual/utils.js +2 -2
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-4OBNLDTJ.js +3 -3
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-EWJJKQIO.js +3 -3
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-GOJN3OQ4.js +16 -8
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-J7CICTHH.js +18 -12
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-RD4EP3M5.js +40 -27
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-SNABGVNO.js +9 -6
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-XCDKXZFR.js +8 -5
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-XQB2HUHZ.js +14 -11
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-ZVBCHJA5.js +12 -7
- package/dist/es/node_modules/.pnpm/@highlightjs_vue-plugin@2.1.0_jsvakxz56e7tk77soxhxnrhzhm/node_modules/@highlightjs/vue-plugin/dist/highlightjs-vue.esm.min.js +27 -28
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/index.js +6 -6
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/block-parser.js +21 -12
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/index.js +33 -29
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/source-parser.js +38 -17
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/spec-parser.js +11 -9
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/tokenizers/description.js +28 -17
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/tokenizers/name.js +69 -38
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/tokenizers/tag.js +19 -10
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/tokenizers/type.js +51 -26
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/primitives.js +8 -5
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/transforms/align.js +12 -1
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/transforms/crlf.js +12 -1
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/transforms/indent.js +12 -1
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/util.js +20 -20
- package/dist/es/node_modules/.pnpm/entities@3.0.1/node_modules/entities/lib/maps/entities.json.js +6373 -4251
- package/dist/es/node_modules/.pnpm/es-module-lexer@1.1.1/node_modules/es-module-lexer/dist/lexer.js +38 -40
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/es/common.js +3 -3
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/es/core.js +3 -3
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/common.js +79 -79
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/core.js +1157 -648
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/bash.js +75 -57
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/c.js +157 -137
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/cpp.js +118 -93
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/csharp.js +112 -92
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/css.js +92 -77
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/diff.js +13 -11
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/go.js +98 -92
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/graphql.js +20 -17
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/ini.js +51 -39
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/java.js +132 -114
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/javascript.js +237 -192
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/json.js +26 -21
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/kotlin.js +98 -82
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/less.js +161 -134
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/lua.js +34 -29
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/makefile.js +33 -26
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/markdown.js +95 -77
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/objectivec.js +188 -179
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/perl.js +78 -61
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/php-template.js +17 -15
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/php.js +157 -121
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/plaintext.js +11 -9
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/python-repl.js +10 -8
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/python.js +191 -172
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/r.js +39 -33
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/ruby.js +159 -131
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/rust.js +45 -37
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/scss.js +94 -79
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/shell.js +10 -8
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/sql.js +78 -49
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/swift.js +292 -219
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/typescript.js +284 -223
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/vbnet.js +51 -37
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/wasm.js +49 -39
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/xml.js +55 -45
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/yaml.js +66 -46
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/styles/stackoverflow-light.css.js +2 -2
- package/dist/es/node_modules/.pnpm/linkify-it@4.0.1/node_modules/linkify-it/index.js +304 -138
- package/dist/es/node_modules/.pnpm/linkify-it@4.0.1/node_modules/linkify-it/lib/re.js +49 -16
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/index.js +8 -8
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/common/entities.js +5 -5
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/common/html_blocks.js +2 -2
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/common/html_re.js +18 -5
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/common/utils.js +153 -77
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/helpers/index.js +8 -8
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/helpers/parse_link_destination.js +61 -26
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/helpers/parse_link_label.js +27 -13
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/helpers/parse_link_title.js +37 -14
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/index.js +156 -83
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/parser_block.js +69 -42
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/parser_core.js +32 -28
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/parser_inline.js +96 -66
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/presets/commonmark.js +7 -7
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/presets/default.js +7 -7
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/presets/zero.js +7 -7
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/renderer.js +132 -64
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/ruler.js +122 -74
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/blockquote.js +147 -27
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/code.js +18 -12
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/fence.js +63 -11
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/heading.js +40 -9
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/hr.js +32 -11
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/html_block.js +56 -26
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/lheading.js +53 -18
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/list.js +196 -53
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/paragraph.js +32 -12
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/reference.js +142 -44
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/state_block.js +150 -60
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/table.js +174 -44
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/block.js +12 -4
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/inline.js +9 -5
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/linkify.js +90 -20
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/normalize.js +8 -5
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/replacements.js +53 -17
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/smartquotes.js +143 -50
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/state_core.js +11 -7
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/text_join.js +26 -10
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/autolink.js +57 -10
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/backticks.js +42 -16
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/balance_pairs.js +59 -16
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/emphasis.js +64 -24
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/entity.js +45 -13
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/escape.js +51 -16
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/fragments_join.js +21 -6
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/html_inline.js +37 -13
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/image.js +107 -32
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/link.js +100 -26
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/linkify.js +44 -4
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/newline.js +32 -19
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/state_inline.js +91 -23
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/strikethrough.js +79 -25
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/text.js +18 -9
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/token.js +52 -21
- package/dist/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/decode.js +74 -32
- package/dist/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/encode.js +54 -29
- package/dist/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/format.js +16 -4
- package/dist/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/index.js +10 -10
- package/dist/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/parse.js +158 -60
- package/dist/es/node_modules/.pnpm/prettier@2.8.4/node_modules/prettier/parser-html.js +2375 -2274
- package/dist/es/node_modules/.pnpm/prettier@2.8.4/node_modules/prettier/parser-typescript.js +23493 -23223
- package/dist/es/node_modules/.pnpm/prettier@2.8.4/node_modules/prettier/standalone.js +8281 -8174
- package/dist/es/node_modules/.pnpm/punycode@2.3.0/node_modules/punycode/punycode.es6.js +208 -107
- package/dist/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cc/regex.js +9 -4
- package/dist/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cf/regex.js +9 -4
- package/dist/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/P/regex.js +2 -2
- package/dist/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Z/regex.js +9 -4
- package/dist/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/index.js +18 -10
- package/dist/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/properties/Any/regex.js +9 -4
- package/dist/es/packages/components/aside/index.vue.js +109 -79
- package/dist/es/packages/components/aside/index.vue2.js +2 -2
- package/dist/es/packages/components/boxurl/index.vue.js +55 -34
- package/dist/es/packages/components/boxurl/index.vue2.js +2 -2
- package/dist/es/packages/components/choice/choice.vue.js +43 -35
- package/dist/es/packages/components/choice/choice.vue2.js +2 -2
- package/dist/es/packages/components/choice/index.vue.js +69 -48
- package/dist/es/packages/components/choice/index.vue2.js +2 -2
- package/dist/es/packages/components/code/highlight.vue.js +11 -12
- package/dist/es/packages/components/code/highlight.vue2.js +4 -4
- package/dist/es/packages/components/code/index.vue.js +91 -74
- package/dist/es/packages/components/code/index.vue2.js +2 -2
- package/dist/es/packages/components/compo/ftable.vue.js +46 -32
- package/dist/es/packages/components/compo/ftable.vue2.js +2 -2
- package/dist/es/packages/components/compo/index.js +207 -135
- package/dist/es/packages/components/compo/index.vue.js +151 -121
- package/dist/es/packages/components/compo/index.vue2.js +2 -2
- package/dist/es/packages/components/compo/info.vue.js +43 -32
- package/dist/es/packages/components/compo/info.vue2.js +2 -2
- package/dist/es/packages/components/compo/top.js +114 -85
- package/dist/es/packages/components/header/index.vue.js +7 -8
- package/dist/es/packages/components/main/index.vue.js +59 -45
- package/dist/es/packages/components/main/index.vue2.js +2 -2
- package/dist/es/packages/components/md/index.vue.js +53 -45
- package/dist/es/packages/components/md/index.vue2.js +2 -2
- package/dist/es/packages/components/test/index.js +99 -70
- package/dist/es/packages/components/test/index.vue.js +91 -71
- package/dist/es/packages/components/test/index.vue2.js +2 -2
- package/dist/es/packages/components/test/top.js +128 -99
- package/dist/es/packages/components/use/index.js +109 -84
- package/dist/es/packages/components/use/retrie/any/index.vue.js +82 -63
- package/dist/es/packages/components/use/retrie/any/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/array/index.vue.js +54 -39
- package/dist/es/packages/components/use/retrie/array/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/boolean/index.vue.js +61 -43
- package/dist/es/packages/components/use/retrie/boolean/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/choice/index.vue.js +154 -96
- package/dist/es/packages/components/use/retrie/choice/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/choice/index.vue3.js +2 -2
- package/dist/es/packages/components/use/retrie/expose/index.vue.js +65 -47
- package/dist/es/packages/components/use/retrie/expose/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/form/index.vue.js +104 -96
- package/dist/es/packages/components/use/retrie/form/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/function/index.vue.js +60 -47
- package/dist/es/packages/components/use/retrie/function/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/index.vue.js +56 -47
- package/dist/es/packages/components/use/retrie/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/number/index.vue.js +41 -33
- package/dist/es/packages/components/use/retrie/number/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/object/index.vue.js +54 -39
- package/dist/es/packages/components/use/retrie/object/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/other/index.vue.js +54 -37
- package/dist/es/packages/components/use/retrie/other/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/select/index.vue.js +112 -79
- package/dist/es/packages/components/use/retrie/select/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/select/index.vue3.js +2 -2
- package/dist/es/packages/components/use/retrie/slot/index.vue.js +41 -33
- package/dist/es/packages/components/use/retrie/slot/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/string/index.vue.js +36 -27
- package/dist/es/packages/components/use/retrie/string/index.vue2.js +2 -2
- package/dist/es/packages/components/use/set-code.vue.js +148 -104
- package/dist/es/packages/components/use/set-code.vue2.js +2 -2
- package/dist/es/packages/components/use/set-emit.vue.js +46 -34
- package/dist/es/packages/components/use/set-emit.vue2.js +2 -2
- package/dist/es/packages/components/use/set-expose.vue.js +37 -30
- package/dist/es/packages/components/use/set-expose.vue2.js +2 -2
- package/dist/es/packages/components/use/set-props.vue.js +104 -66
- package/dist/es/packages/components/use/set-props.vue2.js +2 -2
- package/dist/es/packages/components/use/set-slot.vue.js +39 -34
- package/dist/es/packages/components/use/set-slot.vue2.js +2 -2
- package/dist/es/packages/components/use/util.js +156 -74
- package/dist/es/packages/config.d.ts +3 -3
- package/dist/es/packages/config.js +8 -8
- package/dist/es/packages/index/index.vue.js +10 -10
- package/dist/es/packages/index/index.vue2.js +2 -2
- package/dist/es/packages/index.js +9 -9
- package/dist/es/packages/page/compon/index.vue.js +2 -2
- package/dist/es/packages/page/compon/index.vue2.js +19 -17
- package/dist/es/packages/page/develop/index.vue.js +2 -2
- package/dist/es/packages/page/develop/index.vue2.js +19 -17
- package/dist/es/packages/page/index/index.vue.js +2 -2
- package/dist/es/packages/page/index/index.vue2.js +50 -38
- package/dist/es/packages/page/single/index.vue.js +2 -2
- package/dist/es/packages/page/single/index.vue2.js +75 -61
- package/dist/es/packages/page/tests/index.vue.js +2 -2
- package/dist/es/packages/page/tests/index.vue2.js +74 -49
- package/dist/es/packages/router/index.js +99 -62
- package/dist/es/packages/utils/common.js +138 -80
- package/dist/es/packages/utils/glob.js +480 -306
- package/dist/es/packages/utils/index.js +14 -13
- package/dist/es/packages/utils/props.js +171 -66
- package/dist/es/packages/utils/storage.js +27 -19
- package/dist/es/style.css +367 -2
- package/dist/lib/_virtual/_commonjsHelpers.js +38 -1
- package/dist/lib/_virtual/_plugin-vue_export-helper.js +9 -1
- package/dist/lib/_virtual/emphasis.js +4 -1
- package/dist/lib/_virtual/entities.js +12 -1
- package/dist/lib/_virtual/html_re.js +4 -1
- package/dist/lib/_virtual/index.js +12 -1
- package/dist/lib/_virtual/index2.js +4 -1
- package/dist/lib/_virtual/index3.js +4 -1
- package/dist/lib/_virtual/index4.js +4 -1
- package/dist/lib/_virtual/parser-html.js +12 -1
- package/dist/lib/_virtual/parser-typescript.js +12 -1
- package/dist/lib/_virtual/punycode.es6.js +5 -1
- package/dist/lib/_virtual/standalone.js +12 -1
- package/dist/lib/_virtual/strikethrough.js +4 -1
- package/dist/lib/_virtual/utils.js +4 -1
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-4OBNLDTJ.js +6 -1
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-EWJJKQIO.js +6 -1
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-GOJN3OQ4.js +20 -1
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-J7CICTHH.js +23 -1
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-RD4EP3M5.js +44 -1
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-SNABGVNO.js +12 -1
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-XCDKXZFR.js +11 -1
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-XQB2HUHZ.js +21 -1
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-ZVBCHJA5.js +16 -1
- package/dist/lib/node_modules/.pnpm/@highlightjs_vue-plugin@2.1.0_jsvakxz56e7tk77soxhxnrhzhm/node_modules/@highlightjs/vue-plugin/dist/highlightjs-vue.esm.min.js +34 -1
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/index.js +15 -1
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/block-parser.js +25 -1
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/index.js +41 -1
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/source-parser.js +44 -1
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/spec-parser.js +15 -1
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/tokenizers/description.js +35 -2
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/tokenizers/name.js +83 -1
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/tokenizers/tag.js +22 -1
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/tokenizers/type.js +60 -2
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/primitives.js +9 -1
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/transforms/align.js +14 -1
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/transforms/crlf.js +13 -1
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/transforms/indent.js +13 -1
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/util.js +28 -1
- package/dist/lib/node_modules/.pnpm/entities@3.0.1/node_modules/entities/lib/maps/entities.json.js +6376 -2
- package/dist/lib/node_modules/.pnpm/es-module-lexer@1.1.1/node_modules/es-module-lexer/dist/lexer.js +50 -3
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/es/common.js +5 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/es/core.js +5 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/common.js +80 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/core.js +1573 -2
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/bash.js +381 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/c.js +289 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/cpp.js +544 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/csharp.js +398 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/css.js +741 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/diff.js +63 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/go.js +144 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/graphql.js +80 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/ini.js +126 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/java.js +263 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/javascript.js +691 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/json.js +49 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/kotlin.js +265 -2
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/less.js +822 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/lua.js +70 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/makefile.js +77 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/markdown.js +236 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/objectivec.js +253 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/perl.js +461 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/php-template.js +56 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/php.js +586 -2
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/plaintext.js +22 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/python-repl.js +35 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/python.js +423 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/r.js +220 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/ruby.js +423 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/rust.js +305 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/scss.js +726 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/shell.js +34 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/sql.js +648 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/swift.js +785 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/typescript.js +779 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/vbnet.js +143 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/wasm.js +131 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/xml.js +236 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/yaml.js +194 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/styles/stackoverflow-light.css.js +3 -1
- package/dist/lib/node_modules/.pnpm/linkify-it@4.0.1/node_modules/linkify-it/index.js +354 -1
- package/dist/lib/node_modules/.pnpm/linkify-it@4.0.1/node_modules/linkify-it/lib/re.js +54 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/index.js +9 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/common/entities.js +6 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/common/html_blocks.js +66 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/common/html_re.js +19 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/common/utils.js +226 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/helpers/index.js +9 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/helpers/parse_link_destination.js +78 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/helpers/parse_link_label.js +32 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/helpers/parse_link_title.js +45 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/index.js +181 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/parser_block.js +79 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/parser_core.js +38 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/parser_inline.js +112 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/presets/commonmark.js +77 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/presets/default.js +39 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/presets/zero.js +58 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/renderer.js +150 -13
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/ruler.js +143 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/blockquote.js +160 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/code.js +26 -2
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/fence.js +67 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/heading.js +43 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/hr.js +36 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/html_block.js +62 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/lheading.js +59 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/list.js +220 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/paragraph.js +36 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/reference.js +152 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/state_block.js +167 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/table.js +184 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/block.js +14 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/inline.js +11 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/linkify.js +100 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/normalize.js +10 -2
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/replacements.js +62 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/smartquotes.js +157 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/state_core.js +13 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/text_join.js +29 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/autolink.js +61 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/backticks.js +45 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/balance_pairs.js +65 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/emphasis.js +82 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/entity.js +49 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/escape.js +56 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/fragments_join.js +23 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/html_inline.js +43 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/image.js +112 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/link.js +105 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/linkify.js +46 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/newline.js +35 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/state_inline.js +98 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/strikethrough.js +88 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/text.js +46 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/token.js +61 -1
- package/dist/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/decode.js +84 -1
- package/dist/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/encode.js +64 -1
- package/dist/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/format.js +18 -1
- package/dist/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/index.js +11 -1
- package/dist/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/parse.js +171 -2
- package/dist/lib/node_modules/.pnpm/prettier@2.8.4/node_modules/prettier/parser-html.js +3149 -20
- package/dist/lib/node_modules/.pnpm/prettier@2.8.4/node_modules/prettier/parser-typescript.js +33275 -78
- package/dist/lib/node_modules/.pnpm/prettier@2.8.4/node_modules/prettier/standalone.js +11383 -88
- package/dist/lib/node_modules/.pnpm/punycode@2.3.0/node_modules/punycode/punycode.es6.js +240 -1
- package/dist/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cc/regex.js +12 -1
- package/dist/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cf/regex.js +12 -1
- package/dist/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/P/regex.js +3 -1
- package/dist/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Z/regex.js +12 -1
- package/dist/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/index.js +21 -1
- package/dist/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/properties/Any/regex.js +12 -1
- package/dist/lib/packages/components/aside/index.vue.js +133 -1
- package/dist/lib/packages/components/aside/index.vue2.js +3 -1
- package/dist/lib/packages/components/boxurl/index.vue.js +78 -1
- package/dist/lib/packages/components/boxurl/index.vue2.js +3 -1
- package/dist/lib/packages/components/choice/choice.vue.js +58 -1
- package/dist/lib/packages/components/choice/choice.vue2.js +3 -1
- package/dist/lib/packages/components/choice/index.vue.js +99 -1
- package/dist/lib/packages/components/choice/index.vue2.js +3 -1
- package/dist/lib/packages/components/code/highlight.vue.js +15 -1
- package/dist/lib/packages/components/code/highlight.vue2.js +17 -1
- package/dist/lib/packages/components/code/index.vue.js +131 -1
- package/dist/lib/packages/components/code/index.vue2.js +3 -1
- package/dist/lib/packages/components/compo/ftable.vue.js +77 -1
- package/dist/lib/packages/components/compo/ftable.vue2.js +3 -1
- package/dist/lib/packages/components/compo/index.js +290 -1
- package/dist/lib/packages/components/compo/index.vue.js +226 -1
- package/dist/lib/packages/components/compo/index.vue2.js +3 -1
- package/dist/lib/packages/components/compo/info.vue.js +56 -1
- package/dist/lib/packages/components/compo/info.vue2.js +3 -1
- package/dist/lib/packages/components/compo/top.js +151 -1
- package/dist/lib/packages/components/header/index.vue.js +9 -1
- package/dist/lib/packages/components/main/index.vue.js +71 -1
- package/dist/lib/packages/components/main/index.vue2.js +3 -1
- package/dist/lib/packages/components/md/index.vue.js +70 -1
- package/dist/lib/packages/components/md/index.vue2.js +3 -1
- package/dist/lib/packages/components/test/index.js +129 -1
- package/dist/lib/packages/components/test/index.vue.js +108 -1
- package/dist/lib/packages/components/test/index.vue2.js +3 -1
- package/dist/lib/packages/components/test/top.js +187 -1
- package/dist/lib/packages/components/use/index.js +202 -1
- package/dist/lib/packages/components/use/retrie/any/index.vue.js +153 -1
- package/dist/lib/packages/components/use/retrie/any/index.vue2.js +3 -1
- package/dist/lib/packages/components/use/retrie/array/index.vue.js +79 -5
- package/dist/lib/packages/components/use/retrie/array/index.vue2.js +3 -1
- package/dist/lib/packages/components/use/retrie/boolean/index.vue.js +90 -1
- package/dist/lib/packages/components/use/retrie/boolean/index.vue2.js +3 -1
- package/dist/lib/packages/components/use/retrie/choice/index.vue.js +207 -3
- package/dist/lib/packages/components/use/retrie/choice/index.vue2.js +3 -1
- package/dist/lib/packages/components/use/retrie/choice/index.vue3.js +4 -1
- package/dist/lib/packages/components/use/retrie/expose/index.vue.js +89 -1
- package/dist/lib/packages/components/use/retrie/expose/index.vue2.js +3 -1
- package/dist/lib/packages/components/use/retrie/form/index.vue.js +159 -1
- package/dist/lib/packages/components/use/retrie/form/index.vue2.js +3 -1
- package/dist/lib/packages/components/use/retrie/function/index.vue.js +94 -3
- package/dist/lib/packages/components/use/retrie/function/index.vue2.js +3 -1
- package/dist/lib/packages/components/use/retrie/index.vue.js +112 -1
- package/dist/lib/packages/components/use/retrie/index.vue2.js +3 -1
- package/dist/lib/packages/components/use/retrie/number/index.vue.js +58 -1
- package/dist/lib/packages/components/use/retrie/number/index.vue2.js +3 -1
- package/dist/lib/packages/components/use/retrie/object/index.vue.js +79 -5
- package/dist/lib/packages/components/use/retrie/object/index.vue2.js +3 -1
- package/dist/lib/packages/components/use/retrie/other/index.vue.js +93 -3
- package/dist/lib/packages/components/use/retrie/other/index.vue2.js +3 -1
- package/dist/lib/packages/components/use/retrie/select/index.vue.js +160 -1
- package/dist/lib/packages/components/use/retrie/select/index.vue2.js +3 -1
- package/dist/lib/packages/components/use/retrie/select/index.vue3.js +4 -1
- package/dist/lib/packages/components/use/retrie/slot/index.vue.js +57 -1
- package/dist/lib/packages/components/use/retrie/slot/index.vue2.js +3 -1
- package/dist/lib/packages/components/use/retrie/string/index.vue.js +62 -1
- package/dist/lib/packages/components/use/retrie/string/index.vue2.js +3 -1
- package/dist/lib/packages/components/use/set-code.vue.js +182 -12
- package/dist/lib/packages/components/use/set-code.vue2.js +3 -1
- package/dist/lib/packages/components/use/set-emit.vue.js +63 -1
- package/dist/lib/packages/components/use/set-emit.vue2.js +3 -1
- package/dist/lib/packages/components/use/set-expose.vue.js +52 -1
- package/dist/lib/packages/components/use/set-expose.vue2.js +3 -1
- package/dist/lib/packages/components/use/set-props.vue.js +131 -1
- package/dist/lib/packages/components/use/set-props.vue2.js +3 -1
- package/dist/lib/packages/components/use/set-slot.vue.js +52 -1
- package/dist/lib/packages/components/use/set-slot.vue2.js +3 -1
- package/dist/lib/packages/components/use/util.js +181 -4
- package/dist/lib/packages/config.d.ts +3 -3
- package/dist/lib/packages/config.js +14 -1
- package/dist/lib/packages/index/index.vue.js +14 -1
- package/dist/lib/packages/index/index.vue2.js +3 -1
- package/dist/lib/packages/index.js +14 -1
- package/dist/lib/packages/page/compon/index.vue.js +3 -1
- package/dist/lib/packages/page/compon/index.vue2.js +23 -1
- package/dist/lib/packages/page/develop/index.vue.js +3 -1
- package/dist/lib/packages/page/develop/index.vue2.js +23 -1
- package/dist/lib/packages/page/index/index.vue.js +3 -1
- package/dist/lib/packages/page/index/index.vue2.js +62 -1
- package/dist/lib/packages/page/single/index.vue.js +3 -1
- package/dist/lib/packages/page/single/index.vue2.js +86 -1
- package/dist/lib/packages/page/tests/index.vue.js +3 -1
- package/dist/lib/packages/page/tests/index.vue2.js +94 -1
- package/dist/lib/packages/router/index.js +173 -1
- package/dist/lib/packages/utils/common.js +166 -1
- package/dist/lib/packages/utils/glob.js +561 -2
- package/dist/lib/packages/utils/index.js +19 -1
- package/dist/lib/packages/utils/props.js +197 -1
- package/dist/lib/packages/utils/storage.js +42 -1
- package/package.json +9 -10
- package/dist/es/node_modules/.pnpm/@vue_compiler-core@3.2.47/node_modules/@vue/compiler-core/dist/compiler-core.esm-bundler.js +0 -2881
- package/dist/es/node_modules/.pnpm/@vue_compiler-dom@3.2.47/node_modules/@vue/compiler-dom/dist/compiler-dom.esm-bundler.js +0 -408
- package/dist/es/node_modules/.pnpm/@vue_reactivity@3.2.47/node_modules/@vue/reactivity/dist/reactivity.esm-bundler.js +0 -700
- package/dist/es/node_modules/.pnpm/@vue_runtime-core@3.2.47/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js +0 -3908
- package/dist/es/node_modules/.pnpm/@vue_runtime-dom@3.2.47/node_modules/@vue/runtime-dom/dist/runtime-dom.esm-bundler.js +0 -1023
- package/dist/es/node_modules/.pnpm/@vue_shared@3.2.47/node_modules/@vue/shared/dist/shared.esm-bundler.js +0 -280
- package/dist/es/node_modules/.pnpm/vue@3.2.47/node_modules/vue/dist/vue.esm-bundler.js +0 -163
- package/dist/lib/node_modules/.pnpm/@vue_compiler-core@3.2.47/node_modules/@vue/compiler-core/dist/compiler-core.esm-bundler.js +0 -9
- package/dist/lib/node_modules/.pnpm/@vue_compiler-dom@3.2.47/node_modules/@vue/compiler-dom/dist/compiler-dom.esm-bundler.js +0 -1
- package/dist/lib/node_modules/.pnpm/@vue_reactivity@3.2.47/node_modules/@vue/reactivity/dist/reactivity.esm-bundler.js +0 -1
- package/dist/lib/node_modules/.pnpm/@vue_runtime-core@3.2.47/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js +0 -14
- package/dist/lib/node_modules/.pnpm/@vue_runtime-dom@3.2.47/node_modules/@vue/runtime-dom/dist/runtime-dom.esm-bundler.js +0 -1
- package/dist/lib/node_modules/.pnpm/@vue_shared@3.2.47/node_modules/@vue/shared/dist/shared.esm-bundler.js +0 -2
- package/dist/lib/node_modules/.pnpm/vue@3.2.47/node_modules/vue/dist/vue.esm-bundler.js +0 -2
|
@@ -1,36 +1,3165 @@
|
|
|
1
|
-
"use strict";const hu=require("../../../../../_virtual/_commonjsHelpers.js"),Yu=require("../../../../../_virtual/parser-html.js");(function(Ju,Lr){(function(P){Ju.exports=P()})(function(){var P=(N,c)=>()=>(c||N((c={exports:{}}).exports,c),c.exports),ve=P((N,c)=>{var l=function(d){return d&&d.Math==Math&&d};c.exports=l(typeof globalThis=="object"&&globalThis)||l(typeof window=="object"&&window)||l(typeof self=="object"&&self)||l(typeof hu.commonjsGlobal=="object"&&hu.commonjsGlobal)||function(){return this}()||Function("return this")()}),ye=P((N,c)=>{c.exports=function(l){try{return!!l()}catch{return!0}}}),we=P((N,c)=>{var l=ye();c.exports=!l(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!=7})}),eu=P((N,c)=>{var l=ye();c.exports=!l(function(){var d=function(){}.bind();return typeof d!="function"||d.hasOwnProperty("prototype")})}),Oe=P((N,c)=>{var l=eu(),d=Function.prototype.call;c.exports=l?d.bind(d):function(){return d.apply(d,arguments)}}),Ku=P(N=>{var c={}.propertyIsEnumerable,l=Object.getOwnPropertyDescriptor,d=l&&!c.call({1:2},1);N.f=d?function(h){var g=l(this,h);return!!g&&g.enumerable}:c}),uu=P((N,c)=>{c.exports=function(l,d){return{enumerable:!(l&1),configurable:!(l&2),writable:!(l&4),value:d}}}),Te=P((N,c)=>{var l=eu(),d=Function.prototype,h=d.call,g=l&&d.bind.bind(h,h);c.exports=l?g:function(_){return function(){return h.apply(_,arguments)}}}),Ue=P((N,c)=>{var l=Te(),d=l({}.toString),h=l("".slice);c.exports=function(g){return h(d(g),8,-1)}}),Zu=P((N,c)=>{var l=Te(),d=ye(),h=Ue(),g=Object,_=l("".split);c.exports=d(function(){return!g("z").propertyIsEnumerable(0)})?function(w){return h(w)=="String"?_(w,""):g(w)}:g}),tu=P((N,c)=>{c.exports=function(l){return l==null}}),du=P((N,c)=>{var l=tu(),d=TypeError;c.exports=function(h){if(l(h))throw d("Can't call method on "+h);return h}}),ru=P((N,c)=>{var l=Zu(),d=du();c.exports=function(h){return l(d(h))}}),Cu=P((N,c)=>{var l=typeof document=="object"&&document.all,d=typeof l>"u"&&l!==void 0;c.exports={all:l,IS_HTMLDDA:d}}),Ee=P((N,c)=>{var l=Cu(),d=l.all;c.exports=l.IS_HTMLDDA?function(h){return typeof h=="function"||h===d}:function(h){return typeof h=="function"}}),Pe=P((N,c)=>{var l=Ee(),d=Cu(),h=d.all;c.exports=d.IS_HTMLDDA?function(g){return typeof g=="object"?g!==null:l(g)||g===h}:function(g){return typeof g=="object"?g!==null:l(g)}}),Ve=P((N,c)=>{var l=ve(),d=Ee(),h=function(g){return d(g)?g:void 0};c.exports=function(g,_){return arguments.length<2?h(l[g]):l[g]&&l[g][_]}}),Eu=P((N,c)=>{var l=Te();c.exports=l({}.isPrototypeOf)}),et=P((N,c)=>{var l=Ve();c.exports=l("navigator","userAgent")||""}),ut=P((N,c)=>{var l=ve(),d=et(),h=l.process,g=l.Deno,_=h&&h.versions||g&&g.version,w=_&&_.v8,y,x;w&&(y=w.split("."),x=y[0]>0&&y[0]<4?1:+(y[0]+y[1])),!x&&d&&(y=d.match(/Edge\/(\d+)/),(!y||y[1]>=74)&&(y=d.match(/Chrome\/(\d+)/),y&&(x=+y[1]))),c.exports=x}),mu=P((N,c)=>{var l=ut(),d=ye();c.exports=!!Object.getOwnPropertySymbols&&!d(function(){var h=Symbol();return!String(h)||!(Object(h)instanceof Symbol)||!Symbol.sham&&l&&l<41})}),fu=P((N,c)=>{var l=mu();c.exports=l&&!Symbol.sham&&typeof Symbol.iterator=="symbol"}),gu=P((N,c)=>{var l=Ve(),d=Ee(),h=Eu(),g=fu(),_=Object;c.exports=g?function(w){return typeof w=="symbol"}:function(w){var y=l("Symbol");return d(y)&&h(y.prototype,_(w))}}),nu=P((N,c)=>{var l=String;c.exports=function(d){try{return l(d)}catch{return"Object"}}}),Ge=P((N,c)=>{var l=Ee(),d=nu(),h=TypeError;c.exports=function(g){if(l(g))return g;throw h(d(g)+" is not a function")}}),su=P((N,c)=>{var l=Ge(),d=tu();c.exports=function(h,g){var _=h[g];return d(_)?void 0:l(_)}}),tt=P((N,c)=>{var l=Oe(),d=Ee(),h=Pe(),g=TypeError;c.exports=function(_,w){var y,x;if(w==="string"&&d(y=_.toString)&&!h(x=l(y,_))||d(y=_.valueOf)&&!h(x=l(y,_))||w!=="string"&&d(y=_.toString)&&!h(x=l(y,_)))return x;throw g("Can't convert object to primitive value")}}),rt=P((N,c)=>{c.exports=!1}),iu=P((N,c)=>{var l=ve(),d=Object.defineProperty;c.exports=function(h,g){try{d(l,h,{value:g,configurable:!0,writable:!0})}catch{l[h]=g}return g}}),au=P((N,c)=>{var l=ve(),d=iu(),h="__core-js_shared__",g=l[h]||d(h,{});c.exports=g}),Fu=P((N,c)=>{var l=rt(),d=au();(c.exports=function(h,g){return d[h]||(d[h]=g!==void 0?g:{})})("versions",[]).push({version:"3.26.1",mode:l?"pure":"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.26.1/LICENSE",source:"https://github.com/zloirock/core-js"})}),Au=P((N,c)=>{var l=du(),d=Object;c.exports=function(h){return d(l(h))}}),xe=P((N,c)=>{var l=Te(),d=Au(),h=l({}.hasOwnProperty);c.exports=Object.hasOwn||function(g,_){return h(d(g),_)}}),vu=P((N,c)=>{var l=Te(),d=0,h=Math.random(),g=l(1 .toString);c.exports=function(_){return"Symbol("+(_===void 0?"":_)+")_"+g(++d+h,36)}}),Re=P((N,c)=>{var l=ve(),d=Fu(),h=xe(),g=vu(),_=mu(),w=fu(),y=d("wks"),x=l.Symbol,j=x&&x.for,q=w?x:x&&x.withoutSetter||g;c.exports=function(S){if(!h(y,S)||!(_||typeof y[S]=="string")){var U="Symbol."+S;_&&h(x,S)?y[S]=x[S]:w&&j?y[S]=j(U):y[S]=q(U)}return y[S]}}),nt=P((N,c)=>{var l=Oe(),d=Pe(),h=gu(),g=su(),_=tt(),w=Re(),y=TypeError,x=w("toPrimitive");c.exports=function(j,q){if(!d(j)||h(j))return j;var S=g(j,x),U;if(S){if(q===void 0&&(q="default"),U=l(S,j,q),!d(U)||h(U))return U;throw y("Can't convert object to primitive value")}return q===void 0&&(q="number"),_(j,q)}}),ou=P((N,c)=>{var l=nt(),d=gu();c.exports=function(h){var g=l(h,"string");return d(g)?g:g+""}}),st=P((N,c)=>{var l=ve(),d=Pe(),h=l.document,g=d(h)&&d(h.createElement);c.exports=function(_){return g?h.createElement(_):{}}}),Tu=P((N,c)=>{var l=we(),d=ye(),h=st();c.exports=!l&&!d(function(){return Object.defineProperty(h("div"),"a",{get:function(){return 7}}).a!=7})}),_u=P(N=>{var c=we(),l=Oe(),d=Ku(),h=uu(),g=ru(),_=ou(),w=xe(),y=Tu(),x=Object.getOwnPropertyDescriptor;N.f=c?x:function(j,q){if(j=g(j),q=_(q),y)try{return x(j,q)}catch{}if(w(j,q))return h(!l(d.f,j,q),j[q])}}),it=P((N,c)=>{var l=we(),d=ye();c.exports=l&&d(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!=42})}),Le=P((N,c)=>{var l=Pe(),d=String,h=TypeError;c.exports=function(g){if(l(g))return g;throw h(d(g)+" is not an object")}}),Xe=P(N=>{var c=we(),l=Tu(),d=it(),h=Le(),g=ou(),_=TypeError,w=Object.defineProperty,y=Object.getOwnPropertyDescriptor,x="enumerable",j="configurable",q="writable";N.f=c?d?function(S,U,J){if(h(S),U=g(U),h(J),typeof S=="function"&&U==="prototype"&&"value"in J&&q in J&&!J[q]){var H=y(S,U);H&&H[q]&&(S[U]=J.value,J={configurable:j in J?J[j]:H[j],enumerable:x in J?J[x]:H[x],writable:!1})}return w(S,U,J)}:w:function(S,U,J){if(h(S),U=g(U),h(J),l)try{return w(S,U,J)}catch{}if("get"in J||"set"in J)throw _("Accessors not supported");return"value"in J&&(S[U]=J.value),S}}),Su=P((N,c)=>{var l=we(),d=Xe(),h=uu();c.exports=l?function(g,_,w){return d.f(g,_,h(1,w))}:function(g,_,w){return g[_]=w,g}}),at=P((N,c)=>{var l=we(),d=xe(),h=Function.prototype,g=l&&Object.getOwnPropertyDescriptor,_=d(h,"name"),w=_&&function(){}.name==="something",y=_&&(!l||l&&g(h,"name").configurable);c.exports={EXISTS:_,PROPER:w,CONFIGURABLE:y}}),yu=P((N,c)=>{var l=Te(),d=Ee(),h=au(),g=l(Function.toString);d(h.inspectSource)||(h.inspectSource=function(_){return g(_)}),c.exports=h.inspectSource}),ot=P((N,c)=>{var l=ve(),d=Ee(),h=l.WeakMap;c.exports=d(h)&&/native code/.test(String(h))}),Dt=P((N,c)=>{var l=Fu(),d=vu(),h=l("keys");c.exports=function(g){return h[g]||(h[g]=d(g))}}),Bu=P((N,c)=>{c.exports={}}),lt=P((N,c)=>{var l=ot(),d=ve(),h=Pe(),g=Su(),_=xe(),w=au(),y=Dt(),x=Bu(),j="Object already initialized",q=d.TypeError,S=d.WeakMap,U,J,H,Y=function(ne){return H(ne)?J(ne):U(ne,{})},Z=function(ne){return function(ce){var Ne;if(!h(ce)||(Ne=J(ce)).type!==ne)throw q("Incompatible receiver, "+ne+" required");return Ne}};l||w.state?(R=w.state||(w.state=new S),R.get=R.get,R.has=R.has,R.set=R.set,U=function(ne,ce){if(R.has(ne))throw q(j);return ce.facade=ne,R.set(ne,ce),ce},J=function(ne){return R.get(ne)||{}},H=function(ne){return R.has(ne)}):(De=y("state"),x[De]=!0,U=function(ne,ce){if(_(ne,De))throw q(j);return ce.facade=ne,g(ne,De,ce),ce},J=function(ne){return _(ne,De)?ne[De]:{}},H=function(ne){return _(ne,De)});var R,De;c.exports={set:U,get:J,has:H,enforce:Y,getterFor:Z}}),ct=P((N,c)=>{var l=ye(),d=Ee(),h=xe(),g=we(),_=at().CONFIGURABLE,w=yu(),y=lt(),x=y.enforce,j=y.get,q=Object.defineProperty,S=g&&!l(function(){return q(function(){},"length",{value:8}).length!==8}),U=String(String).split("String"),J=c.exports=function(H,Y,Z){String(Y).slice(0,7)==="Symbol("&&(Y="["+String(Y).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),Z&&Z.getter&&(Y="get "+Y),Z&&Z.setter&&(Y="set "+Y),(!h(H,"name")||_&&H.name!==Y)&&(g?q(H,"name",{value:Y,configurable:!0}):H.name=Y),S&&Z&&h(Z,"arity")&&H.length!==Z.arity&&q(H,"length",{value:Z.arity});try{Z&&h(Z,"constructor")&&Z.constructor?g&&q(H,"prototype",{writable:!1}):H.prototype&&(H.prototype=void 0)}catch{}var R=x(H);return h(R,"source")||(R.source=U.join(typeof Y=="string"?Y:"")),H};Function.prototype.toString=J(function(){return d(this)&&j(this).source||w(this)},"toString")}),pt=P((N,c)=>{var l=Ee(),d=Xe(),h=ct(),g=iu();c.exports=function(_,w,y,x){x||(x={});var j=x.enumerable,q=x.name!==void 0?x.name:w;if(l(y)&&h(y,q,x),x.global)j?_[w]=y:g(w,y);else{try{x.unsafe?_[w]&&(j=!0):delete _[w]}catch{}j?_[w]=y:d.f(_,w,{value:y,enumerable:!1,configurable:!x.nonConfigurable,writable:!x.nonWritable})}return _}}),ht=P((N,c)=>{var l=Math.ceil,d=Math.floor;c.exports=Math.trunc||function(h){var g=+h;return(g>0?d:l)(g)}}),bu=P((N,c)=>{var l=ht();c.exports=function(d){var h=+d;return h!==h||h===0?0:l(h)}}),dt=P((N,c)=>{var l=bu(),d=Math.max,h=Math.min;c.exports=function(g,_){var w=l(g);return w<0?d(w+_,0):h(w,_)}}),Ct=P((N,c)=>{var l=bu(),d=Math.min;c.exports=function(h){return h>0?d(l(h),9007199254740991):0}}),He=P((N,c)=>{var l=Ct();c.exports=function(d){return l(d.length)}}),Et=P((N,c)=>{var l=ru(),d=dt(),h=He(),g=function(_){return function(w,y,x){var j=l(w),q=h(j),S=d(x,q),U;if(_&&y!=y){for(;q>S;)if(U=j[S++],U!=U)return!0}else for(;q>S;S++)if((_||S in j)&&j[S]===y)return _||S||0;return!_&&-1}};c.exports={includes:g(!0),indexOf:g(!1)}}),mt=P((N,c)=>{var l=Te(),d=xe(),h=ru(),g=Et().indexOf,_=Bu(),w=l([].push);c.exports=function(y,x){var j=h(y),q=0,S=[],U;for(U in j)!d(_,U)&&d(j,U)&&w(S,U);for(;x.length>q;)d(j,U=x[q++])&&(~g(S,U)||w(S,U));return S}}),ft=P((N,c)=>{c.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}),gt=P(N=>{var c=mt(),l=ft(),d=l.concat("length","prototype");N.f=Object.getOwnPropertyNames||function(h){return c(h,d)}}),Ft=P(N=>{N.f=Object.getOwnPropertySymbols}),At=P((N,c)=>{var l=Ve(),d=Te(),h=gt(),g=Ft(),_=Le(),w=d([].concat);c.exports=l("Reflect","ownKeys")||function(y){var x=h.f(_(y)),j=g.f;return j?w(x,j(y)):x}}),vt=P((N,c)=>{var l=xe(),d=At(),h=_u(),g=Xe();c.exports=function(_,w,y){for(var x=d(w),j=g.f,q=h.f,S=0;S<x.length;S++){var U=x[S];!l(_,U)&&!(y&&l(y,U))&&j(_,U,q(w,U))}}}),Tt=P((N,c)=>{var l=ye(),d=Ee(),h=/#|\.prototype\./,g=function(j,q){var S=w[_(j)];return S==x?!0:S==y?!1:d(q)?l(q):!!q},_=g.normalize=function(j){return String(j).replace(h,".").toLowerCase()},w=g.data={},y=g.NATIVE="N",x=g.POLYFILL="P";c.exports=g}),Du=P((N,c)=>{var l=ve(),d=_u().f,h=Su(),g=pt(),_=iu(),w=vt(),y=Tt();c.exports=function(x,j){var q=x.target,S=x.global,U=x.stat,J,H,Y,Z,R,De;if(S?H=l:U?H=l[q]||_(q,{}):H=(l[q]||{}).prototype,H)for(Y in j){if(R=j[Y],x.dontCallGetSet?(De=d(H,Y),Z=De&&De.value):Z=H[Y],J=y(S?Y:q+(U?".":"#")+Y,x.forced),!J&&Z!==void 0){if(typeof R==typeof Z)continue;w(R,Z)}(x.sham||Z&&Z.sham)&&h(R,"sham",!0),g(H,Y,R,x)}}}),_t=P(()=>{var N=Du(),c=ve();N({global:!0,forced:c.globalThis!==c},{globalThis:c})}),St=P(()=>{_t()}),wu=P((N,c)=>{var l=Ue();c.exports=Array.isArray||function(d){return l(d)=="Array"}}),yt=P((N,c)=>{var l=TypeError,d=9007199254740991;c.exports=function(h){if(h>d)throw l("Maximum allowed index exceeded");return h}}),Bt=P((N,c)=>{var l=Ue(),d=Te();c.exports=function(h){if(l(h)==="Function")return d(h)}}),xu=P((N,c)=>{var l=Bt(),d=Ge(),h=eu(),g=l(l.bind);c.exports=function(_,w){return d(_),w===void 0?_:h?g(_,w):function(){return _.apply(w,arguments)}}}),bt=P((N,c)=>{var l=wu(),d=He(),h=yt(),g=xu(),_=function(w,y,x,j,q,S,U,J){for(var H=q,Y=0,Z=U?g(U,J):!1,R,De;Y<j;)Y in x&&(R=Z?Z(x[Y],Y,y):x[Y],S>0&&l(R)?(De=d(R),H=_(w,y,R,De,H,S-1)-1):(h(H+1),w[H]=R),H++),Y++;return H};c.exports=_}),wt=P((N,c)=>{var l=Re(),d=l("toStringTag"),h={};h[d]="z",c.exports=String(h)==="[object z]"}),Nu=P((N,c)=>{var l=wt(),d=Ee(),h=Ue(),g=Re(),_=g("toStringTag"),w=Object,y=h(function(){return arguments}())=="Arguments",x=function(j,q){try{return j[q]}catch{}};c.exports=l?h:function(j){var q,S,U;return j===void 0?"Undefined":j===null?"Null":typeof(S=x(q=w(j),_))=="string"?S:y?h(q):(U=h(q))=="Object"&&d(q.callee)?"Arguments":U}}),xt=P((N,c)=>{var l=Te(),d=ye(),h=Ee(),g=Nu(),_=Ve(),w=yu(),y=function(){},x=[],j=_("Reflect","construct"),q=/^\s*(?:class|function)\b/,S=l(q.exec),U=!q.exec(y),J=function(Y){if(!h(Y))return!1;try{return j(y,x,Y),!0}catch{return!1}},H=function(Y){if(!h(Y))return!1;switch(g(Y)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return U||!!S(q,w(Y))}catch{return!0}};H.sham=!0,c.exports=!j||d(function(){var Y;return J(J.call)||!J(Object)||!J(function(){Y=!0})||Y})?H:J}),Nt=P((N,c)=>{var l=wu(),d=xt(),h=Pe(),g=Re(),_=g("species"),w=Array;c.exports=function(y){var x;return l(y)&&(x=y.constructor,d(x)&&(x===w||l(x.prototype))?x=void 0:h(x)&&(x=x[_],x===null&&(x=void 0))),x===void 0?w:x}}),kt=P((N,c)=>{var l=Nt();c.exports=function(d,h){return new(l(d))(h===0?0:h)}}),Ot=P(()=>{var N=Du(),c=bt(),l=Ge(),d=Au(),h=He(),g=kt();N({target:"Array",proto:!0},{flatMap:function(_){var w=d(this),y=h(w),x;return l(_),x=g(w,0),x.length=c(x,w,w,y,0,1,_,arguments.length>1?arguments[1]:void 0),x}})}),ku=P((N,c)=>{c.exports={}}),Pt=P((N,c)=>{var l=Re(),d=ku(),h=l("iterator"),g=Array.prototype;c.exports=function(_){return _!==void 0&&(d.Array===_||g[h]===_)}}),Ou=P((N,c)=>{var l=Nu(),d=su(),h=tu(),g=ku(),_=Re(),w=_("iterator");c.exports=function(y){if(!h(y))return d(y,w)||d(y,"@@iterator")||g[l(y)]}}),Rt=P((N,c)=>{var l=Oe(),d=Ge(),h=Le(),g=nu(),_=Ou(),w=TypeError;c.exports=function(y,x){var j=arguments.length<2?_(y):x;if(d(j))return h(l(j,y));throw w(g(y)+" is not iterable")}}),It=P((N,c)=>{var l=Oe(),d=Le(),h=su();c.exports=function(g,_,w){var y,x;d(g);try{if(y=h(g,"return"),!y){if(_==="throw")throw w;return w}y=l(y,g)}catch(j){x=!0,y=j}if(_==="throw")throw w;if(x)throw y;return d(y),w}}),Lt=P((N,c)=>{var l=xu(),d=Oe(),h=Le(),g=nu(),_=Pt(),w=He(),y=Eu(),x=Rt(),j=Ou(),q=It(),S=TypeError,U=function(H,Y){this.stopped=H,this.result=Y},J=U.prototype;c.exports=function(H,Y,Z){var R=Z&&Z.that,De=!!(Z&&Z.AS_ENTRIES),ne=!!(Z&&Z.IS_RECORD),ce=!!(Z&&Z.IS_ITERATOR),Ne=!!(Z&&Z.INTERRUPTED),_e=l(Y,R),Se,ke,Ie,$e,me,ze,qe,je=function(pe){return Se&&q(Se,"normal",pe),new U(!0,pe)},We=function(pe){return De?(h(pe),Ne?_e(pe[0],pe[1],je):_e(pe[0],pe[1])):Ne?_e(pe,je):_e(pe)};if(ne)Se=H.iterator;else if(ce)Se=H;else{if(ke=j(H),!ke)throw S(g(H)+" is not iterable");if(_(ke)){for(Ie=0,$e=w(H);$e>Ie;Ie++)if(me=We(H[Ie]),me&&y(J,me))return me;return new U(!1)}Se=x(H,ke)}for(ze=ne?H.next:Se.next;!(qe=d(ze,Se)).done;){try{me=We(qe.value)}catch(pe){q(Se,"throw",pe)}if(typeof me=="object"&&me&&y(J,me))return me}return new U(!1)}}),$t=P((N,c)=>{var l=ou(),d=Xe(),h=uu();c.exports=function(g,_,w){var y=l(_);y in g?d.f(g,y,h(0,w)):g[y]=w}}),qt=P(()=>{var N=Du(),c=Lt(),l=$t();N({target:"Object",stat:!0},{fromEntries:function(d){var h={};return c(d,function(g,_){l(h,g,_)},{AS_ENTRIES:!0}),h}})}),jt=P((N,c)=>{var l=["cliName","cliCategory","cliDescription"];function d(e,t){if(e==null)return{};var a=h(e,t),o,p;if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(p=0;p<r.length;p++)o=r[p],!(t.indexOf(o)>=0)&&Object.prototype.propertyIsEnumerable.call(e,o)&&(a[o]=e[o])}return a}function h(e,t){if(e==null)return{};var a={},o=Object.keys(e),p,r;for(r=0;r<o.length;r++)p=o[r],!(t.indexOf(p)>=0)&&(a[p]=e[p]);return a}St(),Ot(),qt();var g=Object.create,_=Object.defineProperty,w=Object.getOwnPropertyDescriptor,y=Object.getOwnPropertyNames,x=Object.getPrototypeOf,j=Object.prototype.hasOwnProperty,q=(e,t)=>function(){return e&&(t=(0,e[y(e)[0]])(e=0)),t},S=(e,t)=>function(){return t||(0,e[y(e)[0]])((t={exports:{}}).exports,t),t.exports},U=(e,t)=>{for(var a in t)_(e,a,{get:t[a],enumerable:!0})},J=(e,t,a,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let p of y(t))!j.call(e,p)&&p!==a&&_(e,p,{get:()=>t[p],enumerable:!(o=w(t,p))||o.enumerable});return e},H=(e,t,a)=>(a=e!=null?g(x(e)):{},J(t||!e||!e.__esModule?_(a,"default",{value:e,enumerable:!0}):a,e)),Y=e=>J(_({},"__esModule",{value:!0}),e),Z,R=q({"<define:process>"(){Z={env:{},argv:[]}}}),De=S({"node_modules/angular-html-parser/lib/compiler/src/chars.js"(e){R(),Object.defineProperty(e,"__esModule",{value:!0}),e.$EOF=0,e.$BSPACE=8,e.$TAB=9,e.$LF=10,e.$VTAB=11,e.$FF=12,e.$CR=13,e.$SPACE=32,e.$BANG=33,e.$DQ=34,e.$HASH=35,e.$$=36,e.$PERCENT=37,e.$AMPERSAND=38,e.$SQ=39,e.$LPAREN=40,e.$RPAREN=41,e.$STAR=42,e.$PLUS=43,e.$COMMA=44,e.$MINUS=45,e.$PERIOD=46,e.$SLASH=47,e.$COLON=58,e.$SEMICOLON=59,e.$LT=60,e.$EQ=61,e.$GT=62,e.$QUESTION=63,e.$0=48,e.$7=55,e.$9=57,e.$A=65,e.$E=69,e.$F=70,e.$X=88,e.$Z=90,e.$LBRACKET=91,e.$BACKSLASH=92,e.$RBRACKET=93,e.$CARET=94,e.$_=95,e.$a=97,e.$b=98,e.$e=101,e.$f=102,e.$n=110,e.$r=114,e.$t=116,e.$u=117,e.$v=118,e.$x=120,e.$z=122,e.$LBRACE=123,e.$BAR=124,e.$RBRACE=125,e.$NBSP=160,e.$PIPE=124,e.$TILDA=126,e.$AT=64,e.$BT=96;function t(m){return m>=e.$TAB&&m<=e.$SPACE||m==e.$NBSP}e.isWhitespace=t;function a(m){return e.$0<=m&&m<=e.$9}e.isDigit=a;function o(m){return m>=e.$a&&m<=e.$z||m>=e.$A&&m<=e.$Z}e.isAsciiLetter=o;function p(m){return m>=e.$a&&m<=e.$f||m>=e.$A&&m<=e.$F||a(m)}e.isAsciiHexDigit=p;function r(m){return m===e.$LF||m===e.$CR}e.isNewLine=r;function i(m){return e.$0<=m&&m<=e.$7}e.isOctalDigit=i}}),ne=S({"node_modules/angular-html-parser/lib/compiler/src/aot/static_symbol.js"(e){R(),Object.defineProperty(e,"__esModule",{value:!0});var t=class{constructor(o,p,r){this.filePath=o,this.name=p,this.members=r}assertNoMembers(){if(this.members.length)throw new Error(`Illegal state: symbol without members expected, but got ${JSON.stringify(this)}.`)}};e.StaticSymbol=t;var a=class{constructor(){this.cache=new Map}get(o,p,r){r=r||[];let i=r.length?`.${r.join(".")}`:"",m=`"${o}".${p}${i}`,f=this.cache.get(m);return f||(f=new t(o,p,r),this.cache.set(m,f)),f}};e.StaticSymbolCache=a}}),ce=S({"node_modules/angular-html-parser/lib/compiler/src/util.js"(e){R(),Object.defineProperty(e,"__esModule",{value:!0});var t=/-+([a-z0-9])/g;function a(n){return n.replace(t,function(){for(var A=arguments.length,C=new Array(A),b=0;b<A;b++)C[b]=arguments[b];return C[1].toUpperCase()})}e.dashCaseToCamelCase=a;function o(n,A){return r(n,":",A)}e.splitAtColon=o;function p(n,A){return r(n,".",A)}e.splitAtPeriod=p;function r(n,A,C){let b=n.indexOf(A);return b==-1?C:[n.slice(0,b).trim(),n.slice(b+1).trim()]}function i(n,A,C){return Array.isArray(n)?A.visitArray(n,C):O(n)?A.visitStringMap(n,C):n==null||typeof n=="string"||typeof n=="number"||typeof n=="boolean"?A.visitPrimitive(n,C):A.visitOther(n,C)}e.visitValue=i;function m(n){return n!=null}e.isDefined=m;function f(n){return n===void 0?null:n}e.noUndefined=f;var L=class{visitArray(n,A){return n.map(C=>i(C,this,A))}visitStringMap(n,A){let C={};return Object.keys(n).forEach(b=>{C[b]=i(n[b],this,A)}),C}visitPrimitive(n,A){return n}visitOther(n,A){return n}};e.ValueTransformer=L,e.SyncAsync={assertSync:n=>{if(B(n))throw new Error("Illegal state: value cannot be a promise");return n},then:(n,A)=>B(n)?n.then(A):A(n),all:n=>n.some(B)?Promise.all(n):n};function s(n){throw new Error(`Internal Error: ${n}`)}e.error=s;function D(n,A){let C=Error(n);return C[E]=!0,A&&(C[v]=A),C}e.syntaxError=D;var E="ngSyntaxError",v="ngParseErrors";function F(n){return n[E]}e.isSyntaxError=F;function T(n){return n[v]||[]}e.getParseErrors=T;function $(n){return n.replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")}e.escapeRegExp=$;var X=Object.getPrototypeOf({});function O(n){return typeof n=="object"&&n!==null&&Object.getPrototypeOf(n)===X}function G(n){let A="";for(let C=0;C<n.length;C++){let b=n.charCodeAt(C);if(b>=55296&&b<=56319&&n.length>C+1){let K=n.charCodeAt(C+1);K>=56320&&K<=57343&&(C++,b=(b-55296<<10)+K-56320+65536)}b<=127?A+=String.fromCharCode(b):b<=2047?A+=String.fromCharCode(b>>6&31|192,b&63|128):b<=65535?A+=String.fromCharCode(b>>12|224,b>>6&63|128,b&63|128):b<=2097151&&(A+=String.fromCharCode(b>>18&7|240,b>>12&63|128,b>>6&63|128,b&63|128))}return A}e.utf8Encode=G;function W(n){if(typeof n=="string")return n;if(n instanceof Array)return"["+n.map(W).join(", ")+"]";if(n==null)return""+n;if(n.overriddenName)return`${n.overriddenName}`;if(n.name)return`${n.name}`;if(!n.toString)return"object";let A=n.toString();if(A==null)return""+A;let C=A.indexOf(`
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
`&&++$==D)););return{before:E.substring(v,this.offset),after:E.substring(this.offset,F+1)}}return null}};e.ParseLocation=o;var p=class{constructor(s,D){this.content=s,this.url=D}};e.ParseSourceFile=p;var r=class{constructor(s,D){let E=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null;this.start=s,this.end=D,this.details=E}toString(){return this.start.file.content.substring(this.start.offset,this.end.offset)}};e.ParseSourceSpan=r,e.EMPTY_PARSE_LOCATION=new o(new p("",""),0,0,0),e.EMPTY_SOURCE_SPAN=new r(e.EMPTY_PARSE_LOCATION,e.EMPTY_PARSE_LOCATION);var i;(function(s){s[s.WARNING=0]="WARNING",s[s.ERROR=1]="ERROR"})(i=e.ParseErrorLevel||(e.ParseErrorLevel={}));var m=class{constructor(s,D){let E=arguments.length>2&&arguments[2]!==void 0?arguments[2]:i.ERROR;this.span=s,this.msg=D,this.level=E}contextualMessage(){let s=this.span.start.getContext(100,3);return s?`${this.msg} ("${s.before}[${i[this.level]} ->]${s.after}")`:this.msg}toString(){let s=this.span.details?`, ${this.span.details}`:"";return`${this.contextualMessage()}: ${this.span.start}${s}`}};e.ParseError=m;function f(s,D){let E=a.identifierModuleUrl(D),v=E!=null?`in ${s} ${a.identifierName(D)} in ${E}`:`in ${s} ${a.identifierName(D)}`,F=new p("",v);return new r(new o(F,-1,-1,-1),new o(F,-1,-1,-1))}e.typeSourceSpan=f;function L(s,D,E){let v=`in ${s} ${D} in ${E}`,F=new p("",v);return new r(new o(F,-1,-1,-1),new o(F,-1,-1,-1))}e.r3JitTypeSourceSpan=L}}),Se=S({"src/utils/front-matter/parse.js"(e,t){R();var a=new RegExp("^(?<startDelimiter>-{3}|\\+{3})(?<language>[^\\n]*)\\n(?:|(?<value>.*?)\\n)(?<endDelimiter>\\k<startDelimiter>|\\.{3})[^\\S\\n]*(?:\\n|$)","s");function o(p){let r=p.match(a);if(!r)return{content:p};let{startDelimiter:i,language:m,value:f="",endDelimiter:L}=r.groups,s=m.trim()||"yaml";if(i==="+++"&&(s="toml"),s!=="yaml"&&i!==L)return{content:p};let[D]=r;return{frontMatter:{type:"front-matter",lang:s,value:f,startDelimiter:i,endDelimiter:L,raw:D.replace(/\n$/,"")},content:D.replace(/[^\n]/g," ")+p.slice(D.length)}}t.exports=o}}),ke=S({"src/utils/get-last.js"(e,t){R();var a=o=>o[o.length-1];t.exports=a}}),Ie=S({"src/common/parser-create-error.js"(e,t){R();function a(o,p){let r=new SyntaxError(o+" ("+p.start.line+":"+p.start.column+")");return r.loc=p,r}t.exports=a}}),$e={};U($e,{default:()=>me});function me(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}var ze=q({"node_modules/escape-string-regexp/index.js"(){R()}}),qe=S({"node_modules/semver/internal/debug.js"(e,t){R();var a=typeof Z=="object"&&Z.env&&Z.env.NODE_DEBUG&&/\bsemver\b/i.test(Z.env.NODE_DEBUG)?function(){for(var o=arguments.length,p=new Array(o),r=0;r<o;r++)p[r]=arguments[r];return console.error("SEMVER",...p)}:()=>{};t.exports=a}}),je=S({"node_modules/semver/internal/constants.js"(e,t){R();var a="2.0.0",o=256,p=Number.MAX_SAFE_INTEGER||9007199254740991,r=16;t.exports={SEMVER_SPEC_VERSION:a,MAX_LENGTH:o,MAX_SAFE_INTEGER:p,MAX_SAFE_COMPONENT_LENGTH:r}}}),We=S({"node_modules/semver/internal/re.js"(e,t){R();var{MAX_SAFE_COMPONENT_LENGTH:a}=je(),o=qe();e=t.exports={};var p=e.re=[],r=e.src=[],i=e.t={},m=0,f=(L,s,D)=>{let E=m++;o(L,E,s),i[L]=E,r[E]=s,p[E]=new RegExp(s,D?"g":void 0)};f("NUMERICIDENTIFIER","0|[1-9]\\d*"),f("NUMERICIDENTIFIERLOOSE","[0-9]+"),f("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),f("MAINVERSION",`(${r[i.NUMERICIDENTIFIER]})\\.(${r[i.NUMERICIDENTIFIER]})\\.(${r[i.NUMERICIDENTIFIER]})`),f("MAINVERSIONLOOSE",`(${r[i.NUMERICIDENTIFIERLOOSE]})\\.(${r[i.NUMERICIDENTIFIERLOOSE]})\\.(${r[i.NUMERICIDENTIFIERLOOSE]})`),f("PRERELEASEIDENTIFIER",`(?:${r[i.NUMERICIDENTIFIER]}|${r[i.NONNUMERICIDENTIFIER]})`),f("PRERELEASEIDENTIFIERLOOSE",`(?:${r[i.NUMERICIDENTIFIERLOOSE]}|${r[i.NONNUMERICIDENTIFIER]})`),f("PRERELEASE",`(?:-(${r[i.PRERELEASEIDENTIFIER]}(?:\\.${r[i.PRERELEASEIDENTIFIER]})*))`),f("PRERELEASELOOSE",`(?:-?(${r[i.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${r[i.PRERELEASEIDENTIFIERLOOSE]})*))`),f("BUILDIDENTIFIER","[0-9A-Za-z-]+"),f("BUILD",`(?:\\+(${r[i.BUILDIDENTIFIER]}(?:\\.${r[i.BUILDIDENTIFIER]})*))`),f("FULLPLAIN",`v?${r[i.MAINVERSION]}${r[i.PRERELEASE]}?${r[i.BUILD]}?`),f("FULL",`^${r[i.FULLPLAIN]}$`),f("LOOSEPLAIN",`[v=\\s]*${r[i.MAINVERSIONLOOSE]}${r[i.PRERELEASELOOSE]}?${r[i.BUILD]}?`),f("LOOSE",`^${r[i.LOOSEPLAIN]}$`),f("GTLT","((?:<|>)?=?)"),f("XRANGEIDENTIFIERLOOSE",`${r[i.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),f("XRANGEIDENTIFIER",`${r[i.NUMERICIDENTIFIER]}|x|X|\\*`),f("XRANGEPLAIN",`[v=\\s]*(${r[i.XRANGEIDENTIFIER]})(?:\\.(${r[i.XRANGEIDENTIFIER]})(?:\\.(${r[i.XRANGEIDENTIFIER]})(?:${r[i.PRERELEASE]})?${r[i.BUILD]}?)?)?`),f("XRANGEPLAINLOOSE",`[v=\\s]*(${r[i.XRANGEIDENTIFIERLOOSE]})(?:\\.(${r[i.XRANGEIDENTIFIERLOOSE]})(?:\\.(${r[i.XRANGEIDENTIFIERLOOSE]})(?:${r[i.PRERELEASELOOSE]})?${r[i.BUILD]}?)?)?`),f("XRANGE",`^${r[i.GTLT]}\\s*${r[i.XRANGEPLAIN]}$`),f("XRANGELOOSE",`^${r[i.GTLT]}\\s*${r[i.XRANGEPLAINLOOSE]}$`),f("COERCE",`(^|[^\\d])(\\d{1,${a}})(?:\\.(\\d{1,${a}}))?(?:\\.(\\d{1,${a}}))?(?:$|[^\\d])`),f("COERCERTL",r[i.COERCE],!0),f("LONETILDE","(?:~>?)"),f("TILDETRIM",`(\\s*)${r[i.LONETILDE]}\\s+`,!0),e.tildeTrimReplace="$1~",f("TILDE",`^${r[i.LONETILDE]}${r[i.XRANGEPLAIN]}$`),f("TILDELOOSE",`^${r[i.LONETILDE]}${r[i.XRANGEPLAINLOOSE]}$`),f("LONECARET","(?:\\^)"),f("CARETTRIM",`(\\s*)${r[i.LONECARET]}\\s+`,!0),e.caretTrimReplace="$1^",f("CARET",`^${r[i.LONECARET]}${r[i.XRANGEPLAIN]}$`),f("CARETLOOSE",`^${r[i.LONECARET]}${r[i.XRANGEPLAINLOOSE]}$`),f("COMPARATORLOOSE",`^${r[i.GTLT]}\\s*(${r[i.LOOSEPLAIN]})$|^$`),f("COMPARATOR",`^${r[i.GTLT]}\\s*(${r[i.FULLPLAIN]})$|^$`),f("COMPARATORTRIM",`(\\s*)${r[i.GTLT]}\\s*(${r[i.LOOSEPLAIN]}|${r[i.XRANGEPLAIN]})`,!0),e.comparatorTrimReplace="$1$2$3",f("HYPHENRANGE",`^\\s*(${r[i.XRANGEPLAIN]})\\s+-\\s+(${r[i.XRANGEPLAIN]})\\s*$`),f("HYPHENRANGELOOSE",`^\\s*(${r[i.XRANGEPLAINLOOSE]})\\s+-\\s+(${r[i.XRANGEPLAINLOOSE]})\\s*$`),f("STAR","(<|>)?=?\\s*\\*"),f("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),f("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")}}),pe=S({"node_modules/semver/internal/parse-options.js"(e,t){R();var a=["includePrerelease","loose","rtl"],o=p=>p?typeof p!="object"?{loose:!0}:a.filter(r=>p[r]).reduce((r,i)=>(r[i]=!0,r),{}):{};t.exports=o}}),Mt=S({"node_modules/semver/internal/identifiers.js"(e,t){R();var a=/^[0-9]+$/,o=(r,i)=>{let m=a.test(r),f=a.test(i);return m&&f&&(r=+r,i=+i),r===i?0:m&&!f?-1:f&&!m?1:r<i?-1:1},p=(r,i)=>o(i,r);t.exports={compareIdentifiers:o,rcompareIdentifiers:p}}}),Ut=S({"node_modules/semver/classes/semver.js"(e,t){R();var a=qe(),{MAX_LENGTH:o,MAX_SAFE_INTEGER:p}=je(),{re:r,t:i}=We(),m=pe(),{compareIdentifiers:f}=Mt(),L=class{constructor(s,D){if(D=m(D),s instanceof L){if(s.loose===!!D.loose&&s.includePrerelease===!!D.includePrerelease)return s;s=s.version}else if(typeof s!="string")throw new TypeError(`Invalid Version: ${s}`);if(s.length>o)throw new TypeError(`version is longer than ${o} characters`);a("SemVer",s,D),this.options=D,this.loose=!!D.loose,this.includePrerelease=!!D.includePrerelease;let E=s.trim().match(D.loose?r[i.LOOSE]:r[i.FULL]);if(!E)throw new TypeError(`Invalid Version: ${s}`);if(this.raw=s,this.major=+E[1],this.minor=+E[2],this.patch=+E[3],this.major>p||this.major<0)throw new TypeError("Invalid major version");if(this.minor>p||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>p||this.patch<0)throw new TypeError("Invalid patch version");E[4]?this.prerelease=E[4].split(".").map(v=>{if(/^[0-9]+$/.test(v)){let F=+v;if(F>=0&&F<p)return F}return v}):this.prerelease=[],this.build=E[5]?E[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(s){if(a("SemVer.compare",this.version,this.options,s),!(s instanceof L)){if(typeof s=="string"&&s===this.version)return 0;s=new L(s,this.options)}return s.version===this.version?0:this.compareMain(s)||this.comparePre(s)}compareMain(s){return s instanceof L||(s=new L(s,this.options)),f(this.major,s.major)||f(this.minor,s.minor)||f(this.patch,s.patch)}comparePre(s){if(s instanceof L||(s=new L(s,this.options)),this.prerelease.length&&!s.prerelease.length)return-1;if(!this.prerelease.length&&s.prerelease.length)return 1;if(!this.prerelease.length&&!s.prerelease.length)return 0;let D=0;do{let E=this.prerelease[D],v=s.prerelease[D];if(a("prerelease compare",D,E,v),E===void 0&&v===void 0)return 0;if(v===void 0)return 1;if(E===void 0)return-1;if(E!==v)return f(E,v)}while(++D)}compareBuild(s){s instanceof L||(s=new L(s,this.options));let D=0;do{let E=this.build[D],v=s.build[D];if(a("prerelease compare",D,E,v),E===void 0&&v===void 0)return 0;if(v===void 0)return 1;if(E===void 0)return-1;if(E!==v)return f(E,v)}while(++D)}inc(s,D){switch(s){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",D);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",D);break;case"prepatch":this.prerelease.length=0,this.inc("patch",D),this.inc("pre",D);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",D),this.inc("pre",D);break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":if(this.prerelease.length===0)this.prerelease=[0];else{let E=this.prerelease.length;for(;--E>=0;)typeof this.prerelease[E]=="number"&&(this.prerelease[E]++,E=-2);E===-1&&this.prerelease.push(0)}D&&(f(this.prerelease[0],D)===0?isNaN(this.prerelease[1])&&(this.prerelease=[D,0]):this.prerelease=[D,0]);break;default:throw new Error(`invalid increment argument: ${s}`)}return this.format(),this.raw=this.version,this}};t.exports=L}}),lu=S({"node_modules/semver/functions/compare.js"(e,t){R();var a=Ut(),o=(p,r,i)=>new a(p,i).compare(new a(r,i));t.exports=o}}),Vt=S({"node_modules/semver/functions/lt.js"(e,t){R();var a=lu(),o=(p,r,i)=>a(p,r,i)<0;t.exports=o}}),Gt=S({"node_modules/semver/functions/gte.js"(e,t){R();var a=lu(),o=(p,r,i)=>a(p,r,i)>=0;t.exports=o}}),Xt=S({"src/utils/arrayify.js"(e,t){R(),t.exports=(a,o)=>Object.entries(a).map(p=>{let[r,i]=p;return Object.assign({[o]:r},i)})}}),Ht=S({"package.json"(e,t){t.exports={version:"2.8.4"}}}),zt=S({"node_modules/outdent/lib/index.js"(e,t){R(),Object.defineProperty(e,"__esModule",{value:!0}),e.outdent=void 0;function a(){for(var O=[],G=0;G<arguments.length;G++)O[G]=arguments[G]}function o(){return typeof WeakMap<"u"?new WeakMap:p()}function p(){return{add:a,delete:a,get:a,set:a,has:function(O){return!1}}}var r=Object.prototype.hasOwnProperty,i=function(O,G){return r.call(O,G)};function m(O,G){for(var W in G)i(G,W)&&(O[W]=G[W]);return O}var f=/^[ \t]*(?:\r\n|\r|\n)/,L=/(?:\r\n|\r|\n)[ \t]*$/,s=/^(?:[\r\n]|$)/,D=/(?:\r\n|\r|\n)([ \t]*)(?:[^ \t\r\n]|$)/,E=/^[ \t]*[\r\n][ \t\r\n]*$/;function v(O,G,W){var se=0,B=O[0].match(D);B&&(se=B[1].length);var z="(\\r\\n|\\r|\\n).{0,"+se+"}",Q=new RegExp(z,"g");G&&(O=O.slice(1));var ee=W.newline,re=W.trimLeadingNewline,u=W.trimTrailingNewline,n=typeof ee=="string",A=O.length,C=O.map(function(b,K){return b=b.replace(Q,"$1"),K===0&&re&&(b=b.replace(f,"")),K===A-1&&u&&(b=b.replace(L,"")),n&&(b=b.replace(/\r\n|\n|\r/g,function(te){return ee})),b});return C}function F(O,G){for(var W="",se=0,B=O.length;se<B;se++)W+=O[se],se<B-1&&(W+=G[se]);return W}function T(O){return i(O,"raw")&&i(O,"length")}function $(O){var G=o(),W=o();function se(z){for(var Q=[],ee=1;ee<arguments.length;ee++)Q[ee-1]=arguments[ee];if(T(z)){var re=z,u=(Q[0]===se||Q[0]===X)&&E.test(re[0])&&s.test(re[1]),n=u?W:G,A=n.get(re);if(A||(A=v(re,u,O),n.set(re,A)),Q.length===0)return A[0];var C=F(A,u?Q.slice(1):Q);return C}else return $(m(m({},O),z||{}))}var B=m(se,{string:function(z){return v([z],!1,O)[0]}});return B}var X=$({trimLeadingNewline:!0,trimTrailingNewline:!0});if(e.outdent=X,e.default=X,typeof t<"u")try{t.exports=X,Object.defineProperty(X,"__esModule",{value:!0}),X.default=X,X.outdent=X}catch{}}}),Wt=S({"src/main/core-options.js"(e,t){R();var{outdent:a}=zt(),o="Config",p="Editor",r="Format",i="Other",m="Output",f="Global",L="Special",s={cursorOffset:{since:"1.4.0",category:L,type:"int",default:-1,range:{start:-1,end:Number.POSITIVE_INFINITY,step:1},description:a`
|
|
1
|
+
"use strict";
|
|
2
|
+
const _commonjsHelpers = require("../../../../../_virtual/_commonjsHelpers.js");
|
|
3
|
+
const parserHtml$1 = require("../../../../../_virtual/parser-html.js");
|
|
4
|
+
(function(module2, exports2) {
|
|
5
|
+
(function(e) {
|
|
6
|
+
module2.exports = e();
|
|
7
|
+
})(function() {
|
|
8
|
+
var S = (e, r) => () => (r || e((r = { exports: {} }).exports, r), r.exports);
|
|
9
|
+
var ee = S((cc, Kr) => {
|
|
10
|
+
var Ne = function(e) {
|
|
11
|
+
return e && e.Math == Math && e;
|
|
12
|
+
};
|
|
13
|
+
Kr.exports = Ne(typeof globalThis == "object" && globalThis) || Ne(typeof window == "object" && window) || Ne(typeof self == "object" && self) || Ne(typeof _commonjsHelpers.commonjsGlobal == "object" && _commonjsHelpers.commonjsGlobal) || function() {
|
|
14
|
+
return this;
|
|
15
|
+
}() || Function("return this")();
|
|
16
|
+
});
|
|
17
|
+
var se = S((hc, Jr) => {
|
|
18
|
+
Jr.exports = function(e) {
|
|
19
|
+
try {
|
|
20
|
+
return !!e();
|
|
21
|
+
} catch {
|
|
22
|
+
return true;
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
});
|
|
26
|
+
var ae = S((pc, Zr) => {
|
|
27
|
+
var qs = se();
|
|
28
|
+
Zr.exports = !qs(function() {
|
|
29
|
+
return Object.defineProperty({}, 1, { get: function() {
|
|
30
|
+
return 7;
|
|
31
|
+
} })[1] != 7;
|
|
32
|
+
});
|
|
33
|
+
});
|
|
34
|
+
var Oe = S((fc, eu) => {
|
|
35
|
+
var Is = se();
|
|
36
|
+
eu.exports = !Is(function() {
|
|
37
|
+
var e = function() {
|
|
38
|
+
}.bind();
|
|
39
|
+
return typeof e != "function" || e.hasOwnProperty("prototype");
|
|
40
|
+
});
|
|
41
|
+
});
|
|
42
|
+
var De = S((dc, ru) => {
|
|
43
|
+
var Rs = Oe(), qe = Function.prototype.call;
|
|
44
|
+
ru.exports = Rs ? qe.bind(qe) : function() {
|
|
45
|
+
return qe.apply(qe, arguments);
|
|
46
|
+
};
|
|
47
|
+
});
|
|
48
|
+
var su = S((nu) => {
|
|
49
|
+
var uu = {}.propertyIsEnumerable, tu = Object.getOwnPropertyDescriptor, xs = tu && !uu.call({ 1: 2 }, 1);
|
|
50
|
+
nu.f = xs ? function(r) {
|
|
51
|
+
var u = tu(this, r);
|
|
52
|
+
return !!u && u.enumerable;
|
|
53
|
+
} : uu;
|
|
54
|
+
});
|
|
55
|
+
var Ie = S((Cc, iu) => {
|
|
56
|
+
iu.exports = function(e, r) {
|
|
57
|
+
return { enumerable: !(e & 1), configurable: !(e & 2), writable: !(e & 4), value: r };
|
|
58
|
+
};
|
|
59
|
+
});
|
|
60
|
+
var re = S((mc, Du) => {
|
|
61
|
+
var au = Oe(), ou = Function.prototype, er = ou.call, Ps = au && ou.bind.bind(er, er);
|
|
62
|
+
Du.exports = au ? Ps : function(e) {
|
|
63
|
+
return function() {
|
|
64
|
+
return er.apply(e, arguments);
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
});
|
|
68
|
+
var me = S((gc, cu) => {
|
|
69
|
+
var lu = re(), ks = lu({}.toString), Ls = lu("".slice);
|
|
70
|
+
cu.exports = function(e) {
|
|
71
|
+
return Ls(ks(e), 8, -1);
|
|
72
|
+
};
|
|
73
|
+
});
|
|
74
|
+
var pu = S((Fc, hu) => {
|
|
75
|
+
var $s = re(), Ms = se(), js = me(), rr = Object, Us = $s("".split);
|
|
76
|
+
hu.exports = Ms(function() {
|
|
77
|
+
return !rr("z").propertyIsEnumerable(0);
|
|
78
|
+
}) ? function(e) {
|
|
79
|
+
return js(e) == "String" ? Us(e, "") : rr(e);
|
|
80
|
+
} : rr;
|
|
81
|
+
});
|
|
82
|
+
var Re = S((Ac, fu) => {
|
|
83
|
+
fu.exports = function(e) {
|
|
84
|
+
return e == null;
|
|
85
|
+
};
|
|
86
|
+
});
|
|
87
|
+
var ur = S((vc, du) => {
|
|
88
|
+
var Gs = Re(), Vs = TypeError;
|
|
89
|
+
du.exports = function(e) {
|
|
90
|
+
if (Gs(e))
|
|
91
|
+
throw Vs("Can't call method on " + e);
|
|
92
|
+
return e;
|
|
93
|
+
};
|
|
94
|
+
});
|
|
95
|
+
var xe = S((_c, Eu) => {
|
|
96
|
+
var Xs = pu(), Hs = ur();
|
|
97
|
+
Eu.exports = function(e) {
|
|
98
|
+
return Xs(Hs(e));
|
|
99
|
+
};
|
|
100
|
+
});
|
|
101
|
+
var nr = S((Sc, Cu) => {
|
|
102
|
+
var tr = typeof document == "object" && document.all, zs = typeof tr > "u" && tr !== void 0;
|
|
103
|
+
Cu.exports = { all: tr, IS_HTMLDDA: zs };
|
|
104
|
+
});
|
|
105
|
+
var Y = S((yc, gu) => {
|
|
106
|
+
var mu = nr(), Ws = mu.all;
|
|
107
|
+
gu.exports = mu.IS_HTMLDDA ? function(e) {
|
|
108
|
+
return typeof e == "function" || e === Ws;
|
|
109
|
+
} : function(e) {
|
|
110
|
+
return typeof e == "function";
|
|
111
|
+
};
|
|
112
|
+
});
|
|
113
|
+
var le = S((Tc, vu) => {
|
|
114
|
+
var Fu = Y(), Au = nr(), Ys = Au.all;
|
|
115
|
+
vu.exports = Au.IS_HTMLDDA ? function(e) {
|
|
116
|
+
return typeof e == "object" ? e !== null : Fu(e) || e === Ys;
|
|
117
|
+
} : function(e) {
|
|
118
|
+
return typeof e == "object" ? e !== null : Fu(e);
|
|
119
|
+
};
|
|
120
|
+
});
|
|
121
|
+
var ge = S((Bc, _u) => {
|
|
122
|
+
var sr = ee(), Qs = Y(), Ks = function(e) {
|
|
123
|
+
return Qs(e) ? e : void 0;
|
|
124
|
+
};
|
|
125
|
+
_u.exports = function(e, r) {
|
|
126
|
+
return arguments.length < 2 ? Ks(sr[e]) : sr[e] && sr[e][r];
|
|
127
|
+
};
|
|
128
|
+
});
|
|
129
|
+
var ir = S((bc, Su) => {
|
|
130
|
+
var Js = re();
|
|
131
|
+
Su.exports = Js({}.isPrototypeOf);
|
|
132
|
+
});
|
|
133
|
+
var Tu = S((wc, yu) => {
|
|
134
|
+
var Zs = ge();
|
|
135
|
+
yu.exports = Zs("navigator", "userAgent") || "";
|
|
136
|
+
});
|
|
137
|
+
var Iu = S((Nc, qu) => {
|
|
138
|
+
var Ou = ee(), ar = Tu(), Bu = Ou.process, bu = Ou.Deno, wu = Bu && Bu.versions || bu && bu.version, Nu = wu && wu.v8, ue, Pe;
|
|
139
|
+
Nu && (ue = Nu.split("."), Pe = ue[0] > 0 && ue[0] < 4 ? 1 : +(ue[0] + ue[1]));
|
|
140
|
+
!Pe && ar && (ue = ar.match(/Edge\/(\d+)/), (!ue || ue[1] >= 74) && (ue = ar.match(/Chrome\/(\d+)/), ue && (Pe = +ue[1])));
|
|
141
|
+
qu.exports = Pe;
|
|
142
|
+
});
|
|
143
|
+
var or = S((Oc, xu) => {
|
|
144
|
+
var Ru = Iu(), ei = se();
|
|
145
|
+
xu.exports = !!Object.getOwnPropertySymbols && !ei(function() {
|
|
146
|
+
var e = Symbol();
|
|
147
|
+
return !String(e) || !(Object(e) instanceof Symbol) || !Symbol.sham && Ru && Ru < 41;
|
|
148
|
+
});
|
|
149
|
+
});
|
|
150
|
+
var Dr = S((qc, Pu) => {
|
|
151
|
+
var ri = or();
|
|
152
|
+
Pu.exports = ri && !Symbol.sham && typeof Symbol.iterator == "symbol";
|
|
153
|
+
});
|
|
154
|
+
var lr = S((Ic, ku) => {
|
|
155
|
+
var ui = ge(), ti = Y(), ni = ir(), si = Dr(), ii = Object;
|
|
156
|
+
ku.exports = si ? function(e) {
|
|
157
|
+
return typeof e == "symbol";
|
|
158
|
+
} : function(e) {
|
|
159
|
+
var r = ui("Symbol");
|
|
160
|
+
return ti(r) && ni(r.prototype, ii(e));
|
|
161
|
+
};
|
|
162
|
+
});
|
|
163
|
+
var ke = S((Rc, Lu) => {
|
|
164
|
+
var ai = String;
|
|
165
|
+
Lu.exports = function(e) {
|
|
166
|
+
try {
|
|
167
|
+
return ai(e);
|
|
168
|
+
} catch {
|
|
169
|
+
return "Object";
|
|
170
|
+
}
|
|
171
|
+
};
|
|
172
|
+
});
|
|
173
|
+
var Fe = S((xc, $u) => {
|
|
174
|
+
var oi = Y(), Di = ke(), li = TypeError;
|
|
175
|
+
$u.exports = function(e) {
|
|
176
|
+
if (oi(e))
|
|
177
|
+
return e;
|
|
178
|
+
throw li(Di(e) + " is not a function");
|
|
179
|
+
};
|
|
180
|
+
});
|
|
181
|
+
var Le = S((Pc, Mu) => {
|
|
182
|
+
var ci = Fe(), hi = Re();
|
|
183
|
+
Mu.exports = function(e, r) {
|
|
184
|
+
var u = e[r];
|
|
185
|
+
return hi(u) ? void 0 : ci(u);
|
|
186
|
+
};
|
|
187
|
+
});
|
|
188
|
+
var Uu = S((kc, ju) => {
|
|
189
|
+
var cr = De(), hr = Y(), pr = le(), pi = TypeError;
|
|
190
|
+
ju.exports = function(e, r) {
|
|
191
|
+
var u, n;
|
|
192
|
+
if (r === "string" && hr(u = e.toString) && !pr(n = cr(u, e)) || hr(u = e.valueOf) && !pr(n = cr(u, e)) || r !== "string" && hr(u = e.toString) && !pr(n = cr(u, e)))
|
|
193
|
+
return n;
|
|
194
|
+
throw pi("Can't convert object to primitive value");
|
|
195
|
+
};
|
|
196
|
+
});
|
|
197
|
+
var Vu = S((Lc, Gu) => {
|
|
198
|
+
Gu.exports = false;
|
|
199
|
+
});
|
|
200
|
+
var $e = S(($c, Hu) => {
|
|
201
|
+
var Xu = ee(), fi = Object.defineProperty;
|
|
202
|
+
Hu.exports = function(e, r) {
|
|
203
|
+
try {
|
|
204
|
+
fi(Xu, e, { value: r, configurable: true, writable: true });
|
|
205
|
+
} catch {
|
|
206
|
+
Xu[e] = r;
|
|
207
|
+
}
|
|
208
|
+
return r;
|
|
209
|
+
};
|
|
210
|
+
});
|
|
211
|
+
var Me = S((Mc, Wu) => {
|
|
212
|
+
var di = ee(), Ei = $e(), zu = "__core-js_shared__", Ci = di[zu] || Ei(zu, {});
|
|
213
|
+
Wu.exports = Ci;
|
|
214
|
+
});
|
|
215
|
+
var fr = S((jc, Qu) => {
|
|
216
|
+
var mi = Vu(), Yu = Me();
|
|
217
|
+
(Qu.exports = function(e, r) {
|
|
218
|
+
return Yu[e] || (Yu[e] = r !== void 0 ? r : {});
|
|
219
|
+
})("versions", []).push({ version: "3.26.1", mode: mi ? "pure" : "global", copyright: "© 2014-2022 Denis Pushkarev (zloirock.ru)", license: "https://github.com/zloirock/core-js/blob/v3.26.1/LICENSE", source: "https://github.com/zloirock/core-js" });
|
|
220
|
+
});
|
|
221
|
+
var dr = S((Uc, Ku) => {
|
|
222
|
+
var gi = ur(), Fi = Object;
|
|
223
|
+
Ku.exports = function(e) {
|
|
224
|
+
return Fi(gi(e));
|
|
225
|
+
};
|
|
226
|
+
});
|
|
227
|
+
var oe = S((Gc, Ju) => {
|
|
228
|
+
var Ai = re(), vi = dr(), _i = Ai({}.hasOwnProperty);
|
|
229
|
+
Ju.exports = Object.hasOwn || function(r, u) {
|
|
230
|
+
return _i(vi(r), u);
|
|
231
|
+
};
|
|
232
|
+
});
|
|
233
|
+
var Er = S((Vc, Zu) => {
|
|
234
|
+
var Si = re(), yi = 0, Ti = Math.random(), Bi = Si(1 .toString);
|
|
235
|
+
Zu.exports = function(e) {
|
|
236
|
+
return "Symbol(" + (e === void 0 ? "" : e) + ")_" + Bi(++yi + Ti, 36);
|
|
237
|
+
};
|
|
238
|
+
});
|
|
239
|
+
var he = S((Xc, nt) => {
|
|
240
|
+
var bi = ee(), wi = fr(), et = oe(), Ni = Er(), rt = or(), tt = Dr(), fe = wi("wks"), ce = bi.Symbol, ut = ce && ce.for, Oi = tt ? ce : ce && ce.withoutSetter || Ni;
|
|
241
|
+
nt.exports = function(e) {
|
|
242
|
+
if (!et(fe, e) || !(rt || typeof fe[e] == "string")) {
|
|
243
|
+
var r = "Symbol." + e;
|
|
244
|
+
rt && et(ce, e) ? fe[e] = ce[e] : tt && ut ? fe[e] = ut(r) : fe[e] = Oi(r);
|
|
245
|
+
}
|
|
246
|
+
return fe[e];
|
|
247
|
+
};
|
|
248
|
+
});
|
|
249
|
+
var ot = S((Hc, at) => {
|
|
250
|
+
var qi = De(), st = le(), it = lr(), Ii = Le(), Ri = Uu(), xi = he(), Pi = TypeError, ki = xi("toPrimitive");
|
|
251
|
+
at.exports = function(e, r) {
|
|
252
|
+
if (!st(e) || it(e))
|
|
253
|
+
return e;
|
|
254
|
+
var u = Ii(e, ki), n;
|
|
255
|
+
if (u) {
|
|
256
|
+
if (r === void 0 && (r = "default"), n = qi(u, e, r), !st(n) || it(n))
|
|
257
|
+
return n;
|
|
258
|
+
throw Pi("Can't convert object to primitive value");
|
|
259
|
+
}
|
|
260
|
+
return r === void 0 && (r = "number"), Ri(e, r);
|
|
261
|
+
};
|
|
262
|
+
});
|
|
263
|
+
var je = S((zc, Dt) => {
|
|
264
|
+
var Li = ot(), $i = lr();
|
|
265
|
+
Dt.exports = function(e) {
|
|
266
|
+
var r = Li(e, "string");
|
|
267
|
+
return $i(r) ? r : r + "";
|
|
268
|
+
};
|
|
269
|
+
});
|
|
270
|
+
var ht = S((Wc, ct) => {
|
|
271
|
+
var Mi = ee(), lt = le(), Cr = Mi.document, ji = lt(Cr) && lt(Cr.createElement);
|
|
272
|
+
ct.exports = function(e) {
|
|
273
|
+
return ji ? Cr.createElement(e) : {};
|
|
274
|
+
};
|
|
275
|
+
});
|
|
276
|
+
var mr = S((Yc, pt) => {
|
|
277
|
+
var Ui = ae(), Gi = se(), Vi = ht();
|
|
278
|
+
pt.exports = !Ui && !Gi(function() {
|
|
279
|
+
return Object.defineProperty(Vi("div"), "a", { get: function() {
|
|
280
|
+
return 7;
|
|
281
|
+
} }).a != 7;
|
|
282
|
+
});
|
|
283
|
+
});
|
|
284
|
+
var gr = S((dt) => {
|
|
285
|
+
var Xi = ae(), Hi = De(), zi = su(), Wi = Ie(), Yi = xe(), Qi = je(), Ki = oe(), Ji = mr(), ft = Object.getOwnPropertyDescriptor;
|
|
286
|
+
dt.f = Xi ? ft : function(r, u) {
|
|
287
|
+
if (r = Yi(r), u = Qi(u), Ji)
|
|
288
|
+
try {
|
|
289
|
+
return ft(r, u);
|
|
290
|
+
} catch {
|
|
291
|
+
}
|
|
292
|
+
if (Ki(r, u))
|
|
293
|
+
return Wi(!Hi(zi.f, r, u), r[u]);
|
|
294
|
+
};
|
|
295
|
+
});
|
|
296
|
+
var Ct = S((Kc, Et) => {
|
|
297
|
+
var Zi = ae(), ea = se();
|
|
298
|
+
Et.exports = Zi && ea(function() {
|
|
299
|
+
return Object.defineProperty(function() {
|
|
300
|
+
}, "prototype", { value: 42, writable: false }).prototype != 42;
|
|
301
|
+
});
|
|
302
|
+
});
|
|
303
|
+
var de = S((Jc, mt) => {
|
|
304
|
+
var ra = le(), ua = String, ta = TypeError;
|
|
305
|
+
mt.exports = function(e) {
|
|
306
|
+
if (ra(e))
|
|
307
|
+
return e;
|
|
308
|
+
throw ta(ua(e) + " is not an object");
|
|
309
|
+
};
|
|
310
|
+
});
|
|
311
|
+
var Ae = S((Ft) => {
|
|
312
|
+
var na = ae(), sa = mr(), ia = Ct(), Ue = de(), gt = je(), aa = TypeError, Fr = Object.defineProperty, oa = Object.getOwnPropertyDescriptor, Ar = "enumerable", vr = "configurable", _r = "writable";
|
|
313
|
+
Ft.f = na ? ia ? function(r, u, n) {
|
|
314
|
+
if (Ue(r), u = gt(u), Ue(n), typeof r == "function" && u === "prototype" && "value" in n && _r in n && !n[_r]) {
|
|
315
|
+
var D = oa(r, u);
|
|
316
|
+
D && D[_r] && (r[u] = n.value, n = { configurable: vr in n ? n[vr] : D[vr], enumerable: Ar in n ? n[Ar] : D[Ar], writable: false });
|
|
317
|
+
}
|
|
318
|
+
return Fr(r, u, n);
|
|
319
|
+
} : Fr : function(r, u, n) {
|
|
320
|
+
if (Ue(r), u = gt(u), Ue(n), sa)
|
|
321
|
+
try {
|
|
322
|
+
return Fr(r, u, n);
|
|
323
|
+
} catch {
|
|
324
|
+
}
|
|
325
|
+
if ("get" in n || "set" in n)
|
|
326
|
+
throw aa("Accessors not supported");
|
|
327
|
+
return "value" in n && (r[u] = n.value), r;
|
|
328
|
+
};
|
|
329
|
+
});
|
|
330
|
+
var Sr = S((e2, At) => {
|
|
331
|
+
var Da = ae(), la = Ae(), ca = Ie();
|
|
332
|
+
At.exports = Da ? function(e, r, u) {
|
|
333
|
+
return la.f(e, r, ca(1, u));
|
|
334
|
+
} : function(e, r, u) {
|
|
335
|
+
return e[r] = u, e;
|
|
336
|
+
};
|
|
337
|
+
});
|
|
338
|
+
var St = S((r2, _t) => {
|
|
339
|
+
var yr = ae(), ha = oe(), vt = Function.prototype, pa = yr && Object.getOwnPropertyDescriptor, Tr = ha(vt, "name"), fa = Tr && function() {
|
|
340
|
+
}.name === "something", da = Tr && (!yr || yr && pa(vt, "name").configurable);
|
|
341
|
+
_t.exports = { EXISTS: Tr, PROPER: fa, CONFIGURABLE: da };
|
|
342
|
+
});
|
|
343
|
+
var br = S((u2, yt) => {
|
|
344
|
+
var Ea = re(), Ca = Y(), Br = Me(), ma = Ea(Function.toString);
|
|
345
|
+
Ca(Br.inspectSource) || (Br.inspectSource = function(e) {
|
|
346
|
+
return ma(e);
|
|
347
|
+
});
|
|
348
|
+
yt.exports = Br.inspectSource;
|
|
349
|
+
});
|
|
350
|
+
var bt = S((t2, Bt) => {
|
|
351
|
+
var ga = ee(), Fa = Y(), Tt = ga.WeakMap;
|
|
352
|
+
Bt.exports = Fa(Tt) && /native code/.test(String(Tt));
|
|
353
|
+
});
|
|
354
|
+
var Ot = S((n2, Nt) => {
|
|
355
|
+
var Aa = fr(), va = Er(), wt = Aa("keys");
|
|
356
|
+
Nt.exports = function(e) {
|
|
357
|
+
return wt[e] || (wt[e] = va(e));
|
|
358
|
+
};
|
|
359
|
+
});
|
|
360
|
+
var wr = S((s2, qt) => {
|
|
361
|
+
qt.exports = {};
|
|
362
|
+
});
|
|
363
|
+
var Pt = S((i2, xt) => {
|
|
364
|
+
var _a = bt(), Rt = ee(), Sa = le(), ya = Sr(), Nr = oe(), Or = Me(), Ta = Ot(), Ba = wr(), It = "Object already initialized", qr = Rt.TypeError, ba = Rt.WeakMap, Ge, ve, Ve, wa = function(e) {
|
|
365
|
+
return Ve(e) ? ve(e) : Ge(e, {});
|
|
366
|
+
}, Na = function(e) {
|
|
367
|
+
return function(r) {
|
|
368
|
+
var u;
|
|
369
|
+
if (!Sa(r) || (u = ve(r)).type !== e)
|
|
370
|
+
throw qr("Incompatible receiver, " + e + " required");
|
|
371
|
+
return u;
|
|
372
|
+
};
|
|
373
|
+
};
|
|
374
|
+
_a || Or.state ? (te = Or.state || (Or.state = new ba()), te.get = te.get, te.has = te.has, te.set = te.set, Ge = function(e, r) {
|
|
375
|
+
if (te.has(e))
|
|
376
|
+
throw qr(It);
|
|
377
|
+
return r.facade = e, te.set(e, r), r;
|
|
378
|
+
}, ve = function(e) {
|
|
379
|
+
return te.get(e) || {};
|
|
380
|
+
}, Ve = function(e) {
|
|
381
|
+
return te.has(e);
|
|
382
|
+
}) : (pe = Ta("state"), Ba[pe] = true, Ge = function(e, r) {
|
|
383
|
+
if (Nr(e, pe))
|
|
384
|
+
throw qr(It);
|
|
385
|
+
return r.facade = e, ya(e, pe, r), r;
|
|
386
|
+
}, ve = function(e) {
|
|
387
|
+
return Nr(e, pe) ? e[pe] : {};
|
|
388
|
+
}, Ve = function(e) {
|
|
389
|
+
return Nr(e, pe);
|
|
390
|
+
});
|
|
391
|
+
var te, pe;
|
|
392
|
+
xt.exports = { set: Ge, get: ve, has: Ve, enforce: wa, getterFor: Na };
|
|
393
|
+
});
|
|
394
|
+
var $t = S((a2, Lt) => {
|
|
395
|
+
var Oa = se(), qa = Y(), Xe = oe(), Ir = ae(), Ia = St().CONFIGURABLE, Ra = br(), kt = Pt(), xa = kt.enforce, Pa = kt.get, He = Object.defineProperty, ka = Ir && !Oa(function() {
|
|
396
|
+
return He(function() {
|
|
397
|
+
}, "length", { value: 8 }).length !== 8;
|
|
398
|
+
}), La = String(String).split("String"), $a = Lt.exports = function(e, r, u) {
|
|
399
|
+
String(r).slice(0, 7) === "Symbol(" && (r = "[" + String(r).replace(/^Symbol\(([^)]*)\)/, "$1") + "]"), u && u.getter && (r = "get " + r), u && u.setter && (r = "set " + r), (!Xe(e, "name") || Ia && e.name !== r) && (Ir ? He(e, "name", { value: r, configurable: true }) : e.name = r), ka && u && Xe(u, "arity") && e.length !== u.arity && He(e, "length", { value: u.arity });
|
|
400
|
+
try {
|
|
401
|
+
u && Xe(u, "constructor") && u.constructor ? Ir && He(e, "prototype", { writable: false }) : e.prototype && (e.prototype = void 0);
|
|
402
|
+
} catch {
|
|
403
|
+
}
|
|
404
|
+
var n = xa(e);
|
|
405
|
+
return Xe(n, "source") || (n.source = La.join(typeof r == "string" ? r : "")), e;
|
|
406
|
+
};
|
|
407
|
+
Function.prototype.toString = $a(function() {
|
|
408
|
+
return qa(this) && Pa(this).source || Ra(this);
|
|
409
|
+
}, "toString");
|
|
410
|
+
});
|
|
411
|
+
var jt = S((o2, Mt) => {
|
|
412
|
+
var Ma = Y(), ja = Ae(), Ua = $t(), Ga = $e();
|
|
413
|
+
Mt.exports = function(e, r, u, n) {
|
|
414
|
+
n || (n = {});
|
|
415
|
+
var D = n.enumerable, s = n.name !== void 0 ? n.name : r;
|
|
416
|
+
if (Ma(u) && Ua(u, s, n), n.global)
|
|
417
|
+
D ? e[r] = u : Ga(r, u);
|
|
418
|
+
else {
|
|
419
|
+
try {
|
|
420
|
+
n.unsafe ? e[r] && (D = true) : delete e[r];
|
|
421
|
+
} catch {
|
|
422
|
+
}
|
|
423
|
+
D ? e[r] = u : ja.f(e, r, { value: u, enumerable: false, configurable: !n.nonConfigurable, writable: !n.nonWritable });
|
|
424
|
+
}
|
|
425
|
+
return e;
|
|
426
|
+
};
|
|
427
|
+
});
|
|
428
|
+
var Gt = S((D2, Ut) => {
|
|
429
|
+
var Va = Math.ceil, Xa = Math.floor;
|
|
430
|
+
Ut.exports = Math.trunc || function(r) {
|
|
431
|
+
var u = +r;
|
|
432
|
+
return (u > 0 ? Xa : Va)(u);
|
|
433
|
+
};
|
|
434
|
+
});
|
|
435
|
+
var Rr = S((l2, Vt) => {
|
|
436
|
+
var Ha = Gt();
|
|
437
|
+
Vt.exports = function(e) {
|
|
438
|
+
var r = +e;
|
|
439
|
+
return r !== r || r === 0 ? 0 : Ha(r);
|
|
440
|
+
};
|
|
441
|
+
});
|
|
442
|
+
var Ht = S((c2, Xt) => {
|
|
443
|
+
var za = Rr(), Wa = Math.max, Ya = Math.min;
|
|
444
|
+
Xt.exports = function(e, r) {
|
|
445
|
+
var u = za(e);
|
|
446
|
+
return u < 0 ? Wa(u + r, 0) : Ya(u, r);
|
|
447
|
+
};
|
|
448
|
+
});
|
|
449
|
+
var Wt = S((h2, zt) => {
|
|
450
|
+
var Qa = Rr(), Ka = Math.min;
|
|
451
|
+
zt.exports = function(e) {
|
|
452
|
+
return e > 0 ? Ka(Qa(e), 9007199254740991) : 0;
|
|
453
|
+
};
|
|
454
|
+
});
|
|
455
|
+
var _e = S((p2, Yt) => {
|
|
456
|
+
var Ja = Wt();
|
|
457
|
+
Yt.exports = function(e) {
|
|
458
|
+
return Ja(e.length);
|
|
459
|
+
};
|
|
460
|
+
});
|
|
461
|
+
var Jt = S((f2, Kt) => {
|
|
462
|
+
var Za = xe(), eo = Ht(), ro = _e(), Qt = function(e) {
|
|
463
|
+
return function(r, u, n) {
|
|
464
|
+
var D = Za(r), s = ro(D), i = eo(n, s), f;
|
|
465
|
+
if (e && u != u) {
|
|
466
|
+
for (; s > i; )
|
|
467
|
+
if (f = D[i++], f != f)
|
|
468
|
+
return true;
|
|
469
|
+
} else
|
|
470
|
+
for (; s > i; i++)
|
|
471
|
+
if ((e || i in D) && D[i] === u)
|
|
472
|
+
return e || i || 0;
|
|
473
|
+
return !e && -1;
|
|
474
|
+
};
|
|
475
|
+
};
|
|
476
|
+
Kt.exports = { includes: Qt(true), indexOf: Qt(false) };
|
|
477
|
+
});
|
|
478
|
+
var rn = S((d2, en) => {
|
|
479
|
+
var uo = re(), xr = oe(), to = xe(), no = Jt().indexOf, so = wr(), Zt = uo([].push);
|
|
480
|
+
en.exports = function(e, r) {
|
|
481
|
+
var u = to(e), n = 0, D = [], s;
|
|
482
|
+
for (s in u)
|
|
483
|
+
!xr(so, s) && xr(u, s) && Zt(D, s);
|
|
484
|
+
for (; r.length > n; )
|
|
485
|
+
xr(u, s = r[n++]) && (~no(D, s) || Zt(D, s));
|
|
486
|
+
return D;
|
|
487
|
+
};
|
|
488
|
+
});
|
|
489
|
+
var tn = S((E2, un) => {
|
|
490
|
+
un.exports = ["constructor", "hasOwnProperty", "isPrototypeOf", "propertyIsEnumerable", "toLocaleString", "toString", "valueOf"];
|
|
491
|
+
});
|
|
492
|
+
var sn = S((nn) => {
|
|
493
|
+
var io = rn(), ao = tn(), oo = ao.concat("length", "prototype");
|
|
494
|
+
nn.f = Object.getOwnPropertyNames || function(r) {
|
|
495
|
+
return io(r, oo);
|
|
496
|
+
};
|
|
497
|
+
});
|
|
498
|
+
var on = S((an) => {
|
|
499
|
+
an.f = Object.getOwnPropertySymbols;
|
|
500
|
+
});
|
|
501
|
+
var ln = S((g2, Dn) => {
|
|
502
|
+
var Do = ge(), lo = re(), co = sn(), ho = on(), po = de(), fo = lo([].concat);
|
|
503
|
+
Dn.exports = Do("Reflect", "ownKeys") || function(r) {
|
|
504
|
+
var u = co.f(po(r)), n = ho.f;
|
|
505
|
+
return n ? fo(u, n(r)) : u;
|
|
506
|
+
};
|
|
507
|
+
});
|
|
508
|
+
var pn = S((F2, hn) => {
|
|
509
|
+
var cn = oe(), Eo = ln(), Co = gr(), mo = Ae();
|
|
510
|
+
hn.exports = function(e, r, u) {
|
|
511
|
+
for (var n = Eo(r), D = mo.f, s = Co.f, i = 0; i < n.length; i++) {
|
|
512
|
+
var f = n[i];
|
|
513
|
+
!cn(e, f) && !(u && cn(u, f)) && D(e, f, s(r, f));
|
|
514
|
+
}
|
|
515
|
+
};
|
|
516
|
+
});
|
|
517
|
+
var dn = S((A2, fn) => {
|
|
518
|
+
var go = se(), Fo = Y(), Ao = /#|\.prototype\./, Se = function(e, r) {
|
|
519
|
+
var u = _o[vo(e)];
|
|
520
|
+
return u == yo ? true : u == So ? false : Fo(r) ? go(r) : !!r;
|
|
521
|
+
}, vo = Se.normalize = function(e) {
|
|
522
|
+
return String(e).replace(Ao, ".").toLowerCase();
|
|
523
|
+
}, _o = Se.data = {}, So = Se.NATIVE = "N", yo = Se.POLYFILL = "P";
|
|
524
|
+
fn.exports = Se;
|
|
525
|
+
});
|
|
526
|
+
var ze = S((v2, En) => {
|
|
527
|
+
var Pr = ee(), To = gr().f, Bo = Sr(), bo = jt(), wo = $e(), No = pn(), Oo = dn();
|
|
528
|
+
En.exports = function(e, r) {
|
|
529
|
+
var u = e.target, n = e.global, D = e.stat, s, i, f, c, F, a;
|
|
530
|
+
if (n ? i = Pr : D ? i = Pr[u] || wo(u, {}) : i = (Pr[u] || {}).prototype, i)
|
|
531
|
+
for (f in r) {
|
|
532
|
+
if (F = r[f], e.dontCallGetSet ? (a = To(i, f), c = a && a.value) : c = i[f], s = Oo(n ? f : u + (D ? "." : "#") + f, e.forced), !s && c !== void 0) {
|
|
533
|
+
if (typeof F == typeof c)
|
|
534
|
+
continue;
|
|
535
|
+
No(F, c);
|
|
536
|
+
}
|
|
537
|
+
(e.sham || c && c.sham) && Bo(F, "sham", true), bo(i, f, F, e);
|
|
538
|
+
}
|
|
539
|
+
};
|
|
540
|
+
});
|
|
541
|
+
var Cn = S(() => {
|
|
542
|
+
var qo = ze(), kr = ee();
|
|
543
|
+
qo({ global: true, forced: kr.globalThis !== kr }, { globalThis: kr });
|
|
544
|
+
});
|
|
545
|
+
var mn = S(() => {
|
|
546
|
+
Cn();
|
|
547
|
+
});
|
|
548
|
+
var Lr = S((B2, gn) => {
|
|
549
|
+
var Io = me();
|
|
550
|
+
gn.exports = Array.isArray || function(r) {
|
|
551
|
+
return Io(r) == "Array";
|
|
552
|
+
};
|
|
553
|
+
});
|
|
554
|
+
var An = S((b2, Fn) => {
|
|
555
|
+
var Ro = TypeError, xo = 9007199254740991;
|
|
556
|
+
Fn.exports = function(e) {
|
|
557
|
+
if (e > xo)
|
|
558
|
+
throw Ro("Maximum allowed index exceeded");
|
|
559
|
+
return e;
|
|
560
|
+
};
|
|
561
|
+
});
|
|
562
|
+
var _n = S((w2, vn) => {
|
|
563
|
+
var Po = me(), ko = re();
|
|
564
|
+
vn.exports = function(e) {
|
|
565
|
+
if (Po(e) === "Function")
|
|
566
|
+
return ko(e);
|
|
567
|
+
};
|
|
568
|
+
});
|
|
569
|
+
var $r = S((N2, yn) => {
|
|
570
|
+
var Sn = _n(), Lo = Fe(), $o = Oe(), Mo = Sn(Sn.bind);
|
|
571
|
+
yn.exports = function(e, r) {
|
|
572
|
+
return Lo(e), r === void 0 ? e : $o ? Mo(e, r) : function() {
|
|
573
|
+
return e.apply(r, arguments);
|
|
574
|
+
};
|
|
575
|
+
};
|
|
576
|
+
});
|
|
577
|
+
var bn = S((O2, Bn) => {
|
|
578
|
+
var jo = Lr(), Uo = _e(), Go = An(), Vo = $r(), Tn = function(e, r, u, n, D, s, i, f) {
|
|
579
|
+
for (var c = D, F = 0, a = i ? Vo(i, f) : false, l, h; F < n; )
|
|
580
|
+
F in u && (l = a ? a(u[F], F, r) : u[F], s > 0 && jo(l) ? (h = Uo(l), c = Tn(e, r, l, h, c, s - 1) - 1) : (Go(c + 1), e[c] = l), c++), F++;
|
|
581
|
+
return c;
|
|
582
|
+
};
|
|
583
|
+
Bn.exports = Tn;
|
|
584
|
+
});
|
|
585
|
+
var On = S((q2, Nn) => {
|
|
586
|
+
var Xo = he(), Ho = Xo("toStringTag"), wn = {};
|
|
587
|
+
wn[Ho] = "z";
|
|
588
|
+
Nn.exports = String(wn) === "[object z]";
|
|
589
|
+
});
|
|
590
|
+
var Mr = S((I2, qn) => {
|
|
591
|
+
var zo = On(), Wo = Y(), We = me(), Yo = he(), Qo = Yo("toStringTag"), Ko = Object, Jo = We(function() {
|
|
592
|
+
return arguments;
|
|
593
|
+
}()) == "Arguments", Zo = function(e, r) {
|
|
594
|
+
try {
|
|
595
|
+
return e[r];
|
|
596
|
+
} catch {
|
|
597
|
+
}
|
|
598
|
+
};
|
|
599
|
+
qn.exports = zo ? We : function(e) {
|
|
600
|
+
var r, u, n;
|
|
601
|
+
return e === void 0 ? "Undefined" : e === null ? "Null" : typeof (u = Zo(r = Ko(e), Qo)) == "string" ? u : Jo ? We(r) : (n = We(r)) == "Object" && Wo(r.callee) ? "Arguments" : n;
|
|
602
|
+
};
|
|
603
|
+
});
|
|
604
|
+
var Ln = S((R2, kn) => {
|
|
605
|
+
var eD = re(), rD = se(), In = Y(), uD = Mr(), tD = ge(), nD = br(), Rn = function() {
|
|
606
|
+
}, sD = [], xn = tD("Reflect", "construct"), jr = /^\s*(?:class|function)\b/, iD = eD(jr.exec), aD = !jr.exec(Rn), ye = function(r) {
|
|
607
|
+
if (!In(r))
|
|
608
|
+
return false;
|
|
609
|
+
try {
|
|
610
|
+
return xn(Rn, sD, r), true;
|
|
611
|
+
} catch {
|
|
612
|
+
return false;
|
|
613
|
+
}
|
|
614
|
+
}, Pn = function(r) {
|
|
615
|
+
if (!In(r))
|
|
616
|
+
return false;
|
|
617
|
+
switch (uD(r)) {
|
|
618
|
+
case "AsyncFunction":
|
|
619
|
+
case "GeneratorFunction":
|
|
620
|
+
case "AsyncGeneratorFunction":
|
|
621
|
+
return false;
|
|
622
|
+
}
|
|
623
|
+
try {
|
|
624
|
+
return aD || !!iD(jr, nD(r));
|
|
625
|
+
} catch {
|
|
626
|
+
return true;
|
|
627
|
+
}
|
|
628
|
+
};
|
|
629
|
+
Pn.sham = true;
|
|
630
|
+
kn.exports = !xn || rD(function() {
|
|
631
|
+
var e;
|
|
632
|
+
return ye(ye.call) || !ye(Object) || !ye(function() {
|
|
633
|
+
e = true;
|
|
634
|
+
}) || e;
|
|
635
|
+
}) ? Pn : ye;
|
|
636
|
+
});
|
|
637
|
+
var Un = S((x2, jn) => {
|
|
638
|
+
var $n = Lr(), oD = Ln(), DD = le(), lD = he(), cD = lD("species"), Mn = Array;
|
|
639
|
+
jn.exports = function(e) {
|
|
640
|
+
var r;
|
|
641
|
+
return $n(e) && (r = e.constructor, oD(r) && (r === Mn || $n(r.prototype)) ? r = void 0 : DD(r) && (r = r[cD], r === null && (r = void 0))), r === void 0 ? Mn : r;
|
|
642
|
+
};
|
|
643
|
+
});
|
|
644
|
+
var Vn = S((P2, Gn) => {
|
|
645
|
+
var hD = Un();
|
|
646
|
+
Gn.exports = function(e, r) {
|
|
647
|
+
return new (hD(e))(r === 0 ? 0 : r);
|
|
648
|
+
};
|
|
649
|
+
});
|
|
650
|
+
var Xn = S(() => {
|
|
651
|
+
var pD = ze(), fD = bn(), dD = Fe(), ED = dr(), CD = _e(), mD = Vn();
|
|
652
|
+
pD({ target: "Array", proto: true }, { flatMap: function(r) {
|
|
653
|
+
var u = ED(this), n = CD(u), D;
|
|
654
|
+
return dD(r), D = mD(u, 0), D.length = fD(D, u, u, n, 0, 1, r, arguments.length > 1 ? arguments[1] : void 0), D;
|
|
655
|
+
} });
|
|
656
|
+
});
|
|
657
|
+
var Ur = S(($2, Hn) => {
|
|
658
|
+
Hn.exports = {};
|
|
659
|
+
});
|
|
660
|
+
var Wn = S((M2, zn) => {
|
|
661
|
+
var gD = he(), FD = Ur(), AD = gD("iterator"), vD = Array.prototype;
|
|
662
|
+
zn.exports = function(e) {
|
|
663
|
+
return e !== void 0 && (FD.Array === e || vD[AD] === e);
|
|
664
|
+
};
|
|
665
|
+
});
|
|
666
|
+
var Gr = S((j2, Qn) => {
|
|
667
|
+
var _D = Mr(), Yn = Le(), SD = Re(), yD = Ur(), TD = he(), BD = TD("iterator");
|
|
668
|
+
Qn.exports = function(e) {
|
|
669
|
+
if (!SD(e))
|
|
670
|
+
return Yn(e, BD) || Yn(e, "@@iterator") || yD[_D(e)];
|
|
671
|
+
};
|
|
672
|
+
});
|
|
673
|
+
var Jn = S((U2, Kn) => {
|
|
674
|
+
var bD = De(), wD = Fe(), ND = de(), OD = ke(), qD = Gr(), ID = TypeError;
|
|
675
|
+
Kn.exports = function(e, r) {
|
|
676
|
+
var u = arguments.length < 2 ? qD(e) : r;
|
|
677
|
+
if (wD(u))
|
|
678
|
+
return ND(bD(u, e));
|
|
679
|
+
throw ID(OD(e) + " is not iterable");
|
|
680
|
+
};
|
|
681
|
+
});
|
|
682
|
+
var rs = S((G2, es) => {
|
|
683
|
+
var RD = De(), Zn = de(), xD = Le();
|
|
684
|
+
es.exports = function(e, r, u) {
|
|
685
|
+
var n, D;
|
|
686
|
+
Zn(e);
|
|
687
|
+
try {
|
|
688
|
+
if (n = xD(e, "return"), !n) {
|
|
689
|
+
if (r === "throw")
|
|
690
|
+
throw u;
|
|
691
|
+
return u;
|
|
692
|
+
}
|
|
693
|
+
n = RD(n, e);
|
|
694
|
+
} catch (s) {
|
|
695
|
+
D = true, n = s;
|
|
696
|
+
}
|
|
697
|
+
if (r === "throw")
|
|
698
|
+
throw u;
|
|
699
|
+
if (D)
|
|
700
|
+
throw n;
|
|
701
|
+
return Zn(n), u;
|
|
702
|
+
};
|
|
703
|
+
});
|
|
704
|
+
var is = S((V2, ss) => {
|
|
705
|
+
var PD = $r(), kD = De(), LD = de(), $D = ke(), MD = Wn(), jD = _e(), us = ir(), UD = Jn(), GD = Gr(), ts = rs(), VD = TypeError, Ye = function(e, r) {
|
|
706
|
+
this.stopped = e, this.result = r;
|
|
707
|
+
}, ns = Ye.prototype;
|
|
708
|
+
ss.exports = function(e, r, u) {
|
|
709
|
+
var n = u && u.that, D = !!(u && u.AS_ENTRIES), s = !!(u && u.IS_RECORD), i = !!(u && u.IS_ITERATOR), f = !!(u && u.INTERRUPTED), c = PD(r, n), F, a, l, h, C, d, m, T = function(g) {
|
|
710
|
+
return F && ts(F, "normal", g), new Ye(true, g);
|
|
711
|
+
}, w = function(g) {
|
|
712
|
+
return D ? (LD(g), f ? c(g[0], g[1], T) : c(g[0], g[1])) : f ? c(g, T) : c(g);
|
|
713
|
+
};
|
|
714
|
+
if (s)
|
|
715
|
+
F = e.iterator;
|
|
716
|
+
else if (i)
|
|
717
|
+
F = e;
|
|
718
|
+
else {
|
|
719
|
+
if (a = GD(e), !a)
|
|
720
|
+
throw VD($D(e) + " is not iterable");
|
|
721
|
+
if (MD(a)) {
|
|
722
|
+
for (l = 0, h = jD(e); h > l; l++)
|
|
723
|
+
if (C = w(e[l]), C && us(ns, C))
|
|
724
|
+
return C;
|
|
725
|
+
return new Ye(false);
|
|
726
|
+
}
|
|
727
|
+
F = UD(e, a);
|
|
728
|
+
}
|
|
729
|
+
for (d = s ? e.next : F.next; !(m = kD(d, F)).done; ) {
|
|
730
|
+
try {
|
|
731
|
+
C = w(m.value);
|
|
732
|
+
} catch (g) {
|
|
733
|
+
ts(F, "throw", g);
|
|
734
|
+
}
|
|
735
|
+
if (typeof C == "object" && C && us(ns, C))
|
|
736
|
+
return C;
|
|
737
|
+
}
|
|
738
|
+
return new Ye(false);
|
|
739
|
+
};
|
|
740
|
+
});
|
|
741
|
+
var os = S((X2, as) => {
|
|
742
|
+
var XD = je(), HD = Ae(), zD = Ie();
|
|
743
|
+
as.exports = function(e, r, u) {
|
|
744
|
+
var n = XD(r);
|
|
745
|
+
n in e ? HD.f(e, n, zD(0, u)) : e[n] = u;
|
|
746
|
+
};
|
|
747
|
+
});
|
|
748
|
+
var Ds = S(() => {
|
|
749
|
+
var WD = ze(), YD = is(), QD = os();
|
|
750
|
+
WD({ target: "Object", stat: true }, { fromEntries: function(r) {
|
|
751
|
+
var u = {};
|
|
752
|
+
return YD(r, function(n, D) {
|
|
753
|
+
QD(u, n, D);
|
|
754
|
+
}, { AS_ENTRIES: true }), u;
|
|
755
|
+
} });
|
|
756
|
+
});
|
|
757
|
+
var Dc = S((W2, Os) => {
|
|
758
|
+
var KD = ["cliName", "cliCategory", "cliDescription"];
|
|
759
|
+
function JD(e, r) {
|
|
760
|
+
if (e == null)
|
|
761
|
+
return {};
|
|
762
|
+
var u = ZD(e, r), n, D;
|
|
763
|
+
if (Object.getOwnPropertySymbols) {
|
|
764
|
+
var s = Object.getOwnPropertySymbols(e);
|
|
765
|
+
for (D = 0; D < s.length; D++)
|
|
766
|
+
n = s[D], !(r.indexOf(n) >= 0) && Object.prototype.propertyIsEnumerable.call(e, n) && (u[n] = e[n]);
|
|
767
|
+
}
|
|
768
|
+
return u;
|
|
769
|
+
}
|
|
770
|
+
function ZD(e, r) {
|
|
771
|
+
if (e == null)
|
|
772
|
+
return {};
|
|
773
|
+
var u = {}, n = Object.keys(e), D, s;
|
|
774
|
+
for (s = 0; s < n.length; s++)
|
|
775
|
+
D = n[s], !(r.indexOf(D) >= 0) && (u[D] = e[D]);
|
|
776
|
+
return u;
|
|
777
|
+
}
|
|
778
|
+
mn();
|
|
779
|
+
Xn();
|
|
780
|
+
Ds();
|
|
781
|
+
var el = Object.create, Je = Object.defineProperty, rl = Object.getOwnPropertyDescriptor, Xr = Object.getOwnPropertyNames, ul = Object.getPrototypeOf, tl = Object.prototype.hasOwnProperty, Ee = (e, r) => function() {
|
|
782
|
+
return e && (r = (0, e[Xr(e)[0]])(e = 0)), r;
|
|
783
|
+
}, I = (e, r) => function() {
|
|
784
|
+
return r || (0, e[Xr(e)[0]])((r = { exports: {} }).exports, r), r.exports;
|
|
785
|
+
}, ps = (e, r) => {
|
|
786
|
+
for (var u in r)
|
|
787
|
+
Je(e, u, { get: r[u], enumerable: true });
|
|
788
|
+
}, fs = (e, r, u, n) => {
|
|
789
|
+
if (r && typeof r == "object" || typeof r == "function")
|
|
790
|
+
for (let D of Xr(r))
|
|
791
|
+
!tl.call(e, D) && D !== u && Je(e, D, { get: () => r[D], enumerable: !(n = rl(r, D)) || n.enumerable });
|
|
792
|
+
return e;
|
|
793
|
+
}, nl = (e, r, u) => (u = e != null ? el(ul(e)) : {}, fs(r || !e || !e.__esModule ? Je(u, "default", { value: e, enumerable: true }) : u, e)), ds = (e) => fs(Je({}, "__esModule", { value: true }), e), Te, q = Ee({ "<define:process>"() {
|
|
794
|
+
Te = { env: {}, argv: [] };
|
|
795
|
+
} }), Es = I({ "node_modules/angular-html-parser/lib/compiler/src/chars.js"(e) {
|
|
796
|
+
q(), Object.defineProperty(e, "__esModule", { value: true }), e.$EOF = 0, e.$BSPACE = 8, e.$TAB = 9, e.$LF = 10, e.$VTAB = 11, e.$FF = 12, e.$CR = 13, e.$SPACE = 32, e.$BANG = 33, e.$DQ = 34, e.$HASH = 35, e.$$ = 36, e.$PERCENT = 37, e.$AMPERSAND = 38, e.$SQ = 39, e.$LPAREN = 40, e.$RPAREN = 41, e.$STAR = 42, e.$PLUS = 43, e.$COMMA = 44, e.$MINUS = 45, e.$PERIOD = 46, e.$SLASH = 47, e.$COLON = 58, e.$SEMICOLON = 59, e.$LT = 60, e.$EQ = 61, e.$GT = 62, e.$QUESTION = 63, e.$0 = 48, e.$7 = 55, e.$9 = 57, e.$A = 65, e.$E = 69, e.$F = 70, e.$X = 88, e.$Z = 90, e.$LBRACKET = 91, e.$BACKSLASH = 92, e.$RBRACKET = 93, e.$CARET = 94, e.$_ = 95, e.$a = 97, e.$b = 98, e.$e = 101, e.$f = 102, e.$n = 110, e.$r = 114, e.$t = 116, e.$u = 117, e.$v = 118, e.$x = 120, e.$z = 122, e.$LBRACE = 123, e.$BAR = 124, e.$RBRACE = 125, e.$NBSP = 160, e.$PIPE = 124, e.$TILDA = 126, e.$AT = 64, e.$BT = 96;
|
|
797
|
+
function r(f) {
|
|
798
|
+
return f >= e.$TAB && f <= e.$SPACE || f == e.$NBSP;
|
|
799
|
+
}
|
|
800
|
+
e.isWhitespace = r;
|
|
801
|
+
function u(f) {
|
|
802
|
+
return e.$0 <= f && f <= e.$9;
|
|
803
|
+
}
|
|
804
|
+
e.isDigit = u;
|
|
805
|
+
function n(f) {
|
|
806
|
+
return f >= e.$a && f <= e.$z || f >= e.$A && f <= e.$Z;
|
|
807
|
+
}
|
|
808
|
+
e.isAsciiLetter = n;
|
|
809
|
+
function D(f) {
|
|
810
|
+
return f >= e.$a && f <= e.$f || f >= e.$A && f <= e.$F || u(f);
|
|
811
|
+
}
|
|
812
|
+
e.isAsciiHexDigit = D;
|
|
813
|
+
function s(f) {
|
|
814
|
+
return f === e.$LF || f === e.$CR;
|
|
815
|
+
}
|
|
816
|
+
e.isNewLine = s;
|
|
817
|
+
function i(f) {
|
|
818
|
+
return e.$0 <= f && f <= e.$7;
|
|
819
|
+
}
|
|
820
|
+
e.isOctalDigit = i;
|
|
821
|
+
} }), sl = I({ "node_modules/angular-html-parser/lib/compiler/src/aot/static_symbol.js"(e) {
|
|
822
|
+
q(), Object.defineProperty(e, "__esModule", { value: true });
|
|
823
|
+
var r = class {
|
|
824
|
+
constructor(n, D, s) {
|
|
825
|
+
this.filePath = n, this.name = D, this.members = s;
|
|
826
|
+
}
|
|
827
|
+
assertNoMembers() {
|
|
828
|
+
if (this.members.length)
|
|
829
|
+
throw new Error(`Illegal state: symbol without members expected, but got ${JSON.stringify(this)}.`);
|
|
830
|
+
}
|
|
831
|
+
};
|
|
832
|
+
e.StaticSymbol = r;
|
|
833
|
+
var u = class {
|
|
834
|
+
constructor() {
|
|
835
|
+
this.cache = /* @__PURE__ */ new Map();
|
|
836
|
+
}
|
|
837
|
+
get(n, D, s) {
|
|
838
|
+
s = s || [];
|
|
839
|
+
let i = s.length ? `.${s.join(".")}` : "", f = `"${n}".${D}${i}`, c = this.cache.get(f);
|
|
840
|
+
return c || (c = new r(n, D, s), this.cache.set(f, c)), c;
|
|
841
|
+
}
|
|
842
|
+
};
|
|
843
|
+
e.StaticSymbolCache = u;
|
|
844
|
+
} }), il = I({ "node_modules/angular-html-parser/lib/compiler/src/util.js"(e) {
|
|
845
|
+
q(), Object.defineProperty(e, "__esModule", { value: true });
|
|
846
|
+
var r = /-+([a-z0-9])/g;
|
|
847
|
+
function u(o) {
|
|
848
|
+
return o.replace(r, function() {
|
|
849
|
+
for (var E = arguments.length, p = new Array(E), A = 0; A < E; A++)
|
|
850
|
+
p[A] = arguments[A];
|
|
851
|
+
return p[1].toUpperCase();
|
|
852
|
+
});
|
|
853
|
+
}
|
|
854
|
+
e.dashCaseToCamelCase = u;
|
|
855
|
+
function n(o, E) {
|
|
856
|
+
return s(o, ":", E);
|
|
857
|
+
}
|
|
858
|
+
e.splitAtColon = n;
|
|
859
|
+
function D(o, E) {
|
|
860
|
+
return s(o, ".", E);
|
|
861
|
+
}
|
|
862
|
+
e.splitAtPeriod = D;
|
|
863
|
+
function s(o, E, p) {
|
|
864
|
+
let A = o.indexOf(E);
|
|
865
|
+
return A == -1 ? p : [o.slice(0, A).trim(), o.slice(A + 1).trim()];
|
|
866
|
+
}
|
|
867
|
+
function i(o, E, p) {
|
|
868
|
+
return Array.isArray(o) ? E.visitArray(o, p) : g(o) ? E.visitStringMap(o, p) : o == null || typeof o == "string" || typeof o == "number" || typeof o == "boolean" ? E.visitPrimitive(o, p) : E.visitOther(o, p);
|
|
869
|
+
}
|
|
870
|
+
e.visitValue = i;
|
|
871
|
+
function f(o) {
|
|
872
|
+
return o != null;
|
|
873
|
+
}
|
|
874
|
+
e.isDefined = f;
|
|
875
|
+
function c(o) {
|
|
876
|
+
return o === void 0 ? null : o;
|
|
877
|
+
}
|
|
878
|
+
e.noUndefined = c;
|
|
879
|
+
var F = class {
|
|
880
|
+
visitArray(o, E) {
|
|
881
|
+
return o.map((p) => i(p, this, E));
|
|
882
|
+
}
|
|
883
|
+
visitStringMap(o, E) {
|
|
884
|
+
let p = {};
|
|
885
|
+
return Object.keys(o).forEach((A) => {
|
|
886
|
+
p[A] = i(o[A], this, E);
|
|
887
|
+
}), p;
|
|
888
|
+
}
|
|
889
|
+
visitPrimitive(o, E) {
|
|
890
|
+
return o;
|
|
891
|
+
}
|
|
892
|
+
visitOther(o, E) {
|
|
893
|
+
return o;
|
|
894
|
+
}
|
|
895
|
+
};
|
|
896
|
+
e.ValueTransformer = F, e.SyncAsync = { assertSync: (o) => {
|
|
897
|
+
if (_(o))
|
|
898
|
+
throw new Error("Illegal state: value cannot be a promise");
|
|
899
|
+
return o;
|
|
900
|
+
}, then: (o, E) => _(o) ? o.then(E) : E(o), all: (o) => o.some(_) ? Promise.all(o) : o };
|
|
901
|
+
function a(o) {
|
|
902
|
+
throw new Error(`Internal Error: ${o}`);
|
|
903
|
+
}
|
|
904
|
+
e.error = a;
|
|
905
|
+
function l(o, E) {
|
|
906
|
+
let p = Error(o);
|
|
907
|
+
return p[h] = true, E && (p[C] = E), p;
|
|
908
|
+
}
|
|
909
|
+
e.syntaxError = l;
|
|
910
|
+
var h = "ngSyntaxError", C = "ngParseErrors";
|
|
911
|
+
function d(o) {
|
|
912
|
+
return o[h];
|
|
913
|
+
}
|
|
914
|
+
e.isSyntaxError = d;
|
|
915
|
+
function m(o) {
|
|
916
|
+
return o[C] || [];
|
|
917
|
+
}
|
|
918
|
+
e.getParseErrors = m;
|
|
919
|
+
function T(o) {
|
|
920
|
+
return o.replace(/([.*+?^=!:${}()|[\]\/\\])/g, "\\$1");
|
|
921
|
+
}
|
|
922
|
+
e.escapeRegExp = T;
|
|
923
|
+
var w = Object.getPrototypeOf({});
|
|
924
|
+
function g(o) {
|
|
925
|
+
return typeof o == "object" && o !== null && Object.getPrototypeOf(o) === w;
|
|
926
|
+
}
|
|
927
|
+
function N(o) {
|
|
928
|
+
let E = "";
|
|
929
|
+
for (let p = 0; p < o.length; p++) {
|
|
930
|
+
let A = o.charCodeAt(p);
|
|
931
|
+
if (A >= 55296 && A <= 56319 && o.length > p + 1) {
|
|
932
|
+
let P = o.charCodeAt(p + 1);
|
|
933
|
+
P >= 56320 && P <= 57343 && (p++, A = (A - 55296 << 10) + P - 56320 + 65536);
|
|
934
|
+
}
|
|
935
|
+
A <= 127 ? E += String.fromCharCode(A) : A <= 2047 ? E += String.fromCharCode(A >> 6 & 31 | 192, A & 63 | 128) : A <= 65535 ? E += String.fromCharCode(A >> 12 | 224, A >> 6 & 63 | 128, A & 63 | 128) : A <= 2097151 && (E += String.fromCharCode(A >> 18 & 7 | 240, A >> 12 & 63 | 128, A >> 6 & 63 | 128, A & 63 | 128));
|
|
936
|
+
}
|
|
937
|
+
return E;
|
|
938
|
+
}
|
|
939
|
+
e.utf8Encode = N;
|
|
940
|
+
function R(o) {
|
|
941
|
+
if (typeof o == "string")
|
|
942
|
+
return o;
|
|
943
|
+
if (o instanceof Array)
|
|
944
|
+
return "[" + o.map(R).join(", ") + "]";
|
|
945
|
+
if (o == null)
|
|
946
|
+
return "" + o;
|
|
947
|
+
if (o.overriddenName)
|
|
948
|
+
return `${o.overriddenName}`;
|
|
949
|
+
if (o.name)
|
|
950
|
+
return `${o.name}`;
|
|
951
|
+
if (!o.toString)
|
|
952
|
+
return "object";
|
|
953
|
+
let E = o.toString();
|
|
954
|
+
if (E == null)
|
|
955
|
+
return "" + E;
|
|
956
|
+
let p = E.indexOf(`
|
|
957
|
+
`);
|
|
958
|
+
return p === -1 ? E : E.substring(0, p);
|
|
959
|
+
}
|
|
960
|
+
e.stringify = R;
|
|
961
|
+
function j(o) {
|
|
962
|
+
return typeof o == "function" && o.hasOwnProperty("__forward_ref__") ? o() : o;
|
|
963
|
+
}
|
|
964
|
+
e.resolveForwardRef = j;
|
|
965
|
+
function _(o) {
|
|
966
|
+
return !!o && typeof o.then == "function";
|
|
967
|
+
}
|
|
968
|
+
e.isPromise = _;
|
|
969
|
+
var O = class {
|
|
970
|
+
constructor(o) {
|
|
971
|
+
this.full = o;
|
|
972
|
+
let E = o.split(".");
|
|
973
|
+
this.major = E[0], this.minor = E[1], this.patch = E.slice(2).join(".");
|
|
974
|
+
}
|
|
975
|
+
};
|
|
976
|
+
e.Version = O;
|
|
977
|
+
var x = typeof window < "u" && window, k = typeof self < "u" && typeof WorkerGlobalScope < "u" && self instanceof WorkerGlobalScope && self, $ = typeof globalThis < "u" && globalThis, t = $ || x || k;
|
|
978
|
+
e.global = t;
|
|
979
|
+
} }), al = I({ "node_modules/angular-html-parser/lib/compiler/src/compile_metadata.js"(e) {
|
|
980
|
+
q(), Object.defineProperty(e, "__esModule", { value: true });
|
|
981
|
+
var r = sl(), u = il(), n = /^(?:(?:\[([^\]]+)\])|(?:\(([^\)]+)\)))|(\@[-\w]+)$/;
|
|
982
|
+
function D(p) {
|
|
983
|
+
return p.replace(/\W/g, "_");
|
|
984
|
+
}
|
|
985
|
+
e.sanitizeIdentifier = D;
|
|
986
|
+
var s = 0;
|
|
987
|
+
function i(p) {
|
|
988
|
+
if (!p || !p.reference)
|
|
989
|
+
return null;
|
|
990
|
+
let A = p.reference;
|
|
991
|
+
if (A instanceof r.StaticSymbol)
|
|
992
|
+
return A.name;
|
|
993
|
+
if (A.__anonymousType)
|
|
994
|
+
return A.__anonymousType;
|
|
995
|
+
let P = u.stringify(A);
|
|
996
|
+
return P.indexOf("(") >= 0 ? (P = `anonymous_${s++}`, A.__anonymousType = P) : P = D(P), P;
|
|
997
|
+
}
|
|
998
|
+
e.identifierName = i;
|
|
999
|
+
function f(p) {
|
|
1000
|
+
let A = p.reference;
|
|
1001
|
+
return A instanceof r.StaticSymbol ? A.filePath : `./${u.stringify(A)}`;
|
|
1002
|
+
}
|
|
1003
|
+
e.identifierModuleUrl = f;
|
|
1004
|
+
function c(p, A) {
|
|
1005
|
+
return `View_${i({ reference: p })}_${A}`;
|
|
1006
|
+
}
|
|
1007
|
+
e.viewClassName = c;
|
|
1008
|
+
function F(p) {
|
|
1009
|
+
return `RenderType_${i({ reference: p })}`;
|
|
1010
|
+
}
|
|
1011
|
+
e.rendererTypeName = F;
|
|
1012
|
+
function a(p) {
|
|
1013
|
+
return `HostView_${i({ reference: p })}`;
|
|
1014
|
+
}
|
|
1015
|
+
e.hostViewClassName = a;
|
|
1016
|
+
function l(p) {
|
|
1017
|
+
return `${i({ reference: p })}NgFactory`;
|
|
1018
|
+
}
|
|
1019
|
+
e.componentFactoryName = l;
|
|
1020
|
+
var h;
|
|
1021
|
+
(function(p) {
|
|
1022
|
+
p[p.Pipe = 0] = "Pipe", p[p.Directive = 1] = "Directive", p[p.NgModule = 2] = "NgModule", p[p.Injectable = 3] = "Injectable";
|
|
1023
|
+
})(h = e.CompileSummaryKind || (e.CompileSummaryKind = {}));
|
|
1024
|
+
function C(p) {
|
|
1025
|
+
return p.value != null ? D(p.value) : i(p.identifier);
|
|
1026
|
+
}
|
|
1027
|
+
e.tokenName = C;
|
|
1028
|
+
function d(p) {
|
|
1029
|
+
return p.identifier != null ? p.identifier.reference : p.value;
|
|
1030
|
+
}
|
|
1031
|
+
e.tokenReference = d;
|
|
1032
|
+
var m = class {
|
|
1033
|
+
constructor() {
|
|
1034
|
+
let { moduleUrl: p, styles: A, styleUrls: P } = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
1035
|
+
this.moduleUrl = p || null, this.styles = _(A), this.styleUrls = _(P);
|
|
1036
|
+
}
|
|
1037
|
+
};
|
|
1038
|
+
e.CompileStylesheetMetadata = m;
|
|
1039
|
+
var T = class {
|
|
1040
|
+
constructor(p) {
|
|
1041
|
+
let { encapsulation: A, template: P, templateUrl: M, htmlAst: z, styles: V, styleUrls: X, externalStylesheets: H, animations: Q, ngContentSelectors: K, interpolation: J, isInline: v, preserveWhitespaces: y } = p;
|
|
1042
|
+
if (this.encapsulation = A, this.template = P, this.templateUrl = M, this.htmlAst = z, this.styles = _(V), this.styleUrls = _(X), this.externalStylesheets = _(H), this.animations = Q ? x(Q) : [], this.ngContentSelectors = K || [], J && J.length != 2)
|
|
1043
|
+
throw new Error("'interpolation' should have a start and an end symbol.");
|
|
1044
|
+
this.interpolation = J, this.isInline = v, this.preserveWhitespaces = y;
|
|
1045
|
+
}
|
|
1046
|
+
toSummary() {
|
|
1047
|
+
return { ngContentSelectors: this.ngContentSelectors, encapsulation: this.encapsulation, styles: this.styles, animations: this.animations };
|
|
1048
|
+
}
|
|
1049
|
+
};
|
|
1050
|
+
e.CompileTemplateMetadata = T;
|
|
1051
|
+
var w = class {
|
|
1052
|
+
static create(p) {
|
|
1053
|
+
let { isHost: A, type: P, isComponent: M, selector: z, exportAs: V, changeDetection: X, inputs: H, outputs: Q, host: K, providers: J, viewProviders: v, queries: y, guards: B, viewQueries: b, entryComponents: L, template: U, componentViewType: G, rendererType: W, componentFactory: ne } = p, be = {}, we = {}, Wr = {};
|
|
1054
|
+
K != null && Object.keys(K).forEach((Z) => {
|
|
1055
|
+
let ie = K[Z], Ce = Z.match(n);
|
|
1056
|
+
Ce === null ? Wr[Z] = ie : Ce[1] != null ? we[Ce[1]] = ie : Ce[2] != null && (be[Ce[2]] = ie);
|
|
1057
|
+
});
|
|
1058
|
+
let Yr = {};
|
|
1059
|
+
H != null && H.forEach((Z) => {
|
|
1060
|
+
let ie = u.splitAtColon(Z, [Z, Z]);
|
|
1061
|
+
Yr[ie[0]] = ie[1];
|
|
1062
|
+
});
|
|
1063
|
+
let Qr = {};
|
|
1064
|
+
return Q != null && Q.forEach((Z) => {
|
|
1065
|
+
let ie = u.splitAtColon(Z, [Z, Z]);
|
|
1066
|
+
Qr[ie[0]] = ie[1];
|
|
1067
|
+
}), new w({ isHost: A, type: P, isComponent: !!M, selector: z, exportAs: V, changeDetection: X, inputs: Yr, outputs: Qr, hostListeners: be, hostProperties: we, hostAttributes: Wr, providers: J, viewProviders: v, queries: y, guards: B, viewQueries: b, entryComponents: L, template: U, componentViewType: G, rendererType: W, componentFactory: ne });
|
|
1068
|
+
}
|
|
1069
|
+
constructor(p) {
|
|
1070
|
+
let { isHost: A, type: P, isComponent: M, selector: z, exportAs: V, changeDetection: X, inputs: H, outputs: Q, hostListeners: K, hostProperties: J, hostAttributes: v, providers: y, viewProviders: B, queries: b, guards: L, viewQueries: U, entryComponents: G, template: W, componentViewType: ne, rendererType: be, componentFactory: we } = p;
|
|
1071
|
+
this.isHost = !!A, this.type = P, this.isComponent = M, this.selector = z, this.exportAs = V, this.changeDetection = X, this.inputs = H, this.outputs = Q, this.hostListeners = K, this.hostProperties = J, this.hostAttributes = v, this.providers = _(y), this.viewProviders = _(B), this.queries = _(b), this.guards = L, this.viewQueries = _(U), this.entryComponents = _(G), this.template = W, this.componentViewType = ne, this.rendererType = be, this.componentFactory = we;
|
|
1072
|
+
}
|
|
1073
|
+
toSummary() {
|
|
1074
|
+
return { summaryKind: h.Directive, type: this.type, isComponent: this.isComponent, selector: this.selector, exportAs: this.exportAs, inputs: this.inputs, outputs: this.outputs, hostListeners: this.hostListeners, hostProperties: this.hostProperties, hostAttributes: this.hostAttributes, providers: this.providers, viewProviders: this.viewProviders, queries: this.queries, guards: this.guards, viewQueries: this.viewQueries, entryComponents: this.entryComponents, changeDetection: this.changeDetection, template: this.template && this.template.toSummary(), componentViewType: this.componentViewType, rendererType: this.rendererType, componentFactory: this.componentFactory };
|
|
1075
|
+
}
|
|
1076
|
+
};
|
|
1077
|
+
e.CompileDirectiveMetadata = w;
|
|
1078
|
+
var g = class {
|
|
1079
|
+
constructor(p) {
|
|
1080
|
+
let { type: A, name: P, pure: M } = p;
|
|
1081
|
+
this.type = A, this.name = P, this.pure = !!M;
|
|
1082
|
+
}
|
|
1083
|
+
toSummary() {
|
|
1084
|
+
return { summaryKind: h.Pipe, type: this.type, name: this.name, pure: this.pure };
|
|
1085
|
+
}
|
|
1086
|
+
};
|
|
1087
|
+
e.CompilePipeMetadata = g;
|
|
1088
|
+
var N = class {
|
|
1089
|
+
};
|
|
1090
|
+
e.CompileShallowModuleMetadata = N;
|
|
1091
|
+
var R = class {
|
|
1092
|
+
constructor(p) {
|
|
1093
|
+
let { type: A, providers: P, declaredDirectives: M, exportedDirectives: z, declaredPipes: V, exportedPipes: X, entryComponents: H, bootstrapComponents: Q, importedModules: K, exportedModules: J, schemas: v, transitiveModule: y, id: B } = p;
|
|
1094
|
+
this.type = A || null, this.declaredDirectives = _(M), this.exportedDirectives = _(z), this.declaredPipes = _(V), this.exportedPipes = _(X), this.providers = _(P), this.entryComponents = _(H), this.bootstrapComponents = _(Q), this.importedModules = _(K), this.exportedModules = _(J), this.schemas = _(v), this.id = B || null, this.transitiveModule = y || null;
|
|
1095
|
+
}
|
|
1096
|
+
toSummary() {
|
|
1097
|
+
let p = this.transitiveModule;
|
|
1098
|
+
return { summaryKind: h.NgModule, type: this.type, entryComponents: p.entryComponents, providers: p.providers, modules: p.modules, exportedDirectives: p.exportedDirectives, exportedPipes: p.exportedPipes };
|
|
1099
|
+
}
|
|
1100
|
+
};
|
|
1101
|
+
e.CompileNgModuleMetadata = R;
|
|
1102
|
+
var j = class {
|
|
1103
|
+
constructor() {
|
|
1104
|
+
this.directivesSet = /* @__PURE__ */ new Set(), this.directives = [], this.exportedDirectivesSet = /* @__PURE__ */ new Set(), this.exportedDirectives = [], this.pipesSet = /* @__PURE__ */ new Set(), this.pipes = [], this.exportedPipesSet = /* @__PURE__ */ new Set(), this.exportedPipes = [], this.modulesSet = /* @__PURE__ */ new Set(), this.modules = [], this.entryComponentsSet = /* @__PURE__ */ new Set(), this.entryComponents = [], this.providers = [];
|
|
1105
|
+
}
|
|
1106
|
+
addProvider(p, A) {
|
|
1107
|
+
this.providers.push({ provider: p, module: A });
|
|
1108
|
+
}
|
|
1109
|
+
addDirective(p) {
|
|
1110
|
+
this.directivesSet.has(p.reference) || (this.directivesSet.add(p.reference), this.directives.push(p));
|
|
1111
|
+
}
|
|
1112
|
+
addExportedDirective(p) {
|
|
1113
|
+
this.exportedDirectivesSet.has(p.reference) || (this.exportedDirectivesSet.add(p.reference), this.exportedDirectives.push(p));
|
|
1114
|
+
}
|
|
1115
|
+
addPipe(p) {
|
|
1116
|
+
this.pipesSet.has(p.reference) || (this.pipesSet.add(p.reference), this.pipes.push(p));
|
|
1117
|
+
}
|
|
1118
|
+
addExportedPipe(p) {
|
|
1119
|
+
this.exportedPipesSet.has(p.reference) || (this.exportedPipesSet.add(p.reference), this.exportedPipes.push(p));
|
|
1120
|
+
}
|
|
1121
|
+
addModule(p) {
|
|
1122
|
+
this.modulesSet.has(p.reference) || (this.modulesSet.add(p.reference), this.modules.push(p));
|
|
1123
|
+
}
|
|
1124
|
+
addEntryComponent(p) {
|
|
1125
|
+
this.entryComponentsSet.has(p.componentType) || (this.entryComponentsSet.add(p.componentType), this.entryComponents.push(p));
|
|
1126
|
+
}
|
|
1127
|
+
};
|
|
1128
|
+
e.TransitiveCompileNgModuleMetadata = j;
|
|
1129
|
+
function _(p) {
|
|
1130
|
+
return p || [];
|
|
1131
|
+
}
|
|
1132
|
+
var O = class {
|
|
1133
|
+
constructor(p, A) {
|
|
1134
|
+
let { useClass: P, useValue: M, useExisting: z, useFactory: V, deps: X, multi: H } = A;
|
|
1135
|
+
this.token = p, this.useClass = P || null, this.useValue = M, this.useExisting = z, this.useFactory = V || null, this.dependencies = X || null, this.multi = !!H;
|
|
1136
|
+
}
|
|
1137
|
+
};
|
|
1138
|
+
e.ProviderMeta = O;
|
|
1139
|
+
function x(p) {
|
|
1140
|
+
return p.reduce((A, P) => {
|
|
1141
|
+
let M = Array.isArray(P) ? x(P) : P;
|
|
1142
|
+
return A.concat(M);
|
|
1143
|
+
}, []);
|
|
1144
|
+
}
|
|
1145
|
+
e.flatten = x;
|
|
1146
|
+
function k(p) {
|
|
1147
|
+
return p.replace(/(\w+:\/\/[\w:-]+)?(\/+)?/, "ng:///");
|
|
1148
|
+
}
|
|
1149
|
+
function $(p, A, P) {
|
|
1150
|
+
let M;
|
|
1151
|
+
return P.isInline ? A.type.reference instanceof r.StaticSymbol ? M = `${A.type.reference.filePath}.${A.type.reference.name}.html` : M = `${i(p)}/${i(A.type)}.html` : M = P.templateUrl, A.type.reference instanceof r.StaticSymbol ? M : k(M);
|
|
1152
|
+
}
|
|
1153
|
+
e.templateSourceUrl = $;
|
|
1154
|
+
function t(p, A) {
|
|
1155
|
+
let P = p.moduleUrl.split(/\/\\/g), M = P[P.length - 1];
|
|
1156
|
+
return k(`css/${A}${M}.ngstyle.js`);
|
|
1157
|
+
}
|
|
1158
|
+
e.sharedStylesheetJitUrl = t;
|
|
1159
|
+
function o(p) {
|
|
1160
|
+
return k(`${i(p.type)}/module.ngfactory.js`);
|
|
1161
|
+
}
|
|
1162
|
+
e.ngModuleJitUrl = o;
|
|
1163
|
+
function E(p, A) {
|
|
1164
|
+
return k(`${i(p)}/${i(A.type)}.ngfactory.js`);
|
|
1165
|
+
}
|
|
1166
|
+
e.templateJitUrl = E;
|
|
1167
|
+
} }), Be = I({ "node_modules/angular-html-parser/lib/compiler/src/parse_util.js"(e) {
|
|
1168
|
+
q(), Object.defineProperty(e, "__esModule", { value: true });
|
|
1169
|
+
var r = Es(), u = al(), n = class {
|
|
1170
|
+
constructor(a, l, h, C) {
|
|
1171
|
+
this.file = a, this.offset = l, this.line = h, this.col = C;
|
|
1172
|
+
}
|
|
1173
|
+
toString() {
|
|
1174
|
+
return this.offset != null ? `${this.file.url}@${this.line}:${this.col}` : this.file.url;
|
|
1175
|
+
}
|
|
1176
|
+
moveBy(a) {
|
|
1177
|
+
let l = this.file.content, h = l.length, C = this.offset, d = this.line, m = this.col;
|
|
1178
|
+
for (; C > 0 && a < 0; )
|
|
1179
|
+
if (C--, a++, l.charCodeAt(C) == r.$LF) {
|
|
1180
|
+
d--;
|
|
1181
|
+
let w = l.substr(0, C - 1).lastIndexOf(String.fromCharCode(r.$LF));
|
|
1182
|
+
m = w > 0 ? C - w : C;
|
|
1183
|
+
} else
|
|
1184
|
+
m--;
|
|
1185
|
+
for (; C < h && a > 0; ) {
|
|
1186
|
+
let T = l.charCodeAt(C);
|
|
1187
|
+
C++, a--, T == r.$LF ? (d++, m = 0) : m++;
|
|
1188
|
+
}
|
|
1189
|
+
return new n(this.file, C, d, m);
|
|
1190
|
+
}
|
|
1191
|
+
getContext(a, l) {
|
|
1192
|
+
let h = this.file.content, C = this.offset;
|
|
1193
|
+
if (C != null) {
|
|
1194
|
+
C > h.length - 1 && (C = h.length - 1);
|
|
1195
|
+
let d = C, m = 0, T = 0;
|
|
1196
|
+
for (; m < a && C > 0 && (C--, m++, !(h[C] == `
|
|
1197
|
+
` && ++T == l)); )
|
|
1198
|
+
;
|
|
1199
|
+
for (m = 0, T = 0; m < a && d < h.length - 1 && (d++, m++, !(h[d] == `
|
|
1200
|
+
` && ++T == l)); )
|
|
1201
|
+
;
|
|
1202
|
+
return { before: h.substring(C, this.offset), after: h.substring(this.offset, d + 1) };
|
|
1203
|
+
}
|
|
1204
|
+
return null;
|
|
1205
|
+
}
|
|
1206
|
+
};
|
|
1207
|
+
e.ParseLocation = n;
|
|
1208
|
+
var D = class {
|
|
1209
|
+
constructor(a, l) {
|
|
1210
|
+
this.content = a, this.url = l;
|
|
1211
|
+
}
|
|
1212
|
+
};
|
|
1213
|
+
e.ParseSourceFile = D;
|
|
1214
|
+
var s = class {
|
|
1215
|
+
constructor(a, l) {
|
|
1216
|
+
let h = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : null;
|
|
1217
|
+
this.start = a, this.end = l, this.details = h;
|
|
1218
|
+
}
|
|
1219
|
+
toString() {
|
|
1220
|
+
return this.start.file.content.substring(this.start.offset, this.end.offset);
|
|
1221
|
+
}
|
|
1222
|
+
};
|
|
1223
|
+
e.ParseSourceSpan = s, e.EMPTY_PARSE_LOCATION = new n(new D("", ""), 0, 0, 0), e.EMPTY_SOURCE_SPAN = new s(e.EMPTY_PARSE_LOCATION, e.EMPTY_PARSE_LOCATION);
|
|
1224
|
+
var i;
|
|
1225
|
+
(function(a) {
|
|
1226
|
+
a[a.WARNING = 0] = "WARNING", a[a.ERROR = 1] = "ERROR";
|
|
1227
|
+
})(i = e.ParseErrorLevel || (e.ParseErrorLevel = {}));
|
|
1228
|
+
var f = class {
|
|
1229
|
+
constructor(a, l) {
|
|
1230
|
+
let h = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : i.ERROR;
|
|
1231
|
+
this.span = a, this.msg = l, this.level = h;
|
|
1232
|
+
}
|
|
1233
|
+
contextualMessage() {
|
|
1234
|
+
let a = this.span.start.getContext(100, 3);
|
|
1235
|
+
return a ? `${this.msg} ("${a.before}[${i[this.level]} ->]${a.after}")` : this.msg;
|
|
1236
|
+
}
|
|
1237
|
+
toString() {
|
|
1238
|
+
let a = this.span.details ? `, ${this.span.details}` : "";
|
|
1239
|
+
return `${this.contextualMessage()}: ${this.span.start}${a}`;
|
|
1240
|
+
}
|
|
1241
|
+
};
|
|
1242
|
+
e.ParseError = f;
|
|
1243
|
+
function c(a, l) {
|
|
1244
|
+
let h = u.identifierModuleUrl(l), C = h != null ? `in ${a} ${u.identifierName(l)} in ${h}` : `in ${a} ${u.identifierName(l)}`, d = new D("", C);
|
|
1245
|
+
return new s(new n(d, -1, -1, -1), new n(d, -1, -1, -1));
|
|
1246
|
+
}
|
|
1247
|
+
e.typeSourceSpan = c;
|
|
1248
|
+
function F(a, l, h) {
|
|
1249
|
+
let C = `in ${a} ${l} in ${h}`, d = new D("", C);
|
|
1250
|
+
return new s(new n(d, -1, -1, -1), new n(d, -1, -1, -1));
|
|
1251
|
+
}
|
|
1252
|
+
e.r3JitTypeSourceSpan = F;
|
|
1253
|
+
} }), ol = I({ "src/utils/front-matter/parse.js"(e, r) {
|
|
1254
|
+
q();
|
|
1255
|
+
var u = new RegExp("^(?<startDelimiter>-{3}|\\+{3})(?<language>[^\\n]*)\\n(?:|(?<value>.*?)\\n)(?<endDelimiter>\\k<startDelimiter>|\\.{3})[^\\S\\n]*(?:\\n|$)", "s");
|
|
1256
|
+
function n(D) {
|
|
1257
|
+
let s = D.match(u);
|
|
1258
|
+
if (!s)
|
|
1259
|
+
return { content: D };
|
|
1260
|
+
let { startDelimiter: i, language: f, value: c = "", endDelimiter: F } = s.groups, a = f.trim() || "yaml";
|
|
1261
|
+
if (i === "+++" && (a = "toml"), a !== "yaml" && i !== F)
|
|
1262
|
+
return { content: D };
|
|
1263
|
+
let [l] = s;
|
|
1264
|
+
return { frontMatter: { type: "front-matter", lang: a, value: c, startDelimiter: i, endDelimiter: F, raw: l.replace(/\n$/, "") }, content: l.replace(/[^\n]/g, " ") + D.slice(l.length) };
|
|
1265
|
+
}
|
|
1266
|
+
r.exports = n;
|
|
1267
|
+
} }), Cs = I({ "src/utils/get-last.js"(e, r) {
|
|
1268
|
+
q();
|
|
1269
|
+
var u = (n) => n[n.length - 1];
|
|
1270
|
+
r.exports = u;
|
|
1271
|
+
} }), Dl = I({ "src/common/parser-create-error.js"(e, r) {
|
|
1272
|
+
q();
|
|
1273
|
+
function u(n, D) {
|
|
1274
|
+
let s = new SyntaxError(n + " (" + D.start.line + ":" + D.start.column + ")");
|
|
1275
|
+
return s.loc = D, s;
|
|
1276
|
+
}
|
|
1277
|
+
r.exports = u;
|
|
1278
|
+
} }), ms = {};
|
|
1279
|
+
ps(ms, { default: () => ll });
|
|
1280
|
+
function ll(e) {
|
|
1281
|
+
if (typeof e != "string")
|
|
1282
|
+
throw new TypeError("Expected a string");
|
|
1283
|
+
return e.replace(/[|\\{}()[\]^$+*?.]/g, "\\$&").replace(/-/g, "\\x2d");
|
|
1284
|
+
}
|
|
1285
|
+
var cl = Ee({ "node_modules/escape-string-regexp/index.js"() {
|
|
1286
|
+
q();
|
|
1287
|
+
} }), gs = I({ "node_modules/semver/internal/debug.js"(e, r) {
|
|
1288
|
+
q();
|
|
1289
|
+
var u = typeof Te == "object" && Te.env && Te.env.NODE_DEBUG && /\bsemver\b/i.test(Te.env.NODE_DEBUG) ? function() {
|
|
1290
|
+
for (var n = arguments.length, D = new Array(n), s = 0; s < n; s++)
|
|
1291
|
+
D[s] = arguments[s];
|
|
1292
|
+
return console.error("SEMVER", ...D);
|
|
1293
|
+
} : () => {
|
|
1294
|
+
};
|
|
1295
|
+
r.exports = u;
|
|
1296
|
+
} }), Fs = I({ "node_modules/semver/internal/constants.js"(e, r) {
|
|
1297
|
+
q();
|
|
1298
|
+
var u = "2.0.0", n = 256, D = Number.MAX_SAFE_INTEGER || 9007199254740991, s = 16;
|
|
1299
|
+
r.exports = { SEMVER_SPEC_VERSION: u, MAX_LENGTH: n, MAX_SAFE_INTEGER: D, MAX_SAFE_COMPONENT_LENGTH: s };
|
|
1300
|
+
} }), hl = I({ "node_modules/semver/internal/re.js"(e, r) {
|
|
1301
|
+
q();
|
|
1302
|
+
var { MAX_SAFE_COMPONENT_LENGTH: u } = Fs(), n = gs();
|
|
1303
|
+
e = r.exports = {};
|
|
1304
|
+
var D = e.re = [], s = e.src = [], i = e.t = {}, f = 0, c = (F, a, l) => {
|
|
1305
|
+
let h = f++;
|
|
1306
|
+
n(F, h, a), i[F] = h, s[h] = a, D[h] = new RegExp(a, l ? "g" : void 0);
|
|
1307
|
+
};
|
|
1308
|
+
c("NUMERICIDENTIFIER", "0|[1-9]\\d*"), c("NUMERICIDENTIFIERLOOSE", "[0-9]+"), c("NONNUMERICIDENTIFIER", "\\d*[a-zA-Z-][a-zA-Z0-9-]*"), c("MAINVERSION", `(${s[i.NUMERICIDENTIFIER]})\\.(${s[i.NUMERICIDENTIFIER]})\\.(${s[i.NUMERICIDENTIFIER]})`), c("MAINVERSIONLOOSE", `(${s[i.NUMERICIDENTIFIERLOOSE]})\\.(${s[i.NUMERICIDENTIFIERLOOSE]})\\.(${s[i.NUMERICIDENTIFIERLOOSE]})`), c("PRERELEASEIDENTIFIER", `(?:${s[i.NUMERICIDENTIFIER]}|${s[i.NONNUMERICIDENTIFIER]})`), c("PRERELEASEIDENTIFIERLOOSE", `(?:${s[i.NUMERICIDENTIFIERLOOSE]}|${s[i.NONNUMERICIDENTIFIER]})`), c("PRERELEASE", `(?:-(${s[i.PRERELEASEIDENTIFIER]}(?:\\.${s[i.PRERELEASEIDENTIFIER]})*))`), c("PRERELEASELOOSE", `(?:-?(${s[i.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${s[i.PRERELEASEIDENTIFIERLOOSE]})*))`), c("BUILDIDENTIFIER", "[0-9A-Za-z-]+"), c("BUILD", `(?:\\+(${s[i.BUILDIDENTIFIER]}(?:\\.${s[i.BUILDIDENTIFIER]})*))`), c("FULLPLAIN", `v?${s[i.MAINVERSION]}${s[i.PRERELEASE]}?${s[i.BUILD]}?`), c("FULL", `^${s[i.FULLPLAIN]}$`), c("LOOSEPLAIN", `[v=\\s]*${s[i.MAINVERSIONLOOSE]}${s[i.PRERELEASELOOSE]}?${s[i.BUILD]}?`), c("LOOSE", `^${s[i.LOOSEPLAIN]}$`), c("GTLT", "((?:<|>)?=?)"), c("XRANGEIDENTIFIERLOOSE", `${s[i.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`), c("XRANGEIDENTIFIER", `${s[i.NUMERICIDENTIFIER]}|x|X|\\*`), c("XRANGEPLAIN", `[v=\\s]*(${s[i.XRANGEIDENTIFIER]})(?:\\.(${s[i.XRANGEIDENTIFIER]})(?:\\.(${s[i.XRANGEIDENTIFIER]})(?:${s[i.PRERELEASE]})?${s[i.BUILD]}?)?)?`), c("XRANGEPLAINLOOSE", `[v=\\s]*(${s[i.XRANGEIDENTIFIERLOOSE]})(?:\\.(${s[i.XRANGEIDENTIFIERLOOSE]})(?:\\.(${s[i.XRANGEIDENTIFIERLOOSE]})(?:${s[i.PRERELEASELOOSE]})?${s[i.BUILD]}?)?)?`), c("XRANGE", `^${s[i.GTLT]}\\s*${s[i.XRANGEPLAIN]}$`), c("XRANGELOOSE", `^${s[i.GTLT]}\\s*${s[i.XRANGEPLAINLOOSE]}$`), c("COERCE", `(^|[^\\d])(\\d{1,${u}})(?:\\.(\\d{1,${u}}))?(?:\\.(\\d{1,${u}}))?(?:$|[^\\d])`), c("COERCERTL", s[i.COERCE], true), c("LONETILDE", "(?:~>?)"), c("TILDETRIM", `(\\s*)${s[i.LONETILDE]}\\s+`, true), e.tildeTrimReplace = "$1~", c("TILDE", `^${s[i.LONETILDE]}${s[i.XRANGEPLAIN]}$`), c("TILDELOOSE", `^${s[i.LONETILDE]}${s[i.XRANGEPLAINLOOSE]}$`), c("LONECARET", "(?:\\^)"), c("CARETTRIM", `(\\s*)${s[i.LONECARET]}\\s+`, true), e.caretTrimReplace = "$1^", c("CARET", `^${s[i.LONECARET]}${s[i.XRANGEPLAIN]}$`), c("CARETLOOSE", `^${s[i.LONECARET]}${s[i.XRANGEPLAINLOOSE]}$`), c("COMPARATORLOOSE", `^${s[i.GTLT]}\\s*(${s[i.LOOSEPLAIN]})$|^$`), c("COMPARATOR", `^${s[i.GTLT]}\\s*(${s[i.FULLPLAIN]})$|^$`), c("COMPARATORTRIM", `(\\s*)${s[i.GTLT]}\\s*(${s[i.LOOSEPLAIN]}|${s[i.XRANGEPLAIN]})`, true), e.comparatorTrimReplace = "$1$2$3", c("HYPHENRANGE", `^\\s*(${s[i.XRANGEPLAIN]})\\s+-\\s+(${s[i.XRANGEPLAIN]})\\s*$`), c("HYPHENRANGELOOSE", `^\\s*(${s[i.XRANGEPLAINLOOSE]})\\s+-\\s+(${s[i.XRANGEPLAINLOOSE]})\\s*$`), c("STAR", "(<|>)?=?\\s*\\*"), c("GTE0", "^\\s*>=\\s*0\\.0\\.0\\s*$"), c("GTE0PRE", "^\\s*>=\\s*0\\.0\\.0-0\\s*$");
|
|
1309
|
+
} }), pl = I({ "node_modules/semver/internal/parse-options.js"(e, r) {
|
|
1310
|
+
q();
|
|
1311
|
+
var u = ["includePrerelease", "loose", "rtl"], n = (D) => D ? typeof D != "object" ? { loose: true } : u.filter((s) => D[s]).reduce((s, i) => (s[i] = true, s), {}) : {};
|
|
1312
|
+
r.exports = n;
|
|
1313
|
+
} }), fl = I({ "node_modules/semver/internal/identifiers.js"(e, r) {
|
|
1314
|
+
q();
|
|
1315
|
+
var u = /^[0-9]+$/, n = (s, i) => {
|
|
1316
|
+
let f = u.test(s), c = u.test(i);
|
|
1317
|
+
return f && c && (s = +s, i = +i), s === i ? 0 : f && !c ? -1 : c && !f ? 1 : s < i ? -1 : 1;
|
|
1318
|
+
}, D = (s, i) => n(i, s);
|
|
1319
|
+
r.exports = { compareIdentifiers: n, rcompareIdentifiers: D };
|
|
1320
|
+
} }), dl = I({ "node_modules/semver/classes/semver.js"(e, r) {
|
|
1321
|
+
q();
|
|
1322
|
+
var u = gs(), { MAX_LENGTH: n, MAX_SAFE_INTEGER: D } = Fs(), { re: s, t: i } = hl(), f = pl(), { compareIdentifiers: c } = fl(), F = class {
|
|
1323
|
+
constructor(a, l) {
|
|
1324
|
+
if (l = f(l), a instanceof F) {
|
|
1325
|
+
if (a.loose === !!l.loose && a.includePrerelease === !!l.includePrerelease)
|
|
1326
|
+
return a;
|
|
1327
|
+
a = a.version;
|
|
1328
|
+
} else if (typeof a != "string")
|
|
1329
|
+
throw new TypeError(`Invalid Version: ${a}`);
|
|
1330
|
+
if (a.length > n)
|
|
1331
|
+
throw new TypeError(`version is longer than ${n} characters`);
|
|
1332
|
+
u("SemVer", a, l), this.options = l, this.loose = !!l.loose, this.includePrerelease = !!l.includePrerelease;
|
|
1333
|
+
let h = a.trim().match(l.loose ? s[i.LOOSE] : s[i.FULL]);
|
|
1334
|
+
if (!h)
|
|
1335
|
+
throw new TypeError(`Invalid Version: ${a}`);
|
|
1336
|
+
if (this.raw = a, this.major = +h[1], this.minor = +h[2], this.patch = +h[3], this.major > D || this.major < 0)
|
|
1337
|
+
throw new TypeError("Invalid major version");
|
|
1338
|
+
if (this.minor > D || this.minor < 0)
|
|
1339
|
+
throw new TypeError("Invalid minor version");
|
|
1340
|
+
if (this.patch > D || this.patch < 0)
|
|
1341
|
+
throw new TypeError("Invalid patch version");
|
|
1342
|
+
h[4] ? this.prerelease = h[4].split(".").map((C) => {
|
|
1343
|
+
if (/^[0-9]+$/.test(C)) {
|
|
1344
|
+
let d = +C;
|
|
1345
|
+
if (d >= 0 && d < D)
|
|
1346
|
+
return d;
|
|
1347
|
+
}
|
|
1348
|
+
return C;
|
|
1349
|
+
}) : this.prerelease = [], this.build = h[5] ? h[5].split(".") : [], this.format();
|
|
1350
|
+
}
|
|
1351
|
+
format() {
|
|
1352
|
+
return this.version = `${this.major}.${this.minor}.${this.patch}`, this.prerelease.length && (this.version += `-${this.prerelease.join(".")}`), this.version;
|
|
1353
|
+
}
|
|
1354
|
+
toString() {
|
|
1355
|
+
return this.version;
|
|
1356
|
+
}
|
|
1357
|
+
compare(a) {
|
|
1358
|
+
if (u("SemVer.compare", this.version, this.options, a), !(a instanceof F)) {
|
|
1359
|
+
if (typeof a == "string" && a === this.version)
|
|
1360
|
+
return 0;
|
|
1361
|
+
a = new F(a, this.options);
|
|
1362
|
+
}
|
|
1363
|
+
return a.version === this.version ? 0 : this.compareMain(a) || this.comparePre(a);
|
|
1364
|
+
}
|
|
1365
|
+
compareMain(a) {
|
|
1366
|
+
return a instanceof F || (a = new F(a, this.options)), c(this.major, a.major) || c(this.minor, a.minor) || c(this.patch, a.patch);
|
|
1367
|
+
}
|
|
1368
|
+
comparePre(a) {
|
|
1369
|
+
if (a instanceof F || (a = new F(a, this.options)), this.prerelease.length && !a.prerelease.length)
|
|
1370
|
+
return -1;
|
|
1371
|
+
if (!this.prerelease.length && a.prerelease.length)
|
|
1372
|
+
return 1;
|
|
1373
|
+
if (!this.prerelease.length && !a.prerelease.length)
|
|
1374
|
+
return 0;
|
|
1375
|
+
let l = 0;
|
|
1376
|
+
do {
|
|
1377
|
+
let h = this.prerelease[l], C = a.prerelease[l];
|
|
1378
|
+
if (u("prerelease compare", l, h, C), h === void 0 && C === void 0)
|
|
1379
|
+
return 0;
|
|
1380
|
+
if (C === void 0)
|
|
1381
|
+
return 1;
|
|
1382
|
+
if (h === void 0)
|
|
1383
|
+
return -1;
|
|
1384
|
+
if (h === C)
|
|
1385
|
+
continue;
|
|
1386
|
+
return c(h, C);
|
|
1387
|
+
} while (++l);
|
|
1388
|
+
}
|
|
1389
|
+
compareBuild(a) {
|
|
1390
|
+
a instanceof F || (a = new F(a, this.options));
|
|
1391
|
+
let l = 0;
|
|
1392
|
+
do {
|
|
1393
|
+
let h = this.build[l], C = a.build[l];
|
|
1394
|
+
if (u("prerelease compare", l, h, C), h === void 0 && C === void 0)
|
|
1395
|
+
return 0;
|
|
1396
|
+
if (C === void 0)
|
|
1397
|
+
return 1;
|
|
1398
|
+
if (h === void 0)
|
|
1399
|
+
return -1;
|
|
1400
|
+
if (h === C)
|
|
1401
|
+
continue;
|
|
1402
|
+
return c(h, C);
|
|
1403
|
+
} while (++l);
|
|
1404
|
+
}
|
|
1405
|
+
inc(a, l) {
|
|
1406
|
+
switch (a) {
|
|
1407
|
+
case "premajor":
|
|
1408
|
+
this.prerelease.length = 0, this.patch = 0, this.minor = 0, this.major++, this.inc("pre", l);
|
|
1409
|
+
break;
|
|
1410
|
+
case "preminor":
|
|
1411
|
+
this.prerelease.length = 0, this.patch = 0, this.minor++, this.inc("pre", l);
|
|
1412
|
+
break;
|
|
1413
|
+
case "prepatch":
|
|
1414
|
+
this.prerelease.length = 0, this.inc("patch", l), this.inc("pre", l);
|
|
1415
|
+
break;
|
|
1416
|
+
case "prerelease":
|
|
1417
|
+
this.prerelease.length === 0 && this.inc("patch", l), this.inc("pre", l);
|
|
1418
|
+
break;
|
|
1419
|
+
case "major":
|
|
1420
|
+
(this.minor !== 0 || this.patch !== 0 || this.prerelease.length === 0) && this.major++, this.minor = 0, this.patch = 0, this.prerelease = [];
|
|
1421
|
+
break;
|
|
1422
|
+
case "minor":
|
|
1423
|
+
(this.patch !== 0 || this.prerelease.length === 0) && this.minor++, this.patch = 0, this.prerelease = [];
|
|
1424
|
+
break;
|
|
1425
|
+
case "patch":
|
|
1426
|
+
this.prerelease.length === 0 && this.patch++, this.prerelease = [];
|
|
1427
|
+
break;
|
|
1428
|
+
case "pre":
|
|
1429
|
+
if (this.prerelease.length === 0)
|
|
1430
|
+
this.prerelease = [0];
|
|
1431
|
+
else {
|
|
1432
|
+
let h = this.prerelease.length;
|
|
1433
|
+
for (; --h >= 0; )
|
|
1434
|
+
typeof this.prerelease[h] == "number" && (this.prerelease[h]++, h = -2);
|
|
1435
|
+
h === -1 && this.prerelease.push(0);
|
|
1436
|
+
}
|
|
1437
|
+
l && (c(this.prerelease[0], l) === 0 ? isNaN(this.prerelease[1]) && (this.prerelease = [l, 0]) : this.prerelease = [l, 0]);
|
|
1438
|
+
break;
|
|
1439
|
+
default:
|
|
1440
|
+
throw new Error(`invalid increment argument: ${a}`);
|
|
1441
|
+
}
|
|
1442
|
+
return this.format(), this.raw = this.version, this;
|
|
1443
|
+
}
|
|
1444
|
+
};
|
|
1445
|
+
r.exports = F;
|
|
1446
|
+
} }), Hr = I({ "node_modules/semver/functions/compare.js"(e, r) {
|
|
1447
|
+
q();
|
|
1448
|
+
var u = dl(), n = (D, s, i) => new u(D, i).compare(new u(s, i));
|
|
1449
|
+
r.exports = n;
|
|
1450
|
+
} }), El = I({ "node_modules/semver/functions/lt.js"(e, r) {
|
|
1451
|
+
q();
|
|
1452
|
+
var u = Hr(), n = (D, s, i) => u(D, s, i) < 0;
|
|
1453
|
+
r.exports = n;
|
|
1454
|
+
} }), Cl = I({ "node_modules/semver/functions/gte.js"(e, r) {
|
|
1455
|
+
q();
|
|
1456
|
+
var u = Hr(), n = (D, s, i) => u(D, s, i) >= 0;
|
|
1457
|
+
r.exports = n;
|
|
1458
|
+
} }), ml = I({ "src/utils/arrayify.js"(e, r) {
|
|
1459
|
+
q(), r.exports = (u, n) => Object.entries(u).map((D) => {
|
|
1460
|
+
let [s, i] = D;
|
|
1461
|
+
return Object.assign({ [n]: s }, i);
|
|
1462
|
+
});
|
|
1463
|
+
} }), gl = I({ "package.json"(e, r) {
|
|
1464
|
+
r.exports = { version: "2.8.4" };
|
|
1465
|
+
} }), Fl = I({ "node_modules/outdent/lib/index.js"(e, r) {
|
|
1466
|
+
q(), Object.defineProperty(e, "__esModule", { value: true }), e.outdent = void 0;
|
|
1467
|
+
function u() {
|
|
1468
|
+
for (var g = [], N = 0; N < arguments.length; N++)
|
|
1469
|
+
g[N] = arguments[N];
|
|
1470
|
+
}
|
|
1471
|
+
function n() {
|
|
1472
|
+
return typeof WeakMap < "u" ? /* @__PURE__ */ new WeakMap() : D();
|
|
1473
|
+
}
|
|
1474
|
+
function D() {
|
|
1475
|
+
return { add: u, delete: u, get: u, set: u, has: function(g) {
|
|
1476
|
+
return false;
|
|
1477
|
+
} };
|
|
1478
|
+
}
|
|
1479
|
+
var s = Object.prototype.hasOwnProperty, i = function(g, N) {
|
|
1480
|
+
return s.call(g, N);
|
|
1481
|
+
};
|
|
1482
|
+
function f(g, N) {
|
|
1483
|
+
for (var R in N)
|
|
1484
|
+
i(N, R) && (g[R] = N[R]);
|
|
1485
|
+
return g;
|
|
1486
|
+
}
|
|
1487
|
+
var c = /^[ \t]*(?:\r\n|\r|\n)/, F = /(?:\r\n|\r|\n)[ \t]*$/, a = /^(?:[\r\n]|$)/, l = /(?:\r\n|\r|\n)([ \t]*)(?:[^ \t\r\n]|$)/, h = /^[ \t]*[\r\n][ \t\r\n]*$/;
|
|
1488
|
+
function C(g, N, R) {
|
|
1489
|
+
var j = 0, _ = g[0].match(l);
|
|
1490
|
+
_ && (j = _[1].length);
|
|
1491
|
+
var O = "(\\r\\n|\\r|\\n).{0," + j + "}", x = new RegExp(O, "g");
|
|
1492
|
+
N && (g = g.slice(1));
|
|
1493
|
+
var k = R.newline, $ = R.trimLeadingNewline, t = R.trimTrailingNewline, o = typeof k == "string", E = g.length, p = g.map(function(A, P) {
|
|
1494
|
+
return A = A.replace(x, "$1"), P === 0 && $ && (A = A.replace(c, "")), P === E - 1 && t && (A = A.replace(F, "")), o && (A = A.replace(/\r\n|\n|\r/g, function(M) {
|
|
1495
|
+
return k;
|
|
1496
|
+
})), A;
|
|
1497
|
+
});
|
|
1498
|
+
return p;
|
|
1499
|
+
}
|
|
1500
|
+
function d(g, N) {
|
|
1501
|
+
for (var R = "", j = 0, _ = g.length; j < _; j++)
|
|
1502
|
+
R += g[j], j < _ - 1 && (R += N[j]);
|
|
1503
|
+
return R;
|
|
1504
|
+
}
|
|
1505
|
+
function m(g) {
|
|
1506
|
+
return i(g, "raw") && i(g, "length");
|
|
1507
|
+
}
|
|
1508
|
+
function T(g) {
|
|
1509
|
+
var N = n(), R = n();
|
|
1510
|
+
function j(O) {
|
|
1511
|
+
for (var x = [], k = 1; k < arguments.length; k++)
|
|
1512
|
+
x[k - 1] = arguments[k];
|
|
1513
|
+
if (m(O)) {
|
|
1514
|
+
var $ = O, t = (x[0] === j || x[0] === w) && h.test($[0]) && a.test($[1]), o = t ? R : N, E = o.get($);
|
|
1515
|
+
if (E || (E = C($, t, g), o.set($, E)), x.length === 0)
|
|
1516
|
+
return E[0];
|
|
1517
|
+
var p = d(E, t ? x.slice(1) : x);
|
|
1518
|
+
return p;
|
|
1519
|
+
} else
|
|
1520
|
+
return T(f(f({}, g), O || {}));
|
|
1521
|
+
}
|
|
1522
|
+
var _ = f(j, { string: function(O) {
|
|
1523
|
+
return C([O], false, g)[0];
|
|
1524
|
+
} });
|
|
1525
|
+
return _;
|
|
1526
|
+
}
|
|
1527
|
+
var w = T({ trimLeadingNewline: true, trimTrailingNewline: true });
|
|
1528
|
+
if (e.outdent = w, e.default = w, typeof r < "u")
|
|
1529
|
+
try {
|
|
1530
|
+
r.exports = w, Object.defineProperty(w, "__esModule", { value: true }), w.default = w, w.outdent = w;
|
|
1531
|
+
} catch {
|
|
1532
|
+
}
|
|
1533
|
+
} }), Al = I({ "src/main/core-options.js"(e, r) {
|
|
1534
|
+
q();
|
|
1535
|
+
var { outdent: u } = Fl(), n = "Config", D = "Editor", s = "Format", i = "Other", f = "Output", c = "Global", F = "Special", a = { cursorOffset: { since: "1.4.0", category: F, type: "int", default: -1, range: { start: -1, end: Number.POSITIVE_INFINITY, step: 1 }, description: u`
|
|
5
1536
|
Print (to stderr) where a cursor at the given position would move to after formatting.
|
|
6
1537
|
This option cannot be used with --range-start and --range-end.
|
|
7
|
-
`,cliCategory:
|
|
1538
|
+
`, cliCategory: D }, endOfLine: { since: "1.15.0", category: c, type: "choice", default: [{ since: "1.15.0", value: "auto" }, { since: "2.0.0", value: "lf" }], description: "Which end of line characters to apply.", choices: [{ value: "lf", description: "Line Feed only (\\n), common on Linux and macOS as well as inside git repos" }, { value: "crlf", description: "Carriage Return + Line Feed characters (\\r\\n), common on Windows" }, { value: "cr", description: "Carriage Return character only (\\r), used very rarely" }, { value: "auto", description: u`
|
|
8
1539
|
Maintain existing
|
|
9
1540
|
(mixed values within one file are normalised by looking at what's used after the first line)
|
|
10
|
-
`}]},filepath:{since:"1.4.0",category:
|
|
1541
|
+
` }] }, filepath: { since: "1.4.0", category: F, type: "path", description: "Specify the input filepath. This will be used to do parser inference.", cliName: "stdin-filepath", cliCategory: i, cliDescription: "Path to the file to pretend that stdin comes from." }, insertPragma: { since: "1.8.0", category: F, type: "boolean", default: false, description: "Insert @format pragma into file's first docblock comment.", cliCategory: i }, parser: { since: "0.0.10", category: c, type: "choice", default: [{ since: "0.0.10", value: "babylon" }, { since: "1.13.0", value: void 0 }], description: "Which parser to use.", exception: (l) => typeof l == "string" || typeof l == "function", choices: [{ value: "flow", description: "Flow" }, { value: "babel", since: "1.16.0", description: "JavaScript" }, { value: "babel-flow", since: "1.16.0", description: "Flow" }, { value: "babel-ts", since: "2.0.0", description: "TypeScript" }, { value: "typescript", since: "1.4.0", description: "TypeScript" }, { value: "acorn", since: "2.6.0", description: "JavaScript" }, { value: "espree", since: "2.2.0", description: "JavaScript" }, { value: "meriyah", since: "2.2.0", description: "JavaScript" }, { value: "css", since: "1.7.1", description: "CSS" }, { value: "less", since: "1.7.1", description: "Less" }, { value: "scss", since: "1.7.1", description: "SCSS" }, { value: "json", since: "1.5.0", description: "JSON" }, { value: "json5", since: "1.13.0", description: "JSON5" }, { value: "json-stringify", since: "1.13.0", description: "JSON.stringify" }, { value: "graphql", since: "1.5.0", description: "GraphQL" }, { value: "markdown", since: "1.8.0", description: "Markdown" }, { value: "mdx", since: "1.15.0", description: "MDX" }, { value: "vue", since: "1.10.0", description: "Vue" }, { value: "yaml", since: "1.14.0", description: "YAML" }, { value: "glimmer", since: "2.3.0", description: "Ember / Handlebars" }, { value: "html", since: "1.15.0", description: "HTML" }, { value: "angular", since: "1.15.0", description: "Angular" }, { value: "lwc", since: "1.17.0", description: "Lightning Web Components" }] }, plugins: { since: "1.10.0", type: "path", array: true, default: [{ value: [] }], category: c, description: "Add a plugin. Multiple plugins can be passed as separate `--plugin`s.", exception: (l) => typeof l == "string" || typeof l == "object", cliName: "plugin", cliCategory: n }, pluginSearchDirs: { since: "1.13.0", type: "path", array: true, default: [{ value: [] }], category: c, description: u`
|
|
11
1542
|
Custom directory that contains prettier plugins in node_modules subdirectory.
|
|
12
1543
|
Overrides default behavior when plugins are searched relatively to the location of Prettier.
|
|
13
1544
|
Multiple values are accepted.
|
|
14
|
-
`,exception:
|
|
1545
|
+
`, exception: (l) => typeof l == "string" || typeof l == "object", cliName: "plugin-search-dir", cliCategory: n }, printWidth: { since: "0.0.0", category: c, type: "int", default: 80, description: "The line length where Prettier will try wrap.", range: { start: 0, end: Number.POSITIVE_INFINITY, step: 1 } }, rangeEnd: { since: "1.4.0", category: F, type: "int", default: Number.POSITIVE_INFINITY, range: { start: 0, end: Number.POSITIVE_INFINITY, step: 1 }, description: u`
|
|
15
1546
|
Format code ending at a given character offset (exclusive).
|
|
16
1547
|
The range will extend forwards to the end of the selected statement.
|
|
17
1548
|
This option cannot be used with --cursor-offset.
|
|
18
|
-
`,cliCategory:
|
|
1549
|
+
`, cliCategory: D }, rangeStart: { since: "1.4.0", category: F, type: "int", default: 0, range: { start: 0, end: Number.POSITIVE_INFINITY, step: 1 }, description: u`
|
|
19
1550
|
Format code starting at a given character offset.
|
|
20
1551
|
The range will extend backwards to the start of the first line containing the selected statement.
|
|
21
1552
|
This option cannot be used with --cursor-offset.
|
|
22
|
-
`,cliCategory:
|
|
1553
|
+
`, cliCategory: D }, requirePragma: { since: "1.7.0", category: F, type: "boolean", default: false, description: u`
|
|
23
1554
|
Require either '@prettier' or '@format' to be present in the file's first docblock comment
|
|
24
1555
|
in order for it to be formatted.
|
|
25
|
-
`,cliCategory:i},tabWidth:{type:"int",category:f,default:2,description:"Number of spaces per indentation level.",range:{start:0,end:Number.POSITIVE_INFINITY,step:1}},useTabs:{since:"1.0.0",category:f,type:"boolean",default:!1,description:"Indent with tabs instead of spaces."},embeddedLanguageFormatting:{since:"2.1.0",category:f,type:"choice",default:[{since:"2.1.0",value:"auto"}],description:"Control how Prettier formats quoted code embedded in the file.",choices:[{value:"auto",description:"Format embedded code if Prettier can automatically identify it."},{value:"off",description:"Never automatically format embedded code."}]}};t.exports={CATEGORY_CONFIG:o,CATEGORY_EDITOR:p,CATEGORY_FORMAT:r,CATEGORY_OTHER:i,CATEGORY_OUTPUT:m,CATEGORY_GLOBAL:f,CATEGORY_SPECIAL:L,options:s}}}),Qt=S({"src/main/support.js"(e,t){R();var a={compare:lu(),lt:Vt(),gte:Gt()},o=Xt(),p=Ht().version,r=Wt().options;function i(){let{plugins:f=[],showUnreleased:L=!1,showDeprecated:s=!1,showInternal:D=!1}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},E=p.split("-",1)[0],v=f.flatMap(O=>O.languages||[]).filter(T),F=o(Object.assign({},...f.map(O=>{let{options:G}=O;return G}),r),"name").filter(O=>T(O)&&$(O)).sort((O,G)=>O.name===G.name?0:O.name<G.name?-1:1).map(X).map(O=>{O=Object.assign({},O),Array.isArray(O.default)&&(O.default=O.default.length===1?O.default[0].value:O.default.filter(T).sort((W,se)=>a.compare(se.since,W.since))[0].value),Array.isArray(O.choices)&&(O.choices=O.choices.filter(W=>T(W)&&$(W)),O.name==="parser"&&m(O,v,f));let G=Object.fromEntries(f.filter(W=>W.defaultOptions&&W.defaultOptions[O.name]!==void 0).map(W=>[W.name,W.defaultOptions[O.name]]));return Object.assign(Object.assign({},O),{},{pluginDefaults:G})});return{languages:v,options:F};function T(O){return L||!("since"in O)||O.since&&a.gte(E,O.since)}function $(O){return s||!("deprecated"in O)||O.deprecated&&a.lt(E,O.deprecated)}function X(O){return D?O:d(O,l)}}function m(f,L,s){let D=new Set(f.choices.map(E=>E.value));for(let E of L)if(E.parsers){for(let v of E.parsers)if(!D.has(v)){D.add(v);let F=s.find($=>$.parsers&&$.parsers[v]),T=E.name;F&&F.name&&(T+=` (plugin: ${F.name})`),f.choices.push({value:v,description:T})}}}t.exports={getSupportInfo:i}}}),Yt=S({"src/utils/is-non-empty-array.js"(e,t){R();function a(o){return Array.isArray(o)&&o.length>0}t.exports=a}});function Jt(){let{onlyFirst:e=!1}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(t,e?void 0:"g")}var Kt=q({"node_modules/strip-ansi/node_modules/ansi-regex/index.js"(){R()}});function Zt(e){if(typeof e!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof e}\``);return e.replace(Jt(),"")}var er=q({"node_modules/strip-ansi/index.js"(){R(),Kt()}});function ur(e){return Number.isInteger(e)?e>=4352&&(e<=4447||e===9001||e===9002||11904<=e&&e<=12871&&e!==12351||12880<=e&&e<=19903||19968<=e&&e<=42182||43360<=e&&e<=43388||44032<=e&&e<=55203||63744<=e&&e<=64255||65040<=e&&e<=65049||65072<=e&&e<=65131||65281<=e&&e<=65376||65504<=e&&e<=65510||110592<=e&&e<=110593||127488<=e&&e<=127569||131072<=e&&e<=262141):!1}var tr=q({"node_modules/is-fullwidth-code-point/index.js"(){R()}}),rr=S({"node_modules/emoji-regex/index.js"(e,t){R(),t.exports=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67)\uDB40\uDC7F|(?:\uD83E\uDDD1\uD83C\uDFFF\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFC-\uDFFF])|\uD83D\uDC68(?:\uD83C\uDFFB(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|[\u2695\u2696\u2708]\uFE0F|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))?|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])\uFE0F|\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC)?|(?:\uD83D\uDC69(?:\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69]))|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC69(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83E\uDDD1(?:\u200D(?:\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDE36\u200D\uD83C\uDF2B|\uD83C\uDFF3\uFE0F\u200D\u26A7|\uD83D\uDC3B\u200D\u2744|(?:(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\uD83C\uDFF4\u200D\u2620|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])\u200D[\u2640\u2642]|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u3030\u303D\u3297\u3299]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]|\uD83D[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3])\uFE0F|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDE35\u200D\uD83D\uDCAB|\uD83D\uDE2E\u200D\uD83D\uDCA8|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83E\uDDD1(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83D\uDC69(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC08\u200D\u2B1B|\u2764\uFE0F\u200D(?:\uD83D\uDD25|\uD83E\uDE79)|\uD83D\uDC41\uFE0F|\uD83C\uDFF3\uFE0F|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|[#\*0-9]\uFE0F\u20E3|\u2764\uFE0F|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF4|(?:[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270C\u270D]|\uD83D[\uDD74\uDD90])(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC08\uDC15\uDC3B\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE2E\uDE35\uDE36\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5]|\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD]|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0D\uDD0E\uDD10-\uDD17\uDD1D\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78\uDD7A-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCB\uDDD0\uDDE0-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6]|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDD77\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g}}}),Pu={};U(Pu,{default:()=>nr});function nr(e){if(typeof e!="string"||e.length===0||(e=Zt(e),e.length===0))return 0;e=e.replace((0,Ru.default)()," ");let t=0;for(let a=0;a<e.length;a++){let o=e.codePointAt(a);o<=31||o>=127&&o<=159||o>=768&&o<=879||(o>65535&&a++,t+=ur(o)?2:1)}return t}var Ru,sr=q({"node_modules/string-width/index.js"(){R(),er(),tr(),Ru=H(rr())}}),ir=S({"src/utils/get-string-width.js"(e,t){R();var a=(sr(),Y(Pu)).default,o=/[^\x20-\x7F]/;function p(r){return r?o.test(r)?a(r):r.length:0}t.exports=p}}),cu=S({"src/utils/text/skip.js"(e,t){R();function a(m){return(f,L,s)=>{let D=s&&s.backwards;if(L===!1)return!1;let{length:E}=f,v=L;for(;v>=0&&v<E;){let F=f.charAt(v);if(m instanceof RegExp){if(!m.test(F))return v}else if(!m.includes(F))return v;D?v--:v++}return v===-1||v===E?v:!1}}var o=a(/\s/),p=a(" "),r=a(",; "),i=a(/[^\n\r]/);t.exports={skipWhitespace:o,skipSpaces:p,skipToLineEnd:r,skipEverythingButNewLine:i}}}),Iu=S({"src/utils/text/skip-inline-comment.js"(e,t){R();function a(o,p){if(p===!1)return!1;if(o.charAt(p)==="/"&&o.charAt(p+1)==="*"){for(let r=p+2;r<o.length;++r)if(o.charAt(r)==="*"&&o.charAt(r+1)==="/")return r+2}return p}t.exports=a}}),Lu=S({"src/utils/text/skip-trailing-comment.js"(e,t){R();var{skipEverythingButNewLine:a}=cu();function o(p,r){return r===!1?!1:p.charAt(r)==="/"&&p.charAt(r+1)==="/"?a(p,r):r}t.exports=o}}),$u=S({"src/utils/text/skip-newline.js"(e,t){R();function a(o,p,r){let i=r&&r.backwards;if(p===!1)return!1;let m=o.charAt(p);if(i){if(o.charAt(p-1)==="\r"&&m===`
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
1556
|
+
`, cliCategory: i }, tabWidth: { type: "int", category: c, default: 2, description: "Number of spaces per indentation level.", range: { start: 0, end: Number.POSITIVE_INFINITY, step: 1 } }, useTabs: { since: "1.0.0", category: c, type: "boolean", default: false, description: "Indent with tabs instead of spaces." }, embeddedLanguageFormatting: { since: "2.1.0", category: c, type: "choice", default: [{ since: "2.1.0", value: "auto" }], description: "Control how Prettier formats quoted code embedded in the file.", choices: [{ value: "auto", description: "Format embedded code if Prettier can automatically identify it." }, { value: "off", description: "Never automatically format embedded code." }] } };
|
|
1557
|
+
r.exports = { CATEGORY_CONFIG: n, CATEGORY_EDITOR: D, CATEGORY_FORMAT: s, CATEGORY_OTHER: i, CATEGORY_OUTPUT: f, CATEGORY_GLOBAL: c, CATEGORY_SPECIAL: F, options: a };
|
|
1558
|
+
} }), vl = I({ "src/main/support.js"(e, r) {
|
|
1559
|
+
q();
|
|
1560
|
+
var u = { compare: Hr(), lt: El(), gte: Cl() }, n = ml(), D = gl().version, s = Al().options;
|
|
1561
|
+
function i() {
|
|
1562
|
+
let { plugins: c = [], showUnreleased: F = false, showDeprecated: a = false, showInternal: l = false } = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, h = D.split("-", 1)[0], C = c.flatMap((g) => g.languages || []).filter(m), d = n(Object.assign({}, ...c.map((g) => {
|
|
1563
|
+
let { options: N } = g;
|
|
1564
|
+
return N;
|
|
1565
|
+
}), s), "name").filter((g) => m(g) && T(g)).sort((g, N) => g.name === N.name ? 0 : g.name < N.name ? -1 : 1).map(w).map((g) => {
|
|
1566
|
+
g = Object.assign({}, g), Array.isArray(g.default) && (g.default = g.default.length === 1 ? g.default[0].value : g.default.filter(m).sort((R, j) => u.compare(j.since, R.since))[0].value), Array.isArray(g.choices) && (g.choices = g.choices.filter((R) => m(R) && T(R)), g.name === "parser" && f(g, C, c));
|
|
1567
|
+
let N = Object.fromEntries(c.filter((R) => R.defaultOptions && R.defaultOptions[g.name] !== void 0).map((R) => [R.name, R.defaultOptions[g.name]]));
|
|
1568
|
+
return Object.assign(Object.assign({}, g), {}, { pluginDefaults: N });
|
|
1569
|
+
});
|
|
1570
|
+
return { languages: C, options: d };
|
|
1571
|
+
function m(g) {
|
|
1572
|
+
return F || !("since" in g) || g.since && u.gte(h, g.since);
|
|
1573
|
+
}
|
|
1574
|
+
function T(g) {
|
|
1575
|
+
return a || !("deprecated" in g) || g.deprecated && u.lt(h, g.deprecated);
|
|
1576
|
+
}
|
|
1577
|
+
function w(g) {
|
|
1578
|
+
if (l)
|
|
1579
|
+
return g;
|
|
1580
|
+
return JD(g, KD);
|
|
1581
|
+
}
|
|
1582
|
+
}
|
|
1583
|
+
function f(c, F, a) {
|
|
1584
|
+
let l = new Set(c.choices.map((h) => h.value));
|
|
1585
|
+
for (let h of F)
|
|
1586
|
+
if (h.parsers) {
|
|
1587
|
+
for (let C of h.parsers)
|
|
1588
|
+
if (!l.has(C)) {
|
|
1589
|
+
l.add(C);
|
|
1590
|
+
let d = a.find((T) => T.parsers && T.parsers[C]), m = h.name;
|
|
1591
|
+
d && d.name && (m += ` (plugin: ${d.name})`), c.choices.push({ value: C, description: m });
|
|
1592
|
+
}
|
|
1593
|
+
}
|
|
1594
|
+
}
|
|
1595
|
+
r.exports = { getSupportInfo: i };
|
|
1596
|
+
} }), _l = I({ "src/utils/is-non-empty-array.js"(e, r) {
|
|
1597
|
+
q();
|
|
1598
|
+
function u(n) {
|
|
1599
|
+
return Array.isArray(n) && n.length > 0;
|
|
1600
|
+
}
|
|
1601
|
+
r.exports = u;
|
|
1602
|
+
} });
|
|
1603
|
+
function Sl() {
|
|
1604
|
+
let { onlyFirst: e = false } = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, r = ["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)", "(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");
|
|
1605
|
+
return new RegExp(r, e ? void 0 : "g");
|
|
1606
|
+
}
|
|
1607
|
+
var yl = Ee({ "node_modules/strip-ansi/node_modules/ansi-regex/index.js"() {
|
|
1608
|
+
q();
|
|
1609
|
+
} });
|
|
1610
|
+
function Tl(e) {
|
|
1611
|
+
if (typeof e != "string")
|
|
1612
|
+
throw new TypeError(`Expected a \`string\`, got \`${typeof e}\``);
|
|
1613
|
+
return e.replace(Sl(), "");
|
|
1614
|
+
}
|
|
1615
|
+
var Bl = Ee({ "node_modules/strip-ansi/index.js"() {
|
|
1616
|
+
q(), yl();
|
|
1617
|
+
} });
|
|
1618
|
+
function bl(e) {
|
|
1619
|
+
return Number.isInteger(e) ? e >= 4352 && (e <= 4447 || e === 9001 || e === 9002 || 11904 <= e && e <= 12871 && e !== 12351 || 12880 <= e && e <= 19903 || 19968 <= e && e <= 42182 || 43360 <= e && e <= 43388 || 44032 <= e && e <= 55203 || 63744 <= e && e <= 64255 || 65040 <= e && e <= 65049 || 65072 <= e && e <= 65131 || 65281 <= e && e <= 65376 || 65504 <= e && e <= 65510 || 110592 <= e && e <= 110593 || 127488 <= e && e <= 127569 || 131072 <= e && e <= 262141) : false;
|
|
1620
|
+
}
|
|
1621
|
+
var wl = Ee({ "node_modules/is-fullwidth-code-point/index.js"() {
|
|
1622
|
+
q();
|
|
1623
|
+
} }), Nl = I({ "node_modules/emoji-regex/index.js"(e, r) {
|
|
1624
|
+
q(), r.exports = function() {
|
|
1625
|
+
return /\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67)\uDB40\uDC7F|(?:\uD83E\uDDD1\uD83C\uDFFF\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFC-\uDFFF])|\uD83D\uDC68(?:\uD83C\uDFFB(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|[\u2695\u2696\u2708]\uFE0F|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))?|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])\uFE0F|\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC)?|(?:\uD83D\uDC69(?:\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69]))|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC69(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83E\uDDD1(?:\u200D(?:\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDE36\u200D\uD83C\uDF2B|\uD83C\uDFF3\uFE0F\u200D\u26A7|\uD83D\uDC3B\u200D\u2744|(?:(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\uD83C\uDFF4\u200D\u2620|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])\u200D[\u2640\u2642]|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u3030\u303D\u3297\u3299]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]|\uD83D[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3])\uFE0F|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDE35\u200D\uD83D\uDCAB|\uD83D\uDE2E\u200D\uD83D\uDCA8|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83E\uDDD1(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83D\uDC69(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC08\u200D\u2B1B|\u2764\uFE0F\u200D(?:\uD83D\uDD25|\uD83E\uDE79)|\uD83D\uDC41\uFE0F|\uD83C\uDFF3\uFE0F|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|[#\*0-9]\uFE0F\u20E3|\u2764\uFE0F|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF4|(?:[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270C\u270D]|\uD83D[\uDD74\uDD90])(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC08\uDC15\uDC3B\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE2E\uDE35\uDE36\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5]|\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD]|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0D\uDD0E\uDD10-\uDD17\uDD1D\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78\uDD7A-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCB\uDDD0\uDDE0-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6]|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDD77\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g;
|
|
1626
|
+
};
|
|
1627
|
+
} }), As = {};
|
|
1628
|
+
ps(As, { default: () => Ol });
|
|
1629
|
+
function Ol(e) {
|
|
1630
|
+
if (typeof e != "string" || e.length === 0 || (e = Tl(e), e.length === 0))
|
|
1631
|
+
return 0;
|
|
1632
|
+
e = e.replace((0, vs.default)(), " ");
|
|
1633
|
+
let r = 0;
|
|
1634
|
+
for (let u = 0; u < e.length; u++) {
|
|
1635
|
+
let n = e.codePointAt(u);
|
|
1636
|
+
n <= 31 || n >= 127 && n <= 159 || n >= 768 && n <= 879 || (n > 65535 && u++, r += bl(n) ? 2 : 1);
|
|
1637
|
+
}
|
|
1638
|
+
return r;
|
|
1639
|
+
}
|
|
1640
|
+
var vs, ql = Ee({ "node_modules/string-width/index.js"() {
|
|
1641
|
+
q(), Bl(), wl(), vs = nl(Nl());
|
|
1642
|
+
} }), Il = I({ "src/utils/get-string-width.js"(e, r) {
|
|
1643
|
+
q();
|
|
1644
|
+
var u = (ql(), ds(As)).default, n = /[^\x20-\x7F]/;
|
|
1645
|
+
function D(s) {
|
|
1646
|
+
return s ? n.test(s) ? u(s) : s.length : 0;
|
|
1647
|
+
}
|
|
1648
|
+
r.exports = D;
|
|
1649
|
+
} }), zr = I({ "src/utils/text/skip.js"(e, r) {
|
|
1650
|
+
q();
|
|
1651
|
+
function u(f) {
|
|
1652
|
+
return (c, F, a) => {
|
|
1653
|
+
let l = a && a.backwards;
|
|
1654
|
+
if (F === false)
|
|
1655
|
+
return false;
|
|
1656
|
+
let { length: h } = c, C = F;
|
|
1657
|
+
for (; C >= 0 && C < h; ) {
|
|
1658
|
+
let d = c.charAt(C);
|
|
1659
|
+
if (f instanceof RegExp) {
|
|
1660
|
+
if (!f.test(d))
|
|
1661
|
+
return C;
|
|
1662
|
+
} else if (!f.includes(d))
|
|
1663
|
+
return C;
|
|
1664
|
+
l ? C-- : C++;
|
|
1665
|
+
}
|
|
1666
|
+
return C === -1 || C === h ? C : false;
|
|
1667
|
+
};
|
|
1668
|
+
}
|
|
1669
|
+
var n = u(/\s/), D = u(" "), s = u(",; "), i = u(/[^\n\r]/);
|
|
1670
|
+
r.exports = { skipWhitespace: n, skipSpaces: D, skipToLineEnd: s, skipEverythingButNewLine: i };
|
|
1671
|
+
} }), _s = I({ "src/utils/text/skip-inline-comment.js"(e, r) {
|
|
1672
|
+
q();
|
|
1673
|
+
function u(n, D) {
|
|
1674
|
+
if (D === false)
|
|
1675
|
+
return false;
|
|
1676
|
+
if (n.charAt(D) === "/" && n.charAt(D + 1) === "*") {
|
|
1677
|
+
for (let s = D + 2; s < n.length; ++s)
|
|
1678
|
+
if (n.charAt(s) === "*" && n.charAt(s + 1) === "/")
|
|
1679
|
+
return s + 2;
|
|
1680
|
+
}
|
|
1681
|
+
return D;
|
|
1682
|
+
}
|
|
1683
|
+
r.exports = u;
|
|
1684
|
+
} }), Ss = I({ "src/utils/text/skip-trailing-comment.js"(e, r) {
|
|
1685
|
+
q();
|
|
1686
|
+
var { skipEverythingButNewLine: u } = zr();
|
|
1687
|
+
function n(D, s) {
|
|
1688
|
+
return s === false ? false : D.charAt(s) === "/" && D.charAt(s + 1) === "/" ? u(D, s) : s;
|
|
1689
|
+
}
|
|
1690
|
+
r.exports = n;
|
|
1691
|
+
} }), ys = I({ "src/utils/text/skip-newline.js"(e, r) {
|
|
1692
|
+
q();
|
|
1693
|
+
function u(n, D, s) {
|
|
1694
|
+
let i = s && s.backwards;
|
|
1695
|
+
if (D === false)
|
|
1696
|
+
return false;
|
|
1697
|
+
let f = n.charAt(D);
|
|
1698
|
+
if (i) {
|
|
1699
|
+
if (n.charAt(D - 1) === "\r" && f === `
|
|
1700
|
+
`)
|
|
1701
|
+
return D - 2;
|
|
1702
|
+
if (f === `
|
|
1703
|
+
` || f === "\r" || f === "\u2028" || f === "\u2029")
|
|
1704
|
+
return D - 1;
|
|
1705
|
+
} else {
|
|
1706
|
+
if (f === "\r" && n.charAt(D + 1) === `
|
|
1707
|
+
`)
|
|
1708
|
+
return D + 2;
|
|
1709
|
+
if (f === `
|
|
1710
|
+
` || f === "\r" || f === "\u2028" || f === "\u2029")
|
|
1711
|
+
return D + 1;
|
|
1712
|
+
}
|
|
1713
|
+
return D;
|
|
1714
|
+
}
|
|
1715
|
+
r.exports = u;
|
|
1716
|
+
} }), Rl = I({ "src/utils/text/get-next-non-space-non-comment-character-index-with-start-index.js"(e, r) {
|
|
1717
|
+
q();
|
|
1718
|
+
var u = _s(), n = ys(), D = Ss(), { skipSpaces: s } = zr();
|
|
1719
|
+
function i(f, c) {
|
|
1720
|
+
let F = null, a = c;
|
|
1721
|
+
for (; a !== F; )
|
|
1722
|
+
F = a, a = s(f, a), a = u(f, a), a = D(f, a), a = n(f, a);
|
|
1723
|
+
return a;
|
|
1724
|
+
}
|
|
1725
|
+
r.exports = i;
|
|
1726
|
+
} }), xl = I({ "src/common/util.js"(e, r) {
|
|
1727
|
+
q();
|
|
1728
|
+
var { default: u } = (cl(), ds(ms)), n = Cs(), { getSupportInfo: D } = vl(), s = _l(), i = Il(), { skipWhitespace: f, skipSpaces: c, skipToLineEnd: F, skipEverythingButNewLine: a } = zr(), l = _s(), h = Ss(), C = ys(), d = Rl(), m = (v) => v[v.length - 2];
|
|
1729
|
+
function T(v) {
|
|
1730
|
+
return (y, B, b) => {
|
|
1731
|
+
let L = b && b.backwards;
|
|
1732
|
+
if (B === false)
|
|
1733
|
+
return false;
|
|
1734
|
+
let { length: U } = y, G = B;
|
|
1735
|
+
for (; G >= 0 && G < U; ) {
|
|
1736
|
+
let W = y.charAt(G);
|
|
1737
|
+
if (v instanceof RegExp) {
|
|
1738
|
+
if (!v.test(W))
|
|
1739
|
+
return G;
|
|
1740
|
+
} else if (!v.includes(W))
|
|
1741
|
+
return G;
|
|
1742
|
+
L ? G-- : G++;
|
|
1743
|
+
}
|
|
1744
|
+
return G === -1 || G === U ? G : false;
|
|
1745
|
+
};
|
|
1746
|
+
}
|
|
1747
|
+
function w(v, y) {
|
|
1748
|
+
let B = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, b = c(v, B.backwards ? y - 1 : y, B), L = C(v, b, B);
|
|
1749
|
+
return b !== L;
|
|
1750
|
+
}
|
|
1751
|
+
function g(v, y, B) {
|
|
1752
|
+
for (let b = y; b < B; ++b)
|
|
1753
|
+
if (v.charAt(b) === `
|
|
1754
|
+
`)
|
|
1755
|
+
return true;
|
|
1756
|
+
return false;
|
|
1757
|
+
}
|
|
1758
|
+
function N(v, y, B) {
|
|
1759
|
+
let b = B(y) - 1;
|
|
1760
|
+
b = c(v, b, { backwards: true }), b = C(v, b, { backwards: true }), b = c(v, b, { backwards: true });
|
|
1761
|
+
let L = C(v, b, { backwards: true });
|
|
1762
|
+
return b !== L;
|
|
1763
|
+
}
|
|
1764
|
+
function R(v, y) {
|
|
1765
|
+
let B = null, b = y;
|
|
1766
|
+
for (; b !== B; )
|
|
1767
|
+
B = b, b = F(v, b), b = l(v, b), b = c(v, b);
|
|
1768
|
+
return b = h(v, b), b = C(v, b), b !== false && w(v, b);
|
|
1769
|
+
}
|
|
1770
|
+
function j(v, y, B) {
|
|
1771
|
+
return R(v, B(y));
|
|
1772
|
+
}
|
|
1773
|
+
function _(v, y, B) {
|
|
1774
|
+
return d(v, B(y));
|
|
1775
|
+
}
|
|
1776
|
+
function O(v, y, B) {
|
|
1777
|
+
return v.charAt(_(v, y, B));
|
|
1778
|
+
}
|
|
1779
|
+
function x(v, y) {
|
|
1780
|
+
let B = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
1781
|
+
return c(v, B.backwards ? y - 1 : y, B) !== y;
|
|
1782
|
+
}
|
|
1783
|
+
function k(v, y) {
|
|
1784
|
+
let B = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 0, b = 0;
|
|
1785
|
+
for (let L = B; L < v.length; ++L)
|
|
1786
|
+
v[L] === " " ? b = b + y - b % y : b++;
|
|
1787
|
+
return b;
|
|
1788
|
+
}
|
|
1789
|
+
function $(v, y) {
|
|
1790
|
+
let B = v.lastIndexOf(`
|
|
1791
|
+
`);
|
|
1792
|
+
return B === -1 ? 0 : k(v.slice(B + 1).match(/^[\t ]*/)[0], y);
|
|
1793
|
+
}
|
|
1794
|
+
function t(v, y) {
|
|
1795
|
+
let B = { quote: '"', regex: /"/g, escaped: """ }, b = { quote: "'", regex: /'/g, escaped: "'" }, L = y === "'" ? b : B, U = L === b ? B : b, G = L;
|
|
1796
|
+
if (v.includes(L.quote) || v.includes(U.quote)) {
|
|
1797
|
+
let W = (v.match(L.regex) || []).length, ne = (v.match(U.regex) || []).length;
|
|
1798
|
+
G = W > ne ? U : L;
|
|
1799
|
+
}
|
|
1800
|
+
return G;
|
|
1801
|
+
}
|
|
1802
|
+
function o(v, y) {
|
|
1803
|
+
let B = v.slice(1, -1), b = y.parser === "json" || y.parser === "json5" && y.quoteProps === "preserve" && !y.singleQuote ? '"' : y.__isInHtmlAttribute ? "'" : t(B, y.singleQuote ? "'" : '"').quote;
|
|
1804
|
+
return E(B, b, !(y.parser === "css" || y.parser === "less" || y.parser === "scss" || y.__embeddedInHtml));
|
|
1805
|
+
}
|
|
1806
|
+
function E(v, y, B) {
|
|
1807
|
+
let b = y === '"' ? "'" : '"', L = /\\(.)|(["'])/gs, U = v.replace(L, (G, W, ne) => W === b ? W : ne === y ? "\\" + ne : ne || (B && /^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/.test(W) ? W : "\\" + W));
|
|
1808
|
+
return y + U + y;
|
|
1809
|
+
}
|
|
1810
|
+
function p(v) {
|
|
1811
|
+
return v.toLowerCase().replace(/^([+-]?[\d.]+e)(?:\+|(-))?0*(\d)/, "$1$2$3").replace(/^([+-]?[\d.]+)e[+-]?0+$/, "$1").replace(/^([+-])?\./, "$10.").replace(/(\.\d+?)0+(?=e|$)/, "$1").replace(/\.(?=e|$)/, "");
|
|
1812
|
+
}
|
|
1813
|
+
function A(v, y) {
|
|
1814
|
+
let B = v.match(new RegExp(`(${u(y)})+`, "g"));
|
|
1815
|
+
return B === null ? 0 : B.reduce((b, L) => Math.max(b, L.length / y.length), 0);
|
|
1816
|
+
}
|
|
1817
|
+
function P(v, y) {
|
|
1818
|
+
let B = v.match(new RegExp(`(${u(y)})+`, "g"));
|
|
1819
|
+
if (B === null)
|
|
1820
|
+
return 0;
|
|
1821
|
+
let b = /* @__PURE__ */ new Map(), L = 0;
|
|
1822
|
+
for (let U of B) {
|
|
1823
|
+
let G = U.length / y.length;
|
|
1824
|
+
b.set(G, true), G > L && (L = G);
|
|
1825
|
+
}
|
|
1826
|
+
for (let U = 1; U < L; U++)
|
|
1827
|
+
if (!b.get(U))
|
|
1828
|
+
return U;
|
|
1829
|
+
return L + 1;
|
|
1830
|
+
}
|
|
1831
|
+
function M(v, y) {
|
|
1832
|
+
(v.comments || (v.comments = [])).push(y), y.printed = false, y.nodeDescription = J(v);
|
|
1833
|
+
}
|
|
1834
|
+
function z(v, y) {
|
|
1835
|
+
y.leading = true, y.trailing = false, M(v, y);
|
|
1836
|
+
}
|
|
1837
|
+
function V(v, y, B) {
|
|
1838
|
+
y.leading = false, y.trailing = false, B && (y.marker = B), M(v, y);
|
|
1839
|
+
}
|
|
1840
|
+
function X(v, y) {
|
|
1841
|
+
y.leading = false, y.trailing = true, M(v, y);
|
|
1842
|
+
}
|
|
1843
|
+
function H(v, y) {
|
|
1844
|
+
let { languages: B } = D({ plugins: y.plugins }), b = B.find((L) => {
|
|
1845
|
+
let { name: U } = L;
|
|
1846
|
+
return U.toLowerCase() === v;
|
|
1847
|
+
}) || B.find((L) => {
|
|
1848
|
+
let { aliases: U } = L;
|
|
1849
|
+
return Array.isArray(U) && U.includes(v);
|
|
1850
|
+
}) || B.find((L) => {
|
|
1851
|
+
let { extensions: U } = L;
|
|
1852
|
+
return Array.isArray(U) && U.includes(`.${v}`);
|
|
1853
|
+
});
|
|
1854
|
+
return b && b.parsers[0];
|
|
1855
|
+
}
|
|
1856
|
+
function Q(v) {
|
|
1857
|
+
return v && v.type === "front-matter";
|
|
1858
|
+
}
|
|
1859
|
+
function K(v) {
|
|
1860
|
+
let y = /* @__PURE__ */ new WeakMap();
|
|
1861
|
+
return function(B) {
|
|
1862
|
+
return y.has(B) || y.set(B, Symbol(v)), y.get(B);
|
|
1863
|
+
};
|
|
1864
|
+
}
|
|
1865
|
+
function J(v) {
|
|
1866
|
+
let y = v.type || v.kind || "(unknown type)", B = String(v.name || v.id && (typeof v.id == "object" ? v.id.name : v.id) || v.key && (typeof v.key == "object" ? v.key.name : v.key) || v.value && (typeof v.value == "object" ? "" : String(v.value)) || v.operator || "");
|
|
1867
|
+
return B.length > 20 && (B = B.slice(0, 19) + "…"), y + (B ? " " + B : "");
|
|
1868
|
+
}
|
|
1869
|
+
r.exports = { inferParserByLanguage: H, getStringWidth: i, getMaxContinuousCount: A, getMinNotPresentContinuousCount: P, getPenultimate: m, getLast: n, getNextNonSpaceNonCommentCharacterIndexWithStartIndex: d, getNextNonSpaceNonCommentCharacterIndex: _, getNextNonSpaceNonCommentCharacter: O, skip: T, skipWhitespace: f, skipSpaces: c, skipToLineEnd: F, skipEverythingButNewLine: a, skipInlineComment: l, skipTrailingComment: h, skipNewline: C, isNextLineEmptyAfterIndex: R, isNextLineEmpty: j, isPreviousLineEmpty: N, hasNewline: w, hasNewlineInRange: g, hasSpaces: x, getAlignmentSize: k, getIndentSize: $, getPreferredQuote: t, printString: o, printNumber: p, makeString: E, addLeadingComment: z, addDanglingComment: V, addTrailingComment: X, isFrontMatterNode: Q, isNonEmptyArray: s, createGroupIdMapper: K };
|
|
1870
|
+
} }), Pl = I({ "vendors/html-tag-names.json"(e, r) {
|
|
1871
|
+
r.exports = { htmlTagNames: ["a", "abbr", "acronym", "address", "applet", "area", "article", "aside", "audio", "b", "base", "basefont", "bdi", "bdo", "bgsound", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "command", "content", "data", "datalist", "dd", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "element", "em", "embed", "fieldset", "figcaption", "figure", "font", "footer", "form", "frame", "frameset", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "iframe", "image", "img", "input", "ins", "isindex", "kbd", "keygen", "label", "legend", "li", "link", "listing", "main", "map", "mark", "marquee", "math", "menu", "menuitem", "meta", "meter", "multicol", "nav", "nextid", "nobr", "noembed", "noframes", "noscript", "object", "ol", "optgroup", "option", "output", "p", "param", "picture", "plaintext", "pre", "progress", "q", "rb", "rbc", "rp", "rt", "rtc", "ruby", "s", "samp", "script", "section", "select", "shadow", "slot", "small", "source", "spacer", "span", "strike", "strong", "style", "sub", "summary", "sup", "svg", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "title", "tr", "track", "tt", "u", "ul", "var", "video", "wbr", "xmp"] };
|
|
1872
|
+
} }), Ts = I({ "src/language-html/utils/array-to-map.js"(e, r) {
|
|
1873
|
+
q();
|
|
1874
|
+
function u(n) {
|
|
1875
|
+
let D = /* @__PURE__ */ Object.create(null);
|
|
1876
|
+
for (let s of n)
|
|
1877
|
+
D[s] = true;
|
|
1878
|
+
return D;
|
|
1879
|
+
}
|
|
1880
|
+
r.exports = u;
|
|
1881
|
+
} }), kl = I({ "src/language-html/utils/html-tag-names.js"(e, r) {
|
|
1882
|
+
q();
|
|
1883
|
+
var { htmlTagNames: u } = Pl(), n = Ts(), D = n(u);
|
|
1884
|
+
r.exports = D;
|
|
1885
|
+
} }), Ll = I({ "vendors/html-element-attributes.json"(e, r) {
|
|
1886
|
+
r.exports = { htmlElementAttributes: { "*": ["accesskey", "autocapitalize", "autofocus", "class", "contenteditable", "dir", "draggable", "enterkeyhint", "hidden", "id", "inputmode", "is", "itemid", "itemprop", "itemref", "itemscope", "itemtype", "lang", "nonce", "slot", "spellcheck", "style", "tabindex", "title", "translate"], a: ["charset", "coords", "download", "href", "hreflang", "name", "ping", "referrerpolicy", "rel", "rev", "shape", "target", "type"], applet: ["align", "alt", "archive", "code", "codebase", "height", "hspace", "name", "object", "vspace", "width"], area: ["alt", "coords", "download", "href", "hreflang", "nohref", "ping", "referrerpolicy", "rel", "shape", "target", "type"], audio: ["autoplay", "controls", "crossorigin", "loop", "muted", "preload", "src"], base: ["href", "target"], basefont: ["color", "face", "size"], blockquote: ["cite"], body: ["alink", "background", "bgcolor", "link", "text", "vlink"], br: ["clear"], button: ["disabled", "form", "formaction", "formenctype", "formmethod", "formnovalidate", "formtarget", "name", "type", "value"], canvas: ["height", "width"], caption: ["align"], col: ["align", "char", "charoff", "span", "valign", "width"], colgroup: ["align", "char", "charoff", "span", "valign", "width"], data: ["value"], del: ["cite", "datetime"], details: ["open"], dialog: ["open"], dir: ["compact"], div: ["align"], dl: ["compact"], embed: ["height", "src", "type", "width"], fieldset: ["disabled", "form", "name"], font: ["color", "face", "size"], form: ["accept", "accept-charset", "action", "autocomplete", "enctype", "method", "name", "novalidate", "target"], frame: ["frameborder", "longdesc", "marginheight", "marginwidth", "name", "noresize", "scrolling", "src"], frameset: ["cols", "rows"], h1: ["align"], h2: ["align"], h3: ["align"], h4: ["align"], h5: ["align"], h6: ["align"], head: ["profile"], hr: ["align", "noshade", "size", "width"], html: ["manifest", "version"], iframe: ["align", "allow", "allowfullscreen", "allowpaymentrequest", "allowusermedia", "frameborder", "height", "loading", "longdesc", "marginheight", "marginwidth", "name", "referrerpolicy", "sandbox", "scrolling", "src", "srcdoc", "width"], img: ["align", "alt", "border", "crossorigin", "decoding", "height", "hspace", "ismap", "loading", "longdesc", "name", "referrerpolicy", "sizes", "src", "srcset", "usemap", "vspace", "width"], input: ["accept", "align", "alt", "autocomplete", "checked", "dirname", "disabled", "form", "formaction", "formenctype", "formmethod", "formnovalidate", "formtarget", "height", "ismap", "list", "max", "maxlength", "min", "minlength", "multiple", "name", "pattern", "placeholder", "readonly", "required", "size", "src", "step", "type", "usemap", "value", "width"], ins: ["cite", "datetime"], isindex: ["prompt"], label: ["for", "form"], legend: ["align"], li: ["type", "value"], link: ["as", "charset", "color", "crossorigin", "disabled", "href", "hreflang", "imagesizes", "imagesrcset", "integrity", "media", "referrerpolicy", "rel", "rev", "sizes", "target", "type"], map: ["name"], menu: ["compact"], meta: ["charset", "content", "http-equiv", "media", "name", "scheme"], meter: ["high", "low", "max", "min", "optimum", "value"], object: ["align", "archive", "border", "classid", "codebase", "codetype", "data", "declare", "form", "height", "hspace", "name", "standby", "type", "typemustmatch", "usemap", "vspace", "width"], ol: ["compact", "reversed", "start", "type"], optgroup: ["disabled", "label"], option: ["disabled", "label", "selected", "value"], output: ["for", "form", "name"], p: ["align"], param: ["name", "type", "value", "valuetype"], pre: ["width"], progress: ["max", "value"], q: ["cite"], script: ["async", "charset", "crossorigin", "defer", "integrity", "language", "nomodule", "referrerpolicy", "src", "type"], select: ["autocomplete", "disabled", "form", "multiple", "name", "required", "size"], slot: ["name"], source: ["height", "media", "sizes", "src", "srcset", "type", "width"], style: ["media", "type"], table: ["align", "bgcolor", "border", "cellpadding", "cellspacing", "frame", "rules", "summary", "width"], tbody: ["align", "char", "charoff", "valign"], td: ["abbr", "align", "axis", "bgcolor", "char", "charoff", "colspan", "headers", "height", "nowrap", "rowspan", "scope", "valign", "width"], textarea: ["autocomplete", "cols", "dirname", "disabled", "form", "maxlength", "minlength", "name", "placeholder", "readonly", "required", "rows", "wrap"], tfoot: ["align", "char", "charoff", "valign"], th: ["abbr", "align", "axis", "bgcolor", "char", "charoff", "colspan", "headers", "height", "nowrap", "rowspan", "scope", "valign", "width"], thead: ["align", "char", "charoff", "valign"], time: ["datetime"], tr: ["align", "bgcolor", "char", "charoff", "valign"], track: ["default", "kind", "label", "src", "srclang"], ul: ["compact", "type"], video: ["autoplay", "controls", "crossorigin", "height", "loop", "muted", "playsinline", "poster", "preload", "src", "width"] } };
|
|
1887
|
+
} }), $l = I({ "src/language-html/utils/map-object.js"(e, r) {
|
|
1888
|
+
q();
|
|
1889
|
+
function u(n, D) {
|
|
1890
|
+
let s = /* @__PURE__ */ Object.create(null);
|
|
1891
|
+
for (let [i, f] of Object.entries(n))
|
|
1892
|
+
s[i] = D(f, i);
|
|
1893
|
+
return s;
|
|
1894
|
+
}
|
|
1895
|
+
r.exports = u;
|
|
1896
|
+
} }), Ml = I({ "src/language-html/utils/html-elements-attributes.js"(e, r) {
|
|
1897
|
+
q();
|
|
1898
|
+
var { htmlElementAttributes: u } = Ll(), n = $l(), D = Ts(), s = n(u, D);
|
|
1899
|
+
r.exports = s;
|
|
1900
|
+
} }), jl = I({ "src/language-html/utils/is-unknown-namespace.js"(e, r) {
|
|
1901
|
+
q();
|
|
1902
|
+
function u(n) {
|
|
1903
|
+
return n.type === "element" && !n.hasExplicitNamespace && !["html", "svg"].includes(n.namespace);
|
|
1904
|
+
}
|
|
1905
|
+
r.exports = u;
|
|
1906
|
+
} }), Ul = I({ "src/language-html/pragma.js"(e, r) {
|
|
1907
|
+
q();
|
|
1908
|
+
function u(D) {
|
|
1909
|
+
return /^\s*<!--\s*@(?:format|prettier)\s*-->/.test(D);
|
|
1910
|
+
}
|
|
1911
|
+
function n(D) {
|
|
1912
|
+
return `<!-- @format -->
|
|
32
1913
|
|
|
33
|
-
`+p.replace(/^\s*\n/,"")}t.exports={hasPragma:a,insertPragma:o}}}),Er=S({"src/language-html/ast.js"(e,t){R();var a={attrs:!0,children:!0},o=new Set(["parent"]),p=class{constructor(){let i=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};for(let m of new Set([...o,...Object.keys(i)]))this.setProperty(m,i[m])}setProperty(i,m){if(this[i]!==m){if(i in a&&(m=m.map(f=>this.createChild(f))),!o.has(i)){this[i]=m;return}Object.defineProperty(this,i,{value:m,enumerable:!1,configurable:!0})}}map(i){let m;for(let f in a){let L=this[f];if(L){let s=r(L,D=>D.map(i));m!==L&&(m||(m=new p({parent:this.parent})),m.setProperty(f,s))}}if(m)for(let f in this)f in a||(m[f]=this[f]);return i(m||this)}walk(i){for(let m in a){let f=this[m];if(f)for(let L=0;L<f.length;L++)f[L].walk(i)}i(this)}createChild(i){let m=i instanceof p?i.clone():new p(i);return m.setProperty("parent",this),m}insertChildBefore(i,m){this.children.splice(this.children.indexOf(i),0,this.createChild(m))}removeChild(i){this.children.splice(this.children.indexOf(i),1)}replaceChild(i,m){this.children[this.children.indexOf(i)]=this.createChild(m)}clone(){return new p(this)}get firstChild(){var i;return(i=this.children)===null||i===void 0?void 0:i[0]}get lastChild(){var i;return(i=this.children)===null||i===void 0?void 0:i[this.children.length-1]}get prev(){var i;return(i=this.parent)===null||i===void 0?void 0:i.children[this.parent.children.indexOf(this)-1]}get next(){var i;return(i=this.parent)===null||i===void 0?void 0:i.children[this.parent.children.indexOf(this)+1]}get rawName(){return this.hasExplicitNamespace?this.fullName:this.name}get fullName(){return this.namespace?this.namespace+":"+this.name:this.name}get attrMap(){return Object.fromEntries(this.attrs.map(i=>[i.fullName,i.value]))}};function r(i,m){let f=i.map(m);return f.some((L,s)=>L!==i[s])?f:i}t.exports={Node:p}}}),mr=S({"src/language-html/conditional-comment.js"(e,t){R();var{ParseSourceSpan:a}=_e(),o=[{regex:/^(\[if([^\]]*)]>)(.*?)<!\s*\[endif]$/s,parse:r},{regex:/^\[if([^\]]*)]><!$/,parse:i},{regex:/^<!\s*\[endif]$/,parse:m}];function p(f,L){if(f.value)for(let{regex:s,parse:D}of o){let E=f.value.match(s);if(E)return D(f,L,E)}return null}function r(f,L,s){let[,D,E,v]=s,F=4+D.length,T=f.sourceSpan.start.moveBy(F),$=T.moveBy(v.length),[X,O]=(()=>{try{return[!0,L(v,T).children]}catch{return[!1,[{type:"text",value:v,sourceSpan:new a(T,$)}]]}})();return{type:"ieConditionalComment",complete:X,children:O,condition:E.trim().replace(/\s+/g," "),sourceSpan:f.sourceSpan,startSourceSpan:new a(f.sourceSpan.start,T),endSourceSpan:new a($,f.sourceSpan.end)}}function i(f,L,s){let[,D]=s;return{type:"ieConditionalStartComment",condition:D.trim().replace(/\s+/g," "),sourceSpan:f.sourceSpan}}function m(f){return{type:"ieConditionalEndComment",sourceSpan:f.sourceSpan}}t.exports={parseIeConditionalComment:p}}}),fr=S({"src/language-html/loc.js"(e,t){R();function a(p){return p.sourceSpan.start.offset}function o(p){return p.sourceSpan.end.offset}t.exports={locStart:a,locEnd:o}}}),Qe=S({"node_modules/angular-html-parser/lib/compiler/src/ml_parser/tags.js"(e){R(),Object.defineProperty(e,"__esModule",{value:!0}),function(m){m[m.RAW_TEXT=0]="RAW_TEXT",m[m.ESCAPABLE_RAW_TEXT=1]="ESCAPABLE_RAW_TEXT",m[m.PARSABLE_DATA=2]="PARSABLE_DATA"}(e.TagContentType||(e.TagContentType={}));function t(m){if(m[0]!=":")return[null,m];let f=m.indexOf(":",1);if(f==-1)throw new Error(`Unsupported format "${m}" expecting ":namespace:name"`);return[m.slice(1,f),m.slice(f+1)]}e.splitNsName=t;function a(m){return t(m)[1]==="ng-container"}e.isNgContainer=a;function o(m){return t(m)[1]==="ng-content"}e.isNgContent=o;function p(m){return t(m)[1]==="ng-template"}e.isNgTemplate=p;function r(m){return m===null?null:t(m)[0]}e.getNsPrefix=r;function i(m,f){return m?`:${m}:${f}`:f}e.mergeNsAndName=i,e.NAMED_ENTITIES={Aacute:"Á",aacute:"á",Abreve:"Ă",abreve:"ă",ac:"∾",acd:"∿",acE:"∾̳",Acirc:"Â",acirc:"â",acute:"´",Acy:"А",acy:"а",AElig:"Æ",aelig:"æ",af:"",Afr:"𝔄",afr:"𝔞",Agrave:"À",agrave:"à",alefsym:"ℵ",aleph:"ℵ",Alpha:"Α",alpha:"α",Amacr:"Ā",amacr:"ā",amalg:"⨿",AMP:"&",amp:"&",And:"⩓",and:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",Aogon:"Ą",aogon:"ą",Aopf:"𝔸",aopf:"𝕒",ap:"≈",apacir:"⩯",apE:"⩰",ape:"≊",apid:"≋",apos:"'",ApplyFunction:"",approx:"≈",approxeq:"≊",Aring:"Å",aring:"å",Ascr:"𝒜",ascr:"𝒶",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",Barwed:"⌆",barwed:"⌅",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",Bcy:"Б",bcy:"б",bdquo:"„",becaus:"∵",Because:"∵",because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",Beta:"Β",beta:"β",beth:"ℶ",between:"≬",Bfr:"𝔅",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bNot:"⫭",bnot:"⌐",Bopf:"𝔹",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxDL:"╗",boxDl:"╖",boxdL:"╕",boxdl:"┐",boxDR:"╔",boxDr:"╓",boxdR:"╒",boxdr:"┌",boxH:"═",boxh:"─",boxHD:"╦",boxHd:"╤",boxhD:"╥",boxhd:"┬",boxHU:"╩",boxHu:"╧",boxhU:"╨",boxhu:"┴",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxUL:"╝",boxUl:"╜",boxuL:"╛",boxul:"┘",boxUR:"╚",boxUr:"╙",boxuR:"╘",boxur:"└",boxV:"║",boxv:"│",boxVH:"╬",boxVh:"╫",boxvH:"╪",boxvh:"┼",boxVL:"╣",boxVl:"╢",boxvL:"╡",boxvl:"┤",boxVR:"╠",boxVr:"╟",boxvR:"╞",boxvr:"├",bprime:"‵",Breve:"˘",breve:"˘",brvbar:"¦",Bscr:"ℬ",bscr:"𝒷",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",Bumpeq:"≎",bumpeq:"≏",Cacute:"Ć",cacute:"ć",Cap:"⋒",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",Ccaron:"Č",ccaron:"č",Ccedil:"Ç",ccedil:"ç",Ccirc:"Ĉ",ccirc:"ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",Cdot:"Ċ",cdot:"ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",CenterDot:"·",centerdot:"·",Cfr:"ℭ",cfr:"𝔠",CHcy:"Ч",chcy:"ч",check:"✓",checkmark:"✓",Chi:"Χ",chi:"χ",cir:"○",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cirE:"⧃",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",Colon:"∷",colon:":",Colone:"⩴",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",Conint:"∯",conint:"∮",ContourIntegral:"∮",Copf:"ℂ",copf:"𝕔",coprod:"∐",Coproduct:"∐",COPY:"©",copy:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",Cross:"⨯",cross:"✗",Cscr:"𝒞",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",Cup:"⋓",cup:"∪",cupbrcap:"⩈",CupCap:"≍",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",Dagger:"‡",dagger:"†",daleth:"ℸ",Darr:"↡",dArr:"⇓",darr:"↓",dash:"‐",Dashv:"⫤",dashv:"⊣",dbkarow:"⤏",dblac:"˝",Dcaron:"Ď",dcaron:"ď",Dcy:"Д",dcy:"д",DD:"ⅅ",dd:"ⅆ",ddagger:"‡",ddarr:"⇊",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",Delta:"Δ",delta:"δ",demptyv:"⦱",dfisht:"⥿",Dfr:"𝔇",dfr:"𝔡",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",Diamond:"⋄",diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",DJcy:"Ђ",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",Dopf:"𝔻",dopf:"𝕕",Dot:"¨",dot:"˙",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrow:"↓",Downarrow:"⇓",downarrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",Dscr:"𝒟",dscr:"𝒹",DScy:"Ѕ",dscy:"ѕ",dsol:"⧶",Dstrok:"Đ",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",DZcy:"Џ",dzcy:"џ",dzigrarr:"⟿",Eacute:"É",eacute:"é",easter:"⩮",Ecaron:"Ě",ecaron:"ě",ecir:"≖",Ecirc:"Ê",ecirc:"ê",ecolon:"≕",Ecy:"Э",ecy:"э",eDDot:"⩷",Edot:"Ė",eDot:"≑",edot:"ė",ee:"ⅇ",efDot:"≒",Efr:"𝔈",efr:"𝔢",eg:"⪚",Egrave:"È",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",Emacr:"Ē",emacr:"ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp:" ",emsp13:" ",emsp14:" ",ENG:"Ŋ",eng:"ŋ",ensp:" ",Eogon:"Ę",eogon:"ę",Eopf:"𝔼",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",Epsilon:"Ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",Escr:"ℰ",escr:"ℯ",esdot:"≐",Esim:"⩳",esim:"≂",Eta:"Η",eta:"η",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",ExponentialE:"ⅇ",exponentiale:"ⅇ",fallingdotseq:"≒",Fcy:"Ф",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",Ffr:"𝔉",ffr:"𝔣",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",Fopf:"𝔽",fopf:"𝕗",ForAll:"∀",forall:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",Fscr:"ℱ",fscr:"𝒻",gacute:"ǵ",Gamma:"Γ",gamma:"γ",Gammad:"Ϝ",gammad:"ϝ",gap:"⪆",Gbreve:"Ğ",gbreve:"ğ",Gcedil:"Ģ",Gcirc:"Ĝ",gcirc:"ĝ",Gcy:"Г",gcy:"г",Gdot:"Ġ",gdot:"ġ",gE:"≧",ge:"≥",gEl:"⪌",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",Gfr:"𝔊",gfr:"𝔤",Gg:"⋙",gg:"≫",ggg:"⋙",gimel:"ℷ",GJcy:"Ѓ",gjcy:"ѓ",gl:"≷",gla:"⪥",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gnE:"≩",gne:"⪈",gneq:"⪈",gneqq:"≩",gnsim:"⋧",Gopf:"𝔾",gopf:"𝕘",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",GT:">",Gt:"≫",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",hArr:"⇔",harr:"↔",harrcir:"⥈",harrw:"↭",Hat:"^",hbar:"ℏ",Hcirc:"Ĥ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",Hfr:"ℌ",hfr:"𝔥",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",Hopf:"ℍ",hopf:"𝕙",horbar:"―",HorizontalLine:"─",Hscr:"ℋ",hscr:"𝒽",hslash:"ℏ",Hstrok:"Ħ",hstrok:"ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",Iacute:"Í",iacute:"í",ic:"",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",Ifr:"ℑ",ifr:"𝔦",Igrave:"Ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",IJlig:"IJ",ijlig:"ij",Im:"ℑ",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",Implies:"⇒",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",Int:"∬",int:"∫",intcal:"⊺",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"",InvisibleTimes:"",IOcy:"Ё",iocy:"ё",Iogon:"Į",iogon:"į",Iopf:"𝕀",iopf:"𝕚",Iota:"Ι",iota:"ι",iprod:"⨼",iquest:"¿",Iscr:"ℐ",iscr:"𝒾",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",Iuml:"Ï",iuml:"ï",Jcirc:"Ĵ",jcirc:"ĵ",Jcy:"Й",jcy:"й",Jfr:"𝔍",jfr:"𝔧",jmath:"ȷ",Jopf:"𝕁",jopf:"𝕛",Jscr:"𝒥",jscr:"𝒿",Jsercy:"Ј",jsercy:"ј",Jukcy:"Є",jukcy:"є",Kappa:"Κ",kappa:"κ",kappav:"ϰ",Kcedil:"Ķ",kcedil:"ķ",Kcy:"К",kcy:"к",Kfr:"𝔎",kfr:"𝔨",kgreen:"ĸ",KHcy:"Х",khcy:"х",KJcy:"Ќ",kjcy:"ќ",Kopf:"𝕂",kopf:"𝕜",Kscr:"𝒦",kscr:"𝓀",lAarr:"⇚",Lacute:"Ĺ",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",Lambda:"Λ",lambda:"λ",Lang:"⟪",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",Larr:"↞",lArr:"⇐",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",lAtail:"⤛",latail:"⤙",late:"⪭",lates:"⪭︀",lBarr:"⤎",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",Lcaron:"Ľ",lcaron:"ľ",Lcedil:"Ļ",lcedil:"ļ",lceil:"⌈",lcub:"{",Lcy:"Л",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",lE:"≦",le:"≤",LeftAngleBracket:"⟨",LeftArrow:"←",Leftarrow:"⇐",leftarrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",Lfr:"𝔏",lfr:"𝔩",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",LJcy:"Љ",ljcy:"љ",Ll:"⋘",ll:"≪",llarr:"⇇",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnap:"⪉",lnapprox:"⪉",lnE:"≨",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",LongLeftArrow:"⟵",Longleftarrow:"⟸",longleftarrow:"⟵",LongLeftRightArrow:"⟷",Longleftrightarrow:"⟺",longleftrightarrow:"⟷",longmapsto:"⟼",LongRightArrow:"⟶",Longrightarrow:"⟹",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",Lopf:"𝕃",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"",lrtri:"⊿",lsaquo:"‹",Lscr:"ℒ",lscr:"𝓁",Lsh:"↰",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",Lstrok:"Ł",lstrok:"ł",LT:"<",Lt:"≪",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",Mopf:"𝕄",mopf:"𝕞",mp:"∓",Mscr:"ℳ",mscr:"𝓂",mstpos:"∾",Mu:"Μ",mu:"μ",multimap:"⊸",mumap:"⊸",nabla:"∇",Nacute:"Ń",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",ne:"≠",nearhk:"⤤",neArr:"⇗",nearr:"↗",nearrow:"↗",nedot:"≐̸",NegativeMediumSpace:"",NegativeThickSpace:"",NegativeThinSpace:"",NegativeVeryThinSpace:"",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:`
|
|
34
|
-
`,nexist:"∄",nexists:"∄",Nfr:"𝔑",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",nGt:"≫⃒",ngt:"≯",ngtr:"≯",nGtv:"≫̸",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",NJcy:"Њ",njcy:"њ",nlArr:"⇍",nlarr:"↚",nldr:"‥",nlE:"≦̸",nle:"≰",nLeftarrow:"⇍",nleftarrow:"↚",nLeftrightarrow:"⇎",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nLt:"≪⃒",nlt:"≮",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"",NonBreakingSpace:" ",Nopf:"ℕ",nopf:"𝕟",Not:"⫬",not:"¬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nRightarrow:"⇏",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",Nscr:"𝒩",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",Ntilde:"Ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",Nu:"Ν",nu:"ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nVDash:"⊯",nVdash:"⊮",nvDash:"⊭",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwArr:"⇖",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",Oacute:"Ó",oacute:"ó",oast:"⊛",ocir:"⊚",Ocirc:"Ô",ocirc:"ô",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",Ograve:"Ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",Omacr:"Ō",omacr:"ō",Omega:"Ω",omega:"ω",Omicron:"Ο",omicron:"ο",omid:"⦶",ominus:"⊖",Oopf:"𝕆",oopf:"𝕠",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",Or:"⩔",or:"∨",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",Otimes:"⨷",otimes:"⊗",otimesas:"⨶",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",Pcy:"П",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",Pfr:"𝔓",pfr:"𝔭",Phi:"Φ",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",Pi:"Π",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",Popf:"ℙ",popf:"𝕡",pound:"£",Pr:"⪻",pr:"≺",prap:"⪷",prcue:"≼",prE:"⪳",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",Prime:"″",prime:"′",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportion:"∷",Proportional:"∝",propto:"∝",prsim:"≾",prurel:"⊰",Pscr:"𝒫",pscr:"𝓅",Psi:"Ψ",psi:"ψ",puncsp:" ",Qfr:"𝔔",qfr:"𝔮",qint:"⨌",Qopf:"ℚ",qopf:"𝕢",qprime:"⁗",Qscr:"𝒬",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",QUOT:'"',quot:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",Rang:"⟫",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",Rarr:"↠",rArr:"⇒",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",Rarrtl:"⤖",rarrtl:"↣",rarrw:"↝",rAtail:"⤜",ratail:"⤚",ratio:"∶",rationals:"ℚ",RBarr:"⤐",rBarr:"⤏",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",Rcaron:"Ř",rcaron:"ř",Rcedil:"Ŗ",rcedil:"ŗ",rceil:"⌉",rcub:"}",Rcy:"Р",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",Re:"ℜ",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",REG:"®",reg:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",Rfr:"ℜ",rfr:"𝔯",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrow:"→",Rightarrow:"⇒",rightarrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",Ropf:"ℝ",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",Rscr:"ℛ",rscr:"𝓇",Rsh:"↱",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",Sacute:"Ś",sacute:"ś",sbquo:"‚",Sc:"⪼",sc:"≻",scap:"⪸",Scaron:"Š",scaron:"š",sccue:"≽",scE:"⪴",sce:"⪰",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",searhk:"⤥",seArr:"⇘",searr:"↘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"",Sigma:"Σ",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",SOFTcy:"Ь",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",Square:"□",square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squf:"▪",srarr:"→",Sscr:"𝒮",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",Star:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",Sub:"⋐",sub:"⊂",subdot:"⪽",subE:"⫅",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",Subset:"⋐",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",Sum:"∑",sum:"∑",sung:"♪",Sup:"⋑",sup:"⊃",sup1:"¹",sup2:"²",sup3:"³",supdot:"⪾",supdsub:"⫘",supE:"⫆",supe:"⊇",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",Supset:"⋑",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swArr:"⇙",swarr:"↙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:" ",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",Therefore:"∴",therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:" ",thinsp:" ",ThinSpace:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",Tilde:"∼",tilde:"˜",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",Topf:"𝕋",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",TRADE:"™",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",Tscr:"𝒯",tscr:"𝓉",TScy:"Ц",tscy:"ц",TSHcy:"Ћ",tshcy:"ћ",Tstrok:"Ŧ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",Uacute:"Ú",uacute:"ú",Uarr:"↟",uArr:"⇑",uarr:"↑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",uogon:"ų",Uopf:"𝕌",uopf:"𝕦",UpArrow:"↑",Uparrow:"⇑",uparrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",Updownarrow:"⇕",updownarrow:"↕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",upsi:"υ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTee:"⊥",UpTeeArrow:"↥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",Uring:"Ů",uring:"ů",urtri:"◹",Uscr:"𝒰",uscr:"𝓊",utdot:"⋰",Utilde:"Ũ",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",Uuml:"Ü",uuml:"ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",vArr:"⇕",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",Vbar:"⫫",vBar:"⫨",vBarv:"⫩",Vcy:"В",vcy:"в",VDash:"⊫",Vdash:"⊩",vDash:"⊨",vdash:"⊢",Vdashl:"⫦",Vee:"⋁",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",Verbar:"‖",verbar:"|",Vert:"‖",vert:"|",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",Vopf:"𝕍",vopf:"𝕧",vprop:"∝",vrtri:"⊳",Vscr:"𝒱",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",Vvdash:"⊪",vzigzag:"⦚",Wcirc:"Ŵ",wcirc:"ŵ",wedbar:"⩟",Wedge:"⋀",wedge:"∧",wedgeq:"≙",weierp:"℘",Wfr:"𝔚",wfr:"𝔴",Wopf:"𝕎",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",Wscr:"𝒲",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",Xfr:"𝔛",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",Xi:"Ξ",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",Xopf:"𝕏",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",Xscr:"𝒳",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",Yacute:"Ý",yacute:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",Yuml:"Ÿ",yuml:"ÿ",Zacute:"Ź",zacute:"ź",Zcaron:"Ž",zcaron:"ž",Zcy:"З",zcy:"з",Zdot:"Ż",zdot:"ż",zeetrf:"ℨ",ZeroWidthSpace:"",Zeta:"Ζ",zeta:"ζ",Zfr:"ℨ",zfr:"𝔷",ZHcy:"Ж",zhcy:"ж",zigrarr:"⇝",Zopf:"ℤ",zopf:"𝕫",Zscr:"𝒵",zscr:"𝓏",zwj:"",zwnj:""},e.NGSP_UNICODE="",e.NAMED_ENTITIES.ngsp=e.NGSP_UNICODE}}),ju=S({"node_modules/angular-html-parser/lib/compiler/src/ml_parser/html_tags.js"(e){R(),Object.defineProperty(e,"__esModule",{value:!0});var t=Qe(),a=class{constructor(){let{closedByChildren:i,implicitNamespacePrefix:m,contentType:f=t.TagContentType.PARSABLE_DATA,closedByParent:L=!1,isVoid:s=!1,ignoreFirstLf:D=!1}=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.closedByChildren={},this.closedByParent=!1,this.canSelfClose=!1,i&&i.length>0&&i.forEach(E=>this.closedByChildren[E]=!0),this.isVoid=s,this.closedByParent=L||s,this.implicitNamespacePrefix=m||null,this.contentType=f,this.ignoreFirstLf=D}isClosedByChild(i){return this.isVoid||i.toLowerCase()in this.closedByChildren}};e.HtmlTagDefinition=a;var o,p;function r(i){return p||(o=new a,p={base:new a({isVoid:!0}),meta:new a({isVoid:!0}),area:new a({isVoid:!0}),embed:new a({isVoid:!0}),link:new a({isVoid:!0}),img:new a({isVoid:!0}),input:new a({isVoid:!0}),param:new a({isVoid:!0}),hr:new a({isVoid:!0}),br:new a({isVoid:!0}),source:new a({isVoid:!0}),track:new a({isVoid:!0}),wbr:new a({isVoid:!0}),p:new a({closedByChildren:["address","article","aside","blockquote","div","dl","fieldset","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","main","nav","ol","p","pre","section","table","ul"],closedByParent:!0}),thead:new a({closedByChildren:["tbody","tfoot"]}),tbody:new a({closedByChildren:["tbody","tfoot"],closedByParent:!0}),tfoot:new a({closedByChildren:["tbody"],closedByParent:!0}),tr:new a({closedByChildren:["tr"],closedByParent:!0}),td:new a({closedByChildren:["td","th"],closedByParent:!0}),th:new a({closedByChildren:["td","th"],closedByParent:!0}),col:new a({isVoid:!0}),svg:new a({implicitNamespacePrefix:"svg"}),math:new a({implicitNamespacePrefix:"math"}),li:new a({closedByChildren:["li"],closedByParent:!0}),dt:new a({closedByChildren:["dt","dd"]}),dd:new a({closedByChildren:["dt","dd"],closedByParent:!0}),rb:new a({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),rt:new a({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),rtc:new a({closedByChildren:["rb","rtc","rp"],closedByParent:!0}),rp:new a({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),optgroup:new a({closedByChildren:["optgroup"],closedByParent:!0}),option:new a({closedByChildren:["option","optgroup"],closedByParent:!0}),pre:new a({ignoreFirstLf:!0}),listing:new a({ignoreFirstLf:!0}),style:new a({contentType:t.TagContentType.RAW_TEXT}),script:new a({contentType:t.TagContentType.RAW_TEXT}),title:new a({contentType:t.TagContentType.ESCAPABLE_RAW_TEXT}),textarea:new a({contentType:t.TagContentType.ESCAPABLE_RAW_TEXT,ignoreFirstLf:!0})}),p[i]||o}e.getHtmlTagDefinition=r}}),gr=S({"node_modules/angular-html-parser/lib/compiler/src/ast_path.js"(e){R(),Object.defineProperty(e,"__esModule",{value:!0});var t=class{constructor(a){let o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:-1;this.path=a,this.position=o}get empty(){return!this.path||!this.path.length}get head(){return this.path[0]}get tail(){return this.path[this.path.length-1]}parentOf(a){return a&&this.path[this.path.indexOf(a)-1]}childOf(a){return this.path[this.path.indexOf(a)+1]}first(a){for(let o=this.path.length-1;o>=0;o--){let p=this.path[o];if(p instanceof a)return p}}push(a){this.path.push(a)}pop(){return this.path.pop()}};e.AstPath=t}}),Mu=S({"node_modules/angular-html-parser/lib/compiler/src/ml_parser/ast.js"(e){R(),Object.defineProperty(e,"__esModule",{value:!0});var t=gr(),a=class{constructor(F,T,$){this.value=F,this.sourceSpan=T,this.i18n=$,this.type="text"}visit(F,T){return F.visitText(this,T)}};e.Text=a;var o=class{constructor(F,T){this.value=F,this.sourceSpan=T,this.type="cdata"}visit(F,T){return F.visitCdata(this,T)}};e.CDATA=o;var p=class{constructor(F,T,$,X,O,G){this.switchValue=F,this.type=T,this.cases=$,this.sourceSpan=X,this.switchValueSourceSpan=O,this.i18n=G}visit(F,T){return F.visitExpansion(this,T)}};e.Expansion=p;var r=class{constructor(F,T,$,X,O){this.value=F,this.expression=T,this.sourceSpan=$,this.valueSourceSpan=X,this.expSourceSpan=O}visit(F,T){return F.visitExpansionCase(this,T)}};e.ExpansionCase=r;var i=class{constructor(F,T,$){let X=arguments.length>3&&arguments[3]!==void 0?arguments[3]:null,O=arguments.length>4&&arguments[4]!==void 0?arguments[4]:null,G=arguments.length>5&&arguments[5]!==void 0?arguments[5]:null;this.name=F,this.value=T,this.sourceSpan=$,this.valueSpan=X,this.nameSpan=O,this.i18n=G,this.type="attribute"}visit(F,T){return F.visitAttribute(this,T)}};e.Attribute=i;var m=class{constructor(F,T,$,X){let O=arguments.length>4&&arguments[4]!==void 0?arguments[4]:null,G=arguments.length>5&&arguments[5]!==void 0?arguments[5]:null,W=arguments.length>6&&arguments[6]!==void 0?arguments[6]:null,se=arguments.length>7&&arguments[7]!==void 0?arguments[7]:null;this.name=F,this.attrs=T,this.children=$,this.sourceSpan=X,this.startSourceSpan=O,this.endSourceSpan=G,this.nameSpan=W,this.i18n=se,this.type="element"}visit(F,T){return F.visitElement(this,T)}};e.Element=m;var f=class{constructor(F,T){this.value=F,this.sourceSpan=T,this.type="comment"}visit(F,T){return F.visitComment(this,T)}};e.Comment=f;var L=class{constructor(F,T){this.value=F,this.sourceSpan=T,this.type="docType"}visit(F,T){return F.visitDocType(this,T)}};e.DocType=L;function s(F,T){let $=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null,X=[],O=F.visit?G=>F.visit(G,$)||G.visit(F,$):G=>G.visit(F,$);return T.forEach(G=>{let W=O(G);W&&X.push(W)}),X}e.visitAll=s;var D=class{constructor(){}visitElement(F,T){this.visitChildren(T,$=>{$(F.attrs),$(F.children)})}visitAttribute(F,T){}visitText(F,T){}visitCdata(F,T){}visitComment(F,T){}visitDocType(F,T){}visitExpansion(F,T){return this.visitChildren(T,$=>{$(F.cases)})}visitExpansionCase(F,T){}visitChildren(F,T){let $=[],X=this;function O(G){G&&$.push(s(X,G,F))}return T(O),Array.prototype.concat.apply([],$)}};e.RecursiveVisitor=D;function E(F){let T=F.sourceSpan.start.offset,$=F.sourceSpan.end.offset;return F instanceof m&&(F.endSourceSpan?$=F.endSourceSpan.end.offset:F.children&&F.children.length&&($=E(F.children[F.children.length-1]).end)),{start:T,end:$}}function v(F,T){let $=[],X=new class extends D{visit(O,G){let W=E(O);if(W.start<=T&&T<W.end)$.push(O);else return!0}};return s(X,F),new t.AstPath($,T)}e.findNode=v}}),Fr=S({"node_modules/angular-html-parser/lib/compiler/src/assertions.js"(e){R(),Object.defineProperty(e,"__esModule",{value:!0});function t(p,r){if(r!=null){if(!Array.isArray(r))throw new Error(`Expected '${p}' to be an array of strings.`);for(let i=0;i<r.length;i+=1)if(typeof r[i]!="string")throw new Error(`Expected '${p}' to be an array of strings.`)}}e.assertArrayOfStrings=t;var a=[/^\s*$/,/[<>]/,/^[{}]$/,/&(#|[a-z])/i,/^\/\//];function o(p,r){if(r!=null&&!(Array.isArray(r)&&r.length==2))throw new Error(`Expected '${p}' to be an array, [start, end].`);if(r!=null){let i=r[0],m=r[1];a.forEach(f=>{if(f.test(i)||f.test(m))throw new Error(`['${i}', '${m}'] contains unusable interpolation symbol.`)})}}e.assertInterpolationSymbols=o}}),Ar=S({"node_modules/angular-html-parser/lib/compiler/src/ml_parser/interpolation_config.js"(e){R(),Object.defineProperty(e,"__esModule",{value:!0});var t=Fr(),a=class{constructor(o,p){this.start=o,this.end=p}static fromArray(o){return o?(t.assertInterpolationSymbols("interpolation",o),new a(o[0],o[1])):e.DEFAULT_INTERPOLATION_CONFIG}};e.InterpolationConfig=a,e.DEFAULT_INTERPOLATION_CONFIG=new a("{{","}}")}}),vr=S({"node_modules/angular-html-parser/lib/compiler/src/ml_parser/lexer.js"(e){R(),Object.defineProperty(e,"__esModule",{value:!0});var t=De(),a=_e(),o=Ar(),p=Qe(),r;(function(u){u[u.TAG_OPEN_START=0]="TAG_OPEN_START",u[u.TAG_OPEN_END=1]="TAG_OPEN_END",u[u.TAG_OPEN_END_VOID=2]="TAG_OPEN_END_VOID",u[u.TAG_CLOSE=3]="TAG_CLOSE",u[u.TEXT=4]="TEXT",u[u.ESCAPABLE_RAW_TEXT=5]="ESCAPABLE_RAW_TEXT",u[u.RAW_TEXT=6]="RAW_TEXT",u[u.COMMENT_START=7]="COMMENT_START",u[u.COMMENT_END=8]="COMMENT_END",u[u.CDATA_START=9]="CDATA_START",u[u.CDATA_END=10]="CDATA_END",u[u.ATTR_NAME=11]="ATTR_NAME",u[u.ATTR_QUOTE=12]="ATTR_QUOTE",u[u.ATTR_VALUE=13]="ATTR_VALUE",u[u.DOC_TYPE_START=14]="DOC_TYPE_START",u[u.DOC_TYPE_END=15]="DOC_TYPE_END",u[u.EXPANSION_FORM_START=16]="EXPANSION_FORM_START",u[u.EXPANSION_CASE_VALUE=17]="EXPANSION_CASE_VALUE",u[u.EXPANSION_CASE_EXP_START=18]="EXPANSION_CASE_EXP_START",u[u.EXPANSION_CASE_EXP_END=19]="EXPANSION_CASE_EXP_END",u[u.EXPANSION_FORM_END=20]="EXPANSION_FORM_END",u[u.EOF=21]="EOF"})(r=e.TokenType||(e.TokenType={}));var i=class{constructor(u,n,A){this.type=u,this.parts=n,this.sourceSpan=A}};e.Token=i;var m=class extends a.ParseError{constructor(u,n,A){super(A,u),this.tokenType=n}};e.TokenError=m;var f=class{constructor(u,n){this.tokens=u,this.errors=n}};e.TokenizeResult=f;function L(u,n,A){let C=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{};return new F(new a.ParseSourceFile(u,n),A,C).tokenize()}e.tokenize=L;var s=/\r\n?/g;function D(u){return`Unexpected character "${u===t.$EOF?"EOF":String.fromCharCode(u)}"`}function E(u){return`Unknown entity "${u}" - use the "&#<decimal>;" or "&#x<hex>;" syntax`}var v=class{constructor(u){this.error=u}},F=class{constructor(u,n,A){this._getTagContentType=n,this._currentTokenStart=null,this._currentTokenType=null,this._expansionCaseStack=[],this._inInterpolation=!1,this._fullNameStack=[],this.tokens=[],this.errors=[],this._tokenizeIcu=A.tokenizeExpansionForms||!1,this._interpolationConfig=A.interpolationConfig||o.DEFAULT_INTERPOLATION_CONFIG,this._leadingTriviaCodePoints=A.leadingTriviaChars&&A.leadingTriviaChars.map(b=>b.codePointAt(0)||0),this._canSelfClose=A.canSelfClose||!1,this._allowHtmComponentClosingTags=A.allowHtmComponentClosingTags||!1;let C=A.range||{endPos:u.content.length,startPos:0,startLine:0,startCol:0};this._cursor=A.escapedString?new ee(u,C):new Q(u,C);try{this._cursor.init()}catch(b){this.handleError(b)}}_processCarriageReturns(u){return u.replace(s,`
|
|
35
|
-
`)}tokenize(){for(;this._cursor.peek()!==t.$EOF;){let u=this._cursor.clone();try{if(this._attemptCharCode(t.$LT))if(this._attemptCharCode(t.$BANG))this._attemptStr("[CDATA[")?this._consumeCdata(u):this._attemptStr("--")?this._consumeComment(u):this._attemptStrCaseInsensitive("doctype")?this._consumeDocType(u):this._consumeBogusComment(u);else if(this._attemptCharCode(t.$SLASH))this._consumeTagClose(u);else{let n=this._cursor.clone();this._attemptCharCode(t.$QUESTION)?(this._cursor=n,this._consumeBogusComment(u)):this._consumeTagOpen(u)}else this._tokenizeIcu&&this._tokenizeExpansionForm()||this._consumeText()}catch(n){this.handleError(n)}}return this._beginToken(r.EOF),this._endToken([]),new f(z(this.tokens),this.errors)}_tokenizeExpansionForm(){if(this.isExpansionFormStart())return this._consumeExpansionFormStart(),!0;if(W(this._cursor.peek())&&this._isInExpansionForm())return this._consumeExpansionCaseStart(),!0;if(this._cursor.peek()===t.$RBRACE){if(this._isInExpansionCase())return this._consumeExpansionCaseEnd(),!0;if(this._isInExpansionForm())return this._consumeExpansionFormEnd(),!0}return!1}_beginToken(u){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:this._cursor.clone();this._currentTokenStart=n,this._currentTokenType=u}_endToken(u){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:this._cursor.clone();if(this._currentTokenStart===null)throw new m("Programming error - attempted to end a token when there was no start to the token",this._currentTokenType,this._cursor.getSpan(n));if(this._currentTokenType===null)throw new m("Programming error - attempted to end a token which has no token type",null,this._cursor.getSpan(this._currentTokenStart));let A=new i(this._currentTokenType,u,this._cursor.getSpan(this._currentTokenStart,this._leadingTriviaCodePoints));return this.tokens.push(A),this._currentTokenStart=null,this._currentTokenType=null,A}_createError(u,n){this._isInExpansionForm()&&(u+=` (Do you have an unescaped "{" in your template? Use "{{ '{' }}") to escape it.)`);let A=new m(u,this._currentTokenType,n);return this._currentTokenStart=null,this._currentTokenType=null,new v(A)}handleError(u){if(u instanceof re&&(u=this._createError(u.msg,this._cursor.getSpan(u.cursor))),u instanceof v)this.errors.push(u.error);else throw u}_attemptCharCode(u){return this._cursor.peek()===u?(this._cursor.advance(),!0):!1}_attemptCharCodeCaseInsensitive(u){return se(this._cursor.peek(),u)?(this._cursor.advance(),!0):!1}_requireCharCode(u){let n=this._cursor.clone();if(!this._attemptCharCode(u))throw this._createError(D(this._cursor.peek()),this._cursor.getSpan(n))}_attemptStr(u){let n=u.length;if(this._cursor.charsLeft()<n)return!1;let A=this._cursor.clone();for(let C=0;C<n;C++)if(!this._attemptCharCode(u.charCodeAt(C)))return this._cursor=A,!1;return!0}_attemptStrCaseInsensitive(u){for(let n=0;n<u.length;n++)if(!this._attemptCharCodeCaseInsensitive(u.charCodeAt(n)))return!1;return!0}_requireStr(u){let n=this._cursor.clone();if(!this._attemptStr(u))throw this._createError(D(this._cursor.peek()),this._cursor.getSpan(n))}_requireStrCaseInsensitive(u){let n=this._cursor.clone();if(!this._attemptStrCaseInsensitive(u))throw this._createError(D(this._cursor.peek()),this._cursor.getSpan(n))}_attemptCharCodeUntilFn(u){for(;!u(this._cursor.peek());)this._cursor.advance()}_requireCharCodeUntilFn(u,n){let A=this._cursor.clone();if(this._attemptCharCodeUntilFn(u),this._cursor.clone().diff(A)<n)throw this._createError(D(this._cursor.peek()),this._cursor.getSpan(A))}_attemptUntilChar(u){for(;this._cursor.peek()!==u;)this._cursor.advance()}_readChar(u){if(u&&this._cursor.peek()===t.$AMPERSAND)return this._decodeEntity();{let n=String.fromCodePoint(this._cursor.peek());return this._cursor.advance(),n}}_decodeEntity(){let u=this._cursor.clone();if(this._cursor.advance(),this._attemptCharCode(t.$HASH)){let n=this._attemptCharCode(t.$x)||this._attemptCharCode(t.$X),A=this._cursor.clone();if(this._attemptCharCodeUntilFn(O),this._cursor.peek()!=t.$SEMICOLON)throw this._createError(D(this._cursor.peek()),this._cursor.getSpan());let C=this._cursor.getChars(A);this._cursor.advance();try{let b=parseInt(C,n?16:10);return String.fromCharCode(b)}catch{throw this._createError(E(this._cursor.getChars(u)),this._cursor.getSpan())}}else{let n=this._cursor.clone();if(this._attemptCharCodeUntilFn(G),this._cursor.peek()!=t.$SEMICOLON)return this._cursor=n,"&";let A=this._cursor.getChars(n);this._cursor.advance();let C=p.NAMED_ENTITIES[A];if(!C)throw this._createError(E(A),this._cursor.getSpan(u));return C}}_consumeRawText(u,n){this._beginToken(u?r.ESCAPABLE_RAW_TEXT:r.RAW_TEXT);let A=[];for(;;){let C=this._cursor.clone(),b=n();if(this._cursor=C,b)break;A.push(this._readChar(u))}return this._endToken([this._processCarriageReturns(A.join(""))])}_consumeComment(u){this._beginToken(r.COMMENT_START,u),this._endToken([]),this._consumeRawText(!1,()=>this._attemptStr("-->")),this._beginToken(r.COMMENT_END),this._requireStr("-->"),this._endToken([])}_consumeBogusComment(u){this._beginToken(r.COMMENT_START,u),this._endToken([]),this._consumeRawText(!1,()=>this._cursor.peek()===t.$GT),this._beginToken(r.COMMENT_END),this._cursor.advance(),this._endToken([])}_consumeCdata(u){this._beginToken(r.CDATA_START,u),this._endToken([]),this._consumeRawText(!1,()=>this._attemptStr("]]>")),this._beginToken(r.CDATA_END),this._requireStr("]]>"),this._endToken([])}_consumeDocType(u){this._beginToken(r.DOC_TYPE_START,u),this._endToken([]),this._consumeRawText(!1,()=>this._cursor.peek()===t.$GT),this._beginToken(r.DOC_TYPE_END),this._cursor.advance(),this._endToken([])}_consumePrefixAndName(){let u=this._cursor.clone(),n="";for(;this._cursor.peek()!==t.$COLON&&!X(this._cursor.peek());)this._cursor.advance();let A;this._cursor.peek()===t.$COLON?(n=this._cursor.getChars(u),this._cursor.advance(),A=this._cursor.clone()):A=u,this._requireCharCodeUntilFn($,n===""?0:1);let C=this._cursor.getChars(A);return[n,C]}_consumeTagOpen(u){let n,A,C,b=this.tokens.length,K=this._cursor.clone(),te=[];try{if(!t.isAsciiLetter(this._cursor.peek()))throw this._createError(D(this._cursor.peek()),this._cursor.getSpan(u));for(C=this._consumeTagOpenStart(u),A=C.parts[0],n=C.parts[1],this._attemptCharCodeUntilFn(T);this._cursor.peek()!==t.$SLASH&&this._cursor.peek()!==t.$GT;){let[oe,he]=this._consumeAttributeName();if(this._attemptCharCodeUntilFn(T),this._attemptCharCode(t.$EQ)){this._attemptCharCodeUntilFn(T);let de=this._consumeAttributeValue();te.push({prefix:oe,name:he,value:de})}else te.push({prefix:oe,name:he});this._attemptCharCodeUntilFn(T)}this._consumeTagOpenEnd()}catch(oe){if(oe instanceof v){this._cursor=K,C&&(this.tokens.length=b),this._beginToken(r.TEXT,u),this._endToken(["<"]);return}throw oe}if(this._canSelfClose&&this.tokens[this.tokens.length-1].type===r.TAG_OPEN_END_VOID)return;let le=this._getTagContentType(n,A,this._fullNameStack.length>0,te);this._handleFullNameStackForTagOpen(A,n),le===p.TagContentType.RAW_TEXT?this._consumeRawTextWithTagClose(A,n,!1):le===p.TagContentType.ESCAPABLE_RAW_TEXT&&this._consumeRawTextWithTagClose(A,n,!0)}_consumeRawTextWithTagClose(u,n,A){this._consumeRawText(A,()=>!this._attemptCharCode(t.$LT)||!this._attemptCharCode(t.$SLASH)||(this._attemptCharCodeUntilFn(T),!this._attemptStrCaseInsensitive(u?`${u}:${n}`:n))?!1:(this._attemptCharCodeUntilFn(T),this._attemptCharCode(t.$GT))),this._beginToken(r.TAG_CLOSE),this._requireCharCodeUntilFn(C=>C===t.$GT,3),this._cursor.advance(),this._endToken([u,n]),this._handleFullNameStackForTagClose(u,n)}_consumeTagOpenStart(u){this._beginToken(r.TAG_OPEN_START,u);let n=this._consumePrefixAndName();return this._endToken(n)}_consumeAttributeName(){let u=this._cursor.peek();if(u===t.$SQ||u===t.$DQ)throw this._createError(D(u),this._cursor.getSpan());this._beginToken(r.ATTR_NAME);let n=this._consumePrefixAndName();return this._endToken(n),n}_consumeAttributeValue(){let u;if(this._cursor.peek()===t.$SQ||this._cursor.peek()===t.$DQ){this._beginToken(r.ATTR_QUOTE);let n=this._cursor.peek();this._cursor.advance(),this._endToken([String.fromCodePoint(n)]),this._beginToken(r.ATTR_VALUE);let A=[];for(;this._cursor.peek()!==n;)A.push(this._readChar(!0));u=this._processCarriageReturns(A.join("")),this._endToken([u]),this._beginToken(r.ATTR_QUOTE),this._cursor.advance(),this._endToken([String.fromCodePoint(n)])}else{this._beginToken(r.ATTR_VALUE);let n=this._cursor.clone();this._requireCharCodeUntilFn($,1),u=this._processCarriageReturns(this._cursor.getChars(n)),this._endToken([u])}return u}_consumeTagOpenEnd(){let u=this._attemptCharCode(t.$SLASH)?r.TAG_OPEN_END_VOID:r.TAG_OPEN_END;this._beginToken(u),this._requireCharCode(t.$GT),this._endToken([])}_consumeTagClose(u){if(this._beginToken(r.TAG_CLOSE,u),this._attemptCharCodeUntilFn(T),this._allowHtmComponentClosingTags&&this._attemptCharCode(t.$SLASH))this._attemptCharCodeUntilFn(T),this._requireCharCode(t.$GT),this._endToken([]);else{let[n,A]=this._consumePrefixAndName();this._attemptCharCodeUntilFn(T),this._requireCharCode(t.$GT),this._endToken([n,A]),this._handleFullNameStackForTagClose(n,A)}}_consumeExpansionFormStart(){this._beginToken(r.EXPANSION_FORM_START),this._requireCharCode(t.$LBRACE),this._endToken([]),this._expansionCaseStack.push(r.EXPANSION_FORM_START),this._beginToken(r.RAW_TEXT);let u=this._readUntil(t.$COMMA);this._endToken([u]),this._requireCharCode(t.$COMMA),this._attemptCharCodeUntilFn(T),this._beginToken(r.RAW_TEXT);let n=this._readUntil(t.$COMMA);this._endToken([n]),this._requireCharCode(t.$COMMA),this._attemptCharCodeUntilFn(T)}_consumeExpansionCaseStart(){this._beginToken(r.EXPANSION_CASE_VALUE);let u=this._readUntil(t.$LBRACE).trim();this._endToken([u]),this._attemptCharCodeUntilFn(T),this._beginToken(r.EXPANSION_CASE_EXP_START),this._requireCharCode(t.$LBRACE),this._endToken([]),this._attemptCharCodeUntilFn(T),this._expansionCaseStack.push(r.EXPANSION_CASE_EXP_START)}_consumeExpansionCaseEnd(){this._beginToken(r.EXPANSION_CASE_EXP_END),this._requireCharCode(t.$RBRACE),this._endToken([]),this._attemptCharCodeUntilFn(T),this._expansionCaseStack.pop()}_consumeExpansionFormEnd(){this._beginToken(r.EXPANSION_FORM_END),this._requireCharCode(t.$RBRACE),this._endToken([]),this._expansionCaseStack.pop()}_consumeText(){let u=this._cursor.clone();this._beginToken(r.TEXT,u);let n=[];do this._interpolationConfig&&this._attemptStr(this._interpolationConfig.start)?(n.push(this._interpolationConfig.start),this._inInterpolation=!0):this._interpolationConfig&&this._inInterpolation&&this._attemptStr(this._interpolationConfig.end)?(n.push(this._interpolationConfig.end),this._inInterpolation=!1):n.push(this._readChar(!0));while(!this._isTextEnd());this._endToken([this._processCarriageReturns(n.join(""))])}_isTextEnd(){return!!(this._cursor.peek()===t.$LT||this._cursor.peek()===t.$EOF||this._tokenizeIcu&&!this._inInterpolation&&(this.isExpansionFormStart()||this._cursor.peek()===t.$RBRACE&&this._isInExpansionCase()))}_readUntil(u){let n=this._cursor.clone();return this._attemptUntilChar(u),this._cursor.getChars(n)}_isInExpansionCase(){return this._expansionCaseStack.length>0&&this._expansionCaseStack[this._expansionCaseStack.length-1]===r.EXPANSION_CASE_EXP_START}_isInExpansionForm(){return this._expansionCaseStack.length>0&&this._expansionCaseStack[this._expansionCaseStack.length-1]===r.EXPANSION_FORM_START}isExpansionFormStart(){if(this._cursor.peek()!==t.$LBRACE)return!1;if(this._interpolationConfig){let u=this._cursor.clone(),n=this._attemptStr(this._interpolationConfig.start);return this._cursor=u,!n}return!0}_handleFullNameStackForTagOpen(u,n){let A=p.mergeNsAndName(u,n);(this._fullNameStack.length===0||this._fullNameStack[this._fullNameStack.length-1]===A)&&this._fullNameStack.push(A)}_handleFullNameStackForTagClose(u,n){let A=p.mergeNsAndName(u,n);this._fullNameStack.length!==0&&this._fullNameStack[this._fullNameStack.length-1]===A&&this._fullNameStack.pop()}};function T(u){return!t.isWhitespace(u)||u===t.$EOF}function $(u){return t.isWhitespace(u)||u===t.$GT||u===t.$SLASH||u===t.$SQ||u===t.$DQ||u===t.$EQ}function X(u){return(u<t.$a||t.$z<u)&&(u<t.$A||t.$Z<u)&&(u<t.$0||u>t.$9)}function O(u){return u==t.$SEMICOLON||u==t.$EOF||!t.isAsciiHexDigit(u)}function G(u){return u==t.$SEMICOLON||u==t.$EOF||!t.isAsciiLetter(u)}function W(u){return u===t.$EQ||t.isAsciiLetter(u)||t.isDigit(u)}function se(u,n){return B(u)==B(n)}function B(u){return u>=t.$a&&u<=t.$z?u-t.$a+t.$A:u}function z(u){let n=[],A;for(let C=0;C<u.length;C++){let b=u[C];A&&A.type==r.TEXT&&b.type==r.TEXT?(A.parts[0]+=b.parts[0],A.sourceSpan.end=b.sourceSpan.end):(A=b,n.push(A))}return n}var Q=class{constructor(u,n){if(u instanceof Q)this.file=u.file,this.input=u.input,this.end=u.end,this.state=Object.assign({},u.state);else{if(!n)throw new Error("Programming error: the range argument must be provided with a file argument.");this.file=u,this.input=u.content,this.end=n.endPos,this.state={peek:-1,offset:n.startPos,line:n.startLine,column:n.startCol}}}clone(){return new Q(this)}peek(){return this.state.peek}charsLeft(){return this.end-this.state.offset}diff(u){return this.state.offset-u.state.offset}advance(){this.advanceState(this.state)}init(){this.updatePeek(this.state)}getSpan(u,n){if(u=u||this,n)for(u=u.clone();this.diff(u)>0&&n.indexOf(u.peek())!==-1;)u.advance();return new a.ParseSourceSpan(new a.ParseLocation(u.file,u.state.offset,u.state.line,u.state.column),new a.ParseLocation(this.file,this.state.offset,this.state.line,this.state.column))}getChars(u){return this.input.substring(u.state.offset,this.state.offset)}charAt(u){return this.input.charCodeAt(u)}advanceState(u){if(u.offset>=this.end)throw this.state=u,new re('Unexpected character "EOF"',this);let n=this.charAt(u.offset);n===t.$LF?(u.line++,u.column=0):t.isNewLine(n)||u.column++,u.offset++,this.updatePeek(u)}updatePeek(u){u.peek=u.offset>=this.end?t.$EOF:this.charAt(u.offset)}},ee=class extends Q{constructor(u,n){u instanceof ee?(super(u),this.internalState=Object.assign({},u.internalState)):(super(u,n),this.internalState=this.state)}advance(){this.state=this.internalState,super.advance(),this.processEscapeSequence()}init(){super.init(),this.processEscapeSequence()}clone(){return new ee(this)}getChars(u){let n=u.clone(),A="";for(;n.internalState.offset<this.internalState.offset;)A+=String.fromCodePoint(n.peek()),n.advance();return A}processEscapeSequence(){let u=()=>this.internalState.peek;if(u()===t.$BACKSLASH)if(this.internalState=Object.assign({},this.state),this.advanceState(this.internalState),u()===t.$n)this.state.peek=t.$LF;else if(u()===t.$r)this.state.peek=t.$CR;else if(u()===t.$v)this.state.peek=t.$VTAB;else if(u()===t.$t)this.state.peek=t.$TAB;else if(u()===t.$b)this.state.peek=t.$BSPACE;else if(u()===t.$f)this.state.peek=t.$FF;else if(u()===t.$u)if(this.advanceState(this.internalState),u()===t.$LBRACE){this.advanceState(this.internalState);let n=this.clone(),A=0;for(;u()!==t.$RBRACE;)this.advanceState(this.internalState),A++;this.state.peek=this.decodeHexDigits(n,A)}else{let n=this.clone();this.advanceState(this.internalState),this.advanceState(this.internalState),this.advanceState(this.internalState),this.state.peek=this.decodeHexDigits(n,4)}else if(u()===t.$x){this.advanceState(this.internalState);let n=this.clone();this.advanceState(this.internalState),this.state.peek=this.decodeHexDigits(n,2)}else if(t.isOctalDigit(u())){let n="",A=0,C=this.clone();for(;t.isOctalDigit(u())&&A<3;)C=this.clone(),n+=String.fromCodePoint(u()),this.advanceState(this.internalState),A++;this.state.peek=parseInt(n,8),this.internalState=C.internalState}else t.isNewLine(this.internalState.peek)?(this.advanceState(this.internalState),this.state=this.internalState):this.state.peek=this.internalState.peek}decodeHexDigits(u,n){let A=this.input.substr(u.internalState.offset,n),C=parseInt(A,16);if(isNaN(C))throw u.state=u.internalState,new re("Invalid hexadecimal escape sequence",u);return C}},re=class{constructor(u,n){this.msg=u,this.cursor=n}};e.CursorError=re}}),Uu=S({"node_modules/angular-html-parser/lib/compiler/src/ml_parser/parser.js"(e){R(),Object.defineProperty(e,"__esModule",{value:!0});var t=_e(),a=Mu(),o=vr(),p=Qe(),r=class extends t.ParseError{constructor(s,D,E){super(D,E),this.elementName=s}static create(s,D,E){return new r(s,D,E)}};e.TreeError=r;var i=class{constructor(s,D){this.rootNodes=s,this.errors=D}};e.ParseTreeResult=i;var m=class{constructor(s){this.getTagDefinition=s}parse(s,D,E){let v=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1,F=arguments.length>4?arguments[4]:void 0,T=Q=>function(ee){for(var re=arguments.length,u=new Array(re>1?re-1:0),n=1;n<re;n++)u[n-1]=arguments[n];return Q(ee.toLowerCase(),...u)},$=v?this.getTagDefinition:T(this.getTagDefinition),X=Q=>$(Q).contentType,O=v?F:T(F),G=F?(Q,ee,re,u)=>{let n=O(Q,ee,re,u);return n!==void 0?n:X(Q)}:X,W=o.tokenize(s,D,G,E),se=E&&E.canSelfClose||!1,B=E&&E.allowHtmComponentClosingTags||!1,z=new f(W.tokens,$,se,B,v).build();return new i(z.rootNodes,W.errors.concat(z.errors))}};e.Parser=m;var f=class{constructor(s,D,E,v,F){this.tokens=s,this.getTagDefinition=D,this.canSelfClose=E,this.allowHtmComponentClosingTags=v,this.isTagNameCaseSensitive=F,this._index=-1,this._rootNodes=[],this._errors=[],this._elementStack=[],this._advance()}build(){for(;this._peek.type!==o.TokenType.EOF;)this._peek.type===o.TokenType.TAG_OPEN_START?this._consumeStartTag(this._advance()):this._peek.type===o.TokenType.TAG_CLOSE?(this._closeVoidElement(),this._consumeEndTag(this._advance())):this._peek.type===o.TokenType.CDATA_START?(this._closeVoidElement(),this._consumeCdata(this._advance())):this._peek.type===o.TokenType.COMMENT_START?(this._closeVoidElement(),this._consumeComment(this._advance())):this._peek.type===o.TokenType.TEXT||this._peek.type===o.TokenType.RAW_TEXT||this._peek.type===o.TokenType.ESCAPABLE_RAW_TEXT?(this._closeVoidElement(),this._consumeText(this._advance())):this._peek.type===o.TokenType.EXPANSION_FORM_START?this._consumeExpansion(this._advance()):this._peek.type===o.TokenType.DOC_TYPE_START?this._consumeDocType(this._advance()):this._advance();return new i(this._rootNodes,this._errors)}_advance(){let s=this._peek;return this._index<this.tokens.length-1&&this._index++,this._peek=this.tokens[this._index],s}_advanceIf(s){return this._peek.type===s?this._advance():null}_consumeCdata(s){let D=this._advance(),E=this._getText(D),v=this._advanceIf(o.TokenType.CDATA_END);this._addToParent(new a.CDATA(E,new t.ParseSourceSpan(s.sourceSpan.start,(v||D).sourceSpan.end)))}_consumeComment(s){let D=this._advanceIf(o.TokenType.RAW_TEXT),E=this._advanceIf(o.TokenType.COMMENT_END),v=D!=null?D.parts[0].trim():null,F=new t.ParseSourceSpan(s.sourceSpan.start,(E||D||s).sourceSpan.end);this._addToParent(new a.Comment(v,F))}_consumeDocType(s){let D=this._advanceIf(o.TokenType.RAW_TEXT),E=this._advanceIf(o.TokenType.DOC_TYPE_END),v=D!=null?D.parts[0].trim():null,F=new t.ParseSourceSpan(s.sourceSpan.start,(E||D||s).sourceSpan.end);this._addToParent(new a.DocType(v,F))}_consumeExpansion(s){let D=this._advance(),E=this._advance(),v=[];for(;this._peek.type===o.TokenType.EXPANSION_CASE_VALUE;){let T=this._parseExpansionCase();if(!T)return;v.push(T)}if(this._peek.type!==o.TokenType.EXPANSION_FORM_END){this._errors.push(r.create(null,this._peek.sourceSpan,"Invalid ICU message. Missing '}'."));return}let F=new t.ParseSourceSpan(s.sourceSpan.start,this._peek.sourceSpan.end);this._addToParent(new a.Expansion(D.parts[0],E.parts[0],v,F,D.sourceSpan)),this._advance()}_parseExpansionCase(){let s=this._advance();if(this._peek.type!==o.TokenType.EXPANSION_CASE_EXP_START)return this._errors.push(r.create(null,this._peek.sourceSpan,"Invalid ICU message. Missing '{'.")),null;let D=this._advance(),E=this._collectExpansionExpTokens(D);if(!E)return null;let v=this._advance();E.push(new o.Token(o.TokenType.EOF,[],v.sourceSpan));let F=new f(E,this.getTagDefinition,this.canSelfClose,this.allowHtmComponentClosingTags,this.isTagNameCaseSensitive).build();if(F.errors.length>0)return this._errors=this._errors.concat(F.errors),null;let T=new t.ParseSourceSpan(s.sourceSpan.start,v.sourceSpan.end),$=new t.ParseSourceSpan(D.sourceSpan.start,v.sourceSpan.end);return new a.ExpansionCase(s.parts[0],F.rootNodes,T,s.sourceSpan,$)}_collectExpansionExpTokens(s){let D=[],E=[o.TokenType.EXPANSION_CASE_EXP_START];for(;;){if((this._peek.type===o.TokenType.EXPANSION_FORM_START||this._peek.type===o.TokenType.EXPANSION_CASE_EXP_START)&&E.push(this._peek.type),this._peek.type===o.TokenType.EXPANSION_CASE_EXP_END)if(L(E,o.TokenType.EXPANSION_CASE_EXP_START)){if(E.pop(),E.length==0)return D}else return this._errors.push(r.create(null,s.sourceSpan,"Invalid ICU message. Missing '}'.")),null;if(this._peek.type===o.TokenType.EXPANSION_FORM_END)if(L(E,o.TokenType.EXPANSION_FORM_START))E.pop();else return this._errors.push(r.create(null,s.sourceSpan,"Invalid ICU message. Missing '}'.")),null;if(this._peek.type===o.TokenType.EOF)return this._errors.push(r.create(null,s.sourceSpan,"Invalid ICU message. Missing '}'.")),null;D.push(this._advance())}}_getText(s){let D=s.parts[0];if(D.length>0&&D[0]==`
|
|
36
|
-
|
|
1914
|
+
` + D.replace(/^\s*\n/, "");
|
|
1915
|
+
}
|
|
1916
|
+
r.exports = { hasPragma: u, insertPragma: n };
|
|
1917
|
+
} }), Gl = I({ "src/language-html/ast.js"(e, r) {
|
|
1918
|
+
q();
|
|
1919
|
+
var u = { attrs: true, children: true }, n = /* @__PURE__ */ new Set(["parent"]), D = class {
|
|
1920
|
+
constructor() {
|
|
1921
|
+
let i = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
1922
|
+
for (let f of /* @__PURE__ */ new Set([...n, ...Object.keys(i)]))
|
|
1923
|
+
this.setProperty(f, i[f]);
|
|
1924
|
+
}
|
|
1925
|
+
setProperty(i, f) {
|
|
1926
|
+
if (this[i] !== f) {
|
|
1927
|
+
if (i in u && (f = f.map((c) => this.createChild(c))), !n.has(i)) {
|
|
1928
|
+
this[i] = f;
|
|
1929
|
+
return;
|
|
1930
|
+
}
|
|
1931
|
+
Object.defineProperty(this, i, { value: f, enumerable: false, configurable: true });
|
|
1932
|
+
}
|
|
1933
|
+
}
|
|
1934
|
+
map(i) {
|
|
1935
|
+
let f;
|
|
1936
|
+
for (let c in u) {
|
|
1937
|
+
let F = this[c];
|
|
1938
|
+
if (F) {
|
|
1939
|
+
let a = s(F, (l) => l.map(i));
|
|
1940
|
+
f !== F && (f || (f = new D({ parent: this.parent })), f.setProperty(c, a));
|
|
1941
|
+
}
|
|
1942
|
+
}
|
|
1943
|
+
if (f)
|
|
1944
|
+
for (let c in this)
|
|
1945
|
+
c in u || (f[c] = this[c]);
|
|
1946
|
+
return i(f || this);
|
|
1947
|
+
}
|
|
1948
|
+
walk(i) {
|
|
1949
|
+
for (let f in u) {
|
|
1950
|
+
let c = this[f];
|
|
1951
|
+
if (c)
|
|
1952
|
+
for (let F = 0; F < c.length; F++)
|
|
1953
|
+
c[F].walk(i);
|
|
1954
|
+
}
|
|
1955
|
+
i(this);
|
|
1956
|
+
}
|
|
1957
|
+
createChild(i) {
|
|
1958
|
+
let f = i instanceof D ? i.clone() : new D(i);
|
|
1959
|
+
return f.setProperty("parent", this), f;
|
|
1960
|
+
}
|
|
1961
|
+
insertChildBefore(i, f) {
|
|
1962
|
+
this.children.splice(this.children.indexOf(i), 0, this.createChild(f));
|
|
1963
|
+
}
|
|
1964
|
+
removeChild(i) {
|
|
1965
|
+
this.children.splice(this.children.indexOf(i), 1);
|
|
1966
|
+
}
|
|
1967
|
+
replaceChild(i, f) {
|
|
1968
|
+
this.children[this.children.indexOf(i)] = this.createChild(f);
|
|
1969
|
+
}
|
|
1970
|
+
clone() {
|
|
1971
|
+
return new D(this);
|
|
1972
|
+
}
|
|
1973
|
+
get firstChild() {
|
|
1974
|
+
var i;
|
|
1975
|
+
return (i = this.children) === null || i === void 0 ? void 0 : i[0];
|
|
1976
|
+
}
|
|
1977
|
+
get lastChild() {
|
|
1978
|
+
var i;
|
|
1979
|
+
return (i = this.children) === null || i === void 0 ? void 0 : i[this.children.length - 1];
|
|
1980
|
+
}
|
|
1981
|
+
get prev() {
|
|
1982
|
+
var i;
|
|
1983
|
+
return (i = this.parent) === null || i === void 0 ? void 0 : i.children[this.parent.children.indexOf(this) - 1];
|
|
1984
|
+
}
|
|
1985
|
+
get next() {
|
|
1986
|
+
var i;
|
|
1987
|
+
return (i = this.parent) === null || i === void 0 ? void 0 : i.children[this.parent.children.indexOf(this) + 1];
|
|
1988
|
+
}
|
|
1989
|
+
get rawName() {
|
|
1990
|
+
return this.hasExplicitNamespace ? this.fullName : this.name;
|
|
1991
|
+
}
|
|
1992
|
+
get fullName() {
|
|
1993
|
+
return this.namespace ? this.namespace + ":" + this.name : this.name;
|
|
1994
|
+
}
|
|
1995
|
+
get attrMap() {
|
|
1996
|
+
return Object.fromEntries(this.attrs.map((i) => [i.fullName, i.value]));
|
|
1997
|
+
}
|
|
1998
|
+
};
|
|
1999
|
+
function s(i, f) {
|
|
2000
|
+
let c = i.map(f);
|
|
2001
|
+
return c.some((F, a) => F !== i[a]) ? c : i;
|
|
2002
|
+
}
|
|
2003
|
+
r.exports = { Node: D };
|
|
2004
|
+
} }), Vl = I({ "src/language-html/conditional-comment.js"(e, r) {
|
|
2005
|
+
q();
|
|
2006
|
+
var { ParseSourceSpan: u } = Be(), n = [{ regex: /^(\[if([^\]]*)]>)(.*?)<!\s*\[endif]$/s, parse: s }, { regex: /^\[if([^\]]*)]><!$/, parse: i }, { regex: /^<!\s*\[endif]$/, parse: f }];
|
|
2007
|
+
function D(c, F) {
|
|
2008
|
+
if (c.value)
|
|
2009
|
+
for (let { regex: a, parse: l } of n) {
|
|
2010
|
+
let h = c.value.match(a);
|
|
2011
|
+
if (h)
|
|
2012
|
+
return l(c, F, h);
|
|
2013
|
+
}
|
|
2014
|
+
return null;
|
|
2015
|
+
}
|
|
2016
|
+
function s(c, F, a) {
|
|
2017
|
+
let [, l, h, C] = a, d = 4 + l.length, m = c.sourceSpan.start.moveBy(d), T = m.moveBy(C.length), [w, g] = (() => {
|
|
2018
|
+
try {
|
|
2019
|
+
return [true, F(C, m).children];
|
|
2020
|
+
} catch {
|
|
2021
|
+
return [false, [{ type: "text", value: C, sourceSpan: new u(m, T) }]];
|
|
2022
|
+
}
|
|
2023
|
+
})();
|
|
2024
|
+
return { type: "ieConditionalComment", complete: w, children: g, condition: h.trim().replace(/\s+/g, " "), sourceSpan: c.sourceSpan, startSourceSpan: new u(c.sourceSpan.start, m), endSourceSpan: new u(T, c.sourceSpan.end) };
|
|
2025
|
+
}
|
|
2026
|
+
function i(c, F, a) {
|
|
2027
|
+
let [, l] = a;
|
|
2028
|
+
return { type: "ieConditionalStartComment", condition: l.trim().replace(/\s+/g, " "), sourceSpan: c.sourceSpan };
|
|
2029
|
+
}
|
|
2030
|
+
function f(c) {
|
|
2031
|
+
return { type: "ieConditionalEndComment", sourceSpan: c.sourceSpan };
|
|
2032
|
+
}
|
|
2033
|
+
r.exports = { parseIeConditionalComment: D };
|
|
2034
|
+
} }), Xl = I({ "src/language-html/loc.js"(e, r) {
|
|
2035
|
+
q();
|
|
2036
|
+
function u(D) {
|
|
2037
|
+
return D.sourceSpan.start.offset;
|
|
2038
|
+
}
|
|
2039
|
+
function n(D) {
|
|
2040
|
+
return D.sourceSpan.end.offset;
|
|
2041
|
+
}
|
|
2042
|
+
r.exports = { locStart: u, locEnd: n };
|
|
2043
|
+
} }), Ze = I({ "node_modules/angular-html-parser/lib/compiler/src/ml_parser/tags.js"(e) {
|
|
2044
|
+
q(), Object.defineProperty(e, "__esModule", { value: true });
|
|
2045
|
+
(function(c) {
|
|
2046
|
+
c[c.RAW_TEXT = 0] = "RAW_TEXT", c[c.ESCAPABLE_RAW_TEXT = 1] = "ESCAPABLE_RAW_TEXT", c[c.PARSABLE_DATA = 2] = "PARSABLE_DATA";
|
|
2047
|
+
})(e.TagContentType || (e.TagContentType = {}));
|
|
2048
|
+
function u(c) {
|
|
2049
|
+
if (c[0] != ":")
|
|
2050
|
+
return [null, c];
|
|
2051
|
+
let F = c.indexOf(":", 1);
|
|
2052
|
+
if (F == -1)
|
|
2053
|
+
throw new Error(`Unsupported format "${c}" expecting ":namespace:name"`);
|
|
2054
|
+
return [c.slice(1, F), c.slice(F + 1)];
|
|
2055
|
+
}
|
|
2056
|
+
e.splitNsName = u;
|
|
2057
|
+
function n(c) {
|
|
2058
|
+
return u(c)[1] === "ng-container";
|
|
2059
|
+
}
|
|
2060
|
+
e.isNgContainer = n;
|
|
2061
|
+
function D(c) {
|
|
2062
|
+
return u(c)[1] === "ng-content";
|
|
2063
|
+
}
|
|
2064
|
+
e.isNgContent = D;
|
|
2065
|
+
function s(c) {
|
|
2066
|
+
return u(c)[1] === "ng-template";
|
|
2067
|
+
}
|
|
2068
|
+
e.isNgTemplate = s;
|
|
2069
|
+
function i(c) {
|
|
2070
|
+
return c === null ? null : u(c)[0];
|
|
2071
|
+
}
|
|
2072
|
+
e.getNsPrefix = i;
|
|
2073
|
+
function f(c, F) {
|
|
2074
|
+
return c ? `:${c}:${F}` : F;
|
|
2075
|
+
}
|
|
2076
|
+
e.mergeNsAndName = f, e.NAMED_ENTITIES = { Aacute: "Á", aacute: "á", Abreve: "Ă", abreve: "ă", ac: "∾", acd: "∿", acE: "∾̳", Acirc: "Â", acirc: "â", acute: "´", Acy: "А", acy: "а", AElig: "Æ", aelig: "æ", af: "", Afr: "𝔄", afr: "𝔞", Agrave: "À", agrave: "à", alefsym: "ℵ", aleph: "ℵ", Alpha: "Α", alpha: "α", Amacr: "Ā", amacr: "ā", amalg: "⨿", AMP: "&", amp: "&", And: "⩓", and: "∧", andand: "⩕", andd: "⩜", andslope: "⩘", andv: "⩚", ang: "∠", ange: "⦤", angle: "∠", angmsd: "∡", angmsdaa: "⦨", angmsdab: "⦩", angmsdac: "⦪", angmsdad: "⦫", angmsdae: "⦬", angmsdaf: "⦭", angmsdag: "⦮", angmsdah: "⦯", angrt: "∟", angrtvb: "⊾", angrtvbd: "⦝", angsph: "∢", angst: "Å", angzarr: "⍼", Aogon: "Ą", aogon: "ą", Aopf: "𝔸", aopf: "𝕒", ap: "≈", apacir: "⩯", apE: "⩰", ape: "≊", apid: "≋", apos: "'", ApplyFunction: "", approx: "≈", approxeq: "≊", Aring: "Å", aring: "å", Ascr: "𝒜", ascr: "𝒶", Assign: "≔", ast: "*", asymp: "≈", asympeq: "≍", Atilde: "Ã", atilde: "ã", Auml: "Ä", auml: "ä", awconint: "∳", awint: "⨑", backcong: "≌", backepsilon: "϶", backprime: "‵", backsim: "∽", backsimeq: "⋍", Backslash: "∖", Barv: "⫧", barvee: "⊽", Barwed: "⌆", barwed: "⌅", barwedge: "⌅", bbrk: "⎵", bbrktbrk: "⎶", bcong: "≌", Bcy: "Б", bcy: "б", bdquo: "„", becaus: "∵", Because: "∵", because: "∵", bemptyv: "⦰", bepsi: "϶", bernou: "ℬ", Bernoullis: "ℬ", Beta: "Β", beta: "β", beth: "ℶ", between: "≬", Bfr: "𝔅", bfr: "𝔟", bigcap: "⋂", bigcirc: "◯", bigcup: "⋃", bigodot: "⨀", bigoplus: "⨁", bigotimes: "⨂", bigsqcup: "⨆", bigstar: "★", bigtriangledown: "▽", bigtriangleup: "△", biguplus: "⨄", bigvee: "⋁", bigwedge: "⋀", bkarow: "⤍", blacklozenge: "⧫", blacksquare: "▪", blacktriangle: "▴", blacktriangledown: "▾", blacktriangleleft: "◂", blacktriangleright: "▸", blank: "␣", blk12: "▒", blk14: "░", blk34: "▓", block: "█", bne: "=⃥", bnequiv: "≡⃥", bNot: "⫭", bnot: "⌐", Bopf: "𝔹", bopf: "𝕓", bot: "⊥", bottom: "⊥", bowtie: "⋈", boxbox: "⧉", boxDL: "╗", boxDl: "╖", boxdL: "╕", boxdl: "┐", boxDR: "╔", boxDr: "╓", boxdR: "╒", boxdr: "┌", boxH: "═", boxh: "─", boxHD: "╦", boxHd: "╤", boxhD: "╥", boxhd: "┬", boxHU: "╩", boxHu: "╧", boxhU: "╨", boxhu: "┴", boxminus: "⊟", boxplus: "⊞", boxtimes: "⊠", boxUL: "╝", boxUl: "╜", boxuL: "╛", boxul: "┘", boxUR: "╚", boxUr: "╙", boxuR: "╘", boxur: "└", boxV: "║", boxv: "│", boxVH: "╬", boxVh: "╫", boxvH: "╪", boxvh: "┼", boxVL: "╣", boxVl: "╢", boxvL: "╡", boxvl: "┤", boxVR: "╠", boxVr: "╟", boxvR: "╞", boxvr: "├", bprime: "‵", Breve: "˘", breve: "˘", brvbar: "¦", Bscr: "ℬ", bscr: "𝒷", bsemi: "⁏", bsim: "∽", bsime: "⋍", bsol: "\\", bsolb: "⧅", bsolhsub: "⟈", bull: "•", bullet: "•", bump: "≎", bumpE: "⪮", bumpe: "≏", Bumpeq: "≎", bumpeq: "≏", Cacute: "Ć", cacute: "ć", Cap: "⋒", cap: "∩", capand: "⩄", capbrcup: "⩉", capcap: "⩋", capcup: "⩇", capdot: "⩀", CapitalDifferentialD: "ⅅ", caps: "∩︀", caret: "⁁", caron: "ˇ", Cayleys: "ℭ", ccaps: "⩍", Ccaron: "Č", ccaron: "č", Ccedil: "Ç", ccedil: "ç", Ccirc: "Ĉ", ccirc: "ĉ", Cconint: "∰", ccups: "⩌", ccupssm: "⩐", Cdot: "Ċ", cdot: "ċ", cedil: "¸", Cedilla: "¸", cemptyv: "⦲", cent: "¢", CenterDot: "·", centerdot: "·", Cfr: "ℭ", cfr: "𝔠", CHcy: "Ч", chcy: "ч", check: "✓", checkmark: "✓", Chi: "Χ", chi: "χ", cir: "○", circ: "ˆ", circeq: "≗", circlearrowleft: "↺", circlearrowright: "↻", circledast: "⊛", circledcirc: "⊚", circleddash: "⊝", CircleDot: "⊙", circledR: "®", circledS: "Ⓢ", CircleMinus: "⊖", CirclePlus: "⊕", CircleTimes: "⊗", cirE: "⧃", cire: "≗", cirfnint: "⨐", cirmid: "⫯", cirscir: "⧂", ClockwiseContourIntegral: "∲", CloseCurlyDoubleQuote: "”", CloseCurlyQuote: "’", clubs: "♣", clubsuit: "♣", Colon: "∷", colon: ":", Colone: "⩴", colone: "≔", coloneq: "≔", comma: ",", commat: "@", comp: "∁", compfn: "∘", complement: "∁", complexes: "ℂ", cong: "≅", congdot: "⩭", Congruent: "≡", Conint: "∯", conint: "∮", ContourIntegral: "∮", Copf: "ℂ", copf: "𝕔", coprod: "∐", Coproduct: "∐", COPY: "©", copy: "©", copysr: "℗", CounterClockwiseContourIntegral: "∳", crarr: "↵", Cross: "⨯", cross: "✗", Cscr: "𝒞", cscr: "𝒸", csub: "⫏", csube: "⫑", csup: "⫐", csupe: "⫒", ctdot: "⋯", cudarrl: "⤸", cudarrr: "⤵", cuepr: "⋞", cuesc: "⋟", cularr: "↶", cularrp: "⤽", Cup: "⋓", cup: "∪", cupbrcap: "⩈", CupCap: "≍", cupcap: "⩆", cupcup: "⩊", cupdot: "⊍", cupor: "⩅", cups: "∪︀", curarr: "↷", curarrm: "⤼", curlyeqprec: "⋞", curlyeqsucc: "⋟", curlyvee: "⋎", curlywedge: "⋏", curren: "¤", curvearrowleft: "↶", curvearrowright: "↷", cuvee: "⋎", cuwed: "⋏", cwconint: "∲", cwint: "∱", cylcty: "⌭", Dagger: "‡", dagger: "†", daleth: "ℸ", Darr: "↡", dArr: "⇓", darr: "↓", dash: "‐", Dashv: "⫤", dashv: "⊣", dbkarow: "⤏", dblac: "˝", Dcaron: "Ď", dcaron: "ď", Dcy: "Д", dcy: "д", DD: "ⅅ", dd: "ⅆ", ddagger: "‡", ddarr: "⇊", DDotrahd: "⤑", ddotseq: "⩷", deg: "°", Del: "∇", Delta: "Δ", delta: "δ", demptyv: "⦱", dfisht: "⥿", Dfr: "𝔇", dfr: "𝔡", dHar: "⥥", dharl: "⇃", dharr: "⇂", DiacriticalAcute: "´", DiacriticalDot: "˙", DiacriticalDoubleAcute: "˝", DiacriticalGrave: "`", DiacriticalTilde: "˜", diam: "⋄", Diamond: "⋄", diamond: "⋄", diamondsuit: "♦", diams: "♦", die: "¨", DifferentialD: "ⅆ", digamma: "ϝ", disin: "⋲", div: "÷", divide: "÷", divideontimes: "⋇", divonx: "⋇", DJcy: "Ђ", djcy: "ђ", dlcorn: "⌞", dlcrop: "⌍", dollar: "$", Dopf: "𝔻", dopf: "𝕕", Dot: "¨", dot: "˙", DotDot: "⃜", doteq: "≐", doteqdot: "≑", DotEqual: "≐", dotminus: "∸", dotplus: "∔", dotsquare: "⊡", doublebarwedge: "⌆", DoubleContourIntegral: "∯", DoubleDot: "¨", DoubleDownArrow: "⇓", DoubleLeftArrow: "⇐", DoubleLeftRightArrow: "⇔", DoubleLeftTee: "⫤", DoubleLongLeftArrow: "⟸", DoubleLongLeftRightArrow: "⟺", DoubleLongRightArrow: "⟹", DoubleRightArrow: "⇒", DoubleRightTee: "⊨", DoubleUpArrow: "⇑", DoubleUpDownArrow: "⇕", DoubleVerticalBar: "∥", DownArrow: "↓", Downarrow: "⇓", downarrow: "↓", DownArrowBar: "⤓", DownArrowUpArrow: "⇵", DownBreve: "̑", downdownarrows: "⇊", downharpoonleft: "⇃", downharpoonright: "⇂", DownLeftRightVector: "⥐", DownLeftTeeVector: "⥞", DownLeftVector: "↽", DownLeftVectorBar: "⥖", DownRightTeeVector: "⥟", DownRightVector: "⇁", DownRightVectorBar: "⥗", DownTee: "⊤", DownTeeArrow: "↧", drbkarow: "⤐", drcorn: "⌟", drcrop: "⌌", Dscr: "𝒟", dscr: "𝒹", DScy: "Ѕ", dscy: "ѕ", dsol: "⧶", Dstrok: "Đ", dstrok: "đ", dtdot: "⋱", dtri: "▿", dtrif: "▾", duarr: "⇵", duhar: "⥯", dwangle: "⦦", DZcy: "Џ", dzcy: "џ", dzigrarr: "⟿", Eacute: "É", eacute: "é", easter: "⩮", Ecaron: "Ě", ecaron: "ě", ecir: "≖", Ecirc: "Ê", ecirc: "ê", ecolon: "≕", Ecy: "Э", ecy: "э", eDDot: "⩷", Edot: "Ė", eDot: "≑", edot: "ė", ee: "ⅇ", efDot: "≒", Efr: "𝔈", efr: "𝔢", eg: "⪚", Egrave: "È", egrave: "è", egs: "⪖", egsdot: "⪘", el: "⪙", Element: "∈", elinters: "⏧", ell: "ℓ", els: "⪕", elsdot: "⪗", Emacr: "Ē", emacr: "ē", empty: "∅", emptyset: "∅", EmptySmallSquare: "◻", emptyv: "∅", EmptyVerySmallSquare: "▫", emsp: " ", emsp13: " ", emsp14: " ", ENG: "Ŋ", eng: "ŋ", ensp: " ", Eogon: "Ę", eogon: "ę", Eopf: "𝔼", eopf: "𝕖", epar: "⋕", eparsl: "⧣", eplus: "⩱", epsi: "ε", Epsilon: "Ε", epsilon: "ε", epsiv: "ϵ", eqcirc: "≖", eqcolon: "≕", eqsim: "≂", eqslantgtr: "⪖", eqslantless: "⪕", Equal: "⩵", equals: "=", EqualTilde: "≂", equest: "≟", Equilibrium: "⇌", equiv: "≡", equivDD: "⩸", eqvparsl: "⧥", erarr: "⥱", erDot: "≓", Escr: "ℰ", escr: "ℯ", esdot: "≐", Esim: "⩳", esim: "≂", Eta: "Η", eta: "η", ETH: "Ð", eth: "ð", Euml: "Ë", euml: "ë", euro: "€", excl: "!", exist: "∃", Exists: "∃", expectation: "ℰ", ExponentialE: "ⅇ", exponentiale: "ⅇ", fallingdotseq: "≒", Fcy: "Ф", fcy: "ф", female: "♀", ffilig: "ffi", fflig: "ff", ffllig: "ffl", Ffr: "𝔉", ffr: "𝔣", filig: "fi", FilledSmallSquare: "◼", FilledVerySmallSquare: "▪", fjlig: "fj", flat: "♭", fllig: "fl", fltns: "▱", fnof: "ƒ", Fopf: "𝔽", fopf: "𝕗", ForAll: "∀", forall: "∀", fork: "⋔", forkv: "⫙", Fouriertrf: "ℱ", fpartint: "⨍", frac12: "½", frac13: "⅓", frac14: "¼", frac15: "⅕", frac16: "⅙", frac18: "⅛", frac23: "⅔", frac25: "⅖", frac34: "¾", frac35: "⅗", frac38: "⅜", frac45: "⅘", frac56: "⅚", frac58: "⅝", frac78: "⅞", frasl: "⁄", frown: "⌢", Fscr: "ℱ", fscr: "𝒻", gacute: "ǵ", Gamma: "Γ", gamma: "γ", Gammad: "Ϝ", gammad: "ϝ", gap: "⪆", Gbreve: "Ğ", gbreve: "ğ", Gcedil: "Ģ", Gcirc: "Ĝ", gcirc: "ĝ", Gcy: "Г", gcy: "г", Gdot: "Ġ", gdot: "ġ", gE: "≧", ge: "≥", gEl: "⪌", gel: "⋛", geq: "≥", geqq: "≧", geqslant: "⩾", ges: "⩾", gescc: "⪩", gesdot: "⪀", gesdoto: "⪂", gesdotol: "⪄", gesl: "⋛︀", gesles: "⪔", Gfr: "𝔊", gfr: "𝔤", Gg: "⋙", gg: "≫", ggg: "⋙", gimel: "ℷ", GJcy: "Ѓ", gjcy: "ѓ", gl: "≷", gla: "⪥", glE: "⪒", glj: "⪤", gnap: "⪊", gnapprox: "⪊", gnE: "≩", gne: "⪈", gneq: "⪈", gneqq: "≩", gnsim: "⋧", Gopf: "𝔾", gopf: "𝕘", grave: "`", GreaterEqual: "≥", GreaterEqualLess: "⋛", GreaterFullEqual: "≧", GreaterGreater: "⪢", GreaterLess: "≷", GreaterSlantEqual: "⩾", GreaterTilde: "≳", Gscr: "𝒢", gscr: "ℊ", gsim: "≳", gsime: "⪎", gsiml: "⪐", GT: ">", Gt: "≫", gt: ">", gtcc: "⪧", gtcir: "⩺", gtdot: "⋗", gtlPar: "⦕", gtquest: "⩼", gtrapprox: "⪆", gtrarr: "⥸", gtrdot: "⋗", gtreqless: "⋛", gtreqqless: "⪌", gtrless: "≷", gtrsim: "≳", gvertneqq: "≩︀", gvnE: "≩︀", Hacek: "ˇ", hairsp: " ", half: "½", hamilt: "ℋ", HARDcy: "Ъ", hardcy: "ъ", hArr: "⇔", harr: "↔", harrcir: "⥈", harrw: "↭", Hat: "^", hbar: "ℏ", Hcirc: "Ĥ", hcirc: "ĥ", hearts: "♥", heartsuit: "♥", hellip: "…", hercon: "⊹", Hfr: "ℌ", hfr: "𝔥", HilbertSpace: "ℋ", hksearow: "⤥", hkswarow: "⤦", hoarr: "⇿", homtht: "∻", hookleftarrow: "↩", hookrightarrow: "↪", Hopf: "ℍ", hopf: "𝕙", horbar: "―", HorizontalLine: "─", Hscr: "ℋ", hscr: "𝒽", hslash: "ℏ", Hstrok: "Ħ", hstrok: "ħ", HumpDownHump: "≎", HumpEqual: "≏", hybull: "⁃", hyphen: "‐", Iacute: "Í", iacute: "í", ic: "", Icirc: "Î", icirc: "î", Icy: "И", icy: "и", Idot: "İ", IEcy: "Е", iecy: "е", iexcl: "¡", iff: "⇔", Ifr: "ℑ", ifr: "𝔦", Igrave: "Ì", igrave: "ì", ii: "ⅈ", iiiint: "⨌", iiint: "∭", iinfin: "⧜", iiota: "℩", IJlig: "IJ", ijlig: "ij", Im: "ℑ", Imacr: "Ī", imacr: "ī", image: "ℑ", ImaginaryI: "ⅈ", imagline: "ℐ", imagpart: "ℑ", imath: "ı", imof: "⊷", imped: "Ƶ", Implies: "⇒", in: "∈", incare: "℅", infin: "∞", infintie: "⧝", inodot: "ı", Int: "∬", int: "∫", intcal: "⊺", integers: "ℤ", Integral: "∫", intercal: "⊺", Intersection: "⋂", intlarhk: "⨗", intprod: "⨼", InvisibleComma: "", InvisibleTimes: "", IOcy: "Ё", iocy: "ё", Iogon: "Į", iogon: "į", Iopf: "𝕀", iopf: "𝕚", Iota: "Ι", iota: "ι", iprod: "⨼", iquest: "¿", Iscr: "ℐ", iscr: "𝒾", isin: "∈", isindot: "⋵", isinE: "⋹", isins: "⋴", isinsv: "⋳", isinv: "∈", it: "", Itilde: "Ĩ", itilde: "ĩ", Iukcy: "І", iukcy: "і", Iuml: "Ï", iuml: "ï", Jcirc: "Ĵ", jcirc: "ĵ", Jcy: "Й", jcy: "й", Jfr: "𝔍", jfr: "𝔧", jmath: "ȷ", Jopf: "𝕁", jopf: "𝕛", Jscr: "𝒥", jscr: "𝒿", Jsercy: "Ј", jsercy: "ј", Jukcy: "Є", jukcy: "є", Kappa: "Κ", kappa: "κ", kappav: "ϰ", Kcedil: "Ķ", kcedil: "ķ", Kcy: "К", kcy: "к", Kfr: "𝔎", kfr: "𝔨", kgreen: "ĸ", KHcy: "Х", khcy: "х", KJcy: "Ќ", kjcy: "ќ", Kopf: "𝕂", kopf: "𝕜", Kscr: "𝒦", kscr: "𝓀", lAarr: "⇚", Lacute: "Ĺ", lacute: "ĺ", laemptyv: "⦴", lagran: "ℒ", Lambda: "Λ", lambda: "λ", Lang: "⟪", lang: "⟨", langd: "⦑", langle: "⟨", lap: "⪅", Laplacetrf: "ℒ", laquo: "«", Larr: "↞", lArr: "⇐", larr: "←", larrb: "⇤", larrbfs: "⤟", larrfs: "⤝", larrhk: "↩", larrlp: "↫", larrpl: "⤹", larrsim: "⥳", larrtl: "↢", lat: "⪫", lAtail: "⤛", latail: "⤙", late: "⪭", lates: "⪭︀", lBarr: "⤎", lbarr: "⤌", lbbrk: "❲", lbrace: "{", lbrack: "[", lbrke: "⦋", lbrksld: "⦏", lbrkslu: "⦍", Lcaron: "Ľ", lcaron: "ľ", Lcedil: "Ļ", lcedil: "ļ", lceil: "⌈", lcub: "{", Lcy: "Л", lcy: "л", ldca: "⤶", ldquo: "“", ldquor: "„", ldrdhar: "⥧", ldrushar: "⥋", ldsh: "↲", lE: "≦", le: "≤", LeftAngleBracket: "⟨", LeftArrow: "←", Leftarrow: "⇐", leftarrow: "←", LeftArrowBar: "⇤", LeftArrowRightArrow: "⇆", leftarrowtail: "↢", LeftCeiling: "⌈", LeftDoubleBracket: "⟦", LeftDownTeeVector: "⥡", LeftDownVector: "⇃", LeftDownVectorBar: "⥙", LeftFloor: "⌊", leftharpoondown: "↽", leftharpoonup: "↼", leftleftarrows: "⇇", LeftRightArrow: "↔", Leftrightarrow: "⇔", leftrightarrow: "↔", leftrightarrows: "⇆", leftrightharpoons: "⇋", leftrightsquigarrow: "↭", LeftRightVector: "⥎", LeftTee: "⊣", LeftTeeArrow: "↤", LeftTeeVector: "⥚", leftthreetimes: "⋋", LeftTriangle: "⊲", LeftTriangleBar: "⧏", LeftTriangleEqual: "⊴", LeftUpDownVector: "⥑", LeftUpTeeVector: "⥠", LeftUpVector: "↿", LeftUpVectorBar: "⥘", LeftVector: "↼", LeftVectorBar: "⥒", lEg: "⪋", leg: "⋚", leq: "≤", leqq: "≦", leqslant: "⩽", les: "⩽", lescc: "⪨", lesdot: "⩿", lesdoto: "⪁", lesdotor: "⪃", lesg: "⋚︀", lesges: "⪓", lessapprox: "⪅", lessdot: "⋖", lesseqgtr: "⋚", lesseqqgtr: "⪋", LessEqualGreater: "⋚", LessFullEqual: "≦", LessGreater: "≶", lessgtr: "≶", LessLess: "⪡", lesssim: "≲", LessSlantEqual: "⩽", LessTilde: "≲", lfisht: "⥼", lfloor: "⌊", Lfr: "𝔏", lfr: "𝔩", lg: "≶", lgE: "⪑", lHar: "⥢", lhard: "↽", lharu: "↼", lharul: "⥪", lhblk: "▄", LJcy: "Љ", ljcy: "љ", Ll: "⋘", ll: "≪", llarr: "⇇", llcorner: "⌞", Lleftarrow: "⇚", llhard: "⥫", lltri: "◺", Lmidot: "Ŀ", lmidot: "ŀ", lmoust: "⎰", lmoustache: "⎰", lnap: "⪉", lnapprox: "⪉", lnE: "≨", lne: "⪇", lneq: "⪇", lneqq: "≨", lnsim: "⋦", loang: "⟬", loarr: "⇽", lobrk: "⟦", LongLeftArrow: "⟵", Longleftarrow: "⟸", longleftarrow: "⟵", LongLeftRightArrow: "⟷", Longleftrightarrow: "⟺", longleftrightarrow: "⟷", longmapsto: "⟼", LongRightArrow: "⟶", Longrightarrow: "⟹", longrightarrow: "⟶", looparrowleft: "↫", looparrowright: "↬", lopar: "⦅", Lopf: "𝕃", lopf: "𝕝", loplus: "⨭", lotimes: "⨴", lowast: "∗", lowbar: "_", LowerLeftArrow: "↙", LowerRightArrow: "↘", loz: "◊", lozenge: "◊", lozf: "⧫", lpar: "(", lparlt: "⦓", lrarr: "⇆", lrcorner: "⌟", lrhar: "⇋", lrhard: "⥭", lrm: "", lrtri: "⊿", lsaquo: "‹", Lscr: "ℒ", lscr: "𝓁", Lsh: "↰", lsh: "↰", lsim: "≲", lsime: "⪍", lsimg: "⪏", lsqb: "[", lsquo: "‘", lsquor: "‚", Lstrok: "Ł", lstrok: "ł", LT: "<", Lt: "≪", lt: "<", ltcc: "⪦", ltcir: "⩹", ltdot: "⋖", lthree: "⋋", ltimes: "⋉", ltlarr: "⥶", ltquest: "⩻", ltri: "◃", ltrie: "⊴", ltrif: "◂", ltrPar: "⦖", lurdshar: "⥊", luruhar: "⥦", lvertneqq: "≨︀", lvnE: "≨︀", macr: "¯", male: "♂", malt: "✠", maltese: "✠", Map: "⤅", map: "↦", mapsto: "↦", mapstodown: "↧", mapstoleft: "↤", mapstoup: "↥", marker: "▮", mcomma: "⨩", Mcy: "М", mcy: "м", mdash: "—", mDDot: "∺", measuredangle: "∡", MediumSpace: " ", Mellintrf: "ℳ", Mfr: "𝔐", mfr: "𝔪", mho: "℧", micro: "µ", mid: "∣", midast: "*", midcir: "⫰", middot: "·", minus: "−", minusb: "⊟", minusd: "∸", minusdu: "⨪", MinusPlus: "∓", mlcp: "⫛", mldr: "…", mnplus: "∓", models: "⊧", Mopf: "𝕄", mopf: "𝕞", mp: "∓", Mscr: "ℳ", mscr: "𝓂", mstpos: "∾", Mu: "Μ", mu: "μ", multimap: "⊸", mumap: "⊸", nabla: "∇", Nacute: "Ń", nacute: "ń", nang: "∠⃒", nap: "≉", napE: "⩰̸", napid: "≋̸", napos: "ʼn", napprox: "≉", natur: "♮", natural: "♮", naturals: "ℕ", nbsp: " ", nbump: "≎̸", nbumpe: "≏̸", ncap: "⩃", Ncaron: "Ň", ncaron: "ň", Ncedil: "Ņ", ncedil: "ņ", ncong: "≇", ncongdot: "⩭̸", ncup: "⩂", Ncy: "Н", ncy: "н", ndash: "–", ne: "≠", nearhk: "⤤", neArr: "⇗", nearr: "↗", nearrow: "↗", nedot: "≐̸", NegativeMediumSpace: "", NegativeThickSpace: "", NegativeThinSpace: "", NegativeVeryThinSpace: "", nequiv: "≢", nesear: "⤨", nesim: "≂̸", NestedGreaterGreater: "≫", NestedLessLess: "≪", NewLine: `
|
|
2077
|
+
`, nexist: "∄", nexists: "∄", Nfr: "𝔑", nfr: "𝔫", ngE: "≧̸", nge: "≱", ngeq: "≱", ngeqq: "≧̸", ngeqslant: "⩾̸", nges: "⩾̸", nGg: "⋙̸", ngsim: "≵", nGt: "≫⃒", ngt: "≯", ngtr: "≯", nGtv: "≫̸", nhArr: "⇎", nharr: "↮", nhpar: "⫲", ni: "∋", nis: "⋼", nisd: "⋺", niv: "∋", NJcy: "Њ", njcy: "њ", nlArr: "⇍", nlarr: "↚", nldr: "‥", nlE: "≦̸", nle: "≰", nLeftarrow: "⇍", nleftarrow: "↚", nLeftrightarrow: "⇎", nleftrightarrow: "↮", nleq: "≰", nleqq: "≦̸", nleqslant: "⩽̸", nles: "⩽̸", nless: "≮", nLl: "⋘̸", nlsim: "≴", nLt: "≪⃒", nlt: "≮", nltri: "⋪", nltrie: "⋬", nLtv: "≪̸", nmid: "∤", NoBreak: "", NonBreakingSpace: " ", Nopf: "ℕ", nopf: "𝕟", Not: "⫬", not: "¬", NotCongruent: "≢", NotCupCap: "≭", NotDoubleVerticalBar: "∦", NotElement: "∉", NotEqual: "≠", NotEqualTilde: "≂̸", NotExists: "∄", NotGreater: "≯", NotGreaterEqual: "≱", NotGreaterFullEqual: "≧̸", NotGreaterGreater: "≫̸", NotGreaterLess: "≹", NotGreaterSlantEqual: "⩾̸", NotGreaterTilde: "≵", NotHumpDownHump: "≎̸", NotHumpEqual: "≏̸", notin: "∉", notindot: "⋵̸", notinE: "⋹̸", notinva: "∉", notinvb: "⋷", notinvc: "⋶", NotLeftTriangle: "⋪", NotLeftTriangleBar: "⧏̸", NotLeftTriangleEqual: "⋬", NotLess: "≮", NotLessEqual: "≰", NotLessGreater: "≸", NotLessLess: "≪̸", NotLessSlantEqual: "⩽̸", NotLessTilde: "≴", NotNestedGreaterGreater: "⪢̸", NotNestedLessLess: "⪡̸", notni: "∌", notniva: "∌", notnivb: "⋾", notnivc: "⋽", NotPrecedes: "⊀", NotPrecedesEqual: "⪯̸", NotPrecedesSlantEqual: "⋠", NotReverseElement: "∌", NotRightTriangle: "⋫", NotRightTriangleBar: "⧐̸", NotRightTriangleEqual: "⋭", NotSquareSubset: "⊏̸", NotSquareSubsetEqual: "⋢", NotSquareSuperset: "⊐̸", NotSquareSupersetEqual: "⋣", NotSubset: "⊂⃒", NotSubsetEqual: "⊈", NotSucceeds: "⊁", NotSucceedsEqual: "⪰̸", NotSucceedsSlantEqual: "⋡", NotSucceedsTilde: "≿̸", NotSuperset: "⊃⃒", NotSupersetEqual: "⊉", NotTilde: "≁", NotTildeEqual: "≄", NotTildeFullEqual: "≇", NotTildeTilde: "≉", NotVerticalBar: "∤", npar: "∦", nparallel: "∦", nparsl: "⫽⃥", npart: "∂̸", npolint: "⨔", npr: "⊀", nprcue: "⋠", npre: "⪯̸", nprec: "⊀", npreceq: "⪯̸", nrArr: "⇏", nrarr: "↛", nrarrc: "⤳̸", nrarrw: "↝̸", nRightarrow: "⇏", nrightarrow: "↛", nrtri: "⋫", nrtrie: "⋭", nsc: "⊁", nsccue: "⋡", nsce: "⪰̸", Nscr: "𝒩", nscr: "𝓃", nshortmid: "∤", nshortparallel: "∦", nsim: "≁", nsime: "≄", nsimeq: "≄", nsmid: "∤", nspar: "∦", nsqsube: "⋢", nsqsupe: "⋣", nsub: "⊄", nsubE: "⫅̸", nsube: "⊈", nsubset: "⊂⃒", nsubseteq: "⊈", nsubseteqq: "⫅̸", nsucc: "⊁", nsucceq: "⪰̸", nsup: "⊅", nsupE: "⫆̸", nsupe: "⊉", nsupset: "⊃⃒", nsupseteq: "⊉", nsupseteqq: "⫆̸", ntgl: "≹", Ntilde: "Ñ", ntilde: "ñ", ntlg: "≸", ntriangleleft: "⋪", ntrianglelefteq: "⋬", ntriangleright: "⋫", ntrianglerighteq: "⋭", Nu: "Ν", nu: "ν", num: "#", numero: "№", numsp: " ", nvap: "≍⃒", nVDash: "⊯", nVdash: "⊮", nvDash: "⊭", nvdash: "⊬", nvge: "≥⃒", nvgt: ">⃒", nvHarr: "⤄", nvinfin: "⧞", nvlArr: "⤂", nvle: "≤⃒", nvlt: "<⃒", nvltrie: "⊴⃒", nvrArr: "⤃", nvrtrie: "⊵⃒", nvsim: "∼⃒", nwarhk: "⤣", nwArr: "⇖", nwarr: "↖", nwarrow: "↖", nwnear: "⤧", Oacute: "Ó", oacute: "ó", oast: "⊛", ocir: "⊚", Ocirc: "Ô", ocirc: "ô", Ocy: "О", ocy: "о", odash: "⊝", Odblac: "Ő", odblac: "ő", odiv: "⨸", odot: "⊙", odsold: "⦼", OElig: "Œ", oelig: "œ", ofcir: "⦿", Ofr: "𝔒", ofr: "𝔬", ogon: "˛", Ograve: "Ò", ograve: "ò", ogt: "⧁", ohbar: "⦵", ohm: "Ω", oint: "∮", olarr: "↺", olcir: "⦾", olcross: "⦻", oline: "‾", olt: "⧀", Omacr: "Ō", omacr: "ō", Omega: "Ω", omega: "ω", Omicron: "Ο", omicron: "ο", omid: "⦶", ominus: "⊖", Oopf: "𝕆", oopf: "𝕠", opar: "⦷", OpenCurlyDoubleQuote: "“", OpenCurlyQuote: "‘", operp: "⦹", oplus: "⊕", Or: "⩔", or: "∨", orarr: "↻", ord: "⩝", order: "ℴ", orderof: "ℴ", ordf: "ª", ordm: "º", origof: "⊶", oror: "⩖", orslope: "⩗", orv: "⩛", oS: "Ⓢ", Oscr: "𝒪", oscr: "ℴ", Oslash: "Ø", oslash: "ø", osol: "⊘", Otilde: "Õ", otilde: "õ", Otimes: "⨷", otimes: "⊗", otimesas: "⨶", Ouml: "Ö", ouml: "ö", ovbar: "⌽", OverBar: "‾", OverBrace: "⏞", OverBracket: "⎴", OverParenthesis: "⏜", par: "∥", para: "¶", parallel: "∥", parsim: "⫳", parsl: "⫽", part: "∂", PartialD: "∂", Pcy: "П", pcy: "п", percnt: "%", period: ".", permil: "‰", perp: "⊥", pertenk: "‱", Pfr: "𝔓", pfr: "𝔭", Phi: "Φ", phi: "φ", phiv: "ϕ", phmmat: "ℳ", phone: "☎", Pi: "Π", pi: "π", pitchfork: "⋔", piv: "ϖ", planck: "ℏ", planckh: "ℎ", plankv: "ℏ", plus: "+", plusacir: "⨣", plusb: "⊞", pluscir: "⨢", plusdo: "∔", plusdu: "⨥", pluse: "⩲", PlusMinus: "±", plusmn: "±", plussim: "⨦", plustwo: "⨧", pm: "±", Poincareplane: "ℌ", pointint: "⨕", Popf: "ℙ", popf: "𝕡", pound: "£", Pr: "⪻", pr: "≺", prap: "⪷", prcue: "≼", prE: "⪳", pre: "⪯", prec: "≺", precapprox: "⪷", preccurlyeq: "≼", Precedes: "≺", PrecedesEqual: "⪯", PrecedesSlantEqual: "≼", PrecedesTilde: "≾", preceq: "⪯", precnapprox: "⪹", precneqq: "⪵", precnsim: "⋨", precsim: "≾", Prime: "″", prime: "′", primes: "ℙ", prnap: "⪹", prnE: "⪵", prnsim: "⋨", prod: "∏", Product: "∏", profalar: "⌮", profline: "⌒", profsurf: "⌓", prop: "∝", Proportion: "∷", Proportional: "∝", propto: "∝", prsim: "≾", prurel: "⊰", Pscr: "𝒫", pscr: "𝓅", Psi: "Ψ", psi: "ψ", puncsp: " ", Qfr: "𝔔", qfr: "𝔮", qint: "⨌", Qopf: "ℚ", qopf: "𝕢", qprime: "⁗", Qscr: "𝒬", qscr: "𝓆", quaternions: "ℍ", quatint: "⨖", quest: "?", questeq: "≟", QUOT: '"', quot: '"', rAarr: "⇛", race: "∽̱", Racute: "Ŕ", racute: "ŕ", radic: "√", raemptyv: "⦳", Rang: "⟫", rang: "⟩", rangd: "⦒", range: "⦥", rangle: "⟩", raquo: "»", Rarr: "↠", rArr: "⇒", rarr: "→", rarrap: "⥵", rarrb: "⇥", rarrbfs: "⤠", rarrc: "⤳", rarrfs: "⤞", rarrhk: "↪", rarrlp: "↬", rarrpl: "⥅", rarrsim: "⥴", Rarrtl: "⤖", rarrtl: "↣", rarrw: "↝", rAtail: "⤜", ratail: "⤚", ratio: "∶", rationals: "ℚ", RBarr: "⤐", rBarr: "⤏", rbarr: "⤍", rbbrk: "❳", rbrace: "}", rbrack: "]", rbrke: "⦌", rbrksld: "⦎", rbrkslu: "⦐", Rcaron: "Ř", rcaron: "ř", Rcedil: "Ŗ", rcedil: "ŗ", rceil: "⌉", rcub: "}", Rcy: "Р", rcy: "р", rdca: "⤷", rdldhar: "⥩", rdquo: "”", rdquor: "”", rdsh: "↳", Re: "ℜ", real: "ℜ", realine: "ℛ", realpart: "ℜ", reals: "ℝ", rect: "▭", REG: "®", reg: "®", ReverseElement: "∋", ReverseEquilibrium: "⇋", ReverseUpEquilibrium: "⥯", rfisht: "⥽", rfloor: "⌋", Rfr: "ℜ", rfr: "𝔯", rHar: "⥤", rhard: "⇁", rharu: "⇀", rharul: "⥬", Rho: "Ρ", rho: "ρ", rhov: "ϱ", RightAngleBracket: "⟩", RightArrow: "→", Rightarrow: "⇒", rightarrow: "→", RightArrowBar: "⇥", RightArrowLeftArrow: "⇄", rightarrowtail: "↣", RightCeiling: "⌉", RightDoubleBracket: "⟧", RightDownTeeVector: "⥝", RightDownVector: "⇂", RightDownVectorBar: "⥕", RightFloor: "⌋", rightharpoondown: "⇁", rightharpoonup: "⇀", rightleftarrows: "⇄", rightleftharpoons: "⇌", rightrightarrows: "⇉", rightsquigarrow: "↝", RightTee: "⊢", RightTeeArrow: "↦", RightTeeVector: "⥛", rightthreetimes: "⋌", RightTriangle: "⊳", RightTriangleBar: "⧐", RightTriangleEqual: "⊵", RightUpDownVector: "⥏", RightUpTeeVector: "⥜", RightUpVector: "↾", RightUpVectorBar: "⥔", RightVector: "⇀", RightVectorBar: "⥓", ring: "˚", risingdotseq: "≓", rlarr: "⇄", rlhar: "⇌", rlm: "", rmoust: "⎱", rmoustache: "⎱", rnmid: "⫮", roang: "⟭", roarr: "⇾", robrk: "⟧", ropar: "⦆", Ropf: "ℝ", ropf: "𝕣", roplus: "⨮", rotimes: "⨵", RoundImplies: "⥰", rpar: ")", rpargt: "⦔", rppolint: "⨒", rrarr: "⇉", Rrightarrow: "⇛", rsaquo: "›", Rscr: "ℛ", rscr: "𝓇", Rsh: "↱", rsh: "↱", rsqb: "]", rsquo: "’", rsquor: "’", rthree: "⋌", rtimes: "⋊", rtri: "▹", rtrie: "⊵", rtrif: "▸", rtriltri: "⧎", RuleDelayed: "⧴", ruluhar: "⥨", rx: "℞", Sacute: "Ś", sacute: "ś", sbquo: "‚", Sc: "⪼", sc: "≻", scap: "⪸", Scaron: "Š", scaron: "š", sccue: "≽", scE: "⪴", sce: "⪰", Scedil: "Ş", scedil: "ş", Scirc: "Ŝ", scirc: "ŝ", scnap: "⪺", scnE: "⪶", scnsim: "⋩", scpolint: "⨓", scsim: "≿", Scy: "С", scy: "с", sdot: "⋅", sdotb: "⊡", sdote: "⩦", searhk: "⤥", seArr: "⇘", searr: "↘", searrow: "↘", sect: "§", semi: ";", seswar: "⤩", setminus: "∖", setmn: "∖", sext: "✶", Sfr: "𝔖", sfr: "𝔰", sfrown: "⌢", sharp: "♯", SHCHcy: "Щ", shchcy: "щ", SHcy: "Ш", shcy: "ш", ShortDownArrow: "↓", ShortLeftArrow: "←", shortmid: "∣", shortparallel: "∥", ShortRightArrow: "→", ShortUpArrow: "↑", shy: "", Sigma: "Σ", sigma: "σ", sigmaf: "ς", sigmav: "ς", sim: "∼", simdot: "⩪", sime: "≃", simeq: "≃", simg: "⪞", simgE: "⪠", siml: "⪝", simlE: "⪟", simne: "≆", simplus: "⨤", simrarr: "⥲", slarr: "←", SmallCircle: "∘", smallsetminus: "∖", smashp: "⨳", smeparsl: "⧤", smid: "∣", smile: "⌣", smt: "⪪", smte: "⪬", smtes: "⪬︀", SOFTcy: "Ь", softcy: "ь", sol: "/", solb: "⧄", solbar: "⌿", Sopf: "𝕊", sopf: "𝕤", spades: "♠", spadesuit: "♠", spar: "∥", sqcap: "⊓", sqcaps: "⊓︀", sqcup: "⊔", sqcups: "⊔︀", Sqrt: "√", sqsub: "⊏", sqsube: "⊑", sqsubset: "⊏", sqsubseteq: "⊑", sqsup: "⊐", sqsupe: "⊒", sqsupset: "⊐", sqsupseteq: "⊒", squ: "□", Square: "□", square: "□", SquareIntersection: "⊓", SquareSubset: "⊏", SquareSubsetEqual: "⊑", SquareSuperset: "⊐", SquareSupersetEqual: "⊒", SquareUnion: "⊔", squarf: "▪", squf: "▪", srarr: "→", Sscr: "𝒮", sscr: "𝓈", ssetmn: "∖", ssmile: "⌣", sstarf: "⋆", Star: "⋆", star: "☆", starf: "★", straightepsilon: "ϵ", straightphi: "ϕ", strns: "¯", Sub: "⋐", sub: "⊂", subdot: "⪽", subE: "⫅", sube: "⊆", subedot: "⫃", submult: "⫁", subnE: "⫋", subne: "⊊", subplus: "⪿", subrarr: "⥹", Subset: "⋐", subset: "⊂", subseteq: "⊆", subseteqq: "⫅", SubsetEqual: "⊆", subsetneq: "⊊", subsetneqq: "⫋", subsim: "⫇", subsub: "⫕", subsup: "⫓", succ: "≻", succapprox: "⪸", succcurlyeq: "≽", Succeeds: "≻", SucceedsEqual: "⪰", SucceedsSlantEqual: "≽", SucceedsTilde: "≿", succeq: "⪰", succnapprox: "⪺", succneqq: "⪶", succnsim: "⋩", succsim: "≿", SuchThat: "∋", Sum: "∑", sum: "∑", sung: "♪", Sup: "⋑", sup: "⊃", sup1: "¹", sup2: "²", sup3: "³", supdot: "⪾", supdsub: "⫘", supE: "⫆", supe: "⊇", supedot: "⫄", Superset: "⊃", SupersetEqual: "⊇", suphsol: "⟉", suphsub: "⫗", suplarr: "⥻", supmult: "⫂", supnE: "⫌", supne: "⊋", supplus: "⫀", Supset: "⋑", supset: "⊃", supseteq: "⊇", supseteqq: "⫆", supsetneq: "⊋", supsetneqq: "⫌", supsim: "⫈", supsub: "⫔", supsup: "⫖", swarhk: "⤦", swArr: "⇙", swarr: "↙", swarrow: "↙", swnwar: "⤪", szlig: "ß", Tab: " ", target: "⌖", Tau: "Τ", tau: "τ", tbrk: "⎴", Tcaron: "Ť", tcaron: "ť", Tcedil: "Ţ", tcedil: "ţ", Tcy: "Т", tcy: "т", tdot: "⃛", telrec: "⌕", Tfr: "𝔗", tfr: "𝔱", there4: "∴", Therefore: "∴", therefore: "∴", Theta: "Θ", theta: "θ", thetasym: "ϑ", thetav: "ϑ", thickapprox: "≈", thicksim: "∼", ThickSpace: " ", thinsp: " ", ThinSpace: " ", thkap: "≈", thksim: "∼", THORN: "Þ", thorn: "þ", Tilde: "∼", tilde: "˜", TildeEqual: "≃", TildeFullEqual: "≅", TildeTilde: "≈", times: "×", timesb: "⊠", timesbar: "⨱", timesd: "⨰", tint: "∭", toea: "⤨", top: "⊤", topbot: "⌶", topcir: "⫱", Topf: "𝕋", topf: "𝕥", topfork: "⫚", tosa: "⤩", tprime: "‴", TRADE: "™", trade: "™", triangle: "▵", triangledown: "▿", triangleleft: "◃", trianglelefteq: "⊴", triangleq: "≜", triangleright: "▹", trianglerighteq: "⊵", tridot: "◬", trie: "≜", triminus: "⨺", TripleDot: "⃛", triplus: "⨹", trisb: "⧍", tritime: "⨻", trpezium: "⏢", Tscr: "𝒯", tscr: "𝓉", TScy: "Ц", tscy: "ц", TSHcy: "Ћ", tshcy: "ћ", Tstrok: "Ŧ", tstrok: "ŧ", twixt: "≬", twoheadleftarrow: "↞", twoheadrightarrow: "↠", Uacute: "Ú", uacute: "ú", Uarr: "↟", uArr: "⇑", uarr: "↑", Uarrocir: "⥉", Ubrcy: "Ў", ubrcy: "ў", Ubreve: "Ŭ", ubreve: "ŭ", Ucirc: "Û", ucirc: "û", Ucy: "У", ucy: "у", udarr: "⇅", Udblac: "Ű", udblac: "ű", udhar: "⥮", ufisht: "⥾", Ufr: "𝔘", ufr: "𝔲", Ugrave: "Ù", ugrave: "ù", uHar: "⥣", uharl: "↿", uharr: "↾", uhblk: "▀", ulcorn: "⌜", ulcorner: "⌜", ulcrop: "⌏", ultri: "◸", Umacr: "Ū", umacr: "ū", uml: "¨", UnderBar: "_", UnderBrace: "⏟", UnderBracket: "⎵", UnderParenthesis: "⏝", Union: "⋃", UnionPlus: "⊎", Uogon: "Ų", uogon: "ų", Uopf: "𝕌", uopf: "𝕦", UpArrow: "↑", Uparrow: "⇑", uparrow: "↑", UpArrowBar: "⤒", UpArrowDownArrow: "⇅", UpDownArrow: "↕", Updownarrow: "⇕", updownarrow: "↕", UpEquilibrium: "⥮", upharpoonleft: "↿", upharpoonright: "↾", uplus: "⊎", UpperLeftArrow: "↖", UpperRightArrow: "↗", Upsi: "ϒ", upsi: "υ", upsih: "ϒ", Upsilon: "Υ", upsilon: "υ", UpTee: "⊥", UpTeeArrow: "↥", upuparrows: "⇈", urcorn: "⌝", urcorner: "⌝", urcrop: "⌎", Uring: "Ů", uring: "ů", urtri: "◹", Uscr: "𝒰", uscr: "𝓊", utdot: "⋰", Utilde: "Ũ", utilde: "ũ", utri: "▵", utrif: "▴", uuarr: "⇈", Uuml: "Ü", uuml: "ü", uwangle: "⦧", vangrt: "⦜", varepsilon: "ϵ", varkappa: "ϰ", varnothing: "∅", varphi: "ϕ", varpi: "ϖ", varpropto: "∝", vArr: "⇕", varr: "↕", varrho: "ϱ", varsigma: "ς", varsubsetneq: "⊊︀", varsubsetneqq: "⫋︀", varsupsetneq: "⊋︀", varsupsetneqq: "⫌︀", vartheta: "ϑ", vartriangleleft: "⊲", vartriangleright: "⊳", Vbar: "⫫", vBar: "⫨", vBarv: "⫩", Vcy: "В", vcy: "в", VDash: "⊫", Vdash: "⊩", vDash: "⊨", vdash: "⊢", Vdashl: "⫦", Vee: "⋁", vee: "∨", veebar: "⊻", veeeq: "≚", vellip: "⋮", Verbar: "‖", verbar: "|", Vert: "‖", vert: "|", VerticalBar: "∣", VerticalLine: "|", VerticalSeparator: "❘", VerticalTilde: "≀", VeryThinSpace: " ", Vfr: "𝔙", vfr: "𝔳", vltri: "⊲", vnsub: "⊂⃒", vnsup: "⊃⃒", Vopf: "𝕍", vopf: "𝕧", vprop: "∝", vrtri: "⊳", Vscr: "𝒱", vscr: "𝓋", vsubnE: "⫋︀", vsubne: "⊊︀", vsupnE: "⫌︀", vsupne: "⊋︀", Vvdash: "⊪", vzigzag: "⦚", Wcirc: "Ŵ", wcirc: "ŵ", wedbar: "⩟", Wedge: "⋀", wedge: "∧", wedgeq: "≙", weierp: "℘", Wfr: "𝔚", wfr: "𝔴", Wopf: "𝕎", wopf: "𝕨", wp: "℘", wr: "≀", wreath: "≀", Wscr: "𝒲", wscr: "𝓌", xcap: "⋂", xcirc: "◯", xcup: "⋃", xdtri: "▽", Xfr: "𝔛", xfr: "𝔵", xhArr: "⟺", xharr: "⟷", Xi: "Ξ", xi: "ξ", xlArr: "⟸", xlarr: "⟵", xmap: "⟼", xnis: "⋻", xodot: "⨀", Xopf: "𝕏", xopf: "𝕩", xoplus: "⨁", xotime: "⨂", xrArr: "⟹", xrarr: "⟶", Xscr: "𝒳", xscr: "𝓍", xsqcup: "⨆", xuplus: "⨄", xutri: "△", xvee: "⋁", xwedge: "⋀", Yacute: "Ý", yacute: "ý", YAcy: "Я", yacy: "я", Ycirc: "Ŷ", ycirc: "ŷ", Ycy: "Ы", ycy: "ы", yen: "¥", Yfr: "𝔜", yfr: "𝔶", YIcy: "Ї", yicy: "ї", Yopf: "𝕐", yopf: "𝕪", Yscr: "𝒴", yscr: "𝓎", YUcy: "Ю", yucy: "ю", Yuml: "Ÿ", yuml: "ÿ", Zacute: "Ź", zacute: "ź", Zcaron: "Ž", zcaron: "ž", Zcy: "З", zcy: "з", Zdot: "Ż", zdot: "ż", zeetrf: "ℨ", ZeroWidthSpace: "", Zeta: "Ζ", zeta: "ζ", Zfr: "ℨ", zfr: "𝔷", ZHcy: "Ж", zhcy: "ж", zigrarr: "⇝", Zopf: "ℤ", zopf: "𝕫", Zscr: "𝒵", zscr: "𝓏", zwj: "", zwnj: "" }, e.NGSP_UNICODE = "", e.NAMED_ENTITIES.ngsp = e.NGSP_UNICODE;
|
|
2078
|
+
} }), Bs = I({ "node_modules/angular-html-parser/lib/compiler/src/ml_parser/html_tags.js"(e) {
|
|
2079
|
+
q(), Object.defineProperty(e, "__esModule", { value: true });
|
|
2080
|
+
var r = Ze(), u = class {
|
|
2081
|
+
constructor() {
|
|
2082
|
+
let { closedByChildren: i, implicitNamespacePrefix: f, contentType: c = r.TagContentType.PARSABLE_DATA, closedByParent: F = false, isVoid: a = false, ignoreFirstLf: l = false } = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
2083
|
+
this.closedByChildren = {}, this.closedByParent = false, this.canSelfClose = false, i && i.length > 0 && i.forEach((h) => this.closedByChildren[h] = true), this.isVoid = a, this.closedByParent = F || a, this.implicitNamespacePrefix = f || null, this.contentType = c, this.ignoreFirstLf = l;
|
|
2084
|
+
}
|
|
2085
|
+
isClosedByChild(i) {
|
|
2086
|
+
return this.isVoid || i.toLowerCase() in this.closedByChildren;
|
|
2087
|
+
}
|
|
2088
|
+
};
|
|
2089
|
+
e.HtmlTagDefinition = u;
|
|
2090
|
+
var n, D;
|
|
2091
|
+
function s(i) {
|
|
2092
|
+
return D || (n = new u(), D = { base: new u({ isVoid: true }), meta: new u({ isVoid: true }), area: new u({ isVoid: true }), embed: new u({ isVoid: true }), link: new u({ isVoid: true }), img: new u({ isVoid: true }), input: new u({ isVoid: true }), param: new u({ isVoid: true }), hr: new u({ isVoid: true }), br: new u({ isVoid: true }), source: new u({ isVoid: true }), track: new u({ isVoid: true }), wbr: new u({ isVoid: true }), p: new u({ closedByChildren: ["address", "article", "aside", "blockquote", "div", "dl", "fieldset", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "header", "hgroup", "hr", "main", "nav", "ol", "p", "pre", "section", "table", "ul"], closedByParent: true }), thead: new u({ closedByChildren: ["tbody", "tfoot"] }), tbody: new u({ closedByChildren: ["tbody", "tfoot"], closedByParent: true }), tfoot: new u({ closedByChildren: ["tbody"], closedByParent: true }), tr: new u({ closedByChildren: ["tr"], closedByParent: true }), td: new u({ closedByChildren: ["td", "th"], closedByParent: true }), th: new u({ closedByChildren: ["td", "th"], closedByParent: true }), col: new u({ isVoid: true }), svg: new u({ implicitNamespacePrefix: "svg" }), math: new u({ implicitNamespacePrefix: "math" }), li: new u({ closedByChildren: ["li"], closedByParent: true }), dt: new u({ closedByChildren: ["dt", "dd"] }), dd: new u({ closedByChildren: ["dt", "dd"], closedByParent: true }), rb: new u({ closedByChildren: ["rb", "rt", "rtc", "rp"], closedByParent: true }), rt: new u({ closedByChildren: ["rb", "rt", "rtc", "rp"], closedByParent: true }), rtc: new u({ closedByChildren: ["rb", "rtc", "rp"], closedByParent: true }), rp: new u({ closedByChildren: ["rb", "rt", "rtc", "rp"], closedByParent: true }), optgroup: new u({ closedByChildren: ["optgroup"], closedByParent: true }), option: new u({ closedByChildren: ["option", "optgroup"], closedByParent: true }), pre: new u({ ignoreFirstLf: true }), listing: new u({ ignoreFirstLf: true }), style: new u({ contentType: r.TagContentType.RAW_TEXT }), script: new u({ contentType: r.TagContentType.RAW_TEXT }), title: new u({ contentType: r.TagContentType.ESCAPABLE_RAW_TEXT }), textarea: new u({ contentType: r.TagContentType.ESCAPABLE_RAW_TEXT, ignoreFirstLf: true }) }), D[i] || n;
|
|
2093
|
+
}
|
|
2094
|
+
e.getHtmlTagDefinition = s;
|
|
2095
|
+
} }), Hl = I({ "node_modules/angular-html-parser/lib/compiler/src/ast_path.js"(e) {
|
|
2096
|
+
q(), Object.defineProperty(e, "__esModule", { value: true });
|
|
2097
|
+
var r = class {
|
|
2098
|
+
constructor(u) {
|
|
2099
|
+
let n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : -1;
|
|
2100
|
+
this.path = u, this.position = n;
|
|
2101
|
+
}
|
|
2102
|
+
get empty() {
|
|
2103
|
+
return !this.path || !this.path.length;
|
|
2104
|
+
}
|
|
2105
|
+
get head() {
|
|
2106
|
+
return this.path[0];
|
|
2107
|
+
}
|
|
2108
|
+
get tail() {
|
|
2109
|
+
return this.path[this.path.length - 1];
|
|
2110
|
+
}
|
|
2111
|
+
parentOf(u) {
|
|
2112
|
+
return u && this.path[this.path.indexOf(u) - 1];
|
|
2113
|
+
}
|
|
2114
|
+
childOf(u) {
|
|
2115
|
+
return this.path[this.path.indexOf(u) + 1];
|
|
2116
|
+
}
|
|
2117
|
+
first(u) {
|
|
2118
|
+
for (let n = this.path.length - 1; n >= 0; n--) {
|
|
2119
|
+
let D = this.path[n];
|
|
2120
|
+
if (D instanceof u)
|
|
2121
|
+
return D;
|
|
2122
|
+
}
|
|
2123
|
+
}
|
|
2124
|
+
push(u) {
|
|
2125
|
+
this.path.push(u);
|
|
2126
|
+
}
|
|
2127
|
+
pop() {
|
|
2128
|
+
return this.path.pop();
|
|
2129
|
+
}
|
|
2130
|
+
};
|
|
2131
|
+
e.AstPath = r;
|
|
2132
|
+
} }), bs = I({ "node_modules/angular-html-parser/lib/compiler/src/ml_parser/ast.js"(e) {
|
|
2133
|
+
q(), Object.defineProperty(e, "__esModule", { value: true });
|
|
2134
|
+
var r = Hl(), u = class {
|
|
2135
|
+
constructor(d, m, T) {
|
|
2136
|
+
this.value = d, this.sourceSpan = m, this.i18n = T, this.type = "text";
|
|
2137
|
+
}
|
|
2138
|
+
visit(d, m) {
|
|
2139
|
+
return d.visitText(this, m);
|
|
2140
|
+
}
|
|
2141
|
+
};
|
|
2142
|
+
e.Text = u;
|
|
2143
|
+
var n = class {
|
|
2144
|
+
constructor(d, m) {
|
|
2145
|
+
this.value = d, this.sourceSpan = m, this.type = "cdata";
|
|
2146
|
+
}
|
|
2147
|
+
visit(d, m) {
|
|
2148
|
+
return d.visitCdata(this, m);
|
|
2149
|
+
}
|
|
2150
|
+
};
|
|
2151
|
+
e.CDATA = n;
|
|
2152
|
+
var D = class {
|
|
2153
|
+
constructor(d, m, T, w, g, N) {
|
|
2154
|
+
this.switchValue = d, this.type = m, this.cases = T, this.sourceSpan = w, this.switchValueSourceSpan = g, this.i18n = N;
|
|
2155
|
+
}
|
|
2156
|
+
visit(d, m) {
|
|
2157
|
+
return d.visitExpansion(this, m);
|
|
2158
|
+
}
|
|
2159
|
+
};
|
|
2160
|
+
e.Expansion = D;
|
|
2161
|
+
var s = class {
|
|
2162
|
+
constructor(d, m, T, w, g) {
|
|
2163
|
+
this.value = d, this.expression = m, this.sourceSpan = T, this.valueSourceSpan = w, this.expSourceSpan = g;
|
|
2164
|
+
}
|
|
2165
|
+
visit(d, m) {
|
|
2166
|
+
return d.visitExpansionCase(this, m);
|
|
2167
|
+
}
|
|
2168
|
+
};
|
|
2169
|
+
e.ExpansionCase = s;
|
|
2170
|
+
var i = class {
|
|
2171
|
+
constructor(d, m, T) {
|
|
2172
|
+
let w = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : null, g = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : null, N = arguments.length > 5 && arguments[5] !== void 0 ? arguments[5] : null;
|
|
2173
|
+
this.name = d, this.value = m, this.sourceSpan = T, this.valueSpan = w, this.nameSpan = g, this.i18n = N, this.type = "attribute";
|
|
2174
|
+
}
|
|
2175
|
+
visit(d, m) {
|
|
2176
|
+
return d.visitAttribute(this, m);
|
|
2177
|
+
}
|
|
2178
|
+
};
|
|
2179
|
+
e.Attribute = i;
|
|
2180
|
+
var f = class {
|
|
2181
|
+
constructor(d, m, T, w) {
|
|
2182
|
+
let g = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : null, N = arguments.length > 5 && arguments[5] !== void 0 ? arguments[5] : null, R = arguments.length > 6 && arguments[6] !== void 0 ? arguments[6] : null, j = arguments.length > 7 && arguments[7] !== void 0 ? arguments[7] : null;
|
|
2183
|
+
this.name = d, this.attrs = m, this.children = T, this.sourceSpan = w, this.startSourceSpan = g, this.endSourceSpan = N, this.nameSpan = R, this.i18n = j, this.type = "element";
|
|
2184
|
+
}
|
|
2185
|
+
visit(d, m) {
|
|
2186
|
+
return d.visitElement(this, m);
|
|
2187
|
+
}
|
|
2188
|
+
};
|
|
2189
|
+
e.Element = f;
|
|
2190
|
+
var c = class {
|
|
2191
|
+
constructor(d, m) {
|
|
2192
|
+
this.value = d, this.sourceSpan = m, this.type = "comment";
|
|
2193
|
+
}
|
|
2194
|
+
visit(d, m) {
|
|
2195
|
+
return d.visitComment(this, m);
|
|
2196
|
+
}
|
|
2197
|
+
};
|
|
2198
|
+
e.Comment = c;
|
|
2199
|
+
var F = class {
|
|
2200
|
+
constructor(d, m) {
|
|
2201
|
+
this.value = d, this.sourceSpan = m, this.type = "docType";
|
|
2202
|
+
}
|
|
2203
|
+
visit(d, m) {
|
|
2204
|
+
return d.visitDocType(this, m);
|
|
2205
|
+
}
|
|
2206
|
+
};
|
|
2207
|
+
e.DocType = F;
|
|
2208
|
+
function a(d, m) {
|
|
2209
|
+
let T = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : null, w = [], g = d.visit ? (N) => d.visit(N, T) || N.visit(d, T) : (N) => N.visit(d, T);
|
|
2210
|
+
return m.forEach((N) => {
|
|
2211
|
+
let R = g(N);
|
|
2212
|
+
R && w.push(R);
|
|
2213
|
+
}), w;
|
|
2214
|
+
}
|
|
2215
|
+
e.visitAll = a;
|
|
2216
|
+
var l = class {
|
|
2217
|
+
constructor() {
|
|
2218
|
+
}
|
|
2219
|
+
visitElement(d, m) {
|
|
2220
|
+
this.visitChildren(m, (T) => {
|
|
2221
|
+
T(d.attrs), T(d.children);
|
|
2222
|
+
});
|
|
2223
|
+
}
|
|
2224
|
+
visitAttribute(d, m) {
|
|
2225
|
+
}
|
|
2226
|
+
visitText(d, m) {
|
|
2227
|
+
}
|
|
2228
|
+
visitCdata(d, m) {
|
|
2229
|
+
}
|
|
2230
|
+
visitComment(d, m) {
|
|
2231
|
+
}
|
|
2232
|
+
visitDocType(d, m) {
|
|
2233
|
+
}
|
|
2234
|
+
visitExpansion(d, m) {
|
|
2235
|
+
return this.visitChildren(m, (T) => {
|
|
2236
|
+
T(d.cases);
|
|
2237
|
+
});
|
|
2238
|
+
}
|
|
2239
|
+
visitExpansionCase(d, m) {
|
|
2240
|
+
}
|
|
2241
|
+
visitChildren(d, m) {
|
|
2242
|
+
let T = [], w = this;
|
|
2243
|
+
function g(N) {
|
|
2244
|
+
N && T.push(a(w, N, d));
|
|
2245
|
+
}
|
|
2246
|
+
return m(g), Array.prototype.concat.apply([], T);
|
|
2247
|
+
}
|
|
2248
|
+
};
|
|
2249
|
+
e.RecursiveVisitor = l;
|
|
2250
|
+
function h(d) {
|
|
2251
|
+
let m = d.sourceSpan.start.offset, T = d.sourceSpan.end.offset;
|
|
2252
|
+
return d instanceof f && (d.endSourceSpan ? T = d.endSourceSpan.end.offset : d.children && d.children.length && (T = h(d.children[d.children.length - 1]).end)), { start: m, end: T };
|
|
2253
|
+
}
|
|
2254
|
+
function C(d, m) {
|
|
2255
|
+
let T = [], w = new class extends l {
|
|
2256
|
+
visit(g, N) {
|
|
2257
|
+
let R = h(g);
|
|
2258
|
+
if (R.start <= m && m < R.end)
|
|
2259
|
+
T.push(g);
|
|
2260
|
+
else
|
|
2261
|
+
return true;
|
|
2262
|
+
}
|
|
2263
|
+
}();
|
|
2264
|
+
return a(w, d), new r.AstPath(T, m);
|
|
2265
|
+
}
|
|
2266
|
+
e.findNode = C;
|
|
2267
|
+
} }), zl = I({ "node_modules/angular-html-parser/lib/compiler/src/assertions.js"(e) {
|
|
2268
|
+
q(), Object.defineProperty(e, "__esModule", { value: true });
|
|
2269
|
+
function r(D, s) {
|
|
2270
|
+
if (s != null) {
|
|
2271
|
+
if (!Array.isArray(s))
|
|
2272
|
+
throw new Error(`Expected '${D}' to be an array of strings.`);
|
|
2273
|
+
for (let i = 0; i < s.length; i += 1)
|
|
2274
|
+
if (typeof s[i] != "string")
|
|
2275
|
+
throw new Error(`Expected '${D}' to be an array of strings.`);
|
|
2276
|
+
}
|
|
2277
|
+
}
|
|
2278
|
+
e.assertArrayOfStrings = r;
|
|
2279
|
+
var u = [/^\s*$/, /[<>]/, /^[{}]$/, /&(#|[a-z])/i, /^\/\//];
|
|
2280
|
+
function n(D, s) {
|
|
2281
|
+
if (s != null && !(Array.isArray(s) && s.length == 2))
|
|
2282
|
+
throw new Error(`Expected '${D}' to be an array, [start, end].`);
|
|
2283
|
+
if (s != null) {
|
|
2284
|
+
let i = s[0], f = s[1];
|
|
2285
|
+
u.forEach((c) => {
|
|
2286
|
+
if (c.test(i) || c.test(f))
|
|
2287
|
+
throw new Error(`['${i}', '${f}'] contains unusable interpolation symbol.`);
|
|
2288
|
+
});
|
|
2289
|
+
}
|
|
2290
|
+
}
|
|
2291
|
+
e.assertInterpolationSymbols = n;
|
|
2292
|
+
} }), Wl = I({ "node_modules/angular-html-parser/lib/compiler/src/ml_parser/interpolation_config.js"(e) {
|
|
2293
|
+
q(), Object.defineProperty(e, "__esModule", { value: true });
|
|
2294
|
+
var r = zl(), u = class {
|
|
2295
|
+
constructor(n, D) {
|
|
2296
|
+
this.start = n, this.end = D;
|
|
2297
|
+
}
|
|
2298
|
+
static fromArray(n) {
|
|
2299
|
+
return n ? (r.assertInterpolationSymbols("interpolation", n), new u(n[0], n[1])) : e.DEFAULT_INTERPOLATION_CONFIG;
|
|
2300
|
+
}
|
|
2301
|
+
};
|
|
2302
|
+
e.InterpolationConfig = u, e.DEFAULT_INTERPOLATION_CONFIG = new u("{{", "}}");
|
|
2303
|
+
} }), Yl = I({ "node_modules/angular-html-parser/lib/compiler/src/ml_parser/lexer.js"(e) {
|
|
2304
|
+
q(), Object.defineProperty(e, "__esModule", { value: true });
|
|
2305
|
+
var r = Es(), u = Be(), n = Wl(), D = Ze(), s;
|
|
2306
|
+
(function(t) {
|
|
2307
|
+
t[t.TAG_OPEN_START = 0] = "TAG_OPEN_START", t[t.TAG_OPEN_END = 1] = "TAG_OPEN_END", t[t.TAG_OPEN_END_VOID = 2] = "TAG_OPEN_END_VOID", t[t.TAG_CLOSE = 3] = "TAG_CLOSE", t[t.TEXT = 4] = "TEXT", t[t.ESCAPABLE_RAW_TEXT = 5] = "ESCAPABLE_RAW_TEXT", t[t.RAW_TEXT = 6] = "RAW_TEXT", t[t.COMMENT_START = 7] = "COMMENT_START", t[t.COMMENT_END = 8] = "COMMENT_END", t[t.CDATA_START = 9] = "CDATA_START", t[t.CDATA_END = 10] = "CDATA_END", t[t.ATTR_NAME = 11] = "ATTR_NAME", t[t.ATTR_QUOTE = 12] = "ATTR_QUOTE", t[t.ATTR_VALUE = 13] = "ATTR_VALUE", t[t.DOC_TYPE_START = 14] = "DOC_TYPE_START", t[t.DOC_TYPE_END = 15] = "DOC_TYPE_END", t[t.EXPANSION_FORM_START = 16] = "EXPANSION_FORM_START", t[t.EXPANSION_CASE_VALUE = 17] = "EXPANSION_CASE_VALUE", t[t.EXPANSION_CASE_EXP_START = 18] = "EXPANSION_CASE_EXP_START", t[t.EXPANSION_CASE_EXP_END = 19] = "EXPANSION_CASE_EXP_END", t[t.EXPANSION_FORM_END = 20] = "EXPANSION_FORM_END", t[t.EOF = 21] = "EOF";
|
|
2308
|
+
})(s = e.TokenType || (e.TokenType = {}));
|
|
2309
|
+
var i = class {
|
|
2310
|
+
constructor(t, o, E) {
|
|
2311
|
+
this.type = t, this.parts = o, this.sourceSpan = E;
|
|
2312
|
+
}
|
|
2313
|
+
};
|
|
2314
|
+
e.Token = i;
|
|
2315
|
+
var f = class extends u.ParseError {
|
|
2316
|
+
constructor(t, o, E) {
|
|
2317
|
+
super(E, t), this.tokenType = o;
|
|
2318
|
+
}
|
|
2319
|
+
};
|
|
2320
|
+
e.TokenError = f;
|
|
2321
|
+
var c = class {
|
|
2322
|
+
constructor(t, o) {
|
|
2323
|
+
this.tokens = t, this.errors = o;
|
|
2324
|
+
}
|
|
2325
|
+
};
|
|
2326
|
+
e.TokenizeResult = c;
|
|
2327
|
+
function F(t, o, E) {
|
|
2328
|
+
let p = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
|
2329
|
+
return new d(new u.ParseSourceFile(t, o), E, p).tokenize();
|
|
2330
|
+
}
|
|
2331
|
+
e.tokenize = F;
|
|
2332
|
+
var a = /\r\n?/g;
|
|
2333
|
+
function l(t) {
|
|
2334
|
+
return `Unexpected character "${t === r.$EOF ? "EOF" : String.fromCharCode(t)}"`;
|
|
2335
|
+
}
|
|
2336
|
+
function h(t) {
|
|
2337
|
+
return `Unknown entity "${t}" - use the "&#<decimal>;" or "&#x<hex>;" syntax`;
|
|
2338
|
+
}
|
|
2339
|
+
var C = class {
|
|
2340
|
+
constructor(t) {
|
|
2341
|
+
this.error = t;
|
|
2342
|
+
}
|
|
2343
|
+
}, d = class {
|
|
2344
|
+
constructor(t, o, E) {
|
|
2345
|
+
this._getTagContentType = o, this._currentTokenStart = null, this._currentTokenType = null, this._expansionCaseStack = [], this._inInterpolation = false, this._fullNameStack = [], this.tokens = [], this.errors = [], this._tokenizeIcu = E.tokenizeExpansionForms || false, this._interpolationConfig = E.interpolationConfig || n.DEFAULT_INTERPOLATION_CONFIG, this._leadingTriviaCodePoints = E.leadingTriviaChars && E.leadingTriviaChars.map((A) => A.codePointAt(0) || 0), this._canSelfClose = E.canSelfClose || false, this._allowHtmComponentClosingTags = E.allowHtmComponentClosingTags || false;
|
|
2346
|
+
let p = E.range || { endPos: t.content.length, startPos: 0, startLine: 0, startCol: 0 };
|
|
2347
|
+
this._cursor = E.escapedString ? new k(t, p) : new x(t, p);
|
|
2348
|
+
try {
|
|
2349
|
+
this._cursor.init();
|
|
2350
|
+
} catch (A) {
|
|
2351
|
+
this.handleError(A);
|
|
2352
|
+
}
|
|
2353
|
+
}
|
|
2354
|
+
_processCarriageReturns(t) {
|
|
2355
|
+
return t.replace(a, `
|
|
2356
|
+
`);
|
|
2357
|
+
}
|
|
2358
|
+
tokenize() {
|
|
2359
|
+
for (; this._cursor.peek() !== r.$EOF; ) {
|
|
2360
|
+
let t = this._cursor.clone();
|
|
2361
|
+
try {
|
|
2362
|
+
if (this._attemptCharCode(r.$LT))
|
|
2363
|
+
if (this._attemptCharCode(r.$BANG))
|
|
2364
|
+
this._attemptStr("[CDATA[") ? this._consumeCdata(t) : this._attemptStr("--") ? this._consumeComment(t) : this._attemptStrCaseInsensitive("doctype") ? this._consumeDocType(t) : this._consumeBogusComment(t);
|
|
2365
|
+
else if (this._attemptCharCode(r.$SLASH))
|
|
2366
|
+
this._consumeTagClose(t);
|
|
2367
|
+
else {
|
|
2368
|
+
let o = this._cursor.clone();
|
|
2369
|
+
this._attemptCharCode(r.$QUESTION) ? (this._cursor = o, this._consumeBogusComment(t)) : this._consumeTagOpen(t);
|
|
2370
|
+
}
|
|
2371
|
+
else
|
|
2372
|
+
this._tokenizeIcu && this._tokenizeExpansionForm() || this._consumeText();
|
|
2373
|
+
} catch (o) {
|
|
2374
|
+
this.handleError(o);
|
|
2375
|
+
}
|
|
2376
|
+
}
|
|
2377
|
+
return this._beginToken(s.EOF), this._endToken([]), new c(O(this.tokens), this.errors);
|
|
2378
|
+
}
|
|
2379
|
+
_tokenizeExpansionForm() {
|
|
2380
|
+
if (this.isExpansionFormStart())
|
|
2381
|
+
return this._consumeExpansionFormStart(), true;
|
|
2382
|
+
if (R(this._cursor.peek()) && this._isInExpansionForm())
|
|
2383
|
+
return this._consumeExpansionCaseStart(), true;
|
|
2384
|
+
if (this._cursor.peek() === r.$RBRACE) {
|
|
2385
|
+
if (this._isInExpansionCase())
|
|
2386
|
+
return this._consumeExpansionCaseEnd(), true;
|
|
2387
|
+
if (this._isInExpansionForm())
|
|
2388
|
+
return this._consumeExpansionFormEnd(), true;
|
|
2389
|
+
}
|
|
2390
|
+
return false;
|
|
2391
|
+
}
|
|
2392
|
+
_beginToken(t) {
|
|
2393
|
+
let o = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : this._cursor.clone();
|
|
2394
|
+
this._currentTokenStart = o, this._currentTokenType = t;
|
|
2395
|
+
}
|
|
2396
|
+
_endToken(t) {
|
|
2397
|
+
let o = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : this._cursor.clone();
|
|
2398
|
+
if (this._currentTokenStart === null)
|
|
2399
|
+
throw new f("Programming error - attempted to end a token when there was no start to the token", this._currentTokenType, this._cursor.getSpan(o));
|
|
2400
|
+
if (this._currentTokenType === null)
|
|
2401
|
+
throw new f("Programming error - attempted to end a token which has no token type", null, this._cursor.getSpan(this._currentTokenStart));
|
|
2402
|
+
let E = new i(this._currentTokenType, t, this._cursor.getSpan(this._currentTokenStart, this._leadingTriviaCodePoints));
|
|
2403
|
+
return this.tokens.push(E), this._currentTokenStart = null, this._currentTokenType = null, E;
|
|
2404
|
+
}
|
|
2405
|
+
_createError(t, o) {
|
|
2406
|
+
this._isInExpansionForm() && (t += ` (Do you have an unescaped "{" in your template? Use "{{ '{' }}") to escape it.)`);
|
|
2407
|
+
let E = new f(t, this._currentTokenType, o);
|
|
2408
|
+
return this._currentTokenStart = null, this._currentTokenType = null, new C(E);
|
|
2409
|
+
}
|
|
2410
|
+
handleError(t) {
|
|
2411
|
+
if (t instanceof $ && (t = this._createError(t.msg, this._cursor.getSpan(t.cursor))), t instanceof C)
|
|
2412
|
+
this.errors.push(t.error);
|
|
2413
|
+
else
|
|
2414
|
+
throw t;
|
|
2415
|
+
}
|
|
2416
|
+
_attemptCharCode(t) {
|
|
2417
|
+
return this._cursor.peek() === t ? (this._cursor.advance(), true) : false;
|
|
2418
|
+
}
|
|
2419
|
+
_attemptCharCodeCaseInsensitive(t) {
|
|
2420
|
+
return j(this._cursor.peek(), t) ? (this._cursor.advance(), true) : false;
|
|
2421
|
+
}
|
|
2422
|
+
_requireCharCode(t) {
|
|
2423
|
+
let o = this._cursor.clone();
|
|
2424
|
+
if (!this._attemptCharCode(t))
|
|
2425
|
+
throw this._createError(l(this._cursor.peek()), this._cursor.getSpan(o));
|
|
2426
|
+
}
|
|
2427
|
+
_attemptStr(t) {
|
|
2428
|
+
let o = t.length;
|
|
2429
|
+
if (this._cursor.charsLeft() < o)
|
|
2430
|
+
return false;
|
|
2431
|
+
let E = this._cursor.clone();
|
|
2432
|
+
for (let p = 0; p < o; p++)
|
|
2433
|
+
if (!this._attemptCharCode(t.charCodeAt(p)))
|
|
2434
|
+
return this._cursor = E, false;
|
|
2435
|
+
return true;
|
|
2436
|
+
}
|
|
2437
|
+
_attemptStrCaseInsensitive(t) {
|
|
2438
|
+
for (let o = 0; o < t.length; o++)
|
|
2439
|
+
if (!this._attemptCharCodeCaseInsensitive(t.charCodeAt(o)))
|
|
2440
|
+
return false;
|
|
2441
|
+
return true;
|
|
2442
|
+
}
|
|
2443
|
+
_requireStr(t) {
|
|
2444
|
+
let o = this._cursor.clone();
|
|
2445
|
+
if (!this._attemptStr(t))
|
|
2446
|
+
throw this._createError(l(this._cursor.peek()), this._cursor.getSpan(o));
|
|
2447
|
+
}
|
|
2448
|
+
_requireStrCaseInsensitive(t) {
|
|
2449
|
+
let o = this._cursor.clone();
|
|
2450
|
+
if (!this._attemptStrCaseInsensitive(t))
|
|
2451
|
+
throw this._createError(l(this._cursor.peek()), this._cursor.getSpan(o));
|
|
2452
|
+
}
|
|
2453
|
+
_attemptCharCodeUntilFn(t) {
|
|
2454
|
+
for (; !t(this._cursor.peek()); )
|
|
2455
|
+
this._cursor.advance();
|
|
2456
|
+
}
|
|
2457
|
+
_requireCharCodeUntilFn(t, o) {
|
|
2458
|
+
let E = this._cursor.clone();
|
|
2459
|
+
if (this._attemptCharCodeUntilFn(t), this._cursor.clone().diff(E) < o)
|
|
2460
|
+
throw this._createError(l(this._cursor.peek()), this._cursor.getSpan(E));
|
|
2461
|
+
}
|
|
2462
|
+
_attemptUntilChar(t) {
|
|
2463
|
+
for (; this._cursor.peek() !== t; )
|
|
2464
|
+
this._cursor.advance();
|
|
2465
|
+
}
|
|
2466
|
+
_readChar(t) {
|
|
2467
|
+
if (t && this._cursor.peek() === r.$AMPERSAND)
|
|
2468
|
+
return this._decodeEntity();
|
|
2469
|
+
{
|
|
2470
|
+
let o = String.fromCodePoint(this._cursor.peek());
|
|
2471
|
+
return this._cursor.advance(), o;
|
|
2472
|
+
}
|
|
2473
|
+
}
|
|
2474
|
+
_decodeEntity() {
|
|
2475
|
+
let t = this._cursor.clone();
|
|
2476
|
+
if (this._cursor.advance(), this._attemptCharCode(r.$HASH)) {
|
|
2477
|
+
let o = this._attemptCharCode(r.$x) || this._attemptCharCode(r.$X), E = this._cursor.clone();
|
|
2478
|
+
if (this._attemptCharCodeUntilFn(g), this._cursor.peek() != r.$SEMICOLON)
|
|
2479
|
+
throw this._createError(l(this._cursor.peek()), this._cursor.getSpan());
|
|
2480
|
+
let p = this._cursor.getChars(E);
|
|
2481
|
+
this._cursor.advance();
|
|
2482
|
+
try {
|
|
2483
|
+
let A = parseInt(p, o ? 16 : 10);
|
|
2484
|
+
return String.fromCharCode(A);
|
|
2485
|
+
} catch {
|
|
2486
|
+
throw this._createError(h(this._cursor.getChars(t)), this._cursor.getSpan());
|
|
2487
|
+
}
|
|
2488
|
+
} else {
|
|
2489
|
+
let o = this._cursor.clone();
|
|
2490
|
+
if (this._attemptCharCodeUntilFn(N), this._cursor.peek() != r.$SEMICOLON)
|
|
2491
|
+
return this._cursor = o, "&";
|
|
2492
|
+
let E = this._cursor.getChars(o);
|
|
2493
|
+
this._cursor.advance();
|
|
2494
|
+
let p = D.NAMED_ENTITIES[E];
|
|
2495
|
+
if (!p)
|
|
2496
|
+
throw this._createError(h(E), this._cursor.getSpan(t));
|
|
2497
|
+
return p;
|
|
2498
|
+
}
|
|
2499
|
+
}
|
|
2500
|
+
_consumeRawText(t, o) {
|
|
2501
|
+
this._beginToken(t ? s.ESCAPABLE_RAW_TEXT : s.RAW_TEXT);
|
|
2502
|
+
let E = [];
|
|
2503
|
+
for (; ; ) {
|
|
2504
|
+
let p = this._cursor.clone(), A = o();
|
|
2505
|
+
if (this._cursor = p, A)
|
|
2506
|
+
break;
|
|
2507
|
+
E.push(this._readChar(t));
|
|
2508
|
+
}
|
|
2509
|
+
return this._endToken([this._processCarriageReturns(E.join(""))]);
|
|
2510
|
+
}
|
|
2511
|
+
_consumeComment(t) {
|
|
2512
|
+
this._beginToken(s.COMMENT_START, t), this._endToken([]), this._consumeRawText(false, () => this._attemptStr("-->")), this._beginToken(s.COMMENT_END), this._requireStr("-->"), this._endToken([]);
|
|
2513
|
+
}
|
|
2514
|
+
_consumeBogusComment(t) {
|
|
2515
|
+
this._beginToken(s.COMMENT_START, t), this._endToken([]), this._consumeRawText(false, () => this._cursor.peek() === r.$GT), this._beginToken(s.COMMENT_END), this._cursor.advance(), this._endToken([]);
|
|
2516
|
+
}
|
|
2517
|
+
_consumeCdata(t) {
|
|
2518
|
+
this._beginToken(s.CDATA_START, t), this._endToken([]), this._consumeRawText(false, () => this._attemptStr("]]>")), this._beginToken(s.CDATA_END), this._requireStr("]]>"), this._endToken([]);
|
|
2519
|
+
}
|
|
2520
|
+
_consumeDocType(t) {
|
|
2521
|
+
this._beginToken(s.DOC_TYPE_START, t), this._endToken([]), this._consumeRawText(false, () => this._cursor.peek() === r.$GT), this._beginToken(s.DOC_TYPE_END), this._cursor.advance(), this._endToken([]);
|
|
2522
|
+
}
|
|
2523
|
+
_consumePrefixAndName() {
|
|
2524
|
+
let t = this._cursor.clone(), o = "";
|
|
2525
|
+
for (; this._cursor.peek() !== r.$COLON && !w(this._cursor.peek()); )
|
|
2526
|
+
this._cursor.advance();
|
|
2527
|
+
let E;
|
|
2528
|
+
this._cursor.peek() === r.$COLON ? (o = this._cursor.getChars(t), this._cursor.advance(), E = this._cursor.clone()) : E = t, this._requireCharCodeUntilFn(T, o === "" ? 0 : 1);
|
|
2529
|
+
let p = this._cursor.getChars(E);
|
|
2530
|
+
return [o, p];
|
|
2531
|
+
}
|
|
2532
|
+
_consumeTagOpen(t) {
|
|
2533
|
+
let o, E, p, A = this.tokens.length, P = this._cursor.clone(), M = [];
|
|
2534
|
+
try {
|
|
2535
|
+
if (!r.isAsciiLetter(this._cursor.peek()))
|
|
2536
|
+
throw this._createError(l(this._cursor.peek()), this._cursor.getSpan(t));
|
|
2537
|
+
for (p = this._consumeTagOpenStart(t), E = p.parts[0], o = p.parts[1], this._attemptCharCodeUntilFn(m); this._cursor.peek() !== r.$SLASH && this._cursor.peek() !== r.$GT; ) {
|
|
2538
|
+
let [V, X] = this._consumeAttributeName();
|
|
2539
|
+
if (this._attemptCharCodeUntilFn(m), this._attemptCharCode(r.$EQ)) {
|
|
2540
|
+
this._attemptCharCodeUntilFn(m);
|
|
2541
|
+
let H = this._consumeAttributeValue();
|
|
2542
|
+
M.push({ prefix: V, name: X, value: H });
|
|
2543
|
+
} else
|
|
2544
|
+
M.push({ prefix: V, name: X });
|
|
2545
|
+
this._attemptCharCodeUntilFn(m);
|
|
2546
|
+
}
|
|
2547
|
+
this._consumeTagOpenEnd();
|
|
2548
|
+
} catch (V) {
|
|
2549
|
+
if (V instanceof C) {
|
|
2550
|
+
this._cursor = P, p && (this.tokens.length = A), this._beginToken(s.TEXT, t), this._endToken(["<"]);
|
|
2551
|
+
return;
|
|
2552
|
+
}
|
|
2553
|
+
throw V;
|
|
2554
|
+
}
|
|
2555
|
+
if (this._canSelfClose && this.tokens[this.tokens.length - 1].type === s.TAG_OPEN_END_VOID)
|
|
2556
|
+
return;
|
|
2557
|
+
let z = this._getTagContentType(o, E, this._fullNameStack.length > 0, M);
|
|
2558
|
+
this._handleFullNameStackForTagOpen(E, o), z === D.TagContentType.RAW_TEXT ? this._consumeRawTextWithTagClose(E, o, false) : z === D.TagContentType.ESCAPABLE_RAW_TEXT && this._consumeRawTextWithTagClose(E, o, true);
|
|
2559
|
+
}
|
|
2560
|
+
_consumeRawTextWithTagClose(t, o, E) {
|
|
2561
|
+
this._consumeRawText(E, () => !this._attemptCharCode(r.$LT) || !this._attemptCharCode(r.$SLASH) || (this._attemptCharCodeUntilFn(m), !this._attemptStrCaseInsensitive(t ? `${t}:${o}` : o)) ? false : (this._attemptCharCodeUntilFn(m), this._attemptCharCode(r.$GT)));
|
|
2562
|
+
this._beginToken(s.TAG_CLOSE), this._requireCharCodeUntilFn((A) => A === r.$GT, 3), this._cursor.advance(), this._endToken([t, o]), this._handleFullNameStackForTagClose(t, o);
|
|
2563
|
+
}
|
|
2564
|
+
_consumeTagOpenStart(t) {
|
|
2565
|
+
this._beginToken(s.TAG_OPEN_START, t);
|
|
2566
|
+
let o = this._consumePrefixAndName();
|
|
2567
|
+
return this._endToken(o);
|
|
2568
|
+
}
|
|
2569
|
+
_consumeAttributeName() {
|
|
2570
|
+
let t = this._cursor.peek();
|
|
2571
|
+
if (t === r.$SQ || t === r.$DQ)
|
|
2572
|
+
throw this._createError(l(t), this._cursor.getSpan());
|
|
2573
|
+
this._beginToken(s.ATTR_NAME);
|
|
2574
|
+
let o = this._consumePrefixAndName();
|
|
2575
|
+
return this._endToken(o), o;
|
|
2576
|
+
}
|
|
2577
|
+
_consumeAttributeValue() {
|
|
2578
|
+
let t;
|
|
2579
|
+
if (this._cursor.peek() === r.$SQ || this._cursor.peek() === r.$DQ) {
|
|
2580
|
+
this._beginToken(s.ATTR_QUOTE);
|
|
2581
|
+
let o = this._cursor.peek();
|
|
2582
|
+
this._cursor.advance(), this._endToken([String.fromCodePoint(o)]), this._beginToken(s.ATTR_VALUE);
|
|
2583
|
+
let E = [];
|
|
2584
|
+
for (; this._cursor.peek() !== o; )
|
|
2585
|
+
E.push(this._readChar(true));
|
|
2586
|
+
t = this._processCarriageReturns(E.join("")), this._endToken([t]), this._beginToken(s.ATTR_QUOTE), this._cursor.advance(), this._endToken([String.fromCodePoint(o)]);
|
|
2587
|
+
} else {
|
|
2588
|
+
this._beginToken(s.ATTR_VALUE);
|
|
2589
|
+
let o = this._cursor.clone();
|
|
2590
|
+
this._requireCharCodeUntilFn(T, 1), t = this._processCarriageReturns(this._cursor.getChars(o)), this._endToken([t]);
|
|
2591
|
+
}
|
|
2592
|
+
return t;
|
|
2593
|
+
}
|
|
2594
|
+
_consumeTagOpenEnd() {
|
|
2595
|
+
let t = this._attemptCharCode(r.$SLASH) ? s.TAG_OPEN_END_VOID : s.TAG_OPEN_END;
|
|
2596
|
+
this._beginToken(t), this._requireCharCode(r.$GT), this._endToken([]);
|
|
2597
|
+
}
|
|
2598
|
+
_consumeTagClose(t) {
|
|
2599
|
+
if (this._beginToken(s.TAG_CLOSE, t), this._attemptCharCodeUntilFn(m), this._allowHtmComponentClosingTags && this._attemptCharCode(r.$SLASH))
|
|
2600
|
+
this._attemptCharCodeUntilFn(m), this._requireCharCode(r.$GT), this._endToken([]);
|
|
2601
|
+
else {
|
|
2602
|
+
let [o, E] = this._consumePrefixAndName();
|
|
2603
|
+
this._attemptCharCodeUntilFn(m), this._requireCharCode(r.$GT), this._endToken([o, E]), this._handleFullNameStackForTagClose(o, E);
|
|
2604
|
+
}
|
|
2605
|
+
}
|
|
2606
|
+
_consumeExpansionFormStart() {
|
|
2607
|
+
this._beginToken(s.EXPANSION_FORM_START), this._requireCharCode(r.$LBRACE), this._endToken([]), this._expansionCaseStack.push(s.EXPANSION_FORM_START), this._beginToken(s.RAW_TEXT);
|
|
2608
|
+
let t = this._readUntil(r.$COMMA);
|
|
2609
|
+
this._endToken([t]), this._requireCharCode(r.$COMMA), this._attemptCharCodeUntilFn(m), this._beginToken(s.RAW_TEXT);
|
|
2610
|
+
let o = this._readUntil(r.$COMMA);
|
|
2611
|
+
this._endToken([o]), this._requireCharCode(r.$COMMA), this._attemptCharCodeUntilFn(m);
|
|
2612
|
+
}
|
|
2613
|
+
_consumeExpansionCaseStart() {
|
|
2614
|
+
this._beginToken(s.EXPANSION_CASE_VALUE);
|
|
2615
|
+
let t = this._readUntil(r.$LBRACE).trim();
|
|
2616
|
+
this._endToken([t]), this._attemptCharCodeUntilFn(m), this._beginToken(s.EXPANSION_CASE_EXP_START), this._requireCharCode(r.$LBRACE), this._endToken([]), this._attemptCharCodeUntilFn(m), this._expansionCaseStack.push(s.EXPANSION_CASE_EXP_START);
|
|
2617
|
+
}
|
|
2618
|
+
_consumeExpansionCaseEnd() {
|
|
2619
|
+
this._beginToken(s.EXPANSION_CASE_EXP_END), this._requireCharCode(r.$RBRACE), this._endToken([]), this._attemptCharCodeUntilFn(m), this._expansionCaseStack.pop();
|
|
2620
|
+
}
|
|
2621
|
+
_consumeExpansionFormEnd() {
|
|
2622
|
+
this._beginToken(s.EXPANSION_FORM_END), this._requireCharCode(r.$RBRACE), this._endToken([]), this._expansionCaseStack.pop();
|
|
2623
|
+
}
|
|
2624
|
+
_consumeText() {
|
|
2625
|
+
let t = this._cursor.clone();
|
|
2626
|
+
this._beginToken(s.TEXT, t);
|
|
2627
|
+
let o = [];
|
|
2628
|
+
do
|
|
2629
|
+
this._interpolationConfig && this._attemptStr(this._interpolationConfig.start) ? (o.push(this._interpolationConfig.start), this._inInterpolation = true) : this._interpolationConfig && this._inInterpolation && this._attemptStr(this._interpolationConfig.end) ? (o.push(this._interpolationConfig.end), this._inInterpolation = false) : o.push(this._readChar(true));
|
|
2630
|
+
while (!this._isTextEnd());
|
|
2631
|
+
this._endToken([this._processCarriageReturns(o.join(""))]);
|
|
2632
|
+
}
|
|
2633
|
+
_isTextEnd() {
|
|
2634
|
+
return !!(this._cursor.peek() === r.$LT || this._cursor.peek() === r.$EOF || this._tokenizeIcu && !this._inInterpolation && (this.isExpansionFormStart() || this._cursor.peek() === r.$RBRACE && this._isInExpansionCase()));
|
|
2635
|
+
}
|
|
2636
|
+
_readUntil(t) {
|
|
2637
|
+
let o = this._cursor.clone();
|
|
2638
|
+
return this._attemptUntilChar(t), this._cursor.getChars(o);
|
|
2639
|
+
}
|
|
2640
|
+
_isInExpansionCase() {
|
|
2641
|
+
return this._expansionCaseStack.length > 0 && this._expansionCaseStack[this._expansionCaseStack.length - 1] === s.EXPANSION_CASE_EXP_START;
|
|
2642
|
+
}
|
|
2643
|
+
_isInExpansionForm() {
|
|
2644
|
+
return this._expansionCaseStack.length > 0 && this._expansionCaseStack[this._expansionCaseStack.length - 1] === s.EXPANSION_FORM_START;
|
|
2645
|
+
}
|
|
2646
|
+
isExpansionFormStart() {
|
|
2647
|
+
if (this._cursor.peek() !== r.$LBRACE)
|
|
2648
|
+
return false;
|
|
2649
|
+
if (this._interpolationConfig) {
|
|
2650
|
+
let t = this._cursor.clone(), o = this._attemptStr(this._interpolationConfig.start);
|
|
2651
|
+
return this._cursor = t, !o;
|
|
2652
|
+
}
|
|
2653
|
+
return true;
|
|
2654
|
+
}
|
|
2655
|
+
_handleFullNameStackForTagOpen(t, o) {
|
|
2656
|
+
let E = D.mergeNsAndName(t, o);
|
|
2657
|
+
(this._fullNameStack.length === 0 || this._fullNameStack[this._fullNameStack.length - 1] === E) && this._fullNameStack.push(E);
|
|
2658
|
+
}
|
|
2659
|
+
_handleFullNameStackForTagClose(t, o) {
|
|
2660
|
+
let E = D.mergeNsAndName(t, o);
|
|
2661
|
+
this._fullNameStack.length !== 0 && this._fullNameStack[this._fullNameStack.length - 1] === E && this._fullNameStack.pop();
|
|
2662
|
+
}
|
|
2663
|
+
};
|
|
2664
|
+
function m(t) {
|
|
2665
|
+
return !r.isWhitespace(t) || t === r.$EOF;
|
|
2666
|
+
}
|
|
2667
|
+
function T(t) {
|
|
2668
|
+
return r.isWhitespace(t) || t === r.$GT || t === r.$SLASH || t === r.$SQ || t === r.$DQ || t === r.$EQ;
|
|
2669
|
+
}
|
|
2670
|
+
function w(t) {
|
|
2671
|
+
return (t < r.$a || r.$z < t) && (t < r.$A || r.$Z < t) && (t < r.$0 || t > r.$9);
|
|
2672
|
+
}
|
|
2673
|
+
function g(t) {
|
|
2674
|
+
return t == r.$SEMICOLON || t == r.$EOF || !r.isAsciiHexDigit(t);
|
|
2675
|
+
}
|
|
2676
|
+
function N(t) {
|
|
2677
|
+
return t == r.$SEMICOLON || t == r.$EOF || !r.isAsciiLetter(t);
|
|
2678
|
+
}
|
|
2679
|
+
function R(t) {
|
|
2680
|
+
return t === r.$EQ || r.isAsciiLetter(t) || r.isDigit(t);
|
|
2681
|
+
}
|
|
2682
|
+
function j(t, o) {
|
|
2683
|
+
return _(t) == _(o);
|
|
2684
|
+
}
|
|
2685
|
+
function _(t) {
|
|
2686
|
+
return t >= r.$a && t <= r.$z ? t - r.$a + r.$A : t;
|
|
2687
|
+
}
|
|
2688
|
+
function O(t) {
|
|
2689
|
+
let o = [], E;
|
|
2690
|
+
for (let p = 0; p < t.length; p++) {
|
|
2691
|
+
let A = t[p];
|
|
2692
|
+
E && E.type == s.TEXT && A.type == s.TEXT ? (E.parts[0] += A.parts[0], E.sourceSpan.end = A.sourceSpan.end) : (E = A, o.push(E));
|
|
2693
|
+
}
|
|
2694
|
+
return o;
|
|
2695
|
+
}
|
|
2696
|
+
var x = class {
|
|
2697
|
+
constructor(t, o) {
|
|
2698
|
+
if (t instanceof x)
|
|
2699
|
+
this.file = t.file, this.input = t.input, this.end = t.end, this.state = Object.assign({}, t.state);
|
|
2700
|
+
else {
|
|
2701
|
+
if (!o)
|
|
2702
|
+
throw new Error("Programming error: the range argument must be provided with a file argument.");
|
|
2703
|
+
this.file = t, this.input = t.content, this.end = o.endPos, this.state = { peek: -1, offset: o.startPos, line: o.startLine, column: o.startCol };
|
|
2704
|
+
}
|
|
2705
|
+
}
|
|
2706
|
+
clone() {
|
|
2707
|
+
return new x(this);
|
|
2708
|
+
}
|
|
2709
|
+
peek() {
|
|
2710
|
+
return this.state.peek;
|
|
2711
|
+
}
|
|
2712
|
+
charsLeft() {
|
|
2713
|
+
return this.end - this.state.offset;
|
|
2714
|
+
}
|
|
2715
|
+
diff(t) {
|
|
2716
|
+
return this.state.offset - t.state.offset;
|
|
2717
|
+
}
|
|
2718
|
+
advance() {
|
|
2719
|
+
this.advanceState(this.state);
|
|
2720
|
+
}
|
|
2721
|
+
init() {
|
|
2722
|
+
this.updatePeek(this.state);
|
|
2723
|
+
}
|
|
2724
|
+
getSpan(t, o) {
|
|
2725
|
+
if (t = t || this, o)
|
|
2726
|
+
for (t = t.clone(); this.diff(t) > 0 && o.indexOf(t.peek()) !== -1; )
|
|
2727
|
+
t.advance();
|
|
2728
|
+
return new u.ParseSourceSpan(new u.ParseLocation(t.file, t.state.offset, t.state.line, t.state.column), new u.ParseLocation(this.file, this.state.offset, this.state.line, this.state.column));
|
|
2729
|
+
}
|
|
2730
|
+
getChars(t) {
|
|
2731
|
+
return this.input.substring(t.state.offset, this.state.offset);
|
|
2732
|
+
}
|
|
2733
|
+
charAt(t) {
|
|
2734
|
+
return this.input.charCodeAt(t);
|
|
2735
|
+
}
|
|
2736
|
+
advanceState(t) {
|
|
2737
|
+
if (t.offset >= this.end)
|
|
2738
|
+
throw this.state = t, new $('Unexpected character "EOF"', this);
|
|
2739
|
+
let o = this.charAt(t.offset);
|
|
2740
|
+
o === r.$LF ? (t.line++, t.column = 0) : r.isNewLine(o) || t.column++, t.offset++, this.updatePeek(t);
|
|
2741
|
+
}
|
|
2742
|
+
updatePeek(t) {
|
|
2743
|
+
t.peek = t.offset >= this.end ? r.$EOF : this.charAt(t.offset);
|
|
2744
|
+
}
|
|
2745
|
+
}, k = class extends x {
|
|
2746
|
+
constructor(t, o) {
|
|
2747
|
+
t instanceof k ? (super(t), this.internalState = Object.assign({}, t.internalState)) : (super(t, o), this.internalState = this.state);
|
|
2748
|
+
}
|
|
2749
|
+
advance() {
|
|
2750
|
+
this.state = this.internalState, super.advance(), this.processEscapeSequence();
|
|
2751
|
+
}
|
|
2752
|
+
init() {
|
|
2753
|
+
super.init(), this.processEscapeSequence();
|
|
2754
|
+
}
|
|
2755
|
+
clone() {
|
|
2756
|
+
return new k(this);
|
|
2757
|
+
}
|
|
2758
|
+
getChars(t) {
|
|
2759
|
+
let o = t.clone(), E = "";
|
|
2760
|
+
for (; o.internalState.offset < this.internalState.offset; )
|
|
2761
|
+
E += String.fromCodePoint(o.peek()), o.advance();
|
|
2762
|
+
return E;
|
|
2763
|
+
}
|
|
2764
|
+
processEscapeSequence() {
|
|
2765
|
+
let t = () => this.internalState.peek;
|
|
2766
|
+
if (t() === r.$BACKSLASH)
|
|
2767
|
+
if (this.internalState = Object.assign({}, this.state), this.advanceState(this.internalState), t() === r.$n)
|
|
2768
|
+
this.state.peek = r.$LF;
|
|
2769
|
+
else if (t() === r.$r)
|
|
2770
|
+
this.state.peek = r.$CR;
|
|
2771
|
+
else if (t() === r.$v)
|
|
2772
|
+
this.state.peek = r.$VTAB;
|
|
2773
|
+
else if (t() === r.$t)
|
|
2774
|
+
this.state.peek = r.$TAB;
|
|
2775
|
+
else if (t() === r.$b)
|
|
2776
|
+
this.state.peek = r.$BSPACE;
|
|
2777
|
+
else if (t() === r.$f)
|
|
2778
|
+
this.state.peek = r.$FF;
|
|
2779
|
+
else if (t() === r.$u)
|
|
2780
|
+
if (this.advanceState(this.internalState), t() === r.$LBRACE) {
|
|
2781
|
+
this.advanceState(this.internalState);
|
|
2782
|
+
let o = this.clone(), E = 0;
|
|
2783
|
+
for (; t() !== r.$RBRACE; )
|
|
2784
|
+
this.advanceState(this.internalState), E++;
|
|
2785
|
+
this.state.peek = this.decodeHexDigits(o, E);
|
|
2786
|
+
} else {
|
|
2787
|
+
let o = this.clone();
|
|
2788
|
+
this.advanceState(this.internalState), this.advanceState(this.internalState), this.advanceState(this.internalState), this.state.peek = this.decodeHexDigits(o, 4);
|
|
2789
|
+
}
|
|
2790
|
+
else if (t() === r.$x) {
|
|
2791
|
+
this.advanceState(this.internalState);
|
|
2792
|
+
let o = this.clone();
|
|
2793
|
+
this.advanceState(this.internalState), this.state.peek = this.decodeHexDigits(o, 2);
|
|
2794
|
+
} else if (r.isOctalDigit(t())) {
|
|
2795
|
+
let o = "", E = 0, p = this.clone();
|
|
2796
|
+
for (; r.isOctalDigit(t()) && E < 3; )
|
|
2797
|
+
p = this.clone(), o += String.fromCodePoint(t()), this.advanceState(this.internalState), E++;
|
|
2798
|
+
this.state.peek = parseInt(o, 8), this.internalState = p.internalState;
|
|
2799
|
+
} else
|
|
2800
|
+
r.isNewLine(this.internalState.peek) ? (this.advanceState(this.internalState), this.state = this.internalState) : this.state.peek = this.internalState.peek;
|
|
2801
|
+
}
|
|
2802
|
+
decodeHexDigits(t, o) {
|
|
2803
|
+
let E = this.input.substr(t.internalState.offset, o), p = parseInt(E, 16);
|
|
2804
|
+
if (isNaN(p))
|
|
2805
|
+
throw t.state = t.internalState, new $("Invalid hexadecimal escape sequence", t);
|
|
2806
|
+
return p;
|
|
2807
|
+
}
|
|
2808
|
+
}, $ = class {
|
|
2809
|
+
constructor(t, o) {
|
|
2810
|
+
this.msg = t, this.cursor = o;
|
|
2811
|
+
}
|
|
2812
|
+
};
|
|
2813
|
+
e.CursorError = $;
|
|
2814
|
+
} }), ls = I({ "node_modules/angular-html-parser/lib/compiler/src/ml_parser/parser.js"(e) {
|
|
2815
|
+
q(), Object.defineProperty(e, "__esModule", { value: true });
|
|
2816
|
+
var r = Be(), u = bs(), n = Yl(), D = Ze(), s = class extends r.ParseError {
|
|
2817
|
+
constructor(a, l, h) {
|
|
2818
|
+
super(l, h), this.elementName = a;
|
|
2819
|
+
}
|
|
2820
|
+
static create(a, l, h) {
|
|
2821
|
+
return new s(a, l, h);
|
|
2822
|
+
}
|
|
2823
|
+
};
|
|
2824
|
+
e.TreeError = s;
|
|
2825
|
+
var i = class {
|
|
2826
|
+
constructor(a, l) {
|
|
2827
|
+
this.rootNodes = a, this.errors = l;
|
|
2828
|
+
}
|
|
2829
|
+
};
|
|
2830
|
+
e.ParseTreeResult = i;
|
|
2831
|
+
var f = class {
|
|
2832
|
+
constructor(a) {
|
|
2833
|
+
this.getTagDefinition = a;
|
|
2834
|
+
}
|
|
2835
|
+
parse(a, l, h) {
|
|
2836
|
+
let C = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : false, d = arguments.length > 4 ? arguments[4] : void 0, m = (x) => function(k) {
|
|
2837
|
+
for (var $ = arguments.length, t = new Array($ > 1 ? $ - 1 : 0), o = 1; o < $; o++)
|
|
2838
|
+
t[o - 1] = arguments[o];
|
|
2839
|
+
return x(k.toLowerCase(), ...t);
|
|
2840
|
+
}, T = C ? this.getTagDefinition : m(this.getTagDefinition), w = (x) => T(x).contentType, g = C ? d : m(d), N = d ? (x, k, $, t) => {
|
|
2841
|
+
let o = g(x, k, $, t);
|
|
2842
|
+
return o !== void 0 ? o : w(x);
|
|
2843
|
+
} : w, R = n.tokenize(a, l, N, h), j = h && h.canSelfClose || false, _ = h && h.allowHtmComponentClosingTags || false, O = new c(R.tokens, T, j, _, C).build();
|
|
2844
|
+
return new i(O.rootNodes, R.errors.concat(O.errors));
|
|
2845
|
+
}
|
|
2846
|
+
};
|
|
2847
|
+
e.Parser = f;
|
|
2848
|
+
var c = class {
|
|
2849
|
+
constructor(a, l, h, C, d) {
|
|
2850
|
+
this.tokens = a, this.getTagDefinition = l, this.canSelfClose = h, this.allowHtmComponentClosingTags = C, this.isTagNameCaseSensitive = d, this._index = -1, this._rootNodes = [], this._errors = [], this._elementStack = [], this._advance();
|
|
2851
|
+
}
|
|
2852
|
+
build() {
|
|
2853
|
+
for (; this._peek.type !== n.TokenType.EOF; )
|
|
2854
|
+
this._peek.type === n.TokenType.TAG_OPEN_START ? this._consumeStartTag(this._advance()) : this._peek.type === n.TokenType.TAG_CLOSE ? (this._closeVoidElement(), this._consumeEndTag(this._advance())) : this._peek.type === n.TokenType.CDATA_START ? (this._closeVoidElement(), this._consumeCdata(this._advance())) : this._peek.type === n.TokenType.COMMENT_START ? (this._closeVoidElement(), this._consumeComment(this._advance())) : this._peek.type === n.TokenType.TEXT || this._peek.type === n.TokenType.RAW_TEXT || this._peek.type === n.TokenType.ESCAPABLE_RAW_TEXT ? (this._closeVoidElement(), this._consumeText(this._advance())) : this._peek.type === n.TokenType.EXPANSION_FORM_START ? this._consumeExpansion(this._advance()) : this._peek.type === n.TokenType.DOC_TYPE_START ? this._consumeDocType(this._advance()) : this._advance();
|
|
2855
|
+
return new i(this._rootNodes, this._errors);
|
|
2856
|
+
}
|
|
2857
|
+
_advance() {
|
|
2858
|
+
let a = this._peek;
|
|
2859
|
+
return this._index < this.tokens.length - 1 && this._index++, this._peek = this.tokens[this._index], a;
|
|
2860
|
+
}
|
|
2861
|
+
_advanceIf(a) {
|
|
2862
|
+
return this._peek.type === a ? this._advance() : null;
|
|
2863
|
+
}
|
|
2864
|
+
_consumeCdata(a) {
|
|
2865
|
+
let l = this._advance(), h = this._getText(l), C = this._advanceIf(n.TokenType.CDATA_END);
|
|
2866
|
+
this._addToParent(new u.CDATA(h, new r.ParseSourceSpan(a.sourceSpan.start, (C || l).sourceSpan.end)));
|
|
2867
|
+
}
|
|
2868
|
+
_consumeComment(a) {
|
|
2869
|
+
let l = this._advanceIf(n.TokenType.RAW_TEXT), h = this._advanceIf(n.TokenType.COMMENT_END), C = l != null ? l.parts[0].trim() : null, d = new r.ParseSourceSpan(a.sourceSpan.start, (h || l || a).sourceSpan.end);
|
|
2870
|
+
this._addToParent(new u.Comment(C, d));
|
|
2871
|
+
}
|
|
2872
|
+
_consumeDocType(a) {
|
|
2873
|
+
let l = this._advanceIf(n.TokenType.RAW_TEXT), h = this._advanceIf(n.TokenType.DOC_TYPE_END), C = l != null ? l.parts[0].trim() : null, d = new r.ParseSourceSpan(a.sourceSpan.start, (h || l || a).sourceSpan.end);
|
|
2874
|
+
this._addToParent(new u.DocType(C, d));
|
|
2875
|
+
}
|
|
2876
|
+
_consumeExpansion(a) {
|
|
2877
|
+
let l = this._advance(), h = this._advance(), C = [];
|
|
2878
|
+
for (; this._peek.type === n.TokenType.EXPANSION_CASE_VALUE; ) {
|
|
2879
|
+
let m = this._parseExpansionCase();
|
|
2880
|
+
if (!m)
|
|
2881
|
+
return;
|
|
2882
|
+
C.push(m);
|
|
2883
|
+
}
|
|
2884
|
+
if (this._peek.type !== n.TokenType.EXPANSION_FORM_END) {
|
|
2885
|
+
this._errors.push(s.create(null, this._peek.sourceSpan, "Invalid ICU message. Missing '}'."));
|
|
2886
|
+
return;
|
|
2887
|
+
}
|
|
2888
|
+
let d = new r.ParseSourceSpan(a.sourceSpan.start, this._peek.sourceSpan.end);
|
|
2889
|
+
this._addToParent(new u.Expansion(l.parts[0], h.parts[0], C, d, l.sourceSpan)), this._advance();
|
|
2890
|
+
}
|
|
2891
|
+
_parseExpansionCase() {
|
|
2892
|
+
let a = this._advance();
|
|
2893
|
+
if (this._peek.type !== n.TokenType.EXPANSION_CASE_EXP_START)
|
|
2894
|
+
return this._errors.push(s.create(null, this._peek.sourceSpan, "Invalid ICU message. Missing '{'.")), null;
|
|
2895
|
+
let l = this._advance(), h = this._collectExpansionExpTokens(l);
|
|
2896
|
+
if (!h)
|
|
2897
|
+
return null;
|
|
2898
|
+
let C = this._advance();
|
|
2899
|
+
h.push(new n.Token(n.TokenType.EOF, [], C.sourceSpan));
|
|
2900
|
+
let d = new c(h, this.getTagDefinition, this.canSelfClose, this.allowHtmComponentClosingTags, this.isTagNameCaseSensitive).build();
|
|
2901
|
+
if (d.errors.length > 0)
|
|
2902
|
+
return this._errors = this._errors.concat(d.errors), null;
|
|
2903
|
+
let m = new r.ParseSourceSpan(a.sourceSpan.start, C.sourceSpan.end), T = new r.ParseSourceSpan(l.sourceSpan.start, C.sourceSpan.end);
|
|
2904
|
+
return new u.ExpansionCase(a.parts[0], d.rootNodes, m, a.sourceSpan, T);
|
|
2905
|
+
}
|
|
2906
|
+
_collectExpansionExpTokens(a) {
|
|
2907
|
+
let l = [], h = [n.TokenType.EXPANSION_CASE_EXP_START];
|
|
2908
|
+
for (; ; ) {
|
|
2909
|
+
if ((this._peek.type === n.TokenType.EXPANSION_FORM_START || this._peek.type === n.TokenType.EXPANSION_CASE_EXP_START) && h.push(this._peek.type), this._peek.type === n.TokenType.EXPANSION_CASE_EXP_END)
|
|
2910
|
+
if (F(h, n.TokenType.EXPANSION_CASE_EXP_START)) {
|
|
2911
|
+
if (h.pop(), h.length == 0)
|
|
2912
|
+
return l;
|
|
2913
|
+
} else
|
|
2914
|
+
return this._errors.push(s.create(null, a.sourceSpan, "Invalid ICU message. Missing '}'.")), null;
|
|
2915
|
+
if (this._peek.type === n.TokenType.EXPANSION_FORM_END)
|
|
2916
|
+
if (F(h, n.TokenType.EXPANSION_FORM_START))
|
|
2917
|
+
h.pop();
|
|
2918
|
+
else
|
|
2919
|
+
return this._errors.push(s.create(null, a.sourceSpan, "Invalid ICU message. Missing '}'.")), null;
|
|
2920
|
+
if (this._peek.type === n.TokenType.EOF)
|
|
2921
|
+
return this._errors.push(s.create(null, a.sourceSpan, "Invalid ICU message. Missing '}'.")), null;
|
|
2922
|
+
l.push(this._advance());
|
|
2923
|
+
}
|
|
2924
|
+
}
|
|
2925
|
+
_getText(a) {
|
|
2926
|
+
let l = a.parts[0];
|
|
2927
|
+
if (l.length > 0 && l[0] == `
|
|
2928
|
+
`) {
|
|
2929
|
+
let h = this._getParentElement();
|
|
2930
|
+
h != null && h.children.length == 0 && this.getTagDefinition(h.name).ignoreFirstLf && (l = l.substring(1));
|
|
2931
|
+
}
|
|
2932
|
+
return l;
|
|
2933
|
+
}
|
|
2934
|
+
_consumeText(a) {
|
|
2935
|
+
let l = this._getText(a);
|
|
2936
|
+
l.length > 0 && this._addToParent(new u.Text(l, a.sourceSpan));
|
|
2937
|
+
}
|
|
2938
|
+
_closeVoidElement() {
|
|
2939
|
+
let a = this._getParentElement();
|
|
2940
|
+
a && this.getTagDefinition(a.name).isVoid && this._elementStack.pop();
|
|
2941
|
+
}
|
|
2942
|
+
_consumeStartTag(a) {
|
|
2943
|
+
let l = a.parts[0], h = a.parts[1], C = [];
|
|
2944
|
+
for (; this._peek.type === n.TokenType.ATTR_NAME; )
|
|
2945
|
+
C.push(this._consumeAttr(this._advance()));
|
|
2946
|
+
let d = this._getElementFullName(l, h, this._getParentElement()), m = false;
|
|
2947
|
+
if (this._peek.type === n.TokenType.TAG_OPEN_END_VOID) {
|
|
2948
|
+
this._advance(), m = true;
|
|
2949
|
+
let R = this.getTagDefinition(d);
|
|
2950
|
+
this.canSelfClose || R.canSelfClose || D.getNsPrefix(d) !== null || R.isVoid || this._errors.push(s.create(d, a.sourceSpan, `Only void and foreign elements can be self closed "${a.parts[1]}"`));
|
|
2951
|
+
} else
|
|
2952
|
+
this._peek.type === n.TokenType.TAG_OPEN_END && (this._advance(), m = false);
|
|
2953
|
+
let T = this._peek.sourceSpan.start, w = new r.ParseSourceSpan(a.sourceSpan.start, T), g = new r.ParseSourceSpan(a.sourceSpan.start.moveBy(1), a.sourceSpan.end), N = new u.Element(d, C, [], w, w, void 0, g);
|
|
2954
|
+
this._pushElement(N), m && (this._popElement(d), N.endSourceSpan = w);
|
|
2955
|
+
}
|
|
2956
|
+
_pushElement(a) {
|
|
2957
|
+
let l = this._getParentElement();
|
|
2958
|
+
l && this.getTagDefinition(l.name).isClosedByChild(a.name) && this._elementStack.pop(), this._addToParent(a), this._elementStack.push(a);
|
|
2959
|
+
}
|
|
2960
|
+
_consumeEndTag(a) {
|
|
2961
|
+
let l = this.allowHtmComponentClosingTags && a.parts.length === 0 ? null : this._getElementFullName(a.parts[0], a.parts[1], this._getParentElement());
|
|
2962
|
+
if (this._getParentElement() && (this._getParentElement().endSourceSpan = a.sourceSpan), l && this.getTagDefinition(l).isVoid)
|
|
2963
|
+
this._errors.push(s.create(l, a.sourceSpan, `Void elements do not have end tags "${a.parts[1]}"`));
|
|
2964
|
+
else if (!this._popElement(l)) {
|
|
2965
|
+
let h = `Unexpected closing tag "${l}". It may happen when the tag has already been closed by another tag. For more info see https://www.w3.org/TR/html5/syntax.html#closing-elements-that-have-implied-end-tags`;
|
|
2966
|
+
this._errors.push(s.create(l, a.sourceSpan, h));
|
|
2967
|
+
}
|
|
2968
|
+
}
|
|
2969
|
+
_popElement(a) {
|
|
2970
|
+
for (let l = this._elementStack.length - 1; l >= 0; l--) {
|
|
2971
|
+
let h = this._elementStack[l];
|
|
2972
|
+
if (!a || (D.getNsPrefix(h.name) ? h.name == a : h.name.toLowerCase() == a.toLowerCase()))
|
|
2973
|
+
return this._elementStack.splice(l, this._elementStack.length - l), true;
|
|
2974
|
+
if (!this.getTagDefinition(h.name).closedByParent)
|
|
2975
|
+
return false;
|
|
2976
|
+
}
|
|
2977
|
+
return false;
|
|
2978
|
+
}
|
|
2979
|
+
_consumeAttr(a) {
|
|
2980
|
+
let l = D.mergeNsAndName(a.parts[0], a.parts[1]), h = a.sourceSpan.end, C = "", d, m;
|
|
2981
|
+
if (this._peek.type === n.TokenType.ATTR_QUOTE && (m = this._advance().sourceSpan.start), this._peek.type === n.TokenType.ATTR_VALUE) {
|
|
2982
|
+
let T = this._advance();
|
|
2983
|
+
C = T.parts[0], h = T.sourceSpan.end, d = T.sourceSpan;
|
|
2984
|
+
}
|
|
2985
|
+
return this._peek.type === n.TokenType.ATTR_QUOTE && (h = this._advance().sourceSpan.end, d = new r.ParseSourceSpan(m, h)), new u.Attribute(l, C, new r.ParseSourceSpan(a.sourceSpan.start, h), d, a.sourceSpan);
|
|
2986
|
+
}
|
|
2987
|
+
_getParentElement() {
|
|
2988
|
+
return this._elementStack.length > 0 ? this._elementStack[this._elementStack.length - 1] : null;
|
|
2989
|
+
}
|
|
2990
|
+
_getParentElementSkippingContainers() {
|
|
2991
|
+
let a = null;
|
|
2992
|
+
for (let l = this._elementStack.length - 1; l >= 0; l--) {
|
|
2993
|
+
if (!D.isNgContainer(this._elementStack[l].name))
|
|
2994
|
+
return { parent: this._elementStack[l], container: a };
|
|
2995
|
+
a = this._elementStack[l];
|
|
2996
|
+
}
|
|
2997
|
+
return { parent: null, container: a };
|
|
2998
|
+
}
|
|
2999
|
+
_addToParent(a) {
|
|
3000
|
+
let l = this._getParentElement();
|
|
3001
|
+
l != null ? l.children.push(a) : this._rootNodes.push(a);
|
|
3002
|
+
}
|
|
3003
|
+
_insertBeforeContainer(a, l, h) {
|
|
3004
|
+
if (!l)
|
|
3005
|
+
this._addToParent(h), this._elementStack.push(h);
|
|
3006
|
+
else {
|
|
3007
|
+
if (a) {
|
|
3008
|
+
let C = a.children.indexOf(l);
|
|
3009
|
+
a.children[C] = h;
|
|
3010
|
+
} else
|
|
3011
|
+
this._rootNodes.push(h);
|
|
3012
|
+
h.children.push(l), this._elementStack.splice(this._elementStack.indexOf(l), 0, h);
|
|
3013
|
+
}
|
|
3014
|
+
}
|
|
3015
|
+
_getElementFullName(a, l, h) {
|
|
3016
|
+
return a === "" && (a = this.getTagDefinition(l).implicitNamespacePrefix || "", a === "" && h != null && (a = D.getNsPrefix(h.name))), D.mergeNsAndName(a, l);
|
|
3017
|
+
}
|
|
3018
|
+
};
|
|
3019
|
+
function F(a, l) {
|
|
3020
|
+
return a.length > 0 && a[a.length - 1] === l;
|
|
3021
|
+
}
|
|
3022
|
+
} }), Ql = I({ "node_modules/angular-html-parser/lib/compiler/src/ml_parser/html_parser.js"(e) {
|
|
3023
|
+
q(), Object.defineProperty(e, "__esModule", { value: true });
|
|
3024
|
+
var r = Bs(), u = ls(), n = ls();
|
|
3025
|
+
e.ParseTreeResult = n.ParseTreeResult, e.TreeError = n.TreeError;
|
|
3026
|
+
var D = class extends u.Parser {
|
|
3027
|
+
constructor() {
|
|
3028
|
+
super(r.getHtmlTagDefinition);
|
|
3029
|
+
}
|
|
3030
|
+
parse(s, i, f) {
|
|
3031
|
+
let c = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : false, F = arguments.length > 4 ? arguments[4] : void 0;
|
|
3032
|
+
return super.parse(s, i, f, c, F);
|
|
3033
|
+
}
|
|
3034
|
+
};
|
|
3035
|
+
e.HtmlParser = D;
|
|
3036
|
+
} }), ws = I({ "node_modules/angular-html-parser/lib/angular-html-parser/src/index.js"(e) {
|
|
3037
|
+
q(), Object.defineProperty(e, "__esModule", { value: true });
|
|
3038
|
+
var r = Ql(), u = Ze();
|
|
3039
|
+
e.TagContentType = u.TagContentType;
|
|
3040
|
+
var n = null, D = () => (n || (n = new r.HtmlParser()), n);
|
|
3041
|
+
function s(i) {
|
|
3042
|
+
let f = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, { canSelfClose: c = false, allowHtmComponentClosingTags: F = false, isTagNameCaseSensitive: a = false, getTagContentType: l } = f;
|
|
3043
|
+
return D().parse(i, "angular-html-parser", { tokenizeExpansionForms: false, interpolationConfig: void 0, canSelfClose: c, allowHtmComponentClosingTags: F }, a, l);
|
|
3044
|
+
}
|
|
3045
|
+
e.parse = s;
|
|
3046
|
+
} });
|
|
3047
|
+
q();
|
|
3048
|
+
var { ParseSourceSpan: Qe, ParseLocation: cs, ParseSourceFile: Kl } = Be(), Jl = ol(), Zl = Cs(), ec = Dl(), { inferParserByLanguage: rc } = xl(), uc = kl(), Vr = Ml(), hs = jl(), { hasPragma: tc } = Ul(), { Node: nc } = Gl(), { parseIeConditionalComment: sc } = Vl(), { locStart: ic, locEnd: ac } = Xl();
|
|
3049
|
+
function oc(e, r, u) {
|
|
3050
|
+
let { canSelfClose: n, normalizeTagName: D, normalizeAttributeName: s, allowHtmComponentClosingTags: i, isTagNameCaseSensitive: f, getTagContentType: c } = r, F = ws(), { RecursiveVisitor: a, visitAll: l } = bs(), { ParseSourceSpan: h } = Be(), { getHtmlTagDefinition: C } = Bs(), { rootNodes: d, errors: m } = F.parse(e, { canSelfClose: n, allowHtmComponentClosingTags: i, isTagNameCaseSensitive: f, getTagContentType: c });
|
|
3051
|
+
if (u.parser === "vue")
|
|
3052
|
+
if (d.some((O) => O.type === "docType" && O.value === "html" || O.type === "element" && O.name.toLowerCase() === "html")) {
|
|
3053
|
+
n = true, D = true, s = true, i = true, f = false;
|
|
3054
|
+
let O = F.parse(e, { canSelfClose: n, allowHtmComponentClosingTags: i, isTagNameCaseSensitive: f });
|
|
3055
|
+
d = O.rootNodes, m = O.errors;
|
|
3056
|
+
} else {
|
|
3057
|
+
let O = (x) => {
|
|
3058
|
+
if (!x || x.type !== "element" || x.name !== "template")
|
|
3059
|
+
return false;
|
|
3060
|
+
let k = x.attrs.find((t) => t.name === "lang"), $ = k && k.value;
|
|
3061
|
+
return !$ || rc($, u) === "html";
|
|
3062
|
+
};
|
|
3063
|
+
if (d.some(O)) {
|
|
3064
|
+
let x, k = () => F.parse(e, { canSelfClose: n, allowHtmComponentClosingTags: i, isTagNameCaseSensitive: f }), $ = () => x || (x = k()), t = (o) => $().rootNodes.find((E) => {
|
|
3065
|
+
let { startSourceSpan: p } = E;
|
|
3066
|
+
return p && p.start.offset === o.startSourceSpan.start.offset;
|
|
3067
|
+
});
|
|
3068
|
+
for (let o = 0; o < d.length; o++) {
|
|
3069
|
+
let E = d[o], { endSourceSpan: p, startSourceSpan: A } = E;
|
|
3070
|
+
if (p === null)
|
|
3071
|
+
m = $().errors, d[o] = t(E) || E;
|
|
3072
|
+
else if (O(E)) {
|
|
3073
|
+
let M = $(), z = A.end.offset, V = p.start.offset;
|
|
3074
|
+
for (let X of M.errors) {
|
|
3075
|
+
let { offset: H } = X.span.start;
|
|
3076
|
+
if (z < H && H < V) {
|
|
3077
|
+
m = [X];
|
|
3078
|
+
break;
|
|
3079
|
+
}
|
|
3080
|
+
}
|
|
3081
|
+
d[o] = t(E) || E;
|
|
3082
|
+
}
|
|
3083
|
+
}
|
|
3084
|
+
}
|
|
3085
|
+
}
|
|
3086
|
+
if (m.length > 0) {
|
|
3087
|
+
let { msg: _, span: { start: O, end: x } } = m[0];
|
|
3088
|
+
throw ec(_, { start: { line: O.line + 1, column: O.col + 1 }, end: { line: x.line + 1, column: x.col + 1 } });
|
|
3089
|
+
}
|
|
3090
|
+
let T = (_) => {
|
|
3091
|
+
let O = _.name.startsWith(":") ? _.name.slice(1).split(":")[0] : null, x = _.nameSpan.toString(), k = O !== null && x.startsWith(`${O}:`), $ = k ? x.slice(O.length + 1) : x;
|
|
3092
|
+
_.name = $, _.namespace = O, _.hasExplicitNamespace = k;
|
|
3093
|
+
}, w = (_) => {
|
|
3094
|
+
switch (_.type) {
|
|
3095
|
+
case "element":
|
|
3096
|
+
T(_);
|
|
3097
|
+
for (let O of _.attrs)
|
|
3098
|
+
T(O), O.valueSpan ? (O.value = O.valueSpan.toString(), /["']/.test(O.value[0]) && (O.value = O.value.slice(1, -1))) : O.value = null;
|
|
3099
|
+
break;
|
|
3100
|
+
case "comment":
|
|
3101
|
+
_.value = _.sourceSpan.toString().slice(4, -3);
|
|
3102
|
+
break;
|
|
3103
|
+
case "text":
|
|
3104
|
+
_.value = _.sourceSpan.toString();
|
|
3105
|
+
break;
|
|
3106
|
+
}
|
|
3107
|
+
}, g = (_, O) => {
|
|
3108
|
+
let x = _.toLowerCase();
|
|
3109
|
+
return O(x) ? x : _;
|
|
3110
|
+
}, N = (_) => {
|
|
3111
|
+
if (_.type === "element" && (D && (!_.namespace || _.namespace === _.tagDefinition.implicitNamespacePrefix || hs(_)) && (_.name = g(_.name, (O) => O in uc)), s)) {
|
|
3112
|
+
let O = Vr[_.name] || /* @__PURE__ */ Object.create(null);
|
|
3113
|
+
for (let x of _.attrs)
|
|
3114
|
+
x.namespace || (x.name = g(x.name, (k) => _.name in Vr && (k in Vr["*"] || k in O)));
|
|
3115
|
+
}
|
|
3116
|
+
}, R = (_) => {
|
|
3117
|
+
_.sourceSpan && _.endSourceSpan && (_.sourceSpan = new h(_.sourceSpan.start, _.endSourceSpan.end));
|
|
3118
|
+
}, j = (_) => {
|
|
3119
|
+
if (_.type === "element") {
|
|
3120
|
+
let O = C(f ? _.name : _.name.toLowerCase());
|
|
3121
|
+
!_.namespace || _.namespace === O.implicitNamespacePrefix || hs(_) ? _.tagDefinition = O : _.tagDefinition = C("");
|
|
3122
|
+
}
|
|
3123
|
+
};
|
|
3124
|
+
return l(new class extends a {
|
|
3125
|
+
visit(_) {
|
|
3126
|
+
w(_), j(_), N(_), R(_);
|
|
3127
|
+
}
|
|
3128
|
+
}(), d), d;
|
|
3129
|
+
}
|
|
3130
|
+
function Ns(e, r, u) {
|
|
3131
|
+
let n = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : true, { frontMatter: D, content: s } = n ? Jl(e) : { frontMatter: null, content: e }, i = new Kl(e, r.filepath), f = new cs(i, 0, 0, 0), c = f.moveBy(e.length), F = { type: "root", sourceSpan: new Qe(f, c), children: oc(s, u, r) };
|
|
3132
|
+
if (D) {
|
|
3133
|
+
let h = new cs(i, 0, 0, 0), C = h.moveBy(D.raw.length);
|
|
3134
|
+
D.sourceSpan = new Qe(h, C), F.children.unshift(D);
|
|
3135
|
+
}
|
|
3136
|
+
let a = new nc(F), l = (h, C) => {
|
|
3137
|
+
let { offset: d } = C, m = e.slice(0, d).replace(/[^\n\r]/g, " "), w = Ns(m + h, r, u, false);
|
|
3138
|
+
w.sourceSpan = new Qe(C, Zl(w.children).sourceSpan.end);
|
|
3139
|
+
let g = w.children[0];
|
|
3140
|
+
return g.length === d ? w.children.shift() : (g.sourceSpan = new Qe(g.sourceSpan.start.moveBy(d), g.sourceSpan.end), g.value = g.value.slice(d)), w;
|
|
3141
|
+
};
|
|
3142
|
+
return a.walk((h) => {
|
|
3143
|
+
if (h.type === "comment") {
|
|
3144
|
+
let C = sc(h, l);
|
|
3145
|
+
C && h.parent.replaceChild(h, C);
|
|
3146
|
+
}
|
|
3147
|
+
}), a;
|
|
3148
|
+
}
|
|
3149
|
+
function Ke() {
|
|
3150
|
+
let { name: e, canSelfClose: r = false, normalizeTagName: u = false, normalizeAttributeName: n = false, allowHtmComponentClosingTags: D = false, isTagNameCaseSensitive: s = false, getTagContentType: i } = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
3151
|
+
return { parse: (f, c, F) => Ns(f, Object.assign({ parser: e }, F), { canSelfClose: r, normalizeTagName: u, normalizeAttributeName: n, allowHtmComponentClosingTags: D, isTagNameCaseSensitive: s, getTagContentType: i }), hasPragma: tc, astFormat: "html", locStart: ic, locEnd: ac };
|
|
3152
|
+
}
|
|
3153
|
+
Os.exports = { parsers: { html: Ke({ name: "html", canSelfClose: true, normalizeTagName: true, normalizeAttributeName: true, allowHtmComponentClosingTags: true }), angular: Ke({ name: "angular", canSelfClose: true }), vue: Ke({ name: "vue", canSelfClose: true, isTagNameCaseSensitive: true, getTagContentType: (e, r, u, n) => {
|
|
3154
|
+
if (e.toLowerCase() !== "html" && !u && (e !== "template" || n.some((D) => {
|
|
3155
|
+
let { name: s, value: i } = D;
|
|
3156
|
+
return s === "lang" && i !== "html" && i !== "" && i !== void 0;
|
|
3157
|
+
})))
|
|
3158
|
+
return ws().TagContentType.RAW_TEXT;
|
|
3159
|
+
} }), lwc: Ke({ name: "lwc" }) } };
|
|
3160
|
+
});
|
|
3161
|
+
return Dc();
|
|
3162
|
+
});
|
|
3163
|
+
})(parserHtml$1.__module);
|
|
3164
|
+
const parserHtml = /* @__PURE__ */ _commonjsHelpers.getDefaultExportFromCjs(parserHtml$1.exports);
|
|
3165
|
+
module.exports = parserHtml;
|