naive-ui 2.38.2 → 2.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/README.zh-CN.md +1 -1
- package/dist/index.js +31501 -32798
- package/dist/index.mjs +31486 -32787
- package/dist/index.prod.js +1 -9
- package/dist/index.prod.mjs +1 -9
- package/es/_internal/clear/src/Clear.mjs +1 -1
- package/es/_internal/clear/src/styles/index.cssr.mjs +1 -1
- package/es/_internal/close/src/Close.d.ts +0 -1
- package/es/_internal/close/src/Close.mjs +1 -1
- package/es/_internal/close/src/styles/index.cssr.mjs +1 -1
- package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +2 -2
- package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.mjs +1 -2
- package/es/_internal/focus-detector/src/FocusDetector.d.ts +0 -1
- package/es/_internal/focus-detector/src/FocusDetector.mjs +1 -1
- package/es/_internal/icon/src/Icon.mjs +1 -1
- package/es/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +0 -1
- package/es/_internal/icon-switch-transition/src/IconSwitchTransition.mjs +1 -1
- package/es/_internal/icons/Add.mjs +1 -1
- package/es/_internal/icons/ArrowBack.mjs +1 -1
- package/es/_internal/icons/ArrowDown.mjs +1 -1
- package/es/_internal/icons/ArrowUp.mjs +1 -1
- package/es/_internal/icons/Backward.mjs +1 -1
- package/es/_internal/icons/Checkmark.mjs +1 -1
- package/es/_internal/icons/ChevronDown.mjs +1 -1
- package/es/_internal/icons/ChevronDownFilled.mjs +1 -1
- package/es/_internal/icons/ChevronLeft.mjs +1 -1
- package/es/_internal/icons/ChevronRight.mjs +1 -1
- package/es/_internal/icons/Empty.mjs +1 -1
- package/es/_internal/icons/Eye.mjs +1 -1
- package/es/_internal/icons/EyeOff.mjs +1 -1
- package/es/_internal/icons/FastBackward.mjs +1 -1
- package/es/_internal/icons/FastForward.mjs +1 -1
- package/es/_internal/icons/File.mjs +1 -1
- package/es/_internal/icons/Filter.mjs +1 -1
- package/es/_internal/icons/Forward.mjs +1 -1
- package/es/_internal/icons/More.mjs +1 -1
- package/es/_internal/icons/Photo.mjs +1 -1
- package/es/_internal/icons/Remove.mjs +1 -1
- package/es/_internal/icons/ResizeSmall.mjs +1 -1
- package/es/_internal/icons/Search.mjs +1 -1
- package/es/_internal/icons/Switcher.mjs +1 -1
- package/es/_internal/icons/replaceable.d.ts +0 -1
- package/es/_internal/icons/replaceable.mjs +0 -1
- package/es/_internal/loading/src/Loading.mjs +1 -1
- package/es/_internal/menu-mask/src/MenuMask.d.ts +1 -1
- package/es/_internal/menu-mask/src/MenuMask.mjs +1 -1
- package/es/_internal/scrollbar/src/Scrollbar.d.ts +70 -24
- package/es/_internal/scrollbar/src/Scrollbar.mjs +53 -42
- package/es/_internal/scrollbar/src/styles/index.cssr.mjs +11 -5
- package/es/_internal/scrollbar/src/styles/rtl.cssr.mjs +1 -1
- package/es/_internal/scrollbar/styles/common.d.ts +4 -2
- package/es/_internal/scrollbar/styles/common.mjs +4 -2
- package/es/_internal/scrollbar/styles/light.d.ts +5 -3
- package/es/_internal/scrollbar/styles/light.mjs +2 -2
- package/es/_internal/select-menu/src/SelectGroupHeader.d.ts +2 -2
- package/es/_internal/select-menu/src/SelectGroupHeader.mjs +1 -2
- package/es/_internal/select-menu/src/SelectMenu.d.ts +75 -123
- package/es/_internal/select-menu/src/SelectMenu.mjs +5 -4
- package/es/_internal/select-menu/src/SelectOption.d.ts +3 -3
- package/es/_internal/select-menu/src/SelectOption.mjs +2 -3
- package/es/_internal/select-menu/src/interface.d.ts +2 -2
- package/es/_internal/select-menu/styles/_common.d.ts +2 -0
- package/es/_internal/select-menu/styles/_common.mjs +2 -0
- package/es/_internal/select-menu/styles/light.d.ts +15 -3
- package/es/_internal/select-menu/styles/light.mjs +7 -3
- package/es/_internal/selection/src/Selection.d.ts +8 -112
- package/es/_internal/selection/src/Selection.mjs +5 -6
- package/es/_internal/selection/src/interface.d.ts +1 -1
- package/es/_internal/selection/styles/light.d.ts +1 -1
- package/es/_internal/selection/styles/light.mjs +3 -3
- package/es/_internal/slot-machine/src/SlotMachine.d.ts +0 -1
- package/es/_internal/slot-machine/src/SlotMachine.mjs +1 -1
- package/es/_internal/slot-machine/src/SlotMachineNumber.d.ts +0 -1
- package/es/_internal/slot-machine/src/SlotMachineNumber.mjs +1 -1
- package/es/_internal/suffix/src/Suffix.d.ts +0 -1
- package/es/_internal/suffix/src/Suffix.mjs +1 -1
- package/es/_internal/wave/src/Wave.mjs +1 -2
- package/es/_mixins/use-config.d.ts +1 -1
- package/es/_mixins/use-config.mjs +1 -1
- package/es/_mixins/use-css-vars-class.mjs +10 -8
- package/es/_mixins/use-form-item.mjs +1 -1
- package/es/_mixins/use-hljs.mjs +1 -1
- package/es/_mixins/use-locale.mjs +2 -2
- package/es/_mixins/use-rtl.mjs +5 -2
- package/es/_mixins/use-style.mjs +5 -3
- package/es/_mixins/use-theme.d.ts +1 -1
- package/es/_mixins/use-theme.mjs +5 -4
- package/es/_styles/common/dark.mjs +3 -3
- package/es/_styles/common/light.mjs +3 -3
- package/es/_styles/transitions/fade-in-height-expand.cssr.mjs +2 -2
- package/es/_styles/transitions/fade-in-scale-up.cssr.mjs +2 -2
- package/es/_styles/transitions/icon-switch.cssr.mjs +1 -1
- package/es/_utils/composable/use-adjusted-to.d.ts +1 -1
- package/es/_utils/composable/use-adjusted-to.mjs +1 -1
- package/es/_utils/composable/use-browser-location.d.ts +1 -1
- package/es/_utils/composable/use-browser-location.mjs +3 -3
- package/es/_utils/composable/use-collection.d.ts +1 -1
- package/es/_utils/composable/use-collection.mjs +1 -1
- package/es/_utils/composable/use-houdini.mjs +1 -1
- package/es/_utils/composable/use-is-composing.d.ts +1 -1
- package/es/_utils/composable/use-is-composing.mjs +7 -7
- package/es/_utils/composable/use-lock-html-scroll.mjs +1 -1
- package/es/_utils/cssr/index.mjs +0 -2
- package/es/_utils/dom/download.d.ts +1 -1
- package/es/_utils/dom/download.mjs +2 -2
- package/es/_utils/naive/extract-public-props.d.ts +2 -2
- package/es/_utils/naive/prop.mjs +1 -1
- package/es/_utils/naive/warn.d.ts +1 -0
- package/es/_utils/naive/warn.mjs +3 -0
- package/es/_utils/vue/call.mjs +3 -1
- package/es/_utils/vue/flatten.d.ts +1 -1
- package/es/_utils/vue/flatten.mjs +1 -1
- package/es/_utils/vue/get-first-slot-vnode.d.ts +1 -1
- package/es/_utils/vue/get-first-slot-vnode.mjs +1 -1
- package/es/_utils/vue/get-slot.d.ts +1 -1
- package/es/_utils/vue/merge-handlers.mjs +0 -1
- package/es/_utils/vue/render.d.ts +1 -1
- package/es/_utils/vue/render.mjs +2 -2
- package/es/_utils/vue/resolve-slot.mjs +1 -1
- package/es/affix/src/Affix.mjs +4 -4
- package/es/alert/src/Alert.d.ts +4 -108
- package/es/alert/src/Alert.mjs +4 -6
- package/es/alert/styles/light.d.ts +1 -1
- package/es/alert/styles/light.mjs +2 -2
- package/es/anchor/src/AnchorAdapter.d.ts +0 -1
- package/es/anchor/src/AnchorAdapter.mjs +3 -3
- package/es/anchor/src/BaseAnchor.mjs +6 -4
- package/es/anchor/src/Link.d.ts +0 -1
- package/es/anchor/src/Link.mjs +1 -2
- package/es/anchor/src/styles/index.cssr.mjs +1 -1
- package/es/anchor/styles/light.d.ts +1 -1
- package/es/anchor/styles/light.mjs +2 -2
- package/es/auto-complete/src/AutoComplete.d.ts +115 -135
- package/es/auto-complete/src/AutoComplete.mjs +4 -4
- package/es/auto-complete/src/interface.d.ts +1 -1
- package/es/auto-complete/styles/light.d.ts +10 -2
- package/es/avatar/src/Avatar.d.ts +2 -2
- package/es/avatar/src/Avatar.mjs +2 -2
- package/es/avatar/src/styles/index.cssr.mjs +1 -1
- package/es/avatar/styles/light.d.ts +1 -1
- package/es/avatar/styles/light.mjs +3 -3
- package/es/avatar-group/src/AvatarGroup.d.ts +5 -109
- package/es/avatar-group/src/AvatarGroup.mjs +2 -2
- package/es/avatar-group/styles/light.d.ts +1 -1
- package/es/avatar-group/styles/light.mjs +2 -2
- package/es/back-top/src/BackTop.d.ts +3 -3
- package/es/back-top/src/BackTop.mjs +2 -2
- package/es/back-top/src/BackTopIcon.d.ts +0 -1
- package/es/back-top/styles/dark.mjs +1 -1
- package/es/back-top/styles/light.d.ts +1 -1
- package/es/back-top/styles/light.mjs +3 -3
- package/es/badge/src/Badge.d.ts +6 -6
- package/es/badge/src/Badge.mjs +2 -2
- package/es/badge/src/styles/index.cssr.mjs +1 -1
- package/es/badge/styles/light.d.ts +1 -1
- package/es/badge/styles/light.mjs +2 -2
- package/es/breadcrumb/src/Breadcrumb.mjs +2 -2
- package/es/breadcrumb/src/BreadcrumbItem.d.ts +0 -1
- package/es/breadcrumb/src/BreadcrumbItem.mjs +1 -1
- package/es/breadcrumb/styles/light.d.ts +1 -1
- package/es/breadcrumb/styles/light.mjs +3 -3
- package/es/button/src/Button.d.ts +6 -6
- package/es/button/src/Button.mjs +8 -8
- package/es/button/src/styles/rtl.cssr.mjs +1 -1
- package/es/button/styles/light.d.ts +1 -1
- package/es/button/styles/light.mjs +3 -3
- package/es/button/styles/rtl.d.ts +1 -1
- package/es/button-group/src/ButtonGroup.mjs +1 -1
- package/es/button-group/src/styles/index.cssr.d.ts +1 -1
- package/es/button-group/src/styles/index.cssr.mjs +3 -3
- package/es/button-group/src/styles/rtl.cssr.mjs +3 -3
- package/es/button-group/styles/rtl.d.ts +1 -1
- package/es/calendar/src/Calendar.d.ts +4 -108
- package/es/calendar/src/Calendar.mjs +2 -2
- package/es/calendar/src/styles/index.cssr.mjs +1 -1
- package/es/calendar/styles/dark.mjs +1 -1
- package/es/calendar/styles/light.d.ts +1 -1
- package/es/calendar/styles/light.mjs +3 -3
- package/es/card/src/Card.d.ts +18 -122
- package/es/card/src/Card.mjs +2 -2
- package/es/card/src/styles/rtl.cssr.mjs +1 -1
- package/es/card/styles/light.d.ts +2 -2
- package/es/card/styles/light.mjs +2 -2
- package/es/card/styles/rtl.d.ts +1 -1
- package/es/carousel/src/Carousel.d.ts +18 -20
- package/es/carousel/src/Carousel.mjs +38 -28
- package/es/carousel/src/CarouselArrow.mjs +1 -1
- package/es/carousel/src/CarouselContext.d.ts +2 -2
- package/es/carousel/src/CarouselContext.mjs +4 -4
- package/es/carousel/src/CarouselDots.d.ts +3 -3
- package/es/carousel/src/CarouselDots.mjs +1 -1
- package/es/carousel/src/CarouselItem.d.ts +1 -1
- package/es/carousel/src/CarouselItem.mjs +3 -3
- package/es/carousel/src/utils/index.mjs +2 -2
- package/es/carousel/styles/light.d.ts +1 -2
- package/es/carousel/styles/light.mjs +2 -2
- package/es/cascader/src/Cascader.d.ts +181 -169
- package/es/cascader/src/Cascader.mjs +12 -8
- package/es/cascader/src/CascaderMenu.d.ts +24 -112
- package/es/cascader/src/CascaderMenu.mjs +1 -2
- package/es/cascader/src/CascaderOption.d.ts +25 -117
- package/es/cascader/src/CascaderOption.mjs +4 -5
- package/es/cascader/src/CascaderSelectMenu.d.ts +25 -113
- package/es/cascader/src/CascaderSelectMenu.mjs +3 -4
- package/es/cascader/src/CascaderSubmenu.d.ts +24 -112
- package/es/cascader/src/CascaderSubmenu.mjs +3 -4
- package/es/cascader/src/interface.d.ts +1 -1
- package/es/cascader/src/utils.d.ts +1 -1
- package/es/cascader/styles/dark.mjs +1 -1
- package/es/cascader/styles/light.d.ts +17 -5
- package/es/cascader/styles/light.mjs +2 -2
- package/es/checkbox/src/CheckMark.d.ts +0 -1
- package/es/checkbox/src/Checkbox.d.ts +9 -113
- package/es/checkbox/src/Checkbox.mjs +19 -19
- package/es/checkbox/src/CheckboxGroup.d.ts +16 -16
- package/es/checkbox/src/CheckboxGroup.mjs +1 -1
- package/es/checkbox/src/LineMark.d.ts +0 -1
- package/es/checkbox/styles/light.d.ts +1 -1
- package/es/checkbox/styles/light.mjs +2 -2
- package/es/code/src/Code.mjs +2 -2
- package/es/code/src/styles/index.cssr.mjs +0 -1
- package/es/code/styles/light.d.ts +2 -2
- package/es/code/styles/light.mjs +2 -2
- package/es/collapse/src/Collapse.d.ts +15 -119
- package/es/collapse/src/Collapse.mjs +2 -2
- package/es/collapse/src/CollapseItem.d.ts +3 -3
- package/es/collapse/src/CollapseItem.mjs +3 -3
- package/es/collapse/src/CollapseItemContent.d.ts +2 -2
- package/es/collapse/src/CollapseItemContent.mjs +1 -1
- package/es/collapse/styles/light.d.ts +1 -1
- package/es/collapse/styles/light.mjs +2 -2
- package/es/collapse-transition/src/CollapseTransition.mjs +2 -2
- package/es/collapse-transition/styles/light.d.ts +1 -1
- package/es/collapse-transition/styles/light.mjs +2 -2
- package/es/color-picker/src/ColorInput.d.ts +3 -3
- package/es/color-picker/src/ColorInput.mjs +3 -3
- package/es/color-picker/src/ColorInputUnit.d.ts +3 -107
- package/es/color-picker/src/ColorInputUnit.mjs +4 -5
- package/es/color-picker/src/ColorPicker.d.ts +13 -10
- package/es/color-picker/src/ColorPicker.mjs +10 -10
- package/es/color-picker/src/ColorPickerSwatches.mjs +2 -2
- package/es/color-picker/src/ColorPickerTrigger.d.ts +0 -1
- package/es/color-picker/src/ColorPickerTrigger.mjs +0 -1
- package/es/color-picker/src/Pallete.mjs +1 -1
- package/es/color-picker/src/interface.d.ts +1 -0
- package/es/color-picker/styles/light.d.ts +1 -1
- package/es/color-picker/styles/light.mjs +2 -2
- package/es/components.d.ts +1 -0
- package/es/components.mjs +1 -0
- package/es/config-provider/src/ConfigProvider.d.ts +17 -389
- package/es/config-provider/src/ConfigProvider.mjs +6 -6
- package/es/config-provider/src/internal-interface.d.ts +4 -3
- package/es/countdown/src/Countdown.d.ts +4 -4
- package/es/countdown/src/Countdown.mjs +3 -3
- package/es/create.d.ts +1 -1
- package/es/data-table/src/DataTable.d.ts +301 -173
- package/es/data-table/src/DataTable.mjs +35 -18
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +54 -115
- package/es/data-table/src/HeaderButton/FilterButton.mjs +12 -9
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +53 -115
- package/es/data-table/src/HeaderButton/FilterMenu.mjs +1 -2
- package/es/data-table/src/HeaderButton/ResizeButton.mjs +1 -2
- package/es/data-table/src/HeaderButton/SortButton.mjs +2 -3
- package/es/data-table/src/MainTable.d.ts +1 -0
- package/es/data-table/src/MainTable.mjs +8 -5
- package/es/data-table/src/TableParts/Body.d.ts +61 -120
- package/es/data-table/src/TableParts/Body.mjs +134 -26
- package/es/data-table/src/TableParts/BodyCheckbox.d.ts +0 -1
- package/es/data-table/src/TableParts/BodyCheckbox.mjs +0 -1
- package/es/data-table/src/TableParts/BodyRadio.d.ts +0 -1
- package/es/data-table/src/TableParts/BodyRadio.mjs +0 -1
- package/es/data-table/src/TableParts/Cell.d.ts +5 -2515
- package/es/data-table/src/TableParts/ExpandTrigger.d.ts +9 -1
- package/es/data-table/src/TableParts/ExpandTrigger.mjs +7 -2
- package/es/data-table/src/TableParts/Header.d.ts +61 -118
- package/es/data-table/src/TableParts/Header.mjs +211 -80
- package/es/data-table/src/TableParts/SelectionMenu.d.ts +0 -1
- package/es/data-table/src/TableParts/SelectionMenu.mjs +1 -2
- package/es/data-table/src/interface.d.ts +132 -30
- package/es/data-table/src/interface.mjs +12 -0
- package/es/data-table/src/styles/index.cssr.mjs +17 -1
- package/es/data-table/src/styles/rtl.cssr.mjs +1 -1
- package/es/data-table/src/use-check.d.ts +2 -2
- package/es/data-table/src/use-check.mjs +0 -2
- package/es/data-table/src/use-expand.d.ts +1 -1
- package/es/data-table/src/use-expand.mjs +1 -2
- package/es/data-table/src/use-group-header.d.ts +7 -1
- package/es/data-table/src/use-group-header.mjs +10 -5
- package/es/data-table/src/use-resizable.mjs +0 -1
- package/es/data-table/src/use-scroll.d.ts +1 -1
- package/es/data-table/src/use-scroll.mjs +2 -3
- package/es/data-table/src/use-sorter.d.ts +1 -1
- package/es/data-table/src/use-sorter.mjs +0 -3
- package/es/data-table/src/use-table-data.d.ts +1 -1
- package/es/data-table/src/use-table-data.mjs +1 -2
- package/es/data-table/src/utils.d.ts +1 -1
- package/es/data-table/src/utils.mjs +3 -4
- package/es/data-table/styles/light.d.ts +39 -7
- package/es/data-table/styles/light.mjs +9 -3
- package/es/date-picker/index.d.ts +3 -3
- package/es/date-picker/index.mjs +2 -1
- package/es/date-picker/src/DatePicker.d.ts +157 -2212
- package/es/date-picker/src/DatePicker.mjs +13 -90
- package/es/date-picker/src/config.d.ts +0 -1
- package/es/date-picker/src/config.mjs +0 -1
- package/es/date-picker/src/interface.d.ts +8 -7
- package/es/date-picker/src/panel/date.d.ts +25 -150
- package/es/date-picker/src/panel/date.mjs +12 -6
- package/es/date-picker/src/panel/daterange.d.ts +26 -121
- package/es/date-picker/src/panel/daterange.mjs +12 -5
- package/es/date-picker/src/panel/datetime.d.ts +24 -119
- package/es/date-picker/src/panel/datetime.mjs +18 -7
- package/es/date-picker/src/panel/datetimerange.d.ts +25 -120
- package/es/date-picker/src/panel/datetimerange.mjs +14 -5
- package/es/date-picker/src/panel/month.d.ts +27 -122
- package/es/date-picker/src/panel/month.mjs +24 -9
- package/es/date-picker/src/panel/monthrange.d.ts +29 -124
- package/es/date-picker/src/panel/monthrange.mjs +12 -5
- package/es/date-picker/src/panel/panelHeader.d.ts +51 -246
- package/es/date-picker/src/panel/panelHeader.mjs +2 -2
- package/es/date-picker/src/panel/use-calendar.d.ts +20 -117
- package/es/date-picker/src/panel/use-calendar.mjs +9 -10
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +24 -121
- package/es/date-picker/src/panel/use-dual-calendar.mjs +11 -12
- package/es/date-picker/src/panel/use-panel-common.d.ts +19 -116
- package/es/date-picker/src/panel/use-panel-common.mjs +2 -3
- package/es/date-picker/src/props.d.ts +2008 -0
- package/es/date-picker/src/props.mjs +87 -0
- package/es/date-picker/src/public-types.d.ts +23 -0
- package/es/date-picker/src/public-types.mjs +1 -0
- package/es/date-picker/src/utils.d.ts +2 -1
- package/es/date-picker/src/utils.mjs +7 -10
- package/es/date-picker/src/validation-utils.mjs +1 -2
- package/es/date-picker/styles/light.d.ts +9 -5
- package/es/date-picker/styles/light.mjs +3 -3
- package/es/descriptions/src/Descriptions.d.ts +1 -1
- package/es/descriptions/src/Descriptions.mjs +3 -3
- package/es/descriptions/src/DescriptionsItem.d.ts +1 -1
- package/es/descriptions/styles/light.d.ts +1 -1
- package/es/descriptions/styles/light.mjs +3 -3
- package/es/dialog/src/Dialog.d.ts +9 -113
- package/es/dialog/src/Dialog.mjs +4 -4
- package/es/dialog/src/DialogEnvironment.d.ts +19 -19
- package/es/dialog/src/DialogEnvironment.mjs +5 -3
- package/es/dialog/src/DialogProvider.d.ts +7 -7
- package/es/dialog/src/DialogProvider.mjs +2 -3
- package/es/dialog/src/composables.mjs +1 -1
- package/es/dialog/src/dialogProps.d.ts +4 -4
- package/es/dialog/styles/light.d.ts +1 -1
- package/es/dialog/styles/light.mjs +3 -3
- package/es/discrete/src/discrete.mjs +1 -1
- package/es/discrete/src/discreteApp.mjs +6 -6
- package/es/discrete/src/interface.d.ts +2 -2
- package/es/divider/src/Divider.d.ts +3 -3
- package/es/divider/src/Divider.mjs +1 -1
- package/es/divider/src/styles/index.cssr.mjs +1 -1
- package/es/divider/styles/light.d.ts +1 -1
- package/es/divider/styles/light.mjs +2 -2
- package/es/drawer/src/Drawer.d.ts +45 -129
- package/es/drawer/src/Drawer.mjs +6 -4
- package/es/drawer/src/DrawerBodyWrapper.d.ts +8 -110
- package/es/drawer/src/DrawerBodyWrapper.mjs +7 -8
- package/es/drawer/src/DrawerContent.d.ts +5 -107
- package/es/drawer/src/styles/index.cssr.mjs +3 -1
- package/es/drawer/styles/light.d.ts +5 -3
- package/es/drawer/styles/light.mjs +2 -2
- package/es/dropdown/src/Dropdown.d.ts +23 -127
- package/es/dropdown/src/Dropdown.mjs +3 -3
- package/es/dropdown/src/DropdownDivider.mjs +1 -1
- package/es/dropdown/src/DropdownGroup.d.ts +3 -2
- package/es/dropdown/src/DropdownGroup.mjs +1 -2
- package/es/dropdown/src/DropdownGroupHeader.d.ts +1 -1
- package/es/dropdown/src/DropdownGroupHeader.mjs +1 -4
- package/es/dropdown/src/DropdownMenu.d.ts +5 -4
- package/es/dropdown/src/DropdownMenu.mjs +4 -7
- package/es/dropdown/src/DropdownOption.d.ts +7 -6
- package/es/dropdown/src/DropdownOption.mjs +4 -8
- package/es/dropdown/src/DropdownRenderOption.d.ts +3 -2
- package/es/dropdown/src/DropdownRenderOption.mjs +1 -1
- package/es/dropdown/src/interface.d.ts +1 -1
- package/es/dropdown/src/styles/index.cssr.mjs +1 -1
- package/es/dropdown/styles/dark.mjs +1 -1
- package/es/dropdown/styles/light.d.ts +1 -1
- package/es/dropdown/styles/light.mjs +3 -3
- package/es/dynamic-input/src/DynamicInput.d.ts +4 -108
- package/es/dynamic-input/src/DynamicInput.mjs +5 -5
- package/es/dynamic-input/src/InputPreset.d.ts +1 -105
- package/es/dynamic-input/src/InputPreset.mjs +1 -2
- package/es/dynamic-input/src/PairPreset.d.ts +1 -105
- package/es/dynamic-input/src/PairPreset.mjs +0 -1
- package/es/dynamic-input/src/styles/index.cssr.mjs +1 -1
- package/es/dynamic-input/styles/light.d.ts +1 -1
- package/es/dynamic-input/styles/light.mjs +3 -3
- package/es/dynamic-tags/src/DynamicTags.d.ts +13 -117
- package/es/dynamic-tags/src/DynamicTags.mjs +2 -2
- package/es/element/src/Element.mjs +1 -1
- package/es/element/styles/dark.d.ts +1 -1
- package/es/ellipsis/src/Ellipsis.d.ts +4 -109
- package/es/ellipsis/src/Ellipsis.mjs +4 -2
- package/es/ellipsis/src/PerformantEllipsis.d.ts +3 -4
- package/es/ellipsis/src/PerformantEllipsis.mjs +1 -1
- package/es/ellipsis/src/styles/index.cssr.mjs +1 -1
- package/es/ellipsis/styles/dark.d.ts +1 -1
- package/es/empty/src/Empty.d.ts +22 -4
- package/es/empty/src/Empty.mjs +5 -6
- package/es/empty/styles/_common.d.ts +1 -0
- package/es/empty/styles/_common.mjs +1 -0
- package/es/empty/styles/light.d.ts +3 -1
- package/es/empty/styles/light.mjs +5 -3
- package/es/equation/src/Equation.d.ts +4 -3
- package/es/equation/src/Equation.mjs +1 -1
- package/es/flex/src/Flex.d.ts +10 -9
- package/es/flex/src/Flex.mjs +1 -1
- package/es/flex/src/type.d.ts +1 -1
- package/es/flex/styles/light.d.ts +1 -1
- package/es/flex/styles/light.mjs +2 -2
- package/es/flex/styles/rtl.d.ts +1 -1
- package/es/float-button/src/FloatButton.d.ts +12 -11
- package/es/float-button/src/FloatButton.mjs +22 -8
- package/es/float-button/styles/light.d.ts +2 -2
- package/es/float-button/styles/light.mjs +2 -2
- package/es/float-button-group/src/FloatButtonGroup.d.ts +6 -6
- package/es/float-button-group/src/FloatButtonGroup.mjs +2 -2
- package/es/float-button-group/styles/light.d.ts +3 -3
- package/es/float-button-group/styles/light.mjs +2 -2
- package/es/form/src/Form.d.ts +5 -5
- package/es/form/src/Form.mjs +2 -3
- package/es/form/src/FormItem.d.ts +9 -9
- package/es/form/src/FormItem.mjs +72 -72
- package/es/form/src/FormItemCol.d.ts +6 -6
- package/es/form/src/FormItemCol.mjs +3 -3
- package/es/form/src/FormItemGridItem.d.ts +6 -6
- package/es/form/src/FormItemGridItem.mjs +3 -3
- package/es/form/src/FormItemRow.d.ts +6 -6
- package/es/form/src/FormItemRow.mjs +3 -3
- package/es/form/src/interface.d.ts +1 -1
- package/es/form/src/styles/form-item.cssr.mjs +1 -1
- package/es/form/src/utils.d.ts +1 -1
- package/es/form/src/utils.mjs +2 -4
- package/es/form/styles/light.d.ts +1 -1
- package/es/form/styles/light.mjs +2 -2
- package/es/global-style/src/GlobalStyle.mjs +1 -1
- package/es/gradient-text/src/GradientText.d.ts +3 -3
- package/es/gradient-text/src/GradientText.mjs +1 -1
- package/es/gradient-text/styles/light.d.ts +1 -1
- package/es/gradient-text/styles/light.mjs +2 -2
- package/es/grid/src/Grid.d.ts +15 -15
- package/es/grid/src/Grid.mjs +3 -3
- package/es/grid/src/GridItem.mjs +1 -3
- package/es/highlight/index.d.ts +2 -0
- package/es/highlight/index.mjs +1 -0
- package/es/highlight/src/Highlight.d.ts +65 -0
- package/es/highlight/src/Highlight.mjs +75 -0
- package/es/highlight/src/public-types.d.ts +3 -0
- package/es/highlight/src/public-types.mjs +1 -0
- package/es/highlight/src/utils.d.ts +4 -0
- package/es/highlight/src/utils.mjs +30 -0
- package/es/icon/src/Icon.d.ts +3 -3
- package/es/icon/src/Icon.mjs +3 -3
- package/es/icon/styles/light.d.ts +1 -1
- package/es/icon/styles/light.mjs +2 -2
- package/es/icon-wrapper/src/IconWrapper.d.ts +0 -1
- package/es/icon-wrapper/styles/light.d.ts +1 -1
- package/es/icon-wrapper/styles/light.mjs +2 -2
- package/es/image/src/Image.d.ts +8 -8
- package/es/image/src/Image.mjs +1 -1
- package/es/image/src/ImageGroup.d.ts +1 -1
- package/es/image/src/ImageGroup.mjs +7 -3
- package/es/image/src/ImagePreview.d.ts +3 -3
- package/es/image/src/ImagePreview.mjs +14 -12
- package/es/image/src/icons.d.ts +0 -1
- package/es/image/src/utils.d.ts +2 -2
- package/es/image/src/utils.mjs +3 -5
- package/es/infinite-scroll/src/InfiniteScroll.d.ts +3 -3
- package/es/infinite-scroll/src/InfiniteScroll.mjs +5 -5
- package/es/input/src/Input.d.ts +34 -138
- package/es/input/src/Input.mjs +22 -15
- package/es/input/src/InputGroup.mjs +1 -1
- package/es/input/src/WordCount.d.ts +0 -1
- package/es/input/src/WordCount.mjs +2 -4
- package/es/input/src/styles/input.cssr.mjs +1 -1
- package/es/input/src/utils.mjs +0 -1
- package/es/input/styles/dark.mjs +1 -1
- package/es/input/styles/light.d.ts +1 -1
- package/es/input/styles/light.mjs +3 -3
- package/es/input-number/src/InputNumber.d.ts +24 -115
- package/es/input-number/src/InputNumber.mjs +40 -35
- package/es/input-number/src/styles/input-number.cssr.mjs +1 -1
- package/es/input-number/src/utils.mjs +4 -2
- package/es/input-number/styles/light.d.ts +1 -1
- package/es/input-number/styles/light.mjs +2 -2
- package/es/layout/src/Layout.d.ts +59 -239
- package/es/layout/src/Layout.mjs +1 -5
- package/es/layout/src/LayoutContent.d.ts +29 -119
- package/es/layout/src/LayoutFooter.d.ts +36 -18
- package/es/layout/src/LayoutFooter.mjs +1 -1
- package/es/layout/src/LayoutHeader.d.ts +24 -12
- package/es/layout/src/LayoutHeader.mjs +1 -1
- package/es/layout/src/LayoutSider.d.ts +37 -127
- package/es/layout/src/LayoutSider.mjs +5 -8
- package/es/layout/src/ToggleBar.mjs +1 -1
- package/es/layout/src/ToggleButton.mjs +1 -1
- package/es/layout/src/interface.d.ts +1 -1
- package/es/layout/styles/dark.mjs +1 -1
- package/es/layout/styles/light.d.ts +5 -3
- package/es/layout/styles/light.mjs +2 -2
- package/es/legacy-grid/src/Col.mjs +1 -1
- package/es/legacy-grid/src/Row.mjs +1 -1
- package/es/legacy-grid/src/styles/index.cssr.mjs +1 -1
- package/es/legacy-transfer/src/Transfer.d.ts +63 -127
- package/es/legacy-transfer/src/Transfer.mjs +3 -3
- package/es/legacy-transfer/src/TransferFilter.d.ts +7 -107
- package/es/legacy-transfer/src/TransferFilter.mjs +1 -2
- package/es/legacy-transfer/src/TransferHeader.d.ts +0 -1
- package/es/legacy-transfer/src/TransferHeader.mjs +1 -2
- package/es/legacy-transfer/src/TransferList.d.ts +8 -108
- package/es/legacy-transfer/src/TransferList.mjs +1 -2
- package/es/legacy-transfer/src/TransferListItem.d.ts +7 -107
- package/es/legacy-transfer/src/TransferListItem.mjs +2 -3
- package/es/legacy-transfer/src/use-transfer-data.d.ts +1 -1
- package/es/legacy-transfer/src/use-transfer-data.mjs +1 -2
- package/es/legacy-transfer/styles/dark.mjs +1 -1
- package/es/legacy-transfer/styles/light.d.ts +7 -3
- package/es/legacy-transfer/styles/light.mjs +3 -3
- package/es/list/src/List.mjs +1 -1
- package/es/list/src/ListItem.mjs +1 -1
- package/es/list/src/styles/index.cssr.mjs +1 -1
- package/es/list/styles/light.d.ts +2 -2
- package/es/list/styles/light.mjs +2 -2
- package/es/loading-bar/src/LoadingBar.d.ts +2 -2
- package/es/loading-bar/src/LoadingBar.mjs +1 -3
- package/es/loading-bar/src/LoadingBarProvider.d.ts +10 -10
- package/es/loading-bar/src/LoadingBarProvider.mjs +1 -1
- package/es/loading-bar/src/use-loading-bar.mjs +1 -1
- package/es/loading-bar/styles/light.d.ts +1 -1
- package/es/loading-bar/styles/light.mjs +2 -2
- package/es/locales/common/arDZ.mjs +1 -1
- package/es/locales/common/azAZ.d.ts +3 -0
- package/es/locales/common/azAZ.mjs +124 -0
- package/es/locales/common/csCZ.mjs +1 -1
- package/es/locales/common/deDE.mjs +1 -1
- package/es/locales/common/enGB.mjs +1 -1
- package/es/locales/common/enUS.d.ts +1 -1
- package/es/locales/common/enUS.mjs +1 -1
- package/es/locales/common/eo.mjs +1 -1
- package/es/locales/common/esAR.mjs +1 -1
- package/es/locales/common/etEE.mjs +1 -1
- package/es/locales/common/faIR.mjs +1 -1
- package/es/locales/common/frFR.mjs +6 -6
- package/es/locales/common/idID.mjs +1 -1
- package/es/locales/common/itIT.mjs +3 -3
- package/es/locales/common/jaJP.mjs +1 -1
- package/es/locales/common/koKR.mjs +1 -1
- package/es/locales/common/nbNO.mjs +1 -1
- package/es/locales/common/nlNL.mjs +1 -1
- package/es/locales/common/plPL.mjs +1 -1
- package/es/locales/common/ptBR.mjs +1 -1
- package/es/locales/common/ruRU.mjs +1 -1
- package/es/locales/common/skSK.mjs +1 -1
- package/es/locales/common/svSE.mjs +1 -1
- package/es/locales/common/thTH.mjs +1 -1
- package/es/locales/common/trTR.mjs +1 -1
- package/es/locales/common/ukUA.mjs +1 -1
- package/es/locales/common/uzUZ.d.ts +3 -0
- package/es/locales/common/uzUZ.mjs +125 -0
- package/es/locales/common/viVN.mjs +1 -1
- package/es/locales/common/zhCN.mjs +1 -1
- package/es/locales/common/zhTW.mjs +1 -1
- package/es/locales/date/arDZ.mjs +1 -1
- package/es/locales/date/azAZ.d.ts +3 -0
- package/es/locales/date/azAZ.mjs +6 -0
- package/es/locales/date/csCZ.d.ts +1 -1
- package/es/locales/date/csCZ.mjs +1 -1
- package/es/locales/date/deDE.mjs +1 -1
- package/es/locales/date/enGB.d.ts +1 -1
- package/es/locales/date/enGB.mjs +1 -1
- package/es/locales/date/enUS.mjs +1 -1
- package/es/locales/date/eo.mjs +1 -1
- package/es/locales/date/esAR.d.ts +1 -1
- package/es/locales/date/esAR.mjs +2 -2
- package/es/locales/date/etEE.d.ts +1 -1
- package/es/locales/date/etEE.mjs +1 -1
- package/es/locales/date/faIR.d.ts +1 -1
- package/es/locales/date/faIR.mjs +1 -1
- package/es/locales/date/frFR.d.ts +1 -1
- package/es/locales/date/frFR.mjs +2 -2
- package/es/locales/date/idID.d.ts +1 -1
- package/es/locales/date/idID.mjs +2 -2
- package/es/locales/date/itIT.d.ts +1 -1
- package/es/locales/date/itIT.mjs +2 -2
- package/es/locales/date/jaJP.d.ts +1 -1
- package/es/locales/date/jaJP.mjs +1 -1
- package/es/locales/date/koKR.d.ts +1 -1
- package/es/locales/date/koKR.mjs +1 -1
- package/es/locales/date/nbNO.d.ts +1 -1
- package/es/locales/date/nbNO.mjs +1 -1
- package/es/locales/date/nlNL.d.ts +1 -1
- package/es/locales/date/nlNL.mjs +1 -1
- package/es/locales/date/plPL.d.ts +1 -1
- package/es/locales/date/plPL.mjs +2 -2
- package/es/locales/date/ptBR.d.ts +1 -1
- package/es/locales/date/ptBR.mjs +1 -1
- package/es/locales/date/ruRU.d.ts +1 -1
- package/es/locales/date/ruRU.mjs +1 -1
- package/es/locales/date/skSK.d.ts +1 -1
- package/es/locales/date/skSK.mjs +1 -1
- package/es/locales/date/svSE.d.ts +1 -1
- package/es/locales/date/svSE.mjs +1 -1
- package/es/locales/date/thTH.d.ts +1 -1
- package/es/locales/date/thTH.mjs +3 -3
- package/es/locales/date/trTR.d.ts +1 -1
- package/es/locales/date/trTR.mjs +3 -3
- package/es/locales/date/ukUA.d.ts +1 -1
- package/es/locales/date/ukUA.mjs +1 -1
- package/es/locales/date/uzUZ.d.ts +3 -0
- package/es/locales/date/uzUZ.mjs +6 -0
- package/es/locales/date/viVN.d.ts +1 -1
- package/es/locales/date/viVN.mjs +2 -2
- package/es/locales/date/zhCN.d.ts +1 -1
- package/es/locales/date/zhCN.mjs +1 -1
- package/es/locales/date/zhTW.d.ts +1 -1
- package/es/locales/date/zhTW.mjs +1 -1
- package/es/locales/index.d.ts +4 -0
- package/es/locales/index.mjs +4 -0
- package/es/locales/utils/index.d.ts +1 -1
- package/es/log/src/Log.d.ts +45 -129
- package/es/log/src/Log.mjs +4 -4
- package/es/log/src/LogLine.mjs +2 -4
- package/es/log/src/LogLoader.mjs +1 -1
- package/es/log/styles/light.d.ts +5 -3
- package/es/log/styles/light.mjs +2 -2
- package/es/mention/src/Mention.d.ts +121 -140
- package/es/mention/src/Mention.mjs +12 -10
- package/es/mention/src/utils.mjs +8 -8
- package/es/mention/styles/light.d.ts +11 -3
- package/es/mention/styles/light.mjs +2 -2
- package/es/menu/src/Menu.d.ts +13 -117
- package/es/menu/src/Menu.mjs +5 -4
- package/es/menu/src/MenuDivider.d.ts +0 -1
- package/es/menu/src/MenuDivider.mjs +1 -2
- package/es/menu/src/MenuOption.d.ts +1 -105
- package/es/menu/src/MenuOption.mjs +1 -1
- package/es/menu/src/MenuOptionContent.mjs +0 -1
- package/es/menu/src/MenuOptionGroup.d.ts +0 -1
- package/es/menu/src/MenuOptionGroup.mjs +3 -5
- package/es/menu/src/Submenu.d.ts +1 -105
- package/es/menu/src/Submenu.mjs +1 -2
- package/es/menu/src/interface.d.ts +2 -2
- package/es/menu/src/use-menu-child.mjs +2 -3
- package/es/menu/src/utils.d.ts +1 -1
- package/es/menu/src/utils.mjs +0 -2
- package/es/menu/styles/light.d.ts +1 -1
- package/es/menu/styles/light.mjs +2 -2
- package/es/message/src/Message.d.ts +2 -2
- package/es/message/src/Message.mjs +6 -6
- package/es/message/src/MessageEnvironment.d.ts +3 -3
- package/es/message/src/MessageEnvironment.mjs +1 -1
- package/es/message/src/MessageProvider.d.ts +4 -4
- package/es/message/src/MessageProvider.mjs +1 -2
- package/es/message/styles/light.d.ts +1 -1
- package/es/message/styles/light.mjs +3 -3
- package/es/modal/src/BodyWrapper.d.ts +26 -128
- package/es/modal/src/BodyWrapper.mjs +1 -2
- package/es/modal/src/Modal.d.ts +78 -60
- package/es/modal/src/Modal.mjs +6 -4
- package/es/modal/src/ModalEnvironment.d.ts +53 -41
- package/es/modal/src/ModalEnvironment.mjs +4 -2
- package/es/modal/src/ModalProvider.d.ts +5 -14924
- package/es/modal/src/ModalProvider.mjs +2 -3
- package/es/modal/src/composables.mjs +1 -1
- package/es/modal/src/interface.d.ts +1 -1
- package/es/modal/src/presetProps.d.ts +9 -9
- package/es/modal/src/styles/index.cssr.mjs +1 -1
- package/es/modal/styles/light.d.ts +5 -3
- package/es/modal/styles/light.mjs +2 -2
- package/es/notification/src/Notification.d.ts +3 -3
- package/es/notification/src/Notification.mjs +4 -5
- package/es/notification/src/NotificationContainer.d.ts +5 -107
- package/es/notification/src/NotificationContainer.mjs +1 -2
- package/es/notification/src/NotificationEnvironment.d.ts +4 -7
- package/es/notification/src/NotificationEnvironment.mjs +2 -3
- package/es/notification/src/NotificationProvider.d.ts +42 -24
- package/es/notification/src/NotificationProvider.mjs +5 -4
- package/es/notification/src/styles/index.cssr.d.ts +1 -1
- package/es/notification/src/styles/rtl.cssr.mjs +1 -1
- package/es/notification/src/use-notification.mjs +1 -1
- package/es/notification/styles/light.d.ts +5 -3
- package/es/notification/styles/light.mjs +2 -2
- package/es/notification/styles/rtl.d.ts +1 -1
- package/es/number-animation/src/NumberAnimation.mjs +2 -2
- package/es/number-animation/src/utils.mjs +1 -1
- package/es/page-header/src/PageHeader.mjs +2 -3
- package/es/page-header/src/styles/rtl.cssr.mjs +1 -1
- package/es/pagination/src/Pagination.d.ts +241 -169
- package/es/pagination/src/Pagination.mjs +9 -10
- package/es/pagination/src/styles/index.cssr.mjs +1 -1
- package/es/pagination/src/utils.d.ts +1 -1
- package/es/pagination/src/utils.mjs +2 -2
- package/es/pagination/styles/light.d.ts +21 -5
- package/es/pagination/styles/light.mjs +3 -3
- package/es/popconfirm/src/Popconfirm.d.ts +21 -125
- package/es/popconfirm/src/Popconfirm.mjs +2 -2
- package/es/popconfirm/src/PopconfirmPanel.d.ts +1 -1
- package/es/popconfirm/src/PopconfirmPanel.mjs +1 -2
- package/es/popconfirm/src/interface.d.ts +1 -1
- package/es/popconfirm/styles/light.d.ts +1 -1
- package/es/popconfirm/styles/light.mjs +2 -2
- package/es/popover/src/Popover.d.ts +23 -23
- package/es/popover/src/Popover.mjs +9 -6
- package/es/popover/src/PopoverBody.d.ts +17 -17
- package/es/popover/src/PopoverBody.mjs +34 -35
- package/es/popover/src/interface.d.ts +1 -1
- package/es/popover/src/styles/index.cssr.d.ts +1 -1
- package/es/popover/src/styles/index.cssr.mjs +1 -1
- package/es/popover/styles/light.d.ts +1 -1
- package/es/popover/styles/light.mjs +2 -2
- package/es/popselect/src/Popselect.d.ts +126 -146
- package/es/popselect/src/Popselect.mjs +3 -3
- package/es/popselect/src/PopselectPanel.d.ts +19 -111
- package/es/popselect/src/PopselectPanel.mjs +1 -3
- package/es/popselect/src/interface.d.ts +1 -1
- package/es/popselect/styles/light.d.ts +11 -3
- package/es/preset.d.ts +1 -1
- package/es/progress/src/Circle.d.ts +2 -3
- package/es/progress/src/Circle.mjs +2 -2
- package/es/progress/src/Line.d.ts +2 -3
- package/es/progress/src/Line.mjs +2 -2
- package/es/progress/src/MultipleCircle.d.ts +3 -4
- package/es/progress/src/MultipleCircle.mjs +1 -1
- package/es/progress/src/Progress.d.ts +9 -9
- package/es/progress/src/Progress.mjs +1 -1
- package/es/progress/styles/light.d.ts +1 -1
- package/es/progress/styles/light.mjs +2 -2
- package/es/qr-code/src/QrCode.mjs +4 -4
- package/es/qr-code/src/qrcodegen.mjs +6 -9
- package/es/qr-code/styles/dark.d.ts +1 -1
- package/es/qr-code/styles/light.d.ts +2 -2
- package/es/qr-code/styles/light.mjs +2 -2
- package/es/radio/src/Radio.d.ts +6 -6
- package/es/radio/src/Radio.mjs +2 -2
- package/es/radio/src/RadioButton.d.ts +6 -6
- package/es/radio/src/RadioButton.mjs +2 -2
- package/es/radio/src/RadioGroup.d.ts +1 -1
- package/es/radio/src/RadioGroup.mjs +4 -4
- package/es/radio/src/styles/radio-group.cssr.mjs +1 -1
- package/es/radio/src/styles/radio.cssr.mjs +1 -1
- package/es/radio/src/use-radio.d.ts +4 -4
- package/es/radio/src/use-radio.mjs +1 -1
- package/es/radio/styles/dark.mjs +1 -1
- package/es/radio/styles/light.d.ts +2 -2
- package/es/radio/styles/light.mjs +3 -3
- package/es/rate/src/Rate.mjs +2 -2
- package/es/rate/src/StarIcon.d.ts +0 -1
- package/es/rate/styles/dark.d.ts +1 -1
- package/es/rate/styles/light.d.ts +2 -2
- package/es/rate/styles/light.mjs +2 -2
- package/es/result/src/403.d.ts +0 -1
- package/es/result/src/404.d.ts +0 -1
- package/es/result/src/418.d.ts +0 -1
- package/es/result/src/500.d.ts +0 -1
- package/es/result/src/Result.d.ts +3 -3
- package/es/result/src/Result.mjs +2 -2
- package/es/result/styles/light.d.ts +1 -1
- package/es/result/styles/light.mjs +3 -3
- package/es/scrollbar/src/Scrollbar.d.ts +62 -18
- package/es/scrollbar/src/Scrollbar.mjs +10 -4
- package/es/select/src/Select.d.ts +133 -144
- package/es/select/src/Select.mjs +60 -55
- package/es/select/src/interface.d.ts +2 -2
- package/es/select/src/styles/index.cssr.mjs +1 -1
- package/es/select/src/utils.d.ts +1 -1
- package/es/select/src/utils.mjs +1 -2
- package/es/select/styles/light.d.ts +10 -2
- package/es/skeleton/src/Skeleton.mjs +1 -1
- package/es/skeleton/styles/dark.d.ts +1 -1
- package/es/skeleton/styles/light.d.ts +2 -2
- package/es/skeleton/styles/light.mjs +2 -2
- package/es/slider/src/Slider.d.ts +10 -9
- package/es/slider/src/Slider.mjs +10 -10
- package/es/slider/src/styles/index.cssr.mjs +2 -1
- package/es/slider/styles/dark.mjs +1 -1
- package/es/slider/styles/light.d.ts +2 -2
- package/es/slider/styles/light.mjs +3 -3
- package/es/space/src/Space.d.ts +4 -4
- package/es/space/src/Space.mjs +2 -2
- package/es/space/src/utils.d.ts +1 -1
- package/es/space/src/utils.mjs +2 -2
- package/es/space/styles/light.d.ts +1 -1
- package/es/space/styles/light.mjs +2 -2
- package/es/space/styles/rtl.d.ts +1 -1
- package/es/spin/src/Spin.d.ts +7 -7
- package/es/spin/src/Spin.mjs +1 -1
- package/es/spin/src/styles/index.cssr.mjs +1 -1
- package/es/spin/styles/light.d.ts +2 -2
- package/es/spin/styles/light.mjs +2 -2
- package/es/split/src/Split.d.ts +11 -11
- package/es/split/src/Split.mjs +6 -6
- package/es/split/src/styles/index.cssr.mjs +1 -1
- package/es/split/styles/dark.d.ts +1 -1
- package/es/split/styles/light.d.ts +2 -2
- package/es/split/styles/light.mjs +2 -2
- package/es/statistic/src/Statistic.mjs +2 -2
- package/es/statistic/styles/light.d.ts +2 -2
- package/es/statistic/styles/light.mjs +2 -2
- package/es/statistic/styles/rtl.d.ts +1 -1
- package/es/steps/src/Step.d.ts +3 -3
- package/es/steps/src/Step.mjs +4 -4
- package/es/steps/src/Steps.d.ts +4 -4
- package/es/steps/src/Steps.mjs +2 -2
- package/es/steps/src/styles/rtl.cssr.mjs +1 -1
- package/es/steps/styles/light.d.ts +1 -1
- package/es/steps/styles/light.mjs +3 -3
- package/es/steps/styles/rtl.d.ts +1 -1
- package/es/switch/src/Switch.d.ts +1 -1
- package/es/switch/src/Switch.mjs +2 -2
- package/es/switch/styles/dark.mjs +1 -1
- package/es/switch/styles/light.d.ts +1 -1
- package/es/switch/styles/light.mjs +3 -3
- package/es/table/src/Table.mjs +1 -1
- package/es/table/styles/light.d.ts +2 -2
- package/es/table/styles/light.mjs +3 -3
- package/es/table/styles/rtl.d.ts +1 -1
- package/es/tabs/src/Tab.d.ts +6 -18
- package/es/tabs/src/Tab.mjs +3 -6
- package/es/tabs/src/TabPane.d.ts +10 -22
- package/es/tabs/src/TabPane.mjs +1 -1
- package/es/tabs/src/Tabs.d.ts +32 -32
- package/es/tabs/src/Tabs.mjs +38 -18
- package/es/tabs/src/interface.d.ts +1 -1
- package/es/tabs/src/styles/index.cssr.mjs +20 -8
- package/es/tabs/styles/light.d.ts +2 -2
- package/es/tabs/styles/light.mjs +3 -3
- package/es/tag/src/Tag.d.ts +8 -8
- package/es/tag/src/Tag.mjs +5 -5
- package/es/tag/src/common-props.d.ts +3 -3
- package/es/tag/src/styles/rtl.cssr.mjs +1 -1
- package/es/tag/styles/dark.mjs +1 -1
- package/es/tag/styles/light.d.ts +1 -1
- package/es/tag/styles/light.mjs +3 -3
- package/es/theme-editor/src/MaximizeIcon.mjs +1 -1
- package/es/theme-editor/src/MinimizeIcon.mjs +1 -1
- package/es/theme-editor/src/ThemeEditor.mjs +12 -11
- package/es/themes/interface.d.ts +1 -1
- package/es/themes/utils.d.ts +1 -1
- package/es/thing/src/Thing.d.ts +0 -1
- package/es/thing/src/Thing.mjs +2 -2
- package/es/thing/styles/light.d.ts +1 -1
- package/es/thing/styles/light.mjs +2 -2
- package/es/thing/styles/rtl.d.ts +1 -1
- package/es/time/src/Time.d.ts +1 -1
- package/es/time/src/Time.mjs +3 -3
- package/es/time-picker/src/Panel.d.ts +9 -111
- package/es/time-picker/src/Panel.mjs +3 -4
- package/es/time-picker/src/PanelCol.d.ts +5 -5
- package/es/time-picker/src/PanelCol.mjs +1 -1
- package/es/time-picker/src/TimePicker.d.ts +50 -134
- package/es/time-picker/src/TimePicker.mjs +29 -27
- package/es/time-picker/src/interface.d.ts +2 -2
- package/es/time-picker/src/styles/index.cssr.mjs +1 -1
- package/es/time-picker/src/utils.mjs +5 -3
- package/es/time-picker/styles/light.d.ts +5 -3
- package/es/time-picker/styles/light.mjs +3 -3
- package/es/timeline/src/Timeline.d.ts +1 -2
- package/es/timeline/src/Timeline.mjs +1 -1
- package/es/timeline/src/TimelineItem.d.ts +3 -3
- package/es/timeline/src/TimelineItem.mjs +2 -2
- package/es/timeline/styles/dark.mjs +1 -1
- package/es/timeline/styles/light.d.ts +1 -1
- package/es/timeline/styles/light.mjs +3 -3
- package/es/tooltip/src/Tooltip.d.ts +16 -120
- package/es/tooltip/src/Tooltip.mjs +1 -3
- package/es/tooltip/styles/light.d.ts +1 -1
- package/es/tooltip/styles/light.mjs +4 -4
- package/es/transfer/src/Transfer.d.ts +69 -133
- package/es/transfer/src/Transfer.mjs +5 -5
- package/es/transfer/src/TransferFilter.d.ts +7 -107
- package/es/transfer/src/TransferFilter.mjs +1 -2
- package/es/transfer/src/TransferHeader.d.ts +3 -4
- package/es/transfer/src/TransferHeader.mjs +3 -4
- package/es/transfer/src/TransferList.d.ts +8 -108
- package/es/transfer/src/TransferList.mjs +1 -2
- package/es/transfer/src/TransferListItem.d.ts +7 -107
- package/es/transfer/src/TransferListItem.mjs +1 -2
- package/es/transfer/src/use-transfer-data.d.ts +1 -1
- package/es/transfer/src/use-transfer-data.mjs +1 -2
- package/es/transfer/styles/dark.mjs +1 -1
- package/es/transfer/styles/light.d.ts +7 -3
- package/es/transfer/styles/light.mjs +3 -3
- package/es/tree/src/MotionWrapper.d.ts +3 -3
- package/es/tree/src/MotionWrapper.mjs +1 -1
- package/es/tree/src/Tree.d.ts +97 -161
- package/es/tree/src/Tree.mjs +11 -14
- package/es/tree/src/TreeNode.d.ts +1 -1
- package/es/tree/src/TreeNode.mjs +1 -6
- package/es/tree/src/TreeNodeCheckbox.d.ts +7 -107
- package/es/tree/src/TreeNodeCheckbox.mjs +1 -2
- package/es/tree/src/TreeNodeContent.d.ts +4 -4
- package/es/tree/src/TreeNodeContent.mjs +2 -4
- package/es/tree/src/TreeNodeSwitcher.d.ts +0 -1
- package/es/tree/src/TreeNodeSwitcher.mjs +2 -3
- package/es/tree/src/dnd.d.ts +1 -1
- package/es/tree/src/interface.d.ts +2 -2
- package/es/tree/src/keyboard.d.ts +2 -2
- package/es/tree/src/styles/rtl.cssr.mjs +1 -1
- package/es/tree/src/utils.d.ts +2 -2
- package/es/tree/src/utils.mjs +1 -1
- package/es/tree/styles/light.d.ts +7 -3
- package/es/tree/styles/light.mjs +2 -2
- package/es/tree-select/src/TreeSelect.d.ts +152 -159
- package/es/tree-select/src/TreeSelect.mjs +40 -25
- package/es/tree-select/src/interface.d.ts +3 -3
- package/es/tree-select/src/styles/index.cssr.mjs +10 -0
- package/es/tree-select/src/utils.d.ts +2 -2
- package/es/tree-select/styles/light.d.ts +15 -3
- package/es/tree-select/styles/light.mjs +6 -3
- package/es/typography/src/a.mjs +1 -1
- package/es/typography/src/blockquote.mjs +2 -2
- package/es/typography/src/create-header.d.ts +4 -4
- package/es/typography/src/create-header.mjs +3 -4
- package/es/typography/src/headers.d.ts +12 -12
- package/es/typography/src/hr.mjs +1 -1
- package/es/typography/src/ol.mjs +1 -1
- package/es/typography/src/p.d.ts +3 -3
- package/es/typography/src/p.mjs +1 -1
- package/es/typography/src/text.d.ts +3 -3
- package/es/typography/src/text.mjs +2 -2
- package/es/typography/src/ul.mjs +1 -1
- package/es/typography/styles/light.d.ts +1 -1
- package/es/typography/styles/light.mjs +3 -3
- package/es/upload/src/Upload.d.ts +12 -113
- package/es/upload/src/Upload.mjs +53 -50
- package/es/upload/src/UploadDragger.d.ts +0 -1
- package/es/upload/src/UploadDragger.mjs +1 -1
- package/es/upload/src/UploadFile.d.ts +6 -109
- package/es/upload/src/UploadFile.mjs +21 -9
- package/es/upload/src/UploadFileList.d.ts +0 -1
- package/es/upload/src/UploadFileList.mjs +3 -3
- package/es/upload/src/UploadProgress.d.ts +3 -107
- package/es/upload/src/UploadProgress.mjs +1 -2
- package/es/upload/src/UploadTrigger.d.ts +0 -1
- package/es/upload/src/UploadTrigger.mjs +1 -1
- package/es/upload/src/icons.d.ts +0 -1
- package/es/upload/src/interface.d.ts +9 -3
- package/es/upload/src/public-types.d.ts +1 -1
- package/es/upload/src/styles/index.cssr.mjs +1 -1
- package/es/upload/src/utils.d.ts +2 -2
- package/es/upload/src/utils.mjs +21 -9
- package/es/upload/styles/light.d.ts +1 -1
- package/es/upload/styles/light.mjs +2 -2
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/es/virtual-list/src/VirtualList.d.ts +13 -13
- package/es/virtual-list/src/VirtualList.mjs +2 -2
- package/es/watermark/src/Watermark.d.ts +3 -4
- package/es/watermark/src/Watermark.mjs +1 -1
- package/es/watermark/src/styles/index.cssr.mjs +1 -1
- package/lib/_internal/close/src/Close.d.ts +0 -1
- package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +2 -2
- package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.js +0 -1
- package/lib/_internal/focus-detector/src/FocusDetector.d.ts +0 -1
- package/lib/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +0 -1
- package/lib/_internal/icons/replaceable.d.ts +0 -1
- package/lib/_internal/icons/replaceable.js +1 -3
- package/lib/_internal/menu-mask/src/MenuMask.d.ts +1 -1
- package/lib/_internal/scrollbar/src/Scrollbar.d.ts +70 -24
- package/lib/_internal/scrollbar/src/Scrollbar.js +73 -65
- package/lib/_internal/scrollbar/src/styles/index.cssr.js +10 -4
- package/lib/_internal/scrollbar/styles/common.d.ts +4 -2
- package/lib/_internal/scrollbar/styles/common.js +4 -2
- package/lib/_internal/scrollbar/styles/light.d.ts +5 -3
- package/lib/_internal/scrollbar/styles/light.js +4 -5
- package/lib/_internal/select-menu/src/SelectGroupHeader.d.ts +2 -2
- package/lib/_internal/select-menu/src/SelectGroupHeader.js +1 -3
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +75 -123
- package/lib/_internal/select-menu/src/SelectMenu.js +4 -4
- package/lib/_internal/select-menu/src/SelectOption.d.ts +3 -3
- package/lib/_internal/select-menu/src/SelectOption.js +1 -3
- package/lib/_internal/select-menu/src/interface.d.ts +2 -2
- package/lib/_internal/select-menu/styles/_common.d.ts +2 -0
- package/lib/_internal/select-menu/styles/_common.js +2 -0
- package/lib/_internal/select-menu/styles/light.d.ts +15 -3
- package/lib/_internal/select-menu/styles/light.js +7 -8
- package/lib/_internal/selection/src/Selection.d.ts +8 -112
- package/lib/_internal/selection/src/Selection.js +4 -5
- package/lib/_internal/selection/src/interface.d.ts +1 -1
- package/lib/_internal/selection/styles/light.d.ts +1 -1
- package/lib/_internal/selection/styles/light.js +3 -3
- package/lib/_internal/slot-machine/src/SlotMachine.d.ts +0 -1
- package/lib/_internal/slot-machine/src/SlotMachineNumber.d.ts +0 -1
- package/lib/_internal/slot-machine/src/SlotMachineNumber.js +2 -2
- package/lib/_internal/suffix/src/Suffix.d.ts +0 -1
- package/lib/_internal/wave/src/Wave.js +0 -1
- package/lib/_mixins/use-config.d.ts +1 -1
- package/lib/_mixins/use-config.js +3 -3
- package/lib/_mixins/use-css-vars-class.js +10 -9
- package/lib/_mixins/use-form-item.js +1 -1
- package/lib/_mixins/use-hljs.js +1 -1
- package/lib/_mixins/use-locale.js +1 -1
- package/lib/_mixins/use-rtl.js +5 -3
- package/lib/_mixins/use-style.js +5 -3
- package/lib/_mixins/use-theme.d.ts +1 -1
- package/lib/_mixins/use-theme.js +5 -5
- package/lib/_styles/common/dark.js +2 -2
- package/lib/_styles/common/light.js +2 -2
- package/lib/_styles/transitions/fade-down.cssr.js +2 -3
- package/lib/_styles/transitions/fade-in-height-expand.cssr.js +4 -5
- package/lib/_styles/transitions/fade-in-scale-up.cssr.js +4 -5
- package/lib/_styles/transitions/fade-in-width-expand.cssr.js +2 -3
- package/lib/_styles/transitions/fade-in.cssr.js +2 -3
- package/lib/_styles/transitions/fade-up-width-expand.cssr.js +2 -3
- package/lib/_styles/transitions/icon-switch.cssr.js +3 -4
- package/lib/_styles/transitions/slide-in-from-bottom.js +1 -2
- package/lib/_styles/transitions/slide-in-from-left.js +1 -2
- package/lib/_styles/transitions/slide-in-from-right.js +1 -2
- package/lib/_styles/transitions/slide-in-from-top.js +1 -2
- package/lib/_utils/color/index.js +2 -3
- package/lib/_utils/composable/use-adjusted-to.d.ts +1 -1
- package/lib/_utils/composable/use-adjusted-to.js +1 -2
- package/lib/_utils/composable/use-browser-location.d.ts +1 -1
- package/lib/_utils/composable/use-browser-location.js +4 -5
- package/lib/_utils/composable/use-collection.d.ts +1 -1
- package/lib/_utils/composable/use-collection.js +8 -9
- package/lib/_utils/composable/use-deferred-true.js +1 -2
- package/lib/_utils/composable/use-houdini.js +2 -3
- package/lib/_utils/composable/use-is-composing.d.ts +1 -1
- package/lib/_utils/composable/use-is-composing.js +7 -8
- package/lib/_utils/composable/use-lock-html-scroll.js +2 -2
- package/lib/_utils/composable/use-reactivated.js +1 -2
- package/lib/_utils/composable/use-resize.js +1 -2
- package/lib/_utils/css/color-to-class.js +1 -2
- package/lib/_utils/css/format-length.js +1 -2
- package/lib/_utils/css/rtl-inset.js +1 -2
- package/lib/_utils/cssr/index.js +8 -10
- package/lib/_utils/dom/download.d.ts +1 -1
- package/lib/_utils/dom/download.js +3 -4
- package/lib/_utils/dom/is-document.js +1 -2
- package/lib/_utils/env/is-jsdom.js +4 -5
- package/lib/_utils/event/index.js +2 -3
- package/lib/_utils/naive/attribute.js +1 -2
- package/lib/_utils/naive/extract-public-props.d.ts +2 -2
- package/lib/_utils/naive/prop.js +3 -4
- package/lib/_utils/naive/warn.d.ts +1 -0
- package/lib/_utils/naive/warn.js +7 -4
- package/lib/_utils/vue/call.js +4 -4
- package/lib/_utils/vue/create-data-key.js +1 -2
- package/lib/_utils/vue/create-injection-key.js +1 -2
- package/lib/_utils/vue/create-ref-setter.js +1 -2
- package/lib/_utils/vue/flatten.d.ts +1 -1
- package/lib/_utils/vue/flatten.js +1 -2
- package/lib/_utils/vue/get-first-slot-vnode.d.ts +1 -1
- package/lib/_utils/vue/get-first-slot-vnode.js +2 -3
- package/lib/_utils/vue/get-slot.d.ts +1 -1
- package/lib/_utils/vue/get-slot.js +1 -2
- package/lib/_utils/vue/get-v-node-children.js +4 -5
- package/lib/_utils/vue/is-node-v-show-false.js +1 -2
- package/lib/_utils/vue/keep.js +1 -2
- package/lib/_utils/vue/keysOf.js +1 -2
- package/lib/_utils/vue/merge-handlers.js +2 -4
- package/lib/_utils/vue/omit.js +1 -2
- package/lib/_utils/vue/render.d.ts +1 -1
- package/lib/_utils/vue/render.js +3 -4
- package/lib/_utils/vue/resolve-slot.js +8 -9
- package/lib/affix/src/Affix.js +16 -16
- package/lib/affix/src/utils.js +2 -3
- package/lib/alert/src/Alert.d.ts +4 -108
- package/lib/alert/src/Alert.js +6 -8
- package/lib/alert/styles/light.d.ts +1 -1
- package/lib/alert/styles/light.js +2 -2
- package/lib/anchor/src/AnchorAdapter.d.ts +0 -1
- package/lib/anchor/src/BaseAnchor.js +7 -6
- package/lib/anchor/src/Link.d.ts +0 -1
- package/lib/anchor/src/Link.js +0 -1
- package/lib/anchor/src/utils.js +1 -2
- package/lib/anchor/styles/light.d.ts +1 -1
- package/lib/anchor/styles/light.js +4 -5
- package/lib/auto-complete/src/AutoComplete.d.ts +115 -135
- package/lib/auto-complete/src/AutoComplete.js +3 -3
- package/lib/auto-complete/src/interface.d.ts +1 -1
- package/lib/auto-complete/src/utils.js +2 -3
- package/lib/auto-complete/styles/light.d.ts +10 -2
- package/lib/auto-complete/styles/light.js +1 -2
- package/lib/avatar/src/Avatar.d.ts +2 -2
- package/lib/avatar/src/Avatar.js +6 -6
- package/lib/avatar/styles/light.d.ts +1 -1
- package/lib/avatar/styles/light.js +5 -6
- package/lib/avatar-group/src/AvatarGroup.d.ts +5 -109
- package/lib/avatar-group/src/AvatarGroup.js +6 -6
- package/lib/avatar-group/styles/light.d.ts +1 -1
- package/lib/avatar-group/styles/light.js +4 -5
- package/lib/back-top/src/BackTop.d.ts +3 -3
- package/lib/back-top/src/BackTop.js +7 -7
- package/lib/back-top/src/BackTopIcon.d.ts +0 -1
- package/lib/back-top/styles/dark.js +1 -1
- package/lib/back-top/styles/light.d.ts +1 -1
- package/lib/back-top/styles/light.js +3 -3
- package/lib/badge/src/Badge.d.ts +6 -6
- package/lib/badge/src/Badge.js +6 -6
- package/lib/badge/src/styles/index.cssr.js +1 -1
- package/lib/badge/styles/light.d.ts +1 -1
- package/lib/badge/styles/light.js +2 -2
- package/lib/breadcrumb/src/Breadcrumb.js +1 -1
- package/lib/breadcrumb/src/BreadcrumbItem.d.ts +0 -1
- package/lib/breadcrumb/styles/light.d.ts +1 -1
- package/lib/breadcrumb/styles/light.js +5 -6
- package/lib/button/src/Button.d.ts +6 -6
- package/lib/button/src/Button.js +30 -30
- package/lib/button/styles/light.d.ts +1 -1
- package/lib/button/styles/light.js +5 -6
- package/lib/button/styles/rtl.d.ts +1 -1
- package/lib/button-group/src/styles/index.cssr.d.ts +1 -1
- package/lib/button-group/src/styles/index.cssr.js +2 -2
- package/lib/button-group/src/styles/rtl.cssr.js +1 -1
- package/lib/button-group/styles/rtl.d.ts +1 -1
- package/lib/calendar/src/Calendar.d.ts +4 -108
- package/lib/calendar/src/Calendar.js +5 -5
- package/lib/calendar/styles/dark.js +1 -1
- package/lib/calendar/styles/light.d.ts +1 -1
- package/lib/calendar/styles/light.js +5 -6
- package/lib/card/src/Card.d.ts +18 -122
- package/lib/card/src/Card.js +1 -1
- package/lib/card/styles/light.d.ts +2 -2
- package/lib/card/styles/light.js +4 -5
- package/lib/card/styles/rtl.d.ts +1 -1
- package/lib/carousel/src/Carousel.d.ts +18 -20
- package/lib/carousel/src/Carousel.js +57 -48
- package/lib/carousel/src/CarouselArrow.js +4 -4
- package/lib/carousel/src/CarouselContext.d.ts +2 -2
- package/lib/carousel/src/CarouselContext.js +6 -7
- package/lib/carousel/src/CarouselDots.d.ts +3 -3
- package/lib/carousel/src/CarouselDots.js +1 -1
- package/lib/carousel/src/CarouselItem.d.ts +1 -1
- package/lib/carousel/src/CarouselItem.js +5 -3
- package/lib/carousel/src/utils/duplicatedLogic.js +6 -7
- package/lib/carousel/src/utils/event.js +1 -2
- package/lib/carousel/src/utils/index.js +11 -12
- package/lib/carousel/styles/light.d.ts +1 -2
- package/lib/carousel/styles/light.js +4 -5
- package/lib/cascader/src/Cascader.d.ts +181 -169
- package/lib/cascader/src/Cascader.js +17 -15
- package/lib/cascader/src/CascaderMenu.d.ts +24 -112
- package/lib/cascader/src/CascaderMenu.js +2 -4
- package/lib/cascader/src/CascaderOption.d.ts +25 -117
- package/lib/cascader/src/CascaderOption.js +7 -9
- package/lib/cascader/src/CascaderSelectMenu.d.ts +25 -113
- package/lib/cascader/src/CascaderSelectMenu.js +7 -6
- package/lib/cascader/src/CascaderSubmenu.d.ts +24 -112
- package/lib/cascader/src/CascaderSubmenu.js +4 -6
- package/lib/cascader/src/interface.d.ts +1 -1
- package/lib/cascader/src/utils.d.ts +1 -1
- package/lib/cascader/src/utils.js +4 -5
- package/lib/cascader/styles/dark.js +1 -1
- package/lib/cascader/styles/light.d.ts +17 -5
- package/lib/cascader/styles/light.js +4 -5
- package/lib/checkbox/src/CheckMark.d.ts +0 -1
- package/lib/checkbox/src/Checkbox.d.ts +9 -113
- package/lib/checkbox/src/Checkbox.js +23 -23
- package/lib/checkbox/src/CheckboxGroup.d.ts +16 -16
- package/lib/checkbox/src/CheckboxGroup.js +1 -1
- package/lib/checkbox/src/LineMark.d.ts +0 -1
- package/lib/checkbox/styles/light.d.ts +1 -1
- package/lib/checkbox/styles/light.js +4 -5
- package/lib/code/src/styles/index.cssr.js +0 -1
- package/lib/code/styles/light.d.ts +2 -2
- package/lib/code/styles/light.js +2 -2
- package/lib/collapse/src/Collapse.d.ts +15 -119
- package/lib/collapse/src/Collapse.js +2 -2
- package/lib/collapse/src/CollapseItem.d.ts +3 -3
- package/lib/collapse/src/CollapseItem.js +2 -2
- package/lib/collapse/src/CollapseItemContent.d.ts +2 -2
- package/lib/collapse/styles/light.d.ts +1 -1
- package/lib/collapse/styles/light.js +4 -5
- package/lib/collapse-transition/src/CollapseTransition.js +3 -3
- package/lib/collapse-transition/styles/light.d.ts +1 -1
- package/lib/collapse-transition/styles/light.js +4 -5
- package/lib/color-picker/src/ColorInput.d.ts +3 -3
- package/lib/color-picker/src/ColorInput.js +3 -3
- package/lib/color-picker/src/ColorInputUnit.d.ts +3 -107
- package/lib/color-picker/src/ColorInputUnit.js +4 -5
- package/lib/color-picker/src/ColorPicker.d.ts +13 -10
- package/lib/color-picker/src/ColorPicker.js +6 -9
- package/lib/color-picker/src/ColorPickerSwatches.js +2 -2
- package/lib/color-picker/src/ColorPickerTrigger.d.ts +0 -1
- package/lib/color-picker/src/ColorPickerTrigger.js +0 -1
- package/lib/color-picker/src/interface.d.ts +1 -0
- package/lib/color-picker/src/utils.js +7 -8
- package/lib/color-picker/styles/light.d.ts +1 -1
- package/lib/color-picker/styles/light.js +4 -5
- package/lib/components.d.ts +1 -0
- package/lib/components.js +1 -0
- package/lib/composables/use-theme-vars.js +1 -2
- package/lib/config-provider/src/ConfigProvider.d.ts +17 -389
- package/lib/config-provider/src/ConfigProvider.js +5 -2
- package/lib/config-provider/src/internal-interface.d.ts +4 -3
- package/lib/countdown/src/Countdown.d.ts +4 -4
- package/lib/countdown/src/Countdown.js +2 -2
- package/lib/create.d.ts +1 -1
- package/lib/data-table/src/DataTable.d.ts +301 -173
- package/lib/data-table/src/DataTable.js +22 -11
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +54 -115
- package/lib/data-table/src/HeaderButton/FilterButton.js +8 -9
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +53 -115
- package/lib/data-table/src/HeaderButton/FilterMenu.js +8 -10
- package/lib/data-table/src/HeaderButton/ResizeButton.js +0 -1
- package/lib/data-table/src/HeaderButton/SortButton.js +8 -9
- package/lib/data-table/src/MainTable.d.ts +1 -0
- package/lib/data-table/src/MainTable.js +8 -6
- package/lib/data-table/src/TableParts/Body.d.ts +61 -120
- package/lib/data-table/src/TableParts/Body.js +158 -69
- package/lib/data-table/src/TableParts/BodyCheckbox.d.ts +0 -1
- package/lib/data-table/src/TableParts/BodyCheckbox.js +1 -3
- package/lib/data-table/src/TableParts/BodyRadio.d.ts +0 -1
- package/lib/data-table/src/TableParts/BodyRadio.js +1 -3
- package/lib/data-table/src/TableParts/Cell.d.ts +5 -2515
- package/lib/data-table/src/TableParts/ExpandTrigger.d.ts +9 -1
- package/lib/data-table/src/TableParts/ExpandTrigger.js +6 -1
- package/lib/data-table/src/TableParts/Header.d.ts +61 -118
- package/lib/data-table/src/TableParts/Header.js +148 -61
- package/lib/data-table/src/TableParts/SelectionMenu.d.ts +0 -1
- package/lib/data-table/src/TableParts/SelectionMenu.js +1 -3
- package/lib/data-table/src/interface.d.ts +132 -30
- package/lib/data-table/src/interface.js +2 -2
- package/lib/data-table/src/styles/index.cssr.js +17 -1
- package/lib/data-table/src/use-check.d.ts +2 -2
- package/lib/data-table/src/use-check.js +9 -12
- package/lib/data-table/src/use-expand.d.ts +1 -1
- package/lib/data-table/src/use-expand.js +1 -3
- package/lib/data-table/src/use-group-header.d.ts +7 -1
- package/lib/data-table/src/use-group-header.js +10 -6
- package/lib/data-table/src/use-resizable.js +1 -3
- package/lib/data-table/src/use-scroll.d.ts +1 -1
- package/lib/data-table/src/use-scroll.js +12 -14
- package/lib/data-table/src/use-sorter.d.ts +1 -1
- package/lib/data-table/src/use-sorter.js +19 -23
- package/lib/data-table/src/use-table-data.d.ts +1 -1
- package/lib/data-table/src/use-table-data.js +21 -23
- package/lib/data-table/src/utils.d.ts +1 -1
- package/lib/data-table/src/utils.js +25 -24
- package/lib/data-table/styles/light.d.ts +39 -7
- package/lib/data-table/styles/light.js +8 -9
- package/lib/date-picker/index.d.ts +3 -3
- package/lib/date-picker/index.js +2 -1
- package/lib/date-picker/src/DatePicker.d.ts +157 -2212
- package/lib/date-picker/src/DatePicker.js +16 -32
- package/lib/date-picker/src/config.d.ts +0 -1
- package/lib/date-picker/src/config.js +1 -2
- package/lib/date-picker/src/interface.d.ts +8 -7
- package/lib/date-picker/src/panel/date.d.ts +25 -150
- package/lib/date-picker/src/panel/date.js +19 -5
- package/lib/date-picker/src/panel/daterange.d.ts +26 -121
- package/lib/date-picker/src/panel/daterange.js +23 -8
- package/lib/date-picker/src/panel/datetime.d.ts +24 -119
- package/lib/date-picker/src/panel/datetime.js +30 -8
- package/lib/date-picker/src/panel/datetimerange.d.ts +25 -120
- package/lib/date-picker/src/panel/datetimerange.js +25 -10
- package/lib/date-picker/src/panel/month.d.ts +27 -122
- package/lib/date-picker/src/panel/month.js +43 -17
- package/lib/date-picker/src/panel/monthrange.d.ts +29 -124
- package/lib/date-picker/src/panel/monthrange.js +30 -15
- package/lib/date-picker/src/panel/panelHeader.d.ts +51 -246
- package/lib/date-picker/src/panel/panelHeader.js +4 -4
- package/lib/date-picker/src/panel/use-calendar.d.ts +20 -117
- package/lib/date-picker/src/panel/use-calendar.js +17 -20
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +24 -121
- package/lib/date-picker/src/panel/use-dual-calendar.js +11 -14
- package/lib/date-picker/src/panel/use-panel-common.d.ts +19 -116
- package/lib/date-picker/src/panel/use-panel-common.js +7 -9
- package/lib/date-picker/src/props.d.ts +2008 -0
- package/lib/date-picker/src/props.js +26 -0
- package/lib/date-picker/src/public-types.d.ts +23 -0
- package/lib/date-picker/src/public-types.js +2 -0
- package/lib/date-picker/src/utils.d.ts +2 -1
- package/lib/date-picker/src/utils.js +28 -32
- package/lib/date-picker/src/validation-utils.js +27 -29
- package/lib/date-picker/styles/light.d.ts +9 -5
- package/lib/date-picker/styles/light.js +5 -6
- package/lib/descriptions/src/Descriptions.d.ts +1 -1
- package/lib/descriptions/src/Descriptions.js +3 -3
- package/lib/descriptions/src/DescriptionsItem.d.ts +1 -1
- package/lib/descriptions/src/utils.js +2 -2
- package/lib/descriptions/styles/light.d.ts +1 -1
- package/lib/descriptions/styles/light.js +5 -6
- package/lib/dialog/src/Dialog.d.ts +9 -113
- package/lib/dialog/src/Dialog.js +7 -7
- package/lib/dialog/src/DialogEnvironment.d.ts +19 -19
- package/lib/dialog/src/DialogEnvironment.js +3 -1
- package/lib/dialog/src/DialogProvider.d.ts +7 -7
- package/lib/dialog/src/DialogProvider.js +3 -4
- package/lib/dialog/src/composables.js +3 -4
- package/lib/dialog/src/dialogProps.d.ts +4 -4
- package/lib/dialog/styles/light.d.ts +1 -1
- package/lib/dialog/styles/light.js +5 -6
- package/lib/discrete/src/discrete.js +2 -3
- package/lib/discrete/src/discreteApp.js +7 -8
- package/lib/discrete/src/interface.d.ts +2 -2
- package/lib/divider/src/Divider.d.ts +3 -3
- package/lib/divider/styles/light.d.ts +1 -1
- package/lib/divider/styles/light.js +4 -5
- package/lib/drawer/src/Drawer.d.ts +45 -129
- package/lib/drawer/src/Drawer.js +5 -3
- package/lib/drawer/src/DrawerBodyWrapper.d.ts +8 -110
- package/lib/drawer/src/DrawerBodyWrapper.js +15 -16
- package/lib/drawer/src/DrawerContent.d.ts +5 -107
- package/lib/drawer/src/DrawerContent.js +2 -2
- package/lib/drawer/src/styles/index.cssr.js +3 -1
- package/lib/drawer/styles/light.d.ts +5 -3
- package/lib/drawer/styles/light.js +4 -5
- package/lib/dropdown/src/Dropdown.d.ts +23 -127
- package/lib/dropdown/src/Dropdown.js +7 -7
- package/lib/dropdown/src/DropdownGroup.d.ts +3 -2
- package/lib/dropdown/src/DropdownGroup.js +0 -1
- package/lib/dropdown/src/DropdownGroupHeader.d.ts +1 -1
- package/lib/dropdown/src/DropdownGroupHeader.js +4 -8
- package/lib/dropdown/src/DropdownMenu.d.ts +5 -4
- package/lib/dropdown/src/DropdownMenu.js +3 -6
- package/lib/dropdown/src/DropdownOption.d.ts +7 -6
- package/lib/dropdown/src/DropdownOption.js +12 -16
- package/lib/dropdown/src/DropdownRenderOption.d.ts +3 -2
- package/lib/dropdown/src/interface.d.ts +1 -1
- package/lib/dropdown/src/utils.js +6 -7
- package/lib/dropdown/styles/dark.js +1 -1
- package/lib/dropdown/styles/light.d.ts +1 -1
- package/lib/dropdown/styles/light.js +5 -6
- package/lib/dynamic-input/src/DynamicInput.d.ts +4 -108
- package/lib/dynamic-input/src/DynamicInput.js +9 -9
- package/lib/dynamic-input/src/InputPreset.d.ts +1 -105
- package/lib/dynamic-input/src/InputPreset.js +1 -3
- package/lib/dynamic-input/src/PairPreset.d.ts +1 -105
- package/lib/dynamic-input/src/PairPreset.js +0 -1
- package/lib/dynamic-input/styles/light.d.ts +1 -1
- package/lib/dynamic-input/styles/light.js +3 -3
- package/lib/dynamic-tags/src/DynamicTags.d.ts +13 -117
- package/lib/dynamic-tags/src/DynamicTags.js +2 -2
- package/lib/element/styles/dark.d.ts +1 -1
- package/lib/ellipsis/src/Ellipsis.d.ts +4 -109
- package/lib/ellipsis/src/Ellipsis.js +8 -7
- package/lib/ellipsis/src/PerformantEllipsis.d.ts +3 -4
- package/lib/ellipsis/styles/dark.d.ts +1 -1
- package/lib/empty/src/Empty.d.ts +22 -4
- package/lib/empty/src/Empty.js +4 -6
- package/lib/empty/styles/_common.d.ts +1 -0
- package/lib/empty/styles/_common.js +1 -0
- package/lib/empty/styles/light.d.ts +3 -1
- package/lib/empty/styles/light.js +8 -8
- package/lib/equation/src/Equation.d.ts +4 -3
- package/lib/flex/src/Flex.d.ts +10 -9
- package/lib/flex/src/type.d.ts +1 -1
- package/lib/flex/styles/light.d.ts +1 -1
- package/lib/flex/styles/light.js +2 -2
- package/lib/flex/styles/rtl.d.ts +1 -1
- package/lib/float-button/src/FloatButton.d.ts +12 -11
- package/lib/float-button/src/FloatButton.js +19 -6
- package/lib/float-button/styles/light.d.ts +2 -2
- package/lib/float-button/styles/light.js +2 -2
- package/lib/float-button-group/src/FloatButtonGroup.d.ts +6 -6
- package/lib/float-button-group/src/FloatButtonGroup.js +1 -1
- package/lib/float-button-group/styles/light.d.ts +3 -3
- package/lib/float-button-group/styles/light.js +2 -2
- package/lib/form/src/Form.d.ts +5 -5
- package/lib/form/src/Form.js +4 -5
- package/lib/form/src/FormItem.d.ts +9 -9
- package/lib/form/src/FormItem.js +84 -85
- package/lib/form/src/FormItemCol.d.ts +6 -6
- package/lib/form/src/FormItemGridItem.d.ts +6 -6
- package/lib/form/src/FormItemRow.d.ts +6 -6
- package/lib/form/src/interface.d.ts +1 -1
- package/lib/form/src/utils.d.ts +1 -1
- package/lib/form/src/utils.js +7 -10
- package/lib/form/styles/light.d.ts +1 -1
- package/lib/form/styles/light.js +4 -5
- package/lib/gradient-text/src/GradientText.d.ts +3 -3
- package/lib/gradient-text/styles/light.d.ts +1 -1
- package/lib/gradient-text/styles/light.js +2 -2
- package/lib/grid/src/Grid.d.ts +15 -15
- package/lib/grid/src/Grid.js +6 -6
- package/lib/grid/src/GridItem.js +2 -6
- package/lib/highlight/index.d.ts +2 -0
- package/lib/highlight/index.js +9 -0
- package/lib/highlight/src/Highlight.d.ts +65 -0
- package/lib/highlight/src/Highlight.js +67 -0
- package/lib/highlight/src/public-types.d.ts +3 -0
- package/lib/highlight/src/public-types.js +2 -0
- package/lib/highlight/src/utils.d.ts +4 -0
- package/lib/highlight/src/utils.js +33 -0
- package/lib/icon/src/Icon.d.ts +3 -3
- package/lib/icon/src/Icon.js +2 -2
- package/lib/icon/styles/light.d.ts +1 -1
- package/lib/icon/styles/light.js +4 -5
- package/lib/icon-wrapper/src/IconWrapper.d.ts +0 -1
- package/lib/icon-wrapper/styles/light.d.ts +1 -1
- package/lib/icon-wrapper/styles/light.js +4 -5
- package/lib/image/src/Image.d.ts +8 -8
- package/lib/image/src/Image.js +2 -2
- package/lib/image/src/ImageGroup.d.ts +1 -1
- package/lib/image/src/ImageGroup.js +8 -3
- package/lib/image/src/ImagePreview.d.ts +3 -3
- package/lib/image/src/ImagePreview.js +9 -15
- package/lib/image/src/icons.d.ts +0 -1
- package/lib/image/src/utils.d.ts +2 -2
- package/lib/image/src/utils.js +9 -11
- package/lib/infinite-scroll/src/InfiniteScroll.d.ts +3 -3
- package/lib/infinite-scroll/src/InfiniteScroll.js +7 -6
- package/lib/input/src/Input.d.ts +34 -138
- package/lib/input/src/Input.js +60 -55
- package/lib/input/src/WordCount.d.ts +0 -1
- package/lib/input/src/WordCount.js +1 -3
- package/lib/input/src/utils.js +3 -5
- package/lib/input/styles/dark.js +1 -1
- package/lib/input/styles/light.d.ts +1 -1
- package/lib/input/styles/light.js +3 -3
- package/lib/input-number/src/InputNumber.d.ts +24 -115
- package/lib/input-number/src/InputNumber.js +40 -37
- package/lib/input-number/src/utils.js +13 -13
- package/lib/input-number/styles/light.d.ts +1 -1
- package/lib/input-number/styles/light.js +2 -2
- package/lib/layout/src/Layout.d.ts +59 -239
- package/lib/layout/src/Layout.js +2 -6
- package/lib/layout/src/LayoutContent.d.ts +29 -119
- package/lib/layout/src/LayoutFooter.d.ts +36 -18
- package/lib/layout/src/LayoutFooter.js +2 -2
- package/lib/layout/src/LayoutHeader.d.ts +24 -12
- package/lib/layout/src/LayoutHeader.js +2 -2
- package/lib/layout/src/LayoutSider.d.ts +37 -127
- package/lib/layout/src/LayoutSider.js +7 -10
- package/lib/layout/src/interface.d.ts +1 -1
- package/lib/layout/styles/dark.js +1 -1
- package/lib/layout/styles/light.d.ts +5 -3
- package/lib/layout/styles/light.js +4 -5
- package/lib/legacy-transfer/src/Transfer.d.ts +63 -127
- package/lib/legacy-transfer/src/Transfer.js +6 -6
- package/lib/legacy-transfer/src/TransferFilter.d.ts +7 -107
- package/lib/legacy-transfer/src/TransferFilter.js +0 -1
- package/lib/legacy-transfer/src/TransferHeader.d.ts +0 -1
- package/lib/legacy-transfer/src/TransferHeader.js +1 -3
- package/lib/legacy-transfer/src/TransferList.d.ts +8 -108
- package/lib/legacy-transfer/src/TransferList.js +1 -2
- package/lib/legacy-transfer/src/TransferListItem.d.ts +7 -107
- package/lib/legacy-transfer/src/TransferListItem.js +2 -4
- package/lib/legacy-transfer/src/use-transfer-data.d.ts +1 -1
- package/lib/legacy-transfer/src/use-transfer-data.js +12 -14
- package/lib/legacy-transfer/styles/dark.js +1 -1
- package/lib/legacy-transfer/styles/light.d.ts +7 -3
- package/lib/legacy-transfer/styles/light.js +3 -3
- package/lib/list/styles/light.d.ts +2 -2
- package/lib/list/styles/light.js +4 -5
- package/lib/loading-bar/src/LoadingBar.d.ts +2 -2
- package/lib/loading-bar/src/LoadingBar.js +2 -6
- package/lib/loading-bar/src/LoadingBarProvider.d.ts +10 -10
- package/lib/loading-bar/src/use-loading-bar.js +2 -3
- package/lib/loading-bar/styles/light.d.ts +1 -1
- package/lib/loading-bar/styles/light.js +2 -2
- package/lib/locales/common/arDZ.js +1 -1
- package/lib/locales/common/azAZ.d.ts +3 -0
- package/lib/locales/common/azAZ.js +126 -0
- package/lib/locales/common/csCZ.js +1 -1
- package/lib/locales/common/deDE.js +1 -1
- package/lib/locales/common/enGB.js +1 -1
- package/lib/locales/common/enUS.d.ts +1 -1
- package/lib/locales/common/enUS.js +1 -1
- package/lib/locales/common/eo.js +1 -1
- package/lib/locales/common/esAR.js +1 -1
- package/lib/locales/common/etEE.js +1 -1
- package/lib/locales/common/faIR.js +1 -1
- package/lib/locales/common/frFR.js +6 -6
- package/lib/locales/common/idID.js +1 -1
- package/lib/locales/common/itIT.js +3 -3
- package/lib/locales/common/jaJP.js +1 -1
- package/lib/locales/common/koKR.js +1 -1
- package/lib/locales/common/nbNO.js +1 -1
- package/lib/locales/common/nlNL.js +1 -1
- package/lib/locales/common/plPL.js +1 -1
- package/lib/locales/common/ptBR.js +1 -1
- package/lib/locales/common/ruRU.js +1 -1
- package/lib/locales/common/skSK.js +1 -1
- package/lib/locales/common/svSE.js +1 -1
- package/lib/locales/common/thTH.js +1 -1
- package/lib/locales/common/trTR.js +1 -1
- package/lib/locales/common/ukUA.js +1 -1
- package/lib/locales/common/uzUZ.d.ts +3 -0
- package/lib/locales/common/uzUZ.js +126 -0
- package/lib/locales/common/viVN.js +1 -1
- package/lib/locales/common/zhCN.js +1 -1
- package/lib/locales/common/zhTW.js +1 -1
- package/lib/locales/date/arDZ.js +2 -5
- package/lib/locales/date/azAZ.d.ts +3 -0
- package/lib/locales/date/azAZ.js +8 -0
- package/lib/locales/date/csCZ.d.ts +1 -1
- package/lib/locales/date/csCZ.js +2 -5
- package/lib/locales/date/deDE.js +2 -5
- package/lib/locales/date/enGB.d.ts +1 -1
- package/lib/locales/date/enGB.js +2 -5
- package/lib/locales/date/enUS.js +2 -5
- package/lib/locales/date/eo.js +2 -5
- package/lib/locales/date/esAR.d.ts +1 -1
- package/lib/locales/date/esAR.js +2 -5
- package/lib/locales/date/etEE.d.ts +1 -1
- package/lib/locales/date/etEE.js +2 -5
- package/lib/locales/date/faIR.d.ts +1 -1
- package/lib/locales/date/faIR.js +2 -5
- package/lib/locales/date/frFR.d.ts +1 -1
- package/lib/locales/date/frFR.js +2 -5
- package/lib/locales/date/idID.d.ts +1 -1
- package/lib/locales/date/idID.js +2 -5
- package/lib/locales/date/itIT.d.ts +1 -1
- package/lib/locales/date/itIT.js +2 -5
- package/lib/locales/date/jaJP.d.ts +1 -1
- package/lib/locales/date/jaJP.js +2 -5
- package/lib/locales/date/koKR.d.ts +1 -1
- package/lib/locales/date/koKR.js +2 -5
- package/lib/locales/date/nbNO.d.ts +1 -1
- package/lib/locales/date/nbNO.js +2 -5
- package/lib/locales/date/nlNL.d.ts +1 -1
- package/lib/locales/date/nlNL.js +2 -5
- package/lib/locales/date/plPL.d.ts +1 -1
- package/lib/locales/date/plPL.js +2 -5
- package/lib/locales/date/ptBR.d.ts +1 -1
- package/lib/locales/date/ptBR.js +2 -5
- package/lib/locales/date/ruRU.d.ts +1 -1
- package/lib/locales/date/ruRU.js +2 -5
- package/lib/locales/date/skSK.d.ts +1 -1
- package/lib/locales/date/skSK.js +2 -5
- package/lib/locales/date/svSE.d.ts +1 -1
- package/lib/locales/date/svSE.js +2 -5
- package/lib/locales/date/thTH.d.ts +1 -1
- package/lib/locales/date/thTH.js +3 -6
- package/lib/locales/date/trTR.d.ts +1 -1
- package/lib/locales/date/trTR.js +3 -6
- package/lib/locales/date/ukUA.d.ts +1 -1
- package/lib/locales/date/ukUA.js +2 -5
- package/lib/locales/date/uzUZ.d.ts +3 -0
- package/lib/locales/date/uzUZ.js +8 -0
- package/lib/locales/date/viVN.d.ts +1 -1
- package/lib/locales/date/viVN.js +2 -5
- package/lib/locales/date/zhCN.d.ts +1 -1
- package/lib/locales/date/zhCN.js +2 -5
- package/lib/locales/date/zhTW.d.ts +1 -1
- package/lib/locales/date/zhTW.js +2 -5
- package/lib/locales/index.d.ts +4 -0
- package/lib/locales/index.js +10 -2
- package/lib/locales/utils/index.d.ts +1 -1
- package/lib/locales/utils/index.js +1 -2
- package/lib/log/src/Log.d.ts +45 -129
- package/lib/log/src/Log.js +2 -2
- package/lib/log/src/LogLine.js +1 -3
- package/lib/log/styles/light.d.ts +5 -3
- package/lib/log/styles/light.js +2 -2
- package/lib/mention/src/Mention.d.ts +121 -140
- package/lib/mention/src/Mention.js +23 -22
- package/lib/mention/src/utils.js +24 -25
- package/lib/mention/styles/light.d.ts +11 -3
- package/lib/mention/styles/light.js +2 -2
- package/lib/menu/src/Menu.d.ts +13 -117
- package/lib/menu/src/Menu.js +90 -85
- package/lib/menu/src/MenuDivider.d.ts +0 -1
- package/lib/menu/src/MenuDivider.js +0 -1
- package/lib/menu/src/MenuOption.d.ts +1 -105
- package/lib/menu/src/MenuOption.js +4 -4
- package/lib/menu/src/MenuOptionContent.js +0 -1
- package/lib/menu/src/MenuOptionGroup.d.ts +0 -1
- package/lib/menu/src/MenuOptionGroup.js +4 -6
- package/lib/menu/src/Submenu.d.ts +1 -105
- package/lib/menu/src/Submenu.js +3 -4
- package/lib/menu/src/interface.d.ts +2 -2
- package/lib/menu/src/use-menu-child.js +7 -9
- package/lib/menu/src/useCheckDeprecated.js +1 -2
- package/lib/menu/src/utils.d.ts +1 -1
- package/lib/menu/src/utils.js +3 -6
- package/lib/menu/styles/light.d.ts +1 -1
- package/lib/menu/styles/light.js +5 -6
- package/lib/message/src/Message.d.ts +2 -2
- package/lib/message/src/Message.js +4 -5
- package/lib/message/src/MessageEnvironment.d.ts +3 -3
- package/lib/message/src/MessageProvider.d.ts +4 -4
- package/lib/message/src/MessageProvider.js +1 -2
- package/lib/message/src/use-message.js +1 -2
- package/lib/message/styles/light.d.ts +1 -1
- package/lib/message/styles/light.js +5 -6
- package/lib/modal/src/BodyWrapper.d.ts +26 -128
- package/lib/modal/src/BodyWrapper.js +2 -3
- package/lib/modal/src/Modal.d.ts +78 -60
- package/lib/modal/src/Modal.js +3 -1
- package/lib/modal/src/ModalEnvironment.d.ts +53 -41
- package/lib/modal/src/ModalEnvironment.js +3 -1
- package/lib/modal/src/ModalProvider.d.ts +5 -14924
- package/lib/modal/src/ModalProvider.js +2 -3
- package/lib/modal/src/composables.js +3 -4
- package/lib/modal/src/interface.d.ts +1 -1
- package/lib/modal/src/presetProps.d.ts +9 -9
- package/lib/modal/styles/light.d.ts +5 -3
- package/lib/modal/styles/light.js +4 -5
- package/lib/notification/src/Notification.d.ts +3 -3
- package/lib/notification/src/Notification.js +1 -3
- package/lib/notification/src/NotificationContainer.d.ts +5 -107
- package/lib/notification/src/NotificationContainer.js +0 -1
- package/lib/notification/src/NotificationEnvironment.d.ts +4 -7
- package/lib/notification/src/NotificationEnvironment.js +1 -3
- package/lib/notification/src/NotificationProvider.d.ts +42 -24
- package/lib/notification/src/NotificationProvider.js +3 -3
- package/lib/notification/src/styles/index.cssr.d.ts +1 -1
- package/lib/notification/src/use-notification.js +2 -3
- package/lib/notification/styles/light.d.ts +5 -3
- package/lib/notification/styles/light.js +4 -5
- package/lib/notification/styles/rtl.d.ts +1 -1
- package/lib/number-animation/src/NumberAnimation.js +2 -2
- package/lib/number-animation/src/utils.js +3 -4
- package/lib/page-header/src/PageHeader.js +1 -2
- package/lib/page-header/styles/light.js +2 -2
- package/lib/pagination/src/Pagination.d.ts +241 -169
- package/lib/pagination/src/Pagination.js +42 -42
- package/lib/pagination/src/utils.d.ts +1 -1
- package/lib/pagination/src/utils.js +6 -7
- package/lib/pagination/styles/light.d.ts +21 -5
- package/lib/pagination/styles/light.js +5 -6
- package/lib/popconfirm/src/Popconfirm.d.ts +21 -125
- package/lib/popconfirm/src/PopconfirmPanel.d.ts +1 -1
- package/lib/popconfirm/src/PopconfirmPanel.js +2 -4
- package/lib/popconfirm/src/interface.d.ts +1 -1
- package/lib/popconfirm/styles/light.d.ts +1 -1
- package/lib/popconfirm/styles/light.js +4 -5
- package/lib/popover/src/Popover.d.ts +23 -23
- package/lib/popover/src/Popover.js +6 -5
- package/lib/popover/src/PopoverBody.d.ts +17 -17
- package/lib/popover/src/PopoverBody.js +36 -37
- package/lib/popover/src/interface.d.ts +1 -1
- package/lib/popover/src/styles/index.cssr.d.ts +1 -1
- package/lib/popover/styles/light.d.ts +1 -1
- package/lib/popover/styles/light.js +4 -5
- package/lib/popselect/src/Popselect.d.ts +126 -146
- package/lib/popselect/src/Popselect.js +1 -1
- package/lib/popselect/src/PopselectPanel.d.ts +19 -111
- package/lib/popselect/src/PopselectPanel.js +3 -5
- package/lib/popselect/src/interface.d.ts +1 -1
- package/lib/popselect/styles/light.d.ts +11 -3
- package/lib/popselect/styles/light.js +1 -2
- package/lib/preset.d.ts +1 -1
- package/lib/preset.js +1 -1
- package/lib/progress/src/Circle.d.ts +2 -3
- package/lib/progress/src/Circle.js +2 -2
- package/lib/progress/src/Line.d.ts +2 -3
- package/lib/progress/src/Line.js +2 -2
- package/lib/progress/src/MultipleCircle.d.ts +3 -4
- package/lib/progress/src/MultipleCircle.js +13 -13
- package/lib/progress/src/Progress.d.ts +9 -9
- package/lib/progress/styles/dark.js +2 -2
- package/lib/progress/styles/light.d.ts +1 -1
- package/lib/progress/styles/light.js +4 -5
- package/lib/qr-code/src/QrCode.js +3 -3
- package/lib/qr-code/src/qrcodegen.js +370 -68
- package/lib/qr-code/styles/dark.d.ts +1 -1
- package/lib/qr-code/styles/light.d.ts +2 -2
- package/lib/qr-code/styles/light.js +2 -2
- package/lib/radio/src/Radio.d.ts +6 -6
- package/lib/radio/src/RadioButton.d.ts +6 -6
- package/lib/radio/src/RadioGroup.d.ts +1 -1
- package/lib/radio/src/RadioGroup.js +1 -1
- package/lib/radio/src/use-radio.d.ts +4 -4
- package/lib/radio/src/use-radio.js +3 -3
- package/lib/radio/styles/dark.js +1 -1
- package/lib/radio/styles/light.d.ts +2 -2
- package/lib/radio/styles/light.js +3 -3
- package/lib/rate/src/Rate.js +2 -2
- package/lib/rate/src/StarIcon.d.ts +0 -1
- package/lib/rate/styles/dark.d.ts +1 -1
- package/lib/rate/styles/light.d.ts +2 -2
- package/lib/rate/styles/light.js +2 -2
- package/lib/result/src/403.d.ts +0 -1
- package/lib/result/src/404.d.ts +0 -1
- package/lib/result/src/418.d.ts +0 -1
- package/lib/result/src/500.d.ts +0 -1
- package/lib/result/src/Result.d.ts +3 -3
- package/lib/result/styles/light.d.ts +1 -1
- package/lib/result/styles/light.js +5 -6
- package/lib/scrollbar/src/Scrollbar.d.ts +62 -18
- package/lib/scrollbar/src/Scrollbar.js +7 -3
- package/lib/select/src/Select.d.ts +133 -144
- package/lib/select/src/Select.js +60 -56
- package/lib/select/src/interface.d.ts +2 -2
- package/lib/select/src/utils.d.ts +1 -1
- package/lib/select/src/utils.js +10 -12
- package/lib/select/styles/light.d.ts +10 -2
- package/lib/select/styles/light.js +1 -2
- package/lib/skeleton/src/Skeleton.js +3 -3
- package/lib/skeleton/styles/dark.d.ts +1 -1
- package/lib/skeleton/styles/light.d.ts +2 -2
- package/lib/skeleton/styles/light.js +2 -2
- package/lib/slider/src/Slider.d.ts +10 -9
- package/lib/slider/src/Slider.js +16 -16
- package/lib/slider/src/styles/index.cssr.js +1 -0
- package/lib/slider/src/utils.js +2 -3
- package/lib/slider/styles/dark.js +1 -1
- package/lib/slider/styles/light.d.ts +2 -2
- package/lib/slider/styles/light.js +3 -3
- package/lib/space/src/Space.d.ts +4 -4
- package/lib/space/src/Space.js +5 -5
- package/lib/space/src/utils.d.ts +1 -1
- package/lib/space/src/utils.js +3 -4
- package/lib/space/styles/light.d.ts +1 -1
- package/lib/space/styles/light.js +2 -2
- package/lib/space/styles/rtl.d.ts +1 -1
- package/lib/spin/src/Spin.d.ts +7 -7
- package/lib/spin/styles/light.d.ts +2 -2
- package/lib/spin/styles/light.js +4 -5
- package/lib/split/src/Split.d.ts +11 -11
- package/lib/split/src/Split.js +6 -6
- package/lib/split/styles/dark.d.ts +1 -1
- package/lib/split/styles/light.d.ts +2 -2
- package/lib/split/styles/light.js +4 -5
- package/lib/statistic/src/Statistic.js +4 -4
- package/lib/statistic/styles/light.d.ts +2 -2
- package/lib/statistic/styles/light.js +4 -5
- package/lib/statistic/styles/rtl.d.ts +1 -1
- package/lib/steps/src/Step.d.ts +3 -3
- package/lib/steps/src/Step.js +1 -1
- package/lib/steps/src/Steps.d.ts +4 -4
- package/lib/steps/styles/light.d.ts +1 -1
- package/lib/steps/styles/light.js +5 -6
- package/lib/steps/styles/rtl.d.ts +1 -1
- package/lib/switch/src/Switch.d.ts +1 -1
- package/lib/switch/src/Switch.js +9 -9
- package/lib/switch/styles/dark.js +1 -1
- package/lib/switch/styles/light.d.ts +1 -1
- package/lib/switch/styles/light.js +3 -3
- package/lib/table/styles/light.d.ts +2 -2
- package/lib/table/styles/light.js +5 -6
- package/lib/table/styles/rtl.d.ts +1 -1
- package/lib/tabs/src/Tab.d.ts +6 -18
- package/lib/tabs/src/Tab.js +2 -6
- package/lib/tabs/src/TabPane.d.ts +10 -22
- package/lib/tabs/src/Tabs.d.ts +32 -32
- package/lib/tabs/src/Tabs.js +54 -32
- package/lib/tabs/src/interface.d.ts +1 -1
- package/lib/tabs/src/styles/index.cssr.js +19 -7
- package/lib/tabs/styles/light.d.ts +2 -2
- package/lib/tabs/styles/light.js +5 -6
- package/lib/tag/src/Tag.d.ts +8 -8
- package/lib/tag/src/Tag.js +4 -4
- package/lib/tag/src/common-props.d.ts +3 -3
- package/lib/tag/styles/dark.js +1 -1
- package/lib/tag/styles/light.d.ts +1 -1
- package/lib/tag/styles/light.js +3 -3
- package/lib/theme-editor/src/ThemeEditor.js +18 -18
- package/lib/themes/interface.d.ts +1 -1
- package/lib/themes/utils.d.ts +1 -1
- package/lib/themes/utils.js +1 -2
- package/lib/thing/src/Thing.d.ts +0 -1
- package/lib/thing/src/Thing.js +14 -14
- package/lib/thing/styles/light.d.ts +1 -1
- package/lib/thing/styles/light.js +4 -5
- package/lib/thing/styles/rtl.d.ts +1 -1
- package/lib/time/src/Time.d.ts +1 -1
- package/lib/time/src/Time.js +3 -6
- package/lib/time-picker/src/Panel.d.ts +9 -111
- package/lib/time-picker/src/Panel.js +17 -19
- package/lib/time-picker/src/PanelCol.d.ts +5 -5
- package/lib/time-picker/src/TimePicker.d.ts +50 -134
- package/lib/time-picker/src/TimePicker.js +34 -33
- package/lib/time-picker/src/interface.d.ts +2 -2
- package/lib/time-picker/src/utils.js +19 -16
- package/lib/time-picker/styles/light.d.ts +5 -3
- package/lib/time-picker/styles/light.js +5 -6
- package/lib/timeline/src/Timeline.d.ts +1 -2
- package/lib/timeline/src/Timeline.js +2 -2
- package/lib/timeline/src/TimelineItem.d.ts +3 -3
- package/lib/timeline/src/TimelineItem.js +1 -1
- package/lib/timeline/styles/dark.js +1 -1
- package/lib/timeline/styles/light.d.ts +1 -1
- package/lib/timeline/styles/light.js +3 -3
- package/lib/tooltip/src/Tooltip.d.ts +16 -120
- package/lib/tooltip/src/Tooltip.js +0 -2
- package/lib/tooltip/styles/light.d.ts +1 -1
- package/lib/tooltip/styles/light.js +4 -4
- package/lib/transfer/src/Transfer.d.ts +69 -133
- package/lib/transfer/src/Transfer.js +4 -4
- package/lib/transfer/src/TransferFilter.d.ts +7 -107
- package/lib/transfer/src/TransferFilter.js +0 -1
- package/lib/transfer/src/TransferHeader.d.ts +3 -4
- package/lib/transfer/src/TransferHeader.js +3 -5
- package/lib/transfer/src/TransferList.d.ts +8 -108
- package/lib/transfer/src/TransferList.js +1 -2
- package/lib/transfer/src/TransferListItem.d.ts +7 -107
- package/lib/transfer/src/TransferListItem.js +1 -3
- package/lib/transfer/src/use-transfer-data.d.ts +1 -1
- package/lib/transfer/src/use-transfer-data.js +9 -11
- package/lib/transfer/styles/dark.js +1 -1
- package/lib/transfer/styles/light.d.ts +7 -3
- package/lib/transfer/styles/light.js +3 -3
- package/lib/tree/src/MotionWrapper.d.ts +3 -3
- package/lib/tree/src/MotionWrapper.js +1 -1
- package/lib/tree/src/Tree.d.ts +97 -161
- package/lib/tree/src/Tree.js +62 -60
- package/lib/tree/src/TreeNode.d.ts +1 -1
- package/lib/tree/src/TreeNode.js +12 -17
- package/lib/tree/src/TreeNodeCheckbox.d.ts +7 -107
- package/lib/tree/src/TreeNodeCheckbox.js +0 -1
- package/lib/tree/src/TreeNodeContent.d.ts +4 -4
- package/lib/tree/src/TreeNodeContent.js +1 -3
- package/lib/tree/src/TreeNodeSwitcher.d.ts +0 -1
- package/lib/tree/src/TreeNodeSwitcher.js +0 -1
- package/lib/tree/src/dnd.d.ts +1 -1
- package/lib/tree/src/dnd.js +4 -5
- package/lib/tree/src/interface.d.ts +2 -2
- package/lib/tree/src/keyboard.d.ts +2 -2
- package/lib/tree/src/keyboard.js +6 -7
- package/lib/tree/src/utils.d.ts +2 -2
- package/lib/tree/src/utils.js +9 -9
- package/lib/tree/styles/light.d.ts +7 -3
- package/lib/tree/styles/light.js +4 -5
- package/lib/tree-select/src/TreeSelect.d.ts +152 -159
- package/lib/tree-select/src/TreeSelect.js +38 -29
- package/lib/tree-select/src/interface.d.ts +3 -3
- package/lib/tree-select/src/styles/index.cssr.js +10 -0
- package/lib/tree-select/src/utils.d.ts +2 -2
- package/lib/tree-select/src/utils.js +3 -4
- package/lib/tree-select/styles/light.d.ts +15 -3
- package/lib/tree-select/styles/light.js +8 -6
- package/lib/typography/src/blockquote.js +1 -1
- package/lib/typography/src/create-header.d.ts +4 -4
- package/lib/typography/src/create-header.js +0 -1
- package/lib/typography/src/headers.d.ts +12 -12
- package/lib/typography/src/p.d.ts +3 -3
- package/lib/typography/src/text.d.ts +3 -3
- package/lib/typography/styles/light.d.ts +1 -1
- package/lib/typography/styles/light.js +5 -6
- package/lib/upload/src/Upload.d.ts +12 -113
- package/lib/upload/src/Upload.js +47 -46
- package/lib/upload/src/UploadDragger.d.ts +0 -1
- package/lib/upload/src/UploadDragger.js +2 -1
- package/lib/upload/src/UploadFile.d.ts +6 -109
- package/lib/upload/src/UploadFile.js +27 -17
- package/lib/upload/src/UploadFileList.d.ts +0 -1
- package/lib/upload/src/UploadFileList.js +7 -7
- package/lib/upload/src/UploadProgress.d.ts +3 -107
- package/lib/upload/src/UploadProgress.js +0 -1
- package/lib/upload/src/UploadTrigger.d.ts +0 -1
- package/lib/upload/src/UploadTrigger.js +8 -8
- package/lib/upload/src/icons.d.ts +0 -1
- package/lib/upload/src/interface.d.ts +9 -3
- package/lib/upload/src/public-types.d.ts +1 -1
- package/lib/upload/src/utils.d.ts +2 -2
- package/lib/upload/src/utils.js +34 -22
- package/lib/upload/styles/light.d.ts +1 -1
- package/lib/upload/styles/light.js +4 -5
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/virtual-list/src/VirtualList.d.ts +13 -13
- package/lib/virtual-list/src/VirtualList.js +1 -1
- package/lib/watermark/src/Watermark.d.ts +3 -4
- package/lib/watermark/src/Watermark.js +15 -15
- package/package.json +77 -90
- package/volar.d.ts +5 -5
- package/web-types.json +329 -60
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type PropType } from 'vue';
|
|
2
2
|
import type { SelectProps } from '../../select';
|
|
3
|
-
import type { PageItem } from './utils';
|
|
4
3
|
import type { ExtractPublicPropTypes, MaybeArray } from '../../_utils';
|
|
5
4
|
import type { Size as InputSize } from '../../input/src/interface';
|
|
6
5
|
import type { Size as SelectSize } from '../../select/src/interface';
|
|
7
|
-
import type { PaginationRenderLabel, PaginationSizeOption, RenderGoto, RenderPrefix, Size } from './interface';
|
|
6
|
+
import type { PaginationRenderLabel, PaginationSizeOption, RenderGoto, RenderNext, RenderPrefix, RenderPrev, RenderSuffix, Size } from './interface';
|
|
7
|
+
import type { PageItem } from './utils';
|
|
8
8
|
export declare const paginationProps: {
|
|
9
9
|
readonly simple: BooleanConstructor;
|
|
10
10
|
readonly page: NumberConstructor;
|
|
@@ -22,7 +22,7 @@ export declare const paginationProps: {
|
|
|
22
22
|
readonly pageSize: NumberConstructor;
|
|
23
23
|
readonly defaultPageSize: NumberConstructor;
|
|
24
24
|
readonly pageSizes: {
|
|
25
|
-
readonly type: PropType<
|
|
25
|
+
readonly type: PropType<Array<number | PaginationSizeOption>>;
|
|
26
26
|
readonly default: () => number[];
|
|
27
27
|
};
|
|
28
28
|
readonly showQuickJumper: BooleanConstructor;
|
|
@@ -36,18 +36,18 @@ export declare const paginationProps: {
|
|
|
36
36
|
readonly default: 9;
|
|
37
37
|
};
|
|
38
38
|
readonly selectProps: PropType<SelectProps>;
|
|
39
|
-
readonly prev: PropType<
|
|
40
|
-
readonly next: PropType<
|
|
39
|
+
readonly prev: PropType<RenderPrev>;
|
|
40
|
+
readonly next: PropType<RenderNext>;
|
|
41
41
|
readonly goto: PropType<RenderGoto>;
|
|
42
42
|
readonly prefix: PropType<RenderPrefix>;
|
|
43
|
-
readonly suffix: PropType<
|
|
43
|
+
readonly suffix: PropType<RenderSuffix>;
|
|
44
44
|
readonly label: PropType<PaginationRenderLabel>;
|
|
45
45
|
readonly displayOrder: {
|
|
46
|
-
readonly type: PropType<
|
|
46
|
+
readonly type: PropType<Array<"pages" | "size-picker" | "quick-jumper">>;
|
|
47
47
|
readonly default: readonly ["pages", "size-picker", "quick-jumper"];
|
|
48
48
|
};
|
|
49
49
|
readonly to: {
|
|
50
|
-
type: PropType<
|
|
50
|
+
type: PropType<HTMLElement | string | boolean>;
|
|
51
51
|
default: undefined;
|
|
52
52
|
};
|
|
53
53
|
readonly showQuickJumpDropdown: {
|
|
@@ -207,10 +207,12 @@ export declare const paginationProps: {
|
|
|
207
207
|
}, any>;
|
|
208
208
|
}>;
|
|
209
209
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
210
|
+
optionFontSizeTiny: string;
|
|
210
211
|
optionFontSizeSmall: string;
|
|
211
212
|
optionFontSizeMedium: string;
|
|
212
213
|
optionFontSizeLarge: string;
|
|
213
214
|
optionFontSizeHuge: string;
|
|
215
|
+
optionHeightTiny: string;
|
|
214
216
|
optionHeightSmall: string;
|
|
215
217
|
optionHeightMedium: string;
|
|
216
218
|
optionHeightLarge: string;
|
|
@@ -231,10 +233,12 @@ export declare const paginationProps: {
|
|
|
231
233
|
actionTextColor: string;
|
|
232
234
|
loadingColor: string;
|
|
233
235
|
height: string;
|
|
236
|
+
paddingTiny: string;
|
|
234
237
|
paddingSmall: string;
|
|
235
238
|
paddingMedium: string;
|
|
236
239
|
paddingLarge: string;
|
|
237
240
|
paddingHuge: string;
|
|
241
|
+
optionPaddingTiny: string;
|
|
238
242
|
optionPaddingSmall: string;
|
|
239
243
|
optionPaddingMedium: string;
|
|
240
244
|
optionPaddingLarge: string;
|
|
@@ -247,11 +251,14 @@ export declare const paginationProps: {
|
|
|
247
251
|
borderRadius: string;
|
|
248
252
|
color: string;
|
|
249
253
|
colorHover: string;
|
|
250
|
-
|
|
251
|
-
|
|
254
|
+
railInsetHorizontalBottom: string;
|
|
255
|
+
railInsetHorizontalTop: string;
|
|
256
|
+
railInsetVerticalRight: string;
|
|
257
|
+
railInsetVerticalLeft: string;
|
|
252
258
|
railColor: string;
|
|
253
259
|
}, any>;
|
|
254
260
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
261
|
+
fontSizeTiny: string;
|
|
255
262
|
fontSizeSmall: string;
|
|
256
263
|
fontSizeMedium: string;
|
|
257
264
|
fontSizeLarge: string;
|
|
@@ -259,6 +266,7 @@ export declare const paginationProps: {
|
|
|
259
266
|
textColor: string;
|
|
260
267
|
iconColor: string;
|
|
261
268
|
extraTextColor: string;
|
|
269
|
+
iconSizeTiny: string;
|
|
262
270
|
iconSizeSmall: string;
|
|
263
271
|
iconSizeMedium: string;
|
|
264
272
|
iconSizeLarge: string;
|
|
@@ -345,10 +353,12 @@ export declare const paginationProps: {
|
|
|
345
353
|
padding: string;
|
|
346
354
|
}, any>;
|
|
347
355
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
356
|
+
optionFontSizeTiny: string;
|
|
348
357
|
optionFontSizeSmall: string;
|
|
349
358
|
optionFontSizeMedium: string;
|
|
350
359
|
optionFontSizeLarge: string;
|
|
351
360
|
optionFontSizeHuge: string;
|
|
361
|
+
optionHeightTiny: string;
|
|
352
362
|
optionHeightSmall: string;
|
|
353
363
|
optionHeightMedium: string;
|
|
354
364
|
optionHeightLarge: string;
|
|
@@ -369,10 +379,12 @@ export declare const paginationProps: {
|
|
|
369
379
|
actionTextColor: string;
|
|
370
380
|
loadingColor: string;
|
|
371
381
|
height: string;
|
|
382
|
+
paddingTiny: string;
|
|
372
383
|
paddingSmall: string;
|
|
373
384
|
paddingMedium: string;
|
|
374
385
|
paddingLarge: string;
|
|
375
386
|
paddingHuge: string;
|
|
387
|
+
optionPaddingTiny: string;
|
|
376
388
|
optionPaddingSmall: string;
|
|
377
389
|
optionPaddingMedium: string;
|
|
378
390
|
optionPaddingLarge: string;
|
|
@@ -385,11 +397,14 @@ export declare const paginationProps: {
|
|
|
385
397
|
borderRadius: string;
|
|
386
398
|
color: string;
|
|
387
399
|
colorHover: string;
|
|
388
|
-
|
|
389
|
-
|
|
400
|
+
railInsetHorizontalBottom: string;
|
|
401
|
+
railInsetHorizontalTop: string;
|
|
402
|
+
railInsetVerticalRight: string;
|
|
403
|
+
railInsetVerticalLeft: string;
|
|
390
404
|
railColor: string;
|
|
391
405
|
}, any>;
|
|
392
406
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
407
|
+
fontSizeTiny: string;
|
|
393
408
|
fontSizeSmall: string;
|
|
394
409
|
fontSizeMedium: string;
|
|
395
410
|
fontSizeLarge: string;
|
|
@@ -397,6 +412,7 @@ export declare const paginationProps: {
|
|
|
397
412
|
textColor: string;
|
|
398
413
|
iconColor: string;
|
|
399
414
|
extraTextColor: string;
|
|
415
|
+
iconSizeTiny: string;
|
|
400
416
|
iconSizeSmall: string;
|
|
401
417
|
iconSizeMedium: string;
|
|
402
418
|
iconSizeLarge: string;
|
|
@@ -550,10 +566,12 @@ export declare const paginationProps: {
|
|
|
550
566
|
}, any>;
|
|
551
567
|
}>;
|
|
552
568
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
569
|
+
optionFontSizeTiny: string;
|
|
553
570
|
optionFontSizeSmall: string;
|
|
554
571
|
optionFontSizeMedium: string;
|
|
555
572
|
optionFontSizeLarge: string;
|
|
556
573
|
optionFontSizeHuge: string;
|
|
574
|
+
optionHeightTiny: string;
|
|
557
575
|
optionHeightSmall: string;
|
|
558
576
|
optionHeightMedium: string;
|
|
559
577
|
optionHeightLarge: string;
|
|
@@ -574,10 +592,12 @@ export declare const paginationProps: {
|
|
|
574
592
|
actionTextColor: string;
|
|
575
593
|
loadingColor: string;
|
|
576
594
|
height: string;
|
|
595
|
+
paddingTiny: string;
|
|
577
596
|
paddingSmall: string;
|
|
578
597
|
paddingMedium: string;
|
|
579
598
|
paddingLarge: string;
|
|
580
599
|
paddingHuge: string;
|
|
600
|
+
optionPaddingTiny: string;
|
|
581
601
|
optionPaddingSmall: string;
|
|
582
602
|
optionPaddingMedium: string;
|
|
583
603
|
optionPaddingLarge: string;
|
|
@@ -590,11 +610,14 @@ export declare const paginationProps: {
|
|
|
590
610
|
borderRadius: string;
|
|
591
611
|
color: string;
|
|
592
612
|
colorHover: string;
|
|
593
|
-
|
|
594
|
-
|
|
613
|
+
railInsetHorizontalBottom: string;
|
|
614
|
+
railInsetHorizontalTop: string;
|
|
615
|
+
railInsetVerticalRight: string;
|
|
616
|
+
railInsetVerticalLeft: string;
|
|
595
617
|
railColor: string;
|
|
596
618
|
}, any>;
|
|
597
619
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
620
|
+
fontSizeTiny: string;
|
|
598
621
|
fontSizeSmall: string;
|
|
599
622
|
fontSizeMedium: string;
|
|
600
623
|
fontSizeLarge: string;
|
|
@@ -602,6 +625,7 @@ export declare const paginationProps: {
|
|
|
602
625
|
textColor: string;
|
|
603
626
|
iconColor: string;
|
|
604
627
|
extraTextColor: string;
|
|
628
|
+
iconSizeTiny: string;
|
|
605
629
|
iconSizeSmall: string;
|
|
606
630
|
iconSizeMedium: string;
|
|
607
631
|
iconSizeLarge: string;
|
|
@@ -688,10 +712,12 @@ export declare const paginationProps: {
|
|
|
688
712
|
padding: string;
|
|
689
713
|
}, any>;
|
|
690
714
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
715
|
+
optionFontSizeTiny: string;
|
|
691
716
|
optionFontSizeSmall: string;
|
|
692
717
|
optionFontSizeMedium: string;
|
|
693
718
|
optionFontSizeLarge: string;
|
|
694
719
|
optionFontSizeHuge: string;
|
|
720
|
+
optionHeightTiny: string;
|
|
695
721
|
optionHeightSmall: string;
|
|
696
722
|
optionHeightMedium: string;
|
|
697
723
|
optionHeightLarge: string;
|
|
@@ -712,10 +738,12 @@ export declare const paginationProps: {
|
|
|
712
738
|
actionTextColor: string;
|
|
713
739
|
loadingColor: string;
|
|
714
740
|
height: string;
|
|
741
|
+
paddingTiny: string;
|
|
715
742
|
paddingSmall: string;
|
|
716
743
|
paddingMedium: string;
|
|
717
744
|
paddingLarge: string;
|
|
718
745
|
paddingHuge: string;
|
|
746
|
+
optionPaddingTiny: string;
|
|
719
747
|
optionPaddingSmall: string;
|
|
720
748
|
optionPaddingMedium: string;
|
|
721
749
|
optionPaddingLarge: string;
|
|
@@ -728,11 +756,14 @@ export declare const paginationProps: {
|
|
|
728
756
|
borderRadius: string;
|
|
729
757
|
color: string;
|
|
730
758
|
colorHover: string;
|
|
731
|
-
|
|
732
|
-
|
|
759
|
+
railInsetHorizontalBottom: string;
|
|
760
|
+
railInsetHorizontalTop: string;
|
|
761
|
+
railInsetVerticalRight: string;
|
|
762
|
+
railInsetVerticalLeft: string;
|
|
733
763
|
railColor: string;
|
|
734
764
|
}, any>;
|
|
735
765
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
766
|
+
fontSizeTiny: string;
|
|
736
767
|
fontSizeSmall: string;
|
|
737
768
|
fontSizeMedium: string;
|
|
738
769
|
fontSizeLarge: string;
|
|
@@ -740,6 +771,7 @@ export declare const paginationProps: {
|
|
|
740
771
|
textColor: string;
|
|
741
772
|
iconColor: string;
|
|
742
773
|
extraTextColor: string;
|
|
774
|
+
iconSizeTiny: string;
|
|
743
775
|
iconSizeSmall: string;
|
|
744
776
|
iconSizeMedium: string;
|
|
745
777
|
iconSizeLarge: string;
|
|
@@ -893,10 +925,12 @@ export declare const paginationProps: {
|
|
|
893
925
|
}, any>;
|
|
894
926
|
}>;
|
|
895
927
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
928
|
+
optionFontSizeTiny: string;
|
|
896
929
|
optionFontSizeSmall: string;
|
|
897
930
|
optionFontSizeMedium: string;
|
|
898
931
|
optionFontSizeLarge: string;
|
|
899
932
|
optionFontSizeHuge: string;
|
|
933
|
+
optionHeightTiny: string;
|
|
900
934
|
optionHeightSmall: string;
|
|
901
935
|
optionHeightMedium: string;
|
|
902
936
|
optionHeightLarge: string;
|
|
@@ -917,10 +951,12 @@ export declare const paginationProps: {
|
|
|
917
951
|
actionTextColor: string;
|
|
918
952
|
loadingColor: string;
|
|
919
953
|
height: string;
|
|
954
|
+
paddingTiny: string;
|
|
920
955
|
paddingSmall: string;
|
|
921
956
|
paddingMedium: string;
|
|
922
957
|
paddingLarge: string;
|
|
923
958
|
paddingHuge: string;
|
|
959
|
+
optionPaddingTiny: string;
|
|
924
960
|
optionPaddingSmall: string;
|
|
925
961
|
optionPaddingMedium: string;
|
|
926
962
|
optionPaddingLarge: string;
|
|
@@ -933,11 +969,14 @@ export declare const paginationProps: {
|
|
|
933
969
|
borderRadius: string;
|
|
934
970
|
color: string;
|
|
935
971
|
colorHover: string;
|
|
936
|
-
|
|
937
|
-
|
|
972
|
+
railInsetHorizontalBottom: string;
|
|
973
|
+
railInsetHorizontalTop: string;
|
|
974
|
+
railInsetVerticalRight: string;
|
|
975
|
+
railInsetVerticalLeft: string;
|
|
938
976
|
railColor: string;
|
|
939
977
|
}, any>;
|
|
940
978
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
979
|
+
fontSizeTiny: string;
|
|
941
980
|
fontSizeSmall: string;
|
|
942
981
|
fontSizeMedium: string;
|
|
943
982
|
fontSizeLarge: string;
|
|
@@ -945,6 +984,7 @@ export declare const paginationProps: {
|
|
|
945
984
|
textColor: string;
|
|
946
985
|
iconColor: string;
|
|
947
986
|
extraTextColor: string;
|
|
987
|
+
iconSizeTiny: string;
|
|
948
988
|
iconSizeSmall: string;
|
|
949
989
|
iconSizeMedium: string;
|
|
950
990
|
iconSizeLarge: string;
|
|
@@ -1031,10 +1071,12 @@ export declare const paginationProps: {
|
|
|
1031
1071
|
padding: string;
|
|
1032
1072
|
}, any>;
|
|
1033
1073
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
1074
|
+
optionFontSizeTiny: string;
|
|
1034
1075
|
optionFontSizeSmall: string;
|
|
1035
1076
|
optionFontSizeMedium: string;
|
|
1036
1077
|
optionFontSizeLarge: string;
|
|
1037
1078
|
optionFontSizeHuge: string;
|
|
1079
|
+
optionHeightTiny: string;
|
|
1038
1080
|
optionHeightSmall: string;
|
|
1039
1081
|
optionHeightMedium: string;
|
|
1040
1082
|
optionHeightLarge: string;
|
|
@@ -1055,10 +1097,12 @@ export declare const paginationProps: {
|
|
|
1055
1097
|
actionTextColor: string;
|
|
1056
1098
|
loadingColor: string;
|
|
1057
1099
|
height: string;
|
|
1100
|
+
paddingTiny: string;
|
|
1058
1101
|
paddingSmall: string;
|
|
1059
1102
|
paddingMedium: string;
|
|
1060
1103
|
paddingLarge: string;
|
|
1061
1104
|
paddingHuge: string;
|
|
1105
|
+
optionPaddingTiny: string;
|
|
1062
1106
|
optionPaddingSmall: string;
|
|
1063
1107
|
optionPaddingMedium: string;
|
|
1064
1108
|
optionPaddingLarge: string;
|
|
@@ -1071,11 +1115,14 @@ export declare const paginationProps: {
|
|
|
1071
1115
|
borderRadius: string;
|
|
1072
1116
|
color: string;
|
|
1073
1117
|
colorHover: string;
|
|
1074
|
-
|
|
1075
|
-
|
|
1118
|
+
railInsetHorizontalBottom: string;
|
|
1119
|
+
railInsetHorizontalTop: string;
|
|
1120
|
+
railInsetVerticalRight: string;
|
|
1121
|
+
railInsetVerticalLeft: string;
|
|
1076
1122
|
railColor: string;
|
|
1077
1123
|
}, any>;
|
|
1078
1124
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1125
|
+
fontSizeTiny: string;
|
|
1079
1126
|
fontSizeSmall: string;
|
|
1080
1127
|
fontSizeMedium: string;
|
|
1081
1128
|
fontSizeLarge: string;
|
|
@@ -1083,6 +1130,7 @@ export declare const paginationProps: {
|
|
|
1083
1130
|
textColor: string;
|
|
1084
1131
|
iconColor: string;
|
|
1085
1132
|
extraTextColor: string;
|
|
1133
|
+
iconSizeTiny: string;
|
|
1086
1134
|
iconSizeSmall: string;
|
|
1087
1135
|
iconSizeMedium: string;
|
|
1088
1136
|
iconSizeLarge: string;
|
|
@@ -1110,7 +1158,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1110
1158
|
readonly pageSize: NumberConstructor;
|
|
1111
1159
|
readonly defaultPageSize: NumberConstructor;
|
|
1112
1160
|
readonly pageSizes: {
|
|
1113
|
-
readonly type: PropType<
|
|
1161
|
+
readonly type: PropType<Array<number | PaginationSizeOption>>;
|
|
1114
1162
|
readonly default: () => number[];
|
|
1115
1163
|
};
|
|
1116
1164
|
readonly showQuickJumper: BooleanConstructor;
|
|
@@ -1124,18 +1172,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1124
1172
|
readonly default: 9;
|
|
1125
1173
|
};
|
|
1126
1174
|
readonly selectProps: PropType<SelectProps>;
|
|
1127
|
-
readonly prev: PropType<
|
|
1128
|
-
readonly next: PropType<
|
|
1175
|
+
readonly prev: PropType<RenderPrev>;
|
|
1176
|
+
readonly next: PropType<RenderNext>;
|
|
1129
1177
|
readonly goto: PropType<RenderGoto>;
|
|
1130
1178
|
readonly prefix: PropType<RenderPrefix>;
|
|
1131
|
-
readonly suffix: PropType<
|
|
1179
|
+
readonly suffix: PropType<RenderSuffix>;
|
|
1132
1180
|
readonly label: PropType<PaginationRenderLabel>;
|
|
1133
1181
|
readonly displayOrder: {
|
|
1134
|
-
readonly type: PropType<
|
|
1182
|
+
readonly type: PropType<Array<"pages" | "size-picker" | "quick-jumper">>;
|
|
1135
1183
|
readonly default: readonly ["pages", "size-picker", "quick-jumper"];
|
|
1136
1184
|
};
|
|
1137
1185
|
readonly to: {
|
|
1138
|
-
type: PropType<
|
|
1186
|
+
type: PropType<HTMLElement | string | boolean>;
|
|
1139
1187
|
default: undefined;
|
|
1140
1188
|
};
|
|
1141
1189
|
readonly showQuickJumpDropdown: {
|
|
@@ -1295,10 +1343,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1295
1343
|
}, any>;
|
|
1296
1344
|
}>;
|
|
1297
1345
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
1346
|
+
optionFontSizeTiny: string;
|
|
1298
1347
|
optionFontSizeSmall: string;
|
|
1299
1348
|
optionFontSizeMedium: string;
|
|
1300
1349
|
optionFontSizeLarge: string;
|
|
1301
1350
|
optionFontSizeHuge: string;
|
|
1351
|
+
optionHeightTiny: string;
|
|
1302
1352
|
optionHeightSmall: string;
|
|
1303
1353
|
optionHeightMedium: string;
|
|
1304
1354
|
optionHeightLarge: string;
|
|
@@ -1319,10 +1369,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1319
1369
|
actionTextColor: string;
|
|
1320
1370
|
loadingColor: string;
|
|
1321
1371
|
height: string;
|
|
1372
|
+
paddingTiny: string;
|
|
1322
1373
|
paddingSmall: string;
|
|
1323
1374
|
paddingMedium: string;
|
|
1324
1375
|
paddingLarge: string;
|
|
1325
1376
|
paddingHuge: string;
|
|
1377
|
+
optionPaddingTiny: string;
|
|
1326
1378
|
optionPaddingSmall: string;
|
|
1327
1379
|
optionPaddingMedium: string;
|
|
1328
1380
|
optionPaddingLarge: string;
|
|
@@ -1335,11 +1387,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1335
1387
|
borderRadius: string;
|
|
1336
1388
|
color: string;
|
|
1337
1389
|
colorHover: string;
|
|
1338
|
-
|
|
1339
|
-
|
|
1390
|
+
railInsetHorizontalBottom: string;
|
|
1391
|
+
railInsetHorizontalTop: string;
|
|
1392
|
+
railInsetVerticalRight: string;
|
|
1393
|
+
railInsetVerticalLeft: string;
|
|
1340
1394
|
railColor: string;
|
|
1341
1395
|
}, any>;
|
|
1342
1396
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1397
|
+
fontSizeTiny: string;
|
|
1343
1398
|
fontSizeSmall: string;
|
|
1344
1399
|
fontSizeMedium: string;
|
|
1345
1400
|
fontSizeLarge: string;
|
|
@@ -1347,6 +1402,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1347
1402
|
textColor: string;
|
|
1348
1403
|
iconColor: string;
|
|
1349
1404
|
extraTextColor: string;
|
|
1405
|
+
iconSizeTiny: string;
|
|
1350
1406
|
iconSizeSmall: string;
|
|
1351
1407
|
iconSizeMedium: string;
|
|
1352
1408
|
iconSizeLarge: string;
|
|
@@ -1433,10 +1489,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1433
1489
|
padding: string;
|
|
1434
1490
|
}, any>;
|
|
1435
1491
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
1492
|
+
optionFontSizeTiny: string;
|
|
1436
1493
|
optionFontSizeSmall: string;
|
|
1437
1494
|
optionFontSizeMedium: string;
|
|
1438
1495
|
optionFontSizeLarge: string;
|
|
1439
1496
|
optionFontSizeHuge: string;
|
|
1497
|
+
optionHeightTiny: string;
|
|
1440
1498
|
optionHeightSmall: string;
|
|
1441
1499
|
optionHeightMedium: string;
|
|
1442
1500
|
optionHeightLarge: string;
|
|
@@ -1457,10 +1515,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1457
1515
|
actionTextColor: string;
|
|
1458
1516
|
loadingColor: string;
|
|
1459
1517
|
height: string;
|
|
1518
|
+
paddingTiny: string;
|
|
1460
1519
|
paddingSmall: string;
|
|
1461
1520
|
paddingMedium: string;
|
|
1462
1521
|
paddingLarge: string;
|
|
1463
1522
|
paddingHuge: string;
|
|
1523
|
+
optionPaddingTiny: string;
|
|
1464
1524
|
optionPaddingSmall: string;
|
|
1465
1525
|
optionPaddingMedium: string;
|
|
1466
1526
|
optionPaddingLarge: string;
|
|
@@ -1473,11 +1533,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1473
1533
|
borderRadius: string;
|
|
1474
1534
|
color: string;
|
|
1475
1535
|
colorHover: string;
|
|
1476
|
-
|
|
1477
|
-
|
|
1536
|
+
railInsetHorizontalBottom: string;
|
|
1537
|
+
railInsetHorizontalTop: string;
|
|
1538
|
+
railInsetVerticalRight: string;
|
|
1539
|
+
railInsetVerticalLeft: string;
|
|
1478
1540
|
railColor: string;
|
|
1479
1541
|
}, any>;
|
|
1480
1542
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1543
|
+
fontSizeTiny: string;
|
|
1481
1544
|
fontSizeSmall: string;
|
|
1482
1545
|
fontSizeMedium: string;
|
|
1483
1546
|
fontSizeLarge: string;
|
|
@@ -1485,6 +1548,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1485
1548
|
textColor: string;
|
|
1486
1549
|
iconColor: string;
|
|
1487
1550
|
extraTextColor: string;
|
|
1551
|
+
iconSizeTiny: string;
|
|
1488
1552
|
iconSizeSmall: string;
|
|
1489
1553
|
iconSizeMedium: string;
|
|
1490
1554
|
iconSizeLarge: string;
|
|
@@ -1638,10 +1702,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1638
1702
|
}, any>;
|
|
1639
1703
|
}>;
|
|
1640
1704
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
1705
|
+
optionFontSizeTiny: string;
|
|
1641
1706
|
optionFontSizeSmall: string;
|
|
1642
1707
|
optionFontSizeMedium: string;
|
|
1643
1708
|
optionFontSizeLarge: string;
|
|
1644
1709
|
optionFontSizeHuge: string;
|
|
1710
|
+
optionHeightTiny: string;
|
|
1645
1711
|
optionHeightSmall: string;
|
|
1646
1712
|
optionHeightMedium: string;
|
|
1647
1713
|
optionHeightLarge: string;
|
|
@@ -1662,10 +1728,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1662
1728
|
actionTextColor: string;
|
|
1663
1729
|
loadingColor: string;
|
|
1664
1730
|
height: string;
|
|
1731
|
+
paddingTiny: string;
|
|
1665
1732
|
paddingSmall: string;
|
|
1666
1733
|
paddingMedium: string;
|
|
1667
1734
|
paddingLarge: string;
|
|
1668
1735
|
paddingHuge: string;
|
|
1736
|
+
optionPaddingTiny: string;
|
|
1669
1737
|
optionPaddingSmall: string;
|
|
1670
1738
|
optionPaddingMedium: string;
|
|
1671
1739
|
optionPaddingLarge: string;
|
|
@@ -1678,11 +1746,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1678
1746
|
borderRadius: string;
|
|
1679
1747
|
color: string;
|
|
1680
1748
|
colorHover: string;
|
|
1681
|
-
|
|
1682
|
-
|
|
1749
|
+
railInsetHorizontalBottom: string;
|
|
1750
|
+
railInsetHorizontalTop: string;
|
|
1751
|
+
railInsetVerticalRight: string;
|
|
1752
|
+
railInsetVerticalLeft: string;
|
|
1683
1753
|
railColor: string;
|
|
1684
1754
|
}, any>;
|
|
1685
1755
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1756
|
+
fontSizeTiny: string;
|
|
1686
1757
|
fontSizeSmall: string;
|
|
1687
1758
|
fontSizeMedium: string;
|
|
1688
1759
|
fontSizeLarge: string;
|
|
@@ -1690,6 +1761,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1690
1761
|
textColor: string;
|
|
1691
1762
|
iconColor: string;
|
|
1692
1763
|
extraTextColor: string;
|
|
1764
|
+
iconSizeTiny: string;
|
|
1693
1765
|
iconSizeSmall: string;
|
|
1694
1766
|
iconSizeMedium: string;
|
|
1695
1767
|
iconSizeLarge: string;
|
|
@@ -1776,10 +1848,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1776
1848
|
padding: string;
|
|
1777
1849
|
}, any>;
|
|
1778
1850
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
1851
|
+
optionFontSizeTiny: string;
|
|
1779
1852
|
optionFontSizeSmall: string;
|
|
1780
1853
|
optionFontSizeMedium: string;
|
|
1781
1854
|
optionFontSizeLarge: string;
|
|
1782
1855
|
optionFontSizeHuge: string;
|
|
1856
|
+
optionHeightTiny: string;
|
|
1783
1857
|
optionHeightSmall: string;
|
|
1784
1858
|
optionHeightMedium: string;
|
|
1785
1859
|
optionHeightLarge: string;
|
|
@@ -1800,10 +1874,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1800
1874
|
actionTextColor: string;
|
|
1801
1875
|
loadingColor: string;
|
|
1802
1876
|
height: string;
|
|
1877
|
+
paddingTiny: string;
|
|
1803
1878
|
paddingSmall: string;
|
|
1804
1879
|
paddingMedium: string;
|
|
1805
1880
|
paddingLarge: string;
|
|
1806
1881
|
paddingHuge: string;
|
|
1882
|
+
optionPaddingTiny: string;
|
|
1807
1883
|
optionPaddingSmall: string;
|
|
1808
1884
|
optionPaddingMedium: string;
|
|
1809
1885
|
optionPaddingLarge: string;
|
|
@@ -1816,11 +1892,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1816
1892
|
borderRadius: string;
|
|
1817
1893
|
color: string;
|
|
1818
1894
|
colorHover: string;
|
|
1819
|
-
|
|
1820
|
-
|
|
1895
|
+
railInsetHorizontalBottom: string;
|
|
1896
|
+
railInsetHorizontalTop: string;
|
|
1897
|
+
railInsetVerticalRight: string;
|
|
1898
|
+
railInsetVerticalLeft: string;
|
|
1821
1899
|
railColor: string;
|
|
1822
1900
|
}, any>;
|
|
1823
1901
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1902
|
+
fontSizeTiny: string;
|
|
1824
1903
|
fontSizeSmall: string;
|
|
1825
1904
|
fontSizeMedium: string;
|
|
1826
1905
|
fontSizeLarge: string;
|
|
@@ -1828,6 +1907,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1828
1907
|
textColor: string;
|
|
1829
1908
|
iconColor: string;
|
|
1830
1909
|
extraTextColor: string;
|
|
1910
|
+
iconSizeTiny: string;
|
|
1831
1911
|
iconSizeSmall: string;
|
|
1832
1912
|
iconSizeMedium: string;
|
|
1833
1913
|
iconSizeLarge: string;
|
|
@@ -1981,10 +2061,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1981
2061
|
}, any>;
|
|
1982
2062
|
}>;
|
|
1983
2063
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
2064
|
+
optionFontSizeTiny: string;
|
|
1984
2065
|
optionFontSizeSmall: string;
|
|
1985
2066
|
optionFontSizeMedium: string;
|
|
1986
2067
|
optionFontSizeLarge: string;
|
|
1987
2068
|
optionFontSizeHuge: string;
|
|
2069
|
+
optionHeightTiny: string;
|
|
1988
2070
|
optionHeightSmall: string;
|
|
1989
2071
|
optionHeightMedium: string;
|
|
1990
2072
|
optionHeightLarge: string;
|
|
@@ -2005,10 +2087,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2005
2087
|
actionTextColor: string;
|
|
2006
2088
|
loadingColor: string;
|
|
2007
2089
|
height: string;
|
|
2090
|
+
paddingTiny: string;
|
|
2008
2091
|
paddingSmall: string;
|
|
2009
2092
|
paddingMedium: string;
|
|
2010
2093
|
paddingLarge: string;
|
|
2011
2094
|
paddingHuge: string;
|
|
2095
|
+
optionPaddingTiny: string;
|
|
2012
2096
|
optionPaddingSmall: string;
|
|
2013
2097
|
optionPaddingMedium: string;
|
|
2014
2098
|
optionPaddingLarge: string;
|
|
@@ -2021,11 +2105,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2021
2105
|
borderRadius: string;
|
|
2022
2106
|
color: string;
|
|
2023
2107
|
colorHover: string;
|
|
2024
|
-
|
|
2025
|
-
|
|
2108
|
+
railInsetHorizontalBottom: string;
|
|
2109
|
+
railInsetHorizontalTop: string;
|
|
2110
|
+
railInsetVerticalRight: string;
|
|
2111
|
+
railInsetVerticalLeft: string;
|
|
2026
2112
|
railColor: string;
|
|
2027
2113
|
}, any>;
|
|
2028
2114
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2115
|
+
fontSizeTiny: string;
|
|
2029
2116
|
fontSizeSmall: string;
|
|
2030
2117
|
fontSizeMedium: string;
|
|
2031
2118
|
fontSizeLarge: string;
|
|
@@ -2033,6 +2120,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2033
2120
|
textColor: string;
|
|
2034
2121
|
iconColor: string;
|
|
2035
2122
|
extraTextColor: string;
|
|
2123
|
+
iconSizeTiny: string;
|
|
2036
2124
|
iconSizeSmall: string;
|
|
2037
2125
|
iconSizeMedium: string;
|
|
2038
2126
|
iconSizeLarge: string;
|
|
@@ -2119,10 +2207,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2119
2207
|
padding: string;
|
|
2120
2208
|
}, any>;
|
|
2121
2209
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
2210
|
+
optionFontSizeTiny: string;
|
|
2122
2211
|
optionFontSizeSmall: string;
|
|
2123
2212
|
optionFontSizeMedium: string;
|
|
2124
2213
|
optionFontSizeLarge: string;
|
|
2125
2214
|
optionFontSizeHuge: string;
|
|
2215
|
+
optionHeightTiny: string;
|
|
2126
2216
|
optionHeightSmall: string;
|
|
2127
2217
|
optionHeightMedium: string;
|
|
2128
2218
|
optionHeightLarge: string;
|
|
@@ -2143,10 +2233,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2143
2233
|
actionTextColor: string;
|
|
2144
2234
|
loadingColor: string;
|
|
2145
2235
|
height: string;
|
|
2236
|
+
paddingTiny: string;
|
|
2146
2237
|
paddingSmall: string;
|
|
2147
2238
|
paddingMedium: string;
|
|
2148
2239
|
paddingLarge: string;
|
|
2149
2240
|
paddingHuge: string;
|
|
2241
|
+
optionPaddingTiny: string;
|
|
2150
2242
|
optionPaddingSmall: string;
|
|
2151
2243
|
optionPaddingMedium: string;
|
|
2152
2244
|
optionPaddingLarge: string;
|
|
@@ -2159,11 +2251,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2159
2251
|
borderRadius: string;
|
|
2160
2252
|
color: string;
|
|
2161
2253
|
colorHover: string;
|
|
2162
|
-
|
|
2163
|
-
|
|
2254
|
+
railInsetHorizontalBottom: string;
|
|
2255
|
+
railInsetHorizontalTop: string;
|
|
2256
|
+
railInsetVerticalRight: string;
|
|
2257
|
+
railInsetVerticalLeft: string;
|
|
2164
2258
|
railColor: string;
|
|
2165
2259
|
}, any>;
|
|
2166
2260
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2261
|
+
fontSizeTiny: string;
|
|
2167
2262
|
fontSizeSmall: string;
|
|
2168
2263
|
fontSizeMedium: string;
|
|
2169
2264
|
fontSizeLarge: string;
|
|
@@ -2171,6 +2266,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2171
2266
|
textColor: string;
|
|
2172
2267
|
iconColor: string;
|
|
2173
2268
|
extraTextColor: string;
|
|
2269
|
+
iconSizeTiny: string;
|
|
2174
2270
|
iconSizeSmall: string;
|
|
2175
2271
|
iconSizeMedium: string;
|
|
2176
2272
|
iconSizeLarge: string;
|
|
@@ -2196,111 +2292,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2196
2292
|
inputSize: import("vue").ComputedRef<InputSize>;
|
|
2197
2293
|
selectSize: import("vue").ComputedRef<SelectSize>;
|
|
2198
2294
|
mergedTheme: import("vue").ComputedRef<{
|
|
2199
|
-
common:
|
|
2200
|
-
baseColor: string;
|
|
2201
|
-
primaryColor: string;
|
|
2202
|
-
primaryColorHover: string;
|
|
2203
|
-
primaryColorPressed: string;
|
|
2204
|
-
primaryColorSuppl: string;
|
|
2205
|
-
infoColor: string;
|
|
2206
|
-
infoColorHover: string;
|
|
2207
|
-
infoColorPressed: string;
|
|
2208
|
-
infoColorSuppl: string;
|
|
2209
|
-
successColor: string;
|
|
2210
|
-
successColorHover: string;
|
|
2211
|
-
successColorPressed: string;
|
|
2212
|
-
successColorSuppl: string;
|
|
2213
|
-
warningColor: string;
|
|
2214
|
-
warningColorHover: string;
|
|
2215
|
-
warningColorPressed: string;
|
|
2216
|
-
warningColorSuppl: string;
|
|
2217
|
-
errorColor: string;
|
|
2218
|
-
errorColorHover: string;
|
|
2219
|
-
errorColorPressed: string;
|
|
2220
|
-
errorColorSuppl: string;
|
|
2221
|
-
textColorBase: string;
|
|
2222
|
-
textColor1: string;
|
|
2223
|
-
textColor2: string;
|
|
2224
|
-
textColor3: string;
|
|
2225
|
-
textColorDisabled: string;
|
|
2226
|
-
placeholderColor: string;
|
|
2227
|
-
placeholderColorDisabled: string;
|
|
2228
|
-
iconColor: string;
|
|
2229
|
-
iconColorHover: string;
|
|
2230
|
-
iconColorPressed: string;
|
|
2231
|
-
iconColorDisabled: string;
|
|
2232
|
-
opacity1: string;
|
|
2233
|
-
opacity2: string;
|
|
2234
|
-
opacity3: string;
|
|
2235
|
-
opacity4: string;
|
|
2236
|
-
opacity5: string;
|
|
2237
|
-
dividerColor: string;
|
|
2238
|
-
borderColor: string;
|
|
2239
|
-
closeIconColor: string;
|
|
2240
|
-
closeIconColorHover: string;
|
|
2241
|
-
closeIconColorPressed: string;
|
|
2242
|
-
closeColorHover: string;
|
|
2243
|
-
closeColorPressed: string;
|
|
2244
|
-
clearColor: string;
|
|
2245
|
-
clearColorHover: string;
|
|
2246
|
-
clearColorPressed: string;
|
|
2247
|
-
scrollbarColor: string;
|
|
2248
|
-
scrollbarColorHover: string;
|
|
2249
|
-
scrollbarWidth: string;
|
|
2250
|
-
scrollbarHeight: string;
|
|
2251
|
-
scrollbarBorderRadius: string;
|
|
2252
|
-
progressRailColor: string;
|
|
2253
|
-
railColor: string;
|
|
2254
|
-
popoverColor: string;
|
|
2255
|
-
tableColor: string;
|
|
2256
|
-
cardColor: string;
|
|
2257
|
-
modalColor: string;
|
|
2258
|
-
bodyColor: string;
|
|
2259
|
-
tagColor: string;
|
|
2260
|
-
avatarColor: string;
|
|
2261
|
-
invertedColor: string;
|
|
2262
|
-
inputColor: string;
|
|
2263
|
-
codeColor: string;
|
|
2264
|
-
tabColor: string;
|
|
2265
|
-
actionColor: string;
|
|
2266
|
-
tableHeaderColor: string;
|
|
2267
|
-
hoverColor: string;
|
|
2268
|
-
tableColorHover: string;
|
|
2269
|
-
tableColorStriped: string;
|
|
2270
|
-
pressedColor: string;
|
|
2271
|
-
opacityDisabled: string;
|
|
2272
|
-
inputColorDisabled: string;
|
|
2273
|
-
buttonColor2: string;
|
|
2274
|
-
buttonColor2Hover: string;
|
|
2275
|
-
buttonColor2Pressed: string;
|
|
2276
|
-
boxShadow1: string;
|
|
2277
|
-
boxShadow2: string;
|
|
2278
|
-
boxShadow3: string;
|
|
2279
|
-
fontFamily: string;
|
|
2280
|
-
fontFamilyMono: string;
|
|
2281
|
-
fontWeight: string;
|
|
2282
|
-
fontWeightStrong: string;
|
|
2283
|
-
cubicBezierEaseInOut: string;
|
|
2284
|
-
cubicBezierEaseOut: string;
|
|
2285
|
-
cubicBezierEaseIn: string;
|
|
2286
|
-
borderRadius: string;
|
|
2287
|
-
borderRadiusSmall: string;
|
|
2288
|
-
fontSize: string;
|
|
2289
|
-
fontSizeMini: string;
|
|
2290
|
-
fontSizeTiny: string;
|
|
2291
|
-
fontSizeSmall: string;
|
|
2292
|
-
fontSizeMedium: string;
|
|
2293
|
-
fontSizeLarge: string;
|
|
2294
|
-
fontSizeHuge: string;
|
|
2295
|
-
lineHeight: string;
|
|
2296
|
-
heightMini: string;
|
|
2297
|
-
heightTiny: string;
|
|
2298
|
-
heightSmall: string;
|
|
2299
|
-
heightMedium: string;
|
|
2300
|
-
heightLarge: string;
|
|
2301
|
-
heightHuge: string;
|
|
2302
|
-
name: "common";
|
|
2303
|
-
};
|
|
2295
|
+
common: import("../..").ThemeCommonVars;
|
|
2304
2296
|
self: {
|
|
2305
2297
|
buttonColor: string;
|
|
2306
2298
|
buttonColorHover: string;
|
|
@@ -2447,10 +2439,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2447
2439
|
}, any>;
|
|
2448
2440
|
}>;
|
|
2449
2441
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
2442
|
+
optionFontSizeTiny: string;
|
|
2450
2443
|
optionFontSizeSmall: string;
|
|
2451
2444
|
optionFontSizeMedium: string;
|
|
2452
2445
|
optionFontSizeLarge: string;
|
|
2453
2446
|
optionFontSizeHuge: string;
|
|
2447
|
+
optionHeightTiny: string;
|
|
2454
2448
|
optionHeightSmall: string;
|
|
2455
2449
|
optionHeightMedium: string;
|
|
2456
2450
|
optionHeightLarge: string;
|
|
@@ -2471,10 +2465,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2471
2465
|
actionTextColor: string;
|
|
2472
2466
|
loadingColor: string;
|
|
2473
2467
|
height: string;
|
|
2468
|
+
paddingTiny: string;
|
|
2474
2469
|
paddingSmall: string;
|
|
2475
2470
|
paddingMedium: string;
|
|
2476
2471
|
paddingLarge: string;
|
|
2477
2472
|
paddingHuge: string;
|
|
2473
|
+
optionPaddingTiny: string;
|
|
2478
2474
|
optionPaddingSmall: string;
|
|
2479
2475
|
optionPaddingMedium: string;
|
|
2480
2476
|
optionPaddingLarge: string;
|
|
@@ -2487,11 +2483,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2487
2483
|
borderRadius: string;
|
|
2488
2484
|
color: string;
|
|
2489
2485
|
colorHover: string;
|
|
2490
|
-
|
|
2491
|
-
|
|
2486
|
+
railInsetHorizontalBottom: string;
|
|
2487
|
+
railInsetHorizontalTop: string;
|
|
2488
|
+
railInsetVerticalRight: string;
|
|
2489
|
+
railInsetVerticalLeft: string;
|
|
2492
2490
|
railColor: string;
|
|
2493
2491
|
}, any>;
|
|
2494
2492
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2493
|
+
fontSizeTiny: string;
|
|
2495
2494
|
fontSizeSmall: string;
|
|
2496
2495
|
fontSizeMedium: string;
|
|
2497
2496
|
fontSizeLarge: string;
|
|
@@ -2499,6 +2498,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2499
2498
|
textColor: string;
|
|
2500
2499
|
iconColor: string;
|
|
2501
2500
|
extraTextColor: string;
|
|
2501
|
+
iconSizeTiny: string;
|
|
2502
2502
|
iconSizeSmall: string;
|
|
2503
2503
|
iconSizeMedium: string;
|
|
2504
2504
|
iconSizeLarge: string;
|
|
@@ -2585,10 +2585,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2585
2585
|
padding: string;
|
|
2586
2586
|
}, any>;
|
|
2587
2587
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
2588
|
+
optionFontSizeTiny: string;
|
|
2588
2589
|
optionFontSizeSmall: string;
|
|
2589
2590
|
optionFontSizeMedium: string;
|
|
2590
2591
|
optionFontSizeLarge: string;
|
|
2591
2592
|
optionFontSizeHuge: string;
|
|
2593
|
+
optionHeightTiny: string;
|
|
2592
2594
|
optionHeightSmall: string;
|
|
2593
2595
|
optionHeightMedium: string;
|
|
2594
2596
|
optionHeightLarge: string;
|
|
@@ -2609,10 +2611,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2609
2611
|
actionTextColor: string;
|
|
2610
2612
|
loadingColor: string;
|
|
2611
2613
|
height: string;
|
|
2614
|
+
paddingTiny: string;
|
|
2612
2615
|
paddingSmall: string;
|
|
2613
2616
|
paddingMedium: string;
|
|
2614
2617
|
paddingLarge: string;
|
|
2615
2618
|
paddingHuge: string;
|
|
2619
|
+
optionPaddingTiny: string;
|
|
2616
2620
|
optionPaddingSmall: string;
|
|
2617
2621
|
optionPaddingMedium: string;
|
|
2618
2622
|
optionPaddingLarge: string;
|
|
@@ -2625,11 +2629,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2625
2629
|
borderRadius: string;
|
|
2626
2630
|
color: string;
|
|
2627
2631
|
colorHover: string;
|
|
2628
|
-
|
|
2629
|
-
|
|
2632
|
+
railInsetHorizontalBottom: string;
|
|
2633
|
+
railInsetHorizontalTop: string;
|
|
2634
|
+
railInsetVerticalRight: string;
|
|
2635
|
+
railInsetVerticalLeft: string;
|
|
2630
2636
|
railColor: string;
|
|
2631
2637
|
}, any>;
|
|
2632
2638
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2639
|
+
fontSizeTiny: string;
|
|
2633
2640
|
fontSizeSmall: string;
|
|
2634
2641
|
fontSizeMedium: string;
|
|
2635
2642
|
fontSizeLarge: string;
|
|
@@ -2637,6 +2644,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2637
2644
|
textColor: string;
|
|
2638
2645
|
iconColor: string;
|
|
2639
2646
|
extraTextColor: string;
|
|
2647
|
+
iconSizeTiny: string;
|
|
2640
2648
|
iconSizeSmall: string;
|
|
2641
2649
|
iconSizeMedium: string;
|
|
2642
2650
|
iconSizeLarge: string;
|
|
@@ -2718,10 +2726,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2718
2726
|
}, any>;
|
|
2719
2727
|
}>> | undefined;
|
|
2720
2728
|
InternalSelectMenu?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
2729
|
+
optionFontSizeTiny: string;
|
|
2721
2730
|
optionFontSizeSmall: string;
|
|
2722
2731
|
optionFontSizeMedium: string;
|
|
2723
2732
|
optionFontSizeLarge: string;
|
|
2724
2733
|
optionFontSizeHuge: string;
|
|
2734
|
+
optionHeightTiny: string;
|
|
2725
2735
|
optionHeightSmall: string;
|
|
2726
2736
|
optionHeightMedium: string;
|
|
2727
2737
|
optionHeightLarge: string;
|
|
@@ -2742,10 +2752,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2742
2752
|
actionTextColor: string;
|
|
2743
2753
|
loadingColor: string;
|
|
2744
2754
|
height: string;
|
|
2755
|
+
paddingTiny: string;
|
|
2745
2756
|
paddingSmall: string;
|
|
2746
2757
|
paddingMedium: string;
|
|
2747
2758
|
paddingLarge: string;
|
|
2748
2759
|
paddingHuge: string;
|
|
2760
|
+
optionPaddingTiny: string;
|
|
2749
2761
|
optionPaddingSmall: string;
|
|
2750
2762
|
optionPaddingMedium: string;
|
|
2751
2763
|
optionPaddingLarge: string;
|
|
@@ -2758,11 +2770,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2758
2770
|
borderRadius: string;
|
|
2759
2771
|
color: string;
|
|
2760
2772
|
colorHover: string;
|
|
2761
|
-
|
|
2762
|
-
|
|
2773
|
+
railInsetHorizontalBottom: string;
|
|
2774
|
+
railInsetHorizontalTop: string;
|
|
2775
|
+
railInsetVerticalRight: string;
|
|
2776
|
+
railInsetVerticalLeft: string;
|
|
2763
2777
|
railColor: string;
|
|
2764
2778
|
}, any>;
|
|
2765
2779
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2780
|
+
fontSizeTiny: string;
|
|
2766
2781
|
fontSizeSmall: string;
|
|
2767
2782
|
fontSizeMedium: string;
|
|
2768
2783
|
fontSizeLarge: string;
|
|
@@ -2770,6 +2785,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2770
2785
|
textColor: string;
|
|
2771
2786
|
iconColor: string;
|
|
2772
2787
|
extraTextColor: string;
|
|
2788
|
+
iconSizeTiny: string;
|
|
2773
2789
|
iconSizeSmall: string;
|
|
2774
2790
|
iconSizeMedium: string;
|
|
2775
2791
|
iconSizeLarge: string;
|
|
@@ -2800,10 +2816,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2800
2816
|
padding: string;
|
|
2801
2817
|
}, any>> | undefined;
|
|
2802
2818
|
InternalSelectMenu?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
2819
|
+
optionFontSizeTiny: string;
|
|
2803
2820
|
optionFontSizeSmall: string;
|
|
2804
2821
|
optionFontSizeMedium: string;
|
|
2805
2822
|
optionFontSizeLarge: string;
|
|
2806
2823
|
optionFontSizeHuge: string;
|
|
2824
|
+
optionHeightTiny: string;
|
|
2807
2825
|
optionHeightSmall: string;
|
|
2808
2826
|
optionHeightMedium: string;
|
|
2809
2827
|
optionHeightLarge: string;
|
|
@@ -2824,10 +2842,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2824
2842
|
actionTextColor: string;
|
|
2825
2843
|
loadingColor: string;
|
|
2826
2844
|
height: string;
|
|
2845
|
+
paddingTiny: string;
|
|
2827
2846
|
paddingSmall: string;
|
|
2828
2847
|
paddingMedium: string;
|
|
2829
2848
|
paddingLarge: string;
|
|
2830
2849
|
paddingHuge: string;
|
|
2850
|
+
optionPaddingTiny: string;
|
|
2831
2851
|
optionPaddingSmall: string;
|
|
2832
2852
|
optionPaddingMedium: string;
|
|
2833
2853
|
optionPaddingLarge: string;
|
|
@@ -2840,11 +2860,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2840
2860
|
borderRadius: string;
|
|
2841
2861
|
color: string;
|
|
2842
2862
|
colorHover: string;
|
|
2843
|
-
|
|
2844
|
-
|
|
2863
|
+
railInsetHorizontalBottom: string;
|
|
2864
|
+
railInsetHorizontalTop: string;
|
|
2865
|
+
railInsetVerticalRight: string;
|
|
2866
|
+
railInsetVerticalLeft: string;
|
|
2845
2867
|
railColor: string;
|
|
2846
2868
|
}, any>;
|
|
2847
2869
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2870
|
+
fontSizeTiny: string;
|
|
2848
2871
|
fontSizeSmall: string;
|
|
2849
2872
|
fontSizeMedium: string;
|
|
2850
2873
|
fontSizeLarge: string;
|
|
@@ -2852,6 +2875,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2852
2875
|
textColor: string;
|
|
2853
2876
|
iconColor: string;
|
|
2854
2877
|
extraTextColor: string;
|
|
2878
|
+
iconSizeTiny: string;
|
|
2855
2879
|
iconSizeSmall: string;
|
|
2856
2880
|
iconSizeMedium: string;
|
|
2857
2881
|
iconSizeLarge: string;
|
|
@@ -2944,7 +2968,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2944
2968
|
readonly pageSize: NumberConstructor;
|
|
2945
2969
|
readonly defaultPageSize: NumberConstructor;
|
|
2946
2970
|
readonly pageSizes: {
|
|
2947
|
-
readonly type: PropType<
|
|
2971
|
+
readonly type: PropType<Array<number | PaginationSizeOption>>;
|
|
2948
2972
|
readonly default: () => number[];
|
|
2949
2973
|
};
|
|
2950
2974
|
readonly showQuickJumper: BooleanConstructor;
|
|
@@ -2958,18 +2982,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2958
2982
|
readonly default: 9;
|
|
2959
2983
|
};
|
|
2960
2984
|
readonly selectProps: PropType<SelectProps>;
|
|
2961
|
-
readonly prev: PropType<
|
|
2962
|
-
readonly next: PropType<
|
|
2985
|
+
readonly prev: PropType<RenderPrev>;
|
|
2986
|
+
readonly next: PropType<RenderNext>;
|
|
2963
2987
|
readonly goto: PropType<RenderGoto>;
|
|
2964
2988
|
readonly prefix: PropType<RenderPrefix>;
|
|
2965
|
-
readonly suffix: PropType<
|
|
2989
|
+
readonly suffix: PropType<RenderSuffix>;
|
|
2966
2990
|
readonly label: PropType<PaginationRenderLabel>;
|
|
2967
2991
|
readonly displayOrder: {
|
|
2968
|
-
readonly type: PropType<
|
|
2992
|
+
readonly type: PropType<Array<"pages" | "size-picker" | "quick-jumper">>;
|
|
2969
2993
|
readonly default: readonly ["pages", "size-picker", "quick-jumper"];
|
|
2970
2994
|
};
|
|
2971
2995
|
readonly to: {
|
|
2972
|
-
type: PropType<
|
|
2996
|
+
type: PropType<HTMLElement | string | boolean>;
|
|
2973
2997
|
default: undefined;
|
|
2974
2998
|
};
|
|
2975
2999
|
readonly showQuickJumpDropdown: {
|
|
@@ -3129,10 +3153,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3129
3153
|
}, any>;
|
|
3130
3154
|
}>;
|
|
3131
3155
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
3156
|
+
optionFontSizeTiny: string;
|
|
3132
3157
|
optionFontSizeSmall: string;
|
|
3133
3158
|
optionFontSizeMedium: string;
|
|
3134
3159
|
optionFontSizeLarge: string;
|
|
3135
3160
|
optionFontSizeHuge: string;
|
|
3161
|
+
optionHeightTiny: string;
|
|
3136
3162
|
optionHeightSmall: string;
|
|
3137
3163
|
optionHeightMedium: string;
|
|
3138
3164
|
optionHeightLarge: string;
|
|
@@ -3153,10 +3179,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3153
3179
|
actionTextColor: string;
|
|
3154
3180
|
loadingColor: string;
|
|
3155
3181
|
height: string;
|
|
3182
|
+
paddingTiny: string;
|
|
3156
3183
|
paddingSmall: string;
|
|
3157
3184
|
paddingMedium: string;
|
|
3158
3185
|
paddingLarge: string;
|
|
3159
3186
|
paddingHuge: string;
|
|
3187
|
+
optionPaddingTiny: string;
|
|
3160
3188
|
optionPaddingSmall: string;
|
|
3161
3189
|
optionPaddingMedium: string;
|
|
3162
3190
|
optionPaddingLarge: string;
|
|
@@ -3169,11 +3197,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3169
3197
|
borderRadius: string;
|
|
3170
3198
|
color: string;
|
|
3171
3199
|
colorHover: string;
|
|
3172
|
-
|
|
3173
|
-
|
|
3200
|
+
railInsetHorizontalBottom: string;
|
|
3201
|
+
railInsetHorizontalTop: string;
|
|
3202
|
+
railInsetVerticalRight: string;
|
|
3203
|
+
railInsetVerticalLeft: string;
|
|
3174
3204
|
railColor: string;
|
|
3175
3205
|
}, any>;
|
|
3176
3206
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3207
|
+
fontSizeTiny: string;
|
|
3177
3208
|
fontSizeSmall: string;
|
|
3178
3209
|
fontSizeMedium: string;
|
|
3179
3210
|
fontSizeLarge: string;
|
|
@@ -3181,6 +3212,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3181
3212
|
textColor: string;
|
|
3182
3213
|
iconColor: string;
|
|
3183
3214
|
extraTextColor: string;
|
|
3215
|
+
iconSizeTiny: string;
|
|
3184
3216
|
iconSizeSmall: string;
|
|
3185
3217
|
iconSizeMedium: string;
|
|
3186
3218
|
iconSizeLarge: string;
|
|
@@ -3267,10 +3299,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3267
3299
|
padding: string;
|
|
3268
3300
|
}, any>;
|
|
3269
3301
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
3302
|
+
optionFontSizeTiny: string;
|
|
3270
3303
|
optionFontSizeSmall: string;
|
|
3271
3304
|
optionFontSizeMedium: string;
|
|
3272
3305
|
optionFontSizeLarge: string;
|
|
3273
3306
|
optionFontSizeHuge: string;
|
|
3307
|
+
optionHeightTiny: string;
|
|
3274
3308
|
optionHeightSmall: string;
|
|
3275
3309
|
optionHeightMedium: string;
|
|
3276
3310
|
optionHeightLarge: string;
|
|
@@ -3291,10 +3325,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3291
3325
|
actionTextColor: string;
|
|
3292
3326
|
loadingColor: string;
|
|
3293
3327
|
height: string;
|
|
3328
|
+
paddingTiny: string;
|
|
3294
3329
|
paddingSmall: string;
|
|
3295
3330
|
paddingMedium: string;
|
|
3296
3331
|
paddingLarge: string;
|
|
3297
3332
|
paddingHuge: string;
|
|
3333
|
+
optionPaddingTiny: string;
|
|
3298
3334
|
optionPaddingSmall: string;
|
|
3299
3335
|
optionPaddingMedium: string;
|
|
3300
3336
|
optionPaddingLarge: string;
|
|
@@ -3307,11 +3343,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3307
3343
|
borderRadius: string;
|
|
3308
3344
|
color: string;
|
|
3309
3345
|
colorHover: string;
|
|
3310
|
-
|
|
3311
|
-
|
|
3346
|
+
railInsetHorizontalBottom: string;
|
|
3347
|
+
railInsetHorizontalTop: string;
|
|
3348
|
+
railInsetVerticalRight: string;
|
|
3349
|
+
railInsetVerticalLeft: string;
|
|
3312
3350
|
railColor: string;
|
|
3313
3351
|
}, any>;
|
|
3314
3352
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3353
|
+
fontSizeTiny: string;
|
|
3315
3354
|
fontSizeSmall: string;
|
|
3316
3355
|
fontSizeMedium: string;
|
|
3317
3356
|
fontSizeLarge: string;
|
|
@@ -3319,6 +3358,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3319
3358
|
textColor: string;
|
|
3320
3359
|
iconColor: string;
|
|
3321
3360
|
extraTextColor: string;
|
|
3361
|
+
iconSizeTiny: string;
|
|
3322
3362
|
iconSizeSmall: string;
|
|
3323
3363
|
iconSizeMedium: string;
|
|
3324
3364
|
iconSizeLarge: string;
|
|
@@ -3472,10 +3512,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3472
3512
|
}, any>;
|
|
3473
3513
|
}>;
|
|
3474
3514
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
3515
|
+
optionFontSizeTiny: string;
|
|
3475
3516
|
optionFontSizeSmall: string;
|
|
3476
3517
|
optionFontSizeMedium: string;
|
|
3477
3518
|
optionFontSizeLarge: string;
|
|
3478
3519
|
optionFontSizeHuge: string;
|
|
3520
|
+
optionHeightTiny: string;
|
|
3479
3521
|
optionHeightSmall: string;
|
|
3480
3522
|
optionHeightMedium: string;
|
|
3481
3523
|
optionHeightLarge: string;
|
|
@@ -3496,10 +3538,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3496
3538
|
actionTextColor: string;
|
|
3497
3539
|
loadingColor: string;
|
|
3498
3540
|
height: string;
|
|
3541
|
+
paddingTiny: string;
|
|
3499
3542
|
paddingSmall: string;
|
|
3500
3543
|
paddingMedium: string;
|
|
3501
3544
|
paddingLarge: string;
|
|
3502
3545
|
paddingHuge: string;
|
|
3546
|
+
optionPaddingTiny: string;
|
|
3503
3547
|
optionPaddingSmall: string;
|
|
3504
3548
|
optionPaddingMedium: string;
|
|
3505
3549
|
optionPaddingLarge: string;
|
|
@@ -3512,11 +3556,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3512
3556
|
borderRadius: string;
|
|
3513
3557
|
color: string;
|
|
3514
3558
|
colorHover: string;
|
|
3515
|
-
|
|
3516
|
-
|
|
3559
|
+
railInsetHorizontalBottom: string;
|
|
3560
|
+
railInsetHorizontalTop: string;
|
|
3561
|
+
railInsetVerticalRight: string;
|
|
3562
|
+
railInsetVerticalLeft: string;
|
|
3517
3563
|
railColor: string;
|
|
3518
3564
|
}, any>;
|
|
3519
3565
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3566
|
+
fontSizeTiny: string;
|
|
3520
3567
|
fontSizeSmall: string;
|
|
3521
3568
|
fontSizeMedium: string;
|
|
3522
3569
|
fontSizeLarge: string;
|
|
@@ -3524,6 +3571,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3524
3571
|
textColor: string;
|
|
3525
3572
|
iconColor: string;
|
|
3526
3573
|
extraTextColor: string;
|
|
3574
|
+
iconSizeTiny: string;
|
|
3527
3575
|
iconSizeSmall: string;
|
|
3528
3576
|
iconSizeMedium: string;
|
|
3529
3577
|
iconSizeLarge: string;
|
|
@@ -3610,10 +3658,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3610
3658
|
padding: string;
|
|
3611
3659
|
}, any>;
|
|
3612
3660
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
3661
|
+
optionFontSizeTiny: string;
|
|
3613
3662
|
optionFontSizeSmall: string;
|
|
3614
3663
|
optionFontSizeMedium: string;
|
|
3615
3664
|
optionFontSizeLarge: string;
|
|
3616
3665
|
optionFontSizeHuge: string;
|
|
3666
|
+
optionHeightTiny: string;
|
|
3617
3667
|
optionHeightSmall: string;
|
|
3618
3668
|
optionHeightMedium: string;
|
|
3619
3669
|
optionHeightLarge: string;
|
|
@@ -3634,10 +3684,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3634
3684
|
actionTextColor: string;
|
|
3635
3685
|
loadingColor: string;
|
|
3636
3686
|
height: string;
|
|
3687
|
+
paddingTiny: string;
|
|
3637
3688
|
paddingSmall: string;
|
|
3638
3689
|
paddingMedium: string;
|
|
3639
3690
|
paddingLarge: string;
|
|
3640
3691
|
paddingHuge: string;
|
|
3692
|
+
optionPaddingTiny: string;
|
|
3641
3693
|
optionPaddingSmall: string;
|
|
3642
3694
|
optionPaddingMedium: string;
|
|
3643
3695
|
optionPaddingLarge: string;
|
|
@@ -3650,11 +3702,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3650
3702
|
borderRadius: string;
|
|
3651
3703
|
color: string;
|
|
3652
3704
|
colorHover: string;
|
|
3653
|
-
|
|
3654
|
-
|
|
3705
|
+
railInsetHorizontalBottom: string;
|
|
3706
|
+
railInsetHorizontalTop: string;
|
|
3707
|
+
railInsetVerticalRight: string;
|
|
3708
|
+
railInsetVerticalLeft: string;
|
|
3655
3709
|
railColor: string;
|
|
3656
3710
|
}, any>;
|
|
3657
3711
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3712
|
+
fontSizeTiny: string;
|
|
3658
3713
|
fontSizeSmall: string;
|
|
3659
3714
|
fontSizeMedium: string;
|
|
3660
3715
|
fontSizeLarge: string;
|
|
@@ -3662,6 +3717,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3662
3717
|
textColor: string;
|
|
3663
3718
|
iconColor: string;
|
|
3664
3719
|
extraTextColor: string;
|
|
3720
|
+
iconSizeTiny: string;
|
|
3665
3721
|
iconSizeSmall: string;
|
|
3666
3722
|
iconSizeMedium: string;
|
|
3667
3723
|
iconSizeLarge: string;
|
|
@@ -3815,10 +3871,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3815
3871
|
}, any>;
|
|
3816
3872
|
}>;
|
|
3817
3873
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
3874
|
+
optionFontSizeTiny: string;
|
|
3818
3875
|
optionFontSizeSmall: string;
|
|
3819
3876
|
optionFontSizeMedium: string;
|
|
3820
3877
|
optionFontSizeLarge: string;
|
|
3821
3878
|
optionFontSizeHuge: string;
|
|
3879
|
+
optionHeightTiny: string;
|
|
3822
3880
|
optionHeightSmall: string;
|
|
3823
3881
|
optionHeightMedium: string;
|
|
3824
3882
|
optionHeightLarge: string;
|
|
@@ -3839,10 +3897,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3839
3897
|
actionTextColor: string;
|
|
3840
3898
|
loadingColor: string;
|
|
3841
3899
|
height: string;
|
|
3900
|
+
paddingTiny: string;
|
|
3842
3901
|
paddingSmall: string;
|
|
3843
3902
|
paddingMedium: string;
|
|
3844
3903
|
paddingLarge: string;
|
|
3845
3904
|
paddingHuge: string;
|
|
3905
|
+
optionPaddingTiny: string;
|
|
3846
3906
|
optionPaddingSmall: string;
|
|
3847
3907
|
optionPaddingMedium: string;
|
|
3848
3908
|
optionPaddingLarge: string;
|
|
@@ -3855,11 +3915,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3855
3915
|
borderRadius: string;
|
|
3856
3916
|
color: string;
|
|
3857
3917
|
colorHover: string;
|
|
3858
|
-
|
|
3859
|
-
|
|
3918
|
+
railInsetHorizontalBottom: string;
|
|
3919
|
+
railInsetHorizontalTop: string;
|
|
3920
|
+
railInsetVerticalRight: string;
|
|
3921
|
+
railInsetVerticalLeft: string;
|
|
3860
3922
|
railColor: string;
|
|
3861
3923
|
}, any>;
|
|
3862
3924
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3925
|
+
fontSizeTiny: string;
|
|
3863
3926
|
fontSizeSmall: string;
|
|
3864
3927
|
fontSizeMedium: string;
|
|
3865
3928
|
fontSizeLarge: string;
|
|
@@ -3867,6 +3930,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3867
3930
|
textColor: string;
|
|
3868
3931
|
iconColor: string;
|
|
3869
3932
|
extraTextColor: string;
|
|
3933
|
+
iconSizeTiny: string;
|
|
3870
3934
|
iconSizeSmall: string;
|
|
3871
3935
|
iconSizeMedium: string;
|
|
3872
3936
|
iconSizeLarge: string;
|
|
@@ -3953,10 +4017,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3953
4017
|
padding: string;
|
|
3954
4018
|
}, any>;
|
|
3955
4019
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
4020
|
+
optionFontSizeTiny: string;
|
|
3956
4021
|
optionFontSizeSmall: string;
|
|
3957
4022
|
optionFontSizeMedium: string;
|
|
3958
4023
|
optionFontSizeLarge: string;
|
|
3959
4024
|
optionFontSizeHuge: string;
|
|
4025
|
+
optionHeightTiny: string;
|
|
3960
4026
|
optionHeightSmall: string;
|
|
3961
4027
|
optionHeightMedium: string;
|
|
3962
4028
|
optionHeightLarge: string;
|
|
@@ -3977,10 +4043,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3977
4043
|
actionTextColor: string;
|
|
3978
4044
|
loadingColor: string;
|
|
3979
4045
|
height: string;
|
|
4046
|
+
paddingTiny: string;
|
|
3980
4047
|
paddingSmall: string;
|
|
3981
4048
|
paddingMedium: string;
|
|
3982
4049
|
paddingLarge: string;
|
|
3983
4050
|
paddingHuge: string;
|
|
4051
|
+
optionPaddingTiny: string;
|
|
3984
4052
|
optionPaddingSmall: string;
|
|
3985
4053
|
optionPaddingMedium: string;
|
|
3986
4054
|
optionPaddingLarge: string;
|
|
@@ -3993,11 +4061,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3993
4061
|
borderRadius: string;
|
|
3994
4062
|
color: string;
|
|
3995
4063
|
colorHover: string;
|
|
3996
|
-
|
|
3997
|
-
|
|
4064
|
+
railInsetHorizontalBottom: string;
|
|
4065
|
+
railInsetHorizontalTop: string;
|
|
4066
|
+
railInsetVerticalRight: string;
|
|
4067
|
+
railInsetVerticalLeft: string;
|
|
3998
4068
|
railColor: string;
|
|
3999
4069
|
}, any>;
|
|
4000
4070
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
4071
|
+
fontSizeTiny: string;
|
|
4001
4072
|
fontSizeSmall: string;
|
|
4002
4073
|
fontSizeMedium: string;
|
|
4003
4074
|
fontSizeLarge: string;
|
|
@@ -4005,6 +4076,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4005
4076
|
textColor: string;
|
|
4006
4077
|
iconColor: string;
|
|
4007
4078
|
extraTextColor: string;
|
|
4079
|
+
iconSizeTiny: string;
|
|
4008
4080
|
iconSizeSmall: string;
|
|
4009
4081
|
iconSizeMedium: string;
|
|
4010
4082
|
iconSizeLarge: string;
|