@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
|
@@ -3,7 +3,7 @@ import { type TreeNode } from 'treemate';
|
|
|
3
3
|
import { type FollowerPlacement } from 'vueuc';
|
|
4
4
|
import type { FormValidationStatus } from '../../form/src/interface';
|
|
5
5
|
import type { RenderLabel } from '../../_internal/select-menu/src/interface';
|
|
6
|
-
import type {
|
|
6
|
+
import type { InputSize } from '../../input';
|
|
7
7
|
import type { SelectBaseOption, SelectGroupOption, SelectIgnoredOption } from '../../select/src/interface';
|
|
8
8
|
import type { ExtractPublicPropTypes, MaybeArray } from '../../_utils';
|
|
9
9
|
import type { MentionOption } from './interface';
|
|
@@ -68,14 +68,21 @@ export declare const mentionProps: {
|
|
|
68
68
|
menuBoxShadow: string;
|
|
69
69
|
}, {
|
|
70
70
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
71
|
+
height: string;
|
|
72
|
+
paddingSmall: string;
|
|
73
|
+
paddingMedium: string;
|
|
74
|
+
paddingLarge: string;
|
|
75
|
+
optionPaddingSmall: string;
|
|
76
|
+
optionPaddingMedium: string;
|
|
77
|
+
optionPaddingLarge: string;
|
|
78
|
+
loadingSize: string;
|
|
71
79
|
optionFontSizeSmall: string;
|
|
72
80
|
optionFontSizeMedium: string;
|
|
73
81
|
optionFontSizeLarge: string;
|
|
74
|
-
optionFontSizeHuge: string;
|
|
75
82
|
optionHeightSmall: string;
|
|
76
83
|
optionHeightMedium: string;
|
|
77
84
|
optionHeightLarge: string;
|
|
78
|
-
|
|
85
|
+
optionBorderRadius: string;
|
|
79
86
|
borderRadius: string;
|
|
80
87
|
color: string;
|
|
81
88
|
groupHeaderTextColor: string;
|
|
@@ -92,22 +99,16 @@ export declare const mentionProps: {
|
|
|
92
99
|
optionColorActivePending: string;
|
|
93
100
|
actionTextColor: string;
|
|
94
101
|
loadingColor: string;
|
|
95
|
-
height: string;
|
|
96
|
-
paddingSmall: string;
|
|
97
|
-
paddingMedium: string;
|
|
98
|
-
paddingLarge: string;
|
|
99
|
-
paddingHuge: string;
|
|
100
|
-
optionPaddingSmall: string;
|
|
101
|
-
optionPaddingMedium: string;
|
|
102
|
-
optionPaddingLarge: string;
|
|
103
|
-
optionPaddingHuge: string;
|
|
104
|
-
loadingSize: string;
|
|
105
102
|
}, {
|
|
106
103
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
107
104
|
color: string;
|
|
108
105
|
colorHover: string;
|
|
109
106
|
}, any>;
|
|
110
107
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
108
|
+
iconSizeSmall: string;
|
|
109
|
+
iconSizeMedium: string;
|
|
110
|
+
iconSizeLarge: string;
|
|
111
|
+
iconSizeHuge: string;
|
|
111
112
|
fontSizeSmall: string;
|
|
112
113
|
fontSizeMedium: string;
|
|
113
114
|
fontSizeLarge: string;
|
|
@@ -115,28 +116,31 @@ export declare const mentionProps: {
|
|
|
115
116
|
textColor: string;
|
|
116
117
|
iconColor: string;
|
|
117
118
|
extraTextColor: string;
|
|
118
|
-
iconSizeSmall: string;
|
|
119
|
-
iconSizeMedium: string;
|
|
120
|
-
iconSizeLarge: string;
|
|
121
|
-
iconSizeHuge: string;
|
|
122
119
|
}, any>;
|
|
123
120
|
}>;
|
|
124
121
|
Input: import("../../_mixins").Theme<"Input", {
|
|
122
|
+
paddingTiny: string;
|
|
123
|
+
paddingSmall: string;
|
|
124
|
+
paddingMedium: string;
|
|
125
|
+
paddingLarge: string;
|
|
126
|
+
paddingHuge: string;
|
|
127
|
+
clearSize: string;
|
|
125
128
|
countTextColorDisabled: string;
|
|
126
129
|
countTextColor: string;
|
|
127
130
|
heightTiny: string;
|
|
128
131
|
heightSmall: string;
|
|
129
132
|
heightMedium: string;
|
|
130
133
|
heightLarge: string;
|
|
134
|
+
heightHuge: string;
|
|
131
135
|
fontSizeTiny: string;
|
|
132
136
|
fontSizeSmall: string;
|
|
133
137
|
fontSizeMedium: string;
|
|
134
138
|
fontSizeLarge: string;
|
|
139
|
+
fontSizeHuge: string;
|
|
135
140
|
lineHeight: string;
|
|
136
141
|
lineHeightTextarea: string;
|
|
137
142
|
borderRadius: string;
|
|
138
143
|
iconSize: string;
|
|
139
|
-
groupLabelColor: string;
|
|
140
144
|
groupLabelTextColor: string;
|
|
141
145
|
textColor: string;
|
|
142
146
|
textColorDisabled: string;
|
|
@@ -176,25 +180,28 @@ export declare const mentionProps: {
|
|
|
176
180
|
iconColorHover: string;
|
|
177
181
|
iconColorPressed: string;
|
|
178
182
|
suffixTextColor: string;
|
|
179
|
-
|
|
180
|
-
paddingSmall: string;
|
|
181
|
-
paddingMedium: string;
|
|
182
|
-
paddingLarge: string;
|
|
183
|
-
clearSize: string;
|
|
183
|
+
selectionColor: string;
|
|
184
184
|
}, any>;
|
|
185
185
|
}>>;
|
|
186
186
|
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Mention", {
|
|
187
187
|
menuBoxShadow: string;
|
|
188
188
|
}, {
|
|
189
189
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
190
|
+
height: string;
|
|
191
|
+
paddingSmall: string;
|
|
192
|
+
paddingMedium: string;
|
|
193
|
+
paddingLarge: string;
|
|
194
|
+
optionPaddingSmall: string;
|
|
195
|
+
optionPaddingMedium: string;
|
|
196
|
+
optionPaddingLarge: string;
|
|
197
|
+
loadingSize: string;
|
|
190
198
|
optionFontSizeSmall: string;
|
|
191
199
|
optionFontSizeMedium: string;
|
|
192
200
|
optionFontSizeLarge: string;
|
|
193
|
-
optionFontSizeHuge: string;
|
|
194
201
|
optionHeightSmall: string;
|
|
195
202
|
optionHeightMedium: string;
|
|
196
203
|
optionHeightLarge: string;
|
|
197
|
-
|
|
204
|
+
optionBorderRadius: string;
|
|
198
205
|
borderRadius: string;
|
|
199
206
|
color: string;
|
|
200
207
|
groupHeaderTextColor: string;
|
|
@@ -211,22 +218,16 @@ export declare const mentionProps: {
|
|
|
211
218
|
optionColorActivePending: string;
|
|
212
219
|
actionTextColor: string;
|
|
213
220
|
loadingColor: string;
|
|
214
|
-
height: string;
|
|
215
|
-
paddingSmall: string;
|
|
216
|
-
paddingMedium: string;
|
|
217
|
-
paddingLarge: string;
|
|
218
|
-
paddingHuge: string;
|
|
219
|
-
optionPaddingSmall: string;
|
|
220
|
-
optionPaddingMedium: string;
|
|
221
|
-
optionPaddingLarge: string;
|
|
222
|
-
optionPaddingHuge: string;
|
|
223
|
-
loadingSize: string;
|
|
224
221
|
}, {
|
|
225
222
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
226
223
|
color: string;
|
|
227
224
|
colorHover: string;
|
|
228
225
|
}, any>;
|
|
229
226
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
227
|
+
iconSizeSmall: string;
|
|
228
|
+
iconSizeMedium: string;
|
|
229
|
+
iconSizeLarge: string;
|
|
230
|
+
iconSizeHuge: string;
|
|
230
231
|
fontSizeSmall: string;
|
|
231
232
|
fontSizeMedium: string;
|
|
232
233
|
fontSizeLarge: string;
|
|
@@ -234,28 +235,31 @@ export declare const mentionProps: {
|
|
|
234
235
|
textColor: string;
|
|
235
236
|
iconColor: string;
|
|
236
237
|
extraTextColor: string;
|
|
237
|
-
iconSizeSmall: string;
|
|
238
|
-
iconSizeMedium: string;
|
|
239
|
-
iconSizeLarge: string;
|
|
240
|
-
iconSizeHuge: string;
|
|
241
238
|
}, any>;
|
|
242
239
|
}>;
|
|
243
240
|
Input: import("../../_mixins").Theme<"Input", {
|
|
241
|
+
paddingTiny: string;
|
|
242
|
+
paddingSmall: string;
|
|
243
|
+
paddingMedium: string;
|
|
244
|
+
paddingLarge: string;
|
|
245
|
+
paddingHuge: string;
|
|
246
|
+
clearSize: string;
|
|
244
247
|
countTextColorDisabled: string;
|
|
245
248
|
countTextColor: string;
|
|
246
249
|
heightTiny: string;
|
|
247
250
|
heightSmall: string;
|
|
248
251
|
heightMedium: string;
|
|
249
252
|
heightLarge: string;
|
|
253
|
+
heightHuge: string;
|
|
250
254
|
fontSizeTiny: string;
|
|
251
255
|
fontSizeSmall: string;
|
|
252
256
|
fontSizeMedium: string;
|
|
253
257
|
fontSizeLarge: string;
|
|
258
|
+
fontSizeHuge: string;
|
|
254
259
|
lineHeight: string;
|
|
255
260
|
lineHeightTextarea: string;
|
|
256
261
|
borderRadius: string;
|
|
257
262
|
iconSize: string;
|
|
258
|
-
groupLabelColor: string;
|
|
259
263
|
groupLabelTextColor: string;
|
|
260
264
|
textColor: string;
|
|
261
265
|
textColorDisabled: string;
|
|
@@ -295,25 +299,28 @@ export declare const mentionProps: {
|
|
|
295
299
|
iconColorHover: string;
|
|
296
300
|
iconColorPressed: string;
|
|
297
301
|
suffixTextColor: string;
|
|
298
|
-
|
|
299
|
-
paddingSmall: string;
|
|
300
|
-
paddingMedium: string;
|
|
301
|
-
paddingLarge: string;
|
|
302
|
-
clearSize: string;
|
|
302
|
+
selectionColor: string;
|
|
303
303
|
}, any>;
|
|
304
304
|
}>>>;
|
|
305
305
|
readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Mention", {
|
|
306
306
|
menuBoxShadow: string;
|
|
307
307
|
}, {
|
|
308
308
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
309
|
+
height: string;
|
|
310
|
+
paddingSmall: string;
|
|
311
|
+
paddingMedium: string;
|
|
312
|
+
paddingLarge: string;
|
|
313
|
+
optionPaddingSmall: string;
|
|
314
|
+
optionPaddingMedium: string;
|
|
315
|
+
optionPaddingLarge: string;
|
|
316
|
+
loadingSize: string;
|
|
309
317
|
optionFontSizeSmall: string;
|
|
310
318
|
optionFontSizeMedium: string;
|
|
311
319
|
optionFontSizeLarge: string;
|
|
312
|
-
optionFontSizeHuge: string;
|
|
313
320
|
optionHeightSmall: string;
|
|
314
321
|
optionHeightMedium: string;
|
|
315
322
|
optionHeightLarge: string;
|
|
316
|
-
|
|
323
|
+
optionBorderRadius: string;
|
|
317
324
|
borderRadius: string;
|
|
318
325
|
color: string;
|
|
319
326
|
groupHeaderTextColor: string;
|
|
@@ -330,22 +337,16 @@ export declare const mentionProps: {
|
|
|
330
337
|
optionColorActivePending: string;
|
|
331
338
|
actionTextColor: string;
|
|
332
339
|
loadingColor: string;
|
|
333
|
-
height: string;
|
|
334
|
-
paddingSmall: string;
|
|
335
|
-
paddingMedium: string;
|
|
336
|
-
paddingLarge: string;
|
|
337
|
-
paddingHuge: string;
|
|
338
|
-
optionPaddingSmall: string;
|
|
339
|
-
optionPaddingMedium: string;
|
|
340
|
-
optionPaddingLarge: string;
|
|
341
|
-
optionPaddingHuge: string;
|
|
342
|
-
loadingSize: string;
|
|
343
340
|
}, {
|
|
344
341
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
345
342
|
color: string;
|
|
346
343
|
colorHover: string;
|
|
347
344
|
}, any>;
|
|
348
345
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
346
|
+
iconSizeSmall: string;
|
|
347
|
+
iconSizeMedium: string;
|
|
348
|
+
iconSizeLarge: string;
|
|
349
|
+
iconSizeHuge: string;
|
|
349
350
|
fontSizeSmall: string;
|
|
350
351
|
fontSizeMedium: string;
|
|
351
352
|
fontSizeLarge: string;
|
|
@@ -353,28 +354,31 @@ export declare const mentionProps: {
|
|
|
353
354
|
textColor: string;
|
|
354
355
|
iconColor: string;
|
|
355
356
|
extraTextColor: string;
|
|
356
|
-
iconSizeSmall: string;
|
|
357
|
-
iconSizeMedium: string;
|
|
358
|
-
iconSizeLarge: string;
|
|
359
|
-
iconSizeHuge: string;
|
|
360
357
|
}, any>;
|
|
361
358
|
}>;
|
|
362
359
|
Input: import("../../_mixins").Theme<"Input", {
|
|
360
|
+
paddingTiny: string;
|
|
361
|
+
paddingSmall: string;
|
|
362
|
+
paddingMedium: string;
|
|
363
|
+
paddingLarge: string;
|
|
364
|
+
paddingHuge: string;
|
|
365
|
+
clearSize: string;
|
|
363
366
|
countTextColorDisabled: string;
|
|
364
367
|
countTextColor: string;
|
|
365
368
|
heightTiny: string;
|
|
366
369
|
heightSmall: string;
|
|
367
370
|
heightMedium: string;
|
|
368
371
|
heightLarge: string;
|
|
372
|
+
heightHuge: string;
|
|
369
373
|
fontSizeTiny: string;
|
|
370
374
|
fontSizeSmall: string;
|
|
371
375
|
fontSizeMedium: string;
|
|
372
376
|
fontSizeLarge: string;
|
|
377
|
+
fontSizeHuge: string;
|
|
373
378
|
lineHeight: string;
|
|
374
379
|
lineHeightTextarea: string;
|
|
375
380
|
borderRadius: string;
|
|
376
381
|
iconSize: string;
|
|
377
|
-
groupLabelColor: string;
|
|
378
382
|
groupLabelTextColor: string;
|
|
379
383
|
textColor: string;
|
|
380
384
|
textColorDisabled: string;
|
|
@@ -414,11 +418,7 @@ export declare const mentionProps: {
|
|
|
414
418
|
iconColorHover: string;
|
|
415
419
|
iconColorPressed: string;
|
|
416
420
|
suffixTextColor: string;
|
|
417
|
-
|
|
418
|
-
paddingSmall: string;
|
|
419
|
-
paddingMedium: string;
|
|
420
|
-
paddingLarge: string;
|
|
421
|
-
clearSize: string;
|
|
421
|
+
selectionColor: string;
|
|
422
422
|
}, any>;
|
|
423
423
|
}>>>;
|
|
424
424
|
};
|
|
@@ -484,14 +484,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
484
484
|
menuBoxShadow: string;
|
|
485
485
|
}, {
|
|
486
486
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
487
|
+
height: string;
|
|
488
|
+
paddingSmall: string;
|
|
489
|
+
paddingMedium: string;
|
|
490
|
+
paddingLarge: string;
|
|
491
|
+
optionPaddingSmall: string;
|
|
492
|
+
optionPaddingMedium: string;
|
|
493
|
+
optionPaddingLarge: string;
|
|
494
|
+
loadingSize: string;
|
|
487
495
|
optionFontSizeSmall: string;
|
|
488
496
|
optionFontSizeMedium: string;
|
|
489
497
|
optionFontSizeLarge: string;
|
|
490
|
-
optionFontSizeHuge: string;
|
|
491
498
|
optionHeightSmall: string;
|
|
492
499
|
optionHeightMedium: string;
|
|
493
500
|
optionHeightLarge: string;
|
|
494
|
-
|
|
501
|
+
optionBorderRadius: string;
|
|
495
502
|
borderRadius: string;
|
|
496
503
|
color: string;
|
|
497
504
|
groupHeaderTextColor: string;
|
|
@@ -508,22 +515,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
508
515
|
optionColorActivePending: string;
|
|
509
516
|
actionTextColor: string;
|
|
510
517
|
loadingColor: string;
|
|
511
|
-
height: string;
|
|
512
|
-
paddingSmall: string;
|
|
513
|
-
paddingMedium: string;
|
|
514
|
-
paddingLarge: string;
|
|
515
|
-
paddingHuge: string;
|
|
516
|
-
optionPaddingSmall: string;
|
|
517
|
-
optionPaddingMedium: string;
|
|
518
|
-
optionPaddingLarge: string;
|
|
519
|
-
optionPaddingHuge: string;
|
|
520
|
-
loadingSize: string;
|
|
521
518
|
}, {
|
|
522
519
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
523
520
|
color: string;
|
|
524
521
|
colorHover: string;
|
|
525
522
|
}, any>;
|
|
526
523
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
524
|
+
iconSizeSmall: string;
|
|
525
|
+
iconSizeMedium: string;
|
|
526
|
+
iconSizeLarge: string;
|
|
527
|
+
iconSizeHuge: string;
|
|
527
528
|
fontSizeSmall: string;
|
|
528
529
|
fontSizeMedium: string;
|
|
529
530
|
fontSizeLarge: string;
|
|
@@ -531,28 +532,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
531
532
|
textColor: string;
|
|
532
533
|
iconColor: string;
|
|
533
534
|
extraTextColor: string;
|
|
534
|
-
iconSizeSmall: string;
|
|
535
|
-
iconSizeMedium: string;
|
|
536
|
-
iconSizeLarge: string;
|
|
537
|
-
iconSizeHuge: string;
|
|
538
535
|
}, any>;
|
|
539
536
|
}>;
|
|
540
537
|
Input: import("../../_mixins").Theme<"Input", {
|
|
538
|
+
paddingTiny: string;
|
|
539
|
+
paddingSmall: string;
|
|
540
|
+
paddingMedium: string;
|
|
541
|
+
paddingLarge: string;
|
|
542
|
+
paddingHuge: string;
|
|
543
|
+
clearSize: string;
|
|
541
544
|
countTextColorDisabled: string;
|
|
542
545
|
countTextColor: string;
|
|
543
546
|
heightTiny: string;
|
|
544
547
|
heightSmall: string;
|
|
545
548
|
heightMedium: string;
|
|
546
549
|
heightLarge: string;
|
|
550
|
+
heightHuge: string;
|
|
547
551
|
fontSizeTiny: string;
|
|
548
552
|
fontSizeSmall: string;
|
|
549
553
|
fontSizeMedium: string;
|
|
550
554
|
fontSizeLarge: string;
|
|
555
|
+
fontSizeHuge: string;
|
|
551
556
|
lineHeight: string;
|
|
552
557
|
lineHeightTextarea: string;
|
|
553
558
|
borderRadius: string;
|
|
554
559
|
iconSize: string;
|
|
555
|
-
groupLabelColor: string;
|
|
556
560
|
groupLabelTextColor: string;
|
|
557
561
|
textColor: string;
|
|
558
562
|
textColorDisabled: string;
|
|
@@ -592,25 +596,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
592
596
|
iconColorHover: string;
|
|
593
597
|
iconColorPressed: string;
|
|
594
598
|
suffixTextColor: string;
|
|
595
|
-
|
|
596
|
-
paddingSmall: string;
|
|
597
|
-
paddingMedium: string;
|
|
598
|
-
paddingLarge: string;
|
|
599
|
-
clearSize: string;
|
|
599
|
+
selectionColor: string;
|
|
600
600
|
}, any>;
|
|
601
601
|
}>>;
|
|
602
602
|
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Mention", {
|
|
603
603
|
menuBoxShadow: string;
|
|
604
604
|
}, {
|
|
605
605
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
606
|
+
height: string;
|
|
607
|
+
paddingSmall: string;
|
|
608
|
+
paddingMedium: string;
|
|
609
|
+
paddingLarge: string;
|
|
610
|
+
optionPaddingSmall: string;
|
|
611
|
+
optionPaddingMedium: string;
|
|
612
|
+
optionPaddingLarge: string;
|
|
613
|
+
loadingSize: string;
|
|
606
614
|
optionFontSizeSmall: string;
|
|
607
615
|
optionFontSizeMedium: string;
|
|
608
616
|
optionFontSizeLarge: string;
|
|
609
|
-
optionFontSizeHuge: string;
|
|
610
617
|
optionHeightSmall: string;
|
|
611
618
|
optionHeightMedium: string;
|
|
612
619
|
optionHeightLarge: string;
|
|
613
|
-
|
|
620
|
+
optionBorderRadius: string;
|
|
614
621
|
borderRadius: string;
|
|
615
622
|
color: string;
|
|
616
623
|
groupHeaderTextColor: string;
|
|
@@ -627,22 +634,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
627
634
|
optionColorActivePending: string;
|
|
628
635
|
actionTextColor: string;
|
|
629
636
|
loadingColor: string;
|
|
630
|
-
height: string;
|
|
631
|
-
paddingSmall: string;
|
|
632
|
-
paddingMedium: string;
|
|
633
|
-
paddingLarge: string;
|
|
634
|
-
paddingHuge: string;
|
|
635
|
-
optionPaddingSmall: string;
|
|
636
|
-
optionPaddingMedium: string;
|
|
637
|
-
optionPaddingLarge: string;
|
|
638
|
-
optionPaddingHuge: string;
|
|
639
|
-
loadingSize: string;
|
|
640
637
|
}, {
|
|
641
638
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
642
639
|
color: string;
|
|
643
640
|
colorHover: string;
|
|
644
641
|
}, any>;
|
|
645
642
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
643
|
+
iconSizeSmall: string;
|
|
644
|
+
iconSizeMedium: string;
|
|
645
|
+
iconSizeLarge: string;
|
|
646
|
+
iconSizeHuge: string;
|
|
646
647
|
fontSizeSmall: string;
|
|
647
648
|
fontSizeMedium: string;
|
|
648
649
|
fontSizeLarge: string;
|
|
@@ -650,28 +651,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
650
651
|
textColor: string;
|
|
651
652
|
iconColor: string;
|
|
652
653
|
extraTextColor: string;
|
|
653
|
-
iconSizeSmall: string;
|
|
654
|
-
iconSizeMedium: string;
|
|
655
|
-
iconSizeLarge: string;
|
|
656
|
-
iconSizeHuge: string;
|
|
657
654
|
}, any>;
|
|
658
655
|
}>;
|
|
659
656
|
Input: import("../../_mixins").Theme<"Input", {
|
|
657
|
+
paddingTiny: string;
|
|
658
|
+
paddingSmall: string;
|
|
659
|
+
paddingMedium: string;
|
|
660
|
+
paddingLarge: string;
|
|
661
|
+
paddingHuge: string;
|
|
662
|
+
clearSize: string;
|
|
660
663
|
countTextColorDisabled: string;
|
|
661
664
|
countTextColor: string;
|
|
662
665
|
heightTiny: string;
|
|
663
666
|
heightSmall: string;
|
|
664
667
|
heightMedium: string;
|
|
665
668
|
heightLarge: string;
|
|
669
|
+
heightHuge: string;
|
|
666
670
|
fontSizeTiny: string;
|
|
667
671
|
fontSizeSmall: string;
|
|
668
672
|
fontSizeMedium: string;
|
|
669
673
|
fontSizeLarge: string;
|
|
674
|
+
fontSizeHuge: string;
|
|
670
675
|
lineHeight: string;
|
|
671
676
|
lineHeightTextarea: string;
|
|
672
677
|
borderRadius: string;
|
|
673
678
|
iconSize: string;
|
|
674
|
-
groupLabelColor: string;
|
|
675
679
|
groupLabelTextColor: string;
|
|
676
680
|
textColor: string;
|
|
677
681
|
textColorDisabled: string;
|
|
@@ -711,25 +715,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
711
715
|
iconColorHover: string;
|
|
712
716
|
iconColorPressed: string;
|
|
713
717
|
suffixTextColor: string;
|
|
714
|
-
|
|
715
|
-
paddingSmall: string;
|
|
716
|
-
paddingMedium: string;
|
|
717
|
-
paddingLarge: string;
|
|
718
|
-
clearSize: string;
|
|
718
|
+
selectionColor: string;
|
|
719
719
|
}, any>;
|
|
720
720
|
}>>>;
|
|
721
721
|
readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Mention", {
|
|
722
722
|
menuBoxShadow: string;
|
|
723
723
|
}, {
|
|
724
724
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
725
|
+
height: string;
|
|
726
|
+
paddingSmall: string;
|
|
727
|
+
paddingMedium: string;
|
|
728
|
+
paddingLarge: string;
|
|
729
|
+
optionPaddingSmall: string;
|
|
730
|
+
optionPaddingMedium: string;
|
|
731
|
+
optionPaddingLarge: string;
|
|
732
|
+
loadingSize: string;
|
|
725
733
|
optionFontSizeSmall: string;
|
|
726
734
|
optionFontSizeMedium: string;
|
|
727
735
|
optionFontSizeLarge: string;
|
|
728
|
-
optionFontSizeHuge: string;
|
|
729
736
|
optionHeightSmall: string;
|
|
730
737
|
optionHeightMedium: string;
|
|
731
738
|
optionHeightLarge: string;
|
|
732
|
-
|
|
739
|
+
optionBorderRadius: string;
|
|
733
740
|
borderRadius: string;
|
|
734
741
|
color: string;
|
|
735
742
|
groupHeaderTextColor: string;
|
|
@@ -746,22 +753,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
746
753
|
optionColorActivePending: string;
|
|
747
754
|
actionTextColor: string;
|
|
748
755
|
loadingColor: string;
|
|
749
|
-
height: string;
|
|
750
|
-
paddingSmall: string;
|
|
751
|
-
paddingMedium: string;
|
|
752
|
-
paddingLarge: string;
|
|
753
|
-
paddingHuge: string;
|
|
754
|
-
optionPaddingSmall: string;
|
|
755
|
-
optionPaddingMedium: string;
|
|
756
|
-
optionPaddingLarge: string;
|
|
757
|
-
optionPaddingHuge: string;
|
|
758
|
-
loadingSize: string;
|
|
759
756
|
}, {
|
|
760
757
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
761
758
|
color: string;
|
|
762
759
|
colorHover: string;
|
|
763
760
|
}, any>;
|
|
764
761
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
762
|
+
iconSizeSmall: string;
|
|
763
|
+
iconSizeMedium: string;
|
|
764
|
+
iconSizeLarge: string;
|
|
765
|
+
iconSizeHuge: string;
|
|
765
766
|
fontSizeSmall: string;
|
|
766
767
|
fontSizeMedium: string;
|
|
767
768
|
fontSizeLarge: string;
|
|
@@ -769,28 +770,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
769
770
|
textColor: string;
|
|
770
771
|
iconColor: string;
|
|
771
772
|
extraTextColor: string;
|
|
772
|
-
iconSizeSmall: string;
|
|
773
|
-
iconSizeMedium: string;
|
|
774
|
-
iconSizeLarge: string;
|
|
775
|
-
iconSizeHuge: string;
|
|
776
773
|
}, any>;
|
|
777
774
|
}>;
|
|
778
775
|
Input: import("../../_mixins").Theme<"Input", {
|
|
776
|
+
paddingTiny: string;
|
|
777
|
+
paddingSmall: string;
|
|
778
|
+
paddingMedium: string;
|
|
779
|
+
paddingLarge: string;
|
|
780
|
+
paddingHuge: string;
|
|
781
|
+
clearSize: string;
|
|
779
782
|
countTextColorDisabled: string;
|
|
780
783
|
countTextColor: string;
|
|
781
784
|
heightTiny: string;
|
|
782
785
|
heightSmall: string;
|
|
783
786
|
heightMedium: string;
|
|
784
787
|
heightLarge: string;
|
|
788
|
+
heightHuge: string;
|
|
785
789
|
fontSizeTiny: string;
|
|
786
790
|
fontSizeSmall: string;
|
|
787
791
|
fontSizeMedium: string;
|
|
788
792
|
fontSizeLarge: string;
|
|
793
|
+
fontSizeHuge: string;
|
|
789
794
|
lineHeight: string;
|
|
790
795
|
lineHeightTextarea: string;
|
|
791
796
|
borderRadius: string;
|
|
792
797
|
iconSize: string;
|
|
793
|
-
groupLabelColor: string;
|
|
794
798
|
groupLabelTextColor: string;
|
|
795
799
|
textColor: string;
|
|
796
800
|
textColorDisabled: string;
|
|
@@ -830,139 +834,124 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
830
834
|
iconColorHover: string;
|
|
831
835
|
iconColorPressed: string;
|
|
832
836
|
suffixTextColor: string;
|
|
833
|
-
|
|
834
|
-
paddingSmall: string;
|
|
835
|
-
paddingMedium: string;
|
|
836
|
-
paddingLarge: string;
|
|
837
|
-
clearSize: string;
|
|
837
|
+
selectionColor: string;
|
|
838
838
|
}, any>;
|
|
839
839
|
}>>>;
|
|
840
840
|
}, {
|
|
841
841
|
namespace: import("vue").ComputedRef<string | undefined>;
|
|
842
842
|
mergedClsPrefix: import("vue").Ref<string>;
|
|
843
843
|
mergedBordered: import("vue").ComputedRef<boolean>;
|
|
844
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
|
|
844
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny" | "huge">;
|
|
845
845
|
mergedStatus: import("vue").ComputedRef<FormValidationStatus | undefined>;
|
|
846
846
|
mergedTheme: import("vue").ComputedRef<{
|
|
847
847
|
common: {
|
|
848
|
-
baseColor: string;
|
|
849
|
-
primaryColor: string;
|
|
850
|
-
primaryColorHover: string;
|
|
851
|
-
primaryColorPressed: string;
|
|
852
|
-
primaryColorSuppl: string;
|
|
853
|
-
infoColor: string;
|
|
854
|
-
infoColorHover: string;
|
|
855
|
-
infoColorPressed: string;
|
|
856
|
-
infoColorSuppl: string;
|
|
857
|
-
successColor: string;
|
|
858
|
-
successColorHover: string;
|
|
859
|
-
successColorPressed: string;
|
|
860
|
-
successColorSuppl: string;
|
|
861
|
-
warningColor: string;
|
|
862
|
-
warningColorHover: string;
|
|
863
|
-
warningColorPressed: string;
|
|
864
|
-
warningColorSuppl: string;
|
|
865
|
-
errorColor: string;
|
|
866
|
-
errorColorHover: string;
|
|
867
|
-
errorColorPressed: string;
|
|
868
|
-
errorColorSuppl: string;
|
|
869
|
-
tertiaryColor: string;
|
|
870
|
-
tertiaryColorHover: string;
|
|
871
|
-
tertiaryColorActive: string;
|
|
872
|
-
tertiaryColorSuppl: string;
|
|
873
|
-
tertiaryElements: string;
|
|
874
|
-
textColorBase: string;
|
|
875
|
-
textColor1: string;
|
|
876
|
-
textColor2: string;
|
|
877
|
-
textColor3: string;
|
|
878
|
-
textTertiary: string;
|
|
879
|
-
boxShadowHover: string;
|
|
880
|
-
boxShadowFocus: string;
|
|
881
|
-
boxShadowHoverChecked: string;
|
|
882
|
-
boxShadowFocusChecked: string;
|
|
883
|
-
textColorDisabled: string;
|
|
884
|
-
placeholderColor: string;
|
|
885
|
-
placeholderColorDisabled: string;
|
|
886
|
-
iconColor: string;
|
|
887
|
-
iconColorHover: string;
|
|
888
|
-
iconColorPressed: string;
|
|
889
|
-
iconColorDisabled: string;
|
|
890
|
-
opacity1: string;
|
|
891
|
-
opacity2: string;
|
|
892
|
-
opacity3: string;
|
|
893
|
-
opacity4: string;
|
|
894
|
-
opacity5: string;
|
|
895
|
-
dividerColor: string;
|
|
896
|
-
borderColor: string;
|
|
897
|
-
borderTagColor: string;
|
|
898
|
-
closeIconColor: string;
|
|
899
|
-
closeIconColorHover: string;
|
|
900
|
-
closeIconColorPressed: string;
|
|
901
|
-
closeColorHover: string;
|
|
902
|
-
closeColorPressed: string;
|
|
903
|
-
clearColor: string;
|
|
904
|
-
clearColorHover: string;
|
|
905
|
-
clearColorPressed: string;
|
|
906
848
|
scrollbarColor: string;
|
|
907
849
|
scrollbarColorHover: string;
|
|
908
850
|
scrollbarWidth: string;
|
|
909
851
|
scrollbarHeight: string;
|
|
910
852
|
scrollbarBorderRadius: string;
|
|
911
|
-
progressRailColor: string;
|
|
912
|
-
railColor: string;
|
|
913
|
-
popoverColor: string;
|
|
914
|
-
tableColor: string;
|
|
915
|
-
cardColor: string;
|
|
916
|
-
modalColor: string;
|
|
917
|
-
bodyColor: string;
|
|
918
|
-
tagColor: string;
|
|
919
|
-
avatarColor: string;
|
|
920
|
-
avatarTextColor: string;
|
|
921
|
-
avatarIconColor: string;
|
|
922
|
-
invertedColor: string;
|
|
923
|
-
tooltipColor: string;
|
|
924
|
-
inputColor: string;
|
|
925
|
-
codeColor: string;
|
|
926
|
-
tabColor: string;
|
|
927
|
-
actionColor: string;
|
|
928
|
-
tableHeaderColor: string;
|
|
929
|
-
hoverColor: string;
|
|
930
|
-
tableColorHover: string;
|
|
931
|
-
tableColorStriped: string;
|
|
932
|
-
pressedColor: string;
|
|
933
853
|
opacityDisabled: string;
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
854
|
+
brandPrimary50: string;
|
|
855
|
+
brandPrimary100: string;
|
|
856
|
+
brandPrimary200: string;
|
|
857
|
+
brandPrimary300: string;
|
|
858
|
+
brandPrimary400: string;
|
|
859
|
+
brandPrimary500: string;
|
|
860
|
+
brandPrimary550: string;
|
|
861
|
+
brandPrimary600: string;
|
|
862
|
+
brandSecondary500: string;
|
|
863
|
+
brandSecondary300: string;
|
|
864
|
+
brandSecondary600: string;
|
|
865
|
+
brandTertiary500: string;
|
|
866
|
+
brandTertiary300: string;
|
|
867
|
+
brandTertiary600: string;
|
|
868
|
+
brandQuaternary500: string;
|
|
869
|
+
brandQuaternary300: string;
|
|
870
|
+
brandQuaternary600: string;
|
|
871
|
+
brandQuinary500: string;
|
|
872
|
+
brandQuinary300: string;
|
|
873
|
+
brandQuinary600: string;
|
|
874
|
+
brandQuinary100: string;
|
|
875
|
+
surfacePrimary: string;
|
|
876
|
+
surfaceSecondary: string;
|
|
877
|
+
containerPrimary: string;
|
|
878
|
+
containerSecondary: string;
|
|
879
|
+
textPrimary: string;
|
|
880
|
+
textSecondary: string;
|
|
881
|
+
textTertiary: string;
|
|
882
|
+
textQuaternary: string;
|
|
883
|
+
textBrand: string;
|
|
884
|
+
elementsPrimary: string;
|
|
885
|
+
elementsSecondary: string;
|
|
886
|
+
elementsTertiary: string;
|
|
887
|
+
elementsQuaternary: string;
|
|
888
|
+
elementsQuinary: string;
|
|
889
|
+
elementsDarkQuinary: string;
|
|
890
|
+
elementsSenary: string;
|
|
891
|
+
elementsOnContainer: string;
|
|
892
|
+
transparencyPrimary: string;
|
|
893
|
+
transparencySecondary: string;
|
|
894
|
+
transparencyTertiary: string;
|
|
895
|
+
transparencyQuinary: string;
|
|
896
|
+
transparencyModal: string;
|
|
897
|
+
staticBlack: string;
|
|
898
|
+
staticDarkGrey: string;
|
|
899
|
+
staticWhite: string;
|
|
900
|
+
staticRed: string;
|
|
901
|
+
staticOrange: string;
|
|
902
|
+
staticGreen: string;
|
|
903
|
+
staticErrorAccent: string;
|
|
904
|
+
shadowDepth2: string;
|
|
941
905
|
fontFamily: string;
|
|
942
906
|
fontFamilyMono: string;
|
|
943
|
-
fontWeight: string;
|
|
944
|
-
fontWeightStrong: string;
|
|
945
907
|
cubicBezierEaseInOut: string;
|
|
946
908
|
cubicBezierEaseOut: string;
|
|
947
909
|
cubicBezierEaseIn: string;
|
|
948
|
-
|
|
949
|
-
borderTagWidth: number;
|
|
910
|
+
borderRadiusLarge: string;
|
|
950
911
|
borderRadius: string;
|
|
912
|
+
borderRadiusMedium: string;
|
|
951
913
|
borderRadiusSmall: string;
|
|
952
|
-
|
|
953
|
-
fontSizeMini: string;
|
|
954
|
-
fontSizeTiny: string;
|
|
955
|
-
fontSizeSmall: string;
|
|
956
|
-
fontSizeMedium: string;
|
|
957
|
-
fontSizeLarge: string;
|
|
958
|
-
fontSizeHuge: string;
|
|
959
|
-
lineHeight: string;
|
|
914
|
+
borderRadiusTiny: string;
|
|
960
915
|
heightMini: string;
|
|
961
916
|
heightTiny: string;
|
|
962
917
|
heightSmall: string;
|
|
963
918
|
heightMedium: string;
|
|
964
919
|
heightLarge: string;
|
|
965
920
|
heightHuge: string;
|
|
921
|
+
fontDisplayLarge: string;
|
|
922
|
+
fontDisplaySmall: string;
|
|
923
|
+
fontHeadingLarge: string;
|
|
924
|
+
fontHeadingMedium: string;
|
|
925
|
+
fontHeadingSmall: string;
|
|
926
|
+
fontTitleLarge: string;
|
|
927
|
+
fontTitleMedium: string;
|
|
928
|
+
fontTitleSmall: string;
|
|
929
|
+
fontBodyLarge: string;
|
|
930
|
+
fontBodyMedium: string;
|
|
931
|
+
fontBodySmall: string;
|
|
932
|
+
lineHeightDisplayLarge: string;
|
|
933
|
+
lineHeightDisplaySmall: string;
|
|
934
|
+
lineHeightHeadingLarge: string;
|
|
935
|
+
lineHeightHeadingMedium: string;
|
|
936
|
+
lineHeightHeadingSmall: string;
|
|
937
|
+
lineHeightTitleLarge: string;
|
|
938
|
+
lineHeightTitleMedium: string;
|
|
939
|
+
lineHeightTitleSmall: string;
|
|
940
|
+
lineHeightBodyLarge: string;
|
|
941
|
+
lineHeightBodyMedium: string;
|
|
942
|
+
lineHeightBodySmall: string;
|
|
943
|
+
fontWeight: string;
|
|
944
|
+
fontWeightStrong: string;
|
|
945
|
+
fontWeightBold: string;
|
|
946
|
+
iconSmall: string;
|
|
947
|
+
iconMedium: string;
|
|
948
|
+
iconLarge: string;
|
|
949
|
+
iconHuge: string;
|
|
950
|
+
closeSmall: string;
|
|
951
|
+
closeMedium: string;
|
|
952
|
+
closeLarge: string;
|
|
953
|
+
closeHuge: string;
|
|
954
|
+
closeBorderRadius: string;
|
|
966
955
|
name: "common";
|
|
967
956
|
};
|
|
968
957
|
self: {
|
|
@@ -970,14 +959,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
970
959
|
};
|
|
971
960
|
peers: {
|
|
972
961
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
962
|
+
height: string;
|
|
963
|
+
paddingSmall: string;
|
|
964
|
+
paddingMedium: string;
|
|
965
|
+
paddingLarge: string;
|
|
966
|
+
optionPaddingSmall: string;
|
|
967
|
+
optionPaddingMedium: string;
|
|
968
|
+
optionPaddingLarge: string;
|
|
969
|
+
loadingSize: string;
|
|
973
970
|
optionFontSizeSmall: string;
|
|
974
971
|
optionFontSizeMedium: string;
|
|
975
972
|
optionFontSizeLarge: string;
|
|
976
|
-
optionFontSizeHuge: string;
|
|
977
973
|
optionHeightSmall: string;
|
|
978
974
|
optionHeightMedium: string;
|
|
979
975
|
optionHeightLarge: string;
|
|
980
|
-
|
|
976
|
+
optionBorderRadius: string;
|
|
981
977
|
borderRadius: string;
|
|
982
978
|
color: string;
|
|
983
979
|
groupHeaderTextColor: string;
|
|
@@ -994,22 +990,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
994
990
|
optionColorActivePending: string;
|
|
995
991
|
actionTextColor: string;
|
|
996
992
|
loadingColor: string;
|
|
997
|
-
height: string;
|
|
998
|
-
paddingSmall: string;
|
|
999
|
-
paddingMedium: string;
|
|
1000
|
-
paddingLarge: string;
|
|
1001
|
-
paddingHuge: string;
|
|
1002
|
-
optionPaddingSmall: string;
|
|
1003
|
-
optionPaddingMedium: string;
|
|
1004
|
-
optionPaddingLarge: string;
|
|
1005
|
-
optionPaddingHuge: string;
|
|
1006
|
-
loadingSize: string;
|
|
1007
993
|
}, {
|
|
1008
994
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1009
995
|
color: string;
|
|
1010
996
|
colorHover: string;
|
|
1011
997
|
}, any>;
|
|
1012
998
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
999
|
+
iconSizeSmall: string;
|
|
1000
|
+
iconSizeMedium: string;
|
|
1001
|
+
iconSizeLarge: string;
|
|
1002
|
+
iconSizeHuge: string;
|
|
1013
1003
|
fontSizeSmall: string;
|
|
1014
1004
|
fontSizeMedium: string;
|
|
1015
1005
|
fontSizeLarge: string;
|
|
@@ -1017,28 +1007,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1017
1007
|
textColor: string;
|
|
1018
1008
|
iconColor: string;
|
|
1019
1009
|
extraTextColor: string;
|
|
1020
|
-
iconSizeSmall: string;
|
|
1021
|
-
iconSizeMedium: string;
|
|
1022
|
-
iconSizeLarge: string;
|
|
1023
|
-
iconSizeHuge: string;
|
|
1024
1010
|
}, any>;
|
|
1025
1011
|
}>;
|
|
1026
1012
|
Input: import("../../_mixins").Theme<"Input", {
|
|
1013
|
+
paddingTiny: string;
|
|
1014
|
+
paddingSmall: string;
|
|
1015
|
+
paddingMedium: string;
|
|
1016
|
+
paddingLarge: string;
|
|
1017
|
+
paddingHuge: string;
|
|
1018
|
+
clearSize: string;
|
|
1027
1019
|
countTextColorDisabled: string;
|
|
1028
1020
|
countTextColor: string;
|
|
1029
1021
|
heightTiny: string;
|
|
1030
1022
|
heightSmall: string;
|
|
1031
1023
|
heightMedium: string;
|
|
1032
1024
|
heightLarge: string;
|
|
1025
|
+
heightHuge: string;
|
|
1033
1026
|
fontSizeTiny: string;
|
|
1034
1027
|
fontSizeSmall: string;
|
|
1035
1028
|
fontSizeMedium: string;
|
|
1036
1029
|
fontSizeLarge: string;
|
|
1030
|
+
fontSizeHuge: string;
|
|
1037
1031
|
lineHeight: string;
|
|
1038
1032
|
lineHeightTextarea: string;
|
|
1039
1033
|
borderRadius: string;
|
|
1040
1034
|
iconSize: string;
|
|
1041
|
-
groupLabelColor: string;
|
|
1042
1035
|
groupLabelTextColor: string;
|
|
1043
1036
|
textColor: string;
|
|
1044
1037
|
textColorDisabled: string;
|
|
@@ -1078,11 +1071,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1078
1071
|
iconColorHover: string;
|
|
1079
1072
|
iconColorPressed: string;
|
|
1080
1073
|
suffixTextColor: string;
|
|
1081
|
-
|
|
1082
|
-
paddingSmall: string;
|
|
1083
|
-
paddingMedium: string;
|
|
1084
|
-
paddingLarge: string;
|
|
1085
|
-
clearSize: string;
|
|
1074
|
+
selectionColor: string;
|
|
1086
1075
|
}, any>;
|
|
1087
1076
|
};
|
|
1088
1077
|
peerOverrides: {
|
|
@@ -1093,6 +1082,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1093
1082
|
colorHover: string;
|
|
1094
1083
|
}, any>> | undefined;
|
|
1095
1084
|
Empty?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Empty", {
|
|
1085
|
+
iconSizeSmall: string;
|
|
1086
|
+
iconSizeMedium: string;
|
|
1087
|
+
iconSizeLarge: string;
|
|
1088
|
+
iconSizeHuge: string;
|
|
1096
1089
|
fontSizeSmall: string;
|
|
1097
1090
|
fontSizeMedium: string;
|
|
1098
1091
|
fontSizeLarge: string;
|
|
@@ -1100,10 +1093,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1100
1093
|
textColor: string;
|
|
1101
1094
|
iconColor: string;
|
|
1102
1095
|
extraTextColor: string;
|
|
1103
|
-
iconSizeSmall: string;
|
|
1104
|
-
iconSizeMedium: string;
|
|
1105
|
-
iconSizeLarge: string;
|
|
1106
|
-
iconSizeHuge: string;
|
|
1107
1096
|
}, any>> | undefined;
|
|
1108
1097
|
} | undefined;
|
|
1109
1098
|
} | undefined;
|
|
@@ -1215,14 +1204,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1215
1204
|
menuBoxShadow: string;
|
|
1216
1205
|
}, {
|
|
1217
1206
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
1207
|
+
height: string;
|
|
1208
|
+
paddingSmall: string;
|
|
1209
|
+
paddingMedium: string;
|
|
1210
|
+
paddingLarge: string;
|
|
1211
|
+
optionPaddingSmall: string;
|
|
1212
|
+
optionPaddingMedium: string;
|
|
1213
|
+
optionPaddingLarge: string;
|
|
1214
|
+
loadingSize: string;
|
|
1218
1215
|
optionFontSizeSmall: string;
|
|
1219
1216
|
optionFontSizeMedium: string;
|
|
1220
1217
|
optionFontSizeLarge: string;
|
|
1221
|
-
optionFontSizeHuge: string;
|
|
1222
1218
|
optionHeightSmall: string;
|
|
1223
1219
|
optionHeightMedium: string;
|
|
1224
1220
|
optionHeightLarge: string;
|
|
1225
|
-
|
|
1221
|
+
optionBorderRadius: string;
|
|
1226
1222
|
borderRadius: string;
|
|
1227
1223
|
color: string;
|
|
1228
1224
|
groupHeaderTextColor: string;
|
|
@@ -1239,22 +1235,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1239
1235
|
optionColorActivePending: string;
|
|
1240
1236
|
actionTextColor: string;
|
|
1241
1237
|
loadingColor: string;
|
|
1242
|
-
height: string;
|
|
1243
|
-
paddingSmall: string;
|
|
1244
|
-
paddingMedium: string;
|
|
1245
|
-
paddingLarge: string;
|
|
1246
|
-
paddingHuge: string;
|
|
1247
|
-
optionPaddingSmall: string;
|
|
1248
|
-
optionPaddingMedium: string;
|
|
1249
|
-
optionPaddingLarge: string;
|
|
1250
|
-
optionPaddingHuge: string;
|
|
1251
|
-
loadingSize: string;
|
|
1252
1238
|
}, {
|
|
1253
1239
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1254
1240
|
color: string;
|
|
1255
1241
|
colorHover: string;
|
|
1256
1242
|
}, any>;
|
|
1257
1243
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1244
|
+
iconSizeSmall: string;
|
|
1245
|
+
iconSizeMedium: string;
|
|
1246
|
+
iconSizeLarge: string;
|
|
1247
|
+
iconSizeHuge: string;
|
|
1258
1248
|
fontSizeSmall: string;
|
|
1259
1249
|
fontSizeMedium: string;
|
|
1260
1250
|
fontSizeLarge: string;
|
|
@@ -1262,28 +1252,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1262
1252
|
textColor: string;
|
|
1263
1253
|
iconColor: string;
|
|
1264
1254
|
extraTextColor: string;
|
|
1265
|
-
iconSizeSmall: string;
|
|
1266
|
-
iconSizeMedium: string;
|
|
1267
|
-
iconSizeLarge: string;
|
|
1268
|
-
iconSizeHuge: string;
|
|
1269
1255
|
}, any>;
|
|
1270
1256
|
}>;
|
|
1271
1257
|
Input: import("../../_mixins").Theme<"Input", {
|
|
1258
|
+
paddingTiny: string;
|
|
1259
|
+
paddingSmall: string;
|
|
1260
|
+
paddingMedium: string;
|
|
1261
|
+
paddingLarge: string;
|
|
1262
|
+
paddingHuge: string;
|
|
1263
|
+
clearSize: string;
|
|
1272
1264
|
countTextColorDisabled: string;
|
|
1273
1265
|
countTextColor: string;
|
|
1274
1266
|
heightTiny: string;
|
|
1275
1267
|
heightSmall: string;
|
|
1276
1268
|
heightMedium: string;
|
|
1277
1269
|
heightLarge: string;
|
|
1270
|
+
heightHuge: string;
|
|
1278
1271
|
fontSizeTiny: string;
|
|
1279
1272
|
fontSizeSmall: string;
|
|
1280
1273
|
fontSizeMedium: string;
|
|
1281
1274
|
fontSizeLarge: string;
|
|
1275
|
+
fontSizeHuge: string;
|
|
1282
1276
|
lineHeight: string;
|
|
1283
1277
|
lineHeightTextarea: string;
|
|
1284
1278
|
borderRadius: string;
|
|
1285
1279
|
iconSize: string;
|
|
1286
|
-
groupLabelColor: string;
|
|
1287
1280
|
groupLabelTextColor: string;
|
|
1288
1281
|
textColor: string;
|
|
1289
1282
|
textColorDisabled: string;
|
|
@@ -1323,25 +1316,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1323
1316
|
iconColorHover: string;
|
|
1324
1317
|
iconColorPressed: string;
|
|
1325
1318
|
suffixTextColor: string;
|
|
1326
|
-
|
|
1327
|
-
paddingSmall: string;
|
|
1328
|
-
paddingMedium: string;
|
|
1329
|
-
paddingLarge: string;
|
|
1330
|
-
clearSize: string;
|
|
1319
|
+
selectionColor: string;
|
|
1331
1320
|
}, any>;
|
|
1332
1321
|
}>>;
|
|
1333
1322
|
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Mention", {
|
|
1334
1323
|
menuBoxShadow: string;
|
|
1335
1324
|
}, {
|
|
1336
1325
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
1326
|
+
height: string;
|
|
1327
|
+
paddingSmall: string;
|
|
1328
|
+
paddingMedium: string;
|
|
1329
|
+
paddingLarge: string;
|
|
1330
|
+
optionPaddingSmall: string;
|
|
1331
|
+
optionPaddingMedium: string;
|
|
1332
|
+
optionPaddingLarge: string;
|
|
1333
|
+
loadingSize: string;
|
|
1337
1334
|
optionFontSizeSmall: string;
|
|
1338
1335
|
optionFontSizeMedium: string;
|
|
1339
1336
|
optionFontSizeLarge: string;
|
|
1340
|
-
optionFontSizeHuge: string;
|
|
1341
1337
|
optionHeightSmall: string;
|
|
1342
1338
|
optionHeightMedium: string;
|
|
1343
1339
|
optionHeightLarge: string;
|
|
1344
|
-
|
|
1340
|
+
optionBorderRadius: string;
|
|
1345
1341
|
borderRadius: string;
|
|
1346
1342
|
color: string;
|
|
1347
1343
|
groupHeaderTextColor: string;
|
|
@@ -1358,22 +1354,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1358
1354
|
optionColorActivePending: string;
|
|
1359
1355
|
actionTextColor: string;
|
|
1360
1356
|
loadingColor: string;
|
|
1361
|
-
height: string;
|
|
1362
|
-
paddingSmall: string;
|
|
1363
|
-
paddingMedium: string;
|
|
1364
|
-
paddingLarge: string;
|
|
1365
|
-
paddingHuge: string;
|
|
1366
|
-
optionPaddingSmall: string;
|
|
1367
|
-
optionPaddingMedium: string;
|
|
1368
|
-
optionPaddingLarge: string;
|
|
1369
|
-
optionPaddingHuge: string;
|
|
1370
|
-
loadingSize: string;
|
|
1371
1357
|
}, {
|
|
1372
1358
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1373
1359
|
color: string;
|
|
1374
1360
|
colorHover: string;
|
|
1375
1361
|
}, any>;
|
|
1376
1362
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1363
|
+
iconSizeSmall: string;
|
|
1364
|
+
iconSizeMedium: string;
|
|
1365
|
+
iconSizeLarge: string;
|
|
1366
|
+
iconSizeHuge: string;
|
|
1377
1367
|
fontSizeSmall: string;
|
|
1378
1368
|
fontSizeMedium: string;
|
|
1379
1369
|
fontSizeLarge: string;
|
|
@@ -1381,28 +1371,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1381
1371
|
textColor: string;
|
|
1382
1372
|
iconColor: string;
|
|
1383
1373
|
extraTextColor: string;
|
|
1384
|
-
iconSizeSmall: string;
|
|
1385
|
-
iconSizeMedium: string;
|
|
1386
|
-
iconSizeLarge: string;
|
|
1387
|
-
iconSizeHuge: string;
|
|
1388
1374
|
}, any>;
|
|
1389
1375
|
}>;
|
|
1390
1376
|
Input: import("../../_mixins").Theme<"Input", {
|
|
1377
|
+
paddingTiny: string;
|
|
1378
|
+
paddingSmall: string;
|
|
1379
|
+
paddingMedium: string;
|
|
1380
|
+
paddingLarge: string;
|
|
1381
|
+
paddingHuge: string;
|
|
1382
|
+
clearSize: string;
|
|
1391
1383
|
countTextColorDisabled: string;
|
|
1392
1384
|
countTextColor: string;
|
|
1393
1385
|
heightTiny: string;
|
|
1394
1386
|
heightSmall: string;
|
|
1395
1387
|
heightMedium: string;
|
|
1396
1388
|
heightLarge: string;
|
|
1389
|
+
heightHuge: string;
|
|
1397
1390
|
fontSizeTiny: string;
|
|
1398
1391
|
fontSizeSmall: string;
|
|
1399
1392
|
fontSizeMedium: string;
|
|
1400
1393
|
fontSizeLarge: string;
|
|
1394
|
+
fontSizeHuge: string;
|
|
1401
1395
|
lineHeight: string;
|
|
1402
1396
|
lineHeightTextarea: string;
|
|
1403
1397
|
borderRadius: string;
|
|
1404
1398
|
iconSize: string;
|
|
1405
|
-
groupLabelColor: string;
|
|
1406
1399
|
groupLabelTextColor: string;
|
|
1407
1400
|
textColor: string;
|
|
1408
1401
|
textColorDisabled: string;
|
|
@@ -1442,25 +1435,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1442
1435
|
iconColorHover: string;
|
|
1443
1436
|
iconColorPressed: string;
|
|
1444
1437
|
suffixTextColor: string;
|
|
1445
|
-
|
|
1446
|
-
paddingSmall: string;
|
|
1447
|
-
paddingMedium: string;
|
|
1448
|
-
paddingLarge: string;
|
|
1449
|
-
clearSize: string;
|
|
1438
|
+
selectionColor: string;
|
|
1450
1439
|
}, any>;
|
|
1451
1440
|
}>>>;
|
|
1452
1441
|
readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Mention", {
|
|
1453
1442
|
menuBoxShadow: string;
|
|
1454
1443
|
}, {
|
|
1455
1444
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
1445
|
+
height: string;
|
|
1446
|
+
paddingSmall: string;
|
|
1447
|
+
paddingMedium: string;
|
|
1448
|
+
paddingLarge: string;
|
|
1449
|
+
optionPaddingSmall: string;
|
|
1450
|
+
optionPaddingMedium: string;
|
|
1451
|
+
optionPaddingLarge: string;
|
|
1452
|
+
loadingSize: string;
|
|
1456
1453
|
optionFontSizeSmall: string;
|
|
1457
1454
|
optionFontSizeMedium: string;
|
|
1458
1455
|
optionFontSizeLarge: string;
|
|
1459
|
-
optionFontSizeHuge: string;
|
|
1460
1456
|
optionHeightSmall: string;
|
|
1461
1457
|
optionHeightMedium: string;
|
|
1462
1458
|
optionHeightLarge: string;
|
|
1463
|
-
|
|
1459
|
+
optionBorderRadius: string;
|
|
1464
1460
|
borderRadius: string;
|
|
1465
1461
|
color: string;
|
|
1466
1462
|
groupHeaderTextColor: string;
|
|
@@ -1477,22 +1473,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1477
1473
|
optionColorActivePending: string;
|
|
1478
1474
|
actionTextColor: string;
|
|
1479
1475
|
loadingColor: string;
|
|
1480
|
-
height: string;
|
|
1481
|
-
paddingSmall: string;
|
|
1482
|
-
paddingMedium: string;
|
|
1483
|
-
paddingLarge: string;
|
|
1484
|
-
paddingHuge: string;
|
|
1485
|
-
optionPaddingSmall: string;
|
|
1486
|
-
optionPaddingMedium: string;
|
|
1487
|
-
optionPaddingLarge: string;
|
|
1488
|
-
optionPaddingHuge: string;
|
|
1489
|
-
loadingSize: string;
|
|
1490
1476
|
}, {
|
|
1491
1477
|
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1492
1478
|
color: string;
|
|
1493
1479
|
colorHover: string;
|
|
1494
1480
|
}, any>;
|
|
1495
1481
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1482
|
+
iconSizeSmall: string;
|
|
1483
|
+
iconSizeMedium: string;
|
|
1484
|
+
iconSizeLarge: string;
|
|
1485
|
+
iconSizeHuge: string;
|
|
1496
1486
|
fontSizeSmall: string;
|
|
1497
1487
|
fontSizeMedium: string;
|
|
1498
1488
|
fontSizeLarge: string;
|
|
@@ -1500,28 +1490,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1500
1490
|
textColor: string;
|
|
1501
1491
|
iconColor: string;
|
|
1502
1492
|
extraTextColor: string;
|
|
1503
|
-
iconSizeSmall: string;
|
|
1504
|
-
iconSizeMedium: string;
|
|
1505
|
-
iconSizeLarge: string;
|
|
1506
|
-
iconSizeHuge: string;
|
|
1507
1493
|
}, any>;
|
|
1508
1494
|
}>;
|
|
1509
1495
|
Input: import("../../_mixins").Theme<"Input", {
|
|
1496
|
+
paddingTiny: string;
|
|
1497
|
+
paddingSmall: string;
|
|
1498
|
+
paddingMedium: string;
|
|
1499
|
+
paddingLarge: string;
|
|
1500
|
+
paddingHuge: string;
|
|
1501
|
+
clearSize: string;
|
|
1510
1502
|
countTextColorDisabled: string;
|
|
1511
1503
|
countTextColor: string;
|
|
1512
1504
|
heightTiny: string;
|
|
1513
1505
|
heightSmall: string;
|
|
1514
1506
|
heightMedium: string;
|
|
1515
1507
|
heightLarge: string;
|
|
1508
|
+
heightHuge: string;
|
|
1516
1509
|
fontSizeTiny: string;
|
|
1517
1510
|
fontSizeSmall: string;
|
|
1518
1511
|
fontSizeMedium: string;
|
|
1519
1512
|
fontSizeLarge: string;
|
|
1513
|
+
fontSizeHuge: string;
|
|
1520
1514
|
lineHeight: string;
|
|
1521
1515
|
lineHeightTextarea: string;
|
|
1522
1516
|
borderRadius: string;
|
|
1523
1517
|
iconSize: string;
|
|
1524
|
-
groupLabelColor: string;
|
|
1525
1518
|
groupLabelTextColor: string;
|
|
1526
1519
|
textColor: string;
|
|
1527
1520
|
textColorDisabled: string;
|
|
@@ -1561,11 +1554,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1561
1554
|
iconColorHover: string;
|
|
1562
1555
|
iconColorPressed: string;
|
|
1563
1556
|
suffixTextColor: string;
|
|
1564
|
-
|
|
1565
|
-
paddingSmall: string;
|
|
1566
|
-
paddingMedium: string;
|
|
1567
|
-
paddingLarge: string;
|
|
1568
|
-
clearSize: string;
|
|
1557
|
+
selectionColor: string;
|
|
1569
1558
|
}, any>;
|
|
1570
1559
|
}>>>;
|
|
1571
1560
|
}>>, {
|