@fangzhongya/vue-archive 0.0.2-7 → 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 +24 -24
- 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 -75
- package/dist/es/packages/components/aside/index.vue2.js +2 -2
- package/dist/es/packages/components/boxurl/index.vue.js +55 -31
- package/dist/es/packages/components/boxurl/index.vue2.js +2 -2
- package/dist/es/packages/components/choice/choice.vue.js +43 -33
- package/dist/es/packages/components/choice/choice.vue2.js +2 -2
- package/dist/es/packages/components/choice/index.vue.js +69 -45
- package/dist/es/packages/components/choice/index.vue2.js +2 -2
- package/dist/es/packages/components/code/highlight.vue.js +11 -11
- package/dist/es/packages/components/code/highlight.vue2.js +4 -4
- package/dist/es/packages/components/code/index.vue.js +91 -70
- package/dist/es/packages/components/code/index.vue2.js +2 -2
- package/dist/es/packages/components/compo/ftable.vue.js +46 -30
- 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 -119
- package/dist/es/packages/components/compo/index.vue2.js +2 -2
- package/dist/es/packages/components/compo/info.vue.js +43 -30
- package/dist/es/packages/components/compo/info.vue2.js +2 -2
- package/dist/es/packages/components/compo/top.js +114 -84
- package/dist/es/packages/components/header/index.vue.js +7 -7
- package/dist/es/packages/components/main/index.vue.js +59 -43
- package/dist/es/packages/components/main/index.vue2.js +2 -2
- package/dist/es/packages/components/md/index.vue.js +53 -42
- 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 -68
- package/dist/es/packages/components/test/index.vue2.js +2 -2
- package/dist/es/packages/components/test/top.js +128 -98
- package/dist/es/packages/components/use/index.js +109 -82
- package/dist/es/packages/components/use/retrie/any/index.vue.js +82 -61
- 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 -37
- 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 -40
- 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 -92
- 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 -44
- 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 -93
- 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 -45
- package/dist/es/packages/components/use/retrie/function/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/index.vue.js +56 -43
- package/dist/es/packages/components/use/retrie/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/number/index.vue.js +41 -30
- 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 -37
- 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 -35
- 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 -75
- 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 -30
- 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 -24
- package/dist/es/packages/components/use/retrie/string/index.vue2.js +2 -2
- package/dist/es/packages/components/use/set-code.vue.js +148 -100
- package/dist/es/packages/components/use/set-code.vue2.js +2 -2
- package/dist/es/packages/components/use/set-emit.vue.js +46 -32
- package/dist/es/packages/components/use/set-emit.vue2.js +2 -2
- package/dist/es/packages/components/use/set-expose.vue.js +37 -28
- package/dist/es/packages/components/use/set-expose.vue2.js +2 -2
- package/dist/es/packages/components/use/set-props.vue.js +104 -64
- package/dist/es/packages/components/use/set-props.vue2.js +2 -2
- package/dist/es/packages/components/use/set-slot.vue.js +39 -31
- 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 -9
- 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 -16
- package/dist/es/packages/page/develop/index.vue.js +2 -2
- package/dist/es/packages/page/develop/index.vue2.js +19 -16
- package/dist/es/packages/page/index/index.vue.js +2 -2
- package/dist/es/packages/page/index/index.vue2.js +50 -36
- package/dist/es/packages/page/single/index.vue.js +2 -2
- package/dist/es/packages/page/single/index.vue2.js +75 -57
- package/dist/es/packages/page/tests/index.vue.js +2 -2
- package/dist/es/packages/page/tests/index.vue2.js +74 -46
- 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
|
@@ -1 +1,194 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
var yaml_1;
|
|
4
|
+
var hasRequiredYaml;
|
|
5
|
+
function requireYaml() {
|
|
6
|
+
if (hasRequiredYaml)
|
|
7
|
+
return yaml_1;
|
|
8
|
+
hasRequiredYaml = 1;
|
|
9
|
+
function yaml(hljs) {
|
|
10
|
+
const LITERALS = "true false yes no null";
|
|
11
|
+
const URI_CHARACTERS = "[\\w#;/?:@&=+$,.~*'()[\\]]+";
|
|
12
|
+
const KEY = {
|
|
13
|
+
className: "attr",
|
|
14
|
+
variants: [
|
|
15
|
+
{ begin: "\\w[\\w :\\/.-]*:(?=[ ]|$)" },
|
|
16
|
+
{
|
|
17
|
+
// double quoted keys
|
|
18
|
+
begin: '"\\w[\\w :\\/.-]*":(?=[ ]|$)'
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
// single quoted keys
|
|
22
|
+
begin: "'\\w[\\w :\\/.-]*':(?=[ ]|$)"
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
};
|
|
26
|
+
const TEMPLATE_VARIABLES = {
|
|
27
|
+
className: "template-variable",
|
|
28
|
+
variants: [
|
|
29
|
+
{
|
|
30
|
+
// jinja templates Ansible
|
|
31
|
+
begin: /\{\{/,
|
|
32
|
+
end: /\}\}/
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
// Ruby i18n
|
|
36
|
+
begin: /%\{/,
|
|
37
|
+
end: /\}/
|
|
38
|
+
}
|
|
39
|
+
]
|
|
40
|
+
};
|
|
41
|
+
const STRING = {
|
|
42
|
+
className: "string",
|
|
43
|
+
relevance: 0,
|
|
44
|
+
variants: [
|
|
45
|
+
{
|
|
46
|
+
begin: /'/,
|
|
47
|
+
end: /'/
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
begin: /"/,
|
|
51
|
+
end: /"/
|
|
52
|
+
},
|
|
53
|
+
{ begin: /\S+/ }
|
|
54
|
+
],
|
|
55
|
+
contains: [
|
|
56
|
+
hljs.BACKSLASH_ESCAPE,
|
|
57
|
+
TEMPLATE_VARIABLES
|
|
58
|
+
]
|
|
59
|
+
};
|
|
60
|
+
const CONTAINER_STRING = hljs.inherit(STRING, { variants: [
|
|
61
|
+
{
|
|
62
|
+
begin: /'/,
|
|
63
|
+
end: /'/
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
begin: /"/,
|
|
67
|
+
end: /"/
|
|
68
|
+
},
|
|
69
|
+
{ begin: /[^\s,{}[\]]+/ }
|
|
70
|
+
] });
|
|
71
|
+
const DATE_RE = "[0-9]{4}(-[0-9][0-9]){0,2}";
|
|
72
|
+
const TIME_RE = "([Tt \\t][0-9][0-9]?(:[0-9][0-9]){2})?";
|
|
73
|
+
const FRACTION_RE = "(\\.[0-9]*)?";
|
|
74
|
+
const ZONE_RE = "([ \\t])*(Z|[-+][0-9][0-9]?(:[0-9][0-9])?)?";
|
|
75
|
+
const TIMESTAMP = {
|
|
76
|
+
className: "number",
|
|
77
|
+
begin: "\\b" + DATE_RE + TIME_RE + FRACTION_RE + ZONE_RE + "\\b"
|
|
78
|
+
};
|
|
79
|
+
const VALUE_CONTAINER = {
|
|
80
|
+
end: ",",
|
|
81
|
+
endsWithParent: true,
|
|
82
|
+
excludeEnd: true,
|
|
83
|
+
keywords: LITERALS,
|
|
84
|
+
relevance: 0
|
|
85
|
+
};
|
|
86
|
+
const OBJECT = {
|
|
87
|
+
begin: /\{/,
|
|
88
|
+
end: /\}/,
|
|
89
|
+
contains: [VALUE_CONTAINER],
|
|
90
|
+
illegal: "\\n",
|
|
91
|
+
relevance: 0
|
|
92
|
+
};
|
|
93
|
+
const ARRAY = {
|
|
94
|
+
begin: "\\[",
|
|
95
|
+
end: "\\]",
|
|
96
|
+
contains: [VALUE_CONTAINER],
|
|
97
|
+
illegal: "\\n",
|
|
98
|
+
relevance: 0
|
|
99
|
+
};
|
|
100
|
+
const MODES = [
|
|
101
|
+
KEY,
|
|
102
|
+
{
|
|
103
|
+
className: "meta",
|
|
104
|
+
begin: "^---\\s*$",
|
|
105
|
+
relevance: 10
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
// multi line string
|
|
109
|
+
// Blocks start with a | or > followed by a newline
|
|
110
|
+
//
|
|
111
|
+
// Indentation of subsequent lines must be the same to
|
|
112
|
+
// be considered part of the block
|
|
113
|
+
className: "string",
|
|
114
|
+
begin: "[\\|>]([1-9]?[+-])?[ ]*\\n( +)[^ ][^\\n]*\\n(\\2[^\\n]+\\n?)*"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
// Ruby/Rails erb
|
|
118
|
+
begin: "<%[%=-]?",
|
|
119
|
+
end: "[%-]?%>",
|
|
120
|
+
subLanguage: "ruby",
|
|
121
|
+
excludeBegin: true,
|
|
122
|
+
excludeEnd: true,
|
|
123
|
+
relevance: 0
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
// named tags
|
|
127
|
+
className: "type",
|
|
128
|
+
begin: "!\\w+!" + URI_CHARACTERS
|
|
129
|
+
},
|
|
130
|
+
// https://yaml.org/spec/1.2/spec.html#id2784064
|
|
131
|
+
{
|
|
132
|
+
// verbatim tags
|
|
133
|
+
className: "type",
|
|
134
|
+
begin: "!<" + URI_CHARACTERS + ">"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
// primary tags
|
|
138
|
+
className: "type",
|
|
139
|
+
begin: "!" + URI_CHARACTERS
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
// secondary tags
|
|
143
|
+
className: "type",
|
|
144
|
+
begin: "!!" + URI_CHARACTERS
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
// fragment id &ref
|
|
148
|
+
className: "meta",
|
|
149
|
+
begin: "&" + hljs.UNDERSCORE_IDENT_RE + "$"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
// fragment reference *ref
|
|
153
|
+
className: "meta",
|
|
154
|
+
begin: "\\*" + hljs.UNDERSCORE_IDENT_RE + "$"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
// array listing
|
|
158
|
+
className: "bullet",
|
|
159
|
+
// TODO: remove |$ hack when we have proper look-ahead support
|
|
160
|
+
begin: "-(?=[ ]|$)",
|
|
161
|
+
relevance: 0
|
|
162
|
+
},
|
|
163
|
+
hljs.HASH_COMMENT_MODE,
|
|
164
|
+
{
|
|
165
|
+
beginKeywords: LITERALS,
|
|
166
|
+
keywords: { literal: LITERALS }
|
|
167
|
+
},
|
|
168
|
+
TIMESTAMP,
|
|
169
|
+
// numbers are any valid C-style number that
|
|
170
|
+
// sit isolated from other words
|
|
171
|
+
{
|
|
172
|
+
className: "number",
|
|
173
|
+
begin: hljs.C_NUMBER_RE + "\\b",
|
|
174
|
+
relevance: 0
|
|
175
|
+
},
|
|
176
|
+
OBJECT,
|
|
177
|
+
ARRAY,
|
|
178
|
+
STRING
|
|
179
|
+
];
|
|
180
|
+
const VALUE_MODES = [...MODES];
|
|
181
|
+
VALUE_MODES.pop();
|
|
182
|
+
VALUE_MODES.push(CONTAINER_STRING);
|
|
183
|
+
VALUE_CONTAINER.contains = VALUE_MODES;
|
|
184
|
+
return {
|
|
185
|
+
name: "YAML",
|
|
186
|
+
case_insensitive: true,
|
|
187
|
+
aliases: ["yml"],
|
|
188
|
+
contains: MODES
|
|
189
|
+
};
|
|
190
|
+
}
|
|
191
|
+
yaml_1 = yaml;
|
|
192
|
+
return yaml_1;
|
|
193
|
+
}
|
|
194
|
+
exports.__require = requireYaml;
|
|
@@ -1 +1,354 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";
|
|
2
|
+
const re = require("./lib/re.js");
|
|
3
|
+
function assign(obj) {
|
|
4
|
+
var sources = Array.prototype.slice.call(arguments, 1);
|
|
5
|
+
sources.forEach(function(source) {
|
|
6
|
+
if (!source) {
|
|
7
|
+
return;
|
|
8
|
+
}
|
|
9
|
+
Object.keys(source).forEach(function(key) {
|
|
10
|
+
obj[key] = source[key];
|
|
11
|
+
});
|
|
12
|
+
});
|
|
13
|
+
return obj;
|
|
14
|
+
}
|
|
15
|
+
function _class(obj) {
|
|
16
|
+
return Object.prototype.toString.call(obj);
|
|
17
|
+
}
|
|
18
|
+
function isString(obj) {
|
|
19
|
+
return _class(obj) === "[object String]";
|
|
20
|
+
}
|
|
21
|
+
function isObject(obj) {
|
|
22
|
+
return _class(obj) === "[object Object]";
|
|
23
|
+
}
|
|
24
|
+
function isRegExp(obj) {
|
|
25
|
+
return _class(obj) === "[object RegExp]";
|
|
26
|
+
}
|
|
27
|
+
function isFunction(obj) {
|
|
28
|
+
return _class(obj) === "[object Function]";
|
|
29
|
+
}
|
|
30
|
+
function escapeRE(str) {
|
|
31
|
+
return str.replace(/[.?*+^$[\]\\(){}|-]/g, "\\$&");
|
|
32
|
+
}
|
|
33
|
+
var defaultOptions = {
|
|
34
|
+
fuzzyLink: true,
|
|
35
|
+
fuzzyEmail: true,
|
|
36
|
+
fuzzyIP: false
|
|
37
|
+
};
|
|
38
|
+
function isOptionsObj(obj) {
|
|
39
|
+
return Object.keys(obj || {}).reduce(function(acc, k) {
|
|
40
|
+
return acc || defaultOptions.hasOwnProperty(k);
|
|
41
|
+
}, false);
|
|
42
|
+
}
|
|
43
|
+
var defaultSchemas = {
|
|
44
|
+
"http:": {
|
|
45
|
+
validate: function(text, pos, self) {
|
|
46
|
+
var tail = text.slice(pos);
|
|
47
|
+
if (!self.re.http) {
|
|
48
|
+
self.re.http = new RegExp(
|
|
49
|
+
"^\\/\\/" + self.re.src_auth + self.re.src_host_port_strict + self.re.src_path,
|
|
50
|
+
"i"
|
|
51
|
+
);
|
|
52
|
+
}
|
|
53
|
+
if (self.re.http.test(tail)) {
|
|
54
|
+
return tail.match(self.re.http)[0].length;
|
|
55
|
+
}
|
|
56
|
+
return 0;
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"https:": "http:",
|
|
60
|
+
"ftp:": "http:",
|
|
61
|
+
"//": {
|
|
62
|
+
validate: function(text, pos, self) {
|
|
63
|
+
var tail = text.slice(pos);
|
|
64
|
+
if (!self.re.no_http) {
|
|
65
|
+
self.re.no_http = new RegExp(
|
|
66
|
+
"^" + self.re.src_auth + // Don't allow single-level domains, because of false positives like '//test'
|
|
67
|
+
// with code comments
|
|
68
|
+
"(?:localhost|(?:(?:" + self.re.src_domain + ")\\.)+" + self.re.src_domain_root + ")" + self.re.src_port + self.re.src_host_terminator + self.re.src_path,
|
|
69
|
+
"i"
|
|
70
|
+
);
|
|
71
|
+
}
|
|
72
|
+
if (self.re.no_http.test(tail)) {
|
|
73
|
+
if (pos >= 3 && text[pos - 3] === ":") {
|
|
74
|
+
return 0;
|
|
75
|
+
}
|
|
76
|
+
if (pos >= 3 && text[pos - 3] === "/") {
|
|
77
|
+
return 0;
|
|
78
|
+
}
|
|
79
|
+
return tail.match(self.re.no_http)[0].length;
|
|
80
|
+
}
|
|
81
|
+
return 0;
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"mailto:": {
|
|
85
|
+
validate: function(text, pos, self) {
|
|
86
|
+
var tail = text.slice(pos);
|
|
87
|
+
if (!self.re.mailto) {
|
|
88
|
+
self.re.mailto = new RegExp(
|
|
89
|
+
"^" + self.re.src_email_name + "@" + self.re.src_host_strict,
|
|
90
|
+
"i"
|
|
91
|
+
);
|
|
92
|
+
}
|
|
93
|
+
if (self.re.mailto.test(tail)) {
|
|
94
|
+
return tail.match(self.re.mailto)[0].length;
|
|
95
|
+
}
|
|
96
|
+
return 0;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
};
|
|
100
|
+
var tlds_2ch_src_re = "a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]";
|
|
101
|
+
var tlds_default = "biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");
|
|
102
|
+
function resetScanCache(self) {
|
|
103
|
+
self.__index__ = -1;
|
|
104
|
+
self.__text_cache__ = "";
|
|
105
|
+
}
|
|
106
|
+
function createValidator(re2) {
|
|
107
|
+
return function(text, pos) {
|
|
108
|
+
var tail = text.slice(pos);
|
|
109
|
+
if (re2.test(tail)) {
|
|
110
|
+
return tail.match(re2)[0].length;
|
|
111
|
+
}
|
|
112
|
+
return 0;
|
|
113
|
+
};
|
|
114
|
+
}
|
|
115
|
+
function createNormalizer() {
|
|
116
|
+
return function(match2, self) {
|
|
117
|
+
self.normalize(match2);
|
|
118
|
+
};
|
|
119
|
+
}
|
|
120
|
+
function compile(self) {
|
|
121
|
+
var re$1 = self.re = re.__require()(self.__opts__);
|
|
122
|
+
var tlds2 = self.__tlds__.slice();
|
|
123
|
+
self.onCompile();
|
|
124
|
+
if (!self.__tlds_replaced__) {
|
|
125
|
+
tlds2.push(tlds_2ch_src_re);
|
|
126
|
+
}
|
|
127
|
+
tlds2.push(re$1.src_xn);
|
|
128
|
+
re$1.src_tlds = tlds2.join("|");
|
|
129
|
+
function untpl(tpl) {
|
|
130
|
+
return tpl.replace("%TLDS%", re$1.src_tlds);
|
|
131
|
+
}
|
|
132
|
+
re$1.email_fuzzy = RegExp(untpl(re$1.tpl_email_fuzzy), "i");
|
|
133
|
+
re$1.link_fuzzy = RegExp(untpl(re$1.tpl_link_fuzzy), "i");
|
|
134
|
+
re$1.link_no_ip_fuzzy = RegExp(untpl(re$1.tpl_link_no_ip_fuzzy), "i");
|
|
135
|
+
re$1.host_fuzzy_test = RegExp(untpl(re$1.tpl_host_fuzzy_test), "i");
|
|
136
|
+
var aliases = [];
|
|
137
|
+
self.__compiled__ = {};
|
|
138
|
+
function schemaError(name, val) {
|
|
139
|
+
throw new Error('(LinkifyIt) Invalid schema "' + name + '": ' + val);
|
|
140
|
+
}
|
|
141
|
+
Object.keys(self.__schemas__).forEach(function(name) {
|
|
142
|
+
var val = self.__schemas__[name];
|
|
143
|
+
if (val === null) {
|
|
144
|
+
return;
|
|
145
|
+
}
|
|
146
|
+
var compiled = { validate: null, link: null };
|
|
147
|
+
self.__compiled__[name] = compiled;
|
|
148
|
+
if (isObject(val)) {
|
|
149
|
+
if (isRegExp(val.validate)) {
|
|
150
|
+
compiled.validate = createValidator(val.validate);
|
|
151
|
+
} else if (isFunction(val.validate)) {
|
|
152
|
+
compiled.validate = val.validate;
|
|
153
|
+
} else {
|
|
154
|
+
schemaError(name, val);
|
|
155
|
+
}
|
|
156
|
+
if (isFunction(val.normalize)) {
|
|
157
|
+
compiled.normalize = val.normalize;
|
|
158
|
+
} else if (!val.normalize) {
|
|
159
|
+
compiled.normalize = createNormalizer();
|
|
160
|
+
} else {
|
|
161
|
+
schemaError(name, val);
|
|
162
|
+
}
|
|
163
|
+
return;
|
|
164
|
+
}
|
|
165
|
+
if (isString(val)) {
|
|
166
|
+
aliases.push(name);
|
|
167
|
+
return;
|
|
168
|
+
}
|
|
169
|
+
schemaError(name, val);
|
|
170
|
+
});
|
|
171
|
+
aliases.forEach(function(alias) {
|
|
172
|
+
if (!self.__compiled__[self.__schemas__[alias]]) {
|
|
173
|
+
return;
|
|
174
|
+
}
|
|
175
|
+
self.__compiled__[alias].validate = self.__compiled__[self.__schemas__[alias]].validate;
|
|
176
|
+
self.__compiled__[alias].normalize = self.__compiled__[self.__schemas__[alias]].normalize;
|
|
177
|
+
});
|
|
178
|
+
self.__compiled__[""] = { validate: null, normalize: createNormalizer() };
|
|
179
|
+
var slist = Object.keys(self.__compiled__).filter(function(name) {
|
|
180
|
+
return name.length > 0 && self.__compiled__[name];
|
|
181
|
+
}).map(escapeRE).join("|");
|
|
182
|
+
self.re.schema_test = RegExp("(^|(?!_)(?:[><|]|" + re$1.src_ZPCc + "))(" + slist + ")", "i");
|
|
183
|
+
self.re.schema_search = RegExp("(^|(?!_)(?:[><|]|" + re$1.src_ZPCc + "))(" + slist + ")", "ig");
|
|
184
|
+
self.re.schema_at_start = RegExp("^" + self.re.schema_search.source, "i");
|
|
185
|
+
self.re.pretest = RegExp(
|
|
186
|
+
"(" + self.re.schema_test.source + ")|(" + self.re.host_fuzzy_test.source + ")|@",
|
|
187
|
+
"i"
|
|
188
|
+
);
|
|
189
|
+
resetScanCache(self);
|
|
190
|
+
}
|
|
191
|
+
function Match(self, shift) {
|
|
192
|
+
var start = self.__index__, end = self.__last_index__, text = self.__text_cache__.slice(start, end);
|
|
193
|
+
this.schema = self.__schema__.toLowerCase();
|
|
194
|
+
this.index = start + shift;
|
|
195
|
+
this.lastIndex = end + shift;
|
|
196
|
+
this.raw = text;
|
|
197
|
+
this.text = text;
|
|
198
|
+
this.url = text;
|
|
199
|
+
}
|
|
200
|
+
function createMatch(self, shift) {
|
|
201
|
+
var match2 = new Match(self, shift);
|
|
202
|
+
self.__compiled__[match2.schema].normalize(match2, self);
|
|
203
|
+
return match2;
|
|
204
|
+
}
|
|
205
|
+
function LinkifyIt(schemas, options) {
|
|
206
|
+
if (!(this instanceof LinkifyIt)) {
|
|
207
|
+
return new LinkifyIt(schemas, options);
|
|
208
|
+
}
|
|
209
|
+
if (!options) {
|
|
210
|
+
if (isOptionsObj(schemas)) {
|
|
211
|
+
options = schemas;
|
|
212
|
+
schemas = {};
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
this.__opts__ = assign({}, defaultOptions, options);
|
|
216
|
+
this.__index__ = -1;
|
|
217
|
+
this.__last_index__ = -1;
|
|
218
|
+
this.__schema__ = "";
|
|
219
|
+
this.__text_cache__ = "";
|
|
220
|
+
this.__schemas__ = assign({}, defaultSchemas, schemas);
|
|
221
|
+
this.__compiled__ = {};
|
|
222
|
+
this.__tlds__ = tlds_default;
|
|
223
|
+
this.__tlds_replaced__ = false;
|
|
224
|
+
this.re = {};
|
|
225
|
+
compile(this);
|
|
226
|
+
}
|
|
227
|
+
LinkifyIt.prototype.add = function add(schema, definition) {
|
|
228
|
+
this.__schemas__[schema] = definition;
|
|
229
|
+
compile(this);
|
|
230
|
+
return this;
|
|
231
|
+
};
|
|
232
|
+
LinkifyIt.prototype.set = function set(options) {
|
|
233
|
+
this.__opts__ = assign(this.__opts__, options);
|
|
234
|
+
return this;
|
|
235
|
+
};
|
|
236
|
+
LinkifyIt.prototype.test = function test(text) {
|
|
237
|
+
this.__text_cache__ = text;
|
|
238
|
+
this.__index__ = -1;
|
|
239
|
+
if (!text.length) {
|
|
240
|
+
return false;
|
|
241
|
+
}
|
|
242
|
+
var m, ml, me, len, shift, next, re2, tld_pos, at_pos;
|
|
243
|
+
if (this.re.schema_test.test(text)) {
|
|
244
|
+
re2 = this.re.schema_search;
|
|
245
|
+
re2.lastIndex = 0;
|
|
246
|
+
while ((m = re2.exec(text)) !== null) {
|
|
247
|
+
len = this.testSchemaAt(text, m[2], re2.lastIndex);
|
|
248
|
+
if (len) {
|
|
249
|
+
this.__schema__ = m[2];
|
|
250
|
+
this.__index__ = m.index + m[1].length;
|
|
251
|
+
this.__last_index__ = m.index + m[0].length + len;
|
|
252
|
+
break;
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
if (this.__opts__.fuzzyLink && this.__compiled__["http:"]) {
|
|
257
|
+
tld_pos = text.search(this.re.host_fuzzy_test);
|
|
258
|
+
if (tld_pos >= 0) {
|
|
259
|
+
if (this.__index__ < 0 || tld_pos < this.__index__) {
|
|
260
|
+
if ((ml = text.match(this.__opts__.fuzzyIP ? this.re.link_fuzzy : this.re.link_no_ip_fuzzy)) !== null) {
|
|
261
|
+
shift = ml.index + ml[1].length;
|
|
262
|
+
if (this.__index__ < 0 || shift < this.__index__) {
|
|
263
|
+
this.__schema__ = "";
|
|
264
|
+
this.__index__ = shift;
|
|
265
|
+
this.__last_index__ = ml.index + ml[0].length;
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
if (this.__opts__.fuzzyEmail && this.__compiled__["mailto:"]) {
|
|
272
|
+
at_pos = text.indexOf("@");
|
|
273
|
+
if (at_pos >= 0) {
|
|
274
|
+
if ((me = text.match(this.re.email_fuzzy)) !== null) {
|
|
275
|
+
shift = me.index + me[1].length;
|
|
276
|
+
next = me.index + me[0].length;
|
|
277
|
+
if (this.__index__ < 0 || shift < this.__index__ || shift === this.__index__ && next > this.__last_index__) {
|
|
278
|
+
this.__schema__ = "mailto:";
|
|
279
|
+
this.__index__ = shift;
|
|
280
|
+
this.__last_index__ = next;
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
return this.__index__ >= 0;
|
|
286
|
+
};
|
|
287
|
+
LinkifyIt.prototype.pretest = function pretest(text) {
|
|
288
|
+
return this.re.pretest.test(text);
|
|
289
|
+
};
|
|
290
|
+
LinkifyIt.prototype.testSchemaAt = function testSchemaAt(text, schema, pos) {
|
|
291
|
+
if (!this.__compiled__[schema.toLowerCase()]) {
|
|
292
|
+
return 0;
|
|
293
|
+
}
|
|
294
|
+
return this.__compiled__[schema.toLowerCase()].validate(text, pos, this);
|
|
295
|
+
};
|
|
296
|
+
LinkifyIt.prototype.match = function match(text) {
|
|
297
|
+
var shift = 0, result = [];
|
|
298
|
+
if (this.__index__ >= 0 && this.__text_cache__ === text) {
|
|
299
|
+
result.push(createMatch(this, shift));
|
|
300
|
+
shift = this.__last_index__;
|
|
301
|
+
}
|
|
302
|
+
var tail = shift ? text.slice(shift) : text;
|
|
303
|
+
while (this.test(tail)) {
|
|
304
|
+
result.push(createMatch(this, shift));
|
|
305
|
+
tail = tail.slice(this.__last_index__);
|
|
306
|
+
shift += this.__last_index__;
|
|
307
|
+
}
|
|
308
|
+
if (result.length) {
|
|
309
|
+
return result;
|
|
310
|
+
}
|
|
311
|
+
return null;
|
|
312
|
+
};
|
|
313
|
+
LinkifyIt.prototype.matchAtStart = function matchAtStart(text) {
|
|
314
|
+
this.__text_cache__ = text;
|
|
315
|
+
this.__index__ = -1;
|
|
316
|
+
if (!text.length)
|
|
317
|
+
return null;
|
|
318
|
+
var m = this.re.schema_at_start.exec(text);
|
|
319
|
+
if (!m)
|
|
320
|
+
return null;
|
|
321
|
+
var len = this.testSchemaAt(text, m[2], m[0].length);
|
|
322
|
+
if (!len)
|
|
323
|
+
return null;
|
|
324
|
+
this.__schema__ = m[2];
|
|
325
|
+
this.__index__ = m.index + m[1].length;
|
|
326
|
+
this.__last_index__ = m.index + m[0].length + len;
|
|
327
|
+
return createMatch(this, 0);
|
|
328
|
+
};
|
|
329
|
+
LinkifyIt.prototype.tlds = function tlds(list, keepOld) {
|
|
330
|
+
list = Array.isArray(list) ? list : [list];
|
|
331
|
+
if (!keepOld) {
|
|
332
|
+
this.__tlds__ = list.slice();
|
|
333
|
+
this.__tlds_replaced__ = true;
|
|
334
|
+
compile(this);
|
|
335
|
+
return this;
|
|
336
|
+
}
|
|
337
|
+
this.__tlds__ = this.__tlds__.concat(list).sort().filter(function(el, idx, arr) {
|
|
338
|
+
return el !== arr[idx - 1];
|
|
339
|
+
}).reverse();
|
|
340
|
+
compile(this);
|
|
341
|
+
return this;
|
|
342
|
+
};
|
|
343
|
+
LinkifyIt.prototype.normalize = function normalize(match2) {
|
|
344
|
+
if (!match2.schema) {
|
|
345
|
+
match2.url = "http://" + match2.url;
|
|
346
|
+
}
|
|
347
|
+
if (match2.schema === "mailto:" && !/^mailto:/i.test(match2.url)) {
|
|
348
|
+
match2.url = "mailto:" + match2.url;
|
|
349
|
+
}
|
|
350
|
+
};
|
|
351
|
+
LinkifyIt.prototype.onCompile = function onCompile() {
|
|
352
|
+
};
|
|
353
|
+
var linkifyIt = LinkifyIt;
|
|
354
|
+
module.exports = linkifyIt;
|
|
@@ -1 +1,54 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const regex = require("../../../../uc.micro@1.0.6/node_modules/uc.micro/properties/Any/regex.js");
|
|
4
|
+
const regex$1 = require("../../../../uc.micro@1.0.6/node_modules/uc.micro/categories/Cc/regex.js");
|
|
5
|
+
const regex$2 = require("../../../../uc.micro@1.0.6/node_modules/uc.micro/categories/Z/regex.js");
|
|
6
|
+
const regex$3 = require("../../../../uc.micro@1.0.6/node_modules/uc.micro/categories/P/regex.js");
|
|
7
|
+
var re;
|
|
8
|
+
var hasRequiredRe;
|
|
9
|
+
function requireRe() {
|
|
10
|
+
if (hasRequiredRe)
|
|
11
|
+
return re;
|
|
12
|
+
hasRequiredRe = 1;
|
|
13
|
+
re = function(opts) {
|
|
14
|
+
var re2 = {};
|
|
15
|
+
opts = opts || {};
|
|
16
|
+
re2.src_Any = regex.__require().source;
|
|
17
|
+
re2.src_Cc = regex$1.__require().source;
|
|
18
|
+
re2.src_Z = regex$2.__require().source;
|
|
19
|
+
re2.src_P = regex$3.source;
|
|
20
|
+
re2.src_ZPCc = [re2.src_Z, re2.src_P, re2.src_Cc].join("|");
|
|
21
|
+
re2.src_ZCc = [re2.src_Z, re2.src_Cc].join("|");
|
|
22
|
+
var text_separators = "[><|]";
|
|
23
|
+
re2.src_pseudo_letter = "(?:(?!" + text_separators + "|" + re2.src_ZPCc + ")" + re2.src_Any + ")";
|
|
24
|
+
re2.src_ip4 = "(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)";
|
|
25
|
+
re2.src_auth = "(?:(?:(?!" + re2.src_ZCc + "|[@/\\[\\]()]).)+@)?";
|
|
26
|
+
re2.src_port = "(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?";
|
|
27
|
+
re2.src_host_terminator = "(?=$|" + text_separators + "|" + re2.src_ZPCc + ")(?!" + (opts["---"] ? "-(?!--)|" : "-|") + "_|:\\d|\\.-|\\.(?!$|" + re2.src_ZPCc + "))";
|
|
28
|
+
re2.src_path = "(?:[/?#](?:(?!" + re2.src_ZCc + "|" + text_separators + `|[()[\\]{}.,"'?!\\-;]).|\\[(?:(?!` + re2.src_ZCc + "|\\]).)*\\]|\\((?:(?!" + re2.src_ZCc + "|[)]).)*\\)|\\{(?:(?!" + re2.src_ZCc + '|[}]).)*\\}|\\"(?:(?!' + re2.src_ZCc + `|["]).)+\\"|\\'(?:(?!` + re2.src_ZCc + "|[']).)+\\'|\\'(?=" + re2.src_pseudo_letter + "|[-])|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!" + re2.src_ZCc + "|[.]|$)|" + (opts["---"] ? "\\-(?!--(?:[^-]|$))(?:-*)|" : "\\-+|") + ",(?!" + re2.src_ZCc + "|$)|;(?!" + re2.src_ZCc + "|$)|\\!+(?!" + re2.src_ZCc + "|[!]|$)|\\?(?!" + re2.src_ZCc + "|[?]|$))+|\\/)?";
|
|
29
|
+
re2.src_email_name = '[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*';
|
|
30
|
+
re2.src_xn = "xn--[a-z0-9\\-]{1,59}";
|
|
31
|
+
re2.src_domain_root = // Allow letters & digits (http://test1)
|
|
32
|
+
"(?:" + re2.src_xn + "|" + re2.src_pseudo_letter + "{1,63})";
|
|
33
|
+
re2.src_domain = "(?:" + re2.src_xn + "|(?:" + re2.src_pseudo_letter + ")|(?:" + re2.src_pseudo_letter + "(?:-|" + re2.src_pseudo_letter + "){0,61}" + re2.src_pseudo_letter + "))";
|
|
34
|
+
re2.src_host = "(?:(?:(?:(?:" + re2.src_domain + ")\\.)*" + re2.src_domain + "))";
|
|
35
|
+
re2.tpl_host_fuzzy = "(?:" + re2.src_ip4 + "|(?:(?:(?:" + re2.src_domain + ")\\.)+(?:%TLDS%)))";
|
|
36
|
+
re2.tpl_host_no_ip_fuzzy = "(?:(?:(?:" + re2.src_domain + ")\\.)+(?:%TLDS%))";
|
|
37
|
+
re2.src_host_strict = re2.src_host + re2.src_host_terminator;
|
|
38
|
+
re2.tpl_host_fuzzy_strict = re2.tpl_host_fuzzy + re2.src_host_terminator;
|
|
39
|
+
re2.src_host_port_strict = re2.src_host + re2.src_port + re2.src_host_terminator;
|
|
40
|
+
re2.tpl_host_port_fuzzy_strict = re2.tpl_host_fuzzy + re2.src_port + re2.src_host_terminator;
|
|
41
|
+
re2.tpl_host_port_no_ip_fuzzy_strict = re2.tpl_host_no_ip_fuzzy + re2.src_port + re2.src_host_terminator;
|
|
42
|
+
re2.tpl_host_fuzzy_test = "localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:" + re2.src_ZPCc + "|>|$))";
|
|
43
|
+
re2.tpl_email_fuzzy = "(^|" + text_separators + '|"|\\(|' + re2.src_ZCc + ")(" + re2.src_email_name + "@" + re2.tpl_host_fuzzy_strict + ")";
|
|
44
|
+
re2.tpl_link_fuzzy = // Fuzzy link can't be prepended with .:/\- and non punctuation.
|
|
45
|
+
// but can start with > (markdown blockquote)
|
|
46
|
+
"(^|(?![.:/\\-_@])(?:[$+<=>^`||]|" + re2.src_ZPCc + "))((?![$+<=>^`||])" + re2.tpl_host_port_fuzzy_strict + re2.src_path + ")";
|
|
47
|
+
re2.tpl_link_no_ip_fuzzy = // Fuzzy link can't be prepended with .:/\- and non punctuation.
|
|
48
|
+
// but can start with > (markdown blockquote)
|
|
49
|
+
"(^|(?![.:/\\-_@])(?:[$+<=>^`||]|" + re2.src_ZPCc + "))((?![$+<=>^`||])" + re2.tpl_host_port_no_ip_fuzzy_strict + re2.src_path + ")";
|
|
50
|
+
return re2;
|
|
51
|
+
};
|
|
52
|
+
return re;
|
|
53
|
+
}
|
|
54
|
+
exports.__require = requireRe;
|
|
@@ -1 +1,9 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";
|
|
2
|
+
const _commonjsHelpers = require("../../../../../_virtual/_commonjsHelpers.js");
|
|
3
|
+
const index$1 = require("../../../../../_virtual/index.js");
|
|
4
|
+
const index = require("./lib/index.js");
|
|
5
|
+
(function(module2) {
|
|
6
|
+
module2.exports = index;
|
|
7
|
+
})(index$1.__module);
|
|
8
|
+
const MarkdownIt = /* @__PURE__ */ _commonjsHelpers.getDefaultExportFromCjs(index$1.exports);
|
|
9
|
+
module.exports = MarkdownIt;
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";
|
|
2
|
+
const entities$1 = require("../../../../../../../_virtual/entities.js");
|
|
3
|
+
const entities = require("../../../../../entities@3.0.1/node_modules/entities/lib/maps/entities.json.js");
|
|
4
|
+
(function(module) {
|
|
5
|
+
module.exports = entities.default;
|
|
6
|
+
})(entities$1.__module);
|