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