@aplus-frontend/ui 0.0.40 → 0.1.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 (666) hide show
  1. package/es/index.d.ts +0 -1
  2. package/es/src/ap-action/group/index.vue.d.ts +12 -13
  3. package/es/src/ap-action/index.d.ts +0 -1
  4. package/es/src/ap-action/interface.d.ts +0 -1
  5. package/es/src/ap-action/item/index.vue.d.ts +16 -15
  6. package/es/src/ap-action/item/index.vue2.mjs +24 -26
  7. package/es/src/ap-action/item-dropdown/index.vue.d.ts +19 -18
  8. package/es/src/ap-action/item-modal/index.vue.d.ts +16 -15
  9. package/es/src/ap-action/item-modal/index.vue.mjs +7 -6
  10. package/es/src/ap-action/item-popconfirm/index.vue.d.ts +26 -25
  11. package/es/src/ap-action/style/item.css +10 -25
  12. package/es/src/ap-custom-column/column-select.vue.d.ts +3 -4
  13. package/es/src/ap-custom-column/custom-column.vue.d.ts +3 -4
  14. package/es/src/ap-custom-column/index.d.ts +0 -1
  15. package/es/src/ap-custom-column/interfaces.d.ts +0 -1
  16. package/es/src/ap-custom-column/storage.mjs +11 -11
  17. package/es/src/ap-custom-column/useCacheColumnSetting.d.ts +0 -1
  18. package/es/src/ap-custom-column/utils.d.ts +0 -1
  19. package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +11 -10
  20. package/es/src/ap-descriptions/formatter/index.d.ts +0 -1
  21. package/es/src/ap-descriptions/help-message/index.vue.d.ts +14 -12
  22. package/es/src/ap-descriptions/helper.d.ts +0 -1
  23. package/es/src/ap-descriptions/index.d.ts +0 -1
  24. package/es/src/ap-descriptions/interface.d.ts +0 -1
  25. package/es/src/ap-download/ap-download.vue.d.ts +18 -17
  26. package/es/src/ap-download/ap-download.vue.mjs +4 -1
  27. package/es/src/ap-download/hooks/index.d.ts +0 -1
  28. package/es/src/ap-download/index.d.ts +0 -1
  29. package/es/src/ap-download/interface.d.ts +0 -1
  30. package/es/src/ap-field/checkbox/helper.d.ts +0 -1
  31. package/es/src/ap-field/checkbox/index.vue.d.ts +11 -12
  32. package/es/src/ap-field/checkbox/index.vue.mjs +32 -27
  33. package/es/src/ap-field/checkbox/style.css +7 -0
  34. package/es/src/ap-field/date/constant.d.ts +0 -1
  35. package/es/src/ap-field/date/helper.d.ts +0 -1
  36. package/es/src/ap-field/date/index.vue.d.ts +25 -24
  37. package/es/src/ap-field/date/index.vue.mjs +4 -1
  38. package/es/src/ap-field/date-range/index.vue.d.ts +23 -22
  39. package/es/src/ap-field/date-range/index.vue.mjs +7 -1
  40. package/es/src/ap-field/hooks/use-default-placeholder.d.ts +3 -3
  41. package/es/src/ap-field/index.d.ts +0 -1
  42. package/es/src/ap-field/interface.d.ts +2 -1
  43. package/es/src/ap-field/number/helper.d.ts +0 -1
  44. package/es/src/ap-field/number/index.vue.d.ts +14 -13
  45. package/es/src/ap-field/radio/helper.d.ts +0 -1
  46. package/es/src/ap-field/radio/index.vue.d.ts +14 -12
  47. package/es/src/ap-field/radio/index.vue.mjs +44 -29
  48. package/es/src/ap-field/radio/style.css +4 -0
  49. package/es/src/ap-field/rate/index.vue.d.ts +19 -18
  50. package/es/src/ap-field/segmented/index.vue.d.ts +23 -22
  51. package/es/src/ap-field/select/index.vue.d.ts +20 -19
  52. package/es/src/ap-field/slider/index.vue.d.ts +14 -13
  53. package/es/src/ap-field/slider/index.vue.mjs +1 -4
  54. package/es/src/ap-field/switch/index.vue.d.ts +15 -14
  55. package/es/src/ap-field/text/index.d.ts +0 -1
  56. package/es/src/ap-field/text/index.vue.d.ts +17 -16
  57. package/es/src/ap-field/text/input-password-props.d.ts +0 -1
  58. package/es/src/ap-field/text/password.vue.d.ts +18 -17
  59. package/es/src/ap-field/text-area/index.vue.d.ts +13 -14
  60. package/es/src/ap-form/ap-form-item-group/helper.d.ts +0 -1
  61. package/es/src/ap-form/ap-form-item-group/index.vue.d.ts +19 -18
  62. package/es/src/ap-form/ap-form-item.vue.d.ts +15 -14
  63. package/es/src/ap-form/ap-form-list.vue.d.ts +9 -8
  64. package/es/src/ap-form/ap-form.vue.d.ts +22 -21
  65. package/es/src/ap-form/constant.d.ts +0 -1
  66. package/es/src/ap-form/context.d.ts +0 -1
  67. package/es/src/ap-form/hooks/use-watch.d.ts +0 -1
  68. package/es/src/ap-form/hooks/use-watch.mjs +7 -7
  69. package/es/src/ap-form/index.d.ts +0 -1
  70. package/es/src/ap-form/interface.d.ts +0 -1
  71. package/es/src/ap-form/items/checkbox/index.vue.d.ts +17 -16
  72. package/es/src/ap-form/items/date/index.vue.d.ts +38 -37
  73. package/es/src/ap-form/items/date-range/index.vue.d.ts +38 -37
  74. package/es/src/ap-form/items/index.d.ts +0 -1
  75. package/es/src/ap-form/items/interface.d.ts +0 -1
  76. package/es/src/ap-form/items/number/index.vue.d.ts +31 -30
  77. package/es/src/ap-form/items/radio/index.vue.d.ts +17 -16
  78. package/es/src/ap-form/items/select/index.vue.d.ts +41 -40
  79. package/es/src/ap-form/items/switch/index.vue.d.ts +25 -24
  80. package/es/src/ap-form/items/text/index.d.ts +0 -1
  81. package/es/src/ap-form/items/text/index.vue.d.ts +31 -30
  82. package/es/src/ap-form/items/text/password.vue.d.ts +31 -30
  83. package/es/src/ap-form/items/text-area/index.vue.d.ts +18 -17
  84. package/es/src/ap-form/modal-form/index.vue.d.ts +30 -29
  85. package/es/src/ap-form/search-form/index.vue.d.ts +23 -22
  86. package/es/src/ap-form/search-form/utils.d.ts +0 -1
  87. package/es/src/ap-form/search-form/utils.mjs +1 -2
  88. package/es/src/ap-form/style/ap-form-item.css +6 -6
  89. package/es/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +20 -19
  90. package/es/src/ap-layout/index.d.ts +0 -1
  91. package/es/src/ap-list/hooks/use-offline-list.d.ts +0 -1
  92. package/es/src/ap-list/index.d.ts +0 -1
  93. package/es/src/ap-list/index.vue.d.ts +9 -122
  94. package/es/src/ap-list/interface.d.ts +0 -1
  95. package/es/src/ap-modal/index.d.ts +0 -1
  96. package/es/src/ap-modal/type.d.ts +0 -1
  97. package/es/src/ap-modal/utils/createModal.d.ts +0 -1
  98. package/es/src/ap-table/ap-table.vue.d.ts +16 -2222
  99. package/es/src/ap-table/ap-table.vue.mjs +125 -126
  100. package/es/src/ap-table/components/index/index.vue.d.ts +11 -12
  101. package/es/src/ap-table/components/interface.d.ts +0 -1
  102. package/es/src/ap-table/components/status/index.vue.d.ts +2 -3
  103. package/es/src/ap-table/constants.d.ts +4816 -6356
  104. package/es/src/ap-table/hooks/use-table-paging.d.ts +0 -1
  105. package/es/src/ap-table/hooks/use-table-row-selection.d.ts +0 -1
  106. package/es/src/ap-table/index.d.ts +0 -1
  107. package/es/src/ap-table/interface.d.ts +0 -1
  108. package/es/src/ap-table/style/ap-table.css +1 -21
  109. package/es/src/ap-table/utils.d.ts +1 -2
  110. package/es/src/ap-tag/ap-tag-group.vue.d.ts +14 -13
  111. package/es/src/ap-tag/ap-tag-group.vue.mjs +8 -7
  112. package/es/src/ap-tag/ap-tag.vue.d.ts +13 -14
  113. package/es/src/ap-tag/index.d.ts +0 -1
  114. package/es/src/ap-tag/interface.d.ts +0 -1
  115. package/es/src/ap-upload/apUpload.vue.d.ts +2 -3
  116. package/es/src/ap-upload/apUpload.vue.mjs +4 -1
  117. package/es/src/ap-upload/apUploadTypes.d.ts +0 -1
  118. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +0 -1
  119. package/es/src/ap-upload/components/Picture.vue.d.ts +0 -1
  120. package/es/src/ap-upload/components/Picture.vue2.mjs +15 -5
  121. package/es/src/ap-upload/components/SingleFile.vue.d.ts +0 -1
  122. package/es/src/ap-upload/components/SingleFile.vue2.mjs +5 -1
  123. package/es/src/ap-upload/hooks/useOss.d.ts +0 -1
  124. package/es/src/ap-upload/index.d.ts +0 -1
  125. package/es/src/ap-upload/utils/accept.d.ts +0 -1
  126. package/es/src/ap-upload/utils/accept.mjs +1 -2
  127. package/es/src/base-button/button.vue.d.ts +17 -16
  128. package/es/src/base-button/constants.d.ts +0 -1
  129. package/es/src/base-button/index.d.ts +55 -55
  130. package/es/src/base-button/interface.d.ts +0 -1
  131. package/es/src/basic/arrow.vue.d.ts +2 -3
  132. package/es/src/basic/help.vue.d.ts +4 -9
  133. package/es/src/basic/index.d.ts +27 -35
  134. package/es/src/basic/interface.d.ts +0 -1
  135. package/es/src/basic/title.vue.d.ts +16 -15
  136. package/es/src/business/ap-export-group/ApExportGroup.vue.d.ts +2 -3
  137. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +1 -2
  138. package/es/src/business/ap-export-group/interface.d.ts +0 -1
  139. package/es/src/business/ap-label/ApLabel.vue.d.ts +17 -16
  140. package/es/src/business/ap-label/index.d.ts +0 -1
  141. package/es/src/business/ap-label/interface.d.ts +0 -1
  142. package/es/src/business/ap-select-layout/index.css +8 -0
  143. package/es/src/business/ap-select-layout/index.d.ts +0 -1
  144. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +16 -58
  145. package/es/src/business/ap-status/ApStatus.vue.d.ts +11 -12
  146. package/es/src/business/ap-status/ApStatusGroup.vue.d.ts +14 -17
  147. package/es/src/business/ap-status/ApStatusGroup.vue2.mjs +10 -9
  148. package/es/src/business/ap-status/index.d.ts +0 -1
  149. package/es/src/business/expandAlert/ApExpandAlert.vue.d.ts +18 -17
  150. package/es/src/business/index.d.ts +213 -248
  151. package/es/src/business/title/ApTitle.vue.d.ts +19 -18
  152. package/es/src/button/button.vue.d.ts +25 -0
  153. package/es/src/button/index.d.ts +7 -7
  154. package/es/src/check-card/checked.svg.mjs +2 -2
  155. package/es/src/check-card/context.d.ts +0 -1
  156. package/es/src/check-card/group.vue.d.ts +21 -20
  157. package/es/src/check-card/index.d.ts +0 -1
  158. package/es/src/check-card/index.vue.d.ts +16 -15
  159. package/es/src/check-card/index.vue2.mjs +45 -49
  160. package/es/src/check-card/interface.d.ts +0 -1
  161. package/es/src/check-card/style/index.css +10 -42
  162. package/es/src/config-provider/config-provider-props.d.ts +22 -23
  163. package/es/src/config-provider/config-provider.d.ts +59 -204
  164. package/es/src/config-provider/constants.d.ts +0 -1
  165. package/es/src/config-provider/hooks/use-global-config.d.ts +24 -25
  166. package/es/src/config-provider/hooks/use-locale.d.ts +0 -1
  167. package/es/src/config-provider/hooks/use-namespace.d.ts +0 -1
  168. package/es/src/config-provider/index.d.ts +129 -130
  169. package/es/src/container/collapse/header.vue.d.ts +4 -5
  170. package/es/src/container/collapse/index.vue.d.ts +5 -6
  171. package/es/src/container/index.d.ts +26 -26
  172. package/es/src/container/scroll-container.vue.d.ts +13 -12
  173. package/es/src/count-down/button.vue.d.ts +11 -12
  174. package/es/src/count-down/index.d.ts +13 -13
  175. package/es/src/count-down/input.vue.d.ts +14 -13
  176. package/es/src/count-down/interface.d.ts +0 -1
  177. package/es/src/cropper/cropper-avatar.vue.d.ts +12 -13
  178. package/es/src/cropper/cropper-image.vue.d.ts +12 -13
  179. package/es/src/cropper/cropper-modal.vue.d.ts +0 -1
  180. package/es/src/cropper/index.d.ts +63 -63
  181. package/es/src/cropper/interface.d.ts +0 -1
  182. package/es/src/description/description.vue.d.ts +1 -2
  183. package/es/src/description/index.d.ts +10 -10
  184. package/es/src/description/interface.d.ts +0 -1
  185. package/es/src/description/use-description.d.ts +0 -1
  186. package/es/src/design-token/index.d.ts +0 -1
  187. package/es/src/design-token/index.mjs +4 -2
  188. package/es/src/dropdown/dropdown.vue.d.ts +18 -17
  189. package/es/src/dropdown/index.d.ts +18 -18
  190. package/es/src/dropdown/interface.d.ts +0 -1
  191. package/es/src/editable-table/form-item.vue.d.ts +14 -915
  192. package/es/src/editable-table/form-item.vue.mjs +57 -58
  193. package/es/src/editable-table/hooks/use-get-columns.d.ts +0 -1
  194. package/es/src/editable-table/index.d.ts +0 -1
  195. package/es/src/editable-table/index.vue.d.ts +18 -568
  196. package/es/src/editable-table/index.vue.mjs +54 -55
  197. package/es/src/editable-table/interface.d.ts +0 -1
  198. package/es/src/editable-table/style/index.css +1 -21
  199. package/es/src/editable-table/utils.d.ts +0 -1
  200. package/es/src/hooks/useControllableValue.d.ts +0 -1
  201. package/es/src/hooks/useMessage.d.ts +0 -1
  202. package/es/src/icon/icon.vue.d.ts +12 -12
  203. package/es/src/icon/icon.vue2.mjs +3 -6
  204. package/es/src/icon/index.d.ts +36 -36
  205. package/es/src/icon/svg-icon.vue.d.ts +11 -12
  206. package/es/src/icon-picker/icon-picker.vue.d.ts +12 -13
  207. package/es/src/icon-picker/index.d.ts +25 -25
  208. package/es/src/locale/index.d.ts +0 -1
  209. package/es/src/locale/lang/en.d.ts +0 -1
  210. package/es/src/locale/lang/en.mjs +1 -1
  211. package/es/src/locale/lang/zh-cn.d.ts +0 -1
  212. package/es/src/locale/lang/zh-cn.mjs +22 -22
  213. package/es/src/modal/basic.vue.d.ts +18 -206
  214. package/es/src/modal/components/modal-close.vue.d.ts +11 -12
  215. package/es/src/modal/components/modal-footer.vue.d.ts +20 -209
  216. package/es/src/modal/components/modal-header.vue.d.ts +2 -3
  217. package/es/src/modal/components/modal-wrapper.vue.d.ts +7 -5
  218. package/es/src/modal/components/modal-wrapper.vue2.mjs +4 -8
  219. package/es/src/modal/components/modal.d.ts +11 -201
  220. package/es/src/modal/hooks/use-moda-full-screen.d.ts +0 -1
  221. package/es/src/modal/hooks/use-modal-drag.d.ts +0 -1
  222. package/es/src/modal/hooks/use-modal-drag.mjs +3 -6
  223. package/es/src/modal/hooks/use-modal.d.ts +0 -1
  224. package/es/src/modal/hooks/use-modal.mjs +1 -2
  225. package/es/src/modal/index.d.ts +37 -130
  226. package/es/src/modal/interface.d.ts +0 -1
  227. package/es/src/modal/props.d.ts +6 -103
  228. package/es/src/pro-form/component-map.d.ts +0 -1
  229. package/es/src/pro-form/components/api-cascader.vue.d.ts +11 -12
  230. package/es/src/pro-form/components/api-radio-group.vue.d.ts +12 -13
  231. package/es/src/pro-form/components/api-select.vue.d.ts +15 -14
  232. package/es/src/pro-form/components/api-transfer.vue.d.ts +14 -15
  233. package/es/src/pro-form/components/api-tree-select.vue.d.ts +14 -13
  234. package/es/src/pro-form/components/api-tree-select.vue.mjs +1 -2
  235. package/es/src/pro-form/components/api-tree.vue.d.ts +15 -14
  236. package/es/src/pro-form/components/api-tree.vue.mjs +1 -2
  237. package/es/src/pro-form/components/form-action.vue.d.ts +19 -18
  238. package/es/src/pro-form/components/form-item.vue.d.ts +0 -1
  239. package/es/src/pro-form/components/interface.d.ts +0 -1
  240. package/es/src/pro-form/components/radio-button-group.vue.d.ts +11 -12
  241. package/es/src/pro-form/helper.d.ts +1 -2
  242. package/es/src/pro-form/helper.mjs +4 -4
  243. package/es/src/pro-form/hooks/use-advanced.d.ts +0 -1
  244. package/es/src/pro-form/hooks/use-auto-focus.d.ts +0 -1
  245. package/es/src/pro-form/hooks/use-component-register.d.ts +0 -1
  246. package/es/src/pro-form/hooks/use-form-events.d.ts +0 -1
  247. package/es/src/pro-form/hooks/use-form-events.mjs +11 -11
  248. package/es/src/pro-form/hooks/use-form-item.d.ts +0 -1
  249. package/es/src/pro-form/hooks/use-form-values.d.ts +0 -1
  250. package/es/src/pro-form/hooks/use-form.d.ts +0 -1
  251. package/es/src/pro-form/hooks/use-label-width.d.ts +122 -123
  252. package/es/src/pro-form/index.d.ts +0 -1
  253. package/es/src/pro-form/pro-form.vue.d.ts +24 -23
  254. package/es/src/pro-form/table-form-inner.vue.d.ts +13 -14
  255. package/es/src/pro-form/table-form.vue.d.ts +12 -13
  256. package/es/src/pro-form/types/form-item.d.ts +0 -1
  257. package/es/src/pro-form/types/form.d.ts +0 -1
  258. package/es/src/pro-form/types/index.d.ts +37 -38
  259. package/es/src/pro-form/types/table-form.d.ts +0 -1
  260. package/es/src/pro-table/component-map.d.ts +0 -1
  261. package/es/src/pro-table/components/edit-table-header-icon.vue.d.ts +6 -4
  262. package/es/src/pro-table/components/editable/cell-component.d.ts +0 -1
  263. package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +7 -8
  264. package/es/src/pro-table/components/editable/editable-cell.vue2.mjs +38 -42
  265. package/es/src/pro-table/components/editable/helper.d.ts +0 -1
  266. package/es/src/pro-table/components/editable/index.d.ts +0 -1
  267. package/es/src/pro-table/components/header-cell.vue.d.ts +0 -1
  268. package/es/src/pro-table/components/settings/column-setting.vue.d.ts +0 -1
  269. package/es/src/pro-table/components/settings/index.vue.d.ts +0 -1
  270. package/es/src/pro-table/components/table-action.vue.d.ts +7 -6
  271. package/es/src/pro-table/components/table-action.vue.mjs +4 -3
  272. package/es/src/pro-table/components/table-footer.vue.d.ts +19 -20
  273. package/es/src/pro-table/components/table-header.vue.d.ts +11 -10
  274. package/es/src/pro-table/components/table-image.vue.d.ts +12 -13
  275. package/es/src/pro-table/components/table-selection-bar.vue.d.ts +15 -16
  276. package/es/src/pro-table/components/table-title.vue.d.ts +0 -1
  277. package/es/src/pro-table/const.d.ts +0 -1
  278. package/es/src/pro-table/directives/click-outside.d.ts +0 -1
  279. package/es/src/pro-table/helper.d.ts +0 -1
  280. package/es/src/pro-table/hooks/use-columns.d.ts +0 -1
  281. package/es/src/pro-table/hooks/use-columns.mjs +3 -6
  282. package/es/src/pro-table/hooks/use-custom-row.d.ts +0 -1
  283. package/es/src/pro-table/hooks/use-custom-row.mjs +4 -8
  284. package/es/src/pro-table/hooks/use-data-source.d.ts +1 -2
  285. package/es/src/pro-table/hooks/use-data-source.mjs +2 -4
  286. package/es/src/pro-table/hooks/use-loading.d.ts +0 -1
  287. package/es/src/pro-table/hooks/use-pagination.d.ts +0 -1
  288. package/es/src/pro-table/hooks/use-row-selection.d.ts +0 -1
  289. package/es/src/pro-table/hooks/use-scroll-to.d.ts +0 -1
  290. package/es/src/pro-table/hooks/use-scroll-to.mjs +1 -2
  291. package/es/src/pro-table/hooks/use-table-context.d.ts +0 -1
  292. package/es/src/pro-table/hooks/use-table-expand.d.ts +0 -1
  293. package/es/src/pro-table/hooks/use-table-footer.d.ts +0 -1
  294. package/es/src/pro-table/hooks/use-table-footer.mjs +1 -2
  295. package/es/src/pro-table/hooks/use-table-form.d.ts +0 -1
  296. package/es/src/pro-table/hooks/use-table-header.d.ts +0 -1
  297. package/es/src/pro-table/hooks/use-table-scroll.d.ts +3 -4
  298. package/es/src/pro-table/hooks/use-table-scroll.mjs +25 -27
  299. package/es/src/pro-table/hooks/use-table-style.d.ts +0 -1
  300. package/es/src/pro-table/hooks/use-table.d.ts +0 -1
  301. package/es/src/pro-table/interface.d.ts +0 -1
  302. package/es/src/pro-table/pro-table.vue.d.ts +43 -42
  303. package/es/src/pro-table/types/pagination.d.ts +0 -1
  304. package/es/src/pro-table/types/table-action.d.ts +0 -1
  305. package/es/src/pro-table/types/table.d.ts +0 -1
  306. package/es/src/prompt/dialog.vue.d.ts +2 -3
  307. package/es/src/prompt/index.d.ts +0 -1
  308. package/es/src/prompt/interface.d.ts +0 -1
  309. package/es/src/prompt/utils.d.ts +2 -2
  310. package/es/src/scroll-bar/bar-item.d.ts +0 -1
  311. package/es/src/scroll-bar/bar-item.mjs +2 -4
  312. package/es/src/scroll-bar/index.d.ts +27 -27
  313. package/es/src/scroll-bar/interface.d.ts +0 -1
  314. package/es/src/scroll-bar/scroll-bar.vue.d.ts +18 -17
  315. package/es/src/scroll-bar/scroll-bar.vue2.mjs +1 -2
  316. package/es/src/scroll-bar/utils.d.ts +0 -1
  317. package/es/src/strength-meter/index.d.ts +19 -19
  318. package/es/src/strength-meter/strength-meter.vue.d.ts +14 -13
  319. package/es/src/strength-meter/strength-meter.vue2.mjs +1 -2
  320. package/es/src/tests/wrapper.d.ts +8 -0
  321. package/es/src/theme/antd-global-overwrite/admin/index.css +5 -5
  322. package/es/src/theme/antd-global-overwrite/admin/steps.css +5 -5
  323. package/es/src/theme/antd-global-overwrite/aplus/form.css +1 -1
  324. package/es/src/theme/antd-global-overwrite/aplus/index.css +6 -6
  325. package/es/src/theme/antd-global-overwrite/aplus/steps.css +5 -5
  326. package/es/src/theme/ap-action/item.css +10 -25
  327. package/es/src/theme/ap-field/checkbox.css +7 -0
  328. package/es/src/theme/ap-field/radio.css +4 -0
  329. package/es/src/theme/ap-form/ap-form-item.css +6 -6
  330. package/es/src/theme/ap-select-layout/ap-select-layout.css +8 -0
  331. package/es/src/theme/ap-table/ap-table.css +1 -21
  332. package/es/src/theme/check-card/index.css +10 -42
  333. package/es/src/theme/css-var/index.mjs +83 -19
  334. package/es/src/theme/editable-table/index.css +1 -21
  335. package/es/src/transition/collapse-transition.vue.d.ts +4 -3
  336. package/es/src/transition/create-transition.d.ts +0 -1
  337. package/es/src/type.d.ts +0 -1
  338. package/es/src/utils/config-provider-preset.d.ts +16 -17
  339. package/es/src/utils/index.d.ts +0 -1
  340. package/es/src/utils/slot.d.ts +0 -1
  341. package/es/src/utils/slot.mjs +1 -2
  342. package/es/src/utils/tree.d.ts +0 -1
  343. package/es/src/utils/tree.mjs +1 -2
  344. package/es/src/work-order-modal/createWorkOrder.d.ts +0 -1
  345. package/es/src/work-order-modal/index.d.ts +0 -1
  346. package/es/src/work-order-modal/interfaces.d.ts +0 -1
  347. package/es/src/work-order-modal/work-order-modal.vue.d.ts +3 -4
  348. package/lib/index.d.ts +0 -1
  349. package/lib/src/ap-action/group/index.vue.d.ts +12 -13
  350. package/lib/src/ap-action/index.d.ts +0 -1
  351. package/lib/src/ap-action/interface.d.ts +0 -1
  352. package/lib/src/ap-action/item/index.vue.d.ts +16 -15
  353. package/lib/src/ap-action/item/index.vue2.js +1 -1
  354. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +19 -18
  355. package/lib/src/ap-action/item-modal/index.vue.d.ts +16 -15
  356. package/lib/src/ap-action/item-modal/index.vue.js +1 -1
  357. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +26 -25
  358. package/lib/src/ap-action/style/item.css +10 -25
  359. package/lib/src/ap-custom-column/column-select.vue.d.ts +3 -4
  360. package/lib/src/ap-custom-column/custom-column.vue.d.ts +3 -4
  361. package/lib/src/ap-custom-column/index.d.ts +0 -1
  362. package/lib/src/ap-custom-column/interfaces.d.ts +0 -1
  363. package/lib/src/ap-custom-column/storage.js +1 -1
  364. package/lib/src/ap-custom-column/useCacheColumnSetting.d.ts +0 -1
  365. package/lib/src/ap-custom-column/utils.d.ts +0 -1
  366. package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +11 -10
  367. package/lib/src/ap-descriptions/formatter/index.d.ts +0 -1
  368. package/lib/src/ap-descriptions/help-message/index.vue.d.ts +14 -12
  369. package/lib/src/ap-descriptions/helper.d.ts +0 -1
  370. package/lib/src/ap-descriptions/index.d.ts +0 -1
  371. package/lib/src/ap-descriptions/interface.d.ts +0 -1
  372. package/lib/src/ap-download/ap-download.vue.d.ts +18 -17
  373. package/lib/src/ap-download/hooks/index.d.ts +0 -1
  374. package/lib/src/ap-download/index.d.ts +0 -1
  375. package/lib/src/ap-download/interface.d.ts +0 -1
  376. package/lib/src/ap-field/checkbox/helper.d.ts +0 -1
  377. package/lib/src/ap-field/checkbox/index.vue.d.ts +11 -12
  378. package/lib/src/ap-field/checkbox/index.vue.js +1 -1
  379. package/lib/src/ap-field/checkbox/style.css +7 -0
  380. package/lib/src/ap-field/date/constant.d.ts +0 -1
  381. package/lib/src/ap-field/date/helper.d.ts +0 -1
  382. package/lib/src/ap-field/date/index.vue.d.ts +25 -24
  383. package/lib/src/ap-field/date-range/index.vue.d.ts +23 -22
  384. package/lib/src/ap-field/hooks/use-default-placeholder.d.ts +3 -3
  385. package/lib/src/ap-field/index.d.ts +0 -1
  386. package/lib/src/ap-field/interface.d.ts +2 -1
  387. package/lib/src/ap-field/number/helper.d.ts +0 -1
  388. package/lib/src/ap-field/number/index.vue.d.ts +14 -13
  389. package/lib/src/ap-field/radio/helper.d.ts +0 -1
  390. package/lib/src/ap-field/radio/index.vue.d.ts +14 -12
  391. package/lib/src/ap-field/radio/index.vue.js +1 -1
  392. package/lib/src/ap-field/radio/style.css +4 -0
  393. package/lib/src/ap-field/rate/index.vue.d.ts +19 -18
  394. package/lib/src/ap-field/segmented/index.vue.d.ts +23 -22
  395. package/lib/src/ap-field/select/index.vue.d.ts +20 -19
  396. package/lib/src/ap-field/slider/index.vue.d.ts +14 -13
  397. package/lib/src/ap-field/switch/index.vue.d.ts +15 -14
  398. package/lib/src/ap-field/text/index.d.ts +0 -1
  399. package/lib/src/ap-field/text/index.vue.d.ts +17 -16
  400. package/lib/src/ap-field/text/input-password-props.d.ts +0 -1
  401. package/lib/src/ap-field/text/password.vue.d.ts +18 -17
  402. package/lib/src/ap-field/text-area/index.vue.d.ts +13 -14
  403. package/lib/src/ap-form/ap-form-item-group/helper.d.ts +0 -1
  404. package/lib/src/ap-form/ap-form-item-group/index.vue.d.ts +19 -18
  405. package/lib/src/ap-form/ap-form-item.vue.d.ts +15 -14
  406. package/lib/src/ap-form/ap-form-list.vue.d.ts +9 -8
  407. package/lib/src/ap-form/ap-form.vue.d.ts +22 -21
  408. package/lib/src/ap-form/constant.d.ts +0 -1
  409. package/lib/src/ap-form/context.d.ts +0 -1
  410. package/lib/src/ap-form/hooks/use-watch.d.ts +0 -1
  411. package/lib/src/ap-form/index.d.ts +0 -1
  412. package/lib/src/ap-form/interface.d.ts +0 -1
  413. package/lib/src/ap-form/items/checkbox/index.vue.d.ts +17 -16
  414. package/lib/src/ap-form/items/date/index.vue.d.ts +38 -37
  415. package/lib/src/ap-form/items/date-range/index.vue.d.ts +38 -37
  416. package/lib/src/ap-form/items/index.d.ts +0 -1
  417. package/lib/src/ap-form/items/interface.d.ts +0 -1
  418. package/lib/src/ap-form/items/number/index.vue.d.ts +31 -30
  419. package/lib/src/ap-form/items/radio/index.vue.d.ts +17 -16
  420. package/lib/src/ap-form/items/select/index.vue.d.ts +41 -40
  421. package/lib/src/ap-form/items/switch/index.vue.d.ts +25 -24
  422. package/lib/src/ap-form/items/text/index.d.ts +0 -1
  423. package/lib/src/ap-form/items/text/index.vue.d.ts +31 -30
  424. package/lib/src/ap-form/items/text/password.vue.d.ts +31 -30
  425. package/lib/src/ap-form/items/text-area/index.vue.d.ts +18 -17
  426. package/lib/src/ap-form/modal-form/index.vue.d.ts +30 -29
  427. package/lib/src/ap-form/search-form/index.vue.d.ts +23 -22
  428. package/lib/src/ap-form/search-form/utils.d.ts +0 -1
  429. package/lib/src/ap-form/style/ap-form-item.css +6 -6
  430. package/lib/src/ap-layout/ap-info-layout/ap-info-layout.vue.d.ts +20 -19
  431. package/lib/src/ap-layout/index.d.ts +0 -1
  432. package/lib/src/ap-list/hooks/use-offline-list.d.ts +0 -1
  433. package/lib/src/ap-list/index.d.ts +0 -1
  434. package/lib/src/ap-list/index.vue.d.ts +9 -122
  435. package/lib/src/ap-list/interface.d.ts +0 -1
  436. package/lib/src/ap-modal/index.d.ts +0 -1
  437. package/lib/src/ap-modal/type.d.ts +0 -1
  438. package/lib/src/ap-modal/utils/createModal.d.ts +0 -1
  439. package/lib/src/ap-table/ap-table.vue.d.ts +16 -2222
  440. package/lib/src/ap-table/ap-table.vue.js +1 -1
  441. package/lib/src/ap-table/components/index/index.vue.d.ts +11 -12
  442. package/lib/src/ap-table/components/interface.d.ts +0 -1
  443. package/lib/src/ap-table/components/status/index.vue.d.ts +2 -3
  444. package/lib/src/ap-table/constants.d.ts +4816 -6356
  445. package/lib/src/ap-table/hooks/use-table-paging.d.ts +0 -1
  446. package/lib/src/ap-table/hooks/use-table-row-selection.d.ts +0 -1
  447. package/lib/src/ap-table/index.d.ts +0 -1
  448. package/lib/src/ap-table/interface.d.ts +0 -1
  449. package/lib/src/ap-table/style/ap-table.css +1 -21
  450. package/lib/src/ap-table/utils.d.ts +1 -2
  451. package/lib/src/ap-tag/ap-tag-group.vue.d.ts +14 -13
  452. package/lib/src/ap-tag/ap-tag.vue.d.ts +13 -14
  453. package/lib/src/ap-tag/index.d.ts +0 -1
  454. package/lib/src/ap-tag/interface.d.ts +0 -1
  455. package/lib/src/ap-upload/apUpload.vue.d.ts +2 -3
  456. package/lib/src/ap-upload/apUploadTypes.d.ts +0 -1
  457. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +0 -1
  458. package/lib/src/ap-upload/components/Picture.vue.d.ts +0 -1
  459. package/lib/src/ap-upload/components/SingleFile.vue.d.ts +0 -1
  460. package/lib/src/ap-upload/hooks/useOss.d.ts +0 -1
  461. package/lib/src/ap-upload/index.d.ts +0 -1
  462. package/lib/src/ap-upload/utils/accept.d.ts +0 -1
  463. package/lib/src/base-button/button.vue.d.ts +17 -16
  464. package/lib/src/base-button/constants.d.ts +0 -1
  465. package/lib/src/base-button/index.d.ts +55 -55
  466. package/lib/src/base-button/interface.d.ts +0 -1
  467. package/lib/src/basic/arrow.vue.d.ts +2 -3
  468. package/lib/src/basic/help.vue.d.ts +4 -9
  469. package/lib/src/basic/index.d.ts +27 -35
  470. package/lib/src/basic/interface.d.ts +0 -1
  471. package/lib/src/basic/title.vue.d.ts +16 -15
  472. package/lib/src/business/ap-export-group/ApExportGroup.vue.d.ts +2 -3
  473. package/lib/src/business/ap-export-group/interface.d.ts +0 -1
  474. package/lib/src/business/ap-label/ApLabel.vue.d.ts +17 -16
  475. package/lib/src/business/ap-label/index.d.ts +0 -1
  476. package/lib/src/business/ap-label/interface.d.ts +0 -1
  477. package/lib/src/business/ap-select-layout/index.css +8 -0
  478. package/lib/src/business/ap-select-layout/index.d.ts +0 -1
  479. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +16 -58
  480. package/lib/src/business/ap-status/ApStatus.vue.d.ts +11 -12
  481. package/lib/src/business/ap-status/ApStatusGroup.vue.d.ts +14 -17
  482. package/lib/src/business/ap-status/ApStatusGroup.vue2.js +1 -1
  483. package/lib/src/business/ap-status/index.d.ts +0 -1
  484. package/lib/src/business/expandAlert/ApExpandAlert.vue.d.ts +18 -17
  485. package/lib/src/business/index.d.ts +213 -248
  486. package/lib/src/business/title/ApTitle.vue.d.ts +19 -18
  487. package/lib/src/button/button.vue.d.ts +25 -0
  488. package/lib/src/button/index.d.ts +7 -7
  489. package/lib/src/check-card/checked.svg.js +1 -1
  490. package/lib/src/check-card/context.d.ts +0 -1
  491. package/lib/src/check-card/group.vue.d.ts +21 -20
  492. package/lib/src/check-card/index.d.ts +0 -1
  493. package/lib/src/check-card/index.vue.d.ts +16 -15
  494. package/lib/src/check-card/index.vue2.js +1 -1
  495. package/lib/src/check-card/interface.d.ts +0 -1
  496. package/lib/src/check-card/style/index.css +10 -42
  497. package/lib/src/config-provider/config-provider-props.d.ts +22 -23
  498. package/lib/src/config-provider/config-provider.d.ts +59 -204
  499. package/lib/src/config-provider/constants.d.ts +0 -1
  500. package/lib/src/config-provider/hooks/use-global-config.d.ts +24 -25
  501. package/lib/src/config-provider/hooks/use-locale.d.ts +0 -1
  502. package/lib/src/config-provider/hooks/use-namespace.d.ts +0 -1
  503. package/lib/src/config-provider/index.d.ts +129 -130
  504. package/lib/src/container/collapse/header.vue.d.ts +4 -5
  505. package/lib/src/container/collapse/index.vue.d.ts +5 -6
  506. package/lib/src/container/index.d.ts +26 -26
  507. package/lib/src/container/scroll-container.vue.d.ts +13 -12
  508. package/lib/src/count-down/button.vue.d.ts +11 -12
  509. package/lib/src/count-down/index.d.ts +13 -13
  510. package/lib/src/count-down/input.vue.d.ts +14 -13
  511. package/lib/src/count-down/interface.d.ts +0 -1
  512. package/lib/src/cropper/cropper-avatar.vue.d.ts +12 -13
  513. package/lib/src/cropper/cropper-image.vue.d.ts +12 -13
  514. package/lib/src/cropper/cropper-modal.vue.d.ts +0 -1
  515. package/lib/src/cropper/index.d.ts +63 -63
  516. package/lib/src/cropper/interface.d.ts +0 -1
  517. package/lib/src/description/description.vue.d.ts +1 -2
  518. package/lib/src/description/index.d.ts +10 -10
  519. package/lib/src/description/interface.d.ts +0 -1
  520. package/lib/src/description/use-description.d.ts +0 -1
  521. package/lib/src/design-token/index.d.ts +0 -1
  522. package/lib/src/design-token/index.js +1 -1
  523. package/lib/src/dropdown/dropdown.vue.d.ts +18 -17
  524. package/lib/src/dropdown/index.d.ts +18 -18
  525. package/lib/src/dropdown/interface.d.ts +0 -1
  526. package/lib/src/editable-table/form-item.vue.d.ts +14 -915
  527. package/lib/src/editable-table/form-item.vue.js +1 -1
  528. package/lib/src/editable-table/hooks/use-get-columns.d.ts +0 -1
  529. package/lib/src/editable-table/index.d.ts +0 -1
  530. package/lib/src/editable-table/index.vue.d.ts +18 -568
  531. package/lib/src/editable-table/index.vue.js +1 -1
  532. package/lib/src/editable-table/interface.d.ts +0 -1
  533. package/lib/src/editable-table/style/index.css +1 -21
  534. package/lib/src/editable-table/utils.d.ts +0 -1
  535. package/lib/src/hooks/useControllableValue.d.ts +0 -1
  536. package/lib/src/hooks/useMessage.d.ts +0 -1
  537. package/lib/src/icon/icon.vue.d.ts +12 -12
  538. package/lib/src/icon/index.d.ts +36 -36
  539. package/lib/src/icon/svg-icon.vue.d.ts +11 -12
  540. package/lib/src/icon-picker/icon-picker.vue.d.ts +12 -13
  541. package/lib/src/icon-picker/index.d.ts +25 -25
  542. package/lib/src/locale/index.d.ts +0 -1
  543. package/lib/src/locale/lang/en.d.ts +0 -1
  544. package/lib/src/locale/lang/en.js +1 -1
  545. package/lib/src/locale/lang/zh-cn.d.ts +0 -1
  546. package/lib/src/locale/lang/zh-cn.js +1 -1
  547. package/lib/src/modal/basic.vue.d.ts +18 -206
  548. package/lib/src/modal/components/modal-close.vue.d.ts +11 -12
  549. package/lib/src/modal/components/modal-footer.vue.d.ts +20 -209
  550. package/lib/src/modal/components/modal-header.vue.d.ts +2 -3
  551. package/lib/src/modal/components/modal-wrapper.vue.d.ts +7 -5
  552. package/lib/src/modal/components/modal.d.ts +11 -201
  553. package/lib/src/modal/hooks/use-moda-full-screen.d.ts +0 -1
  554. package/lib/src/modal/hooks/use-modal-drag.d.ts +0 -1
  555. package/lib/src/modal/hooks/use-modal.d.ts +0 -1
  556. package/lib/src/modal/index.d.ts +37 -130
  557. package/lib/src/modal/interface.d.ts +0 -1
  558. package/lib/src/modal/props.d.ts +6 -103
  559. package/lib/src/pro-form/component-map.d.ts +0 -1
  560. package/lib/src/pro-form/components/api-cascader.vue.d.ts +11 -12
  561. package/lib/src/pro-form/components/api-radio-group.vue.d.ts +12 -13
  562. package/lib/src/pro-form/components/api-select.vue.d.ts +15 -14
  563. package/lib/src/pro-form/components/api-transfer.vue.d.ts +14 -15
  564. package/lib/src/pro-form/components/api-tree-select.vue.d.ts +14 -13
  565. package/lib/src/pro-form/components/api-tree.vue.d.ts +15 -14
  566. package/lib/src/pro-form/components/form-action.vue.d.ts +19 -18
  567. package/lib/src/pro-form/components/form-item.vue.d.ts +0 -1
  568. package/lib/src/pro-form/components/interface.d.ts +0 -1
  569. package/lib/src/pro-form/components/radio-button-group.vue.d.ts +11 -12
  570. package/lib/src/pro-form/helper.d.ts +1 -2
  571. package/lib/src/pro-form/helper.js +1 -1
  572. package/lib/src/pro-form/hooks/use-advanced.d.ts +0 -1
  573. package/lib/src/pro-form/hooks/use-auto-focus.d.ts +0 -1
  574. package/lib/src/pro-form/hooks/use-component-register.d.ts +0 -1
  575. package/lib/src/pro-form/hooks/use-form-events.d.ts +0 -1
  576. package/lib/src/pro-form/hooks/use-form-events.js +1 -1
  577. package/lib/src/pro-form/hooks/use-form-item.d.ts +0 -1
  578. package/lib/src/pro-form/hooks/use-form-values.d.ts +0 -1
  579. package/lib/src/pro-form/hooks/use-form.d.ts +0 -1
  580. package/lib/src/pro-form/hooks/use-label-width.d.ts +122 -123
  581. package/lib/src/pro-form/index.d.ts +0 -1
  582. package/lib/src/pro-form/pro-form.vue.d.ts +24 -23
  583. package/lib/src/pro-form/table-form-inner.vue.d.ts +13 -14
  584. package/lib/src/pro-form/table-form.vue.d.ts +12 -13
  585. package/lib/src/pro-form/types/form-item.d.ts +0 -1
  586. package/lib/src/pro-form/types/form.d.ts +0 -1
  587. package/lib/src/pro-form/types/index.d.ts +37 -38
  588. package/lib/src/pro-form/types/table-form.d.ts +0 -1
  589. package/lib/src/pro-table/component-map.d.ts +0 -1
  590. package/lib/src/pro-table/components/edit-table-header-icon.vue.d.ts +6 -4
  591. package/lib/src/pro-table/components/editable/cell-component.d.ts +0 -1
  592. package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +7 -8
  593. package/lib/src/pro-table/components/editable/editable-cell.vue2.js +1 -1
  594. package/lib/src/pro-table/components/editable/helper.d.ts +0 -1
  595. package/lib/src/pro-table/components/editable/index.d.ts +0 -1
  596. package/lib/src/pro-table/components/header-cell.vue.d.ts +0 -1
  597. package/lib/src/pro-table/components/settings/column-setting.vue.d.ts +0 -1
  598. package/lib/src/pro-table/components/settings/index.vue.d.ts +0 -1
  599. package/lib/src/pro-table/components/table-action.vue.d.ts +7 -6
  600. package/lib/src/pro-table/components/table-footer.vue.d.ts +19 -20
  601. package/lib/src/pro-table/components/table-header.vue.d.ts +11 -10
  602. package/lib/src/pro-table/components/table-image.vue.d.ts +12 -13
  603. package/lib/src/pro-table/components/table-selection-bar.vue.d.ts +15 -16
  604. package/lib/src/pro-table/components/table-title.vue.d.ts +0 -1
  605. package/lib/src/pro-table/const.d.ts +0 -1
  606. package/lib/src/pro-table/directives/click-outside.d.ts +0 -1
  607. package/lib/src/pro-table/helper.d.ts +0 -1
  608. package/lib/src/pro-table/hooks/use-columns.d.ts +0 -1
  609. package/lib/src/pro-table/hooks/use-custom-row.d.ts +0 -1
  610. package/lib/src/pro-table/hooks/use-data-source.d.ts +1 -2
  611. package/lib/src/pro-table/hooks/use-loading.d.ts +0 -1
  612. package/lib/src/pro-table/hooks/use-pagination.d.ts +0 -1
  613. package/lib/src/pro-table/hooks/use-row-selection.d.ts +0 -1
  614. package/lib/src/pro-table/hooks/use-scroll-to.d.ts +0 -1
  615. package/lib/src/pro-table/hooks/use-table-context.d.ts +0 -1
  616. package/lib/src/pro-table/hooks/use-table-expand.d.ts +0 -1
  617. package/lib/src/pro-table/hooks/use-table-footer.d.ts +0 -1
  618. package/lib/src/pro-table/hooks/use-table-form.d.ts +0 -1
  619. package/lib/src/pro-table/hooks/use-table-header.d.ts +0 -1
  620. package/lib/src/pro-table/hooks/use-table-scroll.d.ts +3 -4
  621. package/lib/src/pro-table/hooks/use-table-scroll.js +1 -1
  622. package/lib/src/pro-table/hooks/use-table-style.d.ts +0 -1
  623. package/lib/src/pro-table/hooks/use-table.d.ts +0 -1
  624. package/lib/src/pro-table/interface.d.ts +0 -1
  625. package/lib/src/pro-table/pro-table.vue.d.ts +43 -42
  626. package/lib/src/pro-table/types/pagination.d.ts +0 -1
  627. package/lib/src/pro-table/types/table-action.d.ts +0 -1
  628. package/lib/src/pro-table/types/table.d.ts +0 -1
  629. package/lib/src/prompt/dialog.vue.d.ts +2 -3
  630. package/lib/src/prompt/index.d.ts +0 -1
  631. package/lib/src/prompt/interface.d.ts +0 -1
  632. package/lib/src/prompt/utils.d.ts +2 -2
  633. package/lib/src/scroll-bar/bar-item.d.ts +0 -1
  634. package/lib/src/scroll-bar/index.d.ts +27 -27
  635. package/lib/src/scroll-bar/interface.d.ts +0 -1
  636. package/lib/src/scroll-bar/scroll-bar.vue.d.ts +18 -17
  637. package/lib/src/scroll-bar/utils.d.ts +0 -1
  638. package/lib/src/strength-meter/index.d.ts +19 -19
  639. package/lib/src/strength-meter/strength-meter.vue.d.ts +14 -13
  640. package/lib/src/tests/wrapper.d.ts +8 -0
  641. package/lib/src/theme/antd-global-overwrite/admin/index.css +5 -5
  642. package/lib/src/theme/antd-global-overwrite/admin/steps.css +5 -5
  643. package/lib/src/theme/antd-global-overwrite/aplus/form.css +1 -1
  644. package/lib/src/theme/antd-global-overwrite/aplus/index.css +6 -6
  645. package/lib/src/theme/antd-global-overwrite/aplus/steps.css +5 -5
  646. package/lib/src/theme/ap-action/item.css +10 -25
  647. package/lib/src/theme/ap-field/checkbox.css +7 -0
  648. package/lib/src/theme/ap-field/radio.css +4 -0
  649. package/lib/src/theme/ap-form/ap-form-item.css +6 -6
  650. package/lib/src/theme/ap-select-layout/ap-select-layout.css +8 -0
  651. package/lib/src/theme/ap-table/ap-table.css +1 -21
  652. package/lib/src/theme/check-card/index.css +10 -42
  653. package/lib/src/theme/css-var/index.js +1 -1
  654. package/lib/src/theme/editable-table/index.css +1 -21
  655. package/lib/src/transition/collapse-transition.vue.d.ts +4 -3
  656. package/lib/src/transition/create-transition.d.ts +0 -1
  657. package/lib/src/type.d.ts +0 -1
  658. package/lib/src/utils/config-provider-preset.d.ts +16 -17
  659. package/lib/src/utils/index.d.ts +0 -1
  660. package/lib/src/utils/slot.d.ts +0 -1
  661. package/lib/src/utils/tree.d.ts +0 -1
  662. package/lib/src/work-order-modal/createWorkOrder.d.ts +0 -1
  663. package/lib/src/work-order-modal/index.d.ts +0 -1
  664. package/lib/src/work-order-modal/interfaces.d.ts +0 -1
  665. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +3 -4
  666. package/package.json +3 -3
@@ -1,38 +1,30 @@
1
1
  import { ApTitleProps } from './interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
-
4
- declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApTitleProps>, {
3
+ declare function __VLS_template(): {
4
+ prefix?(_: {}): any;
5
+ suffix?(_: {}): any;
6
+ };
7
+ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ApTitleProps>, {
5
8
  title: string;
6
9
  helpMessage: string;
7
10
  helpIconColor: string;
8
11
  placement: string;
9
12
  trigger: string;
10
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApTitleProps>, {
13
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ApTitleProps>, {
11
14
  title: string;
12
15
  helpMessage: string;
13
16
  helpIconColor: string;
14
17
  placement: string;
15
18
  trigger: string;
16
19
  }>>>, {
17
- trigger: "click" | "hover" | "contextmenu" | "focus";
18
- placement: "top" | "bottom" | "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | "left" | "right" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom";
19
20
  title: string;
21
+ placement: "top" | "left" | "right" | "bottom" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | "leftTop" | "leftBottom" | "rightTop" | "rightBottom";
22
+ trigger: "hover" | "focus" | "click" | "contextmenu";
20
23
  helpMessage: string;
21
24
  helpIconColor: string;
22
- }, {}>, {
23
- prefix?(_: {}): any;
24
- suffix?(_: {}): any;
25
- }>;
25
+ }, {}>;
26
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
26
27
  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: PropType<__VLS_NonUndefinedable<T[K]>>;
31
- } : {
32
- type: PropType<T[K]>;
33
- required: true;
34
- };
35
- };
36
28
  type __VLS_WithDefaults<P, D> = {
37
29
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
38
30
  default: D[K];
@@ -46,3 +38,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
46
38
  $slots: S;
47
39
  };
48
40
  };
41
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
42
+ type __VLS_TypePropsToOption<T> = {
43
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
44
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
45
+ } : {
46
+ type: PropType<T[K]>;
47
+ required: true;
48
+ };
49
+ };
@@ -0,0 +1,25 @@
1
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
+ type ButtonProps = {
3
+ type?: string;
4
+ size?: string;
5
+ };
6
+ declare function __VLS_template(): {
7
+ default?(_: {}): any;
8
+ };
9
+ declare const __VLS_component: DefineComponent<__VLS_TypePropsToOption<ButtonProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<ButtonProps>>>, {}, {}>;
10
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
11
+ export default _default;
12
+ type __VLS_WithTemplateSlots<T, S> = T & {
13
+ new (): {
14
+ $slots: S;
15
+ };
16
+ };
17
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
+ type __VLS_TypePropsToOption<T> = {
19
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
20
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
21
+ } : {
22
+ type: PropType<T[K]>;
23
+ required: true;
24
+ };
25
+ };
@@ -29,9 +29,9 @@ export declare const Button: {
29
29
  type: PropType<string>;
30
30
  };
31
31
  }>>, {}, {}, {}, {}, {}>;
32
- __isFragment?: undefined;
33
- __isTeleport?: undefined;
34
- __isSuspense?: undefined;
32
+ __isFragment?: never;
33
+ __isTeleport?: never;
34
+ __isSuspense?: never;
35
35
  } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
36
36
  type: {
37
37
  type: PropType<string>;
@@ -39,13 +39,13 @@ export declare const Button: {
39
39
  size: {
40
40
  type: PropType<string>;
41
41
  };
42
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
42
+ }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & ( VNodeProps & AllowedComponentProps & ( ComponentCustomProps & (new () => {
43
43
  $slots: {
44
44
  default?(_: {}): any;
45
45
  };
46
- }) & Plugin & (new (...args: any[]) => {
46
+ }) & ( Plugin & (new (...args: any[]) => {
47
47
  $props: {
48
- onClick?: (() => void) | undefined;
48
+ onClick?: () => void;
49
49
  };
50
- });
50
+ }))));
51
51
  export default Button;
@@ -1,4 +1,4 @@
1
- const M = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSJub25lIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMy43MTQyODY4MDQxOTkyMTkiIGhlaWdodD0iMTMuNzE0Mjg2ODA0MTk5MjE5IiB2aWV3Qm94PSIwIDAgMTMuNzE0Mjg2ODA0MTk5MjE5IDEzLjcxNDI4NjgwNDE5OTIxOSI+PGRlZnM+PGNsaXBQYXRoIGlkPSJtYXN0ZXJfc3ZnMF8xMjgyXzYxNTg1Ij48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTMuNzE0Mjg2ODA0MTk5MjE5IiBoZWlnaHQ9IjEzLjcxNDI4NjgwNDE5OTIxOSIgcng9IjAiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyBjbGlwLXBhdGg9InVybCgjbWFzdGVyX3N2ZzBfMTI4Ml82MTU4NSkiPjxnPjxwYXRoIGQ9Ik0xMi42MzgzNTgzNDk2MDkzNzUsMy40OTcyODMzMDA3ODEyNVExMi43MDkxNTgzNDk2MDkzNzUsMy40MjY5MDYzMDA3ODEyNSwxMi43NDc0NTgzNDk2MDkzNzQsMy4zMzQ3NzgzMDA3ODEyNVExMi43ODU2NTgzNDk2MDkzNzYsMy4yNDI2NTEwMDA3ODEyNSwxMi43ODU2NTgzNDk2MDkzNzYsMy4xNDI4ODMzMDA3ODEyNVExMi43ODU2NTgzNDk2MDkzNzYsMy4wOTM2Mzc2MDA3ODEyNSwxMi43NzYwNTgzNDk2MDkzNzUsMy4wNDUzMzgyMDA3ODEyNVExMi43NjY0NTgzNDk2MDkzNzQsMi45OTcwMzgzMDA3ODEyNSwxMi43NDc2NTgzNDk2MDkzNzYsMi45NTE1NDEzMDA3ODEyNVExMi43Mjg3NTgzNDk2MDkzNzUsMi45MDYwNDQzMDA3ODEyNSwxMi43MDE0NTgzNDk2MDkzNzUsMi44NjUwOTgzMDA3ODEyNVExMi42NzQwNTgzNDk2MDkzNzUsMi44MjQxNTIzMDA3ODEyNSwxMi42MzkyNTgzNDk2MDkzNzQsMi43ODkzMzAzMDA3ODEyNVExMi42MDQ0NTgzNDk2MDkzNzUsMi43NTQ1MDgzMDA3ODEyNSwxMi41NjM0NTgzNDk2MDkzNzUsMi43MjcxNDgzMDA3ODEyNVExMi41MjI1NTgzNDk2MDkzNzQsMi42OTk3ODkzMDA3ODEyNSwxMi40NzcwNTgzNDk2MDkzNzYsMi42ODA5NDMzMDA3ODEyNDk4UTEyLjQzMTU1ODM0OTYwOTM3NSwyLjY2MjA5ODMwMDc4MTI1LDEyLjM4MzI1ODM0OTYwOTM3NiwyLjY1MjQ5MDMwMDc4MTI1UTEyLjMzNDk1ODM0OTYwOTM3NSwyLjY0Mjg4MzMwMDc4MTI1LDEyLjI4NTY1ODM0OTYwOTM3NiwyLjY0Mjg4MzMwMDc4MTI1UTEyLjE4NjU1ODM0OTYwOTM3NCwyLjY0Mjg4MzMwMDc4MTI1LDEyLjA5NDk1ODM0OTYwOTM3NCwyLjY4MDcxNDMwMDc4MTI1UTEyLjAwMzI1ODM0OTYwOTM3NSwyLjcxODU0NTMwMDc4MTI1LDExLjkzMjk1ODM0OTYwOTM3NSwyLjc4ODQ4MzMwMDc4MTI1TDQuODIxNDE4MzQ5NjA5Mzc2LDkuODY2MDMzMzAwNzgxMjVMMS43ODEyNjMzNDk2MDkzNzUsNi44NDA0MjMzMDA3ODEyNVExLjcxMDk4OTM0OTYwOTM3NDksNi43NzA0OTMzMDA3ODEyNSwxLjYxOTM0NjM0OTYwOTM3NSw2LjczMjY1MzMwMDc4MTI1UTEuNTI3NzAzMDQ5NjA5Mzc1LDYuNjk0ODIzMzAwNzgxMjUsMS40Mjg1NTgzNDk2MDkzNzUsNi42OTQ4MjMzMDA3ODEyNVExLjM3OTMxMjY0OTYwOTM3NSw2LjY5NDgyMzMwMDc4MTI1LDEuMzMxMDEzMjQ5NjA5Mzc1LDYuNzA0NDMzMzAwNzgxMjVRMS4yODI3MTMzNDk2MDkzNzUsNi43MTQwNDMzMDA3ODEyNSwxLjIzNzIxNjM0OTYwOTM3NDksNi43MzI4ODMzMDA3ODEyNVExLjE5MTcxOTM0OTYwOTM3NSw2Ljc1MTczMzMwMDc4MTI1LDEuMTUwNzczMzQ5NjA5Mzc1LDYuNzc5MDkzMzAwNzgxMjVRMS4xMDk4MjczNDk2MDkzNzUsNi44MDY0NTMzMDA3ODEyNSwxLjA3NTAwNTM0OTYwOTM3NSw2Ljg0MTI3MzMwMDc4MTI1UTEuMDQwMTgzMzQ5NjA5Mzc1LDYuODc2MDkzMzAwNzgxMjUsMS4wMTI4MjMzNDk2MDkzNzUsNi45MTcwNDMzMDA3ODEyNVEwLjk4NTQ2NDM0OTYwOTM3NSw2Ljk1Nzk4MzMwMDc4MTI1LDAuOTY2NjE4MzQ5NjA5Mzc1LDcuMDAzNDgzMzAwNzgxMjVRMC45NDc3NzMzNDk2MDkzNzUsNy4wNDg5ODMzMDA3ODEyNSwwLjkzODE2NTM0OTYwOTM3NDksNy4wOTcyODMzMDA3ODEyNVEwLjkyODU1ODM0OTYwOTM3NSw3LjE0NTU4MzMwMDc4MTI1LDAuOTI4NTU4MzQ5NjA5Mzc1LDcuMTk0ODIzMzAwNzgxMjVRMC45Mjg1NTgzNDk2MDkzNzUsNy4yOTQ1OTMzMDA3ODEyNSwwLjk2Njg0ODM0OTYwOTM3NDksNy4zODY3MjMzMDA3ODEyNVExLjAwNTEzODM0OTYwOTM3NDksNy40Nzg4NTMzMDA3ODEyNSwxLjA3NTg1MzM0OTYwOTM3NSw3LjU0OTIyMzMwMDc4MTI1TDEuMDc2MTY1MzQ5NjA5Mzc1LDcuNTQ5NTMzMzAwNzgxMjVMNC40Njg3MDgzNDk2MDkzNzYsMTAuOTI1ODUzMzAwNzgxMjQ5UTQuNTAzNTA4MzQ5NjA5Mzc0LDEwLjk2MDQ4MzMwMDc4MTI0OSw0LjU0NDM3ODM0OTYwOTM3NCwxMC45ODc2OTMzMDA3ODEyNDlRNC41ODUyNDgzNDk2MDkzNzUsMTEuMDE0ODkzMzAwNzgxMjUsNC42MzA2MjgzNDk2MDkzNzUsMTEuMDMzNjIzMzAwNzgxMjUxUTQuNjc2MDA4MzQ5NjA5Mzc2LDExLjA1MjM1MzMwMDc4MTI0OSw0LjcyNDE2ODM0OTYwOTM3NSwxMS4wNjE5MDMzMDA3ODEyNVE0Ljc3MjMxODM0OTYwOTM3NSwxMS4wNzE0NTMzMDA3ODEyNSw0LjgyMTQxODM0OTYwOTM3NiwxMS4wNzE0NTMzMDA3ODEyNVE0Ljg3MDUwODM0OTYwOTM3NSwxMS4wNzE0NTMzMDA3ODEyNSw0LjkxODY2ODM0OTYwOTM3NSwxMS4wNjE5MDMzMDA3ODEyNVE0Ljk2NjgyODM0OTYwOTM3NSwxMS4wNTIzNTMzMDA3ODEyNDksNS4wMTIyMDgzNDk2MDkzNzU0LDExLjAzMzYyMzMwMDc4MTI1MVE1LjA1NzU3ODM0OTYwOTM3NiwxMS4wMTQ4OTMzMDA3ODEyNSw1LjA5ODQ0ODM0OTYwOTM3NTUsMTAuOTg3NjgzMzAwNzgxMjVRNS4xMzkzMTgzNDk2MDkzNzU1LDEwLjk2MDQ4MzMwMDc4MTI0OSw1LjE3NDExODM0OTYwOTM3NCwxMC45MjU4NTMzMDA3ODEyNDlMMTIuNjM4MzU4MzQ5NjA5Mzc1LDMuNDk3MjgzMzAwNzgxMjVMMTIuNjM4MzU4MzQ5NjA5Mzc1LDMuNDk3MjgzMzAwNzgxMjVaIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGZpbGwtb3BhY2l0eT0iMSIvPjwvZz48L2c+PC9zdmc+";
1
+ const Q = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20fill='none'%20version='1.1'%20width='13.714286804199219'%20height='13.714286804199219'%20viewBox='0%200%2013.714286804199219%2013.714286804199219'%3e%3cdefs%3e%3cclipPath%20id='master_svg0_1282_61585'%3e%3crect%20x='0'%20y='0'%20width='13.714286804199219'%20height='13.714286804199219'%20rx='0'/%3e%3c/clipPath%3e%3c/defs%3e%3cg%20clip-path='url(%23master_svg0_1282_61585)'%3e%3cg%3e%3cpath%20d='M12.638358349609375,3.49728330078125Q12.709158349609375,3.42690630078125,12.747458349609374,3.33477830078125Q12.785658349609376,3.24265100078125,12.785658349609376,3.14288330078125Q12.785658349609376,3.09363760078125,12.776058349609375,3.04533820078125Q12.766458349609374,2.99703830078125,12.747658349609376,2.95154130078125Q12.728758349609375,2.90604430078125,12.701458349609375,2.86509830078125Q12.674058349609375,2.82415230078125,12.639258349609374,2.78933030078125Q12.604458349609375,2.75450830078125,12.563458349609375,2.72714830078125Q12.522558349609374,2.69978930078125,12.477058349609376,2.6809433007812498Q12.431558349609375,2.66209830078125,12.383258349609376,2.65249030078125Q12.334958349609375,2.64288330078125,12.285658349609376,2.64288330078125Q12.186558349609374,2.64288330078125,12.094958349609374,2.68071430078125Q12.003258349609375,2.71854530078125,11.932958349609375,2.78848330078125L4.821418349609376,9.86603330078125L1.781263349609375,6.84042330078125Q1.7109893496093749,6.77049330078125,1.619346349609375,6.73265330078125Q1.527703049609375,6.69482330078125,1.428558349609375,6.69482330078125Q1.379312649609375,6.69482330078125,1.331013249609375,6.70443330078125Q1.282713349609375,6.71404330078125,1.2372163496093749,6.73288330078125Q1.191719349609375,6.75173330078125,1.150773349609375,6.77909330078125Q1.109827349609375,6.80645330078125,1.075005349609375,6.84127330078125Q1.040183349609375,6.87609330078125,1.012823349609375,6.91704330078125Q0.985464349609375,6.95798330078125,0.966618349609375,7.00348330078125Q0.947773349609375,7.04898330078125,0.9381653496093749,7.09728330078125Q0.928558349609375,7.14558330078125,0.928558349609375,7.19482330078125Q0.928558349609375,7.29459330078125,0.9668483496093749,7.38672330078125Q1.0051383496093749,7.47885330078125,1.075853349609375,7.54922330078125L1.076165349609375,7.54953330078125L4.468708349609376,10.925853300781249Q4.503508349609374,10.960483300781249,4.544378349609374,10.987693300781249Q4.585248349609375,11.01489330078125,4.630628349609375,11.033623300781251Q4.676008349609376,11.052353300781249,4.724168349609375,11.06190330078125Q4.772318349609375,11.07145330078125,4.821418349609376,11.07145330078125Q4.870508349609375,11.07145330078125,4.918668349609375,11.06190330078125Q4.966828349609375,11.052353300781249,5.0122083496093754,11.033623300781251Q5.057578349609376,11.01489330078125,5.0984483496093755,10.98768330078125Q5.1393183496093755,10.960483300781249,5.174118349609374,10.925853300781249L12.638358349609375,3.49728330078125L12.638358349609375,3.49728330078125Z'%20fill-rule='evenodd'%20fill='%23FFFFFF'%20fill-opacity='1'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
2
2
  export {
3
- M as default
3
+ Q as default
4
4
  };
@@ -1,6 +1,5 @@
1
1
  import { ComputedRef, InjectionKey } from 'vue';
2
2
  import { CheckCardGroupContextType } from './interface';
3
-
4
3
  export declare const checkCardContextKey: InjectionKey<ComputedRef<CheckCardGroupContextType | null>>;
5
4
  export declare function useProvideCheckCard(context: ComputedRef<CheckCardGroupContextType>): void;
6
5
  export declare function useInjectCheckCard(): ComputedRef<CheckCardGroupContextType | null>;
@@ -1,7 +1,9 @@
1
1
  import { CheckCardGroupProps, CheckCardValueType } from './interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
-
4
- declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CheckCardGroupProps>, {
3
+ declare function __VLS_template(): {
4
+ default?(_: {}): any;
5
+ };
6
+ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<CheckCardGroupProps>, {
5
7
  value: undefined;
6
8
  multiple: boolean;
7
9
  bordered: undefined;
@@ -12,7 +14,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
12
14
  defaultValue: undefined;
13
15
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
14
16
  "update:value": (...args: any[]) => void;
15
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CheckCardGroupProps>, {
17
+ }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<CheckCardGroupProps>, {
16
18
  value: undefined;
17
19
  multiple: boolean;
18
20
  bordered: undefined;
@@ -24,27 +26,17 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
24
26
  }>>> & {
25
27
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
26
28
  }, {
27
- disabled: boolean;
28
- loading: boolean;
29
- multiple: boolean;
30
- size: "small" | "middle";
29
+ size: "middle" | "small";
31
30
  value: CheckCardValueType | CheckCardValueType[];
32
- bordered: boolean;
31
+ loading: boolean;
32
+ disabled: boolean;
33
33
  defaultValue: CheckCardValueType | CheckCardValueType[];
34
+ bordered: boolean;
35
+ multiple: boolean;
34
36
  stopPropagation: boolean | ((event: MouseEvent) => boolean);
35
- }, {}>, {
36
- default?(_: {}): any;
37
- }>;
37
+ }, {}>;
38
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
38
39
  export default _default;
39
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
40
- type __VLS_TypePropsToRuntimeProps<T> = {
41
- [K in keyof T]-?: {} extends Pick<T, K> ? {
42
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
43
- } : {
44
- type: PropType<T[K]>;
45
- required: true;
46
- };
47
- };
48
40
  type __VLS_WithDefaults<P, D> = {
49
41
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
50
42
  default: D[K];
@@ -58,3 +50,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
58
50
  $slots: S;
59
51
  };
60
52
  };
53
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
54
+ type __VLS_TypePropsToOption<T> = {
55
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
56
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
57
+ } : {
58
+ type: PropType<T[K]>;
59
+ required: true;
60
+ };
61
+ };
@@ -1,6 +1,5 @@
1
1
  import { default as _CheckCard } from './index.vue';
2
2
  import { default as CheckCardGroup } from './group.vue';
3
-
4
3
  type CheckCardType = typeof _CheckCard & {
5
4
  Group: typeof CheckCardGroup;
6
5
  };
@@ -1,12 +1,12 @@
1
1
  import { CheckCardProps } from './interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, CSSProperties, PropType } from 'vue';
3
-
4
3
  type CheckCardSlots = {
5
4
  default(config: {
6
5
  checked: boolean;
7
6
  }): void;
8
7
  };
9
- declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CheckCardProps>, {
8
+ declare function __VLS_template(): Readonly<CheckCardSlots> & CheckCardSlots;
9
+ declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<CheckCardProps>, {
10
10
  bordered: boolean;
11
11
  size: string;
12
12
  checked: undefined;
@@ -14,7 +14,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
14
14
  stopPropagation: boolean;
15
15
  }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
16
16
  "update:checked": (...args: any[]) => void;
17
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<CheckCardProps>, {
17
+ }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<CheckCardProps>, {
18
18
  bordered: boolean;
19
19
  size: string;
20
20
  checked: undefined;
@@ -23,22 +23,14 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
23
23
  }>>> & {
24
24
  "onUpdate:checked"?: ((...args: any[]) => any) | undefined;
25
25
  }, {
26
+ size: "middle" | "small";
26
27
  style: CSSProperties;
27
- size: "small" | "middle";
28
- checked: boolean;
29
28
  bordered: boolean;
29
+ checked: boolean;
30
30
  stopPropagation: boolean | ((event: MouseEvent) => boolean);
31
- }, {}>, Readonly<CheckCardSlots> & CheckCardSlots>;
31
+ }, {}>;
32
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
32
33
  export default _default;
33
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
34
- type __VLS_TypePropsToRuntimeProps<T> = {
35
- [K in keyof T]-?: {} extends Pick<T, K> ? {
36
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
37
- } : {
38
- type: PropType<T[K]>;
39
- required: true;
40
- };
41
- };
42
34
  type __VLS_WithDefaults<P, D> = {
43
35
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
44
36
  default: D[K];
@@ -52,3 +44,12 @@ type __VLS_WithTemplateSlots<T, S> = T & {
52
44
  $slots: S;
53
45
  };
54
46
  };
47
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
48
+ type __VLS_TypePropsToOption<T> = {
49
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
50
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
51
+ } : {
52
+ type: PropType<T[K]>;
53
+ required: true;
54
+ };
55
+ };
@@ -1,15 +1,14 @@
1
- import { defineComponent as I, computed as i, unref as l, createVNode as m, watch as U, watchEffect as W, openBlock as c, createElementBlock as N, normalizeStyle as j, normalizeClass as P, withModifiers as G, createBlock as f, renderSlot as O, resolveDynamicComponent as V, createCommentVNode as v, createElementVNode as $ } from "vue";
2
- import { Skeleton as q } from "ant-design-vue";
1
+ import { defineComponent as F, computed as u, unref as l, createVNode as m, watch as I, watchEffect as j, openBlock as i, createElementBlock as B, normalizeStyle as D, normalizeClass as N, withModifiers as M, createBlock as f, renderSlot as O, resolveDynamicComponent as P, createCommentVNode as v, createElementVNode as U } from "vue";
2
+ import { Skeleton as W } from "ant-design-vue";
3
3
  import "../config-provider/index.mjs";
4
4
  import "../hooks/index.mjs";
5
- import { isFunction as z } from "lodash-unified";
6
- import { useInjectCheckCard as A } from "./context.mjs";
5
+ import { isFunction as V } from "lodash-unified";
6
+ import { useInjectCheckCard as $ } from "./context.mjs";
7
7
  import "./style/index.css";
8
- import H from "./checked.svg.mjs";
9
- import { useNamespace as J } from "../config-provider/hooks/use-namespace.mjs";
10
- import { useGlobalConfig as K } from "../config-provider/hooks/use-global-config.mjs";
11
- import { useControllableValue as L } from "../hooks/useControllableValue.mjs";
12
- const Q = ["src"], re = /* @__PURE__ */ I({
8
+ import q from "./checked.svg.mjs";
9
+ import { useNamespace as A } from "../config-provider/hooks/use-namespace.mjs";
10
+ import { useControllableValue as G } from "../hooks/useControllableValue.mjs";
11
+ const H = ["src"], te = /* @__PURE__ */ F({
13
12
  name: "CheckCard",
14
13
  __name: "index",
15
14
  props: {
@@ -48,43 +47,40 @@ const Q = ["src"], re = /* @__PURE__ */ I({
48
47
  content: {}
49
48
  },
50
49
  emits: ["update:checked"],
51
- setup(S, {
50
+ setup(z, {
52
51
  emit: _
53
52
  }) {
54
- const o = S, {
53
+ const o = z, {
55
54
  b: g,
56
- m: s,
55
+ m: c,
57
56
  e: p,
58
- bm: w,
59
57
  em: k
60
- } = J("check-card"), h = K("uiMode", "aplus"), D = _, n = A(), {
58
+ } = A("check-card"), S = _, n = $(), {
61
59
  value: r,
62
- updateValue: b
63
- } = L(o, D, {
60
+ updateValue: h
61
+ } = G(o, S, {
64
62
  valuePropName: "checked",
65
63
  defaultValuePropName: "defaultChecked"
66
- }), a = i(() => {
64
+ }), a = u(() => {
67
65
  const e = {
68
66
  ...o
69
67
  }, t = l(n);
70
68
  return t && (e.disabled = e.disabled || t.disabled, e.bordered = e.bordered || t.bordered, e.loading = e.loading || t.loading, e.size = e.size || t.size, e.stopPropagation = e.stopPropagation || t.stopPropagation), e;
71
- }), E = i(() => {
72
- const e = l(h), t = l(a);
73
- return [g(), ...t.disabled ? [] : [g(e), l(r) ? w(e, "checked") : null], s(t.size), t.bordered ? s("bordered") : null, t.disabled ? s("disabled") : null];
74
- }), M = i(() => ({
75
- ...o.style,
76
- "--check-card-border-color": h.value === "admin" ? "#D9D9D9" : "#E9EDF3"
77
- })), y = i(() => {
78
- if (!o.title)
69
+ }), w = u(() => {
70
+ const e = l(a);
71
+ return [g(), ...e.disabled ? [] : [g(), l(r) ? c("checked") : null], c(e.size), e.bordered ? c("bordered") : null, e.disabled ? c("disabled") : null];
72
+ }), b = u(() => {
73
+ const e = o.title;
74
+ if (!e)
79
75
  return;
80
- const e = z(o.title) ? o.title(l(r)) : m("span", null, [o.title]);
76
+ const t = V(e) ? e(l(r)) : m("span", null, [e]);
81
77
  return m("div", {
82
78
  class: [p("title"), a.value.disabled ? k("title", "disabled") : null]
83
- }, [e]);
84
- }), C = i(() => {
79
+ }, [t]);
80
+ }), y = u(() => {
85
81
  if (!o.content)
86
82
  return;
87
- const e = z(o.content) ? o.content(l(r)) : o.content;
83
+ const e = V(o.content) ? o.content(l(r)) : o.content;
88
84
  return m("div", {
89
85
  class: [p("content"), a.value.disabled ? k("content", "disabled") : null]
90
86
  }, [e]);
@@ -93,45 +89,45 @@ const Q = ["src"], re = /* @__PURE__ */ I({
93
89
  const t = l(a).stopPropagation;
94
90
  return t ? t === !0 ? e.target !== e.currentTarget : t(e) : !1;
95
91
  }
96
- function F(e) {
92
+ function E(e) {
97
93
  var t, d;
98
- T(e) || a.value.loading || a.value.disabled || (n.value ? (d = (t = n.value) == null ? void 0 : t.toggleOption) == null || d.call(t, o.value) : b(!l(r)));
94
+ T(e) || a.value.loading || a.value.disabled || (n.value ? (d = (t = n.value) == null ? void 0 : t.toggleOption) == null || d.call(t, o.value) : h(!l(r)));
99
95
  }
100
- return U(() => n.value, (e) => {
96
+ return I(() => n.value, (e) => {
101
97
  if (!e)
102
98
  return;
103
99
  const t = e.multiple ? (e.value || []).includes(o.value) : e.value === o.value;
104
- b(t);
100
+ h(t);
105
101
  }, {
106
102
  immediate: !0
107
- }), W((e) => {
103
+ }), j((e) => {
108
104
  var t, d;
109
105
  (d = (t = n.value) == null ? void 0 : t.registerValue) == null || d.call(t, o.value), e(() => {
110
- var u, B;
111
- return (B = (u = n.value) == null ? void 0 : u.cancelValue) == null ? void 0 : B.call(u, o.value);
106
+ var s, C;
107
+ return (C = (s = n.value) == null ? void 0 : s.cancelValue) == null ? void 0 : C.call(s, o.value);
112
108
  });
113
- }), (e, t) => (c(), N("div", {
114
- style: j(M.value),
115
- class: P(E.value),
116
- onClick: G(F, ["stop"])
117
- }, [a.value.loading ? (c(), f(l(q), {
109
+ }), (e, t) => (i(), B("div", {
110
+ style: D(e.style),
111
+ class: N(w.value),
112
+ onClick: M(E, ["stop"])
113
+ }, [a.value.loading ? (i(), f(l(W), {
118
114
  key: 0,
119
115
  active: ""
120
116
  })) : O(e.$slots, "default", {
121
117
  key: 1,
122
118
  checked: l(r)
123
- }, () => [y.value ? (c(), f(V(y.value), {
119
+ }, () => [b.value ? (i(), f(P(b.value), {
124
120
  key: 0
125
- })) : v("", !0), C.value ? (c(), f(V(C.value), {
121
+ })) : v("", !0), y.value ? (i(), f(P(y.value), {
126
122
  key: 1
127
- })) : v("", !0)]), l(r) ? (c(), N("div", {
123
+ })) : v("", !0)]), l(r) ? (i(), B("div", {
128
124
  key: 2,
129
- class: P(l(p)("checked-icon"))
130
- }, [$("img", {
131
- src: l(H)
132
- }, null, 8, Q)], 2)) : v("", !0)], 6));
125
+ class: N(l(p)("checked-icon"))
126
+ }, [U("img", {
127
+ src: l(q)
128
+ }, null, 8, H)], 2)) : v("", !0)], 6));
133
129
  }
134
130
  });
135
131
  export {
136
- re as default
132
+ te as default
137
133
  };
@@ -1,5 +1,4 @@
1
1
  import { CSSProperties, VNode } from 'vue';
2
-
3
2
  export type CheckCardValueType = string | number | boolean;
4
3
  /**
5
4
  * 可选卡片的通用配置,在Group中使用将会是整组CheckCard生效
@@ -7,13 +7,13 @@
7
7
  cursor: not-allowed;
8
8
  }
9
9
  .aplus-check-card--bordered {
10
- outline: 1px solid var(--check-card-border-color);
10
+ outline: 1px solid var(--check-card-outline-color, #E9EDF3);
11
11
  }
12
- .aplus-check-card-aplus:hover {
12
+ .aplus-check-card:hover {
13
13
  cursor: pointer;
14
- outline: 1px solid #0070ff;
14
+ outline: 1px solid var(--check-card-hover-outline-color, #0070ff);
15
15
  }
16
- .aplus-check-card-aplus::after {
16
+ .aplus-check-card::after {
17
17
  content: '';
18
18
  position: absolute;
19
19
  width: 0;
@@ -25,47 +25,15 @@
25
25
  border-block-end: 16px solid transparent;
26
26
  border-radius: 4px;
27
27
  }
28
- .aplus-check-card-aplus--checked {
29
- outline: 2px solid #0070ff;
28
+ .aplus-check-card--checked {
29
+ outline: 2px solid var(--check-card-checked-outline-color, #0070ff);
30
30
  }
31
- .aplus-check-card-aplus--checked:hover {
32
- outline: 2px solid #0070ff;
31
+ .aplus-check-card--checked:hover {
32
+ outline: 2px solid var(--check-card-checked-outline-color, #0070ff);
33
33
  }
34
- .aplus-check-card-aplus--checked::after {
34
+ .aplus-check-card--checked::after {
35
35
  opacity: 1;
36
- border: 16px solid #0070ff;
37
- border-inline-start: 16px solid transparent;
38
- border-block-end: 16px solid transparent;
39
- inset-block-start: -2px;
40
- inset-inline-end: -2px;
41
- transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
42
- }
43
- .aplus-check-card-admin:hover {
44
- cursor: pointer;
45
- outline: 1px solid #34b77c;
46
- }
47
- .aplus-check-card-admin::after {
48
- content: '';
49
- position: absolute;
50
- width: 0px;
51
- height: 0px;
52
- opacity: 0;
53
- inset-block-start: -2px;
54
- inset-inline-end: -2px;
55
- border-inline-start: 16px solid transparent;
56
- border-block-end: 16px solid transparent;
57
- border-radius: 4px;
58
- }
59
- .aplus-check-card-admin--checked {
60
- outline: 2px solid #34b77c;
61
- }
62
- .aplus-check-card-admin--checked:hover {
63
- outline: 2px solid #34b77c;
64
- }
65
- .aplus-check-card-admin--checked::after {
66
- content: '';
67
- opacity: 1;
68
- border: 16px solid #34b77c;
36
+ border: 16px solid var(--check-card-checked-bg, #0070ff);
69
37
  border-inline-start: 16px solid transparent;
70
38
  border-block-end: 16px solid transparent;
71
39
  inset-block-start: -2px;
@@ -7,18 +7,17 @@ import { CSPConfig, SizeType, ThemeConfig } from 'ant-design-vue/es/config-provi
7
7
  import { Locale } from 'ant-design-vue/es/locale';
8
8
  import { ValidateMessages } from 'ant-design-vue/es/form/interface';
9
9
  import { RequiredMark } from 'ant-design-vue/es/form/Form';
10
-
11
10
  export declare const configProviderProps: () => {
12
11
  iconPrefixCls: StringConstructor;
13
12
  getTargetContainer: {
14
- type: PropType<() => Window | HTMLElement>;
13
+ type: PropType<() => HTMLElement | Window>;
15
14
  };
16
15
  getPopupContainer: {
17
- type: PropType<(triggerNode?: HTMLElement | undefined) => HTMLElement>;
16
+ type: PropType<(triggerNode?: HTMLElement) => HTMLElement>;
18
17
  };
19
18
  prefixCls: StringConstructor;
20
19
  getPrefixCls: {
21
- type: PropType<(suffixCls?: string | undefined, customizePrefixCls?: string | undefined) => string>;
20
+ type: PropType<(suffixCls?: string, customizePrefixCls?: string) => string>;
22
21
  };
23
22
  renderEmpty: {
24
23
  type: PropType< __DTS_DEFAULT_0__>;
@@ -32,10 +31,10 @@ export declare const configProviderProps: () => {
32
31
  };
33
32
  input: {
34
33
  type: PropType<{
35
- autocomplete?: string | undefined;
34
+ autocomplete?: string;
36
35
  }>;
37
36
  default: {
38
- autocomplete?: string | undefined;
37
+ autocomplete?: string;
39
38
  };
40
39
  };
41
40
  autoInsertSpaceInButton: {
@@ -48,10 +47,10 @@ export declare const configProviderProps: () => {
48
47
  };
49
48
  pageHeader: {
50
49
  type: PropType<{
51
- ghost?: boolean | undefined;
50
+ ghost?: boolean;
52
51
  }>;
53
52
  default: {
54
- ghost?: boolean | undefined;
53
+ ghost?: boolean;
55
54
  };
56
55
  };
57
56
  componentSize: {
@@ -62,15 +61,15 @@ export declare const configProviderProps: () => {
62
61
  default: any;
63
62
  };
64
63
  direction: {
65
- type: PropType<"ltr" | "rtl">;
64
+ type: PropType<"rtl" | "ltr">;
66
65
  default: string;
67
66
  };
68
67
  space: {
69
68
  type: PropType<{
70
- size?: number | SizeType;
69
+ size?: SizeType | number;
71
70
  }>;
72
71
  default: {
73
- size?: number | SizeType;
72
+ size?: SizeType | number;
74
73
  };
75
74
  };
76
75
  virtual: {
@@ -83,22 +82,22 @@ export declare const configProviderProps: () => {
83
82
  };
84
83
  form: {
85
84
  type: PropType<{
86
- validateMessages?: ValidateMessages | undefined;
87
- requiredMark?: RequiredMark | undefined;
88
- colon?: boolean | undefined;
85
+ validateMessages?: ValidateMessages;
86
+ requiredMark?: RequiredMark;
87
+ colon?: boolean;
89
88
  }>;
90
89
  default: {
91
- validateMessages?: ValidateMessages | undefined;
92
- requiredMark?: RequiredMark | undefined;
93
- colon?: boolean | undefined;
90
+ validateMessages?: ValidateMessages;
91
+ requiredMark?: RequiredMark;
92
+ colon?: boolean;
94
93
  };
95
94
  };
96
95
  pagination: {
97
96
  type: PropType<{
98
- showSizeChanger?: boolean | undefined;
97
+ showSizeChanger?: boolean;
99
98
  }>;
100
99
  default: {
101
- showSizeChanger?: boolean | undefined;
100
+ showSizeChanger?: boolean;
102
101
  };
103
102
  };
104
103
  theme: {
@@ -107,18 +106,18 @@ export declare const configProviderProps: () => {
107
106
  };
108
107
  select: {
109
108
  type: PropType<{
110
- showSearch?: boolean | undefined;
109
+ showSearch?: boolean;
111
110
  }>;
112
111
  default: {
113
- showSearch?: boolean | undefined;
112
+ showSearch?: boolean;
114
113
  };
115
114
  };
116
115
  wave: {
117
116
  type: PropType<{
118
- disabled?: boolean | undefined;
117
+ disabled?: boolean;
119
118
  }>;
120
119
  default: {
121
- disabled?: boolean | undefined;
120
+ disabled?: boolean;
122
121
  };
123
122
  };
124
123
  /**