@aplus-frontend/ui 7.0.0-beta.0 → 7.0.0-beta.2

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 (1475) hide show
  1. package/es/index.d.ts +0 -2
  2. package/es/index.mjs +134 -134
  3. package/es/src/ag-grid/components/header-cell/index.vue2.mjs +33 -27
  4. package/es/src/ag-grid/editable/form-item.vue.mjs +57 -56
  5. package/es/src/ag-grid/editable/index.vue.mjs +55 -54
  6. package/es/src/ag-grid/index.vue.mjs +144 -142
  7. package/es/src/ag-grid/style/custom-header.d.ts +5 -0
  8. package/es/src/ag-grid/style/custom-header.mjs +47 -0
  9. package/es/src/ag-grid/style/editable.d.ts +5 -0
  10. package/es/src/ag-grid/style/editable.mjs +17 -0
  11. package/es/src/ag-grid/style/index.d.ts +5 -0
  12. package/es/src/ag-grid/style/index.mjs +153 -0
  13. package/es/src/ap-action/group/index.vue.d.ts +3 -3
  14. package/es/src/ap-action/item-dropdown/index.vue.d.ts +2 -2
  15. package/es/src/ap-action/item-dropdown/index.vue.mjs +28 -26
  16. package/es/src/ap-action/style/dropdown-item.d.ts +5 -0
  17. package/es/src/ap-action/style/dropdown-item.mjs +29 -0
  18. package/es/src/ap-button/ap-button.vue.mjs +38 -36
  19. package/es/src/ap-button/style/index.d.ts +3 -0
  20. package/es/src/ap-button/style/index.mjs +19 -0
  21. package/es/src/ap-descriptions/ap-descriptions.vue.mjs +32 -31
  22. package/es/src/ap-descriptions/style/index.d.ts +3 -0
  23. package/es/src/ap-descriptions/style/index.mjs +101 -0
  24. package/es/src/ap-download/ap-download.vue.mjs +18 -17
  25. package/es/src/ap-download/hooks/useStyle.mjs +13 -10
  26. package/es/src/ap-download/style/index.d.ts +3 -0
  27. package/es/src/ap-download/style/index.mjs +63 -0
  28. package/es/src/ap-drawer/components/ApDrawerClose.vue2.mjs +13 -12
  29. package/es/src/ap-drawer/style/index.d.ts +3 -1
  30. package/es/src/ap-drawer/style/index.mjs +30 -0
  31. package/es/src/ap-field/checkbox/index.vue.mjs +23 -22
  32. package/es/src/ap-field/number/index.vue.d.ts +2 -2
  33. package/es/src/ap-field/number/index.vue.mjs +44 -40
  34. package/es/src/ap-field/radio/index.vue.mjs +22 -21
  35. package/es/src/ap-field/slider/index.vue.d.ts +2 -2
  36. package/es/src/ap-field/style/checkbox.d.ts +2 -0
  37. package/es/src/ap-field/style/checkbox.mjs +20 -0
  38. package/es/src/ap-field/style/index.d.ts +3 -0
  39. package/es/src/ap-field/style/index.mjs +14 -0
  40. package/es/src/ap-field/style/number.d.ts +2 -0
  41. package/es/src/ap-field/style/number.mjs +16 -0
  42. package/es/src/ap-field/style/radio.d.ts +2 -0
  43. package/es/src/ap-field/style/radio.mjs +19 -0
  44. package/es/src/ap-field/style/textarea.d.ts +2 -0
  45. package/es/src/ap-field/style/textarea.mjs +13 -0
  46. package/es/src/ap-field/text-area/index.vue.mjs +16 -15
  47. package/es/src/ap-form/drawer-form/index.vue.mjs +80 -77
  48. package/es/src/ap-form/item/index.vue.mjs +59 -57
  49. package/es/src/ap-form/item-group/index.vue.mjs +29 -28
  50. package/es/src/ap-form/items/number/index.vue.d.ts +16 -16
  51. package/es/src/ap-form/items/select/index.vue.d.ts +4 -4
  52. package/es/src/ap-form/items/text/group.vue2.mjs +12 -11
  53. package/es/src/ap-form/items/text/index.vue.d.ts +4 -4
  54. package/es/src/ap-form/items/text/password.vue.d.ts +4 -4
  55. package/es/src/ap-form/items/tree-select/index.vue.d.ts +4 -4
  56. package/es/src/ap-form/modal-form/index.vue.mjs +63 -62
  57. package/es/src/ap-form/search-form/components/popover-filter.vue.d.ts +1 -1
  58. package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +26 -25
  59. package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +28 -27
  60. package/es/src/ap-form/search-form/index.vue.mjs +52 -51
  61. package/es/src/ap-form/style/drawer-form.d.ts +5 -0
  62. package/es/src/ap-form/style/drawer-form.mjs +31 -0
  63. package/es/src/ap-form/style/item-group.d.ts +5 -0
  64. package/es/src/ap-form/style/item-group.mjs +23 -0
  65. package/es/src/ap-form/style/item-text-group.d.ts +5 -0
  66. package/es/src/ap-form/style/item-text-group.mjs +69 -0
  67. package/es/src/ap-form/style/item.d.ts +6 -0
  68. package/es/src/ap-form/style/item.mjs +135 -0
  69. package/es/src/ap-form/style/modal-form.d.ts +5 -0
  70. package/es/src/ap-form/style/modal-form.mjs +32 -0
  71. package/es/src/ap-form/style/search-form-sorter.d.ts +5 -0
  72. package/es/src/ap-form/style/search-form-sorter.mjs +81 -0
  73. package/es/src/ap-form/style/search-form.d.ts +6 -0
  74. package/es/src/ap-form/style/search-form.mjs +106 -0
  75. package/es/src/ap-form/style/token.d.ts +3 -0
  76. package/es/src/ap-grid/editable/form-item.vue.mjs +50 -49
  77. package/es/src/ap-grid/editable/index.vue.mjs +66 -65
  78. package/es/src/ap-grid/index.vue.mjs +108 -106
  79. package/es/src/ap-grid/style/editable.d.ts +5 -0
  80. package/es/src/ap-grid/style/editable.mjs +32 -0
  81. package/es/src/ap-grid/style/font.d.ts +2 -0
  82. package/es/src/ap-grid/style/font.mjs +10 -0
  83. package/es/src/ap-grid/style/index.d.ts +5 -0
  84. package/es/src/ap-grid/style/index.mjs +218 -0
  85. package/es/src/ap-grid/utils/col.mjs +1 -1
  86. package/es/src/ap-list/index.vue.mjs +58 -57
  87. package/es/src/ap-list/style/index.d.ts +8 -0
  88. package/es/src/ap-list/style/index.mjs +67 -0
  89. package/es/src/ap-pro-card/components/card/index.vue2.mjs +55 -54
  90. package/es/src/ap-pro-card/components/divider/index.vue2.mjs +12 -11
  91. package/es/src/ap-pro-card/components/operation/index.vue2.mjs +10 -9
  92. package/es/src/ap-pro-card/components/statistic/index.vue.d.ts +6 -6
  93. package/es/src/ap-pro-card/components/statistic/index.vue2.mjs +32 -31
  94. package/es/src/ap-pro-card/components/statistic-card/index.vue2.mjs +21 -20
  95. package/es/src/ap-pro-card/components/title/index.vue2.mjs +12 -11
  96. package/es/src/ap-pro-card/style/divider.d.ts +6 -0
  97. package/es/src/ap-pro-card/style/divider.mjs +45 -0
  98. package/es/src/ap-pro-card/style/index.d.ts +6 -0
  99. package/es/src/ap-pro-card/style/index.mjs +169 -0
  100. package/es/src/ap-pro-card/style/operation.d.ts +5 -0
  101. package/es/src/ap-pro-card/style/operation.mjs +18 -0
  102. package/es/src/ap-pro-card/style/statistic.d.ts +6 -0
  103. package/es/src/ap-pro-card/style/statistic.mjs +135 -0
  104. package/es/src/ap-pro-card/style/statistics-card.d.ts +3 -0
  105. package/es/src/ap-pro-card/style/statistics-card.mjs +45 -0
  106. package/es/src/ap-pro-card/style/title.d.ts +5 -0
  107. package/es/src/ap-pro-card/style/title.mjs +50 -0
  108. package/es/src/ap-pro-card/style/token.d.ts +23 -0
  109. package/es/src/ap-pro-card/style/token.mjs +21 -0
  110. package/es/src/ap-table/ap-table.vue2.mjs +84 -83
  111. package/es/src/ap-table/components/index/index.vue2.mjs +11 -8
  112. package/es/src/ap-table/components/paragraph-ellipsis/index.vue2.mjs +19 -18
  113. package/es/src/ap-table/components/setting/modal/index.vue2.mjs +67 -65
  114. package/es/src/ap-table/components/setting/select-group/index.vue2.mjs +46 -44
  115. package/es/src/ap-table/components/setting/sortable/index.vue2.mjs +9 -9
  116. package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +11 -11
  117. package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +1 -1
  118. package/es/src/ap-table/constants.d.ts +18 -18
  119. package/es/src/ap-table/style/ellipsis.d.ts +5 -0
  120. package/es/src/ap-table/style/ellipsis.mjs +37 -0
  121. package/es/src/ap-table/style/index-comp.d.ts +5 -0
  122. package/es/src/ap-table/style/index-comp.mjs +23 -0
  123. package/es/src/ap-table/style/index.d.ts +9 -0
  124. package/es/src/ap-table/style/index.mjs +189 -0
  125. package/es/src/ap-table/style/setting.d.ts +9 -0
  126. package/es/src/ap-table/style/setting.mjs +197 -0
  127. package/es/src/ap-tag/ap-tag-group.vue.mjs +26 -25
  128. package/es/src/ap-tag/ap-tag.vue.mjs +24 -22
  129. package/es/src/ap-tag/style/group.d.ts +5 -0
  130. package/es/src/ap-tag/style/group.mjs +29 -0
  131. package/es/src/ap-tag/style/index.d.ts +5 -0
  132. package/es/src/ap-tag/style/index.mjs +73 -0
  133. package/es/src/ap-upload/apUpload.vue.mjs +34 -33
  134. package/es/src/ap-upload/components/MultipleFile.vue2.mjs +51 -49
  135. package/es/src/ap-upload/components/Picture.vue2.mjs +62 -60
  136. package/es/src/ap-upload/components/SingleFile.vue2.mjs +87 -85
  137. package/es/src/ap-upload/style/index.d.ts +3 -0
  138. package/es/src/ap-upload/style/index.mjs +12 -0
  139. package/es/src/ap-upload/style/multiple-file.d.ts +2 -0
  140. package/es/src/ap-upload/style/multiple-file.mjs +93 -0
  141. package/es/src/ap-upload/style/picture.d.ts +2 -0
  142. package/es/src/ap-upload/style/picture.mjs +120 -0
  143. package/es/src/ap-upload/style/single-file.d.ts +2 -0
  144. package/es/src/ap-upload/style/single-file.mjs +108 -0
  145. package/es/src/business/ag-grid-modal/modal-layout/index.vue2.mjs +27 -26
  146. package/es/src/business/ag-grid-modal/selected-items/default.vue2.mjs +16 -15
  147. package/es/src/business/ag-grid-modal/style/index.d.ts +3 -0
  148. package/es/src/business/ag-grid-modal/style/index.mjs +61 -0
  149. package/es/src/business/ag-grid-modal/style/selected-items.d.ts +3 -0
  150. package/es/src/business/ag-grid-modal/style/selected-items.mjs +39 -0
  151. package/es/src/business/ap-appendix/ap-appendix.vue2.mjs +49 -48
  152. package/es/src/business/ap-appendix/style/index.d.ts +5 -0
  153. package/es/src/business/ap-appendix/style/index.mjs +94 -0
  154. package/es/src/business/ap-attachment/ApAttachment.mjs +54 -53
  155. package/es/src/business/ap-attachment/style/index.d.ts +3 -0
  156. package/es/src/business/ap-attachment/style/index.mjs +84 -0
  157. package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +21 -20
  158. package/es/src/business/ap-batch-action/style/index.d.ts +5 -0
  159. package/es/src/business/ap-batch-action/style/index.mjs +51 -0
  160. package/es/src/business/ap-card/ApCard.vue2.mjs +22 -21
  161. package/es/src/business/ap-card/style/index.d.ts +5 -0
  162. package/es/src/business/ap-card/style/index.mjs +22 -0
  163. package/es/src/business/ap-copy/ApCopy.mjs +24 -23
  164. package/es/src/business/ap-copy/style/index.d.ts +3 -0
  165. package/es/src/business/ap-copy/style/index.mjs +64 -0
  166. package/es/src/business/ap-draggable-grid/ApDraggableGrid.vue2.mjs +55 -54
  167. package/es/src/business/ap-draggable-grid/style/index.d.ts +3 -0
  168. package/es/src/business/ap-draggable-grid/style/index.mjs +53 -0
  169. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +24 -23
  170. package/es/src/business/ap-expand-alert/style/index.d.ts +3 -0
  171. package/es/src/business/ap-expand-alert/style/index.mjs +56 -0
  172. package/es/src/business/ap-image/ApImage.vue2.mjs +41 -40
  173. package/es/src/business/ap-image/style/index.d.ts +5 -0
  174. package/es/src/business/ap-image/style/index.mjs +19 -0
  175. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +21 -20
  176. package/es/src/business/ap-input-radio/style/index.d.ts +3 -0
  177. package/es/src/business/ap-input-radio/style/index.mjs +15 -0
  178. package/es/src/business/ap-label/ApLabel.mjs +18 -17
  179. package/es/src/business/ap-label/style/index.d.ts +3 -0
  180. package/es/src/business/ap-label/style/index.mjs +49 -0
  181. package/es/src/business/ap-ladder/ApLadder.mjs +19 -18
  182. package/es/src/business/ap-ladder/style/index.d.ts +3 -0
  183. package/es/src/business/ap-ladder/style/index.mjs +167 -0
  184. package/es/src/business/ap-product-info/ApProductInfo.mjs +22 -21
  185. package/es/src/business/ap-product-info/style/index.d.ts +3 -0
  186. package/es/src/business/ap-product-info/style/index.mjs +91 -0
  187. package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +24 -23
  188. package/es/src/business/ap-radio-group/style/index.d.ts +6 -0
  189. package/es/src/business/ap-radio-group/style/index.mjs +35 -0
  190. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +49 -48
  191. package/es/src/business/ap-select-layout/style/index.d.ts +3 -0
  192. package/es/src/business/ap-select-layout/style/index.mjs +135 -0
  193. package/es/src/business/ap-size-input/ApSizeInput.d.ts +3 -3
  194. package/es/src/business/ap-size-input/ApSizeInput.mjs +21 -20
  195. package/es/src/business/ap-size-input/index.d.ts +9 -9
  196. package/es/src/business/ap-size-input/style/index.d.ts +3 -0
  197. package/es/src/business/ap-size-input/style/index.mjs +12 -0
  198. package/es/src/business/ap-status/ApStatus.vue2.mjs +19 -18
  199. package/es/src/business/ap-status/style/index.d.ts +3 -0
  200. package/es/src/business/ap-status/style/index.mjs +37 -0
  201. package/es/src/business/ap-summary/ap-summary.vue2.mjs +32 -31
  202. package/es/src/business/ap-summary/style/index.d.ts +3 -0
  203. package/es/src/business/ap-summary/style/index.mjs +25 -0
  204. package/es/src/business/ap-table-modal/style/index.d.ts +5 -0
  205. package/es/src/business/ap-table-modal/style/index.mjs +55 -0
  206. package/es/src/business/ap-table-modal/table-layout/index.vue2.mjs +2 -2
  207. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +42 -39
  208. package/es/src/business/ap-title/ApTitle.vue2.mjs +19 -18
  209. package/es/src/business/ap-title/style/index.d.ts +5 -0
  210. package/es/src/business/ap-title/style/index.mjs +75 -0
  211. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs +31 -30
  212. package/es/src/business/ap-upload-file/ap-upload-single/style/index.d.ts +5 -0
  213. package/es/src/business/ap-upload-file/ap-upload-single/style/index.mjs +121 -0
  214. package/es/src/business/ap-value-select-card/index.vue2.mjs +44 -43
  215. package/es/src/business/ap-value-select-card/style/index.d.ts +3 -0
  216. package/es/src/business/ap-value-select-card/style/index.mjs +137 -0
  217. package/es/src/business/ap-view/ap-view.vue2.mjs +80 -79
  218. package/es/src/business/ap-view/components/main-button-content.vue2.mjs +68 -66
  219. package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +44 -42
  220. package/es/src/business/ap-view/style/index.d.ts +5 -0
  221. package/es/src/business/ap-view/style/index.mjs +145 -0
  222. package/es/src/business/batch-input-group/index.vue.d.ts +2 -2
  223. package/es/src/business/batch-input-group/index.vue.mjs +60 -58
  224. package/es/src/business/batch-input-group/popover-input/index.vue.d.ts +1 -1
  225. package/es/src/business/batch-input-group/popover-input/index.vue2.mjs +34 -32
  226. package/es/src/business/batch-input-group/style/index.d.ts +3 -0
  227. package/es/src/business/batch-input-group/style/index.mjs +53 -0
  228. package/es/src/check-card/index.vue2.mjs +28 -27
  229. package/es/src/check-card/style/index.d.ts +15 -0
  230. package/es/src/check-card/style/index.mjs +105 -0
  231. package/es/src/config-provider/config-provider-props.d.ts +2 -1
  232. package/es/src/config-provider/config-provider.d.ts +4 -3
  233. package/es/src/config-provider/hooks/use-global-config.d.ts +2 -1
  234. package/es/src/config-provider/hooks/use-global-config.mjs +10 -8
  235. package/es/src/config-provider/hooks/use-namespace.d.ts +1 -1
  236. package/es/src/config-provider/hooks/use-namespace.mjs +17 -17
  237. package/es/src/config-provider/index.d.ts +7 -6
  238. package/es/src/design-token/constants.d.ts +6 -1
  239. package/es/src/design-token/constants.mjs +106 -3
  240. package/es/src/design-token/index.d.ts +1 -0
  241. package/es/src/design-token/index.mjs +3 -1
  242. package/es/src/design-token/interface.d.ts +27 -2
  243. package/es/src/editable-table/form-item.vue.mjs +62 -61
  244. package/es/src/editable-table/index.vue.mjs +53 -52
  245. package/es/src/editable-table/style/index.d.ts +8 -0
  246. package/es/src/editable-table/style/index.mjs +75 -0
  247. package/es/src/full-screen/index.vue.mjs +20 -18
  248. package/es/src/full-screen/style/index.d.ts +5 -0
  249. package/es/src/full-screen/style/index.mjs +17 -0
  250. package/es/src/index.mjs +198 -196
  251. package/es/src/mask/index.vue.mjs +47 -46
  252. package/es/src/mask/style/index.d.ts +16 -0
  253. package/es/src/mask/style/index.mjs +74 -0
  254. package/es/src/scroll-bar/internal.vue.mjs +25 -21
  255. package/es/src/scroll-bar/style/index.d.ts +27 -0
  256. package/es/src/scroll-bar/style/index.mjs +66 -0
  257. package/es/src/scroll-view/index.vue.mjs +66 -65
  258. package/es/src/scroll-view/style/index.d.ts +5 -0
  259. package/es/src/scroll-view/style/index.mjs +30 -0
  260. package/es/src/splitter/Splitter.vue2.mjs +58 -57
  261. package/es/src/splitter/style/index.d.ts +11 -0
  262. package/es/src/splitter/style/index.mjs +224 -0
  263. package/es/src/style/index.d.ts +5 -3
  264. package/es/src/style/index.mjs +39 -5
  265. package/es/src/style/reset.css +257 -0
  266. package/es/src/text/group.vue.mjs +18 -17
  267. package/es/src/text/index.vue.mjs +25 -24
  268. package/es/src/text/style/group.d.ts +5 -0
  269. package/es/src/text/style/group.mjs +23 -0
  270. package/es/src/text/style/index.d.ts +5 -0
  271. package/es/src/text/style/index.mjs +62 -0
  272. package/es/src/utils/config-provider-preset.d.ts +2 -2
  273. package/es/src/utils/cssinjs/index.mjs +32 -37
  274. package/es/src/utils/cssinjs/instance.d.ts +12 -0
  275. package/es/src/utils/cssinjs/instance.mjs +12 -0
  276. package/es/src/utils/cssinjs/plugin-specificity.d.ts +2 -0
  277. package/es/src/utils/cssinjs/plugin-specificity.mjs +13 -0
  278. package/es/src/version.d.ts +1 -1
  279. package/es/src/version.mjs +1 -1
  280. package/lib/index.d.ts +0 -2
  281. package/lib/index.js +1 -1
  282. package/lib/src/ag-grid/components/header-cell/index.vue2.js +1 -1
  283. package/lib/src/ag-grid/editable/form-item.vue.js +1 -1
  284. package/lib/src/ag-grid/editable/index.vue.js +1 -1
  285. package/lib/src/ag-grid/index.vue.js +1 -1
  286. package/lib/src/ag-grid/style/custom-header.d.ts +5 -0
  287. package/lib/src/ag-grid/style/custom-header.js +1 -0
  288. package/lib/src/ag-grid/style/editable.d.ts +5 -0
  289. package/lib/src/ag-grid/style/editable.js +1 -0
  290. package/lib/src/ag-grid/style/index.d.ts +5 -0
  291. package/lib/src/ag-grid/style/index.js +1 -0
  292. package/lib/src/ap-action/group/index.vue.d.ts +3 -3
  293. package/lib/src/ap-action/item-dropdown/index.vue.d.ts +2 -2
  294. package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
  295. package/lib/src/ap-action/style/dropdown-item.d.ts +5 -0
  296. package/lib/src/ap-action/style/dropdown-item.js +1 -0
  297. package/lib/src/ap-button/ap-button.vue.js +1 -1
  298. package/lib/src/ap-button/style/index.d.ts +3 -0
  299. package/lib/src/ap-button/style/index.js +1 -0
  300. package/lib/src/ap-descriptions/ap-descriptions.vue.js +1 -1
  301. package/lib/src/ap-descriptions/style/index.d.ts +3 -0
  302. package/lib/src/ap-descriptions/style/index.js +1 -0
  303. package/lib/src/ap-download/ap-download.vue.js +1 -1
  304. package/lib/src/ap-download/hooks/useStyle.js +1 -1
  305. package/lib/src/ap-download/style/index.d.ts +3 -0
  306. package/lib/src/ap-download/style/index.js +1 -0
  307. package/lib/src/ap-drawer/components/ApDrawerClose.vue2.js +1 -1
  308. package/lib/src/ap-drawer/style/index.d.ts +3 -1
  309. package/lib/src/ap-drawer/style/index.js +1 -0
  310. package/lib/src/ap-field/checkbox/index.vue.js +1 -1
  311. package/lib/src/ap-field/number/index.vue.d.ts +2 -2
  312. package/lib/src/ap-field/number/index.vue.js +1 -1
  313. package/lib/src/ap-field/radio/index.vue.js +1 -1
  314. package/lib/src/ap-field/slider/index.vue.d.ts +2 -2
  315. package/lib/src/ap-field/style/checkbox.d.ts +2 -0
  316. package/lib/src/ap-field/style/checkbox.js +1 -0
  317. package/lib/src/ap-field/style/index.d.ts +3 -0
  318. package/lib/src/ap-field/style/index.js +1 -0
  319. package/lib/src/ap-field/style/number.d.ts +2 -0
  320. package/lib/src/ap-field/style/number.js +1 -0
  321. package/lib/src/ap-field/style/radio.d.ts +2 -0
  322. package/lib/src/ap-field/style/radio.js +1 -0
  323. package/lib/src/ap-field/style/textarea.d.ts +2 -0
  324. package/lib/src/ap-field/style/textarea.js +1 -0
  325. package/lib/src/ap-field/text-area/index.vue.js +1 -1
  326. package/lib/src/ap-form/drawer-form/index.vue.js +1 -1
  327. package/lib/src/ap-form/item/index.vue.js +1 -1
  328. package/lib/src/ap-form/item-group/index.vue.js +1 -1
  329. package/lib/src/ap-form/items/number/index.vue.d.ts +16 -16
  330. package/lib/src/ap-form/items/select/index.vue.d.ts +4 -4
  331. package/lib/src/ap-form/items/text/group.vue2.js +1 -1
  332. package/lib/src/ap-form/items/text/index.vue.d.ts +4 -4
  333. package/lib/src/ap-form/items/text/password.vue.d.ts +4 -4
  334. package/lib/src/ap-form/items/tree-select/index.vue.d.ts +4 -4
  335. package/lib/src/ap-form/modal-form/index.vue.js +1 -1
  336. package/lib/src/ap-form/search-form/components/popover-filter.vue.d.ts +1 -1
  337. package/lib/src/ap-form/search-form/components/popover-filter.vue2.js +1 -1
  338. package/lib/src/ap-form/search-form/components/popover-sorter/index.vue2.js +1 -1
  339. package/lib/src/ap-form/search-form/index.vue.js +1 -1
  340. package/lib/src/ap-form/style/drawer-form.d.ts +5 -0
  341. package/lib/src/ap-form/style/drawer-form.js +1 -0
  342. package/lib/src/ap-form/style/item-group.d.ts +5 -0
  343. package/lib/src/ap-form/style/item-group.js +1 -0
  344. package/lib/src/ap-form/style/item-text-group.d.ts +5 -0
  345. package/lib/src/ap-form/style/item-text-group.js +1 -0
  346. package/lib/src/ap-form/style/item.d.ts +6 -0
  347. package/lib/src/ap-form/style/item.js +1 -0
  348. package/lib/src/ap-form/style/modal-form.d.ts +5 -0
  349. package/lib/src/ap-form/style/modal-form.js +1 -0
  350. package/lib/src/ap-form/style/search-form-sorter.d.ts +5 -0
  351. package/lib/src/ap-form/style/search-form-sorter.js +1 -0
  352. package/lib/src/ap-form/style/search-form.d.ts +6 -0
  353. package/lib/src/ap-form/style/search-form.js +1 -0
  354. package/lib/src/ap-form/style/token.d.ts +3 -0
  355. package/lib/src/ap-grid/editable/form-item.vue.js +1 -1
  356. package/lib/src/ap-grid/editable/index.vue.js +1 -1
  357. package/lib/src/ap-grid/index.vue.js +1 -1
  358. package/lib/src/ap-grid/style/editable.d.ts +5 -0
  359. package/lib/src/ap-grid/style/editable.js +1 -0
  360. package/lib/src/ap-grid/style/font.d.ts +2 -0
  361. package/lib/src/ap-grid/style/font.js +7 -0
  362. package/lib/src/ap-grid/style/index.d.ts +5 -0
  363. package/lib/src/ap-grid/style/index.js +1 -0
  364. package/lib/src/ap-grid/utils/col.js +1 -1
  365. package/lib/src/ap-list/index.vue.js +1 -1
  366. package/lib/src/ap-list/style/index.d.ts +8 -0
  367. package/lib/src/ap-list/style/index.js +1 -0
  368. package/lib/src/ap-pro-card/components/card/index.vue2.js +1 -1
  369. package/lib/src/ap-pro-card/components/divider/index.vue2.js +1 -1
  370. package/lib/src/ap-pro-card/components/operation/index.vue2.js +1 -1
  371. package/lib/src/ap-pro-card/components/statistic/index.vue.d.ts +6 -6
  372. package/lib/src/ap-pro-card/components/statistic/index.vue2.js +1 -1
  373. package/lib/src/ap-pro-card/components/statistic-card/index.vue2.js +1 -1
  374. package/lib/src/ap-pro-card/components/title/index.vue2.js +1 -1
  375. package/lib/src/ap-pro-card/style/divider.d.ts +6 -0
  376. package/lib/src/ap-pro-card/style/divider.js +1 -0
  377. package/lib/src/ap-pro-card/style/index.d.ts +6 -0
  378. package/lib/src/ap-pro-card/style/index.js +1 -0
  379. package/lib/src/ap-pro-card/style/operation.d.ts +5 -0
  380. package/lib/src/ap-pro-card/style/operation.js +1 -0
  381. package/lib/src/ap-pro-card/style/statistic.d.ts +6 -0
  382. package/lib/src/ap-pro-card/style/statistic.js +1 -0
  383. package/lib/src/ap-pro-card/style/statistics-card.d.ts +3 -0
  384. package/lib/src/ap-pro-card/style/statistics-card.js +1 -0
  385. package/lib/src/ap-pro-card/style/title.d.ts +5 -0
  386. package/lib/src/ap-pro-card/style/title.js +1 -0
  387. package/lib/src/ap-pro-card/style/token.d.ts +23 -0
  388. package/lib/src/ap-pro-card/style/token.js +1 -0
  389. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  390. package/lib/src/ap-table/components/index/index.vue2.js +1 -1
  391. package/lib/src/ap-table/components/paragraph-ellipsis/index.vue2.js +1 -1
  392. package/lib/src/ap-table/components/setting/modal/index.vue2.js +1 -1
  393. package/lib/src/ap-table/components/setting/select-group/index.vue2.js +1 -1
  394. package/lib/src/ap-table/components/setting/sortable/index.vue2.js +1 -1
  395. package/lib/src/ap-table/components/setting/sortable/item.vue2.js +1 -1
  396. package/lib/src/ap-table/components/setting/sorter/index.vue2.js +1 -1
  397. package/lib/src/ap-table/constants.d.ts +18 -18
  398. package/lib/src/ap-table/style/ellipsis.d.ts +5 -0
  399. package/lib/src/ap-table/style/ellipsis.js +1 -0
  400. package/lib/src/ap-table/style/index-comp.d.ts +5 -0
  401. package/lib/src/ap-table/style/index-comp.js +1 -0
  402. package/lib/src/ap-table/style/index.d.ts +9 -0
  403. package/lib/src/ap-table/style/index.js +1 -0
  404. package/lib/src/ap-table/style/setting.d.ts +9 -0
  405. package/lib/src/ap-table/style/setting.js +1 -0
  406. package/lib/src/ap-tag/ap-tag-group.vue.js +1 -1
  407. package/lib/src/ap-tag/ap-tag.vue.js +1 -1
  408. package/lib/src/ap-tag/style/group.d.ts +5 -0
  409. package/lib/src/ap-tag/style/group.js +1 -0
  410. package/lib/src/ap-tag/style/index.d.ts +5 -0
  411. package/lib/src/ap-tag/style/index.js +1 -0
  412. package/lib/src/ap-upload/apUpload.vue.js +1 -1
  413. package/lib/src/ap-upload/components/MultipleFile.vue2.js +1 -1
  414. package/lib/src/ap-upload/components/Picture.vue2.js +1 -1
  415. package/lib/src/ap-upload/components/SingleFile.vue2.js +1 -1
  416. package/lib/src/ap-upload/style/index.d.ts +3 -0
  417. package/lib/src/ap-upload/style/index.js +1 -0
  418. package/lib/src/ap-upload/style/multiple-file.d.ts +2 -0
  419. package/lib/src/ap-upload/style/multiple-file.js +1 -0
  420. package/lib/src/ap-upload/style/picture.d.ts +2 -0
  421. package/lib/src/ap-upload/style/picture.js +1 -0
  422. package/lib/src/ap-upload/style/single-file.d.ts +2 -0
  423. package/lib/src/ap-upload/style/single-file.js +1 -0
  424. package/lib/src/business/ag-grid-modal/modal-layout/index.vue2.js +1 -1
  425. package/lib/src/business/ag-grid-modal/selected-items/default.vue2.js +1 -1
  426. package/lib/src/business/ag-grid-modal/style/index.d.ts +3 -0
  427. package/lib/src/business/ag-grid-modal/style/index.js +1 -0
  428. package/lib/src/business/ag-grid-modal/style/selected-items.d.ts +3 -0
  429. package/lib/src/business/ag-grid-modal/style/selected-items.js +1 -0
  430. package/lib/src/business/ap-appendix/ap-appendix.vue2.js +1 -1
  431. package/lib/src/business/ap-appendix/style/index.d.ts +5 -0
  432. package/lib/src/business/ap-appendix/style/index.js +1 -0
  433. package/lib/src/business/ap-attachment/ApAttachment.js +1 -1
  434. package/lib/src/business/ap-attachment/style/index.d.ts +3 -0
  435. package/lib/src/business/ap-attachment/style/index.js +1 -0
  436. package/lib/src/business/ap-batch-action/ApBatchAction.vue2.js +1 -1
  437. package/lib/src/business/ap-batch-action/style/index.d.ts +5 -0
  438. package/lib/src/business/ap-batch-action/style/index.js +1 -0
  439. package/lib/src/business/ap-card/ApCard.vue2.js +1 -1
  440. package/lib/src/business/ap-card/style/index.d.ts +5 -0
  441. package/lib/src/business/ap-card/style/index.js +1 -0
  442. package/lib/src/business/ap-copy/ApCopy.js +1 -1
  443. package/lib/src/business/ap-copy/style/index.d.ts +3 -0
  444. package/lib/src/business/ap-copy/style/index.js +1 -0
  445. package/lib/src/business/ap-draggable-grid/ApDraggableGrid.vue2.js +1 -1
  446. package/lib/src/business/ap-draggable-grid/style/index.d.ts +3 -0
  447. package/lib/src/business/ap-draggable-grid/style/index.js +1 -0
  448. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
  449. package/lib/src/business/ap-expand-alert/style/index.d.ts +3 -0
  450. package/lib/src/business/ap-expand-alert/style/index.js +1 -0
  451. package/lib/src/business/ap-image/ApImage.vue2.js +1 -1
  452. package/lib/src/business/ap-image/style/index.d.ts +5 -0
  453. package/lib/src/business/ap-image/style/index.js +1 -0
  454. package/lib/src/business/ap-input-radio/ApInputRadio.vue2.js +1 -1
  455. package/lib/src/business/ap-input-radio/style/index.d.ts +3 -0
  456. package/lib/src/business/ap-input-radio/style/index.js +1 -0
  457. package/lib/src/business/ap-label/ApLabel.js +1 -1
  458. package/lib/src/business/ap-label/style/index.d.ts +3 -0
  459. package/lib/src/business/ap-label/style/index.js +1 -0
  460. package/lib/src/business/ap-ladder/ApLadder.js +1 -1
  461. package/lib/src/business/ap-ladder/style/index.d.ts +3 -0
  462. package/lib/src/business/ap-ladder/style/index.js +1 -0
  463. package/lib/src/business/ap-product-info/ApProductInfo.js +1 -1
  464. package/lib/src/business/ap-product-info/style/index.d.ts +3 -0
  465. package/lib/src/business/ap-product-info/style/index.js +1 -0
  466. package/lib/src/business/ap-radio-group/ap-radio-group.vue2.js +1 -1
  467. package/lib/src/business/ap-radio-group/style/index.d.ts +6 -0
  468. package/lib/src/business/ap-radio-group/style/index.js +1 -0
  469. package/lib/src/business/ap-select-layout/select-layout.vue2.js +1 -1
  470. package/lib/src/business/ap-select-layout/style/index.d.ts +3 -0
  471. package/lib/src/business/ap-select-layout/style/index.js +1 -0
  472. package/lib/src/business/ap-size-input/ApSizeInput.d.ts +3 -3
  473. package/lib/src/business/ap-size-input/ApSizeInput.js +1 -1
  474. package/lib/src/business/ap-size-input/index.d.ts +9 -9
  475. package/lib/src/business/ap-size-input/style/index.d.ts +3 -0
  476. package/lib/src/business/ap-size-input/style/index.js +1 -0
  477. package/lib/src/business/ap-status/ApStatus.vue2.js +1 -1
  478. package/lib/src/business/ap-status/style/index.d.ts +3 -0
  479. package/lib/src/business/ap-status/style/index.js +7 -0
  480. package/lib/src/business/ap-summary/ap-summary.vue2.js +1 -1
  481. package/lib/src/business/ap-summary/style/index.d.ts +3 -0
  482. package/lib/src/business/ap-summary/style/index.js +1 -0
  483. package/lib/src/business/ap-table-modal/style/index.d.ts +5 -0
  484. package/lib/src/business/ap-table-modal/style/index.js +1 -0
  485. package/lib/src/business/ap-table-modal/table-layout/index.vue2.js +1 -1
  486. package/lib/src/business/ap-table-modal/table-modal.vue2.js +1 -1
  487. package/lib/src/business/ap-title/ApTitle.vue2.js +1 -1
  488. package/lib/src/business/ap-title/style/index.d.ts +5 -0
  489. package/lib/src/business/ap-title/style/index.js +1 -0
  490. package/lib/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.js +1 -1
  491. package/lib/src/business/ap-upload-file/ap-upload-single/style/index.d.ts +5 -0
  492. package/lib/src/business/ap-upload-file/ap-upload-single/style/index.js +1 -0
  493. package/lib/src/business/ap-value-select-card/index.vue2.js +1 -1
  494. package/lib/src/business/ap-value-select-card/style/index.d.ts +3 -0
  495. package/lib/src/business/ap-value-select-card/style/index.js +1 -0
  496. package/lib/src/business/ap-view/ap-view.vue2.js +1 -1
  497. package/lib/src/business/ap-view/components/main-button-content.vue2.js +1 -1
  498. package/lib/src/business/ap-view/components/menu-list-content.vue2.js +1 -1
  499. package/lib/src/business/ap-view/style/index.d.ts +5 -0
  500. package/lib/src/business/ap-view/style/index.js +1 -0
  501. package/lib/src/business/batch-input-group/index.vue.d.ts +2 -2
  502. package/lib/src/business/batch-input-group/index.vue.js +2 -2
  503. package/lib/src/business/batch-input-group/popover-input/index.vue.d.ts +1 -1
  504. package/lib/src/business/batch-input-group/popover-input/index.vue2.js +2 -2
  505. package/lib/src/business/batch-input-group/style/index.d.ts +3 -0
  506. package/lib/src/business/batch-input-group/style/index.js +1 -0
  507. package/lib/src/check-card/index.vue2.js +1 -1
  508. package/lib/src/check-card/style/index.d.ts +15 -0
  509. package/lib/src/check-card/style/index.js +1 -0
  510. package/lib/src/config-provider/config-provider-props.d.ts +2 -1
  511. package/lib/src/config-provider/config-provider.d.ts +4 -3
  512. package/lib/src/config-provider/hooks/use-global-config.d.ts +2 -1
  513. package/lib/src/config-provider/hooks/use-global-config.js +1 -1
  514. package/lib/src/config-provider/hooks/use-namespace.d.ts +1 -1
  515. package/lib/src/config-provider/hooks/use-namespace.js +1 -1
  516. package/lib/src/config-provider/index.d.ts +7 -6
  517. package/lib/src/design-token/constants.d.ts +6 -1
  518. package/lib/src/design-token/constants.js +1 -1
  519. package/lib/src/design-token/index.d.ts +1 -0
  520. package/lib/src/design-token/index.js +1 -1
  521. package/lib/src/design-token/interface.d.ts +27 -2
  522. package/lib/src/editable-table/form-item.vue.js +1 -1
  523. package/lib/src/editable-table/index.vue.js +1 -1
  524. package/lib/src/editable-table/style/index.d.ts +8 -0
  525. package/lib/src/editable-table/style/index.js +1 -0
  526. package/lib/src/full-screen/index.vue.js +1 -1
  527. package/lib/src/full-screen/style/index.d.ts +5 -0
  528. package/lib/src/full-screen/style/index.js +1 -0
  529. package/lib/src/index.js +1 -1
  530. package/lib/src/mask/index.vue.js +1 -1
  531. package/lib/src/mask/style/index.d.ts +16 -0
  532. package/lib/src/mask/style/index.js +17 -0
  533. package/lib/src/scroll-bar/internal.vue.js +1 -1
  534. package/lib/src/scroll-bar/style/index.d.ts +27 -0
  535. package/lib/src/scroll-bar/style/index.js +1 -0
  536. package/lib/src/scroll-view/index.vue.js +1 -1
  537. package/lib/src/scroll-view/style/index.d.ts +5 -0
  538. package/lib/src/scroll-view/style/index.js +1 -0
  539. package/lib/src/splitter/Splitter.vue2.js +1 -1
  540. package/lib/src/splitter/style/index.d.ts +11 -0
  541. package/lib/src/splitter/style/index.js +1 -0
  542. package/lib/src/style/index.d.ts +5 -3
  543. package/lib/src/style/index.js +1 -1
  544. package/lib/src/style/reset.css +257 -0
  545. package/lib/src/text/group.vue.js +1 -1
  546. package/lib/src/text/index.vue.js +1 -1
  547. package/lib/src/text/style/group.d.ts +5 -0
  548. package/lib/src/text/style/group.js +1 -0
  549. package/lib/src/text/style/index.d.ts +5 -0
  550. package/lib/src/text/style/index.js +1 -0
  551. package/lib/src/utils/config-provider-preset.d.ts +2 -2
  552. package/lib/src/utils/cssinjs/index.js +1 -1
  553. package/lib/src/utils/cssinjs/instance.d.ts +12 -0
  554. package/lib/src/utils/cssinjs/instance.js +1 -0
  555. package/lib/src/utils/cssinjs/plugin-specificity.d.ts +2 -0
  556. package/lib/src/utils/cssinjs/plugin-specificity.js +1 -0
  557. package/lib/src/version.d.ts +1 -1
  558. package/lib/src/version.js +1 -1
  559. package/package.json +4 -5
  560. package/es/src/ag-grid/editable/style/css.d.ts +0 -0
  561. package/es/src/ag-grid/editable/style/css.js +0 -1
  562. package/es/src/ag-grid/editable/style/index.d.ts +0 -0
  563. package/es/src/ag-grid/editable/style/index.js +0 -1
  564. package/es/src/ag-grid/style/css.d.ts +0 -0
  565. package/es/src/ag-grid/style/css.js +0 -1
  566. package/es/src/ag-grid/style/index.js +0 -1
  567. package/es/src/ap-action/group/style/css.d.ts +0 -1
  568. package/es/src/ap-action/group/style/css.js +0 -1
  569. package/es/src/ap-action/group/style/index.d.ts +0 -1
  570. package/es/src/ap-action/group/style/index.js +0 -1
  571. package/es/src/ap-action/item/style/css.d.ts +0 -0
  572. package/es/src/ap-action/item/style/css.js +0 -2
  573. package/es/src/ap-action/item/style/index.d.ts +0 -0
  574. package/es/src/ap-action/item/style/index.js +0 -2
  575. package/es/src/ap-action/item-dropdown/style/css.d.ts +0 -0
  576. package/es/src/ap-action/item-dropdown/style/css.js +0 -2
  577. package/es/src/ap-action/item-dropdown/style/index.d.ts +0 -0
  578. package/es/src/ap-action/item-dropdown/style/index.js +0 -2
  579. package/es/src/ap-action/item-modal/style/css.d.ts +0 -0
  580. package/es/src/ap-action/item-modal/style/css.js +0 -1
  581. package/es/src/ap-action/item-modal/style/index.d.ts +0 -0
  582. package/es/src/ap-action/item-modal/style/index.js +0 -1
  583. package/es/src/ap-action/item-popconfirm/style/css.d.ts +0 -0
  584. package/es/src/ap-action/item-popconfirm/style/css.js +0 -1
  585. package/es/src/ap-action/item-popconfirm/style/index.d.ts +0 -0
  586. package/es/src/ap-action/item-popconfirm/style/index.js +0 -1
  587. package/es/src/ap-action/style/index.js +0 -61
  588. package/es/src/ap-action-button/style/css.d.ts +0 -0
  589. package/es/src/ap-action-button/style/css.js +0 -1
  590. package/es/src/ap-action-button/style/index.d.ts +0 -0
  591. package/es/src/ap-action-button/style/index.js +0 -1
  592. package/es/src/ap-button/style/css.d.ts +0 -0
  593. package/es/src/ap-button/style/css.js +0 -1
  594. package/es/src/ap-button/style/index.js +0 -1
  595. package/es/src/ap-descriptions/style/css.d.ts +0 -0
  596. package/es/src/ap-descriptions/style/css.js +0 -1
  597. package/es/src/ap-descriptions/style/index.js +0 -1
  598. package/es/src/ap-download/style/css.d.ts +0 -0
  599. package/es/src/ap-download/style/css.js +0 -1
  600. package/es/src/ap-download/style/index.js +0 -1
  601. package/es/src/ap-drawer/style/css.d.ts +0 -1
  602. package/es/src/ap-drawer/style/css.js +0 -1
  603. package/es/src/ap-drawer/style/index.js +0 -1
  604. package/es/src/ap-field/checkbox/style/css.d.ts +0 -0
  605. package/es/src/ap-field/checkbox/style/css.js +0 -1
  606. package/es/src/ap-field/checkbox/style/index.d.ts +0 -0
  607. package/es/src/ap-field/checkbox/style/index.js +0 -1
  608. package/es/src/ap-field/date/style/css.d.ts +0 -1
  609. package/es/src/ap-field/date/style/css.js +0 -1
  610. package/es/src/ap-field/date/style/index.d.ts +0 -1
  611. package/es/src/ap-field/date/style/index.js +0 -1
  612. package/es/src/ap-field/date-range/style/css.d.ts +0 -1
  613. package/es/src/ap-field/date-range/style/css.js +0 -1
  614. package/es/src/ap-field/date-range/style/index.d.ts +0 -1
  615. package/es/src/ap-field/date-range/style/index.js +0 -1
  616. package/es/src/ap-field/number/style/css.d.ts +0 -0
  617. package/es/src/ap-field/number/style/css.js +0 -1
  618. package/es/src/ap-field/number/style/index.d.ts +0 -0
  619. package/es/src/ap-field/number/style/index.js +0 -1
  620. package/es/src/ap-field/password/style/css.d.ts +0 -1
  621. package/es/src/ap-field/password/style/css.js +0 -1
  622. package/es/src/ap-field/password/style/index.d.ts +0 -1
  623. package/es/src/ap-field/password/style/index.js +0 -1
  624. package/es/src/ap-field/radio/style/css.d.ts +0 -0
  625. package/es/src/ap-field/radio/style/css.js +0 -1
  626. package/es/src/ap-field/radio/style/index.d.ts +0 -0
  627. package/es/src/ap-field/radio/style/index.js +0 -1
  628. package/es/src/ap-field/rate/style/css.d.ts +0 -1
  629. package/es/src/ap-field/rate/style/css.js +0 -1
  630. package/es/src/ap-field/rate/style/index.d.ts +0 -1
  631. package/es/src/ap-field/rate/style/index.js +0 -1
  632. package/es/src/ap-field/segmented/style/css.d.ts +0 -1
  633. package/es/src/ap-field/segmented/style/css.js +0 -1
  634. package/es/src/ap-field/segmented/style/index.d.ts +0 -1
  635. package/es/src/ap-field/segmented/style/index.js +0 -1
  636. package/es/src/ap-field/select/style/css.d.ts +0 -1
  637. package/es/src/ap-field/select/style/css.js +0 -1
  638. package/es/src/ap-field/select/style/index.d.ts +0 -1
  639. package/es/src/ap-field/select/style/index.js +0 -1
  640. package/es/src/ap-field/slider/style/css.d.ts +0 -1
  641. package/es/src/ap-field/slider/style/css.js +0 -1
  642. package/es/src/ap-field/slider/style/index.d.ts +0 -1
  643. package/es/src/ap-field/slider/style/index.js +0 -1
  644. package/es/src/ap-field/style/css.d.ts +0 -0
  645. package/es/src/ap-field/style/css.js +0 -1
  646. package/es/src/ap-field/style/index.js +0 -1
  647. package/es/src/ap-field/switch/style/css.d.ts +0 -1
  648. package/es/src/ap-field/switch/style/css.js +0 -1
  649. package/es/src/ap-field/switch/style/index.d.ts +0 -1
  650. package/es/src/ap-field/switch/style/index.js +0 -1
  651. package/es/src/ap-field/text/style/css.d.ts +0 -1
  652. package/es/src/ap-field/text/style/css.js +0 -1
  653. package/es/src/ap-field/text/style/index.d.ts +0 -1
  654. package/es/src/ap-field/text/style/index.js +0 -1
  655. package/es/src/ap-field/text-area/style/css.d.ts +0 -0
  656. package/es/src/ap-field/text-area/style/css.js +0 -1
  657. package/es/src/ap-field/text-area/style/index.d.ts +0 -0
  658. package/es/src/ap-field/text-area/style/index.js +0 -1
  659. package/es/src/ap-field/tree-select/style/css.d.ts +0 -1
  660. package/es/src/ap-field/tree-select/style/css.js +0 -1
  661. package/es/src/ap-field/tree-select/style/index.d.ts +0 -1
  662. package/es/src/ap-field/tree-select/style/index.js +0 -1
  663. package/es/src/ap-form/dependency/style/css.d.ts +0 -1
  664. package/es/src/ap-form/dependency/style/css.js +0 -1
  665. package/es/src/ap-form/dependency/style/index.d.ts +0 -1
  666. package/es/src/ap-form/dependency/style/index.js +0 -1
  667. package/es/src/ap-form/drawer-form/style/css.d.ts +0 -0
  668. package/es/src/ap-form/drawer-form/style/css.js +0 -1
  669. package/es/src/ap-form/drawer-form/style/index.d.ts +0 -0
  670. package/es/src/ap-form/drawer-form/style/index.js +0 -1
  671. package/es/src/ap-form/item/style/css.d.ts +0 -0
  672. package/es/src/ap-form/item/style/css.js +0 -1
  673. package/es/src/ap-form/item/style/index.d.ts +0 -0
  674. package/es/src/ap-form/item/style/index.js +0 -1
  675. package/es/src/ap-form/item-checkbox/style/css.d.ts +0 -0
  676. package/es/src/ap-form/item-checkbox/style/css.js +0 -1
  677. package/es/src/ap-form/item-checkbox/style/index.d.ts +0 -0
  678. package/es/src/ap-form/item-checkbox/style/index.js +0 -1
  679. package/es/src/ap-form/item-date/style/css.d.ts +0 -1
  680. package/es/src/ap-form/item-date/style/css.js +0 -1
  681. package/es/src/ap-form/item-date/style/index.d.ts +0 -1
  682. package/es/src/ap-form/item-date/style/index.js +0 -1
  683. package/es/src/ap-form/item-date-range/style/css.d.ts +0 -1
  684. package/es/src/ap-form/item-date-range/style/css.js +0 -1
  685. package/es/src/ap-form/item-date-range/style/index.d.ts +0 -1
  686. package/es/src/ap-form/item-date-range/style/index.js +0 -1
  687. package/es/src/ap-form/item-group/style/css.d.ts +0 -0
  688. package/es/src/ap-form/item-group/style/css.js +0 -1
  689. package/es/src/ap-form/item-group/style/index.d.ts +0 -0
  690. package/es/src/ap-form/item-group/style/index.js +0 -1
  691. package/es/src/ap-form/item-number/style/css.d.ts +0 -0
  692. package/es/src/ap-form/item-number/style/css.js +0 -1
  693. package/es/src/ap-form/item-number/style/index.d.ts +0 -0
  694. package/es/src/ap-form/item-number/style/index.js +0 -1
  695. package/es/src/ap-form/item-radio/style/css.d.ts +0 -0
  696. package/es/src/ap-form/item-radio/style/css.js +0 -1
  697. package/es/src/ap-form/item-radio/style/index.d.ts +0 -0
  698. package/es/src/ap-form/item-radio/style/index.js +0 -1
  699. package/es/src/ap-form/item-select/style/css.d.ts +0 -1
  700. package/es/src/ap-form/item-select/style/css.js +0 -1
  701. package/es/src/ap-form/item-select/style/index.d.ts +0 -1
  702. package/es/src/ap-form/item-select/style/index.js +0 -1
  703. package/es/src/ap-form/item-switch/style/css.d.ts +0 -1
  704. package/es/src/ap-form/item-switch/style/css.js +0 -1
  705. package/es/src/ap-form/item-switch/style/index.d.ts +0 -1
  706. package/es/src/ap-form/item-switch/style/index.js +0 -1
  707. package/es/src/ap-form/item-text/style/css.d.ts +0 -0
  708. package/es/src/ap-form/item-text/style/css.js +0 -1
  709. package/es/src/ap-form/item-text/style/index.d.ts +0 -0
  710. package/es/src/ap-form/item-text/style/index.js +0 -1
  711. package/es/src/ap-form/item-text-area/style/css.d.ts +0 -0
  712. package/es/src/ap-form/item-text-area/style/css.js +0 -1
  713. package/es/src/ap-form/item-text-area/style/index.d.ts +0 -0
  714. package/es/src/ap-form/item-text-area/style/index.js +0 -1
  715. package/es/src/ap-form/item-text-group/style/css.d.ts +0 -0
  716. package/es/src/ap-form/item-text-group/style/css.js +0 -1
  717. package/es/src/ap-form/item-text-group/style/index.d.ts +0 -0
  718. package/es/src/ap-form/item-text-group/style/index.js +0 -1
  719. package/es/src/ap-form/item-text-password/style/css.d.ts +0 -1
  720. package/es/src/ap-form/item-text-password/style/css.js +0 -1
  721. package/es/src/ap-form/item-text-password/style/index.d.ts +0 -1
  722. package/es/src/ap-form/item-text-password/style/index.js +0 -1
  723. package/es/src/ap-form/item-tree-select/style/css.d.ts +0 -1
  724. package/es/src/ap-form/item-tree-select/style/css.js +0 -1
  725. package/es/src/ap-form/item-tree-select/style/index.d.ts +0 -1
  726. package/es/src/ap-form/item-tree-select/style/index.js +0 -1
  727. package/es/src/ap-form/list/style/css.d.ts +0 -1
  728. package/es/src/ap-form/list/style/css.js +0 -1
  729. package/es/src/ap-form/list/style/index.d.ts +0 -1
  730. package/es/src/ap-form/list/style/index.js +0 -1
  731. package/es/src/ap-form/modal-form/style/css.d.ts +0 -0
  732. package/es/src/ap-form/modal-form/style/css.js +0 -1
  733. package/es/src/ap-form/modal-form/style/index.d.ts +0 -0
  734. package/es/src/ap-form/modal-form/style/index.js +0 -1
  735. package/es/src/ap-form/render/style/css.d.ts +0 -1
  736. package/es/src/ap-form/render/style/css.js +0 -1
  737. package/es/src/ap-form/render/style/index.d.ts +0 -1
  738. package/es/src/ap-form/render/style/index.js +0 -1
  739. package/es/src/ap-form/search-form/style/css.d.ts +0 -0
  740. package/es/src/ap-form/search-form/style/css.js +0 -1
  741. package/es/src/ap-form/search-form/style/index.d.ts +0 -0
  742. package/es/src/ap-form/search-form/style/index.js +0 -1
  743. package/es/src/ap-form/set/style/css.d.ts +0 -1
  744. package/es/src/ap-form/set/style/css.js +0 -1
  745. package/es/src/ap-form/set/style/index.d.ts +0 -1
  746. package/es/src/ap-form/set/style/index.js +0 -1
  747. package/es/src/ap-form/style/css.d.ts +0 -0
  748. package/es/src/ap-form/style/css.js +0 -1
  749. package/es/src/ap-form/style/index.d.ts +0 -0
  750. package/es/src/ap-form/style/index.js +0 -1
  751. package/es/src/ap-grid/editable/style/css.d.ts +0 -0
  752. package/es/src/ap-grid/editable/style/css.js +0 -2
  753. package/es/src/ap-grid/editable/style/index.d.ts +0 -0
  754. package/es/src/ap-grid/editable/style/index.js +0 -2
  755. package/es/src/ap-grid/style/css.d.ts +0 -0
  756. package/es/src/ap-grid/style/css.js +0 -1
  757. package/es/src/ap-grid/style/index.js +0 -1
  758. package/es/src/ap-list/style/css.d.ts +0 -0
  759. package/es/src/ap-list/style/css.js +0 -1
  760. package/es/src/ap-list/style/index.js +0 -1
  761. package/es/src/ap-modal/style/css.d.ts +0 -1
  762. package/es/src/ap-modal/style/css.js +0 -1
  763. package/es/src/ap-modal/style/index.d.ts +0 -1
  764. package/es/src/ap-modal/style/index.js +0 -1
  765. package/es/src/ap-pro-card/style/css.d.ts +0 -0
  766. package/es/src/ap-pro-card/style/css.js +0 -1
  767. package/es/src/ap-pro-card/style/index.js +0 -1
  768. package/es/src/ap-table/style/css.d.ts +0 -0
  769. package/es/src/ap-table/style/css.js +0 -1
  770. package/es/src/ap-table/style/index.js +0 -1
  771. package/es/src/ap-tag/group/style/css.d.ts +0 -0
  772. package/es/src/ap-tag/group/style/css.js +0 -2
  773. package/es/src/ap-tag/group/style/index.d.ts +0 -0
  774. package/es/src/ap-tag/group/style/index.js +0 -2
  775. package/es/src/ap-tag/style/css.d.ts +0 -0
  776. package/es/src/ap-tag/style/css.js +0 -1
  777. package/es/src/ap-tag/style/index.js +0 -1
  778. package/es/src/ap-upload/style/css.d.ts +0 -0
  779. package/es/src/ap-upload/style/css.js +0 -1
  780. package/es/src/ap-upload/style/index.js +0 -1
  781. package/es/src/business/ag-grid-modal/selected-items/style/css.d.ts +0 -0
  782. package/es/src/business/ag-grid-modal/selected-items/style/css.js +0 -1
  783. package/es/src/business/ag-grid-modal/selected-items/style/index.d.ts +0 -0
  784. package/es/src/business/ag-grid-modal/selected-items/style/index.js +0 -1
  785. package/es/src/business/ag-grid-modal/style/css.d.ts +0 -0
  786. package/es/src/business/ag-grid-modal/style/css.js +0 -1
  787. package/es/src/business/ag-grid-modal/style/index.js +0 -1
  788. package/es/src/business/ap-appendix/style/css.d.ts +0 -0
  789. package/es/src/business/ap-appendix/style/css.js +0 -1
  790. package/es/src/business/ap-appendix/style/index.js +0 -1
  791. package/es/src/business/ap-attachment/style/css.d.ts +0 -0
  792. package/es/src/business/ap-attachment/style/css.js +0 -1
  793. package/es/src/business/ap-attachment/style/index.js +0 -1
  794. package/es/src/business/ap-batch-action/style/css.d.ts +0 -0
  795. package/es/src/business/ap-batch-action/style/css.js +0 -1
  796. package/es/src/business/ap-batch-action/style/index.js +0 -1
  797. package/es/src/business/ap-batch-action-group/style/css.d.ts +0 -0
  798. package/es/src/business/ap-batch-action-group/style/css.js +0 -1
  799. package/es/src/business/ap-batch-action-group/style/index.d.ts +0 -0
  800. package/es/src/business/ap-batch-action-group/style/index.js +0 -1
  801. package/es/src/business/ap-button-group/style/css.d.ts +0 -0
  802. package/es/src/business/ap-button-group/style/css.js +0 -1
  803. package/es/src/business/ap-button-group/style/index.d.ts +0 -0
  804. package/es/src/business/ap-button-group/style/index.js +0 -1
  805. package/es/src/business/ap-card/style/css.d.ts +0 -0
  806. package/es/src/business/ap-card/style/css.js +0 -2
  807. package/es/src/business/ap-card/style/index.js +0 -2
  808. package/es/src/business/ap-copy/style/css.d.ts +0 -0
  809. package/es/src/business/ap-copy/style/css.js +0 -1
  810. package/es/src/business/ap-copy/style/index.js +0 -1
  811. package/es/src/business/ap-draggable-grid/style/css.d.ts +0 -0
  812. package/es/src/business/ap-draggable-grid/style/css.js +0 -1
  813. package/es/src/business/ap-draggable-grid/style/index.js +0 -1
  814. package/es/src/business/ap-expand-alert/style/css.d.ts +0 -0
  815. package/es/src/business/ap-expand-alert/style/css.js +0 -2
  816. package/es/src/business/ap-expand-alert/style/index.js +0 -2
  817. package/es/src/business/ap-export-group/style/css.d.ts +0 -1
  818. package/es/src/business/ap-export-group/style/css.js +0 -1
  819. package/es/src/business/ap-export-group/style/index.d.ts +0 -1
  820. package/es/src/business/ap-export-group/style/index.js +0 -1
  821. package/es/src/business/ap-image/style/css.d.ts +0 -0
  822. package/es/src/business/ap-image/style/css.js +0 -1
  823. package/es/src/business/ap-image/style/index.js +0 -1
  824. package/es/src/business/ap-input-radio/style/css.d.ts +0 -0
  825. package/es/src/business/ap-input-radio/style/css.js +0 -1
  826. package/es/src/business/ap-input-radio/style/index.js +0 -1
  827. package/es/src/business/ap-label/group/style/css.d.ts +0 -0
  828. package/es/src/business/ap-label/group/style/css.js +0 -1
  829. package/es/src/business/ap-label/group/style/index.d.ts +0 -0
  830. package/es/src/business/ap-label/group/style/index.js +0 -1
  831. package/es/src/business/ap-label/style/css.d.ts +0 -0
  832. package/es/src/business/ap-label/style/css.js +0 -1
  833. package/es/src/business/ap-label/style/index.js +0 -1
  834. package/es/src/business/ap-ladder/style/css.d.ts +0 -0
  835. package/es/src/business/ap-ladder/style/css.js +0 -1
  836. package/es/src/business/ap-ladder/style/index.js +0 -1
  837. package/es/src/business/ap-product-info/style/css.d.ts +0 -0
  838. package/es/src/business/ap-product-info/style/css.js +0 -1
  839. package/es/src/business/ap-product-info/style/index.js +0 -1
  840. package/es/src/business/ap-radio-group/style/css.d.ts +0 -0
  841. package/es/src/business/ap-radio-group/style/css.js +0 -1
  842. package/es/src/business/ap-radio-group/style/index.js +0 -1
  843. package/es/src/business/ap-select-layout/style/css.d.ts +0 -0
  844. package/es/src/business/ap-select-layout/style/css.js +0 -1
  845. package/es/src/business/ap-select-layout/style/index.js +0 -1
  846. package/es/src/business/ap-size-input/style/css.d.ts +0 -0
  847. package/es/src/business/ap-size-input/style/css.js +0 -1
  848. package/es/src/business/ap-size-input/style/index.js +0 -1
  849. package/es/src/business/ap-status/group/style/css.d.ts +0 -0
  850. package/es/src/business/ap-status/group/style/css.js +0 -1
  851. package/es/src/business/ap-status/group/style/index.d.ts +0 -0
  852. package/es/src/business/ap-status/group/style/index.js +0 -1
  853. package/es/src/business/ap-status/style/css.d.ts +0 -0
  854. package/es/src/business/ap-status/style/css.js +0 -1
  855. package/es/src/business/ap-status/style/index.js +0 -1
  856. package/es/src/business/ap-summary/style/css.d.ts +0 -0
  857. package/es/src/business/ap-summary/style/css.js +0 -1
  858. package/es/src/business/ap-summary/style/index.js +0 -1
  859. package/es/src/business/ap-table-modal/style/css.d.ts +0 -0
  860. package/es/src/business/ap-table-modal/style/css.js +0 -1
  861. package/es/src/business/ap-table-modal/style/index.js +0 -1
  862. package/es/src/business/ap-title/style/css.d.ts +0 -0
  863. package/es/src/business/ap-title/style/css.js +0 -1
  864. package/es/src/business/ap-title/style/index.js +0 -1
  865. package/es/src/business/ap-upload-file/ap-upload-single/style/css.d.ts +0 -0
  866. package/es/src/business/ap-upload-file/ap-upload-single/style/css.js +0 -1
  867. package/es/src/business/ap-upload-file/ap-upload-single/style/index.js +0 -1
  868. package/es/src/business/ap-value-select-card/style/css.d.ts +0 -0
  869. package/es/src/business/ap-value-select-card/style/css.js +0 -1
  870. package/es/src/business/ap-value-select-card/style/index.js +0 -1
  871. package/es/src/business/ap-view/style/css.d.ts +0 -0
  872. package/es/src/business/ap-view/style/css.js +0 -1
  873. package/es/src/business/ap-view/style/index.js +0 -1
  874. package/es/src/business/batch-input-group/popover-input/style/css.d.ts +0 -0
  875. package/es/src/business/batch-input-group/popover-input/style/css.js +0 -1
  876. package/es/src/business/batch-input-group/popover-input/style/index.d.ts +0 -0
  877. package/es/src/business/batch-input-group/popover-input/style/index.js +0 -1
  878. package/es/src/business/batch-input-group/style/css.d.ts +0 -0
  879. package/es/src/business/batch-input-group/style/css.js +0 -1
  880. package/es/src/business/batch-input-group/style/index.js +0 -1
  881. package/es/src/check-card/group/style/css.js +0 -1
  882. package/es/src/check-card/group/style/index.js +0 -1
  883. package/es/src/check-card/style/css.d.ts +0 -0
  884. package/es/src/check-card/style/css.js +0 -1
  885. package/es/src/check-card/style/index.js +0 -1
  886. package/es/src/config-provider/style/css.d.ts +0 -1
  887. package/es/src/config-provider/style/css.js +0 -1
  888. package/es/src/config-provider/style/index.d.ts +0 -1
  889. package/es/src/config-provider/style/index.js +0 -1
  890. package/es/src/editable-table/form-item/style/css.d.ts +0 -0
  891. package/es/src/editable-table/form-item/style/css.js +0 -1
  892. package/es/src/editable-table/form-item/style/index.d.ts +0 -0
  893. package/es/src/editable-table/form-item/style/index.js +0 -1
  894. package/es/src/editable-table/style/css.d.ts +0 -0
  895. package/es/src/editable-table/style/css.js +0 -1
  896. package/es/src/editable-table/style/index.js +0 -1
  897. package/es/src/full-screen/style/css.d.ts +0 -0
  898. package/es/src/full-screen/style/css.js +0 -1
  899. package/es/src/full-screen/style/index.js +0 -1
  900. package/es/src/mask/style/css.d.ts +0 -0
  901. package/es/src/mask/style/css.js +0 -1
  902. package/es/src/mask/style/index.js +0 -1
  903. package/es/src/path-map.d.ts +0 -2
  904. package/es/src/path-map.mjs +0 -111
  905. package/es/src/portal/style/css.js +0 -1
  906. package/es/src/portal/style/index.js +0 -1
  907. package/es/src/resize-observer/style/css.d.ts +0 -1
  908. package/es/src/resize-observer/style/css.js +0 -1
  909. package/es/src/resize-observer/style/index.d.ts +0 -1
  910. package/es/src/resize-observer/style/index.js +0 -1
  911. package/es/src/scroll-bar/style/css.d.ts +0 -0
  912. package/es/src/scroll-bar/style/css.js +0 -1
  913. package/es/src/scroll-bar/style/index.js +0 -1
  914. package/es/src/scroll-view/style/css.d.ts +0 -0
  915. package/es/src/scroll-view/style/css.js +0 -2
  916. package/es/src/scroll-view/style/index.js +0 -2
  917. package/es/src/splitter/style/css.d.ts +0 -0
  918. package/es/src/splitter/style/css.js +0 -1
  919. package/es/src/splitter/style/index.js +0 -1
  920. package/es/src/style/index.js +0 -12
  921. package/es/src/text/style/css.d.ts +0 -0
  922. package/es/src/text/style/css.js +0 -2
  923. package/es/src/text/style/index.js +0 -2
  924. package/lib/src/ag-grid/editable/style/css.cjs +0 -1
  925. package/lib/src/ag-grid/editable/style/css.d.ts +0 -0
  926. package/lib/src/ag-grid/editable/style/index.cjs +0 -1
  927. package/lib/src/ag-grid/editable/style/index.d.ts +0 -0
  928. package/lib/src/ag-grid/style/css.cjs +0 -1
  929. package/lib/src/ag-grid/style/css.d.ts +0 -0
  930. package/lib/src/ag-grid/style/index.cjs +0 -1
  931. package/lib/src/ap-action/group/style/css.cjs +0 -1
  932. package/lib/src/ap-action/group/style/css.d.ts +0 -1
  933. package/lib/src/ap-action/group/style/index.cjs +0 -1
  934. package/lib/src/ap-action/group/style/index.d.ts +0 -1
  935. package/lib/src/ap-action/item/style/css.cjs +0 -2
  936. package/lib/src/ap-action/item/style/css.d.ts +0 -0
  937. package/lib/src/ap-action/item/style/index.cjs +0 -2
  938. package/lib/src/ap-action/item/style/index.d.ts +0 -0
  939. package/lib/src/ap-action/item-dropdown/style/css.cjs +0 -2
  940. package/lib/src/ap-action/item-dropdown/style/css.d.ts +0 -0
  941. package/lib/src/ap-action/item-dropdown/style/index.cjs +0 -2
  942. package/lib/src/ap-action/item-dropdown/style/index.d.ts +0 -0
  943. package/lib/src/ap-action/item-modal/style/css.cjs +0 -1
  944. package/lib/src/ap-action/item-modal/style/css.d.ts +0 -0
  945. package/lib/src/ap-action/item-modal/style/index.cjs +0 -1
  946. package/lib/src/ap-action/item-modal/style/index.d.ts +0 -0
  947. package/lib/src/ap-action/item-popconfirm/style/css.cjs +0 -1
  948. package/lib/src/ap-action/item-popconfirm/style/css.d.ts +0 -0
  949. package/lib/src/ap-action/item-popconfirm/style/index.cjs +0 -1
  950. package/lib/src/ap-action/item-popconfirm/style/index.d.ts +0 -0
  951. package/lib/src/ap-action/style/index.cjs +0 -61
  952. package/lib/src/ap-action-button/style/css.cjs +0 -1
  953. package/lib/src/ap-action-button/style/css.d.ts +0 -0
  954. package/lib/src/ap-action-button/style/index.cjs +0 -1
  955. package/lib/src/ap-action-button/style/index.d.ts +0 -0
  956. package/lib/src/ap-button/style/css.cjs +0 -1
  957. package/lib/src/ap-button/style/css.d.ts +0 -0
  958. package/lib/src/ap-button/style/index.cjs +0 -1
  959. package/lib/src/ap-descriptions/style/css.cjs +0 -1
  960. package/lib/src/ap-descriptions/style/css.d.ts +0 -0
  961. package/lib/src/ap-descriptions/style/index.cjs +0 -1
  962. package/lib/src/ap-download/style/css.cjs +0 -1
  963. package/lib/src/ap-download/style/css.d.ts +0 -0
  964. package/lib/src/ap-download/style/index.cjs +0 -1
  965. package/lib/src/ap-drawer/style/css.cjs +0 -1
  966. package/lib/src/ap-drawer/style/css.d.ts +0 -1
  967. package/lib/src/ap-drawer/style/index.cjs +0 -1
  968. package/lib/src/ap-field/checkbox/style/css.cjs +0 -1
  969. package/lib/src/ap-field/checkbox/style/css.d.ts +0 -0
  970. package/lib/src/ap-field/checkbox/style/index.cjs +0 -1
  971. package/lib/src/ap-field/checkbox/style/index.d.ts +0 -0
  972. package/lib/src/ap-field/date/style/css.cjs +0 -1
  973. package/lib/src/ap-field/date/style/css.d.ts +0 -1
  974. package/lib/src/ap-field/date/style/index.cjs +0 -1
  975. package/lib/src/ap-field/date/style/index.d.ts +0 -1
  976. package/lib/src/ap-field/date-range/style/css.cjs +0 -1
  977. package/lib/src/ap-field/date-range/style/css.d.ts +0 -1
  978. package/lib/src/ap-field/date-range/style/index.cjs +0 -1
  979. package/lib/src/ap-field/date-range/style/index.d.ts +0 -1
  980. package/lib/src/ap-field/number/style/css.cjs +0 -1
  981. package/lib/src/ap-field/number/style/css.d.ts +0 -0
  982. package/lib/src/ap-field/number/style/index.cjs +0 -1
  983. package/lib/src/ap-field/number/style/index.d.ts +0 -0
  984. package/lib/src/ap-field/password/style/css.cjs +0 -1
  985. package/lib/src/ap-field/password/style/css.d.ts +0 -1
  986. package/lib/src/ap-field/password/style/index.cjs +0 -1
  987. package/lib/src/ap-field/password/style/index.d.ts +0 -1
  988. package/lib/src/ap-field/radio/style/css.cjs +0 -1
  989. package/lib/src/ap-field/radio/style/css.d.ts +0 -0
  990. package/lib/src/ap-field/radio/style/index.cjs +0 -1
  991. package/lib/src/ap-field/radio/style/index.d.ts +0 -0
  992. package/lib/src/ap-field/rate/style/css.cjs +0 -1
  993. package/lib/src/ap-field/rate/style/css.d.ts +0 -1
  994. package/lib/src/ap-field/rate/style/index.cjs +0 -1
  995. package/lib/src/ap-field/rate/style/index.d.ts +0 -1
  996. package/lib/src/ap-field/segmented/style/css.cjs +0 -1
  997. package/lib/src/ap-field/segmented/style/css.d.ts +0 -1
  998. package/lib/src/ap-field/segmented/style/index.cjs +0 -1
  999. package/lib/src/ap-field/segmented/style/index.d.ts +0 -1
  1000. package/lib/src/ap-field/select/style/css.cjs +0 -1
  1001. package/lib/src/ap-field/select/style/css.d.ts +0 -1
  1002. package/lib/src/ap-field/select/style/index.cjs +0 -1
  1003. package/lib/src/ap-field/select/style/index.d.ts +0 -1
  1004. package/lib/src/ap-field/slider/style/css.cjs +0 -1
  1005. package/lib/src/ap-field/slider/style/css.d.ts +0 -1
  1006. package/lib/src/ap-field/slider/style/index.cjs +0 -1
  1007. package/lib/src/ap-field/slider/style/index.d.ts +0 -1
  1008. package/lib/src/ap-field/style/css.cjs +0 -1
  1009. package/lib/src/ap-field/style/css.d.ts +0 -0
  1010. package/lib/src/ap-field/style/index.cjs +0 -1
  1011. package/lib/src/ap-field/switch/style/css.cjs +0 -1
  1012. package/lib/src/ap-field/switch/style/css.d.ts +0 -1
  1013. package/lib/src/ap-field/switch/style/index.cjs +0 -1
  1014. package/lib/src/ap-field/switch/style/index.d.ts +0 -1
  1015. package/lib/src/ap-field/text/style/css.cjs +0 -1
  1016. package/lib/src/ap-field/text/style/css.d.ts +0 -1
  1017. package/lib/src/ap-field/text/style/index.cjs +0 -1
  1018. package/lib/src/ap-field/text/style/index.d.ts +0 -1
  1019. package/lib/src/ap-field/text-area/style/css.cjs +0 -1
  1020. package/lib/src/ap-field/text-area/style/css.d.ts +0 -0
  1021. package/lib/src/ap-field/text-area/style/index.cjs +0 -1
  1022. package/lib/src/ap-field/text-area/style/index.d.ts +0 -0
  1023. package/lib/src/ap-field/tree-select/style/css.cjs +0 -1
  1024. package/lib/src/ap-field/tree-select/style/css.d.ts +0 -1
  1025. package/lib/src/ap-field/tree-select/style/index.cjs +0 -1
  1026. package/lib/src/ap-field/tree-select/style/index.d.ts +0 -1
  1027. package/lib/src/ap-form/dependency/style/css.cjs +0 -1
  1028. package/lib/src/ap-form/dependency/style/css.d.ts +0 -1
  1029. package/lib/src/ap-form/dependency/style/index.cjs +0 -1
  1030. package/lib/src/ap-form/dependency/style/index.d.ts +0 -1
  1031. package/lib/src/ap-form/drawer-form/style/css.cjs +0 -1
  1032. package/lib/src/ap-form/drawer-form/style/css.d.ts +0 -0
  1033. package/lib/src/ap-form/drawer-form/style/index.cjs +0 -1
  1034. package/lib/src/ap-form/drawer-form/style/index.d.ts +0 -0
  1035. package/lib/src/ap-form/item/style/css.cjs +0 -1
  1036. package/lib/src/ap-form/item/style/css.d.ts +0 -0
  1037. package/lib/src/ap-form/item/style/index.cjs +0 -1
  1038. package/lib/src/ap-form/item/style/index.d.ts +0 -0
  1039. package/lib/src/ap-form/item-checkbox/style/css.cjs +0 -1
  1040. package/lib/src/ap-form/item-checkbox/style/css.d.ts +0 -0
  1041. package/lib/src/ap-form/item-checkbox/style/index.cjs +0 -1
  1042. package/lib/src/ap-form/item-checkbox/style/index.d.ts +0 -0
  1043. package/lib/src/ap-form/item-date/style/css.cjs +0 -1
  1044. package/lib/src/ap-form/item-date/style/css.d.ts +0 -1
  1045. package/lib/src/ap-form/item-date/style/index.cjs +0 -1
  1046. package/lib/src/ap-form/item-date/style/index.d.ts +0 -1
  1047. package/lib/src/ap-form/item-date-range/style/css.cjs +0 -1
  1048. package/lib/src/ap-form/item-date-range/style/css.d.ts +0 -1
  1049. package/lib/src/ap-form/item-date-range/style/index.cjs +0 -1
  1050. package/lib/src/ap-form/item-date-range/style/index.d.ts +0 -1
  1051. package/lib/src/ap-form/item-group/style/css.cjs +0 -1
  1052. package/lib/src/ap-form/item-group/style/css.d.ts +0 -0
  1053. package/lib/src/ap-form/item-group/style/index.cjs +0 -1
  1054. package/lib/src/ap-form/item-group/style/index.d.ts +0 -0
  1055. package/lib/src/ap-form/item-number/style/css.cjs +0 -1
  1056. package/lib/src/ap-form/item-number/style/css.d.ts +0 -0
  1057. package/lib/src/ap-form/item-number/style/index.cjs +0 -1
  1058. package/lib/src/ap-form/item-number/style/index.d.ts +0 -0
  1059. package/lib/src/ap-form/item-radio/style/css.cjs +0 -1
  1060. package/lib/src/ap-form/item-radio/style/css.d.ts +0 -0
  1061. package/lib/src/ap-form/item-radio/style/index.cjs +0 -1
  1062. package/lib/src/ap-form/item-radio/style/index.d.ts +0 -0
  1063. package/lib/src/ap-form/item-select/style/css.cjs +0 -1
  1064. package/lib/src/ap-form/item-select/style/css.d.ts +0 -1
  1065. package/lib/src/ap-form/item-select/style/index.cjs +0 -1
  1066. package/lib/src/ap-form/item-select/style/index.d.ts +0 -1
  1067. package/lib/src/ap-form/item-switch/style/css.cjs +0 -1
  1068. package/lib/src/ap-form/item-switch/style/css.d.ts +0 -1
  1069. package/lib/src/ap-form/item-switch/style/index.cjs +0 -1
  1070. package/lib/src/ap-form/item-switch/style/index.d.ts +0 -1
  1071. package/lib/src/ap-form/item-text/style/css.cjs +0 -1
  1072. package/lib/src/ap-form/item-text/style/css.d.ts +0 -0
  1073. package/lib/src/ap-form/item-text/style/index.cjs +0 -1
  1074. package/lib/src/ap-form/item-text/style/index.d.ts +0 -0
  1075. package/lib/src/ap-form/item-text-area/style/css.cjs +0 -1
  1076. package/lib/src/ap-form/item-text-area/style/css.d.ts +0 -0
  1077. package/lib/src/ap-form/item-text-area/style/index.cjs +0 -1
  1078. package/lib/src/ap-form/item-text-area/style/index.d.ts +0 -0
  1079. package/lib/src/ap-form/item-text-group/style/css.cjs +0 -1
  1080. package/lib/src/ap-form/item-text-group/style/css.d.ts +0 -0
  1081. package/lib/src/ap-form/item-text-group/style/index.cjs +0 -1
  1082. package/lib/src/ap-form/item-text-group/style/index.d.ts +0 -0
  1083. package/lib/src/ap-form/item-text-password/style/css.cjs +0 -1
  1084. package/lib/src/ap-form/item-text-password/style/css.d.ts +0 -1
  1085. package/lib/src/ap-form/item-text-password/style/index.cjs +0 -1
  1086. package/lib/src/ap-form/item-text-password/style/index.d.ts +0 -1
  1087. package/lib/src/ap-form/item-tree-select/style/css.cjs +0 -1
  1088. package/lib/src/ap-form/item-tree-select/style/css.d.ts +0 -1
  1089. package/lib/src/ap-form/item-tree-select/style/index.cjs +0 -1
  1090. package/lib/src/ap-form/item-tree-select/style/index.d.ts +0 -1
  1091. package/lib/src/ap-form/list/style/css.cjs +0 -1
  1092. package/lib/src/ap-form/list/style/css.d.ts +0 -1
  1093. package/lib/src/ap-form/list/style/index.cjs +0 -1
  1094. package/lib/src/ap-form/list/style/index.d.ts +0 -1
  1095. package/lib/src/ap-form/modal-form/style/css.cjs +0 -1
  1096. package/lib/src/ap-form/modal-form/style/css.d.ts +0 -0
  1097. package/lib/src/ap-form/modal-form/style/index.cjs +0 -1
  1098. package/lib/src/ap-form/modal-form/style/index.d.ts +0 -0
  1099. package/lib/src/ap-form/render/style/css.cjs +0 -1
  1100. package/lib/src/ap-form/render/style/css.d.ts +0 -1
  1101. package/lib/src/ap-form/render/style/index.cjs +0 -1
  1102. package/lib/src/ap-form/render/style/index.d.ts +0 -1
  1103. package/lib/src/ap-form/search-form/style/css.cjs +0 -1
  1104. package/lib/src/ap-form/search-form/style/css.d.ts +0 -0
  1105. package/lib/src/ap-form/search-form/style/index.cjs +0 -1
  1106. package/lib/src/ap-form/search-form/style/index.d.ts +0 -0
  1107. package/lib/src/ap-form/set/style/css.cjs +0 -1
  1108. package/lib/src/ap-form/set/style/css.d.ts +0 -1
  1109. package/lib/src/ap-form/set/style/index.cjs +0 -1
  1110. package/lib/src/ap-form/set/style/index.d.ts +0 -1
  1111. package/lib/src/ap-form/style/css.cjs +0 -1
  1112. package/lib/src/ap-form/style/css.d.ts +0 -0
  1113. package/lib/src/ap-form/style/index.cjs +0 -1
  1114. package/lib/src/ap-form/style/index.d.ts +0 -0
  1115. package/lib/src/ap-grid/editable/style/css.cjs +0 -2
  1116. package/lib/src/ap-grid/editable/style/css.d.ts +0 -0
  1117. package/lib/src/ap-grid/editable/style/index.cjs +0 -2
  1118. package/lib/src/ap-grid/editable/style/index.d.ts +0 -0
  1119. package/lib/src/ap-grid/style/css.cjs +0 -1
  1120. package/lib/src/ap-grid/style/css.d.ts +0 -0
  1121. package/lib/src/ap-grid/style/index.cjs +0 -1
  1122. package/lib/src/ap-list/style/css.cjs +0 -1
  1123. package/lib/src/ap-list/style/css.d.ts +0 -0
  1124. package/lib/src/ap-list/style/index.cjs +0 -1
  1125. package/lib/src/ap-modal/style/css.cjs +0 -1
  1126. package/lib/src/ap-modal/style/css.d.ts +0 -1
  1127. package/lib/src/ap-modal/style/index.cjs +0 -1
  1128. package/lib/src/ap-modal/style/index.d.ts +0 -1
  1129. package/lib/src/ap-pro-card/style/css.cjs +0 -1
  1130. package/lib/src/ap-pro-card/style/css.d.ts +0 -0
  1131. package/lib/src/ap-pro-card/style/index.cjs +0 -1
  1132. package/lib/src/ap-table/style/css.cjs +0 -1
  1133. package/lib/src/ap-table/style/css.d.ts +0 -0
  1134. package/lib/src/ap-table/style/index.cjs +0 -1
  1135. package/lib/src/ap-tag/group/style/css.cjs +0 -2
  1136. package/lib/src/ap-tag/group/style/css.d.ts +0 -0
  1137. package/lib/src/ap-tag/group/style/index.cjs +0 -2
  1138. package/lib/src/ap-tag/group/style/index.d.ts +0 -0
  1139. package/lib/src/ap-tag/style/css.cjs +0 -1
  1140. package/lib/src/ap-tag/style/css.d.ts +0 -0
  1141. package/lib/src/ap-tag/style/index.cjs +0 -1
  1142. package/lib/src/ap-upload/style/css.cjs +0 -1
  1143. package/lib/src/ap-upload/style/css.d.ts +0 -0
  1144. package/lib/src/ap-upload/style/index.cjs +0 -1
  1145. package/lib/src/business/ag-grid-modal/selected-items/style/css.cjs +0 -1
  1146. package/lib/src/business/ag-grid-modal/selected-items/style/css.d.ts +0 -0
  1147. package/lib/src/business/ag-grid-modal/selected-items/style/index.cjs +0 -1
  1148. package/lib/src/business/ag-grid-modal/selected-items/style/index.d.ts +0 -0
  1149. package/lib/src/business/ag-grid-modal/style/css.cjs +0 -1
  1150. package/lib/src/business/ag-grid-modal/style/css.d.ts +0 -0
  1151. package/lib/src/business/ag-grid-modal/style/index.cjs +0 -1
  1152. package/lib/src/business/ap-appendix/style/css.cjs +0 -1
  1153. package/lib/src/business/ap-appendix/style/css.d.ts +0 -0
  1154. package/lib/src/business/ap-appendix/style/index.cjs +0 -1
  1155. package/lib/src/business/ap-attachment/style/css.cjs +0 -1
  1156. package/lib/src/business/ap-attachment/style/css.d.ts +0 -0
  1157. package/lib/src/business/ap-attachment/style/index.cjs +0 -1
  1158. package/lib/src/business/ap-batch-action/style/css.cjs +0 -1
  1159. package/lib/src/business/ap-batch-action/style/css.d.ts +0 -0
  1160. package/lib/src/business/ap-batch-action/style/index.cjs +0 -1
  1161. package/lib/src/business/ap-batch-action-group/style/css.cjs +0 -1
  1162. package/lib/src/business/ap-batch-action-group/style/css.d.ts +0 -0
  1163. package/lib/src/business/ap-batch-action-group/style/index.cjs +0 -1
  1164. package/lib/src/business/ap-batch-action-group/style/index.d.ts +0 -0
  1165. package/lib/src/business/ap-button-group/style/css.cjs +0 -1
  1166. package/lib/src/business/ap-button-group/style/css.d.ts +0 -0
  1167. package/lib/src/business/ap-button-group/style/index.cjs +0 -1
  1168. package/lib/src/business/ap-button-group/style/index.d.ts +0 -0
  1169. package/lib/src/business/ap-card/style/css.cjs +0 -2
  1170. package/lib/src/business/ap-card/style/css.d.ts +0 -0
  1171. package/lib/src/business/ap-card/style/index.cjs +0 -2
  1172. package/lib/src/business/ap-copy/style/css.cjs +0 -1
  1173. package/lib/src/business/ap-copy/style/css.d.ts +0 -0
  1174. package/lib/src/business/ap-copy/style/index.cjs +0 -1
  1175. package/lib/src/business/ap-draggable-grid/style/css.cjs +0 -1
  1176. package/lib/src/business/ap-draggable-grid/style/css.d.ts +0 -0
  1177. package/lib/src/business/ap-draggable-grid/style/index.cjs +0 -1
  1178. package/lib/src/business/ap-expand-alert/style/css.cjs +0 -2
  1179. package/lib/src/business/ap-expand-alert/style/css.d.ts +0 -0
  1180. package/lib/src/business/ap-expand-alert/style/index.cjs +0 -2
  1181. package/lib/src/business/ap-export-group/style/css.cjs +0 -1
  1182. package/lib/src/business/ap-export-group/style/css.d.ts +0 -1
  1183. package/lib/src/business/ap-export-group/style/index.cjs +0 -1
  1184. package/lib/src/business/ap-export-group/style/index.d.ts +0 -1
  1185. package/lib/src/business/ap-image/style/css.cjs +0 -1
  1186. package/lib/src/business/ap-image/style/css.d.ts +0 -0
  1187. package/lib/src/business/ap-image/style/index.cjs +0 -1
  1188. package/lib/src/business/ap-input-radio/style/css.cjs +0 -1
  1189. package/lib/src/business/ap-input-radio/style/css.d.ts +0 -0
  1190. package/lib/src/business/ap-input-radio/style/index.cjs +0 -1
  1191. package/lib/src/business/ap-label/group/style/css.cjs +0 -1
  1192. package/lib/src/business/ap-label/group/style/css.d.ts +0 -0
  1193. package/lib/src/business/ap-label/group/style/index.cjs +0 -1
  1194. package/lib/src/business/ap-label/group/style/index.d.ts +0 -0
  1195. package/lib/src/business/ap-label/style/css.cjs +0 -1
  1196. package/lib/src/business/ap-label/style/css.d.ts +0 -0
  1197. package/lib/src/business/ap-label/style/index.cjs +0 -1
  1198. package/lib/src/business/ap-ladder/style/css.cjs +0 -1
  1199. package/lib/src/business/ap-ladder/style/css.d.ts +0 -0
  1200. package/lib/src/business/ap-ladder/style/index.cjs +0 -1
  1201. package/lib/src/business/ap-product-info/style/css.cjs +0 -1
  1202. package/lib/src/business/ap-product-info/style/css.d.ts +0 -0
  1203. package/lib/src/business/ap-product-info/style/index.cjs +0 -1
  1204. package/lib/src/business/ap-radio-group/style/css.cjs +0 -1
  1205. package/lib/src/business/ap-radio-group/style/css.d.ts +0 -0
  1206. package/lib/src/business/ap-radio-group/style/index.cjs +0 -1
  1207. package/lib/src/business/ap-select-layout/style/css.cjs +0 -1
  1208. package/lib/src/business/ap-select-layout/style/css.d.ts +0 -0
  1209. package/lib/src/business/ap-select-layout/style/index.cjs +0 -1
  1210. package/lib/src/business/ap-size-input/style/css.cjs +0 -1
  1211. package/lib/src/business/ap-size-input/style/css.d.ts +0 -0
  1212. package/lib/src/business/ap-size-input/style/index.cjs +0 -1
  1213. package/lib/src/business/ap-status/group/style/css.cjs +0 -1
  1214. package/lib/src/business/ap-status/group/style/css.d.ts +0 -0
  1215. package/lib/src/business/ap-status/group/style/index.cjs +0 -1
  1216. package/lib/src/business/ap-status/group/style/index.d.ts +0 -0
  1217. package/lib/src/business/ap-status/style/css.cjs +0 -1
  1218. package/lib/src/business/ap-status/style/css.d.ts +0 -0
  1219. package/lib/src/business/ap-status/style/index.cjs +0 -1
  1220. package/lib/src/business/ap-summary/style/css.cjs +0 -1
  1221. package/lib/src/business/ap-summary/style/css.d.ts +0 -0
  1222. package/lib/src/business/ap-summary/style/index.cjs +0 -1
  1223. package/lib/src/business/ap-table-modal/style/css.cjs +0 -1
  1224. package/lib/src/business/ap-table-modal/style/css.d.ts +0 -0
  1225. package/lib/src/business/ap-table-modal/style/index.cjs +0 -1
  1226. package/lib/src/business/ap-title/style/css.cjs +0 -1
  1227. package/lib/src/business/ap-title/style/css.d.ts +0 -0
  1228. package/lib/src/business/ap-title/style/index.cjs +0 -1
  1229. package/lib/src/business/ap-upload-file/ap-upload-single/style/css.cjs +0 -1
  1230. package/lib/src/business/ap-upload-file/ap-upload-single/style/css.d.ts +0 -0
  1231. package/lib/src/business/ap-upload-file/ap-upload-single/style/index.cjs +0 -1
  1232. package/lib/src/business/ap-value-select-card/style/css.cjs +0 -1
  1233. package/lib/src/business/ap-value-select-card/style/css.d.ts +0 -0
  1234. package/lib/src/business/ap-value-select-card/style/index.cjs +0 -1
  1235. package/lib/src/business/ap-view/style/css.cjs +0 -1
  1236. package/lib/src/business/ap-view/style/css.d.ts +0 -0
  1237. package/lib/src/business/ap-view/style/index.cjs +0 -1
  1238. package/lib/src/business/batch-input-group/popover-input/style/css.cjs +0 -1
  1239. package/lib/src/business/batch-input-group/popover-input/style/css.d.ts +0 -0
  1240. package/lib/src/business/batch-input-group/popover-input/style/index.cjs +0 -1
  1241. package/lib/src/business/batch-input-group/popover-input/style/index.d.ts +0 -0
  1242. package/lib/src/business/batch-input-group/style/css.cjs +0 -1
  1243. package/lib/src/business/batch-input-group/style/css.d.ts +0 -0
  1244. package/lib/src/business/batch-input-group/style/index.cjs +0 -1
  1245. package/lib/src/check-card/group/style/css.cjs +0 -1
  1246. package/lib/src/check-card/group/style/index.cjs +0 -1
  1247. package/lib/src/check-card/style/css.cjs +0 -1
  1248. package/lib/src/check-card/style/css.d.ts +0 -0
  1249. package/lib/src/check-card/style/index.cjs +0 -1
  1250. package/lib/src/config-provider/style/css.cjs +0 -1
  1251. package/lib/src/config-provider/style/css.d.ts +0 -1
  1252. package/lib/src/config-provider/style/index.cjs +0 -1
  1253. package/lib/src/config-provider/style/index.d.ts +0 -1
  1254. package/lib/src/editable-table/form-item/style/css.cjs +0 -1
  1255. package/lib/src/editable-table/form-item/style/css.d.ts +0 -0
  1256. package/lib/src/editable-table/form-item/style/index.cjs +0 -1
  1257. package/lib/src/editable-table/form-item/style/index.d.ts +0 -0
  1258. package/lib/src/editable-table/style/css.cjs +0 -1
  1259. package/lib/src/editable-table/style/css.d.ts +0 -0
  1260. package/lib/src/editable-table/style/index.cjs +0 -1
  1261. package/lib/src/full-screen/style/css.cjs +0 -1
  1262. package/lib/src/full-screen/style/css.d.ts +0 -0
  1263. package/lib/src/full-screen/style/index.cjs +0 -1
  1264. package/lib/src/mask/style/css.cjs +0 -1
  1265. package/lib/src/mask/style/css.d.ts +0 -0
  1266. package/lib/src/mask/style/index.cjs +0 -1
  1267. package/lib/src/path-map.d.ts +0 -2
  1268. package/lib/src/path-map.js +0 -1
  1269. package/lib/src/portal/style/css.cjs +0 -1
  1270. package/lib/src/portal/style/index.cjs +0 -1
  1271. package/lib/src/resize-observer/style/css.cjs +0 -1
  1272. package/lib/src/resize-observer/style/css.d.ts +0 -1
  1273. package/lib/src/resize-observer/style/index.cjs +0 -1
  1274. package/lib/src/resize-observer/style/index.d.ts +0 -1
  1275. package/lib/src/scroll-bar/style/css.cjs +0 -1
  1276. package/lib/src/scroll-bar/style/css.d.ts +0 -0
  1277. package/lib/src/scroll-bar/style/index.cjs +0 -1
  1278. package/lib/src/scroll-view/style/css.cjs +0 -2
  1279. package/lib/src/scroll-view/style/css.d.ts +0 -0
  1280. package/lib/src/scroll-view/style/index.cjs +0 -2
  1281. package/lib/src/splitter/style/css.cjs +0 -1
  1282. package/lib/src/splitter/style/css.d.ts +0 -0
  1283. package/lib/src/splitter/style/index.cjs +0 -1
  1284. package/lib/src/style/index.cjs +0 -12
  1285. package/lib/src/text/style/css.cjs +0 -2
  1286. package/lib/src/text/style/css.d.ts +0 -0
  1287. package/lib/src/text/style/index.cjs +0 -2
  1288. package/theme/ag-grid/custom-header.css +0 -82
  1289. package/theme/ag-grid/custom-header.less +0 -39
  1290. package/theme/ag-grid/editable.css +0 -52
  1291. package/theme/ag-grid/editable.less +0 -11
  1292. package/theme/ag-grid/index.css +0 -671
  1293. package/theme/ag-grid/index.less +0 -170
  1294. package/theme/ag-grid-modal/index.css +0 -734
  1295. package/theme/ag-grid-modal/index.less +0 -74
  1296. package/theme/ag-grid-modal/selected-items.css +0 -72
  1297. package/theme/ag-grid-modal/selected-items.less +0 -34
  1298. package/theme/antd-global-overwrite/admin/index.css +0 -1
  1299. package/theme/antd-global-overwrite/admin/index.less +0 -1
  1300. package/theme/antd-global-overwrite/aplus/index.css +0 -1
  1301. package/theme/antd-global-overwrite/aplus/index.less +0 -1
  1302. package/theme/antdv-override.css +0 -544
  1303. package/theme/antdv-override.less +0 -631
  1304. package/theme/ap-action/item-dropdown.css +0 -60
  1305. package/theme/ap-action/item-dropdown.less +0 -23
  1306. package/theme/ap-action/item.css +0 -46
  1307. package/theme/ap-action/item.less +0 -7
  1308. package/theme/ap-appendix/ap-appendix.css +0 -123
  1309. package/theme/ap-appendix/ap-appendix.less +0 -85
  1310. package/theme/ap-attachment/ap-attachment.css +0 -119
  1311. package/theme/ap-attachment/ap-attachment.less +0 -77
  1312. package/theme/ap-batch-action/ap-batch-action.css +0 -85
  1313. package/theme/ap-batch-action/ap-batch-action.less +0 -41
  1314. package/theme/ap-button/ap-button.css +0 -52
  1315. package/theme/ap-button/ap-button.less +0 -8
  1316. package/theme/ap-card/ap-card.css +0 -56
  1317. package/theme/ap-card/ap-card.less +0 -12
  1318. package/theme/ap-copy/ap-copy.css +0 -98
  1319. package/theme/ap-copy/ap-copy.less +0 -63
  1320. package/theme/ap-descriptions/ap-descriptions.css +0 -118
  1321. package/theme/ap-descriptions/ap-descriptions.less +0 -123
  1322. package/theme/ap-download/ap-download.css +0 -97
  1323. package/theme/ap-download/ap-download.less +0 -58
  1324. package/theme/ap-draggable-grid/ap-draggable-grid.css +0 -89
  1325. package/theme/ap-draggable-grid/ap-draggable-grid.less +0 -45
  1326. package/theme/ap-drawer/ap-drawer.css +0 -66
  1327. package/theme/ap-drawer/ap-drawer.less +0 -27
  1328. package/theme/ap-expand-alert/ap-expand-alert.css +0 -94
  1329. package/theme/ap-expand-alert/ap-expand-alert.less +0 -86
  1330. package/theme/ap-field/checkbox.css +0 -56
  1331. package/theme/ap-field/checkbox.less +0 -15
  1332. package/theme/ap-field/index.css +0 -74
  1333. package/theme/ap-field/index.less +0 -4
  1334. package/theme/ap-field/number.css +0 -52
  1335. package/theme/ap-field/number.less +0 -10
  1336. package/theme/ap-field/radio.css +0 -53
  1337. package/theme/ap-field/radio.less +0 -13
  1338. package/theme/ap-field/text-area.css +0 -51
  1339. package/theme/ap-field/text-area.less +0 -7
  1340. package/theme/ap-form/ap-form-item-group.css +0 -55
  1341. package/theme/ap-form/ap-form-item-group.less +0 -17
  1342. package/theme/ap-form/ap-form-item.css +0 -146
  1343. package/theme/ap-form/ap-form-item.less +0 -123
  1344. package/theme/ap-form/drawer-form.css +0 -62
  1345. package/theme/ap-form/drawer-form.less +0 -20
  1346. package/theme/ap-form/index.css +0 -423
  1347. package/theme/ap-form/index.less +0 -6
  1348. package/theme/ap-form/item-text-group.css +0 -98
  1349. package/theme/ap-form/item-text-group.less +0 -65
  1350. package/theme/ap-form/item-text.css +0 -98
  1351. package/theme/ap-form/item-text.less +0 -1
  1352. package/theme/ap-form/modal-form.css +0 -66
  1353. package/theme/ap-form/modal-form.less +0 -24
  1354. package/theme/ap-form/search-form-sorter.css +0 -141
  1355. package/theme/ap-form/search-form-sorter.less +0 -74
  1356. package/theme/ap-form/search-form.css +0 -326
  1357. package/theme/ap-form/search-form.less +0 -99
  1358. package/theme/ap-grid/editable.css +0 -69
  1359. package/theme/ap-grid/editable.less +0 -30
  1360. package/theme/ap-grid/index.css +0 -673
  1361. package/theme/ap-grid/index.less +0 -226
  1362. package/theme/ap-group-search/ap-extension-select.css +0 -49
  1363. package/theme/ap-group-search/ap-extension-select.less +0 -8
  1364. package/theme/ap-group-search/ap-group-search.css +0 -77
  1365. package/theme/ap-group-search/ap-group-search.less +0 -48
  1366. package/theme/ap-group-search/ap-popover-select.css +0 -116
  1367. package/theme/ap-group-search/ap-popover-select.less +0 -85
  1368. package/theme/ap-image/ap-image.css +0 -53
  1369. package/theme/ap-image/ap-image.less +0 -11
  1370. package/theme/ap-input-radio/ap-input-radio.css +0 -53
  1371. package/theme/ap-input-radio/ap-input-radio.less +0 -10
  1372. package/theme/ap-label/ap-label.css +0 -84
  1373. package/theme/ap-label/ap-label.less +0 -42
  1374. package/theme/ap-ladder/ap-ladder.css +0 -202
  1375. package/theme/ap-ladder/ap-ladder.less +0 -168
  1376. package/theme/ap-layout/ap-info-layout.css +0 -82
  1377. package/theme/ap-layout/ap-info-layout.less +0 -46
  1378. package/theme/ap-list/index.css +0 -94
  1379. package/theme/ap-list/index.less +0 -55
  1380. package/theme/ap-pro-card/index.css +0 -509
  1381. package/theme/ap-pro-card/index.less +0 -394
  1382. package/theme/ap-product-info/ap-product-info.css +0 -122
  1383. package/theme/ap-product-info/ap-product-info.less +0 -85
  1384. package/theme/ap-radio-group/ap-radio-group.css +0 -66
  1385. package/theme/ap-radio-group/ap-radio-group.less +0 -26
  1386. package/theme/ap-select-layout/ap-select-layout.css +0 -172
  1387. package/theme/ap-select-layout/ap-select-layout.less +0 -151
  1388. package/theme/ap-size-input/ap-size-input.css +0 -50
  1389. package/theme/ap-size-input/ap-size-input.less +0 -7
  1390. package/theme/ap-status/ap-status.css +0 -71
  1391. package/theme/ap-status/ap-status.less +0 -21
  1392. package/theme/ap-summary/index.css +0 -58
  1393. package/theme/ap-summary/index.less +0 -18
  1394. package/theme/ap-table/ap-table-index.css +0 -58
  1395. package/theme/ap-table/ap-table-index.less +0 -16
  1396. package/theme/ap-table/ap-table-paragraph-ellipsis.css +0 -71
  1397. package/theme/ap-table/ap-table-paragraph-ellipsis.less +0 -27
  1398. package/theme/ap-table/ap-table.css +0 -878
  1399. package/theme/ap-table/ap-table.less +0 -197
  1400. package/theme/ap-table/setting/index.css +0 -202
  1401. package/theme/ap-table/setting/index.less +0 -5
  1402. package/theme/ap-table/setting/modal.css +0 -109
  1403. package/theme/ap-table/setting/modal.less +0 -66
  1404. package/theme/ap-table/setting/select-group.css +0 -54
  1405. package/theme/ap-table/setting/select-group.less +0 -12
  1406. package/theme/ap-table/setting/sortable-item-meta.css +0 -96
  1407. package/theme/ap-table/setting/sortable-item-meta.less +0 -58
  1408. package/theme/ap-table/setting/sortable-item.css +0 -49
  1409. package/theme/ap-table/setting/sortable-item.less +0 -7
  1410. package/theme/ap-table/setting/sorter.css +0 -78
  1411. package/theme/ap-table/setting/sorter.less +0 -27
  1412. package/theme/ap-table-modal/index.css +0 -922
  1413. package/theme/ap-table-modal/index.less +0 -56
  1414. package/theme/ap-tag/ap-tag-group.css +0 -61
  1415. package/theme/ap-tag/ap-tag-group.less +0 -21
  1416. package/theme/ap-tag/ap-tag.css +0 -103
  1417. package/theme/ap-tag/ap-tag.less +0 -66
  1418. package/theme/ap-title/ap-title.css +0 -107
  1419. package/theme/ap-title/ap-title.less +0 -69
  1420. package/theme/ap-upload/index.css +0 -335
  1421. package/theme/ap-upload/index.less +0 -4
  1422. package/theme/ap-upload/multiple-file.css +0 -119
  1423. package/theme/ap-upload/multiple-file.less +0 -97
  1424. package/theme/ap-upload/picture.css +0 -158
  1425. package/theme/ap-upload/picture.less +0 -132
  1426. package/theme/ap-upload/single-file.css +0 -144
  1427. package/theme/ap-upload/single-file.less +0 -119
  1428. package/theme/ap-upload/upload.css +0 -52
  1429. package/theme/ap-upload/upload.less +0 -8
  1430. package/theme/ap-upload-single/index.css +0 -147
  1431. package/theme/ap-upload-single/index.less +0 -133
  1432. package/theme/ap-value-select-card/index.css +0 -166
  1433. package/theme/ap-value-select-card/index.less +0 -161
  1434. package/theme/ap-view/ap-view.css +0 -175
  1435. package/theme/ap-view/ap-view.less +0 -136
  1436. package/theme/batch-input-group/index.css +0 -116
  1437. package/theme/batch-input-group/index.less +0 -7
  1438. package/theme/batch-input-group/popover-input.css +0 -85
  1439. package/theme/batch-input-group/popover-input.less +0 -47
  1440. package/theme/check-card/index.css +0 -154
  1441. package/theme/check-card/index.less +0 -92
  1442. package/theme/css-var.css +0 -98
  1443. package/theme/css-var.less +0 -155
  1444. package/theme/editable-table/index.css +0 -526
  1445. package/theme/editable-table/index.less +0 -74
  1446. package/theme/font/aplusuiiconfont.otf +0 -0
  1447. package/theme/font/aplusuiiconfont.woff2 +0 -0
  1448. package/theme/font/font.css +0 -5
  1449. package/theme/font/font.less +0 -6
  1450. package/theme/full-screen/index.css +0 -52
  1451. package/theme/full-screen/index.less +0 -12
  1452. package/theme/index.css +0 -5065
  1453. package/theme/index.less +0 -57
  1454. package/theme/mask/index.css +0 -100
  1455. package/theme/mask/index.less +0 -28
  1456. package/theme/mixins/animations.css +0 -29
  1457. package/theme/mixins/animations.less +0 -43
  1458. package/theme/mixins/config.css +0 -0
  1459. package/theme/mixins/config.less +0 -61
  1460. package/theme/mixins/mixins.css +0 -46
  1461. package/theme/mixins/mixins.less +0 -69
  1462. package/theme/reset.css +0 -275
  1463. package/theme/reset.less +0 -281
  1464. package/theme/scroll-bar/index.css +0 -92
  1465. package/theme/scroll-bar/index.less +0 -62
  1466. package/theme/scroll-view/index.css +0 -66
  1467. package/theme/scroll-view/index.less +0 -23
  1468. package/theme/splitter/index.css +0 -276
  1469. package/theme/splitter/index.less +0 -240
  1470. package/theme/text/group.css +0 -60
  1471. package/theme/text/group.less +0 -19
  1472. package/theme/text/index.css +0 -100
  1473. package/theme/text/index.less +0 -52
  1474. package/theme/work-order-modal/index.css +0 -49
  1475. package/theme/work-order-modal/index.less +0 -6
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),W=require("@aplus-frontend/antdv"),z=require("@aplus-frontend/utils");require("../config-provider/index.js");const L=require("lodash-unified"),f=require("./utils/index.js"),q=require("../config-provider/hooks/use-namespace.js"),M=require("../config-provider/hooks/use-global-config.js"),_=72,w=300,P=e.defineComponent({__name:"ap-button",props:{prefixCls:{},htmlType:{},shape:{},size:{},loading:{type:[Boolean,Object],default:void 0},disabled:{type:Boolean},ghost:{type:Boolean},block:{type:Boolean},danger:{type:Boolean},icon:{},href:{},target:{},title:{},onMousedown:{},autoInsertSpace:{type:Boolean},iconPosition:{},color:{},variant:{},type:{default:"default"},borderLinkColor:{},minWidth:{type:[Boolean,Number,String],default:!1},lazy:{type:[Boolean,Number],default:!0},onClick:{}},setup(y){const m=e.useSlots(),t=y,l={aplus:"#0070FF",admin:"#34b77c"},{b:a}=q.useNamespace("ap-action-button"),b=M.useGlobalConfig("uiMode"),n=e.ref(!1),v=e.computed(()=>t.borderLinkColor||l[b.value]||l.aplus),i=e.computed(()=>t.type==="borderLink"&&!t.disabled?v.value:void 0),u=e.computed(()=>f.transferOpacityColor(i.value)),h=e.computed(()=>t.minWidth===!0?`${_}px`:typeof t.minWidth=="number"?`${t.minWidth}px`:typeof t.minWidth=="string"?t.minWidth:void 0),g=e.computed(()=>(t.type==="borderLink"?"default":t.type)||"default"),s=e.computed(()=>t.loading??n.value??!1),c=e.computed(()=>t.lazy===!0?w:typeof t.lazy=="number"&&t.lazy>=0?t.lazy:0);function C(){const o=L.omit(t,["type","borderLinkColor","minWidth","onClick","loading"]);return o?{...o,type:g.value,onclick:k}:{}}async function k(){if(s.value)return;const o=f.isAsynchronous(t.onClick),d=Date.now();try{o&&(n.value=!0,await o)}finally{if(o){const r=Date.now()-d;r<c.value&&await z.wait(c.value-r),n.value=!1}}}return(o,d)=>(e.openBlock(),e.createBlock(e.unref(W.Button),e.mergeProps({class:{[e.unref(a)()]:!0,[`${e.unref(a)()}-border-link`]:u.value}},{...o.$attrs,...C()},{style:{color:i.value,minWidth:h.value,"--button-border-color":u.value},loading:s.value}),e.createSlots({_:2},[e.renderList(m,(r,p)=>({name:p,fn:e.withCtx(B=>[e.renderSlot(o.$slots,p,e.normalizeProps(e.guardReactiveProps(B||{})))])}))]),1040,["class","style","loading"]))}});exports.default=P;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),q=require("@aplus-frontend/antdv"),z=require("@aplus-frontend/utils");require("../config-provider/index.js");const L=require("lodash-unified"),f=require("./utils/index.js"),M=require("./style/index.js"),_=require("../config-provider/hooks/use-namespace.js"),w=require("../config-provider/hooks/use-global-config.js"),P=72,S=300,T=e.defineComponent({__name:"ap-button",props:{prefixCls:{},htmlType:{},shape:{},size:{},loading:{type:[Boolean,Object],default:void 0},disabled:{type:Boolean},ghost:{type:Boolean},block:{type:Boolean},danger:{type:Boolean},icon:{},href:{},target:{},title:{},onMousedown:{},autoInsertSpace:{type:Boolean},iconPosition:{},color:{},variant:{},type:{default:"default"},borderLinkColor:{},minWidth:{type:[Boolean,Number,String],default:!1},lazy:{type:[Boolean,Number],default:!0},onClick:{}},setup(y){const m=e.useSlots(),t=y,a={aplus:"#0070FF",admin:"#34b77c"},{b:i}=_.useNamespace("ap-action-button"),b=M.default("ap-action-button"),v=w.useGlobalConfig("uiMode"),n=e.ref(!1),h=e.computed(()=>t.borderLinkColor||a[v.value]||a.aplus),l=e.computed(()=>t.type==="borderLink"&&!t.disabled?h.value:void 0),u=e.computed(()=>f.transferOpacityColor(l.value)),g=e.computed(()=>t.minWidth===!0?`${P}px`:typeof t.minWidth=="number"?`${t.minWidth}px`:typeof t.minWidth=="string"?t.minWidth:void 0),C=e.computed(()=>(t.type==="borderLink"?"default":t.type)||"default"),s=e.computed(()=>t.loading??n.value??!1),c=e.computed(()=>t.lazy===!0?S:typeof t.lazy=="number"&&t.lazy>=0?t.lazy:0);function k(){const o=L.omit(t,["type","borderLinkColor","minWidth","onClick","loading"]);return o?{...o,type:C.value,onclick:B}:{}}async function B(){if(s.value)return;const o=f.isAsynchronous(t.onClick),d=Date.now();try{o&&(n.value=!0,await o)}finally{if(o){const r=Date.now()-d;r<c.value&&await z.wait(c.value-r),n.value=!1}}}return(o,d)=>(e.openBlock(),e.createBlock(e.unref(q.Button),e.mergeProps({class:{[e.unref(i)()]:!0,[`${e.unref(i)()}-border-link`]:u.value,[`${e.unref(b)}`]:!0}},{...o.$attrs,...k()},{style:{color:l.value,minWidth:g.value,"--button-border-color":u.value},loading:s.value}),e.createSlots({_:2},[e.renderList(m,(r,p)=>({name:p,fn:e.withCtx(W=>[e.renderSlot(o.$slots,p,e.normalizeProps(e.guardReactiveProps(W||{})))])}))]),1040,["class","style","loading"]))}});exports.default=T;
@@ -0,0 +1,3 @@
1
+ import { Ref } from 'vue';
2
+ declare const _default: (prefixCls: string) => Ref<string | undefined, string | undefined>;
3
+ export default _default;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("../../utils/cssinjs/index.js"),n=o=>{const{componentCls:t}=o;return{[t]:{"&-border-link":{".ant-btn&:not(:disabled):hover,&:not(:disabled):active,&:not(:disabled):focus":{borderColor:"var(--button-border-color)",color:"var(--button-border-color) !important"}}}}},r=e.genComponentStyleHook("ApButton",o=>[n(o)]);exports.default=r;
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),n=require("@aplus-frontend/antdv"),s=require("./helper.js"),u=require("lodash-unified");require("./help-message/index.vue.js");require("../config-provider/index.js");const a=require("../config-provider/hooks/use-global-config.js"),B=require("../config-provider/hooks/use-namespace.js"),C=require("./help-message/index.vue2.js"),_={key:0},P=e.defineComponent({name:"ApDescriptions",__name:"ap-descriptions",props:{descriptionsProps:{},schemas:{},dataSource:{},style:{type:[Boolean,null,String,Object,Array]},className:{}},setup(p){const o=p,d=a.useGlobalConfig("uiMode","admin"),f=a.useGlobalConfig("apDescriptions"),y=a.useGlobalConfig("downloadCenterTriggerConfig"),{m:b,b:g,be:k}=B.useNamespace("ap-descriptions"),v=(t={})=>{let r="";return o.descriptionsProps?.layout==="vertical"&&(r="start"),{justifyContent:r,...t}},i=t=>{const r=u.get(o.dataSource,t.field);if(t.customRender)return t.customRender(o.dataSource);t.valueType==="attachment"&&(t.extraProps=s.mixinsAttachmentExtraProps(t.extraProps,{fromConfig:f.value?.downloadFile,fromGlobal:y.value?.trigger}));const l=t.format?t.format(r,o.dataSource||{}):r;return s.transformValue({value:l,record:o.dataSource},t)},S=t=>t.valueType==="text"&&!!t.extraProps?.ellipsis,m=t=>{if(t.visible!=null){if(typeof t.visible=="boolean")return t.visible;if(typeof t.visible=="function")return t.visible({record:o.dataSource||{},schema:t})}return!0};return(t,r)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([t.className,e.unref(g)(),e.unref(b)(e.unref(d))]),style:e.normalizeStyle(t.style)},[e.createVNode(e.unref(n.Descriptions),e.mergeProps(t.descriptionsProps,{"label-style":v({...t.descriptionsProps?.labelStyle||{}})}),{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.schemas,(l,c)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:l.field||"empty"+c},[m(l)?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[l.valueType==="empty"?(e.openBlock(),e.createBlock(e.unref(n.DescriptionsItem),{key:0,"content-style":l.contentStyle,"label-style":l.labelStyle,span:l.span},null,8,["content-style","label-style","span"])):(e.openBlock(),e.createBlock(e.unref(n.DescriptionsItem),{key:1,class:e.normalizeClass(S(l)?e.unref(k)("item","ellipsis"):""),label:l.label?e.h(e.Fragment,[e.h(C.default,{helpMessage:l.helpMessage,label:l.label})]):null,span:l.span,"content-style":l.contentStyle,"label-style":l.labelStyle},{default:e.withCtx(()=>[e.unref(s.isEmptyWithType)(e.unref(u.get)(t.dataSource,l.field),l)?(e.openBlock(),e.createElementBlock("span",_,"--")):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[l.contentSlotName?e.renderSlot(t.$slots,l.contentSlotName,{key:0,index:c,item:i(l),record:t.dataSource}):(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.h(e.Fragment,[l.prefix,i(l),l.suffix])),{key:1}))],64))]),_:2},1032,["class","label","span","content-style","label-style"]))],64)):e.createCommentVNode("",!0)],64))),128))]),_:3},16,["label-style"])],6))}});exports.default=P;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),r=require("@aplus-frontend/antdv"),s=require("./helper.js"),u=require("lodash-unified");require("./help-message/index.vue.js");require("../config-provider/index.js");const C=require("./style/index.js"),a=require("../config-provider/hooks/use-global-config.js"),_=require("../config-provider/hooks/use-namespace.js"),q=require("./help-message/index.vue2.js"),P={key:0},E=e.defineComponent({name:"ApDescriptions",__name:"ap-descriptions",props:{descriptionsProps:{},schemas:{},dataSource:{},style:{type:[Boolean,null,String,Object,Array]},className:{}},setup(p){const n=p,d=a.useGlobalConfig("uiMode","admin"),f=a.useGlobalConfig("apDescriptions"),y=a.useGlobalConfig("downloadCenterTriggerConfig"),{m:b,b:g,be:k}=_.useNamespace("ap-descriptions"),v=C.default("ap-descriptions"),S=(t={})=>{let o="";return n.descriptionsProps?.layout==="vertical"&&(o="start"),{justifyContent:o,...t}},i=t=>{const o=u.get(n.dataSource,t.field);if(t.customRender)return t.customRender(n.dataSource);t.valueType==="attachment"&&(t.extraProps=s.mixinsAttachmentExtraProps(t.extraProps,{fromConfig:f.value?.downloadFile,fromGlobal:y.value?.trigger}));const l=t.format?t.format(o,n.dataSource||{}):o;return s.transformValue({value:l,record:n.dataSource},t)},m=t=>t.valueType==="text"&&!!t.extraProps?.ellipsis,B=t=>{if(t.visible!=null){if(typeof t.visible=="boolean")return t.visible;if(typeof t.visible=="function")return t.visible({record:n.dataSource||{},schema:t})}return!0};return(t,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([t.className,e.unref(g)(),e.unref(b)(e.unref(d)),e.unref(v)]),style:e.normalizeStyle(t.style)},[e.createVNode(e.unref(r.Descriptions),e.mergeProps(t.descriptionsProps,{"label-style":S({...t.descriptionsProps?.labelStyle||{}})}),{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.schemas,(l,c)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:l.field||"empty"+c},[B(l)?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[l.valueType==="empty"?(e.openBlock(),e.createBlock(e.unref(r.DescriptionsItem),{key:0,"content-style":l.contentStyle,"label-style":l.labelStyle,span:l.span},null,8,["content-style","label-style","span"])):(e.openBlock(),e.createBlock(e.unref(r.DescriptionsItem),{key:1,class:e.normalizeClass(m(l)?e.unref(k)("item","ellipsis"):""),label:l.label?e.h(e.Fragment,[e.h(q.default,{helpMessage:l.helpMessage,label:l.label})]):null,span:l.span,"content-style":l.contentStyle,"label-style":l.labelStyle},{default:e.withCtx(()=>[e.unref(s.isEmptyWithType)(e.unref(u.get)(t.dataSource,l.field),l)?(e.openBlock(),e.createElementBlock("span",P,"--")):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[l.contentSlotName?e.renderSlot(t.$slots,l.contentSlotName,{key:0,index:c,item:i(l),record:t.dataSource}):(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.h(e.Fragment,[l.prefix,i(l),l.suffix])),{key:1}))],64))]),_:2},1032,["class","label","span","content-style","label-style"]))],64)):e.createCommentVNode("",!0)],64))),128))]),_:3},16,["label-style"])],6))}});exports.default=E;
@@ -0,0 +1,3 @@
1
+ import { Ref } from 'vue';
2
+ declare const _default: (prefixCls: string) => Ref<string | undefined, string | undefined>;
3
+ export default _default;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("../../utils/cssinjs/index.js"),n=t=>{const{componentCls:i}=t;return{[i]:{".ant-descriptions":{".ant-descriptions-view table":{tableLayout:"fixed"},"td.ant-descriptions-item":{paddingBlockEnd:"var(--ap-descriptions-item-padding-bottom, 16px)"},"th.ant-descriptions-item":{paddingBlockEnd:"4px"},".ant-descriptions-row:last-child":{".ant-descriptions-item":{paddingBottom:"var(--ap-descriptions-last-row-item-padding-bottom, 0px)"}},".ant-descriptions-item-label::after":{marginInline:"4px 12px"}},[`${i}-item__ellipsis`]:{".ant-descriptions-item-label":{flexShrink:0},".ant-descriptions-item-content":{flexShrink:1,minWidth:0,".ant-typography":{marginBlockEnd:0},".ant-typography-ellipsis":{maxWidth:"100%"}}},[`${i}--item-label`]:{".ant-typography-single-line":{whiteSpace:"normal"}},".ant-descriptions-row":{".ant-descriptions-item-label":{".ant-typography":{color:"inherit"}}},"&--admin":{".ant-descriptions-row":{".ant-descriptions-item-label":{justifyContent:"flex-end",width:"var(--ap-descriptions-item-label-width, auto)",color:"#999",".ap-descriptions-item-content__help":{fontSize:t.fontSizeLG,marginInlineStart:"4px",color:"#999"}},".ant-descriptions-item-content":{color:"#333",".ap-descriptions-item-content__link":{color:"#1890ff",cursor:"pointer"}}}},"&--aplus":{".ant-descriptions-row":{".ant-descriptions-item-label":{justifyContent:"flex-end",width:"var(--ap-descriptions-item-label-width, auto)",color:"#8896B0",".ap-descriptions-item-content__help":{fontSize:t.fontSizeLG,marginInlineStart:"4px",color:"#8896B0"}},".ant-descriptions-item-content":{color:"#182948",".ap-descriptions-item-content__link":{color:"#0070FF",cursor:"pointer"}}}}}}},o=e.genComponentStyleHook("ApDescriptions",t=>[n(t)]);exports.default=o;
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),B=require("@aplus-frontend/antdv"),h=require("@ant-design/icons-vue");require("../config-provider/index.js");const w=require("./hooks/index.js"),u=require("./utils/getFileInfo.js"),O=require("./hooks/useStyle.js"),q=require("../config-provider/hooks/use-locale.js"),a=require("../config-provider/hooks/use-global-config.js"),z={key:0,class:"spin"},F={key:1,class:"icon"},S={class:"text"},I=e.defineComponent({name:"ApDownload",__name:"ap-download",props:{prefixCls:{},type:{default:"link"},htmlType:{},shape:{},size:{default:"middle"},loading:{type:[Boolean,Object]},disabled:{type:Boolean,default:!1},ghost:{type:Boolean},block:{type:Boolean},danger:{type:Boolean},icon:{},href:{},target:{},title:{},onClick:{},onMousedown:{},autoInsertSpace:{type:Boolean},iconPosition:{},color:{},variant:{},text:{},fileName:{},needName:{type:[Boolean,Object]},getOssAccess:{}},emits:["downloadCallback"],setup(d,{emit:p}){const f=p,l=e.ref(!1),{lang:m}=q.useLocale(),g=e.useSlots(),C=e.computed(()=>m.value==="zh-cn"?"zh_CN":"en_US"),y=a.useGlobalConfig("uiMode"),o=d,s=a.useGlobalConfig("apUpload"),i=a.useGlobalConfig("downloadCenterTriggerConfig"),c=e.computed(()=>o.disabled),b=e.computed(()=>o.color?o.color:y.value==="aplus"?"#0070FF":"#1890FF"),v=e.computed(()=>o.size),{getInnerWrapperClass:N}=O.useStyle(b,v,c),_=e.computed(()=>o.getOssAccess||s.value?.getOssAccess),k=async()=>{if(!o.disabled){l.value=!0;try{if(i.value?.trigger){let n=u.getFileInfo(o.needName??s?.value?.needName,o.fileName).map(r=>({objectName:r.path,fileName:r.fileName}));await i.value?.trigger(n)}else{const n=await(await w.useOssInit(_.value,e.unref(C))).downloadFile(u.getFileInfo(o.needName??s?.value?.needName,o.fileName));f("downloadCallback",n)}}catch(t){console.error(t)}finally{l.value=!1}}};return(t,n)=>(e.openBlock(),e.createBlock(e.unref(B.Button),e.mergeProps(o,{type:o.type,size:o.size,disabled:c.value,onClick:k}),{default:e.withCtx(()=>[e.createElementVNode("div",{class:e.normalizeClass(e.unref(N))},[l.value?(e.openBlock(),e.createElementBlock("span",z,[e.createVNode(e.unref(h.LoadingOutlined),{spin:!0})])):e.createCommentVNode("",!0),e.unref(g).icon?(e.openBlock(),e.createElementBlock("span",F,[e.renderSlot(t.$slots,"icon")])):e.createCommentVNode("",!0),e.createElementVNode("span",S,e.toDisplayString(t.text),1)],2)]),_:3},16,["type","size","disabled"]))}});exports.default=I;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),k=require("@aplus-frontend/antdv"),B=require("@ant-design/icons-vue");require("../config-provider/index.js");const w=require("./hooks/index.js"),u=require("./utils/getFileInfo.js"),O=require("./hooks/useStyle.js"),q=require("lodash-unified"),z=require("../config-provider/hooks/use-locale.js"),a=require("../config-provider/hooks/use-global-config.js"),F={key:0,class:"spin"},S={key:1,class:"icon"},I={class:"text"},L=e.defineComponent({name:"ApDownload",__name:"ap-download",props:{prefixCls:{},type:{default:"link"},htmlType:{},shape:{},size:{default:"middle"},loading:{type:[Boolean,Object]},disabled:{type:Boolean,default:!1},ghost:{type:Boolean},block:{type:Boolean},danger:{type:Boolean},icon:{},href:{},target:{},title:{},onClick:{},onMousedown:{},autoInsertSpace:{type:Boolean},iconPosition:{},color:{},variant:{},text:{},fileName:{},needName:{type:[Boolean,Object]},getOssAccess:{}},emits:["downloadCallback"],setup(d,{emit:p}){const f=p,s=e.ref(!1),{lang:m}=z.useLocale(),g=e.useSlots(),C=e.computed(()=>m.value==="zh-cn"?"zh_CN":"en_US"),y=a.useGlobalConfig("uiMode"),o=d,l=a.useGlobalConfig("apUpload"),i=a.useGlobalConfig("downloadCenterTriggerConfig"),c=e.computed(()=>o.disabled),b=e.computed(()=>o.color?o.color:y.value==="aplus"?"#0070FF":"#1890FF"),N=e.computed(()=>o.size),{getInnerWrapperClass:v}=O.useStyle(b,N,c),_=e.computed(()=>o.getOssAccess||l.value?.getOssAccess),h=async()=>{if(!o.disabled){s.value=!0;try{if(i.value?.trigger){let n=u.getFileInfo(o.needName??l?.value?.needName,o.fileName).map(r=>({objectName:r.path,fileName:r.fileName}));await i.value?.trigger(n)}else{const n=await(await w.useOssInit(_.value,e.unref(C))).downloadFile(u.getFileInfo(o.needName??l?.value?.needName,o.fileName));f("downloadCallback",n)}}catch(t){console.error(t)}finally{s.value=!1}}};return(t,n)=>(e.openBlock(),e.createBlock(e.unref(k.Button),e.mergeProps(e.unref(q.omit)(o,["getOssAccess","fileName","needName"]),{type:o.type,size:o.size,disabled:c.value,onClick:h}),{default:e.withCtx(()=>[e.createElementVNode("div",{class:e.normalizeClass(e.unref(v))},[s.value?(e.openBlock(),e.createElementBlock("span",F,[e.createVNode(e.unref(B.LoadingOutlined),{spin:!0})])):e.createCommentVNode("",!0),e.unref(g).icon?(e.openBlock(),e.createElementBlock("span",S,[e.renderSlot(t.$slots,"icon")])):e.createCommentVNode("",!0),e.createElementVNode("span",I,e.toDisplayString(t.text),1)],2)]),_:3},16,["type","size","disabled"]))}});exports.default=L;
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("vue"),c=require("../utils/getFileInfo.js");require("../../config-provider/index.js");const d=require("../../config-provider/hooks/use-namespace.js"),m=require("../../config-provider/hooks/use-global-config.js");function w(n,o,u){const{b:t,bm:e}=d.useNamespace("ap-download"),l=m.useGlobalConfig("uiMode"),p=a.computed(()=>({"--download-main-color":n.value,"--download-main-color-opacity":c.getHexWithOpacity(n.value,.6)})),s=a.computed(()=>[t("wrapper"),e("wrapper",o.value)].filter(Boolean)),i=a.computed(()=>{const r=[t("inner-wrapper"),e("inner-wrapper",o.value)];return u.value&&(l.value==="aplus"?r.push(e("inner-wrapper","disabled")):r.push(e("inner-wrapper","disabled-admin"))),r});return{wrapperStyle:p,getWrapperClass:s,getInnerWrapperClass:i}}exports.useStyle=w;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("vue"),d=require("../utils/getFileInfo.js");require("../../config-provider/index.js");const w=require("../style/index.js"),m=require("../../config-provider/hooks/use-namespace.js"),v=require("../../config-provider/hooks/use-global-config.js");function f(n,o,l){const{b:t,bm:e}=m.useNamespace("ap-download"),u=w.default("ap-download"),s=v.useGlobalConfig("uiMode"),p=a.computed(()=>({"--download-main-color":n.value,"--download-main-color-opacity":d.getHexWithOpacity(n.value,.6)})),i=a.computed(()=>[t("wrapper"),e("wrapper",o.value),u.value].filter(Boolean)),c=a.computed(()=>{const r=[t("inner-wrapper"),e("inner-wrapper",o.value)];return l.value&&(s.value==="aplus"?r.push(e("inner-wrapper","disabled")):r.push(e("inner-wrapper","disabled-admin"))),[...r,u.value]});return{wrapperStyle:p,getWrapperClass:i,getInnerWrapperClass:c}}exports.useStyle=f;
@@ -0,0 +1,3 @@
1
+ import { Ref } from 'vue';
2
+ declare const _default: (prefixCls: string) => Ref<string | undefined, string | undefined>;
3
+ export default _default;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("../../utils/cssinjs/index.js"),i=e=>{const{componentCls:o}=e,n=`${o}-inner-wrapper`;return{[o]:{"&-wrapper":{textWrap:"nowrap",display:"inline-block"}},[n]:{display:"flex",color:"var(--download-main-color)",cursor:"pointer",alignItems:"center",".spin":{marginInlineEnd:"5px"},".icon":{position:"relative",fontSize:e.fontSizeXL,marginInlineEnd:"5px"},".text":{color:"var(--download-main-color)"},"&:hover":{color:"var(--download-main-color-opacity)"},"&--large":{lineHeight:e.lineHeightLG,fontSize:e.fontSizeLG},"&--middle":{lineHeight:e.lineHeight,fontSize:e.fontSize},"&--small":{lineHeight:e.lineHeightSM,fontSize:e.fontSizeSM},"&--disabled":{color:"#8896b0",cursor:"not-allowed","&:hover":{color:"#8896b0"}},"&--disabled-admin":{cursor:"not-allowed",color:"#999","&:hover":{color:"#999"}}}}},r=l.genComponentStyleHook("ApDownload",e=>[i(e)]);exports.default=r;
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue");require("../../config-provider/index.js");const n=require("@aplus-frontend/icon"),a=require("../../config-provider/hooks/use-namespace.js"),l=e.defineComponent({name:"ApDrawerClose",__name:"ApDrawerClose",emits:["close"],setup(u,{emit:r}){const{b:o}=a.useNamespace("ap-drawer"),s=r,t=()=>{s("close")};return(c,i)=>(e.openBlock(),e.createElementBlock("div",e.mergeProps({...c.$attrs},{class:[e.unref(o)("close")],onClick:t}),[e.createVNode(e.unref(n.IconApAdLineCloseDrawer))],16))}});exports.default=l;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue");require("../../config-provider/index.js");const a=require("@aplus-frontend/icon"),u=require("../style/index.js"),i=require("../../config-provider/hooks/use-namespace.js"),l=e.defineComponent({name:"ApDrawerClose",__name:"ApDrawerClose",emits:["close"],setup(d,{emit:r}){const{b:s}=i.useNamespace("ap-drawer"),o=u.default("ap-drawer"),n=r,t=()=>{n("close")};return(c,p)=>(e.openBlock(),e.createElementBlock("div",e.mergeProps({...c.$attrs},{class:[e.unref(s)("close"),e.unref(o)],onClick:t}),[e.createVNode(e.unref(a.IconApAdLineCloseDrawer))],16))}});exports.default=l;
@@ -1 +1,3 @@
1
- export {};
1
+ import { Ref } from 'vue';
2
+ declare const _default: (prefixCls: string) => Ref<string | undefined, string | undefined>;
3
+ export default _default;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("../../utils/cssinjs/index.js"),r=e=>({[`${e.componentCls}-close`]:{width:"32px",height:"32px",display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",border:`1px solid ${e.borderColorBase}`,borderRadius:e.borderRadius,cursor:"pointer",".aplus-frontend-icon":{fontSize:"18px",display:"flex",alignItems:"center",transition:"color 0.3s"},"&:hover":{".aplus-frontend-icon":{color:e.colorError}}}}),t=o.genComponentStyleHook("ApDrawer",e=>[r(e)]);exports.default=t;
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),r=require("lodash-unified"),s=require("@aplus-frontend/antdv");require("../../hooks/index.js");const i=require("./helper.js");require("../../config-provider/index.js");const y=require("../hooks/use-options.js"),B=require("../../config-provider/hooks/use-namespace.js"),g=require("../../hooks/useControllableValue.js"),q=e.defineComponent({name:"ApFieldCheckbox",inheritAttrs:!1,__name:"index",props:{mode:{default:"edit"},class:{},style:{},defaultValue:{},value:{},onChange:{},"onUpdate:value":{},name:{},prefixCls:{},options:{default:()=>[]},disabled:{type:Boolean,default:void 0},id:{},emptyText:{default:"--"},request:{},vertical:{type:Boolean}},emits:["update:value"],setup(c,{emit:p}){const d=p,t=c,{options:u,updateOptions:f}=y.default(t),{b:m,m:v}=B.useNamespace("field-checkbox"),l=e.ref(!1);e.onMounted(()=>{r.isFunction(t.request)&&(l.value=!0,t.request().then(n=>f(n)).finally(()=>{l.value=!1}))});const{value:o,updateValue:k}=g.useControllableValue(t,d,{defaultValue:[]});return(n,b)=>n.mode==="read"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.unref(r.isNil)(e.unref(o))?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createTextVNode(e.toDisplayString(t.emptyText),1)],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(e.unref(u)?.filter(a=>e.unref(o).indexOf(e.unref(i.getOptionValue)(a))>-1).map(a=>e.unref(i.getOptionLabel)(a)).join("、")||t.emptyText),1)],64))],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[l.value?(e.openBlock(),e.createBlock(e.unref(s.Spin),{key:0,size:"small"})):(e.openBlock(),e.createBlock(e.unref(s.CheckboxGroup),e.mergeProps({key:1},e.unref(r.omit)(t,["onUpdate:value","value","request","vertical"]),{options:e.unref(u),value:e.unref(o),class:[e.unref(m)(),n.vertical?e.unref(v)("vertical"):null],"onUpdate:value":e.unref(k)}),null,16,["options","value","class","onUpdate:value"]))],64))}});exports.default=q;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),r=require("lodash-unified"),s=require("@aplus-frontend/antdv");require("../../hooks/index.js");const i=require("./helper.js");require("../../config-provider/index.js");const q=require("../hooks/use-options.js"),B=require("../style/index.js"),g=require("../../config-provider/hooks/use-namespace.js"),h=require("../../hooks/useControllableValue.js"),x=e.defineComponent({name:"ApFieldCheckbox",inheritAttrs:!1,__name:"index",props:{mode:{default:"edit"},class:{},style:{},defaultValue:{},value:{},onChange:{},"onUpdate:value":{},name:{},prefixCls:{},options:{default:()=>[]},disabled:{type:Boolean,default:void 0},id:{},emptyText:{default:"--"},request:{},vertical:{type:Boolean}},emits:["update:value"],setup(c,{emit:p}){const d=p,t=c,{options:u,updateOptions:f}=q.default(t),{b:m,m:v}=g.useNamespace("field-checkbox"),k=B.default("field"),l=e.ref(!1);e.onMounted(()=>{r.isFunction(t.request)&&(l.value=!0,t.request().then(n=>f(n)).finally(()=>{l.value=!1}))});const{value:o,updateValue:y}=h.useControllableValue(t,d,{defaultValue:[]});return(n,b)=>n.mode==="read"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.unref(r.isNil)(e.unref(o))?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createTextVNode(e.toDisplayString(t.emptyText),1)],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(e.unref(u)?.filter(a=>e.unref(o).indexOf(e.unref(i.getOptionValue)(a))>-1).map(a=>e.unref(i.getOptionLabel)(a)).join("、")||t.emptyText),1)],64))],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[l.value?(e.openBlock(),e.createBlock(e.unref(s.Spin),{key:0,size:"small"})):(e.openBlock(),e.createBlock(e.unref(s.CheckboxGroup),e.mergeProps({key:1},e.unref(r.omit)(t,["onUpdate:value","value","request","vertical"]),{options:e.unref(u),value:e.unref(o),class:[e.unref(m)(),n.vertical?e.unref(v)("vertical"):null,e.unref(k)],"onUpdate:value":e.unref(y)}),null,16,["options","value","class","onUpdate:value"]))],64))}});exports.default=x;
@@ -373,9 +373,9 @@ declare const __VLS_component: DefineComponent<ApFieldNumberProps, {
373
373
  disabled: boolean;
374
374
  keyboard: boolean;
375
375
  bordered: boolean;
376
- max: ValueType;
377
- min: ValueType;
378
376
  emptyText: string;
377
+ min: ValueType;
378
+ max: ValueType;
379
379
  controls: boolean;
380
380
  thousands: boolean;
381
381
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),k=require("@aplus-frontend/antdv");require("../../hooks/index.js");const u=require("lodash-unified"),i=require("@fruits-chain/utils"),S=require("./helper.js");require("../../config-provider/index.js");const g=require("../hooks/use-default-placeholder.js"),q=require("../../config-provider/hooks/use-namespace.js"),C=require("../../hooks/useControllableValue.js"),N={key:0},P=e.defineComponent({name:"ApFieldNumber",__name:"index",props:{mode:{},class:{},style:{},size:{},bordered:{type:Boolean,default:!0},placeholder:{},name:{},id:{},type:{},addonBefore:{},addonAfter:{},prefix:{},suffix:{},"onUpdate:value":{},valueModifiers:{},status:{},variant:{},changeOnWheel:{type:Boolean},stringMode:{type:Boolean},defaultValue:{},value:{},prefixCls:{},min:{default:-1/0},max:{default:1/0},step:{default:1},tabindex:{},controls:{type:Boolean,default:!0},readonly:{type:Boolean},disabled:{type:Boolean,default:void 0},autofocus:{type:Boolean},keyboard:{type:Boolean,default:!0},parser:{},formatter:{},precision:{},decimalSeparator:{},onInput:{},onChange:{},onPressEnter:{},onStep:{},onBlur:{},onFocus:{},emptyText:{default:"--"},thousands:{type:Boolean,default:!1},limitDecimalsRetain:{type:Boolean}},emits:["update:value"],setup(d,{expose:p,emit:c}){const f=c,{b:r}=q.useNamespace("field-number"),o=d,l=e.ref(),{value:n,updateValue:m}=C.useControllableValue(o,f),y=g.useDefaultPlaceholder("Number",o),v=e.computed(()=>{let t=e.unref(n);if(u.isNil(t))return o.emptyText;o.precision&&(t=i.roundWith(t,o.precision));let a=o.thousands?i.toDecimalMark(t):String(t);return o.precision&&o.limitDecimalsRetain&&(a=S.addZeroToDecimalPlaces(a,o.precision)),a});function B(){l.value?.focus()}function h(){l.value?.blur()}return p({focus:B,blur:h}),(t,a)=>t.mode==="read"?(e.openBlock(),e.createElementBlock("span",N,[t.$slots.prefix?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass(e.unref(r)("label-left"))},[e.renderSlot(t.$slots,"prefix")],2)):e.createCommentVNode("",!0),e.createElementVNode("span",null,e.toDisplayString(v.value),1),t.$slots.addonAfter?(e.openBlock(),e.createElementBlock("span",{key:1,class:e.normalizeClass(e.unref(r)("label-right"))},[e.renderSlot(t.$slots,"addonAfter")],2)):e.createCommentVNode("",!0)])):(e.openBlock(),e.createBlock(e.unref(k.InputNumber),e.mergeProps({key:1},e.unref(u.omit)(o,["value","onUpdate:value"]),{ref_key:"inputRef",ref:l,placeholder:e.unref(y),value:e.unref(n),"onUpdate:value":e.unref(m)}),e.createSlots({_:2},[e.renderList(t.$slots,(V,s)=>({name:s,fn:e.withCtx(b=>[e.renderSlot(t.$slots,s,e.normalizeProps(e.guardReactiveProps(b||{})))])}))]),1040,["placeholder","value","onUpdate:value"]))}});exports.default=P;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),S=require("@aplus-frontend/antdv");require("../../hooks/index.js");const u=require("lodash-unified"),i=require("@fruits-chain/utils"),g=require("./helper.js");require("../../config-provider/index.js");const q=require("../hooks/use-default-placeholder.js"),C=require("../style/index.js"),N=require("../../config-provider/hooks/use-namespace.js"),P=require("../../hooks/useControllableValue.js"),V=e.defineComponent({name:"ApFieldNumber",__name:"index",props:{mode:{},class:{},style:{},size:{},bordered:{type:Boolean,default:!0},placeholder:{},name:{},id:{},type:{},addonBefore:{},addonAfter:{},prefix:{},suffix:{},"onUpdate:value":{},valueModifiers:{},status:{},variant:{},changeOnWheel:{type:Boolean},stringMode:{type:Boolean},defaultValue:{},value:{},prefixCls:{},min:{default:-1/0},max:{default:1/0},step:{default:1},tabindex:{},controls:{type:Boolean,default:!0},readonly:{type:Boolean},disabled:{type:Boolean,default:void 0},autofocus:{type:Boolean},keyboard:{type:Boolean,default:!0},parser:{},formatter:{},precision:{},decimalSeparator:{},onInput:{},onChange:{},onPressEnter:{},onStep:{},onBlur:{},onFocus:{},emptyText:{default:"--"},thousands:{type:Boolean,default:!1},limitDecimalsRetain:{type:Boolean}},emits:["update:value"],setup(d,{expose:c,emit:p}){const f=p,{b:l}=N.useNamespace("field-number"),m=C.default("field"),o=d,r=e.ref(),{value:n,updateValue:y}=P.useControllableValue(o,f),v=q.useDefaultPlaceholder("Number",o),B=e.computed(()=>{let t=e.unref(n);if(u.isNil(t))return o.emptyText;o.precision&&(t=i.roundWith(t,o.precision));let a=o.thousands?i.toDecimalMark(t):String(t);return o.precision&&o.limitDecimalsRetain&&(a=g.addZeroToDecimalPlaces(a,o.precision)),a});function h(){r.value?.focus()}function b(){r.value?.blur()}return c({focus:h,blur:b}),(t,a)=>t.mode==="read"?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass([e.unref(l)(),e.unref(m)])},[t.$slots.prefix?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass(e.unref(l)("label-left"))},[e.renderSlot(t.$slots,"prefix")],2)):e.createCommentVNode("",!0),e.createElementVNode("span",null,e.toDisplayString(B.value),1),t.$slots.addonAfter?(e.openBlock(),e.createElementBlock("span",{key:1,class:e.normalizeClass(e.unref(l)("label-right"))},[e.renderSlot(t.$slots,"addonAfter")],2)):e.createCommentVNode("",!0)],2)):(e.openBlock(),e.createBlock(e.unref(S.InputNumber),e.mergeProps({key:1},e.unref(u.omit)(o,["value","onUpdate:value"]),{ref_key:"inputRef",ref:r,placeholder:e.unref(v),value:e.unref(n),"onUpdate:value":e.unref(y)}),e.createSlots({_:2},[e.renderList(t.$slots,(x,s)=>({name:s,fn:e.withCtx(k=>[e.renderSlot(t.$slots,s,e.normalizeProps(e.guardReactiveProps(k||{})))])}))]),1040,["placeholder","value","onUpdate:value"]))}});exports.default=V;
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),s=require("@aplus-frontend/antdv");require("../../hooks/index.js");const i=require("lodash-unified"),c=require("./helper.js");require("../../config-provider/index.js");const T=require("../hooks/use-options.js"),_=require("../../hooks/useControllableValue.js"),V=require("../../config-provider/hooks/use-namespace.js"),h=e.defineComponent({name:"ApFieldRadio",__name:"index",props:{mode:{default:"edit"},class:{},style:{},prefixCls:{},value:{},size:{},options:{},disabled:{type:Boolean,default:void 0},name:{},buttonStyle:{},id:{},block:{type:Boolean},optionType:{},onChange:{},"onUpdate:value":{},emptyText:{default:"--"},request:{},vertical:{type:Boolean,default:!1}},emits:["update:value"],setup(p,{expose:d,emit:f}){const t=p,v=f,n=e.ref(),{options:l,updateOptions:m}=T.default(t),{value:u,updateValue:y}=_.useControllableValue(t,v),{b:k,m:q}=V.useNamespace("field-radio"),a=e.ref(!1);e.onMounted(()=>{t.request&&(a.value=!0,t.request?.().then(o=>m(o)).finally(()=>{a.value=!1}))});const g=e.computed(()=>{const o=e.unref(u);if(i.isNil(o))return t.emptyText;const r=l.value?.find(x=>o===c.getOptionValue(x));return c.getOptionLabel(r)||t.emptyText});function b(){n.value?.focus()}function B(){n.value?.blur()}return d({focus:b,blur:B}),(o,r)=>o.mode==="read"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createTextVNode(e.toDisplayString(g.value),1)],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[a.value?(e.openBlock(),e.createBlock(e.unref(s.Spin),{key:0,size:"small"})):(e.openBlock(),e.createBlock(e.unref(s.RadioGroup),e.mergeProps({key:1},e.unref(i.omit)(t,["value","onUpdate:value","options","request","vertical"]),{ref_key:"radioGroupRef",ref:n,value:e.unref(u),options:e.unref(l),class:[e.unref(k)(),o.vertical?e.unref(q)("vertical"):null],"onUpdate:value":e.unref(y)}),null,16,["value","options","class","onUpdate:value"]))],64))}});exports.default=h;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),s=require("@aplus-frontend/antdv");require("../../hooks/index.js");const i=require("lodash-unified"),c=require("./helper.js");require("../../config-provider/index.js");const T=require("../hooks/use-options.js"),_=require("../style/index.js"),V=require("../../hooks/useControllableValue.js"),C=require("../../config-provider/hooks/use-namespace.js"),O=e.defineComponent({name:"ApFieldRadio",__name:"index",props:{mode:{default:"edit"},class:{},style:{},prefixCls:{},value:{},size:{},options:{},disabled:{type:Boolean,default:void 0},name:{},buttonStyle:{},id:{},block:{type:Boolean},optionType:{},onChange:{},"onUpdate:value":{},emptyText:{default:"--"},request:{},vertical:{type:Boolean,default:!1}},emits:["update:value"],setup(p,{expose:d,emit:f}){const t=p,v=f,n=e.ref(),{options:a,updateOptions:m}=T.default(t),{value:l,updateValue:y}=V.useControllableValue(t,v),{b:k,m:q}=C.useNamespace("field-radio"),g=_.default("field"),u=e.ref(!1);e.onMounted(()=>{t.request&&(u.value=!0,t.request?.().then(o=>m(o)).finally(()=>{u.value=!1}))});const b=e.computed(()=>{const o=e.unref(l);if(i.isNil(o))return t.emptyText;const r=a.value?.find(h=>o===c.getOptionValue(h));return c.getOptionLabel(r)||t.emptyText});function B(){n.value?.focus()}function x(){n.value?.blur()}return d({focus:B,blur:x}),(o,r)=>o.mode==="read"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createTextVNode(e.toDisplayString(b.value),1)],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[u.value?(e.openBlock(),e.createBlock(e.unref(s.Spin),{key:0,size:"small"})):(e.openBlock(),e.createBlock(e.unref(s.RadioGroup),e.mergeProps({key:1},e.unref(i.omit)(t,["value","onUpdate:value","options","request","vertical"]),{ref_key:"radioGroupRef",ref:n,value:e.unref(l),options:e.unref(a),class:[e.unref(k)(),o.vertical?e.unref(q)("vertical"):null,e.unref(g)],"onUpdate:value":e.unref(y)}),null,16,["value","options","class","onUpdate:value"]))],64))}});exports.default=O;
@@ -284,9 +284,9 @@ declare const __VLS_component: DefineComponent<ApFieldSliderProps, {
284
284
  }>, {
285
285
  step: number;
286
286
  disabled: boolean;
287
- max: number;
288
- min: number;
289
287
  emptyText: string;
288
+ min: number;
289
+ max: number;
290
290
  included: boolean;
291
291
  tooltipOpen: boolean;
292
292
  tooltipVisible: boolean;
@@ -0,0 +1,2 @@
1
+ import { BaseToken, GenStyleFunc } from '../../design-token/interface';
2
+ export declare const genCheckboxStyle: GenStyleFunc<BaseToken>;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=e=>{const{componentCls:c}=e;return{[`${c}-checkbox`]:{"&--vertical":{display:"inline-block","label.ant-checkbox-wrapper:not(:last-child)":{display:"flex",marginBlockEnd:e.spaceLG}},".ant-checkbox-disabled+span":{color:"unset"}}}};exports.genCheckboxStyle=l;
@@ -0,0 +1,3 @@
1
+ import { Ref } from 'vue';
2
+ declare const _default: (prefixCls: string) => Ref<string | undefined, string | undefined>;
3
+ export default _default;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const r=require("../../utils/cssinjs/index.js"),t=require("./checkbox.js"),o=require("./number.js"),u=require("./radio.js"),n=require("./textarea.js"),i=r.genComponentStyleHook("ApField",e=>[t.genCheckboxStyle(e),o.genNumberStyle(e),u.genRadioStyle(e),n.genTextareaStyle(e)]);exports.default=i;
@@ -0,0 +1,2 @@
1
+ import { BaseToken, GenStyleFunc } from '../../design-token/interface';
2
+ export declare const genNumberStyle: GenStyleFunc<BaseToken>;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=e=>{const{componentCls:t}=e;return{[`${t}-number`]:{[`${t}-number-label-left`]:{paddingRight:e.spaceXS},[`${t}-number-label-right`]:{paddingLeft:e.spaceXS}}}};exports.genNumberStyle=n;
@@ -0,0 +1,2 @@
1
+ import { BaseToken, GenStyleFunc } from '../../design-token/interface';
2
+ export declare const genRadioStyle: GenStyleFunc<BaseToken>;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=e=>{const{componentCls:a}=e;return{[`${a}-radio`]:{"&--vertical":{"label.ant-radio-wrapper:not(:last-child)":{display:"flex",marginBlockEnd:e.spaceLG}},".ant-radio-wrapper-disabled":{color:"unset"}}}};exports.genRadioStyle=t;
@@ -0,0 +1,2 @@
1
+ import { BaseToken, GenStyleFunc } from '../../design-token/interface';
2
+ export declare const genTextareaStyle: GenStyleFunc<BaseToken>;
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=e=>{const{componentCls:r}=e;return{[`${r}-text-area`]:{whiteSpace:"pre-wrap",wordWrap:"break-word",wordBreak:"break-all"}}};exports.genTextareaStyle=t;
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),s=require("lodash-unified");require("../../hooks/index.js");require("../../config-provider/index.js");const b=require("@aplus-frontend/antdv"),x=require("../hooks/use-default-placeholder.js"),B=require("../../hooks/useControllableValue.js"),h=require("../../config-provider/hooks/use-namespace.js"),I=e.defineComponent({name:"ApFieldTextArea",__name:"index",props:{mode:{default:"edit"},class:{},style:{},rows:{},autoSize:{type:[Boolean,Object]},onResize:{},onCompositionstart:{},onCompositionend:{},valueModifiers:{},size:{},value:{},name:{},type:{default:"text"},onFocus:{},onBlur:{},onChange:{},onInput:{},onKeydown:{},onKeyup:{},onMousedown:{},focused:{type:Boolean},hidden:{type:Boolean},disabled:{type:Boolean,default:void 0},prefixCls:{},id:{},readonly:{type:Boolean},autofocus:{type:Boolean},variant:{},autocomplete:{},placeholder:{},lazy:{type:Boolean,default:!0},maxlength:{},loading:{type:Boolean},bordered:{type:Boolean,default:!0},showCount:{type:[Boolean,Object]},htmlSize:{},onPressEnter:{},onMouseUp:{},onRawInput:{},"onUpdate:value":{},status:{},defaultValue:{},inputElement:{},triggerFocus:{},handleReset:{},clearIcon:{},allowClear:{type:Boolean,default:!0},emptyText:{default:"--"},beforeInput:{}},emits:["update:value"],setup(p,{expose:i,emit:d}){const o=e.ref(),a=p,c=d,{value:n,updateValue:f}=B.useControllableValue(a,c),{b:m}=h.useNamespace("field-text-area"),y=x.useDefaultPlaceholder("TextArea",a);function v(t){const l=t.target.value||"",u=a.beforeInput?a.beforeInput?.(l):l,r=o.value?.$el?.querySelector("textarea");r&&(r.value=u),f(u)}return i({focus:t=>{o.value?.focus(t)},blur:()=>{o.value?.blur()},resizableTextArea:e.computed(()=>o.value?.resizableTextArea)}),(t,l)=>t.mode==="read"?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass(e.unref(m)())},e.toDisplayString(e.unref(s.isNil)(e.unref(n))||e.unref(n)===""?t.emptyText:e.unref(n)),3)):(e.openBlock(),e.createBlock(e.unref(b.Input).TextArea,e.mergeProps({key:1},e.unref(s.omit)(a,["onUpdate:value","value","beforeInput"]),{ref_key:"textAreaRef",ref:o,placeholder:e.unref(y),value:e.unref(n),onInput:v}),null,16,["placeholder","value"]))}});exports.default=I;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),s=require("lodash-unified");require("../../hooks/index.js");require("../../config-provider/index.js");const h=require("@aplus-frontend/antdv"),x=require("../hooks/use-default-placeholder.js"),B=require("../style/index.js"),I=require("../../hooks/useControllableValue.js"),g=require("../../config-provider/hooks/use-namespace.js"),q=e.defineComponent({name:"ApFieldTextArea",__name:"index",props:{mode:{default:"edit"},class:{},style:{},rows:{},autoSize:{type:[Boolean,Object]},onResize:{},onCompositionstart:{},onCompositionend:{},valueModifiers:{},size:{},value:{},name:{},type:{default:"text"},onFocus:{},onBlur:{},onChange:{},onInput:{},onKeydown:{},onKeyup:{},onMousedown:{},focused:{type:Boolean},hidden:{type:Boolean},disabled:{type:Boolean,default:void 0},prefixCls:{},id:{},readonly:{type:Boolean},autofocus:{type:Boolean},variant:{},autocomplete:{},placeholder:{},lazy:{type:Boolean,default:!0},maxlength:{},loading:{type:Boolean},bordered:{type:Boolean,default:!0},showCount:{type:[Boolean,Object]},htmlSize:{},onPressEnter:{},onMouseUp:{},onRawInput:{},"onUpdate:value":{},status:{},defaultValue:{},inputElement:{},triggerFocus:{},handleReset:{},clearIcon:{},allowClear:{type:Boolean,default:!0},emptyText:{default:"--"},beforeInput:{}},emits:["update:value"],setup(p,{expose:i,emit:d}){const o=e.ref(),a=p,c=d,{value:n,updateValue:f}=I.useControllableValue(a,c),{b:m}=g.useNamespace("field-text-area"),y=B.default("field"),v=x.useDefaultPlaceholder("TextArea",a);function b(t){const l=t.target.value||"",u=a.beforeInput?a.beforeInput?.(l):l,r=o.value?.$el?.querySelector("textarea");r&&(r.value=u),f(u)}return i({focus:t=>{o.value?.focus(t)},blur:()=>{o.value?.blur()},resizableTextArea:e.computed(()=>o.value?.resizableTextArea)}),(t,l)=>t.mode==="read"?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass([e.unref(m)(),e.unref(y)])},e.toDisplayString(e.unref(s.isNil)(e.unref(n))||e.unref(n)===""?t.emptyText:e.unref(n)),3)):(e.openBlock(),e.createBlock(e.unref(h.Input).TextArea,e.mergeProps({key:1},e.unref(s.omit)(a,["onUpdate:value","value","beforeInput"]),{ref_key:"textAreaRef",ref:o,placeholder:e.unref(v),value:e.unref(n),onInput:b}),null,16,["placeholder","value"]))}});exports.default=q;
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),s=require("@aplus-frontend/antdv");require("../ap-form.vue.js");require("../../hooks/index.js");const L=require("../../utils/slot.js");require("../../config-provider/index.js");const b=require("lodash-unified"),U=require("../../utils/index.js"),j=require("../../hooks/useControllableValue.js"),E=require("../../config-provider/hooks/use-locale.js"),D=require("../../config-provider/hooks/use-namespace.js"),I=require("../ap-form.vue2.js");function W(l){return typeof l=="function"||Object.prototype.toString.call(l)==="[object Object]"&&!e.isVNode(l)}const A=e.defineComponent({name:"ApFormDrawerForm",__name:"index",props:{layout:{default:"horizontal"},labelCol:{},wrapperCol:{},colon:{type:Boolean,default:!0},labelAlign:{default:"right"},labelWrap:{type:Boolean},prefixCls:{},requiredMark:{},hideRequiredMark:{type:Boolean,default:!1},rules:{},validateMessages:{},validateOnRuleChange:{type:Boolean,default:!0},scrollToFirstError:{},onSubmit:{},name:{},validateTrigger:{default:"change"},size:{},disabled:{type:Boolean},onFieldsChange:{},onFinishFailed:{},onValidate:{},variant:{},initialValues:{},onValuesChange:{},syncToUrl:{type:[Boolean,Function]},syncToUrlPriority:{type:Boolean},open:{type:Boolean,default:void 0},"onUpdate:open":{},drawerProps:{default:()=>({})},title:{},width:{default:378},onFinish:{},submitter:{type:[Boolean,Object],default:()=>({resetButtonProps:!1})},showCancel:{type:Boolean,default:!0},submitTimeout:{},resize:{type:[Object,Boolean],default:!1}},emits:["update:open"],setup(l,{expose:k,emit:x}){const n=l,p=e.useSlots(),R=x,i=e.ref(),d=e.ref(),r=e.ref(!1),{value:g,updateValue:c}=j.useControllableValue(n,R,{valuePropName:"open",defaultValue:!1}),a=e.computed(()=>{const t={onResize:()=>{},minWidth:300,maxWidth:window.innerWidth*.8,resizeOnOpen:!0};return b.isBoolean(n.resize)?n.resize?t:{}:{minWidth:n.resize?.minWidth??t.minWidth,maxWidth:n.resize?.maxWidth??t.maxWidth,onResize:n.resize?.onResize??t.onResize,resizeOnOpen:b.isUndefined(n.resize?.resizeOnOpen)?t.onResize:n.resize.resizeOnOpen}}),u=e.ref(y()),{t:v}=E.useLocale(),{e:N,em:F}=D.useNamespace("ap-form-drawer-form"),O=e.computed(()=>[N("resize-bar"),{[F("resize-bar","min-disabled")]:e.unref(u)===e.unref(a).minWidth},{[F("resize-bar","max-disabled")]:e.unref(u)===e.unref(a).maxWidth}]);e.watch(()=>i.value,t=>{t&&d.value&&(t.setFieldsValue?.(d.value),d.value=void 0)}),e.watch(()=>e.unref(g),t=>{t&&e.unref(a)?.resizeOnOpen&&(u.value=y())});function y(){const t=e.unref(a)?.minWidth;return!t||t&&t<n.width?n.width:t}const V=L.getSingleVNode(p.trigger),w=V?e.cloneVNode(V,{onClick:()=>{c(!0)}}):null,P=e.computed(()=>{const t=[];if(n.submitter===!1)return null;if(n.showCancel){let o;t.push(e.createVNode(s.Button,{onClick:B,disabled:r.value},W(o=v("ap.common.cancelText"))?o:{default:()=>[o]}))}return n.submitter?.resetButtonProps!==!1&&t.push(e.createVNode(s.Button,e.mergeProps(n.submitter?.resetButtonProps||{},{key:"submit",disabled:r.value,onClick:q}),{default:()=>[n.submitter?.resetText||v("ap.common.resetText")]})),n.submitter?.submitButtonProps!==!1&&t.push(e.createVNode(s.Button,e.mergeProps({type:"primary",key:"submit"},n.submitter?.submitButtonProps||{},{loading:r.value,onClick:S}),{default:()=>[n.submitter?.submitText||v("ap.common.okText")]})),e.createVNode(s.Flex,{justify:"flex-end"},{default:()=>[p.submitter?p.submitter(t):e.createVNode(s.Space,null,W(t)?t:{default:()=>[t]})]})});function _(){a.value?.onResize?.(),document.addEventListener("mousemove",C),document.addEventListener("mouseup",z)}function C(t){const o=e.unref(a),f=(document.body.offsetWidth||1e3)-(t.clientX-document.body.offsetLeft),m=o?.minWidth??(n.width||800),T=o?.maxWidth??window.innerWidth*.8;let h=f;f<m&&(h=m),f>T&&(h=T),u.value=h}function z(){document.removeEventListener("mousemove",C),document.removeEventListener("mouseup",z)}function q(){n.submitter!==!1&&(i.value?.resetFields(),n.submitter?.onReset?.())}async function S(){if(n.submitter!==!1)try{const t=await i.value?.validateFieldsReturnTransformed();n.submitter?.onSubmit?.(),r.value=!0;const o=n.onFinish?.(U.convertReactiveToRaw(t));if(n.submitTimeout&&o instanceof Promise){const m=setTimeout(()=>r.value=!1,n.submitTimeout);o.finally(()=>{clearTimeout(m),r.value=!1})}await o&&c(!1)}finally{r.value=!1}}function B(){e.unref(r)||c(!1)}function M(t){!t&&e.unref(r)||c(t)}return k({resetFields:async()=>{i.value?.resetFields()},clearValidate:t=>{i.value?.clearValidate(t)},validateFields:(t,o)=>i.value?.validateFields(t,o),getFieldsValue:t=>i.value?.getFieldsValue(t),validate:(t,o)=>i.value?.validate(t,o),scrollToField:(t,o={})=>{i.value?.scrollToField(t,o)},setFieldValue:(t,o)=>{i.value?.setFieldValue?.(t,o)},setFieldsValue:t=>{if(!i.value){d.value=t;return}i.value?.setFieldsValue?.(t)},getInternalInstance:t=>i.value?.getInternalInstance(t),getFieldsValueTransformed:t=>i.value?.getFieldsValueTransformed(t),validateFieldsReturnTransformed:t=>i.value?.validateFieldsReturnTransformed(t)}),(t,o)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createVNode(e.unref(s.Drawer),e.mergeProps(t.drawerProps,{open:e.unref(g),width:u.value,"onUpdate:open":M,onCancel:B}),{title:e.withCtx(()=>[e.renderSlot(t.$slots,"title",{},()=>[e.createTextVNode(e.toDisplayString(n.title),1)])]),footer:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(P.value)))]),default:e.withCtx(()=>[e.createVNode(I.default,e.mergeProps({ref_key:"formRef",ref:i},e.unref(b.omit)(n,["drawerProps","open","onUpdate:open","title","width","onFinish","submitter"])),{default:e.withCtx(()=>[e.renderSlot(t.$slots,"default")]),_:3},16),t.resize?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(O.value),onMousedown:e.withModifiers(_,["stop","prevent"])},null,34)):e.createCommentVNode("",!0)]),_:3},16,["open","width"]),e.unref(w)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(w)),{key:0})):e.createCommentVNode("",!0)],64))}});exports.default=A;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),s=require("@aplus-frontend/antdv");require("../ap-form.vue.js");require("../../hooks/index.js");const j=require("../../utils/slot.js");require("../../config-provider/index.js");const b=require("lodash-unified"),E=require("../../utils/index.js"),I=require("../style/drawer-form.js"),D=require("../../hooks/useControllableValue.js"),A=require("../../config-provider/hooks/use-locale.js"),$=require("../../config-provider/hooks/use-namespace.js"),X=require("../ap-form.vue2.js");function W(l){return typeof l=="function"||Object.prototype.toString.call(l)==="[object Object]"&&!e.isVNode(l)}const G=e.defineComponent({name:"ApFormDrawerForm",__name:"index",props:{layout:{default:"horizontal"},labelCol:{},wrapperCol:{},colon:{type:Boolean,default:!0},labelAlign:{default:"right"},labelWrap:{type:Boolean},prefixCls:{},requiredMark:{},hideRequiredMark:{type:Boolean,default:!1},rules:{},validateMessages:{},validateOnRuleChange:{type:Boolean,default:!0},scrollToFirstError:{},onSubmit:{},name:{},validateTrigger:{default:"change"},size:{},disabled:{type:Boolean},onFieldsChange:{},onFinishFailed:{},onValidate:{},variant:{},initialValues:{},onValuesChange:{},syncToUrl:{type:[Boolean,Function]},syncToUrlPriority:{type:Boolean},open:{type:Boolean,default:void 0},"onUpdate:open":{},drawerProps:{default:()=>({})},title:{},width:{default:378},onFinish:{},submitter:{type:[Boolean,Object],default:()=>({resetButtonProps:!1})},showCancel:{type:Boolean,default:!0},submitTimeout:{},resize:{type:[Object,Boolean],default:!1}},emits:["update:open"],setup(l,{expose:k,emit:x}){const n=l,p=e.useSlots(),R=x,r=e.ref(),d=e.ref(),i=e.ref(!1),{value:g,updateValue:c}=D.useControllableValue(n,R,{valuePropName:"open",defaultValue:!1}),a=e.computed(()=>{const t={onResize:()=>{},minWidth:300,maxWidth:window.innerWidth*.8,resizeOnOpen:!0};return b.isBoolean(n.resize)?n.resize?t:{}:{minWidth:n.resize?.minWidth??t.minWidth,maxWidth:n.resize?.maxWidth??t.maxWidth,onResize:n.resize?.onResize??t.onResize,resizeOnOpen:b.isUndefined(n.resize?.resizeOnOpen)?t.onResize:n.resize.resizeOnOpen}}),u=e.ref(y()),{t:v}=A.useLocale(),N=I.default("ap-form-drawer-form"),{b:O,e:P,em:F}=$.useNamespace("ap-form-drawer-form"),_=e.computed(()=>[P("resize-bar"),{[F("resize-bar","min-disabled")]:e.unref(u)===e.unref(a).minWidth},{[F("resize-bar","max-disabled")]:e.unref(u)===e.unref(a).maxWidth}]);e.watch(()=>r.value,t=>{t&&d.value&&(t.setFieldsValue?.(d.value),d.value=void 0)}),e.watch(()=>e.unref(g),t=>{t&&e.unref(a)?.resizeOnOpen&&(u.value=y())});function y(){const t=e.unref(a)?.minWidth;return!t||t&&t<n.width?n.width:t}const w=j.getSingleVNode(p.trigger),V=w?e.cloneVNode(w,{onClick:()=>{c(!0)}}):null,q=e.computed(()=>{const t=[];if(n.submitter===!1)return null;if(n.showCancel){let o;t.push(e.createVNode(s.Button,{onClick:B,disabled:i.value},W(o=v("ap.common.cancelText"))?o:{default:()=>[o]}))}return n.submitter?.resetButtonProps!==!1&&t.push(e.createVNode(s.Button,e.mergeProps(n.submitter?.resetButtonProps||{},{key:"submit",disabled:i.value,onClick:M}),{default:()=>[n.submitter?.resetText||v("ap.common.resetText")]})),n.submitter?.submitButtonProps!==!1&&t.push(e.createVNode(s.Button,e.mergeProps({type:"primary",key:"submit"},n.submitter?.submitButtonProps||{},{loading:i.value,onClick:L}),{default:()=>[n.submitter?.submitText||v("ap.common.okText")]})),e.createVNode(s.Flex,{justify:"flex-end"},{default:()=>[p.submitter?p.submitter(t):e.createVNode(s.Space,null,W(t)?t:{default:()=>[t]})]})});function S(){a.value?.onResize?.(),document.addEventListener("mousemove",C),document.addEventListener("mouseup",z)}function C(t){const o=e.unref(a),f=(document.body.offsetWidth||1e3)-(t.clientX-document.body.offsetLeft),m=o?.minWidth??(n.width||800),T=o?.maxWidth??window.innerWidth*.8;let h=f;f<m&&(h=m),f>T&&(h=T),u.value=h}function z(){document.removeEventListener("mousemove",C),document.removeEventListener("mouseup",z)}function M(){n.submitter!==!1&&(r.value?.resetFields(),n.submitter?.onReset?.())}async function L(){if(n.submitter!==!1)try{const t=await r.value?.validateFieldsReturnTransformed();n.submitter?.onSubmit?.(),i.value=!0;const o=n.onFinish?.(E.convertReactiveToRaw(t));if(n.submitTimeout&&o instanceof Promise){const m=setTimeout(()=>i.value=!1,n.submitTimeout);o.finally(()=>{clearTimeout(m),i.value=!1})}await o&&c(!1)}finally{i.value=!1}}function B(){e.unref(i)||c(!1)}function U(t){!t&&e.unref(i)||c(t)}return k({resetFields:async()=>{r.value?.resetFields()},clearValidate:t=>{r.value?.clearValidate(t)},validateFields:(t,o)=>r.value?.validateFields(t,o),getFieldsValue:t=>r.value?.getFieldsValue(t),validate:(t,o)=>r.value?.validate(t,o),scrollToField:(t,o={})=>{r.value?.scrollToField(t,o)},setFieldValue:(t,o)=>{r.value?.setFieldValue?.(t,o)},setFieldsValue:t=>{if(!r.value){d.value=t;return}r.value?.setFieldsValue?.(t)},getInternalInstance:t=>r.value?.getInternalInstance(t),getFieldsValueTransformed:t=>r.value?.getFieldsValueTransformed(t),validateFieldsReturnTransformed:t=>r.value?.validateFieldsReturnTransformed(t)}),(t,o)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createVNode(e.unref(s.Drawer),e.mergeProps(t.drawerProps,{open:e.unref(g),width:u.value,class:[e.unref(O)(),e.unref(N)],"onUpdate:open":U,onCancel:B}),{title:e.withCtx(()=>[e.renderSlot(t.$slots,"title",{},()=>[e.createTextVNode(e.toDisplayString(n.title),1)])]),footer:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(q.value)))]),default:e.withCtx(()=>[e.createVNode(X.default,e.mergeProps({ref_key:"formRef",ref:r},e.unref(b.omit)(n,["drawerProps","open","onUpdate:open","title","width","onFinish","submitter"])),{default:e.withCtx(()=>[e.renderSlot(t.$slots,"default")]),_:3},16),t.resize?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(_.value),onMousedown:e.withModifiers(S,["stop","prevent"])},null,34)):e.createCommentVNode("",!0)]),_:3},16,["open","width","class"]),e.unref(V)?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(V)),{key:0})):e.createCommentVNode("",!0)],64))}});exports.default=G;
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),u=require("@aplus-frontend/antdv"),S=require("@aplus-frontend/antdv/es/theme/internal"),n=require("lodash-unified"),I=require("../constant.js"),T=require("@ant-design/icons-vue");require("../../config-provider/index.js");const _=require("../context.js"),z=require("@fruits-chain/utils"),M=require("../../utils/slot.js"),R=require("../../config-provider/hooks/use-namespace.js"),A=e.defineComponent({name:"ApFormItem",__name:"index",props:{htmlFor:{},prefixCls:{},label:{},help:{},extra:{},labelCol:{},wrapperCol:{},hasFeedback:{type:Boolean,default:!1},colon:{type:Boolean,default:void 0},labelAlign:{},prop:{},name:{},rules:{},autoLink:{type:Boolean,default:!0},required:{type:Boolean,default:void 0},validateFirst:{type:Boolean,default:void 0},validateStatus:{},validateTrigger:{},messageVariables:{},hidden:{type:Boolean},noStyle:{type:Boolean},tooltip:{},span:{},order:{},offset:{},push:{},pull:{},xs:{},sm:{},md:{},lg:{},xl:{},xxl:{},flex:{},bordered:{type:Boolean,default:!1},valuePropName:{default:"value"},initialValue:{},_signal:{},transform:{},description:{},customFilled:{},disabled:{type:Boolean}},setup(m,{expose:v}){const t=m,d=e.useSlots(),{model:f,updateModel:b,internalInstance:y}=_.useInjectForm(),{m:i,b:F}=R.useNamespace("ap-form-item"),s=e.ref(!1),l=e.ref(),[,V]=S.useToken();e.onMounted(async()=>{let o=n.isFunction(t.initialValue)?t.initialValue():t.initialValue;z.isPromise(o)&&(o=await o),y?.registerField({name:t.name,initialValue:n.cloneDeep(o),transform:t.transform})});const c=e.computed(()=>t.name?n.isArray(t.name)?t.name.reduce((o,r)=>o?.[r],e.unref(f)):f?.value[t.name]:null);function g(){const o=d.default?.()||[];if(!t.name)return o[0];const r=M.getValidVNodeList(o)[0];return r?e.cloneVNode(r,{[t.valuePropName]:e.unref(c),[`onUpdate:${t.valuePropName}`]:h,variant:t.bordered?"borderless":r?.props?.variant,bordered:t.bordered?!1:r?.props?.bordered,onFocus:B,onBlur:C}):null}function h(o){b?.(t.name,o)}function B(){s.value=!0}function C(){s.value=!1}function x(){l.value?.onFieldBlur()}function q(){l.value?.onFieldChange()}function k(){l.value?.clearValidate()}function N(){l.value?.resetField()}function w(o=!1){const r=e.unref(c);if(!o||!t.transform)return r;const a=n.isFunction(t.transform)?t.transform:t.transform.transformer;return t.transform?a(r):r}return v({onFieldBlur:x,onFieldChange:q,clearValidate:k,resetField:N,getFieldValue:w}),(o,r)=>(e.openBlock(),e.createBlock(e.unref(u.Form).Item,e.mergeProps({ref_key:"formItemRef",ref:l},e.unref(n.omit)(t,[...e.unref(I.apFormItemColPropKeys),"tooltip","label","description"]),{class:{[e.unref(i)("bordered")]:o.bordered,[e.unref(i)("focused")]:o.bordered&&s.value,[e.unref(i)("disabled")]:o.bordered&&o.disabled,[e.unref(F)()]:!0},colon:o.bordered?!1:t.colon}),e.createSlots({default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(g())))]),_:2},[t.tooltip?{name:"tooltip",fn:e.withCtx(({class:a})=>[e.createElementVNode("span",{class:e.normalizeClass(a)},[e.createVNode(e.unref(u.Tooltip),{title:t.tooltip},{default:e.withCtx(()=>[e.createVNode(e.unref(T.QuestionCircleOutlined),{style:e.normalizeStyle({color:e.unref(V).colorTextTertiary,fontSize:"14px",transform:"translateY(1px)"})},null,8,["style"])]),_:1},8,["title"])],2)]),key:"0"}:void 0,o.label?{name:"label",fn:e.withCtx(()=>[e.createVNode(e.unref(u.TypographyText),{content:o.label,ellipsis:{tooltip:o.label},style:{"min-width":"0px",flex:"1"}},null,8,["content","ellipsis"])]),key:"1"}:void 0,e.renderList(e.unref(n.omit)(d,"default"),(a,p)=>({name:p,fn:e.withCtx(P=>[e.renderSlot(o.$slots,p,e.normalizeProps(e.guardReactiveProps(P||{})))])}))]),1040,["class","colon"]))}});exports.default=A;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),u=require("@aplus-frontend/antdv"),S=require("@aplus-frontend/antdv/es/theme/internal"),n=require("lodash-unified"),T=require("../constant.js"),_=require("@ant-design/icons-vue");require("../../config-provider/index.js");const z=require("../context.js"),M=require("@fruits-chain/utils"),R=require("../../utils/slot.js"),A=require("../style/item.js"),D=require("../../config-provider/hooks/use-namespace.js"),L=e.defineComponent({name:"ApFormItem",__name:"index",props:{htmlFor:{},prefixCls:{},label:{},help:{},extra:{},labelCol:{},wrapperCol:{},hasFeedback:{type:Boolean,default:!1},colon:{type:Boolean,default:void 0},labelAlign:{},prop:{},name:{},rules:{},autoLink:{type:Boolean,default:!0},required:{type:Boolean,default:void 0},validateFirst:{type:Boolean,default:void 0},validateStatus:{},validateTrigger:{},messageVariables:{},hidden:{type:Boolean},noStyle:{type:Boolean},tooltip:{},span:{},order:{},offset:{},push:{},pull:{},xs:{},sm:{},md:{},lg:{},xl:{},xxl:{},flex:{},bordered:{type:Boolean,default:!1},valuePropName:{default:"value"},initialValue:{},_signal:{},transform:{},description:{},customFilled:{},disabled:{type:Boolean}},setup(m,{expose:v}){const t=m,d=e.useSlots(),{model:f,updateModel:b,internalInstance:y}=z.useInjectForm(),{m:i,b:h}=D.useNamespace("ap-form-item"),F=A.default("ap-form-item"),s=e.ref(!1),l=e.ref(),[,V]=S.useToken();e.onMounted(async()=>{let o=n.isFunction(t.initialValue)?t.initialValue():t.initialValue;M.isPromise(o)&&(o=await o),y?.registerField({name:t.name,initialValue:n.cloneDeep(o),transform:t.transform})});const c=e.computed(()=>t.name?n.isArray(t.name)?t.name.reduce((o,r)=>o?.[r],e.unref(f)):f?.value[t.name]:null);function g(){const o=d.default?.()||[];if(!t.name)return o[0];const r=R.getValidVNodeList(o)[0];return r?e.cloneVNode(r,{[t.valuePropName]:e.unref(c),[`onUpdate:${t.valuePropName}`]:B,variant:t.bordered?"borderless":r?.props?.variant,bordered:t.bordered?!1:r?.props?.bordered,onFocus:C,onBlur:q}):null}function B(o){b?.(t.name,o)}function C(){s.value=!0}function q(){s.value=!1}function x(){l.value?.onFieldBlur()}function k(){l.value?.onFieldChange()}function N(){l.value?.clearValidate()}function w(){l.value?.resetField()}function I(o=!1){const r=e.unref(c);if(!o||!t.transform)return r;const a=n.isFunction(t.transform)?t.transform:t.transform.transformer;return t.transform?a(r):r}return v({onFieldBlur:x,onFieldChange:k,clearValidate:N,resetField:w,getFieldValue:I}),(o,r)=>(e.openBlock(),e.createBlock(e.unref(u.Form).Item,e.mergeProps({ref_key:"formItemRef",ref:l},e.unref(n.omit)(t,[...e.unref(T.apFormItemColPropKeys),"tooltip","label","description"]),{class:{[e.unref(i)("bordered")]:o.bordered,[e.unref(i)("focused")]:o.bordered&&s.value,[e.unref(i)("disabled")]:o.bordered&&o.disabled,[e.unref(h)()]:!0,[e.unref(F)]:!0},colon:o.bordered?!1:t.colon}),e.createSlots({default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(g())))]),_:2},[t.tooltip?{name:"tooltip",fn:e.withCtx(({class:a})=>[e.createElementVNode("span",{class:e.normalizeClass(a)},[e.createVNode(e.unref(u.Tooltip),{title:t.tooltip},{default:e.withCtx(()=>[e.createVNode(e.unref(_.QuestionCircleOutlined),{style:e.normalizeStyle({color:e.unref(V).colorTextTertiary,fontSize:"14px",transform:"translateY(1px)"})},null,8,["style"])]),_:1},8,["title"])],2)]),key:"0"}:void 0,o.label?{name:"label",fn:e.withCtx(()=>[e.createVNode(e.unref(u.TypographyText),{content:o.label,ellipsis:{tooltip:o.label},style:{"min-width":"0px",flex:"1"}},null,8,["content","ellipsis"])]),key:"1"}:void 0,e.renderList(e.unref(n.omit)(d,"default"),(a,p)=>({name:p,fn:e.withCtx(P=>[e.renderSlot(o.$slots,p,e.normalizeProps(e.guardReactiveProps(P||{})))])}))]),1040,["class","colon"]))}});exports.default=L;
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),m=require("@aplus-frontend/antdv"),u=require("lodash-unified"),y=require("../constant.js"),c=require("./helper.js");require("../../config-provider/index.js");const P=require("../../utils/index.js"),B=require("../../config-provider/hooks/use-namespace.js");function h(t){return typeof t=="function"||Object.prototype.toString.call(t)==="[object Object]"&&!e.isVNode(t)}const q=e.defineComponent({name:"ApFormItemGroup",__name:"index",props:{align:{},justify:{},prefixCls:{},gutter:{default:24},wrap:{type:Boolean,default:void 0},countPerRow:{default:3}},setup(t){const a=t,l=e.useSlots(),{b:i}=B.useNamespace("ap-form-item-group"),s=e.ref([]);e.onBeforeUpdate(()=>{s.value=d(l.default())}),e.watch(()=>l.default(),r=>{s.value=d(r)},{immediate:!0});function d(r){const p=c.genRealChildren(r||[]);return e.unref(p).map((o,g)=>{const n=o.props,f=u.pick(n,y.apFormItemColPropKeys),_=f?.span?{}:c.buildColSpan(a.countPerRow),k=u.isBoolean(n.hidden)?!!n.hidden:P.isDef(n.hidden);return{key:`${g}-${c.getStringName(n.name)}`,node:e.createVNode(m.Col,e.mergeProps(_,f,{class:k?i("col-hidden"):""}),h(o)?o:{default:()=>[o]})}})}return(r,p)=>(e.openBlock(),e.createBlock(e.unref(m.Row),e.mergeProps({class:e.unref(i)()},e.unref(u.omit)(a,["countPerRow"])),{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,o=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(o.node),{key:o.key}))),128))]),_:1},16,["class"]))}});exports.default=q;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),m=require("@aplus-frontend/antdv"),u=require("lodash-unified"),y=require("../constant.js"),c=require("./helper.js");require("../../config-provider/index.js");const P=require("../../utils/index.js"),q=require("../style/item-group.js"),B=require("../../config-provider/hooks/use-namespace.js");function v(t){return typeof t=="function"||Object.prototype.toString.call(t)==="[object Object]"&&!e.isVNode(t)}const C=e.defineComponent({name:"ApFormItemGroup",__name:"index",props:{align:{},justify:{},prefixCls:{},gutter:{default:24},wrap:{type:Boolean,default:void 0},countPerRow:{default:3}},setup(t){const a=t,i=e.useSlots(),{b:l}=B.useNamespace("ap-form-item-group"),g=q.default("ap-form-item-group"),s=e.ref([]);e.onBeforeUpdate(()=>{s.value=d(i.default())}),e.watch(()=>i.default(),r=>{s.value=d(r)},{immediate:!0});function d(r){const p=c.genRealChildren(r||[]);return e.unref(p).map((o,_)=>{const n=o.props,f=u.pick(n,y.apFormItemColPropKeys),h=f?.span?{}:c.buildColSpan(a.countPerRow),k=u.isBoolean(n.hidden)?!!n.hidden:P.isDef(n.hidden);return{key:`${_}-${c.getStringName(n.name)}`,node:e.createVNode(m.Col,e.mergeProps(h,f,{class:k?l("col-hidden"):""}),v(o)?o:{default:()=>[o]})}})}return(r,p)=>(e.openBlock(),e.createBlock(e.unref(m.Row),e.mergeProps({class:[e.unref(l)(),e.unref(g)]},e.unref(u.omit)(a,["countPerRow"])),{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,o=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(o.node),{key:o.key}))),128))]),_:1},16,["class"]))}});exports.default=C;
@@ -47,14 +47,14 @@ declare function __VLS_template(): {
47
47
  readonly autofocus?: boolean | undefined;
48
48
  readonly 'onUpdate:value'?: (((value: ValueType) => void) & ((...args: any[]) => any)) | undefined;
49
49
  readonly bordered?: boolean | undefined;
50
- readonly max?: ValueType | undefined;
51
- readonly min?: ValueType | undefined;
52
50
  readonly readonly?: boolean | undefined;
53
51
  readonly onPressEnter?: KeyboardEventHandler | undefined;
54
52
  readonly status?: "" | "error" | "warning" | undefined;
55
53
  readonly defaultValue?: ValueType | undefined;
56
54
  readonly changeOnWheel?: boolean | undefined;
57
55
  readonly stringMode?: boolean | undefined;
56
+ readonly min?: ValueType | undefined;
57
+ readonly max?: ValueType | undefined;
58
58
  readonly controls?: boolean | undefined;
59
59
  readonly parser?: ((displayValue: string) => ValueType) | undefined;
60
60
  readonly formatter?: ((value: ValueType, info: {
@@ -67,13 +67,13 @@ declare function __VLS_template(): {
67
67
  }) => void) | undefined;
68
68
  readonly type?: string | undefined;
69
69
  readonly name?: string | undefined;
70
- readonly suffix?: any;
71
70
  readonly id?: string | undefined;
72
71
  readonly placeholder?: string | undefined;
73
72
  readonly valueModifiers?: Record<string, any> | undefined;
74
73
  readonly addonBefore?: any;
75
74
  readonly addonAfter?: any;
76
75
  readonly prefix?: any;
76
+ readonly suffix?: any;
77
77
  readonly tabindex?: number | undefined;
78
78
  readonly precision?: number | undefined;
79
79
  readonly decimalSeparator?: string | undefined;
@@ -448,9 +448,9 @@ declare function __VLS_template(): {
448
448
  disabled: boolean;
449
449
  keyboard: boolean;
450
450
  bordered: boolean;
451
- max: ValueType;
452
- min: ValueType;
453
451
  emptyText: string;
452
+ min: ValueType;
453
+ max: ValueType;
454
454
  controls: boolean;
455
455
  thousands: boolean;
456
456
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
@@ -478,14 +478,14 @@ declare function __VLS_template(): {
478
478
  disabled: boolean;
479
479
  keyboard: boolean;
480
480
  bordered: boolean;
481
- max: ValueType;
482
- min: ValueType;
483
481
  emptyText: string;
482
+ min: ValueType;
483
+ max: ValueType;
484
484
  controls: boolean;
485
485
  thousands: boolean;
486
486
  }> & Omit<Readonly< ApFieldNumberProps> & Readonly<{
487
487
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
488
- }>, "blur" | "focus" | ("step" | "disabled" | "keyboard" | "bordered" | "max" | "min" | "emptyText" | "controls" | "thousands")> & ShallowUnwrapRef<{
488
+ }>, "blur" | "focus" | ("step" | "disabled" | "keyboard" | "bordered" | "emptyText" | "min" | "max" | "controls" | "thousands")> & ShallowUnwrapRef<{
489
489
  focus: () => void;
490
490
  blur: () => void;
491
491
  }> & {} & ComponentCustomProperties & {} & {
@@ -542,14 +542,14 @@ declare const __VLS_component: DefineComponent<ApFormItemNumberProps, {
542
542
  readonly autofocus?: boolean | undefined;
543
543
  readonly 'onUpdate:value'?: (((value: ValueType) => void) & ((...args: any[]) => any)) | undefined;
544
544
  readonly bordered?: boolean | undefined;
545
- readonly max?: ValueType | undefined;
546
- readonly min?: ValueType | undefined;
547
545
  readonly readonly?: boolean | undefined;
548
546
  readonly onPressEnter?: KeyboardEventHandler | undefined;
549
547
  readonly status?: "" | "error" | "warning" | undefined;
550
548
  readonly defaultValue?: ValueType | undefined;
551
549
  readonly changeOnWheel?: boolean | undefined;
552
550
  readonly stringMode?: boolean | undefined;
551
+ readonly min?: ValueType | undefined;
552
+ readonly max?: ValueType | undefined;
553
553
  readonly controls?: boolean | undefined;
554
554
  readonly parser?: ((displayValue: string) => ValueType) | undefined;
555
555
  readonly formatter?: ((value: ValueType, info: {
@@ -562,13 +562,13 @@ declare const __VLS_component: DefineComponent<ApFormItemNumberProps, {
562
562
  }) => void) | undefined;
563
563
  readonly type?: string | undefined;
564
564
  readonly name?: string | undefined;
565
- readonly suffix?: any;
566
565
  readonly id?: string | undefined;
567
566
  readonly placeholder?: string | undefined;
568
567
  readonly valueModifiers?: Record<string, any> | undefined;
569
568
  readonly addonBefore?: any;
570
569
  readonly addonAfter?: any;
571
570
  readonly prefix?: any;
571
+ readonly suffix?: any;
572
572
  readonly tabindex?: number | undefined;
573
573
  readonly precision?: number | undefined;
574
574
  readonly decimalSeparator?: string | undefined;
@@ -943,9 +943,9 @@ declare const __VLS_component: DefineComponent<ApFormItemNumberProps, {
943
943
  disabled: boolean;
944
944
  keyboard: boolean;
945
945
  bordered: boolean;
946
- max: ValueType;
947
- min: ValueType;
948
946
  emptyText: string;
947
+ min: ValueType;
948
+ max: ValueType;
949
949
  controls: boolean;
950
950
  thousands: boolean;
951
951
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
@@ -973,14 +973,14 @@ declare const __VLS_component: DefineComponent<ApFormItemNumberProps, {
973
973
  disabled: boolean;
974
974
  keyboard: boolean;
975
975
  bordered: boolean;
976
- max: ValueType;
977
- min: ValueType;
978
976
  emptyText: string;
977
+ min: ValueType;
978
+ max: ValueType;
979
979
  controls: boolean;
980
980
  thousands: boolean;
981
981
  }> & Omit<Readonly< ApFieldNumberProps> & Readonly<{
982
982
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
983
- }>, "blur" | "focus" | ("step" | "disabled" | "keyboard" | "bordered" | "max" | "min" | "emptyText" | "controls" | "thousands")> & ShallowUnwrapRef<{
983
+ }>, "blur" | "focus" | ("step" | "disabled" | "keyboard" | "bordered" | "emptyText" | "min" | "max" | "controls" | "thousands")> & ShallowUnwrapRef<{
984
984
  focus: () => void;
985
985
  blur: () => void;
986
986
  }> & {} & ComponentCustomProperties & {} & {
@@ -60,7 +60,7 @@ declare function __VLS_template(): {
60
60
  readonly onMouseenter?: ((e: MouseEvent) => void) | undefined;
61
61
  readonly onMouseleave?: ((e: MouseEvent) => void) | undefined;
62
62
  readonly onSelect?: SelectHandler<(string | number) | LabeledValue, DefaultOptionType> | undefined;
63
- readonly placement?: "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | undefined;
63
+ readonly placement?: "topLeft" | "bottomLeft" | "bottomRight" | "topRight" | undefined;
64
64
  readonly open?: boolean | undefined;
65
65
  readonly disabled?: boolean | undefined;
66
66
  readonly direction?: "ltr" | "rtl" | undefined;
@@ -72,8 +72,8 @@ declare function __VLS_template(): {
72
72
  readonly transitionName?: string | undefined;
73
73
  readonly autofocus?: boolean | undefined;
74
74
  readonly bordered?: boolean | undefined;
75
- readonly getPopupContainer?: RenderDOMFunc | undefined;
76
75
  readonly id?: string | undefined;
76
+ readonly getPopupContainer?: RenderDOMFunc | undefined;
77
77
  readonly virtual?: boolean | undefined;
78
78
  readonly dropdownMatchSelectWidth?: number | boolean | undefined;
79
79
  readonly placeholder?: any;
@@ -709,7 +709,7 @@ declare const __VLS_component: DefineComponent<ApFormItemSelectProps, {
709
709
  readonly onMouseenter?: ((e: MouseEvent) => void) | undefined;
710
710
  readonly onMouseleave?: ((e: MouseEvent) => void) | undefined;
711
711
  readonly onSelect?: SelectHandler<(string | number) | LabeledValue, DefaultOptionType> | undefined;
712
- readonly placement?: "topLeft" | "topRight" | "bottomLeft" | "bottomRight" | undefined;
712
+ readonly placement?: "topLeft" | "bottomLeft" | "bottomRight" | "topRight" | undefined;
713
713
  readonly open?: boolean | undefined;
714
714
  readonly disabled?: boolean | undefined;
715
715
  readonly direction?: "ltr" | "rtl" | undefined;
@@ -721,8 +721,8 @@ declare const __VLS_component: DefineComponent<ApFormItemSelectProps, {
721
721
  readonly transitionName?: string | undefined;
722
722
  readonly autofocus?: boolean | undefined;
723
723
  readonly bordered?: boolean | undefined;
724
- readonly getPopupContainer?: RenderDOMFunc | undefined;
725
724
  readonly id?: string | undefined;
725
+ readonly getPopupContainer?: RenderDOMFunc | undefined;
726
726
  readonly virtual?: boolean | undefined;
727
727
  readonly dropdownMatchSelectWidth?: number | boolean | undefined;
728
728
  readonly placeholder?: any;
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),u=require("@aplus-frontend/antdv");require("../../../config-provider/index.js");const a=require("../../../config-provider/hooks/use-namespace.js"),n=e.defineComponent({name:"ApFormItemTextGroup",__name:"group",props:{size:{},compact:{type:Boolean,default:!1}},setup(o){const{b:r}=a.useNamespace("ap-form-item-text-group"),s=o;return(t,p)=>(e.openBlock(),e.createBlock(e.unref(u.Input).Group,e.mergeProps({class:t.$props.compact?e.unref(r)("compact"):null},s),{default:e.withCtx(()=>[e.renderSlot(t.$slots,"default")]),_:3},16,["class"]))}});exports.default=n;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),a=require("@aplus-frontend/antdv");require("../../../config-provider/index.js");const n=require("../../style/item-text-group.js"),p=require("../../../config-provider/hooks/use-namespace.js"),c=e.defineComponent({name:"ApFormItemTextGroup",__name:"group",props:{size:{},compact:{type:Boolean,default:!1}},setup(r){const{b:o}=p.useNamespace("ap-form-item-text-group"),u=n.default("ap-form-item-text-group"),s=r;return(t,l)=>(e.openBlock(),e.createBlock(e.unref(a.Input).Group,e.mergeProps({class:[t.$props.compact?e.unref(o)("compact"):null,e.unref(u)]},s),{default:e.withCtx(()=>[e.renderSlot(t.$slots,"default")]),_:3},16,["class"]))}});exports.default=c;
@@ -52,9 +52,8 @@ declare function __VLS_template(): {
52
52
  readonly autofocus?: boolean | undefined;
53
53
  readonly 'onUpdate:value'?: (((val: string) => void) & ((...args: any[]) => any)) | undefined;
54
54
  readonly bordered?: boolean | undefined;
55
- readonly suffix?: any;
56
- readonly focused?: boolean | undefined;
57
55
  readonly id?: string | undefined;
56
+ readonly focused?: boolean | undefined;
58
57
  readonly readonly?: boolean | undefined;
59
58
  readonly autocomplete?: string | undefined;
60
59
  readonly placeholder?: string | number | undefined;
@@ -73,6 +72,7 @@ declare function __VLS_template(): {
73
72
  readonly addonBefore?: any;
74
73
  readonly addonAfter?: any;
75
74
  readonly prefix?: any;
75
+ readonly suffix?: any;
76
76
  readonly clearIcon?: any;
77
77
  readonly allowClear?: boolean | undefined;
78
78
  readonly emptyText?: string | undefined;
@@ -209,9 +209,8 @@ declare const __VLS_component: DefineComponent<ApFormItemTextProps, {
209
209
  readonly autofocus?: boolean | undefined;
210
210
  readonly 'onUpdate:value'?: (((val: string) => void) & ((...args: any[]) => any)) | undefined;
211
211
  readonly bordered?: boolean | undefined;
212
- readonly suffix?: any;
213
- readonly focused?: boolean | undefined;
214
212
  readonly id?: string | undefined;
213
+ readonly focused?: boolean | undefined;
215
214
  readonly readonly?: boolean | undefined;
216
215
  readonly autocomplete?: string | undefined;
217
216
  readonly placeholder?: string | number | undefined;
@@ -230,6 +229,7 @@ declare const __VLS_component: DefineComponent<ApFormItemTextProps, {
230
229
  readonly addonBefore?: any;
231
230
  readonly addonAfter?: any;
232
231
  readonly prefix?: any;
232
+ readonly suffix?: any;
233
233
  readonly clearIcon?: any;
234
234
  readonly allowClear?: boolean | undefined;
235
235
  readonly emptyText?: string | undefined;
@@ -53,9 +53,8 @@ declare function __VLS_template(): {
53
53
  readonly autofocus?: boolean | undefined;
54
54
  readonly 'onUpdate:value'?: (((val: string) => void) & ((...args: any[]) => any)) | undefined;
55
55
  readonly bordered?: boolean | undefined;
56
- readonly suffix?: any;
57
- readonly focused?: boolean | undefined;
58
56
  readonly id?: string | undefined;
57
+ readonly focused?: boolean | undefined;
59
58
  readonly readonly?: boolean | undefined;
60
59
  readonly autocomplete?: string | undefined;
61
60
  readonly placeholder?: string | number | undefined;
@@ -74,6 +73,7 @@ declare function __VLS_template(): {
74
73
  readonly addonBefore?: any;
75
74
  readonly addonAfter?: any;
76
75
  readonly prefix?: any;
76
+ readonly suffix?: any;
77
77
  readonly clearIcon?: any;
78
78
  readonly allowClear?: boolean | undefined;
79
79
  readonly inputPrefixCls?: string | undefined;
@@ -216,9 +216,8 @@ declare const __VLS_component: DefineComponent<ApFormItemTextPasswordProps, {
216
216
  readonly autofocus?: boolean | undefined;
217
217
  readonly 'onUpdate:value'?: (((val: string) => void) & ((...args: any[]) => any)) | undefined;
218
218
  readonly bordered?: boolean | undefined;
219
- readonly suffix?: any;
220
- readonly focused?: boolean | undefined;
221
219
  readonly id?: string | undefined;
220
+ readonly focused?: boolean | undefined;
222
221
  readonly readonly?: boolean | undefined;
223
222
  readonly autocomplete?: string | undefined;
224
223
  readonly placeholder?: string | number | undefined;
@@ -237,6 +236,7 @@ declare const __VLS_component: DefineComponent<ApFormItemTextPasswordProps, {
237
236
  readonly addonBefore?: any;
238
237
  readonly addonAfter?: any;
239
238
  readonly prefix?: any;
239
+ readonly suffix?: any;
240
240
  readonly clearIcon?: any;
241
241
  readonly allowClear?: boolean | undefined;
242
242
  readonly inputPrefixCls?: string | undefined;