@fangzhongya/vue-archive 0.1.21 → 0.1.23
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/_virtual/_commonjsHelpers.cjs +1 -0
- package/dist/_virtual/_commonjsHelpers.js +6 -0
- package/dist/_virtual/_plugin-vue_export-helper.cjs +1 -0
- package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
- package/dist/_virtual/common.cjs +1 -0
- package/dist/_virtual/common.js +7 -0
- package/dist/_virtual/core.cjs +1 -0
- package/dist/_virtual/core.js +7 -0
- package/dist/index.css +1 -2
- package/dist/node_modules/.pnpm/@highlightjs_vue-plugin@2.1_dace39d2ab17d71b087de9a32848566a/node_modules/@highlightjs/vue-plugin/dist/highlightjs-vue.esm.min.cjs +1 -0
- package/dist/node_modules/.pnpm/@highlightjs_vue-plugin@2.1_dace39d2ab17d71b087de9a32848566a/node_modules/@highlightjs/vue-plugin/dist/highlightjs-vue.esm.min.js +31 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/common.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/common.js +5 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/core.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/core.js +5 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/common.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/common.js +47 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/core.cjs +3 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/core.js +1063 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/bash.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/bash.js +383 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/c.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/c.js +283 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/cpp.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/cpp.js +527 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/csharp.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/csharp.js +388 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/css.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/css.js +929 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/diff.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/diff.js +60 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/go.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/go.js +157 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/graphql.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/graphql.js +76 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/ini.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/ini.js +113 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/java.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/java.js +246 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/javascript.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/javascript.js +664 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/json.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/json.js +44 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/kotlin.cjs +2 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/kotlin.js +248 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/less.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/less.js +998 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/lua.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/lua.js +65 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/makefile.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/makefile.js +73 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/markdown.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/markdown.js +222 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/objectivec.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/objectivec.js +243 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/perl.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/perl.js +475 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/php-template.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/php-template.js +53 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/php.cjs +2 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/php.js +572 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/plaintext.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/plaintext.js +19 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/python-repl.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/python-repl.js +32 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/python.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/python.js +405 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/r.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/r.js +213 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/ruby.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/ruby.js +394 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/rust.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/rust.js +311 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/scss.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/scss.js +914 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/shell.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/shell.js +31 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/sql.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/sql.js +621 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/swift.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/swift.js +805 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/typescript.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/typescript.js +759 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/vbnet.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/vbnet.js +128 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/wasm.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/wasm.js +120 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/xml.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/xml.js +225 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/yaml.cjs +1 -0
- package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/yaml.js +189 -0
- package/dist/packages/components/aside/index.vue.cjs +1 -0
- package/dist/packages/components/aside/index.vue.js +98 -0
- package/dist/packages/components/aside/index.vue2.cjs +1 -0
- package/dist/packages/components/aside/index.vue2.js +4 -0
- package/dist/packages/components/boxurl/index.vue.cjs +1 -0
- package/dist/packages/components/boxurl/index.vue.js +62 -0
- package/dist/packages/components/boxurl/index.vue2.cjs +1 -0
- package/dist/packages/components/boxurl/index.vue2.js +4 -0
- package/dist/packages/components/choice/choice.vue.cjs +1 -0
- package/dist/packages/components/choice/choice.vue.js +46 -0
- package/dist/packages/components/choice/choice.vue2.cjs +1 -0
- package/dist/packages/components/choice/choice.vue2.js +4 -0
- package/dist/packages/components/choice/index.vue.cjs +1 -0
- package/dist/packages/components/choice/index.vue.js +87 -0
- package/dist/packages/components/choice/index.vue2.cjs +1 -0
- package/dist/packages/components/choice/index.vue2.js +4 -0
- package/dist/packages/components/code/highlight.vue.cjs +1 -0
- package/dist/packages/components/code/highlight.vue.js +16 -0
- package/dist/packages/components/code/highlight.vue2.cjs +1 -0
- package/dist/packages/components/code/highlight.vue2.js +20 -0
- package/dist/packages/components/code/index.vue.cjs +1 -0
- package/dist/packages/components/code/index.vue.js +115 -0
- package/dist/packages/components/code/index.vue2.cjs +1 -0
- package/dist/packages/components/code/index.vue2.js +4 -0
- package/dist/packages/components/compo/code.vue.cjs +1 -0
- package/dist/packages/components/compo/code.vue.js +21 -0
- package/dist/packages/components/compo/code.vue3.cjs +1 -0
- package/dist/packages/components/compo/code.vue3.js +5 -0
- package/dist/packages/components/compo/ftable.vue.cjs +1 -0
- package/dist/packages/components/compo/ftable.vue.js +57 -0
- package/dist/packages/components/compo/ftable.vue2.cjs +1 -0
- package/dist/packages/components/compo/ftable.vue2.js +4 -0
- package/dist/packages/components/compo/index.cjs +1 -0
- package/dist/packages/components/compo/index.js +127 -0
- package/dist/packages/components/compo/index.vue.cjs +1 -0
- package/dist/packages/components/compo/index.vue.js +79 -0
- package/dist/packages/components/compo/index.vue2.cjs +1 -0
- package/dist/packages/components/compo/index.vue2.js +4 -0
- package/dist/packages/components/compo/info-top.vue.cjs +1 -0
- package/dist/packages/components/compo/info-top.vue.js +32 -0
- package/dist/packages/components/compo/info-top.vue2.cjs +1 -0
- package/dist/packages/components/compo/info-top.vue2.js +4 -0
- package/dist/packages/components/compo/info.vue.cjs +1 -0
- package/dist/packages/components/compo/info.vue.js +41 -0
- package/dist/packages/components/compo/info.vue2.cjs +1 -0
- package/dist/packages/components/compo/info.vue2.js +4 -0
- package/dist/packages/components/compo/props.vue.cjs +1 -0
- package/dist/packages/components/compo/props.vue.js +87 -0
- package/dist/packages/components/compo/props.vue2.cjs +1 -0
- package/dist/packages/components/compo/props.vue2.js +4 -0
- package/dist/packages/components/compo/top.cjs +1 -0
- package/dist/packages/components/compo/top.js +148 -0
- package/dist/packages/components/header/index.vue.cjs +1 -0
- package/dist/packages/components/header/index.vue.js +10 -0
- package/dist/packages/components/main/index.vue.cjs +1 -0
- package/dist/packages/components/main/index.vue.js +68 -0
- package/dist/packages/components/main/index.vue2.cjs +1 -0
- package/dist/packages/components/main/index.vue2.js +4 -0
- package/dist/packages/components/md/index.vue.cjs +1 -0
- package/dist/packages/components/md/index.vue.js +56 -0
- package/dist/packages/components/md/index.vue2.cjs +1 -0
- package/dist/packages/components/md/index.vue2.js +4 -0
- package/dist/packages/components/test/index.cjs +1 -0
- package/dist/packages/components/test/index.js +105 -0
- package/dist/packages/components/test/index.vue.cjs +1 -0
- package/dist/packages/components/test/index.vue.js +75 -0
- package/dist/packages/components/test/index.vue2.cjs +1 -0
- package/dist/packages/components/test/index.vue2.js +4 -0
- package/dist/packages/components/test/top.cjs +1 -0
- package/dist/packages/components/test/top.js +148 -0
- package/dist/packages/components/use/code.cjs +20 -0
- package/dist/packages/components/use/code.js +212 -0
- package/dist/packages/components/use/code.vue.cjs +1 -0
- package/dist/packages/components/use/code.vue.js +66 -0
- package/dist/packages/components/use/code.vue2.cjs +1 -0
- package/dist/packages/components/use/code.vue2.js +4 -0
- package/dist/packages/components/use/edit.cjs +18 -0
- package/dist/packages/components/use/edit.js +214 -0
- package/dist/packages/components/use/effect.vue.cjs +1 -0
- package/dist/packages/components/use/effect.vue.js +12 -0
- package/dist/packages/components/use/index.cjs +1 -0
- package/dist/packages/components/use/index.js +196 -0
- package/dist/packages/components/use/prettier.cjs +1 -0
- package/dist/packages/components/use/prettier.js +40 -0
- package/dist/packages/components/use/retrie/any/index.vue.cjs +1 -0
- package/dist/packages/components/use/retrie/any/index.vue.js +115 -0
- package/dist/packages/components/use/retrie/any/index.vue2.cjs +1 -0
- package/dist/packages/components/use/retrie/any/index.vue2.js +4 -0
- package/dist/packages/components/use/retrie/array/index.vue.cjs +3 -0
- package/dist/packages/components/use/retrie/array/index.vue.js +55 -0
- package/dist/packages/components/use/retrie/array/index.vue2.cjs +1 -0
- package/dist/packages/components/use/retrie/array/index.vue2.js +4 -0
- package/dist/packages/components/use/retrie/boolean/index.vue.cjs +1 -0
- package/dist/packages/components/use/retrie/boolean/index.vue.js +68 -0
- package/dist/packages/components/use/retrie/boolean/index.vue3.cjs +1 -0
- package/dist/packages/components/use/retrie/boolean/index.vue3.js +5 -0
- package/dist/packages/components/use/retrie/choice/index.vue.cjs +1 -0
- package/dist/packages/components/use/retrie/choice/index.vue.js +142 -0
- package/dist/packages/components/use/retrie/choice/index.vue3.cjs +1 -0
- package/dist/packages/components/use/retrie/choice/index.vue3.js +5 -0
- package/dist/packages/components/use/retrie/expose/index.vue.cjs +1 -0
- package/dist/packages/components/use/retrie/expose/index.vue.js +63 -0
- package/dist/packages/components/use/retrie/expose/index.vue3.cjs +1 -0
- package/dist/packages/components/use/retrie/expose/index.vue3.js +5 -0
- package/dist/packages/components/use/retrie/form/index.vue.cjs +1 -0
- package/dist/packages/components/use/retrie/form/index.vue.js +148 -0
- package/dist/packages/components/use/retrie/form/index.vue2.cjs +1 -0
- package/dist/packages/components/use/retrie/form/index.vue2.js +4 -0
- package/dist/packages/components/use/retrie/function/index.vue.cjs +3 -0
- package/dist/packages/components/use/retrie/function/index.vue.js +68 -0
- package/dist/packages/components/use/retrie/function/index.vue2.cjs +1 -0
- package/dist/packages/components/use/retrie/function/index.vue2.js +4 -0
- package/dist/packages/components/use/retrie/index.vue.cjs +1 -0
- package/dist/packages/components/use/retrie/index.vue.js +103 -0
- package/dist/packages/components/use/retrie/index.vue3.cjs +1 -0
- package/dist/packages/components/use/retrie/index.vue3.js +5 -0
- package/dist/packages/components/use/retrie/input/editor/editor.cjs +1 -0
- package/dist/packages/components/use/retrie/input/editor/editor.js +104 -0
- package/dist/packages/components/use/retrie/input/editor/editor.vue.cjs +5 -0
- package/dist/packages/components/use/retrie/input/editor/editor.vue.js +59 -0
- package/dist/packages/components/use/retrie/input/editor/editor.vue3.cjs +1 -0
- package/dist/packages/components/use/retrie/input/editor/editor.vue3.js +5 -0
- package/dist/packages/components/use/retrie/input/editor/getExtraLib.cjs +416 -0
- package/dist/packages/components/use/retrie/input/editor/getExtraLib.js +427 -0
- package/dist/packages/components/use/retrie/input/index.vue.cjs +1 -0
- package/dist/packages/components/use/retrie/input/index.vue.js +54 -0
- package/dist/packages/components/use/retrie/input/index.vue3.cjs +1 -0
- package/dist/packages/components/use/retrie/input/index.vue3.js +5 -0
- package/dist/packages/components/use/retrie/input/text.vue.cjs +5 -0
- package/dist/packages/components/use/retrie/input/text.vue.js +39 -0
- package/dist/packages/components/use/retrie/input/text.vue3.cjs +1 -0
- package/dist/packages/components/use/retrie/input/text.vue3.js +5 -0
- package/dist/packages/components/use/retrie/number/index.vue.cjs +1 -0
- package/dist/packages/components/use/retrie/number/index.vue.js +50 -0
- package/dist/packages/components/use/retrie/number/index.vue3.cjs +1 -0
- package/dist/packages/components/use/retrie/number/index.vue3.js +5 -0
- package/dist/packages/components/use/retrie/object/index.vue.cjs +3 -0
- package/dist/packages/components/use/retrie/object/index.vue.js +55 -0
- package/dist/packages/components/use/retrie/object/index.vue2.cjs +1 -0
- package/dist/packages/components/use/retrie/object/index.vue2.js +4 -0
- package/dist/packages/components/use/retrie/other/index.vue.cjs +1 -0
- package/dist/packages/components/use/retrie/other/index.vue.js +67 -0
- package/dist/packages/components/use/retrie/other/index.vue2.cjs +1 -0
- package/dist/packages/components/use/retrie/other/index.vue2.js +4 -0
- package/dist/packages/components/use/retrie/select/index.vue.cjs +1 -0
- package/dist/packages/components/use/retrie/select/index.vue.js +123 -0
- package/dist/packages/components/use/retrie/select/index.vue3.cjs +1 -0
- package/dist/packages/components/use/retrie/select/index.vue3.js +5 -0
- package/dist/packages/components/use/retrie/slot/index.vue.cjs +1 -0
- package/dist/packages/components/use/retrie/slot/index.vue.js +43 -0
- package/dist/packages/components/use/retrie/slot/index.vue2.cjs +1 -0
- package/dist/packages/components/use/retrie/slot/index.vue2.js +4 -0
- package/dist/packages/components/use/retrie/string/index.vue.cjs +1 -0
- package/dist/packages/components/use/retrie/string/index.vue.js +53 -0
- package/dist/packages/components/use/retrie/string/index.vue3.cjs +1 -0
- package/dist/packages/components/use/retrie/string/index.vue3.js +5 -0
- package/dist/packages/components/use/set-code.vue.cjs +1 -0
- package/dist/packages/components/use/set-code.vue.js +63 -0
- package/dist/packages/components/use/set-code.vue2.cjs +1 -0
- package/dist/packages/components/use/set-code.vue2.js +4 -0
- package/dist/packages/components/use/set-emit.vue.cjs +1 -0
- package/dist/packages/components/use/set-emit.vue.js +50 -0
- package/dist/packages/components/use/set-emit.vue3.cjs +1 -0
- package/dist/packages/components/use/set-emit.vue3.js +5 -0
- package/dist/packages/components/use/set-expose.vue.cjs +1 -0
- package/dist/packages/components/use/set-expose.vue.js +66 -0
- package/dist/packages/components/use/set-expose.vue3.cjs +1 -0
- package/dist/packages/components/use/set-expose.vue3.js +5 -0
- package/dist/packages/components/use/set-props.vue.cjs +1 -0
- package/dist/packages/components/use/set-props.vue.js +71 -0
- package/dist/packages/components/use/set-props.vue2.cjs +1 -0
- package/dist/packages/components/use/set-props.vue2.js +4 -0
- package/dist/packages/components/use/set-slot.vue.cjs +1 -0
- package/dist/packages/components/use/set-slot.vue.js +45 -0
- package/dist/packages/components/use/set-slot.vue2.cjs +1 -0
- package/dist/packages/components/use/set-slot.vue2.js +4 -0
- package/dist/packages/components/use/util.cjs +3 -0
- package/dist/packages/components/use/util.js +294 -0
- package/dist/packages/config.cjs +1 -0
- package/dist/packages/config.js +14 -0
- package/dist/packages/directives/adjust/index.cjs +1 -0
- package/dist/packages/directives/adjust/index.js +246 -0
- package/dist/packages/index/index.vue.cjs +1 -0
- package/dist/packages/index/index.vue.js +4 -0
- package/dist/packages/index/index.vue2.cjs +1 -0
- package/dist/packages/index/index.vue2.js +14 -0
- package/dist/packages/index.cjs +1 -0
- package/dist/packages/index.d.ts +1 -0
- package/dist/packages/index.js +20 -0
- package/dist/packages/page/compon/index.vue.cjs +1 -0
- package/dist/packages/page/compon/index.vue.js +4 -0
- package/dist/packages/page/compon/index.vue2.cjs +1 -0
- package/dist/packages/page/compon/index.vue2.js +21 -0
- package/dist/packages/page/comprops/index.vue.cjs +1 -0
- package/dist/packages/page/comprops/index.vue.js +4 -0
- package/dist/packages/page/comprops/index.vue2.cjs +1 -0
- package/dist/packages/page/comprops/index.vue2.js +91 -0
- package/dist/packages/page/develop/index.vue.cjs +1 -0
- package/dist/packages/page/develop/index.vue.js +4 -0
- package/dist/packages/page/develop/index.vue2.cjs +1 -0
- package/dist/packages/page/develop/index.vue2.js +26 -0
- package/dist/packages/page/edit/index.vue.cjs +1 -0
- package/dist/packages/page/edit/index.vue.js +4 -0
- package/dist/packages/page/edit/index.vue2.cjs +1 -0
- package/dist/packages/page/edit/index.vue2.js +27 -0
- package/dist/packages/page/index/index.vue.cjs +1 -0
- package/dist/packages/page/index/index.vue.js +4 -0
- package/dist/packages/page/index/index.vue2.cjs +1 -0
- package/dist/packages/page/index/index.vue2.js +61 -0
- package/dist/packages/page/single/index.vue.cjs +1 -0
- package/dist/packages/page/single/index.vue.js +4 -0
- package/dist/packages/page/single/index.vue2.cjs +1 -0
- package/dist/packages/page/single/index.vue2.js +60 -0
- package/dist/packages/page/tests/index.vue.cjs +1 -0
- package/dist/packages/page/tests/index.vue.js +4 -0
- package/dist/packages/page/tests/index.vue2.cjs +1 -0
- package/dist/packages/page/tests/index.vue2.js +67 -0
- package/dist/packages/router/file.cjs +1 -0
- package/dist/packages/router/file.js +44 -0
- package/dist/packages/router/index.cjs +1 -0
- package/dist/packages/router/index.js +122 -0
- package/dist/packages/utils/annotat.cjs +1 -0
- package/dist/packages/utils/annotat.js +322 -0
- package/dist/packages/utils/common.cjs +1 -0
- package/dist/packages/utils/common.js +200 -0
- package/dist/packages/utils/glob.cjs +5 -0
- package/dist/packages/utils/glob.js +502 -0
- package/dist/packages/utils/index.cjs +1 -0
- package/dist/packages/utils/index.js +14 -0
- package/dist/packages/utils/props.cjs +1 -0
- package/dist/packages/utils/props.js +110 -0
- package/dist/packages/utils/storage.cjs +1 -0
- package/dist/packages/utils/storage.js +34 -0
- package/dist/packages/utils/util.cjs +1 -0
- package/dist/packages/utils/util.js +46 -0
- package/package.json +5 -5
- package/dist/config.cjs +0 -1
- package/dist/config.js +0 -11
- package/dist/index/index.cjs +0 -1
- package/dist/index/index.js +0 -5
- package/dist/index/index.vue_vue_type_script_setup_true_lang.cjs +0 -1
- package/dist/index/index.vue_vue_type_script_setup_true_lang.js +0 -12
- package/dist/index.cjs +0 -1
- package/dist/index.js +0 -15
- package/dist/router/file.cjs +0 -1
- package/dist/router/file.js +0 -32
- package/dist/router/index.cjs +0 -1
- package/dist/router/index.js +0 -45
- package/dist/utils/storage.cjs +0 -1
- package/dist/utils/storage.js +0 -23
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var t,c;function f(){if(c)return t;c=1;function l(n){const e=n.regex,d={className:"string",begin:/"(""|[^/n])"C\b/},b={className:"string",begin:/"/,end:/"/,illegal:/\n/,contains:[{begin:/""/}]},a=/\d{1,2}\/\d{1,2}\/\d{4}/,s=/\d{4}-\d{1,2}-\d{1,2}/,i=/(\d|1[012])(:\d+){0,2} *(AM|PM)/,r=/\d{1,2}(:\d{1,2}){1,2}/,g={className:"literal",variants:[{begin:e.concat(/# */,e.either(s,a),/ *#/)},{begin:e.concat(/# */,r,/ *#/)},{begin:e.concat(/# */,i,/ *#/)},{begin:e.concat(/# */,e.either(s,a),/ +/,e.either(i,r),/ *#/)}]},u={className:"number",relevance:0,variants:[{begin:/\b\d[\d_]*((\.[\d_]+(E[+-]?[\d_]+)?)|(E[+-]?[\d_]+))[RFD@!#]?/},{begin:/\b\d[\d_]*((U?[SIL])|[%&])?/},{begin:/&H[\dA-F_]+((U?[SIL])|[%&])?/},{begin:/&O[0-7_]+((U?[SIL])|[%&])?/},{begin:/&B[01_]+((U?[SIL])|[%&])?/}]},m={className:"label",begin:/^\w+:/},y=n.COMMENT(/'''/,/$/,{contains:[{className:"doctag",begin:/<\/?/,end:/>/}]}),o=n.COMMENT(null,/$/,{variants:[{begin:/'/},{begin:/([\t ]|^)REM(?=\s)/}]});return{name:"Visual Basic .NET",aliases:["vb"],case_insensitive:!0,classNameAliases:{label:"symbol"},keywords:{keyword:"addhandler alias aggregate ansi as async assembly auto binary by byref byval call case catch class compare const continue custom declare default delegate dim distinct do each equals else elseif end enum erase error event exit explicit finally for friend from function get global goto group handles if implements imports in inherits interface into iterator join key let lib loop me mid module mustinherit mustoverride mybase myclass namespace narrowing new next notinheritable notoverridable of off on operator option optional order overloads overridable overrides paramarray partial preserve private property protected public raiseevent readonly redim removehandler resume return select set shadows shared skip static step stop structure strict sub synclock take text then throw to try unicode until using when where while widening with withevents writeonly yield",built_in:"addressof and andalso await directcast gettype getxmlnamespace is isfalse isnot istrue like mod nameof new not or orelse trycast typeof xor cbool cbyte cchar cdate cdbl cdec cint clng cobj csbyte cshort csng cstr cuint culng cushort",type:"boolean byte char date decimal double integer long object sbyte short single string uinteger ulong ushort",literal:"true false nothing"},illegal:"//|\\{|\\}|endif|gosub|variant|wend|^\\$ ",contains:[d,b,g,u,m,y,o,{className:"meta",begin:/[\t ]*#(const|disable|else|elseif|enable|end|externalsource|if|region)\b/,end:/$/,keywords:{keyword:"const disable else elseif enable end externalsource if region then"},contains:[o]}]}}return t=l,t}exports.__require=f;
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
var t, c;
|
|
2
|
+
function f() {
|
|
3
|
+
if (c) return t;
|
|
4
|
+
c = 1;
|
|
5
|
+
function l(n) {
|
|
6
|
+
const e = n.regex, d = {
|
|
7
|
+
className: "string",
|
|
8
|
+
begin: /"(""|[^/n])"C\b/
|
|
9
|
+
}, b = {
|
|
10
|
+
className: "string",
|
|
11
|
+
begin: /"/,
|
|
12
|
+
end: /"/,
|
|
13
|
+
illegal: /\n/,
|
|
14
|
+
contains: [
|
|
15
|
+
{
|
|
16
|
+
// double quote escape
|
|
17
|
+
begin: /""/
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
}, a = /\d{1,2}\/\d{1,2}\/\d{4}/, s = /\d{4}-\d{1,2}-\d{1,2}/, i = /(\d|1[012])(:\d+){0,2} *(AM|PM)/, r = /\d{1,2}(:\d{1,2}){1,2}/, g = {
|
|
21
|
+
className: "literal",
|
|
22
|
+
variants: [
|
|
23
|
+
{
|
|
24
|
+
// #YYYY-MM-DD# (ISO-Date) or #M/D/YYYY# (US-Date)
|
|
25
|
+
begin: e.concat(/# */, e.either(s, a), / *#/)
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
// #H:mm[:ss]# (24h Time)
|
|
29
|
+
begin: e.concat(/# */, r, / *#/)
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
// #h[:mm[:ss]] A# (12h Time)
|
|
33
|
+
begin: e.concat(/# */, i, / *#/)
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
// date plus time
|
|
37
|
+
begin: e.concat(
|
|
38
|
+
/# */,
|
|
39
|
+
e.either(s, a),
|
|
40
|
+
/ +/,
|
|
41
|
+
e.either(i, r),
|
|
42
|
+
/ *#/
|
|
43
|
+
)
|
|
44
|
+
}
|
|
45
|
+
]
|
|
46
|
+
}, u = {
|
|
47
|
+
className: "number",
|
|
48
|
+
relevance: 0,
|
|
49
|
+
variants: [
|
|
50
|
+
{
|
|
51
|
+
// Float
|
|
52
|
+
begin: /\b\d[\d_]*((\.[\d_]+(E[+-]?[\d_]+)?)|(E[+-]?[\d_]+))[RFD@!#]?/
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
// Integer (base 10)
|
|
56
|
+
begin: /\b\d[\d_]*((U?[SIL])|[%&])?/
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
// Integer (base 16)
|
|
60
|
+
begin: /&H[\dA-F_]+((U?[SIL])|[%&])?/
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
// Integer (base 8)
|
|
64
|
+
begin: /&O[0-7_]+((U?[SIL])|[%&])?/
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
// Integer (base 2)
|
|
68
|
+
begin: /&B[01_]+((U?[SIL])|[%&])?/
|
|
69
|
+
}
|
|
70
|
+
]
|
|
71
|
+
}, m = {
|
|
72
|
+
className: "label",
|
|
73
|
+
begin: /^\w+:/
|
|
74
|
+
}, y = n.COMMENT(/'''/, /$/, { contains: [
|
|
75
|
+
{
|
|
76
|
+
className: "doctag",
|
|
77
|
+
begin: /<\/?/,
|
|
78
|
+
end: />/
|
|
79
|
+
}
|
|
80
|
+
] }), o = n.COMMENT(null, /$/, { variants: [
|
|
81
|
+
{ begin: /'/ },
|
|
82
|
+
{
|
|
83
|
+
// TODO: Use multi-class for leading spaces
|
|
84
|
+
begin: /([\t ]|^)REM(?=\s)/
|
|
85
|
+
}
|
|
86
|
+
] });
|
|
87
|
+
return {
|
|
88
|
+
name: "Visual Basic .NET",
|
|
89
|
+
aliases: ["vb"],
|
|
90
|
+
case_insensitive: !0,
|
|
91
|
+
classNameAliases: { label: "symbol" },
|
|
92
|
+
keywords: {
|
|
93
|
+
keyword: "addhandler alias aggregate ansi as async assembly auto binary by byref byval call case catch class compare const continue custom declare default delegate dim distinct do each equals else elseif end enum erase error event exit explicit finally for friend from function get global goto group handles if implements imports in inherits interface into iterator join key let lib loop me mid module mustinherit mustoverride mybase myclass namespace narrowing new next notinheritable notoverridable of off on operator option optional order overloads overridable overrides paramarray partial preserve private property protected public raiseevent readonly redim removehandler resume return select set shadows shared skip static step stop structure strict sub synclock take text then throw to try unicode until using when where while widening with withevents writeonly yield",
|
|
94
|
+
built_in: (
|
|
95
|
+
// Operators https://docs.microsoft.com/dotnet/visual-basic/language-reference/operators
|
|
96
|
+
"addressof and andalso await directcast gettype getxmlnamespace is isfalse isnot istrue like mod nameof new not or orelse trycast typeof xor cbool cbyte cchar cdate cdbl cdec cint clng cobj csbyte cshort csng cstr cuint culng cushort"
|
|
97
|
+
),
|
|
98
|
+
type: (
|
|
99
|
+
// Data types https://docs.microsoft.com/dotnet/visual-basic/language-reference/data-types
|
|
100
|
+
"boolean byte char date decimal double integer long object sbyte short single string uinteger ulong ushort"
|
|
101
|
+
),
|
|
102
|
+
literal: "true false nothing"
|
|
103
|
+
},
|
|
104
|
+
illegal: "//|\\{|\\}|endif|gosub|variant|wend|^\\$ ",
|
|
105
|
+
contains: [
|
|
106
|
+
d,
|
|
107
|
+
b,
|
|
108
|
+
g,
|
|
109
|
+
u,
|
|
110
|
+
m,
|
|
111
|
+
y,
|
|
112
|
+
o,
|
|
113
|
+
{
|
|
114
|
+
className: "meta",
|
|
115
|
+
// TODO: Use multi-class for indentation once available
|
|
116
|
+
begin: /[\t ]*#(const|disable|else|elseif|enable|end|externalsource|if|region)\b/,
|
|
117
|
+
end: /$/,
|
|
118
|
+
keywords: { keyword: "const disable else elseif enable end externalsource if region then" },
|
|
119
|
+
contains: [o]
|
|
120
|
+
}
|
|
121
|
+
]
|
|
122
|
+
};
|
|
123
|
+
}
|
|
124
|
+
return t = l, t;
|
|
125
|
+
}
|
|
126
|
+
export {
|
|
127
|
+
f as __require
|
|
128
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var t,s;function d(){if(s)return t;s=1;function o(e){e.regex;const a=e.COMMENT(/\(;/,/;\)/);a.contains.push("self");const l=e.COMMENT(/;;/,/$/),r=["anyfunc","block","br","br_if","br_table","call","call_indirect","data","drop","elem","else","end","export","func","global.get","global.set","local.get","local.set","local.tee","get_global","get_local","global","if","import","local","loop","memory","memory.grow","memory.size","module","mut","nop","offset","param","result","return","select","set_global","set_local","start","table","tee_local","then","type","unreachable"],n={begin:[/(?:func|call|call_indirect)/,/\s+/,/\$[^\s)]+/],className:{1:"keyword",3:"title.function"}},c={className:"variable",begin:/\$[\w_]+/},i={match:/(\((?!;)|\))+/,className:"punctuation",relevance:0},_={className:"number",relevance:0,match:/[+-]?\b(?:\d(?:_?\d)*(?:\.\d(?:_?\d)*)?(?:[eE][+-]?\d(?:_?\d)*)?|0x[\da-fA-F](?:_?[\da-fA-F])*(?:\.[\da-fA-F](?:_?[\da-fA-D])*)?(?:[pP][+-]?\d(?:_?\d)*)?)\b|\binf\b|\bnan(?::0x[\da-fA-F](?:_?[\da-fA-D])*)?\b/},u={match:/(i32|i64|f32|f64)(?!\.)/,className:"type"},m={className:"keyword",match:/\b(f32|f64|i32|i64)(?:\.(?:abs|add|and|ceil|clz|const|convert_[su]\/i(?:32|64)|copysign|ctz|demote\/f64|div(?:_[su])?|eqz?|extend_[su]\/i32|floor|ge(?:_[su])?|gt(?:_[su])?|le(?:_[su])?|load(?:(?:8|16|32)_[su])?|lt(?:_[su])?|max|min|mul|nearest|neg?|or|popcnt|promote\/f32|reinterpret\/[fi](?:32|64)|rem_[su]|rot[lr]|shl|shr_[su]|store(?:8|16|32)?|sqrt|sub|trunc(?:_[su]\/f(?:32|64))?|wrap\/i64|xor))\b/};return{name:"WebAssembly",keywords:{$pattern:/[\w.]+/,keyword:r},contains:[l,a,{match:[/(?:offset|align)/,/\s*/,/=/],className:{1:"keyword",3:"operator"}},c,i,n,e.QUOTE_STRING_MODE,u,m,_]}}return t=o,t}exports.__require=d;
|
package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/wasm.js
ADDED
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
var a, s;
|
|
2
|
+
function f() {
|
|
3
|
+
if (s) return a;
|
|
4
|
+
s = 1;
|
|
5
|
+
function o(e) {
|
|
6
|
+
e.regex;
|
|
7
|
+
const t = e.COMMENT(/\(;/, /;\)/);
|
|
8
|
+
t.contains.push("self");
|
|
9
|
+
const l = e.COMMENT(/;;/, /$/), r = [
|
|
10
|
+
"anyfunc",
|
|
11
|
+
"block",
|
|
12
|
+
"br",
|
|
13
|
+
"br_if",
|
|
14
|
+
"br_table",
|
|
15
|
+
"call",
|
|
16
|
+
"call_indirect",
|
|
17
|
+
"data",
|
|
18
|
+
"drop",
|
|
19
|
+
"elem",
|
|
20
|
+
"else",
|
|
21
|
+
"end",
|
|
22
|
+
"export",
|
|
23
|
+
"func",
|
|
24
|
+
"global.get",
|
|
25
|
+
"global.set",
|
|
26
|
+
"local.get",
|
|
27
|
+
"local.set",
|
|
28
|
+
"local.tee",
|
|
29
|
+
"get_global",
|
|
30
|
+
"get_local",
|
|
31
|
+
"global",
|
|
32
|
+
"if",
|
|
33
|
+
"import",
|
|
34
|
+
"local",
|
|
35
|
+
"loop",
|
|
36
|
+
"memory",
|
|
37
|
+
"memory.grow",
|
|
38
|
+
"memory.size",
|
|
39
|
+
"module",
|
|
40
|
+
"mut",
|
|
41
|
+
"nop",
|
|
42
|
+
"offset",
|
|
43
|
+
"param",
|
|
44
|
+
"result",
|
|
45
|
+
"return",
|
|
46
|
+
"select",
|
|
47
|
+
"set_global",
|
|
48
|
+
"set_local",
|
|
49
|
+
"start",
|
|
50
|
+
"table",
|
|
51
|
+
"tee_local",
|
|
52
|
+
"then",
|
|
53
|
+
"type",
|
|
54
|
+
"unreachable"
|
|
55
|
+
], n = {
|
|
56
|
+
begin: [
|
|
57
|
+
/(?:func|call|call_indirect)/,
|
|
58
|
+
/\s+/,
|
|
59
|
+
/\$[^\s)]+/
|
|
60
|
+
],
|
|
61
|
+
className: {
|
|
62
|
+
1: "keyword",
|
|
63
|
+
3: "title.function"
|
|
64
|
+
}
|
|
65
|
+
}, c = {
|
|
66
|
+
className: "variable",
|
|
67
|
+
begin: /\$[\w_]+/
|
|
68
|
+
}, _ = {
|
|
69
|
+
match: /(\((?!;)|\))+/,
|
|
70
|
+
className: "punctuation",
|
|
71
|
+
relevance: 0
|
|
72
|
+
}, i = {
|
|
73
|
+
className: "number",
|
|
74
|
+
relevance: 0,
|
|
75
|
+
// borrowed from Prism, TODO: split out into variants
|
|
76
|
+
match: /[+-]?\b(?:\d(?:_?\d)*(?:\.\d(?:_?\d)*)?(?:[eE][+-]?\d(?:_?\d)*)?|0x[\da-fA-F](?:_?[\da-fA-F])*(?:\.[\da-fA-F](?:_?[\da-fA-D])*)?(?:[pP][+-]?\d(?:_?\d)*)?)\b|\binf\b|\bnan(?::0x[\da-fA-F](?:_?[\da-fA-D])*)?\b/
|
|
77
|
+
}, m = {
|
|
78
|
+
// look-ahead prevents us from gobbling up opcodes
|
|
79
|
+
match: /(i32|i64|f32|f64)(?!\.)/,
|
|
80
|
+
className: "type"
|
|
81
|
+
}, u = {
|
|
82
|
+
className: "keyword",
|
|
83
|
+
// borrowed from Prism, TODO: split out into variants
|
|
84
|
+
match: /\b(f32|f64|i32|i64)(?:\.(?:abs|add|and|ceil|clz|const|convert_[su]\/i(?:32|64)|copysign|ctz|demote\/f64|div(?:_[su])?|eqz?|extend_[su]\/i32|floor|ge(?:_[su])?|gt(?:_[su])?|le(?:_[su])?|load(?:(?:8|16|32)_[su])?|lt(?:_[su])?|max|min|mul|nearest|neg?|or|popcnt|promote\/f32|reinterpret\/[fi](?:32|64)|rem_[su]|rot[lr]|shl|shr_[su]|store(?:8|16|32)?|sqrt|sub|trunc(?:_[su]\/f(?:32|64))?|wrap\/i64|xor))\b/
|
|
85
|
+
};
|
|
86
|
+
return {
|
|
87
|
+
name: "WebAssembly",
|
|
88
|
+
keywords: {
|
|
89
|
+
$pattern: /[\w.]+/,
|
|
90
|
+
keyword: r
|
|
91
|
+
},
|
|
92
|
+
contains: [
|
|
93
|
+
l,
|
|
94
|
+
t,
|
|
95
|
+
{
|
|
96
|
+
match: [
|
|
97
|
+
/(?:offset|align)/,
|
|
98
|
+
/\s*/,
|
|
99
|
+
/=/
|
|
100
|
+
],
|
|
101
|
+
className: {
|
|
102
|
+
1: "keyword",
|
|
103
|
+
3: "operator"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
c,
|
|
107
|
+
_,
|
|
108
|
+
n,
|
|
109
|
+
e.QUOTE_STRING_MODE,
|
|
110
|
+
m,
|
|
111
|
+
u,
|
|
112
|
+
i
|
|
113
|
+
]
|
|
114
|
+
};
|
|
115
|
+
}
|
|
116
|
+
return a = o, a;
|
|
117
|
+
}
|
|
118
|
+
export {
|
|
119
|
+
f as __require
|
|
120
|
+
};
|
package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/xml.cjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var r,g;function b(){if(g)return r;g=1;function m(n){const e=n.regex,a=e.concat(/[\p{L}_]/u,e.optional(/[\p{L}0-9_.-]*:/u),/[\p{L}0-9_.-]*/u),_=/[\p{L}0-9._:-]+/u,s={className:"symbol",begin:/&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/},t={begin:/\s/,contains:[{className:"keyword",begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\n/}]},l=n.inherit(t,{begin:/\(/,end:/\)/}),o=n.inherit(n.APOS_STRING_MODE,{className:"string"}),i=n.inherit(n.QUOTE_STRING_MODE,{className:"string"}),c={endsWithParent:!0,illegal:/</,relevance:0,contains:[{className:"attr",begin:_,relevance:0},{begin:/=\s*/,relevance:0,contains:[{className:"string",endsParent:!0,variants:[{begin:/"/,end:/"/,contains:[s]},{begin:/'/,end:/'/,contains:[s]},{begin:/[^\s"'=<>`]+/}]}]}]};return{name:"HTML, XML",aliases:["html","xhtml","rss","atom","xjb","xsd","xsl","plist","wsf","svg"],case_insensitive:!0,unicodeRegex:!0,contains:[{className:"meta",begin:/<![a-z]/,end:/>/,relevance:10,contains:[t,i,o,l,{begin:/\[/,end:/\]/,contains:[{className:"meta",begin:/<![a-z]/,end:/>/,contains:[t,l,i,o]}]}]},n.COMMENT(/<!--/,/-->/,{relevance:10}),{begin:/<!\[CDATA\[/,end:/\]\]>/,relevance:10},s,{className:"meta",end:/\?>/,variants:[{begin:/<\?xml/,relevance:10,contains:[i]},{begin:/<\?[a-z][a-z0-9]+/}]},{className:"tag",begin:/<style(?=\s|>)/,end:/>/,keywords:{name:"style"},contains:[c],starts:{end:/<\/style>/,returnEnd:!0,subLanguage:["css","xml"]}},{className:"tag",begin:/<script(?=\s|>)/,end:/>/,keywords:{name:"script"},contains:[c],starts:{end:/<\/script>/,returnEnd:!0,subLanguage:["javascript","handlebars","xml"]}},{className:"tag",begin:/<>|<\/>/},{className:"tag",begin:e.concat(/</,e.lookahead(e.concat(a,e.either(/\/>/,/>/,/\s/)))),end:/\/?>/,contains:[{className:"name",begin:a,relevance:0,starts:c}]},{className:"tag",begin:e.concat(/<\//,e.lookahead(e.concat(a,/>/))),contains:[{className:"name",begin:a,relevance:0},{begin:/>/,relevance:0,endsParent:!0}]}]}}return r=m,r}exports.__require=b;
|
package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/xml.js
ADDED
|
@@ -0,0 +1,225 @@
|
|
|
1
|
+
var r, g;
|
|
2
|
+
function b() {
|
|
3
|
+
if (g) return r;
|
|
4
|
+
g = 1;
|
|
5
|
+
function m(n) {
|
|
6
|
+
const e = n.regex, a = e.concat(/[\p{L}_]/u, e.optional(/[\p{L}0-9_.-]*:/u), /[\p{L}0-9_.-]*/u), _ = /[\p{L}0-9._:-]+/u, s = {
|
|
7
|
+
className: "symbol",
|
|
8
|
+
begin: /&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/
|
|
9
|
+
}, t = {
|
|
10
|
+
begin: /\s/,
|
|
11
|
+
contains: [
|
|
12
|
+
{
|
|
13
|
+
className: "keyword",
|
|
14
|
+
begin: /#?[a-z_][a-z1-9_-]+/,
|
|
15
|
+
illegal: /\n/
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
}, l = n.inherit(t, {
|
|
19
|
+
begin: /\(/,
|
|
20
|
+
end: /\)/
|
|
21
|
+
}), o = n.inherit(n.APOS_STRING_MODE, { className: "string" }), i = n.inherit(n.QUOTE_STRING_MODE, { className: "string" }), c = {
|
|
22
|
+
endsWithParent: !0,
|
|
23
|
+
illegal: /</,
|
|
24
|
+
relevance: 0,
|
|
25
|
+
contains: [
|
|
26
|
+
{
|
|
27
|
+
className: "attr",
|
|
28
|
+
begin: _,
|
|
29
|
+
relevance: 0
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
begin: /=\s*/,
|
|
33
|
+
relevance: 0,
|
|
34
|
+
contains: [
|
|
35
|
+
{
|
|
36
|
+
className: "string",
|
|
37
|
+
endsParent: !0,
|
|
38
|
+
variants: [
|
|
39
|
+
{
|
|
40
|
+
begin: /"/,
|
|
41
|
+
end: /"/,
|
|
42
|
+
contains: [s]
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
begin: /'/,
|
|
46
|
+
end: /'/,
|
|
47
|
+
contains: [s]
|
|
48
|
+
},
|
|
49
|
+
{ begin: /[^\s"'=<>`]+/ }
|
|
50
|
+
]
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
]
|
|
55
|
+
};
|
|
56
|
+
return {
|
|
57
|
+
name: "HTML, XML",
|
|
58
|
+
aliases: [
|
|
59
|
+
"html",
|
|
60
|
+
"xhtml",
|
|
61
|
+
"rss",
|
|
62
|
+
"atom",
|
|
63
|
+
"xjb",
|
|
64
|
+
"xsd",
|
|
65
|
+
"xsl",
|
|
66
|
+
"plist",
|
|
67
|
+
"wsf",
|
|
68
|
+
"svg"
|
|
69
|
+
],
|
|
70
|
+
case_insensitive: !0,
|
|
71
|
+
unicodeRegex: !0,
|
|
72
|
+
contains: [
|
|
73
|
+
{
|
|
74
|
+
className: "meta",
|
|
75
|
+
begin: /<![a-z]/,
|
|
76
|
+
end: />/,
|
|
77
|
+
relevance: 10,
|
|
78
|
+
contains: [
|
|
79
|
+
t,
|
|
80
|
+
i,
|
|
81
|
+
o,
|
|
82
|
+
l,
|
|
83
|
+
{
|
|
84
|
+
begin: /\[/,
|
|
85
|
+
end: /\]/,
|
|
86
|
+
contains: [
|
|
87
|
+
{
|
|
88
|
+
className: "meta",
|
|
89
|
+
begin: /<![a-z]/,
|
|
90
|
+
end: />/,
|
|
91
|
+
contains: [
|
|
92
|
+
t,
|
|
93
|
+
l,
|
|
94
|
+
i,
|
|
95
|
+
o
|
|
96
|
+
]
|
|
97
|
+
}
|
|
98
|
+
]
|
|
99
|
+
}
|
|
100
|
+
]
|
|
101
|
+
},
|
|
102
|
+
n.COMMENT(
|
|
103
|
+
/<!--/,
|
|
104
|
+
/-->/,
|
|
105
|
+
{ relevance: 10 }
|
|
106
|
+
),
|
|
107
|
+
{
|
|
108
|
+
begin: /<!\[CDATA\[/,
|
|
109
|
+
end: /\]\]>/,
|
|
110
|
+
relevance: 10
|
|
111
|
+
},
|
|
112
|
+
s,
|
|
113
|
+
// xml processing instructions
|
|
114
|
+
{
|
|
115
|
+
className: "meta",
|
|
116
|
+
end: /\?>/,
|
|
117
|
+
variants: [
|
|
118
|
+
{
|
|
119
|
+
begin: /<\?xml/,
|
|
120
|
+
relevance: 10,
|
|
121
|
+
contains: [
|
|
122
|
+
i
|
|
123
|
+
]
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
begin: /<\?[a-z][a-z0-9]+/
|
|
127
|
+
}
|
|
128
|
+
]
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
className: "tag",
|
|
132
|
+
/*
|
|
133
|
+
The lookahead pattern (?=...) ensures that 'begin' only matches
|
|
134
|
+
'<style' as a single word, followed by a whitespace or an
|
|
135
|
+
ending bracket.
|
|
136
|
+
*/
|
|
137
|
+
begin: /<style(?=\s|>)/,
|
|
138
|
+
end: />/,
|
|
139
|
+
keywords: { name: "style" },
|
|
140
|
+
contains: [c],
|
|
141
|
+
starts: {
|
|
142
|
+
end: /<\/style>/,
|
|
143
|
+
returnEnd: !0,
|
|
144
|
+
subLanguage: [
|
|
145
|
+
"css",
|
|
146
|
+
"xml"
|
|
147
|
+
]
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
className: "tag",
|
|
152
|
+
// See the comment in the <style tag about the lookahead pattern
|
|
153
|
+
begin: /<script(?=\s|>)/,
|
|
154
|
+
end: />/,
|
|
155
|
+
keywords: { name: "script" },
|
|
156
|
+
contains: [c],
|
|
157
|
+
starts: {
|
|
158
|
+
end: /<\/script>/,
|
|
159
|
+
returnEnd: !0,
|
|
160
|
+
subLanguage: [
|
|
161
|
+
"javascript",
|
|
162
|
+
"handlebars",
|
|
163
|
+
"xml"
|
|
164
|
+
]
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
// we need this for now for jSX
|
|
168
|
+
{
|
|
169
|
+
className: "tag",
|
|
170
|
+
begin: /<>|<\/>/
|
|
171
|
+
},
|
|
172
|
+
// open tag
|
|
173
|
+
{
|
|
174
|
+
className: "tag",
|
|
175
|
+
begin: e.concat(
|
|
176
|
+
/</,
|
|
177
|
+
e.lookahead(e.concat(
|
|
178
|
+
a,
|
|
179
|
+
// <tag/>
|
|
180
|
+
// <tag>
|
|
181
|
+
// <tag ...
|
|
182
|
+
e.either(/\/>/, />/, /\s/)
|
|
183
|
+
))
|
|
184
|
+
),
|
|
185
|
+
end: /\/?>/,
|
|
186
|
+
contains: [
|
|
187
|
+
{
|
|
188
|
+
className: "name",
|
|
189
|
+
begin: a,
|
|
190
|
+
relevance: 0,
|
|
191
|
+
starts: c
|
|
192
|
+
}
|
|
193
|
+
]
|
|
194
|
+
},
|
|
195
|
+
// close tag
|
|
196
|
+
{
|
|
197
|
+
className: "tag",
|
|
198
|
+
begin: e.concat(
|
|
199
|
+
/<\//,
|
|
200
|
+
e.lookahead(e.concat(
|
|
201
|
+
a,
|
|
202
|
+
/>/
|
|
203
|
+
))
|
|
204
|
+
),
|
|
205
|
+
contains: [
|
|
206
|
+
{
|
|
207
|
+
className: "name",
|
|
208
|
+
begin: a,
|
|
209
|
+
relevance: 0
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
begin: />/,
|
|
213
|
+
relevance: 0,
|
|
214
|
+
endsParent: !0
|
|
215
|
+
}
|
|
216
|
+
]
|
|
217
|
+
}
|
|
218
|
+
]
|
|
219
|
+
};
|
|
220
|
+
}
|
|
221
|
+
return r = m, r;
|
|
222
|
+
}
|
|
223
|
+
export {
|
|
224
|
+
b as __require
|
|
225
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var c,l;function _(){if(l)return c;l=1;function E(e){const a="true false yes no null",n="[\\w#;/?:@&=+$,.~*'()[\\]]+",b={className:"attr",variants:[{begin:/[\w*@][\w*@ :()\./-]*:(?=[ \t]|$)/},{begin:/"[\w*@][\w*@ :()\./-]*":(?=[ \t]|$)/},{begin:/'[\w*@][\w*@ :()\./-]*':(?=[ \t]|$)/}]},g={className:"template-variable",variants:[{begin:/\{\{/,end:/\}\}/},{begin:/%\{/,end:/\}/}]},o={className:"string",relevance:0,begin:/'/,end:/'/,contains:[{match:/''/,scope:"char.escape",relevance:0}]},i={className:"string",relevance:0,variants:[{begin:/"/,end:/"/},{begin:/\S+/}],contains:[e.BACKSLASH_ESCAPE,g]},N=e.inherit(i,{variants:[{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]},{begin:/"/,end:/"/},{begin:/[^\s,{}[\]]+/}]}),R={className:"number",begin:"\\b"+"[0-9]{4}(-[0-9][0-9]){0,2}"+"([Tt \\t][0-9][0-9]?(:[0-9][0-9]){2})?"+"(\\.[0-9]*)?"+"([ \\t])*(Z|[-+][0-9][0-9]?(:[0-9][0-9])?)?"+"\\b"},s={end:",",endsWithParent:!0,excludeEnd:!0,keywords:a,relevance:0},m={begin:/\{/,end:/\}/,contains:[s],illegal:"\\n",relevance:0},u={begin:"\\[",end:"\\]",contains:[s],illegal:"\\n",relevance:0},r=[b,{className:"meta",begin:"^---\\s*$",relevance:10},{className:"string",begin:"[\\|>]([1-9]?[+-])?[ ]*\\n( +)[^ ][^\\n]*\\n(\\2[^\\n]+\\n?)*"},{begin:"<%[%=-]?",end:"[%-]?%>",subLanguage:"ruby",excludeBegin:!0,excludeEnd:!0,relevance:0},{className:"type",begin:"!\\w+!"+n},{className:"type",begin:"!<"+n+">"},{className:"type",begin:"!"+n},{className:"type",begin:"!!"+n},{className:"meta",begin:"&"+e.UNDERSCORE_IDENT_RE+"$"},{className:"meta",begin:"\\*"+e.UNDERSCORE_IDENT_RE+"$"},{className:"bullet",begin:"-(?=[ ]|$)",relevance:0},e.HASH_COMMENT_MODE,{beginKeywords:a,keywords:{literal:a}},R,{className:"number",begin:e.C_NUMBER_RE+"\\b",relevance:0},m,u,o,i],t=[...r];return t.pop(),t.push(N),s.contains=t,{name:"YAML",case_insensitive:!0,aliases:["yml"],contains:r}}return c=E,c}exports.__require=_;
|
package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/yaml.js
ADDED
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
var c, E;
|
|
2
|
+
function v() {
|
|
3
|
+
if (E) return c;
|
|
4
|
+
E = 1;
|
|
5
|
+
function l(e) {
|
|
6
|
+
const a = "true false yes no null", n = "[\\w#;/?:@&=+$,.~*'()[\\]]+", b = {
|
|
7
|
+
className: "attr",
|
|
8
|
+
variants: [
|
|
9
|
+
// added brackets support and special char support
|
|
10
|
+
{ begin: /[\w*@][\w*@ :()\./-]*:(?=[ \t]|$)/ },
|
|
11
|
+
{
|
|
12
|
+
// double quoted keys - with brackets and special char support
|
|
13
|
+
begin: /"[\w*@][\w*@ :()\./-]*":(?=[ \t]|$)/
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
// single quoted keys - with brackets and special char support
|
|
17
|
+
begin: /'[\w*@][\w*@ :()\./-]*':(?=[ \t]|$)/
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
}, g = {
|
|
21
|
+
className: "template-variable",
|
|
22
|
+
variants: [
|
|
23
|
+
{
|
|
24
|
+
// jinja templates Ansible
|
|
25
|
+
begin: /\{\{/,
|
|
26
|
+
end: /\}\}/
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
// Ruby i18n
|
|
30
|
+
begin: /%\{/,
|
|
31
|
+
end: /\}/
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
}, o = {
|
|
35
|
+
className: "string",
|
|
36
|
+
relevance: 0,
|
|
37
|
+
begin: /'/,
|
|
38
|
+
end: /'/,
|
|
39
|
+
contains: [
|
|
40
|
+
{
|
|
41
|
+
match: /''/,
|
|
42
|
+
scope: "char.escape",
|
|
43
|
+
relevance: 0
|
|
44
|
+
}
|
|
45
|
+
]
|
|
46
|
+
}, i = {
|
|
47
|
+
className: "string",
|
|
48
|
+
relevance: 0,
|
|
49
|
+
variants: [
|
|
50
|
+
{
|
|
51
|
+
begin: /"/,
|
|
52
|
+
end: /"/
|
|
53
|
+
},
|
|
54
|
+
{ begin: /\S+/ }
|
|
55
|
+
],
|
|
56
|
+
contains: [
|
|
57
|
+
e.BACKSLASH_ESCAPE,
|
|
58
|
+
g
|
|
59
|
+
]
|
|
60
|
+
}, N = e.inherit(i, { variants: [
|
|
61
|
+
{
|
|
62
|
+
begin: /'/,
|
|
63
|
+
end: /'/,
|
|
64
|
+
contains: [
|
|
65
|
+
{
|
|
66
|
+
begin: /''/,
|
|
67
|
+
relevance: 0
|
|
68
|
+
}
|
|
69
|
+
]
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
begin: /"/,
|
|
73
|
+
end: /"/
|
|
74
|
+
},
|
|
75
|
+
{ begin: /[^\s,{}[\]]+/ }
|
|
76
|
+
] }), R = {
|
|
77
|
+
className: "number",
|
|
78
|
+
begin: "\\b" + "[0-9]{4}(-[0-9][0-9]){0,2}" + "([Tt \\t][0-9][0-9]?(:[0-9][0-9]){2})?" + "(\\.[0-9]*)?" + "([ \\t])*(Z|[-+][0-9][0-9]?(:[0-9][0-9])?)?" + "\\b"
|
|
79
|
+
}, s = {
|
|
80
|
+
end: ",",
|
|
81
|
+
endsWithParent: !0,
|
|
82
|
+
excludeEnd: !0,
|
|
83
|
+
keywords: a,
|
|
84
|
+
relevance: 0
|
|
85
|
+
}, m = {
|
|
86
|
+
begin: /\{/,
|
|
87
|
+
end: /\}/,
|
|
88
|
+
contains: [s],
|
|
89
|
+
illegal: "\\n",
|
|
90
|
+
relevance: 0
|
|
91
|
+
}, _ = {
|
|
92
|
+
begin: "\\[",
|
|
93
|
+
end: "\\]",
|
|
94
|
+
contains: [s],
|
|
95
|
+
illegal: "\\n",
|
|
96
|
+
relevance: 0
|
|
97
|
+
}, r = [
|
|
98
|
+
b,
|
|
99
|
+
{
|
|
100
|
+
className: "meta",
|
|
101
|
+
begin: "^---\\s*$",
|
|
102
|
+
relevance: 10
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
// multi line string
|
|
106
|
+
// Blocks start with a | or > followed by a newline
|
|
107
|
+
//
|
|
108
|
+
// Indentation of subsequent lines must be the same to
|
|
109
|
+
// be considered part of the block
|
|
110
|
+
className: "string",
|
|
111
|
+
begin: "[\\|>]([1-9]?[+-])?[ ]*\\n( +)[^ ][^\\n]*\\n(\\2[^\\n]+\\n?)*"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
// Ruby/Rails erb
|
|
115
|
+
begin: "<%[%=-]?",
|
|
116
|
+
end: "[%-]?%>",
|
|
117
|
+
subLanguage: "ruby",
|
|
118
|
+
excludeBegin: !0,
|
|
119
|
+
excludeEnd: !0,
|
|
120
|
+
relevance: 0
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
// named tags
|
|
124
|
+
className: "type",
|
|
125
|
+
begin: "!\\w+!" + n
|
|
126
|
+
},
|
|
127
|
+
// https://yaml.org/spec/1.2/spec.html#id2784064
|
|
128
|
+
{
|
|
129
|
+
// verbatim tags
|
|
130
|
+
className: "type",
|
|
131
|
+
begin: "!<" + n + ">"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
// primary tags
|
|
135
|
+
className: "type",
|
|
136
|
+
begin: "!" + n
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
// secondary tags
|
|
140
|
+
className: "type",
|
|
141
|
+
begin: "!!" + n
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
// fragment id &ref
|
|
145
|
+
className: "meta",
|
|
146
|
+
begin: "&" + e.UNDERSCORE_IDENT_RE + "$"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
// fragment reference *ref
|
|
150
|
+
className: "meta",
|
|
151
|
+
begin: "\\*" + e.UNDERSCORE_IDENT_RE + "$"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
// array listing
|
|
155
|
+
className: "bullet",
|
|
156
|
+
// TODO: remove |$ hack when we have proper look-ahead support
|
|
157
|
+
begin: "-(?=[ ]|$)",
|
|
158
|
+
relevance: 0
|
|
159
|
+
},
|
|
160
|
+
e.HASH_COMMENT_MODE,
|
|
161
|
+
{
|
|
162
|
+
beginKeywords: a,
|
|
163
|
+
keywords: { literal: a }
|
|
164
|
+
},
|
|
165
|
+
R,
|
|
166
|
+
// numbers are any valid C-style number that
|
|
167
|
+
// sit isolated from other words
|
|
168
|
+
{
|
|
169
|
+
className: "number",
|
|
170
|
+
begin: e.C_NUMBER_RE + "\\b",
|
|
171
|
+
relevance: 0
|
|
172
|
+
},
|
|
173
|
+
m,
|
|
174
|
+
_,
|
|
175
|
+
o,
|
|
176
|
+
i
|
|
177
|
+
], t = [...r];
|
|
178
|
+
return t.pop(), t.push(N), s.contains = t, {
|
|
179
|
+
name: "YAML",
|
|
180
|
+
case_insensitive: !0,
|
|
181
|
+
aliases: ["yml"],
|
|
182
|
+
contains: r
|
|
183
|
+
};
|
|
184
|
+
}
|
|
185
|
+
return c = l, c;
|
|
186
|
+
}
|
|
187
|
+
export {
|
|
188
|
+
v as __require
|
|
189
|
+
};
|