@uzum-tech/ui 0.1.1 → 1.0.0
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 +6626 -6333
- 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/ChevronDownOutline.d.ts +2 -0
- package/es/_internal/icons/ChevronDownOutline.js +8 -0
- 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 +4 -0
- package/es/_internal/icons/index.js +4 -0
- package/es/_internal/icons/replaceable.js +1 -1
- 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/_mixins/use-theme.js +1 -1
- 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/BaseAnchor.js +1 -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/carousel/src/CarouselItem.js +1 -1
- 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/ConfigProvider.js +1 -1
- 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/Cell.js +1 -1
- 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/element/src/Element.js +1 -1
- 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 +4 -5
- 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/src/utils.js +1 -1
- package/es/form/styles/light.d.ts +17 -15
- package/es/form/styles/light.js +35 -3
- package/es/global-style/src/GlobalStyle.js +6 -6
- 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 +4 -3
- 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/locales/utils/index.js +1 -1
- package/es/log/src/Log.d.ts +88 -99
- package/es/log/src/Log.js +1 -1
- 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/number-animation/src/NumberAnimation.js +1 -1
- 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/src/styles/index.cssr.js +1 -1
- 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 +4 -3
- 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 +36 -3
- 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/ChevronDownOutline.d.ts +2 -0
- package/lib/_internal/icons/ChevronDownOutline.js +10 -0
- 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 +4 -0
- package/lib/_internal/icons/index.js +9 -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 +3 -3
- 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 +3 -3
- 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
|
@@ -2,6 +2,7 @@ import { type PropType, type ExtractPropTypes, type Ref } from 'vue';
|
|
|
2
2
|
import { type FollowerPlacement } from 'vueuc';
|
|
3
3
|
import type { TimePickerProps } from '../../time-picker/src/TimePicker';
|
|
4
4
|
import type { FormValidationStatus } from '../../form/src/interface';
|
|
5
|
+
import type { InputSize } from '../../input';
|
|
5
6
|
import type { MaybeArray, ExtractPublicPropTypes } from '../../_utils';
|
|
6
7
|
import { type DatePickerType } from './config';
|
|
7
8
|
import type { OnUpdateValue, Value, IsDateDisabled, IsTimeDisabled, Shortcuts, FirstDayOfWeek, DefaultTime, FormattedValue, OnUpdateFormattedValue } from './interface';
|
|
@@ -29,7 +30,7 @@ export declare const datePickerProps: {
|
|
|
29
30
|
};
|
|
30
31
|
readonly value: PropType<Value | null>;
|
|
31
32
|
readonly formattedValue: PropType<FormattedValue | null>;
|
|
32
|
-
readonly size: PropType<
|
|
33
|
+
readonly size: PropType<InputSize>;
|
|
33
34
|
readonly type: {
|
|
34
35
|
readonly type: PropType<DatePickerType>;
|
|
35
36
|
readonly default: "date";
|
|
@@ -73,18 +74,47 @@ export declare const datePickerProps: {
|
|
|
73
74
|
readonly onBlur: PropType<(e: FocusEvent) => void>;
|
|
74
75
|
readonly onChange: PropType<MaybeArray<OnUpdateValue>>;
|
|
75
76
|
readonly theme: PropType<import("../../_mixins").Theme<"DatePicker", {
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
77
|
+
itemColor: string;
|
|
78
|
+
itemColorHover: string;
|
|
79
|
+
itemColorPressed: string;
|
|
80
|
+
itemColorDisabled: string;
|
|
79
81
|
itemTextColor: string;
|
|
82
|
+
itemTextColorHover: string;
|
|
83
|
+
itemTextColorPressed: string;
|
|
80
84
|
itemTextColorDisabled: string;
|
|
85
|
+
itemColorActive: string;
|
|
86
|
+
itemColorActiveHover: string;
|
|
87
|
+
itemColorActivePressed: string;
|
|
88
|
+
itemColorActiveDisabled: string;
|
|
81
89
|
itemTextColorActive: string;
|
|
90
|
+
itemTextColorActiveHover: string;
|
|
91
|
+
itemTextColorActivePressed: string;
|
|
92
|
+
itemTextColorActiveDisabled: string;
|
|
93
|
+
itemColorCurrent: string;
|
|
94
|
+
itemColorCurrentHover: string;
|
|
95
|
+
itemColorCurrentPressed: string;
|
|
96
|
+
itemColorCurrentDisabled: string;
|
|
82
97
|
itemTextColorCurrent: string;
|
|
83
|
-
|
|
98
|
+
itemTextColorCurrentHover: string;
|
|
99
|
+
itemTextColorCurrentPressed: string;
|
|
100
|
+
itemTextColorCurrentDisabled: string;
|
|
84
101
|
itemColorIncluded: string;
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
102
|
+
itemColorIncludedHover: string;
|
|
103
|
+
itemColorIncludedPressed: string;
|
|
104
|
+
itemColorIncludedDisabled: string;
|
|
105
|
+
itemTextColorIncluded: string;
|
|
106
|
+
itemTextColorIncludedHover: string;
|
|
107
|
+
itemTextColorIncludedPressed: string;
|
|
108
|
+
itemTextColorIncludedDisabled: string;
|
|
109
|
+
itemColorExcluded: string;
|
|
110
|
+
itemTextColorExcluded: string;
|
|
111
|
+
arrowSize: string;
|
|
112
|
+
arrowColor: string;
|
|
113
|
+
itemFontSize: string;
|
|
114
|
+
itemFontWeight: string;
|
|
115
|
+
itemBorderRadius: string;
|
|
116
|
+
calendarDaysFontSize: string;
|
|
117
|
+
calendarTitleFontSize: string;
|
|
88
118
|
monthItemTextColorActive: string;
|
|
89
119
|
monthItemColorActive: string;
|
|
90
120
|
monthItemColor: string;
|
|
@@ -92,15 +122,10 @@ export declare const datePickerProps: {
|
|
|
92
122
|
monthItemColorHover: string;
|
|
93
123
|
monthItemTextColorHover: string;
|
|
94
124
|
titleColorActive: string;
|
|
95
|
-
itemBorderRadius: string;
|
|
96
125
|
panelColor: string;
|
|
97
126
|
panelTextColor: string;
|
|
98
|
-
arrowColor: string;
|
|
99
127
|
calendarTitleTextColor: string;
|
|
100
128
|
calendarTitleColorHover: string;
|
|
101
|
-
calendarDaysTextColor: string;
|
|
102
|
-
panelHeaderDividerColor: string;
|
|
103
|
-
calendarDaysDividerColor: string;
|
|
104
129
|
calendarDividerColor: string;
|
|
105
130
|
panelActionDividerColor: string;
|
|
106
131
|
panelBoxShadow: string;
|
|
@@ -123,7 +148,6 @@ export declare const datePickerProps: {
|
|
|
123
148
|
panelActionPadding: string;
|
|
124
149
|
calendarTitlePadding: string;
|
|
125
150
|
calendarTitleHeight: string;
|
|
126
|
-
arrowSize: string;
|
|
127
151
|
panelHeaderPadding: string;
|
|
128
152
|
calendarDaysHeight: string;
|
|
129
153
|
calendarTitleGridTempateColumns: string;
|
|
@@ -149,21 +173,28 @@ export declare const datePickerProps: {
|
|
|
149
173
|
calendarRightPaddingYearrange: string;
|
|
150
174
|
}, {
|
|
151
175
|
Input: import("../../_mixins").Theme<"Input", {
|
|
176
|
+
paddingTiny: string;
|
|
177
|
+
paddingSmall: string;
|
|
178
|
+
paddingMedium: string;
|
|
179
|
+
paddingLarge: string;
|
|
180
|
+
paddingHuge: string;
|
|
181
|
+
clearSize: string;
|
|
152
182
|
countTextColorDisabled: string;
|
|
153
183
|
countTextColor: string;
|
|
154
184
|
heightTiny: string;
|
|
155
185
|
heightSmall: string;
|
|
156
186
|
heightMedium: string;
|
|
157
187
|
heightLarge: string;
|
|
188
|
+
heightHuge: string;
|
|
158
189
|
fontSizeTiny: string;
|
|
159
190
|
fontSizeSmall: string;
|
|
160
191
|
fontSizeMedium: string;
|
|
161
192
|
fontSizeLarge: string;
|
|
193
|
+
fontSizeHuge: string;
|
|
162
194
|
lineHeight: string;
|
|
163
195
|
lineHeightTextarea: string;
|
|
164
196
|
borderRadius: string;
|
|
165
197
|
iconSize: string;
|
|
166
|
-
groupLabelColor: string;
|
|
167
198
|
groupLabelTextColor: string;
|
|
168
199
|
textColor: string;
|
|
169
200
|
textColorDisabled: string;
|
|
@@ -203,11 +234,7 @@ export declare const datePickerProps: {
|
|
|
203
234
|
iconColorHover: string;
|
|
204
235
|
iconColorPressed: string;
|
|
205
236
|
suffixTextColor: string;
|
|
206
|
-
|
|
207
|
-
paddingSmall: string;
|
|
208
|
-
paddingMedium: string;
|
|
209
|
-
paddingLarge: string;
|
|
210
|
-
clearSize: string;
|
|
237
|
+
selectionColor: string;
|
|
211
238
|
}, any>;
|
|
212
239
|
Button: import("../../_mixins").Theme<"Button", {
|
|
213
240
|
heightTiny: string;
|
|
@@ -235,7 +262,7 @@ export declare const datePickerProps: {
|
|
|
235
262
|
colorTertiaryHover: string;
|
|
236
263
|
colorTertiaryPressed: string;
|
|
237
264
|
colorTertiaryDisalbed: string;
|
|
238
|
-
|
|
265
|
+
waveColorTertiary: string;
|
|
239
266
|
textColorTextTertiary: string;
|
|
240
267
|
colorQuaternary: string;
|
|
241
268
|
colorQuaternaryHover: string;
|
|
@@ -421,6 +448,11 @@ export declare const datePickerProps: {
|
|
|
421
448
|
rippleDuration: string;
|
|
422
449
|
}, any>;
|
|
423
450
|
TimePicker: import("../../_mixins").Theme<"TimePicker", {
|
|
451
|
+
itemFontSize: string;
|
|
452
|
+
itemFontWeight: string;
|
|
453
|
+
itemHeight: string;
|
|
454
|
+
itemWidth: string;
|
|
455
|
+
panelActionPadding: string;
|
|
424
456
|
panelColor: string;
|
|
425
457
|
panelBoxShadow: string;
|
|
426
458
|
panelDividerColor: string;
|
|
@@ -432,10 +464,6 @@ export declare const datePickerProps: {
|
|
|
432
464
|
borderRadius: string;
|
|
433
465
|
iconColor: string;
|
|
434
466
|
iconColorDisabled: string;
|
|
435
|
-
itemFontSize: string;
|
|
436
|
-
itemHeight: string;
|
|
437
|
-
itemWidth: string;
|
|
438
|
-
panelActionPadding: string;
|
|
439
467
|
}, {
|
|
440
468
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
441
469
|
color: string;
|
|
@@ -467,7 +495,7 @@ export declare const datePickerProps: {
|
|
|
467
495
|
colorTertiaryHover: string;
|
|
468
496
|
colorTertiaryPressed: string;
|
|
469
497
|
colorTertiaryDisalbed: string;
|
|
470
|
-
|
|
498
|
+
waveColorTertiary: string;
|
|
471
499
|
textColorTextTertiary: string;
|
|
472
500
|
colorQuaternary: string;
|
|
473
501
|
colorQuaternaryHover: string;
|
|
@@ -653,21 +681,28 @@ export declare const datePickerProps: {
|
|
|
653
681
|
rippleDuration: string;
|
|
654
682
|
}, any>;
|
|
655
683
|
Input: import("../../_mixins").Theme<"Input", {
|
|
684
|
+
paddingTiny: string;
|
|
685
|
+
paddingSmall: string;
|
|
686
|
+
paddingMedium: string;
|
|
687
|
+
paddingLarge: string;
|
|
688
|
+
paddingHuge: string;
|
|
689
|
+
clearSize: string;
|
|
656
690
|
countTextColorDisabled: string;
|
|
657
691
|
countTextColor: string;
|
|
658
692
|
heightTiny: string;
|
|
659
693
|
heightSmall: string;
|
|
660
694
|
heightMedium: string;
|
|
661
695
|
heightLarge: string;
|
|
696
|
+
heightHuge: string;
|
|
662
697
|
fontSizeTiny: string;
|
|
663
698
|
fontSizeSmall: string;
|
|
664
699
|
fontSizeMedium: string;
|
|
665
700
|
fontSizeLarge: string;
|
|
701
|
+
fontSizeHuge: string;
|
|
666
702
|
lineHeight: string;
|
|
667
703
|
lineHeightTextarea: string;
|
|
668
704
|
borderRadius: string;
|
|
669
705
|
iconSize: string;
|
|
670
|
-
groupLabelColor: string;
|
|
671
706
|
groupLabelTextColor: string;
|
|
672
707
|
textColor: string;
|
|
673
708
|
textColorDisabled: string;
|
|
@@ -707,11 +742,7 @@ export declare const datePickerProps: {
|
|
|
707
742
|
iconColorHover: string;
|
|
708
743
|
iconColorPressed: string;
|
|
709
744
|
suffixTextColor: string;
|
|
710
|
-
|
|
711
|
-
paddingSmall: string;
|
|
712
|
-
paddingMedium: string;
|
|
713
|
-
paddingLarge: string;
|
|
714
|
-
clearSize: string;
|
|
745
|
+
selectionColor: string;
|
|
715
746
|
}, any>;
|
|
716
747
|
}>;
|
|
717
748
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
@@ -720,18 +751,47 @@ export declare const datePickerProps: {
|
|
|
720
751
|
}, any>;
|
|
721
752
|
}>>;
|
|
722
753
|
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DatePicker", {
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
754
|
+
itemColor: string;
|
|
755
|
+
itemColorHover: string;
|
|
756
|
+
itemColorPressed: string;
|
|
757
|
+
itemColorDisabled: string;
|
|
726
758
|
itemTextColor: string;
|
|
759
|
+
itemTextColorHover: string;
|
|
760
|
+
itemTextColorPressed: string;
|
|
727
761
|
itemTextColorDisabled: string;
|
|
762
|
+
itemColorActive: string;
|
|
763
|
+
itemColorActiveHover: string;
|
|
764
|
+
itemColorActivePressed: string;
|
|
765
|
+
itemColorActiveDisabled: string;
|
|
728
766
|
itemTextColorActive: string;
|
|
767
|
+
itemTextColorActiveHover: string;
|
|
768
|
+
itemTextColorActivePressed: string;
|
|
769
|
+
itemTextColorActiveDisabled: string;
|
|
770
|
+
itemColorCurrent: string;
|
|
771
|
+
itemColorCurrentHover: string;
|
|
772
|
+
itemColorCurrentPressed: string;
|
|
773
|
+
itemColorCurrentDisabled: string;
|
|
729
774
|
itemTextColorCurrent: string;
|
|
730
|
-
|
|
775
|
+
itemTextColorCurrentHover: string;
|
|
776
|
+
itemTextColorCurrentPressed: string;
|
|
777
|
+
itemTextColorCurrentDisabled: string;
|
|
731
778
|
itemColorIncluded: string;
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
779
|
+
itemColorIncludedHover: string;
|
|
780
|
+
itemColorIncludedPressed: string;
|
|
781
|
+
itemColorIncludedDisabled: string;
|
|
782
|
+
itemTextColorIncluded: string;
|
|
783
|
+
itemTextColorIncludedHover: string;
|
|
784
|
+
itemTextColorIncludedPressed: string;
|
|
785
|
+
itemTextColorIncludedDisabled: string;
|
|
786
|
+
itemColorExcluded: string;
|
|
787
|
+
itemTextColorExcluded: string;
|
|
788
|
+
arrowSize: string;
|
|
789
|
+
arrowColor: string;
|
|
790
|
+
itemFontSize: string;
|
|
791
|
+
itemFontWeight: string;
|
|
792
|
+
itemBorderRadius: string;
|
|
793
|
+
calendarDaysFontSize: string;
|
|
794
|
+
calendarTitleFontSize: string;
|
|
735
795
|
monthItemTextColorActive: string;
|
|
736
796
|
monthItemColorActive: string;
|
|
737
797
|
monthItemColor: string;
|
|
@@ -739,15 +799,10 @@ export declare const datePickerProps: {
|
|
|
739
799
|
monthItemColorHover: string;
|
|
740
800
|
monthItemTextColorHover: string;
|
|
741
801
|
titleColorActive: string;
|
|
742
|
-
itemBorderRadius: string;
|
|
743
802
|
panelColor: string;
|
|
744
803
|
panelTextColor: string;
|
|
745
|
-
arrowColor: string;
|
|
746
804
|
calendarTitleTextColor: string;
|
|
747
805
|
calendarTitleColorHover: string;
|
|
748
|
-
calendarDaysTextColor: string;
|
|
749
|
-
panelHeaderDividerColor: string;
|
|
750
|
-
calendarDaysDividerColor: string;
|
|
751
806
|
calendarDividerColor: string;
|
|
752
807
|
panelActionDividerColor: string;
|
|
753
808
|
panelBoxShadow: string;
|
|
@@ -770,7 +825,6 @@ export declare const datePickerProps: {
|
|
|
770
825
|
panelActionPadding: string;
|
|
771
826
|
calendarTitlePadding: string;
|
|
772
827
|
calendarTitleHeight: string;
|
|
773
|
-
arrowSize: string;
|
|
774
828
|
panelHeaderPadding: string;
|
|
775
829
|
calendarDaysHeight: string;
|
|
776
830
|
calendarTitleGridTempateColumns: string;
|
|
@@ -796,21 +850,28 @@ export declare const datePickerProps: {
|
|
|
796
850
|
calendarRightPaddingYearrange: string;
|
|
797
851
|
}, {
|
|
798
852
|
Input: import("../../_mixins").Theme<"Input", {
|
|
853
|
+
paddingTiny: string;
|
|
854
|
+
paddingSmall: string;
|
|
855
|
+
paddingMedium: string;
|
|
856
|
+
paddingLarge: string;
|
|
857
|
+
paddingHuge: string;
|
|
858
|
+
clearSize: string;
|
|
799
859
|
countTextColorDisabled: string;
|
|
800
860
|
countTextColor: string;
|
|
801
861
|
heightTiny: string;
|
|
802
862
|
heightSmall: string;
|
|
803
863
|
heightMedium: string;
|
|
804
864
|
heightLarge: string;
|
|
865
|
+
heightHuge: string;
|
|
805
866
|
fontSizeTiny: string;
|
|
806
867
|
fontSizeSmall: string;
|
|
807
868
|
fontSizeMedium: string;
|
|
808
869
|
fontSizeLarge: string;
|
|
870
|
+
fontSizeHuge: string;
|
|
809
871
|
lineHeight: string;
|
|
810
872
|
lineHeightTextarea: string;
|
|
811
873
|
borderRadius: string;
|
|
812
874
|
iconSize: string;
|
|
813
|
-
groupLabelColor: string;
|
|
814
875
|
groupLabelTextColor: string;
|
|
815
876
|
textColor: string;
|
|
816
877
|
textColorDisabled: string;
|
|
@@ -850,11 +911,7 @@ export declare const datePickerProps: {
|
|
|
850
911
|
iconColorHover: string;
|
|
851
912
|
iconColorPressed: string;
|
|
852
913
|
suffixTextColor: string;
|
|
853
|
-
|
|
854
|
-
paddingSmall: string;
|
|
855
|
-
paddingMedium: string;
|
|
856
|
-
paddingLarge: string;
|
|
857
|
-
clearSize: string;
|
|
914
|
+
selectionColor: string;
|
|
858
915
|
}, any>;
|
|
859
916
|
Button: import("../../_mixins").Theme<"Button", {
|
|
860
917
|
heightTiny: string;
|
|
@@ -882,7 +939,7 @@ export declare const datePickerProps: {
|
|
|
882
939
|
colorTertiaryHover: string;
|
|
883
940
|
colorTertiaryPressed: string;
|
|
884
941
|
colorTertiaryDisalbed: string;
|
|
885
|
-
|
|
942
|
+
waveColorTertiary: string;
|
|
886
943
|
textColorTextTertiary: string;
|
|
887
944
|
colorQuaternary: string;
|
|
888
945
|
colorQuaternaryHover: string;
|
|
@@ -1068,6 +1125,11 @@ export declare const datePickerProps: {
|
|
|
1068
1125
|
rippleDuration: string;
|
|
1069
1126
|
}, any>;
|
|
1070
1127
|
TimePicker: import("../../_mixins").Theme<"TimePicker", {
|
|
1128
|
+
itemFontSize: string;
|
|
1129
|
+
itemFontWeight: string;
|
|
1130
|
+
itemHeight: string;
|
|
1131
|
+
itemWidth: string;
|
|
1132
|
+
panelActionPadding: string;
|
|
1071
1133
|
panelColor: string;
|
|
1072
1134
|
panelBoxShadow: string;
|
|
1073
1135
|
panelDividerColor: string;
|
|
@@ -1079,10 +1141,6 @@ export declare const datePickerProps: {
|
|
|
1079
1141
|
borderRadius: string;
|
|
1080
1142
|
iconColor: string;
|
|
1081
1143
|
iconColorDisabled: string;
|
|
1082
|
-
itemFontSize: string;
|
|
1083
|
-
itemHeight: string;
|
|
1084
|
-
itemWidth: string;
|
|
1085
|
-
panelActionPadding: string;
|
|
1086
1144
|
}, {
|
|
1087
1145
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1088
1146
|
color: string;
|
|
@@ -1114,7 +1172,7 @@ export declare const datePickerProps: {
|
|
|
1114
1172
|
colorTertiaryHover: string;
|
|
1115
1173
|
colorTertiaryPressed: string;
|
|
1116
1174
|
colorTertiaryDisalbed: string;
|
|
1117
|
-
|
|
1175
|
+
waveColorTertiary: string;
|
|
1118
1176
|
textColorTextTertiary: string;
|
|
1119
1177
|
colorQuaternary: string;
|
|
1120
1178
|
colorQuaternaryHover: string;
|
|
@@ -1300,21 +1358,28 @@ export declare const datePickerProps: {
|
|
|
1300
1358
|
rippleDuration: string;
|
|
1301
1359
|
}, any>;
|
|
1302
1360
|
Input: import("../../_mixins").Theme<"Input", {
|
|
1361
|
+
paddingTiny: string;
|
|
1362
|
+
paddingSmall: string;
|
|
1363
|
+
paddingMedium: string;
|
|
1364
|
+
paddingLarge: string;
|
|
1365
|
+
paddingHuge: string;
|
|
1366
|
+
clearSize: string;
|
|
1303
1367
|
countTextColorDisabled: string;
|
|
1304
1368
|
countTextColor: string;
|
|
1305
1369
|
heightTiny: string;
|
|
1306
1370
|
heightSmall: string;
|
|
1307
1371
|
heightMedium: string;
|
|
1308
1372
|
heightLarge: string;
|
|
1373
|
+
heightHuge: string;
|
|
1309
1374
|
fontSizeTiny: string;
|
|
1310
1375
|
fontSizeSmall: string;
|
|
1311
1376
|
fontSizeMedium: string;
|
|
1312
1377
|
fontSizeLarge: string;
|
|
1378
|
+
fontSizeHuge: string;
|
|
1313
1379
|
lineHeight: string;
|
|
1314
1380
|
lineHeightTextarea: string;
|
|
1315
1381
|
borderRadius: string;
|
|
1316
1382
|
iconSize: string;
|
|
1317
|
-
groupLabelColor: string;
|
|
1318
1383
|
groupLabelTextColor: string;
|
|
1319
1384
|
textColor: string;
|
|
1320
1385
|
textColorDisabled: string;
|
|
@@ -1354,11 +1419,7 @@ export declare const datePickerProps: {
|
|
|
1354
1419
|
iconColorHover: string;
|
|
1355
1420
|
iconColorPressed: string;
|
|
1356
1421
|
suffixTextColor: string;
|
|
1357
|
-
|
|
1358
|
-
paddingSmall: string;
|
|
1359
|
-
paddingMedium: string;
|
|
1360
|
-
paddingLarge: string;
|
|
1361
|
-
clearSize: string;
|
|
1422
|
+
selectionColor: string;
|
|
1362
1423
|
}, any>;
|
|
1363
1424
|
}>;
|
|
1364
1425
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
@@ -1367,18 +1428,47 @@ export declare const datePickerProps: {
|
|
|
1367
1428
|
}, any>;
|
|
1368
1429
|
}>>>;
|
|
1369
1430
|
readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DatePicker", {
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1431
|
+
itemColor: string;
|
|
1432
|
+
itemColorHover: string;
|
|
1433
|
+
itemColorPressed: string;
|
|
1434
|
+
itemColorDisabled: string;
|
|
1373
1435
|
itemTextColor: string;
|
|
1436
|
+
itemTextColorHover: string;
|
|
1437
|
+
itemTextColorPressed: string;
|
|
1374
1438
|
itemTextColorDisabled: string;
|
|
1439
|
+
itemColorActive: string;
|
|
1440
|
+
itemColorActiveHover: string;
|
|
1441
|
+
itemColorActivePressed: string;
|
|
1442
|
+
itemColorActiveDisabled: string;
|
|
1375
1443
|
itemTextColorActive: string;
|
|
1444
|
+
itemTextColorActiveHover: string;
|
|
1445
|
+
itemTextColorActivePressed: string;
|
|
1446
|
+
itemTextColorActiveDisabled: string;
|
|
1447
|
+
itemColorCurrent: string;
|
|
1448
|
+
itemColorCurrentHover: string;
|
|
1449
|
+
itemColorCurrentPressed: string;
|
|
1450
|
+
itemColorCurrentDisabled: string;
|
|
1376
1451
|
itemTextColorCurrent: string;
|
|
1377
|
-
|
|
1452
|
+
itemTextColorCurrentHover: string;
|
|
1453
|
+
itemTextColorCurrentPressed: string;
|
|
1454
|
+
itemTextColorCurrentDisabled: string;
|
|
1378
1455
|
itemColorIncluded: string;
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1456
|
+
itemColorIncludedHover: string;
|
|
1457
|
+
itemColorIncludedPressed: string;
|
|
1458
|
+
itemColorIncludedDisabled: string;
|
|
1459
|
+
itemTextColorIncluded: string;
|
|
1460
|
+
itemTextColorIncludedHover: string;
|
|
1461
|
+
itemTextColorIncludedPressed: string;
|
|
1462
|
+
itemTextColorIncludedDisabled: string;
|
|
1463
|
+
itemColorExcluded: string;
|
|
1464
|
+
itemTextColorExcluded: string;
|
|
1465
|
+
arrowSize: string;
|
|
1466
|
+
arrowColor: string;
|
|
1467
|
+
itemFontSize: string;
|
|
1468
|
+
itemFontWeight: string;
|
|
1469
|
+
itemBorderRadius: string;
|
|
1470
|
+
calendarDaysFontSize: string;
|
|
1471
|
+
calendarTitleFontSize: string;
|
|
1382
1472
|
monthItemTextColorActive: string;
|
|
1383
1473
|
monthItemColorActive: string;
|
|
1384
1474
|
monthItemColor: string;
|
|
@@ -1386,15 +1476,10 @@ export declare const datePickerProps: {
|
|
|
1386
1476
|
monthItemColorHover: string;
|
|
1387
1477
|
monthItemTextColorHover: string;
|
|
1388
1478
|
titleColorActive: string;
|
|
1389
|
-
itemBorderRadius: string;
|
|
1390
1479
|
panelColor: string;
|
|
1391
1480
|
panelTextColor: string;
|
|
1392
|
-
arrowColor: string;
|
|
1393
1481
|
calendarTitleTextColor: string;
|
|
1394
1482
|
calendarTitleColorHover: string;
|
|
1395
|
-
calendarDaysTextColor: string;
|
|
1396
|
-
panelHeaderDividerColor: string;
|
|
1397
|
-
calendarDaysDividerColor: string;
|
|
1398
1483
|
calendarDividerColor: string;
|
|
1399
1484
|
panelActionDividerColor: string;
|
|
1400
1485
|
panelBoxShadow: string;
|
|
@@ -1417,7 +1502,6 @@ export declare const datePickerProps: {
|
|
|
1417
1502
|
panelActionPadding: string;
|
|
1418
1503
|
calendarTitlePadding: string;
|
|
1419
1504
|
calendarTitleHeight: string;
|
|
1420
|
-
arrowSize: string;
|
|
1421
1505
|
panelHeaderPadding: string;
|
|
1422
1506
|
calendarDaysHeight: string;
|
|
1423
1507
|
calendarTitleGridTempateColumns: string;
|
|
@@ -1443,21 +1527,28 @@ export declare const datePickerProps: {
|
|
|
1443
1527
|
calendarRightPaddingYearrange: string;
|
|
1444
1528
|
}, {
|
|
1445
1529
|
Input: import("../../_mixins").Theme<"Input", {
|
|
1530
|
+
paddingTiny: string;
|
|
1531
|
+
paddingSmall: string;
|
|
1532
|
+
paddingMedium: string;
|
|
1533
|
+
paddingLarge: string;
|
|
1534
|
+
paddingHuge: string;
|
|
1535
|
+
clearSize: string;
|
|
1446
1536
|
countTextColorDisabled: string;
|
|
1447
1537
|
countTextColor: string;
|
|
1448
1538
|
heightTiny: string;
|
|
1449
1539
|
heightSmall: string;
|
|
1450
1540
|
heightMedium: string;
|
|
1451
1541
|
heightLarge: string;
|
|
1542
|
+
heightHuge: string;
|
|
1452
1543
|
fontSizeTiny: string;
|
|
1453
1544
|
fontSizeSmall: string;
|
|
1454
1545
|
fontSizeMedium: string;
|
|
1455
1546
|
fontSizeLarge: string;
|
|
1547
|
+
fontSizeHuge: string;
|
|
1456
1548
|
lineHeight: string;
|
|
1457
1549
|
lineHeightTextarea: string;
|
|
1458
1550
|
borderRadius: string;
|
|
1459
1551
|
iconSize: string;
|
|
1460
|
-
groupLabelColor: string;
|
|
1461
1552
|
groupLabelTextColor: string;
|
|
1462
1553
|
textColor: string;
|
|
1463
1554
|
textColorDisabled: string;
|
|
@@ -1497,11 +1588,7 @@ export declare const datePickerProps: {
|
|
|
1497
1588
|
iconColorHover: string;
|
|
1498
1589
|
iconColorPressed: string;
|
|
1499
1590
|
suffixTextColor: string;
|
|
1500
|
-
|
|
1501
|
-
paddingSmall: string;
|
|
1502
|
-
paddingMedium: string;
|
|
1503
|
-
paddingLarge: string;
|
|
1504
|
-
clearSize: string;
|
|
1591
|
+
selectionColor: string;
|
|
1505
1592
|
}, any>;
|
|
1506
1593
|
Button: import("../../_mixins").Theme<"Button", {
|
|
1507
1594
|
heightTiny: string;
|
|
@@ -1529,7 +1616,7 @@ export declare const datePickerProps: {
|
|
|
1529
1616
|
colorTertiaryHover: string;
|
|
1530
1617
|
colorTertiaryPressed: string;
|
|
1531
1618
|
colorTertiaryDisalbed: string;
|
|
1532
|
-
|
|
1619
|
+
waveColorTertiary: string;
|
|
1533
1620
|
textColorTextTertiary: string;
|
|
1534
1621
|
colorQuaternary: string;
|
|
1535
1622
|
colorQuaternaryHover: string;
|
|
@@ -1715,6 +1802,11 @@ export declare const datePickerProps: {
|
|
|
1715
1802
|
rippleDuration: string;
|
|
1716
1803
|
}, any>;
|
|
1717
1804
|
TimePicker: import("../../_mixins").Theme<"TimePicker", {
|
|
1805
|
+
itemFontSize: string;
|
|
1806
|
+
itemFontWeight: string;
|
|
1807
|
+
itemHeight: string;
|
|
1808
|
+
itemWidth: string;
|
|
1809
|
+
panelActionPadding: string;
|
|
1718
1810
|
panelColor: string;
|
|
1719
1811
|
panelBoxShadow: string;
|
|
1720
1812
|
panelDividerColor: string;
|
|
@@ -1726,10 +1818,6 @@ export declare const datePickerProps: {
|
|
|
1726
1818
|
borderRadius: string;
|
|
1727
1819
|
iconColor: string;
|
|
1728
1820
|
iconColorDisabled: string;
|
|
1729
|
-
itemFontSize: string;
|
|
1730
|
-
itemHeight: string;
|
|
1731
|
-
itemWidth: string;
|
|
1732
|
-
panelActionPadding: string;
|
|
1733
1821
|
}, {
|
|
1734
1822
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1735
1823
|
color: string;
|
|
@@ -1761,7 +1849,7 @@ export declare const datePickerProps: {
|
|
|
1761
1849
|
colorTertiaryHover: string;
|
|
1762
1850
|
colorTertiaryPressed: string;
|
|
1763
1851
|
colorTertiaryDisalbed: string;
|
|
1764
|
-
|
|
1852
|
+
waveColorTertiary: string;
|
|
1765
1853
|
textColorTextTertiary: string;
|
|
1766
1854
|
colorQuaternary: string;
|
|
1767
1855
|
colorQuaternaryHover: string;
|
|
@@ -1947,21 +2035,28 @@ export declare const datePickerProps: {
|
|
|
1947
2035
|
rippleDuration: string;
|
|
1948
2036
|
}, any>;
|
|
1949
2037
|
Input: import("../../_mixins").Theme<"Input", {
|
|
2038
|
+
paddingTiny: string;
|
|
2039
|
+
paddingSmall: string;
|
|
2040
|
+
paddingMedium: string;
|
|
2041
|
+
paddingLarge: string;
|
|
2042
|
+
paddingHuge: string;
|
|
2043
|
+
clearSize: string;
|
|
1950
2044
|
countTextColorDisabled: string;
|
|
1951
2045
|
countTextColor: string;
|
|
1952
2046
|
heightTiny: string;
|
|
1953
2047
|
heightSmall: string;
|
|
1954
2048
|
heightMedium: string;
|
|
1955
2049
|
heightLarge: string;
|
|
2050
|
+
heightHuge: string;
|
|
1956
2051
|
fontSizeTiny: string;
|
|
1957
2052
|
fontSizeSmall: string;
|
|
1958
2053
|
fontSizeMedium: string;
|
|
1959
2054
|
fontSizeLarge: string;
|
|
2055
|
+
fontSizeHuge: string;
|
|
1960
2056
|
lineHeight: string;
|
|
1961
2057
|
lineHeightTextarea: string;
|
|
1962
2058
|
borderRadius: string;
|
|
1963
2059
|
iconSize: string;
|
|
1964
|
-
groupLabelColor: string;
|
|
1965
2060
|
groupLabelTextColor: string;
|
|
1966
2061
|
textColor: string;
|
|
1967
2062
|
textColorDisabled: string;
|
|
@@ -2001,11 +2096,7 @@ export declare const datePickerProps: {
|
|
|
2001
2096
|
iconColorHover: string;
|
|
2002
2097
|
iconColorPressed: string;
|
|
2003
2098
|
suffixTextColor: string;
|
|
2004
|
-
|
|
2005
|
-
paddingSmall: string;
|
|
2006
|
-
paddingMedium: string;
|
|
2007
|
-
paddingLarge: string;
|
|
2008
|
-
clearSize: string;
|
|
2099
|
+
selectionColor: string;
|
|
2009
2100
|
}, any>;
|
|
2010
2101
|
}>;
|
|
2011
2102
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
@@ -2040,7 +2131,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2040
2131
|
};
|
|
2041
2132
|
readonly value: PropType<Value | null>;
|
|
2042
2133
|
readonly formattedValue: PropType<FormattedValue | null>;
|
|
2043
|
-
readonly size: PropType<
|
|
2134
|
+
readonly size: PropType<InputSize>;
|
|
2044
2135
|
readonly type: {
|
|
2045
2136
|
readonly type: PropType<DatePickerType>;
|
|
2046
2137
|
readonly default: "date";
|
|
@@ -2084,18 +2175,47 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2084
2175
|
readonly onBlur: PropType<(e: FocusEvent) => void>;
|
|
2085
2176
|
readonly onChange: PropType<MaybeArray<OnUpdateValue>>;
|
|
2086
2177
|
readonly theme: PropType<import("../../_mixins").Theme<"DatePicker", {
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2178
|
+
itemColor: string;
|
|
2179
|
+
itemColorHover: string;
|
|
2180
|
+
itemColorPressed: string;
|
|
2181
|
+
itemColorDisabled: string;
|
|
2090
2182
|
itemTextColor: string;
|
|
2183
|
+
itemTextColorHover: string;
|
|
2184
|
+
itemTextColorPressed: string;
|
|
2091
2185
|
itemTextColorDisabled: string;
|
|
2186
|
+
itemColorActive: string;
|
|
2187
|
+
itemColorActiveHover: string;
|
|
2188
|
+
itemColorActivePressed: string;
|
|
2189
|
+
itemColorActiveDisabled: string;
|
|
2092
2190
|
itemTextColorActive: string;
|
|
2191
|
+
itemTextColorActiveHover: string;
|
|
2192
|
+
itemTextColorActivePressed: string;
|
|
2193
|
+
itemTextColorActiveDisabled: string;
|
|
2194
|
+
itemColorCurrent: string;
|
|
2195
|
+
itemColorCurrentHover: string;
|
|
2196
|
+
itemColorCurrentPressed: string;
|
|
2197
|
+
itemColorCurrentDisabled: string;
|
|
2093
2198
|
itemTextColorCurrent: string;
|
|
2094
|
-
|
|
2199
|
+
itemTextColorCurrentHover: string;
|
|
2200
|
+
itemTextColorCurrentPressed: string;
|
|
2201
|
+
itemTextColorCurrentDisabled: string;
|
|
2095
2202
|
itemColorIncluded: string;
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2203
|
+
itemColorIncludedHover: string;
|
|
2204
|
+
itemColorIncludedPressed: string;
|
|
2205
|
+
itemColorIncludedDisabled: string;
|
|
2206
|
+
itemTextColorIncluded: string;
|
|
2207
|
+
itemTextColorIncludedHover: string;
|
|
2208
|
+
itemTextColorIncludedPressed: string;
|
|
2209
|
+
itemTextColorIncludedDisabled: string;
|
|
2210
|
+
itemColorExcluded: string;
|
|
2211
|
+
itemTextColorExcluded: string;
|
|
2212
|
+
arrowSize: string;
|
|
2213
|
+
arrowColor: string;
|
|
2214
|
+
itemFontSize: string;
|
|
2215
|
+
itemFontWeight: string;
|
|
2216
|
+
itemBorderRadius: string;
|
|
2217
|
+
calendarDaysFontSize: string;
|
|
2218
|
+
calendarTitleFontSize: string;
|
|
2099
2219
|
monthItemTextColorActive: string;
|
|
2100
2220
|
monthItemColorActive: string;
|
|
2101
2221
|
monthItemColor: string;
|
|
@@ -2103,15 +2223,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2103
2223
|
monthItemColorHover: string;
|
|
2104
2224
|
monthItemTextColorHover: string;
|
|
2105
2225
|
titleColorActive: string;
|
|
2106
|
-
itemBorderRadius: string;
|
|
2107
2226
|
panelColor: string;
|
|
2108
2227
|
panelTextColor: string;
|
|
2109
|
-
arrowColor: string;
|
|
2110
2228
|
calendarTitleTextColor: string;
|
|
2111
2229
|
calendarTitleColorHover: string;
|
|
2112
|
-
calendarDaysTextColor: string;
|
|
2113
|
-
panelHeaderDividerColor: string;
|
|
2114
|
-
calendarDaysDividerColor: string;
|
|
2115
2230
|
calendarDividerColor: string;
|
|
2116
2231
|
panelActionDividerColor: string;
|
|
2117
2232
|
panelBoxShadow: string;
|
|
@@ -2134,7 +2249,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2134
2249
|
panelActionPadding: string;
|
|
2135
2250
|
calendarTitlePadding: string;
|
|
2136
2251
|
calendarTitleHeight: string;
|
|
2137
|
-
arrowSize: string;
|
|
2138
2252
|
panelHeaderPadding: string;
|
|
2139
2253
|
calendarDaysHeight: string;
|
|
2140
2254
|
calendarTitleGridTempateColumns: string;
|
|
@@ -2160,21 +2274,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2160
2274
|
calendarRightPaddingYearrange: string;
|
|
2161
2275
|
}, {
|
|
2162
2276
|
Input: import("../../_mixins").Theme<"Input", {
|
|
2277
|
+
paddingTiny: string;
|
|
2278
|
+
paddingSmall: string;
|
|
2279
|
+
paddingMedium: string;
|
|
2280
|
+
paddingLarge: string;
|
|
2281
|
+
paddingHuge: string;
|
|
2282
|
+
clearSize: string;
|
|
2163
2283
|
countTextColorDisabled: string;
|
|
2164
2284
|
countTextColor: string;
|
|
2165
2285
|
heightTiny: string;
|
|
2166
2286
|
heightSmall: string;
|
|
2167
2287
|
heightMedium: string;
|
|
2168
2288
|
heightLarge: string;
|
|
2289
|
+
heightHuge: string;
|
|
2169
2290
|
fontSizeTiny: string;
|
|
2170
2291
|
fontSizeSmall: string;
|
|
2171
2292
|
fontSizeMedium: string;
|
|
2172
2293
|
fontSizeLarge: string;
|
|
2294
|
+
fontSizeHuge: string;
|
|
2173
2295
|
lineHeight: string;
|
|
2174
2296
|
lineHeightTextarea: string;
|
|
2175
2297
|
borderRadius: string;
|
|
2176
2298
|
iconSize: string;
|
|
2177
|
-
groupLabelColor: string;
|
|
2178
2299
|
groupLabelTextColor: string;
|
|
2179
2300
|
textColor: string;
|
|
2180
2301
|
textColorDisabled: string;
|
|
@@ -2214,11 +2335,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2214
2335
|
iconColorHover: string;
|
|
2215
2336
|
iconColorPressed: string;
|
|
2216
2337
|
suffixTextColor: string;
|
|
2217
|
-
|
|
2218
|
-
paddingSmall: string;
|
|
2219
|
-
paddingMedium: string;
|
|
2220
|
-
paddingLarge: string;
|
|
2221
|
-
clearSize: string;
|
|
2338
|
+
selectionColor: string;
|
|
2222
2339
|
}, any>;
|
|
2223
2340
|
Button: import("../../_mixins").Theme<"Button", {
|
|
2224
2341
|
heightTiny: string;
|
|
@@ -2246,7 +2363,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2246
2363
|
colorTertiaryHover: string;
|
|
2247
2364
|
colorTertiaryPressed: string;
|
|
2248
2365
|
colorTertiaryDisalbed: string;
|
|
2249
|
-
|
|
2366
|
+
waveColorTertiary: string;
|
|
2250
2367
|
textColorTextTertiary: string;
|
|
2251
2368
|
colorQuaternary: string;
|
|
2252
2369
|
colorQuaternaryHover: string;
|
|
@@ -2432,6 +2549,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2432
2549
|
rippleDuration: string;
|
|
2433
2550
|
}, any>;
|
|
2434
2551
|
TimePicker: import("../../_mixins").Theme<"TimePicker", {
|
|
2552
|
+
itemFontSize: string;
|
|
2553
|
+
itemFontWeight: string;
|
|
2554
|
+
itemHeight: string;
|
|
2555
|
+
itemWidth: string;
|
|
2556
|
+
panelActionPadding: string;
|
|
2435
2557
|
panelColor: string;
|
|
2436
2558
|
panelBoxShadow: string;
|
|
2437
2559
|
panelDividerColor: string;
|
|
@@ -2443,10 +2565,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2443
2565
|
borderRadius: string;
|
|
2444
2566
|
iconColor: string;
|
|
2445
2567
|
iconColorDisabled: string;
|
|
2446
|
-
itemFontSize: string;
|
|
2447
|
-
itemHeight: string;
|
|
2448
|
-
itemWidth: string;
|
|
2449
|
-
panelActionPadding: string;
|
|
2450
2568
|
}, {
|
|
2451
2569
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2452
2570
|
color: string;
|
|
@@ -2478,7 +2596,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2478
2596
|
colorTertiaryHover: string;
|
|
2479
2597
|
colorTertiaryPressed: string;
|
|
2480
2598
|
colorTertiaryDisalbed: string;
|
|
2481
|
-
|
|
2599
|
+
waveColorTertiary: string;
|
|
2482
2600
|
textColorTextTertiary: string;
|
|
2483
2601
|
colorQuaternary: string;
|
|
2484
2602
|
colorQuaternaryHover: string;
|
|
@@ -2664,21 +2782,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2664
2782
|
rippleDuration: string;
|
|
2665
2783
|
}, any>;
|
|
2666
2784
|
Input: import("../../_mixins").Theme<"Input", {
|
|
2785
|
+
paddingTiny: string;
|
|
2786
|
+
paddingSmall: string;
|
|
2787
|
+
paddingMedium: string;
|
|
2788
|
+
paddingLarge: string;
|
|
2789
|
+
paddingHuge: string;
|
|
2790
|
+
clearSize: string;
|
|
2667
2791
|
countTextColorDisabled: string;
|
|
2668
2792
|
countTextColor: string;
|
|
2669
2793
|
heightTiny: string;
|
|
2670
2794
|
heightSmall: string;
|
|
2671
2795
|
heightMedium: string;
|
|
2672
2796
|
heightLarge: string;
|
|
2797
|
+
heightHuge: string;
|
|
2673
2798
|
fontSizeTiny: string;
|
|
2674
2799
|
fontSizeSmall: string;
|
|
2675
2800
|
fontSizeMedium: string;
|
|
2676
2801
|
fontSizeLarge: string;
|
|
2802
|
+
fontSizeHuge: string;
|
|
2677
2803
|
lineHeight: string;
|
|
2678
2804
|
lineHeightTextarea: string;
|
|
2679
2805
|
borderRadius: string;
|
|
2680
2806
|
iconSize: string;
|
|
2681
|
-
groupLabelColor: string;
|
|
2682
2807
|
groupLabelTextColor: string;
|
|
2683
2808
|
textColor: string;
|
|
2684
2809
|
textColorDisabled: string;
|
|
@@ -2718,11 +2843,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2718
2843
|
iconColorHover: string;
|
|
2719
2844
|
iconColorPressed: string;
|
|
2720
2845
|
suffixTextColor: string;
|
|
2721
|
-
|
|
2722
|
-
paddingSmall: string;
|
|
2723
|
-
paddingMedium: string;
|
|
2724
|
-
paddingLarge: string;
|
|
2725
|
-
clearSize: string;
|
|
2846
|
+
selectionColor: string;
|
|
2726
2847
|
}, any>;
|
|
2727
2848
|
}>;
|
|
2728
2849
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
@@ -2731,18 +2852,47 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2731
2852
|
}, any>;
|
|
2732
2853
|
}>>;
|
|
2733
2854
|
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DatePicker", {
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2855
|
+
itemColor: string;
|
|
2856
|
+
itemColorHover: string;
|
|
2857
|
+
itemColorPressed: string;
|
|
2858
|
+
itemColorDisabled: string;
|
|
2737
2859
|
itemTextColor: string;
|
|
2860
|
+
itemTextColorHover: string;
|
|
2861
|
+
itemTextColorPressed: string;
|
|
2738
2862
|
itemTextColorDisabled: string;
|
|
2863
|
+
itemColorActive: string;
|
|
2864
|
+
itemColorActiveHover: string;
|
|
2865
|
+
itemColorActivePressed: string;
|
|
2866
|
+
itemColorActiveDisabled: string;
|
|
2739
2867
|
itemTextColorActive: string;
|
|
2868
|
+
itemTextColorActiveHover: string;
|
|
2869
|
+
itemTextColorActivePressed: string;
|
|
2870
|
+
itemTextColorActiveDisabled: string;
|
|
2871
|
+
itemColorCurrent: string;
|
|
2872
|
+
itemColorCurrentHover: string;
|
|
2873
|
+
itemColorCurrentPressed: string;
|
|
2874
|
+
itemColorCurrentDisabled: string;
|
|
2740
2875
|
itemTextColorCurrent: string;
|
|
2741
|
-
|
|
2876
|
+
itemTextColorCurrentHover: string;
|
|
2877
|
+
itemTextColorCurrentPressed: string;
|
|
2878
|
+
itemTextColorCurrentDisabled: string;
|
|
2742
2879
|
itemColorIncluded: string;
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2880
|
+
itemColorIncludedHover: string;
|
|
2881
|
+
itemColorIncludedPressed: string;
|
|
2882
|
+
itemColorIncludedDisabled: string;
|
|
2883
|
+
itemTextColorIncluded: string;
|
|
2884
|
+
itemTextColorIncludedHover: string;
|
|
2885
|
+
itemTextColorIncludedPressed: string;
|
|
2886
|
+
itemTextColorIncludedDisabled: string;
|
|
2887
|
+
itemColorExcluded: string;
|
|
2888
|
+
itemTextColorExcluded: string;
|
|
2889
|
+
arrowSize: string;
|
|
2890
|
+
arrowColor: string;
|
|
2891
|
+
itemFontSize: string;
|
|
2892
|
+
itemFontWeight: string;
|
|
2893
|
+
itemBorderRadius: string;
|
|
2894
|
+
calendarDaysFontSize: string;
|
|
2895
|
+
calendarTitleFontSize: string;
|
|
2746
2896
|
monthItemTextColorActive: string;
|
|
2747
2897
|
monthItemColorActive: string;
|
|
2748
2898
|
monthItemColor: string;
|
|
@@ -2750,15 +2900,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2750
2900
|
monthItemColorHover: string;
|
|
2751
2901
|
monthItemTextColorHover: string;
|
|
2752
2902
|
titleColorActive: string;
|
|
2753
|
-
itemBorderRadius: string;
|
|
2754
2903
|
panelColor: string;
|
|
2755
2904
|
panelTextColor: string;
|
|
2756
|
-
arrowColor: string;
|
|
2757
2905
|
calendarTitleTextColor: string;
|
|
2758
2906
|
calendarTitleColorHover: string;
|
|
2759
|
-
calendarDaysTextColor: string;
|
|
2760
|
-
panelHeaderDividerColor: string;
|
|
2761
|
-
calendarDaysDividerColor: string;
|
|
2762
2907
|
calendarDividerColor: string;
|
|
2763
2908
|
panelActionDividerColor: string;
|
|
2764
2909
|
panelBoxShadow: string;
|
|
@@ -2781,7 +2926,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2781
2926
|
panelActionPadding: string;
|
|
2782
2927
|
calendarTitlePadding: string;
|
|
2783
2928
|
calendarTitleHeight: string;
|
|
2784
|
-
arrowSize: string;
|
|
2785
2929
|
panelHeaderPadding: string;
|
|
2786
2930
|
calendarDaysHeight: string;
|
|
2787
2931
|
calendarTitleGridTempateColumns: string;
|
|
@@ -2807,21 +2951,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2807
2951
|
calendarRightPaddingYearrange: string;
|
|
2808
2952
|
}, {
|
|
2809
2953
|
Input: import("../../_mixins").Theme<"Input", {
|
|
2954
|
+
paddingTiny: string;
|
|
2955
|
+
paddingSmall: string;
|
|
2956
|
+
paddingMedium: string;
|
|
2957
|
+
paddingLarge: string;
|
|
2958
|
+
paddingHuge: string;
|
|
2959
|
+
clearSize: string;
|
|
2810
2960
|
countTextColorDisabled: string;
|
|
2811
2961
|
countTextColor: string;
|
|
2812
2962
|
heightTiny: string;
|
|
2813
2963
|
heightSmall: string;
|
|
2814
2964
|
heightMedium: string;
|
|
2815
2965
|
heightLarge: string;
|
|
2966
|
+
heightHuge: string;
|
|
2816
2967
|
fontSizeTiny: string;
|
|
2817
2968
|
fontSizeSmall: string;
|
|
2818
2969
|
fontSizeMedium: string;
|
|
2819
2970
|
fontSizeLarge: string;
|
|
2971
|
+
fontSizeHuge: string;
|
|
2820
2972
|
lineHeight: string;
|
|
2821
2973
|
lineHeightTextarea: string;
|
|
2822
2974
|
borderRadius: string;
|
|
2823
2975
|
iconSize: string;
|
|
2824
|
-
groupLabelColor: string;
|
|
2825
2976
|
groupLabelTextColor: string;
|
|
2826
2977
|
textColor: string;
|
|
2827
2978
|
textColorDisabled: string;
|
|
@@ -2861,11 +3012,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2861
3012
|
iconColorHover: string;
|
|
2862
3013
|
iconColorPressed: string;
|
|
2863
3014
|
suffixTextColor: string;
|
|
2864
|
-
|
|
2865
|
-
paddingSmall: string;
|
|
2866
|
-
paddingMedium: string;
|
|
2867
|
-
paddingLarge: string;
|
|
2868
|
-
clearSize: string;
|
|
3015
|
+
selectionColor: string;
|
|
2869
3016
|
}, any>;
|
|
2870
3017
|
Button: import("../../_mixins").Theme<"Button", {
|
|
2871
3018
|
heightTiny: string;
|
|
@@ -2893,7 +3040,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2893
3040
|
colorTertiaryHover: string;
|
|
2894
3041
|
colorTertiaryPressed: string;
|
|
2895
3042
|
colorTertiaryDisalbed: string;
|
|
2896
|
-
|
|
3043
|
+
waveColorTertiary: string;
|
|
2897
3044
|
textColorTextTertiary: string;
|
|
2898
3045
|
colorQuaternary: string;
|
|
2899
3046
|
colorQuaternaryHover: string;
|
|
@@ -3079,6 +3226,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3079
3226
|
rippleDuration: string;
|
|
3080
3227
|
}, any>;
|
|
3081
3228
|
TimePicker: import("../../_mixins").Theme<"TimePicker", {
|
|
3229
|
+
itemFontSize: string;
|
|
3230
|
+
itemFontWeight: string;
|
|
3231
|
+
itemHeight: string;
|
|
3232
|
+
itemWidth: string;
|
|
3233
|
+
panelActionPadding: string;
|
|
3082
3234
|
panelColor: string;
|
|
3083
3235
|
panelBoxShadow: string;
|
|
3084
3236
|
panelDividerColor: string;
|
|
@@ -3090,10 +3242,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3090
3242
|
borderRadius: string;
|
|
3091
3243
|
iconColor: string;
|
|
3092
3244
|
iconColorDisabled: string;
|
|
3093
|
-
itemFontSize: string;
|
|
3094
|
-
itemHeight: string;
|
|
3095
|
-
itemWidth: string;
|
|
3096
|
-
panelActionPadding: string;
|
|
3097
3245
|
}, {
|
|
3098
3246
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
3099
3247
|
color: string;
|
|
@@ -3125,7 +3273,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3125
3273
|
colorTertiaryHover: string;
|
|
3126
3274
|
colorTertiaryPressed: string;
|
|
3127
3275
|
colorTertiaryDisalbed: string;
|
|
3128
|
-
|
|
3276
|
+
waveColorTertiary: string;
|
|
3129
3277
|
textColorTextTertiary: string;
|
|
3130
3278
|
colorQuaternary: string;
|
|
3131
3279
|
colorQuaternaryHover: string;
|
|
@@ -3311,21 +3459,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3311
3459
|
rippleDuration: string;
|
|
3312
3460
|
}, any>;
|
|
3313
3461
|
Input: import("../../_mixins").Theme<"Input", {
|
|
3462
|
+
paddingTiny: string;
|
|
3463
|
+
paddingSmall: string;
|
|
3464
|
+
paddingMedium: string;
|
|
3465
|
+
paddingLarge: string;
|
|
3466
|
+
paddingHuge: string;
|
|
3467
|
+
clearSize: string;
|
|
3314
3468
|
countTextColorDisabled: string;
|
|
3315
3469
|
countTextColor: string;
|
|
3316
3470
|
heightTiny: string;
|
|
3317
3471
|
heightSmall: string;
|
|
3318
3472
|
heightMedium: string;
|
|
3319
3473
|
heightLarge: string;
|
|
3474
|
+
heightHuge: string;
|
|
3320
3475
|
fontSizeTiny: string;
|
|
3321
3476
|
fontSizeSmall: string;
|
|
3322
3477
|
fontSizeMedium: string;
|
|
3323
3478
|
fontSizeLarge: string;
|
|
3479
|
+
fontSizeHuge: string;
|
|
3324
3480
|
lineHeight: string;
|
|
3325
3481
|
lineHeightTextarea: string;
|
|
3326
3482
|
borderRadius: string;
|
|
3327
3483
|
iconSize: string;
|
|
3328
|
-
groupLabelColor: string;
|
|
3329
3484
|
groupLabelTextColor: string;
|
|
3330
3485
|
textColor: string;
|
|
3331
3486
|
textColorDisabled: string;
|
|
@@ -3365,11 +3520,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3365
3520
|
iconColorHover: string;
|
|
3366
3521
|
iconColorPressed: string;
|
|
3367
3522
|
suffixTextColor: string;
|
|
3368
|
-
|
|
3369
|
-
paddingSmall: string;
|
|
3370
|
-
paddingMedium: string;
|
|
3371
|
-
paddingLarge: string;
|
|
3372
|
-
clearSize: string;
|
|
3523
|
+
selectionColor: string;
|
|
3373
3524
|
}, any>;
|
|
3374
3525
|
}>;
|
|
3375
3526
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
@@ -3378,18 +3529,47 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3378
3529
|
}, any>;
|
|
3379
3530
|
}>>>;
|
|
3380
3531
|
readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DatePicker", {
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3532
|
+
itemColor: string;
|
|
3533
|
+
itemColorHover: string;
|
|
3534
|
+
itemColorPressed: string;
|
|
3535
|
+
itemColorDisabled: string;
|
|
3384
3536
|
itemTextColor: string;
|
|
3537
|
+
itemTextColorHover: string;
|
|
3538
|
+
itemTextColorPressed: string;
|
|
3385
3539
|
itemTextColorDisabled: string;
|
|
3540
|
+
itemColorActive: string;
|
|
3541
|
+
itemColorActiveHover: string;
|
|
3542
|
+
itemColorActivePressed: string;
|
|
3543
|
+
itemColorActiveDisabled: string;
|
|
3386
3544
|
itemTextColorActive: string;
|
|
3545
|
+
itemTextColorActiveHover: string;
|
|
3546
|
+
itemTextColorActivePressed: string;
|
|
3547
|
+
itemTextColorActiveDisabled: string;
|
|
3548
|
+
itemColorCurrent: string;
|
|
3549
|
+
itemColorCurrentHover: string;
|
|
3550
|
+
itemColorCurrentPressed: string;
|
|
3551
|
+
itemColorCurrentDisabled: string;
|
|
3387
3552
|
itemTextColorCurrent: string;
|
|
3388
|
-
|
|
3553
|
+
itemTextColorCurrentHover: string;
|
|
3554
|
+
itemTextColorCurrentPressed: string;
|
|
3555
|
+
itemTextColorCurrentDisabled: string;
|
|
3389
3556
|
itemColorIncluded: string;
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3557
|
+
itemColorIncludedHover: string;
|
|
3558
|
+
itemColorIncludedPressed: string;
|
|
3559
|
+
itemColorIncludedDisabled: string;
|
|
3560
|
+
itemTextColorIncluded: string;
|
|
3561
|
+
itemTextColorIncludedHover: string;
|
|
3562
|
+
itemTextColorIncludedPressed: string;
|
|
3563
|
+
itemTextColorIncludedDisabled: string;
|
|
3564
|
+
itemColorExcluded: string;
|
|
3565
|
+
itemTextColorExcluded: string;
|
|
3566
|
+
arrowSize: string;
|
|
3567
|
+
arrowColor: string;
|
|
3568
|
+
itemFontSize: string;
|
|
3569
|
+
itemFontWeight: string;
|
|
3570
|
+
itemBorderRadius: string;
|
|
3571
|
+
calendarDaysFontSize: string;
|
|
3572
|
+
calendarTitleFontSize: string;
|
|
3393
3573
|
monthItemTextColorActive: string;
|
|
3394
3574
|
monthItemColorActive: string;
|
|
3395
3575
|
monthItemColor: string;
|
|
@@ -3397,15 +3577,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3397
3577
|
monthItemColorHover: string;
|
|
3398
3578
|
monthItemTextColorHover: string;
|
|
3399
3579
|
titleColorActive: string;
|
|
3400
|
-
itemBorderRadius: string;
|
|
3401
3580
|
panelColor: string;
|
|
3402
3581
|
panelTextColor: string;
|
|
3403
|
-
arrowColor: string;
|
|
3404
3582
|
calendarTitleTextColor: string;
|
|
3405
3583
|
calendarTitleColorHover: string;
|
|
3406
|
-
calendarDaysTextColor: string;
|
|
3407
|
-
panelHeaderDividerColor: string;
|
|
3408
|
-
calendarDaysDividerColor: string;
|
|
3409
3584
|
calendarDividerColor: string;
|
|
3410
3585
|
panelActionDividerColor: string;
|
|
3411
3586
|
panelBoxShadow: string;
|
|
@@ -3428,7 +3603,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3428
3603
|
panelActionPadding: string;
|
|
3429
3604
|
calendarTitlePadding: string;
|
|
3430
3605
|
calendarTitleHeight: string;
|
|
3431
|
-
arrowSize: string;
|
|
3432
3606
|
panelHeaderPadding: string;
|
|
3433
3607
|
calendarDaysHeight: string;
|
|
3434
3608
|
calendarTitleGridTempateColumns: string;
|
|
@@ -3454,21 +3628,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3454
3628
|
calendarRightPaddingYearrange: string;
|
|
3455
3629
|
}, {
|
|
3456
3630
|
Input: import("../../_mixins").Theme<"Input", {
|
|
3631
|
+
paddingTiny: string;
|
|
3632
|
+
paddingSmall: string;
|
|
3633
|
+
paddingMedium: string;
|
|
3634
|
+
paddingLarge: string;
|
|
3635
|
+
paddingHuge: string;
|
|
3636
|
+
clearSize: string;
|
|
3457
3637
|
countTextColorDisabled: string;
|
|
3458
3638
|
countTextColor: string;
|
|
3459
3639
|
heightTiny: string;
|
|
3460
3640
|
heightSmall: string;
|
|
3461
3641
|
heightMedium: string;
|
|
3462
3642
|
heightLarge: string;
|
|
3643
|
+
heightHuge: string;
|
|
3463
3644
|
fontSizeTiny: string;
|
|
3464
3645
|
fontSizeSmall: string;
|
|
3465
3646
|
fontSizeMedium: string;
|
|
3466
3647
|
fontSizeLarge: string;
|
|
3648
|
+
fontSizeHuge: string;
|
|
3467
3649
|
lineHeight: string;
|
|
3468
3650
|
lineHeightTextarea: string;
|
|
3469
3651
|
borderRadius: string;
|
|
3470
3652
|
iconSize: string;
|
|
3471
|
-
groupLabelColor: string;
|
|
3472
3653
|
groupLabelTextColor: string;
|
|
3473
3654
|
textColor: string;
|
|
3474
3655
|
textColorDisabled: string;
|
|
@@ -3508,11 +3689,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3508
3689
|
iconColorHover: string;
|
|
3509
3690
|
iconColorPressed: string;
|
|
3510
3691
|
suffixTextColor: string;
|
|
3511
|
-
|
|
3512
|
-
paddingSmall: string;
|
|
3513
|
-
paddingMedium: string;
|
|
3514
|
-
paddingLarge: string;
|
|
3515
|
-
clearSize: string;
|
|
3692
|
+
selectionColor: string;
|
|
3516
3693
|
}, any>;
|
|
3517
3694
|
Button: import("../../_mixins").Theme<"Button", {
|
|
3518
3695
|
heightTiny: string;
|
|
@@ -3540,7 +3717,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3540
3717
|
colorTertiaryHover: string;
|
|
3541
3718
|
colorTertiaryPressed: string;
|
|
3542
3719
|
colorTertiaryDisalbed: string;
|
|
3543
|
-
|
|
3720
|
+
waveColorTertiary: string;
|
|
3544
3721
|
textColorTextTertiary: string;
|
|
3545
3722
|
colorQuaternary: string;
|
|
3546
3723
|
colorQuaternaryHover: string;
|
|
@@ -3726,6 +3903,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3726
3903
|
rippleDuration: string;
|
|
3727
3904
|
}, any>;
|
|
3728
3905
|
TimePicker: import("../../_mixins").Theme<"TimePicker", {
|
|
3906
|
+
itemFontSize: string;
|
|
3907
|
+
itemFontWeight: string;
|
|
3908
|
+
itemHeight: string;
|
|
3909
|
+
itemWidth: string;
|
|
3910
|
+
panelActionPadding: string;
|
|
3729
3911
|
panelColor: string;
|
|
3730
3912
|
panelBoxShadow: string;
|
|
3731
3913
|
panelDividerColor: string;
|
|
@@ -3737,10 +3919,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3737
3919
|
borderRadius: string;
|
|
3738
3920
|
iconColor: string;
|
|
3739
3921
|
iconColorDisabled: string;
|
|
3740
|
-
itemFontSize: string;
|
|
3741
|
-
itemHeight: string;
|
|
3742
|
-
itemWidth: string;
|
|
3743
|
-
panelActionPadding: string;
|
|
3744
3922
|
}, {
|
|
3745
3923
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
3746
3924
|
color: string;
|
|
@@ -3772,7 +3950,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3772
3950
|
colorTertiaryHover: string;
|
|
3773
3951
|
colorTertiaryPressed: string;
|
|
3774
3952
|
colorTertiaryDisalbed: string;
|
|
3775
|
-
|
|
3953
|
+
waveColorTertiary: string;
|
|
3776
3954
|
textColorTextTertiary: string;
|
|
3777
3955
|
colorQuaternary: string;
|
|
3778
3956
|
colorQuaternaryHover: string;
|
|
@@ -3958,21 +4136,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3958
4136
|
rippleDuration: string;
|
|
3959
4137
|
}, any>;
|
|
3960
4138
|
Input: import("../../_mixins").Theme<"Input", {
|
|
4139
|
+
paddingTiny: string;
|
|
4140
|
+
paddingSmall: string;
|
|
4141
|
+
paddingMedium: string;
|
|
4142
|
+
paddingLarge: string;
|
|
4143
|
+
paddingHuge: string;
|
|
4144
|
+
clearSize: string;
|
|
3961
4145
|
countTextColorDisabled: string;
|
|
3962
4146
|
countTextColor: string;
|
|
3963
4147
|
heightTiny: string;
|
|
3964
4148
|
heightSmall: string;
|
|
3965
4149
|
heightMedium: string;
|
|
3966
4150
|
heightLarge: string;
|
|
4151
|
+
heightHuge: string;
|
|
3967
4152
|
fontSizeTiny: string;
|
|
3968
4153
|
fontSizeSmall: string;
|
|
3969
4154
|
fontSizeMedium: string;
|
|
3970
4155
|
fontSizeLarge: string;
|
|
4156
|
+
fontSizeHuge: string;
|
|
3971
4157
|
lineHeight: string;
|
|
3972
4158
|
lineHeightTextarea: string;
|
|
3973
4159
|
borderRadius: string;
|
|
3974
4160
|
iconSize: string;
|
|
3975
|
-
groupLabelColor: string;
|
|
3976
4161
|
groupLabelTextColor: string;
|
|
3977
4162
|
textColor: string;
|
|
3978
4163
|
textColorDisabled: string;
|
|
@@ -4012,11 +4197,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4012
4197
|
iconColorHover: string;
|
|
4013
4198
|
iconColorPressed: string;
|
|
4014
4199
|
suffixTextColor: string;
|
|
4015
|
-
|
|
4016
|
-
paddingSmall: string;
|
|
4017
|
-
paddingMedium: string;
|
|
4018
|
-
paddingLarge: string;
|
|
4019
|
-
clearSize: string;
|
|
4200
|
+
selectionColor: string;
|
|
4020
4201
|
}, any>;
|
|
4021
4202
|
}>;
|
|
4022
4203
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
@@ -4131,7 +4312,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4131
4312
|
isRange: import("vue").ComputedRef<boolean>;
|
|
4132
4313
|
localizedStartPlaceholder: import("vue").ComputedRef<string>;
|
|
4133
4314
|
localizedEndPlaceholder: import("vue").ComputedRef<string>;
|
|
4134
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
|
|
4315
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny" | "huge">;
|
|
4135
4316
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
4136
4317
|
localizedPlacehoder: import("vue").ComputedRef<string>;
|
|
4137
4318
|
isValueInvalid: import("vue").ComputedRef<boolean>;
|
|
@@ -4156,139 +4337,157 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4156
4337
|
getDefaultShortcuts: () => Shortcuts;
|
|
4157
4338
|
mergedTheme: import("vue").ComputedRef<{
|
|
4158
4339
|
common: {
|
|
4159
|
-
baseColor: string;
|
|
4160
|
-
primaryColor: string;
|
|
4161
|
-
primaryColorHover: string;
|
|
4162
|
-
primaryColorPressed: string;
|
|
4163
|
-
primaryColorSuppl: string;
|
|
4164
|
-
infoColor: string;
|
|
4165
|
-
infoColorHover: string;
|
|
4166
|
-
infoColorPressed: string;
|
|
4167
|
-
infoColorSuppl: string;
|
|
4168
|
-
successColor: string;
|
|
4169
|
-
successColorHover: string;
|
|
4170
|
-
successColorPressed: string;
|
|
4171
|
-
successColorSuppl: string;
|
|
4172
|
-
warningColor: string;
|
|
4173
|
-
warningColorHover: string;
|
|
4174
|
-
warningColorPressed: string;
|
|
4175
|
-
warningColorSuppl: string;
|
|
4176
|
-
errorColor: string;
|
|
4177
|
-
errorColorHover: string;
|
|
4178
|
-
errorColorPressed: string;
|
|
4179
|
-
errorColorSuppl: string;
|
|
4180
|
-
tertiaryColor: string;
|
|
4181
|
-
tertiaryColorHover: string;
|
|
4182
|
-
tertiaryColorActive: string;
|
|
4183
|
-
tertiaryColorSuppl: string;
|
|
4184
|
-
tertiaryElements: string;
|
|
4185
|
-
textColorBase: string;
|
|
4186
|
-
textColor1: string;
|
|
4187
|
-
textColor2: string;
|
|
4188
|
-
textColor3: string;
|
|
4189
|
-
textTertiary: string;
|
|
4190
|
-
boxShadowHover: string;
|
|
4191
|
-
boxShadowFocus: string;
|
|
4192
|
-
boxShadowHoverChecked: string;
|
|
4193
|
-
boxShadowFocusChecked: string;
|
|
4194
|
-
textColorDisabled: string;
|
|
4195
|
-
placeholderColor: string;
|
|
4196
|
-
placeholderColorDisabled: string;
|
|
4197
|
-
iconColor: string;
|
|
4198
|
-
iconColorHover: string;
|
|
4199
|
-
iconColorPressed: string;
|
|
4200
|
-
iconColorDisabled: string;
|
|
4201
|
-
opacity1: string;
|
|
4202
|
-
opacity2: string;
|
|
4203
|
-
opacity3: string;
|
|
4204
|
-
opacity4: string;
|
|
4205
|
-
opacity5: string;
|
|
4206
|
-
dividerColor: string;
|
|
4207
|
-
borderColor: string;
|
|
4208
|
-
borderTagColor: string;
|
|
4209
|
-
closeIconColor: string;
|
|
4210
|
-
closeIconColorHover: string;
|
|
4211
|
-
closeIconColorPressed: string;
|
|
4212
|
-
closeColorHover: string;
|
|
4213
|
-
closeColorPressed: string;
|
|
4214
|
-
clearColor: string;
|
|
4215
|
-
clearColorHover: string;
|
|
4216
|
-
clearColorPressed: string;
|
|
4217
4340
|
scrollbarColor: string;
|
|
4218
4341
|
scrollbarColorHover: string;
|
|
4219
4342
|
scrollbarWidth: string;
|
|
4220
4343
|
scrollbarHeight: string;
|
|
4221
4344
|
scrollbarBorderRadius: string;
|
|
4222
|
-
progressRailColor: string;
|
|
4223
|
-
railColor: string;
|
|
4224
|
-
popoverColor: string;
|
|
4225
|
-
tableColor: string;
|
|
4226
|
-
cardColor: string;
|
|
4227
|
-
modalColor: string;
|
|
4228
|
-
bodyColor: string;
|
|
4229
|
-
tagColor: string;
|
|
4230
|
-
avatarColor: string;
|
|
4231
|
-
avatarTextColor: string;
|
|
4232
|
-
avatarIconColor: string;
|
|
4233
|
-
invertedColor: string;
|
|
4234
|
-
tooltipColor: string;
|
|
4235
|
-
inputColor: string;
|
|
4236
|
-
codeColor: string;
|
|
4237
|
-
tabColor: string;
|
|
4238
|
-
actionColor: string;
|
|
4239
|
-
tableHeaderColor: string;
|
|
4240
|
-
hoverColor: string;
|
|
4241
|
-
tableColorHover: string;
|
|
4242
|
-
tableColorStriped: string;
|
|
4243
|
-
pressedColor: string;
|
|
4244
4345
|
opacityDisabled: string;
|
|
4245
|
-
|
|
4246
|
-
|
|
4247
|
-
|
|
4248
|
-
|
|
4249
|
-
|
|
4250
|
-
|
|
4251
|
-
|
|
4346
|
+
brandPrimary50: string;
|
|
4347
|
+
brandPrimary100: string;
|
|
4348
|
+
brandPrimary200: string;
|
|
4349
|
+
brandPrimary300: string;
|
|
4350
|
+
brandPrimary400: string;
|
|
4351
|
+
brandPrimary500: string;
|
|
4352
|
+
brandPrimary550: string;
|
|
4353
|
+
brandPrimary600: string;
|
|
4354
|
+
brandSecondary500: string;
|
|
4355
|
+
brandSecondary300: string;
|
|
4356
|
+
brandSecondary600: string;
|
|
4357
|
+
brandTertiary500: string;
|
|
4358
|
+
brandTertiary300: string;
|
|
4359
|
+
brandTertiary600: string;
|
|
4360
|
+
brandQuaternary500: string;
|
|
4361
|
+
brandQuaternary300: string;
|
|
4362
|
+
brandQuaternary600: string;
|
|
4363
|
+
brandQuinary500: string;
|
|
4364
|
+
brandQuinary300: string;
|
|
4365
|
+
brandQuinary600: string;
|
|
4366
|
+
brandQuinary100: string;
|
|
4367
|
+
surfacePrimary: string;
|
|
4368
|
+
surfaceSecondary: string;
|
|
4369
|
+
containerPrimary: string;
|
|
4370
|
+
containerSecondary: string;
|
|
4371
|
+
textPrimary: string;
|
|
4372
|
+
textSecondary: string;
|
|
4373
|
+
textTertiary: string;
|
|
4374
|
+
textQuaternary: string;
|
|
4375
|
+
textBrand: string;
|
|
4376
|
+
elementsPrimary: string;
|
|
4377
|
+
elementsSecondary: string;
|
|
4378
|
+
elementsTertiary: string;
|
|
4379
|
+
elementsQuaternary: string;
|
|
4380
|
+
elementsQuinary: string;
|
|
4381
|
+
elementsDarkQuinary: string;
|
|
4382
|
+
elementsSenary: string;
|
|
4383
|
+
elementsOnContainer: string;
|
|
4384
|
+
transparencyPrimary: string;
|
|
4385
|
+
transparencySecondary: string;
|
|
4386
|
+
transparencyTertiary: string;
|
|
4387
|
+
transparencyQuinary: string;
|
|
4388
|
+
transparencyModal: string;
|
|
4389
|
+
staticBlack: string;
|
|
4390
|
+
staticDarkGrey: string;
|
|
4391
|
+
staticWhite: string;
|
|
4392
|
+
staticRed: string;
|
|
4393
|
+
staticOrange: string;
|
|
4394
|
+
staticGreen: string;
|
|
4395
|
+
staticErrorAccent: string;
|
|
4396
|
+
shadowDepth2: string;
|
|
4252
4397
|
fontFamily: string;
|
|
4253
4398
|
fontFamilyMono: string;
|
|
4254
|
-
fontWeight: string;
|
|
4255
|
-
fontWeightStrong: string;
|
|
4256
4399
|
cubicBezierEaseInOut: string;
|
|
4257
4400
|
cubicBezierEaseOut: string;
|
|
4258
4401
|
cubicBezierEaseIn: string;
|
|
4259
|
-
|
|
4260
|
-
borderTagWidth: number;
|
|
4402
|
+
borderRadiusLarge: string;
|
|
4261
4403
|
borderRadius: string;
|
|
4404
|
+
borderRadiusMedium: string;
|
|
4262
4405
|
borderRadiusSmall: string;
|
|
4263
|
-
|
|
4264
|
-
fontSizeMini: string;
|
|
4265
|
-
fontSizeTiny: string;
|
|
4266
|
-
fontSizeSmall: string;
|
|
4267
|
-
fontSizeMedium: string;
|
|
4268
|
-
fontSizeLarge: string;
|
|
4269
|
-
fontSizeHuge: string;
|
|
4270
|
-
lineHeight: string;
|
|
4406
|
+
borderRadiusTiny: string;
|
|
4271
4407
|
heightMini: string;
|
|
4272
4408
|
heightTiny: string;
|
|
4273
4409
|
heightSmall: string;
|
|
4274
4410
|
heightMedium: string;
|
|
4275
4411
|
heightLarge: string;
|
|
4276
4412
|
heightHuge: string;
|
|
4413
|
+
fontDisplayLarge: string;
|
|
4414
|
+
fontDisplaySmall: string;
|
|
4415
|
+
fontHeadingLarge: string;
|
|
4416
|
+
fontHeadingMedium: string;
|
|
4417
|
+
fontHeadingSmall: string;
|
|
4418
|
+
fontTitleLarge: string;
|
|
4419
|
+
fontTitleMedium: string;
|
|
4420
|
+
fontTitleSmall: string;
|
|
4421
|
+
fontBodyLarge: string;
|
|
4422
|
+
fontBodyMedium: string;
|
|
4423
|
+
fontBodySmall: string;
|
|
4424
|
+
lineHeightDisplayLarge: string;
|
|
4425
|
+
lineHeightDisplaySmall: string;
|
|
4426
|
+
lineHeightHeadingLarge: string;
|
|
4427
|
+
lineHeightHeadingMedium: string;
|
|
4428
|
+
lineHeightHeadingSmall: string;
|
|
4429
|
+
lineHeightTitleLarge: string;
|
|
4430
|
+
lineHeightTitleMedium: string;
|
|
4431
|
+
lineHeightTitleSmall: string;
|
|
4432
|
+
lineHeightBodyLarge: string;
|
|
4433
|
+
lineHeightBodyMedium: string;
|
|
4434
|
+
lineHeightBodySmall: string;
|
|
4435
|
+
fontWeight: string;
|
|
4436
|
+
fontWeightStrong: string;
|
|
4437
|
+
fontWeightBold: string;
|
|
4438
|
+
iconSmall: string;
|
|
4439
|
+
iconMedium: string;
|
|
4440
|
+
iconLarge: string;
|
|
4441
|
+
iconHuge: string;
|
|
4442
|
+
closeSmall: string;
|
|
4443
|
+
closeMedium: string;
|
|
4444
|
+
closeLarge: string;
|
|
4445
|
+
closeHuge: string;
|
|
4446
|
+
closeBorderRadius: string;
|
|
4277
4447
|
name: "common";
|
|
4278
4448
|
};
|
|
4279
4449
|
self: {
|
|
4280
|
-
|
|
4281
|
-
|
|
4282
|
-
|
|
4450
|
+
itemColor: string;
|
|
4451
|
+
itemColorHover: string;
|
|
4452
|
+
itemColorPressed: string;
|
|
4453
|
+
itemColorDisabled: string;
|
|
4283
4454
|
itemTextColor: string;
|
|
4455
|
+
itemTextColorHover: string;
|
|
4456
|
+
itemTextColorPressed: string;
|
|
4284
4457
|
itemTextColorDisabled: string;
|
|
4458
|
+
itemColorActive: string;
|
|
4459
|
+
itemColorActiveHover: string;
|
|
4460
|
+
itemColorActivePressed: string;
|
|
4461
|
+
itemColorActiveDisabled: string;
|
|
4285
4462
|
itemTextColorActive: string;
|
|
4463
|
+
itemTextColorActiveHover: string;
|
|
4464
|
+
itemTextColorActivePressed: string;
|
|
4465
|
+
itemTextColorActiveDisabled: string;
|
|
4466
|
+
itemColorCurrent: string;
|
|
4467
|
+
itemColorCurrentHover: string;
|
|
4468
|
+
itemColorCurrentPressed: string;
|
|
4469
|
+
itemColorCurrentDisabled: string;
|
|
4286
4470
|
itemTextColorCurrent: string;
|
|
4287
|
-
|
|
4471
|
+
itemTextColorCurrentHover: string;
|
|
4472
|
+
itemTextColorCurrentPressed: string;
|
|
4473
|
+
itemTextColorCurrentDisabled: string;
|
|
4288
4474
|
itemColorIncluded: string;
|
|
4289
|
-
|
|
4290
|
-
|
|
4291
|
-
|
|
4475
|
+
itemColorIncludedHover: string;
|
|
4476
|
+
itemColorIncludedPressed: string;
|
|
4477
|
+
itemColorIncludedDisabled: string;
|
|
4478
|
+
itemTextColorIncluded: string;
|
|
4479
|
+
itemTextColorIncludedHover: string;
|
|
4480
|
+
itemTextColorIncludedPressed: string;
|
|
4481
|
+
itemTextColorIncludedDisabled: string;
|
|
4482
|
+
itemColorExcluded: string;
|
|
4483
|
+
itemTextColorExcluded: string;
|
|
4484
|
+
arrowSize: string;
|
|
4485
|
+
arrowColor: string;
|
|
4486
|
+
itemFontSize: string;
|
|
4487
|
+
itemFontWeight: string;
|
|
4488
|
+
itemBorderRadius: string;
|
|
4489
|
+
calendarDaysFontSize: string;
|
|
4490
|
+
calendarTitleFontSize: string;
|
|
4292
4491
|
monthItemTextColorActive: string;
|
|
4293
4492
|
monthItemColorActive: string;
|
|
4294
4493
|
monthItemColor: string;
|
|
@@ -4296,15 +4495,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4296
4495
|
monthItemColorHover: string;
|
|
4297
4496
|
monthItemTextColorHover: string;
|
|
4298
4497
|
titleColorActive: string;
|
|
4299
|
-
itemBorderRadius: string;
|
|
4300
4498
|
panelColor: string;
|
|
4301
4499
|
panelTextColor: string;
|
|
4302
|
-
arrowColor: string;
|
|
4303
4500
|
calendarTitleTextColor: string;
|
|
4304
4501
|
calendarTitleColorHover: string;
|
|
4305
|
-
calendarDaysTextColor: string;
|
|
4306
|
-
panelHeaderDividerColor: string;
|
|
4307
|
-
calendarDaysDividerColor: string;
|
|
4308
4502
|
calendarDividerColor: string;
|
|
4309
4503
|
panelActionDividerColor: string;
|
|
4310
4504
|
panelBoxShadow: string;
|
|
@@ -4327,7 +4521,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4327
4521
|
panelActionPadding: string;
|
|
4328
4522
|
calendarTitlePadding: string;
|
|
4329
4523
|
calendarTitleHeight: string;
|
|
4330
|
-
arrowSize: string;
|
|
4331
4524
|
panelHeaderPadding: string;
|
|
4332
4525
|
calendarDaysHeight: string;
|
|
4333
4526
|
calendarTitleGridTempateColumns: string;
|
|
@@ -4354,21 +4547,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4354
4547
|
};
|
|
4355
4548
|
peers: {
|
|
4356
4549
|
Input: import("../../_mixins").Theme<"Input", {
|
|
4550
|
+
paddingTiny: string;
|
|
4551
|
+
paddingSmall: string;
|
|
4552
|
+
paddingMedium: string;
|
|
4553
|
+
paddingLarge: string;
|
|
4554
|
+
paddingHuge: string;
|
|
4555
|
+
clearSize: string;
|
|
4357
4556
|
countTextColorDisabled: string;
|
|
4358
4557
|
countTextColor: string;
|
|
4359
4558
|
heightTiny: string;
|
|
4360
4559
|
heightSmall: string;
|
|
4361
4560
|
heightMedium: string;
|
|
4362
4561
|
heightLarge: string;
|
|
4562
|
+
heightHuge: string;
|
|
4363
4563
|
fontSizeTiny: string;
|
|
4364
4564
|
fontSizeSmall: string;
|
|
4365
4565
|
fontSizeMedium: string;
|
|
4366
4566
|
fontSizeLarge: string;
|
|
4567
|
+
fontSizeHuge: string;
|
|
4367
4568
|
lineHeight: string;
|
|
4368
4569
|
lineHeightTextarea: string;
|
|
4369
4570
|
borderRadius: string;
|
|
4370
4571
|
iconSize: string;
|
|
4371
|
-
groupLabelColor: string;
|
|
4372
4572
|
groupLabelTextColor: string;
|
|
4373
4573
|
textColor: string;
|
|
4374
4574
|
textColorDisabled: string;
|
|
@@ -4408,11 +4608,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4408
4608
|
iconColorHover: string;
|
|
4409
4609
|
iconColorPressed: string;
|
|
4410
4610
|
suffixTextColor: string;
|
|
4411
|
-
|
|
4412
|
-
paddingSmall: string;
|
|
4413
|
-
paddingMedium: string;
|
|
4414
|
-
paddingLarge: string;
|
|
4415
|
-
clearSize: string;
|
|
4611
|
+
selectionColor: string;
|
|
4416
4612
|
}, any>;
|
|
4417
4613
|
Button: import("../../_mixins").Theme<"Button", {
|
|
4418
4614
|
heightTiny: string;
|
|
@@ -4440,7 +4636,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4440
4636
|
colorTertiaryHover: string;
|
|
4441
4637
|
colorTertiaryPressed: string;
|
|
4442
4638
|
colorTertiaryDisalbed: string;
|
|
4443
|
-
|
|
4639
|
+
waveColorTertiary: string;
|
|
4444
4640
|
textColorTextTertiary: string;
|
|
4445
4641
|
colorQuaternary: string;
|
|
4446
4642
|
colorQuaternaryHover: string;
|
|
@@ -4626,6 +4822,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4626
4822
|
rippleDuration: string;
|
|
4627
4823
|
}, any>;
|
|
4628
4824
|
TimePicker: import("../../_mixins").Theme<"TimePicker", {
|
|
4825
|
+
itemFontSize: string;
|
|
4826
|
+
itemFontWeight: string;
|
|
4827
|
+
itemHeight: string;
|
|
4828
|
+
itemWidth: string;
|
|
4829
|
+
panelActionPadding: string;
|
|
4629
4830
|
panelColor: string;
|
|
4630
4831
|
panelBoxShadow: string;
|
|
4631
4832
|
panelDividerColor: string;
|
|
@@ -4637,10 +4838,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4637
4838
|
borderRadius: string;
|
|
4638
4839
|
iconColor: string;
|
|
4639
4840
|
iconColorDisabled: string;
|
|
4640
|
-
itemFontSize: string;
|
|
4641
|
-
itemHeight: string;
|
|
4642
|
-
itemWidth: string;
|
|
4643
|
-
panelActionPadding: string;
|
|
4644
4841
|
}, {
|
|
4645
4842
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
4646
4843
|
color: string;
|
|
@@ -4672,7 +4869,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4672
4869
|
colorTertiaryHover: string;
|
|
4673
4870
|
colorTertiaryPressed: string;
|
|
4674
4871
|
colorTertiaryDisalbed: string;
|
|
4675
|
-
|
|
4872
|
+
waveColorTertiary: string;
|
|
4676
4873
|
textColorTextTertiary: string;
|
|
4677
4874
|
colorQuaternary: string;
|
|
4678
4875
|
colorQuaternaryHover: string;
|
|
@@ -4858,21 +5055,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4858
5055
|
rippleDuration: string;
|
|
4859
5056
|
}, any>;
|
|
4860
5057
|
Input: import("../../_mixins").Theme<"Input", {
|
|
5058
|
+
paddingTiny: string;
|
|
5059
|
+
paddingSmall: string;
|
|
5060
|
+
paddingMedium: string;
|
|
5061
|
+
paddingLarge: string;
|
|
5062
|
+
paddingHuge: string;
|
|
5063
|
+
clearSize: string;
|
|
4861
5064
|
countTextColorDisabled: string;
|
|
4862
5065
|
countTextColor: string;
|
|
4863
5066
|
heightTiny: string;
|
|
4864
5067
|
heightSmall: string;
|
|
4865
5068
|
heightMedium: string;
|
|
4866
5069
|
heightLarge: string;
|
|
5070
|
+
heightHuge: string;
|
|
4867
5071
|
fontSizeTiny: string;
|
|
4868
5072
|
fontSizeSmall: string;
|
|
4869
5073
|
fontSizeMedium: string;
|
|
4870
5074
|
fontSizeLarge: string;
|
|
5075
|
+
fontSizeHuge: string;
|
|
4871
5076
|
lineHeight: string;
|
|
4872
5077
|
lineHeightTextarea: string;
|
|
4873
5078
|
borderRadius: string;
|
|
4874
5079
|
iconSize: string;
|
|
4875
|
-
groupLabelColor: string;
|
|
4876
5080
|
groupLabelTextColor: string;
|
|
4877
5081
|
textColor: string;
|
|
4878
5082
|
textColorDisabled: string;
|
|
@@ -4912,11 +5116,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4912
5116
|
iconColorHover: string;
|
|
4913
5117
|
iconColorPressed: string;
|
|
4914
5118
|
suffixTextColor: string;
|
|
4915
|
-
|
|
4916
|
-
paddingSmall: string;
|
|
4917
|
-
paddingMedium: string;
|
|
4918
|
-
paddingLarge: string;
|
|
4919
|
-
clearSize: string;
|
|
5119
|
+
selectionColor: string;
|
|
4920
5120
|
}, any>;
|
|
4921
5121
|
}>;
|
|
4922
5122
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
@@ -4967,7 +5167,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4967
5167
|
colorTertiaryHover: string;
|
|
4968
5168
|
colorTertiaryPressed: string;
|
|
4969
5169
|
colorTertiaryDisalbed: string;
|
|
4970
|
-
|
|
5170
|
+
waveColorTertiary: string;
|
|
4971
5171
|
textColorTextTertiary: string;
|
|
4972
5172
|
colorQuaternary: string;
|
|
4973
5173
|
colorQuaternaryHover: string;
|
|
@@ -5153,21 +5353,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5153
5353
|
rippleDuration: string;
|
|
5154
5354
|
}, any>> | undefined;
|
|
5155
5355
|
Input?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Input", {
|
|
5356
|
+
paddingTiny: string;
|
|
5357
|
+
paddingSmall: string;
|
|
5358
|
+
paddingMedium: string;
|
|
5359
|
+
paddingLarge: string;
|
|
5360
|
+
paddingHuge: string;
|
|
5361
|
+
clearSize: string;
|
|
5156
5362
|
countTextColorDisabled: string;
|
|
5157
5363
|
countTextColor: string;
|
|
5158
5364
|
heightTiny: string;
|
|
5159
5365
|
heightSmall: string;
|
|
5160
5366
|
heightMedium: string;
|
|
5161
5367
|
heightLarge: string;
|
|
5368
|
+
heightHuge: string;
|
|
5162
5369
|
fontSizeTiny: string;
|
|
5163
5370
|
fontSizeSmall: string;
|
|
5164
5371
|
fontSizeMedium: string;
|
|
5165
5372
|
fontSizeLarge: string;
|
|
5373
|
+
fontSizeHuge: string;
|
|
5166
5374
|
lineHeight: string;
|
|
5167
5375
|
lineHeightTextarea: string;
|
|
5168
5376
|
borderRadius: string;
|
|
5169
5377
|
iconSize: string;
|
|
5170
|
-
groupLabelColor: string;
|
|
5171
5378
|
groupLabelTextColor: string;
|
|
5172
5379
|
textColor: string;
|
|
5173
5380
|
textColorDisabled: string;
|
|
@@ -5207,11 +5414,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5207
5414
|
iconColorHover: string;
|
|
5208
5415
|
iconColorPressed: string;
|
|
5209
5416
|
suffixTextColor: string;
|
|
5210
|
-
|
|
5211
|
-
paddingSmall: string;
|
|
5212
|
-
paddingMedium: string;
|
|
5213
|
-
paddingLarge: string;
|
|
5214
|
-
clearSize: string;
|
|
5417
|
+
selectionColor: string;
|
|
5215
5418
|
}, any>> | undefined;
|
|
5216
5419
|
} | undefined;
|
|
5217
5420
|
} | undefined;
|
|
@@ -5236,8 +5439,41 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5236
5439
|
'--u-panel-color': string;
|
|
5237
5440
|
'--u-panel-box-shadow': string;
|
|
5238
5441
|
'--u-panel-text-color': string;
|
|
5442
|
+
'--u-item-color': string;
|
|
5443
|
+
'--u-item-color-hover': string;
|
|
5444
|
+
'--u-item-color-pressed': string;
|
|
5445
|
+
'--u-item-color-disabled': string;
|
|
5446
|
+
'--u-item-text-color': string;
|
|
5447
|
+
'--u-item-text-color-hover': string;
|
|
5448
|
+
'--u-item-text-color-pressed': string;
|
|
5449
|
+
'--u-item-text-color-disabled': string;
|
|
5450
|
+
'--u-item-color-active': string;
|
|
5451
|
+
'--u-item-color-active-hover': string;
|
|
5452
|
+
'--u-item-color-active-pressed': string;
|
|
5453
|
+
'--u-item-color-active-disabled': string;
|
|
5454
|
+
'--u-item-text-color-active': string;
|
|
5455
|
+
'--u-item-text-color-active-hover': string;
|
|
5456
|
+
'--u-item-text-color-active-pressed': string;
|
|
5457
|
+
'--u-item-text-color-active-disabled': string;
|
|
5458
|
+
'--u-item-color-current': string;
|
|
5459
|
+
'--u-item-color-current-hover': string;
|
|
5460
|
+
'--u-item-color-current-pressed': string;
|
|
5461
|
+
'--u-item-color-current-disabled': string;
|
|
5462
|
+
'--u-item-text-color-current': string;
|
|
5463
|
+
'--u-item-text-color-current-hover': string;
|
|
5464
|
+
'--u-item-text-color-current-pressed': string;
|
|
5465
|
+
'--u-item-text-color-current-disabled': string;
|
|
5466
|
+
'--u-item-color-included': string;
|
|
5467
|
+
'--u-item-color-included-hover': string;
|
|
5468
|
+
'--u-item-color-included-pressed': string;
|
|
5469
|
+
'--u-item-color-included-disabled': string;
|
|
5470
|
+
'--u-item-text-color-included': string;
|
|
5471
|
+
'--u-item-text-color-included-hover': string;
|
|
5472
|
+
'--u-item-text-color-included-pressed': string;
|
|
5473
|
+
'--u-item-text-color-included-disabled': string;
|
|
5474
|
+
'--u-item-color-excluded': string;
|
|
5475
|
+
'--u-item-text-color-excluded': string;
|
|
5239
5476
|
'--u-panel-header-padding': string;
|
|
5240
|
-
'--u-panel-header-divider-color': string;
|
|
5241
5477
|
'--u-calendar-title-color-hover': string;
|
|
5242
5478
|
'--u-calendar-title-height': string;
|
|
5243
5479
|
'--u-calendar-title-padding': string;
|
|
@@ -5246,9 +5482,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5246
5482
|
'--u-calendar-title-text-color': string;
|
|
5247
5483
|
'--u-calendar-title-grid-template-columns': string;
|
|
5248
5484
|
'--u-calendar-days-height': string;
|
|
5249
|
-
'--u-calendar-days-divider-color': string;
|
|
5250
5485
|
'--u-calendar-days-font-size': string;
|
|
5251
|
-
'--u-calendar-days-text-color': string;
|
|
5252
5486
|
'--u-calendar-divider-color': string;
|
|
5253
5487
|
'--u-calendar-item-color-active': string;
|
|
5254
5488
|
'--u-calendar-item-text-color-active': string;
|
|
@@ -5261,20 +5495,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5261
5495
|
'--u-panel-extra-footer-padding': string;
|
|
5262
5496
|
'--u-panel-action-divider-color': string;
|
|
5263
5497
|
'--u-item-font-size': string;
|
|
5498
|
+
'--u-item-font-weight': string;
|
|
5264
5499
|
'--u-item-border-radius': string;
|
|
5265
5500
|
'--u-item-width': string;
|
|
5266
5501
|
'--u-item-height': string;
|
|
5267
5502
|
'--u-item-selected-size': string;
|
|
5268
|
-
'--u-item-current-color': string;
|
|
5269
5503
|
'--u-item-cell-width': string;
|
|
5270
5504
|
'--u-item-cell-height': string;
|
|
5271
|
-
'--u-item-text-color': string;
|
|
5272
|
-
'--u-item-color-included': string;
|
|
5273
|
-
'--u-item-color-disabled': string;
|
|
5274
|
-
'--u-item-color-hover': string;
|
|
5275
|
-
'--u-item-color-active': string;
|
|
5276
|
-
'--u-item-text-color-disabled': string;
|
|
5277
|
-
'--u-item-text-color-active': string;
|
|
5278
5505
|
'--u-item-head-cell-width': string;
|
|
5279
5506
|
'--u-item-head-cell-height': string;
|
|
5280
5507
|
'--u-scroll-item-width': string;
|
|
@@ -5283,8 +5510,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5283
5510
|
'--u-scroll-item-border-radius': string;
|
|
5284
5511
|
'--u-arrow-size': string;
|
|
5285
5512
|
'--u-arrow-color': string;
|
|
5286
|
-
'--u-icon-color': string;
|
|
5287
|
-
'--u-icon-color-disabled': string;
|
|
5288
5513
|
}> | undefined;
|
|
5289
5514
|
themeClass: Ref<string> | undefined;
|
|
5290
5515
|
onRender: (() => void) | undefined;
|
|
@@ -5314,7 +5539,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5314
5539
|
};
|
|
5315
5540
|
readonly value: PropType<Value | null>;
|
|
5316
5541
|
readonly formattedValue: PropType<FormattedValue | null>;
|
|
5317
|
-
readonly size: PropType<
|
|
5542
|
+
readonly size: PropType<InputSize>;
|
|
5318
5543
|
readonly type: {
|
|
5319
5544
|
readonly type: PropType<DatePickerType>;
|
|
5320
5545
|
readonly default: "date";
|
|
@@ -5358,18 +5583,47 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5358
5583
|
readonly onBlur: PropType<(e: FocusEvent) => void>;
|
|
5359
5584
|
readonly onChange: PropType<MaybeArray<OnUpdateValue>>;
|
|
5360
5585
|
readonly theme: PropType<import("../../_mixins").Theme<"DatePicker", {
|
|
5361
|
-
|
|
5362
|
-
|
|
5363
|
-
|
|
5586
|
+
itemColor: string;
|
|
5587
|
+
itemColorHover: string;
|
|
5588
|
+
itemColorPressed: string;
|
|
5589
|
+
itemColorDisabled: string;
|
|
5364
5590
|
itemTextColor: string;
|
|
5591
|
+
itemTextColorHover: string;
|
|
5592
|
+
itemTextColorPressed: string;
|
|
5365
5593
|
itemTextColorDisabled: string;
|
|
5594
|
+
itemColorActive: string;
|
|
5595
|
+
itemColorActiveHover: string;
|
|
5596
|
+
itemColorActivePressed: string;
|
|
5597
|
+
itemColorActiveDisabled: string;
|
|
5366
5598
|
itemTextColorActive: string;
|
|
5599
|
+
itemTextColorActiveHover: string;
|
|
5600
|
+
itemTextColorActivePressed: string;
|
|
5601
|
+
itemTextColorActiveDisabled: string;
|
|
5602
|
+
itemColorCurrent: string;
|
|
5603
|
+
itemColorCurrentHover: string;
|
|
5604
|
+
itemColorCurrentPressed: string;
|
|
5605
|
+
itemColorCurrentDisabled: string;
|
|
5367
5606
|
itemTextColorCurrent: string;
|
|
5368
|
-
|
|
5607
|
+
itemTextColorCurrentHover: string;
|
|
5608
|
+
itemTextColorCurrentPressed: string;
|
|
5609
|
+
itemTextColorCurrentDisabled: string;
|
|
5369
5610
|
itemColorIncluded: string;
|
|
5370
|
-
|
|
5371
|
-
|
|
5372
|
-
|
|
5611
|
+
itemColorIncludedHover: string;
|
|
5612
|
+
itemColorIncludedPressed: string;
|
|
5613
|
+
itemColorIncludedDisabled: string;
|
|
5614
|
+
itemTextColorIncluded: string;
|
|
5615
|
+
itemTextColorIncludedHover: string;
|
|
5616
|
+
itemTextColorIncludedPressed: string;
|
|
5617
|
+
itemTextColorIncludedDisabled: string;
|
|
5618
|
+
itemColorExcluded: string;
|
|
5619
|
+
itemTextColorExcluded: string;
|
|
5620
|
+
arrowSize: string;
|
|
5621
|
+
arrowColor: string;
|
|
5622
|
+
itemFontSize: string;
|
|
5623
|
+
itemFontWeight: string;
|
|
5624
|
+
itemBorderRadius: string;
|
|
5625
|
+
calendarDaysFontSize: string;
|
|
5626
|
+
calendarTitleFontSize: string;
|
|
5373
5627
|
monthItemTextColorActive: string;
|
|
5374
5628
|
monthItemColorActive: string;
|
|
5375
5629
|
monthItemColor: string;
|
|
@@ -5377,15 +5631,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5377
5631
|
monthItemColorHover: string;
|
|
5378
5632
|
monthItemTextColorHover: string;
|
|
5379
5633
|
titleColorActive: string;
|
|
5380
|
-
itemBorderRadius: string;
|
|
5381
5634
|
panelColor: string;
|
|
5382
5635
|
panelTextColor: string;
|
|
5383
|
-
arrowColor: string;
|
|
5384
5636
|
calendarTitleTextColor: string;
|
|
5385
5637
|
calendarTitleColorHover: string;
|
|
5386
|
-
calendarDaysTextColor: string;
|
|
5387
|
-
panelHeaderDividerColor: string;
|
|
5388
|
-
calendarDaysDividerColor: string;
|
|
5389
5638
|
calendarDividerColor: string;
|
|
5390
5639
|
panelActionDividerColor: string;
|
|
5391
5640
|
panelBoxShadow: string;
|
|
@@ -5408,7 +5657,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5408
5657
|
panelActionPadding: string;
|
|
5409
5658
|
calendarTitlePadding: string;
|
|
5410
5659
|
calendarTitleHeight: string;
|
|
5411
|
-
arrowSize: string;
|
|
5412
5660
|
panelHeaderPadding: string;
|
|
5413
5661
|
calendarDaysHeight: string;
|
|
5414
5662
|
calendarTitleGridTempateColumns: string;
|
|
@@ -5434,21 +5682,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5434
5682
|
calendarRightPaddingYearrange: string;
|
|
5435
5683
|
}, {
|
|
5436
5684
|
Input: import("../../_mixins").Theme<"Input", {
|
|
5685
|
+
paddingTiny: string;
|
|
5686
|
+
paddingSmall: string;
|
|
5687
|
+
paddingMedium: string;
|
|
5688
|
+
paddingLarge: string;
|
|
5689
|
+
paddingHuge: string;
|
|
5690
|
+
clearSize: string;
|
|
5437
5691
|
countTextColorDisabled: string;
|
|
5438
5692
|
countTextColor: string;
|
|
5439
5693
|
heightTiny: string;
|
|
5440
5694
|
heightSmall: string;
|
|
5441
5695
|
heightMedium: string;
|
|
5442
5696
|
heightLarge: string;
|
|
5697
|
+
heightHuge: string;
|
|
5443
5698
|
fontSizeTiny: string;
|
|
5444
5699
|
fontSizeSmall: string;
|
|
5445
5700
|
fontSizeMedium: string;
|
|
5446
5701
|
fontSizeLarge: string;
|
|
5702
|
+
fontSizeHuge: string;
|
|
5447
5703
|
lineHeight: string;
|
|
5448
5704
|
lineHeightTextarea: string;
|
|
5449
5705
|
borderRadius: string;
|
|
5450
5706
|
iconSize: string;
|
|
5451
|
-
groupLabelColor: string;
|
|
5452
5707
|
groupLabelTextColor: string;
|
|
5453
5708
|
textColor: string;
|
|
5454
5709
|
textColorDisabled: string;
|
|
@@ -5488,11 +5743,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5488
5743
|
iconColorHover: string;
|
|
5489
5744
|
iconColorPressed: string;
|
|
5490
5745
|
suffixTextColor: string;
|
|
5491
|
-
|
|
5492
|
-
paddingSmall: string;
|
|
5493
|
-
paddingMedium: string;
|
|
5494
|
-
paddingLarge: string;
|
|
5495
|
-
clearSize: string;
|
|
5746
|
+
selectionColor: string;
|
|
5496
5747
|
}, any>;
|
|
5497
5748
|
Button: import("../../_mixins").Theme<"Button", {
|
|
5498
5749
|
heightTiny: string;
|
|
@@ -5520,7 +5771,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5520
5771
|
colorTertiaryHover: string;
|
|
5521
5772
|
colorTertiaryPressed: string;
|
|
5522
5773
|
colorTertiaryDisalbed: string;
|
|
5523
|
-
|
|
5774
|
+
waveColorTertiary: string;
|
|
5524
5775
|
textColorTextTertiary: string;
|
|
5525
5776
|
colorQuaternary: string;
|
|
5526
5777
|
colorQuaternaryHover: string;
|
|
@@ -5706,6 +5957,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5706
5957
|
rippleDuration: string;
|
|
5707
5958
|
}, any>;
|
|
5708
5959
|
TimePicker: import("../../_mixins").Theme<"TimePicker", {
|
|
5960
|
+
itemFontSize: string;
|
|
5961
|
+
itemFontWeight: string;
|
|
5962
|
+
itemHeight: string;
|
|
5963
|
+
itemWidth: string;
|
|
5964
|
+
panelActionPadding: string;
|
|
5709
5965
|
panelColor: string;
|
|
5710
5966
|
panelBoxShadow: string;
|
|
5711
5967
|
panelDividerColor: string;
|
|
@@ -5717,10 +5973,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5717
5973
|
borderRadius: string;
|
|
5718
5974
|
iconColor: string;
|
|
5719
5975
|
iconColorDisabled: string;
|
|
5720
|
-
itemFontSize: string;
|
|
5721
|
-
itemHeight: string;
|
|
5722
|
-
itemWidth: string;
|
|
5723
|
-
panelActionPadding: string;
|
|
5724
5976
|
}, {
|
|
5725
5977
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
5726
5978
|
color: string;
|
|
@@ -5752,7 +6004,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5752
6004
|
colorTertiaryHover: string;
|
|
5753
6005
|
colorTertiaryPressed: string;
|
|
5754
6006
|
colorTertiaryDisalbed: string;
|
|
5755
|
-
|
|
6007
|
+
waveColorTertiary: string;
|
|
5756
6008
|
textColorTextTertiary: string;
|
|
5757
6009
|
colorQuaternary: string;
|
|
5758
6010
|
colorQuaternaryHover: string;
|
|
@@ -5938,21 +6190,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5938
6190
|
rippleDuration: string;
|
|
5939
6191
|
}, any>;
|
|
5940
6192
|
Input: import("../../_mixins").Theme<"Input", {
|
|
6193
|
+
paddingTiny: string;
|
|
6194
|
+
paddingSmall: string;
|
|
6195
|
+
paddingMedium: string;
|
|
6196
|
+
paddingLarge: string;
|
|
6197
|
+
paddingHuge: string;
|
|
6198
|
+
clearSize: string;
|
|
5941
6199
|
countTextColorDisabled: string;
|
|
5942
6200
|
countTextColor: string;
|
|
5943
6201
|
heightTiny: string;
|
|
5944
6202
|
heightSmall: string;
|
|
5945
6203
|
heightMedium: string;
|
|
5946
6204
|
heightLarge: string;
|
|
6205
|
+
heightHuge: string;
|
|
5947
6206
|
fontSizeTiny: string;
|
|
5948
6207
|
fontSizeSmall: string;
|
|
5949
6208
|
fontSizeMedium: string;
|
|
5950
6209
|
fontSizeLarge: string;
|
|
6210
|
+
fontSizeHuge: string;
|
|
5951
6211
|
lineHeight: string;
|
|
5952
6212
|
lineHeightTextarea: string;
|
|
5953
6213
|
borderRadius: string;
|
|
5954
6214
|
iconSize: string;
|
|
5955
|
-
groupLabelColor: string;
|
|
5956
6215
|
groupLabelTextColor: string;
|
|
5957
6216
|
textColor: string;
|
|
5958
6217
|
textColorDisabled: string;
|
|
@@ -5992,11 +6251,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5992
6251
|
iconColorHover: string;
|
|
5993
6252
|
iconColorPressed: string;
|
|
5994
6253
|
suffixTextColor: string;
|
|
5995
|
-
|
|
5996
|
-
paddingSmall: string;
|
|
5997
|
-
paddingMedium: string;
|
|
5998
|
-
paddingLarge: string;
|
|
5999
|
-
clearSize: string;
|
|
6254
|
+
selectionColor: string;
|
|
6000
6255
|
}, any>;
|
|
6001
6256
|
}>;
|
|
6002
6257
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
@@ -6005,18 +6260,47 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6005
6260
|
}, any>;
|
|
6006
6261
|
}>>;
|
|
6007
6262
|
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DatePicker", {
|
|
6008
|
-
|
|
6009
|
-
|
|
6010
|
-
|
|
6263
|
+
itemColor: string;
|
|
6264
|
+
itemColorHover: string;
|
|
6265
|
+
itemColorPressed: string;
|
|
6266
|
+
itemColorDisabled: string;
|
|
6011
6267
|
itemTextColor: string;
|
|
6268
|
+
itemTextColorHover: string;
|
|
6269
|
+
itemTextColorPressed: string;
|
|
6012
6270
|
itemTextColorDisabled: string;
|
|
6271
|
+
itemColorActive: string;
|
|
6272
|
+
itemColorActiveHover: string;
|
|
6273
|
+
itemColorActivePressed: string;
|
|
6274
|
+
itemColorActiveDisabled: string;
|
|
6013
6275
|
itemTextColorActive: string;
|
|
6276
|
+
itemTextColorActiveHover: string;
|
|
6277
|
+
itemTextColorActivePressed: string;
|
|
6278
|
+
itemTextColorActiveDisabled: string;
|
|
6279
|
+
itemColorCurrent: string;
|
|
6280
|
+
itemColorCurrentHover: string;
|
|
6281
|
+
itemColorCurrentPressed: string;
|
|
6282
|
+
itemColorCurrentDisabled: string;
|
|
6014
6283
|
itemTextColorCurrent: string;
|
|
6015
|
-
|
|
6284
|
+
itemTextColorCurrentHover: string;
|
|
6285
|
+
itemTextColorCurrentPressed: string;
|
|
6286
|
+
itemTextColorCurrentDisabled: string;
|
|
6016
6287
|
itemColorIncluded: string;
|
|
6017
|
-
|
|
6018
|
-
|
|
6019
|
-
|
|
6288
|
+
itemColorIncludedHover: string;
|
|
6289
|
+
itemColorIncludedPressed: string;
|
|
6290
|
+
itemColorIncludedDisabled: string;
|
|
6291
|
+
itemTextColorIncluded: string;
|
|
6292
|
+
itemTextColorIncludedHover: string;
|
|
6293
|
+
itemTextColorIncludedPressed: string;
|
|
6294
|
+
itemTextColorIncludedDisabled: string;
|
|
6295
|
+
itemColorExcluded: string;
|
|
6296
|
+
itemTextColorExcluded: string;
|
|
6297
|
+
arrowSize: string;
|
|
6298
|
+
arrowColor: string;
|
|
6299
|
+
itemFontSize: string;
|
|
6300
|
+
itemFontWeight: string;
|
|
6301
|
+
itemBorderRadius: string;
|
|
6302
|
+
calendarDaysFontSize: string;
|
|
6303
|
+
calendarTitleFontSize: string;
|
|
6020
6304
|
monthItemTextColorActive: string;
|
|
6021
6305
|
monthItemColorActive: string;
|
|
6022
6306
|
monthItemColor: string;
|
|
@@ -6024,15 +6308,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6024
6308
|
monthItemColorHover: string;
|
|
6025
6309
|
monthItemTextColorHover: string;
|
|
6026
6310
|
titleColorActive: string;
|
|
6027
|
-
itemBorderRadius: string;
|
|
6028
6311
|
panelColor: string;
|
|
6029
6312
|
panelTextColor: string;
|
|
6030
|
-
arrowColor: string;
|
|
6031
6313
|
calendarTitleTextColor: string;
|
|
6032
6314
|
calendarTitleColorHover: string;
|
|
6033
|
-
calendarDaysTextColor: string;
|
|
6034
|
-
panelHeaderDividerColor: string;
|
|
6035
|
-
calendarDaysDividerColor: string;
|
|
6036
6315
|
calendarDividerColor: string;
|
|
6037
6316
|
panelActionDividerColor: string;
|
|
6038
6317
|
panelBoxShadow: string;
|
|
@@ -6055,7 +6334,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6055
6334
|
panelActionPadding: string;
|
|
6056
6335
|
calendarTitlePadding: string;
|
|
6057
6336
|
calendarTitleHeight: string;
|
|
6058
|
-
arrowSize: string;
|
|
6059
6337
|
panelHeaderPadding: string;
|
|
6060
6338
|
calendarDaysHeight: string;
|
|
6061
6339
|
calendarTitleGridTempateColumns: string;
|
|
@@ -6081,21 +6359,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6081
6359
|
calendarRightPaddingYearrange: string;
|
|
6082
6360
|
}, {
|
|
6083
6361
|
Input: import("../../_mixins").Theme<"Input", {
|
|
6362
|
+
paddingTiny: string;
|
|
6363
|
+
paddingSmall: string;
|
|
6364
|
+
paddingMedium: string;
|
|
6365
|
+
paddingLarge: string;
|
|
6366
|
+
paddingHuge: string;
|
|
6367
|
+
clearSize: string;
|
|
6084
6368
|
countTextColorDisabled: string;
|
|
6085
6369
|
countTextColor: string;
|
|
6086
6370
|
heightTiny: string;
|
|
6087
6371
|
heightSmall: string;
|
|
6088
6372
|
heightMedium: string;
|
|
6089
6373
|
heightLarge: string;
|
|
6374
|
+
heightHuge: string;
|
|
6090
6375
|
fontSizeTiny: string;
|
|
6091
6376
|
fontSizeSmall: string;
|
|
6092
6377
|
fontSizeMedium: string;
|
|
6093
6378
|
fontSizeLarge: string;
|
|
6379
|
+
fontSizeHuge: string;
|
|
6094
6380
|
lineHeight: string;
|
|
6095
6381
|
lineHeightTextarea: string;
|
|
6096
6382
|
borderRadius: string;
|
|
6097
6383
|
iconSize: string;
|
|
6098
|
-
groupLabelColor: string;
|
|
6099
6384
|
groupLabelTextColor: string;
|
|
6100
6385
|
textColor: string;
|
|
6101
6386
|
textColorDisabled: string;
|
|
@@ -6135,11 +6420,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6135
6420
|
iconColorHover: string;
|
|
6136
6421
|
iconColorPressed: string;
|
|
6137
6422
|
suffixTextColor: string;
|
|
6138
|
-
|
|
6139
|
-
paddingSmall: string;
|
|
6140
|
-
paddingMedium: string;
|
|
6141
|
-
paddingLarge: string;
|
|
6142
|
-
clearSize: string;
|
|
6423
|
+
selectionColor: string;
|
|
6143
6424
|
}, any>;
|
|
6144
6425
|
Button: import("../../_mixins").Theme<"Button", {
|
|
6145
6426
|
heightTiny: string;
|
|
@@ -6167,7 +6448,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6167
6448
|
colorTertiaryHover: string;
|
|
6168
6449
|
colorTertiaryPressed: string;
|
|
6169
6450
|
colorTertiaryDisalbed: string;
|
|
6170
|
-
|
|
6451
|
+
waveColorTertiary: string;
|
|
6171
6452
|
textColorTextTertiary: string;
|
|
6172
6453
|
colorQuaternary: string;
|
|
6173
6454
|
colorQuaternaryHover: string;
|
|
@@ -6353,6 +6634,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6353
6634
|
rippleDuration: string;
|
|
6354
6635
|
}, any>;
|
|
6355
6636
|
TimePicker: import("../../_mixins").Theme<"TimePicker", {
|
|
6637
|
+
itemFontSize: string;
|
|
6638
|
+
itemFontWeight: string;
|
|
6639
|
+
itemHeight: string;
|
|
6640
|
+
itemWidth: string;
|
|
6641
|
+
panelActionPadding: string;
|
|
6356
6642
|
panelColor: string;
|
|
6357
6643
|
panelBoxShadow: string;
|
|
6358
6644
|
panelDividerColor: string;
|
|
@@ -6364,10 +6650,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6364
6650
|
borderRadius: string;
|
|
6365
6651
|
iconColor: string;
|
|
6366
6652
|
iconColorDisabled: string;
|
|
6367
|
-
itemFontSize: string;
|
|
6368
|
-
itemHeight: string;
|
|
6369
|
-
itemWidth: string;
|
|
6370
|
-
panelActionPadding: string;
|
|
6371
6653
|
}, {
|
|
6372
6654
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
6373
6655
|
color: string;
|
|
@@ -6399,7 +6681,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6399
6681
|
colorTertiaryHover: string;
|
|
6400
6682
|
colorTertiaryPressed: string;
|
|
6401
6683
|
colorTertiaryDisalbed: string;
|
|
6402
|
-
|
|
6684
|
+
waveColorTertiary: string;
|
|
6403
6685
|
textColorTextTertiary: string;
|
|
6404
6686
|
colorQuaternary: string;
|
|
6405
6687
|
colorQuaternaryHover: string;
|
|
@@ -6585,21 +6867,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6585
6867
|
rippleDuration: string;
|
|
6586
6868
|
}, any>;
|
|
6587
6869
|
Input: import("../../_mixins").Theme<"Input", {
|
|
6870
|
+
paddingTiny: string;
|
|
6871
|
+
paddingSmall: string;
|
|
6872
|
+
paddingMedium: string;
|
|
6873
|
+
paddingLarge: string;
|
|
6874
|
+
paddingHuge: string;
|
|
6875
|
+
clearSize: string;
|
|
6588
6876
|
countTextColorDisabled: string;
|
|
6589
6877
|
countTextColor: string;
|
|
6590
6878
|
heightTiny: string;
|
|
6591
6879
|
heightSmall: string;
|
|
6592
6880
|
heightMedium: string;
|
|
6593
6881
|
heightLarge: string;
|
|
6882
|
+
heightHuge: string;
|
|
6594
6883
|
fontSizeTiny: string;
|
|
6595
6884
|
fontSizeSmall: string;
|
|
6596
6885
|
fontSizeMedium: string;
|
|
6597
6886
|
fontSizeLarge: string;
|
|
6887
|
+
fontSizeHuge: string;
|
|
6598
6888
|
lineHeight: string;
|
|
6599
6889
|
lineHeightTextarea: string;
|
|
6600
6890
|
borderRadius: string;
|
|
6601
6891
|
iconSize: string;
|
|
6602
|
-
groupLabelColor: string;
|
|
6603
6892
|
groupLabelTextColor: string;
|
|
6604
6893
|
textColor: string;
|
|
6605
6894
|
textColorDisabled: string;
|
|
@@ -6639,11 +6928,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6639
6928
|
iconColorHover: string;
|
|
6640
6929
|
iconColorPressed: string;
|
|
6641
6930
|
suffixTextColor: string;
|
|
6642
|
-
|
|
6643
|
-
paddingSmall: string;
|
|
6644
|
-
paddingMedium: string;
|
|
6645
|
-
paddingLarge: string;
|
|
6646
|
-
clearSize: string;
|
|
6931
|
+
selectionColor: string;
|
|
6647
6932
|
}, any>;
|
|
6648
6933
|
}>;
|
|
6649
6934
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
@@ -6652,18 +6937,47 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6652
6937
|
}, any>;
|
|
6653
6938
|
}>>>;
|
|
6654
6939
|
readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DatePicker", {
|
|
6655
|
-
|
|
6656
|
-
|
|
6657
|
-
|
|
6940
|
+
itemColor: string;
|
|
6941
|
+
itemColorHover: string;
|
|
6942
|
+
itemColorPressed: string;
|
|
6943
|
+
itemColorDisabled: string;
|
|
6658
6944
|
itemTextColor: string;
|
|
6945
|
+
itemTextColorHover: string;
|
|
6946
|
+
itemTextColorPressed: string;
|
|
6659
6947
|
itemTextColorDisabled: string;
|
|
6948
|
+
itemColorActive: string;
|
|
6949
|
+
itemColorActiveHover: string;
|
|
6950
|
+
itemColorActivePressed: string;
|
|
6951
|
+
itemColorActiveDisabled: string;
|
|
6660
6952
|
itemTextColorActive: string;
|
|
6953
|
+
itemTextColorActiveHover: string;
|
|
6954
|
+
itemTextColorActivePressed: string;
|
|
6955
|
+
itemTextColorActiveDisabled: string;
|
|
6956
|
+
itemColorCurrent: string;
|
|
6957
|
+
itemColorCurrentHover: string;
|
|
6958
|
+
itemColorCurrentPressed: string;
|
|
6959
|
+
itemColorCurrentDisabled: string;
|
|
6661
6960
|
itemTextColorCurrent: string;
|
|
6662
|
-
|
|
6961
|
+
itemTextColorCurrentHover: string;
|
|
6962
|
+
itemTextColorCurrentPressed: string;
|
|
6963
|
+
itemTextColorCurrentDisabled: string;
|
|
6663
6964
|
itemColorIncluded: string;
|
|
6664
|
-
|
|
6665
|
-
|
|
6666
|
-
|
|
6965
|
+
itemColorIncludedHover: string;
|
|
6966
|
+
itemColorIncludedPressed: string;
|
|
6967
|
+
itemColorIncludedDisabled: string;
|
|
6968
|
+
itemTextColorIncluded: string;
|
|
6969
|
+
itemTextColorIncludedHover: string;
|
|
6970
|
+
itemTextColorIncludedPressed: string;
|
|
6971
|
+
itemTextColorIncludedDisabled: string;
|
|
6972
|
+
itemColorExcluded: string;
|
|
6973
|
+
itemTextColorExcluded: string;
|
|
6974
|
+
arrowSize: string;
|
|
6975
|
+
arrowColor: string;
|
|
6976
|
+
itemFontSize: string;
|
|
6977
|
+
itemFontWeight: string;
|
|
6978
|
+
itemBorderRadius: string;
|
|
6979
|
+
calendarDaysFontSize: string;
|
|
6980
|
+
calendarTitleFontSize: string;
|
|
6667
6981
|
monthItemTextColorActive: string;
|
|
6668
6982
|
monthItemColorActive: string;
|
|
6669
6983
|
monthItemColor: string;
|
|
@@ -6671,15 +6985,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6671
6985
|
monthItemColorHover: string;
|
|
6672
6986
|
monthItemTextColorHover: string;
|
|
6673
6987
|
titleColorActive: string;
|
|
6674
|
-
itemBorderRadius: string;
|
|
6675
6988
|
panelColor: string;
|
|
6676
6989
|
panelTextColor: string;
|
|
6677
|
-
arrowColor: string;
|
|
6678
6990
|
calendarTitleTextColor: string;
|
|
6679
6991
|
calendarTitleColorHover: string;
|
|
6680
|
-
calendarDaysTextColor: string;
|
|
6681
|
-
panelHeaderDividerColor: string;
|
|
6682
|
-
calendarDaysDividerColor: string;
|
|
6683
6992
|
calendarDividerColor: string;
|
|
6684
6993
|
panelActionDividerColor: string;
|
|
6685
6994
|
panelBoxShadow: string;
|
|
@@ -6702,7 +7011,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6702
7011
|
panelActionPadding: string;
|
|
6703
7012
|
calendarTitlePadding: string;
|
|
6704
7013
|
calendarTitleHeight: string;
|
|
6705
|
-
arrowSize: string;
|
|
6706
7014
|
panelHeaderPadding: string;
|
|
6707
7015
|
calendarDaysHeight: string;
|
|
6708
7016
|
calendarTitleGridTempateColumns: string;
|
|
@@ -6728,21 +7036,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6728
7036
|
calendarRightPaddingYearrange: string;
|
|
6729
7037
|
}, {
|
|
6730
7038
|
Input: import("../../_mixins").Theme<"Input", {
|
|
7039
|
+
paddingTiny: string;
|
|
7040
|
+
paddingSmall: string;
|
|
7041
|
+
paddingMedium: string;
|
|
7042
|
+
paddingLarge: string;
|
|
7043
|
+
paddingHuge: string;
|
|
7044
|
+
clearSize: string;
|
|
6731
7045
|
countTextColorDisabled: string;
|
|
6732
7046
|
countTextColor: string;
|
|
6733
7047
|
heightTiny: string;
|
|
6734
7048
|
heightSmall: string;
|
|
6735
7049
|
heightMedium: string;
|
|
6736
7050
|
heightLarge: string;
|
|
7051
|
+
heightHuge: string;
|
|
6737
7052
|
fontSizeTiny: string;
|
|
6738
7053
|
fontSizeSmall: string;
|
|
6739
7054
|
fontSizeMedium: string;
|
|
6740
7055
|
fontSizeLarge: string;
|
|
7056
|
+
fontSizeHuge: string;
|
|
6741
7057
|
lineHeight: string;
|
|
6742
7058
|
lineHeightTextarea: string;
|
|
6743
7059
|
borderRadius: string;
|
|
6744
7060
|
iconSize: string;
|
|
6745
|
-
groupLabelColor: string;
|
|
6746
7061
|
groupLabelTextColor: string;
|
|
6747
7062
|
textColor: string;
|
|
6748
7063
|
textColorDisabled: string;
|
|
@@ -6782,11 +7097,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6782
7097
|
iconColorHover: string;
|
|
6783
7098
|
iconColorPressed: string;
|
|
6784
7099
|
suffixTextColor: string;
|
|
6785
|
-
|
|
6786
|
-
paddingSmall: string;
|
|
6787
|
-
paddingMedium: string;
|
|
6788
|
-
paddingLarge: string;
|
|
6789
|
-
clearSize: string;
|
|
7100
|
+
selectionColor: string;
|
|
6790
7101
|
}, any>;
|
|
6791
7102
|
Button: import("../../_mixins").Theme<"Button", {
|
|
6792
7103
|
heightTiny: string;
|
|
@@ -6814,7 +7125,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6814
7125
|
colorTertiaryHover: string;
|
|
6815
7126
|
colorTertiaryPressed: string;
|
|
6816
7127
|
colorTertiaryDisalbed: string;
|
|
6817
|
-
|
|
7128
|
+
waveColorTertiary: string;
|
|
6818
7129
|
textColorTextTertiary: string;
|
|
6819
7130
|
colorQuaternary: string;
|
|
6820
7131
|
colorQuaternaryHover: string;
|
|
@@ -7000,6 +7311,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7000
7311
|
rippleDuration: string;
|
|
7001
7312
|
}, any>;
|
|
7002
7313
|
TimePicker: import("../../_mixins").Theme<"TimePicker", {
|
|
7314
|
+
itemFontSize: string;
|
|
7315
|
+
itemFontWeight: string;
|
|
7316
|
+
itemHeight: string;
|
|
7317
|
+
itemWidth: string;
|
|
7318
|
+
panelActionPadding: string;
|
|
7003
7319
|
panelColor: string;
|
|
7004
7320
|
panelBoxShadow: string;
|
|
7005
7321
|
panelDividerColor: string;
|
|
@@ -7011,10 +7327,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7011
7327
|
borderRadius: string;
|
|
7012
7328
|
iconColor: string;
|
|
7013
7329
|
iconColorDisabled: string;
|
|
7014
|
-
itemFontSize: string;
|
|
7015
|
-
itemHeight: string;
|
|
7016
|
-
itemWidth: string;
|
|
7017
|
-
panelActionPadding: string;
|
|
7018
7330
|
}, {
|
|
7019
7331
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
7020
7332
|
color: string;
|
|
@@ -7046,7 +7358,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7046
7358
|
colorTertiaryHover: string;
|
|
7047
7359
|
colorTertiaryPressed: string;
|
|
7048
7360
|
colorTertiaryDisalbed: string;
|
|
7049
|
-
|
|
7361
|
+
waveColorTertiary: string;
|
|
7050
7362
|
textColorTextTertiary: string;
|
|
7051
7363
|
colorQuaternary: string;
|
|
7052
7364
|
colorQuaternaryHover: string;
|
|
@@ -7232,21 +7544,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7232
7544
|
rippleDuration: string;
|
|
7233
7545
|
}, any>;
|
|
7234
7546
|
Input: import("../../_mixins").Theme<"Input", {
|
|
7547
|
+
paddingTiny: string;
|
|
7548
|
+
paddingSmall: string;
|
|
7549
|
+
paddingMedium: string;
|
|
7550
|
+
paddingLarge: string;
|
|
7551
|
+
paddingHuge: string;
|
|
7552
|
+
clearSize: string;
|
|
7235
7553
|
countTextColorDisabled: string;
|
|
7236
7554
|
countTextColor: string;
|
|
7237
7555
|
heightTiny: string;
|
|
7238
7556
|
heightSmall: string;
|
|
7239
7557
|
heightMedium: string;
|
|
7240
7558
|
heightLarge: string;
|
|
7559
|
+
heightHuge: string;
|
|
7241
7560
|
fontSizeTiny: string;
|
|
7242
7561
|
fontSizeSmall: string;
|
|
7243
7562
|
fontSizeMedium: string;
|
|
7244
7563
|
fontSizeLarge: string;
|
|
7564
|
+
fontSizeHuge: string;
|
|
7245
7565
|
lineHeight: string;
|
|
7246
7566
|
lineHeightTextarea: string;
|
|
7247
7567
|
borderRadius: string;
|
|
7248
7568
|
iconSize: string;
|
|
7249
|
-
groupLabelColor: string;
|
|
7250
7569
|
groupLabelTextColor: string;
|
|
7251
7570
|
textColor: string;
|
|
7252
7571
|
textColorDisabled: string;
|
|
@@ -7286,11 +7605,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7286
7605
|
iconColorHover: string;
|
|
7287
7606
|
iconColorPressed: string;
|
|
7288
7607
|
suffixTextColor: string;
|
|
7289
|
-
|
|
7290
|
-
paddingSmall: string;
|
|
7291
|
-
paddingMedium: string;
|
|
7292
|
-
paddingLarge: string;
|
|
7293
|
-
clearSize: string;
|
|
7608
|
+
selectionColor: string;
|
|
7294
7609
|
}, any>;
|
|
7295
7610
|
}>;
|
|
7296
7611
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|