@aplus-frontend/ui 6.17.2 → 6.18.0

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 (260) 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.mjs +2 -2
  6. package/es/src/ap-button/ap-action-button.vue.mjs +2 -2
  7. package/es/src/ap-button/ap-button.vue.mjs +2 -2
  8. package/es/src/ap-button/ap-confirm-button.vue.mjs +2 -2
  9. package/es/src/ap-descriptions/ap-descriptions.vue.mjs +4 -4
  10. package/es/src/ap-descriptions/help-message/index.vue2.mjs +4 -4
  11. package/es/src/ap-download/ap-download.vue.mjs +1 -1
  12. package/es/src/ap-drawer/components/ApDrawerClose.vue2.mjs +2 -2
  13. package/es/src/ap-field/checkbox/index.vue.mjs +1 -1
  14. package/es/src/ap-field/date/index.vue.mjs +4 -4
  15. package/es/src/ap-field/date-range/index.vue.mjs +8 -8
  16. package/es/src/ap-field/index.mjs +36 -36
  17. package/es/src/ap-field/number/index.vue.mjs +8 -8
  18. package/es/src/ap-field/radio/index.vue.mjs +1 -1
  19. package/es/src/ap-field/rate/index.vue.mjs +2 -2
  20. package/es/src/ap-field/segmented/index.vue.mjs +1 -1
  21. package/es/src/ap-field/select/index.vue.mjs +2 -2
  22. package/es/src/ap-field/select/use-select-options.d.ts +2 -2
  23. package/es/src/ap-field/slider/index.vue.mjs +4 -4
  24. package/es/src/ap-field/switch/index.vue.mjs +3 -3
  25. package/es/src/ap-field/text/index.vue2.mjs +2 -2
  26. package/es/src/ap-field/text/password.vue.mjs +2 -2
  27. package/es/src/ap-field/text-area/index.vue.mjs +3 -3
  28. package/es/src/ap-field/tree-select/index.vue.mjs +3 -3
  29. package/es/src/ap-field/tree-select/use-request.d.ts +4 -4
  30. package/es/src/ap-form/ap-form.vue.d.ts +1 -2
  31. package/es/src/ap-form/ap-form.vue2.mjs +2 -2
  32. package/es/src/ap-form/drawer-form/index.vue.d.ts +3 -4
  33. package/es/src/ap-form/drawer-form/index.vue.mjs +9 -9
  34. package/es/src/ap-form/item/index.vue.mjs +7 -7
  35. package/es/src/ap-form/item-group/index.vue.mjs +1 -1
  36. package/es/src/ap-form/items/checkbox/index.vue.mjs +2 -2
  37. package/es/src/ap-form/items/date/index.vue.mjs +2 -2
  38. package/es/src/ap-form/items/date-range/index.vue.mjs +2 -2
  39. package/es/src/ap-form/items/number/index.vue.mjs +2 -2
  40. package/es/src/ap-form/items/radio/index.vue.mjs +2 -2
  41. package/es/src/ap-form/items/select/index.vue.d.ts +6 -6
  42. package/es/src/ap-form/items/select/index.vue.mjs +2 -2
  43. package/es/src/ap-form/items/switch/index.vue.mjs +2 -2
  44. package/es/src/ap-form/items/text/group.vue2.mjs +2 -2
  45. package/es/src/ap-form/items/text/index.vue2.mjs +2 -2
  46. package/es/src/ap-form/items/text/password.vue.mjs +2 -2
  47. package/es/src/ap-form/items/text-area/index.vue.mjs +2 -2
  48. package/es/src/ap-form/items/tree-select/index.vue.mjs +2 -2
  49. package/es/src/ap-form/modal-form/index.vue.d.ts +3 -4
  50. package/es/src/ap-form/modal-form/index.vue.mjs +7 -7
  51. package/es/src/ap-form/render/item.vue.mjs +2 -2
  52. package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +10 -10
  53. package/es/src/ap-form/search-form/components/popover-sorter/index.vue2.mjs +23 -23
  54. package/es/src/ap-form/search-form/components/popover-sorter/sortable-item.vue2.mjs +2 -2
  55. package/es/src/ap-form/search-form/index.vue.d.ts +3 -4
  56. package/es/src/ap-form/search-form/index.vue.mjs +1 -1
  57. package/es/src/ap-form/set/index.vue.mjs +1 -1
  58. package/es/src/ap-grid/editable/form-item.vue.d.ts +2 -4
  59. package/es/src/ap-grid/editable/form-item.vue.mjs +2 -2
  60. package/es/src/ap-grid/editable/index.vue.d.ts +2 -4
  61. package/es/src/ap-grid/editable/index.vue.mjs +2 -2
  62. package/es/src/ap-grid/index.vue.d.ts +2 -4
  63. package/es/src/ap-grid/index.vue.mjs +26 -19
  64. package/es/src/ap-grid/utils/table.d.ts +1 -1
  65. package/es/src/ap-grid/utils/table.mjs +31 -31
  66. package/es/src/ap-list/index.vue.d.ts +2 -4
  67. package/es/src/ap-list/index.vue.mjs +1 -1
  68. package/es/src/ap-modal/utils/confirm.d.ts +1 -1
  69. package/es/src/ap-table/ap-table.vue.d.ts +2 -4
  70. package/es/src/ap-table/ap-table.vue2.mjs +13 -13
  71. package/es/src/ap-table/components/index/index.vue2.mjs +2 -2
  72. package/es/src/ap-table/components/paragraph-ellipsis/index.vue2.mjs +3 -3
  73. package/es/src/ap-table/components/setting/modal/index.vue2.mjs +3 -3
  74. package/es/src/ap-table/components/setting/select-group/index.vue2.mjs +1 -1
  75. package/es/src/ap-table/components/setting/sortable/index.vue2.mjs +1 -1
  76. package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +1 -1
  77. package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +11 -11
  78. package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
  79. package/es/src/ap-table/components/status/index.vue2.mjs +2 -2
  80. package/es/src/ap-table/constants.d.ts +5 -5
  81. package/es/src/ap-table/constants.mjs +45 -45
  82. package/es/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  83. package/es/src/ap-table/hooks/use-table-column-state.mjs +3 -3
  84. package/es/src/ap-tag/ap-tag-group.vue.mjs +8 -8
  85. package/es/src/ap-tag/ap-tag.vue.mjs +2 -2
  86. package/es/src/ap-upload/apUpload.vue.mjs +5 -5
  87. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  88. package/es/src/ap-upload/components/MultipleFile.vue2.mjs +3 -3
  89. package/es/src/ap-upload/components/Picture.vue.d.ts +2 -7
  90. package/es/src/ap-upload/components/Picture.vue2.mjs +6 -6
  91. package/es/src/ap-upload/components/SingleFile.vue2.mjs +7 -7
  92. package/es/src/business/ap-appendix/ap-appendix.vue2.mjs +1 -1
  93. package/es/src/business/ap-appendix/icons/file-icon.vue.mjs +2 -2
  94. package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +6 -6
  95. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +9 -9
  96. package/es/src/business/ap-batch-action-group/MenuItemGroup.vue2.mjs +1 -1
  97. package/es/src/business/ap-batch-action-group/index.d.ts +3 -3
  98. package/es/src/business/ap-button-group/ApButtonGroup.vue2.mjs +1 -1
  99. package/es/src/business/ap-card/ApCard.vue2.mjs +9 -9
  100. package/es/src/business/ap-draggable-grid/ApDraggableGrid.vue.d.ts +3 -19
  101. package/es/src/business/ap-draggable-grid/ApDraggableGrid.vue2.mjs +395 -144
  102. package/es/src/business/ap-draggable-grid/constans.d.ts +0 -8
  103. package/es/src/business/ap-draggable-grid/constans.mjs +0 -8
  104. package/es/src/business/ap-draggable-grid/index.d.ts +3 -31
  105. package/es/src/business/ap-draggable-grid/interface.d.ts +2 -0
  106. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +2 -4
  107. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +11 -11
  108. package/es/src/business/ap-expand-alert/index.d.ts +4 -6
  109. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +7 -7
  110. package/es/src/business/ap-image/ApImage.vue2.mjs +1 -1
  111. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +2 -2
  112. package/es/src/business/ap-keep-alive/keep-alive.mjs +3 -3
  113. package/es/src/business/ap-ladder/components/RenderValue.mjs +2 -2
  114. package/es/src/business/ap-radio-group/ap-radio-group.vue2.mjs +1 -1
  115. package/es/src/business/ap-select-layout/index.d.ts +2 -4
  116. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +2 -4
  117. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +4 -4
  118. package/es/src/business/ap-status/ApStatus.vue2.mjs +8 -8
  119. package/es/src/business/ap-status/group/ApStatusGroup.vue2.mjs +4 -4
  120. package/es/src/business/ap-summary/ap-summary.vue2.mjs +1 -1
  121. package/es/src/business/ap-table-modal/index.d.ts +17 -5
  122. package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
  123. package/es/src/business/ap-table-modal/table-layout/index.vue2.mjs +14 -14
  124. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +3 -3
  125. package/es/src/business/ap-title/ApTitle.vue2.mjs +7 -7
  126. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs +1 -1
  127. package/es/src/business/ap-upload-file/icon/delete-icon.vue.mjs +2 -2
  128. package/es/src/business/ap-upload-file/icon/file-icon.vue.mjs +2 -2
  129. package/es/src/business/ap-view/ap-view.vue2.mjs +2 -2
  130. package/es/src/business/ap-view/components/main-button-content.vue.d.ts +2 -3
  131. package/es/src/business/ap-view/components/main-button-content.vue2.mjs +5 -5
  132. package/es/src/business/ap-view/components/menu-list-content.vue.d.ts +2 -3
  133. package/es/src/business/ap-view/components/menu-list-content.vue2.mjs +6 -6
  134. package/es/src/business/ap-view/icons/line-delete.vue.mjs +2 -2
  135. package/es/src/business/ap-view/icons/line-down.vue.mjs +2 -2
  136. package/es/src/business/ap-view/icons/line-eye.vue.mjs +2 -2
  137. package/es/src/business/batch-input-group/form-item.vue.mjs +2 -2
  138. package/es/src/business/batch-input-group/index.vue.mjs +1 -1
  139. package/es/src/business/batch-input-group/popover-input/index.vue2.mjs +2 -2
  140. package/es/src/check-card/index.vue2.mjs +3 -3
  141. package/es/src/config-provider/hooks/use-namespace.d.ts +5 -1
  142. package/es/src/editable-table/form-item.vue.d.ts +2 -4
  143. package/es/src/editable-table/form-item.vue.mjs +2 -2
  144. package/es/src/editable-table/index.vue.d.ts +2 -4
  145. package/es/src/editable-table/index.vue.mjs +2 -2
  146. package/es/src/full-screen/index.vue.mjs +3 -3
  147. package/es/src/hooks/useFullScreen.mjs +5 -5
  148. package/es/src/mask/index.vue.mjs +10 -10
  149. package/es/src/portal/index.vue.mjs +2 -2
  150. package/es/src/scroll-bar/index.vue.mjs +3 -3
  151. package/es/src/scroll-bar/internal.vue.mjs +2 -2
  152. package/es/src/scroll-view/index.vue.d.ts +5 -5
  153. package/es/src/scroll-view/index.vue.mjs +9 -9
  154. package/es/src/splitter/Panel.vue2.mjs +4 -4
  155. package/es/src/splitter/SplitBar.vue2.mjs +7 -7
  156. package/es/src/splitter/Splitter.vue2.mjs +5 -5
  157. package/es/src/tests/wrapper.d.ts +4 -4
  158. package/es/src/text/group.vue.mjs +2 -2
  159. package/es/src/text/index.vue.mjs +5 -5
  160. package/es/src/version.d.ts +1 -1
  161. package/es/src/version.mjs +1 -1
  162. package/es/src/work-order-modal/help-message.vue2.mjs +2 -2
  163. package/es/src/work-order-modal/work-order-modal.vue.d.ts +2 -3
  164. package/es/src/work-order-modal/work-order-modal.vue.mjs +2 -2
  165. package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
  166. package/lib/src/ap-field/index.js +1 -1
  167. package/lib/src/ap-field/select/use-select-options.d.ts +2 -2
  168. package/lib/src/ap-field/tree-select/use-request.d.ts +4 -4
  169. package/lib/src/ap-form/ap-form.vue.d.ts +1 -2
  170. package/lib/src/ap-form/drawer-form/index.vue.d.ts +3 -4
  171. package/lib/src/ap-form/items/select/index.vue.d.ts +6 -6
  172. package/lib/src/ap-form/modal-form/index.vue.d.ts +3 -4
  173. package/lib/src/ap-form/search-form/index.vue.d.ts +3 -4
  174. package/lib/src/ap-grid/editable/form-item.vue.d.ts +2 -4
  175. package/lib/src/ap-grid/editable/index.vue.d.ts +2 -4
  176. package/lib/src/ap-grid/index.vue.d.ts +2 -4
  177. package/lib/src/ap-grid/index.vue.js +1 -1
  178. package/lib/src/ap-grid/utils/table.d.ts +1 -1
  179. package/lib/src/ap-grid/utils/table.js +1 -1
  180. package/lib/src/ap-list/index.vue.d.ts +2 -4
  181. package/lib/src/ap-modal/utils/confirm.d.ts +1 -1
  182. package/lib/src/ap-table/ap-table.vue.d.ts +2 -4
  183. package/lib/src/ap-table/constants.d.ts +5 -5
  184. package/lib/src/ap-table/constants.js +1 -1
  185. package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  186. package/lib/src/ap-upload/apUpload.vue.js +1 -1
  187. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  188. package/lib/src/ap-upload/components/Picture.vue.d.ts +2 -7
  189. package/lib/src/business/ap-batch-action-group/index.d.ts +3 -3
  190. package/lib/src/business/ap-draggable-grid/ApDraggableGrid.vue.d.ts +3 -19
  191. package/lib/src/business/ap-draggable-grid/ApDraggableGrid.vue2.js +1 -1
  192. package/lib/src/business/ap-draggable-grid/constans.d.ts +0 -8
  193. package/lib/src/business/ap-draggable-grid/constans.js +1 -1
  194. package/lib/src/business/ap-draggable-grid/index.d.ts +3 -31
  195. package/lib/src/business/ap-draggable-grid/interface.d.ts +2 -0
  196. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +2 -4
  197. package/lib/src/business/ap-expand-alert/index.d.ts +4 -6
  198. package/lib/src/business/ap-select-layout/index.d.ts +2 -4
  199. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +2 -4
  200. package/lib/src/business/ap-table-modal/index.d.ts +17 -5
  201. package/lib/src/business/ap-view/components/main-button-content.vue.d.ts +2 -3
  202. package/lib/src/business/ap-view/components/menu-list-content.vue.d.ts +2 -3
  203. package/lib/src/config-provider/hooks/use-namespace.d.ts +5 -1
  204. package/lib/src/editable-table/form-item.vue.d.ts +2 -4
  205. package/lib/src/editable-table/index.vue.d.ts +2 -4
  206. package/lib/src/scroll-view/index.vue.d.ts +5 -5
  207. package/lib/src/tests/wrapper.d.ts +4 -4
  208. package/lib/src/version.d.ts +1 -1
  209. package/lib/src/version.js +1 -1
  210. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +2 -3
  211. package/package.json +1 -1
  212. package/theme/ap-descriptions/ap-descriptions.css +1 -1
  213. package/theme/ap-descriptions/ap-descriptions.less +1 -1
  214. package/theme/ap-draggable-grid/ap-draggable-grid.css +4 -3
  215. package/theme/ap-draggable-grid/ap-draggable-grid.less +4 -2
  216. package/theme/index.css +5 -4
  217. package/theme/antd-global-overwrite/admin/alert.css +0 -37
  218. package/theme/antd-global-overwrite/admin/alert.less +0 -51
  219. package/theme/antd-global-overwrite/admin/button.css +0 -27
  220. package/theme/antd-global-overwrite/admin/button.less +0 -31
  221. package/theme/antd-global-overwrite/admin/field.css +0 -42
  222. package/theme/antd-global-overwrite/admin/field.less +0 -43
  223. package/theme/antd-global-overwrite/admin/form.css +0 -57
  224. package/theme/antd-global-overwrite/admin/form.less +0 -97
  225. package/theme/antd-global-overwrite/admin/message.css +0 -10
  226. package/theme/antd-global-overwrite/admin/message.less +0 -13
  227. package/theme/antd-global-overwrite/admin/modal.css +0 -94
  228. package/theme/antd-global-overwrite/admin/modal.less +0 -128
  229. package/theme/antd-global-overwrite/admin/pagination.css +0 -122
  230. package/theme/antd-global-overwrite/admin/pagination.less +0 -91
  231. package/theme/antd-global-overwrite/admin/steps.css +0 -127
  232. package/theme/antd-global-overwrite/admin/steps.less +0 -197
  233. package/theme/antd-global-overwrite/admin/table.css +0 -78
  234. package/theme/antd-global-overwrite/admin/table.less +0 -62
  235. package/theme/antd-global-overwrite/admin/tooltip.css +0 -3
  236. package/theme/antd-global-overwrite/admin/tooltip.less +0 -3
  237. package/theme/antd-global-overwrite/aplus/alert.css +0 -40
  238. package/theme/antd-global-overwrite/aplus/alert.less +0 -55
  239. package/theme/antd-global-overwrite/aplus/button.css +0 -27
  240. package/theme/antd-global-overwrite/aplus/button.less +0 -31
  241. package/theme/antd-global-overwrite/aplus/field.css +0 -42
  242. package/theme/antd-global-overwrite/aplus/field.less +0 -43
  243. package/theme/antd-global-overwrite/aplus/form.css +0 -87
  244. package/theme/antd-global-overwrite/aplus/form.less +0 -133
  245. package/theme/antd-global-overwrite/aplus/message.css +0 -10
  246. package/theme/antd-global-overwrite/aplus/message.less +0 -13
  247. package/theme/antd-global-overwrite/aplus/modal.css +0 -87
  248. package/theme/antd-global-overwrite/aplus/modal.less +0 -120
  249. package/theme/antd-global-overwrite/aplus/pagination.css +0 -147
  250. package/theme/antd-global-overwrite/aplus/pagination.less +0 -108
  251. package/theme/antd-global-overwrite/aplus/steps.css +0 -125
  252. package/theme/antd-global-overwrite/aplus/steps.less +0 -198
  253. package/theme/antd-global-overwrite/aplus/table.css +0 -78
  254. package/theme/antd-global-overwrite/aplus/table.less +0 -61
  255. package/theme/antd-global-overwrite/aplus/tooltip.css +0 -3
  256. package/theme/antd-global-overwrite/aplus/tooltip.less +0 -3
  257. package/theme/ap-table/ap-table-pagination.css +0 -12
  258. package/theme/ap-table/ap-table-pagination.less +0 -14
  259. package/theme/ui-mode.css +0 -60
  260. package/theme/ui-mode.less +0 -109
@@ -1,5 +1,5 @@
1
1
  import { ApSelectItem, ApSelectLayoutProps } from './interface';
2
- import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
2
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
3
3
  declare const _default: <T extends ApSelectItem>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
4
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
5
5
  readonly onOnSelect?: ((value: T) => any) | undefined;
@@ -19,9 +19,7 @@ declare const _default: <T extends ApSelectItem>(__VLS_props: NonNullable<Awaite
19
19
  (event: "afterEnter", el: Element): void;
20
20
  (event: "afterLeave", el: Element): void;
21
21
  };
22
- }>) => VNode<RendererNode, RendererElement, {
23
- [key: string]: any;
24
- }> & {
22
+ }>) => VNode & {
25
23
  __ctx?: Awaited<typeof __VLS_setup>;
26
24
  };
27
25
  export default _default;
@@ -4,8 +4,8 @@ import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicP
4
4
  import { ApTableModalProps, OpenOptions, OpenReturnType } from './interface';
5
5
  import { Recordable } from '../../type';
6
6
  import { TableColumnsType } from '@aplus-frontend/antdv';
7
- import { InternalPagingType } from '../../ap-table/hooks/use-table-paging-ng';
8
7
  import { ApFormSearchFormPopoverSorterItem } from '../..';
8
+ import { InternalPagingType } from '../../ap-table/hooks/use-table-paging-ng';
9
9
  /**
10
10
  *
11
11
  */
@@ -42,8 +42,14 @@ declare const ApTableModal: {
42
42
  };
43
43
  y: undefined;
44
44
  };
45
- getPaging: () => InternalPagingType;
46
- setPaging: (nextPaging: InternalPagingType, refreshImmediately?: boolean) => void;
45
+ getPaging: () => Partial<{
46
+ current: number;
47
+ pageSize: number;
48
+ }>;
49
+ setPaging: (nextPaging: Partial<{
50
+ current: number;
51
+ pageSize: number;
52
+ }>, refreshImmediately?: boolean) => void;
47
53
  getSearchFormSorterItems: () => ApFormSearchFormPopoverSorterItem[];
48
54
  setSearchFormSorterItems: (sortedItems: ApFormSearchFormPopoverSorterItem[]) => void;
49
55
  resetSearchFormSorterItems: () => void;
@@ -147,8 +153,14 @@ declare const ApTableModal: {
147
153
  };
148
154
  y: undefined;
149
155
  };
150
- getPaging: () => InternalPagingType;
151
- setPaging: (nextPaging: InternalPagingType, refreshImmediately?: boolean) => void;
156
+ getPaging: () => Partial<{
157
+ current: number;
158
+ pageSize: number;
159
+ }>;
160
+ setPaging: (nextPaging: Partial<{
161
+ current: number;
162
+ pageSize: number;
163
+ }>, refreshImmediately?: boolean) => void;
152
164
  getSearchFormSorterItems: () => ApFormSearchFormPopoverSorterItem[];
153
165
  setSearchFormSorterItems: (sortedItems: ApFormSearchFormPopoverSorterItem[]) => void;
154
166
  resetSearchFormSorterItems: () => void;
@@ -2,13 +2,12 @@ import { ApFormProps, UpdateModelOptimizeFn, ApFormInternalInstance, WatchFunc }
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
3
  import { ButtonSize, SizeType } from '@aplus-frontend/antdv/es/button';
4
4
  import { ColSize } from '@aplus-frontend/antdv/es/grid';
5
- 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';
6
6
  import { RuleObject } from '@aplus-frontend/antdv/es/form';
7
7
  import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
8
8
  import { Options } from '../../../../node_modules/scroll-into-view-if-needed';
9
9
  import { Recordable } from '../../../type';
10
10
  import { VueTypeDef, VueTypeValidableDef } from '../../../../node_modules/vue-types';
11
- import { SizeType } from '@aplus-frontend/antdv/es/config-provider';
12
11
  import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
13
12
  import { OnCleanup } from '@vue/reactivity';
14
13
  type __VLS_Props = {
@@ -109,7 +108,7 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
109
108
  readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
110
109
  readonly initialValues?: Recordable | undefined;
111
110
  readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
112
- readonly syncToUrl?: (boolean | ((values: Recordable, type: "get" | "set") => Recordable)) | undefined;
111
+ readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
113
112
  readonly syncToUrlPriority?: boolean | undefined;
114
113
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
115
114
  $attrs: {
@@ -2,13 +2,12 @@ import { ViewListModel } from '../interface';
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
3
  import { ButtonSize, SizeType } from '@aplus-frontend/antdv/es/button';
4
4
  import { ColSize } from '@aplus-frontend/antdv/es/grid';
5
- 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';
6
6
  import { RuleObject } from '@aplus-frontend/antdv/es/form';
7
7
  import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
8
8
  import { Options } from '../../../../node_modules/scroll-into-view-if-needed';
9
9
  import { Recordable } from '../../../type';
10
10
  import { VueTypeDef, VueTypeValidableDef } from '../../../../node_modules/vue-types';
11
- import { SizeType } from '@aplus-frontend/antdv/es/config-provider';
12
11
  import { VueNode } from '@aplus-frontend/antdv/es/_util/type';
13
12
  import { ApFormProps, UpdateModelOptimizeFn, ApFormInternalInstance, WatchFunc } from '../../../ap-form';
14
13
  import { OnCleanup } from '@vue/reactivity';
@@ -110,7 +109,7 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
110
109
  readonly onValidate?: ((name: string | number | string[] | number[], status: boolean, errors: string[]) => void) | undefined;
111
110
  readonly initialValues?: Recordable | undefined;
112
111
  readonly onValuesChange?: ((changedValues: Recordable, allValues: Recordable, fieldName: NamePath) => void) | undefined;
113
- readonly syncToUrl?: (boolean | ((values: Recordable, type: "get" | "set") => Recordable)) | undefined;
112
+ readonly syncToUrl?: boolean | ((values: Recordable, type: "get" | "set") => Recordable) | undefined;
114
113
  readonly syncToUrlPriority?: boolean | undefined;
115
114
  } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
116
115
  $attrs: {
@@ -2,7 +2,11 @@ import { InjectionKey, Ref, ComputedRef } from 'vue';
2
2
  export declare const defaultNamespace = "aplus";
3
3
  export declare const namespaceContextKey: InjectionKey<Ref<string | undefined>>;
4
4
  export declare const useGetDerivedNamespace: (namespaceOverrides?: Ref<string | undefined>) => ComputedRef<string>;
5
- export declare const useNamespace: (block: string, namespaceOverrides?: Ref<string | undefined>) => {
5
+ export declare const useNamespace: (
6
+ /**
7
+ * 块 一般是指组件名
8
+ */
9
+ block: string, namespaceOverrides?: Ref<string | undefined>) => {
6
10
  namespace: ComputedRef<string>;
7
11
  b: (blockSuffix?: string) => string;
8
12
  e: (element?: string) => string;
@@ -1,5 +1,5 @@
1
1
  import { EditableColumnType, EditableTableFormItemExpose, EditableTableFormItemProps } from './interface';
2
- import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
2
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
3
3
  declare const _default: <RecordType = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
4
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, never> & EditableTableFormItemProps<RecordType> & Partial<{}>> & PublicProps;
5
5
  expose(exposed: ShallowUnwrapRef<EditableTableFormItemExpose>): void;
@@ -36,9 +36,7 @@ declare const _default: <RecordType = any>(__VLS_props: NonNullable<Awaited<type
36
36
  }) => void;
37
37
  };
38
38
  emit: {};
39
- }>) => VNode<RendererNode, RendererElement, {
40
- [key: string]: any;
41
- }> & {
39
+ }>) => VNode & {
42
40
  __ctx?: Awaited<typeof __VLS_setup>;
43
41
  };
44
42
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { EditableTableProps, EditableColumnType, EditableTableExpose } from './interface';
2
2
  import { Recordable } from '../type';
3
- import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode, RendererNode, RendererElement } from 'vue';
3
+ import { VNodeProps, AllowedComponentProps, ComponentCustomProps, PublicProps, ShallowUnwrapRef, VNode } from 'vue';
4
4
  declare const _default: <RecordType extends Recordable = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
5
5
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
6
6
  readonly "onUpdate:value"?: ((...args: any[]) => any) | undefined;
@@ -39,9 +39,7 @@ declare const _default: <RecordType extends Recordable = any>(__VLS_props: NonNu
39
39
  }) => void;
40
40
  };
41
41
  emit: (event: "update:value", ...args: any[]) => void;
42
- }>) => VNode<RendererNode, RendererElement, {
43
- [key: string]: any;
44
- }> & {
42
+ }>) => VNode & {
45
43
  __ctx?: Awaited<typeof __VLS_setup>;
46
44
  };
47
45
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { ScrollOptions, ScrollViewProps } from './interface';
2
- import { ScrollBarDirection, InternalScrollBarProps, ColorType } from '../scroll-bar';
2
+ import { ScrollBarDirection, InternalScrollBarProps } from '../scroll-bar';
3
3
  import { CreateComponentPublicInstanceWithMixins, Ref, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, DefineComponent, ComputedRef } from 'vue';
4
4
  declare function scroll(x?: number, y?: number): void;
5
5
  declare function scrollTo({ smooth, left, top }: ScrollOptions): void;
@@ -106,8 +106,8 @@ declare const __VLS_component: DefineComponent<ScrollViewProps, {
106
106
  onScroll?: ((percent: number) => void) | undefined;
107
107
  disabled?: boolean | undefined;
108
108
  trackSpeed?: number | undefined;
109
- barColor?: ColorType;
110
- trackColor?: ColorType;
109
+ barColor?: import("csstype").Property.BackgroundColor | undefined;
110
+ trackColor?: import("csstype").Property.BackgroundColor | undefined;
111
111
  trackWidth?: number | undefined;
112
112
  showTrack?: boolean | undefined;
113
113
  onScrollStart?: ((percent: number) => void) | undefined;
@@ -118,8 +118,8 @@ declare const __VLS_component: DefineComponent<ScrollViewProps, {
118
118
  onScroll?: ((percent: number) => void) | undefined;
119
119
  disabled?: boolean | undefined;
120
120
  trackSpeed?: number | undefined;
121
- barColor?: ColorType;
122
- trackColor?: ColorType;
121
+ barColor?: import("csstype").Property.BackgroundColor | undefined;
122
+ trackColor?: import("csstype").Property.BackgroundColor | undefined;
123
123
  trackWidth?: number | undefined;
124
124
  showTrack?: boolean | undefined;
125
125
  onScrollStart?: ((percent: number) => void) | undefined;
@@ -1,8 +1,8 @@
1
1
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
2
  export declare const Wrapper: DefineComponent<{
3
- uiMode?: ("admin" | "aplus") | undefined;
4
- lang?: ("en" | "zh-cn") | undefined;
3
+ uiMode?: "admin" | "aplus" | undefined;
4
+ lang?: "en" | "zh-cn" | undefined;
5
5
  }, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
6
- uiMode?: ("admin" | "aplus") | undefined;
7
- lang?: ("en" | "zh-cn") | undefined;
6
+ uiMode?: "admin" | "aplus" | undefined;
7
+ lang?: "en" | "zh-cn" | undefined;
8
8
  }> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -1,2 +1,2 @@
1
- declare const _default: "6.17.2";
1
+ declare const _default: "6.18.0";
2
2
  export default _default;
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="6.17.2";exports.default=e;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="6.18.0";exports.default=e;
@@ -2,13 +2,12 @@ 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
3
  import { ButtonSize, SizeType } from '@aplus-frontend/antdv/es/button';
4
4
  import { ColSize } from '@aplus-frontend/antdv/es/grid';
5
- 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';
6
6
  import { RuleObject } from '@aplus-frontend/antdv/es/form';
7
7
  import { RequiredMark } from '@aplus-frontend/antdv/es/form/Form';
8
8
  import { Options } from '../../node_modules/scroll-into-view-if-needed';
9
9
  import { Recordable } from '../type';
10
10
  import { VueTypeDef, VueTypeValidableDef } from '../../node_modules/vue-types';
11
- import { SizeType } from '@aplus-frontend/antdv/es/config-provider';
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';
@@ -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: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aplus-frontend/ui",
3
- "version": "6.17.2",
3
+ "version": "6.18.0",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "files": [
@@ -55,7 +55,7 @@
55
55
  padding-bottom: var(--ap-descriptions-item-padding-bottom, 16px);
56
56
  }
57
57
  .aplus-ap-descriptions .ant-descriptions th.ant-descriptions-item {
58
- padding-bottom: 8px;
58
+ padding-bottom: 4px;
59
59
  }
60
60
  .aplus-ap-descriptions .ant-descriptions .ant-descriptions-row:last-child .ant-descriptions-item {
61
61
  padding-bottom: var(--ap-descriptions-last-row-item-padding-bottom, 0px);
@@ -19,7 +19,7 @@
19
19
  }
20
20
  th {
21
21
  &.ant-descriptions-item {
22
- padding-bottom: 8px;
22
+ padding-bottom: 4px;
23
23
  }
24
24
  }
25
25
  // 最后一个 item 的 padding-bottom 为 0
@@ -57,14 +57,16 @@
57
57
  display: flex;
58
58
  align-items: center;
59
59
  justify-content: center;
60
- transition: all 0.3s ease;
61
60
  overflow: hidden;
61
+ transition: all 0.3s ease;
62
62
  }
63
63
  .aplus-ap-draggable-grid--canDrag:hover {
64
64
  border: 1px solid var(--ap-color-primary);
65
65
  }
66
66
  .aplus-ap-draggable-grid--dragging {
67
67
  cursor: move;
68
+ z-index: 100;
69
+ opacity: 0.8;
68
70
  }
69
71
  .aplus-ap-draggable-grid__dragging {
70
72
  opacity: 0.5;
@@ -72,8 +74,7 @@
72
74
  z-index: 999;
73
75
  }
74
76
  .aplus-ap-draggable-grid__overlay {
75
- background: #94bff8;
76
- border: 2px dashed #e0ebfa;
77
+ border: 1px solid var(--ap-color-primary);
77
78
  }
78
79
  .aplus-ap-draggable-grid-loading {
79
80
  display: flex;
@@ -14,6 +14,7 @@
14
14
  justify-content: center;
15
15
  transition: all 0.3s ease;
16
16
  overflow: hidden;
17
+ transition: all 0.3s ease,
17
18
  }
18
19
  &--canDrag {
19
20
  &:hover{
@@ -22,6 +23,8 @@
22
23
  }
23
24
  &--dragging {
24
25
  cursor: move;
26
+ z-index: 100;
27
+ opacity: 0.8;
25
28
  }
26
29
  &__dragging {
27
30
  opacity: 0.5;
@@ -29,8 +32,7 @@
29
32
  z-index: 999;
30
33
  }
31
34
  &__overlay {
32
- background: #94bff8;
33
- border: 2px dashed #e0ebfa;
35
+ border: 1px solid var(--ap-color-primary);
34
36
  }
35
37
  });
36
38
  .b('ap-draggable-grid-loading',{
package/theme/index.css CHANGED
@@ -860,7 +860,7 @@
860
860
  padding-bottom: var(--ap-descriptions-item-padding-bottom, 16px);
861
861
  }
862
862
  .aplus-ap-descriptions .ant-descriptions th.ant-descriptions-item {
863
- padding-bottom: 8px;
863
+ padding-bottom: 4px;
864
864
  }
865
865
  .aplus-ap-descriptions .ant-descriptions .ant-descriptions-row:last-child .ant-descriptions-item {
866
866
  padding-bottom: var(--ap-descriptions-last-row-item-padding-bottom, 0px);
@@ -4119,14 +4119,16 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
4119
4119
  display: flex;
4120
4120
  align-items: center;
4121
4121
  justify-content: center;
4122
- transition: all 0.3s ease;
4123
4122
  overflow: hidden;
4123
+ transition: all 0.3s ease;
4124
4124
  }
4125
4125
  .aplus-ap-draggable-grid--canDrag:hover {
4126
4126
  border: 1px solid var(--ap-color-primary);
4127
4127
  }
4128
4128
  .aplus-ap-draggable-grid--dragging {
4129
4129
  cursor: move;
4130
+ z-index: 100;
4131
+ opacity: 0.8;
4130
4132
  }
4131
4133
  .aplus-ap-draggable-grid__dragging {
4132
4134
  opacity: 0.5;
@@ -4134,8 +4136,7 @@ div.aplus-ap-info-layout-admin__header-shadow.aplus-ap-info-layout-admin__sticky
4134
4136
  z-index: 999;
4135
4137
  }
4136
4138
  .aplus-ap-draggable-grid__overlay {
4137
- background: #94bff8;
4138
- border: 2px dashed #e0ebfa;
4139
+ border: 1px solid var(--ap-color-primary);
4139
4140
  }
4140
4141
  .aplus-ap-draggable-grid-loading {
4141
4142
  display: flex;
@@ -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
- }