naive-ui 2.43.0 → 2.43.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -1
- package/README.zh-CN.md +10 -1
- package/dist/index.js +10297 -10084
- package/dist/index.mjs +10297 -10084
- package/dist/index.prod.js +1 -1
- package/dist/index.prod.mjs +1 -1
- package/es/_internal/clear/src/Clear.d.ts +1 -1
- package/es/_internal/close/src/Close.d.ts +2 -2
- package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +3 -3
- package/es/_internal/focus-detector/src/FocusDetector.d.ts +1 -1
- package/es/_internal/icon/src/Icon.d.ts +1 -1
- package/es/_internal/icons/replaceable.mjs +1 -1
- package/es/_internal/loading/src/Loading.d.ts +1 -1
- package/es/_internal/scrollbar/src/Scrollbar.d.ts +1 -1
- package/es/_internal/select-menu/src/SelectGroupHeader.d.ts +2 -2
- package/es/_internal/select-menu/src/SelectMenu.d.ts +6 -6
- package/es/_internal/select-menu/src/SelectOption.d.ts +2 -2
- package/es/_internal/selection/src/Selection.d.ts +9 -9
- package/es/_internal/slot-machine/src/SlotMachineNumber.d.ts +1 -1
- package/es/_internal/suffix/src/Suffix.d.ts +1 -1
- package/es/_mixins/use-config.d.ts +1 -1
- package/es/_mixins/use-css-vars-class.d.ts +1 -1
- package/es/_mixins/use-form-item.d.ts +1 -1
- package/es/_mixins/use-hljs.d.ts +1 -1
- package/es/_mixins/use-locale.d.ts +1 -1
- package/es/_mixins/use-rtl.d.ts +1 -1
- package/es/_mixins/use-style.d.ts +1 -1
- package/es/_mixins/use-theme.d.ts +1 -1
- package/es/_mixins/use-theme.mjs +1 -1
- package/es/_utils/composable/use-adjusted-to.d.ts +1 -1
- package/es/_utils/composable/use-browser-location.d.ts +1 -1
- package/es/_utils/composable/use-collection.d.ts +1 -1
- package/es/_utils/composable/use-deferred-true.d.ts +1 -1
- package/es/_utils/composable/use-is-composing.d.ts +1 -1
- package/es/_utils/composable/use-lock-html-scroll.d.ts +1 -1
- package/es/_utils/composable/use-resize.d.ts +1 -1
- package/es/_utils/cssr/index.d.ts +1 -1
- package/es/_utils/vue/flatten.d.ts +1 -1
- package/es/_utils/vue/is-node-v-show-false.d.ts +1 -1
- package/es/_utils/vue/render.d.ts +1 -1
- package/es/_utils/vue/resolve-slot.d.ts +1 -1
- package/es/affix/src/Affix.d.ts +3 -3
- package/es/alert/src/Alert.d.ts +2 -2
- package/es/anchor/src/AnchorAdapter.d.ts +2 -2
- package/es/anchor/src/BaseAnchor.d.ts +3 -3
- package/es/anchor/src/Link.d.ts +1 -1
- package/es/auto-complete/src/AutoComplete.d.ts +7 -7
- package/es/avatar/src/Avatar.d.ts +4 -4
- package/es/avatar-group/src/AvatarGroup.d.ts +1 -1
- package/es/back-top/src/BackTop.d.ts +2 -2
- package/es/badge/src/Badge.d.ts +2 -2
- package/es/breadcrumb/src/Breadcrumb.d.ts +2 -2
- package/es/breadcrumb/src/BreadcrumbItem.d.ts +1 -1
- package/es/button/src/Button.d.ts +11 -11
- package/es/button/src/styles/index.cssr.mjs +7 -7
- package/es/button-group/src/ButtonGroup.d.ts +1 -1
- package/es/calendar/src/Calendar.d.ts +1 -1
- package/es/card/src/Card.d.ts +3 -3
- package/es/carousel/src/Carousel.d.ts +6 -6
- package/es/carousel/src/CarouselDots.d.ts +1 -1
- package/es/carousel/src/CarouselItem.mjs +1 -1
- package/es/cascader/src/Cascader.d.ts +8 -8
- package/es/cascader/src/CascaderMenu.d.ts +2 -2
- package/es/cascader/src/CascaderOption.d.ts +2 -2
- package/es/cascader/src/CascaderSelectMenu.d.ts +3 -3
- package/es/cascader/src/CascaderSubmenu.d.ts +3 -3
- package/es/checkbox/src/Checkbox.d.ts +10 -10
- package/es/checkbox/src/CheckboxGroup.d.ts +2 -2
- package/es/code/src/Code.d.ts +4 -4
- package/es/collapse/src/Collapse.d.ts +2 -2
- package/es/collapse/src/CollapseItem.d.ts +2 -2
- package/es/collapse/src/CollapseItemContent.d.ts +1 -1
- package/es/collapse-transition/src/CollapseTransition.d.ts +2 -2
- package/es/color-picker/src/AlphaSlider.d.ts +3 -3
- package/es/color-picker/src/ColorInput.d.ts +2 -2
- package/es/color-picker/src/ColorInputUnit.d.ts +1 -1
- package/es/color-picker/src/ColorPicker.d.ts +5 -5
- package/es/color-picker/src/ColorPickerSwatches.d.ts +2 -2
- package/es/color-picker/src/ColorPickerTrigger.d.ts +2 -2
- package/es/color-picker/src/ColorPreview.d.ts +2 -2
- package/es/color-picker/src/HueSlider.d.ts +1 -1
- package/es/color-picker/src/Pallete.d.ts +1 -1
- package/es/color-picker/src/utils.d.ts +1 -1
- package/es/composables/use-theme-vars.d.ts +1 -1
- package/es/config-provider/src/ConfigProvider.d.ts +5 -5
- package/es/config-provider/src/ConfigProvider.mjs +1 -1
- package/es/countdown/src/Countdown.d.ts +2 -2
- package/es/data-table/src/DataTable.d.ts +6 -6
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +1 -1
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +2 -2
- package/es/data-table/src/HeaderButton/RenderFilter.d.ts +2 -2
- package/es/data-table/src/HeaderButton/RenderSorter.d.ts +1 -1
- package/es/data-table/src/HeaderButton/SortButton.d.ts +2 -2
- package/es/data-table/src/TableParts/Body.d.ts +2 -2
- package/es/data-table/src/TableParts/BodyCheckbox.d.ts +2 -2
- package/es/data-table/src/TableParts/BodyRadio.d.ts +2 -2
- package/es/data-table/src/TableParts/Cell.d.ts +1 -1
- package/es/data-table/src/TableParts/Cell.mjs +1 -1
- package/es/data-table/src/TableParts/ExpandTrigger.d.ts +2 -2
- package/es/data-table/src/TableParts/Header.d.ts +1 -1
- package/es/data-table/src/use-check.d.ts +1 -1
- package/es/data-table/src/use-expand.d.ts +1 -1
- package/es/data-table/src/use-group-header.d.ts +1 -1
- package/es/data-table/src/use-scroll.d.ts +1 -1
- package/es/data-table/src/use-sorter.d.ts +1 -1
- package/es/data-table/src/use-table-data.d.ts +1 -1
- package/es/date-picker/src/DatePicker.d.ts +4 -4
- package/es/date-picker/src/interface.d.ts +6 -19
- package/es/date-picker/src/panel/date.d.ts +1 -1
- package/es/date-picker/src/panel/month.d.ts +2 -2
- package/es/date-picker/src/panel/monthrange.d.ts +2 -2
- package/es/date-picker/src/panel/panelHeader.d.ts +1 -1
- package/es/date-picker/src/panel/use-calendar.d.ts +1 -1
- package/es/date-picker/src/panel/use-calendar.mjs +7 -2
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +2 -2
- package/es/date-picker/src/panel/use-dual-calendar.mjs +5 -2
- package/es/date-picker/src/panel/use-panel-common.d.ts +2 -2
- package/es/date-picker/src/panel/use-panel-common.mjs +1 -1
- package/es/date-picker/src/props.mjs +1 -1
- package/es/date-picker/src/utils.d.ts +12 -2
- package/es/date-picker/src/utils.mjs +9 -1
- package/es/date-picker/src/validation-utils.d.ts +1 -1
- package/es/descriptions/src/Descriptions.d.ts +4 -4
- package/es/descriptions/src/DescriptionsItem.d.ts +1 -1
- package/es/descriptions/styles/light.d.ts +1 -1
- package/es/dialog/src/Dialog.d.ts +3 -3
- package/es/dialog/src/DialogEnvironment.d.ts +4 -4
- package/es/dialog/src/DialogProvider.d.ts +1062 -720
- package/es/dialog/src/composables.d.ts +1 -1
- package/es/dialog/src/dialogProps.d.ts +1 -1
- package/es/dialog/src/styles/index.cssr.mjs +17 -17
- package/es/discrete/src/InjectionExtractor.d.ts +1 -1
- package/es/discrete/src/discreteApp.d.ts +7 -7
- package/es/divider/src/Divider.d.ts +2 -2
- package/es/drawer/src/Drawer.d.ts +3 -3
- package/es/drawer/src/DrawerBodyWrapper.d.ts +2 -2
- package/es/drawer/src/DrawerContent.d.ts +1 -1
- package/es/dropdown/src/Dropdown.d.ts +10 -10
- package/es/dropdown/src/DropdownGroup.d.ts +1 -1
- package/es/dropdown/src/DropdownMenu.d.ts +1 -1
- package/es/dropdown/src/DropdownOption.d.ts +2 -2
- package/es/dropdown/src/DropdownRenderOption.d.ts +1 -1
- package/es/dynamic-input/src/DynamicInput.d.ts +3 -3
- package/es/dynamic-input/src/InputPreset.d.ts +1 -1
- package/es/dynamic-input/src/PairPreset.d.ts +1 -1
- package/es/dynamic-tags/src/DynamicTags.d.ts +5 -5
- package/es/element/src/Element.mjs +1 -1
- package/es/ellipsis/src/Ellipsis.d.ts +1 -1
- package/es/empty/src/Empty.d.ts +2 -2
- package/es/equation/src/Equation.d.ts +1 -1
- package/es/flex/src/Flex.d.ts +4 -4
- package/es/float-button/src/FloatButton.d.ts +3 -3
- package/es/float-button-group/src/FloatButtonGroup.d.ts +2 -2
- package/es/form/src/Form.d.ts +3 -3
- package/es/form/src/FormItem.d.ts +3 -3
- package/es/form/src/FormItem.mjs +1 -1
- package/es/form/src/FormItemCol.d.ts +2 -2
- package/es/form/src/FormItemGridItem.d.ts +3 -3
- package/es/form/src/FormItemRow.d.ts +1 -1
- package/es/form/src/utils.d.ts +2 -2
- package/es/form/src/utils.mjs +1 -1
- package/es/global-style/src/GlobalStyle.mjs +1 -1
- package/es/gradient-text/src/GradientText.d.ts +3 -3
- package/es/grid/src/Grid.d.ts +6 -6
- package/es/grid/src/GridItem.d.ts +3 -3
- package/es/heatmap/src/Heatmap.d.ts +2 -2
- package/es/heatmap/src/Heatmap.mjs +1 -1
- package/es/heatmap/src/Rect.d.ts +1 -1
- package/es/heatmap/src/utils/index.mjs +1 -1
- package/es/heatmap/styles/light.d.ts +1 -1
- package/es/icon/src/Icon.d.ts +1 -1
- package/es/icon-wrapper/src/IconWrapper.d.ts +2 -2
- package/es/image/src/Image.d.ts +3 -3
- package/es/image/src/ImagePreview.d.ts +1 -1
- package/es/image/src/ImagePreview.mjs +1 -1
- package/es/infinite-scroll/src/InfiniteScroll.d.ts +2 -2
- package/es/input/src/Input.d.ts +17 -17
- package/es/input/src/InputGroupLabel.d.ts +1 -1
- package/es/input-number/src/InputNumber.d.ts +8 -8
- package/es/input-otp/src/InputOtp.d.ts +4 -4
- package/es/layout/src/Layout.d.ts +3 -3
- package/es/layout/src/LayoutContent.d.ts +1 -1
- package/es/layout/src/LayoutFooter.d.ts +1 -1
- package/es/layout/src/LayoutHeader.d.ts +1 -1
- package/es/layout/src/LayoutSider.d.ts +3 -3
- package/es/layout/src/ToggleBar.d.ts +1 -1
- package/es/layout/src/ToggleButton.d.ts +1 -1
- package/es/legacy-grid/src/Col.d.ts +4 -4
- package/es/legacy-grid/src/Row.d.ts +2 -2
- package/es/legacy-transfer/src/Transfer.d.ts +5 -5
- package/es/legacy-transfer/src/TransferFilter.d.ts +1 -1
- package/es/legacy-transfer/src/TransferHeader.d.ts +1 -1
- package/es/legacy-transfer/src/TransferList.d.ts +4 -4
- package/es/legacy-transfer/src/TransferListItem.d.ts +1 -1
- package/es/legacy-transfer/src/use-transfer-data.d.ts +1 -1
- package/es/list/src/List.d.ts +1 -1
- package/es/loading-bar/src/LoadingBar.d.ts +1 -1
- package/es/loading-bar/src/LoadingBarProvider.d.ts +1 -1
- package/es/locales/utils/index.mjs +1 -1
- package/es/log/src/Log.d.ts +5 -5
- package/es/log/src/Log.mjs +3 -1
- package/es/marquee/src/Marquee.d.ts +1 -1
- package/es/mention/src/Mention.d.ts +12 -12
- package/es/menu/src/Menu.d.ts +6 -6
- package/es/menu/src/MenuOption.d.ts +3 -3
- package/es/menu/src/MenuOptionContent.d.ts +1 -1
- package/es/menu/src/MenuOptionGroup.d.ts +2 -2
- package/es/menu/src/Submenu.d.ts +3 -3
- package/es/menu/src/use-menu-child.d.ts +1 -1
- package/es/menu/src/utils.d.ts +1 -1
- package/es/message/src/Message.d.ts +1 -1
- package/es/message/src/Message.mjs +0 -1
- package/es/message/src/MessageEnvironment.d.ts +2 -2
- package/es/message/src/MessageProvider.d.ts +2 -2
- package/es/modal/src/BodyWrapper.d.ts +7 -7
- package/es/modal/src/Modal.d.ts +7 -7
- package/es/modal/src/ModalEnvironment.d.ts +7 -7
- package/es/modal/src/presetProps.d.ts +1 -1
- package/es/modal/src/styles/index.cssr.mjs +2 -2
- package/es/notification/src/Notification.d.ts +3 -3
- package/es/notification/src/NotificationContainer.d.ts +1 -1
- package/es/notification/src/NotificationEnvironment.d.ts +2 -2
- package/es/notification/src/NotificationProvider.d.ts +25 -25
- package/es/number-animation/src/NumberAnimation.d.ts +2 -2
- package/es/number-animation/src/NumberAnimation.mjs +1 -1
- package/es/page-header/src/PageHeader.d.ts +1 -1
- package/es/pagination/src/Pagination.d.ts +2 -2
- package/es/pagination/styles/light.d.ts +1 -1
- package/es/popconfirm/src/Popconfirm.d.ts +6 -6
- package/es/popconfirm/src/PopconfirmPanel.d.ts +1 -1
- package/es/popconfirm/styles/light.d.ts +1 -1
- package/es/popover/src/Popover.d.ts +7 -7
- package/es/popover/src/PopoverBody.d.ts +4 -4
- package/es/popover/src/styles/index.cssr.mjs +1 -1
- package/es/popselect/src/Popselect.d.ts +63 -63
- package/es/popselect/src/PopselectPanel.d.ts +5 -5
- package/es/progress/src/Circle.mjs +1 -1
- package/es/progress/src/Line.d.ts +1 -1
- package/es/progress/src/MultipleCircle.d.ts +1 -1
- package/es/progress/src/Progress.d.ts +3 -3
- package/es/qr-code/src/QrCode.d.ts +3 -3
- package/es/radio/src/RadioButton.d.ts +5 -5
- package/es/radio/src/RadioGroup.d.ts +1 -1
- package/es/radio/src/use-radio.d.ts +1 -1
- package/es/rate/src/Rate.d.ts +2 -2
- package/es/result/src/Result.d.ts +2 -2
- package/es/scrollbar/src/Scrollbar.d.ts +2 -2
- package/es/select/src/Select.d.ts +12 -12
- package/es/skeleton/src/Skeleton.d.ts +3 -3
- package/es/slider/src/Slider.d.ts +8 -8
- package/es/slider/src/utils.d.ts +1 -1
- package/es/space/src/Space.d.ts +4 -4
- package/es/spin/src/Spin.d.ts +2 -2
- package/es/split/src/Split.d.ts +3 -3
- package/es/statistic/src/Statistic.d.ts +1 -1
- package/es/steps/src/Step.d.ts +3 -2
- package/es/steps/src/Step.mjs +35 -19
- package/es/steps/src/Steps.d.ts +14 -1
- package/es/steps/src/Steps.mjs +5 -1
- package/es/steps/src/styles/index.cssr.mjs +8 -1
- package/es/switch/src/Switch.d.ts +4 -4
- package/es/table/src/Table.d.ts +1 -1
- package/es/tabs/src/Tab.d.ts +9 -9
- package/es/tabs/src/TabPane.d.ts +1 -1
- package/es/tabs/src/Tabs.d.ts +9 -8
- package/es/tabs/src/Tabs.mjs +3 -1
- package/es/tag/src/Tag.d.ts +6 -6
- package/es/theme-editor/src/ThemeEditor.d.ts +1 -1
- package/es/theme-editor/src/ThemeEditor.mjs +1 -1
- package/es/thing/src/Thing.d.ts +1 -1
- package/es/time/src/Time.d.ts +2 -2
- package/es/time-picker/src/Panel.d.ts +3 -3
- package/es/time-picker/src/PanelCol.d.ts +1 -1
- package/es/time-picker/src/TimePicker.d.ts +5 -5
- package/es/time-picker/src/utils.d.ts +1 -1
- package/es/timeline/src/Timeline.d.ts +4 -4
- package/es/timeline/src/TimelineItem.d.ts +2 -2
- package/es/tooltip/src/Tooltip.d.ts +6 -6
- package/es/transfer/src/Transfer.d.ts +5 -5
- package/es/transfer/src/TransferFilter.d.ts +1 -1
- package/es/transfer/src/TransferHeader.d.ts +1 -1
- package/es/transfer/src/TransferList.d.ts +4 -4
- package/es/transfer/src/TransferListItem.d.ts +3 -3
- package/es/tree/src/MotionWrapper.d.ts +1 -1
- package/es/tree/src/Tree.d.ts +8 -8
- package/es/tree/src/TreeNode.d.ts +2 -2
- package/es/tree/src/TreeNodeCheckbox.d.ts +3 -3
- package/es/tree/src/TreeNodeContent.d.ts +3 -3
- package/es/tree/src/TreeNodeSwitcher.d.ts +4 -4
- package/es/tree/src/dnd.d.ts +1 -1
- package/es/tree/src/keyboard.d.ts +1 -1
- package/es/tree/src/utils.d.ts +1 -1
- package/es/tree-select/src/TreeSelect.d.ts +11 -11
- package/es/typography/src/create-header.d.ts +3 -3
- package/es/typography/src/headers.d.ts +6 -6
- package/es/typography/src/p.d.ts +1 -1
- package/es/typography/src/text.d.ts +2 -2
- package/es/upload/src/Upload.d.ts +4 -4
- package/es/upload/src/UploadFile.d.ts +1 -1
- package/es/upload/src/UploadProgress.d.ts +1 -1
- package/es/upload/src/UploadTrigger.d.ts +3 -3
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/es/virtual-list/src/VirtualList.d.ts +4 -4
- package/es/vitest-setup.mjs +27 -0
- package/es/watermark/src/Watermark.d.ts +10 -10
- package/lib/_internal/clear/src/Clear.d.ts +1 -1
- package/lib/_internal/close/src/Close.d.ts +2 -2
- package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +3 -3
- package/lib/_internal/focus-detector/src/FocusDetector.d.ts +1 -1
- package/lib/_internal/icon/src/Icon.d.ts +1 -1
- package/lib/_internal/loading/src/Loading.d.ts +1 -1
- package/lib/_internal/scrollbar/src/Scrollbar.d.ts +1 -1
- package/lib/_internal/select-menu/src/SelectGroupHeader.d.ts +2 -2
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +6 -6
- package/lib/_internal/select-menu/src/SelectOption.d.ts +2 -2
- package/lib/_internal/selection/src/Selection.d.ts +9 -9
- package/lib/_internal/slot-machine/src/SlotMachineNumber.d.ts +1 -1
- package/lib/_internal/suffix/src/Suffix.d.ts +1 -1
- package/lib/_mixins/use-config.d.ts +1 -1
- package/lib/_mixins/use-css-vars-class.d.ts +1 -1
- package/lib/_mixins/use-form-item.d.ts +1 -1
- package/lib/_mixins/use-hljs.d.ts +1 -1
- package/lib/_mixins/use-locale.d.ts +1 -1
- package/lib/_mixins/use-rtl.d.ts +1 -1
- package/lib/_mixins/use-style.d.ts +1 -1
- package/lib/_mixins/use-theme.d.ts +1 -1
- package/lib/_utils/composable/use-adjusted-to.d.ts +1 -1
- package/lib/_utils/composable/use-browser-location.d.ts +1 -1
- package/lib/_utils/composable/use-collection.d.ts +1 -1
- package/lib/_utils/composable/use-deferred-true.d.ts +1 -1
- package/lib/_utils/composable/use-is-composing.d.ts +1 -1
- package/lib/_utils/composable/use-lock-html-scroll.d.ts +1 -1
- package/lib/_utils/composable/use-resize.d.ts +1 -1
- package/lib/_utils/cssr/index.d.ts +1 -1
- package/lib/_utils/vue/flatten.d.ts +1 -1
- package/lib/_utils/vue/is-node-v-show-false.d.ts +1 -1
- package/lib/_utils/vue/render.d.ts +1 -1
- package/lib/_utils/vue/resolve-slot.d.ts +1 -1
- package/lib/affix/src/Affix.d.ts +3 -3
- package/lib/alert/src/Alert.d.ts +2 -2
- package/lib/anchor/src/AnchorAdapter.d.ts +2 -2
- package/lib/anchor/src/BaseAnchor.d.ts +3 -3
- package/lib/anchor/src/Link.d.ts +1 -1
- package/lib/auto-complete/src/AutoComplete.d.ts +7 -7
- package/lib/avatar/src/Avatar.d.ts +4 -4
- package/lib/avatar-group/src/AvatarGroup.d.ts +1 -1
- package/lib/back-top/src/BackTop.d.ts +2 -2
- package/lib/badge/src/Badge.d.ts +2 -2
- package/lib/breadcrumb/src/Breadcrumb.d.ts +2 -2
- package/lib/breadcrumb/src/BreadcrumbItem.d.ts +1 -1
- package/lib/button/src/Button.d.ts +11 -11
- package/lib/button/src/styles/index.cssr.js +7 -7
- package/lib/button-group/src/ButtonGroup.d.ts +1 -1
- package/lib/calendar/src/Calendar.d.ts +1 -1
- package/lib/card/src/Card.d.ts +3 -3
- package/lib/carousel/src/Carousel.d.ts +6 -6
- package/lib/carousel/src/CarouselDots.d.ts +1 -1
- package/lib/cascader/src/Cascader.d.ts +8 -8
- package/lib/cascader/src/CascaderMenu.d.ts +2 -2
- package/lib/cascader/src/CascaderOption.d.ts +2 -2
- package/lib/cascader/src/CascaderSelectMenu.d.ts +3 -3
- package/lib/cascader/src/CascaderSubmenu.d.ts +3 -3
- package/lib/checkbox/src/Checkbox.d.ts +10 -10
- package/lib/checkbox/src/CheckboxGroup.d.ts +2 -2
- package/lib/code/src/Code.d.ts +4 -4
- package/lib/collapse/src/Collapse.d.ts +2 -2
- package/lib/collapse/src/CollapseItem.d.ts +2 -2
- package/lib/collapse/src/CollapseItemContent.d.ts +1 -1
- package/lib/collapse-transition/src/CollapseTransition.d.ts +2 -2
- package/lib/color-picker/src/AlphaSlider.d.ts +3 -3
- package/lib/color-picker/src/ColorInput.d.ts +2 -2
- package/lib/color-picker/src/ColorInputUnit.d.ts +1 -1
- package/lib/color-picker/src/ColorPicker.d.ts +5 -5
- package/lib/color-picker/src/ColorPickerSwatches.d.ts +2 -2
- package/lib/color-picker/src/ColorPickerTrigger.d.ts +2 -2
- package/lib/color-picker/src/ColorPreview.d.ts +2 -2
- package/lib/color-picker/src/HueSlider.d.ts +1 -1
- package/lib/color-picker/src/Pallete.d.ts +1 -1
- package/lib/color-picker/src/utils.d.ts +1 -1
- package/lib/composables/use-theme-vars.d.ts +1 -1
- package/lib/config-provider/src/ConfigProvider.d.ts +5 -5
- package/lib/countdown/src/Countdown.d.ts +2 -2
- package/lib/data-table/src/DataTable.d.ts +6 -6
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +1 -1
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +2 -2
- package/lib/data-table/src/HeaderButton/RenderFilter.d.ts +2 -2
- package/lib/data-table/src/HeaderButton/RenderSorter.d.ts +1 -1
- package/lib/data-table/src/HeaderButton/SortButton.d.ts +2 -2
- package/lib/data-table/src/TableParts/Body.d.ts +2 -2
- package/lib/data-table/src/TableParts/BodyCheckbox.d.ts +2 -2
- package/lib/data-table/src/TableParts/BodyRadio.d.ts +2 -2
- package/lib/data-table/src/TableParts/Cell.d.ts +1 -1
- package/lib/data-table/src/TableParts/ExpandTrigger.d.ts +2 -2
- package/lib/data-table/src/TableParts/Header.d.ts +1 -1
- package/lib/data-table/src/use-check.d.ts +1 -1
- package/lib/data-table/src/use-expand.d.ts +1 -1
- package/lib/data-table/src/use-group-header.d.ts +1 -1
- package/lib/data-table/src/use-scroll.d.ts +1 -1
- package/lib/data-table/src/use-sorter.d.ts +1 -1
- package/lib/data-table/src/use-table-data.d.ts +1 -1
- package/lib/date-picker/src/DatePicker.d.ts +4 -4
- package/lib/date-picker/src/interface.d.ts +6 -19
- package/lib/date-picker/src/panel/date.d.ts +1 -1
- package/lib/date-picker/src/panel/month.d.ts +2 -2
- package/lib/date-picker/src/panel/monthrange.d.ts +2 -2
- package/lib/date-picker/src/panel/panelHeader.d.ts +1 -1
- package/lib/date-picker/src/panel/use-calendar.d.ts +1 -1
- package/lib/date-picker/src/panel/use-calendar.js +7 -1
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +2 -2
- package/lib/date-picker/src/panel/use-dual-calendar.js +5 -1
- package/lib/date-picker/src/panel/use-panel-common.d.ts +2 -2
- package/lib/date-picker/src/panel/use-panel-common.js +1 -1
- package/lib/date-picker/src/props.js +1 -1
- package/lib/date-picker/src/utils.d.ts +12 -2
- package/lib/date-picker/src/utils.js +10 -0
- package/lib/date-picker/src/validation-utils.d.ts +1 -1
- package/lib/descriptions/src/Descriptions.d.ts +4 -4
- package/lib/descriptions/src/DescriptionsItem.d.ts +1 -1
- package/lib/descriptions/styles/light.d.ts +1 -1
- package/lib/dialog/src/Dialog.d.ts +3 -3
- package/lib/dialog/src/DialogEnvironment.d.ts +4 -4
- package/lib/dialog/src/DialogProvider.d.ts +1062 -720
- package/lib/dialog/src/composables.d.ts +1 -1
- package/lib/dialog/src/dialogProps.d.ts +1 -1
- package/lib/dialog/src/styles/index.cssr.js +17 -17
- package/lib/discrete/src/InjectionExtractor.d.ts +1 -1
- package/lib/discrete/src/discreteApp.d.ts +7 -7
- package/lib/divider/src/Divider.d.ts +2 -2
- package/lib/drawer/src/Drawer.d.ts +3 -3
- package/lib/drawer/src/DrawerBodyWrapper.d.ts +2 -2
- package/lib/drawer/src/DrawerContent.d.ts +1 -1
- package/lib/dropdown/src/Dropdown.d.ts +10 -10
- package/lib/dropdown/src/DropdownGroup.d.ts +1 -1
- package/lib/dropdown/src/DropdownMenu.d.ts +1 -1
- package/lib/dropdown/src/DropdownOption.d.ts +2 -2
- package/lib/dropdown/src/DropdownRenderOption.d.ts +1 -1
- package/lib/dynamic-input/src/DynamicInput.d.ts +3 -3
- package/lib/dynamic-input/src/InputPreset.d.ts +1 -1
- package/lib/dynamic-input/src/PairPreset.d.ts +1 -1
- package/lib/dynamic-tags/src/DynamicTags.d.ts +5 -5
- package/lib/ellipsis/src/Ellipsis.d.ts +1 -1
- package/lib/empty/src/Empty.d.ts +2 -2
- package/lib/equation/src/Equation.d.ts +1 -1
- package/lib/flex/src/Flex.d.ts +4 -4
- package/lib/float-button/src/FloatButton.d.ts +3 -3
- package/lib/float-button-group/src/FloatButtonGroup.d.ts +2 -2
- package/lib/form/src/Form.d.ts +3 -3
- package/lib/form/src/FormItem.d.ts +3 -3
- package/lib/form/src/FormItemCol.d.ts +2 -2
- package/lib/form/src/FormItemGridItem.d.ts +3 -3
- package/lib/form/src/FormItemRow.d.ts +1 -1
- package/lib/form/src/utils.d.ts +2 -2
- package/lib/gradient-text/src/GradientText.d.ts +3 -3
- package/lib/grid/src/Grid.d.ts +6 -6
- package/lib/grid/src/GridItem.d.ts +3 -3
- package/lib/heatmap/src/Heatmap.d.ts +2 -2
- package/lib/heatmap/src/Rect.d.ts +1 -1
- package/lib/heatmap/styles/light.d.ts +1 -1
- package/lib/icon/src/Icon.d.ts +1 -1
- package/lib/icon-wrapper/src/IconWrapper.d.ts +2 -2
- package/lib/image/src/Image.d.ts +3 -3
- package/lib/image/src/ImagePreview.d.ts +1 -1
- package/lib/infinite-scroll/src/InfiniteScroll.d.ts +2 -2
- package/lib/input/src/Input.d.ts +17 -17
- package/lib/input/src/InputGroupLabel.d.ts +1 -1
- package/lib/input-number/src/InputNumber.d.ts +8 -8
- package/lib/input-otp/src/InputOtp.d.ts +4 -4
- package/lib/layout/src/Layout.d.ts +3 -3
- package/lib/layout/src/LayoutContent.d.ts +1 -1
- package/lib/layout/src/LayoutFooter.d.ts +1 -1
- package/lib/layout/src/LayoutHeader.d.ts +1 -1
- package/lib/layout/src/LayoutSider.d.ts +3 -3
- package/lib/layout/src/ToggleBar.d.ts +1 -1
- package/lib/layout/src/ToggleButton.d.ts +1 -1
- package/lib/legacy-grid/src/Col.d.ts +4 -4
- package/lib/legacy-grid/src/Row.d.ts +2 -2
- package/lib/legacy-transfer/src/Transfer.d.ts +5 -5
- package/lib/legacy-transfer/src/TransferFilter.d.ts +1 -1
- package/lib/legacy-transfer/src/TransferHeader.d.ts +1 -1
- package/lib/legacy-transfer/src/TransferList.d.ts +4 -4
- package/lib/legacy-transfer/src/TransferListItem.d.ts +1 -1
- package/lib/legacy-transfer/src/use-transfer-data.d.ts +1 -1
- package/lib/list/src/List.d.ts +1 -1
- package/lib/loading-bar/src/LoadingBar.d.ts +1 -1
- package/lib/loading-bar/src/LoadingBarProvider.d.ts +1 -1
- package/lib/log/src/Log.d.ts +5 -5
- package/lib/log/src/Log.js +3 -1
- package/lib/marquee/src/Marquee.d.ts +1 -1
- package/lib/mention/src/Mention.d.ts +12 -12
- package/lib/menu/src/Menu.d.ts +6 -6
- package/lib/menu/src/MenuOption.d.ts +3 -3
- package/lib/menu/src/MenuOptionContent.d.ts +1 -1
- package/lib/menu/src/MenuOptionGroup.d.ts +2 -2
- package/lib/menu/src/Submenu.d.ts +3 -3
- package/lib/menu/src/use-menu-child.d.ts +1 -1
- package/lib/menu/src/utils.d.ts +1 -1
- package/lib/message/src/Message.d.ts +1 -1
- package/lib/message/src/Message.js +0 -1
- package/lib/message/src/MessageEnvironment.d.ts +2 -2
- package/lib/message/src/MessageProvider.d.ts +2 -2
- package/lib/modal/src/BodyWrapper.d.ts +7 -7
- package/lib/modal/src/Modal.d.ts +7 -7
- package/lib/modal/src/ModalEnvironment.d.ts +7 -7
- package/lib/modal/src/presetProps.d.ts +1 -1
- package/lib/modal/src/styles/index.cssr.js +2 -2
- package/lib/notification/src/Notification.d.ts +3 -3
- package/lib/notification/src/NotificationContainer.d.ts +1 -1
- package/lib/notification/src/NotificationEnvironment.d.ts +2 -2
- package/lib/notification/src/NotificationProvider.d.ts +25 -25
- package/lib/number-animation/src/NumberAnimation.d.ts +2 -2
- package/lib/page-header/src/PageHeader.d.ts +1 -1
- package/lib/pagination/src/Pagination.d.ts +2 -2
- package/lib/pagination/styles/light.d.ts +1 -1
- package/lib/popconfirm/src/Popconfirm.d.ts +6 -6
- package/lib/popconfirm/src/PopconfirmPanel.d.ts +1 -1
- package/lib/popconfirm/styles/light.d.ts +1 -1
- package/lib/popover/src/Popover.d.ts +7 -7
- package/lib/popover/src/PopoverBody.d.ts +4 -4
- package/lib/popselect/src/Popselect.d.ts +63 -63
- package/lib/popselect/src/PopselectPanel.d.ts +5 -5
- package/lib/progress/src/Circle.js +1 -1
- package/lib/progress/src/Line.d.ts +1 -1
- package/lib/progress/src/MultipleCircle.d.ts +1 -1
- package/lib/progress/src/Progress.d.ts +3 -3
- package/lib/qr-code/src/QrCode.d.ts +3 -3
- package/lib/radio/src/RadioButton.d.ts +5 -5
- package/lib/radio/src/RadioGroup.d.ts +1 -1
- package/lib/radio/src/use-radio.d.ts +1 -1
- package/lib/rate/src/Rate.d.ts +2 -2
- package/lib/result/src/Result.d.ts +2 -2
- package/lib/scrollbar/src/Scrollbar.d.ts +2 -2
- package/lib/select/src/Select.d.ts +12 -12
- package/lib/skeleton/src/Skeleton.d.ts +3 -3
- package/lib/slider/src/Slider.d.ts +8 -8
- package/lib/slider/src/utils.d.ts +1 -1
- package/lib/space/src/Space.d.ts +4 -4
- package/lib/spin/src/Spin.d.ts +2 -2
- package/lib/split/src/Split.d.ts +3 -3
- package/lib/statistic/src/Statistic.d.ts +1 -1
- package/lib/steps/src/Step.d.ts +3 -2
- package/lib/steps/src/Step.js +48 -30
- package/lib/steps/src/Steps.d.ts +14 -1
- package/lib/steps/src/Steps.js +7 -2
- package/lib/steps/src/styles/index.cssr.js +8 -1
- package/lib/switch/src/Switch.d.ts +4 -4
- package/lib/table/src/Table.d.ts +1 -1
- package/lib/tabs/src/Tab.d.ts +9 -9
- package/lib/tabs/src/TabPane.d.ts +1 -1
- package/lib/tabs/src/Tabs.d.ts +9 -8
- package/lib/tabs/src/Tabs.js +5 -3
- package/lib/tag/src/Tag.d.ts +6 -6
- package/lib/theme-editor/src/ThemeEditor.d.ts +1 -1
- package/lib/thing/src/Thing.d.ts +1 -1
- package/lib/time/src/Time.d.ts +2 -2
- package/lib/time-picker/src/Panel.d.ts +3 -3
- package/lib/time-picker/src/PanelCol.d.ts +1 -1
- package/lib/time-picker/src/TimePicker.d.ts +5 -5
- package/lib/time-picker/src/utils.d.ts +1 -1
- package/lib/timeline/src/Timeline.d.ts +4 -4
- package/lib/timeline/src/TimelineItem.d.ts +2 -2
- package/lib/tooltip/src/Tooltip.d.ts +6 -6
- package/lib/transfer/src/Transfer.d.ts +5 -5
- package/lib/transfer/src/TransferFilter.d.ts +1 -1
- package/lib/transfer/src/TransferHeader.d.ts +1 -1
- package/lib/transfer/src/TransferList.d.ts +4 -4
- package/lib/transfer/src/TransferListItem.d.ts +3 -3
- package/lib/tree/src/MotionWrapper.d.ts +1 -1
- package/lib/tree/src/Tree.d.ts +8 -8
- package/lib/tree/src/TreeNode.d.ts +2 -2
- package/lib/tree/src/TreeNodeCheckbox.d.ts +3 -3
- package/lib/tree/src/TreeNodeContent.d.ts +3 -3
- package/lib/tree/src/TreeNodeSwitcher.d.ts +4 -4
- package/lib/tree/src/dnd.d.ts +1 -1
- package/lib/tree/src/keyboard.d.ts +1 -1
- package/lib/tree/src/utils.d.ts +1 -1
- package/lib/tree-select/src/TreeSelect.d.ts +11 -11
- package/lib/typography/src/create-header.d.ts +3 -3
- package/lib/typography/src/headers.d.ts +6 -6
- package/lib/typography/src/p.d.ts +1 -1
- package/lib/typography/src/text.d.ts +2 -2
- package/lib/upload/src/Upload.d.ts +4 -4
- package/lib/upload/src/UploadFile.d.ts +1 -1
- package/lib/upload/src/UploadProgress.d.ts +1 -1
- package/lib/upload/src/UploadTrigger.d.ts +3 -3
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/virtual-list/src/VirtualList.d.ts +4 -4
- package/lib/vitest-setup.js +29 -0
- package/lib/watermark/src/Watermark.d.ts +10 -10
- package/package.json +45 -48
- package/web-types.json +12 -2
- package/es/jest-setup.mjs +0 -5
- package/lib/jest-setup.js +0 -7
- /package/es/{jest-setup.d.ts → vitest-setup.d.ts} +0 -0
- /package/lib/{jest-setup.d.ts → vitest-setup.d.ts} +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
import type { CheckStrategy } from 'treemate';
|
|
2
|
+
import type { CSSProperties, HTMLAttributes, PropType, SlotsType, VNode, VNodeChild } from 'vue';
|
|
3
|
+
import type { FollowerInst, FollowerPlacement } from 'vueuc';
|
|
1
4
|
import type { InternalSelectionInst } from '../../_internal';
|
|
2
5
|
import type { ExtractPublicPropTypes, MaybeArray } from '../../_utils';
|
|
3
6
|
import type { FormValidationStatus } from '../../form/src/public-types';
|
|
4
7
|
import type { PopoverProps } from '../../popover';
|
|
5
8
|
import type { SelectBaseOption } from '../../select/src/interface';
|
|
6
9
|
import type { CascaderMenuInstance, CascaderOption, ExpandTrigger, Filter, Key, OnLoad, OnUpdateValue, SelectMenuInstance, Value } from './interface';
|
|
7
|
-
import { type CheckStrategy } from 'treemate';
|
|
8
|
-
import { type CSSProperties, type HTMLAttributes, type PropType, type SlotsType, type VNode, type VNodeChild } from 'vue';
|
|
9
|
-
import { type FollowerInst, type FollowerPlacement } from 'vueuc';
|
|
10
10
|
export declare const cascaderProps: {
|
|
11
11
|
readonly allowCheckingNotLoaded: BooleanConstructor;
|
|
12
12
|
readonly to: {
|
|
@@ -2791,17 +2791,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2791
2791
|
}, any>;
|
|
2792
2792
|
}>>>;
|
|
2793
2793
|
}>> & Readonly<{}>, {
|
|
2794
|
-
readonly options: CascaderOption[];
|
|
2795
|
-
readonly to: string | boolean | HTMLElement;
|
|
2796
2794
|
readonly disabled: boolean | undefined;
|
|
2797
|
-
readonly show: boolean | undefined;
|
|
2798
|
-
readonly separator: string;
|
|
2799
|
-
readonly multiple: boolean;
|
|
2800
2795
|
readonly bordered: boolean | undefined;
|
|
2796
|
+
readonly to: string | boolean | HTMLElement;
|
|
2801
2797
|
readonly clearable: boolean;
|
|
2802
2798
|
readonly defaultValue: Value | null;
|
|
2803
2799
|
readonly placement: FollowerPlacement;
|
|
2800
|
+
readonly options: CascaderOption[];
|
|
2801
|
+
readonly show: boolean | undefined;
|
|
2802
|
+
readonly separator: string;
|
|
2804
2803
|
readonly allowCheckingNotLoaded: boolean;
|
|
2804
|
+
readonly multiple: boolean;
|
|
2805
2805
|
readonly filterable: boolean;
|
|
2806
2806
|
readonly disabledField: string;
|
|
2807
2807
|
readonly expandTrigger: ExpandTrigger;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
1
2
|
import type { FollowerPlacement } from 'vueuc';
|
|
2
3
|
import type { MenuMaskRef } from '../../_internal/menu-mask';
|
|
3
4
|
import type { CascaderSubmenuInstance, MenuModel, Value } from './interface';
|
|
4
|
-
import { type PropType } from 'vue';
|
|
5
5
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
value: PropType<Value | null>;
|
|
7
7
|
placement: {
|
|
@@ -702,8 +702,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
702
702
|
required: true;
|
|
703
703
|
};
|
|
704
704
|
}>> & Readonly<{}>, {
|
|
705
|
-
show: boolean;
|
|
706
705
|
loading: boolean;
|
|
707
706
|
placement: FollowerPlacement;
|
|
707
|
+
show: boolean;
|
|
708
708
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
709
709
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { PropType, VNode } from 'vue';
|
|
2
|
+
import type { TmNode } from './interface';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
tmNode: {
|
|
5
5
|
type: PropType<TmNode>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import type { TreeNode } from 'treemate';
|
|
2
|
+
import type { PropType } from 'vue';
|
|
1
3
|
import type { SelectBaseOption, SelectGroupOption, SelectIgnoredOption } from '../../select/src/interface';
|
|
2
4
|
import type { Filter, TmNode, Value } from './interface';
|
|
3
|
-
import { type TreeNode } from 'treemate';
|
|
4
|
-
import { type PropType } from 'vue';
|
|
5
5
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
value: {
|
|
7
7
|
type: PropType<Value | null>;
|
|
@@ -696,9 +696,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
696
696
|
};
|
|
697
697
|
}>> & Readonly<{}>, {
|
|
698
698
|
value: Value | null;
|
|
699
|
-
pattern: string;
|
|
700
699
|
show: boolean;
|
|
701
700
|
multiple: boolean;
|
|
701
|
+
pattern: string;
|
|
702
702
|
tmNodes: TmNode[];
|
|
703
703
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
704
704
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { VirtualListInst } from 'vueuc';
|
|
1
3
|
import type { ScrollbarInst } from '../../_internal';
|
|
2
|
-
import {
|
|
3
|
-
import { type VirtualListInst } from 'vueuc';
|
|
4
|
-
import { type TmNode } from './interface';
|
|
4
|
+
import type { TmNode } from './interface';
|
|
5
5
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
depth: {
|
|
7
7
|
type: NumberConstructor;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { ExtractPublicPropTypes, MaybeArray } from '../../_utils';
|
|
1
3
|
import type { CheckboxInst, OnUpdateChecked } from './interface';
|
|
2
|
-
import { type PropType } from 'vue';
|
|
3
|
-
import { type ExtractPublicPropTypes, type MaybeArray } from '../../_utils';
|
|
4
4
|
export declare const checkboxProps: {
|
|
5
5
|
size: PropType<"small" | "medium" | "large">;
|
|
6
6
|
checked: {
|
|
@@ -23,11 +23,11 @@ export declare const checkboxProps: {
|
|
|
23
23
|
default: boolean;
|
|
24
24
|
};
|
|
25
25
|
checkedValue: {
|
|
26
|
-
type: (
|
|
26
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
27
27
|
default: boolean;
|
|
28
28
|
};
|
|
29
29
|
uncheckedValue: {
|
|
30
|
-
type: (
|
|
30
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
31
31
|
default: boolean;
|
|
32
32
|
};
|
|
33
33
|
'onUpdate:checked': PropType<MaybeArray<OnUpdateChecked>>;
|
|
@@ -148,11 +148,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
148
148
|
default: boolean;
|
|
149
149
|
};
|
|
150
150
|
checkedValue: {
|
|
151
|
-
type: (
|
|
151
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
152
152
|
default: boolean;
|
|
153
153
|
};
|
|
154
154
|
uncheckedValue: {
|
|
155
|
-
type: (
|
|
155
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
156
156
|
default: boolean;
|
|
157
157
|
};
|
|
158
158
|
'onUpdate:checked': PropType<MaybeArray<OnUpdateChecked>>;
|
|
@@ -347,11 +347,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
347
347
|
default: boolean;
|
|
348
348
|
};
|
|
349
349
|
checkedValue: {
|
|
350
|
-
type: (
|
|
350
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
351
351
|
default: boolean;
|
|
352
352
|
};
|
|
353
353
|
uncheckedValue: {
|
|
354
|
-
type: (
|
|
354
|
+
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
|
355
355
|
default: boolean;
|
|
356
356
|
};
|
|
357
357
|
'onUpdate:checked': PropType<MaybeArray<OnUpdateChecked>>;
|
|
@@ -450,10 +450,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
450
450
|
}, any>>>;
|
|
451
451
|
}>> & Readonly<{}>, {
|
|
452
452
|
disabled: boolean | undefined;
|
|
453
|
-
checked: string | number | boolean | undefined;
|
|
454
|
-
indeterminate: boolean;
|
|
455
453
|
focusable: boolean;
|
|
454
|
+
checked: string | number | boolean | undefined;
|
|
456
455
|
defaultChecked: string | number | boolean;
|
|
456
|
+
indeterminate: boolean;
|
|
457
457
|
checkedValue: string | number | boolean;
|
|
458
458
|
uncheckedValue: string | number | boolean;
|
|
459
459
|
privateInsideTable: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { ComputedRef, PropType, Ref } from 'vue';
|
|
2
|
+
import type { ExtractPublicPropTypes, MaybeArray } from '../../_utils';
|
|
3
3
|
export interface CheckboxGroupInjection {
|
|
4
4
|
checkedCountRef: ComputedRef<number>;
|
|
5
5
|
maxRef: Ref<number | undefined>;
|
package/lib/code/src/Code.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { Hljs } from '../../_mixins';
|
|
1
3
|
import type { ExtractPublicPropTypes } from '../../_utils';
|
|
2
|
-
import { type PropType } from 'vue';
|
|
3
|
-
import { type Hljs } from '../../_mixins';
|
|
4
4
|
export declare const codeProps: {
|
|
5
5
|
language: StringConstructor;
|
|
6
6
|
code: {
|
|
@@ -214,11 +214,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
214
214
|
lineNumberTextColor: string;
|
|
215
215
|
}, any>>>;
|
|
216
216
|
}>> & Readonly<{}>, {
|
|
217
|
+
code: string;
|
|
217
218
|
inline: boolean;
|
|
218
219
|
trim: boolean;
|
|
219
|
-
code: string;
|
|
220
|
-
wordWrap: boolean;
|
|
221
220
|
uri: boolean;
|
|
221
|
+
wordWrap: boolean;
|
|
222
222
|
showLineNumbers: boolean;
|
|
223
223
|
internalNoHighlight: boolean;
|
|
224
224
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import type { ExtractPropTypes, PropType, Ref, SlotsType, VNode } from 'vue';
|
|
1
2
|
import type { ExtractPublicPropTypes, MaybeArray } from '../../_utils';
|
|
2
3
|
import type { CollapseArrowSlotProps, CollapseItemHeaderExtraSlotProps, CollapseItemHeaderSlotProps, OnItemHeaderClick, OnUpdateExpandedNames } from './interface';
|
|
3
|
-
import { type ExtractPropTypes, type PropType, type Ref, type SlotsType, type VNode } from 'vue';
|
|
4
4
|
export declare const collapseProps: {
|
|
5
5
|
readonly defaultExpandedNames: {
|
|
6
6
|
readonly type: PropType<string | number | Array<string | number> | null>;
|
|
@@ -268,7 +268,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
|
|
|
268
268
|
readonly defaultExpandedNames: string | number | (string | number)[] | null;
|
|
269
269
|
readonly arrowPlacement: "left" | "right";
|
|
270
270
|
readonly accordion: boolean;
|
|
271
|
-
readonly triggerAreas: ("
|
|
271
|
+
readonly triggerAreas: ("main" | "extra" | "arrow")[];
|
|
272
272
|
readonly onExpandedNamesChange: MaybeArray<OnUpdateExpandedNames> | undefined;
|
|
273
273
|
}, SlotsType<CollapseSlots>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
274
274
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import type { PropType, VNode } from 'vue';
|
|
1
2
|
import type { ExtractPublicPropTypes } from '../../_utils';
|
|
2
3
|
import type { CollapseItemArrowSlotProps, CollapseItemHeaderExtraSlotProps, CollapseItemHeaderSlotProps } from './interface';
|
|
3
|
-
import { type PropType, type VNode } from 'vue';
|
|
4
4
|
export declare const collapseItemProps: {
|
|
5
5
|
readonly title: StringConstructor;
|
|
6
6
|
readonly name: PropType<string | number>;
|
|
@@ -25,7 +25,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
25
25
|
randomName: string;
|
|
26
26
|
mergedClsPrefix: import("vue").Ref<string, string>;
|
|
27
27
|
collapsed: import("vue").ComputedRef<boolean>;
|
|
28
|
-
triggerAreas: import("vue").Ref<("
|
|
28
|
+
triggerAreas: import("vue").Ref<("main" | "extra" | "arrow")[], ("main" | "extra" | "arrow")[]>;
|
|
29
29
|
mergedDisplayDirective: import("vue").ComputedRef<"show" | "if">;
|
|
30
30
|
arrowPlacement: import("vue").ComputedRef<"left" | "right">;
|
|
31
31
|
handleClick(e: MouseEvent): void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
1
2
|
import type { ExtractPublicPropTypes } from '../../_utils';
|
|
2
|
-
import { type PropType } from 'vue';
|
|
3
3
|
export declare const collapseTransitionProps: {
|
|
4
4
|
readonly show: {
|
|
5
5
|
readonly type: BooleanConstructor;
|
|
@@ -72,8 +72,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
72
72
|
bezier: string;
|
|
73
73
|
}, any>>>;
|
|
74
74
|
}>> & Readonly<{}>, {
|
|
75
|
-
readonly appear: boolean;
|
|
76
75
|
readonly show: boolean;
|
|
77
76
|
readonly collapsed: boolean | undefined;
|
|
77
|
+
readonly appear: boolean;
|
|
78
78
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
79
79
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { RGBA } from 'seemly';
|
|
2
|
+
import type { PropType } from 'vue';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
clsPrefix: {
|
|
5
5
|
type: StringConstructor;
|
|
@@ -41,7 +41,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
41
41
|
};
|
|
42
42
|
onComplete: PropType<() => void>;
|
|
43
43
|
}>> & Readonly<{}>, {
|
|
44
|
-
alpha: number;
|
|
45
44
|
rgba: RGBA | null;
|
|
45
|
+
alpha: number;
|
|
46
46
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
47
47
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import type { HSLA, HSVA, RGBA } from 'seemly';
|
|
2
|
+
import type { PropType } from 'vue';
|
|
1
3
|
import type { ColorPickerMode } from './utils';
|
|
2
|
-
import { type HSLA, type HSVA, type RGBA } from 'seemly';
|
|
3
|
-
import { type PropType } from 'vue';
|
|
4
4
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
5
|
clsPrefix: {
|
|
6
6
|
type: StringConstructor;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
+
import type { HSLA, RGBA } from 'seemly';
|
|
2
|
+
import type { PropType, Ref, SlotsType, VNode } from 'vue';
|
|
3
|
+
import type { FollowerPlacement } from 'vueuc';
|
|
1
4
|
import type { ExtractPublicPropTypes, MaybeArray } from '../../_utils';
|
|
2
5
|
import type { OnClear, OnUpdateValue, RenderLabel } from './interface';
|
|
3
6
|
import type { ActionType, ColorPickerMode } from './utils';
|
|
4
|
-
import { type HSLA, type RGBA } from 'seemly';
|
|
5
|
-
import { type PropType, type Ref, type SlotsType, type VNode } from 'vue';
|
|
6
|
-
import { type FollowerPlacement } from 'vueuc';
|
|
7
7
|
export declare const colorPickerProps: {
|
|
8
8
|
readonly value: PropType<string | null>;
|
|
9
9
|
readonly show: {
|
|
@@ -2827,10 +2827,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2827
2827
|
}, any>;
|
|
2828
2828
|
}>>>;
|
|
2829
2829
|
}>> & Readonly<{}>, {
|
|
2830
|
-
readonly to: string | boolean | HTMLElement;
|
|
2831
2830
|
readonly disabled: boolean | undefined;
|
|
2832
|
-
readonly
|
|
2831
|
+
readonly to: string | boolean | HTMLElement;
|
|
2833
2832
|
readonly placement: FollowerPlacement;
|
|
2833
|
+
readonly show: boolean | undefined;
|
|
2834
2834
|
readonly defaultShow: boolean;
|
|
2835
2835
|
readonly modes: ColorPickerMode[];
|
|
2836
2836
|
readonly showAlpha: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { HSLA } from 'seemly';
|
|
2
|
+
import type { PropType, SlotsType } from 'vue';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
clsPrefix: {
|
|
5
5
|
type: StringConstructor;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { ColorPickerMode } from './utils';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
clsPrefix: {
|
|
5
5
|
type: StringConstructor;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { HSLA, RGB } from 'seemly';
|
|
2
2
|
export type ColorPickerMode = 'rgb' | 'hsl' | 'hsv' | 'hex';
|
|
3
3
|
export type ActionType = 'confirm' | 'clear';
|
|
4
4
|
export declare function deriveDefaultValue(modes: ColorPickerMode[], showAlpha: boolean): string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import type { ComputedRef } from 'vue';
|
|
1
2
|
import type { ThemeCommonVars } from '../_styles/common';
|
|
2
3
|
import type { CustomThemeCommonVars } from '../config-provider';
|
|
3
|
-
import { type ComputedRef } from 'vue';
|
|
4
4
|
export declare function useThemeVars(): ComputedRef<ThemeCommonVars & CustomThemeCommonVars>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
+
import type { ComputedRef, ExtractPropTypes, PropType } from 'vue';
|
|
2
|
+
import type { Hljs } from '../../_mixins';
|
|
1
3
|
import type { NDateLocale, NLocale } from '../../locales';
|
|
2
4
|
import type { GlobalComponentConfig, GlobalIconConfig, GlobalTheme, GlobalThemeOverrides } from './interface';
|
|
3
5
|
import type { Breakpoints, RtlProp } from './internal-interface';
|
|
4
6
|
import type { Katex } from './katex';
|
|
5
|
-
import { type ComputedRef, type ExtractPropTypes, type PropType } from 'vue';
|
|
6
|
-
import { type Hljs } from '../../_mixins';
|
|
7
7
|
export declare const configProviderProps: {
|
|
8
8
|
readonly abstract: BooleanConstructor;
|
|
9
9
|
readonly bordered: {
|
|
@@ -112,11 +112,11 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
|
|
|
112
112
|
readonly default: undefined;
|
|
113
113
|
};
|
|
114
114
|
}>> & Readonly<{}>, {
|
|
115
|
-
readonly tag: string;
|
|
116
|
-
readonly abstract: boolean;
|
|
117
|
-
readonly as: string | undefined;
|
|
118
115
|
readonly bordered: boolean | undefined;
|
|
119
116
|
readonly inlineThemeDisabled: boolean;
|
|
117
|
+
readonly tag: string;
|
|
118
|
+
readonly abstract: boolean;
|
|
120
119
|
readonly preflightStyleDisabled: boolean;
|
|
120
|
+
readonly as: string | undefined;
|
|
121
121
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
122
122
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import type { PropType, VNodeChild } from 'vue';
|
|
1
2
|
import type { ExtractPublicPropTypes } from '../../_utils';
|
|
2
|
-
import { type PropType, type VNodeChild } from 'vue';
|
|
3
3
|
export interface CountdownTimeInfo {
|
|
4
4
|
hours: number;
|
|
5
5
|
minutes: number;
|
|
@@ -63,6 +63,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
63
63
|
}>> & Readonly<{}>, {
|
|
64
64
|
active: boolean;
|
|
65
65
|
duration: number;
|
|
66
|
-
precision: 0 | 1 |
|
|
66
|
+
precision: 0 | 1 | 3 | 2;
|
|
67
67
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
68
68
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import type { SlotsType } from 'vue';
|
|
1
2
|
import type { CsvOptionsType, DataTableSlots, MainTableRef, RowKey } from './interface';
|
|
2
|
-
import { type SlotsType } from 'vue';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
readonly onUnstableColumnResize: import("vue").PropType<(resizedWidth: number, limitedWidth: number, column: import("./interface").TableBaseColumn, getColumnWidth: (key: import("./interface").ColumnKey) => number | undefined) => void>;
|
|
5
5
|
readonly pagination: {
|
|
@@ -7109,19 +7109,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7109
7109
|
}>;
|
|
7110
7110
|
}>>>;
|
|
7111
7111
|
}>> & Readonly<{}>, {
|
|
7112
|
-
readonly data: import("./interface").RowData[];
|
|
7113
7112
|
readonly size: "small" | "medium" | "large";
|
|
7114
|
-
readonly
|
|
7115
|
-
readonly columns: import("./interface").TableColumns<any>;
|
|
7116
|
-
readonly loading: boolean;
|
|
7113
|
+
readonly data: import("./interface").RowData[];
|
|
7117
7114
|
readonly spinProps: import("../../_internal").BaseLoadingExposedProps;
|
|
7118
7115
|
readonly bordered: boolean | undefined;
|
|
7116
|
+
readonly loading: boolean;
|
|
7119
7117
|
readonly allowCheckingNotLoaded: boolean;
|
|
7120
7118
|
readonly remote: boolean;
|
|
7121
7119
|
readonly cascade: boolean;
|
|
7122
7120
|
readonly virtualScroll: boolean;
|
|
7123
7121
|
readonly pagination: false | import("../../pagination").PaginationProps;
|
|
7124
7122
|
readonly paginateSinglePage: boolean;
|
|
7123
|
+
readonly columns: import("./interface").TableColumns<any>;
|
|
7125
7124
|
readonly bottomBordered: boolean | undefined;
|
|
7126
7125
|
readonly striped: boolean;
|
|
7127
7126
|
readonly defaultCheckedRowKeys: RowKey[];
|
|
@@ -7134,10 +7133,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7134
7133
|
readonly virtualScrollHeader: boolean;
|
|
7135
7134
|
readonly headerHeight: number;
|
|
7136
7135
|
readonly minRowHeight: number;
|
|
7136
|
+
readonly tableLayout: "fixed" | "auto";
|
|
7137
7137
|
readonly childrenKey: string;
|
|
7138
7138
|
readonly indent: number;
|
|
7139
7139
|
readonly flexHeight: boolean;
|
|
7140
7140
|
readonly summaryPlacement: "top" | "bottom";
|
|
7141
|
-
readonly paginationBehaviorOnFilter: "
|
|
7141
|
+
readonly paginationBehaviorOnFilter: "current" | "first";
|
|
7142
7142
|
}, SlotsType<DataTableSlots>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7143
7143
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
1
2
|
import type { FilterOption, FilterOptionValue, TableBaseColumn } from '../interface';
|
|
2
|
-
import { type PropType } from 'vue';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
column: {
|
|
5
5
|
type: PropType<TableBaseColumn>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { FilterOption, FilterOptionValue, OnFilterMenuChange, TableBaseColumn } from '../interface';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
column: {
|
|
5
5
|
type: PropType<TableBaseColumn>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
1
2
|
import type { RenderFilter } from '../interface';
|
|
2
|
-
import { type PropType } from 'vue';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
render: {
|
|
5
5
|
type: PropType<RenderFilter>;
|
|
@@ -27,7 +27,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
27
27
|
default: boolean;
|
|
28
28
|
};
|
|
29
29
|
}>> & Readonly<{}>, {
|
|
30
|
-
show: boolean;
|
|
31
30
|
active: boolean;
|
|
31
|
+
show: boolean;
|
|
32
32
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
33
33
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
1
2
|
import type { RenderSorter, SortOrder } from '../interface';
|
|
2
|
-
import { type PropType } from 'vue';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
render: {
|
|
5
5
|
type: PropType<RenderSorter>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { TableBaseColumn } from '../interface';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
column: {
|
|
5
5
|
type: PropType<TableBaseColumn>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { CSSProperties, PropType, VNodeChild } from 'vue';
|
|
2
2
|
import type { VirtualListInst } from 'vueuc';
|
|
3
|
+
import type { ScrollbarInst } from '../../../_internal';
|
|
4
|
+
import type { ColumnKey, RowData, RowKey, TmNode } from '../interface';
|
|
3
5
|
import type { ColItem } from '../use-group-header';
|
|
4
|
-
import { type ScrollbarInst } from '../../../_internal';
|
|
5
|
-
import { type ColumnKey, type RowData, type RowKey, type TmNode } from '../interface';
|
|
6
6
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7
7
|
onResize: PropType<(e: ResizeObserverEntry) => void>;
|
|
8
8
|
showHeader: BooleanConstructor;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { RowKey } from '../interface';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
rowKey: {
|
|
5
5
|
type: PropType<RowKey>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { RowKey } from '../interface';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
rowKey: {
|
|
5
5
|
type: PropType<RowKey>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import type { PropType, VNodeChild } from 'vue';
|
|
1
2
|
import type { MergedTheme } from '../../../_mixins';
|
|
2
3
|
import type { DataTableTheme } from '../../styles';
|
|
3
4
|
import type { InternalRowData, TableBaseColumn } from '../interface';
|
|
4
|
-
import { type PropType, type VNodeChild } from 'vue';
|
|
5
5
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
clsPrefix: {
|
|
7
7
|
type: StringConstructor;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
1
2
|
import type { RenderExpandIcon, RowData } from '../interface';
|
|
2
|
-
import { type PropType } from 'vue';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
clsPrefix: {
|
|
5
5
|
type: StringConstructor;
|
|
@@ -37,7 +37,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
37
37
|
required: true;
|
|
38
38
|
};
|
|
39
39
|
}>> & Readonly<{}>, {
|
|
40
|
-
expanded: boolean;
|
|
41
40
|
loading: boolean;
|
|
41
|
+
expanded: boolean;
|
|
42
42
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
43
43
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { VirtualListInst } from 'vueuc';
|
|
2
|
+
import type { ColumnKey, TableBaseColumn } from '../interface';
|
|
2
3
|
import type { ColItem, RowItem } from '../use-group-header';
|
|
3
|
-
import { type ColumnKey, type TableBaseColumn } from '../interface';
|
|
4
4
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
5
|
discrete: {
|
|
6
6
|
type: BooleanConstructor;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { TreeMate } from 'treemate';
|
|
2
|
+
import type { ComputedRef } from 'vue';
|
|
2
3
|
import type { DataTableSetupProps, InternalRowData, RowData, RowKey, TableSelectionColumn, TmNode } from './interface';
|
|
3
|
-
import { type ComputedRef } from 'vue';
|
|
4
4
|
export declare function useCheck(props: DataTableSetupProps, data: {
|
|
5
5
|
selectionColumnRef: ComputedRef<TableSelectionColumn | null>;
|
|
6
6
|
paginatedDataRef: ComputedRef<TmNode[]>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { TreeMate } from 'treemate';
|
|
2
|
+
import type { Ref } from 'vue';
|
|
2
3
|
import type { DataTableSetupProps, Expandable, InternalRowData, RowKey } from './interface';
|
|
3
|
-
import { type Ref } from 'vue';
|
|
4
4
|
export declare function useExpand(props: DataTableSetupProps, treeMateRef: Ref<TreeMate<InternalRowData, InternalRowData, InternalRowData>>): {
|
|
5
5
|
stickyExpandedRowsRef: Ref<boolean, boolean>;
|
|
6
6
|
mergedExpandedRowKeysRef: import("vue").ComputedRef<import("treemate").Key[]>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import type { ComputedRef, CSSProperties } from 'vue';
|
|
1
2
|
import type { ColumnKey, DataTableSetupProps, TableBaseColumn, TableColumn, TableExpandColumn, TableSelectionColumn } from './interface';
|
|
2
|
-
import { type ComputedRef, type CSSProperties } from 'vue';
|
|
3
3
|
export interface RowItem {
|
|
4
4
|
colSpan: number;
|
|
5
5
|
rowSpan: number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import type { ComputedRef, Ref } from 'vue';
|
|
1
2
|
import type { ColumnKey, DataTableSetupProps, MainTableRef, TableColumn } from './interface';
|
|
2
|
-
import { type ComputedRef, type Ref } from 'vue';
|
|
3
3
|
export declare function useScroll(props: DataTableSetupProps, { mainTableInstRef, mergedCurrentPageRef, bodyWidthRef }: {
|
|
4
4
|
bodyWidthRef: Ref<null | number>;
|
|
5
5
|
mainTableInstRef: Ref<MainTableRef | null>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import type { ComputedRef } from 'vue';
|
|
1
2
|
import type { ColumnKey, DataTableSetupProps, InternalRowData, SortOrder, SortState, TableBaseColumn, TableExpandColumn, TableSelectionColumn, TmNode } from './interface';
|
|
2
|
-
import { type ComputedRef } from 'vue';
|
|
3
3
|
export declare function useSorter(props: DataTableSetupProps, { dataRelatedColsRef, filteredDataRef }: {
|
|
4
4
|
dataRelatedColsRef: ComputedRef<Array<TableSelectionColumn | TableBaseColumn | TableExpandColumn>>;
|
|
5
5
|
filteredDataRef: ComputedRef<TmNode[]>;
|