@chenhui996/gg-ui 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (260) hide show
  1. package/README.md +75 -0
  2. package/gz-ui-lib/components/alert/Alert.d.ts +6 -0
  3. package/gz-ui-lib/components/alert/ErrorBoundary.d.ts +5 -0
  4. package/gz-ui-lib/components/alert/demo/action.d.ts +3 -0
  5. package/gz-ui-lib/components/alert/demo/banner.d.ts +3 -0
  6. package/gz-ui-lib/components/alert/demo/basic.d.ts +3 -0
  7. package/gz-ui-lib/components/alert/demo/closable.d.ts +3 -0
  8. package/gz-ui-lib/components/alert/demo/description.d.ts +3 -0
  9. package/gz-ui-lib/components/alert/demo/error-boundary.d.ts +3 -0
  10. package/gz-ui-lib/components/alert/demo/icon.d.ts +3 -0
  11. package/gz-ui-lib/components/alert/demo/loop-banner.d.ts +3 -0
  12. package/gz-ui-lib/components/alert/demo/smooth-closed.d.ts +3 -0
  13. package/gz-ui-lib/components/alert/demo/style.d.ts +3 -0
  14. package/gz-ui-lib/components/alert/index.d.ts +8 -0
  15. package/gz-ui-lib/components/auto-complete/index.d.ts +5 -0
  16. package/gz-ui-lib/components/avatar/Group.d.ts +5 -0
  17. package/gz-ui-lib/components/avatar/index.d.ts +11 -0
  18. package/gz-ui-lib/components/badge/Ribbon.d.ts +5 -0
  19. package/gz-ui-lib/components/badge/index.d.ts +11 -0
  20. package/gz-ui-lib/components/breadcrumb/Breadcrumb.d.ts +5 -0
  21. package/gz-ui-lib/components/breadcrumb/index.d.ts +3 -0
  22. package/gz-ui-lib/components/button/index.cjs +1 -0
  23. package/gz-ui-lib/components/button/index.d.ts +5 -0
  24. package/gz-ui-lib/components/button/index.js +7 -0
  25. package/gz-ui-lib/components/calendar/index.d.ts +6 -0
  26. package/gz-ui-lib/components/card/Card.d.ts +5 -0
  27. package/gz-ui-lib/components/card/Grid.d.ts +6 -0
  28. package/gz-ui-lib/components/card/Meta.d.ts +6 -0
  29. package/gz-ui-lib/components/card/index.d.ts +12 -0
  30. package/gz-ui-lib/components/cascader/index.d.ts +11 -0
  31. package/gz-ui-lib/components/checkbox/Group.d.ts +5 -0
  32. package/gz-ui-lib/components/checkbox/index.d.ts +11 -0
  33. package/gz-ui-lib/components/collapse/Collapse.d.ts +5 -0
  34. package/gz-ui-lib/components/collapse/Panel.d.ts +5 -0
  35. package/gz-ui-lib/components/collapse/index.d.ts +9 -0
  36. package/gz-ui-lib/components/config-provider/index.d.ts +10 -0
  37. package/gz-ui-lib/components/date-picker/MonthPicker.d.ts +10 -0
  38. package/gz-ui-lib/components/date-picker/QuarterPicker.d.ts +10 -0
  39. package/gz-ui-lib/components/date-picker/RangePicker.d.ts +5 -0
  40. package/gz-ui-lib/components/date-picker/TimePicker.d.ts +10 -0
  41. package/gz-ui-lib/components/date-picker/WeekPicker.d.ts +10 -0
  42. package/gz-ui-lib/components/date-picker/YearPicker.d.ts +10 -0
  43. package/gz-ui-lib/components/date-picker/index.d.ts +21 -0
  44. package/gz-ui-lib/components/divider/Divider.d.ts +5 -0
  45. package/gz-ui-lib/components/divider/index.d.ts +3 -0
  46. package/gz-ui-lib/components/drawer/Drawer.d.ts +6 -0
  47. package/gz-ui-lib/components/drawer/demo/basic-right.d.ts +3 -0
  48. package/gz-ui-lib/components/drawer/demo/closable-placement.d.ts +3 -0
  49. package/gz-ui-lib/components/drawer/demo/extra.d.ts +3 -0
  50. package/gz-ui-lib/components/drawer/demo/form-in-drawer.d.ts +3 -0
  51. package/gz-ui-lib/components/drawer/demo/loading.d.ts +3 -0
  52. package/gz-ui-lib/components/drawer/demo/mask.d.ts +3 -0
  53. package/gz-ui-lib/components/drawer/demo/multi-level-drawer.d.ts +3 -0
  54. package/gz-ui-lib/components/drawer/demo/placement.d.ts +3 -0
  55. package/gz-ui-lib/components/drawer/demo/render-in-current.d.ts +3 -0
  56. package/gz-ui-lib/components/drawer/demo/resizable.d.ts +3 -0
  57. package/gz-ui-lib/components/drawer/demo/size.d.ts +3 -0
  58. package/gz-ui-lib/components/drawer/demo/user-profile.d.ts +3 -0
  59. package/gz-ui-lib/components/drawer/index.d.ts +3 -0
  60. package/gz-ui-lib/components/dropdown/Dropdown.d.ts +5 -0
  61. package/gz-ui-lib/components/dropdown/index.d.ts +3 -0
  62. package/gz-ui-lib/components/empty/Empty.d.ts +6 -0
  63. package/gz-ui-lib/components/empty/index.d.ts +9 -0
  64. package/gz-ui-lib/components/form/ErrorList.d.ts +5 -0
  65. package/gz-ui-lib/components/form/Item.d.ts +5 -0
  66. package/gz-ui-lib/components/form/List.d.ts +5 -0
  67. package/gz-ui-lib/components/form/Provider.d.ts +5 -0
  68. package/gz-ui-lib/components/form/index.d.ts +20 -0
  69. package/gz-ui-lib/components/image/Image.d.ts +6 -0
  70. package/gz-ui-lib/components/image/PreviewGroup.d.ts +7 -0
  71. package/gz-ui-lib/components/image/demo/basic.d.ts +3 -0
  72. package/gz-ui-lib/components/image/demo/controlled-preview.d.ts +3 -0
  73. package/gz-ui-lib/components/image/demo/fallback.d.ts +3 -0
  74. package/gz-ui-lib/components/image/demo/imageRender.d.ts +3 -0
  75. package/gz-ui-lib/components/image/demo/mask.d.ts +3 -0
  76. package/gz-ui-lib/components/image/demo/nested.d.ts +3 -0
  77. package/gz-ui-lib/components/image/demo/placeholder.d.ts +3 -0
  78. package/gz-ui-lib/components/image/demo/preview-group-visible.d.ts +3 -0
  79. package/gz-ui-lib/components/image/demo/preview-group.d.ts +3 -0
  80. package/gz-ui-lib/components/image/demo/previewSrc.d.ts +3 -0
  81. package/gz-ui-lib/components/image/demo/toolbarRender.d.ts +3 -0
  82. package/gz-ui-lib/components/image/index.d.ts +9 -0
  83. package/gz-ui-lib/components/input/Input.d.ts +5 -0
  84. package/gz-ui-lib/components/input/OTP.d.ts +5 -0
  85. package/gz-ui-lib/components/input/Password.d.ts +6 -0
  86. package/gz-ui-lib/components/input/Search.d.ts +6 -0
  87. package/gz-ui-lib/components/input/TextArea.d.ts +6 -0
  88. package/gz-ui-lib/components/input/index.d.ts +18 -0
  89. package/gz-ui-lib/components/input-number/index.d.ts +5 -0
  90. package/gz-ui-lib/components/menu/Menu.d.ts +5 -0
  91. package/gz-ui-lib/components/menu/index.d.ts +11 -0
  92. package/gz-ui-lib/components/message/demo/custom-style.d.ts +3 -0
  93. package/gz-ui-lib/components/message/demo/duration.d.ts +3 -0
  94. package/gz-ui-lib/components/message/demo/hooks.d.ts +3 -0
  95. package/gz-ui-lib/components/message/demo/info.d.ts +3 -0
  96. package/gz-ui-lib/components/message/demo/loading.d.ts +3 -0
  97. package/gz-ui-lib/components/message/demo/other.d.ts +3 -0
  98. package/gz-ui-lib/components/message/demo/thenable.d.ts +3 -0
  99. package/gz-ui-lib/components/message/demo/update.d.ts +3 -0
  100. package/gz-ui-lib/components/message/index.d.ts +3 -0
  101. package/gz-ui-lib/components/modal/Modal.d.ts +6 -0
  102. package/gz-ui-lib/components/modal/demo/async.d.ts +3 -0
  103. package/gz-ui-lib/components/modal/demo/basic.d.ts +3 -0
  104. package/gz-ui-lib/components/modal/demo/button-props.d.ts +3 -0
  105. package/gz-ui-lib/components/modal/demo/confirm-router.d.ts +3 -0
  106. package/gz-ui-lib/components/modal/demo/confirm.d.ts +3 -0
  107. package/gz-ui-lib/components/modal/demo/footer-render.d.ts +3 -0
  108. package/gz-ui-lib/components/modal/demo/footer.d.ts +3 -0
  109. package/gz-ui-lib/components/modal/demo/hooks.d.ts +3 -0
  110. package/gz-ui-lib/components/modal/demo/loading.d.ts +3 -0
  111. package/gz-ui-lib/components/modal/demo/locale.d.ts +3 -0
  112. package/gz-ui-lib/components/modal/demo/manual.d.ts +3 -0
  113. package/gz-ui-lib/components/modal/demo/mask.d.ts +3 -0
  114. package/gz-ui-lib/components/modal/demo/modal-render.d.ts +3 -0
  115. package/gz-ui-lib/components/modal/demo/position.d.ts +3 -0
  116. package/gz-ui-lib/components/modal/demo/static-info.d.ts +3 -0
  117. package/gz-ui-lib/components/modal/demo/width.d.ts +3 -0
  118. package/gz-ui-lib/components/modal/index.d.ts +7 -0
  119. package/gz-ui-lib/components/notification/demo/basic.d.ts +3 -0
  120. package/gz-ui-lib/components/notification/demo/custom-icon.d.ts +3 -0
  121. package/gz-ui-lib/components/notification/demo/custom-style.d.ts +3 -0
  122. package/gz-ui-lib/components/notification/demo/duration.d.ts +3 -0
  123. package/gz-ui-lib/components/notification/demo/hooks.d.ts +3 -0
  124. package/gz-ui-lib/components/notification/demo/placement.d.ts +3 -0
  125. package/gz-ui-lib/components/notification/demo/progress-color.d.ts +3 -0
  126. package/gz-ui-lib/components/notification/demo/show-with-progress.d.ts +3 -0
  127. package/gz-ui-lib/components/notification/demo/stack.d.ts +3 -0
  128. package/gz-ui-lib/components/notification/demo/update.d.ts +3 -0
  129. package/gz-ui-lib/components/notification/demo/with-btn.d.ts +3 -0
  130. package/gz-ui-lib/components/notification/demo/with-icon.d.ts +3 -0
  131. package/gz-ui-lib/components/notification/index.d.ts +3 -0
  132. package/gz-ui-lib/components/pagination/Pagination.d.ts +5 -0
  133. package/gz-ui-lib/components/pagination/index.d.ts +3 -0
  134. package/gz-ui-lib/components/popconfirm/Popconfirm.d.ts +6 -0
  135. package/gz-ui-lib/components/popconfirm/demo/async.d.ts +3 -0
  136. package/gz-ui-lib/components/popconfirm/demo/basic.d.ts +3 -0
  137. package/gz-ui-lib/components/popconfirm/demo/dynamic-trigger.d.ts +3 -0
  138. package/gz-ui-lib/components/popconfirm/demo/icon.d.ts +3 -0
  139. package/gz-ui-lib/components/popconfirm/demo/locale.d.ts +3 -0
  140. package/gz-ui-lib/components/popconfirm/demo/placement.d.ts +3 -0
  141. package/gz-ui-lib/components/popconfirm/demo/promise.d.ts +3 -0
  142. package/gz-ui-lib/components/popconfirm/demo/shift.d.ts +3 -0
  143. package/gz-ui-lib/components/popconfirm/index.d.ts +3 -0
  144. package/gz-ui-lib/components/popover/Popover.d.ts +6 -0
  145. package/gz-ui-lib/components/popover/index.d.ts +3 -0
  146. package/gz-ui-lib/components/progress/Progress.d.ts +6 -0
  147. package/gz-ui-lib/components/progress/demo/circle-micro.d.ts +3 -0
  148. package/gz-ui-lib/components/progress/demo/circle-mini.d.ts +3 -0
  149. package/gz-ui-lib/components/progress/demo/circle-steps.d.ts +3 -0
  150. package/gz-ui-lib/components/progress/demo/circle.d.ts +3 -0
  151. package/gz-ui-lib/components/progress/demo/dashboard.d.ts +3 -0
  152. package/gz-ui-lib/components/progress/demo/dynamic.d.ts +3 -0
  153. package/gz-ui-lib/components/progress/demo/format.d.ts +3 -0
  154. package/gz-ui-lib/components/progress/demo/gradient-line.d.ts +3 -0
  155. package/gz-ui-lib/components/progress/demo/info-position.d.ts +3 -0
  156. package/gz-ui-lib/components/progress/demo/line-mini.d.ts +3 -0
  157. package/gz-ui-lib/components/progress/demo/line.d.ts +3 -0
  158. package/gz-ui-lib/components/progress/demo/linecap.d.ts +3 -0
  159. package/gz-ui-lib/components/progress/demo/segment.d.ts +3 -0
  160. package/gz-ui-lib/components/progress/demo/size.d.ts +3 -0
  161. package/gz-ui-lib/components/progress/demo/steps.d.ts +3 -0
  162. package/gz-ui-lib/components/progress/index.d.ts +3 -0
  163. package/gz-ui-lib/components/radio/Button.d.ts +5 -0
  164. package/gz-ui-lib/components/radio/Group.d.ts +5 -0
  165. package/gz-ui-lib/components/radio/index.d.ts +13 -0
  166. package/gz-ui-lib/components/rate/index.d.ts +5 -0
  167. package/gz-ui-lib/components/result/Result.d.ts +6 -0
  168. package/gz-ui-lib/components/result/demo/403.d.ts +3 -0
  169. package/gz-ui-lib/components/result/demo/404.d.ts +3 -0
  170. package/gz-ui-lib/components/result/demo/500.d.ts +3 -0
  171. package/gz-ui-lib/components/result/demo/customIcon.d.ts +3 -0
  172. package/gz-ui-lib/components/result/demo/error.d.ts +3 -0
  173. package/gz-ui-lib/components/result/demo/info.d.ts +3 -0
  174. package/gz-ui-lib/components/result/demo/success.d.ts +3 -0
  175. package/gz-ui-lib/components/result/demo/warning.d.ts +3 -0
  176. package/gz-ui-lib/components/result/index.d.ts +6 -0
  177. package/gz-ui-lib/components/segmented/Segmented.d.ts +5 -0
  178. package/gz-ui-lib/components/segmented/index.d.ts +3 -0
  179. package/gz-ui-lib/components/select/OptGroup.d.ts +8 -0
  180. package/gz-ui-lib/components/select/Option.d.ts +5 -0
  181. package/gz-ui-lib/components/select/index.d.ts +14 -0
  182. package/gz-ui-lib/components/skeleton/Avatar.d.ts +6 -0
  183. package/gz-ui-lib/components/skeleton/Button.d.ts +6 -0
  184. package/gz-ui-lib/components/skeleton/Image.d.ts +6 -0
  185. package/gz-ui-lib/components/skeleton/Input.d.ts +6 -0
  186. package/gz-ui-lib/components/skeleton/Node.d.ts +6 -0
  187. package/gz-ui-lib/components/skeleton/Skeleton.d.ts +7 -0
  188. package/gz-ui-lib/components/skeleton/demo/active.d.ts +3 -0
  189. package/gz-ui-lib/components/skeleton/demo/basic.d.ts +3 -0
  190. package/gz-ui-lib/components/skeleton/demo/children.d.ts +3 -0
  191. package/gz-ui-lib/components/skeleton/demo/complex.d.ts +3 -0
  192. package/gz-ui-lib/components/skeleton/demo/element.d.ts +3 -0
  193. package/gz-ui-lib/components/skeleton/demo/list.d.ts +3 -0
  194. package/gz-ui-lib/components/skeleton/index.d.ts +16 -0
  195. package/gz-ui-lib/components/space/Addon.d.ts +8 -0
  196. package/gz-ui-lib/components/space/Compact.d.ts +14 -0
  197. package/gz-ui-lib/components/space/Space.d.ts +5 -0
  198. package/gz-ui-lib/components/space/index.d.ts +10 -0
  199. package/gz-ui-lib/components/spin/Spin.d.ts +7 -0
  200. package/gz-ui-lib/components/spin/demo/basic.d.ts +3 -0
  201. package/gz-ui-lib/components/spin/demo/custom-indicator.d.ts +3 -0
  202. package/gz-ui-lib/components/spin/demo/delayAndDebounce.d.ts +3 -0
  203. package/gz-ui-lib/components/spin/demo/fullscreen.d.ts +3 -0
  204. package/gz-ui-lib/components/spin/demo/nested.d.ts +3 -0
  205. package/gz-ui-lib/components/spin/demo/percent.d.ts +3 -0
  206. package/gz-ui-lib/components/spin/demo/size.d.ts +3 -0
  207. package/gz-ui-lib/components/spin/demo/tip.d.ts +3 -0
  208. package/gz-ui-lib/components/spin/index.d.ts +6 -0
  209. package/gz-ui-lib/components/steps/Steps.d.ts +5 -0
  210. package/gz-ui-lib/components/steps/index.d.ts +3 -0
  211. package/gz-ui-lib/components/switch/index.d.ts +5 -0
  212. package/gz-ui-lib/components/tabs/Tabs.d.ts +5 -0
  213. package/gz-ui-lib/components/tabs/index.d.ts +8 -0
  214. package/gz-ui-lib/components/tag/CheckableTag.d.ts +5 -0
  215. package/gz-ui-lib/components/tag/CheckableTagGroup.d.ts +4 -0
  216. package/gz-ui-lib/components/tag/Tag.d.ts +5 -0
  217. package/gz-ui-lib/components/tag/index.d.ts +12 -0
  218. package/gz-ui-lib/components/time-picker/RangePicker.d.ts +5 -0
  219. package/gz-ui-lib/components/time-picker/index.d.ts +11 -0
  220. package/gz-ui-lib/components/timeline/Item.d.ts +6 -0
  221. package/gz-ui-lib/components/timeline/Timeline.d.ts +6 -0
  222. package/gz-ui-lib/components/timeline/index.d.ts +9 -0
  223. package/gz-ui-lib/components/tooltip/Tooltip.d.ts +6 -0
  224. package/gz-ui-lib/components/tooltip/index.d.ts +3 -0
  225. package/gz-ui-lib/components/transfer/List.d.ts +5 -0
  226. package/gz-ui-lib/components/transfer/Operation.d.ts +5 -0
  227. package/gz-ui-lib/components/transfer/Search.d.ts +5 -0
  228. package/gz-ui-lib/components/transfer/index.d.ts +15 -0
  229. package/gz-ui-lib/components/tree/DirectoryTree.d.ts +7 -0
  230. package/gz-ui-lib/components/tree/Tree.d.ts +6 -0
  231. package/gz-ui-lib/components/tree/demo/basic-controlled.d.ts +3 -0
  232. package/gz-ui-lib/components/tree/demo/basic.d.ts +3 -0
  233. package/gz-ui-lib/components/tree/demo/block-node.d.ts +3 -0
  234. package/gz-ui-lib/components/tree/demo/customized-icon.d.ts +3 -0
  235. package/gz-ui-lib/components/tree/demo/directory.d.ts +3 -0
  236. package/gz-ui-lib/components/tree/demo/draggable.d.ts +3 -0
  237. package/gz-ui-lib/components/tree/demo/dynamic.d.ts +3 -0
  238. package/gz-ui-lib/components/tree/demo/line.d.ts +3 -0
  239. package/gz-ui-lib/components/tree/demo/search.d.ts +3 -0
  240. package/gz-ui-lib/components/tree/demo/switcher-icon.d.ts +3 -0
  241. package/gz-ui-lib/components/tree/demo/virtual-scroll.d.ts +3 -0
  242. package/gz-ui-lib/components/tree/index.d.ts +9 -0
  243. package/gz-ui-lib/components/tree-select/TreeNode.d.ts +5 -0
  244. package/gz-ui-lib/components/tree-select/index.d.ts +14 -0
  245. package/gz-ui-lib/components/upload/Dragger.d.ts +5 -0
  246. package/gz-ui-lib/components/upload/index.d.ts +12 -0
  247. package/gz-ui-lib/gz-ui.css +1 -0
  248. package/gz-ui-lib/index-BtVxhCkQ.cjs +5 -0
  249. package/gz-ui-lib/index-DI5cS--Y.js +52 -0
  250. package/gz-ui-lib/index.cjs +1 -0
  251. package/gz-ui-lib/index.d.ts +48 -0
  252. package/gz-ui-lib/index.js +3944 -0
  253. package/gz-ui-lib/logo.png +0 -0
  254. package/gz-ui-lib/styles/themes/darkColors.d.ts +132 -0
  255. package/gz-ui-lib/styles/themes/darkThemeTokens.d.ts +1325 -0
  256. package/gz-ui-lib/styles/themes/lightColors.d.ts +132 -0
  257. package/gz-ui-lib/styles/themes/lightThemeTokens.d.ts +1325 -0
  258. package/gz-ui-lib/styles/themes/themeConfig.d.ts +3 -0
  259. package/gz-ui-lib/vite.svg +1 -0
  260. package/package.json +69 -0
@@ -0,0 +1,3944 @@
1
+ /* empty css */
2
+ import { c as d } from "./index-DI5cS--Y.js";
3
+ import { B as hr } from "./index-DI5cS--Y.js";
4
+ import { jsx as l } from "react/jsx-runtime";
5
+ import { forwardRef as c } from "react";
6
+ import { Divider as Zt, Space as j, Breadcrumb as Xt, Dropdown as qt, Input as x, Menu as y, Pagination as jt, Steps as Vt, Tabs as Be, AutoComplete as Qt, Avatar as he, Badge as be, Calendar as Ut, Cascader as L, Checkbox as pe, DatePicker as b, Form as B, theme as ne, ConfigProvider as Yt, InputNumber as Kt, Radio as V, Rate as Jt, Select as Q, Switch as eo, TimePicker as Ce, Transfer as w, TreeSelect as f, Upload as U, Card as Y, Collapse as ve, Empty as K, Popover as to, Segmented as oo, Tag as J, Timeline as ze, Tooltip as ro, Alert as Ie, Tree as De, Drawer as io, Modal as Pe, Popconfirm as no, Progress as ao, Result as He, Skeleton as v, Spin as Me, Image as ee } from "antd";
7
+ import { message as pr, notification as Cr } from "antd";
8
+ function Ee(r) {
9
+ return r && r.__esModule && Object.prototype.hasOwnProperty.call(r, "default") ? r.default : r;
10
+ }
11
+ const lo = c((r, o) => {
12
+ const e = d.c(9);
13
+ let t, i;
14
+ e[0] !== r ? ({
15
+ children: t,
16
+ ...i
17
+ } = r, e[0] = r, e[1] = t, e[2] = i) : (t = e[1], i = e[2]);
18
+ let n;
19
+ e[3] !== t || e[4] !== i ? (n = /* @__PURE__ */ l(Zt, { ...i, children: t }), e[3] = t, e[4] = i, e[5] = n) : n = e[5];
20
+ let a;
21
+ return e[6] !== o || e[7] !== n ? (a = /* @__PURE__ */ l("div", { ref: o, children: n }), e[6] = o, e[7] = n, e[8] = a) : a = e[8], a;
22
+ });
23
+ lo.displayName = "GZDivider";
24
+ const {
25
+ Compact: co
26
+ } = j, go = (r) => {
27
+ const o = d.c(6);
28
+ let e, t;
29
+ o[0] !== r ? ({
30
+ children: e,
31
+ ...t
32
+ } = r, o[0] = r, o[1] = e, o[2] = t) : (e = o[1], t = o[2]);
33
+ let i;
34
+ return o[3] !== e || o[4] !== t ? (i = /* @__PURE__ */ l(co, { ...t, children: e }), o[3] = e, o[4] = t, o[5] = i) : i = o[5], i;
35
+ }, xe = c((r, o) => {
36
+ const e = d.c(7);
37
+ let t, i;
38
+ e[0] !== r ? ({
39
+ children: t,
40
+ ...i
41
+ } = r, e[0] = r, e[1] = t, e[2] = i) : (t = e[1], i = e[2]);
42
+ let n;
43
+ return e[3] !== t || e[4] !== o || e[5] !== i ? (n = /* @__PURE__ */ l(j, { ref: o, ...i, children: t }), e[3] = t, e[4] = o, e[5] = i, e[6] = n) : n = e[6], n;
44
+ });
45
+ xe.displayName = "GZSpace";
46
+ const {
47
+ Addon: Fo
48
+ } = j, so = (r) => {
49
+ const o = d.c(6);
50
+ let e, t;
51
+ o[0] !== r ? ({
52
+ children: e,
53
+ ...t
54
+ } = r, o[0] = r, o[1] = e, o[2] = t) : (e = o[1], t = o[2]);
55
+ let i;
56
+ return o[3] !== e || o[4] !== t ? (i = /* @__PURE__ */ l(Fo, { ...t, children: e }), o[3] = e, o[4] = t, o[5] = i) : i = o[5], i;
57
+ }, ye = xe;
58
+ ye.Compact = go;
59
+ ye.Addon = so;
60
+ const uo = c((r, o) => {
61
+ const e = d.c(4);
62
+ let t;
63
+ e[0] !== r ? ({
64
+ ...t
65
+ } = r, e[0] = r, e[1] = t) : t = e[1];
66
+ let i;
67
+ return e[2] !== t ? (i = /* @__PURE__ */ l(Xt, { ...t }), e[2] = t, e[3] = i) : i = e[3], i;
68
+ });
69
+ uo.displayName = "GZBreadcrumb";
70
+ const mo = c((r, o) => {
71
+ const e = d.c(4);
72
+ let t;
73
+ e[0] !== r ? ({
74
+ ...t
75
+ } = r, e[0] = r, e[1] = t) : t = e[1];
76
+ let i;
77
+ return e[2] !== t ? (i = /* @__PURE__ */ l(qt, { ...t }), e[2] = t, e[3] = i) : i = e[3], i;
78
+ });
79
+ mo.displayName = "GZDropdown";
80
+ const fe = c((r, o) => {
81
+ const e = d.c(3);
82
+ let t;
83
+ return e[0] !== r || e[1] !== o ? (t = /* @__PURE__ */ l(x, { ref: o, ...r }), e[0] = r, e[1] = o, e[2] = t) : t = e[2], t;
84
+ });
85
+ fe.displayName = "GZInput";
86
+ const Ae = c((r, o) => {
87
+ const e = d.c(3);
88
+ let t;
89
+ return e[0] !== r || e[1] !== o ? (t = /* @__PURE__ */ l(x.Password, { ref: o, ...r }), e[0] = r, e[1] = o, e[2] = t) : t = e[2], t;
90
+ });
91
+ Ae.displayName = "GZPassword";
92
+ const ke = c((r, o) => {
93
+ const e = d.c(3);
94
+ let t;
95
+ return e[0] !== r || e[1] !== o ? (t = /* @__PURE__ */ l(x.TextArea, { ref: o, ...r }), e[0] = r, e[1] = o, e[2] = t) : t = e[2], t;
96
+ });
97
+ ke.displayName = "GZTextArea";
98
+ const Te = c((r, o) => {
99
+ const e = d.c(3);
100
+ let t;
101
+ return e[0] !== r || e[1] !== o ? (t = /* @__PURE__ */ l(x.Search, { ref: o, ...r }), e[0] = r, e[1] = o, e[2] = t) : t = e[2], t;
102
+ });
103
+ Te.displayName = "GZSearch";
104
+ const Ge = c((r, o) => {
105
+ const e = d.c(3);
106
+ let t;
107
+ return e[0] !== r || e[1] !== o ? (t = /* @__PURE__ */ l(x.OTP, { ref: o, ...r }), e[0] = r, e[1] = o, e[2] = t) : t = e[2], t;
108
+ });
109
+ Ge.displayName = "GZOTP";
110
+ const $ = fe;
111
+ $.Password = Ae;
112
+ $.TextArea = ke;
113
+ $.Search = Te;
114
+ $.OTP = Ge;
115
+ const Le = c((r, o) => {
116
+ const e = d.c(3);
117
+ let t;
118
+ return e[0] !== r || e[1] !== o ? (t = /* @__PURE__ */ l(y, { ref: o, ...r }), e[0] = r, e[1] = o, e[2] = t) : t = e[2], t;
119
+ });
120
+ Le.displayName = "GZMenu";
121
+ const W = Le;
122
+ W.Item = y.Item;
123
+ W.SubMenu = y.SubMenu;
124
+ W.Divider = y.Divider;
125
+ W.ItemGroup = y.ItemGroup;
126
+ const So = c((r, o) => {
127
+ const e = d.c(7), t = r;
128
+ let i;
129
+ if (e[0] !== t) {
130
+ const {
131
+ children: s,
132
+ ...g
133
+ } = t;
134
+ i = g, e[0] = t, e[1] = i;
135
+ } else
136
+ i = e[1];
137
+ let n;
138
+ e[2] !== i ? (n = /* @__PURE__ */ l(jt, { ...i }), e[2] = i, e[3] = n) : n = e[3];
139
+ let a;
140
+ return e[4] !== o || e[5] !== n ? (a = /* @__PURE__ */ l("div", { ref: o, children: n }), e[4] = o, e[5] = n, e[6] = a) : a = e[6], a;
141
+ });
142
+ So.displayName = "GZPagination";
143
+ const Bo = c((r, o) => {
144
+ const e = d.c(7), t = r;
145
+ let i;
146
+ if (e[0] !== t) {
147
+ const {
148
+ children: s,
149
+ ...g
150
+ } = t;
151
+ i = g, e[0] = t, e[1] = i;
152
+ } else
153
+ i = e[1];
154
+ let n;
155
+ e[2] !== i ? (n = /* @__PURE__ */ l(Vt, { ...i }), e[2] = i, e[3] = n) : n = e[3];
156
+ let a;
157
+ return e[4] !== o || e[5] !== n ? (a = /* @__PURE__ */ l("div", { ref: o, children: n }), e[4] = o, e[5] = n, e[6] = a) : a = e[6], a;
158
+ });
159
+ Bo.displayName = "GZSteps";
160
+ const we = c((r, o) => {
161
+ const e = d.c(7);
162
+ let t, i;
163
+ e[0] !== r ? ({
164
+ children: t,
165
+ ...i
166
+ } = r, e[0] = r, e[1] = t, e[2] = i) : (t = e[1], i = e[2]);
167
+ const n = o;
168
+ let a;
169
+ return e[3] !== t || e[4] !== i || e[5] !== n ? (a = /* @__PURE__ */ l(Be, { ref: n, ...i, children: t }), e[3] = t, e[4] = i, e[5] = n, e[6] = a) : a = e[6], a;
170
+ });
171
+ we.displayName = "GZTabs";
172
+ const ho = we;
173
+ ho.TabPane = Be.TabPane;
174
+ const bo = c((r, o) => {
175
+ const e = d.c(7);
176
+ let t, i;
177
+ e[0] !== r ? ({
178
+ children: t,
179
+ ...i
180
+ } = r, e[0] = r, e[1] = t, e[2] = i) : (t = e[1], i = e[2]);
181
+ const n = o;
182
+ let a;
183
+ return e[3] !== t || e[4] !== i || e[5] !== n ? (a = /* @__PURE__ */ l(Qt, { ref: n, ...i, children: t }), e[3] = t, e[4] = i, e[5] = n, e[6] = a) : a = e[6], a;
184
+ });
185
+ bo.displayName = "GZAutoComplete";
186
+ const $e = c((r, o) => {
187
+ const e = d.c(10);
188
+ let t, i;
189
+ e[0] !== r ? ({
190
+ children: t,
191
+ ...i
192
+ } = r, e[0] = r, e[1] = t, e[2] = i) : (t = e[1], i = e[2]);
193
+ let n;
194
+ e[3] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (n = {
195
+ display: "inline-flex"
196
+ }, e[3] = n) : n = e[3];
197
+ let a;
198
+ e[4] !== t || e[5] !== i ? (a = /* @__PURE__ */ l(he.Group, { ...i, children: t }), e[4] = t, e[5] = i, e[6] = a) : a = e[6];
199
+ let s;
200
+ return e[7] !== o || e[8] !== a ? (s = /* @__PURE__ */ l("div", { ref: o, style: n, children: a }), e[7] = o, e[8] = a, e[9] = s) : s = e[9], s;
201
+ });
202
+ $e.displayName = "GZAvatarGroup";
203
+ const po = c((r, o) => {
204
+ const e = d.c(7);
205
+ let t, i;
206
+ e[0] !== r ? ({
207
+ children: t,
208
+ ...i
209
+ } = r, e[0] = r, e[1] = t, e[2] = i) : (t = e[1], i = e[2]);
210
+ let n;
211
+ return e[3] !== t || e[4] !== o || e[5] !== i ? (n = /* @__PURE__ */ l(he, { ref: o, ...i, children: t }), e[3] = t, e[4] = o, e[5] = i, e[6] = n) : n = e[6], n;
212
+ }), We = po;
213
+ We.Group = $e;
214
+ We.displayName = "GZAvatar";
215
+ const Re = c((r, o) => {
216
+ const e = d.c(10);
217
+ let t, i;
218
+ e[0] !== r ? ({
219
+ children: t,
220
+ ...i
221
+ } = r, e[0] = r, e[1] = t, e[2] = i) : (t = e[1], i = e[2]);
222
+ let n;
223
+ e[3] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (n = {
224
+ display: "contents"
225
+ }, e[3] = n) : n = e[3];
226
+ let a;
227
+ e[4] !== t || e[5] !== i ? (a = /* @__PURE__ */ l(be.Ribbon, { ...i, children: t }), e[4] = t, e[5] = i, e[6] = a) : a = e[6];
228
+ let s;
229
+ return e[7] !== o || e[8] !== a ? (s = /* @__PURE__ */ l("div", { ref: o, style: n, children: a }), e[7] = o, e[8] = a, e[9] = s) : s = e[9], s;
230
+ });
231
+ Re.displayName = "GZBadgeRibbon";
232
+ const Co = c((r, o) => {
233
+ const e = d.c(7);
234
+ let t, i;
235
+ e[0] !== r ? ({
236
+ children: t,
237
+ ...i
238
+ } = r, e[0] = r, e[1] = t, e[2] = i) : (t = e[1], i = e[2]);
239
+ let n;
240
+ return e[3] !== t || e[4] !== o || e[5] !== i ? (n = /* @__PURE__ */ l(be, { ref: o, ...i, children: t }), e[3] = t, e[4] = o, e[5] = i, e[6] = n) : n = e[6], n;
241
+ }), Ne = Co;
242
+ Ne.Ribbon = Re;
243
+ Ne.displayName = "GZBadge";
244
+ const vo = c((r, o) => {
245
+ const e = d.c(5);
246
+ let t;
247
+ e[0] !== r ? (t = /* @__PURE__ */ l(Ut, { ...r }), e[0] = r, e[1] = t) : t = e[1];
248
+ let i;
249
+ return e[2] !== o || e[3] !== t ? (i = /* @__PURE__ */ l("div", { ref: o, children: t }), e[2] = o, e[3] = t, e[4] = i) : i = e[4], i;
250
+ });
251
+ vo.displayName = "GZCalendar";
252
+ const zo = c((r, o) => {
253
+ const e = d.c(7);
254
+ let t, i;
255
+ e[0] !== r ? ({
256
+ children: t,
257
+ ...i
258
+ } = r, e[0] = r, e[1] = t, e[2] = i) : (t = e[1], i = e[2]);
259
+ const n = o;
260
+ let a;
261
+ return e[3] !== t || e[4] !== i || e[5] !== n ? (a = /* @__PURE__ */ l(L, { ref: n, ...i, children: t }), e[3] = t, e[4] = i, e[5] = n, e[6] = a) : a = e[6], a;
262
+ }), R = zo;
263
+ R.SHOW_PARENT = L.SHOW_PARENT;
264
+ R.SHOW_CHILD = L.SHOW_CHILD;
265
+ R.Panel = L.Panel;
266
+ R.displayName = "GZCascader";
267
+ const Oe = c((r, o) => {
268
+ const e = d.c(7);
269
+ let t, i;
270
+ e[0] !== r ? ({
271
+ children: t,
272
+ ...i
273
+ } = r, e[0] = r, e[1] = t, e[2] = i) : (t = e[1], i = e[2]);
274
+ let n;
275
+ return e[3] !== t || e[4] !== o || e[5] !== i ? (n = /* @__PURE__ */ l(pe.Group, { ref: o, ...i, children: t }), e[3] = t, e[4] = o, e[5] = i, e[6] = n) : n = e[6], n;
276
+ });
277
+ Oe.displayName = "GZCheckboxGroup";
278
+ const Io = c((r, o) => {
279
+ const e = d.c(7);
280
+ let t, i;
281
+ e[0] !== r ? ({
282
+ children: t,
283
+ ...i
284
+ } = r, e[0] = r, e[1] = t, e[2] = i) : (t = e[1], i = e[2]);
285
+ let n;
286
+ return e[3] !== t || e[4] !== o || e[5] !== i ? (n = /* @__PURE__ */ l(pe, { ref: o, ...i, children: t }), e[3] = t, e[4] = o, e[5] = i, e[6] = n) : n = e[6], n;
287
+ }), _e = Io;
288
+ _e.Group = Oe;
289
+ _e.displayName = "GZCheckbox";
290
+ const Ze = c((r, o) => {
291
+ const e = d.c(7);
292
+ let t, i;
293
+ e[0] !== r ? ({
294
+ children: t,
295
+ ...i
296
+ } = r, e[0] = r, e[1] = t, e[2] = i) : (t = e[1], i = e[2]);
297
+ let n;
298
+ return e[3] !== t || e[4] !== o || e[5] !== i ? (n = /* @__PURE__ */ l(b.RangePicker, { ref: o, ...i, children: t }), e[3] = t, e[4] = o, e[5] = i, e[6] = n) : n = e[6], n;
299
+ });
300
+ Ze.displayName = "GZRangePicker";
301
+ const Xe = c((r, o) => {
302
+ const e = d.c(3);
303
+ let t;
304
+ return e[0] !== r || e[1] !== o ? (t = /* @__PURE__ */ l(b.WeekPicker, { ref: o, ...r }), e[0] = r, e[1] = o, e[2] = t) : t = e[2], t;
305
+ });
306
+ Xe.displayName = "GZWeekPicker";
307
+ const qe = c((r, o) => {
308
+ const e = d.c(3);
309
+ let t;
310
+ return e[0] !== r || e[1] !== o ? (t = /* @__PURE__ */ l(b.MonthPicker, { ref: o, ...r }), e[0] = r, e[1] = o, e[2] = t) : t = e[2], t;
311
+ });
312
+ qe.displayName = "GZMonthPicker";
313
+ const je = c((r, o) => {
314
+ const e = d.c(3);
315
+ let t;
316
+ return e[0] !== r || e[1] !== o ? (t = /* @__PURE__ */ l(b.YearPicker, { ref: o, ...r }), e[0] = r, e[1] = o, e[2] = t) : t = e[2], t;
317
+ });
318
+ je.displayName = "GZYearPicker";
319
+ const Ve = c((r, o) => {
320
+ const e = d.c(3);
321
+ let t;
322
+ return e[0] !== r || e[1] !== o ? (t = /* @__PURE__ */ l(b.QuarterPicker, { ref: o, ...r }), e[0] = r, e[1] = o, e[2] = t) : t = e[2], t;
323
+ });
324
+ Ve.displayName = "GZQuarterPicker";
325
+ const Qe = c((r, o) => {
326
+ const e = d.c(3);
327
+ let t;
328
+ return e[0] !== r || e[1] !== o ? (t = /* @__PURE__ */ l(b.TimePicker, { ref: o, ...r }), e[0] = r, e[1] = o, e[2] = t) : t = e[2], t;
329
+ });
330
+ Qe.displayName = "GZTimePicker";
331
+ const Do = c((r, o) => {
332
+ const e = d.c(3);
333
+ let t;
334
+ return e[0] !== r || e[1] !== o ? (t = /* @__PURE__ */ l(b, { ref: o, ...r }), e[0] = r, e[1] = o, e[2] = t) : t = e[2], t;
335
+ }), p = Do;
336
+ p.RangePicker = Ze;
337
+ p.WeekPicker = Xe;
338
+ p.MonthPicker = qe;
339
+ p.YearPicker = je;
340
+ p.QuarterPicker = Ve;
341
+ p.TimePicker = Qe;
342
+ p.displayName = "GZDatePicker";
343
+ const Ue = c((r, o) => {
344
+ const e = d.c(10);
345
+ let t, i;
346
+ e[0] !== r ? ({
347
+ children: t,
348
+ ...i
349
+ } = r, e[0] = r, e[1] = t, e[2] = i) : (t = e[1], i = e[2]);
350
+ let n;
351
+ e[3] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (n = {
352
+ display: "contents"
353
+ }, e[3] = n) : n = e[3];
354
+ let a;
355
+ e[4] !== t || e[5] !== i ? (a = /* @__PURE__ */ l(B.Item, { ...i, children: t }), e[4] = t, e[5] = i, e[6] = a) : a = e[6];
356
+ let s;
357
+ return e[7] !== o || e[8] !== a ? (s = /* @__PURE__ */ l("div", { ref: o, style: n, children: a }), e[7] = o, e[8] = a, e[9] = s) : s = e[9], s;
358
+ });
359
+ Ue.displayName = "GZFormItem";
360
+ const Ye = c((r, o) => {
361
+ const e = d.c(6);
362
+ let t;
363
+ e[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (t = {
364
+ display: "contents"
365
+ }, e[0] = t) : t = e[0];
366
+ let i;
367
+ e[1] !== r ? (i = /* @__PURE__ */ l(B.List, { ...r }), e[1] = r, e[2] = i) : i = e[2];
368
+ let n;
369
+ return e[3] !== o || e[4] !== i ? (n = /* @__PURE__ */ l("div", { ref: o, style: t, children: i }), e[3] = o, e[4] = i, e[5] = n) : n = e[5], n;
370
+ });
371
+ Ye.displayName = "GZFormList";
372
+ const Ke = c((r, o) => {
373
+ const e = d.c(6);
374
+ let t;
375
+ e[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (t = {
376
+ display: "contents"
377
+ }, e[0] = t) : t = e[0];
378
+ let i;
379
+ e[1] !== r ? (i = /* @__PURE__ */ l(B.ErrorList, { ...r }), e[1] = r, e[2] = i) : i = e[2];
380
+ let n;
381
+ return e[3] !== o || e[4] !== i ? (n = /* @__PURE__ */ l("div", { ref: o, style: t, children: i }), e[3] = o, e[4] = i, e[5] = n) : n = e[5], n;
382
+ });
383
+ Ke.displayName = "GZErrorList";
384
+ const Je = c((r, o) => {
385
+ const e = d.c(6);
386
+ let t;
387
+ e[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (t = {
388
+ display: "contents"
389
+ }, e[0] = t) : t = e[0];
390
+ let i;
391
+ e[1] !== r ? (i = /* @__PURE__ */ l(B.Provider, { ...r }), e[1] = r, e[2] = i) : i = e[2];
392
+ let n;
393
+ return e[3] !== o || e[4] !== i ? (n = /* @__PURE__ */ l("div", { ref: o, style: t, children: i }), e[3] = o, e[4] = i, e[5] = n) : n = e[5], n;
394
+ });
395
+ Je.displayName = "GZFormProvider";
396
+ const Po = c((r, o) => {
397
+ const e = d.c(3), t = r;
398
+ let i;
399
+ return e[0] !== o || e[1] !== t ? (i = /* @__PURE__ */ l(B, { ref: o, ...t }), e[0] = o, e[1] = t, e[2] = i) : i = e[2], i;
400
+ }), h = Po;
401
+ h.Item = Ue;
402
+ h.List = Ye;
403
+ h.ErrorList = Ke;
404
+ h.Provider = Je;
405
+ h.useForm = B.useForm;
406
+ h.useFormInstance = B.useFormInstance;
407
+ h.useWatch = B.useWatch;
408
+ h.displayName = "GZForm";
409
+ var z = {}, Z = { exports: {} }, ae;
410
+ function te() {
411
+ return ae || (ae = 1, (function(r) {
412
+ function o(e) {
413
+ return e && e.__esModule ? e : {
414
+ default: e
415
+ };
416
+ }
417
+ r.exports = o, r.exports.__esModule = !0, r.exports.default = r.exports;
418
+ })(Z)), Z.exports;
419
+ }
420
+ var I = {}, le;
421
+ function Ho() {
422
+ if (le) return I;
423
+ le = 1, Object.defineProperty(I, "__esModule", {
424
+ value: !0
425
+ }), I.default = void 0;
426
+ const r = {
427
+ // Options
428
+ items_per_page: "条/页",
429
+ jump_to: "跳至",
430
+ jump_to_confirm: "确定",
431
+ page: "页",
432
+ // Pagination
433
+ prev_page: "上一页",
434
+ next_page: "下一页",
435
+ prev_5: "向前 5 页",
436
+ next_5: "向后 5 页",
437
+ prev_3: "向前 3 页",
438
+ next_3: "向后 3 页",
439
+ page_size: "页码"
440
+ };
441
+ return I.default = r, I;
442
+ }
443
+ var D = {}, P = {}, H = {}, M = {}, de;
444
+ function Mo() {
445
+ return de || (de = 1, Object.defineProperty(M, "__esModule", {
446
+ value: !0
447
+ }), M.commonLocale = void 0, M.commonLocale = {
448
+ yearFormat: "YYYY",
449
+ dayFormat: "D",
450
+ cellMeridiemFormat: "A",
451
+ monthBeforeYear: !0
452
+ }), M;
453
+ }
454
+ var ce;
455
+ function Eo() {
456
+ if (ce) return H;
457
+ ce = 1, Object.defineProperty(H, "__esModule", {
458
+ value: !0
459
+ }), H.default = void 0;
460
+ var r = Mo();
461
+ function o(g) {
462
+ "@babel/helpers - typeof";
463
+ return o = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(F) {
464
+ return typeof F;
465
+ } : function(F) {
466
+ return F && typeof Symbol == "function" && F.constructor === Symbol && F !== Symbol.prototype ? "symbol" : typeof F;
467
+ }, o(g);
468
+ }
469
+ function e(g, F) {
470
+ var u = Object.keys(g);
471
+ if (Object.getOwnPropertySymbols) {
472
+ var m = Object.getOwnPropertySymbols(g);
473
+ F && (m = m.filter(function(S) {
474
+ return Object.getOwnPropertyDescriptor(g, S).enumerable;
475
+ })), u.push.apply(u, m);
476
+ }
477
+ return u;
478
+ }
479
+ function t(g) {
480
+ for (var F = 1; F < arguments.length; F++) {
481
+ var u = arguments[F] != null ? arguments[F] : {};
482
+ F % 2 ? e(Object(u), !0).forEach(function(m) {
483
+ i(g, m, u[m]);
484
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(g, Object.getOwnPropertyDescriptors(u)) : e(Object(u)).forEach(function(m) {
485
+ Object.defineProperty(g, m, Object.getOwnPropertyDescriptor(u, m));
486
+ });
487
+ }
488
+ return g;
489
+ }
490
+ function i(g, F, u) {
491
+ return F = n(F), F in g ? Object.defineProperty(g, F, { value: u, enumerable: !0, configurable: !0, writable: !0 }) : g[F] = u, g;
492
+ }
493
+ function n(g) {
494
+ var F = a(g, "string");
495
+ return o(F) == "symbol" ? F : String(F);
496
+ }
497
+ function a(g, F) {
498
+ if (o(g) != "object" || !g) return g;
499
+ var u = g[Symbol.toPrimitive];
500
+ if (u !== void 0) {
501
+ var m = u.call(g, F);
502
+ if (o(m) != "object") return m;
503
+ throw new TypeError("@@toPrimitive must return a primitive value.");
504
+ }
505
+ return (F === "string" ? String : Number)(g);
506
+ }
507
+ var s = t(t({}, r.commonLocale), {}, {
508
+ locale: "zh_CN",
509
+ today: "今天",
510
+ now: "此刻",
511
+ backToToday: "返回今天",
512
+ ok: "确定",
513
+ timeSelect: "选择时间",
514
+ dateSelect: "选择日期",
515
+ weekSelect: "选择周",
516
+ clear: "清除",
517
+ week: "周",
518
+ month: "月",
519
+ year: "年",
520
+ previousMonth: "上个月 (翻页上键)",
521
+ nextMonth: "下个月 (翻页下键)",
522
+ monthSelect: "选择月份",
523
+ yearSelect: "选择年份",
524
+ decadeSelect: "选择年代",
525
+ previousYear: "上一年 (Control键加左方向键)",
526
+ nextYear: "下一年 (Control键加右方向键)",
527
+ previousDecade: "上一年代",
528
+ nextDecade: "下一年代",
529
+ previousCentury: "上一世纪",
530
+ nextCentury: "下一世纪",
531
+ yearFormat: "YYYY年",
532
+ cellDateFormat: "D",
533
+ monthBeforeYear: !1
534
+ });
535
+ return H.default = s, H;
536
+ }
537
+ var E = {}, ge;
538
+ function et() {
539
+ if (ge) return E;
540
+ ge = 1, Object.defineProperty(E, "__esModule", {
541
+ value: !0
542
+ }), E.default = void 0;
543
+ const r = {
544
+ placeholder: "请选择时间",
545
+ rangePlaceholder: ["开始时间", "结束时间"]
546
+ };
547
+ return E.default = r, E;
548
+ }
549
+ var Fe;
550
+ function tt() {
551
+ if (Fe) return P;
552
+ Fe = 1;
553
+ var r = te().default;
554
+ Object.defineProperty(P, "__esModule", {
555
+ value: !0
556
+ }), P.default = void 0;
557
+ var o = r(Eo()), e = r(/* @__PURE__ */ et());
558
+ const t = {
559
+ lang: {
560
+ placeholder: "请选择日期",
561
+ yearPlaceholder: "请选择年份",
562
+ quarterPlaceholder: "请选择季度",
563
+ monthPlaceholder: "请选择月份",
564
+ weekPlaceholder: "请选择周",
565
+ rangePlaceholder: ["开始日期", "结束日期"],
566
+ rangeYearPlaceholder: ["开始年份", "结束年份"],
567
+ rangeMonthPlaceholder: ["开始月份", "结束月份"],
568
+ rangeQuarterPlaceholder: ["开始季度", "结束季度"],
569
+ rangeWeekPlaceholder: ["开始周", "结束周"],
570
+ ...o.default
571
+ },
572
+ timePickerLocale: {
573
+ ...e.default
574
+ }
575
+ };
576
+ return t.lang.ok = "确定", P.default = t, P;
577
+ }
578
+ var se;
579
+ function xo() {
580
+ if (se) return D;
581
+ se = 1;
582
+ var r = te().default;
583
+ Object.defineProperty(D, "__esModule", {
584
+ value: !0
585
+ }), D.default = void 0;
586
+ var o = r(/* @__PURE__ */ tt());
587
+ return D.default = o.default, D;
588
+ }
589
+ var ue;
590
+ function yo() {
591
+ if (ue) return z;
592
+ ue = 1;
593
+ var r = te().default;
594
+ Object.defineProperty(z, "__esModule", {
595
+ value: !0
596
+ }), z.default = void 0;
597
+ var o = r(Ho()), e = r(/* @__PURE__ */ xo()), t = r(/* @__PURE__ */ tt()), i = r(/* @__PURE__ */ et());
598
+ const n = "${label}不是一个有效的${type}", a = {
599
+ locale: "zh-cn",
600
+ Pagination: o.default,
601
+ DatePicker: t.default,
602
+ TimePicker: i.default,
603
+ Calendar: e.default,
604
+ // locales for all components
605
+ global: {
606
+ placeholder: "请选择",
607
+ close: "关闭",
608
+ sortable: "可排序"
609
+ },
610
+ Table: {
611
+ filterTitle: "筛选",
612
+ filterConfirm: "确定",
613
+ filterReset: "重置",
614
+ filterEmptyText: "无筛选项",
615
+ filterCheckAll: "全选",
616
+ filterSearchPlaceholder: "在筛选项中搜索",
617
+ emptyText: "暂无数据",
618
+ selectAll: "全选当页",
619
+ selectInvert: "反选当页",
620
+ selectNone: "清空所有",
621
+ selectionAll: "全选所有",
622
+ sortTitle: "排序",
623
+ expand: "展开行",
624
+ collapse: "关闭行",
625
+ triggerDesc: "点击降序",
626
+ triggerAsc: "点击升序",
627
+ cancelSort: "取消排序"
628
+ },
629
+ Modal: {
630
+ okText: "确定",
631
+ cancelText: "取消",
632
+ justOkText: "知道了"
633
+ },
634
+ Tour: {
635
+ Next: "下一步",
636
+ Previous: "上一步",
637
+ Finish: "结束导览"
638
+ },
639
+ Popconfirm: {
640
+ cancelText: "取消",
641
+ okText: "确定"
642
+ },
643
+ Transfer: {
644
+ titles: ["", ""],
645
+ searchPlaceholder: "请输入搜索内容",
646
+ itemUnit: "项",
647
+ itemsUnit: "项",
648
+ remove: "删除",
649
+ selectCurrent: "全选当页",
650
+ removeCurrent: "删除当页",
651
+ selectAll: "全选所有",
652
+ deselectAll: "取消全选",
653
+ removeAll: "删除全部",
654
+ selectInvert: "反选当页"
655
+ },
656
+ Upload: {
657
+ uploading: "文件上传中",
658
+ removeFile: "删除文件",
659
+ uploadError: "上传错误",
660
+ previewFile: "预览文件",
661
+ downloadFile: "下载文件"
662
+ },
663
+ Empty: {
664
+ description: "暂无数据"
665
+ },
666
+ Icon: {
667
+ icon: "图标"
668
+ },
669
+ Text: {
670
+ edit: "编辑",
671
+ copy: "复制",
672
+ copied: "复制成功",
673
+ expand: "展开",
674
+ collapse: "收起"
675
+ },
676
+ Form: {
677
+ optional: "(可选)",
678
+ defaultValidateMessages: {
679
+ default: "字段验证错误${label}",
680
+ required: "请输入${label}",
681
+ enum: "${label}必须是其中一个[${enum}]",
682
+ whitespace: "${label}不能为空字符",
683
+ date: {
684
+ format: "${label}日期格式无效",
685
+ parse: "${label}不能转换为日期",
686
+ invalid: "${label}是一个无效日期"
687
+ },
688
+ types: {
689
+ string: n,
690
+ method: n,
691
+ array: n,
692
+ object: n,
693
+ number: n,
694
+ date: n,
695
+ boolean: n,
696
+ integer: n,
697
+ float: n,
698
+ regexp: n,
699
+ email: n,
700
+ url: n,
701
+ hex: n
702
+ },
703
+ string: {
704
+ len: "${label}须为${len}个字符",
705
+ min: "${label}最少${min}个字符",
706
+ max: "${label}最多${max}个字符",
707
+ range: "${label}须在${min}-${max}字符之间"
708
+ },
709
+ number: {
710
+ len: "${label}必须等于${len}",
711
+ min: "${label}最小值为${min}",
712
+ max: "${label}最大值为${max}",
713
+ range: "${label}须在${min}-${max}之间"
714
+ },
715
+ array: {
716
+ len: "须为${len}个${label}",
717
+ min: "最少${min}个${label}",
718
+ max: "最多${max}个${label}",
719
+ range: "${label}数量须在${min}-${max}之间"
720
+ },
721
+ pattern: {
722
+ mismatch: "${label}与模式不匹配${pattern}"
723
+ }
724
+ }
725
+ },
726
+ QRCode: {
727
+ expired: "二维码过期",
728
+ refresh: "点击刷新",
729
+ scanned: "已扫描"
730
+ },
731
+ ColorPicker: {
732
+ presetEmpty: "暂无",
733
+ transparent: "无色",
734
+ singleColor: "单色",
735
+ gradientColor: "渐变色"
736
+ }
737
+ };
738
+ return z.default = a, z;
739
+ }
740
+ var X, me;
741
+ function fo() {
742
+ return me || (me = 1, X = /* @__PURE__ */ yo()), X;
743
+ }
744
+ var Ao = /* @__PURE__ */ fo();
745
+ const ko = /* @__PURE__ */ Ee(Ao), To = {
746
+ token: {
747
+ 0: 0,
748
+ 1: 2,
749
+ 2: 4,
750
+ 3: 6,
751
+ 4: 8,
752
+ 5: 10,
753
+ 6: 12,
754
+ 7: 16,
755
+ 8: 20,
756
+ 9: 25,
757
+ 10: 30,
758
+ 11: 35,
759
+ 12: 40,
760
+ 13: 45,
761
+ 14: 50,
762
+ 15: 55,
763
+ 16: 60,
764
+ 17: 65,
765
+ 18: 70,
766
+ 19: 75,
767
+ 20: 80,
768
+ 21: 85,
769
+ 22: 90,
770
+ 23: 95,
771
+ red1: "#FFF1F0",
772
+ red2: "#FFCCC7",
773
+ red3: "#FFA39E",
774
+ red4: "#FF7875",
775
+ red5: "#FF4D4F",
776
+ red6: "#F5222D",
777
+ red7: "#CF1322",
778
+ red8: "#A8071A",
779
+ red9: "#820014",
780
+ red10: "#5C0011",
781
+ volcano1: "#FFF2E8",
782
+ volcano2: "#FFD8BF",
783
+ volcano3: "#FFBB96",
784
+ volcano4: "#FF9C6E",
785
+ volcano5: "#FF7A45",
786
+ volcano6: "#FA541C",
787
+ volcano7: "#D4380D",
788
+ volcano8: "#AD2102",
789
+ volcano9: "#871400",
790
+ volcano10: "#610B00",
791
+ orange1: "#FFF7E6",
792
+ orange2: "#FFE7BA",
793
+ orange3: "#FFD591",
794
+ orange4: "#FFC069",
795
+ orange5: "#FFA940",
796
+ orange6: "#FA8C16",
797
+ orange7: "#D46B08",
798
+ orange8: "#AD4E00",
799
+ orange9: "#873800",
800
+ orange10: "#612500",
801
+ gold1: "#FFFBE6",
802
+ gold2: "#FFF1B8",
803
+ gold3: "#FFE58F",
804
+ gold4: "#FFD666",
805
+ gold5: "#FFC53D",
806
+ gold6: "#FAAD14",
807
+ gold7: "#D48806",
808
+ gold8: "#AD6800",
809
+ gold9: "#874D00",
810
+ gold10: "#613400",
811
+ yellow1: "#FEFFE6",
812
+ yellow2: "#FFFFB8",
813
+ yellow3: "#FFFB8F",
814
+ yellow4: "#FFF566",
815
+ yellow5: "#FFEC3D",
816
+ yellow6: "#FADB14",
817
+ yellow7: "#D4B106",
818
+ yellow8: "#AD8B00",
819
+ yellow9: "#876800",
820
+ yellow10: "#614700",
821
+ lime1: "#FCFFE6",
822
+ lime2: "#F4FFB8",
823
+ lime3: "#EAFF8F",
824
+ lime4: "#D3F261",
825
+ lime5: "#BAE637",
826
+ lime6: "#A0D911",
827
+ lime7: "#7CB305",
828
+ lime8: "#5B8C00",
829
+ lime9: "#3F6600",
830
+ lime10: "#254000",
831
+ green1: "#F6FFED",
832
+ green2: "#D9F7BE",
833
+ green3: "#B7EB8F",
834
+ green4: "#95DE64",
835
+ green5: "#73D13D",
836
+ green6: "#52C41A",
837
+ green7: "#389E0D",
838
+ green8: "#237804",
839
+ green9: "#135200",
840
+ green10: "#092B00",
841
+ cyan1: "#E6FFFB",
842
+ cyan2: "#B5F5EC",
843
+ cyan3: "#87E8DE",
844
+ cyan4: "#5CDBD3",
845
+ cyan5: "#36CFC9",
846
+ cyan6: "#13C2C2",
847
+ cyan7: "#08979C",
848
+ cyan8: "#006D75",
849
+ cyan9: "#00474F",
850
+ cyan10: "#002329",
851
+ "guozhi blue1": "#DBE9FE",
852
+ "guozhi blue2": "#BFDBFE",
853
+ "guozhi blue3": "#92C5FD",
854
+ "guozhi blue4": "#4D93F8",
855
+ "guozhi blue5": "#3272F1",
856
+ "guozhi blue6": "#245EE6",
857
+ "guozhi blue7": "#1C4ED8",
858
+ "guozhi blue8": "#1D43B8",
859
+ "guozhi blue9": "#1E3C99",
860
+ "guozhi blue10": "#172554",
861
+ "galaxy blue1": "#E9EFFD",
862
+ "galaxy blue2": "#C8D9FA",
863
+ "galaxy blue3": "#A8C1F8",
864
+ "galaxy blue4": "#92B1F5",
865
+ "galaxy blue5": "#6C99F8",
866
+ "galaxy blue6": "#5182EE",
867
+ "galaxy blue7": "#3B73ED",
868
+ "galaxy blue8": "#1B56D5",
869
+ "galaxy blue9": "#113FA1",
870
+ "galaxy blue10": "#0F2C6B",
871
+ purple1: "#F9F0FF",
872
+ purple2: "#EFDBFF",
873
+ purple3: "#D3ADF7",
874
+ purple4: "#B37FEB",
875
+ purple5: "#9254DE",
876
+ purple6: "#722ED1",
877
+ purple7: "#531DAB",
878
+ purple8: "#391085",
879
+ purple9: "#22075E",
880
+ purple10: "#120338",
881
+ magenta1: "#FFF0F6",
882
+ magenta2: "#FFD6E7",
883
+ magenta3: "#FFADD2",
884
+ magenta4: "#FF85C0",
885
+ magenta5: "#F759AB",
886
+ magenta6: "#EB2F96",
887
+ magenta7: "#C41D7F",
888
+ magenta8: "#9E1068",
889
+ magenta9: "#780650",
890
+ magenta10: "#520339",
891
+ gray1: "#FFFFFF",
892
+ gray2: "#FAFAFA",
893
+ gray3: "#F5F5F5",
894
+ gray4: "#F0F0F0",
895
+ gray5: "#D9D9D9",
896
+ gray6: "#BFBFBF",
897
+ gray7: "#8C8C8C",
898
+ gray8: "#595959",
899
+ gray9: "#434343",
900
+ gray10: "#262626",
901
+ colorPrimary: "#245EE6",
902
+ colorSuccess: "#52C41A",
903
+ colorWarning: "#FAAD14",
904
+ colorError: "#FF4D4F",
905
+ colorInfo: "#3496FF",
906
+ colorTextBase: "#000000",
907
+ colorBgBase: "#FFFFFF",
908
+ sizeUnit: 4,
909
+ sizeStep: 4,
910
+ sizePopupArrow: 16,
911
+ controlHeight: 32,
912
+ opacityImage: 100,
913
+ fontFamily: "SF Pro",
914
+ "fontFamily-cn": "Source Han Sans CN",
915
+ fontFamilyCode: "SFMono-Regular",
916
+ fontSize: 14,
917
+ lineWidth: 1,
918
+ borderRadius: 4,
919
+ zIndexPopupBase: 1e3,
920
+ lineType: "solid",
921
+ motion: 1,
922
+ motionBase: 0,
923
+ motionEaseInBack: "cubic-bezier(0.71, -0.46, 0.88, 0.6)",
924
+ motionEaseInOut: "cubic-bezier(0.645, 0.045, 0.355, 1)",
925
+ motionEaseInOutCirc: "cubic-bezier(0.78, 0.14, 0.15, 0.86)",
926
+ motionEaseInQuint: "cubic-bezier(0.755, 0.05, 0.855, 0.06)",
927
+ motionEaseOut: "cubic-bezier(0.215, 0.61, 0.355, 1)",
928
+ motionEaseOutBack: "cubic-bezier(0.12, 0.4, 0.29, 1.46)",
929
+ motionEaseOutCirc: "cubic-bezier(0.08, 0.82, 0.17, 1)",
930
+ motionEaseOutQuint: "cubic-bezier(0.23, 1, 0.32, 1)",
931
+ motionUnit: 0.10000000149011612,
932
+ wireframe: !1,
933
+ colorPrimaryBg: "#DBE9FE",
934
+ colorPrimaryBgHover: "#BFDBFE",
935
+ colorPrimaryBorder: "#92C5FD",
936
+ colorPrimaryBorderHover: "#4D93F8",
937
+ colorPrimaryHover: "#3272F1",
938
+ colorPrimaryBase: "#245EE6",
939
+ colorPrimaryActive: "#1C4ED8",
940
+ colorPrimaryTextHover: "#4D93F8",
941
+ colorPrimaryText: "#3272F1",
942
+ colorPrimaryTextActive: "#245EE6",
943
+ colorSuccessBg: "#F6FFED",
944
+ colorSuccessBgHover: "#D9F7BE",
945
+ colorSuccessBorder: "#B7EB8F",
946
+ colorSuccessBorderHover: "#95DE64",
947
+ colorSuccessHover: "#95DE64",
948
+ colorSuccessBase: "#52C41A",
949
+ colorSuccessActive: "#389E0D",
950
+ colorSuccessTextHover: "#73D13D",
951
+ colorSuccessText: "#52C41A",
952
+ colorSuccessTextActive: "#389E0D",
953
+ colorWarningBg: "#FFFBE6",
954
+ colorWarningBgHover: "#FFF1B8",
955
+ colorWarningBorder: "#FFE58F",
956
+ colorWarningBorderHover: "#FFD666",
957
+ colorWarningHover: "#FFD666",
958
+ colorWarningBase: "#FAAD14",
959
+ colorWarningActive: "#D48806",
960
+ colorWarningTextHover: "#FFC53D",
961
+ colorWarningText: "#FAAD14",
962
+ colorWarningTextActive: "#D48806",
963
+ colorErrorBg: "#FFF2F0",
964
+ colorErrorBgHover: "#FFF1F0",
965
+ colorErrorBorder: "#FFCCC7",
966
+ colorErrorBorderHover: "#FFA39E",
967
+ colorErrorHover: "#FF7875",
968
+ colorErrorBase: "#FF4D4F",
969
+ colorErrorActive: "#D9363E",
970
+ colorErrorTextHover: "#FF7875",
971
+ colorErrorText: "#FF4D4F",
972
+ colorErrorTextActive: "#D9363E",
973
+ colorInfoBg: "#F0FAFF",
974
+ colorInfoBgHover: "#D6EFFF",
975
+ colorInfoBorder: "#ADDDFF",
976
+ colorInfoBorderHover: "#85C8FF",
977
+ colorInfoHover: "#85C8FF",
978
+ colorInfoBase: "#3496FF",
979
+ colorInfoActive: "#2173D9",
980
+ colorInfoTextHover: "#5CB0FF",
981
+ colorInfoText: "#3496FF",
982
+ colorInfoTextActive: "#2173D9",
983
+ colorText: "rgba(0, 0, 0, 0.88)",
984
+ colorTextSecondary: "rgba(0, 0, 0, 0.65)",
985
+ colorTextTertiary: "rgba(0, 0, 0, 0.45)",
986
+ colorTextQuaternary: "rgba(0, 0, 0, 0.25)",
987
+ colorBorder: "#D9D9D9",
988
+ colorBorderSecondary: "#F0F0F0",
989
+ colorFill: "rgba(0, 0, 0, 0.15)",
990
+ colorFillSecondary: "rgba(0, 0, 0, 0.06)",
991
+ colorFillTertiary: "rgba(0, 0, 0, 0.04)",
992
+ colorFillQuaternary: "rgba(0, 0, 0, 0.02)",
993
+ colorBgLayout: "#F5F5F5",
994
+ colorBgContainer: "#FFFFFF",
995
+ colorBgElevated: "#FFFFFF",
996
+ colorBgSpotlight: "rgba(0, 0, 0, 0.85)",
997
+ colorBgMask: "rgba(0, 0, 0, 0.45)",
998
+ sizeXXL: 48,
999
+ sizeXL: 32,
1000
+ sizeLG: 24,
1001
+ sizeMD: 20,
1002
+ sizeMS: 16,
1003
+ size: 16,
1004
+ sizeSM: 12,
1005
+ sizeXS: 8,
1006
+ sizeXXS: 4,
1007
+ controlHeightLG: 40,
1008
+ controlHeightSM: 24,
1009
+ controlHeightXS: 16,
1010
+ borderRadiusXS: 2,
1011
+ borderRadiusSM: 4,
1012
+ borderRadiusLG: 8,
1013
+ borderRadiusXL: 12,
1014
+ borderRadiusXXL: 16,
1015
+ borderRadiusOuter: 4,
1016
+ colorWhite: "#FFFFFF",
1017
+ colorBlack: "#000000",
1018
+ fontSizeXL: 20,
1019
+ fontSizeLG: 16,
1020
+ fontSizeSM: 12,
1021
+ fontSizeXS: 11,
1022
+ fontSizeXXS: 10,
1023
+ fontSizeHeading1: 38,
1024
+ fontSizeHeading2: 30,
1025
+ fontSizeHeading3: 24,
1026
+ fontSizeHeading4: 20,
1027
+ fontSizeHeading5: 16,
1028
+ lineHeight: 1.5709999799728394,
1029
+ lineHeightLG: 1.5,
1030
+ lineHeightSM: 1.6666666269302368,
1031
+ lineHeightHeading1: 1.2109999656677246,
1032
+ lineHeightHeading2: 1.2669999599456787,
1033
+ lineHeightHeading3: 1.3329999446868896,
1034
+ lineHeightHeading4: 1.399999976158142,
1035
+ lineHeightHeading5: 1.5,
1036
+ lineWidthBold: 2,
1037
+ borderRadiusFull: 9999,
1038
+ colorFillContrast: "rgba(0, 0, 0, 0.3)",
1039
+ colorBgBlur: "rgba(255, 255, 255, 0)",
1040
+ transparent: "rgba(0, 0, 0, 0)",
1041
+ colorBgSolid: "#000000",
1042
+ colorBgSolidHover: "rgba(0, 0, 0, 0.75)",
1043
+ colorBgSolidActive: "rgba(0, 0, 0, 0.95)",
1044
+ colorErrorBgFilledHover: "#FFDFDC",
1045
+ colorErrorBgActive: "#FFCCC7",
1046
+ colorLink: "#3272F1",
1047
+ colorSplit: "#EEEFF1",
1048
+ fontSizeIcon: 12,
1049
+ controlInteractiveSize: 16,
1050
+ paddingXL: 32,
1051
+ paddingLG: 24,
1052
+ paddingMD: 20,
1053
+ padding: 16,
1054
+ paddingSM: 12,
1055
+ paddingXS: 8,
1056
+ paddingXXS: 4,
1057
+ marginXXL: 48,
1058
+ marginXL: 32,
1059
+ marginLG: 24,
1060
+ marginMD: 20,
1061
+ margin: 16,
1062
+ marginSM: 12,
1063
+ marginXS: 8,
1064
+ marginXXS: 4,
1065
+ controlPaddingHorizontal: 12,
1066
+ controlPaddingHorizontalSM: 8,
1067
+ paddingContentHorizontalLG: 24,
1068
+ paddingContentVerticalLG: 16,
1069
+ paddingContentHorizontal: 16,
1070
+ paddingContentVertical: 12,
1071
+ paddingContentHorizontalSM: 16,
1072
+ paddingContentVerticalSM: 8,
1073
+ colorLinkHover: "#4D93F8",
1074
+ colorLinkActive: "#1C4ED8",
1075
+ colorFillContent: "rgba(0, 0, 0, 0.06)",
1076
+ colorFillContentHover: "rgba(0, 0, 0, 0.15)",
1077
+ colorFillAlter: "rgba(0, 0, 0, 0.02)",
1078
+ colorBgContainerDisabled: "rgba(0, 0, 0, 0.04)",
1079
+ colorBorderBg: "#FFFFFF",
1080
+ colorTextPlaceholder: "rgba(0, 0, 0, 0.25)",
1081
+ colorTextDisabled: "rgba(0, 0, 0, 0.25)",
1082
+ colorTextHeading: "rgba(0, 0, 0, 0.88)",
1083
+ colorTextLabel: "rgba(0, 0, 0, 0.65)",
1084
+ colorTextDescription: "rgba(0, 0, 0, 0.45)",
1085
+ colorTextLightSolid: "#FFFFFF",
1086
+ colorHighlight: "#FFA39E",
1087
+ colorBgTextHover: "rgba(0, 0, 0, 0.06)",
1088
+ colorBgTextActive: "rgba(0, 0, 0, 0.15)",
1089
+ colorIcon: "rgba(0, 0, 0, 0.45)",
1090
+ colorIconHover: "rgba(0, 0, 0, 0.88)",
1091
+ colorErrorOutline: "rgba(255, 77, 79, 0.1)",
1092
+ colorWarningOutline: "rgba(250, 173, 20, 0.1)",
1093
+ controlItemBgHover: "rgba(0, 0, 0, 0.04)",
1094
+ controlItemBgActive: "#DBE9FE",
1095
+ controlItemBgActiveHover: "#BFDBFE",
1096
+ controlItemBgActiveDisabled: "rgba(0, 0, 0, 0.15)",
1097
+ controlTmpOutline: "rgba(0, 0, 0, 0.02)",
1098
+ controlOutline: "rgba(5, 145, 255, 0.1)",
1099
+ controlOutlineWidth: 2,
1100
+ opacityLoading: 65,
1101
+ screenXS: 320,
1102
+ screenSM: 576,
1103
+ screenMD: 768,
1104
+ screenLG: 992,
1105
+ screenXL: 1200,
1106
+ screenXXL: 1600,
1107
+ screenXSMin: 320,
1108
+ screenXSMax: 575,
1109
+ screenSMMin: 576,
1110
+ screenSMMax: 767,
1111
+ screenMDMin: 768,
1112
+ screenMDMax: 991,
1113
+ screenLGMin: 992,
1114
+ screenLGMax: 1199,
1115
+ screenXLMin: 1200,
1116
+ screenXLMax: 1599,
1117
+ screenXXLMin: 1600,
1118
+ lineWidthFocus: 3,
1119
+ linkDecoration: "none",
1120
+ linkFocusDecoration: "none",
1121
+ linkHoverDecoration: "none",
1122
+ fontWeightStrong: 700,
1123
+ fontWeightNormal: 400,
1124
+ drawerWidth: 378,
1125
+ drawerWidthMD: 520,
1126
+ drawerWidthLG: 736,
1127
+ reqularItalic: "Reqular Italic",
1128
+ semiboldItalic: "Semibold Italic",
1129
+ regularItalic: "Regular Italic",
1130
+ mediumItalic: "Medium Italic",
1131
+ sidebarWidthMD: 256,
1132
+ sidebarWidthSm: 180,
1133
+ sidebarWidthLG: 360,
1134
+ sidebarCollapsedWidth: 48,
1135
+ colorBgSidebar: "#FBFBFB",
1136
+ headerHeight: 44,
1137
+ footerHeight: 34,
1138
+ tooltipVerticalPadding: 6,
1139
+ buttonPaddingHorizontal: 15,
1140
+ buttonPaddingHorizontalSM: 7,
1141
+ buttonIconOnlyFontSize: 16,
1142
+ buttonIconOnlyFontSizeLG: 18,
1143
+ buttonIconOnlyFontSizeSM: 14,
1144
+ borderRadiusRound: 16,
1145
+ borderRadiusRoundSM: 12,
1146
+ borderRadiusRoundLG: 20,
1147
+ buttonRoundPaddingHorizontal: 16,
1148
+ buttonRoundPaddingHorizontalLG: 20,
1149
+ buttonRoundPaddingHorizontalSM: 12,
1150
+ tagPaddingHorizontal: 7,
1151
+ tagIconSize: 10,
1152
+ iconMarginInline: 3,
1153
+ alertPaddingHorizontal: 12,
1154
+ alertIconSizeLG: 24,
1155
+ alertCloseIcon: 12,
1156
+ alertIcon: 14,
1157
+ messageContentHorizontal: 9,
1158
+ messageIcon: 16,
1159
+ switchHeight: 22,
1160
+ switchHeightSM: 16,
1161
+ switchPadding: 2,
1162
+ switchPinSize: 18,
1163
+ switchPinSizeActive: 22,
1164
+ switchPinSizeSM: 12,
1165
+ switchPinSizeSMActive: 14,
1166
+ switchWidth: 44,
1167
+ switchWidthSM: 28,
1168
+ switchInnerMarginMin: 9,
1169
+ switchInnerMarginMinSM: 6,
1170
+ switchLoadingIconColor: "rgba(0, 0, 0, 0.65)",
1171
+ borderRadiusSwitch: 100,
1172
+ borderRadiusMax: 100,
1173
+ borderRadiusSwitchHandle: 9,
1174
+ switchIconSizeSM: 12,
1175
+ switchIconSize: 14,
1176
+ iconSize: 14,
1177
+ codeBg: "rgba(150, 150, 150, 0.1)",
1178
+ codeBorder: "rgba(100, 100, 100, 0.2)",
1179
+ keyboardBg: "rgba(150, 150, 150, 0.06)",
1180
+ keyboardBorder: "rgba(100, 100, 100, 0.2)",
1181
+ codeAndKeyboardHorizontalMargin: 2,
1182
+ codeAndKeyboardHorizontalPadding: 4,
1183
+ codeAndKeyboardTopPadding: 2,
1184
+ codeKeyboardRadius: 3,
1185
+ codeAndKeyboardBottomPadding: 1,
1186
+ badgeShadowColor: "#FFFFFF",
1187
+ badgeShadowSize: 1,
1188
+ badgeHeight: 20,
1189
+ badgeHeightSM: 14,
1190
+ badgeDotSize: 6,
1191
+ badgeStatusSize: 6,
1192
+ borderRadiusBadge: 10,
1193
+ borderRadiusBadgeSM: 7,
1194
+ spinDotSize: 20,
1195
+ spinDotItemSize: 6.75,
1196
+ spinDotItemSizeSM: 4.5,
1197
+ spinDotItemSizeLG: 11.25,
1198
+ spinDotSizeSM: 14,
1199
+ spinDotSizeLG: 32,
1200
+ notificationCloseButtonSize: 22,
1201
+ notificationCloseIconSize: 14,
1202
+ notificationNoticeIconSize: 24,
1203
+ resultIconSize: 72,
1204
+ resultVerticalPadding: 48,
1205
+ resultContentHorizontalPadding: 40,
1206
+ popConfirmIconSize: 14,
1207
+ tourCloseSize: 22,
1208
+ tourCoverVerticalPadding: 46,
1209
+ tourIndicatorSize: 6,
1210
+ tourMaskBg: "rgba(0, 0, 0, 0.5)",
1211
+ avatarFontSizeBase: 18,
1212
+ avatarFontSizeSM: 14,
1213
+ avatarFontSizeLG: 24,
1214
+ emptyImgHeight: 100,
1215
+ emptyImgHeightMD: 40,
1216
+ emptyImgHeightSM: 35,
1217
+ QRCodeMaskBackgroundColor: "rgba(255, 255, 255, 0.96)",
1218
+ QRCodeExpiredTextColor: "rgba(0, 0, 0, 0.88)",
1219
+ carouselDotWidth: 16,
1220
+ carouselDotHeight: 3,
1221
+ carouselDotWidthActive: 24,
1222
+ carouselArrowSize: 20,
1223
+ carouselDotOffset: 12,
1224
+ carouselArrowOffset: 25,
1225
+ modalHeaderHeight: 56,
1226
+ modalCloseBtnSize: 22,
1227
+ modalCloseIconSize: 16,
1228
+ modalConfirmIconSize: 22,
1229
+ modalCloseButtonPosition: 17,
1230
+ drawerCloseIcon: 24,
1231
+ segmentedPaddingHorizontal: 11,
1232
+ segmentedPaddingHorizontalSM: 7,
1233
+ segmentedPadding: 2,
1234
+ segmentedLabelMinHeight: 28,
1235
+ segmentedLabelMinHeightLG: 36,
1236
+ segmentedLabelMinHeightSM: 20,
1237
+ segmentedItemGap: 6,
1238
+ segmentedIcon: 14,
1239
+ segmentedIconLG: 16,
1240
+ radioDotSize: 6,
1241
+ radioDotPadding: 4,
1242
+ radioButtonPaddingInline: 15,
1243
+ radioButtonPaddingInlineSM: 7,
1244
+ radioRadius: 8,
1245
+ radioDotDisabledSize: 8,
1246
+ radioButtonGroupPadding: 1,
1247
+ radioButtonHeight: 30,
1248
+ radioButtonHeightSM: 22,
1249
+ radioButtonHeightLG: 38,
1250
+ borderRadiusRadioButton: 5,
1251
+ borderRadiusRadioButtonSM: 3,
1252
+ borderRadiusRadioButtonLG: 7,
1253
+ checkboxSize: 16,
1254
+ checkboxIndeterminateSize: 8,
1255
+ rateStarSize: 20,
1256
+ timelineItemHeadSize: 10,
1257
+ timelineItemPaddingBottom: 20,
1258
+ itemTailHorizontalPadding: 4,
1259
+ itemTailVerticalPadding: 10,
1260
+ collapseExpandIconHeight: 22,
1261
+ collapseExpandIconHeightLG: 24,
1262
+ collapseExpandIconHeightSM: 20,
1263
+ collapseExpandIconPaddingHorizontalStart: 4,
1264
+ collapseExpandIconPaddingHorizontalStartSM: 4,
1265
+ collapseExpandIconPaddingHorizontalStartLG: 8,
1266
+ selectInputPaddingHorizontalBase: 11,
1267
+ selectInputPaddingHorizontalSM: 7,
1268
+ selectionItemPadding: 18,
1269
+ selectionItemPaddingLG: 20,
1270
+ selectionItemPaddingSM: 18,
1271
+ selectTagItemEnd: 4,
1272
+ selectDropdownItemVertical: 5,
1273
+ selectDropdownItemGroupHorizontal: 24,
1274
+ inputPaddingHorizontal: 11,
1275
+ inputPaddingHorizontalSM: 7,
1276
+ inputPaddingHorizontalLG: 11,
1277
+ inputPaddingVertical: 4,
1278
+ inputPaddingVerticalSM: 0,
1279
+ inputPaddingVerticalLG: 7,
1280
+ radiusNone: 0,
1281
+ inputNumberHandleWidth: 22,
1282
+ skeletonButtonWidth: 64,
1283
+ skeletonInputWidth: 160,
1284
+ skeletonButtonWidthLG: 80,
1285
+ skeletonInputWidthLG: 200,
1286
+ skeletonButtonWidthSM: 48,
1287
+ skeletonInputWidthSM: 120,
1288
+ colorPickerWidth: 234,
1289
+ colorPickerHandlerSize: 16,
1290
+ colorPickerHandlerSizeSM: 12,
1291
+ colorPickerSliderHeight: 8,
1292
+ colorPickerPreviewSize: 28,
1293
+ paddingNone: 0,
1294
+ colorPickerPresetColorSize: 18,
1295
+ paginationItemPaddingInline: 6,
1296
+ floatButtonBodyVerticalPadding: 2,
1297
+ floatButtonBodyHorizontalPadding: 4,
1298
+ floatButtonIconSize: 18,
1299
+ marginNone: 0,
1300
+ tabHorizontalSM: 6,
1301
+ tabVerticalLG: 6,
1302
+ tabCardGap: 2,
1303
+ darkBtnTextHover: "rgba(255, 255, 255, 0.08)",
1304
+ darkBtnFilled: "rgba(255, 255, 255, 0.08)",
1305
+ darkBtnFilledHover: "rgba(255, 255, 255, 0.12)",
1306
+ tooltipVerticalPaddingSM: 2,
1307
+ colorTextLightSolidPrimary: "#FFFFFF",
1308
+ emptyImage: "#DCE0E6",
1309
+ emptyImageLight: "#FFFFFF",
1310
+ emptyImageInnerShadow: "#AEB8C2",
1311
+ emptyImageShadow: "#F5F5F7",
1312
+ "test-will-be-removed-in-the-next-update": "#FF0000"
1313
+ },
1314
+ components: {
1315
+ Button: {
1316
+ borderColorDisabled: "#D9D9D9",
1317
+ contentFontSize: 14,
1318
+ contentFontSizeLG: 14,
1319
+ contentFontSizeSM: 14,
1320
+ contentLineHeight: 1.5709999799728394,
1321
+ contentLineHeightLG: 1.5,
1322
+ contentLineHeightSM: 1.6666666269302368,
1323
+ dangerColor: "#FFFFFF",
1324
+ dangerShadow: "0 2px 0 rgba(255,38,5,0.06)",
1325
+ defaultActiveBg: "#FFFFFF",
1326
+ defaultActiveBorderColor: "#1C4ED8",
1327
+ defaultActiveColor: "#1C4ED8",
1328
+ defaultBg: "#FFFFFF",
1329
+ defaultBorderColor: "#D9D9D9",
1330
+ defaultColor: "rgba(0, 0, 0, 0.88)",
1331
+ defaultGhostBorderColor: "#FFFFFF",
1332
+ defaultGhostColor: "#FFFFFF",
1333
+ defaultHoverBg: "#FFFFFF",
1334
+ defaultHoverBorderColor: "#3272F1",
1335
+ defaultHoverColor: "#3272F1",
1336
+ defaultShadow: "0 2px 0 rgba(0,0,0,0.02)",
1337
+ fontWeight: 400,
1338
+ ghostBg: "rgba(255, 255, 255, 0)",
1339
+ groupBorderColor: "#3272F1",
1340
+ iconGap: 8,
1341
+ linkHoverBg: "rgba(255, 255, 255, 0)",
1342
+ onlyIconSize: 14,
1343
+ onlyIconSizeLG: 16,
1344
+ onlyIconSizeSM: 12,
1345
+ paddingBlock: 4,
1346
+ paddingBlockLG: 7,
1347
+ paddingBlockSM: 0,
1348
+ paddingInline: 15,
1349
+ paddingInlineLG: 15,
1350
+ paddingInlineSM: 7,
1351
+ primaryColor: "#FFFFFF",
1352
+ primaryShadow: "0 2px 0 rgba(5,145,255,0.1)",
1353
+ solidTextColor: "#FFFFFF",
1354
+ textHoverBg: "rgba(0, 0, 0, 0.04)",
1355
+ textTextActiveColor: "rgba(0, 0, 0, 0.88)",
1356
+ textTextColor: "rgba(0, 0, 0, 0.88)",
1357
+ textTextHoverColor: "rgba(0, 0, 0, 0.88)",
1358
+ dashedBgDisabled: "rgba(0, 0, 0, 0.04)",
1359
+ defaultBgDisabled: "rgba(0, 0, 0, 0.04)"
1360
+ },
1361
+ Typography: {
1362
+ titleMarginBottom: 0,
1363
+ titleMarginTop: 0
1364
+ },
1365
+ Divider: {
1366
+ orientationMargin: 0.05000000074505806,
1367
+ textPaddingInline: 14,
1368
+ verticalMarginInline: 8
1369
+ },
1370
+ Layout: {
1371
+ bodyBg: "#F5F5F5",
1372
+ footerBg: "#F5F5F5",
1373
+ footerPadding: "24px 50px",
1374
+ headerBg: "#001529",
1375
+ headerColor: "rgba(0, 0, 0, 0.88)",
1376
+ headerHeight: 64,
1377
+ headerPadding: "0 50px",
1378
+ lightSiderBg: "#FFFFFF",
1379
+ lightTriggerBg: "#FFFFFF",
1380
+ lightTriggerColor: "rgba(0, 0, 0, 0.88)",
1381
+ siderBg: "#001529",
1382
+ triggerBg: "#002140",
1383
+ triggerColor: "#FFFFFF",
1384
+ triggerHeight: 48,
1385
+ zeroTriggerHeight: 40,
1386
+ zeroTriggerWidth: 40
1387
+ },
1388
+ Splitter: {
1389
+ splitBarDraggableSize: 20,
1390
+ splitBarSize: 2,
1391
+ splitTriggerSize: 6
1392
+ },
1393
+ Anchor: {
1394
+ linkPaddingBlock: 4,
1395
+ linkPaddingInlineStart: 16
1396
+ },
1397
+ Breadcrumb: {
1398
+ iconFontSize: 14,
1399
+ itemColor: "rgba(0, 0, 0, 0.45)",
1400
+ lastItemColor: "rgba(0, 0, 0, 0.88)",
1401
+ linkColor: "rgba(0, 0, 0, 0.45)",
1402
+ linkHoverColor: "rgba(0, 0, 0, 0.88)",
1403
+ separatorColor: "rgba(0, 0, 0, 0.45)",
1404
+ separatorMargin: 8
1405
+ },
1406
+ Dropdown: {
1407
+ paddingBlock: 5,
1408
+ zIndexPopup: 1050
1409
+ },
1410
+ Menu: {
1411
+ activeBarBorderWidth: 1,
1412
+ activeBarHeight: 2,
1413
+ activeBarWidth: 0,
1414
+ collapsedIconSize: 16,
1415
+ collapsedWidth: 80,
1416
+ dangerItemActiveBg: "#FFF2F0",
1417
+ dangerItemColor: "#FF4D4F",
1418
+ dangerItemHoverColor: "#FF4D4F",
1419
+ dangerItemSelectedBg: "#FFF2F0",
1420
+ dangerItemSelectedColor: "#FF4D4F",
1421
+ darkDangerItemActiveBg: "#FF4D4F",
1422
+ darkDangerItemColor: "#FF4D4F",
1423
+ darkDangerItemHoverColor: "#FF7875",
1424
+ darkDangerItemSelectedBg: "#FF4D4F",
1425
+ darkDangerItemSelectedColor: "#FFFFFF",
1426
+ darkGroupTitleColor: "rgba(255, 255, 255, 0.65)",
1427
+ darkItemBg: "#001529",
1428
+ darkItemColor: "rgba(255, 255, 255, 0.65)",
1429
+ darkItemDisabledColor: "rgba(255, 255, 255, 0.25)",
1430
+ darkItemHoverBg: "rgba(255, 255, 255, 0)",
1431
+ darkItemHoverColor: "#FFFFFF",
1432
+ darkItemSelectedBg: "#245EE6",
1433
+ darkItemSelectedColor: "#FFFFFF",
1434
+ darkPopupBg: "#001529",
1435
+ darkSubMenuItemBg: "#000C17",
1436
+ dropdownWidth: 160,
1437
+ groupTitleColor: "rgba(0, 0, 0, 0.45)",
1438
+ groupTitleFontSize: 14,
1439
+ groupTitleLineHeight: 1.5714285373687744,
1440
+ horizontalItemBorderRadius: 0,
1441
+ horizontalItemHoverBg: "rgba(255, 255, 255, 0)",
1442
+ horizontalItemHoverColor: "#245EE6",
1443
+ horizontalItemSelectedBg: "rgba(255, 255, 255, 0)",
1444
+ horizontalItemSelectedColor: "#245EE6",
1445
+ horizontalLineHeight: 46,
1446
+ iconMarginInlineEnd: 10,
1447
+ iconSize: 14,
1448
+ itemActiveBg: "#DBE9FE",
1449
+ itemBg: "#FFFFFF",
1450
+ itemBorderRadius: 8,
1451
+ itemColor: "rgba(0, 0, 0, 0.88)",
1452
+ itemDisabledColor: "rgba(0, 0, 0, 0.25)",
1453
+ itemHeight: 40,
1454
+ itemHoverBg: "rgba(0, 0, 0, 0.06)",
1455
+ itemHoverColor: "rgba(0, 0, 0, 0.88)",
1456
+ itemMarginBlock: 4,
1457
+ itemMarginInline: 4,
1458
+ itemPaddingInline: 16,
1459
+ itemSelectedBg: "#DBE9FE",
1460
+ itemSelectedColor: "#245EE6",
1461
+ popupBg: "#FFFFFF",
1462
+ subMenuItemBg: "rgba(0, 0, 0, 0.02)",
1463
+ subMenuItemBorderRadius: 4,
1464
+ subMenuItemSelectedColor: "#245EE6",
1465
+ zIndexPopup: 1050
1466
+ },
1467
+ Pagination: {
1468
+ itemActiveBg: "#FFFFFF",
1469
+ itemActiveBgDisabled: "rgba(0, 0, 0, 0.15)",
1470
+ itemActiveColor: "#245EE6",
1471
+ itemActiveColorDisabled: "rgba(0, 0, 0, 0.25)",
1472
+ itemActiveColorHover: "#3272F1",
1473
+ itemBg: "#FFFFFF",
1474
+ itemInputBg: "#FFFFFF",
1475
+ itemLinkBg: "#FFFFFF",
1476
+ itemSize: 32,
1477
+ itemSizeSM: 24,
1478
+ miniOptionsSizeChangerTop: 0
1479
+ },
1480
+ Steps: {
1481
+ customIconFontSize: 24,
1482
+ customIconSize: 24,
1483
+ customIconTop: 24,
1484
+ dotCurrentSize: 10,
1485
+ dotSize: 8,
1486
+ iconFontSize: 14,
1487
+ iconSize: 32,
1488
+ iconSizeSM: 24,
1489
+ iconTop: -0.5,
1490
+ navArrowColor: "rgba(0, 0, 0, 0.25)",
1491
+ navContentMaxWidth: "unset",
1492
+ titleLineHeight: 32
1493
+ },
1494
+ Tabs: {
1495
+ cardBg: "rgba(0, 0, 0, 0.02)",
1496
+ cardGutter: 2,
1497
+ cardHeight: 40,
1498
+ cardHeightLG: 48,
1499
+ cardHeightSM: 32,
1500
+ cardPadding: "8px 16px",
1501
+ cardPaddingLG: "11px 16px",
1502
+ cardPaddingSM: "4px 8px",
1503
+ horizontalItemGutter: 32,
1504
+ horizontalItemMargin: " ",
1505
+ horizontalItemMarginRTL: " ",
1506
+ horizontalItemPadding: "12px 0",
1507
+ horizontalItemPaddingLG: "16px 0",
1508
+ horizontalItemPaddingSM: "8px 0",
1509
+ horizontalMargin: "0 0 16px 0",
1510
+ inkBarColor: "#245EE6",
1511
+ itemActiveColor: "#1C4ED8",
1512
+ itemColor: "rgba(0, 0, 0, 0.88)",
1513
+ itemHoverColor: "#3272F1",
1514
+ itemSelectedColor: "#245EE6",
1515
+ titleFontSize: 14,
1516
+ titleFontSizeLG: 16,
1517
+ titleFontSizeSM: 12,
1518
+ verticalItemMargin: "16px 0 0 0",
1519
+ verticalItemPadding: "8px 24px",
1520
+ zIndexPopup: 1050
1521
+ },
1522
+ AutoComplete: {
1523
+ activeBorderColor: "#245EE6",
1524
+ activeOutlineColor: "rgba(5, 145, 255, 0.1)",
1525
+ clearBg: "#FFFFFF",
1526
+ hoverBorderColor: "#3272F1",
1527
+ multipleItemBg: "rgba(0, 0, 0, 0.06)",
1528
+ multipleItemBorderColor: "rgba(255, 255, 255, 0)",
1529
+ multipleItemBorderColorDisabled: "rgba(255, 255, 255, 0)",
1530
+ multipleItemColorDisabled: "rgba(0, 0, 0, 0.25)",
1531
+ multipleItemHeight: 24,
1532
+ multipleItemHeightLG: 32,
1533
+ multipleItemHeightSM: 16,
1534
+ multipleSelectorBgDisabled: "rgba(0, 0, 0, 0.04)",
1535
+ optionActiveBg: "rgba(0, 0, 0, 0.04)",
1536
+ optionFontSize: 14,
1537
+ optionHeight: 32,
1538
+ optionLineHeight: 1.5714285373687744,
1539
+ optionPadding: "5px 12px",
1540
+ optionSelectedBg: "#DBE9FE",
1541
+ optionSelectedColor: "rgba(0, 0, 0, 0.88)",
1542
+ optionSelectedFontWeight: 700,
1543
+ selectorBg: "#FFFFFF",
1544
+ showArrowPaddingInlineEnd: 18,
1545
+ singleItemHeightLG: 40,
1546
+ zIndexPopup: 1050
1547
+ },
1548
+ Cascader: {
1549
+ controlItemWidth: 111,
1550
+ controlWidth: 184,
1551
+ dropdownHeight: 180,
1552
+ menuPadding: 4,
1553
+ optionPadding: "5px 12px",
1554
+ optionSelectedBg: "#DBE9FE",
1555
+ optionSelectedColor: "rgba(0, 0, 0, 0.88)",
1556
+ optionSelectedFontWeight: 700
1557
+ },
1558
+ Input: {
1559
+ activeBg: "#FFFFFF",
1560
+ activeBorderColor: "#245EE6",
1561
+ activeShadow: "0 0 0 2px rgba(5,145,255,0.1)",
1562
+ addonBg: "rgba(0, 0, 0, 0.02)",
1563
+ errorActiveShadow: "0 0 0 2px rgba(255,38,5,0.06)",
1564
+ hoverBg: "#FFFFFF",
1565
+ hoverBorderColor: "#3272F1",
1566
+ inputFontSize: 14,
1567
+ inputFontSizeLG: 16,
1568
+ inputFontSizeSM: 14,
1569
+ paddingBlock: 4,
1570
+ paddingBlockLG: 7,
1571
+ paddingBlockSM: 0,
1572
+ paddingInline: 11,
1573
+ paddingInlineLG: 11,
1574
+ paddingInlineSM: 7,
1575
+ warningActiveShadow: "0 0 0 2px rgba(255,215,5,0.1)"
1576
+ },
1577
+ DatePicker: {
1578
+ activeBg: "#FFFFFF",
1579
+ activeBorderColor: "#245EE6",
1580
+ activeShadow: "0 0 0 2px rgba(5,145,255,0.1)",
1581
+ addonBg: "rgba(0, 0, 0, 0.02)",
1582
+ cellActiveWithRangeBg: "#DBE9FE",
1583
+ cellBgDisabled: "rgba(0, 0, 0, 0.04)",
1584
+ cellHeight: 24,
1585
+ cellHoverBg: "rgba(0, 0, 0, 0.04)",
1586
+ cellHoverWithRangeBg: "#CBE0FD",
1587
+ cellRangeBorderColor: "#82B4F9",
1588
+ cellWidth: 36,
1589
+ errorActiveShadow: "0 0 0 2px rgba(255,38,5,0.06)",
1590
+ hoverBg: "#FFFFFF",
1591
+ hoverBorderColor: "#3272F1",
1592
+ inputFontSize: 14,
1593
+ inputFontSizeLG: 16,
1594
+ inputFontSizeSM: 14,
1595
+ multipleItemBg: "rgba(0, 0, 0, 0.06)",
1596
+ multipleItemBorderColor: "rgba(255, 255, 255, 0)",
1597
+ multipleItemBorderColorDisabled: "rgba(255, 255, 255, 0)",
1598
+ multipleItemColorDisabled: "rgba(0, 0, 0, 0.25)",
1599
+ multipleItemHeight: 24,
1600
+ multipleItemHeightLG: 32,
1601
+ multipleItemHeightSM: 16,
1602
+ multipleSelectorBgDisabled: "rgba(0, 0, 0, 0.04)",
1603
+ paddingBlock: 4,
1604
+ paddingBlockLG: 7,
1605
+ paddingBlockSM: 0,
1606
+ paddingInline: 11,
1607
+ paddingInlineLG: 11,
1608
+ paddingInlineSM: 7,
1609
+ presetsMaxWidth: 200,
1610
+ presetsWidth: 120,
1611
+ textHeight: 40,
1612
+ timeCellHeight: 28,
1613
+ timeColumnHeight: 224,
1614
+ timeColumnWidth: 56,
1615
+ warningActiveShadow: "0 0 0 2px rgba(255,215,5,0.1)",
1616
+ withoutTimeCellHeight: 66,
1617
+ zIndexPopup: 1050
1618
+ },
1619
+ Form: {
1620
+ inlineItemMarginBottom: 0,
1621
+ itemMarginBottom: 24,
1622
+ labelColonMarginInlineEnd: 8,
1623
+ labelColonMarginInlineStart: 2,
1624
+ labelColor: "rgba(0, 0, 0, 0.88)",
1625
+ labelFontSize: 14,
1626
+ labelHeight: 32,
1627
+ labelRequiredMarkColor: "#FF4D4F",
1628
+ verticalLabelMargin: 0,
1629
+ verticalLabelPadding: "0 0 8px"
1630
+ },
1631
+ InputNumber: {
1632
+ activeBg: "#FFFFFF",
1633
+ activeBorderColor: "#245EE6",
1634
+ activeShadow: "0 0 0 2px rgba(5,145,255,0.1)",
1635
+ addonBg: "rgba(0, 0, 0, 0.02)",
1636
+ controlWidth: 90,
1637
+ errorActiveShadow: "0 0 0 2px rgba(255,38,5,0.06)",
1638
+ filledHandleBg: "#F0F0F0",
1639
+ handleActiveBg: "rgba(0, 0, 0, 0.02)",
1640
+ handleBg: "#FFFFFF",
1641
+ handleBorderColor: "#D9D9D9",
1642
+ handleFontSize: 7,
1643
+ handleHoverColor: "#245EE6",
1644
+ handleVisible: "auto",
1645
+ handleWidth: 22,
1646
+ hoverBg: "#FFFFFF",
1647
+ hoverBorderColor: "#3272F1",
1648
+ inputFontSize: 14,
1649
+ inputFontSizeLG: 16,
1650
+ inputFontSizeSM: 14,
1651
+ paddingBlock: 4,
1652
+ paddingBlockLG: 7,
1653
+ paddingBlockSM: 0,
1654
+ paddingInline: 11,
1655
+ paddingInlineLG: 11,
1656
+ paddingInlineSM: 7,
1657
+ warningActiveShadow: "0 0 0 2px rgba(255,215,5,0.1)"
1658
+ },
1659
+ Mentions: {
1660
+ activeBg: "#FFFFFF",
1661
+ activeBorderColor: "#245EE6",
1662
+ activeShadow: "0 0 0 2px rgba(5,145,255,0.1)",
1663
+ addonBg: "rgba(0, 0, 0, 0.02)",
1664
+ controlItemWidth: 100,
1665
+ dropdownHeight: 250,
1666
+ errorActiveShadow: "0 0 0 2px rgba(255,38,5,0.06)",
1667
+ hoverBg: "#FFFFFF",
1668
+ hoverBorderColor: "#3272F1",
1669
+ inputFontSize: 14,
1670
+ inputFontSizeLG: 16,
1671
+ inputFontSizeSM: 14,
1672
+ paddingBlock: 4,
1673
+ paddingBlockLG: 7,
1674
+ paddingBlockSM: 0,
1675
+ paddingInline: 11,
1676
+ paddingInlineLG: 11,
1677
+ paddingInlineSM: 7,
1678
+ warningActiveShadow: "0 0 0 2px rgba(255,215,5,0.1)",
1679
+ zIndexPopup: 1050
1680
+ },
1681
+ Radio: {
1682
+ buttonBg: "#FFFFFF",
1683
+ buttonCheckedBg: "#FFFFFF",
1684
+ buttonCheckedBgDisabled: "rgba(0, 0, 0, 0.15)",
1685
+ buttonCheckedColorDisabled: "rgba(0, 0, 0, 0.25)",
1686
+ buttonColor: "rgba(0, 0, 0, 0.88)",
1687
+ buttonPaddingInline: 15,
1688
+ buttonSolidCheckedActiveBg: "#1C4ED8",
1689
+ buttonSolidCheckedBg: "#245EE6",
1690
+ buttonSolidCheckedColor: "#FFFFFF",
1691
+ buttonSolidCheckedHoverBg: "#3272F1",
1692
+ dotColorDisabled: "rgba(0, 0, 0, 0.25)",
1693
+ dotSize: 8,
1694
+ wrapperMarginInlineEnd: 8,
1695
+ radioSize: 16
1696
+ },
1697
+ Rate: {
1698
+ starBg: "rgba(0, 0, 0, 0.06)",
1699
+ starColor: "#FADB14",
1700
+ starHoverScale: "scale(1.1)",
1701
+ starSize: 20,
1702
+ starSizeLG: 25,
1703
+ starSizeSM: 15
1704
+ },
1705
+ Select: {
1706
+ activeBorderColor: "#245EE6",
1707
+ activeOutlineColor: "rgba(5, 145, 255, 0.1)",
1708
+ clearBg: "#FFFFFF",
1709
+ hoverBorderColor: "#3272F1",
1710
+ multipleItemBg: "rgba(0, 0, 0, 0.06)",
1711
+ multipleItemBorderColor: "rgba(255, 255, 255, 0)",
1712
+ multipleItemBorderColorDisabled: "rgba(255, 255, 255, 0)",
1713
+ multipleItemColorDisabled: "rgba(0, 0, 0, 0.25)",
1714
+ multipleItemHeight: 24,
1715
+ multipleItemHeightLG: 32,
1716
+ multipleItemHeightSM: 16,
1717
+ multipleSelectorBgDisabled: "rgba(0, 0, 0, 0.04)",
1718
+ optionActiveBg: "rgba(0, 0, 0, 0.04)",
1719
+ optionFontSize: 14,
1720
+ optionHeight: 32,
1721
+ optionLineHeight: 1.5714285373687744,
1722
+ optionPadding: "5px 12px",
1723
+ optionSelectedBg: "#DBE9FE",
1724
+ optionSelectedColor: "rgba(0, 0, 0, 0.88)",
1725
+ optionSelectedFontWeight: 700,
1726
+ selectorBg: "#FFFFFF",
1727
+ showArrowPaddingInlineEnd: 18,
1728
+ singleItemHeightLG: 40,
1729
+ zIndexPopup: 1050
1730
+ },
1731
+ Slider: {
1732
+ controlSize: 10,
1733
+ dotActiveBorderColor: "#92C5FD",
1734
+ dotBorderColor: "#F0F0F0",
1735
+ dotSize: 8,
1736
+ handleActiveColor: "#245EE6",
1737
+ handleActiveOutlineColor: "#BFDBFE",
1738
+ handleColor: "#92C5FD",
1739
+ handleColorDisabled: "#BFBFBF",
1740
+ handleLineWidth: 2,
1741
+ handleLineWidthHover: 2.5,
1742
+ handleSize: 10,
1743
+ handleSizeHover: 12,
1744
+ railBg: "rgba(0, 0, 0, 0.04)",
1745
+ railHoverBg: "rgba(0, 0, 0, 0.06)",
1746
+ railSize: 4,
1747
+ trackBg: "#92C5FD",
1748
+ trackBgDisabled: "rgba(0, 0, 0, 0.04)",
1749
+ trackHoverBg: "#4D93F8"
1750
+ },
1751
+ Switch: {
1752
+ handleBg: "#FFFFFF",
1753
+ handleShadow: "0 2px 4px 0 rgba(0,35,11,0.2)",
1754
+ handleSize: 18,
1755
+ handleSizeSM: 12,
1756
+ innerMaxMargin: 24,
1757
+ innerMaxMarginSM: 18,
1758
+ innerMinMargin: 9,
1759
+ innerMinMarginSM: 6,
1760
+ trackHeight: 22,
1761
+ trackHeightSM: 16,
1762
+ trackMinWidth: 44,
1763
+ trackMinWidthSM: 28,
1764
+ trackPadding: 2
1765
+ },
1766
+ TimePicker: {
1767
+ activeBg: "#FFFFFF",
1768
+ activeBorderColor: "#245EE6",
1769
+ activeShadow: "0 0 0 2px rgba(5,145,255,0.1)",
1770
+ addonBg: "rgba(0, 0, 0, 0.02)",
1771
+ cellActiveWithRangeBg: "#DBE9FE",
1772
+ cellBgDisabled: "rgba(0, 0, 0, 0.04)",
1773
+ cellHeight: 24,
1774
+ cellHoverBg: "rgba(0, 0, 0, 0.04)",
1775
+ cellHoverWithRangeBg: "#CBE0FD",
1776
+ cellRangeBorderColor: "#82B4F9",
1777
+ cellWidth: 36,
1778
+ errorActiveShadow: "0 0 0 2px rgba(255,38,5,0.06)",
1779
+ hoverBg: "#FFFFFF",
1780
+ hoverBorderColor: "#3272F1",
1781
+ inputFontSize: 14,
1782
+ inputFontSizeLG: 16,
1783
+ inputFontSizeSM: 14,
1784
+ multipleItemBg: "rgba(0, 0, 0, 0.06)",
1785
+ multipleItemBorderColor: "rgba(255, 255, 255, 0)",
1786
+ multipleItemBorderColorDisabled: "rgba(255, 255, 255, 0)",
1787
+ multipleItemColorDisabled: "rgba(0, 0, 0, 0.25)",
1788
+ multipleItemHeight: 24,
1789
+ multipleItemHeightLG: 32,
1790
+ multipleItemHeightSM: 16,
1791
+ multipleSelectorBgDisabled: "rgba(0, 0, 0, 0.04)",
1792
+ paddingBlock: 4,
1793
+ paddingBlockLG: 7,
1794
+ paddingBlockSM: 0,
1795
+ paddingInline: 11,
1796
+ paddingInlineLG: 11,
1797
+ paddingInlineSM: 7,
1798
+ presetsMaxWidth: 200,
1799
+ presetsWidth: 120,
1800
+ textHeight: 40,
1801
+ timeCellHeight: 28,
1802
+ timeColumnHeight: 224,
1803
+ timeColumnWidth: 56,
1804
+ warningActiveShadow: "0 0 0 2px rgba(255,215,5,0.1)",
1805
+ withoutTimeCellHeight: 66,
1806
+ zIndexPopup: 1050
1807
+ },
1808
+ Transfer: {
1809
+ headerHeight: 40,
1810
+ itemHeight: 32,
1811
+ itemPaddingBlock: 5,
1812
+ listHeight: 200,
1813
+ listWidth: 180,
1814
+ listWidthLG: 250
1815
+ },
1816
+ TreeSelect: {
1817
+ indentSize: 24,
1818
+ nodeHoverBg: "rgba(0, 0, 0, 0.04)",
1819
+ nodeHoverColor: "rgba(0, 0, 0, 0.88)",
1820
+ nodeSelectedBg: "#DBE9FE",
1821
+ nodeSelectedColor: "rgba(0, 0, 0, 0.88)",
1822
+ titleHeight: 24
1823
+ },
1824
+ Upload: {
1825
+ actionsColor: "rgba(0, 0, 0, 0.45)",
1826
+ pictureCardSize: 102
1827
+ },
1828
+ Avatar: {
1829
+ containerSize: 32,
1830
+ containerSizeLG: 40,
1831
+ containerSizeSM: 24,
1832
+ groupBorderColor: "#FFFFFF",
1833
+ groupOverlapping: -8,
1834
+ groupSpace: 4,
1835
+ iconFontSize: 18,
1836
+ iconFontSizeLG: 24,
1837
+ iconFontSizeSM: 14,
1838
+ textFontSize: 14,
1839
+ textFontSizeLG: 14,
1840
+ textFontSizeSM: 14
1841
+ },
1842
+ Badge: {
1843
+ dotSize: 6,
1844
+ indicatorHeight: 20,
1845
+ indicatorHeightSM: 14,
1846
+ indicatorZIndex: "auto",
1847
+ statusSize: 6,
1848
+ textFontSize: 12,
1849
+ textFontSizeSM: 12,
1850
+ textFontWeight: 400
1851
+ },
1852
+ Calendar: {
1853
+ fullBg: "#FFFFFF",
1854
+ fullPanelBg: "#FFFFFF",
1855
+ itemActiveBg: "#DBE9FE",
1856
+ miniContentHeight: 256,
1857
+ monthControlWidth: 70,
1858
+ yearControlWidth: 80
1859
+ },
1860
+ Card: {
1861
+ actionsBg: "#FFFFFF",
1862
+ actionsLiMargin: "12px 0",
1863
+ bodyPadding: 24,
1864
+ bodyPaddingSM: 12,
1865
+ extraColor: "rgba(0, 0, 0, 0.88)",
1866
+ headerBg: "rgba(255, 255, 255, 0)",
1867
+ headerFontSize: 16,
1868
+ headerFontSizeSM: 14,
1869
+ headerHeight: 56,
1870
+ headerHeightSM: 38,
1871
+ headerPadding: 24,
1872
+ headerPaddingSM: 12,
1873
+ tabsMarginBottom: -17
1874
+ },
1875
+ Carousel: {
1876
+ arrowOffset: 8,
1877
+ arrowSize: 16,
1878
+ dotActiveWidth: 24,
1879
+ dotGap: 4,
1880
+ dotHeight: 3,
1881
+ dotOffset: 12,
1882
+ dotWidth: 16
1883
+ },
1884
+ Descriptions: {
1885
+ colonMarginLeft: 2,
1886
+ colonMarginRight: 8,
1887
+ contentColor: "rgba(0, 0, 0, 0.88)",
1888
+ extraColor: "rgba(0, 0, 0, 0.88)",
1889
+ itemPaddingBottom: 16,
1890
+ itemPaddingEnd: 16,
1891
+ labelBg: "rgba(0, 0, 0, 0.02)",
1892
+ labelColor: "rgba(0, 0, 0, 0.45)",
1893
+ titleColor: "rgba(0, 0, 0, 0.88)",
1894
+ titleMarginBottom: 20
1895
+ },
1896
+ Image: {
1897
+ previewOperationColor: "rgba(255, 255, 255, 0.65)",
1898
+ previewOperationColorDisabled: "rgba(255, 255, 255, 0.25)",
1899
+ previewOperationHoverColor: "rgba(255, 255, 255, 0.85)",
1900
+ previewOperationSize: 18,
1901
+ zIndexPopup: 1080
1902
+ },
1903
+ List: {
1904
+ avatarMarginRight: 16,
1905
+ contentWidth: 220,
1906
+ descriptionFontSize: 14,
1907
+ emptyTextPadding: 16,
1908
+ footerBg: "rgba(255, 255, 255, 0)",
1909
+ headerBg: "rgba(255, 255, 255, 0)",
1910
+ itemPadding: "12px 0",
1911
+ itemPaddingLG: "16px 24px",
1912
+ itemPaddingSM: "8px 16px",
1913
+ metaMarginBottom: 16,
1914
+ titleMarginBottom: 12
1915
+ },
1916
+ Popover: {
1917
+ titleMinWidth: 177,
1918
+ zIndexPopup: 1030
1919
+ },
1920
+ Segmented: {
1921
+ itemActiveBg: "rgba(0, 0, 0, 0.15)",
1922
+ itemColor: "rgba(0, 0, 0, 0.65)",
1923
+ itemHoverBg: "rgba(0, 0, 0, 0.06)",
1924
+ itemHoverColor: "rgba(0, 0, 0, 0.88)",
1925
+ itemSelectedBg: "#FFFFFF",
1926
+ itemSelectedColor: "rgba(0, 0, 0, 0.88)",
1927
+ trackBg: "#F5F5F5",
1928
+ trackPadding: 2
1929
+ },
1930
+ Statistic: {
1931
+ contentFontSize: 24,
1932
+ titleFontSize: 14
1933
+ },
1934
+ Table: {
1935
+ bodySortBg: "#FAFAFA",
1936
+ borderColor: "#F0F0F0",
1937
+ cellFontSize: 14,
1938
+ cellFontSizeMD: 14,
1939
+ cellFontSizeSM: 14,
1940
+ cellPaddingBlock: 16,
1941
+ cellPaddingBlockMD: 12,
1942
+ cellPaddingBlockSM: 8,
1943
+ cellPaddingInline: 16,
1944
+ cellPaddingInlineMD: 8,
1945
+ cellPaddingInlineSM: 8,
1946
+ expandIconBg: "#FFFFFF",
1947
+ filterDropdownBg: "#FFFFFF",
1948
+ filterDropdownMenuBg: "#FFFFFF",
1949
+ fixedHeaderSortActiveBg: "#F0F0F0",
1950
+ footerBg: "#FAFAFA",
1951
+ footerColor: "rgba(0, 0, 0, 0.88)",
1952
+ headerBg: "#FAFAFA",
1953
+ headerBorderRadius: 8,
1954
+ headerColor: "rgba(0, 0, 0, 0.88)",
1955
+ headerFilterHoverBg: "rgba(0, 0, 0, 0.06)",
1956
+ headerSortActiveBg: "#F0F0F0",
1957
+ headerSortHoverBg: "#F0F0F0",
1958
+ headerSplitColor: "#F0F0F0",
1959
+ rowExpandedBg: "rgba(0, 0, 0, 0.02)",
1960
+ rowHoverBg: "#FAFAFA",
1961
+ rowSelectedBg: "#DBE9FE",
1962
+ rowSelectedHoverBg: "#BFDBFE",
1963
+ selectionColumnWidth: 32,
1964
+ stickyScrollBarBg: "rgba(0, 0, 0, 0.25)",
1965
+ stickyScrollBarBorderRadius: 100
1966
+ },
1967
+ Tag: {
1968
+ defaultBg: "#FAFAFA",
1969
+ defaultColor: "rgba(0, 0, 0, 0.88)",
1970
+ solidTextColor: "#FFFFFF"
1971
+ },
1972
+ Timeline: {
1973
+ dotBorderWidth: 2,
1974
+ itemPaddingBottom: 20,
1975
+ tailColor: "#EEEFF1",
1976
+ tailWidth: 2
1977
+ },
1978
+ Tooltip: {
1979
+ zIndexPopup: 1070
1980
+ },
1981
+ Tour: {
1982
+ closeBtnSize: 0,
1983
+ primaryNextBtnHoverBg: "#F0F0F0",
1984
+ primaryPrevBtnBg: "rgba(255, 255, 255, 0.15)",
1985
+ zIndexPopup: 1070
1986
+ },
1987
+ Tree: {
1988
+ directoryNodeSelectedBg: "#245EE6",
1989
+ directoryNodeSelectedColor: "#FFFFFF",
1990
+ indentSize: 24,
1991
+ nodeHoverBg: "rgba(0, 0, 0, 0.04)",
1992
+ nodeHoverColor: "rgba(0, 0, 0, 0.88)",
1993
+ nodeSelectedBg: "#DBE9FE",
1994
+ nodeSelectedColor: "rgba(0, 0, 0, 0.88)",
1995
+ titleHeight: 24
1996
+ },
1997
+ Alert: {
1998
+ defaultPadding: "8px 12px",
1999
+ withDescriptionIconSize: 24,
2000
+ withDescriptionPadding: "20px 24px"
2001
+ },
2002
+ Drawer: {
2003
+ draggerSize: 4,
2004
+ footerPaddingBlock: 8,
2005
+ footerPaddingInline: 16,
2006
+ zIndexPopup: 1e3
2007
+ },
2008
+ Message: {
2009
+ contentBg: "#FFFFFF",
2010
+ contentPadding: "9px 12px",
2011
+ zIndexPopup: 2010
2012
+ },
2013
+ Modal: {
2014
+ contentBg: "#FFFFFF",
2015
+ footerBg: "rgba(255, 255, 255, 0)",
2016
+ headerBg: "#FFFFFF",
2017
+ titleColor: "rgba(0, 0, 0, 0.88)",
2018
+ titleFontSize: 16,
2019
+ titleLineHeight: 1.5
2020
+ },
2021
+ Notification: {
2022
+ colorErrorBg: "rgba(255, 255, 255, 0)",
2023
+ colorInfoBg: "rgba(255, 255, 255, 0)",
2024
+ colorSuccessBg: "rgba(255, 255, 255, 0)",
2025
+ colorWarningBg: "rgba(255, 255, 255, 0)",
2026
+ width: 384,
2027
+ zIndexPopup: 2050
2028
+ },
2029
+ Popconfirm: {
2030
+ zIndexPopup: 1060
2031
+ },
2032
+ Progress: {
2033
+ "circleTextFontSize 2": "1.1666666666666667em",
2034
+ circleTextColor: "rgba(0, 0, 0, 0.88)",
2035
+ circleTextFontSize: "1em",
2036
+ defaultColor: "#3496FF",
2037
+ lineBorderRadius: 100,
2038
+ remainingColor: "rgba(0, 0, 0, 0.06)"
2039
+ },
2040
+ Result: {
2041
+ extraMargin: "24px 0 0 0",
2042
+ iconFontSize: 72,
2043
+ subtitleFontSize: 14,
2044
+ titleFontSize: 24
2045
+ },
2046
+ Skeleton: {
2047
+ blockRadius: 4,
2048
+ gradientFromColor: "rgba(0, 0, 0, 0.06)",
2049
+ gradientToColor: "rgba(0, 0, 0, 0.15)",
2050
+ paragraphLiHeight: 16,
2051
+ paragraphMarginTop: 28,
2052
+ titleHeight: 28
2053
+ },
2054
+ Spin: {
2055
+ contentHeight: 400,
2056
+ dotSize: 20,
2057
+ dotSizeLG: 32,
2058
+ dotSizeSM: 14
2059
+ },
2060
+ Collapse: {
2061
+ borderlessContentBg: "rgba(255, 255, 255, 0)",
2062
+ borderlessContentPadding: "4px 16px 16px",
2063
+ contentBg: "#FFFFFF",
2064
+ contentPadding: "16px 16px",
2065
+ headerBg: "rgba(0, 0, 0, 0.02)",
2066
+ headerPadding: "12px 16px"
2067
+ }
2068
+ }
2069
+ }, Go = {
2070
+ token: {
2071
+ 0: 0,
2072
+ 1: 2,
2073
+ 2: 4,
2074
+ 3: 6,
2075
+ 4: 8,
2076
+ 5: 10,
2077
+ 6: 12,
2078
+ 7: 16,
2079
+ 8: 20,
2080
+ 9: 25,
2081
+ 10: 30,
2082
+ 11: 35,
2083
+ 12: 40,
2084
+ 13: 45,
2085
+ 14: 50,
2086
+ 15: 55,
2087
+ 16: 60,
2088
+ 17: 65,
2089
+ 18: 70,
2090
+ 19: 75,
2091
+ 20: 80,
2092
+ 21: 85,
2093
+ 22: 90,
2094
+ 23: 95,
2095
+ red1: "#2A1215",
2096
+ red2: "#431418",
2097
+ red3: "#58181C",
2098
+ red4: "#791A1F",
2099
+ red5: "#A61D24",
2100
+ red6: "#D32029",
2101
+ red7: "#E84749",
2102
+ red8: "#F37370",
2103
+ red9: "#F89F9A",
2104
+ red10: "#FAC8C3",
2105
+ volcano1: "#2B1611",
2106
+ volcano2: "#441D12",
2107
+ volcano3: "#592716",
2108
+ volcano4: "#7C3118",
2109
+ volcano5: "#AA3E19",
2110
+ volcano6: "#D84A1B",
2111
+ volcano7: "#E87040",
2112
+ volcano8: "#F3956A",
2113
+ volcano9: "#F8B692",
2114
+ volcano10: "#FAD4BC",
2115
+ orange1: "#2B1D11",
2116
+ orange2: "#442A11",
2117
+ orange3: "#593815",
2118
+ orange4: "#7C4A15",
2119
+ orange5: "#AA6215",
2120
+ orange6: "#D87A16",
2121
+ orange7: "#E89A3C",
2122
+ orange8: "#F3B765",
2123
+ orange9: "#F8CF8D",
2124
+ orange10: "#FAE3B7",
2125
+ gold1: "#2B2111",
2126
+ gold2: "#443111",
2127
+ gold3: "#594214",
2128
+ gold4: "#7C5914",
2129
+ gold5: "#AA7714",
2130
+ gold6: "#D89614",
2131
+ gold7: "#E8B339",
2132
+ gold8: "#F3CC62",
2133
+ gold9: "#F8DF8B",
2134
+ gold10: "#FAEDB5",
2135
+ yellow1: "#2B2611",
2136
+ yellow2: "#443B11",
2137
+ yellow3: "#595014",
2138
+ yellow4: "#7C6E14",
2139
+ yellow5: "#AA9514",
2140
+ yellow6: "#D8BD14",
2141
+ yellow7: "#E8D639",
2142
+ yellow8: "#F3EA62",
2143
+ yellow9: "#F8F48B",
2144
+ yellow10: "#FAFAB5",
2145
+ lime1: "#1F2611",
2146
+ lime2: "#2E3C10",
2147
+ lime3: "#3E4F13",
2148
+ lime4: "#536D13",
2149
+ lime5: "#6F9412",
2150
+ lime6: "#8BBB11",
2151
+ lime7: "#A9D134",
2152
+ lime8: "#C9E75D",
2153
+ lime9: "#E4F88B",
2154
+ lime10: "#F0FAB5",
2155
+ green1: "#092B00",
2156
+ green2: "#135200",
2157
+ green3: "#237804",
2158
+ green4: "#389E0D",
2159
+ green5: "#52C41A",
2160
+ green6: "#73D13D",
2161
+ green7: "#95DE64",
2162
+ green8: "#B7EB8F",
2163
+ green9: "#D9F7BE",
2164
+ green10: "#F6FFED",
2165
+ cyan1: "#112123",
2166
+ cyan2: "#113536",
2167
+ cyan3: "#144848",
2168
+ cyan4: "#146262",
2169
+ cyan5: "#138585",
2170
+ cyan6: "#13A8A8",
2171
+ cyan7: "#33BCB7",
2172
+ cyan8: "#58D1C9",
2173
+ cyan9: "#84E2D8",
2174
+ cyan10: "#B2F1E8",
2175
+ "guozhi blue1": "#111A2C",
2176
+ "guozhi blue2": "#112545",
2177
+ "guozhi blue3": "#15325B",
2178
+ "guozhi blue4": "#15417E",
2179
+ "guozhi blue5": "#1554AD",
2180
+ "guozhi blue6": "#1668DC",
2181
+ "guozhi blue7": "#3C89E8",
2182
+ "guozhi blue8": "#65A9F3",
2183
+ "guozhi blue9": "#8DC5F8",
2184
+ "guozhi blue10": "#B7DCFA",
2185
+ "galaxy blue1": "#131629",
2186
+ "galaxy blue2": "#161D40",
2187
+ "galaxy blue3": "#1C2755",
2188
+ "galaxy blue4": "#203175",
2189
+ "galaxy blue5": "#263EA0",
2190
+ "galaxy blue6": "#2B4ACB",
2191
+ "galaxy blue7": "#5273E0",
2192
+ "galaxy blue8": "#7F9EF3",
2193
+ "galaxy blue9": "#A8C1F8",
2194
+ "galaxy blue10": "#D2E0FA",
2195
+ purple1: "#1A1325",
2196
+ purple2: "#24163A",
2197
+ purple3: "#301C4D",
2198
+ purple4: "#3E2069",
2199
+ purple5: "#51258F",
2200
+ purple6: "#642AB5",
2201
+ purple7: "#854ECA",
2202
+ purple8: "#AB7AE0",
2203
+ purple9: "#CDA8F0",
2204
+ purple10: "#EBD7FA",
2205
+ magenta1: "#291321",
2206
+ magenta2: "#40162F",
2207
+ magenta3: "#551C3B",
2208
+ magenta4: "#75204F",
2209
+ magenta5: "#A02669",
2210
+ magenta6: "#CB2B83",
2211
+ magenta7: "#E0529C",
2212
+ magenta8: "#F37FB7",
2213
+ magenta9: "#F8A8CC",
2214
+ magenta10: "#FAD2E3",
2215
+ gray1: "#FFFFFF",
2216
+ gray2: "#FAFAFA",
2217
+ gray3: "#F5F5F5",
2218
+ gray4: "#F0F0F0",
2219
+ gray5: "#D9D9D9",
2220
+ gray6: "#BFBFBF",
2221
+ gray7: "#8C8C8C",
2222
+ gray8: "#595959",
2223
+ gray9: "#434343",
2224
+ gray10: "#262626",
2225
+ colorPrimary: "#245EE6",
2226
+ colorSuccess: "#52C41A",
2227
+ colorWarning: "#FAAD14",
2228
+ colorError: "#FF4D4F",
2229
+ colorInfo: "#3496FF",
2230
+ colorTextBase: "#FFFFFF",
2231
+ colorBgBase: "#000000",
2232
+ sizeUnit: 4,
2233
+ sizeStep: 4,
2234
+ sizePopupArrow: 16,
2235
+ controlHeight: 32,
2236
+ opacityImage: 100,
2237
+ fontFamily: "SF Pro",
2238
+ "fontFamily-cn": "Source Han Sans CN",
2239
+ fontFamilyCode: "SFMono-Regular",
2240
+ fontSize: 14,
2241
+ lineWidth: 1,
2242
+ borderRadius: 4,
2243
+ zIndexPopupBase: 1e3,
2244
+ lineType: "solid",
2245
+ motion: 1,
2246
+ motionBase: 0,
2247
+ motionEaseInBack: "cubic-bezier(0.71, -0.46, 0.88, 0.6)",
2248
+ motionEaseInOut: "cubic-bezier(0.645, 0.045, 0.355, 1)",
2249
+ motionEaseInOutCirc: "cubic-bezier(0.78, 0.14, 0.15, 0.86)",
2250
+ motionEaseInQuint: "cubic-bezier(0.755, 0.05, 0.855, 0.06)",
2251
+ motionEaseOut: "cubic-bezier(0.215, 0.61, 0.355, 1)",
2252
+ motionEaseOutBack: "cubic-bezier(0.12, 0.4, 0.29, 1.46)",
2253
+ motionEaseOutCirc: "cubic-bezier(0.08, 0.82, 0.17, 1)",
2254
+ motionEaseOutQuint: "cubic-bezier(0.23, 1, 0.32, 1)",
2255
+ motionUnit: 0.10000000149011612,
2256
+ wireframe: !1,
2257
+ colorPrimaryBg: "#15325B",
2258
+ colorPrimaryBgHover: "#15417E",
2259
+ colorPrimaryBorder: "#15325B",
2260
+ colorPrimaryBorderHover: "#15417E",
2261
+ colorPrimaryHover: "#3C89E8",
2262
+ colorPrimaryBase: "#1668DC",
2263
+ colorPrimaryActive: "#1554AD",
2264
+ colorPrimaryTextHover: "#3C89E8",
2265
+ colorPrimaryText: "#1668DC",
2266
+ colorPrimaryTextActive: "#1554AD",
2267
+ colorSuccessBg: "#F6FFED",
2268
+ colorSuccessBgHover: "#D9F7BE",
2269
+ colorSuccessBorder: "#B7EB8F",
2270
+ colorSuccessBorderHover: "#95DE64",
2271
+ colorSuccessHover: "#95DE64",
2272
+ colorSuccessBase: "#52C41A",
2273
+ colorSuccessActive: "#389E0D",
2274
+ colorSuccessTextHover: "#73D13D",
2275
+ colorSuccessText: "#52C41A",
2276
+ colorSuccessTextActive: "#389E0D",
2277
+ colorWarningBg: "#FFFBE6",
2278
+ colorWarningBgHover: "#FFF1B8",
2279
+ colorWarningBorder: "#FFE58F",
2280
+ colorWarningBorderHover: "#FFD666",
2281
+ colorWarningHover: "#FFD666",
2282
+ colorWarningBase: "#FAAD14",
2283
+ colorWarningActive: "#D48806",
2284
+ colorWarningTextHover: "#FFC53D",
2285
+ colorWarningText: "#FAAD14",
2286
+ colorWarningTextActive: "#D48806",
2287
+ colorErrorBg: "#2C1618",
2288
+ colorErrorBgHover: "#451D1F",
2289
+ colorErrorBorder: "#5B2526",
2290
+ colorErrorBorderHover: "#7E2E2F",
2291
+ colorErrorHover: "#E86E6B",
2292
+ colorErrorBase: "#DC4446",
2293
+ colorErrorActive: "#AD393A",
2294
+ colorErrorTextHover: "#E86E6B",
2295
+ colorErrorText: "#DC4446",
2296
+ colorErrorTextActive: "#AD393A",
2297
+ colorInfoBg: "#141E2C",
2298
+ colorInfoBgHover: "#172C45",
2299
+ colorInfoBorder: "#1E3B5B",
2300
+ colorInfoBorderHover: "#224F7E",
2301
+ colorInfoHover: "#224F7E",
2302
+ colorInfoBase: "#2F83DC",
2303
+ colorInfoActive: "#2969AD",
2304
+ colorInfoTextHover: "#55A0E8",
2305
+ colorInfoText: "#2F83DC",
2306
+ colorInfoTextActive: "#2969AD",
2307
+ colorText: "rgba(255, 255, 255, 0.85)",
2308
+ colorTextSecondary: "rgba(255, 255, 255, 0.65)",
2309
+ colorTextTertiary: "rgba(255, 255, 255, 0.45)",
2310
+ colorTextQuaternary: "rgba(255, 255, 255, 0.25)",
2311
+ colorBorder: "#2E3137",
2312
+ colorBorderSecondary: "#282B31",
2313
+ colorFill: "rgba(255, 255, 255, 0.18)",
2314
+ colorFillSecondary: "rgba(255, 255, 255, 0.12)",
2315
+ colorFillTertiary: "rgba(255, 255, 255, 0.08)",
2316
+ colorFillQuaternary: "rgba(255, 255, 255, 0.04)",
2317
+ colorBgLayout: "#000000",
2318
+ colorBgContainer: "#141414",
2319
+ colorBgElevated: "#1F1F1F",
2320
+ colorBgSpotlight: "#424242",
2321
+ colorBgMask: "rgba(0, 0, 0, 0.45)",
2322
+ sizeXXL: 48,
2323
+ sizeXL: 32,
2324
+ sizeLG: 24,
2325
+ sizeMD: 20,
2326
+ sizeMS: 16,
2327
+ size: 16,
2328
+ sizeSM: 12,
2329
+ sizeXS: 8,
2330
+ sizeXXS: 4,
2331
+ controlHeightLG: 40,
2332
+ controlHeightSM: 24,
2333
+ controlHeightXS: 16,
2334
+ borderRadiusXS: 2,
2335
+ borderRadiusSM: 4,
2336
+ borderRadiusLG: 8,
2337
+ borderRadiusXL: 12,
2338
+ borderRadiusXXL: 16,
2339
+ borderRadiusOuter: 4,
2340
+ colorWhite: "#FFFFFF",
2341
+ colorBlack: "#000000",
2342
+ fontSizeXL: 20,
2343
+ fontSizeLG: 16,
2344
+ fontSizeSM: 12,
2345
+ fontSizeXS: 11,
2346
+ fontSizeXXS: 10,
2347
+ fontSizeHeading1: 38,
2348
+ fontSizeHeading2: 30,
2349
+ fontSizeHeading3: 24,
2350
+ fontSizeHeading4: 20,
2351
+ fontSizeHeading5: 16,
2352
+ lineHeight: 1.5709999799728394,
2353
+ lineHeightLG: 1.5,
2354
+ lineHeightSM: 1.6666666269302368,
2355
+ lineHeightHeading1: 1.2109999656677246,
2356
+ lineHeightHeading2: 1.2669999599456787,
2357
+ lineHeightHeading3: 1.3329999446868896,
2358
+ lineHeightHeading4: 1.399999976158142,
2359
+ lineHeightHeading5: 1.5,
2360
+ lineWidthBold: 2,
2361
+ borderRadiusFull: 9999,
2362
+ colorFillContrast: "rgba(0, 0, 0, 0.3)",
2363
+ colorBgBlur: "rgba(0, 0, 0, 0)",
2364
+ transparent: "rgba(0, 0, 0, 0)",
2365
+ colorBgSolid: "rgba(255, 255, 255, 0.95)",
2366
+ colorBgSolidHover: "#FFFFFF",
2367
+ colorBgSolidActive: "rgba(235, 235, 235, 0.9)",
2368
+ colorErrorBgFilledHover: "#441E1F",
2369
+ colorErrorBgActive: "#5B2526",
2370
+ colorLink: "#1668DC",
2371
+ colorSplit: "#313337",
2372
+ fontSizeIcon: 12,
2373
+ controlInteractiveSize: 16,
2374
+ paddingXL: 32,
2375
+ paddingLG: 24,
2376
+ paddingMD: 20,
2377
+ padding: 16,
2378
+ paddingSM: 12,
2379
+ paddingXS: 8,
2380
+ paddingXXS: 4,
2381
+ marginXXL: 48,
2382
+ marginXL: 32,
2383
+ marginLG: 24,
2384
+ marginMD: 20,
2385
+ margin: 16,
2386
+ marginSM: 12,
2387
+ marginXS: 8,
2388
+ marginXXS: 4,
2389
+ controlPaddingHorizontal: 12,
2390
+ controlPaddingHorizontalSM: 8,
2391
+ paddingContentHorizontalLG: 24,
2392
+ paddingContentVerticalLG: 16,
2393
+ paddingContentHorizontal: 16,
2394
+ paddingContentVertical: 12,
2395
+ paddingContentHorizontalSM: 16,
2396
+ paddingContentVerticalSM: 8,
2397
+ colorLinkHover: "#15417E",
2398
+ colorLinkActive: "#1554AD",
2399
+ colorFillContent: "rgba(0, 0, 0, 0.06)",
2400
+ colorFillContentHover: "rgba(0, 0, 0, 0.15)",
2401
+ colorFillAlter: "rgba(0, 0, 0, 0.02)",
2402
+ colorBgContainerDisabled: "rgba(0, 0, 0, 0.04)",
2403
+ colorBorderBg: "#FFFFFF",
2404
+ colorTextPlaceholder: "rgba(0, 0, 0, 0.25)",
2405
+ colorTextDisabled: "rgba(0, 0, 0, 0.25)",
2406
+ colorTextHeading: "rgba(0, 0, 0, 0.88)",
2407
+ colorTextLabel: "rgba(0, 0, 0, 0.65)",
2408
+ colorTextDescription: "rgba(0, 0, 0, 0.45)",
2409
+ colorTextLightSolid: "#FFFFFF",
2410
+ colorHighlight: "#FFA39E",
2411
+ colorBgTextHover: "rgba(0, 0, 0, 0.06)",
2412
+ colorBgTextActive: "rgba(0, 0, 0, 0.15)",
2413
+ colorIcon: "rgba(0, 0, 0, 0.45)",
2414
+ colorIconHover: "rgba(0, 0, 0, 0.88)",
2415
+ colorErrorOutline: "rgba(255, 77, 79, 0.1)",
2416
+ colorWarningOutline: "rgba(250, 173, 20, 0.1)",
2417
+ controlItemBgHover: "rgba(0, 0, 0, 0.04)",
2418
+ controlItemBgActive: "#DBE9FE",
2419
+ controlItemBgActiveHover: "#BFDBFE",
2420
+ controlItemBgActiveDisabled: "rgba(0, 0, 0, 0.15)",
2421
+ controlTmpOutline: "rgba(0, 0, 0, 0.02)",
2422
+ controlOutline: "rgba(5, 145, 255, 0.1)",
2423
+ controlOutlineWidth: 2,
2424
+ opacityLoading: 65,
2425
+ screenXS: 320,
2426
+ screenSM: 576,
2427
+ screenMD: 768,
2428
+ screenLG: 992,
2429
+ screenXL: 1200,
2430
+ screenXXL: 1600,
2431
+ screenXSMin: 320,
2432
+ screenXSMax: 575,
2433
+ screenSMMin: 576,
2434
+ screenSMMax: 767,
2435
+ screenMDMin: 768,
2436
+ screenMDMax: 991,
2437
+ screenLGMin: 992,
2438
+ screenLGMax: 1199,
2439
+ screenXLMin: 1200,
2440
+ screenXLMax: 1599,
2441
+ screenXXLMin: 1600,
2442
+ lineWidthFocus: 3,
2443
+ linkDecoration: "none",
2444
+ linkFocusDecoration: "none",
2445
+ linkHoverDecoration: "none",
2446
+ fontWeightStrong: 700,
2447
+ fontWeightNormal: 400,
2448
+ drawerWidth: 378,
2449
+ drawerWidthMD: 520,
2450
+ drawerWidthLG: 736,
2451
+ reqularItalic: "Reqular Italic",
2452
+ semiboldItalic: "Semibold Italic",
2453
+ regularItalic: "Regular Italic",
2454
+ mediumItalic: "Medium Italic",
2455
+ sidebarWidthMD: 256,
2456
+ sidebarWidthSm: 180,
2457
+ sidebarWidthLG: 360,
2458
+ sidebarCollapsedWidth: 48,
2459
+ colorBgSidebar: "#FFFFFF",
2460
+ headerHeight: 44,
2461
+ footerHeight: 33,
2462
+ tooltipVerticalPadding: 6,
2463
+ buttonPaddingHorizontal: 15,
2464
+ buttonPaddingHorizontalSM: 7,
2465
+ buttonIconOnlyFontSize: 16,
2466
+ buttonIconOnlyFontSizeLG: 18,
2467
+ buttonIconOnlyFontSizeSM: 14,
2468
+ borderRadiusRound: 16,
2469
+ borderRadiusRoundSM: 12,
2470
+ borderRadiusRoundLG: 20,
2471
+ buttonRoundPaddingHorizontal: 16,
2472
+ buttonRoundPaddingHorizontalLG: 20,
2473
+ buttonRoundPaddingHorizontalSM: 12,
2474
+ tagPaddingHorizontal: 7,
2475
+ tagIconSize: 10,
2476
+ iconMarginInline: 3,
2477
+ alertPaddingHorizontal: 12,
2478
+ alertIconSizeLG: 24,
2479
+ alertCloseIcon: 12,
2480
+ alertIcon: 14,
2481
+ messageContentHorizontal: 9,
2482
+ messageIcon: 16,
2483
+ switchHeight: 22,
2484
+ switchHeightSM: 16,
2485
+ switchPadding: 2,
2486
+ switchPinSize: 18,
2487
+ switchPinSizeActive: 22,
2488
+ switchPinSizeSM: 12,
2489
+ switchPinSizeSMActive: 14,
2490
+ switchWidth: 44,
2491
+ switchWidthSM: 28,
2492
+ switchInnerMarginMin: 9,
2493
+ switchInnerMarginMinSM: 6,
2494
+ switchLoadingIconColor: "rgba(0, 0, 0, 0.65)",
2495
+ borderRadiusSwitch: 100,
2496
+ borderRadiusMax: 100,
2497
+ borderRadiusSwitchHandle: 9,
2498
+ switchIconSizeSM: 12,
2499
+ switchIconSize: 14,
2500
+ iconSize: 14,
2501
+ codeBg: "rgba(150, 150, 150, 0.1)",
2502
+ codeBorder: "rgba(100, 100, 100, 0.2)",
2503
+ keyboardBg: "rgba(150, 150, 150, 0.06)",
2504
+ keyboardBorder: "rgba(100, 100, 100, 0.2)",
2505
+ codeAndKeyboardHorizontalMargin: 2,
2506
+ codeAndKeyboardHorizontalPadding: 4,
2507
+ codeAndKeyboardTopPadding: 2,
2508
+ codeKeyboardRadius: 3,
2509
+ codeAndKeyboardBottomPadding: 1,
2510
+ badgeShadowColor: "#FFFFFF",
2511
+ badgeShadowSize: 1,
2512
+ badgeHeight: 20,
2513
+ badgeHeightSM: 14,
2514
+ badgeDotSize: 6,
2515
+ badgeStatusSize: 6,
2516
+ borderRadiusBadge: 10,
2517
+ borderRadiusBadgeSM: 7,
2518
+ spinDotSize: 20,
2519
+ spinDotItemSize: 6.75,
2520
+ spinDotItemSizeSM: 4.5,
2521
+ spinDotItemSizeLG: 11.25,
2522
+ spinDotSizeSM: 14,
2523
+ spinDotSizeLG: 32,
2524
+ notificationCloseButtonSize: 22,
2525
+ notificationCloseIconSize: 14,
2526
+ notificationNoticeIconSize: 24,
2527
+ resultIconSize: 72,
2528
+ resultVerticalPadding: 48,
2529
+ resultContentHorizontalPadding: 40,
2530
+ popConfirmIconSize: 14,
2531
+ tourCloseSize: 22,
2532
+ tourCoverVerticalPadding: 46,
2533
+ tourIndicatorSize: 6,
2534
+ tourMaskBg: "rgba(0, 0, 0, 0.5)",
2535
+ avatarFontSizeBase: 18,
2536
+ avatarFontSizeSM: 14,
2537
+ avatarFontSizeLG: 24,
2538
+ emptyImgHeight: 100,
2539
+ emptyImgHeightMD: 40,
2540
+ emptyImgHeightSM: 35,
2541
+ QRCodeMaskBackgroundColor: "rgba(255, 255, 255, 0.96)",
2542
+ QRCodeExpiredTextColor: "rgba(0, 0, 0, 0.88)",
2543
+ carouselDotWidth: 16,
2544
+ carouselDotHeight: 3,
2545
+ carouselDotWidthActive: 24,
2546
+ carouselArrowSize: 20,
2547
+ carouselDotOffset: 12,
2548
+ carouselArrowOffset: 25,
2549
+ modalHeaderHeight: 56,
2550
+ modalCloseBtnSize: 22,
2551
+ modalCloseIconSize: 16,
2552
+ modalConfirmIconSize: 22,
2553
+ modalCloseButtonPosition: 17,
2554
+ drawerCloseIcon: 24,
2555
+ segmentedPaddingHorizontal: 11,
2556
+ segmentedPaddingHorizontalSM: 7,
2557
+ segmentedPadding: 2,
2558
+ segmentedLabelMinHeight: 28,
2559
+ segmentedLabelMinHeightLG: 36,
2560
+ segmentedLabelMinHeightSM: 20,
2561
+ segmentedItemGap: 6,
2562
+ segmentedIcon: 14,
2563
+ segmentedIconLG: 16,
2564
+ radioDotSize: 6,
2565
+ radioDotPadding: 4,
2566
+ radioButtonPaddingInline: 15,
2567
+ radioButtonPaddingInlineSM: 7,
2568
+ radioRadius: 8,
2569
+ radioDotDisabledSize: 8,
2570
+ radioButtonGroupPadding: 1,
2571
+ radioButtonHeight: 30,
2572
+ radioButtonHeightSM: 22,
2573
+ radioButtonHeightLG: 38,
2574
+ borderRadiusRadioButton: 5,
2575
+ borderRadiusRadioButtonSM: 3,
2576
+ borderRadiusRadioButtonLG: 7,
2577
+ checkboxSize: 16,
2578
+ checkboxIndeterminateSize: 8,
2579
+ rateStarSize: 20,
2580
+ timelineItemHeadSize: 10,
2581
+ timelineItemPaddingBottom: 20,
2582
+ itemTailHorizontalPadding: 4,
2583
+ itemTailVerticalPadding: 10,
2584
+ collapseExpandIconHeight: 22,
2585
+ collapseExpandIconHeightLG: 24,
2586
+ collapseExpandIconHeightSM: 20,
2587
+ collapseExpandIconPaddingHorizontalStart: 4,
2588
+ collapseExpandIconPaddingHorizontalStartSM: 4,
2589
+ collapseExpandIconPaddingHorizontalStartLG: 8,
2590
+ selectInputPaddingHorizontalBase: 11,
2591
+ selectInputPaddingHorizontalSM: 7,
2592
+ selectionItemPadding: 18,
2593
+ selectionItemPaddingLG: 20,
2594
+ selectionItemPaddingSM: 18,
2595
+ selectTagItemEnd: 4,
2596
+ selectDropdownItemVertical: 5,
2597
+ selectDropdownItemGroupHorizontal: 24,
2598
+ inputPaddingHorizontal: 11,
2599
+ inputPaddingHorizontalSM: 7,
2600
+ inputPaddingHorizontalLG: 11,
2601
+ inputPaddingVertical: 4,
2602
+ inputPaddingVerticalSM: 0,
2603
+ inputPaddingVerticalLG: 7,
2604
+ radiusNone: 0,
2605
+ inputNumberHandleWidth: 22,
2606
+ skeletonButtonWidth: 64,
2607
+ skeletonInputWidth: 160,
2608
+ skeletonButtonWidthLG: 80,
2609
+ skeletonInputWidthLG: 200,
2610
+ skeletonButtonWidthSM: 48,
2611
+ skeletonInputWidthSM: 120,
2612
+ colorPickerWidth: 234,
2613
+ colorPickerHandlerSize: 16,
2614
+ colorPickerHandlerSizeSM: 12,
2615
+ colorPickerSliderHeight: 8,
2616
+ colorPickerPreviewSize: 28,
2617
+ paddingNone: 0,
2618
+ colorPickerPresetColorSize: 18,
2619
+ paginationItemPaddingInline: 6,
2620
+ floatButtonBodyVerticalPadding: 2,
2621
+ floatButtonBodyHorizontalPadding: 4,
2622
+ floatButtonIconSize: 18,
2623
+ marginNone: 0,
2624
+ tabHorizontalSM: 6,
2625
+ tabVerticalLG: 6,
2626
+ tabCardGap: 2,
2627
+ darkBtnTextHover: "rgba(255, 255, 255, 0.08)",
2628
+ darkBtnFilled: "rgba(255, 255, 255, 0.08)",
2629
+ darkBtnFilledHover: "rgba(255, 255, 255, 0.12)",
2630
+ tooltipVerticalPaddingSM: 2,
2631
+ colorTextLightSolidPrimary: "#FFFFFF",
2632
+ emptyImage: "#2F3237",
2633
+ emptyImageLight: "#414449",
2634
+ emptyImageInnerShadow: "#232529",
2635
+ emptyImageShadow: "#232529",
2636
+ "test-will-be-removed-in-the-next-update": "#FFFFFF"
2637
+ },
2638
+ components: {
2639
+ Button: {
2640
+ borderColorDisabled: "#D9D9D9",
2641
+ contentFontSize: 14,
2642
+ contentFontSizeLG: 14,
2643
+ contentFontSizeSM: 14,
2644
+ contentLineHeight: 1.5709999799728394,
2645
+ contentLineHeightLG: 1.5,
2646
+ contentLineHeightSM: 1.6666666269302368,
2647
+ dangerColor: "#FFFFFF",
2648
+ dangerShadow: "0 2px 0 rgba(255,38,5,0.06)",
2649
+ defaultActiveBg: "#FFFFFF",
2650
+ defaultActiveBorderColor: "#1C4ED8",
2651
+ defaultActiveColor: "#1C4ED8",
2652
+ defaultBg: "#FFFFFF",
2653
+ defaultBorderColor: "#D9D9D9",
2654
+ defaultColor: "rgba(0, 0, 0, 0.88)",
2655
+ defaultGhostBorderColor: "#FFFFFF",
2656
+ defaultGhostColor: "#FFFFFF",
2657
+ defaultHoverBg: "#FFFFFF",
2658
+ defaultHoverBorderColor: "#3272F1",
2659
+ defaultHoverColor: "#3272F1",
2660
+ defaultShadow: "0 2px 0 rgba(0,0,0,0.02)",
2661
+ fontWeight: 400,
2662
+ ghostBg: "rgba(255, 255, 255, 0)",
2663
+ groupBorderColor: "#3272F1",
2664
+ iconGap: 8,
2665
+ linkHoverBg: "rgba(255, 255, 255, 0)",
2666
+ onlyIconSize: 14,
2667
+ onlyIconSizeLG: 16,
2668
+ onlyIconSizeSM: 12,
2669
+ paddingBlock: 4,
2670
+ paddingBlockLG: 7,
2671
+ paddingBlockSM: 0,
2672
+ paddingInline: 15,
2673
+ paddingInlineLG: 15,
2674
+ paddingInlineSM: 7,
2675
+ primaryColor: "#FFFFFF",
2676
+ primaryShadow: "0 2px 0 rgba(5,145,255,0.1)",
2677
+ solidTextColor: "#000000",
2678
+ textHoverBg: "rgba(0, 0, 0, 0.04)",
2679
+ textTextActiveColor: "rgba(0, 0, 0, 0.88)",
2680
+ textTextColor: "rgba(0, 0, 0, 0.88)",
2681
+ textTextHoverColor: "rgba(0, 0, 0, 0.88)",
2682
+ dashedBgDisabled: "rgba(0, 0, 0, 0.04)",
2683
+ defaultBgDisabled: "rgba(0, 0, 0, 0.04)"
2684
+ },
2685
+ Typography: {
2686
+ titleMarginBottom: 0,
2687
+ titleMarginTop: 0
2688
+ },
2689
+ Divider: {
2690
+ orientationMargin: 0.05000000074505806,
2691
+ textPaddingInline: 14,
2692
+ verticalMarginInline: 8
2693
+ },
2694
+ Layout: {
2695
+ bodyBg: "#F5F5F5",
2696
+ footerBg: "#F5F5F5",
2697
+ footerPadding: "24px 50px",
2698
+ headerBg: "#001529",
2699
+ headerColor: "rgba(0, 0, 0, 0.88)",
2700
+ headerHeight: 64,
2701
+ headerPadding: "0 50px",
2702
+ lightSiderBg: "#FFFFFF",
2703
+ lightTriggerBg: "#FFFFFF",
2704
+ lightTriggerColor: "rgba(0, 0, 0, 0.88)",
2705
+ siderBg: "#001529",
2706
+ triggerBg: "#002140",
2707
+ triggerColor: "#FFFFFF",
2708
+ triggerHeight: 48,
2709
+ zeroTriggerHeight: 40,
2710
+ zeroTriggerWidth: 40
2711
+ },
2712
+ Splitter: {
2713
+ splitBarDraggableSize: 20,
2714
+ splitBarSize: 2,
2715
+ splitTriggerSize: 6
2716
+ },
2717
+ Anchor: {
2718
+ linkPaddingBlock: 4,
2719
+ linkPaddingInlineStart: 16
2720
+ },
2721
+ Breadcrumb: {
2722
+ iconFontSize: 14,
2723
+ itemColor: "rgba(0, 0, 0, 0.45)",
2724
+ lastItemColor: "rgba(0, 0, 0, 0.88)",
2725
+ linkColor: "rgba(0, 0, 0, 0.45)",
2726
+ linkHoverColor: "rgba(0, 0, 0, 0.88)",
2727
+ separatorColor: "rgba(0, 0, 0, 0.45)",
2728
+ separatorMargin: 8
2729
+ },
2730
+ Dropdown: {
2731
+ paddingBlock: 5,
2732
+ zIndexPopup: 1050
2733
+ },
2734
+ Menu: {
2735
+ activeBarBorderWidth: 1,
2736
+ activeBarHeight: 2,
2737
+ activeBarWidth: 0,
2738
+ collapsedIconSize: 16,
2739
+ collapsedWidth: 80,
2740
+ dangerItemActiveBg: "#FFF2F0",
2741
+ dangerItemColor: "#FF4D4F",
2742
+ dangerItemHoverColor: "#FF4D4F",
2743
+ dangerItemSelectedBg: "#FFF2F0",
2744
+ dangerItemSelectedColor: "#FF4D4F",
2745
+ darkDangerItemActiveBg: "#FF4D4F",
2746
+ darkDangerItemColor: "#FF4D4F",
2747
+ darkDangerItemHoverColor: "#FF7875",
2748
+ darkDangerItemSelectedBg: "#FF4D4F",
2749
+ darkDangerItemSelectedColor: "#FFFFFF",
2750
+ darkGroupTitleColor: "rgba(255, 255, 255, 0.65)",
2751
+ darkItemBg: "#001529",
2752
+ darkItemColor: "rgba(255, 255, 255, 0.65)",
2753
+ darkItemDisabledColor: "rgba(255, 255, 255, 0.25)",
2754
+ darkItemHoverBg: "rgba(255, 255, 255, 0)",
2755
+ darkItemHoverColor: "#FFFFFF",
2756
+ darkItemSelectedBg: "#245EE6",
2757
+ darkItemSelectedColor: "#FFFFFF",
2758
+ darkPopupBg: "#001529",
2759
+ darkSubMenuItemBg: "#000C17",
2760
+ dropdownWidth: 160,
2761
+ groupTitleColor: "rgba(0, 0, 0, 0.45)",
2762
+ groupTitleFontSize: 14,
2763
+ groupTitleLineHeight: 1.5714285373687744,
2764
+ horizontalItemBorderRadius: 0,
2765
+ horizontalItemHoverBg: "rgba(255, 255, 255, 0)",
2766
+ horizontalItemHoverColor: "#245EE6",
2767
+ horizontalItemSelectedBg: "rgba(255, 255, 255, 0)",
2768
+ horizontalItemSelectedColor: "#245EE6",
2769
+ horizontalLineHeight: 46,
2770
+ iconMarginInlineEnd: 10,
2771
+ iconSize: 14,
2772
+ itemActiveBg: "#DBE9FE",
2773
+ itemBg: "#FFFFFF",
2774
+ itemBorderRadius: 8,
2775
+ itemColor: "rgba(0, 0, 0, 0.88)",
2776
+ itemDisabledColor: "rgba(0, 0, 0, 0.25)",
2777
+ itemHeight: 40,
2778
+ itemHoverBg: "rgba(0, 0, 0, 0.06)",
2779
+ itemHoverColor: "rgba(0, 0, 0, 0.88)",
2780
+ itemMarginBlock: 4,
2781
+ itemMarginInline: 4,
2782
+ itemPaddingInline: 16,
2783
+ itemSelectedBg: "#DBE9FE",
2784
+ itemSelectedColor: "#245EE6",
2785
+ popupBg: "#FFFFFF",
2786
+ subMenuItemBg: "rgba(0, 0, 0, 0.02)",
2787
+ subMenuItemBorderRadius: 4,
2788
+ subMenuItemSelectedColor: "#245EE6",
2789
+ zIndexPopup: 1050
2790
+ },
2791
+ Pagination: {
2792
+ itemActiveBg: "#FFFFFF",
2793
+ itemActiveBgDisabled: "rgba(0, 0, 0, 0.15)",
2794
+ itemActiveColor: "#245EE6",
2795
+ itemActiveColorDisabled: "rgba(0, 0, 0, 0.25)",
2796
+ itemActiveColorHover: "#3272F1",
2797
+ itemBg: "#FFFFFF",
2798
+ itemInputBg: "#FFFFFF",
2799
+ itemLinkBg: "#FFFFFF",
2800
+ itemSize: 32,
2801
+ itemSizeSM: 24,
2802
+ miniOptionsSizeChangerTop: 0
2803
+ },
2804
+ Steps: {
2805
+ customIconFontSize: 24,
2806
+ customIconSize: 24,
2807
+ customIconTop: 24,
2808
+ dotCurrentSize: 10,
2809
+ dotSize: 8,
2810
+ iconFontSize: 14,
2811
+ iconSize: 32,
2812
+ iconSizeSM: 24,
2813
+ iconTop: -0.5,
2814
+ navArrowColor: "rgba(0, 0, 0, 0.25)",
2815
+ navContentMaxWidth: "unset",
2816
+ titleLineHeight: 32
2817
+ },
2818
+ Tabs: {
2819
+ cardBg: "rgba(0, 0, 0, 0.02)",
2820
+ cardGutter: 2,
2821
+ cardHeight: 40,
2822
+ cardHeightLG: 48,
2823
+ cardHeightSM: 32,
2824
+ cardPadding: "8px 16px",
2825
+ cardPaddingLG: "11px 16px",
2826
+ cardPaddingSM: "4px 8px",
2827
+ horizontalItemGutter: 32,
2828
+ horizontalItemMargin: " ",
2829
+ horizontalItemMarginRTL: " ",
2830
+ horizontalItemPadding: "12px 0",
2831
+ horizontalItemPaddingLG: "16px 0",
2832
+ horizontalItemPaddingSM: "8px 0",
2833
+ horizontalMargin: "0 0 16px 0",
2834
+ inkBarColor: "#245EE6",
2835
+ itemActiveColor: "#1C4ED8",
2836
+ itemColor: "rgba(0, 0, 0, 0.88)",
2837
+ itemHoverColor: "#3272F1",
2838
+ itemSelectedColor: "#245EE6",
2839
+ titleFontSize: 14,
2840
+ titleFontSizeLG: 16,
2841
+ titleFontSizeSM: 12,
2842
+ verticalItemMargin: "16px 0 0 0",
2843
+ verticalItemPadding: "8px 24px",
2844
+ zIndexPopup: 1050
2845
+ },
2846
+ AutoComplete: {
2847
+ activeBorderColor: "#245EE6",
2848
+ activeOutlineColor: "rgba(5, 145, 255, 0.1)",
2849
+ clearBg: "#FFFFFF",
2850
+ hoverBorderColor: "#3272F1",
2851
+ multipleItemBg: "rgba(0, 0, 0, 0.06)",
2852
+ multipleItemBorderColor: "rgba(255, 255, 255, 0)",
2853
+ multipleItemBorderColorDisabled: "rgba(255, 255, 255, 0)",
2854
+ multipleItemColorDisabled: "rgba(0, 0, 0, 0.25)",
2855
+ multipleItemHeight: 24,
2856
+ multipleItemHeightLG: 32,
2857
+ multipleItemHeightSM: 16,
2858
+ multipleSelectorBgDisabled: "rgba(0, 0, 0, 0.04)",
2859
+ optionActiveBg: "rgba(0, 0, 0, 0.04)",
2860
+ optionFontSize: 14,
2861
+ optionHeight: 32,
2862
+ optionLineHeight: 1.5700000524520874,
2863
+ optionPadding: "5px 12px",
2864
+ optionSelectedBg: "#DBE9FE",
2865
+ optionSelectedColor: "rgba(0, 0, 0, 0.88)",
2866
+ optionSelectedFontWeight: 700,
2867
+ selectorBg: "#FFFFFF",
2868
+ showArrowPaddingInlineEnd: 18,
2869
+ singleItemHeightLG: 40,
2870
+ zIndexPopup: 1050
2871
+ },
2872
+ Cascader: {
2873
+ controlItemWidth: 111,
2874
+ controlWidth: 184,
2875
+ dropdownHeight: 180,
2876
+ menuPadding: 4,
2877
+ optionPadding: "5px 12px",
2878
+ optionSelectedBg: "#DBE9FE",
2879
+ optionSelectedColor: "rgba(0, 0, 0, 0.88)",
2880
+ optionSelectedFontWeight: 700
2881
+ },
2882
+ Input: {
2883
+ activeBg: "#FFFFFF",
2884
+ activeBorderColor: "#245EE6",
2885
+ activeShadow: "0 0 0 2px rgba(5,145,255,0.1)",
2886
+ addonBg: "rgba(0, 0, 0, 0.02)",
2887
+ errorActiveShadow: "0 0 0 2px rgba(255,38,5,0.06)",
2888
+ hoverBg: "#FFFFFF",
2889
+ hoverBorderColor: "#3272F1",
2890
+ inputFontSize: 14,
2891
+ inputFontSizeLG: 16,
2892
+ inputFontSizeSM: 14,
2893
+ paddingBlock: 4,
2894
+ paddingBlockLG: 7,
2895
+ paddingBlockSM: 0,
2896
+ paddingInline: 11,
2897
+ paddingInlineLG: 11,
2898
+ paddingInlineSM: 7,
2899
+ warningActiveShadow: "0 0 0 2px rgba(255,215,5,0.1)"
2900
+ },
2901
+ DatePicker: {
2902
+ activeBg: "#FFFFFF",
2903
+ activeBorderColor: "#245EE6",
2904
+ activeShadow: "0 0 0 2px rgba(5,145,255,0.1)",
2905
+ addonBg: "rgba(0, 0, 0, 0.02)",
2906
+ cellActiveWithRangeBg: "#DBE9FE",
2907
+ cellBgDisabled: "rgba(0, 0, 0, 0.04)",
2908
+ cellHeight: 24,
2909
+ cellHoverBg: "rgba(0, 0, 0, 0.04)",
2910
+ cellHoverWithRangeBg: "#CBE0FD",
2911
+ cellRangeBorderColor: "#82B4F9",
2912
+ cellWidth: 36,
2913
+ errorActiveShadow: "0 0 0 2px rgba(255,38,5,0.06)",
2914
+ hoverBg: "#FFFFFF",
2915
+ hoverBorderColor: "#3272F1",
2916
+ inputFontSize: 14,
2917
+ inputFontSizeLG: 16,
2918
+ inputFontSizeSM: 14,
2919
+ multipleItemBg: "rgba(0, 0, 0, 0.06)",
2920
+ multipleItemBorderColor: "rgba(255, 255, 255, 0)",
2921
+ multipleItemBorderColorDisabled: "rgba(255, 255, 255, 0)",
2922
+ multipleItemColorDisabled: "rgba(0, 0, 0, 0.25)",
2923
+ multipleItemHeight: 24,
2924
+ multipleItemHeightLG: 32,
2925
+ multipleItemHeightSM: 16,
2926
+ multipleSelectorBgDisabled: "rgba(0, 0, 0, 0.04)",
2927
+ paddingBlock: 4,
2928
+ paddingBlockLG: 7,
2929
+ paddingBlockSM: 0,
2930
+ paddingInline: 11,
2931
+ paddingInlineLG: 11,
2932
+ paddingInlineSM: 7,
2933
+ presetsMaxWidth: 200,
2934
+ presetsWidth: 120,
2935
+ textHeight: 40,
2936
+ timeCellHeight: 28,
2937
+ timeColumnHeight: 224,
2938
+ timeColumnWidth: 56,
2939
+ warningActiveShadow: "0 0 0 2px rgba(255,215,5,0.1)",
2940
+ withoutTimeCellHeight: 66,
2941
+ zIndexPopup: 1050
2942
+ },
2943
+ Form: {
2944
+ inlineItemMarginBottom: 0,
2945
+ itemMarginBottom: 24,
2946
+ labelColonMarginInlineEnd: 8,
2947
+ labelColonMarginInlineStart: 2,
2948
+ labelColor: "rgba(0, 0, 0, 0.88)",
2949
+ labelFontSize: 14,
2950
+ labelHeight: 32,
2951
+ labelRequiredMarkColor: "#FF4D4F",
2952
+ verticalLabelMargin: 0,
2953
+ verticalLabelPadding: "0 0 8px"
2954
+ },
2955
+ InputNumber: {
2956
+ activeBg: "#FFFFFF",
2957
+ activeBorderColor: "#245EE6",
2958
+ activeShadow: "0 0 0 2px rgba(5,145,255,0.1)",
2959
+ addonBg: "rgba(0, 0, 0, 0.02)",
2960
+ controlWidth: 90,
2961
+ errorActiveShadow: "0 0 0 2px rgba(255,38,5,0.06)",
2962
+ filledHandleBg: "#F0F0F0",
2963
+ handleActiveBg: "rgba(0, 0, 0, 0.02)",
2964
+ handleBg: "#FFFFFF",
2965
+ handleBorderColor: "#D9D9D9",
2966
+ handleFontSize: 7,
2967
+ handleHoverColor: "#245EE6",
2968
+ handleVisible: "auto",
2969
+ handleWidth: 22,
2970
+ hoverBg: "#FFFFFF",
2971
+ hoverBorderColor: "#3272F1",
2972
+ inputFontSize: 14,
2973
+ inputFontSizeLG: 16,
2974
+ inputFontSizeSM: 14,
2975
+ paddingBlock: 4,
2976
+ paddingBlockLG: 7,
2977
+ paddingBlockSM: 0,
2978
+ paddingInline: 11,
2979
+ paddingInlineLG: 11,
2980
+ paddingInlineSM: 7,
2981
+ warningActiveShadow: "0 0 0 2px rgba(255,215,5,0.1)"
2982
+ },
2983
+ Mentions: {
2984
+ activeBg: "#FFFFFF",
2985
+ activeBorderColor: "#245EE6",
2986
+ activeShadow: "0 0 0 2px rgba(5,145,255,0.1)",
2987
+ addonBg: "rgba(0, 0, 0, 0.02)",
2988
+ controlItemWidth: 100,
2989
+ dropdownHeight: 250,
2990
+ errorActiveShadow: "0 0 0 2px rgba(255,38,5,0.06)",
2991
+ hoverBg: "#FFFFFF",
2992
+ hoverBorderColor: "#3272F1",
2993
+ inputFontSize: 14,
2994
+ inputFontSizeLG: 16,
2995
+ inputFontSizeSM: 14,
2996
+ paddingBlock: 4,
2997
+ paddingBlockLG: 7,
2998
+ paddingBlockSM: 0,
2999
+ paddingInline: 11,
3000
+ paddingInlineLG: 11,
3001
+ paddingInlineSM: 7,
3002
+ warningActiveShadow: "0 0 0 2px rgba(255,215,5,0.1)",
3003
+ zIndexPopup: 1050
3004
+ },
3005
+ Radio: {
3006
+ buttonBg: "#FFFFFF",
3007
+ buttonCheckedBg: "#FFFFFF",
3008
+ buttonCheckedBgDisabled: "rgba(0, 0, 0, 0.15)",
3009
+ buttonCheckedColorDisabled: "rgba(0, 0, 0, 0.25)",
3010
+ buttonColor: "rgba(0, 0, 0, 0.88)",
3011
+ buttonPaddingInline: 15,
3012
+ buttonSolidCheckedActiveBg: "#1C4ED8",
3013
+ buttonSolidCheckedBg: "#245EE6",
3014
+ buttonSolidCheckedColor: "#FFFFFF",
3015
+ buttonSolidCheckedHoverBg: "#3272F1",
3016
+ dotColorDisabled: "rgba(0, 0, 0, 0.25)",
3017
+ dotSize: 8,
3018
+ wrapperMarginInlineEnd: 8,
3019
+ radioSize: 16
3020
+ },
3021
+ Rate: {
3022
+ starBg: "rgba(0, 0, 0, 0.06)",
3023
+ starColor: "#FADB14",
3024
+ starHoverScale: "scale(1.1)",
3025
+ starSize: 20,
3026
+ starSizeLG: 25,
3027
+ starSizeSM: 15
3028
+ },
3029
+ Select: {
3030
+ activeBorderColor: "#245EE6",
3031
+ activeOutlineColor: "rgba(5, 145, 255, 0.1)",
3032
+ clearBg: "#FFFFFF",
3033
+ hoverBorderColor: "#3272F1",
3034
+ multipleItemBg: "rgba(0, 0, 0, 0.06)",
3035
+ multipleItemBorderColor: "rgba(255, 255, 255, 0)",
3036
+ multipleItemBorderColorDisabled: "rgba(255, 255, 255, 0)",
3037
+ multipleItemColorDisabled: "rgba(0, 0, 0, 0.25)",
3038
+ multipleItemHeight: 24,
3039
+ multipleItemHeightLG: 32,
3040
+ multipleItemHeightSM: 16,
3041
+ multipleSelectorBgDisabled: "rgba(0, 0, 0, 0.04)",
3042
+ optionActiveBg: "rgba(0, 0, 0, 0.04)",
3043
+ optionFontSize: 14,
3044
+ optionHeight: 32,
3045
+ optionLineHeight: 1.5700000524520874,
3046
+ optionPadding: "5px 12px",
3047
+ optionSelectedBg: "#DBE9FE",
3048
+ optionSelectedColor: "rgba(0, 0, 0, 0.88)",
3049
+ optionSelectedFontWeight: 700,
3050
+ selectorBg: "#FFFFFF",
3051
+ showArrowPaddingInlineEnd: 18,
3052
+ singleItemHeightLG: 40,
3053
+ zIndexPopup: 1050
3054
+ },
3055
+ Slider: {
3056
+ controlSize: 10,
3057
+ dotActiveBorderColor: "#92C5FD",
3058
+ dotBorderColor: "#F0F0F0",
3059
+ dotSize: 8,
3060
+ handleActiveColor: "#245EE6",
3061
+ handleActiveOutlineColor: "#BFDBFE",
3062
+ handleColor: "#92C5FD",
3063
+ handleColorDisabled: "#414141",
3064
+ handleLineWidth: 2,
3065
+ handleLineWidthHover: 2.5,
3066
+ handleSize: 10,
3067
+ handleSizeHover: 12,
3068
+ railBg: "rgba(0, 0, 0, 0.04)",
3069
+ railHoverBg: "rgba(0, 0, 0, 0.06)",
3070
+ railSize: 4,
3071
+ trackBg: "#92C5FD",
3072
+ trackBgDisabled: "rgba(0, 0, 0, 0.04)",
3073
+ trackHoverBg: "#4D93F8"
3074
+ },
3075
+ Switch: {
3076
+ handleBg: "#FFFFFF",
3077
+ handleShadow: "0 2px 4px 0 rgba(0,35,11,0.2)",
3078
+ handleSize: 18,
3079
+ handleSizeSM: 12,
3080
+ innerMaxMargin: 24,
3081
+ innerMaxMarginSM: 18,
3082
+ innerMinMargin: 9,
3083
+ innerMinMarginSM: 6,
3084
+ trackHeight: 22,
3085
+ trackHeightSM: 16,
3086
+ trackMinWidth: 44,
3087
+ trackMinWidthSM: 28,
3088
+ trackPadding: 2
3089
+ },
3090
+ TimePicker: {
3091
+ activeBg: "#FFFFFF",
3092
+ activeBorderColor: "#245EE6",
3093
+ activeShadow: "0 0 0 2px rgba(5,145,255,0.1)",
3094
+ addonBg: "rgba(0, 0, 0, 0.02)",
3095
+ cellActiveWithRangeBg: "#DBE9FE",
3096
+ cellBgDisabled: "rgba(0, 0, 0, 0.04)",
3097
+ cellHeight: 24,
3098
+ cellHoverBg: "rgba(0, 0, 0, 0.04)",
3099
+ cellHoverWithRangeBg: "#CBE0FD",
3100
+ cellRangeBorderColor: "#82B4F9",
3101
+ cellWidth: 36,
3102
+ errorActiveShadow: "0 0 0 2px rgba(255,38,5,0.06)",
3103
+ hoverBg: "#FFFFFF",
3104
+ hoverBorderColor: "#3272F1",
3105
+ inputFontSize: 14,
3106
+ inputFontSizeLG: 16,
3107
+ inputFontSizeSM: 14,
3108
+ multipleItemBg: "rgba(0, 0, 0, 0.06)",
3109
+ multipleItemBorderColor: "rgba(255, 255, 255, 0)",
3110
+ multipleItemBorderColorDisabled: "rgba(255, 255, 255, 0)",
3111
+ multipleItemColorDisabled: "rgba(0, 0, 0, 0.25)",
3112
+ multipleItemHeight: 24,
3113
+ multipleItemHeightLG: 32,
3114
+ multipleItemHeightSM: 16,
3115
+ multipleSelectorBgDisabled: "rgba(0, 0, 0, 0.04)",
3116
+ paddingBlock: 4,
3117
+ paddingBlockLG: 7,
3118
+ paddingBlockSM: 0,
3119
+ paddingInline: 11,
3120
+ paddingInlineLG: 11,
3121
+ paddingInlineSM: 7,
3122
+ presetsMaxWidth: 200,
3123
+ presetsWidth: 120,
3124
+ textHeight: 40,
3125
+ timeCellHeight: 28,
3126
+ timeColumnHeight: 224,
3127
+ timeColumnWidth: 56,
3128
+ warningActiveShadow: "0 0 0 2px rgba(255,215,5,0.1)",
3129
+ withoutTimeCellHeight: 66,
3130
+ zIndexPopup: 1050
3131
+ },
3132
+ Transfer: {
3133
+ headerHeight: 40,
3134
+ itemHeight: 32,
3135
+ itemPaddingBlock: 5,
3136
+ listHeight: 200,
3137
+ listWidth: 180,
3138
+ listWidthLG: 250
3139
+ },
3140
+ TreeSelect: {
3141
+ indentSize: 24,
3142
+ nodeHoverBg: "rgba(0, 0, 0, 0.04)",
3143
+ nodeHoverColor: "rgba(0, 0, 0, 0.88)",
3144
+ nodeSelectedBg: "#DBE9FE",
3145
+ nodeSelectedColor: "rgba(0, 0, 0, 0.88)",
3146
+ titleHeight: 24
3147
+ },
3148
+ Upload: {
3149
+ actionsColor: "rgba(0, 0, 0, 0.45)",
3150
+ pictureCardSize: 102
3151
+ },
3152
+ Avatar: {
3153
+ containerSize: 32,
3154
+ containerSizeLG: 40,
3155
+ containerSizeSM: 24,
3156
+ groupBorderColor: "#FFFFFF",
3157
+ groupOverlapping: -8,
3158
+ groupSpace: 4,
3159
+ iconFontSize: 18,
3160
+ iconFontSizeLG: 24,
3161
+ iconFontSizeSM: 14,
3162
+ textFontSize: 14,
3163
+ textFontSizeLG: 14,
3164
+ textFontSizeSM: 14
3165
+ },
3166
+ Badge: {
3167
+ dotSize: 6,
3168
+ indicatorHeight: 20,
3169
+ indicatorHeightSM: 14,
3170
+ indicatorZIndex: "auto",
3171
+ statusSize: 6,
3172
+ textFontSize: 12,
3173
+ textFontSizeSM: 12,
3174
+ textFontWeight: 400
3175
+ },
3176
+ Calendar: {
3177
+ fullBg: "#FFFFFF",
3178
+ fullPanelBg: "#FFFFFF",
3179
+ itemActiveBg: "#DBE9FE",
3180
+ miniContentHeight: 256,
3181
+ monthControlWidth: 70,
3182
+ yearControlWidth: 80
3183
+ },
3184
+ Card: {
3185
+ actionsBg: "#FFFFFF",
3186
+ actionsLiMargin: "12px 0",
3187
+ bodyPadding: 24,
3188
+ bodyPaddingSM: 12,
3189
+ extraColor: "rgba(0, 0, 0, 0.88)",
3190
+ headerBg: "rgba(255, 255, 255, 0)",
3191
+ headerFontSize: 16,
3192
+ headerFontSizeSM: 14,
3193
+ headerHeight: 56,
3194
+ headerHeightSM: 38,
3195
+ headerPadding: 24,
3196
+ headerPaddingSM: 12,
3197
+ tabsMarginBottom: -17
3198
+ },
3199
+ Carousel: {
3200
+ arrowOffset: 8,
3201
+ arrowSize: 16,
3202
+ dotActiveWidth: 24,
3203
+ dotGap: 4,
3204
+ dotHeight: 3,
3205
+ dotOffset: 12,
3206
+ dotWidth: 16
3207
+ },
3208
+ Descriptions: {
3209
+ colonMarginLeft: 2,
3210
+ colonMarginRight: 8,
3211
+ contentColor: "rgba(0, 0, 0, 0.88)",
3212
+ extraColor: "rgba(0, 0, 0, 0.88)",
3213
+ itemPaddingBottom: 16,
3214
+ itemPaddingEnd: 16,
3215
+ labelBg: "rgba(0, 0, 0, 0.02)",
3216
+ labelColor: "rgba(0, 0, 0, 0.45)",
3217
+ titleColor: "rgba(0, 0, 0, 0.88)",
3218
+ titleMarginBottom: 20
3219
+ },
3220
+ Image: {
3221
+ previewOperationColor: "rgba(255, 255, 255, 0.65)",
3222
+ previewOperationColorDisabled: "rgba(255, 255, 255, 0.25)",
3223
+ previewOperationHoverColor: "rgba(255, 255, 255, 0.85)",
3224
+ previewOperationSize: 18,
3225
+ zIndexPopup: 1080
3226
+ },
3227
+ List: {
3228
+ avatarMarginRight: 16,
3229
+ contentWidth: 220,
3230
+ descriptionFontSize: 14,
3231
+ emptyTextPadding: 16,
3232
+ footerBg: "rgba(255, 255, 255, 0)",
3233
+ headerBg: "rgba(255, 255, 255, 0)",
3234
+ itemPadding: "12px 0",
3235
+ itemPaddingLG: "16px 24px",
3236
+ itemPaddingSM: "8px 16px",
3237
+ metaMarginBottom: 16,
3238
+ titleMarginBottom: 12
3239
+ },
3240
+ Popover: {
3241
+ titleMinWidth: 177,
3242
+ zIndexPopup: 1030
3243
+ },
3244
+ Segmented: {
3245
+ itemActiveBg: "rgba(0, 0, 0, 0.15)",
3246
+ itemColor: "rgba(0, 0, 0, 0.65)",
3247
+ itemHoverBg: "rgba(0, 0, 0, 0.06)",
3248
+ itemHoverColor: "rgba(0, 0, 0, 0.88)",
3249
+ itemSelectedBg: "#FFFFFF",
3250
+ itemSelectedColor: "rgba(0, 0, 0, 0.88)",
3251
+ trackBg: "#F5F5F5",
3252
+ trackPadding: 2
3253
+ },
3254
+ Statistic: {
3255
+ contentFontSize: 24,
3256
+ titleFontSize: 14
3257
+ },
3258
+ Table: {
3259
+ bodySortBg: "#FAFAFA",
3260
+ borderColor: "#F0F0F0",
3261
+ cellFontSize: 14,
3262
+ cellFontSizeMD: 14,
3263
+ cellFontSizeSM: 14,
3264
+ cellPaddingBlock: 16,
3265
+ cellPaddingBlockMD: 12,
3266
+ cellPaddingBlockSM: 8,
3267
+ cellPaddingInline: 16,
3268
+ cellPaddingInlineMD: 8,
3269
+ cellPaddingInlineSM: 8,
3270
+ expandIconBg: "#FFFFFF",
3271
+ filterDropdownBg: "#FFFFFF",
3272
+ filterDropdownMenuBg: "#FFFFFF",
3273
+ fixedHeaderSortActiveBg: "#1C1C1C",
3274
+ footerBg: "#0D0D0D",
3275
+ footerColor: "rgba(0, 0, 0, 0.88)",
3276
+ headerBg: "#0D0D0D",
3277
+ headerBorderRadius: 8,
3278
+ headerColor: "rgba(0, 0, 0, 0.88)",
3279
+ headerFilterHoverBg: "rgba(0, 0, 0, 0.06)",
3280
+ headerSortActiveBg: "#1C1C1C",
3281
+ headerSortHoverBg: "#1C1C1C",
3282
+ headerSplitColor: "#F0F0F0",
3283
+ rowExpandedBg: "rgba(0, 0, 0, 0.02)",
3284
+ rowHoverBg: "#0D0D0D",
3285
+ rowSelectedBg: "#DBE9FE",
3286
+ rowSelectedHoverBg: "#BFDBFE",
3287
+ selectionColumnWidth: 32,
3288
+ stickyScrollBarBg: "rgba(0, 0, 0, 0.25)",
3289
+ stickyScrollBarBorderRadius: 100
3290
+ },
3291
+ Tag: {
3292
+ defaultBg: "#19191C",
3293
+ defaultColor: "rgba(0, 0, 0, 0.88)",
3294
+ solidTextColor: "#FFFFFF"
3295
+ },
3296
+ Timeline: {
3297
+ dotBorderWidth: 2,
3298
+ itemPaddingBottom: 20,
3299
+ tailColor: "#EEEFF1",
3300
+ tailWidth: 2
3301
+ },
3302
+ Tooltip: {
3303
+ zIndexPopup: 1070
3304
+ },
3305
+ Tour: {
3306
+ closeBtnSize: 0,
3307
+ primaryNextBtnHoverBg: "#171717",
3308
+ primaryPrevBtnBg: "rgba(0, 0, 0, 0.15)",
3309
+ zIndexPopup: 1070
3310
+ },
3311
+ Tree: {
3312
+ directoryNodeSelectedBg: "#245EE6",
3313
+ directoryNodeSelectedColor: "#FFFFFF",
3314
+ indentSize: 24,
3315
+ nodeHoverBg: "rgba(0, 0, 0, 0.04)",
3316
+ nodeHoverColor: "rgba(0, 0, 0, 0.88)",
3317
+ nodeSelectedBg: "#DBE9FE",
3318
+ nodeSelectedColor: "rgba(0, 0, 0, 0.88)",
3319
+ titleHeight: 24
3320
+ },
3321
+ Alert: {
3322
+ defaultPadding: "8px 12px",
3323
+ withDescriptionIconSize: 24,
3324
+ withDescriptionPadding: "20px 24px"
3325
+ },
3326
+ Drawer: {
3327
+ draggerSize: 4,
3328
+ footerPaddingBlock: 8,
3329
+ footerPaddingInline: 16,
3330
+ zIndexPopup: 1e3
3331
+ },
3332
+ Message: {
3333
+ contentBg: "#FFFFFF",
3334
+ contentPadding: "9px 12px",
3335
+ zIndexPopup: 2010
3336
+ },
3337
+ Modal: {
3338
+ contentBg: "#FFFFFF",
3339
+ footerBg: "rgba(255, 255, 255, 0)",
3340
+ headerBg: "#FFFFFF",
3341
+ titleColor: "rgba(0, 0, 0, 0.88)",
3342
+ titleFontSize: 16,
3343
+ titleLineHeight: 1.5
3344
+ },
3345
+ Notification: {
3346
+ colorErrorBg: "rgba(255, 255, 255, 0)",
3347
+ colorInfoBg: "rgba(255, 255, 255, 0)",
3348
+ colorSuccessBg: "rgba(255, 255, 255, 0)",
3349
+ colorWarningBg: "rgba(255, 255, 255, 0)",
3350
+ width: 384,
3351
+ zIndexPopup: 2050
3352
+ },
3353
+ Popconfirm: {
3354
+ zIndexPopup: 1060
3355
+ },
3356
+ Progress: {
3357
+ "circleTextFontSize 2": "1.1666666666666667em",
3358
+ circleTextColor: "rgba(0, 0, 0, 0.88)",
3359
+ circleTextFontSize: "1em",
3360
+ defaultColor: "#3496FF",
3361
+ lineBorderRadius: 100,
3362
+ remainingColor: "rgba(0, 0, 0, 0.06)"
3363
+ },
3364
+ Result: {
3365
+ extraMargin: "24px 0 0 0",
3366
+ iconFontSize: 72,
3367
+ subtitleFontSize: 14,
3368
+ titleFontSize: 24
3369
+ },
3370
+ Skeleton: {
3371
+ blockRadius: 4,
3372
+ gradientFromColor: "rgba(0, 0, 0, 0.06)",
3373
+ gradientToColor: "rgba(0, 0, 0, 0.15)",
3374
+ paragraphLiHeight: 16,
3375
+ paragraphMarginTop: 28,
3376
+ titleHeight: 28
3377
+ },
3378
+ Spin: {
3379
+ contentHeight: 400,
3380
+ dotSize: 20,
3381
+ dotSizeLG: 32,
3382
+ dotSizeSM: 14
3383
+ },
3384
+ Collapse: {
3385
+ borderlessContentBg: "rgba(255, 255, 255, 0)",
3386
+ borderlessContentPadding: "4px 16px 16px",
3387
+ contentBg: "#FFFFFF",
3388
+ contentPadding: "16px 16px",
3389
+ headerBg: "rgba(0, 0, 0, 0.02)",
3390
+ headerPadding: "12px 16px"
3391
+ }
3392
+ }
3393
+ }, ot = (r) => {
3394
+ const o = r === "dark" ? Go : To;
3395
+ return {
3396
+ algorithm: r === "dark" ? ne.darkAlgorithm : ne.defaultAlgorithm,
3397
+ token: o.token,
3398
+ components: o.components
3399
+ };
3400
+ };
3401
+ ot("light");
3402
+ const mr = (r) => {
3403
+ const o = d.c(24);
3404
+ let e, t, i, n, a;
3405
+ o[0] !== r ? ({
3406
+ mode: n,
3407
+ theme: t,
3408
+ locale: a,
3409
+ children: e,
3410
+ ...i
3411
+ } = r, o[0] = r, o[1] = e, o[2] = t, o[3] = i, o[4] = n, o[5] = a) : (e = o[1], t = o[2], i = o[3], n = o[4], a = o[5]);
3412
+ const s = n === void 0 ? "light" : n, g = a === void 0 ? ko : a;
3413
+ let F;
3414
+ o[6] !== s ? (F = ot(s), o[6] = s, o[7] = F) : F = o[7];
3415
+ const u = F, m = t?.token;
3416
+ let S;
3417
+ o[8] !== u.token || o[9] !== m ? (S = {
3418
+ ...u.token,
3419
+ ...m
3420
+ }, o[8] = u.token, o[9] = m, o[10] = S) : S = o[10];
3421
+ const O = t?.components;
3422
+ let C;
3423
+ o[11] !== u.components || o[12] !== O ? (C = {
3424
+ ...u.components,
3425
+ ...O
3426
+ }, o[11] = u.components, o[12] = O, o[13] = C) : C = o[13];
3427
+ let T;
3428
+ o[14] !== u || o[15] !== t || o[16] !== S || o[17] !== C ? (T = {
3429
+ ...u,
3430
+ ...t,
3431
+ token: S,
3432
+ components: C
3433
+ }, o[14] = u, o[15] = t, o[16] = S, o[17] = C, o[18] = T) : T = o[18];
3434
+ const _ = T;
3435
+ let G;
3436
+ return o[19] !== e || o[20] !== g || o[21] !== _ || o[22] !== i ? (G = /* @__PURE__ */ l(Yt, { theme: _, locale: g, ...i, children: e }), o[19] = e, o[20] = g, o[21] = _, o[22] = i, o[23] = G) : G = o[23], G;
3437
+ }, Lo = c((r, o) => {
3438
+ const e = d.c(7);
3439
+ let t, i;
3440
+ e[0] !== r ? ({
3441
+ children: t,
3442
+ ...i
3443
+ } = r, e[0] = r, e[1] = t, e[2] = i) : (t = e[1], i = e[2]);
3444
+ const n = o;
3445
+ let a;
3446
+ return e[3] !== t || e[4] !== i || e[5] !== n ? (a = /* @__PURE__ */ l(Kt, { ref: n, ...i, children: t }), e[3] = t, e[4] = i, e[5] = n, e[6] = a) : a = e[6], a;
3447
+ });
3448
+ Lo.displayName = "GZInputNumber";
3449
+ const rt = c((r, o) => {
3450
+ const e = d.c(7);
3451
+ let t, i;
3452
+ e[0] !== r ? ({
3453
+ children: t,
3454
+ ...i
3455
+ } = r, e[0] = r, e[1] = t, e[2] = i) : (t = e[1], i = e[2]);
3456
+ let n;
3457
+ return e[3] !== t || e[4] !== o || e[5] !== i ? (n = /* @__PURE__ */ l(V.Group, { ref: o, ...i, children: t }), e[3] = t, e[4] = o, e[5] = i, e[6] = n) : n = e[6], n;
3458
+ });
3459
+ rt.displayName = "GZRadioGroup";
3460
+ const it = c((r, o) => {
3461
+ const e = d.c(7);
3462
+ let t, i;
3463
+ e[0] !== r ? ({
3464
+ children: t,
3465
+ ...i
3466
+ } = r, e[0] = r, e[1] = t, e[2] = i) : (t = e[1], i = e[2]);
3467
+ const n = o;
3468
+ let a;
3469
+ return e[3] !== t || e[4] !== i || e[5] !== n ? (a = /* @__PURE__ */ l(V.Button, { ref: n, ...i, children: t }), e[3] = t, e[4] = i, e[5] = n, e[6] = a) : a = e[6], a;
3470
+ });
3471
+ it.displayName = "GZRadioButton";
3472
+ const wo = c((r, o) => {
3473
+ const e = d.c(7);
3474
+ let t, i;
3475
+ e[0] !== r ? ({
3476
+ children: t,
3477
+ ...i
3478
+ } = r, e[0] = r, e[1] = t, e[2] = i) : (t = e[1], i = e[2]);
3479
+ const n = o;
3480
+ let a;
3481
+ return e[3] !== t || e[4] !== i || e[5] !== n ? (a = /* @__PURE__ */ l(V, { ref: n, ...i, children: t }), e[3] = t, e[4] = i, e[5] = n, e[6] = a) : a = e[6], a;
3482
+ }), oe = wo;
3483
+ oe.Group = rt;
3484
+ oe.Button = it;
3485
+ oe.displayName = "GZRadio";
3486
+ const $o = c((r, o) => {
3487
+ const e = d.c(3), t = o;
3488
+ let i;
3489
+ return e[0] !== r || e[1] !== t ? (i = /* @__PURE__ */ l(Jt, { ref: t, ...r }), e[0] = r, e[1] = t, e[2] = i) : i = e[2], i;
3490
+ });
3491
+ $o.displayName = "GZRate";
3492
+ const nt = c((r, o) => {
3493
+ const e = d.c(7);
3494
+ let t, i;
3495
+ e[0] !== r ? ({
3496
+ children: t,
3497
+ ...i
3498
+ } = r, e[0] = r, e[1] = t, e[2] = i) : (t = e[1], i = e[2]);
3499
+ const n = o;
3500
+ let a;
3501
+ return e[3] !== t || e[4] !== i || e[5] !== n ? (a = /* @__PURE__ */ l(Q.Option, { ref: n, ...i, children: t }), e[3] = t, e[4] = i, e[5] = n, e[6] = a) : a = e[6], a;
3502
+ });
3503
+ nt.displayName = "GZSelectOption";
3504
+ const at = c((r, o) => {
3505
+ const e = d.c(7);
3506
+ let t, i;
3507
+ e[0] !== r ? ({
3508
+ children: t,
3509
+ ...i
3510
+ } = r, e[0] = r, e[1] = t, e[2] = i) : (t = e[1], i = e[2]);
3511
+ const n = o;
3512
+ let a;
3513
+ return e[3] !== t || e[4] !== i || e[5] !== n ? (a = /* @__PURE__ */ l(Q.OptGroup, { ref: n, ...i, children: t }), e[3] = t, e[4] = i, e[5] = n, e[6] = a) : a = e[6], a;
3514
+ });
3515
+ at.displayName = "GZSelectOptGroup";
3516
+ const Wo = c((r, o) => {
3517
+ const e = d.c(3), t = o;
3518
+ let i;
3519
+ return e[0] !== r || e[1] !== t ? (i = /* @__PURE__ */ l(Q, { ref: t, ...r }), e[0] = r, e[1] = t, e[2] = i) : i = e[2], i;
3520
+ }), re = Wo;
3521
+ re.Option = nt;
3522
+ re.OptGroup = at;
3523
+ re.displayName = "GZSelect";
3524
+ var q = { exports: {} };
3525
+ var Se;
3526
+ function Ro() {
3527
+ return Se || (Se = 1, (function(r) {
3528
+ (function() {
3529
+ var o = {}.hasOwnProperty;
3530
+ function e() {
3531
+ for (var t = [], i = 0; i < arguments.length; i++) {
3532
+ var n = arguments[i];
3533
+ if (n) {
3534
+ var a = typeof n;
3535
+ if (a === "string" || a === "number")
3536
+ t.push(n);
3537
+ else if (Array.isArray(n)) {
3538
+ if (n.length) {
3539
+ var s = e.apply(null, n);
3540
+ s && t.push(s);
3541
+ }
3542
+ } else if (a === "object") {
3543
+ if (n.toString !== Object.prototype.toString && !n.toString.toString().includes("[native code]")) {
3544
+ t.push(n.toString());
3545
+ continue;
3546
+ }
3547
+ for (var g in n)
3548
+ o.call(n, g) && n[g] && t.push(g);
3549
+ }
3550
+ }
3551
+ }
3552
+ return t.join(" ");
3553
+ }
3554
+ r.exports ? (e.default = e, r.exports = e) : window.classNames = e;
3555
+ })();
3556
+ })(q)), q.exports;
3557
+ }
3558
+ var No = Ro();
3559
+ const Oo = /* @__PURE__ */ Ee(No), _o = c((r, o) => {
3560
+ const e = d.c(9);
3561
+ let t, i;
3562
+ e[0] !== r ? ({
3563
+ className: t,
3564
+ ...i
3565
+ } = r, e[0] = r, e[1] = t, e[2] = i) : (t = e[1], i = e[2]);
3566
+ let n;
3567
+ e[3] !== t ? (n = Oo("gz-switch", t), e[3] = t, e[4] = n) : n = e[4];
3568
+ let a;
3569
+ return e[5] !== o || e[6] !== i || e[7] !== n ? (a = /* @__PURE__ */ l(eo, { ref: o, className: n, ...i }), e[5] = o, e[6] = i, e[7] = n, e[8] = a) : a = e[8], a;
3570
+ });
3571
+ _o.displayName = "Switch";
3572
+ const lt = c((r, o) => {
3573
+ const e = d.c(3);
3574
+ let t;
3575
+ return e[0] !== r || e[1] !== o ? (t = /* @__PURE__ */ l(Ce.RangePicker, { ref: o, ...r }), e[0] = r, e[1] = o, e[2] = t) : t = e[2], t;
3576
+ });
3577
+ lt.displayName = "GZTimeRangePicker";
3578
+ const Zo = c((r, o) => {
3579
+ const e = d.c(3);
3580
+ let t;
3581
+ return e[0] !== r || e[1] !== o ? (t = /* @__PURE__ */ l(Ce, { ref: o, ...r }), e[0] = r, e[1] = o, e[2] = t) : t = e[2], t;
3582
+ }), dt = Zo;
3583
+ dt.RangePicker = lt;
3584
+ dt.displayName = "GZTimePicker";
3585
+ const ct = c((r, o) => {
3586
+ const e = d.c(5);
3587
+ let t;
3588
+ e[0] !== r ? (t = /* @__PURE__ */ l(w.List, { ...r }), e[0] = r, e[1] = t) : t = e[1];
3589
+ let i;
3590
+ return e[2] !== o || e[3] !== t ? (i = /* @__PURE__ */ l("div", { ref: o, children: t }), e[2] = o, e[3] = t, e[4] = i) : i = e[4], i;
3591
+ });
3592
+ ct.displayName = "GZTransferList";
3593
+ const gt = c((r, o) => {
3594
+ const e = d.c(5);
3595
+ let t;
3596
+ e[0] !== r ? (t = /* @__PURE__ */ l(w.Search, { ...r }), e[0] = r, e[1] = t) : t = e[1];
3597
+ let i;
3598
+ return e[2] !== o || e[3] !== t ? (i = /* @__PURE__ */ l("div", { ref: o, children: t }), e[2] = o, e[3] = t, e[4] = i) : i = e[4], i;
3599
+ });
3600
+ gt.displayName = "GZTransferSearch";
3601
+ const Ft = c((r, o) => {
3602
+ const e = d.c(5);
3603
+ let t;
3604
+ e[0] !== r ? (t = /* @__PURE__ */ l(w.Operation, { ...r }), e[0] = r, e[1] = t) : t = e[1];
3605
+ let i;
3606
+ return e[2] !== o || e[3] !== t ? (i = /* @__PURE__ */ l("div", { ref: o, children: t }), e[2] = o, e[3] = t, e[4] = i) : i = e[4], i;
3607
+ });
3608
+ Ft.displayName = "GZTransferOperation";
3609
+ const Xo = c((r, o) => {
3610
+ const e = d.c(6);
3611
+ let t;
3612
+ e[0] === /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel") ? (t = {
3613
+ width: "100%"
3614
+ }, e[0] = t) : t = e[0];
3615
+ let i;
3616
+ e[1] !== r ? (i = /* @__PURE__ */ l(w, { ...r }), e[1] = r, e[2] = i) : i = e[2];
3617
+ let n;
3618
+ return e[3] !== o || e[4] !== i ? (n = /* @__PURE__ */ l("div", { ref: o, style: t, children: i }), e[3] = o, e[4] = i, e[5] = n) : n = e[5], n;
3619
+ }), N = Xo;
3620
+ N.List = ct;
3621
+ N.Search = gt;
3622
+ N.Operation = Ft;
3623
+ N.displayName = "GZTransfer";
3624
+ const st = c((r, o) => {
3625
+ const e = d.c(7);
3626
+ let t, i;
3627
+ e[0] !== r ? ({
3628
+ children: t,
3629
+ ...i
3630
+ } = r, e[0] = r, e[1] = t, e[2] = i) : (t = e[1], i = e[2]);
3631
+ const n = o, a = i;
3632
+ let s;
3633
+ return e[3] !== t || e[4] !== n || e[5] !== a ? (s = /* @__PURE__ */ l(f.TreeNode, { ref: n, ...a, children: t }), e[3] = t, e[4] = n, e[5] = a, e[6] = s) : s = e[6], s;
3634
+ });
3635
+ st.displayName = "GZTreeNode";
3636
+ const qo = c((r, o) => {
3637
+ const e = d.c(3), t = o;
3638
+ let i;
3639
+ return e[0] !== r || e[1] !== t ? (i = /* @__PURE__ */ l(f, { ref: t, ...r }), e[0] = r, e[1] = t, e[2] = i) : i = e[2], i;
3640
+ }), A = qo;
3641
+ A.TreeNode = st;
3642
+ A.SHOW_ALL = f.SHOW_ALL;
3643
+ A.SHOW_PARENT = f.SHOW_PARENT;
3644
+ A.SHOW_CHILD = f.SHOW_CHILD;
3645
+ A.displayName = "GZTreeSelect";
3646
+ const ut = c((r, o) => {
3647
+ const e = d.c(7);
3648
+ let t, i;
3649
+ e[0] !== r ? ({
3650
+ children: t,
3651
+ ...i
3652
+ } = r, e[0] = r, e[1] = t, e[2] = i) : (t = e[1], i = e[2]);
3653
+ let n;
3654
+ return e[3] !== t || e[4] !== o || e[5] !== i ? (n = /* @__PURE__ */ l(U.Dragger, { ref: o, ...i, children: t }), e[3] = t, e[4] = o, e[5] = i, e[6] = n) : n = e[6], n;
3655
+ });
3656
+ ut.displayName = "GZDragger";
3657
+ const jo = c((r, o) => {
3658
+ const e = d.c(7);
3659
+ let t, i;
3660
+ e[0] !== r ? ({
3661
+ children: t,
3662
+ ...i
3663
+ } = r, e[0] = r, e[1] = t, e[2] = i) : (t = e[1], i = e[2]);
3664
+ const n = o;
3665
+ let a;
3666
+ return e[3] !== t || e[4] !== i || e[5] !== n ? (a = /* @__PURE__ */ l(U, { ref: n, ...i, children: t }), e[3] = t, e[4] = i, e[5] = n, e[6] = a) : a = e[6], a;
3667
+ }), ie = jo;
3668
+ ie.Dragger = ut;
3669
+ ie.LIST_IGNORE = U.LIST_IGNORE;
3670
+ ie.displayName = "GZUpload";
3671
+ const mt = c((r, o) => {
3672
+ const e = d.c(3);
3673
+ let t;
3674
+ return e[0] !== r || e[1] !== o ? (t = /* @__PURE__ */ l(Y, { ref: o, ...r }), e[0] = r, e[1] = o, e[2] = t) : t = e[2], t;
3675
+ });
3676
+ mt.displayName = "GZCard";
3677
+ const St = (r) => {
3678
+ const o = d.c(2);
3679
+ let e;
3680
+ return o[0] !== r ? (e = /* @__PURE__ */ l(Y.Grid, { ...r }), o[0] = r, o[1] = e) : e = o[1], e;
3681
+ };
3682
+ St.displayName = "GZCardGrid";
3683
+ const Bt = (r) => {
3684
+ const o = d.c(2);
3685
+ let e;
3686
+ return o[0] !== r ? (e = /* @__PURE__ */ l(Y.Meta, { ...r }), o[0] = r, o[1] = e) : e = o[1], e;
3687
+ };
3688
+ Bt.displayName = "GZCardMeta";
3689
+ const ht = mt;
3690
+ ht.Grid = St;
3691
+ ht.Meta = Bt;
3692
+ const bt = c((r, o) => {
3693
+ const e = d.c(3);
3694
+ let t;
3695
+ return e[0] !== r || e[1] !== o ? (t = /* @__PURE__ */ l(ve, { ref: o, ...r }), e[0] = r, e[1] = o, e[2] = t) : t = e[2], t;
3696
+ });
3697
+ bt.displayName = "GZCollapse";
3698
+ const pt = c((r, o) => {
3699
+ const e = d.c(3);
3700
+ let t;
3701
+ return e[0] !== r || e[1] !== o ? (t = /* @__PURE__ */ l(ve.Panel, { ref: o, ...r }), e[0] = r, e[1] = o, e[2] = t) : t = e[2], t;
3702
+ });
3703
+ pt.displayName = "GZCollapsePanel";
3704
+ const Vo = bt;
3705
+ Vo.Panel = pt;
3706
+ const Ct = (r) => {
3707
+ const o = d.c(2);
3708
+ let e;
3709
+ return o[0] !== r ? (e = /* @__PURE__ */ l(K, { ...r }), o[0] = r, o[1] = e) : e = o[1], e;
3710
+ };
3711
+ Ct.displayName = "GZEmpty";
3712
+ const vt = Ct;
3713
+ vt.PRESENTED_IMAGE_DEFAULT = K.PRESENTED_IMAGE_DEFAULT;
3714
+ vt.PRESENTED_IMAGE_SIMPLE = K.PRESENTED_IMAGE_SIMPLE;
3715
+ const Qo = c((r, o) => {
3716
+ const e = d.c(3);
3717
+ let t;
3718
+ return e[0] !== r || e[1] !== o ? (t = /* @__PURE__ */ l(to, { ref: o, ...r }), e[0] = r, e[1] = o, e[2] = t) : t = e[2], t;
3719
+ });
3720
+ Qo.displayName = "GZPopover";
3721
+ const Uo = c((r, o) => {
3722
+ const e = d.c(3);
3723
+ let t;
3724
+ return e[0] !== r || e[1] !== o ? (t = /* @__PURE__ */ l(oo, { ref: o, ...r }), e[0] = r, e[1] = o, e[2] = t) : t = e[2], t;
3725
+ });
3726
+ Uo.displayName = "GZSegmented";
3727
+ const zt = c((r, o) => {
3728
+ const e = d.c(3);
3729
+ let t;
3730
+ return e[0] !== r || e[1] !== o ? (t = /* @__PURE__ */ l(J, { ref: o, ...r }), e[0] = r, e[1] = o, e[2] = t) : t = e[2], t;
3731
+ });
3732
+ zt.displayName = "GZTag";
3733
+ const It = c((r, o) => {
3734
+ const e = d.c(3);
3735
+ let t;
3736
+ return e[0] !== r || e[1] !== o ? (t = /* @__PURE__ */ l(J.CheckableTag, { ref: o, ...r }), e[0] = r, e[1] = o, e[2] = t) : t = e[2], t;
3737
+ });
3738
+ It.displayName = "GZCheckableTag";
3739
+ const Dt = c((r, o) => {
3740
+ const e = d.c(3);
3741
+ let t;
3742
+ return e[0] !== r || e[1] !== o ? (t = /* @__PURE__ */ l(J.CheckableTagGroup, { ref: o, ...r }), e[0] = r, e[1] = o, e[2] = t) : t = e[2], t;
3743
+ });
3744
+ Dt.displayName = "GZCheckableTagGroup";
3745
+ const Pt = zt;
3746
+ Pt.CheckableTag = It;
3747
+ Pt.CheckableTagGroup = Dt;
3748
+ const Ht = (r) => {
3749
+ const o = d.c(2);
3750
+ let e;
3751
+ return o[0] !== r ? (e = /* @__PURE__ */ l(ze, { ...r }), o[0] = r, o[1] = e) : e = o[1], e;
3752
+ };
3753
+ Ht.displayName = "GZTimeline";
3754
+ const Mt = (r) => {
3755
+ const o = d.c(2);
3756
+ let e;
3757
+ return o[0] !== r ? (e = /* @__PURE__ */ l(ze.Item, { ...r }), o[0] = r, o[1] = e) : e = o[1], e;
3758
+ };
3759
+ Mt.displayName = "GZTimelineItem";
3760
+ const Yo = Ht;
3761
+ Yo.Item = Mt;
3762
+ const Ko = c((r, o) => {
3763
+ const e = d.c(3);
3764
+ let t;
3765
+ return e[0] !== r || e[1] !== o ? (t = /* @__PURE__ */ l(ro, { ref: o, ...r }), e[0] = r, e[1] = o, e[2] = t) : t = e[2], t;
3766
+ });
3767
+ Ko.displayName = "GZTooltip";
3768
+ const Et = c((r, o) => {
3769
+ const e = d.c(3);
3770
+ let t;
3771
+ return e[0] !== r || e[1] !== o ? (t = /* @__PURE__ */ l(Ie, { ref: o, ...r }), e[0] = r, e[1] = o, e[2] = t) : t = e[2], t;
3772
+ });
3773
+ Et.displayName = "GZAlert";
3774
+ const Jo = Ie.ErrorBoundary, xt = (r) => {
3775
+ const o = d.c(2);
3776
+ let e;
3777
+ return o[0] !== r ? (e = /* @__PURE__ */ l(Jo, { ...r }), o[0] = r, o[1] = e) : e = o[1], e;
3778
+ };
3779
+ xt.displayName = "GZAlertErrorBoundary";
3780
+ const er = Et;
3781
+ er.ErrorBoundary = xt;
3782
+ const yt = c((r, o) => {
3783
+ const e = d.c(3);
3784
+ let t;
3785
+ return e[0] !== r || e[1] !== o ? (t = /* @__PURE__ */ l(De, { ref: o, ...r }), e[0] = r, e[1] = o, e[2] = t) : t = e[2], t;
3786
+ });
3787
+ yt.displayName = "GZTree";
3788
+ const tr = De.DirectoryTree, ft = c((r, o) => {
3789
+ const e = d.c(3);
3790
+ let t;
3791
+ return e[0] !== r || e[1] !== o ? (t = /* @__PURE__ */ l(tr, { ref: o, ...r }), e[0] = r, e[1] = o, e[2] = t) : t = e[2], t;
3792
+ });
3793
+ ft.displayName = "GZDirectoryTree";
3794
+ const or = yt;
3795
+ or.DirectoryTree = ft;
3796
+ const rr = (r) => {
3797
+ const o = d.c(2);
3798
+ let e;
3799
+ return o[0] !== r ? (e = /* @__PURE__ */ l(io, { ...r }), o[0] = r, o[1] = e) : e = o[1], e;
3800
+ };
3801
+ rr.displayName = "GZDrawer";
3802
+ const At = (r) => {
3803
+ const o = d.c(2);
3804
+ let e;
3805
+ return o[0] !== r ? (e = /* @__PURE__ */ l(Pe, { ...r }), o[0] = r, o[1] = e) : e = o[1], e;
3806
+ };
3807
+ At.displayName = "GZModal";
3808
+ const ir = At;
3809
+ Object.assign(ir, Pe);
3810
+ const nr = c((r, o) => {
3811
+ const e = d.c(3);
3812
+ let t;
3813
+ return e[0] !== r || e[1] !== o ? (t = /* @__PURE__ */ l(no, { ref: o, ...r }), e[0] = r, e[1] = o, e[2] = t) : t = e[2], t;
3814
+ });
3815
+ nr.displayName = "GZPopconfirm";
3816
+ const ar = c((r, o) => {
3817
+ const e = d.c(3);
3818
+ let t;
3819
+ return e[0] !== r || e[1] !== o ? (t = /* @__PURE__ */ l(ao, { ref: o, ...r }), e[0] = r, e[1] = o, e[2] = t) : t = e[2], t;
3820
+ });
3821
+ ar.displayName = "GZProgress";
3822
+ const kt = (r) => {
3823
+ const o = d.c(2);
3824
+ let e;
3825
+ return o[0] !== r ? (e = /* @__PURE__ */ l(He, { ...r }), o[0] = r, o[1] = e) : e = o[1], e;
3826
+ };
3827
+ kt.displayName = "GZResult";
3828
+ const lr = kt;
3829
+ Object.assign(lr, He);
3830
+ const Tt = (r) => {
3831
+ const o = d.c(2);
3832
+ let e;
3833
+ return o[0] !== r ? (e = /* @__PURE__ */ l(v, { ...r }), o[0] = r, o[1] = e) : e = o[1], e;
3834
+ };
3835
+ Tt.displayName = "GZSkeleton";
3836
+ const Gt = (r) => {
3837
+ const o = d.c(2);
3838
+ let e;
3839
+ return o[0] !== r ? (e = /* @__PURE__ */ l(v.Button, { ...r }), o[0] = r, o[1] = e) : e = o[1], e;
3840
+ };
3841
+ Gt.displayName = "GZSkeletonButton";
3842
+ const Lt = (r) => {
3843
+ const o = d.c(2);
3844
+ let e;
3845
+ return o[0] !== r ? (e = /* @__PURE__ */ l(v.Avatar, { ...r }), o[0] = r, o[1] = e) : e = o[1], e;
3846
+ };
3847
+ Lt.displayName = "GZSkeletonAvatar";
3848
+ const wt = (r) => {
3849
+ const o = d.c(2);
3850
+ let e;
3851
+ return o[0] !== r ? (e = /* @__PURE__ */ l(v.Input, { ...r }), o[0] = r, o[1] = e) : e = o[1], e;
3852
+ };
3853
+ wt.displayName = "GZSkeletonInput";
3854
+ const $t = (r) => {
3855
+ const o = d.c(2);
3856
+ let e;
3857
+ return o[0] !== r ? (e = /* @__PURE__ */ l(v.Image, { ...r }), o[0] = r, o[1] = e) : e = o[1], e;
3858
+ };
3859
+ $t.displayName = "GZSkeletonImage";
3860
+ const Wt = (r) => {
3861
+ const o = d.c(2);
3862
+ let e;
3863
+ return o[0] !== r ? (e = /* @__PURE__ */ l(v.Node, { ...r }), o[0] = r, o[1] = e) : e = o[1], e;
3864
+ };
3865
+ Wt.displayName = "GZSkeletonNode";
3866
+ const k = Tt;
3867
+ k.Button = Gt;
3868
+ k.Avatar = Lt;
3869
+ k.Input = wt;
3870
+ k.Image = $t;
3871
+ k.Node = Wt;
3872
+ const Rt = (r) => {
3873
+ const o = d.c(2);
3874
+ let e;
3875
+ return o[0] !== r ? (e = /* @__PURE__ */ l(Me, { ...r }), o[0] = r, o[1] = e) : e = o[1], e;
3876
+ };
3877
+ Rt.displayName = "GZSpin";
3878
+ const dr = Rt;
3879
+ Object.assign(dr, Me);
3880
+ const Nt = (r) => {
3881
+ const o = d.c(2);
3882
+ let e;
3883
+ return o[0] !== r ? (e = /* @__PURE__ */ l(ee, { ...r }), o[0] = r, o[1] = e) : e = o[1], e;
3884
+ };
3885
+ Nt.displayName = "GZImage";
3886
+ const Ot = (r) => {
3887
+ const o = d.c(2);
3888
+ let e;
3889
+ return o[0] !== r ? (e = /* @__PURE__ */ l(ee.PreviewGroup, { ...r }), o[0] = r, o[1] = e) : e = o[1], e;
3890
+ };
3891
+ Ot.displayName = "GZImagePreviewGroup";
3892
+ const _t = Nt;
3893
+ Object.assign(_t, ee);
3894
+ _t.PreviewGroup = Ot;
3895
+ export {
3896
+ er as Alert,
3897
+ bo as AutoComplete,
3898
+ We as Avatar,
3899
+ Ne as Badge,
3900
+ uo as Breadcrumb,
3901
+ hr as Button,
3902
+ vo as Calendar,
3903
+ ht as Card,
3904
+ R as Cascader,
3905
+ _e as Checkbox,
3906
+ Vo as Collapse,
3907
+ mr as ConfigProvider,
3908
+ p as DatePicker,
3909
+ lo as Divider,
3910
+ rr as Drawer,
3911
+ mo as Dropdown,
3912
+ vt as Empty,
3913
+ h as Form,
3914
+ _t as Image,
3915
+ $ as Input,
3916
+ Lo as InputNumber,
3917
+ W as Menu,
3918
+ ir as Modal,
3919
+ So as Pagination,
3920
+ nr as Popconfirm,
3921
+ Qo as Popover,
3922
+ ar as Progress,
3923
+ oe as Radio,
3924
+ $o as Rate,
3925
+ lr as Result,
3926
+ Uo as Segmented,
3927
+ re as Select,
3928
+ k as Skeleton,
3929
+ ye as Space,
3930
+ dr as Spin,
3931
+ Bo as Steps,
3932
+ _o as Switch,
3933
+ ho as Tabs,
3934
+ Pt as Tag,
3935
+ dt as TimePicker,
3936
+ Yo as Timeline,
3937
+ Ko as Tooltip,
3938
+ N as Transfer,
3939
+ or as Tree,
3940
+ A as TreeSelect,
3941
+ ie as Upload,
3942
+ pr as message,
3943
+ Cr as notification
3944
+ };