@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,70 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
var lua_1;
|
|
4
|
+
var hasRequiredLua;
|
|
5
|
+
function requireLua() {
|
|
6
|
+
if (hasRequiredLua)
|
|
7
|
+
return lua_1;
|
|
8
|
+
hasRequiredLua = 1;
|
|
9
|
+
function lua(hljs) {
|
|
10
|
+
const OPENING_LONG_BRACKET = "\\[=*\\[";
|
|
11
|
+
const CLOSING_LONG_BRACKET = "\\]=*\\]";
|
|
12
|
+
const LONG_BRACKETS = {
|
|
13
|
+
begin: OPENING_LONG_BRACKET,
|
|
14
|
+
end: CLOSING_LONG_BRACKET,
|
|
15
|
+
contains: ["self"]
|
|
16
|
+
};
|
|
17
|
+
const COMMENTS = [
|
|
18
|
+
hljs.COMMENT("--(?!" + OPENING_LONG_BRACKET + ")", "$"),
|
|
19
|
+
hljs.COMMENT(
|
|
20
|
+
"--" + OPENING_LONG_BRACKET,
|
|
21
|
+
CLOSING_LONG_BRACKET,
|
|
22
|
+
{
|
|
23
|
+
contains: [LONG_BRACKETS],
|
|
24
|
+
relevance: 10
|
|
25
|
+
}
|
|
26
|
+
)
|
|
27
|
+
];
|
|
28
|
+
return {
|
|
29
|
+
name: "Lua",
|
|
30
|
+
keywords: {
|
|
31
|
+
$pattern: hljs.UNDERSCORE_IDENT_RE,
|
|
32
|
+
literal: "true false nil",
|
|
33
|
+
keyword: "and break do else elseif end for goto if in local not or repeat return then until while",
|
|
34
|
+
built_in: (
|
|
35
|
+
// Metatags and globals:
|
|
36
|
+
"_G _ENV _VERSION __index __newindex __mode __call __metatable __tostring __len __gc __add __sub __mul __div __mod __pow __concat __unm __eq __lt __le assert collectgarbage dofile error getfenv getmetatable ipairs load loadfile loadstring module next pairs pcall print rawequal rawget rawset require select setfenv setmetatable tonumber tostring type unpack xpcall arg self coroutine resume yield status wrap create running debug getupvalue debug sethook getmetatable gethook setmetatable setlocal traceback setfenv getinfo setupvalue getlocal getregistry getfenv io lines write close flush open output type read stderr stdin input stdout popen tmpfile math log max acos huge ldexp pi cos tanh pow deg tan cosh sinh random randomseed frexp ceil floor rad abs sqrt modf asin min mod fmod log10 atan2 exp sin atan os exit setlocale date getenv difftime remove time clock tmpname rename execute package preload loadlib loaded loaders cpath config path seeall string sub upper len gfind rep find match char dump gmatch reverse byte format gsub lower table setn insert getn foreachi maxn foreach concat sort remove"
|
|
37
|
+
)
|
|
38
|
+
},
|
|
39
|
+
contains: COMMENTS.concat([
|
|
40
|
+
{
|
|
41
|
+
className: "function",
|
|
42
|
+
beginKeywords: "function",
|
|
43
|
+
end: "\\)",
|
|
44
|
+
contains: [
|
|
45
|
+
hljs.inherit(hljs.TITLE_MODE, { begin: "([_a-zA-Z]\\w*\\.)*([_a-zA-Z]\\w*:)?[_a-zA-Z]\\w*" }),
|
|
46
|
+
{
|
|
47
|
+
className: "params",
|
|
48
|
+
begin: "\\(",
|
|
49
|
+
endsWithParent: true,
|
|
50
|
+
contains: COMMENTS
|
|
51
|
+
}
|
|
52
|
+
].concat(COMMENTS)
|
|
53
|
+
},
|
|
54
|
+
hljs.C_NUMBER_MODE,
|
|
55
|
+
hljs.APOS_STRING_MODE,
|
|
56
|
+
hljs.QUOTE_STRING_MODE,
|
|
57
|
+
{
|
|
58
|
+
className: "string",
|
|
59
|
+
begin: OPENING_LONG_BRACKET,
|
|
60
|
+
end: CLOSING_LONG_BRACKET,
|
|
61
|
+
contains: [LONG_BRACKETS],
|
|
62
|
+
relevance: 5
|
|
63
|
+
}
|
|
64
|
+
])
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
lua_1 = lua;
|
|
68
|
+
return lua_1;
|
|
69
|
+
}
|
|
70
|
+
exports.__require = requireLua;
|
|
@@ -1 +1,77 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
var makefile_1;
|
|
4
|
+
var hasRequiredMakefile;
|
|
5
|
+
function requireMakefile() {
|
|
6
|
+
if (hasRequiredMakefile)
|
|
7
|
+
return makefile_1;
|
|
8
|
+
hasRequiredMakefile = 1;
|
|
9
|
+
function makefile(hljs) {
|
|
10
|
+
const VARIABLE = {
|
|
11
|
+
className: "variable",
|
|
12
|
+
variants: [
|
|
13
|
+
{
|
|
14
|
+
begin: "\\$\\(" + hljs.UNDERSCORE_IDENT_RE + "\\)",
|
|
15
|
+
contains: [hljs.BACKSLASH_ESCAPE]
|
|
16
|
+
},
|
|
17
|
+
{ begin: /\$[@%<?\^\+\*]/ }
|
|
18
|
+
]
|
|
19
|
+
};
|
|
20
|
+
const QUOTE_STRING = {
|
|
21
|
+
className: "string",
|
|
22
|
+
begin: /"/,
|
|
23
|
+
end: /"/,
|
|
24
|
+
contains: [
|
|
25
|
+
hljs.BACKSLASH_ESCAPE,
|
|
26
|
+
VARIABLE
|
|
27
|
+
]
|
|
28
|
+
};
|
|
29
|
+
const FUNC = {
|
|
30
|
+
className: "variable",
|
|
31
|
+
begin: /\$\([\w-]+\s/,
|
|
32
|
+
end: /\)/,
|
|
33
|
+
keywords: { built_in: "subst patsubst strip findstring filter filter-out sort word wordlist firstword lastword dir notdir suffix basename addsuffix addprefix join wildcard realpath abspath error warning shell origin flavor foreach if or and call eval file value" },
|
|
34
|
+
contains: [VARIABLE]
|
|
35
|
+
};
|
|
36
|
+
const ASSIGNMENT = { begin: "^" + hljs.UNDERSCORE_IDENT_RE + "\\s*(?=[:+?]?=)" };
|
|
37
|
+
const META = {
|
|
38
|
+
className: "meta",
|
|
39
|
+
begin: /^\.PHONY:/,
|
|
40
|
+
end: /$/,
|
|
41
|
+
keywords: {
|
|
42
|
+
$pattern: /[\.\w]+/,
|
|
43
|
+
keyword: ".PHONY"
|
|
44
|
+
}
|
|
45
|
+
};
|
|
46
|
+
const TARGET = {
|
|
47
|
+
className: "section",
|
|
48
|
+
begin: /^[^\s]+:/,
|
|
49
|
+
end: /$/,
|
|
50
|
+
contains: [VARIABLE]
|
|
51
|
+
};
|
|
52
|
+
return {
|
|
53
|
+
name: "Makefile",
|
|
54
|
+
aliases: [
|
|
55
|
+
"mk",
|
|
56
|
+
"mak",
|
|
57
|
+
"make"
|
|
58
|
+
],
|
|
59
|
+
keywords: {
|
|
60
|
+
$pattern: /[\w-]+/,
|
|
61
|
+
keyword: "define endef undefine ifdef ifndef ifeq ifneq else endif include -include sinclude override export unexport private vpath"
|
|
62
|
+
},
|
|
63
|
+
contains: [
|
|
64
|
+
hljs.HASH_COMMENT_MODE,
|
|
65
|
+
VARIABLE,
|
|
66
|
+
QUOTE_STRING,
|
|
67
|
+
FUNC,
|
|
68
|
+
ASSIGNMENT,
|
|
69
|
+
META,
|
|
70
|
+
TARGET
|
|
71
|
+
]
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
makefile_1 = makefile;
|
|
75
|
+
return makefile_1;
|
|
76
|
+
}
|
|
77
|
+
exports.__require = requireMakefile;
|
|
@@ -1 +1,236 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
var markdown_1;
|
|
4
|
+
var hasRequiredMarkdown;
|
|
5
|
+
function requireMarkdown() {
|
|
6
|
+
if (hasRequiredMarkdown)
|
|
7
|
+
return markdown_1;
|
|
8
|
+
hasRequiredMarkdown = 1;
|
|
9
|
+
function markdown(hljs) {
|
|
10
|
+
const regex = hljs.regex;
|
|
11
|
+
const INLINE_HTML = {
|
|
12
|
+
begin: /<\/?[A-Za-z_]/,
|
|
13
|
+
end: ">",
|
|
14
|
+
subLanguage: "xml",
|
|
15
|
+
relevance: 0
|
|
16
|
+
};
|
|
17
|
+
const HORIZONTAL_RULE = {
|
|
18
|
+
begin: "^[-\\*]{3,}",
|
|
19
|
+
end: "$"
|
|
20
|
+
};
|
|
21
|
+
const CODE = {
|
|
22
|
+
className: "code",
|
|
23
|
+
variants: [
|
|
24
|
+
// TODO: fix to allow these to work with sublanguage also
|
|
25
|
+
{ begin: "(`{3,})[^`](.|\\n)*?\\1`*[ ]*" },
|
|
26
|
+
{ begin: "(~{3,})[^~](.|\\n)*?\\1~*[ ]*" },
|
|
27
|
+
// needed to allow markdown as a sublanguage to work
|
|
28
|
+
{
|
|
29
|
+
begin: "```",
|
|
30
|
+
end: "```+[ ]*$"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
begin: "~~~",
|
|
34
|
+
end: "~~~+[ ]*$"
|
|
35
|
+
},
|
|
36
|
+
{ begin: "`.+?`" },
|
|
37
|
+
{
|
|
38
|
+
begin: "(?=^( {4}|\\t))",
|
|
39
|
+
// use contains to gobble up multiple lines to allow the block to be whatever size
|
|
40
|
+
// but only have a single open/close tag vs one per line
|
|
41
|
+
contains: [
|
|
42
|
+
{
|
|
43
|
+
begin: "^( {4}|\\t)",
|
|
44
|
+
end: "(\\n)$"
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
relevance: 0
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
};
|
|
51
|
+
const LIST = {
|
|
52
|
+
className: "bullet",
|
|
53
|
+
begin: "^[ ]*([*+-]|(\\d+\\.))(?=\\s+)",
|
|
54
|
+
end: "\\s+",
|
|
55
|
+
excludeEnd: true
|
|
56
|
+
};
|
|
57
|
+
const LINK_REFERENCE = {
|
|
58
|
+
begin: /^\[[^\n]+\]:/,
|
|
59
|
+
returnBegin: true,
|
|
60
|
+
contains: [
|
|
61
|
+
{
|
|
62
|
+
className: "symbol",
|
|
63
|
+
begin: /\[/,
|
|
64
|
+
end: /\]/,
|
|
65
|
+
excludeBegin: true,
|
|
66
|
+
excludeEnd: true
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
className: "link",
|
|
70
|
+
begin: /:\s*/,
|
|
71
|
+
end: /$/,
|
|
72
|
+
excludeBegin: true
|
|
73
|
+
}
|
|
74
|
+
]
|
|
75
|
+
};
|
|
76
|
+
const URL_SCHEME = /[A-Za-z][A-Za-z0-9+.-]*/;
|
|
77
|
+
const LINK = {
|
|
78
|
+
variants: [
|
|
79
|
+
// too much like nested array access in so many languages
|
|
80
|
+
// to have any real relevance
|
|
81
|
+
{
|
|
82
|
+
begin: /\[.+?\]\[.*?\]/,
|
|
83
|
+
relevance: 0
|
|
84
|
+
},
|
|
85
|
+
// popular internet URLs
|
|
86
|
+
{
|
|
87
|
+
begin: /\[.+?\]\(((data|javascript|mailto):|(?:http|ftp)s?:\/\/).*?\)/,
|
|
88
|
+
relevance: 2
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
begin: regex.concat(/\[.+?\]\(/, URL_SCHEME, /:\/\/.*?\)/),
|
|
92
|
+
relevance: 2
|
|
93
|
+
},
|
|
94
|
+
// relative urls
|
|
95
|
+
{
|
|
96
|
+
begin: /\[.+?\]\([./?&#].*?\)/,
|
|
97
|
+
relevance: 1
|
|
98
|
+
},
|
|
99
|
+
// whatever else, lower relevance (might not be a link at all)
|
|
100
|
+
{
|
|
101
|
+
begin: /\[.*?\]\(.*?\)/,
|
|
102
|
+
relevance: 0
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
returnBegin: true,
|
|
106
|
+
contains: [
|
|
107
|
+
{
|
|
108
|
+
// empty strings for alt or link text
|
|
109
|
+
match: /\[(?=\])/
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
className: "string",
|
|
113
|
+
relevance: 0,
|
|
114
|
+
begin: "\\[",
|
|
115
|
+
end: "\\]",
|
|
116
|
+
excludeBegin: true,
|
|
117
|
+
returnEnd: true
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
className: "link",
|
|
121
|
+
relevance: 0,
|
|
122
|
+
begin: "\\]\\(",
|
|
123
|
+
end: "\\)",
|
|
124
|
+
excludeBegin: true,
|
|
125
|
+
excludeEnd: true
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
className: "symbol",
|
|
129
|
+
relevance: 0,
|
|
130
|
+
begin: "\\]\\[",
|
|
131
|
+
end: "\\]",
|
|
132
|
+
excludeBegin: true,
|
|
133
|
+
excludeEnd: true
|
|
134
|
+
}
|
|
135
|
+
]
|
|
136
|
+
};
|
|
137
|
+
const BOLD = {
|
|
138
|
+
className: "strong",
|
|
139
|
+
contains: [],
|
|
140
|
+
// defined later
|
|
141
|
+
variants: [
|
|
142
|
+
{
|
|
143
|
+
begin: /_{2}(?!\s)/,
|
|
144
|
+
end: /_{2}/
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
begin: /\*{2}(?!\s)/,
|
|
148
|
+
end: /\*{2}/
|
|
149
|
+
}
|
|
150
|
+
]
|
|
151
|
+
};
|
|
152
|
+
const ITALIC = {
|
|
153
|
+
className: "emphasis",
|
|
154
|
+
contains: [],
|
|
155
|
+
// defined later
|
|
156
|
+
variants: [
|
|
157
|
+
{
|
|
158
|
+
begin: /\*(?![*\s])/,
|
|
159
|
+
end: /\*/
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
begin: /_(?![_\s])/,
|
|
163
|
+
end: /_/,
|
|
164
|
+
relevance: 0
|
|
165
|
+
}
|
|
166
|
+
]
|
|
167
|
+
};
|
|
168
|
+
const BOLD_WITHOUT_ITALIC = hljs.inherit(BOLD, { contains: [] });
|
|
169
|
+
const ITALIC_WITHOUT_BOLD = hljs.inherit(ITALIC, { contains: [] });
|
|
170
|
+
BOLD.contains.push(ITALIC_WITHOUT_BOLD);
|
|
171
|
+
ITALIC.contains.push(BOLD_WITHOUT_ITALIC);
|
|
172
|
+
let CONTAINABLE = [
|
|
173
|
+
INLINE_HTML,
|
|
174
|
+
LINK
|
|
175
|
+
];
|
|
176
|
+
[
|
|
177
|
+
BOLD,
|
|
178
|
+
ITALIC,
|
|
179
|
+
BOLD_WITHOUT_ITALIC,
|
|
180
|
+
ITALIC_WITHOUT_BOLD
|
|
181
|
+
].forEach((m) => {
|
|
182
|
+
m.contains = m.contains.concat(CONTAINABLE);
|
|
183
|
+
});
|
|
184
|
+
CONTAINABLE = CONTAINABLE.concat(BOLD, ITALIC);
|
|
185
|
+
const HEADER = {
|
|
186
|
+
className: "section",
|
|
187
|
+
variants: [
|
|
188
|
+
{
|
|
189
|
+
begin: "^#{1,6}",
|
|
190
|
+
end: "$",
|
|
191
|
+
contains: CONTAINABLE
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
begin: "(?=^.+?\\n[=-]{2,}$)",
|
|
195
|
+
contains: [
|
|
196
|
+
{ begin: "^[=-]*$" },
|
|
197
|
+
{
|
|
198
|
+
begin: "^",
|
|
199
|
+
end: "\\n",
|
|
200
|
+
contains: CONTAINABLE
|
|
201
|
+
}
|
|
202
|
+
]
|
|
203
|
+
}
|
|
204
|
+
]
|
|
205
|
+
};
|
|
206
|
+
const BLOCKQUOTE = {
|
|
207
|
+
className: "quote",
|
|
208
|
+
begin: "^>\\s+",
|
|
209
|
+
contains: CONTAINABLE,
|
|
210
|
+
end: "$"
|
|
211
|
+
};
|
|
212
|
+
return {
|
|
213
|
+
name: "Markdown",
|
|
214
|
+
aliases: [
|
|
215
|
+
"md",
|
|
216
|
+
"mkdown",
|
|
217
|
+
"mkd"
|
|
218
|
+
],
|
|
219
|
+
contains: [
|
|
220
|
+
HEADER,
|
|
221
|
+
INLINE_HTML,
|
|
222
|
+
LIST,
|
|
223
|
+
BOLD,
|
|
224
|
+
ITALIC,
|
|
225
|
+
BLOCKQUOTE,
|
|
226
|
+
CODE,
|
|
227
|
+
HORIZONTAL_RULE,
|
|
228
|
+
LINK,
|
|
229
|
+
LINK_REFERENCE
|
|
230
|
+
]
|
|
231
|
+
};
|
|
232
|
+
}
|
|
233
|
+
markdown_1 = markdown;
|
|
234
|
+
return markdown_1;
|
|
235
|
+
}
|
|
236
|
+
exports.__require = requireMarkdown;
|
|
@@ -1 +1,253 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
var objectivec_1;
|
|
4
|
+
var hasRequiredObjectivec;
|
|
5
|
+
function requireObjectivec() {
|
|
6
|
+
if (hasRequiredObjectivec)
|
|
7
|
+
return objectivec_1;
|
|
8
|
+
hasRequiredObjectivec = 1;
|
|
9
|
+
function objectivec(hljs) {
|
|
10
|
+
const API_CLASS = {
|
|
11
|
+
className: "built_in",
|
|
12
|
+
begin: "\\b(AV|CA|CF|CG|CI|CL|CM|CN|CT|MK|MP|MTK|MTL|NS|SCN|SK|UI|WK|XC)\\w+"
|
|
13
|
+
};
|
|
14
|
+
const IDENTIFIER_RE = /[a-zA-Z@][a-zA-Z0-9_]*/;
|
|
15
|
+
const TYPES = [
|
|
16
|
+
"int",
|
|
17
|
+
"float",
|
|
18
|
+
"char",
|
|
19
|
+
"unsigned",
|
|
20
|
+
"signed",
|
|
21
|
+
"short",
|
|
22
|
+
"long",
|
|
23
|
+
"double",
|
|
24
|
+
"wchar_t",
|
|
25
|
+
"unichar",
|
|
26
|
+
"void",
|
|
27
|
+
"bool",
|
|
28
|
+
"BOOL",
|
|
29
|
+
"id|0",
|
|
30
|
+
"_Bool"
|
|
31
|
+
];
|
|
32
|
+
const KWS = [
|
|
33
|
+
"while",
|
|
34
|
+
"export",
|
|
35
|
+
"sizeof",
|
|
36
|
+
"typedef",
|
|
37
|
+
"const",
|
|
38
|
+
"struct",
|
|
39
|
+
"for",
|
|
40
|
+
"union",
|
|
41
|
+
"volatile",
|
|
42
|
+
"static",
|
|
43
|
+
"mutable",
|
|
44
|
+
"if",
|
|
45
|
+
"do",
|
|
46
|
+
"return",
|
|
47
|
+
"goto",
|
|
48
|
+
"enum",
|
|
49
|
+
"else",
|
|
50
|
+
"break",
|
|
51
|
+
"extern",
|
|
52
|
+
"asm",
|
|
53
|
+
"case",
|
|
54
|
+
"default",
|
|
55
|
+
"register",
|
|
56
|
+
"explicit",
|
|
57
|
+
"typename",
|
|
58
|
+
"switch",
|
|
59
|
+
"continue",
|
|
60
|
+
"inline",
|
|
61
|
+
"readonly",
|
|
62
|
+
"assign",
|
|
63
|
+
"readwrite",
|
|
64
|
+
"self",
|
|
65
|
+
"@synchronized",
|
|
66
|
+
"id",
|
|
67
|
+
"typeof",
|
|
68
|
+
"nonatomic",
|
|
69
|
+
"IBOutlet",
|
|
70
|
+
"IBAction",
|
|
71
|
+
"strong",
|
|
72
|
+
"weak",
|
|
73
|
+
"copy",
|
|
74
|
+
"in",
|
|
75
|
+
"out",
|
|
76
|
+
"inout",
|
|
77
|
+
"bycopy",
|
|
78
|
+
"byref",
|
|
79
|
+
"oneway",
|
|
80
|
+
"__strong",
|
|
81
|
+
"__weak",
|
|
82
|
+
"__block",
|
|
83
|
+
"__autoreleasing",
|
|
84
|
+
"@private",
|
|
85
|
+
"@protected",
|
|
86
|
+
"@public",
|
|
87
|
+
"@try",
|
|
88
|
+
"@property",
|
|
89
|
+
"@end",
|
|
90
|
+
"@throw",
|
|
91
|
+
"@catch",
|
|
92
|
+
"@finally",
|
|
93
|
+
"@autoreleasepool",
|
|
94
|
+
"@synthesize",
|
|
95
|
+
"@dynamic",
|
|
96
|
+
"@selector",
|
|
97
|
+
"@optional",
|
|
98
|
+
"@required",
|
|
99
|
+
"@encode",
|
|
100
|
+
"@package",
|
|
101
|
+
"@import",
|
|
102
|
+
"@defs",
|
|
103
|
+
"@compatibility_alias",
|
|
104
|
+
"__bridge",
|
|
105
|
+
"__bridge_transfer",
|
|
106
|
+
"__bridge_retained",
|
|
107
|
+
"__bridge_retain",
|
|
108
|
+
"__covariant",
|
|
109
|
+
"__contravariant",
|
|
110
|
+
"__kindof",
|
|
111
|
+
"_Nonnull",
|
|
112
|
+
"_Nullable",
|
|
113
|
+
"_Null_unspecified",
|
|
114
|
+
"__FUNCTION__",
|
|
115
|
+
"__PRETTY_FUNCTION__",
|
|
116
|
+
"__attribute__",
|
|
117
|
+
"getter",
|
|
118
|
+
"setter",
|
|
119
|
+
"retain",
|
|
120
|
+
"unsafe_unretained",
|
|
121
|
+
"nonnull",
|
|
122
|
+
"nullable",
|
|
123
|
+
"null_unspecified",
|
|
124
|
+
"null_resettable",
|
|
125
|
+
"class",
|
|
126
|
+
"instancetype",
|
|
127
|
+
"NS_DESIGNATED_INITIALIZER",
|
|
128
|
+
"NS_UNAVAILABLE",
|
|
129
|
+
"NS_REQUIRES_SUPER",
|
|
130
|
+
"NS_RETURNS_INNER_POINTER",
|
|
131
|
+
"NS_INLINE",
|
|
132
|
+
"NS_AVAILABLE",
|
|
133
|
+
"NS_DEPRECATED",
|
|
134
|
+
"NS_ENUM",
|
|
135
|
+
"NS_OPTIONS",
|
|
136
|
+
"NS_SWIFT_UNAVAILABLE",
|
|
137
|
+
"NS_ASSUME_NONNULL_BEGIN",
|
|
138
|
+
"NS_ASSUME_NONNULL_END",
|
|
139
|
+
"NS_REFINED_FOR_SWIFT",
|
|
140
|
+
"NS_SWIFT_NAME",
|
|
141
|
+
"NS_SWIFT_NOTHROW",
|
|
142
|
+
"NS_DURING",
|
|
143
|
+
"NS_HANDLER",
|
|
144
|
+
"NS_ENDHANDLER",
|
|
145
|
+
"NS_VALUERETURN",
|
|
146
|
+
"NS_VOIDRETURN"
|
|
147
|
+
];
|
|
148
|
+
const LITERALS = [
|
|
149
|
+
"false",
|
|
150
|
+
"true",
|
|
151
|
+
"FALSE",
|
|
152
|
+
"TRUE",
|
|
153
|
+
"nil",
|
|
154
|
+
"YES",
|
|
155
|
+
"NO",
|
|
156
|
+
"NULL"
|
|
157
|
+
];
|
|
158
|
+
const BUILT_INS = [
|
|
159
|
+
"dispatch_once_t",
|
|
160
|
+
"dispatch_queue_t",
|
|
161
|
+
"dispatch_sync",
|
|
162
|
+
"dispatch_async",
|
|
163
|
+
"dispatch_once"
|
|
164
|
+
];
|
|
165
|
+
const KEYWORDS = {
|
|
166
|
+
"variable.language": [
|
|
167
|
+
"this",
|
|
168
|
+
"super"
|
|
169
|
+
],
|
|
170
|
+
$pattern: IDENTIFIER_RE,
|
|
171
|
+
keyword: KWS,
|
|
172
|
+
literal: LITERALS,
|
|
173
|
+
built_in: BUILT_INS,
|
|
174
|
+
type: TYPES
|
|
175
|
+
};
|
|
176
|
+
const CLASS_KEYWORDS = {
|
|
177
|
+
$pattern: IDENTIFIER_RE,
|
|
178
|
+
keyword: [
|
|
179
|
+
"@interface",
|
|
180
|
+
"@class",
|
|
181
|
+
"@protocol",
|
|
182
|
+
"@implementation"
|
|
183
|
+
]
|
|
184
|
+
};
|
|
185
|
+
return {
|
|
186
|
+
name: "Objective-C",
|
|
187
|
+
aliases: [
|
|
188
|
+
"mm",
|
|
189
|
+
"objc",
|
|
190
|
+
"obj-c",
|
|
191
|
+
"obj-c++",
|
|
192
|
+
"objective-c++"
|
|
193
|
+
],
|
|
194
|
+
keywords: KEYWORDS,
|
|
195
|
+
illegal: "</",
|
|
196
|
+
contains: [
|
|
197
|
+
API_CLASS,
|
|
198
|
+
hljs.C_LINE_COMMENT_MODE,
|
|
199
|
+
hljs.C_BLOCK_COMMENT_MODE,
|
|
200
|
+
hljs.C_NUMBER_MODE,
|
|
201
|
+
hljs.QUOTE_STRING_MODE,
|
|
202
|
+
hljs.APOS_STRING_MODE,
|
|
203
|
+
{
|
|
204
|
+
className: "string",
|
|
205
|
+
variants: [
|
|
206
|
+
{
|
|
207
|
+
begin: '@"',
|
|
208
|
+
end: '"',
|
|
209
|
+
illegal: "\\n",
|
|
210
|
+
contains: [hljs.BACKSLASH_ESCAPE]
|
|
211
|
+
}
|
|
212
|
+
]
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
className: "meta",
|
|
216
|
+
begin: /#\s*[a-z]+\b/,
|
|
217
|
+
end: /$/,
|
|
218
|
+
keywords: { keyword: "if else elif endif define undef warning error line pragma ifdef ifndef include" },
|
|
219
|
+
contains: [
|
|
220
|
+
{
|
|
221
|
+
begin: /\\\n/,
|
|
222
|
+
relevance: 0
|
|
223
|
+
},
|
|
224
|
+
hljs.inherit(hljs.QUOTE_STRING_MODE, { className: "string" }),
|
|
225
|
+
{
|
|
226
|
+
className: "string",
|
|
227
|
+
begin: /<.*?>/,
|
|
228
|
+
end: /$/,
|
|
229
|
+
illegal: "\\n"
|
|
230
|
+
},
|
|
231
|
+
hljs.C_LINE_COMMENT_MODE,
|
|
232
|
+
hljs.C_BLOCK_COMMENT_MODE
|
|
233
|
+
]
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
className: "class",
|
|
237
|
+
begin: "(" + CLASS_KEYWORDS.keyword.join("|") + ")\\b",
|
|
238
|
+
end: /(\{|$)/,
|
|
239
|
+
excludeEnd: true,
|
|
240
|
+
keywords: CLASS_KEYWORDS,
|
|
241
|
+
contains: [hljs.UNDERSCORE_TITLE_MODE]
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
begin: "\\." + hljs.UNDERSCORE_IDENT_RE,
|
|
245
|
+
relevance: 0
|
|
246
|
+
}
|
|
247
|
+
]
|
|
248
|
+
};
|
|
249
|
+
}
|
|
250
|
+
objectivec_1 = objectivec;
|
|
251
|
+
return objectivec_1;
|
|
252
|
+
}
|
|
253
|
+
exports.__require = requireObjectivec;
|