@fangzhongya/vue-archive 0.0.2-1 → 0.0.2-11
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 +26 -28
- package/dist/es/_virtual/_plugin-vue_export-helper.js +6 -7
- package/dist/es/_virtual/emphasis.js +2 -2
- package/dist/es/_virtual/entities.js +6 -7
- package/dist/es/_virtual/html_re.js +2 -2
- package/dist/es/_virtual/index.js +6 -7
- 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 +6 -7
- package/dist/es/_virtual/parser-typescript.js +6 -7
- package/dist/es/_virtual/punycode.es6.js +4 -4
- package/dist/es/_virtual/standalone.js +6 -7
- 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-11/node_modules/@fangzhongya/utils/dist/chunk-4OBNLDTJ.js +6 -0
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-11/node_modules/@fangzhongya/utils/dist/chunk-EWJJKQIO.js +6 -0
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-11/node_modules/@fangzhongya/utils/dist/chunk-GOJN3OQ4.js +12 -0
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-11/node_modules/@fangzhongya/utils/dist/chunk-J7CICTHH.js +17 -0
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-11/node_modules/@fangzhongya/utils/dist/chunk-RD4EP3M5.js +31 -0
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-11/node_modules/@fangzhongya/utils/dist/chunk-SNABGVNO.js +9 -0
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-11/node_modules/@fangzhongya/utils/dist/chunk-XCDKXZFR.js +8 -0
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-11/node_modules/@fangzhongya/utils/dist/chunk-XQB2HUHZ.js +18 -0
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-11/node_modules/@fangzhongya/utils/dist/chunk-ZVBCHJA5.js +11 -0
- 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 +12 -21
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/index.js +29 -33
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/source-parser.js +17 -38
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/spec-parser.js +9 -11
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/tokenizers/description.js +17 -28
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/tokenizers/name.js +38 -69
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/tokenizers/tag.js +10 -19
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/tokenizers/type.js +26 -51
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/primitives.js +5 -8
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/transforms/align.js +1 -12
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/transforms/crlf.js +1 -12
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/transforms/indent.js +1 -12
- 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 +4251 -6373
- package/dist/es/node_modules/.pnpm/es-module-lexer@1.1.1/node_modules/es-module-lexer/dist/lexer.js +40 -38
- 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 +648 -1157
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/bash.js +57 -75
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/c.js +137 -157
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/cpp.js +93 -118
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/csharp.js +92 -112
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/css.js +77 -92
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/diff.js +11 -13
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/go.js +92 -98
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/graphql.js +17 -20
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/ini.js +39 -51
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/java.js +114 -132
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/javascript.js +192 -237
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/json.js +21 -26
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/kotlin.js +82 -98
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/less.js +134 -161
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/lua.js +29 -34
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/makefile.js +26 -33
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/markdown.js +77 -95
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/objectivec.js +179 -188
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/perl.js +61 -78
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/php-template.js +15 -17
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/php.js +121 -157
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/plaintext.js +9 -11
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/python-repl.js +8 -10
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/python.js +172 -191
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/r.js +33 -39
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/ruby.js +131 -159
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/rust.js +37 -45
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/scss.js +79 -94
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/shell.js +8 -10
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/sql.js +49 -78
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/swift.js +219 -292
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/typescript.js +223 -284
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/vbnet.js +37 -51
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/wasm.js +39 -49
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/xml.js +45 -55
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/yaml.js +46 -66
- 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 +138 -304
- package/dist/es/node_modules/.pnpm/linkify-it@4.0.1/node_modules/linkify-it/lib/re.js +16 -49
- 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 +5 -18
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/common/utils.js +77 -153
- 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 +26 -61
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/helpers/parse_link_label.js +13 -27
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/helpers/parse_link_title.js +14 -37
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/index.js +83 -156
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/parser_block.js +42 -69
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/parser_core.js +28 -32
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/parser_inline.js +66 -96
- 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 +64 -132
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/ruler.js +74 -122
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/blockquote.js +27 -147
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/code.js +12 -18
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/fence.js +11 -63
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/heading.js +9 -40
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/hr.js +11 -32
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/html_block.js +26 -56
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/lheading.js +18 -53
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/list.js +53 -196
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/paragraph.js +12 -32
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/reference.js +44 -142
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/state_block.js +60 -150
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/table.js +44 -174
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/block.js +4 -12
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/inline.js +5 -9
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/linkify.js +20 -90
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/normalize.js +5 -8
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/replacements.js +17 -53
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/smartquotes.js +50 -143
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/state_core.js +7 -11
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/text_join.js +10 -26
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/autolink.js +10 -57
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/backticks.js +16 -42
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/balance_pairs.js +16 -59
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/emphasis.js +24 -64
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/entity.js +13 -45
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/escape.js +16 -51
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/fragments_join.js +6 -21
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/html_inline.js +13 -37
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/image.js +32 -107
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/link.js +26 -100
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/linkify.js +4 -44
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/newline.js +19 -32
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/state_inline.js +23 -91
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/strikethrough.js +25 -79
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/text.js +9 -18
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/token.js +21 -52
- package/dist/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/decode.js +32 -74
- package/dist/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/encode.js +29 -54
- package/dist/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/format.js +4 -16
- 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 +60 -158
- package/dist/es/node_modules/.pnpm/prettier@2.8.4/node_modules/prettier/parser-html.js +2274 -2375
- package/dist/es/node_modules/.pnpm/prettier@2.8.4/node_modules/prettier/parser-typescript.js +23219 -23489
- package/dist/es/node_modules/.pnpm/prettier@2.8.4/node_modules/prettier/standalone.js +8174 -8281
- package/dist/es/node_modules/.pnpm/punycode@2.3.0/node_modules/punycode/punycode.es6.js +107 -208
- package/dist/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cc/regex.js +4 -9
- package/dist/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cf/regex.js +4 -9
- 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 +4 -9
- package/dist/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/index.js +10 -18
- package/dist/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/properties/Any/regex.js +4 -9
- package/dist/es/packages/components/aside/index.vue.js +75 -109
- package/dist/es/packages/components/aside/index.vue2.js +2 -2
- package/dist/es/packages/components/boxurl/index.vue.js +31 -55
- package/dist/es/packages/components/boxurl/index.vue2.js +2 -2
- package/dist/es/packages/components/choice/choice.vue.js +33 -43
- package/dist/es/packages/components/choice/choice.vue2.js +2 -2
- package/dist/es/packages/components/choice/index.vue.js +45 -69
- 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 +70 -91
- package/dist/es/packages/components/code/index.vue2.js +2 -2
- package/dist/es/packages/components/compo/ftable.vue.js +30 -46
- package/dist/es/packages/components/compo/ftable.vue2.js +2 -2
- package/dist/es/packages/components/compo/index.js +135 -207
- package/dist/es/packages/components/compo/index.vue.js +119 -151
- package/dist/es/packages/components/compo/index.vue2.js +2 -2
- package/dist/es/packages/components/compo/info.vue.js +30 -43
- package/dist/es/packages/components/compo/info.vue2.js +2 -2
- package/dist/es/packages/components/compo/top.js +84 -114
- package/dist/es/packages/components/header/index.vue.js +7 -7
- package/dist/es/packages/components/main/index.vue.js +43 -59
- package/dist/es/packages/components/main/index.vue2.js +2 -2
- package/dist/es/packages/components/md/index.vue.js +42 -53
- package/dist/es/packages/components/md/index.vue2.js +2 -2
- package/dist/es/packages/components/test/index.js +70 -99
- package/dist/es/packages/components/test/index.vue.js +68 -91
- package/dist/es/packages/components/test/index.vue2.js +2 -2
- package/dist/es/packages/components/test/top.js +98 -128
- package/dist/es/packages/components/use/index.js +82 -109
- package/dist/es/packages/components/use/retrie/any/index.vue.js +62 -83
- package/dist/es/packages/components/use/retrie/any/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/array/index.vue.js +37 -54
- package/dist/es/packages/components/use/retrie/array/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/boolean/index.vue.js +40 -61
- package/dist/es/packages/components/use/retrie/boolean/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/choice/index.vue.js +92 -154
- package/dist/es/packages/components/use/retrie/choice/index.vue2.js +2 -3
- package/dist/es/packages/components/use/retrie/choice/index.vue3.js +5 -0
- package/dist/es/packages/components/use/retrie/expose/index.vue.js +44 -65
- package/dist/es/packages/components/use/retrie/expose/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/form/index.vue.js +95 -106
- package/dist/es/packages/components/use/retrie/form/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/function/index.vue.js +45 -60
- package/dist/es/packages/components/use/retrie/function/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/index.vue.js +43 -56
- package/dist/es/packages/components/use/retrie/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/number/index.vue.js +30 -41
- package/dist/es/packages/components/use/retrie/number/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/object/index.vue.js +37 -54
- package/dist/es/packages/components/use/retrie/object/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/other/index.vue.js +35 -54
- package/dist/es/packages/components/use/retrie/other/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/select/index.vue.js +75 -112
- package/dist/es/packages/components/use/retrie/select/index.vue2.js +2 -3
- package/dist/es/packages/components/use/retrie/select/index.vue3.js +5 -0
- package/dist/es/packages/components/use/retrie/slot/index.vue.js +30 -41
- package/dist/es/packages/components/use/retrie/slot/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/string/index.vue.js +24 -36
- package/dist/es/packages/components/use/retrie/string/index.vue2.js +2 -2
- package/dist/es/packages/components/use/set-code.vue.js +100 -148
- package/dist/es/packages/components/use/set-code.vue2.js +2 -2
- package/dist/es/packages/components/use/set-emit.vue.js +32 -46
- package/dist/es/packages/components/use/set-emit.vue2.js +2 -2
- package/dist/es/packages/components/use/set-expose.vue.js +29 -38
- package/dist/es/packages/components/use/set-expose.vue2.js +2 -2
- package/dist/es/packages/components/use/set-props.vue.js +64 -104
- package/dist/es/packages/components/use/set-props.vue2.js +2 -2
- package/dist/es/packages/components/use/set-slot.vue.js +31 -39
- package/dist/es/packages/components/use/set-slot.vue2.js +2 -2
- package/dist/es/packages/components/use/util.js +74 -156
- package/dist/es/packages/config.js +8 -8
- package/dist/es/packages/index/index.vue.js +10 -11
- package/dist/es/packages/index/index.vue2.js +4 -0
- 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 +16 -19
- package/dist/es/packages/page/develop/index.vue.js +2 -2
- package/dist/es/packages/page/develop/index.vue2.js +16 -19
- package/dist/es/packages/page/index/index.vue.js +2 -2
- package/dist/es/packages/page/index/index.vue2.js +36 -50
- package/dist/es/packages/page/single/index.vue.js +2 -2
- package/dist/es/packages/page/single/index.vue2.js +57 -75
- package/dist/es/packages/page/tests/index.vue.js +2 -2
- package/dist/es/packages/page/tests/index.vue2.js +46 -74
- package/dist/es/packages/router/index.js +62 -99
- package/dist/es/packages/utils/common.js +80 -138
- package/dist/es/packages/utils/glob.js +306 -480
- package/dist/es/packages/utils/index.js +13 -14
- package/dist/es/packages/utils/props.js +66 -171
- package/dist/es/packages/utils/storage.js +19 -27
- package/dist/es/style.css +2 -2
- package/dist/lib/_virtual/_commonjsHelpers.js +1 -38
- package/dist/lib/_virtual/_plugin-vue_export-helper.js +1 -9
- package/dist/lib/_virtual/emphasis.js +1 -4
- package/dist/lib/_virtual/entities.js +1 -12
- package/dist/lib/_virtual/html_re.js +1 -4
- package/dist/lib/_virtual/index.js +1 -12
- package/dist/lib/_virtual/index2.js +1 -4
- package/dist/lib/_virtual/index3.js +1 -4
- package/dist/lib/_virtual/index4.js +1 -4
- package/dist/lib/_virtual/parser-html.js +1 -12
- package/dist/lib/_virtual/parser-typescript.js +1 -12
- package/dist/lib/_virtual/punycode.es6.js +1 -5
- package/dist/lib/_virtual/standalone.js +1 -12
- package/dist/lib/_virtual/strikethrough.js +1 -4
- package/dist/lib/_virtual/utils.js +1 -4
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-11/node_modules/@fangzhongya/utils/dist/chunk-4OBNLDTJ.js +1 -0
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-11/node_modules/@fangzhongya/utils/dist/chunk-EWJJKQIO.js +1 -0
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-11/node_modules/@fangzhongya/utils/dist/chunk-GOJN3OQ4.js +1 -0
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-11/node_modules/@fangzhongya/utils/dist/chunk-J7CICTHH.js +1 -0
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-11/node_modules/@fangzhongya/utils/dist/chunk-RD4EP3M5.js +1 -0
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-11/node_modules/@fangzhongya/utils/dist/chunk-SNABGVNO.js +1 -0
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-11/node_modules/@fangzhongya/utils/dist/chunk-XCDKXZFR.js +1 -0
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-11/node_modules/@fangzhongya/utils/dist/chunk-XQB2HUHZ.js +1 -0
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-11/node_modules/@fangzhongya/utils/dist/chunk-ZVBCHJA5.js +1 -0
- package/dist/lib/node_modules/.pnpm/@highlightjs_vue-plugin@2.1.0_jsvakxz56e7tk77soxhxnrhzhm/node_modules/@highlightjs/vue-plugin/dist/highlightjs-vue.esm.min.js +1 -34
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/index.js +1 -15
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/block-parser.js +1 -25
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/index.js +1 -41
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/source-parser.js +1 -44
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/spec-parser.js +1 -15
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/tokenizers/description.js +2 -35
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/tokenizers/name.js +1 -83
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/tokenizers/tag.js +1 -22
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/tokenizers/type.js +2 -60
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/primitives.js +1 -9
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/transforms/align.js +1 -14
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/transforms/crlf.js +1 -13
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/transforms/indent.js +1 -13
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/util.js +1 -28
- package/dist/lib/node_modules/.pnpm/entities@3.0.1/node_modules/entities/lib/maps/entities.json.js +2 -6376
- package/dist/lib/node_modules/.pnpm/es-module-lexer@1.1.1/node_modules/es-module-lexer/dist/lexer.js +3 -50
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/es/common.js +1 -5
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/es/core.js +1 -5
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/common.js +1 -80
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/core.js +2 -1573
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/bash.js +1 -381
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/c.js +1 -289
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/cpp.js +1 -544
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/csharp.js +1 -398
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/css.js +1 -741
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/diff.js +1 -63
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/go.js +1 -144
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/graphql.js +1 -80
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/ini.js +1 -126
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/java.js +1 -263
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/javascript.js +1 -691
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/json.js +1 -49
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/kotlin.js +2 -265
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/less.js +1 -822
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/lua.js +1 -70
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/makefile.js +1 -77
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/markdown.js +1 -236
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/objectivec.js +1 -253
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/perl.js +1 -461
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/php-template.js +1 -56
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/php.js +2 -586
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/plaintext.js +1 -22
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/python-repl.js +1 -35
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/python.js +1 -423
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/r.js +1 -220
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/ruby.js +1 -423
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/rust.js +1 -305
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/scss.js +1 -726
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/shell.js +1 -34
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/sql.js +1 -648
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/swift.js +1 -785
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/typescript.js +1 -779
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/vbnet.js +1 -143
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/wasm.js +1 -131
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/xml.js +1 -236
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/yaml.js +1 -194
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/styles/stackoverflow-light.css.js +1 -3
- package/dist/lib/node_modules/.pnpm/linkify-it@4.0.1/node_modules/linkify-it/index.js +1 -354
- package/dist/lib/node_modules/.pnpm/linkify-it@4.0.1/node_modules/linkify-it/lib/re.js +1 -54
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/index.js +1 -9
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/common/entities.js +1 -6
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/common/html_blocks.js +1 -66
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/common/html_re.js +1 -19
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/common/utils.js +1 -226
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/helpers/index.js +1 -9
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/helpers/parse_link_destination.js +1 -78
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/helpers/parse_link_label.js +1 -32
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/helpers/parse_link_title.js +1 -45
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/index.js +1 -181
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/parser_block.js +1 -79
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/parser_core.js +1 -38
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/parser_inline.js +1 -112
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/presets/commonmark.js +1 -77
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/presets/default.js +1 -39
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/presets/zero.js +1 -58
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/renderer.js +13 -150
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/ruler.js +1 -143
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/blockquote.js +1 -160
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/code.js +2 -26
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/fence.js +1 -67
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/heading.js +1 -43
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/hr.js +1 -36
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/html_block.js +1 -62
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/lheading.js +1 -59
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/list.js +1 -220
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/paragraph.js +1 -36
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/reference.js +1 -152
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/state_block.js +1 -167
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/table.js +1 -184
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/block.js +1 -14
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/inline.js +1 -11
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/linkify.js +1 -100
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/normalize.js +2 -10
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/replacements.js +1 -62
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/smartquotes.js +1 -157
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/state_core.js +1 -13
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/text_join.js +1 -29
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/autolink.js +1 -61
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/backticks.js +1 -45
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/balance_pairs.js +1 -65
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/emphasis.js +1 -82
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/entity.js +1 -49
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/escape.js +1 -56
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/fragments_join.js +1 -23
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/html_inline.js +1 -43
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/image.js +1 -112
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/link.js +1 -105
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/linkify.js +1 -46
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/newline.js +1 -35
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/state_inline.js +1 -98
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/strikethrough.js +1 -88
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/text.js +1 -46
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/token.js +1 -61
- package/dist/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/decode.js +1 -84
- package/dist/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/encode.js +1 -64
- package/dist/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/format.js +1 -18
- package/dist/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/index.js +1 -11
- package/dist/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/parse.js +2 -171
- package/dist/lib/node_modules/.pnpm/prettier@2.8.4/node_modules/prettier/parser-html.js +20 -3149
- package/dist/lib/node_modules/.pnpm/prettier@2.8.4/node_modules/prettier/parser-typescript.js +78 -33275
- package/dist/lib/node_modules/.pnpm/prettier@2.8.4/node_modules/prettier/standalone.js +88 -11383
- package/dist/lib/node_modules/.pnpm/punycode@2.3.0/node_modules/punycode/punycode.es6.js +1 -240
- package/dist/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cc/regex.js +1 -12
- package/dist/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cf/regex.js +1 -12
- package/dist/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/P/regex.js +1 -3
- package/dist/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Z/regex.js +1 -12
- package/dist/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/index.js +1 -21
- package/dist/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/properties/Any/regex.js +1 -12
- package/dist/lib/packages/components/aside/index.vue.js +1 -133
- package/dist/lib/packages/components/aside/index.vue2.js +1 -3
- package/dist/lib/packages/components/boxurl/index.vue.js +1 -78
- package/dist/lib/packages/components/boxurl/index.vue2.js +1 -3
- package/dist/lib/packages/components/choice/choice.vue.js +1 -58
- package/dist/lib/packages/components/choice/choice.vue2.js +1 -3
- package/dist/lib/packages/components/choice/index.vue.js +1 -99
- package/dist/lib/packages/components/choice/index.vue2.js +1 -3
- package/dist/lib/packages/components/code/highlight.vue.js +1 -15
- package/dist/lib/packages/components/code/highlight.vue2.js +1 -17
- package/dist/lib/packages/components/code/index.vue.js +1 -131
- package/dist/lib/packages/components/code/index.vue2.js +1 -3
- package/dist/lib/packages/components/compo/ftable.vue.js +1 -77
- package/dist/lib/packages/components/compo/ftable.vue2.js +1 -3
- package/dist/lib/packages/components/compo/index.js +1 -290
- package/dist/lib/packages/components/compo/index.vue.js +1 -226
- package/dist/lib/packages/components/compo/index.vue2.js +1 -3
- package/dist/lib/packages/components/compo/info.vue.js +1 -56
- package/dist/lib/packages/components/compo/info.vue2.js +1 -3
- package/dist/lib/packages/components/compo/top.js +1 -151
- package/dist/lib/packages/components/header/index.vue.js +1 -9
- package/dist/lib/packages/components/main/index.vue.js +1 -71
- package/dist/lib/packages/components/main/index.vue2.js +1 -3
- package/dist/lib/packages/components/md/index.vue.js +1 -70
- package/dist/lib/packages/components/md/index.vue2.js +1 -3
- package/dist/lib/packages/components/test/index.js +1 -129
- package/dist/lib/packages/components/test/index.vue.js +1 -108
- package/dist/lib/packages/components/test/index.vue2.js +1 -3
- package/dist/lib/packages/components/test/top.js +1 -187
- package/dist/lib/packages/components/use/index.js +1 -202
- package/dist/lib/packages/components/use/retrie/any/index.vue.js +1 -153
- package/dist/lib/packages/components/use/retrie/any/index.vue2.js +1 -3
- package/dist/lib/packages/components/use/retrie/array/index.vue.js +5 -79
- package/dist/lib/packages/components/use/retrie/array/index.vue2.js +1 -3
- package/dist/lib/packages/components/use/retrie/boolean/index.vue.js +1 -90
- package/dist/lib/packages/components/use/retrie/boolean/index.vue2.js +1 -3
- package/dist/lib/packages/components/use/retrie/choice/index.vue.js +3 -207
- package/dist/lib/packages/components/use/retrie/choice/index.vue2.js +1 -4
- package/dist/lib/packages/components/use/retrie/choice/index.vue3.js +1 -0
- package/dist/lib/packages/components/use/retrie/expose/index.vue.js +1 -89
- package/dist/lib/packages/components/use/retrie/expose/index.vue2.js +1 -3
- package/dist/lib/packages/components/use/retrie/form/index.vue.js +1 -159
- package/dist/lib/packages/components/use/retrie/form/index.vue2.js +1 -3
- package/dist/lib/packages/components/use/retrie/function/index.vue.js +3 -94
- package/dist/lib/packages/components/use/retrie/function/index.vue2.js +1 -3
- package/dist/lib/packages/components/use/retrie/index.vue.js +1 -112
- package/dist/lib/packages/components/use/retrie/index.vue2.js +1 -3
- package/dist/lib/packages/components/use/retrie/number/index.vue.js +1 -58
- package/dist/lib/packages/components/use/retrie/number/index.vue2.js +1 -3
- package/dist/lib/packages/components/use/retrie/object/index.vue.js +5 -79
- package/dist/lib/packages/components/use/retrie/object/index.vue2.js +1 -3
- package/dist/lib/packages/components/use/retrie/other/index.vue.js +3 -93
- package/dist/lib/packages/components/use/retrie/other/index.vue2.js +1 -3
- package/dist/lib/packages/components/use/retrie/select/index.vue.js +1 -160
- package/dist/lib/packages/components/use/retrie/select/index.vue2.js +1 -4
- package/dist/lib/packages/components/use/retrie/select/index.vue3.js +1 -0
- package/dist/lib/packages/components/use/retrie/slot/index.vue.js +1 -57
- package/dist/lib/packages/components/use/retrie/slot/index.vue2.js +1 -3
- package/dist/lib/packages/components/use/retrie/string/index.vue.js +1 -62
- package/dist/lib/packages/components/use/retrie/string/index.vue2.js +1 -3
- package/dist/lib/packages/components/use/set-code.vue.js +12 -182
- package/dist/lib/packages/components/use/set-code.vue2.js +1 -3
- package/dist/lib/packages/components/use/set-emit.vue.js +1 -63
- package/dist/lib/packages/components/use/set-emit.vue2.js +1 -3
- package/dist/lib/packages/components/use/set-expose.vue.js +1 -52
- package/dist/lib/packages/components/use/set-expose.vue2.js +1 -3
- package/dist/lib/packages/components/use/set-props.vue.js +1 -131
- package/dist/lib/packages/components/use/set-props.vue2.js +1 -3
- package/dist/lib/packages/components/use/set-slot.vue.js +1 -52
- package/dist/lib/packages/components/use/set-slot.vue2.js +1 -3
- package/dist/lib/packages/components/use/util.js +4 -181
- package/dist/lib/packages/config.js +1 -14
- package/dist/lib/packages/index/index.vue.js +1 -14
- package/dist/lib/packages/index/index.vue2.js +1 -0
- package/dist/lib/packages/index.js +1 -14
- package/dist/lib/packages/page/compon/index.vue.js +1 -3
- package/dist/lib/packages/page/compon/index.vue2.js +1 -23
- package/dist/lib/packages/page/develop/index.vue.js +1 -3
- package/dist/lib/packages/page/develop/index.vue2.js +1 -23
- package/dist/lib/packages/page/index/index.vue.js +1 -3
- package/dist/lib/packages/page/index/index.vue2.js +1 -62
- package/dist/lib/packages/page/single/index.vue.js +1 -3
- package/dist/lib/packages/page/single/index.vue2.js +1 -86
- package/dist/lib/packages/page/tests/index.vue.js +1 -3
- package/dist/lib/packages/page/tests/index.vue2.js +1 -94
- package/dist/lib/packages/router/index.js +1 -173
- package/dist/lib/packages/utils/common.js +1 -166
- package/dist/lib/packages/utils/glob.js +2 -561
- package/dist/lib/packages/utils/index.js +1 -19
- package/dist/lib/packages/utils/props.js +1 -197
- package/dist/lib/packages/utils/storage.js +1 -42
- package/package.json +4 -4
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-4OBNLDTJ.js +0 -6
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-EWJJKQIO.js +0 -6
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-GOJN3OQ4.js +0 -20
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-J7CICTHH.js +0 -23
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-RD4EP3M5.js +0 -44
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-SNABGVNO.js +0 -12
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-XCDKXZFR.js +0 -11
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-XQB2HUHZ.js +0 -21
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-ZVBCHJA5.js +0 -16
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-4OBNLDTJ.js +0 -6
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-EWJJKQIO.js +0 -6
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-GOJN3OQ4.js +0 -20
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-J7CICTHH.js +0 -23
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-RD4EP3M5.js +0 -44
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-SNABGVNO.js +0 -12
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-XCDKXZFR.js +0 -11
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-XQB2HUHZ.js +0 -21
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-ZVBCHJA5.js +0 -16
|
@@ -1,38 +1,36 @@
|
|
|
1
|
-
var
|
|
2
|
-
function
|
|
3
|
-
return
|
|
1
|
+
var f = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
2
|
+
function l(e) {
|
|
3
|
+
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
4
4
|
}
|
|
5
|
-
function
|
|
6
|
-
if (
|
|
7
|
-
return
|
|
8
|
-
var
|
|
9
|
-
if (typeof
|
|
10
|
-
var
|
|
11
|
-
if (this instanceof
|
|
12
|
-
var
|
|
13
|
-
|
|
14
|
-
var
|
|
15
|
-
return new
|
|
5
|
+
function p(e) {
|
|
6
|
+
if (e.__esModule)
|
|
7
|
+
return e;
|
|
8
|
+
var r = e.default;
|
|
9
|
+
if (typeof r == "function") {
|
|
10
|
+
var o = function n() {
|
|
11
|
+
if (this instanceof n) {
|
|
12
|
+
var t = [null];
|
|
13
|
+
t.push.apply(t, arguments);
|
|
14
|
+
var u = Function.bind.apply(r, t);
|
|
15
|
+
return new u();
|
|
16
16
|
}
|
|
17
|
-
return
|
|
17
|
+
return r.apply(this, arguments);
|
|
18
18
|
};
|
|
19
|
-
|
|
19
|
+
o.prototype = r.prototype;
|
|
20
20
|
} else
|
|
21
|
-
|
|
22
|
-
Object.defineProperty(
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
enumerable: true,
|
|
21
|
+
o = {};
|
|
22
|
+
return Object.defineProperty(o, "__esModule", { value: !0 }), Object.keys(e).forEach(function(n) {
|
|
23
|
+
var t = Object.getOwnPropertyDescriptor(e, n);
|
|
24
|
+
Object.defineProperty(o, n, t.get ? t : {
|
|
25
|
+
enumerable: !0,
|
|
27
26
|
get: function() {
|
|
28
|
-
return n
|
|
27
|
+
return e[n];
|
|
29
28
|
}
|
|
30
29
|
});
|
|
31
|
-
});
|
|
32
|
-
return a;
|
|
30
|
+
}), o;
|
|
33
31
|
}
|
|
34
32
|
export {
|
|
35
|
-
commonjsGlobal,
|
|
36
|
-
getAugmentedNamespace,
|
|
37
|
-
getDefaultExportFromCjs
|
|
33
|
+
f as commonjsGlobal,
|
|
34
|
+
p as getAugmentedNamespace,
|
|
35
|
+
l as getDefaultExportFromCjs
|
|
38
36
|
};
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
const
|
|
2
|
-
const
|
|
3
|
-
for (const [
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
return target;
|
|
1
|
+
const s = (t, e) => {
|
|
2
|
+
const o = t.__vccOpts || t;
|
|
3
|
+
for (const [r, c] of e)
|
|
4
|
+
o[r] = c;
|
|
5
|
+
return o;
|
|
7
6
|
};
|
|
8
7
|
export {
|
|
9
|
-
|
|
8
|
+
s as default
|
|
10
9
|
};
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
var
|
|
2
|
-
var entities = {
|
|
1
|
+
var e = {}, r = {
|
|
3
2
|
get exports() {
|
|
4
|
-
return
|
|
3
|
+
return e;
|
|
5
4
|
},
|
|
6
|
-
set exports(
|
|
7
|
-
|
|
5
|
+
set exports(t) {
|
|
6
|
+
e = t;
|
|
8
7
|
}
|
|
9
8
|
};
|
|
10
9
|
export {
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
r as __module,
|
|
11
|
+
e as exports
|
|
13
12
|
};
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
var
|
|
2
|
-
var markdownIt = {
|
|
1
|
+
var r = {}, e = {
|
|
3
2
|
get exports() {
|
|
4
|
-
return
|
|
3
|
+
return r;
|
|
5
4
|
},
|
|
6
|
-
set exports(
|
|
7
|
-
|
|
5
|
+
set exports(t) {
|
|
6
|
+
r = t;
|
|
8
7
|
}
|
|
9
8
|
};
|
|
10
9
|
export {
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
e as __module,
|
|
11
|
+
r as exports
|
|
13
12
|
};
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
var
|
|
2
|
-
var parserHtml = {
|
|
1
|
+
var r = {}, t = {
|
|
3
2
|
get exports() {
|
|
4
|
-
return
|
|
3
|
+
return r;
|
|
5
4
|
},
|
|
6
|
-
set exports(
|
|
7
|
-
|
|
5
|
+
set exports(e) {
|
|
6
|
+
r = e;
|
|
8
7
|
}
|
|
9
8
|
};
|
|
10
9
|
export {
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
t as __module,
|
|
11
|
+
r as exports
|
|
13
12
|
};
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
var
|
|
2
|
-
var parserTypescript = {
|
|
1
|
+
var r = {}, p = {
|
|
3
2
|
get exports() {
|
|
4
|
-
return
|
|
3
|
+
return r;
|
|
5
4
|
},
|
|
6
|
-
set exports(
|
|
7
|
-
|
|
5
|
+
set exports(e) {
|
|
6
|
+
r = e;
|
|
8
7
|
}
|
|
9
8
|
};
|
|
10
9
|
export {
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
p as __module,
|
|
11
|
+
r as exports
|
|
13
12
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { getAugmentedNamespace } from "./_commonjsHelpers.js";
|
|
2
|
-
import * as
|
|
3
|
-
const
|
|
1
|
+
import { getAugmentedNamespace as e } from "./_commonjsHelpers.js";
|
|
2
|
+
import * as o from "../node_modules/.pnpm/punycode@2.3.0/node_modules/punycode/punycode.es6.js";
|
|
3
|
+
const t = /* @__PURE__ */ e(o);
|
|
4
4
|
export {
|
|
5
|
-
|
|
5
|
+
t as default
|
|
6
6
|
};
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
var
|
|
2
|
-
var standalone = {
|
|
1
|
+
var e = {}, r = {
|
|
3
2
|
get exports() {
|
|
4
|
-
return
|
|
3
|
+
return e;
|
|
5
4
|
},
|
|
6
|
-
set exports(
|
|
7
|
-
|
|
5
|
+
set exports(t) {
|
|
6
|
+
e = t;
|
|
8
7
|
}
|
|
9
8
|
};
|
|
10
9
|
export {
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
r as __module,
|
|
11
|
+
e as exports
|
|
13
12
|
};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
function s(r) {
|
|
2
|
+
const l = /(([A-Z])([^A-Z]*))/g;
|
|
3
|
+
let e;
|
|
4
|
+
const t = [];
|
|
5
|
+
let i = 0;
|
|
6
|
+
for (; (e = l.exec(r)) !== null; )
|
|
7
|
+
i == 0 && e.index != 0 && t.push(r.substring(0, e.index)), i++, t.push(e[1].toLowerCase());
|
|
8
|
+
if (t.length == 0)
|
|
9
|
+
return r;
|
|
10
|
+
{
|
|
11
|
+
let n = t.join("-");
|
|
12
|
+
return n = n.replace(/[-]{2,}/g, "-"), n;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
export {
|
|
16
|
+
s as humpToLine
|
|
17
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
function p(e, t, n = 0, s) {
|
|
2
|
+
if (e instanceof Array)
|
|
3
|
+
if (n > 0 && s)
|
|
4
|
+
if (t instanceof Array)
|
|
5
|
+
for (const c of t)
|
|
6
|
+
e.includes(c) || e.push(c);
|
|
7
|
+
else
|
|
8
|
+
e.includes(t) || e.push(t);
|
|
9
|
+
else
|
|
10
|
+
e = t;
|
|
11
|
+
else if (typeof e == "object") {
|
|
12
|
+
const c = Object.prototype.toString.call(e), i = Object.prototype.toString.call(t);
|
|
13
|
+
if (e && typeof t == "object" && c == i && n > 0) {
|
|
14
|
+
const f = n - 1;
|
|
15
|
+
if (f > 0)
|
|
16
|
+
for (const o in t) {
|
|
17
|
+
const r = e[o], l = t[o];
|
|
18
|
+
e[o] = p(r, l, f, s);
|
|
19
|
+
}
|
|
20
|
+
else
|
|
21
|
+
for (const o in t)
|
|
22
|
+
e[o] = t[o];
|
|
23
|
+
} else
|
|
24
|
+
e = t;
|
|
25
|
+
} else
|
|
26
|
+
e = t;
|
|
27
|
+
return e;
|
|
28
|
+
}
|
|
29
|
+
export {
|
|
30
|
+
p as mergeObject
|
|
31
|
+
};
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import { defineComponent, ref, watch, computed, h } from "vue";
|
|
2
|
-
import
|
|
3
|
-
var
|
|
4
|
-
var n =
|
|
5
|
-
|
|
1
|
+
import { defineComponent as c, ref as h, watch as d, computed as t, h as g } from "vue";
|
|
2
|
+
import u from "../../../../../highlight.js@11.7.0/node_modules/highlight.js/lib/core.js";
|
|
3
|
+
var i = c({ props: { code: { type: String, required: !0 }, language: { type: String, default: "" }, autodetect: { type: Boolean, default: !0 }, ignoreIllegals: { type: Boolean, default: !0 } }, setup: function(e) {
|
|
4
|
+
var n = h(e.language);
|
|
5
|
+
d(function() {
|
|
6
6
|
return e.language;
|
|
7
|
-
}, function(
|
|
8
|
-
n.value =
|
|
7
|
+
}, function(l) {
|
|
8
|
+
n.value = l;
|
|
9
9
|
});
|
|
10
|
-
var
|
|
10
|
+
var o = t(function() {
|
|
11
11
|
return e.autodetect || !n.value;
|
|
12
|
-
}),
|
|
13
|
-
return !
|
|
12
|
+
}), r = t(function() {
|
|
13
|
+
return !o.value && !u.getLanguage(n.value);
|
|
14
14
|
});
|
|
15
|
-
return { className:
|
|
16
|
-
return
|
|
17
|
-
}), highlightedCode:
|
|
15
|
+
return { className: t(function() {
|
|
16
|
+
return r.value ? "" : "hljs " + n.value;
|
|
17
|
+
}), highlightedCode: t(function() {
|
|
18
18
|
var l;
|
|
19
|
-
if (
|
|
19
|
+
if (r.value)
|
|
20
20
|
return console.warn('The language "' + n.value + '" you specified could not be found.'), e.code.replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">").replace(/"/g, """).replace(/'/g, "'");
|
|
21
|
-
if (
|
|
22
|
-
var a =
|
|
23
|
-
return n.value =
|
|
21
|
+
if (o.value) {
|
|
22
|
+
var a = u.highlightAuto(e.code);
|
|
23
|
+
return n.value = (l = a.language) !== null && l !== void 0 ? l : "", a.value;
|
|
24
24
|
}
|
|
25
|
-
return (a =
|
|
25
|
+
return (a = u.highlight(e.code, { language: n.value, ignoreIllegals: e.ignoreIllegals })).value;
|
|
26
26
|
}) };
|
|
27
27
|
}, render: function() {
|
|
28
|
-
return
|
|
29
|
-
} }),
|
|
30
|
-
e.component("highlightjs",
|
|
31
|
-
}, component:
|
|
32
|
-
const
|
|
28
|
+
return g("pre", {}, [g("code", { class: this.className, innerHTML: this.highlightedCode })]);
|
|
29
|
+
} }), p = { install: function(e) {
|
|
30
|
+
e.component("highlightjs", i);
|
|
31
|
+
}, component: i };
|
|
32
|
+
const v = p;
|
|
33
33
|
export {
|
|
34
|
-
|
|
34
|
+
v as default
|
|
35
35
|
};
|
package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { Markers } from "./primitives.js";
|
|
1
|
+
import t from "./parser/index.js";
|
|
2
|
+
import { Markers as s } from "./primitives.js";
|
|
3
3
|
import "./transforms/align.js";
|
|
4
4
|
import "./transforms/indent.js";
|
|
5
5
|
import "./transforms/crlf.js";
|
|
6
|
-
function
|
|
7
|
-
return
|
|
6
|
+
function a(r, o = {}) {
|
|
7
|
+
return t(o)(r);
|
|
8
8
|
}
|
|
9
9
|
export {
|
|
10
|
-
Markers,
|
|
11
|
-
parse
|
|
10
|
+
s as Markers,
|
|
11
|
+
a as parse
|
|
12
12
|
};
|
|
@@ -1,26 +1,17 @@
|
|
|
1
|
-
const
|
|
2
|
-
function
|
|
3
|
-
const
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
sections.push([line]);
|
|
11
|
-
} else {
|
|
12
|
-
sections[sections.length - 1].push(line);
|
|
13
|
-
}
|
|
14
|
-
isFenced = toggleFence(line.tokens.description, isFenced);
|
|
15
|
-
}
|
|
16
|
-
return sections;
|
|
1
|
+
const l = /^@\S+/;
|
|
2
|
+
function f({ fence: t = "```" } = {}) {
|
|
3
|
+
const o = u(t), i = (c, e) => o(c) ? !e : e;
|
|
4
|
+
return function(e) {
|
|
5
|
+
const n = [[]];
|
|
6
|
+
let r = !1;
|
|
7
|
+
for (const s of e)
|
|
8
|
+
l.test(s.tokens.description) && !r ? n.push([s]) : n[n.length - 1].push(s), r = i(s.tokens.description, r);
|
|
9
|
+
return n;
|
|
17
10
|
};
|
|
18
11
|
}
|
|
19
|
-
function
|
|
20
|
-
|
|
21
|
-
return (source) => source.split(fence).length % 2 === 0;
|
|
22
|
-
return fence;
|
|
12
|
+
function u(t) {
|
|
13
|
+
return typeof t == "string" ? (o) => o.split(t).length % 2 === 0 : t;
|
|
23
14
|
}
|
|
24
15
|
export {
|
|
25
|
-
|
|
16
|
+
f as default
|
|
26
17
|
};
|
|
@@ -1,42 +1,38 @@
|
|
|
1
|
-
import { Markers } from "../primitives.js";
|
|
2
|
-
import { splitLines } from "../util.js";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
function
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
import { Markers as z } from "../primitives.js";
|
|
2
|
+
import { splitLines as P } from "../util.js";
|
|
3
|
+
import T from "./block-parser.js";
|
|
4
|
+
import b from "./source-parser.js";
|
|
5
|
+
import $ from "./spec-parser.js";
|
|
6
|
+
import h from "./tokenizers/tag.js";
|
|
7
|
+
import w from "./tokenizers/type.js";
|
|
8
|
+
import S from "./tokenizers/name.js";
|
|
9
|
+
import j, { getJoiner as v } from "./tokenizers/description.js";
|
|
10
|
+
function A({ startLine: o = 0, fence: c = "```", spacing: r = "compact", markers: t = z, tokenizers: p = [
|
|
11
|
+
h(),
|
|
12
|
+
w(r),
|
|
13
|
+
S(),
|
|
14
|
+
j(r)
|
|
15
15
|
] } = {}) {
|
|
16
|
-
if (
|
|
16
|
+
if (o < 0 || o % 1 > 0)
|
|
17
17
|
throw new Error("Invalid startLine");
|
|
18
|
-
const
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
for (const line of splitLines(source)) {
|
|
25
|
-
const lines = parseSource(line);
|
|
26
|
-
if (lines === null)
|
|
18
|
+
const m = b({ startLine: o, markers: t }), f = T({ fence: c }), a = $({ tokenizers: p }), l = v(r);
|
|
19
|
+
return function(u) {
|
|
20
|
+
const n = [];
|
|
21
|
+
for (const k of P(u)) {
|
|
22
|
+
const e = m(k);
|
|
23
|
+
if (e === null)
|
|
27
24
|
continue;
|
|
28
|
-
const
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
problems: specs.reduce((acc, spec) => acc.concat(spec.problems), [])
|
|
25
|
+
const s = f(e), i = s.slice(1).map(a);
|
|
26
|
+
n.push({
|
|
27
|
+
description: l(s[0], t),
|
|
28
|
+
tags: i,
|
|
29
|
+
source: e,
|
|
30
|
+
problems: i.reduce((d, g) => d.concat(g.problems), [])
|
|
35
31
|
});
|
|
36
32
|
}
|
|
37
|
-
return
|
|
33
|
+
return n;
|
|
38
34
|
};
|
|
39
35
|
}
|
|
40
36
|
export {
|
|
41
|
-
|
|
37
|
+
A as default
|
|
42
38
|
};
|
|
@@ -1,45 +1,24 @@
|
|
|
1
|
-
import { Markers } from "../primitives.js";
|
|
2
|
-
import { seedTokens, splitCR, splitSpace } from "../util.js";
|
|
3
|
-
function
|
|
4
|
-
let
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
if (
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
rest = rest.slice(markers.start.length);
|
|
15
|
-
[tokens.postDelimiter, rest] = splitSpace(rest);
|
|
1
|
+
import { Markers as c } from "../primitives.js";
|
|
2
|
+
import { seedTokens as h, splitCR as p, splitSpace as o } from "../util.js";
|
|
3
|
+
function a({ startLine: u = 0, markers: e = c } = {}) {
|
|
4
|
+
let l = null, s = u;
|
|
5
|
+
return function(r) {
|
|
6
|
+
let t = r;
|
|
7
|
+
const i = h();
|
|
8
|
+
if ([i.lineEnd, t] = p(t), [i.start, t] = o(t), l === null && t.startsWith(e.start) && !t.startsWith(e.nostart) && (l = [], i.delimiter = t.slice(0, e.start.length), t = t.slice(e.start.length), [i.postDelimiter, t] = o(t)), l === null)
|
|
9
|
+
return s++, null;
|
|
10
|
+
const d = t.trimRight().endsWith(e.end);
|
|
11
|
+
if (i.delimiter === "" && t.startsWith(e.delim) && !t.startsWith(e.end) && (i.delimiter = e.delim, t = t.slice(e.delim.length), [i.postDelimiter, t] = o(t)), d) {
|
|
12
|
+
const n = t.trimRight();
|
|
13
|
+
i.end = t.slice(n.length - e.end.length), t = n.slice(0, -e.end.length);
|
|
16
14
|
}
|
|
17
|
-
if (
|
|
18
|
-
|
|
19
|
-
return null;
|
|
20
|
-
}
|
|
21
|
-
const isClosed = rest.trimRight().endsWith(markers.end);
|
|
22
|
-
if (tokens.delimiter === "" && rest.startsWith(markers.delim) && !rest.startsWith(markers.end)) {
|
|
23
|
-
tokens.delimiter = markers.delim;
|
|
24
|
-
rest = rest.slice(markers.delim.length);
|
|
25
|
-
[tokens.postDelimiter, rest] = splitSpace(rest);
|
|
26
|
-
}
|
|
27
|
-
if (isClosed) {
|
|
28
|
-
const trimmed = rest.trimRight();
|
|
29
|
-
tokens.end = rest.slice(trimmed.length - markers.end.length);
|
|
30
|
-
rest = trimmed.slice(0, -markers.end.length);
|
|
31
|
-
}
|
|
32
|
-
tokens.description = rest;
|
|
33
|
-
block.push({ number: num, source, tokens });
|
|
34
|
-
num++;
|
|
35
|
-
if (isClosed) {
|
|
36
|
-
const result = block.slice();
|
|
37
|
-
block = null;
|
|
38
|
-
return result;
|
|
15
|
+
if (i.description = t, l.push({ number: s, source: r, tokens: i }), s++, d) {
|
|
16
|
+
const n = l.slice();
|
|
17
|
+
return l = null, n;
|
|
39
18
|
}
|
|
40
19
|
return null;
|
|
41
20
|
};
|
|
42
21
|
}
|
|
43
22
|
export {
|
|
44
|
-
|
|
23
|
+
a as default
|
|
45
24
|
};
|