@aplus-frontend/ui 0.0.1-beta.15 → 0.0.1-beta.17

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 (459) hide show
  1. package/es/index.d.ts +7 -7
  2. package/es/src/ap-action/group/index.vue.d.ts +35 -35
  3. package/es/src/ap-action/index.d.ts +9 -9
  4. package/es/src/ap-action/interface.d.ts +80 -80
  5. package/es/src/ap-action/item/index.vue.d.ts +42 -42
  6. package/es/src/ap-action/item-dropdown/index.vue.d.ts +54 -54
  7. package/es/src/ap-action/item-modal/index.vue.d.ts +38 -38
  8. package/es/src/ap-action/item-popconfirm/index.vue.d.ts +332 -332
  9. package/es/src/ap-custom-column/column-select.vue.d.ts +16 -16
  10. package/es/src/ap-custom-column/custom-column.vue.d.ts +16 -16
  11. package/es/src/ap-custom-column/index.d.ts +5 -5
  12. package/es/src/ap-custom-column/interfaces.d.ts +40 -40
  13. package/es/src/ap-custom-column/storage.d.ts +8 -8
  14. package/es/src/ap-custom-column/useCacheColumnSetting.d.ts +9 -9
  15. package/es/src/ap-custom-column/utils.d.ts +2 -2
  16. package/es/src/ap-field/checkbox/helper.d.ts +3 -3
  17. package/es/src/ap-field/checkbox/index.vue.d.ts +36 -36
  18. package/es/src/ap-field/date/constant.d.ts +9 -9
  19. package/es/src/ap-field/date/helper.d.ts +3 -3
  20. package/es/src/ap-field/date/index.vue.d.ts +54 -54
  21. package/es/src/ap-field/date/interface.d.ts +2 -2
  22. package/es/src/ap-field/date-range/index.vue.d.ts +56 -56
  23. package/es/src/ap-field/index.d.ts +15 -15
  24. package/es/src/ap-field/interface.d.ts +86 -86
  25. package/es/src/ap-field/number/helper.d.ts +1 -1
  26. package/es/src/ap-field/number/index.vue.d.ts +69 -69
  27. package/es/src/ap-field/radio/helper.d.ts +3 -3
  28. package/es/src/ap-field/radio/index.vue.d.ts +38 -38
  29. package/es/src/ap-field/select/index.vue.d.ts +226 -226
  30. package/es/src/ap-field/switch/index.vue.d.ts +52 -52
  31. package/es/src/ap-field/text/index.vue.d.ts +63 -63
  32. package/es/src/ap-field/text-area/index.vue.d.ts +46 -46
  33. package/es/src/ap-form/ap-form-item-group/helper.d.ts +17 -17
  34. package/es/src/ap-form/ap-form-item-group/index.vue.d.ts +41 -41
  35. package/es/src/ap-form/ap-form-item.vue.d.ts +66 -66
  36. package/es/src/ap-form/ap-form-list.vue.d.ts +33 -33
  37. package/es/src/ap-form/ap-form.vue.d.ts +63 -63
  38. package/es/src/ap-form/constant.d.ts +2 -2
  39. package/es/src/ap-form/context.d.ts +9 -9
  40. package/es/src/ap-form/index.d.ts +11 -11
  41. package/es/src/ap-form/interface.d.ts +46 -46
  42. package/es/src/ap-form/items/date/index.vue.d.ts +62 -62
  43. package/es/src/ap-form/items/date-range/index.vue.d.ts +61 -61
  44. package/es/src/ap-form/items/index.d.ts +2 -2
  45. package/es/src/ap-form/items/interface.d.ts +39 -39
  46. package/es/src/ap-form/items/number/index.vue.d.ts +60 -60
  47. package/es/src/ap-form/items/radio/index.vue.d.ts +47 -47
  48. package/es/src/ap-form/items/select/index.vue.d.ts +66 -66
  49. package/es/src/ap-form/items/switch/index.vue.d.ts +57 -57
  50. package/es/src/ap-form/items/text/index.vue.d.ts +62 -62
  51. package/es/src/ap-form/items/text-area/index.vue.d.ts +48 -48
  52. package/es/src/ap-form/search-form/index.vue.d.ts +73 -73
  53. package/es/src/ap-tag/ap-tag-group.vue.d.ts +32 -32
  54. package/es/src/ap-tag/ap-tag.vue.d.ts +32 -32
  55. package/es/src/ap-tag/index.d.ts +3 -3
  56. package/es/src/ap-tag/interface.d.ts +35 -35
  57. package/es/src/ap-upload/apUpload.vue.d.ts +109 -109
  58. package/es/src/ap-upload/apUpload.vue.mjs +1 -1
  59. package/es/src/ap-upload/apUploadTypes.d.ts +89 -89
  60. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +3 -3
  61. package/es/src/ap-upload/components/Picture.vue.d.ts +3 -3
  62. package/es/src/ap-upload/components/SingleFile.vue.d.ts +3 -3
  63. package/es/src/ap-upload/hooks/useOss.d.ts +18 -18
  64. package/es/src/ap-upload/index.d.ts +4 -4
  65. package/es/src/ap-upload/utils/accept.d.ts +13 -13
  66. package/es/src/ap-upload/utils/returnData.d.ts +19 -19
  67. package/es/src/base-button/button.vue.d.ts +34 -34
  68. package/es/src/base-button/constants.d.ts +25 -25
  69. package/es/src/base-button/index.d.ts +134 -134
  70. package/es/src/base-button/interface.d.ts +15 -15
  71. package/es/src/base-button/modal-button.vue.d.ts +25 -25
  72. package/es/src/base-button/pop-confirm-button.vue.d.ts +16 -16
  73. package/es/src/basic/arrow.vue.d.ts +12 -12
  74. package/es/src/basic/help.vue.d.ts +103 -103
  75. package/es/src/basic/index.d.ts +276 -276
  76. package/es/src/basic/interface.d.ts +20 -20
  77. package/es/src/basic/title.vue.d.ts +33 -33
  78. package/es/src/button/__tests__/button.test.d.ts +1 -1
  79. package/es/src/button/index.d.ts +50 -50
  80. package/es/src/config-provider/config-provider-props.d.ts +143 -143
  81. package/es/src/config-provider/config-provider.d.ts +312 -312
  82. package/es/src/config-provider/constants.d.ts +27 -27
  83. package/es/src/config-provider/hooks/use-global-config.d.ts +142 -142
  84. package/es/src/config-provider/hooks/use-locale.d.ts +13 -13
  85. package/es/src/config-provider/hooks/use-namespace.d.ts +23 -23
  86. package/es/src/config-provider/index.d.ts +680 -680
  87. package/es/src/container/collapse/header.vue.d.ts +35 -35
  88. package/es/src/container/collapse/index.vue.d.ts +120 -120
  89. package/es/src/container/index.d.ts +177 -177
  90. package/es/src/container/interface.d.ts +18 -18
  91. package/es/src/container/scroll-container.vue.d.ts +22 -22
  92. package/es/src/count-down/button.vue.d.ts +26 -26
  93. package/es/src/count-down/index.d.ts +149 -149
  94. package/es/src/count-down/input.vue.d.ts +31 -31
  95. package/es/src/count-down/interface.d.ts +12 -12
  96. package/es/src/cropper/cropper-avatar.vue.d.ts +44 -44
  97. package/es/src/cropper/cropper-image.vue.d.ts +49 -49
  98. package/es/src/cropper/cropper-modal.vue.d.ts +46 -46
  99. package/es/src/cropper/index.d.ts +366 -366
  100. package/es/src/cropper/interface.d.ts +29 -29
  101. package/es/src/description/description.vue.d.ts +93 -93
  102. package/es/src/description/index.d.ts +211 -211
  103. package/es/src/description/interface.d.ts +37 -37
  104. package/es/src/description/use-description.d.ts +2 -2
  105. package/es/src/design-token/index.d.ts +3 -3
  106. package/es/src/dropdown/dropdown.vue.d.ts +43 -43
  107. package/es/src/dropdown/index.d.ts +110 -110
  108. package/es/src/dropdown/interface.d.ts +16 -16
  109. package/es/src/hooks/index.d.ts +2 -2
  110. package/es/src/hooks/useControllableValue.d.ts +11 -11
  111. package/es/src/hooks/useMessage.d.ts +59 -59
  112. package/es/src/icon/icon.vue.d.ts +32 -32
  113. package/es/src/icon/index.d.ts +207 -207
  114. package/es/src/icon/interface.d.ts +28 -28
  115. package/es/src/icon/svg-icon.vue.d.ts +32 -32
  116. package/es/src/icon-picker/data.d.ts +5 -5
  117. package/es/src/icon-picker/icon-picker.vue.d.ts +50 -50
  118. package/es/src/icon-picker/index.d.ts +189 -189
  119. package/es/src/icon-picker/interface.d.ts +13 -13
  120. package/es/src/index.d.ts +25 -25
  121. package/es/src/locale/index.d.ts +3 -3
  122. package/es/src/locale/interface.d.ts +8 -8
  123. package/es/src/locale/lang/en.d.ts +3 -3
  124. package/es/src/locale/lang/zh-cn.d.ts +3 -3
  125. package/es/src/modal/basic.vue.d.ts +459 -459
  126. package/es/src/modal/components/modal-close.vue.d.ts +32 -32
  127. package/es/src/modal/components/modal-footer.vue.d.ts +451 -451
  128. package/es/src/modal/components/modal-header.vue.d.ts +12 -12
  129. package/es/src/modal/components/modal-wrapper.vue.d.ts +101 -101
  130. package/es/src/modal/components/modal.d.ts +437 -437
  131. package/es/src/modal/hooks/use-moda-full-screen.d.ts +11 -11
  132. package/es/src/modal/hooks/use-modal-context.d.ts +7 -7
  133. package/es/src/modal/hooks/use-modal-drag.d.ts +7 -7
  134. package/es/src/modal/hooks/use-modal.d.ts +6 -6
  135. package/es/src/modal/index.d.ts +957 -957
  136. package/es/src/modal/interface.d.ts +180 -180
  137. package/es/src/modal/props.d.ts +277 -277
  138. package/es/src/pro-form/component-map.d.ts +5 -5
  139. package/es/src/pro-form/components/api-cascader.vue.d.ts +50 -50
  140. package/es/src/pro-form/components/api-radio-group.vue.d.ts +49 -49
  141. package/es/src/pro-form/components/api-select.vue.d.ts +71 -71
  142. package/es/src/pro-form/components/api-transfer.vue.d.ts +53 -53
  143. package/es/src/pro-form/components/api-tree-select.vue.d.ts +55 -55
  144. package/es/src/pro-form/components/api-tree.vue.d.ts +43 -43
  145. package/es/src/pro-form/components/form-action.vue.d.ts +58 -58
  146. package/es/src/pro-form/components/form-item.vue.d.ts +70 -70
  147. package/es/src/pro-form/components/interface.d.ts +113 -113
  148. package/es/src/pro-form/components/radio-button-group.vue.d.ts +26 -26
  149. package/es/src/pro-form/helper.d.ts +9 -9
  150. package/es/src/pro-form/hooks/use-advanced.d.ts +14 -14
  151. package/es/src/pro-form/hooks/use-auto-focus.d.ts +9 -9
  152. package/es/src/pro-form/hooks/use-break-point.d.ts +23 -23
  153. package/es/src/pro-form/hooks/use-component-register.d.ts +2 -2
  154. package/es/src/pro-form/hooks/use-form-context.d.ts +8 -8
  155. package/es/src/pro-form/hooks/use-form-events.d.ts +26 -26
  156. package/es/src/pro-form/hooks/use-form-item.d.ts +2 -2
  157. package/es/src/pro-form/hooks/use-form-values.d.ts +12 -12
  158. package/es/src/pro-form/hooks/use-form.d.ts +8 -8
  159. package/es/src/pro-form/hooks/use-label-width.d.ts +309 -309
  160. package/es/src/pro-form/index.d.ts +17 -17
  161. package/es/src/pro-form/interface.d.ts +4 -4
  162. package/es/src/pro-form/pro-form.vue.d.ts +106 -106
  163. package/es/src/pro-form/types/form-item.d.ts +80 -80
  164. package/es/src/pro-form/types/form.d.ts +147 -147
  165. package/es/src/pro-form/types/index.d.ts +158 -158
  166. package/es/src/pro-table/component-map.d.ts +6 -6
  167. package/es/src/pro-table/components/edit-table-header-icon.vue.d.ts +21 -21
  168. package/es/src/pro-table/components/editable/cell-component.d.ts +11 -11
  169. package/es/src/pro-table/components/editable/editable-cell.vue.d.ts +80 -80
  170. package/es/src/pro-table/components/editable/helper.d.ts +5 -5
  171. package/es/src/pro-table/components/editable/index.d.ts +21 -21
  172. package/es/src/pro-table/components/header-cell.vue.d.ts +15 -15
  173. package/es/src/pro-table/components/settings/column-setting.vue.d.ts +7 -7
  174. package/es/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -2
  175. package/es/src/pro-table/components/settings/index.vue.d.ts +19 -19
  176. package/es/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -2
  177. package/es/src/pro-table/components/settings/size-setting.vue.d.ts +2 -2
  178. package/es/src/pro-table/components/table-action.vue.d.ts +56 -56
  179. package/es/src/pro-table/components/table-footer.vue.d.ts +42 -42
  180. package/es/src/pro-table/components/table-header.vue.d.ts +71 -71
  181. package/es/src/pro-table/components/table-image.vue.d.ts +47 -47
  182. package/es/src/pro-table/components/table-selection-bar.vue.d.ts +32 -32
  183. package/es/src/pro-table/components/table-title.vue.d.ts +23 -23
  184. package/es/src/pro-table/const.d.ts +6 -6
  185. package/es/src/pro-table/directives/click-outside.d.ts +3 -3
  186. package/es/src/pro-table/helper.d.ts +3 -3
  187. package/es/src/pro-table/hooks/use-columns.d.ts +12 -12
  188. package/es/src/pro-table/hooks/use-custom-row.d.ts +18 -18
  189. package/es/src/pro-table/hooks/use-data-source.d.ts +26 -26
  190. package/es/src/pro-table/hooks/use-loading.d.ts +5 -5
  191. package/es/src/pro-table/hooks/use-pagination.d.ts +8 -8
  192. package/es/src/pro-table/hooks/use-row-selection.d.ts +11 -11
  193. package/es/src/pro-table/hooks/use-scroll-to.d.ts +4 -4
  194. package/es/src/pro-table/hooks/use-table-context.d.ts +11 -11
  195. package/es/src/pro-table/hooks/use-table-expand.d.ts +16 -16
  196. package/es/src/pro-table/hooks/use-table-footer.d.ts +4 -4
  197. package/es/src/pro-table/hooks/use-table-form.d.ts +7 -7
  198. package/es/src/pro-table/hooks/use-table-header.d.ts +4 -4
  199. package/es/src/pro-table/hooks/use-table-scroll.d.ts +10 -10
  200. package/es/src/pro-table/hooks/use-table-style.d.ts +4 -4
  201. package/es/src/pro-table/hooks/use-table.d.ts +15 -15
  202. package/es/src/pro-table/index.d.ts +10 -10
  203. package/es/src/pro-table/interface.d.ts +62 -62
  204. package/es/src/pro-table/pro-table.vue.d.ts +162 -162
  205. package/es/src/pro-table/types/pagination.d.ts +92 -92
  206. package/es/src/pro-table/types/table-action.d.ts +22 -22
  207. package/es/src/pro-table/types/table.d.ts +376 -376
  208. package/es/src/prompt/dialog.vue.d.ts +12 -12
  209. package/es/src/prompt/index.d.ts +9 -9
  210. package/es/src/prompt/interface.d.ts +22 -22
  211. package/es/src/prompt/utils.d.ts +9 -9
  212. package/es/src/scroll-bar/bar-item.d.ts +15 -15
  213. package/es/src/scroll-bar/index.d.ts +174 -174
  214. package/es/src/scroll-bar/interface.d.ts +31 -31
  215. package/es/src/scroll-bar/scroll-bar.vue.d.ts +50 -50
  216. package/es/src/scroll-bar/utils.d.ts +9 -9
  217. package/es/src/strength-meter/index.d.ts +88 -88
  218. package/es/src/strength-meter/interface.d.ts +5 -5
  219. package/es/src/strength-meter/strength-meter.vue.d.ts +37 -37
  220. package/es/src/transition/collapse-transition.vue.d.ts +10 -10
  221. package/es/src/transition/create-transition.d.ts +47 -47
  222. package/es/src/transition/expand-transition.d.ts +19 -19
  223. package/es/src/transition/index.d.ts +368 -368
  224. package/es/src/type.d.ts +29 -29
  225. package/es/src/utils/copy-text-to-clipboard.d.ts +1 -1
  226. package/es/src/utils/index.d.ts +14 -14
  227. package/es/src/utils/slot.d.ts +15 -15
  228. package/es/src/utils/tree.d.ts +38 -38
  229. package/es/src/utils/uuid.d.ts +2 -2
  230. package/lib/index.d.ts +7 -7
  231. package/lib/src/ap-action/group/index.vue.d.ts +35 -35
  232. package/lib/src/ap-action/index.d.ts +9 -9
  233. package/lib/src/ap-action/interface.d.ts +80 -80
  234. package/lib/src/ap-action/item/index.vue.d.ts +42 -42
  235. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +54 -54
  236. package/lib/src/ap-action/item-modal/index.vue.d.ts +38 -38
  237. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +332 -332
  238. package/lib/src/ap-custom-column/column-select.vue.d.ts +16 -16
  239. package/lib/src/ap-custom-column/custom-column.vue.d.ts +16 -16
  240. package/lib/src/ap-custom-column/index.d.ts +5 -5
  241. package/lib/src/ap-custom-column/interfaces.d.ts +40 -40
  242. package/lib/src/ap-custom-column/storage.d.ts +8 -8
  243. package/lib/src/ap-custom-column/useCacheColumnSetting.d.ts +9 -9
  244. package/lib/src/ap-custom-column/utils.d.ts +2 -2
  245. package/lib/src/ap-field/checkbox/helper.d.ts +3 -3
  246. package/lib/src/ap-field/checkbox/index.vue.d.ts +36 -36
  247. package/lib/src/ap-field/date/constant.d.ts +9 -9
  248. package/lib/src/ap-field/date/helper.d.ts +3 -3
  249. package/lib/src/ap-field/date/index.vue.d.ts +54 -54
  250. package/lib/src/ap-field/date/interface.d.ts +2 -2
  251. package/lib/src/ap-field/date-range/index.vue.d.ts +56 -56
  252. package/lib/src/ap-field/index.d.ts +15 -15
  253. package/lib/src/ap-field/interface.d.ts +86 -86
  254. package/lib/src/ap-field/number/helper.d.ts +1 -1
  255. package/lib/src/ap-field/number/index.vue.d.ts +69 -69
  256. package/lib/src/ap-field/radio/helper.d.ts +3 -3
  257. package/lib/src/ap-field/radio/index.vue.d.ts +38 -38
  258. package/lib/src/ap-field/select/index.vue.d.ts +226 -226
  259. package/lib/src/ap-field/switch/index.vue.d.ts +52 -52
  260. package/lib/src/ap-field/text/index.vue.d.ts +63 -63
  261. package/lib/src/ap-field/text-area/index.vue.d.ts +46 -46
  262. package/lib/src/ap-form/ap-form-item-group/helper.d.ts +17 -17
  263. package/lib/src/ap-form/ap-form-item-group/index.vue.d.ts +41 -41
  264. package/lib/src/ap-form/ap-form-item.vue.d.ts +66 -66
  265. package/lib/src/ap-form/ap-form-list.vue.d.ts +33 -33
  266. package/lib/src/ap-form/ap-form.vue.d.ts +63 -63
  267. package/lib/src/ap-form/constant.d.ts +2 -2
  268. package/lib/src/ap-form/context.d.ts +9 -9
  269. package/lib/src/ap-form/index.d.ts +11 -11
  270. package/lib/src/ap-form/interface.d.ts +46 -46
  271. package/lib/src/ap-form/items/date/index.vue.d.ts +62 -62
  272. package/lib/src/ap-form/items/date-range/index.vue.d.ts +61 -61
  273. package/lib/src/ap-form/items/index.d.ts +2 -2
  274. package/lib/src/ap-form/items/interface.d.ts +39 -39
  275. package/lib/src/ap-form/items/number/index.vue.d.ts +60 -60
  276. package/lib/src/ap-form/items/radio/index.vue.d.ts +47 -47
  277. package/lib/src/ap-form/items/select/index.vue.d.ts +66 -66
  278. package/lib/src/ap-form/items/switch/index.vue.d.ts +57 -57
  279. package/lib/src/ap-form/items/text/index.vue.d.ts +62 -62
  280. package/lib/src/ap-form/items/text-area/index.vue.d.ts +48 -48
  281. package/lib/src/ap-form/search-form/index.vue.d.ts +73 -73
  282. package/lib/src/ap-tag/ap-tag-group.vue.d.ts +32 -32
  283. package/lib/src/ap-tag/ap-tag.vue.d.ts +32 -32
  284. package/lib/src/ap-tag/index.d.ts +3 -3
  285. package/lib/src/ap-tag/interface.d.ts +35 -35
  286. package/lib/src/ap-upload/apUpload.vue.d.ts +109 -109
  287. package/lib/src/ap-upload/apUpload.vue.js +1 -1
  288. package/lib/src/ap-upload/apUploadTypes.d.ts +89 -89
  289. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +3 -3
  290. package/lib/src/ap-upload/components/Picture.vue.d.ts +3 -3
  291. package/lib/src/ap-upload/components/SingleFile.vue.d.ts +3 -3
  292. package/lib/src/ap-upload/hooks/useOss.d.ts +18 -18
  293. package/lib/src/ap-upload/index.d.ts +4 -4
  294. package/lib/src/ap-upload/utils/accept.d.ts +13 -13
  295. package/lib/src/ap-upload/utils/returnData.d.ts +19 -19
  296. package/lib/src/base-button/button.vue.d.ts +34 -34
  297. package/lib/src/base-button/constants.d.ts +25 -25
  298. package/lib/src/base-button/index.d.ts +134 -134
  299. package/lib/src/base-button/interface.d.ts +15 -15
  300. package/lib/src/base-button/modal-button.vue.d.ts +25 -25
  301. package/lib/src/base-button/pop-confirm-button.vue.d.ts +16 -16
  302. package/lib/src/basic/arrow.vue.d.ts +12 -12
  303. package/lib/src/basic/help.vue.d.ts +103 -103
  304. package/lib/src/basic/index.d.ts +276 -276
  305. package/lib/src/basic/interface.d.ts +20 -20
  306. package/lib/src/basic/title.vue.d.ts +33 -33
  307. package/lib/src/button/__tests__/button.test.d.ts +1 -1
  308. package/lib/src/button/index.d.ts +50 -50
  309. package/lib/src/config-provider/config-provider-props.d.ts +143 -143
  310. package/lib/src/config-provider/config-provider.d.ts +312 -312
  311. package/lib/src/config-provider/constants.d.ts +27 -27
  312. package/lib/src/config-provider/hooks/use-global-config.d.ts +142 -142
  313. package/lib/src/config-provider/hooks/use-locale.d.ts +13 -13
  314. package/lib/src/config-provider/hooks/use-namespace.d.ts +23 -23
  315. package/lib/src/config-provider/index.d.ts +680 -680
  316. package/lib/src/container/collapse/header.vue.d.ts +35 -35
  317. package/lib/src/container/collapse/index.vue.d.ts +120 -120
  318. package/lib/src/container/index.d.ts +177 -177
  319. package/lib/src/container/interface.d.ts +18 -18
  320. package/lib/src/container/scroll-container.vue.d.ts +22 -22
  321. package/lib/src/count-down/button.vue.d.ts +26 -26
  322. package/lib/src/count-down/index.d.ts +149 -149
  323. package/lib/src/count-down/input.vue.d.ts +31 -31
  324. package/lib/src/count-down/interface.d.ts +12 -12
  325. package/lib/src/cropper/cropper-avatar.vue.d.ts +44 -44
  326. package/lib/src/cropper/cropper-image.vue.d.ts +49 -49
  327. package/lib/src/cropper/cropper-modal.vue.d.ts +46 -46
  328. package/lib/src/cropper/index.d.ts +366 -366
  329. package/lib/src/cropper/interface.d.ts +29 -29
  330. package/lib/src/description/description.vue.d.ts +93 -93
  331. package/lib/src/description/index.d.ts +211 -211
  332. package/lib/src/description/interface.d.ts +37 -37
  333. package/lib/src/description/use-description.d.ts +2 -2
  334. package/lib/src/design-token/index.d.ts +3 -3
  335. package/lib/src/dropdown/dropdown.vue.d.ts +43 -43
  336. package/lib/src/dropdown/index.d.ts +110 -110
  337. package/lib/src/dropdown/interface.d.ts +16 -16
  338. package/lib/src/hooks/index.d.ts +2 -2
  339. package/lib/src/hooks/useControllableValue.d.ts +11 -11
  340. package/lib/src/hooks/useMessage.d.ts +59 -59
  341. package/lib/src/icon/icon.vue.d.ts +32 -32
  342. package/lib/src/icon/index.d.ts +207 -207
  343. package/lib/src/icon/interface.d.ts +28 -28
  344. package/lib/src/icon/svg-icon.vue.d.ts +32 -32
  345. package/lib/src/icon-picker/data.d.ts +5 -5
  346. package/lib/src/icon-picker/icon-picker.vue.d.ts +50 -50
  347. package/lib/src/icon-picker/index.d.ts +189 -189
  348. package/lib/src/icon-picker/interface.d.ts +13 -13
  349. package/lib/src/index.d.ts +25 -25
  350. package/lib/src/locale/index.d.ts +3 -3
  351. package/lib/src/locale/interface.d.ts +8 -8
  352. package/lib/src/locale/lang/en.d.ts +3 -3
  353. package/lib/src/locale/lang/zh-cn.d.ts +3 -3
  354. package/lib/src/modal/basic.vue.d.ts +459 -459
  355. package/lib/src/modal/components/modal-close.vue.d.ts +32 -32
  356. package/lib/src/modal/components/modal-footer.vue.d.ts +451 -451
  357. package/lib/src/modal/components/modal-header.vue.d.ts +12 -12
  358. package/lib/src/modal/components/modal-wrapper.vue.d.ts +101 -101
  359. package/lib/src/modal/components/modal.d.ts +437 -437
  360. package/lib/src/modal/hooks/use-moda-full-screen.d.ts +11 -11
  361. package/lib/src/modal/hooks/use-modal-context.d.ts +7 -7
  362. package/lib/src/modal/hooks/use-modal-drag.d.ts +7 -7
  363. package/lib/src/modal/hooks/use-modal.d.ts +6 -6
  364. package/lib/src/modal/index.d.ts +957 -957
  365. package/lib/src/modal/interface.d.ts +180 -180
  366. package/lib/src/modal/props.d.ts +277 -277
  367. package/lib/src/pro-form/component-map.d.ts +5 -5
  368. package/lib/src/pro-form/components/api-cascader.vue.d.ts +50 -50
  369. package/lib/src/pro-form/components/api-radio-group.vue.d.ts +49 -49
  370. package/lib/src/pro-form/components/api-select.vue.d.ts +71 -71
  371. package/lib/src/pro-form/components/api-transfer.vue.d.ts +53 -53
  372. package/lib/src/pro-form/components/api-tree-select.vue.d.ts +55 -55
  373. package/lib/src/pro-form/components/api-tree.vue.d.ts +43 -43
  374. package/lib/src/pro-form/components/form-action.vue.d.ts +58 -58
  375. package/lib/src/pro-form/components/form-item.vue.d.ts +70 -70
  376. package/lib/src/pro-form/components/interface.d.ts +113 -113
  377. package/lib/src/pro-form/components/radio-button-group.vue.d.ts +26 -26
  378. package/lib/src/pro-form/helper.d.ts +9 -9
  379. package/lib/src/pro-form/hooks/use-advanced.d.ts +14 -14
  380. package/lib/src/pro-form/hooks/use-auto-focus.d.ts +9 -9
  381. package/lib/src/pro-form/hooks/use-break-point.d.ts +23 -23
  382. package/lib/src/pro-form/hooks/use-component-register.d.ts +2 -2
  383. package/lib/src/pro-form/hooks/use-form-context.d.ts +8 -8
  384. package/lib/src/pro-form/hooks/use-form-events.d.ts +26 -26
  385. package/lib/src/pro-form/hooks/use-form-item.d.ts +2 -2
  386. package/lib/src/pro-form/hooks/use-form-values.d.ts +12 -12
  387. package/lib/src/pro-form/hooks/use-form.d.ts +8 -8
  388. package/lib/src/pro-form/hooks/use-label-width.d.ts +309 -309
  389. package/lib/src/pro-form/index.d.ts +17 -17
  390. package/lib/src/pro-form/interface.d.ts +4 -4
  391. package/lib/src/pro-form/pro-form.vue.d.ts +106 -106
  392. package/lib/src/pro-form/types/form-item.d.ts +80 -80
  393. package/lib/src/pro-form/types/form.d.ts +147 -147
  394. package/lib/src/pro-form/types/index.d.ts +158 -158
  395. package/lib/src/pro-table/component-map.d.ts +6 -6
  396. package/lib/src/pro-table/components/edit-table-header-icon.vue.d.ts +21 -21
  397. package/lib/src/pro-table/components/editable/cell-component.d.ts +11 -11
  398. package/lib/src/pro-table/components/editable/editable-cell.vue.d.ts +80 -80
  399. package/lib/src/pro-table/components/editable/helper.d.ts +5 -5
  400. package/lib/src/pro-table/components/editable/index.d.ts +21 -21
  401. package/lib/src/pro-table/components/header-cell.vue.d.ts +15 -15
  402. package/lib/src/pro-table/components/settings/column-setting.vue.d.ts +7 -7
  403. package/lib/src/pro-table/components/settings/full-screen-setting.vue.d.ts +2 -2
  404. package/lib/src/pro-table/components/settings/index.vue.d.ts +19 -19
  405. package/lib/src/pro-table/components/settings/redo-setting.vue.d.ts +2 -2
  406. package/lib/src/pro-table/components/settings/size-setting.vue.d.ts +2 -2
  407. package/lib/src/pro-table/components/table-action.vue.d.ts +56 -56
  408. package/lib/src/pro-table/components/table-footer.vue.d.ts +42 -42
  409. package/lib/src/pro-table/components/table-header.vue.d.ts +71 -71
  410. package/lib/src/pro-table/components/table-image.vue.d.ts +47 -47
  411. package/lib/src/pro-table/components/table-selection-bar.vue.d.ts +32 -32
  412. package/lib/src/pro-table/components/table-title.vue.d.ts +23 -23
  413. package/lib/src/pro-table/const.d.ts +6 -6
  414. package/lib/src/pro-table/directives/click-outside.d.ts +3 -3
  415. package/lib/src/pro-table/helper.d.ts +3 -3
  416. package/lib/src/pro-table/hooks/use-columns.d.ts +12 -12
  417. package/lib/src/pro-table/hooks/use-custom-row.d.ts +18 -18
  418. package/lib/src/pro-table/hooks/use-data-source.d.ts +26 -26
  419. package/lib/src/pro-table/hooks/use-loading.d.ts +5 -5
  420. package/lib/src/pro-table/hooks/use-pagination.d.ts +8 -8
  421. package/lib/src/pro-table/hooks/use-row-selection.d.ts +11 -11
  422. package/lib/src/pro-table/hooks/use-scroll-to.d.ts +4 -4
  423. package/lib/src/pro-table/hooks/use-table-context.d.ts +11 -11
  424. package/lib/src/pro-table/hooks/use-table-expand.d.ts +16 -16
  425. package/lib/src/pro-table/hooks/use-table-footer.d.ts +4 -4
  426. package/lib/src/pro-table/hooks/use-table-form.d.ts +7 -7
  427. package/lib/src/pro-table/hooks/use-table-header.d.ts +4 -4
  428. package/lib/src/pro-table/hooks/use-table-scroll.d.ts +10 -10
  429. package/lib/src/pro-table/hooks/use-table-style.d.ts +4 -4
  430. package/lib/src/pro-table/hooks/use-table.d.ts +15 -15
  431. package/lib/src/pro-table/index.d.ts +10 -10
  432. package/lib/src/pro-table/interface.d.ts +62 -62
  433. package/lib/src/pro-table/pro-table.vue.d.ts +162 -162
  434. package/lib/src/pro-table/types/pagination.d.ts +92 -92
  435. package/lib/src/pro-table/types/table-action.d.ts +22 -22
  436. package/lib/src/pro-table/types/table.d.ts +376 -376
  437. package/lib/src/prompt/dialog.vue.d.ts +12 -12
  438. package/lib/src/prompt/index.d.ts +9 -9
  439. package/lib/src/prompt/interface.d.ts +22 -22
  440. package/lib/src/prompt/utils.d.ts +9 -9
  441. package/lib/src/scroll-bar/bar-item.d.ts +15 -15
  442. package/lib/src/scroll-bar/index.d.ts +174 -174
  443. package/lib/src/scroll-bar/interface.d.ts +31 -31
  444. package/lib/src/scroll-bar/scroll-bar.vue.d.ts +50 -50
  445. package/lib/src/scroll-bar/utils.d.ts +9 -9
  446. package/lib/src/strength-meter/index.d.ts +88 -88
  447. package/lib/src/strength-meter/interface.d.ts +5 -5
  448. package/lib/src/strength-meter/strength-meter.vue.d.ts +37 -37
  449. package/lib/src/transition/collapse-transition.vue.d.ts +10 -10
  450. package/lib/src/transition/create-transition.d.ts +47 -47
  451. package/lib/src/transition/expand-transition.d.ts +19 -19
  452. package/lib/src/transition/index.d.ts +368 -368
  453. package/lib/src/type.d.ts +29 -29
  454. package/lib/src/utils/copy-text-to-clipboard.d.ts +1 -1
  455. package/lib/src/utils/index.d.ts +14 -14
  456. package/lib/src/utils/slot.d.ts +15 -15
  457. package/lib/src/utils/tree.d.ts +38 -38
  458. package/lib/src/utils/uuid.d.ts +2 -2
  459. package/package.json +5 -3
@@ -1,18 +1,18 @@
1
1
  import { ColumnSelectProps, FieldInfo } from './interfaces';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
-
4
- declare const _default: DefineComponent<__VLS_TypePropsToRuntimeProps<ColumnSelectProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
5
- updateColumns: (list: FieldInfo[]) => void;
6
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ColumnSelectProps>>> & {
7
- onUpdateColumns?: ((list: FieldInfo[]) => any) | undefined;
8
- }, {}, {}>;
9
- export default _default;
10
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
- type __VLS_TypePropsToRuntimeProps<T> = {
12
- [K in keyof T]-?: {} extends Pick<T, K> ? {
13
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
14
- } : {
15
- type: PropType<T[K]>;
16
- required: true;
17
- };
18
- };
3
+
4
+ declare const _default: DefineComponent<__VLS_TypePropsToRuntimeProps<ColumnSelectProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
5
+ updateColumns: (list: FieldInfo[]) => void;
6
+ }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ColumnSelectProps>>> & {
7
+ onUpdateColumns?: ((list: FieldInfo[]) => any) | undefined;
8
+ }, {}, {}>;
9
+ export default _default;
10
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
+ type __VLS_TypePropsToRuntimeProps<T> = {
12
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
13
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
14
+ } : {
15
+ type: PropType<T[K]>;
16
+ required: true;
17
+ };
18
+ };
@@ -1,18 +1,18 @@
1
1
  import { CustomColumnProps, FieldInfo } from './interfaces';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
-
4
- declare const _default: DefineComponent<__VLS_TypePropsToRuntimeProps<CustomColumnProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
5
- "update:columns": (list: FieldInfo[]) => void;
6
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<CustomColumnProps>>> & {
7
- "onUpdate:columns"?: ((list: FieldInfo[]) => any) | undefined;
8
- }, {}, {}>;
9
- export default _default;
10
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
- type __VLS_TypePropsToRuntimeProps<T> = {
12
- [K in keyof T]-?: {} extends Pick<T, K> ? {
13
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
14
- } : {
15
- type: PropType<T[K]>;
16
- required: true;
17
- };
18
- };
3
+
4
+ declare const _default: DefineComponent<__VLS_TypePropsToRuntimeProps<CustomColumnProps>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
5
+ "update:columns": (list: FieldInfo[]) => void;
6
+ }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<CustomColumnProps>>> & {
7
+ "onUpdate:columns"?: ((list: FieldInfo[]) => any) | undefined;
8
+ }, {}, {}>;
9
+ export default _default;
10
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
+ type __VLS_TypePropsToRuntimeProps<T> = {
12
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
13
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
14
+ } : {
15
+ type: PropType<T[K]>;
16
+ required: true;
17
+ };
18
+ };
@@ -1,7 +1,7 @@
1
1
  import { default as ApCustomColumn } from './custom-column.vue';
2
2
  import { default as ApCustomSelect } from './column-select.vue';
3
-
4
- export * from './interfaces';
5
- export * from './utils';
6
- export * from './useCacheColumnSetting';
7
- export { ApCustomColumn, ApCustomSelect };
3
+
4
+ export * from './interfaces';
5
+ export * from './utils';
6
+ export * from './useCacheColumnSetting';
7
+ export { ApCustomColumn, ApCustomSelect };
@@ -1,41 +1,41 @@
1
1
  import { BasicColumn } from 'src/pro-table';
2
-
3
- /**
4
- * 自定义列的字段信息
5
- */
6
- export interface FieldInfo {
7
- order?: number;
8
- fixed?: 'left' | 'right' | null;
9
- selected: boolean;
10
- disabled: boolean;
11
- dataIndex: string;
12
- title: string;
13
- }
14
- /**
15
- * 自定义列表组件 Props
16
- */
17
- export interface CustomColumnProps {
18
- columns: FieldInfo[];
19
- /**
20
- * 抽屉打开高度的基准 querySelector
21
- */
22
- baseContainerSelector?: string;
23
- /**
24
- * 当 `baseContainerSelector`因滚动隐藏时,需要固定位置的 `querySelector`
25
- */
26
- fullContentSelector?: string;
27
- }
28
- /**
29
- * column select 的 props
30
- */
31
- export interface ColumnSelectProps {
32
- columns: FieldInfo[];
33
- }
34
- /**
35
- * 生成 filedInfoList 函数的参数
36
- */
37
- export interface GenerateTableInfo {
38
- list: BasicColumn[];
39
- fixedKeys?: string[];
40
- defaultSelect?: string[];
41
- }
2
+
3
+ /**
4
+ * 自定义列的字段信息
5
+ */
6
+ export interface FieldInfo {
7
+ order?: number;
8
+ fixed?: 'left' | 'right' | null;
9
+ selected: boolean;
10
+ disabled: boolean;
11
+ dataIndex: string;
12
+ title: string;
13
+ }
14
+ /**
15
+ * 自定义列表组件 Props
16
+ */
17
+ export interface CustomColumnProps {
18
+ columns: FieldInfo[];
19
+ /**
20
+ * 抽屉打开高度的基准 querySelector
21
+ */
22
+ baseContainerSelector?: string;
23
+ /**
24
+ * 当 `baseContainerSelector`因滚动隐藏时,需要固定位置的 `querySelector`
25
+ */
26
+ fullContentSelector?: string;
27
+ }
28
+ /**
29
+ * column select 的 props
30
+ */
31
+ export interface ColumnSelectProps {
32
+ columns: FieldInfo[];
33
+ }
34
+ /**
35
+ * 生成 filedInfoList 函数的参数
36
+ */
37
+ export interface GenerateTableInfo {
38
+ list: BasicColumn[];
39
+ fixedKeys?: string[];
40
+ defaultSelect?: string[];
41
+ }
@@ -1,8 +1,8 @@
1
- /**
2
- * 判断str是否是json字符串
3
- * @param str
4
- */
5
- export declare const isJSON: (str: string | null) => boolean;
6
- export declare function setLocalStorage(key: string, value: any): void;
7
- export declare function getLocalStorage(key: string, defaultValue?: null): any;
8
- export declare function removeLocalStorage(key: string): void;
1
+ /**
2
+ * 判断str是否是json字符串
3
+ * @param str
4
+ */
5
+ export declare const isJSON: (str: string | null) => boolean;
6
+ export declare function setLocalStorage(key: string, value: any): void;
7
+ export declare function getLocalStorage(key: string, defaultValue?: null): any;
8
+ export declare function removeLocalStorage(key: string): void;
@@ -1,10 +1,10 @@
1
1
  import { FieldInfo } from './interfaces';
2
-
3
- /**
4
- * 获取自定义列表存储的值
5
- * @returns
6
- */
7
- export declare function useCacheColumnSetting(): {
8
- set: (path: string, list: FieldInfo[]) => void;
9
- get: (path: string) => FieldInfo[];
10
- };
2
+
3
+ /**
4
+ * 获取自定义列表存储的值
5
+ * @returns
6
+ */
7
+ export declare function useCacheColumnSetting(): {
8
+ set: (path: string, list: FieldInfo[]) => void;
9
+ get: (path: string) => FieldInfo[];
10
+ };
@@ -1,3 +1,3 @@
1
1
  import { FieldInfo, GenerateTableInfo } from './interfaces';
2
-
3
- export declare const generateTableList: (params: GenerateTableInfo) => FieldInfo[];
2
+
3
+ export declare const generateTableList: (params: GenerateTableInfo) => FieldInfo[];
@@ -1,6 +1,6 @@
1
1
  import { CheckboxOptionType } from 'ant-design-vue';
2
2
  import { CheckboxValueType } from 'ant-design-vue/es/checkbox/interface';
3
3
  import { VueNode } from 'ant-design-vue/es/_util/type';
4
-
5
- export declare const getOptionValue: (v: CheckboxOptionType | string | number) => CheckboxValueType;
6
- export declare const getOptionLabel: (v: CheckboxOptionType | string | number) => VueNode;
4
+
5
+ export declare const getOptionValue: (v: CheckboxOptionType | string | number) => CheckboxValueType;
6
+ export declare const getOptionLabel: (v: CheckboxOptionType | string | number) => VueNode;
@@ -1,39 +1,39 @@
1
1
  import { ApFieldCheckboxProps, FieldMode } from '../interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
3
  import { CheckboxOptionType } from 'ant-design-vue';
4
-
5
- declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApFieldCheckboxProps>, {
6
- emptyText: string;
7
- mode: string;
8
- options: () => never[];
9
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
10
- "update:value": (...args: any[]) => void;
11
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApFieldCheckboxProps>, {
12
- emptyText: string;
13
- mode: string;
14
- options: () => never[];
15
- }>>> & {
16
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
17
- }, {
18
- mode: FieldMode;
19
- options: (string | number | CheckboxOptionType)[];
20
- emptyText: string;
21
- }, {}>;
22
- export default _default;
23
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
24
- type __VLS_TypePropsToRuntimeProps<T> = {
25
- [K in keyof T]-?: {} extends Pick<T, K> ? {
26
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
27
- } : {
28
- type: PropType<T[K]>;
29
- required: true;
30
- };
31
- };
32
- type __VLS_WithDefaults<P, D> = {
33
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
34
- default: D[K];
35
- }> : P[K];
36
- };
37
- type __VLS_Prettify<T> = {
38
- [K in keyof T]: T[K];
39
- } & {};
4
+
5
+ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApFieldCheckboxProps>, {
6
+ emptyText: string;
7
+ mode: string;
8
+ options: () => never[];
9
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
10
+ "update:value": (...args: any[]) => void;
11
+ }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApFieldCheckboxProps>, {
12
+ emptyText: string;
13
+ mode: string;
14
+ options: () => never[];
15
+ }>>> & {
16
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
17
+ }, {
18
+ mode: FieldMode;
19
+ options: (string | number | CheckboxOptionType)[];
20
+ emptyText: string;
21
+ }, {}>;
22
+ export default _default;
23
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
24
+ type __VLS_TypePropsToRuntimeProps<T> = {
25
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
26
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
27
+ } : {
28
+ type: PropType<T[K]>;
29
+ required: true;
30
+ };
31
+ };
32
+ type __VLS_WithDefaults<P, D> = {
33
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
34
+ default: D[K];
35
+ }> : P[K];
36
+ };
37
+ type __VLS_Prettify<T> = {
38
+ [K in keyof T]: T[K];
39
+ } & {};
@@ -1,11 +1,11 @@
1
1
  import { PickerMode } from 'ant-design-vue/es/vc-picker/interface';
2
2
  import { ApFormatPresetType } from './interface';
3
-
4
- export declare const ApFieldDatePresetFormats: string[];
5
- export declare const PRESET_FORMAT_MAP: Record<ApFormatPresetType, string>;
6
- export declare const PRESET_FORMAT_PICK_MAP: Record<ApFormatPresetType, PickerMode>;
7
- export declare const PRESET_FORMAT_TIME_MAP: Record<ApFormatPresetType, {
8
- showTime: boolean;
9
- showSecond?: boolean;
10
- showMinute?: boolean;
11
- }>;
3
+
4
+ export declare const ApFieldDatePresetFormats: string[];
5
+ export declare const PRESET_FORMAT_MAP: Record<ApFormatPresetType, string>;
6
+ export declare const PRESET_FORMAT_PICK_MAP: Record<ApFormatPresetType, PickerMode>;
7
+ export declare const PRESET_FORMAT_TIME_MAP: Record<ApFormatPresetType, {
8
+ showTime: boolean;
9
+ showSecond?: boolean;
10
+ showMinute?: boolean;
11
+ }>;
@@ -1,5 +1,5 @@
1
1
  import { EventValue } from 'ant-design-vue/es/vc-picker/interface';
2
2
  import { Dayjs } from 'dayjs';
3
-
4
- export declare const formatDay: (d: Dayjs, f: string, begin?: boolean) => number | null;
5
- export declare const formatValue: (v: EventValue<Dayjs>) => number | null;
3
+
4
+ export declare const formatDay: (d: Dayjs, f: string, begin?: boolean) => number | null;
5
+ export declare const formatValue: (v: EventValue<Dayjs>) => number | null;
@@ -1,57 +1,57 @@
1
1
  import { ApFieldDateProps, FieldMode } from '../interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
3
  import { DatePickerProps } from 'ant-design-vue';
4
-
5
- type ApFieldDataSlots = {
6
- dateRender: any;
7
- suffixIcon?: any;
8
- prevIcon?: any;
9
- nextIcon?: any;
10
- superPrevIcon?: any;
11
- superNextIcon?: any;
12
- renderExtraFooter?: any;
13
- monthCellRender?: any;
14
- monthCellContentRender?: any;
15
- clearIcon?: any;
16
- default?: any;
17
- };
18
- declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApFieldDateProps>, {
19
- format: string;
20
- mode: string;
21
- fieldProps: () => {};
22
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
23
- "update:value": (...args: any[]) => void;
24
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApFieldDateProps>, {
25
- format: string;
26
- mode: string;
27
- fieldProps: () => {};
28
- }>>> & {
29
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
30
- }, {
31
- mode: FieldMode;
32
- format: string;
33
- fieldProps: Omit< DatePickerProps, "mode" | "onOk" | "onChange" | "value" | "onUpdate:value" | "defaultValue" | "format">;
34
- }, {}>, Readonly<ApFieldDataSlots> & ApFieldDataSlots>;
35
- export default _default;
36
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
37
- type __VLS_TypePropsToRuntimeProps<T> = {
38
- [K in keyof T]-?: {} extends Pick<T, K> ? {
39
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
40
- } : {
41
- type: PropType<T[K]>;
42
- required: true;
43
- };
44
- };
45
- type __VLS_WithDefaults<P, D> = {
46
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
47
- default: D[K];
48
- }> : P[K];
49
- };
50
- type __VLS_Prettify<T> = {
51
- [K in keyof T]: T[K];
52
- } & {};
53
- type __VLS_WithTemplateSlots<T, S> = T & {
54
- new (): {
55
- $slots: S;
56
- };
57
- };
4
+
5
+ type ApFieldDataSlots = {
6
+ dateRender: any;
7
+ suffixIcon?: any;
8
+ prevIcon?: any;
9
+ nextIcon?: any;
10
+ superPrevIcon?: any;
11
+ superNextIcon?: any;
12
+ renderExtraFooter?: any;
13
+ monthCellRender?: any;
14
+ monthCellContentRender?: any;
15
+ clearIcon?: any;
16
+ default?: any;
17
+ };
18
+ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApFieldDateProps>, {
19
+ format: string;
20
+ mode: string;
21
+ fieldProps: () => {};
22
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
23
+ "update:value": (...args: any[]) => void;
24
+ }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApFieldDateProps>, {
25
+ format: string;
26
+ mode: string;
27
+ fieldProps: () => {};
28
+ }>>> & {
29
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
30
+ }, {
31
+ mode: FieldMode;
32
+ format: string;
33
+ fieldProps: Omit< DatePickerProps, "mode" | "onOk" | "onChange" | "value" | "onUpdate:value" | "defaultValue" | "format">;
34
+ }, {}>, Readonly<ApFieldDataSlots> & ApFieldDataSlots>;
35
+ export default _default;
36
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
37
+ type __VLS_TypePropsToRuntimeProps<T> = {
38
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
39
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
40
+ } : {
41
+ type: PropType<T[K]>;
42
+ required: true;
43
+ };
44
+ };
45
+ type __VLS_WithDefaults<P, D> = {
46
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
47
+ default: D[K];
48
+ }> : P[K];
49
+ };
50
+ type __VLS_Prettify<T> = {
51
+ [K in keyof T]: T[K];
52
+ } & {};
53
+ type __VLS_WithTemplateSlots<T, S> = T & {
54
+ new (): {
55
+ $slots: S;
56
+ };
57
+ };
@@ -1,2 +1,2 @@
1
- export type OmitValue<T> = Omit<T, 'value' | 'defaultValue' | 'onChange' | 'mode' | 'format'>;
2
- export type ApFormatPresetType = 'Y' | 'Y-M' | 'Y-D' | 'Y-h' | 'Y-m' | 'Y-s';
1
+ export type OmitValue<T> = Omit<T, 'value' | 'defaultValue' | 'onChange' | 'mode' | 'format'>;
2
+ export type ApFormatPresetType = 'Y' | 'Y-M' | 'Y-D' | 'Y-h' | 'Y-m' | 'Y-s';
@@ -1,59 +1,59 @@
1
1
  import { ApFieldDateRangeProps, FieldMode } from '../interface';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
3
  import { RangePickerProps } from 'ant-design-vue/es/date-picker';
4
-
5
- type ApFieldDateRangeSlots = {
6
- suffixIcon?: any;
7
- prevIcon?: any;
8
- nextIcon?: any;
9
- superPrevIcon?: any;
10
- superNextIcon?: any;
11
- dateRender?: any;
12
- renderExtraFooter?: any;
13
- default?: any;
14
- separator?: any;
15
- clearIcon?: any;
16
- };
17
- declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApFieldDateRangeProps>, {
18
- emptyText: string;
19
- mode: string;
20
- format: string;
21
- fieldProps: () => {};
22
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
23
- "update:value": (...args: any[]) => void;
24
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApFieldDateRangeProps>, {
25
- emptyText: string;
26
- mode: string;
27
- format: string;
28
- fieldProps: () => {};
29
- }>>> & {
30
- "onUpdate:value"?: ((...args: any[]) => any) | undefined;
31
- }, {
32
- mode: FieldMode;
33
- format: string;
34
- emptyText: string;
35
- fieldProps: Omit< RangePickerProps, "onOk" | "onChange" | "value" | "onUpdate:value" | "defaultValue" | "renderExtraFooter" | "onPanelChange">;
36
- }, {}>, Readonly<ApFieldDateRangeSlots> & ApFieldDateRangeSlots>;
37
- export default _default;
38
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
39
- type __VLS_TypePropsToRuntimeProps<T> = {
40
- [K in keyof T]-?: {} extends Pick<T, K> ? {
41
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
42
- } : {
43
- type: PropType<T[K]>;
44
- required: true;
45
- };
46
- };
47
- type __VLS_WithDefaults<P, D> = {
48
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
49
- default: D[K];
50
- }> : P[K];
51
- };
52
- type __VLS_Prettify<T> = {
53
- [K in keyof T]: T[K];
54
- } & {};
55
- type __VLS_WithTemplateSlots<T, S> = T & {
56
- new (): {
57
- $slots: S;
58
- };
59
- };
4
+
5
+ type ApFieldDateRangeSlots = {
6
+ suffixIcon?: any;
7
+ prevIcon?: any;
8
+ nextIcon?: any;
9
+ superPrevIcon?: any;
10
+ superNextIcon?: any;
11
+ dateRender?: any;
12
+ renderExtraFooter?: any;
13
+ default?: any;
14
+ separator?: any;
15
+ clearIcon?: any;
16
+ };
17
+ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApFieldDateRangeProps>, {
18
+ emptyText: string;
19
+ mode: string;
20
+ format: string;
21
+ fieldProps: () => {};
22
+ }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
23
+ "update:value": (...args: any[]) => void;
24
+ }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ApFieldDateRangeProps>, {
25
+ emptyText: string;
26
+ mode: string;
27
+ format: string;
28
+ fieldProps: () => {};
29
+ }>>> & {
30
+ "onUpdate:value"?: ((...args: any[]) => any) | undefined;
31
+ }, {
32
+ mode: FieldMode;
33
+ format: string;
34
+ emptyText: string;
35
+ fieldProps: Omit< RangePickerProps, "onOk" | "onChange" | "value" | "onUpdate:value" | "defaultValue" | "renderExtraFooter" | "onPanelChange">;
36
+ }, {}>, Readonly<ApFieldDateRangeSlots> & ApFieldDateRangeSlots>;
37
+ export default _default;
38
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
39
+ type __VLS_TypePropsToRuntimeProps<T> = {
40
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
41
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
42
+ } : {
43
+ type: PropType<T[K]>;
44
+ required: true;
45
+ };
46
+ };
47
+ type __VLS_WithDefaults<P, D> = {
48
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
49
+ default: D[K];
50
+ }> : P[K];
51
+ };
52
+ type __VLS_Prettify<T> = {
53
+ [K in keyof T]: T[K];
54
+ } & {};
55
+ type __VLS_WithTemplateSlots<T, S> = T & {
56
+ new (): {
57
+ $slots: S;
58
+ };
59
+ };
@@ -7,18 +7,18 @@ import { default as ApFieldSwitch } from './switch/index.vue';
7
7
  import { default as ApFieldTextArea } from './text-area/index.vue';
8
8
  import { default as ApFieldDateRange } from './date-range/index.vue';
9
9
  import { default as ApFieldSelect } from './select/index.vue';
10
-
11
- export type FieldType = {
12
- Text: typeof ApFieldText;
13
- TextArea: typeof ApFieldTextArea;
14
- Number: typeof ApFieldNumber;
15
- Date: typeof ApFieldDate;
16
- DateRange: typeof ApFieldDateRange;
17
- Radio: typeof ApFieldRadio;
18
- Checkbox: typeof ApFieldCheckbox;
19
- Select: typeof ApFieldSelect;
20
- Switch: typeof ApFieldSwitch;
21
- };
22
- export declare const ApField: FieldType;
23
- export * from './interface';
24
- export { ApFieldText, ApFieldCheckbox, ApFieldDate, ApFieldNumber, ApFieldRadio, ApFieldSwitch, ApFieldTextArea, ApFieldDateRange, ApFieldSelect };
10
+
11
+ export type FieldType = {
12
+ Text: typeof ApFieldText;
13
+ TextArea: typeof ApFieldTextArea;
14
+ Number: typeof ApFieldNumber;
15
+ Date: typeof ApFieldDate;
16
+ DateRange: typeof ApFieldDateRange;
17
+ Radio: typeof ApFieldRadio;
18
+ Checkbox: typeof ApFieldCheckbox;
19
+ Select: typeof ApFieldSelect;
20
+ Switch: typeof ApFieldSwitch;
21
+ };
22
+ export declare const ApField: FieldType;
23
+ export * from './interface';
24
+ export { ApFieldText, ApFieldCheckbox, ApFieldDate, ApFieldNumber, ApFieldRadio, ApFieldSwitch, ApFieldTextArea, ApFieldDateRange, ApFieldSelect };