@aplus-frontend/ui 6.19.1 → 6.20.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (301) hide show
  1. package/es/src/ap-action/group/index.vue.mjs +3 -3
  2. package/es/src/ap-action/item/index.vue2.mjs +5 -5
  3. package/es/src/ap-action/item-dropdown/index.vue.mjs +7 -7
  4. package/es/src/ap-action/item-modal/index.vue.mjs +2 -2
  5. package/es/src/ap-action/item-popconfirm/index.vue.d.ts +31 -2
  6. package/es/src/ap-action/item-popconfirm/index.vue.mjs +2 -2
  7. package/es/src/ap-button/ap-action-button.vue.mjs +11 -7
  8. package/es/src/ap-button/ap-button.vue.mjs +24 -20
  9. package/es/src/ap-button/ap-confirm-button.vue.mjs +15 -11
  10. package/es/src/ap-descriptions/ap-descriptions.vue.mjs +4 -4
  11. package/es/src/ap-descriptions/help-message/index.vue2.mjs +4 -4
  12. package/es/src/ap-download/ap-download.vue.mjs +21 -18
  13. package/es/src/ap-drawer/components/ApDrawerClose.vue2.mjs +2 -2
  14. package/es/src/ap-field/checkbox/index.vue.mjs +1 -1
  15. package/es/src/ap-field/date/index.vue.mjs +13 -13
  16. package/es/src/ap-field/date-range/index.vue.mjs +16 -16
  17. package/es/src/ap-field/index.mjs +36 -36
  18. package/es/src/ap-field/number/index.vue.d.ts +29 -29
  19. package/es/src/ap-field/number/index.vue.mjs +8 -8
  20. package/es/src/ap-field/radio/index.vue.mjs +1 -1
  21. package/es/src/ap-field/rate/index.vue.d.ts +4 -4
  22. package/es/src/ap-field/rate/index.vue.mjs +2 -2
  23. package/es/src/ap-field/segmented/index.vue.mjs +17 -12
  24. package/es/src/ap-field/select/index.vue.d.ts +97 -97
  25. package/es/src/ap-field/select/index.vue.mjs +10 -10
  26. package/es/src/ap-field/select/use-select-options.d.ts +2 -2
  27. package/es/src/ap-field/slider/index.vue.d.ts +8 -8
  28. package/es/src/ap-field/slider/index.vue.mjs +4 -4
  29. package/es/src/ap-field/switch/index.vue.mjs +3 -3
  30. package/es/src/ap-field/text/index.vue2.mjs +2 -2
  31. package/es/src/ap-field/text/password.vue.mjs +2 -2
  32. package/es/src/ap-field/text-area/index.vue.d.ts +54 -54
  33. package/es/src/ap-field/text-area/index.vue.mjs +12 -12
  34. package/es/src/ap-field/tree-select/index.vue.d.ts +93 -93
  35. package/es/src/ap-field/tree-select/index.vue.mjs +19 -19
  36. package/es/src/ap-field/tree-select/use-request.d.ts +4 -4
  37. package/es/src/ap-form/ap-form.vue.d.ts +14 -15
  38. package/es/src/ap-form/ap-form.vue2.mjs +2 -2
  39. package/es/src/ap-form/drawer-form/index.vue.d.ts +18 -19
  40. package/es/src/ap-form/drawer-form/index.vue.mjs +9 -9
  41. package/es/src/ap-form/item/index.vue.mjs +7 -7
  42. package/es/src/ap-form/item-group/index.vue.mjs +1 -1
  43. package/es/src/ap-form/items/checkbox/index.vue.mjs +2 -2
  44. package/es/src/ap-form/items/date/index.vue.mjs +2 -2
  45. package/es/src/ap-form/items/date-range/index.vue.mjs +2 -2
  46. package/es/src/ap-form/items/number/index.vue.d.ts +31 -31
  47. package/es/src/ap-form/items/number/index.vue.mjs +2 -2
  48. package/es/src/ap-form/items/radio/index.vue.mjs +2 -2
  49. package/es/src/ap-form/items/select/index.vue.d.ts +107 -107
  50. package/es/src/ap-form/items/select/index.vue.mjs +2 -2
  51. package/es/src/ap-form/items/switch/index.vue.mjs +2 -2
  52. package/es/src/ap-form/items/text/group.vue2.mjs +2 -2
  53. package/es/src/ap-form/items/text/index.vue.d.ts +3 -3
  54. package/es/src/ap-form/items/text/index.vue2.mjs +2 -2
  55. package/es/src/ap-form/items/text/password.vue.d.ts +3 -3
  56. package/es/src/ap-form/items/text/password.vue.mjs +2 -2
  57. package/es/src/ap-form/items/text-area/index.vue.d.ts +106 -106
  58. package/es/src/ap-form/items/text-area/index.vue.mjs +2 -2
  59. package/es/src/ap-form/items/tree-select/index.vue.d.ts +95 -95
  60. package/es/src/ap-form/items/tree-select/index.vue.mjs +2 -2
  61. package/es/src/ap-form/modal-form/index.vue.d.ts +48 -20
  62. package/es/src/ap-form/modal-form/index.vue.mjs +7 -7
  63. package/es/src/ap-form/render/item.vue.mjs +2 -2
  64. package/es/src/ap-form/search-form/components/popover-filter.vue.d.ts +29 -10
  65. package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +10 -10
  66. package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +23 -23
  67. package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.mjs +2 -2
  68. package/es/src/ap-form/search-form/index.vue.d.ts +18 -19
  69. package/es/src/ap-form/search-form/index.vue.mjs +1 -1
  70. package/es/src/ap-form/set/index.vue.mjs +1 -1
  71. package/es/src/ap-grid/editable/form-item.vue.d.ts +2 -4
  72. package/es/src/ap-grid/editable/form-item.vue.mjs +9 -9
  73. package/es/src/ap-grid/editable/index.vue.d.ts +2 -4
  74. package/es/src/ap-grid/editable/index.vue.mjs +3 -3
  75. package/es/src/ap-grid/index.vue.d.ts +2 -4
  76. package/es/src/ap-grid/index.vue.mjs +41 -41
  77. package/es/src/ap-list/index.vue.d.ts +2 -4
  78. package/es/src/ap-list/index.vue.mjs +1 -1
  79. package/es/src/ap-modal/utils/confirm.d.ts +1 -1
  80. package/es/src/ap-table/ap-table.vue.d.ts +2 -4
  81. package/es/src/ap-table/ap-table.vue2.mjs +13 -14
  82. package/es/src/ap-table/components/index/index.vue2.mjs +2 -2
  83. package/es/src/ap-table/components/paragraph-ellipsis/index.vue2.mjs +3 -3
  84. package/es/src/ap-table/components/setting/modal/index.vue2.mjs +3 -3
  85. package/es/src/ap-table/components/setting/select-group/index.vue2.mjs +1 -1
  86. package/es/src/ap-table/components/setting/sortable/index.vue2.mjs +1 -1
  87. package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +1 -1
  88. package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +11 -11
  89. package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
  90. package/es/src/ap-table/components/status/index.vue2.mjs +2 -2
  91. package/es/src/ap-table/constants.d.ts +332 -332
  92. package/es/src/ap-table/constants.mjs +45 -45
  93. package/es/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  94. package/es/src/ap-table/hooks/use-table-column-state.mjs +3 -3
  95. package/es/src/ap-tag/ap-tag-group.vue.mjs +8 -8
  96. package/es/src/ap-tag/ap-tag.vue.mjs +2 -2
  97. package/es/src/ap-upload/apUpload.vue.mjs +5 -5
  98. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +3 -3
  99. package/es/src/ap-upload/components/MultipleFile.vue2.mjs +3 -3
  100. package/es/src/ap-upload/components/Picture.vue.d.ts +2 -7
  101. package/es/src/ap-upload/components/Picture.vue2.mjs +6 -6
  102. package/es/src/ap-upload/components/SingleFile.vue2.mjs +7 -7
  103. package/es/src/business/ap-appendix/ap-appendix.vue2.mjs +1 -1
  104. package/es/src/business/ap-appendix/icons/file-icon.vue.mjs +2 -2
  105. package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +6 -6
  106. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +9 -9
  107. package/es/src/business/ap-batch-action-group/MenuItemGroup.vue2.mjs +4 -3
  108. package/es/src/business/ap-batch-action-group/index.d.ts +33 -11
  109. package/es/src/business/ap-button-group/ApButtonGroup.vue2.mjs +1 -1
  110. package/es/src/business/ap-card/ApCard.vue2.mjs +9 -9
  111. package/es/src/business/ap-draggable-grid/ApDraggableGrid.vue.d.ts +1 -1
  112. package/es/src/business/ap-draggable-grid/ApDraggableGrid.vue2.mjs +5 -5
  113. package/es/src/business/ap-draggable-grid/index.d.ts +1 -1
  114. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +2 -4
  115. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +33 -33
  116. package/es/src/business/ap-expand-alert/index.d.ts +4 -6
  117. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +7 -7
  118. package/es/src/business/ap-image/ApImage.vue2.mjs +1 -1
  119. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +2 -2
  120. package/es/src/business/ap-keep-alive/keep-alive.mjs +3 -3
  121. package/es/src/business/ap-ladder/components/RenderValue.mjs +2 -2
  122. package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +1 -1
  123. package/es/src/business/ap-select-layout/index.d.ts +2 -4
  124. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +2 -4
  125. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +4 -4
  126. package/es/src/business/ap-status/ApStatus.vue2.mjs +8 -8
  127. package/es/src/business/ap-status/group/ApStatusGroup.vue2.mjs +4 -4
  128. package/es/src/business/ap-summary/ap-summary.vue2.mjs +1 -1
  129. package/es/src/business/ap-table-modal/index.d.ts +17 -5
  130. package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
  131. package/es/src/business/ap-table-modal/table-layout/index.vue2.mjs +14 -14
  132. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +3 -3
  133. package/es/src/business/ap-title/ApTitle.vue2.mjs +7 -7
  134. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs +1 -1
  135. package/es/src/business/ap-upload-file/icon/delete-icon.vue.mjs +2 -2
  136. package/es/src/business/ap-upload-file/icon/file-icon.vue.mjs +2 -2
  137. package/es/src/business/ap-view/ap-view.vue2.mjs +2 -2
  138. package/es/src/business/ap-view/components/main-button-content.vue.d.ts +10 -11
  139. package/es/src/business/ap-view/components/main-button-content.vue2.mjs +5 -5
  140. package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +10 -11
  141. package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +6 -6
  142. package/es/src/business/ap-view/icons/line-delete.vue.mjs +2 -2
  143. package/es/src/business/ap-view/icons/line-down.vue.mjs +2 -2
  144. package/es/src/business/ap-view/icons/line-eye.vue.mjs +2 -2
  145. package/es/src/business/batch-input-group/form-item.vue.mjs +2 -2
  146. package/es/src/business/batch-input-group/index.vue.d.ts +2 -2
  147. package/es/src/business/batch-input-group/index.vue.mjs +1 -1
  148. package/es/src/business/batch-input-group/popover-input/index.vue.d.ts +54 -54
  149. package/es/src/business/batch-input-group/popover-input/index.vue2.mjs +2 -2
  150. package/es/src/check-card/index.vue2.mjs +3 -3
  151. package/es/src/config-provider/config-provider-props.d.ts +4 -5
  152. package/es/src/config-provider/config-provider.d.ts +8 -9
  153. package/es/src/config-provider/hooks/use-global-config.d.ts +4 -5
  154. package/es/src/config-provider/hooks/use-namespace.d.ts +5 -1
  155. package/es/src/config-provider/index.d.ts +13 -14
  156. package/es/src/editable-table/form-item.vue.d.ts +2 -4
  157. package/es/src/editable-table/form-item.vue.mjs +37 -38
  158. package/es/src/editable-table/index.vue.d.ts +2 -4
  159. package/es/src/editable-table/index.vue.mjs +15 -16
  160. package/es/src/full-screen/index.vue.mjs +3 -3
  161. package/es/src/hooks/useFullScreen.mjs +5 -5
  162. package/es/src/mask/index.vue.mjs +10 -10
  163. package/es/src/portal/index.vue.mjs +2 -2
  164. package/es/src/scroll-bar/index.vue.mjs +3 -3
  165. package/es/src/scroll-bar/internal.vue.mjs +2 -2
  166. package/es/src/scroll-view/index.vue.d.ts +5 -5
  167. package/es/src/scroll-view/index.vue.mjs +9 -9
  168. package/es/src/splitter/Panel.vue2.mjs +4 -4
  169. package/es/src/splitter/SplitBar.vue2.mjs +7 -7
  170. package/es/src/splitter/Splitter.vue2.mjs +5 -5
  171. package/es/src/tests/wrapper.d.ts +4 -4
  172. package/es/src/text/group.vue.mjs +2 -2
  173. package/es/src/text/index.vue.mjs +5 -5
  174. package/es/src/utils/config-provider-preset.d.ts +5 -6
  175. package/es/src/version.d.ts +1 -1
  176. package/es/src/version.mjs +1 -1
  177. package/es/src/work-order-modal/help-message.vue2.mjs +2 -2
  178. package/es/src/work-order-modal/work-order-modal.vue.d.ts +10 -11
  179. package/es/src/work-order-modal/work-order-modal.vue.mjs +2 -2
  180. package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
  181. package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +31 -2
  182. package/lib/src/ap-button/ap-action-button.vue.js +1 -1
  183. package/lib/src/ap-button/ap-button.vue.js +1 -1
  184. package/lib/src/ap-button/ap-confirm-button.vue.js +1 -1
  185. package/lib/src/ap-download/ap-download.vue.js +1 -1
  186. package/lib/src/ap-field/date/index.vue.js +1 -1
  187. package/lib/src/ap-field/date-range/index.vue.js +1 -1
  188. package/lib/src/ap-field/index.js +1 -1
  189. package/lib/src/ap-field/number/index.vue.d.ts +29 -29
  190. package/lib/src/ap-field/rate/index.vue.d.ts +4 -4
  191. package/lib/src/ap-field/segmented/index.vue.js +1 -1
  192. package/lib/src/ap-field/select/index.vue.d.ts +97 -97
  193. package/lib/src/ap-field/select/index.vue.js +1 -1
  194. package/lib/src/ap-field/select/use-select-options.d.ts +2 -2
  195. package/lib/src/ap-field/slider/index.vue.d.ts +8 -8
  196. package/lib/src/ap-field/text-area/index.vue.d.ts +54 -54
  197. package/lib/src/ap-field/text-area/index.vue.js +1 -1
  198. package/lib/src/ap-field/tree-select/index.vue.d.ts +93 -93
  199. package/lib/src/ap-field/tree-select/index.vue.js +1 -1
  200. package/lib/src/ap-field/tree-select/use-request.d.ts +4 -4
  201. package/lib/src/ap-form/ap-form.vue.d.ts +14 -15
  202. package/lib/src/ap-form/drawer-form/index.vue.d.ts +18 -19
  203. package/lib/src/ap-form/items/number/index.vue.d.ts +31 -31
  204. package/lib/src/ap-form/items/select/index.vue.d.ts +107 -107
  205. package/lib/src/ap-form/items/text/index.vue.d.ts +3 -3
  206. package/lib/src/ap-form/items/text/password.vue.d.ts +3 -3
  207. package/lib/src/ap-form/items/text-area/index.vue.d.ts +106 -106
  208. package/lib/src/ap-form/items/tree-select/index.vue.d.ts +95 -95
  209. package/lib/src/ap-form/modal-form/index.vue.d.ts +48 -20
  210. package/lib/src/ap-form/search-form/components/popover-filter.vue.d.ts +29 -10
  211. package/lib/src/ap-form/search-form/index.vue.d.ts +18 -19
  212. package/lib/src/ap-grid/editable/form-item.vue.d.ts +2 -4
  213. package/lib/src/ap-grid/editable/form-item.vue.js +1 -1
  214. package/lib/src/ap-grid/editable/index.vue.d.ts +2 -4
  215. package/lib/src/ap-grid/editable/index.vue.js +1 -1
  216. package/lib/src/ap-grid/index.vue.d.ts +2 -4
  217. package/lib/src/ap-grid/index.vue.js +1 -1
  218. package/lib/src/ap-list/index.vue.d.ts +2 -4
  219. package/lib/src/ap-modal/utils/confirm.d.ts +1 -1
  220. package/lib/src/ap-table/ap-table.vue.d.ts +2 -4
  221. package/lib/src/ap-table/ap-table.vue2.js +1 -1
  222. package/lib/src/ap-table/constants.d.ts +332 -332
  223. package/lib/src/ap-table/constants.js +1 -1
  224. package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  225. package/lib/src/ap-upload/apUpload.vue.js +1 -1
  226. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +3 -3
  227. package/lib/src/ap-upload/components/Picture.vue.d.ts +2 -7
  228. package/lib/src/business/ap-batch-action-group/MenuItemGroup.vue2.js +1 -1
  229. package/lib/src/business/ap-batch-action-group/index.d.ts +33 -11
  230. package/lib/src/business/ap-draggable-grid/ApDraggableGrid.vue.d.ts +1 -1
  231. package/lib/src/business/ap-draggable-grid/index.d.ts +1 -1
  232. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +2 -4
  233. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue2.js +1 -1
  234. package/lib/src/business/ap-expand-alert/index.d.ts +4 -6
  235. package/lib/src/business/ap-select-layout/index.d.ts +2 -4
  236. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +2 -4
  237. package/lib/src/business/ap-table-modal/index.d.ts +17 -5
  238. package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +10 -11
  239. package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +10 -11
  240. package/lib/src/business/batch-input-group/index.vue.d.ts +2 -2
  241. package/lib/src/business/batch-input-group/popover-input/index.vue.d.ts +54 -54
  242. package/lib/src/config-provider/config-provider-props.d.ts +4 -5
  243. package/lib/src/config-provider/config-provider.d.ts +8 -9
  244. package/lib/src/config-provider/hooks/use-global-config.d.ts +4 -5
  245. package/lib/src/config-provider/hooks/use-namespace.d.ts +5 -1
  246. package/lib/src/config-provider/index.d.ts +13 -14
  247. package/lib/src/editable-table/form-item.vue.d.ts +2 -4
  248. package/lib/src/editable-table/form-item.vue.js +1 -1
  249. package/lib/src/editable-table/index.vue.d.ts +2 -4
  250. package/lib/src/editable-table/index.vue.js +1 -1
  251. package/lib/src/scroll-view/index.vue.d.ts +5 -5
  252. package/lib/src/tests/wrapper.d.ts +4 -4
  253. package/lib/src/utils/config-provider-preset.d.ts +5 -6
  254. package/lib/src/version.d.ts +1 -1
  255. package/lib/src/version.js +1 -1
  256. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +10 -11
  257. package/package.json +6 -6
  258. package/theme/antd-global-overwrite/admin/alert.css +0 -37
  259. package/theme/antd-global-overwrite/admin/alert.less +0 -51
  260. package/theme/antd-global-overwrite/admin/button.css +0 -27
  261. package/theme/antd-global-overwrite/admin/button.less +0 -31
  262. package/theme/antd-global-overwrite/admin/field.css +0 -42
  263. package/theme/antd-global-overwrite/admin/field.less +0 -43
  264. package/theme/antd-global-overwrite/admin/form.css +0 -57
  265. package/theme/antd-global-overwrite/admin/form.less +0 -97
  266. package/theme/antd-global-overwrite/admin/message.css +0 -10
  267. package/theme/antd-global-overwrite/admin/message.less +0 -13
  268. package/theme/antd-global-overwrite/admin/modal.css +0 -94
  269. package/theme/antd-global-overwrite/admin/modal.less +0 -128
  270. package/theme/antd-global-overwrite/admin/pagination.css +0 -122
  271. package/theme/antd-global-overwrite/admin/pagination.less +0 -91
  272. package/theme/antd-global-overwrite/admin/steps.css +0 -127
  273. package/theme/antd-global-overwrite/admin/steps.less +0 -197
  274. package/theme/antd-global-overwrite/admin/table.css +0 -78
  275. package/theme/antd-global-overwrite/admin/table.less +0 -62
  276. package/theme/antd-global-overwrite/admin/tooltip.css +0 -3
  277. package/theme/antd-global-overwrite/admin/tooltip.less +0 -3
  278. package/theme/antd-global-overwrite/aplus/alert.css +0 -40
  279. package/theme/antd-global-overwrite/aplus/alert.less +0 -55
  280. package/theme/antd-global-overwrite/aplus/button.css +0 -27
  281. package/theme/antd-global-overwrite/aplus/button.less +0 -31
  282. package/theme/antd-global-overwrite/aplus/field.css +0 -42
  283. package/theme/antd-global-overwrite/aplus/field.less +0 -43
  284. package/theme/antd-global-overwrite/aplus/form.css +0 -87
  285. package/theme/antd-global-overwrite/aplus/form.less +0 -133
  286. package/theme/antd-global-overwrite/aplus/message.css +0 -10
  287. package/theme/antd-global-overwrite/aplus/message.less +0 -13
  288. package/theme/antd-global-overwrite/aplus/modal.css +0 -87
  289. package/theme/antd-global-overwrite/aplus/modal.less +0 -120
  290. package/theme/antd-global-overwrite/aplus/pagination.css +0 -147
  291. package/theme/antd-global-overwrite/aplus/pagination.less +0 -108
  292. package/theme/antd-global-overwrite/aplus/steps.css +0 -125
  293. package/theme/antd-global-overwrite/aplus/steps.less +0 -198
  294. package/theme/antd-global-overwrite/aplus/table.css +0 -78
  295. package/theme/antd-global-overwrite/aplus/table.less +0 -61
  296. package/theme/antd-global-overwrite/aplus/tooltip.css +0 -3
  297. package/theme/antd-global-overwrite/aplus/tooltip.less +0 -3
  298. package/theme/ap-table/ap-table-pagination.css +0 -12
  299. package/theme/ap-table/ap-table-pagination.less +0 -14
  300. package/theme/ui-mode.css +0 -60
  301. package/theme/ui-mode.less +0 -109
@@ -2,8 +2,7 @@ import { TransformCellTextProps } from '@aplus-frontend/antdv/lib/table/interfac
2
2
  import { ConfigProviderProps } from '@aplus-frontend/antdv';
3
3
  import { ValidateMessages } from '@aplus-frontend/antdv/es/form/interface';
4
4
  import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
5
- import { ButtonSize } from '@aplus-frontend/antdv/es/button';
6
- import { CSPConfig } from '@aplus-frontend/antdv/es/config-provider';
5
+ import { SizeType, CSPConfig } from '@aplus-frontend/antdv/es/config-provider';
7
6
  import { Locale } from '@aplus-frontend/antdv/es/locale';
8
7
  import { ThemeConfig } from '@aplus-frontend/antdv/es/config-provider/context';
9
8
  import { default as __DTS_DEFAULT_0__ } from '@aplus-frontend/antdv/es/config-provider/renderEmpty';
@@ -48,7 +47,7 @@ export declare function mergeAntdProvideConfig(config: ConfigProviderProps): {
48
47
  colon?: boolean;
49
48
  } | undefined;
50
49
  space?: {
51
- size?: ButtonSize | number;
50
+ size?: SizeType | number;
52
51
  } | undefined;
53
52
  direction?: "ltr" | "rtl" | undefined;
54
53
  csp?: CSPConfig | undefined;
@@ -72,7 +71,7 @@ export declare function mergeAntdProvideConfig(config: ConfigProviderProps): {
72
71
  renderEmpty?: __DTS_DEFAULT_0__ | undefined;
73
72
  transformCellText?: ((tableProps: TransformCellTextProps) => any) | undefined;
74
73
  autoInsertSpaceInButton?: boolean | undefined;
75
- componentSize?: ButtonSize;
74
+ componentSize?: SizeType;
76
75
  componentDisabled?: boolean | undefined;
77
76
  virtual?: boolean | undefined;
78
77
  };
@@ -89,7 +88,7 @@ export declare function mergeAntdProviderConfigWithCache(newConfig: ConfigProvid
89
88
  colon?: boolean;
90
89
  } | undefined;
91
90
  space?: {
92
- size?: ButtonSize | number;
91
+ size?: SizeType | number;
93
92
  } | undefined;
94
93
  direction?: "ltr" | "rtl" | undefined;
95
94
  csp?: CSPConfig | undefined;
@@ -113,7 +112,7 @@ export declare function mergeAntdProviderConfigWithCache(newConfig: ConfigProvid
113
112
  renderEmpty?: __DTS_DEFAULT_0__ | undefined;
114
113
  transformCellText?: ((tableProps: TransformCellTextProps) => any) | undefined;
115
114
  autoInsertSpaceInButton?: boolean | undefined;
116
- componentSize?: ButtonSize;
115
+ componentSize?: SizeType;
117
116
  componentDisabled?: boolean | undefined;
118
117
  virtual?: boolean | undefined;
119
118
  };
@@ -1,2 +1,2 @@
1
- declare const _default: "6.19.1";
1
+ declare const _default: "6.20.1";
2
2
  export default _default;
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="6.19.1";exports.default=e;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="6.20.1";exports.default=e;
@@ -1,14 +1,13 @@
1
1
  import { WorkOrderModalProps } from './interfaces';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, ExtractPropTypes, PropType, HTMLAttributes, VNodeProps, AllowedComponentProps, ComponentCustomProps, CreateComponentPublicInstanceWithMixins, GlobalComponents, GlobalDirectives, Slot, ComponentPublicInstance, ComponentOptionsBase, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
3
+ import { SizeType, ButtonSize } from '@aplus-frontend/antdv/es/config-provider';
3
4
  import { ColSize } from '@aplus-frontend/antdv/es/grid';
4
- import { FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, NamePath, RuleObject, ValidateOptions, InternalNamePath } from '@aplus-frontend/antdv/es/form/interface';
5
+ import { FormLabelAlign, ValidateMessages, FieldData, ValidateErrorEntity, NamePath, ValidateOptions, InternalNamePath } from '@aplus-frontend/antdv/es/form/interface';
5
6
  import { RuleObject } from '@aplus-frontend/antdv/es/form';
6
7
  import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
7
8
  import { Options } from '../../node_modules/scroll-into-view-if-needed';
8
9
  import { Recordable } from '../type';
9
10
  import { VueTypeDef, VueTypeValidableDef } from '../../node_modules/vue-types';
10
- import { SizeType } from '@aplus-frontend/antdv/es/config-provider';
11
- import { SizeType } from '@aplus-frontend/antdv/es/button';
12
11
  import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
13
12
  import { ApFormProps, UpdateModelOptimizeFn, ApFormInternalInstance, WatchFunc } from '..';
14
13
  import { OnCleanup } from '@vue/reactivity';
@@ -23,7 +22,7 @@ declare const _default: DefineComponent<WorkOrderModalProps, {}, {}, {}, {}, Com
23
22
  $: ComponentInternalInstance;
24
23
  $data: {};
25
24
  $props: {
26
- readonly size?: "small" | "large" | "middle" | undefined;
25
+ readonly size?: SizeType;
27
26
  readonly onSubmit?: ((e: Event) => void) | undefined;
28
27
  readonly layout?: string | undefined;
29
28
  readonly disabled?: boolean | undefined;
@@ -113,7 +112,7 @@ declare const _default: DefineComponent<WorkOrderModalProps, {}, {}, {}, {}, Com
113
112
  readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
114
113
  readonly initialValues?: Recordable | undefined;
115
114
  readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
116
- readonly syncToUrl?: (boolean | ((values: Recordable, type: "get" | "set") => Recordable)) | undefined;
115
+ readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
117
116
  readonly syncToUrlPriority?: boolean | undefined;
118
117
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
119
118
  $attrs: {
@@ -318,8 +317,8 @@ declare const _default: DefineComponent<WorkOrderModalProps, {}, {}, {}, {}, Com
318
317
  default: string | string[];
319
318
  };
320
319
  size: {
321
- type: PropType<SizeType>;
322
- default: SizeType;
320
+ type: PropType<ButtonSize>;
321
+ default: ButtonSize;
323
322
  };
324
323
  disabled: {
325
324
  type: BooleanConstructor;
@@ -346,7 +345,7 @@ declare const _default: DefineComponent<WorkOrderModalProps, {}, {}, {}, {}, Com
346
345
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
347
346
  };
348
347
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
349
- size: SizeType;
348
+ size: ButtonSize;
350
349
  onSubmit: (e: Event) => void;
351
350
  disabled: boolean;
352
351
  validateTrigger: string | string[];
@@ -638,8 +637,8 @@ declare const _default: DefineComponent<WorkOrderModalProps, {}, {}, {}, {}, Com
638
637
  default: string | string[];
639
638
  };
640
639
  size: {
641
- type: PropType<SizeType>;
642
- default: SizeType;
640
+ type: PropType<ButtonSize>;
641
+ default: ButtonSize;
643
642
  };
644
643
  disabled: {
645
644
  type: BooleanConstructor;
@@ -666,7 +665,7 @@ declare const _default: DefineComponent<WorkOrderModalProps, {}, {}, {}, {}, Com
666
665
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
667
666
  };
668
667
  }>> & Readonly<{}>, () => VueNode, {}, {}, {}, {
669
- size: SizeType;
668
+ size: ButtonSize;
670
669
  onSubmit: (e: Event) => void;
671
670
  disabled: boolean;
672
671
  validateTrigger: string | string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aplus-frontend/ui",
3
- "version": "6.19.1",
3
+ "version": "6.20.1",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "files": [
@@ -35,18 +35,18 @@
35
35
  "scroll-into-view-if-needed": "^3.1.0",
36
36
  "vue-virtual-scroller": "2.0.0-beta.8",
37
37
  "vuedraggable": "^4.1.0",
38
- "@aplus-frontend/hooks": "1.0.7",
39
- "@aplus-frontend/utils": "1.0.61"
38
+ "@aplus-frontend/utils": "1.0.61",
39
+ "@aplus-frontend/hooks": "1.0.7"
40
40
  },
41
41
  "peerDependencies": {
42
- "@aplus-frontend/antdv": "^1.2.0",
42
+ "@aplus-frontend/antdv": "^1.2.1",
43
43
  "@aplus-frontend/icon": "^1.2.6",
44
44
  "@aplus-frontend/oss": "^1.1.2",
45
45
  "vue": "^3.5.14",
46
- "vxe-table": "4.11.29"
46
+ "vxe-table": "^4.13.37"
47
47
  },
48
48
  "devDependencies": {
49
- "@aplus-frontend/antdv": "^1.2.0",
49
+ "@aplus-frontend/antdv": "^1.2.1",
50
50
  "@aplus-frontend/icon": "^1.2.6",
51
51
  "@aplus-frontend/oss": "^1.1.2",
52
52
  "@types/sortablejs": "^1.15.8",
@@ -1,37 +0,0 @@
1
- .ant-alert .ant-alert-close-icon {
2
- line-height: 18px;
3
- }
4
- .ant-alert .ant-alert-icon {
5
- font-size: 16px;
6
- margin-inline-end: 8px;
7
- }
8
- .ant-alert .ant-alert-message {
9
- color: #333333;
10
- font-weight: normal !important;
11
- font-size: 12px;
12
- line-height: 18px;
13
- }
14
- .ant-alert .ant-alert-message .href {
15
- color: #1890ff;
16
- cursor: pointer;
17
- }
18
- .ant-alert.ant-alert-with-description .ant-alert-message {
19
- margin-bottom: 4px;
20
- font-weight: bold !important;
21
- }
22
- .ant-alert.ant-alert-warning {
23
- background: rgba(250, 173, 20, 0.1);
24
- border: 1px solid rgba(250, 173, 20, 0.4);
25
- }
26
- .ant-alert.ant-alert-info {
27
- background: rgba(24, 144, 255, 0.1);
28
- border: 1px solid rgba(24, 144, 255, 0.4);
29
- }
30
- .ant-alert.ant-alert-success {
31
- background: rgba(52, 183, 124, 0.1);
32
- border: 1px solid rgba(52, 183, 124, 0.4);
33
- }
34
- .ant-alert.ant-alert-error {
35
- background: rgba(255, 77, 79, 0.1);
36
- border: 1px solid rgba(255, 77, 79, 0.4);
37
- }
@@ -1,51 +0,0 @@
1
- @import '../../mixins/config.less';
2
-
3
- .ant-alert {
4
- .ant-alert-close-icon {
5
- line-height: 18px;
6
- }
7
-
8
- .ant-alert-icon {
9
- font-size: 16px;
10
- margin-inline-end: @spacing;
11
- }
12
-
13
- .ant-alert-message {
14
- color: #333333;
15
- font-weight: normal !important;
16
- font-size: @font-size-base;
17
- line-height: @line-height-base;
18
-
19
- .href {
20
- color: #1890ff;
21
- cursor: pointer;
22
- }
23
- }
24
-
25
- &.ant-alert-with-description {
26
- .ant-alert-message {
27
- margin-bottom: @spacing-xs;
28
- font-weight: bold !important;
29
- }
30
- }
31
-
32
- &.ant-alert-warning {
33
- background: rgba(250, 173, 20, 0.1);
34
- border: 1px solid rgba(250, 173, 20, 0.4);
35
- }
36
-
37
- &.ant-alert-info {
38
- background: rgba(24, 144, 255, 0.1);
39
- border: 1px solid rgba(24, 144, 255, 0.4);
40
- }
41
-
42
- &.ant-alert-success {
43
- background: rgba(52, 183, 124, 0.1);
44
- border: 1px solid rgba(52, 183, 124, 0.4);
45
- }
46
-
47
- &.ant-alert-error {
48
- background: rgba(255, 77, 79, 0.1);
49
- border: 1px solid rgba(255, 77, 79, 0.4);
50
- }
51
- }
@@ -1,27 +0,0 @@
1
- .ant-btn {
2
- box-shadow: none;
3
- }
4
- .ant-btn.ant-btn-primary[disabled],
5
- .ant-btn.ant-btn-primary[disabled]:hover {
6
- color: #ffffff;
7
- background: #d6f1e5;
8
- border-color: #d6f1e5;
9
- }
10
- .ant-btn.ant-btn-dangerous.ant-btn-dangerous[disabled],
11
- .ant-btn.ant-btn-dangerous.ant-btn-dangerous[disabled]:hover {
12
- color: #ffffff !important;
13
- background: #ffdbdc !important;
14
- border-color: #ffdbdc !important;
15
- }
16
- .ant-btn.ant-btn-default[disabled],
17
- .ant-btn.ant-btn-default[disabled]:hover {
18
- color: #bfbfbf !important;
19
- background: #fafafa !important;
20
- border-color: #d9d9d9 !important;
21
- }
22
- .ant-btn.ant-btn-link[disabled],
23
- .ant-btn.ant-btn-link[disabled]:hover,
24
- .ant-btn.ant-btn-text[disabled],
25
- .ant-btn.ant-btn-text[disabled]:hover {
26
- color: rgba(24, 144, 255, 0.2) !important;
27
- }
@@ -1,31 +0,0 @@
1
- .ant-btn {
2
- box-shadow: none;
3
-
4
- &.ant-btn-primary[disabled],
5
- &.ant-btn-primary[disabled]:hover {
6
- color: #ffffff;
7
- background: #d6f1e5;
8
- border-color: #d6f1e5;
9
- }
10
-
11
- &.ant-btn-dangerous.ant-btn-dangerous[disabled],
12
- &.ant-btn-dangerous.ant-btn-dangerous[disabled]:hover {
13
- color: #ffffff !important;
14
- background: #ffdbdc !important;
15
- border-color: #ffdbdc !important;
16
- }
17
-
18
- &.ant-btn-default[disabled],
19
- &.ant-btn-default[disabled]:hover {
20
- color: #bfbfbf !important;
21
- background: #fafafa !important;
22
- border-color: #d9d9d9 !important;
23
- }
24
-
25
- &.ant-btn-link[disabled],
26
- &.ant-btn-link[disabled]:hover,
27
- &.ant-btn-text[disabled],
28
- &.ant-btn-text[disabled]:hover {
29
- color: rgba(24, 144, 255, 0.2) !important;
30
- }
31
- }
@@ -1,42 +0,0 @@
1
- .ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner {
2
- border-color: #d9d9d9;
3
- }
4
- .ant-radio:not(.ant-radio-checked) .ant-radio-inner {
5
- border-color: #d9d9d9;
6
- }
7
- .ant-input::-moz-placeholder {
8
- color: #bfbfbf;
9
- }
10
- .ant-input::placeholder {
11
- color: #bfbfbf;
12
- }
13
- .ant-select .ant-select-selection-placeholder {
14
- color: #bfbfbf;
15
- }
16
- .ant-picker .ant-picker-input > input::-moz-placeholder {
17
- color: #bfbfbf;
18
- }
19
- .ant-picker .ant-picker-input > input::placeholder {
20
- color: #bfbfbf;
21
- }
22
- .ant-input-number .ant-input-number-input-wrap > input::-moz-placeholder {
23
- color: #bfbfbf;
24
- }
25
- .ant-input-number .ant-input-number-input-wrap > input::placeholder {
26
- color: #bfbfbf;
27
- }
28
- input[disabled].ant-input {
29
- color: var(--ap-text-color-1);
30
- }
31
- textarea[disabled].ant-input {
32
- color: var(--ap-text-color-1);
33
- }
34
- .ant-picker.ant-picker-disabled .ant-picker-input > input[disabled] {
35
- color: var(--ap-text-color-1);
36
- }
37
- .ant-select-disabled .ant-select-selection-item {
38
- color: var(--ap-text-color-1) !important;
39
- }
40
- .ant-input-clear-icon {
41
- line-height: 18px;
42
- }
@@ -1,43 +0,0 @@
1
- .ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner {
2
- border-color: #d9d9d9;
3
- }
4
-
5
- .ant-radio:not(.ant-radio-checked) .ant-radio-inner {
6
- border-color: #d9d9d9;
7
- }
8
-
9
- .ant-input::placeholder {
10
- color: #bfbfbf;
11
- }
12
-
13
- .ant-select .ant-select-selection-placeholder {
14
- color: #bfbfbf;
15
- }
16
-
17
- .ant-picker .ant-picker-input > input::placeholder {
18
- color: #bfbfbf;
19
- }
20
-
21
- .ant-input-number .ant-input-number-input-wrap > input::placeholder {
22
- color: #bfbfbf;
23
- }
24
-
25
- input[disabled].ant-input {
26
- color: var(--ap-text-color-1);
27
- }
28
-
29
- textarea[disabled].ant-input {
30
- color: var(--ap-text-color-1);
31
- }
32
-
33
- .ant-picker.ant-picker-disabled .ant-picker-input > input[disabled] {
34
- color: var(--ap-text-color-1);
35
- }
36
-
37
- .ant-select-disabled .ant-select-selection-item {
38
- color: var(--ap-text-color-1) !important;
39
- }
40
-
41
- .ant-input-clear-icon {
42
- line-height: 18px;
43
- }
@@ -1,57 +0,0 @@
1
- .ant-form .ant-form-item label {
2
- font-weight: normal;
3
- }
4
- .ant-form .ant-form-item label svg {
5
- color: #34b77c;
6
- }
7
- .ant-form .ant-form-item-control {
8
- padding-left: 0;
9
- }
10
- .ant-form .ant-form-item-control .ant-form-item-explain-error {
11
- font-size: 12px;
12
- }
13
- .ant-input::-moz-placeholder {
14
- color: #bfbfbf;
15
- }
16
- .ant-input::placeholder {
17
- color: #bfbfbf;
18
- }
19
- .ant-select .ant-select-selection-placeholder {
20
- color: #bfbfbf;
21
- }
22
- .ant-picker .ant-picker-input > input::-moz-placeholder {
23
- color: #bfbfbf;
24
- }
25
- .ant-picker .ant-picker-input > input::placeholder {
26
- color: #bfbfbf;
27
- }
28
- .ant-input-number .ant-input-number-input-wrap > input::-moz-placeholder {
29
- color: #bfbfbf;
30
- }
31
- .ant-input-number .ant-input-number-input-wrap > input::placeholder {
32
- color: #bfbfbf;
33
- }
34
- div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'],
35
- div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] {
36
- padding: 16px;
37
- }
38
- div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content,
39
- div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content {
40
- display: flex;
41
- align-items: center;
42
- justify-content: flex-end;
43
- }
44
- div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-primary,
45
- div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-primary {
46
- order: 1;
47
- }
48
- div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-default,
49
- div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-default {
50
- order: 2;
51
- margin-right: 0;
52
- }
53
- div[class$='-basic-table-form-container'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-link,
54
- div[class$='-basic-table-form-container ap-table--sticky'] form[class$='-basic-form--compact'] div.ant-col[tableaction] .ant-form-item-control-input-content button.ant-btn-link {
55
- order: 3;
56
- margin-left: 0.5rem;
57
- }
@@ -1,97 +0,0 @@
1
- .ant-form {
2
- .ant-form-item {
3
- // label style
4
- label {
5
- font-weight: normal;
6
-
7
- svg {
8
- color: #34b77c;
9
- }
10
- }
11
- }
12
-
13
- .ant-form-item-control {
14
- padding-left: 0;
15
- // error style
16
- .ant-form-item-explain-error {
17
- font-size: 12px;
18
- }
19
- // Radio style
20
- // .ant-radio-wrapper .ant-radio {
21
- // &.ant-radio-checked {
22
- // .ant-radio-inner {
23
- // background-color: #ffffff;
24
- // border-color: #34b77c;
25
-
26
- // &::after {
27
- // background-color: #34b77c;
28
- // }
29
- // }
30
- // }
31
- // }
32
- // Select style
33
- // .ant-select {
34
- // &.ant-select-open {
35
- // .ant-select-selection-item {
36
- // color: #bfbfbf;
37
- // }
38
- // }
39
- // }
40
- }
41
- }
42
-
43
- // placeholder style
44
- .ant-input::placeholder {
45
- color: #bfbfbf;
46
- }
47
-
48
- .ant-select .ant-select-selection-placeholder {
49
- color: #bfbfbf;
50
- }
51
-
52
- .ant-picker .ant-picker-input > input::placeholder {
53
- color: #bfbfbf;
54
- }
55
-
56
- .ant-input-number .ant-input-number-input-wrap > input::placeholder {
57
- color: #bfbfbf;
58
- }
59
-
60
- // input disabled styles
61
- // input.ant-input[disabled] {
62
- // color: #666666;
63
- // }
64
-
65
- // 兼容 table 里面 过滤器样式
66
- // 新增对sticky表格的样式类型
67
- div[class$='-basic-table-form-container'],
68
- div[class$='-basic-table-form-container ap-table--sticky'] {
69
- form[class$='-basic-form--compact'] {
70
- // 关于 过滤器 底部 16px问题 浩龙已经处理过了
71
- // 利用 row-gap 所以这里需要设置 padding
72
- padding: 16px;
73
- // 查询 重置按钮 交换位置
74
- // 利用flexbox布局 order
75
- div.ant-col[tableaction] {
76
- .ant-form-item-control-input-content {
77
- display: flex;
78
- align-items: center;
79
- justify-content: flex-end;
80
-
81
- button.ant-btn-primary {
82
- order: 1;
83
- }
84
-
85
- button.ant-btn-default {
86
- order: 2;
87
- margin-right: 0;
88
- }
89
-
90
- button.ant-btn-link {
91
- order: 3;
92
- margin-left: 0.5rem;
93
- }
94
- }
95
- }
96
- }
97
- }
@@ -1,10 +0,0 @@
1
- .ant-message div.ant-message-notice-content {
2
- padding: 10px 16px;
3
- font-size: 14px;
4
- line-height: 22px;
5
- box-shadow: 0 3px 6px 0 rgba(44, 54, 69, 0.102);
6
- }
7
- .ant-message .ant-message-notice .anticon {
8
- margin-bottom: 1px;
9
- margin-inline-end: 9px;
10
- }
@@ -1,13 +0,0 @@
1
- .ant-message {
2
- div.ant-message-notice-content {
3
- padding: 10px 16px;
4
- font-size: 14px;
5
- line-height: 22px;
6
- box-shadow: 0 3px 6px 0 rgba(44, 54, 69, 0.102);
7
- }
8
-
9
- .ant-message-notice .anticon {
10
- margin-bottom: 1px;
11
- margin-inline-end: 9px;
12
- }
13
- }
@@ -1,94 +0,0 @@
1
- .ant-modal-root .ant-modal .ant-modal-close {
2
- top: 14px;
3
- inset-inline-end: 18px;
4
- color: #666666;
5
- }
6
- .ant-modal-root .ant-modal .ant-modal-close:hover {
7
- background-color: transparent;
8
- }
9
- .ant-modal-root .ant-modal .ant-modal-close-x {
10
- line-height: 0;
11
- }
12
- .ant-modal-root .ant-modal .ant-modal-content {
13
- padding: 0;
14
- }
15
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-header {
16
- margin-bottom: 0;
17
- padding: 12px 20px;
18
- border-bottom: 1px solid #E9E9E9;
19
- }
20
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-body {
21
- padding: 16px 20px;
22
- }
23
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-body > .scrollbar {
24
- padding: 0;
25
- }
26
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-body .scrollbar__wrap {
27
- margin-bottom: 0 !important;
28
- }
29
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-body:has([class*='ap-modal-body-wrapper']) {
30
- padding: 20px 0 !important;
31
- }
32
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-body:has([class*='ap-modal-body-wrapper']) [class*='ap-modal-body-wrapper'] {
33
- padding: 0 20px;
34
- overflow: hidden auto;
35
- }
36
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer {
37
- margin-top: 0;
38
- padding: 0 20px 12px;
39
- border-top: none;
40
- }
41
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer button {
42
- min-width: 72px;
43
- }
44
- .ant-modal-root .ant-modal .ant-modal-content .ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
45
- margin-inline-start: 8px;
46
- }
47
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body {
48
- padding: 20px 24px;
49
- }
50
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body > .anticon {
51
- margin-inline-end: 10px;
52
- font-size: 22px;
53
- }
54
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-title {
55
- color: #333333;
56
- font-weight: normal;
57
- font-size: 16px;
58
- line-height: 24px;
59
- }
60
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-content {
61
- max-width: calc(100% - 40px);
62
- color: #999999;
63
- font-weight: normal;
64
- font-size: 14px;
65
- line-height: 200%;
66
- margin-block-start: 4px;
67
- margin-inline-start: 34px;
68
- }
69
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-body .ant-modal-confirm-content > * {
70
- color: #999999;
71
- }
72
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns {
73
- margin-top: 0;
74
- padding-top: 16px;
75
- }
76
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns button {
77
- min-width: 72px;
78
- }
79
- .ant-modal-root .ant-modal-confirm .ant-modal-content .ant-modal-body .ant-modal-confirm-btns .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
80
- margin-inline-start: 8px;
81
- }
82
- .ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
83
- color: #06c687;
84
- }
85
- .ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
86
- color: #1890ff;
87
- }
88
- .ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
89
- .ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
90
- color: #faad14;
91
- }
92
- .ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
93
- color: #ff4d4f;
94
- }