naive-ui 2.24.1 → 2.24.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/_internal/clear/src/Clear.d.ts +8 -10
- package/es/_internal/close/src/Close.d.ts +11 -10
- package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +10 -20
- package/es/_internal/focus-detector/src/FocusDetector.d.ts +4 -7
- package/es/_internal/icon/src/Icon.d.ts +19 -20
- package/es/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +1 -1
- package/es/_internal/icons/Add.d.ts +1 -1
- package/es/_internal/icons/ArrowBack.d.ts +1 -1
- package/es/_internal/icons/ArrowDown.d.ts +1 -1
- package/es/_internal/icons/Attach.d.ts +1 -1
- package/es/_internal/icons/Backward.d.ts +1 -1
- package/es/_internal/icons/Cancel.d.ts +1 -1
- package/es/_internal/icons/Checkmark.d.ts +1 -1
- package/es/_internal/icons/ChevronDown.d.ts +1 -1
- package/es/_internal/icons/ChevronDownFilled.d.ts +1 -1
- package/es/_internal/icons/ChevronLeft.d.ts +1 -1
- package/es/_internal/icons/ChevronRight.d.ts +1 -1
- package/es/_internal/icons/Clear.d.ts +1 -1
- package/es/_internal/icons/Close.d.ts +1 -1
- package/es/_internal/icons/Date.d.ts +1 -1
- package/es/_internal/icons/Download.d.ts +1 -1
- package/es/_internal/icons/Empty.d.ts +1 -1
- package/es/_internal/icons/Error.d.ts +1 -1
- package/es/_internal/icons/Eye.d.ts +1 -1
- package/es/_internal/icons/EyeOff.d.ts +1 -1
- package/es/_internal/icons/FastBackward.d.ts +1 -1
- package/es/_internal/icons/FastForward.d.ts +1 -1
- package/es/_internal/icons/File.d.ts +1 -1
- package/es/_internal/icons/Filter.d.ts +1 -1
- package/es/_internal/icons/Forward.d.ts +1 -1
- package/es/_internal/icons/Info.d.ts +1 -1
- package/es/_internal/icons/More.d.ts +1 -1
- package/es/_internal/icons/Photo.d.ts +1 -1
- package/es/_internal/icons/Remove.d.ts +1 -1
- package/es/_internal/icons/Retry.d.ts +1 -1
- package/es/_internal/icons/RotateClockwise.d.ts +1 -1
- package/es/_internal/icons/RotateCounterclockwise.d.ts +1 -1
- package/es/_internal/icons/Search.d.ts +1 -1
- package/es/_internal/icons/Success.d.ts +1 -1
- package/es/_internal/icons/Switcher.d.ts +1 -1
- package/es/_internal/icons/Time.d.ts +1 -1
- package/es/_internal/icons/To.d.ts +1 -1
- package/es/_internal/icons/Trash.d.ts +1 -1
- package/es/_internal/icons/Warning.d.ts +1 -1
- package/es/_internal/icons/ZoomIn.d.ts +1 -1
- package/es/_internal/icons/ZoomOut.d.ts +1 -1
- package/es/_internal/icons/replaceable.d.ts +1 -1
- package/es/_internal/loading/src/Loading.d.ts +26 -16
- package/es/_internal/menu-mask/src/MenuMask.d.ts +6 -5
- package/es/_internal/scrollbar/src/ScrollBar.d.ts +54 -58
- package/es/_internal/scrollbar/src/ScrollBar.js +90 -68
- package/es/_internal/select-menu/src/SelectGroupHeader.d.ts +10 -7
- package/es/_internal/select-menu/src/SelectMenu.d.ts +67 -63
- package/es/_internal/select-menu/src/SelectMenu.js +22 -21
- package/es/_internal/select-menu/src/SelectOption.d.ts +10 -7
- package/es/_internal/select-menu/src/interface.d.ts +3 -3
- package/es/_internal/select-menu/src/interface.js +3 -2
- package/es/_internal/selection/src/Selection.d.ts +67 -69
- package/es/_internal/selection/src/Selection.js +25 -8
- package/es/_internal/selection/src/styles/index.cssr.js +2 -1
- package/es/_internal/selection/styles/_common.d.ts +1 -0
- package/es/_internal/selection/styles/_common.js +1 -0
- package/es/_internal/selection/styles/light.d.ts +2 -0
- package/es/_internal/slot-machine/src/SlotMachine.d.ts +18 -12
- package/es/_internal/slot-machine/src/SlotMachineNumber.d.ts +18 -12
- package/es/_internal/suffix/src/Suffix.d.ts +19 -14
- package/es/_internal/suffix/src/Suffix.js +7 -2
- package/es/_internal/wave/src/Wave.d.ts +6 -5
- package/es/_mixins/use-form-item.d.ts +2 -2
- package/es/_mixins/use-form-item.js +2 -1
- package/es/_mixins/use-locale.d.ts +1 -1
- package/es/_mixins/use-locale.js +1 -1
- package/es/_utils/index.d.ts +1 -1
- package/es/_utils/index.js +1 -1
- package/es/_utils/vue/create-injection-key.d.ts +2 -0
- package/es/_utils/vue/create-injection-key.js +3 -0
- package/es/_utils/vue/index.d.ts +2 -0
- package/es/_utils/vue/index.js +2 -0
- package/es/_utils/vue/resolve-slot.d.ts +2 -0
- package/es/_utils/vue/resolve-slot.js +20 -0
- package/es/affix/src/Affix.d.ts +26 -22
- package/es/alert/src/Alert.d.ts +34 -27
- package/es/alert/src/Alert.js +2 -4
- package/es/anchor/src/AnchorAdapter.d.ts +52 -47
- package/es/anchor/src/BaseAnchor.d.ts +25 -20
- package/es/anchor/src/Link.d.ts +6 -9
- package/es/anchor/src/Link.js +6 -5
- package/es/auto-complete/src/AutoComplete.d.ts +52 -59
- package/es/avatar/src/Avatar.d.ts +27 -30
- package/es/avatar/src/AvatarGroup.d.ts +13 -17
- package/es/avatar/src/AvatarGroup.js +5 -2
- package/es/back-top/src/BackTop.d.ts +48 -33
- package/es/back-top/src/BackTop.js +2 -4
- package/es/badge/src/Badge.d.ts +31 -29
- package/es/badge/src/Badge.js +6 -5
- package/es/breadcrumb/src/Breadcrumb.d.ts +15 -18
- package/es/breadcrumb/src/Breadcrumb.js +2 -1
- package/es/breadcrumb/src/BreadcrumbItem.d.ts +4 -7
- package/es/button/src/Button.d.ts +53 -61
- package/es/button/src/Button.js +5 -2
- package/es/button/src/ButtonGroup.d.ts +10 -11
- package/es/button/src/ButtonGroup.js +2 -1
- package/es/calendar/src/Calendar.d.ts +21 -26
- package/es/calendar/src/Calendar.js +15 -2
- package/es/card/src/Card.d.ts +32 -37
- package/es/card/src/Card.js +6 -6
- package/es/carousel/src/Carousel.d.ts +74 -64
- package/es/carousel/src/Carousel.js +42 -45
- package/es/carousel/src/CarouselArrow.d.ts +1 -1
- package/es/carousel/src/CarouselDots.d.ts +19 -13
- package/es/carousel/src/CarouselItem.d.ts +2 -2
- package/es/carousel/src/CarouselItem.js +7 -4
- package/es/carousel/src/interface.d.ts +10 -3
- package/es/carousel/src/interface.js +2 -1
- package/es/carousel/src/styles/index.cssr.js +2 -2
- package/es/cascader/index.d.ts +1 -1
- package/es/cascader/src/Cascader.d.ts +105 -84
- package/es/cascader/src/Cascader.js +14 -26
- package/es/cascader/src/CascaderMenu.d.ts +34 -24
- package/es/cascader/src/CascaderMenu.js +2 -4
- package/es/cascader/src/CascaderOption.d.ts +7 -5
- package/es/cascader/src/CascaderSelectMenu.d.ts +26 -20
- package/es/cascader/src/CascaderSubmenu.d.ts +16 -9
- package/es/cascader/src/interface.d.ts +6 -2
- package/es/cascader/src/interface.js +2 -1
- package/es/cascader/styles/light.d.ts +1 -0
- package/es/checkbox/index.d.ts +1 -0
- package/es/checkbox/src/Checkbox.d.ts +43 -43
- package/es/checkbox/src/Checkbox.js +17 -5
- package/es/checkbox/src/CheckboxGroup.d.ts +23 -24
- package/es/checkbox/src/CheckboxGroup.js +2 -2
- package/es/checkbox/src/interface.d.ts +4 -0
- package/es/code/src/Code.d.ts +24 -32
- package/es/code/src/styles/index.cssr.js +4 -1
- package/es/collapse/src/Collapse.d.ts +35 -33
- package/es/collapse/src/Collapse.js +2 -2
- package/es/collapse/src/CollapseItem.d.ts +5 -9
- package/es/collapse/src/CollapseItem.js +8 -15
- package/es/collapse/src/CollapseItemContent.d.ts +11 -9
- package/es/collapse-transition/src/CollapseTransition.d.ts +18 -19
- package/es/color-picker/src/AlphaSlider.d.ts +19 -14
- package/es/color-picker/src/ColorInput.d.ts +34 -19
- package/es/color-picker/src/ColorInputUnit.d.ts +15 -11
- package/es/color-picker/src/ColorPicker.d.ts +46 -51
- package/es/color-picker/src/ColorPicker.js +3 -5
- package/es/color-picker/src/ColorPickerSwatches.d.ts +18 -11
- package/es/color-picker/src/ColorPickerTrigger.d.ts +15 -12
- package/es/color-picker/src/ColorPreview.d.ts +19 -11
- package/es/color-picker/src/HueSlider.d.ts +15 -12
- package/es/color-picker/src/Pallete.d.ts +23 -16
- package/es/composables/use-theme-vars.d.ts +2 -1
- package/es/config-provider/src/ConfigProvider.d.ts +30 -37
- package/es/config-provider/src/ConfigProvider.js +6 -5
- package/es/config-provider/src/interface.d.ts +4 -1
- package/es/countdown/src/Countdown.d.ts +18 -17
- package/es/data-table/index.d.ts +1 -1
- package/es/data-table/src/DataTable.d.ts +104 -104
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +12 -7
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +36 -19
- package/es/data-table/src/HeaderButton/RenderFilter.d.ts +14 -9
- package/es/data-table/src/HeaderButton/RenderSorter.d.ts +10 -7
- package/es/data-table/src/HeaderButton/SortButton.d.ts +6 -5
- package/es/data-table/src/HeaderButton/SortButton.js +6 -6
- package/es/data-table/src/MainTable.d.ts +1 -1
- package/es/data-table/src/TableParts/Body.d.ts +13 -14
- package/es/data-table/src/TableParts/Body.js +2 -4
- package/es/data-table/src/TableParts/BodyCheckbox.d.ts +14 -9
- package/es/data-table/src/TableParts/Cell.d.ts +865 -855
- package/es/data-table/src/TableParts/ExpandTrigger.d.ts +11 -9
- package/es/data-table/src/TableParts/Header.d.ts +8 -5
- package/es/data-table/src/TableParts/SelectionMenu.d.ts +6 -5
- package/es/data-table/src/interface.d.ts +9 -6
- package/es/data-table/src/interface.js +2 -1
- package/es/data-table/src/styles/index.cssr.js +7 -7
- package/es/data-table/styles/light.d.ts +1 -0
- package/es/date-picker/index.d.ts +1 -0
- package/es/date-picker/src/DatePicker.d.ts +72 -93
- package/es/date-picker/src/DatePicker.js +18 -63
- package/es/date-picker/src/interface.d.ts +6 -3
- package/es/date-picker/src/interface.js +2 -1
- package/es/date-picker/src/panel/date.d.ts +77 -34
- package/es/date-picker/src/panel/date.js +6 -7
- package/es/date-picker/src/panel/daterange.d.ts +31 -26
- package/es/date-picker/src/panel/daterange.js +6 -9
- package/es/date-picker/src/panel/datetime.d.ts +41 -30
- package/es/date-picker/src/panel/datetime.js +4 -5
- package/es/date-picker/src/panel/datetimerange.d.ts +31 -26
- package/es/date-picker/src/panel/datetimerange.js +5 -8
- package/es/date-picker/src/panel/month.d.ts +48 -32
- package/es/date-picker/src/panel/month.js +13 -4
- package/es/date-picker/src/panel/panelHeader.d.ts +2435 -0
- package/es/date-picker/src/panel/panelHeader.js +72 -0
- package/es/date-picker/src/panel/use-calendar.d.ts +16 -4
- package/es/date-picker/src/panel/use-calendar.js +42 -3
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +6 -0
- package/es/date-picker/src/panel/use-dual-calendar.js +10 -1
- package/es/date-picker/src/panel/use-panel-common.d.ts +2 -0
- package/es/date-picker/src/panel/use-panel-common.js +7 -1
- package/es/date-picker/src/styles/index.cssr.js +5 -2
- package/es/descriptions/src/Descriptions.d.ts +33 -33
- package/es/descriptions/src/DescriptionsItem.d.ts +9 -12
- package/es/dialog/src/Dialog.d.ts +32 -43
- package/es/dialog/src/Dialog.js +27 -20
- package/es/dialog/src/DialogEnvironment.d.ts +41 -46
- package/es/dialog/src/DialogProvider.d.ts +7 -10
- package/es/dialog/src/DialogProvider.js +3 -3
- package/es/divider/src/Divider.d.ts +14 -19
- package/es/drawer/src/Drawer.d.ts +89 -52
- package/es/drawer/src/Drawer.js +17 -6
- package/es/drawer/src/DrawerBodyWrapper.d.ts +40 -16
- package/es/drawer/src/DrawerBodyWrapper.js +11 -2
- package/es/drawer/src/DrawerContent.d.ts +15 -20
- package/es/drawer/src/interface.d.ts +3 -3
- package/es/drawer/src/interface.js +3 -2
- package/es/dropdown/src/Dropdown.d.ts +110 -101
- package/es/dropdown/src/Dropdown.js +2 -2
- package/es/dropdown/src/DropdownDivider.d.ts +6 -5
- package/es/dropdown/src/DropdownGroup.d.ts +14 -9
- package/es/dropdown/src/DropdownGroupHeader.d.ts +10 -7
- package/es/dropdown/src/DropdownMenu.d.ts +18 -16
- package/es/dropdown/src/DropdownMenu.js +2 -1
- package/es/dropdown/src/DropdownOption.d.ts +19 -14
- package/es/dropdown/src/DropdownOption.js +2 -2
- package/es/dropdown/src/DropdownRenderOption.d.ts +6 -5
- package/es/dynamic-input/src/DynamicInput.d.ts +50 -45
- package/es/dynamic-input/src/DynamicInput.js +2 -2
- package/es/dynamic-input/src/InputPreset.d.ts +16 -14
- package/es/dynamic-input/src/PairPreset.d.ts +23 -18
- package/es/dynamic-input/src/interface.d.ts +2 -2
- package/es/dynamic-input/src/interface.js +2 -1
- package/es/dynamic-tags/src/DynamicTags.d.ts +41 -41
- package/es/element/src/Element.d.ts +9 -12
- package/es/ellipsis/src/Ellipsis.d.ts +14 -19
- package/es/empty/src/Empty.d.ts +23 -24
- package/es/empty/src/Empty.js +5 -9
- package/es/form/src/Feedbacks.d.ts +8 -10
- package/es/form/src/Form.d.ts +39 -39
- package/es/form/src/FormItem.d.ts +36 -51
- package/es/form/src/FormItem.js +7 -3
- package/es/form/src/FormItemCol.d.ts +52 -59
- package/es/form/src/FormItemGridItem.d.ts +52 -65
- package/es/form/src/FormItemRow.d.ts +58 -65
- package/es/form/src/interface.d.ts +3 -3
- package/es/form/src/interface.js +3 -2
- package/es/global-style/src/GlobalStyle.d.ts +1 -1
- package/es/gradient-text/src/GradientText.d.ts +16 -23
- package/es/grid/src/Grid.d.ts +27 -22
- package/es/grid/src/Grid.js +2 -2
- package/es/grid/src/GridItem.d.ts +18 -18
- package/es/grid/src/GridItem.js +3 -2
- package/es/icon/src/Icon.d.ts +11 -18
- package/es/image/src/Image.d.ts +28 -41
- package/es/image/src/ImageGroup.d.ts +15 -19
- package/es/image/src/ImageGroup.js +2 -1
- package/es/image/src/ImagePreview.d.ts +20 -23
- package/es/image/src/ImagePreview.js +10 -6
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/es/input/src/Input.d.ts +108 -110
- package/es/input/src/Input.js +75 -34
- package/es/input/src/InputGroup.d.ts +5 -9
- package/es/input/src/InputGroupLabel.d.ts +16 -17
- package/es/input/src/InputGroupLabel.js +4 -3
- package/es/input/src/WordCount.d.ts +1 -1
- package/es/input/src/interface.d.ts +2 -2
- package/es/input/src/interface.js +2 -1
- package/es/input/src/styles/input.cssr.js +45 -62
- package/es/input-number/src/InputNumber.d.ts +59 -58
- package/es/layout/src/Layout.d.ts +90 -65
- package/es/layout/src/Layout.js +2 -1
- package/es/layout/src/LayoutContent.d.ts +33 -31
- package/es/layout/src/LayoutFooter.d.ts +14 -19
- package/es/layout/src/LayoutHeader.d.ts +17 -19
- package/es/layout/src/LayoutSider.d.ts +64 -61
- package/es/layout/src/ToggleBar.d.ts +7 -8
- package/es/layout/src/ToggleButton.d.ts +7 -8
- package/es/layout/src/interface.d.ts +2 -2
- package/es/layout/src/interface.js +2 -1
- package/es/layout/src/styles/layout-sider.cssr.js +15 -7
- package/es/legacy-grid/src/Col.d.ts +18 -11
- package/es/legacy-grid/src/Row.d.ts +11 -13
- package/es/legacy-grid/src/Row.js +2 -2
- package/es/list/src/List.d.ts +19 -20
- package/es/list/src/List.js +7 -5
- package/es/list/src/ListItem.d.ts +1 -1
- package/es/list/src/ListItem.js +3 -3
- package/es/loading-bar/src/LoadingBar.d.ts +1 -1
- package/es/loading-bar/src/LoadingBarProvider.d.ts +22 -23
- package/es/loading-bar/src/LoadingBarProvider.js +7 -6
- package/es/locales/common/esAR.d.ts +109 -0
- package/es/locales/common/esAR.js +110 -0
- package/es/locales/common/itIT.d.ts +3 -0
- package/es/locales/common/itIT.js +109 -0
- package/es/locales/date/esAR.d.ts +3 -0
- package/es/locales/date/esAR.js +6 -0
- package/es/locales/date/itIT.d.ts +3 -0
- package/es/locales/date/itIT.js +6 -0
- package/es/locales/index.d.ts +4 -0
- package/es/locales/index.js +4 -0
- package/es/log/src/Log.d.ts +48 -46
- package/es/log/src/Log.js +2 -2
- package/es/log/src/LogLine.d.ts +6 -5
- package/es/log/src/LogLoader.d.ts +6 -5
- package/es/mention/src/Mention.d.ts +55 -56
- package/es/menu/src/Menu.d.ts +87 -88
- package/es/menu/src/Menu.js +2 -2
- package/es/menu/src/MenuDivider.d.ts +1 -1
- package/es/menu/src/MenuOption.d.ts +22 -295
- package/es/menu/src/MenuOption.js +2 -1
- package/es/menu/src/MenuOptionContent.d.ts +33 -305
- package/es/menu/src/MenuOptionGroup.d.ts +20 -20
- package/es/menu/src/MenuOptionGroup.js +4 -3
- package/es/menu/src/Submenu.d.ts +35 -301
- package/es/menu/src/Submenu.js +4 -2
- package/es/menu/src/use-menu-child-props.d.ts +2 -1
- package/es/menu/src/use-menu-child.d.ts +5 -7
- package/es/menu/src/use-menu-child.js +0 -2
- package/es/message/src/Message.d.ts +15 -35
- package/es/message/src/MessageEnvironment.d.ts +26 -34
- package/es/message/src/MessageProvider.d.ts +24 -30
- package/es/message/src/MessageProvider.js +8 -8
- package/es/modal/src/BodyWrapper.d.ts +96 -72
- package/es/modal/src/BodyWrapper.js +12 -9
- package/es/modal/src/Modal.d.ts +125 -968
- package/es/modal/src/Modal.js +18 -6
- package/es/modal/src/interface.d.ts +3 -3
- package/es/modal/src/interface.js +3 -2
- package/es/notification/src/Notification.d.ts +20 -22
- package/es/notification/src/NotificationContainer.d.ts +10 -7
- package/es/notification/src/NotificationEnvironment.d.ts +32 -40
- package/es/notification/src/NotificationProvider.d.ts +32 -35
- package/es/notification/src/NotificationProvider.js +8 -8
- package/es/number-animation/src/NumberAnimation.d.ts +27 -15
- package/es/number-animation/src/NumberAnimation.js +19 -4
- package/es/page-header/src/PageHeader.d.ts +12 -20
- package/es/page-header/src/PageHeader.js +4 -5
- package/es/pagination/src/Pagination.d.ts +59 -59
- package/es/pagination/styles/light.d.ts +1 -0
- package/es/popconfirm/src/Popconfirm.d.ts +90 -87
- package/es/popconfirm/src/PopconfirmPanel.d.ts +16 -14
- package/es/popconfirm/src/PopconfirmPanel.js +4 -5
- package/es/popconfirm/src/interface.d.ts +2 -2
- package/es/popconfirm/src/interface.js +2 -1
- package/es/popover/src/Popover.d.ts +88 -79
- package/es/popover/src/PopoverBody.d.ts +32 -53
- package/es/popover/src/PopoverBody.js +16 -13
- package/es/popover/src/interface.d.ts +2 -2
- package/es/popover/src/interface.js +2 -1
- package/es/popselect/src/Popselect.d.ts +92 -97
- package/es/popselect/src/PopselectPanel.d.ts +24 -30
- package/es/popselect/src/interface.d.ts +2 -2
- package/es/popselect/src/interface.js +2 -1
- package/es/progress/src/Circle.d.ts +35 -28
- package/es/progress/src/Line.d.ts +37 -32
- package/es/progress/src/MultipleCircle.d.ts +38 -21
- package/es/progress/src/Progress.d.ts +54 -51
- package/es/radio/src/Radio.d.ts +30 -31
- package/es/radio/src/RadioButton.d.ts +24 -22
- package/es/radio/src/RadioGroup.d.ts +21 -27
- package/es/radio/src/use-radio.d.ts +2 -2
- package/es/radio/src/use-radio.js +2 -2
- package/es/rate/src/Rate.d.ts +26 -31
- package/es/result/src/Result.d.ts +18 -21
- package/es/scrollbar/src/ScrollBar.d.ts +10 -17
- package/es/select/index.d.ts +1 -1
- package/es/select/src/Select.d.ts +127 -95
- package/es/select/src/Select.js +25 -40
- package/es/select/src/interface.d.ts +4 -0
- package/es/select/styles/light.d.ts +1 -0
- package/es/skeleton/src/Skeleton.d.ts +26 -31
- package/es/slider/src/Slider.d.ts +49 -47
- package/es/slider/src/Slider.js +2 -1
- package/es/space/src/Space.d.ts +24 -27
- package/es/spin/src/Spin.d.ts +28 -27
- package/es/statistic/src/Statistic.d.ts +11 -19
- package/es/statistic/src/Statistic.js +3 -3
- package/es/steps/src/Step.d.ts +9 -12
- package/es/steps/src/Step.js +5 -7
- package/es/steps/src/Steps.d.ts +20 -23
- package/es/steps/src/Steps.js +2 -2
- package/es/switch/src/Switch.d.ts +45 -40
- package/es/table/src/Table.d.ts +26 -25
- package/es/table/src/Tbody.d.ts +1 -1
- package/es/table/src/Td.d.ts +1 -1
- package/es/table/src/Th.d.ts +1 -1
- package/es/table/src/Thead.d.ts +1 -1
- package/es/table/src/Tr.d.ts +1 -1
- package/es/tabs/src/Tab.d.ts +30 -37
- package/es/tabs/src/Tab.js +11 -4
- package/es/tabs/src/TabPane.d.ts +32 -38
- package/es/tabs/src/TabPane.js +14 -15
- package/es/tabs/src/Tabs.d.ts +37 -52
- package/es/tabs/src/Tabs.js +3 -3
- package/es/tabs/src/interface.d.ts +2 -2
- package/es/tabs/src/interface.js +2 -1
- package/es/tag/src/Tag.d.ts +42 -47
- package/es/tag/src/Tag.js +2 -2
- package/es/theme-editor/src/ThemeEditor.d.ts +1 -1
- package/es/theme-editor/src/ThemeEditor.js +161 -158
- package/es/themes/index.d.ts +1 -0
- package/es/themes/index.js +1 -0
- package/es/thing/src/Thing.d.ts +16 -23
- package/es/thing/src/Thing.js +20 -24
- package/es/time/src/Time.d.ts +18 -18
- package/es/time-picker/index.d.ts +1 -0
- package/es/time-picker/src/Panel.d.ts +75 -72
- package/es/time-picker/src/PanelCol.d.ts +15 -12
- package/es/time-picker/src/TimePicker.d.ts +99 -86
- package/es/time-picker/src/TimePicker.js +17 -41
- package/es/time-picker/src/interface.d.ts +6 -2
- package/es/time-picker/src/interface.js +2 -1
- package/es/timeline/src/Timeline.d.ts +21 -24
- package/es/timeline/src/Timeline.js +2 -1
- package/es/timeline/src/TimelineItem.d.ts +10 -14
- package/es/timeline/src/TimelineItem.js +4 -4
- package/es/tooltip/src/Tooltip.d.ts +82 -77
- package/es/transfer/src/Transfer.d.ts +39 -43
- package/es/transfer/src/TransferFilter.d.ts +17 -16
- package/es/transfer/src/TransferHeader.d.ts +11 -10
- package/es/transfer/src/TransferList.d.ts +35 -19
- package/es/transfer/src/TransferListItem.d.ts +18 -11
- package/es/transfer/src/interface.d.ts +2 -2
- package/es/transfer/src/interface.js +2 -1
- package/es/tree/src/MotionWrapper.d.ts +19 -14
- package/es/tree/src/Tree.d.ts +124 -135
- package/es/tree/src/TreeNode.d.ts +10 -7
- package/es/tree/src/TreeNodeCheckbox.d.ts +11 -16
- package/es/tree/src/TreeNodeContent.d.ts +15 -18
- package/es/tree/src/TreeNodeSwitcher.d.ts +10 -14
- package/es/tree/src/interface.d.ts +2 -2
- package/es/tree/src/interface.js +2 -1
- package/es/tree-select/src/TreeSelect.d.ts +112 -97
- package/es/tree-select/src/TreeSelect.js +2 -4
- package/es/tree-select/src/interface.d.ts +2 -2
- package/es/tree-select/src/interface.js +2 -1
- package/es/tree-select/styles/light.d.ts +1 -0
- package/es/typography/src/a.d.ts +8 -12
- package/es/typography/src/blockquote.d.ts +9 -15
- package/es/typography/src/create-header.d.ts +14 -19
- package/es/typography/src/headers.d.ts +84 -114
- package/es/typography/src/hr.d.ts +8 -12
- package/es/typography/src/li.d.ts +1 -1
- package/es/typography/src/ol.d.ts +9 -15
- package/es/typography/src/p.d.ts +9 -14
- package/es/typography/src/text.d.ts +24 -31
- package/es/typography/src/text.js +4 -3
- package/es/typography/src/ul.d.ts +9 -15
- package/es/upload/src/Upload.d.ts +85 -84
- package/es/upload/src/Upload.js +5 -2
- package/es/upload/src/UploadDragger.d.ts +1 -1
- package/es/upload/src/UploadFile.d.ts +14 -9
- package/es/upload/src/UploadFileList.d.ts +1 -1
- package/es/upload/src/UploadProgress.d.ts +11 -9
- package/es/upload/src/UploadTrigger.d.ts +3 -5
- package/es/upload/src/interface.d.ts +3 -2
- package/es/upload/src/interface.js +2 -1
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/_internal/clear/src/Clear.d.ts +8 -10
- package/lib/_internal/close/src/Close.d.ts +11 -10
- package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +10 -20
- package/lib/_internal/focus-detector/src/FocusDetector.d.ts +4 -7
- package/lib/_internal/icon/src/Icon.d.ts +19 -20
- package/lib/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +1 -1
- package/lib/_internal/icons/Add.d.ts +1 -1
- package/lib/_internal/icons/ArrowBack.d.ts +1 -1
- package/lib/_internal/icons/ArrowDown.d.ts +1 -1
- package/lib/_internal/icons/Attach.d.ts +1 -1
- package/lib/_internal/icons/Backward.d.ts +1 -1
- package/lib/_internal/icons/Cancel.d.ts +1 -1
- package/lib/_internal/icons/Checkmark.d.ts +1 -1
- package/lib/_internal/icons/ChevronDown.d.ts +1 -1
- package/lib/_internal/icons/ChevronDownFilled.d.ts +1 -1
- package/lib/_internal/icons/ChevronLeft.d.ts +1 -1
- package/lib/_internal/icons/ChevronRight.d.ts +1 -1
- package/lib/_internal/icons/Clear.d.ts +1 -1
- package/lib/_internal/icons/Close.d.ts +1 -1
- package/lib/_internal/icons/Date.d.ts +1 -1
- package/lib/_internal/icons/Download.d.ts +1 -1
- package/lib/_internal/icons/Empty.d.ts +1 -1
- package/lib/_internal/icons/Error.d.ts +1 -1
- package/lib/_internal/icons/Eye.d.ts +1 -1
- package/lib/_internal/icons/EyeOff.d.ts +1 -1
- package/lib/_internal/icons/FastBackward.d.ts +1 -1
- package/lib/_internal/icons/FastForward.d.ts +1 -1
- package/lib/_internal/icons/File.d.ts +1 -1
- package/lib/_internal/icons/Filter.d.ts +1 -1
- package/lib/_internal/icons/Forward.d.ts +1 -1
- package/lib/_internal/icons/Info.d.ts +1 -1
- package/lib/_internal/icons/More.d.ts +1 -1
- package/lib/_internal/icons/Photo.d.ts +1 -1
- package/lib/_internal/icons/Remove.d.ts +1 -1
- package/lib/_internal/icons/Retry.d.ts +1 -1
- package/lib/_internal/icons/RotateClockwise.d.ts +1 -1
- package/lib/_internal/icons/RotateCounterclockwise.d.ts +1 -1
- package/lib/_internal/icons/Search.d.ts +1 -1
- package/lib/_internal/icons/Success.d.ts +1 -1
- package/lib/_internal/icons/Switcher.d.ts +1 -1
- package/lib/_internal/icons/Time.d.ts +1 -1
- package/lib/_internal/icons/To.d.ts +1 -1
- package/lib/_internal/icons/Trash.d.ts +1 -1
- package/lib/_internal/icons/Warning.d.ts +1 -1
- package/lib/_internal/icons/ZoomIn.d.ts +1 -1
- package/lib/_internal/icons/ZoomOut.d.ts +1 -1
- package/lib/_internal/icons/replaceable.d.ts +1 -1
- package/lib/_internal/loading/src/Loading.d.ts +26 -16
- package/lib/_internal/menu-mask/src/MenuMask.d.ts +6 -5
- package/lib/_internal/scrollbar/src/ScrollBar.d.ts +54 -58
- package/lib/_internal/scrollbar/src/ScrollBar.js +89 -67
- package/lib/_internal/select-menu/src/SelectGroupHeader.d.ts +10 -7
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +67 -63
- package/lib/_internal/select-menu/src/SelectMenu.js +21 -20
- package/lib/_internal/select-menu/src/SelectOption.d.ts +10 -7
- package/lib/_internal/select-menu/src/interface.d.ts +3 -3
- package/lib/_internal/select-menu/src/interface.js +3 -2
- package/lib/_internal/selection/src/Selection.d.ts +67 -69
- package/lib/_internal/selection/src/Selection.js +25 -8
- package/lib/_internal/selection/src/styles/index.cssr.js +2 -1
- package/lib/_internal/selection/styles/_common.d.ts +1 -0
- package/lib/_internal/selection/styles/_common.js +1 -0
- package/lib/_internal/selection/styles/light.d.ts +2 -0
- package/lib/_internal/slot-machine/src/SlotMachine.d.ts +18 -12
- package/lib/_internal/slot-machine/src/SlotMachineNumber.d.ts +18 -12
- package/lib/_internal/suffix/src/Suffix.d.ts +19 -14
- package/lib/_internal/suffix/src/Suffix.js +7 -2
- package/lib/_internal/wave/src/Wave.d.ts +6 -5
- package/lib/_mixins/use-form-item.d.ts +2 -2
- package/lib/_mixins/use-form-item.js +2 -1
- package/lib/_mixins/use-locale.d.ts +1 -1
- package/lib/_mixins/use-locale.js +2 -2
- package/lib/_utils/index.d.ts +1 -1
- package/lib/_utils/index.js +2 -1
- package/lib/_utils/vue/create-injection-key.d.ts +2 -0
- package/lib/_utils/vue/create-injection-key.js +7 -0
- package/lib/_utils/vue/index.d.ts +2 -0
- package/lib/_utils/vue/index.js +5 -1
- package/lib/_utils/vue/resolve-slot.d.ts +2 -0
- package/lib/_utils/vue/resolve-slot.js +24 -0
- package/lib/affix/src/Affix.d.ts +26 -22
- package/lib/alert/src/Alert.d.ts +34 -27
- package/lib/alert/src/Alert.js +1 -3
- package/lib/anchor/src/AnchorAdapter.d.ts +52 -47
- package/lib/anchor/src/BaseAnchor.d.ts +25 -20
- package/lib/anchor/src/Link.d.ts +6 -9
- package/lib/anchor/src/Link.js +4 -3
- package/lib/auto-complete/src/AutoComplete.d.ts +52 -59
- package/lib/avatar/src/Avatar.d.ts +27 -30
- package/lib/avatar/src/AvatarGroup.d.ts +13 -17
- package/lib/avatar/src/AvatarGroup.js +5 -2
- package/lib/back-top/src/BackTop.d.ts +48 -33
- package/lib/back-top/src/BackTop.js +1 -3
- package/lib/badge/src/Badge.d.ts +31 -29
- package/lib/badge/src/Badge.js +5 -4
- package/lib/breadcrumb/src/Breadcrumb.d.ts +15 -18
- package/lib/breadcrumb/src/Breadcrumb.js +2 -1
- package/lib/breadcrumb/src/BreadcrumbItem.d.ts +4 -7
- package/lib/button/src/Button.d.ts +53 -61
- package/lib/button/src/Button.js +4 -1
- package/lib/button/src/ButtonGroup.d.ts +10 -11
- package/lib/button/src/ButtonGroup.js +2 -1
- package/lib/calendar/src/Calendar.d.ts +21 -26
- package/lib/calendar/src/Calendar.js +15 -2
- package/lib/card/src/Card.d.ts +32 -37
- package/lib/card/src/Card.js +5 -5
- package/lib/carousel/src/Carousel.d.ts +74 -64
- package/lib/carousel/src/Carousel.js +42 -45
- package/lib/carousel/src/CarouselArrow.d.ts +1 -1
- package/lib/carousel/src/CarouselDots.d.ts +19 -13
- package/lib/carousel/src/CarouselItem.d.ts +2 -2
- package/lib/carousel/src/CarouselItem.js +6 -3
- package/lib/carousel/src/interface.d.ts +10 -3
- package/lib/carousel/src/interface.js +2 -1
- package/lib/carousel/src/styles/index.cssr.js +2 -2
- package/lib/cascader/index.d.ts +1 -1
- package/lib/cascader/src/Cascader.d.ts +105 -84
- package/lib/cascader/src/Cascader.js +14 -26
- package/lib/cascader/src/CascaderMenu.d.ts +34 -24
- package/lib/cascader/src/CascaderMenu.js +1 -3
- package/lib/cascader/src/CascaderOption.d.ts +7 -5
- package/lib/cascader/src/CascaderSelectMenu.d.ts +26 -20
- package/lib/cascader/src/CascaderSubmenu.d.ts +16 -9
- package/lib/cascader/src/interface.d.ts +6 -2
- package/lib/cascader/src/interface.js +2 -1
- package/lib/cascader/styles/light.d.ts +1 -0
- package/lib/checkbox/index.d.ts +1 -0
- package/lib/checkbox/src/Checkbox.d.ts +43 -43
- package/lib/checkbox/src/Checkbox.js +16 -4
- package/lib/checkbox/src/CheckboxGroup.d.ts +23 -24
- package/lib/checkbox/src/CheckboxGroup.js +1 -1
- package/lib/checkbox/src/interface.d.ts +4 -0
- package/lib/code/src/Code.d.ts +24 -32
- package/lib/code/src/styles/index.cssr.js +4 -1
- package/lib/collapse/src/Collapse.d.ts +35 -33
- package/lib/collapse/src/Collapse.js +1 -1
- package/lib/collapse/src/CollapseItem.d.ts +5 -9
- package/lib/collapse/src/CollapseItem.js +7 -14
- package/lib/collapse/src/CollapseItemContent.d.ts +11 -9
- package/lib/collapse-transition/src/CollapseTransition.d.ts +18 -19
- package/lib/color-picker/src/AlphaSlider.d.ts +19 -14
- package/lib/color-picker/src/ColorInput.d.ts +34 -19
- package/lib/color-picker/src/ColorInputUnit.d.ts +15 -11
- package/lib/color-picker/src/ColorPicker.d.ts +46 -51
- package/lib/color-picker/src/ColorPicker.js +1 -3
- package/lib/color-picker/src/ColorPickerSwatches.d.ts +18 -11
- package/lib/color-picker/src/ColorPickerTrigger.d.ts +15 -12
- package/lib/color-picker/src/ColorPreview.d.ts +19 -11
- package/lib/color-picker/src/HueSlider.d.ts +15 -12
- package/lib/color-picker/src/Pallete.d.ts +23 -16
- package/lib/composables/use-theme-vars.d.ts +2 -1
- package/lib/config-provider/src/ConfigProvider.d.ts +30 -37
- package/lib/config-provider/src/ConfigProvider.js +4 -3
- package/lib/config-provider/src/interface.d.ts +4 -1
- package/lib/countdown/src/Countdown.d.ts +18 -17
- package/lib/data-table/index.d.ts +1 -1
- package/lib/data-table/src/DataTable.d.ts +104 -104
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +12 -7
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +36 -19
- package/lib/data-table/src/HeaderButton/RenderFilter.d.ts +14 -9
- package/lib/data-table/src/HeaderButton/RenderSorter.d.ts +10 -7
- package/lib/data-table/src/HeaderButton/SortButton.d.ts +6 -5
- package/lib/data-table/src/HeaderButton/SortButton.js +6 -6
- package/lib/data-table/src/MainTable.d.ts +1 -1
- package/lib/data-table/src/TableParts/Body.d.ts +13 -14
- package/lib/data-table/src/TableParts/Body.js +1 -3
- package/lib/data-table/src/TableParts/BodyCheckbox.d.ts +14 -9
- package/lib/data-table/src/TableParts/Cell.d.ts +865 -855
- package/lib/data-table/src/TableParts/ExpandTrigger.d.ts +11 -9
- package/lib/data-table/src/TableParts/Header.d.ts +8 -5
- package/lib/data-table/src/TableParts/SelectionMenu.d.ts +6 -5
- package/lib/data-table/src/interface.d.ts +9 -6
- package/lib/data-table/src/interface.js +2 -1
- package/lib/data-table/src/styles/index.cssr.js +7 -7
- package/lib/data-table/styles/light.d.ts +1 -0
- package/lib/date-picker/index.d.ts +1 -0
- package/lib/date-picker/src/DatePicker.d.ts +72 -93
- package/lib/date-picker/src/DatePicker.js +16 -61
- package/lib/date-picker/src/interface.d.ts +6 -3
- package/lib/date-picker/src/interface.js +2 -1
- package/lib/date-picker/src/panel/date.d.ts +77 -34
- package/lib/date-picker/src/panel/date.js +8 -6
- package/lib/date-picker/src/panel/daterange.d.ts +31 -26
- package/lib/date-picker/src/panel/daterange.js +8 -8
- package/lib/date-picker/src/panel/datetime.d.ts +41 -30
- package/lib/date-picker/src/panel/datetime.js +6 -4
- package/lib/date-picker/src/panel/datetimerange.d.ts +31 -26
- package/lib/date-picker/src/panel/datetimerange.js +7 -7
- package/lib/date-picker/src/panel/month.d.ts +48 -32
- package/lib/date-picker/src/panel/month.js +12 -3
- package/lib/date-picker/src/panel/panelHeader.d.ts +2435 -0
- package/lib/date-picker/src/panel/panelHeader.js +77 -0
- package/lib/date-picker/src/panel/use-calendar.d.ts +16 -4
- package/lib/date-picker/src/panel/use-calendar.js +41 -2
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +6 -0
- package/lib/date-picker/src/panel/use-dual-calendar.js +10 -1
- package/lib/date-picker/src/panel/use-panel-common.d.ts +2 -0
- package/lib/date-picker/src/panel/use-panel-common.js +7 -1
- package/lib/date-picker/src/styles/index.cssr.js +5 -2
- package/lib/descriptions/src/Descriptions.d.ts +33 -33
- package/lib/descriptions/src/DescriptionsItem.d.ts +9 -12
- package/lib/dialog/src/Dialog.d.ts +32 -43
- package/lib/dialog/src/Dialog.js +26 -19
- package/lib/dialog/src/DialogEnvironment.d.ts +41 -46
- package/lib/dialog/src/DialogProvider.d.ts +7 -10
- package/lib/dialog/src/DialogProvider.js +2 -2
- package/lib/divider/src/Divider.d.ts +14 -19
- package/lib/drawer/src/Drawer.d.ts +89 -52
- package/lib/drawer/src/Drawer.js +17 -6
- package/lib/drawer/src/DrawerBodyWrapper.d.ts +40 -16
- package/lib/drawer/src/DrawerBodyWrapper.js +11 -2
- package/lib/drawer/src/DrawerContent.d.ts +15 -20
- package/lib/drawer/src/interface.d.ts +3 -3
- package/lib/drawer/src/interface.js +3 -2
- package/lib/dropdown/src/Dropdown.d.ts +110 -101
- package/lib/dropdown/src/Dropdown.js +1 -1
- package/lib/dropdown/src/DropdownDivider.d.ts +6 -5
- package/lib/dropdown/src/DropdownGroup.d.ts +14 -9
- package/lib/dropdown/src/DropdownGroupHeader.d.ts +10 -7
- package/lib/dropdown/src/DropdownMenu.d.ts +18 -16
- package/lib/dropdown/src/DropdownMenu.js +2 -1
- package/lib/dropdown/src/DropdownOption.d.ts +19 -14
- package/lib/dropdown/src/DropdownOption.js +1 -1
- package/lib/dropdown/src/DropdownRenderOption.d.ts +6 -5
- package/lib/dynamic-input/src/DynamicInput.d.ts +50 -45
- package/lib/dynamic-input/src/DynamicInput.js +1 -1
- package/lib/dynamic-input/src/InputPreset.d.ts +16 -14
- package/lib/dynamic-input/src/PairPreset.d.ts +23 -18
- package/lib/dynamic-input/src/interface.d.ts +2 -2
- package/lib/dynamic-input/src/interface.js +2 -1
- package/lib/dynamic-tags/src/DynamicTags.d.ts +41 -41
- package/lib/element/src/Element.d.ts +9 -12
- package/lib/ellipsis/src/Ellipsis.d.ts +14 -19
- package/lib/empty/src/Empty.d.ts +23 -24
- package/lib/empty/src/Empty.js +4 -8
- package/lib/form/src/Feedbacks.d.ts +8 -10
- package/lib/form/src/Form.d.ts +39 -39
- package/lib/form/src/FormItem.d.ts +36 -51
- package/lib/form/src/FormItem.js +6 -2
- package/lib/form/src/FormItemCol.d.ts +52 -59
- package/lib/form/src/FormItemGridItem.d.ts +52 -65
- package/lib/form/src/FormItemRow.d.ts +58 -65
- package/lib/form/src/interface.d.ts +3 -3
- package/lib/form/src/interface.js +3 -2
- package/lib/global-style/src/GlobalStyle.d.ts +1 -1
- package/lib/gradient-text/src/GradientText.d.ts +16 -23
- package/lib/grid/src/Grid.d.ts +27 -22
- package/lib/grid/src/Grid.js +1 -1
- package/lib/grid/src/GridItem.d.ts +18 -18
- package/lib/grid/src/GridItem.js +2 -1
- package/lib/icon/src/Icon.d.ts +11 -18
- package/lib/image/src/Image.d.ts +28 -41
- package/lib/image/src/ImageGroup.d.ts +15 -19
- package/lib/image/src/ImageGroup.js +2 -1
- package/lib/image/src/ImagePreview.d.ts +20 -23
- package/lib/image/src/ImagePreview.js +9 -5
- package/lib/index.d.ts +1 -1
- package/lib/index.js +2 -1
- package/lib/input/src/Input.d.ts +108 -110
- package/lib/input/src/Input.js +74 -33
- package/lib/input/src/InputGroup.d.ts +5 -9
- package/lib/input/src/InputGroupLabel.d.ts +16 -17
- package/lib/input/src/InputGroupLabel.js +3 -2
- package/lib/input/src/WordCount.d.ts +1 -1
- package/lib/input/src/interface.d.ts +2 -2
- package/lib/input/src/interface.js +2 -1
- package/lib/input/src/styles/input.cssr.js +45 -62
- package/lib/input-number/src/InputNumber.d.ts +59 -58
- package/lib/layout/src/Layout.d.ts +90 -65
- package/lib/layout/src/Layout.js +2 -1
- package/lib/layout/src/LayoutContent.d.ts +33 -31
- package/lib/layout/src/LayoutFooter.d.ts +14 -19
- package/lib/layout/src/LayoutHeader.d.ts +17 -19
- package/lib/layout/src/LayoutSider.d.ts +64 -61
- package/lib/layout/src/ToggleBar.d.ts +7 -8
- package/lib/layout/src/ToggleButton.d.ts +7 -8
- package/lib/layout/src/interface.d.ts +2 -2
- package/lib/layout/src/interface.js +2 -1
- package/lib/layout/src/styles/layout-sider.cssr.js +15 -7
- package/lib/legacy-grid/src/Col.d.ts +18 -11
- package/lib/legacy-grid/src/Row.d.ts +11 -13
- package/lib/legacy-grid/src/Row.js +1 -1
- package/lib/list/src/List.d.ts +19 -20
- package/lib/list/src/List.js +6 -4
- package/lib/list/src/ListItem.d.ts +1 -1
- package/lib/list/src/ListItem.js +2 -2
- package/lib/loading-bar/src/LoadingBar.d.ts +1 -1
- package/lib/loading-bar/src/LoadingBarProvider.d.ts +22 -23
- package/lib/loading-bar/src/LoadingBarProvider.js +6 -5
- package/lib/locales/common/esAR.d.ts +109 -0
- package/lib/locales/common/esAR.js +112 -0
- package/lib/locales/common/itIT.d.ts +3 -0
- package/lib/locales/common/itIT.js +111 -0
- package/lib/locales/date/esAR.d.ts +3 -0
- package/lib/locales/date/esAR.js +11 -0
- package/lib/locales/date/itIT.d.ts +3 -0
- package/lib/locales/date/itIT.js +11 -0
- package/lib/locales/index.d.ts +4 -0
- package/lib/locales/index.js +9 -1
- package/lib/log/src/Log.d.ts +48 -46
- package/lib/log/src/Log.js +1 -1
- package/lib/log/src/LogLine.d.ts +6 -5
- package/lib/log/src/LogLoader.d.ts +6 -5
- package/lib/mention/src/Mention.d.ts +55 -56
- package/lib/menu/src/Menu.d.ts +87 -88
- package/lib/menu/src/Menu.js +1 -1
- package/lib/menu/src/MenuDivider.d.ts +1 -1
- package/lib/menu/src/MenuOption.d.ts +22 -295
- package/lib/menu/src/MenuOption.js +2 -1
- package/lib/menu/src/MenuOptionContent.d.ts +33 -305
- package/lib/menu/src/MenuOptionGroup.d.ts +20 -20
- package/lib/menu/src/MenuOptionGroup.js +3 -2
- package/lib/menu/src/Submenu.d.ts +35 -301
- package/lib/menu/src/Submenu.js +4 -2
- package/lib/menu/src/use-menu-child-props.d.ts +2 -1
- package/lib/menu/src/use-menu-child.d.ts +5 -7
- package/lib/menu/src/use-menu-child.js +1 -3
- package/lib/message/src/Message.d.ts +15 -35
- package/lib/message/src/MessageEnvironment.d.ts +26 -34
- package/lib/message/src/MessageProvider.d.ts +24 -30
- package/lib/message/src/MessageProvider.js +6 -6
- package/lib/modal/src/BodyWrapper.d.ts +96 -72
- package/lib/modal/src/BodyWrapper.js +12 -9
- package/lib/modal/src/Modal.d.ts +125 -968
- package/lib/modal/src/Modal.js +18 -6
- package/lib/modal/src/interface.d.ts +3 -3
- package/lib/modal/src/interface.js +3 -2
- package/lib/notification/src/Notification.d.ts +20 -22
- package/lib/notification/src/NotificationContainer.d.ts +10 -7
- package/lib/notification/src/NotificationEnvironment.d.ts +32 -40
- package/lib/notification/src/NotificationProvider.d.ts +32 -35
- package/lib/notification/src/NotificationProvider.js +6 -6
- package/lib/number-animation/src/NumberAnimation.d.ts +27 -15
- package/lib/number-animation/src/NumberAnimation.js +19 -4
- package/lib/page-header/src/PageHeader.d.ts +12 -20
- package/lib/page-header/src/PageHeader.js +4 -5
- package/lib/pagination/src/Pagination.d.ts +59 -59
- package/lib/pagination/styles/light.d.ts +1 -0
- package/lib/popconfirm/src/Popconfirm.d.ts +90 -87
- package/lib/popconfirm/src/PopconfirmPanel.d.ts +16 -14
- package/lib/popconfirm/src/PopconfirmPanel.js +3 -4
- package/lib/popconfirm/src/interface.d.ts +2 -2
- package/lib/popconfirm/src/interface.js +2 -1
- package/lib/popover/src/Popover.d.ts +88 -79
- package/lib/popover/src/PopoverBody.d.ts +32 -53
- package/lib/popover/src/PopoverBody.js +15 -12
- package/lib/popover/src/interface.d.ts +2 -2
- package/lib/popover/src/interface.js +2 -1
- package/lib/popselect/src/Popselect.d.ts +92 -97
- package/lib/popselect/src/PopselectPanel.d.ts +24 -30
- package/lib/popselect/src/interface.d.ts +2 -2
- package/lib/popselect/src/interface.js +2 -1
- package/lib/progress/src/Circle.d.ts +35 -28
- package/lib/progress/src/Line.d.ts +37 -32
- package/lib/progress/src/MultipleCircle.d.ts +38 -21
- package/lib/progress/src/Progress.d.ts +54 -51
- package/lib/radio/src/Radio.d.ts +30 -31
- package/lib/radio/src/RadioButton.d.ts +24 -22
- package/lib/radio/src/RadioGroup.d.ts +21 -27
- package/lib/radio/src/use-radio.d.ts +2 -2
- package/lib/radio/src/use-radio.js +1 -1
- package/lib/rate/src/Rate.d.ts +26 -31
- package/lib/result/src/Result.d.ts +18 -21
- package/lib/scrollbar/src/ScrollBar.d.ts +10 -17
- package/lib/select/index.d.ts +1 -1
- package/lib/select/src/Select.d.ts +127 -95
- package/lib/select/src/Select.js +25 -40
- package/lib/select/src/interface.d.ts +4 -0
- package/lib/select/styles/light.d.ts +1 -0
- package/lib/skeleton/src/Skeleton.d.ts +26 -31
- package/lib/slider/src/Slider.d.ts +49 -47
- package/lib/slider/src/Slider.js +2 -1
- package/lib/space/src/Space.d.ts +24 -27
- package/lib/spin/src/Spin.d.ts +28 -27
- package/lib/statistic/src/Statistic.d.ts +11 -19
- package/lib/statistic/src/Statistic.js +2 -2
- package/lib/steps/src/Step.d.ts +9 -12
- package/lib/steps/src/Step.js +4 -6
- package/lib/steps/src/Steps.d.ts +20 -23
- package/lib/steps/src/Steps.js +1 -1
- package/lib/switch/src/Switch.d.ts +45 -40
- package/lib/table/src/Table.d.ts +26 -25
- package/lib/table/src/Tbody.d.ts +1 -1
- package/lib/table/src/Td.d.ts +1 -1
- package/lib/table/src/Th.d.ts +1 -1
- package/lib/table/src/Thead.d.ts +1 -1
- package/lib/table/src/Tr.d.ts +1 -1
- package/lib/tabs/src/Tab.d.ts +30 -37
- package/lib/tabs/src/Tab.js +10 -3
- package/lib/tabs/src/TabPane.d.ts +32 -38
- package/lib/tabs/src/TabPane.js +12 -13
- package/lib/tabs/src/Tabs.d.ts +37 -52
- package/lib/tabs/src/Tabs.js +3 -3
- package/lib/tabs/src/interface.d.ts +2 -2
- package/lib/tabs/src/interface.js +2 -1
- package/lib/tag/src/Tag.d.ts +42 -47
- package/lib/tag/src/Tag.js +1 -1
- package/lib/theme-editor/src/ThemeEditor.d.ts +1 -1
- package/lib/theme-editor/src/ThemeEditor.js +160 -157
- package/lib/themes/index.d.ts +1 -0
- package/lib/themes/index.js +3 -1
- package/lib/thing/src/Thing.d.ts +16 -23
- package/lib/thing/src/Thing.js +19 -23
- package/lib/time/src/Time.d.ts +18 -18
- package/lib/time-picker/index.d.ts +1 -0
- package/lib/time-picker/src/Panel.d.ts +75 -72
- package/lib/time-picker/src/PanelCol.d.ts +15 -12
- package/lib/time-picker/src/TimePicker.d.ts +99 -86
- package/lib/time-picker/src/TimePicker.js +17 -41
- package/lib/time-picker/src/interface.d.ts +6 -2
- package/lib/time-picker/src/interface.js +2 -1
- package/lib/timeline/src/Timeline.d.ts +21 -24
- package/lib/timeline/src/Timeline.js +2 -1
- package/lib/timeline/src/TimelineItem.d.ts +10 -14
- package/lib/timeline/src/TimelineItem.js +3 -3
- package/lib/tooltip/src/Tooltip.d.ts +82 -77
- package/lib/transfer/src/Transfer.d.ts +39 -43
- package/lib/transfer/src/TransferFilter.d.ts +17 -16
- package/lib/transfer/src/TransferHeader.d.ts +11 -10
- package/lib/transfer/src/TransferList.d.ts +35 -19
- package/lib/transfer/src/TransferListItem.d.ts +18 -11
- package/lib/transfer/src/interface.d.ts +2 -2
- package/lib/transfer/src/interface.js +2 -1
- package/lib/tree/src/MotionWrapper.d.ts +19 -14
- package/lib/tree/src/Tree.d.ts +124 -135
- package/lib/tree/src/TreeNode.d.ts +10 -7
- package/lib/tree/src/TreeNodeCheckbox.d.ts +11 -16
- package/lib/tree/src/TreeNodeContent.d.ts +15 -18
- package/lib/tree/src/TreeNodeSwitcher.d.ts +10 -14
- package/lib/tree/src/interface.d.ts +2 -2
- package/lib/tree/src/interface.js +2 -1
- package/lib/tree-select/src/TreeSelect.d.ts +112 -97
- package/lib/tree-select/src/TreeSelect.js +1 -3
- package/lib/tree-select/src/interface.d.ts +2 -2
- package/lib/tree-select/src/interface.js +2 -1
- package/lib/tree-select/styles/light.d.ts +1 -0
- package/lib/typography/src/a.d.ts +8 -12
- package/lib/typography/src/blockquote.d.ts +9 -15
- package/lib/typography/src/create-header.d.ts +14 -19
- package/lib/typography/src/headers.d.ts +84 -114
- package/lib/typography/src/hr.d.ts +8 -12
- package/lib/typography/src/li.d.ts +1 -1
- package/lib/typography/src/ol.d.ts +9 -15
- package/lib/typography/src/p.d.ts +9 -14
- package/lib/typography/src/text.d.ts +24 -31
- package/lib/typography/src/text.js +3 -2
- package/lib/typography/src/ul.d.ts +9 -15
- package/lib/upload/src/Upload.d.ts +85 -84
- package/lib/upload/src/Upload.js +5 -2
- package/lib/upload/src/UploadDragger.d.ts +1 -1
- package/lib/upload/src/UploadFile.d.ts +14 -9
- package/lib/upload/src/UploadFileList.d.ts +1 -1
- package/lib/upload/src/UploadProgress.d.ts +11 -9
- package/lib/upload/src/UploadTrigger.d.ts +3 -5
- package/lib/upload/src/interface.d.ts +3 -2
- package/lib/upload/src/interface.js +2 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +8 -7
- package/volar.d.ts +144 -0
- package/web-types.json +125 -18
|
@@ -412,15 +412,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
412
412
|
'--n-ol-padding': string;
|
|
413
413
|
'--n-ul-padding': string;
|
|
414
414
|
}>;
|
|
415
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
416
|
-
readonly alignText
|
|
417
|
-
readonly theme
|
|
418
|
-
readonly themeOverrides?: unknown;
|
|
419
|
-
readonly builtinThemeOverrides?: unknown;
|
|
420
|
-
} & {
|
|
421
|
-
alignText: boolean;
|
|
422
|
-
} & {
|
|
423
|
-
theme?: import("../../_mixins").Theme<"Typography", {
|
|
415
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
416
|
+
readonly alignText: BooleanConstructor;
|
|
417
|
+
readonly theme: import("vue").PropType<import("../../_mixins").Theme<"Typography", {
|
|
424
418
|
aTextColor: string;
|
|
425
419
|
blockquoteTextColor: string;
|
|
426
420
|
blockquotePrefixColor: string;
|
|
@@ -485,8 +479,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
485
479
|
liMargin: string;
|
|
486
480
|
olPadding: string;
|
|
487
481
|
ulPadding: string;
|
|
488
|
-
}, any
|
|
489
|
-
themeOverrides
|
|
482
|
+
}, any>>;
|
|
483
|
+
readonly themeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Typography", {
|
|
490
484
|
aTextColor: string;
|
|
491
485
|
blockquoteTextColor: string;
|
|
492
486
|
blockquotePrefixColor: string;
|
|
@@ -551,8 +545,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
551
545
|
liMargin: string;
|
|
552
546
|
olPadding: string;
|
|
553
547
|
ulPadding: string;
|
|
554
|
-
}, any
|
|
555
|
-
builtinThemeOverrides
|
|
548
|
+
}, any>>>;
|
|
549
|
+
readonly builtinThemeOverrides: import("vue").PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Typography", {
|
|
556
550
|
aTextColor: string;
|
|
557
551
|
blockquoteTextColor: string;
|
|
558
552
|
blockquotePrefixColor: string;
|
|
@@ -617,8 +611,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
617
611
|
liMargin: string;
|
|
618
612
|
olPadding: string;
|
|
619
613
|
ulPadding: string;
|
|
620
|
-
}, any
|
|
621
|
-
}
|
|
614
|
+
}, any>>>;
|
|
615
|
+
}>>, {
|
|
622
616
|
alignText: boolean;
|
|
623
617
|
}>;
|
|
624
618
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PropType, CSSProperties } from 'vue';
|
|
1
|
+
import { PropType, CSSProperties, InputHTMLAttributes } from 'vue';
|
|
2
2
|
import type { ExtractPublicPropTypes, MaybeArray } from '../../_utils';
|
|
3
3
|
import type { ImageGroupProps } from '../../image';
|
|
4
4
|
import type { FileInfo, FuncOrRecordOrUndef, OnFinish, OnRemove, OnDownload, OnChange, OnUpdateFileList, OnBeforeUpload, ListType, OnPreview, CreateThumbnailUrl, CustomRequest, OnError } from './interface';
|
|
@@ -75,6 +75,7 @@ declare const uploadProps: {
|
|
|
75
75
|
readonly default: true;
|
|
76
76
|
};
|
|
77
77
|
readonly imageGroupProps: PropType<ImageGroupProps>;
|
|
78
|
+
readonly inputProps: PropType<InputHTMLAttributes>;
|
|
78
79
|
readonly theme: PropType<import("../../_mixins").Theme<"Upload", {
|
|
79
80
|
fontSize: string;
|
|
80
81
|
lineHeight: string;
|
|
@@ -885,6 +886,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
885
886
|
readonly default: true;
|
|
886
887
|
};
|
|
887
888
|
readonly imageGroupProps: PropType<ImageGroupProps>;
|
|
889
|
+
readonly inputProps: PropType<InputHTMLAttributes>;
|
|
888
890
|
readonly theme: PropType<import("../../_mixins").Theme<"Upload", {
|
|
889
891
|
fontSize: string;
|
|
890
892
|
lineHeight: string;
|
|
@@ -1623,6 +1625,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1623
1625
|
}, {
|
|
1624
1626
|
openOpenFileDialog: () => void;
|
|
1625
1627
|
submit: () => void;
|
|
1628
|
+
clear: () => void;
|
|
1626
1629
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
1627
1630
|
draggerInsideRef: {
|
|
1628
1631
|
value: boolean;
|
|
@@ -1994,71 +1997,81 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1994
1997
|
dragOver: import("vue").Ref<boolean>;
|
|
1995
1998
|
handleFileInputChange: (e: Event) => void;
|
|
1996
1999
|
cssVars: import("vue").ComputedRef<any>;
|
|
1997
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
1998
|
-
readonly name
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
readonly
|
|
2003
|
-
readonly
|
|
2004
|
-
readonly
|
|
2005
|
-
readonly
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
readonly
|
|
2010
|
-
readonly
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
readonly
|
|
2015
|
-
readonly
|
|
2016
|
-
readonly
|
|
2017
|
-
readonly
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
readonly
|
|
2022
|
-
readonly
|
|
2023
|
-
readonly
|
|
2024
|
-
readonly
|
|
2025
|
-
readonly
|
|
2026
|
-
|
|
2027
|
-
readonly
|
|
2028
|
-
readonly
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
readonly
|
|
2033
|
-
readonly
|
|
2034
|
-
readonly
|
|
2035
|
-
readonly
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
showRemoveButton:
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
}
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2000
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2001
|
+
readonly name: {
|
|
2002
|
+
readonly type: StringConstructor;
|
|
2003
|
+
readonly default: "file";
|
|
2004
|
+
};
|
|
2005
|
+
readonly accept: StringConstructor;
|
|
2006
|
+
readonly action: StringConstructor;
|
|
2007
|
+
readonly customRequest: PropType<CustomRequest>;
|
|
2008
|
+
readonly method: {
|
|
2009
|
+
readonly type: StringConstructor;
|
|
2010
|
+
readonly default: "POST";
|
|
2011
|
+
};
|
|
2012
|
+
readonly multiple: BooleanConstructor;
|
|
2013
|
+
readonly showFileList: {
|
|
2014
|
+
readonly type: BooleanConstructor;
|
|
2015
|
+
readonly default: true;
|
|
2016
|
+
};
|
|
2017
|
+
readonly data: PropType<FuncOrRecordOrUndef>;
|
|
2018
|
+
readonly headers: PropType<FuncOrRecordOrUndef>;
|
|
2019
|
+
readonly withCredentials: BooleanConstructor;
|
|
2020
|
+
readonly disabled: {
|
|
2021
|
+
readonly type: PropType<boolean | undefined>;
|
|
2022
|
+
readonly default: undefined;
|
|
2023
|
+
};
|
|
2024
|
+
readonly onChange: PropType<OnChange>;
|
|
2025
|
+
readonly onRemove: PropType<OnRemove>;
|
|
2026
|
+
readonly onFinish: PropType<OnFinish>;
|
|
2027
|
+
readonly onError: PropType<OnError>;
|
|
2028
|
+
readonly onBeforeUpload: PropType<OnBeforeUpload>;
|
|
2029
|
+
/** currently of no usage */
|
|
2030
|
+
readonly onDownload: PropType<OnDownload>;
|
|
2031
|
+
readonly defaultUpload: {
|
|
2032
|
+
readonly type: BooleanConstructor;
|
|
2033
|
+
readonly default: true;
|
|
2034
|
+
};
|
|
2035
|
+
readonly fileList: PropType<FileInfo[]>;
|
|
2036
|
+
readonly 'onUpdate:fileList': PropType<MaybeArray<OnUpdateFileList>>;
|
|
2037
|
+
readonly onUpdateFileList: PropType<MaybeArray<OnUpdateFileList>>;
|
|
2038
|
+
readonly fileListStyle: PropType<string | CSSProperties>;
|
|
2039
|
+
readonly defaultFileList: {
|
|
2040
|
+
readonly type: PropType<FileInfo[]>;
|
|
2041
|
+
readonly default: () => never[];
|
|
2042
|
+
};
|
|
2043
|
+
readonly showCancelButton: {
|
|
2044
|
+
readonly type: BooleanConstructor;
|
|
2045
|
+
readonly default: true;
|
|
2046
|
+
};
|
|
2047
|
+
readonly showRemoveButton: {
|
|
2048
|
+
readonly type: BooleanConstructor;
|
|
2049
|
+
readonly default: true;
|
|
2050
|
+
};
|
|
2051
|
+
readonly showDownloadButton: BooleanConstructor;
|
|
2052
|
+
readonly showRetryButton: {
|
|
2053
|
+
readonly type: BooleanConstructor;
|
|
2054
|
+
readonly default: true;
|
|
2055
|
+
};
|
|
2056
|
+
readonly showPreviewButton: {
|
|
2057
|
+
readonly type: BooleanConstructor;
|
|
2058
|
+
readonly default: true;
|
|
2059
|
+
};
|
|
2060
|
+
readonly listType: {
|
|
2061
|
+
readonly type: PropType<ListType>;
|
|
2062
|
+
readonly default: "text";
|
|
2063
|
+
};
|
|
2064
|
+
readonly onPreview: PropType<OnPreview>;
|
|
2065
|
+
readonly createThumbnailUrl: PropType<CreateThumbnailUrl>;
|
|
2066
|
+
readonly abstract: BooleanConstructor;
|
|
2067
|
+
readonly max: NumberConstructor;
|
|
2068
|
+
readonly showTrigger: {
|
|
2069
|
+
readonly type: BooleanConstructor;
|
|
2070
|
+
readonly default: true;
|
|
2071
|
+
};
|
|
2072
|
+
readonly imageGroupProps: PropType<ImageGroupProps>;
|
|
2073
|
+
readonly inputProps: PropType<InputHTMLAttributes>;
|
|
2074
|
+
readonly theme: PropType<import("../../_mixins").Theme<"Upload", {
|
|
2062
2075
|
fontSize: string;
|
|
2063
2076
|
lineHeight: string;
|
|
2064
2077
|
borderRadius: string;
|
|
@@ -2302,8 +2315,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2302
2315
|
fillColorError: string;
|
|
2303
2316
|
lineBgProcessing: string;
|
|
2304
2317
|
}, any>;
|
|
2305
|
-
}
|
|
2306
|
-
themeOverrides
|
|
2318
|
+
}>>;
|
|
2319
|
+
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Upload", {
|
|
2307
2320
|
fontSize: string;
|
|
2308
2321
|
lineHeight: string;
|
|
2309
2322
|
borderRadius: string;
|
|
@@ -2547,8 +2560,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2547
2560
|
fillColorError: string;
|
|
2548
2561
|
lineBgProcessing: string;
|
|
2549
2562
|
}, any>;
|
|
2550
|
-
}
|
|
2551
|
-
builtinThemeOverrides
|
|
2563
|
+
}>>>;
|
|
2564
|
+
readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Upload", {
|
|
2552
2565
|
fontSize: string;
|
|
2553
2566
|
lineHeight: string;
|
|
2554
2567
|
borderRadius: string;
|
|
@@ -2792,20 +2805,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2792
2805
|
fillColorError: string;
|
|
2793
2806
|
lineBgProcessing: string;
|
|
2794
2807
|
}, any>;
|
|
2795
|
-
}
|
|
2796
|
-
|
|
2797
|
-
onRemove?: OnRemove | undefined;
|
|
2798
|
-
customRequest?: CustomRequest | undefined;
|
|
2799
|
-
onBeforeUpload?: OnBeforeUpload | undefined;
|
|
2800
|
-
onDownload?: OnDownload | undefined;
|
|
2801
|
-
fileList?: FileInfo[] | undefined;
|
|
2802
|
-
"onUpdate:fileList"?: MaybeArray<OnUpdateFileList> | undefined;
|
|
2803
|
-
onUpdateFileList?: MaybeArray<OnUpdateFileList> | undefined;
|
|
2804
|
-
fileListStyle?: string | CSSProperties | undefined;
|
|
2805
|
-
onPreview?: OnPreview | undefined;
|
|
2806
|
-
createThumbnailUrl?: CreateThumbnailUrl | undefined;
|
|
2807
|
-
imageGroupProps?: ImageGroupProps | undefined;
|
|
2808
|
-
}>, {
|
|
2808
|
+
}>>>;
|
|
2809
|
+
}>>, {
|
|
2809
2810
|
method: string;
|
|
2810
2811
|
abstract: boolean;
|
|
2811
2812
|
name: string;
|
package/lib/upload/src/Upload.js
CHANGED
|
@@ -217,7 +217,7 @@ const uploadProps = Object.assign(Object.assign({}, _mixins_1.useTheme.props), {
|
|
|
217
217
|
}, onPreview: Function, createThumbnailUrl: Function, abstract: Boolean, max: Number, showTrigger: {
|
|
218
218
|
type: Boolean,
|
|
219
219
|
default: true
|
|
220
|
-
}, imageGroupProps: Object });
|
|
220
|
+
}, imageGroupProps: Object, inputProps: Object });
|
|
221
221
|
exports.default = (0, vue_1.defineComponent)({
|
|
222
222
|
name: 'Upload',
|
|
223
223
|
props: uploadProps,
|
|
@@ -443,6 +443,9 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
443
443
|
imageGroupPropsRef: (0, vue_1.toRef)(props, 'imageGroupProps')
|
|
444
444
|
});
|
|
445
445
|
const exposedMethods = {
|
|
446
|
+
clear: () => {
|
|
447
|
+
uncontrolledFileListRef.value = [];
|
|
448
|
+
},
|
|
446
449
|
submit,
|
|
447
450
|
openOpenFileDialog
|
|
448
451
|
};
|
|
@@ -458,7 +461,7 @@ exports.default = (0, vue_1.defineComponent)({
|
|
|
458
461
|
draggerInsideRef.value = true;
|
|
459
462
|
}
|
|
460
463
|
}
|
|
461
|
-
const inputNode = ((0, vue_1.h)("input", { ref: "inputElRef", type: "file", class: `${mergedClsPrefix}-upload-file-input`, accept: this.accept, multiple: this.multiple, onChange: this.handleFileInputChange }));
|
|
464
|
+
const inputNode = ((0, vue_1.h)("input", Object.assign({}, this.inputProps, { ref: "inputElRef", type: "file", class: `${mergedClsPrefix}-upload-file-input`, accept: this.accept, multiple: this.multiple, onChange: this.handleFileInputChange })));
|
|
462
465
|
return this.abstract ? ((0, vue_1.h)(vue_1.Fragment, null, (_c = $slots.default) === null || _c === void 0 ? void 0 :
|
|
463
466
|
_c.call($slots),
|
|
464
467
|
(0, vue_1.h)(vue_1.Teleport, { to: "body" }, inputNode))) : ((0, vue_1.h)("div", { class: [
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export declare const uploadDraggerKey = "__UPLOAD_DRAGGER__";
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{}
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
3
3
|
export default _default;
|
|
@@ -394,13 +394,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
394
394
|
handleDownloadClick: (e: MouseEvent) => void;
|
|
395
395
|
handleRetryClick: () => void;
|
|
396
396
|
handlePreviewClick: () => void;
|
|
397
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
398
|
-
clsPrefix
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
}
|
|
397
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
398
|
+
clsPrefix: {
|
|
399
|
+
type: StringConstructor;
|
|
400
|
+
required: true;
|
|
401
|
+
};
|
|
402
|
+
file: {
|
|
403
|
+
type: PropType<FileInfo>;
|
|
404
|
+
required: true;
|
|
405
|
+
};
|
|
406
|
+
listType: {
|
|
407
|
+
type: PropType<ListType>;
|
|
408
|
+
required: true;
|
|
409
|
+
};
|
|
410
|
+
}>>, {}>;
|
|
406
411
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{}
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2
2
|
export default _default;
|
|
@@ -373,15 +373,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
373
373
|
} | undefined;
|
|
374
374
|
};
|
|
375
375
|
}>;
|
|
376
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
377
|
-
show
|
|
378
|
-
percentage
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
376
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
377
|
+
show: BooleanConstructor;
|
|
378
|
+
percentage: {
|
|
379
|
+
type: NumberConstructor;
|
|
380
|
+
required: true;
|
|
381
|
+
};
|
|
382
|
+
status: {
|
|
383
|
+
type: PropType<"error" | "info" | "success">;
|
|
384
|
+
required: true;
|
|
385
|
+
};
|
|
386
|
+
}>>, {
|
|
385
387
|
show: boolean;
|
|
386
388
|
}>;
|
|
387
389
|
export default _default;
|
|
@@ -2,11 +2,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2
2
|
abstract: BooleanConstructor;
|
|
3
3
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4
4
|
[key: string]: any;
|
|
5
|
-
}>[] | JSX.Element | undefined, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
6
|
-
abstract
|
|
7
|
-
}
|
|
8
|
-
abstract: boolean;
|
|
9
|
-
} & {}>, {
|
|
5
|
+
}>[] | JSX.Element | undefined, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
+
abstract: BooleanConstructor;
|
|
7
|
+
}>>, {
|
|
10
8
|
abstract: boolean;
|
|
11
9
|
}>;
|
|
12
10
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Ref,
|
|
1
|
+
import { Ref, CSSProperties } from 'vue';
|
|
2
2
|
import { ImageGroupProps } from '../../image';
|
|
3
3
|
import type { MergedTheme } from '../../_mixins';
|
|
4
4
|
import type { UploadTheme } from '../styles';
|
|
@@ -71,7 +71,7 @@ export interface UploadInjection {
|
|
|
71
71
|
handleFileAddition: (files: FileList | null, e?: Event) => void;
|
|
72
72
|
openOpenFileDialog: () => void;
|
|
73
73
|
}
|
|
74
|
-
export declare const uploadInjectionKey: InjectionKey<UploadInjection>;
|
|
74
|
+
export declare const uploadInjectionKey: import("vue").InjectionKey<UploadInjection>;
|
|
75
75
|
export interface XhrHandlers {
|
|
76
76
|
handleXHRLoad: (e: ProgressEvent) => void;
|
|
77
77
|
handleXHRAbort: (e: ProgressEvent) => void;
|
|
@@ -81,6 +81,7 @@ export interface XhrHandlers {
|
|
|
81
81
|
export interface UploadInst {
|
|
82
82
|
openOpenFileDialog: () => void;
|
|
83
83
|
submit: () => void;
|
|
84
|
+
clear: () => void;
|
|
84
85
|
}
|
|
85
86
|
export declare type OnBeforeUpload = (data: {
|
|
86
87
|
file: FileInfo;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.uploadInjectionKey = void 0;
|
|
4
|
-
|
|
4
|
+
const _utils_1 = require("../../_utils");
|
|
5
|
+
exports.uploadInjectionKey = (0, _utils_1.createInjectionKey)('n-upload');
|
package/lib/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "2.24.
|
|
1
|
+
declare const _default: "2.24.2";
|
|
2
2
|
export default _default;
|
package/lib/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "naive-ui",
|
|
3
|
-
"version": "2.24.
|
|
3
|
+
"version": "2.24.2",
|
|
4
4
|
"description": "A Vue 3 Component Library. Fairly Complete, Customizable Themes, Uses TypeScript, Not Too Slow",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"files": [
|
|
10
10
|
"es",
|
|
11
11
|
"lib",
|
|
12
|
+
"volar.d.ts",
|
|
12
13
|
"web-types.json",
|
|
13
14
|
"README.md"
|
|
14
15
|
],
|
|
@@ -60,12 +61,12 @@
|
|
|
60
61
|
"@vue/server-renderer": "^3.2.18",
|
|
61
62
|
"@vue/test-utils": "2.0.0-rc.16",
|
|
62
63
|
"autoprefixer": "^10.2.6",
|
|
63
|
-
"axios": "^0.
|
|
64
|
+
"axios": "^0.25.0",
|
|
64
65
|
"babel-jest": "^27.0.2",
|
|
65
66
|
"codesandbox": "^2.2.3",
|
|
66
67
|
"cross-env": "^7.0.3",
|
|
67
68
|
"cssnano": "^5.0.5",
|
|
68
|
-
"esbuild": "0.14.
|
|
69
|
+
"esbuild": "0.14.12",
|
|
69
70
|
"eslint": "^8.6.0",
|
|
70
71
|
"eslint-config-prettier": "^8.3.0",
|
|
71
72
|
"eslint-config-standard": "^16.0.2",
|
|
@@ -75,7 +76,7 @@
|
|
|
75
76
|
"eslint-plugin-node": "^11.1.0",
|
|
76
77
|
"eslint-plugin-promise": "^6.0.0",
|
|
77
78
|
"eslint-plugin-vue": "^8.2.0",
|
|
78
|
-
"esno": "^0.
|
|
79
|
+
"esno": "^0.14.0",
|
|
79
80
|
"express": "^4.17.1",
|
|
80
81
|
"fast-glob": "^3.2.7",
|
|
81
82
|
"fs-extra": "^10.0.0",
|
|
@@ -116,7 +117,7 @@
|
|
|
116
117
|
"vdirs": "^0.1.7",
|
|
117
118
|
"vfonts": "^0.0.3",
|
|
118
119
|
"vooks": "^0.2.12",
|
|
119
|
-
"vueuc": "^0.4.
|
|
120
|
+
"vueuc": "^0.4.23"
|
|
120
121
|
},
|
|
121
122
|
"sideEffects": false,
|
|
122
123
|
"homepage": "https://www.naiveui.com",
|
|
@@ -133,8 +134,8 @@
|
|
|
133
134
|
],
|
|
134
135
|
"scripts": {
|
|
135
136
|
"start": "pnpm run dev",
|
|
136
|
-
"dev": "pnpm run clean && pnpm run gen-version && cross-env NODE_ENV=development vite",
|
|
137
|
-
"build:package": "pnpm run gen-version && pnpm run clean && tsc -b --force tsconfig.esm.json && node scripts/pre-build/pre-cjs-build.js && tsc -b --force tsconfig.cjs.json && node scripts/post-build && rimraf {es,lib}/*.tsbuildinfo",
|
|
137
|
+
"dev": "pnpm run clean && pnpm run gen-version && pnpm run gen-component-declaration && cross-env NODE_ENV=development vite",
|
|
138
|
+
"build:package": "pnpm run gen-version && pnpm run clean && pnpm run gen-component-declaration && tsc -b --force tsconfig.esm.json && node scripts/pre-build/pre-cjs-build.js && tsc -b --force tsconfig.cjs.json && node scripts/post-build && rimraf {es,lib}/*.tsbuildinfo",
|
|
138
139
|
"build:site": "./scripts/pre-build-site/pre-build-site.sh && cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=4096 vite build && ./scripts/post-build-site/post-build-site.sh",
|
|
139
140
|
"clean": "rimraf site lib es node_modules/naive-ui themes/**/es themes/**/lib",
|
|
140
141
|
"release:package": "pnpm run test && pnpm run build:package && pnpm publish --no-git-checks",
|
package/volar.d.ts
ADDED
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
// Auto generated component declarations
|
|
2
|
+
declare module 'vue' {
|
|
3
|
+
export interface GlobalComponents {
|
|
4
|
+
NAffix: typeof import('naive-ui')['NAffix']
|
|
5
|
+
NAlert: typeof import('naive-ui')['NAlert']
|
|
6
|
+
NAnchor: typeof import('naive-ui')['NAnchor']
|
|
7
|
+
NAnchorLink: typeof import('naive-ui')['NAnchorLink']
|
|
8
|
+
NAutoComplete: typeof import('naive-ui')['NAutoComplete']
|
|
9
|
+
NAvatar: typeof import('naive-ui')['NAvatar']
|
|
10
|
+
NAvatarGroup: typeof import('naive-ui')['NAvatarGroup']
|
|
11
|
+
NBackTop: typeof import('naive-ui')['NBackTop']
|
|
12
|
+
NBadge: typeof import('naive-ui')['NBadge']
|
|
13
|
+
NBreadcrumb: typeof import('naive-ui')['NBreadcrumb']
|
|
14
|
+
NBreadcrumbItem: typeof import('naive-ui')['NBreadcrumbItem']
|
|
15
|
+
NButton: typeof import('naive-ui')['NButton']
|
|
16
|
+
NButtonGroup: typeof import('naive-ui')['NButtonGroup']
|
|
17
|
+
NxButton: typeof import('naive-ui')['NxButton']
|
|
18
|
+
NCalendar: typeof import('naive-ui')['NCalendar']
|
|
19
|
+
NColorPicker: typeof import('naive-ui')['NColorPicker']
|
|
20
|
+
NCard: typeof import('naive-ui')['NCard']
|
|
21
|
+
NCarousel: typeof import('naive-ui')['NCarousel']
|
|
22
|
+
NCarouselItem: typeof import('naive-ui')['NCarouselItem']
|
|
23
|
+
NCascader: typeof import('naive-ui')['NCascader']
|
|
24
|
+
NCheckbox: typeof import('naive-ui')['NCheckbox']
|
|
25
|
+
NCheckboxGroup: typeof import('naive-ui')['NCheckboxGroup']
|
|
26
|
+
NCode: typeof import('naive-ui')['NCode']
|
|
27
|
+
NCollapse: typeof import('naive-ui')['NCollapse']
|
|
28
|
+
NCollapseItem: typeof import('naive-ui')['NCollapseItem']
|
|
29
|
+
NCollapseTransition: typeof import('naive-ui')['NCollapseTransition']
|
|
30
|
+
NConfigProvider: typeof import('naive-ui')['NConfigProvider']
|
|
31
|
+
NCountdown: typeof import('naive-ui')['NCountdown']
|
|
32
|
+
NNumberAnimation: typeof import('naive-ui')['NNumberAnimation']
|
|
33
|
+
NDataTable: typeof import('naive-ui')['NDataTable']
|
|
34
|
+
NDatePicker: typeof import('naive-ui')['NDatePicker']
|
|
35
|
+
NDescriptions: typeof import('naive-ui')['NDescriptions']
|
|
36
|
+
NDescriptionsItem: typeof import('naive-ui')['NDescriptionsItem']
|
|
37
|
+
NDialog: typeof import('naive-ui')['NDialog']
|
|
38
|
+
NDialogProvider: typeof import('naive-ui')['NDialogProvider']
|
|
39
|
+
NDivider: typeof import('naive-ui')['NDivider']
|
|
40
|
+
NDrawer: typeof import('naive-ui')['NDrawer']
|
|
41
|
+
NDrawerContent: typeof import('naive-ui')['NDrawerContent']
|
|
42
|
+
NDropdown: typeof import('naive-ui')['NDropdown']
|
|
43
|
+
NDynamicInput: typeof import('naive-ui')['NDynamicInput']
|
|
44
|
+
NDynamicTags: typeof import('naive-ui')['NDynamicTags']
|
|
45
|
+
NEl: typeof import('naive-ui')['NEl']
|
|
46
|
+
NElement: typeof import('naive-ui')['NElement']
|
|
47
|
+
NEllipsis: typeof import('naive-ui')['NEllipsis']
|
|
48
|
+
NEmpty: typeof import('naive-ui')['NEmpty']
|
|
49
|
+
NForm: typeof import('naive-ui')['NForm']
|
|
50
|
+
NFormItem: typeof import('naive-ui')['NFormItem']
|
|
51
|
+
NFormItemCol: typeof import('naive-ui')['NFormItemCol']
|
|
52
|
+
NFormItemGi: typeof import('naive-ui')['NFormItemGi']
|
|
53
|
+
NFormItemGridItem: typeof import('naive-ui')['NFormItemGridItem']
|
|
54
|
+
NFormItemRow: typeof import('naive-ui')['NFormItemRow']
|
|
55
|
+
NGlobalStyle: typeof import('naive-ui')['NGlobalStyle']
|
|
56
|
+
NGradientText: typeof import('naive-ui')['NGradientText']
|
|
57
|
+
NGi: typeof import('naive-ui')['NGi']
|
|
58
|
+
NGrid: typeof import('naive-ui')['NGrid']
|
|
59
|
+
NGridItem: typeof import('naive-ui')['NGridItem']
|
|
60
|
+
NIcon: typeof import('naive-ui')['NIcon']
|
|
61
|
+
NImage: typeof import('naive-ui')['NImage']
|
|
62
|
+
NImageGroup: typeof import('naive-ui')['NImageGroup']
|
|
63
|
+
NInput: typeof import('naive-ui')['NInput']
|
|
64
|
+
NInputGroup: typeof import('naive-ui')['NInputGroup']
|
|
65
|
+
NInputGroupLabel: typeof import('naive-ui')['NInputGroupLabel']
|
|
66
|
+
NInputNumber: typeof import('naive-ui')['NInputNumber']
|
|
67
|
+
NLayout: typeof import('naive-ui')['NLayout']
|
|
68
|
+
NLayoutContent: typeof import('naive-ui')['NLayoutContent']
|
|
69
|
+
NLayoutFooter: typeof import('naive-ui')['NLayoutFooter']
|
|
70
|
+
NLayoutHeader: typeof import('naive-ui')['NLayoutHeader']
|
|
71
|
+
NLayoutSider: typeof import('naive-ui')['NLayoutSider']
|
|
72
|
+
NList: typeof import('naive-ui')['NList']
|
|
73
|
+
NListItem: typeof import('naive-ui')['NListItem']
|
|
74
|
+
NLoadingBarProvider: typeof import('naive-ui')['NLoadingBarProvider']
|
|
75
|
+
NLog: typeof import('naive-ui')['NLog']
|
|
76
|
+
NMenu: typeof import('naive-ui')['NMenu']
|
|
77
|
+
NMention: typeof import('naive-ui')['NMention']
|
|
78
|
+
NMessageProvider: typeof import('naive-ui')['NMessageProvider']
|
|
79
|
+
NModal: typeof import('naive-ui')['NModal']
|
|
80
|
+
NNotificationProvider: typeof import('naive-ui')['NNotificationProvider']
|
|
81
|
+
NPageHeader: typeof import('naive-ui')['NPageHeader']
|
|
82
|
+
NPagination: typeof import('naive-ui')['NPagination']
|
|
83
|
+
NPopconfirm: typeof import('naive-ui')['NPopconfirm']
|
|
84
|
+
NPopover: typeof import('naive-ui')['NPopover']
|
|
85
|
+
NPopselect: typeof import('naive-ui')['NPopselect']
|
|
86
|
+
NProgress: typeof import('naive-ui')['NProgress']
|
|
87
|
+
NRadio: typeof import('naive-ui')['NRadio']
|
|
88
|
+
NRadioButton: typeof import('naive-ui')['NRadioButton']
|
|
89
|
+
NRadioGroup: typeof import('naive-ui')['NRadioGroup']
|
|
90
|
+
NRate: typeof import('naive-ui')['NRate']
|
|
91
|
+
NResult: typeof import('naive-ui')['NResult']
|
|
92
|
+
NScrollbar: typeof import('naive-ui')['NScrollbar']
|
|
93
|
+
NSelect: typeof import('naive-ui')['NSelect']
|
|
94
|
+
NSkeleton: typeof import('naive-ui')['NSkeleton']
|
|
95
|
+
NSlider: typeof import('naive-ui')['NSlider']
|
|
96
|
+
NSpace: typeof import('naive-ui')['NSpace']
|
|
97
|
+
NSpin: typeof import('naive-ui')['NSpin']
|
|
98
|
+
NStatistic: typeof import('naive-ui')['NStatistic']
|
|
99
|
+
NStep: typeof import('naive-ui')['NStep']
|
|
100
|
+
NSteps: typeof import('naive-ui')['NSteps']
|
|
101
|
+
NSwitch: typeof import('naive-ui')['NSwitch']
|
|
102
|
+
NTable: typeof import('naive-ui')['NTable']
|
|
103
|
+
NTbody: typeof import('naive-ui')['NTbody']
|
|
104
|
+
NTd: typeof import('naive-ui')['NTd']
|
|
105
|
+
NTh: typeof import('naive-ui')['NTh']
|
|
106
|
+
NThead: typeof import('naive-ui')['NThead']
|
|
107
|
+
NTr: typeof import('naive-ui')['NTr']
|
|
108
|
+
NTab: typeof import('naive-ui')['NTab']
|
|
109
|
+
NTabPane: typeof import('naive-ui')['NTabPane']
|
|
110
|
+
NTabs: typeof import('naive-ui')['NTabs']
|
|
111
|
+
NTag: typeof import('naive-ui')['NTag']
|
|
112
|
+
NThing: typeof import('naive-ui')['NThing']
|
|
113
|
+
NTime: typeof import('naive-ui')['NTime']
|
|
114
|
+
NTimePicker: typeof import('naive-ui')['NTimePicker']
|
|
115
|
+
NTimeline: typeof import('naive-ui')['NTimeline']
|
|
116
|
+
NTimelineItem: typeof import('naive-ui')['NTimelineItem']
|
|
117
|
+
NTooltip: typeof import('naive-ui')['NTooltip']
|
|
118
|
+
NTransfer: typeof import('naive-ui')['NTransfer']
|
|
119
|
+
NTree: typeof import('naive-ui')['NTree']
|
|
120
|
+
NTreeSelect: typeof import('naive-ui')['NTreeSelect']
|
|
121
|
+
NA: typeof import('naive-ui')['NA']
|
|
122
|
+
NBlockquote: typeof import('naive-ui')['NBlockquote']
|
|
123
|
+
NH1: typeof import('naive-ui')['NH1']
|
|
124
|
+
NH2: typeof import('naive-ui')['NH2']
|
|
125
|
+
NH3: typeof import('naive-ui')['NH3']
|
|
126
|
+
NH4: typeof import('naive-ui')['NH4']
|
|
127
|
+
NH5: typeof import('naive-ui')['NH5']
|
|
128
|
+
NH6: typeof import('naive-ui')['NH6']
|
|
129
|
+
NHr: typeof import('naive-ui')['NHr']
|
|
130
|
+
NLi: typeof import('naive-ui')['NLi']
|
|
131
|
+
NOl: typeof import('naive-ui')['NOl']
|
|
132
|
+
NP: typeof import('naive-ui')['NP']
|
|
133
|
+
NText: typeof import('naive-ui')['NText']
|
|
134
|
+
NUl: typeof import('naive-ui')['NUl']
|
|
135
|
+
NUpload: typeof import('naive-ui')['NUpload']
|
|
136
|
+
NUploadDragger: typeof import('naive-ui')['NUploadDragger']
|
|
137
|
+
NUploadFileList: typeof import('naive-ui')['NUploadFileList']
|
|
138
|
+
NUploadTrigger: typeof import('naive-ui')['NUploadTrigger']
|
|
139
|
+
NCol: typeof import('naive-ui')['NCol']
|
|
140
|
+
NRow: typeof import('naive-ui')['NRow']
|
|
141
|
+
[key: string]: any
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
export {}
|