@chenhui996/gg-ui 0.0.12-beta.0 → 0.1.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (305) hide show
  1. package/gz-ui-lib/gg-ui.css +1 -1
  2. package/gz-ui-lib/index.cjs +1 -1
  3. package/gz-ui-lib/index.js +7841 -2122
  4. package/gz-ui-lib/{components → src/components}/config-provider/index.d.ts +4 -3
  5. package/gz-ui-lib/{index.d.ts → src/index.d.ts} +1 -0
  6. package/gz-ui-lib/src/styles/themes/buttonGradient.d.ts +20 -0
  7. package/gz-ui-lib/src/styles/themes/themeConfig.d.ts +273 -0
  8. package/package.json +6 -2
  9. package/gz-ui-lib/styles/themes/themeConfig.d.ts +0 -3
  10. /package/gz-ui-lib/{components → src/components}/alert/Alert.d.ts +0 -0
  11. /package/gz-ui-lib/{components → src/components}/alert/ErrorBoundary.d.ts +0 -0
  12. /package/gz-ui-lib/{components → src/components}/alert/demo/action.d.ts +0 -0
  13. /package/gz-ui-lib/{components → src/components}/alert/demo/banner.d.ts +0 -0
  14. /package/gz-ui-lib/{components → src/components}/alert/demo/basic.d.ts +0 -0
  15. /package/gz-ui-lib/{components → src/components}/alert/demo/closable.d.ts +0 -0
  16. /package/gz-ui-lib/{components → src/components}/alert/demo/description.d.ts +0 -0
  17. /package/gz-ui-lib/{components → src/components}/alert/demo/error-boundary.d.ts +0 -0
  18. /package/gz-ui-lib/{components → src/components}/alert/demo/icon.d.ts +0 -0
  19. /package/gz-ui-lib/{components → src/components}/alert/demo/loop-banner.d.ts +0 -0
  20. /package/gz-ui-lib/{components → src/components}/alert/demo/smooth-closed.d.ts +0 -0
  21. /package/gz-ui-lib/{components → src/components}/alert/demo/style.d.ts +0 -0
  22. /package/gz-ui-lib/{components → src/components}/alert/index.d.ts +0 -0
  23. /package/gz-ui-lib/{components → src/components}/auto-complete/index.d.ts +0 -0
  24. /package/gz-ui-lib/{components → src/components}/avatar/Group.d.ts +0 -0
  25. /package/gz-ui-lib/{components → src/components}/avatar/index.d.ts +0 -0
  26. /package/gz-ui-lib/{components → src/components}/badge/Ribbon.d.ts +0 -0
  27. /package/gz-ui-lib/{components → src/components}/badge/index.d.ts +0 -0
  28. /package/gz-ui-lib/{components → src/components}/breadcrumb/Breadcrumb.d.ts +0 -0
  29. /package/gz-ui-lib/{components → src/components}/breadcrumb/index.d.ts +0 -0
  30. /package/gz-ui-lib/{components → src/components}/button/index.d.ts +0 -0
  31. /package/gz-ui-lib/{components → src/components}/calendar/index.d.ts +0 -0
  32. /package/gz-ui-lib/{components → src/components}/card/Card.d.ts +0 -0
  33. /package/gz-ui-lib/{components → src/components}/card/Grid.d.ts +0 -0
  34. /package/gz-ui-lib/{components → src/components}/card/Meta.d.ts +0 -0
  35. /package/gz-ui-lib/{components → src/components}/card/index.d.ts +0 -0
  36. /package/gz-ui-lib/{components → src/components}/cascader/index.d.ts +0 -0
  37. /package/gz-ui-lib/{components → src/components}/checkbox/Group.d.ts +0 -0
  38. /package/gz-ui-lib/{components → src/components}/checkbox/index.d.ts +0 -0
  39. /package/gz-ui-lib/{components → src/components}/collapse/Collapse.d.ts +0 -0
  40. /package/gz-ui-lib/{components → src/components}/collapse/Panel.d.ts +0 -0
  41. /package/gz-ui-lib/{components → src/components}/collapse/index.d.ts +0 -0
  42. /package/gz-ui-lib/{components → src/components}/date-picker/MonthPicker.d.ts +0 -0
  43. /package/gz-ui-lib/{components → src/components}/date-picker/QuarterPicker.d.ts +0 -0
  44. /package/gz-ui-lib/{components → src/components}/date-picker/RangePicker.d.ts +0 -0
  45. /package/gz-ui-lib/{components → src/components}/date-picker/TimePicker.d.ts +0 -0
  46. /package/gz-ui-lib/{components → src/components}/date-picker/WeekPicker.d.ts +0 -0
  47. /package/gz-ui-lib/{components → src/components}/date-picker/YearPicker.d.ts +0 -0
  48. /package/gz-ui-lib/{components → src/components}/date-picker/index.d.ts +0 -0
  49. /package/gz-ui-lib/{components → src/components}/divider/Divider.d.ts +0 -0
  50. /package/gz-ui-lib/{components → src/components}/divider/index.d.ts +0 -0
  51. /package/gz-ui-lib/{components → src/components}/drawer/Drawer.d.ts +0 -0
  52. /package/gz-ui-lib/{components → src/components}/drawer/demo/basic-right.d.ts +0 -0
  53. /package/gz-ui-lib/{components → src/components}/drawer/demo/closable-placement.d.ts +0 -0
  54. /package/gz-ui-lib/{components → src/components}/drawer/demo/extra.d.ts +0 -0
  55. /package/gz-ui-lib/{components → src/components}/drawer/demo/form-in-drawer.d.ts +0 -0
  56. /package/gz-ui-lib/{components → src/components}/drawer/demo/loading.d.ts +0 -0
  57. /package/gz-ui-lib/{components → src/components}/drawer/demo/mask.d.ts +0 -0
  58. /package/gz-ui-lib/{components → src/components}/drawer/demo/multi-level-drawer.d.ts +0 -0
  59. /package/gz-ui-lib/{components → src/components}/drawer/demo/placement.d.ts +0 -0
  60. /package/gz-ui-lib/{components → src/components}/drawer/demo/render-in-current.d.ts +0 -0
  61. /package/gz-ui-lib/{components → src/components}/drawer/demo/resizable.d.ts +0 -0
  62. /package/gz-ui-lib/{components → src/components}/drawer/demo/size.d.ts +0 -0
  63. /package/gz-ui-lib/{components → src/components}/drawer/demo/user-profile.d.ts +0 -0
  64. /package/gz-ui-lib/{components → src/components}/drawer/index.d.ts +0 -0
  65. /package/gz-ui-lib/{components → src/components}/dropdown/Dropdown.d.ts +0 -0
  66. /package/gz-ui-lib/{components → src/components}/dropdown/index.d.ts +0 -0
  67. /package/gz-ui-lib/{components → src/components}/empty/Empty.d.ts +0 -0
  68. /package/gz-ui-lib/{components → src/components}/empty/index.d.ts +0 -0
  69. /package/gz-ui-lib/{components → src/components}/flex/Flex.d.ts +0 -0
  70. /package/gz-ui-lib/{components → src/components}/flex/demo/align.d.ts +0 -0
  71. /package/gz-ui-lib/{components → src/components}/flex/demo/basic.d.ts +0 -0
  72. /package/gz-ui-lib/{components → src/components}/flex/demo/combination.d.ts +0 -0
  73. /package/gz-ui-lib/{components → src/components}/flex/demo/gap.d.ts +0 -0
  74. /package/gz-ui-lib/{components → src/components}/flex/demo/wrap.d.ts +0 -0
  75. /package/gz-ui-lib/{components → src/components}/flex/index.d.ts +0 -0
  76. /package/gz-ui-lib/{components → src/components}/form/ErrorList.d.ts +0 -0
  77. /package/gz-ui-lib/{components → src/components}/form/Form.d.ts +0 -0
  78. /package/gz-ui-lib/{components → src/components}/form/Item.d.ts +0 -0
  79. /package/gz-ui-lib/{components → src/components}/form/List.d.ts +0 -0
  80. /package/gz-ui-lib/{components → src/components}/form/Provider.d.ts +0 -0
  81. /package/gz-ui-lib/{components → src/components}/form/demo/advanced-search.d.ts +0 -0
  82. /package/gz-ui-lib/{components → src/components}/form/demo/basic.d.ts +0 -0
  83. /package/gz-ui-lib/{components → src/components}/form/demo/col-24-debug.d.ts +0 -0
  84. /package/gz-ui-lib/{components → src/components}/form/demo/complex-form-control.d.ts +0 -0
  85. /package/gz-ui-lib/{components → src/components}/form/demo/component-token.d.ts +0 -0
  86. /package/gz-ui-lib/{components → src/components}/form/demo/control-hooks.d.ts +0 -0
  87. /package/gz-ui-lib/{components → src/components}/form/demo/custom-feedback-icons.d.ts +0 -0
  88. /package/gz-ui-lib/{components → src/components}/form/demo/customized-form-controls.d.ts +0 -0
  89. /package/gz-ui-lib/{components → src/components}/form/demo/disabled.d.ts +0 -0
  90. /package/gz-ui-lib/{components → src/components}/form/demo/dynamic-form-item.d.ts +0 -0
  91. /package/gz-ui-lib/{components → src/components}/form/demo/dynamic-form-items-complex.d.ts +0 -0
  92. /package/gz-ui-lib/{components → src/components}/form/demo/dynamic-form-items-no-style.d.ts +0 -0
  93. /package/gz-ui-lib/{components → src/components}/form/demo/dynamic-form-items.d.ts +0 -0
  94. /package/gz-ui-lib/{components → src/components}/form/demo/dynamic-rule.d.ts +0 -0
  95. /package/gz-ui-lib/{components → src/components}/form/demo/form-context.d.ts +0 -0
  96. /package/gz-ui-lib/{components → src/components}/form/demo/form-dependencies.d.ts +0 -0
  97. /package/gz-ui-lib/{components → src/components}/form/demo/form-in-modal.d.ts +0 -0
  98. /package/gz-ui-lib/{components → src/components}/form/demo/form-item-path.d.ts +0 -0
  99. /package/gz-ui-lib/{components → src/components}/form/demo/getValueProps-normalize.d.ts +0 -0
  100. /package/gz-ui-lib/{components → src/components}/form/demo/global-state.d.ts +0 -0
  101. /package/gz-ui-lib/{components → src/components}/form/demo/inline-login.d.ts +0 -0
  102. /package/gz-ui-lib/{components → src/components}/form/demo/label-debug.d.ts +0 -0
  103. /package/gz-ui-lib/{components → src/components}/form/demo/layout-can-wrap.d.ts +0 -0
  104. /package/gz-ui-lib/{components → src/components}/form/demo/layout-multiple.d.ts +0 -0
  105. /package/gz-ui-lib/{components → src/components}/form/demo/layout.d.ts +0 -0
  106. /package/gz-ui-lib/{components → src/components}/form/demo/login.d.ts +0 -0
  107. /package/gz-ui-lib/{components → src/components}/form/demo/nest-messages.d.ts +0 -0
  108. /package/gz-ui-lib/{components → src/components}/form/demo/ref-item.d.ts +0 -0
  109. /package/gz-ui-lib/{components → src/components}/form/demo/register.d.ts +0 -0
  110. /package/gz-ui-lib/{components → src/components}/form/demo/required-mark.d.ts +0 -0
  111. /package/gz-ui-lib/{components → src/components}/form/demo/size.d.ts +0 -0
  112. /package/gz-ui-lib/{components → src/components}/form/demo/style-class.d.ts +0 -0
  113. /package/gz-ui-lib/{components → src/components}/form/demo/time-related-controls.d.ts +0 -0
  114. /package/gz-ui-lib/{components → src/components}/form/demo/useWatch.d.ts +0 -0
  115. /package/gz-ui-lib/{components → src/components}/form/demo/validate-only.d.ts +0 -0
  116. /package/gz-ui-lib/{components → src/components}/form/demo/validate-other.d.ts +0 -0
  117. /package/gz-ui-lib/{components → src/components}/form/demo/validate-scroll-to-field.d.ts +0 -0
  118. /package/gz-ui-lib/{components → src/components}/form/demo/validate-static.d.ts +0 -0
  119. /package/gz-ui-lib/{components → src/components}/form/demo/validate-trigger.d.ts +0 -0
  120. /package/gz-ui-lib/{components → src/components}/form/demo/variant.d.ts +0 -0
  121. /package/gz-ui-lib/{components → src/components}/form/demo/warning-only.d.ts +0 -0
  122. /package/gz-ui-lib/{components → src/components}/form/demo/without-form-create.d.ts +0 -0
  123. /package/gz-ui-lib/{components → src/components}/form/index.d.ts +0 -0
  124. /package/gz-ui-lib/{components → src/components}/image/Image.d.ts +0 -0
  125. /package/gz-ui-lib/{components → src/components}/image/PreviewGroup.d.ts +0 -0
  126. /package/gz-ui-lib/{components → src/components}/image/demo/basic.d.ts +0 -0
  127. /package/gz-ui-lib/{components → src/components}/image/demo/controlled-preview.d.ts +0 -0
  128. /package/gz-ui-lib/{components → src/components}/image/demo/fallback.d.ts +0 -0
  129. /package/gz-ui-lib/{components → src/components}/image/demo/imageRender.d.ts +0 -0
  130. /package/gz-ui-lib/{components → src/components}/image/demo/mask.d.ts +0 -0
  131. /package/gz-ui-lib/{components → src/components}/image/demo/nested.d.ts +0 -0
  132. /package/gz-ui-lib/{components → src/components}/image/demo/placeholder.d.ts +0 -0
  133. /package/gz-ui-lib/{components → src/components}/image/demo/preview-group-visible.d.ts +0 -0
  134. /package/gz-ui-lib/{components → src/components}/image/demo/preview-group.d.ts +0 -0
  135. /package/gz-ui-lib/{components → src/components}/image/demo/previewSrc.d.ts +0 -0
  136. /package/gz-ui-lib/{components → src/components}/image/demo/toolbarRender.d.ts +0 -0
  137. /package/gz-ui-lib/{components → src/components}/image/index.d.ts +0 -0
  138. /package/gz-ui-lib/{components → src/components}/input/Input.d.ts +0 -0
  139. /package/gz-ui-lib/{components → src/components}/input/OTP.d.ts +0 -0
  140. /package/gz-ui-lib/{components → src/components}/input/Password.d.ts +0 -0
  141. /package/gz-ui-lib/{components → src/components}/input/Search.d.ts +0 -0
  142. /package/gz-ui-lib/{components → src/components}/input/TextArea.d.ts +0 -0
  143. /package/gz-ui-lib/{components → src/components}/input/index.d.ts +0 -0
  144. /package/gz-ui-lib/{components → src/components}/input-number/index.d.ts +0 -0
  145. /package/gz-ui-lib/{components → src/components}/menu/Menu.d.ts +0 -0
  146. /package/gz-ui-lib/{components → src/components}/menu/index.d.ts +0 -0
  147. /package/gz-ui-lib/{components → src/components}/message/demo/custom-style.d.ts +0 -0
  148. /package/gz-ui-lib/{components → src/components}/message/demo/duration.d.ts +0 -0
  149. /package/gz-ui-lib/{components → src/components}/message/demo/hooks.d.ts +0 -0
  150. /package/gz-ui-lib/{components → src/components}/message/demo/info.d.ts +0 -0
  151. /package/gz-ui-lib/{components → src/components}/message/demo/loading.d.ts +0 -0
  152. /package/gz-ui-lib/{components → src/components}/message/demo/other.d.ts +0 -0
  153. /package/gz-ui-lib/{components → src/components}/message/demo/thenable.d.ts +0 -0
  154. /package/gz-ui-lib/{components → src/components}/message/demo/update.d.ts +0 -0
  155. /package/gz-ui-lib/{components → src/components}/message/index.d.ts +0 -0
  156. /package/gz-ui-lib/{components → src/components}/modal/Modal.d.ts +0 -0
  157. /package/gz-ui-lib/{components → src/components}/modal/demo/async.d.ts +0 -0
  158. /package/gz-ui-lib/{components → src/components}/modal/demo/basic.d.ts +0 -0
  159. /package/gz-ui-lib/{components → src/components}/modal/demo/button-props.d.ts +0 -0
  160. /package/gz-ui-lib/{components → src/components}/modal/demo/confirm-router.d.ts +0 -0
  161. /package/gz-ui-lib/{components → src/components}/modal/demo/confirm.d.ts +0 -0
  162. /package/gz-ui-lib/{components → src/components}/modal/demo/footer-render.d.ts +0 -0
  163. /package/gz-ui-lib/{components → src/components}/modal/demo/footer.d.ts +0 -0
  164. /package/gz-ui-lib/{components → src/components}/modal/demo/hooks.d.ts +0 -0
  165. /package/gz-ui-lib/{components → src/components}/modal/demo/loading.d.ts +0 -0
  166. /package/gz-ui-lib/{components → src/components}/modal/demo/locale.d.ts +0 -0
  167. /package/gz-ui-lib/{components → src/components}/modal/demo/manual.d.ts +0 -0
  168. /package/gz-ui-lib/{components → src/components}/modal/demo/mask.d.ts +0 -0
  169. /package/gz-ui-lib/{components → src/components}/modal/demo/modal-render.d.ts +0 -0
  170. /package/gz-ui-lib/{components → src/components}/modal/demo/position.d.ts +0 -0
  171. /package/gz-ui-lib/{components → src/components}/modal/demo/static-info.d.ts +0 -0
  172. /package/gz-ui-lib/{components → src/components}/modal/demo/width.d.ts +0 -0
  173. /package/gz-ui-lib/{components → src/components}/modal/index.d.ts +0 -0
  174. /package/gz-ui-lib/{components → src/components}/notification/demo/basic.d.ts +0 -0
  175. /package/gz-ui-lib/{components → src/components}/notification/demo/custom-icon.d.ts +0 -0
  176. /package/gz-ui-lib/{components → src/components}/notification/demo/custom-style.d.ts +0 -0
  177. /package/gz-ui-lib/{components → src/components}/notification/demo/duration.d.ts +0 -0
  178. /package/gz-ui-lib/{components → src/components}/notification/demo/hooks.d.ts +0 -0
  179. /package/gz-ui-lib/{components → src/components}/notification/demo/placement.d.ts +0 -0
  180. /package/gz-ui-lib/{components → src/components}/notification/demo/progress-color.d.ts +0 -0
  181. /package/gz-ui-lib/{components → src/components}/notification/demo/show-with-progress.d.ts +0 -0
  182. /package/gz-ui-lib/{components → src/components}/notification/demo/stack.d.ts +0 -0
  183. /package/gz-ui-lib/{components → src/components}/notification/demo/update.d.ts +0 -0
  184. /package/gz-ui-lib/{components → src/components}/notification/demo/with-btn.d.ts +0 -0
  185. /package/gz-ui-lib/{components → src/components}/notification/demo/with-icon.d.ts +0 -0
  186. /package/gz-ui-lib/{components → src/components}/notification/index.d.ts +0 -0
  187. /package/gz-ui-lib/{components → src/components}/pagination/Pagination.d.ts +0 -0
  188. /package/gz-ui-lib/{components → src/components}/pagination/index.d.ts +0 -0
  189. /package/gz-ui-lib/{components → src/components}/popconfirm/Popconfirm.d.ts +0 -0
  190. /package/gz-ui-lib/{components → src/components}/popconfirm/demo/async.d.ts +0 -0
  191. /package/gz-ui-lib/{components → src/components}/popconfirm/demo/basic.d.ts +0 -0
  192. /package/gz-ui-lib/{components → src/components}/popconfirm/demo/dynamic-trigger.d.ts +0 -0
  193. /package/gz-ui-lib/{components → src/components}/popconfirm/demo/icon.d.ts +0 -0
  194. /package/gz-ui-lib/{components → src/components}/popconfirm/demo/locale.d.ts +0 -0
  195. /package/gz-ui-lib/{components → src/components}/popconfirm/demo/placement.d.ts +0 -0
  196. /package/gz-ui-lib/{components → src/components}/popconfirm/demo/promise.d.ts +0 -0
  197. /package/gz-ui-lib/{components → src/components}/popconfirm/demo/shift.d.ts +0 -0
  198. /package/gz-ui-lib/{components → src/components}/popconfirm/index.d.ts +0 -0
  199. /package/gz-ui-lib/{components → src/components}/popover/Popover.d.ts +0 -0
  200. /package/gz-ui-lib/{components → src/components}/popover/index.d.ts +0 -0
  201. /package/gz-ui-lib/{components → src/components}/progress/Progress.d.ts +0 -0
  202. /package/gz-ui-lib/{components → src/components}/progress/demo/circle-micro.d.ts +0 -0
  203. /package/gz-ui-lib/{components → src/components}/progress/demo/circle-mini.d.ts +0 -0
  204. /package/gz-ui-lib/{components → src/components}/progress/demo/circle-steps.d.ts +0 -0
  205. /package/gz-ui-lib/{components → src/components}/progress/demo/circle.d.ts +0 -0
  206. /package/gz-ui-lib/{components → src/components}/progress/demo/dashboard.d.ts +0 -0
  207. /package/gz-ui-lib/{components → src/components}/progress/demo/dynamic.d.ts +0 -0
  208. /package/gz-ui-lib/{components → src/components}/progress/demo/format.d.ts +0 -0
  209. /package/gz-ui-lib/{components → src/components}/progress/demo/gradient-line.d.ts +0 -0
  210. /package/gz-ui-lib/{components → src/components}/progress/demo/info-position.d.ts +0 -0
  211. /package/gz-ui-lib/{components → src/components}/progress/demo/line-mini.d.ts +0 -0
  212. /package/gz-ui-lib/{components → src/components}/progress/demo/line.d.ts +0 -0
  213. /package/gz-ui-lib/{components → src/components}/progress/demo/linecap.d.ts +0 -0
  214. /package/gz-ui-lib/{components → src/components}/progress/demo/segment.d.ts +0 -0
  215. /package/gz-ui-lib/{components → src/components}/progress/demo/size.d.ts +0 -0
  216. /package/gz-ui-lib/{components → src/components}/progress/demo/steps.d.ts +0 -0
  217. /package/gz-ui-lib/{components → src/components}/progress/index.d.ts +0 -0
  218. /package/gz-ui-lib/{components → src/components}/radio/Button.d.ts +0 -0
  219. /package/gz-ui-lib/{components → src/components}/radio/Group.d.ts +0 -0
  220. /package/gz-ui-lib/{components → src/components}/radio/index.d.ts +0 -0
  221. /package/gz-ui-lib/{components → src/components}/rate/index.d.ts +0 -0
  222. /package/gz-ui-lib/{components → src/components}/result/Result.d.ts +0 -0
  223. /package/gz-ui-lib/{components → src/components}/result/demo/403.d.ts +0 -0
  224. /package/gz-ui-lib/{components → src/components}/result/demo/404.d.ts +0 -0
  225. /package/gz-ui-lib/{components → src/components}/result/demo/500.d.ts +0 -0
  226. /package/gz-ui-lib/{components → src/components}/result/demo/customIcon.d.ts +0 -0
  227. /package/gz-ui-lib/{components → src/components}/result/demo/error.d.ts +0 -0
  228. /package/gz-ui-lib/{components → src/components}/result/demo/info.d.ts +0 -0
  229. /package/gz-ui-lib/{components → src/components}/result/demo/success.d.ts +0 -0
  230. /package/gz-ui-lib/{components → src/components}/result/demo/warning.d.ts +0 -0
  231. /package/gz-ui-lib/{components → src/components}/result/index.d.ts +0 -0
  232. /package/gz-ui-lib/{components → src/components}/segmented/Segmented.d.ts +0 -0
  233. /package/gz-ui-lib/{components → src/components}/segmented/index.d.ts +0 -0
  234. /package/gz-ui-lib/{components → src/components}/select/OptGroup.d.ts +0 -0
  235. /package/gz-ui-lib/{components → src/components}/select/Option.d.ts +0 -0
  236. /package/gz-ui-lib/{components → src/components}/select/index.d.ts +0 -0
  237. /package/gz-ui-lib/{components → src/components}/skeleton/Avatar.d.ts +0 -0
  238. /package/gz-ui-lib/{components → src/components}/skeleton/Button.d.ts +0 -0
  239. /package/gz-ui-lib/{components → src/components}/skeleton/Image.d.ts +0 -0
  240. /package/gz-ui-lib/{components → src/components}/skeleton/Input.d.ts +0 -0
  241. /package/gz-ui-lib/{components → src/components}/skeleton/Node.d.ts +0 -0
  242. /package/gz-ui-lib/{components → src/components}/skeleton/Skeleton.d.ts +0 -0
  243. /package/gz-ui-lib/{components → src/components}/skeleton/demo/active.d.ts +0 -0
  244. /package/gz-ui-lib/{components → src/components}/skeleton/demo/basic.d.ts +0 -0
  245. /package/gz-ui-lib/{components → src/components}/skeleton/demo/children.d.ts +0 -0
  246. /package/gz-ui-lib/{components → src/components}/skeleton/demo/complex.d.ts +0 -0
  247. /package/gz-ui-lib/{components → src/components}/skeleton/demo/element.d.ts +0 -0
  248. /package/gz-ui-lib/{components → src/components}/skeleton/demo/list.d.ts +0 -0
  249. /package/gz-ui-lib/{components → src/components}/skeleton/index.d.ts +0 -0
  250. /package/gz-ui-lib/{components → src/components}/space/Addon.d.ts +0 -0
  251. /package/gz-ui-lib/{components → src/components}/space/Compact.d.ts +0 -0
  252. /package/gz-ui-lib/{components → src/components}/space/Space.d.ts +0 -0
  253. /package/gz-ui-lib/{components → src/components}/space/index.d.ts +0 -0
  254. /package/gz-ui-lib/{components → src/components}/spin/Spin.d.ts +0 -0
  255. /package/gz-ui-lib/{components → src/components}/spin/demo/basic.d.ts +0 -0
  256. /package/gz-ui-lib/{components → src/components}/spin/demo/custom-indicator.d.ts +0 -0
  257. /package/gz-ui-lib/{components → src/components}/spin/demo/delayAndDebounce.d.ts +0 -0
  258. /package/gz-ui-lib/{components → src/components}/spin/demo/fullscreen.d.ts +0 -0
  259. /package/gz-ui-lib/{components → src/components}/spin/demo/nested.d.ts +0 -0
  260. /package/gz-ui-lib/{components → src/components}/spin/demo/percent.d.ts +0 -0
  261. /package/gz-ui-lib/{components → src/components}/spin/demo/size.d.ts +0 -0
  262. /package/gz-ui-lib/{components → src/components}/spin/demo/tip.d.ts +0 -0
  263. /package/gz-ui-lib/{components → src/components}/spin/index.d.ts +0 -0
  264. /package/gz-ui-lib/{components → src/components}/steps/Steps.d.ts +0 -0
  265. /package/gz-ui-lib/{components → src/components}/steps/index.d.ts +0 -0
  266. /package/gz-ui-lib/{components → src/components}/switch/index.d.ts +0 -0
  267. /package/gz-ui-lib/{components → src/components}/tabs/Tabs.d.ts +0 -0
  268. /package/gz-ui-lib/{components → src/components}/tabs/index.d.ts +0 -0
  269. /package/gz-ui-lib/{components → src/components}/tag/CheckableTag.d.ts +0 -0
  270. /package/gz-ui-lib/{components → src/components}/tag/CheckableTagGroup.d.ts +0 -0
  271. /package/gz-ui-lib/{components → src/components}/tag/Tag.d.ts +0 -0
  272. /package/gz-ui-lib/{components → src/components}/tag/index.d.ts +0 -0
  273. /package/gz-ui-lib/{components → src/components}/time-picker/RangePicker.d.ts +0 -0
  274. /package/gz-ui-lib/{components → src/components}/time-picker/index.d.ts +0 -0
  275. /package/gz-ui-lib/{components → src/components}/timeline/Item.d.ts +0 -0
  276. /package/gz-ui-lib/{components → src/components}/timeline/Timeline.d.ts +0 -0
  277. /package/gz-ui-lib/{components → src/components}/timeline/index.d.ts +0 -0
  278. /package/gz-ui-lib/{components → src/components}/tooltip/Tooltip.d.ts +0 -0
  279. /package/gz-ui-lib/{components → src/components}/tooltip/index.d.ts +0 -0
  280. /package/gz-ui-lib/{components → src/components}/transfer/List.d.ts +0 -0
  281. /package/gz-ui-lib/{components → src/components}/transfer/Operation.d.ts +0 -0
  282. /package/gz-ui-lib/{components → src/components}/transfer/Search.d.ts +0 -0
  283. /package/gz-ui-lib/{components → src/components}/transfer/index.d.ts +0 -0
  284. /package/gz-ui-lib/{components → src/components}/tree/DirectoryTree.d.ts +0 -0
  285. /package/gz-ui-lib/{components → src/components}/tree/Tree.d.ts +0 -0
  286. /package/gz-ui-lib/{components → src/components}/tree/demo/basic-controlled.d.ts +0 -0
  287. /package/gz-ui-lib/{components → src/components}/tree/demo/basic.d.ts +0 -0
  288. /package/gz-ui-lib/{components → src/components}/tree/demo/block-node.d.ts +0 -0
  289. /package/gz-ui-lib/{components → src/components}/tree/demo/customized-icon.d.ts +0 -0
  290. /package/gz-ui-lib/{components → src/components}/tree/demo/directory.d.ts +0 -0
  291. /package/gz-ui-lib/{components → src/components}/tree/demo/draggable.d.ts +0 -0
  292. /package/gz-ui-lib/{components → src/components}/tree/demo/dynamic.d.ts +0 -0
  293. /package/gz-ui-lib/{components → src/components}/tree/demo/line.d.ts +0 -0
  294. /package/gz-ui-lib/{components → src/components}/tree/demo/search.d.ts +0 -0
  295. /package/gz-ui-lib/{components → src/components}/tree/demo/switcher-icon.d.ts +0 -0
  296. /package/gz-ui-lib/{components → src/components}/tree/demo/virtual-scroll.d.ts +0 -0
  297. /package/gz-ui-lib/{components → src/components}/tree/index.d.ts +0 -0
  298. /package/gz-ui-lib/{components → src/components}/tree-select/TreeNode.d.ts +0 -0
  299. /package/gz-ui-lib/{components → src/components}/tree-select/index.d.ts +0 -0
  300. /package/gz-ui-lib/{components → src/components}/upload/Dragger.d.ts +0 -0
  301. /package/gz-ui-lib/{components → src/components}/upload/index.d.ts +0 -0
  302. /package/gz-ui-lib/{styles → src/styles}/themes/darkColors.d.ts +0 -0
  303. /package/gz-ui-lib/{styles → src/styles}/themes/darkThemeTokens.d.ts +0 -0
  304. /package/gz-ui-lib/{styles → src/styles}/themes/lightColors.d.ts +0 -0
  305. /package/gz-ui-lib/{styles → src/styles}/themes/lightThemeTokens.d.ts +0 -0
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});;/* empty css */const c=require("./index-BtVxhCkQ.cjs"),d=require("react/jsx-runtime"),g=require("react"),a=require("antd");function ce(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}const ge=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(9);let o,i;e[0]!==r?({children:o,...i}=r,e[0]=r,e[1]=o,e[2]=i):(o=e[1],i=e[2]);let n;e[3]!==o||e[4]!==i?(n=d.jsx(a.Divider,{...i,children:o}),e[3]=o,e[4]=i,e[5]=n):n=e[5];let l;return e[6]!==t||e[7]!==n?(l=d.jsx("div",{ref:t,children:n}),e[6]=t,e[7]=n,e[8]=l):l=e[8],l});ge.displayName="GZDivider";const{Compact:jt}=a.Space,Ot=r=>{const t=c.compilerRuntimeExports.c(6);let e,o;t[0]!==r?({children:e,...o}=r,t[0]=r,t[1]=e,t[2]=o):(e=t[1],o=t[2]);let i;return t[3]!==e||t[4]!==o?(i=d.jsx(jt,{...o,children:e}),t[3]=e,t[4]=o,t[5]=i):i=t[5],i},se=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(7);let o,i;e[0]!==r?({children:o,...i}=r,e[0]=r,e[1]=o,e[2]=i):(o=e[1],i=e[2]);let n;return e[3]!==o||e[4]!==t||e[5]!==i?(n=d.jsx(a.Space,{ref:t,...i,children:o}),e[3]=o,e[4]=t,e[5]=i,e[6]=n):n=e[6],n});se.displayName="GZSpace";const{Addon:_t}=a.Space,Zt=r=>{const t=c.compilerRuntimeExports.c(6);let e,o;t[0]!==r?({children:e,...o}=r,t[0]=r,t[1]=e,t[2]=o):(e=t[1],o=t[2]);let i;return t[3]!==e||t[4]!==o?(i=d.jsx(_t,{...o,children:e}),t[3]=e,t[4]=o,t[5]=i):i=t[5],i},O=se;O.Compact=Ot;O.Addon=Zt;const ue=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(7);let o,i;e[0]!==r?({children:o,...i}=r,e[0]=r,e[1]=o,e[2]=i):(o=e[1],i=e[2]);let n;return e[3]!==o||e[4]!==t||e[5]!==i?(n=d.jsx(a.Flex,{ref:t,...i,children:o}),e[3]=o,e[4]=t,e[5]=i,e[6]=n):n=e[6],n});ue.displayName="GZFlex";const Fe=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(4);let o;e[0]!==r?({...o}=r,e[0]=r,e[1]=o):o=e[1];let i;return e[2]!==o?(i=d.jsx(a.Breadcrumb,{...o}),e[2]=o,e[3]=i):i=e[3],i});Fe.displayName="GZBreadcrumb";const me=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(4);let o;e[0]!==r?({...o}=r,e[0]=r,e[1]=o):o=e[1];let i;return e[2]!==o?(i=d.jsx(a.Dropdown,{...o}),e[2]=o,e[3]=i):i=e[3],i});me.displayName="GZDropdown";const pe=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(3);let o;return e[0]!==r||e[1]!==t?(o=d.jsx(a.Input,{ref:t,...r}),e[0]=r,e[1]=t,e[2]=o):o=e[2],o});pe.displayName="GZInput";const be=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(3);let o;return e[0]!==r||e[1]!==t?(o=d.jsx(a.Input.Password,{ref:t,...r}),e[0]=r,e[1]=t,e[2]=o):o=e[2],o});be.displayName="GZPassword";const Se=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(3);let o;return e[0]!==r||e[1]!==t?(o=d.jsx(a.Input.TextArea,{ref:t,...r}),e[0]=r,e[1]=t,e[2]=o):o=e[2],o});Se.displayName="GZTextArea";const he=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(3);let o;return e[0]!==r||e[1]!==t?(o=d.jsx(a.Input.Search,{ref:t,...r}),e[0]=r,e[1]=t,e[2]=o):o=e[2],o});he.displayName="GZSearch";const Be=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(3);let o;return e[0]!==r||e[1]!==t?(o=d.jsx(a.Input.OTP,{ref:t,...r}),e[0]=r,e[1]=t,e[2]=o):o=e[2],o});Be.displayName="GZOTP";const E=pe;E.Password=be;E.TextArea=Se;E.Search=he;E.OTP=Be;const Ce=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(3);let o;return e[0]!==r||e[1]!==t?(o=d.jsx(a.Menu,{ref:t,...r}),e[0]=r,e[1]=t,e[2]=o):o=e[2],o});Ce.displayName="GZMenu";const M=Ce;M.Item=a.Menu.Item;M.SubMenu=a.Menu.SubMenu;M.Divider=a.Menu.Divider;M.ItemGroup=a.Menu.ItemGroup;const xe=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(7),o=r;let i;if(e[0]!==o){const{children:F,...s}=o;i=s,e[0]=o,e[1]=i}else i=e[1];let n;e[2]!==i?(n=d.jsx(a.Pagination,{...i}),e[2]=i,e[3]=n):n=e[3];let l;return e[4]!==t||e[5]!==n?(l=d.jsx("div",{ref:t,children:n}),e[4]=t,e[5]=n,e[6]=l):l=e[6],l});xe.displayName="GZPagination";const fe=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(7),o=r;let i;if(e[0]!==o){const{children:F,...s}=o;i=s,e[0]=o,e[1]=i}else i=e[1];let n;e[2]!==i?(n=d.jsx(a.Steps,{...i}),e[2]=i,e[3]=n):n=e[3];let l;return e[4]!==t||e[5]!==n?(l=d.jsx("div",{ref:t,children:n}),e[4]=t,e[5]=n,e[6]=l):l=e[6],l});fe.displayName="GZSteps";const ve=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(7);let o,i;e[0]!==r?({children:o,...i}=r,e[0]=r,e[1]=o,e[2]=i):(o=e[1],i=e[2]);const n=t;let l;return e[3]!==o||e[4]!==i||e[5]!==n?(l=d.jsx(a.Tabs,{ref:n,...i,children:o}),e[3]=o,e[4]=i,e[5]=n,e[6]=l):l=e[6],l});ve.displayName="GZTabs";const Ie=ve;Ie.TabPane=a.Tabs.TabPane;const ze=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(7);let o,i;e[0]!==r?({children:o,...i}=r,e[0]=r,e[1]=o,e[2]=i):(o=e[1],i=e[2]);const n=t;let l;return e[3]!==o||e[4]!==i||e[5]!==n?(l=d.jsx(a.AutoComplete,{ref:n,...i,children:o}),e[3]=o,e[4]=i,e[5]=n,e[6]=l):l=e[6],l});ze.displayName="GZAutoComplete";const Pe=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(10);let o,i;e[0]!==r?({children:o,...i}=r,e[0]=r,e[1]=o,e[2]=i):(o=e[1],i=e[2]);let n;e[3]===Symbol.for("react.memo_cache_sentinel")?(n={display:"inline-flex"},e[3]=n):n=e[3];let l;e[4]!==o||e[5]!==i?(l=d.jsx(a.Avatar.Group,{...i,children:o}),e[4]=o,e[5]=i,e[6]=l):l=e[6];let F;return e[7]!==t||e[8]!==l?(F=d.jsx("div",{ref:t,style:n,children:l}),e[7]=t,e[8]=l,e[9]=F):F=e[9],F});Pe.displayName="GZAvatarGroup";const Xt=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(7);let o,i;e[0]!==r?({children:o,...i}=r,e[0]=r,e[1]=o,e[2]=i):(o=e[1],i=e[2]);let n;return e[3]!==o||e[4]!==t||e[5]!==i?(n=d.jsx(a.Avatar,{ref:t,...i,children:o}),e[3]=o,e[4]=t,e[5]=i,e[6]=n):n=e[6],n}),_=Xt;_.Group=Pe;_.displayName="GZAvatar";const He=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(10);let o,i;e[0]!==r?({children:o,...i}=r,e[0]=r,e[1]=o,e[2]=i):(o=e[1],i=e[2]);let n;e[3]===Symbol.for("react.memo_cache_sentinel")?(n={display:"contents"},e[3]=n):n=e[3];let l;e[4]!==o||e[5]!==i?(l=d.jsx(a.Badge.Ribbon,{...i,children:o}),e[4]=o,e[5]=i,e[6]=l):l=e[6];let F;return e[7]!==t||e[8]!==l?(F=d.jsx("div",{ref:t,style:n,children:l}),e[7]=t,e[8]=l,e[9]=F):F=e[9],F});He.displayName="GZBadgeRibbon";const qt=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(7);let o,i;e[0]!==r?({children:o,...i}=r,e[0]=r,e[1]=o,e[2]=i):(o=e[1],i=e[2]);let n;return e[3]!==o||e[4]!==t||e[5]!==i?(n=d.jsx(a.Badge,{ref:t,...i,children:o}),e[3]=o,e[4]=t,e[5]=i,e[6]=n):n=e[6],n}),Z=qt;Z.Ribbon=He;Z.displayName="GZBadge";const De=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(5);let o;e[0]!==r?(o=d.jsx(a.Calendar,{...r}),e[0]=r,e[1]=o):o=e[1];let i;return e[2]!==t||e[3]!==o?(i=d.jsx("div",{ref:t,children:o}),e[2]=t,e[3]=o,e[4]=i):i=e[4],i});De.displayName="GZCalendar";const Vt=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(7);let o,i;e[0]!==r?({children:o,...i}=r,e[0]=r,e[1]=o,e[2]=i):(o=e[1],i=e[2]);const n=t;let l;return e[3]!==o||e[4]!==i||e[5]!==n?(l=d.jsx(a.Cascader,{ref:n,...i,children:o}),e[3]=o,e[4]=i,e[5]=n,e[6]=l):l=e[6],l}),y=Vt;y.SHOW_PARENT=a.Cascader.SHOW_PARENT;y.SHOW_CHILD=a.Cascader.SHOW_CHILD;y.Panel=a.Cascader.Panel;y.displayName="GZCascader";const Ee=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(7);let o,i;e[0]!==r?({children:o,...i}=r,e[0]=r,e[1]=o,e[2]=i):(o=e[1],i=e[2]);let n;return e[3]!==o||e[4]!==t||e[5]!==i?(n=d.jsx(a.Checkbox.Group,{ref:t,...i,children:o}),e[3]=o,e[4]=t,e[5]=i,e[6]=n):n=e[6],n});Ee.displayName="GZCheckboxGroup";const Yt=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(7);let o,i;e[0]!==r?({children:o,...i}=r,e[0]=r,e[1]=o,e[2]=i):(o=e[1],i=e[2]);let n;return e[3]!==o||e[4]!==t||e[5]!==i?(n=d.jsx(a.Checkbox,{ref:t,...i,children:o}),e[3]=o,e[4]=t,e[5]=i,e[6]=n):n=e[6],n}),X=Yt;X.Group=Ee;X.displayName="GZCheckbox";const Me=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(7);let o,i;e[0]!==r?({children:o,...i}=r,e[0]=r,e[1]=o,e[2]=i):(o=e[1],i=e[2]);let n;return e[3]!==o||e[4]!==t||e[5]!==i?(n=d.jsx(a.DatePicker.RangePicker,{ref:t,...i,children:o}),e[3]=o,e[4]=t,e[5]=i,e[6]=n):n=e[6],n});Me.displayName="GZRangePicker";const ye=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(3);let o;return e[0]!==r||e[1]!==t?(o=d.jsx(a.DatePicker.WeekPicker,{ref:t,...r}),e[0]=r,e[1]=t,e[2]=o):o=e[2],o});ye.displayName="GZWeekPicker";const Re=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(3);let o;return e[0]!==r||e[1]!==t?(o=d.jsx(a.DatePicker.MonthPicker,{ref:t,...r}),e[0]=r,e[1]=t,e[2]=o):o=e[2],o});Re.displayName="GZMonthPicker";const Ae=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(3);let o;return e[0]!==r||e[1]!==t?(o=d.jsx(a.DatePicker.YearPicker,{ref:t,...r}),e[0]=r,e[1]=t,e[2]=o):o=e[2],o});Ae.displayName="GZYearPicker";const ke=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(3);let o;return e[0]!==r||e[1]!==t?(o=d.jsx(a.DatePicker.QuarterPicker,{ref:t,...r}),e[0]=r,e[1]=t,e[2]=o):o=e[2],o});ke.displayName="GZQuarterPicker";const Te=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(3);let o;return e[0]!==r||e[1]!==t?(o=d.jsx(a.DatePicker.TimePicker,{ref:t,...r}),e[0]=r,e[1]=t,e[2]=o):o=e[2],o});Te.displayName="GZTimePicker";const Qt=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(3);let o;return e[0]!==r||e[1]!==t?(o=d.jsx(a.DatePicker,{ref:t,...r}),e[0]=r,e[1]=t,e[2]=o):o=e[2],o}),S=Qt;S.RangePicker=Me;S.WeekPicker=ye;S.MonthPicker=Re;S.YearPicker=Ae;S.QuarterPicker=ke;S.TimePicker=Te;S.displayName="GZDatePicker";const we=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(7);let o,i;e[0]!==r?({children:o,...i}=r,e[0]=r,e[1]=o,e[2]=i):(o=e[1],i=e[2]);const n=i;let l;return e[3]!==o||e[4]!==t||e[5]!==n?(l=d.jsx(a.Form,{ref:t,...n,children:o}),e[3]=o,e[4]=t,e[5]=n,e[6]=l):l=e[6],l});we.displayName="GZForm";const Ge=r=>{const t=c.compilerRuntimeExports.c(6);let e,o;t[0]!==r?({children:e,...o}=r,t[0]=r,t[1]=e,t[2]=o):(e=t[1],o=t[2]);const i=o;let n;return t[3]!==e||t[4]!==i?(n=d.jsx(a.Form.Item,{...i,children:e}),t[3]=e,t[4]=i,t[5]=n):n=t[5],n};Ge.displayName="GZFormItem";const Le=r=>{const t=c.compilerRuntimeExports.c(2);let e;return t[0]!==r?(e=d.jsx(a.Form.List,{...r}),t[0]=r,t[1]=e):e=t[1],e};Le.displayName="GZFormList";const We=r=>{const t=c.compilerRuntimeExports.c(2);let e;return t[0]!==r?(e=d.jsx(a.Form.ErrorList,{...r}),t[0]=r,t[1]=e):e=t[1],e};We.displayName="GZErrorList";const Ne=r=>{const t=c.compilerRuntimeExports.c(2);let e;return t[0]!==r?(e=d.jsx(a.Form.Provider,{...r}),t[0]=r,t[1]=e):e=t[1],e};Ne.displayName="GZFormProvider";const h=we;h.Item=Ge;h.List=Le;h.ErrorList=We;h.Provider=Ne;h.useForm=a.Form.useForm;h.useFormInstance=a.Form.useFormInstance;h.useWatch=a.Form.useWatch;var f={},N={exports:{}},J;function q(){return J||(J=1,(function(r){function t(e){return e&&e.__esModule?e:{default:e}}r.exports=t,r.exports.__esModule=!0,r.exports.default=r.exports})(N)),N.exports}var v={},ee;function Ut(){if(ee)return v;ee=1,Object.defineProperty(v,"__esModule",{value:!0}),v.default=void 0;const r={items_per_page:"条/页",jump_to:"跳至",jump_to_confirm:"确定",page:"页",prev_page:"上一页",next_page:"下一页",prev_5:"向前 5 页",next_5:"向后 5 页",prev_3:"向前 3 页",next_3:"向后 3 页",page_size:"页码"};return v.default=r,v}var I={},z={},P={},H={},te;function Kt(){return te||(te=1,Object.defineProperty(H,"__esModule",{value:!0}),H.commonLocale=void 0,H.commonLocale={yearFormat:"YYYY",dayFormat:"D",cellMeridiemFormat:"A",monthBeforeYear:!0}),H}var oe;function Jt(){if(oe)return P;oe=1,Object.defineProperty(P,"__esModule",{value:!0}),P.default=void 0;var r=Kt();function t(s){"@babel/helpers - typeof";return t=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(u){return typeof u}:function(u){return u&&typeof Symbol=="function"&&u.constructor===Symbol&&u!==Symbol.prototype?"symbol":typeof u},t(s)}function e(s,u){var m=Object.keys(s);if(Object.getOwnPropertySymbols){var p=Object.getOwnPropertySymbols(s);u&&(p=p.filter(function(b){return Object.getOwnPropertyDescriptor(s,b).enumerable})),m.push.apply(m,p)}return m}function o(s){for(var u=1;u<arguments.length;u++){var m=arguments[u]!=null?arguments[u]:{};u%2?e(Object(m),!0).forEach(function(p){i(s,p,m[p])}):Object.getOwnPropertyDescriptors?Object.defineProperties(s,Object.getOwnPropertyDescriptors(m)):e(Object(m)).forEach(function(p){Object.defineProperty(s,p,Object.getOwnPropertyDescriptor(m,p))})}return s}function i(s,u,m){return u=n(u),u in s?Object.defineProperty(s,u,{value:m,enumerable:!0,configurable:!0,writable:!0}):s[u]=m,s}function n(s){var u=l(s,"string");return t(u)=="symbol"?u:String(u)}function l(s,u){if(t(s)!="object"||!s)return s;var m=s[Symbol.toPrimitive];if(m!==void 0){var p=m.call(s,u);if(t(p)!="object")return p;throw new TypeError("@@toPrimitive must return a primitive value.")}return(u==="string"?String:Number)(s)}var F=o(o({},r.commonLocale),{},{locale:"zh_CN",today:"今天",now:"此刻",backToToday:"返回今天",ok:"确定",timeSelect:"选择时间",dateSelect:"选择日期",weekSelect:"选择周",clear:"清除",week:"周",month:"月",year:"年",previousMonth:"上个月 (翻页上键)",nextMonth:"下个月 (翻页下键)",monthSelect:"选择月份",yearSelect:"选择年份",decadeSelect:"选择年代",previousYear:"上一年 (Control键加左方向键)",nextYear:"下一年 (Control键加右方向键)",previousDecade:"上一年代",nextDecade:"下一年代",previousCentury:"上一世纪",nextCentury:"下一世纪",yearFormat:"YYYY年",cellDateFormat:"D",monthBeforeYear:!1});return P.default=F,P}var D={},re;function $e(){if(re)return D;re=1,Object.defineProperty(D,"__esModule",{value:!0}),D.default=void 0;const r={placeholder:"请选择时间",rangePlaceholder:["开始时间","结束时间"]};return D.default=r,D}var ie;function je(){if(ie)return z;ie=1;var r=q().default;Object.defineProperty(z,"__esModule",{value:!0}),z.default=void 0;var t=r(Jt()),e=r($e());const o={lang:{placeholder:"请选择日期",yearPlaceholder:"请选择年份",quarterPlaceholder:"请选择季度",monthPlaceholder:"请选择月份",weekPlaceholder:"请选择周",rangePlaceholder:["开始日期","结束日期"],rangeYearPlaceholder:["开始年份","结束年份"],rangeMonthPlaceholder:["开始月份","结束月份"],rangeQuarterPlaceholder:["开始季度","结束季度"],rangeWeekPlaceholder:["开始周","结束周"],...t.default},timePickerLocale:{...e.default}};return o.lang.ok="确定",z.default=o,z}var ne;function eo(){if(ne)return I;ne=1;var r=q().default;Object.defineProperty(I,"__esModule",{value:!0}),I.default=void 0;var t=r(je());return I.default=t.default,I}var ae;function to(){if(ae)return f;ae=1;var r=q().default;Object.defineProperty(f,"__esModule",{value:!0}),f.default=void 0;var t=r(Ut()),e=r(eo()),o=r(je()),i=r($e());const n="${label}不是一个有效的${type}",l={locale:"zh-cn",Pagination:t.default,DatePicker:o.default,TimePicker:i.default,Calendar:e.default,global:{placeholder:"请选择",close:"关闭",sortable:"可排序",show:"显示",hide:"隐藏"},Table:{filterTitle:"筛选",filterConfirm:"确定",filterReset:"重置",filterEmptyText:"无筛选项",filterCheckAll:"全选",filterSearchPlaceholder:"在筛选项中搜索",emptyText:"暂无数据",selectAll:"全选当页",selectInvert:"反选当页",selectNone:"清空所有",selectionAll:"全选所有",sortTitle:"排序",expand:"展开行",collapse:"关闭行",triggerDesc:"点击降序",triggerAsc:"点击升序",cancelSort:"取消排序"},Modal:{okText:"确定",cancelText:"取消",justOkText:"知道了"},Tour:{Next:"下一步",Previous:"上一步",Finish:"结束导览"},Popconfirm:{cancelText:"取消",okText:"确定"},Transfer:{titles:["",""],searchPlaceholder:"请输入搜索内容",itemUnit:"项",itemsUnit:"项",remove:"删除",selectCurrent:"全选当页",removeCurrent:"删除当页",selectAll:"全选所有",deselectAll:"取消全选",removeAll:"删除全部",selectInvert:"反选当页"},Upload:{uploading:"文件上传中",removeFile:"删除文件",uploadError:"上传错误",previewFile:"预览文件",downloadFile:"下载文件"},Empty:{description:"暂无数据"},Icon:{icon:"图标"},Text:{edit:"编辑",copy:"复制",copied:"复制成功",expand:"展开",collapse:"收起"},Form:{optional:"(可选)",defaultValidateMessages:{default:"字段验证错误${label}",required:"请输入${label}",enum:"${label}必须是其中一个[${enum}]",whitespace:"${label}不能为空字符",date:{format:"${label}日期格式无效",parse:"${label}不能转换为日期",invalid:"${label}是一个无效日期"},types:{string:n,method:n,array:n,object:n,number:n,date:n,boolean:n,integer:n,float:n,regexp:n,email:n,url:n,hex:n},string:{len:"${label}须为${len}个字符",min:"${label}最少${min}个字符",max:"${label}最多${max}个字符",range:"${label}须在${min}-${max}字符之间"},number:{len:"${label}必须等于${len}",min:"${label}最小值为${min}",max:"${label}最大值为${max}",range:"${label}须在${min}-${max}之间"},array:{len:"须为${len}个${label}",min:"最少${min}个${label}",max:"最多${max}个${label}",range:"${label}数量须在${min}-${max}之间"},pattern:{mismatch:"${label}与模式不匹配${pattern}"}}},QRCode:{expired:"二维码过期",refresh:"点击刷新",scanned:"已扫描"},ColorPicker:{presetEmpty:"暂无",transparent:"无色",singleColor:"单色",gradientColor:"渐变色"}};return f.default=l,f}var $,le;function oo(){return le||(le=1,$=to()),$}var ro=oo();const io=ce(ro),no={token:{0:0,1:2,2:4,3:6,4:8,5:10,6:12,7:16,8:20,9:25,10:30,11:35,12:40,13:45,14:50,15:55,16:60,17:65,18:70,19:75,20:80,21:85,22:90,23:95,red1:"#FFF1F0",red2:"#FFCCC7",red3:"#FFA39E",red4:"#FF7875",red5:"#FF4D4F",red6:"#F5222D",red7:"#CF1322",red8:"#A8071A",red9:"#820014",red10:"#5C0011",volcano1:"#FFF2E8",volcano2:"#FFD8BF",volcano3:"#FFBB96",volcano4:"#FF9C6E",volcano5:"#FF7A45",volcano6:"#FA541C",volcano7:"#D4380D",volcano8:"#AD2102",volcano9:"#871400",volcano10:"#610B00",orange1:"#FFF7E6",orange2:"#FFE7BA",orange3:"#FFD591",orange4:"#FFC069",orange5:"#FFA940",orange6:"#FA8C16",orange7:"#D46B08",orange8:"#AD4E00",orange9:"#873800",orange10:"#612500",gold1:"#FFFBE6",gold2:"#FFF1B8",gold3:"#FFE58F",gold4:"#FFD666",gold5:"#FFC53D",gold6:"#FAAD14",gold7:"#D48806",gold8:"#AD6800",gold9:"#874D00",gold10:"#613400",yellow1:"#FEFFE6",yellow2:"#FFFFB8",yellow3:"#FFFB8F",yellow4:"#FFF566",yellow5:"#FFEC3D",yellow6:"#FADB14",yellow7:"#D4B106",yellow8:"#AD8B00",yellow9:"#876800",yellow10:"#614700",lime1:"#FCFFE6",lime2:"#F4FFB8",lime3:"#EAFF8F",lime4:"#D3F261",lime5:"#BAE637",lime6:"#A0D911",lime7:"#7CB305",lime8:"#5B8C00",lime9:"#3F6600",lime10:"#254000",green1:"#F6FFED",green2:"#D9F7BE",green3:"#B7EB8F",green4:"#95DE64",green5:"#73D13D",green6:"#52C41A",green7:"#389E0D",green8:"#237804",green9:"#135200",green10:"#092B00",cyan1:"#E6FFFB",cyan2:"#B5F5EC",cyan3:"#87E8DE",cyan4:"#5CDBD3",cyan5:"#36CFC9",cyan6:"#13C2C2",cyan7:"#08979C",cyan8:"#006D75",cyan9:"#00474F",cyan10:"#002329","guozhi blue1":"#DBE9FE","guozhi blue2":"#BFDBFE","guozhi blue3":"#92C5FD","guozhi blue4":"#4D93F8","guozhi blue5":"#3272F1","guozhi blue6":"#245EE6","guozhi blue7":"#1C4ED8","guozhi blue8":"#1D43B8","guozhi blue9":"#1E3C99","guozhi blue10":"#172554","galaxy blue1":"#E9EFFD","galaxy blue2":"#C8D9FA","galaxy blue3":"#A8C1F8","galaxy blue4":"#92B1F5","galaxy blue5":"#6C99F8","galaxy blue6":"#5182EE","galaxy blue7":"#3B73ED","galaxy blue8":"#1B56D5","galaxy blue9":"#113FA1","galaxy blue10":"#0F2C6B",purple1:"#F9F0FF",purple2:"#EFDBFF",purple3:"#D3ADF7",purple4:"#B37FEB",purple5:"#9254DE",purple6:"#722ED1",purple7:"#531DAB",purple8:"#391085",purple9:"#22075E",purple10:"#120338",magenta1:"#FFF0F6",magenta2:"#FFD6E7",magenta3:"#FFADD2",magenta4:"#FF85C0",magenta5:"#F759AB",magenta6:"#EB2F96",magenta7:"#C41D7F",magenta8:"#9E1068",magenta9:"#780650",magenta10:"#520339",gray1:"#FFFFFF",gray2:"#FAFAFA",gray3:"#F5F5F5",gray4:"#F0F0F0",gray5:"#D9D9D9",gray6:"#BFBFBF",gray7:"#8C8C8C",gray8:"#595959",gray9:"#434343",gray10:"#262626",colorPrimary:"#245EE6",colorSuccess:"#52C41A",colorWarning:"#FAAD14",colorError:"#FF4D4F",colorInfo:"#3496FF",colorTextBase:"#000000",colorBgBase:"#FFFFFF",sizeUnit:4,sizeStep:4,sizePopupArrow:16,controlHeight:32,opacityImage:100,fontFamily:"'Microsoft YaHei', '微软雅黑', 'PingFang SC', 'custom-pingfang', 'Noto Sans CJK SC', sans-serif",fontFamilyCode:"SFMono-Regular",fontSize:14,lineWidth:1,borderRadius:4,zIndexPopupBase:1e3,lineType:"solid",motion:1,motionBase:0,motionEaseInBack:"cubic-bezier(0.71, -0.46, 0.88, 0.6)",motionEaseInOut:"cubic-bezier(0.645, 0.045, 0.355, 1)",motionEaseInOutCirc:"cubic-bezier(0.78, 0.14, 0.15, 0.86)",motionEaseInQuint:"cubic-bezier(0.755, 0.05, 0.855, 0.06)",motionEaseOut:"cubic-bezier(0.215, 0.61, 0.355, 1)",motionEaseOutBack:"cubic-bezier(0.12, 0.4, 0.29, 1.46)",motionEaseOutCirc:"cubic-bezier(0.08, 0.82, 0.17, 1)",motionEaseOutQuint:"cubic-bezier(0.23, 1, 0.32, 1)",motionUnit:.10000000149011612,wireframe:!1,colorPrimaryBg:"#DBE9FE",colorPrimaryBgHover:"#BFDBFE",colorPrimaryBorder:"#92C5FD",colorPrimaryBorderHover:"#4D93F8",colorPrimaryHover:"#3272F1",colorPrimaryBase:"#245EE6",colorPrimaryActive:"#1C4ED8",colorPrimaryTextHover:"#3272F1",colorPrimaryText:"#245EE6",colorPrimaryTextActive:"#1C4ED8",colorSuccessBg:"#F6FFED",colorSuccessBgHover:"#D9F7BE",colorSuccessBorder:"#B7EB8F",colorSuccessBorderHover:"#95DE64",colorSuccessHover:"#95DE64",colorSuccessBase:"#52C41A",colorSuccessActive:"#389E0D",colorSuccessTextHover:"#73D13D",colorSuccessText:"#52C41A",colorSuccessTextActive:"#389E0D",colorWarningBg:"#FFFBE6",colorWarningBgHover:"#FFF1B8",colorWarningBorder:"#FFE58F",colorWarningBorderHover:"#FFD666",colorWarningHover:"#FFD666",colorWarningBase:"#FAAD14",colorWarningActive:"#D48806",colorWarningTextHover:"#FFC53D",colorWarningText:"#FAAD14",colorWarningTextActive:"#D48806",colorErrorBg:"#FFF2F0",colorErrorBgHover:"#FFF1F0",colorErrorBorder:"#FFCCC7",colorErrorBorderHover:"#FFA39E",colorErrorHover:"#FF7875",colorErrorBase:"#FF4D4F",colorErrorActive:"#D9363E",colorErrorTextHover:"#FF7875",colorErrorText:"#FF4D4F",colorErrorTextActive:"#D9363E",colorInfoBg:"#F0FAFF",colorInfoBgHover:"#D6EFFF",colorInfoBorder:"#ADDDFF",colorInfoBorderHover:"#85C8FF",colorInfoHover:"#85C8FF",colorInfoBase:"#3496FF",colorInfoActive:"#2173D9",colorInfoTextHover:"#5CB0FF",colorInfoText:"#3496FF",colorInfoTextActive:"#2173D9",colorText:"rgba(0, 0, 0, 0.88)",colorTextSecondary:"rgba(0, 0, 0, 0.65)",colorTextTertiary:"rgba(0, 0, 0, 0.45)",colorTextQuaternary:"rgba(0, 0, 0, 0.25)",colorBorder:"#D9D9D9",colorBorderSecondary:"#F0F0F0",colorFill:"rgba(0, 0, 0, 0.15)",colorFillSecondary:"rgba(0, 0, 0, 0.06)",colorFillTertiary:"rgba(0, 0, 0, 0.04)",colorFillQuaternary:"rgba(0, 0, 0, 0.02)",colorBgLayout:"#F5F5F5",colorBgContainer:"#FFFFFF",colorBgContainerBorder:"rgba(0, 0, 0, 0.08)",colorBgElevated:"#FFFFFF",colorBgSpotlight:"rgba(0, 0, 0, 0.85)",colorBgMask:"rgba(0, 0, 0, 0.5)",sizeXXL:48,sizeXL:32,sizeLG:24,sizeMD:20,sizeMS:16,size:16,sizeSM:12,sizeXS:8,sizeXXS:4,controlHeightLG:40,controlHeightSM:24,controlHeightXS:16,borderRadiusXS:2,borderRadiusSM:4,borderRadiusM:6,borderRadiusLG:8,borderRadiusXL:12,borderRadiusXXL:16,borderRadiusOuter:4,colorWhite:"#FFFFFF",colorBlack:"#000000",fontSizeXL:20,fontSizeLG:16,fontSizeSM:12,fontSizeXS:11,fontSizeXXS:10,fontSizeHeading1:38,fontSizeHeading2:30,fontSizeHeading3:24,fontSizeHeading4:20,fontSizeHeading5:16,lineHeight:1.5709999799728394,lineHeightLG:1.5,lineHeightSM:1.6666666269302368,lineHeightHeading1:1.2109999656677246,lineHeightHeading2:1.2669999599456787,lineHeightHeading3:1.3329999446868896,lineHeightHeading4:1.399999976158142,lineHeightHeading5:1.5,lineWidthBold:2,borderRadiusFull:9999,colorFillContrast:"rgba(0, 0, 0, 0.3)",colorBgBlur:"rgba(255, 255, 255, 0)",transparent:"rgba(0, 0, 0, 0)",colorBgSolid:"#000000",colorBgSolidHover:"rgba(0, 0, 0, 0.75)",colorBgSolidActive:"rgba(0, 0, 0, 0.95)",colorErrorBgFilledHover:"#FFDFDC",colorErrorBgActive:"#FFCCC7",colorLink:"#245EE6",colorSplit:"#EEEFF1",fontSizeIcon:12,controlInteractiveSize:16,paddingXL:32,paddingLG:24,paddingMD:20,padding:16,paddingSM:12,paddingXS:8,paddingXXS:4,marginXXL:48,marginXL:32,marginLG:24,marginMD:20,margin:16,marginSM:12,marginXS:8,marginXXS:4,controlPaddingHorizontal:12,controlPaddingHorizontalSM:8,paddingContentHorizontalLG:24,paddingContentVerticalLG:16,paddingContentHorizontal:16,paddingContentVertical:12,paddingContentHorizontalSM:16,paddingContentVerticalSM:8,colorLinkHover:"#4D93F8",colorLinkActive:"#1C4ED8",colorFillContent:"rgba(0, 0, 0, 0.06)",colorFillContentHover:"rgba(0, 0, 0, 0.15)",colorFillAlter:"rgba(0, 0, 0, 0.02)",colorBgContainerDisabled:"rgba(0, 0, 0, 0.04)",colorBorderBg:"#FFFFFF",colorTextPlaceholder:"rgba(0, 0, 0, 0.25)",colorTextDisabled:"rgba(0, 0, 0, 0.25)",colorTextHeading:"rgba(0, 0, 0, 0.88)",colorTextLabel:"rgba(0, 0, 0, 0.65)",colorTextDescription:"rgba(0, 0, 0, 0.45)",colorTextLightSolid:"#FFFFFF",colorHighlight:"#FFA39E",colorBgTextHover:"rgba(0, 0, 0, 0.06)",colorBgTextActive:"rgba(0, 0, 0, 0.15)",colorIcon:"rgba(0, 0, 0, 0.45)",colorIconHover:"rgba(0, 0, 0, 0.88)",colorErrorOutline:"rgba(255, 77, 79, 0.1)",colorWarningOutline:"rgba(250, 173, 20, 0.1)",controlItemBgHover:"rgba(0, 0, 0, 0.04)",controlItemBgActive:"#DBE9FE",controlItemBgActiveHover:"#BFDBFE",controlItemBgActiveDisabled:"rgba(0, 0, 0, 0.15)",controlTmpOutline:"rgba(0, 0, 0, 0.02)",controlOutline:"rgba(5, 145, 255, 0.1)",controlOutlineWidth:2,opacityLoading:65,screenXS:320,screenSM:576,screenMD:768,screenLG:992,screenXL:1200,screenXXL:1600,screenXSMin:320,screenXSMax:575,screenSMMin:576,screenSMMax:767,screenMDMin:768,screenMDMax:991,screenLGMin:992,screenLGMax:1199,screenXLMin:1200,screenXLMax:1599,screenXXLMin:1600,lineWidthFocus:3,linkDecoration:"none",linkFocusDecoration:"none",linkHoverDecoration:"none",fontWeightStrong:700,fontWeightNormal:400,drawerWidth:378,drawerWidthMD:520,drawerWidthLG:736,reqularItalic:"Reqular Italic",semiboldItalic:"Semibold Italic",regularItalic:"Regular Italic",mediumItalic:"Medium Italic",sidebarWidthMD:256,sidebarWidthSm:180,sidebarWidthLG:360,sidebarCollapsedWidth:48,colorBgSidebar:"#FBFBFB",headerHeight:44,footerHeight:34,tooltipVerticalPadding:6,buttonPaddingHorizontal:15,buttonPaddingHorizontalSM:7,buttonIconOnlyFontSize:16,buttonIconOnlyFontSizeLG:18,buttonIconOnlyFontSizeSM:14,borderRadiusRound:16,borderRadiusRoundSM:12,borderRadiusRoundLG:20,buttonRoundPaddingHorizontal:16,buttonRoundPaddingHorizontalLG:20,buttonRoundPaddingHorizontalSM:12,tagPaddingHorizontal:7,tagIconSize:10,iconMarginInline:3,alertPaddingHorizontal:12,alertIconSizeLG:24,alertCloseIcon:12,alertIcon:14,messageContentHorizontal:9,messageIcon:16,switchHeight:22,switchHeightSM:16,switchPadding:2,switchPinSize:18,switchPinSizeActive:22,switchPinSizeSM:12,switchPinSizeSMActive:14,switchWidth:44,switchWidthSM:28,switchInnerMarginMin:9,switchInnerMarginMinSM:6,switchLoadingIconColor:"rgba(0, 0, 0, 0.65)",borderRadiusSwitch:100,borderRadiusMax:100,borderRadiusSwitchHandle:9,switchIconSizeSM:12,switchIconSize:14,iconSize:14,codeBg:"rgba(150, 150, 150, 0.1)",codeBorder:"rgba(100, 100, 100, 0.2)",keyboardBg:"rgba(150, 150, 150, 0.06)",keyboardBorder:"rgba(100, 100, 100, 0.2)",codeAndKeyboardHorizontalMargin:2,codeAndKeyboardHorizontalPadding:4,codeAndKeyboardTopPadding:2,codeKeyboardRadius:3,codeAndKeyboardBottomPadding:1,badgeShadowColor:"#FFFFFF",badgeShadowSize:1,badgeHeight:20,badgeHeightSM:14,badgeDotSize:6,badgeStatusSize:6,borderRadiusBadge:10,borderRadiusBadgeSM:7,spinDotSize:20,spinDotItemSize:6.75,spinDotItemSizeSM:4.5,spinDotItemSizeLG:11.25,spinDotSizeSM:14,spinDotSizeLG:32,notificationCloseButtonSize:22,notificationCloseIconSize:14,notificationNoticeIconSize:24,resultIconSize:72,resultVerticalPadding:48,resultContentHorizontalPadding:40,popConfirmIconSize:14,tourCloseSize:22,tourCoverVerticalPadding:46,tourIndicatorSize:6,tourMaskBg:"rgba(0, 0, 0, 0.5)",avatarFontSizeBase:18,avatarFontSizeSM:14,avatarFontSizeLG:24,emptyImgHeight:100,emptyImgHeightMD:40,emptyImgHeightSM:35,QRCodeMaskBackgroundColor:"rgba(255, 255, 255, 0.96)",QRCodeExpiredTextColor:"rgba(0, 0, 0, 0.88)",carouselDotWidth:16,carouselDotHeight:3,carouselDotWidthActive:24,carouselArrowSize:20,carouselDotOffset:12,carouselArrowOffset:25,modalHeaderHeight:56,modalCloseBtnSize:22,modalCloseIconSize:16,modalConfirmIconSize:22,modalCloseButtonPosition:17,drawerCloseIcon:24,segmentedPaddingHorizontal:11,segmentedPaddingHorizontalSM:7,segmentedPadding:2,segmentedLabelMinHeight:28,segmentedLabelMinHeightLG:36,segmentedLabelMinHeightSM:20,segmentedItemGap:6,segmentedIcon:14,segmentedIconLG:16,radioDotSize:6,radioDotPadding:4,radioButtonPaddingInline:15,radioButtonPaddingInlineSM:7,radioRadius:8,radioDotDisabledSize:8,radioButtonGroupPadding:1,radioButtonHeight:30,radioButtonHeightSM:22,radioButtonHeightLG:38,borderRadiusRadioButton:5,borderRadiusRadioButtonSM:3,borderRadiusRadioButtonLG:7,checkboxSize:16,checkboxIndeterminateSize:8,rateStarSize:20,timelineItemHeadSize:10,timelineItemPaddingBottom:20,itemTailHorizontalPadding:4,itemTailVerticalPadding:10,collapseExpandIconHeight:22,collapseExpandIconHeightLG:24,collapseExpandIconHeightSM:20,collapseExpandIconPaddingHorizontalStart:4,collapseExpandIconPaddingHorizontalStartSM:4,collapseExpandIconPaddingHorizontalStartLG:8,selectInputPaddingHorizontalBase:11,selectInputPaddingHorizontalSM:7,selectionItemPadding:18,selectionItemPaddingLG:20,selectionItemPaddingSM:18,selectTagItemEnd:4,selectDropdownItemVertical:5,selectDropdownItemGroupHorizontal:24,inputPaddingHorizontal:11,inputPaddingHorizontalSM:7,inputPaddingHorizontalLG:11,inputPaddingVertical:4,inputPaddingVerticalSM:0,inputPaddingVerticalLG:7,radiusNone:0,inputNumberHandleWidth:22,skeletonButtonWidth:64,skeletonInputWidth:160,skeletonButtonWidthLG:80,skeletonInputWidthLG:200,skeletonButtonWidthSM:48,skeletonInputWidthSM:120,colorPickerWidth:234,colorPickerHandlerSize:16,colorPickerHandlerSizeSM:12,colorPickerSliderHeight:8,colorPickerPreviewSize:28,paddingNone:0,colorPickerPresetColorSize:18,paginationItemPaddingInline:6,floatButtonBodyVerticalPadding:2,floatButtonBodyHorizontalPadding:4,floatButtonIconSize:18,marginNone:0,tabHorizontalSM:6,tabVerticalLG:6,tabCardGap:2,darkBtnTextHover:"rgba(255, 255, 255, 0.08)",darkBtnFilled:"rgba(255, 255, 255, 0.08)",darkBtnFilledHover:"rgba(255, 255, 255, 0.12)",tooltipVerticalPaddingSM:2,colorTextLightSolidPrimary:"#FFFFFF",emptyImage:"#DCE0E6",emptyImageLight:"#FFFFFF",emptyImageInnerShadow:"#AEB8C2",emptyImageShadow:"#F5F5F7","test-will-be-removed-in-the-next-update":"#FF0000"},components:{Button:{borderColorDisabled:"#D9D9D9",contentFontSize:14,contentFontSizeLG:14,contentFontSizeSM:14,contentLineHeight:1.5709999799728394,contentLineHeightLG:1.5,contentLineHeightSM:1.6666666269302368,dangerColor:"#FFFFFF",dangerShadow:"0 2px 0 rgba(255,38,5,0.06)",defaultActiveBg:"#FFFFFF",defaultActiveBorderColor:"#1C4ED8",defaultActiveColor:"#1C4ED8",defaultBg:"#FFFFFF",defaultBorderColor:"#D9D9D9",defaultColor:"rgba(0, 0, 0, 0.88)",defaultGhostBorderColor:"#FFFFFF",defaultGhostColor:"#FFFFFF",defaultHoverBg:"#FFFFFF",defaultHoverBorderColor:"#3272F1",defaultHoverColor:"#3272F1",defaultShadow:"0 2px 0 rgba(0,0,0,0.02)",fontWeight:400,ghostBg:"rgba(0, 0, 0, 0)",groupBorderColor:"#3272F1",iconGap:8,linkHoverBg:"rgba(0, 0, 0, 0)",onlyIconSize:14,onlyIconSizeLG:16,onlyIconSizeSM:12,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:15,paddingInlineLG:15,paddingInlineSM:7,primaryColor:"#FFFFFF",primaryShadow:"0 2px 0 rgba(5,145,255,0.1)",solidTextColor:"#FFFFFF",textHoverBg:"rgba(0, 0, 0, 0.04)",textTextActiveColor:"rgba(0, 0, 0, 0.88)",textTextColor:"rgba(0, 0, 0, 0.88)",textTextHoverColor:"rgba(0, 0, 0, 0.88)",dashedBgDisabled:"rgba(0, 0, 0, 0.04)",defaultBgDisabled:"rgba(0, 0, 0, 0.04)"},Typography:{titleMarginBottom:0,titleMarginTop:0},Divider:{orientationMargin:.05000000074505806,textPaddingInline:14,verticalMarginInline:8},Layout:{bodyBg:"#F5F5F5",footerBg:"#F5F5F5",footerPadding:"24px 50px",headerBg:"#001529",headerColor:"rgba(0, 0, 0, 0.88)",headerHeight:64,headerPadding:"0 50px",lightSiderBg:"#FFFFFF",lightTriggerBg:"#FFFFFF",lightTriggerColor:"rgba(0, 0, 0, 0.88)",siderBg:"#001529",triggerBg:"#002140",triggerColor:"#FFFFFF",triggerHeight:48,zeroTriggerHeight:40,zeroTriggerWidth:40},Splitter:{splitBarDraggableSize:20,splitBarSize:2,splitTriggerSize:6},Anchor:{linkPaddingBlock:4,linkPaddingInlineStart:16},Breadcrumb:{iconFontSize:14,itemColor:"rgba(0, 0, 0, 0.45)",lastItemColor:"rgba(0, 0, 0, 0.88)",linkColor:"rgba(0, 0, 0, 0.45)",linkHoverColor:"rgba(0, 0, 0, 0.88)",separatorColor:"rgba(0, 0, 0, 0.45)",separatorMargin:8},Dropdown:{paddingBlock:5,zIndexPopup:1050},Menu:{activeBarBorderWidth:1,activeBarHeight:2,activeBarWidth:0,collapsedIconSize:16,collapsedWidth:80,dangerItemActiveBg:"#FFF2F0",dangerItemColor:"#FF4D4F",dangerItemHoverColor:"#FF4D4F",dangerItemSelectedBg:"#FFF2F0",dangerItemSelectedColor:"#FF4D4F",darkDangerItemActiveBg:"#FF4D4F",darkDangerItemColor:"#FF4D4F",darkDangerItemHoverColor:"#FF7875",darkDangerItemSelectedBg:"#FF4D4F",darkDangerItemSelectedColor:"#FFFFFF",darkGroupTitleColor:"rgba(255, 255, 255, 0.65)",darkItemBg:"#FFFFFF",darkItemColor:"rgba(255, 255, 255, 0.65)",darkItemDisabledColor:"rgba(255, 255, 255, 0.25)",darkItemHoverBg:"rgba(0, 0, 0, 0)",darkItemHoverColor:"#FFFFFF",darkItemSelectedBg:"#245EE6",darkItemSelectedColor:"#FFFFFF",darkPopupBg:"#001529",darkSubMenuItemBg:"#000C17",dropdownWidth:160,groupTitleColor:"rgba(0, 0, 0, 0.45)",groupTitleFontSize:14,groupTitleLineHeight:1.5714285373687744,horizontalItemBorderRadius:0,horizontalItemHoverBg:"rgba(0, 0, 0, 0)",horizontalItemHoverColor:"#245EE6",horizontalItemSelectedBg:"rgba(0, 0, 0, 0)",horizontalItemSelectedColor:"#245EE6",horizontalLineHeight:46,iconMarginInlineEnd:10,iconSize:14,itemActiveBg:"#DBE9FE",itemBg:"#FFFFFF",itemBorderRadius:8,itemColor:"rgba(0, 0, 0, 0.88)",itemDisabledColor:"rgba(0, 0, 0, 0.25)",itemHeight:40,itemHoverBg:"rgba(0, 0, 0, 0.06)",itemHoverColor:"rgba(0, 0, 0, 0.88)",itemMarginBlock:4,itemMarginInline:4,itemPaddingInline:16,itemSelectedBg:"#DBE9FE",itemSelectedColor:"#245EE6",popupBg:"#FFFFFF",subMenuItemBg:"rgba(0, 0, 0, 0.02)",subMenuItemBorderRadius:4,subMenuItemSelectedColor:"#245EE6",zIndexPopup:1050},Pagination:{itemActiveBg:"#FFFFFF",itemActiveBgDisabled:"rgba(0, 0, 0, 0.15)",itemActiveColor:"#245EE6",itemActiveColorDisabled:"rgba(0, 0, 0, 0.25)",itemActiveColorHover:"#3272F1",itemBg:"#FFFFFF",itemInputBg:"#FFFFFF",itemLinkBg:"#FFFFFF",itemSize:32,itemSizeSM:24,miniOptionsSizeChangerTop:0},Steps:{customIconFontSize:24,customIconSize:24,customIconTop:24,dotCurrentSize:10,dotSize:8,iconFontSize:14,iconSize:32,iconSizeSM:24,iconTop:-.5,navArrowColor:"rgba(0, 0, 0, 0.25)",navContentMaxWidth:"unset",titleLineHeight:32},Tabs:{cardBg:"rgba(0, 0, 0, 0.02)",cardGutter:2,cardHeight:40,cardHeightLG:48,cardHeightSM:32,cardPadding:"8px 16px",cardPaddingLG:"11px 16px",cardPaddingSM:"4px 8px",horizontalItemGutter:32,horizontalItemMargin:" ",horizontalItemMarginRTL:" ",horizontalItemPadding:"12px 0",horizontalItemPaddingLG:"16px 0",horizontalItemPaddingSM:"8px 0",horizontalMargin:"0 0 16px 0",inkBarColor:"#245EE6",itemActiveColor:"#1C4ED8",itemColor:"rgba(0, 0, 0, 0.88)",itemHoverColor:"#3272F1",itemSelectedColor:"#245EE6",titleFontSize:14,titleFontSizeLG:16,titleFontSizeSM:12,verticalItemMargin:"16px 0 0 0",verticalItemPadding:"8px 24px",zIndexPopup:1050},AutoComplete:{activeBorderColor:"#245EE6",activeOutlineColor:"rgba(5, 145, 255, 0.1)",clearBg:"#FFFFFF",hoverBorderColor:"#3272F1",multipleItemBg:"rgba(0, 0, 0, 0.06)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(0, 0, 0, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(0, 0, 0, 0.04)",optionActiveBg:"rgba(0, 0, 0, 0.04)",optionFontSize:14,optionHeight:32,optionLineHeight:1.5714285373687744,optionPadding:"5px 12px",optionSelectedBg:"#DBE9FE",optionSelectedColor:"rgba(0, 0, 0, 0.88)",optionSelectedFontWeight:700,selectorBg:"#FFFFFF",showArrowPaddingInlineEnd:18,singleItemHeightLG:40,zIndexPopup:1050},Cascader:{controlItemWidth:111,controlWidth:184,dropdownHeight:180,menuPadding:4,optionPadding:"5px 12px",optionSelectedBg:"#DBE9FE",optionSelectedColor:"rgba(0, 0, 0, 0.88)",optionSelectedFontWeight:700},Input:{activeBg:"#FFFFFF",activeBorderColor:"#245EE6",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(0, 0, 0, 0.02)",errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#FFFFFF",hoverBorderColor:"#3272F1",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)"},DatePicker:{activeBg:"#FFFFFF",activeBorderColor:"#245EE6",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(0, 0, 0, 0.02)",cellActiveWithRangeBg:"#DBE9FE",cellBgDisabled:"rgba(0, 0, 0, 0.04)",cellHeight:24,cellHoverBg:"rgba(0, 0, 0, 0.04)",cellHoverWithRangeBg:"#CBE0FD",cellRangeBorderColor:"#82B4F9",cellWidth:36,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#FFFFFF",hoverBorderColor:"#3272F1",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,multipleItemBg:"rgba(0, 0, 0, 0.06)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(0, 0, 0, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(0, 0, 0, 0.04)",paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,presetsMaxWidth:200,presetsWidth:120,textHeight:40,timeCellHeight:28,timeColumnHeight:224,timeColumnWidth:56,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)",withoutTimeCellHeight:66,zIndexPopup:1050},Form:{inlineItemMarginBottom:0,itemMarginBottom:24,labelColonMarginInlineEnd:8,labelColonMarginInlineStart:2,labelColor:"rgba(0, 0, 0, 0.65)",labelFontSize:14,labelHeight:32,labelRequiredMarkColor:"#FF4D4F",verticalLabelMargin:0,verticalLabelPadding:"0 0 8px"},InputNumber:{activeBg:"#FFFFFF",activeBorderColor:"#245EE6",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(0, 0, 0, 0.02)",controlWidth:90,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",filledHandleBg:"#F0F0F0",handleActiveBg:"rgba(0, 0, 0, 0.02)",handleBg:"#FFFFFF",handleBorderColor:"#D9D9D9",handleFontSize:7,handleHoverColor:"#245EE6",handleVisible:"auto",handleWidth:22,hoverBg:"#FFFFFF",hoverBorderColor:"#3272F1",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)"},Mentions:{activeBg:"#FFFFFF",activeBorderColor:"#245EE6",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(0, 0, 0, 0.02)",controlItemWidth:100,dropdownHeight:250,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#FFFFFF",hoverBorderColor:"#3272F1",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)",zIndexPopup:1050},Radio:{buttonBg:"#FFFFFF",buttonCheckedBg:"#FFFFFF",buttonCheckedBgDisabled:"rgba(0, 0, 0, 0.15)",buttonCheckedColorDisabled:"rgba(0, 0, 0, 0.25)",buttonColor:"rgba(0, 0, 0, 0.88)",buttonPaddingInline:15,buttonSolidCheckedActiveBg:"#1C4ED8",buttonSolidCheckedBg:"#245EE6",buttonSolidCheckedColor:"#FFFFFF",buttonSolidCheckedHoverBg:"#3272F1",dotColorDisabled:"rgba(0, 0, 0, 0.25)",dotSize:8,radioSize:16,wrapperMarginInlineEnd:8},Rate:{starBg:"rgba(0, 0, 0, 0.06)",starColor:"#FADB14",starHoverScale:"scale(1.1)",starSize:20,starSizeLG:25,starSizeSM:15},Select:{activeBorderColor:"#245EE6",activeOutlineColor:"rgba(5, 145, 255, 0.1)",clearBg:"#FFFFFF",hoverBorderColor:"#3272F1",multipleItemBg:"rgba(0, 0, 0, 0.06)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(0, 0, 0, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(0, 0, 0, 0.04)",optionActiveBg:"rgba(0, 0, 0, 0.04)",optionFontSize:14,optionHeight:32,optionLineHeight:1.5714285373687744,optionPadding:"5px 12px",optionSelectedBg:"#DBE9FE",optionSelectedColor:"rgba(0, 0, 0, 0.88)",optionSelectedFontWeight:700,selectorBg:"#FFFFFF",showArrowPaddingInlineEnd:18,singleItemHeightLG:40,zIndexPopup:1050},Slider:{controlSize:10,dotActiveBorderColor:"#92C5FD",dotBorderColor:"#F0F0F0",dotSize:8,handleActiveColor:"#245EE6",handleActiveOutlineColor:"#BFDBFE",handleColor:"#92C5FD",handleColorDisabled:"#BFBFBF",handleLineWidth:2,handleLineWidthHover:2.5,handleSize:10,handleSizeHover:12,railBg:"rgba(0, 0, 0, 0.04)",railHoverBg:"rgba(0, 0, 0, 0.06)",railSize:4,trackBg:"#92C5FD",trackBgDisabled:"rgba(0, 0, 0, 0.04)",trackHoverBg:"#4D93F8"},Switch:{handleBg:"#FFFFFF",handleShadow:"0 2px 4px 0 rgba(0,35,11,0.2)",handleSize:18,handleSizeSM:12,innerMaxMargin:24,innerMaxMarginSM:18,innerMinMargin:9,innerMinMarginSM:6,trackHeight:22,trackHeightSM:16,trackMinWidth:44,trackMinWidthSM:28,trackPadding:2},TimePicker:{activeBg:"#FFFFFF",activeBorderColor:"#245EE6",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(0, 0, 0, 0.02)",cellActiveWithRangeBg:"#DBE9FE",cellBgDisabled:"rgba(0, 0, 0, 0.04)",cellHeight:24,cellHoverBg:"rgba(0, 0, 0, 0.04)",cellHoverWithRangeBg:"#CBE0FD",cellRangeBorderColor:"#82B4F9",cellWidth:36,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#FFFFFF",hoverBorderColor:"#3272F1",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,multipleItemBg:"rgba(0, 0, 0, 0.06)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(0, 0, 0, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(0, 0, 0, 0.04)",paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,presetsMaxWidth:200,presetsWidth:120,textHeight:40,timeCellHeight:28,timeColumnHeight:224,timeColumnWidth:56,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)",withoutTimeCellHeight:66,zIndexPopup:1050},Transfer:{headerHeight:40,itemHeight:32,itemPaddingBlock:5,listHeight:200,listWidth:180,listWidthLG:250},TreeSelect:{indentSize:24,nodeHoverBg:"rgba(0, 0, 0, 0.04)",nodeHoverColor:"rgba(0, 0, 0, 0.88)",nodeSelectedBg:"#DBE9FE",nodeSelectedColor:"rgba(0, 0, 0, 0.88)",titleHeight:24},Upload:{actionsColor:"rgba(0, 0, 0, 0.45)",pictureCardSize:102},Avatar:{containerSize:32,containerSizeLG:40,containerSizeSM:24,groupBorderColor:"#FFFFFF",groupOverlapping:-8,groupSpace:4,iconFontSize:18,iconFontSizeLG:24,iconFontSizeSM:14,textFontSize:14,textFontSizeLG:14,textFontSizeSM:14},Badge:{dotSize:6,indicatorHeight:20,indicatorHeightSM:14,indicatorZIndex:"auto",statusSize:6,textFontSize:12,textFontSizeSM:12,textFontWeight:400},Calendar:{fullBg:"#FFFFFF",fullPanelBg:"#FFFFFF",itemActiveBg:"#DBE9FE",miniContentHeight:256,monthControlWidth:70,yearControlWidth:80},Card:{actionsBg:"#FFFFFF",actionsLiMargin:"12px 0",bodyPadding:24,bodyPaddingSM:12,extraColor:"rgba(0, 0, 0, 0.88)",headerBg:"rgba(0, 0, 0, 0)",headerFontSize:16,headerFontSizeSM:14,headerHeight:56,headerHeightSM:38,headerPadding:24,headerPaddingSM:12,tabsMarginBottom:-17},Carousel:{arrowOffset:8,arrowSize:16,dotActiveWidth:24,dotGap:4,dotHeight:3,dotOffset:12,dotWidth:16},Descriptions:{colonMarginLeft:2,colonMarginRight:8,contentColor:"rgba(0, 0, 0, 0.88)",extraColor:"rgba(0, 0, 0, 0.88)",itemPaddingBottom:16,itemPaddingEnd:16,labelBg:"rgba(0, 0, 0, 0.02)",labelColor:"rgba(0, 0, 0, 0.45)",titleColor:"rgba(0, 0, 0, 0.88)",titleMarginBottom:20},Image:{previewOperationColor:"rgba(255, 255, 255, 0.65)",previewOperationColorDisabled:"rgba(255, 255, 255, 0.25)",previewOperationHoverColor:"rgba(255, 255, 255, 0.85)",previewOperationSize:18,zIndexPopup:1080},List:{avatarMarginRight:16,contentWidth:220,descriptionFontSize:14,emptyTextPadding:16,footerBg:"rgba(0, 0, 0, 0)",headerBg:"rgba(0, 0, 0, 0)",itemPadding:"12px 0",itemPaddingLG:"16px 24px",itemPaddingSM:"8px 16px",metaMarginBottom:16,titleMarginBottom:12},Popover:{titleMinWidth:177,zIndexPopup:1030},Segmented:{itemActiveBg:"rgba(0, 0, 0, 0.15)",itemColor:"rgba(0, 0, 0, 0.65)",itemHoverBg:"rgba(0, 0, 0, 0.06)",itemHoverColor:"rgba(0, 0, 0, 0.88)",itemSelectedBg:"#FFFFFF",itemSelectedColor:"rgba(0, 0, 0, 0.88)",trackBg:"#F5F5F5",trackPadding:2},Statistic:{contentFontSize:24,titleFontSize:14},Table:{bodySortBg:"#FAFAFA",borderColor:"#F0F0F0",cellFontSize:14,cellFontSizeMD:14,cellFontSizeSM:14,cellPaddingBlock:16,cellPaddingBlockMD:12,cellPaddingBlockSM:8,cellPaddingInline:16,cellPaddingInlineMD:8,cellPaddingInlineSM:8,expandIconBg:"#FFFFFF",filterDropdownBg:"#FFFFFF",filterDropdownMenuBg:"#FFFFFF",fixedHeaderSortActiveBg:"#F0F0F0",footerBg:"#FAFAFA",footerColor:"rgba(0, 0, 0, 0.88)",headerBg:"#FAFAFA",headerSubBg:"#F5F5F5",headerBorderRadius:8,headerColor:"rgba(0, 0, 0, 0.88)",headerFilterHoverBg:"rgba(0, 0, 0, 0.06)",headerSortActiveBg:"#F0F0F0",headerSortHoverBg:"#F0F0F0",headerTextColor:"rgba(0, 0, 0, 0.65)",headerSplitColor:"#F0F0F0",rowExpandedBg:"rgba(0, 0, 0, 0.02)",rowHoverBg:"#FAFAFA",rowSelectedBg:"#DBE9FE",rowSelectedHoverBg:"#BFDBFE",selectionColumnWidth:32,stickyScrollBarBg:"rgba(0, 0, 0, 0.25)",stickyScrollBarBorderRadius:100,scrollbar:"rgba(64, 64, 64, 0.15)",colorTextHighlight:"#D48806"},Tag:{defaultBg:"#FAFAFA",defaultColor:"rgba(0, 0, 0, 0.88)",solidTextColor:"#FFFFFF"},Timeline:{dotBorderWidth:2,itemPaddingBottom:20,tailColor:"#EEEFF1",tailWidth:2},Tooltip:{zIndexPopup:1070},Tour:{closeBtnSize:0,primaryNextBtnHoverBg:"#F0F0F0",primaryPrevBtnBg:"rgba(255, 255, 255, 0.15)",zIndexPopup:1070},Tree:{directoryNodeSelectedBg:"#245EE6",directoryNodeSelectedColor:"#FFFFFF",indentSize:24,nodeHoverBg:"rgba(0, 0, 0, 0.04)",nodeHoverColor:"rgba(0, 0, 0, 0.88)",nodeSelectedBg:"#DBE9FE",nodeSelectedColor:"rgba(0, 0, 0, 0.88)",titleHeight:24},Alert:{defaultPadding:"8px 12px",withDescriptionIconSize:24,withDescriptionPadding:"20px 24px"},Drawer:{draggerSize:4,footerPaddingBlock:8,footerPaddingInline:16,zIndexPopup:1e3},Message:{contentBg:"#FFFFFF",contentPadding:"9px 12px",zIndexPopup:2010},Modal:{contentBg:"#FFFFFF",contentBgBorder:"rgba(0, 0, 0, 0.08)",footerBg:"rgba(0, 0, 0, 0)",headerBg:"#FFFFFF",titleColor:"rgba(0, 0, 0, 0.88)",titleFontSize:16,titleLineHeight:1.5},Notification:{colorErrorBg:"rgba(0, 0, 0, 0)",colorInfoBg:"rgba(0, 0, 0, 0)",colorSuccessBg:"rgba(0, 0, 0, 0)",colorWarningBg:"rgba(0, 0, 0, 0)",width:384,zIndexPopup:2050},Popconfirm:{zIndexPopup:1060},Progress:{"circleTextFontSize 2":"1.1666666666666667em",circleTextColor:"rgba(0, 0, 0, 0.88)",circleTextFontSize:"1em",defaultColor:"#3496FF",lineBorderRadius:100,remainingColor:"rgba(0, 0, 0, 0.06)"},Result:{extraMargin:"24px 0 0 0",iconFontSize:72,subtitleFontSize:14,titleFontSize:24},Skeleton:{blockRadius:4,gradientFromColor:"rgba(0, 0, 0, 0.06)",gradientToColor:"rgba(0, 0, 0, 0.15)",paragraphLiHeight:16,paragraphMarginTop:28,titleHeight:28},Spin:{contentHeight:400,dotSize:20,dotSizeLG:32,dotSizeSM:14},Collapse:{borderlessContentBg:"rgba(0, 0, 0, 0)",borderlessContentPadding:"4px 16px 16px",contentBg:"#FFFFFF",contentPadding:"16px 16px",headerBg:"rgba(0, 0, 0, 0.02)",headerPadding:"12px 16px"}}},ao={token:{0:0,1:2,2:4,3:6,4:8,5:10,6:12,7:16,8:20,9:25,10:30,11:35,12:40,13:45,14:50,15:55,16:60,17:65,18:70,19:75,20:80,21:85,22:90,23:95,red1:"#2A1215",red2:"#431418",red3:"#58181C",red4:"#791A1F",red5:"#A61D24",red6:"#D32029",red7:"#E84749",red8:"#F37370",red9:"#F89F9A",red10:"#FAC8C3",volcano1:"#2B1611",volcano2:"#441D12",volcano3:"#592716",volcano4:"#7C3118",volcano5:"#AA3E19",volcano6:"#D84A1B",volcano7:"#E87040",volcano8:"#F3956A",volcano9:"#F8B692",volcano10:"#FAD4BC",orange1:"#2B1D11",orange2:"#442A11",orange3:"#593815",orange4:"#7C4A15",orange5:"#AA6215",orange6:"#D87A16",orange7:"#E89A3C",orange8:"#F3B765",orange9:"#F8CF8D",orange10:"#FAE3B7",gold1:"#2B2111",gold2:"#443111",gold3:"#594214",gold4:"#7C5914",gold5:"#AA7714",gold6:"#D89614",gold7:"#E8B339",gold8:"#F3CC62",gold9:"#F8DF8B",gold10:"#FAEDB5",yellow1:"#2B2611",yellow2:"#443B11",yellow3:"#595014",yellow4:"#7C6E14",yellow5:"#AA9514",yellow6:"#D8BD14",yellow7:"#E8D639",yellow8:"#F3EA62",yellow9:"#F8F48B",yellow10:"#FAFAB5",lime1:"#1F2611",lime2:"#2E3C10",lime3:"#3E4F13",lime4:"#536D13",lime5:"#6F9412",lime6:"#8BBB11",lime7:"#A9D134",lime8:"#C9E75D",lime9:"#E4F88B",lime10:"#F0FAB5",green1:"#092B00",green2:"#135200",green3:"#237804",green4:"#389E0D",green5:"#52C41A",green6:"#73D13D",green7:"#95DE64",green8:"#B7EB8F",green9:"#D9F7BE",green10:"#F6FFED",cyan1:"#112123",cyan2:"#113536",cyan3:"#144848",cyan4:"#146262",cyan5:"#138585",cyan6:"#13A8A8",cyan7:"#33BCB7",cyan8:"#58D1C9",cyan9:"#84E2D8",cyan10:"#B2F1E8","guozhi blue1":"#121728","guozhi blue2":"#14203F","guozhi blue3":"#192A53","guozhi blue4":"#1E3B80","guozhi blue5":"#2758CC","guozhi blue6":"#3873FF","guozhi blue7":"#538CFF","guozhi blue8":"#7BABFF","guozhi blue9":"#A3C9FF","guozhi blue10":"#CCE2FF","galaxy blue1":"#151A29","galaxy blue2":"#192441","galaxy blue3":"#203155","galaxy blue4":"#263F76","galaxy blue5":"#2D52A1","galaxy blue6":"#3565CC","galaxy blue7":"#5E8DE3","galaxy blue8":"#8BB3F3","galaxy blue9":"#B5D1F8","galaxy blue10":"#DFECFA",purple1:"#1A1325",purple2:"#24163A",purple3:"#301C4D",purple4:"#3E2069",purple5:"#51258F",purple6:"#642AB5",purple7:"#854ECA",purple8:"#AB7AE0",purple9:"#CDA8F0",purple10:"#EBD7FA",magenta1:"#291321",magenta2:"#40162F",magenta3:"#551C3B",magenta4:"#75204F",magenta5:"#A02669",magenta6:"#CB2B83",magenta7:"#E0529C",magenta8:"#F37FB7",magenta9:"#F8A8CC",magenta10:"#FAD2E3",gray1:"#FFFFFF",gray2:"#FAFAFA",gray3:"#F5F5F5",gray4:"#F0F0F0",gray5:"#D9D9D9",gray6:"#BFBFBF",gray7:"#8C8C8C",gray8:"#595959",gray9:"#434343",gray10:"#262626",colorPrimary:"#2c6bff",colorSuccess:"#73D13D",colorWarning:"#D89614",colorError:"#DC4446",colorInfo:"#2F83DC",colorTextBase:"#FFFFFF",colorBgBase:"#000000",sizeUnit:4,sizeStep:4,sizePopupArrow:16,controlHeight:32,opacityImage:100,fontFamily:"'Microsoft YaHei', '微软雅黑', 'PingFang SC', 'custom-pingfang', 'Noto Sans CJK SC', sans-serif",fontFamilyCode:"SFMono-Regular",fontSize:14,lineWidth:1,borderRadius:4,zIndexPopupBase:1e3,lineType:"solid",motion:1,motionBase:0,motionEaseInBack:"cubic-bezier(0.71, -0.46, 0.88, 0.6)",motionEaseInOut:"cubic-bezier(0.645, 0.045, 0.355, 1)",motionEaseInOutCirc:"cubic-bezier(0.78, 0.14, 0.15, 0.86)",motionEaseInQuint:"cubic-bezier(0.755, 0.05, 0.855, 0.06)",motionEaseOut:"cubic-bezier(0.215, 0.61, 0.355, 1)",motionEaseOutBack:"cubic-bezier(0.12, 0.4, 0.29, 1.46)",motionEaseOutCirc:"cubic-bezier(0.08, 0.82, 0.17, 1)",motionEaseOutQuint:"cubic-bezier(0.23, 1, 0.32, 1)",motionUnit:.10000000149011612,wireframe:!1,colorPrimaryBg:"#1b2e5b",colorPrimaryBgHover:"#1f3b7e",colorPrimaryBorder:"#1b2e5b",colorPrimaryBorderHover:"#1f3b7e",colorPrimaryHover:"#4e81e8",colorPrimaryBase:"#2c6bff",colorPrimaryActive:"#244dad",colorPrimaryTextHover:"#4e81e8",colorPrimaryText:"#2c6bff",colorPrimaryTextActive:"#244dad",colorSuccessBg:"#092B00",colorSuccessBgHover:"#135200",colorSuccessBorder:"#237804",colorSuccessBorderHover:"#389E0D",colorSuccessHover:"#389E0D",colorSuccessBase:"#73D13D",colorSuccessActive:"#95DE64",colorSuccessTextHover:"#52C41A",colorSuccessText:"#73D13D",colorSuccessTextActive:"#95DE64",colorWarningBg:"#2B2111",colorWarningBgHover:"#443111",colorWarningBorder:"#594214",colorWarningBorderHover:"#7C5914",colorWarningHover:"#7C5914",colorWarningBase:"#D89614",colorWarningActive:"#E8B339",colorWarningTextHover:"#AA7714",colorWarningText:"#D89614",colorWarningTextActive:"#E8B339",colorErrorBg:"#2C1618",colorErrorBgHover:"#451D1F",colorErrorBorder:"#5B2526",colorErrorBorderHover:"#7E2E2F",colorErrorHover:"#E86E6B",colorErrorBase:"#DC4446",colorErrorActive:"#AD393A",colorErrorTextHover:"#E86E6B",colorErrorText:"#DC4446",colorErrorTextActive:"#AD393A",colorInfoBg:"#141E2C",colorInfoBgHover:"#172C45",colorInfoBorder:"#1E3B5B",colorInfoBorderHover:"#224F7E",colorInfoHover:"#224F7E",colorInfoBase:"#2F83DC",colorInfoActive:"#2969AD",colorInfoTextHover:"#55A0E8",colorInfoText:"#2F83DC",colorInfoTextActive:"#2969AD",colorText:"rgba(255, 255, 255, 0.85)",colorTextSecondary:"rgba(255, 255, 255, 0.65)",colorTextTertiary:"rgba(255, 255, 255, 0.45)",colorTextQuaternary:"rgba(255, 255, 255, 0.25)",colorBorder:"#2E3137",colorBorderSecondary:"#282B31",colorFill:"rgba(255, 255, 255, 0.18)",colorFillSecondary:"rgba(255, 255, 255, 0.12)",colorFillTertiary:"rgba(255, 255, 255, 0.08)",colorFillQuaternary:"rgba(255, 255, 255, 0.04)",colorBgLayout:"#000000",colorBgContainer:"#151515",colorBgContainerBorder:"rgba(255, 255, 255, 0.08)",colorBgElevated:"#262626",colorBgSpotlight:"#424242",colorBgMask:"rgba(0, 0, 0, 0.5)",sizeXXL:48,sizeXL:32,sizeLG:24,sizeMD:20,sizeMS:16,size:16,sizeSM:12,sizeXS:8,sizeXXS:4,controlHeightLG:40,controlHeightSM:24,controlHeightXS:16,borderRadiusXS:2,borderRadiusSM:4,borderRadiusM:6,borderRadiusLG:8,borderRadiusXL:12,borderRadiusXXL:16,borderRadiusOuter:4,colorWhite:"#FFFFFF",colorBlack:"#000000",fontSizeXL:20,fontSizeLG:16,fontSizeSM:12,fontSizeXS:11,fontSizeXXS:10,fontSizeHeading1:38,fontSizeHeading2:30,fontSizeHeading3:24,fontSizeHeading4:20,fontSizeHeading5:16,lineHeight:1.5709999799728394,lineHeightLG:1.5,lineHeightSM:1.6666666269302368,lineHeightHeading1:1.2109999656677246,lineHeightHeading2:1.2669999599456787,lineHeightHeading3:1.3329999446868896,lineHeightHeading4:1.399999976158142,lineHeightHeading5:1.5,lineWidthBold:2,borderRadiusFull:9999,colorFillContrast:"rgba(0, 0, 0, 0.3)",colorBgBlur:"rgba(0, 0, 0, 0)",transparent:"rgba(0, 0, 0, 0)",colorBgSolid:"rgba(255, 255, 255, 0.95)",colorBgSolidHover:"#FFFFFF",colorBgSolidActive:"rgba(235, 235, 235, 0.9)",colorErrorBgFilledHover:"#441E1F",colorErrorBgActive:"#5B2526",colorLink:"#2c6bff",colorSplit:"rgba(255, 255, 255, 0.1)",fontSizeIcon:12,controlInteractiveSize:16,paddingXL:32,paddingLG:24,paddingMD:20,padding:16,paddingSM:12,paddingXS:8,paddingXXS:4,marginXXL:48,marginXL:32,marginLG:24,marginMD:20,margin:16,marginSM:12,marginXS:8,marginXXS:4,controlPaddingHorizontal:12,controlPaddingHorizontalSM:8,paddingContentHorizontalLG:24,paddingContentVerticalLG:16,paddingContentHorizontal:16,paddingContentVertical:12,paddingContentHorizontalSM:16,paddingContentVerticalSM:8,colorLinkHover:"#1E3B80",colorLinkActive:"#538CFF",colorFillContent:"rgba(255, 255, 255, 0.12)",colorFillContentHover:"rgba(255, 255, 255, 0.18)",colorFillAlter:"rgba(255, 255, 255, 0.04)",colorBgContainerDisabled:"rgba(255, 255, 255, 0.08)",colorBorderBg:"#151515",colorTextPlaceholder:"rgba(255, 255, 255, 0.25)",colorTextDisabled:"rgba(255, 255, 255, 0.25)",colorTextHeading:"rgba(255, 255, 255, 0.85)",colorTextLabel:"rgba(255, 255, 255, 0.65)",colorTextDescription:"rgba(255, 255, 255, 0.45)",colorTextLightSolid:"#FFFFFF",colorHighlight:"#7E2E2F",colorBgTextHover:"rgba(255, 255, 255, 0.12)",colorBgTextActive:"rgba(255, 255, 255, 0.18)",colorIcon:"rgba(255, 255, 255, 0.45)",colorIconHover:"rgba(255, 255, 255, 0.85)",colorErrorOutline:"rgba(255, 77, 79, 0.1)",colorWarningOutline:"rgba(250, 173, 20, 0.1)",controlItemBgHover:"rgba(255, 255, 255, 0.08)",controlItemBgActive:"#1b2e5b",controlItemBgActiveHover:"#1f3b7e",controlItemBgActiveDisabled:"rgba(255, 255, 255, 0.18)",controlTmpOutline:"rgba(255, 255, 255, 0.04)",controlOutline:"rgba(5, 145, 255, 0.1)",controlOutlineWidth:2,opacityLoading:65,screenXS:320,screenSM:576,screenMD:768,screenLG:992,screenXL:1200,screenXXL:1600,screenXSMin:320,screenXSMax:575,screenSMMin:576,screenSMMax:767,screenMDMin:768,screenMDMax:991,screenLGMin:992,screenLGMax:1199,screenXLMin:1200,screenXLMax:1599,screenXXLMin:1600,lineWidthFocus:3,linkDecoration:"none",linkFocusDecoration:"none",linkHoverDecoration:"none",fontWeightStrong:700,fontWeightNormal:400,drawerWidth:378,drawerWidthMD:520,drawerWidthLG:736,reqularItalic:"Reqular Italic",semiboldItalic:"Semibold Italic",regularItalic:"Regular Italic",mediumItalic:"Medium Italic",sidebarWidthMD:256,sidebarWidthSm:180,sidebarWidthLG:360,sidebarCollapsedWidth:48,colorBgSidebar:"#262626",headerHeight:44,footerHeight:33,tooltipVerticalPadding:6,buttonPaddingHorizontal:15,buttonPaddingHorizontalSM:7,buttonIconOnlyFontSize:16,buttonIconOnlyFontSizeLG:18,buttonIconOnlyFontSizeSM:14,borderRadiusRound:16,borderRadiusRoundSM:12,borderRadiusRoundLG:20,buttonRoundPaddingHorizontal:16,buttonRoundPaddingHorizontalLG:20,buttonRoundPaddingHorizontalSM:12,tagPaddingHorizontal:7,tagIconSize:10,iconMarginInline:3,alertPaddingHorizontal:12,alertIconSizeLG:24,alertCloseIcon:12,alertIcon:14,messageContentHorizontal:9,messageIcon:16,switchHeight:22,switchHeightSM:16,switchPadding:2,switchPinSize:18,switchPinSizeActive:22,switchPinSizeSM:12,switchPinSizeSMActive:14,switchWidth:44,switchWidthSM:28,switchInnerMarginMin:9,switchInnerMarginMinSM:6,switchLoadingIconColor:"rgba(0, 0, 0, 0.65)",borderRadiusSwitch:100,borderRadiusMax:100,borderRadiusSwitchHandle:9,switchIconSizeSM:12,switchIconSize:14,iconSize:14,codeBg:"rgba(150, 150, 150, 0.1)",codeBorder:"rgba(100, 100, 100, 0.2)",keyboardBg:"rgba(150, 150, 150, 0.06)",keyboardBorder:"rgba(100, 100, 100, 0.2)",codeAndKeyboardHorizontalMargin:2,codeAndKeyboardHorizontalPadding:4,codeAndKeyboardTopPadding:2,codeKeyboardRadius:3,codeAndKeyboardBottomPadding:1,badgeShadowColor:"#151515",badgeShadowSize:1,badgeHeight:20,badgeHeightSM:14,badgeDotSize:6,badgeStatusSize:6,borderRadiusBadge:10,borderRadiusBadgeSM:7,spinDotSize:20,spinDotItemSize:6.75,spinDotItemSizeSM:4.5,spinDotItemSizeLG:11.25,spinDotSizeSM:14,spinDotSizeLG:32,notificationCloseButtonSize:22,notificationCloseIconSize:14,notificationNoticeIconSize:24,resultIconSize:72,resultVerticalPadding:48,resultContentHorizontalPadding:40,popConfirmIconSize:14,tourCloseSize:22,tourCoverVerticalPadding:46,tourIndicatorSize:6,tourMaskBg:"rgba(0, 0, 0, 0.5)",avatarFontSizeBase:18,avatarFontSizeSM:14,avatarFontSizeLG:24,emptyImgHeight:100,emptyImgHeightMD:40,emptyImgHeightSM:35,QRCodeMaskBackgroundColor:"rgba(255, 255, 255, 0.96)",QRCodeExpiredTextColor:"rgba(0, 0, 0, 0.88)",carouselDotWidth:16,carouselDotHeight:3,carouselDotWidthActive:24,carouselArrowSize:20,carouselDotOffset:12,carouselArrowOffset:25,modalHeaderHeight:56,modalCloseBtnSize:22,modalCloseIconSize:16,modalConfirmIconSize:22,modalCloseButtonPosition:17,drawerCloseIcon:24,segmentedPaddingHorizontal:11,segmentedPaddingHorizontalSM:7,segmentedPadding:2,segmentedLabelMinHeight:28,segmentedLabelMinHeightLG:36,segmentedLabelMinHeightSM:20,segmentedItemGap:6,segmentedIcon:14,segmentedIconLG:16,radioDotSize:6,radioDotPadding:4,radioButtonPaddingInline:15,radioButtonPaddingInlineSM:7,radioRadius:8,radioDotDisabledSize:8,radioButtonGroupPadding:1,radioButtonHeight:30,radioButtonHeightSM:22,radioButtonHeightLG:38,borderRadiusRadioButton:5,borderRadiusRadioButtonSM:3,borderRadiusRadioButtonLG:7,checkboxSize:16,checkboxIndeterminateSize:8,rateStarSize:20,timelineItemHeadSize:10,timelineItemPaddingBottom:20,itemTailHorizontalPadding:4,itemTailVerticalPadding:10,collapseExpandIconHeight:22,collapseExpandIconHeightLG:24,collapseExpandIconHeightSM:20,collapseExpandIconPaddingHorizontalStart:4,collapseExpandIconPaddingHorizontalStartSM:4,collapseExpandIconPaddingHorizontalStartLG:8,selectInputPaddingHorizontalBase:11,selectInputPaddingHorizontalSM:7,selectionItemPadding:18,selectionItemPaddingLG:20,selectionItemPaddingSM:18,selectTagItemEnd:4,selectDropdownItemVertical:5,selectDropdownItemGroupHorizontal:24,inputPaddingHorizontal:11,inputPaddingHorizontalSM:7,inputPaddingHorizontalLG:11,inputPaddingVertical:4,inputPaddingVerticalSM:0,inputPaddingVerticalLG:7,radiusNone:0,inputNumberHandleWidth:22,skeletonButtonWidth:64,skeletonInputWidth:160,skeletonButtonWidthLG:80,skeletonInputWidthLG:200,skeletonButtonWidthSM:48,skeletonInputWidthSM:120,colorPickerWidth:234,colorPickerHandlerSize:16,colorPickerHandlerSizeSM:12,colorPickerSliderHeight:8,colorPickerPreviewSize:28,paddingNone:0,colorPickerPresetColorSize:18,paginationItemPaddingInline:6,floatButtonBodyVerticalPadding:2,floatButtonBodyHorizontalPadding:4,floatButtonIconSize:18,marginNone:0,tabHorizontalSM:6,tabVerticalLG:6,tabCardGap:2,darkBtnTextHover:"rgba(255, 255, 255, 0.08)",darkBtnFilled:"rgba(255, 255, 255, 0.08)",darkBtnFilledHover:"rgba(255, 255, 255, 0.12)",tooltipVerticalPaddingSM:2,colorTextLightSolidPrimary:"#FFFFFF",emptyImage:"#2F3237",emptyImageLight:"#414449",emptyImageInnerShadow:"#232529",emptyImageShadow:"#232529","test-will-be-removed-in-the-next-update":"#FFFFFF"},components:{Button:{borderColorDisabled:"#2E3137",contentFontSize:14,contentFontSizeLG:14,contentFontSizeSM:14,contentLineHeight:1.5709999799728394,contentLineHeightLG:1.5,contentLineHeightSM:1.6666666269302368,dangerColor:"#FFFFFF",dangerShadow:"0 2px 0 rgba(255,38,5,0.06)",defaultActiveBg:"#151515",defaultActiveBorderColor:"#244dad",defaultActiveColor:"#244dad",defaultBg:"#151515",defaultBorderColor:"#2E3137",defaultColor:"rgba(255, 255, 255, 0.85)",defaultGhostBorderColor:"#151515",defaultGhostColor:"#151515",defaultHoverBg:"#151515",defaultHoverBorderColor:"#4e81e8",defaultHoverColor:"#4e81e8",defaultShadow:"0 2px 0 rgba(0,0,0,0.02)",fontWeight:400,ghostBg:"rgba(0, 0, 0, 0)",groupBorderColor:"#4e81e8",iconGap:8,linkHoverBg:"rgba(0, 0, 0, 0)",onlyIconSize:14,onlyIconSizeLG:16,onlyIconSizeSM:12,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:15,paddingInlineLG:15,paddingInlineSM:7,primaryColor:"#FFFFFF",primaryShadow:"0 2px 0 rgba(5,145,255,0.1)",solidTextColor:"#000000",textHoverBg:"rgba(255, 255, 255, 0.08)",textTextActiveColor:"rgba(255, 255, 255, 0.85)",textTextColor:"rgba(255, 255, 255, 0.85)",textTextHoverColor:"rgba(255, 255, 255, 0.85)",dashedBgDisabled:"rgba(255, 255, 255, 0.08)",defaultBgDisabled:"rgba(255, 255, 255, 0.08)"},Typography:{titleMarginBottom:0,titleMarginTop:0},Divider:{orientationMargin:.05000000074505806,textPaddingInline:14,verticalMarginInline:8},Layout:{bodyBg:"#000000",footerBg:"#000000",footerPadding:"24px 50px",headerBg:"#001529",headerColor:"rgba(255, 255, 255, 0.85)",headerHeight:64,headerPadding:"0 50px",lightSiderBg:"#151515",lightTriggerBg:"#151515",lightTriggerColor:"rgba(255, 255, 255, 0.85)",siderBg:"#001529",triggerBg:"#002140",triggerColor:"#FFFFFF",triggerHeight:48,zeroTriggerHeight:40,zeroTriggerWidth:40},Splitter:{splitBarDraggableSize:20,splitBarSize:2,splitTriggerSize:6},Anchor:{linkPaddingBlock:4,linkPaddingInlineStart:16},Breadcrumb:{iconFontSize:14,itemColor:"rgba(255, 255, 255, 0.45)",lastItemColor:"rgba(255, 255, 255, 0.85)",linkColor:"rgba(255, 255, 255, 0.45)",linkHoverColor:"rgba(255, 255, 255, 0.85)",separatorColor:"rgba(255, 255, 255, 0.45)",separatorMargin:8},Dropdown:{paddingBlock:5,zIndexPopup:1050},Menu:{activeBarBorderWidth:1,activeBarHeight:2,activeBarWidth:0,collapsedIconSize:16,collapsedWidth:80,dangerItemActiveBg:"#2C1618",dangerItemColor:"#DC4446",dangerItemHoverColor:"#DC4446",dangerItemSelectedBg:"#2C1618",dangerItemSelectedColor:"#DC4446",darkDangerItemActiveBg:"#DC4446",darkDangerItemColor:"#DC4446",darkDangerItemHoverColor:"#E86E6B",darkDangerItemSelectedBg:"#DC4446",darkDangerItemSelectedColor:"#FFFFFF",darkGroupTitleColor:"rgba(255, 255, 255, 0.65)",darkItemBg:"#151515",darkItemColor:"rgba(255, 255, 255, 0.65)",darkItemDisabledColor:"rgba(255, 255, 255, 0.25)",darkItemHoverBg:"rgba(0, 0, 0, 0)",darkItemHoverColor:"#FFFFFF",darkItemSelectedBg:"#2c6bff",darkItemSelectedColor:"#FFFFFF",darkPopupBg:"#001529",darkSubMenuItemBg:"#000C17",dropdownWidth:160,groupTitleColor:"rgba(255, 255, 255, 0.45)",groupTitleFontSize:14,groupTitleLineHeight:1.5714285373687744,horizontalItemBorderRadius:0,horizontalItemHoverBg:"rgba(0, 0, 0, 0)",horizontalItemHoverColor:"#2c6bff",horizontalItemSelectedBg:"rgba(0, 0, 0, 0)",horizontalItemSelectedColor:"#2c6bff",horizontalLineHeight:46,iconMarginInlineEnd:10,iconSize:14,itemActiveBg:"#1b2e5b",itemBg:"#151515",itemBorderRadius:8,itemColor:"rgba(255, 255, 255, 0.85)",itemDisabledColor:"rgba(255, 255, 255, 0.25)",itemHeight:40,itemHoverBg:"rgba(255, 255, 255, 0.12)",itemHoverColor:"rgba(255, 255, 255, 0.85)",itemMarginBlock:4,itemMarginInline:4,itemPaddingInline:16,itemSelectedBg:"#1b2e5b",itemSelectedColor:"#2c6bff",popupBg:"#262626",subMenuItemBg:"rgba(255, 255, 255, 0.04)",subMenuItemBorderRadius:4,subMenuItemSelectedColor:"#2c6bff",zIndexPopup:1050},Pagination:{itemActiveBg:"#151515",itemActiveBgDisabled:"rgba(255, 255, 255, 0.18)",itemActiveColor:"#2c6bff",itemActiveColorDisabled:"rgba(255, 255, 255, 0.25)",itemActiveColorHover:"#4e81e8",itemBg:"#151515",itemInputBg:"#151515",itemLinkBg:"#151515",itemSize:32,itemSizeSM:24,miniOptionsSizeChangerTop:0},Steps:{customIconFontSize:24,customIconSize:24,customIconTop:24,dotCurrentSize:10,dotSize:8,iconFontSize:14,iconSize:32,iconSizeSM:24,iconTop:-.5,navArrowColor:"rgba(255, 255, 255, 0.25)",navContentMaxWidth:"unset",titleLineHeight:32},Tabs:{cardBg:"rgba(255, 255, 255, 0.04)",cardGutter:2,cardHeight:40,cardHeightLG:48,cardHeightSM:32,cardPadding:"8px 16px",cardPaddingLG:"11px 16px",cardPaddingSM:"4px 8px",horizontalItemGutter:32,horizontalItemMargin:" ",horizontalItemMarginRTL:" ",horizontalItemPadding:"12px 0",horizontalItemPaddingLG:"16px 0",horizontalItemPaddingSM:"8px 0",horizontalMargin:"0 0 16px 0",inkBarColor:"#2c6bff",itemActiveColor:"#244dad",itemColor:"rgba(255, 255, 255, 0.85)",itemHoverColor:"#4e81e8",itemSelectedColor:"#2c6bff",titleFontSize:14,titleFontSizeLG:16,titleFontSizeSM:12,verticalItemMargin:"16px 0 0 0",verticalItemPadding:"8px 24px",zIndexPopup:1050},AutoComplete:{activeBorderColor:"#2c6bff",activeOutlineColor:"rgba(5, 145, 255, 0.1)",clearBg:"#151515",hoverBorderColor:"#4e81e8",multipleItemBg:"rgba(255, 255, 255, 0.12)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(255, 255, 255, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(255, 255, 255, 0.08)",optionActiveBg:"rgba(255, 255, 255, 0.08)",optionFontSize:14,optionHeight:32,optionLineHeight:1.5700000524520874,optionPadding:"5px 12px",optionSelectedBg:"#1b2e5b",optionSelectedColor:"rgba(255, 255, 255, 0.85)",optionSelectedFontWeight:700,selectorBg:"#151515",showArrowPaddingInlineEnd:18,singleItemHeightLG:40,zIndexPopup:1050},Cascader:{controlItemWidth:111,controlWidth:184,dropdownHeight:180,menuPadding:4,optionPadding:"5px 12px",optionSelectedBg:"#1b2e5b",optionSelectedColor:"rgba(255, 255, 255, 0.85)",optionSelectedFontWeight:700},Input:{activeBg:"#151515",activeBorderColor:"#2c6bff",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(255, 255, 255, 0.04)",errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#151515",hoverBorderColor:"#4e81e8",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)"},DatePicker:{activeBg:"#151515",activeBorderColor:"#2c6bff",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(255, 255, 255, 0.04)",cellActiveWithRangeBg:"#1b2e5b",cellBgDisabled:"rgba(255, 255, 255, 0.08)",cellHeight:24,cellHoverBg:"rgba(255, 255, 255, 0.08)",cellHoverWithRangeBg:"#CBE0FD",cellRangeBorderColor:"#82B4F9",cellWidth:36,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#151515",hoverBorderColor:"#4e81e8",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,multipleItemBg:"rgba(255, 255, 255, 0.12)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(255, 255, 255, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(255, 255, 255, 0.08)",paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,presetsMaxWidth:200,presetsWidth:120,textHeight:40,timeCellHeight:28,timeColumnHeight:224,timeColumnWidth:56,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)",withoutTimeCellHeight:66,zIndexPopup:1050},Form:{inlineItemMarginBottom:0,itemMarginBottom:24,labelColonMarginInlineEnd:8,labelColonMarginInlineStart:2,labelColor:"rgba(255, 255, 255, 0.65)",labelFontSize:14,labelHeight:32,labelRequiredMarkColor:"#DC4446",verticalLabelMargin:0,verticalLabelPadding:"0 0 8px"},InputNumber:{activeBg:"#151515",activeBorderColor:"#2c6bff",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(255, 255, 255, 0.04)",controlWidth:90,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",filledHandleBg:"#F0F0F0",handleActiveBg:"rgba(255, 255, 255, 0.04)",handleBg:"#151515",handleBorderColor:"#2E3137",handleFontSize:7,handleHoverColor:"#2c6bff",handleVisible:"auto",handleWidth:22,hoverBg:"#151515",hoverBorderColor:"#4e81e8",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)"},Mentions:{activeBg:"#151515",activeBorderColor:"#2c6bff",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(255, 255, 255, 0.04)",controlItemWidth:100,dropdownHeight:250,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#151515",hoverBorderColor:"#4e81e8",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)",zIndexPopup:1050},Radio:{buttonBg:"#151515",buttonCheckedBg:"#151515",buttonCheckedBgDisabled:"rgba(255, 255, 255, 0.18)",buttonCheckedColorDisabled:"rgba(255, 255, 255, 0.25)",buttonColor:"rgba(255, 255, 255, 0.85)",buttonPaddingInline:15,buttonSolidCheckedActiveBg:"#244dad",buttonSolidCheckedBg:"#2c6bff",buttonSolidCheckedColor:"#FFFFFF",buttonSolidCheckedHoverBg:"#4e81e8",dotColorDisabled:"rgba(255, 255, 255, 0.25)",dotSize:8,radioSize:16,wrapperMarginInlineEnd:8},Rate:{starBg:"rgba(255, 255, 255, 0.12)",starColor:"#D8BD14",starHoverScale:"scale(1.1)",starSize:20,starSizeLG:25,starSizeSM:15},Select:{activeBorderColor:"#2c6bff",activeOutlineColor:"rgba(5, 145, 255, 0.1)",clearBg:"#151515",hoverBorderColor:"#4e81e8",multipleItemBg:"rgba(255, 255, 255, 0.12)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(255, 255, 255, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(255, 255, 255, 0.08)",optionActiveBg:"rgba(255, 255, 255, 0.08)",optionFontSize:14,optionHeight:32,optionLineHeight:1.5700000524520874,optionPadding:"5px 12px",optionSelectedBg:"#1b2e5b",optionSelectedColor:"rgba(255, 255, 255, 0.85)",optionSelectedFontWeight:700,selectorBg:"#151515",showArrowPaddingInlineEnd:18,singleItemHeightLG:40,zIndexPopup:1050},Slider:{controlSize:10,dotActiveBorderColor:"#1b2e5b",dotBorderColor:"#282B31",dotSize:8,handleActiveColor:"#2c6bff",handleActiveOutlineColor:"#1f3b7e",handleColor:"#1b2e5b",handleColorDisabled:"#414141",handleLineWidth:2,handleLineWidthHover:2.5,handleSize:10,handleSizeHover:12,railBg:"rgba(255, 255, 255, 0.08)",railHoverBg:"rgba(255, 255, 255, 0.12)",railSize:4,trackBg:"#1b2e5b",trackBgDisabled:"rgba(255, 255, 255, 0.08)",trackHoverBg:"#1f3b7e"},Switch:{handleBg:"#FFFFFF",handleShadow:"0 2px 4px 0 rgba(0,35,11,0.2)",handleSize:18,handleSizeSM:12,innerMaxMargin:24,innerMaxMarginSM:18,innerMinMargin:9,innerMinMarginSM:6,trackHeight:22,trackHeightSM:16,trackMinWidth:44,trackMinWidthSM:28,trackPadding:2},TimePicker:{activeBg:"#151515",activeBorderColor:"#2c6bff",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(255, 255, 255, 0.04)",cellActiveWithRangeBg:"#1b2e5b",cellBgDisabled:"rgba(255, 255, 255, 0.08)",cellHeight:24,cellHoverBg:"rgba(255, 255, 255, 0.08)",cellHoverWithRangeBg:"#CBE0FD",cellRangeBorderColor:"#82B4F9",cellWidth:36,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#151515",hoverBorderColor:"#4e81e8",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,multipleItemBg:"rgba(255, 255, 255, 0.12)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(255, 255, 255, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(255, 255, 255, 0.08)",paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,presetsMaxWidth:200,presetsWidth:120,textHeight:40,timeCellHeight:28,timeColumnHeight:224,timeColumnWidth:56,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)",withoutTimeCellHeight:66,zIndexPopup:1050},Transfer:{headerHeight:40,itemHeight:32,itemPaddingBlock:5,listHeight:200,listWidth:180,listWidthLG:250},TreeSelect:{indentSize:24,nodeHoverBg:"rgba(255, 255, 255, 0.08)",nodeHoverColor:"rgba(255, 255, 255, 0.85)",nodeSelectedBg:"#1b2e5b",nodeSelectedColor:"rgba(255, 255, 255, 0.85)",titleHeight:24},Upload:{actionsColor:"rgba(255, 255, 255, 0.45)",pictureCardSize:102},Avatar:{containerSize:32,containerSizeLG:40,containerSizeSM:24,groupBorderColor:"#151515",groupOverlapping:-8,groupSpace:4,iconFontSize:18,iconFontSizeLG:24,iconFontSizeSM:14,textFontSize:14,textFontSizeLG:14,textFontSizeSM:14},Badge:{dotSize:6,indicatorHeight:20,indicatorHeightSM:14,indicatorZIndex:"auto",statusSize:6,textFontSize:12,textFontSizeSM:12,textFontWeight:400},Calendar:{fullBg:"#151515",fullPanelBg:"#151515",itemActiveBg:"#1b2e5b",miniContentHeight:256,monthControlWidth:70,yearControlWidth:80},Card:{actionsBg:"#151515",actionsLiMargin:"12px 0",bodyPadding:24,bodyPaddingSM:12,extraColor:"rgba(255, 255, 255, 0.85)",headerBg:"rgba(0, 0, 0, 0)",headerFontSize:16,headerFontSizeSM:14,headerHeight:56,headerHeightSM:38,headerPadding:24,headerPaddingSM:12,tabsMarginBottom:-17},Carousel:{arrowOffset:8,arrowSize:16,dotActiveWidth:24,dotGap:4,dotHeight:3,dotOffset:12,dotWidth:16},Descriptions:{colonMarginLeft:2,colonMarginRight:8,contentColor:"rgba(255, 255, 255, 0.85)",extraColor:"rgba(255, 255, 255, 0.85)",itemPaddingBottom:16,itemPaddingEnd:16,labelBg:"rgba(255, 255, 255, 0.04)",labelColor:"rgba(255, 255, 255, 0.45)",titleColor:"rgba(255, 255, 255, 0.85)",titleMarginBottom:20},Image:{previewOperationColor:"rgba(255, 255, 255, 0.65)",previewOperationColorDisabled:"rgba(255, 255, 255, 0.25)",previewOperationHoverColor:"rgba(255, 255, 255, 0.85)",previewOperationSize:18,zIndexPopup:1080},List:{avatarMarginRight:16,contentWidth:220,descriptionFontSize:14,emptyTextPadding:16,footerBg:"rgba(0, 0, 0, 0)",headerBg:"rgba(0, 0, 0, 0)",itemPadding:"12px 0",itemPaddingLG:"16px 24px",itemPaddingSM:"8px 16px",metaMarginBottom:16,titleMarginBottom:12},Popover:{titleMinWidth:177,zIndexPopup:1030},Segmented:{itemActiveBg:"rgba(255, 255, 255, 0.18)",itemColor:"rgba(255, 255, 255, 0.65)",itemHoverBg:"rgba(255, 255, 255, 0.12)",itemHoverColor:"rgba(255, 255, 255, 0.85)",itemSelectedBg:"#262626",itemSelectedColor:"rgba(255, 255, 255, 0.85)",trackBg:"#000000",trackPadding:2},Statistic:{contentFontSize:24,titleFontSize:14},Table:{bodySortBg:"#FAFAFA",borderColor:"#282B31",cellFontSize:14,cellFontSizeMD:14,cellFontSizeSM:14,cellPaddingBlock:16,cellPaddingBlockMD:12,cellPaddingBlockSM:8,cellPaddingInline:16,cellPaddingInlineMD:8,cellPaddingInlineSM:8,expandIconBg:"#151515",filterDropdownBg:"#151515",filterDropdownMenuBg:"#151515",fixedHeaderSortActiveBg:"#1C1C1C",footerBg:"#0D0D0D",footerColor:"rgba(255, 255, 255, 0.85)",headerBg:"#333333",headerSubBg:"#1F1F1F",headerBorderRadius:8,headerColor:"rgba(255, 255, 255, 0.85)",headerFilterHoverBg:"rgba(255, 255, 255, 0.12)",headerSortActiveBg:"#1C1C1C",headerSortHoverBg:"#1C1C1C",headerTextColor:"rgba(255, 255, 255, 0.65)",headerSplitColor:"#444547",rowExpandedBg:"rgba(255, 255, 255, 0.04)",rowHoverBg:"#0D0D0D",rowSelectedBg:"#1b2e5b",rowSelectedHoverBg:"#1f3b7e",selectionColumnWidth:32,stickyScrollBarBg:"rgba(255, 255, 255, 0.25)",stickyScrollBarBorderRadius:100,scrollbar:"rgba(64, 64, 64, 0.7)",colorTextHighlight:"#F8DF8B"},Tag:{defaultBg:"#19191C",defaultColor:"rgba(255, 255, 255, 0.85)",solidTextColor:"#FFFFFF"},Timeline:{dotBorderWidth:2,itemPaddingBottom:20,tailColor:"rgba(255, 255, 255, 0.1)",tailWidth:2},Tooltip:{zIndexPopup:1070},Tour:{closeBtnSize:0,primaryNextBtnHoverBg:"#171717",primaryPrevBtnBg:"rgba(0, 0, 0, 0.15)",zIndexPopup:1070},Tree:{directoryNodeSelectedBg:"#2c6bff",directoryNodeSelectedColor:"#FFFFFF",indentSize:24,nodeHoverBg:"rgba(255, 255, 255, 0.08)",nodeHoverColor:"rgba(255, 255, 255, 0.85)",nodeSelectedBg:"#1b2e5b",nodeSelectedColor:"rgba(255, 255, 255, 0.85)",titleHeight:24},Alert:{defaultPadding:"8px 12px",withDescriptionIconSize:24,withDescriptionPadding:"20px 24px"},Drawer:{draggerSize:4,footerPaddingBlock:8,footerPaddingInline:16,zIndexPopup:1e3},Message:{contentBg:"#262626",contentPadding:"9px 12px",zIndexPopup:2010},Modal:{contentBg:"#262626",contentBgBorder:"rgba(255, 255, 255, 0.08)",footerBg:"rgba(0, 0, 0, 0)",headerBg:"#262626",titleColor:"rgba(255, 255, 255, 0.85)",titleFontSize:16,titleLineHeight:1.5},Notification:{colorErrorBg:"rgba(0, 0, 0, 0)",colorInfoBg:"rgba(0, 0, 0, 0)",colorSuccessBg:"rgba(0, 0, 0, 0)",colorWarningBg:"rgba(0, 0, 0, 0)",width:384,zIndexPopup:2050},Popconfirm:{zIndexPopup:1060},Progress:{"circleTextFontSize 2":"1.1666666666666667em",circleTextColor:"rgba(255, 255, 255, 0.85)",circleTextFontSize:"1em",defaultColor:"#2F83DC",lineBorderRadius:100,remainingColor:"rgba(255, 255, 255, 0.12)"},Result:{extraMargin:"24px 0 0 0",iconFontSize:72,subtitleFontSize:14,titleFontSize:24},Skeleton:{blockRadius:4,gradientFromColor:"rgba(255, 255, 255, 0.12)",gradientToColor:"rgba(255, 255, 255, 0.18)",paragraphLiHeight:16,paragraphMarginTop:28,titleHeight:28},Spin:{contentHeight:400,dotSize:20,dotSizeLG:32,dotSizeSM:14},Collapse:{borderlessContentBg:"rgba(0, 0, 0, 0)",borderlessContentPadding:"4px 16px 16px",contentBg:"#151515",contentPadding:"16px 16px",headerBg:"rgba(255, 255, 255, 0.04)",headerPadding:"12px 16px"}}},Oe=r=>{const t=r==="dark"?ao:no;return{algorithm:r==="dark"?a.theme.darkAlgorithm:a.theme.defaultAlgorithm,token:t.token,components:t.components}};Oe("light");const lo=r=>{const t=c.compilerRuntimeExports.c(24);let e,o,i,n,l;t[0]!==r?({mode:n,theme:o,locale:l,children:e,...i}=r,t[0]=r,t[1]=e,t[2]=o,t[3]=i,t[4]=n,t[5]=l):(e=t[1],o=t[2],i=t[3],n=t[4],l=t[5]);const F=n===void 0?"dark":n,s=l===void 0?io:l;let u;t[6]!==F?(u=Oe(F),t[6]=F,t[7]=u):u=t[7];const m=u,p=o?.token;let b;t[8]!==m.token||t[9]!==p?(b={...m.token,...p},t[8]=m.token,t[9]=p,t[10]=b):b=t[10];const L=o?.components;let B;t[11]!==m.components||t[12]!==L?(B={...m.components,...L},t[11]=m.components,t[12]=L,t[13]=B):B=t[13];let A;t[14]!==m||t[15]!==o||t[16]!==b||t[17]!==B?(A={...m,...o,token:b,components:B},t[14]=m,t[15]=o,t[16]=b,t[17]=B,t[18]=A):A=t[18];const W=A;let k;return t[19]!==e||t[20]!==s||t[21]!==W||t[22]!==i?(k=d.jsx(a.ConfigProvider,{theme:W,locale:s,...i,children:e}),t[19]=e,t[20]=s,t[21]=W,t[22]=i,t[23]=k):k=t[23],k},_e=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(7);let o,i;e[0]!==r?({children:o,...i}=r,e[0]=r,e[1]=o,e[2]=i):(o=e[1],i=e[2]);const n=t;let l;return e[3]!==o||e[4]!==i||e[5]!==n?(l=d.jsx(a.InputNumber,{ref:n,...i,children:o}),e[3]=o,e[4]=i,e[5]=n,e[6]=l):l=e[6],l});_e.displayName="GZInputNumber";const Ze=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(7);let o,i;e[0]!==r?({children:o,...i}=r,e[0]=r,e[1]=o,e[2]=i):(o=e[1],i=e[2]);let n;return e[3]!==o||e[4]!==t||e[5]!==i?(n=d.jsx(a.Radio.Group,{ref:t,...i,children:o}),e[3]=o,e[4]=t,e[5]=i,e[6]=n):n=e[6],n});Ze.displayName="GZRadioGroup";const Xe=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(7);let o,i;e[0]!==r?({children:o,...i}=r,e[0]=r,e[1]=o,e[2]=i):(o=e[1],i=e[2]);const n=t;let l;return e[3]!==o||e[4]!==i||e[5]!==n?(l=d.jsx(a.Radio.Button,{ref:n,...i,children:o}),e[3]=o,e[4]=i,e[5]=n,e[6]=l):l=e[6],l});Xe.displayName="GZRadioButton";const co=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(7);let o,i;e[0]!==r?({children:o,...i}=r,e[0]=r,e[1]=o,e[2]=i):(o=e[1],i=e[2]);const n=t;let l;return e[3]!==o||e[4]!==i||e[5]!==n?(l=d.jsx(a.Radio,{ref:n,...i,children:o}),e[3]=o,e[4]=i,e[5]=n,e[6]=l):l=e[6],l}),T=co;T.Group=Ze;T.Button=Xe;T.displayName="GZRadio";const qe=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(3),o=t;let i;return e[0]!==r||e[1]!==o?(i=d.jsx(a.Rate,{ref:o,...r}),e[0]=r,e[1]=o,e[2]=i):i=e[2],i});qe.displayName="GZRate";const Ve=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(7);let o,i;e[0]!==r?({children:o,...i}=r,e[0]=r,e[1]=o,e[2]=i):(o=e[1],i=e[2]);const n=t;let l;return e[3]!==o||e[4]!==i||e[5]!==n?(l=d.jsx(a.Select.Option,{ref:n,...i,children:o}),e[3]=o,e[4]=i,e[5]=n,e[6]=l):l=e[6],l});Ve.displayName="GZSelectOption";const Ye=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(7);let o,i;e[0]!==r?({children:o,...i}=r,e[0]=r,e[1]=o,e[2]=i):(o=e[1],i=e[2]);const n=t;let l;return e[3]!==o||e[4]!==i||e[5]!==n?(l=d.jsx(a.Select.OptGroup,{ref:n,...i,children:o}),e[3]=o,e[4]=i,e[5]=n,e[6]=l):l=e[6],l});Ye.displayName="GZSelectOptGroup";const go=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(3),o=t;let i;return e[0]!==r||e[1]!==o?(i=d.jsx(a.Select,{ref:o,...r}),e[0]=r,e[1]=o,e[2]=i):i=e[2],i}),w=go;w.Option=Ve;w.OptGroup=Ye;w.displayName="GZSelect";var j={exports:{}};var de;function so(){return de||(de=1,(function(r){(function(){var t={}.hasOwnProperty;function e(){for(var o=[],i=0;i<arguments.length;i++){var n=arguments[i];if(n){var l=typeof n;if(l==="string"||l==="number")o.push(n);else if(Array.isArray(n)){if(n.length){var F=e.apply(null,n);F&&o.push(F)}}else if(l==="object"){if(n.toString!==Object.prototype.toString&&!n.toString.toString().includes("[native code]")){o.push(n.toString());continue}for(var s in n)t.call(n,s)&&n[s]&&o.push(s)}}}return o.join(" ")}r.exports?(e.default=e,r.exports=e):window.classNames=e})()})(j)),j.exports}var uo=so();const Fo=ce(uo),Qe=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(9);let o,i;e[0]!==r?({className:o,...i}=r,e[0]=r,e[1]=o,e[2]=i):(o=e[1],i=e[2]);let n;e[3]!==o?(n=Fo("gz-switch",o),e[3]=o,e[4]=n):n=e[4];let l;return e[5]!==t||e[6]!==i||e[7]!==n?(l=d.jsx(a.Switch,{ref:t,className:n,...i}),e[5]=t,e[6]=i,e[7]=n,e[8]=l):l=e[8],l});Qe.displayName="Switch";const Ue=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(3);let o;return e[0]!==r||e[1]!==t?(o=d.jsx(a.TimePicker.RangePicker,{ref:t,...r}),e[0]=r,e[1]=t,e[2]=o):o=e[2],o});Ue.displayName="GZTimeRangePicker";const mo=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(3);let o;return e[0]!==r||e[1]!==t?(o=d.jsx(a.TimePicker,{ref:t,...r}),e[0]=r,e[1]=t,e[2]=o):o=e[2],o}),V=mo;V.RangePicker=Ue;V.displayName="GZTimePicker";const Ke=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(5);let o;e[0]!==r?(o=d.jsx(a.Transfer.List,{...r}),e[0]=r,e[1]=o):o=e[1];let i;return e[2]!==t||e[3]!==o?(i=d.jsx("div",{ref:t,children:o}),e[2]=t,e[3]=o,e[4]=i):i=e[4],i});Ke.displayName="GZTransferList";const Je=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(5);let o;e[0]!==r?(o=d.jsx(a.Transfer.Search,{...r}),e[0]=r,e[1]=o):o=e[1];let i;return e[2]!==t||e[3]!==o?(i=d.jsx("div",{ref:t,children:o}),e[2]=t,e[3]=o,e[4]=i):i=e[4],i});Je.displayName="GZTransferSearch";const et=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(5);let o;e[0]!==r?(o=d.jsx(a.Transfer.Operation,{...r}),e[0]=r,e[1]=o):o=e[1];let i;return e[2]!==t||e[3]!==o?(i=d.jsx("div",{ref:t,children:o}),e[2]=t,e[3]=o,e[4]=i):i=e[4],i});et.displayName="GZTransferOperation";const po=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(6);let o;e[0]===Symbol.for("react.memo_cache_sentinel")?(o={width:"100%"},e[0]=o):o=e[0];let i;e[1]!==r?(i=d.jsx(a.Transfer,{...r}),e[1]=r,e[2]=i):i=e[2];let n;return e[3]!==t||e[4]!==i?(n=d.jsx("div",{ref:t,style:o,children:i}),e[3]=t,e[4]=i,e[5]=n):n=e[5],n}),R=po;R.List=Ke;R.Search=Je;R.Operation=et;R.displayName="GZTransfer";const tt=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(7);let o,i;e[0]!==r?({children:o,...i}=r,e[0]=r,e[1]=o,e[2]=i):(o=e[1],i=e[2]);const n=t,l=i;let F;return e[3]!==o||e[4]!==n||e[5]!==l?(F=d.jsx(a.TreeSelect.TreeNode,{ref:n,...l,children:o}),e[3]=o,e[4]=n,e[5]=l,e[6]=F):F=e[6],F});tt.displayName="GZTreeNode";const bo=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(3),o=t;let i;return e[0]!==r||e[1]!==o?(i=d.jsx(a.TreeSelect,{ref:o,...r}),e[0]=r,e[1]=o,e[2]=i):i=e[2],i}),C=bo;C.TreeNode=tt;C.SHOW_ALL=a.TreeSelect.SHOW_ALL;C.SHOW_PARENT=a.TreeSelect.SHOW_PARENT;C.SHOW_CHILD=a.TreeSelect.SHOW_CHILD;C.displayName="GZTreeSelect";const ot=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(7);let o,i;e[0]!==r?({children:o,...i}=r,e[0]=r,e[1]=o,e[2]=i):(o=e[1],i=e[2]);let n;return e[3]!==o||e[4]!==t||e[5]!==i?(n=d.jsx(a.Upload.Dragger,{ref:t,...i,children:o}),e[3]=o,e[4]=t,e[5]=i,e[6]=n):n=e[6],n});ot.displayName="GZDragger";const So=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(7);let o,i;e[0]!==r?({children:o,...i}=r,e[0]=r,e[1]=o,e[2]=i):(o=e[1],i=e[2]);const n=t;let l;return e[3]!==o||e[4]!==i||e[5]!==n?(l=d.jsx(a.Upload,{ref:n,...i,children:o}),e[3]=o,e[4]=i,e[5]=n,e[6]=l):l=e[6],l}),G=So;G.Dragger=ot;G.LIST_IGNORE=a.Upload.LIST_IGNORE;G.displayName="GZUpload";const rt=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(3);let o;return e[0]!==r||e[1]!==t?(o=d.jsx(a.Card,{ref:t,...r}),e[0]=r,e[1]=t,e[2]=o):o=e[2],o});rt.displayName="GZCard";const it=r=>{const t=c.compilerRuntimeExports.c(2);let e;return t[0]!==r?(e=d.jsx(a.Card.Grid,{...r}),t[0]=r,t[1]=e):e=t[1],e};it.displayName="GZCardGrid";const nt=r=>{const t=c.compilerRuntimeExports.c(2);let e;return t[0]!==r?(e=d.jsx(a.Card.Meta,{...r}),t[0]=r,t[1]=e):e=t[1],e};nt.displayName="GZCardMeta";const Y=rt;Y.Grid=it;Y.Meta=nt;const at=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(3);let o;return e[0]!==r||e[1]!==t?(o=d.jsx(a.Collapse,{ref:t,...r}),e[0]=r,e[1]=t,e[2]=o):o=e[2],o});at.displayName="GZCollapse";const lt=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(3);let o;return e[0]!==r||e[1]!==t?(o=d.jsx(a.Collapse.Panel,{ref:t,...r}),e[0]=r,e[1]=t,e[2]=o):o=e[2],o});lt.displayName="GZCollapsePanel";const dt=at;dt.Panel=lt;const ct=r=>{const t=c.compilerRuntimeExports.c(2);let e;return t[0]!==r?(e=d.jsx(a.Empty,{...r}),t[0]=r,t[1]=e):e=t[1],e};ct.displayName="GZEmpty";const Q=ct;Q.PRESENTED_IMAGE_DEFAULT=a.Empty.PRESENTED_IMAGE_DEFAULT;Q.PRESENTED_IMAGE_SIMPLE=a.Empty.PRESENTED_IMAGE_SIMPLE;const gt=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(3);let o;return e[0]!==r||e[1]!==t?(o=d.jsx(a.Popover,{ref:t,...r}),e[0]=r,e[1]=t,e[2]=o):o=e[2],o});gt.displayName="GZPopover";const st=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(3);let o;return e[0]!==r||e[1]!==t?(o=d.jsx(a.Segmented,{ref:t,...r}),e[0]=r,e[1]=t,e[2]=o):o=e[2],o});st.displayName="GZSegmented";const ut=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(3);let o;return e[0]!==r||e[1]!==t?(o=d.jsx(a.Tag,{ref:t,...r}),e[0]=r,e[1]=t,e[2]=o):o=e[2],o});ut.displayName="GZTag";const Ft=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(3);let o;return e[0]!==r||e[1]!==t?(o=d.jsx(a.Tag.CheckableTag,{ref:t,...r}),e[0]=r,e[1]=t,e[2]=o):o=e[2],o});Ft.displayName="GZCheckableTag";const mt=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(3);let o;return e[0]!==r||e[1]!==t?(o=d.jsx(a.Tag.CheckableTagGroup,{ref:t,...r}),e[0]=r,e[1]=t,e[2]=o):o=e[2],o});mt.displayName="GZCheckableTagGroup";const U=ut;U.CheckableTag=Ft;U.CheckableTagGroup=mt;const pt=r=>{const t=c.compilerRuntimeExports.c(2);let e;return t[0]!==r?(e=d.jsx(a.Timeline,{...r}),t[0]=r,t[1]=e):e=t[1],e};pt.displayName="GZTimeline";const bt=r=>{const t=c.compilerRuntimeExports.c(2);let e;return t[0]!==r?(e=d.jsx(a.Timeline.Item,{...r}),t[0]=r,t[1]=e):e=t[1],e};bt.displayName="GZTimelineItem";const St=pt;St.Item=bt;const ht=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(3);let o;return e[0]!==r||e[1]!==t?(o=d.jsx(a.Tooltip,{ref:t,...r}),e[0]=r,e[1]=t,e[2]=o):o=e[2],o});ht.displayName="GZTooltip";const Bt=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(3);let o;return e[0]!==r||e[1]!==t?(o=d.jsx(a.Alert,{ref:t,...r}),e[0]=r,e[1]=t,e[2]=o):o=e[2],o});Bt.displayName="GZAlert";const ho=a.Alert.ErrorBoundary,Ct=r=>{const t=c.compilerRuntimeExports.c(2);let e;return t[0]!==r?(e=d.jsx(ho,{...r}),t[0]=r,t[1]=e):e=t[1],e};Ct.displayName="GZAlertErrorBoundary";const xt=Bt;xt.ErrorBoundary=Ct;const ft=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(3);let o;return e[0]!==r||e[1]!==t?(o=d.jsx(a.Tree,{ref:t,...r}),e[0]=r,e[1]=t,e[2]=o):o=e[2],o});ft.displayName="GZTree";const Bo=a.Tree.DirectoryTree,vt=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(3);let o;return e[0]!==r||e[1]!==t?(o=d.jsx(Bo,{ref:t,...r}),e[0]=r,e[1]=t,e[2]=o):o=e[2],o});vt.displayName="GZDirectoryTree";const It=ft;It.DirectoryTree=vt;const zt=r=>{const t=c.compilerRuntimeExports.c(2);let e;return t[0]!==r?(e=d.jsx(a.Drawer,{...r}),t[0]=r,t[1]=e):e=t[1],e};zt.displayName="GZDrawer";const Pt=r=>{const t=c.compilerRuntimeExports.c(2);let e;return t[0]!==r?(e=d.jsx(a.Modal,{...r}),t[0]=r,t[1]=e):e=t[1],e};Pt.displayName="GZModal";const Ht=Pt;Object.assign(Ht,a.Modal);const Dt=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(3);let o;return e[0]!==r||e[1]!==t?(o=d.jsx(a.Popconfirm,{ref:t,...r}),e[0]=r,e[1]=t,e[2]=o):o=e[2],o});Dt.displayName="GZPopconfirm";const Et=g.forwardRef((r,t)=>{const e=c.compilerRuntimeExports.c(3);let o;return e[0]!==r||e[1]!==t?(o=d.jsx(a.Progress,{ref:t,...r}),e[0]=r,e[1]=t,e[2]=o):o=e[2],o});Et.displayName="GZProgress";const Mt=r=>{const t=c.compilerRuntimeExports.c(2);let e;return t[0]!==r?(e=d.jsx(a.Result,{...r}),t[0]=r,t[1]=e):e=t[1],e};Mt.displayName="GZResult";const yt=Mt;Object.assign(yt,a.Result);const Rt=r=>{const t=c.compilerRuntimeExports.c(2);let e;return t[0]!==r?(e=d.jsx(a.Skeleton,{...r}),t[0]=r,t[1]=e):e=t[1],e};Rt.displayName="GZSkeleton";const At=r=>{const t=c.compilerRuntimeExports.c(2);let e;return t[0]!==r?(e=d.jsx(a.Skeleton.Button,{...r}),t[0]=r,t[1]=e):e=t[1],e};At.displayName="GZSkeletonButton";const kt=r=>{const t=c.compilerRuntimeExports.c(2);let e;return t[0]!==r?(e=d.jsx(a.Skeleton.Avatar,{...r}),t[0]=r,t[1]=e):e=t[1],e};kt.displayName="GZSkeletonAvatar";const Tt=r=>{const t=c.compilerRuntimeExports.c(2);let e;return t[0]!==r?(e=d.jsx(a.Skeleton.Input,{...r}),t[0]=r,t[1]=e):e=t[1],e};Tt.displayName="GZSkeletonInput";const wt=r=>{const t=c.compilerRuntimeExports.c(2);let e;return t[0]!==r?(e=d.jsx(a.Skeleton.Image,{...r}),t[0]=r,t[1]=e):e=t[1],e};wt.displayName="GZSkeletonImage";const Gt=r=>{const t=c.compilerRuntimeExports.c(2);let e;return t[0]!==r?(e=d.jsx(a.Skeleton.Node,{...r}),t[0]=r,t[1]=e):e=t[1],e};Gt.displayName="GZSkeletonNode";const x=Rt;x.Button=At;x.Avatar=kt;x.Input=Tt;x.Image=wt;x.Node=Gt;const Lt=r=>{const t=c.compilerRuntimeExports.c(2);let e;return t[0]!==r?(e=d.jsx(a.Spin,{...r}),t[0]=r,t[1]=e):e=t[1],e};Lt.displayName="GZSpin";const Wt=Lt;Object.assign(Wt,a.Spin);const Nt=r=>{const t=c.compilerRuntimeExports.c(2);let e;return t[0]!==r?(e=d.jsx(a.Image,{...r}),t[0]=r,t[1]=e):e=t[1],e};Nt.displayName="GZImage";const $t=r=>{const t=c.compilerRuntimeExports.c(2);let e;return t[0]!==r?(e=d.jsx(a.Image.PreviewGroup,{...r}),t[0]=r,t[1]=e):e=t[1],e};$t.displayName="GZImagePreviewGroup";const K=Nt;Object.assign(K,a.Image);K.PreviewGroup=$t;exports.Button=c.Button;Object.defineProperty(exports,"message",{enumerable:!0,get:()=>a.message});Object.defineProperty(exports,"notification",{enumerable:!0,get:()=>a.notification});exports.Alert=xt;exports.AutoComplete=ze;exports.Avatar=_;exports.Badge=Z;exports.Breadcrumb=Fe;exports.Calendar=De;exports.Card=Y;exports.Cascader=y;exports.Checkbox=X;exports.Collapse=dt;exports.ConfigProvider=lo;exports.DatePicker=S;exports.Divider=ge;exports.Drawer=zt;exports.Dropdown=me;exports.Empty=Q;exports.Flex=ue;exports.Form=h;exports.Image=K;exports.Input=E;exports.InputNumber=_e;exports.Menu=M;exports.Modal=Ht;exports.Pagination=xe;exports.Popconfirm=Dt;exports.Popover=gt;exports.Progress=Et;exports.Radio=T;exports.Rate=qe;exports.Result=yt;exports.Segmented=st;exports.Select=w;exports.Skeleton=x;exports.Space=O;exports.Spin=Wt;exports.Steps=fe;exports.Switch=Qe;exports.Tabs=Ie;exports.Tag=U;exports.TimePicker=V;exports.Timeline=St;exports.Tooltip=ht;exports.Transfer=R;exports.Tree=It;exports.TreeSelect=C;exports.Upload=G;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});;/* empty css */const a=require("antd"),g=require("./index-BtVxhCkQ.cjs"),d=require("react/jsx-runtime"),c=require("react"),N={token:{red1:"#2A1215",red2:"#431418",red3:"#58181C",red4:"#791A1F",red5:"#A61D24",red6:"#D32029",red7:"#E84749",red8:"#F37370",red9:"#F89F9A",red10:"#FAC8C3",volcano1:"#2B1611",volcano2:"#441D12",volcano3:"#592716",volcano4:"#7C3118",volcano5:"#AA3E19",volcano6:"#D84A1B",volcano7:"#E87040",volcano8:"#F3956A",volcano9:"#F8B692",volcano10:"#FAD4BC",orange1:"#2B1D11",orange2:"#442A11",orange3:"#593815",orange4:"#7C4A15",orange5:"#AA6215",orange6:"#D87A16",orange7:"#E89A3C",orange8:"#F3B765",orange9:"#F8CF8D",orange10:"#FAE3B7",gold1:"#2B2111",gold2:"#443111",gold3:"#594214",gold4:"#7C5914",gold5:"#AA7714",gold6:"#D89614",gold7:"#E8B339",gold8:"#F3CC62",gold9:"#F8DF8B",gold10:"#FAEDB5",yellow1:"#2B2611",yellow2:"#443B11",yellow3:"#595014",yellow4:"#7C6E14",yellow5:"#AA9514",yellow6:"#D8BD14",yellow7:"#E8D639",yellow8:"#F3EA62",yellow9:"#F8F48B",yellow10:"#FAFAB5",lime1:"#1F2611",lime2:"#2E3C10",lime3:"#3E4F13",lime4:"#536D13",lime5:"#6F9412",lime6:"#8BBB11",lime7:"#A9D134",lime8:"#C9E75D",lime9:"#E4F88B",lime10:"#F0FAB5",green1:"#092B00",green2:"#135200",green3:"#237804",green4:"#389E0D",green5:"#52C41A",green6:"#73D13D",green7:"#95DE64",green8:"#B7EB8F",green9:"#D9F7BE",green10:"#F6FFED",cyan1:"#112123",cyan2:"#113536",cyan3:"#144848",cyan4:"#146262",cyan5:"#138585",cyan6:"#13A8A8",cyan7:"#33BCB7",cyan8:"#58D1C9",cyan9:"#84E2D8",cyan10:"#B2F1E8","guozhi blue1":"#121728","guozhi blue2":"#14203F","guozhi blue3":"#192A53","guozhi blue4":"#1E3B80","guozhi blue5":"#2758CC","guozhi blue6":"#3873FF","guozhi blue7":"#538CFF","guozhi blue8":"#7BABFF","guozhi blue9":"#A3C9FF","guozhi blue10":"#CCE2FF","galaxy blue1":"#151A29","galaxy blue2":"#192441","galaxy blue3":"#203155","galaxy blue4":"#263F76","galaxy blue5":"#2D52A1","galaxy blue6":"#3565CC","galaxy blue7":"#5E8DE3","galaxy blue8":"#8BB3F3","galaxy blue9":"#B5D1F8","galaxy blue10":"#DFECFA",purple1:"#1A1325",purple2:"#24163A",purple3:"#301C4D",purple4:"#3E2069",purple5:"#51258F",purple6:"#642AB5",purple7:"#854ECA",purple8:"#AB7AE0",purple9:"#CDA8F0",purple10:"#EBD7FA",magenta1:"#291321",magenta2:"#40162F",magenta3:"#551C3B",magenta4:"#75204F",magenta5:"#A02669",magenta6:"#CB2B83",magenta7:"#E0529C",magenta8:"#F37FB7",magenta9:"#F8A8CC",magenta10:"#FAD2E3",gray1:"#FFFFFF",gray2:"#FAFAFA",gray3:"#F5F5F5",gray4:"#F0F0F0",gray5:"#D9D9D9",gray6:"#BFBFBF",gray7:"#8C8C8C",gray8:"#595959",gray9:"#434343",gray10:"#262626",colorPrimary:"#3873FF",colorSuccess:"#73D13D",colorWarning:"#D89614",colorError:"#DC4446",colorInfo:"#3873FF",colorTextBase:"#FFFFFF",colorBgBase:"#000000",sizeUnit:4,sizeStep:4,sizePopupArrow:16,controlHeight:32,opacityImage:100,fontFamily:"Source Han Sans CN VF",fontFamilyCode:"SFMono-Regular",fontSize:14,lineWidth:1,borderRadius:4,zIndexPopupBase:1e3,lineType:"solid",motion:1,motionBase:0,motionEaseInBack:"cubic-bezier(0.71, -0.46, 0.88, 0.6)",motionEaseInOut:"cubic-bezier(0.645, 0.045, 0.355, 1)",motionEaseInOutCirc:"cubic-bezier(0.78, 0.14, 0.15, 0.86)",motionEaseInQuint:"cubic-bezier(0.755, 0.05, 0.855, 0.06)",motionEaseOut:"cubic-bezier(0.215, 0.61, 0.355, 1)",motionEaseOutBack:"cubic-bezier(0.12, 0.4, 0.29, 1.46)",motionEaseOutCirc:"cubic-bezier(0.08, 0.82, 0.17, 1)",motionEaseOutQuint:"cubic-bezier(0.23, 1, 0.32, 1)",motionUnit:.10000000149011612,wireframe:!1,colorPrimaryBg:"#192A53",colorPrimaryBgHover:"#1E3B80",colorPrimaryBorder:"#192A53",colorPrimaryBorderHover:"#1E3B80",colorPrimaryHover:"#538CFF",colorPrimaryBase:"#3873FF",colorPrimaryActive:"#2758CC",colorPrimaryTextHover:"#538CFF",colorPrimaryText:"#3873FF",colorPrimaryTextActive:"#2758CC",colorSuccessBg:"#092B00",colorSuccessBgHover:"#135200",colorSuccessBorder:"#237804",colorSuccessBorderHover:"#389E0D",colorSuccessHover:"#389E0D",colorSuccessBase:"#73D13D",colorSuccessActive:"#95DE64",colorSuccessTextHover:"#52C41A",colorSuccessText:"#73D13D",colorSuccessTextActive:"#95DE64",colorWarningBg:"#2B2111",colorWarningBgHover:"#443111",colorWarningBorder:"#594214",colorWarningBorderHover:"#7C5914",colorWarningHover:"#7C5914",colorWarningBase:"#D89614",colorWarningActive:"#E8B339",colorWarningTextHover:"#AA7714",colorWarningText:"#D89614",colorWarningTextActive:"#E8B339",colorErrorBg:"#2C1618",colorErrorBgHover:"#451D1F",colorErrorBorder:"#5B2526",colorErrorBorderHover:"#7E2E2F",colorErrorHover:"#E86E6B",colorErrorBase:"#DC4446",colorErrorActive:"#AD393A",colorErrorTextHover:"#E86E6B",colorErrorText:"#DC4446",colorErrorTextActive:"#AD393A",colorInfoBg:"#192A53",colorInfoBgHover:"#1E3B80",colorInfoBorder:"#192A53",colorInfoBorderHover:"#1E3B80",colorInfoHover:"#538CFF",colorInfoBase:"#3873FF",colorInfoActive:"#2758CC",colorInfoTextHover:"#538CFF",colorInfoText:"#3873FF",colorInfoTextActive:"#2758CC",colorText:"rgba(255, 255, 255, 0.85)",colorTextSecondary:"rgba(255, 255, 255, 0.65)",colorTextTertiary:"rgba(255, 255, 255, 0.45)",colorTextQuaternary:"rgba(255, 255, 255, 0.25)",colorBorder:"#333333",colorBorderSecondary:"#2E3137",colorFill:"rgba(255, 255, 255, 0.18)",colorFillSecondary:"rgba(255, 255, 255, 0.12)",colorFillTertiary:"rgba(255, 255, 255, 0.08)",colorFillQuaternary:"rgba(255, 255, 255, 0.04)",colorBgLayout:"#141414",colorBgContainer:"#262626",colorBgContainerBorder:"rgba(255, 255, 255, 0.08)",colorBgElevated:"#2E2E2E",colorBgSpotlight:"#424242",colorBgMask:"rgba(0, 0, 0, 0.5)",sizeXXL:48,sizeXL:32,sizeLG:24,sizeMD:20,sizeMS:16,size:16,sizeSM:12,sizeXS:8,sizeXXS:4,controlHeightLG:40,controlHeightSM:24,controlHeightXS:16,borderRadiusXS:2,borderRadiusSM:4,borderRadiusM:6,borderRadiusLG:8,borderRadiusXL:12,borderRadiusXXL:16,borderRadiusOuter:4,colorWhite:"#FFFFFF",colorBlack:"#000000",fontSizeXL:20,fontSizeLG:16,fontSizeSM:12,fontSizeXS:11,fontSizeXXS:10,fontSizeHeading1:38,fontSizeHeading2:30,fontSizeHeading3:24,fontSizeHeading4:20,fontSizeHeading5:16,lineHeight:1.5709999799728394,lineHeightLG:1.5,lineHeightSM:1.6666666269302368,lineHeightHeading1:1.2109999656677246,lineHeightHeading2:1.2669999599456787,lineHeightHeading3:1.3329999446868896,lineHeightHeading4:1.399999976158142,lineHeightHeading5:1.5,lineWidthBold:2,borderRadiusFull:9999,colorFillContrast:"rgba(0, 0, 0, 0.3)",colorBgBlur:"rgba(0, 0, 0, 0)",transparent:"rgba(0, 0, 0, 0)",colorBgSolid:"rgba(255, 255, 255, 0.95)",colorBgSolidHover:"#FFFFFF",colorBgSolidActive:"rgba(235, 235, 235, 0.9)",colorErrorBgFilledHover:"#441E1F",colorErrorBgActive:"#5B2526",colorLink:"#5E8DE3",colorSplit:"rgba(255, 255, 255, 0.1)",fontSizeIcon:12,controlInteractiveSize:16,paddingXL:32,paddingLG:24,paddingMD:20,padding:16,paddingSM:12,paddingXS:8,paddingXXS:4,marginXXL:48,marginXL:32,marginLG:24,marginMD:20,margin:16,marginSM:12,marginXS:8,marginXXS:4,controlPaddingHorizontal:12,controlPaddingHorizontalSM:8,paddingContentHorizontalLG:24,paddingContentVerticalLG:16,paddingContentHorizontal:16,paddingContentVertical:12,paddingContentHorizontalSM:16,paddingContentVerticalSM:8,colorLinkHover:"#538CFF",colorLinkActive:"#2758CC",colorBgControlItemHover:"rgba(56, 115, 255, 0.15)",colorFillContent:"rgba(255, 255, 255, 0.12)",colorFillContentHover:"rgba(255, 255, 255, 0.18)",colorFillAlter:"rgba(255, 255, 255, 0.04)",colorBgContainerDisabled:"rgba(255, 255, 255, 0.08)",colorBorderBg:"#262626",colorTextPlaceholder:"rgba(255, 255, 255, 0.25)",colorTextDisabled:"rgba(255, 255, 255, 0.25)",colorTextHeading:"rgba(255, 255, 255, 0.85)",colorTextLabel:"rgba(255, 255, 255, 0.65)",colorTextDescription:"rgba(255, 255, 255, 0.45)",colorTextLightSolid:"#FFFFFF",colorHighlight:"#7E2E2F",colorBgTextHover:"rgba(255, 255, 255, 0.12)",colorBgTextActive:"rgba(255, 255, 255, 0.18)",colorIcon:"rgba(255, 255, 255, 0.45)",colorIconHover:"rgba(255, 255, 255, 0.85)",colorErrorOutline:"rgba(255, 77, 79, 0.1)",colorWarningOutline:"rgba(250, 173, 20, 0.1)",colorBgField:"#1A1A1A",controlItemBgHover:"rgba(56, 115, 255, 0.15)",controlItemBgActive:"#192A53",controlItemBgActiveHover:"#1E3B80",controlItemBgActiveDisabled:"rgba(255, 255, 255, 0.18)",controlTmpOutline:"rgba(255, 255, 255, 0.04)",controlOutline:"rgba(5, 145, 255, 0.1)",controlOutlineWidth:2,opacityLoading:65,screenXS:320,screenSM:576,screenMD:768,screenLG:992,screenXL:1200,screenXXL:1600,screenXSMin:320,screenXSMax:575,screenSMMin:576,screenSMMax:767,screenMDMin:768,screenMDMax:991,screenLGMin:992,screenLGMax:1199,screenXLMin:1200,screenXLMax:1599,screenXXLMin:1600,lineWidthFocus:3,linkDecoration:"none",linkFocusDecoration:"none",linkHoverDecoration:"none",fontWeightMedium:500,fontWeightNormal:400,drawerWidth:378,drawerWidthMD:520,drawerWidthLG:736,fontStyleReqularItalic:"Reqular Italic",fontStyleSemiboldItalic:"Semibold Italic",fontStyleRegularItalic:"Regular Italic",fontStyleMediumItalic:"Medium Italic",layoutSidebarWidthMD:256,layoutSidebarWidthSm:180,layoutSidebarWidthLG:360,layoutSidebarCollapsedWidth:48,layoutColorBgSidebar:"#2E2E2E",layoutHeaderHeight:44,layoutFooterHeight:33,opacity0:0,opacity1:2,opacity2:4,opacity3:6,opacity4:8,opacity5:10,opacity6:12,opacity7:16,opacity8:20,opacity9:25,opacity10:30,opacity11:35,opacity12:40,opacity13:45,opacity14:50,opacity15:55,opacity16:60,opacity17:65,opacity18:70,opacity19:75,opacity20:80,opacity21:85,opacity22:90,opacity23:95,tooltipVerticalPadding:6,buttonPaddingHorizontal:15,buttonPaddingHorizontalSM:7,buttonIconOnlyFontSize:16,buttonIconOnlyFontSizeLG:18,buttonIconOnlyFontSizeSM:14,borderRadiusRound:16,borderRadiusRoundSM:12,borderRadiusRoundLG:20,buttonRoundPaddingHorizontal:16,buttonRoundPaddingHorizontalLG:20,buttonRoundPaddingHorizontalSM:12,tagPaddingHorizontal:7,tagIconSize:10,iconMarginInline:3,alertPaddingHorizontal:12,alertIconSizeLG:24,alertCloseIcon:12,alertIcon:14,messageContentHorizontal:9,messageIcon:16,switchHeight:22,switchHeightSM:16,switchPadding:2,switchPinSize:18,switchPinSizeActive:22,switchPinSizeSM:12,switchPinSizeSMActive:14,switchWidth:44,switchWidthSM:28,switchInnerMarginMin:9,switchInnerMarginMinSM:6,switchLoadingIconColor:"rgba(0, 0, 0, 0.65)",borderRadiusSwitch:100,borderRadiusMax:100,borderRadiusSwitchHandle:9,switchIconSizeSM:12,switchIconSize:14,iconSize:14,codeBg:"rgba(150, 150, 150, 0.1)",codeBorder:"rgba(100, 100, 100, 0.2)",keyboardBg:"rgba(150, 150, 150, 0.06)",keyboardBorder:"rgba(100, 100, 100, 0.2)",codeAndKeyboardHorizontalMargin:2,codeAndKeyboardHorizontalPadding:4,codeAndKeyboardTopPadding:2,codeKeyboardRadius:3,codeAndKeyboardBottomPadding:1,badgeShadowColor:"#262626",badgeShadowSize:1,badgeHeight:20,badgeHeightSM:14,badgeDotSize:6,badgeStatusSize:6,borderRadiusBadge:10,borderRadiusBadgeSM:7,spinDotSize:20,spinDotItemSize:6.75,spinDotItemSizeSM:4.5,spinDotItemSizeLG:11.25,spinDotSizeSM:14,spinDotSizeLG:32,notificationCloseButtonSize:22,notificationCloseIconSize:14,notificationNoticeIconSize:24,resultIconSize:72,resultVerticalPadding:48,resultContentHorizontalPadding:40,popConfirmIconSize:14,tourCloseSize:22,tourCoverVerticalPadding:46,tourIndicatorSize:6,tourMaskBg:"rgba(0, 0, 0, 0.5)",avatarFontSizeBase:18,avatarFontSizeSM:14,avatarFontSizeLG:24,emptyImgHeight:100,emptyImgHeightMD:40,emptyImgHeightSM:35,QRCodeMaskBackgroundColor:"rgba(255, 255, 255, 0.96)",QRCodeExpiredTextColor:"rgba(0, 0, 0, 0.88)",carouselDotWidth:16,carouselDotHeight:3,carouselDotWidthActive:24,carouselArrowSize:20,carouselDotOffset:12,carouselArrowOffset:25,modalHeaderHeight:56,modalCloseBtnSize:22,modalCloseIconSize:16,modalConfirmIconSize:22,modalCloseButtonPosition:17,drawerCloseIcon:24,segmentedPaddingHorizontal:11,segmentedPaddingHorizontalSM:7,segmentedPadding:2,segmentedLabelMinHeight:28,segmentedLabelMinHeightLG:36,segmentedLabelMinHeightSM:20,segmentedItemGap:6,segmentedIcon:14,segmentedIconLG:16,radioDotSize:6,radioDotPadding:4,radioButtonPaddingInline:15,radioButtonPaddingInlineSM:7,radioRadius:8,radioDotDisabledSize:8,radioButtonGroupPadding:1,radioButtonHeight:30,radioButtonHeightSM:22,radioButtonHeightLG:38,borderRadiusRadioButton:5,borderRadiusRadioButtonSM:3,borderRadiusRadioButtonLG:7,checkboxSize:16,checkboxIndeterminateSize:8,rateStarSize:20,timelineItemHeadSize:10,timelineItemPaddingBottom:20,itemTailHorizontalPadding:4,itemTailVerticalPadding:10,collapseExpandIconHeight:22,collapseExpandIconHeightLG:24,collapseExpandIconHeightSM:20,collapseExpandIconPaddingHorizontalStart:4,collapseExpandIconPaddingHorizontalStartSM:4,collapseExpandIconPaddingHorizontalStartLG:8,selectInputPaddingHorizontalBase:11,selectInputPaddingHorizontalSM:7,selectionItemPadding:18,selectionItemPaddingLG:20,selectionItemPaddingSM:18,selectTagItemEnd:4,selectDropdownItemVertical:5,selectDropdownItemGroupHorizontal:24,inputPaddingHorizontal:11,inputPaddingHorizontalSM:7,inputPaddingHorizontalLG:11,inputPaddingVertical:4,inputPaddingVerticalSM:0,inputPaddingVerticalLG:7,radiusNone:0,inputNumberHandleWidth:22,skeletonButtonWidth:64,skeletonInputWidth:160,skeletonButtonWidthLG:80,skeletonInputWidthLG:200,skeletonButtonWidthSM:48,skeletonInputWidthSM:120,colorPickerWidth:234,colorPickerHandlerSize:16,colorPickerHandlerSizeSM:12,colorPickerSliderHeight:8,colorPickerPreviewSize:28,paddingNone:0,colorPickerPresetColorSize:18,paginationItemPaddingInline:6,floatButtonBodyVerticalPadding:2,floatButtonBodyHorizontalPadding:4,floatButtonIconSize:18,marginNone:0,tabHorizontalSM:6,tabVerticalLG:6,tabCardGap:2,darkBtnTextHover:"rgba(255, 255, 255, 0.08)",darkBtnFilled:"rgba(255, 255, 255, 0.08)",darkBtnFilledHover:"rgba(255, 255, 255, 0.12)",tooltipVerticalPaddingSM:2,colorTextLightSolidPrimary:"rgba(255, 255, 255, 0.85)",emptyImage:"#2F3237",emptyImageLight:"#414449",emptyImageInnerShadow:"#232529",emptyImageShadow:"#232529","test-will-be-removed-in-the-next-update":"#FFFFFF"},components:{Button:{borderColorDisabled:"#333333",contentFontSize:14,contentFontSizeLG:14,contentFontSizeSM:14,contentLineHeight:1.5709999799728394,contentLineHeightLG:1.5,contentLineHeightSM:1.6666666269302368,dangerColor:"#FFFFFF",dangerShadow:"0 2px 0 rgba(255,38,5,0.06)",defaultActiveBg:"#262626",defaultActiveBorderColor:"#2758CC",defaultActiveColor:"#2758CC",defaultBg:"#262626",defaultBorderColor:"#333333",defaultColor:"rgba(255, 255, 255, 0.85)",defaultGhostBorderColor:"#262626",defaultGhostColor:"#262626",defaultHoverBg:"#262626",defaultHoverBorderColor:"#538CFF",defaultHoverColor:"#538CFF",defaultShadow:"0 2px 0 rgba(0,0,0,0.02)",fontWeight:400,ghostBg:"rgba(0, 0, 0, 0)",groupBorderColor:"#538CFF",iconGap:8,linkHoverBg:"rgba(0, 0, 0, 0)",onlyIconSize:14,onlyIconSizeLG:16,onlyIconSizeSM:12,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:15,paddingInlineLG:15,paddingInlineSM:7,primaryColor:"#FFFFFF",primaryShadow:"0 2px 0 rgba(5,145,255,0.1)",solidTextColor:"#000000",textHoverBg:"rgba(255, 255, 255, 0.08)",textTextActiveColor:"rgba(255, 255, 255, 0.85)",textTextColor:"rgba(255, 255, 255, 0.85)",textTextHoverColor:"rgba(255, 255, 255, 0.85)",dashedBgDisabled:"rgba(255, 255, 255, 0.08)",defaultBgDisabled:"rgba(255, 255, 255, 0.08)"},Typography:{titleMarginBottom:0,titleMarginTop:0},Divider:{orientationMargin:.05000000074505806,textPaddingInline:14,verticalMarginInline:8},Layout:{bodyBg:"#141414",footerBg:"#141414",footerPadding:"24px 50px",headerBg:"#001529",headerColor:"rgba(255, 255, 255, 0.85)",headerHeight:64,headerPadding:"0 50px",lightSiderBg:"#262626",lightTriggerBg:"#262626",lightTriggerColor:"rgba(255, 255, 255, 0.85)",siderBg:"#001529",triggerBg:"#002140",triggerColor:"#FFFFFF",triggerHeight:48,zeroTriggerHeight:40,zeroTriggerWidth:40},Splitter:{splitBarDraggableSize:20,splitBarSize:2,splitTriggerSize:6},Anchor:{linkPaddingBlock:4,linkPaddingInlineStart:16},Breadcrumb:{iconFontSize:14,itemColor:"rgba(255, 255, 255, 0.45)",lastItemColor:"rgba(255, 255, 255, 0.85)",linkColor:"rgba(255, 255, 255, 0.45)",linkHoverColor:"rgba(255, 255, 255, 0.85)",separatorColor:"rgba(255, 255, 255, 0.45)",separatorMargin:8},Dropdown:{paddingBlock:5,zIndexPopup:1050},Menu:{activeBarBorderWidth:1,activeBarHeight:2,activeBarWidth:0,collapsedIconSize:16,collapsedWidth:80,dangerItemActiveBg:"#2C1618",dangerItemColor:"#DC4446",dangerItemHoverColor:"#DC4446",dangerItemSelectedBg:"#2C1618",dangerItemSelectedColor:"#DC4446",darkDangerItemActiveBg:"#DC4446",darkDangerItemColor:"#DC4446",darkDangerItemHoverColor:"#E86E6B",darkDangerItemSelectedBg:"#DC4446",darkDangerItemSelectedColor:"#FFFFFF",darkGroupTitleColor:"rgba(255, 255, 255, 0.65)",darkItemBg:"#262626",darkItemColor:"rgba(255, 255, 255, 0.65)",darkItemDisabledColor:"rgba(255, 255, 255, 0.25)",darkItemHoverBg:"rgba(0, 0, 0, 0)",darkItemHoverColor:"#FFFFFF",darkItemSelectedBg:"#3873FF",darkItemSelectedColor:"#FFFFFF",darkPopupBg:"#001529",darkSubMenuItemBg:"#000C17",dropdownWidth:160,groupTitleColor:"rgba(255, 255, 255, 0.45)",groupTitleFontSize:14,groupTitleLineHeight:1.5714285373687744,horizontalItemBorderRadius:0,horizontalItemHoverBg:"rgba(0, 0, 0, 0)",horizontalItemHoverColor:"#3873FF",horizontalItemSelectedBg:"rgba(0, 0, 0, 0)",horizontalItemSelectedColor:"#3873FF",horizontalLineHeight:46,iconMarginInlineEnd:10,iconSize:14,itemActiveBg:"#192A53",itemBg:"#262626",itemBorderRadius:8,itemColor:"rgba(255, 255, 255, 0.85)",itemDisabledColor:"rgba(255, 255, 255, 0.25)",itemHeight:40,itemHoverBg:"rgba(255, 255, 255, 0.12)",itemHoverColor:"rgba(255, 255, 255, 0.85)",itemMarginBlock:4,itemMarginInline:4,itemPaddingInline:16,itemSelectedBg:"#192A53",itemSelectedColor:"#3873FF",popupBg:"#2E2E2E",subMenuItemBg:"rgba(255, 255, 255, 0.04)",subMenuItemBorderRadius:4,subMenuItemSelectedColor:"#3873FF",zIndexPopup:1050},Pagination:{itemActiveBg:"#262626",itemActiveBgDisabled:"rgba(255, 255, 255, 0.18)",itemActiveColor:"#3873FF",itemActiveColorDisabled:"rgba(255, 255, 255, 0.25)",itemActiveColorHover:"#538CFF",itemBg:"#262626",itemInputBg:"#262626",itemLinkBg:"#262626",itemSize:32,itemSizeSM:24,miniOptionsSizeChangerTop:0},Steps:{customIconFontSize:24,customIconSize:24,customIconTop:24,dotCurrentSize:10,dotSize:8,iconFontSize:14,iconSize:32,iconSizeSM:24,iconTop:-.5,navArrowColor:"rgba(255, 255, 255, 0.25)",navContentMaxWidth:"unset",titleLineHeight:32},Tabs:{cardBg:"rgba(255, 255, 255, 0.04)",cardGutter:2,cardHeight:40,cardHeightLG:48,cardHeightSM:32,cardPadding:"8px 16px",cardPaddingLG:"11px 16px",cardPaddingSM:"4px 8px",horizontalItemGutter:32,horizontalItemMargin:" ",horizontalItemMarginRTL:" ",horizontalItemPadding:"12px 0",horizontalItemPaddingLG:"16px 0",horizontalItemPaddingSM:"8px 0",horizontalMargin:"0 0 16px 0",inkBarColor:"#3873FF",itemActiveColor:"#2758CC",itemColor:"rgba(255, 255, 255, 0.85)",itemHoverColor:"#538CFF",itemSelectedColor:"#3873FF",titleFontSize:14,titleFontSizeLG:16,titleFontSizeSM:12,verticalItemMargin:"16px 0 0 0",verticalItemPadding:"8px 24px",zIndexPopup:1050},AutoComplete:{activeBorderColor:"#3873FF",activeOutlineColor:"rgba(5, 145, 255, 0.1)",clearBg:"#1A1A1A",hoverBorderColor:"#538CFF",multipleItemBg:"rgba(255, 255, 255, 0.12)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(255, 255, 255, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(255, 255, 255, 0.08)",optionActiveBg:"rgba(56, 115, 255, 0.15)",optionFontSize:14,optionHeight:32,optionLineHeight:1.5700000524520874,optionPadding:"5px 12px",optionSelectedBg:"#192A53",optionSelectedColor:"rgba(255, 255, 255, 0.85)",optionSelectedFontWeight:500,selectorBg:"#262626",showArrowPaddingInlineEnd:18,singleItemHeightLG:40,zIndexPopup:1050},Cascader:{controlItemWidth:111,controlWidth:184,dropdownHeight:180,menuPadding:4,optionPadding:"5px 12px",optionSelectedBg:"#192A53",optionSelectedColor:"rgba(255, 255, 255, 0.85)",optionSelectedFontWeight:500},Input:{activeBg:"#1A1A1A",activeBorderColor:"#3873FF",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(255, 255, 255, 0.04)",errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#1A1A1A",hoverBorderColor:"#538CFF",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)"},DatePicker:{activeBg:"#1A1A1A",activeBorderColor:"#3873FF",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(255, 255, 255, 0.04)",cellActiveWithRangeBg:"#192A53",cellBgDisabled:"rgba(255, 255, 255, 0.08)",cellHeight:24,cellHoverBg:"rgba(56, 115, 255, 0.15)",cellHoverWithRangeBg:"#CBE0FD",cellRangeBorderColor:"#82B4F9",cellWidth:36,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#1A1A1A",hoverBorderColor:"#538CFF",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,multipleItemBg:"rgba(255, 255, 255, 0.12)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(255, 255, 255, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(255, 255, 255, 0.08)",paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,presetsMaxWidth:200,presetsWidth:120,textHeight:40,timeCellHeight:28,timeColumnHeight:224,timeColumnWidth:56,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)",withoutTimeCellHeight:66,zIndexPopup:1050},Form:{inlineItemMarginBottom:0,itemMarginBottom:24,labelColonMarginInlineEnd:8,labelColonMarginInlineStart:2,labelColor:"rgba(255, 255, 255, 0.65)",labelFontSize:14,labelHeight:32,labelRequiredMarkColor:"#DC4446",verticalLabelMargin:0,verticalLabelPadding:"0 0 8px"},InputNumber:{activeBg:"#1A1A1A",activeBorderColor:"#3873FF",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(255, 255, 255, 0.04)",controlWidth:90,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",filledHandleBg:"#F0F0F0",handleActiveBg:"rgba(255, 255, 255, 0.04)",handleBg:"#1A1A1A",handleBorderColor:"#333333",handleFontSize:7,handleHoverColor:"#3873FF",handleVisible:"auto",handleWidth:22,hoverBg:"#1A1A1A",hoverBorderColor:"#538CFF",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)"},Mentions:{activeBg:"#1A1A1A",activeBorderColor:"#3873FF",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(255, 255, 255, 0.04)",controlItemWidth:100,dropdownHeight:250,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#1A1A1A",hoverBorderColor:"#538CFF",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)",zIndexPopup:1050},Radio:{buttonBg:"#1A1A1A",buttonCheckedBg:"#1A1A1A",buttonCheckedBgDisabled:"rgba(255, 255, 255, 0.18)",buttonCheckedColorDisabled:"rgba(255, 255, 255, 0.25)",buttonColor:"rgba(255, 255, 255, 0.85)",buttonPaddingInline:15,buttonSolidCheckedActiveBg:"#2758CC",buttonSolidCheckedBg:"#3873FF",buttonSolidCheckedColor:"#FFFFFF",buttonSolidCheckedHoverBg:"#538CFF",dotColorDisabled:"rgba(255, 255, 255, 0.25)",dotSize:8,radioSize:16,wrapperMarginInlineEnd:8},Rate:{starBg:"rgba(255, 255, 255, 0.12)",starColor:"#D8BD14",starHoverScale:"scale(1.1)",starSize:20,starSizeLG:25,starSizeSM:15},Select:{activeBorderColor:"#3873FF",activeOutlineColor:"rgba(5, 145, 255, 0.1)",clearBg:"#1A1A1A",hoverBorderColor:"#538CFF",multipleItemBg:"rgba(255, 255, 255, 0.12)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(255, 255, 255, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(255, 255, 255, 0.08)",optionActiveBg:"rgba(56, 115, 255, 0.15)",optionFontSize:14,optionHeight:32,optionLineHeight:1.5700000524520874,optionPadding:"5px 12px",optionSelectedBg:"#192A53",optionSelectedColor:"rgba(255, 255, 255, 0.85)",optionSelectedFontWeight:500,selectorBg:"#1A1A1A",showArrowPaddingInlineEnd:18,singleItemHeightLG:40,zIndexPopup:1050},Slider:{controlSize:10,dotActiveBorderColor:"#192A53",dotBorderColor:"#2E3137",dotSize:8,handleActiveColor:"#3873FF",handleActiveOutlineColor:"#1E3B80",handleColor:"#192A53",handleColorDisabled:"#414141",handleLineWidth:2,handleLineWidthHover:2.5,handleSize:10,handleSizeHover:12,railBg:"rgba(255, 255, 255, 0.08)",railHoverBg:"rgba(255, 255, 255, 0.12)",railSize:4,trackBg:"#192A53",trackBgDisabled:"rgba(255, 255, 255, 0.08)",trackHoverBg:"#1E3B80"},Switch:{handleBg:"#FFFFFF",handleShadow:"0 2px 4px 0 rgba(0,35,11,0.2)",handleSize:18,handleSizeSM:12,innerMaxMargin:24,innerMaxMarginSM:18,innerMinMargin:9,innerMinMarginSM:6,trackHeight:22,trackHeightSM:16,trackMinWidth:44,trackMinWidthSM:28,trackPadding:2},TimePicker:{activeBg:"#1A1A1A",activeBorderColor:"#3873FF",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(255, 255, 255, 0.04)",cellActiveWithRangeBg:"#192A53",cellBgDisabled:"rgba(255, 255, 255, 0.08)",cellHeight:24,cellHoverBg:"rgba(56, 115, 255, 0.15)",cellHoverWithRangeBg:"#CBE0FD",cellRangeBorderColor:"#82B4F9",cellWidth:36,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#1A1A1A",hoverBorderColor:"#538CFF",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,multipleItemBg:"rgba(255, 255, 255, 0.12)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(255, 255, 255, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(255, 255, 255, 0.08)",paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,presetsMaxWidth:200,presetsWidth:120,textHeight:40,timeCellHeight:28,timeColumnHeight:224,timeColumnWidth:56,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)",withoutTimeCellHeight:66,zIndexPopup:1050},Transfer:{headerHeight:40,itemHeight:32,itemPaddingBlock:5,listHeight:200,listWidth:180,listWidthLG:250},TreeSelect:{indentSize:24,nodeHoverBg:"rgba(56, 115, 255, 0.15)",nodeHoverColor:"rgba(255, 255, 255, 0.85)",nodeSelectedBg:"#192A53",nodeSelectedColor:"rgba(255, 255, 255, 0.85)",titleHeight:24},Upload:{actionsColor:"rgba(255, 255, 255, 0.45)",pictureCardSize:102},Avatar:{containerSize:32,containerSizeLG:40,containerSizeSM:24,groupBorderColor:"#262626",groupOverlapping:-8,groupSpace:4,iconFontSize:18,iconFontSizeLG:24,iconFontSizeSM:14,textFontSize:14,textFontSizeLG:14,textFontSizeSM:14},Badge:{dotSize:6,indicatorHeight:20,indicatorHeightSM:14,indicatorZIndex:"auto",statusSize:6,textFontSize:12,textFontSizeSM:12,textFontWeight:400},Calendar:{fullBg:"#262626",fullPanelBg:"#262626",itemActiveBg:"#192A53",miniContentHeight:256,monthControlWidth:70,yearControlWidth:80},Card:{actionsBg:"#262626",actionsLiMargin:"12px 0",bodyPadding:24,bodyPaddingSM:12,extraColor:"rgba(255, 255, 255, 0.85)",headerBg:"rgba(0, 0, 0, 0)",headerFontSize:16,headerFontSizeSM:14,headerHeight:56,headerHeightSM:38,headerPadding:24,headerPaddingSM:12,tabsMarginBottom:-17},Carousel:{arrowOffset:8,arrowSize:16,dotActiveWidth:24,dotGap:4,dotHeight:3,dotOffset:12,dotWidth:16},Descriptions:{colonMarginLeft:2,colonMarginRight:8,contentColor:"rgba(255, 255, 255, 0.85)",extraColor:"rgba(255, 255, 255, 0.85)",itemPaddingBottom:16,itemPaddingEnd:16,labelBg:"rgba(255, 255, 255, 0.04)",labelColor:"rgba(255, 255, 255, 0.45)",titleColor:"rgba(255, 255, 255, 0.85)",titleMarginBottom:20},Image:{previewOperationColor:"rgba(255, 255, 255, 0.65)",previewOperationColorDisabled:"rgba(255, 255, 255, 0.25)",previewOperationHoverColor:"rgba(255, 255, 255, 0.85)",previewOperationSize:18,zIndexPopup:1080},List:{avatarMarginRight:16,contentWidth:220,descriptionFontSize:14,emptyTextPadding:16,footerBg:"rgba(0, 0, 0, 0)",headerBg:"rgba(0, 0, 0, 0)",itemPadding:"12px 0",itemPaddingLG:"16px 24px",itemPaddingSM:"8px 16px",metaMarginBottom:16,titleMarginBottom:12},Popover:{titleMinWidth:177,zIndexPopup:1030},Segmented:{itemActiveBg:"rgba(255, 255, 255, 0.18)",itemColor:"rgba(255, 255, 255, 0.65)",itemHoverBg:"rgba(255, 255, 255, 0.12)",itemHoverColor:"rgba(255, 255, 255, 0.85)",itemSelectedBg:"#2E2E2E",itemSelectedColor:"rgba(255, 255, 255, 0.85)",trackBg:"#1A1A1A",trackPadding:2},Statistic:{contentFontSize:24,titleFontSize:14},Table:{bodySortBg:"#FAFAFA",borderColor:"#2E3137",cellFontSize:14,cellFontSizeMD:14,cellFontSizeSM:14,cellPaddingBlock:16,cellPaddingBlockMD:12,cellPaddingBlockSM:8,cellPaddingInline:16,cellPaddingInlineMD:8,cellPaddingInlineSM:8,expandIconBg:"#262626",filterDropdownBg:"#262626",filterDropdownMenuBg:"#262626",fixedHeaderSortActiveBg:"#1C1C1C",footerBg:"#0D0D0D",footerColor:"rgba(255, 255, 255, 0.85)",headerBg:"#333333",headerSubBg:"#1F1F1F",headerBorderRadius:8,headerColor:"rgba(255, 255, 255, 0.85)",headerFilterHoverBg:"rgba(255, 255, 255, 0.12)",headerSortActiveBg:"#1C1C1C",headerSortHoverBg:"#1C1C1C",headerTextColor:"rgba(255, 255, 255, 0.65)",headerSplitColor:"#444547",rowExpandedBg:"rgba(255, 255, 255, 0.04)",rowHoverBg:"#0D0D0D",rowSelectedBg:"#192A53",rowSelectedHoverBg:"#1E3B80",selectionColumnWidth:32,stickyScrollBarBg:"rgba(255, 255, 255, 0.25)",stickyScrollBarBorderRadius:100,scrollbar:"rgba(64, 64, 64, 0.7)",colorTextHighlight:"#F8DF8B"},Tag:{defaultBg:"#19191C",defaultColor:"rgba(255, 255, 255, 0.85)",solidTextColor:"#FFFFFF"},Timeline:{dotBorderWidth:2,itemPaddingBottom:20,tailColor:"rgba(255, 255, 255, 0.1)",tailWidth:2},Tooltip:{zIndexPopup:1070},Tour:{closeBtnSize:0,primaryNextBtnHoverBg:"#171717",primaryPrevBtnBg:"rgba(0, 0, 0, 0.15)",zIndexPopup:1070},Tree:{directoryNodeSelectedBg:"#3873FF",directoryNodeSelectedColor:"#FFFFFF",indentSize:24,nodeHoverBg:"rgba(56, 115, 255, 0.15)",nodeHoverColor:"rgba(255, 255, 255, 0.85)",nodeSelectedBg:"#192A53",nodeSelectedColor:"rgba(255, 255, 255, 0.85)",titleHeight:24},Alert:{defaultPadding:"8px 12px",withDescriptionIconSize:24,withDescriptionPadding:"20px 24px"},Drawer:{draggerSize:4,footerPaddingBlock:8,footerPaddingInline:16,zIndexPopup:1e3},Message:{contentBg:"#2E2E2E",contentPadding:"9px 12px",zIndexPopup:2010},Modal:{contentBg:"#262626",contentBgBorder:"rgba(255, 255, 255, 0.08)",footerBg:"rgba(0, 0, 0, 0)",headerBg:"#262626",titleColor:"rgba(255, 255, 255, 0.85)",titleFontSize:16,titleLineHeight:1.5},Notification:{colorErrorBg:"rgba(0, 0, 0, 0)",colorInfoBg:"rgba(0, 0, 0, 0)",colorSuccessBg:"rgba(0, 0, 0, 0)",colorWarningBg:"rgba(0, 0, 0, 0)",width:384,zIndexPopup:2050},Progress:{"circleTextFontSize 2":"1.1666666666666667em",circleTextColor:"rgba(255, 255, 255, 0.85)",circleTextFontSize:"1em",defaultColor:"#3873FF",lineBorderRadius:100,remainingColor:"rgba(255, 255, 255, 0.12)"},Popconfirm:{zIndexPopup:1060},Result:{extraMargin:"24px 0 0 0",iconFontSize:72,subtitleFontSize:14,titleFontSize:24},Skeleton:{blockRadius:4,gradientFromColor:"rgba(255, 255, 255, 0.12)",gradientToColor:"rgba(255, 255, 255, 0.18)",paragraphLiHeight:16,paragraphMarginTop:28,titleHeight:28},Spin:{contentHeight:400,dotSize:20,dotSizeLG:32,dotSizeSM:14},Collapse:{borderlessContentBg:"rgba(0, 0, 0, 0)",borderlessContentPadding:"4px 16px 16px",contentBg:"#262626",contentPadding:"16px 16px",headerBg:"rgba(255, 255, 255, 0.04)",headerPadding:"12px 16px"}},custom:{responsive:{"Desktop SM":{device:1024,deviceMin:992,deviceMax:1199,hideOnDesktop:1,hideOnDesktopSM:0,hideOnTablet:1,hideOnMobile:1,onlyDesktop:0,onlyDesktopSM:1,onlyTablet:0,onlyMobile:0,gutter:16,pageOffset:24},Desktop:{device:1440,deviceMin:1200,deviceMax:1599,hideOnDesktop:0,hideOnDesktopSM:1,hideOnTablet:1,hideOnMobile:1,onlyDesktop:1,onlyDesktopSM:0,onlyTablet:0,onlyMobile:0,gutter:16,pageOffset:24},Mobile:{device:480,deviceMin:320,deviceMax:767,hideOnDesktop:1,hideOnDesktopSM:1,hideOnTablet:1,hideOnMobile:0,onlyDesktop:0,onlyDesktopSM:0,onlyTablet:0,onlyMobile:1,gutter:8,pageOffset:16},Tablet:{device:768,deviceMin:768,deviceMax:991,hideOnDesktop:1,hideOnDesktopSM:1,hideOnTablet:0,hideOnMobile:1,onlyDesktop:0,onlyDesktopSM:0,onlyTablet:1,onlyMobile:0,gutter:12,pageOffset:16}}},meta:{mode:"Dark",sourceFiles:["colors/Dark.tokens.json","seed/Dark.tokens.json","map/Dark.tokens.json","alias/Dark.tokens.json","static/Dark.tokens.json","components/Dark.tokens.json","responsive/Desktop SM.tokens.json","responsive/Desktop.tokens.json","responsive/Mobile.tokens.json","responsive/Tablet.tokens.json"],sourceLeafCount:1271,tokenCount:569,componentCount:56,customGroups:["responsive"],unresolvedAliasCount:0,unresolvedAliases:[]}},X={token:{red1:"#FFF1F0",red2:"#FFCCC7",red3:"#FFA39E",red4:"#FF7875",red5:"#FF4D4F",red6:"#F5222D",red7:"#CF1322",red8:"#A8071A",red9:"#820014",red10:"#5C0011",volcano1:"#FFF2E8",volcano2:"#FFD8BF",volcano3:"#FFBB96",volcano4:"#FF9C6E",volcano5:"#FF7A45",volcano6:"#FA541C",volcano7:"#D4380D",volcano8:"#AD2102",volcano9:"#871400",volcano10:"#610B00",orange1:"#FFF7E6",orange2:"#FFE7BA",orange3:"#FFD591",orange4:"#FFC069",orange5:"#FFA940",orange6:"#FA8C16",orange7:"#D46B08",orange8:"#AD4E00",orange9:"#873800",orange10:"#612500",gold1:"#FFFBE6",gold2:"#FFF1B8",gold3:"#FFE58F",gold4:"#FFD666",gold5:"#FFC53D",gold6:"#FAAD14",gold7:"#D48806",gold8:"#AD6800",gold9:"#874D00",gold10:"#613400",yellow1:"#FEFFE6",yellow2:"#FFFFB8",yellow3:"#FFFB8F",yellow4:"#FFF566",yellow5:"#FFEC3D",yellow6:"#FADB14",yellow7:"#D4B106",yellow8:"#AD8B00",yellow9:"#876800",yellow10:"#614700",lime1:"#FCFFE6",lime2:"#F4FFB8",lime3:"#EAFF8F",lime4:"#D3F261",lime5:"#BAE637",lime6:"#A0D911",lime7:"#7CB305",lime8:"#5B8C00",lime9:"#3F6600",lime10:"#254000",green1:"#F6FFED",green2:"#D9F7BE",green3:"#B7EB8F",green4:"#95DE64",green5:"#73D13D",green6:"#52C41A",green7:"#389E0D",green8:"#237804",green9:"#135200",green10:"#092B00",cyan1:"#E6FFFB",cyan2:"#B5F5EC",cyan3:"#87E8DE",cyan4:"#5CDBD3",cyan5:"#36CFC9",cyan6:"#13C2C2",cyan7:"#08979C",cyan8:"#006D75",cyan9:"#00474F",cyan10:"#002329","guozhi blue1":"#DBE9FE","guozhi blue2":"#BFDBFE","guozhi blue3":"#92C5FD","guozhi blue4":"#4D93F8","guozhi blue5":"#3272F1","guozhi blue6":"#245EE6","guozhi blue7":"#1C4ED8","guozhi blue8":"#1D43B8","guozhi blue9":"#1E3C99","guozhi blue10":"#172554","galaxy blue1":"#E9EFFD","galaxy blue2":"#C8D9FA","galaxy blue3":"#A8C1F8","galaxy blue4":"#92B1F5","galaxy blue5":"#6C99F8","galaxy blue6":"#5182EE","galaxy blue7":"#3B73ED","galaxy blue8":"#1B56D5","galaxy blue9":"#113FA1","galaxy blue10":"#0F2C6B",purple1:"#F9F0FF",purple2:"#EFDBFF",purple3:"#D3ADF7",purple4:"#B37FEB",purple5:"#9254DE",purple6:"#722ED1",purple7:"#531DAB",purple8:"#391085",purple9:"#22075E",purple10:"#120338",magenta1:"#FFF0F6",magenta2:"#FFD6E7",magenta3:"#FFADD2",magenta4:"#FF85C0",magenta5:"#F759AB",magenta6:"#EB2F96",magenta7:"#C41D7F",magenta8:"#9E1068",magenta9:"#780650",magenta10:"#520339",gray1:"#FFFFFF",gray2:"#FAFAFA",gray3:"#F5F5F5",gray4:"#F0F0F0",gray5:"#D9D9D9",gray6:"#BFBFBF",gray7:"#8C8C8C",gray8:"#595959",gray9:"#434343",gray10:"#262626",colorPrimary:"#245EE6",colorSuccess:"#52C41A",colorWarning:"#FAAD14",colorError:"#FF4D4F",colorInfo:"#245EE6",colorTextBase:"#000000",colorBgBase:"#FFFFFF",sizeUnit:4,sizeStep:4,sizePopupArrow:16,controlHeight:32,opacityImage:100,fontFamily:"Source Han Sans CN VF",fontFamilyCode:"SFMono-Regular",fontSize:14,lineWidth:1,borderRadius:4,zIndexPopupBase:1e3,lineType:"solid",motion:1,motionBase:0,motionEaseInBack:"cubic-bezier(0.71, -0.46, 0.88, 0.6)",motionEaseInOut:"cubic-bezier(0.645, 0.045, 0.355, 1)",motionEaseInOutCirc:"cubic-bezier(0.78, 0.14, 0.15, 0.86)",motionEaseInQuint:"cubic-bezier(0.755, 0.05, 0.855, 0.06)",motionEaseOut:"cubic-bezier(0.215, 0.61, 0.355, 1)",motionEaseOutBack:"cubic-bezier(0.12, 0.4, 0.29, 1.46)",motionEaseOutCirc:"cubic-bezier(0.08, 0.82, 0.17, 1)",motionEaseOutQuint:"cubic-bezier(0.23, 1, 0.32, 1)",motionUnit:.10000000149011612,wireframe:!1,colorPrimaryBg:"#DBE9FE",colorPrimaryBgHover:"#BFDBFE",colorPrimaryBorder:"#92C5FD",colorPrimaryBorderHover:"#4D93F8",colorPrimaryHover:"#3272F1",colorPrimaryBase:"#245EE6",colorPrimaryActive:"#1C4ED8",colorPrimaryTextHover:"#3272F1",colorPrimaryText:"#245EE6",colorPrimaryTextActive:"#1C4ED8",colorSuccessBg:"#F6FFED",colorSuccessBgHover:"#D9F7BE",colorSuccessBorder:"#B7EB8F",colorSuccessBorderHover:"#95DE64",colorSuccessHover:"#95DE64",colorSuccessBase:"#52C41A",colorSuccessActive:"#389E0D",colorSuccessTextHover:"#73D13D",colorSuccessText:"#52C41A",colorSuccessTextActive:"#389E0D",colorWarningBg:"#FFFBE6",colorWarningBgHover:"#FFF1B8",colorWarningBorder:"#FFE58F",colorWarningBorderHover:"#FFD666",colorWarningHover:"#FFD666",colorWarningBase:"#FAAD14",colorWarningActive:"#D48806",colorWarningTextHover:"#FFC53D",colorWarningText:"#FAAD14",colorWarningTextActive:"#D48806",colorErrorBg:"#FFF2F0",colorErrorBgHover:"#FFF1F0",colorErrorBorder:"#FFCCC7",colorErrorBorderHover:"#FFA39E",colorErrorHover:"#FF7875",colorErrorBase:"#FF4D4F",colorErrorActive:"#D9363E",colorErrorTextHover:"#FF7875",colorErrorText:"#FF4D4F",colorErrorTextActive:"#D9363E",colorInfoBg:"#DBE9FE",colorInfoBgHover:"#BFDBFE",colorInfoBorder:"#92C5FD",colorInfoBorderHover:"#4D93F8",colorInfoHover:"#3272F1",colorInfoBase:"#245EE6",colorInfoActive:"#1C4ED8",colorInfoTextHover:"#3272F1",colorInfoText:"#245EE6",colorInfoTextActive:"#1C4ED8",colorText:"rgba(0, 0, 0, 0.88)",colorTextSecondary:"rgba(0, 0, 0, 0.65)",colorTextTertiary:"rgba(0, 0, 0, 0.45)",colorTextQuaternary:"rgba(0, 0, 0, 0.25)",colorBorder:"#D9D9D9",colorBorderSecondary:"#F0F0F0",colorFill:"rgba(0, 0, 0, 0.15)",colorFillSecondary:"rgba(0, 0, 0, 0.06)",colorFillTertiary:"rgba(0, 0, 0, 0.04)",colorFillQuaternary:"rgba(0, 0, 0, 0.02)",colorBgLayout:"#F5F5F5",colorBgContainer:"#FFFFFF",colorBgContainerBorder:"rgba(0, 0, 0, 0.08)",colorBgElevated:"#FFFFFF",colorBgSpotlight:"rgba(0, 0, 0, 0.85)",colorBgMask:"rgba(0, 0, 0, 0.5)",sizeXXL:48,sizeXL:32,sizeLG:24,sizeMD:20,sizeMS:16,size:16,sizeSM:12,sizeXS:8,sizeXXS:4,controlHeightLG:40,controlHeightSM:24,controlHeightXS:16,borderRadiusXS:2,borderRadiusSM:4,borderRadiusM:6,borderRadiusLG:8,borderRadiusXL:12,borderRadiusXXL:16,borderRadiusOuter:4,colorWhite:"#FFFFFF",colorBlack:"#000000",fontSizeXL:20,fontSizeLG:16,fontSizeSM:12,fontSizeXS:11,fontSizeXXS:10,fontSizeHeading1:38,fontSizeHeading2:30,fontSizeHeading3:24,fontSizeHeading4:20,fontSizeHeading5:16,lineHeight:1.5709999799728394,lineHeightLG:1.5,lineHeightSM:1.6666666269302368,lineHeightHeading1:1.2109999656677246,lineHeightHeading2:1.2669999599456787,lineHeightHeading3:1.3329999446868896,lineHeightHeading4:1.399999976158142,lineHeightHeading5:1.5,lineWidthBold:2,borderRadiusFull:9999,colorFillContrast:"rgba(0, 0, 0, 0.3)",colorBgBlur:"rgba(255, 255, 255, 0)",transparent:"rgba(0, 0, 0, 0)",colorBgSolid:"#000000",colorBgSolidHover:"rgba(0, 0, 0, 0.75)",colorBgSolidActive:"rgba(0, 0, 0, 0.95)",colorErrorBgFilledHover:"#FFDFDC",colorErrorBgActive:"#FFCCC7",colorLink:"#245EE6",colorSplit:"#EEEFF1",fontSizeIcon:12,controlInteractiveSize:16,paddingXL:32,paddingLG:24,paddingMD:20,padding:16,paddingSM:12,paddingXS:8,paddingXXS:4,marginXXL:48,marginXL:32,marginLG:24,marginMD:20,margin:16,marginSM:12,marginXS:8,marginXXS:4,controlPaddingHorizontal:12,controlPaddingHorizontalSM:8,paddingContentHorizontalLG:24,paddingContentVerticalLG:16,paddingContentHorizontal:16,paddingContentVertical:12,paddingContentHorizontalSM:16,paddingContentVerticalSM:8,colorLinkHover:"#4D93F8",colorLinkActive:"#1C4ED8",colorBgControlItemHover:"rgba(56, 115, 255, 0.15)",colorFillContent:"rgba(0, 0, 0, 0.06)",colorFillContentHover:"rgba(0, 0, 0, 0.15)",colorFillAlter:"rgba(0, 0, 0, 0.02)",colorBgContainerDisabled:"rgba(0, 0, 0, 0.04)",colorBorderBg:"#FFFFFF",colorTextPlaceholder:"rgba(0, 0, 0, 0.25)",colorTextDisabled:"rgba(0, 0, 0, 0.25)",colorTextHeading:"rgba(0, 0, 0, 0.88)",colorTextLabel:"rgba(0, 0, 0, 0.65)",colorTextDescription:"rgba(0, 0, 0, 0.45)",colorTextLightSolid:"#FFFFFF",colorHighlight:"#FFA39E",colorBgTextHover:"rgba(0, 0, 0, 0.06)",colorBgTextActive:"rgba(0, 0, 0, 0.15)",colorIcon:"rgba(0, 0, 0, 0.45)",colorIconHover:"rgba(0, 0, 0, 0.88)",colorErrorOutline:"rgba(255, 77, 79, 0.1)",colorWarningOutline:"rgba(250, 173, 20, 0.1)",colorBgField:"#F7F7F7",controlItemBgHover:"rgba(56, 115, 255, 0.15)",controlItemBgActive:"#DBE9FE",controlItemBgActiveHover:"#BFDBFE",controlItemBgActiveDisabled:"rgba(0, 0, 0, 0.15)",controlTmpOutline:"rgba(0, 0, 0, 0.02)",controlOutline:"rgba(5, 145, 255, 0.1)",controlOutlineWidth:2,opacityLoading:65,screenXS:320,screenSM:576,screenMD:768,screenLG:992,screenXL:1200,screenXXL:1600,screenXSMin:320,screenXSMax:575,screenSMMin:576,screenSMMax:767,screenMDMin:768,screenMDMax:991,screenLGMin:992,screenLGMax:1199,screenXLMin:1200,screenXLMax:1599,screenXXLMin:1600,lineWidthFocus:3,linkDecoration:"none",linkFocusDecoration:"none",linkHoverDecoration:"none",fontWeightMedium:500,fontWeightNormal:400,drawerWidth:378,drawerWidthMD:520,drawerWidthLG:736,fontStyleReqularItalic:"Reqular Italic",fontStyleSemiboldItalic:"Semibold Italic",fontStyleRegularItalic:"Regular Italic",fontStyleMediumItalic:"Medium Italic",layoutSidebarWidthMD:256,layoutSidebarWidthSm:180,layoutSidebarWidthLG:360,layoutSidebarCollapsedWidth:48,layoutColorBgSidebar:"#FBFBFB",layoutHeaderHeight:44,layoutFooterHeight:34,opacity0:0,opacity1:2,opacity2:4,opacity3:6,opacity4:8,opacity5:10,opacity6:12,opacity7:16,opacity8:20,opacity9:25,opacity10:30,opacity11:35,opacity12:40,opacity13:45,opacity14:50,opacity15:55,opacity16:60,opacity17:65,opacity18:70,opacity19:75,opacity20:80,opacity21:85,opacity22:90,opacity23:95,tooltipVerticalPadding:6,buttonPaddingHorizontal:15,buttonPaddingHorizontalSM:7,buttonIconOnlyFontSize:16,buttonIconOnlyFontSizeLG:18,buttonIconOnlyFontSizeSM:14,borderRadiusRound:16,borderRadiusRoundSM:12,borderRadiusRoundLG:20,buttonRoundPaddingHorizontal:16,buttonRoundPaddingHorizontalLG:20,buttonRoundPaddingHorizontalSM:12,tagPaddingHorizontal:7,tagIconSize:10,iconMarginInline:3,alertPaddingHorizontal:12,alertIconSizeLG:24,alertCloseIcon:12,alertIcon:14,messageContentHorizontal:9,messageIcon:16,switchHeight:22,switchHeightSM:16,switchPadding:2,switchPinSize:18,switchPinSizeActive:22,switchPinSizeSM:12,switchPinSizeSMActive:14,switchWidth:44,switchWidthSM:28,switchInnerMarginMin:9,switchInnerMarginMinSM:6,switchLoadingIconColor:"rgba(0, 0, 0, 0.65)",borderRadiusSwitch:100,borderRadiusMax:100,borderRadiusSwitchHandle:9,switchIconSizeSM:12,switchIconSize:14,iconSize:14,codeBg:"rgba(150, 150, 150, 0.1)",codeBorder:"rgba(100, 100, 100, 0.2)",keyboardBg:"rgba(150, 150, 150, 0.06)",keyboardBorder:"rgba(100, 100, 100, 0.2)",codeAndKeyboardHorizontalMargin:2,codeAndKeyboardHorizontalPadding:4,codeAndKeyboardTopPadding:2,codeKeyboardRadius:3,codeAndKeyboardBottomPadding:1,badgeShadowColor:"#FFFFFF",badgeShadowSize:1,badgeHeight:20,badgeHeightSM:14,badgeDotSize:6,badgeStatusSize:6,borderRadiusBadge:10,borderRadiusBadgeSM:7,spinDotSize:20,spinDotItemSize:6.75,spinDotItemSizeSM:4.5,spinDotItemSizeLG:11.25,spinDotSizeSM:14,spinDotSizeLG:32,notificationCloseButtonSize:22,notificationCloseIconSize:14,notificationNoticeIconSize:24,resultIconSize:72,resultVerticalPadding:48,resultContentHorizontalPadding:40,popConfirmIconSize:14,tourCloseSize:22,tourCoverVerticalPadding:46,tourIndicatorSize:6,tourMaskBg:"rgba(0, 0, 0, 0.5)",avatarFontSizeBase:18,avatarFontSizeSM:14,avatarFontSizeLG:24,emptyImgHeight:100,emptyImgHeightMD:40,emptyImgHeightSM:35,QRCodeMaskBackgroundColor:"rgba(255, 255, 255, 0.96)",QRCodeExpiredTextColor:"rgba(0, 0, 0, 0.88)",carouselDotWidth:16,carouselDotHeight:3,carouselDotWidthActive:24,carouselArrowSize:20,carouselDotOffset:12,carouselArrowOffset:25,modalHeaderHeight:56,modalCloseBtnSize:22,modalCloseIconSize:16,modalConfirmIconSize:22,modalCloseButtonPosition:17,drawerCloseIcon:24,segmentedPaddingHorizontal:11,segmentedPaddingHorizontalSM:7,segmentedPadding:2,segmentedLabelMinHeight:28,segmentedLabelMinHeightLG:36,segmentedLabelMinHeightSM:20,segmentedItemGap:6,segmentedIcon:14,segmentedIconLG:16,radioDotSize:6,radioDotPadding:4,radioButtonPaddingInline:15,radioButtonPaddingInlineSM:7,radioRadius:8,radioDotDisabledSize:8,radioButtonGroupPadding:1,radioButtonHeight:30,radioButtonHeightSM:22,radioButtonHeightLG:38,borderRadiusRadioButton:5,borderRadiusRadioButtonSM:3,borderRadiusRadioButtonLG:7,checkboxSize:16,checkboxIndeterminateSize:8,rateStarSize:20,timelineItemHeadSize:10,timelineItemPaddingBottom:20,itemTailHorizontalPadding:4,itemTailVerticalPadding:10,collapseExpandIconHeight:22,collapseExpandIconHeightLG:24,collapseExpandIconHeightSM:20,collapseExpandIconPaddingHorizontalStart:4,collapseExpandIconPaddingHorizontalStartSM:4,collapseExpandIconPaddingHorizontalStartLG:8,selectInputPaddingHorizontalBase:11,selectInputPaddingHorizontalSM:7,selectionItemPadding:18,selectionItemPaddingLG:20,selectionItemPaddingSM:18,selectTagItemEnd:4,selectDropdownItemVertical:5,selectDropdownItemGroupHorizontal:24,inputPaddingHorizontal:11,inputPaddingHorizontalSM:7,inputPaddingHorizontalLG:11,inputPaddingVertical:4,inputPaddingVerticalSM:0,inputPaddingVerticalLG:7,radiusNone:0,inputNumberHandleWidth:22,skeletonButtonWidth:64,skeletonInputWidth:160,skeletonButtonWidthLG:80,skeletonInputWidthLG:200,skeletonButtonWidthSM:48,skeletonInputWidthSM:120,colorPickerWidth:234,colorPickerHandlerSize:16,colorPickerHandlerSizeSM:12,colorPickerSliderHeight:8,colorPickerPreviewSize:28,paddingNone:0,colorPickerPresetColorSize:18,paginationItemPaddingInline:6,floatButtonBodyVerticalPadding:2,floatButtonBodyHorizontalPadding:4,floatButtonIconSize:18,marginNone:0,tabHorizontalSM:6,tabVerticalLG:6,tabCardGap:2,darkBtnTextHover:"rgba(255, 255, 255, 0.08)",darkBtnFilled:"rgba(255, 255, 255, 0.08)",darkBtnFilledHover:"rgba(255, 255, 255, 0.12)",tooltipVerticalPaddingSM:2,colorTextLightSolidPrimary:"rgba(0, 0, 0, 0.88)",emptyImage:"#DCE0E6",emptyImageLight:"#FFFFFF",emptyImageInnerShadow:"#AEB8C2",emptyImageShadow:"#F5F5F7","test-will-be-removed-in-the-next-update":"#FF0000"},components:{Button:{borderColorDisabled:"#D9D9D9",contentFontSize:14,contentFontSizeLG:14,contentFontSizeSM:14,contentLineHeight:1.5709999799728394,contentLineHeightLG:1.5,contentLineHeightSM:1.6666666269302368,dangerColor:"#FFFFFF",dangerShadow:"0 2px 0 rgba(255,38,5,0.06)",defaultActiveBg:"#FFFFFF",defaultActiveBorderColor:"#1C4ED8",defaultActiveColor:"#1C4ED8",defaultBg:"#FFFFFF",defaultBorderColor:"#D9D9D9",defaultColor:"rgba(0, 0, 0, 0.88)",defaultGhostBorderColor:"#FFFFFF",defaultGhostColor:"#FFFFFF",defaultHoverBg:"#FFFFFF",defaultHoverBorderColor:"#3272F1",defaultHoverColor:"#3272F1",defaultShadow:"0 2px 0 rgba(0,0,0,0.02)",fontWeight:400,ghostBg:"rgba(0, 0, 0, 0)",groupBorderColor:"#3272F1",iconGap:8,linkHoverBg:"rgba(0, 0, 0, 0)",onlyIconSize:14,onlyIconSizeLG:16,onlyIconSizeSM:12,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:15,paddingInlineLG:15,paddingInlineSM:7,primaryColor:"#FFFFFF",primaryShadow:"0 2px 0 rgba(5,145,255,0.1)",solidTextColor:"#FFFFFF",textHoverBg:"rgba(0, 0, 0, 0.04)",textTextActiveColor:"rgba(0, 0, 0, 0.88)",textTextColor:"rgba(0, 0, 0, 0.88)",textTextHoverColor:"rgba(0, 0, 0, 0.88)",dashedBgDisabled:"rgba(0, 0, 0, 0.04)",defaultBgDisabled:"rgba(0, 0, 0, 0.04)"},Typography:{titleMarginBottom:0,titleMarginTop:0},Divider:{orientationMargin:.05000000074505806,textPaddingInline:14,verticalMarginInline:8},Layout:{bodyBg:"#F5F5F5",footerBg:"#F5F5F5",footerPadding:"24px 50px",headerBg:"#001529",headerColor:"rgba(0, 0, 0, 0.88)",headerHeight:64,headerPadding:"0 50px",lightSiderBg:"#FFFFFF",lightTriggerBg:"#FFFFFF",lightTriggerColor:"rgba(0, 0, 0, 0.88)",siderBg:"#001529",triggerBg:"#002140",triggerColor:"#FFFFFF",triggerHeight:48,zeroTriggerHeight:40,zeroTriggerWidth:40},Splitter:{splitBarDraggableSize:20,splitBarSize:2,splitTriggerSize:6},Anchor:{linkPaddingBlock:4,linkPaddingInlineStart:16},Breadcrumb:{iconFontSize:14,itemColor:"rgba(0, 0, 0, 0.45)",lastItemColor:"rgba(0, 0, 0, 0.88)",linkColor:"rgba(0, 0, 0, 0.45)",linkHoverColor:"rgba(0, 0, 0, 0.88)",separatorColor:"rgba(0, 0, 0, 0.45)",separatorMargin:8},Dropdown:{paddingBlock:5,zIndexPopup:1050},Menu:{activeBarBorderWidth:1,activeBarHeight:2,activeBarWidth:0,collapsedIconSize:16,collapsedWidth:80,dangerItemActiveBg:"#FFF2F0",dangerItemColor:"#FF4D4F",dangerItemHoverColor:"#FF4D4F",dangerItemSelectedBg:"#FFF2F0",dangerItemSelectedColor:"#FF4D4F",darkDangerItemActiveBg:"#FF4D4F",darkDangerItemColor:"#FF4D4F",darkDangerItemHoverColor:"#FF7875",darkDangerItemSelectedBg:"#FF4D4F",darkDangerItemSelectedColor:"#FFFFFF",darkGroupTitleColor:"rgba(255, 255, 255, 0.65)",darkItemBg:"#FFFFFF",darkItemColor:"rgba(255, 255, 255, 0.65)",darkItemDisabledColor:"rgba(255, 255, 255, 0.25)",darkItemHoverBg:"rgba(0, 0, 0, 0)",darkItemHoverColor:"#FFFFFF",darkItemSelectedBg:"#245EE6",darkItemSelectedColor:"#FFFFFF",darkPopupBg:"#001529",darkSubMenuItemBg:"#000C17",dropdownWidth:160,groupTitleColor:"rgba(0, 0, 0, 0.45)",groupTitleFontSize:14,groupTitleLineHeight:1.5714285373687744,horizontalItemBorderRadius:0,horizontalItemHoverBg:"rgba(0, 0, 0, 0)",horizontalItemHoverColor:"#245EE6",horizontalItemSelectedBg:"rgba(0, 0, 0, 0)",horizontalItemSelectedColor:"#245EE6",horizontalLineHeight:46,iconMarginInlineEnd:10,iconSize:14,itemActiveBg:"#DBE9FE",itemBg:"#FFFFFF",itemBorderRadius:8,itemColor:"rgba(0, 0, 0, 0.88)",itemDisabledColor:"rgba(0, 0, 0, 0.25)",itemHeight:40,itemHoverBg:"rgba(0, 0, 0, 0.06)",itemHoverColor:"rgba(0, 0, 0, 0.88)",itemMarginBlock:4,itemMarginInline:4,itemPaddingInline:16,itemSelectedBg:"#DBE9FE",itemSelectedColor:"#245EE6",popupBg:"#FFFFFF",subMenuItemBg:"rgba(0, 0, 0, 0.02)",subMenuItemBorderRadius:4,subMenuItemSelectedColor:"#245EE6",zIndexPopup:1050},Pagination:{itemActiveBg:"#FFFFFF",itemActiveBgDisabled:"rgba(0, 0, 0, 0.15)",itemActiveColor:"#245EE6",itemActiveColorDisabled:"rgba(0, 0, 0, 0.25)",itemActiveColorHover:"#3272F1",itemBg:"#FFFFFF",itemInputBg:"#FFFFFF",itemLinkBg:"#FFFFFF",itemSize:32,itemSizeSM:24,miniOptionsSizeChangerTop:0},Steps:{customIconFontSize:24,customIconSize:24,customIconTop:24,dotCurrentSize:10,dotSize:8,iconFontSize:14,iconSize:32,iconSizeSM:24,iconTop:-.5,navArrowColor:"rgba(0, 0, 0, 0.25)",navContentMaxWidth:"unset",titleLineHeight:32},Tabs:{cardBg:"rgba(0, 0, 0, 0.02)",cardGutter:2,cardHeight:40,cardHeightLG:48,cardHeightSM:32,cardPadding:"8px 16px",cardPaddingLG:"11px 16px",cardPaddingSM:"4px 8px",horizontalItemGutter:32,horizontalItemMargin:" ",horizontalItemMarginRTL:" ",horizontalItemPadding:"12px 0",horizontalItemPaddingLG:"16px 0",horizontalItemPaddingSM:"8px 0",horizontalMargin:"0 0 16px 0",inkBarColor:"#245EE6",itemActiveColor:"#1C4ED8",itemColor:"rgba(0, 0, 0, 0.88)",itemHoverColor:"#3272F1",itemSelectedColor:"#245EE6",titleFontSize:14,titleFontSizeLG:16,titleFontSizeSM:12,verticalItemMargin:"16px 0 0 0",verticalItemPadding:"8px 24px",zIndexPopup:1050},AutoComplete:{activeBorderColor:"#245EE6",activeOutlineColor:"rgba(5, 145, 255, 0.1)",clearBg:"#F7F7F7",hoverBorderColor:"#3272F1",multipleItemBg:"rgba(0, 0, 0, 0.06)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(0, 0, 0, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(0, 0, 0, 0.04)",optionActiveBg:"rgba(56, 115, 255, 0.15)",optionFontSize:14,optionHeight:32,optionLineHeight:1.5714285373687744,optionPadding:"5px 12px",optionSelectedBg:"#DBE9FE",optionSelectedColor:"rgba(0, 0, 0, 0.88)",optionSelectedFontWeight:500,selectorBg:"#FFFFFF",showArrowPaddingInlineEnd:18,singleItemHeightLG:40,zIndexPopup:1050},Cascader:{controlItemWidth:111,controlWidth:184,dropdownHeight:180,menuPadding:4,optionPadding:"5px 12px",optionSelectedBg:"#DBE9FE",optionSelectedColor:"rgba(0, 0, 0, 0.88)",optionSelectedFontWeight:500},Input:{activeBg:"#F7F7F7",activeBorderColor:"#245EE6",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(0, 0, 0, 0.02)",errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#F7F7F7",hoverBorderColor:"#3272F1",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)"},DatePicker:{activeBg:"#F7F7F7",activeBorderColor:"#245EE6",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(0, 0, 0, 0.02)",cellActiveWithRangeBg:"#DBE9FE",cellBgDisabled:"rgba(0, 0, 0, 0.04)",cellHeight:24,cellHoverBg:"rgba(56, 115, 255, 0.15)",cellHoverWithRangeBg:"#CBE0FD",cellRangeBorderColor:"#82B4F9",cellWidth:36,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#F7F7F7",hoverBorderColor:"#3272F1",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,multipleItemBg:"rgba(0, 0, 0, 0.06)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(0, 0, 0, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(0, 0, 0, 0.04)",paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,presetsMaxWidth:200,presetsWidth:120,textHeight:40,timeCellHeight:28,timeColumnHeight:224,timeColumnWidth:56,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)",withoutTimeCellHeight:66,zIndexPopup:1050},Form:{inlineItemMarginBottom:0,itemMarginBottom:24,labelColonMarginInlineEnd:8,labelColonMarginInlineStart:2,labelColor:"rgba(0, 0, 0, 0.65)",labelFontSize:14,labelHeight:32,labelRequiredMarkColor:"#FF4D4F",verticalLabelMargin:0,verticalLabelPadding:"0 0 8px"},InputNumber:{activeBg:"#F7F7F7",activeBorderColor:"#245EE6",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(0, 0, 0, 0.02)",controlWidth:90,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",filledHandleBg:"#F0F0F0",handleActiveBg:"rgba(0, 0, 0, 0.02)",handleBg:"#F7F7F7",handleBorderColor:"#D9D9D9",handleFontSize:7,handleHoverColor:"#245EE6",handleVisible:"auto",handleWidth:22,hoverBg:"#F7F7F7",hoverBorderColor:"#3272F1",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)"},Mentions:{activeBg:"#F7F7F7",activeBorderColor:"#245EE6",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(0, 0, 0, 0.02)",controlItemWidth:100,dropdownHeight:250,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#F7F7F7",hoverBorderColor:"#3272F1",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)",zIndexPopup:1050},Radio:{buttonBg:"#F7F7F7",buttonCheckedBg:"#F7F7F7",buttonCheckedBgDisabled:"rgba(0, 0, 0, 0.15)",buttonCheckedColorDisabled:"rgba(0, 0, 0, 0.25)",buttonColor:"rgba(0, 0, 0, 0.88)",buttonPaddingInline:15,buttonSolidCheckedActiveBg:"#1C4ED8",buttonSolidCheckedBg:"#245EE6",buttonSolidCheckedColor:"#FFFFFF",buttonSolidCheckedHoverBg:"#3272F1",dotColorDisabled:"rgba(0, 0, 0, 0.25)",dotSize:8,radioSize:16,wrapperMarginInlineEnd:8},Rate:{starBg:"rgba(0, 0, 0, 0.06)",starColor:"#FADB14",starHoverScale:"scale(1.1)",starSize:20,starSizeLG:25,starSizeSM:15},Select:{activeBorderColor:"#245EE6",activeOutlineColor:"rgba(5, 145, 255, 0.1)",clearBg:"#F7F7F7",hoverBorderColor:"#3272F1",multipleItemBg:"rgba(0, 0, 0, 0.06)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(0, 0, 0, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(0, 0, 0, 0.04)",optionActiveBg:"rgba(56, 115, 255, 0.15)",optionFontSize:14,optionHeight:32,optionLineHeight:1.5714285373687744,optionPadding:"5px 12px",optionSelectedBg:"#DBE9FE",optionSelectedColor:"rgba(0, 0, 0, 0.88)",optionSelectedFontWeight:500,selectorBg:"#F7F7F7",showArrowPaddingInlineEnd:18,singleItemHeightLG:40,zIndexPopup:1050},Slider:{controlSize:10,dotActiveBorderColor:"#92C5FD",dotBorderColor:"#F0F0F0",dotSize:8,handleActiveColor:"#245EE6",handleActiveOutlineColor:"#BFDBFE",handleColor:"#92C5FD",handleColorDisabled:"#BFBFBF",handleLineWidth:2,handleLineWidthHover:2.5,handleSize:10,handleSizeHover:12,railBg:"rgba(0, 0, 0, 0.04)",railHoverBg:"rgba(0, 0, 0, 0.06)",railSize:4,trackBg:"#92C5FD",trackBgDisabled:"rgba(0, 0, 0, 0.04)",trackHoverBg:"#4D93F8"},Switch:{handleBg:"#FFFFFF",handleShadow:"0 2px 4px 0 rgba(0,35,11,0.2)",handleSize:18,handleSizeSM:12,innerMaxMargin:24,innerMaxMarginSM:18,innerMinMargin:9,innerMinMarginSM:6,trackHeight:22,trackHeightSM:16,trackMinWidth:44,trackMinWidthSM:28,trackPadding:2},TimePicker:{activeBg:"#F7F7F7",activeBorderColor:"#245EE6",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(0, 0, 0, 0.02)",cellActiveWithRangeBg:"#DBE9FE",cellBgDisabled:"rgba(0, 0, 0, 0.04)",cellHeight:24,cellHoverBg:"rgba(56, 115, 255, 0.15)",cellHoverWithRangeBg:"#CBE0FD",cellRangeBorderColor:"#82B4F9",cellWidth:36,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#F7F7F7",hoverBorderColor:"#3272F1",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,multipleItemBg:"rgba(0, 0, 0, 0.06)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(0, 0, 0, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(0, 0, 0, 0.04)",paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,presetsMaxWidth:200,presetsWidth:120,textHeight:40,timeCellHeight:28,timeColumnHeight:224,timeColumnWidth:56,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)",withoutTimeCellHeight:66,zIndexPopup:1050},Transfer:{headerHeight:40,itemHeight:32,itemPaddingBlock:5,listHeight:200,listWidth:180,listWidthLG:250},TreeSelect:{indentSize:24,nodeHoverBg:"rgba(56, 115, 255, 0.15)",nodeHoverColor:"rgba(0, 0, 0, 0.88)",nodeSelectedBg:"#DBE9FE",nodeSelectedColor:"rgba(0, 0, 0, 0.88)",titleHeight:24},Upload:{actionsColor:"rgba(0, 0, 0, 0.45)",pictureCardSize:102},Avatar:{containerSize:32,containerSizeLG:40,containerSizeSM:24,groupBorderColor:"#FFFFFF",groupOverlapping:-8,groupSpace:4,iconFontSize:18,iconFontSizeLG:24,iconFontSizeSM:14,textFontSize:14,textFontSizeLG:14,textFontSizeSM:14},Badge:{dotSize:6,indicatorHeight:20,indicatorHeightSM:14,indicatorZIndex:"auto",statusSize:6,textFontSize:12,textFontSizeSM:12,textFontWeight:400},Calendar:{fullBg:"#FFFFFF",fullPanelBg:"#FFFFFF",itemActiveBg:"#DBE9FE",miniContentHeight:256,monthControlWidth:70,yearControlWidth:80},Card:{actionsBg:"#FFFFFF",actionsLiMargin:"12px 0",bodyPadding:24,bodyPaddingSM:12,extraColor:"rgba(0, 0, 0, 0.88)",headerBg:"rgba(0, 0, 0, 0)",headerFontSize:16,headerFontSizeSM:14,headerHeight:56,headerHeightSM:38,headerPadding:24,headerPaddingSM:12,tabsMarginBottom:-17},Carousel:{arrowOffset:8,arrowSize:16,dotActiveWidth:24,dotGap:4,dotHeight:3,dotOffset:12,dotWidth:16},Descriptions:{colonMarginLeft:2,colonMarginRight:8,contentColor:"rgba(0, 0, 0, 0.88)",extraColor:"rgba(0, 0, 0, 0.88)",itemPaddingBottom:16,itemPaddingEnd:16,labelBg:"rgba(0, 0, 0, 0.02)",labelColor:"rgba(0, 0, 0, 0.45)",titleColor:"rgba(0, 0, 0, 0.88)",titleMarginBottom:20},Image:{previewOperationColor:"rgba(255, 255, 255, 0.65)",previewOperationColorDisabled:"rgba(255, 255, 255, 0.25)",previewOperationHoverColor:"rgba(255, 255, 255, 0.85)",previewOperationSize:18,zIndexPopup:1080},List:{avatarMarginRight:16,contentWidth:220,descriptionFontSize:14,emptyTextPadding:16,footerBg:"rgba(0, 0, 0, 0)",headerBg:"rgba(0, 0, 0, 0)",itemPadding:"12px 0",itemPaddingLG:"16px 24px",itemPaddingSM:"8px 16px",metaMarginBottom:16,titleMarginBottom:12},Popover:{titleMinWidth:177,zIndexPopup:1030},Segmented:{itemActiveBg:"rgba(0, 0, 0, 0.15)",itemColor:"rgba(0, 0, 0, 0.65)",itemHoverBg:"rgba(0, 0, 0, 0.06)",itemHoverColor:"rgba(0, 0, 0, 0.88)",itemSelectedBg:"#FFFFFF",itemSelectedColor:"rgba(0, 0, 0, 0.88)",trackBg:"#F7F7F7",trackPadding:2},Statistic:{contentFontSize:24,titleFontSize:14},Table:{bodySortBg:"#FAFAFA",borderColor:"#F0F0F0",cellFontSize:14,cellFontSizeMD:14,cellFontSizeSM:14,cellPaddingBlock:16,cellPaddingBlockMD:12,cellPaddingBlockSM:8,cellPaddingInline:16,cellPaddingInlineMD:8,cellPaddingInlineSM:8,expandIconBg:"#FFFFFF",filterDropdownBg:"#FFFFFF",filterDropdownMenuBg:"#FFFFFF",fixedHeaderSortActiveBg:"#F0F0F0",footerBg:"#FAFAFA",footerColor:"rgba(0, 0, 0, 0.88)",headerBg:"#FAFAFA",headerSubBg:"#F5F5F5",headerBorderRadius:8,headerColor:"rgba(0, 0, 0, 0.88)",headerFilterHoverBg:"rgba(0, 0, 0, 0.06)",headerSortActiveBg:"#F0F0F0",headerSortHoverBg:"#F0F0F0",headerTextColor:"rgba(0, 0, 0, 0.65)",headerSplitColor:"#F0F0F0",rowExpandedBg:"rgba(0, 0, 0, 0.02)",rowHoverBg:"#FAFAFA",rowSelectedBg:"#DBE9FE",rowSelectedHoverBg:"#BFDBFE",selectionColumnWidth:32,stickyScrollBarBg:"rgba(0, 0, 0, 0.25)",stickyScrollBarBorderRadius:100,scrollbar:"rgba(64, 64, 64, 0.15)",colorTextHighlight:"#D48806"},Tag:{defaultBg:"#FAFAFA",defaultColor:"rgba(0, 0, 0, 0.88)",solidTextColor:"#FFFFFF"},Timeline:{dotBorderWidth:2,itemPaddingBottom:20,tailColor:"#EEEFF1",tailWidth:2},Tooltip:{zIndexPopup:1070},Tour:{closeBtnSize:0,primaryNextBtnHoverBg:"#F0F0F0",primaryPrevBtnBg:"rgba(255, 255, 255, 0.15)",zIndexPopup:1070},Tree:{directoryNodeSelectedBg:"#245EE6",directoryNodeSelectedColor:"#FFFFFF",indentSize:24,nodeHoverBg:"rgba(56, 115, 255, 0.15)",nodeHoverColor:"rgba(0, 0, 0, 0.88)",nodeSelectedBg:"#DBE9FE",nodeSelectedColor:"rgba(0, 0, 0, 0.88)",titleHeight:24},Alert:{defaultPadding:"8px 12px",withDescriptionIconSize:24,withDescriptionPadding:"20px 24px"},Drawer:{draggerSize:4,footerPaddingBlock:8,footerPaddingInline:16,zIndexPopup:1e3},Message:{contentBg:"#FFFFFF",contentPadding:"9px 12px",zIndexPopup:2010},Modal:{contentBg:"#FFFFFF",contentBgBorder:"rgba(0, 0, 0, 0.08)",footerBg:"rgba(0, 0, 0, 0)",headerBg:"#FFFFFF",titleColor:"rgba(0, 0, 0, 0.88)",titleFontSize:16,titleLineHeight:1.5},Notification:{colorErrorBg:"rgba(0, 0, 0, 0)",colorInfoBg:"rgba(0, 0, 0, 0)",colorSuccessBg:"rgba(0, 0, 0, 0)",colorWarningBg:"rgba(0, 0, 0, 0)",width:384,zIndexPopup:2050},Progress:{"circleTextFontSize 2":"1.1666666666666667em",circleTextColor:"rgba(0, 0, 0, 0.88)",circleTextFontSize:"1em",defaultColor:"#245EE6",lineBorderRadius:100,remainingColor:"rgba(0, 0, 0, 0.06)"},Popconfirm:{zIndexPopup:1060},Result:{extraMargin:"24px 0 0 0",iconFontSize:72,subtitleFontSize:14,titleFontSize:24},Skeleton:{blockRadius:4,gradientFromColor:"rgba(0, 0, 0, 0.06)",gradientToColor:"rgba(0, 0, 0, 0.15)",paragraphLiHeight:16,paragraphMarginTop:28,titleHeight:28},Spin:{contentHeight:400,dotSize:20,dotSizeLG:32,dotSizeSM:14},Collapse:{borderlessContentBg:"rgba(0, 0, 0, 0)",borderlessContentPadding:"4px 16px 16px",contentBg:"#FFFFFF",contentPadding:"16px 16px",headerBg:"rgba(0, 0, 0, 0.02)",headerPadding:"12px 16px"}},custom:{responsive:{"Desktop SM":{device:1024,deviceMin:992,deviceMax:1199,hideOnDesktop:1,hideOnDesktopSM:0,hideOnTablet:1,hideOnMobile:1,onlyDesktop:0,onlyDesktopSM:1,onlyTablet:0,onlyMobile:0,gutter:16,pageOffset:24},Desktop:{device:1440,deviceMin:1200,deviceMax:1599,hideOnDesktop:0,hideOnDesktopSM:1,hideOnTablet:1,hideOnMobile:1,onlyDesktop:1,onlyDesktopSM:0,onlyTablet:0,onlyMobile:0,gutter:16,pageOffset:24},Mobile:{device:480,deviceMin:320,deviceMax:767,hideOnDesktop:1,hideOnDesktopSM:1,hideOnTablet:1,hideOnMobile:0,onlyDesktop:0,onlyDesktopSM:0,onlyTablet:0,onlyMobile:1,gutter:8,pageOffset:16},Tablet:{device:768,deviceMin:768,deviceMax:991,hideOnDesktop:1,hideOnDesktopSM:1,hideOnTablet:0,hideOnMobile:1,onlyDesktop:0,onlyDesktopSM:0,onlyTablet:1,onlyMobile:0,gutter:12,pageOffset:16}}},meta:{mode:"Light",sourceFiles:["colors/Light.tokens.json","seed/Light.tokens.json","map/Light.tokens.json","alias/Light.tokens.json","static/Light.tokens.json","components/Light.tokens.json","responsive/Desktop SM.tokens.json","responsive/Desktop.tokens.json","responsive/Mobile.tokens.json","responsive/Tablet.tokens.json"],sourceLeafCount:1271,tokenCount:569,componentCount:56,customGroups:["responsive"],unresolvedAliasCount:0,unresolvedAliases:[]}},j={token:{red1:"#2A1215",red2:"#431418",red3:"#58181C",red4:"#791A1F",red5:"#A61D24",red6:"#D32029",red7:"#E84749",red8:"#F37370",red9:"#F89F9A",red10:"#FAC8C3",volcano1:"#2B1611",volcano2:"#441D12",volcano3:"#592716",volcano4:"#7C3118",volcano5:"#AA3E19",volcano6:"#D84A1B",volcano7:"#E87040",volcano8:"#F3956A",volcano9:"#F8B692",volcano10:"#FAD4BC",orange1:"#2B1D11",orange2:"#442A11",orange3:"#593815",orange4:"#7C4A15",orange5:"#AA6215",orange6:"#D87A16",orange7:"#E89A3C",orange8:"#F3B765",orange9:"#F8CF8D",orange10:"#FAE3B7",yellow1:"#2B2611",yellow2:"#443B11",yellow3:"#595014",yellow4:"#7C6E14",yellow5:"#AA9514",yellow6:"#D8BD14",yellow7:"#E8D639",yellow8:"#F3EA62",yellow9:"#F8F48B",yellow10:"#FAFAB5",lime1:"#1F2611",lime2:"#2E3C10",lime3:"#3E4F13",lime4:"#536D13",lime5:"#6F9412",lime6:"#8BBB11",lime7:"#A9D134",lime8:"#C9E75D",lime9:"#E4F88B",lime10:"#F0FAB5","guotai gold1":"#2A1B0F","guotai gold2":"#3D2815","guotai gold3":"#5A3A1D","guotai gold4":"#7A5128","guotai gold5":"#A06B36","guotai gold6":"#C98A49","guotai gold7":"#E6AD6B","guotai gold8":"#F6C994","guotai gold9":"#FFE7CB","guotai gold10":"#FFF3E5",green1:"#092B00",green2:"#135200",green3:"#237804",green4:"#389E0D",green5:"#52C41A",green6:"#73D13D",green7:"#95DE64",green8:"#B7EB8F",green9:"#D9F7BE",green10:"#F6FFED",cyan1:"#112123",cyan2:"#113536",cyan3:"#144848",cyan4:"#146262",cyan5:"#138585",cyan6:"#13A8A8",cyan7:"#33BCB7",cyan8:"#58D1C9",cyan9:"#84E2D8",cyan10:"#B2F1E8","galaxy blue1":"#151A29","galaxy blue2":"#192441","galaxy blue3":"#203155","galaxy blue4":"#263F76","galaxy blue5":"#2D52A1","galaxy blue6":"#3565CC","galaxy blue7":"#5E8DE3","galaxy blue8":"#8BB3F3","galaxy blue9":"#B5D1F8","galaxy blue10":"#DFECFA",purple1:"#1A1325",purple2:"#24163A",purple3:"#301C4D",purple4:"#3E2069",purple5:"#51258F",purple6:"#642AB5",purple7:"#854ECA",purple8:"#AB7AE0",purple9:"#CDA8F0",purple10:"#EBD7FA",magenta1:"#291321",magenta2:"#40162F",magenta3:"#551C3B",magenta4:"#75204F",magenta5:"#A02669",magenta6:"#CB2B83",magenta7:"#E0529C",magenta8:"#F37FB7",magenta9:"#F8A8CC",magenta10:"#FAD2E3",gray1:"#FFFFFF",gray2:"#FAFAFA",gray3:"#F5F5F5",gray4:"#F0F0F0",gray5:"#D9D9D9",gray6:"#BFBFBF",gray7:"#8C8C8C",gray8:"#595959",gray9:"#434343",gray10:"#262626","gray1 2":"#2A1B0F","gray2 2":"#3D2815","gray3 2":"#5A3A1D","gray4 2":"#7A5128","gray5 2":"#A06B36","gray6 2":"#C98A49","gray7 2":"#E6AD6B","gray8 2":"#F6C994","gray9 2":"#FFE7CB","gray10 2":"#FFF3E5",gold1:"#2B2111",gold2:"#443111",gold3:"#594214",gold4:"#7C5914",gold5:"#AA7714",gold6:"#D89614",gold7:"#E8B339",gold8:"#F3CC62",gold9:"#F8DF8B",gold10:"#FAEDB5",colorPrimary:"#FFE7CB",colorSuccess:"#73D13D",colorWarning:"#D89614",colorError:"#DC4446",colorInfo:"#FFE7CB",colorTextBase:"#FFFFFF",colorBgBase:"#000000",sizeUnit:4,sizeStep:4,sizePopupArrow:16,controlHeight:32,opacityImage:100,fontFamily:"Source Han Sans CN VF",fontFamilyCode:"SFMono-Regular",fontSize:14,lineWidth:1,borderRadius:4,zIndexPopupBase:1e3,lineType:"solid",motion:1,motionBase:0,motionEaseInBack:"cubic-bezier(0.71, -0.46, 0.88, 0.6)",motionEaseInOut:"cubic-bezier(0.645, 0.045, 0.355, 1)",motionEaseInOutCirc:"cubic-bezier(0.78, 0.14, 0.15, 0.86)",motionEaseInQuint:"cubic-bezier(0.755, 0.05, 0.855, 0.06)",motionEaseOut:"cubic-bezier(0.215, 0.61, 0.355, 1)",motionEaseOutBack:"cubic-bezier(0.12, 0.4, 0.29, 1.46)",motionEaseOutCirc:"cubic-bezier(0.08, 0.82, 0.17, 1)",motionEaseOutQuint:"cubic-bezier(0.23, 1, 0.32, 1)",motionUnit:.10000000149011612,wireframe:!1,colorPrimaryGradientStart:"#FFCA9C",colorPrimaryGradientEnd:"#FFE7CB",colorPrimaryBg:"#2A1B0F",colorPrimaryBgHover:"#3D2815",colorPrimaryBorder:"#7A5128",colorPrimaryBorderHover:"#A06B36",colorPrimaryHover:"#FFF3E5",colorPrimaryBase:"#FFE7CB",colorPrimaryActive:"#F6C994",colorPrimaryTextHover:"#FFF3E5",colorPrimaryText:"#FFE7CB",colorPrimaryTextActive:"#F6C994",colorSuccessBg:"#092B00",colorSuccessBgHover:"#135200",colorSuccessBorder:"#237804",colorSuccessBorderHover:"#389E0D",colorSuccessHover:"#389E0D",colorSuccessBase:"#73D13D",colorSuccessActive:"#95DE64",colorSuccessTextHover:"#52C41A",colorSuccessText:"#73D13D",colorSuccessTextActive:"#95DE64",colorWarningBg:"#2B2111",colorWarningBgHover:"#443111",colorWarningBorder:"#594214",colorWarningBorderHover:"#7C5914",colorWarningHover:"#7C5914",colorWarningBase:"#D89614",colorWarningActive:"#E8B339",colorWarningTextHover:"#AA7714",colorWarningText:"#D89614",colorWarningTextActive:"#E8B339",colorErrorBg:"#2C1618",colorErrorBgHover:"#451D1F",colorErrorBorder:"#5B2526",colorErrorBorderHover:"#7E2E2F",colorErrorHover:"#E86E6B",colorErrorBase:"#DC4446",colorErrorActive:"#AD393A",colorErrorTextHover:"#E86E6B",colorErrorText:"#DC4446",colorErrorTextActive:"#AD393A",colorInfoBg:"#2A1B0F",colorInfoBgHover:"#3D2815",colorInfoBorder:"#7A5128",colorInfoBorderHover:"#A06B36",colorInfoHover:"#FFF3E5",colorInfoBase:"#FFE7CB",colorInfoActive:"#F6C994",colorInfoTextHover:"#FFF3E5",colorInfoText:"#FFE7CB",colorInfoTextActive:"#F6C994",colorText:"rgba(255, 255, 255, 0.85)",colorTextSecondary:"rgba(255, 255, 255, 0.65)",colorTextTertiary:"rgba(255, 255, 255, 0.45)",colorTextQuaternary:"rgba(255, 255, 255, 0.25)",colorBorder:"#333333",colorBorderSecondary:"#37332E",colorFill:"rgba(255, 255, 255, 0.18)",colorFillSecondary:"rgba(255, 255, 255, 0.12)",colorFillTertiary:"rgba(255, 255, 255, 0.08)",colorFillQuaternary:"rgba(255, 255, 255, 0.04)",colorBgLayout:"#141414",colorBgContainer:"#262626",colorBgContainerBorder:"rgba(255, 255, 255, 0.08)",colorBgElevated:"#2E2E2E",colorBgSpotlight:"#424242",colorBgMask:"rgba(0, 0, 0, 0.5)",sizeXXL:48,sizeXL:32,sizeLG:24,sizeMD:20,sizeMS:16,size:16,sizeSM:12,sizeXS:8,sizeXXS:4,controlHeightLG:40,controlHeightSM:24,controlHeightXS:16,borderRadiusXS:2,borderRadiusSM:4,borderRadiusM:6,borderRadiusLG:8,borderRadiusXL:12,borderRadiusXXL:16,borderRadiusOuter:4,colorWhite:"#FFFFFF",colorBlack:"#000000",fontSizeXL:20,fontSizeLG:16,fontSizeSM:12,fontSizeXS:11,fontSizeXXS:10,fontSizeHeading1:38,fontSizeHeading2:30,fontSizeHeading3:24,fontSizeHeading4:20,fontSizeHeading5:16,lineHeight:1.5709999799728394,lineHeightLG:1.5,lineHeightSM:1.6666666269302368,lineHeightHeading1:1.2109999656677246,lineHeightHeading2:1.2669999599456787,lineHeightHeading3:1.3329999446868896,lineHeightHeading4:1.399999976158142,lineHeightHeading5:1.5,lineWidthBold:2,borderRadiusFull:9999,colorFillContrast:"rgba(0, 0, 0, 0.3)",colorBgBlur:"rgba(0, 0, 0, 0)",transparent:"rgba(0, 0, 0, 0)",colorBgSolid:"rgba(255, 255, 255, 0.95)",colorBgSolidHover:"#FFFFFF",colorBgSolidActive:"rgba(235, 235, 235, 0.9)",colorErrorBgFilledHover:"#441E1F",colorErrorBgActive:"#5B2526",colorLink:"#3873FF",colorSplit:"#474747",fontSizeIcon:12,controlInteractiveSize:16,paddingXL:32,paddingLG:24,paddingMD:20,padding:16,paddingSM:12,paddingXS:8,paddingXXS:4,marginXXL:48,marginXL:32,marginLG:24,marginMD:20,margin:16,marginSM:12,marginXS:8,marginXXS:4,controlPaddingHorizontal:12,controlPaddingHorizontalSM:8,paddingContentHorizontalLG:24,paddingContentVerticalLG:16,paddingContentHorizontal:16,paddingContentVertical:12,paddingContentHorizontalSM:16,paddingContentVerticalSM:8,colorLinkHover:"#538CFF",colorLinkActive:"#2758CC",colorBgControlItemHover:"rgba(255, 231, 203, 0.15)",colorFillContent:"rgba(255, 255, 255, 0.12)",colorFillContentHover:"rgba(255, 255, 255, 0.18)",colorFillAlter:"rgba(255, 255, 255, 0.04)",colorBgContainerDisabled:"rgba(255, 255, 255, 0.08)",colorBorderBg:"#262626",colorTextPlaceholder:"rgba(255, 255, 255, 0.25)",colorTextDisabled:"rgba(255, 255, 255, 0.25)",colorTextHeading:"rgba(255, 255, 255, 0.85)",colorTextLabel:"rgba(255, 255, 255, 0.65)",colorTextDescription:"rgba(255, 255, 255, 0.45)",colorTextLightSolid:"#FFFFFF",colorHighlight:"#7E2E2F",colorBgTextHover:"rgba(255, 255, 255, 0.12)",colorBgTextActive:"rgba(255, 255, 255, 0.18)",colorTextOnLight:"#763800",colorTextSecondaryOnLight:"rgba(118, 56, 0, 0.65)",colorTextTertiaryOnLight:"rgba(118, 56, 0, 0.45)",colorTextOnLightDisabled:"rgba(118, 56, 0, 0.35)",colorIcon:"rgba(255, 255, 255, 0.45)",colorIconHover:"rgba(255, 255, 255, 0.85)",colorErrorOutline:"rgba(255, 77, 79, 0.1)",colorWarningOutline:"rgba(250, 173, 20, 0.1)",colorBgField:"#1A1A1A",controlItemBgHover:"rgba(255, 231, 203, 0.15)",controlItemBgActive:"#2A1B0F",controlItemBgActiveHover:"#3D2815",controlItemBgActiveDisabled:"rgba(255, 255, 255, 0.18)",controlTmpOutline:"rgba(255, 255, 255, 0.04)",controlOutline:"rgba(5, 145, 255, 0.1)",controlOutlineWidth:2,opacityLoading:65,screenXS:320,screenSM:576,screenMD:768,screenLG:992,screenXL:1200,screenXXL:1600,screenXSMin:320,screenXSMax:575,screenSMMin:576,screenSMMax:767,screenMDMin:768,screenMDMax:991,screenLGMin:992,screenLGMax:1199,screenXLMin:1200,screenXLMax:1599,screenXXLMin:1600,lineWidthFocus:3,linkDecoration:"none",linkFocusDecoration:"none",linkHoverDecoration:"none",fontWeightMedium:500,fontWeightNormal:400,drawerWidth:378,drawerWidthMD:520,drawerWidthLG:736,colorTextOnPrimary:"#763800",colorTextOnPrimaryHover:"#763800",colorTextOnPrimaryActive:"#763800",colorTextOnPrimaryDisabled:"rgba(118, 56, 0, 0.35)",fontStyleReqularItalic:"Reqular Italic",fontStyleSemiboldItalic:"Semibold Italic",fontStyleRegularItalic:"Regular Italic",fontStyleMediumItalic:"Medium Italic",layoutSidebarWidthMD:256,layoutSidebarWidthSm:180,layoutSidebarWidthLG:360,layoutSidebarCollapsedWidth:48,layoutColorBgSidebar:"#2E2E2E",layoutHeaderHeight:44,layoutFooterHeight:33,opacity0:0,opacity1:2,opacity2:4,opacity3:6,opacity4:8,opacity5:10,opacity6:12,opacity7:16,opacity8:20,opacity9:25,opacity10:30,opacity11:35,opacity12:40,opacity13:45,opacity14:50,opacity15:55,opacity16:60,opacity17:65,opacity18:70,opacity19:75,opacity20:80,opacity21:85,opacity22:90,opacity23:95,tooltipVerticalPadding:6,buttonPaddingHorizontal:15,buttonPaddingHorizontalSM:7,buttonIconOnlyFontSize:16,buttonIconOnlyFontSizeLG:18,buttonIconOnlyFontSizeSM:14,borderRadiusRound:16,borderRadiusRoundSM:12,borderRadiusRoundLG:20,buttonRoundPaddingHorizontal:16,buttonRoundPaddingHorizontalLG:20,buttonRoundPaddingHorizontalSM:12,tagPaddingHorizontal:7,tagIconSize:10,iconMarginInline:3,alertPaddingHorizontal:12,alertIconSizeLG:24,alertCloseIcon:12,alertIcon:14,messageContentHorizontal:9,messageIcon:16,switchHeight:22,switchHeightSM:16,switchPadding:2,switchPinSize:18,switchPinSizeActive:22,switchPinSizeSM:12,switchPinSizeSMActive:14,switchWidth:44,switchWidthSM:28,switchInnerMarginMin:9,switchInnerMarginMinSM:6,switchLoadingIconColor:"rgba(0, 0, 0, 0.65)",borderRadiusSwitch:100,borderRadiusMax:100,borderRadiusSwitchHandle:9,switchIconSizeSM:12,switchIconSize:14,iconSize:14,codeBg:"rgba(150, 150, 150, 0.1)",codeBorder:"rgba(100, 100, 100, 0.2)",keyboardBg:"rgba(150, 150, 150, 0.06)",keyboardBorder:"rgba(100, 100, 100, 0.2)",codeAndKeyboardHorizontalMargin:2,codeAndKeyboardHorizontalPadding:4,codeAndKeyboardTopPadding:2,codeKeyboardRadius:3,codeAndKeyboardBottomPadding:1,badgeShadowColor:"#262626",badgeShadowSize:1,badgeHeight:20,badgeHeightSM:14,badgeDotSize:6,badgeStatusSize:6,borderRadiusBadge:10,borderRadiusBadgeSM:7,spinDotSize:20,spinDotItemSize:6.75,spinDotItemSizeSM:4.5,spinDotItemSizeLG:11.25,spinDotSizeSM:14,spinDotSizeLG:32,notificationCloseButtonSize:22,notificationCloseIconSize:14,notificationNoticeIconSize:24,resultIconSize:72,resultVerticalPadding:48,resultContentHorizontalPadding:40,popConfirmIconSize:14,tourCloseSize:22,tourCoverVerticalPadding:46,tourIndicatorSize:6,tourMaskBg:"rgba(0, 0, 0, 0.5)",avatarFontSizeBase:18,avatarFontSizeSM:14,avatarFontSizeLG:24,emptyImgHeight:100,emptyImgHeightMD:40,emptyImgHeightSM:35,QRCodeMaskBackgroundColor:"rgba(255, 255, 255, 0.96)",QRCodeExpiredTextColor:"rgba(0, 0, 0, 0.88)",carouselDotWidth:16,carouselDotHeight:3,carouselDotWidthActive:24,carouselArrowSize:20,carouselDotOffset:12,carouselArrowOffset:25,modalHeaderHeight:56,modalCloseBtnSize:22,modalCloseIconSize:16,modalConfirmIconSize:22,modalCloseButtonPosition:17,drawerCloseIcon:24,segmentedPaddingHorizontal:11,segmentedPaddingHorizontalSM:7,segmentedPadding:2,segmentedLabelMinHeight:28,segmentedLabelMinHeightLG:36,segmentedLabelMinHeightSM:20,segmentedItemGap:6,segmentedIcon:14,segmentedIconLG:16,radioDotSize:6,radioDotPadding:4,radioButtonPaddingInline:15,radioButtonPaddingInlineSM:7,radioRadius:8,radioDotDisabledSize:8,radioButtonGroupPadding:1,radioButtonHeight:30,radioButtonHeightSM:22,radioButtonHeightLG:38,borderRadiusRadioButton:5,borderRadiusRadioButtonSM:3,borderRadiusRadioButtonLG:7,checkboxSize:16,checkboxIndeterminateSize:8,rateStarSize:20,timelineItemHeadSize:10,timelineItemPaddingBottom:20,itemTailHorizontalPadding:4,itemTailVerticalPadding:10,collapseExpandIconHeight:22,collapseExpandIconHeightLG:24,collapseExpandIconHeightSM:20,collapseExpandIconPaddingHorizontalStart:4,collapseExpandIconPaddingHorizontalStartSM:4,collapseExpandIconPaddingHorizontalStartLG:8,selectInputPaddingHorizontalBase:11,selectInputPaddingHorizontalSM:7,selectionItemPadding:18,selectionItemPaddingLG:20,selectionItemPaddingSM:18,selectTagItemEnd:4,selectDropdownItemVertical:5,selectDropdownItemGroupHorizontal:24,inputPaddingHorizontal:11,inputPaddingHorizontalSM:7,inputPaddingHorizontalLG:11,inputPaddingVertical:4,inputPaddingVerticalSM:0,inputPaddingVerticalLG:7,radiusNone:0,inputNumberHandleWidth:22,skeletonButtonWidth:64,skeletonInputWidth:160,skeletonButtonWidthLG:80,skeletonInputWidthLG:200,skeletonButtonWidthSM:48,skeletonInputWidthSM:120,colorPickerWidth:234,colorPickerHandlerSize:16,colorPickerHandlerSizeSM:12,colorPickerSliderHeight:8,colorPickerPreviewSize:28,paddingNone:0,colorPickerPresetColorSize:18,paginationItemPaddingInline:6,floatButtonBodyVerticalPadding:2,floatButtonBodyHorizontalPadding:4,floatButtonIconSize:18,marginNone:0,tabHorizontalSM:6,tabVerticalLG:6,tabCardGap:2,darkBtnTextHover:"rgba(255, 255, 255, 0.08)",darkBtnFilled:"rgba(255, 255, 255, 0.08)",darkBtnFilledHover:"rgba(255, 255, 255, 0.12)",tooltipVerticalPaddingSM:2,colorTextLightSolidPrimary:"rgba(255, 255, 255, 0.85)",emptyImage:"#2F3237",emptyImageLight:"#414449",emptyImageInnerShadow:"#232529",emptyImageShadow:"#232529","test-will-be-removed-in-the-next-update":"#FFFFFF"},components:{Button:{borderColorDisabled:"#333333",contentFontSize:14,contentFontSizeLG:14,contentFontSizeSM:14,contentLineHeight:1.5709999799728394,contentLineHeightLG:1.5,contentLineHeightSM:1.6666666269302368,dangerColor:"#FFFFFF",dangerShadow:"0 2px 0 rgba(255,38,5,0.06)",defaultActiveBg:"#262626",defaultActiveBorderColor:"#F6C994",defaultActiveColor:"#F6C994",defaultBg:"#262626",defaultBorderColor:"#333333",defaultColor:"rgba(255, 255, 255, 0.85)",defaultGhostBorderColor:"#262626",defaultGhostColor:"#262626",defaultHoverBg:"#262626",defaultHoverBorderColor:"#FFF3E5",defaultHoverColor:"#FFF3E5",defaultShadow:"0 2px 0 rgba(0,0,0,0.02)",fontWeight:400,ghostBg:"rgba(0, 0, 0, 0)",groupBorderColor:"#FFF3E5",iconGap:8,linkHoverBg:"rgba(0, 0, 0, 0)",onlyIconSize:14,onlyIconSizeLG:16,onlyIconSizeSM:12,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:15,paddingInlineLG:15,paddingInlineSM:7,primaryColor:"#763800",primaryShadow:"0 2px 0 rgba(5,145,255,0.1)",solidTextColor:"#000000",textHoverBg:"rgba(255, 255, 255, 0.08)",textTextActiveColor:"rgba(255, 255, 255, 0.85)",textTextColor:"rgba(255, 255, 255, 0.85)",textTextHoverColor:"rgba(255, 255, 255, 0.85)",dashedBgDisabled:"rgba(255, 255, 255, 0.08)",defaultBgDisabled:"rgba(255, 255, 255, 0.08)",primaryGradientStart:"#FFCA9C",primaryGradientEnd:"#FFE7CB",primaryGradientStartHover:"#FFD6B4",primaryGradientEndHover:"#FFF0DE",primaryGradientStartActive:"#E6AD6B",primaryGradientEndActive:"#F6C994",primaryColorHover:"#763800",primaryColorActive:"#763800",primaryText:"#763800",primaryTextHover:"#763800",primaryTextActive:"#763800"},Typography:{titleMarginBottom:0,titleMarginTop:0},Divider:{orientationMargin:.05000000074505806,textPaddingInline:14,verticalMarginInline:8},Layout:{bodyBg:"#141414",footerBg:"#141414",footerPadding:"24px 50px",headerBg:"#001529",headerColor:"rgba(255, 255, 255, 0.85)",headerHeight:64,headerPadding:"0 50px",lightSiderBg:"#262626",lightTriggerBg:"#262626",lightTriggerColor:"rgba(255, 255, 255, 0.85)",siderBg:"#001529",triggerBg:"#002140",triggerColor:"#FFFFFF",triggerHeight:48,zeroTriggerHeight:40,zeroTriggerWidth:40},Splitter:{splitBarDraggableSize:20,splitBarSize:2,splitTriggerSize:6},Anchor:{linkPaddingBlock:4,linkPaddingInlineStart:16},Breadcrumb:{iconFontSize:14,itemColor:"rgba(255, 255, 255, 0.45)",lastItemColor:"rgba(255, 255, 255, 0.85)",linkColor:"rgba(255, 255, 255, 0.45)",linkHoverColor:"rgba(255, 255, 255, 0.85)",separatorColor:"rgba(255, 255, 255, 0.45)",separatorMargin:8},Dropdown:{paddingBlock:5,zIndexPopup:1050},Menu:{activeBarBorderWidth:1,activeBarHeight:2,activeBarWidth:0,collapsedIconSize:16,collapsedWidth:80,dangerItemActiveBg:"#2C1618",dangerItemColor:"#DC4446",dangerItemHoverColor:"#DC4446",dangerItemSelectedBg:"#2C1618",dangerItemSelectedColor:"#DC4446",darkDangerItemActiveBg:"#DC4446",darkDangerItemColor:"#DC4446",darkDangerItemHoverColor:"#E86E6B",darkDangerItemSelectedBg:"#DC4446",darkDangerItemSelectedColor:"#FFFFFF",darkGroupTitleColor:"rgba(255, 255, 255, 0.65)",darkItemBg:"#262626",darkItemColor:"rgba(255, 255, 255, 0.65)",darkItemDisabledColor:"rgba(255, 255, 255, 0.25)",darkItemHoverBg:"rgba(0, 0, 0, 0)",darkItemHoverColor:"#FFFFFF",darkItemSelectedBg:"#FFE7CB",darkItemSelectedColor:"#763800",darkPopupBg:"#001529",darkSubMenuItemBg:"#000C17",dropdownWidth:160,groupTitleColor:"rgba(255, 255, 255, 0.45)",groupTitleFontSize:14,groupTitleLineHeight:1.5714285373687744,horizontalItemBorderRadius:0,horizontalItemHoverBg:"rgba(0, 0, 0, 0)",horizontalItemHoverColor:"#FFE7CB",horizontalItemSelectedBg:"rgba(0, 0, 0, 0)",horizontalItemSelectedColor:"#FFE7CB",horizontalLineHeight:46,iconMarginInlineEnd:10,iconSize:14,itemActiveBg:"#2A1B0F",itemBg:"#262626",itemBorderRadius:8,itemColor:"rgba(255, 255, 255, 0.85)",itemDisabledColor:"rgba(255, 255, 255, 0.25)",itemHeight:40,itemHoverBg:"rgba(255, 231, 203, 0.15)",itemHoverColor:"rgba(255, 255, 255, 0.85)",itemMarginBlock:4,itemMarginInline:4,itemPaddingInline:16,itemSelectedBg:"#2A1B0F",itemSelectedColor:"#FFE7CB",popupBg:"#2E2E2E",subMenuItemBg:"rgba(255, 255, 255, 0.04)",subMenuItemBorderRadius:4,subMenuItemSelectedColor:"#FFE7CB",zIndexPopup:1050},Pagination:{itemActiveBg:"#262626",itemActiveBgDisabled:"rgba(255, 255, 255, 0.18)",itemActiveColor:"#FFE7CB",itemActiveColorDisabled:"rgba(255, 255, 255, 0.25)",itemActiveColorHover:"#FFF3E5",itemBg:"#262626",itemInputBg:"#262626",itemLinkBg:"#262626",itemSize:32,itemSizeSM:24,miniOptionsSizeChangerTop:0},Steps:{customIconFontSize:24,customIconSize:24,customIconTop:24,dotCurrentSize:10,dotSize:8,iconFontSize:14,iconSize:32,iconSizeSM:24,iconTop:-.5,navArrowColor:"rgba(255, 255, 255, 0.25)",navContentMaxWidth:"unset",titleLineHeight:32},Tabs:{cardBg:"rgba(255, 255, 255, 0.04)",cardGutter:2,cardHeight:40,cardHeightLG:48,cardHeightSM:32,cardPadding:"8px 16px",cardPaddingLG:"11px 16px",cardPaddingSM:"4px 8px",horizontalItemGutter:32,horizontalItemMargin:" ",horizontalItemMarginRTL:" ",horizontalItemPadding:"12px 0",horizontalItemPaddingLG:"16px 0",horizontalItemPaddingSM:"8px 0",horizontalMargin:"0 0 16px 0",inkBarColor:"#FFE7CB",itemActiveColor:"#F6C994",itemColor:"rgba(255, 255, 255, 0.85)",itemHoverColor:"#FFF3E5",itemSelectedColor:"#FFE7CB",titleFontSize:14,titleFontSizeLG:16,titleFontSizeSM:12,verticalItemMargin:"16px 0 0 0",verticalItemPadding:"8px 24px",zIndexPopup:1050},AutoComplete:{activeBorderColor:"#FFE7CB",activeOutlineColor:"rgba(5, 145, 255, 0.1)",clearBg:"#1A1A1A",hoverBorderColor:"#FFF3E5",multipleItemBg:"rgba(255, 255, 255, 0.12)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(255, 255, 255, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(255, 255, 255, 0.08)",optionActiveBg:"rgba(255, 231, 203, 0.15)",optionFontSize:14,optionHeight:32,optionLineHeight:1.5700000524520874,optionPadding:"5px 12px",optionSelectedBg:"#2A1B0F",optionSelectedColor:"rgba(255, 255, 255, 0.85)",optionSelectedFontWeight:500,selectorBg:"#262626",showArrowPaddingInlineEnd:18,singleItemHeightLG:40,zIndexPopup:1050},Cascader:{controlItemWidth:111,controlWidth:184,dropdownHeight:180,menuPadding:4,optionPadding:"5px 12px",optionSelectedBg:"#2A1B0F",optionSelectedColor:"rgba(255, 255, 255, 0.85)",optionSelectedFontWeight:500},Input:{activeBg:"#1A1A1A",activeBorderColor:"#FFE7CB",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(255, 255, 255, 0.04)",errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#1A1A1A",hoverBorderColor:"#FFF3E5",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)"},DatePicker:{activeBg:"#1A1A1A",activeBorderColor:"#FFE7CB",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(255, 255, 255, 0.04)",cellActiveWithRangeBg:"#2A1B0F",cellBgDisabled:"rgba(255, 255, 255, 0.08)",cellHeight:24,cellHoverBg:"rgba(255, 231, 203, 0.15)",cellHoverWithRangeBg:"#CBE0FD",cellRangeBorderColor:"#82B4F9",cellWidth:36,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#1A1A1A",hoverBorderColor:"#FFF3E5",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,multipleItemBg:"rgba(255, 255, 255, 0.12)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(255, 255, 255, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(255, 255, 255, 0.08)",paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,presetsMaxWidth:200,presetsWidth:120,textHeight:40,timeCellHeight:28,timeColumnHeight:224,timeColumnWidth:56,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)",withoutTimeCellHeight:66,zIndexPopup:1050},Form:{inlineItemMarginBottom:0,itemMarginBottom:24,labelColonMarginInlineEnd:8,labelColonMarginInlineStart:2,labelColor:"rgba(255, 255, 255, 0.65)",labelFontSize:14,labelHeight:32,labelRequiredMarkColor:"#DC4446",verticalLabelMargin:0,verticalLabelPadding:"0 0 8px"},InputNumber:{activeBg:"#1A1A1A",activeBorderColor:"#FFE7CB",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(255, 255, 255, 0.04)",controlWidth:90,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",filledHandleBg:"#F0F0F0",handleActiveBg:"rgba(255, 255, 255, 0.04)",handleBg:"#1A1A1A",handleBorderColor:"#333333",handleFontSize:7,handleHoverColor:"#FFE7CB",handleVisible:"auto",handleWidth:22,hoverBg:"#1A1A1A",hoverBorderColor:"#FFF3E5",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)"},Mentions:{activeBg:"#1A1A1A",activeBorderColor:"#FFE7CB",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(255, 255, 255, 0.04)",controlItemWidth:100,dropdownHeight:250,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#1A1A1A",hoverBorderColor:"#FFF3E5",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)",zIndexPopup:1050},Radio:{buttonBg:"#1A1A1A",buttonCheckedBg:"#1A1A1A",buttonCheckedBgDisabled:"rgba(255, 255, 255, 0.18)",buttonCheckedColorDisabled:"rgba(255, 255, 255, 0.25)",buttonColor:"rgba(255, 255, 255, 0.85)",buttonPaddingInline:15,buttonSolidCheckedActiveBg:"#F6C994",buttonSolidCheckedBg:"#FFE7CB",buttonSolidCheckedColor:"#763800",buttonSolidCheckedHoverBg:"#FFF3E5",dotColorDisabled:"rgba(255, 255, 255, 0.25)",dotSize:8,radioSize:16,wrapperMarginInlineEnd:8},Rate:{starBg:"rgba(255, 255, 255, 0.12)",starColor:"#D8BD14",starHoverScale:"scale(1.1)",starSize:20,starSizeLG:25,starSizeSM:15},Select:{activeBorderColor:"#FFE7CB",activeOutlineColor:"rgba(5, 145, 255, 0.1)",clearBg:"#1A1A1A",hoverBorderColor:"#FFF3E5",multipleItemBg:"rgba(255, 255, 255, 0.12)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(255, 255, 255, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(255, 255, 255, 0.08)",optionActiveBg:"rgba(255, 231, 203, 0.15)",optionFontSize:14,optionHeight:32,optionLineHeight:1.5700000524520874,optionPadding:"5px 12px",optionSelectedBg:"#2A1B0F",optionSelectedColor:"rgba(255, 255, 255, 0.85)",optionSelectedFontWeight:500,selectorBg:"#1A1A1A",showArrowPaddingInlineEnd:18,singleItemHeightLG:40,zIndexPopup:1050},Slider:{controlSize:10,dotActiveBorderColor:"#7A5128",dotBorderColor:"#37332E",dotSize:8,handleActiveColor:"#FFE7CB",handleActiveOutlineColor:"#3D2815",handleColor:"#7A5128",handleColorDisabled:"#414141",handleLineWidth:2,handleLineWidthHover:2.5,handleSize:10,handleSizeHover:12,railBg:"rgba(255, 255, 255, 0.08)",railHoverBg:"rgba(255, 255, 255, 0.12)",railSize:4,trackBg:"#7A5128",trackBgDisabled:"rgba(255, 255, 255, 0.08)",trackHoverBg:"#A06B36"},Switch:{handleBg:"#FFFFFF",handleShadow:"0 2px 4px 0 rgba(0,35,11,0.2)",handleSize:18,handleSizeSM:12,innerMaxMargin:24,innerMaxMarginSM:18,innerMinMargin:9,innerMinMarginSM:6,trackHeight:22,trackHeightSM:16,trackMinWidth:44,trackMinWidthSM:28,trackPadding:2},TimePicker:{activeBg:"#1A1A1A",activeBorderColor:"#FFE7CB",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(255, 255, 255, 0.04)",cellActiveWithRangeBg:"#2A1B0F",cellBgDisabled:"rgba(255, 255, 255, 0.08)",cellHeight:24,cellHoverBg:"rgba(255, 231, 203, 0.15)",cellHoverWithRangeBg:"#CBE0FD",cellRangeBorderColor:"#82B4F9",cellWidth:36,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#1A1A1A",hoverBorderColor:"#FFF3E5",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,multipleItemBg:"rgba(255, 255, 255, 0.12)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(255, 255, 255, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(255, 255, 255, 0.08)",paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,presetsMaxWidth:200,presetsWidth:120,textHeight:40,timeCellHeight:28,timeColumnHeight:224,timeColumnWidth:56,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)",withoutTimeCellHeight:66,zIndexPopup:1050},Transfer:{headerHeight:40,itemHeight:32,itemPaddingBlock:5,listHeight:200,listWidth:180,listWidthLG:250},TreeSelect:{indentSize:24,nodeHoverBg:"rgba(255, 231, 203, 0.15)",nodeHoverColor:"rgba(255, 255, 255, 0.85)",nodeSelectedBg:"#2A1B0F",nodeSelectedColor:"rgba(255, 255, 255, 0.85)",titleHeight:24},Upload:{actionsColor:"rgba(255, 255, 255, 0.45)",pictureCardSize:102},Avatar:{containerSize:32,containerSizeLG:40,containerSizeSM:24,groupBorderColor:"#262626",groupOverlapping:-8,groupSpace:4,iconFontSize:18,iconFontSizeLG:24,iconFontSizeSM:14,textFontSize:14,textFontSizeLG:14,textFontSizeSM:14},Badge:{dotSize:6,indicatorHeight:20,indicatorHeightSM:14,indicatorZIndex:"auto",statusSize:6,textFontSize:12,textFontSizeSM:12,textFontWeight:400},Calendar:{fullBg:"#262626",fullPanelBg:"#262626",itemActiveBg:"#2A1B0F",miniContentHeight:256,monthControlWidth:70,yearControlWidth:80},Card:{actionsBg:"#262626",actionsLiMargin:"12px 0",bodyPadding:24,bodyPaddingSM:12,extraColor:"rgba(255, 255, 255, 0.85)",headerBg:"rgba(0, 0, 0, 0)",headerFontSize:16,headerFontSizeSM:14,headerHeight:56,headerHeightSM:38,headerPadding:24,headerPaddingSM:12,tabsMarginBottom:-17},Carousel:{arrowOffset:8,arrowSize:16,dotActiveWidth:24,dotGap:4,dotHeight:3,dotOffset:12,dotWidth:16},Descriptions:{colonMarginLeft:2,colonMarginRight:8,contentColor:"rgba(255, 255, 255, 0.85)",extraColor:"rgba(255, 255, 255, 0.85)",itemPaddingBottom:16,itemPaddingEnd:16,labelBg:"rgba(255, 255, 255, 0.04)",labelColor:"rgba(255, 255, 255, 0.45)",titleColor:"rgba(255, 255, 255, 0.85)",titleMarginBottom:20},Image:{previewOperationColor:"rgba(255, 255, 255, 0.65)",previewOperationColorDisabled:"rgba(255, 255, 255, 0.25)",previewOperationHoverColor:"rgba(255, 255, 255, 0.85)",previewOperationSize:18,zIndexPopup:1080},List:{avatarMarginRight:16,contentWidth:220,descriptionFontSize:14,emptyTextPadding:16,footerBg:"rgba(0, 0, 0, 0)",headerBg:"rgba(0, 0, 0, 0)",itemPadding:"12px 0",itemPaddingLG:"16px 24px",itemPaddingSM:"8px 16px",metaMarginBottom:16,titleMarginBottom:12},Popover:{titleMinWidth:177,zIndexPopup:1030},Segmented:{itemActiveBg:"rgba(255, 255, 255, 0.18)",itemColor:"rgba(255, 255, 255, 0.65)",itemHoverBg:"rgba(255, 255, 255, 0.12)",itemHoverColor:"rgba(255, 255, 255, 0.85)",itemSelectedBg:"#2E2E2E",itemSelectedColor:"rgba(255, 255, 255, 0.85)",trackBg:"#1A1A1A",trackPadding:2},Statistic:{contentFontSize:24,titleFontSize:14},Table:{bodySortBg:"#FAFAFA",borderColor:"#37332E",cellFontSize:14,cellFontSizeMD:14,cellFontSizeSM:14,cellPaddingBlock:16,cellPaddingBlockMD:12,cellPaddingBlockSM:8,cellPaddingInline:16,cellPaddingInlineMD:8,cellPaddingInlineSM:8,expandIconBg:"#262626",filterDropdownBg:"#262626",filterDropdownMenuBg:"#262626",fixedHeaderSortActiveBg:"#1C1C1C",footerBg:"#0D0D0D",footerColor:"rgba(255, 255, 255, 0.85)",headerBg:"#333333",headerSubBg:"#1F1F1F",headerBorderRadius:8,headerColor:"rgba(255, 255, 255, 0.85)",headerFilterHoverBg:"rgba(255, 255, 255, 0.12)",headerSortActiveBg:"#1C1C1C",headerSortHoverBg:"#1C1C1C",headerTextColor:"rgba(255, 255, 255, 0.65)",headerSplitColor:"#444547",rowExpandedBg:"rgba(255, 255, 255, 0.04)",rowHoverBg:"#0D0D0D",rowSelectedBg:"#2A1B0F",rowSelectedHoverBg:"#3D2815",selectionColumnWidth:32,stickyScrollBarBg:"rgba(255, 255, 255, 0.25)",stickyScrollBarBorderRadius:100,scrollbar:"rgba(64, 64, 64, 0.7)",colorTextHighlight:"#F8DF8B"},Tag:{defaultBg:"#19191C",defaultColor:"rgba(255, 255, 255, 0.85)",solidTextColor:"#FFFFFF"},Timeline:{dotBorderWidth:2,itemPaddingBottom:20,tailColor:"#474747",tailWidth:2},Tooltip:{zIndexPopup:1070},Tour:{closeBtnSize:0,primaryNextBtnHoverBg:"#171717",primaryPrevBtnBg:"rgba(0, 0, 0, 0.15)",zIndexPopup:1070},Tree:{directoryNodeSelectedBg:"#FFE7CB",directoryNodeSelectedColor:"#FFFFFF",indentSize:24,nodeHoverBg:"rgba(255, 231, 203, 0.15)",nodeHoverColor:"rgba(255, 255, 255, 0.85)",nodeSelectedBg:"#2A1B0F",nodeSelectedColor:"rgba(255, 255, 255, 0.85)",titleHeight:24},Alert:{defaultPadding:"8px 12px",withDescriptionIconSize:24,withDescriptionPadding:"20px 24px"},Drawer:{draggerSize:4,footerPaddingBlock:8,footerPaddingInline:16,zIndexPopup:1e3},Message:{contentBg:"#2E2E2E",contentPadding:"9px 12px",zIndexPopup:2010},Modal:{contentBg:"#262626",contentBgBorder:"rgba(255, 255, 255, 0.08)",footerBg:"rgba(0, 0, 0, 0)",headerBg:"#262626",titleColor:"rgba(255, 255, 255, 0.85)",titleFontSize:16,titleLineHeight:1.5},Notification:{colorErrorBg:"rgba(0, 0, 0, 0)",colorInfoBg:"rgba(0, 0, 0, 0)",colorSuccessBg:"rgba(0, 0, 0, 0)",colorWarningBg:"rgba(0, 0, 0, 0)",width:384,zIndexPopup:2050},Progress:{"circleTextFontSize 2":"1.1666666666666667em",circleTextColor:"rgba(255, 255, 255, 0.85)",circleTextFontSize:"1em",defaultColor:"#FFE7CB",lineBorderRadius:100,remainingColor:"rgba(255, 255, 255, 0.12)"},Popconfirm:{zIndexPopup:1060},Result:{extraMargin:"24px 0 0 0",iconFontSize:72,subtitleFontSize:14,titleFontSize:24},Skeleton:{blockRadius:4,gradientFromColor:"rgba(255, 255, 255, 0.12)",gradientToColor:"rgba(255, 255, 255, 0.18)",paragraphLiHeight:16,paragraphMarginTop:28,titleHeight:28},Spin:{contentHeight:400,dotSize:20,dotSizeLG:32,dotSizeSM:14},Collapse:{borderlessContentBg:"rgba(0, 0, 0, 0)",borderlessContentPadding:"4px 16px 16px",contentBg:"#262626",contentPadding:"16px 16px",headerBg:"rgba(255, 255, 255, 0.04)",headerPadding:"12px 16px"}},custom:{responsive:{"Desktop SM":{device:1024,deviceMin:992,deviceMax:1199,hideOnDesktop:1,hideOnDesktopSM:0,hideOnTablet:1,hideOnMobile:1,onlyDesktop:0,onlyDesktopSM:1,onlyTablet:0,onlyMobile:0,gutter:16,pageOffset:24},Desktop:{device:1440,deviceMin:1200,deviceMax:1599,hideOnDesktop:0,hideOnDesktopSM:1,hideOnTablet:1,hideOnMobile:1,onlyDesktop:1,onlyDesktopSM:0,onlyTablet:0,onlyMobile:0,gutter:16,pageOffset:24},Mobile:{device:480,deviceMin:320,deviceMax:767,hideOnDesktop:1,hideOnDesktopSM:1,hideOnTablet:1,hideOnMobile:0,onlyDesktop:0,onlyDesktopSM:0,onlyTablet:0,onlyMobile:1,gutter:8,pageOffset:16},Tablet:{device:768,deviceMin:768,deviceMax:991,hideOnDesktop:1,hideOnDesktopSM:1,hideOnTablet:0,hideOnMobile:1,onlyDesktop:0,onlyDesktopSM:0,onlyTablet:1,onlyMobile:0,gutter:12,pageOffset:16}}},meta:{mode:"Dark",sourceFiles:["colors/Dark.tokens.json","seed/Dark.tokens.json","map/Dark.tokens.json","alias/Dark.tokens.json","static/Dark.tokens.json","components/Dark.tokens.json","responsive/Desktop SM.tokens.json","responsive/Desktop.tokens.json","responsive/Mobile.tokens.json","responsive/Tablet.tokens.json"],sourceLeafCount:1302,tokenCount:589,componentCount:56,customGroups:["responsive"],unresolvedAliasCount:0,unresolvedAliases:[]}},$={token:{red1:"#FFF1F0",red2:"#FFCCC7",red3:"#FFA39E",red4:"#FF7875",red5:"#FF4D4F",red6:"#F5222D",red7:"#CF1322",red8:"#A8071A",red9:"#820014",red10:"#5C0011",volcano1:"#FFF2E8",volcano2:"#FFD8BF",volcano3:"#FFBB96",volcano4:"#FF9C6E",volcano5:"#FF7A45",volcano6:"#FA541C",volcano7:"#D4380D",volcano8:"#AD2102",volcano9:"#871400",volcano10:"#610B00",orange1:"#FFF7E6",orange2:"#FFE7BA",orange3:"#FFD591",orange4:"#FFC069",orange5:"#FFA940",orange6:"#FA8C16",orange7:"#D46B08",orange8:"#AD4E00",orange9:"#873800",orange10:"#612500",gold1:"#FFFFFF",gold2:"#FFFFFF",gold3:"#FFFFFF",gold4:"#FFFFFF",gold5:"#FFFFFF",gold6:"#FFFFFF",gold7:"#FFFFFF",gold8:"#FFFFFF",gold9:"#FFFFFF",gold10:"#FFFFFF",yellow1:"#FEFFE6",yellow2:"#FFFFB8",yellow3:"#FFFB8F",yellow4:"#FFF566",yellow5:"#FFEC3D",yellow6:"#FADB14",yellow7:"#D4B106",yellow8:"#AD8B00",yellow9:"#876800",yellow10:"#614700",lime1:"#FCFFE6",lime2:"#F4FFB8",lime3:"#EAFF8F",lime4:"#D3F261",lime5:"#BAE637",lime6:"#A0D911",lime7:"#7CB305",lime8:"#5B8C00",lime9:"#3F6600",lime10:"#254000",green1:"#F6FFED",green2:"#D9F7BE",green3:"#B7EB8F",green4:"#95DE64",green5:"#73D13D",green6:"#52C41A",green7:"#389E0D",green8:"#237804",green9:"#135200",green10:"#092B00",cyan1:"#E6FFFB",cyan2:"#B5F5EC",cyan3:"#87E8DE",cyan4:"#5CDBD3",cyan5:"#36CFC9",cyan6:"#13C2C2",cyan7:"#08979C",cyan8:"#006D75",cyan9:"#00474F",cyan10:"#002329","guozhi blue1":"#DBE9FE","guozhi blue2":"#BFDBFE","guozhi blue3":"#92C5FD","guozhi blue4":"#4D93F8","guozhi blue5":"#3272F1","guozhi blue6":"#245EE6","guozhi blue7":"#1C4ED8","guozhi blue8":"#1D43B8","guozhi blue9":"#1E3C99","guozhi blue10":"#172554","galaxy blue1":"#E9EFFD","galaxy blue2":"#C8D9FA","galaxy blue3":"#A8C1F8","galaxy blue4":"#92B1F5","galaxy blue5":"#6C99F8","galaxy blue6":"#5182EE","galaxy blue7":"#3B73ED","galaxy blue8":"#1B56D5","galaxy blue9":"#113FA1","galaxy blue10":"#0F2C6B",purple1:"#F9F0FF",purple2:"#EFDBFF",purple3:"#D3ADF7",purple4:"#B37FEB",purple5:"#9254DE",purple6:"#722ED1",purple7:"#531DAB",purple8:"#391085",purple9:"#22075E",purple10:"#120338",magenta1:"#FFF0F6",magenta2:"#FFD6E7",magenta3:"#FFADD2",magenta4:"#FF85C0",magenta5:"#F759AB",magenta6:"#EB2F96",magenta7:"#C41D7F",magenta8:"#9E1068",magenta9:"#780650",magenta10:"#520339",gray1:"#FFFFFF",gray2:"#FAFAFA",gray3:"#F5F5F5",gray4:"#F0F0F0",gray5:"#D9D9D9",gray6:"#BFBFBF",gray7:"#8C8C8C",gray8:"#595959",gray9:"#434343",gray10:"#262626",colorPrimary:"#245EE6",colorSuccess:"#52C41A",colorWarning:"#FAAD14",colorError:"#FF4D4F",colorInfo:"#245EE6",colorTextBase:"#000000",colorBgBase:"#FFFFFF",sizeUnit:4,sizeStep:4,sizePopupArrow:16,controlHeight:32,opacityImage:100,fontFamily:"Source Han Sans CN VF",fontFamilyCode:"SFMono-Regular",fontSize:14,lineWidth:1,borderRadius:4,zIndexPopupBase:1e3,lineType:"solid",motion:1,motionBase:0,motionEaseInBack:"cubic-bezier(0.71, -0.46, 0.88, 0.6)",motionEaseInOut:"cubic-bezier(0.645, 0.045, 0.355, 1)",motionEaseInOutCirc:"cubic-bezier(0.78, 0.14, 0.15, 0.86)",motionEaseInQuint:"cubic-bezier(0.755, 0.05, 0.855, 0.06)",motionEaseOut:"cubic-bezier(0.215, 0.61, 0.355, 1)",motionEaseOutBack:"cubic-bezier(0.12, 0.4, 0.29, 1.46)",motionEaseOutCirc:"cubic-bezier(0.08, 0.82, 0.17, 1)",motionEaseOutQuint:"cubic-bezier(0.23, 1, 0.32, 1)",motionUnit:.10000000149011612,wireframe:!1,colorPrimaryGradientStart:"#FFFFFF",colorPrimaryGradientEnd:"#FFFFFF",colorPrimaryBg:"#DBE9FE",colorPrimaryBgHover:"#BFDBFE",colorPrimaryBorder:"#92C5FD",colorPrimaryBorderHover:"#4D93F8",colorPrimaryHover:"#3272F1",colorPrimaryBase:"#245EE6",colorPrimaryActive:"#1C4ED8",colorPrimaryTextHover:"#3272F1",colorPrimaryText:"#245EE6",colorPrimaryTextActive:"#1C4ED8",colorSuccessBg:"#F6FFED",colorSuccessBgHover:"#D9F7BE",colorSuccessBorder:"#B7EB8F",colorSuccessBorderHover:"#95DE64",colorSuccessHover:"#95DE64",colorSuccessBase:"#52C41A",colorSuccessActive:"#389E0D",colorSuccessTextHover:"#73D13D",colorSuccessText:"#52C41A",colorSuccessTextActive:"#389E0D",colorWarningBg:"#FFFFFF",colorWarningBgHover:"#FFFFFF",colorWarningBorder:"#FFFFFF",colorWarningBorderHover:"#FFFFFF",colorWarningHover:"#FFFFFF",colorWarningBase:"#FAAD14",colorWarningActive:"#FFFFFF",colorWarningTextHover:"#FFFFFF",colorWarningText:"#FFFFFF",colorWarningTextActive:"#FFFFFF",colorErrorBg:"#FFF2F0",colorErrorBgHover:"#FFF1F0",colorErrorBorder:"#FFCCC7",colorErrorBorderHover:"#FFA39E",colorErrorHover:"#FF7875",colorErrorBase:"#FF4D4F",colorErrorActive:"#D9363E",colorErrorTextHover:"#FF7875",colorErrorText:"#FF4D4F",colorErrorTextActive:"#D9363E",colorInfoBg:"#DBE9FE",colorInfoBgHover:"#BFDBFE",colorInfoBorder:"#92C5FD",colorInfoBorderHover:"#4D93F8",colorInfoHover:"#3272F1",colorInfoBase:"#245EE6",colorInfoActive:"#1C4ED8",colorInfoTextHover:"#3272F1",colorInfoText:"#245EE6",colorInfoTextActive:"#1C4ED8",colorText:"rgba(0, 0, 0, 0.88)",colorTextSecondary:"rgba(0, 0, 0, 0.65)",colorTextTertiary:"rgba(0, 0, 0, 0.45)",colorTextQuaternary:"rgba(0, 0, 0, 0.25)",colorBorder:"#D9D9D9",colorBorderSecondary:"#F0F0F0",colorFill:"rgba(0, 0, 0, 0.15)",colorFillSecondary:"rgba(0, 0, 0, 0.06)",colorFillTertiary:"rgba(0, 0, 0, 0.04)",colorFillQuaternary:"rgba(0, 0, 0, 0.02)",colorBgLayout:"#F5F5F5",colorBgContainer:"#FFFFFF",colorBgContainerBorder:"rgba(0, 0, 0, 0.08)",colorBgElevated:"#FFFFFF",colorBgSpotlight:"rgba(0, 0, 0, 0.85)",colorBgMask:"rgba(0, 0, 0, 0.5)",sizeXXL:48,sizeXL:32,sizeLG:24,sizeMD:20,sizeMS:16,size:16,sizeSM:12,sizeXS:8,sizeXXS:4,controlHeightLG:40,controlHeightSM:24,controlHeightXS:16,borderRadiusXS:2,borderRadiusSM:4,borderRadiusM:6,borderRadiusLG:8,borderRadiusXL:12,borderRadiusXXL:16,borderRadiusOuter:4,colorWhite:"#FFFFFF",colorBlack:"#000000",fontSizeXL:20,fontSizeLG:16,fontSizeSM:12,fontSizeXS:11,fontSizeXXS:10,fontSizeHeading1:38,fontSizeHeading2:30,fontSizeHeading3:24,fontSizeHeading4:20,fontSizeHeading5:16,lineHeight:1.5709999799728394,lineHeightLG:1.5,lineHeightSM:1.6666666269302368,lineHeightHeading1:1.2109999656677246,lineHeightHeading2:1.2669999599456787,lineHeightHeading3:1.3329999446868896,lineHeightHeading4:1.399999976158142,lineHeightHeading5:1.5,lineWidthBold:2,borderRadiusFull:9999,colorFillContrast:"rgba(0, 0, 0, 0.3)",colorBgBlur:"rgba(255, 255, 255, 0)",transparent:"rgba(0, 0, 0, 0)",colorBgSolid:"#000000",colorBgSolidHover:"rgba(0, 0, 0, 0.75)",colorBgSolidActive:"rgba(0, 0, 0, 0.95)",colorErrorBgFilledHover:"#FFDFDC",colorErrorBgActive:"#FFCCC7",colorLink:"#245EE6",colorSplit:"#EEEFF1",fontSizeIcon:12,controlInteractiveSize:16,paddingXL:32,paddingLG:24,paddingMD:20,padding:16,paddingSM:12,paddingXS:8,paddingXXS:4,marginXXL:48,marginXL:32,marginLG:24,marginMD:20,margin:16,marginSM:12,marginXS:8,marginXXS:4,controlPaddingHorizontal:12,controlPaddingHorizontalSM:8,paddingContentHorizontalLG:24,paddingContentVerticalLG:16,paddingContentHorizontal:16,paddingContentVertical:12,paddingContentHorizontalSM:16,paddingContentVerticalSM:8,colorLinkHover:"#4D93F8",colorLinkActive:"#1C4ED8",colorBgControlItemHover:"rgba(56, 115, 255, 0.15)",colorFillContent:"rgba(0, 0, 0, 0.06)",colorFillContentHover:"rgba(0, 0, 0, 0.15)",colorFillAlter:"rgba(0, 0, 0, 0.02)",colorBgContainerDisabled:"rgba(0, 0, 0, 0.04)",colorBorderBg:"#FFFFFF",colorTextPlaceholder:"rgba(0, 0, 0, 0.25)",colorTextDisabled:"rgba(0, 0, 0, 0.25)",colorTextHeading:"rgba(0, 0, 0, 0.88)",colorTextLabel:"rgba(0, 0, 0, 0.65)",colorTextDescription:"rgba(0, 0, 0, 0.45)",colorTextLightSolid:"#FFFFFF",colorHighlight:"#FFA39E",colorBgTextHover:"rgba(0, 0, 0, 0.06)",colorBgTextActive:"rgba(0, 0, 0, 0.15)",colorIcon:"rgba(0, 0, 0, 0.45)",colorIconHover:"rgba(0, 0, 0, 0.88)",colorErrorOutline:"rgba(255, 77, 79, 0.1)",colorWarningOutline:"rgba(250, 173, 20, 0.1)",colorBgField:"#F7F7F7",controlItemBgHover:"rgba(56, 115, 255, 0.15)",controlItemBgActive:"#DBE9FE",controlItemBgActiveHover:"#BFDBFE",controlItemBgActiveDisabled:"rgba(0, 0, 0, 0.15)",controlTmpOutline:"rgba(0, 0, 0, 0.02)",controlOutline:"rgba(5, 145, 255, 0.1)",controlOutlineWidth:2,opacityLoading:65,screenXS:320,screenSM:576,screenMD:768,screenLG:992,screenXL:1200,screenXXL:1600,screenXSMin:320,screenXSMax:575,screenSMMin:576,screenSMMax:767,screenMDMin:768,screenMDMax:991,screenLGMin:992,screenLGMax:1199,screenXLMin:1200,screenXLMax:1599,screenXXLMin:1600,lineWidthFocus:3,linkDecoration:"none",linkFocusDecoration:"none",linkHoverDecoration:"none",fontWeightMedium:500,fontWeightNormal:400,drawerWidth:378,drawerWidthMD:520,drawerWidthLG:736,colorTextOnPrimary:"#763800",colorTextOnPrimaryHover:"#763800",colorTextOnPrimaryActive:"#763800",fontStyleReqularItalic:"Reqular Italic",fontStyleSemiboldItalic:"Semibold Italic",fontStyleRegularItalic:"Regular Italic",fontStyleMediumItalic:"Medium Italic",layoutSidebarWidthMD:256,layoutSidebarWidthSm:180,layoutSidebarWidthLG:360,layoutSidebarCollapsedWidth:48,layoutColorBgSidebar:"#FBFBFB",layoutHeaderHeight:44,layoutFooterHeight:34,opacity0:0,opacity1:2,opacity2:4,opacity3:6,opacity4:8,opacity5:10,opacity6:12,opacity7:16,opacity8:20,opacity9:25,opacity10:30,opacity11:35,opacity12:40,opacity13:45,opacity14:50,opacity15:55,opacity16:60,opacity17:65,opacity18:70,opacity19:75,opacity20:80,opacity21:85,opacity22:90,opacity23:95,tooltipVerticalPadding:6,buttonPaddingHorizontal:15,buttonPaddingHorizontalSM:7,buttonIconOnlyFontSize:16,buttonIconOnlyFontSizeLG:18,buttonIconOnlyFontSizeSM:14,borderRadiusRound:16,borderRadiusRoundSM:12,borderRadiusRoundLG:20,buttonRoundPaddingHorizontal:16,buttonRoundPaddingHorizontalLG:20,buttonRoundPaddingHorizontalSM:12,tagPaddingHorizontal:7,tagIconSize:10,iconMarginInline:3,alertPaddingHorizontal:12,alertIconSizeLG:24,alertCloseIcon:12,alertIcon:14,messageContentHorizontal:9,messageIcon:16,switchHeight:22,switchHeightSM:16,switchPadding:2,switchPinSize:18,switchPinSizeActive:22,switchPinSizeSM:12,switchPinSizeSMActive:14,switchWidth:44,switchWidthSM:28,switchInnerMarginMin:9,switchInnerMarginMinSM:6,switchLoadingIconColor:"rgba(0, 0, 0, 0.65)",borderRadiusSwitch:100,borderRadiusMax:100,borderRadiusSwitchHandle:9,switchIconSizeSM:12,switchIconSize:14,iconSize:14,codeBg:"rgba(150, 150, 150, 0.1)",codeBorder:"rgba(100, 100, 100, 0.2)",keyboardBg:"rgba(150, 150, 150, 0.06)",keyboardBorder:"rgba(100, 100, 100, 0.2)",codeAndKeyboardHorizontalMargin:2,codeAndKeyboardHorizontalPadding:4,codeAndKeyboardTopPadding:2,codeKeyboardRadius:3,codeAndKeyboardBottomPadding:1,badgeShadowColor:"#FFFFFF",badgeShadowSize:1,badgeHeight:20,badgeHeightSM:14,badgeDotSize:6,badgeStatusSize:6,borderRadiusBadge:10,borderRadiusBadgeSM:7,spinDotSize:20,spinDotItemSize:6.75,spinDotItemSizeSM:4.5,spinDotItemSizeLG:11.25,spinDotSizeSM:14,spinDotSizeLG:32,notificationCloseButtonSize:22,notificationCloseIconSize:14,notificationNoticeIconSize:24,resultIconSize:72,resultVerticalPadding:48,resultContentHorizontalPadding:40,popConfirmIconSize:14,tourCloseSize:22,tourCoverVerticalPadding:46,tourIndicatorSize:6,tourMaskBg:"rgba(0, 0, 0, 0.5)",avatarFontSizeBase:18,avatarFontSizeSM:14,avatarFontSizeLG:24,emptyImgHeight:100,emptyImgHeightMD:40,emptyImgHeightSM:35,QRCodeMaskBackgroundColor:"rgba(255, 255, 255, 0.96)",QRCodeExpiredTextColor:"rgba(0, 0, 0, 0.88)",carouselDotWidth:16,carouselDotHeight:3,carouselDotWidthActive:24,carouselArrowSize:20,carouselDotOffset:12,carouselArrowOffset:25,modalHeaderHeight:56,modalCloseBtnSize:22,modalCloseIconSize:16,modalConfirmIconSize:22,modalCloseButtonPosition:17,drawerCloseIcon:24,segmentedPaddingHorizontal:11,segmentedPaddingHorizontalSM:7,segmentedPadding:2,segmentedLabelMinHeight:28,segmentedLabelMinHeightLG:36,segmentedLabelMinHeightSM:20,segmentedItemGap:6,segmentedIcon:14,segmentedIconLG:16,radioDotSize:6,radioDotPadding:4,radioButtonPaddingInline:15,radioButtonPaddingInlineSM:7,radioRadius:8,radioDotDisabledSize:8,radioButtonGroupPadding:1,radioButtonHeight:30,radioButtonHeightSM:22,radioButtonHeightLG:38,borderRadiusRadioButton:5,borderRadiusRadioButtonSM:3,borderRadiusRadioButtonLG:7,checkboxSize:16,checkboxIndeterminateSize:8,rateStarSize:20,timelineItemHeadSize:10,timelineItemPaddingBottom:20,itemTailHorizontalPadding:4,itemTailVerticalPadding:10,collapseExpandIconHeight:22,collapseExpandIconHeightLG:24,collapseExpandIconHeightSM:20,collapseExpandIconPaddingHorizontalStart:4,collapseExpandIconPaddingHorizontalStartSM:4,collapseExpandIconPaddingHorizontalStartLG:8,selectInputPaddingHorizontalBase:11,selectInputPaddingHorizontalSM:7,selectionItemPadding:18,selectionItemPaddingLG:20,selectionItemPaddingSM:18,selectTagItemEnd:4,selectDropdownItemVertical:5,selectDropdownItemGroupHorizontal:24,inputPaddingHorizontal:11,inputPaddingHorizontalSM:7,inputPaddingHorizontalLG:11,inputPaddingVertical:4,inputPaddingVerticalSM:0,inputPaddingVerticalLG:7,radiusNone:0,inputNumberHandleWidth:22,skeletonButtonWidth:64,skeletonInputWidth:160,skeletonButtonWidthLG:80,skeletonInputWidthLG:200,skeletonButtonWidthSM:48,skeletonInputWidthSM:120,colorPickerWidth:234,colorPickerHandlerSize:16,colorPickerHandlerSizeSM:12,colorPickerSliderHeight:8,colorPickerPreviewSize:28,paddingNone:0,colorPickerPresetColorSize:18,paginationItemPaddingInline:6,floatButtonBodyVerticalPadding:2,floatButtonBodyHorizontalPadding:4,floatButtonIconSize:18,marginNone:0,tabHorizontalSM:6,tabVerticalLG:6,tabCardGap:2,darkBtnTextHover:"rgba(255, 255, 255, 0.08)",darkBtnFilled:"rgba(255, 255, 255, 0.08)",darkBtnFilledHover:"rgba(255, 255, 255, 0.12)",tooltipVerticalPaddingSM:2,colorTextLightSolidPrimary:"rgba(0, 0, 0, 0.88)",emptyImage:"#DCE0E6",emptyImageLight:"#FFFFFF",emptyImageInnerShadow:"#AEB8C2",emptyImageShadow:"#F5F5F7","test-will-be-removed-in-the-next-update":"#FF0000"},components:{Button:{borderColorDisabled:"#D9D9D9",contentFontSize:14,contentFontSizeLG:14,contentFontSizeSM:14,contentLineHeight:1.5709999799728394,contentLineHeightLG:1.5,contentLineHeightSM:1.6666666269302368,dangerColor:"#FFFFFF",dangerShadow:"0 2px 0 rgba(255,38,5,0.06)",defaultActiveBg:"#FFFFFF",defaultActiveBorderColor:"#1C4ED8",defaultActiveColor:"#1C4ED8",defaultBg:"#FFFFFF",defaultBorderColor:"#D9D9D9",defaultColor:"rgba(0, 0, 0, 0.88)",defaultGhostBorderColor:"#FFFFFF",defaultGhostColor:"#FFFFFF",defaultHoverBg:"#FFFFFF",defaultHoverBorderColor:"#3272F1",defaultHoverColor:"#3272F1",defaultShadow:"0 2px 0 rgba(0,0,0,0.02)",fontWeight:400,ghostBg:"rgba(0, 0, 0, 0)",groupBorderColor:"#3272F1",iconGap:8,linkHoverBg:"rgba(0, 0, 0, 0)",onlyIconSize:14,onlyIconSizeLG:16,onlyIconSizeSM:12,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:15,paddingInlineLG:15,paddingInlineSM:7,primaryColor:"#763800",primaryShadow:"0 2px 0 rgba(5,145,255,0.1)",solidTextColor:"#FFFFFF",textHoverBg:"rgba(0, 0, 0, 0.04)",textTextActiveColor:"rgba(0, 0, 0, 0.88)",textTextColor:"rgba(0, 0, 0, 0.88)",textTextHoverColor:"rgba(0, 0, 0, 0.88)",dashedBgDisabled:"rgba(0, 0, 0, 0.04)",defaultBgDisabled:"rgba(0, 0, 0, 0.04)",primaryGradientStart:"#FFFFFF",primaryGradientEnd:"#FFFFFF",primaryGradientStartHover:"#FFFFFF",primaryGradientEndHover:"#FFFFFF",primaryGradientStartActive:"#FFFFFF",primaryGradientEndActive:"#FFFFFF",primaryColorHover:"#763800",primaryColorActive:"#763800",primaryText:"#763800",primaryTextHover:"#763800",primaryTextActive:"#763800"},Typography:{titleMarginBottom:0,titleMarginTop:0},Divider:{orientationMargin:.05000000074505806,textPaddingInline:14,verticalMarginInline:8},Layout:{bodyBg:"#F5F5F5",footerBg:"#F5F5F5",footerPadding:"24px 50px",headerBg:"#001529",headerColor:"rgba(0, 0, 0, 0.88)",headerHeight:64,headerPadding:"0 50px",lightSiderBg:"#FFFFFF",lightTriggerBg:"#FFFFFF",lightTriggerColor:"rgba(0, 0, 0, 0.88)",siderBg:"#001529",triggerBg:"#002140",triggerColor:"#FFFFFF",triggerHeight:48,zeroTriggerHeight:40,zeroTriggerWidth:40},Splitter:{splitBarDraggableSize:20,splitBarSize:2,splitTriggerSize:6},Anchor:{linkPaddingBlock:4,linkPaddingInlineStart:16},Breadcrumb:{iconFontSize:14,itemColor:"rgba(0, 0, 0, 0.45)",lastItemColor:"rgba(0, 0, 0, 0.88)",linkColor:"rgba(0, 0, 0, 0.45)",linkHoverColor:"rgba(0, 0, 0, 0.88)",separatorColor:"rgba(0, 0, 0, 0.45)",separatorMargin:8},Dropdown:{paddingBlock:5,zIndexPopup:1050},Menu:{activeBarBorderWidth:1,activeBarHeight:2,activeBarWidth:0,collapsedIconSize:16,collapsedWidth:80,dangerItemActiveBg:"#FFF2F0",dangerItemColor:"#FF4D4F",dangerItemHoverColor:"#FF4D4F",dangerItemSelectedBg:"#FFF2F0",dangerItemSelectedColor:"#FF4D4F",darkDangerItemActiveBg:"#FF4D4F",darkDangerItemColor:"#FF4D4F",darkDangerItemHoverColor:"#FF7875",darkDangerItemSelectedBg:"#FF4D4F",darkDangerItemSelectedColor:"#FFFFFF",darkGroupTitleColor:"rgba(255, 255, 255, 0.65)",darkItemBg:"#FFFFFF",darkItemColor:"rgba(255, 255, 255, 0.65)",darkItemDisabledColor:"rgba(255, 255, 255, 0.25)",darkItemHoverBg:"rgba(0, 0, 0, 0)",darkItemHoverColor:"#FFFFFF",darkItemSelectedBg:"#245EE6",darkItemSelectedColor:"#FFFFFF",darkPopupBg:"#001529",darkSubMenuItemBg:"#000C17",dropdownWidth:160,groupTitleColor:"rgba(0, 0, 0, 0.45)",groupTitleFontSize:14,groupTitleLineHeight:1.5714285373687744,horizontalItemBorderRadius:0,horizontalItemHoverBg:"rgba(0, 0, 0, 0)",horizontalItemHoverColor:"#245EE6",horizontalItemSelectedBg:"rgba(0, 0, 0, 0)",horizontalItemSelectedColor:"#245EE6",horizontalLineHeight:46,iconMarginInlineEnd:10,iconSize:14,itemActiveBg:"#DBE9FE",itemBg:"#FFFFFF",itemBorderRadius:8,itemColor:"rgba(0, 0, 0, 0.88)",itemDisabledColor:"rgba(0, 0, 0, 0.25)",itemHeight:40,itemHoverBg:"rgba(0, 0, 0, 0.06)",itemHoverColor:"rgba(0, 0, 0, 0.88)",itemMarginBlock:4,itemMarginInline:4,itemPaddingInline:16,itemSelectedBg:"#DBE9FE",itemSelectedColor:"#245EE6",popupBg:"#FFFFFF",subMenuItemBg:"rgba(0, 0, 0, 0.02)",subMenuItemBorderRadius:4,subMenuItemSelectedColor:"#245EE6",zIndexPopup:1050},Pagination:{itemActiveBg:"#FFFFFF",itemActiveBgDisabled:"rgba(0, 0, 0, 0.15)",itemActiveColor:"#245EE6",itemActiveColorDisabled:"rgba(0, 0, 0, 0.25)",itemActiveColorHover:"#3272F1",itemBg:"#FFFFFF",itemInputBg:"#FFFFFF",itemLinkBg:"#FFFFFF",itemSize:32,itemSizeSM:24,miniOptionsSizeChangerTop:0},Steps:{customIconFontSize:24,customIconSize:24,customIconTop:24,dotCurrentSize:10,dotSize:8,iconFontSize:14,iconSize:32,iconSizeSM:24,iconTop:-.5,navArrowColor:"rgba(0, 0, 0, 0.25)",navContentMaxWidth:"unset",titleLineHeight:32},Tabs:{cardBg:"rgba(0, 0, 0, 0.02)",cardGutter:2,cardHeight:40,cardHeightLG:48,cardHeightSM:32,cardPadding:"8px 16px",cardPaddingLG:"11px 16px",cardPaddingSM:"4px 8px",horizontalItemGutter:32,horizontalItemMargin:" ",horizontalItemMarginRTL:" ",horizontalItemPadding:"12px 0",horizontalItemPaddingLG:"16px 0",horizontalItemPaddingSM:"8px 0",horizontalMargin:"0 0 16px 0",inkBarColor:"#245EE6",itemActiveColor:"#1C4ED8",itemColor:"rgba(0, 0, 0, 0.88)",itemHoverColor:"#3272F1",itemSelectedColor:"#245EE6",titleFontSize:14,titleFontSizeLG:16,titleFontSizeSM:12,verticalItemMargin:"16px 0 0 0",verticalItemPadding:"8px 24px",zIndexPopup:1050},AutoComplete:{activeBorderColor:"#245EE6",activeOutlineColor:"rgba(5, 145, 255, 0.1)",clearBg:"#F7F7F7",hoverBorderColor:"#3272F1",multipleItemBg:"rgba(0, 0, 0, 0.06)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(0, 0, 0, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(0, 0, 0, 0.04)",optionActiveBg:"rgba(56, 115, 255, 0.15)",optionFontSize:14,optionHeight:32,optionLineHeight:1.5714285373687744,optionPadding:"5px 12px",optionSelectedBg:"#DBE9FE",optionSelectedColor:"rgba(0, 0, 0, 0.88)",optionSelectedFontWeight:500,selectorBg:"#FFFFFF",showArrowPaddingInlineEnd:18,singleItemHeightLG:40,zIndexPopup:1050},Cascader:{controlItemWidth:111,controlWidth:184,dropdownHeight:180,menuPadding:4,optionPadding:"5px 12px",optionSelectedBg:"#DBE9FE",optionSelectedColor:"rgba(0, 0, 0, 0.88)",optionSelectedFontWeight:500},Input:{activeBg:"#F7F7F7",activeBorderColor:"#245EE6",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(0, 0, 0, 0.02)",errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#F7F7F7",hoverBorderColor:"#3272F1",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)"},DatePicker:{activeBg:"#F7F7F7",activeBorderColor:"#245EE6",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(0, 0, 0, 0.02)",cellActiveWithRangeBg:"#DBE9FE",cellBgDisabled:"rgba(0, 0, 0, 0.04)",cellHeight:24,cellHoverBg:"rgba(56, 115, 255, 0.15)",cellHoverWithRangeBg:"#CBE0FD",cellRangeBorderColor:"#82B4F9",cellWidth:36,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#F7F7F7",hoverBorderColor:"#3272F1",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,multipleItemBg:"rgba(0, 0, 0, 0.06)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(0, 0, 0, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(0, 0, 0, 0.04)",paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,presetsMaxWidth:200,presetsWidth:120,textHeight:40,timeCellHeight:28,timeColumnHeight:224,timeColumnWidth:56,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)",withoutTimeCellHeight:66,zIndexPopup:1050},Form:{inlineItemMarginBottom:0,itemMarginBottom:24,labelColonMarginInlineEnd:8,labelColonMarginInlineStart:2,labelColor:"rgba(0, 0, 0, 0.65)",labelFontSize:14,labelHeight:32,labelRequiredMarkColor:"#FF4D4F",verticalLabelMargin:0,verticalLabelPadding:"0 0 8px"},InputNumber:{activeBg:"#F7F7F7",activeBorderColor:"#245EE6",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(0, 0, 0, 0.02)",controlWidth:90,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",filledHandleBg:"#F0F0F0",handleActiveBg:"rgba(0, 0, 0, 0.02)",handleBg:"#F7F7F7",handleBorderColor:"#D9D9D9",handleFontSize:7,handleHoverColor:"#245EE6",handleVisible:"auto",handleWidth:22,hoverBg:"#F7F7F7",hoverBorderColor:"#3272F1",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)"},Mentions:{activeBg:"#F7F7F7",activeBorderColor:"#245EE6",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(0, 0, 0, 0.02)",controlItemWidth:100,dropdownHeight:250,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#F7F7F7",hoverBorderColor:"#3272F1",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)",zIndexPopup:1050},Radio:{buttonBg:"#F7F7F7",buttonCheckedBg:"#F7F7F7",buttonCheckedBgDisabled:"rgba(0, 0, 0, 0.15)",buttonCheckedColorDisabled:"rgba(0, 0, 0, 0.25)",buttonColor:"rgba(0, 0, 0, 0.88)",buttonPaddingInline:15,buttonSolidCheckedActiveBg:"#1C4ED8",buttonSolidCheckedBg:"#245EE6",buttonSolidCheckedColor:"#FFFFFF",buttonSolidCheckedHoverBg:"#3272F1",dotColorDisabled:"rgba(0, 0, 0, 0.25)",dotSize:8,radioSize:16,wrapperMarginInlineEnd:8},Rate:{starBg:"rgba(0, 0, 0, 0.06)",starColor:"#FADB14",starHoverScale:"scale(1.1)",starSize:20,starSizeLG:25,starSizeSM:15},Select:{activeBorderColor:"#245EE6",activeOutlineColor:"rgba(5, 145, 255, 0.1)",clearBg:"#F7F7F7",hoverBorderColor:"#3272F1",multipleItemBg:"rgba(0, 0, 0, 0.06)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(0, 0, 0, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(0, 0, 0, 0.04)",optionActiveBg:"rgba(56, 115, 255, 0.15)",optionFontSize:14,optionHeight:32,optionLineHeight:1.5714285373687744,optionPadding:"5px 12px",optionSelectedBg:"#DBE9FE",optionSelectedColor:"rgba(0, 0, 0, 0.88)",optionSelectedFontWeight:500,selectorBg:"#F7F7F7",showArrowPaddingInlineEnd:18,singleItemHeightLG:40,zIndexPopup:1050},Slider:{controlSize:10,dotActiveBorderColor:"#92C5FD",dotBorderColor:"#F0F0F0",dotSize:8,handleActiveColor:"#245EE6",handleActiveOutlineColor:"#BFDBFE",handleColor:"#92C5FD",handleColorDisabled:"#BFBFBF",handleLineWidth:2,handleLineWidthHover:2.5,handleSize:10,handleSizeHover:12,railBg:"rgba(0, 0, 0, 0.04)",railHoverBg:"rgba(0, 0, 0, 0.06)",railSize:4,trackBg:"#92C5FD",trackBgDisabled:"rgba(0, 0, 0, 0.04)",trackHoverBg:"#4D93F8"},Switch:{handleBg:"#FFFFFF",handleShadow:"0 2px 4px 0 rgba(0,35,11,0.2)",handleSize:18,handleSizeSM:12,innerMaxMargin:24,innerMaxMarginSM:18,innerMinMargin:9,innerMinMarginSM:6,trackHeight:22,trackHeightSM:16,trackMinWidth:44,trackMinWidthSM:28,trackPadding:2},TimePicker:{activeBg:"#F7F7F7",activeBorderColor:"#245EE6",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(0, 0, 0, 0.02)",cellActiveWithRangeBg:"#DBE9FE",cellBgDisabled:"rgba(0, 0, 0, 0.04)",cellHeight:24,cellHoverBg:"rgba(56, 115, 255, 0.15)",cellHoverWithRangeBg:"#CBE0FD",cellRangeBorderColor:"#82B4F9",cellWidth:36,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#F7F7F7",hoverBorderColor:"#3272F1",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,multipleItemBg:"rgba(0, 0, 0, 0.06)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(0, 0, 0, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(0, 0, 0, 0.04)",paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,presetsMaxWidth:200,presetsWidth:120,textHeight:40,timeCellHeight:28,timeColumnHeight:224,timeColumnWidth:56,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)",withoutTimeCellHeight:66,zIndexPopup:1050},Transfer:{headerHeight:40,itemHeight:32,itemPaddingBlock:5,listHeight:200,listWidth:180,listWidthLG:250},TreeSelect:{indentSize:24,nodeHoverBg:"rgba(56, 115, 255, 0.15)",nodeHoverColor:"rgba(0, 0, 0, 0.88)",nodeSelectedBg:"#DBE9FE",nodeSelectedColor:"rgba(0, 0, 0, 0.88)",titleHeight:24},Upload:{actionsColor:"rgba(0, 0, 0, 0.45)",pictureCardSize:102},Avatar:{containerSize:32,containerSizeLG:40,containerSizeSM:24,groupBorderColor:"#FFFFFF",groupOverlapping:-8,groupSpace:4,iconFontSize:18,iconFontSizeLG:24,iconFontSizeSM:14,textFontSize:14,textFontSizeLG:14,textFontSizeSM:14},Badge:{dotSize:6,indicatorHeight:20,indicatorHeightSM:14,indicatorZIndex:"auto",statusSize:6,textFontSize:12,textFontSizeSM:12,textFontWeight:400},Calendar:{fullBg:"#FFFFFF",fullPanelBg:"#FFFFFF",itemActiveBg:"#DBE9FE",miniContentHeight:256,monthControlWidth:70,yearControlWidth:80},Card:{actionsBg:"#FFFFFF",actionsLiMargin:"12px 0",bodyPadding:24,bodyPaddingSM:12,extraColor:"rgba(0, 0, 0, 0.88)",headerBg:"rgba(0, 0, 0, 0)",headerFontSize:16,headerFontSizeSM:14,headerHeight:56,headerHeightSM:38,headerPadding:24,headerPaddingSM:12,tabsMarginBottom:-17},Carousel:{arrowOffset:8,arrowSize:16,dotActiveWidth:24,dotGap:4,dotHeight:3,dotOffset:12,dotWidth:16},Descriptions:{colonMarginLeft:2,colonMarginRight:8,contentColor:"rgba(0, 0, 0, 0.88)",extraColor:"rgba(0, 0, 0, 0.88)",itemPaddingBottom:16,itemPaddingEnd:16,labelBg:"rgba(0, 0, 0, 0.02)",labelColor:"rgba(0, 0, 0, 0.45)",titleColor:"rgba(0, 0, 0, 0.88)",titleMarginBottom:20},Image:{previewOperationColor:"rgba(255, 255, 255, 0.65)",previewOperationColorDisabled:"rgba(255, 255, 255, 0.25)",previewOperationHoverColor:"rgba(255, 255, 255, 0.85)",previewOperationSize:18,zIndexPopup:1080},List:{avatarMarginRight:16,contentWidth:220,descriptionFontSize:14,emptyTextPadding:16,footerBg:"rgba(0, 0, 0, 0)",headerBg:"rgba(0, 0, 0, 0)",itemPadding:"12px 0",itemPaddingLG:"16px 24px",itemPaddingSM:"8px 16px",metaMarginBottom:16,titleMarginBottom:12},Popover:{titleMinWidth:177,zIndexPopup:1030},Segmented:{itemActiveBg:"rgba(0, 0, 0, 0.15)",itemColor:"rgba(0, 0, 0, 0.65)",itemHoverBg:"rgba(0, 0, 0, 0.06)",itemHoverColor:"rgba(0, 0, 0, 0.88)",itemSelectedBg:"#FFFFFF",itemSelectedColor:"rgba(0, 0, 0, 0.88)",trackBg:"#F7F7F7",trackPadding:2},Statistic:{contentFontSize:24,titleFontSize:14},Table:{bodySortBg:"#FAFAFA",borderColor:"#F0F0F0",cellFontSize:14,cellFontSizeMD:14,cellFontSizeSM:14,cellPaddingBlock:16,cellPaddingBlockMD:12,cellPaddingBlockSM:8,cellPaddingInline:16,cellPaddingInlineMD:8,cellPaddingInlineSM:8,expandIconBg:"#FFFFFF",filterDropdownBg:"#FFFFFF",filterDropdownMenuBg:"#FFFFFF",fixedHeaderSortActiveBg:"#F0F0F0",footerBg:"#FAFAFA",footerColor:"rgba(0, 0, 0, 0.88)",headerBg:"#FAFAFA",headerSubBg:"#F5F5F5",headerBorderRadius:8,headerColor:"rgba(0, 0, 0, 0.88)",headerFilterHoverBg:"rgba(0, 0, 0, 0.06)",headerSortActiveBg:"#F0F0F0",headerSortHoverBg:"#F0F0F0",headerTextColor:"rgba(0, 0, 0, 0.65)",headerSplitColor:"#F0F0F0",rowExpandedBg:"rgba(0, 0, 0, 0.02)",rowHoverBg:"#FAFAFA",rowSelectedBg:"#DBE9FE",rowSelectedHoverBg:"#BFDBFE",selectionColumnWidth:32,stickyScrollBarBg:"rgba(0, 0, 0, 0.25)",stickyScrollBarBorderRadius:100,scrollbar:"rgba(64, 64, 64, 0.15)",colorTextHighlight:"#FFFFFF"},Tag:{defaultBg:"#FAFAFA",defaultColor:"rgba(0, 0, 0, 0.88)",solidTextColor:"#FFFFFF"},Timeline:{dotBorderWidth:2,itemPaddingBottom:20,tailColor:"#EEEFF1",tailWidth:2},Tooltip:{zIndexPopup:1070},Tour:{closeBtnSize:0,primaryNextBtnHoverBg:"#F0F0F0",primaryPrevBtnBg:"rgba(255, 255, 255, 0.15)",zIndexPopup:1070},Tree:{directoryNodeSelectedBg:"#245EE6",directoryNodeSelectedColor:"#FFFFFF",indentSize:24,nodeHoverBg:"rgba(56, 115, 255, 0.15)",nodeHoverColor:"rgba(0, 0, 0, 0.88)",nodeSelectedBg:"#DBE9FE",nodeSelectedColor:"rgba(0, 0, 0, 0.88)",titleHeight:24},Alert:{defaultPadding:"8px 12px",withDescriptionIconSize:24,withDescriptionPadding:"20px 24px"},Drawer:{draggerSize:4,footerPaddingBlock:8,footerPaddingInline:16,zIndexPopup:1e3},Message:{contentBg:"#FFFFFF",contentPadding:"9px 12px",zIndexPopup:2010},Modal:{contentBg:"#FFFFFF",contentBgBorder:"rgba(0, 0, 0, 0.08)",footerBg:"rgba(0, 0, 0, 0)",headerBg:"#FFFFFF",titleColor:"rgba(0, 0, 0, 0.88)",titleFontSize:16,titleLineHeight:1.5},Notification:{colorErrorBg:"rgba(0, 0, 0, 0)",colorInfoBg:"rgba(0, 0, 0, 0)",colorSuccessBg:"rgba(0, 0, 0, 0)",colorWarningBg:"rgba(0, 0, 0, 0)",width:384,zIndexPopup:2050},Progress:{"circleTextFontSize 2":"1.1666666666666667em",circleTextColor:"rgba(0, 0, 0, 0.88)",circleTextFontSize:"1em",defaultColor:"#245EE6",lineBorderRadius:100,remainingColor:"rgba(0, 0, 0, 0.06)"},Popconfirm:{zIndexPopup:1060},Result:{extraMargin:"24px 0 0 0",iconFontSize:72,subtitleFontSize:14,titleFontSize:24},Skeleton:{blockRadius:4,gradientFromColor:"rgba(0, 0, 0, 0.06)",gradientToColor:"rgba(0, 0, 0, 0.15)",paragraphLiHeight:16,paragraphMarginTop:28,titleHeight:28},Spin:{contentHeight:400,dotSize:20,dotSizeLG:32,dotSizeSM:14},Collapse:{borderlessContentBg:"rgba(0, 0, 0, 0)",borderlessContentPadding:"4px 16px 16px",contentBg:"#FFFFFF",contentPadding:"16px 16px",headerBg:"rgba(0, 0, 0, 0.02)",headerPadding:"12px 16px"}},custom:{responsive:{"Desktop SM":{device:1024,deviceMin:992,deviceMax:1199,hideOnDesktop:1,hideOnDesktopSM:0,hideOnTablet:1,hideOnMobile:1,onlyDesktop:0,onlyDesktopSM:1,onlyTablet:0,onlyMobile:0,gutter:16,pageOffset:24},Desktop:{device:1440,deviceMin:1200,deviceMax:1599,hideOnDesktop:0,hideOnDesktopSM:1,hideOnTablet:1,hideOnMobile:1,onlyDesktop:1,onlyDesktopSM:0,onlyTablet:0,onlyMobile:0,gutter:16,pageOffset:24},Mobile:{device:480,deviceMin:320,deviceMax:767,hideOnDesktop:1,hideOnDesktopSM:1,hideOnTablet:1,hideOnMobile:0,onlyDesktop:0,onlyDesktopSM:0,onlyTablet:0,onlyMobile:1,gutter:8,pageOffset:16},Tablet:{device:768,deviceMin:768,deviceMax:991,hideOnDesktop:1,hideOnDesktopSM:1,hideOnTablet:0,hideOnMobile:1,onlyDesktop:0,onlyDesktopSM:0,onlyTablet:1,onlyMobile:0,gutter:12,pageOffset:16}}},meta:{mode:"Light",sourceFiles:["colors/Light.tokens.json","seed/Light.tokens.json","map/Light.tokens.json","alias/Light.tokens.json","static/Light.tokens.json","components/Light.tokens.json","responsive/Desktop SM.tokens.json","responsive/Desktop.tokens.json","responsive/Mobile.tokens.json","responsive/Tablet.tokens.json"],sourceLeafCount:1297,tokenCount:574,componentCount:56,customGroups:["responsive"],unresolvedAliasCount:0,unresolvedAliases:[]}},Vo={token:{0:0,1:2,2:4,3:6,4:8,5:10,6:12,7:16,8:20,9:25,10:30,11:35,12:40,13:45,14:50,15:55,16:60,17:65,18:70,19:75,20:80,21:85,22:90,23:95,red1:"#2A1215",red2:"#431418",red3:"#58181C",red4:"#791A1F",red5:"#A61D24",red6:"#D32029",red7:"#E84749",red8:"#F37370",red9:"#F89F9A",red10:"#FAC8C3",volcano1:"#2B1611",volcano2:"#441D12",volcano3:"#592716",volcano4:"#7C3118",volcano5:"#AA3E19",volcano6:"#D84A1B",volcano7:"#E87040",volcano8:"#F3956A",volcano9:"#F8B692",volcano10:"#FAD4BC",orange1:"#2B1D11",orange2:"#442A11",orange3:"#593815",orange4:"#7C4A15",orange5:"#AA6215",orange6:"#D87A16",orange7:"#E89A3C",orange8:"#F3B765",orange9:"#F8CF8D",orange10:"#FAE3B7",gold1:"#2B2111",gold2:"#443111",gold3:"#594214",gold4:"#7C5914",gold5:"#AA7714",gold6:"#D89614",gold7:"#E8B339",gold8:"#F3CC62",gold9:"#F8DF8B",gold10:"#FAEDB5",yellow1:"#2B2611",yellow2:"#443B11",yellow3:"#595014",yellow4:"#7C6E14",yellow5:"#AA9514",yellow6:"#D8BD14",yellow7:"#E8D639",yellow8:"#F3EA62",yellow9:"#F8F48B",yellow10:"#FAFAB5",lime1:"#1F2611",lime2:"#2E3C10",lime3:"#3E4F13",lime4:"#536D13",lime5:"#6F9412",lime6:"#8BBB11",lime7:"#A9D134",lime8:"#C9E75D",lime9:"#E4F88B",lime10:"#F0FAB5",green1:"#092B00",green2:"#135200",green3:"#237804",green4:"#389E0D",green5:"#52C41A",green6:"#73D13D",green7:"#95DE64",green8:"#B7EB8F",green9:"#D9F7BE",green10:"#F6FFED",cyan1:"#112123",cyan2:"#113536",cyan3:"#144848",cyan4:"#146262",cyan5:"#138585",cyan6:"#13A8A8",cyan7:"#33BCB7",cyan8:"#58D1C9",cyan9:"#84E2D8",cyan10:"#B2F1E8","guozhi blue1":"#121728","guozhi blue2":"#14203F","guozhi blue3":"#192A53","guozhi blue4":"#1E3B80","guozhi blue5":"#2758CC","guozhi blue6":"#3873FF","guozhi blue7":"#538CFF","guozhi blue8":"#7BABFF","guozhi blue9":"#A3C9FF","guozhi blue10":"#CCE2FF","galaxy blue1":"#151A29","galaxy blue2":"#192441","galaxy blue3":"#203155","galaxy blue4":"#263F76","galaxy blue5":"#2D52A1","galaxy blue6":"#3565CC","galaxy blue7":"#5E8DE3","galaxy blue8":"#8BB3F3","galaxy blue9":"#B5D1F8","galaxy blue10":"#DFECFA",purple1:"#1A1325",purple2:"#24163A",purple3:"#301C4D",purple4:"#3E2069",purple5:"#51258F",purple6:"#642AB5",purple7:"#854ECA",purple8:"#AB7AE0",purple9:"#CDA8F0",purple10:"#EBD7FA",magenta1:"#291321",magenta2:"#40162F",magenta3:"#551C3B",magenta4:"#75204F",magenta5:"#A02669",magenta6:"#CB2B83",magenta7:"#E0529C",magenta8:"#F37FB7",magenta9:"#F8A8CC",magenta10:"#FAD2E3",gray1:"#FFFFFF",gray2:"#FAFAFA",gray3:"#F5F5F5",gray4:"#F0F0F0",gray5:"#D9D9D9",gray6:"#BFBFBF",gray7:"#8C8C8C",gray8:"#595959",gray9:"#434343",gray10:"#262626",colorPrimary:"#2c6bff",colorSuccess:"#73D13D",colorWarning:"#D89614",colorError:"#DC4446",colorInfo:"#2F83DC",colorTextBase:"#FFFFFF",colorBgBase:"#000000",sizeUnit:4,sizeStep:4,sizePopupArrow:16,controlHeight:32,opacityImage:100,fontFamily:"'Microsoft YaHei', '微软雅黑', 'PingFang SC', 'custom-pingfang', 'Noto Sans CJK SC', sans-serif",fontFamilyCode:"SFMono-Regular",fontSize:14,lineWidth:1,borderRadius:4,zIndexPopupBase:1e3,lineType:"solid",motion:1,motionBase:0,motionEaseInBack:"cubic-bezier(0.71, -0.46, 0.88, 0.6)",motionEaseInOut:"cubic-bezier(0.645, 0.045, 0.355, 1)",motionEaseInOutCirc:"cubic-bezier(0.78, 0.14, 0.15, 0.86)",motionEaseInQuint:"cubic-bezier(0.755, 0.05, 0.855, 0.06)",motionEaseOut:"cubic-bezier(0.215, 0.61, 0.355, 1)",motionEaseOutBack:"cubic-bezier(0.12, 0.4, 0.29, 1.46)",motionEaseOutCirc:"cubic-bezier(0.08, 0.82, 0.17, 1)",motionEaseOutQuint:"cubic-bezier(0.23, 1, 0.32, 1)",motionUnit:.10000000149011612,wireframe:!1,colorPrimaryBg:"#1b2e5b",colorPrimaryBgHover:"#1f3b7e",colorPrimaryBorder:"#1b2e5b",colorPrimaryBorderHover:"#1f3b7e",colorPrimaryHover:"#4e81e8",colorPrimaryBase:"#2c6bff",colorPrimaryActive:"#244dad",colorPrimaryTextHover:"#4e81e8",colorPrimaryText:"#2c6bff",colorPrimaryTextActive:"#244dad",colorSuccessBg:"#092B00",colorSuccessBgHover:"#135200",colorSuccessBorder:"#237804",colorSuccessBorderHover:"#389E0D",colorSuccessHover:"#389E0D",colorSuccessBase:"#73D13D",colorSuccessActive:"#95DE64",colorSuccessTextHover:"#52C41A",colorSuccessText:"#73D13D",colorSuccessTextActive:"#95DE64",colorWarningBg:"#2B2111",colorWarningBgHover:"#443111",colorWarningBorder:"#594214",colorWarningBorderHover:"#7C5914",colorWarningHover:"#7C5914",colorWarningBase:"#D89614",colorWarningActive:"#E8B339",colorWarningTextHover:"#AA7714",colorWarningText:"#D89614",colorWarningTextActive:"#E8B339",colorErrorBg:"#2C1618",colorErrorBgHover:"#451D1F",colorErrorBorder:"#5B2526",colorErrorBorderHover:"#7E2E2F",colorErrorHover:"#E86E6B",colorErrorBase:"#DC4446",colorErrorActive:"#AD393A",colorErrorTextHover:"#E86E6B",colorErrorText:"#DC4446",colorErrorTextActive:"#AD393A",colorInfoBg:"#141E2C",colorInfoBgHover:"#172C45",colorInfoBorder:"#1E3B5B",colorInfoBorderHover:"#224F7E",colorInfoHover:"#224F7E",colorInfoBase:"#2F83DC",colorInfoActive:"#2969AD",colorInfoTextHover:"#55A0E8",colorInfoText:"#2F83DC",colorInfoTextActive:"#2969AD",colorText:"rgba(255, 255, 255, 0.85)",colorTextSecondary:"rgba(255, 255, 255, 0.65)",colorTextTertiary:"rgba(255, 255, 255, 0.45)",colorTextQuaternary:"rgba(255, 255, 255, 0.25)",colorBorder:"#2E3137",colorBorderSecondary:"#282B31",colorFill:"rgba(255, 255, 255, 0.18)",colorFillSecondary:"rgba(255, 255, 255, 0.12)",colorFillTertiary:"rgba(255, 255, 255, 0.08)",colorFillQuaternary:"rgba(255, 255, 255, 0.04)",colorBgLayout:"#000000",colorBgContainer:"#151515",colorBgContainerBorder:"rgba(255, 255, 255, 0.08)",colorBgElevated:"#262626",colorBgSpotlight:"#424242",colorBgMask:"rgba(0, 0, 0, 0.5)",sizeXXL:48,sizeXL:32,sizeLG:24,sizeMD:20,sizeMS:16,size:16,sizeSM:12,sizeXS:8,sizeXXS:4,controlHeightLG:40,controlHeightSM:24,controlHeightXS:16,borderRadiusXS:2,borderRadiusSM:4,borderRadiusM:6,borderRadiusLG:8,borderRadiusXL:12,borderRadiusXXL:16,borderRadiusOuter:4,colorWhite:"#FFFFFF",colorBlack:"#000000",fontSizeXL:20,fontSizeLG:16,fontSizeSM:12,fontSizeXS:11,fontSizeXXS:10,fontSizeHeading1:38,fontSizeHeading2:30,fontSizeHeading3:24,fontSizeHeading4:20,fontSizeHeading5:16,lineHeight:1.5709999799728394,lineHeightLG:1.5,lineHeightSM:1.6666666269302368,lineHeightHeading1:1.2109999656677246,lineHeightHeading2:1.2669999599456787,lineHeightHeading3:1.3329999446868896,lineHeightHeading4:1.399999976158142,lineHeightHeading5:1.5,lineWidthBold:2,borderRadiusFull:9999,colorFillContrast:"rgba(0, 0, 0, 0.3)",colorBgBlur:"rgba(0, 0, 0, 0)",transparent:"rgba(0, 0, 0, 0)",colorBgSolid:"rgba(255, 255, 255, 0.95)",colorBgSolidHover:"#FFFFFF",colorBgSolidActive:"rgba(235, 235, 235, 0.9)",colorErrorBgFilledHover:"#441E1F",colorErrorBgActive:"#5B2526",colorLink:"#2c6bff",colorSplit:"rgba(255, 255, 255, 0.1)",fontSizeIcon:12,controlInteractiveSize:16,paddingXL:32,paddingLG:24,paddingMD:20,padding:16,paddingSM:12,paddingXS:8,paddingXXS:4,marginXXL:48,marginXL:32,marginLG:24,marginMD:20,margin:16,marginSM:12,marginXS:8,marginXXS:4,controlPaddingHorizontal:12,controlPaddingHorizontalSM:8,paddingContentHorizontalLG:24,paddingContentVerticalLG:16,paddingContentHorizontal:16,paddingContentVertical:12,paddingContentHorizontalSM:16,paddingContentVerticalSM:8,colorLinkHover:"#1E3B80",colorLinkActive:"#538CFF",colorFillContent:"rgba(255, 255, 255, 0.12)",colorFillContentHover:"rgba(255, 255, 255, 0.18)",colorFillAlter:"rgba(255, 255, 255, 0.04)",colorBgContainerDisabled:"rgba(255, 255, 255, 0.08)",colorBorderBg:"#151515",colorTextPlaceholder:"rgba(255, 255, 255, 0.25)",colorTextDisabled:"rgba(255, 255, 255, 0.25)",colorTextHeading:"rgba(255, 255, 255, 0.85)",colorTextLabel:"rgba(255, 255, 255, 0.65)",colorTextDescription:"rgba(255, 255, 255, 0.45)",colorTextLightSolid:"#FFFFFF",colorHighlight:"#7E2E2F",colorBgTextHover:"rgba(255, 255, 255, 0.12)",colorBgTextActive:"rgba(255, 255, 255, 0.18)",colorIcon:"rgba(255, 255, 255, 0.45)",colorIconHover:"rgba(255, 255, 255, 0.85)",colorErrorOutline:"rgba(255, 77, 79, 0.1)",colorWarningOutline:"rgba(250, 173, 20, 0.1)",controlItemBgHover:"rgba(255, 255, 255, 0.08)",controlItemBgActive:"#1b2e5b",controlItemBgActiveHover:"#1f3b7e",controlItemBgActiveDisabled:"rgba(255, 255, 255, 0.18)",controlTmpOutline:"rgba(255, 255, 255, 0.04)",controlOutline:"rgba(5, 145, 255, 0.1)",controlOutlineWidth:2,opacityLoading:65,screenXS:320,screenSM:576,screenMD:768,screenLG:992,screenXL:1200,screenXXL:1600,screenXSMin:320,screenXSMax:575,screenSMMin:576,screenSMMax:767,screenMDMin:768,screenMDMax:991,screenLGMin:992,screenLGMax:1199,screenXLMin:1200,screenXLMax:1599,screenXXLMin:1600,lineWidthFocus:3,linkDecoration:"none",linkFocusDecoration:"none",linkHoverDecoration:"none",fontWeightStrong:700,fontWeightNormal:400,drawerWidth:378,drawerWidthMD:520,drawerWidthLG:736,reqularItalic:"Reqular Italic",semiboldItalic:"Semibold Italic",regularItalic:"Regular Italic",mediumItalic:"Medium Italic",sidebarWidthMD:256,sidebarWidthSm:180,sidebarWidthLG:360,sidebarCollapsedWidth:48,colorBgSidebar:"#262626",headerHeight:44,footerHeight:33,tooltipVerticalPadding:6,buttonPaddingHorizontal:15,buttonPaddingHorizontalSM:7,buttonIconOnlyFontSize:16,buttonIconOnlyFontSizeLG:18,buttonIconOnlyFontSizeSM:14,borderRadiusRound:16,borderRadiusRoundSM:12,borderRadiusRoundLG:20,buttonRoundPaddingHorizontal:16,buttonRoundPaddingHorizontalLG:20,buttonRoundPaddingHorizontalSM:12,tagPaddingHorizontal:7,tagIconSize:10,iconMarginInline:3,alertPaddingHorizontal:12,alertIconSizeLG:24,alertCloseIcon:12,alertIcon:14,messageContentHorizontal:9,messageIcon:16,switchHeight:22,switchHeightSM:16,switchPadding:2,switchPinSize:18,switchPinSizeActive:22,switchPinSizeSM:12,switchPinSizeSMActive:14,switchWidth:44,switchWidthSM:28,switchInnerMarginMin:9,switchInnerMarginMinSM:6,switchLoadingIconColor:"rgba(0, 0, 0, 0.65)",borderRadiusSwitch:100,borderRadiusMax:100,borderRadiusSwitchHandle:9,switchIconSizeSM:12,switchIconSize:14,iconSize:14,codeBg:"rgba(150, 150, 150, 0.1)",codeBorder:"rgba(100, 100, 100, 0.2)",keyboardBg:"rgba(150, 150, 150, 0.06)",keyboardBorder:"rgba(100, 100, 100, 0.2)",codeAndKeyboardHorizontalMargin:2,codeAndKeyboardHorizontalPadding:4,codeAndKeyboardTopPadding:2,codeKeyboardRadius:3,codeAndKeyboardBottomPadding:1,badgeShadowColor:"#151515",badgeShadowSize:1,badgeHeight:20,badgeHeightSM:14,badgeDotSize:6,badgeStatusSize:6,borderRadiusBadge:10,borderRadiusBadgeSM:7,spinDotSize:20,spinDotItemSize:6.75,spinDotItemSizeSM:4.5,spinDotItemSizeLG:11.25,spinDotSizeSM:14,spinDotSizeLG:32,notificationCloseButtonSize:22,notificationCloseIconSize:14,notificationNoticeIconSize:24,resultIconSize:72,resultVerticalPadding:48,resultContentHorizontalPadding:40,popConfirmIconSize:14,tourCloseSize:22,tourCoverVerticalPadding:46,tourIndicatorSize:6,tourMaskBg:"rgba(0, 0, 0, 0.5)",avatarFontSizeBase:18,avatarFontSizeSM:14,avatarFontSizeLG:24,emptyImgHeight:100,emptyImgHeightMD:40,emptyImgHeightSM:35,QRCodeMaskBackgroundColor:"rgba(255, 255, 255, 0.96)",QRCodeExpiredTextColor:"rgba(0, 0, 0, 0.88)",carouselDotWidth:16,carouselDotHeight:3,carouselDotWidthActive:24,carouselArrowSize:20,carouselDotOffset:12,carouselArrowOffset:25,modalHeaderHeight:56,modalCloseBtnSize:22,modalCloseIconSize:16,modalConfirmIconSize:22,modalCloseButtonPosition:17,drawerCloseIcon:24,segmentedPaddingHorizontal:11,segmentedPaddingHorizontalSM:7,segmentedPadding:2,segmentedLabelMinHeight:28,segmentedLabelMinHeightLG:36,segmentedLabelMinHeightSM:20,segmentedItemGap:6,segmentedIcon:14,segmentedIconLG:16,radioDotSize:6,radioDotPadding:4,radioButtonPaddingInline:15,radioButtonPaddingInlineSM:7,radioRadius:8,radioDotDisabledSize:8,radioButtonGroupPadding:1,radioButtonHeight:30,radioButtonHeightSM:22,radioButtonHeightLG:38,borderRadiusRadioButton:5,borderRadiusRadioButtonSM:3,borderRadiusRadioButtonLG:7,checkboxSize:16,checkboxIndeterminateSize:8,rateStarSize:20,timelineItemHeadSize:10,timelineItemPaddingBottom:20,itemTailHorizontalPadding:4,itemTailVerticalPadding:10,collapseExpandIconHeight:22,collapseExpandIconHeightLG:24,collapseExpandIconHeightSM:20,collapseExpandIconPaddingHorizontalStart:4,collapseExpandIconPaddingHorizontalStartSM:4,collapseExpandIconPaddingHorizontalStartLG:8,selectInputPaddingHorizontalBase:11,selectInputPaddingHorizontalSM:7,selectionItemPadding:18,selectionItemPaddingLG:20,selectionItemPaddingSM:18,selectTagItemEnd:4,selectDropdownItemVertical:5,selectDropdownItemGroupHorizontal:24,inputPaddingHorizontal:11,inputPaddingHorizontalSM:7,inputPaddingHorizontalLG:11,inputPaddingVertical:4,inputPaddingVerticalSM:0,inputPaddingVerticalLG:7,radiusNone:0,inputNumberHandleWidth:22,skeletonButtonWidth:64,skeletonInputWidth:160,skeletonButtonWidthLG:80,skeletonInputWidthLG:200,skeletonButtonWidthSM:48,skeletonInputWidthSM:120,colorPickerWidth:234,colorPickerHandlerSize:16,colorPickerHandlerSizeSM:12,colorPickerSliderHeight:8,colorPickerPreviewSize:28,paddingNone:0,colorPickerPresetColorSize:18,paginationItemPaddingInline:6,floatButtonBodyVerticalPadding:2,floatButtonBodyHorizontalPadding:4,floatButtonIconSize:18,marginNone:0,tabHorizontalSM:6,tabVerticalLG:6,tabCardGap:2,darkBtnTextHover:"rgba(255, 255, 255, 0.08)",darkBtnFilled:"rgba(255, 255, 255, 0.08)",darkBtnFilledHover:"rgba(255, 255, 255, 0.12)",tooltipVerticalPaddingSM:2,colorTextLightSolidPrimary:"#FFFFFF",emptyImage:"#2F3237",emptyImageLight:"#414449",emptyImageInnerShadow:"#232529",emptyImageShadow:"#232529","test-will-be-removed-in-the-next-update":"#FFFFFF"},components:{Button:{borderColorDisabled:"#2E3137",contentFontSize:14,contentFontSizeLG:14,contentFontSizeSM:14,contentLineHeight:1.5709999799728394,contentLineHeightLG:1.5,contentLineHeightSM:1.6666666269302368,dangerColor:"#FFFFFF",dangerShadow:"0 2px 0 rgba(255,38,5,0.06)",defaultActiveBg:"#151515",defaultActiveBorderColor:"#244dad",defaultActiveColor:"#244dad",defaultBg:"#151515",defaultBorderColor:"#2E3137",defaultColor:"rgba(255, 255, 255, 0.85)",defaultGhostBorderColor:"#151515",defaultGhostColor:"#151515",defaultHoverBg:"#151515",defaultHoverBorderColor:"#4e81e8",defaultHoverColor:"#4e81e8",defaultShadow:"0 2px 0 rgba(0,0,0,0.02)",fontWeight:400,ghostBg:"rgba(0, 0, 0, 0)",groupBorderColor:"#4e81e8",iconGap:8,linkHoverBg:"rgba(0, 0, 0, 0)",onlyIconSize:14,onlyIconSizeLG:16,onlyIconSizeSM:12,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:15,paddingInlineLG:15,paddingInlineSM:7,primaryColor:"#FFFFFF",primaryShadow:"0 2px 0 rgba(5,145,255,0.1)",solidTextColor:"#000000",textHoverBg:"rgba(255, 255, 255, 0.08)",textTextActiveColor:"rgba(255, 255, 255, 0.85)",textTextColor:"rgba(255, 255, 255, 0.85)",textTextHoverColor:"rgba(255, 255, 255, 0.85)",dashedBgDisabled:"rgba(255, 255, 255, 0.08)",defaultBgDisabled:"rgba(255, 255, 255, 0.08)"},Typography:{titleMarginBottom:0,titleMarginTop:0},Divider:{orientationMargin:.05000000074505806,textPaddingInline:14,verticalMarginInline:8},Layout:{bodyBg:"#000000",footerBg:"#000000",footerPadding:"24px 50px",headerBg:"#001529",headerColor:"rgba(255, 255, 255, 0.85)",headerHeight:64,headerPadding:"0 50px",lightSiderBg:"#151515",lightTriggerBg:"#151515",lightTriggerColor:"rgba(255, 255, 255, 0.85)",siderBg:"#001529",triggerBg:"#002140",triggerColor:"#FFFFFF",triggerHeight:48,zeroTriggerHeight:40,zeroTriggerWidth:40},Splitter:{splitBarDraggableSize:20,splitBarSize:2,splitTriggerSize:6},Anchor:{linkPaddingBlock:4,linkPaddingInlineStart:16},Breadcrumb:{iconFontSize:14,itemColor:"rgba(255, 255, 255, 0.45)",lastItemColor:"rgba(255, 255, 255, 0.85)",linkColor:"rgba(255, 255, 255, 0.45)",linkHoverColor:"rgba(255, 255, 255, 0.85)",separatorColor:"rgba(255, 255, 255, 0.45)",separatorMargin:8},Dropdown:{paddingBlock:5,zIndexPopup:1050},Menu:{activeBarBorderWidth:1,activeBarHeight:2,activeBarWidth:0,collapsedIconSize:16,collapsedWidth:80,dangerItemActiveBg:"#2C1618",dangerItemColor:"#DC4446",dangerItemHoverColor:"#DC4446",dangerItemSelectedBg:"#2C1618",dangerItemSelectedColor:"#DC4446",darkDangerItemActiveBg:"#DC4446",darkDangerItemColor:"#DC4446",darkDangerItemHoverColor:"#E86E6B",darkDangerItemSelectedBg:"#DC4446",darkDangerItemSelectedColor:"#FFFFFF",darkGroupTitleColor:"rgba(255, 255, 255, 0.65)",darkItemBg:"#151515",darkItemColor:"rgba(255, 255, 255, 0.65)",darkItemDisabledColor:"rgba(255, 255, 255, 0.25)",darkItemHoverBg:"rgba(0, 0, 0, 0)",darkItemHoverColor:"#FFFFFF",darkItemSelectedBg:"#2c6bff",darkItemSelectedColor:"#FFFFFF",darkPopupBg:"#001529",darkSubMenuItemBg:"#000C17",dropdownWidth:160,groupTitleColor:"rgba(255, 255, 255, 0.45)",groupTitleFontSize:14,groupTitleLineHeight:1.5714285373687744,horizontalItemBorderRadius:0,horizontalItemHoverBg:"rgba(0, 0, 0, 0)",horizontalItemHoverColor:"#2c6bff",horizontalItemSelectedBg:"rgba(0, 0, 0, 0)",horizontalItemSelectedColor:"#2c6bff",horizontalLineHeight:46,iconMarginInlineEnd:10,iconSize:14,itemActiveBg:"#1b2e5b",itemBg:"#151515",itemBorderRadius:8,itemColor:"rgba(255, 255, 255, 0.85)",itemDisabledColor:"rgba(255, 255, 255, 0.25)",itemHeight:40,itemHoverBg:"rgba(255, 255, 255, 0.12)",itemHoverColor:"rgba(255, 255, 255, 0.85)",itemMarginBlock:4,itemMarginInline:4,itemPaddingInline:16,itemSelectedBg:"#1b2e5b",itemSelectedColor:"#2c6bff",popupBg:"#262626",subMenuItemBg:"rgba(255, 255, 255, 0.04)",subMenuItemBorderRadius:4,subMenuItemSelectedColor:"#2c6bff",zIndexPopup:1050},Pagination:{itemActiveBg:"#151515",itemActiveBgDisabled:"rgba(255, 255, 255, 0.18)",itemActiveColor:"#2c6bff",itemActiveColorDisabled:"rgba(255, 255, 255, 0.25)",itemActiveColorHover:"#4e81e8",itemBg:"#151515",itemInputBg:"#151515",itemLinkBg:"#151515",itemSize:32,itemSizeSM:24,miniOptionsSizeChangerTop:0},Steps:{customIconFontSize:24,customIconSize:24,customIconTop:24,dotCurrentSize:10,dotSize:8,iconFontSize:14,iconSize:32,iconSizeSM:24,iconTop:-.5,navArrowColor:"rgba(255, 255, 255, 0.25)",navContentMaxWidth:"unset",titleLineHeight:32},Tabs:{cardBg:"rgba(255, 255, 255, 0.04)",cardGutter:2,cardHeight:40,cardHeightLG:48,cardHeightSM:32,cardPadding:"8px 16px",cardPaddingLG:"11px 16px",cardPaddingSM:"4px 8px",horizontalItemGutter:32,horizontalItemMargin:" ",horizontalItemMarginRTL:" ",horizontalItemPadding:"12px 0",horizontalItemPaddingLG:"16px 0",horizontalItemPaddingSM:"8px 0",horizontalMargin:"0 0 16px 0",inkBarColor:"#2c6bff",itemActiveColor:"#244dad",itemColor:"rgba(255, 255, 255, 0.85)",itemHoverColor:"#4e81e8",itemSelectedColor:"#2c6bff",titleFontSize:14,titleFontSizeLG:16,titleFontSizeSM:12,verticalItemMargin:"16px 0 0 0",verticalItemPadding:"8px 24px",zIndexPopup:1050},AutoComplete:{activeBorderColor:"#2c6bff",activeOutlineColor:"rgba(5, 145, 255, 0.1)",clearBg:"#151515",hoverBorderColor:"#4e81e8",multipleItemBg:"rgba(255, 255, 255, 0.12)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(255, 255, 255, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(255, 255, 255, 0.08)",optionActiveBg:"rgba(255, 255, 255, 0.08)",optionFontSize:14,optionHeight:32,optionLineHeight:1.5700000524520874,optionPadding:"5px 12px",optionSelectedBg:"#1b2e5b",optionSelectedColor:"rgba(255, 255, 255, 0.85)",optionSelectedFontWeight:700,selectorBg:"#151515",showArrowPaddingInlineEnd:18,singleItemHeightLG:40,zIndexPopup:1050},Cascader:{controlItemWidth:111,controlWidth:184,dropdownHeight:180,menuPadding:4,optionPadding:"5px 12px",optionSelectedBg:"#1b2e5b",optionSelectedColor:"rgba(255, 255, 255, 0.85)",optionSelectedFontWeight:700},Input:{activeBg:"#151515",activeBorderColor:"#2c6bff",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(255, 255, 255, 0.04)",errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#151515",hoverBorderColor:"#4e81e8",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)"},DatePicker:{activeBg:"#151515",activeBorderColor:"#2c6bff",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(255, 255, 255, 0.04)",cellActiveWithRangeBg:"#1b2e5b",cellBgDisabled:"rgba(255, 255, 255, 0.08)",cellHeight:24,cellHoverBg:"rgba(255, 255, 255, 0.08)",cellHoverWithRangeBg:"#CBE0FD",cellRangeBorderColor:"#82B4F9",cellWidth:36,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#151515",hoverBorderColor:"#4e81e8",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,multipleItemBg:"rgba(255, 255, 255, 0.12)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(255, 255, 255, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(255, 255, 255, 0.08)",paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,presetsMaxWidth:200,presetsWidth:120,textHeight:40,timeCellHeight:28,timeColumnHeight:224,timeColumnWidth:56,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)",withoutTimeCellHeight:66,zIndexPopup:1050},Form:{inlineItemMarginBottom:0,itemMarginBottom:24,labelColonMarginInlineEnd:8,labelColonMarginInlineStart:2,labelColor:"rgba(255, 255, 255, 0.65)",labelFontSize:14,labelHeight:32,labelRequiredMarkColor:"#DC4446",verticalLabelMargin:0,verticalLabelPadding:"0 0 8px"},InputNumber:{activeBg:"#151515",activeBorderColor:"#2c6bff",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(255, 255, 255, 0.04)",controlWidth:90,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",filledHandleBg:"#F0F0F0",handleActiveBg:"rgba(255, 255, 255, 0.04)",handleBg:"#151515",handleBorderColor:"#2E3137",handleFontSize:7,handleHoverColor:"#2c6bff",handleVisible:"auto",handleWidth:22,hoverBg:"#151515",hoverBorderColor:"#4e81e8",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)"},Mentions:{activeBg:"#151515",activeBorderColor:"#2c6bff",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(255, 255, 255, 0.04)",controlItemWidth:100,dropdownHeight:250,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#151515",hoverBorderColor:"#4e81e8",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)",zIndexPopup:1050},Radio:{buttonBg:"#151515",buttonCheckedBg:"#151515",buttonCheckedBgDisabled:"rgba(255, 255, 255, 0.18)",buttonCheckedColorDisabled:"rgba(255, 255, 255, 0.25)",buttonColor:"rgba(255, 255, 255, 0.85)",buttonPaddingInline:15,buttonSolidCheckedActiveBg:"#244dad",buttonSolidCheckedBg:"#2c6bff",buttonSolidCheckedColor:"#FFFFFF",buttonSolidCheckedHoverBg:"#4e81e8",dotColorDisabled:"rgba(255, 255, 255, 0.25)",dotSize:8,radioSize:16,wrapperMarginInlineEnd:8},Rate:{starBg:"rgba(255, 255, 255, 0.12)",starColor:"#D8BD14",starHoverScale:"scale(1.1)",starSize:20,starSizeLG:25,starSizeSM:15},Select:{activeBorderColor:"#2c6bff",activeOutlineColor:"rgba(5, 145, 255, 0.1)",clearBg:"#151515",hoverBorderColor:"#4e81e8",multipleItemBg:"rgba(255, 255, 255, 0.12)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(255, 255, 255, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(255, 255, 255, 0.08)",optionActiveBg:"rgba(255, 255, 255, 0.08)",optionFontSize:14,optionHeight:32,optionLineHeight:1.5700000524520874,optionPadding:"5px 12px",optionSelectedBg:"#1b2e5b",optionSelectedColor:"rgba(255, 255, 255, 0.85)",optionSelectedFontWeight:700,selectorBg:"#151515",showArrowPaddingInlineEnd:18,singleItemHeightLG:40,zIndexPopup:1050},Slider:{controlSize:10,dotActiveBorderColor:"#1b2e5b",dotBorderColor:"#282B31",dotSize:8,handleActiveColor:"#2c6bff",handleActiveOutlineColor:"#1f3b7e",handleColor:"#1b2e5b",handleColorDisabled:"#414141",handleLineWidth:2,handleLineWidthHover:2.5,handleSize:10,handleSizeHover:12,railBg:"rgba(255, 255, 255, 0.08)",railHoverBg:"rgba(255, 255, 255, 0.12)",railSize:4,trackBg:"#1b2e5b",trackBgDisabled:"rgba(255, 255, 255, 0.08)",trackHoverBg:"#1f3b7e"},Switch:{handleBg:"#FFFFFF",handleShadow:"0 2px 4px 0 rgba(0,35,11,0.2)",handleSize:18,handleSizeSM:12,innerMaxMargin:24,innerMaxMarginSM:18,innerMinMargin:9,innerMinMarginSM:6,trackHeight:22,trackHeightSM:16,trackMinWidth:44,trackMinWidthSM:28,trackPadding:2},TimePicker:{activeBg:"#151515",activeBorderColor:"#2c6bff",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(255, 255, 255, 0.04)",cellActiveWithRangeBg:"#1b2e5b",cellBgDisabled:"rgba(255, 255, 255, 0.08)",cellHeight:24,cellHoverBg:"rgba(255, 255, 255, 0.08)",cellHoverWithRangeBg:"#CBE0FD",cellRangeBorderColor:"#82B4F9",cellWidth:36,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#151515",hoverBorderColor:"#4e81e8",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,multipleItemBg:"rgba(255, 255, 255, 0.12)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(255, 255, 255, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(255, 255, 255, 0.08)",paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,presetsMaxWidth:200,presetsWidth:120,textHeight:40,timeCellHeight:28,timeColumnHeight:224,timeColumnWidth:56,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)",withoutTimeCellHeight:66,zIndexPopup:1050},Transfer:{headerHeight:40,itemHeight:32,itemPaddingBlock:5,listHeight:200,listWidth:180,listWidthLG:250},TreeSelect:{indentSize:24,nodeHoverBg:"rgba(255, 255, 255, 0.08)",nodeHoverColor:"rgba(255, 255, 255, 0.85)",nodeSelectedBg:"#1b2e5b",nodeSelectedColor:"rgba(255, 255, 255, 0.85)",titleHeight:24},Upload:{actionsColor:"rgba(255, 255, 255, 0.45)",pictureCardSize:102},Avatar:{containerSize:32,containerSizeLG:40,containerSizeSM:24,groupBorderColor:"#151515",groupOverlapping:-8,groupSpace:4,iconFontSize:18,iconFontSizeLG:24,iconFontSizeSM:14,textFontSize:14,textFontSizeLG:14,textFontSizeSM:14},Badge:{dotSize:6,indicatorHeight:20,indicatorHeightSM:14,indicatorZIndex:"auto",statusSize:6,textFontSize:12,textFontSizeSM:12,textFontWeight:400},Calendar:{fullBg:"#151515",fullPanelBg:"#151515",itemActiveBg:"#1b2e5b",miniContentHeight:256,monthControlWidth:70,yearControlWidth:80},Card:{actionsBg:"#151515",actionsLiMargin:"12px 0",bodyPadding:24,bodyPaddingSM:12,extraColor:"rgba(255, 255, 255, 0.85)",headerBg:"rgba(0, 0, 0, 0)",headerFontSize:16,headerFontSizeSM:14,headerHeight:56,headerHeightSM:38,headerPadding:24,headerPaddingSM:12,tabsMarginBottom:-17},Carousel:{arrowOffset:8,arrowSize:16,dotActiveWidth:24,dotGap:4,dotHeight:3,dotOffset:12,dotWidth:16},Descriptions:{colonMarginLeft:2,colonMarginRight:8,contentColor:"rgba(255, 255, 255, 0.85)",extraColor:"rgba(255, 255, 255, 0.85)",itemPaddingBottom:16,itemPaddingEnd:16,labelBg:"rgba(255, 255, 255, 0.04)",labelColor:"rgba(255, 255, 255, 0.45)",titleColor:"rgba(255, 255, 255, 0.85)",titleMarginBottom:20},Image:{previewOperationColor:"rgba(255, 255, 255, 0.65)",previewOperationColorDisabled:"rgba(255, 255, 255, 0.25)",previewOperationHoverColor:"rgba(255, 255, 255, 0.85)",previewOperationSize:18,zIndexPopup:1080},List:{avatarMarginRight:16,contentWidth:220,descriptionFontSize:14,emptyTextPadding:16,footerBg:"rgba(0, 0, 0, 0)",headerBg:"rgba(0, 0, 0, 0)",itemPadding:"12px 0",itemPaddingLG:"16px 24px",itemPaddingSM:"8px 16px",metaMarginBottom:16,titleMarginBottom:12},Popover:{titleMinWidth:177,zIndexPopup:1030},Segmented:{itemActiveBg:"rgba(255, 255, 255, 0.18)",itemColor:"rgba(255, 255, 255, 0.65)",itemHoverBg:"rgba(255, 255, 255, 0.12)",itemHoverColor:"rgba(255, 255, 255, 0.85)",itemSelectedBg:"#262626",itemSelectedColor:"rgba(255, 255, 255, 0.85)",trackBg:"#000000",trackPadding:2},Statistic:{contentFontSize:24,titleFontSize:14},Table:{bodySortBg:"#FAFAFA",borderColor:"#282B31",cellFontSize:14,cellFontSizeMD:14,cellFontSizeSM:14,cellPaddingBlock:16,cellPaddingBlockMD:12,cellPaddingBlockSM:8,cellPaddingInline:16,cellPaddingInlineMD:8,cellPaddingInlineSM:8,expandIconBg:"#151515",filterDropdownBg:"#151515",filterDropdownMenuBg:"#151515",fixedHeaderSortActiveBg:"#1C1C1C",footerBg:"#0D0D0D",footerColor:"rgba(255, 255, 255, 0.85)",headerBg:"#333333",headerSubBg:"#1F1F1F",headerBorderRadius:8,headerColor:"rgba(255, 255, 255, 0.85)",headerFilterHoverBg:"rgba(255, 255, 255, 0.12)",headerSortActiveBg:"#1C1C1C",headerSortHoverBg:"#1C1C1C",headerTextColor:"rgba(255, 255, 255, 0.65)",headerSplitColor:"#444547",rowExpandedBg:"rgba(255, 255, 255, 0.04)",rowHoverBg:"#0D0D0D",rowSelectedBg:"#1b2e5b",rowSelectedHoverBg:"#1f3b7e",selectionColumnWidth:32,stickyScrollBarBg:"rgba(255, 255, 255, 0.25)",stickyScrollBarBorderRadius:100,scrollbar:"rgba(64, 64, 64, 0.7)",colorTextHighlight:"#F8DF8B"},Tag:{defaultBg:"#19191C",defaultColor:"rgba(255, 255, 255, 0.85)",solidTextColor:"#FFFFFF"},Timeline:{dotBorderWidth:2,itemPaddingBottom:20,tailColor:"rgba(255, 255, 255, 0.1)",tailWidth:2},Tooltip:{zIndexPopup:1070},Tour:{closeBtnSize:0,primaryNextBtnHoverBg:"#171717",primaryPrevBtnBg:"rgba(0, 0, 0, 0.15)",zIndexPopup:1070},Tree:{directoryNodeSelectedBg:"#2c6bff",directoryNodeSelectedColor:"#FFFFFF",indentSize:24,nodeHoverBg:"rgba(255, 255, 255, 0.08)",nodeHoverColor:"rgba(255, 255, 255, 0.85)",nodeSelectedBg:"#1b2e5b",nodeSelectedColor:"rgba(255, 255, 255, 0.85)",titleHeight:24},Alert:{defaultPadding:"8px 12px",withDescriptionIconSize:24,withDescriptionPadding:"20px 24px"},Drawer:{draggerSize:4,footerPaddingBlock:8,footerPaddingInline:16,zIndexPopup:1e3},Message:{contentBg:"#262626",contentPadding:"9px 12px",zIndexPopup:2010},Modal:{contentBg:"#262626",contentBgBorder:"rgba(255, 255, 255, 0.08)",footerBg:"rgba(0, 0, 0, 0)",headerBg:"#262626",titleColor:"rgba(255, 255, 255, 0.85)",titleFontSize:16,titleLineHeight:1.5},Notification:{colorErrorBg:"rgba(0, 0, 0, 0)",colorInfoBg:"rgba(0, 0, 0, 0)",colorSuccessBg:"rgba(0, 0, 0, 0)",colorWarningBg:"rgba(0, 0, 0, 0)",width:384,zIndexPopup:2050},Popconfirm:{zIndexPopup:1060},Progress:{"circleTextFontSize 2":"1.1666666666666667em",circleTextColor:"rgba(255, 255, 255, 0.85)",circleTextFontSize:"1em",defaultColor:"#2F83DC",lineBorderRadius:100,remainingColor:"rgba(255, 255, 255, 0.12)"},Result:{extraMargin:"24px 0 0 0",iconFontSize:72,subtitleFontSize:14,titleFontSize:24},Skeleton:{blockRadius:4,gradientFromColor:"rgba(255, 255, 255, 0.12)",gradientToColor:"rgba(255, 255, 255, 0.18)",paragraphLiHeight:16,paragraphMarginTop:28,titleHeight:28},Spin:{contentHeight:400,dotSize:20,dotSizeLG:32,dotSizeSM:14},Collapse:{borderlessContentBg:"rgba(0, 0, 0, 0)",borderlessContentPadding:"4px 16px 16px",contentBg:"#151515",contentPadding:"16px 16px",headerBg:"rgba(255, 255, 255, 0.04)",headerPadding:"12px 16px"}}},qo={token:{0:0,1:2,2:4,3:6,4:8,5:10,6:12,7:16,8:20,9:25,10:30,11:35,12:40,13:45,14:50,15:55,16:60,17:65,18:70,19:75,20:80,21:85,22:90,23:95,red1:"#FFF1F0",red2:"#FFCCC7",red3:"#FFA39E",red4:"#FF7875",red5:"#FF4D4F",red6:"#F5222D",red7:"#CF1322",red8:"#A8071A",red9:"#820014",red10:"#5C0011",volcano1:"#FFF2E8",volcano2:"#FFD8BF",volcano3:"#FFBB96",volcano4:"#FF9C6E",volcano5:"#FF7A45",volcano6:"#FA541C",volcano7:"#D4380D",volcano8:"#AD2102",volcano9:"#871400",volcano10:"#610B00",orange1:"#FFF7E6",orange2:"#FFE7BA",orange3:"#FFD591",orange4:"#FFC069",orange5:"#FFA940",orange6:"#FA8C16",orange7:"#D46B08",orange8:"#AD4E00",orange9:"#873800",orange10:"#612500",gold1:"#FFFBE6",gold2:"#FFF1B8",gold3:"#FFE58F",gold4:"#FFD666",gold5:"#FFC53D",gold6:"#FAAD14",gold7:"#D48806",gold8:"#AD6800",gold9:"#874D00",gold10:"#613400",yellow1:"#FEFFE6",yellow2:"#FFFFB8",yellow3:"#FFFB8F",yellow4:"#FFF566",yellow5:"#FFEC3D",yellow6:"#FADB14",yellow7:"#D4B106",yellow8:"#AD8B00",yellow9:"#876800",yellow10:"#614700",lime1:"#FCFFE6",lime2:"#F4FFB8",lime3:"#EAFF8F",lime4:"#D3F261",lime5:"#BAE637",lime6:"#A0D911",lime7:"#7CB305",lime8:"#5B8C00",lime9:"#3F6600",lime10:"#254000",green1:"#F6FFED",green2:"#D9F7BE",green3:"#B7EB8F",green4:"#95DE64",green5:"#73D13D",green6:"#52C41A",green7:"#389E0D",green8:"#237804",green9:"#135200",green10:"#092B00",cyan1:"#E6FFFB",cyan2:"#B5F5EC",cyan3:"#87E8DE",cyan4:"#5CDBD3",cyan5:"#36CFC9",cyan6:"#13C2C2",cyan7:"#08979C",cyan8:"#006D75",cyan9:"#00474F",cyan10:"#002329","guozhi blue1":"#DBE9FE","guozhi blue2":"#BFDBFE","guozhi blue3":"#92C5FD","guozhi blue4":"#4D93F8","guozhi blue5":"#3272F1","guozhi blue6":"#245EE6","guozhi blue7":"#1C4ED8","guozhi blue8":"#1D43B8","guozhi blue9":"#1E3C99","guozhi blue10":"#172554","galaxy blue1":"#E9EFFD","galaxy blue2":"#C8D9FA","galaxy blue3":"#A8C1F8","galaxy blue4":"#92B1F5","galaxy blue5":"#6C99F8","galaxy blue6":"#5182EE","galaxy blue7":"#3B73ED","galaxy blue8":"#1B56D5","galaxy blue9":"#113FA1","galaxy blue10":"#0F2C6B",purple1:"#F9F0FF",purple2:"#EFDBFF",purple3:"#D3ADF7",purple4:"#B37FEB",purple5:"#9254DE",purple6:"#722ED1",purple7:"#531DAB",purple8:"#391085",purple9:"#22075E",purple10:"#120338",magenta1:"#FFF0F6",magenta2:"#FFD6E7",magenta3:"#FFADD2",magenta4:"#FF85C0",magenta5:"#F759AB",magenta6:"#EB2F96",magenta7:"#C41D7F",magenta8:"#9E1068",magenta9:"#780650",magenta10:"#520339",gray1:"#FFFFFF",gray2:"#FAFAFA",gray3:"#F5F5F5",gray4:"#F0F0F0",gray5:"#D9D9D9",gray6:"#BFBFBF",gray7:"#8C8C8C",gray8:"#595959",gray9:"#434343",gray10:"#262626",colorPrimary:"#245EE6",colorSuccess:"#52C41A",colorWarning:"#FAAD14",colorError:"#FF4D4F",colorInfo:"#3496FF",colorTextBase:"#000000",colorBgBase:"#FFFFFF",sizeUnit:4,sizeStep:4,sizePopupArrow:16,controlHeight:32,opacityImage:100,fontFamily:"'Microsoft YaHei', '微软雅黑', 'PingFang SC', 'custom-pingfang', 'Noto Sans CJK SC', sans-serif",fontFamilyCode:"SFMono-Regular",fontSize:14,lineWidth:1,borderRadius:4,zIndexPopupBase:1e3,lineType:"solid",motion:1,motionBase:0,motionEaseInBack:"cubic-bezier(0.71, -0.46, 0.88, 0.6)",motionEaseInOut:"cubic-bezier(0.645, 0.045, 0.355, 1)",motionEaseInOutCirc:"cubic-bezier(0.78, 0.14, 0.15, 0.86)",motionEaseInQuint:"cubic-bezier(0.755, 0.05, 0.855, 0.06)",motionEaseOut:"cubic-bezier(0.215, 0.61, 0.355, 1)",motionEaseOutBack:"cubic-bezier(0.12, 0.4, 0.29, 1.46)",motionEaseOutCirc:"cubic-bezier(0.08, 0.82, 0.17, 1)",motionEaseOutQuint:"cubic-bezier(0.23, 1, 0.32, 1)",motionUnit:.10000000149011612,wireframe:!1,colorPrimaryBg:"#DBE9FE",colorPrimaryBgHover:"#BFDBFE",colorPrimaryBorder:"#92C5FD",colorPrimaryBorderHover:"#4D93F8",colorPrimaryHover:"#3272F1",colorPrimaryBase:"#245EE6",colorPrimaryActive:"#1C4ED8",colorPrimaryTextHover:"#3272F1",colorPrimaryText:"#245EE6",colorPrimaryTextActive:"#1C4ED8",colorSuccessBg:"#F6FFED",colorSuccessBgHover:"#D9F7BE",colorSuccessBorder:"#B7EB8F",colorSuccessBorderHover:"#95DE64",colorSuccessHover:"#95DE64",colorSuccessBase:"#52C41A",colorSuccessActive:"#389E0D",colorSuccessTextHover:"#73D13D",colorSuccessText:"#52C41A",colorSuccessTextActive:"#389E0D",colorWarningBg:"#FFFBE6",colorWarningBgHover:"#FFF1B8",colorWarningBorder:"#FFE58F",colorWarningBorderHover:"#FFD666",colorWarningHover:"#FFD666",colorWarningBase:"#FAAD14",colorWarningActive:"#D48806",colorWarningTextHover:"#FFC53D",colorWarningText:"#FAAD14",colorWarningTextActive:"#D48806",colorErrorBg:"#FFF2F0",colorErrorBgHover:"#FFF1F0",colorErrorBorder:"#FFCCC7",colorErrorBorderHover:"#FFA39E",colorErrorHover:"#FF7875",colorErrorBase:"#FF4D4F",colorErrorActive:"#D9363E",colorErrorTextHover:"#FF7875",colorErrorText:"#FF4D4F",colorErrorTextActive:"#D9363E",colorInfoBg:"#F0FAFF",colorInfoBgHover:"#D6EFFF",colorInfoBorder:"#ADDDFF",colorInfoBorderHover:"#85C8FF",colorInfoHover:"#85C8FF",colorInfoBase:"#3496FF",colorInfoActive:"#2173D9",colorInfoTextHover:"#5CB0FF",colorInfoText:"#3496FF",colorInfoTextActive:"#2173D9",colorText:"rgba(0, 0, 0, 0.88)",colorTextSecondary:"rgba(0, 0, 0, 0.65)",colorTextTertiary:"rgba(0, 0, 0, 0.45)",colorTextQuaternary:"rgba(0, 0, 0, 0.25)",colorBorder:"#D9D9D9",colorBorderSecondary:"#F0F0F0",colorFill:"rgba(0, 0, 0, 0.15)",colorFillSecondary:"rgba(0, 0, 0, 0.06)",colorFillTertiary:"rgba(0, 0, 0, 0.04)",colorFillQuaternary:"rgba(0, 0, 0, 0.02)",colorBgLayout:"#F5F5F5",colorBgContainer:"#FFFFFF",colorBgContainerBorder:"rgba(0, 0, 0, 0.08)",colorBgElevated:"#FFFFFF",colorBgSpotlight:"rgba(0, 0, 0, 0.85)",colorBgMask:"rgba(0, 0, 0, 0.5)",sizeXXL:48,sizeXL:32,sizeLG:24,sizeMD:20,sizeMS:16,size:16,sizeSM:12,sizeXS:8,sizeXXS:4,controlHeightLG:40,controlHeightSM:24,controlHeightXS:16,borderRadiusXS:2,borderRadiusSM:4,borderRadiusM:6,borderRadiusLG:8,borderRadiusXL:12,borderRadiusXXL:16,borderRadiusOuter:4,colorWhite:"#FFFFFF",colorBlack:"#000000",fontSizeXL:20,fontSizeLG:16,fontSizeSM:12,fontSizeXS:11,fontSizeXXS:10,fontSizeHeading1:38,fontSizeHeading2:30,fontSizeHeading3:24,fontSizeHeading4:20,fontSizeHeading5:16,lineHeight:1.5709999799728394,lineHeightLG:1.5,lineHeightSM:1.6666666269302368,lineHeightHeading1:1.2109999656677246,lineHeightHeading2:1.2669999599456787,lineHeightHeading3:1.3329999446868896,lineHeightHeading4:1.399999976158142,lineHeightHeading5:1.5,lineWidthBold:2,borderRadiusFull:9999,colorFillContrast:"rgba(0, 0, 0, 0.3)",colorBgBlur:"rgba(255, 255, 255, 0)",transparent:"rgba(0, 0, 0, 0)",colorBgSolid:"#000000",colorBgSolidHover:"rgba(0, 0, 0, 0.75)",colorBgSolidActive:"rgba(0, 0, 0, 0.95)",colorErrorBgFilledHover:"#FFDFDC",colorErrorBgActive:"#FFCCC7",colorLink:"#245EE6",colorSplit:"#EEEFF1",fontSizeIcon:12,controlInteractiveSize:16,paddingXL:32,paddingLG:24,paddingMD:20,padding:16,paddingSM:12,paddingXS:8,paddingXXS:4,marginXXL:48,marginXL:32,marginLG:24,marginMD:20,margin:16,marginSM:12,marginXS:8,marginXXS:4,controlPaddingHorizontal:12,controlPaddingHorizontalSM:8,paddingContentHorizontalLG:24,paddingContentVerticalLG:16,paddingContentHorizontal:16,paddingContentVertical:12,paddingContentHorizontalSM:16,paddingContentVerticalSM:8,colorLinkHover:"#4D93F8",colorLinkActive:"#1C4ED8",colorFillContent:"rgba(0, 0, 0, 0.06)",colorFillContentHover:"rgba(0, 0, 0, 0.15)",colorFillAlter:"rgba(0, 0, 0, 0.02)",colorBgContainerDisabled:"rgba(0, 0, 0, 0.04)",colorBorderBg:"#FFFFFF",colorTextPlaceholder:"rgba(0, 0, 0, 0.25)",colorTextDisabled:"rgba(0, 0, 0, 0.25)",colorTextHeading:"rgba(0, 0, 0, 0.88)",colorTextLabel:"rgba(0, 0, 0, 0.65)",colorTextDescription:"rgba(0, 0, 0, 0.45)",colorTextLightSolid:"#FFFFFF",colorHighlight:"#FFA39E",colorBgTextHover:"rgba(0, 0, 0, 0.06)",colorBgTextActive:"rgba(0, 0, 0, 0.15)",colorIcon:"rgba(0, 0, 0, 0.45)",colorIconHover:"rgba(0, 0, 0, 0.88)",colorErrorOutline:"rgba(255, 77, 79, 0.1)",colorWarningOutline:"rgba(250, 173, 20, 0.1)",controlItemBgHover:"rgba(0, 0, 0, 0.04)",controlItemBgActive:"#DBE9FE",controlItemBgActiveHover:"#BFDBFE",controlItemBgActiveDisabled:"rgba(0, 0, 0, 0.15)",controlTmpOutline:"rgba(0, 0, 0, 0.02)",controlOutline:"rgba(5, 145, 255, 0.1)",controlOutlineWidth:2,opacityLoading:65,screenXS:320,screenSM:576,screenMD:768,screenLG:992,screenXL:1200,screenXXL:1600,screenXSMin:320,screenXSMax:575,screenSMMin:576,screenSMMax:767,screenMDMin:768,screenMDMax:991,screenLGMin:992,screenLGMax:1199,screenXLMin:1200,screenXLMax:1599,screenXXLMin:1600,lineWidthFocus:3,linkDecoration:"none",linkFocusDecoration:"none",linkHoverDecoration:"none",fontWeightStrong:700,fontWeightNormal:400,drawerWidth:378,drawerWidthMD:520,drawerWidthLG:736,reqularItalic:"Reqular Italic",semiboldItalic:"Semibold Italic",regularItalic:"Regular Italic",mediumItalic:"Medium Italic",sidebarWidthMD:256,sidebarWidthSm:180,sidebarWidthLG:360,sidebarCollapsedWidth:48,colorBgSidebar:"#FBFBFB",headerHeight:44,footerHeight:34,tooltipVerticalPadding:6,buttonPaddingHorizontal:15,buttonPaddingHorizontalSM:7,buttonIconOnlyFontSize:16,buttonIconOnlyFontSizeLG:18,buttonIconOnlyFontSizeSM:14,borderRadiusRound:16,borderRadiusRoundSM:12,borderRadiusRoundLG:20,buttonRoundPaddingHorizontal:16,buttonRoundPaddingHorizontalLG:20,buttonRoundPaddingHorizontalSM:12,tagPaddingHorizontal:7,tagIconSize:10,iconMarginInline:3,alertPaddingHorizontal:12,alertIconSizeLG:24,alertCloseIcon:12,alertIcon:14,messageContentHorizontal:9,messageIcon:16,switchHeight:22,switchHeightSM:16,switchPadding:2,switchPinSize:18,switchPinSizeActive:22,switchPinSizeSM:12,switchPinSizeSMActive:14,switchWidth:44,switchWidthSM:28,switchInnerMarginMin:9,switchInnerMarginMinSM:6,switchLoadingIconColor:"rgba(0, 0, 0, 0.65)",borderRadiusSwitch:100,borderRadiusMax:100,borderRadiusSwitchHandle:9,switchIconSizeSM:12,switchIconSize:14,iconSize:14,codeBg:"rgba(150, 150, 150, 0.1)",codeBorder:"rgba(100, 100, 100, 0.2)",keyboardBg:"rgba(150, 150, 150, 0.06)",keyboardBorder:"rgba(100, 100, 100, 0.2)",codeAndKeyboardHorizontalMargin:2,codeAndKeyboardHorizontalPadding:4,codeAndKeyboardTopPadding:2,codeKeyboardRadius:3,codeAndKeyboardBottomPadding:1,badgeShadowColor:"#FFFFFF",badgeShadowSize:1,badgeHeight:20,badgeHeightSM:14,badgeDotSize:6,badgeStatusSize:6,borderRadiusBadge:10,borderRadiusBadgeSM:7,spinDotSize:20,spinDotItemSize:6.75,spinDotItemSizeSM:4.5,spinDotItemSizeLG:11.25,spinDotSizeSM:14,spinDotSizeLG:32,notificationCloseButtonSize:22,notificationCloseIconSize:14,notificationNoticeIconSize:24,resultIconSize:72,resultVerticalPadding:48,resultContentHorizontalPadding:40,popConfirmIconSize:14,tourCloseSize:22,tourCoverVerticalPadding:46,tourIndicatorSize:6,tourMaskBg:"rgba(0, 0, 0, 0.5)",avatarFontSizeBase:18,avatarFontSizeSM:14,avatarFontSizeLG:24,emptyImgHeight:100,emptyImgHeightMD:40,emptyImgHeightSM:35,QRCodeMaskBackgroundColor:"rgba(255, 255, 255, 0.96)",QRCodeExpiredTextColor:"rgba(0, 0, 0, 0.88)",carouselDotWidth:16,carouselDotHeight:3,carouselDotWidthActive:24,carouselArrowSize:20,carouselDotOffset:12,carouselArrowOffset:25,modalHeaderHeight:56,modalCloseBtnSize:22,modalCloseIconSize:16,modalConfirmIconSize:22,modalCloseButtonPosition:17,drawerCloseIcon:24,segmentedPaddingHorizontal:11,segmentedPaddingHorizontalSM:7,segmentedPadding:2,segmentedLabelMinHeight:28,segmentedLabelMinHeightLG:36,segmentedLabelMinHeightSM:20,segmentedItemGap:6,segmentedIcon:14,segmentedIconLG:16,radioDotSize:6,radioDotPadding:4,radioButtonPaddingInline:15,radioButtonPaddingInlineSM:7,radioRadius:8,radioDotDisabledSize:8,radioButtonGroupPadding:1,radioButtonHeight:30,radioButtonHeightSM:22,radioButtonHeightLG:38,borderRadiusRadioButton:5,borderRadiusRadioButtonSM:3,borderRadiusRadioButtonLG:7,checkboxSize:16,checkboxIndeterminateSize:8,rateStarSize:20,timelineItemHeadSize:10,timelineItemPaddingBottom:20,itemTailHorizontalPadding:4,itemTailVerticalPadding:10,collapseExpandIconHeight:22,collapseExpandIconHeightLG:24,collapseExpandIconHeightSM:20,collapseExpandIconPaddingHorizontalStart:4,collapseExpandIconPaddingHorizontalStartSM:4,collapseExpandIconPaddingHorizontalStartLG:8,selectInputPaddingHorizontalBase:11,selectInputPaddingHorizontalSM:7,selectionItemPadding:18,selectionItemPaddingLG:20,selectionItemPaddingSM:18,selectTagItemEnd:4,selectDropdownItemVertical:5,selectDropdownItemGroupHorizontal:24,inputPaddingHorizontal:11,inputPaddingHorizontalSM:7,inputPaddingHorizontalLG:11,inputPaddingVertical:4,inputPaddingVerticalSM:0,inputPaddingVerticalLG:7,radiusNone:0,inputNumberHandleWidth:22,skeletonButtonWidth:64,skeletonInputWidth:160,skeletonButtonWidthLG:80,skeletonInputWidthLG:200,skeletonButtonWidthSM:48,skeletonInputWidthSM:120,colorPickerWidth:234,colorPickerHandlerSize:16,colorPickerHandlerSizeSM:12,colorPickerSliderHeight:8,colorPickerPreviewSize:28,paddingNone:0,colorPickerPresetColorSize:18,paginationItemPaddingInline:6,floatButtonBodyVerticalPadding:2,floatButtonBodyHorizontalPadding:4,floatButtonIconSize:18,marginNone:0,tabHorizontalSM:6,tabVerticalLG:6,tabCardGap:2,darkBtnTextHover:"rgba(255, 255, 255, 0.08)",darkBtnFilled:"rgba(255, 255, 255, 0.08)",darkBtnFilledHover:"rgba(255, 255, 255, 0.12)",tooltipVerticalPaddingSM:2,colorTextLightSolidPrimary:"#FFFFFF",emptyImage:"#DCE0E6",emptyImageLight:"#FFFFFF",emptyImageInnerShadow:"#AEB8C2",emptyImageShadow:"#F5F5F7","test-will-be-removed-in-the-next-update":"#FF0000"},components:{Button:{borderColorDisabled:"#D9D9D9",contentFontSize:14,contentFontSizeLG:14,contentFontSizeSM:14,contentLineHeight:1.5709999799728394,contentLineHeightLG:1.5,contentLineHeightSM:1.6666666269302368,dangerColor:"#FFFFFF",dangerShadow:"0 2px 0 rgba(255,38,5,0.06)",defaultActiveBg:"#FFFFFF",defaultActiveBorderColor:"#1C4ED8",defaultActiveColor:"#1C4ED8",defaultBg:"#FFFFFF",defaultBorderColor:"#D9D9D9",defaultColor:"rgba(0, 0, 0, 0.88)",defaultGhostBorderColor:"#FFFFFF",defaultGhostColor:"#FFFFFF",defaultHoverBg:"#FFFFFF",defaultHoverBorderColor:"#3272F1",defaultHoverColor:"#3272F1",defaultShadow:"0 2px 0 rgba(0,0,0,0.02)",fontWeight:400,ghostBg:"rgba(0, 0, 0, 0)",groupBorderColor:"#3272F1",iconGap:8,linkHoverBg:"rgba(0, 0, 0, 0)",onlyIconSize:14,onlyIconSizeLG:16,onlyIconSizeSM:12,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:15,paddingInlineLG:15,paddingInlineSM:7,primaryColor:"#FFFFFF",primaryShadow:"0 2px 0 rgba(5,145,255,0.1)",solidTextColor:"#FFFFFF",textHoverBg:"rgba(0, 0, 0, 0.04)",textTextActiveColor:"rgba(0, 0, 0, 0.88)",textTextColor:"rgba(0, 0, 0, 0.88)",textTextHoverColor:"rgba(0, 0, 0, 0.88)",dashedBgDisabled:"rgba(0, 0, 0, 0.04)",defaultBgDisabled:"rgba(0, 0, 0, 0.04)"},Typography:{titleMarginBottom:0,titleMarginTop:0},Divider:{orientationMargin:.05000000074505806,textPaddingInline:14,verticalMarginInline:8},Layout:{bodyBg:"#F5F5F5",footerBg:"#F5F5F5",footerPadding:"24px 50px",headerBg:"#001529",headerColor:"rgba(0, 0, 0, 0.88)",headerHeight:64,headerPadding:"0 50px",lightSiderBg:"#FFFFFF",lightTriggerBg:"#FFFFFF",lightTriggerColor:"rgba(0, 0, 0, 0.88)",siderBg:"#001529",triggerBg:"#002140",triggerColor:"#FFFFFF",triggerHeight:48,zeroTriggerHeight:40,zeroTriggerWidth:40},Splitter:{splitBarDraggableSize:20,splitBarSize:2,splitTriggerSize:6},Anchor:{linkPaddingBlock:4,linkPaddingInlineStart:16},Breadcrumb:{iconFontSize:14,itemColor:"rgba(0, 0, 0, 0.45)",lastItemColor:"rgba(0, 0, 0, 0.88)",linkColor:"rgba(0, 0, 0, 0.45)",linkHoverColor:"rgba(0, 0, 0, 0.88)",separatorColor:"rgba(0, 0, 0, 0.45)",separatorMargin:8},Dropdown:{paddingBlock:5,zIndexPopup:1050},Menu:{activeBarBorderWidth:1,activeBarHeight:2,activeBarWidth:0,collapsedIconSize:16,collapsedWidth:80,dangerItemActiveBg:"#FFF2F0",dangerItemColor:"#FF4D4F",dangerItemHoverColor:"#FF4D4F",dangerItemSelectedBg:"#FFF2F0",dangerItemSelectedColor:"#FF4D4F",darkDangerItemActiveBg:"#FF4D4F",darkDangerItemColor:"#FF4D4F",darkDangerItemHoverColor:"#FF7875",darkDangerItemSelectedBg:"#FF4D4F",darkDangerItemSelectedColor:"#FFFFFF",darkGroupTitleColor:"rgba(255, 255, 255, 0.65)",darkItemBg:"#FFFFFF",darkItemColor:"rgba(255, 255, 255, 0.65)",darkItemDisabledColor:"rgba(255, 255, 255, 0.25)",darkItemHoverBg:"rgba(0, 0, 0, 0)",darkItemHoverColor:"#FFFFFF",darkItemSelectedBg:"#245EE6",darkItemSelectedColor:"#FFFFFF",darkPopupBg:"#001529",darkSubMenuItemBg:"#000C17",dropdownWidth:160,groupTitleColor:"rgba(0, 0, 0, 0.45)",groupTitleFontSize:14,groupTitleLineHeight:1.5714285373687744,horizontalItemBorderRadius:0,horizontalItemHoverBg:"rgba(0, 0, 0, 0)",horizontalItemHoverColor:"#245EE6",horizontalItemSelectedBg:"rgba(0, 0, 0, 0)",horizontalItemSelectedColor:"#245EE6",horizontalLineHeight:46,iconMarginInlineEnd:10,iconSize:14,itemActiveBg:"#DBE9FE",itemBg:"#FFFFFF",itemBorderRadius:8,itemColor:"rgba(0, 0, 0, 0.88)",itemDisabledColor:"rgba(0, 0, 0, 0.25)",itemHeight:40,itemHoverBg:"rgba(0, 0, 0, 0.06)",itemHoverColor:"rgba(0, 0, 0, 0.88)",itemMarginBlock:4,itemMarginInline:4,itemPaddingInline:16,itemSelectedBg:"#DBE9FE",itemSelectedColor:"#245EE6",popupBg:"#FFFFFF",subMenuItemBg:"rgba(0, 0, 0, 0.02)",subMenuItemBorderRadius:4,subMenuItemSelectedColor:"#245EE6",zIndexPopup:1050},Pagination:{itemActiveBg:"#FFFFFF",itemActiveBgDisabled:"rgba(0, 0, 0, 0.15)",itemActiveColor:"#245EE6",itemActiveColorDisabled:"rgba(0, 0, 0, 0.25)",itemActiveColorHover:"#3272F1",itemBg:"#FFFFFF",itemInputBg:"#FFFFFF",itemLinkBg:"#FFFFFF",itemSize:32,itemSizeSM:24,miniOptionsSizeChangerTop:0},Steps:{customIconFontSize:24,customIconSize:24,customIconTop:24,dotCurrentSize:10,dotSize:8,iconFontSize:14,iconSize:32,iconSizeSM:24,iconTop:-.5,navArrowColor:"rgba(0, 0, 0, 0.25)",navContentMaxWidth:"unset",titleLineHeight:32},Tabs:{cardBg:"rgba(0, 0, 0, 0.02)",cardGutter:2,cardHeight:40,cardHeightLG:48,cardHeightSM:32,cardPadding:"8px 16px",cardPaddingLG:"11px 16px",cardPaddingSM:"4px 8px",horizontalItemGutter:32,horizontalItemMargin:" ",horizontalItemMarginRTL:" ",horizontalItemPadding:"12px 0",horizontalItemPaddingLG:"16px 0",horizontalItemPaddingSM:"8px 0",horizontalMargin:"0 0 16px 0",inkBarColor:"#245EE6",itemActiveColor:"#1C4ED8",itemColor:"rgba(0, 0, 0, 0.88)",itemHoverColor:"#3272F1",itemSelectedColor:"#245EE6",titleFontSize:14,titleFontSizeLG:16,titleFontSizeSM:12,verticalItemMargin:"16px 0 0 0",verticalItemPadding:"8px 24px",zIndexPopup:1050},AutoComplete:{activeBorderColor:"#245EE6",activeOutlineColor:"rgba(5, 145, 255, 0.1)",clearBg:"#FFFFFF",hoverBorderColor:"#3272F1",multipleItemBg:"rgba(0, 0, 0, 0.06)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(0, 0, 0, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(0, 0, 0, 0.04)",optionActiveBg:"rgba(0, 0, 0, 0.04)",optionFontSize:14,optionHeight:32,optionLineHeight:1.5714285373687744,optionPadding:"5px 12px",optionSelectedBg:"#DBE9FE",optionSelectedColor:"rgba(0, 0, 0, 0.88)",optionSelectedFontWeight:700,selectorBg:"#FFFFFF",showArrowPaddingInlineEnd:18,singleItemHeightLG:40,zIndexPopup:1050},Cascader:{controlItemWidth:111,controlWidth:184,dropdownHeight:180,menuPadding:4,optionPadding:"5px 12px",optionSelectedBg:"#DBE9FE",optionSelectedColor:"rgba(0, 0, 0, 0.88)",optionSelectedFontWeight:700},Input:{activeBg:"#FFFFFF",activeBorderColor:"#245EE6",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(0, 0, 0, 0.02)",errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#FFFFFF",hoverBorderColor:"#3272F1",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)"},DatePicker:{activeBg:"#FFFFFF",activeBorderColor:"#245EE6",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(0, 0, 0, 0.02)",cellActiveWithRangeBg:"#DBE9FE",cellBgDisabled:"rgba(0, 0, 0, 0.04)",cellHeight:24,cellHoverBg:"rgba(0, 0, 0, 0.04)",cellHoverWithRangeBg:"#CBE0FD",cellRangeBorderColor:"#82B4F9",cellWidth:36,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#FFFFFF",hoverBorderColor:"#3272F1",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,multipleItemBg:"rgba(0, 0, 0, 0.06)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(0, 0, 0, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(0, 0, 0, 0.04)",paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,presetsMaxWidth:200,presetsWidth:120,textHeight:40,timeCellHeight:28,timeColumnHeight:224,timeColumnWidth:56,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)",withoutTimeCellHeight:66,zIndexPopup:1050},Form:{inlineItemMarginBottom:0,itemMarginBottom:24,labelColonMarginInlineEnd:8,labelColonMarginInlineStart:2,labelColor:"rgba(0, 0, 0, 0.65)",labelFontSize:14,labelHeight:32,labelRequiredMarkColor:"#FF4D4F",verticalLabelMargin:0,verticalLabelPadding:"0 0 8px"},InputNumber:{activeBg:"#FFFFFF",activeBorderColor:"#245EE6",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(0, 0, 0, 0.02)",controlWidth:90,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",filledHandleBg:"#F0F0F0",handleActiveBg:"rgba(0, 0, 0, 0.02)",handleBg:"#FFFFFF",handleBorderColor:"#D9D9D9",handleFontSize:7,handleHoverColor:"#245EE6",handleVisible:"auto",handleWidth:22,hoverBg:"#FFFFFF",hoverBorderColor:"#3272F1",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)"},Mentions:{activeBg:"#FFFFFF",activeBorderColor:"#245EE6",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(0, 0, 0, 0.02)",controlItemWidth:100,dropdownHeight:250,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#FFFFFF",hoverBorderColor:"#3272F1",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)",zIndexPopup:1050},Radio:{buttonBg:"#FFFFFF",buttonCheckedBg:"#FFFFFF",buttonCheckedBgDisabled:"rgba(0, 0, 0, 0.15)",buttonCheckedColorDisabled:"rgba(0, 0, 0, 0.25)",buttonColor:"rgba(0, 0, 0, 0.88)",buttonPaddingInline:15,buttonSolidCheckedActiveBg:"#1C4ED8",buttonSolidCheckedBg:"#245EE6",buttonSolidCheckedColor:"#FFFFFF",buttonSolidCheckedHoverBg:"#3272F1",dotColorDisabled:"rgba(0, 0, 0, 0.25)",dotSize:8,radioSize:16,wrapperMarginInlineEnd:8},Rate:{starBg:"rgba(0, 0, 0, 0.06)",starColor:"#FADB14",starHoverScale:"scale(1.1)",starSize:20,starSizeLG:25,starSizeSM:15},Select:{activeBorderColor:"#245EE6",activeOutlineColor:"rgba(5, 145, 255, 0.1)",clearBg:"#FFFFFF",hoverBorderColor:"#3272F1",multipleItemBg:"rgba(0, 0, 0, 0.06)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(0, 0, 0, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(0, 0, 0, 0.04)",optionActiveBg:"rgba(0, 0, 0, 0.04)",optionFontSize:14,optionHeight:32,optionLineHeight:1.5714285373687744,optionPadding:"5px 12px",optionSelectedBg:"#DBE9FE",optionSelectedColor:"rgba(0, 0, 0, 0.88)",optionSelectedFontWeight:700,selectorBg:"#FFFFFF",showArrowPaddingInlineEnd:18,singleItemHeightLG:40,zIndexPopup:1050},Slider:{controlSize:10,dotActiveBorderColor:"#92C5FD",dotBorderColor:"#F0F0F0",dotSize:8,handleActiveColor:"#245EE6",handleActiveOutlineColor:"#BFDBFE",handleColor:"#92C5FD",handleColorDisabled:"#BFBFBF",handleLineWidth:2,handleLineWidthHover:2.5,handleSize:10,handleSizeHover:12,railBg:"rgba(0, 0, 0, 0.04)",railHoverBg:"rgba(0, 0, 0, 0.06)",railSize:4,trackBg:"#92C5FD",trackBgDisabled:"rgba(0, 0, 0, 0.04)",trackHoverBg:"#4D93F8"},Switch:{handleBg:"#FFFFFF",handleShadow:"0 2px 4px 0 rgba(0,35,11,0.2)",handleSize:18,handleSizeSM:12,innerMaxMargin:24,innerMaxMarginSM:18,innerMinMargin:9,innerMinMarginSM:6,trackHeight:22,trackHeightSM:16,trackMinWidth:44,trackMinWidthSM:28,trackPadding:2},TimePicker:{activeBg:"#FFFFFF",activeBorderColor:"#245EE6",activeShadow:"0 0 0 2px rgba(5,145,255,0.1)",addonBg:"rgba(0, 0, 0, 0.02)",cellActiveWithRangeBg:"#DBE9FE",cellBgDisabled:"rgba(0, 0, 0, 0.04)",cellHeight:24,cellHoverBg:"rgba(0, 0, 0, 0.04)",cellHoverWithRangeBg:"#CBE0FD",cellRangeBorderColor:"#82B4F9",cellWidth:36,errorActiveShadow:"0 0 0 2px rgba(255,38,5,0.06)",hoverBg:"#FFFFFF",hoverBorderColor:"#3272F1",inputFontSize:14,inputFontSizeLG:16,inputFontSizeSM:14,multipleItemBg:"rgba(0, 0, 0, 0.06)",multipleItemBorderColor:"rgba(0, 0, 0, 0)",multipleItemBorderColorDisabled:"rgba(0, 0, 0, 0)",multipleItemColorDisabled:"rgba(0, 0, 0, 0.25)",multipleItemHeight:24,multipleItemHeightLG:32,multipleItemHeightSM:16,multipleSelectorBgDisabled:"rgba(0, 0, 0, 0.04)",paddingBlock:4,paddingBlockLG:7,paddingBlockSM:0,paddingInline:11,paddingInlineLG:11,paddingInlineSM:7,presetsMaxWidth:200,presetsWidth:120,textHeight:40,timeCellHeight:28,timeColumnHeight:224,timeColumnWidth:56,warningActiveShadow:"0 0 0 2px rgba(255,215,5,0.1)",withoutTimeCellHeight:66,zIndexPopup:1050},Transfer:{headerHeight:40,itemHeight:32,itemPaddingBlock:5,listHeight:200,listWidth:180,listWidthLG:250},TreeSelect:{indentSize:24,nodeHoverBg:"rgba(0, 0, 0, 0.04)",nodeHoverColor:"rgba(0, 0, 0, 0.88)",nodeSelectedBg:"#DBE9FE",nodeSelectedColor:"rgba(0, 0, 0, 0.88)",titleHeight:24},Upload:{actionsColor:"rgba(0, 0, 0, 0.45)",pictureCardSize:102},Avatar:{containerSize:32,containerSizeLG:40,containerSizeSM:24,groupBorderColor:"#FFFFFF",groupOverlapping:-8,groupSpace:4,iconFontSize:18,iconFontSizeLG:24,iconFontSizeSM:14,textFontSize:14,textFontSizeLG:14,textFontSizeSM:14},Badge:{dotSize:6,indicatorHeight:20,indicatorHeightSM:14,indicatorZIndex:"auto",statusSize:6,textFontSize:12,textFontSizeSM:12,textFontWeight:400},Calendar:{fullBg:"#FFFFFF",fullPanelBg:"#FFFFFF",itemActiveBg:"#DBE9FE",miniContentHeight:256,monthControlWidth:70,yearControlWidth:80},Card:{actionsBg:"#FFFFFF",actionsLiMargin:"12px 0",bodyPadding:24,bodyPaddingSM:12,extraColor:"rgba(0, 0, 0, 0.88)",headerBg:"rgba(0, 0, 0, 0)",headerFontSize:16,headerFontSizeSM:14,headerHeight:56,headerHeightSM:38,headerPadding:24,headerPaddingSM:12,tabsMarginBottom:-17},Carousel:{arrowOffset:8,arrowSize:16,dotActiveWidth:24,dotGap:4,dotHeight:3,dotOffset:12,dotWidth:16},Descriptions:{colonMarginLeft:2,colonMarginRight:8,contentColor:"rgba(0, 0, 0, 0.88)",extraColor:"rgba(0, 0, 0, 0.88)",itemPaddingBottom:16,itemPaddingEnd:16,labelBg:"rgba(0, 0, 0, 0.02)",labelColor:"rgba(0, 0, 0, 0.45)",titleColor:"rgba(0, 0, 0, 0.88)",titleMarginBottom:20},Image:{previewOperationColor:"rgba(255, 255, 255, 0.65)",previewOperationColorDisabled:"rgba(255, 255, 255, 0.25)",previewOperationHoverColor:"rgba(255, 255, 255, 0.85)",previewOperationSize:18,zIndexPopup:1080},List:{avatarMarginRight:16,contentWidth:220,descriptionFontSize:14,emptyTextPadding:16,footerBg:"rgba(0, 0, 0, 0)",headerBg:"rgba(0, 0, 0, 0)",itemPadding:"12px 0",itemPaddingLG:"16px 24px",itemPaddingSM:"8px 16px",metaMarginBottom:16,titleMarginBottom:12},Popover:{titleMinWidth:177,zIndexPopup:1030},Segmented:{itemActiveBg:"rgba(0, 0, 0, 0.15)",itemColor:"rgba(0, 0, 0, 0.65)",itemHoverBg:"rgba(0, 0, 0, 0.06)",itemHoverColor:"rgba(0, 0, 0, 0.88)",itemSelectedBg:"#FFFFFF",itemSelectedColor:"rgba(0, 0, 0, 0.88)",trackBg:"#F5F5F5",trackPadding:2},Statistic:{contentFontSize:24,titleFontSize:14},Table:{bodySortBg:"#FAFAFA",borderColor:"#F0F0F0",cellFontSize:14,cellFontSizeMD:14,cellFontSizeSM:14,cellPaddingBlock:16,cellPaddingBlockMD:12,cellPaddingBlockSM:8,cellPaddingInline:16,cellPaddingInlineMD:8,cellPaddingInlineSM:8,expandIconBg:"#FFFFFF",filterDropdownBg:"#FFFFFF",filterDropdownMenuBg:"#FFFFFF",fixedHeaderSortActiveBg:"#F0F0F0",footerBg:"#FAFAFA",footerColor:"rgba(0, 0, 0, 0.88)",headerBg:"#FAFAFA",headerSubBg:"#F5F5F5",headerBorderRadius:8,headerColor:"rgba(0, 0, 0, 0.88)",headerFilterHoverBg:"rgba(0, 0, 0, 0.06)",headerSortActiveBg:"#F0F0F0",headerSortHoverBg:"#F0F0F0",headerTextColor:"rgba(0, 0, 0, 0.65)",headerSplitColor:"#F0F0F0",rowExpandedBg:"rgba(0, 0, 0, 0.02)",rowHoverBg:"#FAFAFA",rowSelectedBg:"#DBE9FE",rowSelectedHoverBg:"#BFDBFE",selectionColumnWidth:32,stickyScrollBarBg:"rgba(0, 0, 0, 0.25)",stickyScrollBarBorderRadius:100,scrollbar:"rgba(64, 64, 64, 0.15)",colorTextHighlight:"#D48806"},Tag:{defaultBg:"#FAFAFA",defaultColor:"rgba(0, 0, 0, 0.88)",solidTextColor:"#FFFFFF"},Timeline:{dotBorderWidth:2,itemPaddingBottom:20,tailColor:"#EEEFF1",tailWidth:2},Tooltip:{zIndexPopup:1070},Tour:{closeBtnSize:0,primaryNextBtnHoverBg:"#F0F0F0",primaryPrevBtnBg:"rgba(255, 255, 255, 0.15)",zIndexPopup:1070},Tree:{directoryNodeSelectedBg:"#245EE6",directoryNodeSelectedColor:"#FFFFFF",indentSize:24,nodeHoverBg:"rgba(0, 0, 0, 0.04)",nodeHoverColor:"rgba(0, 0, 0, 0.88)",nodeSelectedBg:"#DBE9FE",nodeSelectedColor:"rgba(0, 0, 0, 0.88)",titleHeight:24},Alert:{defaultPadding:"8px 12px",withDescriptionIconSize:24,withDescriptionPadding:"20px 24px"},Drawer:{draggerSize:4,footerPaddingBlock:8,footerPaddingInline:16,zIndexPopup:1e3},Message:{contentBg:"#FFFFFF",contentPadding:"9px 12px",zIndexPopup:2010},Modal:{contentBg:"#FFFFFF",contentBgBorder:"rgba(0, 0, 0, 0.08)",footerBg:"rgba(0, 0, 0, 0)",headerBg:"#FFFFFF",titleColor:"rgba(0, 0, 0, 0.88)",titleFontSize:16,titleLineHeight:1.5},Notification:{colorErrorBg:"rgba(0, 0, 0, 0)",colorInfoBg:"rgba(0, 0, 0, 0)",colorSuccessBg:"rgba(0, 0, 0, 0)",colorWarningBg:"rgba(0, 0, 0, 0)",width:384,zIndexPopup:2050},Popconfirm:{zIndexPopup:1060},Progress:{"circleTextFontSize 2":"1.1666666666666667em",circleTextColor:"rgba(0, 0, 0, 0.88)",circleTextFontSize:"1em",defaultColor:"#3496FF",lineBorderRadius:100,remainingColor:"rgba(0, 0, 0, 0.06)"},Result:{extraMargin:"24px 0 0 0",iconFontSize:72,subtitleFontSize:14,titleFontSize:24},Skeleton:{blockRadius:4,gradientFromColor:"rgba(0, 0, 0, 0.06)",gradientToColor:"rgba(0, 0, 0, 0.15)",paragraphLiHeight:16,paragraphMarginTop:28,titleHeight:28},Spin:{contentHeight:400,dotSize:20,dotSizeLG:32,dotSizeSM:14},Collapse:{borderlessContentBg:"rgba(0, 0, 0, 0)",borderlessContentPadding:"4px 16px 16px",contentBg:"#FFFFFF",contentPadding:"16px 16px",headerBg:"rgba(0, 0, 0, 0.02)",headerPadding:"12px 16px"}}},pe="gold-dark",Qo={"gold-dark":j,"gold-light":$,"blue-dark":N,"blue-light":X},Ko={light:qo,dark:Vo},te={goldDark:"gold-dark",goldLight:"gold-light",blueDark:"blue-dark",blueLight:"blue-light"},Uo=r=>r in te?te[r]:r,b=r=>{const o=Uo(r),e=o==="light"||o==="dark"?Ko[o]:Qo[o],t=o==="dark"?a.theme.darkAlgorithm:o==="light"?a.theme.defaultAlgorithm:void 0;return{...t?{algorithm:t}:{},token:e.token,components:e.components}},Yo=b(pe),Jo=b("gold-dark"),et=b("gold-light"),ot=b("blue-dark"),tt=b("blue-light"),rt=j.custom,it=$.custom,nt=N.custom,at=X.custom;function ue(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}const Se=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(9);let t,i;e[0]!==r?({children:t,...i}=r,e[0]=r,e[1]=t,e[2]=i):(t=e[1],i=e[2]);let n;e[3]!==t||e[4]!==i?(n=d.jsx(a.Divider,{...i,children:t}),e[3]=t,e[4]=i,e[5]=n):n=e[5];let l;return e[6]!==o||e[7]!==n?(l=d.jsx("div",{ref:o,children:n}),e[6]=o,e[7]=n,e[8]=l):l=e[8],l});Se.displayName="GZDivider";const{Compact:lt}=a.Space,dt=r=>{const o=g.compilerRuntimeExports.c(6);let e,t;o[0]!==r?({children:e,...t}=r,o[0]=r,o[1]=e,o[2]=t):(e=o[1],t=o[2]);let i;return o[3]!==e||o[4]!==t?(i=d.jsx(lt,{...t,children:e}),o[3]=e,o[4]=t,o[5]=i):i=o[5],i},me=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(7);let t,i;e[0]!==r?({children:t,...i}=r,e[0]=r,e[1]=t,e[2]=i):(t=e[1],i=e[2]);let n;return e[3]!==t||e[4]!==o||e[5]!==i?(n=d.jsx(a.Space,{ref:o,...i,children:t}),e[3]=t,e[4]=o,e[5]=i,e[6]=n):n=e[6],n});me.displayName="GZSpace";const{Addon:gt}=a.Space,ct=r=>{const o=g.compilerRuntimeExports.c(6);let e,t;o[0]!==r?({children:e,...t}=r,o[0]=r,o[1]=e,o[2]=t):(e=o[1],t=o[2]);let i;return o[3]!==e||o[4]!==t?(i=d.jsx(gt,{...t,children:e}),o[3]=e,o[4]=t,o[5]=i):i=o[5],i},_=me;_.Compact=dt;_.Addon=ct;const Be=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(7);let t,i;e[0]!==r?({children:t,...i}=r,e[0]=r,e[1]=t,e[2]=i):(t=e[1],i=e[2]);let n;return e[3]!==t||e[4]!==o||e[5]!==i?(n=d.jsx(a.Flex,{ref:o,...i,children:t}),e[3]=t,e[4]=o,e[5]=i,e[6]=n):n=e[6],n});Be.displayName="GZFlex";const be=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(4);let t;e[0]!==r?({...t}=r,e[0]=r,e[1]=t):t=e[1];let i;return e[2]!==t?(i=d.jsx(a.Breadcrumb,{...t}),e[2]=t,e[3]=i):i=e[3],i});be.displayName="GZBreadcrumb";const he=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(4);let t;e[0]!==r?({...t}=r,e[0]=r,e[1]=t):t=e[1];let i;return e[2]!==t?(i=d.jsx(a.Dropdown,{...t}),e[2]=t,e[3]=i):i=e[3],i});he.displayName="GZDropdown";const Ce=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(3);let t;return e[0]!==r||e[1]!==o?(t=d.jsx(a.Input,{ref:o,...r}),e[0]=r,e[1]=o,e[2]=t):t=e[2],t});Ce.displayName="GZInput";const ze=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(3);let t;return e[0]!==r||e[1]!==o?(t=d.jsx(a.Input.Password,{ref:o,...r}),e[0]=r,e[1]=o,e[2]=t):t=e[2],t});ze.displayName="GZPassword";const ve=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(3);let t;return e[0]!==r||e[1]!==o?(t=d.jsx(a.Input.TextArea,{ref:o,...r}),e[0]=r,e[1]=o,e[2]=t):t=e[2],t});ve.displayName="GZTextArea";const Ie=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(3);let t;return e[0]!==r||e[1]!==o?(t=d.jsx(a.Input.Search,{ref:o,...r}),e[0]=r,e[1]=o,e[2]=t):t=e[2],t});Ie.displayName="GZSearch";const He=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(3);let t;return e[0]!==r||e[1]!==o?(t=d.jsx(a.Input.OTP,{ref:o,...r}),e[0]=r,e[1]=o,e[2]=t):t=e[2],t});He.displayName="GZOTP";const y=Ce;y.Password=ze;y.TextArea=ve;y.Search=Ie;y.OTP=He;const xe=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(3);let t;return e[0]!==r||e[1]!==o?(t=d.jsx(a.Menu,{ref:o,...r}),e[0]=r,e[1]=o,e[2]=t):t=e[2],t});xe.displayName="GZMenu";const P=xe;P.Item=a.Menu.Item;P.SubMenu=a.Menu.SubMenu;P.Divider=a.Menu.Divider;P.ItemGroup=a.Menu.ItemGroup;const Me=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(7),t=r;let i;if(e[0]!==t){const{children:p,...F}=t;i=F,e[0]=t,e[1]=i}else i=e[1];let n;e[2]!==i?(n=d.jsx(a.Pagination,{...i}),e[2]=i,e[3]=n):n=e[3];let l;return e[4]!==o||e[5]!==n?(l=d.jsx("div",{ref:o,children:n}),e[4]=o,e[5]=n,e[6]=l):l=e[6],l});Me.displayName="GZPagination";const De=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(7),t=r;let i;if(e[0]!==t){const{children:p,...F}=t;i=F,e[0]=t,e[1]=i}else i=e[1];let n;e[2]!==i?(n=d.jsx(a.Steps,{...i}),e[2]=i,e[3]=n):n=e[3];let l;return e[4]!==o||e[5]!==n?(l=d.jsx("div",{ref:o,children:n}),e[4]=o,e[5]=n,e[6]=l):l=e[6],l});De.displayName="GZSteps";const Ee=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(7);let t,i;e[0]!==r?({children:t,...i}=r,e[0]=r,e[1]=t,e[2]=i):(t=e[1],i=e[2]);const n=o;let l;return e[3]!==t||e[4]!==i||e[5]!==n?(l=d.jsx(a.Tabs,{ref:n,...i,children:t}),e[3]=t,e[4]=i,e[5]=n,e[6]=l):l=e[6],l});Ee.displayName="GZTabs";const ye=Ee;ye.TabPane=a.Tabs.TabPane;const Pe=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(7);let t,i;e[0]!==r?({children:t,...i}=r,e[0]=r,e[1]=t,e[2]=i):(t=e[1],i=e[2]);const n=o;let l;return e[3]!==t||e[4]!==i||e[5]!==n?(l=d.jsx(a.AutoComplete,{ref:n,...i,children:t}),e[3]=t,e[4]=i,e[5]=n,e[6]=l):l=e[6],l});Pe.displayName="GZAutoComplete";const Ae=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(10);let t,i;e[0]!==r?({children:t,...i}=r,e[0]=r,e[1]=t,e[2]=i):(t=e[1],i=e[2]);let n;e[3]===Symbol.for("react.memo_cache_sentinel")?(n={display:"inline-flex"},e[3]=n):n=e[3];let l;e[4]!==t||e[5]!==i?(l=d.jsx(a.Avatar.Group,{...i,children:t}),e[4]=t,e[5]=i,e[6]=l):l=e[6];let p;return e[7]!==o||e[8]!==l?(p=d.jsx("div",{ref:o,style:n,children:l}),e[7]=o,e[8]=l,e[9]=p):p=e[9],p});Ae.displayName="GZAvatarGroup";const Ft=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(7);let t,i;e[0]!==r?({children:t,...i}=r,e[0]=r,e[1]=t,e[2]=i):(t=e[1],i=e[2]);let n;return e[3]!==t||e[4]!==o||e[5]!==i?(n=d.jsx(a.Avatar,{ref:o,...i,children:t}),e[3]=t,e[4]=o,e[5]=i,e[6]=n):n=e[6],n}),Z=Ft;Z.Group=Ae;Z.displayName="GZAvatar";const fe=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(10);let t,i;e[0]!==r?({children:t,...i}=r,e[0]=r,e[1]=t,e[2]=i):(t=e[1],i=e[2]);let n;e[3]===Symbol.for("react.memo_cache_sentinel")?(n={display:"contents"},e[3]=n):n=e[3];let l;e[4]!==t||e[5]!==i?(l=d.jsx(a.Badge.Ribbon,{...i,children:t}),e[4]=t,e[5]=i,e[6]=l):l=e[6];let p;return e[7]!==o||e[8]!==l?(p=d.jsx("div",{ref:o,style:n,children:l}),e[7]=o,e[8]=l,e[9]=p):p=e[9],p});fe.displayName="GZBadgeRibbon";const st=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(7);let t,i;e[0]!==r?({children:t,...i}=r,e[0]=r,e[1]=t,e[2]=i):(t=e[1],i=e[2]);let n;return e[3]!==t||e[4]!==o||e[5]!==i?(n=d.jsx(a.Badge,{ref:o,...i,children:t}),e[3]=t,e[4]=o,e[5]=i,e[6]=n):n=e[6],n}),V=st;V.Ribbon=fe;V.displayName="GZBadge";const ke=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(5);let t;e[0]!==r?(t=d.jsx(a.Calendar,{...r}),e[0]=r,e[1]=t):t=e[1];let i;return e[2]!==o||e[3]!==t?(i=d.jsx("div",{ref:o,children:t}),e[2]=o,e[3]=t,e[4]=i):i=e[4],i});ke.displayName="GZCalendar";const pt=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(7);let t,i;e[0]!==r?({children:t,...i}=r,e[0]=r,e[1]=t,e[2]=i):(t=e[1],i=e[2]);const n=o;let l;return e[3]!==t||e[4]!==i||e[5]!==n?(l=d.jsx(a.Cascader,{ref:n,...i,children:t}),e[3]=t,e[4]=i,e[5]=n,e[6]=l):l=e[6],l}),A=pt;A.SHOW_PARENT=a.Cascader.SHOW_PARENT;A.SHOW_CHILD=a.Cascader.SHOW_CHILD;A.Panel=a.Cascader.Panel;A.displayName="GZCascader";const Le=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(7);let t,i;e[0]!==r?({children:t,...i}=r,e[0]=r,e[1]=t,e[2]=i):(t=e[1],i=e[2]);let n;return e[3]!==t||e[4]!==o||e[5]!==i?(n=d.jsx(a.Checkbox.Group,{ref:o,...i,children:t}),e[3]=t,e[4]=o,e[5]=i,e[6]=n):n=e[6],n});Le.displayName="GZCheckboxGroup";const ut=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(7);let t,i;e[0]!==r?({children:t,...i}=r,e[0]=r,e[1]=t,e[2]=i):(t=e[1],i=e[2]);let n;return e[3]!==t||e[4]!==o||e[5]!==i?(n=d.jsx(a.Checkbox,{ref:o,...i,children:t}),e[3]=t,e[4]=o,e[5]=i,e[6]=n):n=e[6],n}),q=ut;q.Group=Le;q.displayName="GZCheckbox";const Te=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(7);let t,i;e[0]!==r?({children:t,...i}=r,e[0]=r,e[1]=t,e[2]=i):(t=e[1],i=e[2]);let n;return e[3]!==t||e[4]!==o||e[5]!==i?(n=d.jsx(a.DatePicker.RangePicker,{ref:o,...i,children:t}),e[3]=t,e[4]=o,e[5]=i,e[6]=n):n=e[6],n});Te.displayName="GZRangePicker";const we=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(3);let t;return e[0]!==r||e[1]!==o?(t=d.jsx(a.DatePicker.WeekPicker,{ref:o,...r}),e[0]=r,e[1]=o,e[2]=t):t=e[2],t});we.displayName="GZWeekPicker";const Ge=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(3);let t;return e[0]!==r||e[1]!==o?(t=d.jsx(a.DatePicker.MonthPicker,{ref:o,...r}),e[0]=r,e[1]=o,e[2]=t):t=e[2],t});Ge.displayName="GZMonthPicker";const Re=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(3);let t;return e[0]!==r||e[1]!==o?(t=d.jsx(a.DatePicker.YearPicker,{ref:o,...r}),e[0]=r,e[1]=o,e[2]=t):t=e[2],t});Re.displayName="GZYearPicker";const We=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(3);let t;return e[0]!==r||e[1]!==o?(t=d.jsx(a.DatePicker.QuarterPicker,{ref:o,...r}),e[0]=r,e[1]=o,e[2]=t):t=e[2],t});We.displayName="GZQuarterPicker";const Oe=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(3);let t;return e[0]!==r||e[1]!==o?(t=d.jsx(a.DatePicker.TimePicker,{ref:o,...r}),e[0]=r,e[1]=o,e[2]=t):t=e[2],t});Oe.displayName="GZTimePicker";const St=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(3);let t;return e[0]!==r||e[1]!==o?(t=d.jsx(a.DatePicker,{ref:o,...r}),e[0]=r,e[1]=o,e[2]=t):t=e[2],t}),m=St;m.RangePicker=Te;m.WeekPicker=we;m.MonthPicker=Ge;m.YearPicker=Re;m.QuarterPicker=We;m.TimePicker=Oe;m.displayName="GZDatePicker";const Ne=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(7);let t,i;e[0]!==r?({children:t,...i}=r,e[0]=r,e[1]=t,e[2]=i):(t=e[1],i=e[2]);const n=i;let l;return e[3]!==t||e[4]!==o||e[5]!==n?(l=d.jsx(a.Form,{ref:o,...n,children:t}),e[3]=t,e[4]=o,e[5]=n,e[6]=l):l=e[6],l});Ne.displayName="GZForm";const Xe=r=>{const o=g.compilerRuntimeExports.c(6);let e,t;o[0]!==r?({children:e,...t}=r,o[0]=r,o[1]=e,o[2]=t):(e=o[1],t=o[2]);const i=t;let n;return o[3]!==e||o[4]!==i?(n=d.jsx(a.Form.Item,{...i,children:e}),o[3]=e,o[4]=i,o[5]=n):n=o[5],n};Xe.displayName="GZFormItem";const je=r=>{const o=g.compilerRuntimeExports.c(2);let e;return o[0]!==r?(e=d.jsx(a.Form.List,{...r}),o[0]=r,o[1]=e):e=o[1],e};je.displayName="GZFormList";const $e=r=>{const o=g.compilerRuntimeExports.c(2);let e;return o[0]!==r?(e=d.jsx(a.Form.ErrorList,{...r}),o[0]=r,o[1]=e):e=o[1],e};$e.displayName="GZErrorList";const _e=r=>{const o=g.compilerRuntimeExports.c(2);let e;return o[0]!==r?(e=d.jsx(a.Form.Provider,{...r}),o[0]=r,o[1]=e):e=o[1],e};_e.displayName="GZFormProvider";const B=Ne;B.Item=Xe;B.List=je;B.ErrorList=$e;B.Provider=_e;B.useForm=a.Form.useForm;B.useFormInstance=a.Form.useFormInstance;B.useWatch=a.Form.useWatch;var v={},R={exports:{}},re;function Q(){return re||(re=1,(function(r){function o(e){return e&&e.__esModule?e:{default:e}}r.exports=o,r.exports.__esModule=!0,r.exports.default=r.exports})(R)),R.exports}var I={},ie;function mt(){if(ie)return I;ie=1,Object.defineProperty(I,"__esModule",{value:!0}),I.default=void 0;const r={items_per_page:"条/页",jump_to:"跳至",jump_to_confirm:"确定",page:"页",prev_page:"上一页",next_page:"下一页",prev_5:"向前 5 页",next_5:"向后 5 页",prev_3:"向前 3 页",next_3:"向后 3 页",page_size:"页码"};return I.default=r,I}var H={},x={},M={},D={},ne;function Bt(){return ne||(ne=1,Object.defineProperty(D,"__esModule",{value:!0}),D.commonLocale=void 0,D.commonLocale={yearFormat:"YYYY",dayFormat:"D",cellMeridiemFormat:"A",monthBeforeYear:!0}),D}var ae;function bt(){if(ae)return M;ae=1,Object.defineProperty(M,"__esModule",{value:!0}),M.default=void 0;var r=Bt();function o(F){"@babel/helpers - typeof";return o=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(s){return typeof s}:function(s){return s&&typeof Symbol=="function"&&s.constructor===Symbol&&s!==Symbol.prototype?"symbol":typeof s},o(F)}function e(F,s){var u=Object.keys(F);if(Object.getOwnPropertySymbols){var S=Object.getOwnPropertySymbols(F);s&&(S=S.filter(function(z){return Object.getOwnPropertyDescriptor(F,z).enumerable})),u.push.apply(u,S)}return u}function t(F){for(var s=1;s<arguments.length;s++){var u=arguments[s]!=null?arguments[s]:{};s%2?e(Object(u),!0).forEach(function(S){i(F,S,u[S])}):Object.getOwnPropertyDescriptors?Object.defineProperties(F,Object.getOwnPropertyDescriptors(u)):e(Object(u)).forEach(function(S){Object.defineProperty(F,S,Object.getOwnPropertyDescriptor(u,S))})}return F}function i(F,s,u){return s=n(s),s in F?Object.defineProperty(F,s,{value:u,enumerable:!0,configurable:!0,writable:!0}):F[s]=u,F}function n(F){var s=l(F,"string");return o(s)=="symbol"?s:String(s)}function l(F,s){if(o(F)!="object"||!F)return F;var u=F[Symbol.toPrimitive];if(u!==void 0){var S=u.call(F,s);if(o(S)!="object")return S;throw new TypeError("@@toPrimitive must return a primitive value.")}return(s==="string"?String:Number)(F)}var p=t(t({},r.commonLocale),{},{locale:"zh_CN",today:"今天",now:"此刻",backToToday:"返回今天",ok:"确定",timeSelect:"选择时间",dateSelect:"选择日期",weekSelect:"选择周",clear:"清除",week:"周",month:"月",year:"年",previousMonth:"上个月 (翻页上键)",nextMonth:"下个月 (翻页下键)",monthSelect:"选择月份",yearSelect:"选择年份",decadeSelect:"选择年代",previousYear:"上一年 (Control键加左方向键)",nextYear:"下一年 (Control键加右方向键)",previousDecade:"上一年代",nextDecade:"下一年代",previousCentury:"上一世纪",nextCentury:"下一世纪",yearFormat:"YYYY年",cellDateFormat:"D",monthBeforeYear:!1});return M.default=p,M}var E={},le;function Ze(){if(le)return E;le=1,Object.defineProperty(E,"__esModule",{value:!0}),E.default=void 0;const r={placeholder:"请选择时间",rangePlaceholder:["开始时间","结束时间"]};return E.default=r,E}var de;function Ve(){if(de)return x;de=1;var r=Q().default;Object.defineProperty(x,"__esModule",{value:!0}),x.default=void 0;var o=r(bt()),e=r(Ze());const t={lang:{placeholder:"请选择日期",yearPlaceholder:"请选择年份",quarterPlaceholder:"请选择季度",monthPlaceholder:"请选择月份",weekPlaceholder:"请选择周",rangePlaceholder:["开始日期","结束日期"],rangeYearPlaceholder:["开始年份","结束年份"],rangeMonthPlaceholder:["开始月份","结束月份"],rangeQuarterPlaceholder:["开始季度","结束季度"],rangeWeekPlaceholder:["开始周","结束周"],...o.default},timePickerLocale:{...e.default}};return t.lang.ok="确定",x.default=t,x}var ge;function ht(){if(ge)return H;ge=1;var r=Q().default;Object.defineProperty(H,"__esModule",{value:!0}),H.default=void 0;var o=r(Ve());return H.default=o.default,H}var ce;function Ct(){if(ce)return v;ce=1;var r=Q().default;Object.defineProperty(v,"__esModule",{value:!0}),v.default=void 0;var o=r(mt()),e=r(ht()),t=r(Ve()),i=r(Ze());const n="${label}不是一个有效的${type}",l={locale:"zh-cn",Pagination:o.default,DatePicker:t.default,TimePicker:i.default,Calendar:e.default,global:{placeholder:"请选择",close:"关闭",sortable:"可排序",show:"显示",hide:"隐藏"},Table:{filterTitle:"筛选",filterConfirm:"确定",filterReset:"重置",filterEmptyText:"无筛选项",filterCheckAll:"全选",filterSearchPlaceholder:"在筛选项中搜索",emptyText:"暂无数据",selectAll:"全选当页",selectInvert:"反选当页",selectNone:"清空所有",selectionAll:"全选所有",sortTitle:"排序",expand:"展开行",collapse:"关闭行",triggerDesc:"点击降序",triggerAsc:"点击升序",cancelSort:"取消排序"},Modal:{okText:"确定",cancelText:"取消",justOkText:"知道了"},Tour:{Next:"下一步",Previous:"上一步",Finish:"结束导览"},Popconfirm:{cancelText:"取消",okText:"确定"},Transfer:{titles:["",""],searchPlaceholder:"请输入搜索内容",itemUnit:"项",itemsUnit:"项",remove:"删除",selectCurrent:"全选当页",removeCurrent:"删除当页",selectAll:"全选所有",deselectAll:"取消全选",removeAll:"删除全部",selectInvert:"反选当页"},Upload:{uploading:"文件上传中",removeFile:"删除文件",uploadError:"上传错误",previewFile:"预览文件",downloadFile:"下载文件"},Empty:{description:"暂无数据"},Icon:{icon:"图标"},Text:{edit:"编辑",copy:"复制",copied:"复制成功",expand:"展开",collapse:"收起"},Form:{optional:"(可选)",defaultValidateMessages:{default:"字段验证错误${label}",required:"请输入${label}",enum:"${label}必须是其中一个[${enum}]",whitespace:"${label}不能为空字符",date:{format:"${label}日期格式无效",parse:"${label}不能转换为日期",invalid:"${label}是一个无效日期"},types:{string:n,method:n,array:n,object:n,number:n,date:n,boolean:n,integer:n,float:n,regexp:n,email:n,url:n,hex:n},string:{len:"${label}须为${len}个字符",min:"${label}最少${min}个字符",max:"${label}最多${max}个字符",range:"${label}须在${min}-${max}字符之间"},number:{len:"${label}必须等于${len}",min:"${label}最小值为${min}",max:"${label}最大值为${max}",range:"${label}须在${min}-${max}之间"},array:{len:"须为${len}个${label}",min:"最少${min}个${label}",max:"最多${max}个${label}",range:"${label}数量须在${min}-${max}之间"},pattern:{mismatch:"${label}与模式不匹配${pattern}"}}},QRCode:{expired:"二维码过期",refresh:"点击刷新",scanned:"已扫描"},ColorPicker:{presetEmpty:"暂无",transparent:"无色",singleColor:"单色",gradientColor:"渐变色"}};return v.default=l,v}var W,Fe;function zt(){return Fe||(Fe=1,W=Ct()),W}var vt=zt();const It=ue(vt),Ht="gz-button-gold-dark-gradient",xt=["primaryGradientStart","primaryGradientEnd","primaryGradientStartHover","primaryGradientEndHover","primaryGradientStartActive","primaryGradientEndActive"],Mt=r=>r==="gold-dark"||r==="goldDark",Dt=r=>{const o=r.components?.Button;return!o||typeof o!="object"?{}:o},Et=r=>xt.every(o=>!!r[o]),yt=r=>({"--gz-button-primary-gradient-start":r.primaryGradientStart,"--gz-button-primary-gradient-end":r.primaryGradientEnd,"--gz-button-primary-gradient-start-hover":r.primaryGradientStartHover,"--gz-button-primary-gradient-end-hover":r.primaryGradientEndHover,"--gz-button-primary-gradient-start-active":r.primaryGradientStartActive,"--gz-button-primary-gradient-end-active":r.primaryGradientEndActive,"--gz-button-primary-gradient-text":r.primaryText,"--gz-button-primary-gradient-text-hover":r.primaryTextHover??r.primaryText,"--gz-button-primary-gradient-text-active":r.primaryTextActive??r.primaryText}),Pt=(...r)=>r.filter(Boolean).join(" ")||void 0,At=r=>{const o=g.compilerRuntimeExports.c(18);let e,t,i,n,l,p;o[0]!==r?({mode:l,theme:i,locale:p,button:t,children:e,...n}=r,o[0]=r,o[1]=e,o[2]=t,o[3]=i,o[4]=n,o[5]=l,o[6]=p):(e=o[1],t=o[2],i=o[3],n=o[4],l=o[5],p=o[6]);const F=l===void 0?"gold-dark":l,s=p===void 0?It:p;let u,S;if(o[7]!==t||o[8]!==i||o[9]!==F){const G=b(F);u={...G,...i,token:{...G.token,...i?.token},components:{...G.components,...i?.components}};const oe=Dt(u);S=Mt(F)&&Et(oe)?{...t,className:Pt(Ht,t?.className),style:{...yt(oe),...t?.style}}:t,o[7]=t,o[8]=i,o[9]=F,o[10]=u,o[11]=S}else u=o[10],S=o[11];const z=S;let k;return o[12]!==z||o[13]!==e||o[14]!==s||o[15]!==u||o[16]!==n?(k=d.jsx(a.ConfigProvider,{theme:u,locale:s,button:z,...n,children:e}),o[12]=z,o[13]=e,o[14]=s,o[15]=u,o[16]=n,o[17]=k):k=o[17],k},qe=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(7);let t,i;e[0]!==r?({children:t,...i}=r,e[0]=r,e[1]=t,e[2]=i):(t=e[1],i=e[2]);const n=o;let l;return e[3]!==t||e[4]!==i||e[5]!==n?(l=d.jsx(a.InputNumber,{ref:n,...i,children:t}),e[3]=t,e[4]=i,e[5]=n,e[6]=l):l=e[6],l});qe.displayName="GZInputNumber";const Qe=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(7);let t,i;e[0]!==r?({children:t,...i}=r,e[0]=r,e[1]=t,e[2]=i):(t=e[1],i=e[2]);let n;return e[3]!==t||e[4]!==o||e[5]!==i?(n=d.jsx(a.Radio.Group,{ref:o,...i,children:t}),e[3]=t,e[4]=o,e[5]=i,e[6]=n):n=e[6],n});Qe.displayName="GZRadioGroup";const Ke=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(7);let t,i;e[0]!==r?({children:t,...i}=r,e[0]=r,e[1]=t,e[2]=i):(t=e[1],i=e[2]);const n=o;let l;return e[3]!==t||e[4]!==i||e[5]!==n?(l=d.jsx(a.Radio.Button,{ref:n,...i,children:t}),e[3]=t,e[4]=i,e[5]=n,e[6]=l):l=e[6],l});Ke.displayName="GZRadioButton";const ft=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(7);let t,i;e[0]!==r?({children:t,...i}=r,e[0]=r,e[1]=t,e[2]=i):(t=e[1],i=e[2]);const n=o;let l;return e[3]!==t||e[4]!==i||e[5]!==n?(l=d.jsx(a.Radio,{ref:n,...i,children:t}),e[3]=t,e[4]=i,e[5]=n,e[6]=l):l=e[6],l}),L=ft;L.Group=Qe;L.Button=Ke;L.displayName="GZRadio";const Ue=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(3),t=o;let i;return e[0]!==r||e[1]!==t?(i=d.jsx(a.Rate,{ref:t,...r}),e[0]=r,e[1]=t,e[2]=i):i=e[2],i});Ue.displayName="GZRate";const Ye=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(7);let t,i;e[0]!==r?({children:t,...i}=r,e[0]=r,e[1]=t,e[2]=i):(t=e[1],i=e[2]);const n=o;let l;return e[3]!==t||e[4]!==i||e[5]!==n?(l=d.jsx(a.Select.Option,{ref:n,...i,children:t}),e[3]=t,e[4]=i,e[5]=n,e[6]=l):l=e[6],l});Ye.displayName="GZSelectOption";const Je=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(7);let t,i;e[0]!==r?({children:t,...i}=r,e[0]=r,e[1]=t,e[2]=i):(t=e[1],i=e[2]);const n=o;let l;return e[3]!==t||e[4]!==i||e[5]!==n?(l=d.jsx(a.Select.OptGroup,{ref:n,...i,children:t}),e[3]=t,e[4]=i,e[5]=n,e[6]=l):l=e[6],l});Je.displayName="GZSelectOptGroup";const kt=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(3),t=o;let i;return e[0]!==r||e[1]!==t?(i=d.jsx(a.Select,{ref:t,...r}),e[0]=r,e[1]=t,e[2]=i):i=e[2],i}),T=kt;T.Option=Ye;T.OptGroup=Je;T.displayName="GZSelect";var O={exports:{}};var se;function Lt(){return se||(se=1,(function(r){(function(){var o={}.hasOwnProperty;function e(){for(var t=[],i=0;i<arguments.length;i++){var n=arguments[i];if(n){var l=typeof n;if(l==="string"||l==="number")t.push(n);else if(Array.isArray(n)){if(n.length){var p=e.apply(null,n);p&&t.push(p)}}else if(l==="object"){if(n.toString!==Object.prototype.toString&&!n.toString.toString().includes("[native code]")){t.push(n.toString());continue}for(var F in n)o.call(n,F)&&n[F]&&t.push(F)}}}return t.join(" ")}r.exports?(e.default=e,r.exports=e):window.classNames=e})()})(O)),O.exports}var Tt=Lt();const wt=ue(Tt),eo=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(9);let t,i;e[0]!==r?({className:t,...i}=r,e[0]=r,e[1]=t,e[2]=i):(t=e[1],i=e[2]);let n;e[3]!==t?(n=wt("gz-switch",t),e[3]=t,e[4]=n):n=e[4];let l;return e[5]!==o||e[6]!==i||e[7]!==n?(l=d.jsx(a.Switch,{ref:o,className:n,...i}),e[5]=o,e[6]=i,e[7]=n,e[8]=l):l=e[8],l});eo.displayName="Switch";const oo=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(3);let t;return e[0]!==r||e[1]!==o?(t=d.jsx(a.TimePicker.RangePicker,{ref:o,...r}),e[0]=r,e[1]=o,e[2]=t):t=e[2],t});oo.displayName="GZTimeRangePicker";const Gt=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(3);let t;return e[0]!==r||e[1]!==o?(t=d.jsx(a.TimePicker,{ref:o,...r}),e[0]=r,e[1]=o,e[2]=t):t=e[2],t}),K=Gt;K.RangePicker=oo;K.displayName="GZTimePicker";const to=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(5);let t;e[0]!==r?(t=d.jsx(a.Transfer.List,{...r}),e[0]=r,e[1]=t):t=e[1];let i;return e[2]!==o||e[3]!==t?(i=d.jsx("div",{ref:o,children:t}),e[2]=o,e[3]=t,e[4]=i):i=e[4],i});to.displayName="GZTransferList";const ro=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(5);let t;e[0]!==r?(t=d.jsx(a.Transfer.Search,{...r}),e[0]=r,e[1]=t):t=e[1];let i;return e[2]!==o||e[3]!==t?(i=d.jsx("div",{ref:o,children:t}),e[2]=o,e[3]=t,e[4]=i):i=e[4],i});ro.displayName="GZTransferSearch";const io=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(5);let t;e[0]!==r?(t=d.jsx(a.Transfer.Operation,{...r}),e[0]=r,e[1]=t):t=e[1];let i;return e[2]!==o||e[3]!==t?(i=d.jsx("div",{ref:o,children:t}),e[2]=o,e[3]=t,e[4]=i):i=e[4],i});io.displayName="GZTransferOperation";const Rt=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(6);let t;e[0]===Symbol.for("react.memo_cache_sentinel")?(t={width:"100%"},e[0]=t):t=e[0];let i;e[1]!==r?(i=d.jsx(a.Transfer,{...r}),e[1]=r,e[2]=i):i=e[2];let n;return e[3]!==o||e[4]!==i?(n=d.jsx("div",{ref:o,style:t,children:i}),e[3]=o,e[4]=i,e[5]=n):n=e[5],n}),f=Rt;f.List=to;f.Search=ro;f.Operation=io;f.displayName="GZTransfer";const no=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(7);let t,i;e[0]!==r?({children:t,...i}=r,e[0]=r,e[1]=t,e[2]=i):(t=e[1],i=e[2]);const n=o,l=i;let p;return e[3]!==t||e[4]!==n||e[5]!==l?(p=d.jsx(a.TreeSelect.TreeNode,{ref:n,...l,children:t}),e[3]=t,e[4]=n,e[5]=l,e[6]=p):p=e[6],p});no.displayName="GZTreeNode";const Wt=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(3),t=o;let i;return e[0]!==r||e[1]!==t?(i=d.jsx(a.TreeSelect,{ref:t,...r}),e[0]=r,e[1]=t,e[2]=i):i=e[2],i}),h=Wt;h.TreeNode=no;h.SHOW_ALL=a.TreeSelect.SHOW_ALL;h.SHOW_PARENT=a.TreeSelect.SHOW_PARENT;h.SHOW_CHILD=a.TreeSelect.SHOW_CHILD;h.displayName="GZTreeSelect";const ao=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(7);let t,i;e[0]!==r?({children:t,...i}=r,e[0]=r,e[1]=t,e[2]=i):(t=e[1],i=e[2]);let n;return e[3]!==t||e[4]!==o||e[5]!==i?(n=d.jsx(a.Upload.Dragger,{ref:o,...i,children:t}),e[3]=t,e[4]=o,e[5]=i,e[6]=n):n=e[6],n});ao.displayName="GZDragger";const Ot=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(7);let t,i;e[0]!==r?({children:t,...i}=r,e[0]=r,e[1]=t,e[2]=i):(t=e[1],i=e[2]);const n=o;let l;return e[3]!==t||e[4]!==i||e[5]!==n?(l=d.jsx(a.Upload,{ref:n,...i,children:t}),e[3]=t,e[4]=i,e[5]=n,e[6]=l):l=e[6],l}),w=Ot;w.Dragger=ao;w.LIST_IGNORE=a.Upload.LIST_IGNORE;w.displayName="GZUpload";const lo=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(3);let t;return e[0]!==r||e[1]!==o?(t=d.jsx(a.Card,{ref:o,...r}),e[0]=r,e[1]=o,e[2]=t):t=e[2],t});lo.displayName="GZCard";const go=r=>{const o=g.compilerRuntimeExports.c(2);let e;return o[0]!==r?(e=d.jsx(a.Card.Grid,{...r}),o[0]=r,o[1]=e):e=o[1],e};go.displayName="GZCardGrid";const co=r=>{const o=g.compilerRuntimeExports.c(2);let e;return o[0]!==r?(e=d.jsx(a.Card.Meta,{...r}),o[0]=r,o[1]=e):e=o[1],e};co.displayName="GZCardMeta";const U=lo;U.Grid=go;U.Meta=co;const Fo=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(3);let t;return e[0]!==r||e[1]!==o?(t=d.jsx(a.Collapse,{ref:o,...r}),e[0]=r,e[1]=o,e[2]=t):t=e[2],t});Fo.displayName="GZCollapse";const so=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(3);let t;return e[0]!==r||e[1]!==o?(t=d.jsx(a.Collapse.Panel,{ref:o,...r}),e[0]=r,e[1]=o,e[2]=t):t=e[2],t});so.displayName="GZCollapsePanel";const po=Fo;po.Panel=so;const uo=r=>{const o=g.compilerRuntimeExports.c(2);let e;return o[0]!==r?(e=d.jsx(a.Empty,{...r}),o[0]=r,o[1]=e):e=o[1],e};uo.displayName="GZEmpty";const Y=uo;Y.PRESENTED_IMAGE_DEFAULT=a.Empty.PRESENTED_IMAGE_DEFAULT;Y.PRESENTED_IMAGE_SIMPLE=a.Empty.PRESENTED_IMAGE_SIMPLE;const So=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(3);let t;return e[0]!==r||e[1]!==o?(t=d.jsx(a.Popover,{ref:o,...r}),e[0]=r,e[1]=o,e[2]=t):t=e[2],t});So.displayName="GZPopover";const mo=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(3);let t;return e[0]!==r||e[1]!==o?(t=d.jsx(a.Segmented,{ref:o,...r}),e[0]=r,e[1]=o,e[2]=t):t=e[2],t});mo.displayName="GZSegmented";const Bo=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(3);let t;return e[0]!==r||e[1]!==o?(t=d.jsx(a.Tag,{ref:o,...r}),e[0]=r,e[1]=o,e[2]=t):t=e[2],t});Bo.displayName="GZTag";const bo=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(3);let t;return e[0]!==r||e[1]!==o?(t=d.jsx(a.Tag.CheckableTag,{ref:o,...r}),e[0]=r,e[1]=o,e[2]=t):t=e[2],t});bo.displayName="GZCheckableTag";const ho=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(3);let t;return e[0]!==r||e[1]!==o?(t=d.jsx(a.Tag.CheckableTagGroup,{ref:o,...r}),e[0]=r,e[1]=o,e[2]=t):t=e[2],t});ho.displayName="GZCheckableTagGroup";const J=Bo;J.CheckableTag=bo;J.CheckableTagGroup=ho;const Co=r=>{const o=g.compilerRuntimeExports.c(2);let e;return o[0]!==r?(e=d.jsx(a.Timeline,{...r}),o[0]=r,o[1]=e):e=o[1],e};Co.displayName="GZTimeline";const zo=r=>{const o=g.compilerRuntimeExports.c(2);let e;return o[0]!==r?(e=d.jsx(a.Timeline.Item,{...r}),o[0]=r,o[1]=e):e=o[1],e};zo.displayName="GZTimelineItem";const vo=Co;vo.Item=zo;const Io=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(3);let t;return e[0]!==r||e[1]!==o?(t=d.jsx(a.Tooltip,{ref:o,...r}),e[0]=r,e[1]=o,e[2]=t):t=e[2],t});Io.displayName="GZTooltip";const Ho=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(3);let t;return e[0]!==r||e[1]!==o?(t=d.jsx(a.Alert,{ref:o,...r}),e[0]=r,e[1]=o,e[2]=t):t=e[2],t});Ho.displayName="GZAlert";const Nt=a.Alert.ErrorBoundary,xo=r=>{const o=g.compilerRuntimeExports.c(2);let e;return o[0]!==r?(e=d.jsx(Nt,{...r}),o[0]=r,o[1]=e):e=o[1],e};xo.displayName="GZAlertErrorBoundary";const Mo=Ho;Mo.ErrorBoundary=xo;const Do=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(3);let t;return e[0]!==r||e[1]!==o?(t=d.jsx(a.Tree,{ref:o,...r}),e[0]=r,e[1]=o,e[2]=t):t=e[2],t});Do.displayName="GZTree";const Xt=a.Tree.DirectoryTree,Eo=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(3);let t;return e[0]!==r||e[1]!==o?(t=d.jsx(Xt,{ref:o,...r}),e[0]=r,e[1]=o,e[2]=t):t=e[2],t});Eo.displayName="GZDirectoryTree";const yo=Do;yo.DirectoryTree=Eo;const Po=r=>{const o=g.compilerRuntimeExports.c(2);let e;return o[0]!==r?(e=d.jsx(a.Drawer,{...r}),o[0]=r,o[1]=e):e=o[1],e};Po.displayName="GZDrawer";const Ao=r=>{const o=g.compilerRuntimeExports.c(2);let e;return o[0]!==r?(e=d.jsx(a.Modal,{...r}),o[0]=r,o[1]=e):e=o[1],e};Ao.displayName="GZModal";const fo=Ao;Object.assign(fo,a.Modal);const ko=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(3);let t;return e[0]!==r||e[1]!==o?(t=d.jsx(a.Popconfirm,{ref:o,...r}),e[0]=r,e[1]=o,e[2]=t):t=e[2],t});ko.displayName="GZPopconfirm";const Lo=c.forwardRef((r,o)=>{const e=g.compilerRuntimeExports.c(3);let t;return e[0]!==r||e[1]!==o?(t=d.jsx(a.Progress,{ref:o,...r}),e[0]=r,e[1]=o,e[2]=t):t=e[2],t});Lo.displayName="GZProgress";const To=r=>{const o=g.compilerRuntimeExports.c(2);let e;return o[0]!==r?(e=d.jsx(a.Result,{...r}),o[0]=r,o[1]=e):e=o[1],e};To.displayName="GZResult";const wo=To;Object.assign(wo,a.Result);const Go=r=>{const o=g.compilerRuntimeExports.c(2);let e;return o[0]!==r?(e=d.jsx(a.Skeleton,{...r}),o[0]=r,o[1]=e):e=o[1],e};Go.displayName="GZSkeleton";const Ro=r=>{const o=g.compilerRuntimeExports.c(2);let e;return o[0]!==r?(e=d.jsx(a.Skeleton.Button,{...r}),o[0]=r,o[1]=e):e=o[1],e};Ro.displayName="GZSkeletonButton";const Wo=r=>{const o=g.compilerRuntimeExports.c(2);let e;return o[0]!==r?(e=d.jsx(a.Skeleton.Avatar,{...r}),o[0]=r,o[1]=e):e=o[1],e};Wo.displayName="GZSkeletonAvatar";const Oo=r=>{const o=g.compilerRuntimeExports.c(2);let e;return o[0]!==r?(e=d.jsx(a.Skeleton.Input,{...r}),o[0]=r,o[1]=e):e=o[1],e};Oo.displayName="GZSkeletonInput";const No=r=>{const o=g.compilerRuntimeExports.c(2);let e;return o[0]!==r?(e=d.jsx(a.Skeleton.Image,{...r}),o[0]=r,o[1]=e):e=o[1],e};No.displayName="GZSkeletonImage";const Xo=r=>{const o=g.compilerRuntimeExports.c(2);let e;return o[0]!==r?(e=d.jsx(a.Skeleton.Node,{...r}),o[0]=r,o[1]=e):e=o[1],e};Xo.displayName="GZSkeletonNode";const C=Go;C.Button=Ro;C.Avatar=Wo;C.Input=Oo;C.Image=No;C.Node=Xo;const jo=r=>{const o=g.compilerRuntimeExports.c(2);let e;return o[0]!==r?(e=d.jsx(a.Spin,{...r}),o[0]=r,o[1]=e):e=o[1],e};jo.displayName="GZSpin";const $o=jo;Object.assign($o,a.Spin);const _o=r=>{const o=g.compilerRuntimeExports.c(2);let e;return o[0]!==r?(e=d.jsx(a.Image,{...r}),o[0]=r,o[1]=e):e=o[1],e};_o.displayName="GZImage";const Zo=r=>{const o=g.compilerRuntimeExports.c(2);let e;return o[0]!==r?(e=d.jsx(a.Image.PreviewGroup,{...r}),o[0]=r,o[1]=e):e=o[1],e};Zo.displayName="GZImagePreviewGroup";const ee=_o;Object.assign(ee,a.Image);ee.PreviewGroup=Zo;Object.defineProperty(exports,"message",{enumerable:!0,get:()=>a.message});Object.defineProperty(exports,"notification",{enumerable:!0,get:()=>a.notification});exports.Button=g.Button;exports.Alert=Mo;exports.AutoComplete=Pe;exports.Avatar=Z;exports.Badge=V;exports.Breadcrumb=be;exports.Calendar=ke;exports.Card=U;exports.Cascader=A;exports.Checkbox=q;exports.Collapse=po;exports.ConfigProvider=At;exports.DatePicker=m;exports.Divider=Se;exports.Drawer=Po;exports.Dropdown=he;exports.Empty=Y;exports.Flex=Be;exports.Form=B;exports.Image=ee;exports.Input=y;exports.InputNumber=qe;exports.Menu=P;exports.Modal=fo;exports.Pagination=Me;exports.Popconfirm=ko;exports.Popover=So;exports.Progress=Lo;exports.Radio=L;exports.Rate=Ue;exports.Result=wo;exports.Segmented=mo;exports.Select=T;exports.Skeleton=C;exports.Space=_;exports.Spin=$o;exports.Steps=De;exports.Switch=eo;exports.Tabs=ye;exports.Tag=J;exports.TimePicker=K;exports.Timeline=vo;exports.Tooltip=Io;exports.Transfer=f;exports.Tree=yo;exports.TreeSelect=h;exports.Upload=w;exports.blueDarkThemeConfig=ot;exports.blueDarkThemeCustomTokens=nt;exports.blueDarkThemeTokens=N;exports.blueLightThemeConfig=tt;exports.blueLightThemeCustomTokens=at;exports.blueLightThemeTokens=X;exports.defaultThemeConfig=Yo;exports.defaultThemeMode=pe;exports.getThemeConfig=b;exports.goldDarkThemeConfig=Jo;exports.goldDarkThemeCustomTokens=rt;exports.goldDarkThemeTokens=j;exports.goldLightThemeConfig=et;exports.goldLightThemeCustomTokens=it;exports.goldLightThemeTokens=$;