naive-ui 2.24.1 → 2.24.2
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/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/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 +8 -7
- package/volar.d.ts +144 -0
- package/web-types.json +125 -18
package/es/modal/src/Modal.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { PropType, CSSProperties } from 'vue';
|
|
2
2
|
import type { MaybeArray, ExtractPublicPropTypes } from '../../_utils';
|
|
3
3
|
declare const modalProps: {
|
|
4
|
+
onEsc: PropType<() => void>;
|
|
4
5
|
'onUpdate:show': PropType<MaybeArray<(value: boolean) => void>>;
|
|
5
6
|
onUpdateShow: PropType<MaybeArray<(value: boolean) => void>>;
|
|
6
7
|
onAfterEnter: PropType<() => void>;
|
|
@@ -74,6 +75,18 @@ declare const modalProps: {
|
|
|
74
75
|
default: string;
|
|
75
76
|
};
|
|
76
77
|
zIndex: NumberConstructor;
|
|
78
|
+
autoFocus: {
|
|
79
|
+
type: BooleanConstructor;
|
|
80
|
+
default: boolean;
|
|
81
|
+
};
|
|
82
|
+
trapFocus: {
|
|
83
|
+
type: BooleanConstructor;
|
|
84
|
+
default: boolean;
|
|
85
|
+
};
|
|
86
|
+
closeOnEsc: {
|
|
87
|
+
type: BooleanConstructor;
|
|
88
|
+
default: boolean;
|
|
89
|
+
};
|
|
77
90
|
theme: PropType<import("../../_mixins").Theme<"Modal", {
|
|
78
91
|
color: string;
|
|
79
92
|
textColor: string;
|
|
@@ -899,6 +912,7 @@ declare const modalProps: {
|
|
|
899
912
|
};
|
|
900
913
|
export declare type ModalProps = ExtractPublicPropTypes<typeof modalProps>;
|
|
901
914
|
declare const _default: import("vue").DefineComponent<{
|
|
915
|
+
onEsc: PropType<() => void>;
|
|
902
916
|
'onUpdate:show': PropType<MaybeArray<(value: boolean) => void>>;
|
|
903
917
|
onUpdateShow: PropType<MaybeArray<(value: boolean) => void>>;
|
|
904
918
|
onAfterEnter: PropType<() => void>;
|
|
@@ -972,6 +986,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
972
986
|
default: string;
|
|
973
987
|
};
|
|
974
988
|
zIndex: NumberConstructor;
|
|
989
|
+
autoFocus: {
|
|
990
|
+
type: BooleanConstructor;
|
|
991
|
+
default: boolean;
|
|
992
|
+
};
|
|
993
|
+
trapFocus: {
|
|
994
|
+
type: BooleanConstructor;
|
|
995
|
+
default: boolean;
|
|
996
|
+
};
|
|
997
|
+
closeOnEsc: {
|
|
998
|
+
type: BooleanConstructor;
|
|
999
|
+
default: boolean;
|
|
1000
|
+
};
|
|
975
1001
|
theme: PropType<import("../../_mixins").Theme<"Modal", {
|
|
976
1002
|
color: string;
|
|
977
1003
|
textColor: string;
|
|
@@ -1799,875 +1825,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1799
1825
|
namespace: import("vue").ComputedRef<string | undefined>;
|
|
1800
1826
|
isMounted: Readonly<import("vue").Ref<boolean>>;
|
|
1801
1827
|
containerRef: import("vue").Ref<HTMLElement | null>;
|
|
1802
|
-
presetProps: import("vue").ComputedRef<
|
|
1803
|
-
|
|
1804
|
-
type: "default" | "error" | "info" | "success" | "warning";
|
|
1805
|
-
content: string | (() => import("vue").VNodeChild) | undefined;
|
|
1806
|
-
size: "small" | "medium" | "large" | "huge";
|
|
1807
|
-
show: boolean;
|
|
1808
|
-
icon: (() => import("vue").VNodeChild) | undefined;
|
|
1809
|
-
transformOrigin: "center" | "mouse";
|
|
1810
|
-
zIndex: number | undefined;
|
|
1811
|
-
appear: boolean | undefined;
|
|
1812
|
-
onAfterEnter: (() => void) | undefined;
|
|
1813
|
-
onBeforeLeave: (() => void) | undefined;
|
|
1814
|
-
onAfterLeave: (() => void) | undefined;
|
|
1815
|
-
dialog: boolean;
|
|
1816
|
-
title: string | (() => import("vue").VNodeChild) | undefined;
|
|
1817
|
-
role: string | undefined;
|
|
1818
|
-
action: (() => import("vue").VNodeChild) | undefined;
|
|
1819
|
-
to: string | HTMLElement | undefined;
|
|
1820
|
-
theme: import("../../_mixins").Theme<"Modal", {
|
|
1821
|
-
color: string;
|
|
1822
|
-
textColor: string;
|
|
1823
|
-
boxShadow: string;
|
|
1824
|
-
}, {
|
|
1825
|
-
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1826
|
-
color: string;
|
|
1827
|
-
colorHover: string;
|
|
1828
|
-
}, any>;
|
|
1829
|
-
Dialog: import("../../_mixins").Theme<"Dialog", {
|
|
1830
|
-
fontSize: string;
|
|
1831
|
-
lineHeight: string;
|
|
1832
|
-
border: string;
|
|
1833
|
-
titleTextColor: string;
|
|
1834
|
-
textColor: string;
|
|
1835
|
-
color: string;
|
|
1836
|
-
closeColor: string;
|
|
1837
|
-
closeColorHover: string;
|
|
1838
|
-
closeColorPressed: string;
|
|
1839
|
-
iconColor: string;
|
|
1840
|
-
iconColorInfo: string;
|
|
1841
|
-
iconColorSuccess: string;
|
|
1842
|
-
iconColorWarning: string;
|
|
1843
|
-
iconColorError: string;
|
|
1844
|
-
borderRadius: string;
|
|
1845
|
-
titleFontWeight: string;
|
|
1846
|
-
titleFontSize: string;
|
|
1847
|
-
padding: string;
|
|
1848
|
-
iconSize: string;
|
|
1849
|
-
actionSpace: string;
|
|
1850
|
-
contentMargin: string;
|
|
1851
|
-
iconMargin: string;
|
|
1852
|
-
iconMarginIconTop: string;
|
|
1853
|
-
closeSize: string;
|
|
1854
|
-
closeMargin: string;
|
|
1855
|
-
closeMarginIconTop: string;
|
|
1856
|
-
}, {
|
|
1857
|
-
Button: import("../../_mixins").Theme<"Button", {
|
|
1858
|
-
heightTiny: string;
|
|
1859
|
-
heightSmall: string;
|
|
1860
|
-
heightMedium: string;
|
|
1861
|
-
heightLarge: string;
|
|
1862
|
-
borderRadiusTiny: string;
|
|
1863
|
-
borderRadiusSmall: string;
|
|
1864
|
-
borderRadiusMedium: string;
|
|
1865
|
-
borderRadiusLarge: string;
|
|
1866
|
-
fontSizeTiny: string;
|
|
1867
|
-
fontSizeSmall: string;
|
|
1868
|
-
fontSizeMedium: string;
|
|
1869
|
-
fontSizeLarge: string;
|
|
1870
|
-
opacityDisabled: string;
|
|
1871
|
-
colorOpacitySecondary: string;
|
|
1872
|
-
colorOpacitySecondaryHover: string;
|
|
1873
|
-
colorOpacitySecondaryPressed: string;
|
|
1874
|
-
colorSecondary: string;
|
|
1875
|
-
colorSecondaryHover: string;
|
|
1876
|
-
colorSecondaryPressed: string;
|
|
1877
|
-
colorTertiary: string;
|
|
1878
|
-
colorTertiaryHover: string;
|
|
1879
|
-
colorTertiaryPressed: string;
|
|
1880
|
-
colorQuaternary: string;
|
|
1881
|
-
colorQuaternaryHover: string;
|
|
1882
|
-
colorQuaternaryPressed: string;
|
|
1883
|
-
color: string;
|
|
1884
|
-
colorHover: string;
|
|
1885
|
-
colorPressed: string;
|
|
1886
|
-
colorFocus: string;
|
|
1887
|
-
colorDisabled: string;
|
|
1888
|
-
textColor: string;
|
|
1889
|
-
textColorTertiary: string;
|
|
1890
|
-
textColorHover: string;
|
|
1891
|
-
textColorPressed: string;
|
|
1892
|
-
textColorFocus: string;
|
|
1893
|
-
textColorDisabled: string;
|
|
1894
|
-
textColorText: string;
|
|
1895
|
-
textColorTextHover: string;
|
|
1896
|
-
textColorTextPressed: string;
|
|
1897
|
-
textColorTextFocus: string;
|
|
1898
|
-
textColorTextDisabled: string;
|
|
1899
|
-
textColorGhost: string;
|
|
1900
|
-
textColorGhostHover: string;
|
|
1901
|
-
textColorGhostPressed: string;
|
|
1902
|
-
textColorGhostFocus: string;
|
|
1903
|
-
textColorGhostDisabled: string;
|
|
1904
|
-
border: string;
|
|
1905
|
-
borderHover: string;
|
|
1906
|
-
borderPressed: string;
|
|
1907
|
-
borderFocus: string;
|
|
1908
|
-
borderDisabled: string;
|
|
1909
|
-
rippleColor: string;
|
|
1910
|
-
colorPrimary: string;
|
|
1911
|
-
colorHoverPrimary: string;
|
|
1912
|
-
colorPressedPrimary: string;
|
|
1913
|
-
colorFocusPrimary: string;
|
|
1914
|
-
colorDisabledPrimary: string;
|
|
1915
|
-
textColorPrimary: string;
|
|
1916
|
-
textColorHoverPrimary: string;
|
|
1917
|
-
textColorPressedPrimary: string;
|
|
1918
|
-
textColorFocusPrimary: string;
|
|
1919
|
-
textColorDisabledPrimary: string;
|
|
1920
|
-
textColorTextPrimary: string;
|
|
1921
|
-
textColorTextHoverPrimary: string;
|
|
1922
|
-
textColorTextPressedPrimary: string;
|
|
1923
|
-
textColorTextFocusPrimary: string;
|
|
1924
|
-
textColorTextDisabledPrimary: string;
|
|
1925
|
-
textColorGhostPrimary: string;
|
|
1926
|
-
textColorGhostHoverPrimary: string;
|
|
1927
|
-
textColorGhostPressedPrimary: string;
|
|
1928
|
-
textColorGhostFocusPrimary: string;
|
|
1929
|
-
textColorGhostDisabledPrimary: string;
|
|
1930
|
-
borderPrimary: string;
|
|
1931
|
-
borderHoverPrimary: string;
|
|
1932
|
-
borderPressedPrimary: string;
|
|
1933
|
-
borderFocusPrimary: string;
|
|
1934
|
-
borderDisabledPrimary: string;
|
|
1935
|
-
rippleColorPrimary: string;
|
|
1936
|
-
colorInfo: string;
|
|
1937
|
-
colorHoverInfo: string;
|
|
1938
|
-
colorPressedInfo: string;
|
|
1939
|
-
colorFocusInfo: string;
|
|
1940
|
-
colorDisabledInfo: string;
|
|
1941
|
-
textColorInfo: string;
|
|
1942
|
-
textColorHoverInfo: string;
|
|
1943
|
-
textColorPressedInfo: string;
|
|
1944
|
-
textColorFocusInfo: string;
|
|
1945
|
-
textColorDisabledInfo: string;
|
|
1946
|
-
textColorTextInfo: string;
|
|
1947
|
-
textColorTextHoverInfo: string;
|
|
1948
|
-
textColorTextPressedInfo: string;
|
|
1949
|
-
textColorTextFocusInfo: string;
|
|
1950
|
-
textColorTextDisabledInfo: string;
|
|
1951
|
-
textColorGhostInfo: string;
|
|
1952
|
-
textColorGhostHoverInfo: string;
|
|
1953
|
-
textColorGhostPressedInfo: string;
|
|
1954
|
-
textColorGhostFocusInfo: string;
|
|
1955
|
-
textColorGhostDisabledInfo: string;
|
|
1956
|
-
borderInfo: string;
|
|
1957
|
-
borderHoverInfo: string;
|
|
1958
|
-
borderPressedInfo: string;
|
|
1959
|
-
borderFocusInfo: string;
|
|
1960
|
-
borderDisabledInfo: string;
|
|
1961
|
-
rippleColorInfo: string;
|
|
1962
|
-
colorSuccess: string;
|
|
1963
|
-
colorHoverSuccess: string;
|
|
1964
|
-
colorPressedSuccess: string;
|
|
1965
|
-
colorFocusSuccess: string;
|
|
1966
|
-
colorDisabledSuccess: string;
|
|
1967
|
-
textColorSuccess: string;
|
|
1968
|
-
textColorHoverSuccess: string;
|
|
1969
|
-
textColorPressedSuccess: string;
|
|
1970
|
-
textColorFocusSuccess: string;
|
|
1971
|
-
textColorDisabledSuccess: string;
|
|
1972
|
-
textColorTextSuccess: string;
|
|
1973
|
-
textColorTextHoverSuccess: string;
|
|
1974
|
-
textColorTextPressedSuccess: string;
|
|
1975
|
-
textColorTextFocusSuccess: string;
|
|
1976
|
-
textColorTextDisabledSuccess: string;
|
|
1977
|
-
textColorGhostSuccess: string;
|
|
1978
|
-
textColorGhostHoverSuccess: string;
|
|
1979
|
-
textColorGhostPressedSuccess: string;
|
|
1980
|
-
textColorGhostFocusSuccess: string;
|
|
1981
|
-
textColorGhostDisabledSuccess: string;
|
|
1982
|
-
borderSuccess: string;
|
|
1983
|
-
borderHoverSuccess: string;
|
|
1984
|
-
borderPressedSuccess: string;
|
|
1985
|
-
borderFocusSuccess: string;
|
|
1986
|
-
borderDisabledSuccess: string;
|
|
1987
|
-
rippleColorSuccess: string;
|
|
1988
|
-
colorWarning: string;
|
|
1989
|
-
colorHoverWarning: string;
|
|
1990
|
-
colorPressedWarning: string;
|
|
1991
|
-
colorFocusWarning: string;
|
|
1992
|
-
colorDisabledWarning: string;
|
|
1993
|
-
textColorWarning: string;
|
|
1994
|
-
textColorHoverWarning: string;
|
|
1995
|
-
textColorPressedWarning: string;
|
|
1996
|
-
textColorFocusWarning: string;
|
|
1997
|
-
textColorDisabledWarning: string;
|
|
1998
|
-
textColorTextWarning: string;
|
|
1999
|
-
textColorTextHoverWarning: string;
|
|
2000
|
-
textColorTextPressedWarning: string;
|
|
2001
|
-
textColorTextFocusWarning: string;
|
|
2002
|
-
textColorTextDisabledWarning: string;
|
|
2003
|
-
textColorGhostWarning: string;
|
|
2004
|
-
textColorGhostHoverWarning: string;
|
|
2005
|
-
textColorGhostPressedWarning: string;
|
|
2006
|
-
textColorGhostFocusWarning: string;
|
|
2007
|
-
textColorGhostDisabledWarning: string;
|
|
2008
|
-
borderWarning: string;
|
|
2009
|
-
borderHoverWarning: string;
|
|
2010
|
-
borderPressedWarning: string;
|
|
2011
|
-
borderFocusWarning: string;
|
|
2012
|
-
borderDisabledWarning: string;
|
|
2013
|
-
rippleColorWarning: string;
|
|
2014
|
-
colorError: string;
|
|
2015
|
-
colorHoverError: string;
|
|
2016
|
-
colorPressedError: string;
|
|
2017
|
-
colorFocusError: string;
|
|
2018
|
-
colorDisabledError: string;
|
|
2019
|
-
textColorError: string;
|
|
2020
|
-
textColorHoverError: string;
|
|
2021
|
-
textColorPressedError: string;
|
|
2022
|
-
textColorFocusError: string;
|
|
2023
|
-
textColorDisabledError: string;
|
|
2024
|
-
textColorTextError: string;
|
|
2025
|
-
textColorTextHoverError: string;
|
|
2026
|
-
textColorTextPressedError: string;
|
|
2027
|
-
textColorTextFocusError: string;
|
|
2028
|
-
textColorTextDisabledError: string;
|
|
2029
|
-
textColorGhostError: string;
|
|
2030
|
-
textColorGhostHoverError: string;
|
|
2031
|
-
textColorGhostPressedError: string;
|
|
2032
|
-
textColorGhostFocusError: string;
|
|
2033
|
-
textColorGhostDisabledError: string;
|
|
2034
|
-
borderError: string;
|
|
2035
|
-
borderHoverError: string;
|
|
2036
|
-
borderPressedError: string;
|
|
2037
|
-
borderFocusError: string;
|
|
2038
|
-
borderDisabledError: string;
|
|
2039
|
-
rippleColorError: string;
|
|
2040
|
-
waveOpacity: string;
|
|
2041
|
-
fontWeight: string;
|
|
2042
|
-
fontWeightStrong: string;
|
|
2043
|
-
paddingTiny: string;
|
|
2044
|
-
paddingSmall: string;
|
|
2045
|
-
paddingMedium: string;
|
|
2046
|
-
paddingLarge: string;
|
|
2047
|
-
paddingRoundTiny: string;
|
|
2048
|
-
paddingRoundSmall: string;
|
|
2049
|
-
paddingRoundMedium: string;
|
|
2050
|
-
paddingRoundLarge: string;
|
|
2051
|
-
iconMarginTiny: string;
|
|
2052
|
-
iconMarginSmall: string;
|
|
2053
|
-
iconMarginMedium: string;
|
|
2054
|
-
iconMarginLarge: string;
|
|
2055
|
-
iconSizeTiny: string;
|
|
2056
|
-
iconSizeSmall: string;
|
|
2057
|
-
iconSizeMedium: string;
|
|
2058
|
-
iconSizeLarge: string;
|
|
2059
|
-
rippleDuration: string;
|
|
2060
|
-
}, any>;
|
|
2061
|
-
}>;
|
|
2062
|
-
Card: import("../../_mixins").Theme<"Card", {
|
|
2063
|
-
lineHeight: string;
|
|
2064
|
-
color: string;
|
|
2065
|
-
colorModal: string;
|
|
2066
|
-
colorPopover: string;
|
|
2067
|
-
colorTarget: string;
|
|
2068
|
-
colorEmbedded: string;
|
|
2069
|
-
textColor: string;
|
|
2070
|
-
titleTextColor: string;
|
|
2071
|
-
borderColor: string;
|
|
2072
|
-
actionColor: string;
|
|
2073
|
-
titleFontWeight: string;
|
|
2074
|
-
closeColor: string;
|
|
2075
|
-
closeColorHover: string;
|
|
2076
|
-
closeColorPressed: string;
|
|
2077
|
-
fontSizeSmall: string;
|
|
2078
|
-
fontSizeMedium: string;
|
|
2079
|
-
fontSizeLarge: string;
|
|
2080
|
-
fontSizeHuge: string;
|
|
2081
|
-
boxShadow: string;
|
|
2082
|
-
borderRadius: string;
|
|
2083
|
-
paddingSmall: string;
|
|
2084
|
-
paddingMedium: string;
|
|
2085
|
-
paddingLarge: string;
|
|
2086
|
-
paddingHuge: string;
|
|
2087
|
-
titleFontSizeSmall: string;
|
|
2088
|
-
titleFontSizeMedium: string;
|
|
2089
|
-
titleFontSizeLarge: string;
|
|
2090
|
-
titleFontSizeHuge: string;
|
|
2091
|
-
closeSize: string;
|
|
2092
|
-
}, any>;
|
|
2093
|
-
}> | undefined;
|
|
2094
|
-
themeOverrides: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Modal", {
|
|
2095
|
-
color: string;
|
|
2096
|
-
textColor: string;
|
|
2097
|
-
boxShadow: string;
|
|
2098
|
-
}, {
|
|
2099
|
-
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2100
|
-
color: string;
|
|
2101
|
-
colorHover: string;
|
|
2102
|
-
}, any>;
|
|
2103
|
-
Dialog: import("../../_mixins").Theme<"Dialog", {
|
|
2104
|
-
fontSize: string;
|
|
2105
|
-
lineHeight: string;
|
|
2106
|
-
border: string;
|
|
2107
|
-
titleTextColor: string;
|
|
2108
|
-
textColor: string;
|
|
2109
|
-
color: string;
|
|
2110
|
-
closeColor: string;
|
|
2111
|
-
closeColorHover: string;
|
|
2112
|
-
closeColorPressed: string;
|
|
2113
|
-
iconColor: string;
|
|
2114
|
-
iconColorInfo: string;
|
|
2115
|
-
iconColorSuccess: string;
|
|
2116
|
-
iconColorWarning: string;
|
|
2117
|
-
iconColorError: string;
|
|
2118
|
-
borderRadius: string;
|
|
2119
|
-
titleFontWeight: string;
|
|
2120
|
-
titleFontSize: string;
|
|
2121
|
-
padding: string;
|
|
2122
|
-
iconSize: string;
|
|
2123
|
-
actionSpace: string;
|
|
2124
|
-
contentMargin: string;
|
|
2125
|
-
iconMargin: string;
|
|
2126
|
-
iconMarginIconTop: string;
|
|
2127
|
-
closeSize: string;
|
|
2128
|
-
closeMargin: string;
|
|
2129
|
-
closeMarginIconTop: string;
|
|
2130
|
-
}, {
|
|
2131
|
-
Button: import("../../_mixins").Theme<"Button", {
|
|
2132
|
-
heightTiny: string;
|
|
2133
|
-
heightSmall: string;
|
|
2134
|
-
heightMedium: string;
|
|
2135
|
-
heightLarge: string;
|
|
2136
|
-
borderRadiusTiny: string;
|
|
2137
|
-
borderRadiusSmall: string;
|
|
2138
|
-
borderRadiusMedium: string;
|
|
2139
|
-
borderRadiusLarge: string;
|
|
2140
|
-
fontSizeTiny: string;
|
|
2141
|
-
fontSizeSmall: string;
|
|
2142
|
-
fontSizeMedium: string;
|
|
2143
|
-
fontSizeLarge: string;
|
|
2144
|
-
opacityDisabled: string;
|
|
2145
|
-
colorOpacitySecondary: string;
|
|
2146
|
-
colorOpacitySecondaryHover: string;
|
|
2147
|
-
colorOpacitySecondaryPressed: string;
|
|
2148
|
-
colorSecondary: string;
|
|
2149
|
-
colorSecondaryHover: string;
|
|
2150
|
-
colorSecondaryPressed: string;
|
|
2151
|
-
colorTertiary: string;
|
|
2152
|
-
colorTertiaryHover: string;
|
|
2153
|
-
colorTertiaryPressed: string;
|
|
2154
|
-
colorQuaternary: string;
|
|
2155
|
-
colorQuaternaryHover: string;
|
|
2156
|
-
colorQuaternaryPressed: string;
|
|
2157
|
-
color: string;
|
|
2158
|
-
colorHover: string;
|
|
2159
|
-
colorPressed: string;
|
|
2160
|
-
colorFocus: string;
|
|
2161
|
-
colorDisabled: string;
|
|
2162
|
-
textColor: string;
|
|
2163
|
-
textColorTertiary: string;
|
|
2164
|
-
textColorHover: string;
|
|
2165
|
-
textColorPressed: string;
|
|
2166
|
-
textColorFocus: string;
|
|
2167
|
-
textColorDisabled: string;
|
|
2168
|
-
textColorText: string;
|
|
2169
|
-
textColorTextHover: string;
|
|
2170
|
-
textColorTextPressed: string;
|
|
2171
|
-
textColorTextFocus: string;
|
|
2172
|
-
textColorTextDisabled: string;
|
|
2173
|
-
textColorGhost: string;
|
|
2174
|
-
textColorGhostHover: string;
|
|
2175
|
-
textColorGhostPressed: string;
|
|
2176
|
-
textColorGhostFocus: string;
|
|
2177
|
-
textColorGhostDisabled: string;
|
|
2178
|
-
border: string;
|
|
2179
|
-
borderHover: string;
|
|
2180
|
-
borderPressed: string;
|
|
2181
|
-
borderFocus: string;
|
|
2182
|
-
borderDisabled: string;
|
|
2183
|
-
rippleColor: string;
|
|
2184
|
-
colorPrimary: string;
|
|
2185
|
-
colorHoverPrimary: string;
|
|
2186
|
-
colorPressedPrimary: string;
|
|
2187
|
-
colorFocusPrimary: string;
|
|
2188
|
-
colorDisabledPrimary: string;
|
|
2189
|
-
textColorPrimary: string;
|
|
2190
|
-
textColorHoverPrimary: string;
|
|
2191
|
-
textColorPressedPrimary: string;
|
|
2192
|
-
textColorFocusPrimary: string;
|
|
2193
|
-
textColorDisabledPrimary: string;
|
|
2194
|
-
textColorTextPrimary: string;
|
|
2195
|
-
textColorTextHoverPrimary: string;
|
|
2196
|
-
textColorTextPressedPrimary: string;
|
|
2197
|
-
textColorTextFocusPrimary: string;
|
|
2198
|
-
textColorTextDisabledPrimary: string;
|
|
2199
|
-
textColorGhostPrimary: string;
|
|
2200
|
-
textColorGhostHoverPrimary: string;
|
|
2201
|
-
textColorGhostPressedPrimary: string;
|
|
2202
|
-
textColorGhostFocusPrimary: string;
|
|
2203
|
-
textColorGhostDisabledPrimary: string;
|
|
2204
|
-
borderPrimary: string;
|
|
2205
|
-
borderHoverPrimary: string;
|
|
2206
|
-
borderPressedPrimary: string;
|
|
2207
|
-
borderFocusPrimary: string;
|
|
2208
|
-
borderDisabledPrimary: string;
|
|
2209
|
-
rippleColorPrimary: string;
|
|
2210
|
-
colorInfo: string;
|
|
2211
|
-
colorHoverInfo: string;
|
|
2212
|
-
colorPressedInfo: string;
|
|
2213
|
-
colorFocusInfo: string;
|
|
2214
|
-
colorDisabledInfo: string;
|
|
2215
|
-
textColorInfo: string;
|
|
2216
|
-
textColorHoverInfo: string;
|
|
2217
|
-
textColorPressedInfo: string;
|
|
2218
|
-
textColorFocusInfo: string;
|
|
2219
|
-
textColorDisabledInfo: string;
|
|
2220
|
-
textColorTextInfo: string;
|
|
2221
|
-
textColorTextHoverInfo: string;
|
|
2222
|
-
textColorTextPressedInfo: string;
|
|
2223
|
-
textColorTextFocusInfo: string;
|
|
2224
|
-
textColorTextDisabledInfo: string;
|
|
2225
|
-
textColorGhostInfo: string;
|
|
2226
|
-
textColorGhostHoverInfo: string;
|
|
2227
|
-
textColorGhostPressedInfo: string;
|
|
2228
|
-
textColorGhostFocusInfo: string;
|
|
2229
|
-
textColorGhostDisabledInfo: string;
|
|
2230
|
-
borderInfo: string;
|
|
2231
|
-
borderHoverInfo: string;
|
|
2232
|
-
borderPressedInfo: string;
|
|
2233
|
-
borderFocusInfo: string;
|
|
2234
|
-
borderDisabledInfo: string;
|
|
2235
|
-
rippleColorInfo: string;
|
|
2236
|
-
colorSuccess: string;
|
|
2237
|
-
colorHoverSuccess: string;
|
|
2238
|
-
colorPressedSuccess: string;
|
|
2239
|
-
colorFocusSuccess: string;
|
|
2240
|
-
colorDisabledSuccess: string;
|
|
2241
|
-
textColorSuccess: string;
|
|
2242
|
-
textColorHoverSuccess: string;
|
|
2243
|
-
textColorPressedSuccess: string;
|
|
2244
|
-
textColorFocusSuccess: string;
|
|
2245
|
-
textColorDisabledSuccess: string;
|
|
2246
|
-
textColorTextSuccess: string;
|
|
2247
|
-
textColorTextHoverSuccess: string;
|
|
2248
|
-
textColorTextPressedSuccess: string;
|
|
2249
|
-
textColorTextFocusSuccess: string;
|
|
2250
|
-
textColorTextDisabledSuccess: string;
|
|
2251
|
-
textColorGhostSuccess: string;
|
|
2252
|
-
textColorGhostHoverSuccess: string;
|
|
2253
|
-
textColorGhostPressedSuccess: string;
|
|
2254
|
-
textColorGhostFocusSuccess: string;
|
|
2255
|
-
textColorGhostDisabledSuccess: string;
|
|
2256
|
-
borderSuccess: string;
|
|
2257
|
-
borderHoverSuccess: string;
|
|
2258
|
-
borderPressedSuccess: string;
|
|
2259
|
-
borderFocusSuccess: string;
|
|
2260
|
-
borderDisabledSuccess: string;
|
|
2261
|
-
rippleColorSuccess: string;
|
|
2262
|
-
colorWarning: string;
|
|
2263
|
-
colorHoverWarning: string;
|
|
2264
|
-
colorPressedWarning: string;
|
|
2265
|
-
colorFocusWarning: string;
|
|
2266
|
-
colorDisabledWarning: string;
|
|
2267
|
-
textColorWarning: string;
|
|
2268
|
-
textColorHoverWarning: string;
|
|
2269
|
-
textColorPressedWarning: string;
|
|
2270
|
-
textColorFocusWarning: string;
|
|
2271
|
-
textColorDisabledWarning: string;
|
|
2272
|
-
textColorTextWarning: string;
|
|
2273
|
-
textColorTextHoverWarning: string;
|
|
2274
|
-
textColorTextPressedWarning: string;
|
|
2275
|
-
textColorTextFocusWarning: string;
|
|
2276
|
-
textColorTextDisabledWarning: string;
|
|
2277
|
-
textColorGhostWarning: string;
|
|
2278
|
-
textColorGhostHoverWarning: string;
|
|
2279
|
-
textColorGhostPressedWarning: string;
|
|
2280
|
-
textColorGhostFocusWarning: string;
|
|
2281
|
-
textColorGhostDisabledWarning: string;
|
|
2282
|
-
borderWarning: string;
|
|
2283
|
-
borderHoverWarning: string;
|
|
2284
|
-
borderPressedWarning: string;
|
|
2285
|
-
borderFocusWarning: string;
|
|
2286
|
-
borderDisabledWarning: string;
|
|
2287
|
-
rippleColorWarning: string;
|
|
2288
|
-
colorError: string;
|
|
2289
|
-
colorHoverError: string;
|
|
2290
|
-
colorPressedError: string;
|
|
2291
|
-
colorFocusError: string;
|
|
2292
|
-
colorDisabledError: string;
|
|
2293
|
-
textColorError: string;
|
|
2294
|
-
textColorHoverError: string;
|
|
2295
|
-
textColorPressedError: string;
|
|
2296
|
-
textColorFocusError: string;
|
|
2297
|
-
textColorDisabledError: string;
|
|
2298
|
-
textColorTextError: string;
|
|
2299
|
-
textColorTextHoverError: string;
|
|
2300
|
-
textColorTextPressedError: string;
|
|
2301
|
-
textColorTextFocusError: string;
|
|
2302
|
-
textColorTextDisabledError: string;
|
|
2303
|
-
textColorGhostError: string;
|
|
2304
|
-
textColorGhostHoverError: string;
|
|
2305
|
-
textColorGhostPressedError: string;
|
|
2306
|
-
textColorGhostFocusError: string;
|
|
2307
|
-
textColorGhostDisabledError: string;
|
|
2308
|
-
borderError: string;
|
|
2309
|
-
borderHoverError: string;
|
|
2310
|
-
borderPressedError: string;
|
|
2311
|
-
borderFocusError: string;
|
|
2312
|
-
borderDisabledError: string;
|
|
2313
|
-
rippleColorError: string;
|
|
2314
|
-
waveOpacity: string;
|
|
2315
|
-
fontWeight: string;
|
|
2316
|
-
fontWeightStrong: string;
|
|
2317
|
-
paddingTiny: string;
|
|
2318
|
-
paddingSmall: string;
|
|
2319
|
-
paddingMedium: string;
|
|
2320
|
-
paddingLarge: string;
|
|
2321
|
-
paddingRoundTiny: string;
|
|
2322
|
-
paddingRoundSmall: string;
|
|
2323
|
-
paddingRoundMedium: string;
|
|
2324
|
-
paddingRoundLarge: string;
|
|
2325
|
-
iconMarginTiny: string;
|
|
2326
|
-
iconMarginSmall: string;
|
|
2327
|
-
iconMarginMedium: string;
|
|
2328
|
-
iconMarginLarge: string;
|
|
2329
|
-
iconSizeTiny: string;
|
|
2330
|
-
iconSizeSmall: string;
|
|
2331
|
-
iconSizeMedium: string;
|
|
2332
|
-
iconSizeLarge: string;
|
|
2333
|
-
rippleDuration: string;
|
|
2334
|
-
}, any>;
|
|
2335
|
-
}>;
|
|
2336
|
-
Card: import("../../_mixins").Theme<"Card", {
|
|
2337
|
-
lineHeight: string;
|
|
2338
|
-
color: string;
|
|
2339
|
-
colorModal: string;
|
|
2340
|
-
colorPopover: string;
|
|
2341
|
-
colorTarget: string;
|
|
2342
|
-
colorEmbedded: string;
|
|
2343
|
-
textColor: string;
|
|
2344
|
-
titleTextColor: string;
|
|
2345
|
-
borderColor: string;
|
|
2346
|
-
actionColor: string;
|
|
2347
|
-
titleFontWeight: string;
|
|
2348
|
-
closeColor: string;
|
|
2349
|
-
closeColorHover: string;
|
|
2350
|
-
closeColorPressed: string;
|
|
2351
|
-
fontSizeSmall: string;
|
|
2352
|
-
fontSizeMedium: string;
|
|
2353
|
-
fontSizeLarge: string;
|
|
2354
|
-
fontSizeHuge: string;
|
|
2355
|
-
boxShadow: string;
|
|
2356
|
-
borderRadius: string;
|
|
2357
|
-
paddingSmall: string;
|
|
2358
|
-
paddingMedium: string;
|
|
2359
|
-
paddingLarge: string;
|
|
2360
|
-
paddingHuge: string;
|
|
2361
|
-
titleFontSizeSmall: string;
|
|
2362
|
-
titleFontSizeMedium: string;
|
|
2363
|
-
titleFontSizeLarge: string;
|
|
2364
|
-
titleFontSizeHuge: string;
|
|
2365
|
-
closeSize: string;
|
|
2366
|
-
}, any>;
|
|
2367
|
-
}>> | undefined;
|
|
2368
|
-
builtinThemeOverrides: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Modal", {
|
|
2369
|
-
color: string;
|
|
2370
|
-
textColor: string;
|
|
2371
|
-
boxShadow: string;
|
|
2372
|
-
}, {
|
|
2373
|
-
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2374
|
-
color: string;
|
|
2375
|
-
colorHover: string;
|
|
2376
|
-
}, any>;
|
|
2377
|
-
Dialog: import("../../_mixins").Theme<"Dialog", {
|
|
2378
|
-
fontSize: string;
|
|
2379
|
-
lineHeight: string;
|
|
2380
|
-
border: string;
|
|
2381
|
-
titleTextColor: string;
|
|
2382
|
-
textColor: string;
|
|
2383
|
-
color: string;
|
|
2384
|
-
closeColor: string;
|
|
2385
|
-
closeColorHover: string;
|
|
2386
|
-
closeColorPressed: string;
|
|
2387
|
-
iconColor: string;
|
|
2388
|
-
iconColorInfo: string;
|
|
2389
|
-
iconColorSuccess: string;
|
|
2390
|
-
iconColorWarning: string;
|
|
2391
|
-
iconColorError: string;
|
|
2392
|
-
borderRadius: string;
|
|
2393
|
-
titleFontWeight: string;
|
|
2394
|
-
titleFontSize: string;
|
|
2395
|
-
padding: string;
|
|
2396
|
-
iconSize: string;
|
|
2397
|
-
actionSpace: string;
|
|
2398
|
-
contentMargin: string;
|
|
2399
|
-
iconMargin: string;
|
|
2400
|
-
iconMarginIconTop: string;
|
|
2401
|
-
closeSize: string;
|
|
2402
|
-
closeMargin: string;
|
|
2403
|
-
closeMarginIconTop: string;
|
|
2404
|
-
}, {
|
|
2405
|
-
Button: import("../../_mixins").Theme<"Button", {
|
|
2406
|
-
heightTiny: string;
|
|
2407
|
-
heightSmall: string;
|
|
2408
|
-
heightMedium: string;
|
|
2409
|
-
heightLarge: string;
|
|
2410
|
-
borderRadiusTiny: string;
|
|
2411
|
-
borderRadiusSmall: string;
|
|
2412
|
-
borderRadiusMedium: string;
|
|
2413
|
-
borderRadiusLarge: string;
|
|
2414
|
-
fontSizeTiny: string;
|
|
2415
|
-
fontSizeSmall: string;
|
|
2416
|
-
fontSizeMedium: string;
|
|
2417
|
-
fontSizeLarge: string;
|
|
2418
|
-
opacityDisabled: string;
|
|
2419
|
-
colorOpacitySecondary: string;
|
|
2420
|
-
colorOpacitySecondaryHover: string;
|
|
2421
|
-
colorOpacitySecondaryPressed: string;
|
|
2422
|
-
colorSecondary: string;
|
|
2423
|
-
colorSecondaryHover: string;
|
|
2424
|
-
colorSecondaryPressed: string;
|
|
2425
|
-
colorTertiary: string;
|
|
2426
|
-
colorTertiaryHover: string;
|
|
2427
|
-
colorTertiaryPressed: string;
|
|
2428
|
-
colorQuaternary: string;
|
|
2429
|
-
colorQuaternaryHover: string;
|
|
2430
|
-
colorQuaternaryPressed: string;
|
|
2431
|
-
color: string;
|
|
2432
|
-
colorHover: string;
|
|
2433
|
-
colorPressed: string;
|
|
2434
|
-
colorFocus: string;
|
|
2435
|
-
colorDisabled: string;
|
|
2436
|
-
textColor: string;
|
|
2437
|
-
textColorTertiary: string;
|
|
2438
|
-
textColorHover: string;
|
|
2439
|
-
textColorPressed: string;
|
|
2440
|
-
textColorFocus: string;
|
|
2441
|
-
textColorDisabled: string;
|
|
2442
|
-
textColorText: string;
|
|
2443
|
-
textColorTextHover: string;
|
|
2444
|
-
textColorTextPressed: string;
|
|
2445
|
-
textColorTextFocus: string;
|
|
2446
|
-
textColorTextDisabled: string;
|
|
2447
|
-
textColorGhost: string;
|
|
2448
|
-
textColorGhostHover: string;
|
|
2449
|
-
textColorGhostPressed: string;
|
|
2450
|
-
textColorGhostFocus: string;
|
|
2451
|
-
textColorGhostDisabled: string;
|
|
2452
|
-
border: string;
|
|
2453
|
-
borderHover: string;
|
|
2454
|
-
borderPressed: string;
|
|
2455
|
-
borderFocus: string;
|
|
2456
|
-
borderDisabled: string;
|
|
2457
|
-
rippleColor: string;
|
|
2458
|
-
colorPrimary: string;
|
|
2459
|
-
colorHoverPrimary: string;
|
|
2460
|
-
colorPressedPrimary: string;
|
|
2461
|
-
colorFocusPrimary: string;
|
|
2462
|
-
colorDisabledPrimary: string;
|
|
2463
|
-
textColorPrimary: string;
|
|
2464
|
-
textColorHoverPrimary: string;
|
|
2465
|
-
textColorPressedPrimary: string;
|
|
2466
|
-
textColorFocusPrimary: string;
|
|
2467
|
-
textColorDisabledPrimary: string;
|
|
2468
|
-
textColorTextPrimary: string;
|
|
2469
|
-
textColorTextHoverPrimary: string;
|
|
2470
|
-
textColorTextPressedPrimary: string;
|
|
2471
|
-
textColorTextFocusPrimary: string;
|
|
2472
|
-
textColorTextDisabledPrimary: string;
|
|
2473
|
-
textColorGhostPrimary: string;
|
|
2474
|
-
textColorGhostHoverPrimary: string;
|
|
2475
|
-
textColorGhostPressedPrimary: string;
|
|
2476
|
-
textColorGhostFocusPrimary: string;
|
|
2477
|
-
textColorGhostDisabledPrimary: string;
|
|
2478
|
-
borderPrimary: string;
|
|
2479
|
-
borderHoverPrimary: string;
|
|
2480
|
-
borderPressedPrimary: string;
|
|
2481
|
-
borderFocusPrimary: string;
|
|
2482
|
-
borderDisabledPrimary: string;
|
|
2483
|
-
rippleColorPrimary: string;
|
|
2484
|
-
colorInfo: string;
|
|
2485
|
-
colorHoverInfo: string;
|
|
2486
|
-
colorPressedInfo: string;
|
|
2487
|
-
colorFocusInfo: string;
|
|
2488
|
-
colorDisabledInfo: string;
|
|
2489
|
-
textColorInfo: string;
|
|
2490
|
-
textColorHoverInfo: string;
|
|
2491
|
-
textColorPressedInfo: string;
|
|
2492
|
-
textColorFocusInfo: string;
|
|
2493
|
-
textColorDisabledInfo: string;
|
|
2494
|
-
textColorTextInfo: string;
|
|
2495
|
-
textColorTextHoverInfo: string;
|
|
2496
|
-
textColorTextPressedInfo: string;
|
|
2497
|
-
textColorTextFocusInfo: string;
|
|
2498
|
-
textColorTextDisabledInfo: string;
|
|
2499
|
-
textColorGhostInfo: string;
|
|
2500
|
-
textColorGhostHoverInfo: string;
|
|
2501
|
-
textColorGhostPressedInfo: string;
|
|
2502
|
-
textColorGhostFocusInfo: string;
|
|
2503
|
-
textColorGhostDisabledInfo: string;
|
|
2504
|
-
borderInfo: string;
|
|
2505
|
-
borderHoverInfo: string;
|
|
2506
|
-
borderPressedInfo: string;
|
|
2507
|
-
borderFocusInfo: string;
|
|
2508
|
-
borderDisabledInfo: string;
|
|
2509
|
-
rippleColorInfo: string;
|
|
2510
|
-
colorSuccess: string;
|
|
2511
|
-
colorHoverSuccess: string;
|
|
2512
|
-
colorPressedSuccess: string;
|
|
2513
|
-
colorFocusSuccess: string;
|
|
2514
|
-
colorDisabledSuccess: string;
|
|
2515
|
-
textColorSuccess: string;
|
|
2516
|
-
textColorHoverSuccess: string;
|
|
2517
|
-
textColorPressedSuccess: string;
|
|
2518
|
-
textColorFocusSuccess: string;
|
|
2519
|
-
textColorDisabledSuccess: string;
|
|
2520
|
-
textColorTextSuccess: string;
|
|
2521
|
-
textColorTextHoverSuccess: string;
|
|
2522
|
-
textColorTextPressedSuccess: string;
|
|
2523
|
-
textColorTextFocusSuccess: string;
|
|
2524
|
-
textColorTextDisabledSuccess: string;
|
|
2525
|
-
textColorGhostSuccess: string;
|
|
2526
|
-
textColorGhostHoverSuccess: string;
|
|
2527
|
-
textColorGhostPressedSuccess: string;
|
|
2528
|
-
textColorGhostFocusSuccess: string;
|
|
2529
|
-
textColorGhostDisabledSuccess: string;
|
|
2530
|
-
borderSuccess: string;
|
|
2531
|
-
borderHoverSuccess: string;
|
|
2532
|
-
borderPressedSuccess: string;
|
|
2533
|
-
borderFocusSuccess: string;
|
|
2534
|
-
borderDisabledSuccess: string;
|
|
2535
|
-
rippleColorSuccess: string;
|
|
2536
|
-
colorWarning: string;
|
|
2537
|
-
colorHoverWarning: string;
|
|
2538
|
-
colorPressedWarning: string;
|
|
2539
|
-
colorFocusWarning: string;
|
|
2540
|
-
colorDisabledWarning: string;
|
|
2541
|
-
textColorWarning: string;
|
|
2542
|
-
textColorHoverWarning: string;
|
|
2543
|
-
textColorPressedWarning: string;
|
|
2544
|
-
textColorFocusWarning: string;
|
|
2545
|
-
textColorDisabledWarning: string;
|
|
2546
|
-
textColorTextWarning: string;
|
|
2547
|
-
textColorTextHoverWarning: string;
|
|
2548
|
-
textColorTextPressedWarning: string;
|
|
2549
|
-
textColorTextFocusWarning: string;
|
|
2550
|
-
textColorTextDisabledWarning: string;
|
|
2551
|
-
textColorGhostWarning: string;
|
|
2552
|
-
textColorGhostHoverWarning: string;
|
|
2553
|
-
textColorGhostPressedWarning: string;
|
|
2554
|
-
textColorGhostFocusWarning: string;
|
|
2555
|
-
textColorGhostDisabledWarning: string;
|
|
2556
|
-
borderWarning: string;
|
|
2557
|
-
borderHoverWarning: string;
|
|
2558
|
-
borderPressedWarning: string;
|
|
2559
|
-
borderFocusWarning: string;
|
|
2560
|
-
borderDisabledWarning: string;
|
|
2561
|
-
rippleColorWarning: string;
|
|
2562
|
-
colorError: string;
|
|
2563
|
-
colorHoverError: string;
|
|
2564
|
-
colorPressedError: string;
|
|
2565
|
-
colorFocusError: string;
|
|
2566
|
-
colorDisabledError: string;
|
|
2567
|
-
textColorError: string;
|
|
2568
|
-
textColorHoverError: string;
|
|
2569
|
-
textColorPressedError: string;
|
|
2570
|
-
textColorFocusError: string;
|
|
2571
|
-
textColorDisabledError: string;
|
|
2572
|
-
textColorTextError: string;
|
|
2573
|
-
textColorTextHoverError: string;
|
|
2574
|
-
textColorTextPressedError: string;
|
|
2575
|
-
textColorTextFocusError: string;
|
|
2576
|
-
textColorTextDisabledError: string;
|
|
2577
|
-
textColorGhostError: string;
|
|
2578
|
-
textColorGhostHoverError: string;
|
|
2579
|
-
textColorGhostPressedError: string;
|
|
2580
|
-
textColorGhostFocusError: string;
|
|
2581
|
-
textColorGhostDisabledError: string;
|
|
2582
|
-
borderError: string;
|
|
2583
|
-
borderHoverError: string;
|
|
2584
|
-
borderPressedError: string;
|
|
2585
|
-
borderFocusError: string;
|
|
2586
|
-
borderDisabledError: string;
|
|
2587
|
-
rippleColorError: string;
|
|
2588
|
-
waveOpacity: string;
|
|
2589
|
-
fontWeight: string;
|
|
2590
|
-
fontWeightStrong: string;
|
|
2591
|
-
paddingTiny: string;
|
|
2592
|
-
paddingSmall: string;
|
|
2593
|
-
paddingMedium: string;
|
|
2594
|
-
paddingLarge: string;
|
|
2595
|
-
paddingRoundTiny: string;
|
|
2596
|
-
paddingRoundSmall: string;
|
|
2597
|
-
paddingRoundMedium: string;
|
|
2598
|
-
paddingRoundLarge: string;
|
|
2599
|
-
iconMarginTiny: string;
|
|
2600
|
-
iconMarginSmall: string;
|
|
2601
|
-
iconMarginMedium: string;
|
|
2602
|
-
iconMarginLarge: string;
|
|
2603
|
-
iconSizeTiny: string;
|
|
2604
|
-
iconSizeSmall: string;
|
|
2605
|
-
iconSizeMedium: string;
|
|
2606
|
-
iconSizeLarge: string;
|
|
2607
|
-
rippleDuration: string;
|
|
2608
|
-
}, any>;
|
|
2609
|
-
}>;
|
|
2610
|
-
Card: import("../../_mixins").Theme<"Card", {
|
|
2611
|
-
lineHeight: string;
|
|
2612
|
-
color: string;
|
|
2613
|
-
colorModal: string;
|
|
2614
|
-
colorPopover: string;
|
|
2615
|
-
colorTarget: string;
|
|
2616
|
-
colorEmbedded: string;
|
|
2617
|
-
textColor: string;
|
|
2618
|
-
titleTextColor: string;
|
|
2619
|
-
borderColor: string;
|
|
2620
|
-
actionColor: string;
|
|
2621
|
-
titleFontWeight: string;
|
|
2622
|
-
closeColor: string;
|
|
2623
|
-
closeColorHover: string;
|
|
2624
|
-
closeColorPressed: string;
|
|
2625
|
-
fontSizeSmall: string;
|
|
2626
|
-
fontSizeMedium: string;
|
|
2627
|
-
fontSizeLarge: string;
|
|
2628
|
-
fontSizeHuge: string;
|
|
2629
|
-
boxShadow: string;
|
|
2630
|
-
borderRadius: string;
|
|
2631
|
-
paddingSmall: string;
|
|
2632
|
-
paddingMedium: string;
|
|
2633
|
-
paddingLarge: string;
|
|
2634
|
-
paddingHuge: string;
|
|
2635
|
-
titleFontSizeSmall: string;
|
|
2636
|
-
titleFontSizeMedium: string;
|
|
2637
|
-
titleFontSizeLarge: string;
|
|
2638
|
-
titleFontSizeHuge: string;
|
|
2639
|
-
closeSize: string;
|
|
2640
|
-
}, any>;
|
|
2641
|
-
}>> | undefined;
|
|
2642
|
-
positiveText: string | undefined;
|
|
2643
|
-
negativeText: string | undefined;
|
|
2644
|
-
loading: boolean;
|
|
2645
|
-
showIcon: boolean;
|
|
2646
|
-
bordered: boolean;
|
|
2647
|
-
contentStyle: string | CSSProperties | undefined;
|
|
2648
|
-
onClose: (() => any) | undefined;
|
|
2649
|
-
closable: boolean;
|
|
2650
|
-
displayDirective: "show" | "if";
|
|
2651
|
-
"onUpdate:show": MaybeArray<(value: boolean) => void> | undefined;
|
|
2652
|
-
onUpdateShow: MaybeArray<(value: boolean) => void> | undefined;
|
|
2653
|
-
onHide: ((value: false) => void) | undefined;
|
|
2654
|
-
iconPlacement: import("../../dialog/src/interface").IconPlacement | undefined;
|
|
2655
|
-
onAfterHide: (() => void) | undefined;
|
|
2656
|
-
hoverable: boolean;
|
|
2657
|
-
headerStyle: string | CSSProperties | undefined;
|
|
2658
|
-
footerStyle: string | CSSProperties | undefined;
|
|
2659
|
-
embedded: boolean;
|
|
2660
|
-
segmented: boolean | import("../../card/src/Card").Segmented;
|
|
2661
|
-
onPositiveClick: (() => any) | undefined;
|
|
2662
|
-
onNegativeClick: (() => any) | undefined;
|
|
2663
|
-
preset: "dialog" | "card" | "confirm" | undefined;
|
|
2664
|
-
onMaskClick: ((e: MouseEvent) => void) | undefined;
|
|
2665
|
-
overlayStyle: string | CSSProperties | undefined;
|
|
2666
|
-
onBeforeHide: (() => void) | undefined;
|
|
2667
|
-
unstableShowMask: boolean;
|
|
2668
|
-
maskClosable: boolean;
|
|
2669
|
-
}>, "type" | "content" | "size" | "icon" | "title" | "role" | "action" | "positiveText" | "negativeText" | "loading" | "showIcon" | "bordered" | "contentStyle" | "onClose" | "closable" | "iconPlacement" | "hoverable" | "headerStyle" | "footerStyle" | "embedded" | "segmented" | "onPositiveClick" | "onNegativeClick">>;
|
|
2670
|
-
handleKeyup: (e: KeyboardEvent) => void;
|
|
1828
|
+
presetProps: import("vue").ComputedRef<any>;
|
|
1829
|
+
handleEsc: (e: KeyboardEvent) => void;
|
|
2671
1830
|
handleAfterLeave: () => void;
|
|
2672
1831
|
handleClickoutside: (e: MouseEvent) => void;
|
|
2673
1832
|
handleBeforeLeave: () => void;
|
|
@@ -2681,82 +1840,94 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2681
1840
|
'--n-color': string;
|
|
2682
1841
|
'--n-text-color': string;
|
|
2683
1842
|
}>;
|
|
2684
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
size:
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
}
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
1843
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1844
|
+
onEsc: PropType<() => void>;
|
|
1845
|
+
'onUpdate:show': PropType<MaybeArray<(value: boolean) => void>>;
|
|
1846
|
+
onUpdateShow: PropType<MaybeArray<(value: boolean) => void>>;
|
|
1847
|
+
onAfterEnter: PropType<() => void>;
|
|
1848
|
+
onBeforeLeave: PropType<() => void>;
|
|
1849
|
+
onAfterLeave: PropType<() => void>;
|
|
1850
|
+
onClose: PropType<() => any>;
|
|
1851
|
+
onPositiveClick: PropType<() => any>;
|
|
1852
|
+
onNegativeClick: PropType<() => any>;
|
|
1853
|
+
onMaskClick: PropType<(e: MouseEvent) => void>;
|
|
1854
|
+
dialog: BooleanConstructor;
|
|
1855
|
+
appear: {
|
|
1856
|
+
type: PropType<boolean | undefined>;
|
|
1857
|
+
default: undefined;
|
|
1858
|
+
};
|
|
1859
|
+
overlayStyle: PropType<string | CSSProperties>;
|
|
1860
|
+
onBeforeHide: PropType<() => void>;
|
|
1861
|
+
onAfterHide: PropType<() => void>;
|
|
1862
|
+
onHide: PropType<(value: false) => void>;
|
|
1863
|
+
icon: PropType<() => import("vue").VNodeChild>;
|
|
1864
|
+
type: {
|
|
1865
|
+
readonly type: PropType<"default" | "error" | "info" | "success" | "warning">;
|
|
1866
|
+
readonly default: "default";
|
|
1867
|
+
};
|
|
1868
|
+
title: PropType<string | (() => import("vue").VNodeChild)>;
|
|
1869
|
+
closable: {
|
|
1870
|
+
readonly type: BooleanConstructor;
|
|
1871
|
+
readonly default: true;
|
|
1872
|
+
};
|
|
1873
|
+
negativeText: StringConstructor;
|
|
1874
|
+
positiveText: StringConstructor;
|
|
1875
|
+
content: PropType<string | (() => import("vue").VNodeChild)>;
|
|
1876
|
+
action: PropType<() => import("vue").VNodeChild>;
|
|
1877
|
+
showIcon: {
|
|
1878
|
+
readonly type: BooleanConstructor;
|
|
1879
|
+
readonly default: true;
|
|
1880
|
+
};
|
|
1881
|
+
loading: BooleanConstructor;
|
|
1882
|
+
bordered: BooleanConstructor;
|
|
1883
|
+
iconPlacement: PropType<import("../../dialog/src/interface").IconPlacement>;
|
|
1884
|
+
contentStyle: PropType<string | CSSProperties>;
|
|
1885
|
+
headerStyle: PropType<string | CSSProperties>;
|
|
1886
|
+
footerStyle: PropType<string | CSSProperties>;
|
|
1887
|
+
embedded: BooleanConstructor;
|
|
1888
|
+
segmented: {
|
|
1889
|
+
readonly type: PropType<boolean | import("../../card/src/Card").Segmented>;
|
|
1890
|
+
readonly default: false;
|
|
1891
|
+
};
|
|
1892
|
+
size: {
|
|
1893
|
+
readonly type: PropType<"small" | "medium" | "large" | "huge">;
|
|
1894
|
+
readonly default: "medium";
|
|
1895
|
+
};
|
|
1896
|
+
hoverable: BooleanConstructor;
|
|
1897
|
+
role: StringConstructor;
|
|
1898
|
+
show: BooleanConstructor;
|
|
1899
|
+
unstableShowMask: {
|
|
1900
|
+
type: BooleanConstructor;
|
|
1901
|
+
default: boolean;
|
|
1902
|
+
};
|
|
1903
|
+
maskClosable: {
|
|
1904
|
+
type: BooleanConstructor;
|
|
1905
|
+
default: boolean;
|
|
1906
|
+
};
|
|
1907
|
+
preset: PropType<"dialog" | "card" | "confirm">;
|
|
1908
|
+
to: PropType<string | HTMLElement>;
|
|
1909
|
+
displayDirective: {
|
|
1910
|
+
type: PropType<"show" | "if">;
|
|
1911
|
+
default: string;
|
|
1912
|
+
};
|
|
1913
|
+
transformOrigin: {
|
|
1914
|
+
type: PropType<"center" | "mouse">;
|
|
1915
|
+
default: string;
|
|
1916
|
+
};
|
|
1917
|
+
zIndex: NumberConstructor;
|
|
1918
|
+
autoFocus: {
|
|
1919
|
+
type: BooleanConstructor;
|
|
1920
|
+
default: boolean;
|
|
1921
|
+
};
|
|
1922
|
+
trapFocus: {
|
|
1923
|
+
type: BooleanConstructor;
|
|
1924
|
+
default: boolean;
|
|
1925
|
+
};
|
|
1926
|
+
closeOnEsc: {
|
|
1927
|
+
type: BooleanConstructor;
|
|
1928
|
+
default: boolean;
|
|
1929
|
+
};
|
|
1930
|
+
theme: PropType<import("../../_mixins").Theme<"Modal", {
|
|
2760
1931
|
color: string;
|
|
2761
1932
|
textColor: string;
|
|
2762
1933
|
boxShadow: string;
|
|
@@ -3029,8 +2200,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3029
2200
|
titleFontSizeHuge: string;
|
|
3030
2201
|
closeSize: string;
|
|
3031
2202
|
}, any>;
|
|
3032
|
-
}
|
|
3033
|
-
themeOverrides
|
|
2203
|
+
}>>;
|
|
2204
|
+
themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Modal", {
|
|
3034
2205
|
color: string;
|
|
3035
2206
|
textColor: string;
|
|
3036
2207
|
boxShadow: string;
|
|
@@ -3303,8 +2474,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3303
2474
|
titleFontSizeHuge: string;
|
|
3304
2475
|
closeSize: string;
|
|
3305
2476
|
}, any>;
|
|
3306
|
-
}
|
|
3307
|
-
builtinThemeOverrides
|
|
2477
|
+
}>>>;
|
|
2478
|
+
builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Modal", {
|
|
3308
2479
|
color: string;
|
|
3309
2480
|
textColor: string;
|
|
3310
2481
|
boxShadow: string;
|
|
@@ -3577,31 +2748,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3577
2748
|
titleFontSizeHuge: string;
|
|
3578
2749
|
closeSize: string;
|
|
3579
2750
|
}, any>;
|
|
3580
|
-
}
|
|
3581
|
-
|
|
3582
|
-
negativeText?: string | undefined;
|
|
3583
|
-
contentStyle?: string | CSSProperties | undefined;
|
|
3584
|
-
onClose?: (() => any) | undefined;
|
|
3585
|
-
"onUpdate:show"?: MaybeArray<(value: boolean) => void> | undefined;
|
|
3586
|
-
onUpdateShow?: MaybeArray<(value: boolean) => void> | undefined;
|
|
3587
|
-
onHide?: ((value: false) => void) | undefined;
|
|
3588
|
-
iconPlacement?: import("../../dialog/src/interface").IconPlacement | undefined;
|
|
3589
|
-
onAfterHide?: (() => void) | undefined;
|
|
3590
|
-
headerStyle?: string | CSSProperties | undefined;
|
|
3591
|
-
footerStyle?: string | CSSProperties | undefined;
|
|
3592
|
-
onPositiveClick?: (() => any) | undefined;
|
|
3593
|
-
onNegativeClick?: (() => any) | undefined;
|
|
3594
|
-
preset?: "dialog" | "card" | "confirm" | undefined;
|
|
3595
|
-
onMaskClick?: ((e: MouseEvent) => void) | undefined;
|
|
3596
|
-
overlayStyle?: string | CSSProperties | undefined;
|
|
3597
|
-
onBeforeHide?: (() => void) | undefined;
|
|
3598
|
-
}>, {
|
|
2751
|
+
}>>>;
|
|
2752
|
+
}>>, {
|
|
3599
2753
|
type: "default" | "error" | "info" | "success" | "warning";
|
|
3600
2754
|
size: "small" | "medium" | "large" | "huge";
|
|
3601
2755
|
show: boolean;
|
|
3602
2756
|
transformOrigin: "center" | "mouse";
|
|
3603
2757
|
appear: boolean | undefined;
|
|
3604
2758
|
dialog: boolean;
|
|
2759
|
+
autoFocus: boolean;
|
|
3605
2760
|
loading: boolean;
|
|
3606
2761
|
showIcon: boolean;
|
|
3607
2762
|
bordered: boolean;
|
|
@@ -3610,7 +2765,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3610
2765
|
hoverable: boolean;
|
|
3611
2766
|
embedded: boolean;
|
|
3612
2767
|
segmented: boolean | import("../../card/src/Card").Segmented;
|
|
2768
|
+
trapFocus: boolean;
|
|
3613
2769
|
unstableShowMask: boolean;
|
|
3614
2770
|
maskClosable: boolean;
|
|
2771
|
+
closeOnEsc: boolean;
|
|
3615
2772
|
}>;
|
|
3616
2773
|
export default _default;
|