@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 e,s;function r(){if(s)return e;s=1;function l(n){return{name:"Shell Session",aliases:["console","shellsession"],contains:[{className:"meta.prompt",begin:/^\s{0,3}[/~\w\d[\]()@-]*[>%$#][ ]?/,starts:{end:/[^\\](?=\s*$)/,subLanguage:"bash"}}]}}return e=l,e}exports.__require=r;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
var e, s;
|
|
2
|
+
function r() {
|
|
3
|
+
if (s) return e;
|
|
4
|
+
s = 1;
|
|
5
|
+
function l(n) {
|
|
6
|
+
return {
|
|
7
|
+
name: "Shell Session",
|
|
8
|
+
aliases: [
|
|
9
|
+
"console",
|
|
10
|
+
"shellsession"
|
|
11
|
+
],
|
|
12
|
+
contains: [
|
|
13
|
+
{
|
|
14
|
+
className: "meta.prompt",
|
|
15
|
+
// We cannot add \s (spaces) in the regular expression otherwise it will be too broad and produce unexpected result.
|
|
16
|
+
// For instance, in the following example, it would match "echo /path/to/home >" as a prompt:
|
|
17
|
+
// echo /path/to/home > t.exe
|
|
18
|
+
begin: /^\s{0,3}[/~\w\d[\]()@-]*[>%$#][ ]?/,
|
|
19
|
+
starts: {
|
|
20
|
+
end: /[^\\](?=\s*$)/,
|
|
21
|
+
subLanguage: "bash"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
return e = l, e;
|
|
28
|
+
}
|
|
29
|
+
export {
|
|
30
|
+
r as __require
|
|
31
|
+
};
|
package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/sql.cjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var s,l;function q(){if(l)return s;l=1;function _(n){const a=n.regex,u=n.COMMENT("--","$"),g={scope:"string",variants:[{begin:/'/,end:/'/,contains:[{match:/''/}]}]},m={begin:/"/,end:/"/,contains:[{match:/""/}]},p=["true","false","unknown"],d=["double precision","large object","with timezone","without timezone"],h=["bigint","binary","blob","boolean","char","character","clob","date","dec","decfloat","decimal","float","int","integer","interval","nchar","nclob","national","numeric","real","row","smallint","time","timestamp","varchar","varying","varbinary"],b=["add","asc","collation","desc","final","first","last","view"],f=["abs","acos","all","allocate","alter","and","any","are","array","array_agg","array_max_cardinality","as","asensitive","asin","asymmetric","at","atan","atomic","authorization","avg","begin","begin_frame","begin_partition","between","bigint","binary","blob","boolean","both","by","call","called","cardinality","cascaded","case","cast","ceil","ceiling","char","char_length","character","character_length","check","classifier","clob","close","coalesce","collate","collect","column","commit","condition","connect","constraint","contains","convert","copy","corr","corresponding","cos","cosh","count","covar_pop","covar_samp","create","cross","cube","cume_dist","current","current_catalog","current_date","current_default_transform_group","current_path","current_role","current_row","current_schema","current_time","current_timestamp","current_path","current_role","current_transform_group_for_type","current_user","cursor","cycle","date","day","deallocate","dec","decimal","decfloat","declare","default","define","delete","dense_rank","deref","describe","deterministic","disconnect","distinct","double","drop","dynamic","each","element","else","empty","end","end_frame","end_partition","end-exec","equals","escape","every","except","exec","execute","exists","exp","external","extract","false","fetch","filter","first_value","float","floor","for","foreign","frame_row","free","from","full","function","fusion","get","global","grant","group","grouping","groups","having","hold","hour","identity","in","indicator","initial","inner","inout","insensitive","insert","int","integer","intersect","intersection","interval","into","is","join","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","language","large","last_value","lateral","lead","leading","left","like","like_regex","listagg","ln","local","localtime","localtimestamp","log","log10","lower","match","match_number","match_recognize","matches","max","member","merge","method","min","minute","mod","modifies","module","month","multiset","national","natural","nchar","nclob","new","no","none","normalize","not","nth_value","ntile","null","nullif","numeric","octet_length","occurrences_regex","of","offset","old","omit","on","one","only","open","or","order","out","outer","over","overlaps","overlay","parameter","partition","pattern","per","percent","percent_rank","percentile_cont","percentile_disc","period","portion","position","position_regex","power","precedes","precision","prepare","primary","procedure","ptf","range","rank","reads","real","recursive","ref","references","referencing","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","release","result","return","returns","revoke","right","rollback","rollup","row","row_number","rows","running","savepoint","scope","scroll","search","second","seek","select","sensitive","session_user","set","show","similar","sin","sinh","skip","smallint","some","specific","specifictype","sql","sqlexception","sqlstate","sqlwarning","sqrt","start","static","stddev_pop","stddev_samp","submultiset","subset","substring","substring_regex","succeeds","sum","symmetric","system","system_time","system_user","table","tablesample","tan","tanh","then","time","timestamp","timezone_hour","timezone_minute","to","trailing","translate","translate_regex","translation","treat","trigger","trim","trim_array","true","truncate","uescape","union","unique","unknown","unnest","update","upper","user","using","value","values","value_of","var_pop","var_samp","varbinary","varchar","varying","versioning","when","whenever","where","width_bucket","window","with","within","without","year"],o=["abs","acos","array_agg","asin","atan","avg","cast","ceil","ceiling","coalesce","corr","cos","cosh","count","covar_pop","covar_samp","cume_dist","dense_rank","deref","element","exp","extract","first_value","floor","json_array","json_arrayagg","json_exists","json_object","json_objectagg","json_query","json_table","json_table_primitive","json_value","lag","last_value","lead","listagg","ln","log","log10","lower","max","min","mod","nth_value","ntile","nullif","percent_rank","percentile_cont","percentile_disc","position","position_regex","power","rank","regr_avgx","regr_avgy","regr_count","regr_intercept","regr_r2","regr_slope","regr_sxx","regr_sxy","regr_syy","row_number","sin","sinh","sqrt","stddev_pop","stddev_samp","substring","substring_regex","sum","tan","tanh","translate","translate_regex","treat","trim","trim_array","unnest","upper","value_of","var_pop","var_samp","width_bucket"],v=["current_catalog","current_date","current_default_transform_group","current_path","current_role","current_schema","current_transform_group_for_type","current_user","session_user","system_time","system_user","current_time","localtime","current_timestamp","localtimestamp"],y=["create table","insert into","primary key","foreign key","not null","alter table","add constraint","grouping sets","on overflow","character set","respect nulls","ignore nulls","nulls first","nulls last","depth first","breadth first"],i=o,w=[...f,...b].filter(e=>!o.includes(e)),x={scope:"variable",match:/@[a-z0-9][a-z0-9_]*/},E={scope:"operator",match:/[-+*/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?/,relevance:0},O={match:a.concat(/\b/,a.either(...i),/\s*\(/),relevance:0,keywords:{built_in:i}};function c(e){return a.concat(/\b/,a.either(...e.map(t=>t.replace(/\s+/,"\\s+"))),/\b/)}const k={scope:"keyword",match:c(y),relevance:0};function j(e,{exceptions:t,when:R}={}){const S=R;return t=t||[],e.map(r=>r.match(/\|\d+$/)||t.includes(r)?r:S(r)?`${r}|0`:r)}return{name:"SQL",case_insensitive:!0,illegal:/[{}]|<\//,keywords:{$pattern:/\b[\w\.]+/,keyword:j(w,{when:e=>e.length<3}),literal:p,type:h,built_in:v},contains:[{scope:"type",match:c(d)},k,O,x,g,m,n.C_NUMBER_MODE,n.C_BLOCK_COMMENT_MODE,u,E]}}return s=_,s}exports.__require=q;
|
package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/sql.js
ADDED
|
@@ -0,0 +1,621 @@
|
|
|
1
|
+
var s, l;
|
|
2
|
+
function q() {
|
|
3
|
+
if (l) return s;
|
|
4
|
+
l = 1;
|
|
5
|
+
function _(n) {
|
|
6
|
+
const a = n.regex, u = n.COMMENT("--", "$"), g = {
|
|
7
|
+
scope: "string",
|
|
8
|
+
variants: [
|
|
9
|
+
{
|
|
10
|
+
begin: /'/,
|
|
11
|
+
end: /'/,
|
|
12
|
+
contains: [{ match: /''/ }]
|
|
13
|
+
}
|
|
14
|
+
]
|
|
15
|
+
}, m = {
|
|
16
|
+
begin: /"/,
|
|
17
|
+
end: /"/,
|
|
18
|
+
contains: [{ match: /""/ }]
|
|
19
|
+
}, p = [
|
|
20
|
+
"true",
|
|
21
|
+
"false",
|
|
22
|
+
// Not sure it's correct to call NULL literal, and clauses like IS [NOT] NULL look strange that way.
|
|
23
|
+
// "null",
|
|
24
|
+
"unknown"
|
|
25
|
+
], d = [
|
|
26
|
+
"double precision",
|
|
27
|
+
"large object",
|
|
28
|
+
"with timezone",
|
|
29
|
+
"without timezone"
|
|
30
|
+
], h = [
|
|
31
|
+
"bigint",
|
|
32
|
+
"binary",
|
|
33
|
+
"blob",
|
|
34
|
+
"boolean",
|
|
35
|
+
"char",
|
|
36
|
+
"character",
|
|
37
|
+
"clob",
|
|
38
|
+
"date",
|
|
39
|
+
"dec",
|
|
40
|
+
"decfloat",
|
|
41
|
+
"decimal",
|
|
42
|
+
"float",
|
|
43
|
+
"int",
|
|
44
|
+
"integer",
|
|
45
|
+
"interval",
|
|
46
|
+
"nchar",
|
|
47
|
+
"nclob",
|
|
48
|
+
"national",
|
|
49
|
+
"numeric",
|
|
50
|
+
"real",
|
|
51
|
+
"row",
|
|
52
|
+
"smallint",
|
|
53
|
+
"time",
|
|
54
|
+
"timestamp",
|
|
55
|
+
"varchar",
|
|
56
|
+
"varying",
|
|
57
|
+
// modifier (character varying)
|
|
58
|
+
"varbinary"
|
|
59
|
+
], f = [
|
|
60
|
+
"add",
|
|
61
|
+
"asc",
|
|
62
|
+
"collation",
|
|
63
|
+
"desc",
|
|
64
|
+
"final",
|
|
65
|
+
"first",
|
|
66
|
+
"last",
|
|
67
|
+
"view"
|
|
68
|
+
], b = [
|
|
69
|
+
"abs",
|
|
70
|
+
"acos",
|
|
71
|
+
"all",
|
|
72
|
+
"allocate",
|
|
73
|
+
"alter",
|
|
74
|
+
"and",
|
|
75
|
+
"any",
|
|
76
|
+
"are",
|
|
77
|
+
"array",
|
|
78
|
+
"array_agg",
|
|
79
|
+
"array_max_cardinality",
|
|
80
|
+
"as",
|
|
81
|
+
"asensitive",
|
|
82
|
+
"asin",
|
|
83
|
+
"asymmetric",
|
|
84
|
+
"at",
|
|
85
|
+
"atan",
|
|
86
|
+
"atomic",
|
|
87
|
+
"authorization",
|
|
88
|
+
"avg",
|
|
89
|
+
"begin",
|
|
90
|
+
"begin_frame",
|
|
91
|
+
"begin_partition",
|
|
92
|
+
"between",
|
|
93
|
+
"bigint",
|
|
94
|
+
"binary",
|
|
95
|
+
"blob",
|
|
96
|
+
"boolean",
|
|
97
|
+
"both",
|
|
98
|
+
"by",
|
|
99
|
+
"call",
|
|
100
|
+
"called",
|
|
101
|
+
"cardinality",
|
|
102
|
+
"cascaded",
|
|
103
|
+
"case",
|
|
104
|
+
"cast",
|
|
105
|
+
"ceil",
|
|
106
|
+
"ceiling",
|
|
107
|
+
"char",
|
|
108
|
+
"char_length",
|
|
109
|
+
"character",
|
|
110
|
+
"character_length",
|
|
111
|
+
"check",
|
|
112
|
+
"classifier",
|
|
113
|
+
"clob",
|
|
114
|
+
"close",
|
|
115
|
+
"coalesce",
|
|
116
|
+
"collate",
|
|
117
|
+
"collect",
|
|
118
|
+
"column",
|
|
119
|
+
"commit",
|
|
120
|
+
"condition",
|
|
121
|
+
"connect",
|
|
122
|
+
"constraint",
|
|
123
|
+
"contains",
|
|
124
|
+
"convert",
|
|
125
|
+
"copy",
|
|
126
|
+
"corr",
|
|
127
|
+
"corresponding",
|
|
128
|
+
"cos",
|
|
129
|
+
"cosh",
|
|
130
|
+
"count",
|
|
131
|
+
"covar_pop",
|
|
132
|
+
"covar_samp",
|
|
133
|
+
"create",
|
|
134
|
+
"cross",
|
|
135
|
+
"cube",
|
|
136
|
+
"cume_dist",
|
|
137
|
+
"current",
|
|
138
|
+
"current_catalog",
|
|
139
|
+
"current_date",
|
|
140
|
+
"current_default_transform_group",
|
|
141
|
+
"current_path",
|
|
142
|
+
"current_role",
|
|
143
|
+
"current_row",
|
|
144
|
+
"current_schema",
|
|
145
|
+
"current_time",
|
|
146
|
+
"current_timestamp",
|
|
147
|
+
"current_path",
|
|
148
|
+
"current_role",
|
|
149
|
+
"current_transform_group_for_type",
|
|
150
|
+
"current_user",
|
|
151
|
+
"cursor",
|
|
152
|
+
"cycle",
|
|
153
|
+
"date",
|
|
154
|
+
"day",
|
|
155
|
+
"deallocate",
|
|
156
|
+
"dec",
|
|
157
|
+
"decimal",
|
|
158
|
+
"decfloat",
|
|
159
|
+
"declare",
|
|
160
|
+
"default",
|
|
161
|
+
"define",
|
|
162
|
+
"delete",
|
|
163
|
+
"dense_rank",
|
|
164
|
+
"deref",
|
|
165
|
+
"describe",
|
|
166
|
+
"deterministic",
|
|
167
|
+
"disconnect",
|
|
168
|
+
"distinct",
|
|
169
|
+
"double",
|
|
170
|
+
"drop",
|
|
171
|
+
"dynamic",
|
|
172
|
+
"each",
|
|
173
|
+
"element",
|
|
174
|
+
"else",
|
|
175
|
+
"empty",
|
|
176
|
+
"end",
|
|
177
|
+
"end_frame",
|
|
178
|
+
"end_partition",
|
|
179
|
+
"end-exec",
|
|
180
|
+
"equals",
|
|
181
|
+
"escape",
|
|
182
|
+
"every",
|
|
183
|
+
"except",
|
|
184
|
+
"exec",
|
|
185
|
+
"execute",
|
|
186
|
+
"exists",
|
|
187
|
+
"exp",
|
|
188
|
+
"external",
|
|
189
|
+
"extract",
|
|
190
|
+
"false",
|
|
191
|
+
"fetch",
|
|
192
|
+
"filter",
|
|
193
|
+
"first_value",
|
|
194
|
+
"float",
|
|
195
|
+
"floor",
|
|
196
|
+
"for",
|
|
197
|
+
"foreign",
|
|
198
|
+
"frame_row",
|
|
199
|
+
"free",
|
|
200
|
+
"from",
|
|
201
|
+
"full",
|
|
202
|
+
"function",
|
|
203
|
+
"fusion",
|
|
204
|
+
"get",
|
|
205
|
+
"global",
|
|
206
|
+
"grant",
|
|
207
|
+
"group",
|
|
208
|
+
"grouping",
|
|
209
|
+
"groups",
|
|
210
|
+
"having",
|
|
211
|
+
"hold",
|
|
212
|
+
"hour",
|
|
213
|
+
"identity",
|
|
214
|
+
"in",
|
|
215
|
+
"indicator",
|
|
216
|
+
"initial",
|
|
217
|
+
"inner",
|
|
218
|
+
"inout",
|
|
219
|
+
"insensitive",
|
|
220
|
+
"insert",
|
|
221
|
+
"int",
|
|
222
|
+
"integer",
|
|
223
|
+
"intersect",
|
|
224
|
+
"intersection",
|
|
225
|
+
"interval",
|
|
226
|
+
"into",
|
|
227
|
+
"is",
|
|
228
|
+
"join",
|
|
229
|
+
"json_array",
|
|
230
|
+
"json_arrayagg",
|
|
231
|
+
"json_exists",
|
|
232
|
+
"json_object",
|
|
233
|
+
"json_objectagg",
|
|
234
|
+
"json_query",
|
|
235
|
+
"json_table",
|
|
236
|
+
"json_table_primitive",
|
|
237
|
+
"json_value",
|
|
238
|
+
"lag",
|
|
239
|
+
"language",
|
|
240
|
+
"large",
|
|
241
|
+
"last_value",
|
|
242
|
+
"lateral",
|
|
243
|
+
"lead",
|
|
244
|
+
"leading",
|
|
245
|
+
"left",
|
|
246
|
+
"like",
|
|
247
|
+
"like_regex",
|
|
248
|
+
"listagg",
|
|
249
|
+
"ln",
|
|
250
|
+
"local",
|
|
251
|
+
"localtime",
|
|
252
|
+
"localtimestamp",
|
|
253
|
+
"log",
|
|
254
|
+
"log10",
|
|
255
|
+
"lower",
|
|
256
|
+
"match",
|
|
257
|
+
"match_number",
|
|
258
|
+
"match_recognize",
|
|
259
|
+
"matches",
|
|
260
|
+
"max",
|
|
261
|
+
"member",
|
|
262
|
+
"merge",
|
|
263
|
+
"method",
|
|
264
|
+
"min",
|
|
265
|
+
"minute",
|
|
266
|
+
"mod",
|
|
267
|
+
"modifies",
|
|
268
|
+
"module",
|
|
269
|
+
"month",
|
|
270
|
+
"multiset",
|
|
271
|
+
"national",
|
|
272
|
+
"natural",
|
|
273
|
+
"nchar",
|
|
274
|
+
"nclob",
|
|
275
|
+
"new",
|
|
276
|
+
"no",
|
|
277
|
+
"none",
|
|
278
|
+
"normalize",
|
|
279
|
+
"not",
|
|
280
|
+
"nth_value",
|
|
281
|
+
"ntile",
|
|
282
|
+
"null",
|
|
283
|
+
"nullif",
|
|
284
|
+
"numeric",
|
|
285
|
+
"octet_length",
|
|
286
|
+
"occurrences_regex",
|
|
287
|
+
"of",
|
|
288
|
+
"offset",
|
|
289
|
+
"old",
|
|
290
|
+
"omit",
|
|
291
|
+
"on",
|
|
292
|
+
"one",
|
|
293
|
+
"only",
|
|
294
|
+
"open",
|
|
295
|
+
"or",
|
|
296
|
+
"order",
|
|
297
|
+
"out",
|
|
298
|
+
"outer",
|
|
299
|
+
"over",
|
|
300
|
+
"overlaps",
|
|
301
|
+
"overlay",
|
|
302
|
+
"parameter",
|
|
303
|
+
"partition",
|
|
304
|
+
"pattern",
|
|
305
|
+
"per",
|
|
306
|
+
"percent",
|
|
307
|
+
"percent_rank",
|
|
308
|
+
"percentile_cont",
|
|
309
|
+
"percentile_disc",
|
|
310
|
+
"period",
|
|
311
|
+
"portion",
|
|
312
|
+
"position",
|
|
313
|
+
"position_regex",
|
|
314
|
+
"power",
|
|
315
|
+
"precedes",
|
|
316
|
+
"precision",
|
|
317
|
+
"prepare",
|
|
318
|
+
"primary",
|
|
319
|
+
"procedure",
|
|
320
|
+
"ptf",
|
|
321
|
+
"range",
|
|
322
|
+
"rank",
|
|
323
|
+
"reads",
|
|
324
|
+
"real",
|
|
325
|
+
"recursive",
|
|
326
|
+
"ref",
|
|
327
|
+
"references",
|
|
328
|
+
"referencing",
|
|
329
|
+
"regr_avgx",
|
|
330
|
+
"regr_avgy",
|
|
331
|
+
"regr_count",
|
|
332
|
+
"regr_intercept",
|
|
333
|
+
"regr_r2",
|
|
334
|
+
"regr_slope",
|
|
335
|
+
"regr_sxx",
|
|
336
|
+
"regr_sxy",
|
|
337
|
+
"regr_syy",
|
|
338
|
+
"release",
|
|
339
|
+
"result",
|
|
340
|
+
"return",
|
|
341
|
+
"returns",
|
|
342
|
+
"revoke",
|
|
343
|
+
"right",
|
|
344
|
+
"rollback",
|
|
345
|
+
"rollup",
|
|
346
|
+
"row",
|
|
347
|
+
"row_number",
|
|
348
|
+
"rows",
|
|
349
|
+
"running",
|
|
350
|
+
"savepoint",
|
|
351
|
+
"scope",
|
|
352
|
+
"scroll",
|
|
353
|
+
"search",
|
|
354
|
+
"second",
|
|
355
|
+
"seek",
|
|
356
|
+
"select",
|
|
357
|
+
"sensitive",
|
|
358
|
+
"session_user",
|
|
359
|
+
"set",
|
|
360
|
+
"show",
|
|
361
|
+
"similar",
|
|
362
|
+
"sin",
|
|
363
|
+
"sinh",
|
|
364
|
+
"skip",
|
|
365
|
+
"smallint",
|
|
366
|
+
"some",
|
|
367
|
+
"specific",
|
|
368
|
+
"specifictype",
|
|
369
|
+
"sql",
|
|
370
|
+
"sqlexception",
|
|
371
|
+
"sqlstate",
|
|
372
|
+
"sqlwarning",
|
|
373
|
+
"sqrt",
|
|
374
|
+
"start",
|
|
375
|
+
"static",
|
|
376
|
+
"stddev_pop",
|
|
377
|
+
"stddev_samp",
|
|
378
|
+
"submultiset",
|
|
379
|
+
"subset",
|
|
380
|
+
"substring",
|
|
381
|
+
"substring_regex",
|
|
382
|
+
"succeeds",
|
|
383
|
+
"sum",
|
|
384
|
+
"symmetric",
|
|
385
|
+
"system",
|
|
386
|
+
"system_time",
|
|
387
|
+
"system_user",
|
|
388
|
+
"table",
|
|
389
|
+
"tablesample",
|
|
390
|
+
"tan",
|
|
391
|
+
"tanh",
|
|
392
|
+
"then",
|
|
393
|
+
"time",
|
|
394
|
+
"timestamp",
|
|
395
|
+
"timezone_hour",
|
|
396
|
+
"timezone_minute",
|
|
397
|
+
"to",
|
|
398
|
+
"trailing",
|
|
399
|
+
"translate",
|
|
400
|
+
"translate_regex",
|
|
401
|
+
"translation",
|
|
402
|
+
"treat",
|
|
403
|
+
"trigger",
|
|
404
|
+
"trim",
|
|
405
|
+
"trim_array",
|
|
406
|
+
"true",
|
|
407
|
+
"truncate",
|
|
408
|
+
"uescape",
|
|
409
|
+
"union",
|
|
410
|
+
"unique",
|
|
411
|
+
"unknown",
|
|
412
|
+
"unnest",
|
|
413
|
+
"update",
|
|
414
|
+
"upper",
|
|
415
|
+
"user",
|
|
416
|
+
"using",
|
|
417
|
+
"value",
|
|
418
|
+
"values",
|
|
419
|
+
"value_of",
|
|
420
|
+
"var_pop",
|
|
421
|
+
"var_samp",
|
|
422
|
+
"varbinary",
|
|
423
|
+
"varchar",
|
|
424
|
+
"varying",
|
|
425
|
+
"versioning",
|
|
426
|
+
"when",
|
|
427
|
+
"whenever",
|
|
428
|
+
"where",
|
|
429
|
+
"width_bucket",
|
|
430
|
+
"window",
|
|
431
|
+
"with",
|
|
432
|
+
"within",
|
|
433
|
+
"without",
|
|
434
|
+
"year"
|
|
435
|
+
], o = [
|
|
436
|
+
"abs",
|
|
437
|
+
"acos",
|
|
438
|
+
"array_agg",
|
|
439
|
+
"asin",
|
|
440
|
+
"atan",
|
|
441
|
+
"avg",
|
|
442
|
+
"cast",
|
|
443
|
+
"ceil",
|
|
444
|
+
"ceiling",
|
|
445
|
+
"coalesce",
|
|
446
|
+
"corr",
|
|
447
|
+
"cos",
|
|
448
|
+
"cosh",
|
|
449
|
+
"count",
|
|
450
|
+
"covar_pop",
|
|
451
|
+
"covar_samp",
|
|
452
|
+
"cume_dist",
|
|
453
|
+
"dense_rank",
|
|
454
|
+
"deref",
|
|
455
|
+
"element",
|
|
456
|
+
"exp",
|
|
457
|
+
"extract",
|
|
458
|
+
"first_value",
|
|
459
|
+
"floor",
|
|
460
|
+
"json_array",
|
|
461
|
+
"json_arrayagg",
|
|
462
|
+
"json_exists",
|
|
463
|
+
"json_object",
|
|
464
|
+
"json_objectagg",
|
|
465
|
+
"json_query",
|
|
466
|
+
"json_table",
|
|
467
|
+
"json_table_primitive",
|
|
468
|
+
"json_value",
|
|
469
|
+
"lag",
|
|
470
|
+
"last_value",
|
|
471
|
+
"lead",
|
|
472
|
+
"listagg",
|
|
473
|
+
"ln",
|
|
474
|
+
"log",
|
|
475
|
+
"log10",
|
|
476
|
+
"lower",
|
|
477
|
+
"max",
|
|
478
|
+
"min",
|
|
479
|
+
"mod",
|
|
480
|
+
"nth_value",
|
|
481
|
+
"ntile",
|
|
482
|
+
"nullif",
|
|
483
|
+
"percent_rank",
|
|
484
|
+
"percentile_cont",
|
|
485
|
+
"percentile_disc",
|
|
486
|
+
"position",
|
|
487
|
+
"position_regex",
|
|
488
|
+
"power",
|
|
489
|
+
"rank",
|
|
490
|
+
"regr_avgx",
|
|
491
|
+
"regr_avgy",
|
|
492
|
+
"regr_count",
|
|
493
|
+
"regr_intercept",
|
|
494
|
+
"regr_r2",
|
|
495
|
+
"regr_slope",
|
|
496
|
+
"regr_sxx",
|
|
497
|
+
"regr_sxy",
|
|
498
|
+
"regr_syy",
|
|
499
|
+
"row_number",
|
|
500
|
+
"sin",
|
|
501
|
+
"sinh",
|
|
502
|
+
"sqrt",
|
|
503
|
+
"stddev_pop",
|
|
504
|
+
"stddev_samp",
|
|
505
|
+
"substring",
|
|
506
|
+
"substring_regex",
|
|
507
|
+
"sum",
|
|
508
|
+
"tan",
|
|
509
|
+
"tanh",
|
|
510
|
+
"translate",
|
|
511
|
+
"translate_regex",
|
|
512
|
+
"treat",
|
|
513
|
+
"trim",
|
|
514
|
+
"trim_array",
|
|
515
|
+
"unnest",
|
|
516
|
+
"upper",
|
|
517
|
+
"value_of",
|
|
518
|
+
"var_pop",
|
|
519
|
+
"var_samp",
|
|
520
|
+
"width_bucket"
|
|
521
|
+
], v = [
|
|
522
|
+
"current_catalog",
|
|
523
|
+
"current_date",
|
|
524
|
+
"current_default_transform_group",
|
|
525
|
+
"current_path",
|
|
526
|
+
"current_role",
|
|
527
|
+
"current_schema",
|
|
528
|
+
"current_transform_group_for_type",
|
|
529
|
+
"current_user",
|
|
530
|
+
"session_user",
|
|
531
|
+
"system_time",
|
|
532
|
+
"system_user",
|
|
533
|
+
"current_time",
|
|
534
|
+
"localtime",
|
|
535
|
+
"current_timestamp",
|
|
536
|
+
"localtimestamp"
|
|
537
|
+
], y = [
|
|
538
|
+
"create table",
|
|
539
|
+
"insert into",
|
|
540
|
+
"primary key",
|
|
541
|
+
"foreign key",
|
|
542
|
+
"not null",
|
|
543
|
+
"alter table",
|
|
544
|
+
"add constraint",
|
|
545
|
+
"grouping sets",
|
|
546
|
+
"on overflow",
|
|
547
|
+
"character set",
|
|
548
|
+
"respect nulls",
|
|
549
|
+
"ignore nulls",
|
|
550
|
+
"nulls first",
|
|
551
|
+
"nulls last",
|
|
552
|
+
"depth first",
|
|
553
|
+
"breadth first"
|
|
554
|
+
], i = o, w = [
|
|
555
|
+
...b,
|
|
556
|
+
...f
|
|
557
|
+
].filter((e) => !o.includes(e)), x = {
|
|
558
|
+
scope: "variable",
|
|
559
|
+
match: /@[a-z0-9][a-z0-9_]*/
|
|
560
|
+
}, E = {
|
|
561
|
+
scope: "operator",
|
|
562
|
+
match: /[-+*/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?/,
|
|
563
|
+
relevance: 0
|
|
564
|
+
}, k = {
|
|
565
|
+
match: a.concat(/\b/, a.either(...i), /\s*\(/),
|
|
566
|
+
relevance: 0,
|
|
567
|
+
keywords: { built_in: i }
|
|
568
|
+
};
|
|
569
|
+
function c(e) {
|
|
570
|
+
return a.concat(
|
|
571
|
+
/\b/,
|
|
572
|
+
a.either(...e.map((t) => t.replace(/\s+/, "\\s+"))),
|
|
573
|
+
/\b/
|
|
574
|
+
);
|
|
575
|
+
}
|
|
576
|
+
const O = {
|
|
577
|
+
scope: "keyword",
|
|
578
|
+
match: c(y),
|
|
579
|
+
relevance: 0
|
|
580
|
+
};
|
|
581
|
+
function R(e, {
|
|
582
|
+
exceptions: t,
|
|
583
|
+
when: j
|
|
584
|
+
} = {}) {
|
|
585
|
+
const S = j;
|
|
586
|
+
return t = t || [], e.map((r) => r.match(/\|\d+$/) || t.includes(r) ? r : S(r) ? `${r}|0` : r);
|
|
587
|
+
}
|
|
588
|
+
return {
|
|
589
|
+
name: "SQL",
|
|
590
|
+
case_insensitive: !0,
|
|
591
|
+
// does not include {} or HTML tags `</`
|
|
592
|
+
illegal: /[{}]|<\//,
|
|
593
|
+
keywords: {
|
|
594
|
+
$pattern: /\b[\w\.]+/,
|
|
595
|
+
keyword: R(w, { when: (e) => e.length < 3 }),
|
|
596
|
+
literal: p,
|
|
597
|
+
type: h,
|
|
598
|
+
built_in: v
|
|
599
|
+
},
|
|
600
|
+
contains: [
|
|
601
|
+
{
|
|
602
|
+
scope: "type",
|
|
603
|
+
match: c(d)
|
|
604
|
+
},
|
|
605
|
+
O,
|
|
606
|
+
k,
|
|
607
|
+
x,
|
|
608
|
+
g,
|
|
609
|
+
m,
|
|
610
|
+
n.C_NUMBER_MODE,
|
|
611
|
+
n.C_BLOCK_COMMENT_MODE,
|
|
612
|
+
u,
|
|
613
|
+
E
|
|
614
|
+
]
|
|
615
|
+
};
|
|
616
|
+
}
|
|
617
|
+
return s = _, s;
|
|
618
|
+
}
|
|
619
|
+
export {
|
|
620
|
+
q as __require
|
|
621
|
+
};
|