@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.
Files changed (341) hide show
  1. package/dist/_virtual/_commonjsHelpers.cjs +1 -0
  2. package/dist/_virtual/_commonjsHelpers.js +6 -0
  3. package/dist/_virtual/_plugin-vue_export-helper.cjs +1 -0
  4. package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
  5. package/dist/_virtual/common.cjs +1 -0
  6. package/dist/_virtual/common.js +7 -0
  7. package/dist/_virtual/core.cjs +1 -0
  8. package/dist/_virtual/core.js +7 -0
  9. package/dist/index.css +1 -2
  10. package/dist/node_modules/.pnpm/@highlightjs_vue-plugin@2.1_dace39d2ab17d71b087de9a32848566a/node_modules/@highlightjs/vue-plugin/dist/highlightjs-vue.esm.min.cjs +1 -0
  11. package/dist/node_modules/.pnpm/@highlightjs_vue-plugin@2.1_dace39d2ab17d71b087de9a32848566a/node_modules/@highlightjs/vue-plugin/dist/highlightjs-vue.esm.min.js +31 -0
  12. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/common.cjs +1 -0
  13. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/common.js +5 -0
  14. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/core.cjs +1 -0
  15. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/es/core.js +5 -0
  16. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/common.cjs +1 -0
  17. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/common.js +47 -0
  18. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/core.cjs +3 -0
  19. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/core.js +1063 -0
  20. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/bash.cjs +1 -0
  21. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/bash.js +383 -0
  22. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/c.cjs +1 -0
  23. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/c.js +283 -0
  24. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/cpp.cjs +1 -0
  25. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/cpp.js +527 -0
  26. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/csharp.cjs +1 -0
  27. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/csharp.js +388 -0
  28. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/css.cjs +1 -0
  29. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/css.js +929 -0
  30. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/diff.cjs +1 -0
  31. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/diff.js +60 -0
  32. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/go.cjs +1 -0
  33. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/go.js +157 -0
  34. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/graphql.cjs +1 -0
  35. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/graphql.js +76 -0
  36. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/ini.cjs +1 -0
  37. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/ini.js +113 -0
  38. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/java.cjs +1 -0
  39. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/java.js +246 -0
  40. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/javascript.cjs +1 -0
  41. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/javascript.js +664 -0
  42. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/json.cjs +1 -0
  43. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/json.js +44 -0
  44. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/kotlin.cjs +2 -0
  45. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/kotlin.js +248 -0
  46. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/less.cjs +1 -0
  47. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/less.js +998 -0
  48. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/lua.cjs +1 -0
  49. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/lua.js +65 -0
  50. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/makefile.cjs +1 -0
  51. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/makefile.js +73 -0
  52. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/markdown.cjs +1 -0
  53. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/markdown.js +222 -0
  54. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/objectivec.cjs +1 -0
  55. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/objectivec.js +243 -0
  56. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/perl.cjs +1 -0
  57. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/perl.js +475 -0
  58. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/php-template.cjs +1 -0
  59. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/php-template.js +53 -0
  60. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/php.cjs +2 -0
  61. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/php.js +572 -0
  62. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/plaintext.cjs +1 -0
  63. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/plaintext.js +19 -0
  64. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/python-repl.cjs +1 -0
  65. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/python-repl.js +32 -0
  66. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/python.cjs +1 -0
  67. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/python.js +405 -0
  68. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/r.cjs +1 -0
  69. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/r.js +213 -0
  70. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/ruby.cjs +1 -0
  71. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/ruby.js +394 -0
  72. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/rust.cjs +1 -0
  73. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/rust.js +311 -0
  74. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/scss.cjs +1 -0
  75. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/scss.js +914 -0
  76. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/shell.cjs +1 -0
  77. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/shell.js +31 -0
  78. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/sql.cjs +1 -0
  79. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/sql.js +621 -0
  80. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/swift.cjs +1 -0
  81. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/swift.js +805 -0
  82. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/typescript.cjs +1 -0
  83. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/typescript.js +759 -0
  84. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/vbnet.cjs +1 -0
  85. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/vbnet.js +128 -0
  86. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/wasm.cjs +1 -0
  87. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/wasm.js +120 -0
  88. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/xml.cjs +1 -0
  89. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/xml.js +225 -0
  90. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/yaml.cjs +1 -0
  91. package/dist/node_modules/.pnpm/highlight.js@11.11.1/node_modules/highlight.js/lib/languages/yaml.js +189 -0
  92. package/dist/packages/components/aside/index.vue.cjs +1 -0
  93. package/dist/packages/components/aside/index.vue.js +98 -0
  94. package/dist/packages/components/aside/index.vue2.cjs +1 -0
  95. package/dist/packages/components/aside/index.vue2.js +4 -0
  96. package/dist/packages/components/boxurl/index.vue.cjs +1 -0
  97. package/dist/packages/components/boxurl/index.vue.js +62 -0
  98. package/dist/packages/components/boxurl/index.vue2.cjs +1 -0
  99. package/dist/packages/components/boxurl/index.vue2.js +4 -0
  100. package/dist/packages/components/choice/choice.vue.cjs +1 -0
  101. package/dist/packages/components/choice/choice.vue.js +46 -0
  102. package/dist/packages/components/choice/choice.vue2.cjs +1 -0
  103. package/dist/packages/components/choice/choice.vue2.js +4 -0
  104. package/dist/packages/components/choice/index.vue.cjs +1 -0
  105. package/dist/packages/components/choice/index.vue.js +87 -0
  106. package/dist/packages/components/choice/index.vue2.cjs +1 -0
  107. package/dist/packages/components/choice/index.vue2.js +4 -0
  108. package/dist/packages/components/code/highlight.vue.cjs +1 -0
  109. package/dist/packages/components/code/highlight.vue.js +16 -0
  110. package/dist/packages/components/code/highlight.vue2.cjs +1 -0
  111. package/dist/packages/components/code/highlight.vue2.js +20 -0
  112. package/dist/packages/components/code/index.vue.cjs +1 -0
  113. package/dist/packages/components/code/index.vue.js +115 -0
  114. package/dist/packages/components/code/index.vue2.cjs +1 -0
  115. package/dist/packages/components/code/index.vue2.js +4 -0
  116. package/dist/packages/components/compo/code.vue.cjs +1 -0
  117. package/dist/packages/components/compo/code.vue.js +21 -0
  118. package/dist/packages/components/compo/code.vue3.cjs +1 -0
  119. package/dist/packages/components/compo/code.vue3.js +5 -0
  120. package/dist/packages/components/compo/ftable.vue.cjs +1 -0
  121. package/dist/packages/components/compo/ftable.vue.js +57 -0
  122. package/dist/packages/components/compo/ftable.vue2.cjs +1 -0
  123. package/dist/packages/components/compo/ftable.vue2.js +4 -0
  124. package/dist/packages/components/compo/index.cjs +1 -0
  125. package/dist/packages/components/compo/index.js +127 -0
  126. package/dist/packages/components/compo/index.vue.cjs +1 -0
  127. package/dist/packages/components/compo/index.vue.js +79 -0
  128. package/dist/packages/components/compo/index.vue2.cjs +1 -0
  129. package/dist/packages/components/compo/index.vue2.js +4 -0
  130. package/dist/packages/components/compo/info-top.vue.cjs +1 -0
  131. package/dist/packages/components/compo/info-top.vue.js +32 -0
  132. package/dist/packages/components/compo/info-top.vue2.cjs +1 -0
  133. package/dist/packages/components/compo/info-top.vue2.js +4 -0
  134. package/dist/packages/components/compo/info.vue.cjs +1 -0
  135. package/dist/packages/components/compo/info.vue.js +41 -0
  136. package/dist/packages/components/compo/info.vue2.cjs +1 -0
  137. package/dist/packages/components/compo/info.vue2.js +4 -0
  138. package/dist/packages/components/compo/props.vue.cjs +1 -0
  139. package/dist/packages/components/compo/props.vue.js +87 -0
  140. package/dist/packages/components/compo/props.vue2.cjs +1 -0
  141. package/dist/packages/components/compo/props.vue2.js +4 -0
  142. package/dist/packages/components/compo/top.cjs +1 -0
  143. package/dist/packages/components/compo/top.js +148 -0
  144. package/dist/packages/components/header/index.vue.cjs +1 -0
  145. package/dist/packages/components/header/index.vue.js +10 -0
  146. package/dist/packages/components/main/index.vue.cjs +1 -0
  147. package/dist/packages/components/main/index.vue.js +68 -0
  148. package/dist/packages/components/main/index.vue2.cjs +1 -0
  149. package/dist/packages/components/main/index.vue2.js +4 -0
  150. package/dist/packages/components/md/index.vue.cjs +1 -0
  151. package/dist/packages/components/md/index.vue.js +56 -0
  152. package/dist/packages/components/md/index.vue2.cjs +1 -0
  153. package/dist/packages/components/md/index.vue2.js +4 -0
  154. package/dist/packages/components/test/index.cjs +1 -0
  155. package/dist/packages/components/test/index.js +105 -0
  156. package/dist/packages/components/test/index.vue.cjs +1 -0
  157. package/dist/packages/components/test/index.vue.js +75 -0
  158. package/dist/packages/components/test/index.vue2.cjs +1 -0
  159. package/dist/packages/components/test/index.vue2.js +4 -0
  160. package/dist/packages/components/test/top.cjs +1 -0
  161. package/dist/packages/components/test/top.js +148 -0
  162. package/dist/packages/components/use/code.cjs +20 -0
  163. package/dist/packages/components/use/code.js +212 -0
  164. package/dist/packages/components/use/code.vue.cjs +1 -0
  165. package/dist/packages/components/use/code.vue.js +66 -0
  166. package/dist/packages/components/use/code.vue2.cjs +1 -0
  167. package/dist/packages/components/use/code.vue2.js +4 -0
  168. package/dist/packages/components/use/edit.cjs +18 -0
  169. package/dist/packages/components/use/edit.js +214 -0
  170. package/dist/packages/components/use/effect.vue.cjs +1 -0
  171. package/dist/packages/components/use/effect.vue.js +12 -0
  172. package/dist/packages/components/use/index.cjs +1 -0
  173. package/dist/packages/components/use/index.js +196 -0
  174. package/dist/packages/components/use/prettier.cjs +1 -0
  175. package/dist/packages/components/use/prettier.js +40 -0
  176. package/dist/packages/components/use/retrie/any/index.vue.cjs +1 -0
  177. package/dist/packages/components/use/retrie/any/index.vue.js +115 -0
  178. package/dist/packages/components/use/retrie/any/index.vue2.cjs +1 -0
  179. package/dist/packages/components/use/retrie/any/index.vue2.js +4 -0
  180. package/dist/packages/components/use/retrie/array/index.vue.cjs +3 -0
  181. package/dist/packages/components/use/retrie/array/index.vue.js +55 -0
  182. package/dist/packages/components/use/retrie/array/index.vue2.cjs +1 -0
  183. package/dist/packages/components/use/retrie/array/index.vue2.js +4 -0
  184. package/dist/packages/components/use/retrie/boolean/index.vue.cjs +1 -0
  185. package/dist/packages/components/use/retrie/boolean/index.vue.js +68 -0
  186. package/dist/packages/components/use/retrie/boolean/index.vue3.cjs +1 -0
  187. package/dist/packages/components/use/retrie/boolean/index.vue3.js +5 -0
  188. package/dist/packages/components/use/retrie/choice/index.vue.cjs +1 -0
  189. package/dist/packages/components/use/retrie/choice/index.vue.js +142 -0
  190. package/dist/packages/components/use/retrie/choice/index.vue3.cjs +1 -0
  191. package/dist/packages/components/use/retrie/choice/index.vue3.js +5 -0
  192. package/dist/packages/components/use/retrie/expose/index.vue.cjs +1 -0
  193. package/dist/packages/components/use/retrie/expose/index.vue.js +63 -0
  194. package/dist/packages/components/use/retrie/expose/index.vue3.cjs +1 -0
  195. package/dist/packages/components/use/retrie/expose/index.vue3.js +5 -0
  196. package/dist/packages/components/use/retrie/form/index.vue.cjs +1 -0
  197. package/dist/packages/components/use/retrie/form/index.vue.js +148 -0
  198. package/dist/packages/components/use/retrie/form/index.vue2.cjs +1 -0
  199. package/dist/packages/components/use/retrie/form/index.vue2.js +4 -0
  200. package/dist/packages/components/use/retrie/function/index.vue.cjs +3 -0
  201. package/dist/packages/components/use/retrie/function/index.vue.js +68 -0
  202. package/dist/packages/components/use/retrie/function/index.vue2.cjs +1 -0
  203. package/dist/packages/components/use/retrie/function/index.vue2.js +4 -0
  204. package/dist/packages/components/use/retrie/index.vue.cjs +1 -0
  205. package/dist/packages/components/use/retrie/index.vue.js +103 -0
  206. package/dist/packages/components/use/retrie/index.vue3.cjs +1 -0
  207. package/dist/packages/components/use/retrie/index.vue3.js +5 -0
  208. package/dist/packages/components/use/retrie/input/editor/editor.cjs +1 -0
  209. package/dist/packages/components/use/retrie/input/editor/editor.js +104 -0
  210. package/dist/packages/components/use/retrie/input/editor/editor.vue.cjs +5 -0
  211. package/dist/packages/components/use/retrie/input/editor/editor.vue.js +59 -0
  212. package/dist/packages/components/use/retrie/input/editor/editor.vue3.cjs +1 -0
  213. package/dist/packages/components/use/retrie/input/editor/editor.vue3.js +5 -0
  214. package/dist/packages/components/use/retrie/input/editor/getExtraLib.cjs +416 -0
  215. package/dist/packages/components/use/retrie/input/editor/getExtraLib.js +427 -0
  216. package/dist/packages/components/use/retrie/input/index.vue.cjs +1 -0
  217. package/dist/packages/components/use/retrie/input/index.vue.js +54 -0
  218. package/dist/packages/components/use/retrie/input/index.vue3.cjs +1 -0
  219. package/dist/packages/components/use/retrie/input/index.vue3.js +5 -0
  220. package/dist/packages/components/use/retrie/input/text.vue.cjs +5 -0
  221. package/dist/packages/components/use/retrie/input/text.vue.js +39 -0
  222. package/dist/packages/components/use/retrie/input/text.vue3.cjs +1 -0
  223. package/dist/packages/components/use/retrie/input/text.vue3.js +5 -0
  224. package/dist/packages/components/use/retrie/number/index.vue.cjs +1 -0
  225. package/dist/packages/components/use/retrie/number/index.vue.js +50 -0
  226. package/dist/packages/components/use/retrie/number/index.vue3.cjs +1 -0
  227. package/dist/packages/components/use/retrie/number/index.vue3.js +5 -0
  228. package/dist/packages/components/use/retrie/object/index.vue.cjs +3 -0
  229. package/dist/packages/components/use/retrie/object/index.vue.js +55 -0
  230. package/dist/packages/components/use/retrie/object/index.vue2.cjs +1 -0
  231. package/dist/packages/components/use/retrie/object/index.vue2.js +4 -0
  232. package/dist/packages/components/use/retrie/other/index.vue.cjs +1 -0
  233. package/dist/packages/components/use/retrie/other/index.vue.js +67 -0
  234. package/dist/packages/components/use/retrie/other/index.vue2.cjs +1 -0
  235. package/dist/packages/components/use/retrie/other/index.vue2.js +4 -0
  236. package/dist/packages/components/use/retrie/select/index.vue.cjs +1 -0
  237. package/dist/packages/components/use/retrie/select/index.vue.js +123 -0
  238. package/dist/packages/components/use/retrie/select/index.vue3.cjs +1 -0
  239. package/dist/packages/components/use/retrie/select/index.vue3.js +5 -0
  240. package/dist/packages/components/use/retrie/slot/index.vue.cjs +1 -0
  241. package/dist/packages/components/use/retrie/slot/index.vue.js +43 -0
  242. package/dist/packages/components/use/retrie/slot/index.vue2.cjs +1 -0
  243. package/dist/packages/components/use/retrie/slot/index.vue2.js +4 -0
  244. package/dist/packages/components/use/retrie/string/index.vue.cjs +1 -0
  245. package/dist/packages/components/use/retrie/string/index.vue.js +53 -0
  246. package/dist/packages/components/use/retrie/string/index.vue3.cjs +1 -0
  247. package/dist/packages/components/use/retrie/string/index.vue3.js +5 -0
  248. package/dist/packages/components/use/set-code.vue.cjs +1 -0
  249. package/dist/packages/components/use/set-code.vue.js +63 -0
  250. package/dist/packages/components/use/set-code.vue2.cjs +1 -0
  251. package/dist/packages/components/use/set-code.vue2.js +4 -0
  252. package/dist/packages/components/use/set-emit.vue.cjs +1 -0
  253. package/dist/packages/components/use/set-emit.vue.js +50 -0
  254. package/dist/packages/components/use/set-emit.vue3.cjs +1 -0
  255. package/dist/packages/components/use/set-emit.vue3.js +5 -0
  256. package/dist/packages/components/use/set-expose.vue.cjs +1 -0
  257. package/dist/packages/components/use/set-expose.vue.js +66 -0
  258. package/dist/packages/components/use/set-expose.vue3.cjs +1 -0
  259. package/dist/packages/components/use/set-expose.vue3.js +5 -0
  260. package/dist/packages/components/use/set-props.vue.cjs +1 -0
  261. package/dist/packages/components/use/set-props.vue.js +71 -0
  262. package/dist/packages/components/use/set-props.vue2.cjs +1 -0
  263. package/dist/packages/components/use/set-props.vue2.js +4 -0
  264. package/dist/packages/components/use/set-slot.vue.cjs +1 -0
  265. package/dist/packages/components/use/set-slot.vue.js +45 -0
  266. package/dist/packages/components/use/set-slot.vue2.cjs +1 -0
  267. package/dist/packages/components/use/set-slot.vue2.js +4 -0
  268. package/dist/packages/components/use/util.cjs +3 -0
  269. package/dist/packages/components/use/util.js +294 -0
  270. package/dist/packages/config.cjs +1 -0
  271. package/dist/packages/config.js +14 -0
  272. package/dist/packages/directives/adjust/index.cjs +1 -0
  273. package/dist/packages/directives/adjust/index.js +246 -0
  274. package/dist/packages/index/index.vue.cjs +1 -0
  275. package/dist/packages/index/index.vue.js +4 -0
  276. package/dist/packages/index/index.vue2.cjs +1 -0
  277. package/dist/packages/index/index.vue2.js +14 -0
  278. package/dist/packages/index.cjs +1 -0
  279. package/dist/packages/index.d.ts +1 -0
  280. package/dist/packages/index.js +20 -0
  281. package/dist/packages/page/compon/index.vue.cjs +1 -0
  282. package/dist/packages/page/compon/index.vue.js +4 -0
  283. package/dist/packages/page/compon/index.vue2.cjs +1 -0
  284. package/dist/packages/page/compon/index.vue2.js +21 -0
  285. package/dist/packages/page/comprops/index.vue.cjs +1 -0
  286. package/dist/packages/page/comprops/index.vue.js +4 -0
  287. package/dist/packages/page/comprops/index.vue2.cjs +1 -0
  288. package/dist/packages/page/comprops/index.vue2.js +91 -0
  289. package/dist/packages/page/develop/index.vue.cjs +1 -0
  290. package/dist/packages/page/develop/index.vue.js +4 -0
  291. package/dist/packages/page/develop/index.vue2.cjs +1 -0
  292. package/dist/packages/page/develop/index.vue2.js +26 -0
  293. package/dist/packages/page/edit/index.vue.cjs +1 -0
  294. package/dist/packages/page/edit/index.vue.js +4 -0
  295. package/dist/packages/page/edit/index.vue2.cjs +1 -0
  296. package/dist/packages/page/edit/index.vue2.js +27 -0
  297. package/dist/packages/page/index/index.vue.cjs +1 -0
  298. package/dist/packages/page/index/index.vue.js +4 -0
  299. package/dist/packages/page/index/index.vue2.cjs +1 -0
  300. package/dist/packages/page/index/index.vue2.js +61 -0
  301. package/dist/packages/page/single/index.vue.cjs +1 -0
  302. package/dist/packages/page/single/index.vue.js +4 -0
  303. package/dist/packages/page/single/index.vue2.cjs +1 -0
  304. package/dist/packages/page/single/index.vue2.js +60 -0
  305. package/dist/packages/page/tests/index.vue.cjs +1 -0
  306. package/dist/packages/page/tests/index.vue.js +4 -0
  307. package/dist/packages/page/tests/index.vue2.cjs +1 -0
  308. package/dist/packages/page/tests/index.vue2.js +67 -0
  309. package/dist/packages/router/file.cjs +1 -0
  310. package/dist/packages/router/file.js +44 -0
  311. package/dist/packages/router/index.cjs +1 -0
  312. package/dist/packages/router/index.js +122 -0
  313. package/dist/packages/utils/annotat.cjs +1 -0
  314. package/dist/packages/utils/annotat.js +322 -0
  315. package/dist/packages/utils/common.cjs +1 -0
  316. package/dist/packages/utils/common.js +200 -0
  317. package/dist/packages/utils/glob.cjs +5 -0
  318. package/dist/packages/utils/glob.js +502 -0
  319. package/dist/packages/utils/index.cjs +1 -0
  320. package/dist/packages/utils/index.js +14 -0
  321. package/dist/packages/utils/props.cjs +1 -0
  322. package/dist/packages/utils/props.js +110 -0
  323. package/dist/packages/utils/storage.cjs +1 -0
  324. package/dist/packages/utils/storage.js +34 -0
  325. package/dist/packages/utils/util.cjs +1 -0
  326. package/dist/packages/utils/util.js +46 -0
  327. package/package.json +5 -5
  328. package/dist/config.cjs +0 -1
  329. package/dist/config.js +0 -11
  330. package/dist/index/index.cjs +0 -1
  331. package/dist/index/index.js +0 -5
  332. package/dist/index/index.vue_vue_type_script_setup_true_lang.cjs +0 -1
  333. package/dist/index/index.vue_vue_type_script_setup_true_lang.js +0 -12
  334. package/dist/index.cjs +0 -1
  335. package/dist/index.js +0 -15
  336. package/dist/router/file.cjs +0 -1
  337. package/dist/router/file.js +0 -32
  338. package/dist/router/index.cjs +0 -1
  339. package/dist/router/index.js +0 -45
  340. package/dist/utils/storage.cjs +0 -1
  341. package/dist/utils/storage.js +0 -23
@@ -0,0 +1,998 @@
1
+ var l, u;
2
+ function A() {
3
+ if (u) return l;
4
+ u = 1;
5
+ const h = (e) => ({
6
+ IMPORTANT: {
7
+ scope: "meta",
8
+ begin: "!important"
9
+ },
10
+ BLOCK_COMMENT: e.C_BLOCK_COMMENT_MODE,
11
+ HEXCOLOR: {
12
+ scope: "number",
13
+ begin: /#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/
14
+ },
15
+ FUNCTION_DISPATCH: {
16
+ className: "built_in",
17
+ begin: /[\w-]+(?=\()/
18
+ },
19
+ ATTRIBUTE_SELECTOR_MODE: {
20
+ scope: "selector-attr",
21
+ begin: /\[/,
22
+ end: /\]/,
23
+ illegal: "$",
24
+ contains: [
25
+ e.APOS_STRING_MODE,
26
+ e.QUOTE_STRING_MODE
27
+ ]
28
+ },
29
+ CSS_NUMBER_MODE: {
30
+ scope: "number",
31
+ 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)?",
32
+ relevance: 0
33
+ },
34
+ CSS_VARIABLE: {
35
+ className: "attr",
36
+ begin: /--[A-Za-z_][A-Za-z0-9_-]*/
37
+ }
38
+ }), k = [
39
+ "a",
40
+ "abbr",
41
+ "address",
42
+ "article",
43
+ "aside",
44
+ "audio",
45
+ "b",
46
+ "blockquote",
47
+ "body",
48
+ "button",
49
+ "canvas",
50
+ "caption",
51
+ "cite",
52
+ "code",
53
+ "dd",
54
+ "del",
55
+ "details",
56
+ "dfn",
57
+ "div",
58
+ "dl",
59
+ "dt",
60
+ "em",
61
+ "fieldset",
62
+ "figcaption",
63
+ "figure",
64
+ "footer",
65
+ "form",
66
+ "h1",
67
+ "h2",
68
+ "h3",
69
+ "h4",
70
+ "h5",
71
+ "h6",
72
+ "header",
73
+ "hgroup",
74
+ "html",
75
+ "i",
76
+ "iframe",
77
+ "img",
78
+ "input",
79
+ "ins",
80
+ "kbd",
81
+ "label",
82
+ "legend",
83
+ "li",
84
+ "main",
85
+ "mark",
86
+ "menu",
87
+ "nav",
88
+ "object",
89
+ "ol",
90
+ "optgroup",
91
+ "option",
92
+ "p",
93
+ "picture",
94
+ "q",
95
+ "quote",
96
+ "samp",
97
+ "section",
98
+ "select",
99
+ "source",
100
+ "span",
101
+ "strong",
102
+ "summary",
103
+ "sup",
104
+ "table",
105
+ "tbody",
106
+ "td",
107
+ "textarea",
108
+ "tfoot",
109
+ "th",
110
+ "thead",
111
+ "time",
112
+ "tr",
113
+ "ul",
114
+ "var",
115
+ "video"
116
+ ], v = [
117
+ "defs",
118
+ "g",
119
+ "marker",
120
+ "mask",
121
+ "pattern",
122
+ "svg",
123
+ "switch",
124
+ "symbol",
125
+ "feBlend",
126
+ "feColorMatrix",
127
+ "feComponentTransfer",
128
+ "feComposite",
129
+ "feConvolveMatrix",
130
+ "feDiffuseLighting",
131
+ "feDisplacementMap",
132
+ "feFlood",
133
+ "feGaussianBlur",
134
+ "feImage",
135
+ "feMerge",
136
+ "feMorphology",
137
+ "feOffset",
138
+ "feSpecularLighting",
139
+ "feTile",
140
+ "feTurbulence",
141
+ "linearGradient",
142
+ "radialGradient",
143
+ "stop",
144
+ "circle",
145
+ "ellipse",
146
+ "image",
147
+ "line",
148
+ "path",
149
+ "polygon",
150
+ "polyline",
151
+ "rect",
152
+ "text",
153
+ "use",
154
+ "textPath",
155
+ "tspan",
156
+ "foreignObject",
157
+ "clipPath"
158
+ ], y = [
159
+ ...k,
160
+ ...v
161
+ ], E = [
162
+ "any-hover",
163
+ "any-pointer",
164
+ "aspect-ratio",
165
+ "color",
166
+ "color-gamut",
167
+ "color-index",
168
+ "device-aspect-ratio",
169
+ "device-height",
170
+ "device-width",
171
+ "display-mode",
172
+ "forced-colors",
173
+ "grid",
174
+ "height",
175
+ "hover",
176
+ "inverted-colors",
177
+ "monochrome",
178
+ "orientation",
179
+ "overflow-block",
180
+ "overflow-inline",
181
+ "pointer",
182
+ "prefers-color-scheme",
183
+ "prefers-contrast",
184
+ "prefers-reduced-motion",
185
+ "prefers-reduced-transparency",
186
+ "resolution",
187
+ "scan",
188
+ "scripting",
189
+ "update",
190
+ "width",
191
+ // TODO: find a better solution?
192
+ "min-width",
193
+ "max-width",
194
+ "min-height",
195
+ "max-height"
196
+ ].sort().reverse(), c = [
197
+ "active",
198
+ "any-link",
199
+ "blank",
200
+ "checked",
201
+ "current",
202
+ "default",
203
+ "defined",
204
+ "dir",
205
+ // dir()
206
+ "disabled",
207
+ "drop",
208
+ "empty",
209
+ "enabled",
210
+ "first",
211
+ "first-child",
212
+ "first-of-type",
213
+ "fullscreen",
214
+ "future",
215
+ "focus",
216
+ "focus-visible",
217
+ "focus-within",
218
+ "has",
219
+ // has()
220
+ "host",
221
+ // host or host()
222
+ "host-context",
223
+ // host-context()
224
+ "hover",
225
+ "indeterminate",
226
+ "in-range",
227
+ "invalid",
228
+ "is",
229
+ // is()
230
+ "lang",
231
+ // lang()
232
+ "last-child",
233
+ "last-of-type",
234
+ "left",
235
+ "link",
236
+ "local-link",
237
+ "not",
238
+ // not()
239
+ "nth-child",
240
+ // nth-child()
241
+ "nth-col",
242
+ // nth-col()
243
+ "nth-last-child",
244
+ // nth-last-child()
245
+ "nth-last-col",
246
+ // nth-last-col()
247
+ "nth-last-of-type",
248
+ //nth-last-of-type()
249
+ "nth-of-type",
250
+ //nth-of-type()
251
+ "only-child",
252
+ "only-of-type",
253
+ "optional",
254
+ "out-of-range",
255
+ "past",
256
+ "placeholder-shown",
257
+ "read-only",
258
+ "read-write",
259
+ "required",
260
+ "right",
261
+ "root",
262
+ "scope",
263
+ "target",
264
+ "target-within",
265
+ "user-invalid",
266
+ "valid",
267
+ "visited",
268
+ "where"
269
+ // where()
270
+ ].sort().reverse(), d = [
271
+ "after",
272
+ "backdrop",
273
+ "before",
274
+ "cue",
275
+ "cue-region",
276
+ "first-letter",
277
+ "first-line",
278
+ "grammar-error",
279
+ "marker",
280
+ "part",
281
+ "placeholder",
282
+ "selection",
283
+ "slotted",
284
+ "spelling-error"
285
+ ].sort().reverse(), w = [
286
+ "accent-color",
287
+ "align-content",
288
+ "align-items",
289
+ "align-self",
290
+ "alignment-baseline",
291
+ "all",
292
+ "anchor-name",
293
+ "animation",
294
+ "animation-composition",
295
+ "animation-delay",
296
+ "animation-direction",
297
+ "animation-duration",
298
+ "animation-fill-mode",
299
+ "animation-iteration-count",
300
+ "animation-name",
301
+ "animation-play-state",
302
+ "animation-range",
303
+ "animation-range-end",
304
+ "animation-range-start",
305
+ "animation-timeline",
306
+ "animation-timing-function",
307
+ "appearance",
308
+ "aspect-ratio",
309
+ "backdrop-filter",
310
+ "backface-visibility",
311
+ "background",
312
+ "background-attachment",
313
+ "background-blend-mode",
314
+ "background-clip",
315
+ "background-color",
316
+ "background-image",
317
+ "background-origin",
318
+ "background-position",
319
+ "background-position-x",
320
+ "background-position-y",
321
+ "background-repeat",
322
+ "background-size",
323
+ "baseline-shift",
324
+ "block-size",
325
+ "border",
326
+ "border-block",
327
+ "border-block-color",
328
+ "border-block-end",
329
+ "border-block-end-color",
330
+ "border-block-end-style",
331
+ "border-block-end-width",
332
+ "border-block-start",
333
+ "border-block-start-color",
334
+ "border-block-start-style",
335
+ "border-block-start-width",
336
+ "border-block-style",
337
+ "border-block-width",
338
+ "border-bottom",
339
+ "border-bottom-color",
340
+ "border-bottom-left-radius",
341
+ "border-bottom-right-radius",
342
+ "border-bottom-style",
343
+ "border-bottom-width",
344
+ "border-collapse",
345
+ "border-color",
346
+ "border-end-end-radius",
347
+ "border-end-start-radius",
348
+ "border-image",
349
+ "border-image-outset",
350
+ "border-image-repeat",
351
+ "border-image-slice",
352
+ "border-image-source",
353
+ "border-image-width",
354
+ "border-inline",
355
+ "border-inline-color",
356
+ "border-inline-end",
357
+ "border-inline-end-color",
358
+ "border-inline-end-style",
359
+ "border-inline-end-width",
360
+ "border-inline-start",
361
+ "border-inline-start-color",
362
+ "border-inline-start-style",
363
+ "border-inline-start-width",
364
+ "border-inline-style",
365
+ "border-inline-width",
366
+ "border-left",
367
+ "border-left-color",
368
+ "border-left-style",
369
+ "border-left-width",
370
+ "border-radius",
371
+ "border-right",
372
+ "border-right-color",
373
+ "border-right-style",
374
+ "border-right-width",
375
+ "border-spacing",
376
+ "border-start-end-radius",
377
+ "border-start-start-radius",
378
+ "border-style",
379
+ "border-top",
380
+ "border-top-color",
381
+ "border-top-left-radius",
382
+ "border-top-right-radius",
383
+ "border-top-style",
384
+ "border-top-width",
385
+ "border-width",
386
+ "bottom",
387
+ "box-align",
388
+ "box-decoration-break",
389
+ "box-direction",
390
+ "box-flex",
391
+ "box-flex-group",
392
+ "box-lines",
393
+ "box-ordinal-group",
394
+ "box-orient",
395
+ "box-pack",
396
+ "box-shadow",
397
+ "box-sizing",
398
+ "break-after",
399
+ "break-before",
400
+ "break-inside",
401
+ "caption-side",
402
+ "caret-color",
403
+ "clear",
404
+ "clip",
405
+ "clip-path",
406
+ "clip-rule",
407
+ "color",
408
+ "color-interpolation",
409
+ "color-interpolation-filters",
410
+ "color-profile",
411
+ "color-rendering",
412
+ "color-scheme",
413
+ "column-count",
414
+ "column-fill",
415
+ "column-gap",
416
+ "column-rule",
417
+ "column-rule-color",
418
+ "column-rule-style",
419
+ "column-rule-width",
420
+ "column-span",
421
+ "column-width",
422
+ "columns",
423
+ "contain",
424
+ "contain-intrinsic-block-size",
425
+ "contain-intrinsic-height",
426
+ "contain-intrinsic-inline-size",
427
+ "contain-intrinsic-size",
428
+ "contain-intrinsic-width",
429
+ "container",
430
+ "container-name",
431
+ "container-type",
432
+ "content",
433
+ "content-visibility",
434
+ "counter-increment",
435
+ "counter-reset",
436
+ "counter-set",
437
+ "cue",
438
+ "cue-after",
439
+ "cue-before",
440
+ "cursor",
441
+ "cx",
442
+ "cy",
443
+ "direction",
444
+ "display",
445
+ "dominant-baseline",
446
+ "empty-cells",
447
+ "enable-background",
448
+ "field-sizing",
449
+ "fill",
450
+ "fill-opacity",
451
+ "fill-rule",
452
+ "filter",
453
+ "flex",
454
+ "flex-basis",
455
+ "flex-direction",
456
+ "flex-flow",
457
+ "flex-grow",
458
+ "flex-shrink",
459
+ "flex-wrap",
460
+ "float",
461
+ "flood-color",
462
+ "flood-opacity",
463
+ "flow",
464
+ "font",
465
+ "font-display",
466
+ "font-family",
467
+ "font-feature-settings",
468
+ "font-kerning",
469
+ "font-language-override",
470
+ "font-optical-sizing",
471
+ "font-palette",
472
+ "font-size",
473
+ "font-size-adjust",
474
+ "font-smooth",
475
+ "font-smoothing",
476
+ "font-stretch",
477
+ "font-style",
478
+ "font-synthesis",
479
+ "font-synthesis-position",
480
+ "font-synthesis-small-caps",
481
+ "font-synthesis-style",
482
+ "font-synthesis-weight",
483
+ "font-variant",
484
+ "font-variant-alternates",
485
+ "font-variant-caps",
486
+ "font-variant-east-asian",
487
+ "font-variant-emoji",
488
+ "font-variant-ligatures",
489
+ "font-variant-numeric",
490
+ "font-variant-position",
491
+ "font-variation-settings",
492
+ "font-weight",
493
+ "forced-color-adjust",
494
+ "gap",
495
+ "glyph-orientation-horizontal",
496
+ "glyph-orientation-vertical",
497
+ "grid",
498
+ "grid-area",
499
+ "grid-auto-columns",
500
+ "grid-auto-flow",
501
+ "grid-auto-rows",
502
+ "grid-column",
503
+ "grid-column-end",
504
+ "grid-column-start",
505
+ "grid-gap",
506
+ "grid-row",
507
+ "grid-row-end",
508
+ "grid-row-start",
509
+ "grid-template",
510
+ "grid-template-areas",
511
+ "grid-template-columns",
512
+ "grid-template-rows",
513
+ "hanging-punctuation",
514
+ "height",
515
+ "hyphenate-character",
516
+ "hyphenate-limit-chars",
517
+ "hyphens",
518
+ "icon",
519
+ "image-orientation",
520
+ "image-rendering",
521
+ "image-resolution",
522
+ "ime-mode",
523
+ "initial-letter",
524
+ "initial-letter-align",
525
+ "inline-size",
526
+ "inset",
527
+ "inset-area",
528
+ "inset-block",
529
+ "inset-block-end",
530
+ "inset-block-start",
531
+ "inset-inline",
532
+ "inset-inline-end",
533
+ "inset-inline-start",
534
+ "isolation",
535
+ "justify-content",
536
+ "justify-items",
537
+ "justify-self",
538
+ "kerning",
539
+ "left",
540
+ "letter-spacing",
541
+ "lighting-color",
542
+ "line-break",
543
+ "line-height",
544
+ "line-height-step",
545
+ "list-style",
546
+ "list-style-image",
547
+ "list-style-position",
548
+ "list-style-type",
549
+ "margin",
550
+ "margin-block",
551
+ "margin-block-end",
552
+ "margin-block-start",
553
+ "margin-bottom",
554
+ "margin-inline",
555
+ "margin-inline-end",
556
+ "margin-inline-start",
557
+ "margin-left",
558
+ "margin-right",
559
+ "margin-top",
560
+ "margin-trim",
561
+ "marker",
562
+ "marker-end",
563
+ "marker-mid",
564
+ "marker-start",
565
+ "marks",
566
+ "mask",
567
+ "mask-border",
568
+ "mask-border-mode",
569
+ "mask-border-outset",
570
+ "mask-border-repeat",
571
+ "mask-border-slice",
572
+ "mask-border-source",
573
+ "mask-border-width",
574
+ "mask-clip",
575
+ "mask-composite",
576
+ "mask-image",
577
+ "mask-mode",
578
+ "mask-origin",
579
+ "mask-position",
580
+ "mask-repeat",
581
+ "mask-size",
582
+ "mask-type",
583
+ "masonry-auto-flow",
584
+ "math-depth",
585
+ "math-shift",
586
+ "math-style",
587
+ "max-block-size",
588
+ "max-height",
589
+ "max-inline-size",
590
+ "max-width",
591
+ "min-block-size",
592
+ "min-height",
593
+ "min-inline-size",
594
+ "min-width",
595
+ "mix-blend-mode",
596
+ "nav-down",
597
+ "nav-index",
598
+ "nav-left",
599
+ "nav-right",
600
+ "nav-up",
601
+ "none",
602
+ "normal",
603
+ "object-fit",
604
+ "object-position",
605
+ "offset",
606
+ "offset-anchor",
607
+ "offset-distance",
608
+ "offset-path",
609
+ "offset-position",
610
+ "offset-rotate",
611
+ "opacity",
612
+ "order",
613
+ "orphans",
614
+ "outline",
615
+ "outline-color",
616
+ "outline-offset",
617
+ "outline-style",
618
+ "outline-width",
619
+ "overflow",
620
+ "overflow-anchor",
621
+ "overflow-block",
622
+ "overflow-clip-margin",
623
+ "overflow-inline",
624
+ "overflow-wrap",
625
+ "overflow-x",
626
+ "overflow-y",
627
+ "overlay",
628
+ "overscroll-behavior",
629
+ "overscroll-behavior-block",
630
+ "overscroll-behavior-inline",
631
+ "overscroll-behavior-x",
632
+ "overscroll-behavior-y",
633
+ "padding",
634
+ "padding-block",
635
+ "padding-block-end",
636
+ "padding-block-start",
637
+ "padding-bottom",
638
+ "padding-inline",
639
+ "padding-inline-end",
640
+ "padding-inline-start",
641
+ "padding-left",
642
+ "padding-right",
643
+ "padding-top",
644
+ "page",
645
+ "page-break-after",
646
+ "page-break-before",
647
+ "page-break-inside",
648
+ "paint-order",
649
+ "pause",
650
+ "pause-after",
651
+ "pause-before",
652
+ "perspective",
653
+ "perspective-origin",
654
+ "place-content",
655
+ "place-items",
656
+ "place-self",
657
+ "pointer-events",
658
+ "position",
659
+ "position-anchor",
660
+ "position-visibility",
661
+ "print-color-adjust",
662
+ "quotes",
663
+ "r",
664
+ "resize",
665
+ "rest",
666
+ "rest-after",
667
+ "rest-before",
668
+ "right",
669
+ "rotate",
670
+ "row-gap",
671
+ "ruby-align",
672
+ "ruby-position",
673
+ "scale",
674
+ "scroll-behavior",
675
+ "scroll-margin",
676
+ "scroll-margin-block",
677
+ "scroll-margin-block-end",
678
+ "scroll-margin-block-start",
679
+ "scroll-margin-bottom",
680
+ "scroll-margin-inline",
681
+ "scroll-margin-inline-end",
682
+ "scroll-margin-inline-start",
683
+ "scroll-margin-left",
684
+ "scroll-margin-right",
685
+ "scroll-margin-top",
686
+ "scroll-padding",
687
+ "scroll-padding-block",
688
+ "scroll-padding-block-end",
689
+ "scroll-padding-block-start",
690
+ "scroll-padding-bottom",
691
+ "scroll-padding-inline",
692
+ "scroll-padding-inline-end",
693
+ "scroll-padding-inline-start",
694
+ "scroll-padding-left",
695
+ "scroll-padding-right",
696
+ "scroll-padding-top",
697
+ "scroll-snap-align",
698
+ "scroll-snap-stop",
699
+ "scroll-snap-type",
700
+ "scroll-timeline",
701
+ "scroll-timeline-axis",
702
+ "scroll-timeline-name",
703
+ "scrollbar-color",
704
+ "scrollbar-gutter",
705
+ "scrollbar-width",
706
+ "shape-image-threshold",
707
+ "shape-margin",
708
+ "shape-outside",
709
+ "shape-rendering",
710
+ "speak",
711
+ "speak-as",
712
+ "src",
713
+ // @font-face
714
+ "stop-color",
715
+ "stop-opacity",
716
+ "stroke",
717
+ "stroke-dasharray",
718
+ "stroke-dashoffset",
719
+ "stroke-linecap",
720
+ "stroke-linejoin",
721
+ "stroke-miterlimit",
722
+ "stroke-opacity",
723
+ "stroke-width",
724
+ "tab-size",
725
+ "table-layout",
726
+ "text-align",
727
+ "text-align-all",
728
+ "text-align-last",
729
+ "text-anchor",
730
+ "text-combine-upright",
731
+ "text-decoration",
732
+ "text-decoration-color",
733
+ "text-decoration-line",
734
+ "text-decoration-skip",
735
+ "text-decoration-skip-ink",
736
+ "text-decoration-style",
737
+ "text-decoration-thickness",
738
+ "text-emphasis",
739
+ "text-emphasis-color",
740
+ "text-emphasis-position",
741
+ "text-emphasis-style",
742
+ "text-indent",
743
+ "text-justify",
744
+ "text-orientation",
745
+ "text-overflow",
746
+ "text-rendering",
747
+ "text-shadow",
748
+ "text-size-adjust",
749
+ "text-transform",
750
+ "text-underline-offset",
751
+ "text-underline-position",
752
+ "text-wrap",
753
+ "text-wrap-mode",
754
+ "text-wrap-style",
755
+ "timeline-scope",
756
+ "top",
757
+ "touch-action",
758
+ "transform",
759
+ "transform-box",
760
+ "transform-origin",
761
+ "transform-style",
762
+ "transition",
763
+ "transition-behavior",
764
+ "transition-delay",
765
+ "transition-duration",
766
+ "transition-property",
767
+ "transition-timing-function",
768
+ "translate",
769
+ "unicode-bidi",
770
+ "user-modify",
771
+ "user-select",
772
+ "vector-effect",
773
+ "vertical-align",
774
+ "view-timeline",
775
+ "view-timeline-axis",
776
+ "view-timeline-inset",
777
+ "view-timeline-name",
778
+ "view-transition-name",
779
+ "visibility",
780
+ "voice-balance",
781
+ "voice-duration",
782
+ "voice-family",
783
+ "voice-pitch",
784
+ "voice-range",
785
+ "voice-rate",
786
+ "voice-stress",
787
+ "voice-volume",
788
+ "white-space",
789
+ "white-space-collapse",
790
+ "widows",
791
+ "width",
792
+ "will-change",
793
+ "word-break",
794
+ "word-spacing",
795
+ "word-wrap",
796
+ "writing-mode",
797
+ "x",
798
+ "y",
799
+ "z-index",
800
+ "zoom"
801
+ ].sort().reverse(), x = c.concat(d).sort().reverse();
802
+ function _(e) {
803
+ const t = h(e), O = x, M = "and or not only", i = "[\\w-]+", n = "(" + i + "|@\\{" + i + "\\})", s = [], r = [], b = function(a) {
804
+ return {
805
+ // Less strings are not multiline (also include '~' for more consistent coloring of "escaped" strings)
806
+ className: "string",
807
+ begin: "~?" + a + ".*?" + a
808
+ };
809
+ }, o = function(a, R, L) {
810
+ return {
811
+ className: a,
812
+ begin: R,
813
+ relevance: L
814
+ };
815
+ }, g = {
816
+ $pattern: /[a-z-]+/,
817
+ keyword: M,
818
+ attribute: E.join(" ")
819
+ }, T = {
820
+ // used only to properly balance nested parens inside mixin call, def. arg list
821
+ begin: "\\(",
822
+ end: "\\)",
823
+ contains: r,
824
+ keywords: g,
825
+ relevance: 0
826
+ };
827
+ r.push(
828
+ e.C_LINE_COMMENT_MODE,
829
+ e.C_BLOCK_COMMENT_MODE,
830
+ b("'"),
831
+ b('"'),
832
+ t.CSS_NUMBER_MODE,
833
+ // fixme: it does not include dot for numbers like .5em :(
834
+ {
835
+ begin: "(url|data-uri)\\(",
836
+ starts: {
837
+ className: "string",
838
+ end: "[\\)\\n]",
839
+ excludeEnd: !0
840
+ }
841
+ },
842
+ t.HEXCOLOR,
843
+ T,
844
+ o("variable", "@@?" + i, 10),
845
+ o("variable", "@\\{" + i + "\\}"),
846
+ o("built_in", "~?`[^`]*?`"),
847
+ // inline javascript (or whatever host language) *multiline* string
848
+ {
849
+ // @media features (it’s here to not duplicate things in AT_RULE_MODE with extra PARENS_MODE overriding):
850
+ className: "attribute",
851
+ begin: i + "\\s*:",
852
+ end: ":",
853
+ returnBegin: !0,
854
+ excludeEnd: !0
855
+ },
856
+ t.IMPORTANT,
857
+ { beginKeywords: "and not" },
858
+ t.FUNCTION_DISPATCH
859
+ );
860
+ const m = r.concat({
861
+ begin: /\{/,
862
+ end: /\}/,
863
+ contains: s
864
+ }), p = {
865
+ beginKeywords: "when",
866
+ endsWithParent: !0,
867
+ contains: [{ beginKeywords: "and not" }].concat(r)
868
+ // using this form to override VALUE’s 'function' match
869
+ }, S = {
870
+ begin: n + "\\s*:",
871
+ returnBegin: !0,
872
+ end: /[;}]/,
873
+ relevance: 0,
874
+ contains: [
875
+ { begin: /-(webkit|moz|ms|o)-/ },
876
+ t.CSS_VARIABLE,
877
+ {
878
+ className: "attribute",
879
+ begin: "\\b(" + w.join("|") + ")\\b",
880
+ end: /(?=:)/,
881
+ starts: {
882
+ endsWithParent: !0,
883
+ illegal: "[<=$]",
884
+ relevance: 0,
885
+ contains: r
886
+ }
887
+ }
888
+ ]
889
+ }, N = {
890
+ className: "keyword",
891
+ begin: "@(import|media|charset|font-face|(-[a-z]+-)?keyframes|supports|document|namespace|page|viewport|host)\\b",
892
+ starts: {
893
+ end: "[;{}]",
894
+ keywords: g,
895
+ returnEnd: !0,
896
+ contains: r,
897
+ relevance: 0
898
+ }
899
+ }, C = {
900
+ className: "variable",
901
+ variants: [
902
+ // using more strict pattern for higher relevance to increase chances of Less detection.
903
+ // this is *the only* Less specific statement used in most of the sources, so...
904
+ // (we’ll still often loose to the css-parser unless there's '//' comment,
905
+ // simply because 1 variable just can't beat 99 properties :)
906
+ {
907
+ begin: "@" + i + "\\s*:",
908
+ relevance: 15
909
+ },
910
+ { begin: "@" + i }
911
+ ],
912
+ starts: {
913
+ end: "[;}]",
914
+ returnEnd: !0,
915
+ contains: m
916
+ }
917
+ }, f = {
918
+ // first parse unambiguous selectors (i.e. those not starting with tag)
919
+ // then fall into the scary lookahead-discriminator variant.
920
+ // this mode also handles mixin definitions and calls
921
+ variants: [
922
+ {
923
+ begin: "[\\.#:&\\[>]",
924
+ end: "[;{}]"
925
+ // mixin calls end with ';'
926
+ },
927
+ {
928
+ begin: n,
929
+ end: /\{/
930
+ }
931
+ ],
932
+ returnBegin: !0,
933
+ returnEnd: !0,
934
+ illegal: `[<='$"]`,
935
+ relevance: 0,
936
+ contains: [
937
+ e.C_LINE_COMMENT_MODE,
938
+ e.C_BLOCK_COMMENT_MODE,
939
+ p,
940
+ o("keyword", "all\\b"),
941
+ o("variable", "@\\{" + i + "\\}"),
942
+ // otherwise it’s identified as tag
943
+ {
944
+ begin: "\\b(" + y.join("|") + ")\\b",
945
+ className: "selector-tag"
946
+ },
947
+ t.CSS_NUMBER_MODE,
948
+ o("selector-tag", n, 0),
949
+ o("selector-id", "#" + n),
950
+ o("selector-class", "\\." + n, 0),
951
+ o("selector-tag", "&", 0),
952
+ t.ATTRIBUTE_SELECTOR_MODE,
953
+ {
954
+ className: "selector-pseudo",
955
+ begin: ":(" + c.join("|") + ")"
956
+ },
957
+ {
958
+ className: "selector-pseudo",
959
+ begin: ":(:)?(" + d.join("|") + ")"
960
+ },
961
+ {
962
+ begin: /\(/,
963
+ end: /\)/,
964
+ relevance: 0,
965
+ contains: m
966
+ },
967
+ // argument list of parametric mixins
968
+ { begin: "!important" },
969
+ // eat !important after mixin call or it will be colored as tag
970
+ t.FUNCTION_DISPATCH
971
+ ]
972
+ }, D = {
973
+ begin: i + `:(:)?(${O.join("|")})`,
974
+ returnBegin: !0,
975
+ contains: [f]
976
+ };
977
+ return s.push(
978
+ e.C_LINE_COMMENT_MODE,
979
+ e.C_BLOCK_COMMENT_MODE,
980
+ N,
981
+ C,
982
+ D,
983
+ S,
984
+ f,
985
+ p,
986
+ t.FUNCTION_DISPATCH
987
+ ), {
988
+ name: "Less",
989
+ case_insensitive: !0,
990
+ illegal: `[=>'/<($"]`,
991
+ contains: s
992
+ };
993
+ }
994
+ return l = _, l;
995
+ }
996
+ export {
997
+ A as __require
998
+ };