m-eleplus-crud 0.0.1

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 (993) hide show
  1. package/README.md +31 -0
  2. package/attributes.json +1 -0
  3. package/dist/index.css +1 -0
  4. package/dist/index.full.js +18511 -0
  5. package/dist/index.full.min.js +41 -0
  6. package/dist/index.full.min.js.map +1 -0
  7. package/dist/index.full.min.mjs +41 -0
  8. package/dist/index.full.min.mjs.map +1 -0
  9. package/dist/index.full.mjs +18455 -0
  10. package/dist/locale/en.js +41 -0
  11. package/dist/locale/en.min.js +2 -0
  12. package/dist/locale/en.min.js.map +1 -0
  13. package/dist/locale/en.min.mjs +2 -0
  14. package/dist/locale/en.min.mjs.map +1 -0
  15. package/dist/locale/en.mjs +33 -0
  16. package/dist/locale/zh-cn.js +41 -0
  17. package/dist/locale/zh-cn.min.js +2 -0
  18. package/dist/locale/zh-cn.min.js.map +1 -0
  19. package/dist/locale/zh-cn.min.mjs +2 -0
  20. package/dist/locale/zh-cn.min.mjs.map +1 -0
  21. package/dist/locale/zh-cn.mjs +33 -0
  22. package/es/_virtual/plugin-vue_export-helper.mjs +10 -0
  23. package/es/_virtual/plugin-vue_export-helper.mjs.map +1 -0
  24. package/es/component.d.ts +3 -0
  25. package/es/component.mjs +26 -0
  26. package/es/component.mjs.map +1 -0
  27. package/es/components/barcode/index.d.ts +6 -0
  28. package/es/components/barcode/src/barcode.d.ts +16 -0
  29. package/es/components/barcode/src/barcode.vue.d.ts +29 -0
  30. package/es/components/barcode/src/instance.d.ts +2 -0
  31. package/es/components/barcode/style/css.d.ts +1 -0
  32. package/es/components/barcode/style/css.mjs +2 -0
  33. package/es/components/barcode/style/css.mjs.map +1 -0
  34. package/es/components/barcode/style/index.d.ts +1 -0
  35. package/es/components/barcode/style/index.mjs +2 -0
  36. package/es/components/barcode/style/index.mjs.map +1 -0
  37. package/es/components/common/index.d.ts +146 -0
  38. package/es/components/config-provider/index.d.ts +8 -0
  39. package/es/components/config-provider/src/config-provider-props.d.ts +32 -0
  40. package/es/components/config-provider/src/config-provider.d.ts +55 -0
  41. package/es/components/config-provider/src/constants.d.ts +4 -0
  42. package/es/components/config-provider/src/hooks/use-global-config.d.ts +10 -0
  43. package/es/components/crud/index.d.ts +6 -0
  44. package/es/components/crud/src/button.vue.d.ts +20 -0
  45. package/es/components/crud/src/crud.d.ts +258 -0
  46. package/es/components/crud/src/crud.vue.d.ts +198 -0
  47. package/es/components/crud/src/instance.d.ts +2 -0
  48. package/es/components/crud/style/css.d.ts +1 -0
  49. package/es/components/crud/style/css.mjs +2 -0
  50. package/es/components/crud/style/css.mjs.map +1 -0
  51. package/es/components/crud/style/index.d.ts +1 -0
  52. package/es/components/crud/style/index.mjs +2 -0
  53. package/es/components/crud/style/index.mjs.map +1 -0
  54. package/es/components/dialog/index.d.ts +6 -0
  55. package/es/components/dialog/src/dialog.d.ts +62 -0
  56. package/es/components/dialog/src/dialog.vue.d.ts +113 -0
  57. package/es/components/dialog/src/instance.d.ts +2 -0
  58. package/es/components/dialog/style/css.d.ts +1 -0
  59. package/es/components/dialog/style/css.mjs +2 -0
  60. package/es/components/dialog/style/css.mjs.map +1 -0
  61. package/es/components/dialog/style/index.d.ts +1 -0
  62. package/es/components/dialog/style/index.mjs +2 -0
  63. package/es/components/dialog/style/index.mjs.map +1 -0
  64. package/es/components/form/index.d.ts +6 -0
  65. package/es/components/form/src/form.d.ts +91 -0
  66. package/es/components/form/src/form.vue.d.ts +80 -0
  67. package/es/components/form/src/instance.d.ts +2 -0
  68. package/es/components/form/style/css.d.ts +1 -0
  69. package/es/components/form/style/css.mjs +2 -0
  70. package/es/components/form/style/css.mjs.map +1 -0
  71. package/es/components/form/style/index.d.ts +1 -0
  72. package/es/components/form/style/index.mjs +2 -0
  73. package/es/components/form/style/index.mjs.map +1 -0
  74. package/es/components/index.d.ts +10 -0
  75. package/es/components/pagination/index.d.ts +6 -0
  76. package/es/components/pagination/src/instance.d.ts +2 -0
  77. package/es/components/pagination/src/pagination.d.ts +39 -0
  78. package/es/components/pagination/src/pagination.vue.d.ts +39 -0
  79. package/es/components/pagination/style/css.d.ts +1 -0
  80. package/es/components/pagination/style/css.mjs +2 -0
  81. package/es/components/pagination/style/css.mjs.map +1 -0
  82. package/es/components/pagination/style/index.d.ts +1 -0
  83. package/es/components/pagination/style/index.mjs +2 -0
  84. package/es/components/pagination/style/index.mjs.map +1 -0
  85. package/es/components/picture/index.d.ts +6 -0
  86. package/es/components/picture/src/instance.d.ts +2 -0
  87. package/es/components/picture/src/picture.d.ts +20 -0
  88. package/es/components/picture/src/picture.vue.d.ts +35 -0
  89. package/es/components/picture/style/css.d.ts +1 -0
  90. package/es/components/picture/style/css.mjs +2 -0
  91. package/es/components/picture/style/css.mjs.map +1 -0
  92. package/es/components/picture/style/index.d.ts +1 -0
  93. package/es/components/picture/style/index.mjs +2 -0
  94. package/es/components/picture/style/index.mjs.map +1 -0
  95. package/es/components/qrcode/index.d.ts +6 -0
  96. package/es/components/qrcode/src/instance.d.ts +2 -0
  97. package/es/components/qrcode/src/qrcode.d.ts +17 -0
  98. package/es/components/qrcode/src/qrcode.vue.d.ts +32 -0
  99. package/es/components/qrcode/style/css.d.ts +1 -0
  100. package/es/components/qrcode/style/css.mjs +2 -0
  101. package/es/components/qrcode/style/css.mjs.map +1 -0
  102. package/es/components/qrcode/style/index.d.ts +1 -0
  103. package/es/components/qrcode/style/index.mjs +2 -0
  104. package/es/components/qrcode/style/index.mjs.map +1 -0
  105. package/es/components/search/index.d.ts +6 -0
  106. package/es/components/search/src/instance.d.ts +2 -0
  107. package/es/components/search/src/search.d.ts +125 -0
  108. package/es/components/search/src/search.vue.d.ts +83 -0
  109. package/es/components/search/style/css.d.ts +1 -0
  110. package/es/components/search/style/css.mjs +2 -0
  111. package/es/components/search/style/css.mjs.map +1 -0
  112. package/es/components/search/style/index.d.ts +1 -0
  113. package/es/components/search/style/index.mjs +2 -0
  114. package/es/components/search/style/index.mjs.map +1 -0
  115. package/es/components/table/index.d.ts +6 -0
  116. package/es/components/table/src/instance.d.ts +2 -0
  117. package/es/components/table/src/table.d.ts +143 -0
  118. package/es/components/table/src/table.vue.d.ts +122 -0
  119. package/es/components/table/style/css.d.ts +1 -0
  120. package/es/components/table/style/css.mjs +2 -0
  121. package/es/components/table/style/css.mjs.map +1 -0
  122. package/es/components/table/style/index.d.ts +1 -0
  123. package/es/components/table/style/index.mjs +2 -0
  124. package/es/components/table/style/index.mjs.map +1 -0
  125. package/es/constants/index.d.ts +2 -0
  126. package/es/constants/key.d.ts +1 -0
  127. package/es/constants/size.d.ts +7 -0
  128. package/es/defaults.d.ts +5 -0
  129. package/es/defaults.mjs +7 -0
  130. package/es/defaults.mjs.map +1 -0
  131. package/es/hooks/index.d.ts +2 -0
  132. package/es/hooks/use-locale/index.d.ts +15 -0
  133. package/es/hooks/use-size/index.d.ts +21 -0
  134. package/es/index.d.ts +8 -0
  135. package/es/index.mjs +35 -0
  136. package/es/index.mjs.map +1 -0
  137. package/es/locale/index.d.ts +9 -0
  138. package/es/locale/lang/en.d.ts +30 -0
  139. package/es/locale/lang/zh-cn.d.ts +30 -0
  140. package/es/locales.d.ts +1 -0
  141. package/es/locales.mjs +3 -0
  142. package/es/locales.mjs.map +1 -0
  143. package/es/make-installer.d.ts +6 -0
  144. package/es/make-installer.mjs +21 -0
  145. package/es/make-installer.mjs.map +1 -0
  146. package/es/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/conversion.mjs +222 -0
  147. package/es/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/conversion.mjs.map +1 -0
  148. package/es/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/css-color-names.mjs +157 -0
  149. package/es/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/css-color-names.mjs.map +1 -0
  150. package/es/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/format-input.mjs +187 -0
  151. package/es/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/format-input.mjs.map +1 -0
  152. package/es/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/index.mjs +505 -0
  153. package/es/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/index.mjs.map +1 -0
  154. package/es/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/util.mjs +85 -0
  155. package/es/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/util.mjs.map +1 -0
  156. package/es/node_modules/.pnpm/@element-plus_icons-vue@2.3.1_vue@3.5.13_typescript@5.5.4_/node_modules/@element-plus/icons-vue/dist/index.mjs +198 -0
  157. package/es/node_modules/.pnpm/@element-plus_icons-vue@2.3.1_vue@3.5.13_typescript@5.5.4_/node_modules/@element-plus/icons-vue/dist/index.mjs.map +1 -0
  158. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/_virtual/plugin-vue_export-helper.mjs +10 -0
  159. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/_virtual/plugin-vue_export-helper.mjs.map +1 -0
  160. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/index.mjs +11 -0
  161. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/index.mjs.map +1 -0
  162. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button-custom.mjs +65 -0
  163. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button-custom.mjs.map +1 -0
  164. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button-group.mjs +9 -0
  165. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button-group.mjs.map +1 -0
  166. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button-group2.mjs +32 -0
  167. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button-group2.mjs.map +1 -0
  168. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button.mjs +61 -0
  169. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button.mjs.map +1 -0
  170. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button2.mjs +82 -0
  171. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button2.mjs.map +1 -0
  172. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/constants.mjs +4 -0
  173. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/constants.mjs.map +1 -0
  174. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/use-button.mjs +73 -0
  175. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/use-button.mjs.map +1 -0
  176. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/config-provider/src/constants.mjs +4 -0
  177. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/config-provider/src/constants.mjs.map +1 -0
  178. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/config-provider/src/hooks/use-global-config.mjs +90 -0
  179. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/config-provider/src/hooks/use-global-config.mjs.map +1 -0
  180. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/focus-trap/src/focus-trap.mjs +258 -0
  181. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/focus-trap/src/focus-trap.mjs.map +1 -0
  182. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/focus-trap/src/tokens.mjs +17 -0
  183. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/focus-trap/src/tokens.mjs.map +1 -0
  184. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/focus-trap/src/utils.mjs +140 -0
  185. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/focus-trap/src/utils.mjs.map +1 -0
  186. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/form/src/constants.mjs +5 -0
  187. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/form/src/constants.mjs.map +1 -0
  188. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/form/src/hooks/use-form-common-props.mjs +21 -0
  189. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/form/src/hooks/use-form-common-props.mjs.map +1 -0
  190. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/form/src/hooks/use-form-item.mjs +57 -0
  191. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/form/src/hooks/use-form-item.mjs.map +1 -0
  192. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/icon/index.mjs +7 -0
  193. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/icon/index.mjs.map +1 -0
  194. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/icon/src/icon.mjs +13 -0
  195. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/icon/src/icon.mjs.map +1 -0
  196. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/icon/src/icon2.mjs +40 -0
  197. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/icon/src/icon2.mjs.map +1 -0
  198. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/index.mjs +7 -0
  199. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/index.mjs.map +1 -0
  200. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/src/input.mjs +107 -0
  201. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/src/input.mjs.map +1 -0
  202. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/src/input2.mjs +436 -0
  203. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/src/input2.mjs.map +1 -0
  204. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/src/utils.mjs +79 -0
  205. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/src/utils.mjs.map +1 -0
  206. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/message-box/index.mjs +15 -0
  207. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/message-box/index.mjs.map +1 -0
  208. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/message-box/src/index.mjs +495 -0
  209. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/message-box/src/index.mjs.map +1 -0
  210. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/message-box/src/messageBox.mjs +135 -0
  211. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/message-box/src/messageBox.mjs.map +1 -0
  212. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/overlay/index.mjs +7 -0
  213. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/overlay/index.mjs.map +1 -0
  214. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/overlay/src/overlay.mjs +63 -0
  215. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/overlay/src/overlay.mjs.map +1 -0
  216. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/constants/aria.mjs +20 -0
  217. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/constants/aria.mjs.map +1 -0
  218. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/constants/event.mjs +4 -0
  219. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/constants/event.mjs.map +1 -0
  220. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/constants/size.mjs +4 -0
  221. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/constants/size.mjs.map +1 -0
  222. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/directives/trap-focus/index.mjs +61 -0
  223. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/directives/trap-focus/index.mjs.map +1 -0
  224. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-aria/index.mjs +17 -0
  225. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-aria/index.mjs.map +1 -0
  226. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-attrs/index.mjs +24 -0
  227. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-attrs/index.mjs.map +1 -0
  228. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-composition/index.mjs +40 -0
  229. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-composition/index.mjs.map +1 -0
  230. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-cursor/index.mjs +44 -0
  231. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-cursor/index.mjs.map +1 -0
  232. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-deprecated/index.mjs +17 -0
  233. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-deprecated/index.mjs.map +1 -0
  234. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-draggable/index.mjs +83 -0
  235. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-draggable/index.mjs.map +1 -0
  236. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-empty-values/index.mjs +15 -0
  237. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-empty-values/index.mjs.map +1 -0
  238. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-escape-keydown/index.mjs +29 -0
  239. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-escape-keydown/index.mjs.map +1 -0
  240. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-focus-controller/index.mjs +65 -0
  241. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-focus-controller/index.mjs.map +1 -0
  242. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-id/index.mjs +29 -0
  243. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-id/index.mjs.map +1 -0
  244. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-locale/index.mjs +26 -0
  245. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-locale/index.mjs.map +1 -0
  246. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-lockscreen/index.mjs +51 -0
  247. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-lockscreen/index.mjs.map +1 -0
  248. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-namespace/index.mjs +77 -0
  249. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-namespace/index.mjs.map +1 -0
  250. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-prop/index.mjs +12 -0
  251. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-prop/index.mjs.map +1 -0
  252. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-same-target/index.mjs +25 -0
  253. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-same-target/index.mjs.map +1 -0
  254. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-size/index.mjs +19 -0
  255. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-size/index.mjs.map +1 -0
  256. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-z-index/index.mjs +38 -0
  257. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-z-index/index.mjs.map +1 -0
  258. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/locale/lang/en.mjs +182 -0
  259. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/locale/lang/en.mjs.map +1 -0
  260. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/browser.mjs +7 -0
  261. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/browser.mjs.map +1 -0
  262. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/dom/aria.mjs +37 -0
  263. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/dom/aria.mjs.map +1 -0
  264. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/dom/scroll.mjs +29 -0
  265. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/dom/scroll.mjs.map +1 -0
  266. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/dom/style.mjs +54 -0
  267. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/dom/style.mjs.map +1 -0
  268. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/error.mjs +20 -0
  269. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/error.mjs.map +1 -0
  270. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/i18n.mjs +4 -0
  271. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/i18n.mjs.map +1 -0
  272. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/objects.mjs +4 -0
  273. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/objects.mjs.map +1 -0
  274. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/types.mjs +19 -0
  275. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/types.mjs.map +1 -0
  276. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/typescript.mjs +4 -0
  277. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/typescript.mjs.map +1 -0
  278. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/icon.mjs +29 -0
  279. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/icon.mjs.map +1 -0
  280. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/install.mjs +22 -0
  281. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/install.mjs.map +1 -0
  282. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/props/runtime.mjs +46 -0
  283. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/props/runtime.mjs.map +1 -0
  284. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/validator.mjs +6 -0
  285. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/validator.mjs.map +1 -0
  286. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/vnode.mjs +19 -0
  287. package/es/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/vnode.mjs.map +1 -0
  288. package/es/packages/components/barcode/index.mjs +8 -0
  289. package/es/packages/components/barcode/index.mjs.map +1 -0
  290. package/es/packages/components/barcode/src/barcode.mjs +23 -0
  291. package/es/packages/components/barcode/src/barcode.mjs.map +1 -0
  292. package/es/packages/components/barcode/src/barcode2.mjs +58 -0
  293. package/es/packages/components/barcode/src/barcode2.mjs.map +1 -0
  294. package/es/packages/components/barcode/src/instance.mjs +2 -0
  295. package/es/packages/components/barcode/src/instance.mjs.map +1 -0
  296. package/es/packages/components/common/index.mjs +2 -0
  297. package/es/packages/components/common/index.mjs.map +1 -0
  298. package/es/packages/components/config-provider/index.mjs +10 -0
  299. package/es/packages/components/config-provider/index.mjs.map +1 -0
  300. package/es/packages/components/config-provider/src/config-provider-props.mjs +20 -0
  301. package/es/packages/components/config-provider/src/config-provider-props.mjs.map +1 -0
  302. package/es/packages/components/config-provider/src/config-provider.mjs +15 -0
  303. package/es/packages/components/config-provider/src/config-provider.mjs.map +1 -0
  304. package/es/packages/components/config-provider/src/constants.mjs +4 -0
  305. package/es/packages/components/config-provider/src/constants.mjs.map +1 -0
  306. package/es/packages/components/config-provider/src/hooks/use-global-config.mjs +77 -0
  307. package/es/packages/components/config-provider/src/hooks/use-global-config.mjs.map +1 -0
  308. package/es/packages/components/crud/index.mjs +8 -0
  309. package/es/packages/components/crud/index.mjs.map +1 -0
  310. package/es/packages/components/crud/src/button.mjs +30 -0
  311. package/es/packages/components/crud/src/button.mjs.map +1 -0
  312. package/es/packages/components/crud/src/crud.mjs +606 -0
  313. package/es/packages/components/crud/src/crud.mjs.map +1 -0
  314. package/es/packages/components/crud/src/crud2.mjs +60 -0
  315. package/es/packages/components/crud/src/crud2.mjs.map +1 -0
  316. package/es/packages/components/crud/src/instance.mjs +2 -0
  317. package/es/packages/components/crud/src/instance.mjs.map +1 -0
  318. package/es/packages/components/dialog/index.mjs +8 -0
  319. package/es/packages/components/dialog/index.mjs.map +1 -0
  320. package/es/packages/components/dialog/src/dialog.mjs +80 -0
  321. package/es/packages/components/dialog/src/dialog.mjs.map +1 -0
  322. package/es/packages/components/dialog/src/dialog2.mjs +121 -0
  323. package/es/packages/components/dialog/src/dialog2.mjs.map +1 -0
  324. package/es/packages/components/dialog/src/instance.mjs +2 -0
  325. package/es/packages/components/dialog/src/instance.mjs.map +1 -0
  326. package/es/packages/components/form/index.mjs +8 -0
  327. package/es/packages/components/form/index.mjs.map +1 -0
  328. package/es/packages/components/form/src/form.mjs +30 -0
  329. package/es/packages/components/form/src/form.mjs.map +1 -0
  330. package/es/packages/components/form/src/form2.mjs +627 -0
  331. package/es/packages/components/form/src/form2.mjs.map +1 -0
  332. package/es/packages/components/form/src/instance.mjs +2 -0
  333. package/es/packages/components/form/src/instance.mjs.map +1 -0
  334. package/es/packages/components/index.mjs +23 -0
  335. package/es/packages/components/index.mjs.map +1 -0
  336. package/es/packages/components/pagination/index.mjs +8 -0
  337. package/es/packages/components/pagination/index.mjs.map +1 -0
  338. package/es/packages/components/pagination/src/instance.mjs +2 -0
  339. package/es/packages/components/pagination/src/instance.mjs.map +1 -0
  340. package/es/packages/components/pagination/src/pagination.mjs +46 -0
  341. package/es/packages/components/pagination/src/pagination.mjs.map +1 -0
  342. package/es/packages/components/pagination/src/pagination2.mjs +43 -0
  343. package/es/packages/components/pagination/src/pagination2.mjs.map +1 -0
  344. package/es/packages/components/picture/index.mjs +8 -0
  345. package/es/packages/components/picture/index.mjs.map +1 -0
  346. package/es/packages/components/picture/src/instance.mjs +2 -0
  347. package/es/packages/components/picture/src/instance.mjs.map +1 -0
  348. package/es/packages/components/picture/src/picture.mjs +24 -0
  349. package/es/packages/components/picture/src/picture.mjs.map +1 -0
  350. package/es/packages/components/picture/src/picture2.mjs +31 -0
  351. package/es/packages/components/picture/src/picture2.mjs.map +1 -0
  352. package/es/packages/components/qrcode/index.mjs +8 -0
  353. package/es/packages/components/qrcode/index.mjs.map +1 -0
  354. package/es/packages/components/qrcode/src/instance.mjs +2 -0
  355. package/es/packages/components/qrcode/src/instance.mjs.map +1 -0
  356. package/es/packages/components/qrcode/src/qrcode.mjs +67 -0
  357. package/es/packages/components/qrcode/src/qrcode.mjs.map +1 -0
  358. package/es/packages/components/qrcode/src/qrcode2.mjs +27 -0
  359. package/es/packages/components/qrcode/src/qrcode2.mjs.map +1 -0
  360. package/es/packages/components/search/index.mjs +8 -0
  361. package/es/packages/components/search/index.mjs.map +1 -0
  362. package/es/packages/components/search/src/instance.mjs +2 -0
  363. package/es/packages/components/search/src/instance.mjs.map +1 -0
  364. package/es/packages/components/search/src/search.mjs +30 -0
  365. package/es/packages/components/search/src/search.mjs.map +1 -0
  366. package/es/packages/components/search/src/search2.mjs +428 -0
  367. package/es/packages/components/search/src/search2.mjs.map +1 -0
  368. package/es/packages/components/table/index.mjs +8 -0
  369. package/es/packages/components/table/index.mjs.map +1 -0
  370. package/es/packages/components/table/src/instance.mjs +2 -0
  371. package/es/packages/components/table/src/instance.mjs.map +1 -0
  372. package/es/packages/components/table/src/table.mjs +422 -0
  373. package/es/packages/components/table/src/table.mjs.map +1 -0
  374. package/es/packages/components/table/src/table2.mjs +42 -0
  375. package/es/packages/components/table/src/table2.mjs.map +1 -0
  376. package/es/packages/constants/index.mjs +3 -0
  377. package/es/packages/constants/index.mjs.map +1 -0
  378. package/es/packages/constants/key.mjs +4 -0
  379. package/es/packages/constants/key.mjs.map +1 -0
  380. package/es/packages/constants/size.mjs +9 -0
  381. package/es/packages/constants/size.mjs.map +1 -0
  382. package/es/packages/hooks/index.mjs +3 -0
  383. package/es/packages/hooks/index.mjs.map +1 -0
  384. package/es/packages/hooks/use-locale/index.mjs +29 -0
  385. package/es/packages/hooks/use-locale/index.mjs.map +1 -0
  386. package/es/packages/hooks/use-size/index.mjs +22 -0
  387. package/es/packages/hooks/use-size/index.mjs.map +1 -0
  388. package/es/packages/locale/index.mjs +3 -0
  389. package/es/packages/locale/index.mjs.map +1 -0
  390. package/es/packages/locale/lang/en.mjs +32 -0
  391. package/es/packages/locale/lang/en.mjs.map +1 -0
  392. package/es/packages/locale/lang/zh-cn.mjs +32 -0
  393. package/es/packages/locale/lang/zh-cn.mjs.map +1 -0
  394. package/es/packages/utils/arrays.mjs +12 -0
  395. package/es/packages/utils/arrays.mjs.map +1 -0
  396. package/es/packages/utils/browser.mjs +7 -0
  397. package/es/packages/utils/browser.mjs.map +1 -0
  398. package/es/packages/utils/dom/aria.mjs +76 -0
  399. package/es/packages/utils/dom/aria.mjs.map +1 -0
  400. package/es/packages/utils/dom/element.mjs +18 -0
  401. package/es/packages/utils/dom/element.mjs.map +1 -0
  402. package/es/packages/utils/dom/event.mjs +15 -0
  403. package/es/packages/utils/dom/event.mjs.map +1 -0
  404. package/es/packages/utils/dom/index.mjs +7 -0
  405. package/es/packages/utils/dom/index.mjs.map +1 -0
  406. package/es/packages/utils/dom/position.mjs +52 -0
  407. package/es/packages/utils/dom/position.mjs.map +1 -0
  408. package/es/packages/utils/dom/scroll.mjs +121 -0
  409. package/es/packages/utils/dom/scroll.mjs.map +1 -0
  410. package/es/packages/utils/dom/style.mjs +76 -0
  411. package/es/packages/utils/dom/style.mjs.map +1 -0
  412. package/es/packages/utils/easings.mjs +11 -0
  413. package/es/packages/utils/easings.mjs.map +1 -0
  414. package/es/packages/utils/error.mjs +20 -0
  415. package/es/packages/utils/error.mjs.map +1 -0
  416. package/es/packages/utils/functions.mjs +2 -0
  417. package/es/packages/utils/functions.mjs.map +1 -0
  418. package/es/packages/utils/i18n.mjs +4 -0
  419. package/es/packages/utils/i18n.mjs.map +1 -0
  420. package/es/packages/utils/index.mjs +29 -0
  421. package/es/packages/utils/index.mjs.map +1 -0
  422. package/es/packages/utils/objects.mjs +18 -0
  423. package/es/packages/utils/objects.mjs.map +1 -0
  424. package/es/packages/utils/raf.mjs +7 -0
  425. package/es/packages/utils/raf.mjs.map +1 -0
  426. package/es/packages/utils/rand.mjs +5 -0
  427. package/es/packages/utils/rand.mjs.map +1 -0
  428. package/es/packages/utils/strings.mjs +8 -0
  429. package/es/packages/utils/strings.mjs.map +1 -0
  430. package/es/packages/utils/throttleByRaf.mjs +22 -0
  431. package/es/packages/utils/throttleByRaf.mjs.map +1 -0
  432. package/es/packages/utils/types.mjs +24 -0
  433. package/es/packages/utils/types.mjs.map +1 -0
  434. package/es/packages/utils/typescript.mjs +4 -0
  435. package/es/packages/utils/typescript.mjs.map +1 -0
  436. package/es/packages/utils/vue/global-node.mjs +32 -0
  437. package/es/packages/utils/vue/global-node.mjs.map +1 -0
  438. package/es/packages/utils/vue/icon.mjs +32 -0
  439. package/es/packages/utils/vue/icon.mjs.map +1 -0
  440. package/es/packages/utils/vue/index.mjs +8 -0
  441. package/es/packages/utils/vue/index.mjs.map +1 -0
  442. package/es/packages/utils/vue/install.mjs +35 -0
  443. package/es/packages/utils/vue/install.mjs.map +1 -0
  444. package/es/packages/utils/vue/props/index.mjs +2 -0
  445. package/es/packages/utils/vue/props/index.mjs.map +1 -0
  446. package/es/packages/utils/vue/props/runtime.mjs +52 -0
  447. package/es/packages/utils/vue/props/runtime.mjs.map +1 -0
  448. package/es/packages/utils/vue/props/types.mjs +2 -0
  449. package/es/packages/utils/vue/props/types.mjs.map +1 -0
  450. package/es/packages/utils/vue/props/util.mjs +2 -0
  451. package/es/packages/utils/vue/props/util.mjs.map +1 -0
  452. package/es/packages/utils/vue/refs.mjs +16 -0
  453. package/es/packages/utils/vue/refs.mjs.map +1 -0
  454. package/es/packages/utils/vue/size.mjs +8 -0
  455. package/es/packages/utils/vue/size.mjs.map +1 -0
  456. package/es/packages/utils/vue/typescript.mjs +2 -0
  457. package/es/packages/utils/vue/typescript.mjs.map +1 -0
  458. package/es/packages/utils/vue/vnode.mjs +102 -0
  459. package/es/packages/utils/vue/vnode.mjs.map +1 -0
  460. package/es/utils/arrays.d.ts +5 -0
  461. package/es/utils/browser.d.ts +3 -0
  462. package/es/utils/dom/aria.d.ts +30 -0
  463. package/es/utils/dom/element.d.ts +3 -0
  464. package/es/utils/dom/event.d.ts +6 -0
  465. package/es/utils/dom/index.d.ts +6 -0
  466. package/es/utils/dom/position.d.ts +7 -0
  467. package/es/utils/dom/scroll.d.ts +11 -0
  468. package/es/utils/dom/style.d.ts +9 -0
  469. package/es/utils/easings.d.ts +1 -0
  470. package/es/utils/error.d.ts +3 -0
  471. package/es/utils/functions.d.ts +1 -0
  472. package/es/utils/i18n.d.ts +1 -0
  473. package/es/utils/index.d.ts +15 -0
  474. package/es/utils/objects.d.ts +8 -0
  475. package/es/utils/raf.d.ts +2 -0
  476. package/es/utils/rand.d.ts +12 -0
  477. package/es/utils/strings.d.ts +6 -0
  478. package/es/utils/throttleByRaf.d.ts +4 -0
  479. package/es/utils/types.d.ts +9 -0
  480. package/es/utils/typescript.d.ts +12 -0
  481. package/es/utils/vue/global-node.d.ts +3 -0
  482. package/es/utils/vue/icon.d.ts +23 -0
  483. package/es/utils/vue/index.d.ts +8 -0
  484. package/es/utils/vue/install.d.ts +6 -0
  485. package/es/utils/vue/props/index.d.ts +3 -0
  486. package/es/utils/vue/props/runtime.d.ts +29 -0
  487. package/es/utils/vue/props/types.d.ts +120 -0
  488. package/es/utils/vue/props/util.d.ts +8 -0
  489. package/es/utils/vue/refs.d.ts +3 -0
  490. package/es/utils/vue/size.d.ts +2 -0
  491. package/es/utils/vue/typescript.d.ts +6 -0
  492. package/es/utils/vue/vnode.d.ts +51 -0
  493. package/es/version.d.ts +1 -0
  494. package/es/version.mjs +4 -0
  495. package/es/version.mjs.map +1 -0
  496. package/global.d.ts +17 -0
  497. package/lib/_virtual/plugin-vue_export-helper.js +14 -0
  498. package/lib/_virtual/plugin-vue_export-helper.js.map +1 -0
  499. package/lib/component.d.ts +3 -0
  500. package/lib/component.js +30 -0
  501. package/lib/component.js.map +1 -0
  502. package/lib/components/barcode/index.d.ts +6 -0
  503. package/lib/components/barcode/src/barcode.d.ts +16 -0
  504. package/lib/components/barcode/src/barcode.vue.d.ts +29 -0
  505. package/lib/components/barcode/src/instance.d.ts +2 -0
  506. package/lib/components/barcode/style/css.d.ts +1 -0
  507. package/lib/components/barcode/style/css.js +5 -0
  508. package/lib/components/barcode/style/css.js.map +1 -0
  509. package/lib/components/barcode/style/index.d.ts +1 -0
  510. package/lib/components/barcode/style/index.js +5 -0
  511. package/lib/components/barcode/style/index.js.map +1 -0
  512. package/lib/components/common/index.d.ts +146 -0
  513. package/lib/components/config-provider/index.d.ts +8 -0
  514. package/lib/components/config-provider/src/config-provider-props.d.ts +32 -0
  515. package/lib/components/config-provider/src/config-provider.d.ts +55 -0
  516. package/lib/components/config-provider/src/constants.d.ts +4 -0
  517. package/lib/components/config-provider/src/hooks/use-global-config.d.ts +10 -0
  518. package/lib/components/crud/index.d.ts +6 -0
  519. package/lib/components/crud/src/button.vue.d.ts +20 -0
  520. package/lib/components/crud/src/crud.d.ts +258 -0
  521. package/lib/components/crud/src/crud.vue.d.ts +198 -0
  522. package/lib/components/crud/src/instance.d.ts +2 -0
  523. package/lib/components/crud/style/css.d.ts +1 -0
  524. package/lib/components/crud/style/css.js +5 -0
  525. package/lib/components/crud/style/css.js.map +1 -0
  526. package/lib/components/crud/style/index.d.ts +1 -0
  527. package/lib/components/crud/style/index.js +5 -0
  528. package/lib/components/crud/style/index.js.map +1 -0
  529. package/lib/components/dialog/index.d.ts +6 -0
  530. package/lib/components/dialog/src/dialog.d.ts +62 -0
  531. package/lib/components/dialog/src/dialog.vue.d.ts +113 -0
  532. package/lib/components/dialog/src/instance.d.ts +2 -0
  533. package/lib/components/dialog/style/css.d.ts +1 -0
  534. package/lib/components/dialog/style/css.js +5 -0
  535. package/lib/components/dialog/style/css.js.map +1 -0
  536. package/lib/components/dialog/style/index.d.ts +1 -0
  537. package/lib/components/dialog/style/index.js +5 -0
  538. package/lib/components/dialog/style/index.js.map +1 -0
  539. package/lib/components/form/index.d.ts +6 -0
  540. package/lib/components/form/src/form.d.ts +91 -0
  541. package/lib/components/form/src/form.vue.d.ts +80 -0
  542. package/lib/components/form/src/instance.d.ts +2 -0
  543. package/lib/components/form/style/css.d.ts +1 -0
  544. package/lib/components/form/style/css.js +5 -0
  545. package/lib/components/form/style/css.js.map +1 -0
  546. package/lib/components/form/style/index.d.ts +1 -0
  547. package/lib/components/form/style/index.js +5 -0
  548. package/lib/components/form/style/index.js.map +1 -0
  549. package/lib/components/index.d.ts +10 -0
  550. package/lib/components/pagination/index.d.ts +6 -0
  551. package/lib/components/pagination/src/instance.d.ts +2 -0
  552. package/lib/components/pagination/src/pagination.d.ts +39 -0
  553. package/lib/components/pagination/src/pagination.vue.d.ts +39 -0
  554. package/lib/components/pagination/style/css.d.ts +1 -0
  555. package/lib/components/pagination/style/css.js +5 -0
  556. package/lib/components/pagination/style/css.js.map +1 -0
  557. package/lib/components/pagination/style/index.d.ts +1 -0
  558. package/lib/components/pagination/style/index.js +5 -0
  559. package/lib/components/pagination/style/index.js.map +1 -0
  560. package/lib/components/picture/index.d.ts +6 -0
  561. package/lib/components/picture/src/instance.d.ts +2 -0
  562. package/lib/components/picture/src/picture.d.ts +20 -0
  563. package/lib/components/picture/src/picture.vue.d.ts +35 -0
  564. package/lib/components/picture/style/css.d.ts +1 -0
  565. package/lib/components/picture/style/css.js +5 -0
  566. package/lib/components/picture/style/css.js.map +1 -0
  567. package/lib/components/picture/style/index.d.ts +1 -0
  568. package/lib/components/picture/style/index.js +5 -0
  569. package/lib/components/picture/style/index.js.map +1 -0
  570. package/lib/components/qrcode/index.d.ts +6 -0
  571. package/lib/components/qrcode/src/instance.d.ts +2 -0
  572. package/lib/components/qrcode/src/qrcode.d.ts +17 -0
  573. package/lib/components/qrcode/src/qrcode.vue.d.ts +32 -0
  574. package/lib/components/qrcode/style/css.d.ts +1 -0
  575. package/lib/components/qrcode/style/css.js +5 -0
  576. package/lib/components/qrcode/style/css.js.map +1 -0
  577. package/lib/components/qrcode/style/index.d.ts +1 -0
  578. package/lib/components/qrcode/style/index.js +5 -0
  579. package/lib/components/qrcode/style/index.js.map +1 -0
  580. package/lib/components/search/index.d.ts +6 -0
  581. package/lib/components/search/src/instance.d.ts +2 -0
  582. package/lib/components/search/src/search.d.ts +125 -0
  583. package/lib/components/search/src/search.vue.d.ts +83 -0
  584. package/lib/components/search/style/css.d.ts +1 -0
  585. package/lib/components/search/style/css.js +5 -0
  586. package/lib/components/search/style/css.js.map +1 -0
  587. package/lib/components/search/style/index.d.ts +1 -0
  588. package/lib/components/search/style/index.js +5 -0
  589. package/lib/components/search/style/index.js.map +1 -0
  590. package/lib/components/table/index.d.ts +6 -0
  591. package/lib/components/table/src/instance.d.ts +2 -0
  592. package/lib/components/table/src/table.d.ts +143 -0
  593. package/lib/components/table/src/table.vue.d.ts +122 -0
  594. package/lib/components/table/style/css.d.ts +1 -0
  595. package/lib/components/table/style/css.js +5 -0
  596. package/lib/components/table/style/css.js.map +1 -0
  597. package/lib/components/table/style/index.d.ts +1 -0
  598. package/lib/components/table/style/index.js +5 -0
  599. package/lib/components/table/style/index.js.map +1 -0
  600. package/lib/constants/index.d.ts +2 -0
  601. package/lib/constants/key.d.ts +1 -0
  602. package/lib/constants/size.d.ts +7 -0
  603. package/lib/defaults.d.ts +5 -0
  604. package/lib/defaults.js +11 -0
  605. package/lib/defaults.js.map +1 -0
  606. package/lib/hooks/index.d.ts +2 -0
  607. package/lib/hooks/use-locale/index.d.ts +15 -0
  608. package/lib/hooks/use-size/index.d.ts +21 -0
  609. package/lib/index.d.ts +8 -0
  610. package/lib/index.js +86 -0
  611. package/lib/index.js.map +1 -0
  612. package/lib/locale/index.d.ts +9 -0
  613. package/lib/locale/lang/en.d.ts +30 -0
  614. package/lib/locale/lang/zh-cn.d.ts +30 -0
  615. package/lib/locales.d.ts +1 -0
  616. package/lib/locales.js +12 -0
  617. package/lib/locales.js.map +1 -0
  618. package/lib/make-installer.d.ts +6 -0
  619. package/lib/make-installer.js +25 -0
  620. package/lib/make-installer.js.map +1 -0
  621. package/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/conversion.js +236 -0
  622. package/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/conversion.js.map +1 -0
  623. package/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/css-color-names.js +161 -0
  624. package/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/css-color-names.js.map +1 -0
  625. package/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/format-input.js +193 -0
  626. package/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/format-input.js.map +1 -0
  627. package/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/index.js +509 -0
  628. package/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/index.js.map +1 -0
  629. package/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/util.js +95 -0
  630. package/lib/node_modules/.pnpm/@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/util.js.map +1 -0
  631. package/lib/node_modules/.pnpm/@element-plus_icons-vue@2.3.1_vue@3.5.13_typescript@5.5.4_/node_modules/@element-plus/icons-vue/dist/index.js +211 -0
  632. package/lib/node_modules/.pnpm/@element-plus_icons-vue@2.3.1_vue@3.5.13_typescript@5.5.4_/node_modules/@element-plus/icons-vue/dist/index.js.map +1 -0
  633. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/_virtual/plugin-vue_export-helper.js +14 -0
  634. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/_virtual/plugin-vue_export-helper.js.map +1 -0
  635. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/index.js +16 -0
  636. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/index.js.map +1 -0
  637. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button-custom.js +70 -0
  638. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button-custom.js.map +1 -0
  639. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button-group.js +13 -0
  640. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button-group.js.map +1 -0
  641. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button-group2.js +36 -0
  642. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button-group2.js.map +1 -0
  643. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button.js +68 -0
  644. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button.js.map +1 -0
  645. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button2.js +86 -0
  646. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/button2.js.map +1 -0
  647. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/constants.js +8 -0
  648. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/constants.js.map +1 -0
  649. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/use-button.js +77 -0
  650. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/button/src/use-button.js.map +1 -0
  651. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/config-provider/src/constants.js +8 -0
  652. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/config-provider/src/constants.js.map +1 -0
  653. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/config-provider/src/hooks/use-global-config.js +96 -0
  654. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/config-provider/src/hooks/use-global-config.js.map +1 -0
  655. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/focus-trap/src/focus-trap.js +262 -0
  656. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/focus-trap/src/focus-trap.js.map +1 -0
  657. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/focus-trap/src/tokens.js +28 -0
  658. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/focus-trap/src/tokens.js.map +1 -0
  659. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/focus-trap/src/utils.js +153 -0
  660. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/focus-trap/src/utils.js.map +1 -0
  661. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/form/src/constants.js +10 -0
  662. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/form/src/constants.js.map +1 -0
  663. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/form/src/hooks/use-form-common-props.js +26 -0
  664. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/form/src/hooks/use-form-common-props.js.map +1 -0
  665. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/form/src/hooks/use-form-item.js +62 -0
  666. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/form/src/hooks/use-form-item.js.map +1 -0
  667. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/icon/index.js +12 -0
  668. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/icon/index.js.map +1 -0
  669. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/icon/src/icon.js +17 -0
  670. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/icon/src/icon.js.map +1 -0
  671. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/icon/src/icon2.js +44 -0
  672. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/icon/src/icon2.js.map +1 -0
  673. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/index.js +12 -0
  674. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/index.js.map +1 -0
  675. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/src/input.js +112 -0
  676. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/src/input.js.map +1 -0
  677. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/src/input2.js +440 -0
  678. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/src/input2.js.map +1 -0
  679. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/src/utils.js +83 -0
  680. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/input/src/utils.js.map +1 -0
  681. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/message-box/index.js +20 -0
  682. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/message-box/index.js.map +1 -0
  683. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/message-box/src/index.js +499 -0
  684. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/message-box/src/index.js.map +1 -0
  685. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/message-box/src/messageBox.js +139 -0
  686. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/message-box/src/messageBox.js.map +1 -0
  687. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/overlay/index.js +13 -0
  688. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/overlay/index.js.map +1 -0
  689. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/overlay/src/overlay.js +69 -0
  690. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/components/overlay/src/overlay.js.map +1 -0
  691. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/constants/aria.js +24 -0
  692. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/constants/aria.js.map +1 -0
  693. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/constants/event.js +8 -0
  694. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/constants/event.js.map +1 -0
  695. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/constants/size.js +8 -0
  696. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/constants/size.js.map +1 -0
  697. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/directives/trap-focus/index.js +66 -0
  698. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/directives/trap-focus/index.js.map +1 -0
  699. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-aria/index.js +22 -0
  700. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-aria/index.js.map +1 -0
  701. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-attrs/index.js +28 -0
  702. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-attrs/index.js.map +1 -0
  703. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-composition/index.js +44 -0
  704. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-composition/index.js.map +1 -0
  705. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-cursor/index.js +48 -0
  706. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-cursor/index.js.map +1 -0
  707. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-deprecated/index.js +21 -0
  708. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-deprecated/index.js.map +1 -0
  709. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-draggable/index.js +87 -0
  710. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-draggable/index.js.map +1 -0
  711. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-empty-values/index.js +19 -0
  712. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-empty-values/index.js.map +1 -0
  713. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-escape-keydown/index.js +33 -0
  714. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-escape-keydown/index.js.map +1 -0
  715. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-focus-controller/index.js +69 -0
  716. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-focus-controller/index.js.map +1 -0
  717. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-id/index.js +35 -0
  718. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-id/index.js.map +1 -0
  719. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-locale/index.js +34 -0
  720. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-locale/index.js.map +1 -0
  721. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-lockscreen/index.js +55 -0
  722. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-lockscreen/index.js.map +1 -0
  723. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-namespace/index.js +84 -0
  724. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-namespace/index.js.map +1 -0
  725. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-prop/index.js +16 -0
  726. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-prop/index.js.map +1 -0
  727. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-same-target/index.js +29 -0
  728. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-same-target/index.js.map +1 -0
  729. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-size/index.js +25 -0
  730. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-size/index.js.map +1 -0
  731. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-z-index/index.js +45 -0
  732. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/hooks/use-z-index/index.js.map +1 -0
  733. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/locale/lang/en.js +186 -0
  734. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/locale/lang/en.js.map +1 -0
  735. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/browser.js +18 -0
  736. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/browser.js.map +1 -0
  737. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/dom/aria.js +43 -0
  738. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/dom/aria.js.map +1 -0
  739. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/dom/scroll.js +33 -0
  740. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/dom/scroll.js.map +1 -0
  741. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/dom/style.js +63 -0
  742. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/dom/style.js.map +1 -0
  743. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/error.js +25 -0
  744. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/error.js.map +1 -0
  745. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/i18n.js +8 -0
  746. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/i18n.js.map +1 -0
  747. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/objects.js +8 -0
  748. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/objects.js.map +1 -0
  749. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/types.js +57 -0
  750. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/types.js.map +1 -0
  751. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/typescript.js +8 -0
  752. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/typescript.js.map +1 -0
  753. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/icon.js +36 -0
  754. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/icon.js.map +1 -0
  755. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/install.js +27 -0
  756. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/install.js.map +1 -0
  757. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/props/runtime.js +54 -0
  758. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/props/runtime.js.map +1 -0
  759. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/validator.js +10 -0
  760. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/validator.js.map +1 -0
  761. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/vnode.js +23 -0
  762. package/lib/node_modules/.pnpm/element-plus@2.9.1_vue@3.5.13_typescript@5.5.4_/node_modules/element-plus/es/utils/vue/vnode.js.map +1 -0
  763. package/lib/packages/components/barcode/index.js +15 -0
  764. package/lib/packages/components/barcode/index.js.map +1 -0
  765. package/lib/packages/components/barcode/src/barcode.js +28 -0
  766. package/lib/packages/components/barcode/src/barcode.js.map +1 -0
  767. package/lib/packages/components/barcode/src/barcode2.js +66 -0
  768. package/lib/packages/components/barcode/src/barcode2.js.map +1 -0
  769. package/lib/packages/components/barcode/src/instance.js +3 -0
  770. package/lib/packages/components/barcode/src/instance.js.map +1 -0
  771. package/lib/packages/components/common/index.js +3 -0
  772. package/lib/packages/components/common/index.js.map +1 -0
  773. package/lib/packages/components/config-provider/index.js +20 -0
  774. package/lib/packages/components/config-provider/index.js.map +1 -0
  775. package/lib/packages/components/config-provider/src/config-provider-props.js +24 -0
  776. package/lib/packages/components/config-provider/src/config-provider-props.js.map +1 -0
  777. package/lib/packages/components/config-provider/src/config-provider.js +19 -0
  778. package/lib/packages/components/config-provider/src/config-provider.js.map +1 -0
  779. package/lib/packages/components/config-provider/src/constants.js +8 -0
  780. package/lib/packages/components/config-provider/src/constants.js.map +1 -0
  781. package/lib/packages/components/config-provider/src/hooks/use-global-config.js +83 -0
  782. package/lib/packages/components/config-provider/src/hooks/use-global-config.js.map +1 -0
  783. package/lib/packages/components/crud/index.js +15 -0
  784. package/lib/packages/components/crud/index.js.map +1 -0
  785. package/lib/packages/components/crud/src/button.js +34 -0
  786. package/lib/packages/components/crud/src/button.js.map +1 -0
  787. package/lib/packages/components/crud/src/crud.js +610 -0
  788. package/lib/packages/components/crud/src/crud.js.map +1 -0
  789. package/lib/packages/components/crud/src/crud2.js +65 -0
  790. package/lib/packages/components/crud/src/crud2.js.map +1 -0
  791. package/lib/packages/components/crud/src/instance.js +3 -0
  792. package/lib/packages/components/crud/src/instance.js.map +1 -0
  793. package/lib/packages/components/dialog/index.js +15 -0
  794. package/lib/packages/components/dialog/index.js.map +1 -0
  795. package/lib/packages/components/dialog/src/dialog.js +85 -0
  796. package/lib/packages/components/dialog/src/dialog.js.map +1 -0
  797. package/lib/packages/components/dialog/src/dialog2.js +125 -0
  798. package/lib/packages/components/dialog/src/dialog2.js.map +1 -0
  799. package/lib/packages/components/dialog/src/instance.js +3 -0
  800. package/lib/packages/components/dialog/src/instance.js.map +1 -0
  801. package/lib/packages/components/form/index.js +15 -0
  802. package/lib/packages/components/form/index.js.map +1 -0
  803. package/lib/packages/components/form/src/form.js +35 -0
  804. package/lib/packages/components/form/src/form.js.map +1 -0
  805. package/lib/packages/components/form/src/form2.js +631 -0
  806. package/lib/packages/components/form/src/form2.js.map +1 -0
  807. package/lib/packages/components/form/src/instance.js +3 -0
  808. package/lib/packages/components/form/src/instance.js.map +1 -0
  809. package/lib/packages/components/index.js +63 -0
  810. package/lib/packages/components/index.js.map +1 -0
  811. package/lib/packages/components/pagination/index.js +15 -0
  812. package/lib/packages/components/pagination/index.js.map +1 -0
  813. package/lib/packages/components/pagination/src/instance.js +3 -0
  814. package/lib/packages/components/pagination/src/instance.js.map +1 -0
  815. package/lib/packages/components/pagination/src/pagination.js +51 -0
  816. package/lib/packages/components/pagination/src/pagination.js.map +1 -0
  817. package/lib/packages/components/pagination/src/pagination2.js +47 -0
  818. package/lib/packages/components/pagination/src/pagination2.js.map +1 -0
  819. package/lib/packages/components/picture/index.js +15 -0
  820. package/lib/packages/components/picture/index.js.map +1 -0
  821. package/lib/packages/components/picture/src/instance.js +3 -0
  822. package/lib/packages/components/picture/src/instance.js.map +1 -0
  823. package/lib/packages/components/picture/src/picture.js +29 -0
  824. package/lib/packages/components/picture/src/picture.js.map +1 -0
  825. package/lib/packages/components/picture/src/picture2.js +35 -0
  826. package/lib/packages/components/picture/src/picture2.js.map +1 -0
  827. package/lib/packages/components/qrcode/index.js +15 -0
  828. package/lib/packages/components/qrcode/index.js.map +1 -0
  829. package/lib/packages/components/qrcode/src/instance.js +3 -0
  830. package/lib/packages/components/qrcode/src/instance.js.map +1 -0
  831. package/lib/packages/components/qrcode/src/qrcode.js +75 -0
  832. package/lib/packages/components/qrcode/src/qrcode.js.map +1 -0
  833. package/lib/packages/components/qrcode/src/qrcode2.js +32 -0
  834. package/lib/packages/components/qrcode/src/qrcode2.js.map +1 -0
  835. package/lib/packages/components/search/index.js +15 -0
  836. package/lib/packages/components/search/index.js.map +1 -0
  837. package/lib/packages/components/search/src/instance.js +3 -0
  838. package/lib/packages/components/search/src/instance.js.map +1 -0
  839. package/lib/packages/components/search/src/search.js +35 -0
  840. package/lib/packages/components/search/src/search.js.map +1 -0
  841. package/lib/packages/components/search/src/search2.js +432 -0
  842. package/lib/packages/components/search/src/search2.js.map +1 -0
  843. package/lib/packages/components/table/index.js +15 -0
  844. package/lib/packages/components/table/index.js.map +1 -0
  845. package/lib/packages/components/table/src/instance.js +3 -0
  846. package/lib/packages/components/table/src/instance.js.map +1 -0
  847. package/lib/packages/components/table/src/table.js +431 -0
  848. package/lib/packages/components/table/src/table.js.map +1 -0
  849. package/lib/packages/components/table/src/table2.js +47 -0
  850. package/lib/packages/components/table/src/table2.js.map +1 -0
  851. package/lib/packages/constants/index.js +13 -0
  852. package/lib/packages/constants/index.js.map +1 -0
  853. package/lib/packages/constants/key.js +8 -0
  854. package/lib/packages/constants/key.js.map +1 -0
  855. package/lib/packages/constants/size.js +14 -0
  856. package/lib/packages/constants/size.js.map +1 -0
  857. package/lib/packages/hooks/index.js +19 -0
  858. package/lib/packages/hooks/index.js.map +1 -0
  859. package/lib/packages/hooks/use-locale/index.js +37 -0
  860. package/lib/packages/hooks/use-locale/index.js.map +1 -0
  861. package/lib/packages/hooks/use-size/index.js +29 -0
  862. package/lib/packages/hooks/use-size/index.js.map +1 -0
  863. package/lib/packages/locale/index.js +12 -0
  864. package/lib/packages/locale/index.js.map +1 -0
  865. package/lib/packages/locale/lang/en.js +36 -0
  866. package/lib/packages/locale/lang/en.js.map +1 -0
  867. package/lib/packages/locale/lang/zh-cn.js +36 -0
  868. package/lib/packages/locale/lang/zh-cn.js.map +1 -0
  869. package/lib/packages/utils/arrays.js +21 -0
  870. package/lib/packages/utils/arrays.js.map +1 -0
  871. package/lib/packages/utils/browser.js +14 -0
  872. package/lib/packages/utils/browser.js.map +1 -0
  873. package/lib/packages/utils/dom/aria.js +87 -0
  874. package/lib/packages/utils/dom/aria.js.map +1 -0
  875. package/lib/packages/utils/dom/element.js +22 -0
  876. package/lib/packages/utils/dom/element.js.map +1 -0
  877. package/lib/packages/utils/dom/event.js +20 -0
  878. package/lib/packages/utils/dom/event.js.map +1 -0
  879. package/lib/packages/utils/dom/index.js +44 -0
  880. package/lib/packages/utils/dom/index.js.map +1 -0
  881. package/lib/packages/utils/dom/position.js +59 -0
  882. package/lib/packages/utils/dom/position.js.map +1 -0
  883. package/lib/packages/utils/dom/scroll.js +131 -0
  884. package/lib/packages/utils/dom/scroll.js.map +1 -0
  885. package/lib/packages/utils/dom/style.js +87 -0
  886. package/lib/packages/utils/dom/style.js.map +1 -0
  887. package/lib/packages/utils/easings.js +15 -0
  888. package/lib/packages/utils/easings.js.map +1 -0
  889. package/lib/packages/utils/error.js +25 -0
  890. package/lib/packages/utils/error.js.map +1 -0
  891. package/lib/packages/utils/functions.js +17 -0
  892. package/lib/packages/utils/functions.js.map +1 -0
  893. package/lib/packages/utils/i18n.js +8 -0
  894. package/lib/packages/utils/i18n.js.map +1 -0
  895. package/lib/packages/utils/index.js +187 -0
  896. package/lib/packages/utils/index.js.map +1 -0
  897. package/lib/packages/utils/objects.js +28 -0
  898. package/lib/packages/utils/objects.js.map +1 -0
  899. package/lib/packages/utils/raf.js +12 -0
  900. package/lib/packages/utils/raf.js.map +1 -0
  901. package/lib/packages/utils/rand.js +10 -0
  902. package/lib/packages/utils/rand.js.map +1 -0
  903. package/lib/packages/utils/strings.js +24 -0
  904. package/lib/packages/utils/strings.js.map +1 -0
  905. package/lib/packages/utils/throttleByRaf.js +26 -0
  906. package/lib/packages/utils/throttleByRaf.js.map +1 -0
  907. package/lib/packages/utils/types.js +66 -0
  908. package/lib/packages/utils/types.js.map +1 -0
  909. package/lib/packages/utils/typescript.js +8 -0
  910. package/lib/packages/utils/typescript.js.map +1 -0
  911. package/lib/packages/utils/vue/global-node.js +38 -0
  912. package/lib/packages/utils/vue/global-node.js.map +1 -0
  913. package/lib/packages/utils/vue/icon.js +40 -0
  914. package/lib/packages/utils/vue/icon.js.map +1 -0
  915. package/lib/packages/utils/vue/index.js +46 -0
  916. package/lib/packages/utils/vue/index.js.map +1 -0
  917. package/lib/packages/utils/vue/install.js +42 -0
  918. package/lib/packages/utils/vue/install.js.map +1 -0
  919. package/lib/packages/utils/vue/props/index.js +14 -0
  920. package/lib/packages/utils/vue/props/index.js.map +1 -0
  921. package/lib/packages/utils/vue/props/runtime.js +60 -0
  922. package/lib/packages/utils/vue/props/runtime.js.map +1 -0
  923. package/lib/packages/utils/vue/props/types.js +3 -0
  924. package/lib/packages/utils/vue/props/types.js.map +1 -0
  925. package/lib/packages/utils/vue/props/util.js +3 -0
  926. package/lib/packages/utils/vue/props/util.js.map +1 -0
  927. package/lib/packages/utils/vue/refs.js +20 -0
  928. package/lib/packages/utils/vue/refs.js.map +1 -0
  929. package/lib/packages/utils/vue/size.js +12 -0
  930. package/lib/packages/utils/vue/size.js.map +1 -0
  931. package/lib/packages/utils/vue/typescript.js +3 -0
  932. package/lib/packages/utils/vue/typescript.js.map +1 -0
  933. package/lib/packages/utils/vue/vnode.js +117 -0
  934. package/lib/packages/utils/vue/vnode.js.map +1 -0
  935. package/lib/utils/arrays.d.ts +5 -0
  936. package/lib/utils/browser.d.ts +3 -0
  937. package/lib/utils/dom/aria.d.ts +30 -0
  938. package/lib/utils/dom/element.d.ts +3 -0
  939. package/lib/utils/dom/event.d.ts +6 -0
  940. package/lib/utils/dom/index.d.ts +6 -0
  941. package/lib/utils/dom/position.d.ts +7 -0
  942. package/lib/utils/dom/scroll.d.ts +11 -0
  943. package/lib/utils/dom/style.d.ts +9 -0
  944. package/lib/utils/easings.d.ts +1 -0
  945. package/lib/utils/error.d.ts +3 -0
  946. package/lib/utils/functions.d.ts +1 -0
  947. package/lib/utils/i18n.d.ts +1 -0
  948. package/lib/utils/index.d.ts +15 -0
  949. package/lib/utils/objects.d.ts +8 -0
  950. package/lib/utils/raf.d.ts +2 -0
  951. package/lib/utils/rand.d.ts +12 -0
  952. package/lib/utils/strings.d.ts +6 -0
  953. package/lib/utils/throttleByRaf.d.ts +4 -0
  954. package/lib/utils/types.d.ts +9 -0
  955. package/lib/utils/typescript.d.ts +12 -0
  956. package/lib/utils/vue/global-node.d.ts +3 -0
  957. package/lib/utils/vue/icon.d.ts +23 -0
  958. package/lib/utils/vue/index.d.ts +8 -0
  959. package/lib/utils/vue/install.d.ts +6 -0
  960. package/lib/utils/vue/props/index.d.ts +3 -0
  961. package/lib/utils/vue/props/runtime.d.ts +29 -0
  962. package/lib/utils/vue/props/types.d.ts +120 -0
  963. package/lib/utils/vue/props/util.d.ts +8 -0
  964. package/lib/utils/vue/refs.d.ts +3 -0
  965. package/lib/utils/vue/size.d.ts +2 -0
  966. package/lib/utils/vue/typescript.d.ts +6 -0
  967. package/lib/utils/vue/vnode.d.ts +51 -0
  968. package/lib/version.d.ts +1 -0
  969. package/lib/version.js +8 -0
  970. package/lib/version.js.map +1 -0
  971. package/package.json +103 -0
  972. package/tags.json +1 -0
  973. package/theme-chalk/el-barcode.css +0 -0
  974. package/theme-chalk/el-crud.css +1 -0
  975. package/theme-chalk/el-dialog.css +1 -0
  976. package/theme-chalk/el-form.css +1 -0
  977. package/theme-chalk/el-pagination.css +0 -0
  978. package/theme-chalk/el-picture.css +0 -0
  979. package/theme-chalk/el-qrcode.css +1 -0
  980. package/theme-chalk/el-search.css +1 -0
  981. package/theme-chalk/el-table.css +1 -0
  982. package/theme-chalk/index.css +1 -0
  983. package/theme-chalk/src/barcode.scss +0 -0
  984. package/theme-chalk/src/crud.scss +27 -0
  985. package/theme-chalk/src/dialog.scss +17 -0
  986. package/theme-chalk/src/form.scss +24 -0
  987. package/theme-chalk/src/index.scss +8 -0
  988. package/theme-chalk/src/pagination.scss +0 -0
  989. package/theme-chalk/src/picture.scss +0 -0
  990. package/theme-chalk/src/qrcode.scss +8 -0
  991. package/theme-chalk/src/search.scss +11 -0
  992. package/theme-chalk/src/table.scss +73 -0
  993. package/web-types.json +1 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"format-input.js","sources":["../../../../../../../../../../../node_modules/.pnpm/@ctrl+tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/format-input.js"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-redundant-type-constituents */\nimport { convertHexToDecimal, hslToRgb, hsvToRgb, parseIntFromHex, rgbToRgb, } from './conversion.js';\nimport { names } from './css-color-names.js';\nimport { boundAlpha, convertToPercentage } from './util.js';\n/**\n * Given a string or object, convert that input to RGB\n *\n * Possible string inputs:\n * ```\n * \"red\"\n * \"#f00\" or \"f00\"\n * \"#ff0000\" or \"ff0000\"\n * \"#ff000000\" or \"ff000000\"\n * \"rgb 255 0 0\" or \"rgb (255, 0, 0)\"\n * \"rgb 1.0 0 0\" or \"rgb (1, 0, 0)\"\n * \"rgba (255, 0, 0, 1)\" or \"rgba 255, 0, 0, 1\"\n * \"rgba (1.0, 0, 0, 1)\" or \"rgba 1.0, 0, 0, 1\"\n * \"hsl(0, 100%, 50%)\" or \"hsl 0 100% 50%\"\n * \"hsla(0, 100%, 50%, 1)\" or \"hsla 0 100% 50%, 1\"\n * \"hsv(0, 100%, 100%)\" or \"hsv 0 100% 100%\"\n * ```\n */\nexport function inputToRGB(color) {\n var rgb = { r: 0, g: 0, b: 0 };\n var a = 1;\n var s = null;\n var v = null;\n var l = null;\n var ok = false;\n var format = false;\n if (typeof color === 'string') {\n color = stringInputToObject(color);\n }\n if (typeof color === 'object') {\n if (isValidCSSUnit(color.r) && isValidCSSUnit(color.g) && isValidCSSUnit(color.b)) {\n rgb = rgbToRgb(color.r, color.g, color.b);\n ok = true;\n format = String(color.r).substr(-1) === '%' ? 'prgb' : 'rgb';\n }\n else if (isValidCSSUnit(color.h) && isValidCSSUnit(color.s) && isValidCSSUnit(color.v)) {\n s = convertToPercentage(color.s);\n v = convertToPercentage(color.v);\n rgb = hsvToRgb(color.h, s, v);\n ok = true;\n format = 'hsv';\n }\n else if (isValidCSSUnit(color.h) && isValidCSSUnit(color.s) && isValidCSSUnit(color.l)) {\n s = convertToPercentage(color.s);\n l = convertToPercentage(color.l);\n rgb = hslToRgb(color.h, s, l);\n ok = true;\n format = 'hsl';\n }\n if (Object.prototype.hasOwnProperty.call(color, 'a')) {\n a = color.a;\n }\n }\n a = boundAlpha(a);\n return {\n ok: ok,\n format: color.format || format,\n r: Math.min(255, Math.max(rgb.r, 0)),\n g: Math.min(255, Math.max(rgb.g, 0)),\n b: Math.min(255, Math.max(rgb.b, 0)),\n a: a,\n };\n}\n// <http://www.w3.org/TR/css3-values/#integers>\nvar CSS_INTEGER = '[-\\\\+]?\\\\d+%?';\n// <http://www.w3.org/TR/css3-values/#number-value>\nvar CSS_NUMBER = '[-\\\\+]?\\\\d*\\\\.\\\\d+%?';\n// Allow positive/negative integer/number. Don't capture the either/or, just the entire outcome.\nvar CSS_UNIT = \"(?:\".concat(CSS_NUMBER, \")|(?:\").concat(CSS_INTEGER, \")\");\n// Actual matching.\n// Parentheses and commas are optional, but not required.\n// Whitespace can take the place of commas or opening paren\nvar PERMISSIVE_MATCH3 = \"[\\\\s|\\\\(]+(\".concat(CSS_UNIT, \")[,|\\\\s]+(\").concat(CSS_UNIT, \")[,|\\\\s]+(\").concat(CSS_UNIT, \")\\\\s*\\\\)?\");\nvar PERMISSIVE_MATCH4 = \"[\\\\s|\\\\(]+(\".concat(CSS_UNIT, \")[,|\\\\s]+(\").concat(CSS_UNIT, \")[,|\\\\s]+(\").concat(CSS_UNIT, \")[,|\\\\s]+(\").concat(CSS_UNIT, \")\\\\s*\\\\)?\");\nvar matchers = {\n CSS_UNIT: new RegExp(CSS_UNIT),\n rgb: new RegExp('rgb' + PERMISSIVE_MATCH3),\n rgba: new RegExp('rgba' + PERMISSIVE_MATCH4),\n hsl: new RegExp('hsl' + PERMISSIVE_MATCH3),\n hsla: new RegExp('hsla' + PERMISSIVE_MATCH4),\n hsv: new RegExp('hsv' + PERMISSIVE_MATCH3),\n hsva: new RegExp('hsva' + PERMISSIVE_MATCH4),\n hex3: /^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,\n hex6: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,\n hex4: /^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,\n hex8: /^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,\n};\n/**\n * Permissive string parsing. Take in a number of formats, and output an object\n * based on detected format. Returns `{ r, g, b }` or `{ h, s, l }` or `{ h, s, v}`\n */\nexport function stringInputToObject(color) {\n color = color.trim().toLowerCase();\n if (color.length === 0) {\n return false;\n }\n var named = false;\n if (names[color]) {\n color = names[color];\n named = true;\n }\n else if (color === 'transparent') {\n return { r: 0, g: 0, b: 0, a: 0, format: 'name' };\n }\n // Try to match string input using regular expressions.\n // Keep most of the number bounding out of this function - don't worry about [0,1] or [0,100] or [0,360]\n // Just return an object and let the conversion functions handle that.\n // This way the result will be the same whether the tinycolor is initialized with string or object.\n var match = matchers.rgb.exec(color);\n if (match) {\n return { r: match[1], g: match[2], b: match[3] };\n }\n match = matchers.rgba.exec(color);\n if (match) {\n return { r: match[1], g: match[2], b: match[3], a: match[4] };\n }\n match = matchers.hsl.exec(color);\n if (match) {\n return { h: match[1], s: match[2], l: match[3] };\n }\n match = matchers.hsla.exec(color);\n if (match) {\n return { h: match[1], s: match[2], l: match[3], a: match[4] };\n }\n match = matchers.hsv.exec(color);\n if (match) {\n return { h: match[1], s: match[2], v: match[3] };\n }\n match = matchers.hsva.exec(color);\n if (match) {\n return { h: match[1], s: match[2], v: match[3], a: match[4] };\n }\n match = matchers.hex8.exec(color);\n if (match) {\n return {\n r: parseIntFromHex(match[1]),\n g: parseIntFromHex(match[2]),\n b: parseIntFromHex(match[3]),\n a: convertHexToDecimal(match[4]),\n format: named ? 'name' : 'hex8',\n };\n }\n match = matchers.hex6.exec(color);\n if (match) {\n return {\n r: parseIntFromHex(match[1]),\n g: parseIntFromHex(match[2]),\n b: parseIntFromHex(match[3]),\n format: named ? 'name' : 'hex',\n };\n }\n match = matchers.hex4.exec(color);\n if (match) {\n return {\n r: parseIntFromHex(match[1] + match[1]),\n g: parseIntFromHex(match[2] + match[2]),\n b: parseIntFromHex(match[3] + match[3]),\n a: convertHexToDecimal(match[4] + match[4]),\n format: named ? 'name' : 'hex8',\n };\n }\n match = matchers.hex3.exec(color);\n if (match) {\n return {\n r: parseIntFromHex(match[1] + match[1]),\n g: parseIntFromHex(match[2] + match[2]),\n b: parseIntFromHex(match[3] + match[3]),\n format: named ? 'name' : 'hex',\n };\n }\n return false;\n}\n/**\n * Check to see if it looks like a CSS unit\n * (see `matchers` above for definition).\n */\nexport function isValidCSSUnit(color) {\n return Boolean(matchers.CSS_UNIT.exec(String(color)));\n}\n"],"names":["rgbToRgb","convertToPercentage","hsvToRgb","hslToRgb","boundAlpha","names","parseIntFromHex","convertHexToDecimal"],"mappings":"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"}
@@ -0,0 +1,509 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var conversion = require('./conversion.js');
6
+ var cssColorNames = require('./css-color-names.js');
7
+ var formatInput = require('./format-input.js');
8
+ var util = require('./util.js');
9
+
10
+ var TinyColor = /** @class */ (function () {
11
+ function TinyColor(color, opts) {
12
+ if (color === void 0) { color = ''; }
13
+ if (opts === void 0) { opts = {}; }
14
+ var _a;
15
+ // If input is already a tinycolor, return itself
16
+ if (color instanceof TinyColor) {
17
+ // eslint-disable-next-line no-constructor-return
18
+ return color;
19
+ }
20
+ if (typeof color === 'number') {
21
+ color = conversion.numberInputToObject(color);
22
+ }
23
+ this.originalInput = color;
24
+ var rgb = formatInput.inputToRGB(color);
25
+ this.originalInput = color;
26
+ this.r = rgb.r;
27
+ this.g = rgb.g;
28
+ this.b = rgb.b;
29
+ this.a = rgb.a;
30
+ this.roundA = Math.round(100 * this.a) / 100;
31
+ this.format = (_a = opts.format) !== null && _a !== void 0 ? _a : rgb.format;
32
+ this.gradientType = opts.gradientType;
33
+ // Don't let the range of [0,255] come back in [0,1].
34
+ // Potentially lose a little bit of precision here, but will fix issues where
35
+ // .5 gets interpreted as half of the total, instead of half of 1
36
+ // If it was supposed to be 128, this was already taken care of by `inputToRgb`
37
+ if (this.r < 1) {
38
+ this.r = Math.round(this.r);
39
+ }
40
+ if (this.g < 1) {
41
+ this.g = Math.round(this.g);
42
+ }
43
+ if (this.b < 1) {
44
+ this.b = Math.round(this.b);
45
+ }
46
+ this.isValid = rgb.ok;
47
+ }
48
+ TinyColor.prototype.isDark = function () {
49
+ return this.getBrightness() < 128;
50
+ };
51
+ TinyColor.prototype.isLight = function () {
52
+ return !this.isDark();
53
+ };
54
+ /**
55
+ * Returns the perceived brightness of the color, from 0-255.
56
+ */
57
+ TinyColor.prototype.getBrightness = function () {
58
+ // http://www.w3.org/TR/AERT#color-contrast
59
+ var rgb = this.toRgb();
60
+ return (rgb.r * 299 + rgb.g * 587 + rgb.b * 114) / 1000;
61
+ };
62
+ /**
63
+ * Returns the perceived luminance of a color, from 0-1.
64
+ */
65
+ TinyColor.prototype.getLuminance = function () {
66
+ // http://www.w3.org/TR/2008/REC-WCAG20-20081211/#relativeluminancedef
67
+ var rgb = this.toRgb();
68
+ var R;
69
+ var G;
70
+ var B;
71
+ var RsRGB = rgb.r / 255;
72
+ var GsRGB = rgb.g / 255;
73
+ var BsRGB = rgb.b / 255;
74
+ if (RsRGB <= 0.03928) {
75
+ R = RsRGB / 12.92;
76
+ }
77
+ else {
78
+ // eslint-disable-next-line prefer-exponentiation-operator
79
+ R = Math.pow((RsRGB + 0.055) / 1.055, 2.4);
80
+ }
81
+ if (GsRGB <= 0.03928) {
82
+ G = GsRGB / 12.92;
83
+ }
84
+ else {
85
+ // eslint-disable-next-line prefer-exponentiation-operator
86
+ G = Math.pow((GsRGB + 0.055) / 1.055, 2.4);
87
+ }
88
+ if (BsRGB <= 0.03928) {
89
+ B = BsRGB / 12.92;
90
+ }
91
+ else {
92
+ // eslint-disable-next-line prefer-exponentiation-operator
93
+ B = Math.pow((BsRGB + 0.055) / 1.055, 2.4);
94
+ }
95
+ return 0.2126 * R + 0.7152 * G + 0.0722 * B;
96
+ };
97
+ /**
98
+ * Returns the alpha value of a color, from 0-1.
99
+ */
100
+ TinyColor.prototype.getAlpha = function () {
101
+ return this.a;
102
+ };
103
+ /**
104
+ * Sets the alpha value on the current color.
105
+ *
106
+ * @param alpha - The new alpha value. The accepted range is 0-1.
107
+ */
108
+ TinyColor.prototype.setAlpha = function (alpha) {
109
+ this.a = util.boundAlpha(alpha);
110
+ this.roundA = Math.round(100 * this.a) / 100;
111
+ return this;
112
+ };
113
+ /**
114
+ * Returns whether the color is monochrome.
115
+ */
116
+ TinyColor.prototype.isMonochrome = function () {
117
+ var s = this.toHsl().s;
118
+ return s === 0;
119
+ };
120
+ /**
121
+ * Returns the object as a HSVA object.
122
+ */
123
+ TinyColor.prototype.toHsv = function () {
124
+ var hsv = conversion.rgbToHsv(this.r, this.g, this.b);
125
+ return { h: hsv.h * 360, s: hsv.s, v: hsv.v, a: this.a };
126
+ };
127
+ /**
128
+ * Returns the hsva values interpolated into a string with the following format:
129
+ * "hsva(xxx, xxx, xxx, xx)".
130
+ */
131
+ TinyColor.prototype.toHsvString = function () {
132
+ var hsv = conversion.rgbToHsv(this.r, this.g, this.b);
133
+ var h = Math.round(hsv.h * 360);
134
+ var s = Math.round(hsv.s * 100);
135
+ var v = Math.round(hsv.v * 100);
136
+ return this.a === 1 ? "hsv(".concat(h, ", ").concat(s, "%, ").concat(v, "%)") : "hsva(".concat(h, ", ").concat(s, "%, ").concat(v, "%, ").concat(this.roundA, ")");
137
+ };
138
+ /**
139
+ * Returns the object as a HSLA object.
140
+ */
141
+ TinyColor.prototype.toHsl = function () {
142
+ var hsl = conversion.rgbToHsl(this.r, this.g, this.b);
143
+ return { h: hsl.h * 360, s: hsl.s, l: hsl.l, a: this.a };
144
+ };
145
+ /**
146
+ * Returns the hsla values interpolated into a string with the following format:
147
+ * "hsla(xxx, xxx, xxx, xx)".
148
+ */
149
+ TinyColor.prototype.toHslString = function () {
150
+ var hsl = conversion.rgbToHsl(this.r, this.g, this.b);
151
+ var h = Math.round(hsl.h * 360);
152
+ var s = Math.round(hsl.s * 100);
153
+ var l = Math.round(hsl.l * 100);
154
+ return this.a === 1 ? "hsl(".concat(h, ", ").concat(s, "%, ").concat(l, "%)") : "hsla(".concat(h, ", ").concat(s, "%, ").concat(l, "%, ").concat(this.roundA, ")");
155
+ };
156
+ /**
157
+ * Returns the hex value of the color.
158
+ * @param allow3Char will shorten hex value to 3 char if possible
159
+ */
160
+ TinyColor.prototype.toHex = function (allow3Char) {
161
+ if (allow3Char === void 0) { allow3Char = false; }
162
+ return conversion.rgbToHex(this.r, this.g, this.b, allow3Char);
163
+ };
164
+ /**
165
+ * Returns the hex value of the color -with a # prefixed.
166
+ * @param allow3Char will shorten hex value to 3 char if possible
167
+ */
168
+ TinyColor.prototype.toHexString = function (allow3Char) {
169
+ if (allow3Char === void 0) { allow3Char = false; }
170
+ return '#' + this.toHex(allow3Char);
171
+ };
172
+ /**
173
+ * Returns the hex 8 value of the color.
174
+ * @param allow4Char will shorten hex value to 4 char if possible
175
+ */
176
+ TinyColor.prototype.toHex8 = function (allow4Char) {
177
+ if (allow4Char === void 0) { allow4Char = false; }
178
+ return conversion.rgbaToHex(this.r, this.g, this.b, this.a, allow4Char);
179
+ };
180
+ /**
181
+ * Returns the hex 8 value of the color -with a # prefixed.
182
+ * @param allow4Char will shorten hex value to 4 char if possible
183
+ */
184
+ TinyColor.prototype.toHex8String = function (allow4Char) {
185
+ if (allow4Char === void 0) { allow4Char = false; }
186
+ return '#' + this.toHex8(allow4Char);
187
+ };
188
+ /**
189
+ * Returns the shorter hex value of the color depends on its alpha -with a # prefixed.
190
+ * @param allowShortChar will shorten hex value to 3 or 4 char if possible
191
+ */
192
+ TinyColor.prototype.toHexShortString = function (allowShortChar) {
193
+ if (allowShortChar === void 0) { allowShortChar = false; }
194
+ return this.a === 1 ? this.toHexString(allowShortChar) : this.toHex8String(allowShortChar);
195
+ };
196
+ /**
197
+ * Returns the object as a RGBA object.
198
+ */
199
+ TinyColor.prototype.toRgb = function () {
200
+ return {
201
+ r: Math.round(this.r),
202
+ g: Math.round(this.g),
203
+ b: Math.round(this.b),
204
+ a: this.a,
205
+ };
206
+ };
207
+ /**
208
+ * Returns the RGBA values interpolated into a string with the following format:
209
+ * "RGBA(xxx, xxx, xxx, xx)".
210
+ */
211
+ TinyColor.prototype.toRgbString = function () {
212
+ var r = Math.round(this.r);
213
+ var g = Math.round(this.g);
214
+ var b = Math.round(this.b);
215
+ return this.a === 1 ? "rgb(".concat(r, ", ").concat(g, ", ").concat(b, ")") : "rgba(".concat(r, ", ").concat(g, ", ").concat(b, ", ").concat(this.roundA, ")");
216
+ };
217
+ /**
218
+ * Returns the object as a RGBA object.
219
+ */
220
+ TinyColor.prototype.toPercentageRgb = function () {
221
+ var fmt = function (x) { return "".concat(Math.round(util.bound01(x, 255) * 100), "%"); };
222
+ return {
223
+ r: fmt(this.r),
224
+ g: fmt(this.g),
225
+ b: fmt(this.b),
226
+ a: this.a,
227
+ };
228
+ };
229
+ /**
230
+ * Returns the RGBA relative values interpolated into a string
231
+ */
232
+ TinyColor.prototype.toPercentageRgbString = function () {
233
+ var rnd = function (x) { return Math.round(util.bound01(x, 255) * 100); };
234
+ return this.a === 1
235
+ ? "rgb(".concat(rnd(this.r), "%, ").concat(rnd(this.g), "%, ").concat(rnd(this.b), "%)")
236
+ : "rgba(".concat(rnd(this.r), "%, ").concat(rnd(this.g), "%, ").concat(rnd(this.b), "%, ").concat(this.roundA, ")");
237
+ };
238
+ /**
239
+ * The 'real' name of the color -if there is one.
240
+ */
241
+ TinyColor.prototype.toName = function () {
242
+ if (this.a === 0) {
243
+ return 'transparent';
244
+ }
245
+ if (this.a < 1) {
246
+ return false;
247
+ }
248
+ var hex = '#' + conversion.rgbToHex(this.r, this.g, this.b, false);
249
+ for (var _i = 0, _a = Object.entries(cssColorNames.names); _i < _a.length; _i++) {
250
+ var _b = _a[_i], key = _b[0], value = _b[1];
251
+ if (hex === value) {
252
+ return key;
253
+ }
254
+ }
255
+ return false;
256
+ };
257
+ TinyColor.prototype.toString = function (format) {
258
+ var formatSet = Boolean(format);
259
+ format = format !== null && format !== void 0 ? format : this.format;
260
+ var formattedString = false;
261
+ var hasAlpha = this.a < 1 && this.a >= 0;
262
+ var needsAlphaFormat = !formatSet && hasAlpha && (format.startsWith('hex') || format === 'name');
263
+ if (needsAlphaFormat) {
264
+ // Special case for "transparent", all other non-alpha formats
265
+ // will return rgba when there is transparency.
266
+ if (format === 'name' && this.a === 0) {
267
+ return this.toName();
268
+ }
269
+ return this.toRgbString();
270
+ }
271
+ if (format === 'rgb') {
272
+ formattedString = this.toRgbString();
273
+ }
274
+ if (format === 'prgb') {
275
+ formattedString = this.toPercentageRgbString();
276
+ }
277
+ if (format === 'hex' || format === 'hex6') {
278
+ formattedString = this.toHexString();
279
+ }
280
+ if (format === 'hex3') {
281
+ formattedString = this.toHexString(true);
282
+ }
283
+ if (format === 'hex4') {
284
+ formattedString = this.toHex8String(true);
285
+ }
286
+ if (format === 'hex8') {
287
+ formattedString = this.toHex8String();
288
+ }
289
+ if (format === 'name') {
290
+ formattedString = this.toName();
291
+ }
292
+ if (format === 'hsl') {
293
+ formattedString = this.toHslString();
294
+ }
295
+ if (format === 'hsv') {
296
+ formattedString = this.toHsvString();
297
+ }
298
+ return formattedString || this.toHexString();
299
+ };
300
+ TinyColor.prototype.toNumber = function () {
301
+ return (Math.round(this.r) << 16) + (Math.round(this.g) << 8) + Math.round(this.b);
302
+ };
303
+ TinyColor.prototype.clone = function () {
304
+ return new TinyColor(this.toString());
305
+ };
306
+ /**
307
+ * Lighten the color a given amount. Providing 100 will always return white.
308
+ * @param amount - valid between 1-100
309
+ */
310
+ TinyColor.prototype.lighten = function (amount) {
311
+ if (amount === void 0) { amount = 10; }
312
+ var hsl = this.toHsl();
313
+ hsl.l += amount / 100;
314
+ hsl.l = util.clamp01(hsl.l);
315
+ return new TinyColor(hsl);
316
+ };
317
+ /**
318
+ * Brighten the color a given amount, from 0 to 100.
319
+ * @param amount - valid between 1-100
320
+ */
321
+ TinyColor.prototype.brighten = function (amount) {
322
+ if (amount === void 0) { amount = 10; }
323
+ var rgb = this.toRgb();
324
+ rgb.r = Math.max(0, Math.min(255, rgb.r - Math.round(255 * -(amount / 100))));
325
+ rgb.g = Math.max(0, Math.min(255, rgb.g - Math.round(255 * -(amount / 100))));
326
+ rgb.b = Math.max(0, Math.min(255, rgb.b - Math.round(255 * -(amount / 100))));
327
+ return new TinyColor(rgb);
328
+ };
329
+ /**
330
+ * Darken the color a given amount, from 0 to 100.
331
+ * Providing 100 will always return black.
332
+ * @param amount - valid between 1-100
333
+ */
334
+ TinyColor.prototype.darken = function (amount) {
335
+ if (amount === void 0) { amount = 10; }
336
+ var hsl = this.toHsl();
337
+ hsl.l -= amount / 100;
338
+ hsl.l = util.clamp01(hsl.l);
339
+ return new TinyColor(hsl);
340
+ };
341
+ /**
342
+ * Mix the color with pure white, from 0 to 100.
343
+ * Providing 0 will do nothing, providing 100 will always return white.
344
+ * @param amount - valid between 1-100
345
+ */
346
+ TinyColor.prototype.tint = function (amount) {
347
+ if (amount === void 0) { amount = 10; }
348
+ return this.mix('white', amount);
349
+ };
350
+ /**
351
+ * Mix the color with pure black, from 0 to 100.
352
+ * Providing 0 will do nothing, providing 100 will always return black.
353
+ * @param amount - valid between 1-100
354
+ */
355
+ TinyColor.prototype.shade = function (amount) {
356
+ if (amount === void 0) { amount = 10; }
357
+ return this.mix('black', amount);
358
+ };
359
+ /**
360
+ * Desaturate the color a given amount, from 0 to 100.
361
+ * Providing 100 will is the same as calling greyscale
362
+ * @param amount - valid between 1-100
363
+ */
364
+ TinyColor.prototype.desaturate = function (amount) {
365
+ if (amount === void 0) { amount = 10; }
366
+ var hsl = this.toHsl();
367
+ hsl.s -= amount / 100;
368
+ hsl.s = util.clamp01(hsl.s);
369
+ return new TinyColor(hsl);
370
+ };
371
+ /**
372
+ * Saturate the color a given amount, from 0 to 100.
373
+ * @param amount - valid between 1-100
374
+ */
375
+ TinyColor.prototype.saturate = function (amount) {
376
+ if (amount === void 0) { amount = 10; }
377
+ var hsl = this.toHsl();
378
+ hsl.s += amount / 100;
379
+ hsl.s = util.clamp01(hsl.s);
380
+ return new TinyColor(hsl);
381
+ };
382
+ /**
383
+ * Completely desaturates a color into greyscale.
384
+ * Same as calling `desaturate(100)`
385
+ */
386
+ TinyColor.prototype.greyscale = function () {
387
+ return this.desaturate(100);
388
+ };
389
+ /**
390
+ * Spin takes a positive or negative amount within [-360, 360] indicating the change of hue.
391
+ * Values outside of this range will be wrapped into this range.
392
+ */
393
+ TinyColor.prototype.spin = function (amount) {
394
+ var hsl = this.toHsl();
395
+ var hue = (hsl.h + amount) % 360;
396
+ hsl.h = hue < 0 ? 360 + hue : hue;
397
+ return new TinyColor(hsl);
398
+ };
399
+ /**
400
+ * Mix the current color a given amount with another color, from 0 to 100.
401
+ * 0 means no mixing (return current color).
402
+ */
403
+ TinyColor.prototype.mix = function (color, amount) {
404
+ if (amount === void 0) { amount = 50; }
405
+ var rgb1 = this.toRgb();
406
+ var rgb2 = new TinyColor(color).toRgb();
407
+ var p = amount / 100;
408
+ var rgba = {
409
+ r: (rgb2.r - rgb1.r) * p + rgb1.r,
410
+ g: (rgb2.g - rgb1.g) * p + rgb1.g,
411
+ b: (rgb2.b - rgb1.b) * p + rgb1.b,
412
+ a: (rgb2.a - rgb1.a) * p + rgb1.a,
413
+ };
414
+ return new TinyColor(rgba);
415
+ };
416
+ TinyColor.prototype.analogous = function (results, slices) {
417
+ if (results === void 0) { results = 6; }
418
+ if (slices === void 0) { slices = 30; }
419
+ var hsl = this.toHsl();
420
+ var part = 360 / slices;
421
+ var ret = [this];
422
+ for (hsl.h = (hsl.h - ((part * results) >> 1) + 720) % 360; --results;) {
423
+ hsl.h = (hsl.h + part) % 360;
424
+ ret.push(new TinyColor(hsl));
425
+ }
426
+ return ret;
427
+ };
428
+ /**
429
+ * taken from https://github.com/infusion/jQuery-xcolor/blob/master/jquery.xcolor.js
430
+ */
431
+ TinyColor.prototype.complement = function () {
432
+ var hsl = this.toHsl();
433
+ hsl.h = (hsl.h + 180) % 360;
434
+ return new TinyColor(hsl);
435
+ };
436
+ TinyColor.prototype.monochromatic = function (results) {
437
+ if (results === void 0) { results = 6; }
438
+ var hsv = this.toHsv();
439
+ var h = hsv.h;
440
+ var s = hsv.s;
441
+ var v = hsv.v;
442
+ var res = [];
443
+ var modification = 1 / results;
444
+ while (results--) {
445
+ res.push(new TinyColor({ h: h, s: s, v: v }));
446
+ v = (v + modification) % 1;
447
+ }
448
+ return res;
449
+ };
450
+ TinyColor.prototype.splitcomplement = function () {
451
+ var hsl = this.toHsl();
452
+ var h = hsl.h;
453
+ return [
454
+ this,
455
+ new TinyColor({ h: (h + 72) % 360, s: hsl.s, l: hsl.l }),
456
+ new TinyColor({ h: (h + 216) % 360, s: hsl.s, l: hsl.l }),
457
+ ];
458
+ };
459
+ /**
460
+ * Compute how the color would appear on a background
461
+ */
462
+ TinyColor.prototype.onBackground = function (background) {
463
+ var fg = this.toRgb();
464
+ var bg = new TinyColor(background).toRgb();
465
+ var alpha = fg.a + bg.a * (1 - fg.a);
466
+ return new TinyColor({
467
+ r: (fg.r * fg.a + bg.r * bg.a * (1 - fg.a)) / alpha,
468
+ g: (fg.g * fg.a + bg.g * bg.a * (1 - fg.a)) / alpha,
469
+ b: (fg.b * fg.a + bg.b * bg.a * (1 - fg.a)) / alpha,
470
+ a: alpha,
471
+ });
472
+ };
473
+ /**
474
+ * Alias for `polyad(3)`
475
+ */
476
+ TinyColor.prototype.triad = function () {
477
+ return this.polyad(3);
478
+ };
479
+ /**
480
+ * Alias for `polyad(4)`
481
+ */
482
+ TinyColor.prototype.tetrad = function () {
483
+ return this.polyad(4);
484
+ };
485
+ /**
486
+ * Get polyad colors, like (for 1, 2, 3, 4, 5, 6, 7, 8, etc...)
487
+ * monad, dyad, triad, tetrad, pentad, hexad, heptad, octad, etc...
488
+ */
489
+ TinyColor.prototype.polyad = function (n) {
490
+ var hsl = this.toHsl();
491
+ var h = hsl.h;
492
+ var result = [this];
493
+ var increment = 360 / n;
494
+ for (var i = 1; i < n; i++) {
495
+ result.push(new TinyColor({ h: (h + i * increment) % 360, s: hsl.s, l: hsl.l }));
496
+ }
497
+ return result;
498
+ };
499
+ /**
500
+ * compare color vs current color
501
+ */
502
+ TinyColor.prototype.equals = function (color) {
503
+ return this.toRgbString() === new TinyColor(color).toRgbString();
504
+ };
505
+ return TinyColor;
506
+ }());
507
+
508
+ exports.TinyColor = TinyColor;
509
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":["../../../../../../../../../../../node_modules/.pnpm/@ctrl+tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/index.js"],"sourcesContent":["import { numberInputToObject, rgbaToHex, rgbToHex, rgbToHsl, rgbToHsv } from './conversion.js';\nimport { names } from './css-color-names.js';\nimport { inputToRGB } from './format-input';\nimport { bound01, boundAlpha, clamp01 } from './util.js';\nvar TinyColor = /** @class */ (function () {\n function TinyColor(color, opts) {\n if (color === void 0) { color = ''; }\n if (opts === void 0) { opts = {}; }\n var _a;\n // If input is already a tinycolor, return itself\n if (color instanceof TinyColor) {\n // eslint-disable-next-line no-constructor-return\n return color;\n }\n if (typeof color === 'number') {\n color = numberInputToObject(color);\n }\n this.originalInput = color;\n var rgb = inputToRGB(color);\n this.originalInput = color;\n this.r = rgb.r;\n this.g = rgb.g;\n this.b = rgb.b;\n this.a = rgb.a;\n this.roundA = Math.round(100 * this.a) / 100;\n this.format = (_a = opts.format) !== null && _a !== void 0 ? _a : rgb.format;\n this.gradientType = opts.gradientType;\n // Don't let the range of [0,255] come back in [0,1].\n // Potentially lose a little bit of precision here, but will fix issues where\n // .5 gets interpreted as half of the total, instead of half of 1\n // If it was supposed to be 128, this was already taken care of by `inputToRgb`\n if (this.r < 1) {\n this.r = Math.round(this.r);\n }\n if (this.g < 1) {\n this.g = Math.round(this.g);\n }\n if (this.b < 1) {\n this.b = Math.round(this.b);\n }\n this.isValid = rgb.ok;\n }\n TinyColor.prototype.isDark = function () {\n return this.getBrightness() < 128;\n };\n TinyColor.prototype.isLight = function () {\n return !this.isDark();\n };\n /**\n * Returns the perceived brightness of the color, from 0-255.\n */\n TinyColor.prototype.getBrightness = function () {\n // http://www.w3.org/TR/AERT#color-contrast\n var rgb = this.toRgb();\n return (rgb.r * 299 + rgb.g * 587 + rgb.b * 114) / 1000;\n };\n /**\n * Returns the perceived luminance of a color, from 0-1.\n */\n TinyColor.prototype.getLuminance = function () {\n // http://www.w3.org/TR/2008/REC-WCAG20-20081211/#relativeluminancedef\n var rgb = this.toRgb();\n var R;\n var G;\n var B;\n var RsRGB = rgb.r / 255;\n var GsRGB = rgb.g / 255;\n var BsRGB = rgb.b / 255;\n if (RsRGB <= 0.03928) {\n R = RsRGB / 12.92;\n }\n else {\n // eslint-disable-next-line prefer-exponentiation-operator\n R = Math.pow((RsRGB + 0.055) / 1.055, 2.4);\n }\n if (GsRGB <= 0.03928) {\n G = GsRGB / 12.92;\n }\n else {\n // eslint-disable-next-line prefer-exponentiation-operator\n G = Math.pow((GsRGB + 0.055) / 1.055, 2.4);\n }\n if (BsRGB <= 0.03928) {\n B = BsRGB / 12.92;\n }\n else {\n // eslint-disable-next-line prefer-exponentiation-operator\n B = Math.pow((BsRGB + 0.055) / 1.055, 2.4);\n }\n return 0.2126 * R + 0.7152 * G + 0.0722 * B;\n };\n /**\n * Returns the alpha value of a color, from 0-1.\n */\n TinyColor.prototype.getAlpha = function () {\n return this.a;\n };\n /**\n * Sets the alpha value on the current color.\n *\n * @param alpha - The new alpha value. The accepted range is 0-1.\n */\n TinyColor.prototype.setAlpha = function (alpha) {\n this.a = boundAlpha(alpha);\n this.roundA = Math.round(100 * this.a) / 100;\n return this;\n };\n /**\n * Returns whether the color is monochrome.\n */\n TinyColor.prototype.isMonochrome = function () {\n var s = this.toHsl().s;\n return s === 0;\n };\n /**\n * Returns the object as a HSVA object.\n */\n TinyColor.prototype.toHsv = function () {\n var hsv = rgbToHsv(this.r, this.g, this.b);\n return { h: hsv.h * 360, s: hsv.s, v: hsv.v, a: this.a };\n };\n /**\n * Returns the hsva values interpolated into a string with the following format:\n * \"hsva(xxx, xxx, xxx, xx)\".\n */\n TinyColor.prototype.toHsvString = function () {\n var hsv = rgbToHsv(this.r, this.g, this.b);\n var h = Math.round(hsv.h * 360);\n var s = Math.round(hsv.s * 100);\n var v = Math.round(hsv.v * 100);\n return this.a === 1 ? \"hsv(\".concat(h, \", \").concat(s, \"%, \").concat(v, \"%)\") : \"hsva(\".concat(h, \", \").concat(s, \"%, \").concat(v, \"%, \").concat(this.roundA, \")\");\n };\n /**\n * Returns the object as a HSLA object.\n */\n TinyColor.prototype.toHsl = function () {\n var hsl = rgbToHsl(this.r, this.g, this.b);\n return { h: hsl.h * 360, s: hsl.s, l: hsl.l, a: this.a };\n };\n /**\n * Returns the hsla values interpolated into a string with the following format:\n * \"hsla(xxx, xxx, xxx, xx)\".\n */\n TinyColor.prototype.toHslString = function () {\n var hsl = rgbToHsl(this.r, this.g, this.b);\n var h = Math.round(hsl.h * 360);\n var s = Math.round(hsl.s * 100);\n var l = Math.round(hsl.l * 100);\n return this.a === 1 ? \"hsl(\".concat(h, \", \").concat(s, \"%, \").concat(l, \"%)\") : \"hsla(\".concat(h, \", \").concat(s, \"%, \").concat(l, \"%, \").concat(this.roundA, \")\");\n };\n /**\n * Returns the hex value of the color.\n * @param allow3Char will shorten hex value to 3 char if possible\n */\n TinyColor.prototype.toHex = function (allow3Char) {\n if (allow3Char === void 0) { allow3Char = false; }\n return rgbToHex(this.r, this.g, this.b, allow3Char);\n };\n /**\n * Returns the hex value of the color -with a # prefixed.\n * @param allow3Char will shorten hex value to 3 char if possible\n */\n TinyColor.prototype.toHexString = function (allow3Char) {\n if (allow3Char === void 0) { allow3Char = false; }\n return '#' + this.toHex(allow3Char);\n };\n /**\n * Returns the hex 8 value of the color.\n * @param allow4Char will shorten hex value to 4 char if possible\n */\n TinyColor.prototype.toHex8 = function (allow4Char) {\n if (allow4Char === void 0) { allow4Char = false; }\n return rgbaToHex(this.r, this.g, this.b, this.a, allow4Char);\n };\n /**\n * Returns the hex 8 value of the color -with a # prefixed.\n * @param allow4Char will shorten hex value to 4 char if possible\n */\n TinyColor.prototype.toHex8String = function (allow4Char) {\n if (allow4Char === void 0) { allow4Char = false; }\n return '#' + this.toHex8(allow4Char);\n };\n /**\n * Returns the shorter hex value of the color depends on its alpha -with a # prefixed.\n * @param allowShortChar will shorten hex value to 3 or 4 char if possible\n */\n TinyColor.prototype.toHexShortString = function (allowShortChar) {\n if (allowShortChar === void 0) { allowShortChar = false; }\n return this.a === 1 ? this.toHexString(allowShortChar) : this.toHex8String(allowShortChar);\n };\n /**\n * Returns the object as a RGBA object.\n */\n TinyColor.prototype.toRgb = function () {\n return {\n r: Math.round(this.r),\n g: Math.round(this.g),\n b: Math.round(this.b),\n a: this.a,\n };\n };\n /**\n * Returns the RGBA values interpolated into a string with the following format:\n * \"RGBA(xxx, xxx, xxx, xx)\".\n */\n TinyColor.prototype.toRgbString = function () {\n var r = Math.round(this.r);\n var g = Math.round(this.g);\n var b = Math.round(this.b);\n return this.a === 1 ? \"rgb(\".concat(r, \", \").concat(g, \", \").concat(b, \")\") : \"rgba(\".concat(r, \", \").concat(g, \", \").concat(b, \", \").concat(this.roundA, \")\");\n };\n /**\n * Returns the object as a RGBA object.\n */\n TinyColor.prototype.toPercentageRgb = function () {\n var fmt = function (x) { return \"\".concat(Math.round(bound01(x, 255) * 100), \"%\"); };\n return {\n r: fmt(this.r),\n g: fmt(this.g),\n b: fmt(this.b),\n a: this.a,\n };\n };\n /**\n * Returns the RGBA relative values interpolated into a string\n */\n TinyColor.prototype.toPercentageRgbString = function () {\n var rnd = function (x) { return Math.round(bound01(x, 255) * 100); };\n return this.a === 1\n ? \"rgb(\".concat(rnd(this.r), \"%, \").concat(rnd(this.g), \"%, \").concat(rnd(this.b), \"%)\")\n : \"rgba(\".concat(rnd(this.r), \"%, \").concat(rnd(this.g), \"%, \").concat(rnd(this.b), \"%, \").concat(this.roundA, \")\");\n };\n /**\n * The 'real' name of the color -if there is one.\n */\n TinyColor.prototype.toName = function () {\n if (this.a === 0) {\n return 'transparent';\n }\n if (this.a < 1) {\n return false;\n }\n var hex = '#' + rgbToHex(this.r, this.g, this.b, false);\n for (var _i = 0, _a = Object.entries(names); _i < _a.length; _i++) {\n var _b = _a[_i], key = _b[0], value = _b[1];\n if (hex === value) {\n return key;\n }\n }\n return false;\n };\n TinyColor.prototype.toString = function (format) {\n var formatSet = Boolean(format);\n format = format !== null && format !== void 0 ? format : this.format;\n var formattedString = false;\n var hasAlpha = this.a < 1 && this.a >= 0;\n var needsAlphaFormat = !formatSet && hasAlpha && (format.startsWith('hex') || format === 'name');\n if (needsAlphaFormat) {\n // Special case for \"transparent\", all other non-alpha formats\n // will return rgba when there is transparency.\n if (format === 'name' && this.a === 0) {\n return this.toName();\n }\n return this.toRgbString();\n }\n if (format === 'rgb') {\n formattedString = this.toRgbString();\n }\n if (format === 'prgb') {\n formattedString = this.toPercentageRgbString();\n }\n if (format === 'hex' || format === 'hex6') {\n formattedString = this.toHexString();\n }\n if (format === 'hex3') {\n formattedString = this.toHexString(true);\n }\n if (format === 'hex4') {\n formattedString = this.toHex8String(true);\n }\n if (format === 'hex8') {\n formattedString = this.toHex8String();\n }\n if (format === 'name') {\n formattedString = this.toName();\n }\n if (format === 'hsl') {\n formattedString = this.toHslString();\n }\n if (format === 'hsv') {\n formattedString = this.toHsvString();\n }\n return formattedString || this.toHexString();\n };\n TinyColor.prototype.toNumber = function () {\n return (Math.round(this.r) << 16) + (Math.round(this.g) << 8) + Math.round(this.b);\n };\n TinyColor.prototype.clone = function () {\n return new TinyColor(this.toString());\n };\n /**\n * Lighten the color a given amount. Providing 100 will always return white.\n * @param amount - valid between 1-100\n */\n TinyColor.prototype.lighten = function (amount) {\n if (amount === void 0) { amount = 10; }\n var hsl = this.toHsl();\n hsl.l += amount / 100;\n hsl.l = clamp01(hsl.l);\n return new TinyColor(hsl);\n };\n /**\n * Brighten the color a given amount, from 0 to 100.\n * @param amount - valid between 1-100\n */\n TinyColor.prototype.brighten = function (amount) {\n if (amount === void 0) { amount = 10; }\n var rgb = this.toRgb();\n rgb.r = Math.max(0, Math.min(255, rgb.r - Math.round(255 * -(amount / 100))));\n rgb.g = Math.max(0, Math.min(255, rgb.g - Math.round(255 * -(amount / 100))));\n rgb.b = Math.max(0, Math.min(255, rgb.b - Math.round(255 * -(amount / 100))));\n return new TinyColor(rgb);\n };\n /**\n * Darken the color a given amount, from 0 to 100.\n * Providing 100 will always return black.\n * @param amount - valid between 1-100\n */\n TinyColor.prototype.darken = function (amount) {\n if (amount === void 0) { amount = 10; }\n var hsl = this.toHsl();\n hsl.l -= amount / 100;\n hsl.l = clamp01(hsl.l);\n return new TinyColor(hsl);\n };\n /**\n * Mix the color with pure white, from 0 to 100.\n * Providing 0 will do nothing, providing 100 will always return white.\n * @param amount - valid between 1-100\n */\n TinyColor.prototype.tint = function (amount) {\n if (amount === void 0) { amount = 10; }\n return this.mix('white', amount);\n };\n /**\n * Mix the color with pure black, from 0 to 100.\n * Providing 0 will do nothing, providing 100 will always return black.\n * @param amount - valid between 1-100\n */\n TinyColor.prototype.shade = function (amount) {\n if (amount === void 0) { amount = 10; }\n return this.mix('black', amount);\n };\n /**\n * Desaturate the color a given amount, from 0 to 100.\n * Providing 100 will is the same as calling greyscale\n * @param amount - valid between 1-100\n */\n TinyColor.prototype.desaturate = function (amount) {\n if (amount === void 0) { amount = 10; }\n var hsl = this.toHsl();\n hsl.s -= amount / 100;\n hsl.s = clamp01(hsl.s);\n return new TinyColor(hsl);\n };\n /**\n * Saturate the color a given amount, from 0 to 100.\n * @param amount - valid between 1-100\n */\n TinyColor.prototype.saturate = function (amount) {\n if (amount === void 0) { amount = 10; }\n var hsl = this.toHsl();\n hsl.s += amount / 100;\n hsl.s = clamp01(hsl.s);\n return new TinyColor(hsl);\n };\n /**\n * Completely desaturates a color into greyscale.\n * Same as calling `desaturate(100)`\n */\n TinyColor.prototype.greyscale = function () {\n return this.desaturate(100);\n };\n /**\n * Spin takes a positive or negative amount within [-360, 360] indicating the change of hue.\n * Values outside of this range will be wrapped into this range.\n */\n TinyColor.prototype.spin = function (amount) {\n var hsl = this.toHsl();\n var hue = (hsl.h + amount) % 360;\n hsl.h = hue < 0 ? 360 + hue : hue;\n return new TinyColor(hsl);\n };\n /**\n * Mix the current color a given amount with another color, from 0 to 100.\n * 0 means no mixing (return current color).\n */\n TinyColor.prototype.mix = function (color, amount) {\n if (amount === void 0) { amount = 50; }\n var rgb1 = this.toRgb();\n var rgb2 = new TinyColor(color).toRgb();\n var p = amount / 100;\n var rgba = {\n r: (rgb2.r - rgb1.r) * p + rgb1.r,\n g: (rgb2.g - rgb1.g) * p + rgb1.g,\n b: (rgb2.b - rgb1.b) * p + rgb1.b,\n a: (rgb2.a - rgb1.a) * p + rgb1.a,\n };\n return new TinyColor(rgba);\n };\n TinyColor.prototype.analogous = function (results, slices) {\n if (results === void 0) { results = 6; }\n if (slices === void 0) { slices = 30; }\n var hsl = this.toHsl();\n var part = 360 / slices;\n var ret = [this];\n for (hsl.h = (hsl.h - ((part * results) >> 1) + 720) % 360; --results;) {\n hsl.h = (hsl.h + part) % 360;\n ret.push(new TinyColor(hsl));\n }\n return ret;\n };\n /**\n * taken from https://github.com/infusion/jQuery-xcolor/blob/master/jquery.xcolor.js\n */\n TinyColor.prototype.complement = function () {\n var hsl = this.toHsl();\n hsl.h = (hsl.h + 180) % 360;\n return new TinyColor(hsl);\n };\n TinyColor.prototype.monochromatic = function (results) {\n if (results === void 0) { results = 6; }\n var hsv = this.toHsv();\n var h = hsv.h;\n var s = hsv.s;\n var v = hsv.v;\n var res = [];\n var modification = 1 / results;\n while (results--) {\n res.push(new TinyColor({ h: h, s: s, v: v }));\n v = (v + modification) % 1;\n }\n return res;\n };\n TinyColor.prototype.splitcomplement = function () {\n var hsl = this.toHsl();\n var h = hsl.h;\n return [\n this,\n new TinyColor({ h: (h + 72) % 360, s: hsl.s, l: hsl.l }),\n new TinyColor({ h: (h + 216) % 360, s: hsl.s, l: hsl.l }),\n ];\n };\n /**\n * Compute how the color would appear on a background\n */\n TinyColor.prototype.onBackground = function (background) {\n var fg = this.toRgb();\n var bg = new TinyColor(background).toRgb();\n var alpha = fg.a + bg.a * (1 - fg.a);\n return new TinyColor({\n r: (fg.r * fg.a + bg.r * bg.a * (1 - fg.a)) / alpha,\n g: (fg.g * fg.a + bg.g * bg.a * (1 - fg.a)) / alpha,\n b: (fg.b * fg.a + bg.b * bg.a * (1 - fg.a)) / alpha,\n a: alpha,\n });\n };\n /**\n * Alias for `polyad(3)`\n */\n TinyColor.prototype.triad = function () {\n return this.polyad(3);\n };\n /**\n * Alias for `polyad(4)`\n */\n TinyColor.prototype.tetrad = function () {\n return this.polyad(4);\n };\n /**\n * Get polyad colors, like (for 1, 2, 3, 4, 5, 6, 7, 8, etc...)\n * monad, dyad, triad, tetrad, pentad, hexad, heptad, octad, etc...\n */\n TinyColor.prototype.polyad = function (n) {\n var hsl = this.toHsl();\n var h = hsl.h;\n var result = [this];\n var increment = 360 / n;\n for (var i = 1; i < n; i++) {\n result.push(new TinyColor({ h: (h + i * increment) % 360, s: hsl.s, l: hsl.l }));\n }\n return result;\n };\n /**\n * compare color vs current color\n */\n TinyColor.prototype.equals = function (color) {\n return this.toRgbString() === new TinyColor(color).toRgbString();\n };\n return TinyColor;\n}());\nexport { TinyColor };\n// kept for backwards compatability with v1\nexport function tinycolor(color, opts) {\n if (color === void 0) { color = ''; }\n if (opts === void 0) { opts = {}; }\n return new TinyColor(color, opts);\n}\n"],"names":["numberInputToObject","inputToRGB","boundAlpha","rgbToHsv","rgbToHsl","rgbToHex","rgbaToHex","bound01","names","clamp01"],"mappings":"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"}