@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,1324 @@
|
|
|
1
|
+
export declare const lightThemeTokens: {
|
|
2
|
+
token: {
|
|
3
|
+
"0": number;
|
|
4
|
+
"1": number;
|
|
5
|
+
"2": number;
|
|
6
|
+
"3": number;
|
|
7
|
+
"4": number;
|
|
8
|
+
"5": number;
|
|
9
|
+
"6": number;
|
|
10
|
+
"7": number;
|
|
11
|
+
"8": number;
|
|
12
|
+
"9": number;
|
|
13
|
+
"10": number;
|
|
14
|
+
"11": number;
|
|
15
|
+
"12": number;
|
|
16
|
+
"13": number;
|
|
17
|
+
"14": number;
|
|
18
|
+
"15": number;
|
|
19
|
+
"16": number;
|
|
20
|
+
"17": number;
|
|
21
|
+
"18": number;
|
|
22
|
+
"19": number;
|
|
23
|
+
"20": number;
|
|
24
|
+
"21": number;
|
|
25
|
+
"22": number;
|
|
26
|
+
"23": number;
|
|
27
|
+
red1: string;
|
|
28
|
+
red2: string;
|
|
29
|
+
red3: string;
|
|
30
|
+
red4: string;
|
|
31
|
+
red5: string;
|
|
32
|
+
red6: string;
|
|
33
|
+
red7: string;
|
|
34
|
+
red8: string;
|
|
35
|
+
red9: string;
|
|
36
|
+
red10: string;
|
|
37
|
+
volcano1: string;
|
|
38
|
+
volcano2: string;
|
|
39
|
+
volcano3: string;
|
|
40
|
+
volcano4: string;
|
|
41
|
+
volcano5: string;
|
|
42
|
+
volcano6: string;
|
|
43
|
+
volcano7: string;
|
|
44
|
+
volcano8: string;
|
|
45
|
+
volcano9: string;
|
|
46
|
+
volcano10: string;
|
|
47
|
+
orange1: string;
|
|
48
|
+
orange2: string;
|
|
49
|
+
orange3: string;
|
|
50
|
+
orange4: string;
|
|
51
|
+
orange5: string;
|
|
52
|
+
orange6: string;
|
|
53
|
+
orange7: string;
|
|
54
|
+
orange8: string;
|
|
55
|
+
orange9: string;
|
|
56
|
+
orange10: string;
|
|
57
|
+
gold1: string;
|
|
58
|
+
gold2: string;
|
|
59
|
+
gold3: string;
|
|
60
|
+
gold4: string;
|
|
61
|
+
gold5: string;
|
|
62
|
+
gold6: string;
|
|
63
|
+
gold7: string;
|
|
64
|
+
gold8: string;
|
|
65
|
+
gold9: string;
|
|
66
|
+
gold10: string;
|
|
67
|
+
yellow1: string;
|
|
68
|
+
yellow2: string;
|
|
69
|
+
yellow3: string;
|
|
70
|
+
yellow4: string;
|
|
71
|
+
yellow5: string;
|
|
72
|
+
yellow6: string;
|
|
73
|
+
yellow7: string;
|
|
74
|
+
yellow8: string;
|
|
75
|
+
yellow9: string;
|
|
76
|
+
yellow10: string;
|
|
77
|
+
lime1: string;
|
|
78
|
+
lime2: string;
|
|
79
|
+
lime3: string;
|
|
80
|
+
lime4: string;
|
|
81
|
+
lime5: string;
|
|
82
|
+
lime6: string;
|
|
83
|
+
lime7: string;
|
|
84
|
+
lime8: string;
|
|
85
|
+
lime9: string;
|
|
86
|
+
lime10: string;
|
|
87
|
+
green1: string;
|
|
88
|
+
green2: string;
|
|
89
|
+
green3: string;
|
|
90
|
+
green4: string;
|
|
91
|
+
green5: string;
|
|
92
|
+
green6: string;
|
|
93
|
+
green7: string;
|
|
94
|
+
green8: string;
|
|
95
|
+
green9: string;
|
|
96
|
+
green10: string;
|
|
97
|
+
cyan1: string;
|
|
98
|
+
cyan2: string;
|
|
99
|
+
cyan3: string;
|
|
100
|
+
cyan4: string;
|
|
101
|
+
cyan5: string;
|
|
102
|
+
cyan6: string;
|
|
103
|
+
cyan7: string;
|
|
104
|
+
cyan8: string;
|
|
105
|
+
cyan9: string;
|
|
106
|
+
cyan10: string;
|
|
107
|
+
"guozhi blue1": string;
|
|
108
|
+
"guozhi blue2": string;
|
|
109
|
+
"guozhi blue3": string;
|
|
110
|
+
"guozhi blue4": string;
|
|
111
|
+
"guozhi blue5": string;
|
|
112
|
+
"guozhi blue6": string;
|
|
113
|
+
"guozhi blue7": string;
|
|
114
|
+
"guozhi blue8": string;
|
|
115
|
+
"guozhi blue9": string;
|
|
116
|
+
"guozhi blue10": string;
|
|
117
|
+
"galaxy blue1": string;
|
|
118
|
+
"galaxy blue2": string;
|
|
119
|
+
"galaxy blue3": string;
|
|
120
|
+
"galaxy blue4": string;
|
|
121
|
+
"galaxy blue5": string;
|
|
122
|
+
"galaxy blue6": string;
|
|
123
|
+
"galaxy blue7": string;
|
|
124
|
+
"galaxy blue8": string;
|
|
125
|
+
"galaxy blue9": string;
|
|
126
|
+
"galaxy blue10": string;
|
|
127
|
+
purple1: string;
|
|
128
|
+
purple2: string;
|
|
129
|
+
purple3: string;
|
|
130
|
+
purple4: string;
|
|
131
|
+
purple5: string;
|
|
132
|
+
purple6: string;
|
|
133
|
+
purple7: string;
|
|
134
|
+
purple8: string;
|
|
135
|
+
purple9: string;
|
|
136
|
+
purple10: string;
|
|
137
|
+
magenta1: string;
|
|
138
|
+
magenta2: string;
|
|
139
|
+
magenta3: string;
|
|
140
|
+
magenta4: string;
|
|
141
|
+
magenta5: string;
|
|
142
|
+
magenta6: string;
|
|
143
|
+
magenta7: string;
|
|
144
|
+
magenta8: string;
|
|
145
|
+
magenta9: string;
|
|
146
|
+
magenta10: string;
|
|
147
|
+
gray1: string;
|
|
148
|
+
gray2: string;
|
|
149
|
+
gray3: string;
|
|
150
|
+
gray4: string;
|
|
151
|
+
gray5: string;
|
|
152
|
+
gray6: string;
|
|
153
|
+
gray7: string;
|
|
154
|
+
gray8: string;
|
|
155
|
+
gray9: string;
|
|
156
|
+
gray10: string;
|
|
157
|
+
colorPrimary: string;
|
|
158
|
+
colorSuccess: string;
|
|
159
|
+
colorWarning: string;
|
|
160
|
+
colorError: string;
|
|
161
|
+
colorInfo: string;
|
|
162
|
+
colorTextBase: string;
|
|
163
|
+
colorBgBase: string;
|
|
164
|
+
sizeUnit: number;
|
|
165
|
+
sizeStep: number;
|
|
166
|
+
sizePopupArrow: number;
|
|
167
|
+
controlHeight: number;
|
|
168
|
+
opacityImage: number;
|
|
169
|
+
fontFamily: string;
|
|
170
|
+
fontFamilyCode: string;
|
|
171
|
+
fontSize: number;
|
|
172
|
+
lineWidth: number;
|
|
173
|
+
borderRadius: number;
|
|
174
|
+
zIndexPopupBase: number;
|
|
175
|
+
lineType: string;
|
|
176
|
+
motion: number;
|
|
177
|
+
motionBase: number;
|
|
178
|
+
motionEaseInBack: string;
|
|
179
|
+
motionEaseInOut: string;
|
|
180
|
+
motionEaseInOutCirc: string;
|
|
181
|
+
motionEaseInQuint: string;
|
|
182
|
+
motionEaseOut: string;
|
|
183
|
+
motionEaseOutBack: string;
|
|
184
|
+
motionEaseOutCirc: string;
|
|
185
|
+
motionEaseOutQuint: string;
|
|
186
|
+
motionUnit: number;
|
|
187
|
+
wireframe: boolean;
|
|
188
|
+
colorPrimaryBg: string;
|
|
189
|
+
colorPrimaryBgHover: string;
|
|
190
|
+
colorPrimaryBorder: string;
|
|
191
|
+
colorPrimaryBorderHover: string;
|
|
192
|
+
colorPrimaryHover: string;
|
|
193
|
+
colorPrimaryBase: string;
|
|
194
|
+
colorPrimaryActive: string;
|
|
195
|
+
colorPrimaryTextHover: string;
|
|
196
|
+
colorPrimaryText: string;
|
|
197
|
+
colorPrimaryTextActive: string;
|
|
198
|
+
colorSuccessBg: string;
|
|
199
|
+
colorSuccessBgHover: string;
|
|
200
|
+
colorSuccessBorder: string;
|
|
201
|
+
colorSuccessBorderHover: string;
|
|
202
|
+
colorSuccessHover: string;
|
|
203
|
+
colorSuccessBase: string;
|
|
204
|
+
colorSuccessActive: string;
|
|
205
|
+
colorSuccessTextHover: string;
|
|
206
|
+
colorSuccessText: string;
|
|
207
|
+
colorSuccessTextActive: string;
|
|
208
|
+
colorWarningBg: string;
|
|
209
|
+
colorWarningBgHover: string;
|
|
210
|
+
colorWarningBorder: string;
|
|
211
|
+
colorWarningBorderHover: string;
|
|
212
|
+
colorWarningHover: string;
|
|
213
|
+
colorWarningBase: string;
|
|
214
|
+
colorWarningActive: string;
|
|
215
|
+
colorWarningTextHover: string;
|
|
216
|
+
colorWarningText: string;
|
|
217
|
+
colorWarningTextActive: string;
|
|
218
|
+
colorErrorBg: string;
|
|
219
|
+
colorErrorBgHover: string;
|
|
220
|
+
colorErrorBorder: string;
|
|
221
|
+
colorErrorBorderHover: string;
|
|
222
|
+
colorErrorHover: string;
|
|
223
|
+
colorErrorBase: string;
|
|
224
|
+
colorErrorActive: string;
|
|
225
|
+
colorErrorTextHover: string;
|
|
226
|
+
colorErrorText: string;
|
|
227
|
+
colorErrorTextActive: string;
|
|
228
|
+
colorInfoBg: string;
|
|
229
|
+
colorInfoBgHover: string;
|
|
230
|
+
colorInfoBorder: string;
|
|
231
|
+
colorInfoBorderHover: string;
|
|
232
|
+
colorInfoHover: string;
|
|
233
|
+
colorInfoBase: string;
|
|
234
|
+
colorInfoActive: string;
|
|
235
|
+
colorInfoTextHover: string;
|
|
236
|
+
colorInfoText: string;
|
|
237
|
+
colorInfoTextActive: string;
|
|
238
|
+
colorText: string;
|
|
239
|
+
colorTextSecondary: string;
|
|
240
|
+
colorTextTertiary: string;
|
|
241
|
+
colorTextQuaternary: string;
|
|
242
|
+
colorBorder: string;
|
|
243
|
+
colorBorderSecondary: string;
|
|
244
|
+
colorFill: string;
|
|
245
|
+
colorFillSecondary: string;
|
|
246
|
+
colorFillTertiary: string;
|
|
247
|
+
colorFillQuaternary: string;
|
|
248
|
+
colorBgLayout: string;
|
|
249
|
+
colorBgContainer: string;
|
|
250
|
+
colorBgElevated: string;
|
|
251
|
+
colorBgSpotlight: string;
|
|
252
|
+
colorBgMask: string;
|
|
253
|
+
sizeXXL: number;
|
|
254
|
+
sizeXL: number;
|
|
255
|
+
sizeLG: number;
|
|
256
|
+
sizeMD: number;
|
|
257
|
+
sizeMS: number;
|
|
258
|
+
size: number;
|
|
259
|
+
sizeSM: number;
|
|
260
|
+
sizeXS: number;
|
|
261
|
+
sizeXXS: number;
|
|
262
|
+
controlHeightLG: number;
|
|
263
|
+
controlHeightSM: number;
|
|
264
|
+
controlHeightXS: number;
|
|
265
|
+
borderRadiusXS: number;
|
|
266
|
+
borderRadiusSM: number;
|
|
267
|
+
borderRadiusLG: number;
|
|
268
|
+
borderRadiusXL: number;
|
|
269
|
+
borderRadiusXXL: number;
|
|
270
|
+
borderRadiusOuter: number;
|
|
271
|
+
colorWhite: string;
|
|
272
|
+
colorBlack: string;
|
|
273
|
+
fontSizeXL: number;
|
|
274
|
+
fontSizeLG: number;
|
|
275
|
+
fontSizeSM: number;
|
|
276
|
+
fontSizeXS: number;
|
|
277
|
+
fontSizeXXS: number;
|
|
278
|
+
fontSizeHeading1: number;
|
|
279
|
+
fontSizeHeading2: number;
|
|
280
|
+
fontSizeHeading3: number;
|
|
281
|
+
fontSizeHeading4: number;
|
|
282
|
+
fontSizeHeading5: number;
|
|
283
|
+
lineHeight: number;
|
|
284
|
+
lineHeightLG: number;
|
|
285
|
+
lineHeightSM: number;
|
|
286
|
+
lineHeightHeading1: number;
|
|
287
|
+
lineHeightHeading2: number;
|
|
288
|
+
lineHeightHeading3: number;
|
|
289
|
+
lineHeightHeading4: number;
|
|
290
|
+
lineHeightHeading5: number;
|
|
291
|
+
lineWidthBold: number;
|
|
292
|
+
borderRadiusFull: number;
|
|
293
|
+
colorFillContrast: string;
|
|
294
|
+
colorBgBlur: string;
|
|
295
|
+
transparent: string;
|
|
296
|
+
colorBgSolid: string;
|
|
297
|
+
colorBgSolidHover: string;
|
|
298
|
+
colorBgSolidActive: string;
|
|
299
|
+
colorErrorBgFilledHover: string;
|
|
300
|
+
colorErrorBgActive: string;
|
|
301
|
+
colorLink: string;
|
|
302
|
+
colorSplit: string;
|
|
303
|
+
fontSizeIcon: number;
|
|
304
|
+
controlInteractiveSize: number;
|
|
305
|
+
paddingXL: number;
|
|
306
|
+
paddingLG: number;
|
|
307
|
+
paddingMD: number;
|
|
308
|
+
padding: number;
|
|
309
|
+
paddingSM: number;
|
|
310
|
+
paddingXS: number;
|
|
311
|
+
paddingXXS: number;
|
|
312
|
+
marginXXL: number;
|
|
313
|
+
marginXL: number;
|
|
314
|
+
marginLG: number;
|
|
315
|
+
marginMD: number;
|
|
316
|
+
margin: number;
|
|
317
|
+
marginSM: number;
|
|
318
|
+
marginXS: number;
|
|
319
|
+
marginXXS: number;
|
|
320
|
+
controlPaddingHorizontal: number;
|
|
321
|
+
controlPaddingHorizontalSM: number;
|
|
322
|
+
paddingContentHorizontalLG: number;
|
|
323
|
+
paddingContentVerticalLG: number;
|
|
324
|
+
paddingContentHorizontal: number;
|
|
325
|
+
paddingContentVertical: number;
|
|
326
|
+
paddingContentHorizontalSM: number;
|
|
327
|
+
paddingContentVerticalSM: number;
|
|
328
|
+
colorLinkHover: string;
|
|
329
|
+
colorLinkActive: string;
|
|
330
|
+
colorFillContent: string;
|
|
331
|
+
colorFillContentHover: string;
|
|
332
|
+
colorFillAlter: string;
|
|
333
|
+
colorBgContainerDisabled: string;
|
|
334
|
+
colorBorderBg: string;
|
|
335
|
+
colorTextPlaceholder: string;
|
|
336
|
+
colorTextDisabled: string;
|
|
337
|
+
colorTextHeading: string;
|
|
338
|
+
colorTextLabel: string;
|
|
339
|
+
colorTextDescription: string;
|
|
340
|
+
colorTextLightSolid: string;
|
|
341
|
+
colorHighlight: string;
|
|
342
|
+
colorBgTextHover: string;
|
|
343
|
+
colorBgTextActive: string;
|
|
344
|
+
colorIcon: string;
|
|
345
|
+
colorIconHover: string;
|
|
346
|
+
colorErrorOutline: string;
|
|
347
|
+
colorWarningOutline: string;
|
|
348
|
+
controlItemBgHover: string;
|
|
349
|
+
controlItemBgActive: string;
|
|
350
|
+
controlItemBgActiveHover: string;
|
|
351
|
+
controlItemBgActiveDisabled: string;
|
|
352
|
+
controlTmpOutline: string;
|
|
353
|
+
controlOutline: string;
|
|
354
|
+
controlOutlineWidth: number;
|
|
355
|
+
opacityLoading: number;
|
|
356
|
+
screenXS: number;
|
|
357
|
+
screenSM: number;
|
|
358
|
+
screenMD: number;
|
|
359
|
+
screenLG: number;
|
|
360
|
+
screenXL: number;
|
|
361
|
+
screenXXL: number;
|
|
362
|
+
screenXSMin: number;
|
|
363
|
+
screenXSMax: number;
|
|
364
|
+
screenSMMin: number;
|
|
365
|
+
screenSMMax: number;
|
|
366
|
+
screenMDMin: number;
|
|
367
|
+
screenMDMax: number;
|
|
368
|
+
screenLGMin: number;
|
|
369
|
+
screenLGMax: number;
|
|
370
|
+
screenXLMin: number;
|
|
371
|
+
screenXLMax: number;
|
|
372
|
+
screenXXLMin: number;
|
|
373
|
+
lineWidthFocus: number;
|
|
374
|
+
linkDecoration: string;
|
|
375
|
+
linkFocusDecoration: string;
|
|
376
|
+
linkHoverDecoration: string;
|
|
377
|
+
fontWeightStrong: number;
|
|
378
|
+
fontWeightNormal: number;
|
|
379
|
+
drawerWidth: number;
|
|
380
|
+
drawerWidthMD: number;
|
|
381
|
+
drawerWidthLG: number;
|
|
382
|
+
reqularItalic: string;
|
|
383
|
+
semiboldItalic: string;
|
|
384
|
+
regularItalic: string;
|
|
385
|
+
mediumItalic: string;
|
|
386
|
+
sidebarWidthMD: number;
|
|
387
|
+
sidebarWidthSm: number;
|
|
388
|
+
sidebarWidthLG: number;
|
|
389
|
+
sidebarCollapsedWidth: number;
|
|
390
|
+
colorBgSidebar: string;
|
|
391
|
+
headerHeight: number;
|
|
392
|
+
footerHeight: number;
|
|
393
|
+
tooltipVerticalPadding: number;
|
|
394
|
+
buttonPaddingHorizontal: number;
|
|
395
|
+
buttonPaddingHorizontalSM: number;
|
|
396
|
+
buttonIconOnlyFontSize: number;
|
|
397
|
+
buttonIconOnlyFontSizeLG: number;
|
|
398
|
+
buttonIconOnlyFontSizeSM: number;
|
|
399
|
+
borderRadiusRound: number;
|
|
400
|
+
borderRadiusRoundSM: number;
|
|
401
|
+
borderRadiusRoundLG: number;
|
|
402
|
+
buttonRoundPaddingHorizontal: number;
|
|
403
|
+
buttonRoundPaddingHorizontalLG: number;
|
|
404
|
+
buttonRoundPaddingHorizontalSM: number;
|
|
405
|
+
tagPaddingHorizontal: number;
|
|
406
|
+
tagIconSize: number;
|
|
407
|
+
iconMarginInline: number;
|
|
408
|
+
alertPaddingHorizontal: number;
|
|
409
|
+
alertIconSizeLG: number;
|
|
410
|
+
alertCloseIcon: number;
|
|
411
|
+
alertIcon: number;
|
|
412
|
+
messageContentHorizontal: number;
|
|
413
|
+
messageIcon: number;
|
|
414
|
+
switchHeight: number;
|
|
415
|
+
switchHeightSM: number;
|
|
416
|
+
switchPadding: number;
|
|
417
|
+
switchPinSize: number;
|
|
418
|
+
switchPinSizeActive: number;
|
|
419
|
+
switchPinSizeSM: number;
|
|
420
|
+
switchPinSizeSMActive: number;
|
|
421
|
+
switchWidth: number;
|
|
422
|
+
switchWidthSM: number;
|
|
423
|
+
switchInnerMarginMin: number;
|
|
424
|
+
switchInnerMarginMinSM: number;
|
|
425
|
+
switchLoadingIconColor: string;
|
|
426
|
+
borderRadiusSwitch: number;
|
|
427
|
+
borderRadiusMax: number;
|
|
428
|
+
borderRadiusSwitchHandle: number;
|
|
429
|
+
switchIconSizeSM: number;
|
|
430
|
+
switchIconSize: number;
|
|
431
|
+
iconSize: number;
|
|
432
|
+
codeBg: string;
|
|
433
|
+
codeBorder: string;
|
|
434
|
+
keyboardBg: string;
|
|
435
|
+
keyboardBorder: string;
|
|
436
|
+
codeAndKeyboardHorizontalMargin: number;
|
|
437
|
+
codeAndKeyboardHorizontalPadding: number;
|
|
438
|
+
codeAndKeyboardTopPadding: number;
|
|
439
|
+
codeKeyboardRadius: number;
|
|
440
|
+
codeAndKeyboardBottomPadding: number;
|
|
441
|
+
badgeShadowColor: string;
|
|
442
|
+
badgeShadowSize: number;
|
|
443
|
+
badgeHeight: number;
|
|
444
|
+
badgeHeightSM: number;
|
|
445
|
+
badgeDotSize: number;
|
|
446
|
+
badgeStatusSize: number;
|
|
447
|
+
borderRadiusBadge: number;
|
|
448
|
+
borderRadiusBadgeSM: number;
|
|
449
|
+
spinDotSize: number;
|
|
450
|
+
spinDotItemSize: number;
|
|
451
|
+
spinDotItemSizeSM: number;
|
|
452
|
+
spinDotItemSizeLG: number;
|
|
453
|
+
spinDotSizeSM: number;
|
|
454
|
+
spinDotSizeLG: number;
|
|
455
|
+
notificationCloseButtonSize: number;
|
|
456
|
+
notificationCloseIconSize: number;
|
|
457
|
+
notificationNoticeIconSize: number;
|
|
458
|
+
resultIconSize: number;
|
|
459
|
+
resultVerticalPadding: number;
|
|
460
|
+
resultContentHorizontalPadding: number;
|
|
461
|
+
popConfirmIconSize: number;
|
|
462
|
+
tourCloseSize: number;
|
|
463
|
+
tourCoverVerticalPadding: number;
|
|
464
|
+
tourIndicatorSize: number;
|
|
465
|
+
tourMaskBg: string;
|
|
466
|
+
avatarFontSizeBase: number;
|
|
467
|
+
avatarFontSizeSM: number;
|
|
468
|
+
avatarFontSizeLG: number;
|
|
469
|
+
emptyImgHeight: number;
|
|
470
|
+
emptyImgHeightMD: number;
|
|
471
|
+
emptyImgHeightSM: number;
|
|
472
|
+
QRCodeMaskBackgroundColor: string;
|
|
473
|
+
QRCodeExpiredTextColor: string;
|
|
474
|
+
carouselDotWidth: number;
|
|
475
|
+
carouselDotHeight: number;
|
|
476
|
+
carouselDotWidthActive: number;
|
|
477
|
+
carouselArrowSize: number;
|
|
478
|
+
carouselDotOffset: number;
|
|
479
|
+
carouselArrowOffset: number;
|
|
480
|
+
modalHeaderHeight: number;
|
|
481
|
+
modalCloseBtnSize: number;
|
|
482
|
+
modalCloseIconSize: number;
|
|
483
|
+
modalConfirmIconSize: number;
|
|
484
|
+
modalCloseButtonPosition: number;
|
|
485
|
+
drawerCloseIcon: number;
|
|
486
|
+
segmentedPaddingHorizontal: number;
|
|
487
|
+
segmentedPaddingHorizontalSM: number;
|
|
488
|
+
segmentedPadding: number;
|
|
489
|
+
segmentedLabelMinHeight: number;
|
|
490
|
+
segmentedLabelMinHeightLG: number;
|
|
491
|
+
segmentedLabelMinHeightSM: number;
|
|
492
|
+
segmentedItemGap: number;
|
|
493
|
+
segmentedIcon: number;
|
|
494
|
+
segmentedIconLG: number;
|
|
495
|
+
radioDotSize: number;
|
|
496
|
+
radioDotPadding: number;
|
|
497
|
+
radioButtonPaddingInline: number;
|
|
498
|
+
radioButtonPaddingInlineSM: number;
|
|
499
|
+
radioRadius: number;
|
|
500
|
+
radioDotDisabledSize: number;
|
|
501
|
+
radioButtonGroupPadding: number;
|
|
502
|
+
radioButtonHeight: number;
|
|
503
|
+
radioButtonHeightSM: number;
|
|
504
|
+
radioButtonHeightLG: number;
|
|
505
|
+
borderRadiusRadioButton: number;
|
|
506
|
+
borderRadiusRadioButtonSM: number;
|
|
507
|
+
borderRadiusRadioButtonLG: number;
|
|
508
|
+
checkboxSize: number;
|
|
509
|
+
checkboxIndeterminateSize: number;
|
|
510
|
+
rateStarSize: number;
|
|
511
|
+
timelineItemHeadSize: number;
|
|
512
|
+
timelineItemPaddingBottom: number;
|
|
513
|
+
itemTailHorizontalPadding: number;
|
|
514
|
+
itemTailVerticalPadding: number;
|
|
515
|
+
collapseExpandIconHeight: number;
|
|
516
|
+
collapseExpandIconHeightLG: number;
|
|
517
|
+
collapseExpandIconHeightSM: number;
|
|
518
|
+
collapseExpandIconPaddingHorizontalStart: number;
|
|
519
|
+
collapseExpandIconPaddingHorizontalStartSM: number;
|
|
520
|
+
collapseExpandIconPaddingHorizontalStartLG: number;
|
|
521
|
+
selectInputPaddingHorizontalBase: number;
|
|
522
|
+
selectInputPaddingHorizontalSM: number;
|
|
523
|
+
selectionItemPadding: number;
|
|
524
|
+
selectionItemPaddingLG: number;
|
|
525
|
+
selectionItemPaddingSM: number;
|
|
526
|
+
selectTagItemEnd: number;
|
|
527
|
+
selectDropdownItemVertical: number;
|
|
528
|
+
selectDropdownItemGroupHorizontal: number;
|
|
529
|
+
inputPaddingHorizontal: number;
|
|
530
|
+
inputPaddingHorizontalSM: number;
|
|
531
|
+
inputPaddingHorizontalLG: number;
|
|
532
|
+
inputPaddingVertical: number;
|
|
533
|
+
inputPaddingVerticalSM: number;
|
|
534
|
+
inputPaddingVerticalLG: number;
|
|
535
|
+
radiusNone: number;
|
|
536
|
+
inputNumberHandleWidth: number;
|
|
537
|
+
skeletonButtonWidth: number;
|
|
538
|
+
skeletonInputWidth: number;
|
|
539
|
+
skeletonButtonWidthLG: number;
|
|
540
|
+
skeletonInputWidthLG: number;
|
|
541
|
+
skeletonButtonWidthSM: number;
|
|
542
|
+
skeletonInputWidthSM: number;
|
|
543
|
+
colorPickerWidth: number;
|
|
544
|
+
colorPickerHandlerSize: number;
|
|
545
|
+
colorPickerHandlerSizeSM: number;
|
|
546
|
+
colorPickerSliderHeight: number;
|
|
547
|
+
colorPickerPreviewSize: number;
|
|
548
|
+
paddingNone: number;
|
|
549
|
+
colorPickerPresetColorSize: number;
|
|
550
|
+
paginationItemPaddingInline: number;
|
|
551
|
+
floatButtonBodyVerticalPadding: number;
|
|
552
|
+
floatButtonBodyHorizontalPadding: number;
|
|
553
|
+
floatButtonIconSize: number;
|
|
554
|
+
marginNone: number;
|
|
555
|
+
tabHorizontalSM: number;
|
|
556
|
+
tabVerticalLG: number;
|
|
557
|
+
tabCardGap: number;
|
|
558
|
+
darkBtnTextHover: string;
|
|
559
|
+
darkBtnFilled: string;
|
|
560
|
+
darkBtnFilledHover: string;
|
|
561
|
+
tooltipVerticalPaddingSM: number;
|
|
562
|
+
colorTextLightSolidPrimary: string;
|
|
563
|
+
emptyImage: string;
|
|
564
|
+
emptyImageLight: string;
|
|
565
|
+
emptyImageInnerShadow: string;
|
|
566
|
+
emptyImageShadow: string;
|
|
567
|
+
"test-will-be-removed-in-the-next-update": string;
|
|
568
|
+
};
|
|
569
|
+
components: {
|
|
570
|
+
Button: {
|
|
571
|
+
borderColorDisabled: string;
|
|
572
|
+
contentFontSize: number;
|
|
573
|
+
contentFontSizeLG: number;
|
|
574
|
+
contentFontSizeSM: number;
|
|
575
|
+
contentLineHeight: number;
|
|
576
|
+
contentLineHeightLG: number;
|
|
577
|
+
contentLineHeightSM: number;
|
|
578
|
+
dangerColor: string;
|
|
579
|
+
dangerShadow: string;
|
|
580
|
+
defaultActiveBg: string;
|
|
581
|
+
defaultActiveBorderColor: string;
|
|
582
|
+
defaultActiveColor: string;
|
|
583
|
+
defaultBg: string;
|
|
584
|
+
defaultBorderColor: string;
|
|
585
|
+
defaultColor: string;
|
|
586
|
+
defaultGhostBorderColor: string;
|
|
587
|
+
defaultGhostColor: string;
|
|
588
|
+
defaultHoverBg: string;
|
|
589
|
+
defaultHoverBorderColor: string;
|
|
590
|
+
defaultHoverColor: string;
|
|
591
|
+
defaultShadow: string;
|
|
592
|
+
fontWeight: number;
|
|
593
|
+
ghostBg: string;
|
|
594
|
+
groupBorderColor: string;
|
|
595
|
+
iconGap: number;
|
|
596
|
+
linkHoverBg: string;
|
|
597
|
+
onlyIconSize: number;
|
|
598
|
+
onlyIconSizeLG: number;
|
|
599
|
+
onlyIconSizeSM: number;
|
|
600
|
+
paddingBlock: number;
|
|
601
|
+
paddingBlockLG: number;
|
|
602
|
+
paddingBlockSM: number;
|
|
603
|
+
paddingInline: number;
|
|
604
|
+
paddingInlineLG: number;
|
|
605
|
+
paddingInlineSM: number;
|
|
606
|
+
primaryColor: string;
|
|
607
|
+
primaryShadow: string;
|
|
608
|
+
solidTextColor: string;
|
|
609
|
+
textHoverBg: string;
|
|
610
|
+
textTextActiveColor: string;
|
|
611
|
+
textTextColor: string;
|
|
612
|
+
textTextHoverColor: string;
|
|
613
|
+
dashedBgDisabled: string;
|
|
614
|
+
defaultBgDisabled: string;
|
|
615
|
+
};
|
|
616
|
+
Typography: {
|
|
617
|
+
titleMarginBottom: number;
|
|
618
|
+
titleMarginTop: number;
|
|
619
|
+
};
|
|
620
|
+
Divider: {
|
|
621
|
+
orientationMargin: number;
|
|
622
|
+
textPaddingInline: number;
|
|
623
|
+
verticalMarginInline: number;
|
|
624
|
+
};
|
|
625
|
+
Layout: {
|
|
626
|
+
bodyBg: string;
|
|
627
|
+
footerBg: string;
|
|
628
|
+
footerPadding: string;
|
|
629
|
+
headerBg: string;
|
|
630
|
+
headerColor: string;
|
|
631
|
+
headerHeight: number;
|
|
632
|
+
headerPadding: string;
|
|
633
|
+
lightSiderBg: string;
|
|
634
|
+
lightTriggerBg: string;
|
|
635
|
+
lightTriggerColor: string;
|
|
636
|
+
siderBg: string;
|
|
637
|
+
triggerBg: string;
|
|
638
|
+
triggerColor: string;
|
|
639
|
+
triggerHeight: number;
|
|
640
|
+
zeroTriggerHeight: number;
|
|
641
|
+
zeroTriggerWidth: number;
|
|
642
|
+
};
|
|
643
|
+
Splitter: {
|
|
644
|
+
splitBarDraggableSize: number;
|
|
645
|
+
splitBarSize: number;
|
|
646
|
+
splitTriggerSize: number;
|
|
647
|
+
};
|
|
648
|
+
Anchor: {
|
|
649
|
+
linkPaddingBlock: number;
|
|
650
|
+
linkPaddingInlineStart: number;
|
|
651
|
+
};
|
|
652
|
+
Breadcrumb: {
|
|
653
|
+
iconFontSize: number;
|
|
654
|
+
itemColor: string;
|
|
655
|
+
lastItemColor: string;
|
|
656
|
+
linkColor: string;
|
|
657
|
+
linkHoverColor: string;
|
|
658
|
+
separatorColor: string;
|
|
659
|
+
separatorMargin: number;
|
|
660
|
+
};
|
|
661
|
+
Dropdown: {
|
|
662
|
+
paddingBlock: number;
|
|
663
|
+
zIndexPopup: number;
|
|
664
|
+
};
|
|
665
|
+
Menu: {
|
|
666
|
+
activeBarBorderWidth: number;
|
|
667
|
+
activeBarHeight: number;
|
|
668
|
+
activeBarWidth: number;
|
|
669
|
+
collapsedIconSize: number;
|
|
670
|
+
collapsedWidth: number;
|
|
671
|
+
dangerItemActiveBg: string;
|
|
672
|
+
dangerItemColor: string;
|
|
673
|
+
dangerItemHoverColor: string;
|
|
674
|
+
dangerItemSelectedBg: string;
|
|
675
|
+
dangerItemSelectedColor: string;
|
|
676
|
+
darkDangerItemActiveBg: string;
|
|
677
|
+
darkDangerItemColor: string;
|
|
678
|
+
darkDangerItemHoverColor: string;
|
|
679
|
+
darkDangerItemSelectedBg: string;
|
|
680
|
+
darkDangerItemSelectedColor: string;
|
|
681
|
+
darkGroupTitleColor: string;
|
|
682
|
+
darkItemBg: string;
|
|
683
|
+
darkItemColor: string;
|
|
684
|
+
darkItemDisabledColor: string;
|
|
685
|
+
darkItemHoverBg: string;
|
|
686
|
+
darkItemHoverColor: string;
|
|
687
|
+
darkItemSelectedBg: string;
|
|
688
|
+
darkItemSelectedColor: string;
|
|
689
|
+
darkPopupBg: string;
|
|
690
|
+
darkSubMenuItemBg: string;
|
|
691
|
+
dropdownWidth: number;
|
|
692
|
+
groupTitleColor: string;
|
|
693
|
+
groupTitleFontSize: number;
|
|
694
|
+
groupTitleLineHeight: number;
|
|
695
|
+
horizontalItemBorderRadius: number;
|
|
696
|
+
horizontalItemHoverBg: string;
|
|
697
|
+
horizontalItemHoverColor: string;
|
|
698
|
+
horizontalItemSelectedBg: string;
|
|
699
|
+
horizontalItemSelectedColor: string;
|
|
700
|
+
horizontalLineHeight: number;
|
|
701
|
+
iconMarginInlineEnd: number;
|
|
702
|
+
iconSize: number;
|
|
703
|
+
itemActiveBg: string;
|
|
704
|
+
itemBg: string;
|
|
705
|
+
itemBorderRadius: number;
|
|
706
|
+
itemColor: string;
|
|
707
|
+
itemDisabledColor: string;
|
|
708
|
+
itemHeight: number;
|
|
709
|
+
itemHoverBg: string;
|
|
710
|
+
itemHoverColor: string;
|
|
711
|
+
itemMarginBlock: number;
|
|
712
|
+
itemMarginInline: number;
|
|
713
|
+
itemPaddingInline: number;
|
|
714
|
+
itemSelectedBg: string;
|
|
715
|
+
itemSelectedColor: string;
|
|
716
|
+
popupBg: string;
|
|
717
|
+
subMenuItemBg: string;
|
|
718
|
+
subMenuItemBorderRadius: number;
|
|
719
|
+
subMenuItemSelectedColor: string;
|
|
720
|
+
zIndexPopup: number;
|
|
721
|
+
};
|
|
722
|
+
Pagination: {
|
|
723
|
+
itemActiveBg: string;
|
|
724
|
+
itemActiveBgDisabled: string;
|
|
725
|
+
itemActiveColor: string;
|
|
726
|
+
itemActiveColorDisabled: string;
|
|
727
|
+
itemActiveColorHover: string;
|
|
728
|
+
itemBg: string;
|
|
729
|
+
itemInputBg: string;
|
|
730
|
+
itemLinkBg: string;
|
|
731
|
+
itemSize: number;
|
|
732
|
+
itemSizeSM: number;
|
|
733
|
+
miniOptionsSizeChangerTop: number;
|
|
734
|
+
};
|
|
735
|
+
Steps: {
|
|
736
|
+
customIconFontSize: number;
|
|
737
|
+
customIconSize: number;
|
|
738
|
+
customIconTop: number;
|
|
739
|
+
dotCurrentSize: number;
|
|
740
|
+
dotSize: number;
|
|
741
|
+
iconFontSize: number;
|
|
742
|
+
iconSize: number;
|
|
743
|
+
iconSizeSM: number;
|
|
744
|
+
iconTop: number;
|
|
745
|
+
navArrowColor: string;
|
|
746
|
+
navContentMaxWidth: string;
|
|
747
|
+
titleLineHeight: number;
|
|
748
|
+
};
|
|
749
|
+
Tabs: {
|
|
750
|
+
cardBg: string;
|
|
751
|
+
cardGutter: number;
|
|
752
|
+
cardHeight: number;
|
|
753
|
+
cardHeightLG: number;
|
|
754
|
+
cardHeightSM: number;
|
|
755
|
+
cardPadding: string;
|
|
756
|
+
cardPaddingLG: string;
|
|
757
|
+
cardPaddingSM: string;
|
|
758
|
+
horizontalItemGutter: number;
|
|
759
|
+
horizontalItemMargin: string;
|
|
760
|
+
horizontalItemMarginRTL: string;
|
|
761
|
+
horizontalItemPadding: string;
|
|
762
|
+
horizontalItemPaddingLG: string;
|
|
763
|
+
horizontalItemPaddingSM: string;
|
|
764
|
+
horizontalMargin: string;
|
|
765
|
+
inkBarColor: string;
|
|
766
|
+
itemActiveColor: string;
|
|
767
|
+
itemColor: string;
|
|
768
|
+
itemHoverColor: string;
|
|
769
|
+
itemSelectedColor: string;
|
|
770
|
+
titleFontSize: number;
|
|
771
|
+
titleFontSizeLG: number;
|
|
772
|
+
titleFontSizeSM: number;
|
|
773
|
+
verticalItemMargin: string;
|
|
774
|
+
verticalItemPadding: string;
|
|
775
|
+
zIndexPopup: number;
|
|
776
|
+
};
|
|
777
|
+
AutoComplete: {
|
|
778
|
+
activeBorderColor: string;
|
|
779
|
+
activeOutlineColor: string;
|
|
780
|
+
clearBg: string;
|
|
781
|
+
hoverBorderColor: string;
|
|
782
|
+
multipleItemBg: string;
|
|
783
|
+
multipleItemBorderColor: string;
|
|
784
|
+
multipleItemBorderColorDisabled: string;
|
|
785
|
+
multipleItemColorDisabled: string;
|
|
786
|
+
multipleItemHeight: number;
|
|
787
|
+
multipleItemHeightLG: number;
|
|
788
|
+
multipleItemHeightSM: number;
|
|
789
|
+
multipleSelectorBgDisabled: string;
|
|
790
|
+
optionActiveBg: string;
|
|
791
|
+
optionFontSize: number;
|
|
792
|
+
optionHeight: number;
|
|
793
|
+
optionLineHeight: number;
|
|
794
|
+
optionPadding: string;
|
|
795
|
+
optionSelectedBg: string;
|
|
796
|
+
optionSelectedColor: string;
|
|
797
|
+
optionSelectedFontWeight: number;
|
|
798
|
+
selectorBg: string;
|
|
799
|
+
showArrowPaddingInlineEnd: number;
|
|
800
|
+
singleItemHeightLG: number;
|
|
801
|
+
zIndexPopup: number;
|
|
802
|
+
};
|
|
803
|
+
Cascader: {
|
|
804
|
+
controlItemWidth: number;
|
|
805
|
+
controlWidth: number;
|
|
806
|
+
dropdownHeight: number;
|
|
807
|
+
menuPadding: number;
|
|
808
|
+
optionPadding: string;
|
|
809
|
+
optionSelectedBg: string;
|
|
810
|
+
optionSelectedColor: string;
|
|
811
|
+
optionSelectedFontWeight: number;
|
|
812
|
+
};
|
|
813
|
+
Input: {
|
|
814
|
+
activeBg: string;
|
|
815
|
+
activeBorderColor: string;
|
|
816
|
+
activeShadow: string;
|
|
817
|
+
addonBg: string;
|
|
818
|
+
errorActiveShadow: string;
|
|
819
|
+
hoverBg: string;
|
|
820
|
+
hoverBorderColor: string;
|
|
821
|
+
inputFontSize: number;
|
|
822
|
+
inputFontSizeLG: number;
|
|
823
|
+
inputFontSizeSM: number;
|
|
824
|
+
paddingBlock: number;
|
|
825
|
+
paddingBlockLG: number;
|
|
826
|
+
paddingBlockSM: number;
|
|
827
|
+
paddingInline: number;
|
|
828
|
+
paddingInlineLG: number;
|
|
829
|
+
paddingInlineSM: number;
|
|
830
|
+
warningActiveShadow: string;
|
|
831
|
+
};
|
|
832
|
+
DatePicker: {
|
|
833
|
+
activeBg: string;
|
|
834
|
+
activeBorderColor: string;
|
|
835
|
+
activeShadow: string;
|
|
836
|
+
addonBg: string;
|
|
837
|
+
cellActiveWithRangeBg: string;
|
|
838
|
+
cellBgDisabled: string;
|
|
839
|
+
cellHeight: number;
|
|
840
|
+
cellHoverBg: string;
|
|
841
|
+
cellHoverWithRangeBg: string;
|
|
842
|
+
cellRangeBorderColor: string;
|
|
843
|
+
cellWidth: number;
|
|
844
|
+
errorActiveShadow: string;
|
|
845
|
+
hoverBg: string;
|
|
846
|
+
hoverBorderColor: string;
|
|
847
|
+
inputFontSize: number;
|
|
848
|
+
inputFontSizeLG: number;
|
|
849
|
+
inputFontSizeSM: number;
|
|
850
|
+
multipleItemBg: string;
|
|
851
|
+
multipleItemBorderColor: string;
|
|
852
|
+
multipleItemBorderColorDisabled: string;
|
|
853
|
+
multipleItemColorDisabled: string;
|
|
854
|
+
multipleItemHeight: number;
|
|
855
|
+
multipleItemHeightLG: number;
|
|
856
|
+
multipleItemHeightSM: number;
|
|
857
|
+
multipleSelectorBgDisabled: string;
|
|
858
|
+
paddingBlock: number;
|
|
859
|
+
paddingBlockLG: number;
|
|
860
|
+
paddingBlockSM: number;
|
|
861
|
+
paddingInline: number;
|
|
862
|
+
paddingInlineLG: number;
|
|
863
|
+
paddingInlineSM: number;
|
|
864
|
+
presetsMaxWidth: number;
|
|
865
|
+
presetsWidth: number;
|
|
866
|
+
textHeight: number;
|
|
867
|
+
timeCellHeight: number;
|
|
868
|
+
timeColumnHeight: number;
|
|
869
|
+
timeColumnWidth: number;
|
|
870
|
+
warningActiveShadow: string;
|
|
871
|
+
withoutTimeCellHeight: number;
|
|
872
|
+
zIndexPopup: number;
|
|
873
|
+
};
|
|
874
|
+
Form: {
|
|
875
|
+
inlineItemMarginBottom: number;
|
|
876
|
+
itemMarginBottom: number;
|
|
877
|
+
labelColonMarginInlineEnd: number;
|
|
878
|
+
labelColonMarginInlineStart: number;
|
|
879
|
+
labelColor: string;
|
|
880
|
+
labelFontSize: number;
|
|
881
|
+
labelHeight: number;
|
|
882
|
+
labelRequiredMarkColor: string;
|
|
883
|
+
verticalLabelMargin: number;
|
|
884
|
+
verticalLabelPadding: string;
|
|
885
|
+
};
|
|
886
|
+
InputNumber: {
|
|
887
|
+
activeBg: string;
|
|
888
|
+
activeBorderColor: string;
|
|
889
|
+
activeShadow: string;
|
|
890
|
+
addonBg: string;
|
|
891
|
+
controlWidth: number;
|
|
892
|
+
errorActiveShadow: string;
|
|
893
|
+
filledHandleBg: string;
|
|
894
|
+
handleActiveBg: string;
|
|
895
|
+
handleBg: string;
|
|
896
|
+
handleBorderColor: string;
|
|
897
|
+
handleFontSize: number;
|
|
898
|
+
handleHoverColor: string;
|
|
899
|
+
handleVisible: string;
|
|
900
|
+
handleWidth: number;
|
|
901
|
+
hoverBg: string;
|
|
902
|
+
hoverBorderColor: string;
|
|
903
|
+
inputFontSize: number;
|
|
904
|
+
inputFontSizeLG: number;
|
|
905
|
+
inputFontSizeSM: number;
|
|
906
|
+
paddingBlock: number;
|
|
907
|
+
paddingBlockLG: number;
|
|
908
|
+
paddingBlockSM: number;
|
|
909
|
+
paddingInline: number;
|
|
910
|
+
paddingInlineLG: number;
|
|
911
|
+
paddingInlineSM: number;
|
|
912
|
+
warningActiveShadow: string;
|
|
913
|
+
};
|
|
914
|
+
Mentions: {
|
|
915
|
+
activeBg: string;
|
|
916
|
+
activeBorderColor: string;
|
|
917
|
+
activeShadow: string;
|
|
918
|
+
addonBg: string;
|
|
919
|
+
controlItemWidth: number;
|
|
920
|
+
dropdownHeight: number;
|
|
921
|
+
errorActiveShadow: string;
|
|
922
|
+
hoverBg: string;
|
|
923
|
+
hoverBorderColor: string;
|
|
924
|
+
inputFontSize: number;
|
|
925
|
+
inputFontSizeLG: number;
|
|
926
|
+
inputFontSizeSM: number;
|
|
927
|
+
paddingBlock: number;
|
|
928
|
+
paddingBlockLG: number;
|
|
929
|
+
paddingBlockSM: number;
|
|
930
|
+
paddingInline: number;
|
|
931
|
+
paddingInlineLG: number;
|
|
932
|
+
paddingInlineSM: number;
|
|
933
|
+
warningActiveShadow: string;
|
|
934
|
+
zIndexPopup: number;
|
|
935
|
+
};
|
|
936
|
+
Radio: {
|
|
937
|
+
buttonBg: string;
|
|
938
|
+
buttonCheckedBg: string;
|
|
939
|
+
buttonCheckedBgDisabled: string;
|
|
940
|
+
buttonCheckedColorDisabled: string;
|
|
941
|
+
buttonColor: string;
|
|
942
|
+
buttonPaddingInline: number;
|
|
943
|
+
buttonSolidCheckedActiveBg: string;
|
|
944
|
+
buttonSolidCheckedBg: string;
|
|
945
|
+
buttonSolidCheckedColor: string;
|
|
946
|
+
buttonSolidCheckedHoverBg: string;
|
|
947
|
+
dotColorDisabled: string;
|
|
948
|
+
dotSize: number;
|
|
949
|
+
radioSize: number;
|
|
950
|
+
wrapperMarginInlineEnd: number;
|
|
951
|
+
};
|
|
952
|
+
Rate: {
|
|
953
|
+
starBg: string;
|
|
954
|
+
starColor: string;
|
|
955
|
+
starHoverScale: string;
|
|
956
|
+
starSize: number;
|
|
957
|
+
starSizeLG: number;
|
|
958
|
+
starSizeSM: number;
|
|
959
|
+
};
|
|
960
|
+
Select: {
|
|
961
|
+
activeBorderColor: string;
|
|
962
|
+
activeOutlineColor: string;
|
|
963
|
+
clearBg: string;
|
|
964
|
+
hoverBorderColor: string;
|
|
965
|
+
multipleItemBg: string;
|
|
966
|
+
multipleItemBorderColor: string;
|
|
967
|
+
multipleItemBorderColorDisabled: string;
|
|
968
|
+
multipleItemColorDisabled: string;
|
|
969
|
+
multipleItemHeight: number;
|
|
970
|
+
multipleItemHeightLG: number;
|
|
971
|
+
multipleItemHeightSM: number;
|
|
972
|
+
multipleSelectorBgDisabled: string;
|
|
973
|
+
optionActiveBg: string;
|
|
974
|
+
optionFontSize: number;
|
|
975
|
+
optionHeight: number;
|
|
976
|
+
optionLineHeight: number;
|
|
977
|
+
optionPadding: string;
|
|
978
|
+
optionSelectedBg: string;
|
|
979
|
+
optionSelectedColor: string;
|
|
980
|
+
optionSelectedFontWeight: number;
|
|
981
|
+
selectorBg: string;
|
|
982
|
+
showArrowPaddingInlineEnd: number;
|
|
983
|
+
singleItemHeightLG: number;
|
|
984
|
+
zIndexPopup: number;
|
|
985
|
+
};
|
|
986
|
+
Slider: {
|
|
987
|
+
controlSize: number;
|
|
988
|
+
dotActiveBorderColor: string;
|
|
989
|
+
dotBorderColor: string;
|
|
990
|
+
dotSize: number;
|
|
991
|
+
handleActiveColor: string;
|
|
992
|
+
handleActiveOutlineColor: string;
|
|
993
|
+
handleColor: string;
|
|
994
|
+
handleColorDisabled: string;
|
|
995
|
+
handleLineWidth: number;
|
|
996
|
+
handleLineWidthHover: number;
|
|
997
|
+
handleSize: number;
|
|
998
|
+
handleSizeHover: number;
|
|
999
|
+
railBg: string;
|
|
1000
|
+
railHoverBg: string;
|
|
1001
|
+
railSize: number;
|
|
1002
|
+
trackBg: string;
|
|
1003
|
+
trackBgDisabled: string;
|
|
1004
|
+
trackHoverBg: string;
|
|
1005
|
+
};
|
|
1006
|
+
Switch: {
|
|
1007
|
+
handleBg: string;
|
|
1008
|
+
handleShadow: string;
|
|
1009
|
+
handleSize: number;
|
|
1010
|
+
handleSizeSM: number;
|
|
1011
|
+
innerMaxMargin: number;
|
|
1012
|
+
innerMaxMarginSM: number;
|
|
1013
|
+
innerMinMargin: number;
|
|
1014
|
+
innerMinMarginSM: number;
|
|
1015
|
+
trackHeight: number;
|
|
1016
|
+
trackHeightSM: number;
|
|
1017
|
+
trackMinWidth: number;
|
|
1018
|
+
trackMinWidthSM: number;
|
|
1019
|
+
trackPadding: number;
|
|
1020
|
+
};
|
|
1021
|
+
TimePicker: {
|
|
1022
|
+
activeBg: string;
|
|
1023
|
+
activeBorderColor: string;
|
|
1024
|
+
activeShadow: string;
|
|
1025
|
+
addonBg: string;
|
|
1026
|
+
cellActiveWithRangeBg: string;
|
|
1027
|
+
cellBgDisabled: string;
|
|
1028
|
+
cellHeight: number;
|
|
1029
|
+
cellHoverBg: string;
|
|
1030
|
+
cellHoverWithRangeBg: string;
|
|
1031
|
+
cellRangeBorderColor: string;
|
|
1032
|
+
cellWidth: number;
|
|
1033
|
+
errorActiveShadow: string;
|
|
1034
|
+
hoverBg: string;
|
|
1035
|
+
hoverBorderColor: string;
|
|
1036
|
+
inputFontSize: number;
|
|
1037
|
+
inputFontSizeLG: number;
|
|
1038
|
+
inputFontSizeSM: number;
|
|
1039
|
+
multipleItemBg: string;
|
|
1040
|
+
multipleItemBorderColor: string;
|
|
1041
|
+
multipleItemBorderColorDisabled: string;
|
|
1042
|
+
multipleItemColorDisabled: string;
|
|
1043
|
+
multipleItemHeight: number;
|
|
1044
|
+
multipleItemHeightLG: number;
|
|
1045
|
+
multipleItemHeightSM: number;
|
|
1046
|
+
multipleSelectorBgDisabled: string;
|
|
1047
|
+
paddingBlock: number;
|
|
1048
|
+
paddingBlockLG: number;
|
|
1049
|
+
paddingBlockSM: number;
|
|
1050
|
+
paddingInline: number;
|
|
1051
|
+
paddingInlineLG: number;
|
|
1052
|
+
paddingInlineSM: number;
|
|
1053
|
+
presetsMaxWidth: number;
|
|
1054
|
+
presetsWidth: number;
|
|
1055
|
+
textHeight: number;
|
|
1056
|
+
timeCellHeight: number;
|
|
1057
|
+
timeColumnHeight: number;
|
|
1058
|
+
timeColumnWidth: number;
|
|
1059
|
+
warningActiveShadow: string;
|
|
1060
|
+
withoutTimeCellHeight: number;
|
|
1061
|
+
zIndexPopup: number;
|
|
1062
|
+
};
|
|
1063
|
+
Transfer: {
|
|
1064
|
+
headerHeight: number;
|
|
1065
|
+
itemHeight: number;
|
|
1066
|
+
itemPaddingBlock: number;
|
|
1067
|
+
listHeight: number;
|
|
1068
|
+
listWidth: number;
|
|
1069
|
+
listWidthLG: number;
|
|
1070
|
+
};
|
|
1071
|
+
TreeSelect: {
|
|
1072
|
+
indentSize: number;
|
|
1073
|
+
nodeHoverBg: string;
|
|
1074
|
+
nodeHoverColor: string;
|
|
1075
|
+
nodeSelectedBg: string;
|
|
1076
|
+
nodeSelectedColor: string;
|
|
1077
|
+
titleHeight: number;
|
|
1078
|
+
};
|
|
1079
|
+
Upload: {
|
|
1080
|
+
actionsColor: string;
|
|
1081
|
+
pictureCardSize: number;
|
|
1082
|
+
};
|
|
1083
|
+
Avatar: {
|
|
1084
|
+
containerSize: number;
|
|
1085
|
+
containerSizeLG: number;
|
|
1086
|
+
containerSizeSM: number;
|
|
1087
|
+
groupBorderColor: string;
|
|
1088
|
+
groupOverlapping: number;
|
|
1089
|
+
groupSpace: number;
|
|
1090
|
+
iconFontSize: number;
|
|
1091
|
+
iconFontSizeLG: number;
|
|
1092
|
+
iconFontSizeSM: number;
|
|
1093
|
+
textFontSize: number;
|
|
1094
|
+
textFontSizeLG: number;
|
|
1095
|
+
textFontSizeSM: number;
|
|
1096
|
+
};
|
|
1097
|
+
Badge: {
|
|
1098
|
+
dotSize: number;
|
|
1099
|
+
indicatorHeight: number;
|
|
1100
|
+
indicatorHeightSM: number;
|
|
1101
|
+
indicatorZIndex: string;
|
|
1102
|
+
statusSize: number;
|
|
1103
|
+
textFontSize: number;
|
|
1104
|
+
textFontSizeSM: number;
|
|
1105
|
+
textFontWeight: number;
|
|
1106
|
+
};
|
|
1107
|
+
Calendar: {
|
|
1108
|
+
fullBg: string;
|
|
1109
|
+
fullPanelBg: string;
|
|
1110
|
+
itemActiveBg: string;
|
|
1111
|
+
miniContentHeight: number;
|
|
1112
|
+
monthControlWidth: number;
|
|
1113
|
+
yearControlWidth: number;
|
|
1114
|
+
};
|
|
1115
|
+
Card: {
|
|
1116
|
+
actionsBg: string;
|
|
1117
|
+
actionsLiMargin: string;
|
|
1118
|
+
bodyPadding: number;
|
|
1119
|
+
bodyPaddingSM: number;
|
|
1120
|
+
extraColor: string;
|
|
1121
|
+
headerBg: string;
|
|
1122
|
+
headerFontSize: number;
|
|
1123
|
+
headerFontSizeSM: number;
|
|
1124
|
+
headerHeight: number;
|
|
1125
|
+
headerHeightSM: number;
|
|
1126
|
+
headerPadding: number;
|
|
1127
|
+
headerPaddingSM: number;
|
|
1128
|
+
tabsMarginBottom: number;
|
|
1129
|
+
};
|
|
1130
|
+
Carousel: {
|
|
1131
|
+
arrowOffset: number;
|
|
1132
|
+
arrowSize: number;
|
|
1133
|
+
dotActiveWidth: number;
|
|
1134
|
+
dotGap: number;
|
|
1135
|
+
dotHeight: number;
|
|
1136
|
+
dotOffset: number;
|
|
1137
|
+
dotWidth: number;
|
|
1138
|
+
};
|
|
1139
|
+
Descriptions: {
|
|
1140
|
+
colonMarginLeft: number;
|
|
1141
|
+
colonMarginRight: number;
|
|
1142
|
+
contentColor: string;
|
|
1143
|
+
extraColor: string;
|
|
1144
|
+
itemPaddingBottom: number;
|
|
1145
|
+
itemPaddingEnd: number;
|
|
1146
|
+
labelBg: string;
|
|
1147
|
+
labelColor: string;
|
|
1148
|
+
titleColor: string;
|
|
1149
|
+
titleMarginBottom: number;
|
|
1150
|
+
};
|
|
1151
|
+
Image: {
|
|
1152
|
+
previewOperationColor: string;
|
|
1153
|
+
previewOperationColorDisabled: string;
|
|
1154
|
+
previewOperationHoverColor: string;
|
|
1155
|
+
previewOperationSize: number;
|
|
1156
|
+
zIndexPopup: number;
|
|
1157
|
+
};
|
|
1158
|
+
List: {
|
|
1159
|
+
avatarMarginRight: number;
|
|
1160
|
+
contentWidth: number;
|
|
1161
|
+
descriptionFontSize: number;
|
|
1162
|
+
emptyTextPadding: number;
|
|
1163
|
+
footerBg: string;
|
|
1164
|
+
headerBg: string;
|
|
1165
|
+
itemPadding: string;
|
|
1166
|
+
itemPaddingLG: string;
|
|
1167
|
+
itemPaddingSM: string;
|
|
1168
|
+
metaMarginBottom: number;
|
|
1169
|
+
titleMarginBottom: number;
|
|
1170
|
+
};
|
|
1171
|
+
Popover: {
|
|
1172
|
+
titleMinWidth: number;
|
|
1173
|
+
zIndexPopup: number;
|
|
1174
|
+
};
|
|
1175
|
+
Segmented: {
|
|
1176
|
+
itemActiveBg: string;
|
|
1177
|
+
itemColor: string;
|
|
1178
|
+
itemHoverBg: string;
|
|
1179
|
+
itemHoverColor: string;
|
|
1180
|
+
itemSelectedBg: string;
|
|
1181
|
+
itemSelectedColor: string;
|
|
1182
|
+
trackBg: string;
|
|
1183
|
+
trackPadding: number;
|
|
1184
|
+
};
|
|
1185
|
+
Statistic: {
|
|
1186
|
+
contentFontSize: number;
|
|
1187
|
+
titleFontSize: number;
|
|
1188
|
+
};
|
|
1189
|
+
Table: {
|
|
1190
|
+
bodySortBg: string;
|
|
1191
|
+
borderColor: string;
|
|
1192
|
+
cellFontSize: number;
|
|
1193
|
+
cellFontSizeMD: number;
|
|
1194
|
+
cellFontSizeSM: number;
|
|
1195
|
+
cellPaddingBlock: number;
|
|
1196
|
+
cellPaddingBlockMD: number;
|
|
1197
|
+
cellPaddingBlockSM: number;
|
|
1198
|
+
cellPaddingInline: number;
|
|
1199
|
+
cellPaddingInlineMD: number;
|
|
1200
|
+
cellPaddingInlineSM: number;
|
|
1201
|
+
expandIconBg: string;
|
|
1202
|
+
filterDropdownBg: string;
|
|
1203
|
+
filterDropdownMenuBg: string;
|
|
1204
|
+
fixedHeaderSortActiveBg: string;
|
|
1205
|
+
footerBg: string;
|
|
1206
|
+
footerColor: string;
|
|
1207
|
+
headerBg: string;
|
|
1208
|
+
headerBorderRadius: number;
|
|
1209
|
+
headerColor: string;
|
|
1210
|
+
headerFilterHoverBg: string;
|
|
1211
|
+
headerSortActiveBg: string;
|
|
1212
|
+
headerSortHoverBg: string;
|
|
1213
|
+
headerSplitColor: string;
|
|
1214
|
+
rowExpandedBg: string;
|
|
1215
|
+
rowHoverBg: string;
|
|
1216
|
+
rowSelectedBg: string;
|
|
1217
|
+
rowSelectedHoverBg: string;
|
|
1218
|
+
selectionColumnWidth: number;
|
|
1219
|
+
stickyScrollBarBg: string;
|
|
1220
|
+
stickyScrollBarBorderRadius: number;
|
|
1221
|
+
};
|
|
1222
|
+
Tag: {
|
|
1223
|
+
defaultBg: string;
|
|
1224
|
+
defaultColor: string;
|
|
1225
|
+
solidTextColor: string;
|
|
1226
|
+
};
|
|
1227
|
+
Timeline: {
|
|
1228
|
+
dotBorderWidth: number;
|
|
1229
|
+
itemPaddingBottom: number;
|
|
1230
|
+
tailColor: string;
|
|
1231
|
+
tailWidth: number;
|
|
1232
|
+
};
|
|
1233
|
+
Tooltip: {
|
|
1234
|
+
zIndexPopup: number;
|
|
1235
|
+
};
|
|
1236
|
+
Tour: {
|
|
1237
|
+
closeBtnSize: number;
|
|
1238
|
+
primaryNextBtnHoverBg: string;
|
|
1239
|
+
primaryPrevBtnBg: string;
|
|
1240
|
+
zIndexPopup: number;
|
|
1241
|
+
};
|
|
1242
|
+
Tree: {
|
|
1243
|
+
directoryNodeSelectedBg: string;
|
|
1244
|
+
directoryNodeSelectedColor: string;
|
|
1245
|
+
indentSize: number;
|
|
1246
|
+
nodeHoverBg: string;
|
|
1247
|
+
nodeHoverColor: string;
|
|
1248
|
+
nodeSelectedBg: string;
|
|
1249
|
+
nodeSelectedColor: string;
|
|
1250
|
+
titleHeight: number;
|
|
1251
|
+
};
|
|
1252
|
+
Alert: {
|
|
1253
|
+
defaultPadding: string;
|
|
1254
|
+
withDescriptionIconSize: number;
|
|
1255
|
+
withDescriptionPadding: string;
|
|
1256
|
+
};
|
|
1257
|
+
Drawer: {
|
|
1258
|
+
draggerSize: number;
|
|
1259
|
+
footerPaddingBlock: number;
|
|
1260
|
+
footerPaddingInline: number;
|
|
1261
|
+
zIndexPopup: number;
|
|
1262
|
+
};
|
|
1263
|
+
Message: {
|
|
1264
|
+
contentBg: string;
|
|
1265
|
+
contentPadding: string;
|
|
1266
|
+
zIndexPopup: number;
|
|
1267
|
+
};
|
|
1268
|
+
Modal: {
|
|
1269
|
+
contentBg: string;
|
|
1270
|
+
footerBg: string;
|
|
1271
|
+
headerBg: string;
|
|
1272
|
+
titleColor: string;
|
|
1273
|
+
titleFontSize: number;
|
|
1274
|
+
titleLineHeight: number;
|
|
1275
|
+
};
|
|
1276
|
+
Notification: {
|
|
1277
|
+
colorErrorBg: string;
|
|
1278
|
+
colorInfoBg: string;
|
|
1279
|
+
colorSuccessBg: string;
|
|
1280
|
+
colorWarningBg: string;
|
|
1281
|
+
width: number;
|
|
1282
|
+
zIndexPopup: number;
|
|
1283
|
+
};
|
|
1284
|
+
Popconfirm: {
|
|
1285
|
+
zIndexPopup: number;
|
|
1286
|
+
};
|
|
1287
|
+
Progress: {
|
|
1288
|
+
"circleTextFontSize 2": string;
|
|
1289
|
+
circleTextColor: string;
|
|
1290
|
+
circleTextFontSize: string;
|
|
1291
|
+
defaultColor: string;
|
|
1292
|
+
lineBorderRadius: number;
|
|
1293
|
+
remainingColor: string;
|
|
1294
|
+
};
|
|
1295
|
+
Result: {
|
|
1296
|
+
extraMargin: string;
|
|
1297
|
+
iconFontSize: number;
|
|
1298
|
+
subtitleFontSize: number;
|
|
1299
|
+
titleFontSize: number;
|
|
1300
|
+
};
|
|
1301
|
+
Skeleton: {
|
|
1302
|
+
blockRadius: number;
|
|
1303
|
+
gradientFromColor: string;
|
|
1304
|
+
gradientToColor: string;
|
|
1305
|
+
paragraphLiHeight: number;
|
|
1306
|
+
paragraphMarginTop: number;
|
|
1307
|
+
titleHeight: number;
|
|
1308
|
+
};
|
|
1309
|
+
Spin: {
|
|
1310
|
+
contentHeight: number;
|
|
1311
|
+
dotSize: number;
|
|
1312
|
+
dotSizeLG: number;
|
|
1313
|
+
dotSizeSM: number;
|
|
1314
|
+
};
|
|
1315
|
+
Collapse: {
|
|
1316
|
+
borderlessContentBg: string;
|
|
1317
|
+
borderlessContentPadding: string;
|
|
1318
|
+
contentBg: string;
|
|
1319
|
+
contentPadding: string;
|
|
1320
|
+
headerBg: string;
|
|
1321
|
+
headerPadding: string;
|
|
1322
|
+
};
|
|
1323
|
+
};
|
|
1324
|
+
};
|