@uzum-tech/ui 0.1.2 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -10
- package/dist/index.js +6595 -6298
- package/dist/index.prod.js +2 -2
- package/es/_internal/checkbox/index.d.ts +2 -0
- package/es/_internal/checkbox/index.js +1 -0
- package/es/_internal/checkbox/src/use-checkbox.d.ts +53 -0
- package/es/_internal/checkbox/src/use-checkbox.js +159 -0
- package/es/_internal/close/src/styles/index.cssr.js +2 -0
- package/es/_internal/icon/src/styles/index.cssr.js +2 -2
- package/es/_internal/icons/ChevronDown.js +2 -2
- package/es/_internal/icons/ChevronLeft.js +1 -1
- package/es/_internal/icons/ChevronRight.js +1 -1
- package/es/_internal/icons/Clear.js +2 -10
- package/es/_internal/icons/ClearSmall.d.ts +2 -0
- package/es/_internal/icons/ClearSmall.js +8 -0
- package/es/_internal/icons/Close.js +2 -4
- package/es/_internal/icons/Error.js +2 -4
- package/es/_internal/icons/Inactive.d.ts +2 -0
- package/es/_internal/icons/Inactive.js +8 -0
- package/es/_internal/icons/InfoOutline.d.ts +2 -0
- package/es/_internal/icons/InfoOutline.js +4 -0
- package/es/_internal/icons/Success.js +2 -4
- package/es/_internal/icons/Warning.js +2 -4
- package/es/_internal/icons/index.d.ts +3 -0
- package/es/_internal/icons/index.js +3 -0
- package/es/_internal/index.d.ts +4 -0
- package/es/_internal/index.js +2 -0
- package/es/_internal/radio/index.d.ts +2 -0
- package/es/_internal/radio/index.js +1 -0
- package/es/_internal/radio/src/interface.d.ts +12 -0
- package/{lib → es/_internal}/radio/src/use-radio.d.ts +6 -13
- package/es/{radio → _internal/radio}/src/use-radio.js +15 -19
- package/es/_internal/select-menu/src/SelectMenu.d.ts +180 -211
- package/es/_internal/select-menu/src/SelectMenu.js +3 -2
- package/es/_internal/select-menu/src/interface.d.ts +1 -1
- package/es/_internal/select-menu/src/styles/index.cssr.js +24 -18
- package/es/_internal/select-menu/styles/light.d.ts +17 -23
- package/es/_internal/select-menu/styles/light.js +34 -3
- package/es/_internal/selection/index.d.ts +1 -0
- package/es/_internal/selection/src/Selection.d.ts +583 -183
- package/es/_internal/selection/src/Selection.js +102 -28
- package/es/_internal/selection/src/interface.d.ts +1 -0
- package/es/_internal/selection/src/styles/index.cssr.d.ts +2 -1
- package/es/_internal/selection/src/styles/index.cssr.js +128 -35
- package/es/_internal/selection/styles/dark.js +2 -26
- package/es/_internal/selection/styles/light.d.ts +121 -17
- package/es/_internal/selection/styles/light.js +120 -20
- package/es/_internal/skeleton/src/styles/index.cssr.js +1 -1
- package/es/_internal/skeleton/styles/dark.js +2 -11
- package/es/_internal/skeleton/styles/light.d.ts +1 -2
- package/es/_internal/skeleton/styles/light.js +4 -4
- package/es/_styles/common/_common.d.ts +37 -12
- package/es/_styles/common/_common.js +44 -19
- package/es/_styles/common/dark.js +2 -98
- package/es/_styles/common/light.d.ts +88 -99
- package/es/_styles/common/light.js +1 -103
- package/es/_styles/global/index.cssr.js +4 -5
- package/es/_utils/index.d.ts +3 -0
- package/es/_utils/index.js +3 -0
- package/es/_utils/inject/index.d.ts +2 -0
- package/es/_utils/inject/index.js +7 -0
- package/es/_utils/themes/index.d.ts +1 -0
- package/es/_utils/themes/index.js +1 -0
- package/es/_utils/themes/rewrite-styles.d.ts +1 -0
- package/es/_utils/themes/rewrite-styles.js +6 -0
- package/es/_utils/types/index.d.ts +1 -0
- package/es/_utils/types/index.js +1 -0
- package/es/_utils/types/utility.types.d.ts +10 -0
- package/es/_utils/types/utility.types.js +1 -0
- package/es/_utils/uzum/prop.d.ts +2 -2
- package/es/_utils/uzum/prop.js +0 -2
- package/es/alert/src/Alert.d.ts +438 -271
- package/es/alert/src/Alert.js +53 -57
- package/es/alert/src/styles/index.cssr.js +92 -48
- package/es/alert/styles/_common.d.ts +7 -6
- package/es/alert/styles/_common.js +11 -8
- package/es/alert/styles/dark.js +2 -15
- package/es/alert/styles/light.d.ts +33 -16
- package/es/alert/styles/light.js +16 -9
- package/es/alert/styles/types.d.ts +4 -0
- package/es/alert/styles/types.js +1 -0
- package/es/anchor/src/AnchorAdapter.d.ts +30 -21
- package/es/anchor/src/AnchorAdapter.js +2 -1
- package/es/anchor/src/styles/index.cssr.js +2 -1
- package/es/anchor/styles/light.d.ts +4 -3
- package/es/anchor/styles/light.js +16 -5
- package/es/auto-complete/src/AutoComplete.d.ts +317 -327
- package/es/auto-complete/styles/light.d.ts +22 -22
- package/es/auto-complete/styles/light.js +2 -2
- package/es/avatar/src/Avatar.d.ts +0 -29
- package/es/avatar/src/Avatar.js +4 -7
- package/es/avatar/src/interface.d.ts +1 -1
- package/es/avatar/src/styles/index.cssr.js +2 -4
- package/es/avatar/styles/light.d.ts +0 -3
- package/es/avatar/styles/light.js +7 -11
- package/es/avatar-group/src/AvatarGroup.d.ts +88 -129
- package/es/avatar-group/styles/light.d.ts +0 -3
- package/es/back-top/src/BackTop.d.ts +24 -24
- package/es/back-top/styles/dark.js +2 -5
- package/es/back-top/styles/light.d.ts +5 -5
- package/es/back-top/styles/light.js +16 -4
- package/es/badge/src/Badge.d.ts +0 -10
- package/es/badge/src/Badge.js +1 -2
- package/es/badge/src/styles/index.cssr.js +0 -2
- package/es/badge/styles/dark.js +2 -12
- package/es/badge/styles/light.d.ts +1 -2
- package/es/badge/styles/light.js +8 -9
- package/es/breadcrumb/src/Breadcrumb.d.ts +10 -40
- package/es/breadcrumb/src/Breadcrumb.js +2 -5
- package/es/breadcrumb/src/styles/index.cssr.js +4 -9
- package/es/breadcrumb/styles/light.d.ts +1 -4
- package/es/breadcrumb/styles/light.js +11 -3
- package/es/button/src/Button.d.ts +11 -11
- package/es/button/src/Button.js +4 -4
- package/es/button/src/styles/index.cssr.js +4 -5
- package/es/button/styles/dark.js +1 -8
- package/es/button/styles/light.d.ts +1 -1
- package/es/button/styles/light.js +18 -18
- package/es/calendar/src/Calendar.d.ts +108 -119
- package/es/calendar/styles/light.d.ts +3 -3
- package/es/calendar/styles/light.js +23 -5
- package/es/card/src/Card.d.ts +295 -272
- package/es/card/src/Card.js +13 -16
- package/es/card/src/styles/index.cssr.js +6 -20
- package/es/card/styles/_common.d.ts +0 -6
- package/es/card/styles/_common.js +1 -7
- package/es/card/styles/dark.js +1 -8
- package/es/card/styles/light.d.ts +21 -17
- package/es/card/styles/light.js +2 -5
- package/es/cascader/src/Cascader.d.ts +1195 -555
- package/es/cascader/src/CascaderMenu.d.ts +207 -153
- package/es/cascader/src/CascaderOption.d.ts +207 -153
- package/es/cascader/src/CascaderSelectMenu.d.ts +207 -153
- package/es/cascader/src/CascaderSubmenu.d.ts +207 -153
- package/es/cascader/src/styles/index.cssr.js +3 -3
- package/es/cascader/styles/light.d.ts +109 -44
- package/es/cascader/styles/light.js +12 -12
- package/es/checkbox/index.d.ts +1 -1
- package/es/checkbox/src/Checkbox.d.ts +457 -304
- package/es/checkbox/src/Checkbox.js +45 -179
- package/es/checkbox/src/CheckboxGroup.d.ts +2 -12
- package/es/checkbox/src/CheckboxGroup.js +2 -2
- package/es/checkbox/src/styles/index.cssr.js +113 -190
- package/es/checkbox/styles/_common.d.ts +0 -3
- package/es/checkbox/styles/_common.js +3 -6
- package/es/checkbox/styles/dark.js +1 -7
- package/es/checkbox/styles/light.d.ts +29 -13
- package/es/checkbox/styles/light.js +2 -4
- package/es/code/styles/dark.js +7 -20
- package/es/code/styles/light.d.ts +1 -1
- package/es/code/styles/light.js +5 -5
- package/es/collapse/src/Collapse.d.ts +126 -104
- package/es/collapse/src/Collapse.js +4 -1
- package/es/collapse/src/CollapseItem.d.ts +2 -1
- package/es/collapse/src/CollapseItem.js +12 -11
- package/es/collapse/src/interface.d.ts +1 -0
- package/es/collapse/src/styles/index.cssr.js +7 -2
- package/es/collapse/styles/light.d.ts +3 -0
- package/es/collapse/styles/light.js +12 -9
- package/es/color-picker/src/ColorInputUnit.d.ts +103 -106
- package/es/color-picker/src/ColorPicker.d.ts +138 -63
- package/es/color-picker/src/ColorPicker.js +4 -1
- package/es/color-picker/src/ColorPickerTrigger.js +1 -6
- package/es/color-picker/src/styles/index.cssr.js +13 -1
- package/es/color-picker/styles/light.d.ts +20 -7
- package/es/color-picker/styles/light.js +15 -10
- package/es/components.d.ts +2 -0
- package/es/components.js +2 -0
- package/es/config-provider/src/internal-interface.d.ts +7 -2
- package/es/data-table/src/DataTable.d.ts +1978 -1437
- package/es/data-table/src/DataTable.js +2 -3
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +457 -347
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +462 -352
- package/es/data-table/src/TableParts/Body.d.ts +457 -347
- package/es/data-table/src/TableParts/Body.js +3 -2
- package/es/data-table/src/TableParts/Cell.d.ts +914 -694
- package/es/data-table/src/TableParts/Header.d.ts +457 -347
- package/es/data-table/src/TableParts/Header.js +3 -1
- package/es/data-table/src/interface.d.ts +750 -534
- package/es/data-table/src/styles/index.cssr.js +29 -36
- package/es/data-table/styles/dark.js +1 -6
- package/es/data-table/styles/light.d.ts +254 -183
- package/es/data-table/styles/light.js +58 -10
- package/es/date-picker/src/DatePicker.d.ts +748 -433
- package/es/date-picker/src/DatePicker.js +55 -19
- package/es/date-picker/src/interface.d.ts +2 -2
- package/es/date-picker/src/panel/date.d.ts +166 -138
- package/es/date-picker/src/panel/daterange.d.ts +160 -138
- package/es/date-picker/src/panel/datetime.d.ts +160 -138
- package/es/date-picker/src/panel/datetimerange.d.ts +160 -138
- package/es/date-picker/src/panel/monthrange.d.ts +160 -138
- package/es/date-picker/src/panel/panelMonth.d.ts +320 -276
- package/es/date-picker/src/panel/panelMonth.js +3 -3
- package/es/date-picker/src/panel/panelMonthContent.d.ts +160 -138
- package/es/date-picker/src/panel/panelYear.d.ts +320 -276
- package/es/date-picker/src/panel/panelYear.js +3 -3
- package/es/date-picker/src/panel/panelYearContent.d.ts +160 -138
- package/es/date-picker/src/panel/use-calendar.d.ts +160 -138
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +160 -138
- package/es/date-picker/src/panel/use-panel-common.d.ts +160 -138
- package/es/date-picker/src/styles/index.cssr.js +75 -64
- package/es/date-picker/styles/_common.d.ts +0 -1
- package/es/date-picker/styles/_common.js +0 -1
- package/es/date-picker/styles/dark.js +1 -9
- package/es/date-picker/styles/light.d.ts +97 -44
- package/es/date-picker/styles/light.js +12 -3
- package/es/descriptions/src/Descriptions.d.ts +48 -48
- package/es/descriptions/styles/light.d.ts +12 -12
- package/es/descriptions/styles/light.js +33 -7
- package/es/dialog/src/Dialog.d.ts +166 -159
- package/es/dialog/src/Dialog.js +20 -11
- package/es/dialog/src/DialogEnvironment.d.ts +6 -3
- package/es/dialog/src/DialogEnvironment.js +1 -1
- package/es/dialog/src/DialogProvider.d.ts +181 -202
- package/es/dialog/src/dialogProps.d.ts +3 -2
- package/es/dialog/src/dialogProps.js +2 -1
- package/es/dialog/src/styles/index.cssr.js +7 -5
- package/es/dialog/styles/_common.d.ts +1 -4
- package/es/dialog/styles/_common.js +6 -9
- package/es/dialog/styles/light.d.ts +19 -15
- package/es/dialog/styles/light.js +2 -7
- package/es/divider/src/Divider.d.ts +30 -0
- package/es/divider/src/Divider.js +5 -2
- package/es/divider/src/styles/index.cssr.js +7 -3
- package/es/divider/styles/light.d.ts +3 -0
- package/es/divider/styles/light.js +7 -4
- package/es/drawer/index.d.ts +1 -0
- package/es/drawer/src/Drawer.d.ts +312 -250
- package/es/drawer/src/Drawer.js +67 -31
- package/es/drawer/src/DrawerBodyWrapper.d.ts +107 -119
- package/es/drawer/src/DrawerBodyWrapper.js +6 -30
- package/es/drawer/src/DrawerContent.d.ts +158 -122
- package/es/drawer/src/DrawerContent.js +80 -11
- package/es/drawer/src/interface.d.ts +6 -1
- package/es/drawer/src/styles/index.cssr.js +57 -28
- package/es/drawer/styles/_common.d.ts +11 -0
- package/es/drawer/styles/_common.js +10 -0
- package/es/drawer/styles/light.d.ts +38 -24
- package/es/drawer/styles/light.js +3 -24
- package/es/dropdown/src/Dropdown.d.ts +322 -333
- package/es/dropdown/styles/dark.js +1 -10
- package/es/dropdown/styles/light.d.ts +34 -34
- package/es/dropdown/styles/light.js +57 -9
- package/es/dynamic-input/src/DynamicInput.d.ts +189 -170
- package/es/dynamic-input/src/InputPreset.d.ts +98 -106
- package/es/dynamic-input/src/PairPreset.d.ts +98 -106
- package/es/dynamic-input/styles/light.d.ts +10 -7
- package/es/dynamic-tags/src/DynamicTags.d.ts +375 -325
- package/es/dynamic-tags/src/DynamicTags.js +8 -3
- package/es/dynamic-tags/styles/light.d.ts +28 -22
- package/es/ellipsis/src/Ellipsis.d.ts +184 -195
- package/es/ellipsis/src/PerformantEllipsis.d.ts +54 -54
- package/es/ellipsis/styles/light.d.ts +9 -9
- package/es/empty/src/Empty.d.ts +24 -24
- package/es/empty/styles/light.d.ts +4 -4
- package/es/empty/styles/light.js +14 -6
- package/es/form/src/Form.d.ts +117 -99
- package/es/form/src/FormItem.d.ts +119 -102
- package/es/form/src/FormItem.js +3 -4
- package/es/form/src/FormItemCol.d.ts +117 -99
- package/es/form/src/FormItemGridItem.d.ts +117 -99
- package/es/form/src/FormItemRow.d.ts +117 -99
- package/es/form/src/styles/form-item.cssr.js +15 -18
- package/es/form/styles/light.d.ts +17 -15
- package/es/form/styles/light.js +35 -3
- package/es/global-style/src/GlobalStyle.js +5 -5
- package/es/gradient-text/src/styles/index.cssr.js +1 -0
- package/es/gradient-text/styles/dark.js +2 -17
- package/es/gradient-text/styles/light.d.ts +1 -1
- package/es/gradient-text/styles/light.js +13 -13
- package/es/icon/styles/light.js +7 -7
- package/es/icon-wrapper/styles/light.js +3 -3
- package/es/image/src/Image.d.ts +90 -81
- package/es/image/src/ImageGroup.d.ts +90 -81
- package/es/image/src/ImagePreview.d.ts +61 -54
- package/es/image/src/ImagePreview.js +3 -2
- package/es/image/src/interface.d.ts +30 -27
- package/es/image/src/styles/index.cssr.js +1 -1
- package/es/image/styles/dark.js +2 -9
- package/es/image/styles/light.d.ts +13 -11
- package/es/image/styles/light.js +7 -5
- package/es/input/index.d.ts +1 -1
- package/es/input/src/Input.d.ts +166 -147
- package/es/input/src/Input.js +8 -5
- package/es/input/src/InputGroupLabel.d.ts +68 -41
- package/es/input/src/interface.d.ts +1 -1
- package/es/input/src/styles/input.cssr.js +5 -6
- package/es/input/styles/dark.js +2 -20
- package/es/input/styles/light.d.ts +10 -7
- package/es/input/styles/light.js +70 -15
- package/es/input-number/src/InputNumber.d.ts +204 -208
- package/es/input-number/src/InputNumber.js +4 -12
- package/es/input-number/src/interface.d.ts +0 -1
- package/es/input-number/styles/dark.js +2 -6
- package/es/input-number/styles/light.d.ts +12 -13
- package/es/input-number/styles/light.js +2 -5
- package/es/layout/src/Layout.d.ts +204 -198
- package/es/layout/src/LayoutContent.d.ts +102 -99
- package/es/layout/src/LayoutFooter.d.ts +18 -0
- package/es/layout/src/LayoutHeader.d.ts +12 -0
- package/es/layout/src/LayoutSider.d.ts +102 -99
- package/es/layout/src/LayoutSider.js +5 -3
- package/es/layout/src/ToggleButton.d.ts +2 -2
- package/es/layout/styles/dark.js +2 -29
- package/es/layout/styles/light.d.ts +4 -0
- package/es/layout/styles/light.js +25 -24
- package/es/legacy-transfer/src/Transfer.d.ts +538 -359
- package/es/legacy-transfer/src/TransferFilter.d.ts +133 -125
- package/es/legacy-transfer/src/TransferList.d.ts +133 -125
- package/es/legacy-transfer/src/TransferListItem.d.ts +133 -125
- package/es/legacy-transfer/styles/dark.js +2 -9
- package/es/legacy-transfer/styles/light.d.ts +48 -29
- package/es/legacy-transfer/styles/light.js +25 -9
- package/es/list/index.d.ts +3 -2
- package/es/list/index.js +2 -1
- package/es/list/src/List.d.ts +218 -83
- package/es/list/src/List.js +37 -22
- package/es/list/src/ListItem.d.ts +122 -3
- package/es/list/src/ListItem.js +184 -12
- package/es/list/src/interface.d.ts +35 -0
- package/es/list/src/interface.js +1 -0
- package/es/list/src/props.d.ts +228 -0
- package/es/list/src/props.js +59 -0
- package/es/list/src/styles/index.cssr.js +142 -48
- package/es/list/styles/light.d.ts +15 -0
- package/es/list/styles/light.js +27 -13
- package/es/loading-bar/styles/dark.js +2 -8
- package/es/loading-bar/styles/light.d.ts +1 -1
- package/es/loading-bar/styles/light.js +4 -4
- package/es/log/src/Log.d.ts +88 -99
- package/es/log/styles/dark.js +2 -10
- package/es/log/styles/light.d.ts +1 -1
- package/es/log/styles/light.js +7 -7
- package/es/mention/src/Mention.d.ts +314 -325
- package/es/mention/styles/dark.js +2 -6
- package/es/mention/styles/light.d.ts +23 -23
- package/es/mention/styles/light.js +3 -3
- package/es/menu/src/Menu.d.ts +490 -501
- package/es/menu/src/MenuOption.d.ts +138 -149
- package/es/menu/src/Submenu.d.ts +138 -149
- package/es/menu/styles/dark.js +1 -14
- package/es/menu/styles/light.d.ts +38 -38
- package/es/menu/styles/light.js +2 -4
- package/es/message/src/Message.d.ts +3 -7
- package/es/message/src/Message.js +10 -24
- package/es/message/src/MessageProvider.d.ts +195 -258
- package/es/message/src/MessageProvider.js +1 -1
- package/es/message/src/styles/index.cssr.js +10 -10
- package/es/message/styles/_common.d.ts +0 -5
- package/es/message/styles/_common.js +3 -8
- package/es/message/styles/light.d.ts +23 -30
- package/es/message/styles/light.js +14 -7
- package/es/message/styles/types.d.ts +4 -0
- package/es/message/styles/types.js +1 -0
- package/es/modal/src/BodyWrapper.d.ts +140 -173
- package/es/modal/src/BodyWrapper.js +7 -13
- package/es/modal/src/Modal.d.ts +340 -303
- package/es/modal/src/Modal.js +8 -6
- package/es/modal/src/presetProps.d.ts +20 -32
- package/es/modal/src/presetProps.js +4 -2
- package/es/modal/src/styles/index.cssr.js +2 -3
- package/es/modal/styles/light.d.ts +39 -27
- package/es/modal/styles/light.js +7 -4
- package/es/notification/src/Notification.d.ts +15 -7
- package/es/notification/src/Notification.js +14 -16
- package/es/notification/src/NotificationContainer.d.ts +159 -115
- package/es/notification/src/NotificationEnvironment.d.ts +8 -7
- package/es/notification/src/NotificationProvider.d.ts +644 -146
- package/es/notification/src/NotificationProvider.js +2 -1
- package/es/notification/src/styles/index.cssr.js +20 -25
- package/es/notification/styles/_common.d.ts +1 -6
- package/es/notification/styles/_common.js +2 -7
- package/es/notification/styles/light.d.ts +142 -32
- package/es/notification/styles/light.js +14 -7
- package/es/page-header/src/PageHeader.d.ts +18 -18
- package/es/page-header/styles/light.d.ts +4 -4
- package/es/page-header/styles/light.js +12 -3
- package/es/pagination/src/Pagination.d.ts +1564 -1039
- package/es/pagination/src/Pagination.js +1 -2
- package/es/pagination/src/styles/index.cssr.js +2 -4
- package/es/pagination/styles/dark.js +1 -11
- package/es/pagination/styles/light.d.ts +140 -91
- package/es/pagination/styles/light.js +73 -7
- package/es/popconfirm/src/Popconfirm.d.ts +172 -183
- package/es/popconfirm/styles/light.d.ts +9 -9
- package/es/popconfirm/styles/light.js +6 -3
- package/es/popover/src/Popover.d.ts +35 -35
- package/es/popover/src/Popover.js +2 -4
- package/es/popover/src/PopoverBody.d.ts +30 -30
- package/es/popover/src/PopoverBody.js +1 -6
- package/es/popover/styles/light.d.ts +6 -6
- package/es/popover/styles/light.js +15 -4
- package/es/popselect/src/Popselect.d.ts +286 -327
- package/es/popselect/src/PopselectPanel.d.ts +112 -126
- package/es/popselect/src/interface.d.ts +1 -1
- package/es/popselect/styles/light.d.ts +19 -22
- package/es/popselect/styles/light.js +2 -2
- package/es/progress/styles/dark.js +1 -7
- package/es/progress/styles/light.js +18 -18
- package/es/radio/src/Radio.d.ts +129 -50
- package/es/radio/src/Radio.js +17 -6
- package/es/radio/src/RadioButton.d.ts +5 -2
- package/es/radio/src/RadioButton.js +2 -2
- package/es/radio/src/RadioGroup.d.ts +121 -49
- package/es/radio/src/RadioGroup.js +1 -1
- package/es/radio/src/styles/radio-group.cssr.js +7 -7
- package/es/radio/src/styles/radio.cssr.js +19 -25
- package/es/radio/src/styles/rtl.cssr.js +2 -2
- package/es/radio/styles/dark.js +2 -8
- package/es/radio/styles/light.d.ts +15 -7
- package/es/radio/styles/light.js +54 -6
- package/es/rate/styles/dark.js +2 -11
- package/es/rate/styles/light.d.ts +1 -1
- package/es/rate/styles/light.js +4 -4
- package/es/result/src/Result.d.ts +36 -36
- package/es/result/styles/light.d.ts +8 -8
- package/es/result/styles/light.js +27 -3
- package/es/select/src/Select.d.ts +877 -385
- package/es/select/src/Select.js +2 -2
- package/es/select/src/interface.d.ts +0 -1
- package/es/select/styles/light.d.ts +76 -27
- package/es/select/styles/light.js +2 -2
- package/es/skeleton/src/styles/index.cssr.js +1 -1
- package/es/skeleton/styles/dark.js +2 -11
- package/es/skeleton/styles/light.d.ts +1 -2
- package/es/skeleton/styles/light.js +4 -4
- package/es/slider/src/Slider.d.ts +30 -30
- package/es/slider/styles/dark.js +2 -6
- package/es/slider/styles/light.d.ts +7 -7
- package/es/slider/styles/light.js +32 -6
- package/es/spin/styles/light.js +9 -15
- package/es/statistic/styles/light.js +7 -7
- package/es/status/index.d.ts +2 -0
- package/es/status/index.js +1 -0
- package/es/status/src/Status.d.ts +139 -0
- package/es/status/src/Status.js +81 -0
- package/es/status/src/styles/index.cssr.d.ts +2 -0
- package/es/status/src/styles/index.cssr.js +24 -0
- package/es/status/styles/dark.d.ts +3 -0
- package/es/status/styles/dark.js +8 -0
- package/es/status/styles/index.d.ts +3 -0
- package/es/status/styles/index.js +2 -0
- package/es/status/styles/light.d.ts +17 -0
- package/es/status/styles/light.js +21 -0
- package/es/steps/src/Step.d.ts +7 -1
- package/es/steps/src/Step.js +31 -22
- package/es/steps/src/Steps.d.ts +36 -36
- package/es/steps/src/styles/index.cssr.js +18 -3
- package/es/steps/styles/light.d.ts +8 -8
- package/es/steps/styles/light.js +36 -3
- package/es/styles.d.ts +2 -0
- package/es/styles.js +2 -0
- package/es/switch/src/Switch.d.ts +67 -67
- package/es/switch/styles/dark.js +2 -7
- package/es/switch/styles/light.d.ts +16 -16
- package/es/switch/styles/light.js +48 -5
- package/es/table/src/Table.d.ts +30 -30
- package/es/table/styles/light.d.ts +6 -6
- package/es/table/styles/light.js +29 -8
- package/es/tabs/src/Tab.js +5 -2
- package/es/tabs/src/Tabs.d.ts +160 -141
- package/es/tabs/src/Tabs.js +3 -2
- package/es/tabs/src/styles/index.cssr.js +17 -12
- package/es/tabs/styles/dark.js +1 -7
- package/es/tabs/styles/light.d.ts +35 -33
- package/es/tabs/styles/light.js +94 -7
- package/es/tag/src/Tag.d.ts +115 -87
- package/es/tag/src/Tag.js +2 -1
- package/es/tag/src/styles/index.cssr.js +1 -1
- package/es/tag/styles/dark.js +2 -29
- package/es/tag/styles/light.d.ts +19 -16
- package/es/tag/styles/light.js +113 -20
- package/es/theme-editor/src/ThemeEditor.d.ts +88 -99
- package/es/theme-editor/src/ThemeEditor.js +35 -2
- package/es/themes/dark.js +5 -1
- package/es/themes/light.js +5 -1
- package/es/thing/styles/light.js +4 -4
- package/es/time-picker/src/Panel.d.ts +104 -111
- package/es/time-picker/src/Panel.js +2 -2
- package/es/time-picker/src/TimePicker.d.ts +244 -214
- package/es/time-picker/src/TimePicker.js +2 -1
- package/es/time-picker/src/interface.d.ts +2 -1
- package/es/time-picker/src/styles/index.cssr.js +1 -0
- package/es/time-picker/styles/light.d.ts +19 -14
- package/es/time-picker/styles/light.js +19 -5
- package/es/timeline/src/Timeline.d.ts +30 -30
- package/es/timeline/styles/dark.js +2 -5
- package/es/timeline/styles/light.d.ts +7 -7
- package/es/timeline/styles/light.js +26 -4
- package/es/toggle-button/index.d.ts +2 -0
- package/es/toggle-button/index.js +1 -0
- package/es/toggle-button/src/ToggleButton.d.ts +551 -0
- package/es/toggle-button/src/ToggleButton.js +128 -0
- package/es/toggle-button/src/styles/toggle-button.cssr.d.ts +2 -0
- package/es/toggle-button/src/styles/toggle-button.cssr.js +73 -0
- package/es/toggle-button/styles/_common.d.ts +7 -0
- package/es/toggle-button/styles/_common.js +6 -0
- package/es/toggle-button/styles/dark.d.ts +3 -0
- package/es/toggle-button/styles/dark.js +8 -0
- package/es/toggle-button/styles/index.d.ts +3 -0
- package/es/toggle-button/styles/index.js +2 -0
- package/es/toggle-button/styles/light.d.ts +47 -0
- package/es/toggle-button/styles/light.js +18 -0
- package/es/tooltip/src/Tooltip.d.ts +185 -196
- package/es/tooltip/styles/dark.js +2 -5
- package/es/tooltip/styles/light.d.ts +13 -13
- package/es/tooltip/styles/light.js +19 -4
- package/es/transfer/src/Transfer.d.ts +632 -453
- package/es/transfer/src/TransferFilter.d.ts +142 -134
- package/es/transfer/src/TransferList.d.ts +142 -134
- package/es/transfer/src/TransferListItem.d.ts +142 -134
- package/es/transfer/src/styles/index.cssr.js +2 -0
- package/es/transfer/styles/dark.js +2 -13
- package/es/transfer/styles/light.d.ts +58 -39
- package/es/transfer/styles/light.js +39 -12
- package/es/tree/src/Tree.d.ts +418 -269
- package/es/tree/src/TreeNodeCheckbox.d.ts +121 -116
- package/es/tree/src/styles/index.cssr.js +5 -1
- package/es/tree/styles/dark.js +1 -7
- package/es/tree/styles/light.d.ts +33 -17
- package/es/tree/styles/light.js +14 -15
- package/es/tree-select/src/TreeSelect.d.ts +1145 -459
- package/es/tree-select/styles/light.d.ts +100 -32
- package/es/tree-select/styles/light.js +6 -6
- package/es/typography/src/a.d.ts +56 -56
- package/es/typography/src/blockquote.d.ts +61 -61
- package/es/typography/src/create-header.d.ts +74 -74
- package/es/typography/src/headers.d.ts +300 -300
- package/es/typography/src/hr.d.ts +47 -47
- package/es/typography/src/ol.d.ts +63 -63
- package/es/typography/src/p.d.ts +61 -61
- package/es/typography/src/text.d.ts +89 -89
- package/es/typography/src/ul.d.ts +63 -63
- package/es/typography/styles/light.d.ts +28 -28
- package/es/typography/styles/light.js +67 -3
- package/es/upload/src/Upload.d.ts +111 -149
- package/es/upload/src/UploadFile.d.ts +89 -100
- package/es/upload/src/UploadProgress.d.ts +89 -100
- package/es/upload/src/styles/index.cssr.js +5 -4
- package/es/upload/styles/dark.js +1 -9
- package/es/upload/styles/light.d.ts +1 -1
- package/es/upload/styles/light.js +22 -22
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/_internal/checkbox/index.d.ts +2 -0
- package/lib/_internal/checkbox/index.js +7 -0
- package/lib/_internal/checkbox/src/use-checkbox.d.ts +53 -0
- package/lib/_internal/checkbox/src/use-checkbox.js +163 -0
- package/lib/_internal/close/src/styles/index.cssr.js +2 -0
- package/lib/_internal/icon/src/styles/index.cssr.js +2 -2
- package/lib/_internal/icons/ChevronDown.js +2 -2
- package/lib/_internal/icons/ChevronLeft.js +1 -1
- package/lib/_internal/icons/ChevronRight.js +1 -1
- package/lib/_internal/icons/Clear.js +2 -10
- package/lib/_internal/icons/ClearSmall.d.ts +2 -0
- package/lib/_internal/icons/ClearSmall.js +10 -0
- package/lib/_internal/icons/Close.js +2 -4
- package/lib/_internal/icons/Error.js +2 -4
- package/lib/_internal/icons/Inactive.d.ts +2 -0
- package/lib/_internal/icons/Inactive.js +10 -0
- package/lib/_internal/icons/InfoOutline.d.ts +2 -0
- package/lib/_internal/icons/InfoOutline.js +6 -0
- package/lib/_internal/icons/Success.js +2 -4
- package/lib/_internal/icons/Warning.js +2 -4
- package/lib/_internal/icons/index.d.ts +3 -0
- package/lib/_internal/icons/index.js +7 -1
- package/lib/_internal/index.d.ts +4 -0
- package/lib/_internal/index.js +9 -1
- package/lib/_internal/radio/index.d.ts +2 -0
- package/lib/_internal/radio/index.js +17 -0
- package/lib/_internal/radio/src/interface.d.ts +12 -0
- package/{es → lib/_internal}/radio/src/use-radio.d.ts +6 -13
- package/lib/{radio → _internal/radio}/src/use-radio.js +15 -19
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +180 -211
- package/lib/_internal/select-menu/src/SelectMenu.js +3 -2
- package/lib/_internal/select-menu/src/interface.d.ts +1 -1
- package/lib/_internal/select-menu/src/styles/index.cssr.js +24 -18
- package/lib/_internal/select-menu/styles/light.d.ts +17 -23
- package/lib/_internal/select-menu/styles/light.js +34 -6
- package/lib/_internal/selection/index.d.ts +1 -0
- package/lib/_internal/selection/src/Selection.d.ts +583 -183
- package/lib/_internal/selection/src/Selection.js +102 -28
- package/lib/_internal/selection/src/interface.d.ts +1 -0
- package/lib/_internal/selection/src/styles/index.cssr.d.ts +2 -1
- package/lib/_internal/selection/src/styles/index.cssr.js +128 -40
- package/lib/_internal/selection/styles/dark.js +2 -29
- package/lib/_internal/selection/styles/light.d.ts +121 -17
- package/lib/_internal/selection/styles/light.js +122 -23
- package/lib/_internal/skeleton/src/styles/index.cssr.js +1 -1
- package/lib/_internal/skeleton/styles/dark.js +2 -11
- package/lib/_internal/skeleton/styles/light.d.ts +1 -2
- package/lib/_internal/skeleton/styles/light.js +6 -5
- package/lib/_styles/common/_common.d.ts +37 -12
- package/lib/_styles/common/_common.js +44 -19
- package/lib/_styles/common/dark.js +2 -98
- package/lib/_styles/common/light.d.ts +88 -99
- package/lib/_styles/common/light.js +1 -103
- package/lib/_styles/global/index.cssr.js +4 -5
- package/lib/_utils/index.d.ts +3 -0
- package/lib/_utils/index.js +5 -1
- package/lib/_utils/inject/index.d.ts +2 -0
- package/lib/_utils/inject/index.js +11 -0
- package/lib/_utils/themes/index.d.ts +1 -0
- package/lib/_utils/themes/index.js +5 -0
- package/lib/_utils/themes/rewrite-styles.d.ts +1 -0
- package/lib/_utils/themes/rewrite-styles.js +10 -0
- package/lib/_utils/types/index.d.ts +1 -0
- package/lib/_utils/types/index.js +17 -0
- package/lib/_utils/types/utility.types.d.ts +10 -0
- package/lib/{popconfirm/styles/_common.js → _utils/types/utility.types.js} +0 -3
- package/lib/_utils/uzum/prop.d.ts +2 -2
- package/lib/_utils/uzum/prop.js +0 -2
- package/lib/alert/src/Alert.d.ts +438 -271
- package/lib/alert/src/Alert.js +51 -55
- package/lib/alert/src/styles/index.cssr.js +92 -48
- package/lib/alert/styles/_common.d.ts +7 -6
- package/lib/alert/styles/_common.js +11 -8
- package/lib/alert/styles/dark.js +2 -18
- package/lib/alert/styles/light.d.ts +33 -16
- package/lib/alert/styles/light.js +18 -9
- package/lib/alert/styles/types.d.ts +4 -0
- package/lib/{calendar/styles/_common.js → alert/styles/types.js} +0 -3
- package/lib/anchor/src/AnchorAdapter.d.ts +30 -21
- package/lib/anchor/src/AnchorAdapter.js +2 -1
- package/lib/anchor/src/styles/index.cssr.js +2 -1
- package/lib/anchor/styles/light.d.ts +4 -3
- package/lib/anchor/styles/light.js +16 -8
- package/lib/auto-complete/src/AutoComplete.d.ts +317 -327
- package/lib/auto-complete/styles/light.d.ts +22 -22
- package/lib/auto-complete/styles/light.js +2 -2
- package/lib/avatar/src/Avatar.d.ts +0 -29
- package/lib/avatar/src/Avatar.js +4 -7
- package/lib/avatar/src/interface.d.ts +1 -1
- package/lib/avatar/src/styles/index.cssr.js +1 -3
- package/lib/avatar/styles/light.d.ts +0 -3
- package/lib/avatar/styles/light.js +7 -11
- package/lib/avatar-group/src/AvatarGroup.d.ts +88 -129
- package/lib/avatar-group/styles/light.d.ts +0 -3
- package/lib/back-top/src/BackTop.d.ts +24 -24
- package/lib/back-top/styles/dark.js +2 -8
- package/lib/back-top/styles/light.d.ts +5 -5
- package/lib/back-top/styles/light.js +18 -7
- package/lib/badge/src/Badge.d.ts +0 -10
- package/lib/badge/src/Badge.js +1 -2
- package/lib/badge/src/styles/index.cssr.js +0 -2
- package/lib/badge/styles/dark.js +2 -12
- package/lib/badge/styles/light.d.ts +1 -2
- package/lib/badge/styles/light.js +10 -9
- package/lib/breadcrumb/src/Breadcrumb.d.ts +10 -40
- package/lib/breadcrumb/src/Breadcrumb.js +2 -5
- package/lib/breadcrumb/src/styles/index.cssr.js +4 -9
- package/lib/breadcrumb/styles/light.d.ts +1 -4
- package/lib/breadcrumb/styles/light.js +11 -6
- package/lib/button/src/Button.d.ts +11 -11
- package/lib/button/src/Button.js +4 -4
- package/lib/button/src/styles/index.cssr.js +4 -10
- package/lib/button/styles/dark.js +1 -8
- package/lib/button/styles/light.d.ts +1 -1
- package/lib/button/styles/light.js +18 -18
- package/lib/calendar/src/Calendar.d.ts +108 -119
- package/lib/calendar/styles/light.d.ts +3 -3
- package/lib/calendar/styles/light.js +23 -8
- package/lib/card/src/Card.d.ts +295 -272
- package/lib/card/src/Card.js +13 -16
- package/lib/card/src/styles/index.cssr.js +5 -19
- package/lib/card/styles/_common.d.ts +0 -6
- package/lib/card/styles/_common.js +1 -7
- package/lib/card/styles/dark.js +1 -8
- package/lib/card/styles/light.d.ts +21 -17
- package/lib/card/styles/light.js +2 -5
- package/lib/cascader/src/Cascader.d.ts +1195 -555
- package/lib/cascader/src/CascaderMenu.d.ts +207 -153
- package/lib/cascader/src/CascaderOption.d.ts +207 -153
- package/lib/cascader/src/CascaderSelectMenu.d.ts +207 -153
- package/lib/cascader/src/CascaderSubmenu.d.ts +207 -153
- package/lib/cascader/src/styles/index.cssr.js +3 -3
- package/lib/cascader/styles/light.d.ts +109 -44
- package/lib/cascader/styles/light.js +12 -12
- package/lib/checkbox/index.d.ts +1 -1
- package/lib/checkbox/src/Checkbox.d.ts +457 -304
- package/lib/checkbox/src/Checkbox.js +41 -175
- package/lib/checkbox/src/CheckboxGroup.d.ts +2 -12
- package/lib/checkbox/src/CheckboxGroup.js +3 -3
- package/lib/checkbox/src/styles/index.cssr.js +112 -189
- package/lib/checkbox/styles/_common.d.ts +0 -3
- package/lib/checkbox/styles/_common.js +3 -6
- package/lib/checkbox/styles/dark.js +1 -7
- package/lib/checkbox/styles/light.d.ts +29 -13
- package/lib/checkbox/styles/light.js +2 -4
- package/lib/code/styles/dark.js +7 -20
- package/lib/code/styles/light.d.ts +1 -1
- package/lib/code/styles/light.js +7 -5
- package/lib/collapse/src/Collapse.d.ts +126 -104
- package/lib/collapse/src/Collapse.js +4 -1
- package/lib/collapse/src/CollapseItem.d.ts +2 -1
- package/lib/collapse/src/CollapseItem.js +12 -11
- package/lib/collapse/src/interface.d.ts +1 -0
- package/lib/collapse/src/styles/index.cssr.js +7 -2
- package/lib/collapse/styles/light.d.ts +3 -0
- package/lib/collapse/styles/light.js +12 -9
- package/lib/color-picker/src/ColorInputUnit.d.ts +103 -106
- package/lib/color-picker/src/ColorPicker.d.ts +138 -63
- package/lib/color-picker/src/ColorPicker.js +4 -1
- package/lib/color-picker/src/ColorPickerTrigger.js +1 -6
- package/lib/color-picker/src/styles/index.cssr.js +13 -1
- package/lib/color-picker/styles/light.d.ts +20 -7
- package/lib/color-picker/styles/light.js +15 -10
- package/lib/components.d.ts +2 -0
- package/lib/components.js +2 -0
- package/lib/config-provider/src/internal-interface.d.ts +7 -2
- package/lib/data-table/src/DataTable.d.ts +1978 -1437
- package/lib/data-table/src/DataTable.js +2 -3
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +457 -347
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +462 -352
- package/lib/data-table/src/TableParts/Body.d.ts +457 -347
- package/lib/data-table/src/TableParts/Body.js +3 -2
- package/lib/data-table/src/TableParts/Cell.d.ts +914 -694
- package/lib/data-table/src/TableParts/Header.d.ts +457 -347
- package/lib/data-table/src/TableParts/Header.js +3 -1
- package/lib/data-table/src/interface.d.ts +750 -534
- package/lib/data-table/src/styles/index.cssr.js +29 -36
- package/lib/data-table/styles/dark.js +1 -6
- package/lib/data-table/styles/light.d.ts +254 -183
- package/lib/data-table/styles/light.js +58 -13
- package/lib/date-picker/src/DatePicker.d.ts +748 -433
- package/lib/date-picker/src/DatePicker.js +52 -16
- package/lib/date-picker/src/interface.d.ts +2 -2
- package/lib/date-picker/src/panel/date.d.ts +166 -138
- package/lib/date-picker/src/panel/daterange.d.ts +160 -138
- package/lib/date-picker/src/panel/datetime.d.ts +160 -138
- package/lib/date-picker/src/panel/datetimerange.d.ts +160 -138
- package/lib/date-picker/src/panel/monthrange.d.ts +160 -138
- package/lib/date-picker/src/panel/panelMonth.d.ts +320 -276
- package/lib/date-picker/src/panel/panelMonth.js +2 -2
- package/lib/date-picker/src/panel/panelMonthContent.d.ts +160 -138
- package/lib/date-picker/src/panel/panelYear.d.ts +320 -276
- package/lib/date-picker/src/panel/panelYear.js +2 -2
- package/lib/date-picker/src/panel/panelYearContent.d.ts +160 -138
- package/lib/date-picker/src/panel/use-calendar.d.ts +160 -138
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +160 -138
- package/lib/date-picker/src/panel/use-panel-common.d.ts +160 -138
- package/lib/date-picker/src/styles/index.cssr.js +75 -64
- package/lib/date-picker/styles/_common.d.ts +0 -1
- package/lib/date-picker/styles/_common.js +0 -1
- package/lib/date-picker/styles/dark.js +1 -9
- package/lib/date-picker/styles/light.d.ts +97 -44
- package/lib/date-picker/styles/light.js +12 -3
- package/lib/descriptions/src/Descriptions.d.ts +48 -48
- package/lib/descriptions/styles/light.d.ts +12 -12
- package/lib/descriptions/styles/light.js +33 -10
- package/lib/dialog/src/Dialog.d.ts +166 -159
- package/lib/dialog/src/Dialog.js +20 -11
- package/lib/dialog/src/DialogEnvironment.d.ts +6 -3
- package/lib/dialog/src/DialogEnvironment.js +1 -1
- package/lib/dialog/src/DialogProvider.d.ts +181 -202
- package/lib/dialog/src/dialogProps.d.ts +3 -2
- package/lib/dialog/src/dialogProps.js +2 -1
- package/lib/dialog/src/styles/index.cssr.js +7 -5
- package/lib/dialog/styles/_common.d.ts +1 -4
- package/lib/dialog/styles/_common.js +6 -9
- package/lib/dialog/styles/light.d.ts +19 -15
- package/lib/dialog/styles/light.js +2 -7
- package/lib/divider/src/Divider.d.ts +30 -0
- package/lib/divider/src/Divider.js +5 -2
- package/lib/divider/src/styles/index.cssr.js +7 -3
- package/lib/divider/styles/light.d.ts +3 -0
- package/lib/divider/styles/light.js +7 -4
- package/lib/drawer/index.d.ts +1 -0
- package/lib/drawer/src/Drawer.d.ts +312 -250
- package/lib/drawer/src/Drawer.js +67 -31
- package/lib/drawer/src/DrawerBodyWrapper.d.ts +107 -119
- package/lib/drawer/src/DrawerBodyWrapper.js +6 -30
- package/lib/drawer/src/DrawerContent.d.ts +158 -122
- package/lib/drawer/src/DrawerContent.js +79 -10
- package/lib/drawer/src/interface.d.ts +6 -1
- package/lib/drawer/src/styles/index.cssr.js +57 -28
- package/lib/drawer/styles/_common.d.ts +11 -0
- package/lib/drawer/styles/_common.js +12 -0
- package/lib/drawer/styles/light.d.ts +38 -24
- package/lib/drawer/styles/light.js +6 -24
- package/lib/dropdown/src/Dropdown.d.ts +322 -333
- package/lib/dropdown/styles/dark.js +1 -10
- package/lib/dropdown/styles/light.d.ts +34 -34
- package/lib/dropdown/styles/light.js +57 -12
- package/lib/dynamic-input/src/DynamicInput.d.ts +189 -170
- package/lib/dynamic-input/src/InputPreset.d.ts +98 -106
- package/lib/dynamic-input/src/PairPreset.d.ts +98 -106
- package/lib/dynamic-input/styles/light.d.ts +10 -7
- package/lib/dynamic-tags/src/DynamicTags.d.ts +375 -325
- package/lib/dynamic-tags/src/DynamicTags.js +8 -3
- package/lib/dynamic-tags/styles/light.d.ts +28 -22
- package/lib/ellipsis/src/Ellipsis.d.ts +184 -195
- package/lib/ellipsis/src/PerformantEllipsis.d.ts +54 -54
- package/lib/ellipsis/styles/light.d.ts +9 -9
- package/lib/empty/src/Empty.d.ts +24 -24
- package/lib/empty/styles/light.d.ts +4 -4
- package/lib/empty/styles/light.js +14 -9
- package/lib/form/src/Form.d.ts +117 -99
- package/lib/form/src/FormItem.d.ts +119 -102
- package/lib/form/src/FormItem.js +3 -4
- package/lib/form/src/FormItemCol.d.ts +117 -99
- package/lib/form/src/FormItemGridItem.d.ts +117 -99
- package/lib/form/src/FormItemRow.d.ts +117 -99
- package/lib/form/src/styles/form-item.cssr.js +14 -17
- package/lib/form/styles/light.d.ts +17 -15
- package/lib/form/styles/light.js +35 -6
- package/lib/global-style/src/GlobalStyle.js +5 -5
- package/lib/gradient-text/src/styles/index.cssr.js +1 -0
- package/lib/gradient-text/styles/dark.js +2 -17
- package/lib/gradient-text/styles/light.d.ts +1 -1
- package/lib/gradient-text/styles/light.js +15 -13
- package/lib/icon/styles/light.js +7 -7
- package/lib/icon-wrapper/styles/light.js +3 -3
- package/lib/image/src/Image.d.ts +90 -81
- package/lib/image/src/ImageGroup.d.ts +90 -81
- package/lib/image/src/ImagePreview.d.ts +61 -54
- package/lib/image/src/ImagePreview.js +3 -2
- package/lib/image/src/interface.d.ts +30 -27
- package/lib/image/src/styles/index.cssr.js +1 -1
- package/lib/image/styles/dark.js +2 -9
- package/lib/image/styles/light.d.ts +13 -11
- package/lib/image/styles/light.js +10 -7
- package/lib/input/index.d.ts +1 -1
- package/lib/input/src/Input.d.ts +166 -147
- package/lib/input/src/Input.js +7 -4
- package/lib/input/src/InputGroupLabel.d.ts +68 -41
- package/lib/input/src/interface.d.ts +1 -1
- package/lib/input/src/styles/input.cssr.js +5 -11
- package/lib/input/styles/dark.js +2 -23
- package/lib/input/styles/light.d.ts +10 -7
- package/lib/input/styles/light.js +72 -18
- package/lib/input-number/src/InputNumber.d.ts +204 -208
- package/lib/input-number/src/InputNumber.js +3 -11
- package/lib/input-number/src/interface.d.ts +0 -1
- package/lib/input-number/styles/dark.js +2 -6
- package/lib/input-number/styles/light.d.ts +12 -13
- package/lib/input-number/styles/light.js +4 -5
- package/lib/layout/src/Layout.d.ts +204 -198
- package/lib/layout/src/LayoutContent.d.ts +102 -99
- package/lib/layout/src/LayoutFooter.d.ts +18 -0
- package/lib/layout/src/LayoutHeader.d.ts +12 -0
- package/lib/layout/src/LayoutSider.d.ts +102 -99
- package/lib/layout/src/LayoutSider.js +5 -3
- package/lib/layout/src/ToggleButton.d.ts +2 -2
- package/lib/layout/styles/dark.js +2 -29
- package/lib/layout/styles/light.d.ts +4 -0
- package/lib/layout/styles/light.js +25 -24
- package/lib/legacy-transfer/src/Transfer.d.ts +538 -359
- package/lib/legacy-transfer/src/TransferFilter.d.ts +133 -125
- package/lib/legacy-transfer/src/TransferList.d.ts +133 -125
- package/lib/legacy-transfer/src/TransferListItem.d.ts +133 -125
- package/lib/legacy-transfer/styles/dark.js +2 -12
- package/lib/legacy-transfer/styles/light.d.ts +48 -29
- package/lib/legacy-transfer/styles/light.js +27 -12
- package/lib/list/index.d.ts +3 -2
- package/lib/list/index.js +2 -1
- package/lib/list/src/List.d.ts +218 -83
- package/lib/list/src/List.js +38 -24
- package/lib/list/src/ListItem.d.ts +122 -3
- package/lib/list/src/ListItem.js +183 -11
- package/lib/list/src/interface.d.ts +35 -0
- package/lib/list/src/interface.js +2 -0
- package/lib/list/src/props.d.ts +228 -0
- package/lib/list/src/props.js +62 -0
- package/lib/list/src/styles/index.cssr.js +141 -47
- package/lib/list/styles/light.d.ts +15 -0
- package/lib/list/styles/light.js +27 -13
- package/lib/loading-bar/styles/dark.js +2 -8
- package/lib/loading-bar/styles/light.d.ts +1 -1
- package/lib/loading-bar/styles/light.js +6 -4
- package/lib/log/src/Log.d.ts +88 -99
- package/lib/log/styles/dark.js +2 -10
- package/lib/log/styles/light.d.ts +1 -1
- package/lib/log/styles/light.js +9 -7
- package/lib/mention/src/Mention.d.ts +314 -325
- package/lib/mention/styles/dark.js +2 -6
- package/lib/mention/styles/light.d.ts +23 -23
- package/lib/mention/styles/light.js +5 -3
- package/lib/menu/src/Menu.d.ts +490 -501
- package/lib/menu/src/MenuOption.d.ts +138 -149
- package/lib/menu/src/Submenu.d.ts +138 -149
- package/lib/menu/styles/dark.js +1 -14
- package/lib/menu/styles/light.d.ts +38 -38
- package/lib/menu/styles/light.js +2 -4
- package/lib/message/src/Message.d.ts +3 -7
- package/lib/message/src/Message.js +8 -22
- package/lib/message/src/MessageProvider.d.ts +195 -258
- package/lib/message/src/MessageProvider.js +1 -1
- package/lib/message/src/styles/index.cssr.js +10 -10
- package/lib/message/styles/_common.d.ts +0 -5
- package/lib/message/styles/_common.js +3 -8
- package/lib/message/styles/light.d.ts +23 -30
- package/lib/message/styles/light.js +14 -7
- package/lib/message/styles/types.d.ts +4 -0
- package/lib/message/styles/types.js +2 -0
- package/lib/modal/src/BodyWrapper.d.ts +140 -173
- package/lib/modal/src/BodyWrapper.js +7 -13
- package/lib/modal/src/Modal.d.ts +340 -303
- package/lib/modal/src/Modal.js +7 -5
- package/lib/modal/src/presetProps.d.ts +20 -32
- package/lib/modal/src/presetProps.js +4 -2
- package/lib/modal/src/styles/index.cssr.js +2 -3
- package/lib/modal/styles/light.d.ts +39 -27
- package/lib/modal/styles/light.js +7 -4
- package/lib/notification/src/Notification.d.ts +15 -7
- package/lib/notification/src/Notification.js +13 -15
- package/lib/notification/src/NotificationContainer.d.ts +159 -115
- package/lib/notification/src/NotificationEnvironment.d.ts +8 -7
- package/lib/notification/src/NotificationProvider.d.ts +644 -146
- package/lib/notification/src/NotificationProvider.js +2 -1
- package/lib/notification/src/styles/index.cssr.js +20 -25
- package/lib/notification/styles/_common.d.ts +1 -6
- package/lib/notification/styles/_common.js +2 -7
- package/lib/notification/styles/light.d.ts +142 -32
- package/lib/notification/styles/light.js +14 -7
- package/lib/page-header/src/PageHeader.d.ts +18 -18
- package/lib/page-header/styles/light.d.ts +4 -4
- package/lib/page-header/styles/light.js +12 -6
- package/lib/pagination/src/Pagination.d.ts +1564 -1039
- package/lib/pagination/src/Pagination.js +1 -2
- package/lib/pagination/src/styles/index.cssr.js +2 -4
- package/lib/pagination/styles/dark.js +1 -11
- package/lib/pagination/styles/light.d.ts +140 -91
- package/lib/pagination/styles/light.js +73 -10
- package/lib/popconfirm/src/Popconfirm.d.ts +172 -183
- package/lib/popconfirm/styles/light.d.ts +9 -9
- package/lib/popconfirm/styles/light.js +6 -6
- package/lib/popover/src/Popover.d.ts +35 -35
- package/lib/popover/src/Popover.js +2 -4
- package/lib/popover/src/PopoverBody.d.ts +30 -30
- package/lib/popover/src/PopoverBody.js +1 -6
- package/lib/popover/styles/light.d.ts +6 -6
- package/lib/popover/styles/light.js +15 -7
- package/lib/popselect/src/Popselect.d.ts +286 -327
- package/lib/popselect/src/PopselectPanel.d.ts +112 -126
- package/lib/popselect/src/interface.d.ts +1 -1
- package/lib/popselect/styles/light.d.ts +19 -22
- package/lib/popselect/styles/light.js +2 -2
- package/lib/progress/styles/dark.js +1 -7
- package/lib/progress/styles/light.js +18 -18
- package/lib/radio/src/Radio.d.ts +129 -50
- package/lib/radio/src/Radio.js +16 -5
- package/lib/radio/src/RadioButton.d.ts +5 -2
- package/lib/radio/src/RadioButton.js +4 -4
- package/lib/radio/src/RadioGroup.d.ts +121 -49
- package/lib/radio/src/RadioGroup.js +2 -2
- package/lib/radio/src/styles/radio-group.cssr.js +7 -7
- package/lib/radio/src/styles/radio.cssr.js +19 -25
- package/lib/radio/src/styles/rtl.cssr.js +2 -2
- package/lib/radio/styles/dark.js +2 -11
- package/lib/radio/styles/light.d.ts +15 -7
- package/lib/radio/styles/light.js +56 -9
- package/lib/rate/styles/dark.js +2 -11
- package/lib/rate/styles/light.d.ts +1 -1
- package/lib/rate/styles/light.js +6 -4
- package/lib/result/src/Result.d.ts +36 -36
- package/lib/result/styles/light.d.ts +8 -8
- package/lib/result/styles/light.js +27 -6
- package/lib/select/src/Select.d.ts +877 -385
- package/lib/select/src/Select.js +2 -2
- package/lib/select/src/interface.d.ts +0 -1
- package/lib/select/styles/light.d.ts +76 -27
- package/lib/select/styles/light.js +2 -2
- package/lib/skeleton/src/styles/index.cssr.js +1 -1
- package/lib/skeleton/styles/dark.js +2 -11
- package/lib/skeleton/styles/light.d.ts +1 -2
- package/lib/skeleton/styles/light.js +6 -5
- package/lib/slider/src/Slider.d.ts +30 -30
- package/lib/slider/styles/dark.js +2 -9
- package/lib/slider/styles/light.d.ts +7 -7
- package/lib/slider/styles/light.js +34 -9
- package/lib/spin/styles/light.js +9 -15
- package/lib/statistic/styles/light.js +7 -7
- package/lib/status/index.d.ts +2 -0
- package/lib/status/index.js +9 -0
- package/lib/status/src/Status.d.ts +139 -0
- package/lib/status/src/Status.js +87 -0
- package/lib/status/src/styles/index.cssr.d.ts +2 -0
- package/lib/status/src/styles/index.cssr.js +29 -0
- package/lib/status/styles/dark.d.ts +3 -0
- package/lib/status/styles/dark.js +10 -0
- package/lib/status/styles/index.d.ts +3 -0
- package/lib/status/styles/index.js +10 -0
- package/lib/status/styles/light.d.ts +17 -0
- package/lib/status/styles/light.js +25 -0
- package/lib/steps/src/Step.d.ts +7 -1
- package/lib/steps/src/Step.js +31 -22
- package/lib/steps/src/Steps.d.ts +36 -36
- package/lib/steps/src/styles/index.cssr.js +18 -3
- package/lib/steps/styles/light.d.ts +8 -8
- package/lib/steps/styles/light.js +36 -6
- package/lib/styles.d.ts +2 -0
- package/lib/styles.js +51 -46
- package/lib/switch/src/Switch.d.ts +67 -67
- package/lib/switch/styles/dark.js +2 -10
- package/lib/switch/styles/light.d.ts +16 -16
- package/lib/switch/styles/light.js +50 -8
- package/lib/table/src/Table.d.ts +30 -30
- package/lib/table/styles/light.d.ts +6 -6
- package/lib/table/styles/light.js +29 -11
- package/lib/tabs/src/Tab.js +4 -1
- package/lib/tabs/src/Tabs.d.ts +160 -141
- package/lib/tabs/src/Tabs.js +3 -2
- package/lib/tabs/src/styles/index.cssr.js +17 -12
- package/lib/tabs/styles/dark.js +1 -7
- package/lib/tabs/styles/light.d.ts +35 -33
- package/lib/tabs/styles/light.js +94 -10
- package/lib/tag/src/Tag.d.ts +115 -87
- package/lib/tag/src/Tag.js +2 -1
- package/lib/tag/src/styles/index.cssr.js +1 -1
- package/lib/tag/styles/dark.js +2 -32
- package/lib/tag/styles/light.d.ts +19 -16
- package/lib/tag/styles/light.js +115 -23
- package/lib/theme-editor/src/ThemeEditor.d.ts +88 -99
- package/lib/theme-editor/src/ThemeEditor.js +35 -2
- package/lib/themes/dark.js +34 -30
- package/lib/themes/light.js +34 -30
- package/lib/thing/styles/light.js +4 -4
- package/lib/time-picker/src/Panel.d.ts +104 -111
- package/lib/time-picker/src/Panel.js +2 -2
- package/lib/time-picker/src/TimePicker.d.ts +244 -214
- package/lib/time-picker/src/TimePicker.js +2 -1
- package/lib/time-picker/src/interface.d.ts +2 -1
- package/lib/time-picker/src/styles/index.cssr.js +1 -0
- package/lib/time-picker/styles/light.d.ts +19 -14
- package/lib/time-picker/styles/light.js +19 -8
- package/lib/timeline/src/Timeline.d.ts +30 -30
- package/lib/timeline/styles/dark.js +2 -8
- package/lib/timeline/styles/light.d.ts +7 -7
- package/lib/timeline/styles/light.js +28 -7
- package/lib/toggle-button/index.d.ts +2 -0
- package/lib/toggle-button/index.js +9 -0
- package/lib/toggle-button/src/ToggleButton.d.ts +551 -0
- package/lib/toggle-button/src/ToggleButton.js +134 -0
- package/lib/toggle-button/src/styles/toggle-button.cssr.d.ts +2 -0
- package/lib/toggle-button/src/styles/toggle-button.cssr.js +78 -0
- package/lib/toggle-button/styles/_common.d.ts +7 -0
- package/lib/toggle-button/styles/_common.js +8 -0
- package/lib/toggle-button/styles/dark.d.ts +3 -0
- package/lib/toggle-button/styles/dark.js +10 -0
- package/lib/toggle-button/styles/index.d.ts +3 -0
- package/lib/toggle-button/styles/index.js +10 -0
- package/lib/toggle-button/styles/light.d.ts +47 -0
- package/lib/toggle-button/styles/light.js +25 -0
- package/lib/tooltip/src/Tooltip.d.ts +185 -196
- package/lib/tooltip/styles/dark.js +2 -8
- package/lib/tooltip/styles/light.d.ts +13 -13
- package/lib/tooltip/styles/light.js +21 -7
- package/lib/transfer/src/Transfer.d.ts +632 -453
- package/lib/transfer/src/TransferFilter.d.ts +142 -134
- package/lib/transfer/src/TransferList.d.ts +142 -134
- package/lib/transfer/src/TransferListItem.d.ts +142 -134
- package/lib/transfer/src/styles/index.cssr.js +2 -0
- package/lib/transfer/styles/dark.js +2 -16
- package/lib/transfer/styles/light.d.ts +58 -39
- package/lib/transfer/styles/light.js +41 -15
- package/lib/tree/src/Tree.d.ts +418 -269
- package/lib/tree/src/TreeNodeCheckbox.d.ts +121 -116
- package/lib/tree/src/styles/index.cssr.js +5 -1
- package/lib/tree/styles/dark.js +1 -7
- package/lib/tree/styles/light.d.ts +33 -17
- package/lib/tree/styles/light.js +14 -15
- package/lib/tree-select/src/TreeSelect.d.ts +1145 -459
- package/lib/tree-select/styles/light.d.ts +100 -32
- package/lib/tree-select/styles/light.js +6 -6
- package/lib/typography/src/a.d.ts +56 -56
- package/lib/typography/src/blockquote.d.ts +61 -61
- package/lib/typography/src/create-header.d.ts +74 -74
- package/lib/typography/src/headers.d.ts +300 -300
- package/lib/typography/src/hr.d.ts +47 -47
- package/lib/typography/src/ol.d.ts +63 -63
- package/lib/typography/src/p.d.ts +61 -61
- package/lib/typography/src/text.d.ts +89 -89
- package/lib/typography/src/ul.d.ts +63 -63
- package/lib/typography/styles/light.d.ts +28 -28
- package/lib/typography/styles/light.js +67 -6
- package/lib/upload/src/Upload.d.ts +111 -149
- package/lib/upload/src/UploadFile.d.ts +89 -100
- package/lib/upload/src/UploadProgress.d.ts +89 -100
- package/lib/upload/src/styles/index.cssr.js +5 -4
- package/lib/upload/styles/dark.js +1 -9
- package/lib/upload/styles/light.d.ts +1 -1
- package/lib/upload/styles/light.js +22 -22
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +87 -85
- package/volar.d.ts +5 -3
- package/web-types.json +653 -199
- package/es/_internal/select-menu/styles/_common.d.ts +0 -13
- package/es/_internal/select-menu/styles/_common.js +0 -12
- package/es/_internal/selection/styles/_common.d.ts +0 -7
- package/es/_internal/selection/styles/_common.js +0 -6
- package/es/anchor/styles/_common.d.ts +0 -6
- package/es/anchor/styles/_common.js +0 -5
- package/es/back-top/styles/_common.d.ts +0 -7
- package/es/back-top/styles/_common.js +0 -6
- package/es/breadcrumb/styles/_common.d.ts +0 -4
- package/es/breadcrumb/styles/_common.js +0 -3
- package/es/calendar/styles/_common.d.ts +0 -4
- package/es/calendar/styles/_common.js +0 -3
- package/es/data-table/styles/_common.d.ts +0 -23
- package/es/data-table/styles/_common.js +0 -22
- package/es/descriptions/styles/_common.d.ts +0 -15
- package/es/descriptions/styles/_common.js +0 -14
- package/es/dropdown/styles/_common.d.ts +0 -24
- package/es/dropdown/styles/_common.js +0 -23
- package/es/empty/styles/_common.d.ts +0 -7
- package/es/empty/styles/_common.js +0 -6
- package/es/form/styles/_common.d.ts +0 -24
- package/es/form/styles/_common.js +0 -23
- package/es/input/styles/_common.d.ts +0 -8
- package/es/input/styles/_common.js +0 -7
- package/es/legacy-transfer/styles/_common.d.ts +0 -5
- package/es/legacy-transfer/styles/_common.js +0 -4
- package/es/page-header/styles/_common.d.ts +0 -5
- package/es/page-header/styles/_common.js +0 -4
- package/es/pagination/styles/_common.d.ts +0 -36
- package/es/pagination/styles/_common.js +0 -35
- package/es/popconfirm/styles/_common.d.ts +0 -4
- package/es/popconfirm/styles/_common.js +0 -3
- package/es/popover/styles/_common.d.ts +0 -9
- package/es/popover/styles/_common.js +0 -8
- package/es/radio/src/interface.d.ts +0 -2
- package/es/radio/styles/_common.d.ts +0 -8
- package/es/radio/styles/_common.js +0 -7
- package/es/result/styles/_common.d.ts +0 -19
- package/es/result/styles/_common.js +0 -18
- package/es/slider/styles/_common.d.ts +0 -9
- package/es/slider/styles/_common.js +0 -8
- package/es/steps/styles/_common.d.ts +0 -11
- package/es/steps/styles/_common.js +0 -10
- package/es/switch/styles/_common.d.ts +0 -18
- package/es/switch/styles/_common.js +0 -17
- package/es/table/styles/_common.d.ts +0 -9
- package/es/table/styles/_common.js +0 -8
- package/es/tabs/styles/_common.d.ts +0 -59
- package/es/tabs/styles/_common.js +0 -58
- package/es/tag/styles/_common.d.ts +0 -15
- package/es/tag/styles/_common.js +0 -14
- package/es/time-picker/styles/_common.d.ts +0 -7
- package/es/time-picker/styles/_common.js +0 -6
- package/es/timeline/styles/_common.d.ts +0 -9
- package/es/timeline/styles/_common.js +0 -8
- package/es/tooltip/styles/_common.d.ts +0 -15
- package/es/tooltip/styles/_common.js +0 -14
- package/es/transfer/styles/_common.d.ts +0 -14
- package/es/transfer/styles/_common.js +0 -13
- package/es/typography/styles/_common.d.ts +0 -31
- package/es/typography/styles/_common.js +0 -30
- package/lib/_internal/select-menu/styles/_common.d.ts +0 -13
- package/lib/_internal/select-menu/styles/_common.js +0 -14
- package/lib/_internal/selection/styles/_common.d.ts +0 -7
- package/lib/_internal/selection/styles/_common.js +0 -8
- package/lib/anchor/styles/_common.d.ts +0 -6
- package/lib/anchor/styles/_common.js +0 -7
- package/lib/back-top/styles/_common.d.ts +0 -7
- package/lib/back-top/styles/_common.js +0 -8
- package/lib/breadcrumb/styles/_common.d.ts +0 -4
- package/lib/breadcrumb/styles/_common.js +0 -5
- package/lib/calendar/styles/_common.d.ts +0 -4
- package/lib/data-table/styles/_common.d.ts +0 -23
- package/lib/data-table/styles/_common.js +0 -24
- package/lib/descriptions/styles/_common.d.ts +0 -15
- package/lib/descriptions/styles/_common.js +0 -16
- package/lib/dropdown/styles/_common.d.ts +0 -24
- package/lib/dropdown/styles/_common.js +0 -25
- package/lib/empty/styles/_common.d.ts +0 -7
- package/lib/empty/styles/_common.js +0 -8
- package/lib/form/styles/_common.d.ts +0 -24
- package/lib/form/styles/_common.js +0 -25
- package/lib/input/styles/_common.d.ts +0 -8
- package/lib/input/styles/_common.js +0 -9
- package/lib/legacy-transfer/styles/_common.d.ts +0 -5
- package/lib/legacy-transfer/styles/_common.js +0 -6
- package/lib/page-header/styles/_common.d.ts +0 -5
- package/lib/page-header/styles/_common.js +0 -6
- package/lib/pagination/styles/_common.d.ts +0 -36
- package/lib/pagination/styles/_common.js +0 -37
- package/lib/popconfirm/styles/_common.d.ts +0 -4
- package/lib/popover/styles/_common.d.ts +0 -9
- package/lib/popover/styles/_common.js +0 -10
- package/lib/radio/src/interface.d.ts +0 -2
- package/lib/radio/styles/_common.d.ts +0 -8
- package/lib/radio/styles/_common.js +0 -9
- package/lib/result/styles/_common.d.ts +0 -19
- package/lib/result/styles/_common.js +0 -20
- package/lib/slider/styles/_common.d.ts +0 -9
- package/lib/slider/styles/_common.js +0 -10
- package/lib/steps/styles/_common.d.ts +0 -11
- package/lib/steps/styles/_common.js +0 -12
- package/lib/switch/styles/_common.d.ts +0 -18
- package/lib/switch/styles/_common.js +0 -19
- package/lib/table/styles/_common.d.ts +0 -9
- package/lib/table/styles/_common.js +0 -10
- package/lib/tabs/styles/_common.d.ts +0 -59
- package/lib/tabs/styles/_common.js +0 -60
- package/lib/tag/styles/_common.d.ts +0 -15
- package/lib/tag/styles/_common.js +0 -16
- package/lib/time-picker/styles/_common.d.ts +0 -7
- package/lib/time-picker/styles/_common.js +0 -8
- package/lib/timeline/styles/_common.d.ts +0 -9
- package/lib/timeline/styles/_common.js +0 -10
- package/lib/tooltip/styles/_common.d.ts +0 -15
- package/lib/tooltip/styles/_common.js +0 -16
- package/lib/transfer/styles/_common.d.ts +0 -14
- package/lib/transfer/styles/_common.js +0 -15
- package/lib/typography/styles/_common.d.ts +0 -31
- package/lib/typography/styles/_common.js +0 -32
- /package/es/{checkbox → _internal/checkbox}/src/interface.d.ts +0 -0
- /package/es/{checkbox → _internal/checkbox}/src/interface.js +0 -0
- /package/es/{radio → _internal/radio}/src/interface.js +0 -0
- /package/lib/{checkbox → _internal/checkbox}/src/interface.d.ts +0 -0
- /package/lib/{checkbox → _internal/checkbox}/src/interface.js +0 -0
- /package/lib/{radio → _internal/radio}/src/interface.js +0 -0
|
@@ -120,6 +120,26 @@ export declare const dataTableProps: {
|
|
|
120
120
|
readonly onFiltersChange: PropType<MaybeArray<OnUpdateFilters> | undefined>;
|
|
121
121
|
readonly onCheckedRowKeysChange: PropType<MaybeArray<OnUpdateCheckedRowKeys> | undefined>;
|
|
122
122
|
readonly theme: PropType<import("../../_mixins").Theme<"DataTable", {
|
|
123
|
+
thPaddingSmall: string;
|
|
124
|
+
thPaddingMedium: string;
|
|
125
|
+
thPaddingLarge: string;
|
|
126
|
+
tdPaddingSmall: string;
|
|
127
|
+
tdPaddingMedium: string;
|
|
128
|
+
tdPaddingLarge: string;
|
|
129
|
+
thHeightSmall: string;
|
|
130
|
+
thHeightMedium: string;
|
|
131
|
+
thHeightLarge: string;
|
|
132
|
+
tdHeightSmall: string;
|
|
133
|
+
tdHeightMedium: string;
|
|
134
|
+
tdHeightLarge: string;
|
|
135
|
+
sorterSize: string;
|
|
136
|
+
resizableContainerSize: string;
|
|
137
|
+
resizableSize: string;
|
|
138
|
+
filterSize: string;
|
|
139
|
+
paginationMargin: string;
|
|
140
|
+
emptyPadding: string;
|
|
141
|
+
actionPadding: string;
|
|
142
|
+
actionButtonMargin: string;
|
|
123
143
|
actionDividerColor: string;
|
|
124
144
|
lineHeight: string;
|
|
125
145
|
borderRadius: string;
|
|
@@ -150,32 +170,11 @@ export declare const dataTableProps: {
|
|
|
150
170
|
thColorPopover: string;
|
|
151
171
|
thColorHoverPopover: string;
|
|
152
172
|
tdColorPopover: string;
|
|
153
|
-
|
|
154
|
-
boxShadowAfter: string;
|
|
173
|
+
fixedBoxShadow: string;
|
|
155
174
|
loadingColor: string;
|
|
156
175
|
loadingSize: string;
|
|
157
176
|
opacityLoading: string;
|
|
158
177
|
opacityDisabled: string;
|
|
159
|
-
thPaddingSmall: string;
|
|
160
|
-
thPaddingMedium: string;
|
|
161
|
-
thPaddingLarge: string;
|
|
162
|
-
tdPaddingSmall: string;
|
|
163
|
-
tdPaddingMedium: string;
|
|
164
|
-
tdPaddingLarge: string;
|
|
165
|
-
thHeightSmall: string;
|
|
166
|
-
thHeightMedium: string;
|
|
167
|
-
thHeightLarge: string;
|
|
168
|
-
tdHeightSmall: string;
|
|
169
|
-
tdHeightMedium: string;
|
|
170
|
-
tdHeightLarge: string;
|
|
171
|
-
sorterSize: string;
|
|
172
|
-
resizableContainerSize: string;
|
|
173
|
-
resizableSize: string;
|
|
174
|
-
filterSize: string;
|
|
175
|
-
paginationMargin: string;
|
|
176
|
-
emptyPadding: string;
|
|
177
|
-
actionPadding: string;
|
|
178
|
-
actionButtonMargin: string;
|
|
179
178
|
}, {
|
|
180
179
|
Button: import("../../_mixins").Theme<"Button", {
|
|
181
180
|
heightTiny: string;
|
|
@@ -203,7 +202,7 @@ export declare const dataTableProps: {
|
|
|
203
202
|
colorTertiaryHover: string;
|
|
204
203
|
colorTertiaryPressed: string;
|
|
205
204
|
colorTertiaryDisalbed: string;
|
|
206
|
-
|
|
205
|
+
waveColorTertiary: string;
|
|
207
206
|
textColorTextTertiary: string;
|
|
208
207
|
colorQuaternary: string;
|
|
209
208
|
colorQuaternaryHover: string;
|
|
@@ -389,58 +388,87 @@ export declare const dataTableProps: {
|
|
|
389
388
|
rippleDuration: string;
|
|
390
389
|
}, any>;
|
|
391
390
|
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
391
|
+
fontWeight: string;
|
|
392
|
+
textColor: string;
|
|
393
|
+
descriptionTextColor: string;
|
|
394
|
+
textColorDisabled: string;
|
|
395
|
+
descriptionTextColorDisabled: string;
|
|
395
396
|
fontSizeLarge: string;
|
|
397
|
+
fontSizeMedium: string;
|
|
398
|
+
fontSizeSmall: string;
|
|
399
|
+
lineHeightLarge: string;
|
|
400
|
+
lineHeightMedium: string;
|
|
401
|
+
lineHeightSmall: string;
|
|
402
|
+
borderRadiusLarge: string;
|
|
403
|
+
borderRadiusMedium: string;
|
|
404
|
+
borderRadiusSmall: string;
|
|
396
405
|
color: string;
|
|
406
|
+
colorHover: string;
|
|
407
|
+
colorFocus: string;
|
|
408
|
+
colorActive: string;
|
|
397
409
|
colorChecked: string;
|
|
410
|
+
colorHoverChecked: string;
|
|
411
|
+
colorFocusChecked: string;
|
|
412
|
+
colorActiveChecked: string;
|
|
398
413
|
colorDisabled: string;
|
|
399
414
|
colorDisabledChecked: string;
|
|
400
|
-
colorTableHeader: string;
|
|
401
|
-
colorTableHeaderModal: string;
|
|
402
|
-
colorTableHeaderPopover: string;
|
|
403
415
|
checkMarkColor: string;
|
|
416
|
+
checkMarkColorHover: string;
|
|
417
|
+
checkMarkColorFocus: string;
|
|
418
|
+
checkMarkColorActive: string;
|
|
404
419
|
checkMarkColorDisabled: string;
|
|
405
420
|
checkMarkColorDisabledChecked: string;
|
|
406
421
|
border: string;
|
|
407
|
-
borderDisabled: string;
|
|
408
|
-
borderDisabledChecked: string;
|
|
409
422
|
borderHover: string;
|
|
410
|
-
borderChecked: string;
|
|
411
423
|
borderFocus: string;
|
|
424
|
+
borderActive: string;
|
|
425
|
+
borderChecked: string;
|
|
426
|
+
borderHoverChecked: string;
|
|
427
|
+
borderFocusChecked: string;
|
|
428
|
+
borderActiveChecked: string;
|
|
429
|
+
borderDisabled: string;
|
|
430
|
+
borderDisabledChecked: string;
|
|
412
431
|
boxShadowHover: string;
|
|
413
432
|
boxShadowFocus: string;
|
|
414
433
|
boxShadowActive: string;
|
|
415
434
|
boxShadowHoverChecked: string;
|
|
416
435
|
boxShadowFocusChecked: string;
|
|
417
436
|
boxShadowActiveChecked: string;
|
|
418
|
-
textColor: string;
|
|
419
437
|
sizeSmall: string;
|
|
420
438
|
sizeMedium: string;
|
|
421
439
|
sizeLarge: string;
|
|
422
440
|
labelPadding: string;
|
|
423
|
-
labelFontWeight: string;
|
|
424
|
-
borderRadiusLarge: string;
|
|
425
|
-
borderRadiusSmall: string;
|
|
426
441
|
}, any>;
|
|
427
442
|
Radio: import("../../_mixins").Theme<"Radio", {
|
|
428
|
-
|
|
443
|
+
radioSizeSmall: string;
|
|
444
|
+
radioSizeMedium: string;
|
|
445
|
+
radioSizeLarge: string;
|
|
429
446
|
buttonHeightSmall: string;
|
|
430
447
|
buttonHeightMedium: string;
|
|
431
448
|
buttonHeightLarge: string;
|
|
449
|
+
labelPadding: string;
|
|
450
|
+
labelFontWeight: string;
|
|
451
|
+
labelFontSizeSmall: string;
|
|
452
|
+
labelFontSizeMedium: string;
|
|
453
|
+
labelFontSizeLarge: string;
|
|
432
454
|
fontSizeSmall: string;
|
|
433
455
|
fontSizeMedium: string;
|
|
434
456
|
fontSizeLarge: string;
|
|
457
|
+
lineHeightSmall: string;
|
|
458
|
+
lineHeightMedium: string;
|
|
459
|
+
lineHeightLarge: string;
|
|
460
|
+
fontWeight: string;
|
|
435
461
|
boxShadow: string;
|
|
436
462
|
boxShadowActive: string;
|
|
437
463
|
boxShadowFocus: string;
|
|
438
464
|
boxShadowHover: string;
|
|
465
|
+
boxShadowPressed: string;
|
|
439
466
|
boxShadowDisabled: string;
|
|
440
467
|
boxShadowChecked: string;
|
|
441
468
|
boxShadowActiveChecked: string;
|
|
442
469
|
boxShadowFocusChecked: string;
|
|
443
470
|
boxShadowHoverChecked: string;
|
|
471
|
+
boxShadowPressedChecked: string;
|
|
444
472
|
boxShadowDisabledChecked: string;
|
|
445
473
|
color: string;
|
|
446
474
|
colorDisabled: string;
|
|
@@ -462,13 +490,41 @@ export declare const dataTableProps: {
|
|
|
462
490
|
buttonBoxShadowHover: string;
|
|
463
491
|
buttonBoxShadow: string;
|
|
464
492
|
buttonBorderRadius: string;
|
|
465
|
-
radioSizeSmall: string;
|
|
466
|
-
radioSizeMedium: string;
|
|
467
|
-
radioSizeLarge: string;
|
|
468
|
-
labelPadding: string;
|
|
469
|
-
labelFontWeight: string;
|
|
470
493
|
}, any>;
|
|
471
494
|
Pagination: import("../../_mixins").Theme<"Pagination", {
|
|
495
|
+
itemPaddingSmall: string;
|
|
496
|
+
itemMarginSmall: string;
|
|
497
|
+
itemMarginSmallRtl: string;
|
|
498
|
+
itemPaddingMedium: string;
|
|
499
|
+
itemMarginMedium: string;
|
|
500
|
+
itemMarginMediumRtl: string;
|
|
501
|
+
itemPaddingLarge: string;
|
|
502
|
+
itemMarginLarge: string;
|
|
503
|
+
itemMarginLargeRtl: string;
|
|
504
|
+
buttonIconSizeSmall: string;
|
|
505
|
+
buttonIconSizeMedium: string;
|
|
506
|
+
buttonIconSizeLarge: string;
|
|
507
|
+
inputWidthSmall: string;
|
|
508
|
+
selectWidthSmall: string;
|
|
509
|
+
inputMarginSmall: string;
|
|
510
|
+
inputMarginSmallRtl: string;
|
|
511
|
+
selectMarginSmall: string;
|
|
512
|
+
prefixMarginSmall: string;
|
|
513
|
+
suffixMarginSmall: string;
|
|
514
|
+
inputWidthMedium: string;
|
|
515
|
+
selectWidthMedium: string;
|
|
516
|
+
inputMarginMedium: string;
|
|
517
|
+
inputMarginMediumRtl: string;
|
|
518
|
+
selectMarginMedium: string;
|
|
519
|
+
prefixMarginMedium: string;
|
|
520
|
+
suffixMarginMedium: string;
|
|
521
|
+
inputWidthLarge: string;
|
|
522
|
+
selectWidthLarge: string;
|
|
523
|
+
inputMarginLarge: string;
|
|
524
|
+
inputMarginLargeRtl: string;
|
|
525
|
+
selectMarginLarge: string;
|
|
526
|
+
prefixMarginLarge: string;
|
|
527
|
+
suffixMarginLarge: string;
|
|
472
528
|
buttonColor: string;
|
|
473
529
|
buttonColorHover: string;
|
|
474
530
|
buttonColorPressed: string;
|
|
@@ -506,53 +562,46 @@ export declare const dataTableProps: {
|
|
|
506
562
|
jumperFontSizeLarge: string;
|
|
507
563
|
jumperTextColor: string;
|
|
508
564
|
jumperTextColorDisabled: string;
|
|
509
|
-
itemPaddingSmall: string;
|
|
510
|
-
itemMarginSmall: string;
|
|
511
|
-
itemMarginSmallRtl: string;
|
|
512
|
-
itemPaddingMedium: string;
|
|
513
|
-
itemMarginMedium: string;
|
|
514
|
-
itemMarginMediumRtl: string;
|
|
515
|
-
itemPaddingLarge: string;
|
|
516
|
-
itemMarginLarge: string;
|
|
517
|
-
itemMarginLargeRtl: string;
|
|
518
|
-
buttonIconSizeSmall: string;
|
|
519
|
-
buttonIconSizeMedium: string;
|
|
520
|
-
buttonIconSizeLarge: string;
|
|
521
|
-
inputWidthSmall: string;
|
|
522
|
-
selectWidthSmall: string;
|
|
523
|
-
inputMarginSmall: string;
|
|
524
|
-
inputMarginSmallRtl: string;
|
|
525
|
-
selectMarginSmall: string;
|
|
526
|
-
prefixMarginSmall: string;
|
|
527
|
-
suffixMarginSmall: string;
|
|
528
|
-
inputWidthMedium: string;
|
|
529
|
-
selectWidthMedium: string;
|
|
530
|
-
inputMarginMedium: string;
|
|
531
|
-
inputMarginMediumRtl: string;
|
|
532
|
-
selectMarginMedium: string;
|
|
533
|
-
prefixMarginMedium: string;
|
|
534
|
-
suffixMarginMedium: string;
|
|
535
|
-
inputWidthLarge: string;
|
|
536
|
-
selectWidthLarge: string;
|
|
537
|
-
inputMarginLarge: string;
|
|
538
|
-
inputMarginLargeRtl: string;
|
|
539
|
-
selectMarginLarge: string;
|
|
540
|
-
prefixMarginLarge: string;
|
|
541
|
-
suffixMarginLarge: string;
|
|
542
565
|
}, {
|
|
543
566
|
Select: import("../../_mixins").Theme<"Select", {
|
|
544
567
|
menuBoxShadow: string;
|
|
545
568
|
}, {
|
|
546
569
|
InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
|
|
570
|
+
paddingTiny: string;
|
|
571
|
+
paddingSmall: string;
|
|
572
|
+
paddingMedium: string;
|
|
573
|
+
paddingLarge: string;
|
|
574
|
+
paddingHuge: string;
|
|
575
|
+
clearSizeTiny: string;
|
|
576
|
+
clearSizeSmall: string;
|
|
577
|
+
clearSizeMedium: string;
|
|
578
|
+
clearSizeLarge: string;
|
|
579
|
+
clearSizeHuge: string;
|
|
580
|
+
arrowSizeTiny: string;
|
|
581
|
+
arrowSizeSmall: string;
|
|
582
|
+
arrowSizeMedium: string;
|
|
583
|
+
arrowSizeLarge: string;
|
|
584
|
+
arrowSizeHuge: string;
|
|
547
585
|
fontSizeTiny: string;
|
|
548
586
|
fontSizeSmall: string;
|
|
549
587
|
fontSizeMedium: string;
|
|
550
588
|
fontSizeLarge: string;
|
|
589
|
+
fontSizeHuge: string;
|
|
590
|
+
lineHeightTiny: string;
|
|
591
|
+
lineHeightSmall: string;
|
|
592
|
+
lineHeightMedium: string;
|
|
593
|
+
lineHeightLarge: string;
|
|
594
|
+
lineHeightHuge: string;
|
|
551
595
|
heightTiny: string;
|
|
552
596
|
heightSmall: string;
|
|
553
597
|
heightMedium: string;
|
|
554
598
|
heightLarge: string;
|
|
555
|
-
|
|
599
|
+
heightHuge: string;
|
|
600
|
+
borderRadiusTiny: string;
|
|
601
|
+
borderRadiusSmall: string;
|
|
602
|
+
borderRadiusMedium: string;
|
|
603
|
+
borderRadiusLarge: string;
|
|
604
|
+
borderRadiusHuge: string;
|
|
556
605
|
textColor: string;
|
|
557
606
|
textColorDisabled: string;
|
|
558
607
|
placeholderColor: string;
|
|
@@ -594,35 +643,68 @@ export declare const dataTableProps: {
|
|
|
594
643
|
clearColor: string;
|
|
595
644
|
clearColorHover: string;
|
|
596
645
|
clearColorPressed: string;
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
646
|
+
caretColorSecondary: string;
|
|
647
|
+
filterCounterTextColor: string;
|
|
648
|
+
filterCounterSeparatorColor: string;
|
|
649
|
+
filterCounterTextColorDisabled: string;
|
|
650
|
+
filterCounterSeparatorColorDisabled: string;
|
|
651
|
+
arrowColorSecondary: string;
|
|
652
|
+
clearColorSecondary: string;
|
|
653
|
+
colorSecondary: string;
|
|
654
|
+
textColorSecondary: string;
|
|
655
|
+
borderSecondary: string;
|
|
656
|
+
arrowColorDisabledSecondary: string;
|
|
657
|
+
clearColorDisabledSecondary: string;
|
|
658
|
+
colorDisabledSecondary: string;
|
|
659
|
+
textColorDisabledSecondary: string;
|
|
660
|
+
borderDisabledSecondary: string;
|
|
661
|
+
arrowColorHoverSecondary: string;
|
|
662
|
+
clearColorHoverSecondary: string;
|
|
663
|
+
colorHoverSecondary: string;
|
|
664
|
+
textColorHoverSecondary: string;
|
|
665
|
+
borderHoverSecondary: string;
|
|
666
|
+
arrowColorFocusSecondary: string;
|
|
667
|
+
clearColorFocusSecondary: string;
|
|
668
|
+
colorFocusSecondary: string;
|
|
669
|
+
textColorFocusSecondary: string;
|
|
670
|
+
borderFocusSecondary: string;
|
|
671
|
+
arrowColorActiveSecondary: string;
|
|
672
|
+
clearColorActiveSecondary: string;
|
|
673
|
+
colorActiveSecondary: string;
|
|
674
|
+
textColorActiveSecondary: string;
|
|
675
|
+
borderActiveSecondary: string;
|
|
601
676
|
}, {
|
|
602
677
|
Popover: import("../../_mixins").Theme<"Popover", {
|
|
603
|
-
fontSize: string;
|
|
604
|
-
borderRadius: string;
|
|
605
|
-
color: string;
|
|
606
|
-
dividerColor: string;
|
|
607
|
-
textColor: string;
|
|
608
|
-
boxShadow: string;
|
|
609
678
|
space: string;
|
|
610
679
|
spaceArrow: string;
|
|
611
680
|
arrowOffset: string;
|
|
612
681
|
arrowOffsetVertical: string;
|
|
613
682
|
arrowHeight: string;
|
|
614
683
|
padding: string;
|
|
684
|
+
fontSize: string;
|
|
685
|
+
borderRadius: string;
|
|
686
|
+
color: string;
|
|
687
|
+
dividerColor: string;
|
|
688
|
+
textColor: string;
|
|
689
|
+
boxShadow: string;
|
|
615
690
|
}, any>;
|
|
616
691
|
}>;
|
|
617
692
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
693
|
+
height: string;
|
|
694
|
+
paddingSmall: string;
|
|
695
|
+
paddingMedium: string;
|
|
696
|
+
paddingLarge: string;
|
|
697
|
+
optionPaddingSmall: string;
|
|
698
|
+
optionPaddingMedium: string;
|
|
699
|
+
optionPaddingLarge: string;
|
|
700
|
+
loadingSize: string;
|
|
618
701
|
optionFontSizeSmall: string;
|
|
619
702
|
optionFontSizeMedium: string;
|
|
620
703
|
optionFontSizeLarge: string;
|
|
621
|
-
optionFontSizeHuge: string;
|
|
622
704
|
optionHeightSmall: string;
|
|
623
705
|
optionHeightMedium: string;
|
|
624
706
|
optionHeightLarge: string;
|
|
625
|
-
|
|
707
|
+
optionBorderRadius: string;
|
|
626
708
|
borderRadius: string;
|
|
627
709
|
color: string;
|
|
628
710
|
groupHeaderTextColor: string;
|
|
@@ -639,22 +721,16 @@ export declare const dataTableProps: {
|
|
|
639
721
|
optionColorActivePending: string;
|
|
640
722
|
actionTextColor: string;
|
|
641
723
|
loadingColor: string;
|
|
642
|
-
height: string;
|
|
643
|
-
paddingSmall: string;
|
|
644
|
-
paddingMedium: string;
|
|
645
|
-
paddingLarge: string;
|
|
646
|
-
paddingHuge: string;
|
|
647
|
-
optionPaddingSmall: string;
|
|
648
|
-
optionPaddingMedium: string;
|
|
649
|
-
optionPaddingLarge: string;
|
|
650
|
-
optionPaddingHuge: string;
|
|
651
|
-
loadingSize: string;
|
|
652
724
|
}, {
|
|
653
725
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
654
726
|
color: string;
|
|
655
727
|
colorHover: string;
|
|
656
728
|
}, any>;
|
|
657
729
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
730
|
+
iconSizeSmall: string;
|
|
731
|
+
iconSizeMedium: string;
|
|
732
|
+
iconSizeLarge: string;
|
|
733
|
+
iconSizeHuge: string;
|
|
658
734
|
fontSizeSmall: string;
|
|
659
735
|
fontSizeMedium: string;
|
|
660
736
|
fontSizeLarge: string;
|
|
@@ -662,29 +738,32 @@ export declare const dataTableProps: {
|
|
|
662
738
|
textColor: string;
|
|
663
739
|
iconColor: string;
|
|
664
740
|
extraTextColor: string;
|
|
665
|
-
iconSizeSmall: string;
|
|
666
|
-
iconSizeMedium: string;
|
|
667
|
-
iconSizeLarge: string;
|
|
668
|
-
iconSizeHuge: string;
|
|
669
741
|
}, any>;
|
|
670
742
|
}>;
|
|
671
743
|
}>;
|
|
672
744
|
Input: import("../../_mixins").Theme<"Input", {
|
|
745
|
+
paddingTiny: string;
|
|
746
|
+
paddingSmall: string;
|
|
747
|
+
paddingMedium: string;
|
|
748
|
+
paddingLarge: string;
|
|
749
|
+
paddingHuge: string;
|
|
750
|
+
clearSize: string;
|
|
673
751
|
countTextColorDisabled: string;
|
|
674
752
|
countTextColor: string;
|
|
675
753
|
heightTiny: string;
|
|
676
754
|
heightSmall: string;
|
|
677
755
|
heightMedium: string;
|
|
678
756
|
heightLarge: string;
|
|
757
|
+
heightHuge: string;
|
|
679
758
|
fontSizeTiny: string;
|
|
680
759
|
fontSizeSmall: string;
|
|
681
760
|
fontSizeMedium: string;
|
|
682
761
|
fontSizeLarge: string;
|
|
762
|
+
fontSizeHuge: string;
|
|
683
763
|
lineHeight: string;
|
|
684
764
|
lineHeightTextarea: string;
|
|
685
765
|
borderRadius: string;
|
|
686
766
|
iconSize: string;
|
|
687
|
-
groupLabelColor: string;
|
|
688
767
|
groupLabelTextColor: string;
|
|
689
768
|
textColor: string;
|
|
690
769
|
textColorDisabled: string;
|
|
@@ -724,38 +803,41 @@ export declare const dataTableProps: {
|
|
|
724
803
|
iconColorHover: string;
|
|
725
804
|
iconColorPressed: string;
|
|
726
805
|
suffixTextColor: string;
|
|
727
|
-
|
|
728
|
-
paddingSmall: string;
|
|
729
|
-
paddingMedium: string;
|
|
730
|
-
paddingLarge: string;
|
|
731
|
-
clearSize: string;
|
|
806
|
+
selectionColor: string;
|
|
732
807
|
}, any>;
|
|
733
808
|
Popselect: import("../../_mixins").Theme<"Popselect", {
|
|
734
809
|
menuBoxShadow: string;
|
|
735
810
|
}, {
|
|
736
811
|
Popover: import("../../_mixins").Theme<"Popover", {
|
|
737
|
-
fontSize: string;
|
|
738
|
-
borderRadius: string;
|
|
739
|
-
color: string;
|
|
740
|
-
dividerColor: string;
|
|
741
|
-
textColor: string;
|
|
742
|
-
boxShadow: string;
|
|
743
812
|
space: string;
|
|
744
813
|
spaceArrow: string;
|
|
745
814
|
arrowOffset: string;
|
|
746
815
|
arrowOffsetVertical: string;
|
|
747
816
|
arrowHeight: string;
|
|
748
817
|
padding: string;
|
|
818
|
+
fontSize: string;
|
|
819
|
+
borderRadius: string;
|
|
820
|
+
color: string;
|
|
821
|
+
dividerColor: string;
|
|
822
|
+
textColor: string;
|
|
823
|
+
boxShadow: string;
|
|
749
824
|
}, any>;
|
|
750
825
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
826
|
+
height: string;
|
|
827
|
+
paddingSmall: string;
|
|
828
|
+
paddingMedium: string;
|
|
829
|
+
paddingLarge: string;
|
|
830
|
+
optionPaddingSmall: string;
|
|
831
|
+
optionPaddingMedium: string;
|
|
832
|
+
optionPaddingLarge: string;
|
|
833
|
+
loadingSize: string;
|
|
751
834
|
optionFontSizeSmall: string;
|
|
752
835
|
optionFontSizeMedium: string;
|
|
753
836
|
optionFontSizeLarge: string;
|
|
754
|
-
optionFontSizeHuge: string;
|
|
755
837
|
optionHeightSmall: string;
|
|
756
838
|
optionHeightMedium: string;
|
|
757
839
|
optionHeightLarge: string;
|
|
758
|
-
|
|
840
|
+
optionBorderRadius: string;
|
|
759
841
|
borderRadius: string;
|
|
760
842
|
color: string;
|
|
761
843
|
groupHeaderTextColor: string;
|
|
@@ -772,22 +854,16 @@ export declare const dataTableProps: {
|
|
|
772
854
|
optionColorActivePending: string;
|
|
773
855
|
actionTextColor: string;
|
|
774
856
|
loadingColor: string;
|
|
775
|
-
height: string;
|
|
776
|
-
paddingSmall: string;
|
|
777
|
-
paddingMedium: string;
|
|
778
|
-
paddingLarge: string;
|
|
779
|
-
paddingHuge: string;
|
|
780
|
-
optionPaddingSmall: string;
|
|
781
|
-
optionPaddingMedium: string;
|
|
782
|
-
optionPaddingLarge: string;
|
|
783
|
-
optionPaddingHuge: string;
|
|
784
|
-
loadingSize: string;
|
|
785
857
|
}, {
|
|
786
858
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
787
859
|
color: string;
|
|
788
860
|
colorHover: string;
|
|
789
861
|
}, any>;
|
|
790
862
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
863
|
+
iconSizeSmall: string;
|
|
864
|
+
iconSizeMedium: string;
|
|
865
|
+
iconSizeLarge: string;
|
|
866
|
+
iconSizeHuge: string;
|
|
791
867
|
fontSizeSmall: string;
|
|
792
868
|
fontSizeMedium: string;
|
|
793
869
|
fontSizeLarge: string;
|
|
@@ -795,10 +871,6 @@ export declare const dataTableProps: {
|
|
|
795
871
|
textColor: string;
|
|
796
872
|
iconColor: string;
|
|
797
873
|
extraTextColor: string;
|
|
798
|
-
iconSizeSmall: string;
|
|
799
|
-
iconSizeMedium: string;
|
|
800
|
-
iconSizeLarge: string;
|
|
801
|
-
iconSizeHuge: string;
|
|
802
874
|
}, any>;
|
|
803
875
|
}>;
|
|
804
876
|
}>;
|
|
@@ -808,6 +880,10 @@ export declare const dataTableProps: {
|
|
|
808
880
|
colorHover: string;
|
|
809
881
|
}, any>;
|
|
810
882
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
883
|
+
iconSizeSmall: string;
|
|
884
|
+
iconSizeMedium: string;
|
|
885
|
+
iconSizeLarge: string;
|
|
886
|
+
iconSizeHuge: string;
|
|
811
887
|
fontSizeSmall: string;
|
|
812
888
|
fontSizeMedium: string;
|
|
813
889
|
fontSizeLarge: string;
|
|
@@ -815,30 +891,23 @@ export declare const dataTableProps: {
|
|
|
815
891
|
textColor: string;
|
|
816
892
|
iconColor: string;
|
|
817
893
|
extraTextColor: string;
|
|
818
|
-
iconSizeSmall: string;
|
|
819
|
-
iconSizeMedium: string;
|
|
820
|
-
iconSizeLarge: string;
|
|
821
|
-
iconSizeHuge: string;
|
|
822
894
|
}, any>;
|
|
823
895
|
Popover: import("../../_mixins").Theme<"Popover", {
|
|
824
|
-
fontSize: string;
|
|
825
|
-
borderRadius: string;
|
|
826
|
-
color: string;
|
|
827
|
-
dividerColor: string;
|
|
828
|
-
textColor: string;
|
|
829
|
-
boxShadow: string;
|
|
830
896
|
space: string;
|
|
831
897
|
spaceArrow: string;
|
|
832
898
|
arrowOffset: string;
|
|
833
899
|
arrowOffsetVertical: string;
|
|
834
900
|
arrowHeight: string;
|
|
835
901
|
padding: string;
|
|
902
|
+
fontSize: string;
|
|
903
|
+
borderRadius: string;
|
|
904
|
+
color: string;
|
|
905
|
+
dividerColor: string;
|
|
906
|
+
textColor: string;
|
|
907
|
+
boxShadow: string;
|
|
836
908
|
}, any>;
|
|
837
909
|
Ellipsis: import("../../_mixins").Theme<"Ellipsis", unknown, {
|
|
838
910
|
Tooltip: import("../../_mixins").Theme<"Tooltip", {
|
|
839
|
-
borderRadius: string;
|
|
840
|
-
color: string;
|
|
841
|
-
textColor: string;
|
|
842
911
|
padding: string;
|
|
843
912
|
textPadding: string;
|
|
844
913
|
titleSize: string;
|
|
@@ -851,24 +920,48 @@ export declare const dataTableProps: {
|
|
|
851
920
|
iconSize: string;
|
|
852
921
|
arrowSpace: string;
|
|
853
922
|
noArrowSpace: string;
|
|
923
|
+
borderRadius: string;
|
|
924
|
+
color: string;
|
|
925
|
+
textColor: string;
|
|
854
926
|
}, {
|
|
855
927
|
Popover: import("../../_mixins").Theme<"Popover", {
|
|
856
|
-
fontSize: string;
|
|
857
|
-
borderRadius: string;
|
|
858
|
-
color: string;
|
|
859
|
-
dividerColor: string;
|
|
860
|
-
textColor: string;
|
|
861
|
-
boxShadow: string;
|
|
862
928
|
space: string;
|
|
863
929
|
spaceArrow: string;
|
|
864
930
|
arrowOffset: string;
|
|
865
931
|
arrowOffsetVertical: string;
|
|
866
932
|
arrowHeight: string;
|
|
867
933
|
padding: string;
|
|
934
|
+
fontSize: string;
|
|
935
|
+
borderRadius: string;
|
|
936
|
+
color: string;
|
|
937
|
+
dividerColor: string;
|
|
938
|
+
textColor: string;
|
|
939
|
+
boxShadow: string;
|
|
868
940
|
}, any>;
|
|
869
941
|
}>;
|
|
870
942
|
}>;
|
|
871
943
|
Dropdown: import("../../_mixins").Theme<"Dropdown", {
|
|
944
|
+
padding: string;
|
|
945
|
+
optionIconSizeSmall: string;
|
|
946
|
+
optionIconSizeMedium: string;
|
|
947
|
+
optionIconSizeLarge: string;
|
|
948
|
+
optionIconSizeHuge: string;
|
|
949
|
+
optionSuffixWidthSmall: string;
|
|
950
|
+
optionSuffixWidthMedium: string;
|
|
951
|
+
optionSuffixWidthLarge: string;
|
|
952
|
+
optionSuffixWidthHuge: string;
|
|
953
|
+
optionIconSuffixWidthSmall: string;
|
|
954
|
+
optionIconSuffixWidthMedium: string;
|
|
955
|
+
optionIconSuffixWidthLarge: string;
|
|
956
|
+
optionIconSuffixWidthHuge: string;
|
|
957
|
+
optionPrefixWidthSmall: string;
|
|
958
|
+
optionPrefixWidthMedium: string;
|
|
959
|
+
optionPrefixWidthLarge: string;
|
|
960
|
+
optionPrefixWidthHuge: string;
|
|
961
|
+
optionIconPrefixWidthSmall: string;
|
|
962
|
+
optionIconPrefixWidthMedium: string;
|
|
963
|
+
optionIconPrefixWidthLarge: string;
|
|
964
|
+
optionIconPrefixWidthHuge: string;
|
|
872
965
|
optionHeightSmall: string;
|
|
873
966
|
optionHeightMedium: string;
|
|
874
967
|
optionHeightLarge: string;
|
|
@@ -878,6 +971,8 @@ export declare const dataTableProps: {
|
|
|
878
971
|
fontSizeMedium: string;
|
|
879
972
|
fontSizeLarge: string;
|
|
880
973
|
fontSizeHuge: string;
|
|
974
|
+
optionOpacityDisabled: string;
|
|
975
|
+
optionGroupHeaderBorderColor: string;
|
|
881
976
|
optionTextColor: string;
|
|
882
977
|
optionTextColorHover: string;
|
|
883
978
|
optionTextColorActive: string;
|
|
@@ -900,47 +995,44 @@ export declare const dataTableProps: {
|
|
|
900
995
|
optionColorHoverInverted: string;
|
|
901
996
|
optionColorActiveInverted: string;
|
|
902
997
|
groupHeaderTextColorInverted: string;
|
|
903
|
-
optionOpacityDisabled: string;
|
|
904
|
-
optionGroupHeaderBorderColor: string;
|
|
905
|
-
padding: string;
|
|
906
|
-
optionIconSizeSmall: string;
|
|
907
|
-
optionIconSizeMedium: string;
|
|
908
|
-
optionIconSizeLarge: string;
|
|
909
|
-
optionIconSizeHuge: string;
|
|
910
|
-
optionSuffixWidthSmall: string;
|
|
911
|
-
optionSuffixWidthMedium: string;
|
|
912
|
-
optionSuffixWidthLarge: string;
|
|
913
|
-
optionSuffixWidthHuge: string;
|
|
914
|
-
optionIconSuffixWidthSmall: string;
|
|
915
|
-
optionIconSuffixWidthMedium: string;
|
|
916
|
-
optionIconSuffixWidthLarge: string;
|
|
917
|
-
optionIconSuffixWidthHuge: string;
|
|
918
|
-
optionPrefixWidthSmall: string;
|
|
919
|
-
optionPrefixWidthMedium: string;
|
|
920
|
-
optionPrefixWidthLarge: string;
|
|
921
|
-
optionPrefixWidthHuge: string;
|
|
922
|
-
optionIconPrefixWidthSmall: string;
|
|
923
|
-
optionIconPrefixWidthMedium: string;
|
|
924
|
-
optionIconPrefixWidthLarge: string;
|
|
925
|
-
optionIconPrefixWidthHuge: string;
|
|
926
998
|
}, {
|
|
927
999
|
Popover: import("../../_mixins").Theme<"Popover", {
|
|
928
|
-
fontSize: string;
|
|
929
|
-
borderRadius: string;
|
|
930
|
-
color: string;
|
|
931
|
-
dividerColor: string;
|
|
932
|
-
textColor: string;
|
|
933
|
-
boxShadow: string;
|
|
934
1000
|
space: string;
|
|
935
1001
|
spaceArrow: string;
|
|
936
1002
|
arrowOffset: string;
|
|
937
1003
|
arrowOffsetVertical: string;
|
|
938
1004
|
arrowHeight: string;
|
|
939
1005
|
padding: string;
|
|
1006
|
+
fontSize: string;
|
|
1007
|
+
borderRadius: string;
|
|
1008
|
+
color: string;
|
|
1009
|
+
dividerColor: string;
|
|
1010
|
+
textColor: string;
|
|
1011
|
+
boxShadow: string;
|
|
940
1012
|
}, any>;
|
|
941
1013
|
}>;
|
|
942
1014
|
}>>;
|
|
943
1015
|
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DataTable", {
|
|
1016
|
+
thPaddingSmall: string;
|
|
1017
|
+
thPaddingMedium: string;
|
|
1018
|
+
thPaddingLarge: string;
|
|
1019
|
+
tdPaddingSmall: string;
|
|
1020
|
+
tdPaddingMedium: string;
|
|
1021
|
+
tdPaddingLarge: string;
|
|
1022
|
+
thHeightSmall: string;
|
|
1023
|
+
thHeightMedium: string;
|
|
1024
|
+
thHeightLarge: string;
|
|
1025
|
+
tdHeightSmall: string;
|
|
1026
|
+
tdHeightMedium: string;
|
|
1027
|
+
tdHeightLarge: string;
|
|
1028
|
+
sorterSize: string;
|
|
1029
|
+
resizableContainerSize: string;
|
|
1030
|
+
resizableSize: string;
|
|
1031
|
+
filterSize: string;
|
|
1032
|
+
paginationMargin: string;
|
|
1033
|
+
emptyPadding: string;
|
|
1034
|
+
actionPadding: string;
|
|
1035
|
+
actionButtonMargin: string;
|
|
944
1036
|
actionDividerColor: string;
|
|
945
1037
|
lineHeight: string;
|
|
946
1038
|
borderRadius: string;
|
|
@@ -971,32 +1063,11 @@ export declare const dataTableProps: {
|
|
|
971
1063
|
thColorPopover: string;
|
|
972
1064
|
thColorHoverPopover: string;
|
|
973
1065
|
tdColorPopover: string;
|
|
974
|
-
|
|
975
|
-
boxShadowAfter: string;
|
|
1066
|
+
fixedBoxShadow: string;
|
|
976
1067
|
loadingColor: string;
|
|
977
1068
|
loadingSize: string;
|
|
978
1069
|
opacityLoading: string;
|
|
979
1070
|
opacityDisabled: string;
|
|
980
|
-
thPaddingSmall: string;
|
|
981
|
-
thPaddingMedium: string;
|
|
982
|
-
thPaddingLarge: string;
|
|
983
|
-
tdPaddingSmall: string;
|
|
984
|
-
tdPaddingMedium: string;
|
|
985
|
-
tdPaddingLarge: string;
|
|
986
|
-
thHeightSmall: string;
|
|
987
|
-
thHeightMedium: string;
|
|
988
|
-
thHeightLarge: string;
|
|
989
|
-
tdHeightSmall: string;
|
|
990
|
-
tdHeightMedium: string;
|
|
991
|
-
tdHeightLarge: string;
|
|
992
|
-
sorterSize: string;
|
|
993
|
-
resizableContainerSize: string;
|
|
994
|
-
resizableSize: string;
|
|
995
|
-
filterSize: string;
|
|
996
|
-
paginationMargin: string;
|
|
997
|
-
emptyPadding: string;
|
|
998
|
-
actionPadding: string;
|
|
999
|
-
actionButtonMargin: string;
|
|
1000
1071
|
}, {
|
|
1001
1072
|
Button: import("../../_mixins").Theme<"Button", {
|
|
1002
1073
|
heightTiny: string;
|
|
@@ -1024,7 +1095,7 @@ export declare const dataTableProps: {
|
|
|
1024
1095
|
colorTertiaryHover: string;
|
|
1025
1096
|
colorTertiaryPressed: string;
|
|
1026
1097
|
colorTertiaryDisalbed: string;
|
|
1027
|
-
|
|
1098
|
+
waveColorTertiary: string;
|
|
1028
1099
|
textColorTextTertiary: string;
|
|
1029
1100
|
colorQuaternary: string;
|
|
1030
1101
|
colorQuaternaryHover: string;
|
|
@@ -1210,58 +1281,87 @@ export declare const dataTableProps: {
|
|
|
1210
1281
|
rippleDuration: string;
|
|
1211
1282
|
}, any>;
|
|
1212
1283
|
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1284
|
+
fontWeight: string;
|
|
1285
|
+
textColor: string;
|
|
1286
|
+
descriptionTextColor: string;
|
|
1287
|
+
textColorDisabled: string;
|
|
1288
|
+
descriptionTextColorDisabled: string;
|
|
1216
1289
|
fontSizeLarge: string;
|
|
1290
|
+
fontSizeMedium: string;
|
|
1291
|
+
fontSizeSmall: string;
|
|
1292
|
+
lineHeightLarge: string;
|
|
1293
|
+
lineHeightMedium: string;
|
|
1294
|
+
lineHeightSmall: string;
|
|
1295
|
+
borderRadiusLarge: string;
|
|
1296
|
+
borderRadiusMedium: string;
|
|
1297
|
+
borderRadiusSmall: string;
|
|
1217
1298
|
color: string;
|
|
1299
|
+
colorHover: string;
|
|
1300
|
+
colorFocus: string;
|
|
1301
|
+
colorActive: string;
|
|
1218
1302
|
colorChecked: string;
|
|
1303
|
+
colorHoverChecked: string;
|
|
1304
|
+
colorFocusChecked: string;
|
|
1305
|
+
colorActiveChecked: string;
|
|
1219
1306
|
colorDisabled: string;
|
|
1220
1307
|
colorDisabledChecked: string;
|
|
1221
|
-
colorTableHeader: string;
|
|
1222
|
-
colorTableHeaderModal: string;
|
|
1223
|
-
colorTableHeaderPopover: string;
|
|
1224
1308
|
checkMarkColor: string;
|
|
1309
|
+
checkMarkColorHover: string;
|
|
1310
|
+
checkMarkColorFocus: string;
|
|
1311
|
+
checkMarkColorActive: string;
|
|
1225
1312
|
checkMarkColorDisabled: string;
|
|
1226
1313
|
checkMarkColorDisabledChecked: string;
|
|
1227
1314
|
border: string;
|
|
1228
|
-
borderDisabled: string;
|
|
1229
|
-
borderDisabledChecked: string;
|
|
1230
1315
|
borderHover: string;
|
|
1231
|
-
borderChecked: string;
|
|
1232
1316
|
borderFocus: string;
|
|
1317
|
+
borderActive: string;
|
|
1318
|
+
borderChecked: string;
|
|
1319
|
+
borderHoverChecked: string;
|
|
1320
|
+
borderFocusChecked: string;
|
|
1321
|
+
borderActiveChecked: string;
|
|
1322
|
+
borderDisabled: string;
|
|
1323
|
+
borderDisabledChecked: string;
|
|
1233
1324
|
boxShadowHover: string;
|
|
1234
1325
|
boxShadowFocus: string;
|
|
1235
1326
|
boxShadowActive: string;
|
|
1236
1327
|
boxShadowHoverChecked: string;
|
|
1237
1328
|
boxShadowFocusChecked: string;
|
|
1238
1329
|
boxShadowActiveChecked: string;
|
|
1239
|
-
textColor: string;
|
|
1240
1330
|
sizeSmall: string;
|
|
1241
1331
|
sizeMedium: string;
|
|
1242
1332
|
sizeLarge: string;
|
|
1243
1333
|
labelPadding: string;
|
|
1244
|
-
labelFontWeight: string;
|
|
1245
|
-
borderRadiusLarge: string;
|
|
1246
|
-
borderRadiusSmall: string;
|
|
1247
1334
|
}, any>;
|
|
1248
1335
|
Radio: import("../../_mixins").Theme<"Radio", {
|
|
1249
|
-
|
|
1336
|
+
radioSizeSmall: string;
|
|
1337
|
+
radioSizeMedium: string;
|
|
1338
|
+
radioSizeLarge: string;
|
|
1250
1339
|
buttonHeightSmall: string;
|
|
1251
1340
|
buttonHeightMedium: string;
|
|
1252
1341
|
buttonHeightLarge: string;
|
|
1342
|
+
labelPadding: string;
|
|
1343
|
+
labelFontWeight: string;
|
|
1344
|
+
labelFontSizeSmall: string;
|
|
1345
|
+
labelFontSizeMedium: string;
|
|
1346
|
+
labelFontSizeLarge: string;
|
|
1253
1347
|
fontSizeSmall: string;
|
|
1254
1348
|
fontSizeMedium: string;
|
|
1255
1349
|
fontSizeLarge: string;
|
|
1350
|
+
lineHeightSmall: string;
|
|
1351
|
+
lineHeightMedium: string;
|
|
1352
|
+
lineHeightLarge: string;
|
|
1353
|
+
fontWeight: string;
|
|
1256
1354
|
boxShadow: string;
|
|
1257
1355
|
boxShadowActive: string;
|
|
1258
1356
|
boxShadowFocus: string;
|
|
1259
1357
|
boxShadowHover: string;
|
|
1358
|
+
boxShadowPressed: string;
|
|
1260
1359
|
boxShadowDisabled: string;
|
|
1261
1360
|
boxShadowChecked: string;
|
|
1262
1361
|
boxShadowActiveChecked: string;
|
|
1263
1362
|
boxShadowFocusChecked: string;
|
|
1264
1363
|
boxShadowHoverChecked: string;
|
|
1364
|
+
boxShadowPressedChecked: string;
|
|
1265
1365
|
boxShadowDisabledChecked: string;
|
|
1266
1366
|
color: string;
|
|
1267
1367
|
colorDisabled: string;
|
|
@@ -1283,13 +1383,41 @@ export declare const dataTableProps: {
|
|
|
1283
1383
|
buttonBoxShadowHover: string;
|
|
1284
1384
|
buttonBoxShadow: string;
|
|
1285
1385
|
buttonBorderRadius: string;
|
|
1286
|
-
radioSizeSmall: string;
|
|
1287
|
-
radioSizeMedium: string;
|
|
1288
|
-
radioSizeLarge: string;
|
|
1289
|
-
labelPadding: string;
|
|
1290
|
-
labelFontWeight: string;
|
|
1291
1386
|
}, any>;
|
|
1292
1387
|
Pagination: import("../../_mixins").Theme<"Pagination", {
|
|
1388
|
+
itemPaddingSmall: string;
|
|
1389
|
+
itemMarginSmall: string;
|
|
1390
|
+
itemMarginSmallRtl: string;
|
|
1391
|
+
itemPaddingMedium: string;
|
|
1392
|
+
itemMarginMedium: string;
|
|
1393
|
+
itemMarginMediumRtl: string;
|
|
1394
|
+
itemPaddingLarge: string;
|
|
1395
|
+
itemMarginLarge: string;
|
|
1396
|
+
itemMarginLargeRtl: string;
|
|
1397
|
+
buttonIconSizeSmall: string;
|
|
1398
|
+
buttonIconSizeMedium: string;
|
|
1399
|
+
buttonIconSizeLarge: string;
|
|
1400
|
+
inputWidthSmall: string;
|
|
1401
|
+
selectWidthSmall: string;
|
|
1402
|
+
inputMarginSmall: string;
|
|
1403
|
+
inputMarginSmallRtl: string;
|
|
1404
|
+
selectMarginSmall: string;
|
|
1405
|
+
prefixMarginSmall: string;
|
|
1406
|
+
suffixMarginSmall: string;
|
|
1407
|
+
inputWidthMedium: string;
|
|
1408
|
+
selectWidthMedium: string;
|
|
1409
|
+
inputMarginMedium: string;
|
|
1410
|
+
inputMarginMediumRtl: string;
|
|
1411
|
+
selectMarginMedium: string;
|
|
1412
|
+
prefixMarginMedium: string;
|
|
1413
|
+
suffixMarginMedium: string;
|
|
1414
|
+
inputWidthLarge: string;
|
|
1415
|
+
selectWidthLarge: string;
|
|
1416
|
+
inputMarginLarge: string;
|
|
1417
|
+
inputMarginLargeRtl: string;
|
|
1418
|
+
selectMarginLarge: string;
|
|
1419
|
+
prefixMarginLarge: string;
|
|
1420
|
+
suffixMarginLarge: string;
|
|
1293
1421
|
buttonColor: string;
|
|
1294
1422
|
buttonColorHover: string;
|
|
1295
1423
|
buttonColorPressed: string;
|
|
@@ -1327,53 +1455,46 @@ export declare const dataTableProps: {
|
|
|
1327
1455
|
jumperFontSizeLarge: string;
|
|
1328
1456
|
jumperTextColor: string;
|
|
1329
1457
|
jumperTextColorDisabled: string;
|
|
1330
|
-
itemPaddingSmall: string;
|
|
1331
|
-
itemMarginSmall: string;
|
|
1332
|
-
itemMarginSmallRtl: string;
|
|
1333
|
-
itemPaddingMedium: string;
|
|
1334
|
-
itemMarginMedium: string;
|
|
1335
|
-
itemMarginMediumRtl: string;
|
|
1336
|
-
itemPaddingLarge: string;
|
|
1337
|
-
itemMarginLarge: string;
|
|
1338
|
-
itemMarginLargeRtl: string;
|
|
1339
|
-
buttonIconSizeSmall: string;
|
|
1340
|
-
buttonIconSizeMedium: string;
|
|
1341
|
-
buttonIconSizeLarge: string;
|
|
1342
|
-
inputWidthSmall: string;
|
|
1343
|
-
selectWidthSmall: string;
|
|
1344
|
-
inputMarginSmall: string;
|
|
1345
|
-
inputMarginSmallRtl: string;
|
|
1346
|
-
selectMarginSmall: string;
|
|
1347
|
-
prefixMarginSmall: string;
|
|
1348
|
-
suffixMarginSmall: string;
|
|
1349
|
-
inputWidthMedium: string;
|
|
1350
|
-
selectWidthMedium: string;
|
|
1351
|
-
inputMarginMedium: string;
|
|
1352
|
-
inputMarginMediumRtl: string;
|
|
1353
|
-
selectMarginMedium: string;
|
|
1354
|
-
prefixMarginMedium: string;
|
|
1355
|
-
suffixMarginMedium: string;
|
|
1356
|
-
inputWidthLarge: string;
|
|
1357
|
-
selectWidthLarge: string;
|
|
1358
|
-
inputMarginLarge: string;
|
|
1359
|
-
inputMarginLargeRtl: string;
|
|
1360
|
-
selectMarginLarge: string;
|
|
1361
|
-
prefixMarginLarge: string;
|
|
1362
|
-
suffixMarginLarge: string;
|
|
1363
1458
|
}, {
|
|
1364
1459
|
Select: import("../../_mixins").Theme<"Select", {
|
|
1365
1460
|
menuBoxShadow: string;
|
|
1366
1461
|
}, {
|
|
1367
1462
|
InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
|
|
1463
|
+
paddingTiny: string;
|
|
1464
|
+
paddingSmall: string;
|
|
1465
|
+
paddingMedium: string;
|
|
1466
|
+
paddingLarge: string;
|
|
1467
|
+
paddingHuge: string;
|
|
1468
|
+
clearSizeTiny: string;
|
|
1469
|
+
clearSizeSmall: string;
|
|
1470
|
+
clearSizeMedium: string;
|
|
1471
|
+
clearSizeLarge: string;
|
|
1472
|
+
clearSizeHuge: string;
|
|
1473
|
+
arrowSizeTiny: string;
|
|
1474
|
+
arrowSizeSmall: string;
|
|
1475
|
+
arrowSizeMedium: string;
|
|
1476
|
+
arrowSizeLarge: string;
|
|
1477
|
+
arrowSizeHuge: string;
|
|
1368
1478
|
fontSizeTiny: string;
|
|
1369
1479
|
fontSizeSmall: string;
|
|
1370
1480
|
fontSizeMedium: string;
|
|
1371
1481
|
fontSizeLarge: string;
|
|
1482
|
+
fontSizeHuge: string;
|
|
1483
|
+
lineHeightTiny: string;
|
|
1484
|
+
lineHeightSmall: string;
|
|
1485
|
+
lineHeightMedium: string;
|
|
1486
|
+
lineHeightLarge: string;
|
|
1487
|
+
lineHeightHuge: string;
|
|
1372
1488
|
heightTiny: string;
|
|
1373
1489
|
heightSmall: string;
|
|
1374
1490
|
heightMedium: string;
|
|
1375
1491
|
heightLarge: string;
|
|
1376
|
-
|
|
1492
|
+
heightHuge: string;
|
|
1493
|
+
borderRadiusTiny: string;
|
|
1494
|
+
borderRadiusSmall: string;
|
|
1495
|
+
borderRadiusMedium: string;
|
|
1496
|
+
borderRadiusLarge: string;
|
|
1497
|
+
borderRadiusHuge: string;
|
|
1377
1498
|
textColor: string;
|
|
1378
1499
|
textColorDisabled: string;
|
|
1379
1500
|
placeholderColor: string;
|
|
@@ -1415,35 +1536,68 @@ export declare const dataTableProps: {
|
|
|
1415
1536
|
clearColor: string;
|
|
1416
1537
|
clearColorHover: string;
|
|
1417
1538
|
clearColorPressed: string;
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1539
|
+
caretColorSecondary: string;
|
|
1540
|
+
filterCounterTextColor: string;
|
|
1541
|
+
filterCounterSeparatorColor: string;
|
|
1542
|
+
filterCounterTextColorDisabled: string;
|
|
1543
|
+
filterCounterSeparatorColorDisabled: string;
|
|
1544
|
+
arrowColorSecondary: string;
|
|
1545
|
+
clearColorSecondary: string;
|
|
1546
|
+
colorSecondary: string;
|
|
1547
|
+
textColorSecondary: string;
|
|
1548
|
+
borderSecondary: string;
|
|
1549
|
+
arrowColorDisabledSecondary: string;
|
|
1550
|
+
clearColorDisabledSecondary: string;
|
|
1551
|
+
colorDisabledSecondary: string;
|
|
1552
|
+
textColorDisabledSecondary: string;
|
|
1553
|
+
borderDisabledSecondary: string;
|
|
1554
|
+
arrowColorHoverSecondary: string;
|
|
1555
|
+
clearColorHoverSecondary: string;
|
|
1556
|
+
colorHoverSecondary: string;
|
|
1557
|
+
textColorHoverSecondary: string;
|
|
1558
|
+
borderHoverSecondary: string;
|
|
1559
|
+
arrowColorFocusSecondary: string;
|
|
1560
|
+
clearColorFocusSecondary: string;
|
|
1561
|
+
colorFocusSecondary: string;
|
|
1562
|
+
textColorFocusSecondary: string;
|
|
1563
|
+
borderFocusSecondary: string;
|
|
1564
|
+
arrowColorActiveSecondary: string;
|
|
1565
|
+
clearColorActiveSecondary: string;
|
|
1566
|
+
colorActiveSecondary: string;
|
|
1567
|
+
textColorActiveSecondary: string;
|
|
1568
|
+
borderActiveSecondary: string;
|
|
1422
1569
|
}, {
|
|
1423
1570
|
Popover: import("../../_mixins").Theme<"Popover", {
|
|
1424
|
-
fontSize: string;
|
|
1425
|
-
borderRadius: string;
|
|
1426
|
-
color: string;
|
|
1427
|
-
dividerColor: string;
|
|
1428
|
-
textColor: string;
|
|
1429
|
-
boxShadow: string;
|
|
1430
1571
|
space: string;
|
|
1431
1572
|
spaceArrow: string;
|
|
1432
1573
|
arrowOffset: string;
|
|
1433
1574
|
arrowOffsetVertical: string;
|
|
1434
1575
|
arrowHeight: string;
|
|
1435
1576
|
padding: string;
|
|
1577
|
+
fontSize: string;
|
|
1578
|
+
borderRadius: string;
|
|
1579
|
+
color: string;
|
|
1580
|
+
dividerColor: string;
|
|
1581
|
+
textColor: string;
|
|
1582
|
+
boxShadow: string;
|
|
1436
1583
|
}, any>;
|
|
1437
1584
|
}>;
|
|
1438
1585
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
1586
|
+
height: string;
|
|
1587
|
+
paddingSmall: string;
|
|
1588
|
+
paddingMedium: string;
|
|
1589
|
+
paddingLarge: string;
|
|
1590
|
+
optionPaddingSmall: string;
|
|
1591
|
+
optionPaddingMedium: string;
|
|
1592
|
+
optionPaddingLarge: string;
|
|
1593
|
+
loadingSize: string;
|
|
1439
1594
|
optionFontSizeSmall: string;
|
|
1440
1595
|
optionFontSizeMedium: string;
|
|
1441
1596
|
optionFontSizeLarge: string;
|
|
1442
|
-
optionFontSizeHuge: string;
|
|
1443
1597
|
optionHeightSmall: string;
|
|
1444
1598
|
optionHeightMedium: string;
|
|
1445
1599
|
optionHeightLarge: string;
|
|
1446
|
-
|
|
1600
|
+
optionBorderRadius: string;
|
|
1447
1601
|
borderRadius: string;
|
|
1448
1602
|
color: string;
|
|
1449
1603
|
groupHeaderTextColor: string;
|
|
@@ -1460,22 +1614,16 @@ export declare const dataTableProps: {
|
|
|
1460
1614
|
optionColorActivePending: string;
|
|
1461
1615
|
actionTextColor: string;
|
|
1462
1616
|
loadingColor: string;
|
|
1463
|
-
height: string;
|
|
1464
|
-
paddingSmall: string;
|
|
1465
|
-
paddingMedium: string;
|
|
1466
|
-
paddingLarge: string;
|
|
1467
|
-
paddingHuge: string;
|
|
1468
|
-
optionPaddingSmall: string;
|
|
1469
|
-
optionPaddingMedium: string;
|
|
1470
|
-
optionPaddingLarge: string;
|
|
1471
|
-
optionPaddingHuge: string;
|
|
1472
|
-
loadingSize: string;
|
|
1473
1617
|
}, {
|
|
1474
1618
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1475
1619
|
color: string;
|
|
1476
1620
|
colorHover: string;
|
|
1477
1621
|
}, any>;
|
|
1478
1622
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1623
|
+
iconSizeSmall: string;
|
|
1624
|
+
iconSizeMedium: string;
|
|
1625
|
+
iconSizeLarge: string;
|
|
1626
|
+
iconSizeHuge: string;
|
|
1479
1627
|
fontSizeSmall: string;
|
|
1480
1628
|
fontSizeMedium: string;
|
|
1481
1629
|
fontSizeLarge: string;
|
|
@@ -1483,29 +1631,32 @@ export declare const dataTableProps: {
|
|
|
1483
1631
|
textColor: string;
|
|
1484
1632
|
iconColor: string;
|
|
1485
1633
|
extraTextColor: string;
|
|
1486
|
-
iconSizeSmall: string;
|
|
1487
|
-
iconSizeMedium: string;
|
|
1488
|
-
iconSizeLarge: string;
|
|
1489
|
-
iconSizeHuge: string;
|
|
1490
1634
|
}, any>;
|
|
1491
1635
|
}>;
|
|
1492
1636
|
}>;
|
|
1493
1637
|
Input: import("../../_mixins").Theme<"Input", {
|
|
1638
|
+
paddingTiny: string;
|
|
1639
|
+
paddingSmall: string;
|
|
1640
|
+
paddingMedium: string;
|
|
1641
|
+
paddingLarge: string;
|
|
1642
|
+
paddingHuge: string;
|
|
1643
|
+
clearSize: string;
|
|
1494
1644
|
countTextColorDisabled: string;
|
|
1495
1645
|
countTextColor: string;
|
|
1496
1646
|
heightTiny: string;
|
|
1497
1647
|
heightSmall: string;
|
|
1498
1648
|
heightMedium: string;
|
|
1499
1649
|
heightLarge: string;
|
|
1650
|
+
heightHuge: string;
|
|
1500
1651
|
fontSizeTiny: string;
|
|
1501
1652
|
fontSizeSmall: string;
|
|
1502
1653
|
fontSizeMedium: string;
|
|
1503
1654
|
fontSizeLarge: string;
|
|
1655
|
+
fontSizeHuge: string;
|
|
1504
1656
|
lineHeight: string;
|
|
1505
1657
|
lineHeightTextarea: string;
|
|
1506
1658
|
borderRadius: string;
|
|
1507
1659
|
iconSize: string;
|
|
1508
|
-
groupLabelColor: string;
|
|
1509
1660
|
groupLabelTextColor: string;
|
|
1510
1661
|
textColor: string;
|
|
1511
1662
|
textColorDisabled: string;
|
|
@@ -1545,38 +1696,41 @@ export declare const dataTableProps: {
|
|
|
1545
1696
|
iconColorHover: string;
|
|
1546
1697
|
iconColorPressed: string;
|
|
1547
1698
|
suffixTextColor: string;
|
|
1548
|
-
|
|
1549
|
-
paddingSmall: string;
|
|
1550
|
-
paddingMedium: string;
|
|
1551
|
-
paddingLarge: string;
|
|
1552
|
-
clearSize: string;
|
|
1699
|
+
selectionColor: string;
|
|
1553
1700
|
}, any>;
|
|
1554
1701
|
Popselect: import("../../_mixins").Theme<"Popselect", {
|
|
1555
1702
|
menuBoxShadow: string;
|
|
1556
1703
|
}, {
|
|
1557
1704
|
Popover: import("../../_mixins").Theme<"Popover", {
|
|
1558
|
-
fontSize: string;
|
|
1559
|
-
borderRadius: string;
|
|
1560
|
-
color: string;
|
|
1561
|
-
dividerColor: string;
|
|
1562
|
-
textColor: string;
|
|
1563
|
-
boxShadow: string;
|
|
1564
1705
|
space: string;
|
|
1565
1706
|
spaceArrow: string;
|
|
1566
1707
|
arrowOffset: string;
|
|
1567
1708
|
arrowOffsetVertical: string;
|
|
1568
1709
|
arrowHeight: string;
|
|
1569
1710
|
padding: string;
|
|
1711
|
+
fontSize: string;
|
|
1712
|
+
borderRadius: string;
|
|
1713
|
+
color: string;
|
|
1714
|
+
dividerColor: string;
|
|
1715
|
+
textColor: string;
|
|
1716
|
+
boxShadow: string;
|
|
1570
1717
|
}, any>;
|
|
1571
1718
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
1719
|
+
height: string;
|
|
1720
|
+
paddingSmall: string;
|
|
1721
|
+
paddingMedium: string;
|
|
1722
|
+
paddingLarge: string;
|
|
1723
|
+
optionPaddingSmall: string;
|
|
1724
|
+
optionPaddingMedium: string;
|
|
1725
|
+
optionPaddingLarge: string;
|
|
1726
|
+
loadingSize: string;
|
|
1572
1727
|
optionFontSizeSmall: string;
|
|
1573
1728
|
optionFontSizeMedium: string;
|
|
1574
1729
|
optionFontSizeLarge: string;
|
|
1575
|
-
optionFontSizeHuge: string;
|
|
1576
1730
|
optionHeightSmall: string;
|
|
1577
1731
|
optionHeightMedium: string;
|
|
1578
1732
|
optionHeightLarge: string;
|
|
1579
|
-
|
|
1733
|
+
optionBorderRadius: string;
|
|
1580
1734
|
borderRadius: string;
|
|
1581
1735
|
color: string;
|
|
1582
1736
|
groupHeaderTextColor: string;
|
|
@@ -1593,22 +1747,16 @@ export declare const dataTableProps: {
|
|
|
1593
1747
|
optionColorActivePending: string;
|
|
1594
1748
|
actionTextColor: string;
|
|
1595
1749
|
loadingColor: string;
|
|
1596
|
-
height: string;
|
|
1597
|
-
paddingSmall: string;
|
|
1598
|
-
paddingMedium: string;
|
|
1599
|
-
paddingLarge: string;
|
|
1600
|
-
paddingHuge: string;
|
|
1601
|
-
optionPaddingSmall: string;
|
|
1602
|
-
optionPaddingMedium: string;
|
|
1603
|
-
optionPaddingLarge: string;
|
|
1604
|
-
optionPaddingHuge: string;
|
|
1605
|
-
loadingSize: string;
|
|
1606
1750
|
}, {
|
|
1607
1751
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1608
1752
|
color: string;
|
|
1609
1753
|
colorHover: string;
|
|
1610
1754
|
}, any>;
|
|
1611
1755
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1756
|
+
iconSizeSmall: string;
|
|
1757
|
+
iconSizeMedium: string;
|
|
1758
|
+
iconSizeLarge: string;
|
|
1759
|
+
iconSizeHuge: string;
|
|
1612
1760
|
fontSizeSmall: string;
|
|
1613
1761
|
fontSizeMedium: string;
|
|
1614
1762
|
fontSizeLarge: string;
|
|
@@ -1616,10 +1764,6 @@ export declare const dataTableProps: {
|
|
|
1616
1764
|
textColor: string;
|
|
1617
1765
|
iconColor: string;
|
|
1618
1766
|
extraTextColor: string;
|
|
1619
|
-
iconSizeSmall: string;
|
|
1620
|
-
iconSizeMedium: string;
|
|
1621
|
-
iconSizeLarge: string;
|
|
1622
|
-
iconSizeHuge: string;
|
|
1623
1767
|
}, any>;
|
|
1624
1768
|
}>;
|
|
1625
1769
|
}>;
|
|
@@ -1629,6 +1773,10 @@ export declare const dataTableProps: {
|
|
|
1629
1773
|
colorHover: string;
|
|
1630
1774
|
}, any>;
|
|
1631
1775
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1776
|
+
iconSizeSmall: string;
|
|
1777
|
+
iconSizeMedium: string;
|
|
1778
|
+
iconSizeLarge: string;
|
|
1779
|
+
iconSizeHuge: string;
|
|
1632
1780
|
fontSizeSmall: string;
|
|
1633
1781
|
fontSizeMedium: string;
|
|
1634
1782
|
fontSizeLarge: string;
|
|
@@ -1636,30 +1784,23 @@ export declare const dataTableProps: {
|
|
|
1636
1784
|
textColor: string;
|
|
1637
1785
|
iconColor: string;
|
|
1638
1786
|
extraTextColor: string;
|
|
1639
|
-
iconSizeSmall: string;
|
|
1640
|
-
iconSizeMedium: string;
|
|
1641
|
-
iconSizeLarge: string;
|
|
1642
|
-
iconSizeHuge: string;
|
|
1643
1787
|
}, any>;
|
|
1644
1788
|
Popover: import("../../_mixins").Theme<"Popover", {
|
|
1645
|
-
fontSize: string;
|
|
1646
|
-
borderRadius: string;
|
|
1647
|
-
color: string;
|
|
1648
|
-
dividerColor: string;
|
|
1649
|
-
textColor: string;
|
|
1650
|
-
boxShadow: string;
|
|
1651
1789
|
space: string;
|
|
1652
1790
|
spaceArrow: string;
|
|
1653
1791
|
arrowOffset: string;
|
|
1654
1792
|
arrowOffsetVertical: string;
|
|
1655
1793
|
arrowHeight: string;
|
|
1656
1794
|
padding: string;
|
|
1795
|
+
fontSize: string;
|
|
1796
|
+
borderRadius: string;
|
|
1797
|
+
color: string;
|
|
1798
|
+
dividerColor: string;
|
|
1799
|
+
textColor: string;
|
|
1800
|
+
boxShadow: string;
|
|
1657
1801
|
}, any>;
|
|
1658
1802
|
Ellipsis: import("../../_mixins").Theme<"Ellipsis", unknown, {
|
|
1659
1803
|
Tooltip: import("../../_mixins").Theme<"Tooltip", {
|
|
1660
|
-
borderRadius: string;
|
|
1661
|
-
color: string;
|
|
1662
|
-
textColor: string;
|
|
1663
1804
|
padding: string;
|
|
1664
1805
|
textPadding: string;
|
|
1665
1806
|
titleSize: string;
|
|
@@ -1672,24 +1813,48 @@ export declare const dataTableProps: {
|
|
|
1672
1813
|
iconSize: string;
|
|
1673
1814
|
arrowSpace: string;
|
|
1674
1815
|
noArrowSpace: string;
|
|
1816
|
+
borderRadius: string;
|
|
1817
|
+
color: string;
|
|
1818
|
+
textColor: string;
|
|
1675
1819
|
}, {
|
|
1676
1820
|
Popover: import("../../_mixins").Theme<"Popover", {
|
|
1677
|
-
fontSize: string;
|
|
1678
|
-
borderRadius: string;
|
|
1679
|
-
color: string;
|
|
1680
|
-
dividerColor: string;
|
|
1681
|
-
textColor: string;
|
|
1682
|
-
boxShadow: string;
|
|
1683
1821
|
space: string;
|
|
1684
1822
|
spaceArrow: string;
|
|
1685
1823
|
arrowOffset: string;
|
|
1686
1824
|
arrowOffsetVertical: string;
|
|
1687
1825
|
arrowHeight: string;
|
|
1688
1826
|
padding: string;
|
|
1827
|
+
fontSize: string;
|
|
1828
|
+
borderRadius: string;
|
|
1829
|
+
color: string;
|
|
1830
|
+
dividerColor: string;
|
|
1831
|
+
textColor: string;
|
|
1832
|
+
boxShadow: string;
|
|
1689
1833
|
}, any>;
|
|
1690
1834
|
}>;
|
|
1691
1835
|
}>;
|
|
1692
1836
|
Dropdown: import("../../_mixins").Theme<"Dropdown", {
|
|
1837
|
+
padding: string;
|
|
1838
|
+
optionIconSizeSmall: string;
|
|
1839
|
+
optionIconSizeMedium: string;
|
|
1840
|
+
optionIconSizeLarge: string;
|
|
1841
|
+
optionIconSizeHuge: string;
|
|
1842
|
+
optionSuffixWidthSmall: string;
|
|
1843
|
+
optionSuffixWidthMedium: string;
|
|
1844
|
+
optionSuffixWidthLarge: string;
|
|
1845
|
+
optionSuffixWidthHuge: string;
|
|
1846
|
+
optionIconSuffixWidthSmall: string;
|
|
1847
|
+
optionIconSuffixWidthMedium: string;
|
|
1848
|
+
optionIconSuffixWidthLarge: string;
|
|
1849
|
+
optionIconSuffixWidthHuge: string;
|
|
1850
|
+
optionPrefixWidthSmall: string;
|
|
1851
|
+
optionPrefixWidthMedium: string;
|
|
1852
|
+
optionPrefixWidthLarge: string;
|
|
1853
|
+
optionPrefixWidthHuge: string;
|
|
1854
|
+
optionIconPrefixWidthSmall: string;
|
|
1855
|
+
optionIconPrefixWidthMedium: string;
|
|
1856
|
+
optionIconPrefixWidthLarge: string;
|
|
1857
|
+
optionIconPrefixWidthHuge: string;
|
|
1693
1858
|
optionHeightSmall: string;
|
|
1694
1859
|
optionHeightMedium: string;
|
|
1695
1860
|
optionHeightLarge: string;
|
|
@@ -1699,6 +1864,8 @@ export declare const dataTableProps: {
|
|
|
1699
1864
|
fontSizeMedium: string;
|
|
1700
1865
|
fontSizeLarge: string;
|
|
1701
1866
|
fontSizeHuge: string;
|
|
1867
|
+
optionOpacityDisabled: string;
|
|
1868
|
+
optionGroupHeaderBorderColor: string;
|
|
1702
1869
|
optionTextColor: string;
|
|
1703
1870
|
optionTextColorHover: string;
|
|
1704
1871
|
optionTextColorActive: string;
|
|
@@ -1721,47 +1888,44 @@ export declare const dataTableProps: {
|
|
|
1721
1888
|
optionColorHoverInverted: string;
|
|
1722
1889
|
optionColorActiveInverted: string;
|
|
1723
1890
|
groupHeaderTextColorInverted: string;
|
|
1724
|
-
optionOpacityDisabled: string;
|
|
1725
|
-
optionGroupHeaderBorderColor: string;
|
|
1726
|
-
padding: string;
|
|
1727
|
-
optionIconSizeSmall: string;
|
|
1728
|
-
optionIconSizeMedium: string;
|
|
1729
|
-
optionIconSizeLarge: string;
|
|
1730
|
-
optionIconSizeHuge: string;
|
|
1731
|
-
optionSuffixWidthSmall: string;
|
|
1732
|
-
optionSuffixWidthMedium: string;
|
|
1733
|
-
optionSuffixWidthLarge: string;
|
|
1734
|
-
optionSuffixWidthHuge: string;
|
|
1735
|
-
optionIconSuffixWidthSmall: string;
|
|
1736
|
-
optionIconSuffixWidthMedium: string;
|
|
1737
|
-
optionIconSuffixWidthLarge: string;
|
|
1738
|
-
optionIconSuffixWidthHuge: string;
|
|
1739
|
-
optionPrefixWidthSmall: string;
|
|
1740
|
-
optionPrefixWidthMedium: string;
|
|
1741
|
-
optionPrefixWidthLarge: string;
|
|
1742
|
-
optionPrefixWidthHuge: string;
|
|
1743
|
-
optionIconPrefixWidthSmall: string;
|
|
1744
|
-
optionIconPrefixWidthMedium: string;
|
|
1745
|
-
optionIconPrefixWidthLarge: string;
|
|
1746
|
-
optionIconPrefixWidthHuge: string;
|
|
1747
1891
|
}, {
|
|
1748
1892
|
Popover: import("../../_mixins").Theme<"Popover", {
|
|
1749
|
-
fontSize: string;
|
|
1750
|
-
borderRadius: string;
|
|
1751
|
-
color: string;
|
|
1752
|
-
dividerColor: string;
|
|
1753
|
-
textColor: string;
|
|
1754
|
-
boxShadow: string;
|
|
1755
1893
|
space: string;
|
|
1756
1894
|
spaceArrow: string;
|
|
1757
1895
|
arrowOffset: string;
|
|
1758
1896
|
arrowOffsetVertical: string;
|
|
1759
1897
|
arrowHeight: string;
|
|
1760
1898
|
padding: string;
|
|
1899
|
+
fontSize: string;
|
|
1900
|
+
borderRadius: string;
|
|
1901
|
+
color: string;
|
|
1902
|
+
dividerColor: string;
|
|
1903
|
+
textColor: string;
|
|
1904
|
+
boxShadow: string;
|
|
1761
1905
|
}, any>;
|
|
1762
1906
|
}>;
|
|
1763
1907
|
}>>>;
|
|
1764
1908
|
readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DataTable", {
|
|
1909
|
+
thPaddingSmall: string;
|
|
1910
|
+
thPaddingMedium: string;
|
|
1911
|
+
thPaddingLarge: string;
|
|
1912
|
+
tdPaddingSmall: string;
|
|
1913
|
+
tdPaddingMedium: string;
|
|
1914
|
+
tdPaddingLarge: string;
|
|
1915
|
+
thHeightSmall: string;
|
|
1916
|
+
thHeightMedium: string;
|
|
1917
|
+
thHeightLarge: string;
|
|
1918
|
+
tdHeightSmall: string;
|
|
1919
|
+
tdHeightMedium: string;
|
|
1920
|
+
tdHeightLarge: string;
|
|
1921
|
+
sorterSize: string;
|
|
1922
|
+
resizableContainerSize: string;
|
|
1923
|
+
resizableSize: string;
|
|
1924
|
+
filterSize: string;
|
|
1925
|
+
paginationMargin: string;
|
|
1926
|
+
emptyPadding: string;
|
|
1927
|
+
actionPadding: string;
|
|
1928
|
+
actionButtonMargin: string;
|
|
1765
1929
|
actionDividerColor: string;
|
|
1766
1930
|
lineHeight: string;
|
|
1767
1931
|
borderRadius: string;
|
|
@@ -1792,32 +1956,11 @@ export declare const dataTableProps: {
|
|
|
1792
1956
|
thColorPopover: string;
|
|
1793
1957
|
thColorHoverPopover: string;
|
|
1794
1958
|
tdColorPopover: string;
|
|
1795
|
-
|
|
1796
|
-
boxShadowAfter: string;
|
|
1959
|
+
fixedBoxShadow: string;
|
|
1797
1960
|
loadingColor: string;
|
|
1798
1961
|
loadingSize: string;
|
|
1799
1962
|
opacityLoading: string;
|
|
1800
1963
|
opacityDisabled: string;
|
|
1801
|
-
thPaddingSmall: string;
|
|
1802
|
-
thPaddingMedium: string;
|
|
1803
|
-
thPaddingLarge: string;
|
|
1804
|
-
tdPaddingSmall: string;
|
|
1805
|
-
tdPaddingMedium: string;
|
|
1806
|
-
tdPaddingLarge: string;
|
|
1807
|
-
thHeightSmall: string;
|
|
1808
|
-
thHeightMedium: string;
|
|
1809
|
-
thHeightLarge: string;
|
|
1810
|
-
tdHeightSmall: string;
|
|
1811
|
-
tdHeightMedium: string;
|
|
1812
|
-
tdHeightLarge: string;
|
|
1813
|
-
sorterSize: string;
|
|
1814
|
-
resizableContainerSize: string;
|
|
1815
|
-
resizableSize: string;
|
|
1816
|
-
filterSize: string;
|
|
1817
|
-
paginationMargin: string;
|
|
1818
|
-
emptyPadding: string;
|
|
1819
|
-
actionPadding: string;
|
|
1820
|
-
actionButtonMargin: string;
|
|
1821
1964
|
}, {
|
|
1822
1965
|
Button: import("../../_mixins").Theme<"Button", {
|
|
1823
1966
|
heightTiny: string;
|
|
@@ -1845,7 +1988,7 @@ export declare const dataTableProps: {
|
|
|
1845
1988
|
colorTertiaryHover: string;
|
|
1846
1989
|
colorTertiaryPressed: string;
|
|
1847
1990
|
colorTertiaryDisalbed: string;
|
|
1848
|
-
|
|
1991
|
+
waveColorTertiary: string;
|
|
1849
1992
|
textColorTextTertiary: string;
|
|
1850
1993
|
colorQuaternary: string;
|
|
1851
1994
|
colorQuaternaryHover: string;
|
|
@@ -2031,58 +2174,87 @@ export declare const dataTableProps: {
|
|
|
2031
2174
|
rippleDuration: string;
|
|
2032
2175
|
}, any>;
|
|
2033
2176
|
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2177
|
+
fontWeight: string;
|
|
2178
|
+
textColor: string;
|
|
2179
|
+
descriptionTextColor: string;
|
|
2180
|
+
textColorDisabled: string;
|
|
2181
|
+
descriptionTextColorDisabled: string;
|
|
2037
2182
|
fontSizeLarge: string;
|
|
2183
|
+
fontSizeMedium: string;
|
|
2184
|
+
fontSizeSmall: string;
|
|
2185
|
+
lineHeightLarge: string;
|
|
2186
|
+
lineHeightMedium: string;
|
|
2187
|
+
lineHeightSmall: string;
|
|
2188
|
+
borderRadiusLarge: string;
|
|
2189
|
+
borderRadiusMedium: string;
|
|
2190
|
+
borderRadiusSmall: string;
|
|
2038
2191
|
color: string;
|
|
2192
|
+
colorHover: string;
|
|
2193
|
+
colorFocus: string;
|
|
2194
|
+
colorActive: string;
|
|
2039
2195
|
colorChecked: string;
|
|
2196
|
+
colorHoverChecked: string;
|
|
2197
|
+
colorFocusChecked: string;
|
|
2198
|
+
colorActiveChecked: string;
|
|
2040
2199
|
colorDisabled: string;
|
|
2041
2200
|
colorDisabledChecked: string;
|
|
2042
|
-
colorTableHeader: string;
|
|
2043
|
-
colorTableHeaderModal: string;
|
|
2044
|
-
colorTableHeaderPopover: string;
|
|
2045
2201
|
checkMarkColor: string;
|
|
2202
|
+
checkMarkColorHover: string;
|
|
2203
|
+
checkMarkColorFocus: string;
|
|
2204
|
+
checkMarkColorActive: string;
|
|
2046
2205
|
checkMarkColorDisabled: string;
|
|
2047
2206
|
checkMarkColorDisabledChecked: string;
|
|
2048
2207
|
border: string;
|
|
2049
|
-
borderDisabled: string;
|
|
2050
|
-
borderDisabledChecked: string;
|
|
2051
2208
|
borderHover: string;
|
|
2052
|
-
borderChecked: string;
|
|
2053
2209
|
borderFocus: string;
|
|
2210
|
+
borderActive: string;
|
|
2211
|
+
borderChecked: string;
|
|
2212
|
+
borderHoverChecked: string;
|
|
2213
|
+
borderFocusChecked: string;
|
|
2214
|
+
borderActiveChecked: string;
|
|
2215
|
+
borderDisabled: string;
|
|
2216
|
+
borderDisabledChecked: string;
|
|
2054
2217
|
boxShadowHover: string;
|
|
2055
2218
|
boxShadowFocus: string;
|
|
2056
2219
|
boxShadowActive: string;
|
|
2057
2220
|
boxShadowHoverChecked: string;
|
|
2058
2221
|
boxShadowFocusChecked: string;
|
|
2059
2222
|
boxShadowActiveChecked: string;
|
|
2060
|
-
textColor: string;
|
|
2061
2223
|
sizeSmall: string;
|
|
2062
2224
|
sizeMedium: string;
|
|
2063
2225
|
sizeLarge: string;
|
|
2064
2226
|
labelPadding: string;
|
|
2065
|
-
labelFontWeight: string;
|
|
2066
|
-
borderRadiusLarge: string;
|
|
2067
|
-
borderRadiusSmall: string;
|
|
2068
2227
|
}, any>;
|
|
2069
2228
|
Radio: import("../../_mixins").Theme<"Radio", {
|
|
2070
|
-
|
|
2229
|
+
radioSizeSmall: string;
|
|
2230
|
+
radioSizeMedium: string;
|
|
2231
|
+
radioSizeLarge: string;
|
|
2071
2232
|
buttonHeightSmall: string;
|
|
2072
2233
|
buttonHeightMedium: string;
|
|
2073
2234
|
buttonHeightLarge: string;
|
|
2235
|
+
labelPadding: string;
|
|
2236
|
+
labelFontWeight: string;
|
|
2237
|
+
labelFontSizeSmall: string;
|
|
2238
|
+
labelFontSizeMedium: string;
|
|
2239
|
+
labelFontSizeLarge: string;
|
|
2074
2240
|
fontSizeSmall: string;
|
|
2075
2241
|
fontSizeMedium: string;
|
|
2076
2242
|
fontSizeLarge: string;
|
|
2243
|
+
lineHeightSmall: string;
|
|
2244
|
+
lineHeightMedium: string;
|
|
2245
|
+
lineHeightLarge: string;
|
|
2246
|
+
fontWeight: string;
|
|
2077
2247
|
boxShadow: string;
|
|
2078
2248
|
boxShadowActive: string;
|
|
2079
2249
|
boxShadowFocus: string;
|
|
2080
2250
|
boxShadowHover: string;
|
|
2251
|
+
boxShadowPressed: string;
|
|
2081
2252
|
boxShadowDisabled: string;
|
|
2082
2253
|
boxShadowChecked: string;
|
|
2083
2254
|
boxShadowActiveChecked: string;
|
|
2084
2255
|
boxShadowFocusChecked: string;
|
|
2085
2256
|
boxShadowHoverChecked: string;
|
|
2257
|
+
boxShadowPressedChecked: string;
|
|
2086
2258
|
boxShadowDisabledChecked: string;
|
|
2087
2259
|
color: string;
|
|
2088
2260
|
colorDisabled: string;
|
|
@@ -2104,13 +2276,41 @@ export declare const dataTableProps: {
|
|
|
2104
2276
|
buttonBoxShadowHover: string;
|
|
2105
2277
|
buttonBoxShadow: string;
|
|
2106
2278
|
buttonBorderRadius: string;
|
|
2107
|
-
radioSizeSmall: string;
|
|
2108
|
-
radioSizeMedium: string;
|
|
2109
|
-
radioSizeLarge: string;
|
|
2110
|
-
labelPadding: string;
|
|
2111
|
-
labelFontWeight: string;
|
|
2112
2279
|
}, any>;
|
|
2113
2280
|
Pagination: import("../../_mixins").Theme<"Pagination", {
|
|
2281
|
+
itemPaddingSmall: string;
|
|
2282
|
+
itemMarginSmall: string;
|
|
2283
|
+
itemMarginSmallRtl: string;
|
|
2284
|
+
itemPaddingMedium: string;
|
|
2285
|
+
itemMarginMedium: string;
|
|
2286
|
+
itemMarginMediumRtl: string;
|
|
2287
|
+
itemPaddingLarge: string;
|
|
2288
|
+
itemMarginLarge: string;
|
|
2289
|
+
itemMarginLargeRtl: string;
|
|
2290
|
+
buttonIconSizeSmall: string;
|
|
2291
|
+
buttonIconSizeMedium: string;
|
|
2292
|
+
buttonIconSizeLarge: string;
|
|
2293
|
+
inputWidthSmall: string;
|
|
2294
|
+
selectWidthSmall: string;
|
|
2295
|
+
inputMarginSmall: string;
|
|
2296
|
+
inputMarginSmallRtl: string;
|
|
2297
|
+
selectMarginSmall: string;
|
|
2298
|
+
prefixMarginSmall: string;
|
|
2299
|
+
suffixMarginSmall: string;
|
|
2300
|
+
inputWidthMedium: string;
|
|
2301
|
+
selectWidthMedium: string;
|
|
2302
|
+
inputMarginMedium: string;
|
|
2303
|
+
inputMarginMediumRtl: string;
|
|
2304
|
+
selectMarginMedium: string;
|
|
2305
|
+
prefixMarginMedium: string;
|
|
2306
|
+
suffixMarginMedium: string;
|
|
2307
|
+
inputWidthLarge: string;
|
|
2308
|
+
selectWidthLarge: string;
|
|
2309
|
+
inputMarginLarge: string;
|
|
2310
|
+
inputMarginLargeRtl: string;
|
|
2311
|
+
selectMarginLarge: string;
|
|
2312
|
+
prefixMarginLarge: string;
|
|
2313
|
+
suffixMarginLarge: string;
|
|
2114
2314
|
buttonColor: string;
|
|
2115
2315
|
buttonColorHover: string;
|
|
2116
2316
|
buttonColorPressed: string;
|
|
@@ -2148,53 +2348,46 @@ export declare const dataTableProps: {
|
|
|
2148
2348
|
jumperFontSizeLarge: string;
|
|
2149
2349
|
jumperTextColor: string;
|
|
2150
2350
|
jumperTextColorDisabled: string;
|
|
2151
|
-
itemPaddingSmall: string;
|
|
2152
|
-
itemMarginSmall: string;
|
|
2153
|
-
itemMarginSmallRtl: string;
|
|
2154
|
-
itemPaddingMedium: string;
|
|
2155
|
-
itemMarginMedium: string;
|
|
2156
|
-
itemMarginMediumRtl: string;
|
|
2157
|
-
itemPaddingLarge: string;
|
|
2158
|
-
itemMarginLarge: string;
|
|
2159
|
-
itemMarginLargeRtl: string;
|
|
2160
|
-
buttonIconSizeSmall: string;
|
|
2161
|
-
buttonIconSizeMedium: string;
|
|
2162
|
-
buttonIconSizeLarge: string;
|
|
2163
|
-
inputWidthSmall: string;
|
|
2164
|
-
selectWidthSmall: string;
|
|
2165
|
-
inputMarginSmall: string;
|
|
2166
|
-
inputMarginSmallRtl: string;
|
|
2167
|
-
selectMarginSmall: string;
|
|
2168
|
-
prefixMarginSmall: string;
|
|
2169
|
-
suffixMarginSmall: string;
|
|
2170
|
-
inputWidthMedium: string;
|
|
2171
|
-
selectWidthMedium: string;
|
|
2172
|
-
inputMarginMedium: string;
|
|
2173
|
-
inputMarginMediumRtl: string;
|
|
2174
|
-
selectMarginMedium: string;
|
|
2175
|
-
prefixMarginMedium: string;
|
|
2176
|
-
suffixMarginMedium: string;
|
|
2177
|
-
inputWidthLarge: string;
|
|
2178
|
-
selectWidthLarge: string;
|
|
2179
|
-
inputMarginLarge: string;
|
|
2180
|
-
inputMarginLargeRtl: string;
|
|
2181
|
-
selectMarginLarge: string;
|
|
2182
|
-
prefixMarginLarge: string;
|
|
2183
|
-
suffixMarginLarge: string;
|
|
2184
2351
|
}, {
|
|
2185
2352
|
Select: import("../../_mixins").Theme<"Select", {
|
|
2186
2353
|
menuBoxShadow: string;
|
|
2187
2354
|
}, {
|
|
2188
2355
|
InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
|
|
2356
|
+
paddingTiny: string;
|
|
2357
|
+
paddingSmall: string;
|
|
2358
|
+
paddingMedium: string;
|
|
2359
|
+
paddingLarge: string;
|
|
2360
|
+
paddingHuge: string;
|
|
2361
|
+
clearSizeTiny: string;
|
|
2362
|
+
clearSizeSmall: string;
|
|
2363
|
+
clearSizeMedium: string;
|
|
2364
|
+
clearSizeLarge: string;
|
|
2365
|
+
clearSizeHuge: string;
|
|
2366
|
+
arrowSizeTiny: string;
|
|
2367
|
+
arrowSizeSmall: string;
|
|
2368
|
+
arrowSizeMedium: string;
|
|
2369
|
+
arrowSizeLarge: string;
|
|
2370
|
+
arrowSizeHuge: string;
|
|
2189
2371
|
fontSizeTiny: string;
|
|
2190
2372
|
fontSizeSmall: string;
|
|
2191
2373
|
fontSizeMedium: string;
|
|
2192
2374
|
fontSizeLarge: string;
|
|
2375
|
+
fontSizeHuge: string;
|
|
2376
|
+
lineHeightTiny: string;
|
|
2377
|
+
lineHeightSmall: string;
|
|
2378
|
+
lineHeightMedium: string;
|
|
2379
|
+
lineHeightLarge: string;
|
|
2380
|
+
lineHeightHuge: string;
|
|
2193
2381
|
heightTiny: string;
|
|
2194
2382
|
heightSmall: string;
|
|
2195
2383
|
heightMedium: string;
|
|
2196
2384
|
heightLarge: string;
|
|
2197
|
-
|
|
2385
|
+
heightHuge: string;
|
|
2386
|
+
borderRadiusTiny: string;
|
|
2387
|
+
borderRadiusSmall: string;
|
|
2388
|
+
borderRadiusMedium: string;
|
|
2389
|
+
borderRadiusLarge: string;
|
|
2390
|
+
borderRadiusHuge: string;
|
|
2198
2391
|
textColor: string;
|
|
2199
2392
|
textColorDisabled: string;
|
|
2200
2393
|
placeholderColor: string;
|
|
@@ -2236,35 +2429,68 @@ export declare const dataTableProps: {
|
|
|
2236
2429
|
clearColor: string;
|
|
2237
2430
|
clearColorHover: string;
|
|
2238
2431
|
clearColorPressed: string;
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2432
|
+
caretColorSecondary: string;
|
|
2433
|
+
filterCounterTextColor: string;
|
|
2434
|
+
filterCounterSeparatorColor: string;
|
|
2435
|
+
filterCounterTextColorDisabled: string;
|
|
2436
|
+
filterCounterSeparatorColorDisabled: string;
|
|
2437
|
+
arrowColorSecondary: string;
|
|
2438
|
+
clearColorSecondary: string;
|
|
2439
|
+
colorSecondary: string;
|
|
2440
|
+
textColorSecondary: string;
|
|
2441
|
+
borderSecondary: string;
|
|
2442
|
+
arrowColorDisabledSecondary: string;
|
|
2443
|
+
clearColorDisabledSecondary: string;
|
|
2444
|
+
colorDisabledSecondary: string;
|
|
2445
|
+
textColorDisabledSecondary: string;
|
|
2446
|
+
borderDisabledSecondary: string;
|
|
2447
|
+
arrowColorHoverSecondary: string;
|
|
2448
|
+
clearColorHoverSecondary: string;
|
|
2449
|
+
colorHoverSecondary: string;
|
|
2450
|
+
textColorHoverSecondary: string;
|
|
2451
|
+
borderHoverSecondary: string;
|
|
2452
|
+
arrowColorFocusSecondary: string;
|
|
2453
|
+
clearColorFocusSecondary: string;
|
|
2454
|
+
colorFocusSecondary: string;
|
|
2455
|
+
textColorFocusSecondary: string;
|
|
2456
|
+
borderFocusSecondary: string;
|
|
2457
|
+
arrowColorActiveSecondary: string;
|
|
2458
|
+
clearColorActiveSecondary: string;
|
|
2459
|
+
colorActiveSecondary: string;
|
|
2460
|
+
textColorActiveSecondary: string;
|
|
2461
|
+
borderActiveSecondary: string;
|
|
2243
2462
|
}, {
|
|
2244
2463
|
Popover: import("../../_mixins").Theme<"Popover", {
|
|
2245
|
-
fontSize: string;
|
|
2246
|
-
borderRadius: string;
|
|
2247
|
-
color: string;
|
|
2248
|
-
dividerColor: string;
|
|
2249
|
-
textColor: string;
|
|
2250
|
-
boxShadow: string;
|
|
2251
2464
|
space: string;
|
|
2252
2465
|
spaceArrow: string;
|
|
2253
2466
|
arrowOffset: string;
|
|
2254
2467
|
arrowOffsetVertical: string;
|
|
2255
2468
|
arrowHeight: string;
|
|
2256
2469
|
padding: string;
|
|
2470
|
+
fontSize: string;
|
|
2471
|
+
borderRadius: string;
|
|
2472
|
+
color: string;
|
|
2473
|
+
dividerColor: string;
|
|
2474
|
+
textColor: string;
|
|
2475
|
+
boxShadow: string;
|
|
2257
2476
|
}, any>;
|
|
2258
2477
|
}>;
|
|
2259
2478
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
2479
|
+
height: string;
|
|
2480
|
+
paddingSmall: string;
|
|
2481
|
+
paddingMedium: string;
|
|
2482
|
+
paddingLarge: string;
|
|
2483
|
+
optionPaddingSmall: string;
|
|
2484
|
+
optionPaddingMedium: string;
|
|
2485
|
+
optionPaddingLarge: string;
|
|
2486
|
+
loadingSize: string;
|
|
2260
2487
|
optionFontSizeSmall: string;
|
|
2261
2488
|
optionFontSizeMedium: string;
|
|
2262
2489
|
optionFontSizeLarge: string;
|
|
2263
|
-
optionFontSizeHuge: string;
|
|
2264
2490
|
optionHeightSmall: string;
|
|
2265
2491
|
optionHeightMedium: string;
|
|
2266
2492
|
optionHeightLarge: string;
|
|
2267
|
-
|
|
2493
|
+
optionBorderRadius: string;
|
|
2268
2494
|
borderRadius: string;
|
|
2269
2495
|
color: string;
|
|
2270
2496
|
groupHeaderTextColor: string;
|
|
@@ -2281,22 +2507,16 @@ export declare const dataTableProps: {
|
|
|
2281
2507
|
optionColorActivePending: string;
|
|
2282
2508
|
actionTextColor: string;
|
|
2283
2509
|
loadingColor: string;
|
|
2284
|
-
height: string;
|
|
2285
|
-
paddingSmall: string;
|
|
2286
|
-
paddingMedium: string;
|
|
2287
|
-
paddingLarge: string;
|
|
2288
|
-
paddingHuge: string;
|
|
2289
|
-
optionPaddingSmall: string;
|
|
2290
|
-
optionPaddingMedium: string;
|
|
2291
|
-
optionPaddingLarge: string;
|
|
2292
|
-
optionPaddingHuge: string;
|
|
2293
|
-
loadingSize: string;
|
|
2294
2510
|
}, {
|
|
2295
2511
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2296
2512
|
color: string;
|
|
2297
2513
|
colorHover: string;
|
|
2298
2514
|
}, any>;
|
|
2299
2515
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2516
|
+
iconSizeSmall: string;
|
|
2517
|
+
iconSizeMedium: string;
|
|
2518
|
+
iconSizeLarge: string;
|
|
2519
|
+
iconSizeHuge: string;
|
|
2300
2520
|
fontSizeSmall: string;
|
|
2301
2521
|
fontSizeMedium: string;
|
|
2302
2522
|
fontSizeLarge: string;
|
|
@@ -2304,29 +2524,32 @@ export declare const dataTableProps: {
|
|
|
2304
2524
|
textColor: string;
|
|
2305
2525
|
iconColor: string;
|
|
2306
2526
|
extraTextColor: string;
|
|
2307
|
-
iconSizeSmall: string;
|
|
2308
|
-
iconSizeMedium: string;
|
|
2309
|
-
iconSizeLarge: string;
|
|
2310
|
-
iconSizeHuge: string;
|
|
2311
2527
|
}, any>;
|
|
2312
2528
|
}>;
|
|
2313
2529
|
}>;
|
|
2314
2530
|
Input: import("../../_mixins").Theme<"Input", {
|
|
2531
|
+
paddingTiny: string;
|
|
2532
|
+
paddingSmall: string;
|
|
2533
|
+
paddingMedium: string;
|
|
2534
|
+
paddingLarge: string;
|
|
2535
|
+
paddingHuge: string;
|
|
2536
|
+
clearSize: string;
|
|
2315
2537
|
countTextColorDisabled: string;
|
|
2316
2538
|
countTextColor: string;
|
|
2317
2539
|
heightTiny: string;
|
|
2318
2540
|
heightSmall: string;
|
|
2319
2541
|
heightMedium: string;
|
|
2320
2542
|
heightLarge: string;
|
|
2543
|
+
heightHuge: string;
|
|
2321
2544
|
fontSizeTiny: string;
|
|
2322
2545
|
fontSizeSmall: string;
|
|
2323
2546
|
fontSizeMedium: string;
|
|
2324
2547
|
fontSizeLarge: string;
|
|
2548
|
+
fontSizeHuge: string;
|
|
2325
2549
|
lineHeight: string;
|
|
2326
2550
|
lineHeightTextarea: string;
|
|
2327
2551
|
borderRadius: string;
|
|
2328
2552
|
iconSize: string;
|
|
2329
|
-
groupLabelColor: string;
|
|
2330
2553
|
groupLabelTextColor: string;
|
|
2331
2554
|
textColor: string;
|
|
2332
2555
|
textColorDisabled: string;
|
|
@@ -2366,38 +2589,41 @@ export declare const dataTableProps: {
|
|
|
2366
2589
|
iconColorHover: string;
|
|
2367
2590
|
iconColorPressed: string;
|
|
2368
2591
|
suffixTextColor: string;
|
|
2369
|
-
|
|
2370
|
-
paddingSmall: string;
|
|
2371
|
-
paddingMedium: string;
|
|
2372
|
-
paddingLarge: string;
|
|
2373
|
-
clearSize: string;
|
|
2592
|
+
selectionColor: string;
|
|
2374
2593
|
}, any>;
|
|
2375
2594
|
Popselect: import("../../_mixins").Theme<"Popselect", {
|
|
2376
2595
|
menuBoxShadow: string;
|
|
2377
2596
|
}, {
|
|
2378
2597
|
Popover: import("../../_mixins").Theme<"Popover", {
|
|
2379
|
-
fontSize: string;
|
|
2380
|
-
borderRadius: string;
|
|
2381
|
-
color: string;
|
|
2382
|
-
dividerColor: string;
|
|
2383
|
-
textColor: string;
|
|
2384
|
-
boxShadow: string;
|
|
2385
2598
|
space: string;
|
|
2386
2599
|
spaceArrow: string;
|
|
2387
2600
|
arrowOffset: string;
|
|
2388
2601
|
arrowOffsetVertical: string;
|
|
2389
2602
|
arrowHeight: string;
|
|
2390
2603
|
padding: string;
|
|
2604
|
+
fontSize: string;
|
|
2605
|
+
borderRadius: string;
|
|
2606
|
+
color: string;
|
|
2607
|
+
dividerColor: string;
|
|
2608
|
+
textColor: string;
|
|
2609
|
+
boxShadow: string;
|
|
2391
2610
|
}, any>;
|
|
2392
2611
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
2612
|
+
height: string;
|
|
2613
|
+
paddingSmall: string;
|
|
2614
|
+
paddingMedium: string;
|
|
2615
|
+
paddingLarge: string;
|
|
2616
|
+
optionPaddingSmall: string;
|
|
2617
|
+
optionPaddingMedium: string;
|
|
2618
|
+
optionPaddingLarge: string;
|
|
2619
|
+
loadingSize: string;
|
|
2393
2620
|
optionFontSizeSmall: string;
|
|
2394
2621
|
optionFontSizeMedium: string;
|
|
2395
2622
|
optionFontSizeLarge: string;
|
|
2396
|
-
optionFontSizeHuge: string;
|
|
2397
2623
|
optionHeightSmall: string;
|
|
2398
2624
|
optionHeightMedium: string;
|
|
2399
2625
|
optionHeightLarge: string;
|
|
2400
|
-
|
|
2626
|
+
optionBorderRadius: string;
|
|
2401
2627
|
borderRadius: string;
|
|
2402
2628
|
color: string;
|
|
2403
2629
|
groupHeaderTextColor: string;
|
|
@@ -2414,22 +2640,16 @@ export declare const dataTableProps: {
|
|
|
2414
2640
|
optionColorActivePending: string;
|
|
2415
2641
|
actionTextColor: string;
|
|
2416
2642
|
loadingColor: string;
|
|
2417
|
-
height: string;
|
|
2418
|
-
paddingSmall: string;
|
|
2419
|
-
paddingMedium: string;
|
|
2420
|
-
paddingLarge: string;
|
|
2421
|
-
paddingHuge: string;
|
|
2422
|
-
optionPaddingSmall: string;
|
|
2423
|
-
optionPaddingMedium: string;
|
|
2424
|
-
optionPaddingLarge: string;
|
|
2425
|
-
optionPaddingHuge: string;
|
|
2426
|
-
loadingSize: string;
|
|
2427
2643
|
}, {
|
|
2428
2644
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2429
2645
|
color: string;
|
|
2430
2646
|
colorHover: string;
|
|
2431
2647
|
}, any>;
|
|
2432
2648
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2649
|
+
iconSizeSmall: string;
|
|
2650
|
+
iconSizeMedium: string;
|
|
2651
|
+
iconSizeLarge: string;
|
|
2652
|
+
iconSizeHuge: string;
|
|
2433
2653
|
fontSizeSmall: string;
|
|
2434
2654
|
fontSizeMedium: string;
|
|
2435
2655
|
fontSizeLarge: string;
|
|
@@ -2437,10 +2657,6 @@ export declare const dataTableProps: {
|
|
|
2437
2657
|
textColor: string;
|
|
2438
2658
|
iconColor: string;
|
|
2439
2659
|
extraTextColor: string;
|
|
2440
|
-
iconSizeSmall: string;
|
|
2441
|
-
iconSizeMedium: string;
|
|
2442
|
-
iconSizeLarge: string;
|
|
2443
|
-
iconSizeHuge: string;
|
|
2444
2660
|
}, any>;
|
|
2445
2661
|
}>;
|
|
2446
2662
|
}>;
|
|
@@ -2450,6 +2666,10 @@ export declare const dataTableProps: {
|
|
|
2450
2666
|
colorHover: string;
|
|
2451
2667
|
}, any>;
|
|
2452
2668
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2669
|
+
iconSizeSmall: string;
|
|
2670
|
+
iconSizeMedium: string;
|
|
2671
|
+
iconSizeLarge: string;
|
|
2672
|
+
iconSizeHuge: string;
|
|
2453
2673
|
fontSizeSmall: string;
|
|
2454
2674
|
fontSizeMedium: string;
|
|
2455
2675
|
fontSizeLarge: string;
|
|
@@ -2457,30 +2677,23 @@ export declare const dataTableProps: {
|
|
|
2457
2677
|
textColor: string;
|
|
2458
2678
|
iconColor: string;
|
|
2459
2679
|
extraTextColor: string;
|
|
2460
|
-
iconSizeSmall: string;
|
|
2461
|
-
iconSizeMedium: string;
|
|
2462
|
-
iconSizeLarge: string;
|
|
2463
|
-
iconSizeHuge: string;
|
|
2464
2680
|
}, any>;
|
|
2465
2681
|
Popover: import("../../_mixins").Theme<"Popover", {
|
|
2466
|
-
fontSize: string;
|
|
2467
|
-
borderRadius: string;
|
|
2468
|
-
color: string;
|
|
2469
|
-
dividerColor: string;
|
|
2470
|
-
textColor: string;
|
|
2471
|
-
boxShadow: string;
|
|
2472
2682
|
space: string;
|
|
2473
2683
|
spaceArrow: string;
|
|
2474
2684
|
arrowOffset: string;
|
|
2475
2685
|
arrowOffsetVertical: string;
|
|
2476
2686
|
arrowHeight: string;
|
|
2477
2687
|
padding: string;
|
|
2688
|
+
fontSize: string;
|
|
2689
|
+
borderRadius: string;
|
|
2690
|
+
color: string;
|
|
2691
|
+
dividerColor: string;
|
|
2692
|
+
textColor: string;
|
|
2693
|
+
boxShadow: string;
|
|
2478
2694
|
}, any>;
|
|
2479
2695
|
Ellipsis: import("../../_mixins").Theme<"Ellipsis", unknown, {
|
|
2480
2696
|
Tooltip: import("../../_mixins").Theme<"Tooltip", {
|
|
2481
|
-
borderRadius: string;
|
|
2482
|
-
color: string;
|
|
2483
|
-
textColor: string;
|
|
2484
2697
|
padding: string;
|
|
2485
2698
|
textPadding: string;
|
|
2486
2699
|
titleSize: string;
|
|
@@ -2493,24 +2706,48 @@ export declare const dataTableProps: {
|
|
|
2493
2706
|
iconSize: string;
|
|
2494
2707
|
arrowSpace: string;
|
|
2495
2708
|
noArrowSpace: string;
|
|
2709
|
+
borderRadius: string;
|
|
2710
|
+
color: string;
|
|
2711
|
+
textColor: string;
|
|
2496
2712
|
}, {
|
|
2497
2713
|
Popover: import("../../_mixins").Theme<"Popover", {
|
|
2498
|
-
fontSize: string;
|
|
2499
|
-
borderRadius: string;
|
|
2500
|
-
color: string;
|
|
2501
|
-
dividerColor: string;
|
|
2502
|
-
textColor: string;
|
|
2503
|
-
boxShadow: string;
|
|
2504
2714
|
space: string;
|
|
2505
2715
|
spaceArrow: string;
|
|
2506
2716
|
arrowOffset: string;
|
|
2507
2717
|
arrowOffsetVertical: string;
|
|
2508
2718
|
arrowHeight: string;
|
|
2509
2719
|
padding: string;
|
|
2720
|
+
fontSize: string;
|
|
2721
|
+
borderRadius: string;
|
|
2722
|
+
color: string;
|
|
2723
|
+
dividerColor: string;
|
|
2724
|
+
textColor: string;
|
|
2725
|
+
boxShadow: string;
|
|
2510
2726
|
}, any>;
|
|
2511
2727
|
}>;
|
|
2512
2728
|
}>;
|
|
2513
2729
|
Dropdown: import("../../_mixins").Theme<"Dropdown", {
|
|
2730
|
+
padding: string;
|
|
2731
|
+
optionIconSizeSmall: string;
|
|
2732
|
+
optionIconSizeMedium: string;
|
|
2733
|
+
optionIconSizeLarge: string;
|
|
2734
|
+
optionIconSizeHuge: string;
|
|
2735
|
+
optionSuffixWidthSmall: string;
|
|
2736
|
+
optionSuffixWidthMedium: string;
|
|
2737
|
+
optionSuffixWidthLarge: string;
|
|
2738
|
+
optionSuffixWidthHuge: string;
|
|
2739
|
+
optionIconSuffixWidthSmall: string;
|
|
2740
|
+
optionIconSuffixWidthMedium: string;
|
|
2741
|
+
optionIconSuffixWidthLarge: string;
|
|
2742
|
+
optionIconSuffixWidthHuge: string;
|
|
2743
|
+
optionPrefixWidthSmall: string;
|
|
2744
|
+
optionPrefixWidthMedium: string;
|
|
2745
|
+
optionPrefixWidthLarge: string;
|
|
2746
|
+
optionPrefixWidthHuge: string;
|
|
2747
|
+
optionIconPrefixWidthSmall: string;
|
|
2748
|
+
optionIconPrefixWidthMedium: string;
|
|
2749
|
+
optionIconPrefixWidthLarge: string;
|
|
2750
|
+
optionIconPrefixWidthHuge: string;
|
|
2514
2751
|
optionHeightSmall: string;
|
|
2515
2752
|
optionHeightMedium: string;
|
|
2516
2753
|
optionHeightLarge: string;
|
|
@@ -2520,6 +2757,8 @@ export declare const dataTableProps: {
|
|
|
2520
2757
|
fontSizeMedium: string;
|
|
2521
2758
|
fontSizeLarge: string;
|
|
2522
2759
|
fontSizeHuge: string;
|
|
2760
|
+
optionOpacityDisabled: string;
|
|
2761
|
+
optionGroupHeaderBorderColor: string;
|
|
2523
2762
|
optionTextColor: string;
|
|
2524
2763
|
optionTextColorHover: string;
|
|
2525
2764
|
optionTextColorActive: string;
|
|
@@ -2542,43 +2781,20 @@ export declare const dataTableProps: {
|
|
|
2542
2781
|
optionColorHoverInverted: string;
|
|
2543
2782
|
optionColorActiveInverted: string;
|
|
2544
2783
|
groupHeaderTextColorInverted: string;
|
|
2545
|
-
optionOpacityDisabled: string;
|
|
2546
|
-
optionGroupHeaderBorderColor: string;
|
|
2547
|
-
padding: string;
|
|
2548
|
-
optionIconSizeSmall: string;
|
|
2549
|
-
optionIconSizeMedium: string;
|
|
2550
|
-
optionIconSizeLarge: string;
|
|
2551
|
-
optionIconSizeHuge: string;
|
|
2552
|
-
optionSuffixWidthSmall: string;
|
|
2553
|
-
optionSuffixWidthMedium: string;
|
|
2554
|
-
optionSuffixWidthLarge: string;
|
|
2555
|
-
optionSuffixWidthHuge: string;
|
|
2556
|
-
optionIconSuffixWidthSmall: string;
|
|
2557
|
-
optionIconSuffixWidthMedium: string;
|
|
2558
|
-
optionIconSuffixWidthLarge: string;
|
|
2559
|
-
optionIconSuffixWidthHuge: string;
|
|
2560
|
-
optionPrefixWidthSmall: string;
|
|
2561
|
-
optionPrefixWidthMedium: string;
|
|
2562
|
-
optionPrefixWidthLarge: string;
|
|
2563
|
-
optionPrefixWidthHuge: string;
|
|
2564
|
-
optionIconPrefixWidthSmall: string;
|
|
2565
|
-
optionIconPrefixWidthMedium: string;
|
|
2566
|
-
optionIconPrefixWidthLarge: string;
|
|
2567
|
-
optionIconPrefixWidthHuge: string;
|
|
2568
2784
|
}, {
|
|
2569
2785
|
Popover: import("../../_mixins").Theme<"Popover", {
|
|
2570
|
-
fontSize: string;
|
|
2571
|
-
borderRadius: string;
|
|
2572
|
-
color: string;
|
|
2573
|
-
dividerColor: string;
|
|
2574
|
-
textColor: string;
|
|
2575
|
-
boxShadow: string;
|
|
2576
2786
|
space: string;
|
|
2577
2787
|
spaceArrow: string;
|
|
2578
2788
|
arrowOffset: string;
|
|
2579
2789
|
arrowOffsetVertical: string;
|
|
2580
2790
|
arrowHeight: string;
|
|
2581
2791
|
padding: string;
|
|
2792
|
+
fontSize: string;
|
|
2793
|
+
borderRadius: string;
|
|
2794
|
+
color: string;
|
|
2795
|
+
dividerColor: string;
|
|
2796
|
+
textColor: string;
|
|
2797
|
+
boxShadow: string;
|
|
2582
2798
|
}, any>;
|
|
2583
2799
|
}>;
|
|
2584
2800
|
}>>>;
|