@duxweb/dvha-pro 0.0.8 → 1.0.14

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 (287) hide show
  1. package/dist/cjs/component.cjs +1 -1
  2. package/dist/cjs/components/card/card.cjs +1 -1
  3. package/dist/cjs/components/card/store.cjs +1 -0
  4. package/dist/cjs/components/chart/echart.cjs +1 -1
  5. package/dist/cjs/components/crop/imageCrop.cjs +1 -0
  6. package/dist/cjs/components/crop/imageCropModal.cjs +1 -0
  7. package/dist/cjs/components/dashboard/helloBig.cjs +1 -1
  8. package/dist/cjs/components/data/dynamicData.cjs +1 -0
  9. package/dist/cjs/components/data/dynamicSelect.cjs +1 -0
  10. package/dist/cjs/components/data/selectModal.cjs +1 -0
  11. package/dist/cjs/components/dialog/dialog.cjs +1 -1
  12. package/dist/cjs/components/drawer/drawer.cjs +1 -1
  13. package/dist/cjs/components/editor/aiEditor.cjs +1 -0
  14. package/dist/cjs/components/form/modalForm.cjs +1 -1
  15. package/dist/cjs/components/form/pageForm.cjs +1 -1
  16. package/dist/cjs/components/form/settingForm.cjs +1 -1
  17. package/dist/cjs/components/layout/list.cjs +1 -1
  18. package/dist/cjs/components/layout/table.cjs +1 -1
  19. package/dist/cjs/components/level/level.cjs +1 -0
  20. package/dist/cjs/components/media/media.cjs +1 -1
  21. package/dist/cjs/components/modal/modal.cjs +1 -1
  22. package/dist/cjs/components/modal/modalPage.cjs +1 -1
  23. package/dist/cjs/components/panel/setting.cjs +1 -1
  24. package/dist/cjs/components/stats/number.cjs +1 -0
  25. package/dist/cjs/components/stats/realTime.cjs +1 -0
  26. package/dist/cjs/components/status/blockEmpty.cjs +1 -1
  27. package/dist/cjs/components/upload/file.cjs +1 -0
  28. package/dist/cjs/components/upload/image.cjs +1 -0
  29. package/dist/cjs/components/upload/manage/item.cjs +1 -0
  30. package/dist/cjs/components/upload/manager.cjs +1 -0
  31. package/dist/cjs/components/widget/avatar.cjs +1 -0
  32. package/dist/cjs/components/widget/connect.cjs +1 -1
  33. package/dist/cjs/components/widget/image.cjs +1 -0
  34. package/dist/cjs/components/widget/placeholder.cjs +1 -0
  35. package/dist/cjs/config/uno.cjs +1 -1
  36. package/dist/cjs/config/validate.cjs +1 -1
  37. package/dist/cjs/hooks/action.cjs +1 -1
  38. package/dist/cjs/hooks/dialog.cjs +1 -1
  39. package/dist/cjs/hooks/download.cjs +1 -0
  40. package/dist/cjs/hooks/drawer.cjs +1 -1
  41. package/dist/cjs/hooks/echart.cjs +1 -1
  42. package/dist/cjs/hooks/image.cjs +1 -0
  43. package/dist/cjs/hooks/level.cjs +1 -0
  44. package/dist/cjs/hooks/modal.cjs +1 -1
  45. package/dist/cjs/hooks/table/copy.cjs +1 -1
  46. package/dist/cjs/hooks/table/image.cjs +1 -1
  47. package/dist/cjs/hooks/table/input.cjs +1 -1
  48. package/dist/cjs/hooks/table/media.cjs +1 -1
  49. package/dist/cjs/hooks/table.cjs +1 -1
  50. package/dist/cjs/index.cjs +1 -1
  51. package/dist/cjs/langs/en-US.json.cjs +1 -1
  52. package/dist/cjs/langs/zh-CN.json.cjs +1 -1
  53. package/dist/cjs/main.cjs +1 -1
  54. package/dist/cjs/pages/authLayout.cjs +1 -1
  55. package/dist/cjs/pages/layout/global.cjs +1 -1
  56. package/dist/cjs/pages/layout/page.cjs +1 -1
  57. package/dist/cjs/pages/login.cjs +1 -1
  58. package/dist/cjs/pages/menu/avatar.cjs +1 -1
  59. package/dist/cjs/pages/menu/button.cjs +1 -1
  60. package/dist/cjs/pages/menu/cmd.cjs +1 -1
  61. package/dist/cjs/pages/menu/main.cjs +1 -1
  62. package/dist/cjs/pages/menu/mobile.cjs +1 -1
  63. package/dist/cjs/pages/page.cjs +1 -1
  64. package/dist/cjs/pages/page404.cjs +1 -1
  65. package/dist/cjs/pages/pageStatus.cjs +1 -1
  66. package/dist/cjs/static/images/icon/audio.svg.cjs +1 -0
  67. package/dist/cjs/static/images/icon/excel.svg.cjs +1 -0
  68. package/dist/cjs/static/images/icon/file.svg.cjs +1 -0
  69. package/dist/cjs/static/images/icon/folder.svg.cjs +1 -0
  70. package/dist/cjs/static/images/icon/pdf.svg.cjs +1 -0
  71. package/dist/cjs/static/images/icon/ppt.svg.cjs +1 -0
  72. package/dist/cjs/static/images/icon/video.svg.cjs +1 -0
  73. package/dist/cjs/static/images/icon/word.svg.cjs +1 -0
  74. package/dist/cjs/stores/ui.cjs +1 -1
  75. package/dist/cjs/theme/uno.css.cjs +108 -12
  76. package/dist/esm/component.js +64 -47
  77. package/dist/esm/components/card/card.js +22 -21
  78. package/dist/esm/components/card/store.js +64 -0
  79. package/dist/esm/components/chart/echart.js +29 -16
  80. package/dist/esm/components/crop/imageCrop.js +105 -0
  81. package/dist/esm/components/crop/imageCropModal.js +118 -0
  82. package/dist/esm/components/dashboard/helloBig.js +3 -2
  83. package/dist/esm/components/data/dynamicData.js +145 -0
  84. package/dist/esm/components/data/dynamicSelect.js +109 -0
  85. package/dist/esm/components/data/selectModal.js +135 -0
  86. package/dist/esm/components/dialog/dialog.js +50 -38
  87. package/dist/esm/components/drawer/drawer.js +14 -12
  88. package/dist/esm/components/editor/aiEditor.js +127 -0
  89. package/dist/esm/components/form/modalForm.js +66 -40
  90. package/dist/esm/components/form/pageForm.js +31 -21
  91. package/dist/esm/components/form/settingForm.js +31 -21
  92. package/dist/esm/components/layout/list.js +67 -57
  93. package/dist/esm/components/layout/table.js +59 -49
  94. package/dist/esm/components/level/level.js +103 -0
  95. package/dist/esm/components/media/media.js +18 -16
  96. package/dist/esm/components/modal/modal.js +27 -21
  97. package/dist/esm/components/modal/modalPage.js +7 -7
  98. package/dist/esm/components/panel/setting.js +9 -6
  99. package/dist/esm/components/stats/number.js +49 -0
  100. package/dist/esm/components/stats/realTime.js +99 -0
  101. package/dist/esm/components/status/blockEmpty.js +136 -57
  102. package/dist/esm/components/upload/file.js +258 -0
  103. package/dist/esm/components/upload/image.js +189 -0
  104. package/dist/esm/components/upload/manage/item.js +178 -0
  105. package/dist/esm/components/upload/manager.js +378 -0
  106. package/dist/esm/components/widget/avatar.js +59 -0
  107. package/dist/esm/components/widget/connect.js +6 -4
  108. package/dist/esm/components/widget/image.js +67 -0
  109. package/dist/esm/components/widget/placeholder.js +83 -0
  110. package/dist/esm/config/uno.js +6 -6
  111. package/dist/esm/config/validate.js +2 -2
  112. package/dist/esm/hooks/action.js +34 -34
  113. package/dist/esm/hooks/dialog.js +13 -3
  114. package/dist/esm/hooks/download.js +100 -0
  115. package/dist/esm/hooks/drawer.js +13 -3
  116. package/dist/esm/hooks/echart.js +292 -246
  117. package/dist/esm/hooks/image.js +23 -0
  118. package/dist/esm/hooks/level.js +75 -0
  119. package/dist/esm/hooks/modal.js +14 -4
  120. package/dist/esm/hooks/table/copy.js +14 -11
  121. package/dist/esm/hooks/table/image.js +55 -17
  122. package/dist/esm/hooks/table/input.js +35 -33
  123. package/dist/esm/hooks/table/media.js +17 -7
  124. package/dist/esm/hooks/table.js +41 -25
  125. package/dist/esm/index.js +198 -160
  126. package/dist/esm/langs/en-US.json.js +6 -4
  127. package/dist/esm/langs/zh-CN.json.js +5 -3
  128. package/dist/esm/main.js +8 -6
  129. package/dist/esm/pages/authLayout.js +24 -18
  130. package/dist/esm/pages/layout/global.js +29 -23
  131. package/dist/esm/pages/layout/page.js +26 -16
  132. package/dist/esm/pages/login.js +33 -23
  133. package/dist/esm/pages/menu/avatar.js +122 -93
  134. package/dist/esm/pages/menu/button.js +23 -13
  135. package/dist/esm/pages/menu/cmd.js +41 -31
  136. package/dist/esm/pages/menu/main.js +38 -28
  137. package/dist/esm/pages/menu/mobile.js +20 -10
  138. package/dist/esm/pages/page.js +21 -14
  139. package/dist/esm/pages/page404.js +15 -5
  140. package/dist/esm/pages/pageStatus.js +22 -12
  141. package/dist/esm/static/images/icon/audio.svg.js +4 -0
  142. package/dist/esm/static/images/icon/excel.svg.js +4 -0
  143. package/dist/esm/static/images/icon/file.svg.js +4 -0
  144. package/dist/esm/static/images/icon/folder.svg.js +4 -0
  145. package/dist/esm/static/images/icon/pdf.svg.js +4 -0
  146. package/dist/esm/static/images/icon/ppt.svg.js +4 -0
  147. package/dist/esm/static/images/icon/video.svg.js +4 -0
  148. package/dist/esm/static/images/icon/word.svg.js +4 -0
  149. package/dist/esm/stores/ui.js +10 -10
  150. package/dist/esm/theme/uno.css.js +108 -12
  151. package/dist/types/components/card/index.d.ts +1 -0
  152. package/dist/types/components/card/store.d.ts +16 -0
  153. package/dist/types/components/chart/echart.d.ts +2 -2
  154. package/dist/types/components/crop/imageCrop.d.ts +40 -0
  155. package/dist/types/components/crop/imageCropModal.d.ts +7 -0
  156. package/dist/types/components/crop/index.d.ts +2 -0
  157. package/dist/types/components/data/dynamicData.d.ts +56 -0
  158. package/dist/types/components/data/dynamicSelect.d.ts +49 -0
  159. package/dist/types/components/data/index.d.ts +3 -0
  160. package/dist/types/components/data/selectModal.d.ts +61 -0
  161. package/dist/types/components/dialog/dialog.d.ts +2 -0
  162. package/dist/types/components/editor/aiEditor.d.ts +26 -0
  163. package/dist/types/components/editor/index.d.ts +1 -0
  164. package/dist/types/components/index.d.ts +7 -0
  165. package/dist/types/components/level/index.d.ts +1 -0
  166. package/dist/types/components/level/level.d.ts +60 -0
  167. package/dist/types/components/modal/index.d.ts +2 -2
  168. package/dist/types/components/modal/modal.d.ts +1 -4
  169. package/dist/types/components/stats/index.d.ts +2 -0
  170. package/dist/types/components/stats/number.d.ts +50 -0
  171. package/dist/types/components/stats/realTime.d.ts +56 -0
  172. package/dist/types/components/upload/file.d.ts +9 -0
  173. package/dist/types/components/upload/image.d.ts +99 -0
  174. package/dist/types/components/upload/index.d.ts +4 -0
  175. package/dist/types/components/upload/manage/item.d.ts +22 -0
  176. package/dist/types/components/upload/manager.d.ts +37 -0
  177. package/dist/types/components/widget/avatar.d.ts +159 -0
  178. package/dist/types/components/widget/image.d.ts +257 -0
  179. package/dist/types/components/widget/index.d.ts +2 -0
  180. package/dist/types/components/widget/placeholder.d.ts +22 -0
  181. package/dist/types/hooks/dialog.d.ts +1 -0
  182. package/dist/types/hooks/download.d.ts +31 -0
  183. package/dist/types/hooks/echart.d.ts +14 -0
  184. package/dist/types/hooks/image.d.ts +3 -0
  185. package/dist/types/hooks/index.d.ts +3 -0
  186. package/dist/types/hooks/level.d.ts +19 -0
  187. package/dist/types/main.d.ts +12 -0
  188. package/dist/types/static/images/icon/index.d.ts +8 -0
  189. package/package.json +9 -3
  190. package/dist/cjs/_virtual/_commonjsHelpers.cjs +0 -1
  191. package/dist/cjs/_virtual/browser.cjs +0 -1
  192. package/dist/cjs/_virtual/browser2.cjs +0 -1
  193. package/dist/cjs/_virtual/sourcemap-codec.umd.cjs +0 -1
  194. package/dist/cjs/_virtual/sourcemap-codec.umd2.cjs +0 -1
  195. package/dist/cjs/node_modules/.pnpm/@iconify-json_tabler@1.2.19/node_modules/@iconify-json/tabler/icons.json.cjs +0 -1
  196. package/dist/cjs/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/customisations/defaults.cjs +0 -1
  197. package/dist/cjs/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/defaults.cjs +0 -1
  198. package/dist/cjs/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/merge.cjs +0 -1
  199. package/dist/cjs/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/transformations.cjs +0 -1
  200. package/dist/cjs/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/get-icon.cjs +0 -1
  201. package/dist/cjs/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/tree.cjs +0 -1
  202. package/dist/cjs/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/loader/custom.cjs +0 -1
  203. package/dist/cjs/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/loader/loader.cjs +0 -1
  204. package/dist/cjs/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/loader/modern.cjs +0 -1
  205. package/dist/cjs/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/loader/utils.cjs +0 -1
  206. package/dist/cjs/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/build.cjs +0 -1
  207. package/dist/cjs/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/defs.cjs +0 -1
  208. package/dist/cjs/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/encode-svg-for-css.cjs +0 -1
  209. package/dist/cjs/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/size.cjs +0 -1
  210. package/dist/cjs/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/trim.cjs +0 -1
  211. package/dist/cjs/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/url.cjs +0 -1
  212. package/dist/cjs/node_modules/.pnpm/@jridgewell_sourcemap-codec@1.5.0/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.cjs +0 -1
  213. package/dist/cjs/node_modules/.pnpm/@unocss_core@66.2.3/node_modules/@unocss/core/dist/index.cjs +0 -1
  214. package/dist/cjs/node_modules/.pnpm/@unocss_extractor-arbitrary-variants@66.2.3/node_modules/@unocss/extractor-arbitrary-variants/dist/index.cjs +0 -1
  215. package/dist/cjs/node_modules/.pnpm/@unocss_preset-icons@66.2.3/node_modules/@unocss/preset-icons/dist/browser.cjs +0 -1
  216. package/dist/cjs/node_modules/.pnpm/@unocss_preset-icons@66.2.3/node_modules/@unocss/preset-icons/dist/core.cjs +0 -1
  217. package/dist/cjs/node_modules/.pnpm/@unocss_preset-icons@66.2.3/node_modules/@unocss/preset-icons/dist/shared/preset-icons.DE2iazBM.cjs +0 -1
  218. package/dist/cjs/node_modules/.pnpm/@unocss_preset-wind4@66.2.3/node_modules/@unocss/preset-wind4/dist/colors.cjs +0 -1
  219. package/dist/cjs/node_modules/.pnpm/@unocss_preset-wind4@66.2.3/node_modules/@unocss/preset-wind4/dist/index.cjs +0 -391
  220. package/dist/cjs/node_modules/.pnpm/@unocss_preset-wind4@66.2.3/node_modules/@unocss/preset-wind4/dist/postprocess.cjs +0 -1
  221. package/dist/cjs/node_modules/.pnpm/@unocss_preset-wind4@66.2.3/node_modules/@unocss/preset-wind4/dist/shared/preset-wind4.BgkAsChl.cjs +0 -1
  222. package/dist/cjs/node_modules/.pnpm/@unocss_preset-wind4@66.2.3/node_modules/@unocss/preset-wind4/dist/shared/preset-wind4.BwwuP5Yw.cjs +0 -1
  223. package/dist/cjs/node_modules/.pnpm/@unocss_preset-wind4@66.2.3/node_modules/@unocss/preset-wind4/dist/shared/preset-wind4.CYAfjDEV.cjs +0 -1
  224. package/dist/cjs/node_modules/.pnpm/@unocss_preset-wind4@66.2.3/node_modules/@unocss/preset-wind4/dist/shared/preset-wind4.CgvxUQFi.cjs +0 -1
  225. package/dist/cjs/node_modules/.pnpm/@unocss_preset-wind4@66.2.3/node_modules/@unocss/preset-wind4/dist/shared/preset-wind4.dDC8WtZ5.cjs +0 -1
  226. package/dist/cjs/node_modules/.pnpm/@unocss_preset-wind4@66.2.3/node_modules/@unocss/preset-wind4/dist/theme.cjs +0 -1
  227. package/dist/cjs/node_modules/.pnpm/@unocss_rule-utils@66.2.3/node_modules/@unocss/rule-utils/dist/index.cjs +0 -1
  228. package/dist/cjs/node_modules/.pnpm/@vee-validate_i18n@4.15.1/node_modules/@vee-validate/i18n/dist/locale/en.json.cjs +0 -1
  229. package/dist/cjs/node_modules/.pnpm/@vee-validate_i18n@4.15.1/node_modules/@vee-validate/i18n/dist/locale/zh_CN.json.cjs +0 -1
  230. package/dist/cjs/node_modules/.pnpm/debug@4.4.1/node_modules/debug/src/browser.cjs +0 -1
  231. package/dist/cjs/node_modules/.pnpm/debug@4.4.1/node_modules/debug/src/common.cjs +0 -1
  232. package/dist/cjs/node_modules/.pnpm/destr@2.0.5/node_modules/destr/dist/index.cjs +0 -1
  233. package/dist/cjs/node_modules/.pnpm/magic-string@0.30.17/node_modules/magic-string/dist/magic-string.es.cjs +0 -10
  234. package/dist/cjs/node_modules/.pnpm/ms@2.1.3/node_modules/ms/index.cjs +0 -1
  235. package/dist/cjs/node_modules/.pnpm/ofetch@1.4.1/node_modules/ofetch/dist/index.cjs +0 -1
  236. package/dist/cjs/node_modules/.pnpm/ofetch@1.4.1/node_modules/ofetch/dist/shared/ofetch.03887fc3.cjs +0 -1
  237. package/dist/cjs/node_modules/.pnpm/ufo@1.6.1/node_modules/ufo/dist/index.cjs +0 -1
  238. package/dist/cjs/static/images/placeholder.png.cjs +0 -1
  239. package/dist/esm/_virtual/_commonjsHelpers.js +0 -6
  240. package/dist/esm/_virtual/browser.js +0 -7
  241. package/dist/esm/_virtual/browser2.js +0 -4
  242. package/dist/esm/_virtual/sourcemap-codec.umd.js +0 -5
  243. package/dist/esm/_virtual/sourcemap-codec.umd2.js +0 -4
  244. package/dist/esm/node_modules/.pnpm/@iconify-json_tabler@1.2.19/node_modules/@iconify-json/tabler/icons.json.js +0 -17
  245. package/dist/esm/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/customisations/defaults.js +0 -14
  246. package/dist/esm/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/defaults.js +0 -25
  247. package/dist/esm/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/merge.js +0 -11
  248. package/dist/esm/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/transformations.js +0 -9
  249. package/dist/esm/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/get-icon.js +0 -23
  250. package/dist/esm/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/tree.js +0 -17
  251. package/dist/esm/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/loader/custom.js +0 -40
  252. package/dist/esm/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/loader/loader.js +0 -46
  253. package/dist/esm/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/loader/modern.js +0 -55
  254. package/dist/esm/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/loader/utils.js +0 -38
  255. package/dist/esm/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/build.js +0 -69
  256. package/dist/esm/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/defs.js +0 -29
  257. package/dist/esm/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/encode-svg-for-css.js +0 -14
  258. package/dist/esm/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/size.js +0 -27
  259. package/dist/esm/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/trim.js +0 -6
  260. package/dist/esm/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/url.js +0 -6
  261. package/dist/esm/node_modules/.pnpm/@jridgewell_sourcemap-codec@1.5.0/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +0 -255
  262. package/dist/esm/node_modules/.pnpm/@unocss_core@66.2.3/node_modules/@unocss/core/dist/index.js +0 -88
  263. package/dist/esm/node_modules/.pnpm/@unocss_extractor-arbitrary-variants@66.2.3/node_modules/@unocss/extractor-arbitrary-variants/dist/index.js +0 -51
  264. package/dist/esm/node_modules/.pnpm/@unocss_preset-icons@66.2.3/node_modules/@unocss/preset-icons/dist/browser.js +0 -17
  265. package/dist/esm/node_modules/.pnpm/@unocss_preset-icons@66.2.3/node_modules/@unocss/preset-icons/dist/core.js +0 -151
  266. package/dist/esm/node_modules/.pnpm/@unocss_preset-icons@66.2.3/node_modules/@unocss/preset-icons/dist/shared/preset-icons.DE2iazBM.js +0 -8
  267. package/dist/esm/node_modules/.pnpm/@unocss_preset-wind4@66.2.3/node_modules/@unocss/preset-wind4/dist/colors.js +0 -322
  268. package/dist/esm/node_modules/.pnpm/@unocss_preset-wind4@66.2.3/node_modules/@unocss/preset-wind4/dist/index.js +0 -547
  269. package/dist/esm/node_modules/.pnpm/@unocss_preset-wind4@66.2.3/node_modules/@unocss/preset-wind4/dist/postprocess.js +0 -32
  270. package/dist/esm/node_modules/.pnpm/@unocss_preset-wind4@66.2.3/node_modules/@unocss/preset-wind4/dist/shared/preset-wind4.BgkAsChl.js +0 -2307
  271. package/dist/esm/node_modules/.pnpm/@unocss_preset-wind4@66.2.3/node_modules/@unocss/preset-wind4/dist/shared/preset-wind4.BwwuP5Yw.js +0 -627
  272. package/dist/esm/node_modules/.pnpm/@unocss_preset-wind4@66.2.3/node_modules/@unocss/preset-wind4/dist/shared/preset-wind4.CYAfjDEV.js +0 -7
  273. package/dist/esm/node_modules/.pnpm/@unocss_preset-wind4@66.2.3/node_modules/@unocss/preset-wind4/dist/shared/preset-wind4.CgvxUQFi.js +0 -588
  274. package/dist/esm/node_modules/.pnpm/@unocss_preset-wind4@66.2.3/node_modules/@unocss/preset-wind4/dist/shared/preset-wind4.dDC8WtZ5.js +0 -51
  275. package/dist/esm/node_modules/.pnpm/@unocss_preset-wind4@66.2.3/node_modules/@unocss/preset-wind4/dist/theme.js +0 -553
  276. package/dist/esm/node_modules/.pnpm/@unocss_rule-utils@66.2.3/node_modules/@unocss/rule-utils/dist/index.js +0 -632
  277. package/dist/esm/node_modules/.pnpm/@vee-validate_i18n@4.15.1/node_modules/@vee-validate/i18n/dist/locale/en.json.js +0 -9
  278. package/dist/esm/node_modules/.pnpm/@vee-validate_i18n@4.15.1/node_modules/@vee-validate/i18n/dist/locale/zh_CN.json.js +0 -9
  279. package/dist/esm/node_modules/.pnpm/debug@4.4.1/node_modules/debug/src/browser.js +0 -146
  280. package/dist/esm/node_modules/.pnpm/debug@4.4.1/node_modules/debug/src/common.js +0 -97
  281. package/dist/esm/node_modules/.pnpm/destr@2.0.5/node_modules/destr/dist/index.js +0 -56
  282. package/dist/esm/node_modules/.pnpm/magic-string@0.30.17/node_modules/magic-string/dist/magic-string.es.js +0 -608
  283. package/dist/esm/node_modules/.pnpm/ms@2.1.3/node_modules/ms/index.js +0 -85
  284. package/dist/esm/node_modules/.pnpm/ofetch@1.4.1/node_modules/ofetch/dist/index.js +0 -23
  285. package/dist/esm/node_modules/.pnpm/ofetch@1.4.1/node_modules/ofetch/dist/shared/ofetch.03887fc3.js +0 -219
  286. package/dist/esm/node_modules/.pnpm/ufo@1.6.1/node_modules/ufo/dist/index.js +0 -153
  287. package/dist/esm/static/images/placeholder.png.js +0 -4
@@ -1,632 +0,0 @@
1
- import { escapeRegExp as j, toArray as _, escapeSelector as x, isString as K } from "../../../../../@unocss_core@66.2.3/node_modules/@unocss/core/dist/index.js";
2
- import I from "../../../../../magic-string@0.30.17/node_modules/magic-string/dist/magic-string.es.js";
3
- function L(e, t, o) {
4
- if (e === "")
5
- return;
6
- const n = e.length;
7
- let r = 0, l = !1, s = 0;
8
- for (let c = 0; c < n; c++)
9
- switch (e[c]) {
10
- case t:
11
- l || (l = !0, s = c), r++;
12
- break;
13
- case o:
14
- if (--r, r < 0)
15
- return;
16
- if (r === 0)
17
- return [
18
- e.slice(s, c + 1),
19
- e.slice(c + 1),
20
- e.slice(0, s)
21
- ];
22
- break;
23
- }
24
- }
25
- function G(e, t, o, n) {
26
- if (e === "" || (K(n) && (n = [n]), n.length === 0))
27
- return;
28
- const r = e.length;
29
- let l = 0;
30
- for (let s = 0; s < r; s++)
31
- switch (e[s]) {
32
- case t:
33
- l++;
34
- break;
35
- case o:
36
- if (--l < 0)
37
- return;
38
- break;
39
- default:
40
- for (const c of n) {
41
- const a = c.length;
42
- if (a && c === e.slice(s, s + a) && l === 0)
43
- return s === 0 || s === r - a ? void 0 : [
44
- e.slice(0, s),
45
- e.slice(s + a)
46
- ];
47
- }
48
- }
49
- return [
50
- e,
51
- ""
52
- ];
53
- }
54
- function k(e, t, o, n = "(", r = ")") {
55
- o = o ?? 10;
56
- const l = [];
57
- let s = 0;
58
- for (; e !== ""; ) {
59
- if (++s > o)
60
- return;
61
- const c = G(e, n, r, t);
62
- if (!c)
63
- return;
64
- const [a, i] = c;
65
- l.push(a), e = i;
66
- }
67
- if (l.length > 0)
68
- return l;
69
- }
70
- const S = ["hsl", "hsla", "hwb", "lab", "lch", "oklab", "oklch", "rgb", "rgba"], z = ["srgb", "srgb-linear", "display-p3", "a98-rgb", "prophoto-rgb", "rec2020", "lab", "oklab", "xyz", "xyz-d50", "xyz-d65"], H = ["hsl", "hwb", "lch", "oklch"], D = ["shorter", "longer", "increasing", "decreasing"], U = ["%alpha", "<alpha-value>"], J = new RegExp(U.map((e) => j(e)).join("|"), "g");
71
- function ge(e) {
72
- return e ? z.some((t) => e.includes(t)) || H.some((t) => e.includes(t)) || D.some((t) => e.includes(t)) : !1;
73
- }
74
- function Q(e = "") {
75
- const t = Y(e);
76
- if (t == null || t === !1)
77
- return;
78
- const { type: o, components: n, alpha: r } = t, l = o.toLowerCase();
79
- if (n.length !== 0 && !(S.includes(l) && ![1, 3].includes(n.length)))
80
- return {
81
- type: l,
82
- components: n.map((s) => typeof s == "string" ? s.trim() : s),
83
- alpha: typeof r == "string" ? r.trim() : r
84
- };
85
- }
86
- function X(e, t) {
87
- if (typeof e == "string")
88
- return e.replace(J, `${t ?? 1}`);
89
- const { components: o } = e;
90
- let { alpha: n, type: r } = e;
91
- return n = t ?? n, r = r.toLowerCase(), ["hsla", "rgba"].includes(r) ? `${r}(${o.join(", ")}${n == null ? "" : `, ${n}`})` : (n = n == null ? "" : ` / ${n}`, S.includes(r) ? `${r}(${o.join(" ")}${n})` : `color(${r} ${o.join(" ")}${n})`);
92
- }
93
- function Y(e) {
94
- if (!e)
95
- return;
96
- let t = Z(e);
97
- if (t != null || (t = ee(e), t != null) || (t = te(e), t != null) || (t = re(e), t != null) || (t = oe(e), t != null))
98
- return t;
99
- }
100
- function Z(e) {
101
- const [, t] = e.match(/^#([\da-f]+)$/i) || [];
102
- if (t)
103
- switch (t.length) {
104
- case 3:
105
- case 4: {
106
- const o = Array.from(t, (n) => Number.parseInt(n, 16)).map((n) => n << 4 | n);
107
- return {
108
- type: "rgb",
109
- components: o.slice(0, 3),
110
- alpha: t.length === 3 ? void 0 : Math.round(o[3] / 255 * 100) / 100
111
- };
112
- }
113
- case 6:
114
- case 8: {
115
- const o = Number.parseInt(t, 16);
116
- return {
117
- type: "rgb",
118
- components: t.length === 6 ? [o >> 16 & 255, o >> 8 & 255, o & 255] : [o >> 24 & 255, o >> 16 & 255, o >> 8 & 255],
119
- alpha: t.length === 6 ? void 0 : Math.round((o & 255) / 255 * 100) / 100
120
- };
121
- }
122
- }
123
- }
124
- function ee(e) {
125
- const t = {
126
- rebeccapurple: [102, 51, 153, 1]
127
- }[e];
128
- if (t != null)
129
- return {
130
- type: "rgb",
131
- components: t.slice(0, 3),
132
- alpha: t[3]
133
- };
134
- }
135
- function te(e) {
136
- const t = e.match(/^(rgb|rgba|hsl|hsla)\((.+)\)$/i);
137
- if (!t)
138
- return;
139
- const [, o, n] = t, r = k(n, ",", 5);
140
- if (r) {
141
- if ([3, 4].includes(r.length))
142
- return {
143
- type: o,
144
- components: r.slice(0, 3),
145
- alpha: r[3]
146
- };
147
- if (r.length !== 1)
148
- return !1;
149
- }
150
- }
151
- const ne = new RegExp(`^(${S.join("|")})\\((.+)\\)$`, "i");
152
- function re(e) {
153
- const t = e.match(ne);
154
- if (!t)
155
- return;
156
- const [, o, n] = t, r = M(`${o} ${n}`);
157
- if (r) {
158
- const { alpha: l, components: [s, ...c] } = r;
159
- return {
160
- type: s,
161
- components: c,
162
- alpha: l
163
- };
164
- }
165
- }
166
- function oe(e) {
167
- const t = e.match(/^color\((.+)\)$/);
168
- if (!t)
169
- return;
170
- const o = M(t[1]);
171
- if (o) {
172
- const { alpha: n, components: [r, ...l] } = o;
173
- return {
174
- type: r,
175
- components: l,
176
- alpha: n
177
- };
178
- }
179
- }
180
- function M(e) {
181
- const t = k(e, " ");
182
- if (!t)
183
- return;
184
- let o = t.length;
185
- if (t[o - 2] === "/")
186
- return {
187
- components: t.slice(0, o - 2),
188
- alpha: t[o - 1]
189
- };
190
- if (t[o - 2] != null && (t[o - 2].endsWith("/") || t[o - 1].startsWith("/"))) {
191
- const l = t.splice(o - 2);
192
- t.push(l.join(" ")), --o;
193
- }
194
- const n = k(t[o - 1], "/", 2);
195
- if (!n)
196
- return;
197
- if (n.length === 1 || n[n.length - 1] === "")
198
- return { components: t };
199
- const r = n.pop();
200
- return t[o - 1] = n.join("/"), {
201
- components: t,
202
- alpha: r
203
- };
204
- }
205
- const se = /theme\(\s*(['"])?(.*?)\1?\s*\)/g;
206
- function me(e) {
207
- return e.includes("theme(") && e.includes(")");
208
- }
209
- function $e(e, t, o = !0) {
210
- const n = Array.from(e.toString().matchAll(se));
211
- if (!n.length)
212
- return e;
213
- const r = new I(e);
214
- for (const l of n) {
215
- const s = l[2];
216
- if (!s)
217
- throw new Error("theme() expect exact one argument, but got 0");
218
- const c = ce(s, t, o);
219
- c && r.overwrite(
220
- l.index,
221
- l.index + l[0].length,
222
- c
223
- );
224
- }
225
- return r.toString();
226
- }
227
- function ce(e, t, o = !0) {
228
- const [n, r] = e.split("/");
229
- let s = n.trim().split(".").reduce((c, a) => c == null ? void 0 : c[a], t);
230
- if (typeof s == "object" && (s = s.DEFAULT), typeof s == "string") {
231
- if (r) {
232
- const c = Q(s);
233
- c && (s = X(c, r));
234
- }
235
- return s;
236
- } else if (o)
237
- throw new Error(`theme of "${e}" did not found`);
238
- }
239
- function be(e) {
240
- var n;
241
- const t = ((n = e.match(/^-?\d+\.?\d*/)) == null ? void 0 : n[0]) || "", o = e.slice(t.length);
242
- if (o === "px") {
243
- const r = Number.parseFloat(t) - 0.1;
244
- return Number.isNaN(r) ? e : `${r}${o}`;
245
- }
246
- return `calc(${e} - 0.1px)`;
247
- }
248
- function Ce(e) {
249
- const t = function(n) {
250
- var l;
251
- const r = ((l = this.__options) == null ? void 0 : l.sequence) || [];
252
- this.__options.sequence = [];
253
- for (const s of r) {
254
- const c = e[s](n);
255
- if (c != null)
256
- return c;
257
- }
258
- };
259
- function o(n, r) {
260
- return n.__options || (n.__options = {
261
- sequence: []
262
- }), n.__options.sequence.push(r), n;
263
- }
264
- for (const n of Object.keys(e))
265
- Object.defineProperty(t, n, {
266
- enumerable: !0,
267
- configurable: !0,
268
- get() {
269
- return o(this, n);
270
- }
271
- });
272
- return t;
273
- }
274
- const W = "__pseudo_placeholder__", w = Object.fromEntries([
275
- // pseudo elements part 1
276
- ["first-letter", "::first-letter"],
277
- ["first-line", "::first-line"],
278
- // location
279
- "any-link",
280
- "link",
281
- "visited",
282
- "target",
283
- ["open", "[open]"],
284
- // forms
285
- "default",
286
- "checked",
287
- "indeterminate",
288
- "placeholder-shown",
289
- "autofill",
290
- "optional",
291
- "required",
292
- "valid",
293
- "invalid",
294
- "user-valid",
295
- "user-invalid",
296
- "in-range",
297
- "out-of-range",
298
- "read-only",
299
- "read-write",
300
- // content
301
- "empty",
302
- // interactions
303
- "focus-within",
304
- "hover",
305
- "focus",
306
- "focus-visible",
307
- "active",
308
- "enabled",
309
- "disabled",
310
- "popover-open",
311
- // tree-structural
312
- "root",
313
- "empty",
314
- ["even-of-type", ":nth-of-type(even)"],
315
- ["even", ":nth-child(even)"],
316
- ["odd-of-type", ":nth-of-type(odd)"],
317
- ["odd", ":nth-child(odd)"],
318
- ["nth", `:nth-child(${W})`],
319
- "first-of-type",
320
- ["first", ":first-child"],
321
- "last-of-type",
322
- ["last", ":last-child"],
323
- "only-child",
324
- "only-of-type",
325
- // pseudo elements part 2
326
- ["backdrop-element", "::backdrop"],
327
- ["placeholder", "::placeholder"],
328
- ["before", "::before"],
329
- ["after", "::after"],
330
- ["file", "::file-selector-button"]
331
- ].map((e) => Array.isArray(e) ? e : [e, `:${e}`])), V = Object.keys(w), P = Object.fromEntries([
332
- ["backdrop", "::backdrop"]
333
- ].map((e) => Array.isArray(e) ? e : [e, `:${e}`])), B = Object.keys(P), le = [
334
- "not",
335
- "is",
336
- "where",
337
- "has"
338
- ], T = Object.fromEntries([
339
- ["selection", ["::selection", " *::selection"]],
340
- ["marker", ["::marker", " *::marker"]]
341
- ]), R = Object.entries(w).filter(([, e]) => !e.startsWith("::")).map(([e]) => e).sort((e, t) => t.length - e.length).join("|"), v = Object.entries(P).filter(([, e]) => !e.startsWith("::")).map(([e]) => e).sort((e, t) => t.length - e.length).join("|"), y = le.join("|"), A = Object.keys(T).sort((e, t) => t.length - e.length).join("|"), ae = [
342
- "::-webkit-resizer",
343
- "::-webkit-scrollbar",
344
- "::-webkit-scrollbar-button",
345
- "::-webkit-scrollbar-corner",
346
- "::-webkit-scrollbar-thumb",
347
- "::-webkit-scrollbar-track",
348
- "::-webkit-scrollbar-track-piece",
349
- "::file-selector-button"
350
- ], O = Object.entries(w).map(([e]) => e).sort((e, t) => t.length - e.length).join("|"), F = Object.entries(P).map(([e]) => e).sort((e, t) => t.length - e.length).join("|");
351
- function ie(e, t, o, n) {
352
- const { h: r, variantGetBracket: l } = n, s = new RegExp(`^(${j(t)}:)(\\S+)${j(o)}\\1`);
353
- let c, a, i, u;
354
- const C = (f) => {
355
- var m;
356
- const h = l(`${e}-`, f, []);
357
- if (!h)
358
- return;
359
- const [$, b] = h, p = r.bracket($);
360
- if (p == null)
361
- return;
362
- const d = ((m = b.split(c, 1)) == null ? void 0 : m[0]) ?? "", g = `${t}${x(d)}`;
363
- return [
364
- d,
365
- f.slice(f.length - (b.length - d.length - 1)),
366
- p.includes("&") ? p.replace(/&/g, g) : `${g}${p}`
367
- ];
368
- }, E = (f) => {
369
- const h = f.match(a) || f.match(i);
370
- if (!h)
371
- return;
372
- const [$, b, p] = h, d = h[3] ?? "";
373
- let g = w[p] || P[p] || `:${p}`;
374
- return b && (g = `:${b}(${g})`), [
375
- d,
376
- f.slice($.length),
377
- `${t}${x(d)}${g}`,
378
- p
379
- ];
380
- }, N = (f) => {
381
- const h = f.match(u);
382
- if (!h)
383
- return;
384
- const [$, b, p] = h, d = h[3] ?? "", g = `:${b}(${p})`;
385
- return [
386
- d,
387
- f.slice($.length),
388
- `${t}${x(d)}${g}`
389
- ];
390
- };
391
- return {
392
- name: `pseudo:${e}`,
393
- match(f, h) {
394
- if (c && a && i || (c = new RegExp(`(?:${h.generator.config.separators.join("|")})`), a = new RegExp(`^${e}-(?:(?:(${y})-)?(${R}))(?:(/[\\w-]+))?(?:${h.generator.config.separators.join("|")})`), i = new RegExp(`^${e}-(?:(?:(${y})-)?(${v}))(?:(/[\\w-]+))?(?:${h.generator.config.separators.filter((m) => m !== "-").join("|")})`), u = new RegExp(`^${e}-(?:(${y})-)?\\[(.+)\\](?:(/[\\w-]+))?(?:${h.generator.config.separators.filter((m) => m !== "-").join("|")})`)), !f.startsWith(e))
395
- return;
396
- const $ = C(f) || E(f) || N(f);
397
- if (!$)
398
- return;
399
- const [b, p, d, g = ""] = $;
400
- return {
401
- matcher: p,
402
- handle: (m, q) => q({
403
- ...m,
404
- prefix: `${d}${o}${m.prefix}`.replace(s, "$1$2:"),
405
- sort: V.indexOf(g) ?? B.indexOf(g)
406
- })
407
- };
408
- },
409
- multiPass: !0
410
- };
411
- }
412
- function ye(e) {
413
- const { h: t } = e;
414
- let o, n, r;
415
- return [
416
- {
417
- name: "pseudo",
418
- match(l, s) {
419
- o && n || (o = new RegExp(`^(${O})(?:-(\\d+|\\[\\w+\\]))?(?:${s.generator.config.separators.join("|")})`), n = new RegExp(`^(${F})(?:${s.generator.config.separators.filter((a) => a !== "-").join("|")})`));
420
- const c = l.match(o) || l.match(n);
421
- if (c) {
422
- let a = w[c[1]] || P[c[1]] || `:${c[1]}`;
423
- if (c[2]) {
424
- let u;
425
- c[2].startsWith("[") && c[2].endsWith("]") ? u = t.bracket(c[2]) : u = c[2], u && (a = a.replace(W, u));
426
- }
427
- let i = V.indexOf(c[1]);
428
- return i === -1 && (i = B.indexOf(c[1])), i === -1 && (i = void 0), {
429
- matcher: l.slice(c[0].length),
430
- handle: (u, C) => {
431
- const E = a.includes("::") && !ae.includes(a) ? {
432
- pseudo: `${u.pseudo}${a}`
433
- } : {
434
- selector: `${u.selector}${a}`
435
- };
436
- return C({
437
- ...u,
438
- ...E,
439
- sort: i,
440
- noMerge: !0
441
- });
442
- }
443
- };
444
- }
445
- },
446
- multiPass: !0,
447
- autocomplete: `(${O}|${F}):`
448
- },
449
- {
450
- name: "pseudo:multi",
451
- match(l, s) {
452
- r || (r = new RegExp(`^(${A})(?:${s.generator.config.separators.join("|")})`));
453
- const c = l.match(r);
454
- if (c)
455
- return T[c[1]].map((i) => ({
456
- matcher: l.slice(c[0].length),
457
- handle: (u, C) => C({
458
- ...u,
459
- pseudo: `${u.pseudo}${i}`
460
- })
461
- }));
462
- },
463
- multiPass: !1,
464
- autocomplete: `(${A}):`
465
- }
466
- ];
467
- }
468
- function we(e) {
469
- const { getBracket: t, h: o } = e;
470
- let n, r, l;
471
- return {
472
- match(s, c) {
473
- n && r || (n = new RegExp(`^(${y})-(${R})(?:${c.generator.config.separators.join("|")})`), r = new RegExp(`^(${y})-(${v})(?:${c.generator.config.separators.filter((i) => i !== "-").join("|")})`), l = new RegExp(`^(${y})-(\\[.+\\])(?:${c.generator.config.separators.filter((i) => i !== "-").join("|")})`));
474
- const a = s.match(n) || s.match(r) || s.match(l);
475
- if (a) {
476
- const i = a[1], C = t(a[2], "[", "]") ? o.bracket(a[2]) : w[a[2]] || P[a[2]] || `:${a[2]}`;
477
- return {
478
- matcher: s.slice(a[0].length),
479
- selector: (E) => `${E}:${i}(${C})`
480
- };
481
- }
482
- },
483
- multiPass: !0,
484
- autocomplete: `(${y})-(${R}|${v}):`
485
- };
486
- }
487
- function Pe(e, t) {
488
- const o = !!(e != null && e.attributifyPseudo);
489
- let n = (e == null ? void 0 : e.prefix) ?? "";
490
- n = (Array.isArray(n) ? n : [n]).filter(Boolean)[0] ?? "";
491
- const r = (l, s) => ie(l, o ? `[${n}${l}=""]` : `.${n}${l}`, s, t);
492
- return [
493
- r("group", " "),
494
- r("peer", "~"),
495
- r("parent", ">"),
496
- r("previous", "+"),
497
- r("group-aria", " "),
498
- r("peer-aria", "~"),
499
- r("parent-aria", ">"),
500
- r("previous-aria", "+")
501
- ];
502
- }
503
- const ue = /(part-\[(.+)\]:)(.+)/;
504
- function Ee() {
505
- return {
506
- match(e) {
507
- const t = e.match(ue);
508
- if (t) {
509
- const o = `part(${t[2]})`;
510
- return {
511
- matcher: e.slice(t[1].length),
512
- selector: (n) => `${n}::${o}`
513
- };
514
- }
515
- },
516
- multiPass: !0
517
- };
518
- }
519
- function je(e, t) {
520
- let o;
521
- return {
522
- name: e,
523
- match(n, r) {
524
- o || (o = new RegExp(`^${j(e)}(?:${r.generator.config.separators.join("|")})`));
525
- const l = n.match(o);
526
- if (l) {
527
- const s = n.slice(l[0].length), c = _(t).map((a) => ({
528
- matcher: s,
529
- handle: (i, u) => u({
530
- ...i,
531
- ...a(i)
532
- })
533
- }));
534
- return c.length === 1 ? c[0] : c;
535
- }
536
- },
537
- autocomplete: `${e}:`
538
- };
539
- }
540
- function xe(e, t) {
541
- let o;
542
- return {
543
- name: e,
544
- match(n, r) {
545
- o || (o = new RegExp(`^${j(e)}(?:${r.generator.config.separators.join("|")})`));
546
- const l = n.match(o);
547
- if (l)
548
- return {
549
- matcher: n.slice(l[0].length),
550
- handle: (s, c) => c({
551
- ...s,
552
- parent: `${s.parent ? `${s.parent} $$ ` : ""}${t}`
553
- })
554
- };
555
- },
556
- autocomplete: `${e}:`
557
- };
558
- }
559
- function fe(e, t, o) {
560
- if (t.startsWith(`${e}[`)) {
561
- const [n, r] = L(t.slice(e.length), "[", "]") ?? [];
562
- if (n && r) {
563
- for (const l of o)
564
- if (r.startsWith(l))
565
- return [n, r.slice(l.length), l];
566
- return [n, r, ""];
567
- }
568
- }
569
- }
570
- function he(e, t, o) {
571
- for (const n of _(e))
572
- if (t.startsWith(n)) {
573
- const r = fe(n, t, o);
574
- if (r) {
575
- const [l = "", s = r[1]] = he("/", r[1], o) ?? [];
576
- return [r[0], s, l];
577
- }
578
- for (const l of o.filter((s) => s !== "/")) {
579
- const s = t.indexOf(l, n.length);
580
- if (s !== -1) {
581
- const c = t.indexOf("/", n.length), a = c === -1 || s <= c;
582
- return [
583
- t.slice(n.length, a ? s : c),
584
- t.slice(s + l.length),
585
- a ? "" : t.slice(c + 1, s)
586
- ];
587
- }
588
- }
589
- }
590
- }
591
- export {
592
- le as PseudoClassFunctions,
593
- y as PseudoClassFunctionsStr,
594
- w as PseudoClasses,
595
- F as PseudoClassesAndElementsColonStr,
596
- O as PseudoClassesAndElementsStr,
597
- P as PseudoClassesColon,
598
- B as PseudoClassesColonKeys,
599
- v as PseudoClassesColonStr,
600
- V as PseudoClassesKeys,
601
- T as PseudoClassesMulti,
602
- A as PseudoClassesMultiStr,
603
- R as PseudoClassesStr,
604
- U as alphaPlaceholders,
605
- J as alphaPlaceholdersRE,
606
- be as calcMaxWidthBySize,
607
- X as colorToString,
608
- Ee as createPartClasses,
609
- we as createPseudoClassFunctions,
610
- ye as createPseudoClassesAndElements,
611
- ie as createTaggedPseudoClassMatcher,
612
- Pe as createTaggedPseudoClasses,
613
- Ce as createValueHandler,
614
- S as cssColorFunctions,
615
- ae as excludedPseudo,
616
- L as getBracket,
617
- G as getStringComponent,
618
- k as getStringComponents,
619
- me as hasThemeFn,
620
- D as hueInterpolationMethods,
621
- ge as isInterpolatedMethod,
622
- Q as parseCssColor,
623
- H as polarColorSpace,
624
- z as rectangularColorSpace,
625
- se as themeFnRE,
626
- $e as transformThemeFn,
627
- ce as transformThemeString,
628
- fe as variantGetBracket,
629
- he as variantGetParameter,
630
- je as variantMatcher,
631
- xe as variantParentMatcher
632
- };
@@ -1,9 +0,0 @@
1
- const e = "en", i = { _default: "The {field} is not valid", alpha: "The {field} field may only contain alphabetic characters", alpha_num: "The {field} field may only contain alpha-numeric characters", alpha_dash: "The {field} field may contain alpha-numeric characters as well as dashes and underscores", alpha_spaces: "The {field} field may only contain alphabetic characters as well as spaces", between: "The {field} field must be between 0:{min} and 1:{max}", confirmed: "The {field} field confirmation does not match", digits: "The {field} field must be numeric and exactly contain 0:{length} digits", dimensions: "The {field} field must be 0:{width} pixels by 1:{height} pixels", email: "The {field} field must be a valid email", not_one_of: "The {field} field is not a valid value", ext: "The {field} field is not a valid file", image: "The {field} field must be an image", integer: "The {field} field must be an integer", length: "The {field} field must be 0:{length} long", max_value: "The {field} field must be 0:{max} or less", max: "The {field} field may not be greater than 0:{length} characters", mimes: "The {field} field must have a valid file type", min_value: "The {field} field must be 0:{min} or more", min: "The {field} field must be at least 0:{length} characters", numeric: "The {field} field may only contain numeric characters", one_of: "The {field} field is not a valid value", regex: "The {field} field format is invalid", required_if: "The {field} field is required", required: "The {field} field is required", size: "The {field} field size must be less than 0:{size}KB", url: "The {field} field is not a valid URL" }, l = {
2
- code: e,
3
- messages: i
4
- };
5
- export {
6
- e as code,
7
- l as default,
8
- i as messages
9
- };
@@ -1,9 +0,0 @@
1
- const e = "zh_CN", i = { _default: "{field}不是一个有效值", alpha: "{field}只能包含字母字符", alpha_dash: "{field}能够包含字母数字字符、破折号和下划线", alpha_num: "{field}只能包含字母数字字符", alpha_spaces: "{field}只能包含字母字符和空格", between: "{field}必须在0:{min}与1:{max}之间", confirmed: "{field}不能和0:{target}匹配", digits: "{field}必须是数字,且精确到0:{length}位数", dimensions: "{field}必须在0:{width}像素与1:{height}像素之间", email: "{field}不是一个有效的邮箱", not_one_of: "{field}不是一个有效值", ext: "{field}不是一个有效的文件", image: "{field}不是一张有效的图片", one_of: "{field}不是一个有效值", integer: "{field}必须是整数", length: "{field}长度必须为0:{length}", max: "{field}不能超过0:{length}个字符", max_value: "{field}必须小于或等于0:{max}", mimes: "{field}不是一个有效的文件类型", min: "{field}必须至少有0:{length}个字符", min_value: "{field}必须大于或等于0:{min}", numeric: "{field}只能包含数字字符", regex: "{field}格式无效", required: "{field}是必须的", required_if: "{field}是必须的", size: "{field}必须小于0:{size}KB", url: "{field}不是一个有效的URL" }, l = {
2
- code: e,
3
- messages: i
4
- };
5
- export {
6
- e as code,
7
- l as default,
8
- i as messages
9
- };