@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
|
@@ -45,6 +45,17 @@ export declare const transferProps: {
|
|
|
45
45
|
readonly onUpdateValue: PropType<MaybeArray<OnUpdateValue>>;
|
|
46
46
|
readonly onChange: PropType<MaybeArray<OnUpdateValue>>;
|
|
47
47
|
readonly theme: PropType<import("../../_mixins").Theme<"Transfer", {
|
|
48
|
+
extraFontSizeSmall: string;
|
|
49
|
+
extraFontSizeMedium: string;
|
|
50
|
+
extraFontSizeLarge: string;
|
|
51
|
+
titleFontSizeSmall: string;
|
|
52
|
+
titleFontSizeMedium: string;
|
|
53
|
+
titleFontSizeLarge: string;
|
|
54
|
+
closeSize: string;
|
|
55
|
+
closeIconSize: string;
|
|
56
|
+
headerHeightSmall: string;
|
|
57
|
+
headerHeightMedium: string;
|
|
58
|
+
headerHeightLarge: string;
|
|
48
59
|
itemHeightSmall: string;
|
|
49
60
|
itemHeightMedium: string;
|
|
50
61
|
itemHeightLarge: string;
|
|
@@ -69,74 +80,86 @@ export declare const transferProps: {
|
|
|
69
80
|
closeIconColor: string;
|
|
70
81
|
closeIconColorHover: string;
|
|
71
82
|
closeIconColorPressed: string;
|
|
72
|
-
extraFontSizeSmall: string;
|
|
73
|
-
extraFontSizeMedium: string;
|
|
74
|
-
extraFontSizeLarge: string;
|
|
75
|
-
titleFontSizeSmall: string;
|
|
76
|
-
titleFontSizeMedium: string;
|
|
77
|
-
titleFontSizeLarge: string;
|
|
78
|
-
closeSize: string;
|
|
79
|
-
closeIconSize: string;
|
|
80
|
-
headerHeightSmall: string;
|
|
81
|
-
headerHeightMedium: string;
|
|
82
|
-
headerHeightLarge: string;
|
|
83
83
|
}, {
|
|
84
84
|
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
85
|
+
fontWeight: string;
|
|
86
|
+
textColor: string;
|
|
87
|
+
descriptionTextColor: string;
|
|
88
|
+
textColorDisabled: string;
|
|
89
|
+
descriptionTextColorDisabled: string;
|
|
88
90
|
fontSizeLarge: string;
|
|
91
|
+
fontSizeMedium: string;
|
|
92
|
+
fontSizeSmall: string;
|
|
93
|
+
lineHeightLarge: string;
|
|
94
|
+
lineHeightMedium: string;
|
|
95
|
+
lineHeightSmall: string;
|
|
96
|
+
borderRadiusLarge: string;
|
|
97
|
+
borderRadiusMedium: string;
|
|
98
|
+
borderRadiusSmall: string;
|
|
89
99
|
color: string;
|
|
100
|
+
colorHover: string;
|
|
101
|
+
colorFocus: string;
|
|
102
|
+
colorActive: string;
|
|
90
103
|
colorChecked: string;
|
|
104
|
+
colorHoverChecked: string;
|
|
105
|
+
colorFocusChecked: string;
|
|
106
|
+
colorActiveChecked: string;
|
|
91
107
|
colorDisabled: string;
|
|
92
108
|
colorDisabledChecked: string;
|
|
93
|
-
colorTableHeader: string;
|
|
94
|
-
colorTableHeaderModal: string;
|
|
95
|
-
colorTableHeaderPopover: string;
|
|
96
109
|
checkMarkColor: string;
|
|
110
|
+
checkMarkColorHover: string;
|
|
111
|
+
checkMarkColorFocus: string;
|
|
112
|
+
checkMarkColorActive: string;
|
|
97
113
|
checkMarkColorDisabled: string;
|
|
98
114
|
checkMarkColorDisabledChecked: string;
|
|
99
115
|
border: string;
|
|
100
|
-
borderDisabled: string;
|
|
101
|
-
borderDisabledChecked: string;
|
|
102
116
|
borderHover: string;
|
|
103
|
-
borderChecked: string;
|
|
104
117
|
borderFocus: string;
|
|
118
|
+
borderActive: string;
|
|
119
|
+
borderChecked: string;
|
|
120
|
+
borderHoverChecked: string;
|
|
121
|
+
borderFocusChecked: string;
|
|
122
|
+
borderActiveChecked: string;
|
|
123
|
+
borderDisabled: string;
|
|
124
|
+
borderDisabledChecked: string;
|
|
105
125
|
boxShadowHover: string;
|
|
106
126
|
boxShadowFocus: string;
|
|
107
127
|
boxShadowActive: string;
|
|
108
128
|
boxShadowHoverChecked: string;
|
|
109
129
|
boxShadowFocusChecked: string;
|
|
110
130
|
boxShadowActiveChecked: string;
|
|
111
|
-
textColor: string;
|
|
112
131
|
sizeSmall: string;
|
|
113
132
|
sizeMedium: string;
|
|
114
133
|
sizeLarge: string;
|
|
115
134
|
labelPadding: string;
|
|
116
|
-
labelFontWeight: string;
|
|
117
|
-
borderRadiusLarge: string;
|
|
118
|
-
borderRadiusSmall: string;
|
|
119
135
|
}, any>;
|
|
120
136
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
121
137
|
color: string;
|
|
122
138
|
colorHover: string;
|
|
123
139
|
}, any>;
|
|
124
140
|
Input: import("../../_mixins").Theme<"Input", {
|
|
141
|
+
paddingTiny: string;
|
|
142
|
+
paddingSmall: string;
|
|
143
|
+
paddingMedium: string;
|
|
144
|
+
paddingLarge: string;
|
|
145
|
+
paddingHuge: string;
|
|
146
|
+
clearSize: string;
|
|
125
147
|
countTextColorDisabled: string;
|
|
126
148
|
countTextColor: string;
|
|
127
149
|
heightTiny: string;
|
|
128
150
|
heightSmall: string;
|
|
129
151
|
heightMedium: string;
|
|
130
152
|
heightLarge: string;
|
|
153
|
+
heightHuge: string;
|
|
131
154
|
fontSizeTiny: string;
|
|
132
155
|
fontSizeSmall: string;
|
|
133
156
|
fontSizeMedium: string;
|
|
134
157
|
fontSizeLarge: string;
|
|
158
|
+
fontSizeHuge: string;
|
|
135
159
|
lineHeight: string;
|
|
136
160
|
lineHeightTextarea: string;
|
|
137
161
|
borderRadius: string;
|
|
138
162
|
iconSize: string;
|
|
139
|
-
groupLabelColor: string;
|
|
140
163
|
groupLabelTextColor: string;
|
|
141
164
|
textColor: string;
|
|
142
165
|
textColorDisabled: string;
|
|
@@ -176,13 +199,13 @@ export declare const transferProps: {
|
|
|
176
199
|
iconColorHover: string;
|
|
177
200
|
iconColorPressed: string;
|
|
178
201
|
suffixTextColor: string;
|
|
179
|
-
|
|
180
|
-
paddingSmall: string;
|
|
181
|
-
paddingMedium: string;
|
|
182
|
-
paddingLarge: string;
|
|
183
|
-
clearSize: string;
|
|
202
|
+
selectionColor: string;
|
|
184
203
|
}, any>;
|
|
185
204
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
205
|
+
iconSizeSmall: string;
|
|
206
|
+
iconSizeMedium: string;
|
|
207
|
+
iconSizeLarge: string;
|
|
208
|
+
iconSizeHuge: string;
|
|
186
209
|
fontSizeSmall: string;
|
|
187
210
|
fontSizeMedium: string;
|
|
188
211
|
fontSizeLarge: string;
|
|
@@ -190,10 +213,6 @@ export declare const transferProps: {
|
|
|
190
213
|
textColor: string;
|
|
191
214
|
iconColor: string;
|
|
192
215
|
extraTextColor: string;
|
|
193
|
-
iconSizeSmall: string;
|
|
194
|
-
iconSizeMedium: string;
|
|
195
|
-
iconSizeLarge: string;
|
|
196
|
-
iconSizeHuge: string;
|
|
197
216
|
}, any>;
|
|
198
217
|
Button: import("../../_mixins").Theme<"Button", {
|
|
199
218
|
heightTiny: string;
|
|
@@ -221,7 +240,7 @@ export declare const transferProps: {
|
|
|
221
240
|
colorTertiaryHover: string;
|
|
222
241
|
colorTertiaryPressed: string;
|
|
223
242
|
colorTertiaryDisalbed: string;
|
|
224
|
-
|
|
243
|
+
waveColorTertiary: string;
|
|
225
244
|
textColorTextTertiary: string;
|
|
226
245
|
colorQuaternary: string;
|
|
227
246
|
colorQuaternaryHover: string;
|
|
@@ -408,6 +427,17 @@ export declare const transferProps: {
|
|
|
408
427
|
}, any>;
|
|
409
428
|
}>>;
|
|
410
429
|
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Transfer", {
|
|
430
|
+
extraFontSizeSmall: string;
|
|
431
|
+
extraFontSizeMedium: string;
|
|
432
|
+
extraFontSizeLarge: string;
|
|
433
|
+
titleFontSizeSmall: string;
|
|
434
|
+
titleFontSizeMedium: string;
|
|
435
|
+
titleFontSizeLarge: string;
|
|
436
|
+
closeSize: string;
|
|
437
|
+
closeIconSize: string;
|
|
438
|
+
headerHeightSmall: string;
|
|
439
|
+
headerHeightMedium: string;
|
|
440
|
+
headerHeightLarge: string;
|
|
411
441
|
itemHeightSmall: string;
|
|
412
442
|
itemHeightMedium: string;
|
|
413
443
|
itemHeightLarge: string;
|
|
@@ -432,74 +462,86 @@ export declare const transferProps: {
|
|
|
432
462
|
closeIconColor: string;
|
|
433
463
|
closeIconColorHover: string;
|
|
434
464
|
closeIconColorPressed: string;
|
|
435
|
-
extraFontSizeSmall: string;
|
|
436
|
-
extraFontSizeMedium: string;
|
|
437
|
-
extraFontSizeLarge: string;
|
|
438
|
-
titleFontSizeSmall: string;
|
|
439
|
-
titleFontSizeMedium: string;
|
|
440
|
-
titleFontSizeLarge: string;
|
|
441
|
-
closeSize: string;
|
|
442
|
-
closeIconSize: string;
|
|
443
|
-
headerHeightSmall: string;
|
|
444
|
-
headerHeightMedium: string;
|
|
445
|
-
headerHeightLarge: string;
|
|
446
465
|
}, {
|
|
447
466
|
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
467
|
+
fontWeight: string;
|
|
468
|
+
textColor: string;
|
|
469
|
+
descriptionTextColor: string;
|
|
470
|
+
textColorDisabled: string;
|
|
471
|
+
descriptionTextColorDisabled: string;
|
|
451
472
|
fontSizeLarge: string;
|
|
473
|
+
fontSizeMedium: string;
|
|
474
|
+
fontSizeSmall: string;
|
|
475
|
+
lineHeightLarge: string;
|
|
476
|
+
lineHeightMedium: string;
|
|
477
|
+
lineHeightSmall: string;
|
|
478
|
+
borderRadiusLarge: string;
|
|
479
|
+
borderRadiusMedium: string;
|
|
480
|
+
borderRadiusSmall: string;
|
|
452
481
|
color: string;
|
|
482
|
+
colorHover: string;
|
|
483
|
+
colorFocus: string;
|
|
484
|
+
colorActive: string;
|
|
453
485
|
colorChecked: string;
|
|
486
|
+
colorHoverChecked: string;
|
|
487
|
+
colorFocusChecked: string;
|
|
488
|
+
colorActiveChecked: string;
|
|
454
489
|
colorDisabled: string;
|
|
455
490
|
colorDisabledChecked: string;
|
|
456
|
-
colorTableHeader: string;
|
|
457
|
-
colorTableHeaderModal: string;
|
|
458
|
-
colorTableHeaderPopover: string;
|
|
459
491
|
checkMarkColor: string;
|
|
492
|
+
checkMarkColorHover: string;
|
|
493
|
+
checkMarkColorFocus: string;
|
|
494
|
+
checkMarkColorActive: string;
|
|
460
495
|
checkMarkColorDisabled: string;
|
|
461
496
|
checkMarkColorDisabledChecked: string;
|
|
462
497
|
border: string;
|
|
463
|
-
borderDisabled: string;
|
|
464
|
-
borderDisabledChecked: string;
|
|
465
498
|
borderHover: string;
|
|
466
|
-
borderChecked: string;
|
|
467
499
|
borderFocus: string;
|
|
500
|
+
borderActive: string;
|
|
501
|
+
borderChecked: string;
|
|
502
|
+
borderHoverChecked: string;
|
|
503
|
+
borderFocusChecked: string;
|
|
504
|
+
borderActiveChecked: string;
|
|
505
|
+
borderDisabled: string;
|
|
506
|
+
borderDisabledChecked: string;
|
|
468
507
|
boxShadowHover: string;
|
|
469
508
|
boxShadowFocus: string;
|
|
470
509
|
boxShadowActive: string;
|
|
471
510
|
boxShadowHoverChecked: string;
|
|
472
511
|
boxShadowFocusChecked: string;
|
|
473
512
|
boxShadowActiveChecked: string;
|
|
474
|
-
textColor: string;
|
|
475
513
|
sizeSmall: string;
|
|
476
514
|
sizeMedium: string;
|
|
477
515
|
sizeLarge: string;
|
|
478
516
|
labelPadding: string;
|
|
479
|
-
labelFontWeight: string;
|
|
480
|
-
borderRadiusLarge: string;
|
|
481
|
-
borderRadiusSmall: string;
|
|
482
517
|
}, any>;
|
|
483
518
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
484
519
|
color: string;
|
|
485
520
|
colorHover: string;
|
|
486
521
|
}, any>;
|
|
487
522
|
Input: import("../../_mixins").Theme<"Input", {
|
|
523
|
+
paddingTiny: string;
|
|
524
|
+
paddingSmall: string;
|
|
525
|
+
paddingMedium: string;
|
|
526
|
+
paddingLarge: string;
|
|
527
|
+
paddingHuge: string;
|
|
528
|
+
clearSize: string;
|
|
488
529
|
countTextColorDisabled: string;
|
|
489
530
|
countTextColor: string;
|
|
490
531
|
heightTiny: string;
|
|
491
532
|
heightSmall: string;
|
|
492
533
|
heightMedium: string;
|
|
493
534
|
heightLarge: string;
|
|
535
|
+
heightHuge: string;
|
|
494
536
|
fontSizeTiny: string;
|
|
495
537
|
fontSizeSmall: string;
|
|
496
538
|
fontSizeMedium: string;
|
|
497
539
|
fontSizeLarge: string;
|
|
540
|
+
fontSizeHuge: string;
|
|
498
541
|
lineHeight: string;
|
|
499
542
|
lineHeightTextarea: string;
|
|
500
543
|
borderRadius: string;
|
|
501
544
|
iconSize: string;
|
|
502
|
-
groupLabelColor: string;
|
|
503
545
|
groupLabelTextColor: string;
|
|
504
546
|
textColor: string;
|
|
505
547
|
textColorDisabled: string;
|
|
@@ -539,13 +581,13 @@ export declare const transferProps: {
|
|
|
539
581
|
iconColorHover: string;
|
|
540
582
|
iconColorPressed: string;
|
|
541
583
|
suffixTextColor: string;
|
|
542
|
-
|
|
543
|
-
paddingSmall: string;
|
|
544
|
-
paddingMedium: string;
|
|
545
|
-
paddingLarge: string;
|
|
546
|
-
clearSize: string;
|
|
584
|
+
selectionColor: string;
|
|
547
585
|
}, any>;
|
|
548
586
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
587
|
+
iconSizeSmall: string;
|
|
588
|
+
iconSizeMedium: string;
|
|
589
|
+
iconSizeLarge: string;
|
|
590
|
+
iconSizeHuge: string;
|
|
549
591
|
fontSizeSmall: string;
|
|
550
592
|
fontSizeMedium: string;
|
|
551
593
|
fontSizeLarge: string;
|
|
@@ -553,10 +595,6 @@ export declare const transferProps: {
|
|
|
553
595
|
textColor: string;
|
|
554
596
|
iconColor: string;
|
|
555
597
|
extraTextColor: string;
|
|
556
|
-
iconSizeSmall: string;
|
|
557
|
-
iconSizeMedium: string;
|
|
558
|
-
iconSizeLarge: string;
|
|
559
|
-
iconSizeHuge: string;
|
|
560
598
|
}, any>;
|
|
561
599
|
Button: import("../../_mixins").Theme<"Button", {
|
|
562
600
|
heightTiny: string;
|
|
@@ -584,7 +622,7 @@ export declare const transferProps: {
|
|
|
584
622
|
colorTertiaryHover: string;
|
|
585
623
|
colorTertiaryPressed: string;
|
|
586
624
|
colorTertiaryDisalbed: string;
|
|
587
|
-
|
|
625
|
+
waveColorTertiary: string;
|
|
588
626
|
textColorTextTertiary: string;
|
|
589
627
|
colorQuaternary: string;
|
|
590
628
|
colorQuaternaryHover: string;
|
|
@@ -771,6 +809,17 @@ export declare const transferProps: {
|
|
|
771
809
|
}, any>;
|
|
772
810
|
}>>>;
|
|
773
811
|
readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Transfer", {
|
|
812
|
+
extraFontSizeSmall: string;
|
|
813
|
+
extraFontSizeMedium: string;
|
|
814
|
+
extraFontSizeLarge: string;
|
|
815
|
+
titleFontSizeSmall: string;
|
|
816
|
+
titleFontSizeMedium: string;
|
|
817
|
+
titleFontSizeLarge: string;
|
|
818
|
+
closeSize: string;
|
|
819
|
+
closeIconSize: string;
|
|
820
|
+
headerHeightSmall: string;
|
|
821
|
+
headerHeightMedium: string;
|
|
822
|
+
headerHeightLarge: string;
|
|
774
823
|
itemHeightSmall: string;
|
|
775
824
|
itemHeightMedium: string;
|
|
776
825
|
itemHeightLarge: string;
|
|
@@ -795,74 +844,86 @@ export declare const transferProps: {
|
|
|
795
844
|
closeIconColor: string;
|
|
796
845
|
closeIconColorHover: string;
|
|
797
846
|
closeIconColorPressed: string;
|
|
798
|
-
extraFontSizeSmall: string;
|
|
799
|
-
extraFontSizeMedium: string;
|
|
800
|
-
extraFontSizeLarge: string;
|
|
801
|
-
titleFontSizeSmall: string;
|
|
802
|
-
titleFontSizeMedium: string;
|
|
803
|
-
titleFontSizeLarge: string;
|
|
804
|
-
closeSize: string;
|
|
805
|
-
closeIconSize: string;
|
|
806
|
-
headerHeightSmall: string;
|
|
807
|
-
headerHeightMedium: string;
|
|
808
|
-
headerHeightLarge: string;
|
|
809
847
|
}, {
|
|
810
848
|
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
849
|
+
fontWeight: string;
|
|
850
|
+
textColor: string;
|
|
851
|
+
descriptionTextColor: string;
|
|
852
|
+
textColorDisabled: string;
|
|
853
|
+
descriptionTextColorDisabled: string;
|
|
814
854
|
fontSizeLarge: string;
|
|
855
|
+
fontSizeMedium: string;
|
|
856
|
+
fontSizeSmall: string;
|
|
857
|
+
lineHeightLarge: string;
|
|
858
|
+
lineHeightMedium: string;
|
|
859
|
+
lineHeightSmall: string;
|
|
860
|
+
borderRadiusLarge: string;
|
|
861
|
+
borderRadiusMedium: string;
|
|
862
|
+
borderRadiusSmall: string;
|
|
815
863
|
color: string;
|
|
864
|
+
colorHover: string;
|
|
865
|
+
colorFocus: string;
|
|
866
|
+
colorActive: string;
|
|
816
867
|
colorChecked: string;
|
|
868
|
+
colorHoverChecked: string;
|
|
869
|
+
colorFocusChecked: string;
|
|
870
|
+
colorActiveChecked: string;
|
|
817
871
|
colorDisabled: string;
|
|
818
872
|
colorDisabledChecked: string;
|
|
819
|
-
colorTableHeader: string;
|
|
820
|
-
colorTableHeaderModal: string;
|
|
821
|
-
colorTableHeaderPopover: string;
|
|
822
873
|
checkMarkColor: string;
|
|
874
|
+
checkMarkColorHover: string;
|
|
875
|
+
checkMarkColorFocus: string;
|
|
876
|
+
checkMarkColorActive: string;
|
|
823
877
|
checkMarkColorDisabled: string;
|
|
824
878
|
checkMarkColorDisabledChecked: string;
|
|
825
879
|
border: string;
|
|
826
|
-
borderDisabled: string;
|
|
827
|
-
borderDisabledChecked: string;
|
|
828
880
|
borderHover: string;
|
|
829
|
-
borderChecked: string;
|
|
830
881
|
borderFocus: string;
|
|
882
|
+
borderActive: string;
|
|
883
|
+
borderChecked: string;
|
|
884
|
+
borderHoverChecked: string;
|
|
885
|
+
borderFocusChecked: string;
|
|
886
|
+
borderActiveChecked: string;
|
|
887
|
+
borderDisabled: string;
|
|
888
|
+
borderDisabledChecked: string;
|
|
831
889
|
boxShadowHover: string;
|
|
832
890
|
boxShadowFocus: string;
|
|
833
891
|
boxShadowActive: string;
|
|
834
892
|
boxShadowHoverChecked: string;
|
|
835
893
|
boxShadowFocusChecked: string;
|
|
836
894
|
boxShadowActiveChecked: string;
|
|
837
|
-
textColor: string;
|
|
838
895
|
sizeSmall: string;
|
|
839
896
|
sizeMedium: string;
|
|
840
897
|
sizeLarge: string;
|
|
841
898
|
labelPadding: string;
|
|
842
|
-
labelFontWeight: string;
|
|
843
|
-
borderRadiusLarge: string;
|
|
844
|
-
borderRadiusSmall: string;
|
|
845
899
|
}, any>;
|
|
846
900
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
847
901
|
color: string;
|
|
848
902
|
colorHover: string;
|
|
849
903
|
}, any>;
|
|
850
904
|
Input: import("../../_mixins").Theme<"Input", {
|
|
905
|
+
paddingTiny: string;
|
|
906
|
+
paddingSmall: string;
|
|
907
|
+
paddingMedium: string;
|
|
908
|
+
paddingLarge: string;
|
|
909
|
+
paddingHuge: string;
|
|
910
|
+
clearSize: string;
|
|
851
911
|
countTextColorDisabled: string;
|
|
852
912
|
countTextColor: string;
|
|
853
913
|
heightTiny: string;
|
|
854
914
|
heightSmall: string;
|
|
855
915
|
heightMedium: string;
|
|
856
916
|
heightLarge: string;
|
|
917
|
+
heightHuge: string;
|
|
857
918
|
fontSizeTiny: string;
|
|
858
919
|
fontSizeSmall: string;
|
|
859
920
|
fontSizeMedium: string;
|
|
860
921
|
fontSizeLarge: string;
|
|
922
|
+
fontSizeHuge: string;
|
|
861
923
|
lineHeight: string;
|
|
862
924
|
lineHeightTextarea: string;
|
|
863
925
|
borderRadius: string;
|
|
864
926
|
iconSize: string;
|
|
865
|
-
groupLabelColor: string;
|
|
866
927
|
groupLabelTextColor: string;
|
|
867
928
|
textColor: string;
|
|
868
929
|
textColorDisabled: string;
|
|
@@ -902,13 +963,13 @@ export declare const transferProps: {
|
|
|
902
963
|
iconColorHover: string;
|
|
903
964
|
iconColorPressed: string;
|
|
904
965
|
suffixTextColor: string;
|
|
905
|
-
|
|
906
|
-
paddingSmall: string;
|
|
907
|
-
paddingMedium: string;
|
|
908
|
-
paddingLarge: string;
|
|
909
|
-
clearSize: string;
|
|
966
|
+
selectionColor: string;
|
|
910
967
|
}, any>;
|
|
911
968
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
969
|
+
iconSizeSmall: string;
|
|
970
|
+
iconSizeMedium: string;
|
|
971
|
+
iconSizeLarge: string;
|
|
972
|
+
iconSizeHuge: string;
|
|
912
973
|
fontSizeSmall: string;
|
|
913
974
|
fontSizeMedium: string;
|
|
914
975
|
fontSizeLarge: string;
|
|
@@ -916,10 +977,6 @@ export declare const transferProps: {
|
|
|
916
977
|
textColor: string;
|
|
917
978
|
iconColor: string;
|
|
918
979
|
extraTextColor: string;
|
|
919
|
-
iconSizeSmall: string;
|
|
920
|
-
iconSizeMedium: string;
|
|
921
|
-
iconSizeLarge: string;
|
|
922
|
-
iconSizeHuge: string;
|
|
923
980
|
}, any>;
|
|
924
981
|
Button: import("../../_mixins").Theme<"Button", {
|
|
925
982
|
heightTiny: string;
|
|
@@ -947,7 +1004,7 @@ export declare const transferProps: {
|
|
|
947
1004
|
colorTertiaryHover: string;
|
|
948
1005
|
colorTertiaryPressed: string;
|
|
949
1006
|
colorTertiaryDisalbed: string;
|
|
950
|
-
|
|
1007
|
+
waveColorTertiary: string;
|
|
951
1008
|
textColorTextTertiary: string;
|
|
952
1009
|
colorQuaternary: string;
|
|
953
1010
|
colorQuaternaryHover: string;
|
|
@@ -1179,6 +1236,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1179
1236
|
readonly onUpdateValue: PropType<MaybeArray<OnUpdateValue>>;
|
|
1180
1237
|
readonly onChange: PropType<MaybeArray<OnUpdateValue>>;
|
|
1181
1238
|
readonly theme: PropType<import("../../_mixins").Theme<"Transfer", {
|
|
1239
|
+
extraFontSizeSmall: string;
|
|
1240
|
+
extraFontSizeMedium: string;
|
|
1241
|
+
extraFontSizeLarge: string;
|
|
1242
|
+
titleFontSizeSmall: string;
|
|
1243
|
+
titleFontSizeMedium: string;
|
|
1244
|
+
titleFontSizeLarge: string;
|
|
1245
|
+
closeSize: string;
|
|
1246
|
+
closeIconSize: string;
|
|
1247
|
+
headerHeightSmall: string;
|
|
1248
|
+
headerHeightMedium: string;
|
|
1249
|
+
headerHeightLarge: string;
|
|
1182
1250
|
itemHeightSmall: string;
|
|
1183
1251
|
itemHeightMedium: string;
|
|
1184
1252
|
itemHeightLarge: string;
|
|
@@ -1203,74 +1271,86 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1203
1271
|
closeIconColor: string;
|
|
1204
1272
|
closeIconColorHover: string;
|
|
1205
1273
|
closeIconColorPressed: string;
|
|
1206
|
-
extraFontSizeSmall: string;
|
|
1207
|
-
extraFontSizeMedium: string;
|
|
1208
|
-
extraFontSizeLarge: string;
|
|
1209
|
-
titleFontSizeSmall: string;
|
|
1210
|
-
titleFontSizeMedium: string;
|
|
1211
|
-
titleFontSizeLarge: string;
|
|
1212
|
-
closeSize: string;
|
|
1213
|
-
closeIconSize: string;
|
|
1214
|
-
headerHeightSmall: string;
|
|
1215
|
-
headerHeightMedium: string;
|
|
1216
|
-
headerHeightLarge: string;
|
|
1217
1274
|
}, {
|
|
1218
1275
|
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1276
|
+
fontWeight: string;
|
|
1277
|
+
textColor: string;
|
|
1278
|
+
descriptionTextColor: string;
|
|
1279
|
+
textColorDisabled: string;
|
|
1280
|
+
descriptionTextColorDisabled: string;
|
|
1222
1281
|
fontSizeLarge: string;
|
|
1282
|
+
fontSizeMedium: string;
|
|
1283
|
+
fontSizeSmall: string;
|
|
1284
|
+
lineHeightLarge: string;
|
|
1285
|
+
lineHeightMedium: string;
|
|
1286
|
+
lineHeightSmall: string;
|
|
1287
|
+
borderRadiusLarge: string;
|
|
1288
|
+
borderRadiusMedium: string;
|
|
1289
|
+
borderRadiusSmall: string;
|
|
1223
1290
|
color: string;
|
|
1291
|
+
colorHover: string;
|
|
1292
|
+
colorFocus: string;
|
|
1293
|
+
colorActive: string;
|
|
1224
1294
|
colorChecked: string;
|
|
1295
|
+
colorHoverChecked: string;
|
|
1296
|
+
colorFocusChecked: string;
|
|
1297
|
+
colorActiveChecked: string;
|
|
1225
1298
|
colorDisabled: string;
|
|
1226
1299
|
colorDisabledChecked: string;
|
|
1227
|
-
colorTableHeader: string;
|
|
1228
|
-
colorTableHeaderModal: string;
|
|
1229
|
-
colorTableHeaderPopover: string;
|
|
1230
1300
|
checkMarkColor: string;
|
|
1301
|
+
checkMarkColorHover: string;
|
|
1302
|
+
checkMarkColorFocus: string;
|
|
1303
|
+
checkMarkColorActive: string;
|
|
1231
1304
|
checkMarkColorDisabled: string;
|
|
1232
1305
|
checkMarkColorDisabledChecked: string;
|
|
1233
1306
|
border: string;
|
|
1234
|
-
borderDisabled: string;
|
|
1235
|
-
borderDisabledChecked: string;
|
|
1236
1307
|
borderHover: string;
|
|
1237
|
-
borderChecked: string;
|
|
1238
1308
|
borderFocus: string;
|
|
1309
|
+
borderActive: string;
|
|
1310
|
+
borderChecked: string;
|
|
1311
|
+
borderHoverChecked: string;
|
|
1312
|
+
borderFocusChecked: string;
|
|
1313
|
+
borderActiveChecked: string;
|
|
1314
|
+
borderDisabled: string;
|
|
1315
|
+
borderDisabledChecked: string;
|
|
1239
1316
|
boxShadowHover: string;
|
|
1240
1317
|
boxShadowFocus: string;
|
|
1241
1318
|
boxShadowActive: string;
|
|
1242
1319
|
boxShadowHoverChecked: string;
|
|
1243
1320
|
boxShadowFocusChecked: string;
|
|
1244
1321
|
boxShadowActiveChecked: string;
|
|
1245
|
-
textColor: string;
|
|
1246
1322
|
sizeSmall: string;
|
|
1247
1323
|
sizeMedium: string;
|
|
1248
1324
|
sizeLarge: string;
|
|
1249
1325
|
labelPadding: string;
|
|
1250
|
-
labelFontWeight: string;
|
|
1251
|
-
borderRadiusLarge: string;
|
|
1252
|
-
borderRadiusSmall: string;
|
|
1253
1326
|
}, any>;
|
|
1254
1327
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1255
1328
|
color: string;
|
|
1256
1329
|
colorHover: string;
|
|
1257
1330
|
}, any>;
|
|
1258
1331
|
Input: import("../../_mixins").Theme<"Input", {
|
|
1332
|
+
paddingTiny: string;
|
|
1333
|
+
paddingSmall: string;
|
|
1334
|
+
paddingMedium: string;
|
|
1335
|
+
paddingLarge: string;
|
|
1336
|
+
paddingHuge: string;
|
|
1337
|
+
clearSize: string;
|
|
1259
1338
|
countTextColorDisabled: string;
|
|
1260
1339
|
countTextColor: string;
|
|
1261
1340
|
heightTiny: string;
|
|
1262
1341
|
heightSmall: string;
|
|
1263
1342
|
heightMedium: string;
|
|
1264
1343
|
heightLarge: string;
|
|
1344
|
+
heightHuge: string;
|
|
1265
1345
|
fontSizeTiny: string;
|
|
1266
1346
|
fontSizeSmall: string;
|
|
1267
1347
|
fontSizeMedium: string;
|
|
1268
1348
|
fontSizeLarge: string;
|
|
1349
|
+
fontSizeHuge: string;
|
|
1269
1350
|
lineHeight: string;
|
|
1270
1351
|
lineHeightTextarea: string;
|
|
1271
1352
|
borderRadius: string;
|
|
1272
1353
|
iconSize: string;
|
|
1273
|
-
groupLabelColor: string;
|
|
1274
1354
|
groupLabelTextColor: string;
|
|
1275
1355
|
textColor: string;
|
|
1276
1356
|
textColorDisabled: string;
|
|
@@ -1310,13 +1390,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1310
1390
|
iconColorHover: string;
|
|
1311
1391
|
iconColorPressed: string;
|
|
1312
1392
|
suffixTextColor: string;
|
|
1313
|
-
|
|
1314
|
-
paddingSmall: string;
|
|
1315
|
-
paddingMedium: string;
|
|
1316
|
-
paddingLarge: string;
|
|
1317
|
-
clearSize: string;
|
|
1393
|
+
selectionColor: string;
|
|
1318
1394
|
}, any>;
|
|
1319
1395
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1396
|
+
iconSizeSmall: string;
|
|
1397
|
+
iconSizeMedium: string;
|
|
1398
|
+
iconSizeLarge: string;
|
|
1399
|
+
iconSizeHuge: string;
|
|
1320
1400
|
fontSizeSmall: string;
|
|
1321
1401
|
fontSizeMedium: string;
|
|
1322
1402
|
fontSizeLarge: string;
|
|
@@ -1324,10 +1404,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1324
1404
|
textColor: string;
|
|
1325
1405
|
iconColor: string;
|
|
1326
1406
|
extraTextColor: string;
|
|
1327
|
-
iconSizeSmall: string;
|
|
1328
|
-
iconSizeMedium: string;
|
|
1329
|
-
iconSizeLarge: string;
|
|
1330
|
-
iconSizeHuge: string;
|
|
1331
1407
|
}, any>;
|
|
1332
1408
|
Button: import("../../_mixins").Theme<"Button", {
|
|
1333
1409
|
heightTiny: string;
|
|
@@ -1355,7 +1431,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1355
1431
|
colorTertiaryHover: string;
|
|
1356
1432
|
colorTertiaryPressed: string;
|
|
1357
1433
|
colorTertiaryDisalbed: string;
|
|
1358
|
-
|
|
1434
|
+
waveColorTertiary: string;
|
|
1359
1435
|
textColorTextTertiary: string;
|
|
1360
1436
|
colorQuaternary: string;
|
|
1361
1437
|
colorQuaternaryHover: string;
|
|
@@ -1542,10 +1618,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1542
1618
|
}, any>;
|
|
1543
1619
|
}>>;
|
|
1544
1620
|
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Transfer", {
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1621
|
+
extraFontSizeSmall: string;
|
|
1622
|
+
extraFontSizeMedium: string;
|
|
1623
|
+
extraFontSizeLarge: string;
|
|
1624
|
+
titleFontSizeSmall: string;
|
|
1625
|
+
titleFontSizeMedium: string;
|
|
1626
|
+
titleFontSizeLarge: string;
|
|
1627
|
+
closeSize: string;
|
|
1628
|
+
closeIconSize: string;
|
|
1629
|
+
headerHeightSmall: string;
|
|
1630
|
+
headerHeightMedium: string;
|
|
1631
|
+
headerHeightLarge: string;
|
|
1632
|
+
itemHeightSmall: string;
|
|
1633
|
+
itemHeightMedium: string;
|
|
1634
|
+
itemHeightLarge: string;
|
|
1635
|
+
fontSizeSmall: string;
|
|
1549
1636
|
fontSizeMedium: string;
|
|
1550
1637
|
fontSizeLarge: string;
|
|
1551
1638
|
borderRadius: string;
|
|
@@ -1566,74 +1653,86 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1566
1653
|
closeIconColor: string;
|
|
1567
1654
|
closeIconColorHover: string;
|
|
1568
1655
|
closeIconColorPressed: string;
|
|
1569
|
-
extraFontSizeSmall: string;
|
|
1570
|
-
extraFontSizeMedium: string;
|
|
1571
|
-
extraFontSizeLarge: string;
|
|
1572
|
-
titleFontSizeSmall: string;
|
|
1573
|
-
titleFontSizeMedium: string;
|
|
1574
|
-
titleFontSizeLarge: string;
|
|
1575
|
-
closeSize: string;
|
|
1576
|
-
closeIconSize: string;
|
|
1577
|
-
headerHeightSmall: string;
|
|
1578
|
-
headerHeightMedium: string;
|
|
1579
|
-
headerHeightLarge: string;
|
|
1580
1656
|
}, {
|
|
1581
1657
|
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1658
|
+
fontWeight: string;
|
|
1659
|
+
textColor: string;
|
|
1660
|
+
descriptionTextColor: string;
|
|
1661
|
+
textColorDisabled: string;
|
|
1662
|
+
descriptionTextColorDisabled: string;
|
|
1585
1663
|
fontSizeLarge: string;
|
|
1664
|
+
fontSizeMedium: string;
|
|
1665
|
+
fontSizeSmall: string;
|
|
1666
|
+
lineHeightLarge: string;
|
|
1667
|
+
lineHeightMedium: string;
|
|
1668
|
+
lineHeightSmall: string;
|
|
1669
|
+
borderRadiusLarge: string;
|
|
1670
|
+
borderRadiusMedium: string;
|
|
1671
|
+
borderRadiusSmall: string;
|
|
1586
1672
|
color: string;
|
|
1673
|
+
colorHover: string;
|
|
1674
|
+
colorFocus: string;
|
|
1675
|
+
colorActive: string;
|
|
1587
1676
|
colorChecked: string;
|
|
1677
|
+
colorHoverChecked: string;
|
|
1678
|
+
colorFocusChecked: string;
|
|
1679
|
+
colorActiveChecked: string;
|
|
1588
1680
|
colorDisabled: string;
|
|
1589
1681
|
colorDisabledChecked: string;
|
|
1590
|
-
colorTableHeader: string;
|
|
1591
|
-
colorTableHeaderModal: string;
|
|
1592
|
-
colorTableHeaderPopover: string;
|
|
1593
1682
|
checkMarkColor: string;
|
|
1683
|
+
checkMarkColorHover: string;
|
|
1684
|
+
checkMarkColorFocus: string;
|
|
1685
|
+
checkMarkColorActive: string;
|
|
1594
1686
|
checkMarkColorDisabled: string;
|
|
1595
1687
|
checkMarkColorDisabledChecked: string;
|
|
1596
1688
|
border: string;
|
|
1597
|
-
borderDisabled: string;
|
|
1598
|
-
borderDisabledChecked: string;
|
|
1599
1689
|
borderHover: string;
|
|
1600
|
-
borderChecked: string;
|
|
1601
1690
|
borderFocus: string;
|
|
1691
|
+
borderActive: string;
|
|
1692
|
+
borderChecked: string;
|
|
1693
|
+
borderHoverChecked: string;
|
|
1694
|
+
borderFocusChecked: string;
|
|
1695
|
+
borderActiveChecked: string;
|
|
1696
|
+
borderDisabled: string;
|
|
1697
|
+
borderDisabledChecked: string;
|
|
1602
1698
|
boxShadowHover: string;
|
|
1603
1699
|
boxShadowFocus: string;
|
|
1604
1700
|
boxShadowActive: string;
|
|
1605
1701
|
boxShadowHoverChecked: string;
|
|
1606
1702
|
boxShadowFocusChecked: string;
|
|
1607
1703
|
boxShadowActiveChecked: string;
|
|
1608
|
-
textColor: string;
|
|
1609
1704
|
sizeSmall: string;
|
|
1610
1705
|
sizeMedium: string;
|
|
1611
1706
|
sizeLarge: string;
|
|
1612
1707
|
labelPadding: string;
|
|
1613
|
-
labelFontWeight: string;
|
|
1614
|
-
borderRadiusLarge: string;
|
|
1615
|
-
borderRadiusSmall: string;
|
|
1616
1708
|
}, any>;
|
|
1617
1709
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1618
1710
|
color: string;
|
|
1619
1711
|
colorHover: string;
|
|
1620
1712
|
}, any>;
|
|
1621
1713
|
Input: import("../../_mixins").Theme<"Input", {
|
|
1714
|
+
paddingTiny: string;
|
|
1715
|
+
paddingSmall: string;
|
|
1716
|
+
paddingMedium: string;
|
|
1717
|
+
paddingLarge: string;
|
|
1718
|
+
paddingHuge: string;
|
|
1719
|
+
clearSize: string;
|
|
1622
1720
|
countTextColorDisabled: string;
|
|
1623
1721
|
countTextColor: string;
|
|
1624
1722
|
heightTiny: string;
|
|
1625
1723
|
heightSmall: string;
|
|
1626
1724
|
heightMedium: string;
|
|
1627
1725
|
heightLarge: string;
|
|
1726
|
+
heightHuge: string;
|
|
1628
1727
|
fontSizeTiny: string;
|
|
1629
1728
|
fontSizeSmall: string;
|
|
1630
1729
|
fontSizeMedium: string;
|
|
1631
1730
|
fontSizeLarge: string;
|
|
1731
|
+
fontSizeHuge: string;
|
|
1632
1732
|
lineHeight: string;
|
|
1633
1733
|
lineHeightTextarea: string;
|
|
1634
1734
|
borderRadius: string;
|
|
1635
1735
|
iconSize: string;
|
|
1636
|
-
groupLabelColor: string;
|
|
1637
1736
|
groupLabelTextColor: string;
|
|
1638
1737
|
textColor: string;
|
|
1639
1738
|
textColorDisabled: string;
|
|
@@ -1673,13 +1772,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1673
1772
|
iconColorHover: string;
|
|
1674
1773
|
iconColorPressed: string;
|
|
1675
1774
|
suffixTextColor: string;
|
|
1676
|
-
|
|
1677
|
-
paddingSmall: string;
|
|
1678
|
-
paddingMedium: string;
|
|
1679
|
-
paddingLarge: string;
|
|
1680
|
-
clearSize: string;
|
|
1775
|
+
selectionColor: string;
|
|
1681
1776
|
}, any>;
|
|
1682
1777
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1778
|
+
iconSizeSmall: string;
|
|
1779
|
+
iconSizeMedium: string;
|
|
1780
|
+
iconSizeLarge: string;
|
|
1781
|
+
iconSizeHuge: string;
|
|
1683
1782
|
fontSizeSmall: string;
|
|
1684
1783
|
fontSizeMedium: string;
|
|
1685
1784
|
fontSizeLarge: string;
|
|
@@ -1687,10 +1786,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1687
1786
|
textColor: string;
|
|
1688
1787
|
iconColor: string;
|
|
1689
1788
|
extraTextColor: string;
|
|
1690
|
-
iconSizeSmall: string;
|
|
1691
|
-
iconSizeMedium: string;
|
|
1692
|
-
iconSizeLarge: string;
|
|
1693
|
-
iconSizeHuge: string;
|
|
1694
1789
|
}, any>;
|
|
1695
1790
|
Button: import("../../_mixins").Theme<"Button", {
|
|
1696
1791
|
heightTiny: string;
|
|
@@ -1718,7 +1813,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1718
1813
|
colorTertiaryHover: string;
|
|
1719
1814
|
colorTertiaryPressed: string;
|
|
1720
1815
|
colorTertiaryDisalbed: string;
|
|
1721
|
-
|
|
1816
|
+
waveColorTertiary: string;
|
|
1722
1817
|
textColorTextTertiary: string;
|
|
1723
1818
|
colorQuaternary: string;
|
|
1724
1819
|
colorQuaternaryHover: string;
|
|
@@ -1905,6 +2000,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1905
2000
|
}, any>;
|
|
1906
2001
|
}>>>;
|
|
1907
2002
|
readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Transfer", {
|
|
2003
|
+
extraFontSizeSmall: string;
|
|
2004
|
+
extraFontSizeMedium: string;
|
|
2005
|
+
extraFontSizeLarge: string;
|
|
2006
|
+
titleFontSizeSmall: string;
|
|
2007
|
+
titleFontSizeMedium: string;
|
|
2008
|
+
titleFontSizeLarge: string;
|
|
2009
|
+
closeSize: string;
|
|
2010
|
+
closeIconSize: string;
|
|
2011
|
+
headerHeightSmall: string;
|
|
2012
|
+
headerHeightMedium: string;
|
|
2013
|
+
headerHeightLarge: string;
|
|
1908
2014
|
itemHeightSmall: string;
|
|
1909
2015
|
itemHeightMedium: string;
|
|
1910
2016
|
itemHeightLarge: string;
|
|
@@ -1929,74 +2035,86 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1929
2035
|
closeIconColor: string;
|
|
1930
2036
|
closeIconColorHover: string;
|
|
1931
2037
|
closeIconColorPressed: string;
|
|
1932
|
-
extraFontSizeSmall: string;
|
|
1933
|
-
extraFontSizeMedium: string;
|
|
1934
|
-
extraFontSizeLarge: string;
|
|
1935
|
-
titleFontSizeSmall: string;
|
|
1936
|
-
titleFontSizeMedium: string;
|
|
1937
|
-
titleFontSizeLarge: string;
|
|
1938
|
-
closeSize: string;
|
|
1939
|
-
closeIconSize: string;
|
|
1940
|
-
headerHeightSmall: string;
|
|
1941
|
-
headerHeightMedium: string;
|
|
1942
|
-
headerHeightLarge: string;
|
|
1943
2038
|
}, {
|
|
1944
2039
|
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
2040
|
+
fontWeight: string;
|
|
2041
|
+
textColor: string;
|
|
2042
|
+
descriptionTextColor: string;
|
|
2043
|
+
textColorDisabled: string;
|
|
2044
|
+
descriptionTextColorDisabled: string;
|
|
1948
2045
|
fontSizeLarge: string;
|
|
2046
|
+
fontSizeMedium: string;
|
|
2047
|
+
fontSizeSmall: string;
|
|
2048
|
+
lineHeightLarge: string;
|
|
2049
|
+
lineHeightMedium: string;
|
|
2050
|
+
lineHeightSmall: string;
|
|
2051
|
+
borderRadiusLarge: string;
|
|
2052
|
+
borderRadiusMedium: string;
|
|
2053
|
+
borderRadiusSmall: string;
|
|
1949
2054
|
color: string;
|
|
2055
|
+
colorHover: string;
|
|
2056
|
+
colorFocus: string;
|
|
2057
|
+
colorActive: string;
|
|
1950
2058
|
colorChecked: string;
|
|
2059
|
+
colorHoverChecked: string;
|
|
2060
|
+
colorFocusChecked: string;
|
|
2061
|
+
colorActiveChecked: string;
|
|
1951
2062
|
colorDisabled: string;
|
|
1952
2063
|
colorDisabledChecked: string;
|
|
1953
|
-
colorTableHeader: string;
|
|
1954
|
-
colorTableHeaderModal: string;
|
|
1955
|
-
colorTableHeaderPopover: string;
|
|
1956
2064
|
checkMarkColor: string;
|
|
2065
|
+
checkMarkColorHover: string;
|
|
2066
|
+
checkMarkColorFocus: string;
|
|
2067
|
+
checkMarkColorActive: string;
|
|
1957
2068
|
checkMarkColorDisabled: string;
|
|
1958
2069
|
checkMarkColorDisabledChecked: string;
|
|
1959
2070
|
border: string;
|
|
1960
|
-
borderDisabled: string;
|
|
1961
|
-
borderDisabledChecked: string;
|
|
1962
2071
|
borderHover: string;
|
|
1963
|
-
borderChecked: string;
|
|
1964
2072
|
borderFocus: string;
|
|
2073
|
+
borderActive: string;
|
|
2074
|
+
borderChecked: string;
|
|
2075
|
+
borderHoverChecked: string;
|
|
2076
|
+
borderFocusChecked: string;
|
|
2077
|
+
borderActiveChecked: string;
|
|
2078
|
+
borderDisabled: string;
|
|
2079
|
+
borderDisabledChecked: string;
|
|
1965
2080
|
boxShadowHover: string;
|
|
1966
2081
|
boxShadowFocus: string;
|
|
1967
2082
|
boxShadowActive: string;
|
|
1968
2083
|
boxShadowHoverChecked: string;
|
|
1969
2084
|
boxShadowFocusChecked: string;
|
|
1970
2085
|
boxShadowActiveChecked: string;
|
|
1971
|
-
textColor: string;
|
|
1972
2086
|
sizeSmall: string;
|
|
1973
2087
|
sizeMedium: string;
|
|
1974
2088
|
sizeLarge: string;
|
|
1975
2089
|
labelPadding: string;
|
|
1976
|
-
labelFontWeight: string;
|
|
1977
|
-
borderRadiusLarge: string;
|
|
1978
|
-
borderRadiusSmall: string;
|
|
1979
2090
|
}, any>;
|
|
1980
2091
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1981
2092
|
color: string;
|
|
1982
2093
|
colorHover: string;
|
|
1983
2094
|
}, any>;
|
|
1984
2095
|
Input: import("../../_mixins").Theme<"Input", {
|
|
2096
|
+
paddingTiny: string;
|
|
2097
|
+
paddingSmall: string;
|
|
2098
|
+
paddingMedium: string;
|
|
2099
|
+
paddingLarge: string;
|
|
2100
|
+
paddingHuge: string;
|
|
2101
|
+
clearSize: string;
|
|
1985
2102
|
countTextColorDisabled: string;
|
|
1986
2103
|
countTextColor: string;
|
|
1987
2104
|
heightTiny: string;
|
|
1988
2105
|
heightSmall: string;
|
|
1989
2106
|
heightMedium: string;
|
|
1990
2107
|
heightLarge: string;
|
|
2108
|
+
heightHuge: string;
|
|
1991
2109
|
fontSizeTiny: string;
|
|
1992
2110
|
fontSizeSmall: string;
|
|
1993
2111
|
fontSizeMedium: string;
|
|
1994
2112
|
fontSizeLarge: string;
|
|
2113
|
+
fontSizeHuge: string;
|
|
1995
2114
|
lineHeight: string;
|
|
1996
2115
|
lineHeightTextarea: string;
|
|
1997
2116
|
borderRadius: string;
|
|
1998
2117
|
iconSize: string;
|
|
1999
|
-
groupLabelColor: string;
|
|
2000
2118
|
groupLabelTextColor: string;
|
|
2001
2119
|
textColor: string;
|
|
2002
2120
|
textColorDisabled: string;
|
|
@@ -2036,13 +2154,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2036
2154
|
iconColorHover: string;
|
|
2037
2155
|
iconColorPressed: string;
|
|
2038
2156
|
suffixTextColor: string;
|
|
2039
|
-
|
|
2040
|
-
paddingSmall: string;
|
|
2041
|
-
paddingMedium: string;
|
|
2042
|
-
paddingLarge: string;
|
|
2043
|
-
clearSize: string;
|
|
2157
|
+
selectionColor: string;
|
|
2044
2158
|
}, any>;
|
|
2045
2159
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2160
|
+
iconSizeSmall: string;
|
|
2161
|
+
iconSizeMedium: string;
|
|
2162
|
+
iconSizeLarge: string;
|
|
2163
|
+
iconSizeHuge: string;
|
|
2046
2164
|
fontSizeSmall: string;
|
|
2047
2165
|
fontSizeMedium: string;
|
|
2048
2166
|
fontSizeLarge: string;
|
|
@@ -2050,10 +2168,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2050
2168
|
textColor: string;
|
|
2051
2169
|
iconColor: string;
|
|
2052
2170
|
extraTextColor: string;
|
|
2053
|
-
iconSizeSmall: string;
|
|
2054
|
-
iconSizeMedium: string;
|
|
2055
|
-
iconSizeLarge: string;
|
|
2056
|
-
iconSizeHuge: string;
|
|
2057
2171
|
}, any>;
|
|
2058
2172
|
Button: import("../../_mixins").Theme<"Button", {
|
|
2059
2173
|
heightTiny: string;
|
|
@@ -2081,7 +2195,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2081
2195
|
colorTertiaryHover: string;
|
|
2082
2196
|
colorTertiaryPressed: string;
|
|
2083
2197
|
colorTertiaryDisalbed: string;
|
|
2084
|
-
|
|
2198
|
+
waveColorTertiary: string;
|
|
2085
2199
|
textColorTextTertiary: string;
|
|
2086
2200
|
colorQuaternary: string;
|
|
2087
2201
|
colorQuaternaryHover: string;
|
|
@@ -2274,127 +2388,127 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2274
2388
|
isMounted: Readonly<import("vue").Ref<boolean>>;
|
|
2275
2389
|
mergedTheme: import("vue").ComputedRef<{
|
|
2276
2390
|
common: {
|
|
2277
|
-
baseColor: string;
|
|
2278
|
-
primaryColor: string;
|
|
2279
|
-
primaryColorHover: string;
|
|
2280
|
-
primaryColorPressed: string;
|
|
2281
|
-
primaryColorSuppl: string;
|
|
2282
|
-
infoColor: string;
|
|
2283
|
-
infoColorHover: string;
|
|
2284
|
-
infoColorPressed: string;
|
|
2285
|
-
infoColorSuppl: string;
|
|
2286
|
-
successColor: string;
|
|
2287
|
-
successColorHover: string;
|
|
2288
|
-
successColorPressed: string;
|
|
2289
|
-
successColorSuppl: string;
|
|
2290
|
-
warningColor: string;
|
|
2291
|
-
warningColorHover: string;
|
|
2292
|
-
warningColorPressed: string;
|
|
2293
|
-
warningColorSuppl: string;
|
|
2294
|
-
errorColor: string;
|
|
2295
|
-
errorColorHover: string;
|
|
2296
|
-
errorColorPressed: string;
|
|
2297
|
-
errorColorSuppl: string;
|
|
2298
|
-
tertiaryColor: string;
|
|
2299
|
-
tertiaryColorHover: string;
|
|
2300
|
-
tertiaryColorActive: string;
|
|
2301
|
-
tertiaryColorSuppl: string;
|
|
2302
|
-
tertiaryElements: string;
|
|
2303
|
-
textColorBase: string;
|
|
2304
|
-
textColor1: string;
|
|
2305
|
-
textColor2: string;
|
|
2306
|
-
textColor3: string;
|
|
2307
|
-
textTertiary: string;
|
|
2308
|
-
boxShadowHover: string;
|
|
2309
|
-
boxShadowFocus: string;
|
|
2310
|
-
boxShadowHoverChecked: string;
|
|
2311
|
-
boxShadowFocusChecked: string;
|
|
2312
|
-
textColorDisabled: string;
|
|
2313
|
-
placeholderColor: string;
|
|
2314
|
-
placeholderColorDisabled: string;
|
|
2315
|
-
iconColor: string;
|
|
2316
|
-
iconColorHover: string;
|
|
2317
|
-
iconColorPressed: string;
|
|
2318
|
-
iconColorDisabled: string;
|
|
2319
|
-
opacity1: string;
|
|
2320
|
-
opacity2: string;
|
|
2321
|
-
opacity3: string;
|
|
2322
|
-
opacity4: string;
|
|
2323
|
-
opacity5: string;
|
|
2324
|
-
dividerColor: string;
|
|
2325
|
-
borderColor: string;
|
|
2326
|
-
borderTagColor: string;
|
|
2327
|
-
closeIconColor: string;
|
|
2328
|
-
closeIconColorHover: string;
|
|
2329
|
-
closeIconColorPressed: string;
|
|
2330
|
-
closeColorHover: string;
|
|
2331
|
-
closeColorPressed: string;
|
|
2332
|
-
clearColor: string;
|
|
2333
|
-
clearColorHover: string;
|
|
2334
|
-
clearColorPressed: string;
|
|
2335
2391
|
scrollbarColor: string;
|
|
2336
2392
|
scrollbarColorHover: string;
|
|
2337
2393
|
scrollbarWidth: string;
|
|
2338
2394
|
scrollbarHeight: string;
|
|
2339
2395
|
scrollbarBorderRadius: string;
|
|
2340
|
-
progressRailColor: string;
|
|
2341
|
-
railColor: string;
|
|
2342
|
-
popoverColor: string;
|
|
2343
|
-
tableColor: string;
|
|
2344
|
-
cardColor: string;
|
|
2345
|
-
modalColor: string;
|
|
2346
|
-
bodyColor: string;
|
|
2347
|
-
tagColor: string;
|
|
2348
|
-
avatarColor: string;
|
|
2349
|
-
avatarTextColor: string;
|
|
2350
|
-
avatarIconColor: string;
|
|
2351
|
-
invertedColor: string;
|
|
2352
|
-
tooltipColor: string;
|
|
2353
|
-
inputColor: string;
|
|
2354
|
-
codeColor: string;
|
|
2355
|
-
tabColor: string;
|
|
2356
|
-
actionColor: string;
|
|
2357
|
-
tableHeaderColor: string;
|
|
2358
|
-
hoverColor: string;
|
|
2359
|
-
tableColorHover: string;
|
|
2360
|
-
tableColorStriped: string;
|
|
2361
|
-
pressedColor: string;
|
|
2362
2396
|
opacityDisabled: string;
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2397
|
+
brandPrimary50: string;
|
|
2398
|
+
brandPrimary100: string;
|
|
2399
|
+
brandPrimary200: string;
|
|
2400
|
+
brandPrimary300: string;
|
|
2401
|
+
brandPrimary400: string;
|
|
2402
|
+
brandPrimary500: string;
|
|
2403
|
+
brandPrimary550: string;
|
|
2404
|
+
brandPrimary600: string;
|
|
2405
|
+
brandSecondary500: string;
|
|
2406
|
+
brandSecondary300: string;
|
|
2407
|
+
brandSecondary600: string;
|
|
2408
|
+
brandTertiary500: string;
|
|
2409
|
+
brandTertiary300: string;
|
|
2410
|
+
brandTertiary600: string;
|
|
2411
|
+
brandQuaternary500: string;
|
|
2412
|
+
brandQuaternary300: string;
|
|
2413
|
+
brandQuaternary600: string;
|
|
2414
|
+
brandQuinary500: string;
|
|
2415
|
+
brandQuinary300: string;
|
|
2416
|
+
brandQuinary600: string;
|
|
2417
|
+
brandQuinary100: string;
|
|
2418
|
+
surfacePrimary: string;
|
|
2419
|
+
surfaceSecondary: string;
|
|
2420
|
+
containerPrimary: string;
|
|
2421
|
+
containerSecondary: string;
|
|
2422
|
+
textPrimary: string;
|
|
2423
|
+
textSecondary: string;
|
|
2424
|
+
textTertiary: string;
|
|
2425
|
+
textQuaternary: string;
|
|
2426
|
+
textBrand: string;
|
|
2427
|
+
elementsPrimary: string;
|
|
2428
|
+
elementsSecondary: string;
|
|
2429
|
+
elementsTertiary: string;
|
|
2430
|
+
elementsQuaternary: string;
|
|
2431
|
+
elementsQuinary: string;
|
|
2432
|
+
elementsDarkQuinary: string;
|
|
2433
|
+
elementsSenary: string;
|
|
2434
|
+
elementsOnContainer: string;
|
|
2435
|
+
transparencyPrimary: string;
|
|
2436
|
+
transparencySecondary: string;
|
|
2437
|
+
transparencyTertiary: string;
|
|
2438
|
+
transparencyQuinary: string;
|
|
2439
|
+
transparencyModal: string;
|
|
2440
|
+
staticBlack: string;
|
|
2441
|
+
staticDarkGrey: string;
|
|
2442
|
+
staticWhite: string;
|
|
2443
|
+
staticRed: string;
|
|
2444
|
+
staticOrange: string;
|
|
2445
|
+
staticGreen: string;
|
|
2446
|
+
staticErrorAccent: string;
|
|
2447
|
+
shadowDepth2: string;
|
|
2370
2448
|
fontFamily: string;
|
|
2371
2449
|
fontFamilyMono: string;
|
|
2372
|
-
fontWeight: string;
|
|
2373
|
-
fontWeightStrong: string;
|
|
2374
2450
|
cubicBezierEaseInOut: string;
|
|
2375
2451
|
cubicBezierEaseOut: string;
|
|
2376
2452
|
cubicBezierEaseIn: string;
|
|
2377
|
-
|
|
2378
|
-
borderTagWidth: number;
|
|
2453
|
+
borderRadiusLarge: string;
|
|
2379
2454
|
borderRadius: string;
|
|
2455
|
+
borderRadiusMedium: string;
|
|
2380
2456
|
borderRadiusSmall: string;
|
|
2381
|
-
|
|
2382
|
-
fontSizeMini: string;
|
|
2383
|
-
fontSizeTiny: string;
|
|
2384
|
-
fontSizeSmall: string;
|
|
2385
|
-
fontSizeMedium: string;
|
|
2386
|
-
fontSizeLarge: string;
|
|
2387
|
-
fontSizeHuge: string;
|
|
2388
|
-
lineHeight: string;
|
|
2457
|
+
borderRadiusTiny: string;
|
|
2389
2458
|
heightMini: string;
|
|
2390
2459
|
heightTiny: string;
|
|
2391
2460
|
heightSmall: string;
|
|
2392
2461
|
heightMedium: string;
|
|
2393
2462
|
heightLarge: string;
|
|
2394
2463
|
heightHuge: string;
|
|
2464
|
+
fontDisplayLarge: string;
|
|
2465
|
+
fontDisplaySmall: string;
|
|
2466
|
+
fontHeadingLarge: string;
|
|
2467
|
+
fontHeadingMedium: string;
|
|
2468
|
+
fontHeadingSmall: string;
|
|
2469
|
+
fontTitleLarge: string;
|
|
2470
|
+
fontTitleMedium: string;
|
|
2471
|
+
fontTitleSmall: string;
|
|
2472
|
+
fontBodyLarge: string;
|
|
2473
|
+
fontBodyMedium: string;
|
|
2474
|
+
fontBodySmall: string;
|
|
2475
|
+
lineHeightDisplayLarge: string;
|
|
2476
|
+
lineHeightDisplaySmall: string;
|
|
2477
|
+
lineHeightHeadingLarge: string;
|
|
2478
|
+
lineHeightHeadingMedium: string;
|
|
2479
|
+
lineHeightHeadingSmall: string;
|
|
2480
|
+
lineHeightTitleLarge: string;
|
|
2481
|
+
lineHeightTitleMedium: string;
|
|
2482
|
+
lineHeightTitleSmall: string;
|
|
2483
|
+
lineHeightBodyLarge: string;
|
|
2484
|
+
lineHeightBodyMedium: string;
|
|
2485
|
+
lineHeightBodySmall: string;
|
|
2486
|
+
fontWeight: string;
|
|
2487
|
+
fontWeightStrong: string;
|
|
2488
|
+
fontWeightBold: string;
|
|
2489
|
+
iconSmall: string;
|
|
2490
|
+
iconMedium: string;
|
|
2491
|
+
iconLarge: string;
|
|
2492
|
+
iconHuge: string;
|
|
2493
|
+
closeSmall: string;
|
|
2494
|
+
closeMedium: string;
|
|
2495
|
+
closeLarge: string;
|
|
2496
|
+
closeHuge: string;
|
|
2497
|
+
closeBorderRadius: string;
|
|
2395
2498
|
name: "common";
|
|
2396
2499
|
};
|
|
2397
2500
|
self: {
|
|
2501
|
+
extraFontSizeSmall: string;
|
|
2502
|
+
extraFontSizeMedium: string;
|
|
2503
|
+
extraFontSizeLarge: string;
|
|
2504
|
+
titleFontSizeSmall: string;
|
|
2505
|
+
titleFontSizeMedium: string;
|
|
2506
|
+
titleFontSizeLarge: string;
|
|
2507
|
+
closeSize: string;
|
|
2508
|
+
closeIconSize: string;
|
|
2509
|
+
headerHeightSmall: string;
|
|
2510
|
+
headerHeightMedium: string;
|
|
2511
|
+
headerHeightLarge: string;
|
|
2398
2512
|
itemHeightSmall: string;
|
|
2399
2513
|
itemHeightMedium: string;
|
|
2400
2514
|
itemHeightLarge: string;
|
|
@@ -2419,75 +2533,87 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2419
2533
|
closeIconColor: string;
|
|
2420
2534
|
closeIconColorHover: string;
|
|
2421
2535
|
closeIconColorPressed: string;
|
|
2422
|
-
extraFontSizeSmall: string;
|
|
2423
|
-
extraFontSizeMedium: string;
|
|
2424
|
-
extraFontSizeLarge: string;
|
|
2425
|
-
titleFontSizeSmall: string;
|
|
2426
|
-
titleFontSizeMedium: string;
|
|
2427
|
-
titleFontSizeLarge: string;
|
|
2428
|
-
closeSize: string;
|
|
2429
|
-
closeIconSize: string;
|
|
2430
|
-
headerHeightSmall: string;
|
|
2431
|
-
headerHeightMedium: string;
|
|
2432
|
-
headerHeightLarge: string;
|
|
2433
2536
|
};
|
|
2434
2537
|
peers: {
|
|
2435
2538
|
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2539
|
+
fontWeight: string;
|
|
2540
|
+
textColor: string;
|
|
2541
|
+
descriptionTextColor: string;
|
|
2542
|
+
textColorDisabled: string;
|
|
2543
|
+
descriptionTextColorDisabled: string;
|
|
2439
2544
|
fontSizeLarge: string;
|
|
2545
|
+
fontSizeMedium: string;
|
|
2546
|
+
fontSizeSmall: string;
|
|
2547
|
+
lineHeightLarge: string;
|
|
2548
|
+
lineHeightMedium: string;
|
|
2549
|
+
lineHeightSmall: string;
|
|
2550
|
+
borderRadiusLarge: string;
|
|
2551
|
+
borderRadiusMedium: string;
|
|
2552
|
+
borderRadiusSmall: string;
|
|
2440
2553
|
color: string;
|
|
2554
|
+
colorHover: string;
|
|
2555
|
+
colorFocus: string;
|
|
2556
|
+
colorActive: string;
|
|
2441
2557
|
colorChecked: string;
|
|
2558
|
+
colorHoverChecked: string;
|
|
2559
|
+
colorFocusChecked: string;
|
|
2560
|
+
colorActiveChecked: string;
|
|
2442
2561
|
colorDisabled: string;
|
|
2443
2562
|
colorDisabledChecked: string;
|
|
2444
|
-
colorTableHeader: string;
|
|
2445
|
-
colorTableHeaderModal: string;
|
|
2446
|
-
colorTableHeaderPopover: string;
|
|
2447
2563
|
checkMarkColor: string;
|
|
2564
|
+
checkMarkColorHover: string;
|
|
2565
|
+
checkMarkColorFocus: string;
|
|
2566
|
+
checkMarkColorActive: string;
|
|
2448
2567
|
checkMarkColorDisabled: string;
|
|
2449
2568
|
checkMarkColorDisabledChecked: string;
|
|
2450
2569
|
border: string;
|
|
2451
|
-
borderDisabled: string;
|
|
2452
|
-
borderDisabledChecked: string;
|
|
2453
2570
|
borderHover: string;
|
|
2454
|
-
borderChecked: string;
|
|
2455
2571
|
borderFocus: string;
|
|
2572
|
+
borderActive: string;
|
|
2573
|
+
borderChecked: string;
|
|
2574
|
+
borderHoverChecked: string;
|
|
2575
|
+
borderFocusChecked: string;
|
|
2576
|
+
borderActiveChecked: string;
|
|
2577
|
+
borderDisabled: string;
|
|
2578
|
+
borderDisabledChecked: string;
|
|
2456
2579
|
boxShadowHover: string;
|
|
2457
2580
|
boxShadowFocus: string;
|
|
2458
2581
|
boxShadowActive: string;
|
|
2459
2582
|
boxShadowHoverChecked: string;
|
|
2460
2583
|
boxShadowFocusChecked: string;
|
|
2461
2584
|
boxShadowActiveChecked: string;
|
|
2462
|
-
textColor: string;
|
|
2463
2585
|
sizeSmall: string;
|
|
2464
2586
|
sizeMedium: string;
|
|
2465
2587
|
sizeLarge: string;
|
|
2466
2588
|
labelPadding: string;
|
|
2467
|
-
labelFontWeight: string;
|
|
2468
|
-
borderRadiusLarge: string;
|
|
2469
|
-
borderRadiusSmall: string;
|
|
2470
2589
|
}, any>;
|
|
2471
2590
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2472
2591
|
color: string;
|
|
2473
2592
|
colorHover: string;
|
|
2474
2593
|
}, any>;
|
|
2475
2594
|
Input: import("../../_mixins").Theme<"Input", {
|
|
2595
|
+
paddingTiny: string;
|
|
2596
|
+
paddingSmall: string;
|
|
2597
|
+
paddingMedium: string;
|
|
2598
|
+
paddingLarge: string;
|
|
2599
|
+
paddingHuge: string;
|
|
2600
|
+
clearSize: string;
|
|
2476
2601
|
countTextColorDisabled: string;
|
|
2477
2602
|
countTextColor: string;
|
|
2478
2603
|
heightTiny: string;
|
|
2479
2604
|
heightSmall: string;
|
|
2480
2605
|
heightMedium: string;
|
|
2481
2606
|
heightLarge: string;
|
|
2607
|
+
heightHuge: string;
|
|
2482
2608
|
fontSizeTiny: string;
|
|
2483
2609
|
fontSizeSmall: string;
|
|
2484
2610
|
fontSizeMedium: string;
|
|
2485
2611
|
fontSizeLarge: string;
|
|
2612
|
+
fontSizeHuge: string;
|
|
2486
2613
|
lineHeight: string;
|
|
2487
2614
|
lineHeightTextarea: string;
|
|
2488
2615
|
borderRadius: string;
|
|
2489
2616
|
iconSize: string;
|
|
2490
|
-
groupLabelColor: string;
|
|
2491
2617
|
groupLabelTextColor: string;
|
|
2492
2618
|
textColor: string;
|
|
2493
2619
|
textColorDisabled: string;
|
|
@@ -2527,13 +2653,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2527
2653
|
iconColorHover: string;
|
|
2528
2654
|
iconColorPressed: string;
|
|
2529
2655
|
suffixTextColor: string;
|
|
2530
|
-
|
|
2531
|
-
paddingSmall: string;
|
|
2532
|
-
paddingMedium: string;
|
|
2533
|
-
paddingLarge: string;
|
|
2534
|
-
clearSize: string;
|
|
2656
|
+
selectionColor: string;
|
|
2535
2657
|
}, any>;
|
|
2536
2658
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2659
|
+
iconSizeSmall: string;
|
|
2660
|
+
iconSizeMedium: string;
|
|
2661
|
+
iconSizeLarge: string;
|
|
2662
|
+
iconSizeHuge: string;
|
|
2537
2663
|
fontSizeSmall: string;
|
|
2538
2664
|
fontSizeMedium: string;
|
|
2539
2665
|
fontSizeLarge: string;
|
|
@@ -2541,10 +2667,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2541
2667
|
textColor: string;
|
|
2542
2668
|
iconColor: string;
|
|
2543
2669
|
extraTextColor: string;
|
|
2544
|
-
iconSizeSmall: string;
|
|
2545
|
-
iconSizeMedium: string;
|
|
2546
|
-
iconSizeLarge: string;
|
|
2547
|
-
iconSizeHuge: string;
|
|
2548
2670
|
}, any>;
|
|
2549
2671
|
Button: import("../../_mixins").Theme<"Button", {
|
|
2550
2672
|
heightTiny: string;
|
|
@@ -2572,7 +2694,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2572
2694
|
colorTertiaryHover: string;
|
|
2573
2695
|
colorTertiaryPressed: string;
|
|
2574
2696
|
colorTertiaryDisalbed: string;
|
|
2575
|
-
|
|
2697
|
+
waveColorTertiary: string;
|
|
2576
2698
|
textColorTextTertiary: string;
|
|
2577
2699
|
colorQuaternary: string;
|
|
2578
2700
|
colorQuaternaryHover: string;
|
|
@@ -2870,6 +2992,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2870
2992
|
readonly onUpdateValue: PropType<MaybeArray<OnUpdateValue>>;
|
|
2871
2993
|
readonly onChange: PropType<MaybeArray<OnUpdateValue>>;
|
|
2872
2994
|
readonly theme: PropType<import("../../_mixins").Theme<"Transfer", {
|
|
2995
|
+
extraFontSizeSmall: string;
|
|
2996
|
+
extraFontSizeMedium: string;
|
|
2997
|
+
extraFontSizeLarge: string;
|
|
2998
|
+
titleFontSizeSmall: string;
|
|
2999
|
+
titleFontSizeMedium: string;
|
|
3000
|
+
titleFontSizeLarge: string;
|
|
3001
|
+
closeSize: string;
|
|
3002
|
+
closeIconSize: string;
|
|
3003
|
+
headerHeightSmall: string;
|
|
3004
|
+
headerHeightMedium: string;
|
|
3005
|
+
headerHeightLarge: string;
|
|
2873
3006
|
itemHeightSmall: string;
|
|
2874
3007
|
itemHeightMedium: string;
|
|
2875
3008
|
itemHeightLarge: string;
|
|
@@ -2894,74 +3027,86 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2894
3027
|
closeIconColor: string;
|
|
2895
3028
|
closeIconColorHover: string;
|
|
2896
3029
|
closeIconColorPressed: string;
|
|
2897
|
-
extraFontSizeSmall: string;
|
|
2898
|
-
extraFontSizeMedium: string;
|
|
2899
|
-
extraFontSizeLarge: string;
|
|
2900
|
-
titleFontSizeSmall: string;
|
|
2901
|
-
titleFontSizeMedium: string;
|
|
2902
|
-
titleFontSizeLarge: string;
|
|
2903
|
-
closeSize: string;
|
|
2904
|
-
closeIconSize: string;
|
|
2905
|
-
headerHeightSmall: string;
|
|
2906
|
-
headerHeightMedium: string;
|
|
2907
|
-
headerHeightLarge: string;
|
|
2908
3030
|
}, {
|
|
2909
3031
|
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
3032
|
+
fontWeight: string;
|
|
3033
|
+
textColor: string;
|
|
3034
|
+
descriptionTextColor: string;
|
|
3035
|
+
textColorDisabled: string;
|
|
3036
|
+
descriptionTextColorDisabled: string;
|
|
2913
3037
|
fontSizeLarge: string;
|
|
3038
|
+
fontSizeMedium: string;
|
|
3039
|
+
fontSizeSmall: string;
|
|
3040
|
+
lineHeightLarge: string;
|
|
3041
|
+
lineHeightMedium: string;
|
|
3042
|
+
lineHeightSmall: string;
|
|
3043
|
+
borderRadiusLarge: string;
|
|
3044
|
+
borderRadiusMedium: string;
|
|
3045
|
+
borderRadiusSmall: string;
|
|
2914
3046
|
color: string;
|
|
3047
|
+
colorHover: string;
|
|
3048
|
+
colorFocus: string;
|
|
3049
|
+
colorActive: string;
|
|
2915
3050
|
colorChecked: string;
|
|
3051
|
+
colorHoverChecked: string;
|
|
3052
|
+
colorFocusChecked: string;
|
|
3053
|
+
colorActiveChecked: string;
|
|
2916
3054
|
colorDisabled: string;
|
|
2917
3055
|
colorDisabledChecked: string;
|
|
2918
|
-
colorTableHeader: string;
|
|
2919
|
-
colorTableHeaderModal: string;
|
|
2920
|
-
colorTableHeaderPopover: string;
|
|
2921
3056
|
checkMarkColor: string;
|
|
3057
|
+
checkMarkColorHover: string;
|
|
3058
|
+
checkMarkColorFocus: string;
|
|
3059
|
+
checkMarkColorActive: string;
|
|
2922
3060
|
checkMarkColorDisabled: string;
|
|
2923
3061
|
checkMarkColorDisabledChecked: string;
|
|
2924
3062
|
border: string;
|
|
2925
|
-
borderDisabled: string;
|
|
2926
|
-
borderDisabledChecked: string;
|
|
2927
3063
|
borderHover: string;
|
|
2928
|
-
borderChecked: string;
|
|
2929
3064
|
borderFocus: string;
|
|
3065
|
+
borderActive: string;
|
|
3066
|
+
borderChecked: string;
|
|
3067
|
+
borderHoverChecked: string;
|
|
3068
|
+
borderFocusChecked: string;
|
|
3069
|
+
borderActiveChecked: string;
|
|
3070
|
+
borderDisabled: string;
|
|
3071
|
+
borderDisabledChecked: string;
|
|
2930
3072
|
boxShadowHover: string;
|
|
2931
3073
|
boxShadowFocus: string;
|
|
2932
3074
|
boxShadowActive: string;
|
|
2933
3075
|
boxShadowHoverChecked: string;
|
|
2934
3076
|
boxShadowFocusChecked: string;
|
|
2935
3077
|
boxShadowActiveChecked: string;
|
|
2936
|
-
textColor: string;
|
|
2937
3078
|
sizeSmall: string;
|
|
2938
3079
|
sizeMedium: string;
|
|
2939
3080
|
sizeLarge: string;
|
|
2940
3081
|
labelPadding: string;
|
|
2941
|
-
labelFontWeight: string;
|
|
2942
|
-
borderRadiusLarge: string;
|
|
2943
|
-
borderRadiusSmall: string;
|
|
2944
3082
|
}, any>;
|
|
2945
3083
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2946
3084
|
color: string;
|
|
2947
3085
|
colorHover: string;
|
|
2948
3086
|
}, any>;
|
|
2949
3087
|
Input: import("../../_mixins").Theme<"Input", {
|
|
3088
|
+
paddingTiny: string;
|
|
3089
|
+
paddingSmall: string;
|
|
3090
|
+
paddingMedium: string;
|
|
3091
|
+
paddingLarge: string;
|
|
3092
|
+
paddingHuge: string;
|
|
3093
|
+
clearSize: string;
|
|
2950
3094
|
countTextColorDisabled: string;
|
|
2951
3095
|
countTextColor: string;
|
|
2952
3096
|
heightTiny: string;
|
|
2953
3097
|
heightSmall: string;
|
|
2954
3098
|
heightMedium: string;
|
|
2955
3099
|
heightLarge: string;
|
|
3100
|
+
heightHuge: string;
|
|
2956
3101
|
fontSizeTiny: string;
|
|
2957
3102
|
fontSizeSmall: string;
|
|
2958
3103
|
fontSizeMedium: string;
|
|
2959
3104
|
fontSizeLarge: string;
|
|
3105
|
+
fontSizeHuge: string;
|
|
2960
3106
|
lineHeight: string;
|
|
2961
3107
|
lineHeightTextarea: string;
|
|
2962
3108
|
borderRadius: string;
|
|
2963
3109
|
iconSize: string;
|
|
2964
|
-
groupLabelColor: string;
|
|
2965
3110
|
groupLabelTextColor: string;
|
|
2966
3111
|
textColor: string;
|
|
2967
3112
|
textColorDisabled: string;
|
|
@@ -3001,13 +3146,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3001
3146
|
iconColorHover: string;
|
|
3002
3147
|
iconColorPressed: string;
|
|
3003
3148
|
suffixTextColor: string;
|
|
3004
|
-
|
|
3005
|
-
paddingSmall: string;
|
|
3006
|
-
paddingMedium: string;
|
|
3007
|
-
paddingLarge: string;
|
|
3008
|
-
clearSize: string;
|
|
3149
|
+
selectionColor: string;
|
|
3009
3150
|
}, any>;
|
|
3010
3151
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3152
|
+
iconSizeSmall: string;
|
|
3153
|
+
iconSizeMedium: string;
|
|
3154
|
+
iconSizeLarge: string;
|
|
3155
|
+
iconSizeHuge: string;
|
|
3011
3156
|
fontSizeSmall: string;
|
|
3012
3157
|
fontSizeMedium: string;
|
|
3013
3158
|
fontSizeLarge: string;
|
|
@@ -3015,10 +3160,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3015
3160
|
textColor: string;
|
|
3016
3161
|
iconColor: string;
|
|
3017
3162
|
extraTextColor: string;
|
|
3018
|
-
iconSizeSmall: string;
|
|
3019
|
-
iconSizeMedium: string;
|
|
3020
|
-
iconSizeLarge: string;
|
|
3021
|
-
iconSizeHuge: string;
|
|
3022
3163
|
}, any>;
|
|
3023
3164
|
Button: import("../../_mixins").Theme<"Button", {
|
|
3024
3165
|
heightTiny: string;
|
|
@@ -3046,7 +3187,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3046
3187
|
colorTertiaryHover: string;
|
|
3047
3188
|
colorTertiaryPressed: string;
|
|
3048
3189
|
colorTertiaryDisalbed: string;
|
|
3049
|
-
|
|
3190
|
+
waveColorTertiary: string;
|
|
3050
3191
|
textColorTextTertiary: string;
|
|
3051
3192
|
colorQuaternary: string;
|
|
3052
3193
|
colorQuaternaryHover: string;
|
|
@@ -3233,6 +3374,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3233
3374
|
}, any>;
|
|
3234
3375
|
}>>;
|
|
3235
3376
|
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Transfer", {
|
|
3377
|
+
extraFontSizeSmall: string;
|
|
3378
|
+
extraFontSizeMedium: string;
|
|
3379
|
+
extraFontSizeLarge: string;
|
|
3380
|
+
titleFontSizeSmall: string;
|
|
3381
|
+
titleFontSizeMedium: string;
|
|
3382
|
+
titleFontSizeLarge: string;
|
|
3383
|
+
closeSize: string;
|
|
3384
|
+
closeIconSize: string;
|
|
3385
|
+
headerHeightSmall: string;
|
|
3386
|
+
headerHeightMedium: string;
|
|
3387
|
+
headerHeightLarge: string;
|
|
3236
3388
|
itemHeightSmall: string;
|
|
3237
3389
|
itemHeightMedium: string;
|
|
3238
3390
|
itemHeightLarge: string;
|
|
@@ -3257,74 +3409,86 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3257
3409
|
closeIconColor: string;
|
|
3258
3410
|
closeIconColorHover: string;
|
|
3259
3411
|
closeIconColorPressed: string;
|
|
3260
|
-
extraFontSizeSmall: string;
|
|
3261
|
-
extraFontSizeMedium: string;
|
|
3262
|
-
extraFontSizeLarge: string;
|
|
3263
|
-
titleFontSizeSmall: string;
|
|
3264
|
-
titleFontSizeMedium: string;
|
|
3265
|
-
titleFontSizeLarge: string;
|
|
3266
|
-
closeSize: string;
|
|
3267
|
-
closeIconSize: string;
|
|
3268
|
-
headerHeightSmall: string;
|
|
3269
|
-
headerHeightMedium: string;
|
|
3270
|
-
headerHeightLarge: string;
|
|
3271
3412
|
}, {
|
|
3272
3413
|
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3414
|
+
fontWeight: string;
|
|
3415
|
+
textColor: string;
|
|
3416
|
+
descriptionTextColor: string;
|
|
3417
|
+
textColorDisabled: string;
|
|
3418
|
+
descriptionTextColorDisabled: string;
|
|
3276
3419
|
fontSizeLarge: string;
|
|
3420
|
+
fontSizeMedium: string;
|
|
3421
|
+
fontSizeSmall: string;
|
|
3422
|
+
lineHeightLarge: string;
|
|
3423
|
+
lineHeightMedium: string;
|
|
3424
|
+
lineHeightSmall: string;
|
|
3425
|
+
borderRadiusLarge: string;
|
|
3426
|
+
borderRadiusMedium: string;
|
|
3427
|
+
borderRadiusSmall: string;
|
|
3277
3428
|
color: string;
|
|
3429
|
+
colorHover: string;
|
|
3430
|
+
colorFocus: string;
|
|
3431
|
+
colorActive: string;
|
|
3278
3432
|
colorChecked: string;
|
|
3433
|
+
colorHoverChecked: string;
|
|
3434
|
+
colorFocusChecked: string;
|
|
3435
|
+
colorActiveChecked: string;
|
|
3279
3436
|
colorDisabled: string;
|
|
3280
3437
|
colorDisabledChecked: string;
|
|
3281
|
-
colorTableHeader: string;
|
|
3282
|
-
colorTableHeaderModal: string;
|
|
3283
|
-
colorTableHeaderPopover: string;
|
|
3284
3438
|
checkMarkColor: string;
|
|
3439
|
+
checkMarkColorHover: string;
|
|
3440
|
+
checkMarkColorFocus: string;
|
|
3441
|
+
checkMarkColorActive: string;
|
|
3285
3442
|
checkMarkColorDisabled: string;
|
|
3286
3443
|
checkMarkColorDisabledChecked: string;
|
|
3287
3444
|
border: string;
|
|
3288
|
-
borderDisabled: string;
|
|
3289
|
-
borderDisabledChecked: string;
|
|
3290
3445
|
borderHover: string;
|
|
3291
|
-
borderChecked: string;
|
|
3292
3446
|
borderFocus: string;
|
|
3447
|
+
borderActive: string;
|
|
3448
|
+
borderChecked: string;
|
|
3449
|
+
borderHoverChecked: string;
|
|
3450
|
+
borderFocusChecked: string;
|
|
3451
|
+
borderActiveChecked: string;
|
|
3452
|
+
borderDisabled: string;
|
|
3453
|
+
borderDisabledChecked: string;
|
|
3293
3454
|
boxShadowHover: string;
|
|
3294
3455
|
boxShadowFocus: string;
|
|
3295
3456
|
boxShadowActive: string;
|
|
3296
3457
|
boxShadowHoverChecked: string;
|
|
3297
3458
|
boxShadowFocusChecked: string;
|
|
3298
3459
|
boxShadowActiveChecked: string;
|
|
3299
|
-
textColor: string;
|
|
3300
3460
|
sizeSmall: string;
|
|
3301
3461
|
sizeMedium: string;
|
|
3302
3462
|
sizeLarge: string;
|
|
3303
3463
|
labelPadding: string;
|
|
3304
|
-
labelFontWeight: string;
|
|
3305
|
-
borderRadiusLarge: string;
|
|
3306
|
-
borderRadiusSmall: string;
|
|
3307
3464
|
}, any>;
|
|
3308
3465
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
3309
3466
|
color: string;
|
|
3310
3467
|
colorHover: string;
|
|
3311
3468
|
}, any>;
|
|
3312
3469
|
Input: import("../../_mixins").Theme<"Input", {
|
|
3470
|
+
paddingTiny: string;
|
|
3471
|
+
paddingSmall: string;
|
|
3472
|
+
paddingMedium: string;
|
|
3473
|
+
paddingLarge: string;
|
|
3474
|
+
paddingHuge: string;
|
|
3475
|
+
clearSize: string;
|
|
3313
3476
|
countTextColorDisabled: string;
|
|
3314
3477
|
countTextColor: string;
|
|
3315
3478
|
heightTiny: string;
|
|
3316
3479
|
heightSmall: string;
|
|
3317
3480
|
heightMedium: string;
|
|
3318
3481
|
heightLarge: string;
|
|
3482
|
+
heightHuge: string;
|
|
3319
3483
|
fontSizeTiny: string;
|
|
3320
3484
|
fontSizeSmall: string;
|
|
3321
3485
|
fontSizeMedium: string;
|
|
3322
3486
|
fontSizeLarge: string;
|
|
3487
|
+
fontSizeHuge: string;
|
|
3323
3488
|
lineHeight: string;
|
|
3324
3489
|
lineHeightTextarea: string;
|
|
3325
3490
|
borderRadius: string;
|
|
3326
3491
|
iconSize: string;
|
|
3327
|
-
groupLabelColor: string;
|
|
3328
3492
|
groupLabelTextColor: string;
|
|
3329
3493
|
textColor: string;
|
|
3330
3494
|
textColorDisabled: string;
|
|
@@ -3364,13 +3528,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3364
3528
|
iconColorHover: string;
|
|
3365
3529
|
iconColorPressed: string;
|
|
3366
3530
|
suffixTextColor: string;
|
|
3367
|
-
|
|
3368
|
-
paddingSmall: string;
|
|
3369
|
-
paddingMedium: string;
|
|
3370
|
-
paddingLarge: string;
|
|
3371
|
-
clearSize: string;
|
|
3531
|
+
selectionColor: string;
|
|
3372
3532
|
}, any>;
|
|
3373
3533
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3534
|
+
iconSizeSmall: string;
|
|
3535
|
+
iconSizeMedium: string;
|
|
3536
|
+
iconSizeLarge: string;
|
|
3537
|
+
iconSizeHuge: string;
|
|
3374
3538
|
fontSizeSmall: string;
|
|
3375
3539
|
fontSizeMedium: string;
|
|
3376
3540
|
fontSizeLarge: string;
|
|
@@ -3378,10 +3542,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3378
3542
|
textColor: string;
|
|
3379
3543
|
iconColor: string;
|
|
3380
3544
|
extraTextColor: string;
|
|
3381
|
-
iconSizeSmall: string;
|
|
3382
|
-
iconSizeMedium: string;
|
|
3383
|
-
iconSizeLarge: string;
|
|
3384
|
-
iconSizeHuge: string;
|
|
3385
3545
|
}, any>;
|
|
3386
3546
|
Button: import("../../_mixins").Theme<"Button", {
|
|
3387
3547
|
heightTiny: string;
|
|
@@ -3409,7 +3569,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3409
3569
|
colorTertiaryHover: string;
|
|
3410
3570
|
colorTertiaryPressed: string;
|
|
3411
3571
|
colorTertiaryDisalbed: string;
|
|
3412
|
-
|
|
3572
|
+
waveColorTertiary: string;
|
|
3413
3573
|
textColorTextTertiary: string;
|
|
3414
3574
|
colorQuaternary: string;
|
|
3415
3575
|
colorQuaternaryHover: string;
|
|
@@ -3596,6 +3756,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3596
3756
|
}, any>;
|
|
3597
3757
|
}>>>;
|
|
3598
3758
|
readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Transfer", {
|
|
3759
|
+
extraFontSizeSmall: string;
|
|
3760
|
+
extraFontSizeMedium: string;
|
|
3761
|
+
extraFontSizeLarge: string;
|
|
3762
|
+
titleFontSizeSmall: string;
|
|
3763
|
+
titleFontSizeMedium: string;
|
|
3764
|
+
titleFontSizeLarge: string;
|
|
3765
|
+
closeSize: string;
|
|
3766
|
+
closeIconSize: string;
|
|
3767
|
+
headerHeightSmall: string;
|
|
3768
|
+
headerHeightMedium: string;
|
|
3769
|
+
headerHeightLarge: string;
|
|
3599
3770
|
itemHeightSmall: string;
|
|
3600
3771
|
itemHeightMedium: string;
|
|
3601
3772
|
itemHeightLarge: string;
|
|
@@ -3620,74 +3791,86 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3620
3791
|
closeIconColor: string;
|
|
3621
3792
|
closeIconColorHover: string;
|
|
3622
3793
|
closeIconColorPressed: string;
|
|
3623
|
-
extraFontSizeSmall: string;
|
|
3624
|
-
extraFontSizeMedium: string;
|
|
3625
|
-
extraFontSizeLarge: string;
|
|
3626
|
-
titleFontSizeSmall: string;
|
|
3627
|
-
titleFontSizeMedium: string;
|
|
3628
|
-
titleFontSizeLarge: string;
|
|
3629
|
-
closeSize: string;
|
|
3630
|
-
closeIconSize: string;
|
|
3631
|
-
headerHeightSmall: string;
|
|
3632
|
-
headerHeightMedium: string;
|
|
3633
|
-
headerHeightLarge: string;
|
|
3634
3794
|
}, {
|
|
3635
3795
|
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3796
|
+
fontWeight: string;
|
|
3797
|
+
textColor: string;
|
|
3798
|
+
descriptionTextColor: string;
|
|
3799
|
+
textColorDisabled: string;
|
|
3800
|
+
descriptionTextColorDisabled: string;
|
|
3639
3801
|
fontSizeLarge: string;
|
|
3802
|
+
fontSizeMedium: string;
|
|
3803
|
+
fontSizeSmall: string;
|
|
3804
|
+
lineHeightLarge: string;
|
|
3805
|
+
lineHeightMedium: string;
|
|
3806
|
+
lineHeightSmall: string;
|
|
3807
|
+
borderRadiusLarge: string;
|
|
3808
|
+
borderRadiusMedium: string;
|
|
3809
|
+
borderRadiusSmall: string;
|
|
3640
3810
|
color: string;
|
|
3811
|
+
colorHover: string;
|
|
3812
|
+
colorFocus: string;
|
|
3813
|
+
colorActive: string;
|
|
3641
3814
|
colorChecked: string;
|
|
3815
|
+
colorHoverChecked: string;
|
|
3816
|
+
colorFocusChecked: string;
|
|
3817
|
+
colorActiveChecked: string;
|
|
3642
3818
|
colorDisabled: string;
|
|
3643
3819
|
colorDisabledChecked: string;
|
|
3644
|
-
colorTableHeader: string;
|
|
3645
|
-
colorTableHeaderModal: string;
|
|
3646
|
-
colorTableHeaderPopover: string;
|
|
3647
3820
|
checkMarkColor: string;
|
|
3821
|
+
checkMarkColorHover: string;
|
|
3822
|
+
checkMarkColorFocus: string;
|
|
3823
|
+
checkMarkColorActive: string;
|
|
3648
3824
|
checkMarkColorDisabled: string;
|
|
3649
3825
|
checkMarkColorDisabledChecked: string;
|
|
3650
3826
|
border: string;
|
|
3651
|
-
borderDisabled: string;
|
|
3652
|
-
borderDisabledChecked: string;
|
|
3653
3827
|
borderHover: string;
|
|
3654
|
-
borderChecked: string;
|
|
3655
3828
|
borderFocus: string;
|
|
3829
|
+
borderActive: string;
|
|
3830
|
+
borderChecked: string;
|
|
3831
|
+
borderHoverChecked: string;
|
|
3832
|
+
borderFocusChecked: string;
|
|
3833
|
+
borderActiveChecked: string;
|
|
3834
|
+
borderDisabled: string;
|
|
3835
|
+
borderDisabledChecked: string;
|
|
3656
3836
|
boxShadowHover: string;
|
|
3657
3837
|
boxShadowFocus: string;
|
|
3658
3838
|
boxShadowActive: string;
|
|
3659
3839
|
boxShadowHoverChecked: string;
|
|
3660
3840
|
boxShadowFocusChecked: string;
|
|
3661
3841
|
boxShadowActiveChecked: string;
|
|
3662
|
-
textColor: string;
|
|
3663
3842
|
sizeSmall: string;
|
|
3664
3843
|
sizeMedium: string;
|
|
3665
3844
|
sizeLarge: string;
|
|
3666
3845
|
labelPadding: string;
|
|
3667
|
-
labelFontWeight: string;
|
|
3668
|
-
borderRadiusLarge: string;
|
|
3669
|
-
borderRadiusSmall: string;
|
|
3670
3846
|
}, any>;
|
|
3671
3847
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
3672
3848
|
color: string;
|
|
3673
3849
|
colorHover: string;
|
|
3674
3850
|
}, any>;
|
|
3675
3851
|
Input: import("../../_mixins").Theme<"Input", {
|
|
3852
|
+
paddingTiny: string;
|
|
3853
|
+
paddingSmall: string;
|
|
3854
|
+
paddingMedium: string;
|
|
3855
|
+
paddingLarge: string;
|
|
3856
|
+
paddingHuge: string;
|
|
3857
|
+
clearSize: string;
|
|
3676
3858
|
countTextColorDisabled: string;
|
|
3677
3859
|
countTextColor: string;
|
|
3678
3860
|
heightTiny: string;
|
|
3679
3861
|
heightSmall: string;
|
|
3680
3862
|
heightMedium: string;
|
|
3681
3863
|
heightLarge: string;
|
|
3864
|
+
heightHuge: string;
|
|
3682
3865
|
fontSizeTiny: string;
|
|
3683
3866
|
fontSizeSmall: string;
|
|
3684
3867
|
fontSizeMedium: string;
|
|
3685
3868
|
fontSizeLarge: string;
|
|
3869
|
+
fontSizeHuge: string;
|
|
3686
3870
|
lineHeight: string;
|
|
3687
3871
|
lineHeightTextarea: string;
|
|
3688
3872
|
borderRadius: string;
|
|
3689
3873
|
iconSize: string;
|
|
3690
|
-
groupLabelColor: string;
|
|
3691
3874
|
groupLabelTextColor: string;
|
|
3692
3875
|
textColor: string;
|
|
3693
3876
|
textColorDisabled: string;
|
|
@@ -3727,13 +3910,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3727
3910
|
iconColorHover: string;
|
|
3728
3911
|
iconColorPressed: string;
|
|
3729
3912
|
suffixTextColor: string;
|
|
3730
|
-
|
|
3731
|
-
paddingSmall: string;
|
|
3732
|
-
paddingMedium: string;
|
|
3733
|
-
paddingLarge: string;
|
|
3734
|
-
clearSize: string;
|
|
3913
|
+
selectionColor: string;
|
|
3735
3914
|
}, any>;
|
|
3736
3915
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3916
|
+
iconSizeSmall: string;
|
|
3917
|
+
iconSizeMedium: string;
|
|
3918
|
+
iconSizeLarge: string;
|
|
3919
|
+
iconSizeHuge: string;
|
|
3737
3920
|
fontSizeSmall: string;
|
|
3738
3921
|
fontSizeMedium: string;
|
|
3739
3922
|
fontSizeLarge: string;
|
|
@@ -3741,10 +3924,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3741
3924
|
textColor: string;
|
|
3742
3925
|
iconColor: string;
|
|
3743
3926
|
extraTextColor: string;
|
|
3744
|
-
iconSizeSmall: string;
|
|
3745
|
-
iconSizeMedium: string;
|
|
3746
|
-
iconSizeLarge: string;
|
|
3747
|
-
iconSizeHuge: string;
|
|
3748
3927
|
}, any>;
|
|
3749
3928
|
Button: import("../../_mixins").Theme<"Button", {
|
|
3750
3929
|
heightTiny: string;
|
|
@@ -3772,7 +3951,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3772
3951
|
colorTertiaryHover: string;
|
|
3773
3952
|
colorTertiaryPressed: string;
|
|
3774
3953
|
colorTertiaryDisalbed: string;
|
|
3775
|
-
|
|
3954
|
+
waveColorTertiary: string;
|
|
3776
3955
|
textColorTextTertiary: string;
|
|
3777
3956
|
colorQuaternary: string;
|
|
3778
3957
|
colorQuaternaryHover: string;
|