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
|
@@ -3,7 +3,7 @@ import type { ExtractPublicPropTypes } from '../../_utils';
|
|
|
3
3
|
import type { TooltipProps } from '../../tooltip';
|
|
4
4
|
import type { DayRect } from './interface';
|
|
5
5
|
import type { HeatmapData, HeatmapFirstDayOfWeek, HeatmapSlots } from './public-types';
|
|
6
|
-
import {
|
|
6
|
+
import type { HeatmapColorTheme } from './theme';
|
|
7
7
|
export declare const heatmapProps: {
|
|
8
8
|
readonly activeColors: PropType<string[]>;
|
|
9
9
|
readonly colorTheme: PropType<HeatmapColorTheme>;
|
|
@@ -374,9 +374,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
374
374
|
}, any>>>;
|
|
375
375
|
}>> & Readonly<{}>, {
|
|
376
376
|
readonly size: "small" | "medium" | "large";
|
|
377
|
-
readonly tooltip: boolean | TooltipProps;
|
|
378
377
|
readonly loading: boolean;
|
|
379
378
|
readonly firstDayOfWeek: HeatmapFirstDayOfWeek;
|
|
379
|
+
readonly tooltip: boolean | TooltipProps;
|
|
380
380
|
readonly fillCalendarLeading: boolean;
|
|
381
381
|
readonly showColorIndicator: boolean;
|
|
382
382
|
readonly showWeekLabels: boolean;
|
|
@@ -51,7 +51,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
51
51
|
default: boolean;
|
|
52
52
|
};
|
|
53
53
|
}>> & Readonly<{}>, {
|
|
54
|
-
tooltip: boolean | PopoverProps;
|
|
55
54
|
loading: boolean;
|
|
55
|
+
tooltip: boolean | PopoverProps;
|
|
56
56
|
}, SlotsType<RectSlots>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
57
57
|
export default _default;
|
package/lib/icon/src/Icon.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import type { Component, PropType } from 'vue';
|
|
1
2
|
import type { ExtractPublicPropTypes } from '../../_utils';
|
|
2
|
-
import { type Component, type PropType } from 'vue';
|
|
3
3
|
export type Depth = 1 | 2 | 3 | 4 | 5 | '1' | '2' | '3' | '4' | '5' | undefined;
|
|
4
4
|
export declare const iconProps: {
|
|
5
5
|
readonly depth: PropType<Depth>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { ExtractPublicPropTypes } from '../../_utils';
|
|
2
2
|
export declare const iconWrapperProps: {
|
|
3
3
|
readonly size: {
|
|
4
4
|
readonly type: NumberConstructor;
|
|
@@ -71,6 +71,6 @@ export declare const NIconWrapper: import("vue").DefineComponent<import("vue").E
|
|
|
71
71
|
iconColor: string;
|
|
72
72
|
}, any>>>;
|
|
73
73
|
}>> & Readonly<{}>, {
|
|
74
|
-
readonly size: number;
|
|
75
74
|
readonly borderRadius: number;
|
|
75
|
+
readonly size: number;
|
|
76
76
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
package/lib/image/src/Image.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import type { ImgHTMLAttributes, PropType, SlotsType } from 'vue';
|
|
2
|
+
import type { ExtractPublicPropTypes } from '../../_utils';
|
|
1
3
|
import type { ImagePreviewInst, ImageSlots } from './public-types';
|
|
2
4
|
import type { IntersectionObserverOptions } from './utils';
|
|
3
|
-
import { type ImgHTMLAttributes, type PropType, type SlotsType } from 'vue';
|
|
4
|
-
import { type ExtractPublicPropTypes } from '../../_utils';
|
|
5
5
|
export declare const imageProps: {
|
|
6
6
|
onPreviewPrev: PropType<() => void>;
|
|
7
7
|
onPreviewNext: PropType<() => void>;
|
|
@@ -484,7 +484,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
484
484
|
onError: PropType<(e: Event) => void>;
|
|
485
485
|
onLoad: PropType<(e: Event) => void>;
|
|
486
486
|
}>> & Readonly<{}>, {
|
|
487
|
-
objectFit: "
|
|
487
|
+
objectFit: "none" | "fill" | "contain" | "cover" | "scale-down";
|
|
488
488
|
lazy: boolean;
|
|
489
489
|
showToolbar: boolean;
|
|
490
490
|
showToolbarTooltip: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { ScrollbarInst } from '../../_internal';
|
|
1
3
|
import type { ExtractPublicPropTypes } from '../../_utils';
|
|
2
4
|
import type { ScrollbarProps } from '../../scrollbar/src/Scrollbar';
|
|
3
|
-
import { type PropType } from 'vue';
|
|
4
|
-
import { type ScrollbarInst } from '../../_internal';
|
|
5
5
|
export declare const infiniteScrollProps: {
|
|
6
6
|
readonly distance: {
|
|
7
7
|
readonly type: NumberConstructor;
|
package/lib/input/src/Input.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import type { InputHTMLAttributes, PropType, SlotsType, TextareaHTMLAttributes, VNode, VNodeChild } from 'vue';
|
|
2
|
+
import type { ScrollbarInst } from '../../_internal';
|
|
3
|
+
import type { ExtractPublicPropTypes, MaybeArray } from '../../_utils';
|
|
1
4
|
import type { FormValidationStatus } from '../../form/src/public-types';
|
|
2
5
|
import type { OnUpdateValue, Size } from './interface';
|
|
3
|
-
import { type InputHTMLAttributes, type PropType, type SlotsType, type TextareaHTMLAttributes, type VNode, type VNodeChild } from 'vue';
|
|
4
|
-
import { type ScrollbarInst } from '../../_internal';
|
|
5
|
-
import { type ExtractPublicPropTypes, type MaybeArray } from '../../_utils';
|
|
6
6
|
export declare const inputProps: {
|
|
7
7
|
bordered: {
|
|
8
8
|
type: PropType<boolean | undefined>;
|
|
@@ -41,7 +41,7 @@ export declare const inputProps: {
|
|
|
41
41
|
pair: BooleanConstructor;
|
|
42
42
|
separator: StringConstructor;
|
|
43
43
|
readonly: {
|
|
44
|
-
type: (
|
|
44
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
45
45
|
default: boolean;
|
|
46
46
|
};
|
|
47
47
|
passivelyActivated: BooleanConstructor;
|
|
@@ -374,7 +374,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
374
374
|
pair: BooleanConstructor;
|
|
375
375
|
separator: StringConstructor;
|
|
376
376
|
readonly: {
|
|
377
|
-
type: (
|
|
377
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
378
378
|
default: boolean;
|
|
379
379
|
};
|
|
380
380
|
passivelyActivated: BooleanConstructor;
|
|
@@ -690,14 +690,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
690
690
|
uncontrolledValue: import("vue").Ref<string | [string, string] | null, string | [string, string] | null>;
|
|
691
691
|
mergedValue: import("vue").ComputedRef<string | [string, string] | null>;
|
|
692
692
|
passwordVisible: import("vue").Ref<boolean, boolean>;
|
|
693
|
-
mergedPlaceholder: import("vue").ComputedRef<[string] | [string
|
|
693
|
+
mergedPlaceholder: import("vue").ComputedRef<[string, string] | [string]>;
|
|
694
694
|
showPlaceholder1: import("vue").ComputedRef<string | false>;
|
|
695
695
|
showPlaceholder2: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
696
696
|
mergedFocus: import("vue").ComputedRef<boolean>;
|
|
697
697
|
isComposing: import("vue").Ref<boolean, boolean>;
|
|
698
698
|
activated: import("vue").Ref<boolean, boolean>;
|
|
699
699
|
showClearButton: import("vue").ComputedRef<boolean>;
|
|
700
|
-
mergedSize: import("vue").ComputedRef<"
|
|
700
|
+
mergedSize: import("vue").ComputedRef<"tiny" | "small" | "medium" | "large">;
|
|
701
701
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
702
702
|
textDecorationStyle: import("vue").ComputedRef<string[] | {
|
|
703
703
|
textDecoration: string;
|
|
@@ -919,7 +919,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
919
919
|
pair: BooleanConstructor;
|
|
920
920
|
separator: StringConstructor;
|
|
921
921
|
readonly: {
|
|
922
|
-
type: (
|
|
922
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
923
923
|
default: boolean;
|
|
924
924
|
};
|
|
925
925
|
passivelyActivated: BooleanConstructor;
|
|
@@ -1202,24 +1202,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1202
1202
|
}, any>;
|
|
1203
1203
|
}>>>;
|
|
1204
1204
|
}>> & Readonly<{}>, {
|
|
1205
|
-
type: "textarea" | "text" | "password";
|
|
1206
|
-
readonly: string | boolean;
|
|
1207
1205
|
disabled: boolean | undefined;
|
|
1208
|
-
|
|
1209
|
-
autofocus: boolean;
|
|
1210
|
-
loading: boolean;
|
|
1211
|
-
autosize: boolean | {
|
|
1212
|
-
minRows?: number;
|
|
1213
|
-
maxRows?: number;
|
|
1214
|
-
};
|
|
1206
|
+
type: "text" | "textarea" | "password";
|
|
1215
1207
|
bordered: boolean | undefined;
|
|
1216
1208
|
clearable: boolean;
|
|
1217
1209
|
defaultValue: string | [string, string] | null;
|
|
1210
|
+
loading: boolean;
|
|
1211
|
+
round: boolean;
|
|
1218
1212
|
resizable: boolean;
|
|
1219
1213
|
stateful: boolean;
|
|
1220
1214
|
pair: boolean;
|
|
1221
1215
|
rows: string | number;
|
|
1216
|
+
autosize: boolean | {
|
|
1217
|
+
minRows?: number;
|
|
1218
|
+
maxRows?: number;
|
|
1219
|
+
};
|
|
1220
|
+
readonly: string | boolean;
|
|
1222
1221
|
passivelyActivated: boolean;
|
|
1222
|
+
autofocus: boolean;
|
|
1223
1223
|
showCount: boolean;
|
|
1224
1224
|
attrSize: number;
|
|
1225
1225
|
internalDeactivateOnEnter: boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
1
2
|
import type { ExtractPublicPropTypes } from '../../_utils';
|
|
2
3
|
import type { Size } from './interface';
|
|
3
|
-
import { type PropType } from 'vue';
|
|
4
4
|
export declare const inputGroupLabelProps: {
|
|
5
5
|
readonly size: PropType<Size>;
|
|
6
6
|
readonly bordered: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import type { InputHTMLAttributes, PropType, SlotsType, VNode } from 'vue';
|
|
2
|
+
import type { ExtractPublicPropTypes, MaybeArray } from '../../_utils';
|
|
1
3
|
import type { FormValidationStatus } from '../../form/src/public-types';
|
|
2
4
|
import type { OnUpdateValue, Size } from './interface';
|
|
3
|
-
import { type InputHTMLAttributes, type PropType, type SlotsType, type VNode } from 'vue';
|
|
4
|
-
import { type ExtractPublicPropTypes, type MaybeArray } from '../../_utils';
|
|
5
5
|
export declare const inputNumberProps: {
|
|
6
6
|
autofocus: BooleanConstructor;
|
|
7
7
|
loading: {
|
|
@@ -1895,7 +1895,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1895
1895
|
mergedValue: import("vue").ComputedRef<number | null>;
|
|
1896
1896
|
mergedPlaceholder: import("vue").ComputedRef<string>;
|
|
1897
1897
|
displayedValueInvalid: import("vue").ComputedRef<boolean>;
|
|
1898
|
-
mergedSize: import("vue").ComputedRef<"
|
|
1898
|
+
mergedSize: import("vue").ComputedRef<"tiny" | "small" | "medium" | "large">;
|
|
1899
1899
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
1900
1900
|
displayedValue: import("vue").Ref<string, string>;
|
|
1901
1901
|
addable: import("vue").ComputedRef<boolean>;
|
|
@@ -3147,19 +3147,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3147
3147
|
}>;
|
|
3148
3148
|
}>>>;
|
|
3149
3149
|
}>> & Readonly<{}>, {
|
|
3150
|
-
readonly: boolean;
|
|
3151
3150
|
disabled: boolean | undefined;
|
|
3152
|
-
round: boolean | undefined;
|
|
3153
|
-
step: string | number;
|
|
3154
|
-
autofocus: boolean;
|
|
3155
|
-
loading: boolean;
|
|
3156
3151
|
bordered: boolean | undefined;
|
|
3157
3152
|
clearable: boolean;
|
|
3158
3153
|
defaultValue: number | null;
|
|
3154
|
+
loading: boolean;
|
|
3155
|
+
round: boolean | undefined;
|
|
3159
3156
|
keyboard: {
|
|
3160
3157
|
ArrowUp?: boolean;
|
|
3161
3158
|
ArrowDown?: boolean;
|
|
3162
3159
|
};
|
|
3160
|
+
readonly: boolean;
|
|
3161
|
+
autofocus: boolean;
|
|
3162
|
+
step: string | number;
|
|
3163
3163
|
showButton: boolean;
|
|
3164
3164
|
buttonPlacement: "right" | "both";
|
|
3165
3165
|
updateValueOnInput: boolean;
|
|
@@ -1006,12 +1006,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1006
1006
|
}>;
|
|
1007
1007
|
}>>>;
|
|
1008
1008
|
}>> & Readonly<{}>, {
|
|
1009
|
-
|
|
1010
|
-
block: boolean;
|
|
1009
|
+
disabled: boolean;
|
|
1011
1010
|
length: number;
|
|
1011
|
+
block: boolean;
|
|
1012
|
+
defaultValue: string[];
|
|
1012
1013
|
placeholder: string;
|
|
1013
|
-
disabled: boolean;
|
|
1014
1014
|
mask: boolean;
|
|
1015
|
-
|
|
1015
|
+
readonly: boolean;
|
|
1016
1016
|
}, SlotsType<InputOtpSlots>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1017
1017
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import type { CSSProperties, ExtractPropTypes, PropType } from 'vue';
|
|
1
2
|
import type { ScrollbarInst, ScrollbarProps } from '../../_internal';
|
|
2
3
|
import type { ExtractPublicPropTypes } from '../../_utils';
|
|
3
|
-
import { type CSSProperties, type ExtractPropTypes, type PropType } from 'vue';
|
|
4
4
|
export declare const layoutProps: {
|
|
5
5
|
readonly embedded: BooleanConstructor;
|
|
6
6
|
readonly position: {
|
|
@@ -406,7 +406,7 @@ export declare function createLayoutComponent(isContent: boolean): import("vue")
|
|
|
406
406
|
}, any>;
|
|
407
407
|
}>>>;
|
|
408
408
|
}>> & Readonly<{}>, {
|
|
409
|
-
position: "
|
|
409
|
+
position: "absolute" | "static";
|
|
410
410
|
contentStyle: string | CSSProperties;
|
|
411
411
|
embedded: boolean;
|
|
412
412
|
nativeScrollbar: boolean;
|
|
@@ -771,7 +771,7 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
|
|
|
771
771
|
}, any>;
|
|
772
772
|
}>>>;
|
|
773
773
|
}>> & Readonly<{}>, {
|
|
774
|
-
position: "
|
|
774
|
+
position: "absolute" | "static";
|
|
775
775
|
contentStyle: string | CSSProperties;
|
|
776
776
|
embedded: boolean;
|
|
777
777
|
nativeScrollbar: boolean;
|
|
@@ -356,7 +356,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
356
356
|
}, any>;
|
|
357
357
|
}>>>;
|
|
358
358
|
}>> & Readonly<{}>, {
|
|
359
|
-
position: "
|
|
359
|
+
position: "absolute" | "static";
|
|
360
360
|
contentStyle: string | import("vue").CSSProperties;
|
|
361
361
|
embedded: boolean;
|
|
362
362
|
nativeScrollbar: boolean;
|
|
@@ -370,7 +370,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
370
370
|
}, any>;
|
|
371
371
|
}>>>;
|
|
372
372
|
}>> & Readonly<{}>, {
|
|
373
|
-
position: "
|
|
373
|
+
position: "absolute" | "static";
|
|
374
374
|
bordered: boolean;
|
|
375
375
|
inverted: boolean;
|
|
376
376
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -265,7 +265,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
265
265
|
}, any>;
|
|
266
266
|
}>>>;
|
|
267
267
|
}>> & Readonly<{}>, {
|
|
268
|
-
position: "
|
|
268
|
+
position: "absolute" | "static";
|
|
269
269
|
bordered: boolean;
|
|
270
270
|
inverted: boolean;
|
|
271
271
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import type { CSSProperties, PropType } from 'vue';
|
|
1
2
|
import type { ScrollbarInst, ScrollbarProps } from '../../_internal';
|
|
2
3
|
import type { ExtractPublicPropTypes, MaybeArray } from '../../_utils';
|
|
3
|
-
import { type CSSProperties, type PropType } from 'vue';
|
|
4
4
|
export declare const layoutSiderProps: {
|
|
5
5
|
readonly position: {
|
|
6
6
|
readonly type: PropType<"static" | "absolute">;
|
|
@@ -484,9 +484,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
484
484
|
}, any>;
|
|
485
485
|
}>>>;
|
|
486
486
|
}>> & Readonly<{}>, {
|
|
487
|
-
position: "
|
|
488
|
-
width: string | number;
|
|
487
|
+
position: "absolute" | "static";
|
|
489
488
|
bordered: boolean;
|
|
489
|
+
width: string | number;
|
|
490
490
|
contentStyle: string | CSSProperties;
|
|
491
491
|
collapsed: boolean | undefined;
|
|
492
492
|
nativeScrollbar: boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { ExtractPublicPropTypes } from '../../_utils';
|
|
1
3
|
import type { Span } from './interface';
|
|
2
|
-
import { type PropType } from 'vue';
|
|
3
|
-
import { type ExtractPublicPropTypes } from '../../_utils';
|
|
4
4
|
export declare const colProps: {
|
|
5
5
|
readonly span: {
|
|
6
6
|
readonly type: PropType<Span>;
|
|
@@ -19,7 +19,7 @@ export declare const colProps: {
|
|
|
19
19
|
readonly default: 0;
|
|
20
20
|
};
|
|
21
21
|
};
|
|
22
|
-
export declare const colPropKeys: ("push" | "
|
|
22
|
+
export declare const colPropKeys: ("push" | "offset" | "span" | "pull")[];
|
|
23
23
|
export type ColProps = ExtractPublicPropTypes<typeof colProps>;
|
|
24
24
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
25
25
|
readonly span: {
|
|
@@ -62,8 +62,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
62
62
|
};
|
|
63
63
|
}>> & Readonly<{}>, {
|
|
64
64
|
readonly push: Span;
|
|
65
|
-
readonly span: Span;
|
|
66
65
|
readonly offset: Span;
|
|
66
|
+
readonly span: Span;
|
|
67
67
|
readonly pull: Span;
|
|
68
68
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
69
69
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import type { PropType, Ref } from 'vue';
|
|
2
|
+
import type { ExtractPublicPropTypes } from '../../_utils';
|
|
3
3
|
export interface RowInjection {
|
|
4
4
|
gutterRef: Ref<string | number | [number, number]>;
|
|
5
5
|
verticalGutterRef: Ref<number>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { ExtractPublicPropTypes, MaybeArray } from '../../_utils';
|
|
3
|
+
import type { Filter, OnUpdateValue, Option, OptionValue } from './interface';
|
|
4
4
|
export declare const transferProps: {
|
|
5
5
|
readonly value: PropType<OptionValue[] | null>;
|
|
6
6
|
readonly defaultValue: {
|
|
@@ -3790,10 +3790,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3790
3790
|
}, any>;
|
|
3791
3791
|
}>>>;
|
|
3792
3792
|
}>> & Readonly<{}>, {
|
|
3793
|
-
readonly options: Option[];
|
|
3794
|
-
readonly filter: Filter;
|
|
3795
3793
|
readonly disabled: boolean | undefined;
|
|
3794
|
+
readonly filter: Filter;
|
|
3796
3795
|
readonly defaultValue: OptionValue[] | null;
|
|
3796
|
+
readonly options: Option[];
|
|
3797
3797
|
readonly filterable: boolean;
|
|
3798
3798
|
readonly virtualScroll: boolean;
|
|
3799
3799
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { VirtualListInst } from 'vueuc';
|
|
3
|
+
import type { ScrollbarInst } from '../../_internal';
|
|
4
|
+
import type { Option } from './interface';
|
|
5
5
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
virtualScroll: {
|
|
7
7
|
type: BooleanConstructor;
|
|
@@ -842,7 +842,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
842
842
|
default: boolean;
|
|
843
843
|
};
|
|
844
844
|
}>> & Readonly<{}>, {
|
|
845
|
-
source: boolean;
|
|
846
845
|
disabled: boolean;
|
|
846
|
+
source: boolean;
|
|
847
847
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
848
848
|
export default _default;
|
package/lib/list/src/List.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { PropType, Ref, SlotsType, VNode } from 'vue';
|
|
2
|
-
import {
|
|
2
|
+
import type { ExtractPublicPropTypes } from '../../_utils';
|
|
3
3
|
export declare const listProps: {
|
|
4
4
|
size: {
|
|
5
5
|
type: PropType<"small" | "medium" | "large">;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { CSSProperties, PropType } from 'vue';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
containerClass: StringConstructor;
|
|
4
4
|
containerStyle: PropType<string | CSSProperties>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import type { CSSProperties, ExtractPropTypes, PropType } from 'vue';
|
|
1
2
|
import type { ExtractPublicPropTypes } from '../../_utils';
|
|
2
|
-
import { type CSSProperties, type ExtractPropTypes, type PropType } from 'vue';
|
|
3
3
|
export interface LoadingBarInst {
|
|
4
4
|
start: () => void;
|
|
5
5
|
error: () => void;
|
package/lib/log/src/Log.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import type { PropType, Ref } from 'vue';
|
|
1
2
|
import type { ScrollbarInst } from '../../_internal';
|
|
3
|
+
import type { Hljs } from '../../_mixins';
|
|
2
4
|
import type { ExtractPublicPropTypes } from '../../_utils';
|
|
3
|
-
import { type PropType, type Ref } from 'vue';
|
|
4
|
-
import { type Hljs } from '../../_mixins';
|
|
5
5
|
export interface LogInjection {
|
|
6
6
|
trimRef: Ref<boolean>;
|
|
7
7
|
languageRef: Ref<string | undefined>;
|
|
@@ -375,7 +375,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
375
375
|
mergedLines: import("vue").ComputedRef<string[]>;
|
|
376
376
|
scrollToTop: (silent?: boolean) => void;
|
|
377
377
|
scrollToBottom: (silent?: boolean) => void;
|
|
378
|
-
handleWheel:
|
|
378
|
+
handleWheel: (e: WheelEvent) => void;
|
|
379
379
|
handleScroll: (e: Event) => void;
|
|
380
380
|
cssVars: import("vue").ComputedRef<{
|
|
381
381
|
'--n-bezier': string;
|
|
@@ -533,12 +533,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
533
533
|
}, any>;
|
|
534
534
|
}>>>;
|
|
535
535
|
}>> & Readonly<{}>, {
|
|
536
|
-
readonly trim: boolean;
|
|
537
536
|
readonly fontSize: number;
|
|
538
537
|
readonly lineHeight: number;
|
|
539
|
-
readonly loading: boolean;
|
|
540
538
|
readonly offsetTop: number;
|
|
541
539
|
readonly offsetBottom: number;
|
|
540
|
+
readonly loading: boolean;
|
|
541
|
+
readonly trim: boolean;
|
|
542
542
|
readonly rows: number;
|
|
543
543
|
readonly lines: string[];
|
|
544
544
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
package/lib/log/src/Log.js
CHANGED
|
@@ -15,6 +15,8 @@ const context_1 = require("./context");
|
|
|
15
15
|
const LogLine_1 = __importDefault(require("./LogLine"));
|
|
16
16
|
const LogLoader_1 = __importDefault(require("./LogLoader"));
|
|
17
17
|
const index_cssr_1 = __importDefault(require("./styles/index.cssr"));
|
|
18
|
+
// Fix vue-tsc error
|
|
19
|
+
const throttle = lodash_1.throttle;
|
|
18
20
|
exports.logProps = Object.assign(Object.assign({}, _mixins_1.useTheme.props), { loading: Boolean, trim: Boolean, log: String, fontSize: {
|
|
19
21
|
type: Number,
|
|
20
22
|
default: 14
|
|
@@ -84,7 +86,7 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
84
86
|
onReachBottom();
|
|
85
87
|
}
|
|
86
88
|
}
|
|
87
|
-
const handleWheel =
|
|
89
|
+
const handleWheel = throttle(_handleWheel, 300);
|
|
88
90
|
function _handleWheel(e) {
|
|
89
91
|
if (silentRef.value) {
|
|
90
92
|
void (0, vue_1.nextTick)(() => {
|
|
@@ -32,7 +32,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
32
32
|
themeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Marquee", {}, any>>>;
|
|
33
33
|
builtinThemeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Marquee", {}, any>>>;
|
|
34
34
|
}>> & Readonly<{}>, {
|
|
35
|
-
speed: number;
|
|
36
35
|
autoFill: boolean;
|
|
36
|
+
speed: number;
|
|
37
37
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
38
38
|
export default _default;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
import type { TreeNode } from 'treemate';
|
|
2
|
+
import type { PropType, SlotsType, VNode } from 'vue';
|
|
3
|
+
import type { FollowerInst, FollowerPlacement } from 'vueuc';
|
|
1
4
|
import type { RenderLabel } from '../../_internal/select-menu/src/interface';
|
|
2
5
|
import type { ExtractPublicPropTypes, MaybeArray } from '../../_utils';
|
|
3
6
|
import type { FormValidationStatus } from '../../form/src/public-types';
|
|
4
7
|
import type { Size as InputSize } from '../../input/src/interface';
|
|
5
8
|
import type { SelectBaseOption, SelectGroupOption, SelectIgnoredOption } from '../../select/src/interface';
|
|
6
9
|
import type { MentionOption } from './interface';
|
|
7
|
-
import { type TreeNode } from 'treemate';
|
|
8
|
-
import { type PropType, type SlotsType, type VNode } from 'vue';
|
|
9
|
-
import { type FollowerInst, type FollowerPlacement } from 'vueuc';
|
|
10
10
|
export declare const mentionProps: {
|
|
11
11
|
readonly to: {
|
|
12
12
|
type: PropType<HTMLElement | string | boolean>;
|
|
@@ -1015,7 +1015,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1015
1015
|
namespace: import("vue").ComputedRef<string | undefined>;
|
|
1016
1016
|
mergedClsPrefix: import("vue").Ref<string, string>;
|
|
1017
1017
|
mergedBordered: import("vue").ComputedRef<boolean>;
|
|
1018
|
-
mergedSize: import("vue").ComputedRef<"
|
|
1018
|
+
mergedSize: import("vue").ComputedRef<"tiny" | "small" | "medium" | "large">;
|
|
1019
1019
|
mergedStatus: import("vue").ComputedRef<FormValidationStatus | undefined>;
|
|
1020
1020
|
mergedTheme: import("vue").ComputedRef<{
|
|
1021
1021
|
common: import("../..").ThemeCommonVars;
|
|
@@ -1794,18 +1794,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1794
1794
|
}>;
|
|
1795
1795
|
}>>>;
|
|
1796
1796
|
}>> & Readonly<{}>, {
|
|
1797
|
-
readonly type: "textarea" | "text";
|
|
1798
|
-
readonly prefix: string | string[];
|
|
1799
|
-
readonly options: MentionOption[];
|
|
1800
|
-
readonly filter: (pattern: string, option: MentionOption) => boolean;
|
|
1801
|
-
readonly placeholder: string;
|
|
1802
|
-
readonly to: string | boolean | HTMLElement;
|
|
1803
1797
|
readonly disabled: boolean;
|
|
1804
|
-
readonly
|
|
1805
|
-
readonly
|
|
1798
|
+
readonly type: "text" | "textarea";
|
|
1799
|
+
readonly filter: (pattern: string, option: MentionOption) => boolean;
|
|
1806
1800
|
readonly bordered: boolean | undefined;
|
|
1801
|
+
readonly to: string | boolean | HTMLElement;
|
|
1807
1802
|
readonly defaultValue: string;
|
|
1803
|
+
readonly loading: boolean;
|
|
1804
|
+
readonly placeholder: string;
|
|
1808
1805
|
readonly placement: FollowerPlacement;
|
|
1806
|
+
readonly options: MentionOption[];
|
|
1807
|
+
readonly separator: string;
|
|
1808
|
+
readonly prefix: string | string[];
|
|
1809
1809
|
readonly internalDebug: boolean;
|
|
1810
1810
|
}, SlotsType<MentionSlots>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1811
1811
|
export default _default;
|
package/lib/menu/src/Menu.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
+
import type { Key } from 'treemate';
|
|
2
|
+
import type { ExtractPropTypes, PropType, VNodeChild } from 'vue';
|
|
3
|
+
import type { FollowerPlacement, VOverflowInst } from 'vueuc';
|
|
1
4
|
import type { MaybeArray } from '../../_utils';
|
|
2
5
|
import type { DropdownProps } from '../../dropdown';
|
|
3
6
|
import type { MenuGroupOption, MenuIgnoredOption, MenuMixedOption, MenuNodeProps, MenuOption, OnUpdateKeys, OnUpdateValue } from './interface';
|
|
4
|
-
import { type Key } from 'treemate';
|
|
5
|
-
import { type ExtractPropTypes, type PropType, type VNodeChild } from 'vue';
|
|
6
|
-
import { type FollowerPlacement, type VOverflowInst } from 'vueuc';
|
|
7
7
|
export declare const menuProps: {
|
|
8
8
|
readonly options: {
|
|
9
9
|
readonly type: PropType<MenuMixedOption[]>;
|
|
@@ -2365,18 +2365,18 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
|
|
|
2365
2365
|
}>;
|
|
2366
2366
|
}>>>;
|
|
2367
2367
|
}>> & Readonly<{}>, {
|
|
2368
|
-
readonly options: MenuMixedOption[];
|
|
2369
|
-
readonly mode: "horizontal" | "vertical";
|
|
2370
2368
|
readonly disabled: boolean;
|
|
2371
|
-
readonly show: boolean;
|
|
2372
2369
|
readonly iconSize: number;
|
|
2373
2370
|
readonly defaultValue: Key | null;
|
|
2371
|
+
readonly options: MenuMixedOption[];
|
|
2372
|
+
readonly show: boolean;
|
|
2374
2373
|
readonly responsive: boolean;
|
|
2375
2374
|
readonly disabledField: string;
|
|
2376
2375
|
readonly labelField: string;
|
|
2377
2376
|
readonly childrenField: string;
|
|
2378
2377
|
readonly accordion: boolean;
|
|
2379
2378
|
readonly collapsed: boolean | undefined;
|
|
2379
|
+
readonly mode: "horizontal" | "vertical";
|
|
2380
2380
|
readonly defaultExpandAll: boolean;
|
|
2381
2381
|
readonly indent: number;
|
|
2382
2382
|
readonly inverted: boolean;
|