@nuwatop/code-canvas-core 0.1.0 → 0.2.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 (825) hide show
  1. package/dist/base/CommandsUtils.d.ts +27 -0
  2. package/dist/base/CommandsUtils.d.ts.map +1 -0
  3. package/dist/base/hooks/useApiService.d.ts +47 -0
  4. package/dist/base/hooks/useApiService.d.ts.map +1 -0
  5. package/dist/base/mountReactComponent.d.ts +42 -0
  6. package/dist/base/mountReactComponent.d.ts.map +1 -0
  7. package/dist/base/store/storePathUtils.d.ts +32 -0
  8. package/dist/base/store/storePathUtils.d.ts.map +1 -0
  9. package/dist/base/store/useAndStore.d.ts +98 -0
  10. package/dist/base/store/useAndStore.d.ts.map +1 -0
  11. package/dist/base/storeKeyUtils.d.ts +14 -0
  12. package/dist/base/storeKeyUtils.d.ts.map +1 -0
  13. package/dist/base/storePropsUtils.d.ts +12 -0
  14. package/dist/base/storePropsUtils.d.ts.map +1 -0
  15. package/dist/base/useFieldValidation.d.ts +27 -0
  16. package/dist/base/useFieldValidation.d.ts.map +1 -0
  17. package/dist/base/validationUtils.d.ts +15 -0
  18. package/dist/base/validationUtils.d.ts.map +1 -0
  19. package/dist/components/AndAlert/index.d.ts +22 -0
  20. package/dist/components/AndAlert/index.d.ts.map +1 -0
  21. package/dist/components/AndAutoComplete/index.d.ts +26 -0
  22. package/dist/components/AndAutoComplete/index.d.ts.map +1 -0
  23. package/dist/components/AndAvatar/index.d.ts +30 -0
  24. package/dist/components/AndAvatar/index.d.ts.map +1 -0
  25. package/dist/components/AndBadge/index.d.ts +10 -0
  26. package/dist/components/AndBadge/index.d.ts.map +1 -0
  27. package/dist/components/AndBadgeRibbon/index.d.ts +10 -0
  28. package/dist/components/AndBadgeRibbon/index.d.ts.map +1 -0
  29. package/dist/components/AndBreadCrumb/index.d.ts +9 -0
  30. package/dist/components/AndBreadCrumb/index.d.ts.map +1 -0
  31. package/dist/components/AndButton/index.d.ts +30 -0
  32. package/dist/components/AndButton/index.d.ts.map +1 -0
  33. package/dist/components/AndCalendar/index.d.ts +10 -0
  34. package/dist/components/AndCalendar/index.d.ts.map +1 -0
  35. package/dist/components/AndCard/index.d.ts +51 -0
  36. package/dist/components/AndCard/index.d.ts.map +1 -0
  37. package/dist/components/AndCarousel/index.d.ts +27 -0
  38. package/dist/components/AndCarousel/index.d.ts.map +1 -0
  39. package/dist/components/AndCascade/index.d.ts +42 -0
  40. package/dist/components/AndCascade/index.d.ts.map +1 -0
  41. package/dist/components/AndCheckbox/index.d.ts +52 -0
  42. package/dist/components/AndCheckbox/index.d.ts.map +1 -0
  43. package/dist/components/AndColumn/index.d.ts +9 -0
  44. package/dist/components/AndColumn/index.d.ts.map +1 -0
  45. package/dist/components/AndContainer/index.d.ts +9 -0
  46. package/dist/components/AndContainer/index.d.ts.map +1 -0
  47. package/dist/components/AndDatePicker/index.d.ts +31 -0
  48. package/dist/components/AndDatePicker/index.d.ts.map +1 -0
  49. package/dist/components/AndDivider/index.d.ts +43 -0
  50. package/dist/components/AndDivider/index.d.ts.map +1 -0
  51. package/dist/components/AndDrawer/index.d.ts +20 -0
  52. package/dist/components/AndDrawer/index.d.ts.map +1 -0
  53. package/dist/components/AndDropdown/index.d.ts +41 -0
  54. package/dist/components/AndDropdown/index.d.ts.map +1 -0
  55. package/dist/components/AndDynamicContainer/index.d.ts +38 -0
  56. package/dist/components/AndDynamicContainer/index.d.ts.map +1 -0
  57. package/dist/components/AndFormItem/index.d.ts +9 -0
  58. package/dist/components/AndFormItem/index.d.ts.map +1 -0
  59. package/dist/components/AndIcon/index.d.ts +28 -0
  60. package/dist/components/AndIcon/index.d.ts.map +1 -0
  61. package/dist/components/AndImage/index.d.ts +11 -0
  62. package/dist/components/AndImage/index.d.ts.map +1 -0
  63. package/dist/components/AndImageGroup/index.d.ts +11 -0
  64. package/dist/components/AndImageGroup/index.d.ts.map +1 -0
  65. package/dist/components/AndInput/index.d.ts +46 -0
  66. package/dist/components/AndInput/index.d.ts.map +1 -0
  67. package/dist/components/AndInputArea/index.d.ts +22 -0
  68. package/dist/components/AndInputArea/index.d.ts.map +1 -0
  69. package/dist/components/AndInputNumber/index.d.ts +22 -0
  70. package/dist/components/AndInputNumber/index.d.ts.map +1 -0
  71. package/dist/components/AndInputPassword/index.d.ts +21 -0
  72. package/dist/components/AndInputPassword/index.d.ts.map +1 -0
  73. package/dist/components/AndInputSearch/index.d.ts +16 -0
  74. package/dist/components/AndInputSearch/index.d.ts.map +1 -0
  75. package/dist/components/AndIterator/index.d.ts +28 -0
  76. package/dist/components/AndIterator/index.d.ts.map +1 -0
  77. package/dist/components/AndMasonry/index.d.ts +52 -0
  78. package/dist/components/AndMasonry/index.d.ts.map +1 -0
  79. package/dist/components/AndMenu/index.d.ts +112 -0
  80. package/dist/components/AndMenu/index.d.ts.map +1 -0
  81. package/dist/components/AndModal/index.d.ts +24 -0
  82. package/dist/components/AndModal/index.d.ts.map +1 -0
  83. package/dist/components/AndPagination/index.d.ts +17 -0
  84. package/dist/components/AndPagination/index.d.ts.map +1 -0
  85. package/dist/components/AndParagraph/index.d.ts +13 -0
  86. package/dist/components/AndParagraph/index.d.ts.map +1 -0
  87. package/dist/components/AndProductCategory/index.d.ts +24 -0
  88. package/dist/components/AndProductCategory/index.d.ts.map +1 -0
  89. package/dist/components/AndQRCode/index.d.ts +9 -0
  90. package/dist/components/AndQRCode/index.d.ts.map +1 -0
  91. package/dist/components/AndRadio/index.d.ts +50 -0
  92. package/dist/components/AndRadio/index.d.ts.map +1 -0
  93. package/dist/components/AndRangePicker/index.d.ts +17 -0
  94. package/dist/components/AndRangePicker/index.d.ts.map +1 -0
  95. package/dist/components/AndRate/index.d.ts +26 -0
  96. package/dist/components/AndRate/index.d.ts.map +1 -0
  97. package/dist/components/AndResult/index.d.ts +9 -0
  98. package/dist/components/AndResult/index.d.ts.map +1 -0
  99. package/dist/components/AndRow/index.d.ts +9 -0
  100. package/dist/components/AndRow/index.d.ts.map +1 -0
  101. package/dist/components/AndSegmented/index.d.ts +45 -0
  102. package/dist/components/AndSegmented/index.d.ts.map +1 -0
  103. package/dist/components/AndSelect/index.d.ts +46 -0
  104. package/dist/components/AndSelect/index.d.ts.map +1 -0
  105. package/dist/components/AndSimpleForm/index.d.ts +17 -0
  106. package/dist/components/AndSimpleForm/index.d.ts.map +1 -0
  107. package/dist/components/AndSlider/index.d.ts +11 -0
  108. package/dist/components/AndSlider/index.d.ts.map +1 -0
  109. package/dist/components/AndSplitter/index.d.ts +85 -0
  110. package/dist/components/AndSplitter/index.d.ts.map +1 -0
  111. package/dist/components/AndStatistics/index.d.ts +9 -0
  112. package/dist/components/AndStatistics/index.d.ts.map +1 -0
  113. package/dist/components/AndStatisticsCountdown/index.d.ts +9 -0
  114. package/dist/components/AndStatisticsCountdown/index.d.ts.map +1 -0
  115. package/dist/components/AndSteps/index.d.ts +57 -0
  116. package/dist/components/AndSteps/index.d.ts.map +1 -0
  117. package/dist/components/AndSwitch/index.d.ts +18 -0
  118. package/dist/components/AndSwitch/index.d.ts.map +1 -0
  119. package/dist/components/AndTable/ColumnSettingModal.d.ts +37 -0
  120. package/dist/components/AndTable/ColumnSettingModal.d.ts.map +1 -0
  121. package/dist/components/AndTable/index.d.ts +11 -0
  122. package/dist/components/AndTable/index.d.ts.map +1 -0
  123. package/dist/components/AndTable/renderers.d.ts +28 -0
  124. package/dist/components/AndTable/renderers.d.ts.map +1 -0
  125. package/dist/components/AndTabs/index.d.ts +26 -0
  126. package/dist/components/AndTabs/index.d.ts.map +1 -0
  127. package/dist/components/AndTag/index.d.ts +21 -0
  128. package/dist/components/AndTag/index.d.ts.map +1 -0
  129. package/dist/components/AndText/index.d.ts +35 -0
  130. package/dist/components/AndText/index.d.ts.map +1 -0
  131. package/dist/components/AndTimePicker/index.d.ts +28 -0
  132. package/dist/components/AndTimePicker/index.d.ts.map +1 -0
  133. package/dist/components/AndTimeline/index.d.ts +9 -0
  134. package/dist/components/AndTimeline/index.d.ts.map +1 -0
  135. package/dist/components/AndTitle/index.d.ts +22 -0
  136. package/dist/components/AndTitle/index.d.ts.map +1 -0
  137. package/dist/components/AndTransfer/index.d.ts +85 -0
  138. package/dist/components/AndTransfer/index.d.ts.map +1 -0
  139. package/dist/components/AndTree/index.d.ts +97 -0
  140. package/dist/components/AndTree/index.d.ts.map +1 -0
  141. package/dist/components/AndTreeSelect/index.d.ts +68 -0
  142. package/dist/components/AndTreeSelect/index.d.ts.map +1 -0
  143. package/dist/components/AndUpload/index.d.ts +25 -0
  144. package/dist/components/AndUpload/index.d.ts.map +1 -0
  145. package/dist/components/AndWatermark.d.ts +45 -0
  146. package/dist/components/AndWatermark.d.ts.map +1 -0
  147. package/dist/index.d.ts +86 -6
  148. package/dist/index.d.ts.map +1 -1
  149. package/dist/index.esm.js +7068 -178
  150. package/dist/index.esm.js.map +1 -0
  151. package/dist/index.js +24 -0
  152. package/dist/index.js.map +1 -0
  153. package/dist/style.css +1 -1
  154. package/dist/types/common.d.ts +58 -16
  155. package/dist/types/common.d.ts.map +1 -1
  156. package/package.json +17 -18
  157. package/dist/_virtual/_plugin-vue_export-helper.esm.js +0 -9
  158. package/dist/_virtual/_plugin-vue_export-helper.js.js +0 -1
  159. package/dist/base/actionParser.esm.js +0 -44
  160. package/dist/base/actionParser.js.js +0 -1
  161. package/dist/base/baseUtils.d.ts +0 -110
  162. package/dist/base/baseUtils.d.ts.map +0 -1
  163. package/dist/base/baseUtils.esm.js +0 -183
  164. package/dist/base/baseUtils.js.js +0 -1
  165. package/dist/base/index.d.ts +0 -7
  166. package/dist/base/index.d.ts.map +0 -1
  167. package/dist/base/moduleLoader.d.ts +0 -8
  168. package/dist/base/moduleLoader.d.ts.map +0 -1
  169. package/dist/base/moduleLoader.esm.js +0 -19
  170. package/dist/base/moduleLoader.js.js +0 -1
  171. package/dist/base/mountVueComponent.d.ts +0 -23
  172. package/dist/base/mountVueComponent.d.ts.map +0 -1
  173. package/dist/base/mountVueComponent.esm.js +0 -78
  174. package/dist/base/mountVueComponent.js.js +0 -1
  175. package/dist/base/store/AndStore.d.ts +0 -17
  176. package/dist/base/store/AndStore.d.ts.map +0 -1
  177. package/dist/base/store/andStore.esm.js +0 -76
  178. package/dist/base/store/andStore.js.js +0 -1
  179. package/dist/base/useStore.d.ts +0 -121
  180. package/dist/base/useStore.d.ts.map +0 -1
  181. package/dist/base/useStore.esm.js +0 -169
  182. package/dist/base/useStore.js.js +0 -1
  183. package/dist/components/AndAlert.vue.d.ts +0 -27
  184. package/dist/components/AndAlert.vue.d.ts.map +0 -1
  185. package/dist/components/AndAlert.vue.esm.js +0 -61
  186. package/dist/components/AndAlert.vue.esm2.js +0 -4
  187. package/dist/components/AndAlert.vue.js.js +0 -1
  188. package/dist/components/AndAlert.vue.js2.js +0 -1
  189. package/dist/components/AndAutoComplete.vue.d.ts +0 -40
  190. package/dist/components/AndAutoComplete.vue.d.ts.map +0 -1
  191. package/dist/components/AndAutoComplete.vue.esm.js +0 -7
  192. package/dist/components/AndAutoComplete.vue.esm2.js +0 -74
  193. package/dist/components/AndAutoComplete.vue.esm3.js +0 -1
  194. package/dist/components/AndAutoComplete.vue.js.js +0 -1
  195. package/dist/components/AndAutoComplete.vue.js2.js +0 -1
  196. package/dist/components/AndAutoComplete.vue.js3.js +0 -1
  197. package/dist/components/AndAvatar.vue.d.ts +0 -25
  198. package/dist/components/AndAvatar.vue.d.ts.map +0 -1
  199. package/dist/components/AndAvatar.vue.esm.js +0 -48
  200. package/dist/components/AndAvatar.vue.esm2.js +0 -4
  201. package/dist/components/AndAvatar.vue.js.js +0 -1
  202. package/dist/components/AndAvatar.vue.js2.js +0 -1
  203. package/dist/components/AndBreadCrumb.vue.d.ts +0 -20
  204. package/dist/components/AndBreadCrumb.vue.d.ts.map +0 -1
  205. package/dist/components/AndBreadCrumb.vue.esm.js +0 -29
  206. package/dist/components/AndBreadCrumb.vue.esm2.js +0 -4
  207. package/dist/components/AndBreadCrumb.vue.js.js +0 -1
  208. package/dist/components/AndBreadCrumb.vue.js2.js +0 -1
  209. package/dist/components/AndButton.vue.d.ts +0 -28
  210. package/dist/components/AndButton.vue.d.ts.map +0 -1
  211. package/dist/components/AndButton.vue.esm.js +0 -57
  212. package/dist/components/AndButton.vue.esm2.js +0 -4
  213. package/dist/components/AndButton.vue.js.js +0 -1
  214. package/dist/components/AndButton.vue.js2.js +0 -1
  215. package/dist/components/AndCalendar.vue.d.ts +0 -16
  216. package/dist/components/AndCalendar.vue.d.ts.map +0 -1
  217. package/dist/components/AndCalendar.vue.esm.js +0 -19
  218. package/dist/components/AndCalendar.vue.esm2.js +0 -4
  219. package/dist/components/AndCalendar.vue.js.js +0 -1
  220. package/dist/components/AndCalendar.vue.js2.js +0 -1
  221. package/dist/components/AndCard.vue.d.ts +0 -25
  222. package/dist/components/AndCard.vue.d.ts.map +0 -1
  223. package/dist/components/AndCard.vue.esm.js +0 -7
  224. package/dist/components/AndCard.vue.esm2.js +0 -66
  225. package/dist/components/AndCard.vue.esm3.js +0 -1
  226. package/dist/components/AndCard.vue.js.js +0 -1
  227. package/dist/components/AndCard.vue.js2.js +0 -1
  228. package/dist/components/AndCard.vue.js3.js +0 -1
  229. package/dist/components/AndCarousel.vue.d.ts +0 -28
  230. package/dist/components/AndCarousel.vue.d.ts.map +0 -1
  231. package/dist/components/AndCarousel.vue.esm.js +0 -7
  232. package/dist/components/AndCarousel.vue.esm2.js +0 -100
  233. package/dist/components/AndCarousel.vue.esm3.js +0 -1
  234. package/dist/components/AndCarousel.vue.js.js +0 -1
  235. package/dist/components/AndCarousel.vue.js2.js +0 -1
  236. package/dist/components/AndCarousel.vue.js3.js +0 -1
  237. package/dist/components/AndCascade.vue.d.ts +0 -29
  238. package/dist/components/AndCascade.vue.d.ts.map +0 -1
  239. package/dist/components/AndCascade.vue.esm.js +0 -7
  240. package/dist/components/AndCascade.vue.esm2.js +0 -132
  241. package/dist/components/AndCascade.vue.esm3.js +0 -1
  242. package/dist/components/AndCascade.vue.js.js +0 -1
  243. package/dist/components/AndCascade.vue.js2.js +0 -1
  244. package/dist/components/AndCascade.vue.js3.js +0 -1
  245. package/dist/components/AndCheck.vue.d.ts +0 -32
  246. package/dist/components/AndCheck.vue.d.ts.map +0 -1
  247. package/dist/components/AndCheck.vue.esm.js +0 -7
  248. package/dist/components/AndCheck.vue.esm2.js +0 -136
  249. package/dist/components/AndCheck.vue.esm3.js +0 -1
  250. package/dist/components/AndCheck.vue.js.js +0 -1
  251. package/dist/components/AndCheck.vue.js2.js +0 -1
  252. package/dist/components/AndCheck.vue.js3.js +0 -1
  253. package/dist/components/AndDatePicker.vue.d.ts +0 -25
  254. package/dist/components/AndDatePicker.vue.d.ts.map +0 -1
  255. package/dist/components/AndDatePicker.vue.esm.js +0 -7
  256. package/dist/components/AndDatePicker.vue.esm2.js +0 -64
  257. package/dist/components/AndDatePicker.vue.esm3.js +0 -1
  258. package/dist/components/AndDatePicker.vue.js.js +0 -1
  259. package/dist/components/AndDatePicker.vue.js2.js +0 -1
  260. package/dist/components/AndDatePicker.vue.js3.js +0 -1
  261. package/dist/components/AndDrawer.vue.d.ts +0 -45
  262. package/dist/components/AndDrawer.vue.d.ts.map +0 -1
  263. package/dist/components/AndDrawer.vue.esm.js +0 -7
  264. package/dist/components/AndDrawer.vue.esm2.js +0 -76
  265. package/dist/components/AndDrawer.vue.esm3.js +0 -1
  266. package/dist/components/AndDrawer.vue.js.js +0 -1
  267. package/dist/components/AndDrawer.vue.js2.js +0 -1
  268. package/dist/components/AndDrawer.vue.js3.js +0 -1
  269. package/dist/components/AndDropdownMenu.vue.d.ts +0 -22
  270. package/dist/components/AndDropdownMenu.vue.d.ts.map +0 -1
  271. package/dist/components/AndDropdownMenu.vue.esm.js +0 -50
  272. package/dist/components/AndDropdownMenu.vue.esm2.js +0 -4
  273. package/dist/components/AndDropdownMenu.vue.js.js +0 -1
  274. package/dist/components/AndDropdownMenu.vue.js2.js +0 -1
  275. package/dist/components/AndFormItem.vue.d.ts +0 -26
  276. package/dist/components/AndFormItem.vue.d.ts.map +0 -1
  277. package/dist/components/AndFormItem.vue.esm.js +0 -45
  278. package/dist/components/AndFormItem.vue.esm2.js +0 -4
  279. package/dist/components/AndFormItem.vue.js.js +0 -1
  280. package/dist/components/AndFormItem.vue.js2.js +0 -1
  281. package/dist/components/AndIcon.vue.d.ts +0 -39
  282. package/dist/components/AndIcon.vue.d.ts.map +0 -1
  283. package/dist/components/AndIcon.vue.esm.js +0 -14
  284. package/dist/components/AndIcon.vue.esm2.js +0 -4
  285. package/dist/components/AndIcon.vue.js.js +0 -1
  286. package/dist/components/AndIcon.vue.js2.js +0 -1
  287. package/dist/components/AndImage.vue.d.ts +0 -31
  288. package/dist/components/AndImage.vue.d.ts.map +0 -1
  289. package/dist/components/AndImage.vue.esm.js +0 -7
  290. package/dist/components/AndImage.vue.esm2.js +0 -58
  291. package/dist/components/AndImage.vue.esm3.js +0 -1
  292. package/dist/components/AndImage.vue.js.js +0 -1
  293. package/dist/components/AndImage.vue.js2.js +0 -1
  294. package/dist/components/AndImage.vue.js3.js +0 -1
  295. package/dist/components/AndImageGroup.vue.d.ts +0 -18
  296. package/dist/components/AndImageGroup.vue.d.ts.map +0 -1
  297. package/dist/components/AndImageGroup.vue.esm.js +0 -7
  298. package/dist/components/AndImageGroup.vue.esm2.js +0 -101
  299. package/dist/components/AndImageGroup.vue.esm3.js +0 -1
  300. package/dist/components/AndImageGroup.vue.js.js +0 -1
  301. package/dist/components/AndImageGroup.vue.js2.js +0 -1
  302. package/dist/components/AndImageGroup.vue.js3.js +0 -1
  303. package/dist/components/AndInput.vue.d.ts +0 -36
  304. package/dist/components/AndInput.vue.d.ts.map +0 -1
  305. package/dist/components/AndInput.vue.esm.js +0 -7
  306. package/dist/components/AndInput.vue.esm2.js +0 -106
  307. package/dist/components/AndInput.vue.esm3.js +0 -1
  308. package/dist/components/AndInput.vue.js.js +0 -1
  309. package/dist/components/AndInput.vue.js2.js +0 -1
  310. package/dist/components/AndInput.vue.js3.js +0 -1
  311. package/dist/components/AndInputArea.vue.d.ts +0 -23
  312. package/dist/components/AndInputArea.vue.d.ts.map +0 -1
  313. package/dist/components/AndInputArea.vue.esm.js +0 -7
  314. package/dist/components/AndInputArea.vue.esm2.js +0 -55
  315. package/dist/components/AndInputArea.vue.esm3.js +0 -1
  316. package/dist/components/AndInputArea.vue.js.js +0 -1
  317. package/dist/components/AndInputArea.vue.js2.js +0 -1
  318. package/dist/components/AndInputArea.vue.js3.js +0 -1
  319. package/dist/components/AndInputNumber.vue.d.ts +0 -29
  320. package/dist/components/AndInputNumber.vue.d.ts.map +0 -1
  321. package/dist/components/AndInputNumber.vue.esm.js +0 -7
  322. package/dist/components/AndInputNumber.vue.esm2.js +0 -88
  323. package/dist/components/AndInputNumber.vue.esm3.js +0 -1
  324. package/dist/components/AndInputNumber.vue.js.js +0 -1
  325. package/dist/components/AndInputNumber.vue.js2.js +0 -1
  326. package/dist/components/AndInputNumber.vue.js3.js +0 -1
  327. package/dist/components/AndInputPassword.vue.d.ts +0 -23
  328. package/dist/components/AndInputPassword.vue.d.ts.map +0 -1
  329. package/dist/components/AndInputPassword.vue.esm.js +0 -7
  330. package/dist/components/AndInputPassword.vue.esm2.js +0 -53
  331. package/dist/components/AndInputPassword.vue.esm3.js +0 -1
  332. package/dist/components/AndInputPassword.vue.js.js +0 -1
  333. package/dist/components/AndInputPassword.vue.js2.js +0 -1
  334. package/dist/components/AndInputPassword.vue.js3.js +0 -1
  335. package/dist/components/AndInputSearch.vue.d.ts +0 -27
  336. package/dist/components/AndInputSearch.vue.d.ts.map +0 -1
  337. package/dist/components/AndInputSearch.vue.esm.js +0 -52
  338. package/dist/components/AndInputSearch.vue.esm2.js +0 -4
  339. package/dist/components/AndInputSearch.vue.js.js +0 -1
  340. package/dist/components/AndInputSearch.vue.js2.js +0 -1
  341. package/dist/components/AndIterator.vue.d.ts +0 -44
  342. package/dist/components/AndIterator.vue.d.ts.map +0 -1
  343. package/dist/components/AndIterator.vue.esm.js +0 -91
  344. package/dist/components/AndIterator.vue.esm2.js +0 -4
  345. package/dist/components/AndIterator.vue.js.js +0 -1
  346. package/dist/components/AndIterator.vue.js2.js +0 -1
  347. package/dist/components/AndMenu.vue.d.ts +0 -16
  348. package/dist/components/AndMenu.vue.d.ts.map +0 -1
  349. package/dist/components/AndMenu.vue.esm.js +0 -22
  350. package/dist/components/AndMenu.vue.esm2.js +0 -4
  351. package/dist/components/AndMenu.vue.js.js +0 -1
  352. package/dist/components/AndMenu.vue.js2.js +0 -1
  353. package/dist/components/AndModal.vue.d.ts +0 -44
  354. package/dist/components/AndModal.vue.d.ts.map +0 -1
  355. package/dist/components/AndModal.vue.esm.js +0 -40
  356. package/dist/components/AndModal.vue.esm2.js +0 -4
  357. package/dist/components/AndModal.vue.js.js +0 -1
  358. package/dist/components/AndModal.vue.js2.js +0 -1
  359. package/dist/components/AndPagination.vue.d.ts +0 -30
  360. package/dist/components/AndPagination.vue.d.ts.map +0 -1
  361. package/dist/components/AndPagination.vue.esm.js +0 -97
  362. package/dist/components/AndPagination.vue.esm2.js +0 -4
  363. package/dist/components/AndPagination.vue.js.js +0 -1
  364. package/dist/components/AndPagination.vue.js2.js +0 -1
  365. package/dist/components/AndParagraph.vue.d.ts +0 -27
  366. package/dist/components/AndParagraph.vue.d.ts.map +0 -1
  367. package/dist/components/AndParagraph.vue.esm.js +0 -46
  368. package/dist/components/AndParagraph.vue.esm2.js +0 -4
  369. package/dist/components/AndParagraph.vue.js.js +0 -1
  370. package/dist/components/AndParagraph.vue.js2.js +0 -1
  371. package/dist/components/AndProductCategory.vue.d.ts +0 -3
  372. package/dist/components/AndProductCategory.vue.d.ts.map +0 -1
  373. package/dist/components/AndProductCategory.vue.esm.js +0 -340
  374. package/dist/components/AndProductCategory.vue.esm2.js +0 -1
  375. package/dist/components/AndProductCategory.vue.js.js +0 -1
  376. package/dist/components/AndProductCategory.vue.js2.js +0 -1
  377. package/dist/components/AndQRCode.vue.d.ts +0 -37
  378. package/dist/components/AndQRCode.vue.d.ts.map +0 -1
  379. package/dist/components/AndQRCode.vue.esm.js +0 -50
  380. package/dist/components/AndQRCode.vue.esm2.js +0 -4
  381. package/dist/components/AndQRCode.vue.js.js +0 -1
  382. package/dist/components/AndQRCode.vue.js2.js +0 -1
  383. package/dist/components/AndRadio.vue.d.ts +0 -32
  384. package/dist/components/AndRadio.vue.d.ts.map +0 -1
  385. package/dist/components/AndRadio.vue.esm.js +0 -7
  386. package/dist/components/AndRadio.vue.esm2.js +0 -128
  387. package/dist/components/AndRadio.vue.esm3.js +0 -1
  388. package/dist/components/AndRadio.vue.js.js +0 -1
  389. package/dist/components/AndRadio.vue.js2.js +0 -1
  390. package/dist/components/AndRadio.vue.js3.js +0 -1
  391. package/dist/components/AndRangePicker.vue.d.ts +0 -16
  392. package/dist/components/AndRangePicker.vue.d.ts.map +0 -1
  393. package/dist/components/AndRangePicker.vue.esm.js +0 -54
  394. package/dist/components/AndRangePicker.vue.esm2.js +0 -4
  395. package/dist/components/AndRangePicker.vue.js.js +0 -1
  396. package/dist/components/AndRangePicker.vue.js2.js +0 -1
  397. package/dist/components/AndRate.vue.d.ts +0 -27
  398. package/dist/components/AndRate.vue.d.ts.map +0 -1
  399. package/dist/components/AndRate.vue.esm.js +0 -58
  400. package/dist/components/AndRate.vue.esm2.js +0 -4
  401. package/dist/components/AndRate.vue.js.js +0 -1
  402. package/dist/components/AndRate.vue.js2.js +0 -1
  403. package/dist/components/AndResult.vue.d.ts +0 -22
  404. package/dist/components/AndResult.vue.d.ts.map +0 -1
  405. package/dist/components/AndResult.vue.esm.js +0 -16
  406. package/dist/components/AndResult.vue.esm2.js +0 -4
  407. package/dist/components/AndResult.vue.js.js +0 -1
  408. package/dist/components/AndResult.vue.js2.js +0 -1
  409. package/dist/components/AndSelect.vue.d.ts +0 -18
  410. package/dist/components/AndSelect.vue.d.ts.map +0 -1
  411. package/dist/components/AndSelect.vue.esm.js +0 -7
  412. package/dist/components/AndSelect.vue.esm2.js +0 -128
  413. package/dist/components/AndSelect.vue.esm3.js +0 -1
  414. package/dist/components/AndSelect.vue.js.js +0 -1
  415. package/dist/components/AndSelect.vue.js2.js +0 -1
  416. package/dist/components/AndSelect.vue.js3.js +0 -1
  417. package/dist/components/AndSimpleForm.vue.d.ts +0 -45
  418. package/dist/components/AndSimpleForm.vue.d.ts.map +0 -1
  419. package/dist/components/AndSimpleForm.vue.esm.js +0 -7
  420. package/dist/components/AndSimpleForm.vue.esm2.js +0 -175
  421. package/dist/components/AndSimpleForm.vue.esm3.js +0 -1
  422. package/dist/components/AndSimpleForm.vue.js.js +0 -1
  423. package/dist/components/AndSimpleForm.vue.js2.js +0 -1
  424. package/dist/components/AndSimpleForm.vue.js3.js +0 -1
  425. package/dist/components/AndSlider.vue.d.ts +0 -16
  426. package/dist/components/AndSlider.vue.d.ts.map +0 -1
  427. package/dist/components/AndSlider.vue.esm.js +0 -7
  428. package/dist/components/AndSlider.vue.esm2.js +0 -19
  429. package/dist/components/AndSlider.vue.esm3.js +0 -1
  430. package/dist/components/AndSlider.vue.js.js +0 -1
  431. package/dist/components/AndSlider.vue.js2.js +0 -1
  432. package/dist/components/AndSlider.vue.js3.js +0 -1
  433. package/dist/components/AndStatistics.vue.d.ts +0 -16
  434. package/dist/components/AndStatistics.vue.d.ts.map +0 -1
  435. package/dist/components/AndStatistics.vue.esm.js +0 -19
  436. package/dist/components/AndStatistics.vue.esm2.js +0 -4
  437. package/dist/components/AndStatistics.vue.js.js +0 -1
  438. package/dist/components/AndStatistics.vue.js2.js +0 -1
  439. package/dist/components/AndStatisticsCountdown.vue.d.ts +0 -16
  440. package/dist/components/AndStatisticsCountdown.vue.d.ts.map +0 -1
  441. package/dist/components/AndStatisticsCountdown.vue.esm.js +0 -19
  442. package/dist/components/AndStatisticsCountdown.vue.esm2.js +0 -4
  443. package/dist/components/AndStatisticsCountdown.vue.js.js +0 -1
  444. package/dist/components/AndStatisticsCountdown.vue.js2.js +0 -1
  445. package/dist/components/AndSteps.vue.d.ts +0 -42
  446. package/dist/components/AndSteps.vue.d.ts.map +0 -1
  447. package/dist/components/AndSteps.vue.esm.js +0 -84
  448. package/dist/components/AndSteps.vue.esm2.js +0 -4
  449. package/dist/components/AndSteps.vue.js.js +0 -1
  450. package/dist/components/AndSteps.vue.js2.js +0 -1
  451. package/dist/components/AndSwitch.vue.d.ts +0 -26
  452. package/dist/components/AndSwitch.vue.d.ts.map +0 -1
  453. package/dist/components/AndSwitch.vue.esm.js +0 -49
  454. package/dist/components/AndSwitch.vue.esm2.js +0 -4
  455. package/dist/components/AndSwitch.vue.js.js +0 -1
  456. package/dist/components/AndSwitch.vue.js2.js +0 -1
  457. package/dist/components/AndTabPane.vue.d.ts +0 -23
  458. package/dist/components/AndTabPane.vue.d.ts.map +0 -1
  459. package/dist/components/AndTabPane.vue.esm.js +0 -21
  460. package/dist/components/AndTabPane.vue.esm2.js +0 -4
  461. package/dist/components/AndTabPane.vue.js.js +0 -1
  462. package/dist/components/AndTabPane.vue.js2.js +0 -1
  463. package/dist/components/AndTable.vue.d.ts +0 -43
  464. package/dist/components/AndTable.vue.d.ts.map +0 -1
  465. package/dist/components/AndTable.vue.esm.js +0 -7
  466. package/dist/components/AndTable.vue.esm2.js +0 -326
  467. package/dist/components/AndTable.vue.esm3.js +0 -1
  468. package/dist/components/AndTable.vue.js.js +0 -1
  469. package/dist/components/AndTable.vue.js2.js +0 -1
  470. package/dist/components/AndTable.vue.js3.js +0 -1
  471. package/dist/components/AndTableColumnFilter.vue.d.ts +0 -22
  472. package/dist/components/AndTableColumnFilter.vue.d.ts.map +0 -1
  473. package/dist/components/AndTableColumnFilter.vue.esm.js +0 -7
  474. package/dist/components/AndTableColumnFilter.vue.esm2.js +0 -102
  475. package/dist/components/AndTableColumnFilter.vue.esm3.js +0 -1
  476. package/dist/components/AndTableColumnFilter.vue.js.js +0 -1
  477. package/dist/components/AndTableColumnFilter.vue.js2.js +0 -1
  478. package/dist/components/AndTableColumnFilter.vue.js3.js +0 -1
  479. package/dist/components/AndTableFormat.d.ts +0 -56
  480. package/dist/components/AndTableFormat.d.ts.map +0 -1
  481. package/dist/components/AndTableFormat.esm.js +0 -118
  482. package/dist/components/AndTableFormat.js.js +0 -1
  483. package/dist/components/AndTabs.vue.d.ts +0 -41
  484. package/dist/components/AndTabs.vue.d.ts.map +0 -1
  485. package/dist/components/AndTabs.vue.esm.js +0 -113
  486. package/dist/components/AndTabs.vue.esm2.js +0 -4
  487. package/dist/components/AndTabs.vue.js.js +0 -1
  488. package/dist/components/AndTabs.vue.js2.js +0 -1
  489. package/dist/components/AndTag.vue.d.ts +0 -41
  490. package/dist/components/AndTag.vue.d.ts.map +0 -1
  491. package/dist/components/AndTag.vue.esm.js +0 -107
  492. package/dist/components/AndTag.vue.esm2.js +0 -4
  493. package/dist/components/AndTag.vue.js.js +0 -1
  494. package/dist/components/AndTag.vue.js2.js +0 -1
  495. package/dist/components/AndText.vue.d.ts +0 -33
  496. package/dist/components/AndText.vue.d.ts.map +0 -1
  497. package/dist/components/AndText.vue.esm.js +0 -106
  498. package/dist/components/AndText.vue.esm2.js +0 -4
  499. package/dist/components/AndText.vue.js.js +0 -1
  500. package/dist/components/AndText.vue.js2.js +0 -1
  501. package/dist/components/AndTimePicker.vue.d.ts +0 -16
  502. package/dist/components/AndTimePicker.vue.d.ts.map +0 -1
  503. package/dist/components/AndTimePicker.vue.esm.js +0 -19
  504. package/dist/components/AndTimePicker.vue.esm2.js +0 -4
  505. package/dist/components/AndTimePicker.vue.js.js +0 -1
  506. package/dist/components/AndTimePicker.vue.js2.js +0 -1
  507. package/dist/components/AndTimeline.vue.d.ts +0 -32
  508. package/dist/components/AndTimeline.vue.d.ts.map +0 -1
  509. package/dist/components/AndTimeline.vue.esm.js +0 -92
  510. package/dist/components/AndTimeline.vue.esm2.js +0 -4
  511. package/dist/components/AndTimeline.vue.js.js +0 -1
  512. package/dist/components/AndTimeline.vue.js2.js +0 -1
  513. package/dist/components/AndTitle.vue.d.ts +0 -23
  514. package/dist/components/AndTitle.vue.d.ts.map +0 -1
  515. package/dist/components/AndTitle.vue.esm.js +0 -24
  516. package/dist/components/AndTitle.vue.esm2.js +0 -4
  517. package/dist/components/AndTitle.vue.js.js +0 -1
  518. package/dist/components/AndTitle.vue.js2.js +0 -1
  519. package/dist/components/AndTree.vue.d.ts +0 -48
  520. package/dist/components/AndTree.vue.d.ts.map +0 -1
  521. package/dist/components/AndTree.vue.esm.js +0 -64
  522. package/dist/components/AndTree.vue.esm2.js +0 -4
  523. package/dist/components/AndTree.vue.js.js +0 -1
  524. package/dist/components/AndTree.vue.js2.js +0 -1
  525. package/dist/components/AndTreeSelect.vue.d.ts +0 -16
  526. package/dist/components/AndTreeSelect.vue.d.ts.map +0 -1
  527. package/dist/components/AndTreeSelect.vue.esm.js +0 -19
  528. package/dist/components/AndTreeSelect.vue.esm2.js +0 -4
  529. package/dist/components/AndTreeSelect.vue.js.js +0 -1
  530. package/dist/components/AndTreeSelect.vue.js2.js +0 -1
  531. package/dist/components/AndUpload.vue.d.ts +0 -28
  532. package/dist/components/AndUpload.vue.d.ts.map +0 -1
  533. package/dist/components/AndUpload.vue.esm.js +0 -7
  534. package/dist/components/AndUpload.vue.esm2.js +0 -185
  535. package/dist/components/AndUpload.vue.esm3.js +0 -1
  536. package/dist/components/AndUpload.vue.js.js +0 -1
  537. package/dist/components/AndUpload.vue.js2.js +0 -1
  538. package/dist/components/AndUpload.vue.js3.js +0 -1
  539. package/dist/components/TableColumnSetting.vue.d.ts +0 -20
  540. package/dist/components/TableColumnSetting.vue.d.ts.map +0 -1
  541. package/dist/components/TableColumnSetting.vue.esm.js +0 -135
  542. package/dist/components/TableColumnSetting.vue.esm2.js +0 -4
  543. package/dist/components/TableColumnSetting.vue.js.js +0 -1
  544. package/dist/components/TableColumnSetting.vue.js2.js +0 -1
  545. package/dist/components/UploadFile/src/useUpload.d.ts +0 -8
  546. package/dist/components/UploadFile/src/useUpload.d.ts.map +0 -1
  547. package/dist/components/UploadFile/src/useUpload.esm.js +0 -12
  548. package/dist/components/UploadFile/src/useUpload.js.js +0 -1
  549. package/dist/components/index.d.ts +0 -55
  550. package/dist/components/index.d.ts.map +0 -1
  551. package/dist/config/index.d.ts +0 -43
  552. package/dist/config/index.d.ts.map +0 -1
  553. package/dist/config/index.esm.js +0 -25
  554. package/dist/config/index.js.js +0 -1
  555. package/dist/index.js.js +0 -1
  556. package/dist/node_modules/.pnpm/@babel_runtime@7.26.0/node_modules/@babel/runtime/helpers/esm/extends.esm.js +0 -13
  557. package/dist/node_modules/.pnpm/@babel_runtime@7.26.0/node_modules/@babel/runtime/helpers/esm/extends.js.js +0 -1
  558. package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.12_typescript@5.3.3_/node_modules/ant-design-vue/es/calendar/locale/zh_CN.esm.js +0 -4
  559. package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.12_typescript@5.3.3_/node_modules/ant-design-vue/es/calendar/locale/zh_CN.js.js +0 -1
  560. package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.12_typescript@5.3.3_/node_modules/ant-design-vue/es/config-provider/context.esm.js +0 -7
  561. package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.12_typescript@5.3.3_/node_modules/ant-design-vue/es/config-provider/context.js.js +0 -1
  562. package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.12_typescript@5.3.3_/node_modules/ant-design-vue/es/date-picker/locale/zh_CN.esm.js +0 -22
  563. package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.12_typescript@5.3.3_/node_modules/ant-design-vue/es/date-picker/locale/zh_CN.js.js +0 -1
  564. package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.12_typescript@5.3.3_/node_modules/ant-design-vue/es/locale/zh_CN.esm.js +0 -140
  565. package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.12_typescript@5.3.3_/node_modules/ant-design-vue/es/locale/zh_CN.js.js +0 -1
  566. package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.12_typescript@5.3.3_/node_modules/ant-design-vue/es/time-picker/locale/zh_CN.esm.js +0 -7
  567. package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.12_typescript@5.3.3_/node_modules/ant-design-vue/es/time-picker/locale/zh_CN.js.js +0 -1
  568. package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.12_typescript@5.3.3_/node_modules/ant-design-vue/es/vc-pagination/locale/zh_CN.esm.js +0 -17
  569. package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.12_typescript@5.3.3_/node_modules/ant-design-vue/es/vc-pagination/locale/zh_CN.js.js +0 -1
  570. package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.12_typescript@5.3.3_/node_modules/ant-design-vue/es/vc-picker/locale/zh_CN.esm.js +0 -31
  571. package/dist/node_modules/.pnpm/ant-design-vue@4.2.6_vue@3.5.12_typescript@5.3.3_/node_modules/ant-design-vue/es/vc-picker/locale/zh_CN.js.js +0 -1
  572. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.esm.js +0 -6
  573. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.js.js +0 -1
  574. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.esm.js +0 -20
  575. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.js.js +0 -1
  576. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.esm.js +0 -20
  577. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.js.js +0 -1
  578. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.esm.js +0 -6
  579. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.js.js +0 -1
  580. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.esm.js +0 -20
  581. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.js.js +0 -1
  582. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.esm.js +0 -6
  583. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.js.js +0 -1
  584. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.esm.js +0 -6
  585. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.js.js +0 -1
  586. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.esm.js +0 -18
  587. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.js.js +0 -1
  588. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.esm.js +0 -5
  589. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.js.js +0 -1
  590. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.esm.js +0 -5
  591. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.js.js +0 -1
  592. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.esm.js +0 -6
  593. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.js.js +0 -1
  594. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.esm.js +0 -8
  595. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.js.js +0 -1
  596. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.esm.js +0 -10
  597. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.js.js +0 -1
  598. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.esm.js +0 -20
  599. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.js.js +0 -1
  600. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.esm.js +0 -8
  601. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.js.js +0 -1
  602. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.esm.js +0 -10
  603. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.js.js +0 -1
  604. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.esm.js +0 -10
  605. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.js.js +0 -1
  606. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssign.esm.js +0 -8
  607. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssign.js.js +0 -1
  608. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignIn.esm.js +0 -8
  609. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignIn.js.js +0 -1
  610. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.esm.js +0 -12
  611. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.js.js +0 -1
  612. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.esm.js +0 -65
  613. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.js.js +0 -1
  614. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.esm.js +0 -17
  615. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.js.js +0 -1
  616. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.esm.js +0 -9
  617. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.js.js +0 -1
  618. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.esm.js +0 -10
  619. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.js.js +0 -1
  620. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.esm.js +0 -9
  621. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.js.js +0 -1
  622. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.esm.js +0 -9
  623. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.js.js +0 -1
  624. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.esm.js +0 -16
  625. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.js.js +0 -1
  626. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.esm.js +0 -9
  627. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.js.js +0 -1
  628. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.esm.js +0 -12
  629. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.js.js +0 -1
  630. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.esm.js +0 -14
  631. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.js.js +0 -1
  632. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.esm.js +0 -15
  633. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.js.js +0 -1
  634. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.esm.js +0 -8
  635. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.js.js +0 -1
  636. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.esm.js +0 -8
  637. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.js.js +0 -1
  638. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.esm.js +0 -8
  639. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.js.js +0 -1
  640. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.esm.js +0 -11
  641. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.js.js +0 -1
  642. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.esm.js +0 -8
  643. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.js.js +0 -1
  644. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.esm.js +0 -8
  645. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.js.js +0 -1
  646. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.esm.js +0 -8
  647. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.js.js +0 -1
  648. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.esm.js +0 -8
  649. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.js.js +0 -1
  650. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.esm.js +0 -9
  651. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.js.js +0 -1
  652. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.esm.js +0 -14
  653. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.js.js +0 -1
  654. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbols.esm.js +0 -8
  655. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbols.js.js +0 -1
  656. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbolsIn.esm.js +0 -8
  657. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbolsIn.js.js +0 -1
  658. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.esm.js +0 -5
  659. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.js.js +0 -1
  660. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.esm.js +0 -11
  661. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.js.js +0 -1
  662. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.esm.js +0 -4
  663. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.js.js +0 -1
  664. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.esm.js +0 -9
  665. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.js.js +0 -1
  666. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeysIn.esm.js +0 -9
  667. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeysIn.js.js +0 -1
  668. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.esm.js +0 -8
  669. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.js.js +0 -1
  670. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.esm.js +0 -9
  671. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.js.js +0 -1
  672. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.esm.js +0 -5
  673. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.js.js +0 -1
  674. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.esm.js +0 -15
  675. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.js.js +0 -1
  676. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.esm.js +0 -10
  677. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.js.js +0 -1
  678. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbolsIn.esm.js +0 -12
  679. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbolsIn.js.js +0 -1
  680. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.esm.js +0 -28
  681. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.js.js +0 -1
  682. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.esm.js +0 -6
  683. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.js.js +0 -1
  684. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.esm.js +0 -7
  685. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.js.js +0 -1
  686. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.esm.js +0 -7
  687. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.js.js +0 -1
  688. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.esm.js +0 -13
  689. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.js.js +0 -1
  690. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.esm.js +0 -9
  691. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.js.js +0 -1
  692. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.esm.js +0 -9
  693. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.js.js +0 -1
  694. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.esm.js +0 -8
  695. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.js.js +0 -1
  696. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.esm.js +0 -42
  697. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.js.js +0 -1
  698. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.esm.js +0 -9
  699. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.js.js +0 -1
  700. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.esm.js +0 -8
  701. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.js.js +0 -1
  702. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.esm.js +0 -7
  703. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.js.js +0 -1
  704. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.esm.js +0 -11
  705. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.js.js +0 -1
  706. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.esm.js +0 -8
  707. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.js.js +0 -1
  708. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.esm.js +0 -6
  709. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.js.js +0 -1
  710. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.esm.js +0 -12
  711. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.js.js +0 -1
  712. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.esm.js +0 -8
  713. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.js.js +0 -1
  714. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.esm.js +0 -7
  715. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.js.js +0 -1
  716. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.esm.js +0 -8
  717. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.js.js +0 -1
  718. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.esm.js +0 -13
  719. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.js.js +0 -1
  720. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.esm.js +0 -8
  721. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.js.js +0 -1
  722. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.esm.js +0 -7
  723. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.js.js +0 -1
  724. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.esm.js +0 -7
  725. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.js.js +0 -1
  726. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.esm.js +0 -8
  727. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.js.js +0 -1
  728. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.esm.js +0 -5
  729. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.js.js +0 -1
  730. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.esm.js +0 -5
  731. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.js.js +0 -1
  732. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.esm.js +0 -10
  733. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.js.js +0 -1
  734. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.esm.js +0 -11
  735. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.js.js +0 -1
  736. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.esm.js +0 -7
  737. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.js.js +0 -1
  738. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.esm.js +0 -8
  739. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.js.js +0 -1
  740. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.esm.js +0 -5
  741. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.js.js +0 -1
  742. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.esm.js +0 -7
  743. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.js.js +0 -1
  744. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.esm.js +0 -7
  745. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.js.js +0 -1
  746. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.esm.js +0 -6
  747. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.js.js +0 -1
  748. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.esm.js +0 -6
  749. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.js.js +0 -1
  750. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.esm.js +0 -17
  751. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.js.js +0 -1
  752. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.esm.js +0 -17
  753. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.js.js +0 -1
  754. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/cloneDeep.esm.js +0 -8
  755. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/cloneDeep.js.js +0 -1
  756. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.esm.js +0 -6
  757. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.js.js +0 -1
  758. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.esm.js +0 -10
  759. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.js.js +0 -1
  760. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.esm.js +0 -4
  761. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.js.js +0 -1
  762. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.esm.js +0 -8
  763. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.js.js +0 -1
  764. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.esm.js +0 -6
  765. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.js.js +0 -1
  766. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.esm.js +0 -12
  767. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.js.js +0 -1
  768. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.esm.js +0 -7
  769. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.js.js +0 -1
  770. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.esm.js +0 -7
  771. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.js.js +0 -1
  772. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.esm.js +0 -7
  773. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.js.js +0 -1
  774. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.esm.js +0 -6
  775. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.js.js +0 -1
  776. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.esm.js +0 -7
  777. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.js.js +0 -1
  778. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.esm.js +0 -7
  779. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.js.js +0 -1
  780. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.esm.js +0 -9
  781. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.js.js +0 -1
  782. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.esm.js +0 -9
  783. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.js.js +0 -1
  784. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.esm.js +0 -6
  785. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.js.js +0 -1
  786. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.esm.js +0 -6
  787. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.js.js +0 -1
  788. package/dist/runtime/Running.d.ts +0 -7
  789. package/dist/runtime/Running.d.ts.map +0 -1
  790. package/dist/runtime/Running.esm.js +0 -39
  791. package/dist/runtime/Running.js.js +0 -1
  792. package/dist/runtime/index.d.ts +0 -2
  793. package/dist/runtime/index.d.ts.map +0 -1
  794. package/dist/runtime/index.esm.js +0 -6
  795. package/dist/runtime/index.js.js +0 -1
  796. package/dist/utils/auth.d.ts +0 -3
  797. package/dist/utils/auth.d.ts.map +0 -1
  798. package/dist/utils/auth.esm.js +0 -11
  799. package/dist/utils/auth.js.js +0 -1
  800. package/dist/utils/base.d.ts +0 -6
  801. package/dist/utils/base.d.ts.map +0 -1
  802. package/dist/utils/base.esm.js +0 -15
  803. package/dist/utils/base.js.js +0 -1
  804. package/dist/utils/dict.d.ts +0 -3
  805. package/dist/utils/dict.d.ts.map +0 -1
  806. package/dist/utils/dict.esm.js +0 -11
  807. package/dist/utils/dict.js.js +0 -1
  808. package/dist/utils/formatter.d.ts +0 -60
  809. package/dist/utils/formatter.d.ts.map +0 -1
  810. package/dist/utils/formatter.esm.js +0 -594
  811. package/dist/utils/formatter.js.js +0 -1
  812. package/dist/utils/index.d.ts +0 -7
  813. package/dist/utils/index.d.ts.map +0 -1
  814. package/dist/utils/is.d.ts +0 -6
  815. package/dist/utils/is.d.ts.map +0 -1
  816. package/dist/utils/is.esm.js +0 -10
  817. package/dist/utils/is.js.js +0 -1
  818. package/dist/utils/request.d.ts +0 -6
  819. package/dist/utils/request.d.ts.map +0 -1
  820. package/dist/utils/request.esm.js +0 -11
  821. package/dist/utils/request.js.js +0 -1
  822. package/dist/utils/runCommonUtils.d.ts +0 -73
  823. package/dist/utils/runCommonUtils.d.ts.map +0 -1
  824. package/dist/utils/runCommonUtils.esm.js +0 -112
  825. package/dist/utils/runCommonUtils.js.js +0 -1
@@ -1,56 +0,0 @@
1
- import { ColumnType } from 'ant-design-vue/es/table';
2
-
3
- export interface ExtendedColumnType extends ColumnType<any> {
4
- visible?: boolean;
5
- specialFields?: boolean;
6
- renderType?: 'image' | 'money' | 'date' | 'dict' | 'array';
7
- filterType?: string;
8
- dateType?: string;
9
- selectedDate?: any;
10
- dateFormat?: string;
11
- searchQuery?: string;
12
- filterSearch?: boolean;
13
- selectedValue?: any;
14
- multipleChoices?: boolean;
15
- dictType?: string;
16
- columnDictType?: string;
17
- imageWidthHeight?: string;
18
- currencySymbol?: string;
19
- showCommaSeparator?: boolean;
20
- minDecimalPlace?: number;
21
- maxDecimalPlace?: number;
22
- arraySeparator?: string;
23
- actions?: any[];
24
- }
25
- /**
26
- * 处理图片列的函数
27
- * @param col 列配置对�?
28
- */
29
- export declare const renderImageColumn: (col: ExtendedColumnType) => void;
30
- /**
31
- * 处理金额列的函数
32
- * @param col 列配置对�?
33
- */
34
- export declare const renderMoneyColumn: (col: ExtendedColumnType) => void;
35
- /**
36
- * 处理日期列的函数
37
- * @param col 列配置对�?
38
- */
39
- export declare const renderDateColumn: (col: ExtendedColumnType) => void;
40
- /**
41
- * 处理数据字典列的函数
42
- * @param col 列配置对�?
43
- */
44
- export declare const renderDictColumn: (col: ExtendedColumnType) => void;
45
- /**
46
- * 处理数组列的函数
47
- * @param col 列配置对�?
48
- */
49
- export declare const renderArrayColumn: (col: ExtendedColumnType) => void;
50
- /**
51
- * 应用列格式化处理
52
- * @param columns 列配置数�?
53
- * @returns 处理后的列配置数�?
54
- */
55
- export declare const applyColumnFormatting: (columns: ExtendedColumnType[]) => ExtendedColumnType[];
56
- //# sourceMappingURL=AndTableFormat.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AndTableFormat.d.ts","sourceRoot":"","sources":["../../src/components/AndTableFormat.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAK1D,MAAM,WAAW,kBAAmB,SAAQ,UAAU,CAAC,GAAG,CAAC;IACzD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,UAAU,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;IAC3D,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAE,GAAG,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,aAAa,CAAC,EAAE,GAAG,CAAC;IACpB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,OAAO,CAAC,EAAE,GAAG,EAAE,CAAC;CACjB;AA0BD;;;GAGG;AACH,eAAO,MAAM,iBAAiB,QAAS,kBAAkB,SAsDxD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,iBAAiB,QAAS,kBAAkB,SAgCxD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,gBAAgB,QAAS,kBAAkB,SAwBvD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,gBAAgB,QAAS,kBAAkB,SA4BvD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,iBAAiB,QAAS,kBAAkB,SA0BxD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,qBAAqB,YAAa,kBAAkB,EAAE,KAAG,kBAAkB,EA0BvF,CAAC"}
@@ -1,118 +0,0 @@
1
- import { h as o } from "vue";
2
- import { Image as c } from "ant-design-vue";
3
- import u from "dayjs";
4
- import { getDictOptions as d } from "../utils/dict.esm.js";
5
- import { getAccessToken as f } from "../utils/auth.esm.js";
6
- const y = (r) => {
7
- if (!r)
8
- return r;
9
- const n = f();
10
- if (n && !r.includes("token=")) {
11
- const t = r.includes("?") ? "&" : "?";
12
- r = `${r}${t}token=${n}`;
13
- }
14
- return r;
15
- }, g = (r) => {
16
- const [n, e] = (r.imageWidthHeight || "").split(/\s*[,,]\s*/), t = n || "50", s = e || "50";
17
- r.customRender = ({ text: a }) => {
18
- let m = [];
19
- if (Array.isArray(a))
20
- m = a.slice(0, 3);
21
- else if (typeof a == "string")
22
- m = [a];
23
- else
24
- return o("span", {}, "无图片");
25
- if (m.length === 0)
26
- return o("span", {}, "无图片");
27
- const p = m.map((i) => y(i));
28
- if (p.length === 1) {
29
- const i = p[0];
30
- return o(c, {
31
- src: i,
32
- alt: "image",
33
- width: t + "px",
34
- height: s + "px",
35
- preview: { src: i }
36
- });
37
- }
38
- return o(c.PreviewGroup, {}, () => p.map(
39
- (i, l) => o(c, {
40
- key: l,
41
- src: i,
42
- alt: `image-${l}`,
43
- width: t + "px",
44
- height: s + "px",
45
- style: { marginRight: "8px", marginBottom: "8px" }
46
- })
47
- ));
48
- };
49
- }, h = (r) => {
50
- r.customRender = ({ text: n }) => {
51
- let e = parseFloat(n);
52
- if (isNaN(e))
53
- return o("span", {}, "无效金额");
54
- const t = r.currencySymbol || "", s = r.showCommaSeparator || !1, a = r.minDecimalPlace || 0, m = r.maxDecimalPlace || 2;
55
- Number.isInteger(e) && a > 0 && (e = parseFloat(e.toFixed(a)));
56
- const p = {
57
- style: "decimal",
58
- // 使用数字格式
59
- minimumFractionDigits: a,
60
- maximumFractionDigits: m,
61
- useGrouping: s
62
- // 是否显示千位分隔�?
63
- };
64
- let i = new Intl.NumberFormat("zh-CN", p).format(e);
65
- return t && (i = t + i), o("span", {}, i);
66
- };
67
- }, T = (r) => {
68
- r.customRender = ({ text: n }) => {
69
- let e = "";
70
- try {
71
- const t = u(n);
72
- t.isValid() && (r.dateFormat === "date" ? e = t.format("YYYY-MM-DD") : r.dateFormat === "time" ? e = t.format("HH:mm:ss") : r.dateFormat === "datetime" && (e = t.format("YYYY-MM-DD HH:mm:ss")));
73
- } catch {
74
- e = "";
75
- }
76
- return o("span", {}, e);
77
- };
78
- }, D = (r) => {
79
- r.customRender = ({ text: n }) => {
80
- if (!r.columnDictType || n === null || n === void 0 || n === "")
81
- return o("span", {}, n || "");
82
- try {
83
- const t = d(r.columnDictType).find((a) => a.value === n + ""), s = t ? t.label : n;
84
- return o("span", {
85
- title: t ? `${t.label} (${n})` : n,
86
- // 添加tooltip显示原始�?
87
- class: (t == null ? void 0 : t.cssClass) || "",
88
- // 应用字典项的CSS�?
89
- style: t != null && t.colorType ? { color: `var(--el-color-${t.colorType})` } : {}
90
- // 应用字典项的颜色
91
- }, s);
92
- } catch (e) {
93
- return console.error(`Failed to get dict options for type ${r.columnDictType} and value ${n}:`, e), o("span", {}, n);
94
- }
95
- };
96
- }, F = (r) => {
97
- r.customRender = ({ text: n }) => {
98
- if (n == null || n === "")
99
- return o("span", {}, "");
100
- const e = r.arraySeparator || ",";
101
- if (Array.isArray(n)) {
102
- const t = n.join(e);
103
- return o("span", {}, t);
104
- }
105
- return typeof n == "string" ? o("span", {}, n) : o("span", {}, String(n));
106
- };
107
- }, b = (r) => r.map((n) => {
108
- const e = { ...n };
109
- return e.specialFields === !0 && e.renderType && (e.renderType === "image" && g(e), e.renderType === "money" && h(e), e.renderType === "date" && T(e), e.renderType === "dict" && D(e), e.renderType === "array" && F(e)), e;
110
- });
111
- export {
112
- b as applyColumnFormatting,
113
- F as renderArrayColumn,
114
- T as renderDateColumn,
115
- D as renderDictColumn,
116
- g as renderImageColumn,
117
- h as renderMoneyColumn
118
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("vue"),l=require("ant-design-vue"),f=require("dayjs"),D=require("../utils/dict.js.js"),T=require("../utils/auth.js.js"),C=r=>{if(!r)return r;const n=T.getAccessToken();if(n&&!r.includes("token=")){const t=r.includes("?")?"&":"?";r=`${r}${t}token=${n}`}return r},p=r=>{const[n,e]=(r.imageWidthHeight||"").split(/\s*[,,]\s*/),t=n||"50",s=e||"50";r.customRender=({text:o})=>{let m=[];if(Array.isArray(o))m=o.slice(0,3);else if(typeof o=="string")m=[o];else return a.h("span",{},"无图片");if(m.length===0)return a.h("span",{},"无图片");const c=m.map(i=>C(i));if(c.length===1){const i=c[0];return a.h(l.Image,{src:i,alt:"image",width:t+"px",height:s+"px",preview:{src:i}})}return a.h(l.Image.PreviewGroup,{},()=>c.map((i,u)=>a.h(l.Image,{key:u,src:i,alt:`image-${u}`,width:t+"px",height:s+"px",style:{marginRight:"8px",marginBottom:"8px"}})))}},d=r=>{r.customRender=({text:n})=>{let e=parseFloat(n);if(isNaN(e))return a.h("span",{},"无效金额");const t=r.currencySymbol||"",s=r.showCommaSeparator||!1,o=r.minDecimalPlace||0,m=r.maxDecimalPlace||2;Number.isInteger(e)&&o>0&&(e=parseFloat(e.toFixed(o)));const c={style:"decimal",minimumFractionDigits:o,maximumFractionDigits:m,useGrouping:s};let i=new Intl.NumberFormat("zh-CN",c).format(e);return t&&(i=t+i),a.h("span",{},i)}},y=r=>{r.customRender=({text:n})=>{let e="";try{const t=f(n);t.isValid()&&(r.dateFormat==="date"?e=t.format("YYYY-MM-DD"):r.dateFormat==="time"?e=t.format("HH:mm:ss"):r.dateFormat==="datetime"&&(e=t.format("YYYY-MM-DD HH:mm:ss")))}catch{e=""}return a.h("span",{},e)}},h=r=>{r.customRender=({text:n})=>{if(!r.columnDictType||n===null||n===void 0||n==="")return a.h("span",{},n||"");try{const t=D.getDictOptions(r.columnDictType).find(o=>o.value===n+""),s=t?t.label:n;return a.h("span",{title:t?`${t.label} (${n})`:n,class:(t==null?void 0:t.cssClass)||"",style:t!=null&&t.colorType?{color:`var(--el-color-${t.colorType})`}:{}},s)}catch(e){return console.error(`Failed to get dict options for type ${r.columnDictType} and value ${n}:`,e),a.h("span",{},n)}}},g=r=>{r.customRender=({text:n})=>{if(n==null||n==="")return a.h("span",{},"");const e=r.arraySeparator||",";if(Array.isArray(n)){const t=n.join(e);return a.h("span",{},t)}return typeof n=="string"?a.h("span",{},n):a.h("span",{},String(n))}},F=r=>r.map(n=>{const e={...n};return e.specialFields===!0&&e.renderType&&(e.renderType==="image"&&p(e),e.renderType==="money"&&d(e),e.renderType==="date"&&y(e),e.renderType==="dict"&&h(e),e.renderType==="array"&&g(e)),e});exports.applyColumnFormatting=F;exports.renderArrayColumn=g;exports.renderDateColumn=y;exports.renderDictColumn=h;exports.renderImageColumn=p;exports.renderMoneyColumn=d;
@@ -1,41 +0,0 @@
1
- interface TabProps {
2
- tabs: Array<{
3
- tab: string;
4
- [key: string]: any;
5
- }>;
6
- [key: string]: any;
7
- dev?: boolean;
8
- changeAction?: string;
9
- sessionId?: string;
10
- }
11
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
12
- tabProps: TabProps;
13
- subContainers?: HTMLElement[] | undefined;
14
- el?: HTMLElement | undefined;
15
- editor?: object | undefined;
16
- model?: any;
17
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
18
- tabProps: TabProps;
19
- subContainers?: HTMLElement[] | undefined;
20
- el?: HTMLElement | undefined;
21
- editor?: object | undefined;
22
- model?: any;
23
- }>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, {
24
- default?(_: {}): any;
25
- }>;
26
- export default _default;
27
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
- type __VLS_TypePropsToRuntimeProps<T> = {
29
- [K in keyof T]-?: {} extends Pick<T, K> ? {
30
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
31
- } : {
32
- type: import('vue').PropType<T[K]>;
33
- required: true;
34
- };
35
- };
36
- type __VLS_WithTemplateSlots<T, S> = T & {
37
- new (): {
38
- $slots: S;
39
- };
40
- };
41
- //# sourceMappingURL=AndTabs.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AndTabs.vue.d.ts","sourceRoot":"","sources":["../../src/components/AndTabs.vue"],"names":[],"mappings":"AAUA;AAWA,UAAU,QAAQ;IAChB,IAAI,EAAE,KAAK,CAAC;QAAE,GAAG,EAAE,MAAM,CAAC;QAAA,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC,CAAC;IAChD,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;IACnB,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;;;;;;;;;;;;;;;;AA+PD,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -1,113 +0,0 @@
1
- import { defineComponent as v, ref as y, computed as E, onMounted as w, watch as A, nextTick as T, resolveComponent as u, openBlock as d, createBlock as h, mergeProps as $, withCtx as B, createElementBlock as I, Fragment as L, renderList as M, renderSlot as S } from "vue";
2
- import { useItemStore as j } from "../base/store/andStore.esm.js";
3
- import { addCommand as x } from "../utils/runCommonUtils.esm.js";
4
- import { parseChangeAction as z, createCommand as O } from "../base/actionParser.esm.js";
5
- const q = /* @__PURE__ */ v({
6
- __name: "AndTabs",
7
- props: {
8
- tabProps: {},
9
- subContainers: {},
10
- el: {},
11
- editor: {},
12
- model: {}
13
- },
14
- setup(C) {
15
- const i = y([]), o = C, b = E(() => Object.fromEntries(
16
- Object.entries(o.tabProps).filter(([, t]) => t !== void 0)
17
- )), P = j();
18
- function _(e) {
19
- if (o.tabProps.changeAction && !o.model) {
20
- let { actionName: t, arg: s } = z(o.tabProps.changeAction, e, o.tabProps);
21
- const c = O(t, s);
22
- x(o.tabProps.sessionId || "", P, c);
23
- }
24
- }
25
- const k = (e) => {
26
- _(e);
27
- };
28
- w(() => {
29
- m();
30
- });
31
- function m() {
32
- var c;
33
- if (!o.tabProps.dev)
34
- return;
35
- if (!o.model) {
36
- g();
37
- return;
38
- }
39
- const e = (c = o.model) == null ? void 0 : c.components();
40
- if (!e) {
41
- console.error("Component model is not available.");
42
- return;
43
- }
44
- const t = new Map(e.models.map((n) => {
45
- var a, r;
46
- return [(r = (a = n.attributes) == null ? void 0 : a.attributes) == null ? void 0 : r["tab-key"], n];
47
- })), s = i.value;
48
- if (!s) {
49
- console.error("Container placeholders are not available."), t.forEach((n) => {
50
- e.remove(n);
51
- }), t.clear();
52
- return;
53
- }
54
- o.tabProps.tabs.forEach((n, a) => {
55
- if (a >= s.length) {
56
- console.warn(`Tab index ${a} exceeds the number of container placeholders.`);
57
- return;
58
- }
59
- const r = s[a];
60
- let p = (r == null ? void 0 : r.$el) || r;
61
- if (!r || !p) {
62
- console.warn(`Container at index ${a} is not available.`);
63
- return;
64
- }
65
- if (p.children.length > 0)
66
- return;
67
- let l = t.get(n.key);
68
- l || (l = e.add({
69
- type: "and-tab-pane",
70
- attributes: {
71
- "tab-key": n.key
72
- }
73
- }), t.set(n.key, l));
74
- const f = l.getEl();
75
- f && p.appendChild(f);
76
- }), t.forEach((n, a) => {
77
- o.tabProps.tabs.some((r) => r.key === a) || (e.remove(n), t.delete(a));
78
- });
79
- }
80
- const g = () => {
81
- var t;
82
- const e = i.value;
83
- (t = o.subContainers) == null || t.forEach((s, c) => {
84
- var a;
85
- (((a = e[c]) == null ? void 0 : a.$el) || e[c]).appendChild(s);
86
- });
87
- };
88
- return A(() => o.tabProps.tabs, async (e) => {
89
- await T(), m();
90
- }, { deep: !0 }), (e, t) => {
91
- const s = u("a-tab-pane"), c = u("a-tabs");
92
- return d(), h(c, $(b.value, {
93
- tabBarStyle: { "padding-left": "5px" },
94
- onChange: k
95
- }), {
96
- default: B(() => [
97
- e.tabProps.dev ? (d(!0), I(L, { key: 0 }, M(b.value.tabs, (n) => (d(), h(s, {
98
- key: n.key,
99
- tab: n.tab,
100
- forceRender: "",
101
- ref_for: !0,
102
- ref_key: "tabPanes",
103
- ref: i
104
- }, null, 8, ["tab"]))), 128)) : S(e.$slots, "default", { key: 1 })
105
- ]),
106
- _: 3
107
- }, 16);
108
- };
109
- }
110
- });
111
- export {
112
- q as default
113
- };
@@ -1,4 +0,0 @@
1
- import f from "./AndTabs.vue.esm.js";
2
- export {
3
- f as default
4
- };
@@ -1 +0,0 @@
1
- "use strict";const e=require("vue"),v=require("../base/store/andStore.js.js"),g=require("../utils/runCommonUtils.js.js"),f=require("../base/actionParser.js.js"),y=e.defineComponent({__name:"AndTabs",props:{tabProps:{},subContainers:{},el:{},editor:{},model:{}},setup(h){const p=e.ref([]),a=h,b=e.computed(()=>Object.fromEntries(Object.entries(a.tabProps).filter(([,n])=>n!==void 0))),C=v.useItemStore();function k(t){if(a.tabProps.changeAction&&!a.model){let{actionName:n,arg:c}=f.parseChangeAction(a.tabProps.changeAction,t,a.tabProps);const l=f.createCommand(n,c);g.addCommand(a.tabProps.sessionId||"",C,l)}}const P=t=>{k(t)};e.onMounted(()=>{u()});function u(){var l;if(!a.tabProps.dev)return;if(!a.model){_();return}const t=(l=a.model)==null?void 0:l.components();if(!t){console.error("Component model is not available.");return}const n=new Map(t.models.map(o=>{var r,s;return[(s=(r=o.attributes)==null?void 0:r.attributes)==null?void 0:s["tab-key"],o]})),c=p.value;if(!c){console.error("Container placeholders are not available."),n.forEach(o=>{t.remove(o)}),n.clear();return}a.tabProps.tabs.forEach((o,r)=>{if(r>=c.length){console.warn(`Tab index ${r} exceeds the number of container placeholders.`);return}const s=c[r];let d=(s==null?void 0:s.$el)||s;if(!s||!d){console.warn(`Container at index ${r} is not available.`);return}if(d.children.length>0)return;let i=n.get(o.key);i||(i=t.add({type:"and-tab-pane",attributes:{"tab-key":o.key}}),n.set(o.key,i));const m=i.getEl();m&&d.appendChild(m)}),n.forEach((o,r)=>{a.tabProps.tabs.some(s=>s.key===r)||(t.remove(o),n.delete(r))})}const _=()=>{var n;const t=p.value;(n=a.subContainers)==null||n.forEach((c,l)=>{var r;(((r=t[l])==null?void 0:r.$el)||t[l]).appendChild(c)})};return e.watch(()=>a.tabProps.tabs,async t=>{await e.nextTick(),u()},{deep:!0}),(t,n)=>{const c=e.resolveComponent("a-tab-pane"),l=e.resolveComponent("a-tabs");return e.openBlock(),e.createBlock(l,e.mergeProps(b.value,{tabBarStyle:{"padding-left":"5px"},onChange:P}),{default:e.withCtx(()=>[t.tabProps.dev?(e.openBlock(!0),e.createElementBlock(e.Fragment,{key:0},e.renderList(b.value.tabs,o=>(e.openBlock(),e.createBlock(c,{key:o.key,tab:o.tab,forceRender:"",ref_for:!0,ref_key:"tabPanes",ref:p},null,8,["tab"]))),128)):e.renderSlot(t.$slots,"default",{key:1})]),_:3},16)}}});module.exports=y;
@@ -1 +0,0 @@
1
- "use strict";const e=require("./AndTabs.vue.js.js");module.exports=e;
@@ -1,41 +0,0 @@
1
- /**
2
- * closable:标签是否可关闭,默认 false
3
- * color:标签背景色
4
- * icon:图标(VNode 或自定义插槽)
5
- * bordered:是否有边框,默认 true(若为 false,可通过 style 控制边框为 none)
6
- */
7
- interface TagProps {
8
- closable?: boolean;
9
- color?: string;
10
- icon?: any;
11
- bordered?: boolean;
12
- text?: string;
13
- iconName?: string;
14
- dataSet?: string;
15
- dataSetField?: string;
16
- dev?: boolean;
17
- sessionId?: string;
18
- closeAction?: string;
19
- enableDict?: boolean;
20
- dictType?: string;
21
- formatType?: string;
22
- formatValue?: string | Record<string, any>;
23
- }
24
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
25
- tagProps: TagProps;
26
- model?: any;
27
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
28
- tagProps: TagProps;
29
- model?: any;
30
- }>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
31
- export default _default;
32
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
33
- type __VLS_TypePropsToRuntimeProps<T> = {
34
- [K in keyof T]-?: {} extends Pick<T, K> ? {
35
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
36
- } : {
37
- type: import('vue').PropType<T[K]>;
38
- required: true;
39
- };
40
- };
41
- //# sourceMappingURL=AndTag.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AndTag.vue.d.ts","sourceRoot":"","sources":["../../src/components/AndTag.vue"],"names":[],"mappings":"AAQA;AAcA;;;;;GAKG;AACH,UAAU,QAAQ;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAC5C;;cAyOW,QAAQ;YACV,GAAG;;cADD,QAAQ;YACV,GAAG;;AAPb,wBASG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
@@ -1,107 +0,0 @@
1
- import { defineComponent as b, ref as V, watch as h, computed as i, h as d, resolveComponent as F, openBlock as O, createBlock as C, mergeProps as D, withCtx as I, createTextVNode as N, toDisplayString as j } from "vue";
2
- import * as u from "@ant-design/icons-vue";
3
- import { useStore as m } from "../base/useStore.esm.js";
4
- import { useItemStore as A } from "../base/store/andStore.esm.js";
5
- import { addCommand as w } from "../utils/runCommonUtils.esm.js";
6
- import { getDictOptions as B } from "../utils/dict.esm.js";
7
- import { parseClickAction as k, createCommand as E } from "../base/actionParser.esm.js";
8
- import { getIndexPlusOne as J } from "../base/baseUtils.esm.js";
9
- import { useFormatterByType as K } from "../utils/formatter.esm.js";
10
- const U = /* @__PURE__ */ b({
11
- __name: "AndTag",
12
- props: {
13
- tagProps: {},
14
- model: {}
15
- },
16
- setup(f) {
17
- const t = f, s = V([]), g = m(t.tagProps), P = async () => {
18
- if (t.tagProps.enableDict && t.tagProps.dictType)
19
- try {
20
- const e = await B(t.tagProps.dictType);
21
- s.value = e || [];
22
- } catch (e) {
23
- console.error("Failed to load dict options:", e), s.value = [];
24
- }
25
- else
26
- s.value = [];
27
- };
28
- h(
29
- () => [t.tagProps.enableDict, t.tagProps.dictType],
30
- () => {
31
- P();
32
- },
33
- { immediate: !0 }
34
- );
35
- const v = m({
36
- dataSet: t.tagProps.sessionId + "_props",
37
- dataSetField: t.tagProps.dataSet + "_" + t.tagProps.dataSetField
38
- }), y = A(), l = i(() => t.tagProps.text || "标签"), p = i(() => {
39
- if (t.tagProps.dev)
40
- return l.value;
41
- if (t.tagProps.dataSet && t.tagProps.dataSetField) {
42
- if (t.tagProps.dataSetField === "@index")
43
- return J(t.tagProps.dataSet);
44
- const e = g.value;
45
- if (e != null) {
46
- if (t.tagProps.enableDict && t.tagProps.dictType && s.value.length > 0) {
47
- const a = s.value.find((o) => o.value === String(e));
48
- if (a)
49
- return a.label;
50
- }
51
- return e;
52
- }
53
- }
54
- return l.value;
55
- }), T = i(() => {
56
- if (!t.tagProps.formatValue)
57
- return {};
58
- if (typeof t.tagProps.formatValue == "string")
59
- try {
60
- return JSON.parse(t.tagProps.formatValue);
61
- } catch (e) {
62
- return console.error("Failed to parse formatValue:", e), {};
63
- }
64
- return t.tagProps.formatValue || {};
65
- }), S = i(() => t.tagProps.dev || !t.tagProps.formatType ? p.value ?? "" : K(
66
- p.value,
67
- t.tagProps.formatType,
68
- T.value
69
- ).value ?? "");
70
- function x() {
71
- if (t.tagProps.closeAction && !t.model) {
72
- let { actionName: e, arg: a } = k(t.tagProps.closeAction, t.tagProps);
73
- const o = E(e, a);
74
- w(t.tagProps.sessionId || "", y, o);
75
- }
76
- }
77
- const _ = i(() => {
78
- const e = ["text", "enableDict", "dictType", "formatType", "formatValue"];
79
- let a = Object.fromEntries(
80
- Object.entries(t.tagProps).filter(([o, r]) => r !== void 0 && !e.includes(o)).map(([o, r]) => o === "iconName" && r ? ["icon", d(u[r])] : [o, r])
81
- );
82
- if (t.tagProps.dataSet && t.tagProps.dataSetField) {
83
- const o = v.value;
84
- if (o && typeof o == "object") {
85
- const r = { ...a };
86
- return Object.keys(o).forEach((c) => {
87
- const n = o[c];
88
- n != null && (c === "iconName" && n ? r.icon = d(u[n]) : r[c] = n);
89
- }), r;
90
- }
91
- }
92
- return a;
93
- });
94
- return (e, a) => {
95
- const o = F("a-tag");
96
- return O(), C(o, D(_.value, { onClose: x }), {
97
- default: I(() => [
98
- N(j(S.value), 1)
99
- ]),
100
- _: 1
101
- }, 16);
102
- };
103
- }
104
- });
105
- export {
106
- U as default
107
- };
@@ -1,4 +0,0 @@
1
- import f from "./AndTag.vue.esm.js";
2
- export {
3
- f as default
4
- };
@@ -1 +0,0 @@
1
- "use strict";const e=require("vue"),O=require("@ant-design/icons-vue"),f=require("../base/useStore.js.js"),x=require("../base/store/andStore.js.js"),h=require("../utils/runCommonUtils.js.js"),D=require("../utils/dict.js.js"),m=require("../base/actionParser.js.js"),V=require("../base/baseUtils.js.js"),q=require("../utils/formatter.js.js");function C(c){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(c){for(const a in c)if(a!=="default"){const u=Object.getOwnPropertyDescriptor(c,a);Object.defineProperty(t,a,u.get?u:{enumerable:!0,get:()=>c[a]})}}return t.default=c,Object.freeze(t)}const g=C(O),F=e.defineComponent({__name:"AndTag",props:{tagProps:{},model:{}},setup(c){const t=c,a=e.ref([]),u=f.useStore(t.tagProps),P=async()=>{if(t.tagProps.enableDict&&t.tagProps.dictType)try{const o=await D.getDictOptions(t.tagProps.dictType);a.value=o||[]}catch(o){console.error("Failed to load dict options:",o),a.value=[]}else a.value=[]};e.watch(()=>[t.tagProps.enableDict,t.tagProps.dictType],()=>{P()},{immediate:!0});const v=f.useStore({dataSet:t.tagProps.sessionId+"_props",dataSetField:t.tagProps.dataSet+"_"+t.tagProps.dataSetField}),S=x.useItemStore(),d=e.computed(()=>t.tagProps.text||"标签"),p=e.computed(()=>{if(t.tagProps.dev)return d.value;if(t.tagProps.dataSet&&t.tagProps.dataSetField){if(t.tagProps.dataSetField==="@index")return V.getIndexPlusOne(t.tagProps.dataSet);const o=u.value;if(o!=null){if(t.tagProps.enableDict&&t.tagProps.dictType&&a.value.length>0){const n=a.value.find(r=>r.value===String(o));if(n)return n.label}return o}}return d.value}),y=e.computed(()=>{if(!t.tagProps.formatValue)return{};if(typeof t.tagProps.formatValue=="string")try{return JSON.parse(t.tagProps.formatValue)}catch(o){return console.error("Failed to parse formatValue:",o),{}}return t.tagProps.formatValue||{}}),T=e.computed(()=>t.tagProps.dev||!t.tagProps.formatType?p.value??"":q.useFormatterByType(p.value,t.tagProps.formatType,y.value).value??"");function b(){if(t.tagProps.closeAction&&!t.model){let{actionName:o,arg:n}=m.parseClickAction(t.tagProps.closeAction,t.tagProps);const r=m.createCommand(o,n);h.addCommand(t.tagProps.sessionId||"",S,r)}}const _=e.computed(()=>{const o=["text","enableDict","dictType","formatType","formatValue"];let n=Object.fromEntries(Object.entries(t.tagProps).filter(([r,s])=>s!==void 0&&!o.includes(r)).map(([r,s])=>r==="iconName"&&s?["icon",e.h(g[s])]:[r,s]));if(t.tagProps.dataSet&&t.tagProps.dataSetField){const r=v.value;if(r&&typeof r=="object"){const s={...n};return Object.keys(r).forEach(l=>{const i=r[l];i!=null&&(l==="iconName"&&i?s.icon=e.h(g[i]):s[l]=i)}),s}}return n});return(o,n)=>{const r=e.resolveComponent("a-tag");return e.openBlock(),e.createBlock(r,e.mergeProps(_.value,{onClose:b}),{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(T.value),1)]),_:1},16)}}});module.exports=F;
@@ -1 +0,0 @@
1
- "use strict";const e=require("./AndTag.vue.js.js");module.exports=e;
@@ -1,33 +0,0 @@
1
- import { TextProps as AndTextProps } from 'ant-design-vue/es/typography/Text';
2
-
3
- interface TextProps extends AndTextProps {
4
- validateOnBlur?: boolean;
5
- validateOnChange?: boolean;
6
- fontSize?: number;
7
- color?: string;
8
- dev?: boolean;
9
- formatType?: string;
10
- formatValue?: string | Record<string, any>;
11
- content?: string;
12
- dataSet?: string;
13
- dataSetField?: string;
14
- enableDict?: boolean;
15
- dictType?: string;
16
- fallbackDisplay?: boolean;
17
- }
18
- declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
19
- textProps: TextProps;
20
- }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
21
- textProps: TextProps;
22
- }>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
23
- export default _default;
24
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
- type __VLS_TypePropsToRuntimeProps<T> = {
26
- [K in keyof T]-?: {} extends Pick<T, K> ? {
27
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
28
- } : {
29
- type: import('vue').PropType<T[K]>;
30
- required: true;
31
- };
32
- };
33
- //# sourceMappingURL=AndText.vue.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AndText.vue.d.ts","sourceRoot":"","sources":["../../src/components/AndText.vue"],"names":[],"mappings":"AASA;AAEA,OAAO,EAAE,KAAK,SAAS,IAAI,YAAY,EAAE,MAAM,mCAAmC,CAAC;AASnF,UAAU,SAAU,SAAQ,YAAY;IACtC,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC3C,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;;eAyPY,SAAS;;eAAT,SAAS;;AANtB,wBAQG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}