@fangzhongya/vue-archive 0.0.2-8 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/_virtual/_commonjsHelpers.js +28 -26
- package/dist/es/_virtual/_plugin-vue_export-helper.js +7 -6
- package/dist/es/_virtual/emphasis.js +2 -2
- package/dist/es/_virtual/entities.js +7 -6
- package/dist/es/_virtual/html_re.js +2 -2
- package/dist/es/_virtual/index.js +7 -6
- package/dist/es/_virtual/index2.js +2 -2
- package/dist/es/_virtual/index3.js +2 -2
- package/dist/es/_virtual/index4.js +2 -2
- package/dist/es/_virtual/parser-html.js +7 -6
- package/dist/es/_virtual/parser-typescript.js +7 -6
- package/dist/es/_virtual/punycode.es6.js +4 -4
- package/dist/es/_virtual/standalone.js +7 -6
- package/dist/es/_virtual/strikethrough.js +2 -2
- package/dist/es/_virtual/utils.js +2 -2
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-4OBNLDTJ.js +3 -3
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-EWJJKQIO.js +3 -3
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-GOJN3OQ4.js +16 -8
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-J7CICTHH.js +18 -12
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-RD4EP3M5.js +40 -27
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-SNABGVNO.js +9 -6
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-XCDKXZFR.js +8 -5
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-XQB2HUHZ.js +14 -11
- package/dist/es/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-ZVBCHJA5.js +12 -7
- package/dist/es/node_modules/.pnpm/@highlightjs_vue-plugin@2.1.0_jsvakxz56e7tk77soxhxnrhzhm/node_modules/@highlightjs/vue-plugin/dist/highlightjs-vue.esm.min.js +27 -28
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/index.js +6 -6
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/block-parser.js +21 -12
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/index.js +33 -29
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/source-parser.js +38 -17
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/spec-parser.js +11 -9
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/tokenizers/description.js +28 -17
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/tokenizers/name.js +69 -38
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/tokenizers/tag.js +19 -10
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/tokenizers/type.js +51 -26
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/primitives.js +8 -5
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/transforms/align.js +12 -1
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/transforms/crlf.js +12 -1
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/transforms/indent.js +12 -1
- package/dist/es/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/util.js +20 -20
- package/dist/es/node_modules/.pnpm/entities@3.0.1/node_modules/entities/lib/maps/entities.json.js +6373 -4251
- package/dist/es/node_modules/.pnpm/es-module-lexer@1.1.1/node_modules/es-module-lexer/dist/lexer.js +38 -40
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/es/common.js +3 -3
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/es/core.js +3 -3
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/common.js +79 -79
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/core.js +1157 -648
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/bash.js +75 -57
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/c.js +157 -137
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/cpp.js +118 -93
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/csharp.js +112 -92
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/css.js +92 -77
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/diff.js +13 -11
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/go.js +98 -92
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/graphql.js +20 -17
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/ini.js +51 -39
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/java.js +132 -114
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/javascript.js +237 -192
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/json.js +26 -21
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/kotlin.js +98 -82
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/less.js +161 -134
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/lua.js +34 -29
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/makefile.js +33 -26
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/markdown.js +95 -77
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/objectivec.js +188 -179
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/perl.js +78 -61
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/php-template.js +17 -15
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/php.js +157 -121
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/plaintext.js +11 -9
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/python-repl.js +10 -8
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/python.js +191 -172
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/r.js +39 -33
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/ruby.js +159 -131
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/rust.js +45 -37
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/scss.js +94 -79
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/shell.js +10 -8
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/sql.js +78 -49
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/swift.js +292 -219
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/typescript.js +284 -223
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/vbnet.js +51 -37
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/wasm.js +49 -39
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/xml.js +55 -45
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/yaml.js +66 -46
- package/dist/es/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/styles/stackoverflow-light.css.js +2 -2
- package/dist/es/node_modules/.pnpm/linkify-it@4.0.1/node_modules/linkify-it/index.js +304 -138
- package/dist/es/node_modules/.pnpm/linkify-it@4.0.1/node_modules/linkify-it/lib/re.js +49 -16
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/index.js +8 -8
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/common/entities.js +5 -5
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/common/html_blocks.js +2 -2
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/common/html_re.js +18 -5
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/common/utils.js +153 -77
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/helpers/index.js +8 -8
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/helpers/parse_link_destination.js +61 -26
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/helpers/parse_link_label.js +27 -13
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/helpers/parse_link_title.js +37 -14
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/index.js +156 -83
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/parser_block.js +69 -42
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/parser_core.js +32 -28
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/parser_inline.js +96 -66
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/presets/commonmark.js +7 -7
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/presets/default.js +7 -7
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/presets/zero.js +7 -7
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/renderer.js +132 -64
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/ruler.js +122 -74
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/blockquote.js +147 -27
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/code.js +18 -12
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/fence.js +63 -11
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/heading.js +40 -9
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/hr.js +32 -11
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/html_block.js +56 -26
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/lheading.js +53 -18
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/list.js +196 -53
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/paragraph.js +32 -12
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/reference.js +142 -44
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/state_block.js +150 -60
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/table.js +174 -44
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/block.js +12 -4
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/inline.js +9 -5
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/linkify.js +90 -20
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/normalize.js +8 -5
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/replacements.js +53 -17
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/smartquotes.js +143 -50
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/state_core.js +11 -7
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/text_join.js +26 -10
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/autolink.js +57 -10
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/backticks.js +42 -16
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/balance_pairs.js +59 -16
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/emphasis.js +64 -24
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/entity.js +45 -13
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/escape.js +51 -16
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/fragments_join.js +21 -6
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/html_inline.js +37 -13
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/image.js +107 -32
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/link.js +100 -26
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/linkify.js +44 -4
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/newline.js +32 -19
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/state_inline.js +91 -23
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/strikethrough.js +79 -25
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/text.js +18 -9
- package/dist/es/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/token.js +52 -21
- package/dist/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/decode.js +74 -32
- package/dist/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/encode.js +54 -29
- package/dist/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/format.js +16 -4
- package/dist/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/index.js +10 -10
- package/dist/es/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/parse.js +158 -60
- package/dist/es/node_modules/.pnpm/prettier@2.8.4/node_modules/prettier/parser-html.js +2375 -2274
- package/dist/es/node_modules/.pnpm/prettier@2.8.4/node_modules/prettier/parser-typescript.js +23493 -23223
- package/dist/es/node_modules/.pnpm/prettier@2.8.4/node_modules/prettier/standalone.js +8281 -8174
- package/dist/es/node_modules/.pnpm/punycode@2.3.0/node_modules/punycode/punycode.es6.js +208 -107
- package/dist/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cc/regex.js +9 -4
- package/dist/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cf/regex.js +9 -4
- package/dist/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/P/regex.js +2 -2
- package/dist/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Z/regex.js +9 -4
- package/dist/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/index.js +18 -10
- package/dist/es/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/properties/Any/regex.js +9 -4
- package/dist/es/packages/components/aside/index.vue.js +109 -79
- package/dist/es/packages/components/aside/index.vue2.js +2 -2
- package/dist/es/packages/components/boxurl/index.vue.js +55 -34
- package/dist/es/packages/components/boxurl/index.vue2.js +2 -2
- package/dist/es/packages/components/choice/choice.vue.js +43 -35
- package/dist/es/packages/components/choice/choice.vue2.js +2 -2
- package/dist/es/packages/components/choice/index.vue.js +69 -48
- package/dist/es/packages/components/choice/index.vue2.js +2 -2
- package/dist/es/packages/components/code/highlight.vue.js +11 -12
- package/dist/es/packages/components/code/highlight.vue2.js +4 -4
- package/dist/es/packages/components/code/index.vue.js +91 -74
- package/dist/es/packages/components/code/index.vue2.js +2 -2
- package/dist/es/packages/components/compo/ftable.vue.js +46 -32
- package/dist/es/packages/components/compo/ftable.vue2.js +2 -2
- package/dist/es/packages/components/compo/index.js +207 -135
- package/dist/es/packages/components/compo/index.vue.js +151 -121
- package/dist/es/packages/components/compo/index.vue2.js +2 -2
- package/dist/es/packages/components/compo/info.vue.js +43 -32
- package/dist/es/packages/components/compo/info.vue2.js +2 -2
- package/dist/es/packages/components/compo/top.js +114 -85
- package/dist/es/packages/components/header/index.vue.js +7 -8
- package/dist/es/packages/components/main/index.vue.js +59 -45
- package/dist/es/packages/components/main/index.vue2.js +2 -2
- package/dist/es/packages/components/md/index.vue.js +53 -45
- package/dist/es/packages/components/md/index.vue2.js +2 -2
- package/dist/es/packages/components/test/index.js +99 -70
- package/dist/es/packages/components/test/index.vue.js +91 -71
- package/dist/es/packages/components/test/index.vue2.js +2 -2
- package/dist/es/packages/components/test/top.js +128 -99
- package/dist/es/packages/components/use/index.js +109 -84
- package/dist/es/packages/components/use/retrie/any/index.vue.js +82 -63
- package/dist/es/packages/components/use/retrie/any/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/array/index.vue.js +54 -39
- package/dist/es/packages/components/use/retrie/array/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/boolean/index.vue.js +61 -43
- package/dist/es/packages/components/use/retrie/boolean/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/choice/index.vue.js +154 -96
- package/dist/es/packages/components/use/retrie/choice/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/choice/index.vue3.js +2 -2
- package/dist/es/packages/components/use/retrie/expose/index.vue.js +65 -47
- package/dist/es/packages/components/use/retrie/expose/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/form/index.vue.js +104 -96
- package/dist/es/packages/components/use/retrie/form/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/function/index.vue.js +60 -47
- package/dist/es/packages/components/use/retrie/function/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/index.vue.js +56 -47
- package/dist/es/packages/components/use/retrie/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/number/index.vue.js +41 -33
- package/dist/es/packages/components/use/retrie/number/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/object/index.vue.js +54 -39
- package/dist/es/packages/components/use/retrie/object/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/other/index.vue.js +54 -37
- package/dist/es/packages/components/use/retrie/other/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/select/index.vue.js +112 -79
- package/dist/es/packages/components/use/retrie/select/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/select/index.vue3.js +2 -2
- package/dist/es/packages/components/use/retrie/slot/index.vue.js +41 -33
- package/dist/es/packages/components/use/retrie/slot/index.vue2.js +2 -2
- package/dist/es/packages/components/use/retrie/string/index.vue.js +36 -27
- package/dist/es/packages/components/use/retrie/string/index.vue2.js +2 -2
- package/dist/es/packages/components/use/set-code.vue.js +148 -104
- package/dist/es/packages/components/use/set-code.vue2.js +2 -2
- package/dist/es/packages/components/use/set-emit.vue.js +46 -34
- package/dist/es/packages/components/use/set-emit.vue2.js +2 -2
- package/dist/es/packages/components/use/set-expose.vue.js +37 -30
- package/dist/es/packages/components/use/set-expose.vue2.js +2 -2
- package/dist/es/packages/components/use/set-props.vue.js +104 -66
- package/dist/es/packages/components/use/set-props.vue2.js +2 -2
- package/dist/es/packages/components/use/set-slot.vue.js +39 -34
- package/dist/es/packages/components/use/set-slot.vue2.js +2 -2
- package/dist/es/packages/components/use/util.js +156 -74
- package/dist/es/packages/config.d.ts +3 -3
- package/dist/es/packages/config.js +8 -8
- package/dist/es/packages/index/index.vue.js +10 -10
- package/dist/es/packages/index/index.vue2.js +2 -2
- package/dist/es/packages/index.js +9 -9
- package/dist/es/packages/page/compon/index.vue.js +2 -2
- package/dist/es/packages/page/compon/index.vue2.js +19 -17
- package/dist/es/packages/page/develop/index.vue.js +2 -2
- package/dist/es/packages/page/develop/index.vue2.js +19 -17
- package/dist/es/packages/page/index/index.vue.js +2 -2
- package/dist/es/packages/page/index/index.vue2.js +50 -38
- package/dist/es/packages/page/single/index.vue.js +2 -2
- package/dist/es/packages/page/single/index.vue2.js +75 -61
- package/dist/es/packages/page/tests/index.vue.js +2 -2
- package/dist/es/packages/page/tests/index.vue2.js +74 -49
- package/dist/es/packages/router/index.js +99 -62
- package/dist/es/packages/utils/common.js +138 -80
- package/dist/es/packages/utils/glob.js +480 -306
- package/dist/es/packages/utils/index.js +14 -13
- package/dist/es/packages/utils/props.js +171 -66
- package/dist/es/packages/utils/storage.js +27 -19
- package/dist/es/style.css +367 -2
- package/dist/lib/_virtual/_commonjsHelpers.js +38 -1
- package/dist/lib/_virtual/_plugin-vue_export-helper.js +9 -1
- package/dist/lib/_virtual/emphasis.js +4 -1
- package/dist/lib/_virtual/entities.js +12 -1
- package/dist/lib/_virtual/html_re.js +4 -1
- package/dist/lib/_virtual/index.js +12 -1
- package/dist/lib/_virtual/index2.js +4 -1
- package/dist/lib/_virtual/index3.js +4 -1
- package/dist/lib/_virtual/index4.js +4 -1
- package/dist/lib/_virtual/parser-html.js +12 -1
- package/dist/lib/_virtual/parser-typescript.js +12 -1
- package/dist/lib/_virtual/punycode.es6.js +5 -1
- package/dist/lib/_virtual/standalone.js +12 -1
- package/dist/lib/_virtual/strikethrough.js +4 -1
- package/dist/lib/_virtual/utils.js +4 -1
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-4OBNLDTJ.js +6 -1
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-EWJJKQIO.js +6 -1
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-GOJN3OQ4.js +20 -1
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-J7CICTHH.js +23 -1
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-RD4EP3M5.js +44 -1
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-SNABGVNO.js +12 -1
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-XCDKXZFR.js +11 -1
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-XQB2HUHZ.js +21 -1
- package/dist/lib/node_modules/.pnpm/@fangzhongya_utils@0.0.7-10/node_modules/@fangzhongya/utils/dist/chunk-ZVBCHJA5.js +16 -1
- package/dist/lib/node_modules/.pnpm/@highlightjs_vue-plugin@2.1.0_jsvakxz56e7tk77soxhxnrhzhm/node_modules/@highlightjs/vue-plugin/dist/highlightjs-vue.esm.min.js +34 -1
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/index.js +15 -1
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/block-parser.js +25 -1
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/index.js +41 -1
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/source-parser.js +44 -1
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/spec-parser.js +15 -1
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/tokenizers/description.js +35 -2
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/tokenizers/name.js +83 -1
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/tokenizers/tag.js +22 -1
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/parser/tokenizers/type.js +60 -2
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/primitives.js +9 -1
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/transforms/align.js +14 -1
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/transforms/crlf.js +13 -1
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/transforms/indent.js +13 -1
- package/dist/lib/node_modules/.pnpm/comment-parser@1.3.1/node_modules/comment-parser/es6/util.js +28 -1
- package/dist/lib/node_modules/.pnpm/entities@3.0.1/node_modules/entities/lib/maps/entities.json.js +6376 -2
- package/dist/lib/node_modules/.pnpm/es-module-lexer@1.1.1/node_modules/es-module-lexer/dist/lexer.js +50 -3
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/es/common.js +5 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/es/core.js +5 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/common.js +80 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/core.js +1573 -2
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/bash.js +381 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/c.js +289 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/cpp.js +544 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/csharp.js +398 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/css.js +741 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/diff.js +63 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/go.js +144 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/graphql.js +80 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/ini.js +126 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/java.js +263 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/javascript.js +691 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/json.js +49 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/kotlin.js +265 -2
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/less.js +822 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/lua.js +70 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/makefile.js +77 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/markdown.js +236 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/objectivec.js +253 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/perl.js +461 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/php-template.js +56 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/php.js +586 -2
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/plaintext.js +22 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/python-repl.js +35 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/python.js +423 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/r.js +220 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/ruby.js +423 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/rust.js +305 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/scss.js +726 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/shell.js +34 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/sql.js +648 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/swift.js +785 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/typescript.js +779 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/vbnet.js +143 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/wasm.js +131 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/xml.js +236 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/lib/languages/yaml.js +194 -1
- package/dist/lib/node_modules/.pnpm/highlight.js@11.7.0/node_modules/highlight.js/styles/stackoverflow-light.css.js +3 -1
- package/dist/lib/node_modules/.pnpm/linkify-it@4.0.1/node_modules/linkify-it/index.js +354 -1
- package/dist/lib/node_modules/.pnpm/linkify-it@4.0.1/node_modules/linkify-it/lib/re.js +54 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/index.js +9 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/common/entities.js +6 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/common/html_blocks.js +66 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/common/html_re.js +19 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/common/utils.js +226 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/helpers/index.js +9 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/helpers/parse_link_destination.js +78 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/helpers/parse_link_label.js +32 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/helpers/parse_link_title.js +45 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/index.js +181 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/parser_block.js +79 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/parser_core.js +38 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/parser_inline.js +112 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/presets/commonmark.js +77 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/presets/default.js +39 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/presets/zero.js +58 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/renderer.js +150 -13
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/ruler.js +143 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/blockquote.js +160 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/code.js +26 -2
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/fence.js +67 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/heading.js +43 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/hr.js +36 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/html_block.js +62 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/lheading.js +59 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/list.js +220 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/paragraph.js +36 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/reference.js +152 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/state_block.js +167 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_block/table.js +184 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/block.js +14 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/inline.js +11 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/linkify.js +100 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/normalize.js +10 -2
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/replacements.js +62 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/smartquotes.js +157 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/state_core.js +13 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_core/text_join.js +29 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/autolink.js +61 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/backticks.js +45 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/balance_pairs.js +65 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/emphasis.js +82 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/entity.js +49 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/escape.js +56 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/fragments_join.js +23 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/html_inline.js +43 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/image.js +112 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/link.js +105 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/linkify.js +46 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/newline.js +35 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/state_inline.js +98 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/strikethrough.js +88 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/rules_inline/text.js +46 -1
- package/dist/lib/node_modules/.pnpm/markdown-it@13.0.1/node_modules/markdown-it/lib/token.js +61 -1
- package/dist/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/decode.js +84 -1
- package/dist/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/encode.js +64 -1
- package/dist/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/format.js +18 -1
- package/dist/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/index.js +11 -1
- package/dist/lib/node_modules/.pnpm/mdurl@1.0.1/node_modules/mdurl/parse.js +171 -2
- package/dist/lib/node_modules/.pnpm/prettier@2.8.4/node_modules/prettier/parser-html.js +3149 -20
- package/dist/lib/node_modules/.pnpm/prettier@2.8.4/node_modules/prettier/parser-typescript.js +33275 -78
- package/dist/lib/node_modules/.pnpm/prettier@2.8.4/node_modules/prettier/standalone.js +11383 -88
- package/dist/lib/node_modules/.pnpm/punycode@2.3.0/node_modules/punycode/punycode.es6.js +240 -1
- package/dist/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cc/regex.js +12 -1
- package/dist/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Cf/regex.js +12 -1
- package/dist/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/P/regex.js +3 -1
- package/dist/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/categories/Z/regex.js +12 -1
- package/dist/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/index.js +21 -1
- package/dist/lib/node_modules/.pnpm/uc.micro@1.0.6/node_modules/uc.micro/properties/Any/regex.js +12 -1
- package/dist/lib/packages/components/aside/index.vue.js +133 -1
- package/dist/lib/packages/components/aside/index.vue2.js +3 -1
- package/dist/lib/packages/components/boxurl/index.vue.js +78 -1
- package/dist/lib/packages/components/boxurl/index.vue2.js +3 -1
- package/dist/lib/packages/components/choice/choice.vue.js +58 -1
- package/dist/lib/packages/components/choice/choice.vue2.js +3 -1
- package/dist/lib/packages/components/choice/index.vue.js +99 -1
- package/dist/lib/packages/components/choice/index.vue2.js +3 -1
- package/dist/lib/packages/components/code/highlight.vue.js +15 -1
- package/dist/lib/packages/components/code/highlight.vue2.js +17 -1
- package/dist/lib/packages/components/code/index.vue.js +131 -1
- package/dist/lib/packages/components/code/index.vue2.js +3 -1
- package/dist/lib/packages/components/compo/ftable.vue.js +77 -1
- package/dist/lib/packages/components/compo/ftable.vue2.js +3 -1
- package/dist/lib/packages/components/compo/index.js +290 -1
- package/dist/lib/packages/components/compo/index.vue.js +226 -1
- package/dist/lib/packages/components/compo/index.vue2.js +3 -1
- package/dist/lib/packages/components/compo/info.vue.js +56 -1
- package/dist/lib/packages/components/compo/info.vue2.js +3 -1
- package/dist/lib/packages/components/compo/top.js +151 -1
- package/dist/lib/packages/components/header/index.vue.js +9 -1
- package/dist/lib/packages/components/main/index.vue.js +71 -1
- package/dist/lib/packages/components/main/index.vue2.js +3 -1
- package/dist/lib/packages/components/md/index.vue.js +70 -1
- package/dist/lib/packages/components/md/index.vue2.js +3 -1
- package/dist/lib/packages/components/test/index.js +129 -1
- package/dist/lib/packages/components/test/index.vue.js +108 -1
- package/dist/lib/packages/components/test/index.vue2.js +3 -1
- package/dist/lib/packages/components/test/top.js +187 -1
- package/dist/lib/packages/components/use/index.js +202 -1
- package/dist/lib/packages/components/use/retrie/any/index.vue.js +153 -1
- package/dist/lib/packages/components/use/retrie/any/index.vue2.js +3 -1
- package/dist/lib/packages/components/use/retrie/array/index.vue.js +79 -5
- package/dist/lib/packages/components/use/retrie/array/index.vue2.js +3 -1
- package/dist/lib/packages/components/use/retrie/boolean/index.vue.js +90 -1
- package/dist/lib/packages/components/use/retrie/boolean/index.vue2.js +3 -1
- package/dist/lib/packages/components/use/retrie/choice/index.vue.js +207 -3
- package/dist/lib/packages/components/use/retrie/choice/index.vue2.js +3 -1
- package/dist/lib/packages/components/use/retrie/choice/index.vue3.js +4 -1
- package/dist/lib/packages/components/use/retrie/expose/index.vue.js +89 -1
- package/dist/lib/packages/components/use/retrie/expose/index.vue2.js +3 -1
- package/dist/lib/packages/components/use/retrie/form/index.vue.js +159 -1
- package/dist/lib/packages/components/use/retrie/form/index.vue2.js +3 -1
- package/dist/lib/packages/components/use/retrie/function/index.vue.js +94 -3
- package/dist/lib/packages/components/use/retrie/function/index.vue2.js +3 -1
- package/dist/lib/packages/components/use/retrie/index.vue.js +112 -1
- package/dist/lib/packages/components/use/retrie/index.vue2.js +3 -1
- package/dist/lib/packages/components/use/retrie/number/index.vue.js +58 -1
- package/dist/lib/packages/components/use/retrie/number/index.vue2.js +3 -1
- package/dist/lib/packages/components/use/retrie/object/index.vue.js +79 -5
- package/dist/lib/packages/components/use/retrie/object/index.vue2.js +3 -1
- package/dist/lib/packages/components/use/retrie/other/index.vue.js +93 -3
- package/dist/lib/packages/components/use/retrie/other/index.vue2.js +3 -1
- package/dist/lib/packages/components/use/retrie/select/index.vue.js +160 -1
- package/dist/lib/packages/components/use/retrie/select/index.vue2.js +3 -1
- package/dist/lib/packages/components/use/retrie/select/index.vue3.js +4 -1
- package/dist/lib/packages/components/use/retrie/slot/index.vue.js +57 -1
- package/dist/lib/packages/components/use/retrie/slot/index.vue2.js +3 -1
- package/dist/lib/packages/components/use/retrie/string/index.vue.js +62 -1
- package/dist/lib/packages/components/use/retrie/string/index.vue2.js +3 -1
- package/dist/lib/packages/components/use/set-code.vue.js +182 -12
- package/dist/lib/packages/components/use/set-code.vue2.js +3 -1
- package/dist/lib/packages/components/use/set-emit.vue.js +63 -1
- package/dist/lib/packages/components/use/set-emit.vue2.js +3 -1
- package/dist/lib/packages/components/use/set-expose.vue.js +52 -1
- package/dist/lib/packages/components/use/set-expose.vue2.js +3 -1
- package/dist/lib/packages/components/use/set-props.vue.js +131 -1
- package/dist/lib/packages/components/use/set-props.vue2.js +3 -1
- package/dist/lib/packages/components/use/set-slot.vue.js +52 -1
- package/dist/lib/packages/components/use/set-slot.vue2.js +3 -1
- package/dist/lib/packages/components/use/util.js +181 -4
- package/dist/lib/packages/config.d.ts +3 -3
- package/dist/lib/packages/config.js +14 -1
- package/dist/lib/packages/index/index.vue.js +14 -1
- package/dist/lib/packages/index/index.vue2.js +3 -1
- package/dist/lib/packages/index.js +14 -1
- package/dist/lib/packages/page/compon/index.vue.js +3 -1
- package/dist/lib/packages/page/compon/index.vue2.js +23 -1
- package/dist/lib/packages/page/develop/index.vue.js +3 -1
- package/dist/lib/packages/page/develop/index.vue2.js +23 -1
- package/dist/lib/packages/page/index/index.vue.js +3 -1
- package/dist/lib/packages/page/index/index.vue2.js +62 -1
- package/dist/lib/packages/page/single/index.vue.js +3 -1
- package/dist/lib/packages/page/single/index.vue2.js +86 -1
- package/dist/lib/packages/page/tests/index.vue.js +3 -1
- package/dist/lib/packages/page/tests/index.vue2.js +94 -1
- package/dist/lib/packages/router/index.js +173 -1
- package/dist/lib/packages/utils/common.js +166 -1
- package/dist/lib/packages/utils/glob.js +561 -2
- package/dist/lib/packages/utils/index.js +19 -1
- package/dist/lib/packages/utils/props.js +197 -1
- package/dist/lib/packages/utils/storage.js +42 -1
- package/package.json +9 -10
- package/dist/es/node_modules/.pnpm/@vue_compiler-core@3.2.47/node_modules/@vue/compiler-core/dist/compiler-core.esm-bundler.js +0 -2881
- package/dist/es/node_modules/.pnpm/@vue_compiler-dom@3.2.47/node_modules/@vue/compiler-dom/dist/compiler-dom.esm-bundler.js +0 -408
- package/dist/es/node_modules/.pnpm/@vue_reactivity@3.2.47/node_modules/@vue/reactivity/dist/reactivity.esm-bundler.js +0 -700
- package/dist/es/node_modules/.pnpm/@vue_runtime-core@3.2.47/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js +0 -3908
- package/dist/es/node_modules/.pnpm/@vue_runtime-dom@3.2.47/node_modules/@vue/runtime-dom/dist/runtime-dom.esm-bundler.js +0 -1023
- package/dist/es/node_modules/.pnpm/@vue_shared@3.2.47/node_modules/@vue/shared/dist/shared.esm-bundler.js +0 -280
- package/dist/es/node_modules/.pnpm/vue@3.2.47/node_modules/vue/dist/vue.esm-bundler.js +0 -163
- package/dist/lib/node_modules/.pnpm/@vue_compiler-core@3.2.47/node_modules/@vue/compiler-core/dist/compiler-core.esm-bundler.js +0 -9
- package/dist/lib/node_modules/.pnpm/@vue_compiler-dom@3.2.47/node_modules/@vue/compiler-dom/dist/compiler-dom.esm-bundler.js +0 -1
- package/dist/lib/node_modules/.pnpm/@vue_reactivity@3.2.47/node_modules/@vue/reactivity/dist/reactivity.esm-bundler.js +0 -1
- package/dist/lib/node_modules/.pnpm/@vue_runtime-core@3.2.47/node_modules/@vue/runtime-core/dist/runtime-core.esm-bundler.js +0 -14
- package/dist/lib/node_modules/.pnpm/@vue_runtime-dom@3.2.47/node_modules/@vue/runtime-dom/dist/runtime-dom.esm-bundler.js +0 -1
- package/dist/lib/node_modules/.pnpm/@vue_shared@3.2.47/node_modules/@vue/shared/dist/shared.esm-bundler.js +0 -2
- package/dist/lib/node_modules/.pnpm/vue@3.2.47/node_modules/vue/dist/vue.esm-bundler.js +0 -2
|
@@ -1 +1,726 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var i,n;function h(){if(n)return i;n=1;const a=e=>({IMPORTANT:{scope:"meta",begin:"!important"},BLOCK_COMMENT:e.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:"number",begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:"built_in",begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:"selector-attr",begin:/\[/,end:/\]/,illegal:"$",contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:"number",begin:e.NUMBER_RE+"(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",relevance:0},CSS_VARIABLE:{className:"attr",begin:/--[A-Za-z][A-Za-z0-9_-]*/}}),l=["a","abbr","address","article","aside","audio","b","blockquote","body","button","canvas","caption","cite","code","dd","del","details","dfn","div","dl","dt","em","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","html","i","iframe","img","input","ins","kbd","label","legend","li","main","mark","menu","nav","object","ol","p","q","quote","samp","section","span","strong","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","ul","var","video"],s=["any-hover","any-pointer","aspect-ratio","color","color-gamut","color-index","device-aspect-ratio","device-height","device-width","display-mode","forced-colors","grid","height","hover","inverted-colors","monochrome","orientation","overflow-block","overflow-inline","pointer","prefers-color-scheme","prefers-contrast","prefers-reduced-motion","prefers-reduced-transparency","resolution","scan","scripting","update","width","min-width","max-width","min-height","max-height"],d=["active","any-link","blank","checked","current","default","defined","dir","disabled","drop","empty","enabled","first","first-child","first-of-type","fullscreen","future","focus","focus-visible","focus-within","has","host","host-context","hover","indeterminate","in-range","invalid","is","lang","last-child","last-of-type","left","link","local-link","not","nth-child","nth-col","nth-last-child","nth-last-col","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","past","placeholder-shown","read-only","read-write","required","right","root","scope","target","target-within","user-invalid","valid","visited","where"],c=["after","backdrop","before","cue","cue-region","first-letter","first-line","grammar-error","marker","part","placeholder","selection","slotted","spelling-error"],b=["align-content","align-items","align-self","all","animation","animation-delay","animation-direction","animation-duration","animation-fill-mode","animation-iteration-count","animation-name","animation-play-state","animation-timing-function","backface-visibility","background","background-attachment","background-blend-mode","background-clip","background-color","background-image","background-origin","background-position","background-repeat","background-size","block-size","border","border-block","border-block-color","border-block-end","border-block-end-color","border-block-end-style","border-block-end-width","border-block-start","border-block-start-color","border-block-start-style","border-block-start-width","border-block-style","border-block-width","border-bottom","border-bottom-color","border-bottom-left-radius","border-bottom-right-radius","border-bottom-style","border-bottom-width","border-collapse","border-color","border-image","border-image-outset","border-image-repeat","border-image-slice","border-image-source","border-image-width","border-inline","border-inline-color","border-inline-end","border-inline-end-color","border-inline-end-style","border-inline-end-width","border-inline-start","border-inline-start-color","border-inline-start-style","border-inline-start-width","border-inline-style","border-inline-width","border-left","border-left-color","border-left-style","border-left-width","border-radius","border-right","border-right-color","border-right-style","border-right-width","border-spacing","border-style","border-top","border-top-color","border-top-left-radius","border-top-right-radius","border-top-style","border-top-width","border-width","bottom","box-decoration-break","box-shadow","box-sizing","break-after","break-before","break-inside","caption-side","caret-color","clear","clip","clip-path","clip-rule","color","column-count","column-fill","column-gap","column-rule","column-rule-color","column-rule-style","column-rule-width","column-span","column-width","columns","contain","content","content-visibility","counter-increment","counter-reset","cue","cue-after","cue-before","cursor","direction","display","empty-cells","filter","flex","flex-basis","flex-direction","flex-flow","flex-grow","flex-shrink","flex-wrap","float","flow","font","font-display","font-family","font-feature-settings","font-kerning","font-language-override","font-size","font-size-adjust","font-smoothing","font-stretch","font-style","font-synthesis","font-variant","font-variant-caps","font-variant-east-asian","font-variant-ligatures","font-variant-numeric","font-variant-position","font-variation-settings","font-weight","gap","glyph-orientation-vertical","grid","grid-area","grid-auto-columns","grid-auto-flow","grid-auto-rows","grid-column","grid-column-end","grid-column-start","grid-gap","grid-row","grid-row-end","grid-row-start","grid-template","grid-template-areas","grid-template-columns","grid-template-rows","hanging-punctuation","height","hyphens","icon","image-orientation","image-rendering","image-resolution","ime-mode","inline-size","isolation","justify-content","left","letter-spacing","line-break","line-height","list-style","list-style-image","list-style-position","list-style-type","margin","margin-block","margin-block-end","margin-block-start","margin-bottom","margin-inline","margin-inline-end","margin-inline-start","margin-left","margin-right","margin-top","marks","mask","mask-border","mask-border-mode","mask-border-outset","mask-border-repeat","mask-border-slice","mask-border-source","mask-border-width","mask-clip","mask-composite","mask-image","mask-mode","mask-origin","mask-position","mask-repeat","mask-size","mask-type","max-block-size","max-height","max-inline-size","max-width","min-block-size","min-height","min-inline-size","min-width","mix-blend-mode","nav-down","nav-index","nav-left","nav-right","nav-up","none","normal","object-fit","object-position","opacity","order","orphans","outline","outline-color","outline-offset","outline-style","outline-width","overflow","overflow-wrap","overflow-x","overflow-y","padding","padding-block","padding-block-end","padding-block-start","padding-bottom","padding-inline","padding-inline-end","padding-inline-start","padding-left","padding-right","padding-top","page-break-after","page-break-before","page-break-inside","pause","pause-after","pause-before","perspective","perspective-origin","pointer-events","position","quotes","resize","rest","rest-after","rest-before","right","row-gap","scroll-margin","scroll-margin-block","scroll-margin-block-end","scroll-margin-block-start","scroll-margin-bottom","scroll-margin-inline","scroll-margin-inline-end","scroll-margin-inline-start","scroll-margin-left","scroll-margin-right","scroll-margin-top","scroll-padding","scroll-padding-block","scroll-padding-block-end","scroll-padding-block-start","scroll-padding-bottom","scroll-padding-inline","scroll-padding-inline-end","scroll-padding-inline-start","scroll-padding-left","scroll-padding-right","scroll-padding-top","scroll-snap-align","scroll-snap-stop","scroll-snap-type","scrollbar-color","scrollbar-gutter","scrollbar-width","shape-image-threshold","shape-margin","shape-outside","speak","speak-as","src","tab-size","table-layout","text-align","text-align-all","text-align-last","text-combine-upright","text-decoration","text-decoration-color","text-decoration-line","text-decoration-style","text-emphasis","text-emphasis-color","text-emphasis-position","text-emphasis-style","text-indent","text-justify","text-orientation","text-overflow","text-rendering","text-shadow","text-transform","text-underline-position","top","transform","transform-box","transform-origin","transform-style","transition","transition-delay","transition-duration","transition-property","transition-timing-function","unicode-bidi","vertical-align","visibility","voice-balance","voice-duration","voice-family","voice-pitch","voice-range","voice-rate","voice-stress","voice-volume","white-space","widows","width","will-change","word-break","word-spacing","word-wrap","writing-mode","z-index"].reverse();function g(e){const r=a(e),p=c,m=d,o="@[a-z-]+",u="and or not only",t={className:"variable",begin:"(\\$"+"[a-zA-Z-][a-zA-Z0-9_-]*"+")\\b",relevance:0};return{name:"SCSS",case_insensitive:!0,illegal:"[=/|']",contains:[e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE,r.CSS_NUMBER_MODE,{className:"selector-id",begin:"#[A-Za-z0-9_-]+",relevance:0},{className:"selector-class",begin:"\\.[A-Za-z0-9_-]+",relevance:0},r.ATTRIBUTE_SELECTOR_MODE,{className:"selector-tag",begin:"\\b("+l.join("|")+")\\b",relevance:0},{className:"selector-pseudo",begin:":("+m.join("|")+")"},{className:"selector-pseudo",begin:":(:)?("+p.join("|")+")"},t,{begin:/\(/,end:/\)/,contains:[r.CSS_NUMBER_MODE]},r.CSS_VARIABLE,{className:"attribute",begin:"\\b("+b.join("|")+")\\b"},{begin:"\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\b"},{begin:/:/,end:/[;}{]/,relevance:0,contains:[r.BLOCK_COMMENT,t,r.HEXCOLOR,r.CSS_NUMBER_MODE,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,r.IMPORTANT,r.FUNCTION_DISPATCH]},{begin:"@(page|font-face)",keywords:{$pattern:o,keyword:"@page @font-face"}},{begin:"@",end:"[{;]",returnBegin:!0,keywords:{$pattern:/[a-z-]+/,keyword:u,attribute:s.join(" ")},contains:[{begin:o,className:"keyword"},{begin:/[a-z-]+(?=:)/,className:"attribute"},t,e.QUOTE_STRING_MODE,e.APOS_STRING_MODE,r.HEXCOLOR,r.CSS_NUMBER_MODE]},r.FUNCTION_DISPATCH]}}return i=g,i}exports.__require=h;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
var scss_1;
|
|
4
|
+
var hasRequiredScss;
|
|
5
|
+
function requireScss() {
|
|
6
|
+
if (hasRequiredScss)
|
|
7
|
+
return scss_1;
|
|
8
|
+
hasRequiredScss = 1;
|
|
9
|
+
const MODES = (hljs) => {
|
|
10
|
+
return {
|
|
11
|
+
IMPORTANT: {
|
|
12
|
+
scope: "meta",
|
|
13
|
+
begin: "!important"
|
|
14
|
+
},
|
|
15
|
+
BLOCK_COMMENT: hljs.C_BLOCK_COMMENT_MODE,
|
|
16
|
+
HEXCOLOR: {
|
|
17
|
+
scope: "number",
|
|
18
|
+
begin: /#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/
|
|
19
|
+
},
|
|
20
|
+
FUNCTION_DISPATCH: {
|
|
21
|
+
className: "built_in",
|
|
22
|
+
begin: /[\w-]+(?=\()/
|
|
23
|
+
},
|
|
24
|
+
ATTRIBUTE_SELECTOR_MODE: {
|
|
25
|
+
scope: "selector-attr",
|
|
26
|
+
begin: /\[/,
|
|
27
|
+
end: /\]/,
|
|
28
|
+
illegal: "$",
|
|
29
|
+
contains: [
|
|
30
|
+
hljs.APOS_STRING_MODE,
|
|
31
|
+
hljs.QUOTE_STRING_MODE
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
CSS_NUMBER_MODE: {
|
|
35
|
+
scope: "number",
|
|
36
|
+
begin: hljs.NUMBER_RE + "(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?",
|
|
37
|
+
relevance: 0
|
|
38
|
+
},
|
|
39
|
+
CSS_VARIABLE: {
|
|
40
|
+
className: "attr",
|
|
41
|
+
begin: /--[A-Za-z][A-Za-z0-9_-]*/
|
|
42
|
+
}
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
const TAGS = [
|
|
46
|
+
"a",
|
|
47
|
+
"abbr",
|
|
48
|
+
"address",
|
|
49
|
+
"article",
|
|
50
|
+
"aside",
|
|
51
|
+
"audio",
|
|
52
|
+
"b",
|
|
53
|
+
"blockquote",
|
|
54
|
+
"body",
|
|
55
|
+
"button",
|
|
56
|
+
"canvas",
|
|
57
|
+
"caption",
|
|
58
|
+
"cite",
|
|
59
|
+
"code",
|
|
60
|
+
"dd",
|
|
61
|
+
"del",
|
|
62
|
+
"details",
|
|
63
|
+
"dfn",
|
|
64
|
+
"div",
|
|
65
|
+
"dl",
|
|
66
|
+
"dt",
|
|
67
|
+
"em",
|
|
68
|
+
"fieldset",
|
|
69
|
+
"figcaption",
|
|
70
|
+
"figure",
|
|
71
|
+
"footer",
|
|
72
|
+
"form",
|
|
73
|
+
"h1",
|
|
74
|
+
"h2",
|
|
75
|
+
"h3",
|
|
76
|
+
"h4",
|
|
77
|
+
"h5",
|
|
78
|
+
"h6",
|
|
79
|
+
"header",
|
|
80
|
+
"hgroup",
|
|
81
|
+
"html",
|
|
82
|
+
"i",
|
|
83
|
+
"iframe",
|
|
84
|
+
"img",
|
|
85
|
+
"input",
|
|
86
|
+
"ins",
|
|
87
|
+
"kbd",
|
|
88
|
+
"label",
|
|
89
|
+
"legend",
|
|
90
|
+
"li",
|
|
91
|
+
"main",
|
|
92
|
+
"mark",
|
|
93
|
+
"menu",
|
|
94
|
+
"nav",
|
|
95
|
+
"object",
|
|
96
|
+
"ol",
|
|
97
|
+
"p",
|
|
98
|
+
"q",
|
|
99
|
+
"quote",
|
|
100
|
+
"samp",
|
|
101
|
+
"section",
|
|
102
|
+
"span",
|
|
103
|
+
"strong",
|
|
104
|
+
"summary",
|
|
105
|
+
"sup",
|
|
106
|
+
"table",
|
|
107
|
+
"tbody",
|
|
108
|
+
"td",
|
|
109
|
+
"textarea",
|
|
110
|
+
"tfoot",
|
|
111
|
+
"th",
|
|
112
|
+
"thead",
|
|
113
|
+
"time",
|
|
114
|
+
"tr",
|
|
115
|
+
"ul",
|
|
116
|
+
"var",
|
|
117
|
+
"video"
|
|
118
|
+
];
|
|
119
|
+
const MEDIA_FEATURES = [
|
|
120
|
+
"any-hover",
|
|
121
|
+
"any-pointer",
|
|
122
|
+
"aspect-ratio",
|
|
123
|
+
"color",
|
|
124
|
+
"color-gamut",
|
|
125
|
+
"color-index",
|
|
126
|
+
"device-aspect-ratio",
|
|
127
|
+
"device-height",
|
|
128
|
+
"device-width",
|
|
129
|
+
"display-mode",
|
|
130
|
+
"forced-colors",
|
|
131
|
+
"grid",
|
|
132
|
+
"height",
|
|
133
|
+
"hover",
|
|
134
|
+
"inverted-colors",
|
|
135
|
+
"monochrome",
|
|
136
|
+
"orientation",
|
|
137
|
+
"overflow-block",
|
|
138
|
+
"overflow-inline",
|
|
139
|
+
"pointer",
|
|
140
|
+
"prefers-color-scheme",
|
|
141
|
+
"prefers-contrast",
|
|
142
|
+
"prefers-reduced-motion",
|
|
143
|
+
"prefers-reduced-transparency",
|
|
144
|
+
"resolution",
|
|
145
|
+
"scan",
|
|
146
|
+
"scripting",
|
|
147
|
+
"update",
|
|
148
|
+
"width",
|
|
149
|
+
// TODO: find a better solution?
|
|
150
|
+
"min-width",
|
|
151
|
+
"max-width",
|
|
152
|
+
"min-height",
|
|
153
|
+
"max-height"
|
|
154
|
+
];
|
|
155
|
+
const PSEUDO_CLASSES = [
|
|
156
|
+
"active",
|
|
157
|
+
"any-link",
|
|
158
|
+
"blank",
|
|
159
|
+
"checked",
|
|
160
|
+
"current",
|
|
161
|
+
"default",
|
|
162
|
+
"defined",
|
|
163
|
+
"dir",
|
|
164
|
+
// dir()
|
|
165
|
+
"disabled",
|
|
166
|
+
"drop",
|
|
167
|
+
"empty",
|
|
168
|
+
"enabled",
|
|
169
|
+
"first",
|
|
170
|
+
"first-child",
|
|
171
|
+
"first-of-type",
|
|
172
|
+
"fullscreen",
|
|
173
|
+
"future",
|
|
174
|
+
"focus",
|
|
175
|
+
"focus-visible",
|
|
176
|
+
"focus-within",
|
|
177
|
+
"has",
|
|
178
|
+
// has()
|
|
179
|
+
"host",
|
|
180
|
+
// host or host()
|
|
181
|
+
"host-context",
|
|
182
|
+
// host-context()
|
|
183
|
+
"hover",
|
|
184
|
+
"indeterminate",
|
|
185
|
+
"in-range",
|
|
186
|
+
"invalid",
|
|
187
|
+
"is",
|
|
188
|
+
// is()
|
|
189
|
+
"lang",
|
|
190
|
+
// lang()
|
|
191
|
+
"last-child",
|
|
192
|
+
"last-of-type",
|
|
193
|
+
"left",
|
|
194
|
+
"link",
|
|
195
|
+
"local-link",
|
|
196
|
+
"not",
|
|
197
|
+
// not()
|
|
198
|
+
"nth-child",
|
|
199
|
+
// nth-child()
|
|
200
|
+
"nth-col",
|
|
201
|
+
// nth-col()
|
|
202
|
+
"nth-last-child",
|
|
203
|
+
// nth-last-child()
|
|
204
|
+
"nth-last-col",
|
|
205
|
+
// nth-last-col()
|
|
206
|
+
"nth-last-of-type",
|
|
207
|
+
//nth-last-of-type()
|
|
208
|
+
"nth-of-type",
|
|
209
|
+
//nth-of-type()
|
|
210
|
+
"only-child",
|
|
211
|
+
"only-of-type",
|
|
212
|
+
"optional",
|
|
213
|
+
"out-of-range",
|
|
214
|
+
"past",
|
|
215
|
+
"placeholder-shown",
|
|
216
|
+
"read-only",
|
|
217
|
+
"read-write",
|
|
218
|
+
"required",
|
|
219
|
+
"right",
|
|
220
|
+
"root",
|
|
221
|
+
"scope",
|
|
222
|
+
"target",
|
|
223
|
+
"target-within",
|
|
224
|
+
"user-invalid",
|
|
225
|
+
"valid",
|
|
226
|
+
"visited",
|
|
227
|
+
"where"
|
|
228
|
+
// where()
|
|
229
|
+
];
|
|
230
|
+
const PSEUDO_ELEMENTS = [
|
|
231
|
+
"after",
|
|
232
|
+
"backdrop",
|
|
233
|
+
"before",
|
|
234
|
+
"cue",
|
|
235
|
+
"cue-region",
|
|
236
|
+
"first-letter",
|
|
237
|
+
"first-line",
|
|
238
|
+
"grammar-error",
|
|
239
|
+
"marker",
|
|
240
|
+
"part",
|
|
241
|
+
"placeholder",
|
|
242
|
+
"selection",
|
|
243
|
+
"slotted",
|
|
244
|
+
"spelling-error"
|
|
245
|
+
];
|
|
246
|
+
const ATTRIBUTES = [
|
|
247
|
+
"align-content",
|
|
248
|
+
"align-items",
|
|
249
|
+
"align-self",
|
|
250
|
+
"all",
|
|
251
|
+
"animation",
|
|
252
|
+
"animation-delay",
|
|
253
|
+
"animation-direction",
|
|
254
|
+
"animation-duration",
|
|
255
|
+
"animation-fill-mode",
|
|
256
|
+
"animation-iteration-count",
|
|
257
|
+
"animation-name",
|
|
258
|
+
"animation-play-state",
|
|
259
|
+
"animation-timing-function",
|
|
260
|
+
"backface-visibility",
|
|
261
|
+
"background",
|
|
262
|
+
"background-attachment",
|
|
263
|
+
"background-blend-mode",
|
|
264
|
+
"background-clip",
|
|
265
|
+
"background-color",
|
|
266
|
+
"background-image",
|
|
267
|
+
"background-origin",
|
|
268
|
+
"background-position",
|
|
269
|
+
"background-repeat",
|
|
270
|
+
"background-size",
|
|
271
|
+
"block-size",
|
|
272
|
+
"border",
|
|
273
|
+
"border-block",
|
|
274
|
+
"border-block-color",
|
|
275
|
+
"border-block-end",
|
|
276
|
+
"border-block-end-color",
|
|
277
|
+
"border-block-end-style",
|
|
278
|
+
"border-block-end-width",
|
|
279
|
+
"border-block-start",
|
|
280
|
+
"border-block-start-color",
|
|
281
|
+
"border-block-start-style",
|
|
282
|
+
"border-block-start-width",
|
|
283
|
+
"border-block-style",
|
|
284
|
+
"border-block-width",
|
|
285
|
+
"border-bottom",
|
|
286
|
+
"border-bottom-color",
|
|
287
|
+
"border-bottom-left-radius",
|
|
288
|
+
"border-bottom-right-radius",
|
|
289
|
+
"border-bottom-style",
|
|
290
|
+
"border-bottom-width",
|
|
291
|
+
"border-collapse",
|
|
292
|
+
"border-color",
|
|
293
|
+
"border-image",
|
|
294
|
+
"border-image-outset",
|
|
295
|
+
"border-image-repeat",
|
|
296
|
+
"border-image-slice",
|
|
297
|
+
"border-image-source",
|
|
298
|
+
"border-image-width",
|
|
299
|
+
"border-inline",
|
|
300
|
+
"border-inline-color",
|
|
301
|
+
"border-inline-end",
|
|
302
|
+
"border-inline-end-color",
|
|
303
|
+
"border-inline-end-style",
|
|
304
|
+
"border-inline-end-width",
|
|
305
|
+
"border-inline-start",
|
|
306
|
+
"border-inline-start-color",
|
|
307
|
+
"border-inline-start-style",
|
|
308
|
+
"border-inline-start-width",
|
|
309
|
+
"border-inline-style",
|
|
310
|
+
"border-inline-width",
|
|
311
|
+
"border-left",
|
|
312
|
+
"border-left-color",
|
|
313
|
+
"border-left-style",
|
|
314
|
+
"border-left-width",
|
|
315
|
+
"border-radius",
|
|
316
|
+
"border-right",
|
|
317
|
+
"border-right-color",
|
|
318
|
+
"border-right-style",
|
|
319
|
+
"border-right-width",
|
|
320
|
+
"border-spacing",
|
|
321
|
+
"border-style",
|
|
322
|
+
"border-top",
|
|
323
|
+
"border-top-color",
|
|
324
|
+
"border-top-left-radius",
|
|
325
|
+
"border-top-right-radius",
|
|
326
|
+
"border-top-style",
|
|
327
|
+
"border-top-width",
|
|
328
|
+
"border-width",
|
|
329
|
+
"bottom",
|
|
330
|
+
"box-decoration-break",
|
|
331
|
+
"box-shadow",
|
|
332
|
+
"box-sizing",
|
|
333
|
+
"break-after",
|
|
334
|
+
"break-before",
|
|
335
|
+
"break-inside",
|
|
336
|
+
"caption-side",
|
|
337
|
+
"caret-color",
|
|
338
|
+
"clear",
|
|
339
|
+
"clip",
|
|
340
|
+
"clip-path",
|
|
341
|
+
"clip-rule",
|
|
342
|
+
"color",
|
|
343
|
+
"column-count",
|
|
344
|
+
"column-fill",
|
|
345
|
+
"column-gap",
|
|
346
|
+
"column-rule",
|
|
347
|
+
"column-rule-color",
|
|
348
|
+
"column-rule-style",
|
|
349
|
+
"column-rule-width",
|
|
350
|
+
"column-span",
|
|
351
|
+
"column-width",
|
|
352
|
+
"columns",
|
|
353
|
+
"contain",
|
|
354
|
+
"content",
|
|
355
|
+
"content-visibility",
|
|
356
|
+
"counter-increment",
|
|
357
|
+
"counter-reset",
|
|
358
|
+
"cue",
|
|
359
|
+
"cue-after",
|
|
360
|
+
"cue-before",
|
|
361
|
+
"cursor",
|
|
362
|
+
"direction",
|
|
363
|
+
"display",
|
|
364
|
+
"empty-cells",
|
|
365
|
+
"filter",
|
|
366
|
+
"flex",
|
|
367
|
+
"flex-basis",
|
|
368
|
+
"flex-direction",
|
|
369
|
+
"flex-flow",
|
|
370
|
+
"flex-grow",
|
|
371
|
+
"flex-shrink",
|
|
372
|
+
"flex-wrap",
|
|
373
|
+
"float",
|
|
374
|
+
"flow",
|
|
375
|
+
"font",
|
|
376
|
+
"font-display",
|
|
377
|
+
"font-family",
|
|
378
|
+
"font-feature-settings",
|
|
379
|
+
"font-kerning",
|
|
380
|
+
"font-language-override",
|
|
381
|
+
"font-size",
|
|
382
|
+
"font-size-adjust",
|
|
383
|
+
"font-smoothing",
|
|
384
|
+
"font-stretch",
|
|
385
|
+
"font-style",
|
|
386
|
+
"font-synthesis",
|
|
387
|
+
"font-variant",
|
|
388
|
+
"font-variant-caps",
|
|
389
|
+
"font-variant-east-asian",
|
|
390
|
+
"font-variant-ligatures",
|
|
391
|
+
"font-variant-numeric",
|
|
392
|
+
"font-variant-position",
|
|
393
|
+
"font-variation-settings",
|
|
394
|
+
"font-weight",
|
|
395
|
+
"gap",
|
|
396
|
+
"glyph-orientation-vertical",
|
|
397
|
+
"grid",
|
|
398
|
+
"grid-area",
|
|
399
|
+
"grid-auto-columns",
|
|
400
|
+
"grid-auto-flow",
|
|
401
|
+
"grid-auto-rows",
|
|
402
|
+
"grid-column",
|
|
403
|
+
"grid-column-end",
|
|
404
|
+
"grid-column-start",
|
|
405
|
+
"grid-gap",
|
|
406
|
+
"grid-row",
|
|
407
|
+
"grid-row-end",
|
|
408
|
+
"grid-row-start",
|
|
409
|
+
"grid-template",
|
|
410
|
+
"grid-template-areas",
|
|
411
|
+
"grid-template-columns",
|
|
412
|
+
"grid-template-rows",
|
|
413
|
+
"hanging-punctuation",
|
|
414
|
+
"height",
|
|
415
|
+
"hyphens",
|
|
416
|
+
"icon",
|
|
417
|
+
"image-orientation",
|
|
418
|
+
"image-rendering",
|
|
419
|
+
"image-resolution",
|
|
420
|
+
"ime-mode",
|
|
421
|
+
"inline-size",
|
|
422
|
+
"isolation",
|
|
423
|
+
"justify-content",
|
|
424
|
+
"left",
|
|
425
|
+
"letter-spacing",
|
|
426
|
+
"line-break",
|
|
427
|
+
"line-height",
|
|
428
|
+
"list-style",
|
|
429
|
+
"list-style-image",
|
|
430
|
+
"list-style-position",
|
|
431
|
+
"list-style-type",
|
|
432
|
+
"margin",
|
|
433
|
+
"margin-block",
|
|
434
|
+
"margin-block-end",
|
|
435
|
+
"margin-block-start",
|
|
436
|
+
"margin-bottom",
|
|
437
|
+
"margin-inline",
|
|
438
|
+
"margin-inline-end",
|
|
439
|
+
"margin-inline-start",
|
|
440
|
+
"margin-left",
|
|
441
|
+
"margin-right",
|
|
442
|
+
"margin-top",
|
|
443
|
+
"marks",
|
|
444
|
+
"mask",
|
|
445
|
+
"mask-border",
|
|
446
|
+
"mask-border-mode",
|
|
447
|
+
"mask-border-outset",
|
|
448
|
+
"mask-border-repeat",
|
|
449
|
+
"mask-border-slice",
|
|
450
|
+
"mask-border-source",
|
|
451
|
+
"mask-border-width",
|
|
452
|
+
"mask-clip",
|
|
453
|
+
"mask-composite",
|
|
454
|
+
"mask-image",
|
|
455
|
+
"mask-mode",
|
|
456
|
+
"mask-origin",
|
|
457
|
+
"mask-position",
|
|
458
|
+
"mask-repeat",
|
|
459
|
+
"mask-size",
|
|
460
|
+
"mask-type",
|
|
461
|
+
"max-block-size",
|
|
462
|
+
"max-height",
|
|
463
|
+
"max-inline-size",
|
|
464
|
+
"max-width",
|
|
465
|
+
"min-block-size",
|
|
466
|
+
"min-height",
|
|
467
|
+
"min-inline-size",
|
|
468
|
+
"min-width",
|
|
469
|
+
"mix-blend-mode",
|
|
470
|
+
"nav-down",
|
|
471
|
+
"nav-index",
|
|
472
|
+
"nav-left",
|
|
473
|
+
"nav-right",
|
|
474
|
+
"nav-up",
|
|
475
|
+
"none",
|
|
476
|
+
"normal",
|
|
477
|
+
"object-fit",
|
|
478
|
+
"object-position",
|
|
479
|
+
"opacity",
|
|
480
|
+
"order",
|
|
481
|
+
"orphans",
|
|
482
|
+
"outline",
|
|
483
|
+
"outline-color",
|
|
484
|
+
"outline-offset",
|
|
485
|
+
"outline-style",
|
|
486
|
+
"outline-width",
|
|
487
|
+
"overflow",
|
|
488
|
+
"overflow-wrap",
|
|
489
|
+
"overflow-x",
|
|
490
|
+
"overflow-y",
|
|
491
|
+
"padding",
|
|
492
|
+
"padding-block",
|
|
493
|
+
"padding-block-end",
|
|
494
|
+
"padding-block-start",
|
|
495
|
+
"padding-bottom",
|
|
496
|
+
"padding-inline",
|
|
497
|
+
"padding-inline-end",
|
|
498
|
+
"padding-inline-start",
|
|
499
|
+
"padding-left",
|
|
500
|
+
"padding-right",
|
|
501
|
+
"padding-top",
|
|
502
|
+
"page-break-after",
|
|
503
|
+
"page-break-before",
|
|
504
|
+
"page-break-inside",
|
|
505
|
+
"pause",
|
|
506
|
+
"pause-after",
|
|
507
|
+
"pause-before",
|
|
508
|
+
"perspective",
|
|
509
|
+
"perspective-origin",
|
|
510
|
+
"pointer-events",
|
|
511
|
+
"position",
|
|
512
|
+
"quotes",
|
|
513
|
+
"resize",
|
|
514
|
+
"rest",
|
|
515
|
+
"rest-after",
|
|
516
|
+
"rest-before",
|
|
517
|
+
"right",
|
|
518
|
+
"row-gap",
|
|
519
|
+
"scroll-margin",
|
|
520
|
+
"scroll-margin-block",
|
|
521
|
+
"scroll-margin-block-end",
|
|
522
|
+
"scroll-margin-block-start",
|
|
523
|
+
"scroll-margin-bottom",
|
|
524
|
+
"scroll-margin-inline",
|
|
525
|
+
"scroll-margin-inline-end",
|
|
526
|
+
"scroll-margin-inline-start",
|
|
527
|
+
"scroll-margin-left",
|
|
528
|
+
"scroll-margin-right",
|
|
529
|
+
"scroll-margin-top",
|
|
530
|
+
"scroll-padding",
|
|
531
|
+
"scroll-padding-block",
|
|
532
|
+
"scroll-padding-block-end",
|
|
533
|
+
"scroll-padding-block-start",
|
|
534
|
+
"scroll-padding-bottom",
|
|
535
|
+
"scroll-padding-inline",
|
|
536
|
+
"scroll-padding-inline-end",
|
|
537
|
+
"scroll-padding-inline-start",
|
|
538
|
+
"scroll-padding-left",
|
|
539
|
+
"scroll-padding-right",
|
|
540
|
+
"scroll-padding-top",
|
|
541
|
+
"scroll-snap-align",
|
|
542
|
+
"scroll-snap-stop",
|
|
543
|
+
"scroll-snap-type",
|
|
544
|
+
"scrollbar-color",
|
|
545
|
+
"scrollbar-gutter",
|
|
546
|
+
"scrollbar-width",
|
|
547
|
+
"shape-image-threshold",
|
|
548
|
+
"shape-margin",
|
|
549
|
+
"shape-outside",
|
|
550
|
+
"speak",
|
|
551
|
+
"speak-as",
|
|
552
|
+
"src",
|
|
553
|
+
// @font-face
|
|
554
|
+
"tab-size",
|
|
555
|
+
"table-layout",
|
|
556
|
+
"text-align",
|
|
557
|
+
"text-align-all",
|
|
558
|
+
"text-align-last",
|
|
559
|
+
"text-combine-upright",
|
|
560
|
+
"text-decoration",
|
|
561
|
+
"text-decoration-color",
|
|
562
|
+
"text-decoration-line",
|
|
563
|
+
"text-decoration-style",
|
|
564
|
+
"text-emphasis",
|
|
565
|
+
"text-emphasis-color",
|
|
566
|
+
"text-emphasis-position",
|
|
567
|
+
"text-emphasis-style",
|
|
568
|
+
"text-indent",
|
|
569
|
+
"text-justify",
|
|
570
|
+
"text-orientation",
|
|
571
|
+
"text-overflow",
|
|
572
|
+
"text-rendering",
|
|
573
|
+
"text-shadow",
|
|
574
|
+
"text-transform",
|
|
575
|
+
"text-underline-position",
|
|
576
|
+
"top",
|
|
577
|
+
"transform",
|
|
578
|
+
"transform-box",
|
|
579
|
+
"transform-origin",
|
|
580
|
+
"transform-style",
|
|
581
|
+
"transition",
|
|
582
|
+
"transition-delay",
|
|
583
|
+
"transition-duration",
|
|
584
|
+
"transition-property",
|
|
585
|
+
"transition-timing-function",
|
|
586
|
+
"unicode-bidi",
|
|
587
|
+
"vertical-align",
|
|
588
|
+
"visibility",
|
|
589
|
+
"voice-balance",
|
|
590
|
+
"voice-duration",
|
|
591
|
+
"voice-family",
|
|
592
|
+
"voice-pitch",
|
|
593
|
+
"voice-range",
|
|
594
|
+
"voice-rate",
|
|
595
|
+
"voice-stress",
|
|
596
|
+
"voice-volume",
|
|
597
|
+
"white-space",
|
|
598
|
+
"widows",
|
|
599
|
+
"width",
|
|
600
|
+
"will-change",
|
|
601
|
+
"word-break",
|
|
602
|
+
"word-spacing",
|
|
603
|
+
"word-wrap",
|
|
604
|
+
"writing-mode",
|
|
605
|
+
"z-index"
|
|
606
|
+
// reverse makes sure longer attributes `font-weight` are matched fully
|
|
607
|
+
// instead of getting false positives on say `font`
|
|
608
|
+
].reverse();
|
|
609
|
+
function scss(hljs) {
|
|
610
|
+
const modes = MODES(hljs);
|
|
611
|
+
const PSEUDO_ELEMENTS$1 = PSEUDO_ELEMENTS;
|
|
612
|
+
const PSEUDO_CLASSES$1 = PSEUDO_CLASSES;
|
|
613
|
+
const AT_IDENTIFIER = "@[a-z-]+";
|
|
614
|
+
const AT_MODIFIERS = "and or not only";
|
|
615
|
+
const IDENT_RE = "[a-zA-Z-][a-zA-Z0-9_-]*";
|
|
616
|
+
const VARIABLE = {
|
|
617
|
+
className: "variable",
|
|
618
|
+
begin: "(\\$" + IDENT_RE + ")\\b",
|
|
619
|
+
relevance: 0
|
|
620
|
+
};
|
|
621
|
+
return {
|
|
622
|
+
name: "SCSS",
|
|
623
|
+
case_insensitive: true,
|
|
624
|
+
illegal: "[=/|']",
|
|
625
|
+
contains: [
|
|
626
|
+
hljs.C_LINE_COMMENT_MODE,
|
|
627
|
+
hljs.C_BLOCK_COMMENT_MODE,
|
|
628
|
+
// to recognize keyframe 40% etc which are outside the scope of our
|
|
629
|
+
// attribute value mode
|
|
630
|
+
modes.CSS_NUMBER_MODE,
|
|
631
|
+
{
|
|
632
|
+
className: "selector-id",
|
|
633
|
+
begin: "#[A-Za-z0-9_-]+",
|
|
634
|
+
relevance: 0
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
className: "selector-class",
|
|
638
|
+
begin: "\\.[A-Za-z0-9_-]+",
|
|
639
|
+
relevance: 0
|
|
640
|
+
},
|
|
641
|
+
modes.ATTRIBUTE_SELECTOR_MODE,
|
|
642
|
+
{
|
|
643
|
+
className: "selector-tag",
|
|
644
|
+
begin: "\\b(" + TAGS.join("|") + ")\\b",
|
|
645
|
+
// was there, before, but why?
|
|
646
|
+
relevance: 0
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
className: "selector-pseudo",
|
|
650
|
+
begin: ":(" + PSEUDO_CLASSES$1.join("|") + ")"
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
className: "selector-pseudo",
|
|
654
|
+
begin: ":(:)?(" + PSEUDO_ELEMENTS$1.join("|") + ")"
|
|
655
|
+
},
|
|
656
|
+
VARIABLE,
|
|
657
|
+
{
|
|
658
|
+
// pseudo-selector params
|
|
659
|
+
begin: /\(/,
|
|
660
|
+
end: /\)/,
|
|
661
|
+
contains: [modes.CSS_NUMBER_MODE]
|
|
662
|
+
},
|
|
663
|
+
modes.CSS_VARIABLE,
|
|
664
|
+
{
|
|
665
|
+
className: "attribute",
|
|
666
|
+
begin: "\\b(" + ATTRIBUTES.join("|") + ")\\b"
|
|
667
|
+
},
|
|
668
|
+
{ begin: "\\b(whitespace|wait|w-resize|visible|vertical-text|vertical-ideographic|uppercase|upper-roman|upper-alpha|underline|transparent|top|thin|thick|text|text-top|text-bottom|tb-rl|table-header-group|table-footer-group|sw-resize|super|strict|static|square|solid|small-caps|separate|se-resize|scroll|s-resize|rtl|row-resize|ridge|right|repeat|repeat-y|repeat-x|relative|progress|pointer|overline|outside|outset|oblique|nowrap|not-allowed|normal|none|nw-resize|no-repeat|no-drop|newspaper|ne-resize|n-resize|move|middle|medium|ltr|lr-tb|lowercase|lower-roman|lower-alpha|loose|list-item|line|line-through|line-edge|lighter|left|keep-all|justify|italic|inter-word|inter-ideograph|inside|inset|inline|inline-block|inherit|inactive|ideograph-space|ideograph-parenthesis|ideograph-numeric|ideograph-alpha|horizontal|hidden|help|hand|groove|fixed|ellipsis|e-resize|double|dotted|distribute|distribute-space|distribute-letter|distribute-all-lines|disc|disabled|default|decimal|dashed|crosshair|collapse|col-resize|circle|char|center|capitalize|break-word|break-all|bottom|both|bolder|bold|block|bidi-override|below|baseline|auto|always|all-scroll|absolute|table|table-cell)\\b" },
|
|
669
|
+
{
|
|
670
|
+
begin: /:/,
|
|
671
|
+
end: /[;}{]/,
|
|
672
|
+
relevance: 0,
|
|
673
|
+
contains: [
|
|
674
|
+
modes.BLOCK_COMMENT,
|
|
675
|
+
VARIABLE,
|
|
676
|
+
modes.HEXCOLOR,
|
|
677
|
+
modes.CSS_NUMBER_MODE,
|
|
678
|
+
hljs.QUOTE_STRING_MODE,
|
|
679
|
+
hljs.APOS_STRING_MODE,
|
|
680
|
+
modes.IMPORTANT,
|
|
681
|
+
modes.FUNCTION_DISPATCH
|
|
682
|
+
]
|
|
683
|
+
},
|
|
684
|
+
// matching these here allows us to treat them more like regular CSS
|
|
685
|
+
// rules so everything between the {} gets regular rule highlighting,
|
|
686
|
+
// which is what we want for page and font-face
|
|
687
|
+
{
|
|
688
|
+
begin: "@(page|font-face)",
|
|
689
|
+
keywords: {
|
|
690
|
+
$pattern: AT_IDENTIFIER,
|
|
691
|
+
keyword: "@page @font-face"
|
|
692
|
+
}
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
begin: "@",
|
|
696
|
+
end: "[{;]",
|
|
697
|
+
returnBegin: true,
|
|
698
|
+
keywords: {
|
|
699
|
+
$pattern: /[a-z-]+/,
|
|
700
|
+
keyword: AT_MODIFIERS,
|
|
701
|
+
attribute: MEDIA_FEATURES.join(" ")
|
|
702
|
+
},
|
|
703
|
+
contains: [
|
|
704
|
+
{
|
|
705
|
+
begin: AT_IDENTIFIER,
|
|
706
|
+
className: "keyword"
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
begin: /[a-z-]+(?=:)/,
|
|
710
|
+
className: "attribute"
|
|
711
|
+
},
|
|
712
|
+
VARIABLE,
|
|
713
|
+
hljs.QUOTE_STRING_MODE,
|
|
714
|
+
hljs.APOS_STRING_MODE,
|
|
715
|
+
modes.HEXCOLOR,
|
|
716
|
+
modes.CSS_NUMBER_MODE
|
|
717
|
+
]
|
|
718
|
+
},
|
|
719
|
+
modes.FUNCTION_DISPATCH
|
|
720
|
+
]
|
|
721
|
+
};
|
|
722
|
+
}
|
|
723
|
+
scss_1 = scss;
|
|
724
|
+
return scss_1;
|
|
725
|
+
}
|
|
726
|
+
exports.__require = requireScss;
|