@zat-design/sisyphus-react 3.13.13-beta.6 → 4.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 (546) hide show
  1. package/babel.config.js +34 -1
  2. package/dist/index.esm.css +595 -341
  3. package/dist/less.esm.css +565 -309
  4. package/es/FormsProvider/index.d.ts +4 -1
  5. package/es/ProAction/components/CheckModalContent/index.js +0 -8
  6. package/es/ProAction/index.js +45 -48
  7. package/es/ProAction/index.less +2 -2
  8. package/es/ProConfigProvider/index.d.ts +21 -4
  9. package/es/ProConfigProvider/index.js +51 -22
  10. package/es/ProDownload/index.js +62 -65
  11. package/es/ProDownload/style/index.less +2 -2
  12. package/es/ProDownload/utils.js +45 -51
  13. package/es/ProDrawerForm/components/ProDrawer/index.js +64 -69
  14. package/es/ProDrawerForm/components/ProModal/index.js +59 -67
  15. package/es/ProDrawerForm/index.d.ts +2 -1
  16. package/es/ProDrawerForm/index.js +4 -6
  17. package/es/ProDrawerForm/propsType.d.ts +7 -18
  18. package/es/ProDrawerForm/style/index.less +8 -14
  19. package/es/ProEditLabel/components/RenderProForm.js +2 -3
  20. package/es/ProEditLabel/index.js +40 -45
  21. package/es/ProEditLabel/propsType.d.ts +1 -6
  22. package/es/ProEditLabel/style/index.less +4 -3
  23. package/es/ProEditTable/components/ActionButton/index.js +5 -8
  24. package/es/ProEditTable/components/RcTable/BaseTable.js +73 -55
  25. package/es/ProEditTable/components/RcTable/DraggableTable.js +66 -47
  26. package/es/ProEditTable/components/RcTable/index.d.ts +0 -2
  27. package/es/ProEditTable/components/RcTable/index.js +1 -3
  28. package/es/ProEditTable/components/RenderField/ListChangedWrapper.js +9 -12
  29. package/es/ProEditTable/components/RenderField/index.d.ts +3 -2
  30. package/es/ProEditTable/components/RenderField/index.js +377 -253
  31. package/es/ProEditTable/components/RenderToolbar/index.js +19 -19
  32. package/es/ProEditTable/components/Summary/index.js +5 -8
  33. package/es/ProEditTable/components/Validator/index.js +3 -6
  34. package/es/ProEditTable/index.js +128 -131
  35. package/es/ProEditTable/propsType.d.ts +1 -7
  36. package/es/ProEditTable/style/index.less +3 -7
  37. package/es/ProEditTable/utils/config.js +31 -35
  38. package/es/ProEditTable/utils/index.js +44 -41
  39. package/es/ProEditTable/utils/tools.js +107 -110
  40. package/es/ProEditTable/utils/useEditTableError.js +12 -4
  41. package/es/ProEnum/hooks/useEnumRequest.js +44 -47
  42. package/es/ProEnum/index.js +10 -17
  43. package/es/ProEnum/style/index.less +2 -2
  44. package/es/ProEnum/utils/index.d.ts +1 -0
  45. package/es/ProEnum/utils/index.js +2 -1
  46. package/es/ProForm/components/Container.d.ts +1 -0
  47. package/es/ProForm/components/Container.js +2 -3
  48. package/es/ProForm/components/FormFooter/index.js +13 -13
  49. package/es/ProForm/components/FormFooter/propsType.d.ts +2 -0
  50. package/es/ProForm/components/base/Checkbox/index.js +3 -4
  51. package/es/ProForm/components/base/DatePicker/index.d.ts +1 -3
  52. package/es/ProForm/components/base/DatePicker/index.js +7 -7
  53. package/es/ProForm/components/base/DatePicker/useDateLimit.d.ts +1 -7
  54. package/es/ProForm/components/base/DatePicker/useDateLimit.js +1 -3
  55. package/es/ProForm/components/base/Input/index.js +6 -13
  56. package/es/ProForm/components/base/InputNumber/index.js +3 -6
  57. package/es/ProForm/components/base/Radio/index.js +3 -4
  58. package/es/ProForm/components/base/RangePicker/index.js +6 -7
  59. package/es/ProForm/components/base/RangePicker/useDateRange.d.ts +5 -5
  60. package/es/ProForm/components/base/Select/index.js +2 -3
  61. package/es/ProForm/components/base/Switch/index.js +2 -3
  62. package/es/ProForm/components/base/SwitchCheckbox/index.js +2 -3
  63. package/es/ProForm/components/base/SwitchCheckbox/style/index.less +2 -2
  64. package/es/ProForm/components/base/TextArea/index.js +3 -4
  65. package/es/ProForm/components/base/TextArea/index.less +12 -2
  66. package/es/ProForm/components/base/TimePicker/index.d.ts +1 -2
  67. package/es/ProForm/components/base/TimePicker/index.js +6 -7
  68. package/es/ProForm/components/base/TimePicker/style/index.less +5 -3
  69. package/es/ProForm/components/combination/Container/style/index.less +2 -2
  70. package/es/ProForm/components/combination/FormList/components/ActionButton.js +28 -26
  71. package/es/ProForm/components/combination/FormList/components/BlockFields.js +3 -6
  72. package/es/ProForm/components/combination/FormList/components/Empty.d.ts +13 -0
  73. package/es/ProForm/components/combination/FormList/components/Empty.js +89 -0
  74. package/es/ProForm/components/combination/FormList/components/LineFields.js +2 -3
  75. package/es/ProForm/components/combination/FormList/components/ToolbarButton.js +17 -21
  76. package/es/ProForm/components/combination/FormList/index.js +13 -5
  77. package/es/ProForm/components/combination/FormList/propsType.d.ts +1 -0
  78. package/es/ProForm/components/combination/FormList/style/index.less +61 -2
  79. package/es/ProForm/components/combination/Group/component/AddonWrapper/index.d.ts +1 -0
  80. package/es/ProForm/components/combination/Group/index.d.ts +2 -8
  81. package/es/ProForm/components/combination/Group/index.js +12 -6
  82. package/es/ProForm/components/combination/Group/style/index.less +7 -87
  83. package/es/ProForm/components/combination/Group/utils.d.ts +1 -1
  84. package/es/ProForm/components/combination/Group/utils.js +4 -5
  85. package/es/ProForm/components/combination/ProCascader/index.js +21 -20
  86. package/es/ProForm/components/combination/ProCascader/propsType.d.ts +1 -1
  87. package/es/ProForm/components/combination/ProCascader/style/index.less +2 -2
  88. package/es/ProForm/components/combination/ProModalSelect/hooks/useRequestList.js +6 -8
  89. package/es/ProForm/components/combination/ProModalSelect/index.d.ts +1 -1
  90. package/es/ProForm/components/combination/ProModalSelect/index.js +97 -116
  91. package/es/ProForm/components/combination/ProModalSelect/style/index.less +13 -14
  92. package/es/ProForm/components/combination/ProNumberRange/index.d.ts +3 -2
  93. package/es/ProForm/components/combination/ProNumberRange/index.js +17 -16
  94. package/es/ProForm/components/combination/ProNumberRange/style/index.less +5 -52
  95. package/es/ProForm/components/combination/ProRangeLimit/index.d.ts +2 -23
  96. package/es/ProForm/components/combination/ProRangeLimit/index.js +44 -28
  97. package/es/ProForm/components/combination/ProRangeLimit/propsType.d.ts +23 -0
  98. package/es/ProForm/components/combination/ProTimeLimit/hooks/useControlled.d.ts +3 -2
  99. package/es/ProForm/components/combination/ProTimeLimit/hooks/useControlled.js +14 -2
  100. package/es/ProForm/components/combination/ProTimeLimit/index.d.ts +5 -6
  101. package/es/ProForm/components/combination/ProTimeLimit/index.js +27 -19
  102. package/es/ProForm/components/combination/ProTimeLimit/style/index.less +66 -6
  103. package/es/ProForm/components/index.d.ts +0 -8
  104. package/es/ProForm/components/index.js +1 -10
  105. package/es/ProForm/components/render/ChangedWrapper.js +8 -9
  106. package/es/ProForm/components/render/ConfirmWrapper.js +28 -29
  107. package/es/ProForm/components/render/Render.js +37 -40
  108. package/es/ProForm/components/render/propsType.d.ts +2 -6
  109. package/es/ProForm/index.js +9 -39
  110. package/es/ProForm/style/index.less +6 -16
  111. package/es/ProForm/utils/index.d.ts +15 -1
  112. package/es/ProForm/utils/index.js +63 -18
  113. package/es/ProForm/utils/useDeepCompareMemo.js +4 -4
  114. package/es/ProForm/utils/useForm.js +84 -74
  115. package/es/ProForm/utils/useShouldUpdate.js +14 -14
  116. package/es/ProForm/utils/valueType.js +8 -8
  117. package/es/ProIcon/index.js +10 -13
  118. package/es/ProIcon/style/index.less +2 -2
  119. package/es/ProLayout/components/Layout/Header/index.js +1 -1
  120. package/es/ProLayout/components/Layout/Menu/FoldMenu/index.js +11 -10
  121. package/es/ProLayout/components/Layout/Menu/FoldMenu/style/index.less +42 -39
  122. package/es/ProLayout/components/Layout/Menu/OpenMenu/index.js +3 -4
  123. package/es/ProLayout/components/Layout/Menu/OpenMenu/style/index.less +12 -6
  124. package/es/ProLayout/components/Layout/Menu/SideMenu/style/index.less +9 -5
  125. package/es/ProLayout/components/Layout/Menu/index.js +1 -1
  126. package/es/ProLayout/components/Layout/Menu/style/index.less +2 -2
  127. package/es/ProLayout/components/Layout/Notice/style/index.less +2 -2
  128. package/es/ProLayout/components/ProCollapse/index.js +20 -36
  129. package/es/ProLayout/components/ProCollapse/style/index.less +3 -3
  130. package/es/ProLayout/components/ProFooter/index.js +3 -4
  131. package/es/ProLayout/components/ProFooter/style/index.less +2 -2
  132. package/es/ProLayout/components/ProHeader/components/Copy/index.js +2 -3
  133. package/es/ProLayout/components/ProHeader/components/ProBackBtn/index.js +2 -3
  134. package/es/ProLayout/components/ProHeader/components/ProBackBtn/style/index.less +9 -9
  135. package/es/ProLayout/components/ProHeader/index.js +43 -46
  136. package/es/ProLayout/components/ProHeader/style/index.less +2 -2
  137. package/es/ProLayout/index.js +7 -6
  138. package/es/ProLayout/style/index.less +4 -3
  139. package/es/ProSelect/components/AdaptiveTooltip.js +2 -3
  140. package/es/ProSelect/index.js +7 -17
  141. package/es/ProSelect/index.less +2 -2
  142. package/es/ProSelect/propsType.d.ts +1 -1
  143. package/es/ProStep/components/Anchor/index.js +2 -3
  144. package/es/ProStep/components/Item/index.js +2 -1
  145. package/es/ProStep/components/Listener/index.js +12 -14
  146. package/es/ProStep/components/Step/index.js +1 -0
  147. package/es/ProStep/index.js +39 -47
  148. package/es/ProStep/style/index.less +4 -4
  149. package/es/ProStepTab/index.js +72 -83
  150. package/es/ProTable/components/FormatColumn/index.js +32 -31
  151. package/es/ProTable/components/RcTable/components/BaseTable/index.d.ts +0 -1
  152. package/es/ProTable/components/RcTable/components/BaseTable/index.js +2 -4
  153. package/es/ProTable/components/RcTable/components/DraggableTable/components/DndWrapper/index.js +39 -37
  154. package/es/ProTable/components/RcTable/components/DraggableTable/index.d.ts +0 -1
  155. package/es/ProTable/components/RcTable/components/DraggableTable/index.js +2 -4
  156. package/es/ProTable/components/RenderColumn/index.d.ts +1 -1
  157. package/es/ProTable/components/RenderColumn/index.js +15 -18
  158. package/es/ProTable/components/RenderSummary/index.js +4 -5
  159. package/es/ProTable/components/RenderTableHeader/index.js +3 -4
  160. package/es/ProTable/components/RenderTabs/index.js +3 -6
  161. package/es/ProTable/components/TableResizable/index.js +2 -1
  162. package/es/ProTable/components/TooltipTitle/index.js +2 -3
  163. package/es/ProTable/hooks/useAntdTable.js +21 -26
  164. package/es/ProTable/index.js +15 -16
  165. package/es/ProTable/propsType.d.ts +1 -3
  166. package/es/ProTable/style/index.less +5 -5
  167. package/es/ProTabs/components/Card/index.js +5 -10
  168. package/es/ProTabs/index.js +2 -3
  169. package/es/ProTabs/style/index.less +2 -2
  170. package/es/ProThemeTools/component/ProTools/index.js +18 -22
  171. package/es/ProThemeTools/context/ThemeContext.d.ts +31 -0
  172. package/es/ProThemeTools/context/ThemeContext.js +120 -0
  173. package/es/ProThemeTools/index.d.ts +4 -1
  174. package/es/ProThemeTools/index.js +60 -37
  175. package/es/ProThemeTools/style/index.less +3 -3
  176. package/es/ProThemeTools/utils/index.d.ts +16 -6
  177. package/es/ProThemeTools/utils/index.js +28 -24
  178. package/es/ProTooltip/index.js +14 -9
  179. package/es/ProTooltip/style/index.less +2 -2
  180. package/es/ProTree/components/AdaptiveTooltip.js +2 -3
  181. package/es/ProTree/components/List.js +3 -4
  182. package/es/ProTree/components/ProTree.js +19 -26
  183. package/es/ProTree/components/ProTreeSelect/index.js +38 -37
  184. package/es/ProTree/components/ProTreeSelect/style/index.less +2 -2
  185. package/es/ProTree/components/Tree.js +18 -25
  186. package/es/ProTree/index.js +0 -7
  187. package/es/ProTree/propsType.d.ts +1 -1
  188. package/es/ProTree/style/index.less +10 -6
  189. package/es/ProTreeModal/components/Cascader.js +3 -4
  190. package/es/ProTreeModal/components/List.js +11 -17
  191. package/es/ProTreeModal/components/SortableItem.js +2 -3
  192. package/es/ProTreeModal/components/Tree.js +3 -4
  193. package/es/ProTreeModal/components/Trigger.js +6 -11
  194. package/es/ProTreeModal/index.d.ts +0 -1
  195. package/es/ProTreeModal/index.js +14 -24
  196. package/es/ProTreeModal/style/index.less +14 -3
  197. package/es/ProUpload/components/ButtonRender.js +17 -20
  198. package/es/ProUpload/components/DragRender.js +2 -3
  199. package/es/ProUpload/components/FileItem.d.ts +0 -1
  200. package/es/ProUpload/components/FileItem.js +15 -21
  201. package/es/ProUpload/components/ImageRender.js +34 -43
  202. package/es/ProUpload/index.js +3 -4
  203. package/es/ProUpload/style/index.less +173 -12
  204. package/es/ProViewer/index.js +38 -45
  205. package/es/ProViewer/style/index.less +2 -2
  206. package/es/ProWaterMark/index.js +2 -3
  207. package/es/ProWaterMark/propsType.d.ts +5 -24
  208. package/es/global.less +2 -1
  209. package/es/index.d.ts +4 -2
  210. package/es/index.js +2 -3
  211. package/es/locale/en_US.d.ts +1 -0
  212. package/es/locale/en_US.js +4 -3
  213. package/es/locale/index.d.ts +2 -0
  214. package/es/locale/index.js +11 -2
  215. package/es/locale/zh_CN.d.ts +1 -0
  216. package/es/locale/zh_CN.js +4 -3
  217. package/es/style/components.less +0 -3
  218. package/es/style/theme/antd.less +38 -48
  219. package/es/style/theme/base.less +89 -0
  220. package/es/style/theme/index.less +2 -89
  221. package/es/utils/index.d.ts +7 -0
  222. package/es/utils/index.js +23 -1
  223. package/lib/FormsProvider/index.d.ts +4 -1
  224. package/lib/ProAction/components/CheckModalContent/index.js +0 -9
  225. package/lib/ProAction/index.js +45 -48
  226. package/lib/ProAction/index.less +2 -2
  227. package/lib/ProConfigProvider/index.d.ts +21 -4
  228. package/lib/ProConfigProvider/index.js +60 -31
  229. package/lib/ProDownload/index.js +62 -65
  230. package/lib/ProDownload/style/index.less +2 -2
  231. package/lib/ProDownload/utils.js +45 -54
  232. package/lib/ProDrawerForm/components/ProDrawer/index.js +64 -69
  233. package/lib/ProDrawerForm/components/ProModal/index.js +59 -67
  234. package/lib/ProDrawerForm/index.d.ts +2 -1
  235. package/lib/ProDrawerForm/index.js +4 -6
  236. package/lib/ProDrawerForm/propsType.d.ts +7 -18
  237. package/lib/ProDrawerForm/style/index.less +8 -14
  238. package/lib/ProEditLabel/components/RenderProForm.js +2 -3
  239. package/lib/ProEditLabel/index.js +40 -45
  240. package/lib/ProEditLabel/propsType.d.ts +1 -6
  241. package/lib/ProEditLabel/style/index.less +4 -3
  242. package/lib/ProEditTable/components/ActionButton/index.js +5 -8
  243. package/lib/ProEditTable/components/RcTable/BaseTable.js +72 -54
  244. package/lib/ProEditTable/components/RcTable/DraggableTable.js +65 -46
  245. package/lib/ProEditTable/components/RcTable/index.d.ts +0 -2
  246. package/lib/ProEditTable/components/RcTable/index.js +1 -8
  247. package/lib/ProEditTable/components/RenderField/ListChangedWrapper.js +9 -12
  248. package/lib/ProEditTable/components/RenderField/index.d.ts +3 -2
  249. package/lib/ProEditTable/components/RenderField/index.js +378 -254
  250. package/lib/ProEditTable/components/RenderToolbar/index.js +19 -19
  251. package/lib/ProEditTable/components/Summary/index.js +5 -8
  252. package/lib/ProEditTable/components/Validator/index.js +3 -7
  253. package/lib/ProEditTable/index.js +126 -129
  254. package/lib/ProEditTable/propsType.d.ts +1 -7
  255. package/lib/ProEditTable/style/index.less +3 -7
  256. package/lib/ProEditTable/utils/config.js +31 -35
  257. package/lib/ProEditTable/utils/index.js +44 -41
  258. package/lib/ProEditTable/utils/tools.js +107 -113
  259. package/lib/ProEditTable/utils/useEditTableError.js +12 -4
  260. package/lib/ProEnum/hooks/useEnumRequest.js +43 -46
  261. package/lib/ProEnum/index.js +10 -17
  262. package/lib/ProEnum/style/index.less +2 -2
  263. package/lib/ProEnum/utils/index.d.ts +1 -0
  264. package/lib/ProEnum/utils/index.js +3 -1
  265. package/lib/ProForm/components/Container.d.ts +1 -0
  266. package/lib/ProForm/components/Container.js +2 -3
  267. package/lib/ProForm/components/FormFooter/index.js +13 -13
  268. package/lib/ProForm/components/FormFooter/propsType.d.ts +2 -0
  269. package/lib/ProForm/components/base/Checkbox/index.js +3 -4
  270. package/lib/ProForm/components/base/DatePicker/index.d.ts +1 -3
  271. package/lib/ProForm/components/base/DatePicker/index.js +7 -7
  272. package/lib/ProForm/components/base/DatePicker/useDateLimit.d.ts +1 -7
  273. package/lib/ProForm/components/base/DatePicker/useDateLimit.js +1 -3
  274. package/lib/ProForm/components/base/Input/index.js +6 -13
  275. package/lib/ProForm/components/base/InputNumber/index.js +3 -6
  276. package/lib/ProForm/components/base/Radio/index.js +3 -4
  277. package/lib/ProForm/components/base/RangePicker/index.js +6 -6
  278. package/lib/ProForm/components/base/RangePicker/useDateRange.d.ts +5 -5
  279. package/lib/ProForm/components/base/Select/index.js +2 -3
  280. package/lib/ProForm/components/base/Switch/index.js +2 -3
  281. package/lib/ProForm/components/base/SwitchCheckbox/index.js +2 -3
  282. package/lib/ProForm/components/base/SwitchCheckbox/style/index.less +2 -2
  283. package/lib/ProForm/components/base/TextArea/index.js +3 -4
  284. package/lib/ProForm/components/base/TextArea/index.less +12 -2
  285. package/lib/ProForm/components/base/TimePicker/index.d.ts +1 -2
  286. package/lib/ProForm/components/base/TimePicker/index.js +6 -7
  287. package/lib/ProForm/components/base/TimePicker/style/index.less +5 -3
  288. package/lib/ProForm/components/combination/Container/style/index.less +2 -2
  289. package/lib/ProForm/components/combination/FormList/components/ActionButton.js +28 -26
  290. package/lib/ProForm/components/combination/FormList/components/BlockFields.js +3 -6
  291. package/lib/ProForm/components/combination/FormList/components/Empty.d.ts +13 -0
  292. package/lib/ProForm/components/combination/FormList/components/Empty.js +96 -0
  293. package/lib/ProForm/components/combination/FormList/components/LineFields.js +2 -3
  294. package/lib/ProForm/components/combination/FormList/components/ToolbarButton.js +17 -21
  295. package/lib/ProForm/components/combination/FormList/index.js +13 -5
  296. package/lib/ProForm/components/combination/FormList/propsType.d.ts +1 -0
  297. package/lib/ProForm/components/combination/FormList/style/index.less +61 -2
  298. package/lib/ProForm/components/combination/Group/component/AddonWrapper/index.d.ts +1 -0
  299. package/lib/ProForm/components/combination/Group/index.d.ts +2 -8
  300. package/lib/ProForm/components/combination/Group/index.js +13 -6
  301. package/lib/ProForm/components/combination/Group/style/index.less +7 -87
  302. package/lib/ProForm/components/combination/Group/utils.d.ts +1 -1
  303. package/lib/ProForm/components/combination/Group/utils.js +4 -5
  304. package/lib/ProForm/components/combination/ProCascader/index.js +23 -22
  305. package/lib/ProForm/components/combination/ProCascader/propsType.d.ts +1 -1
  306. package/lib/ProForm/components/combination/ProCascader/style/index.less +2 -2
  307. package/lib/ProForm/components/combination/ProModalSelect/hooks/useRequestList.js +6 -8
  308. package/lib/ProForm/components/combination/ProModalSelect/index.d.ts +1 -1
  309. package/lib/ProForm/components/combination/ProModalSelect/index.js +97 -116
  310. package/lib/ProForm/components/combination/ProModalSelect/style/index.less +13 -14
  311. package/lib/ProForm/components/combination/ProNumberRange/index.d.ts +3 -2
  312. package/lib/ProForm/components/combination/ProNumberRange/index.js +17 -16
  313. package/lib/ProForm/components/combination/ProNumberRange/style/index.less +5 -52
  314. package/lib/ProForm/components/combination/ProRangeLimit/index.d.ts +2 -23
  315. package/lib/ProForm/components/combination/ProRangeLimit/index.js +44 -28
  316. package/lib/ProForm/components/combination/ProRangeLimit/propsType.d.ts +23 -0
  317. package/lib/ProForm/components/combination/ProTimeLimit/hooks/useControlled.d.ts +3 -2
  318. package/lib/ProForm/components/combination/ProTimeLimit/hooks/useControlled.js +14 -2
  319. package/lib/ProForm/components/combination/ProTimeLimit/index.d.ts +5 -6
  320. package/lib/ProForm/components/combination/ProTimeLimit/index.js +27 -19
  321. package/lib/ProForm/components/combination/ProTimeLimit/style/index.less +66 -6
  322. package/lib/ProForm/components/index.d.ts +0 -8
  323. package/lib/ProForm/components/index.js +1 -63
  324. package/lib/ProForm/components/render/ChangedWrapper.js +8 -9
  325. package/lib/ProForm/components/render/ConfirmWrapper.js +28 -29
  326. package/lib/ProForm/components/render/Render.js +37 -39
  327. package/lib/ProForm/components/render/propsType.d.ts +2 -6
  328. package/lib/ProForm/index.js +8 -38
  329. package/lib/ProForm/style/index.less +6 -16
  330. package/lib/ProForm/utils/index.d.ts +15 -1
  331. package/lib/ProForm/utils/index.js +65 -21
  332. package/lib/ProForm/utils/useDeepCompareMemo.js +4 -4
  333. package/lib/ProForm/utils/useForm.js +83 -73
  334. package/lib/ProForm/utils/useShouldUpdate.js +14 -14
  335. package/lib/ProForm/utils/valueType.js +8 -8
  336. package/lib/ProIcon/index.js +10 -13
  337. package/lib/ProIcon/style/index.less +2 -2
  338. package/lib/ProLayout/components/Layout/Header/index.js +1 -1
  339. package/lib/ProLayout/components/Layout/Menu/FoldMenu/index.js +11 -10
  340. package/lib/ProLayout/components/Layout/Menu/FoldMenu/style/index.less +42 -39
  341. package/lib/ProLayout/components/Layout/Menu/OpenMenu/index.js +3 -4
  342. package/lib/ProLayout/components/Layout/Menu/OpenMenu/style/index.less +12 -6
  343. package/lib/ProLayout/components/Layout/Menu/SideMenu/style/index.less +9 -5
  344. package/lib/ProLayout/components/Layout/Menu/index.js +1 -1
  345. package/lib/ProLayout/components/Layout/Menu/style/index.less +2 -2
  346. package/lib/ProLayout/components/Layout/Notice/style/index.less +2 -2
  347. package/lib/ProLayout/components/ProCollapse/index.js +20 -36
  348. package/lib/ProLayout/components/ProCollapse/style/index.less +3 -3
  349. package/lib/ProLayout/components/ProFooter/index.js +3 -4
  350. package/lib/ProLayout/components/ProFooter/style/index.less +2 -2
  351. package/lib/ProLayout/components/ProHeader/components/Copy/index.js +2 -3
  352. package/lib/ProLayout/components/ProHeader/components/ProBackBtn/index.js +2 -3
  353. package/lib/ProLayout/components/ProHeader/components/ProBackBtn/style/index.less +9 -9
  354. package/lib/ProLayout/components/ProHeader/index.js +43 -46
  355. package/lib/ProLayout/components/ProHeader/style/index.less +2 -2
  356. package/lib/ProLayout/index.js +7 -6
  357. package/lib/ProLayout/style/index.less +4 -3
  358. package/lib/ProSelect/components/AdaptiveTooltip.js +2 -3
  359. package/lib/ProSelect/index.js +7 -17
  360. package/lib/ProSelect/index.less +2 -2
  361. package/lib/ProSelect/propsType.d.ts +1 -1
  362. package/lib/ProStep/components/Anchor/index.js +2 -3
  363. package/lib/ProStep/components/Item/index.js +2 -1
  364. package/lib/ProStep/components/Listener/index.js +12 -14
  365. package/lib/ProStep/components/Step/index.js +1 -0
  366. package/lib/ProStep/index.js +39 -47
  367. package/lib/ProStep/style/index.less +4 -4
  368. package/lib/ProStepTab/index.js +72 -83
  369. package/lib/ProTable/components/FormatColumn/index.js +32 -31
  370. package/lib/ProTable/components/RcTable/components/BaseTable/index.d.ts +0 -1
  371. package/lib/ProTable/components/RcTable/components/BaseTable/index.js +2 -4
  372. package/lib/ProTable/components/RcTable/components/DraggableTable/components/DndWrapper/index.js +38 -36
  373. package/lib/ProTable/components/RcTable/components/DraggableTable/index.d.ts +0 -1
  374. package/lib/ProTable/components/RcTable/components/DraggableTable/index.js +2 -4
  375. package/lib/ProTable/components/RenderColumn/index.d.ts +1 -1
  376. package/lib/ProTable/components/RenderColumn/index.js +15 -18
  377. package/lib/ProTable/components/RenderSummary/index.js +4 -5
  378. package/lib/ProTable/components/RenderTableHeader/index.js +3 -5
  379. package/lib/ProTable/components/RenderTabs/index.js +3 -6
  380. package/lib/ProTable/components/TableResizable/index.js +2 -1
  381. package/lib/ProTable/components/TooltipTitle/index.js +2 -3
  382. package/lib/ProTable/hooks/useAntdTable.js +21 -26
  383. package/lib/ProTable/index.js +15 -16
  384. package/lib/ProTable/propsType.d.ts +1 -3
  385. package/lib/ProTable/style/index.less +5 -5
  386. package/lib/ProTabs/components/Card/index.js +5 -11
  387. package/lib/ProTabs/index.js +2 -3
  388. package/lib/ProTabs/style/index.less +2 -2
  389. package/lib/ProThemeTools/component/ProTools/index.js +18 -22
  390. package/lib/ProThemeTools/context/ThemeContext.d.ts +31 -0
  391. package/lib/ProThemeTools/context/ThemeContext.js +126 -0
  392. package/lib/ProThemeTools/index.d.ts +4 -1
  393. package/lib/ProThemeTools/index.js +69 -35
  394. package/lib/ProThemeTools/style/index.less +3 -3
  395. package/lib/ProThemeTools/utils/index.d.ts +16 -6
  396. package/lib/ProThemeTools/utils/index.js +29 -25
  397. package/lib/ProTooltip/index.js +14 -9
  398. package/lib/ProTooltip/style/index.less +2 -2
  399. package/lib/ProTree/components/AdaptiveTooltip.js +2 -4
  400. package/lib/ProTree/components/List.js +3 -4
  401. package/lib/ProTree/components/ProTree.js +19 -26
  402. package/lib/ProTree/components/ProTreeSelect/index.js +38 -37
  403. package/lib/ProTree/components/ProTreeSelect/style/index.less +2 -2
  404. package/lib/ProTree/components/Tree.js +18 -25
  405. package/lib/ProTree/index.js +0 -8
  406. package/lib/ProTree/propsType.d.ts +1 -1
  407. package/lib/ProTree/style/index.less +10 -6
  408. package/lib/ProTreeModal/components/Cascader.js +3 -4
  409. package/lib/ProTreeModal/components/List.js +11 -17
  410. package/lib/ProTreeModal/components/SortableItem.js +2 -3
  411. package/lib/ProTreeModal/components/Tree.js +3 -4
  412. package/lib/ProTreeModal/components/Trigger.js +6 -11
  413. package/lib/ProTreeModal/index.d.ts +0 -1
  414. package/lib/ProTreeModal/index.js +14 -24
  415. package/lib/ProTreeModal/style/index.less +14 -3
  416. package/lib/ProUpload/components/ButtonRender.js +17 -20
  417. package/lib/ProUpload/components/DragRender.js +2 -3
  418. package/lib/ProUpload/components/FileItem.d.ts +0 -1
  419. package/lib/ProUpload/components/FileItem.js +15 -21
  420. package/lib/ProUpload/components/ImageRender.js +34 -43
  421. package/lib/ProUpload/index.js +3 -4
  422. package/lib/ProUpload/style/index.less +173 -12
  423. package/lib/ProViewer/index.js +39 -47
  424. package/lib/ProViewer/style/index.less +2 -2
  425. package/lib/ProWaterMark/index.js +3 -4
  426. package/lib/ProWaterMark/propsType.d.ts +5 -24
  427. package/lib/global.less +2 -1
  428. package/lib/index.d.ts +4 -2
  429. package/lib/index.js +36 -16
  430. package/lib/locale/en_US.d.ts +1 -0
  431. package/lib/locale/en_US.js +4 -3
  432. package/lib/locale/index.d.ts +2 -0
  433. package/lib/locale/index.js +12 -2
  434. package/lib/locale/zh_CN.d.ts +1 -0
  435. package/lib/locale/zh_CN.js +4 -3
  436. package/lib/style/components.less +0 -3
  437. package/lib/style/theme/antd.less +38 -48
  438. package/lib/style/theme/base.less +89 -0
  439. package/lib/style/theme/index.less +2 -89
  440. package/lib/utils/index.d.ts +7 -0
  441. package/lib/utils/index.js +26 -2
  442. package/package.json +31 -18
  443. package/es/ProEditTable/components/RcTable/VirtualTable.d.ts +0 -3
  444. package/es/ProEditTable/components/RcTable/VirtualTable.js +0 -8
  445. package/es/ProForm/components/combination/ProCombination/index.d.ts +0 -6
  446. package/es/ProForm/components/combination/ProCombination/index.js +0 -204
  447. package/es/ProForm/components/combination/ProCombination/propsType.d.ts +0 -68
  448. package/es/ProForm/components/combination/ProCombination/style/index.less +0 -18
  449. package/es/ProForm/components/old/EnumSelect/hooks/useRequestList.d.ts +0 -33
  450. package/es/ProForm/components/old/EnumSelect/hooks/useRequestList.js +0 -108
  451. package/es/ProForm/components/old/EnumSelect/index.d.ts +0 -4
  452. package/es/ProForm/components/old/EnumSelect/index.js +0 -272
  453. package/es/ProForm/components/old/EnumSelect/interface.d.ts +0 -29
  454. package/es/ProForm/components/old/EnumSelect/interface.js +0 -1
  455. package/es/ProForm/components/old/EnumSelect/style/index.less +0 -113
  456. package/es/ProForm/components/old/InputRange/index.d.ts +0 -16
  457. package/es/ProForm/components/old/InputRange/index.js +0 -100
  458. package/es/ProForm/components/old/InputWithSuffix/index.d.ts +0 -3
  459. package/es/ProForm/components/old/InputWithSuffix/index.js +0 -46
  460. package/es/ProForm/components/old/InputWithSuffix/propsTypes.d.ts +0 -11
  461. package/es/ProForm/components/old/InputWithSuffix/propsTypes.js +0 -1
  462. package/es/ProForm/components/old/ProAddress/index.d.ts +0 -27
  463. package/es/ProForm/components/old/ProAddress/index.js +0 -298
  464. package/es/ProForm/components/old/ProAddress/propsTypes.d.ts +0 -16
  465. package/es/ProForm/components/old/ProAddress/propsTypes.js +0 -1
  466. package/es/ProForm/components/old/ProCertNo/index.d.ts +0 -14
  467. package/es/ProForm/components/old/ProCertNo/index.js +0 -66
  468. package/es/ProForm/components/old/ProCertNo/propsType.d.ts +0 -18
  469. package/es/ProForm/components/old/ProCertNo/propsType.js +0 -1
  470. package/es/ProForm/components/old/ProCertValidity/index.d.ts +0 -9
  471. package/es/ProForm/components/old/ProCertValidity/index.js +0 -188
  472. package/es/ProForm/components/old/ProCertValidity/propsType.d.ts +0 -19
  473. package/es/ProForm/components/old/ProCertValidity/propsType.js +0 -1
  474. package/es/ProForm/components/old/ProRangeBox/index.d.ts +0 -2
  475. package/es/ProForm/components/old/ProRangeBox/index.js +0 -97
  476. package/es/ProForm/components/old/ProRangeBox/propsType.d.ts +0 -3
  477. package/es/ProForm/components/old/ProRangeBox/propsType.js +0 -1
  478. package/es/ProForm/utils/_useChanged.d.ts +0 -8
  479. package/es/ProForm/utils/_useChanged.js +0 -25
  480. package/es/ProForm/utils/_useListChanged.d.ts +0 -16
  481. package/es/ProForm/utils/_useListChanged.js +0 -93
  482. package/es/ProUpload/style/fileItem.less +0 -159
  483. package/es/old/ProCertValidity/index.d.ts +0 -9
  484. package/es/old/ProCertValidity/index.js +0 -188
  485. package/es/old/ProCertValidity/propsType.d.ts +0 -19
  486. package/es/old/ProCertValidity/propsType.js +0 -1
  487. package/es/old/ProEditableTable/index.d.ts +0 -4
  488. package/es/old/ProEditableTable/index.js +0 -594
  489. package/es/old/ProEditableTable/propsType.d.ts +0 -68
  490. package/es/old/ProEditableTable/propsType.js +0 -1
  491. package/es/old/ProEditableTable/style/index.less +0 -75
  492. package/es/old/ProEditableTable/utils.d.ts +0 -29
  493. package/es/old/ProEditableTable/utils.js +0 -323
  494. package/lib/ProEditTable/components/RcTable/VirtualTable.d.ts +0 -3
  495. package/lib/ProEditTable/components/RcTable/VirtualTable.js +0 -14
  496. package/lib/ProForm/components/combination/ProCombination/index.d.ts +0 -6
  497. package/lib/ProForm/components/combination/ProCombination/index.js +0 -213
  498. package/lib/ProForm/components/combination/ProCombination/propsType.d.ts +0 -68
  499. package/lib/ProForm/components/combination/ProCombination/style/index.less +0 -18
  500. package/lib/ProForm/components/old/EnumSelect/hooks/useRequestList.d.ts +0 -33
  501. package/lib/ProForm/components/old/EnumSelect/hooks/useRequestList.js +0 -115
  502. package/lib/ProForm/components/old/EnumSelect/index.d.ts +0 -4
  503. package/lib/ProForm/components/old/EnumSelect/index.js +0 -279
  504. package/lib/ProForm/components/old/EnumSelect/interface.d.ts +0 -29
  505. package/lib/ProForm/components/old/EnumSelect/interface.js +0 -5
  506. package/lib/ProForm/components/old/EnumSelect/style/index.less +0 -113
  507. package/lib/ProForm/components/old/InputRange/index.d.ts +0 -16
  508. package/lib/ProForm/components/old/InputRange/index.js +0 -108
  509. package/lib/ProForm/components/old/InputWithSuffix/index.d.ts +0 -3
  510. package/lib/ProForm/components/old/InputWithSuffix/index.js +0 -53
  511. package/lib/ProForm/components/old/InputWithSuffix/propsTypes.d.ts +0 -11
  512. package/lib/ProForm/components/old/InputWithSuffix/propsTypes.js +0 -5
  513. package/lib/ProForm/components/old/ProAddress/index.d.ts +0 -27
  514. package/lib/ProForm/components/old/ProAddress/index.js +0 -306
  515. package/lib/ProForm/components/old/ProAddress/propsTypes.d.ts +0 -16
  516. package/lib/ProForm/components/old/ProAddress/propsTypes.js +0 -5
  517. package/lib/ProForm/components/old/ProCertNo/index.d.ts +0 -14
  518. package/lib/ProForm/components/old/ProCertNo/index.js +0 -73
  519. package/lib/ProForm/components/old/ProCertNo/propsType.d.ts +0 -18
  520. package/lib/ProForm/components/old/ProCertNo/propsType.js +0 -5
  521. package/lib/ProForm/components/old/ProCertValidity/index.d.ts +0 -9
  522. package/lib/ProForm/components/old/ProCertValidity/index.js +0 -193
  523. package/lib/ProForm/components/old/ProCertValidity/propsType.d.ts +0 -19
  524. package/lib/ProForm/components/old/ProCertValidity/propsType.js +0 -5
  525. package/lib/ProForm/components/old/ProRangeBox/index.d.ts +0 -2
  526. package/lib/ProForm/components/old/ProRangeBox/index.js +0 -105
  527. package/lib/ProForm/components/old/ProRangeBox/propsType.d.ts +0 -3
  528. package/lib/ProForm/components/old/ProRangeBox/propsType.js +0 -5
  529. package/lib/ProForm/utils/_useChanged.d.ts +0 -8
  530. package/lib/ProForm/utils/_useChanged.js +0 -32
  531. package/lib/ProForm/utils/_useListChanged.d.ts +0 -16
  532. package/lib/ProForm/utils/_useListChanged.js +0 -100
  533. package/lib/ProUpload/style/fileItem.less +0 -159
  534. package/lib/old/ProCertValidity/index.d.ts +0 -9
  535. package/lib/old/ProCertValidity/index.js +0 -193
  536. package/lib/old/ProCertValidity/propsType.d.ts +0 -19
  537. package/lib/old/ProCertValidity/propsType.js +0 -5
  538. package/lib/old/ProEditableTable/index.d.ts +0 -4
  539. package/lib/old/ProEditableTable/index.js +0 -601
  540. package/lib/old/ProEditableTable/propsType.d.ts +0 -68
  541. package/lib/old/ProEditableTable/propsType.js +0 -5
  542. package/lib/old/ProEditableTable/style/index.less +0 -75
  543. package/lib/old/ProEditableTable/utils.d.ts +0 -29
  544. package/lib/old/ProEditableTable/utils.js +0 -330
  545. /package/es/ProForm/components/combination/{ProCombination → ProRangeLimit}/propsType.js +0 -0
  546. /package/lib/ProForm/components/combination/{ProCombination → ProRangeLimit}/propsType.js +0 -0
@@ -1,3 +1,5 @@
1
+ /* @root-entry-name: 'default'; */
2
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
1
3
  /** 顶部 */
2
4
  .pro-layout-header {
3
5
  position: fixed;
@@ -162,6 +164,10 @@
162
164
  vertical-align: middle;
163
165
  fill: currentColor;
164
166
  }
167
+ /* @root-entry-name: 'default'; */
168
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
169
+ /* @root-entry-name: 'default'; */
170
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
165
171
  .pro-layout-menu-fold-list {
166
172
  padding-top: 4px;
167
173
  overflow-y: auto;
@@ -194,11 +200,12 @@
194
200
  -ms-flex: 0 0 20px;
195
201
  flex: 0 0 20px;
196
202
  width: 20px;
197
- height: 20px;
198
203
  min-width: 20px;
204
+ height: 20px;
199
205
  color: #fff;
200
206
  }
201
207
  .pro-layout-menu-fold-list li div h2 {
208
+ display: none;
202
209
  -webkit-box-flex: 1;
203
210
  -webkit-flex-grow: 1;
204
211
  -ms-flex-positive: 1;
@@ -207,7 +214,6 @@
207
214
  opacity: 1;
208
215
  -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, color 0.3s;
209
216
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, color 0.3s;
210
- display: none;
211
217
  }
212
218
  .pro-layout-menu-fold-list li:hover {
213
219
  background: var(--ant-primary-8, #003eb3);
@@ -225,7 +231,7 @@
225
231
  font-size: var(--zaui-font-size-md, 14px);
226
232
  }
227
233
  .pro-layout-menu-fold-list li.active {
228
- background-color: var(--zaui-brand, #006AFF);
234
+ background-color: var(--zaui-brand, #006aff);
229
235
  }
230
236
  .pro-layout-menu-fold-list li.active a h2 {
231
237
  color: var(--zaui-base-bg, #ffffff);
@@ -247,10 +253,14 @@
247
253
  .pro-layout-menu-tooltip.ant-popover-placement-rightBottom,
248
254
  .pro-layout-menu-tooltip.ant-popover-placement-rightTop {
249
255
  position: fixed;
250
- z-index: 1001;
251
256
  left: 49px !important;
257
+ z-index: 99;
252
258
  padding-left: 0;
253
259
  }
260
+ .pro-layout-menu-tooltip.ant-popover-placement-rightBottom .ant-popover-arrow,
261
+ .pro-layout-menu-tooltip.ant-popover-placement-rightTop .ant-popover-arrow {
262
+ display: none;
263
+ }
254
264
  .pro-layout-menu-tooltip .ant-popover-inner-content {
255
265
  padding: 0;
256
266
  }
@@ -265,6 +275,9 @@
265
275
  .pro-layout-open-menu {
266
276
  color: #fff;
267
277
  }
278
+ .pro-layout-open-menu .ant-menu-root > .ant-menu-submenu > .ant-menu > .ant-menu-item-only-child {
279
+ padding-left: 16px !important;
280
+ }
268
281
  .pro-layout-open-menu .ant-menu-root {
269
282
  overflow-y: auto !important;
270
283
  }
@@ -275,10 +288,13 @@
275
288
  .pro-layout-open-menu .ant-menu-root > .ant-menu-submenu .ant-menu-sub {
276
289
  background: #1a202d;
277
290
  }
291
+ .pro-layout-open-menu .ant-menu-root > .ant-menu-submenu .ant-menu-sub .ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title {
292
+ padding-left: 16px !important;
293
+ }
278
294
  .pro-layout-open-menu .ant-menu-root > .ant-menu-submenu > .ant-menu-sub > .ant-menu-submenu > .ant-menu-submenu-title,
279
295
  .pro-layout-open-menu .ant-menu-root > .ant-menu-submenu > .ant-menu-item-only-child,
280
296
  .pro-layout-open-menu .ant-menu-root > .ant-menu-submenu > .ant-menu-sub > .ant-menu-item-only-child {
281
- padding-left: 16px !important;
297
+ padding-left: 16px;
282
298
  }
283
299
  .pro-layout-open-menu .ant-menu-root > .ant-menu-item-only-child {
284
300
  height: auto;
@@ -293,7 +309,7 @@
293
309
  white-space: pre-wrap;
294
310
  }
295
311
  .pro-layout-open-menu .ant-menu-root .ant-menu-item {
296
- padding-left: 30px !important;
312
+ padding-left: 24px !important;
297
313
  }
298
314
  .pro-layout-open-menu .ant-menu-root .ant-menu-item::after {
299
315
  display: none;
@@ -330,7 +346,7 @@
330
346
  height: auto !important;
331
347
  min-height: 48px;
332
348
  margin: 0;
333
- padding: 12px 0;
349
+ padding: 8px 0;
334
350
  line-height: initial !important;
335
351
  white-space: pre-wrap;
336
352
  }
@@ -414,6 +430,8 @@
414
430
  color: #cacaca;
415
431
  font-weight: 400;
416
432
  }
433
+ /* @root-entry-name: 'default'; */
434
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
417
435
  .pro-layout-sider-menu {
418
436
  width: 220px;
419
437
  background: #fff;
@@ -464,7 +482,7 @@
464
482
  display: none;
465
483
  }
466
484
  .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .ant-menu-title-content div .pro-layout-icon.pro-layout-icon-empty ~ h2 {
467
- margin-left: var(--zaui-space-size-md, 16px);
485
+ margin-left: 32px;
468
486
  }
469
487
  .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu .pro-layout-icon {
470
488
  color: var(--zaui-text, #343434) !important;
@@ -489,8 +507,10 @@
489
507
  .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu.ant-menu-root > .ant-menu-item-only-child,
490
508
  .pro-layout-sider-menu .pro-layout-open-menu.pro-layout-sider-menu-list .ant-menu.ant-menu-sub.ant-menu-inline > .ant-menu-item {
491
509
  min-height: 40px;
492
- padding-top: 10px;
493
- padding-bottom: 10px;
510
+ padding-top: 8px;
511
+ padding-bottom: 8px;
512
+ width: 100%;
513
+ border-radius: 0;
494
514
  }
495
515
  /** 侧边栏 + 内容区 */
496
516
  .pro-layout-row {
@@ -636,6 +656,8 @@
636
656
  .pro-layout-row .pro-layout-menu-open ~ .pro-layout-content {
637
657
  margin-left: 220px !important;
638
658
  }
659
+ /* @root-entry-name: 'default'; */
660
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
639
661
  /** 告知区 */
640
662
  .pro-layout-header-notice {
641
663
  position: fixed;
@@ -675,6 +697,8 @@
675
697
  width: 12px;
676
698
  margin-right: 0;
677
699
  }
700
+ /* @root-entry-name: 'default'; */
701
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
678
702
  .pro-collapse .pro-collapse-icon {
679
703
  max-width: 18px;
680
704
  min-width: 16px;
@@ -770,7 +794,7 @@
770
794
  right: 8px;
771
795
  }
772
796
  .pro-collapse.pro-collapse-level2 .pro-collapse-level2-collapse .ant-collapse-extra .extra-info {
773
- margin-right: var(--zaui-space-size-lg, 32px);
797
+ margin-right: 4px;
774
798
  }
775
799
  .pro-collapse.pro-collapse-level2 .pro-collapse-content {
776
800
  padding: 0;
@@ -825,6 +849,8 @@
825
849
  font-weight: 500 !important;
826
850
  font-size: var(--zaui-font-size, 14px);
827
851
  }
852
+ /* @root-entry-name: 'default'; */
853
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
828
854
  .pro-footer {
829
855
  position: fixed;
830
856
  right: 0;
@@ -836,22 +862,26 @@
836
862
  -webkit-box-shadow: 3px 2px 12px 0 hsla(0, 0%, 59.2%, 0.32);
837
863
  box-shadow: 3px 2px 12px 0 hsla(0, 0%, 59.2%, 0.32);
838
864
  }
865
+ /* @root-entry-name: 'default'; */
866
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
867
+ /* @root-entry-name: 'default'; */
868
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
839
869
  .back-button-container.ant-btn {
840
870
  color: var(--zaui-text);
841
871
  font-weight: 400;
842
- background: var(--zaui-disabled-bg);
843
- border: none;
872
+ background: var(--zaui-disabled-bg) !important;
873
+ border: none !important;
844
874
  }
845
875
  .back-button-container.ant-btn:hover {
846
- color: var(--zaui-aide-text);
847
- background: var(--zaui-disabled-bg);
848
- border: none;
876
+ color: var(--zaui-aide-text) !important;
877
+ background: var(--zaui-disabled-bg) !important;
878
+ border: none !important;
849
879
  }
850
880
  .back-button-container.ant-btn:active,
851
881
  .back-button-container.ant-btn:focus {
852
- color: var(--zaui-text);
882
+ color: var(--zaui-text) !important;
853
883
  font-weight: 400;
854
- background: var(--zaui-disabled-bg);
884
+ background: var(--zaui-disabled-bg) !important;
855
885
  }
856
886
  .pro-header {
857
887
  padding: 10px 0 0 0 !important;
@@ -1396,6 +1426,7 @@
1396
1426
  }
1397
1427
  .pro-layout.pro-layout-light .anticon-caret-down {
1398
1428
  color: #999 !important;
1429
+ inset-inline-end: 8px;
1399
1430
  }
1400
1431
  .pro-layout.pro-layout-light .pro-layout-row .pro-layout-menu {
1401
1432
  background: var(--zaui-base-bg, #ffffff);
@@ -1421,7 +1452,7 @@
1421
1452
  .pro-layout.pro-layout-light .pro-layout-open-menu .ant-menu-item-selected:before {
1422
1453
  position: absolute;
1423
1454
  left: var(--zaui-space-size-sm, 8px);
1424
- width: calc(100% - 16px);
1455
+ width: calc(100% - 8px);
1425
1456
  min-height: 38px;
1426
1457
  height: 80%;
1427
1458
  background-color: var(--zaui-brand, #006aff);
@@ -1470,13 +1501,15 @@
1470
1501
  .pro-layout .pro-layout-header-pure + .pro-layout-row .pro-layout-sider-new-nav {
1471
1502
  top: 0 !important;
1472
1503
  }
1504
+ /* @root-entry-name: 'default'; */
1505
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
1473
1506
  .pro-step-wrapper {
1474
1507
  padding-right: 48px;
1475
1508
  }
1476
1509
  .pro-step {
1477
1510
  position: fixed;
1478
1511
  right: 0;
1479
- z-index: 999;
1512
+ z-index: 99;
1480
1513
  min-width: 48px;
1481
1514
  min-height: 48px;
1482
1515
  overflow-x: hidden;
@@ -1520,13 +1553,13 @@
1520
1553
  width: 48px;
1521
1554
  height: 24px;
1522
1555
  }
1523
- .pro-step > .pro-step-menu > .anticon > .pro-step-menu-icon {
1556
+ .pro-step > .pro-step-menu > .anticon .pro-step-menu-icon {
1524
1557
  width: auto !important;
1525
1558
  height: auto !important;
1526
1559
  font-size: var(--zaui-font-size-lg-title, 24px);
1527
1560
  fill: var(--zaui-brand, #006aff);
1528
1561
  }
1529
- .pro-step > .pro-step-menu > .anticon > .pro-step-menu-icon > div {
1562
+ .pro-step > .pro-step-menu > .anticon .pro-step-menu-icon > div {
1530
1563
  display: -webkit-box;
1531
1564
  display: -webkit-flex;
1532
1565
  display: -ms-flexbox;
@@ -1740,6 +1773,8 @@
1740
1773
  .pro-step.closed {
1741
1774
  width: 48px;
1742
1775
  }
1776
+ /* @root-entry-name: 'default'; */
1777
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
1743
1778
  .pro-tabs .ant-tabs .ant-tabs-nav-list .ant-tabs-tab {
1744
1779
  padding: 0 !important;
1745
1780
  }
@@ -1829,6 +1864,8 @@
1829
1864
  .ant-tabs-dropdown-menu .pro-tabs-card .pro-tabs-card-right img {
1830
1865
  width: 48px;
1831
1866
  }
1867
+ /* @root-entry-name: 'default'; */
1868
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
1832
1869
  .pro-table .pro-tooltip .singleLine {
1833
1870
  -webkit-transition: none;
1834
1871
  transition: none;
@@ -1894,14 +1931,14 @@
1894
1931
  content: '*';
1895
1932
  }
1896
1933
  .pro-table .drag-wrapper {
1897
- display: -webkit-box;
1898
- display: -webkit-flex;
1899
- display: -ms-flexbox;
1900
- display: flex;
1901
- width: 20px;
1934
+ display: -webkit-inline-box;
1935
+ display: -webkit-inline-flex;
1936
+ display: -ms-inline-flexbox;
1937
+ display: inline-flex;
1938
+ width: auto;
1939
+ margin-right: 8px;
1902
1940
  }
1903
1941
  .pro-table .drag-wrapper .anticon {
1904
- margin-right: 12px;
1905
1942
  cursor: pointer;
1906
1943
  }
1907
1944
  .pro-table .drag-wrapper .anticon .drag-icon {
@@ -2271,6 +2308,8 @@
2271
2308
  width: -moz-max-content;
2272
2309
  width: max-content;
2273
2310
  }
2311
+ /* @root-entry-name: 'default'; */
2312
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
2274
2313
  .pro-tooltip {
2275
2314
  cursor: pointer;
2276
2315
  }
@@ -2302,10 +2341,16 @@
2302
2341
  max-width: '100%';
2303
2342
  height: '100%';
2304
2343
  }
2344
+ /* @root-entry-name: 'default'; */
2345
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
2305
2346
  .pro-viewer .ant-image .ant-image-img,
2306
2347
  .pro-viewer .ant-image .ant-image-mask-info {
2307
2348
  display: none;
2308
2349
  }
2350
+ /* @root-entry-name: 'default'; */
2351
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
2352
+ /* @root-entry-name: 'default'; */
2353
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
2309
2354
  .switch-checkbox-view {
2310
2355
  display: -webkit-box;
2311
2356
  display: -webkit-flex;
@@ -2326,6 +2371,17 @@
2326
2371
  white-space: pre-wrap;
2327
2372
  color: var(--zaui-aide-text, #939599);
2328
2373
  }
2374
+ /* @root-entry-name: 'default'; */
2375
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
2376
+ /* 适配antd 5.x,不再导入antd样式 */
2377
+ .ant-picker-time {
2378
+ display: -webkit-box;
2379
+ display: -webkit-flex;
2380
+ display: -ms-flexbox;
2381
+ display: flex;
2382
+ }
2383
+ /* @root-entry-name: 'default'; */
2384
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
2329
2385
  div.pro-textarea-view .ant-input-disabled {
2330
2386
  background: transparent !important;
2331
2387
  }
@@ -2333,9 +2389,22 @@ div.pro-textarea-view::after {
2333
2389
  display: none;
2334
2390
  padding-bottom: 12px;
2335
2391
  }
2392
+ .pro-textarea {
2393
+ position: relative;
2394
+ }
2336
2395
  .pro-textarea .ant-input {
2337
2396
  resize: auto !important;
2397
+ padding-bottom: 20px;
2338
2398
  }
2399
+ .pro-textarea .ant-input-suffix {
2400
+ position: absolute;
2401
+ right: 16px;
2402
+ bottom: 22px;
2403
+ text-align: right;
2404
+ background: rgba(255, 255, 255, 0.6);
2405
+ }
2406
+ /* @root-entry-name: 'default'; */
2407
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
2339
2408
  .pro-form-list-block-title {
2340
2409
  height: 14px;
2341
2410
  margin: calc(var(--zaui-space-size-xs, 4px) * var(--zaui-size, 1)) 0;
@@ -2405,43 +2474,236 @@ div.pro-textarea-view::after {
2405
2474
  .pro-form-list-action .ant-btn-text:hover {
2406
2475
  background: transparent;
2407
2476
  }
2477
+ .pro-form-list-toolbar .pro-form-list-tool-btn .ant-btn-icon,
2478
+ .pro-form-list-action .pro-form-list-tool-btn .ant-btn-icon {
2479
+ display: -webkit-box;
2480
+ display: -webkit-flex;
2481
+ display: -ms-flexbox;
2482
+ display: flex;
2483
+ -webkit-box-align: center;
2484
+ -webkit-align-items: center;
2485
+ -ms-flex-align: center;
2486
+ align-items: center;
2487
+ -webkit-box-pack: center;
2488
+ -webkit-justify-content: center;
2489
+ -ms-flex-pack: center;
2490
+ justify-content: center;
2491
+ }
2492
+ .pro-form-list-toolbar .pro-form-list-tool-btn-less:hover,
2493
+ .pro-form-list-action .pro-form-list-tool-btn-less:hover {
2494
+ background: transparent !important;
2495
+ }
2496
+ .pro-form-list-empty {
2497
+ display: -webkit-box;
2498
+ display: -webkit-flex;
2499
+ display: -ms-flexbox;
2500
+ display: flex;
2501
+ -webkit-box-orient: vertical;
2502
+ -webkit-box-direction: normal;
2503
+ -webkit-flex-direction: column;
2504
+ -ms-flex-direction: column;
2505
+ flex-direction: column;
2506
+ -webkit-box-align: center;
2507
+ -webkit-align-items: center;
2508
+ -ms-flex-align: center;
2509
+ align-items: center;
2510
+ -webkit-box-pack: center;
2511
+ -webkit-justify-content: center;
2512
+ -ms-flex-pack: center;
2513
+ justify-content: center;
2514
+ }
2515
+ .pro-form-list-empty .pro-form-list-empty-img {
2516
+ width: 80px;
2517
+ height: 80px;
2518
+ }
2519
+ .pro-form-list-empty .pro-form-list-empty-content {
2520
+ display: -webkit-box;
2521
+ display: -webkit-flex;
2522
+ display: -ms-flexbox;
2523
+ display: flex;
2524
+ -webkit-box-pack: center;
2525
+ -webkit-justify-content: center;
2526
+ -ms-flex-pack: center;
2527
+ justify-content: center;
2528
+ margin-top: var(--zaui-space-size-md, 16px);
2529
+ color: var(--zaui-aide-text, #909090);
2530
+ }
2531
+ .pro-form-list-empty .pro-form-list-empty-content .ant-btn-link {
2532
+ padding: 0;
2533
+ }
2534
+ .pro-form-list-empty {
2535
+ display: -webkit-box;
2536
+ display: -webkit-flex;
2537
+ display: -ms-flexbox;
2538
+ display: flex;
2539
+ -webkit-box-orient: vertical;
2540
+ -webkit-box-direction: normal;
2541
+ -webkit-flex-direction: column;
2542
+ -ms-flex-direction: column;
2543
+ flex-direction: column;
2544
+ -webkit-box-align: center;
2545
+ -webkit-align-items: center;
2546
+ -ms-flex-align: center;
2547
+ align-items: center;
2548
+ -webkit-box-pack: center;
2549
+ -webkit-justify-content: center;
2550
+ -ms-flex-pack: center;
2551
+ justify-content: center;
2552
+ }
2553
+ .pro-form-list-empty .pro-form-list-empty-img {
2554
+ width: 80px;
2555
+ height: 80px;
2556
+ }
2557
+ .pro-form-list-empty .pro-form-list-empty-content {
2558
+ display: -webkit-box;
2559
+ display: -webkit-flex;
2560
+ display: -ms-flexbox;
2561
+ display: flex;
2562
+ -webkit-box-pack: center;
2563
+ -webkit-justify-content: center;
2564
+ -ms-flex-pack: center;
2565
+ justify-content: center;
2566
+ margin-top: var(--zaui-space-size-md, 16px);
2567
+ color: var(--zaui-aide-text, #909090);
2568
+ }
2569
+ .pro-form-list-empty .pro-form-list-empty-content .ant-btn-link {
2570
+ padding: 0;
2571
+ }
2572
+ /* @root-entry-name: 'default'; */
2573
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
2408
2574
  .ant-form-item-has-error .ant-picker-status-error ~ .forever-checkbox:not(.ant-input-disabled):not( .ant-input-borderless).ant-input {
2409
- border-color: var(--ant-error-color);
2575
+ border-color: #ff4d4f;
2410
2576
  }
2411
2577
  .ant-form-item-has-error .forever-checkbox:not(.ant-input-disabled):not( .ant-input-borderless).ant-input:focus {
2412
- border-color: var(--ant-error-color-hover);
2578
+ border-color: var(--ant-error-color-hover, #ff7875);
2413
2579
  border-right-width: 1px;
2414
2580
  outline: 0;
2415
- -webkit-box-shadow: 0 0 0 2px var(--ant-error-color-outline);
2416
- box-shadow: 0 0 0 2px var(--ant-error-color-outline);
2581
+ -webkit-box-shadow: 0 0 0 2px var(--ant-error-color-outline, rgba(255, 77, 79, 0.2));
2582
+ box-shadow: 0 0 0 2px var(--ant-error-color-outline, rgba(255, 77, 79, 0.2));
2417
2583
  }
2418
2584
  span.ant-input-group-compact.pro-time-limit,
2419
- span.ant-input-group-compact.pro-range-limit {
2585
+ .ant-space-compact.pro-time-limit,
2586
+ span.ant-input-group-compact.pro-range-limit,
2587
+ .ant-space-compact.pro-range-limit {
2420
2588
  display: -webkit-box;
2421
2589
  display: -webkit-flex;
2422
2590
  display: -ms-flexbox;
2423
2591
  display: flex;
2424
2592
  }
2425
2593
  span.ant-input-group-compact.pro-time-limit .ant-picker,
2426
- span.ant-input-group-compact.pro-range-limit .ant-picker {
2594
+ .ant-space-compact.pro-time-limit .ant-picker,
2595
+ span.ant-input-group-compact.pro-range-limit .ant-picker,
2596
+ .ant-space-compact.pro-range-limit .ant-picker {
2427
2597
  -webkit-box-flex: 1;
2428
2598
  -webkit-flex: 1;
2429
2599
  -ms-flex: 1;
2430
2600
  flex: 1;
2601
+ border-right: 0;
2602
+ border-top-right-radius: 0 !important;
2603
+ border-bottom-right-radius: 0 !important;
2431
2604
  }
2432
2605
  span.ant-input-group-compact.pro-time-limit .ant-picker-focused,
2433
- span.ant-input-group-compact.pro-range-limit .ant-picker-focused {
2606
+ .ant-space-compact.pro-time-limit .ant-picker-focused,
2607
+ span.ant-input-group-compact.pro-range-limit .ant-picker-focused,
2608
+ .ant-space-compact.pro-range-limit .ant-picker-focused {
2434
2609
  z-index: 1;
2435
2610
  }
2436
2611
  span.ant-input-group-compact.pro-time-limit .forever-checkbox,
2437
- span.ant-input-group-compact.pro-range-limit .forever-checkbox {
2612
+ .ant-space-compact.pro-time-limit .forever-checkbox,
2613
+ span.ant-input-group-compact.pro-range-limit .forever-checkbox,
2614
+ .ant-space-compact.pro-range-limit .forever-checkbox {
2438
2615
  -webkit-box-flex: 0;
2439
2616
  -webkit-flex: 0;
2440
2617
  -ms-flex: 0;
2441
2618
  flex: 0;
2442
2619
  min-width: unset;
2443
2620
  white-space: nowrap;
2621
+ border-left: 0;
2622
+ border-top-left-radius: 0 !important;
2623
+ border-bottom-left-radius: 0 !important;
2624
+ }
2625
+ span.ant-input-group-compact.pro-time-limit .forever-checkbox.ant-input,
2626
+ .ant-space-compact.pro-time-limit .forever-checkbox.ant-input,
2627
+ span.ant-input-group-compact.pro-range-limit .forever-checkbox.ant-input,
2628
+ .ant-space-compact.pro-range-limit .forever-checkbox.ant-input {
2629
+ display: -webkit-box;
2630
+ display: -webkit-flex;
2631
+ display: -ms-flexbox;
2632
+ display: flex;
2633
+ -webkit-box-align: center;
2634
+ -webkit-align-items: center;
2635
+ -ms-flex-align: center;
2636
+ align-items: center;
2637
+ min-height: 32px;
2638
+ padding: 4px 11px;
2639
+ background-color: #ffffff;
2640
+ border: 1px solid #d9d9d9;
2641
+ margin-left: 1px;
2642
+ border-top-right-radius: 6px !important;
2643
+ border-bottom-right-radius: 6px !important;
2644
+ -webkit-transition: all 0.2s;
2645
+ transition: all 0.2s;
2646
+ }
2647
+ span.ant-input-group-compact.pro-time-limit .forever-checkbox.ant-input:hover,
2648
+ .ant-space-compact.pro-time-limit .forever-checkbox.ant-input:hover,
2649
+ span.ant-input-group-compact.pro-range-limit .forever-checkbox.ant-input:hover,
2650
+ .ant-space-compact.pro-range-limit .forever-checkbox.ant-input:hover {
2651
+ border-color: #40a9ff;
2652
+ }
2653
+ span.ant-input-group-compact.pro-time-limit .forever-checkbox.ant-input.ant-input-disabled,
2654
+ .ant-space-compact.pro-time-limit .forever-checkbox.ant-input.ant-input-disabled,
2655
+ span.ant-input-group-compact.pro-range-limit .forever-checkbox.ant-input.ant-input-disabled,
2656
+ .ant-space-compact.pro-range-limit .forever-checkbox.ant-input.ant-input-disabled {
2657
+ color: rgba(0, 0, 0, 0.25);
2658
+ background-color: #f5f5f5;
2659
+ border-color: #d9d9d9;
2660
+ cursor: not-allowed;
2661
+ }
2662
+ span.ant-input-group-compact.pro-time-limit .forever-checkbox.ant-input .ant-checkbox-wrapper,
2663
+ .ant-space-compact.pro-time-limit .forever-checkbox.ant-input .ant-checkbox-wrapper,
2664
+ span.ant-input-group-compact.pro-range-limit .forever-checkbox.ant-input .ant-checkbox-wrapper,
2665
+ .ant-space-compact.pro-range-limit .forever-checkbox.ant-input .ant-checkbox-wrapper {
2666
+ display: -webkit-box;
2667
+ display: -webkit-flex;
2668
+ display: -ms-flexbox;
2669
+ display: flex;
2670
+ -webkit-box-align: center;
2671
+ -webkit-align-items: center;
2672
+ -ms-flex-align: center;
2673
+ align-items: center;
2674
+ }
2675
+ span.ant-input-group-compact.pro-time-limit .forever-checkbox.ant-input .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled,
2676
+ .ant-space-compact.pro-time-limit .forever-checkbox.ant-input .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled,
2677
+ span.ant-input-group-compact.pro-range-limit .forever-checkbox.ant-input .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled,
2678
+ .ant-space-compact.pro-range-limit .forever-checkbox.ant-input .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
2679
+ color: rgba(0, 0, 0, 0.25);
2680
+ }
2681
+ span.ant-input-group-compact.pro-time-limit .ant-picker:focus,
2682
+ .ant-space-compact.pro-time-limit .ant-picker:focus,
2683
+ span.ant-input-group-compact.pro-range-limit .ant-picker:focus,
2684
+ .ant-space-compact.pro-range-limit .ant-picker:focus {
2685
+ z-index: 1;
2686
+ border-right: 0;
2444
2687
  }
2688
+ span.ant-input-group-compact.pro-time-limit .forever-checkbox.ant-input:focus,
2689
+ .ant-space-compact.pro-time-limit .forever-checkbox.ant-input:focus,
2690
+ span.ant-input-group-compact.pro-range-limit .forever-checkbox.ant-input:focus,
2691
+ .ant-space-compact.pro-range-limit .forever-checkbox.ant-input:focus {
2692
+ z-index: 1;
2693
+ border-color: #40a9ff;
2694
+ border-left: 0;
2695
+ -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
2696
+ box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
2697
+ }
2698
+ span.ant-input-group-compact.pro-time-limit .ant-picker-focused + .forever-checkbox.ant-input,
2699
+ .ant-space-compact.pro-time-limit .ant-picker-focused + .forever-checkbox.ant-input,
2700
+ span.ant-input-group-compact.pro-range-limit .ant-picker-focused + .forever-checkbox.ant-input,
2701
+ .ant-space-compact.pro-range-limit .ant-picker-focused + .forever-checkbox.ant-input {
2702
+ border-color: #40a9ff;
2703
+ border-left: 0;
2704
+ }
2705
+ /* @root-entry-name: 'default'; */
2706
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
2445
2707
  .pro-address {
2446
2708
  display: -webkit-box;
2447
2709
  display: -webkit-flex;
@@ -2466,9 +2728,12 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
2466
2728
  width: 55%;
2467
2729
  margin-left: 2px;
2468
2730
  }
2731
+ /* @root-entry-name: 'default'; */
2732
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
2469
2733
  .pro-number-range .range-split {
2470
- width: 32px !important;
2471
- text-align: center !important;
2734
+ min-width: 32px;
2735
+ max-width: 32px;
2736
+ text-align: center;
2472
2737
  pointer-events: none;
2473
2738
  }
2474
2739
  .pro-number-range .range-split.ant-input[disabled] {
@@ -2490,6 +2755,8 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
2490
2755
  color: var(--zaui-disabled-text);
2491
2756
  pointer-events: none;
2492
2757
  }
2758
+ /* @root-entry-name: 'default'; */
2759
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
2493
2760
  .pro-modal-select .ant-input-group-wrapper .close-icon,
2494
2761
  .pro-tree-modal .ant-input-group-wrapper .close-icon {
2495
2762
  display: none;
@@ -2556,11 +2823,11 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
2556
2823
  }
2557
2824
  .pro-modal-select .ant-input-affix-wrapper.ant-input-affix-wrapper-status-error + .ant-btn,
2558
2825
  .pro-tree-modal .ant-input-affix-wrapper.ant-input-affix-wrapper-status-error + .ant-btn {
2559
- border: 1px solid var(--ant-error-color);
2826
+ border: 1px solid #ff4d4f;
2560
2827
  }
2561
2828
  .pro-modal-select .ant-input-affix-wrapper.ant-input-affix-wrapper-status-error + .ant-btn > .viewSvg,
2562
2829
  .pro-tree-modal .ant-input-affix-wrapper.ant-input-affix-wrapper-status-error + .ant-btn > .viewSvg {
2563
- color: var(--ant-error-color);
2830
+ color: #ff4d4f;
2564
2831
  }
2565
2832
  .pro-modal-select .pro-tree-modal-input-appoint .ant-input,
2566
2833
  .pro-tree-modal .pro-tree-modal-input-appoint .ant-input {
@@ -2574,8 +2841,10 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
2574
2841
  .pro-modal-select .ant-btn-compact-item.ant-btn.ant-btn-compact-last-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-item-rtl):hover,
2575
2842
  .pro-tree-modal .ant-btn-compact-item.ant-btn.ant-btn-compact-last-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-item-rtl):hover {
2576
2843
  position: relative;
2844
+ z-index: 1;
2577
2845
  -webkit-transition: none;
2578
2846
  transition: none;
2847
+ border-color: var(--ant-primary-color-hover, #1677ff) !important;
2579
2848
  }
2580
2849
  .pro-modal-select .ant-btn-compact-item.ant-btn.ant-btn-compact-last-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-item-rtl):hover::before,
2581
2850
  .pro-tree-modal .ant-btn-compact-item.ant-btn.ant-btn-compact-last-item:not(.ant-btn-compact-first-item):not(.ant-btn-compact-item-rtl):hover::before {
@@ -2589,9 +2858,10 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
2589
2858
  left: -1px;
2590
2859
  width: 1px;
2591
2860
  height: calc(100% + 2px);
2592
- background: var(--ant-primary-color-hover);
2861
+ background: var(--ant-primary-color-hover, #1677ff);
2593
2862
  opacity: 0;
2594
2863
  display: block;
2864
+ z-index: 2;
2595
2865
  }
2596
2866
  .pro-modal-select .ant-input-group-wrapper-status-error:hover .ant-input,
2597
2867
  .pro-tree-modal .ant-input-group-wrapper-status-error:hover .ant-input,
@@ -2615,19 +2885,19 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
2615
2885
  }
2616
2886
  .pro-modal-select .viewSvg,
2617
2887
  .pro-tree-modal .viewSvg {
2618
- height: 20px;
2888
+ height: 16px;
2619
2889
  cursor: pointer;
2620
2890
  fill: #c5c7cd;
2621
2891
  }
2622
2892
  .pro-modal-select .ant-space-compact .ant-select-compact-item-div:has(.ant-select-status-error) + .ant-btn-compact-last-item,
2623
2893
  .pro-tree-modal .ant-space-compact .ant-select-compact-item-div:has(.ant-select-status-error) + .ant-btn-compact-last-item {
2624
- border-top: 1px solid var(--ant-error-color);
2625
- border-right: 1px solid var(--ant-error-color);
2626
- border-bottom: 1px solid var(--ant-error-color);
2894
+ border-top: 1px solid #ff4d4f;
2895
+ border-right: 1px solid #ff4d4f;
2896
+ border-bottom: 1px solid #ff4d4f;
2627
2897
  }
2628
2898
  .pro-modal-select .ant-space-compact .ant-select-compact-item-div:has(.ant-select-status-error) + .ant-btn-compact-last-item > .viewSvg,
2629
2899
  .pro-tree-modal .ant-space-compact .ant-select-compact-item-div:has(.ant-select-status-error) + .ant-btn-compact-last-item > .viewSvg {
2630
- color: var(--ant-error-color);
2900
+ color: #ff4d4f;
2631
2901
  }
2632
2902
  .pro-modal-select .ant-space-compact .ant-btn-compact-last-item,
2633
2903
  .pro-tree-modal .ant-space-compact .ant-btn-compact-last-item {
@@ -2658,11 +2928,11 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
2658
2928
  background: var(--zaui-danger, #ff5050) !important;
2659
2929
  }
2660
2930
  .pro-group {
2661
- width: unset !important;
2662
2931
  display: -webkit-box;
2663
2932
  display: -webkit-flex;
2664
2933
  display: -ms-flexbox;
2665
2934
  display: flex;
2935
+ width: unset !important;
2666
2936
  }
2667
2937
  .pro-group.pro-group-diy-width .ant-space .ant-space-item,
2668
2938
  .pro-group.pro-group-width-auto .ant-space .ant-space-item {
@@ -2695,87 +2965,32 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
2695
2965
  align-items: center;
2696
2966
  width: 100%;
2697
2967
  }
2698
- .pro-group .ant-space-compact > .ant-input-number:first-child {
2699
- border-end-end-radius: 0;
2700
- border-start-end-radius: 0;
2701
- }
2702
- .pro-group .ant-space-compact > .ant-input-number:last-child {
2703
- border-start-start-radius: 0;
2704
- border-end-start-radius: 0;
2705
- margin-left: -1px;
2706
- }
2707
2968
  .pro-group .ant-space-compact .ant-form-item {
2708
2969
  margin-bottom: 0 !important;
2709
2970
  }
2710
2971
  .pro-group .ant-space-compact .group-separator {
2972
+ padding: 0 12px;
2973
+ background-color: #fff;
2974
+ cursor: default;
2711
2975
  -webkit-margin-end: -2px;
2712
2976
  margin-inline-end: -2px;
2713
2977
  -webkit-margin-start: -1px;
2714
2978
  margin-inline-start: -1px;
2715
- border-start-start-radius: 0;
2716
- border-end-start-radius: 0;
2717
- padding: 0 12px;
2718
- background-color: #fff;
2719
- cursor: default;
2720
2979
  }
2721
2980
  .pro-group .ant-space-compact .pro-modal-select {
2722
2981
  margin-left: -1px;
2723
2982
  }
2724
- .pro-group .ant-space-compact .pro-modal-select .ant-input {
2725
- border-start-start-radius: 0;
2726
- border-end-start-radius: 0;
2727
- }
2728
- .pro-group .ant-space-compact .ant-input-affix-wrapper,
2729
- .pro-group .ant-space-compact .ant-select {
2730
- border-start-end-radius: 0;
2731
- border-end-end-radius: 0;
2732
- border-start-start-radius: 0;
2733
- border-end-start-radius: 0;
2734
- }
2735
2983
  .pro-group .ant-space-compact .ant-input-affix-wrapper:nth-child(n + 2),
2736
2984
  .pro-group .ant-space-compact .ant-select:nth-child(n + 2) {
2737
2985
  -webkit-margin-start: -1px;
2738
2986
  margin-inline-start: -1px;
2739
2987
  }
2740
- .pro-group .ant-space-compact .ant-input-affix-wrapper:first-child,
2741
- .pro-group .ant-space-compact .ant-select:first-child {
2742
- border-start-start-radius: 4px;
2743
- border-end-start-radius: 4px;
2744
- }
2745
- .pro-group .ant-space-compact .ant-input-affix-wrapper:last-child,
2746
- .pro-group .ant-space-compact .ant-select:last-child {
2747
- border-start-end-radius: 4px;
2748
- border-end-end-radius: 4px;
2749
- }
2750
- .pro-group .ant-space-compact .pro-select .ant-select .ant-select-selector {
2751
- border-radius: 0 !important;
2752
- }
2753
- .pro-group .ant-space-compact .pro-select:first-child .ant-select .ant-select-selector {
2754
- border-start-start-radius: 4px !important;
2755
- border-end-start-radius: 4px !important;
2756
- }
2757
- .pro-group .ant-space-compact .pro-select:last-child .ant-select .ant-select-selector {
2758
- border-start-end-radius: 4px !important;
2759
- border-end-end-radius: 4px!important;
2760
- }
2761
- .pro-group .ant-space-compact .ant-select .ant-select-selector {
2762
- border-start-end-radius: 0;
2763
- border-end-end-radius: 0;
2764
- border-start-start-radius: 0;
2765
- border-end-start-radius: 0;
2766
- }
2767
- .pro-group .ant-space-compact .ant-select:first-child .ant-select-selector {
2768
- border-start-start-radius: 4px;
2769
- border-end-start-radius: 4px;
2770
- }
2771
- .pro-group .ant-space-compact .ant-select:last-child .ant-select-selector {
2772
- border-start-end-radius: 4px;
2773
- border-end-end-radius: 4px;
2774
- }
2775
2988
  .pro-group .ant-space-compact .ant-input-affix-wrapper-status-error ~ .group-separator {
2776
- color: var(--ant-error-color);
2777
- border-color: var(--ant-error-color);
2989
+ color: #ff4d4f;
2990
+ border-color: #ff4d4f;
2778
2991
  }
2992
+ /* @root-entry-name: 'default'; */
2993
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
2779
2994
  .pro-container.pro-container-empty .ant-collapse-content {
2780
2995
  display: none;
2781
2996
  }
@@ -2819,105 +3034,6 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
2819
3034
  .pro-container .pro-collapse.ant-collapse .pro-collapse-panel {
2820
3035
  margin-bottom: 0;
2821
3036
  }
2822
- .pro-enum-select .close-icon {
2823
- position: relative;
2824
- margin-left: calc(0px - calc(var(--zaui-space-size-lg, 32px) * var(--zaui-size, 1)));
2825
- margin-right: var(--zaui-space-size-md, 14px);
2826
- color: #FFFFFF;
2827
- height: 12px;
2828
- width: 12px;
2829
- display: -webkit-box;
2830
- display: -webkit-flex;
2831
- display: -ms-flexbox;
2832
- display: flex;
2833
- -webkit-box-align: center;
2834
- -webkit-align-items: center;
2835
- -ms-flex-align: center;
2836
- align-items: center;
2837
- -webkit-box-pack: center;
2838
- -webkit-justify-content: center;
2839
- -ms-flex-pack: center;
2840
- justify-content: center;
2841
- background-color: rgba(0, 0, 0, 0.25);
2842
- border: none;
2843
- border-radius: 50%;
2844
- z-index: 3;
2845
- }
2846
- .pro-enum-select .close-icon > span {
2847
- position: relative;
2848
- border: none;
2849
- border-radius: 50%;
2850
- }
2851
- .pro-enum-select .close-icon:hover {
2852
- background-color: rgba(0, 0, 0, 0.5);
2853
- }
2854
- .pro-enum-select .search span {
2855
- display: -webkit-box;
2856
- display: -webkit-flex;
2857
- display: -ms-flexbox;
2858
- display: flex;
2859
- -webkit-box-pack: center;
2860
- -webkit-justify-content: center;
2861
- -ms-flex-pack: center;
2862
- justify-content: center;
2863
- -webkit-box-align: center;
2864
- -webkit-align-items: center;
2865
- -ms-flex-align: center;
2866
- align-items: center;
2867
- cursor: pointer;
2868
- fill: #C5C7CD;
2869
- }
2870
- .pro-enum-select-modal .ant-table.ant-table-bordered > .ant-table-container {
2871
- border: 0;
2872
- }
2873
- .pro-enum-select-modal .ant-table-thead > tr > th {
2874
- border: 0;
2875
- white-space: nowrap;
2876
- background-color: var(--zaui-table-header-bg, #f2f3f5);
2877
- }
2878
- .pro-enum-select-modal .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
2879
- height: 0;
2880
- }
2881
- .pro-enum-select-modal .ant-table-tbody > tr:not(.ant-table-placeholder) > td {
2882
- border-bottom: 0;
2883
- border-right: 0;
2884
- border-top: 0;
2885
- }
2886
- .pro-enum-select-modal .ant-table-tbody > tr:not(.ant-table-measure-row) > td {
2887
- border-bottom: 0;
2888
- vertical-align: top;
2889
- padding: var(--zaui-space-size-md);
2890
- }
2891
- .pro-enum-select-modal .ant-table-tbody tr:nth-child(n) > td {
2892
- background-color: var(--zaui-base-bg);
2893
- }
2894
- .pro-enum-select-modal .ant-table-tbody tr:nth-child(2n) > td {
2895
- background-color: var(--zaui-table-strip-bg, #fafafa);
2896
- }
2897
- .pro-enum-select-modal .ant-table-tbody > .ant-table-placeholder > td {
2898
- background-color: var(--zaui-base-bg);
2899
- }
2900
- .pro-enum-select-modal .ant-table-tbody > tr:hover:not(.ant-table-expanded-row, .ant-table-placeholder) > td,
2901
- .pro-enum-select-modal .ant-table-tbody .ant-table-row-hover,
2902
- .pro-enum-select-modal .ant-table-tbody .ant-table-row-hover > td {
2903
- background: var(--zaui-table-hover-bg, #fafafa);
2904
- }
2905
- .pro-enum-select-modal .ant-table-fixed .ant-table-row-hover,
2906
- .pro-enum-select-modal .ant-table-fixed .ant-table-row-hover > td {
2907
- background: var(--zaui-table-hover-bg, #fafafa);
2908
- }
2909
- .pro-enum-select-modal .ant-table-fixed-header .ant-table-tbody tr:nth-child(n) > td {
2910
- background-color: var(--zaui-table-strip-bg, #fafafa);
2911
- }
2912
- .pro-enum-select-modal .ant-table-fixed-header .ant-table-tbody tr:nth-child(2n) > td {
2913
- background-color: var(--zaui-base-bg);
2914
- }
2915
- .pro-enum-select-modal .ant-modal-body {
2916
- padding-bottom: 0;
2917
- }
2918
- .pro-enum-select-modal .ant-modal-footer {
2919
- padding: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
2920
- }
2921
3037
  .pro-form.ant-form-vertical .ant-form-item .ant-form-item-label {
2922
3038
  -webkit-box-flex: 0 !important;
2923
3039
  -webkit-flex: none !important;
@@ -2998,9 +3114,6 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
2998
3114
  -webkit-transform: rotate(-90deg);
2999
3115
  transform: rotate(-90deg);
3000
3116
  }
3001
- .pro-form .ant-form-item {
3002
- margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1)) !important;
3003
- }
3004
3117
  .pro-form .ant-form-item.pro-form-item-width-auto .ant-form-item-control-input {
3005
3118
  width: 100%;
3006
3119
  -webkit-box-flex: inherit;
@@ -3027,12 +3140,6 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3027
3140
  .pro-form .ant-form-item .ant-col.ant-col-0 {
3028
3141
  display: none;
3029
3142
  }
3030
- .pro-form .ant-form-item .ant-form-item-explain {
3031
- height: auto;
3032
- }
3033
- .pro-form .ant-form-item .ant-form-item-explain .ant-form-item-explain-error {
3034
- font-size: var(--zaui-font-size, 14px);
3035
- }
3036
3143
  .pro-form .ant-form-item .ant-input-number {
3037
3144
  width: 100%;
3038
3145
  }
@@ -3059,8 +3166,8 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3059
3166
  margin-left: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
3060
3167
  }
3061
3168
  .pro-form .ant-form-item-has-error .group-separator {
3062
- color: var(--ant-error-color);
3063
- border-color: var(--ant-error-color);
3169
+ color: #ff4d4f;
3170
+ border-color: #ff4d4f;
3064
3171
  }
3065
3172
  .pro-form .ant-form-item-has-error .site-input-split {
3066
3173
  border-color: var(--zaui-danger, #ff5050);
@@ -3161,8 +3268,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3161
3268
  width: 18px;
3162
3269
  }
3163
3270
  .pro-form .pro-form-list-tool-btn {
3164
- margin-left: 8px;
3165
- padding: 0;
3271
+ padding: 0 4px;
3166
3272
  cursor: pointer;
3167
3273
  }
3168
3274
  .pro-form .pro-form-list-tool-btn .anticon {
@@ -3310,6 +3416,8 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3310
3416
  .original-value-tooltip-fixed {
3311
3417
  position: fixed;
3312
3418
  }
3419
+ /* @root-entry-name: 'default'; */
3420
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
3313
3421
  .pro-upload .pro-upload-dragger .pro-upload-handle-box {
3314
3422
  padding: var(--zaui-space-size-sm, 8px);
3315
3423
  background: #f8f9fa;
@@ -3470,10 +3578,10 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3470
3578
  display: -ms-inline-flexbox;
3471
3579
  display: inline-flex;
3472
3580
  }
3473
- .pro-upload .pro-upload-image .ant-upload-list-picture-card-container,
3474
- .pro-upload .pro-upload-image .ant-upload-select-picture-card {
3475
- width: 126px;
3476
- height: 126px;
3581
+ .pro-upload .pro-upload-image .ant-upload-list-picture-card .ant-upload-list-item-container,
3582
+ .pro-upload .pro-upload-image .ant-upload-list-picture-card .ant-upload-select {
3583
+ width: 126px !important;
3584
+ height: 126px !important;
3477
3585
  }
3478
3586
  .pro-upload .pro-upload-image .image-example {
3479
3587
  position: absolute;
@@ -3559,17 +3667,26 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3559
3667
  color: #fff;
3560
3668
  font-size: var(--zaui-font-size-sm, 12px);
3561
3669
  opacity: 0.8;
3670
+ color: #fff !important;
3671
+ -webkit-align-self: center;
3672
+ -ms-flex-item-align: center;
3673
+ align-self: center;
3674
+ }
3675
+ .pro-upload .pro-upload-image .file-item-image .actions-wrap .action-item:hover {
3676
+ color: #fff !important;
3562
3677
  }
3563
3678
  .pro-upload .pro-upload-image .file-item-image .actions-wrap .action-item .action-icon {
3564
- margin-right: 10px;
3565
- -webkit-transform: translate(0, 3px);
3566
- transform: translate(0, 3px);
3679
+ margin-right: 4px;
3680
+ vertical-align: sub;
3567
3681
  }
3568
3682
  .pro-upload .pro-upload-image .file-item-image .actions-wrap .action-item:hover {
3569
3683
  opacity: 1;
3570
3684
  }
3571
3685
  .pro-upload .pro-upload-image .file-item-image .actions-wrap .action-button .action-item {
3572
- color: var(--zaui-danger, #ff005f);
3686
+ color: var(--zaui-danger, #ff005f) !important;
3687
+ }
3688
+ .pro-upload .pro-upload-image .file-item-image .actions-wrap .action-button .action-item:hover {
3689
+ color: var(--zaui-danger, #ff005f) !important;
3573
3690
  }
3574
3691
  .pro-upload .pro-upload-image .file-item-image.actions-wrap-error {
3575
3692
  border: 1px solid #ff005f;
@@ -3592,9 +3709,6 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3592
3709
  display: -ms-inline-flexbox;
3593
3710
  display: inline-flex;
3594
3711
  }
3595
- .pro-upload .pro-upload-image .pro-upload-image-footer {
3596
- margin-top: -8px;
3597
- }
3598
3712
  .pro-upload .file-actions .file-action-item {
3599
3713
  padding-top: var(--zaui-space-size-xs, 4px) !important;
3600
3714
  }
@@ -3630,6 +3744,165 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3630
3744
  vertical-align: -0.15em;
3631
3745
  text-rendering: optimizeLegibility;
3632
3746
  }
3747
+ .pro-upload .ant-upload-disabled .file-action-box .file-name,
3748
+ .pro-upload .ant-upload-disabled .file-action-box .file-del {
3749
+ color: #ccc;
3750
+ cursor: not-allowed !important;
3751
+ }
3752
+ .pro-upload .filelist-item-wrapper .file-info-box {
3753
+ display: -webkit-box;
3754
+ display: -webkit-flex;
3755
+ display: -ms-flexbox;
3756
+ display: flex;
3757
+ -webkit-box-align: center;
3758
+ -webkit-align-items: center;
3759
+ -ms-flex-align: center;
3760
+ align-items: center;
3761
+ width: 100%;
3762
+ height: 30px;
3763
+ margin-top: var(--zaui-space-size-sm, 8px);
3764
+ color: var(--zaui-text, #343434);
3765
+ font-size: var(--zaui-font-size-sm, 12px);
3766
+ line-height: 16px;
3767
+ }
3768
+ .pro-upload .filelist-item-wrapper .file-info-box:hover {
3769
+ background: #F8F9FA;
3770
+ border-radius: var(--zaui-border-radius, 8px);
3771
+ color: var(--zaui-brand);
3772
+ }
3773
+ .pro-upload .filelist-item-wrapper .file-info-box:hover .file-actions-wrap .file-actions {
3774
+ display: -webkit-box;
3775
+ display: -webkit-flex;
3776
+ display: -ms-flexbox;
3777
+ display: flex;
3778
+ }
3779
+ .pro-upload .filelist-item-wrapper .file-info-box:hover .file-actions-wrap .file-actions .file-action-item {
3780
+ color: var(--zaui-brand);
3781
+ }
3782
+ .pro-upload .filelist-item-wrapper .file-info-box.file-box-error {
3783
+ color: var(--zaui-danger);
3784
+ }
3785
+ .pro-upload .filelist-item-wrapper .file-info-box.file-box-error .file-actions-wrap .file-actions {
3786
+ display: -webkit-box;
3787
+ display: -webkit-flex;
3788
+ display: -ms-flexbox;
3789
+ display: flex;
3790
+ }
3791
+ .pro-upload .filelist-item-wrapper .file-info-box.file-box-error .file-actions-wrap .file-actions .file-action-item {
3792
+ color: var(--zaui-danger);
3793
+ }
3794
+ .pro-upload .filelist-item-wrapper .file-info-box .file-type-icon {
3795
+ display: block;
3796
+ width: 18px;
3797
+ height: 23px;
3798
+ margin-left: 6px;
3799
+ overflow: hidden;
3800
+ position: absolute;
3801
+ }
3802
+ .pro-upload .filelist-item-wrapper .file-info-box .file-name {
3803
+ display: box;
3804
+ padding-left: var(--zaui-space-size-lg, 32px);
3805
+ overflow: hidden;
3806
+ line-clamp: 1;
3807
+ box-orient: vertical;
3808
+ word-break: break-all;
3809
+ }
3810
+ .pro-upload .filelist-item-wrapper .file-info-box .file-name.file-name-pf0 {
3811
+ padding-left: 0;
3812
+ }
3813
+ .pro-upload .filelist-item-wrapper .file-info-box .file-actions-wrap {
3814
+ width: 100px;
3815
+ margin-left: auto;
3816
+ }
3817
+ .pro-upload .filelist-item-wrapper .file-info-box .file-actions-wrap .file-actions {
3818
+ display: none;
3819
+ -webkit-box-pack: right;
3820
+ -webkit-justify-content: right;
3821
+ -ms-flex-pack: right;
3822
+ justify-content: right;
3823
+ -webkit-transition: all 1s;
3824
+ transition: all 1s;
3825
+ }
3826
+ .pro-upload .filelist-item-wrapper .file-info-box .file-actions-wrap .file-actions .file-action-item {
3827
+ margin-left: var(--zaui-space-size-sm, 8px);
3828
+ padding: 0;
3829
+ cursor: pointer;
3830
+ color: var(--zaui-brand);
3831
+ }
3832
+ .pro-upload .drag-Single-item-wrapper .file-info-box {
3833
+ display: -webkit-box;
3834
+ display: -webkit-flex;
3835
+ display: -ms-flexbox;
3836
+ display: flex;
3837
+ -webkit-box-align: center;
3838
+ -webkit-align-items: center;
3839
+ -ms-flex-align: center;
3840
+ align-items: center;
3841
+ width: 100%;
3842
+ height: 30px;
3843
+ margin-top: var(--zaui-space-size-sm, 8px);
3844
+ color: var(--zaui-text, #343434);
3845
+ font-size: var(--zaui-font-size-sm, 12px);
3846
+ line-height: 16px;
3847
+ -webkit-box-pack: center;
3848
+ -webkit-justify-content: center;
3849
+ -ms-flex-pack: center;
3850
+ justify-content: center;
3851
+ }
3852
+ .pro-upload .drag-Single-item-wrapper .file-info-box:hover {
3853
+ background: #F8F9FA;
3854
+ border-radius: var(--zaui-border-radius, 8px);
3855
+ }
3856
+ .pro-upload .drag-Single-item-wrapper .file-info-box:hover .file-actions-wrap .file-actions,
3857
+ .pro-upload .drag-Single-item-wrapper .file-info-box.file-box-error .file-actions-wrap .file-actions {
3858
+ display: -webkit-box;
3859
+ display: -webkit-flex;
3860
+ display: -ms-flexbox;
3861
+ display: flex;
3862
+ }
3863
+ .pro-upload .drag-Single-item-wrapper .file-info-box .file-type-icon {
3864
+ display: block;
3865
+ width: 18px;
3866
+ height: 23px;
3867
+ margin-left: 6px;
3868
+ overflow: hidden;
3869
+ position: absolute;
3870
+ }
3871
+ .pro-upload .drag-Single-item-wrapper .file-info-box .file-name {
3872
+ display: box;
3873
+ padding-left: var(--zaui-space-size-sm, 8px);
3874
+ overflow: hidden;
3875
+ line-clamp: 1;
3876
+ box-orient: vertical;
3877
+ word-break: keep-all;
3878
+ }
3879
+ .pro-upload .drag-Single-item-wrapper .file-info-box .file-name.file-name-pf0 {
3880
+ padding-left: 0;
3881
+ }
3882
+ .pro-upload .drag-Single-item-wrapper .file-info-box.file-box-error {
3883
+ color: var(--zaui-danger, #FF005F);
3884
+ }
3885
+ .pro-upload .drag-Single-item-wrapper .file-info-box .file-actions-wrap {
3886
+ margin-left: 10px;
3887
+ }
3888
+ .pro-upload .drag-Single-item-wrapper .file-info-box .file-actions-wrap .file-actions {
3889
+ -webkit-box-pack: right;
3890
+ -webkit-justify-content: right;
3891
+ -ms-flex-pack: right;
3892
+ justify-content: right;
3893
+ -webkit-transition: all 1s;
3894
+ transition: all 1s;
3895
+ display: -webkit-box;
3896
+ display: -webkit-flex;
3897
+ display: -ms-flexbox;
3898
+ display: flex;
3899
+ }
3900
+ .pro-upload .drag-Single-item-wrapper .file-info-box .file-actions-wrap .file-actions .file-action-item {
3901
+ margin-left: var(--zaui-space-size-sm, 8px);
3902
+ padding: 0;
3903
+ cursor: pointer;
3904
+ color: var(--zaui-brand);
3905
+ }
3633
3906
  .pro-upload-example {
3634
3907
  display: -webkit-box;
3635
3908
  display: -webkit-flex;
@@ -3651,8 +3924,10 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3651
3924
  .proupload-modal-preview .ant-modal {
3652
3925
  width: 600px;
3653
3926
  }
3927
+ /* @root-entry-name: 'default'; */
3928
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
3654
3929
  .pro-tree-modal-container .ant-modal-content .ant-modal-body {
3655
- max-height: 498px;
3930
+ max-height: 498px !important;
3656
3931
  }
3657
3932
  .pro-tree-modal-placeholder {
3658
3933
  color: #939499;
@@ -3679,7 +3954,13 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3679
3954
  height: 482px;
3680
3955
  margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
3681
3956
  }
3957
+ .pro-tree-modal-content .checked-container .ant-btn:active {
3958
+ background: transparent;
3959
+ }
3682
3960
  .pro-tree-modal-content .ant-tree-checkbox {
3961
+ -webkit-align-self: flex-start;
3962
+ -ms-flex-item-align: start;
3963
+ align-self: flex-start;
3683
3964
  margin-top: 2px;
3684
3965
  }
3685
3966
  .pro-tree-modal-content .ant-tree-switcher {
@@ -3938,6 +4219,12 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3938
4219
  font-weight: 400;
3939
4220
  font-size: var(--zaui-font-size, 14px);
3940
4221
  }
4222
+ .pro-transfer-right .ant-checkbox {
4223
+ -webkit-box-align: start;
4224
+ -webkit-align-items: flex-start;
4225
+ -ms-flex-align: start;
4226
+ align-items: flex-start;
4227
+ }
3941
4228
  .pro-transfer-right .checked-item {
3942
4229
  margin: var(--zaui-space-size-sm, 8px) 0;
3943
4230
  }
@@ -4000,6 +4287,8 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
4000
4287
  .pro-transfer-right .checked-item.disabled .anticon {
4001
4288
  pointer-events: none;
4002
4289
  }
4290
+ /* @root-entry-name: 'default'; */
4291
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
4003
4292
  .pro-tree-wrap-ellipse {
4004
4293
  display: block;
4005
4294
  width: 100%;
@@ -4081,6 +4370,15 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
4081
4370
  overflow-y: auto;
4082
4371
  overflow-x: auto;
4083
4372
  }
4373
+ .pro-tree-content .pro-tree-tree-warp .ant-tree-switcher:not(.ant-tree-switcher-noop):hover:before {
4374
+ background-color: transparent;
4375
+ }
4376
+ .pro-tree-content .pro-tree-tree-warp .ant-tree-checkbox {
4377
+ margin-top: 11px;
4378
+ -webkit-align-self: flex-start;
4379
+ -ms-flex-item-align: start;
4380
+ align-self: flex-start;
4381
+ }
4084
4382
  .pro-tree-content .tree-title-box {
4085
4383
  display: -webkit-box;
4086
4384
  display: -webkit-flex;
@@ -4118,9 +4416,6 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
4118
4416
  font-size: var(--zaui-font-size-sm, 12px);
4119
4417
  margin-right: var(--zaui-space-size-xs);
4120
4418
  }
4121
- .pro-tree-content .ant-tree-checkbox {
4122
- margin-top: 11px;
4123
- }
4124
4419
  .pro-tree-content .ant-tree-switcher {
4125
4420
  line-height: 44px;
4126
4421
  }
@@ -4377,6 +4672,8 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
4377
4672
  .ant-select-tree-node-content-wrapper:has(.pro-tree-wrap-ellipse) {
4378
4673
  overflow: hidden;
4379
4674
  }
4675
+ /* @root-entry-name: 'default'; */
4676
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
4380
4677
  .pro-drawer .original-value-tooltip {
4381
4678
  position: fixed;
4382
4679
  }
@@ -4484,21 +4781,27 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
4484
4781
  .pro-drawer .ant-drawer-close {
4485
4782
  display: none;
4486
4783
  }
4487
- .pro-modal .ant-modal-close .ant-modal-close-x .close-icon {
4488
- fill: var(--zaui-aide-text, #909090);
4489
- }
4490
- .pro-modal .ant-modal-close .ant-modal-close-x .close-icon:hover {
4491
- fill: var(--zaui-brand, #006aff);
4784
+ .pro-modal .ant-modal-close .ant-modal-close-x {
4785
+ display: -webkit-box;
4786
+ display: -webkit-flex;
4787
+ display: -ms-flexbox;
4788
+ display: flex;
4789
+ -webkit-box-align: center;
4790
+ -webkit-align-items: center;
4791
+ -ms-flex-align: center;
4792
+ align-items: center;
4793
+ -webkit-box-pack: center;
4794
+ -webkit-justify-content: center;
4795
+ -ms-flex-pack: center;
4796
+ justify-content: center;
4492
4797
  }
4493
4798
  .pro-modal .ant-modal-header {
4494
- padding: var(--zaui-space-size-md, 16px);
4495
4799
  border-bottom: none;
4496
4800
  }
4497
4801
  .pro-modal .ant-modal-header .ant-modal-title {
4498
4802
  font-weight: 600;
4499
4803
  }
4500
4804
  .pro-modal .ant-modal-footer {
4501
- padding: var(--zaui-space-size-md, 16px);
4502
4805
  border-top: none;
4503
4806
  }
4504
4807
  .pro-modal .ant-modal-footer .pro-modal-footer {
@@ -4506,6 +4809,10 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
4506
4809
  display: -webkit-flex;
4507
4810
  display: -ms-flexbox;
4508
4811
  display: flex;
4812
+ -webkit-box-align: center;
4813
+ -webkit-align-items: center;
4814
+ -ms-flex-align: center;
4815
+ align-items: center;
4509
4816
  -webkit-box-pack: justify;
4510
4817
  -webkit-justify-content: space-between;
4511
4818
  -ms-flex-pack: justify;
@@ -4513,9 +4820,9 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
4513
4820
  }
4514
4821
  .pro-modal .ant-modal-content .ant-modal-body {
4515
4822
  max-height: 450px;
4516
- padding: 0 var(--zaui-space-size-md, 16px);
4517
4823
  padding-top: 0;
4518
- overflow: auto;
4824
+ overflow-x: hidden;
4825
+ overflow-y: auto;
4519
4826
  }
4520
4827
  .pro-modal-no-footer .ant-modal-content .ant-modal-body {
4521
4828
  padding-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
@@ -4532,9 +4839,9 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
4532
4839
  .pro-modal-footer-shadow .ant-modal-footer {
4533
4840
  position: relative;
4534
4841
  z-index: 1;
4535
- -webkit-box-shadow: 3px 2px 12px 0px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
4536
- box-shadow: 3px 2px 12px 0px var(--zaui-shadow, rgba(56, 56, 56, 0.15));
4537
4842
  }
4843
+ /* @root-entry-name: 'default'; */
4844
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
4538
4845
  .pro-edit-table td[rowspan] {
4539
4846
  vertical-align: middle !important;
4540
4847
  }
@@ -4834,16 +5141,16 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
4834
5141
  -ms-flex-align: center;
4835
5142
  align-items: center;
4836
5143
  padding: 0 var(--zaui-space-size-xs, 4px);
5144
+ gap: 4px;
4837
5145
  }
4838
5146
  .pro-edit-table-toolbar .ant-space .ant-space-item .ant-btn-link:first-child {
4839
5147
  padding-left: 0;
4840
5148
  }
4841
- .pro-edit-table-toolbar .ant-space .ant-space-item .ant-btn-link span:nth-child(2) {
4842
- margin-left: var(--zaui-space-size-xs, 4px);
4843
- }
4844
5149
  .pro-edit-table-drag table tr th.ant-table-selection-column.ant-table-cell-fix-left {
4845
5150
  text-align: right;
4846
5151
  }
5152
+ /* @root-entry-name: 'default'; */
5153
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
4847
5154
  .pro-edit-label {
4848
5155
  display: inline-block;
4849
5156
  }
@@ -4895,7 +5202,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
4895
5202
  .pro-edit-label-popconfirm .ant-popover-inner-content {
4896
5203
  width: 100%;
4897
5204
  }
4898
- .pro-edit-label-popconfirm .ant-popover-message {
5205
+ .pro-edit-label-popconfirm .ant-popconfirm-message {
4899
5206
  display: block;
4900
5207
  }
4901
5208
  .pro-edit-label-popconfirm .ant-popover-message-title {
@@ -4945,6 +5252,8 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
4945
5252
  .pro-edit-label-popconfirm .ant-select {
4946
5253
  width: 100%;
4947
5254
  }
5255
+ /* @root-entry-name: 'default'; */
5256
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
4948
5257
  .pro-icon {
4949
5258
  cursor: pointer;
4950
5259
  }
@@ -4965,6 +5274,8 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
4965
5274
  vertical-align: 0;
4966
5275
  border: 0;
4967
5276
  }
5277
+ /* @root-entry-name: 'default'; */
5278
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
4968
5279
  .pro-theme-prd-tools-drawer .ant-drawer-header {
4969
5280
  border-bottom: none;
4970
5281
  }
@@ -5177,7 +5488,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
5177
5488
  justify-content: center;
5178
5489
  }
5179
5490
  .pro-theme-tools.pro-theme-tools-follow {
5180
- background: var(--ant-primary-1);
5491
+ background: var(--ant-primary-1, #e6f7ff);
5181
5492
  }
5182
5493
  .pro-theme-tools.pro-theme-tools-follow svg {
5183
5494
  color: var(--zaui-brand, #006aff);
@@ -5223,67 +5534,14 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
5223
5534
  .pro-theme-tools-drawer .ant-radio-button-wrapper {
5224
5535
  padding: 0 12px;
5225
5536
  }
5537
+ /* @root-entry-name: 'default'; */
5538
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
5226
5539
  .pro-download.ant-btn-link,
5227
5540
  .pro-download.ant-btn-text {
5228
5541
  padding: 0;
5229
5542
  }
5230
- .pro-editable .ant-table-cell .table-title-required::before {
5231
- display: inline-block;
5232
- margin-right: 4px;
5233
- color: #ff5050;
5234
- font-size: var(--zaui-font-size, 14px);
5235
- line-height: 1;
5236
- content: '*';
5237
- }
5238
- .pro-editable .ant-table-cell .ant-form-item {
5239
- margin-bottom: 0px;
5240
- }
5241
- .pro-editable .ant-table.ant-table-bordered > .ant-table-container {
5242
- border: 0;
5243
- }
5244
- .pro-editable .ant-table-thead > tr > th {
5245
- white-space: nowrap;
5246
- background-color: #f6f7f8;
5247
- border: 0;
5248
- }
5249
- .pro-editable .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
5250
- height: 0;
5251
- }
5252
- .pro-editable .ant-table-tbody > tr:not(.ant-table-placeholder) > td {
5253
- border-top: 0;
5254
- border-right: 0;
5255
- border-bottom: 0;
5256
- }
5257
- .pro-editable .ant-table-tbody > tr:not(.ant-table-measure-row) > td {
5258
- padding: var(--zaui-space-size-md, 16px);
5259
- vertical-align: top;
5260
- border-bottom: 0;
5261
- }
5262
- .pro-editable .ant-btn-link[disabled] {
5263
- color: var(--zaui-disabled-text);
5264
- }
5265
- .pro-editable .ant-space {
5266
- gap: var(--zaui-space-size-sm, 8px);
5267
- }
5268
- .pro-editable .ant-space .ant-btn-link {
5269
- padding: 0 var(--zaui-space-size-xs, 4px);
5270
- }
5271
- .pro-editable .ant-space .ant-btn-link:first-child {
5272
- padding-left: 0;
5273
- }
5274
- .pro-editable .com-empty {
5275
- text-align: center;
5276
- }
5277
- .pro-editable .com-empty .empty-img {
5278
- width: 80px;
5279
- height: 80px;
5280
- }
5281
- .pro-editable .com-empty .empty-text {
5282
- margin-top: var(--zaui-space-size-md, 16px);
5283
- }
5284
- .pro-editable .com-empty .empty-text .ant-btn-link {
5285
- padding: 0;
5286
- }
5543
+ /* @root-entry-name: 'default'; */
5544
+ /* @import (reference) '~antd/es/style/themes/index.less'; */
5287
5545
  html,
5288
5546
  body,
5289
5547
  body div,
@@ -5704,7 +5962,7 @@ input[type='button'] {
5704
5962
  .ant-form .ant-form-item,
5705
5963
  .ant-drawer .ant-form-item,
5706
5964
  .ant-modal .ant-form-item {
5707
- margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1)) !important;
5965
+ margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
5708
5966
  }
5709
5967
  .ant-input[disabled],
5710
5968
  .ant-select-disabled,
@@ -5719,6 +5977,9 @@ input[type='button'] {
5719
5977
  font-size: calc(var(--zaui-font-size, 14px) + var(--zaui-base-font-size, 0px));
5720
5978
  color: var(--zaui-text, #464646);
5721
5979
  }
5980
+ .ant-table .ant-table-row.ant-table-row-selected > .ant-table-cell-row-hover {
5981
+ background-color: #e6f4ff !important;
5982
+ }
5722
5983
  .ant-table .ant-empty-normal {
5723
5984
  margin: calc(var(--zaui-space-size-lg, 32px) * var(--zaui-size, 1)) 0;
5724
5985
  }
@@ -5757,7 +6018,7 @@ input[type='button'] {
5757
6018
  background-color: var(--zaui-table-strip-bg, #fafafa);
5758
6019
  }
5759
6020
  .ant-table .ant-table-tbody tr.ant-table-row:hover td {
5760
- background-color: var(--zaui-table-hover-bg, #fafafa) !important;
6021
+ background-color: var(--zaui-table-hover-bg, #fafafa);
5761
6022
  }
5762
6023
  .ant-table .ant-table-tbody > tr > td {
5763
6024
  border-bottom: none;
@@ -5838,7 +6099,7 @@ input[type='button'] {
5838
6099
  background-color: #fff;
5839
6100
  }
5840
6101
  .ant-table.ant-table-scroll-horizontal table .ant-table-tbody .ant-table-row:nth-child(odd) {
5841
- background-color: var(--zaui-table-strip-bg, #fafafa) !important;
6102
+ background-color: var(--zaui-table-strip-bg, #fafafa);
5842
6103
  }
5843
6104
  .ant-table.ant-table-scroll-horizontal table .ant-table-tbody .ant-table-row:nth-child(odd) td {
5844
6105
  background-color: var(--zaui-table-strip-bg, #fafafa) !important;
@@ -5861,6 +6122,10 @@ input[type='button'] {
5861
6122
  .ant-table.ant-table-fixed-header .ant-table-tbody .ant-table-row:nth-child(even) td {
5862
6123
  background: #ffffff;
5863
6124
  }
6125
+ .ant-table.ant-table-fixed-header .ant-table-tbody.ant-table-tbody-virtual .ant-table-row:nth-child(odd),
6126
+ .ant-table.ant-table-fixed-header .ant-table-tbody.ant-table-tbody-virtual .ant-table-row:nth-child(even) {
6127
+ background-color: transparent !important;
6128
+ }
5864
6129
  .ant-table.ant-table-fixed-header .ant-table-tbody .ant-table-row:nth-child(odd) {
5865
6130
  background-color: var(--zaui-table-strip-bg, #fafafa);
5866
6131
  }
@@ -5918,7 +6183,7 @@ input[type='button'] {
5918
6183
  .ant-btn.ant-btn-link[disabled]:hover,
5919
6184
  .ant-btn.ant-btn-link[disabled]:focus,
5920
6185
  .ant-btn.ant-btn-link[disabled]:active {
5921
- color: #bcbcbc;
6186
+ color: #bcbcbc !important;
5922
6187
  text-shadow: none;
5923
6188
  background: none;
5924
6189
  border-color: none;
@@ -5927,7 +6192,13 @@ input[type='button'] {
5927
6192
  opacity: 0.6;
5928
6193
  }
5929
6194
  .ant-btn.ant-btn-link {
5930
- color: var(--zaui-brand, #006aff);
6195
+ color: var(--zaui-brand, #006aff) !important;
6196
+ background: none !important;
6197
+ -webkit-box-shadow: none !important;
6198
+ box-shadow: none !important;
6199
+ }
6200
+ .ant-btn.ant-btn-link:hover {
6201
+ color: var(--zaui-brand, #006aff) !important;
5931
6202
  }
5932
6203
  .ant-divider .ant-divider-inner-text {
5933
6204
  color: var(--zaui-text, #464646);
@@ -6105,26 +6376,6 @@ input[type='button'] {
6105
6376
  .ant-input-number {
6106
6377
  width: 100%;
6107
6378
  }
6108
- .ant-input-textarea {
6109
- position: relative;
6110
- }
6111
- .ant-input-textarea textarea.ant-input {
6112
- padding-bottom: 20px;
6113
- }
6114
- .ant-input-textarea.ant-input-textarea-show-count.ant-input-textarea-in-form-item::after {
6115
- background: transparent;
6116
- }
6117
- .ant-input-textarea.ant-input-textarea-show-count.ant-input-textarea-in-form-item.disabled::after {
6118
- background: #f2f2f2;
6119
- }
6120
- .ant-input-textarea.ant-input-textarea-show-count.ant-input-textarea-in-form-item::after {
6121
- position: absolute;
6122
- right: 16px;
6123
- bottom: 1px;
6124
- width: calc(100% - 18px);
6125
- margin-bottom: 0;
6126
- text-align: right;
6127
- }
6128
6379
  .ant-space.ant-space-vertical {
6129
6380
  display: -webkit-box;
6130
6381
  display: -webkit-flex;
@@ -6155,6 +6406,12 @@ input[type='button'] {
6155
6406
  width: -moz-max-content;
6156
6407
  width: max-content;
6157
6408
  }
6409
+ .ant-tooltip > .ant-tooltip-arrow::before,
6410
+ .ant-tooltip > .ant-tooltip-arrow::after {
6411
+ background: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.95)), to(#ffffff));
6412
+ background: -webkit-linear-gradient(left top, rgba(255, 255, 255, 0.95), #ffffff);
6413
+ background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.95), #ffffff);
6414
+ }
6158
6415
  .ant-tooltip > .ant-tooltip-content > .ant-tooltip-inner {
6159
6416
  max-height: 360px;
6160
6417
  overflow: auto;
@@ -6166,22 +6423,19 @@ input[type='button'] {
6166
6423
  }
6167
6424
  .ant-tooltip > .ant-tooltip-content > .ant-tooltip-inner::-moz-selection {
6168
6425
  color: inherit !important;
6169
- background: rgba(24, 144, 255, 0.3) !important;
6426
+ background: rgba(0, 106, 255, 0.3) !important;
6170
6427
  }
6171
6428
  .ant-tooltip > .ant-tooltip-content > .ant-tooltip-inner::selection {
6172
6429
  color: inherit !important;
6173
- background: rgba(24, 144, 255, 0.3) !important;
6430
+ background: rgba(0, 106, 255, 0.3) !important;
6174
6431
  }
6175
6432
  .ant-tooltip > .ant-tooltip-content > .ant-tooltip-inner > div::-moz-selection {
6176
6433
  color: inherit !important;
6177
- background: rgba(24, 144, 255, 0.3) !important;
6434
+ background: rgba(0, 106, 255, 0.3) !important;
6178
6435
  }
6179
6436
  .ant-tooltip > .ant-tooltip-content > .ant-tooltip-inner > div::selection {
6180
6437
  color: inherit !important;
6181
- background: rgba(24, 144, 255, 0.3) !important;
6182
- }
6183
- .ant-tooltip > .ant-tooltip-content > .ant-tooltip-arrow > .ant-tooltip-arrow-content {
6184
- --antd-arrow-background-color: linear-gradient(to right bottom, rgba(255, 255, 255, 0.95), #ffffff);
6438
+ background: rgba(0, 106, 255, 0.3) !important;
6185
6439
  }
6186
6440
  .ant-picker.ant-picker-disabled {
6187
6441
  background: var(--zaui-disabled-bg) !important;