@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
|
@@ -25,127 +25,136 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
25
25
|
cols: import("vue").Ref<import("../use-group-header").ColItem[]>;
|
|
26
26
|
mergedTheme: import("vue").Ref<{
|
|
27
27
|
common: {
|
|
28
|
-
baseColor: string;
|
|
29
|
-
primaryColor: string;
|
|
30
|
-
primaryColorHover: string;
|
|
31
|
-
primaryColorPressed: string;
|
|
32
|
-
primaryColorSuppl: string;
|
|
33
|
-
infoColor: string;
|
|
34
|
-
infoColorHover: string;
|
|
35
|
-
infoColorPressed: string;
|
|
36
|
-
infoColorSuppl: string;
|
|
37
|
-
successColor: string;
|
|
38
|
-
successColorHover: string;
|
|
39
|
-
successColorPressed: string;
|
|
40
|
-
successColorSuppl: string;
|
|
41
|
-
warningColor: string;
|
|
42
|
-
warningColorHover: string;
|
|
43
|
-
warningColorPressed: string;
|
|
44
|
-
warningColorSuppl: string;
|
|
45
|
-
errorColor: string;
|
|
46
|
-
errorColorHover: string;
|
|
47
|
-
errorColorPressed: string;
|
|
48
|
-
errorColorSuppl: string;
|
|
49
|
-
tertiaryColor: string;
|
|
50
|
-
tertiaryColorHover: string;
|
|
51
|
-
tertiaryColorActive: string;
|
|
52
|
-
tertiaryColorSuppl: string;
|
|
53
|
-
tertiaryElements: string;
|
|
54
|
-
textColorBase: string;
|
|
55
|
-
textColor1: string;
|
|
56
|
-
textColor2: string;
|
|
57
|
-
textColor3: string;
|
|
58
|
-
textTertiary: string;
|
|
59
|
-
boxShadowHover: string;
|
|
60
|
-
boxShadowFocus: string;
|
|
61
|
-
boxShadowHoverChecked: string;
|
|
62
|
-
boxShadowFocusChecked: string;
|
|
63
|
-
textColorDisabled: string;
|
|
64
|
-
placeholderColor: string;
|
|
65
|
-
placeholderColorDisabled: string;
|
|
66
|
-
iconColor: string;
|
|
67
|
-
iconColorHover: string;
|
|
68
|
-
iconColorPressed: string;
|
|
69
|
-
iconColorDisabled: string;
|
|
70
|
-
opacity1: string;
|
|
71
|
-
opacity2: string;
|
|
72
|
-
opacity3: string;
|
|
73
|
-
opacity4: string;
|
|
74
|
-
opacity5: string;
|
|
75
|
-
dividerColor: string;
|
|
76
|
-
borderColor: string;
|
|
77
|
-
borderTagColor: string;
|
|
78
|
-
closeIconColor: string;
|
|
79
|
-
closeIconColorHover: string;
|
|
80
|
-
closeIconColorPressed: string;
|
|
81
|
-
closeColorHover: string;
|
|
82
|
-
closeColorPressed: string;
|
|
83
|
-
clearColor: string;
|
|
84
|
-
clearColorHover: string;
|
|
85
|
-
clearColorPressed: string;
|
|
86
28
|
scrollbarColor: string;
|
|
87
29
|
scrollbarColorHover: string;
|
|
88
30
|
scrollbarWidth: string;
|
|
89
31
|
scrollbarHeight: string;
|
|
90
32
|
scrollbarBorderRadius: string;
|
|
91
|
-
progressRailColor: string;
|
|
92
|
-
railColor: string;
|
|
93
|
-
popoverColor: string;
|
|
94
|
-
tableColor: string;
|
|
95
|
-
cardColor: string;
|
|
96
|
-
modalColor: string;
|
|
97
|
-
bodyColor: string;
|
|
98
|
-
tagColor: string;
|
|
99
|
-
avatarColor: string;
|
|
100
|
-
avatarTextColor: string;
|
|
101
|
-
avatarIconColor: string;
|
|
102
|
-
invertedColor: string;
|
|
103
|
-
tooltipColor: string;
|
|
104
|
-
inputColor: string;
|
|
105
|
-
codeColor: string;
|
|
106
|
-
tabColor: string;
|
|
107
|
-
actionColor: string;
|
|
108
|
-
tableHeaderColor: string;
|
|
109
|
-
hoverColor: string;
|
|
110
|
-
tableColorHover: string;
|
|
111
|
-
tableColorStriped: string;
|
|
112
|
-
pressedColor: string;
|
|
113
33
|
opacityDisabled: string;
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
34
|
+
brandPrimary50: string;
|
|
35
|
+
brandPrimary100: string;
|
|
36
|
+
brandPrimary200: string;
|
|
37
|
+
brandPrimary300: string;
|
|
38
|
+
brandPrimary400: string;
|
|
39
|
+
brandPrimary500: string;
|
|
40
|
+
brandPrimary550: string;
|
|
41
|
+
brandPrimary600: string;
|
|
42
|
+
brandSecondary500: string;
|
|
43
|
+
brandSecondary300: string;
|
|
44
|
+
brandSecondary600: string;
|
|
45
|
+
brandTertiary500: string;
|
|
46
|
+
brandTertiary300: string;
|
|
47
|
+
brandTertiary600: string;
|
|
48
|
+
brandQuaternary500: string;
|
|
49
|
+
brandQuaternary300: string;
|
|
50
|
+
brandQuaternary600: string;
|
|
51
|
+
brandQuinary500: string;
|
|
52
|
+
brandQuinary300: string;
|
|
53
|
+
brandQuinary600: string;
|
|
54
|
+
brandQuinary100: string;
|
|
55
|
+
surfacePrimary: string;
|
|
56
|
+
surfaceSecondary: string;
|
|
57
|
+
containerPrimary: string;
|
|
58
|
+
containerSecondary: string;
|
|
59
|
+
textPrimary: string;
|
|
60
|
+
textSecondary: string;
|
|
61
|
+
textTertiary: string;
|
|
62
|
+
textQuaternary: string;
|
|
63
|
+
textBrand: string;
|
|
64
|
+
elementsPrimary: string;
|
|
65
|
+
elementsSecondary: string;
|
|
66
|
+
elementsTertiary: string;
|
|
67
|
+
elementsQuaternary: string;
|
|
68
|
+
elementsQuinary: string;
|
|
69
|
+
elementsDarkQuinary: string;
|
|
70
|
+
elementsSenary: string;
|
|
71
|
+
elementsOnContainer: string;
|
|
72
|
+
transparencyPrimary: string;
|
|
73
|
+
transparencySecondary: string;
|
|
74
|
+
transparencyTertiary: string;
|
|
75
|
+
transparencyQuinary: string;
|
|
76
|
+
transparencyModal: string;
|
|
77
|
+
staticBlack: string;
|
|
78
|
+
staticDarkGrey: string;
|
|
79
|
+
staticWhite: string;
|
|
80
|
+
staticRed: string;
|
|
81
|
+
staticOrange: string;
|
|
82
|
+
staticGreen: string;
|
|
83
|
+
staticErrorAccent: string;
|
|
84
|
+
shadowDepth2: string;
|
|
121
85
|
fontFamily: string;
|
|
122
86
|
fontFamilyMono: string;
|
|
123
|
-
fontWeight: string;
|
|
124
|
-
fontWeightStrong: string;
|
|
125
87
|
cubicBezierEaseInOut: string;
|
|
126
88
|
cubicBezierEaseOut: string;
|
|
127
89
|
cubicBezierEaseIn: string;
|
|
128
|
-
|
|
129
|
-
borderTagWidth: number;
|
|
90
|
+
borderRadiusLarge: string;
|
|
130
91
|
borderRadius: string;
|
|
92
|
+
borderRadiusMedium: string;
|
|
131
93
|
borderRadiusSmall: string;
|
|
132
|
-
|
|
133
|
-
fontSizeMini: string;
|
|
134
|
-
fontSizeTiny: string;
|
|
135
|
-
fontSizeSmall: string;
|
|
136
|
-
fontSizeMedium: string;
|
|
137
|
-
fontSizeLarge: string;
|
|
138
|
-
fontSizeHuge: string;
|
|
139
|
-
lineHeight: string;
|
|
94
|
+
borderRadiusTiny: string;
|
|
140
95
|
heightMini: string;
|
|
141
96
|
heightTiny: string;
|
|
142
97
|
heightSmall: string;
|
|
143
98
|
heightMedium: string;
|
|
144
99
|
heightLarge: string;
|
|
145
100
|
heightHuge: string;
|
|
101
|
+
fontDisplayLarge: string;
|
|
102
|
+
fontDisplaySmall: string;
|
|
103
|
+
fontHeadingLarge: string;
|
|
104
|
+
fontHeadingMedium: string;
|
|
105
|
+
fontHeadingSmall: string;
|
|
106
|
+
fontTitleLarge: string;
|
|
107
|
+
fontTitleMedium: string;
|
|
108
|
+
fontTitleSmall: string;
|
|
109
|
+
fontBodyLarge: string;
|
|
110
|
+
fontBodyMedium: string;
|
|
111
|
+
fontBodySmall: string;
|
|
112
|
+
lineHeightDisplayLarge: string;
|
|
113
|
+
lineHeightDisplaySmall: string;
|
|
114
|
+
lineHeightHeadingLarge: string;
|
|
115
|
+
lineHeightHeadingMedium: string;
|
|
116
|
+
lineHeightHeadingSmall: string;
|
|
117
|
+
lineHeightTitleLarge: string;
|
|
118
|
+
lineHeightTitleMedium: string;
|
|
119
|
+
lineHeightTitleSmall: string;
|
|
120
|
+
lineHeightBodyLarge: string;
|
|
121
|
+
lineHeightBodyMedium: string;
|
|
122
|
+
lineHeightBodySmall: string;
|
|
123
|
+
fontWeight: string;
|
|
124
|
+
fontWeightStrong: string;
|
|
125
|
+
fontWeightBold: string;
|
|
126
|
+
iconSmall: string;
|
|
127
|
+
iconMedium: string;
|
|
128
|
+
iconLarge: string;
|
|
129
|
+
iconHuge: string;
|
|
130
|
+
closeSmall: string;
|
|
131
|
+
closeMedium: string;
|
|
132
|
+
closeLarge: string;
|
|
133
|
+
closeHuge: string;
|
|
134
|
+
closeBorderRadius: string;
|
|
146
135
|
name: "common";
|
|
147
136
|
};
|
|
148
137
|
self: {
|
|
138
|
+
thPaddingSmall: string;
|
|
139
|
+
thPaddingMedium: string;
|
|
140
|
+
thPaddingLarge: string;
|
|
141
|
+
tdPaddingSmall: string;
|
|
142
|
+
tdPaddingMedium: string;
|
|
143
|
+
tdPaddingLarge: string;
|
|
144
|
+
thHeightSmall: string;
|
|
145
|
+
thHeightMedium: string;
|
|
146
|
+
thHeightLarge: string;
|
|
147
|
+
tdHeightSmall: string;
|
|
148
|
+
tdHeightMedium: string;
|
|
149
|
+
tdHeightLarge: string;
|
|
150
|
+
sorterSize: string;
|
|
151
|
+
resizableContainerSize: string;
|
|
152
|
+
resizableSize: string;
|
|
153
|
+
filterSize: string;
|
|
154
|
+
paginationMargin: string;
|
|
155
|
+
emptyPadding: string;
|
|
156
|
+
actionPadding: string;
|
|
157
|
+
actionButtonMargin: string;
|
|
149
158
|
actionDividerColor: string;
|
|
150
159
|
lineHeight: string;
|
|
151
160
|
borderRadius: string;
|
|
@@ -176,32 +185,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
176
185
|
thColorPopover: string;
|
|
177
186
|
thColorHoverPopover: string;
|
|
178
187
|
tdColorPopover: string;
|
|
179
|
-
|
|
180
|
-
boxShadowAfter: string;
|
|
188
|
+
fixedBoxShadow: string;
|
|
181
189
|
loadingColor: string;
|
|
182
190
|
loadingSize: string;
|
|
183
191
|
opacityLoading: string;
|
|
184
192
|
opacityDisabled: string;
|
|
185
|
-
thPaddingSmall: string;
|
|
186
|
-
thPaddingMedium: string;
|
|
187
|
-
thPaddingLarge: string;
|
|
188
|
-
tdPaddingSmall: string;
|
|
189
|
-
tdPaddingMedium: string;
|
|
190
|
-
tdPaddingLarge: string;
|
|
191
|
-
thHeightSmall: string;
|
|
192
|
-
thHeightMedium: string;
|
|
193
|
-
thHeightLarge: string;
|
|
194
|
-
tdHeightSmall: string;
|
|
195
|
-
tdHeightMedium: string;
|
|
196
|
-
tdHeightLarge: string;
|
|
197
|
-
sorterSize: string;
|
|
198
|
-
resizableContainerSize: string;
|
|
199
|
-
resizableSize: string;
|
|
200
|
-
filterSize: string;
|
|
201
|
-
paginationMargin: string;
|
|
202
|
-
emptyPadding: string;
|
|
203
|
-
actionPadding: string;
|
|
204
|
-
actionButtonMargin: string;
|
|
205
193
|
};
|
|
206
194
|
peers: {
|
|
207
195
|
Button: import("../../../_mixins").Theme<"Button", {
|
|
@@ -230,7 +218,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
230
218
|
colorTertiaryHover: string;
|
|
231
219
|
colorTertiaryPressed: string;
|
|
232
220
|
colorTertiaryDisalbed: string;
|
|
233
|
-
|
|
221
|
+
waveColorTertiary: string;
|
|
234
222
|
textColorTextTertiary: string;
|
|
235
223
|
colorQuaternary: string;
|
|
236
224
|
colorQuaternaryHover: string;
|
|
@@ -416,58 +404,87 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
416
404
|
rippleDuration: string;
|
|
417
405
|
}, any>;
|
|
418
406
|
Checkbox: import("../../../_mixins").Theme<"Checkbox", {
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
407
|
+
fontWeight: string;
|
|
408
|
+
textColor: string;
|
|
409
|
+
descriptionTextColor: string;
|
|
410
|
+
textColorDisabled: string;
|
|
411
|
+
descriptionTextColorDisabled: string;
|
|
422
412
|
fontSizeLarge: string;
|
|
413
|
+
fontSizeMedium: string;
|
|
414
|
+
fontSizeSmall: string;
|
|
415
|
+
lineHeightLarge: string;
|
|
416
|
+
lineHeightMedium: string;
|
|
417
|
+
lineHeightSmall: string;
|
|
418
|
+
borderRadiusLarge: string;
|
|
419
|
+
borderRadiusMedium: string;
|
|
420
|
+
borderRadiusSmall: string;
|
|
423
421
|
color: string;
|
|
422
|
+
colorHover: string;
|
|
423
|
+
colorFocus: string;
|
|
424
|
+
colorActive: string;
|
|
424
425
|
colorChecked: string;
|
|
426
|
+
colorHoverChecked: string;
|
|
427
|
+
colorFocusChecked: string;
|
|
428
|
+
colorActiveChecked: string;
|
|
425
429
|
colorDisabled: string;
|
|
426
430
|
colorDisabledChecked: string;
|
|
427
|
-
colorTableHeader: string;
|
|
428
|
-
colorTableHeaderModal: string;
|
|
429
|
-
colorTableHeaderPopover: string;
|
|
430
431
|
checkMarkColor: string;
|
|
432
|
+
checkMarkColorHover: string;
|
|
433
|
+
checkMarkColorFocus: string;
|
|
434
|
+
checkMarkColorActive: string;
|
|
431
435
|
checkMarkColorDisabled: string;
|
|
432
436
|
checkMarkColorDisabledChecked: string;
|
|
433
437
|
border: string;
|
|
434
|
-
borderDisabled: string;
|
|
435
|
-
borderDisabledChecked: string;
|
|
436
438
|
borderHover: string;
|
|
437
|
-
borderChecked: string;
|
|
438
439
|
borderFocus: string;
|
|
440
|
+
borderActive: string;
|
|
441
|
+
borderChecked: string;
|
|
442
|
+
borderHoverChecked: string;
|
|
443
|
+
borderFocusChecked: string;
|
|
444
|
+
borderActiveChecked: string;
|
|
445
|
+
borderDisabled: string;
|
|
446
|
+
borderDisabledChecked: string;
|
|
439
447
|
boxShadowHover: string;
|
|
440
448
|
boxShadowFocus: string;
|
|
441
449
|
boxShadowActive: string;
|
|
442
450
|
boxShadowHoverChecked: string;
|
|
443
451
|
boxShadowFocusChecked: string;
|
|
444
452
|
boxShadowActiveChecked: string;
|
|
445
|
-
textColor: string;
|
|
446
453
|
sizeSmall: string;
|
|
447
454
|
sizeMedium: string;
|
|
448
455
|
sizeLarge: string;
|
|
449
456
|
labelPadding: string;
|
|
450
|
-
labelFontWeight: string;
|
|
451
|
-
borderRadiusLarge: string;
|
|
452
|
-
borderRadiusSmall: string;
|
|
453
457
|
}, any>;
|
|
454
458
|
Radio: import("../../../_mixins").Theme<"Radio", {
|
|
455
|
-
|
|
459
|
+
radioSizeSmall: string;
|
|
460
|
+
radioSizeMedium: string;
|
|
461
|
+
radioSizeLarge: string;
|
|
456
462
|
buttonHeightSmall: string;
|
|
457
463
|
buttonHeightMedium: string;
|
|
458
464
|
buttonHeightLarge: string;
|
|
465
|
+
labelPadding: string;
|
|
466
|
+
labelFontWeight: string;
|
|
467
|
+
labelFontSizeSmall: string;
|
|
468
|
+
labelFontSizeMedium: string;
|
|
469
|
+
labelFontSizeLarge: string;
|
|
459
470
|
fontSizeSmall: string;
|
|
460
471
|
fontSizeMedium: string;
|
|
461
472
|
fontSizeLarge: string;
|
|
473
|
+
lineHeightSmall: string;
|
|
474
|
+
lineHeightMedium: string;
|
|
475
|
+
lineHeightLarge: string;
|
|
476
|
+
fontWeight: string;
|
|
462
477
|
boxShadow: string;
|
|
463
478
|
boxShadowActive: string;
|
|
464
479
|
boxShadowFocus: string;
|
|
465
480
|
boxShadowHover: string;
|
|
481
|
+
boxShadowPressed: string;
|
|
466
482
|
boxShadowDisabled: string;
|
|
467
483
|
boxShadowChecked: string;
|
|
468
484
|
boxShadowActiveChecked: string;
|
|
469
485
|
boxShadowFocusChecked: string;
|
|
470
486
|
boxShadowHoverChecked: string;
|
|
487
|
+
boxShadowPressedChecked: string;
|
|
471
488
|
boxShadowDisabledChecked: string;
|
|
472
489
|
color: string;
|
|
473
490
|
colorDisabled: string;
|
|
@@ -489,13 +506,41 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
489
506
|
buttonBoxShadowHover: string;
|
|
490
507
|
buttonBoxShadow: string;
|
|
491
508
|
buttonBorderRadius: string;
|
|
492
|
-
radioSizeSmall: string;
|
|
493
|
-
radioSizeMedium: string;
|
|
494
|
-
radioSizeLarge: string;
|
|
495
|
-
labelPadding: string;
|
|
496
|
-
labelFontWeight: string;
|
|
497
509
|
}, any>;
|
|
498
510
|
Pagination: import("../../../_mixins").Theme<"Pagination", {
|
|
511
|
+
itemPaddingSmall: string;
|
|
512
|
+
itemMarginSmall: string;
|
|
513
|
+
itemMarginSmallRtl: string;
|
|
514
|
+
itemPaddingMedium: string;
|
|
515
|
+
itemMarginMedium: string;
|
|
516
|
+
itemMarginMediumRtl: string;
|
|
517
|
+
itemPaddingLarge: string;
|
|
518
|
+
itemMarginLarge: string;
|
|
519
|
+
itemMarginLargeRtl: string;
|
|
520
|
+
buttonIconSizeSmall: string;
|
|
521
|
+
buttonIconSizeMedium: string;
|
|
522
|
+
buttonIconSizeLarge: string;
|
|
523
|
+
inputWidthSmall: string;
|
|
524
|
+
selectWidthSmall: string;
|
|
525
|
+
inputMarginSmall: string;
|
|
526
|
+
inputMarginSmallRtl: string;
|
|
527
|
+
selectMarginSmall: string;
|
|
528
|
+
prefixMarginSmall: string;
|
|
529
|
+
suffixMarginSmall: string;
|
|
530
|
+
inputWidthMedium: string;
|
|
531
|
+
selectWidthMedium: string;
|
|
532
|
+
inputMarginMedium: string;
|
|
533
|
+
inputMarginMediumRtl: string;
|
|
534
|
+
selectMarginMedium: string;
|
|
535
|
+
prefixMarginMedium: string;
|
|
536
|
+
suffixMarginMedium: string;
|
|
537
|
+
inputWidthLarge: string;
|
|
538
|
+
selectWidthLarge: string;
|
|
539
|
+
inputMarginLarge: string;
|
|
540
|
+
inputMarginLargeRtl: string;
|
|
541
|
+
selectMarginLarge: string;
|
|
542
|
+
prefixMarginLarge: string;
|
|
543
|
+
suffixMarginLarge: string;
|
|
499
544
|
buttonColor: string;
|
|
500
545
|
buttonColorHover: string;
|
|
501
546
|
buttonColorPressed: string;
|
|
@@ -533,53 +578,46 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
533
578
|
jumperFontSizeLarge: string;
|
|
534
579
|
jumperTextColor: string;
|
|
535
580
|
jumperTextColorDisabled: string;
|
|
536
|
-
itemPaddingSmall: string;
|
|
537
|
-
itemMarginSmall: string;
|
|
538
|
-
itemMarginSmallRtl: string;
|
|
539
|
-
itemPaddingMedium: string;
|
|
540
|
-
itemMarginMedium: string;
|
|
541
|
-
itemMarginMediumRtl: string;
|
|
542
|
-
itemPaddingLarge: string;
|
|
543
|
-
itemMarginLarge: string;
|
|
544
|
-
itemMarginLargeRtl: string;
|
|
545
|
-
buttonIconSizeSmall: string;
|
|
546
|
-
buttonIconSizeMedium: string;
|
|
547
|
-
buttonIconSizeLarge: string;
|
|
548
|
-
inputWidthSmall: string;
|
|
549
|
-
selectWidthSmall: string;
|
|
550
|
-
inputMarginSmall: string;
|
|
551
|
-
inputMarginSmallRtl: string;
|
|
552
|
-
selectMarginSmall: string;
|
|
553
|
-
prefixMarginSmall: string;
|
|
554
|
-
suffixMarginSmall: string;
|
|
555
|
-
inputWidthMedium: string;
|
|
556
|
-
selectWidthMedium: string;
|
|
557
|
-
inputMarginMedium: string;
|
|
558
|
-
inputMarginMediumRtl: string;
|
|
559
|
-
selectMarginMedium: string;
|
|
560
|
-
prefixMarginMedium: string;
|
|
561
|
-
suffixMarginMedium: string;
|
|
562
|
-
inputWidthLarge: string;
|
|
563
|
-
selectWidthLarge: string;
|
|
564
|
-
inputMarginLarge: string;
|
|
565
|
-
inputMarginLargeRtl: string;
|
|
566
|
-
selectMarginLarge: string;
|
|
567
|
-
prefixMarginLarge: string;
|
|
568
|
-
suffixMarginLarge: string;
|
|
569
581
|
}, {
|
|
570
582
|
Select: import("../../../_mixins").Theme<"Select", {
|
|
571
583
|
menuBoxShadow: string;
|
|
572
584
|
}, {
|
|
573
585
|
InternalSelection: import("../../../_mixins").Theme<"InternalSelection", {
|
|
586
|
+
paddingTiny: string;
|
|
587
|
+
paddingSmall: string;
|
|
588
|
+
paddingMedium: string;
|
|
589
|
+
paddingLarge: string;
|
|
590
|
+
paddingHuge: string;
|
|
591
|
+
clearSizeTiny: string;
|
|
592
|
+
clearSizeSmall: string;
|
|
593
|
+
clearSizeMedium: string;
|
|
594
|
+
clearSizeLarge: string;
|
|
595
|
+
clearSizeHuge: string;
|
|
596
|
+
arrowSizeTiny: string;
|
|
597
|
+
arrowSizeSmall: string;
|
|
598
|
+
arrowSizeMedium: string;
|
|
599
|
+
arrowSizeLarge: string;
|
|
600
|
+
arrowSizeHuge: string;
|
|
574
601
|
fontSizeTiny: string;
|
|
575
602
|
fontSizeSmall: string;
|
|
576
603
|
fontSizeMedium: string;
|
|
577
604
|
fontSizeLarge: string;
|
|
605
|
+
fontSizeHuge: string;
|
|
606
|
+
lineHeightTiny: string;
|
|
607
|
+
lineHeightSmall: string;
|
|
608
|
+
lineHeightMedium: string;
|
|
609
|
+
lineHeightLarge: string;
|
|
610
|
+
lineHeightHuge: string;
|
|
578
611
|
heightTiny: string;
|
|
579
612
|
heightSmall: string;
|
|
580
613
|
heightMedium: string;
|
|
581
614
|
heightLarge: string;
|
|
582
|
-
|
|
615
|
+
heightHuge: string;
|
|
616
|
+
borderRadiusTiny: string;
|
|
617
|
+
borderRadiusSmall: string;
|
|
618
|
+
borderRadiusMedium: string;
|
|
619
|
+
borderRadiusLarge: string;
|
|
620
|
+
borderRadiusHuge: string;
|
|
583
621
|
textColor: string;
|
|
584
622
|
textColorDisabled: string;
|
|
585
623
|
placeholderColor: string;
|
|
@@ -621,35 +659,68 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
621
659
|
clearColor: string;
|
|
622
660
|
clearColorHover: string;
|
|
623
661
|
clearColorPressed: string;
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
662
|
+
caretColorSecondary: string;
|
|
663
|
+
filterCounterTextColor: string;
|
|
664
|
+
filterCounterSeparatorColor: string;
|
|
665
|
+
filterCounterTextColorDisabled: string;
|
|
666
|
+
filterCounterSeparatorColorDisabled: string;
|
|
667
|
+
arrowColorSecondary: string;
|
|
668
|
+
clearColorSecondary: string;
|
|
669
|
+
colorSecondary: string;
|
|
670
|
+
textColorSecondary: string;
|
|
671
|
+
borderSecondary: string;
|
|
672
|
+
arrowColorDisabledSecondary: string;
|
|
673
|
+
clearColorDisabledSecondary: string;
|
|
674
|
+
colorDisabledSecondary: string;
|
|
675
|
+
textColorDisabledSecondary: string;
|
|
676
|
+
borderDisabledSecondary: string;
|
|
677
|
+
arrowColorHoverSecondary: string;
|
|
678
|
+
clearColorHoverSecondary: string;
|
|
679
|
+
colorHoverSecondary: string;
|
|
680
|
+
textColorHoverSecondary: string;
|
|
681
|
+
borderHoverSecondary: string;
|
|
682
|
+
arrowColorFocusSecondary: string;
|
|
683
|
+
clearColorFocusSecondary: string;
|
|
684
|
+
colorFocusSecondary: string;
|
|
685
|
+
textColorFocusSecondary: string;
|
|
686
|
+
borderFocusSecondary: string;
|
|
687
|
+
arrowColorActiveSecondary: string;
|
|
688
|
+
clearColorActiveSecondary: string;
|
|
689
|
+
colorActiveSecondary: string;
|
|
690
|
+
textColorActiveSecondary: string;
|
|
691
|
+
borderActiveSecondary: string;
|
|
628
692
|
}, {
|
|
629
693
|
Popover: import("../../../_mixins").Theme<"Popover", {
|
|
630
|
-
fontSize: string;
|
|
631
|
-
borderRadius: string;
|
|
632
|
-
color: string;
|
|
633
|
-
dividerColor: string;
|
|
634
|
-
textColor: string;
|
|
635
|
-
boxShadow: string;
|
|
636
694
|
space: string;
|
|
637
695
|
spaceArrow: string;
|
|
638
696
|
arrowOffset: string;
|
|
639
697
|
arrowOffsetVertical: string;
|
|
640
698
|
arrowHeight: string;
|
|
641
699
|
padding: string;
|
|
700
|
+
fontSize: string;
|
|
701
|
+
borderRadius: string;
|
|
702
|
+
color: string;
|
|
703
|
+
dividerColor: string;
|
|
704
|
+
textColor: string;
|
|
705
|
+
boxShadow: string;
|
|
642
706
|
}, any>;
|
|
643
707
|
}>;
|
|
644
708
|
InternalSelectMenu: import("../../../_mixins").Theme<"InternalSelectMenu", {
|
|
709
|
+
height: string;
|
|
710
|
+
paddingSmall: string;
|
|
711
|
+
paddingMedium: string;
|
|
712
|
+
paddingLarge: string;
|
|
713
|
+
optionPaddingSmall: string;
|
|
714
|
+
optionPaddingMedium: string;
|
|
715
|
+
optionPaddingLarge: string;
|
|
716
|
+
loadingSize: string;
|
|
645
717
|
optionFontSizeSmall: string;
|
|
646
718
|
optionFontSizeMedium: string;
|
|
647
719
|
optionFontSizeLarge: string;
|
|
648
|
-
optionFontSizeHuge: string;
|
|
649
720
|
optionHeightSmall: string;
|
|
650
721
|
optionHeightMedium: string;
|
|
651
722
|
optionHeightLarge: string;
|
|
652
|
-
|
|
723
|
+
optionBorderRadius: string;
|
|
653
724
|
borderRadius: string;
|
|
654
725
|
color: string;
|
|
655
726
|
groupHeaderTextColor: string;
|
|
@@ -666,22 +737,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
666
737
|
optionColorActivePending: string;
|
|
667
738
|
actionTextColor: string;
|
|
668
739
|
loadingColor: string;
|
|
669
|
-
height: string;
|
|
670
|
-
paddingSmall: string;
|
|
671
|
-
paddingMedium: string;
|
|
672
|
-
paddingLarge: string;
|
|
673
|
-
paddingHuge: string;
|
|
674
|
-
optionPaddingSmall: string;
|
|
675
|
-
optionPaddingMedium: string;
|
|
676
|
-
optionPaddingLarge: string;
|
|
677
|
-
optionPaddingHuge: string;
|
|
678
|
-
loadingSize: string;
|
|
679
740
|
}, {
|
|
680
741
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
681
742
|
color: string;
|
|
682
743
|
colorHover: string;
|
|
683
744
|
}, any>;
|
|
684
745
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
746
|
+
iconSizeSmall: string;
|
|
747
|
+
iconSizeMedium: string;
|
|
748
|
+
iconSizeLarge: string;
|
|
749
|
+
iconSizeHuge: string;
|
|
685
750
|
fontSizeSmall: string;
|
|
686
751
|
fontSizeMedium: string;
|
|
687
752
|
fontSizeLarge: string;
|
|
@@ -689,29 +754,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
689
754
|
textColor: string;
|
|
690
755
|
iconColor: string;
|
|
691
756
|
extraTextColor: string;
|
|
692
|
-
iconSizeSmall: string;
|
|
693
|
-
iconSizeMedium: string;
|
|
694
|
-
iconSizeLarge: string;
|
|
695
|
-
iconSizeHuge: string;
|
|
696
757
|
}, any>;
|
|
697
758
|
}>;
|
|
698
759
|
}>;
|
|
699
760
|
Input: import("../../../_mixins").Theme<"Input", {
|
|
761
|
+
paddingTiny: string;
|
|
762
|
+
paddingSmall: string;
|
|
763
|
+
paddingMedium: string;
|
|
764
|
+
paddingLarge: string;
|
|
765
|
+
paddingHuge: string;
|
|
766
|
+
clearSize: string;
|
|
700
767
|
countTextColorDisabled: string;
|
|
701
768
|
countTextColor: string;
|
|
702
769
|
heightTiny: string;
|
|
703
770
|
heightSmall: string;
|
|
704
771
|
heightMedium: string;
|
|
705
772
|
heightLarge: string;
|
|
773
|
+
heightHuge: string;
|
|
706
774
|
fontSizeTiny: string;
|
|
707
775
|
fontSizeSmall: string;
|
|
708
776
|
fontSizeMedium: string;
|
|
709
777
|
fontSizeLarge: string;
|
|
778
|
+
fontSizeHuge: string;
|
|
710
779
|
lineHeight: string;
|
|
711
780
|
lineHeightTextarea: string;
|
|
712
781
|
borderRadius: string;
|
|
713
782
|
iconSize: string;
|
|
714
|
-
groupLabelColor: string;
|
|
715
783
|
groupLabelTextColor: string;
|
|
716
784
|
textColor: string;
|
|
717
785
|
textColorDisabled: string;
|
|
@@ -751,38 +819,41 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
751
819
|
iconColorHover: string;
|
|
752
820
|
iconColorPressed: string;
|
|
753
821
|
suffixTextColor: string;
|
|
754
|
-
|
|
755
|
-
paddingSmall: string;
|
|
756
|
-
paddingMedium: string;
|
|
757
|
-
paddingLarge: string;
|
|
758
|
-
clearSize: string;
|
|
822
|
+
selectionColor: string;
|
|
759
823
|
}, any>;
|
|
760
824
|
Popselect: import("../../../_mixins").Theme<"Popselect", {
|
|
761
825
|
menuBoxShadow: string;
|
|
762
826
|
}, {
|
|
763
827
|
Popover: import("../../../_mixins").Theme<"Popover", {
|
|
764
|
-
fontSize: string;
|
|
765
|
-
borderRadius: string;
|
|
766
|
-
color: string;
|
|
767
|
-
dividerColor: string;
|
|
768
|
-
textColor: string;
|
|
769
|
-
boxShadow: string;
|
|
770
828
|
space: string;
|
|
771
829
|
spaceArrow: string;
|
|
772
830
|
arrowOffset: string;
|
|
773
831
|
arrowOffsetVertical: string;
|
|
774
832
|
arrowHeight: string;
|
|
775
833
|
padding: string;
|
|
834
|
+
fontSize: string;
|
|
835
|
+
borderRadius: string;
|
|
836
|
+
color: string;
|
|
837
|
+
dividerColor: string;
|
|
838
|
+
textColor: string;
|
|
839
|
+
boxShadow: string;
|
|
776
840
|
}, any>;
|
|
777
841
|
InternalSelectMenu: import("../../../_mixins").Theme<"InternalSelectMenu", {
|
|
842
|
+
height: string;
|
|
843
|
+
paddingSmall: string;
|
|
844
|
+
paddingMedium: string;
|
|
845
|
+
paddingLarge: string;
|
|
846
|
+
optionPaddingSmall: string;
|
|
847
|
+
optionPaddingMedium: string;
|
|
848
|
+
optionPaddingLarge: string;
|
|
849
|
+
loadingSize: string;
|
|
778
850
|
optionFontSizeSmall: string;
|
|
779
851
|
optionFontSizeMedium: string;
|
|
780
852
|
optionFontSizeLarge: string;
|
|
781
|
-
optionFontSizeHuge: string;
|
|
782
853
|
optionHeightSmall: string;
|
|
783
854
|
optionHeightMedium: string;
|
|
784
855
|
optionHeightLarge: string;
|
|
785
|
-
|
|
856
|
+
optionBorderRadius: string;
|
|
786
857
|
borderRadius: string;
|
|
787
858
|
color: string;
|
|
788
859
|
groupHeaderTextColor: string;
|
|
@@ -799,22 +870,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
799
870
|
optionColorActivePending: string;
|
|
800
871
|
actionTextColor: string;
|
|
801
872
|
loadingColor: string;
|
|
802
|
-
height: string;
|
|
803
|
-
paddingSmall: string;
|
|
804
|
-
paddingMedium: string;
|
|
805
|
-
paddingLarge: string;
|
|
806
|
-
paddingHuge: string;
|
|
807
|
-
optionPaddingSmall: string;
|
|
808
|
-
optionPaddingMedium: string;
|
|
809
|
-
optionPaddingLarge: string;
|
|
810
|
-
optionPaddingHuge: string;
|
|
811
|
-
loadingSize: string;
|
|
812
873
|
}, {
|
|
813
874
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
814
875
|
color: string;
|
|
815
876
|
colorHover: string;
|
|
816
877
|
}, any>;
|
|
817
878
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
879
|
+
iconSizeSmall: string;
|
|
880
|
+
iconSizeMedium: string;
|
|
881
|
+
iconSizeLarge: string;
|
|
882
|
+
iconSizeHuge: string;
|
|
818
883
|
fontSizeSmall: string;
|
|
819
884
|
fontSizeMedium: string;
|
|
820
885
|
fontSizeLarge: string;
|
|
@@ -822,10 +887,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
822
887
|
textColor: string;
|
|
823
888
|
iconColor: string;
|
|
824
889
|
extraTextColor: string;
|
|
825
|
-
iconSizeSmall: string;
|
|
826
|
-
iconSizeMedium: string;
|
|
827
|
-
iconSizeLarge: string;
|
|
828
|
-
iconSizeHuge: string;
|
|
829
890
|
}, any>;
|
|
830
891
|
}>;
|
|
831
892
|
}>;
|
|
@@ -835,6 +896,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
835
896
|
colorHover: string;
|
|
836
897
|
}, any>;
|
|
837
898
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
899
|
+
iconSizeSmall: string;
|
|
900
|
+
iconSizeMedium: string;
|
|
901
|
+
iconSizeLarge: string;
|
|
902
|
+
iconSizeHuge: string;
|
|
838
903
|
fontSizeSmall: string;
|
|
839
904
|
fontSizeMedium: string;
|
|
840
905
|
fontSizeLarge: string;
|
|
@@ -842,30 +907,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
842
907
|
textColor: string;
|
|
843
908
|
iconColor: string;
|
|
844
909
|
extraTextColor: string;
|
|
845
|
-
iconSizeSmall: string;
|
|
846
|
-
iconSizeMedium: string;
|
|
847
|
-
iconSizeLarge: string;
|
|
848
|
-
iconSizeHuge: string;
|
|
849
910
|
}, any>;
|
|
850
911
|
Popover: import("../../../_mixins").Theme<"Popover", {
|
|
851
|
-
fontSize: string;
|
|
852
|
-
borderRadius: string;
|
|
853
|
-
color: string;
|
|
854
|
-
dividerColor: string;
|
|
855
|
-
textColor: string;
|
|
856
|
-
boxShadow: string;
|
|
857
912
|
space: string;
|
|
858
913
|
spaceArrow: string;
|
|
859
914
|
arrowOffset: string;
|
|
860
915
|
arrowOffsetVertical: string;
|
|
861
916
|
arrowHeight: string;
|
|
862
917
|
padding: string;
|
|
918
|
+
fontSize: string;
|
|
919
|
+
borderRadius: string;
|
|
920
|
+
color: string;
|
|
921
|
+
dividerColor: string;
|
|
922
|
+
textColor: string;
|
|
923
|
+
boxShadow: string;
|
|
863
924
|
}, any>;
|
|
864
925
|
Ellipsis: import("../../../_mixins").Theme<"Ellipsis", unknown, {
|
|
865
926
|
Tooltip: import("../../../_mixins").Theme<"Tooltip", {
|
|
866
|
-
borderRadius: string;
|
|
867
|
-
color: string;
|
|
868
|
-
textColor: string;
|
|
869
927
|
padding: string;
|
|
870
928
|
textPadding: string;
|
|
871
929
|
titleSize: string;
|
|
@@ -878,24 +936,48 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
878
936
|
iconSize: string;
|
|
879
937
|
arrowSpace: string;
|
|
880
938
|
noArrowSpace: string;
|
|
939
|
+
borderRadius: string;
|
|
940
|
+
color: string;
|
|
941
|
+
textColor: string;
|
|
881
942
|
}, {
|
|
882
943
|
Popover: import("../../../_mixins").Theme<"Popover", {
|
|
883
|
-
fontSize: string;
|
|
884
|
-
borderRadius: string;
|
|
885
|
-
color: string;
|
|
886
|
-
dividerColor: string;
|
|
887
|
-
textColor: string;
|
|
888
|
-
boxShadow: string;
|
|
889
944
|
space: string;
|
|
890
945
|
spaceArrow: string;
|
|
891
946
|
arrowOffset: string;
|
|
892
947
|
arrowOffsetVertical: string;
|
|
893
948
|
arrowHeight: string;
|
|
894
949
|
padding: string;
|
|
950
|
+
fontSize: string;
|
|
951
|
+
borderRadius: string;
|
|
952
|
+
color: string;
|
|
953
|
+
dividerColor: string;
|
|
954
|
+
textColor: string;
|
|
955
|
+
boxShadow: string;
|
|
895
956
|
}, any>;
|
|
896
957
|
}>;
|
|
897
958
|
}>;
|
|
898
959
|
Dropdown: import("../../../_mixins").Theme<"Dropdown", {
|
|
960
|
+
padding: string;
|
|
961
|
+
optionIconSizeSmall: string;
|
|
962
|
+
optionIconSizeMedium: string;
|
|
963
|
+
optionIconSizeLarge: string;
|
|
964
|
+
optionIconSizeHuge: string;
|
|
965
|
+
optionSuffixWidthSmall: string;
|
|
966
|
+
optionSuffixWidthMedium: string;
|
|
967
|
+
optionSuffixWidthLarge: string;
|
|
968
|
+
optionSuffixWidthHuge: string;
|
|
969
|
+
optionIconSuffixWidthSmall: string;
|
|
970
|
+
optionIconSuffixWidthMedium: string;
|
|
971
|
+
optionIconSuffixWidthLarge: string;
|
|
972
|
+
optionIconSuffixWidthHuge: string;
|
|
973
|
+
optionPrefixWidthSmall: string;
|
|
974
|
+
optionPrefixWidthMedium: string;
|
|
975
|
+
optionPrefixWidthLarge: string;
|
|
976
|
+
optionPrefixWidthHuge: string;
|
|
977
|
+
optionIconPrefixWidthSmall: string;
|
|
978
|
+
optionIconPrefixWidthMedium: string;
|
|
979
|
+
optionIconPrefixWidthLarge: string;
|
|
980
|
+
optionIconPrefixWidthHuge: string;
|
|
899
981
|
optionHeightSmall: string;
|
|
900
982
|
optionHeightMedium: string;
|
|
901
983
|
optionHeightLarge: string;
|
|
@@ -905,6 +987,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
905
987
|
fontSizeMedium: string;
|
|
906
988
|
fontSizeLarge: string;
|
|
907
989
|
fontSizeHuge: string;
|
|
990
|
+
optionOpacityDisabled: string;
|
|
991
|
+
optionGroupHeaderBorderColor: string;
|
|
908
992
|
optionTextColor: string;
|
|
909
993
|
optionTextColorHover: string;
|
|
910
994
|
optionTextColorActive: string;
|
|
@@ -927,43 +1011,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
927
1011
|
optionColorHoverInverted: string;
|
|
928
1012
|
optionColorActiveInverted: string;
|
|
929
1013
|
groupHeaderTextColorInverted: string;
|
|
930
|
-
optionOpacityDisabled: string;
|
|
931
|
-
optionGroupHeaderBorderColor: string;
|
|
932
|
-
padding: string;
|
|
933
|
-
optionIconSizeSmall: string;
|
|
934
|
-
optionIconSizeMedium: string;
|
|
935
|
-
optionIconSizeLarge: string;
|
|
936
|
-
optionIconSizeHuge: string;
|
|
937
|
-
optionSuffixWidthSmall: string;
|
|
938
|
-
optionSuffixWidthMedium: string;
|
|
939
|
-
optionSuffixWidthLarge: string;
|
|
940
|
-
optionSuffixWidthHuge: string;
|
|
941
|
-
optionIconSuffixWidthSmall: string;
|
|
942
|
-
optionIconSuffixWidthMedium: string;
|
|
943
|
-
optionIconSuffixWidthLarge: string;
|
|
944
|
-
optionIconSuffixWidthHuge: string;
|
|
945
|
-
optionPrefixWidthSmall: string;
|
|
946
|
-
optionPrefixWidthMedium: string;
|
|
947
|
-
optionPrefixWidthLarge: string;
|
|
948
|
-
optionPrefixWidthHuge: string;
|
|
949
|
-
optionIconPrefixWidthSmall: string;
|
|
950
|
-
optionIconPrefixWidthMedium: string;
|
|
951
|
-
optionIconPrefixWidthLarge: string;
|
|
952
|
-
optionIconPrefixWidthHuge: string;
|
|
953
1014
|
}, {
|
|
954
1015
|
Popover: import("../../../_mixins").Theme<"Popover", {
|
|
955
|
-
fontSize: string;
|
|
956
|
-
borderRadius: string;
|
|
957
|
-
color: string;
|
|
958
|
-
dividerColor: string;
|
|
959
|
-
textColor: string;
|
|
960
|
-
boxShadow: string;
|
|
961
1016
|
space: string;
|
|
962
1017
|
spaceArrow: string;
|
|
963
1018
|
arrowOffset: string;
|
|
964
1019
|
arrowOffsetVertical: string;
|
|
965
1020
|
arrowHeight: string;
|
|
966
1021
|
padding: string;
|
|
1022
|
+
fontSize: string;
|
|
1023
|
+
borderRadius: string;
|
|
1024
|
+
color: string;
|
|
1025
|
+
dividerColor: string;
|
|
1026
|
+
textColor: string;
|
|
1027
|
+
boxShadow: string;
|
|
967
1028
|
}, any>;
|
|
968
1029
|
}>;
|
|
969
1030
|
};
|
|
@@ -989,15 +1050,41 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
989
1050
|
menuBoxShadow: string;
|
|
990
1051
|
}, {
|
|
991
1052
|
InternalSelection: import("../../../_mixins").Theme<"InternalSelection", {
|
|
1053
|
+
paddingTiny: string;
|
|
1054
|
+
paddingSmall: string;
|
|
1055
|
+
paddingMedium: string;
|
|
1056
|
+
paddingLarge: string;
|
|
1057
|
+
paddingHuge: string;
|
|
1058
|
+
clearSizeTiny: string;
|
|
1059
|
+
clearSizeSmall: string;
|
|
1060
|
+
clearSizeMedium: string;
|
|
1061
|
+
clearSizeLarge: string;
|
|
1062
|
+
clearSizeHuge: string;
|
|
1063
|
+
arrowSizeTiny: string;
|
|
1064
|
+
arrowSizeSmall: string;
|
|
1065
|
+
arrowSizeMedium: string;
|
|
1066
|
+
arrowSizeLarge: string;
|
|
1067
|
+
arrowSizeHuge: string;
|
|
992
1068
|
fontSizeTiny: string;
|
|
993
1069
|
fontSizeSmall: string;
|
|
994
1070
|
fontSizeMedium: string;
|
|
995
1071
|
fontSizeLarge: string;
|
|
1072
|
+
fontSizeHuge: string;
|
|
1073
|
+
lineHeightTiny: string;
|
|
1074
|
+
lineHeightSmall: string;
|
|
1075
|
+
lineHeightMedium: string;
|
|
1076
|
+
lineHeightLarge: string;
|
|
1077
|
+
lineHeightHuge: string;
|
|
996
1078
|
heightTiny: string;
|
|
997
1079
|
heightSmall: string;
|
|
998
1080
|
heightMedium: string;
|
|
999
1081
|
heightLarge: string;
|
|
1000
|
-
|
|
1082
|
+
heightHuge: string;
|
|
1083
|
+
borderRadiusTiny: string;
|
|
1084
|
+
borderRadiusSmall: string;
|
|
1085
|
+
borderRadiusMedium: string;
|
|
1086
|
+
borderRadiusLarge: string;
|
|
1087
|
+
borderRadiusHuge: string;
|
|
1001
1088
|
textColor: string;
|
|
1002
1089
|
textColorDisabled: string;
|
|
1003
1090
|
placeholderColor: string;
|
|
@@ -1039,35 +1126,68 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1039
1126
|
clearColor: string;
|
|
1040
1127
|
clearColorHover: string;
|
|
1041
1128
|
clearColorPressed: string;
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1129
|
+
caretColorSecondary: string;
|
|
1130
|
+
filterCounterTextColor: string;
|
|
1131
|
+
filterCounterSeparatorColor: string;
|
|
1132
|
+
filterCounterTextColorDisabled: string;
|
|
1133
|
+
filterCounterSeparatorColorDisabled: string;
|
|
1134
|
+
arrowColorSecondary: string;
|
|
1135
|
+
clearColorSecondary: string;
|
|
1136
|
+
colorSecondary: string;
|
|
1137
|
+
textColorSecondary: string;
|
|
1138
|
+
borderSecondary: string;
|
|
1139
|
+
arrowColorDisabledSecondary: string;
|
|
1140
|
+
clearColorDisabledSecondary: string;
|
|
1141
|
+
colorDisabledSecondary: string;
|
|
1142
|
+
textColorDisabledSecondary: string;
|
|
1143
|
+
borderDisabledSecondary: string;
|
|
1144
|
+
arrowColorHoverSecondary: string;
|
|
1145
|
+
clearColorHoverSecondary: string;
|
|
1146
|
+
colorHoverSecondary: string;
|
|
1147
|
+
textColorHoverSecondary: string;
|
|
1148
|
+
borderHoverSecondary: string;
|
|
1149
|
+
arrowColorFocusSecondary: string;
|
|
1150
|
+
clearColorFocusSecondary: string;
|
|
1151
|
+
colorFocusSecondary: string;
|
|
1152
|
+
textColorFocusSecondary: string;
|
|
1153
|
+
borderFocusSecondary: string;
|
|
1154
|
+
arrowColorActiveSecondary: string;
|
|
1155
|
+
clearColorActiveSecondary: string;
|
|
1156
|
+
colorActiveSecondary: string;
|
|
1157
|
+
textColorActiveSecondary: string;
|
|
1158
|
+
borderActiveSecondary: string;
|
|
1046
1159
|
}, {
|
|
1047
1160
|
Popover: import("../../../_mixins").Theme<"Popover", {
|
|
1048
|
-
fontSize: string;
|
|
1049
|
-
borderRadius: string;
|
|
1050
|
-
color: string;
|
|
1051
|
-
dividerColor: string;
|
|
1052
|
-
textColor: string;
|
|
1053
|
-
boxShadow: string;
|
|
1054
1161
|
space: string;
|
|
1055
1162
|
spaceArrow: string;
|
|
1056
1163
|
arrowOffset: string;
|
|
1057
1164
|
arrowOffsetVertical: string;
|
|
1058
1165
|
arrowHeight: string;
|
|
1059
1166
|
padding: string;
|
|
1167
|
+
fontSize: string;
|
|
1168
|
+
borderRadius: string;
|
|
1169
|
+
color: string;
|
|
1170
|
+
dividerColor: string;
|
|
1171
|
+
textColor: string;
|
|
1172
|
+
boxShadow: string;
|
|
1060
1173
|
}, any>;
|
|
1061
1174
|
}>;
|
|
1062
1175
|
InternalSelectMenu: import("../../../_mixins").Theme<"InternalSelectMenu", {
|
|
1176
|
+
height: string;
|
|
1177
|
+
paddingSmall: string;
|
|
1178
|
+
paddingMedium: string;
|
|
1179
|
+
paddingLarge: string;
|
|
1180
|
+
optionPaddingSmall: string;
|
|
1181
|
+
optionPaddingMedium: string;
|
|
1182
|
+
optionPaddingLarge: string;
|
|
1183
|
+
loadingSize: string;
|
|
1063
1184
|
optionFontSizeSmall: string;
|
|
1064
1185
|
optionFontSizeMedium: string;
|
|
1065
1186
|
optionFontSizeLarge: string;
|
|
1066
|
-
optionFontSizeHuge: string;
|
|
1067
1187
|
optionHeightSmall: string;
|
|
1068
1188
|
optionHeightMedium: string;
|
|
1069
1189
|
optionHeightLarge: string;
|
|
1070
|
-
|
|
1190
|
+
optionBorderRadius: string;
|
|
1071
1191
|
borderRadius: string;
|
|
1072
1192
|
color: string;
|
|
1073
1193
|
groupHeaderTextColor: string;
|
|
@@ -1084,22 +1204,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1084
1204
|
optionColorActivePending: string;
|
|
1085
1205
|
actionTextColor: string;
|
|
1086
1206
|
loadingColor: string;
|
|
1087
|
-
height: string;
|
|
1088
|
-
paddingSmall: string;
|
|
1089
|
-
paddingMedium: string;
|
|
1090
|
-
paddingLarge: string;
|
|
1091
|
-
paddingHuge: string;
|
|
1092
|
-
optionPaddingSmall: string;
|
|
1093
|
-
optionPaddingMedium: string;
|
|
1094
|
-
optionPaddingLarge: string;
|
|
1095
|
-
optionPaddingHuge: string;
|
|
1096
|
-
loadingSize: string;
|
|
1097
1207
|
}, {
|
|
1098
1208
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
1099
1209
|
color: string;
|
|
1100
1210
|
colorHover: string;
|
|
1101
1211
|
}, any>;
|
|
1102
1212
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
1213
|
+
iconSizeSmall: string;
|
|
1214
|
+
iconSizeMedium: string;
|
|
1215
|
+
iconSizeLarge: string;
|
|
1216
|
+
iconSizeHuge: string;
|
|
1103
1217
|
fontSizeSmall: string;
|
|
1104
1218
|
fontSizeMedium: string;
|
|
1105
1219
|
fontSizeLarge: string;
|
|
@@ -1107,29 +1221,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1107
1221
|
textColor: string;
|
|
1108
1222
|
iconColor: string;
|
|
1109
1223
|
extraTextColor: string;
|
|
1110
|
-
iconSizeSmall: string;
|
|
1111
|
-
iconSizeMedium: string;
|
|
1112
|
-
iconSizeLarge: string;
|
|
1113
|
-
iconSizeHuge: string;
|
|
1114
1224
|
}, any>;
|
|
1115
1225
|
}>;
|
|
1116
1226
|
}>> | undefined;
|
|
1117
1227
|
Input?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Input", {
|
|
1228
|
+
paddingTiny: string;
|
|
1229
|
+
paddingSmall: string;
|
|
1230
|
+
paddingMedium: string;
|
|
1231
|
+
paddingLarge: string;
|
|
1232
|
+
paddingHuge: string;
|
|
1233
|
+
clearSize: string;
|
|
1118
1234
|
countTextColorDisabled: string;
|
|
1119
1235
|
countTextColor: string;
|
|
1120
1236
|
heightTiny: string;
|
|
1121
1237
|
heightSmall: string;
|
|
1122
1238
|
heightMedium: string;
|
|
1123
1239
|
heightLarge: string;
|
|
1240
|
+
heightHuge: string;
|
|
1124
1241
|
fontSizeTiny: string;
|
|
1125
1242
|
fontSizeSmall: string;
|
|
1126
1243
|
fontSizeMedium: string;
|
|
1127
1244
|
fontSizeLarge: string;
|
|
1245
|
+
fontSizeHuge: string;
|
|
1128
1246
|
lineHeight: string;
|
|
1129
1247
|
lineHeightTextarea: string;
|
|
1130
1248
|
borderRadius: string;
|
|
1131
1249
|
iconSize: string;
|
|
1132
|
-
groupLabelColor: string;
|
|
1133
1250
|
groupLabelTextColor: string;
|
|
1134
1251
|
textColor: string;
|
|
1135
1252
|
textColorDisabled: string;
|
|
@@ -1169,38 +1286,41 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1169
1286
|
iconColorHover: string;
|
|
1170
1287
|
iconColorPressed: string;
|
|
1171
1288
|
suffixTextColor: string;
|
|
1172
|
-
|
|
1173
|
-
paddingSmall: string;
|
|
1174
|
-
paddingMedium: string;
|
|
1175
|
-
paddingLarge: string;
|
|
1176
|
-
clearSize: string;
|
|
1289
|
+
selectionColor: string;
|
|
1177
1290
|
}, any>> | undefined;
|
|
1178
1291
|
Popselect?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Popselect", {
|
|
1179
1292
|
menuBoxShadow: string;
|
|
1180
1293
|
}, {
|
|
1181
1294
|
Popover: import("../../../_mixins").Theme<"Popover", {
|
|
1182
|
-
fontSize: string;
|
|
1183
|
-
borderRadius: string;
|
|
1184
|
-
color: string;
|
|
1185
|
-
dividerColor: string;
|
|
1186
|
-
textColor: string;
|
|
1187
|
-
boxShadow: string;
|
|
1188
1295
|
space: string;
|
|
1189
1296
|
spaceArrow: string;
|
|
1190
1297
|
arrowOffset: string;
|
|
1191
1298
|
arrowOffsetVertical: string;
|
|
1192
1299
|
arrowHeight: string;
|
|
1193
1300
|
padding: string;
|
|
1301
|
+
fontSize: string;
|
|
1302
|
+
borderRadius: string;
|
|
1303
|
+
color: string;
|
|
1304
|
+
dividerColor: string;
|
|
1305
|
+
textColor: string;
|
|
1306
|
+
boxShadow: string;
|
|
1194
1307
|
}, any>;
|
|
1195
1308
|
InternalSelectMenu: import("../../../_mixins").Theme<"InternalSelectMenu", {
|
|
1309
|
+
height: string;
|
|
1310
|
+
paddingSmall: string;
|
|
1311
|
+
paddingMedium: string;
|
|
1312
|
+
paddingLarge: string;
|
|
1313
|
+
optionPaddingSmall: string;
|
|
1314
|
+
optionPaddingMedium: string;
|
|
1315
|
+
optionPaddingLarge: string;
|
|
1316
|
+
loadingSize: string;
|
|
1196
1317
|
optionFontSizeSmall: string;
|
|
1197
1318
|
optionFontSizeMedium: string;
|
|
1198
1319
|
optionFontSizeLarge: string;
|
|
1199
|
-
optionFontSizeHuge: string;
|
|
1200
1320
|
optionHeightSmall: string;
|
|
1201
1321
|
optionHeightMedium: string;
|
|
1202
1322
|
optionHeightLarge: string;
|
|
1203
|
-
|
|
1323
|
+
optionBorderRadius: string;
|
|
1204
1324
|
borderRadius: string;
|
|
1205
1325
|
color: string;
|
|
1206
1326
|
groupHeaderTextColor: string;
|
|
@@ -1217,22 +1337,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1217
1337
|
optionColorActivePending: string;
|
|
1218
1338
|
actionTextColor: string;
|
|
1219
1339
|
loadingColor: string;
|
|
1220
|
-
height: string;
|
|
1221
|
-
paddingSmall: string;
|
|
1222
|
-
paddingMedium: string;
|
|
1223
|
-
paddingLarge: string;
|
|
1224
|
-
paddingHuge: string;
|
|
1225
|
-
optionPaddingSmall: string;
|
|
1226
|
-
optionPaddingMedium: string;
|
|
1227
|
-
optionPaddingLarge: string;
|
|
1228
|
-
optionPaddingHuge: string;
|
|
1229
|
-
loadingSize: string;
|
|
1230
1340
|
}, {
|
|
1231
1341
|
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
1232
1342
|
color: string;
|
|
1233
1343
|
colorHover: string;
|
|
1234
1344
|
}, any>;
|
|
1235
1345
|
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
1346
|
+
iconSizeSmall: string;
|
|
1347
|
+
iconSizeMedium: string;
|
|
1348
|
+
iconSizeLarge: string;
|
|
1349
|
+
iconSizeHuge: string;
|
|
1236
1350
|
fontSizeSmall: string;
|
|
1237
1351
|
fontSizeMedium: string;
|
|
1238
1352
|
fontSizeLarge: string;
|
|
@@ -1240,10 +1354,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1240
1354
|
textColor: string;
|
|
1241
1355
|
iconColor: string;
|
|
1242
1356
|
extraTextColor: string;
|
|
1243
|
-
iconSizeSmall: string;
|
|
1244
|
-
iconSizeMedium: string;
|
|
1245
|
-
iconSizeLarge: string;
|
|
1246
|
-
iconSizeHuge: string;
|
|
1247
1357
|
}, any>;
|
|
1248
1358
|
}>;
|
|
1249
1359
|
}>> | undefined;
|
|
@@ -1267,9 +1377,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1267
1377
|
Ellipsis?: {
|
|
1268
1378
|
peers?: {
|
|
1269
1379
|
Tooltip?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Tooltip", {
|
|
1270
|
-
borderRadius: string;
|
|
1271
|
-
color: string;
|
|
1272
|
-
textColor: string;
|
|
1273
1380
|
padding: string;
|
|
1274
1381
|
textPadding: string;
|
|
1275
1382
|
titleSize: string;
|
|
@@ -1282,20 +1389,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1282
1389
|
iconSize: string;
|
|
1283
1390
|
arrowSpace: string;
|
|
1284
1391
|
noArrowSpace: string;
|
|
1392
|
+
borderRadius: string;
|
|
1393
|
+
color: string;
|
|
1394
|
+
textColor: string;
|
|
1285
1395
|
}, {
|
|
1286
1396
|
Popover: import("../../../_mixins").Theme<"Popover", {
|
|
1287
|
-
fontSize: string;
|
|
1288
|
-
borderRadius: string;
|
|
1289
|
-
color: string;
|
|
1290
|
-
dividerColor: string;
|
|
1291
|
-
textColor: string;
|
|
1292
|
-
boxShadow: string;
|
|
1293
1397
|
space: string;
|
|
1294
1398
|
spaceArrow: string;
|
|
1295
1399
|
arrowOffset: string;
|
|
1296
1400
|
arrowOffsetVertical: string;
|
|
1297
1401
|
arrowHeight: string;
|
|
1298
1402
|
padding: string;
|
|
1403
|
+
fontSize: string;
|
|
1404
|
+
borderRadius: string;
|
|
1405
|
+
color: string;
|
|
1406
|
+
dividerColor: string;
|
|
1407
|
+
textColor: string;
|
|
1408
|
+
boxShadow: string;
|
|
1299
1409
|
}, any>;
|
|
1300
1410
|
}>> | undefined;
|
|
1301
1411
|
} | undefined;
|
|
@@ -1303,18 +1413,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1303
1413
|
Dropdown?: {
|
|
1304
1414
|
peers?: {
|
|
1305
1415
|
Popover?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Popover", {
|
|
1306
|
-
fontSize: string;
|
|
1307
|
-
borderRadius: string;
|
|
1308
|
-
color: string;
|
|
1309
|
-
dividerColor: string;
|
|
1310
|
-
textColor: string;
|
|
1311
|
-
boxShadow: string;
|
|
1312
1416
|
space: string;
|
|
1313
1417
|
spaceArrow: string;
|
|
1314
1418
|
arrowOffset: string;
|
|
1315
1419
|
arrowOffsetVertical: string;
|
|
1316
1420
|
arrowHeight: string;
|
|
1317
1421
|
padding: string;
|
|
1422
|
+
fontSize: string;
|
|
1423
|
+
borderRadius: string;
|
|
1424
|
+
color: string;
|
|
1425
|
+
dividerColor: string;
|
|
1426
|
+
textColor: string;
|
|
1427
|
+
boxShadow: string;
|
|
1318
1428
|
}, any>> | undefined;
|
|
1319
1429
|
} | undefined;
|
|
1320
1430
|
} | undefined;
|