naive-ui 2.24.0 → 2.24.4
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/es/_internal/clear/src/Clear.d.ts +8 -10
- package/es/_internal/close/src/Close.d.ts +11 -10
- package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +10 -20
- package/es/_internal/focus-detector/src/FocusDetector.d.ts +4 -7
- package/es/_internal/icon/src/Icon.d.ts +19 -20
- package/es/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +1 -1
- package/es/_internal/icons/Add.d.ts +1 -1
- package/es/_internal/icons/ArrowBack.d.ts +1 -1
- package/es/_internal/icons/ArrowDown.d.ts +1 -1
- package/es/_internal/icons/Attach.d.ts +1 -1
- package/es/_internal/icons/Backward.d.ts +1 -1
- package/es/_internal/icons/Cancel.d.ts +1 -1
- package/es/_internal/icons/Checkmark.d.ts +1 -1
- package/es/_internal/icons/ChevronDown.d.ts +1 -1
- package/es/_internal/icons/ChevronDownFilled.d.ts +1 -1
- package/es/_internal/icons/ChevronLeft.d.ts +1 -1
- package/es/_internal/icons/ChevronRight.d.ts +1 -1
- package/es/_internal/icons/Clear.d.ts +1 -1
- package/es/_internal/icons/Close.d.ts +1 -1
- package/es/_internal/icons/Date.d.ts +1 -1
- package/es/_internal/icons/Download.d.ts +1 -1
- package/es/_internal/icons/Empty.d.ts +1 -1
- package/es/_internal/icons/Error.d.ts +1 -1
- package/es/_internal/icons/Eye.d.ts +1 -1
- package/es/_internal/icons/EyeOff.d.ts +1 -1
- package/es/_internal/icons/FastBackward.d.ts +1 -1
- package/es/_internal/icons/FastForward.d.ts +1 -1
- package/es/_internal/icons/File.d.ts +1 -1
- package/es/_internal/icons/Filter.d.ts +1 -1
- package/es/_internal/icons/Forward.d.ts +1 -1
- package/es/_internal/icons/Info.d.ts +1 -1
- package/es/_internal/icons/More.d.ts +1 -1
- package/es/_internal/icons/Photo.d.ts +1 -1
- package/es/_internal/icons/Remove.d.ts +1 -1
- package/es/_internal/icons/Retry.d.ts +1 -1
- package/es/_internal/icons/RotateClockwise.d.ts +1 -1
- package/es/_internal/icons/RotateCounterclockwise.d.ts +1 -1
- package/es/_internal/icons/Search.d.ts +1 -1
- package/es/_internal/icons/Success.d.ts +1 -1
- package/es/_internal/icons/Switcher.d.ts +1 -1
- package/es/_internal/icons/Time.d.ts +1 -1
- package/es/_internal/icons/To.d.ts +1 -1
- package/es/_internal/icons/Trash.d.ts +1 -1
- package/es/_internal/icons/Warning.d.ts +1 -1
- package/es/_internal/icons/ZoomIn.d.ts +1 -1
- package/es/_internal/icons/ZoomOut.d.ts +1 -1
- package/es/_internal/icons/replaceable.d.ts +1 -1
- package/es/_internal/loading/src/Loading.d.ts +26 -16
- package/es/_internal/menu-mask/src/MenuMask.d.ts +6 -5
- package/es/_internal/scrollbar/src/ScrollBar.d.ts +54 -58
- package/es/_internal/scrollbar/src/ScrollBar.js +90 -68
- package/es/_internal/select-menu/src/SelectGroupHeader.d.ts +10 -7
- package/es/_internal/select-menu/src/SelectMenu.d.ts +67 -63
- package/es/_internal/select-menu/src/SelectMenu.js +22 -21
- package/es/_internal/select-menu/src/SelectOption.d.ts +10 -7
- package/es/_internal/select-menu/src/interface.d.ts +3 -3
- package/es/_internal/select-menu/src/interface.js +3 -2
- package/es/_internal/selection/src/Selection.d.ts +67 -69
- package/es/_internal/selection/src/Selection.js +25 -8
- package/es/_internal/selection/src/styles/index.cssr.js +2 -1
- package/es/_internal/selection/styles/_common.d.ts +1 -0
- package/es/_internal/selection/styles/_common.js +1 -0
- package/es/_internal/selection/styles/light.d.ts +2 -0
- package/es/_internal/slot-machine/src/SlotMachine.d.ts +18 -12
- package/es/_internal/slot-machine/src/SlotMachineNumber.d.ts +18 -12
- package/es/_internal/suffix/src/Suffix.d.ts +19 -14
- package/es/_internal/suffix/src/Suffix.js +7 -2
- package/es/_internal/wave/src/Wave.d.ts +6 -5
- package/es/_mixins/use-form-item.d.ts +2 -2
- package/es/_mixins/use-form-item.js +2 -1
- package/es/_mixins/use-locale.d.ts +1 -1
- package/es/_mixins/use-locale.js +1 -1
- package/es/_utils/index.d.ts +1 -1
- package/es/_utils/index.js +1 -1
- package/es/_utils/vue/create-injection-key.d.ts +2 -0
- package/es/_utils/vue/create-injection-key.js +3 -0
- package/es/_utils/vue/index.d.ts +2 -0
- package/es/_utils/vue/index.js +2 -0
- package/es/_utils/vue/resolve-slot.d.ts +2 -0
- package/es/_utils/vue/resolve-slot.js +20 -0
- package/es/affix/src/Affix.d.ts +26 -22
- package/es/alert/src/Alert.d.ts +34 -27
- package/es/alert/src/Alert.js +2 -4
- package/es/anchor/src/AnchorAdapter.d.ts +52 -47
- package/es/anchor/src/BaseAnchor.d.ts +25 -20
- package/es/anchor/src/Link.d.ts +6 -9
- package/es/anchor/src/Link.js +6 -5
- package/es/auto-complete/src/AutoComplete.d.ts +52 -59
- package/es/avatar/src/Avatar.d.ts +27 -30
- package/es/avatar/src/AvatarGroup.d.ts +13 -17
- package/es/avatar/src/AvatarGroup.js +5 -2
- package/es/back-top/src/BackTop.d.ts +48 -33
- package/es/back-top/src/BackTop.js +2 -4
- package/es/badge/src/Badge.d.ts +31 -29
- package/es/badge/src/Badge.js +6 -5
- package/es/breadcrumb/src/Breadcrumb.d.ts +15 -18
- package/es/breadcrumb/src/Breadcrumb.js +2 -1
- package/es/breadcrumb/src/BreadcrumbItem.d.ts +4 -7
- package/es/button/src/Button.d.ts +53 -61
- package/es/button/src/Button.js +5 -2
- package/es/button/src/ButtonGroup.d.ts +10 -11
- package/es/button/src/ButtonGroup.js +2 -1
- package/es/calendar/src/Calendar.d.ts +21 -26
- package/es/calendar/src/Calendar.js +15 -2
- package/es/card/src/Card.d.ts +32 -37
- package/es/card/src/Card.js +6 -6
- package/es/carousel/src/Carousel.d.ts +74 -64
- package/es/carousel/src/Carousel.js +42 -45
- package/es/carousel/src/CarouselArrow.d.ts +1 -1
- package/es/carousel/src/CarouselDots.d.ts +19 -13
- package/es/carousel/src/CarouselItem.d.ts +2 -2
- package/es/carousel/src/CarouselItem.js +7 -4
- package/es/carousel/src/interface.d.ts +10 -3
- package/es/carousel/src/interface.js +2 -1
- package/es/carousel/src/styles/index.cssr.js +2 -2
- package/es/cascader/index.d.ts +1 -1
- package/es/cascader/src/Cascader.d.ts +105 -84
- package/es/cascader/src/Cascader.js +14 -26
- package/es/cascader/src/CascaderMenu.d.ts +34 -24
- package/es/cascader/src/CascaderMenu.js +2 -4
- package/es/cascader/src/CascaderOption.d.ts +7 -5
- package/es/cascader/src/CascaderSelectMenu.d.ts +26 -20
- package/es/cascader/src/CascaderSubmenu.d.ts +16 -9
- package/es/cascader/src/interface.d.ts +6 -2
- package/es/cascader/src/interface.js +2 -1
- package/es/cascader/styles/light.d.ts +1 -0
- package/es/checkbox/index.d.ts +1 -0
- package/es/checkbox/src/Checkbox.d.ts +43 -43
- package/es/checkbox/src/Checkbox.js +17 -5
- package/es/checkbox/src/CheckboxGroup.d.ts +23 -24
- package/es/checkbox/src/CheckboxGroup.js +2 -2
- package/es/checkbox/src/interface.d.ts +4 -0
- package/es/code/src/Code.d.ts +24 -32
- package/es/code/src/styles/index.cssr.js +4 -1
- package/es/collapse/src/Collapse.d.ts +35 -33
- package/es/collapse/src/Collapse.js +2 -2
- package/es/collapse/src/CollapseItem.d.ts +5 -9
- package/es/collapse/src/CollapseItem.js +8 -15
- package/es/collapse/src/CollapseItemContent.d.ts +11 -9
- package/es/collapse-transition/src/CollapseTransition.d.ts +18 -19
- package/es/color-picker/src/AlphaSlider.d.ts +19 -14
- package/es/color-picker/src/ColorInput.d.ts +34 -19
- package/es/color-picker/src/ColorInputUnit.d.ts +15 -11
- package/es/color-picker/src/ColorPicker.d.ts +46 -51
- package/es/color-picker/src/ColorPicker.js +3 -5
- package/es/color-picker/src/ColorPickerSwatches.d.ts +18 -11
- package/es/color-picker/src/ColorPickerTrigger.d.ts +15 -12
- package/es/color-picker/src/ColorPreview.d.ts +19 -11
- package/es/color-picker/src/HueSlider.d.ts +15 -12
- package/es/color-picker/src/Pallete.d.ts +23 -16
- package/es/composables/use-theme-vars.d.ts +2 -1
- package/es/config-provider/src/ConfigProvider.d.ts +30 -37
- package/es/config-provider/src/ConfigProvider.js +6 -5
- package/es/config-provider/src/interface.d.ts +4 -1
- package/es/countdown/src/Countdown.d.ts +18 -17
- package/es/data-table/index.d.ts +1 -1
- package/es/data-table/src/DataTable.d.ts +104 -104
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +12 -7
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +36 -19
- package/es/data-table/src/HeaderButton/RenderFilter.d.ts +14 -9
- package/es/data-table/src/HeaderButton/RenderSorter.d.ts +10 -7
- package/es/data-table/src/HeaderButton/SortButton.d.ts +6 -5
- package/es/data-table/src/HeaderButton/SortButton.js +6 -6
- package/es/data-table/src/MainTable.d.ts +1 -1
- package/es/data-table/src/TableParts/Body.d.ts +13 -14
- package/es/data-table/src/TableParts/Body.js +2 -4
- package/es/data-table/src/TableParts/BodyCheckbox.d.ts +14 -9
- package/es/data-table/src/TableParts/Cell.d.ts +865 -855
- package/es/data-table/src/TableParts/ExpandTrigger.d.ts +11 -9
- package/es/data-table/src/TableParts/Header.d.ts +8 -5
- package/es/data-table/src/TableParts/SelectionMenu.d.ts +6 -5
- package/es/data-table/src/interface.d.ts +9 -6
- package/es/data-table/src/interface.js +2 -1
- package/es/data-table/src/styles/index.cssr.js +7 -7
- package/es/data-table/styles/light.d.ts +1 -0
- package/es/date-picker/index.d.ts +1 -0
- package/es/date-picker/src/DatePicker.d.ts +72 -93
- package/es/date-picker/src/DatePicker.js +18 -63
- package/es/date-picker/src/interface.d.ts +6 -3
- package/es/date-picker/src/interface.js +2 -1
- package/es/date-picker/src/panel/date.d.ts +77 -34
- package/es/date-picker/src/panel/date.js +6 -7
- package/es/date-picker/src/panel/daterange.d.ts +31 -26
- package/es/date-picker/src/panel/daterange.js +6 -9
- package/es/date-picker/src/panel/datetime.d.ts +41 -30
- package/es/date-picker/src/panel/datetime.js +4 -5
- package/es/date-picker/src/panel/datetimerange.d.ts +31 -26
- package/es/date-picker/src/panel/datetimerange.js +5 -8
- package/es/date-picker/src/panel/month.d.ts +48 -32
- package/es/date-picker/src/panel/month.js +13 -4
- package/es/date-picker/src/panel/panelHeader.d.ts +2435 -0
- package/es/date-picker/src/panel/panelHeader.js +72 -0
- package/es/date-picker/src/panel/use-calendar.d.ts +16 -4
- package/es/date-picker/src/panel/use-calendar.js +42 -3
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +6 -0
- package/es/date-picker/src/panel/use-dual-calendar.js +10 -1
- package/es/date-picker/src/panel/use-panel-common.d.ts +2 -0
- package/es/date-picker/src/panel/use-panel-common.js +7 -1
- package/es/date-picker/src/styles/index.cssr.js +5 -2
- package/es/descriptions/src/Descriptions.d.ts +33 -33
- package/es/descriptions/src/DescriptionsItem.d.ts +9 -12
- package/es/dialog/src/Dialog.d.ts +32 -43
- package/es/dialog/src/Dialog.js +27 -20
- package/es/dialog/src/DialogEnvironment.d.ts +41 -46
- package/es/dialog/src/DialogProvider.d.ts +7 -10
- package/es/dialog/src/DialogProvider.js +3 -3
- package/es/divider/src/Divider.d.ts +14 -19
- package/es/drawer/src/Drawer.d.ts +89 -52
- package/es/drawer/src/Drawer.js +17 -6
- package/es/drawer/src/DrawerBodyWrapper.d.ts +40 -16
- package/es/drawer/src/DrawerBodyWrapper.js +11 -2
- package/es/drawer/src/DrawerContent.d.ts +15 -20
- package/es/drawer/src/interface.d.ts +3 -3
- package/es/drawer/src/interface.js +3 -2
- package/es/dropdown/src/Dropdown.d.ts +110 -101
- package/es/dropdown/src/Dropdown.js +2 -2
- package/es/dropdown/src/DropdownDivider.d.ts +6 -5
- package/es/dropdown/src/DropdownGroup.d.ts +14 -9
- package/es/dropdown/src/DropdownGroupHeader.d.ts +10 -7
- package/es/dropdown/src/DropdownMenu.d.ts +18 -16
- package/es/dropdown/src/DropdownMenu.js +2 -1
- package/es/dropdown/src/DropdownOption.d.ts +19 -14
- package/es/dropdown/src/DropdownOption.js +2 -2
- package/es/dropdown/src/DropdownRenderOption.d.ts +6 -5
- package/es/dynamic-input/src/DynamicInput.d.ts +50 -45
- package/es/dynamic-input/src/DynamicInput.js +2 -2
- package/es/dynamic-input/src/InputPreset.d.ts +16 -14
- package/es/dynamic-input/src/PairPreset.d.ts +23 -18
- package/es/dynamic-input/src/interface.d.ts +2 -2
- package/es/dynamic-input/src/interface.js +2 -1
- package/es/dynamic-tags/src/DynamicTags.d.ts +41 -41
- package/es/element/src/Element.d.ts +9 -12
- package/es/ellipsis/src/Ellipsis.d.ts +14 -19
- package/es/empty/src/Empty.d.ts +23 -24
- package/es/empty/src/Empty.js +5 -9
- package/es/form/src/Feedbacks.d.ts +8 -10
- package/es/form/src/Form.d.ts +39 -39
- package/es/form/src/FormItem.d.ts +36 -51
- package/es/form/src/FormItem.js +7 -3
- package/es/form/src/FormItemCol.d.ts +52 -59
- package/es/form/src/FormItemGridItem.d.ts +52 -65
- package/es/form/src/FormItemRow.d.ts +58 -65
- package/es/form/src/interface.d.ts +3 -3
- package/es/form/src/interface.js +3 -2
- package/es/global-style/src/GlobalStyle.d.ts +1 -1
- package/es/gradient-text/src/GradientText.d.ts +16 -23
- package/es/grid/src/Grid.d.ts +27 -22
- package/es/grid/src/Grid.js +2 -2
- package/es/grid/src/GridItem.d.ts +18 -18
- package/es/grid/src/GridItem.js +3 -2
- package/es/icon/src/Icon.d.ts +11 -18
- package/es/image/src/Image.d.ts +28 -41
- package/es/image/src/ImageGroup.d.ts +15 -19
- package/es/image/src/ImageGroup.js +2 -1
- package/es/image/src/ImagePreview.d.ts +20 -23
- package/es/image/src/ImagePreview.js +10 -6
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/es/input/src/Input.d.ts +108 -110
- package/es/input/src/Input.js +75 -34
- package/es/input/src/InputGroup.d.ts +5 -9
- package/es/input/src/InputGroupLabel.d.ts +16 -17
- package/es/input/src/InputGroupLabel.js +4 -3
- package/es/input/src/WordCount.d.ts +1 -1
- package/es/input/src/interface.d.ts +2 -2
- package/es/input/src/interface.js +2 -1
- package/es/input/src/styles/input.cssr.js +45 -62
- package/es/input-number/src/InputNumber.d.ts +59 -58
- package/es/layout/src/Layout.d.ts +90 -65
- package/es/layout/src/Layout.js +2 -1
- package/es/layout/src/LayoutContent.d.ts +33 -31
- package/es/layout/src/LayoutFooter.d.ts +14 -19
- package/es/layout/src/LayoutHeader.d.ts +17 -19
- package/es/layout/src/LayoutSider.d.ts +64 -61
- package/es/layout/src/LayoutSider.js +2 -1
- package/es/layout/src/ToggleBar.d.ts +7 -8
- package/es/layout/src/ToggleButton.d.ts +7 -8
- package/es/layout/src/interface.d.ts +2 -2
- package/es/layout/src/interface.js +2 -1
- package/es/layout/src/styles/layout-sider.cssr.js +15 -7
- package/es/legacy-grid/src/Col.d.ts +18 -11
- package/es/legacy-grid/src/Row.d.ts +11 -13
- package/es/legacy-grid/src/Row.js +2 -2
- package/es/list/src/List.d.ts +19 -20
- package/es/list/src/List.js +7 -5
- package/es/list/src/ListItem.d.ts +1 -1
- package/es/list/src/ListItem.js +3 -3
- package/es/loading-bar/src/LoadingBar.d.ts +1 -1
- package/es/loading-bar/src/LoadingBarProvider.d.ts +22 -23
- package/es/loading-bar/src/LoadingBarProvider.js +7 -6
- package/es/locales/common/esAR.d.ts +109 -0
- package/es/locales/common/esAR.js +110 -0
- package/es/locales/common/itIT.d.ts +3 -0
- package/es/locales/common/itIT.js +109 -0
- package/es/locales/date/esAR.d.ts +3 -0
- package/es/locales/date/esAR.js +6 -0
- package/es/locales/date/itIT.d.ts +3 -0
- package/es/locales/date/itIT.js +6 -0
- package/es/locales/index.d.ts +4 -0
- package/es/locales/index.js +4 -0
- package/es/log/src/Log.d.ts +48 -46
- package/es/log/src/Log.js +2 -2
- package/es/log/src/LogLine.d.ts +6 -5
- package/es/log/src/LogLoader.d.ts +6 -5
- package/es/mention/src/Mention.d.ts +55 -56
- package/es/menu/src/Menu.d.ts +87 -88
- package/es/menu/src/Menu.js +2 -2
- package/es/menu/src/MenuDivider.d.ts +1 -1
- package/es/menu/src/MenuOption.d.ts +22 -295
- package/es/menu/src/MenuOption.js +2 -1
- package/es/menu/src/MenuOptionContent.d.ts +33 -305
- package/es/menu/src/MenuOptionGroup.d.ts +20 -20
- package/es/menu/src/MenuOptionGroup.js +4 -3
- package/es/menu/src/Submenu.d.ts +35 -301
- package/es/menu/src/Submenu.js +4 -2
- package/es/menu/src/use-menu-child-props.d.ts +2 -1
- package/es/menu/src/use-menu-child.d.ts +5 -7
- package/es/menu/src/use-menu-child.js +0 -2
- package/es/message/src/Message.d.ts +15 -35
- package/es/message/src/MessageEnvironment.d.ts +26 -34
- package/es/message/src/MessageProvider.d.ts +24 -30
- package/es/message/src/MessageProvider.js +8 -8
- package/es/modal/src/BodyWrapper.d.ts +96 -72
- package/es/modal/src/BodyWrapper.js +12 -9
- package/es/modal/src/Modal.d.ts +125 -968
- package/es/modal/src/Modal.js +18 -6
- package/es/modal/src/interface.d.ts +3 -3
- package/es/modal/src/interface.js +3 -2
- package/es/notification/src/Notification.d.ts +20 -22
- package/es/notification/src/NotificationContainer.d.ts +10 -7
- package/es/notification/src/NotificationEnvironment.d.ts +32 -40
- package/es/notification/src/NotificationProvider.d.ts +32 -35
- package/es/notification/src/NotificationProvider.js +8 -8
- package/es/number-animation/src/NumberAnimation.d.ts +27 -15
- package/es/number-animation/src/NumberAnimation.js +19 -4
- package/es/page-header/src/PageHeader.d.ts +12 -20
- package/es/page-header/src/PageHeader.js +4 -5
- package/es/pagination/src/Pagination.d.ts +59 -59
- package/es/pagination/styles/light.d.ts +1 -0
- package/es/popconfirm/src/Popconfirm.d.ts +90 -87
- package/es/popconfirm/src/PopconfirmPanel.d.ts +16 -14
- package/es/popconfirm/src/PopconfirmPanel.js +4 -5
- package/es/popconfirm/src/interface.d.ts +2 -2
- package/es/popconfirm/src/interface.js +2 -1
- package/es/popover/src/Popover.d.ts +88 -79
- package/es/popover/src/PopoverBody.d.ts +32 -53
- package/es/popover/src/PopoverBody.js +16 -13
- package/es/popover/src/interface.d.ts +2 -2
- package/es/popover/src/interface.js +2 -1
- package/es/popselect/src/Popselect.d.ts +92 -97
- package/es/popselect/src/PopselectPanel.d.ts +24 -30
- package/es/popselect/src/interface.d.ts +2 -2
- package/es/popselect/src/interface.js +2 -1
- package/es/progress/src/Circle.d.ts +35 -28
- package/es/progress/src/Line.d.ts +37 -32
- package/es/progress/src/MultipleCircle.d.ts +38 -21
- package/es/progress/src/Progress.d.ts +54 -51
- package/es/radio/src/Radio.d.ts +30 -31
- package/es/radio/src/RadioButton.d.ts +24 -22
- package/es/radio/src/RadioGroup.d.ts +21 -27
- package/es/radio/src/use-radio.d.ts +2 -2
- package/es/radio/src/use-radio.js +2 -2
- package/es/rate/src/Rate.d.ts +26 -31
- package/es/result/src/Result.d.ts +18 -21
- package/es/scrollbar/src/ScrollBar.d.ts +10 -17
- package/es/select/index.d.ts +1 -1
- package/es/select/src/Select.d.ts +127 -95
- package/es/select/src/Select.js +25 -40
- package/es/select/src/interface.d.ts +4 -0
- package/es/select/styles/light.d.ts +1 -0
- package/es/skeleton/src/Skeleton.d.ts +26 -31
- package/es/slider/src/Slider.d.ts +49 -47
- package/es/slider/src/Slider.js +2 -1
- package/es/space/src/Space.d.ts +24 -27
- package/es/spin/src/Spin.d.ts +28 -27
- package/es/statistic/src/Statistic.d.ts +11 -19
- package/es/statistic/src/Statistic.js +3 -3
- package/es/steps/src/Step.d.ts +9 -12
- package/es/steps/src/Step.js +5 -7
- package/es/steps/src/Steps.d.ts +20 -23
- package/es/steps/src/Steps.js +2 -2
- package/es/switch/src/Switch.d.ts +45 -40
- package/es/table/src/Table.d.ts +26 -25
- package/es/table/src/Tbody.d.ts +1 -1
- package/es/table/src/Td.d.ts +1 -1
- package/es/table/src/Th.d.ts +1 -1
- package/es/table/src/Thead.d.ts +1 -1
- package/es/table/src/Tr.d.ts +1 -1
- package/es/tabs/src/Tab.d.ts +30 -37
- package/es/tabs/src/Tab.js +11 -4
- package/es/tabs/src/TabPane.d.ts +32 -38
- package/es/tabs/src/TabPane.js +14 -15
- package/es/tabs/src/Tabs.d.ts +37 -52
- package/es/tabs/src/Tabs.js +3 -3
- package/es/tabs/src/interface.d.ts +2 -2
- package/es/tabs/src/interface.js +2 -1
- package/es/tag/src/Tag.d.ts +42 -47
- package/es/tag/src/Tag.js +2 -2
- package/es/theme-editor/src/ThemeEditor.d.ts +1 -1
- package/es/theme-editor/src/ThemeEditor.js +161 -158
- package/es/themes/index.d.ts +1 -0
- package/es/themes/index.js +1 -0
- package/es/thing/src/Thing.d.ts +16 -23
- package/es/thing/src/Thing.js +20 -24
- package/es/time/src/Time.d.ts +18 -18
- package/es/time-picker/index.d.ts +1 -0
- package/es/time-picker/src/Panel.d.ts +75 -72
- package/es/time-picker/src/PanelCol.d.ts +15 -12
- package/es/time-picker/src/TimePicker.d.ts +99 -86
- package/es/time-picker/src/TimePicker.js +17 -41
- package/es/time-picker/src/interface.d.ts +6 -2
- package/es/time-picker/src/interface.js +2 -1
- package/es/timeline/src/Timeline.d.ts +21 -24
- package/es/timeline/src/Timeline.js +2 -1
- package/es/timeline/src/TimelineItem.d.ts +10 -14
- package/es/timeline/src/TimelineItem.js +4 -4
- package/es/tooltip/src/Tooltip.d.ts +82 -77
- package/es/transfer/src/Transfer.d.ts +39 -43
- package/es/transfer/src/TransferFilter.d.ts +17 -16
- package/es/transfer/src/TransferHeader.d.ts +11 -10
- package/es/transfer/src/TransferList.d.ts +35 -19
- package/es/transfer/src/TransferListItem.d.ts +18 -11
- package/es/transfer/src/interface.d.ts +2 -2
- package/es/transfer/src/interface.js +2 -1
- package/es/tree/src/MotionWrapper.d.ts +19 -14
- package/es/tree/src/Tree.d.ts +124 -135
- package/es/tree/src/TreeNode.d.ts +10 -7
- package/es/tree/src/TreeNodeCheckbox.d.ts +11 -16
- package/es/tree/src/TreeNodeContent.d.ts +15 -18
- package/es/tree/src/TreeNodeSwitcher.d.ts +10 -14
- package/es/tree/src/interface.d.ts +2 -2
- package/es/tree/src/interface.js +2 -1
- package/es/tree-select/src/TreeSelect.d.ts +112 -97
- package/es/tree-select/src/TreeSelect.js +2 -4
- package/es/tree-select/src/interface.d.ts +2 -2
- package/es/tree-select/src/interface.js +2 -1
- package/es/tree-select/styles/light.d.ts +1 -0
- package/es/typography/src/a.d.ts +8 -12
- package/es/typography/src/blockquote.d.ts +9 -15
- package/es/typography/src/create-header.d.ts +14 -19
- package/es/typography/src/headers.d.ts +84 -114
- package/es/typography/src/hr.d.ts +8 -12
- package/es/typography/src/li.d.ts +1 -1
- package/es/typography/src/ol.d.ts +9 -15
- package/es/typography/src/p.d.ts +9 -14
- package/es/typography/src/text.d.ts +24 -31
- package/es/typography/src/text.js +4 -3
- package/es/typography/src/ul.d.ts +9 -15
- package/es/upload/src/Upload.d.ts +85 -84
- package/es/upload/src/Upload.js +5 -2
- package/es/upload/src/UploadDragger.d.ts +1 -1
- package/es/upload/src/UploadFile.d.ts +14 -9
- package/es/upload/src/UploadFileList.d.ts +1 -1
- package/es/upload/src/UploadProgress.d.ts +11 -9
- package/es/upload/src/UploadTrigger.d.ts +3 -5
- package/es/upload/src/interface.d.ts +3 -2
- package/es/upload/src/interface.js +2 -1
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/_internal/clear/src/Clear.d.ts +8 -10
- package/lib/_internal/close/src/Close.d.ts +11 -10
- package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +10 -20
- package/lib/_internal/focus-detector/src/FocusDetector.d.ts +4 -7
- package/lib/_internal/icon/src/Icon.d.ts +19 -20
- package/lib/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +1 -1
- package/lib/_internal/icons/Add.d.ts +1 -1
- package/lib/_internal/icons/ArrowBack.d.ts +1 -1
- package/lib/_internal/icons/ArrowDown.d.ts +1 -1
- package/lib/_internal/icons/Attach.d.ts +1 -1
- package/lib/_internal/icons/Backward.d.ts +1 -1
- package/lib/_internal/icons/Cancel.d.ts +1 -1
- package/lib/_internal/icons/Checkmark.d.ts +1 -1
- package/lib/_internal/icons/ChevronDown.d.ts +1 -1
- package/lib/_internal/icons/ChevronDownFilled.d.ts +1 -1
- package/lib/_internal/icons/ChevronLeft.d.ts +1 -1
- package/lib/_internal/icons/ChevronRight.d.ts +1 -1
- package/lib/_internal/icons/Clear.d.ts +1 -1
- package/lib/_internal/icons/Close.d.ts +1 -1
- package/lib/_internal/icons/Date.d.ts +1 -1
- package/lib/_internal/icons/Download.d.ts +1 -1
- package/lib/_internal/icons/Empty.d.ts +1 -1
- package/lib/_internal/icons/Error.d.ts +1 -1
- package/lib/_internal/icons/Eye.d.ts +1 -1
- package/lib/_internal/icons/EyeOff.d.ts +1 -1
- package/lib/_internal/icons/FastBackward.d.ts +1 -1
- package/lib/_internal/icons/FastForward.d.ts +1 -1
- package/lib/_internal/icons/File.d.ts +1 -1
- package/lib/_internal/icons/Filter.d.ts +1 -1
- package/lib/_internal/icons/Forward.d.ts +1 -1
- package/lib/_internal/icons/Info.d.ts +1 -1
- package/lib/_internal/icons/More.d.ts +1 -1
- package/lib/_internal/icons/Photo.d.ts +1 -1
- package/lib/_internal/icons/Remove.d.ts +1 -1
- package/lib/_internal/icons/Retry.d.ts +1 -1
- package/lib/_internal/icons/RotateClockwise.d.ts +1 -1
- package/lib/_internal/icons/RotateCounterclockwise.d.ts +1 -1
- package/lib/_internal/icons/Search.d.ts +1 -1
- package/lib/_internal/icons/Success.d.ts +1 -1
- package/lib/_internal/icons/Switcher.d.ts +1 -1
- package/lib/_internal/icons/Time.d.ts +1 -1
- package/lib/_internal/icons/To.d.ts +1 -1
- package/lib/_internal/icons/Trash.d.ts +1 -1
- package/lib/_internal/icons/Warning.d.ts +1 -1
- package/lib/_internal/icons/ZoomIn.d.ts +1 -1
- package/lib/_internal/icons/ZoomOut.d.ts +1 -1
- package/lib/_internal/icons/replaceable.d.ts +1 -1
- package/lib/_internal/loading/src/Loading.d.ts +26 -16
- package/lib/_internal/menu-mask/src/MenuMask.d.ts +6 -5
- package/lib/_internal/scrollbar/src/ScrollBar.d.ts +54 -58
- package/lib/_internal/scrollbar/src/ScrollBar.js +89 -67
- package/lib/_internal/select-menu/src/SelectGroupHeader.d.ts +10 -7
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +67 -63
- package/lib/_internal/select-menu/src/SelectMenu.js +21 -20
- package/lib/_internal/select-menu/src/SelectOption.d.ts +10 -7
- package/lib/_internal/select-menu/src/interface.d.ts +3 -3
- package/lib/_internal/select-menu/src/interface.js +3 -2
- package/lib/_internal/selection/src/Selection.d.ts +67 -69
- package/lib/_internal/selection/src/Selection.js +25 -8
- package/lib/_internal/selection/src/styles/index.cssr.js +2 -1
- package/lib/_internal/selection/styles/_common.d.ts +1 -0
- package/lib/_internal/selection/styles/_common.js +1 -0
- package/lib/_internal/selection/styles/light.d.ts +2 -0
- package/lib/_internal/slot-machine/src/SlotMachine.d.ts +18 -12
- package/lib/_internal/slot-machine/src/SlotMachineNumber.d.ts +18 -12
- package/lib/_internal/suffix/src/Suffix.d.ts +19 -14
- package/lib/_internal/suffix/src/Suffix.js +7 -2
- package/lib/_internal/wave/src/Wave.d.ts +6 -5
- package/lib/_mixins/use-form-item.d.ts +2 -2
- package/lib/_mixins/use-form-item.js +2 -1
- package/lib/_mixins/use-locale.d.ts +1 -1
- package/lib/_mixins/use-locale.js +2 -2
- package/lib/_utils/index.d.ts +1 -1
- package/lib/_utils/index.js +2 -1
- package/lib/_utils/vue/create-injection-key.d.ts +2 -0
- package/lib/_utils/vue/create-injection-key.js +7 -0
- package/lib/_utils/vue/index.d.ts +2 -0
- package/lib/_utils/vue/index.js +5 -1
- package/lib/_utils/vue/resolve-slot.d.ts +2 -0
- package/lib/_utils/vue/resolve-slot.js +24 -0
- package/lib/affix/src/Affix.d.ts +26 -22
- package/lib/alert/src/Alert.d.ts +34 -27
- package/lib/alert/src/Alert.js +1 -3
- package/lib/anchor/src/AnchorAdapter.d.ts +52 -47
- package/lib/anchor/src/BaseAnchor.d.ts +25 -20
- package/lib/anchor/src/Link.d.ts +6 -9
- package/lib/anchor/src/Link.js +4 -3
- package/lib/auto-complete/src/AutoComplete.d.ts +52 -59
- package/lib/avatar/src/Avatar.d.ts +27 -30
- package/lib/avatar/src/AvatarGroup.d.ts +13 -17
- package/lib/avatar/src/AvatarGroup.js +5 -2
- package/lib/back-top/src/BackTop.d.ts +48 -33
- package/lib/back-top/src/BackTop.js +1 -3
- package/lib/badge/src/Badge.d.ts +31 -29
- package/lib/badge/src/Badge.js +5 -4
- package/lib/breadcrumb/src/Breadcrumb.d.ts +15 -18
- package/lib/breadcrumb/src/Breadcrumb.js +2 -1
- package/lib/breadcrumb/src/BreadcrumbItem.d.ts +4 -7
- package/lib/button/src/Button.d.ts +53 -61
- package/lib/button/src/Button.js +4 -1
- package/lib/button/src/ButtonGroup.d.ts +10 -11
- package/lib/button/src/ButtonGroup.js +2 -1
- package/lib/calendar/src/Calendar.d.ts +21 -26
- package/lib/calendar/src/Calendar.js +15 -2
- package/lib/card/src/Card.d.ts +32 -37
- package/lib/card/src/Card.js +5 -5
- package/lib/carousel/src/Carousel.d.ts +74 -64
- package/lib/carousel/src/Carousel.js +42 -45
- package/lib/carousel/src/CarouselArrow.d.ts +1 -1
- package/lib/carousel/src/CarouselDots.d.ts +19 -13
- package/lib/carousel/src/CarouselItem.d.ts +2 -2
- package/lib/carousel/src/CarouselItem.js +6 -3
- package/lib/carousel/src/interface.d.ts +10 -3
- package/lib/carousel/src/interface.js +2 -1
- package/lib/carousel/src/styles/index.cssr.js +2 -2
- package/lib/cascader/index.d.ts +1 -1
- package/lib/cascader/src/Cascader.d.ts +105 -84
- package/lib/cascader/src/Cascader.js +14 -26
- package/lib/cascader/src/CascaderMenu.d.ts +34 -24
- package/lib/cascader/src/CascaderMenu.js +1 -3
- package/lib/cascader/src/CascaderOption.d.ts +7 -5
- package/lib/cascader/src/CascaderSelectMenu.d.ts +26 -20
- package/lib/cascader/src/CascaderSubmenu.d.ts +16 -9
- package/lib/cascader/src/interface.d.ts +6 -2
- package/lib/cascader/src/interface.js +2 -1
- package/lib/cascader/styles/light.d.ts +1 -0
- package/lib/checkbox/index.d.ts +1 -0
- package/lib/checkbox/src/Checkbox.d.ts +43 -43
- package/lib/checkbox/src/Checkbox.js +16 -4
- package/lib/checkbox/src/CheckboxGroup.d.ts +23 -24
- package/lib/checkbox/src/CheckboxGroup.js +1 -1
- package/lib/checkbox/src/interface.d.ts +4 -0
- package/lib/code/src/Code.d.ts +24 -32
- package/lib/code/src/styles/index.cssr.js +4 -1
- package/lib/collapse/src/Collapse.d.ts +35 -33
- package/lib/collapse/src/Collapse.js +1 -1
- package/lib/collapse/src/CollapseItem.d.ts +5 -9
- package/lib/collapse/src/CollapseItem.js +7 -14
- package/lib/collapse/src/CollapseItemContent.d.ts +11 -9
- package/lib/collapse-transition/src/CollapseTransition.d.ts +18 -19
- package/lib/color-picker/src/AlphaSlider.d.ts +19 -14
- package/lib/color-picker/src/ColorInput.d.ts +34 -19
- package/lib/color-picker/src/ColorInputUnit.d.ts +15 -11
- package/lib/color-picker/src/ColorPicker.d.ts +46 -51
- package/lib/color-picker/src/ColorPicker.js +1 -3
- package/lib/color-picker/src/ColorPickerSwatches.d.ts +18 -11
- package/lib/color-picker/src/ColorPickerTrigger.d.ts +15 -12
- package/lib/color-picker/src/ColorPreview.d.ts +19 -11
- package/lib/color-picker/src/HueSlider.d.ts +15 -12
- package/lib/color-picker/src/Pallete.d.ts +23 -16
- package/lib/composables/use-theme-vars.d.ts +2 -1
- package/lib/config-provider/src/ConfigProvider.d.ts +30 -37
- package/lib/config-provider/src/ConfigProvider.js +4 -3
- package/lib/config-provider/src/interface.d.ts +4 -1
- package/lib/countdown/src/Countdown.d.ts +18 -17
- package/lib/data-table/index.d.ts +1 -1
- package/lib/data-table/src/DataTable.d.ts +104 -104
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +12 -7
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +36 -19
- package/lib/data-table/src/HeaderButton/RenderFilter.d.ts +14 -9
- package/lib/data-table/src/HeaderButton/RenderSorter.d.ts +10 -7
- package/lib/data-table/src/HeaderButton/SortButton.d.ts +6 -5
- package/lib/data-table/src/HeaderButton/SortButton.js +6 -6
- package/lib/data-table/src/MainTable.d.ts +1 -1
- package/lib/data-table/src/TableParts/Body.d.ts +13 -14
- package/lib/data-table/src/TableParts/Body.js +1 -3
- package/lib/data-table/src/TableParts/BodyCheckbox.d.ts +14 -9
- package/lib/data-table/src/TableParts/Cell.d.ts +865 -855
- package/lib/data-table/src/TableParts/ExpandTrigger.d.ts +11 -9
- package/lib/data-table/src/TableParts/Header.d.ts +8 -5
- package/lib/data-table/src/TableParts/SelectionMenu.d.ts +6 -5
- package/lib/data-table/src/interface.d.ts +9 -6
- package/lib/data-table/src/interface.js +2 -1
- package/lib/data-table/src/styles/index.cssr.js +7 -7
- package/lib/data-table/styles/light.d.ts +1 -0
- package/lib/date-picker/index.d.ts +1 -0
- package/lib/date-picker/src/DatePicker.d.ts +72 -93
- package/lib/date-picker/src/DatePicker.js +16 -61
- package/lib/date-picker/src/interface.d.ts +6 -3
- package/lib/date-picker/src/interface.js +2 -1
- package/lib/date-picker/src/panel/date.d.ts +77 -34
- package/lib/date-picker/src/panel/date.js +8 -6
- package/lib/date-picker/src/panel/daterange.d.ts +31 -26
- package/lib/date-picker/src/panel/daterange.js +8 -8
- package/lib/date-picker/src/panel/datetime.d.ts +41 -30
- package/lib/date-picker/src/panel/datetime.js +6 -4
- package/lib/date-picker/src/panel/datetimerange.d.ts +31 -26
- package/lib/date-picker/src/panel/datetimerange.js +7 -7
- package/lib/date-picker/src/panel/month.d.ts +48 -32
- package/lib/date-picker/src/panel/month.js +12 -3
- package/lib/date-picker/src/panel/panelHeader.d.ts +2435 -0
- package/lib/date-picker/src/panel/panelHeader.js +77 -0
- package/lib/date-picker/src/panel/use-calendar.d.ts +16 -4
- package/lib/date-picker/src/panel/use-calendar.js +41 -2
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +6 -0
- package/lib/date-picker/src/panel/use-dual-calendar.js +10 -1
- package/lib/date-picker/src/panel/use-panel-common.d.ts +2 -0
- package/lib/date-picker/src/panel/use-panel-common.js +7 -1
- package/lib/date-picker/src/styles/index.cssr.js +5 -2
- package/lib/descriptions/src/Descriptions.d.ts +33 -33
- package/lib/descriptions/src/DescriptionsItem.d.ts +9 -12
- package/lib/dialog/src/Dialog.d.ts +32 -43
- package/lib/dialog/src/Dialog.js +26 -19
- package/lib/dialog/src/DialogEnvironment.d.ts +41 -46
- package/lib/dialog/src/DialogProvider.d.ts +7 -10
- package/lib/dialog/src/DialogProvider.js +2 -2
- package/lib/divider/src/Divider.d.ts +14 -19
- package/lib/drawer/src/Drawer.d.ts +89 -52
- package/lib/drawer/src/Drawer.js +17 -6
- package/lib/drawer/src/DrawerBodyWrapper.d.ts +40 -16
- package/lib/drawer/src/DrawerBodyWrapper.js +11 -2
- package/lib/drawer/src/DrawerContent.d.ts +15 -20
- package/lib/drawer/src/interface.d.ts +3 -3
- package/lib/drawer/src/interface.js +3 -2
- package/lib/dropdown/src/Dropdown.d.ts +110 -101
- package/lib/dropdown/src/Dropdown.js +1 -1
- package/lib/dropdown/src/DropdownDivider.d.ts +6 -5
- package/lib/dropdown/src/DropdownGroup.d.ts +14 -9
- package/lib/dropdown/src/DropdownGroupHeader.d.ts +10 -7
- package/lib/dropdown/src/DropdownMenu.d.ts +18 -16
- package/lib/dropdown/src/DropdownMenu.js +2 -1
- package/lib/dropdown/src/DropdownOption.d.ts +19 -14
- package/lib/dropdown/src/DropdownOption.js +1 -1
- package/lib/dropdown/src/DropdownRenderOption.d.ts +6 -5
- package/lib/dynamic-input/src/DynamicInput.d.ts +50 -45
- package/lib/dynamic-input/src/DynamicInput.js +1 -1
- package/lib/dynamic-input/src/InputPreset.d.ts +16 -14
- package/lib/dynamic-input/src/PairPreset.d.ts +23 -18
- package/lib/dynamic-input/src/interface.d.ts +2 -2
- package/lib/dynamic-input/src/interface.js +2 -1
- package/lib/dynamic-tags/src/DynamicTags.d.ts +41 -41
- package/lib/element/src/Element.d.ts +9 -12
- package/lib/ellipsis/src/Ellipsis.d.ts +14 -19
- package/lib/empty/src/Empty.d.ts +23 -24
- package/lib/empty/src/Empty.js +4 -8
- package/lib/form/src/Feedbacks.d.ts +8 -10
- package/lib/form/src/Form.d.ts +39 -39
- package/lib/form/src/FormItem.d.ts +36 -51
- package/lib/form/src/FormItem.js +6 -2
- package/lib/form/src/FormItemCol.d.ts +52 -59
- package/lib/form/src/FormItemGridItem.d.ts +52 -65
- package/lib/form/src/FormItemRow.d.ts +58 -65
- package/lib/form/src/interface.d.ts +3 -3
- package/lib/form/src/interface.js +3 -2
- package/lib/global-style/src/GlobalStyle.d.ts +1 -1
- package/lib/gradient-text/src/GradientText.d.ts +16 -23
- package/lib/grid/src/Grid.d.ts +27 -22
- package/lib/grid/src/Grid.js +1 -1
- package/lib/grid/src/GridItem.d.ts +18 -18
- package/lib/grid/src/GridItem.js +2 -1
- package/lib/icon/src/Icon.d.ts +11 -18
- package/lib/image/src/Image.d.ts +28 -41
- package/lib/image/src/ImageGroup.d.ts +15 -19
- package/lib/image/src/ImageGroup.js +2 -1
- package/lib/image/src/ImagePreview.d.ts +20 -23
- package/lib/image/src/ImagePreview.js +9 -5
- package/lib/index.d.ts +1 -1
- package/lib/index.js +2 -1
- package/lib/input/src/Input.d.ts +108 -110
- package/lib/input/src/Input.js +74 -33
- package/lib/input/src/InputGroup.d.ts +5 -9
- package/lib/input/src/InputGroupLabel.d.ts +16 -17
- package/lib/input/src/InputGroupLabel.js +3 -2
- package/lib/input/src/WordCount.d.ts +1 -1
- package/lib/input/src/interface.d.ts +2 -2
- package/lib/input/src/interface.js +2 -1
- package/lib/input/src/styles/input.cssr.js +45 -62
- package/lib/input-number/src/InputNumber.d.ts +59 -58
- package/lib/layout/src/Layout.d.ts +90 -65
- package/lib/layout/src/Layout.js +2 -1
- package/lib/layout/src/LayoutContent.d.ts +33 -31
- package/lib/layout/src/LayoutFooter.d.ts +14 -19
- package/lib/layout/src/LayoutHeader.d.ts +17 -19
- package/lib/layout/src/LayoutSider.d.ts +64 -61
- package/lib/layout/src/LayoutSider.js +2 -1
- package/lib/layout/src/ToggleBar.d.ts +7 -8
- package/lib/layout/src/ToggleButton.d.ts +7 -8
- package/lib/layout/src/interface.d.ts +2 -2
- package/lib/layout/src/interface.js +2 -1
- package/lib/layout/src/styles/layout-sider.cssr.js +15 -7
- package/lib/legacy-grid/src/Col.d.ts +18 -11
- package/lib/legacy-grid/src/Row.d.ts +11 -13
- package/lib/legacy-grid/src/Row.js +1 -1
- package/lib/list/src/List.d.ts +19 -20
- package/lib/list/src/List.js +6 -4
- package/lib/list/src/ListItem.d.ts +1 -1
- package/lib/list/src/ListItem.js +2 -2
- package/lib/loading-bar/src/LoadingBar.d.ts +1 -1
- package/lib/loading-bar/src/LoadingBarProvider.d.ts +22 -23
- package/lib/loading-bar/src/LoadingBarProvider.js +6 -5
- package/lib/locales/common/esAR.d.ts +109 -0
- package/lib/locales/common/esAR.js +112 -0
- package/lib/locales/common/itIT.d.ts +3 -0
- package/lib/locales/common/itIT.js +111 -0
- package/lib/locales/date/esAR.d.ts +3 -0
- package/lib/locales/date/esAR.js +11 -0
- package/lib/locales/date/itIT.d.ts +3 -0
- package/lib/locales/date/itIT.js +11 -0
- package/lib/locales/index.d.ts +4 -0
- package/lib/locales/index.js +9 -1
- package/lib/log/src/Log.d.ts +48 -46
- package/lib/log/src/Log.js +1 -1
- package/lib/log/src/LogLine.d.ts +6 -5
- package/lib/log/src/LogLoader.d.ts +6 -5
- package/lib/mention/src/Mention.d.ts +55 -56
- package/lib/menu/src/Menu.d.ts +87 -88
- package/lib/menu/src/Menu.js +1 -1
- package/lib/menu/src/MenuDivider.d.ts +1 -1
- package/lib/menu/src/MenuOption.d.ts +22 -295
- package/lib/menu/src/MenuOption.js +2 -1
- package/lib/menu/src/MenuOptionContent.d.ts +33 -305
- package/lib/menu/src/MenuOptionGroup.d.ts +20 -20
- package/lib/menu/src/MenuOptionGroup.js +3 -2
- package/lib/menu/src/Submenu.d.ts +35 -301
- package/lib/menu/src/Submenu.js +4 -2
- package/lib/menu/src/use-menu-child-props.d.ts +2 -1
- package/lib/menu/src/use-menu-child.d.ts +5 -7
- package/lib/menu/src/use-menu-child.js +1 -3
- package/lib/message/src/Message.d.ts +15 -35
- package/lib/message/src/MessageEnvironment.d.ts +26 -34
- package/lib/message/src/MessageProvider.d.ts +24 -30
- package/lib/message/src/MessageProvider.js +6 -6
- package/lib/modal/src/BodyWrapper.d.ts +96 -72
- package/lib/modal/src/BodyWrapper.js +12 -9
- package/lib/modal/src/Modal.d.ts +125 -968
- package/lib/modal/src/Modal.js +18 -6
- package/lib/modal/src/interface.d.ts +3 -3
- package/lib/modal/src/interface.js +3 -2
- package/lib/notification/src/Notification.d.ts +20 -22
- package/lib/notification/src/NotificationContainer.d.ts +10 -7
- package/lib/notification/src/NotificationEnvironment.d.ts +32 -40
- package/lib/notification/src/NotificationProvider.d.ts +32 -35
- package/lib/notification/src/NotificationProvider.js +6 -6
- package/lib/number-animation/src/NumberAnimation.d.ts +27 -15
- package/lib/number-animation/src/NumberAnimation.js +19 -4
- package/lib/page-header/src/PageHeader.d.ts +12 -20
- package/lib/page-header/src/PageHeader.js +4 -5
- package/lib/pagination/src/Pagination.d.ts +59 -59
- package/lib/pagination/styles/light.d.ts +1 -0
- package/lib/popconfirm/src/Popconfirm.d.ts +90 -87
- package/lib/popconfirm/src/PopconfirmPanel.d.ts +16 -14
- package/lib/popconfirm/src/PopconfirmPanel.js +3 -4
- package/lib/popconfirm/src/interface.d.ts +2 -2
- package/lib/popconfirm/src/interface.js +2 -1
- package/lib/popover/src/Popover.d.ts +88 -79
- package/lib/popover/src/PopoverBody.d.ts +32 -53
- package/lib/popover/src/PopoverBody.js +15 -12
- package/lib/popover/src/interface.d.ts +2 -2
- package/lib/popover/src/interface.js +2 -1
- package/lib/popselect/src/Popselect.d.ts +92 -97
- package/lib/popselect/src/PopselectPanel.d.ts +24 -30
- package/lib/popselect/src/interface.d.ts +2 -2
- package/lib/popselect/src/interface.js +2 -1
- package/lib/progress/src/Circle.d.ts +35 -28
- package/lib/progress/src/Line.d.ts +37 -32
- package/lib/progress/src/MultipleCircle.d.ts +38 -21
- package/lib/progress/src/Progress.d.ts +54 -51
- package/lib/radio/src/Radio.d.ts +30 -31
- package/lib/radio/src/RadioButton.d.ts +24 -22
- package/lib/radio/src/RadioGroup.d.ts +21 -27
- package/lib/radio/src/use-radio.d.ts +2 -2
- package/lib/radio/src/use-radio.js +1 -1
- package/lib/rate/src/Rate.d.ts +26 -31
- package/lib/result/src/Result.d.ts +18 -21
- package/lib/scrollbar/src/ScrollBar.d.ts +10 -17
- package/lib/select/index.d.ts +1 -1
- package/lib/select/src/Select.d.ts +127 -95
- package/lib/select/src/Select.js +25 -40
- package/lib/select/src/interface.d.ts +4 -0
- package/lib/select/styles/light.d.ts +1 -0
- package/lib/skeleton/src/Skeleton.d.ts +26 -31
- package/lib/slider/src/Slider.d.ts +49 -47
- package/lib/slider/src/Slider.js +2 -1
- package/lib/space/src/Space.d.ts +24 -27
- package/lib/spin/src/Spin.d.ts +28 -27
- package/lib/statistic/src/Statistic.d.ts +11 -19
- package/lib/statistic/src/Statistic.js +2 -2
- package/lib/steps/src/Step.d.ts +9 -12
- package/lib/steps/src/Step.js +4 -6
- package/lib/steps/src/Steps.d.ts +20 -23
- package/lib/steps/src/Steps.js +1 -1
- package/lib/switch/src/Switch.d.ts +45 -40
- package/lib/table/src/Table.d.ts +26 -25
- package/lib/table/src/Tbody.d.ts +1 -1
- package/lib/table/src/Td.d.ts +1 -1
- package/lib/table/src/Th.d.ts +1 -1
- package/lib/table/src/Thead.d.ts +1 -1
- package/lib/table/src/Tr.d.ts +1 -1
- package/lib/tabs/src/Tab.d.ts +30 -37
- package/lib/tabs/src/Tab.js +10 -3
- package/lib/tabs/src/TabPane.d.ts +32 -38
- package/lib/tabs/src/TabPane.js +12 -13
- package/lib/tabs/src/Tabs.d.ts +37 -52
- package/lib/tabs/src/Tabs.js +3 -3
- package/lib/tabs/src/interface.d.ts +2 -2
- package/lib/tabs/src/interface.js +2 -1
- package/lib/tag/src/Tag.d.ts +42 -47
- package/lib/tag/src/Tag.js +1 -1
- package/lib/theme-editor/src/ThemeEditor.d.ts +1 -1
- package/lib/theme-editor/src/ThemeEditor.js +160 -157
- package/lib/themes/index.d.ts +1 -0
- package/lib/themes/index.js +3 -1
- package/lib/thing/src/Thing.d.ts +16 -23
- package/lib/thing/src/Thing.js +19 -23
- package/lib/time/src/Time.d.ts +18 -18
- package/lib/time-picker/index.d.ts +1 -0
- package/lib/time-picker/src/Panel.d.ts +75 -72
- package/lib/time-picker/src/PanelCol.d.ts +15 -12
- package/lib/time-picker/src/TimePicker.d.ts +99 -86
- package/lib/time-picker/src/TimePicker.js +17 -41
- package/lib/time-picker/src/interface.d.ts +6 -2
- package/lib/time-picker/src/interface.js +2 -1
- package/lib/timeline/src/Timeline.d.ts +21 -24
- package/lib/timeline/src/Timeline.js +2 -1
- package/lib/timeline/src/TimelineItem.d.ts +10 -14
- package/lib/timeline/src/TimelineItem.js +3 -3
- package/lib/tooltip/src/Tooltip.d.ts +82 -77
- package/lib/transfer/src/Transfer.d.ts +39 -43
- package/lib/transfer/src/TransferFilter.d.ts +17 -16
- package/lib/transfer/src/TransferHeader.d.ts +11 -10
- package/lib/transfer/src/TransferList.d.ts +35 -19
- package/lib/transfer/src/TransferListItem.d.ts +18 -11
- package/lib/transfer/src/interface.d.ts +2 -2
- package/lib/transfer/src/interface.js +2 -1
- package/lib/tree/src/MotionWrapper.d.ts +19 -14
- package/lib/tree/src/Tree.d.ts +124 -135
- package/lib/tree/src/TreeNode.d.ts +10 -7
- package/lib/tree/src/TreeNodeCheckbox.d.ts +11 -16
- package/lib/tree/src/TreeNodeContent.d.ts +15 -18
- package/lib/tree/src/TreeNodeSwitcher.d.ts +10 -14
- package/lib/tree/src/interface.d.ts +2 -2
- package/lib/tree/src/interface.js +2 -1
- package/lib/tree-select/src/TreeSelect.d.ts +112 -97
- package/lib/tree-select/src/TreeSelect.js +1 -3
- package/lib/tree-select/src/interface.d.ts +2 -2
- package/lib/tree-select/src/interface.js +2 -1
- package/lib/tree-select/styles/light.d.ts +1 -0
- package/lib/typography/src/a.d.ts +8 -12
- package/lib/typography/src/blockquote.d.ts +9 -15
- package/lib/typography/src/create-header.d.ts +14 -19
- package/lib/typography/src/headers.d.ts +84 -114
- package/lib/typography/src/hr.d.ts +8 -12
- package/lib/typography/src/li.d.ts +1 -1
- package/lib/typography/src/ol.d.ts +9 -15
- package/lib/typography/src/p.d.ts +9 -14
- package/lib/typography/src/text.d.ts +24 -31
- package/lib/typography/src/text.js +3 -2
- package/lib/typography/src/ul.d.ts +9 -15
- package/lib/upload/src/Upload.d.ts +85 -84
- package/lib/upload/src/Upload.js +5 -2
- package/lib/upload/src/UploadDragger.d.ts +1 -1
- package/lib/upload/src/UploadFile.d.ts +14 -9
- package/lib/upload/src/UploadFileList.d.ts +1 -1
- package/lib/upload/src/UploadProgress.d.ts +11 -9
- package/lib/upload/src/UploadTrigger.d.ts +3 -5
- package/lib/upload/src/interface.d.ts +3 -2
- package/lib/upload/src/interface.js +2 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +9 -9
- package/volar.d.ts +144 -0
- package/web-types.json +125 -18
|
@@ -532,6 +532,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
532
532
|
clearColorHover: string;
|
|
533
533
|
clearColorPressed: string;
|
|
534
534
|
paddingSingle: string;
|
|
535
|
+
paddingMultiple: string;
|
|
535
536
|
clearSize: string;
|
|
536
537
|
arrowSize: string;
|
|
537
538
|
}, {
|
|
@@ -791,6 +792,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
791
792
|
clearColorHover: string;
|
|
792
793
|
clearColorPressed: string;
|
|
793
794
|
paddingSingle: string;
|
|
795
|
+
paddingMultiple: string;
|
|
794
796
|
clearSize: string;
|
|
795
797
|
arrowSize: string;
|
|
796
798
|
}, {
|
|
@@ -969,794 +971,955 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
969
971
|
}>;
|
|
970
972
|
required: true;
|
|
971
973
|
};
|
|
972
|
-
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
973
|
-
row
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
974
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
975
|
+
row: {
|
|
976
|
+
type: PropType<InternalRowData>;
|
|
977
|
+
required: true;
|
|
978
|
+
};
|
|
979
|
+
index: {
|
|
980
|
+
type: NumberConstructor;
|
|
981
|
+
required: true;
|
|
982
|
+
};
|
|
983
|
+
column: {
|
|
984
|
+
type: PropType<TableBaseColumn<InternalRowData>>;
|
|
985
|
+
required: true;
|
|
986
|
+
};
|
|
987
|
+
isSummary: BooleanConstructor;
|
|
982
988
|
mergedTheme: {
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
placeholderColor: string;
|
|
1011
|
-
placeholderColorDisabled: string;
|
|
1012
|
-
iconColor: string;
|
|
1013
|
-
iconColorHover: string;
|
|
1014
|
-
iconColorPressed: string;
|
|
1015
|
-
iconColorDisabled: string;
|
|
1016
|
-
opacity1: string;
|
|
1017
|
-
opacity2: string;
|
|
1018
|
-
opacity3: string;
|
|
1019
|
-
opacity4: string;
|
|
1020
|
-
opacity5: string;
|
|
1021
|
-
dividerColor: string;
|
|
1022
|
-
borderColor: string;
|
|
1023
|
-
closeColor: string;
|
|
1024
|
-
closeColorHover: string;
|
|
1025
|
-
closeColorPressed: string;
|
|
1026
|
-
closeColorDisabled: string;
|
|
1027
|
-
clearColor: string;
|
|
1028
|
-
clearColorHover: string;
|
|
1029
|
-
clearColorPressed: string;
|
|
1030
|
-
scrollbarColor: string;
|
|
1031
|
-
scrollbarColorHover: string;
|
|
1032
|
-
scrollbarWidth: string;
|
|
1033
|
-
scrollbarHeight: string;
|
|
1034
|
-
scrollbarBorderRadius: string;
|
|
1035
|
-
progressRailColor: string;
|
|
1036
|
-
railColor: string;
|
|
1037
|
-
popoverColor: string;
|
|
1038
|
-
tableColor: string;
|
|
1039
|
-
cardColor: string;
|
|
1040
|
-
modalColor: string;
|
|
1041
|
-
bodyColor: string;
|
|
1042
|
-
tagColor: string;
|
|
1043
|
-
avatarColor: string;
|
|
1044
|
-
invertedColor: string;
|
|
1045
|
-
inputColor: string;
|
|
1046
|
-
codeColor: string;
|
|
1047
|
-
tabColor: string;
|
|
1048
|
-
actionColor: string;
|
|
1049
|
-
tableHeaderColor: string;
|
|
1050
|
-
hoverColor: string;
|
|
1051
|
-
tableColorHover: string;
|
|
1052
|
-
tableColorStriped: string;
|
|
1053
|
-
pressedColor: string;
|
|
1054
|
-
opacityDisabled: string;
|
|
1055
|
-
inputColorDisabled: string;
|
|
1056
|
-
buttonColor2: string;
|
|
1057
|
-
buttonColor2Hover: string;
|
|
1058
|
-
buttonColor2Pressed: string;
|
|
1059
|
-
boxShadow1: string;
|
|
1060
|
-
boxShadow2: string;
|
|
1061
|
-
boxShadow3: string;
|
|
1062
|
-
fontFamily: string;
|
|
1063
|
-
fontFamilyMono: string;
|
|
1064
|
-
fontWeight: string;
|
|
1065
|
-
fontWeightStrong: string;
|
|
1066
|
-
cubicBezierEaseInOut: string;
|
|
1067
|
-
cubicBezierEaseOut: string;
|
|
1068
|
-
cubicBezierEaseIn: string;
|
|
1069
|
-
borderRadius: string;
|
|
1070
|
-
borderRadiusSmall: string;
|
|
1071
|
-
fontSize: string;
|
|
1072
|
-
fontSizeTiny: string;
|
|
1073
|
-
fontSizeSmall: string;
|
|
1074
|
-
fontSizeMedium: string;
|
|
1075
|
-
fontSizeLarge: string;
|
|
1076
|
-
fontSizeHuge: string;
|
|
1077
|
-
lineHeight: string;
|
|
1078
|
-
heightTiny: string;
|
|
1079
|
-
heightSmall: string;
|
|
1080
|
-
heightMedium: string;
|
|
1081
|
-
heightLarge: string;
|
|
1082
|
-
heightHuge: string;
|
|
1083
|
-
transformDebounceScale: string;
|
|
1084
|
-
name: "common";
|
|
1085
|
-
};
|
|
1086
|
-
self: {
|
|
1087
|
-
actionDividerColor: string;
|
|
1088
|
-
lineHeight: string;
|
|
1089
|
-
borderRadius: string;
|
|
1090
|
-
fontSizeSmall: string;
|
|
1091
|
-
fontSizeMedium: string;
|
|
1092
|
-
fontSizeLarge: string;
|
|
1093
|
-
borderColor: string;
|
|
1094
|
-
tdColorHover: string;
|
|
1095
|
-
tdColorStriped: string;
|
|
1096
|
-
thColor: string;
|
|
1097
|
-
thColorHover: string;
|
|
1098
|
-
tdColor: string;
|
|
1099
|
-
tdTextColor: string;
|
|
1100
|
-
thTextColor: string;
|
|
1101
|
-
thFontWeight: string;
|
|
1102
|
-
thButtonColorHover: string;
|
|
1103
|
-
thIconColor: string;
|
|
1104
|
-
thIconColorActive: string;
|
|
1105
|
-
borderColorModal: string;
|
|
1106
|
-
tdColorHoverModal: string;
|
|
1107
|
-
tdColorStripedModal: string;
|
|
1108
|
-
thColorModal: string;
|
|
1109
|
-
thColorHoverModal: string;
|
|
1110
|
-
tdColorModal: string;
|
|
1111
|
-
borderColorPopover: string;
|
|
1112
|
-
tdColorHoverPopover: string;
|
|
1113
|
-
tdColorStripedPopover: string;
|
|
1114
|
-
thColorPopover: string;
|
|
1115
|
-
thColorHoverPopover: string;
|
|
1116
|
-
tdColorPopover: string;
|
|
1117
|
-
boxShadowBefore: string;
|
|
1118
|
-
boxShadowAfter: string;
|
|
1119
|
-
loadingColor: string;
|
|
1120
|
-
loadingSize: string;
|
|
1121
|
-
opacityLoading: string;
|
|
1122
|
-
thPaddingSmall: string;
|
|
1123
|
-
thPaddingMedium: string;
|
|
1124
|
-
thPaddingLarge: string;
|
|
1125
|
-
tdPaddingSmall: string;
|
|
1126
|
-
tdPaddingMedium: string;
|
|
1127
|
-
tdPaddingLarge: string;
|
|
1128
|
-
sorterSize: string;
|
|
1129
|
-
filterSize: string;
|
|
1130
|
-
paginationMargin: string;
|
|
1131
|
-
emptyPadding: string;
|
|
1132
|
-
actionPadding: string;
|
|
1133
|
-
actionButtonMargin: string;
|
|
1134
|
-
};
|
|
1135
|
-
peers: {
|
|
1136
|
-
Button: import("../../../_mixins").Theme<"Button", {
|
|
1137
|
-
heightTiny: string;
|
|
1138
|
-
heightSmall: string;
|
|
1139
|
-
heightMedium: string;
|
|
1140
|
-
heightLarge: string;
|
|
1141
|
-
borderRadiusTiny: string;
|
|
1142
|
-
borderRadiusSmall: string;
|
|
1143
|
-
borderRadiusMedium: string;
|
|
1144
|
-
borderRadiusLarge: string;
|
|
1145
|
-
fontSizeTiny: string;
|
|
1146
|
-
fontSizeSmall: string;
|
|
1147
|
-
fontSizeMedium: string;
|
|
1148
|
-
fontSizeLarge: string;
|
|
1149
|
-
opacityDisabled: string;
|
|
1150
|
-
colorOpacitySecondary: string;
|
|
1151
|
-
colorOpacitySecondaryHover: string;
|
|
1152
|
-
colorOpacitySecondaryPressed: string;
|
|
1153
|
-
colorSecondary: string;
|
|
1154
|
-
colorSecondaryHover: string;
|
|
1155
|
-
colorSecondaryPressed: string;
|
|
1156
|
-
colorTertiary: string;
|
|
1157
|
-
colorTertiaryHover: string;
|
|
1158
|
-
colorTertiaryPressed: string;
|
|
1159
|
-
colorQuaternary: string;
|
|
1160
|
-
colorQuaternaryHover: string;
|
|
1161
|
-
colorQuaternaryPressed: string;
|
|
1162
|
-
color: string;
|
|
1163
|
-
colorHover: string;
|
|
1164
|
-
colorPressed: string;
|
|
1165
|
-
colorFocus: string;
|
|
1166
|
-
colorDisabled: string;
|
|
1167
|
-
textColor: string;
|
|
1168
|
-
textColorTertiary: string;
|
|
1169
|
-
textColorHover: string;
|
|
1170
|
-
textColorPressed: string;
|
|
1171
|
-
textColorFocus: string;
|
|
989
|
+
type: PropType<{
|
|
990
|
+
common: {
|
|
991
|
+
baseColor: string;
|
|
992
|
+
primaryColor: string;
|
|
993
|
+
primaryColorHover: string;
|
|
994
|
+
primaryColorPressed: string;
|
|
995
|
+
primaryColorSuppl: string;
|
|
996
|
+
infoColor: string;
|
|
997
|
+
infoColorHover: string;
|
|
998
|
+
infoColorPressed: string;
|
|
999
|
+
infoColorSuppl: string;
|
|
1000
|
+
successColor: string;
|
|
1001
|
+
successColorHover: string;
|
|
1002
|
+
successColorPressed: string;
|
|
1003
|
+
successColorSuppl: string;
|
|
1004
|
+
warningColor: string;
|
|
1005
|
+
warningColorHover: string;
|
|
1006
|
+
warningColorPressed: string;
|
|
1007
|
+
warningColorSuppl: string;
|
|
1008
|
+
errorColor: string;
|
|
1009
|
+
errorColorHover: string;
|
|
1010
|
+
errorColorPressed: string;
|
|
1011
|
+
errorColorSuppl: string;
|
|
1012
|
+
textColorBase: string;
|
|
1013
|
+
textColor1: string;
|
|
1014
|
+
textColor2: string;
|
|
1015
|
+
textColor3: string;
|
|
1172
1016
|
textColorDisabled: string;
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
textColorTextPressedInfo: string;
|
|
1228
|
-
textColorTextFocusInfo: string;
|
|
1229
|
-
textColorTextDisabledInfo: string;
|
|
1230
|
-
textColorGhostInfo: string;
|
|
1231
|
-
textColorGhostHoverInfo: string;
|
|
1232
|
-
textColorGhostPressedInfo: string;
|
|
1233
|
-
textColorGhostFocusInfo: string;
|
|
1234
|
-
textColorGhostDisabledInfo: string;
|
|
1235
|
-
borderInfo: string;
|
|
1236
|
-
borderHoverInfo: string;
|
|
1237
|
-
borderPressedInfo: string;
|
|
1238
|
-
borderFocusInfo: string;
|
|
1239
|
-
borderDisabledInfo: string;
|
|
1240
|
-
rippleColorInfo: string;
|
|
1241
|
-
colorSuccess: string;
|
|
1242
|
-
colorHoverSuccess: string;
|
|
1243
|
-
colorPressedSuccess: string;
|
|
1244
|
-
colorFocusSuccess: string;
|
|
1245
|
-
colorDisabledSuccess: string;
|
|
1246
|
-
textColorSuccess: string;
|
|
1247
|
-
textColorHoverSuccess: string;
|
|
1248
|
-
textColorPressedSuccess: string;
|
|
1249
|
-
textColorFocusSuccess: string;
|
|
1250
|
-
textColorDisabledSuccess: string;
|
|
1251
|
-
textColorTextSuccess: string;
|
|
1252
|
-
textColorTextHoverSuccess: string;
|
|
1253
|
-
textColorTextPressedSuccess: string;
|
|
1254
|
-
textColorTextFocusSuccess: string;
|
|
1255
|
-
textColorTextDisabledSuccess: string;
|
|
1256
|
-
textColorGhostSuccess: string;
|
|
1257
|
-
textColorGhostHoverSuccess: string;
|
|
1258
|
-
textColorGhostPressedSuccess: string;
|
|
1259
|
-
textColorGhostFocusSuccess: string;
|
|
1260
|
-
textColorGhostDisabledSuccess: string;
|
|
1261
|
-
borderSuccess: string;
|
|
1262
|
-
borderHoverSuccess: string;
|
|
1263
|
-
borderPressedSuccess: string;
|
|
1264
|
-
borderFocusSuccess: string;
|
|
1265
|
-
borderDisabledSuccess: string;
|
|
1266
|
-
rippleColorSuccess: string;
|
|
1267
|
-
colorWarning: string;
|
|
1268
|
-
colorHoverWarning: string;
|
|
1269
|
-
colorPressedWarning: string;
|
|
1270
|
-
colorFocusWarning: string;
|
|
1271
|
-
colorDisabledWarning: string;
|
|
1272
|
-
textColorWarning: string;
|
|
1273
|
-
textColorHoverWarning: string;
|
|
1274
|
-
textColorPressedWarning: string;
|
|
1275
|
-
textColorFocusWarning: string;
|
|
1276
|
-
textColorDisabledWarning: string;
|
|
1277
|
-
textColorTextWarning: string;
|
|
1278
|
-
textColorTextHoverWarning: string;
|
|
1279
|
-
textColorTextPressedWarning: string;
|
|
1280
|
-
textColorTextFocusWarning: string;
|
|
1281
|
-
textColorTextDisabledWarning: string;
|
|
1282
|
-
textColorGhostWarning: string;
|
|
1283
|
-
textColorGhostHoverWarning: string;
|
|
1284
|
-
textColorGhostPressedWarning: string;
|
|
1285
|
-
textColorGhostFocusWarning: string;
|
|
1286
|
-
textColorGhostDisabledWarning: string;
|
|
1287
|
-
borderWarning: string;
|
|
1288
|
-
borderHoverWarning: string;
|
|
1289
|
-
borderPressedWarning: string;
|
|
1290
|
-
borderFocusWarning: string;
|
|
1291
|
-
borderDisabledWarning: string;
|
|
1292
|
-
rippleColorWarning: string;
|
|
1293
|
-
colorError: string;
|
|
1294
|
-
colorHoverError: string;
|
|
1295
|
-
colorPressedError: string;
|
|
1296
|
-
colorFocusError: string;
|
|
1297
|
-
colorDisabledError: string;
|
|
1298
|
-
textColorError: string;
|
|
1299
|
-
textColorHoverError: string;
|
|
1300
|
-
textColorPressedError: string;
|
|
1301
|
-
textColorFocusError: string;
|
|
1302
|
-
textColorDisabledError: string;
|
|
1303
|
-
textColorTextError: string;
|
|
1304
|
-
textColorTextHoverError: string;
|
|
1305
|
-
textColorTextPressedError: string;
|
|
1306
|
-
textColorTextFocusError: string;
|
|
1307
|
-
textColorTextDisabledError: string;
|
|
1308
|
-
textColorGhostError: string;
|
|
1309
|
-
textColorGhostHoverError: string;
|
|
1310
|
-
textColorGhostPressedError: string;
|
|
1311
|
-
textColorGhostFocusError: string;
|
|
1312
|
-
textColorGhostDisabledError: string;
|
|
1313
|
-
borderError: string;
|
|
1314
|
-
borderHoverError: string;
|
|
1315
|
-
borderPressedError: string;
|
|
1316
|
-
borderFocusError: string;
|
|
1317
|
-
borderDisabledError: string;
|
|
1318
|
-
rippleColorError: string;
|
|
1319
|
-
waveOpacity: string;
|
|
1017
|
+
placeholderColor: string;
|
|
1018
|
+
placeholderColorDisabled: string;
|
|
1019
|
+
iconColor: string;
|
|
1020
|
+
iconColorHover: string;
|
|
1021
|
+
iconColorPressed: string;
|
|
1022
|
+
iconColorDisabled: string;
|
|
1023
|
+
opacity1: string;
|
|
1024
|
+
opacity2: string;
|
|
1025
|
+
opacity3: string;
|
|
1026
|
+
opacity4: string;
|
|
1027
|
+
opacity5: string;
|
|
1028
|
+
dividerColor: string;
|
|
1029
|
+
borderColor: string;
|
|
1030
|
+
closeColor: string;
|
|
1031
|
+
closeColorHover: string;
|
|
1032
|
+
closeColorPressed: string;
|
|
1033
|
+
closeColorDisabled: string;
|
|
1034
|
+
clearColor: string;
|
|
1035
|
+
clearColorHover: string;
|
|
1036
|
+
clearColorPressed: string;
|
|
1037
|
+
scrollbarColor: string;
|
|
1038
|
+
scrollbarColorHover: string;
|
|
1039
|
+
scrollbarWidth: string;
|
|
1040
|
+
scrollbarHeight: string;
|
|
1041
|
+
scrollbarBorderRadius: string;
|
|
1042
|
+
progressRailColor: string;
|
|
1043
|
+
railColor: string;
|
|
1044
|
+
popoverColor: string;
|
|
1045
|
+
tableColor: string;
|
|
1046
|
+
cardColor: string;
|
|
1047
|
+
modalColor: string;
|
|
1048
|
+
bodyColor: string;
|
|
1049
|
+
tagColor: string;
|
|
1050
|
+
avatarColor: string;
|
|
1051
|
+
invertedColor: string;
|
|
1052
|
+
inputColor: string;
|
|
1053
|
+
codeColor: string;
|
|
1054
|
+
tabColor: string;
|
|
1055
|
+
actionColor: string;
|
|
1056
|
+
tableHeaderColor: string;
|
|
1057
|
+
hoverColor: string;
|
|
1058
|
+
tableColorHover: string;
|
|
1059
|
+
tableColorStriped: string;
|
|
1060
|
+
pressedColor: string;
|
|
1061
|
+
opacityDisabled: string;
|
|
1062
|
+
inputColorDisabled: string;
|
|
1063
|
+
buttonColor2: string;
|
|
1064
|
+
buttonColor2Hover: string;
|
|
1065
|
+
buttonColor2Pressed: string;
|
|
1066
|
+
boxShadow1: string;
|
|
1067
|
+
boxShadow2: string;
|
|
1068
|
+
boxShadow3: string;
|
|
1069
|
+
fontFamily: string;
|
|
1070
|
+
fontFamilyMono: string;
|
|
1320
1071
|
fontWeight: string;
|
|
1321
1072
|
fontWeightStrong: string;
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
paddingRoundLarge: string;
|
|
1330
|
-
iconMarginTiny: string;
|
|
1331
|
-
iconMarginSmall: string;
|
|
1332
|
-
iconMarginMedium: string;
|
|
1333
|
-
iconMarginLarge: string;
|
|
1334
|
-
iconSizeTiny: string;
|
|
1335
|
-
iconSizeSmall: string;
|
|
1336
|
-
iconSizeMedium: string;
|
|
1337
|
-
iconSizeLarge: string;
|
|
1338
|
-
rippleDuration: string;
|
|
1339
|
-
}, any>;
|
|
1340
|
-
Checkbox: import("../../../_mixins").Theme<"Checkbox", {
|
|
1073
|
+
cubicBezierEaseInOut: string;
|
|
1074
|
+
cubicBezierEaseOut: string;
|
|
1075
|
+
cubicBezierEaseIn: string;
|
|
1076
|
+
borderRadius: string;
|
|
1077
|
+
borderRadiusSmall: string;
|
|
1078
|
+
fontSize: string;
|
|
1079
|
+
fontSizeTiny: string;
|
|
1341
1080
|
fontSizeSmall: string;
|
|
1342
1081
|
fontSizeMedium: string;
|
|
1343
1082
|
fontSizeLarge: string;
|
|
1083
|
+
fontSizeHuge: string;
|
|
1084
|
+
lineHeight: string;
|
|
1085
|
+
heightTiny: string;
|
|
1086
|
+
heightSmall: string;
|
|
1087
|
+
heightMedium: string;
|
|
1088
|
+
heightLarge: string;
|
|
1089
|
+
heightHuge: string;
|
|
1090
|
+
transformDebounceScale: string;
|
|
1091
|
+
name: "common";
|
|
1092
|
+
};
|
|
1093
|
+
self: {
|
|
1094
|
+
actionDividerColor: string;
|
|
1095
|
+
lineHeight: string;
|
|
1344
1096
|
borderRadius: string;
|
|
1345
|
-
color: string;
|
|
1346
|
-
colorChecked: string;
|
|
1347
|
-
colorDisabled: string;
|
|
1348
|
-
colorDisabledChecked: string;
|
|
1349
|
-
colorTableHeader: string;
|
|
1350
|
-
colorTableHeaderModal: string;
|
|
1351
|
-
colorTableHeaderPopover: string;
|
|
1352
|
-
checkMarkColor: string;
|
|
1353
|
-
checkMarkColorDisabled: string;
|
|
1354
|
-
checkMarkColorDisabledChecked: string;
|
|
1355
|
-
border: string;
|
|
1356
|
-
borderDisabled: string;
|
|
1357
|
-
borderDisabledChecked: string;
|
|
1358
|
-
borderChecked: string;
|
|
1359
|
-
borderFocus: string;
|
|
1360
|
-
boxShadowFocus: string;
|
|
1361
|
-
textColor: string;
|
|
1362
|
-
textColorDisabled: string;
|
|
1363
|
-
sizeSmall: string;
|
|
1364
|
-
sizeMedium: string;
|
|
1365
|
-
sizeLarge: string;
|
|
1366
|
-
labelPadding: string;
|
|
1367
|
-
}, any>;
|
|
1368
|
-
Radio: import("../../../_mixins").Theme<"Radio", {
|
|
1369
|
-
buttonHeightSmall: string;
|
|
1370
|
-
buttonHeightMedium: string;
|
|
1371
|
-
buttonHeightLarge: string;
|
|
1372
1097
|
fontSizeSmall: string;
|
|
1373
1098
|
fontSizeMedium: string;
|
|
1374
1099
|
fontSizeLarge: string;
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1100
|
+
borderColor: string;
|
|
1101
|
+
tdColorHover: string;
|
|
1102
|
+
tdColorStriped: string;
|
|
1103
|
+
thColor: string;
|
|
1104
|
+
thColorHover: string;
|
|
1105
|
+
tdColor: string;
|
|
1106
|
+
tdTextColor: string;
|
|
1107
|
+
thTextColor: string;
|
|
1108
|
+
thFontWeight: string;
|
|
1109
|
+
thButtonColorHover: string;
|
|
1110
|
+
thIconColor: string;
|
|
1111
|
+
thIconColorActive: string;
|
|
1112
|
+
borderColorModal: string;
|
|
1113
|
+
tdColorHoverModal: string;
|
|
1114
|
+
tdColorStripedModal: string;
|
|
1115
|
+
thColorModal: string;
|
|
1116
|
+
thColorHoverModal: string;
|
|
1117
|
+
tdColorModal: string;
|
|
1118
|
+
borderColorPopover: string;
|
|
1119
|
+
tdColorHoverPopover: string;
|
|
1120
|
+
tdColorStripedPopover: string;
|
|
1121
|
+
thColorPopover: string;
|
|
1122
|
+
thColorHoverPopover: string;
|
|
1123
|
+
tdColorPopover: string;
|
|
1124
|
+
boxShadowBefore: string;
|
|
1125
|
+
boxShadowAfter: string;
|
|
1126
|
+
loadingColor: string;
|
|
1127
|
+
loadingSize: string;
|
|
1128
|
+
opacityLoading: string;
|
|
1129
|
+
thPaddingSmall: string;
|
|
1130
|
+
thPaddingMedium: string;
|
|
1131
|
+
thPaddingLarge: string;
|
|
1132
|
+
tdPaddingSmall: string;
|
|
1133
|
+
tdPaddingMedium: string;
|
|
1134
|
+
tdPaddingLarge: string;
|
|
1135
|
+
sorterSize: string;
|
|
1136
|
+
filterSize: string;
|
|
1137
|
+
paginationMargin: string;
|
|
1138
|
+
emptyPadding: string;
|
|
1139
|
+
actionPadding: string;
|
|
1140
|
+
actionButtonMargin: string;
|
|
1141
|
+
};
|
|
1142
|
+
peers: {
|
|
1143
|
+
Button: import("../../../_mixins").Theme<"Button", {
|
|
1144
|
+
heightTiny: string;
|
|
1145
|
+
heightSmall: string;
|
|
1146
|
+
heightMedium: string;
|
|
1147
|
+
heightLarge: string;
|
|
1148
|
+
borderRadiusTiny: string;
|
|
1149
|
+
borderRadiusSmall: string;
|
|
1150
|
+
borderRadiusMedium: string;
|
|
1151
|
+
borderRadiusLarge: string;
|
|
1152
|
+
fontSizeTiny: string;
|
|
1153
|
+
fontSizeSmall: string;
|
|
1154
|
+
fontSizeMedium: string;
|
|
1155
|
+
fontSizeLarge: string;
|
|
1156
|
+
opacityDisabled: string;
|
|
1157
|
+
colorOpacitySecondary: string;
|
|
1158
|
+
colorOpacitySecondaryHover: string;
|
|
1159
|
+
colorOpacitySecondaryPressed: string;
|
|
1160
|
+
colorSecondary: string;
|
|
1161
|
+
colorSecondaryHover: string;
|
|
1162
|
+
colorSecondaryPressed: string;
|
|
1163
|
+
colorTertiary: string;
|
|
1164
|
+
colorTertiaryHover: string;
|
|
1165
|
+
colorTertiaryPressed: string;
|
|
1166
|
+
colorQuaternary: string;
|
|
1167
|
+
colorQuaternaryHover: string;
|
|
1168
|
+
colorQuaternaryPressed: string;
|
|
1169
|
+
color: string;
|
|
1170
|
+
colorHover: string;
|
|
1171
|
+
colorPressed: string;
|
|
1172
|
+
colorFocus: string;
|
|
1173
|
+
colorDisabled: string;
|
|
1174
|
+
textColor: string;
|
|
1175
|
+
textColorTertiary: string;
|
|
1176
|
+
textColorHover: string;
|
|
1177
|
+
textColorPressed: string;
|
|
1178
|
+
textColorFocus: string;
|
|
1179
|
+
textColorDisabled: string;
|
|
1180
|
+
textColorText: string;
|
|
1181
|
+
textColorTextHover: string;
|
|
1182
|
+
textColorTextPressed: string;
|
|
1183
|
+
textColorTextFocus: string;
|
|
1184
|
+
textColorTextDisabled: string;
|
|
1185
|
+
textColorGhost: string;
|
|
1186
|
+
textColorGhostHover: string;
|
|
1187
|
+
textColorGhostPressed: string;
|
|
1188
|
+
textColorGhostFocus: string;
|
|
1189
|
+
textColorGhostDisabled: string;
|
|
1190
|
+
border: string;
|
|
1191
|
+
borderHover: string;
|
|
1192
|
+
borderPressed: string;
|
|
1193
|
+
borderFocus: string;
|
|
1194
|
+
borderDisabled: string;
|
|
1195
|
+
rippleColor: string;
|
|
1196
|
+
colorPrimary: string;
|
|
1197
|
+
colorHoverPrimary: string;
|
|
1198
|
+
colorPressedPrimary: string;
|
|
1199
|
+
colorFocusPrimary: string;
|
|
1200
|
+
colorDisabledPrimary: string;
|
|
1201
|
+
textColorPrimary: string;
|
|
1202
|
+
textColorHoverPrimary: string;
|
|
1203
|
+
textColorPressedPrimary: string;
|
|
1204
|
+
textColorFocusPrimary: string;
|
|
1205
|
+
textColorDisabledPrimary: string;
|
|
1206
|
+
textColorTextPrimary: string;
|
|
1207
|
+
textColorTextHoverPrimary: string;
|
|
1208
|
+
textColorTextPressedPrimary: string;
|
|
1209
|
+
textColorTextFocusPrimary: string;
|
|
1210
|
+
textColorTextDisabledPrimary: string;
|
|
1211
|
+
textColorGhostPrimary: string;
|
|
1212
|
+
textColorGhostHoverPrimary: string;
|
|
1213
|
+
textColorGhostPressedPrimary: string;
|
|
1214
|
+
textColorGhostFocusPrimary: string;
|
|
1215
|
+
textColorGhostDisabledPrimary: string;
|
|
1216
|
+
borderPrimary: string;
|
|
1217
|
+
borderHoverPrimary: string;
|
|
1218
|
+
borderPressedPrimary: string;
|
|
1219
|
+
borderFocusPrimary: string;
|
|
1220
|
+
borderDisabledPrimary: string;
|
|
1221
|
+
rippleColorPrimary: string;
|
|
1222
|
+
colorInfo: string;
|
|
1223
|
+
colorHoverInfo: string;
|
|
1224
|
+
colorPressedInfo: string;
|
|
1225
|
+
colorFocusInfo: string;
|
|
1226
|
+
colorDisabledInfo: string;
|
|
1227
|
+
textColorInfo: string;
|
|
1228
|
+
textColorHoverInfo: string;
|
|
1229
|
+
textColorPressedInfo: string;
|
|
1230
|
+
textColorFocusInfo: string;
|
|
1231
|
+
textColorDisabledInfo: string;
|
|
1232
|
+
textColorTextInfo: string;
|
|
1233
|
+
textColorTextHoverInfo: string;
|
|
1234
|
+
textColorTextPressedInfo: string;
|
|
1235
|
+
textColorTextFocusInfo: string;
|
|
1236
|
+
textColorTextDisabledInfo: string;
|
|
1237
|
+
textColorGhostInfo: string;
|
|
1238
|
+
textColorGhostHoverInfo: string;
|
|
1239
|
+
textColorGhostPressedInfo: string;
|
|
1240
|
+
textColorGhostFocusInfo: string;
|
|
1241
|
+
textColorGhostDisabledInfo: string;
|
|
1242
|
+
borderInfo: string;
|
|
1243
|
+
borderHoverInfo: string;
|
|
1244
|
+
borderPressedInfo: string;
|
|
1245
|
+
borderFocusInfo: string;
|
|
1246
|
+
borderDisabledInfo: string;
|
|
1247
|
+
rippleColorInfo: string;
|
|
1248
|
+
colorSuccess: string;
|
|
1249
|
+
colorHoverSuccess: string;
|
|
1250
|
+
colorPressedSuccess: string;
|
|
1251
|
+
colorFocusSuccess: string;
|
|
1252
|
+
colorDisabledSuccess: string;
|
|
1253
|
+
textColorSuccess: string;
|
|
1254
|
+
textColorHoverSuccess: string;
|
|
1255
|
+
textColorPressedSuccess: string;
|
|
1256
|
+
textColorFocusSuccess: string;
|
|
1257
|
+
textColorDisabledSuccess: string;
|
|
1258
|
+
textColorTextSuccess: string;
|
|
1259
|
+
textColorTextHoverSuccess: string;
|
|
1260
|
+
textColorTextPressedSuccess: string;
|
|
1261
|
+
textColorTextFocusSuccess: string;
|
|
1262
|
+
textColorTextDisabledSuccess: string;
|
|
1263
|
+
textColorGhostSuccess: string;
|
|
1264
|
+
textColorGhostHoverSuccess: string;
|
|
1265
|
+
textColorGhostPressedSuccess: string;
|
|
1266
|
+
textColorGhostFocusSuccess: string;
|
|
1267
|
+
textColorGhostDisabledSuccess: string;
|
|
1268
|
+
borderSuccess: string;
|
|
1269
|
+
borderHoverSuccess: string;
|
|
1270
|
+
borderPressedSuccess: string;
|
|
1271
|
+
borderFocusSuccess: string;
|
|
1272
|
+
borderDisabledSuccess: string;
|
|
1273
|
+
rippleColorSuccess: string;
|
|
1274
|
+
colorWarning: string;
|
|
1275
|
+
colorHoverWarning: string;
|
|
1276
|
+
colorPressedWarning: string;
|
|
1277
|
+
colorFocusWarning: string;
|
|
1278
|
+
colorDisabledWarning: string;
|
|
1279
|
+
textColorWarning: string;
|
|
1280
|
+
textColorHoverWarning: string;
|
|
1281
|
+
textColorPressedWarning: string;
|
|
1282
|
+
textColorFocusWarning: string;
|
|
1283
|
+
textColorDisabledWarning: string;
|
|
1284
|
+
textColorTextWarning: string;
|
|
1285
|
+
textColorTextHoverWarning: string;
|
|
1286
|
+
textColorTextPressedWarning: string;
|
|
1287
|
+
textColorTextFocusWarning: string;
|
|
1288
|
+
textColorTextDisabledWarning: string;
|
|
1289
|
+
textColorGhostWarning: string;
|
|
1290
|
+
textColorGhostHoverWarning: string;
|
|
1291
|
+
textColorGhostPressedWarning: string;
|
|
1292
|
+
textColorGhostFocusWarning: string;
|
|
1293
|
+
textColorGhostDisabledWarning: string;
|
|
1294
|
+
borderWarning: string;
|
|
1295
|
+
borderHoverWarning: string;
|
|
1296
|
+
borderPressedWarning: string;
|
|
1297
|
+
borderFocusWarning: string;
|
|
1298
|
+
borderDisabledWarning: string;
|
|
1299
|
+
rippleColorWarning: string;
|
|
1300
|
+
colorError: string;
|
|
1301
|
+
colorHoverError: string;
|
|
1302
|
+
colorPressedError: string;
|
|
1303
|
+
colorFocusError: string;
|
|
1304
|
+
colorDisabledError: string;
|
|
1305
|
+
textColorError: string;
|
|
1306
|
+
textColorHoverError: string;
|
|
1307
|
+
textColorPressedError: string;
|
|
1308
|
+
textColorFocusError: string;
|
|
1309
|
+
textColorDisabledError: string;
|
|
1310
|
+
textColorTextError: string;
|
|
1311
|
+
textColorTextHoverError: string;
|
|
1312
|
+
textColorTextPressedError: string;
|
|
1313
|
+
textColorTextFocusError: string;
|
|
1314
|
+
textColorTextDisabledError: string;
|
|
1315
|
+
textColorGhostError: string;
|
|
1316
|
+
textColorGhostHoverError: string;
|
|
1317
|
+
textColorGhostPressedError: string;
|
|
1318
|
+
textColorGhostFocusError: string;
|
|
1319
|
+
textColorGhostDisabledError: string;
|
|
1320
|
+
borderError: string;
|
|
1321
|
+
borderHoverError: string;
|
|
1322
|
+
borderPressedError: string;
|
|
1323
|
+
borderFocusError: string;
|
|
1324
|
+
borderDisabledError: string;
|
|
1325
|
+
rippleColorError: string;
|
|
1326
|
+
waveOpacity: string;
|
|
1327
|
+
fontWeight: string;
|
|
1328
|
+
fontWeightStrong: string;
|
|
1329
|
+
paddingTiny: string;
|
|
1330
|
+
paddingSmall: string;
|
|
1331
|
+
paddingMedium: string;
|
|
1332
|
+
paddingLarge: string;
|
|
1333
|
+
paddingRoundTiny: string;
|
|
1334
|
+
paddingRoundSmall: string;
|
|
1335
|
+
paddingRoundMedium: string;
|
|
1336
|
+
paddingRoundLarge: string;
|
|
1337
|
+
iconMarginTiny: string;
|
|
1338
|
+
iconMarginSmall: string;
|
|
1339
|
+
iconMarginMedium: string;
|
|
1340
|
+
iconMarginLarge: string;
|
|
1341
|
+
iconSizeTiny: string;
|
|
1342
|
+
iconSizeSmall: string;
|
|
1343
|
+
iconSizeMedium: string;
|
|
1344
|
+
iconSizeLarge: string;
|
|
1345
|
+
rippleDuration: string;
|
|
1346
|
+
}, any>;
|
|
1347
|
+
Checkbox: import("../../../_mixins").Theme<"Checkbox", {
|
|
1348
|
+
fontSizeSmall: string;
|
|
1349
|
+
fontSizeMedium: string;
|
|
1350
|
+
fontSizeLarge: string;
|
|
1351
|
+
borderRadius: string;
|
|
1352
|
+
color: string;
|
|
1353
|
+
colorChecked: string;
|
|
1354
|
+
colorDisabled: string;
|
|
1355
|
+
colorDisabledChecked: string;
|
|
1356
|
+
colorTableHeader: string;
|
|
1357
|
+
colorTableHeaderModal: string;
|
|
1358
|
+
colorTableHeaderPopover: string;
|
|
1359
|
+
checkMarkColor: string;
|
|
1360
|
+
checkMarkColorDisabled: string;
|
|
1361
|
+
checkMarkColorDisabledChecked: string;
|
|
1362
|
+
border: string;
|
|
1363
|
+
borderDisabled: string;
|
|
1364
|
+
borderDisabledChecked: string;
|
|
1365
|
+
borderChecked: string;
|
|
1366
|
+
borderFocus: string;
|
|
1367
|
+
boxShadowFocus: string;
|
|
1368
|
+
textColor: string;
|
|
1369
|
+
textColorDisabled: string;
|
|
1370
|
+
sizeSmall: string;
|
|
1371
|
+
sizeMedium: string;
|
|
1372
|
+
sizeLarge: string;
|
|
1373
|
+
labelPadding: string;
|
|
1374
|
+
}, any>;
|
|
1375
|
+
Radio: import("../../../_mixins").Theme<"Radio", {
|
|
1376
|
+
buttonHeightSmall: string;
|
|
1377
|
+
buttonHeightMedium: string;
|
|
1378
|
+
buttonHeightLarge: string;
|
|
1379
|
+
fontSizeSmall: string;
|
|
1380
|
+
fontSizeMedium: string;
|
|
1381
|
+
fontSizeLarge: string;
|
|
1382
|
+
boxShadow: string;
|
|
1383
|
+
boxShadowActive: string;
|
|
1384
|
+
boxShadowFocus: string;
|
|
1385
|
+
boxShadowHover: string;
|
|
1386
|
+
boxShadowDisabled: string;
|
|
1387
|
+
color: string;
|
|
1388
|
+
colorDisabled: string;
|
|
1389
|
+
textColor: string;
|
|
1390
|
+
textColorDisabled: string;
|
|
1391
|
+
dotColorActive: string;
|
|
1392
|
+
dotColorDisabled: string;
|
|
1393
|
+
buttonBorderColor: string;
|
|
1394
|
+
buttonBorderColorActive: string;
|
|
1395
|
+
buttonBorderColorHover: string;
|
|
1396
|
+
buttonColor: string;
|
|
1397
|
+
buttonColorActive: string;
|
|
1398
|
+
buttonTextColor: string;
|
|
1399
|
+
buttonTextColorActive: string;
|
|
1400
|
+
buttonTextColorHover: string;
|
|
1401
|
+
opacityDisabled: string;
|
|
1402
|
+
buttonBoxShadowFocus: string;
|
|
1403
|
+
buttonBoxShadowHover: string;
|
|
1404
|
+
buttonBoxShadow: string;
|
|
1405
|
+
buttonBorderRadius: string;
|
|
1406
|
+
radioSizeSmall: string;
|
|
1407
|
+
radioSizeMedium: string;
|
|
1408
|
+
radioSizeLarge: string;
|
|
1409
|
+
labelPadding: string;
|
|
1410
|
+
}, any>;
|
|
1411
|
+
Pagination: import("../../../_mixins").Theme<"Pagination", {
|
|
1412
|
+
buttonColor: string;
|
|
1413
|
+
buttonColorHover: string;
|
|
1414
|
+
buttonColorPressed: string;
|
|
1415
|
+
buttonBorder: string;
|
|
1416
|
+
buttonBorderHover: string;
|
|
1417
|
+
buttonBorderPressed: string;
|
|
1418
|
+
buttonIconColor: string;
|
|
1419
|
+
buttonIconColorHover: string;
|
|
1420
|
+
buttonIconColorPressed: string;
|
|
1421
|
+
itemTextColor: string;
|
|
1422
|
+
itemTextColorHover: string;
|
|
1423
|
+
itemTextColorPressed: string;
|
|
1424
|
+
itemTextColorActive: string;
|
|
1425
|
+
itemTextColorDisabled: string;
|
|
1426
|
+
itemColor: string;
|
|
1427
|
+
itemColorHover: string;
|
|
1428
|
+
itemColorPressed: string;
|
|
1429
|
+
itemColorActive: string;
|
|
1430
|
+
itemColorActiveHover: string;
|
|
1431
|
+
itemColorDisabled: string;
|
|
1432
|
+
itemBorder: string;
|
|
1433
|
+
itemBorderHover: string;
|
|
1434
|
+
itemBorderPressed: string;
|
|
1435
|
+
itemBorderActive: string;
|
|
1436
|
+
itemBorderDisabled: string;
|
|
1437
|
+
itemBorderRadius: string;
|
|
1438
|
+
itemFontSize: string;
|
|
1439
|
+
jumperTextColor: string;
|
|
1440
|
+
jumperTextColorDisabled: string;
|
|
1441
|
+
itemSize: string;
|
|
1442
|
+
itemPadding: string;
|
|
1443
|
+
itemMargin: string;
|
|
1444
|
+
buttonIconSize: string;
|
|
1445
|
+
inputWidth: string;
|
|
1446
|
+
selectWidth: string;
|
|
1447
|
+
inputMargin: string;
|
|
1448
|
+
selectMargin: string;
|
|
1449
|
+
prefixMargin: string;
|
|
1450
|
+
suffixMargin: string;
|
|
1451
|
+
jumperFontSize: string;
|
|
1452
|
+
}, {
|
|
1453
|
+
Select: import("../../../_mixins").Theme<"Select", {
|
|
1454
|
+
menuBoxShadow: string;
|
|
1455
|
+
}, {
|
|
1456
|
+
InternalSelection: import("../../../_mixins").Theme<"InternalSelection", {
|
|
1457
|
+
fontSizeTiny: string;
|
|
1458
|
+
fontSizeSmall: string;
|
|
1459
|
+
fontSizeMedium: string;
|
|
1460
|
+
fontSizeLarge: string;
|
|
1461
|
+
heightTiny: string;
|
|
1462
|
+
heightSmall: string;
|
|
1463
|
+
heightMedium: string;
|
|
1464
|
+
heightLarge: string;
|
|
1465
|
+
borderRadius: string;
|
|
1466
|
+
textColor: string;
|
|
1467
|
+
textColorDisabled: string;
|
|
1468
|
+
placeholderColor: string;
|
|
1469
|
+
placeholderColorDisabled: string;
|
|
1470
|
+
color: string;
|
|
1471
|
+
colorDisabled: string;
|
|
1472
|
+
colorActive: string;
|
|
1473
|
+
border: string;
|
|
1474
|
+
borderHover: string;
|
|
1475
|
+
borderActive: string;
|
|
1476
|
+
borderFocus: string;
|
|
1477
|
+
boxShadowHover: null;
|
|
1478
|
+
boxShadowActive: string;
|
|
1479
|
+
boxShadowFocus: string;
|
|
1480
|
+
caretColor: string;
|
|
1481
|
+
arrowColor: string;
|
|
1482
|
+
arrowColorDisabled: string;
|
|
1483
|
+
loadingColor: string;
|
|
1484
|
+
borderWarning: string;
|
|
1485
|
+
borderHoverWarning: string;
|
|
1486
|
+
borderActiveWarning: string;
|
|
1487
|
+
borderFocusWarning: string;
|
|
1488
|
+
boxShadowHoverWarning: null;
|
|
1489
|
+
boxShadowActiveWarning: string;
|
|
1490
|
+
boxShadowFocusWarning: string;
|
|
1491
|
+
colorActiveWarning: string;
|
|
1492
|
+
caretColorWarning: string;
|
|
1493
|
+
borderError: string;
|
|
1494
|
+
borderHoverError: string;
|
|
1495
|
+
borderActiveError: string;
|
|
1496
|
+
borderFocusError: string;
|
|
1497
|
+
boxShadowHoverError: null;
|
|
1498
|
+
boxShadowActiveError: string;
|
|
1499
|
+
boxShadowFocusError: string;
|
|
1500
|
+
colorActiveError: string;
|
|
1501
|
+
caretColorError: string;
|
|
1502
|
+
clearColor: string;
|
|
1503
|
+
clearColorHover: string;
|
|
1504
|
+
clearColorPressed: string;
|
|
1505
|
+
paddingSingle: string;
|
|
1506
|
+
paddingMultiple: string;
|
|
1507
|
+
clearSize: string;
|
|
1508
|
+
arrowSize: string;
|
|
1509
|
+
}, {
|
|
1510
|
+
Popover: import("../../../_mixins").Theme<"Popover", {
|
|
1511
|
+
fontSize: string;
|
|
1512
|
+
borderRadius: string;
|
|
1513
|
+
color: string;
|
|
1514
|
+
dividerColor: string;
|
|
1515
|
+
textColor: string;
|
|
1516
|
+
boxShadow: string;
|
|
1517
|
+
space: string;
|
|
1518
|
+
spaceArrow: string;
|
|
1519
|
+
arrowOffset: string;
|
|
1520
|
+
arrowOffsetVertical: string;
|
|
1521
|
+
arrowHeight: string;
|
|
1522
|
+
padding: string;
|
|
1523
|
+
}, any>;
|
|
1524
|
+
}>;
|
|
1525
|
+
InternalSelectMenu: import("../../../_mixins").Theme<"InternalSelectMenu", {
|
|
1526
|
+
optionFontSizeSmall: string;
|
|
1527
|
+
optionFontSizeMedium: string;
|
|
1528
|
+
optionFontSizeLarge: string;
|
|
1529
|
+
optionFontSizeHuge: string;
|
|
1530
|
+
optionHeightSmall: string;
|
|
1531
|
+
optionHeightMedium: string;
|
|
1532
|
+
optionHeightLarge: string;
|
|
1533
|
+
optionHeightHuge: string;
|
|
1534
|
+
borderRadius: string;
|
|
1535
|
+
color: string;
|
|
1536
|
+
groupHeaderTextColor: string;
|
|
1537
|
+
actionDividerColor: string;
|
|
1538
|
+
optionTextColor: string;
|
|
1539
|
+
optionTextColorPressed: string;
|
|
1540
|
+
optionTextColorDisabled: string;
|
|
1541
|
+
optionTextColorActive: string;
|
|
1542
|
+
optionOpacityDisabled: string;
|
|
1543
|
+
optionCheckColor: string;
|
|
1544
|
+
optionColorPending: string;
|
|
1545
|
+
optionColorActive: string;
|
|
1546
|
+
actionTextColor: string;
|
|
1547
|
+
loadingColor: string;
|
|
1548
|
+
height: string;
|
|
1549
|
+
paddingSmall: string;
|
|
1550
|
+
paddingMedium: string;
|
|
1551
|
+
paddingLarge: string;
|
|
1552
|
+
paddingHuge: string;
|
|
1553
|
+
optionPaddingSmall: string;
|
|
1554
|
+
optionPaddingMedium: string;
|
|
1555
|
+
optionPaddingLarge: string;
|
|
1556
|
+
optionPaddingHuge: string;
|
|
1557
|
+
loadingSize: string;
|
|
1558
|
+
}, {
|
|
1559
|
+
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
1560
|
+
color: string;
|
|
1561
|
+
colorHover: string;
|
|
1562
|
+
}, any>;
|
|
1563
|
+
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
1564
|
+
fontSizeSmall: string;
|
|
1565
|
+
fontSizeMedium: string;
|
|
1566
|
+
fontSizeLarge: string;
|
|
1567
|
+
fontSizeHuge: string;
|
|
1568
|
+
textColor: string;
|
|
1569
|
+
iconColor: string;
|
|
1570
|
+
extraTextColor: string;
|
|
1571
|
+
iconSizeSmall: string;
|
|
1572
|
+
iconSizeMedium: string;
|
|
1573
|
+
iconSizeLarge: string;
|
|
1574
|
+
iconSizeHuge: string;
|
|
1575
|
+
}, any>;
|
|
1576
|
+
}>;
|
|
1577
|
+
}>;
|
|
1578
|
+
Input: import("../../../_mixins").Theme<"Input", {
|
|
1579
|
+
countTextColor: string;
|
|
1454
1580
|
heightTiny: string;
|
|
1455
1581
|
heightSmall: string;
|
|
1456
1582
|
heightMedium: string;
|
|
1457
1583
|
heightLarge: string;
|
|
1584
|
+
fontSizeTiny: string;
|
|
1585
|
+
fontSizeSmall: string;
|
|
1586
|
+
fontSizeMedium: string;
|
|
1587
|
+
fontSizeLarge: string;
|
|
1588
|
+
lineHeight: string;
|
|
1589
|
+
lineHeightTextarea: string;
|
|
1458
1590
|
borderRadius: string;
|
|
1591
|
+
iconSize: string;
|
|
1592
|
+
groupLabelColor: string;
|
|
1593
|
+
groupLabelTextColor: string;
|
|
1459
1594
|
textColor: string;
|
|
1460
1595
|
textColorDisabled: string;
|
|
1596
|
+
textDecorationColor: string;
|
|
1597
|
+
caretColor: string;
|
|
1461
1598
|
placeholderColor: string;
|
|
1462
1599
|
placeholderColorDisabled: string;
|
|
1463
1600
|
color: string;
|
|
1464
1601
|
colorDisabled: string;
|
|
1465
|
-
|
|
1602
|
+
colorFocus: string;
|
|
1603
|
+
groupLabelBorder: string;
|
|
1466
1604
|
border: string;
|
|
1467
1605
|
borderHover: string;
|
|
1468
|
-
|
|
1606
|
+
borderDisabled: string;
|
|
1469
1607
|
borderFocus: string;
|
|
1470
|
-
boxShadowHover: null;
|
|
1471
|
-
boxShadowActive: string;
|
|
1472
1608
|
boxShadowFocus: string;
|
|
1473
|
-
caretColor: string;
|
|
1474
|
-
arrowColor: string;
|
|
1475
|
-
arrowColorDisabled: string;
|
|
1476
1609
|
loadingColor: string;
|
|
1610
|
+
loadingColorWarning: string;
|
|
1477
1611
|
borderWarning: string;
|
|
1478
1612
|
borderHoverWarning: string;
|
|
1479
|
-
|
|
1613
|
+
colorFocusWarning: string;
|
|
1480
1614
|
borderFocusWarning: string;
|
|
1481
|
-
boxShadowHoverWarning: null;
|
|
1482
|
-
boxShadowActiveWarning: string;
|
|
1483
1615
|
boxShadowFocusWarning: string;
|
|
1484
|
-
colorActiveWarning: string;
|
|
1485
1616
|
caretColorWarning: string;
|
|
1617
|
+
loadingColorError: string;
|
|
1486
1618
|
borderError: string;
|
|
1487
1619
|
borderHoverError: string;
|
|
1488
|
-
|
|
1620
|
+
colorFocusError: string;
|
|
1489
1621
|
borderFocusError: string;
|
|
1490
|
-
boxShadowHoverError: null;
|
|
1491
|
-
boxShadowActiveError: string;
|
|
1492
1622
|
boxShadowFocusError: string;
|
|
1493
|
-
colorActiveError: string;
|
|
1494
1623
|
caretColorError: string;
|
|
1495
1624
|
clearColor: string;
|
|
1496
1625
|
clearColorHover: string;
|
|
1497
1626
|
clearColorPressed: string;
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
borderRadius: string;
|
|
1505
|
-
color: string;
|
|
1506
|
-
dividerColor: string;
|
|
1507
|
-
textColor: string;
|
|
1508
|
-
boxShadow: string;
|
|
1509
|
-
space: string;
|
|
1510
|
-
spaceArrow: string;
|
|
1511
|
-
arrowOffset: string;
|
|
1512
|
-
arrowOffsetVertical: string;
|
|
1513
|
-
arrowHeight: string;
|
|
1514
|
-
padding: string;
|
|
1515
|
-
}, any>;
|
|
1516
|
-
}>;
|
|
1517
|
-
InternalSelectMenu: import("../../../_mixins").Theme<"InternalSelectMenu", {
|
|
1518
|
-
optionFontSizeSmall: string;
|
|
1519
|
-
optionFontSizeMedium: string;
|
|
1520
|
-
optionFontSizeLarge: string;
|
|
1521
|
-
optionFontSizeHuge: string;
|
|
1522
|
-
optionHeightSmall: string;
|
|
1523
|
-
optionHeightMedium: string;
|
|
1524
|
-
optionHeightLarge: string;
|
|
1525
|
-
optionHeightHuge: string;
|
|
1526
|
-
borderRadius: string;
|
|
1527
|
-
color: string;
|
|
1528
|
-
groupHeaderTextColor: string;
|
|
1529
|
-
actionDividerColor: string;
|
|
1530
|
-
optionTextColor: string;
|
|
1531
|
-
optionTextColorPressed: string;
|
|
1532
|
-
optionTextColorDisabled: string;
|
|
1533
|
-
optionTextColorActive: string;
|
|
1534
|
-
optionOpacityDisabled: string;
|
|
1535
|
-
optionCheckColor: string;
|
|
1536
|
-
optionColorPending: string;
|
|
1537
|
-
optionColorActive: string;
|
|
1538
|
-
actionTextColor: string;
|
|
1539
|
-
loadingColor: string;
|
|
1540
|
-
height: string;
|
|
1627
|
+
iconColor: string;
|
|
1628
|
+
iconColorDisabled: string;
|
|
1629
|
+
iconColorHover: string;
|
|
1630
|
+
iconColorPressed: string;
|
|
1631
|
+
suffixTextColor: string;
|
|
1632
|
+
paddingTiny: string;
|
|
1541
1633
|
paddingSmall: string;
|
|
1542
1634
|
paddingMedium: string;
|
|
1543
1635
|
paddingLarge: string;
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
optionPaddingMedium: string;
|
|
1547
|
-
optionPaddingLarge: string;
|
|
1548
|
-
optionPaddingHuge: string;
|
|
1549
|
-
loadingSize: string;
|
|
1550
|
-
}, {
|
|
1551
|
-
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
1552
|
-
color: string;
|
|
1553
|
-
colorHover: string;
|
|
1554
|
-
}, any>;
|
|
1555
|
-
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
1556
|
-
fontSizeSmall: string;
|
|
1557
|
-
fontSizeMedium: string;
|
|
1558
|
-
fontSizeLarge: string;
|
|
1559
|
-
fontSizeHuge: string;
|
|
1560
|
-
textColor: string;
|
|
1561
|
-
iconColor: string;
|
|
1562
|
-
extraTextColor: string;
|
|
1563
|
-
iconSizeSmall: string;
|
|
1564
|
-
iconSizeMedium: string;
|
|
1565
|
-
iconSizeLarge: string;
|
|
1566
|
-
iconSizeHuge: string;
|
|
1567
|
-
}, any>;
|
|
1568
|
-
}>;
|
|
1636
|
+
clearSize: string;
|
|
1637
|
+
}, any>;
|
|
1569
1638
|
}>;
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
heightLarge: string;
|
|
1576
|
-
fontSizeTiny: string;
|
|
1639
|
+
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
1640
|
+
color: string;
|
|
1641
|
+
colorHover: string;
|
|
1642
|
+
}, any>;
|
|
1643
|
+
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
1577
1644
|
fontSizeSmall: string;
|
|
1578
1645
|
fontSizeMedium: string;
|
|
1579
1646
|
fontSizeLarge: string;
|
|
1580
|
-
|
|
1581
|
-
lineHeightTextarea: string;
|
|
1582
|
-
borderRadius: string;
|
|
1583
|
-
iconSize: string;
|
|
1584
|
-
groupLabelColor: string;
|
|
1585
|
-
groupLabelTextColor: string;
|
|
1647
|
+
fontSizeHuge: string;
|
|
1586
1648
|
textColor: string;
|
|
1587
|
-
textColorDisabled: string;
|
|
1588
|
-
textDecorationColor: string;
|
|
1589
|
-
caretColor: string;
|
|
1590
|
-
placeholderColor: string;
|
|
1591
|
-
placeholderColorDisabled: string;
|
|
1592
|
-
color: string;
|
|
1593
|
-
colorDisabled: string;
|
|
1594
|
-
colorFocus: string;
|
|
1595
|
-
groupLabelBorder: string;
|
|
1596
|
-
border: string;
|
|
1597
|
-
borderHover: string;
|
|
1598
|
-
borderDisabled: string;
|
|
1599
|
-
borderFocus: string;
|
|
1600
|
-
boxShadowFocus: string;
|
|
1601
|
-
loadingColor: string;
|
|
1602
|
-
loadingColorWarning: string;
|
|
1603
|
-
borderWarning: string;
|
|
1604
|
-
borderHoverWarning: string;
|
|
1605
|
-
colorFocusWarning: string;
|
|
1606
|
-
borderFocusWarning: string;
|
|
1607
|
-
boxShadowFocusWarning: string;
|
|
1608
|
-
caretColorWarning: string;
|
|
1609
|
-
loadingColorError: string;
|
|
1610
|
-
borderError: string;
|
|
1611
|
-
borderHoverError: string;
|
|
1612
|
-
colorFocusError: string;
|
|
1613
|
-
borderFocusError: string;
|
|
1614
|
-
boxShadowFocusError: string;
|
|
1615
|
-
caretColorError: string;
|
|
1616
|
-
clearColor: string;
|
|
1617
|
-
clearColorHover: string;
|
|
1618
|
-
clearColorPressed: string;
|
|
1619
1649
|
iconColor: string;
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
paddingSmall: string;
|
|
1626
|
-
paddingMedium: string;
|
|
1627
|
-
paddingLarge: string;
|
|
1628
|
-
clearSize: string;
|
|
1650
|
+
extraTextColor: string;
|
|
1651
|
+
iconSizeSmall: string;
|
|
1652
|
+
iconSizeMedium: string;
|
|
1653
|
+
iconSizeLarge: string;
|
|
1654
|
+
iconSizeHuge: string;
|
|
1629
1655
|
}, any>;
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
color: string;
|
|
1633
|
-
colorHover: string;
|
|
1634
|
-
}, any>;
|
|
1635
|
-
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
1636
|
-
fontSizeSmall: string;
|
|
1637
|
-
fontSizeMedium: string;
|
|
1638
|
-
fontSizeLarge: string;
|
|
1639
|
-
fontSizeHuge: string;
|
|
1640
|
-
textColor: string;
|
|
1641
|
-
iconColor: string;
|
|
1642
|
-
extraTextColor: string;
|
|
1643
|
-
iconSizeSmall: string;
|
|
1644
|
-
iconSizeMedium: string;
|
|
1645
|
-
iconSizeLarge: string;
|
|
1646
|
-
iconSizeHuge: string;
|
|
1647
|
-
}, any>;
|
|
1648
|
-
Popover: import("../../../_mixins").Theme<"Popover", {
|
|
1649
|
-
fontSize: string;
|
|
1650
|
-
borderRadius: string;
|
|
1651
|
-
color: string;
|
|
1652
|
-
dividerColor: string;
|
|
1653
|
-
textColor: string;
|
|
1654
|
-
boxShadow: string;
|
|
1655
|
-
space: string;
|
|
1656
|
-
spaceArrow: string;
|
|
1657
|
-
arrowOffset: string;
|
|
1658
|
-
arrowOffsetVertical: string;
|
|
1659
|
-
arrowHeight: string;
|
|
1660
|
-
padding: string;
|
|
1661
|
-
}, any>;
|
|
1662
|
-
Ellipsis: import("../../../_mixins").Theme<"Ellipsis", unknown, {
|
|
1663
|
-
Tooltip: import("../../../_mixins").Theme<"Tooltip", {
|
|
1656
|
+
Popover: import("../../../_mixins").Theme<"Popover", {
|
|
1657
|
+
fontSize: string;
|
|
1664
1658
|
borderRadius: string;
|
|
1665
|
-
boxShadow: string;
|
|
1666
1659
|
color: string;
|
|
1660
|
+
dividerColor: string;
|
|
1667
1661
|
textColor: string;
|
|
1662
|
+
boxShadow: string;
|
|
1663
|
+
space: string;
|
|
1664
|
+
spaceArrow: string;
|
|
1665
|
+
arrowOffset: string;
|
|
1666
|
+
arrowOffsetVertical: string;
|
|
1667
|
+
arrowHeight: string;
|
|
1668
1668
|
padding: string;
|
|
1669
|
-
},
|
|
1670
|
-
|
|
1671
|
-
|
|
1669
|
+
}, any>;
|
|
1670
|
+
Ellipsis: import("../../../_mixins").Theme<"Ellipsis", unknown, {
|
|
1671
|
+
Tooltip: import("../../../_mixins").Theme<"Tooltip", {
|
|
1672
1672
|
borderRadius: string;
|
|
1673
|
+
boxShadow: string;
|
|
1673
1674
|
color: string;
|
|
1674
|
-
dividerColor: string;
|
|
1675
1675
|
textColor: string;
|
|
1676
|
-
boxShadow: string;
|
|
1677
|
-
space: string;
|
|
1678
|
-
spaceArrow: string;
|
|
1679
|
-
arrowOffset: string;
|
|
1680
|
-
arrowOffsetVertical: string;
|
|
1681
|
-
arrowHeight: string;
|
|
1682
1676
|
padding: string;
|
|
1683
|
-
},
|
|
1677
|
+
}, {
|
|
1678
|
+
Popover: import("../../../_mixins").Theme<"Popover", {
|
|
1679
|
+
fontSize: string;
|
|
1680
|
+
borderRadius: string;
|
|
1681
|
+
color: string;
|
|
1682
|
+
dividerColor: string;
|
|
1683
|
+
textColor: string;
|
|
1684
|
+
boxShadow: string;
|
|
1685
|
+
space: string;
|
|
1686
|
+
spaceArrow: string;
|
|
1687
|
+
arrowOffset: string;
|
|
1688
|
+
arrowOffsetVertical: string;
|
|
1689
|
+
arrowHeight: string;
|
|
1690
|
+
padding: string;
|
|
1691
|
+
}, any>;
|
|
1692
|
+
}>;
|
|
1684
1693
|
}>;
|
|
1685
|
-
}
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1694
|
+
};
|
|
1695
|
+
peerOverrides: {
|
|
1696
|
+
Button?: {
|
|
1697
|
+
peers?: {
|
|
1698
|
+
[x: string]: any;
|
|
1699
|
+
} | undefined;
|
|
1691
1700
|
} | undefined;
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1701
|
+
Checkbox?: {
|
|
1702
|
+
peers?: {
|
|
1703
|
+
[x: string]: any;
|
|
1704
|
+
} | undefined;
|
|
1696
1705
|
} | undefined;
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1706
|
+
Radio?: {
|
|
1707
|
+
peers?: {
|
|
1708
|
+
[x: string]: any;
|
|
1709
|
+
} | undefined;
|
|
1701
1710
|
} | undefined;
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1711
|
+
Pagination?: {
|
|
1712
|
+
peers?: {
|
|
1713
|
+
Select?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Select", {
|
|
1714
|
+
menuBoxShadow: string;
|
|
1715
|
+
}, {
|
|
1716
|
+
InternalSelection: import("../../../_mixins").Theme<"InternalSelection", {
|
|
1717
|
+
fontSizeTiny: string;
|
|
1718
|
+
fontSizeSmall: string;
|
|
1719
|
+
fontSizeMedium: string;
|
|
1720
|
+
fontSizeLarge: string;
|
|
1721
|
+
heightTiny: string;
|
|
1722
|
+
heightSmall: string;
|
|
1723
|
+
heightMedium: string;
|
|
1724
|
+
heightLarge: string;
|
|
1725
|
+
borderRadius: string;
|
|
1726
|
+
textColor: string;
|
|
1727
|
+
textColorDisabled: string;
|
|
1728
|
+
placeholderColor: string;
|
|
1729
|
+
placeholderColorDisabled: string;
|
|
1730
|
+
color: string;
|
|
1731
|
+
colorDisabled: string;
|
|
1732
|
+
colorActive: string;
|
|
1733
|
+
border: string;
|
|
1734
|
+
borderHover: string;
|
|
1735
|
+
borderActive: string;
|
|
1736
|
+
borderFocus: string;
|
|
1737
|
+
boxShadowHover: null;
|
|
1738
|
+
boxShadowActive: string;
|
|
1739
|
+
boxShadowFocus: string;
|
|
1740
|
+
caretColor: string;
|
|
1741
|
+
arrowColor: string;
|
|
1742
|
+
arrowColorDisabled: string;
|
|
1743
|
+
loadingColor: string;
|
|
1744
|
+
borderWarning: string;
|
|
1745
|
+
borderHoverWarning: string;
|
|
1746
|
+
borderActiveWarning: string;
|
|
1747
|
+
borderFocusWarning: string;
|
|
1748
|
+
boxShadowHoverWarning: null;
|
|
1749
|
+
boxShadowActiveWarning: string;
|
|
1750
|
+
boxShadowFocusWarning: string;
|
|
1751
|
+
colorActiveWarning: string;
|
|
1752
|
+
caretColorWarning: string;
|
|
1753
|
+
borderError: string;
|
|
1754
|
+
borderHoverError: string;
|
|
1755
|
+
borderActiveError: string;
|
|
1756
|
+
borderFocusError: string;
|
|
1757
|
+
boxShadowHoverError: null;
|
|
1758
|
+
boxShadowActiveError: string;
|
|
1759
|
+
boxShadowFocusError: string;
|
|
1760
|
+
colorActiveError: string;
|
|
1761
|
+
caretColorError: string;
|
|
1762
|
+
clearColor: string;
|
|
1763
|
+
clearColorHover: string;
|
|
1764
|
+
clearColorPressed: string;
|
|
1765
|
+
paddingSingle: string;
|
|
1766
|
+
paddingMultiple: string;
|
|
1767
|
+
clearSize: string;
|
|
1768
|
+
arrowSize: string;
|
|
1769
|
+
}, {
|
|
1770
|
+
Popover: import("../../../_mixins").Theme<"Popover", {
|
|
1771
|
+
fontSize: string;
|
|
1772
|
+
borderRadius: string;
|
|
1773
|
+
color: string;
|
|
1774
|
+
dividerColor: string;
|
|
1775
|
+
textColor: string;
|
|
1776
|
+
boxShadow: string;
|
|
1777
|
+
space: string;
|
|
1778
|
+
spaceArrow: string;
|
|
1779
|
+
arrowOffset: string;
|
|
1780
|
+
arrowOffsetVertical: string;
|
|
1781
|
+
arrowHeight: string;
|
|
1782
|
+
padding: string;
|
|
1783
|
+
}, any>;
|
|
1784
|
+
}>;
|
|
1785
|
+
InternalSelectMenu: import("../../../_mixins").Theme<"InternalSelectMenu", {
|
|
1786
|
+
optionFontSizeSmall: string;
|
|
1787
|
+
optionFontSizeMedium: string;
|
|
1788
|
+
optionFontSizeLarge: string;
|
|
1789
|
+
optionFontSizeHuge: string;
|
|
1790
|
+
optionHeightSmall: string;
|
|
1791
|
+
optionHeightMedium: string;
|
|
1792
|
+
optionHeightLarge: string;
|
|
1793
|
+
optionHeightHuge: string;
|
|
1794
|
+
borderRadius: string;
|
|
1795
|
+
color: string;
|
|
1796
|
+
groupHeaderTextColor: string;
|
|
1797
|
+
actionDividerColor: string;
|
|
1798
|
+
optionTextColor: string;
|
|
1799
|
+
optionTextColorPressed: string;
|
|
1800
|
+
optionTextColorDisabled: string;
|
|
1801
|
+
optionTextColorActive: string;
|
|
1802
|
+
optionOpacityDisabled: string;
|
|
1803
|
+
optionCheckColor: string;
|
|
1804
|
+
optionColorPending: string;
|
|
1805
|
+
optionColorActive: string;
|
|
1806
|
+
actionTextColor: string;
|
|
1807
|
+
loadingColor: string;
|
|
1808
|
+
height: string;
|
|
1809
|
+
paddingSmall: string;
|
|
1810
|
+
paddingMedium: string;
|
|
1811
|
+
paddingLarge: string;
|
|
1812
|
+
paddingHuge: string;
|
|
1813
|
+
optionPaddingSmall: string;
|
|
1814
|
+
optionPaddingMedium: string;
|
|
1815
|
+
optionPaddingLarge: string;
|
|
1816
|
+
optionPaddingHuge: string;
|
|
1817
|
+
loadingSize: string;
|
|
1818
|
+
}, {
|
|
1819
|
+
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
1820
|
+
color: string;
|
|
1821
|
+
colorHover: string;
|
|
1822
|
+
}, any>;
|
|
1823
|
+
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
1824
|
+
fontSizeSmall: string;
|
|
1825
|
+
fontSizeMedium: string;
|
|
1826
|
+
fontSizeLarge: string;
|
|
1827
|
+
fontSizeHuge: string;
|
|
1828
|
+
textColor: string;
|
|
1829
|
+
iconColor: string;
|
|
1830
|
+
extraTextColor: string;
|
|
1831
|
+
iconSizeSmall: string;
|
|
1832
|
+
iconSizeMedium: string;
|
|
1833
|
+
iconSizeLarge: string;
|
|
1834
|
+
iconSizeHuge: string;
|
|
1835
|
+
}, any>;
|
|
1836
|
+
}>;
|
|
1837
|
+
}>> | undefined;
|
|
1838
|
+
Input?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Input", {
|
|
1839
|
+
countTextColor: string;
|
|
1713
1840
|
heightTiny: string;
|
|
1714
1841
|
heightSmall: string;
|
|
1715
1842
|
heightMedium: string;
|
|
1716
1843
|
heightLarge: string;
|
|
1844
|
+
fontSizeTiny: string;
|
|
1845
|
+
fontSizeSmall: string;
|
|
1846
|
+
fontSizeMedium: string;
|
|
1847
|
+
fontSizeLarge: string;
|
|
1848
|
+
lineHeight: string;
|
|
1849
|
+
lineHeightTextarea: string;
|
|
1717
1850
|
borderRadius: string;
|
|
1851
|
+
iconSize: string;
|
|
1852
|
+
groupLabelColor: string;
|
|
1853
|
+
groupLabelTextColor: string;
|
|
1718
1854
|
textColor: string;
|
|
1719
1855
|
textColorDisabled: string;
|
|
1856
|
+
textDecorationColor: string;
|
|
1857
|
+
caretColor: string;
|
|
1720
1858
|
placeholderColor: string;
|
|
1721
1859
|
placeholderColorDisabled: string;
|
|
1722
1860
|
color: string;
|
|
1723
1861
|
colorDisabled: string;
|
|
1724
|
-
|
|
1862
|
+
colorFocus: string;
|
|
1863
|
+
groupLabelBorder: string;
|
|
1725
1864
|
border: string;
|
|
1726
1865
|
borderHover: string;
|
|
1727
|
-
|
|
1866
|
+
borderDisabled: string;
|
|
1728
1867
|
borderFocus: string;
|
|
1729
|
-
boxShadowHover: null;
|
|
1730
|
-
boxShadowActive: string;
|
|
1731
1868
|
boxShadowFocus: string;
|
|
1732
|
-
caretColor: string;
|
|
1733
|
-
arrowColor: string;
|
|
1734
|
-
arrowColorDisabled: string;
|
|
1735
1869
|
loadingColor: string;
|
|
1870
|
+
loadingColorWarning: string;
|
|
1736
1871
|
borderWarning: string;
|
|
1737
1872
|
borderHoverWarning: string;
|
|
1738
|
-
|
|
1873
|
+
colorFocusWarning: string;
|
|
1739
1874
|
borderFocusWarning: string;
|
|
1740
|
-
boxShadowHoverWarning: null;
|
|
1741
|
-
boxShadowActiveWarning: string;
|
|
1742
1875
|
boxShadowFocusWarning: string;
|
|
1743
|
-
colorActiveWarning: string;
|
|
1744
1876
|
caretColorWarning: string;
|
|
1877
|
+
loadingColorError: string;
|
|
1745
1878
|
borderError: string;
|
|
1746
1879
|
borderHoverError: string;
|
|
1747
|
-
|
|
1880
|
+
colorFocusError: string;
|
|
1748
1881
|
borderFocusError: string;
|
|
1749
|
-
boxShadowHoverError: null;
|
|
1750
|
-
boxShadowActiveError: string;
|
|
1751
1882
|
boxShadowFocusError: string;
|
|
1752
|
-
colorActiveError: string;
|
|
1753
1883
|
caretColorError: string;
|
|
1754
1884
|
clearColor: string;
|
|
1755
1885
|
clearColorHover: string;
|
|
1756
1886
|
clearColorPressed: string;
|
|
1757
|
-
|
|
1887
|
+
iconColor: string;
|
|
1888
|
+
iconColorDisabled: string;
|
|
1889
|
+
iconColorHover: string;
|
|
1890
|
+
iconColorPressed: string;
|
|
1891
|
+
suffixTextColor: string;
|
|
1892
|
+
paddingTiny: string;
|
|
1893
|
+
paddingSmall: string;
|
|
1894
|
+
paddingMedium: string;
|
|
1895
|
+
paddingLarge: string;
|
|
1758
1896
|
clearSize: string;
|
|
1759
|
-
|
|
1897
|
+
}, any>> | undefined;
|
|
1898
|
+
} | undefined;
|
|
1899
|
+
} | undefined;
|
|
1900
|
+
Scrollbar?: {
|
|
1901
|
+
peers?: {
|
|
1902
|
+
[x: string]: any;
|
|
1903
|
+
} | undefined;
|
|
1904
|
+
} | undefined;
|
|
1905
|
+
Empty?: {
|
|
1906
|
+
peers?: {
|
|
1907
|
+
[x: string]: any;
|
|
1908
|
+
} | undefined;
|
|
1909
|
+
} | undefined;
|
|
1910
|
+
Popover?: {
|
|
1911
|
+
peers?: {
|
|
1912
|
+
[x: string]: any;
|
|
1913
|
+
} | undefined;
|
|
1914
|
+
} | undefined;
|
|
1915
|
+
Ellipsis?: {
|
|
1916
|
+
peers?: {
|
|
1917
|
+
Tooltip?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Tooltip", {
|
|
1918
|
+
borderRadius: string;
|
|
1919
|
+
boxShadow: string;
|
|
1920
|
+
color: string;
|
|
1921
|
+
textColor: string;
|
|
1922
|
+
padding: string;
|
|
1760
1923
|
}, {
|
|
1761
1924
|
Popover: import("../../../_mixins").Theme<"Popover", {
|
|
1762
1925
|
fontSize: string;
|
|
@@ -1772,167 +1935,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1772
1935
|
arrowHeight: string;
|
|
1773
1936
|
padding: string;
|
|
1774
1937
|
}, any>;
|
|
1775
|
-
}
|
|
1776
|
-
|
|
1777
|
-
optionFontSizeSmall: string;
|
|
1778
|
-
optionFontSizeMedium: string;
|
|
1779
|
-
optionFontSizeLarge: string;
|
|
1780
|
-
optionFontSizeHuge: string;
|
|
1781
|
-
optionHeightSmall: string;
|
|
1782
|
-
optionHeightMedium: string;
|
|
1783
|
-
optionHeightLarge: string;
|
|
1784
|
-
optionHeightHuge: string;
|
|
1785
|
-
borderRadius: string;
|
|
1786
|
-
color: string;
|
|
1787
|
-
groupHeaderTextColor: string;
|
|
1788
|
-
actionDividerColor: string;
|
|
1789
|
-
optionTextColor: string;
|
|
1790
|
-
optionTextColorPressed: string;
|
|
1791
|
-
optionTextColorDisabled: string;
|
|
1792
|
-
optionTextColorActive: string;
|
|
1793
|
-
optionOpacityDisabled: string;
|
|
1794
|
-
optionCheckColor: string;
|
|
1795
|
-
optionColorPending: string;
|
|
1796
|
-
optionColorActive: string;
|
|
1797
|
-
actionTextColor: string;
|
|
1798
|
-
loadingColor: string;
|
|
1799
|
-
height: string;
|
|
1800
|
-
paddingSmall: string;
|
|
1801
|
-
paddingMedium: string;
|
|
1802
|
-
paddingLarge: string;
|
|
1803
|
-
paddingHuge: string;
|
|
1804
|
-
optionPaddingSmall: string;
|
|
1805
|
-
optionPaddingMedium: string;
|
|
1806
|
-
optionPaddingLarge: string;
|
|
1807
|
-
optionPaddingHuge: string;
|
|
1808
|
-
loadingSize: string;
|
|
1809
|
-
}, {
|
|
1810
|
-
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
1811
|
-
color: string;
|
|
1812
|
-
colorHover: string;
|
|
1813
|
-
}, any>;
|
|
1814
|
-
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
1815
|
-
fontSizeSmall: string;
|
|
1816
|
-
fontSizeMedium: string;
|
|
1817
|
-
fontSizeLarge: string;
|
|
1818
|
-
fontSizeHuge: string;
|
|
1819
|
-
textColor: string;
|
|
1820
|
-
iconColor: string;
|
|
1821
|
-
extraTextColor: string;
|
|
1822
|
-
iconSizeSmall: string;
|
|
1823
|
-
iconSizeMedium: string;
|
|
1824
|
-
iconSizeLarge: string;
|
|
1825
|
-
iconSizeHuge: string;
|
|
1826
|
-
}, any>;
|
|
1827
|
-
}>;
|
|
1828
|
-
}>> | undefined;
|
|
1829
|
-
Input?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Input", {
|
|
1830
|
-
countTextColor: string;
|
|
1831
|
-
heightTiny: string;
|
|
1832
|
-
heightSmall: string;
|
|
1833
|
-
heightMedium: string;
|
|
1834
|
-
heightLarge: string;
|
|
1835
|
-
fontSizeTiny: string;
|
|
1836
|
-
fontSizeSmall: string;
|
|
1837
|
-
fontSizeMedium: string;
|
|
1838
|
-
fontSizeLarge: string;
|
|
1839
|
-
lineHeight: string;
|
|
1840
|
-
lineHeightTextarea: string;
|
|
1841
|
-
borderRadius: string;
|
|
1842
|
-
iconSize: string;
|
|
1843
|
-
groupLabelColor: string;
|
|
1844
|
-
groupLabelTextColor: string;
|
|
1845
|
-
textColor: string;
|
|
1846
|
-
textColorDisabled: string;
|
|
1847
|
-
textDecorationColor: string;
|
|
1848
|
-
caretColor: string;
|
|
1849
|
-
placeholderColor: string;
|
|
1850
|
-
placeholderColorDisabled: string;
|
|
1851
|
-
color: string;
|
|
1852
|
-
colorDisabled: string;
|
|
1853
|
-
colorFocus: string;
|
|
1854
|
-
groupLabelBorder: string;
|
|
1855
|
-
border: string;
|
|
1856
|
-
borderHover: string;
|
|
1857
|
-
borderDisabled: string;
|
|
1858
|
-
borderFocus: string;
|
|
1859
|
-
boxShadowFocus: string;
|
|
1860
|
-
loadingColor: string;
|
|
1861
|
-
loadingColorWarning: string;
|
|
1862
|
-
borderWarning: string;
|
|
1863
|
-
borderHoverWarning: string;
|
|
1864
|
-
colorFocusWarning: string;
|
|
1865
|
-
borderFocusWarning: string;
|
|
1866
|
-
boxShadowFocusWarning: string;
|
|
1867
|
-
caretColorWarning: string;
|
|
1868
|
-
loadingColorError: string;
|
|
1869
|
-
borderError: string;
|
|
1870
|
-
borderHoverError: string;
|
|
1871
|
-
colorFocusError: string;
|
|
1872
|
-
borderFocusError: string;
|
|
1873
|
-
boxShadowFocusError: string;
|
|
1874
|
-
caretColorError: string;
|
|
1875
|
-
clearColor: string;
|
|
1876
|
-
clearColorHover: string;
|
|
1877
|
-
clearColorPressed: string;
|
|
1878
|
-
iconColor: string;
|
|
1879
|
-
iconColorDisabled: string;
|
|
1880
|
-
iconColorHover: string;
|
|
1881
|
-
iconColorPressed: string;
|
|
1882
|
-
suffixTextColor: string;
|
|
1883
|
-
paddingTiny: string;
|
|
1884
|
-
paddingSmall: string;
|
|
1885
|
-
paddingMedium: string;
|
|
1886
|
-
paddingLarge: string;
|
|
1887
|
-
clearSize: string;
|
|
1888
|
-
}, any>> | undefined;
|
|
1889
|
-
} | undefined;
|
|
1890
|
-
} | undefined;
|
|
1891
|
-
Scrollbar?: {
|
|
1892
|
-
peers?: {
|
|
1893
|
-
[x: string]: any;
|
|
1894
|
-
} | undefined;
|
|
1895
|
-
} | undefined;
|
|
1896
|
-
Empty?: {
|
|
1897
|
-
peers?: {
|
|
1898
|
-
[x: string]: any;
|
|
1899
|
-
} | undefined;
|
|
1900
|
-
} | undefined;
|
|
1901
|
-
Popover?: {
|
|
1902
|
-
peers?: {
|
|
1903
|
-
[x: string]: any;
|
|
1904
|
-
} | undefined;
|
|
1905
|
-
} | undefined;
|
|
1906
|
-
Ellipsis?: {
|
|
1907
|
-
peers?: {
|
|
1908
|
-
Tooltip?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Tooltip", {
|
|
1909
|
-
borderRadius: string;
|
|
1910
|
-
boxShadow: string;
|
|
1911
|
-
color: string;
|
|
1912
|
-
textColor: string;
|
|
1913
|
-
padding: string;
|
|
1914
|
-
}, {
|
|
1915
|
-
Popover: import("../../../_mixins").Theme<"Popover", {
|
|
1916
|
-
fontSize: string;
|
|
1917
|
-
borderRadius: string;
|
|
1918
|
-
color: string;
|
|
1919
|
-
dividerColor: string;
|
|
1920
|
-
textColor: string;
|
|
1921
|
-
boxShadow: string;
|
|
1922
|
-
space: string;
|
|
1923
|
-
spaceArrow: string;
|
|
1924
|
-
arrowOffset: string;
|
|
1925
|
-
arrowOffsetVertical: string;
|
|
1926
|
-
arrowHeight: string;
|
|
1927
|
-
padding: string;
|
|
1928
|
-
}, any>;
|
|
1929
|
-
}>> | undefined;
|
|
1938
|
+
}>> | undefined;
|
|
1939
|
+
} | undefined;
|
|
1930
1940
|
} | undefined;
|
|
1931
|
-
}
|
|
1932
|
-
}
|
|
1941
|
+
};
|
|
1942
|
+
}>;
|
|
1943
|
+
required: true;
|
|
1933
1944
|
};
|
|
1934
|
-
|
|
1935
|
-
} & {}>, {
|
|
1945
|
+
}>>, {
|
|
1936
1946
|
isSummary: boolean;
|
|
1937
1947
|
}>;
|
|
1938
1948
|
export default _default;
|