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,6 +1,6 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { CsvOptionsType, RowKey } from './interface';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
readonly onUnstableColumnResize: import("vue").PropType<(resizedWidth: number, limitedWidth: number, column: import("./interface").TableBaseColumn
|
|
3
|
+
readonly onUnstableColumnResize: import("vue").PropType<(resizedWidth: number, limitedWidth: number, column: import("./interface").TableBaseColumn, getColumnWidth: (key: import("./interface").ColumnKey) => number | undefined) => void>;
|
|
4
4
|
readonly pagination: {
|
|
5
5
|
readonly type: import("vue").PropType<false | import("../../pagination").PaginationProps>;
|
|
6
6
|
readonly default: false;
|
|
@@ -57,8 +57,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
57
57
|
readonly expandedRowKeys: import("vue").PropType<RowKey[]>;
|
|
58
58
|
readonly stickyExpandedRows: BooleanConstructor;
|
|
59
59
|
readonly virtualScroll: BooleanConstructor;
|
|
60
|
+
readonly virtualScrollX: BooleanConstructor;
|
|
61
|
+
readonly virtualScrollHeader: BooleanConstructor;
|
|
62
|
+
readonly headerHeight: {
|
|
63
|
+
readonly type: NumberConstructor;
|
|
64
|
+
readonly default: 28;
|
|
65
|
+
};
|
|
66
|
+
readonly heightForRow: import("vue").PropType<import("./interface").DataTableHeightForRow>;
|
|
67
|
+
readonly minRowHeight: {
|
|
68
|
+
readonly type: NumberConstructor;
|
|
69
|
+
readonly default: 28;
|
|
70
|
+
};
|
|
60
71
|
readonly tableLayout: {
|
|
61
|
-
readonly type: import("vue").PropType<"
|
|
72
|
+
readonly type: import("vue").PropType<"auto" | "fixed">;
|
|
62
73
|
readonly default: "auto";
|
|
63
74
|
};
|
|
64
75
|
readonly allowCheckingNotLoaded: BooleanConstructor;
|
|
@@ -83,18 +94,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
83
94
|
readonly type: import("vue").PropType<"first" | "current">;
|
|
84
95
|
readonly default: "current";
|
|
85
96
|
};
|
|
86
|
-
readonly
|
|
87
|
-
readonly
|
|
97
|
+
readonly filterIconPopoverProps: import("vue").PropType<import("../..").PopoverProps>;
|
|
98
|
+
readonly scrollbarProps: import("vue").PropType<import("../..").ScrollbarProps>;
|
|
99
|
+
readonly renderCell: import("vue").PropType<(value: any, rowData: object, column: import("./interface").TableBaseColumn) => import("vue").VNodeChild>;
|
|
88
100
|
readonly renderExpandIcon: import("vue").PropType<import("./interface").RenderExpandIcon>;
|
|
89
101
|
readonly spinProps: {
|
|
90
102
|
readonly type: import("vue").PropType<import("../../_internal").BaseLoadingExposedProps>;
|
|
91
103
|
readonly default: {};
|
|
92
104
|
};
|
|
93
105
|
readonly onLoad: import("vue").PropType<import("./interface").DataTableOnLoad>;
|
|
94
|
-
readonly 'onUpdate:page': import("vue").PropType<import("../../
|
|
95
|
-
readonly onUpdatePage: import("vue").PropType<import("../../
|
|
96
|
-
readonly 'onUpdate:pageSize': import("vue").PropType<import("../../
|
|
97
|
-
readonly onUpdatePageSize: import("vue").PropType<import("../../
|
|
106
|
+
readonly 'onUpdate:page': import("vue").PropType<import("../../pagination").PaginationProps["onUpdate:page"]>;
|
|
107
|
+
readonly onUpdatePage: import("vue").PropType<import("../../pagination").PaginationProps["onUpdate:page"]>;
|
|
108
|
+
readonly 'onUpdate:pageSize': import("vue").PropType<import("../../pagination").PaginationProps["onUpdate:pageSize"]>;
|
|
109
|
+
readonly onUpdatePageSize: import("vue").PropType<import("../../pagination").PaginationProps["onUpdate:pageSize"]>;
|
|
98
110
|
readonly 'onUpdate:sorter': import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateSorter>>;
|
|
99
111
|
readonly onUpdateSorter: import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateSorter>>;
|
|
100
112
|
readonly 'onUpdate:filters': import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateFilters>>;
|
|
@@ -104,8 +116,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
104
116
|
readonly 'onUpdate:expandedRowKeys': import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateExpandedRowKeys>>;
|
|
105
117
|
readonly onUpdateExpandedRowKeys: import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateExpandedRowKeys>>;
|
|
106
118
|
readonly onScroll: import("vue").PropType<(e: Event) => void>;
|
|
107
|
-
readonly onPageChange: import("vue").PropType<import("../../
|
|
108
|
-
readonly onPageSizeChange: import("vue").PropType<import("../../
|
|
119
|
+
readonly onPageChange: import("vue").PropType<import("../../pagination").PaginationProps["onUpdate:page"]>;
|
|
120
|
+
readonly onPageSizeChange: import("vue").PropType<import("../../pagination").PaginationProps["onUpdate:pageSize"]>;
|
|
109
121
|
readonly onSorterChange: import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateSorter> | undefined>;
|
|
110
122
|
readonly onFiltersChange: import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateFilters> | undefined>;
|
|
111
123
|
readonly onCheckedRowKeysChange: import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateCheckedRowKeys> | undefined>;
|
|
@@ -118,9 +130,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
118
130
|
fontSizeLarge: string;
|
|
119
131
|
borderColor: string;
|
|
120
132
|
tdColorHover: string;
|
|
133
|
+
tdColorSorting: string;
|
|
121
134
|
tdColorStriped: string;
|
|
122
135
|
thColor: string;
|
|
123
136
|
thColorHover: string;
|
|
137
|
+
thColorSorting: string;
|
|
124
138
|
tdColor: string;
|
|
125
139
|
tdTextColor: string;
|
|
126
140
|
thTextColor: string;
|
|
@@ -130,15 +144,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
130
144
|
thIconColorActive: string;
|
|
131
145
|
borderColorModal: string;
|
|
132
146
|
tdColorHoverModal: string;
|
|
147
|
+
tdColorSortingModal: string;
|
|
133
148
|
tdColorStripedModal: string;
|
|
134
149
|
thColorModal: string;
|
|
135
150
|
thColorHoverModal: string;
|
|
151
|
+
thColorSortingModal: string;
|
|
136
152
|
tdColorModal: string;
|
|
137
153
|
borderColorPopover: string;
|
|
138
154
|
tdColorHoverPopover: string;
|
|
155
|
+
tdColorSortingPopover: string;
|
|
139
156
|
tdColorStripedPopover: string;
|
|
140
157
|
thColorPopover: string;
|
|
141
158
|
thColorHoverPopover: string;
|
|
159
|
+
thColorSortingPopover: string;
|
|
142
160
|
tdColorPopover: string;
|
|
143
161
|
boxShadowBefore: string;
|
|
144
162
|
boxShadowAfter: string;
|
|
@@ -578,10 +596,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
578
596
|
}, any>;
|
|
579
597
|
}>;
|
|
580
598
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
599
|
+
optionFontSizeTiny: string;
|
|
581
600
|
optionFontSizeSmall: string;
|
|
582
601
|
optionFontSizeMedium: string;
|
|
583
602
|
optionFontSizeLarge: string;
|
|
584
603
|
optionFontSizeHuge: string;
|
|
604
|
+
optionHeightTiny: string;
|
|
585
605
|
optionHeightSmall: string;
|
|
586
606
|
optionHeightMedium: string;
|
|
587
607
|
optionHeightLarge: string;
|
|
@@ -602,10 +622,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
602
622
|
actionTextColor: string;
|
|
603
623
|
loadingColor: string;
|
|
604
624
|
height: string;
|
|
625
|
+
paddingTiny: string;
|
|
605
626
|
paddingSmall: string;
|
|
606
627
|
paddingMedium: string;
|
|
607
628
|
paddingLarge: string;
|
|
608
629
|
paddingHuge: string;
|
|
630
|
+
optionPaddingTiny: string;
|
|
609
631
|
optionPaddingSmall: string;
|
|
610
632
|
optionPaddingMedium: string;
|
|
611
633
|
optionPaddingLarge: string;
|
|
@@ -618,11 +640,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
618
640
|
borderRadius: string;
|
|
619
641
|
color: string;
|
|
620
642
|
colorHover: string;
|
|
621
|
-
|
|
622
|
-
|
|
643
|
+
railInsetHorizontalBottom: string;
|
|
644
|
+
railInsetHorizontalTop: string;
|
|
645
|
+
railInsetVerticalRight: string;
|
|
646
|
+
railInsetVerticalLeft: string;
|
|
623
647
|
railColor: string;
|
|
624
648
|
}, any>;
|
|
625
649
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
650
|
+
fontSizeTiny: string;
|
|
626
651
|
fontSizeSmall: string;
|
|
627
652
|
fontSizeMedium: string;
|
|
628
653
|
fontSizeLarge: string;
|
|
@@ -630,6 +655,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
630
655
|
textColor: string;
|
|
631
656
|
iconColor: string;
|
|
632
657
|
extraTextColor: string;
|
|
658
|
+
iconSizeTiny: string;
|
|
633
659
|
iconSizeSmall: string;
|
|
634
660
|
iconSizeMedium: string;
|
|
635
661
|
iconSizeLarge: string;
|
|
@@ -716,10 +742,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
716
742
|
padding: string;
|
|
717
743
|
}, any>;
|
|
718
744
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
745
|
+
optionFontSizeTiny: string;
|
|
719
746
|
optionFontSizeSmall: string;
|
|
720
747
|
optionFontSizeMedium: string;
|
|
721
748
|
optionFontSizeLarge: string;
|
|
722
749
|
optionFontSizeHuge: string;
|
|
750
|
+
optionHeightTiny: string;
|
|
723
751
|
optionHeightSmall: string;
|
|
724
752
|
optionHeightMedium: string;
|
|
725
753
|
optionHeightLarge: string;
|
|
@@ -740,10 +768,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
740
768
|
actionTextColor: string;
|
|
741
769
|
loadingColor: string;
|
|
742
770
|
height: string;
|
|
771
|
+
paddingTiny: string;
|
|
743
772
|
paddingSmall: string;
|
|
744
773
|
paddingMedium: string;
|
|
745
774
|
paddingLarge: string;
|
|
746
775
|
paddingHuge: string;
|
|
776
|
+
optionPaddingTiny: string;
|
|
747
777
|
optionPaddingSmall: string;
|
|
748
778
|
optionPaddingMedium: string;
|
|
749
779
|
optionPaddingLarge: string;
|
|
@@ -756,11 +786,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
756
786
|
borderRadius: string;
|
|
757
787
|
color: string;
|
|
758
788
|
colorHover: string;
|
|
759
|
-
|
|
760
|
-
|
|
789
|
+
railInsetHorizontalBottom: string;
|
|
790
|
+
railInsetHorizontalTop: string;
|
|
791
|
+
railInsetVerticalRight: string;
|
|
792
|
+
railInsetVerticalLeft: string;
|
|
761
793
|
railColor: string;
|
|
762
794
|
}, any>;
|
|
763
795
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
796
|
+
fontSizeTiny: string;
|
|
764
797
|
fontSizeSmall: string;
|
|
765
798
|
fontSizeMedium: string;
|
|
766
799
|
fontSizeLarge: string;
|
|
@@ -768,6 +801,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
768
801
|
textColor: string;
|
|
769
802
|
iconColor: string;
|
|
770
803
|
extraTextColor: string;
|
|
804
|
+
iconSizeTiny: string;
|
|
771
805
|
iconSizeSmall: string;
|
|
772
806
|
iconSizeMedium: string;
|
|
773
807
|
iconSizeLarge: string;
|
|
@@ -782,11 +816,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
782
816
|
borderRadius: string;
|
|
783
817
|
color: string;
|
|
784
818
|
colorHover: string;
|
|
785
|
-
|
|
786
|
-
|
|
819
|
+
railInsetHorizontalBottom: string;
|
|
820
|
+
railInsetHorizontalTop: string;
|
|
821
|
+
railInsetVerticalRight: string;
|
|
822
|
+
railInsetVerticalLeft: string;
|
|
787
823
|
railColor: string;
|
|
788
824
|
}, any>;
|
|
789
825
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
826
|
+
fontSizeTiny: string;
|
|
790
827
|
fontSizeSmall: string;
|
|
791
828
|
fontSizeMedium: string;
|
|
792
829
|
fontSizeLarge: string;
|
|
@@ -794,6 +831,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
794
831
|
textColor: string;
|
|
795
832
|
iconColor: string;
|
|
796
833
|
extraTextColor: string;
|
|
834
|
+
iconSizeTiny: string;
|
|
797
835
|
iconSizeSmall: string;
|
|
798
836
|
iconSizeMedium: string;
|
|
799
837
|
iconSizeLarge: string;
|
|
@@ -917,9 +955,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
917
955
|
fontSizeLarge: string;
|
|
918
956
|
borderColor: string;
|
|
919
957
|
tdColorHover: string;
|
|
958
|
+
tdColorSorting: string;
|
|
920
959
|
tdColorStriped: string;
|
|
921
960
|
thColor: string;
|
|
922
961
|
thColorHover: string;
|
|
962
|
+
thColorSorting: string;
|
|
923
963
|
tdColor: string;
|
|
924
964
|
tdTextColor: string;
|
|
925
965
|
thTextColor: string;
|
|
@@ -929,15 +969,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
929
969
|
thIconColorActive: string;
|
|
930
970
|
borderColorModal: string;
|
|
931
971
|
tdColorHoverModal: string;
|
|
972
|
+
tdColorSortingModal: string;
|
|
932
973
|
tdColorStripedModal: string;
|
|
933
974
|
thColorModal: string;
|
|
934
975
|
thColorHoverModal: string;
|
|
976
|
+
thColorSortingModal: string;
|
|
935
977
|
tdColorModal: string;
|
|
936
978
|
borderColorPopover: string;
|
|
937
979
|
tdColorHoverPopover: string;
|
|
980
|
+
tdColorSortingPopover: string;
|
|
938
981
|
tdColorStripedPopover: string;
|
|
939
982
|
thColorPopover: string;
|
|
940
983
|
thColorHoverPopover: string;
|
|
984
|
+
thColorSortingPopover: string;
|
|
941
985
|
tdColorPopover: string;
|
|
942
986
|
boxShadowBefore: string;
|
|
943
987
|
boxShadowAfter: string;
|
|
@@ -1377,10 +1421,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1377
1421
|
}, any>;
|
|
1378
1422
|
}>;
|
|
1379
1423
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
1424
|
+
optionFontSizeTiny: string;
|
|
1380
1425
|
optionFontSizeSmall: string;
|
|
1381
1426
|
optionFontSizeMedium: string;
|
|
1382
1427
|
optionFontSizeLarge: string;
|
|
1383
1428
|
optionFontSizeHuge: string;
|
|
1429
|
+
optionHeightTiny: string;
|
|
1384
1430
|
optionHeightSmall: string;
|
|
1385
1431
|
optionHeightMedium: string;
|
|
1386
1432
|
optionHeightLarge: string;
|
|
@@ -1401,10 +1447,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1401
1447
|
actionTextColor: string;
|
|
1402
1448
|
loadingColor: string;
|
|
1403
1449
|
height: string;
|
|
1450
|
+
paddingTiny: string;
|
|
1404
1451
|
paddingSmall: string;
|
|
1405
1452
|
paddingMedium: string;
|
|
1406
1453
|
paddingLarge: string;
|
|
1407
1454
|
paddingHuge: string;
|
|
1455
|
+
optionPaddingTiny: string;
|
|
1408
1456
|
optionPaddingSmall: string;
|
|
1409
1457
|
optionPaddingMedium: string;
|
|
1410
1458
|
optionPaddingLarge: string;
|
|
@@ -1417,11 +1465,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1417
1465
|
borderRadius: string;
|
|
1418
1466
|
color: string;
|
|
1419
1467
|
colorHover: string;
|
|
1420
|
-
|
|
1421
|
-
|
|
1468
|
+
railInsetHorizontalBottom: string;
|
|
1469
|
+
railInsetHorizontalTop: string;
|
|
1470
|
+
railInsetVerticalRight: string;
|
|
1471
|
+
railInsetVerticalLeft: string;
|
|
1422
1472
|
railColor: string;
|
|
1423
1473
|
}, any>;
|
|
1424
1474
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1475
|
+
fontSizeTiny: string;
|
|
1425
1476
|
fontSizeSmall: string;
|
|
1426
1477
|
fontSizeMedium: string;
|
|
1427
1478
|
fontSizeLarge: string;
|
|
@@ -1429,6 +1480,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1429
1480
|
textColor: string;
|
|
1430
1481
|
iconColor: string;
|
|
1431
1482
|
extraTextColor: string;
|
|
1483
|
+
iconSizeTiny: string;
|
|
1432
1484
|
iconSizeSmall: string;
|
|
1433
1485
|
iconSizeMedium: string;
|
|
1434
1486
|
iconSizeLarge: string;
|
|
@@ -1515,10 +1567,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1515
1567
|
padding: string;
|
|
1516
1568
|
}, any>;
|
|
1517
1569
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
1570
|
+
optionFontSizeTiny: string;
|
|
1518
1571
|
optionFontSizeSmall: string;
|
|
1519
1572
|
optionFontSizeMedium: string;
|
|
1520
1573
|
optionFontSizeLarge: string;
|
|
1521
1574
|
optionFontSizeHuge: string;
|
|
1575
|
+
optionHeightTiny: string;
|
|
1522
1576
|
optionHeightSmall: string;
|
|
1523
1577
|
optionHeightMedium: string;
|
|
1524
1578
|
optionHeightLarge: string;
|
|
@@ -1539,10 +1593,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1539
1593
|
actionTextColor: string;
|
|
1540
1594
|
loadingColor: string;
|
|
1541
1595
|
height: string;
|
|
1596
|
+
paddingTiny: string;
|
|
1542
1597
|
paddingSmall: string;
|
|
1543
1598
|
paddingMedium: string;
|
|
1544
1599
|
paddingLarge: string;
|
|
1545
1600
|
paddingHuge: string;
|
|
1601
|
+
optionPaddingTiny: string;
|
|
1546
1602
|
optionPaddingSmall: string;
|
|
1547
1603
|
optionPaddingMedium: string;
|
|
1548
1604
|
optionPaddingLarge: string;
|
|
@@ -1555,11 +1611,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1555
1611
|
borderRadius: string;
|
|
1556
1612
|
color: string;
|
|
1557
1613
|
colorHover: string;
|
|
1558
|
-
|
|
1559
|
-
|
|
1614
|
+
railInsetHorizontalBottom: string;
|
|
1615
|
+
railInsetHorizontalTop: string;
|
|
1616
|
+
railInsetVerticalRight: string;
|
|
1617
|
+
railInsetVerticalLeft: string;
|
|
1560
1618
|
railColor: string;
|
|
1561
1619
|
}, any>;
|
|
1562
1620
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1621
|
+
fontSizeTiny: string;
|
|
1563
1622
|
fontSizeSmall: string;
|
|
1564
1623
|
fontSizeMedium: string;
|
|
1565
1624
|
fontSizeLarge: string;
|
|
@@ -1567,6 +1626,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1567
1626
|
textColor: string;
|
|
1568
1627
|
iconColor: string;
|
|
1569
1628
|
extraTextColor: string;
|
|
1629
|
+
iconSizeTiny: string;
|
|
1570
1630
|
iconSizeSmall: string;
|
|
1571
1631
|
iconSizeMedium: string;
|
|
1572
1632
|
iconSizeLarge: string;
|
|
@@ -1581,11 +1641,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1581
1641
|
borderRadius: string;
|
|
1582
1642
|
color: string;
|
|
1583
1643
|
colorHover: string;
|
|
1584
|
-
|
|
1585
|
-
|
|
1644
|
+
railInsetHorizontalBottom: string;
|
|
1645
|
+
railInsetHorizontalTop: string;
|
|
1646
|
+
railInsetVerticalRight: string;
|
|
1647
|
+
railInsetVerticalLeft: string;
|
|
1586
1648
|
railColor: string;
|
|
1587
1649
|
}, any>;
|
|
1588
1650
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1651
|
+
fontSizeTiny: string;
|
|
1589
1652
|
fontSizeSmall: string;
|
|
1590
1653
|
fontSizeMedium: string;
|
|
1591
1654
|
fontSizeLarge: string;
|
|
@@ -1593,6 +1656,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1593
1656
|
textColor: string;
|
|
1594
1657
|
iconColor: string;
|
|
1595
1658
|
extraTextColor: string;
|
|
1659
|
+
iconSizeTiny: string;
|
|
1596
1660
|
iconSizeSmall: string;
|
|
1597
1661
|
iconSizeMedium: string;
|
|
1598
1662
|
iconSizeLarge: string;
|
|
@@ -1716,9 +1780,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1716
1780
|
fontSizeLarge: string;
|
|
1717
1781
|
borderColor: string;
|
|
1718
1782
|
tdColorHover: string;
|
|
1783
|
+
tdColorSorting: string;
|
|
1719
1784
|
tdColorStriped: string;
|
|
1720
1785
|
thColor: string;
|
|
1721
1786
|
thColorHover: string;
|
|
1787
|
+
thColorSorting: string;
|
|
1722
1788
|
tdColor: string;
|
|
1723
1789
|
tdTextColor: string;
|
|
1724
1790
|
thTextColor: string;
|
|
@@ -1728,15 +1794,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1728
1794
|
thIconColorActive: string;
|
|
1729
1795
|
borderColorModal: string;
|
|
1730
1796
|
tdColorHoverModal: string;
|
|
1797
|
+
tdColorSortingModal: string;
|
|
1731
1798
|
tdColorStripedModal: string;
|
|
1732
1799
|
thColorModal: string;
|
|
1733
1800
|
thColorHoverModal: string;
|
|
1801
|
+
thColorSortingModal: string;
|
|
1734
1802
|
tdColorModal: string;
|
|
1735
1803
|
borderColorPopover: string;
|
|
1736
1804
|
tdColorHoverPopover: string;
|
|
1805
|
+
tdColorSortingPopover: string;
|
|
1737
1806
|
tdColorStripedPopover: string;
|
|
1738
1807
|
thColorPopover: string;
|
|
1739
1808
|
thColorHoverPopover: string;
|
|
1809
|
+
thColorSortingPopover: string;
|
|
1740
1810
|
tdColorPopover: string;
|
|
1741
1811
|
boxShadowBefore: string;
|
|
1742
1812
|
boxShadowAfter: string;
|
|
@@ -2176,10 +2246,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2176
2246
|
}, any>;
|
|
2177
2247
|
}>;
|
|
2178
2248
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
2249
|
+
optionFontSizeTiny: string;
|
|
2179
2250
|
optionFontSizeSmall: string;
|
|
2180
2251
|
optionFontSizeMedium: string;
|
|
2181
2252
|
optionFontSizeLarge: string;
|
|
2182
2253
|
optionFontSizeHuge: string;
|
|
2254
|
+
optionHeightTiny: string;
|
|
2183
2255
|
optionHeightSmall: string;
|
|
2184
2256
|
optionHeightMedium: string;
|
|
2185
2257
|
optionHeightLarge: string;
|
|
@@ -2200,10 +2272,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2200
2272
|
actionTextColor: string;
|
|
2201
2273
|
loadingColor: string;
|
|
2202
2274
|
height: string;
|
|
2275
|
+
paddingTiny: string;
|
|
2203
2276
|
paddingSmall: string;
|
|
2204
2277
|
paddingMedium: string;
|
|
2205
2278
|
paddingLarge: string;
|
|
2206
2279
|
paddingHuge: string;
|
|
2280
|
+
optionPaddingTiny: string;
|
|
2207
2281
|
optionPaddingSmall: string;
|
|
2208
2282
|
optionPaddingMedium: string;
|
|
2209
2283
|
optionPaddingLarge: string;
|
|
@@ -2216,11 +2290,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2216
2290
|
borderRadius: string;
|
|
2217
2291
|
color: string;
|
|
2218
2292
|
colorHover: string;
|
|
2219
|
-
|
|
2220
|
-
|
|
2293
|
+
railInsetHorizontalBottom: string;
|
|
2294
|
+
railInsetHorizontalTop: string;
|
|
2295
|
+
railInsetVerticalRight: string;
|
|
2296
|
+
railInsetVerticalLeft: string;
|
|
2221
2297
|
railColor: string;
|
|
2222
2298
|
}, any>;
|
|
2223
2299
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2300
|
+
fontSizeTiny: string;
|
|
2224
2301
|
fontSizeSmall: string;
|
|
2225
2302
|
fontSizeMedium: string;
|
|
2226
2303
|
fontSizeLarge: string;
|
|
@@ -2228,6 +2305,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2228
2305
|
textColor: string;
|
|
2229
2306
|
iconColor: string;
|
|
2230
2307
|
extraTextColor: string;
|
|
2308
|
+
iconSizeTiny: string;
|
|
2231
2309
|
iconSizeSmall: string;
|
|
2232
2310
|
iconSizeMedium: string;
|
|
2233
2311
|
iconSizeLarge: string;
|
|
@@ -2314,10 +2392,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2314
2392
|
padding: string;
|
|
2315
2393
|
}, any>;
|
|
2316
2394
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
2395
|
+
optionFontSizeTiny: string;
|
|
2317
2396
|
optionFontSizeSmall: string;
|
|
2318
2397
|
optionFontSizeMedium: string;
|
|
2319
2398
|
optionFontSizeLarge: string;
|
|
2320
2399
|
optionFontSizeHuge: string;
|
|
2400
|
+
optionHeightTiny: string;
|
|
2321
2401
|
optionHeightSmall: string;
|
|
2322
2402
|
optionHeightMedium: string;
|
|
2323
2403
|
optionHeightLarge: string;
|
|
@@ -2338,10 +2418,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2338
2418
|
actionTextColor: string;
|
|
2339
2419
|
loadingColor: string;
|
|
2340
2420
|
height: string;
|
|
2421
|
+
paddingTiny: string;
|
|
2341
2422
|
paddingSmall: string;
|
|
2342
2423
|
paddingMedium: string;
|
|
2343
2424
|
paddingLarge: string;
|
|
2344
2425
|
paddingHuge: string;
|
|
2426
|
+
optionPaddingTiny: string;
|
|
2345
2427
|
optionPaddingSmall: string;
|
|
2346
2428
|
optionPaddingMedium: string;
|
|
2347
2429
|
optionPaddingLarge: string;
|
|
@@ -2354,11 +2436,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2354
2436
|
borderRadius: string;
|
|
2355
2437
|
color: string;
|
|
2356
2438
|
colorHover: string;
|
|
2357
|
-
|
|
2358
|
-
|
|
2439
|
+
railInsetHorizontalBottom: string;
|
|
2440
|
+
railInsetHorizontalTop: string;
|
|
2441
|
+
railInsetVerticalRight: string;
|
|
2442
|
+
railInsetVerticalLeft: string;
|
|
2359
2443
|
railColor: string;
|
|
2360
2444
|
}, any>;
|
|
2361
2445
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2446
|
+
fontSizeTiny: string;
|
|
2362
2447
|
fontSizeSmall: string;
|
|
2363
2448
|
fontSizeMedium: string;
|
|
2364
2449
|
fontSizeLarge: string;
|
|
@@ -2366,6 +2451,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2366
2451
|
textColor: string;
|
|
2367
2452
|
iconColor: string;
|
|
2368
2453
|
extraTextColor: string;
|
|
2454
|
+
iconSizeTiny: string;
|
|
2369
2455
|
iconSizeSmall: string;
|
|
2370
2456
|
iconSizeMedium: string;
|
|
2371
2457
|
iconSizeLarge: string;
|
|
@@ -2380,11 +2466,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2380
2466
|
borderRadius: string;
|
|
2381
2467
|
color: string;
|
|
2382
2468
|
colorHover: string;
|
|
2383
|
-
|
|
2384
|
-
|
|
2469
|
+
railInsetHorizontalBottom: string;
|
|
2470
|
+
railInsetHorizontalTop: string;
|
|
2471
|
+
railInsetVerticalRight: string;
|
|
2472
|
+
railInsetVerticalLeft: string;
|
|
2385
2473
|
railColor: string;
|
|
2386
2474
|
}, any>;
|
|
2387
2475
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2476
|
+
fontSizeTiny: string;
|
|
2388
2477
|
fontSizeSmall: string;
|
|
2389
2478
|
fontSizeMedium: string;
|
|
2390
2479
|
fontSizeLarge: string;
|
|
@@ -2392,6 +2481,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2392
2481
|
textColor: string;
|
|
2393
2482
|
iconColor: string;
|
|
2394
2483
|
extraTextColor: string;
|
|
2484
|
+
iconSizeTiny: string;
|
|
2395
2485
|
iconSizeSmall: string;
|
|
2396
2486
|
iconSizeMedium: string;
|
|
2397
2487
|
iconSizeLarge: string;
|
|
@@ -2514,7 +2604,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2514
2604
|
page: (page: number) => void;
|
|
2515
2605
|
sort: (columnKey: import("./interface").ColumnKey, order: import("./interface").SortOrder) => void;
|
|
2516
2606
|
scrollTo: import("../../scrollbar/src/Scrollbar").ScrollTo;
|
|
2517
|
-
downloadCsv: (options?: CsvOptionsType
|
|
2607
|
+
downloadCsv: (options?: CsvOptionsType) => void;
|
|
2518
2608
|
clearFilter: () => void;
|
|
2519
2609
|
mainTableInstRef: import("vue").Ref<{
|
|
2520
2610
|
getHeaderElement: () => HTMLElement | null;
|
|
@@ -2524,111 +2614,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2524
2614
|
mergedClsPrefix: import("vue").Ref<string>;
|
|
2525
2615
|
rtlEnabled: import("vue").Ref<import("../../config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
2526
2616
|
mergedTheme: import("vue").ComputedRef<{
|
|
2527
|
-
common:
|
|
2528
|
-
baseColor: string;
|
|
2529
|
-
primaryColor: string;
|
|
2530
|
-
primaryColorHover: string;
|
|
2531
|
-
primaryColorPressed: string;
|
|
2532
|
-
primaryColorSuppl: string;
|
|
2533
|
-
infoColor: string;
|
|
2534
|
-
infoColorHover: string;
|
|
2535
|
-
infoColorPressed: string;
|
|
2536
|
-
infoColorSuppl: string;
|
|
2537
|
-
successColor: string;
|
|
2538
|
-
successColorHover: string;
|
|
2539
|
-
successColorPressed: string;
|
|
2540
|
-
successColorSuppl: string;
|
|
2541
|
-
warningColor: string;
|
|
2542
|
-
warningColorHover: string;
|
|
2543
|
-
warningColorPressed: string;
|
|
2544
|
-
warningColorSuppl: string;
|
|
2545
|
-
errorColor: string;
|
|
2546
|
-
errorColorHover: string;
|
|
2547
|
-
errorColorPressed: string;
|
|
2548
|
-
errorColorSuppl: string;
|
|
2549
|
-
textColorBase: string;
|
|
2550
|
-
textColor1: string;
|
|
2551
|
-
textColor2: string;
|
|
2552
|
-
textColor3: string;
|
|
2553
|
-
textColorDisabled: string;
|
|
2554
|
-
placeholderColor: string;
|
|
2555
|
-
placeholderColorDisabled: string;
|
|
2556
|
-
iconColor: string;
|
|
2557
|
-
iconColorHover: string;
|
|
2558
|
-
iconColorPressed: string;
|
|
2559
|
-
iconColorDisabled: string;
|
|
2560
|
-
opacity1: string;
|
|
2561
|
-
opacity2: string;
|
|
2562
|
-
opacity3: string;
|
|
2563
|
-
opacity4: string;
|
|
2564
|
-
opacity5: string;
|
|
2565
|
-
dividerColor: string;
|
|
2566
|
-
borderColor: string;
|
|
2567
|
-
closeIconColor: string;
|
|
2568
|
-
closeIconColorHover: string;
|
|
2569
|
-
closeIconColorPressed: string;
|
|
2570
|
-
closeColorHover: string;
|
|
2571
|
-
closeColorPressed: string;
|
|
2572
|
-
clearColor: string;
|
|
2573
|
-
clearColorHover: string;
|
|
2574
|
-
clearColorPressed: string;
|
|
2575
|
-
scrollbarColor: string;
|
|
2576
|
-
scrollbarColorHover: string;
|
|
2577
|
-
scrollbarWidth: string;
|
|
2578
|
-
scrollbarHeight: string;
|
|
2579
|
-
scrollbarBorderRadius: string;
|
|
2580
|
-
progressRailColor: string;
|
|
2581
|
-
railColor: string;
|
|
2582
|
-
popoverColor: string;
|
|
2583
|
-
tableColor: string;
|
|
2584
|
-
cardColor: string;
|
|
2585
|
-
modalColor: string;
|
|
2586
|
-
bodyColor: string;
|
|
2587
|
-
tagColor: string;
|
|
2588
|
-
avatarColor: string;
|
|
2589
|
-
invertedColor: string;
|
|
2590
|
-
inputColor: string;
|
|
2591
|
-
codeColor: string;
|
|
2592
|
-
tabColor: string;
|
|
2593
|
-
actionColor: string;
|
|
2594
|
-
tableHeaderColor: string;
|
|
2595
|
-
hoverColor: string;
|
|
2596
|
-
tableColorHover: string;
|
|
2597
|
-
tableColorStriped: string;
|
|
2598
|
-
pressedColor: string;
|
|
2599
|
-
opacityDisabled: string;
|
|
2600
|
-
inputColorDisabled: string;
|
|
2601
|
-
buttonColor2: string;
|
|
2602
|
-
buttonColor2Hover: string;
|
|
2603
|
-
buttonColor2Pressed: string;
|
|
2604
|
-
boxShadow1: string;
|
|
2605
|
-
boxShadow2: string;
|
|
2606
|
-
boxShadow3: string;
|
|
2607
|
-
fontFamily: string;
|
|
2608
|
-
fontFamilyMono: string;
|
|
2609
|
-
fontWeight: string;
|
|
2610
|
-
fontWeightStrong: string;
|
|
2611
|
-
cubicBezierEaseInOut: string;
|
|
2612
|
-
cubicBezierEaseOut: string;
|
|
2613
|
-
cubicBezierEaseIn: string;
|
|
2614
|
-
borderRadius: string;
|
|
2615
|
-
borderRadiusSmall: string;
|
|
2616
|
-
fontSize: string;
|
|
2617
|
-
fontSizeMini: string;
|
|
2618
|
-
fontSizeTiny: string;
|
|
2619
|
-
fontSizeSmall: string;
|
|
2620
|
-
fontSizeMedium: string;
|
|
2621
|
-
fontSizeLarge: string;
|
|
2622
|
-
fontSizeHuge: string;
|
|
2623
|
-
lineHeight: string;
|
|
2624
|
-
heightMini: string;
|
|
2625
|
-
heightTiny: string;
|
|
2626
|
-
heightSmall: string;
|
|
2627
|
-
heightMedium: string;
|
|
2628
|
-
heightLarge: string;
|
|
2629
|
-
heightHuge: string;
|
|
2630
|
-
name: "common";
|
|
2631
|
-
};
|
|
2617
|
+
common: import("../..").ThemeCommonVars;
|
|
2632
2618
|
self: {
|
|
2633
2619
|
actionDividerColor: string;
|
|
2634
2620
|
lineHeight: string;
|
|
@@ -2638,9 +2624,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2638
2624
|
fontSizeLarge: string;
|
|
2639
2625
|
borderColor: string;
|
|
2640
2626
|
tdColorHover: string;
|
|
2627
|
+
tdColorSorting: string;
|
|
2641
2628
|
tdColorStriped: string;
|
|
2642
2629
|
thColor: string;
|
|
2643
2630
|
thColorHover: string;
|
|
2631
|
+
thColorSorting: string;
|
|
2644
2632
|
tdColor: string;
|
|
2645
2633
|
tdTextColor: string;
|
|
2646
2634
|
thTextColor: string;
|
|
@@ -2650,15 +2638,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2650
2638
|
thIconColorActive: string;
|
|
2651
2639
|
borderColorModal: string;
|
|
2652
2640
|
tdColorHoverModal: string;
|
|
2641
|
+
tdColorSortingModal: string;
|
|
2653
2642
|
tdColorStripedModal: string;
|
|
2654
2643
|
thColorModal: string;
|
|
2655
2644
|
thColorHoverModal: string;
|
|
2645
|
+
thColorSortingModal: string;
|
|
2656
2646
|
tdColorModal: string;
|
|
2657
2647
|
borderColorPopover: string;
|
|
2658
2648
|
tdColorHoverPopover: string;
|
|
2649
|
+
tdColorSortingPopover: string;
|
|
2659
2650
|
tdColorStripedPopover: string;
|
|
2660
2651
|
thColorPopover: string;
|
|
2661
2652
|
thColorHoverPopover: string;
|
|
2653
|
+
thColorSortingPopover: string;
|
|
2662
2654
|
tdColorPopover: string;
|
|
2663
2655
|
boxShadowBefore: string;
|
|
2664
2656
|
boxShadowAfter: string;
|
|
@@ -3099,10 +3091,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3099
3091
|
}, any>;
|
|
3100
3092
|
}>;
|
|
3101
3093
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
3094
|
+
optionFontSizeTiny: string;
|
|
3102
3095
|
optionFontSizeSmall: string;
|
|
3103
3096
|
optionFontSizeMedium: string;
|
|
3104
3097
|
optionFontSizeLarge: string;
|
|
3105
3098
|
optionFontSizeHuge: string;
|
|
3099
|
+
optionHeightTiny: string;
|
|
3106
3100
|
optionHeightSmall: string;
|
|
3107
3101
|
optionHeightMedium: string;
|
|
3108
3102
|
optionHeightLarge: string;
|
|
@@ -3123,10 +3117,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3123
3117
|
actionTextColor: string;
|
|
3124
3118
|
loadingColor: string;
|
|
3125
3119
|
height: string;
|
|
3120
|
+
paddingTiny: string;
|
|
3126
3121
|
paddingSmall: string;
|
|
3127
3122
|
paddingMedium: string;
|
|
3128
3123
|
paddingLarge: string;
|
|
3129
3124
|
paddingHuge: string;
|
|
3125
|
+
optionPaddingTiny: string;
|
|
3130
3126
|
optionPaddingSmall: string;
|
|
3131
3127
|
optionPaddingMedium: string;
|
|
3132
3128
|
optionPaddingLarge: string;
|
|
@@ -3139,11 +3135,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3139
3135
|
borderRadius: string;
|
|
3140
3136
|
color: string;
|
|
3141
3137
|
colorHover: string;
|
|
3142
|
-
|
|
3143
|
-
|
|
3138
|
+
railInsetHorizontalBottom: string;
|
|
3139
|
+
railInsetHorizontalTop: string;
|
|
3140
|
+
railInsetVerticalRight: string;
|
|
3141
|
+
railInsetVerticalLeft: string;
|
|
3144
3142
|
railColor: string;
|
|
3145
3143
|
}, any>;
|
|
3146
3144
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3145
|
+
fontSizeTiny: string;
|
|
3147
3146
|
fontSizeSmall: string;
|
|
3148
3147
|
fontSizeMedium: string;
|
|
3149
3148
|
fontSizeLarge: string;
|
|
@@ -3151,6 +3150,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3151
3150
|
textColor: string;
|
|
3152
3151
|
iconColor: string;
|
|
3153
3152
|
extraTextColor: string;
|
|
3153
|
+
iconSizeTiny: string;
|
|
3154
3154
|
iconSizeSmall: string;
|
|
3155
3155
|
iconSizeMedium: string;
|
|
3156
3156
|
iconSizeLarge: string;
|
|
@@ -3237,10 +3237,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3237
3237
|
padding: string;
|
|
3238
3238
|
}, any>;
|
|
3239
3239
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
3240
|
+
optionFontSizeTiny: string;
|
|
3240
3241
|
optionFontSizeSmall: string;
|
|
3241
3242
|
optionFontSizeMedium: string;
|
|
3242
3243
|
optionFontSizeLarge: string;
|
|
3243
3244
|
optionFontSizeHuge: string;
|
|
3245
|
+
optionHeightTiny: string;
|
|
3244
3246
|
optionHeightSmall: string;
|
|
3245
3247
|
optionHeightMedium: string;
|
|
3246
3248
|
optionHeightLarge: string;
|
|
@@ -3261,10 +3263,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3261
3263
|
actionTextColor: string;
|
|
3262
3264
|
loadingColor: string;
|
|
3263
3265
|
height: string;
|
|
3266
|
+
paddingTiny: string;
|
|
3264
3267
|
paddingSmall: string;
|
|
3265
3268
|
paddingMedium: string;
|
|
3266
3269
|
paddingLarge: string;
|
|
3267
3270
|
paddingHuge: string;
|
|
3271
|
+
optionPaddingTiny: string;
|
|
3268
3272
|
optionPaddingSmall: string;
|
|
3269
3273
|
optionPaddingMedium: string;
|
|
3270
3274
|
optionPaddingLarge: string;
|
|
@@ -3277,11 +3281,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3277
3281
|
borderRadius: string;
|
|
3278
3282
|
color: string;
|
|
3279
3283
|
colorHover: string;
|
|
3280
|
-
|
|
3281
|
-
|
|
3284
|
+
railInsetHorizontalBottom: string;
|
|
3285
|
+
railInsetHorizontalTop: string;
|
|
3286
|
+
railInsetVerticalRight: string;
|
|
3287
|
+
railInsetVerticalLeft: string;
|
|
3282
3288
|
railColor: string;
|
|
3283
3289
|
}, any>;
|
|
3284
3290
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3291
|
+
fontSizeTiny: string;
|
|
3285
3292
|
fontSizeSmall: string;
|
|
3286
3293
|
fontSizeMedium: string;
|
|
3287
3294
|
fontSizeLarge: string;
|
|
@@ -3289,6 +3296,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3289
3296
|
textColor: string;
|
|
3290
3297
|
iconColor: string;
|
|
3291
3298
|
extraTextColor: string;
|
|
3299
|
+
iconSizeTiny: string;
|
|
3292
3300
|
iconSizeSmall: string;
|
|
3293
3301
|
iconSizeMedium: string;
|
|
3294
3302
|
iconSizeLarge: string;
|
|
@@ -3303,11 +3311,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3303
3311
|
borderRadius: string;
|
|
3304
3312
|
color: string;
|
|
3305
3313
|
colorHover: string;
|
|
3306
|
-
|
|
3307
|
-
|
|
3314
|
+
railInsetHorizontalBottom: string;
|
|
3315
|
+
railInsetHorizontalTop: string;
|
|
3316
|
+
railInsetVerticalRight: string;
|
|
3317
|
+
railInsetVerticalLeft: string;
|
|
3308
3318
|
railColor: string;
|
|
3309
3319
|
}, any>;
|
|
3310
3320
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3321
|
+
fontSizeTiny: string;
|
|
3311
3322
|
fontSizeSmall: string;
|
|
3312
3323
|
fontSizeMedium: string;
|
|
3313
3324
|
fontSizeLarge: string;
|
|
@@ -3315,6 +3326,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3315
3326
|
textColor: string;
|
|
3316
3327
|
iconColor: string;
|
|
3317
3328
|
extraTextColor: string;
|
|
3329
|
+
iconSizeTiny: string;
|
|
3318
3330
|
iconSizeSmall: string;
|
|
3319
3331
|
iconSizeMedium: string;
|
|
3320
3332
|
iconSizeLarge: string;
|
|
@@ -3520,10 +3532,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3520
3532
|
}, any>;
|
|
3521
3533
|
}>;
|
|
3522
3534
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
3535
|
+
optionFontSizeTiny: string;
|
|
3523
3536
|
optionFontSizeSmall: string;
|
|
3524
3537
|
optionFontSizeMedium: string;
|
|
3525
3538
|
optionFontSizeLarge: string;
|
|
3526
3539
|
optionFontSizeHuge: string;
|
|
3540
|
+
optionHeightTiny: string;
|
|
3527
3541
|
optionHeightSmall: string;
|
|
3528
3542
|
optionHeightMedium: string;
|
|
3529
3543
|
optionHeightLarge: string;
|
|
@@ -3544,10 +3558,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3544
3558
|
actionTextColor: string;
|
|
3545
3559
|
loadingColor: string;
|
|
3546
3560
|
height: string;
|
|
3561
|
+
paddingTiny: string;
|
|
3547
3562
|
paddingSmall: string;
|
|
3548
3563
|
paddingMedium: string;
|
|
3549
3564
|
paddingLarge: string;
|
|
3550
3565
|
paddingHuge: string;
|
|
3566
|
+
optionPaddingTiny: string;
|
|
3551
3567
|
optionPaddingSmall: string;
|
|
3552
3568
|
optionPaddingMedium: string;
|
|
3553
3569
|
optionPaddingLarge: string;
|
|
@@ -3560,11 +3576,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3560
3576
|
borderRadius: string;
|
|
3561
3577
|
color: string;
|
|
3562
3578
|
colorHover: string;
|
|
3563
|
-
|
|
3564
|
-
|
|
3579
|
+
railInsetHorizontalBottom: string;
|
|
3580
|
+
railInsetHorizontalTop: string;
|
|
3581
|
+
railInsetVerticalRight: string;
|
|
3582
|
+
railInsetVerticalLeft: string;
|
|
3565
3583
|
railColor: string;
|
|
3566
3584
|
}, any>;
|
|
3567
3585
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3586
|
+
fontSizeTiny: string;
|
|
3568
3587
|
fontSizeSmall: string;
|
|
3569
3588
|
fontSizeMedium: string;
|
|
3570
3589
|
fontSizeLarge: string;
|
|
@@ -3572,6 +3591,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3572
3591
|
textColor: string;
|
|
3573
3592
|
iconColor: string;
|
|
3574
3593
|
extraTextColor: string;
|
|
3594
|
+
iconSizeTiny: string;
|
|
3575
3595
|
iconSizeSmall: string;
|
|
3576
3596
|
iconSizeMedium: string;
|
|
3577
3597
|
iconSizeLarge: string;
|
|
@@ -3658,10 +3678,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3658
3678
|
padding: string;
|
|
3659
3679
|
}, any>;
|
|
3660
3680
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
3681
|
+
optionFontSizeTiny: string;
|
|
3661
3682
|
optionFontSizeSmall: string;
|
|
3662
3683
|
optionFontSizeMedium: string;
|
|
3663
3684
|
optionFontSizeLarge: string;
|
|
3664
3685
|
optionFontSizeHuge: string;
|
|
3686
|
+
optionHeightTiny: string;
|
|
3665
3687
|
optionHeightSmall: string;
|
|
3666
3688
|
optionHeightMedium: string;
|
|
3667
3689
|
optionHeightLarge: string;
|
|
@@ -3682,10 +3704,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3682
3704
|
actionTextColor: string;
|
|
3683
3705
|
loadingColor: string;
|
|
3684
3706
|
height: string;
|
|
3707
|
+
paddingTiny: string;
|
|
3685
3708
|
paddingSmall: string;
|
|
3686
3709
|
paddingMedium: string;
|
|
3687
3710
|
paddingLarge: string;
|
|
3688
3711
|
paddingHuge: string;
|
|
3712
|
+
optionPaddingTiny: string;
|
|
3689
3713
|
optionPaddingSmall: string;
|
|
3690
3714
|
optionPaddingMedium: string;
|
|
3691
3715
|
optionPaddingLarge: string;
|
|
@@ -3698,11 +3722,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3698
3722
|
borderRadius: string;
|
|
3699
3723
|
color: string;
|
|
3700
3724
|
colorHover: string;
|
|
3701
|
-
|
|
3702
|
-
|
|
3725
|
+
railInsetHorizontalBottom: string;
|
|
3726
|
+
railInsetHorizontalTop: string;
|
|
3727
|
+
railInsetVerticalRight: string;
|
|
3728
|
+
railInsetVerticalLeft: string;
|
|
3703
3729
|
railColor: string;
|
|
3704
3730
|
}, any>;
|
|
3705
3731
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3732
|
+
fontSizeTiny: string;
|
|
3706
3733
|
fontSizeSmall: string;
|
|
3707
3734
|
fontSizeMedium: string;
|
|
3708
3735
|
fontSizeLarge: string;
|
|
@@ -3710,6 +3737,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3710
3737
|
textColor: string;
|
|
3711
3738
|
iconColor: string;
|
|
3712
3739
|
extraTextColor: string;
|
|
3740
|
+
iconSizeTiny: string;
|
|
3713
3741
|
iconSizeSmall: string;
|
|
3714
3742
|
iconSizeMedium: string;
|
|
3715
3743
|
iconSizeLarge: string;
|
|
@@ -3827,11 +3855,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3827
3855
|
'--n-td-color-striped': string;
|
|
3828
3856
|
'--n-td-color-striped-modal': string;
|
|
3829
3857
|
'--n-td-color-striped-popover': string;
|
|
3858
|
+
'n-td-color-sorting': string;
|
|
3859
|
+
'n-td-color-sorting-modal': string;
|
|
3860
|
+
'n-td-color-sorting-popover': string;
|
|
3861
|
+
'n-th-color-sorting': string;
|
|
3862
|
+
'n-th-color-sorting-modal': string;
|
|
3863
|
+
'n-th-color-sorting-popover': string;
|
|
3830
3864
|
}> | undefined;
|
|
3831
3865
|
themeClass: import("vue").Ref<string> | undefined;
|
|
3832
3866
|
onRender: (() => void) | undefined;
|
|
3833
3867
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3834
|
-
readonly onUnstableColumnResize: import("vue").PropType<(resizedWidth: number, limitedWidth: number, column: import("./interface").TableBaseColumn
|
|
3868
|
+
readonly onUnstableColumnResize: import("vue").PropType<(resizedWidth: number, limitedWidth: number, column: import("./interface").TableBaseColumn, getColumnWidth: (key: import("./interface").ColumnKey) => number | undefined) => void>;
|
|
3835
3869
|
readonly pagination: {
|
|
3836
3870
|
readonly type: import("vue").PropType<false | import("../../pagination").PaginationProps>;
|
|
3837
3871
|
readonly default: false;
|
|
@@ -3888,8 +3922,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3888
3922
|
readonly expandedRowKeys: import("vue").PropType<RowKey[]>;
|
|
3889
3923
|
readonly stickyExpandedRows: BooleanConstructor;
|
|
3890
3924
|
readonly virtualScroll: BooleanConstructor;
|
|
3925
|
+
readonly virtualScrollX: BooleanConstructor;
|
|
3926
|
+
readonly virtualScrollHeader: BooleanConstructor;
|
|
3927
|
+
readonly headerHeight: {
|
|
3928
|
+
readonly type: NumberConstructor;
|
|
3929
|
+
readonly default: 28;
|
|
3930
|
+
};
|
|
3931
|
+
readonly heightForRow: import("vue").PropType<import("./interface").DataTableHeightForRow>;
|
|
3932
|
+
readonly minRowHeight: {
|
|
3933
|
+
readonly type: NumberConstructor;
|
|
3934
|
+
readonly default: 28;
|
|
3935
|
+
};
|
|
3891
3936
|
readonly tableLayout: {
|
|
3892
|
-
readonly type: import("vue").PropType<"
|
|
3937
|
+
readonly type: import("vue").PropType<"auto" | "fixed">;
|
|
3893
3938
|
readonly default: "auto";
|
|
3894
3939
|
};
|
|
3895
3940
|
readonly allowCheckingNotLoaded: BooleanConstructor;
|
|
@@ -3914,18 +3959,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3914
3959
|
readonly type: import("vue").PropType<"first" | "current">;
|
|
3915
3960
|
readonly default: "current";
|
|
3916
3961
|
};
|
|
3917
|
-
readonly
|
|
3918
|
-
readonly
|
|
3962
|
+
readonly filterIconPopoverProps: import("vue").PropType<import("../..").PopoverProps>;
|
|
3963
|
+
readonly scrollbarProps: import("vue").PropType<import("../..").ScrollbarProps>;
|
|
3964
|
+
readonly renderCell: import("vue").PropType<(value: any, rowData: object, column: import("./interface").TableBaseColumn) => import("vue").VNodeChild>;
|
|
3919
3965
|
readonly renderExpandIcon: import("vue").PropType<import("./interface").RenderExpandIcon>;
|
|
3920
3966
|
readonly spinProps: {
|
|
3921
3967
|
readonly type: import("vue").PropType<import("../../_internal").BaseLoadingExposedProps>;
|
|
3922
3968
|
readonly default: {};
|
|
3923
3969
|
};
|
|
3924
3970
|
readonly onLoad: import("vue").PropType<import("./interface").DataTableOnLoad>;
|
|
3925
|
-
readonly 'onUpdate:page': import("vue").PropType<import("../../
|
|
3926
|
-
readonly onUpdatePage: import("vue").PropType<import("../../
|
|
3927
|
-
readonly 'onUpdate:pageSize': import("vue").PropType<import("../../
|
|
3928
|
-
readonly onUpdatePageSize: import("vue").PropType<import("../../
|
|
3971
|
+
readonly 'onUpdate:page': import("vue").PropType<import("../../pagination").PaginationProps["onUpdate:page"]>;
|
|
3972
|
+
readonly onUpdatePage: import("vue").PropType<import("../../pagination").PaginationProps["onUpdate:page"]>;
|
|
3973
|
+
readonly 'onUpdate:pageSize': import("vue").PropType<import("../../pagination").PaginationProps["onUpdate:pageSize"]>;
|
|
3974
|
+
readonly onUpdatePageSize: import("vue").PropType<import("../../pagination").PaginationProps["onUpdate:pageSize"]>;
|
|
3929
3975
|
readonly 'onUpdate:sorter': import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateSorter>>;
|
|
3930
3976
|
readonly onUpdateSorter: import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateSorter>>;
|
|
3931
3977
|
readonly 'onUpdate:filters': import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateFilters>>;
|
|
@@ -3935,8 +3981,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3935
3981
|
readonly 'onUpdate:expandedRowKeys': import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateExpandedRowKeys>>;
|
|
3936
3982
|
readonly onUpdateExpandedRowKeys: import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateExpandedRowKeys>>;
|
|
3937
3983
|
readonly onScroll: import("vue").PropType<(e: Event) => void>;
|
|
3938
|
-
readonly onPageChange: import("vue").PropType<import("../../
|
|
3939
|
-
readonly onPageSizeChange: import("vue").PropType<import("../../
|
|
3984
|
+
readonly onPageChange: import("vue").PropType<import("../../pagination").PaginationProps["onUpdate:page"]>;
|
|
3985
|
+
readonly onPageSizeChange: import("vue").PropType<import("../../pagination").PaginationProps["onUpdate:pageSize"]>;
|
|
3940
3986
|
readonly onSorterChange: import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateSorter> | undefined>;
|
|
3941
3987
|
readonly onFiltersChange: import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateFilters> | undefined>;
|
|
3942
3988
|
readonly onCheckedRowKeysChange: import("vue").PropType<import("../../_utils").MaybeArray<import("./interface").OnUpdateCheckedRowKeys> | undefined>;
|
|
@@ -3949,9 +3995,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3949
3995
|
fontSizeLarge: string;
|
|
3950
3996
|
borderColor: string;
|
|
3951
3997
|
tdColorHover: string;
|
|
3998
|
+
tdColorSorting: string;
|
|
3952
3999
|
tdColorStriped: string;
|
|
3953
4000
|
thColor: string;
|
|
3954
4001
|
thColorHover: string;
|
|
4002
|
+
thColorSorting: string;
|
|
3955
4003
|
tdColor: string;
|
|
3956
4004
|
tdTextColor: string;
|
|
3957
4005
|
thTextColor: string;
|
|
@@ -3961,15 +4009,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3961
4009
|
thIconColorActive: string;
|
|
3962
4010
|
borderColorModal: string;
|
|
3963
4011
|
tdColorHoverModal: string;
|
|
4012
|
+
tdColorSortingModal: string;
|
|
3964
4013
|
tdColorStripedModal: string;
|
|
3965
4014
|
thColorModal: string;
|
|
3966
4015
|
thColorHoverModal: string;
|
|
4016
|
+
thColorSortingModal: string;
|
|
3967
4017
|
tdColorModal: string;
|
|
3968
4018
|
borderColorPopover: string;
|
|
3969
4019
|
tdColorHoverPopover: string;
|
|
4020
|
+
tdColorSortingPopover: string;
|
|
3970
4021
|
tdColorStripedPopover: string;
|
|
3971
4022
|
thColorPopover: string;
|
|
3972
4023
|
thColorHoverPopover: string;
|
|
4024
|
+
thColorSortingPopover: string;
|
|
3973
4025
|
tdColorPopover: string;
|
|
3974
4026
|
boxShadowBefore: string;
|
|
3975
4027
|
boxShadowAfter: string;
|
|
@@ -4409,10 +4461,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4409
4461
|
}, any>;
|
|
4410
4462
|
}>;
|
|
4411
4463
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
4464
|
+
optionFontSizeTiny: string;
|
|
4412
4465
|
optionFontSizeSmall: string;
|
|
4413
4466
|
optionFontSizeMedium: string;
|
|
4414
4467
|
optionFontSizeLarge: string;
|
|
4415
4468
|
optionFontSizeHuge: string;
|
|
4469
|
+
optionHeightTiny: string;
|
|
4416
4470
|
optionHeightSmall: string;
|
|
4417
4471
|
optionHeightMedium: string;
|
|
4418
4472
|
optionHeightLarge: string;
|
|
@@ -4433,10 +4487,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4433
4487
|
actionTextColor: string;
|
|
4434
4488
|
loadingColor: string;
|
|
4435
4489
|
height: string;
|
|
4490
|
+
paddingTiny: string;
|
|
4436
4491
|
paddingSmall: string;
|
|
4437
4492
|
paddingMedium: string;
|
|
4438
4493
|
paddingLarge: string;
|
|
4439
4494
|
paddingHuge: string;
|
|
4495
|
+
optionPaddingTiny: string;
|
|
4440
4496
|
optionPaddingSmall: string;
|
|
4441
4497
|
optionPaddingMedium: string;
|
|
4442
4498
|
optionPaddingLarge: string;
|
|
@@ -4449,11 +4505,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4449
4505
|
borderRadius: string;
|
|
4450
4506
|
color: string;
|
|
4451
4507
|
colorHover: string;
|
|
4452
|
-
|
|
4453
|
-
|
|
4508
|
+
railInsetHorizontalBottom: string;
|
|
4509
|
+
railInsetHorizontalTop: string;
|
|
4510
|
+
railInsetVerticalRight: string;
|
|
4511
|
+
railInsetVerticalLeft: string;
|
|
4454
4512
|
railColor: string;
|
|
4455
4513
|
}, any>;
|
|
4456
4514
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
4515
|
+
fontSizeTiny: string;
|
|
4457
4516
|
fontSizeSmall: string;
|
|
4458
4517
|
fontSizeMedium: string;
|
|
4459
4518
|
fontSizeLarge: string;
|
|
@@ -4461,6 +4520,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4461
4520
|
textColor: string;
|
|
4462
4521
|
iconColor: string;
|
|
4463
4522
|
extraTextColor: string;
|
|
4523
|
+
iconSizeTiny: string;
|
|
4464
4524
|
iconSizeSmall: string;
|
|
4465
4525
|
iconSizeMedium: string;
|
|
4466
4526
|
iconSizeLarge: string;
|
|
@@ -4547,10 +4607,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4547
4607
|
padding: string;
|
|
4548
4608
|
}, any>;
|
|
4549
4609
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
4610
|
+
optionFontSizeTiny: string;
|
|
4550
4611
|
optionFontSizeSmall: string;
|
|
4551
4612
|
optionFontSizeMedium: string;
|
|
4552
4613
|
optionFontSizeLarge: string;
|
|
4553
4614
|
optionFontSizeHuge: string;
|
|
4615
|
+
optionHeightTiny: string;
|
|
4554
4616
|
optionHeightSmall: string;
|
|
4555
4617
|
optionHeightMedium: string;
|
|
4556
4618
|
optionHeightLarge: string;
|
|
@@ -4571,10 +4633,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4571
4633
|
actionTextColor: string;
|
|
4572
4634
|
loadingColor: string;
|
|
4573
4635
|
height: string;
|
|
4636
|
+
paddingTiny: string;
|
|
4574
4637
|
paddingSmall: string;
|
|
4575
4638
|
paddingMedium: string;
|
|
4576
4639
|
paddingLarge: string;
|
|
4577
4640
|
paddingHuge: string;
|
|
4641
|
+
optionPaddingTiny: string;
|
|
4578
4642
|
optionPaddingSmall: string;
|
|
4579
4643
|
optionPaddingMedium: string;
|
|
4580
4644
|
optionPaddingLarge: string;
|
|
@@ -4587,11 +4651,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4587
4651
|
borderRadius: string;
|
|
4588
4652
|
color: string;
|
|
4589
4653
|
colorHover: string;
|
|
4590
|
-
|
|
4591
|
-
|
|
4654
|
+
railInsetHorizontalBottom: string;
|
|
4655
|
+
railInsetHorizontalTop: string;
|
|
4656
|
+
railInsetVerticalRight: string;
|
|
4657
|
+
railInsetVerticalLeft: string;
|
|
4592
4658
|
railColor: string;
|
|
4593
4659
|
}, any>;
|
|
4594
4660
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
4661
|
+
fontSizeTiny: string;
|
|
4595
4662
|
fontSizeSmall: string;
|
|
4596
4663
|
fontSizeMedium: string;
|
|
4597
4664
|
fontSizeLarge: string;
|
|
@@ -4599,6 +4666,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4599
4666
|
textColor: string;
|
|
4600
4667
|
iconColor: string;
|
|
4601
4668
|
extraTextColor: string;
|
|
4669
|
+
iconSizeTiny: string;
|
|
4602
4670
|
iconSizeSmall: string;
|
|
4603
4671
|
iconSizeMedium: string;
|
|
4604
4672
|
iconSizeLarge: string;
|
|
@@ -4613,11 +4681,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4613
4681
|
borderRadius: string;
|
|
4614
4682
|
color: string;
|
|
4615
4683
|
colorHover: string;
|
|
4616
|
-
|
|
4617
|
-
|
|
4684
|
+
railInsetHorizontalBottom: string;
|
|
4685
|
+
railInsetHorizontalTop: string;
|
|
4686
|
+
railInsetVerticalRight: string;
|
|
4687
|
+
railInsetVerticalLeft: string;
|
|
4618
4688
|
railColor: string;
|
|
4619
4689
|
}, any>;
|
|
4620
4690
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
4691
|
+
fontSizeTiny: string;
|
|
4621
4692
|
fontSizeSmall: string;
|
|
4622
4693
|
fontSizeMedium: string;
|
|
4623
4694
|
fontSizeLarge: string;
|
|
@@ -4625,6 +4696,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4625
4696
|
textColor: string;
|
|
4626
4697
|
iconColor: string;
|
|
4627
4698
|
extraTextColor: string;
|
|
4699
|
+
iconSizeTiny: string;
|
|
4628
4700
|
iconSizeSmall: string;
|
|
4629
4701
|
iconSizeMedium: string;
|
|
4630
4702
|
iconSizeLarge: string;
|
|
@@ -4748,9 +4820,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4748
4820
|
fontSizeLarge: string;
|
|
4749
4821
|
borderColor: string;
|
|
4750
4822
|
tdColorHover: string;
|
|
4823
|
+
tdColorSorting: string;
|
|
4751
4824
|
tdColorStriped: string;
|
|
4752
4825
|
thColor: string;
|
|
4753
4826
|
thColorHover: string;
|
|
4827
|
+
thColorSorting: string;
|
|
4754
4828
|
tdColor: string;
|
|
4755
4829
|
tdTextColor: string;
|
|
4756
4830
|
thTextColor: string;
|
|
@@ -4760,15 +4834,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4760
4834
|
thIconColorActive: string;
|
|
4761
4835
|
borderColorModal: string;
|
|
4762
4836
|
tdColorHoverModal: string;
|
|
4837
|
+
tdColorSortingModal: string;
|
|
4763
4838
|
tdColorStripedModal: string;
|
|
4764
4839
|
thColorModal: string;
|
|
4765
4840
|
thColorHoverModal: string;
|
|
4841
|
+
thColorSortingModal: string;
|
|
4766
4842
|
tdColorModal: string;
|
|
4767
4843
|
borderColorPopover: string;
|
|
4768
4844
|
tdColorHoverPopover: string;
|
|
4845
|
+
tdColorSortingPopover: string;
|
|
4769
4846
|
tdColorStripedPopover: string;
|
|
4770
4847
|
thColorPopover: string;
|
|
4771
4848
|
thColorHoverPopover: string;
|
|
4849
|
+
thColorSortingPopover: string;
|
|
4772
4850
|
tdColorPopover: string;
|
|
4773
4851
|
boxShadowBefore: string;
|
|
4774
4852
|
boxShadowAfter: string;
|
|
@@ -5208,10 +5286,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5208
5286
|
}, any>;
|
|
5209
5287
|
}>;
|
|
5210
5288
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
5289
|
+
optionFontSizeTiny: string;
|
|
5211
5290
|
optionFontSizeSmall: string;
|
|
5212
5291
|
optionFontSizeMedium: string;
|
|
5213
5292
|
optionFontSizeLarge: string;
|
|
5214
5293
|
optionFontSizeHuge: string;
|
|
5294
|
+
optionHeightTiny: string;
|
|
5215
5295
|
optionHeightSmall: string;
|
|
5216
5296
|
optionHeightMedium: string;
|
|
5217
5297
|
optionHeightLarge: string;
|
|
@@ -5232,10 +5312,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5232
5312
|
actionTextColor: string;
|
|
5233
5313
|
loadingColor: string;
|
|
5234
5314
|
height: string;
|
|
5315
|
+
paddingTiny: string;
|
|
5235
5316
|
paddingSmall: string;
|
|
5236
5317
|
paddingMedium: string;
|
|
5237
5318
|
paddingLarge: string;
|
|
5238
5319
|
paddingHuge: string;
|
|
5320
|
+
optionPaddingTiny: string;
|
|
5239
5321
|
optionPaddingSmall: string;
|
|
5240
5322
|
optionPaddingMedium: string;
|
|
5241
5323
|
optionPaddingLarge: string;
|
|
@@ -5248,11 +5330,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5248
5330
|
borderRadius: string;
|
|
5249
5331
|
color: string;
|
|
5250
5332
|
colorHover: string;
|
|
5251
|
-
|
|
5252
|
-
|
|
5333
|
+
railInsetHorizontalBottom: string;
|
|
5334
|
+
railInsetHorizontalTop: string;
|
|
5335
|
+
railInsetVerticalRight: string;
|
|
5336
|
+
railInsetVerticalLeft: string;
|
|
5253
5337
|
railColor: string;
|
|
5254
5338
|
}, any>;
|
|
5255
5339
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
5340
|
+
fontSizeTiny: string;
|
|
5256
5341
|
fontSizeSmall: string;
|
|
5257
5342
|
fontSizeMedium: string;
|
|
5258
5343
|
fontSizeLarge: string;
|
|
@@ -5260,6 +5345,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5260
5345
|
textColor: string;
|
|
5261
5346
|
iconColor: string;
|
|
5262
5347
|
extraTextColor: string;
|
|
5348
|
+
iconSizeTiny: string;
|
|
5263
5349
|
iconSizeSmall: string;
|
|
5264
5350
|
iconSizeMedium: string;
|
|
5265
5351
|
iconSizeLarge: string;
|
|
@@ -5346,10 +5432,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5346
5432
|
padding: string;
|
|
5347
5433
|
}, any>;
|
|
5348
5434
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
5435
|
+
optionFontSizeTiny: string;
|
|
5349
5436
|
optionFontSizeSmall: string;
|
|
5350
5437
|
optionFontSizeMedium: string;
|
|
5351
5438
|
optionFontSizeLarge: string;
|
|
5352
5439
|
optionFontSizeHuge: string;
|
|
5440
|
+
optionHeightTiny: string;
|
|
5353
5441
|
optionHeightSmall: string;
|
|
5354
5442
|
optionHeightMedium: string;
|
|
5355
5443
|
optionHeightLarge: string;
|
|
@@ -5370,10 +5458,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5370
5458
|
actionTextColor: string;
|
|
5371
5459
|
loadingColor: string;
|
|
5372
5460
|
height: string;
|
|
5461
|
+
paddingTiny: string;
|
|
5373
5462
|
paddingSmall: string;
|
|
5374
5463
|
paddingMedium: string;
|
|
5375
5464
|
paddingLarge: string;
|
|
5376
5465
|
paddingHuge: string;
|
|
5466
|
+
optionPaddingTiny: string;
|
|
5377
5467
|
optionPaddingSmall: string;
|
|
5378
5468
|
optionPaddingMedium: string;
|
|
5379
5469
|
optionPaddingLarge: string;
|
|
@@ -5386,11 +5476,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5386
5476
|
borderRadius: string;
|
|
5387
5477
|
color: string;
|
|
5388
5478
|
colorHover: string;
|
|
5389
|
-
|
|
5390
|
-
|
|
5479
|
+
railInsetHorizontalBottom: string;
|
|
5480
|
+
railInsetHorizontalTop: string;
|
|
5481
|
+
railInsetVerticalRight: string;
|
|
5482
|
+
railInsetVerticalLeft: string;
|
|
5391
5483
|
railColor: string;
|
|
5392
5484
|
}, any>;
|
|
5393
5485
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
5486
|
+
fontSizeTiny: string;
|
|
5394
5487
|
fontSizeSmall: string;
|
|
5395
5488
|
fontSizeMedium: string;
|
|
5396
5489
|
fontSizeLarge: string;
|
|
@@ -5398,6 +5491,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5398
5491
|
textColor: string;
|
|
5399
5492
|
iconColor: string;
|
|
5400
5493
|
extraTextColor: string;
|
|
5494
|
+
iconSizeTiny: string;
|
|
5401
5495
|
iconSizeSmall: string;
|
|
5402
5496
|
iconSizeMedium: string;
|
|
5403
5497
|
iconSizeLarge: string;
|
|
@@ -5412,11 +5506,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5412
5506
|
borderRadius: string;
|
|
5413
5507
|
color: string;
|
|
5414
5508
|
colorHover: string;
|
|
5415
|
-
|
|
5416
|
-
|
|
5509
|
+
railInsetHorizontalBottom: string;
|
|
5510
|
+
railInsetHorizontalTop: string;
|
|
5511
|
+
railInsetVerticalRight: string;
|
|
5512
|
+
railInsetVerticalLeft: string;
|
|
5417
5513
|
railColor: string;
|
|
5418
5514
|
}, any>;
|
|
5419
5515
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
5516
|
+
fontSizeTiny: string;
|
|
5420
5517
|
fontSizeSmall: string;
|
|
5421
5518
|
fontSizeMedium: string;
|
|
5422
5519
|
fontSizeLarge: string;
|
|
@@ -5424,6 +5521,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5424
5521
|
textColor: string;
|
|
5425
5522
|
iconColor: string;
|
|
5426
5523
|
extraTextColor: string;
|
|
5524
|
+
iconSizeTiny: string;
|
|
5427
5525
|
iconSizeSmall: string;
|
|
5428
5526
|
iconSizeMedium: string;
|
|
5429
5527
|
iconSizeLarge: string;
|
|
@@ -5547,9 +5645,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5547
5645
|
fontSizeLarge: string;
|
|
5548
5646
|
borderColor: string;
|
|
5549
5647
|
tdColorHover: string;
|
|
5648
|
+
tdColorSorting: string;
|
|
5550
5649
|
tdColorStriped: string;
|
|
5551
5650
|
thColor: string;
|
|
5552
5651
|
thColorHover: string;
|
|
5652
|
+
thColorSorting: string;
|
|
5553
5653
|
tdColor: string;
|
|
5554
5654
|
tdTextColor: string;
|
|
5555
5655
|
thTextColor: string;
|
|
@@ -5559,15 +5659,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5559
5659
|
thIconColorActive: string;
|
|
5560
5660
|
borderColorModal: string;
|
|
5561
5661
|
tdColorHoverModal: string;
|
|
5662
|
+
tdColorSortingModal: string;
|
|
5562
5663
|
tdColorStripedModal: string;
|
|
5563
5664
|
thColorModal: string;
|
|
5564
5665
|
thColorHoverModal: string;
|
|
5666
|
+
thColorSortingModal: string;
|
|
5565
5667
|
tdColorModal: string;
|
|
5566
5668
|
borderColorPopover: string;
|
|
5567
5669
|
tdColorHoverPopover: string;
|
|
5670
|
+
tdColorSortingPopover: string;
|
|
5568
5671
|
tdColorStripedPopover: string;
|
|
5569
5672
|
thColorPopover: string;
|
|
5570
5673
|
thColorHoverPopover: string;
|
|
5674
|
+
thColorSortingPopover: string;
|
|
5571
5675
|
tdColorPopover: string;
|
|
5572
5676
|
boxShadowBefore: string;
|
|
5573
5677
|
boxShadowAfter: string;
|
|
@@ -6007,10 +6111,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6007
6111
|
}, any>;
|
|
6008
6112
|
}>;
|
|
6009
6113
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
6114
|
+
optionFontSizeTiny: string;
|
|
6010
6115
|
optionFontSizeSmall: string;
|
|
6011
6116
|
optionFontSizeMedium: string;
|
|
6012
6117
|
optionFontSizeLarge: string;
|
|
6013
6118
|
optionFontSizeHuge: string;
|
|
6119
|
+
optionHeightTiny: string;
|
|
6014
6120
|
optionHeightSmall: string;
|
|
6015
6121
|
optionHeightMedium: string;
|
|
6016
6122
|
optionHeightLarge: string;
|
|
@@ -6031,10 +6137,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6031
6137
|
actionTextColor: string;
|
|
6032
6138
|
loadingColor: string;
|
|
6033
6139
|
height: string;
|
|
6140
|
+
paddingTiny: string;
|
|
6034
6141
|
paddingSmall: string;
|
|
6035
6142
|
paddingMedium: string;
|
|
6036
6143
|
paddingLarge: string;
|
|
6037
6144
|
paddingHuge: string;
|
|
6145
|
+
optionPaddingTiny: string;
|
|
6038
6146
|
optionPaddingSmall: string;
|
|
6039
6147
|
optionPaddingMedium: string;
|
|
6040
6148
|
optionPaddingLarge: string;
|
|
@@ -6047,11 +6155,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6047
6155
|
borderRadius: string;
|
|
6048
6156
|
color: string;
|
|
6049
6157
|
colorHover: string;
|
|
6050
|
-
|
|
6051
|
-
|
|
6158
|
+
railInsetHorizontalBottom: string;
|
|
6159
|
+
railInsetHorizontalTop: string;
|
|
6160
|
+
railInsetVerticalRight: string;
|
|
6161
|
+
railInsetVerticalLeft: string;
|
|
6052
6162
|
railColor: string;
|
|
6053
6163
|
}, any>;
|
|
6054
6164
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
6165
|
+
fontSizeTiny: string;
|
|
6055
6166
|
fontSizeSmall: string;
|
|
6056
6167
|
fontSizeMedium: string;
|
|
6057
6168
|
fontSizeLarge: string;
|
|
@@ -6059,6 +6170,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6059
6170
|
textColor: string;
|
|
6060
6171
|
iconColor: string;
|
|
6061
6172
|
extraTextColor: string;
|
|
6173
|
+
iconSizeTiny: string;
|
|
6062
6174
|
iconSizeSmall: string;
|
|
6063
6175
|
iconSizeMedium: string;
|
|
6064
6176
|
iconSizeLarge: string;
|
|
@@ -6145,10 +6257,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6145
6257
|
padding: string;
|
|
6146
6258
|
}, any>;
|
|
6147
6259
|
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
|
|
6260
|
+
optionFontSizeTiny: string;
|
|
6148
6261
|
optionFontSizeSmall: string;
|
|
6149
6262
|
optionFontSizeMedium: string;
|
|
6150
6263
|
optionFontSizeLarge: string;
|
|
6151
6264
|
optionFontSizeHuge: string;
|
|
6265
|
+
optionHeightTiny: string;
|
|
6152
6266
|
optionHeightSmall: string;
|
|
6153
6267
|
optionHeightMedium: string;
|
|
6154
6268
|
optionHeightLarge: string;
|
|
@@ -6169,10 +6283,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6169
6283
|
actionTextColor: string;
|
|
6170
6284
|
loadingColor: string;
|
|
6171
6285
|
height: string;
|
|
6286
|
+
paddingTiny: string;
|
|
6172
6287
|
paddingSmall: string;
|
|
6173
6288
|
paddingMedium: string;
|
|
6174
6289
|
paddingLarge: string;
|
|
6175
6290
|
paddingHuge: string;
|
|
6291
|
+
optionPaddingTiny: string;
|
|
6176
6292
|
optionPaddingSmall: string;
|
|
6177
6293
|
optionPaddingMedium: string;
|
|
6178
6294
|
optionPaddingLarge: string;
|
|
@@ -6185,11 +6301,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6185
6301
|
borderRadius: string;
|
|
6186
6302
|
color: string;
|
|
6187
6303
|
colorHover: string;
|
|
6188
|
-
|
|
6189
|
-
|
|
6304
|
+
railInsetHorizontalBottom: string;
|
|
6305
|
+
railInsetHorizontalTop: string;
|
|
6306
|
+
railInsetVerticalRight: string;
|
|
6307
|
+
railInsetVerticalLeft: string;
|
|
6190
6308
|
railColor: string;
|
|
6191
6309
|
}, any>;
|
|
6192
6310
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
6311
|
+
fontSizeTiny: string;
|
|
6193
6312
|
fontSizeSmall: string;
|
|
6194
6313
|
fontSizeMedium: string;
|
|
6195
6314
|
fontSizeLarge: string;
|
|
@@ -6197,6 +6316,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6197
6316
|
textColor: string;
|
|
6198
6317
|
iconColor: string;
|
|
6199
6318
|
extraTextColor: string;
|
|
6319
|
+
iconSizeTiny: string;
|
|
6200
6320
|
iconSizeSmall: string;
|
|
6201
6321
|
iconSizeMedium: string;
|
|
6202
6322
|
iconSizeLarge: string;
|
|
@@ -6211,11 +6331,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6211
6331
|
borderRadius: string;
|
|
6212
6332
|
color: string;
|
|
6213
6333
|
colorHover: string;
|
|
6214
|
-
|
|
6215
|
-
|
|
6334
|
+
railInsetHorizontalBottom: string;
|
|
6335
|
+
railInsetHorizontalTop: string;
|
|
6336
|
+
railInsetVerticalRight: string;
|
|
6337
|
+
railInsetVerticalLeft: string;
|
|
6216
6338
|
railColor: string;
|
|
6217
6339
|
}, any>;
|
|
6218
6340
|
Empty: import("../../_mixins").Theme<"Empty", {
|
|
6341
|
+
fontSizeTiny: string;
|
|
6219
6342
|
fontSizeSmall: string;
|
|
6220
6343
|
fontSizeMedium: string;
|
|
6221
6344
|
fontSizeLarge: string;
|
|
@@ -6223,6 +6346,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6223
6346
|
textColor: string;
|
|
6224
6347
|
iconColor: string;
|
|
6225
6348
|
extraTextColor: string;
|
|
6349
|
+
iconSizeTiny: string;
|
|
6226
6350
|
iconSizeSmall: string;
|
|
6227
6351
|
iconSizeMedium: string;
|
|
6228
6352
|
iconSizeLarge: string;
|
|
@@ -6356,6 +6480,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6356
6480
|
readonly defaultExpandedRowKeys: RowKey[];
|
|
6357
6481
|
readonly defaultExpandAll: boolean;
|
|
6358
6482
|
readonly stickyExpandedRows: boolean;
|
|
6483
|
+
readonly virtualScrollX: boolean;
|
|
6484
|
+
readonly virtualScrollHeader: boolean;
|
|
6485
|
+
readonly headerHeight: number;
|
|
6486
|
+
readonly minRowHeight: number;
|
|
6359
6487
|
readonly allowCheckingNotLoaded: boolean;
|
|
6360
6488
|
readonly cascade: boolean;
|
|
6361
6489
|
readonly childrenKey: string;
|