naive-ui 2.40.0 → 2.40.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/dist/index.js +73333 -73022
- package/dist/index.mjs +71707 -71397
- package/dist/index.prod.js +1 -1
- package/dist/index.prod.mjs +1 -1
- package/es/_internal/clear/src/Clear.d.ts +5 -5
- package/es/_internal/clear/src/Clear.mjs +2 -2
- package/es/_internal/clear/src/styles/index.cssr.mjs +1 -1
- package/es/_internal/close/src/Close.d.ts +5 -5
- package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +6 -6
- package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.mjs +1 -1
- package/es/_internal/focus-detector/src/FocusDetector.d.ts +3 -3
- package/es/_internal/icon/src/Icon.d.ts +4 -4
- package/es/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +1 -1
- package/es/_internal/icon-switch-transition/src/IconSwitchTransition.mjs +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/ArrowUp.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/ResizeSmall.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/index.d.ts +16 -16
- package/es/_internal/icons/index.mjs +17 -17
- package/es/_internal/icons/replaceable.d.ts +1 -1
- package/es/_internal/index.d.ts +9 -9
- package/es/_internal/index.mjs +7 -7
- package/es/_internal/loading/src/Loading.d.ts +4 -4
- package/es/_internal/loading/src/styles/index.cssr.mjs +1 -1
- package/es/_internal/menu-mask/index.d.ts +1 -1
- package/es/_internal/menu-mask/src/MenuMask.d.ts +6 -6
- package/es/_internal/menu-mask/src/MenuMask.mjs +1 -1
- package/es/_internal/menu-mask/src/styles/index.cssr.mjs +1 -1
- package/es/_internal/scrollbar/src/Scrollbar.d.ts +14 -14
- package/es/_internal/scrollbar/src/Scrollbar.mjs +4 -4
- package/es/_internal/scrollbar/src/styles/index.cssr.mjs +1 -1
- package/es/_internal/scrollbar/styles/index.d.ts +1 -1
- package/es/_internal/scrollbar/styles/light.d.ts +1 -1
- package/es/_internal/select-menu/index.d.ts +1 -1
- package/es/_internal/select-menu/src/SelectGroupHeader.d.ts +7 -7
- package/es/_internal/select-menu/src/SelectMenu.d.ts +28 -11
- package/es/_internal/select-menu/src/SelectMenu.mjs +8 -8
- package/es/_internal/select-menu/src/SelectOption.d.ts +9 -9
- package/es/_internal/select-menu/src/SelectOption.mjs +2 -2
- package/es/_internal/select-menu/src/interface.d.ts +2 -2
- package/es/_internal/select-menu/src/styles/index.cssr.mjs +1 -1
- package/es/_internal/select-menu/styles/dark.mjs +1 -1
- package/es/_internal/select-menu/styles/index.d.ts +2 -2
- package/es/_internal/select-menu/styles/index.mjs +1 -1
- package/es/_internal/select-menu/styles/light.mjs +2 -2
- package/es/_internal/selection/src/Selection.d.ts +44 -27
- package/es/_internal/selection/src/Selection.mjs +8 -5
- package/es/_internal/selection/src/styles/index.cssr.mjs +1 -0
- package/es/_internal/selection/styles/dark.mjs +3 -1
- package/es/_internal/selection/styles/index.d.ts +2 -2
- package/es/_internal/selection/styles/index.mjs +1 -1
- package/es/_internal/selection/styles/light.d.ts +2 -0
- package/es/_internal/selection/styles/light.mjs +4 -2
- package/es/_internal/slot-machine/src/SlotMachine.d.ts +4 -4
- package/es/_internal/slot-machine/src/SlotMachine.mjs +2 -2
- package/es/_internal/slot-machine/src/SlotMachineNumber.d.ts +4 -4
- package/es/_internal/slot-machine/src/styles/index.cssr.mjs +1 -1
- package/es/_internal/suffix/src/Suffix.d.ts +4 -4
- package/es/_internal/suffix/src/Suffix.mjs +2 -2
- package/es/_internal/wave/src/Wave.d.ts +6 -6
- package/es/_mixins/index.d.ts +6 -6
- package/es/_mixins/index.mjs +5 -5
- package/es/_mixins/use-config.d.ts +1 -1
- package/es/_mixins/use-css-vars-class.mjs +3 -3
- package/es/_mixins/use-form-item.d.ts +1 -1
- package/es/_mixins/use-hljs.d.ts +1 -1
- package/es/_mixins/use-hljs.mjs +1 -1
- package/es/_mixins/use-locale.d.ts +1 -1
- package/es/_mixins/use-locale.mjs +1 -1
- package/es/_mixins/use-rtl.d.ts +1 -1
- package/es/_mixins/use-rtl.mjs +2 -2
- package/es/_mixins/use-style.mjs +2 -2
- package/es/_mixins/use-theme.d.ts +2 -2
- package/es/_mixins/use-theme.mjs +2 -2
- package/es/_utils/composable/index.d.ts +3 -3
- package/es/_utils/composable/index.mjs +4 -4
- package/es/_utils/composable/use-adjusted-to.mjs +2 -2
- package/es/_utils/composable/use-lock-html-scroll.d.ts +1 -1
- package/es/_utils/css/index.d.ts +1 -1
- package/es/_utils/css/index.mjs +1 -1
- package/es/_utils/cssr/index.d.ts +1 -1
- package/es/_utils/cssr/index.mjs +2 -2
- package/es/_utils/dom/index.d.ts +1 -1
- package/es/_utils/dom/index.mjs +2 -2
- package/es/_utils/index.d.ts +8 -8
- package/es/_utils/index.mjs +6 -6
- package/es/_utils/naive/index.d.ts +3 -3
- package/es/_utils/naive/index.mjs +3 -3
- package/es/_utils/vue/flatten.mjs +1 -1
- package/es/_utils/vue/index.d.ts +11 -11
- package/es/_utils/vue/index.mjs +10 -10
- package/es/_utils/vue/wrapper.d.ts +1 -1
- package/es/affix/index.d.ts +1 -1
- package/es/affix/index.mjs +1 -1
- package/es/affix/src/Affix.d.ts +9 -9
- package/es/affix/src/Affix.mjs +2 -2
- package/es/alert/index.d.ts +1 -1
- package/es/alert/index.mjs +1 -1
- package/es/alert/src/Alert.d.ts +11 -11
- package/es/alert/src/Alert.mjs +3 -3
- package/es/alert/src/styles/index.cssr.mjs +1 -1
- package/es/alert/styles/index.d.ts +1 -1
- package/es/alert/styles/light.d.ts +1 -1
- package/es/anchor/index.d.ts +2 -2
- package/es/anchor/index.mjs +2 -2
- package/es/anchor/src/AnchorAdapter.d.ts +5 -5
- package/es/anchor/src/AnchorAdapter.mjs +3 -3
- package/es/anchor/src/BaseAnchor.d.ts +10 -10
- package/es/anchor/src/BaseAnchor.mjs +1 -1
- package/es/anchor/src/Link.d.ts +3 -3
- package/es/anchor/src/Link.mjs +2 -2
- package/es/anchor/styles/index.d.ts +1 -1
- package/es/anchor/styles/light.d.ts +1 -1
- package/es/auto-complete/index.d.ts +2 -2
- package/es/auto-complete/index.mjs +1 -1
- package/es/auto-complete/src/AutoComplete.d.ts +59 -15
- package/es/auto-complete/src/AutoComplete.mjs +6 -6
- package/es/auto-complete/src/styles/index.cssr.mjs +1 -1
- package/es/auto-complete/styles/dark.mjs +1 -1
- package/es/auto-complete/styles/light.d.ts +1 -0
- package/es/auto-complete/styles/light.mjs +2 -2
- package/es/avatar/index.d.ts +1 -1
- package/es/avatar/index.mjs +1 -1
- package/es/avatar/src/Avatar.d.ts +15 -15
- package/es/avatar/src/Avatar.mjs +2 -2
- package/es/avatar/styles/index.d.ts +1 -1
- package/es/avatar/styles/light.d.ts +1 -1
- package/es/avatar-group/index.d.ts +2 -2
- package/es/avatar-group/index.mjs +1 -1
- package/es/avatar-group/src/AvatarGroup.d.ts +9 -9
- package/es/avatar-group/src/AvatarGroup.mjs +2 -2
- package/es/avatar-group/styles/index.d.ts +1 -1
- package/es/avatar-group/styles/light.mjs +1 -1
- package/es/back-top/index.d.ts +1 -1
- package/es/back-top/index.mjs +1 -1
- package/es/back-top/src/BackTop.d.ts +15 -15
- package/es/back-top/src/BackTop.mjs +4 -4
- package/es/back-top/src/styles/index.cssr.mjs +1 -1
- package/es/back-top/styles/index.d.ts +1 -1
- package/es/back-top/styles/light.d.ts +1 -1
- package/es/badge/index.d.ts +1 -1
- package/es/badge/index.mjs +1 -1
- package/es/badge/src/Badge.d.ts +11 -11
- package/es/badge/src/Badge.mjs +3 -3
- package/es/badge/src/styles/index.cssr.mjs +1 -1
- package/es/badge/styles/index.d.ts +1 -1
- package/es/badge/styles/light.d.ts +1 -1
- package/es/breadcrumb/index.d.ts +2 -2
- package/es/breadcrumb/index.mjs +2 -2
- package/es/breadcrumb/src/Breadcrumb.d.ts +7 -7
- package/es/breadcrumb/src/Breadcrumb.mjs +1 -1
- package/es/breadcrumb/src/BreadcrumbItem.d.ts +4 -4
- package/es/breadcrumb/styles/light.d.ts +1 -1
- package/es/button/index.d.ts +1 -1
- package/es/button/index.mjs +1 -1
- package/es/button/src/Button.d.ts +16 -13
- package/es/button/src/Button.mjs +7 -7
- package/es/button/src/styles/index.cssr.mjs +1 -1
- package/es/button/styles/index.d.ts +1 -1
- package/es/button/styles/light.d.ts +1 -1
- package/es/button-group/index.d.ts +1 -1
- package/es/button-group/index.mjs +1 -1
- package/es/button-group/src/ButtonGroup.d.ts +9 -9
- package/es/button-group/src/ButtonGroup.mjs +1 -1
- package/es/calendar/index.d.ts +1 -1
- package/es/calendar/index.mjs +1 -1
- package/es/calendar/src/Calendar.d.ts +40 -10
- package/es/calendar/src/Calendar.mjs +4 -4
- package/es/calendar/styles/light.mjs +1 -1
- package/es/card/index.d.ts +1 -1
- package/es/card/index.mjs +1 -1
- package/es/card/src/Card.d.ts +10 -10
- package/es/card/src/Card.mjs +4 -4
- package/es/card/styles/index.d.ts +1 -1
- package/es/card/styles/light.d.ts +1 -1
- package/es/carousel/index.d.ts +2 -2
- package/es/carousel/index.mjs +1 -1
- package/es/carousel/src/Carousel.d.ts +11 -11
- package/es/carousel/src/Carousel.mjs +9 -8
- package/es/carousel/src/CarouselArrow.d.ts +2 -2
- package/es/carousel/src/CarouselDots.d.ts +7 -7
- package/es/carousel/src/CarouselDots.mjs +1 -1
- package/es/carousel/src/CarouselItem.d.ts +3 -3
- package/es/carousel/src/CarouselItem.mjs +1 -1
- package/es/cascader/index.d.ts +2 -2
- package/es/cascader/index.mjs +1 -1
- package/es/cascader/src/Cascader.d.ts +50 -20
- package/es/cascader/src/Cascader.mjs +4 -4
- package/es/cascader/src/CascaderMenu.d.ts +296 -9
- package/es/cascader/src/CascaderMenu.mjs +2 -2
- package/es/cascader/src/CascaderOption.d.ts +300 -10
- package/es/cascader/src/CascaderOption.mjs +3 -3
- package/es/cascader/src/CascaderSelectMenu.d.ts +301 -9
- package/es/cascader/src/CascaderSelectMenu.mjs +4 -4
- package/es/cascader/src/CascaderSubmenu.d.ts +305 -6
- package/es/cascader/src/CascaderSubmenu.mjs +1 -1
- package/es/cascader/src/styles/index.cssr.mjs +1 -1
- package/es/cascader/styles/dark.mjs +3 -3
- package/es/cascader/styles/light.d.ts +1 -0
- package/es/cascader/styles/light.mjs +4 -4
- package/es/checkbox/index.d.ts +2 -2
- package/es/checkbox/index.mjs +2 -2
- package/es/checkbox/src/Checkbox.d.ts +16 -16
- package/es/checkbox/src/Checkbox.mjs +6 -6
- package/es/checkbox/src/CheckboxGroup.d.ts +6 -6
- package/es/checkbox/src/CheckboxGroup.mjs +1 -1
- package/es/checkbox/src/styles/index.cssr.mjs +1 -1
- package/es/checkbox/styles/index.d.ts +1 -1
- package/es/checkbox/styles/light.d.ts +1 -1
- package/es/code/index.d.ts +1 -1
- package/es/code/index.mjs +1 -1
- package/es/code/src/Code.d.ts +9 -9
- package/es/code/styles/index.d.ts +1 -1
- package/es/code/styles/light.d.ts +1 -1
- package/es/collapse/index.d.ts +2 -2
- package/es/collapse/index.mjs +2 -2
- package/es/collapse/src/Collapse.d.ts +9 -9
- package/es/collapse/src/Collapse.mjs +2 -2
- package/es/collapse/src/CollapseItem.d.ts +9 -9
- package/es/collapse/src/CollapseItem.mjs +3 -3
- package/es/collapse/src/CollapseItemContent.d.ts +6 -6
- package/es/collapse/src/CollapseItemContent.mjs +1 -1
- package/es/collapse/src/styles/index.cssr.mjs +1 -1
- package/es/collapse/styles/index.d.ts +1 -1
- package/es/collapse/styles/light.d.ts +1 -1
- package/es/collapse-transition/index.d.ts +1 -1
- package/es/collapse-transition/index.mjs +1 -1
- package/es/collapse-transition/src/CollapseTransition.d.ts +10 -10
- package/es/collapse-transition/src/CollapseTransition.mjs +1 -1
- package/es/collapse-transition/src/styles/index.cssr.mjs +1 -1
- package/es/collapse-transition/styles/index.d.ts +1 -1
- package/es/collapse-transition/styles/light.d.ts +1 -1
- package/es/color-picker/index.d.ts +1 -1
- package/es/color-picker/index.mjs +1 -1
- package/es/color-picker/src/AlphaSlider.d.ts +7 -7
- package/es/color-picker/src/AlphaSlider.mjs +1 -1
- package/es/color-picker/src/ColorInput.d.ts +6 -6
- package/es/color-picker/src/ColorInput.mjs +1 -1
- package/es/color-picker/src/ColorInputUnit.d.ts +7 -6
- package/es/color-picker/src/ColorPicker.d.ts +24 -15
- package/es/color-picker/src/ColorPicker.mjs +8 -8
- package/es/color-picker/src/ColorPickerSwatches.d.ts +4 -4
- package/es/color-picker/src/ColorPickerSwatches.mjs +1 -1
- package/es/color-picker/src/ColorPickerTrigger.d.ts +4 -4
- package/es/color-picker/src/ColorPreview.d.ts +5 -5
- package/es/color-picker/src/HueSlider.d.ts +5 -5
- package/es/color-picker/src/HueSlider.mjs +1 -1
- package/es/color-picker/src/Pallete.d.ts +6 -6
- package/es/color-picker/src/styles/index.cssr.mjs +1 -1
- package/es/color-picker/styles/dark.mjs +1 -1
- package/es/color-picker/styles/index.d.ts +1 -1
- package/es/color-picker/styles/light.d.ts +1 -0
- package/es/color-picker/styles/light.mjs +2 -2
- package/es/components.d.ts +8 -7
- package/es/components.mjs +9 -8
- package/es/composables/use-theme-vars.d.ts +1 -1
- package/es/composables/use-theme-vars.mjs +1 -1
- package/es/config-provider/index.d.ts +1 -1
- package/es/config-provider/index.mjs +1 -1
- package/es/config-provider/src/ConfigProvider.d.ts +7 -7
- package/es/config-provider/src/ConfigProvider.mjs +4 -4
- package/es/config-provider/src/interface.d.ts +2 -2
- package/es/config-provider/src/internal-interface.d.ts +24 -22
- package/es/countdown/index.d.ts +2 -2
- package/es/countdown/index.mjs +1 -1
- package/es/countdown/src/Countdown.d.ts +7 -7
- package/es/data-table/index.d.ts +2 -1
- package/es/data-table/index.mjs +2 -1
- package/es/data-table/src/DataTable.d.ts +34 -10
- package/es/data-table/src/DataTable.mjs +10 -10
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +1212 -10
- package/es/data-table/src/HeaderButton/FilterButton.mjs +2 -2
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +1214 -7
- package/es/data-table/src/HeaderButton/FilterMenu.mjs +4 -4
- package/es/data-table/src/HeaderButton/RenderFilter.d.ts +5 -5
- package/es/data-table/src/HeaderButton/RenderSorter.d.ts +5 -5
- package/es/data-table/src/HeaderButton/ResizeButton.d.ts +6 -6
- package/es/data-table/src/HeaderButton/ResizeButton.mjs +1 -1
- package/es/data-table/src/HeaderButton/SortButton.d.ts +5 -5
- package/es/data-table/src/HeaderButton/SortButton.mjs +2 -2
- package/es/data-table/src/MainTable.d.ts +12 -5
- package/es/data-table/src/MainTable.mjs +2 -2
- package/es/data-table/src/TableParts/Body.d.ts +1278 -53
- package/es/data-table/src/TableParts/Body.mjs +15 -11
- package/es/data-table/src/TableParts/BodyCheckbox.d.ts +3 -3
- package/es/data-table/src/TableParts/BodyRadio.d.ts +3 -3
- package/es/data-table/src/TableParts/Cell.d.ts +5 -5
- package/es/data-table/src/TableParts/Cell.mjs +1 -1
- package/es/data-table/src/TableParts/ExpandTrigger.d.ts +5 -5
- package/es/data-table/src/TableParts/ExpandTrigger.mjs +1 -1
- package/es/data-table/src/TableParts/Header.d.ts +1229 -21
- package/es/data-table/src/TableParts/Header.mjs +3 -3
- package/es/data-table/src/TableParts/SelectionMenu.d.ts +3 -3
- package/es/data-table/src/TableParts/SelectionMenu.mjs +1 -1
- package/es/data-table/src/interface.d.ts +14 -5
- package/es/data-table/src/interface.mjs +2 -0
- package/es/data-table/src/publicTypes.d.ts +3 -0
- package/es/data-table/src/styles/index.cssr.mjs +2 -1
- package/es/data-table/src/use-check.d.ts +1 -1
- package/es/data-table/src/use-expand.d.ts +2 -2
- package/es/data-table/src/use-expand.mjs +1 -1
- package/es/data-table/src/use-group-header.d.ts +1 -1
- package/es/data-table/src/use-scroll.d.ts +5 -5
- package/es/data-table/src/use-sorter.d.ts +1 -1
- package/es/data-table/src/use-table-data.d.ts +2 -2
- package/es/data-table/src/use-table-data.mjs +3 -3
- package/es/data-table/src/utils.d.ts +2 -1
- package/es/data-table/src/utils.mjs +7 -3
- package/es/data-table/styles/dark.mjs +6 -6
- package/es/data-table/styles/index.d.ts +1 -1
- package/es/data-table/styles/light.d.ts +2 -0
- package/es/data-table/styles/light.mjs +7 -7
- package/es/date-picker/src/DatePicker.d.ts +171 -19
- package/es/date-picker/src/DatePicker.mjs +18 -12
- package/es/date-picker/src/interface.d.ts +3 -3
- package/es/date-picker/src/panel/date.d.ts +1014 -13
- package/es/date-picker/src/panel/date.mjs +5 -4
- package/es/date-picker/src/panel/daterange.d.ts +1023 -22
- package/es/date-picker/src/panel/daterange.mjs +6 -4
- package/es/date-picker/src/panel/datetime.d.ts +1014 -13
- package/es/date-picker/src/panel/datetime.mjs +7 -6
- package/es/date-picker/src/panel/datetimerange.d.ts +1023 -22
- package/es/date-picker/src/panel/datetimerange.mjs +8 -6
- package/es/date-picker/src/panel/month.d.ts +1014 -13
- package/es/date-picker/src/panel/month.mjs +3 -3
- package/es/date-picker/src/panel/monthrange.d.ts +1023 -22
- package/es/date-picker/src/panel/monthrange.mjs +3 -3
- package/es/date-picker/src/panel/panelHeader.d.ts +6328 -222
- package/es/date-picker/src/panel/panelHeader.mjs +9 -4
- package/es/date-picker/src/panel/use-calendar.d.ts +1002 -14
- package/es/date-picker/src/panel/use-calendar.mjs +12 -6
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +1022 -34
- package/es/date-picker/src/panel/use-dual-calendar.mjs +14 -8
- package/es/date-picker/src/panel/use-panel-common.d.ts +999 -11
- package/es/date-picker/src/panel/use-panel-common.mjs +14 -1
- package/es/date-picker/src/props.d.ts +18 -1
- package/es/date-picker/src/props.mjs +11 -0
- package/es/date-picker/src/styles/index.cssr.mjs +5 -1
- package/es/date-picker/src/utils.d.ts +1 -1
- package/es/date-picker/src/utils.mjs +1 -1
- package/es/date-picker/src/validation-utils.d.ts +1 -1
- package/es/date-picker/src/validation-utils.mjs +1 -1
- package/es/date-picker/styles/dark.mjs +2 -2
- package/es/date-picker/styles/light.d.ts +2 -0
- package/es/date-picker/styles/light.mjs +3 -3
- package/es/descriptions/index.d.ts +1 -1
- package/es/descriptions/src/Descriptions.d.ts +8 -8
- package/es/descriptions/src/Descriptions.mjs +3 -3
- package/es/descriptions/src/DescriptionsItem.d.ts +5 -5
- package/es/descriptions/styles/light.d.ts +1 -1
- package/es/dialog/index.d.ts +3 -3
- package/es/dialog/index.mjs +2 -2
- package/es/dialog/src/Dialog.d.ts +9 -9
- package/es/dialog/src/Dialog.mjs +2 -2
- package/es/dialog/src/DialogEnvironment.d.ts +7 -7
- package/es/dialog/src/DialogEnvironment.mjs +1 -1
- package/es/dialog/src/DialogProvider.d.ts +5512 -16
- package/es/dialog/src/DialogProvider.mjs +3 -3
- package/es/dialog/src/composables.d.ts +1 -1
- package/es/dialog/src/dialogProps.d.ts +2 -2
- package/es/dialog/styles/dark.mjs +1 -1
- package/es/dialog/styles/index.d.ts +1 -1
- package/es/dialog/styles/light.mjs +2 -2
- package/es/discrete/index.d.ts +1 -1
- package/es/discrete/src/InjectionExtractor.d.ts +4 -4
- package/es/discrete/src/discrete.mjs +2 -2
- package/es/discrete/src/discreteApp.d.ts +2 -2
- package/es/discrete/src/discreteApp.mjs +2 -2
- package/es/discrete/src/interface.d.ts +2 -2
- package/es/divider/src/Divider.d.ts +8 -8
- package/es/divider/src/Divider.mjs +1 -1
- package/es/divider/styles/index.d.ts +1 -1
- package/es/divider/styles/light.d.ts +1 -1
- package/es/drawer/index.d.ts +1 -1
- package/es/drawer/src/Drawer.d.ts +11 -11
- package/es/drawer/src/Drawer.mjs +2 -2
- package/es/drawer/src/DrawerBodyWrapper.d.ts +61 -14
- package/es/drawer/src/DrawerBodyWrapper.mjs +5 -5
- package/es/drawer/src/DrawerContent.d.ts +54 -7
- package/es/drawer/src/styles/index.cssr.mjs +4 -4
- package/es/drawer/styles/dark.mjs +1 -1
- package/es/drawer/styles/index.d.ts +1 -1
- package/es/drawer/styles/light.mjs +1 -1
- package/es/drawer/styles/rtl.mjs +1 -1
- package/es/dropdown/index.d.ts +1 -1
- package/es/dropdown/src/Dropdown.d.ts +12 -12
- package/es/dropdown/src/Dropdown.mjs +4 -4
- package/es/dropdown/src/DropdownDivider.d.ts +3 -3
- package/es/dropdown/src/DropdownGroup.d.ts +5 -5
- package/es/dropdown/src/DropdownGroup.mjs +2 -2
- package/es/dropdown/src/DropdownGroupHeader.d.ts +10 -10
- package/es/dropdown/src/DropdownMenu.d.ts +7 -7
- package/es/dropdown/src/DropdownMenu.mjs +3 -3
- package/es/dropdown/src/DropdownOption.d.ts +17 -17
- package/es/dropdown/src/DropdownOption.mjs +4 -4
- package/es/dropdown/src/DropdownRenderOption.d.ts +4 -4
- package/es/dropdown/src/styles/index.cssr.mjs +1 -1
- package/es/dropdown/styles/index.d.ts +1 -1
- package/es/dropdown/styles/light.mjs +1 -1
- package/es/dynamic-input/src/DynamicInput.d.ts +23 -11
- package/es/dynamic-input/src/DynamicInput.mjs +7 -7
- package/es/dynamic-input/src/InputPreset.d.ts +293 -6
- package/es/dynamic-input/src/PairPreset.d.ts +294 -7
- package/es/dynamic-input/styles/dark.mjs +2 -2
- package/es/dynamic-input/styles/index.d.ts +1 -1
- package/es/dynamic-input/styles/light.d.ts +1 -0
- package/es/dynamic-input/styles/light.mjs +3 -3
- package/es/dynamic-input/styles/rtl.mjs +2 -2
- package/es/dynamic-tags/src/DynamicTags.d.ts +49 -15
- package/es/dynamic-tags/src/DynamicTags.mjs +6 -6
- package/es/dynamic-tags/styles/dark.mjs +3 -3
- package/es/dynamic-tags/styles/light.d.ts +1 -0
- package/es/dynamic-tags/styles/light.mjs +4 -4
- package/es/element/src/Element.d.ts +7 -7
- package/es/element/src/Element.mjs +1 -1
- package/es/ellipsis/index.d.ts +1 -1
- package/es/ellipsis/src/Ellipsis.d.ts +12 -9
- package/es/ellipsis/src/Ellipsis.mjs +2 -2
- package/es/ellipsis/src/PerformantEllipsis.d.ts +6 -6
- package/es/ellipsis/src/PerformantEllipsis.mjs +1 -1
- package/es/empty/src/Empty.d.ts +8 -8
- package/es/empty/styles/index.d.ts +1 -1
- package/es/empty/styles/light.d.ts +1 -1
- package/es/equation/src/Equation.d.ts +6 -6
- package/es/equation/styles/index.d.ts +1 -1
- package/es/flex/src/Flex.d.ts +8 -8
- package/es/flex/src/Flex.mjs +2 -2
- package/es/flex/styles/index.d.ts +1 -1
- package/es/float-button/src/FloatButton.d.ts +8 -8
- package/es/float-button/src/FloatButton.mjs +7 -7
- package/es/float-button/styles/light.d.ts +1 -1
- package/es/float-button-group/src/FloatButtonGroup.d.ts +7 -7
- package/es/form/index.d.ts +3 -3
- package/es/form/index.mjs +1 -1
- package/es/form/src/Form.d.ts +7 -7
- package/es/form/src/Form.mjs +2 -2
- package/es/form/src/FormItem.d.ts +18 -12
- package/es/form/src/FormItem.mjs +3 -3
- package/es/form/src/FormItemCol.d.ts +11 -5
- package/es/form/src/FormItemCol.mjs +1 -1
- package/es/form/src/FormItemGridItem.d.ts +11 -5
- package/es/form/src/FormItemGridItem.mjs +1 -1
- package/es/form/src/FormItemRow.d.ts +10 -5
- package/es/form/src/FormItemRow.mjs +1 -1
- package/es/form/src/interface.d.ts +1 -1
- package/es/form/src/styles/form-item.cssr.mjs +1 -1
- package/es/form/src/utils.d.ts +3 -3
- package/es/form/src/utils.mjs +1 -1
- package/es/form/styles/index.d.ts +1 -1
- package/es/form/styles/light.d.ts +1 -1
- package/es/global-style/src/GlobalStyle.d.ts +1 -1
- package/es/global-style/src/GlobalStyle.mjs +2 -2
- package/es/gradient-text/src/GradientText.d.ts +8 -8
- package/es/grid/src/Grid.d.ts +8 -8
- package/es/grid/src/Grid.mjs +3 -3
- package/es/grid/src/GridItem.d.ts +9 -9
- package/es/grid/src/GridItem.mjs +1 -1
- package/es/highlight/src/Highlight.d.ts +6 -6
- package/es/icon/index.d.ts +1 -1
- package/es/icon/index.mjs +1 -1
- package/es/icon/src/Icon.d.ts +7 -7
- package/es/icon/styles/light.d.ts +1 -1
- package/es/icon-wrapper/index.d.ts +1 -1
- package/es/icon-wrapper/index.mjs +1 -1
- package/es/icon-wrapper/src/IconWrapper.d.ts +4 -4
- package/es/icon-wrapper/styles/light.d.ts +1 -1
- package/es/image/src/Image.d.ts +18 -13
- package/es/image/src/Image.mjs +6 -4
- package/es/image/src/ImageGroup.d.ts +12 -8
- package/es/image/src/ImageGroup.mjs +2 -2
- package/es/image/src/ImagePreview.d.ts +13 -13
- package/es/image/src/ImagePreview.mjs +5 -5
- package/es/image/src/styles/index.cssr.mjs +1 -1
- package/es/image/styles/dark.mjs +1 -1
- package/es/image/styles/index.d.ts +1 -1
- package/es/image/styles/index.mjs +2 -2
- package/es/image/styles/light.mjs +1 -1
- package/es/index.d.ts +8 -8
- package/es/index.mjs +8 -8
- package/es/infinite-scroll/src/InfiniteScroll.d.ts +18 -6
- package/es/infinite-scroll/src/InfiniteScroll.mjs +1 -1
- package/es/input/index.d.ts +2 -2
- package/es/input/src/Input.d.ts +52 -25
- package/es/input/src/Input.mjs +9 -7
- package/es/input/src/InputGroup.d.ts +3 -11
- package/es/input/src/InputGroupLabel.d.ts +17 -8
- package/es/input/src/WordCount.d.ts +1 -1
- package/es/input/src/styles/input.cssr.mjs +1 -0
- package/es/input/styles/dark.mjs +3 -1
- package/es/input/styles/index.d.ts +1 -1
- package/es/input/styles/light.d.ts +2 -1
- package/es/input/styles/light.mjs +3 -1
- package/es/input-number/src/InputNumber.d.ts +54 -12
- package/es/input-number/src/InputNumber.mjs +7 -7
- package/es/input-number/src/utils.mjs +6 -3
- package/es/input-number/styles/dark.mjs +1 -1
- package/es/input-number/styles/index.d.ts +1 -1
- package/es/input-number/styles/light.d.ts +1 -0
- package/es/input-number/styles/light.mjs +2 -2
- package/es/input-number/styles/rtl.mjs +2 -2
- package/es/layout/index.d.ts +5 -5
- package/es/layout/index.mjs +1 -1
- package/es/layout/src/Layout.d.ts +40 -18
- package/es/layout/src/LayoutContent.d.ts +19 -8
- package/es/layout/src/LayoutFooter.d.ts +7 -7
- package/es/layout/src/LayoutHeader.d.ts +7 -7
- package/es/layout/src/LayoutSider.d.ts +21 -10
- package/es/layout/src/LayoutSider.mjs +5 -5
- package/es/layout/src/ToggleBar.d.ts +3 -3
- package/es/layout/src/ToggleButton.d.ts +3 -3
- package/es/layout/styles/dark.mjs +1 -1
- package/es/layout/styles/light.mjs +1 -1
- package/es/legacy-grid/index.d.ts +2 -2
- package/es/legacy-grid/index.mjs +2 -2
- package/es/legacy-grid/src/Col.d.ts +8 -8
- package/es/legacy-grid/src/Row.d.ts +7 -7
- package/es/legacy-grid/src/Row.mjs +2 -2
- package/es/legacy-grid/styles/index.d.ts +2 -2
- package/es/legacy-grid/styles/index.mjs +1 -1
- package/es/legacy-transfer/index.d.ts +1 -1
- package/es/legacy-transfer/src/Transfer.d.ts +24 -11
- package/es/legacy-transfer/src/Transfer.mjs +8 -8
- package/es/legacy-transfer/src/TransferFilter.d.ts +385 -6
- package/es/legacy-transfer/src/TransferFilter.mjs +1 -1
- package/es/legacy-transfer/src/TransferHeader.d.ts +4 -4
- package/es/legacy-transfer/src/TransferList.d.ts +402 -6
- package/es/legacy-transfer/src/TransferList.mjs +2 -2
- package/es/legacy-transfer/src/TransferListItem.d.ts +385 -6
- package/es/legacy-transfer/src/TransferListItem.mjs +2 -2
- package/es/legacy-transfer/src/styles/index.cssr.mjs +1 -1
- package/es/legacy-transfer/src/use-transfer-data.d.ts +7 -7
- package/es/legacy-transfer/src/use-transfer-data.mjs +1 -1
- package/es/legacy-transfer/styles/dark.mjs +3 -3
- package/es/legacy-transfer/styles/light.d.ts +1 -0
- package/es/legacy-transfer/styles/light.mjs +4 -4
- package/es/list/src/List.d.ts +8 -8
- package/es/list/src/ListItem.d.ts +3 -3
- package/es/list/styles/index.d.ts +1 -1
- package/es/list/styles/light.d.ts +1 -1
- package/es/loading-bar/index.d.ts +1 -1
- package/es/loading-bar/src/LoadingBar.d.ts +11 -11
- package/es/loading-bar/src/LoadingBar.mjs +1 -1
- package/es/loading-bar/src/LoadingBarProvider.d.ts +10 -6
- package/es/loading-bar/src/LoadingBarProvider.mjs +2 -2
- package/es/loading-bar/src/styles/index.cssr.mjs +1 -1
- package/es/loading-bar/styles/index.d.ts +1 -1
- package/es/loading-bar/styles/light.d.ts +1 -1
- package/es/locales/index.d.ts +40 -40
- package/es/locales/index.mjs +38 -38
- package/es/log/index.d.ts +1 -1
- package/es/log/src/Log.d.ts +20 -8
- package/es/log/src/Log.mjs +4 -4
- package/es/log/src/LogLine.d.ts +7 -7
- package/es/log/src/LogLoader.d.ts +6 -4
- package/es/log/src/styles/index.cssr.mjs +1 -1
- package/es/log/styles/index.d.ts +1 -1
- package/es/log/styles/light.mjs +1 -1
- package/es/marquee/index.d.ts +2 -0
- package/es/marquee/index.mjs +1 -0
- package/es/marquee/src/Marquee.d.ts +38 -0
- package/es/marquee/src/Marquee.mjs +117 -0
- package/es/marquee/src/props.d.ts +12 -0
- package/es/marquee/src/props.mjs +8 -0
- package/es/marquee/src/public-types.d.ts +1 -0
- package/es/marquee/src/public-types.mjs +1 -0
- package/es/marquee/src/styles/index.cssr.d.ts +2 -0
- package/es/marquee/src/styles/index.cssr.mjs +30 -0
- package/es/marquee/styles/dark.d.ts +3 -0
- package/es/marquee/styles/dark.mjs +8 -0
- package/es/marquee/styles/index.d.ts +3 -0
- package/es/marquee/styles/index.mjs +2 -0
- package/es/marquee/styles/light.d.ts +6 -0
- package/es/marquee/styles/light.mjs +10 -0
- package/es/mention/index.d.ts +1 -1
- package/es/mention/src/Mention.d.ts +64 -18
- package/es/mention/src/Mention.mjs +5 -5
- package/es/mention/styles/dark.mjs +1 -1
- package/es/mention/styles/light.d.ts +1 -0
- package/es/mention/styles/light.mjs +2 -2
- package/es/menu/index.d.ts +1 -1
- package/es/menu/src/Menu.d.ts +19 -15
- package/es/menu/src/Menu.mjs +6 -6
- package/es/menu/src/MenuDivider.d.ts +1 -1
- package/es/menu/src/MenuOption.d.ts +223 -7
- package/es/menu/src/MenuOption.mjs +3 -2
- package/es/menu/src/MenuOptionContent.d.ts +6 -6
- package/es/menu/src/MenuOptionContent.mjs +1 -1
- package/es/menu/src/MenuOptionGroup.d.ts +6 -5
- package/es/menu/src/MenuOptionGroup.mjs +4 -3
- package/es/menu/src/Submenu.d.ts +227 -11
- package/es/menu/src/Submenu.mjs +5 -3
- package/es/menu/src/use-menu-child-props.d.ts +1 -1
- package/es/menu/src/use-menu-child.d.ts +1 -1
- package/es/menu/src/utils.d.ts +1 -1
- package/es/menu/src/utils.mjs +6 -9
- package/es/menu/styles/dark.mjs +2 -2
- package/es/menu/styles/index.d.ts +1 -1
- package/es/menu/styles/light.mjs +3 -3
- package/es/message/index.d.ts +1 -1
- package/es/message/src/Message.d.ts +9 -9
- package/es/message/src/Message.mjs +3 -3
- package/es/message/src/MessageEnvironment.d.ts +6 -6
- package/es/message/src/MessageProvider.d.ts +23 -9
- package/es/message/src/MessageProvider.mjs +3 -3
- package/es/message/src/styles/index.cssr.mjs +2 -2
- package/es/message/styles/index.d.ts +1 -1
- package/es/message/styles/light.d.ts +1 -1
- package/es/modal/index.d.ts +3 -3
- package/es/modal/index.mjs +2 -2
- package/es/modal/src/BodyWrapper.d.ts +541 -12
- package/es/modal/src/BodyWrapper.mjs +6 -6
- package/es/modal/src/Modal.d.ts +12 -12
- package/es/modal/src/Modal.mjs +5 -5
- package/es/modal/src/ModalEnvironment.d.ts +8 -8
- package/es/modal/src/ModalProvider.mjs +3 -3
- package/es/modal/src/composables.d.ts +1 -1
- package/es/modal/src/presetProps.d.ts +1 -1
- package/es/modal/src/presetProps.mjs +2 -2
- package/es/modal/src/styles/index.cssr.mjs +1 -1
- package/es/modal/styles/dark.mjs +2 -2
- package/es/modal/styles/light.mjs +3 -3
- package/es/notification/index.d.ts +2 -2
- package/es/notification/src/Notification.d.ts +10 -10
- package/es/notification/src/Notification.mjs +3 -3
- package/es/notification/src/NotificationContainer.d.ts +62 -8
- package/es/notification/src/NotificationEnvironment.d.ts +7 -7
- package/es/notification/src/NotificationEnvironment.mjs +1 -1
- package/es/notification/src/NotificationProvider.d.ts +34 -10
- package/es/notification/src/NotificationProvider.mjs +2 -2
- package/es/notification/styles/index.d.ts +1 -1
- package/es/notification/styles/light.mjs +1 -1
- package/es/number-animation/src/NumberAnimation.d.ts +7 -7
- package/es/number-animation/src/NumberAnimation.mjs +1 -1
- package/es/page-header/src/PageHeader.d.ts +8 -8
- package/es/page-header/src/PageHeader.mjs +3 -3
- package/es/page-header/styles/index.d.ts +1 -1
- package/es/page-header/styles/index.mjs +1 -1
- package/es/pagination/index.d.ts +1 -1
- package/es/pagination/src/Pagination.d.ts +41 -17
- package/es/pagination/src/Pagination.mjs +6 -6
- package/es/pagination/styles/dark.mjs +2 -2
- package/es/pagination/styles/index.d.ts +1 -1
- package/es/pagination/styles/light.d.ts +2 -0
- package/es/pagination/styles/light.mjs +3 -3
- package/es/pagination/styles/rtl.mjs +1 -1
- package/es/popconfirm/index.d.ts +1 -1
- package/es/popconfirm/src/Popconfirm.d.ts +15 -10
- package/es/popconfirm/src/Popconfirm.mjs +3 -3
- package/es/popconfirm/src/PopconfirmPanel.d.ts +12 -9
- package/es/popconfirm/src/PopconfirmPanel.mjs +1 -1
- package/es/popconfirm/src/interface.d.ts +1 -1
- package/es/popconfirm/styles/dark.mjs +1 -1
- package/es/popconfirm/styles/index.d.ts +1 -1
- package/es/popconfirm/styles/light.mjs +2 -2
- package/es/popover/index.d.ts +1 -1
- package/es/popover/src/Popover.d.ts +12 -10
- package/es/popover/src/Popover.mjs +4 -4
- package/es/popover/src/PopoverBody.d.ts +14 -12
- package/es/popover/src/PopoverBody.mjs +5 -5
- package/es/popover/styles/index.d.ts +1 -1
- package/es/popover/styles/light.d.ts +1 -1
- package/es/popselect/index.d.ts +1 -1
- package/es/popselect/src/Popselect.d.ts +27 -24
- package/es/popselect/src/Popselect.mjs +4 -4
- package/es/popselect/src/PopselectPanel.d.ts +137 -11
- package/es/popselect/src/PopselectPanel.mjs +4 -4
- package/es/popselect/src/interface.d.ts +1 -1
- package/es/popselect/styles/dark.mjs +1 -1
- package/es/popselect/styles/light.mjs +1 -1
- package/es/progress/index.d.ts +1 -0
- package/es/progress/src/Circle.d.ts +9 -9
- package/es/progress/src/Circle.mjs +24 -6
- package/es/progress/src/Line.d.ts +9 -9
- package/es/progress/src/Line.mjs +7 -4
- package/es/progress/src/MultipleCircle.d.ts +8 -7
- package/es/progress/src/MultipleCircle.mjs +22 -2
- package/es/progress/src/Progress.d.ts +16 -16
- package/es/progress/src/Progress.mjs +3 -3
- package/es/progress/src/public-types.d.ts +4 -0
- package/es/progress/src/public-types.mjs +1 -0
- package/es/progress/styles/index.d.ts +1 -1
- package/es/progress/styles/light.d.ts +1 -1
- package/es/qr-code/src/QrCode.d.ts +9 -9
- package/es/qr-code/src/QrCode.mjs +1 -1
- package/es/qr-code/styles/light.d.ts +1 -1
- package/es/radio/index.d.ts +3 -3
- package/es/radio/index.mjs +2 -2
- package/es/radio/src/Radio.d.ts +7 -7
- package/es/radio/src/Radio.mjs +2 -2
- package/es/radio/src/RadioButton.d.ts +23 -47
- package/es/radio/src/RadioGroup.d.ts +10 -10
- package/es/radio/src/RadioGroup.mjs +3 -3
- package/es/radio/src/use-radio.d.ts +1 -1
- package/es/radio/src/use-radio.mjs +1 -1
- package/es/radio/styles/index.d.ts +1 -1
- package/es/radio/styles/light.d.ts +1 -1
- package/es/rate/src/Rate.d.ts +9 -9
- package/es/rate/src/Rate.mjs +1 -1
- package/es/rate/styles/light.d.ts +1 -1
- package/es/result/src/Result.d.ts +8 -8
- package/es/result/src/Result.mjs +4 -4
- package/es/result/styles/light.d.ts +1 -1
- package/es/scrollbar/src/Scrollbar.d.ts +18 -6
- package/es/select/index.d.ts +3 -3
- package/es/select/src/Select.d.ts +52 -22
- package/es/select/src/Select.mjs +5 -5
- package/es/select/src/styles/index.cssr.mjs +2 -1
- package/es/select/styles/dark.mjs +1 -1
- package/es/select/styles/index.d.ts +1 -1
- package/es/select/styles/light.d.ts +1 -0
- package/es/select/styles/light.mjs +2 -2
- package/es/select/styles/rtl.mjs +2 -2
- package/es/skeleton/src/Skeleton.d.ts +7 -7
- package/es/skeleton/src/Skeleton.mjs +1 -1
- package/es/skeleton/styles/light.d.ts +1 -1
- package/es/slider/src/Slider.d.ts +17 -17
- package/es/slider/src/Slider.mjs +4 -4
- package/es/slider/src/styles/index.cssr.mjs +1 -1
- package/es/slider/styles/light.d.ts +1 -1
- package/es/space/src/Space.d.ts +8 -8
- package/es/space/src/Space.mjs +3 -3
- package/es/space/styles/index.d.ts +1 -1
- package/es/spin/src/Spin.d.ts +8 -8
- package/es/spin/src/Spin.mjs +2 -2
- package/es/spin/src/styles/index.cssr.mjs +1 -1
- package/es/spin/styles/index.d.ts +1 -1
- package/es/split/src/Split.d.ts +11 -11
- package/es/split/src/Split.mjs +4 -4
- package/es/split/styles/light.d.ts +1 -1
- package/es/statistic/src/Statistic.d.ts +8 -8
- package/es/statistic/styles/index.d.ts +1 -1
- package/es/statistic/styles/light.d.ts +1 -1
- package/es/steps/index.d.ts +2 -2
- package/es/steps/index.mjs +2 -2
- package/es/steps/src/Step.d.ts +8 -8
- package/es/steps/src/Step.mjs +2 -2
- package/es/steps/src/Steps.d.ts +8 -8
- package/es/steps/src/styles/index.cssr.mjs +1 -1
- package/es/steps/styles/index.d.ts +1 -1
- package/es/steps/styles/light.d.ts +1 -1
- package/es/styles.d.ts +9 -9
- package/es/styles.mjs +11 -11
- package/es/switch/src/Switch.d.ts +10 -10
- package/es/switch/src/Switch.mjs +2 -2
- package/es/switch/styles/index.d.ts +1 -1
- package/es/switch/styles/light.d.ts +1 -1
- package/es/table/index.d.ts +4 -4
- package/es/table/index.mjs +3 -3
- package/es/table/src/Table.d.ts +9 -9
- 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/table/styles/index.d.ts +1 -1
- package/es/table/styles/light.d.ts +1 -1
- package/es/tabs/index.d.ts +5 -5
- package/es/tabs/index.mjs +2 -2
- package/es/tabs/src/Tab.d.ts +16 -16
- package/es/tabs/src/Tab.mjs +2 -2
- package/es/tabs/src/TabPane.d.ts +9 -9
- package/es/tabs/src/Tabs.d.ts +61 -22
- package/es/tabs/src/Tabs.mjs +4 -4
- package/es/tabs/src/styles/index.cssr.mjs +2 -1
- package/es/tabs/styles/light.d.ts +1 -1
- package/es/tag/src/Tag.d.ts +12 -12
- package/es/tag/src/Tag.mjs +2 -2
- package/es/tag/styles/index.d.ts +1 -1
- package/es/tag/styles/light.d.ts +1 -1
- package/es/theme-editor/src/MaximizeIcon.d.ts +1 -1
- package/es/theme-editor/src/MinimizeIcon.d.ts +1 -1
- package/es/theme-editor/src/ThemeEditor.d.ts +19 -10
- package/es/theme-editor/src/ThemeEditor.mjs +12 -12
- package/es/themes/dark.mjs +11 -9
- package/es/themes/light.mjs +11 -9
- package/es/thing/src/Thing.d.ts +5 -5
- package/es/thing/src/Thing.mjs +1 -1
- package/es/thing/styles/index.d.ts +1 -1
- package/es/thing/styles/light.d.ts +1 -1
- package/es/thing/styles/rtl.mjs +1 -1
- package/es/time/src/Time.d.ts +7 -7
- package/es/time/src/Time.mjs +1 -1
- package/es/time-picker/index.d.ts +1 -1
- package/es/time-picker/src/Panel.d.ts +328 -11
- package/es/time-picker/src/Panel.mjs +1 -1
- package/es/time-picker/src/PanelCol.d.ts +5 -5
- package/es/time-picker/src/PanelCol.mjs +1 -1
- package/es/time-picker/src/TimePicker.d.ts +101 -17
- package/es/time-picker/src/TimePicker.mjs +10 -10
- package/es/time-picker/src/styles/index.cssr.mjs +1 -1
- package/es/time-picker/styles/light.d.ts +1 -0
- package/es/time-picker/styles/light.mjs +1 -1
- package/es/timeline/index.d.ts +1 -1
- package/es/timeline/src/Timeline.d.ts +5 -5
- package/es/timeline/src/TimelineItem.d.ts +9 -9
- package/es/timeline/src/TimelineItem.mjs +1 -1
- package/es/timeline/styles/index.d.ts +1 -1
- package/es/timeline/styles/light.d.ts +1 -1
- package/es/tooltip/index.d.ts +1 -1
- package/es/tooltip/src/Tooltip.d.ts +11 -8
- package/es/tooltip/src/Tooltip.mjs +1 -1
- package/es/tooltip/styles/index.d.ts +1 -1
- package/es/tooltip/styles/light.mjs +1 -1
- package/es/transfer/index.d.ts +1 -1
- package/es/transfer/src/Transfer.d.ts +20 -10
- package/es/transfer/src/Transfer.mjs +6 -6
- package/es/transfer/src/TransferFilter.d.ts +398 -6
- package/es/transfer/src/TransferFilter.mjs +1 -1
- package/es/transfer/src/TransferHeader.d.ts +4 -4
- package/es/transfer/src/TransferHeader.mjs +1 -1
- package/es/transfer/src/TransferList.d.ts +415 -6
- package/es/transfer/src/TransferList.mjs +1 -1
- package/es/transfer/src/TransferListItem.d.ts +401 -9
- package/es/transfer/src/TransferListItem.mjs +3 -3
- package/es/transfer/src/use-transfer-data.d.ts +3 -3
- package/es/transfer/src/use-transfer-data.mjs +1 -1
- package/es/transfer/styles/dark.mjs +3 -3
- package/es/transfer/styles/light.d.ts +1 -0
- package/es/transfer/styles/light.mjs +4 -4
- package/es/tree/index.d.ts +1 -1
- package/es/tree/src/MotionWrapper.d.ts +4 -4
- package/es/tree/src/MotionWrapper.mjs +1 -1
- package/es/tree/src/Tree.d.ts +31 -14
- package/es/tree/src/Tree.mjs +9 -9
- package/es/tree/src/TreeNode.d.ts +14 -14
- package/es/tree/src/TreeNode.mjs +5 -5
- package/es/tree/src/TreeNodeCheckbox.d.ts +99 -5
- package/es/tree/src/TreeNodeContent.d.ts +10 -10
- package/es/tree/src/TreeNodeSwitcher.d.ts +4 -4
- package/es/tree/src/TreeNodeSwitcher.mjs +1 -1
- package/es/tree/src/dnd.d.ts +1 -1
- package/es/tree/src/keyboard.d.ts +1 -1
- package/es/tree/src/styles/index.cssr.mjs +2 -2
- package/es/tree/src/utils.d.ts +1 -1
- package/es/tree/src/utils.mjs +1 -1
- package/es/tree/styles/dark.mjs +2 -2
- package/es/tree/styles/index.d.ts +1 -1
- package/es/tree/styles/light.mjs +3 -3
- package/es/tree-select/index.d.ts +2 -2
- package/es/tree-select/src/TreeSelect.d.ts +45 -21
- package/es/tree-select/src/TreeSelect.mjs +10 -10
- package/es/tree-select/styles/dark.mjs +2 -2
- package/es/tree-select/styles/index.d.ts +1 -1
- package/es/tree-select/styles/light.d.ts +1 -0
- package/es/tree-select/styles/light.mjs +3 -3
- package/es/typography/index.d.ts +10 -10
- package/es/typography/index.mjs +7 -7
- package/es/typography/src/a.d.ts +6 -6
- package/es/typography/src/blockquote.d.ts +7 -7
- package/es/typography/src/create-header.d.ts +8 -8
- package/es/typography/src/headers.d.ts +48 -48
- package/es/typography/src/hr.d.ts +6 -6
- package/es/typography/src/li.d.ts +1 -1
- package/es/typography/src/ol.d.ts +7 -7
- package/es/typography/src/p.d.ts +7 -7
- package/es/typography/src/text.d.ts +8 -8
- package/es/typography/src/text.mjs +1 -1
- package/es/typography/src/ul.d.ts +7 -7
- package/es/typography/styles/index.d.ts +1 -1
- package/es/typography/styles/light.d.ts +1 -1
- package/es/upload/index.d.ts +2 -2
- package/es/upload/index.mjs +2 -2
- package/es/upload/src/Upload.d.ts +11 -11
- package/es/upload/src/Upload.mjs +5 -5
- package/es/upload/src/UploadDragger.d.ts +1 -1
- package/es/upload/src/UploadFile.d.ts +271 -8
- package/es/upload/src/UploadFile.mjs +6 -6
- package/es/upload/src/UploadFileList.d.ts +1 -1
- package/es/upload/src/UploadFileList.mjs +1 -1
- package/es/upload/src/UploadProgress.d.ts +265 -5
- package/es/upload/src/UploadTrigger.d.ts +5 -5
- package/es/upload/src/UploadTrigger.mjs +2 -2
- package/es/upload/src/interface.d.ts +1 -1
- package/es/upload/src/styles/index.cssr.mjs +1 -1
- package/es/upload/styles/dark.mjs +1 -1
- package/es/upload/styles/light.mjs +2 -2
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/es/virtual-list/index.d.ts +1 -1
- package/es/virtual-list/src/VirtualList.d.ts +23 -7
- package/es/watermark/src/Watermark.d.ts +4 -4
- package/es/watermark/src/Watermark.mjs +1 -1
- package/es/watermark/styles/light.mjs +1 -1
- package/lib/_internal/clear/src/Clear.d.ts +5 -5
- package/lib/_internal/clear/src/Clear.js +2 -2
- package/lib/_internal/clear/src/styles/index.cssr.js +1 -1
- package/lib/_internal/close/src/Close.d.ts +5 -5
- package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +6 -6
- package/lib/_internal/focus-detector/src/FocusDetector.d.ts +3 -3
- package/lib/_internal/icon/src/Icon.d.ts +4 -4
- package/lib/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +1 -1
- package/lib/_internal/icon-switch-transition/src/IconSwitchTransition.js +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/ArrowUp.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/ResizeSmall.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/index.d.ts +16 -16
- package/lib/_internal/icons/index.js +33 -33
- package/lib/_internal/icons/replaceable.d.ts +1 -1
- package/lib/_internal/index.d.ts +9 -9
- package/lib/_internal/index.js +16 -16
- package/lib/_internal/loading/src/Loading.d.ts +4 -4
- package/lib/_internal/loading/src/styles/index.cssr.js +1 -1
- package/lib/_internal/menu-mask/index.d.ts +1 -1
- package/lib/_internal/menu-mask/src/MenuMask.d.ts +6 -6
- package/lib/_internal/menu-mask/src/styles/index.cssr.js +1 -1
- package/lib/_internal/scrollbar/src/Scrollbar.d.ts +14 -14
- package/lib/_internal/scrollbar/src/Scrollbar.js +3 -3
- package/lib/_internal/scrollbar/src/styles/index.cssr.js +1 -1
- package/lib/_internal/scrollbar/styles/index.d.ts +1 -1
- package/lib/_internal/scrollbar/styles/light.d.ts +1 -1
- package/lib/_internal/select-menu/index.d.ts +1 -1
- package/lib/_internal/select-menu/src/SelectGroupHeader.d.ts +7 -7
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +28 -11
- package/lib/_internal/select-menu/src/SelectMenu.js +8 -8
- package/lib/_internal/select-menu/src/SelectOption.d.ts +9 -9
- package/lib/_internal/select-menu/src/SelectOption.js +2 -2
- package/lib/_internal/select-menu/src/interface.d.ts +2 -2
- package/lib/_internal/select-menu/src/styles/index.cssr.js +1 -1
- package/lib/_internal/select-menu/styles/dark.js +1 -1
- package/lib/_internal/select-menu/styles/index.d.ts +2 -2
- package/lib/_internal/select-menu/styles/index.js +3 -3
- package/lib/_internal/select-menu/styles/light.js +2 -2
- package/lib/_internal/selection/src/Selection.d.ts +44 -27
- package/lib/_internal/selection/src/Selection.js +7 -5
- package/lib/_internal/selection/src/styles/index.cssr.js +1 -0
- package/lib/_internal/selection/styles/dark.js +3 -2
- package/lib/_internal/selection/styles/index.d.ts +2 -2
- package/lib/_internal/selection/styles/index.js +3 -3
- package/lib/_internal/selection/styles/light.d.ts +2 -0
- package/lib/_internal/selection/styles/light.js +4 -3
- package/lib/_internal/slot-machine/src/SlotMachine.d.ts +4 -4
- package/lib/_internal/slot-machine/src/SlotMachine.js +1 -1
- package/lib/_internal/slot-machine/src/SlotMachineNumber.d.ts +4 -4
- package/lib/_internal/slot-machine/src/styles/index.cssr.js +1 -1
- package/lib/_internal/suffix/src/Suffix.d.ts +4 -4
- package/lib/_internal/suffix/src/Suffix.js +2 -2
- package/lib/_internal/wave/src/Wave.d.ts +6 -6
- package/lib/_mixins/index.d.ts +6 -6
- package/lib/_mixins/index.js +12 -12
- package/lib/_mixins/use-config.d.ts +1 -1
- package/lib/_mixins/use-css-vars-class.js +3 -3
- package/lib/_mixins/use-form-item.d.ts +1 -1
- package/lib/_mixins/use-hljs.d.ts +1 -1
- package/lib/_mixins/use-hljs.js +1 -1
- package/lib/_mixins/use-locale.d.ts +1 -1
- package/lib/_mixins/use-locale.js +1 -1
- package/lib/_mixins/use-rtl.d.ts +1 -1
- package/lib/_mixins/use-rtl.js +2 -2
- package/lib/_mixins/use-style.js +2 -2
- package/lib/_mixins/use-theme.d.ts +2 -2
- package/lib/_mixins/use-theme.js +2 -2
- package/lib/_utils/composable/index.d.ts +3 -3
- package/lib/_utils/composable/index.js +8 -8
- package/lib/_utils/composable/use-adjusted-to.js +5 -5
- package/lib/_utils/composable/use-lock-html-scroll.d.ts +1 -1
- package/lib/_utils/css/index.d.ts +1 -1
- package/lib/_utils/css/index.js +3 -3
- package/lib/_utils/cssr/index.d.ts +1 -1
- package/lib/_utils/cssr/index.js +4 -4
- package/lib/_utils/dom/index.d.ts +1 -1
- package/lib/_utils/dom/index.js +3 -3
- package/lib/_utils/index.d.ts +8 -8
- package/lib/_utils/index.js +32 -32
- package/lib/_utils/naive/index.d.ts +3 -3
- package/lib/_utils/naive/index.js +7 -7
- package/lib/_utils/vue/index.d.ts +11 -11
- package/lib/_utils/vue/index.js +21 -21
- package/lib/_utils/vue/wrapper.d.ts +1 -1
- package/lib/affix/index.d.ts +1 -1
- package/lib/affix/index.js +2 -2
- package/lib/affix/src/Affix.d.ts +9 -9
- package/lib/affix/src/Affix.js +2 -2
- package/lib/alert/index.d.ts +1 -1
- package/lib/alert/index.js +2 -2
- package/lib/alert/src/Alert.d.ts +11 -11
- package/lib/alert/src/Alert.js +3 -3
- package/lib/alert/src/styles/index.cssr.js +1 -1
- package/lib/alert/styles/index.d.ts +1 -1
- package/lib/alert/styles/light.d.ts +1 -1
- package/lib/anchor/index.d.ts +2 -2
- package/lib/anchor/index.js +3 -3
- package/lib/anchor/src/AnchorAdapter.d.ts +5 -5
- package/lib/anchor/src/AnchorAdapter.js +3 -3
- package/lib/anchor/src/BaseAnchor.d.ts +10 -10
- package/lib/anchor/src/BaseAnchor.js +1 -1
- package/lib/anchor/src/Link.d.ts +3 -3
- package/lib/anchor/src/Link.js +2 -2
- package/lib/anchor/styles/index.d.ts +1 -1
- package/lib/anchor/styles/light.d.ts +1 -1
- package/lib/auto-complete/index.d.ts +2 -2
- package/lib/auto-complete/index.js +2 -2
- package/lib/auto-complete/src/AutoComplete.d.ts +59 -15
- package/lib/auto-complete/src/AutoComplete.js +6 -6
- package/lib/auto-complete/src/styles/index.cssr.js +1 -1
- package/lib/auto-complete/styles/dark.js +1 -1
- package/lib/auto-complete/styles/light.d.ts +1 -0
- package/lib/auto-complete/styles/light.js +2 -2
- package/lib/avatar/index.d.ts +1 -1
- package/lib/avatar/index.js +2 -2
- package/lib/avatar/src/Avatar.d.ts +15 -15
- package/lib/avatar/src/Avatar.js +2 -2
- package/lib/avatar/styles/index.d.ts +1 -1
- package/lib/avatar/styles/light.d.ts +1 -1
- package/lib/avatar-group/index.d.ts +2 -2
- package/lib/avatar-group/index.js +2 -2
- package/lib/avatar-group/src/AvatarGroup.d.ts +9 -9
- package/lib/avatar-group/src/AvatarGroup.js +2 -2
- package/lib/avatar-group/styles/index.d.ts +1 -1
- package/lib/avatar-group/styles/light.js +1 -1
- package/lib/back-top/index.d.ts +1 -1
- package/lib/back-top/index.js +2 -2
- package/lib/back-top/src/BackTop.d.ts +15 -15
- package/lib/back-top/src/BackTop.js +3 -3
- package/lib/back-top/src/styles/index.cssr.js +1 -1
- package/lib/back-top/styles/index.d.ts +1 -1
- package/lib/back-top/styles/light.d.ts +1 -1
- package/lib/badge/index.d.ts +1 -1
- package/lib/badge/index.js +2 -2
- package/lib/badge/src/Badge.d.ts +11 -11
- package/lib/badge/src/Badge.js +2 -2
- package/lib/badge/src/styles/index.cssr.js +1 -1
- package/lib/badge/styles/index.d.ts +1 -1
- package/lib/badge/styles/light.d.ts +1 -1
- package/lib/breadcrumb/index.d.ts +2 -2
- package/lib/breadcrumb/index.js +3 -3
- package/lib/breadcrumb/src/Breadcrumb.d.ts +7 -7
- package/lib/breadcrumb/src/Breadcrumb.js +1 -1
- package/lib/breadcrumb/src/BreadcrumbItem.d.ts +4 -4
- package/lib/breadcrumb/styles/light.d.ts +1 -1
- package/lib/button/index.d.ts +1 -1
- package/lib/button/index.js +2 -2
- package/lib/button/src/Button.d.ts +16 -13
- package/lib/button/src/Button.js +7 -7
- package/lib/button/src/styles/index.cssr.js +1 -1
- package/lib/button/styles/index.d.ts +1 -1
- package/lib/button/styles/light.d.ts +1 -1
- package/lib/button-group/index.d.ts +1 -1
- package/lib/button-group/index.js +2 -2
- package/lib/button-group/src/ButtonGroup.d.ts +9 -9
- package/lib/button-group/src/ButtonGroup.js +1 -1
- package/lib/calendar/index.d.ts +1 -1
- package/lib/calendar/index.js +2 -2
- package/lib/calendar/src/Calendar.d.ts +40 -10
- package/lib/calendar/src/Calendar.js +4 -4
- package/lib/calendar/styles/light.js +1 -1
- package/lib/card/index.d.ts +1 -1
- package/lib/card/index.js +2 -2
- package/lib/card/src/Card.d.ts +10 -10
- package/lib/card/src/Card.js +4 -4
- package/lib/card/styles/index.d.ts +1 -1
- package/lib/card/styles/light.d.ts +1 -1
- package/lib/carousel/index.d.ts +2 -2
- package/lib/carousel/index.js +2 -2
- package/lib/carousel/src/Carousel.d.ts +11 -11
- package/lib/carousel/src/Carousel.js +9 -8
- package/lib/carousel/src/CarouselArrow.d.ts +2 -2
- package/lib/carousel/src/CarouselDots.d.ts +7 -7
- package/lib/carousel/src/CarouselDots.js +1 -1
- package/lib/carousel/src/CarouselItem.d.ts +3 -3
- package/lib/carousel/src/CarouselItem.js +1 -1
- package/lib/cascader/index.d.ts +2 -2
- package/lib/cascader/index.js +2 -2
- package/lib/cascader/src/Cascader.d.ts +50 -20
- package/lib/cascader/src/Cascader.js +4 -4
- package/lib/cascader/src/CascaderMenu.d.ts +296 -9
- package/lib/cascader/src/CascaderMenu.js +2 -2
- package/lib/cascader/src/CascaderOption.d.ts +300 -10
- package/lib/cascader/src/CascaderOption.js +3 -3
- package/lib/cascader/src/CascaderSelectMenu.d.ts +301 -9
- package/lib/cascader/src/CascaderSelectMenu.js +4 -4
- package/lib/cascader/src/CascaderSubmenu.d.ts +305 -6
- package/lib/cascader/src/CascaderSubmenu.js +1 -1
- package/lib/cascader/src/styles/index.cssr.js +1 -1
- package/lib/cascader/styles/dark.js +5 -5
- package/lib/cascader/styles/light.d.ts +1 -0
- package/lib/cascader/styles/light.js +6 -6
- package/lib/checkbox/index.d.ts +2 -2
- package/lib/checkbox/index.js +3 -3
- package/lib/checkbox/src/Checkbox.d.ts +16 -16
- package/lib/checkbox/src/Checkbox.js +6 -6
- package/lib/checkbox/src/CheckboxGroup.d.ts +6 -6
- package/lib/checkbox/src/CheckboxGroup.js +1 -1
- package/lib/checkbox/src/styles/index.cssr.js +1 -1
- package/lib/checkbox/styles/index.d.ts +1 -1
- package/lib/checkbox/styles/light.d.ts +1 -1
- package/lib/code/index.d.ts +1 -1
- package/lib/code/index.js +2 -2
- package/lib/code/src/Code.d.ts +9 -9
- package/lib/code/styles/index.d.ts +1 -1
- package/lib/code/styles/light.d.ts +1 -1
- package/lib/collapse/index.d.ts +2 -2
- package/lib/collapse/index.js +3 -3
- package/lib/collapse/src/Collapse.d.ts +9 -9
- package/lib/collapse/src/Collapse.js +2 -2
- package/lib/collapse/src/CollapseItem.d.ts +9 -9
- package/lib/collapse/src/CollapseItem.js +3 -3
- package/lib/collapse/src/CollapseItemContent.d.ts +6 -6
- package/lib/collapse/src/CollapseItemContent.js +1 -1
- package/lib/collapse/src/styles/index.cssr.js +1 -1
- package/lib/collapse/styles/index.d.ts +1 -1
- package/lib/collapse/styles/light.d.ts +1 -1
- package/lib/collapse-transition/index.d.ts +1 -1
- package/lib/collapse-transition/index.js +2 -2
- package/lib/collapse-transition/src/CollapseTransition.d.ts +10 -10
- package/lib/collapse-transition/src/CollapseTransition.js +1 -1
- package/lib/collapse-transition/src/styles/index.cssr.js +1 -1
- package/lib/collapse-transition/styles/index.d.ts +1 -1
- package/lib/collapse-transition/styles/light.d.ts +1 -1
- package/lib/color-picker/index.d.ts +1 -1
- package/lib/color-picker/index.js +2 -2
- package/lib/color-picker/src/AlphaSlider.d.ts +7 -7
- package/lib/color-picker/src/AlphaSlider.js +1 -1
- package/lib/color-picker/src/ColorInput.d.ts +6 -6
- package/lib/color-picker/src/ColorInputUnit.d.ts +7 -6
- package/lib/color-picker/src/ColorPicker.d.ts +24 -15
- package/lib/color-picker/src/ColorPicker.js +7 -7
- package/lib/color-picker/src/ColorPickerSwatches.d.ts +4 -4
- package/lib/color-picker/src/ColorPickerSwatches.js +1 -1
- package/lib/color-picker/src/ColorPickerTrigger.d.ts +4 -4
- package/lib/color-picker/src/ColorPreview.d.ts +5 -5
- package/lib/color-picker/src/HueSlider.d.ts +5 -5
- package/lib/color-picker/src/HueSlider.js +1 -1
- package/lib/color-picker/src/Pallete.d.ts +6 -6
- package/lib/color-picker/src/styles/index.cssr.js +1 -1
- package/lib/color-picker/styles/dark.js +1 -1
- package/lib/color-picker/styles/index.d.ts +1 -1
- package/lib/color-picker/styles/light.d.ts +1 -0
- package/lib/color-picker/styles/light.js +5 -5
- package/lib/components.d.ts +8 -7
- package/lib/components.js +8 -7
- package/lib/composables/use-theme-vars.d.ts +1 -1
- package/lib/composables/use-theme-vars.js +1 -1
- package/lib/config-provider/index.d.ts +1 -1
- package/lib/config-provider/index.js +2 -2
- package/lib/config-provider/src/ConfigProvider.d.ts +7 -7
- package/lib/config-provider/src/ConfigProvider.js +4 -4
- package/lib/config-provider/src/interface.d.ts +2 -2
- package/lib/config-provider/src/internal-interface.d.ts +24 -22
- package/lib/countdown/index.d.ts +2 -2
- package/lib/countdown/index.js +2 -2
- package/lib/countdown/src/Countdown.d.ts +7 -7
- package/lib/data-table/index.d.ts +2 -1
- package/lib/data-table/index.js +15 -0
- package/lib/data-table/src/DataTable.d.ts +34 -10
- package/lib/data-table/src/DataTable.js +10 -10
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +1212 -10
- package/lib/data-table/src/HeaderButton/FilterButton.js +2 -2
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +1214 -7
- package/lib/data-table/src/HeaderButton/FilterMenu.js +4 -4
- package/lib/data-table/src/HeaderButton/RenderFilter.d.ts +5 -5
- package/lib/data-table/src/HeaderButton/RenderSorter.d.ts +5 -5
- package/lib/data-table/src/HeaderButton/ResizeButton.d.ts +6 -6
- package/lib/data-table/src/HeaderButton/ResizeButton.js +1 -1
- package/lib/data-table/src/HeaderButton/SortButton.d.ts +5 -5
- package/lib/data-table/src/HeaderButton/SortButton.js +2 -2
- package/lib/data-table/src/MainTable.d.ts +12 -5
- package/lib/data-table/src/MainTable.js +2 -2
- package/lib/data-table/src/TableParts/Body.d.ts +1278 -53
- package/lib/data-table/src/TableParts/Body.js +14 -9
- package/lib/data-table/src/TableParts/BodyCheckbox.d.ts +3 -3
- package/lib/data-table/src/TableParts/BodyRadio.d.ts +3 -3
- package/lib/data-table/src/TableParts/Cell.d.ts +5 -5
- package/lib/data-table/src/TableParts/Cell.js +1 -1
- package/lib/data-table/src/TableParts/ExpandTrigger.d.ts +5 -5
- package/lib/data-table/src/TableParts/ExpandTrigger.js +1 -1
- package/lib/data-table/src/TableParts/Header.d.ts +1229 -21
- package/lib/data-table/src/TableParts/Header.js +3 -3
- package/lib/data-table/src/TableParts/SelectionMenu.d.ts +3 -3
- package/lib/data-table/src/TableParts/SelectionMenu.js +1 -1
- package/lib/data-table/src/interface.d.ts +14 -5
- package/lib/data-table/src/interface.js +1 -1
- package/lib/data-table/src/publicTypes.d.ts +3 -0
- package/lib/data-table/src/styles/index.cssr.js +2 -1
- package/lib/data-table/src/use-check.d.ts +1 -1
- package/lib/data-table/src/use-expand.d.ts +2 -2
- package/lib/data-table/src/use-expand.js +1 -1
- package/lib/data-table/src/use-group-header.d.ts +1 -1
- package/lib/data-table/src/use-scroll.d.ts +5 -5
- package/lib/data-table/src/use-sorter.d.ts +1 -1
- package/lib/data-table/src/use-table-data.d.ts +2 -2
- package/lib/data-table/src/use-table-data.js +3 -3
- package/lib/data-table/src/utils.d.ts +2 -1
- package/lib/data-table/src/utils.js +11 -3
- package/lib/data-table/styles/dark.js +15 -15
- package/lib/data-table/styles/index.d.ts +1 -1
- package/lib/data-table/styles/light.d.ts +2 -0
- package/lib/data-table/styles/light.js +16 -16
- package/lib/date-picker/src/DatePicker.d.ts +171 -19
- package/lib/date-picker/src/DatePicker.js +18 -12
- package/lib/date-picker/src/interface.d.ts +3 -3
- package/lib/date-picker/src/panel/date.d.ts +1014 -13
- package/lib/date-picker/src/panel/date.js +4 -4
- package/lib/date-picker/src/panel/daterange.d.ts +1023 -22
- package/lib/date-picker/src/panel/daterange.js +4 -4
- package/lib/date-picker/src/panel/datetime.d.ts +1014 -13
- package/lib/date-picker/src/panel/datetime.js +6 -6
- package/lib/date-picker/src/panel/datetimerange.d.ts +1023 -22
- package/lib/date-picker/src/panel/datetimerange.js +6 -6
- package/lib/date-picker/src/panel/month.d.ts +1014 -13
- package/lib/date-picker/src/panel/month.js +3 -3
- package/lib/date-picker/src/panel/monthrange.d.ts +1023 -22
- package/lib/date-picker/src/panel/monthrange.js +3 -3
- package/lib/date-picker/src/panel/panelHeader.d.ts +6328 -222
- package/lib/date-picker/src/panel/panelHeader.js +17 -5
- package/lib/date-picker/src/panel/use-calendar.d.ts +1002 -14
- package/lib/date-picker/src/panel/use-calendar.js +12 -7
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +1022 -34
- package/lib/date-picker/src/panel/use-dual-calendar.js +14 -9
- package/lib/date-picker/src/panel/use-panel-common.d.ts +999 -11
- package/lib/date-picker/src/panel/use-panel-common.js +11 -1
- package/lib/date-picker/src/props.d.ts +18 -1
- package/lib/date-picker/src/props.js +7 -1
- package/lib/date-picker/src/styles/index.cssr.js +5 -1
- package/lib/date-picker/src/utils.d.ts +1 -1
- package/lib/date-picker/src/utils.js +6 -6
- package/lib/date-picker/src/validation-utils.d.ts +1 -1
- package/lib/date-picker/src/validation-utils.js +1 -1
- package/lib/date-picker/styles/dark.js +6 -6
- package/lib/date-picker/styles/light.d.ts +2 -0
- package/lib/date-picker/styles/light.js +7 -7
- package/lib/descriptions/index.d.ts +1 -1
- package/lib/descriptions/src/Descriptions.d.ts +8 -8
- package/lib/descriptions/src/Descriptions.js +3 -3
- package/lib/descriptions/src/DescriptionsItem.d.ts +5 -5
- package/lib/descriptions/styles/light.d.ts +1 -1
- package/lib/dialog/index.d.ts +3 -3
- package/lib/dialog/index.js +5 -5
- package/lib/dialog/src/Dialog.d.ts +9 -9
- package/lib/dialog/src/Dialog.js +2 -2
- package/lib/dialog/src/DialogEnvironment.d.ts +7 -7
- package/lib/dialog/src/DialogEnvironment.js +1 -1
- package/lib/dialog/src/DialogProvider.d.ts +5512 -16
- package/lib/dialog/src/DialogProvider.js +2 -2
- package/lib/dialog/src/composables.d.ts +1 -1
- package/lib/dialog/src/dialogProps.d.ts +2 -2
- package/lib/dialog/styles/dark.js +1 -1
- package/lib/dialog/styles/index.d.ts +1 -1
- package/lib/dialog/styles/light.js +2 -2
- package/lib/discrete/index.d.ts +1 -1
- package/lib/discrete/src/InjectionExtractor.d.ts +4 -4
- package/lib/discrete/src/discrete.js +2 -2
- package/lib/discrete/src/discreteApp.d.ts +2 -2
- package/lib/discrete/src/discreteApp.js +2 -2
- package/lib/discrete/src/interface.d.ts +2 -2
- package/lib/divider/src/Divider.d.ts +8 -8
- package/lib/divider/styles/index.d.ts +1 -1
- package/lib/divider/styles/light.d.ts +1 -1
- package/lib/drawer/index.d.ts +1 -1
- package/lib/drawer/src/Drawer.d.ts +11 -11
- package/lib/drawer/src/Drawer.js +2 -2
- package/lib/drawer/src/DrawerBodyWrapper.d.ts +61 -14
- package/lib/drawer/src/DrawerBodyWrapper.js +6 -6
- package/lib/drawer/src/DrawerContent.d.ts +54 -7
- package/lib/drawer/src/styles/index.cssr.js +4 -4
- package/lib/drawer/styles/dark.js +1 -1
- package/lib/drawer/styles/index.d.ts +1 -1
- package/lib/drawer/styles/light.js +1 -1
- package/lib/drawer/styles/rtl.js +1 -1
- package/lib/dropdown/index.d.ts +1 -1
- package/lib/dropdown/src/Dropdown.d.ts +12 -12
- package/lib/dropdown/src/Dropdown.js +4 -4
- package/lib/dropdown/src/DropdownDivider.d.ts +3 -3
- package/lib/dropdown/src/DropdownGroup.d.ts +5 -5
- package/lib/dropdown/src/DropdownGroup.js +1 -1
- package/lib/dropdown/src/DropdownGroupHeader.d.ts +10 -10
- package/lib/dropdown/src/DropdownMenu.d.ts +7 -7
- package/lib/dropdown/src/DropdownMenu.js +6 -6
- package/lib/dropdown/src/DropdownOption.d.ts +17 -17
- package/lib/dropdown/src/DropdownOption.js +3 -3
- package/lib/dropdown/src/DropdownRenderOption.d.ts +4 -4
- package/lib/dropdown/src/styles/index.cssr.js +1 -1
- package/lib/dropdown/styles/index.d.ts +1 -1
- package/lib/dropdown/styles/light.js +1 -1
- package/lib/dynamic-input/src/DynamicInput.d.ts +23 -11
- package/lib/dynamic-input/src/DynamicInput.js +7 -7
- package/lib/dynamic-input/src/InputPreset.d.ts +293 -6
- package/lib/dynamic-input/src/PairPreset.d.ts +294 -7
- package/lib/dynamic-input/styles/dark.js +4 -4
- package/lib/dynamic-input/styles/index.d.ts +1 -1
- package/lib/dynamic-input/styles/light.d.ts +1 -0
- package/lib/dynamic-input/styles/light.js +5 -5
- package/lib/dynamic-input/styles/rtl.js +6 -6
- package/lib/dynamic-tags/src/DynamicTags.d.ts +49 -15
- package/lib/dynamic-tags/src/DynamicTags.js +6 -6
- package/lib/dynamic-tags/styles/dark.js +7 -7
- package/lib/dynamic-tags/styles/light.d.ts +1 -0
- package/lib/dynamic-tags/styles/light.js +8 -8
- package/lib/element/src/Element.d.ts +7 -7
- package/lib/element/src/Element.js +1 -1
- package/lib/ellipsis/index.d.ts +1 -1
- package/lib/ellipsis/src/Ellipsis.d.ts +12 -9
- package/lib/ellipsis/src/Ellipsis.js +2 -2
- package/lib/ellipsis/src/PerformantEllipsis.d.ts +6 -6
- package/lib/ellipsis/src/PerformantEllipsis.js +1 -1
- package/lib/empty/src/Empty.d.ts +8 -8
- package/lib/empty/styles/index.d.ts +1 -1
- package/lib/empty/styles/light.d.ts +1 -1
- package/lib/equation/src/Equation.d.ts +6 -6
- package/lib/equation/styles/index.d.ts +1 -1
- package/lib/flex/src/Flex.d.ts +8 -8
- package/lib/flex/src/Flex.js +2 -2
- package/lib/flex/styles/index.d.ts +1 -1
- package/lib/float-button/src/FloatButton.d.ts +8 -8
- package/lib/float-button/src/FloatButton.js +7 -7
- package/lib/float-button/styles/light.d.ts +1 -1
- package/lib/float-button-group/src/FloatButtonGroup.d.ts +7 -7
- package/lib/form/index.d.ts +3 -3
- package/lib/form/index.js +4 -4
- package/lib/form/src/Form.d.ts +7 -7
- package/lib/form/src/Form.js +2 -2
- package/lib/form/src/FormItem.d.ts +18 -12
- package/lib/form/src/FormItem.js +3 -3
- package/lib/form/src/FormItemCol.d.ts +11 -5
- package/lib/form/src/FormItemCol.js +1 -1
- package/lib/form/src/FormItemGridItem.d.ts +11 -5
- package/lib/form/src/FormItemGridItem.js +1 -1
- package/lib/form/src/FormItemRow.d.ts +10 -5
- package/lib/form/src/FormItemRow.js +1 -1
- package/lib/form/src/interface.d.ts +1 -1
- package/lib/form/src/styles/form-item.cssr.js +1 -1
- package/lib/form/src/utils.d.ts +3 -3
- package/lib/form/src/utils.js +1 -1
- package/lib/form/styles/index.d.ts +1 -1
- package/lib/form/styles/light.d.ts +1 -1
- package/lib/global-style/src/GlobalStyle.d.ts +1 -1
- package/lib/global-style/src/GlobalStyle.js +2 -2
- package/lib/gradient-text/src/GradientText.d.ts +8 -8
- package/lib/grid/src/Grid.d.ts +8 -8
- package/lib/grid/src/Grid.js +3 -3
- package/lib/grid/src/GridItem.d.ts +9 -9
- package/lib/grid/src/GridItem.js +1 -1
- package/lib/highlight/src/Highlight.d.ts +6 -6
- package/lib/icon/index.d.ts +1 -1
- package/lib/icon/index.js +2 -2
- package/lib/icon/src/Icon.d.ts +7 -7
- package/lib/icon/styles/light.d.ts +1 -1
- package/lib/icon-wrapper/index.d.ts +1 -1
- package/lib/icon-wrapper/index.js +2 -2
- package/lib/icon-wrapper/src/IconWrapper.d.ts +4 -4
- package/lib/icon-wrapper/styles/light.d.ts +1 -1
- package/lib/image/src/Image.d.ts +18 -13
- package/lib/image/src/Image.js +26 -20
- package/lib/image/src/ImageGroup.d.ts +12 -8
- package/lib/image/src/ImageGroup.js +2 -2
- package/lib/image/src/ImagePreview.d.ts +13 -13
- package/lib/image/src/ImagePreview.js +5 -5
- package/lib/image/src/styles/index.cssr.js +1 -1
- package/lib/image/styles/dark.js +1 -1
- package/lib/image/styles/index.d.ts +1 -1
- package/lib/image/styles/index.js +3 -3
- package/lib/image/styles/light.js +1 -1
- package/lib/index.d.ts +8 -8
- package/lib/index.js +19 -19
- package/lib/infinite-scroll/src/InfiniteScroll.d.ts +18 -6
- package/lib/infinite-scroll/src/InfiniteScroll.js +1 -1
- package/lib/input/index.d.ts +2 -2
- package/lib/input/src/Input.d.ts +52 -25
- package/lib/input/src/Input.js +9 -8
- package/lib/input/src/InputGroup.d.ts +3 -11
- package/lib/input/src/InputGroupLabel.d.ts +17 -8
- package/lib/input/src/WordCount.d.ts +1 -1
- package/lib/input/src/styles/input.cssr.js +1 -0
- package/lib/input/styles/dark.js +2 -2
- package/lib/input/styles/index.d.ts +1 -1
- package/lib/input/styles/light.d.ts +2 -1
- package/lib/input/styles/light.js +2 -2
- package/lib/input-number/src/InputNumber.d.ts +54 -12
- package/lib/input-number/src/InputNumber.js +7 -7
- package/lib/input-number/src/utils.js +9 -4
- package/lib/input-number/styles/dark.js +1 -1
- package/lib/input-number/styles/index.d.ts +1 -1
- package/lib/input-number/styles/light.d.ts +1 -0
- package/lib/input-number/styles/light.js +2 -2
- package/lib/input-number/styles/rtl.js +3 -3
- package/lib/layout/index.d.ts +5 -5
- package/lib/layout/index.js +4 -4
- package/lib/layout/src/Layout.d.ts +40 -18
- package/lib/layout/src/LayoutContent.d.ts +19 -8
- package/lib/layout/src/LayoutFooter.d.ts +7 -7
- package/lib/layout/src/LayoutHeader.d.ts +7 -7
- package/lib/layout/src/LayoutSider.d.ts +21 -10
- package/lib/layout/src/LayoutSider.js +5 -5
- package/lib/layout/src/ToggleBar.d.ts +3 -3
- package/lib/layout/src/ToggleButton.d.ts +3 -3
- package/lib/layout/styles/dark.js +1 -1
- package/lib/layout/styles/light.js +1 -1
- package/lib/legacy-grid/index.d.ts +2 -2
- package/lib/legacy-grid/index.js +4 -4
- package/lib/legacy-grid/src/Col.d.ts +8 -8
- package/lib/legacy-grid/src/Row.d.ts +7 -7
- package/lib/legacy-grid/src/Row.js +2 -2
- package/lib/legacy-grid/styles/index.d.ts +2 -2
- package/lib/legacy-grid/styles/index.js +3 -3
- package/lib/legacy-transfer/index.d.ts +1 -1
- package/lib/legacy-transfer/src/Transfer.d.ts +24 -11
- package/lib/legacy-transfer/src/Transfer.js +8 -8
- package/lib/legacy-transfer/src/TransferFilter.d.ts +385 -6
- package/lib/legacy-transfer/src/TransferFilter.js +1 -1
- package/lib/legacy-transfer/src/TransferHeader.d.ts +4 -4
- package/lib/legacy-transfer/src/TransferList.d.ts +402 -6
- package/lib/legacy-transfer/src/TransferList.js +1 -1
- package/lib/legacy-transfer/src/TransferListItem.d.ts +385 -6
- package/lib/legacy-transfer/src/TransferListItem.js +2 -2
- package/lib/legacy-transfer/src/styles/index.cssr.js +1 -1
- package/lib/legacy-transfer/src/use-transfer-data.d.ts +7 -7
- package/lib/legacy-transfer/src/use-transfer-data.js +1 -1
- package/lib/legacy-transfer/styles/dark.js +8 -8
- package/lib/legacy-transfer/styles/light.d.ts +1 -0
- package/lib/legacy-transfer/styles/light.js +9 -9
- package/lib/list/src/List.d.ts +8 -8
- package/lib/list/src/ListItem.d.ts +3 -3
- package/lib/list/styles/index.d.ts +1 -1
- package/lib/list/styles/light.d.ts +1 -1
- package/lib/loading-bar/index.d.ts +1 -1
- package/lib/loading-bar/src/LoadingBar.d.ts +11 -11
- package/lib/loading-bar/src/LoadingBarProvider.d.ts +10 -6
- package/lib/loading-bar/src/LoadingBarProvider.js +2 -2
- package/lib/loading-bar/src/styles/index.cssr.js +1 -1
- package/lib/loading-bar/styles/index.d.ts +1 -1
- package/lib/loading-bar/styles/light.d.ts +1 -1
- package/lib/locales/index.d.ts +40 -40
- package/lib/locales/index.js +78 -78
- package/lib/log/index.d.ts +1 -1
- package/lib/log/src/Log.d.ts +20 -8
- package/lib/log/src/Log.js +4 -4
- package/lib/log/src/LogLine.d.ts +7 -7
- package/lib/log/src/LogLoader.d.ts +6 -4
- package/lib/log/src/styles/index.cssr.js +1 -1
- package/lib/log/styles/index.d.ts +1 -1
- package/lib/log/styles/light.js +1 -1
- package/lib/marquee/index.d.ts +2 -0
- package/lib/marquee/index.js +8 -0
- package/lib/marquee/src/Marquee.d.ts +38 -0
- package/lib/marquee/src/Marquee.js +94 -0
- package/lib/marquee/src/props.d.ts +12 -0
- package/lib/marquee/src/props.js +8 -0
- package/lib/marquee/src/public-types.d.ts +1 -0
- package/lib/marquee/src/public-types.js +2 -0
- package/lib/marquee/src/styles/index.cssr.d.ts +2 -0
- package/lib/marquee/src/styles/index.cssr.js +35 -0
- package/lib/marquee/styles/dark.d.ts +3 -0
- package/lib/marquee/styles/dark.js +10 -0
- package/lib/marquee/styles/index.d.ts +3 -0
- package/lib/marquee/styles/index.js +10 -0
- package/lib/marquee/styles/light.d.ts +6 -0
- package/lib/marquee/styles/light.js +13 -0
- package/lib/mention/index.d.ts +1 -1
- package/lib/mention/src/Mention.d.ts +64 -18
- package/lib/mention/src/Mention.js +5 -5
- package/lib/mention/styles/dark.js +1 -1
- package/lib/mention/styles/light.d.ts +1 -0
- package/lib/mention/styles/light.js +2 -2
- package/lib/menu/index.d.ts +1 -1
- package/lib/menu/src/Menu.d.ts +19 -15
- package/lib/menu/src/Menu.js +6 -6
- package/lib/menu/src/MenuDivider.d.ts +1 -1
- package/lib/menu/src/MenuOption.d.ts +223 -7
- package/lib/menu/src/MenuOption.js +3 -2
- package/lib/menu/src/MenuOptionContent.d.ts +6 -6
- package/lib/menu/src/MenuOptionContent.js +1 -1
- package/lib/menu/src/MenuOptionGroup.d.ts +6 -5
- package/lib/menu/src/MenuOptionGroup.js +3 -2
- package/lib/menu/src/Submenu.d.ts +227 -11
- package/lib/menu/src/Submenu.js +6 -4
- package/lib/menu/src/use-menu-child-props.d.ts +1 -1
- package/lib/menu/src/use-menu-child.d.ts +1 -1
- package/lib/menu/src/utils.d.ts +1 -1
- package/lib/menu/src/utils.js +9 -8
- package/lib/menu/styles/dark.js +4 -4
- package/lib/menu/styles/index.d.ts +1 -1
- package/lib/menu/styles/light.js +5 -5
- package/lib/message/index.d.ts +1 -1
- package/lib/message/src/Message.d.ts +9 -9
- package/lib/message/src/Message.js +3 -3
- package/lib/message/src/MessageEnvironment.d.ts +6 -6
- package/lib/message/src/MessageProvider.d.ts +23 -9
- package/lib/message/src/MessageProvider.js +3 -3
- package/lib/message/src/styles/index.cssr.js +2 -2
- package/lib/message/styles/index.d.ts +1 -1
- package/lib/message/styles/light.d.ts +1 -1
- package/lib/modal/index.d.ts +3 -3
- package/lib/modal/index.js +5 -5
- package/lib/modal/src/BodyWrapper.d.ts +541 -12
- package/lib/modal/src/BodyWrapper.js +6 -6
- package/lib/modal/src/Modal.d.ts +12 -12
- package/lib/modal/src/Modal.js +4 -4
- package/lib/modal/src/ModalEnvironment.d.ts +8 -8
- package/lib/modal/src/ModalProvider.js +2 -2
- package/lib/modal/src/composables.d.ts +1 -1
- package/lib/modal/src/presetProps.d.ts +1 -1
- package/lib/modal/src/presetProps.js +2 -2
- package/lib/modal/src/styles/index.cssr.js +1 -1
- package/lib/modal/styles/dark.js +4 -4
- package/lib/modal/styles/light.js +5 -5
- package/lib/notification/index.d.ts +2 -2
- package/lib/notification/src/Notification.d.ts +10 -10
- package/lib/notification/src/Notification.js +3 -3
- package/lib/notification/src/NotificationContainer.d.ts +62 -8
- package/lib/notification/src/NotificationEnvironment.d.ts +7 -7
- package/lib/notification/src/NotificationProvider.d.ts +34 -10
- package/lib/notification/src/NotificationProvider.js +2 -2
- package/lib/notification/styles/index.d.ts +1 -1
- package/lib/notification/styles/light.js +1 -1
- package/lib/number-animation/src/NumberAnimation.d.ts +7 -7
- package/lib/number-animation/src/NumberAnimation.js +1 -1
- package/lib/page-header/src/PageHeader.d.ts +8 -8
- package/lib/page-header/src/PageHeader.js +3 -3
- package/lib/page-header/styles/index.d.ts +1 -1
- package/lib/page-header/styles/index.js +3 -3
- package/lib/pagination/index.d.ts +1 -1
- package/lib/pagination/src/Pagination.d.ts +41 -17
- package/lib/pagination/src/Pagination.js +6 -6
- package/lib/pagination/styles/dark.js +6 -6
- package/lib/pagination/styles/index.d.ts +1 -1
- package/lib/pagination/styles/light.d.ts +2 -0
- package/lib/pagination/styles/light.js +7 -7
- package/lib/pagination/styles/rtl.js +1 -1
- package/lib/popconfirm/index.d.ts +1 -1
- package/lib/popconfirm/src/Popconfirm.d.ts +15 -10
- package/lib/popconfirm/src/Popconfirm.js +3 -3
- package/lib/popconfirm/src/PopconfirmPanel.d.ts +12 -9
- package/lib/popconfirm/src/PopconfirmPanel.js +1 -1
- package/lib/popconfirm/src/interface.d.ts +1 -1
- package/lib/popconfirm/styles/dark.js +1 -1
- package/lib/popconfirm/styles/index.d.ts +1 -1
- package/lib/popconfirm/styles/light.js +2 -2
- package/lib/popover/index.d.ts +1 -1
- package/lib/popover/src/Popover.d.ts +12 -10
- package/lib/popover/src/Popover.js +3 -3
- package/lib/popover/src/PopoverBody.d.ts +14 -12
- package/lib/popover/src/PopoverBody.js +4 -4
- package/lib/popover/styles/index.d.ts +1 -1
- package/lib/popover/styles/light.d.ts +1 -1
- package/lib/popselect/index.d.ts +1 -1
- package/lib/popselect/src/Popselect.d.ts +27 -24
- package/lib/popselect/src/Popselect.js +4 -4
- package/lib/popselect/src/PopselectPanel.d.ts +137 -11
- package/lib/popselect/src/PopselectPanel.js +4 -4
- package/lib/popselect/src/interface.d.ts +1 -1
- package/lib/popselect/styles/dark.js +1 -1
- package/lib/popselect/styles/light.js +1 -1
- package/lib/progress/index.d.ts +1 -0
- package/lib/progress/src/Circle.d.ts +9 -9
- package/lib/progress/src/Circle.js +19 -5
- package/lib/progress/src/Line.d.ts +9 -9
- package/lib/progress/src/Line.js +10 -4
- package/lib/progress/src/MultipleCircle.d.ts +8 -7
- package/lib/progress/src/MultipleCircle.js +36 -22
- package/lib/progress/src/Progress.d.ts +16 -16
- package/lib/progress/src/Progress.js +3 -3
- package/lib/progress/src/public-types.d.ts +4 -0
- package/lib/progress/src/public-types.js +2 -0
- package/lib/progress/styles/index.d.ts +1 -1
- package/lib/progress/styles/light.d.ts +1 -1
- package/lib/qr-code/src/QrCode.d.ts +9 -9
- package/lib/qr-code/src/QrCode.js +1 -1
- package/lib/qr-code/styles/light.d.ts +1 -1
- package/lib/radio/index.d.ts +3 -3
- package/lib/radio/index.js +4 -4
- package/lib/radio/src/Radio.d.ts +7 -7
- package/lib/radio/src/Radio.js +2 -2
- package/lib/radio/src/RadioButton.d.ts +23 -47
- package/lib/radio/src/RadioGroup.d.ts +10 -10
- package/lib/radio/src/RadioGroup.js +3 -3
- package/lib/radio/src/use-radio.d.ts +1 -1
- package/lib/radio/src/use-radio.js +1 -1
- package/lib/radio/styles/index.d.ts +1 -1
- package/lib/radio/styles/light.d.ts +1 -1
- package/lib/rate/src/Rate.d.ts +9 -9
- package/lib/rate/src/Rate.js +1 -1
- package/lib/rate/styles/light.d.ts +1 -1
- package/lib/result/src/Result.d.ts +8 -8
- package/lib/result/src/Result.js +4 -4
- package/lib/result/styles/light.d.ts +1 -1
- package/lib/scrollbar/src/Scrollbar.d.ts +18 -6
- package/lib/select/index.d.ts +3 -3
- package/lib/select/src/Select.d.ts +52 -22
- package/lib/select/src/Select.js +5 -5
- package/lib/select/src/styles/index.cssr.js +2 -1
- package/lib/select/styles/dark.js +4 -4
- package/lib/select/styles/index.d.ts +1 -1
- package/lib/select/styles/light.d.ts +1 -0
- package/lib/select/styles/light.js +5 -5
- package/lib/select/styles/rtl.js +5 -5
- package/lib/skeleton/src/Skeleton.d.ts +7 -7
- package/lib/skeleton/styles/light.d.ts +1 -1
- package/lib/slider/src/Slider.d.ts +17 -17
- package/lib/slider/src/Slider.js +3 -3
- package/lib/slider/src/styles/index.cssr.js +1 -1
- package/lib/slider/styles/light.d.ts +1 -1
- package/lib/space/src/Space.d.ts +8 -8
- package/lib/space/src/Space.js +3 -3
- package/lib/space/styles/index.d.ts +1 -1
- package/lib/spin/src/Spin.d.ts +8 -8
- package/lib/spin/src/Spin.js +2 -2
- package/lib/spin/src/styles/index.cssr.js +1 -1
- package/lib/spin/styles/index.d.ts +1 -1
- package/lib/split/src/Split.d.ts +11 -11
- package/lib/split/src/Split.js +4 -4
- package/lib/split/styles/light.d.ts +1 -1
- package/lib/statistic/src/Statistic.d.ts +8 -8
- package/lib/statistic/styles/index.d.ts +1 -1
- package/lib/statistic/styles/light.d.ts +1 -1
- package/lib/steps/index.d.ts +2 -2
- package/lib/steps/index.js +4 -4
- package/lib/steps/src/Step.d.ts +8 -8
- package/lib/steps/src/Step.js +2 -2
- package/lib/steps/src/Steps.d.ts +8 -8
- package/lib/steps/src/styles/index.cssr.js +1 -1
- package/lib/steps/styles/index.d.ts +1 -1
- package/lib/steps/styles/light.d.ts +1 -1
- package/lib/styles.d.ts +9 -9
- package/lib/styles.js +186 -186
- package/lib/switch/src/Switch.d.ts +10 -10
- package/lib/switch/src/Switch.js +2 -2
- package/lib/switch/styles/index.d.ts +1 -1
- package/lib/switch/styles/light.d.ts +1 -1
- package/lib/table/index.d.ts +4 -4
- package/lib/table/index.js +7 -7
- package/lib/table/src/Table.d.ts +9 -9
- 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/table/styles/index.d.ts +1 -1
- package/lib/table/styles/light.d.ts +1 -1
- package/lib/tabs/index.d.ts +5 -5
- package/lib/tabs/index.js +7 -7
- package/lib/tabs/src/Tab.d.ts +16 -16
- package/lib/tabs/src/Tab.js +1 -1
- package/lib/tabs/src/TabPane.d.ts +9 -9
- package/lib/tabs/src/Tabs.d.ts +61 -22
- package/lib/tabs/src/Tabs.js +4 -4
- package/lib/tabs/src/styles/index.cssr.js +2 -1
- package/lib/tabs/styles/light.d.ts +1 -1
- package/lib/tag/src/Tag.d.ts +12 -12
- package/lib/tag/src/Tag.js +2 -2
- package/lib/tag/styles/index.d.ts +1 -1
- package/lib/tag/styles/light.d.ts +1 -1
- package/lib/theme-editor/src/MaximizeIcon.d.ts +1 -1
- package/lib/theme-editor/src/MinimizeIcon.d.ts +1 -1
- package/lib/theme-editor/src/ThemeEditor.d.ts +19 -10
- package/lib/theme-editor/src/ThemeEditor.js +12 -12
- package/lib/themes/dark.js +172 -170
- package/lib/themes/light.js +174 -172
- package/lib/thing/src/Thing.d.ts +5 -5
- package/lib/thing/styles/index.d.ts +1 -1
- package/lib/thing/styles/light.d.ts +1 -1
- package/lib/thing/styles/rtl.js +1 -1
- package/lib/time/src/Time.d.ts +7 -7
- package/lib/time/src/Time.js +1 -1
- package/lib/time-picker/index.d.ts +1 -1
- package/lib/time-picker/src/Panel.d.ts +328 -11
- package/lib/time-picker/src/Panel.js +1 -1
- package/lib/time-picker/src/PanelCol.d.ts +5 -5
- package/lib/time-picker/src/PanelCol.js +1 -1
- package/lib/time-picker/src/TimePicker.d.ts +101 -17
- package/lib/time-picker/src/TimePicker.js +10 -10
- package/lib/time-picker/src/styles/index.cssr.js +1 -1
- package/lib/time-picker/styles/light.d.ts +1 -0
- package/lib/time-picker/styles/light.js +1 -1
- package/lib/timeline/index.d.ts +1 -1
- package/lib/timeline/src/Timeline.d.ts +5 -5
- package/lib/timeline/src/TimelineItem.d.ts +9 -9
- package/lib/timeline/src/TimelineItem.js +1 -1
- package/lib/timeline/styles/index.d.ts +1 -1
- package/lib/timeline/styles/light.d.ts +1 -1
- package/lib/tooltip/index.d.ts +1 -1
- package/lib/tooltip/src/Tooltip.d.ts +11 -8
- package/lib/tooltip/src/Tooltip.js +1 -1
- package/lib/tooltip/styles/index.d.ts +1 -1
- package/lib/tooltip/styles/light.js +1 -1
- package/lib/transfer/index.d.ts +1 -1
- package/lib/transfer/src/Transfer.d.ts +20 -10
- package/lib/transfer/src/Transfer.js +6 -6
- package/lib/transfer/src/TransferFilter.d.ts +398 -6
- package/lib/transfer/src/TransferFilter.js +1 -1
- package/lib/transfer/src/TransferHeader.d.ts +4 -4
- package/lib/transfer/src/TransferHeader.js +1 -1
- package/lib/transfer/src/TransferList.d.ts +415 -6
- package/lib/transfer/src/TransferList.js +1 -1
- package/lib/transfer/src/TransferListItem.d.ts +401 -9
- package/lib/transfer/src/TransferListItem.js +3 -3
- package/lib/transfer/src/use-transfer-data.d.ts +3 -3
- package/lib/transfer/src/use-transfer-data.js +1 -1
- package/lib/transfer/styles/dark.js +8 -8
- package/lib/transfer/styles/light.d.ts +1 -0
- package/lib/transfer/styles/light.js +9 -9
- package/lib/tree/index.d.ts +1 -1
- package/lib/tree/src/MotionWrapper.d.ts +4 -4
- package/lib/tree/src/MotionWrapper.js +1 -1
- package/lib/tree/src/Tree.d.ts +31 -14
- package/lib/tree/src/Tree.js +9 -9
- package/lib/tree/src/TreeNode.d.ts +14 -14
- package/lib/tree/src/TreeNode.js +5 -5
- package/lib/tree/src/TreeNodeCheckbox.d.ts +99 -5
- package/lib/tree/src/TreeNodeContent.d.ts +10 -10
- package/lib/tree/src/TreeNodeSwitcher.d.ts +4 -4
- package/lib/tree/src/TreeNodeSwitcher.js +1 -1
- package/lib/tree/src/dnd.d.ts +1 -1
- package/lib/tree/src/keyboard.d.ts +1 -1
- package/lib/tree/src/styles/index.cssr.js +2 -2
- package/lib/tree/src/utils.d.ts +1 -1
- package/lib/tree/src/utils.js +1 -1
- package/lib/tree/styles/dark.js +6 -6
- package/lib/tree/styles/index.d.ts +1 -1
- package/lib/tree/styles/light.js +7 -7
- package/lib/tree-select/index.d.ts +2 -2
- package/lib/tree-select/src/TreeSelect.d.ts +45 -21
- package/lib/tree-select/src/TreeSelect.js +9 -9
- package/lib/tree-select/styles/dark.js +6 -6
- package/lib/tree-select/styles/index.d.ts +1 -1
- package/lib/tree-select/styles/light.d.ts +1 -0
- package/lib/tree-select/styles/light.js +5 -5
- package/lib/typography/index.d.ts +10 -10
- package/lib/typography/index.js +22 -22
- package/lib/typography/src/a.d.ts +6 -6
- package/lib/typography/src/blockquote.d.ts +7 -7
- package/lib/typography/src/create-header.d.ts +8 -8
- package/lib/typography/src/headers.d.ts +48 -48
- package/lib/typography/src/hr.d.ts +6 -6
- package/lib/typography/src/li.d.ts +1 -1
- package/lib/typography/src/ol.d.ts +7 -7
- package/lib/typography/src/p.d.ts +7 -7
- package/lib/typography/src/text.d.ts +8 -8
- package/lib/typography/src/text.js +1 -1
- package/lib/typography/src/ul.d.ts +7 -7
- package/lib/typography/styles/index.d.ts +1 -1
- package/lib/typography/styles/light.d.ts +1 -1
- package/lib/upload/index.d.ts +2 -2
- package/lib/upload/index.js +3 -3
- package/lib/upload/src/Upload.d.ts +11 -11
- package/lib/upload/src/Upload.js +5 -5
- package/lib/upload/src/UploadDragger.d.ts +1 -1
- package/lib/upload/src/UploadFile.d.ts +271 -8
- package/lib/upload/src/UploadFile.js +6 -6
- package/lib/upload/src/UploadFileList.d.ts +1 -1
- package/lib/upload/src/UploadFileList.js +1 -1
- package/lib/upload/src/UploadProgress.d.ts +265 -5
- package/lib/upload/src/UploadTrigger.d.ts +5 -5
- package/lib/upload/src/UploadTrigger.js +2 -2
- package/lib/upload/src/interface.d.ts +1 -1
- package/lib/upload/src/styles/index.cssr.js +1 -1
- package/lib/upload/styles/dark.js +1 -1
- package/lib/upload/styles/light.js +2 -2
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/virtual-list/index.d.ts +1 -1
- package/lib/virtual-list/src/VirtualList.d.ts +23 -7
- package/lib/watermark/src/Watermark.d.ts +4 -4
- package/lib/watermark/src/Watermark.js +1 -1
- package/lib/watermark/styles/light.js +1 -1
- package/package.json +7 -7
- package/volar.d.ts +1 -0
- package/web-types.json +1546 -1446
- package/es/progress/src/interface.d.ts +0 -1
- package/lib/progress/src/interface.d.ts +0 -1
- /package/es/{progress/src/interface.mjs → data-table/src/publicTypes.mjs} +0 -0
- /package/lib/{progress/src/interface.js → data-table/src/publicTypes.js} +0 -0
package/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "naive-ui",
|
|
5
|
-
"version": "2.40.
|
|
5
|
+
"version": "2.40.2",
|
|
6
6
|
"js-types-syntax": "typescript",
|
|
7
7
|
"contributions": {
|
|
8
8
|
"html": {
|
|
@@ -1340,202 +1340,6 @@
|
|
|
1340
1340
|
]
|
|
1341
1341
|
}
|
|
1342
1342
|
},
|
|
1343
|
-
{
|
|
1344
|
-
"name": "NColorPicker",
|
|
1345
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
1346
|
-
"source": {
|
|
1347
|
-
"symbol": "NColorPicker"
|
|
1348
|
-
},
|
|
1349
|
-
"slots": [
|
|
1350
|
-
{
|
|
1351
|
-
"name": "label",
|
|
1352
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
1353
|
-
"description": "Label of the color picker trigger.",
|
|
1354
|
-
"description-sections": {
|
|
1355
|
-
"since": "2.24.0"
|
|
1356
|
-
}
|
|
1357
|
-
},
|
|
1358
|
-
{
|
|
1359
|
-
"name": "action",
|
|
1360
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
1361
|
-
"description": "Custom action.",
|
|
1362
|
-
"description-sections": {
|
|
1363
|
-
"since": "2.24.0"
|
|
1364
|
-
}
|
|
1365
|
-
}
|
|
1366
|
-
],
|
|
1367
|
-
"attributes": [],
|
|
1368
|
-
"props": [
|
|
1369
|
-
{
|
|
1370
|
-
"name": "value",
|
|
1371
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
1372
|
-
"type": "string | null",
|
|
1373
|
-
"description": "Value of the picker.",
|
|
1374
|
-
"default": "undefined"
|
|
1375
|
-
},
|
|
1376
|
-
{
|
|
1377
|
-
"name": "show",
|
|
1378
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
1379
|
-
"type": "boolean",
|
|
1380
|
-
"description": "Whether the color panel is shown.",
|
|
1381
|
-
"default": "undefined"
|
|
1382
|
-
},
|
|
1383
|
-
{
|
|
1384
|
-
"name": "default-show",
|
|
1385
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
1386
|
-
"type": "boolean",
|
|
1387
|
-
"description": "Whether to show the color panel by default.",
|
|
1388
|
-
"default": "undefined"
|
|
1389
|
-
},
|
|
1390
|
-
{
|
|
1391
|
-
"name": "default-value",
|
|
1392
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
1393
|
-
"type": "string",
|
|
1394
|
-
"description": "Default value of the picker.",
|
|
1395
|
-
"default": "Black color value of 1st mode's corresponding value."
|
|
1396
|
-
},
|
|
1397
|
-
{
|
|
1398
|
-
"name": "modes",
|
|
1399
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
1400
|
-
"type": "Array<'rgb' | 'hex' | 'hsl' | 'hsv'>",
|
|
1401
|
-
"description": "The value format of the picker. Notice that value will follow the mode once you select a new value from the picker.",
|
|
1402
|
-
"default": "['rgb', 'hex', 'hsl']"
|
|
1403
|
-
},
|
|
1404
|
-
{
|
|
1405
|
-
"name": "placement",
|
|
1406
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
1407
|
-
"type": "'top-start' | 'top' | 'top-end' | 'right-start' | 'right' | 'right-end' | 'bottom-start' | 'bottom' | 'bottom-end' | 'left-start' | 'left' | 'left-end'",
|
|
1408
|
-
"description": "Color panel placement.",
|
|
1409
|
-
"default": "'bottom-start'",
|
|
1410
|
-
"description-sections": {
|
|
1411
|
-
"since": "2.25.0"
|
|
1412
|
-
}
|
|
1413
|
-
},
|
|
1414
|
-
{
|
|
1415
|
-
"name": "to",
|
|
1416
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
1417
|
-
"type": "string | HTMLElement | false",
|
|
1418
|
-
"description": "Where to attach the panel to. `false` will keep it not detached.",
|
|
1419
|
-
"default": "'body'"
|
|
1420
|
-
},
|
|
1421
|
-
{
|
|
1422
|
-
"name": "show-alpha",
|
|
1423
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
1424
|
-
"type": "boolean",
|
|
1425
|
-
"description": "Whether the alpha channel can be adjusted.",
|
|
1426
|
-
"default": "true"
|
|
1427
|
-
},
|
|
1428
|
-
{
|
|
1429
|
-
"name": "show-preview",
|
|
1430
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
1431
|
-
"type": "boolean",
|
|
1432
|
-
"description": "Whether the color preview is shown.",
|
|
1433
|
-
"default": "false"
|
|
1434
|
-
},
|
|
1435
|
-
{
|
|
1436
|
-
"name": "swatches",
|
|
1437
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
1438
|
-
"type": "string[]",
|
|
1439
|
-
"description": "Value of the swatches.",
|
|
1440
|
-
"default": "undefined"
|
|
1441
|
-
},
|
|
1442
|
-
{
|
|
1443
|
-
"name": "disabled",
|
|
1444
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
1445
|
-
"type": "boolean",
|
|
1446
|
-
"description": "Whether to disable the color picker.",
|
|
1447
|
-
"default": "false",
|
|
1448
|
-
"description-sections": {
|
|
1449
|
-
"since": "2.24.5"
|
|
1450
|
-
}
|
|
1451
|
-
},
|
|
1452
|
-
{
|
|
1453
|
-
"name": "actions",
|
|
1454
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
1455
|
-
"type": "Array<'confirm' | 'clear'> | null",
|
|
1456
|
-
"description": "The types of buttons to be shown in the panel.",
|
|
1457
|
-
"default": "null"
|
|
1458
|
-
},
|
|
1459
|
-
{
|
|
1460
|
-
"name": "size",
|
|
1461
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
1462
|
-
"type": "'small' | 'medium' | 'large'",
|
|
1463
|
-
"description": "Size of the picker.",
|
|
1464
|
-
"default": "'medium'"
|
|
1465
|
-
},
|
|
1466
|
-
{
|
|
1467
|
-
"name": "render-label",
|
|
1468
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
1469
|
-
"type": "(color: string | null) => VNodeChild",
|
|
1470
|
-
"description": "Label render function of the color picker trigger.",
|
|
1471
|
-
"default": "undefined",
|
|
1472
|
-
"description-sections": {
|
|
1473
|
-
"since": "2.24.0"
|
|
1474
|
-
}
|
|
1475
|
-
}
|
|
1476
|
-
],
|
|
1477
|
-
"js": {
|
|
1478
|
-
"events": [
|
|
1479
|
-
{
|
|
1480
|
-
"name": "complete",
|
|
1481
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
1482
|
-
"type": "(value: string) => void",
|
|
1483
|
-
"description": "Callback once the value is changed completely (not called during mousemove).",
|
|
1484
|
-
"default": "undefined"
|
|
1485
|
-
},
|
|
1486
|
-
{
|
|
1487
|
-
"name": "confirm",
|
|
1488
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
1489
|
-
"type": "(value: string) => void",
|
|
1490
|
-
"description": "Callback once the confirm button is clicked.",
|
|
1491
|
-
"default": "undefined",
|
|
1492
|
-
"description-sections": {
|
|
1493
|
-
"since": "2.29.0"
|
|
1494
|
-
}
|
|
1495
|
-
},
|
|
1496
|
-
{
|
|
1497
|
-
"name": "clear",
|
|
1498
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
1499
|
-
"type": "() => void",
|
|
1500
|
-
"description": "Callback once the clear button is clicked.",
|
|
1501
|
-
"default": "undefined",
|
|
1502
|
-
"description-sections": {
|
|
1503
|
-
"since": "2.39.0"
|
|
1504
|
-
}
|
|
1505
|
-
},
|
|
1506
|
-
{
|
|
1507
|
-
"name": "update-show",
|
|
1508
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker"
|
|
1509
|
-
},
|
|
1510
|
-
{
|
|
1511
|
-
"name": "update-show",
|
|
1512
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker"
|
|
1513
|
-
},
|
|
1514
|
-
{
|
|
1515
|
-
"name": "update-value",
|
|
1516
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker"
|
|
1517
|
-
},
|
|
1518
|
-
{
|
|
1519
|
-
"name": "update-value",
|
|
1520
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker"
|
|
1521
|
-
},
|
|
1522
|
-
{
|
|
1523
|
-
"name": "update:show",
|
|
1524
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
1525
|
-
"type": "(value: boolean) => void",
|
|
1526
|
-
"description": "Callback once panel the show status is changed.",
|
|
1527
|
-
"default": "undefined"
|
|
1528
|
-
},
|
|
1529
|
-
{
|
|
1530
|
-
"name": "update:value",
|
|
1531
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
1532
|
-
"type": "(value: string) => void",
|
|
1533
|
-
"description": "Callback once the value is changed.",
|
|
1534
|
-
"default": "undefined"
|
|
1535
|
-
}
|
|
1536
|
-
]
|
|
1537
|
-
}
|
|
1538
|
-
},
|
|
1539
1343
|
{
|
|
1540
1344
|
"name": "NCard",
|
|
1541
1345
|
"description": "Just put something in it.",
|
|
@@ -2941,49 +2745,245 @@
|
|
|
2941
2745
|
}
|
|
2942
2746
|
},
|
|
2943
2747
|
{
|
|
2944
|
-
"name": "
|
|
2945
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
2748
|
+
"name": "NColorPicker",
|
|
2749
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
2946
2750
|
"source": {
|
|
2947
|
-
"symbol": "
|
|
2751
|
+
"symbol": "NColorPicker"
|
|
2948
2752
|
},
|
|
2949
|
-
"slots": [
|
|
2950
|
-
"attributes": [],
|
|
2951
|
-
"props": [
|
|
2753
|
+
"slots": [
|
|
2952
2754
|
{
|
|
2953
|
-
"name": "
|
|
2954
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
2955
|
-
"
|
|
2956
|
-
"description":
|
|
2957
|
-
|
|
2755
|
+
"name": "label",
|
|
2756
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
2757
|
+
"description": "Label of the color picker trigger.",
|
|
2758
|
+
"description-sections": {
|
|
2759
|
+
"since": "2.24.0"
|
|
2760
|
+
}
|
|
2958
2761
|
},
|
|
2959
2762
|
{
|
|
2960
|
-
"name": "
|
|
2961
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
2962
|
-
"
|
|
2963
|
-
|
|
2763
|
+
"name": "action",
|
|
2764
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
2765
|
+
"description": "Custom action.",
|
|
2766
|
+
"description-sections": {
|
|
2767
|
+
"since": "2.24.0"
|
|
2768
|
+
}
|
|
2769
|
+
}
|
|
2770
|
+
],
|
|
2771
|
+
"attributes": [],
|
|
2772
|
+
"props": [
|
|
2964
2773
|
{
|
|
2965
|
-
"name": "
|
|
2966
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
2967
|
-
"type": "string",
|
|
2968
|
-
"description": "
|
|
2774
|
+
"name": "value",
|
|
2775
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
2776
|
+
"type": "string | null",
|
|
2777
|
+
"description": "Value of the picker.",
|
|
2969
2778
|
"default": "undefined"
|
|
2970
2779
|
},
|
|
2971
2780
|
{
|
|
2972
|
-
"name": "
|
|
2973
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
2974
|
-
"type": "
|
|
2975
|
-
"description": "
|
|
2781
|
+
"name": "show",
|
|
2782
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
2783
|
+
"type": "boolean",
|
|
2784
|
+
"description": "Whether the color panel is shown.",
|
|
2976
2785
|
"default": "undefined"
|
|
2977
2786
|
},
|
|
2978
2787
|
{
|
|
2979
|
-
"name": "
|
|
2980
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
2981
|
-
"type": "
|
|
2982
|
-
"description": "
|
|
2788
|
+
"name": "default-show",
|
|
2789
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
2790
|
+
"type": "boolean",
|
|
2791
|
+
"description": "Whether to show the color panel by default.",
|
|
2983
2792
|
"default": "undefined"
|
|
2984
2793
|
},
|
|
2985
2794
|
{
|
|
2986
|
-
"name": "
|
|
2795
|
+
"name": "default-value",
|
|
2796
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
2797
|
+
"type": "string",
|
|
2798
|
+
"description": "Default value of the picker.",
|
|
2799
|
+
"default": "Black color value of 1st mode's corresponding value."
|
|
2800
|
+
},
|
|
2801
|
+
{
|
|
2802
|
+
"name": "modes",
|
|
2803
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
2804
|
+
"type": "Array<'rgb' | 'hex' | 'hsl' | 'hsv'>",
|
|
2805
|
+
"description": "The value format of the picker. Notice that value will follow the mode once you select a new value from the picker.",
|
|
2806
|
+
"default": "['rgb', 'hex', 'hsl']"
|
|
2807
|
+
},
|
|
2808
|
+
{
|
|
2809
|
+
"name": "placement",
|
|
2810
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
2811
|
+
"type": "'top-start' | 'top' | 'top-end' | 'right-start' | 'right' | 'right-end' | 'bottom-start' | 'bottom' | 'bottom-end' | 'left-start' | 'left' | 'left-end'",
|
|
2812
|
+
"description": "Color panel placement.",
|
|
2813
|
+
"default": "'bottom-start'",
|
|
2814
|
+
"description-sections": {
|
|
2815
|
+
"since": "2.25.0"
|
|
2816
|
+
}
|
|
2817
|
+
},
|
|
2818
|
+
{
|
|
2819
|
+
"name": "to",
|
|
2820
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
2821
|
+
"type": "string | HTMLElement | false",
|
|
2822
|
+
"description": "Where to attach the panel to. `false` will keep it not detached.",
|
|
2823
|
+
"default": "'body'"
|
|
2824
|
+
},
|
|
2825
|
+
{
|
|
2826
|
+
"name": "show-alpha",
|
|
2827
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
2828
|
+
"type": "boolean",
|
|
2829
|
+
"description": "Whether the alpha channel can be adjusted.",
|
|
2830
|
+
"default": "true"
|
|
2831
|
+
},
|
|
2832
|
+
{
|
|
2833
|
+
"name": "show-preview",
|
|
2834
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
2835
|
+
"type": "boolean",
|
|
2836
|
+
"description": "Whether the color preview is shown.",
|
|
2837
|
+
"default": "false"
|
|
2838
|
+
},
|
|
2839
|
+
{
|
|
2840
|
+
"name": "swatches",
|
|
2841
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
2842
|
+
"type": "string[]",
|
|
2843
|
+
"description": "Value of the swatches.",
|
|
2844
|
+
"default": "undefined"
|
|
2845
|
+
},
|
|
2846
|
+
{
|
|
2847
|
+
"name": "disabled",
|
|
2848
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
2849
|
+
"type": "boolean",
|
|
2850
|
+
"description": "Whether to disable the color picker.",
|
|
2851
|
+
"default": "false",
|
|
2852
|
+
"description-sections": {
|
|
2853
|
+
"since": "2.24.5"
|
|
2854
|
+
}
|
|
2855
|
+
},
|
|
2856
|
+
{
|
|
2857
|
+
"name": "actions",
|
|
2858
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
2859
|
+
"type": "Array<'confirm' | 'clear'> | null",
|
|
2860
|
+
"description": "The types of buttons to be shown in the panel.",
|
|
2861
|
+
"default": "null"
|
|
2862
|
+
},
|
|
2863
|
+
{
|
|
2864
|
+
"name": "size",
|
|
2865
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
2866
|
+
"type": "'small' | 'medium' | 'large'",
|
|
2867
|
+
"description": "Size of the picker.",
|
|
2868
|
+
"default": "'medium'"
|
|
2869
|
+
},
|
|
2870
|
+
{
|
|
2871
|
+
"name": "render-label",
|
|
2872
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
2873
|
+
"type": "(color: string | null) => VNodeChild",
|
|
2874
|
+
"description": "Label render function of the color picker trigger.",
|
|
2875
|
+
"default": "undefined",
|
|
2876
|
+
"description-sections": {
|
|
2877
|
+
"since": "2.24.0"
|
|
2878
|
+
}
|
|
2879
|
+
}
|
|
2880
|
+
],
|
|
2881
|
+
"js": {
|
|
2882
|
+
"events": [
|
|
2883
|
+
{
|
|
2884
|
+
"name": "complete",
|
|
2885
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
2886
|
+
"type": "(value: string) => void",
|
|
2887
|
+
"description": "Callback once the value is changed completely (not called during mousemove).",
|
|
2888
|
+
"default": "undefined"
|
|
2889
|
+
},
|
|
2890
|
+
{
|
|
2891
|
+
"name": "confirm",
|
|
2892
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
2893
|
+
"type": "(value: string) => void",
|
|
2894
|
+
"description": "Callback once the confirm button is clicked.",
|
|
2895
|
+
"default": "undefined",
|
|
2896
|
+
"description-sections": {
|
|
2897
|
+
"since": "2.29.0"
|
|
2898
|
+
}
|
|
2899
|
+
},
|
|
2900
|
+
{
|
|
2901
|
+
"name": "clear",
|
|
2902
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
2903
|
+
"type": "() => void",
|
|
2904
|
+
"description": "Callback once the clear button is clicked.",
|
|
2905
|
+
"default": "undefined",
|
|
2906
|
+
"description-sections": {
|
|
2907
|
+
"since": "2.39.0"
|
|
2908
|
+
}
|
|
2909
|
+
},
|
|
2910
|
+
{
|
|
2911
|
+
"name": "update-show",
|
|
2912
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker"
|
|
2913
|
+
},
|
|
2914
|
+
{
|
|
2915
|
+
"name": "update-show",
|
|
2916
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker"
|
|
2917
|
+
},
|
|
2918
|
+
{
|
|
2919
|
+
"name": "update-value",
|
|
2920
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker"
|
|
2921
|
+
},
|
|
2922
|
+
{
|
|
2923
|
+
"name": "update-value",
|
|
2924
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker"
|
|
2925
|
+
},
|
|
2926
|
+
{
|
|
2927
|
+
"name": "update:show",
|
|
2928
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
2929
|
+
"type": "(value: boolean) => void",
|
|
2930
|
+
"description": "Callback once panel the show status is changed.",
|
|
2931
|
+
"default": "undefined"
|
|
2932
|
+
},
|
|
2933
|
+
{
|
|
2934
|
+
"name": "update:value",
|
|
2935
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
|
|
2936
|
+
"type": "(value: string) => void",
|
|
2937
|
+
"description": "Callback once the value is changed.",
|
|
2938
|
+
"default": "undefined"
|
|
2939
|
+
}
|
|
2940
|
+
]
|
|
2941
|
+
}
|
|
2942
|
+
},
|
|
2943
|
+
{
|
|
2944
|
+
"name": "NConfigProvider",
|
|
2945
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
|
|
2946
|
+
"source": {
|
|
2947
|
+
"symbol": "NConfigProvider"
|
|
2948
|
+
},
|
|
2949
|
+
"slots": [],
|
|
2950
|
+
"attributes": [],
|
|
2951
|
+
"props": [
|
|
2952
|
+
{
|
|
2953
|
+
"name": "abstract",
|
|
2954
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
|
|
2955
|
+
"type": "boolean",
|
|
2956
|
+
"description": "If `n-config-provider` has no wrapper DOM",
|
|
2957
|
+
"default": "false"
|
|
2958
|
+
},
|
|
2959
|
+
{
|
|
2960
|
+
"name": "bordered",
|
|
2961
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
|
|
2962
|
+
"type": "boolean"
|
|
2963
|
+
},
|
|
2964
|
+
{
|
|
2965
|
+
"name": "cls-prefix",
|
|
2966
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
|
|
2967
|
+
"type": "string",
|
|
2968
|
+
"description": "The class prefix of all inner components. (Since `2.40.0`) If you don't set the `cls-prefix` prop of `n-config-provider`, it will inherit the class prefix from its parent by default. Note that this prop is not reactive.",
|
|
2969
|
+
"default": "undefined"
|
|
2970
|
+
},
|
|
2971
|
+
{
|
|
2972
|
+
"name": "locale",
|
|
2973
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
|
|
2974
|
+
"type": "Locale | null",
|
|
2975
|
+
"description": "The locale object to be consumed by its child. If set to `null` it will use the default `enUS` locale. If set to `undefined` it will inherit its parent `n-config-provider`.",
|
|
2976
|
+
"default": "undefined"
|
|
2977
|
+
},
|
|
2978
|
+
{
|
|
2979
|
+
"name": "date-locale",
|
|
2980
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
|
|
2981
|
+
"type": "DateLocale | null",
|
|
2982
|
+
"description": "The date locale object to be consumed by its child. If set to `null` it will use the default `dateEnUS` locale. If set to `undefined` it will inherit its parent `n-config-provider`.",
|
|
2983
|
+
"default": "undefined"
|
|
2984
|
+
},
|
|
2985
|
+
{
|
|
2986
|
+
"name": "namespace",
|
|
2987
2987
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
|
|
2988
2988
|
"type": "string",
|
|
2989
2989
|
"description": "Class name of detached parts of components inside `n-config-provider`",
|
|
@@ -3154,140 +3154,45 @@
|
|
|
3154
3154
|
}
|
|
3155
3155
|
},
|
|
3156
3156
|
{
|
|
3157
|
-
"name": "
|
|
3158
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
3157
|
+
"name": "NDataTable",
|
|
3158
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/data-table",
|
|
3159
3159
|
"source": {
|
|
3160
|
-
"symbol": "
|
|
3160
|
+
"symbol": "NDataTable"
|
|
3161
3161
|
},
|
|
3162
|
-
"slots": [
|
|
3163
|
-
"attributes": [],
|
|
3164
|
-
"props": [
|
|
3162
|
+
"slots": [
|
|
3165
3163
|
{
|
|
3166
|
-
"name": "
|
|
3167
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
3168
|
-
"type": "
|
|
3169
|
-
"description": "
|
|
3170
|
-
"default": "undefined",
|
|
3171
|
-
"description-sections": {
|
|
3172
|
-
"since": "2.23.2"
|
|
3173
|
-
}
|
|
3164
|
+
"name": "empty",
|
|
3165
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/data-table",
|
|
3166
|
+
"type": "()",
|
|
3167
|
+
"description": "Custom description when data of table is empty."
|
|
3174
3168
|
},
|
|
3175
3169
|
{
|
|
3176
|
-
"name": "
|
|
3177
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
3178
|
-
"type": "
|
|
3179
|
-
"description": "
|
|
3180
|
-
"default": "0",
|
|
3170
|
+
"name": "loading",
|
|
3171
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/data-table",
|
|
3172
|
+
"type": "()",
|
|
3173
|
+
"description": "Custom description when data of table is loading.",
|
|
3181
3174
|
"description-sections": {
|
|
3182
|
-
"since": "2.
|
|
3175
|
+
"since": "2.34.0"
|
|
3183
3176
|
}
|
|
3184
|
-
}
|
|
3177
|
+
}
|
|
3178
|
+
],
|
|
3179
|
+
"attributes": [],
|
|
3180
|
+
"props": [
|
|
3185
3181
|
{
|
|
3186
|
-
"name": "
|
|
3187
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
3188
|
-
"type": "
|
|
3189
|
-
"description": "
|
|
3190
|
-
"default": "false"
|
|
3191
|
-
"description-sections": {
|
|
3192
|
-
"since": "2.23.2"
|
|
3193
|
-
}
|
|
3182
|
+
"name": "pagination",
|
|
3183
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/data-table",
|
|
3184
|
+
"type": "false | object",
|
|
3185
|
+
"description": "See [Pagination props](pagination#Pagination-Props)",
|
|
3186
|
+
"default": "false"
|
|
3194
3187
|
},
|
|
3195
3188
|
{
|
|
3196
|
-
"name": "
|
|
3197
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
3198
|
-
"type": "
|
|
3199
|
-
"description": "
|
|
3200
|
-
"default": "
|
|
3189
|
+
"name": "paginate-single-page",
|
|
3190
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/data-table",
|
|
3191
|
+
"type": "boolean",
|
|
3192
|
+
"description": "Whether show pagination data is less than one page.",
|
|
3193
|
+
"default": "true",
|
|
3201
3194
|
"description-sections": {
|
|
3202
|
-
"since": "2.
|
|
3203
|
-
}
|
|
3204
|
-
},
|
|
3205
|
-
{
|
|
3206
|
-
"name": "from",
|
|
3207
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/number-animation",
|
|
3208
|
-
"type": "number",
|
|
3209
|
-
"description": "Start value of the animation",
|
|
3210
|
-
"default": "0",
|
|
3211
|
-
"description-sections": {
|
|
3212
|
-
"since": "2.23.2"
|
|
3213
|
-
}
|
|
3214
|
-
},
|
|
3215
|
-
{
|
|
3216
|
-
"name": "active",
|
|
3217
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/number-animation",
|
|
3218
|
-
"type": "boolean",
|
|
3219
|
-
"description": "Whether to play the animation.",
|
|
3220
|
-
"default": "true",
|
|
3221
|
-
"description-sections": {
|
|
3222
|
-
"since": "2.23.2"
|
|
3223
|
-
}
|
|
3224
|
-
},
|
|
3225
|
-
{
|
|
3226
|
-
"name": "duration",
|
|
3227
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/number-animation",
|
|
3228
|
-
"type": "number",
|
|
3229
|
-
"description": "The duration of",
|
|
3230
|
-
"default": "3000",
|
|
3231
|
-
"description-sections": {
|
|
3232
|
-
"since": "2.23.2"
|
|
3233
|
-
}
|
|
3234
|
-
}
|
|
3235
|
-
],
|
|
3236
|
-
"js": {
|
|
3237
|
-
"events": [
|
|
3238
|
-
{
|
|
3239
|
-
"name": "finish",
|
|
3240
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/number-animation",
|
|
3241
|
-
"type": "() => void",
|
|
3242
|
-
"description": "The callback on animation is finished.",
|
|
3243
|
-
"default": "undefined",
|
|
3244
|
-
"description-sections": {
|
|
3245
|
-
"since": "2.31.0"
|
|
3246
|
-
}
|
|
3247
|
-
}
|
|
3248
|
-
]
|
|
3249
|
-
}
|
|
3250
|
-
},
|
|
3251
|
-
{
|
|
3252
|
-
"name": "NDataTable",
|
|
3253
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/data-table",
|
|
3254
|
-
"source": {
|
|
3255
|
-
"symbol": "NDataTable"
|
|
3256
|
-
},
|
|
3257
|
-
"slots": [
|
|
3258
|
-
{
|
|
3259
|
-
"name": "empty",
|
|
3260
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/data-table",
|
|
3261
|
-
"type": "()",
|
|
3262
|
-
"description": "Custom description when data of table is empty."
|
|
3263
|
-
},
|
|
3264
|
-
{
|
|
3265
|
-
"name": "loading",
|
|
3266
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/data-table",
|
|
3267
|
-
"type": "()",
|
|
3268
|
-
"description": "Custom description when data of table is loading.",
|
|
3269
|
-
"description-sections": {
|
|
3270
|
-
"since": "2.34.0"
|
|
3271
|
-
}
|
|
3272
|
-
}
|
|
3273
|
-
],
|
|
3274
|
-
"attributes": [],
|
|
3275
|
-
"props": [
|
|
3276
|
-
{
|
|
3277
|
-
"name": "pagination",
|
|
3278
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/data-table",
|
|
3279
|
-
"type": "false | object",
|
|
3280
|
-
"description": "See [Pagination props](pagination#Pagination-Props)",
|
|
3281
|
-
"default": "false"
|
|
3282
|
-
},
|
|
3283
|
-
{
|
|
3284
|
-
"name": "paginate-single-page",
|
|
3285
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/data-table",
|
|
3286
|
-
"type": "boolean",
|
|
3287
|
-
"description": "Whether show pagination data is less than one page.",
|
|
3288
|
-
"default": "true",
|
|
3289
|
-
"description-sections": {
|
|
3290
|
-
"since": "2.28.0"
|
|
3195
|
+
"since": "2.28.0"
|
|
3291
3196
|
}
|
|
3292
3197
|
},
|
|
3293
3198
|
{
|
|
@@ -3625,6 +3530,26 @@
|
|
|
3625
3530
|
"description-sections": {
|
|
3626
3531
|
"since": "2.34.0"
|
|
3627
3532
|
}
|
|
3533
|
+
},
|
|
3534
|
+
{
|
|
3535
|
+
"name": "get-csv-cell",
|
|
3536
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/data-table",
|
|
3537
|
+
"type": "(value: any, row: object, col: DataTableBaseColumn) => string",
|
|
3538
|
+
"description": "Get CSV's cell content.",
|
|
3539
|
+
"default": "undefined",
|
|
3540
|
+
"description-sections": {
|
|
3541
|
+
"since": "2.40.2"
|
|
3542
|
+
}
|
|
3543
|
+
},
|
|
3544
|
+
{
|
|
3545
|
+
"name": "get-csv-header",
|
|
3546
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/data-table",
|
|
3547
|
+
"type": "(cols: Array<DataTableColumn>) => string",
|
|
3548
|
+
"description": "Get CSV's header content.",
|
|
3549
|
+
"default": "undefined",
|
|
3550
|
+
"description-sections": {
|
|
3551
|
+
"since": "2.40.2"
|
|
3552
|
+
}
|
|
3628
3553
|
}
|
|
3629
3554
|
],
|
|
3630
3555
|
"js": {
|
|
@@ -3852,6 +3777,31 @@
|
|
|
3852
3777
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/date-picker",
|
|
3853
3778
|
"type": "boolean"
|
|
3854
3779
|
},
|
|
3780
|
+
{
|
|
3781
|
+
"name": "calendar-day-format",
|
|
3782
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/date-picker",
|
|
3783
|
+
"type": "string"
|
|
3784
|
+
},
|
|
3785
|
+
{
|
|
3786
|
+
"name": "calendar-header-year-format",
|
|
3787
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/date-picker",
|
|
3788
|
+
"type": "string"
|
|
3789
|
+
},
|
|
3790
|
+
{
|
|
3791
|
+
"name": "calendar-header-month-format",
|
|
3792
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/date-picker",
|
|
3793
|
+
"type": "string"
|
|
3794
|
+
},
|
|
3795
|
+
{
|
|
3796
|
+
"name": "calendar-header-month-year-separator",
|
|
3797
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/date-picker",
|
|
3798
|
+
"type": "string"
|
|
3799
|
+
},
|
|
3800
|
+
{
|
|
3801
|
+
"name": "calendar-header-month-before-year",
|
|
3802
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/date-picker",
|
|
3803
|
+
"type": "boolean"
|
|
3804
|
+
},
|
|
3855
3805
|
{
|
|
3856
3806
|
"name": "default-value",
|
|
3857
3807
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/date-picker",
|
|
@@ -4258,7 +4208,7 @@
|
|
|
4258
4208
|
},
|
|
4259
4209
|
{
|
|
4260
4210
|
"name": "NDialog",
|
|
4261
|
-
"description": "Before taking action, please confirm.\n\n<n-alert title=\"Prerequisite\" type=\"warning\" :bordered=\"false\">\n If you want to use dialog, you need to wrap the component where you call related methods inside <n-text code>n-dialog-provider</n-text> and use <n-text code>useDialog</n-text> to get the API.\n</n-alert>\n\nFor example:\n\n```html\n<!-- App.vue -->\n<n-dialog-provider>\n <content />\n</n-dialog-provider>\n```\n\n```js\nimport {
|
|
4211
|
+
"description": "Before taking action, please confirm.\n\n<n-alert title=\"Prerequisite\" type=\"warning\" :bordered=\"false\">\n If you want to use dialog, you need to wrap the component where you call related methods inside <n-text code>n-dialog-provider</n-text> and use <n-text code>useDialog</n-text> to get the API.\n</n-alert>\n\nFor example:\n\n```html\n<!-- App.vue -->\n<n-dialog-provider>\n <content />\n</n-dialog-provider>\n```\n\n```js\nimport { useDialog } from 'naive-ui'\nimport { defineComponent } from 'vue'\n\n// content\nexport default defineComponent({\n setup() {\n const dialog = useDialog()\n return {\n warning() {\n dialog.warning(options)\n }\n }\n }\n})\n```",
|
|
4262
4212
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/dialog",
|
|
4263
4213
|
"source": {
|
|
4264
4214
|
"symbol": "NDialog"
|
|
@@ -5901,6 +5851,51 @@
|
|
|
5901
5851
|
"events": []
|
|
5902
5852
|
}
|
|
5903
5853
|
},
|
|
5854
|
+
{
|
|
5855
|
+
"name": "NEquation",
|
|
5856
|
+
"description": "No one will think of that a component library should have this component. However a friend of me need this.\n\n<n-alert title=\"Note\" type=\"warning\" style=\"margin-bottom: 16px;\" :bordered=\"false\">\n Due to package size, Naive UI doesn't include katex. If you want to use Equation, make sure you have setup katex before using it.\n</n-alert>\n\nThe following code shows how to setup katex for Equation.\n\n```html\n<template>\n <n-config-provider :katex=\"katex\">\n <my-app />\n </n-config-provider>\n</template>\n\n<script>\n import { defineComponent } from 'vue'\n import katex from 'katex'\n import 'katex/dist/katex.css'\n\n export default defineComponent({\n setup() {\n return {\n katex\n }\n }\n })\n</script>\n```",
|
|
5857
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/equation",
|
|
5858
|
+
"source": {
|
|
5859
|
+
"symbol": "NEquation"
|
|
5860
|
+
},
|
|
5861
|
+
"slots": [],
|
|
5862
|
+
"attributes": [],
|
|
5863
|
+
"props": [
|
|
5864
|
+
{
|
|
5865
|
+
"name": "value",
|
|
5866
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/equation",
|
|
5867
|
+
"type": "string",
|
|
5868
|
+
"description": "Latex expression of the equation.",
|
|
5869
|
+
"default": "undefined",
|
|
5870
|
+
"description-sections": {
|
|
5871
|
+
"since": "2.34.0"
|
|
5872
|
+
}
|
|
5873
|
+
},
|
|
5874
|
+
{
|
|
5875
|
+
"name": "katex",
|
|
5876
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/equation",
|
|
5877
|
+
"type": "object",
|
|
5878
|
+
"description": "Katex",
|
|
5879
|
+
"default": "undefined",
|
|
5880
|
+
"description-sections": {
|
|
5881
|
+
"since": "2.34.0"
|
|
5882
|
+
}
|
|
5883
|
+
},
|
|
5884
|
+
{
|
|
5885
|
+
"name": "katex-options",
|
|
5886
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/equation",
|
|
5887
|
+
"type": "object",
|
|
5888
|
+
"description": "Katex options for the equation.",
|
|
5889
|
+
"default": "undefined",
|
|
5890
|
+
"description-sections": {
|
|
5891
|
+
"since": "2.34.0"
|
|
5892
|
+
}
|
|
5893
|
+
}
|
|
5894
|
+
],
|
|
5895
|
+
"js": {
|
|
5896
|
+
"events": []
|
|
5897
|
+
}
|
|
5898
|
+
},
|
|
5904
5899
|
{
|
|
5905
5900
|
"name": "NFlex",
|
|
5906
5901
|
"description": "Available since `2.37.0`.\n\nFrankly saying, it functions similarly to `n-space`. However use `n-flex` if possible.\n\n`n-flex` utilizes the flex layout, and note that the gap property might have compatibility issues with some older browsers.\n\nOn the other hand, `n-space` involves operations at the `VNode` level, which could lead to rendering issues in certain specific use cases.",
|
|
@@ -5961,28 +5956,261 @@
|
|
|
5961
5956
|
}
|
|
5962
5957
|
},
|
|
5963
5958
|
{
|
|
5964
|
-
"name": "reverse",
|
|
5965
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/flex",
|
|
5966
|
-
"type": "boolean"
|
|
5959
|
+
"name": "reverse",
|
|
5960
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/flex",
|
|
5961
|
+
"type": "boolean"
|
|
5962
|
+
},
|
|
5963
|
+
{
|
|
5964
|
+
"name": "size",
|
|
5965
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/flex",
|
|
5966
|
+
"type": "'small' | 'medium' | 'large' | number | [number, number]",
|
|
5967
|
+
"description": "When it's a number, it will be used as vertical and horizontal gap, or it is `[horizontalGap, verticalGap]`.",
|
|
5968
|
+
"default": "'medium'",
|
|
5969
|
+
"description-sections": {
|
|
5970
|
+
"since": "2.37.0"
|
|
5971
|
+
}
|
|
5972
|
+
},
|
|
5973
|
+
{
|
|
5974
|
+
"name": "wrap",
|
|
5975
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/flex",
|
|
5976
|
+
"type": "boolean",
|
|
5977
|
+
"description": "Whether to wrap content if `n-flex`'s width is exceeded.",
|
|
5978
|
+
"default": "true",
|
|
5979
|
+
"description-sections": {
|
|
5980
|
+
"since": "2.37.0"
|
|
5981
|
+
}
|
|
5982
|
+
}
|
|
5983
|
+
],
|
|
5984
|
+
"js": {
|
|
5985
|
+
"events": []
|
|
5986
|
+
}
|
|
5987
|
+
},
|
|
5988
|
+
{
|
|
5989
|
+
"name": "NFloatButton",
|
|
5990
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
5991
|
+
"source": {
|
|
5992
|
+
"symbol": "NFloatButton"
|
|
5993
|
+
},
|
|
5994
|
+
"slots": [
|
|
5995
|
+
{
|
|
5996
|
+
"name": "description",
|
|
5997
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
5998
|
+
"description": "Description for the button.",
|
|
5999
|
+
"description-sections": {
|
|
6000
|
+
"since": "2.38.0"
|
|
6001
|
+
}
|
|
6002
|
+
},
|
|
6003
|
+
{
|
|
6004
|
+
"name": "menu",
|
|
6005
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
6006
|
+
"description": "Submenu of the float button.",
|
|
6007
|
+
"description-sections": {
|
|
6008
|
+
"since": "2.38.0"
|
|
6009
|
+
}
|
|
6010
|
+
}
|
|
6011
|
+
],
|
|
6012
|
+
"attributes": [],
|
|
6013
|
+
"props": [
|
|
6014
|
+
{
|
|
6015
|
+
"name": "width",
|
|
6016
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
6017
|
+
"type": "number | string",
|
|
6018
|
+
"default": "undefined",
|
|
6019
|
+
"description-sections": {
|
|
6020
|
+
"since": "2.38.0"
|
|
6021
|
+
}
|
|
6022
|
+
},
|
|
6023
|
+
{
|
|
6024
|
+
"name": "height",
|
|
6025
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
6026
|
+
"type": "number | string",
|
|
6027
|
+
"description": "CSS `height` property of the button group.",
|
|
6028
|
+
"default": "40",
|
|
6029
|
+
"description-sections": {
|
|
6030
|
+
"since": "2.38.0"
|
|
6031
|
+
}
|
|
6032
|
+
},
|
|
6033
|
+
{
|
|
6034
|
+
"name": "left",
|
|
6035
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
6036
|
+
"type": "number | string",
|
|
6037
|
+
"description": "CSS `left` property of the button group.",
|
|
6038
|
+
"default": "undefined",
|
|
6039
|
+
"description-sections": {
|
|
6040
|
+
"since": "2.38.0"
|
|
6041
|
+
}
|
|
6042
|
+
},
|
|
6043
|
+
{
|
|
6044
|
+
"name": "right",
|
|
6045
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
6046
|
+
"type": "number | string",
|
|
6047
|
+
"description": "CSS `right` property of the button group.",
|
|
6048
|
+
"default": "undefined",
|
|
6049
|
+
"description-sections": {
|
|
6050
|
+
"since": "2.38.0"
|
|
6051
|
+
}
|
|
6052
|
+
},
|
|
6053
|
+
{
|
|
6054
|
+
"name": "top",
|
|
6055
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
6056
|
+
"type": "number | string",
|
|
6057
|
+
"description": "CSS `top` property of the button group.",
|
|
6058
|
+
"default": "undefined",
|
|
6059
|
+
"description-sections": {
|
|
6060
|
+
"since": "2.38.0"
|
|
6061
|
+
}
|
|
6062
|
+
},
|
|
6063
|
+
{
|
|
6064
|
+
"name": "bottom",
|
|
6065
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
6066
|
+
"type": "number | string",
|
|
6067
|
+
"description": "CSS `bottom` property of the button group.",
|
|
6068
|
+
"default": "40",
|
|
6069
|
+
"description-sections": {
|
|
6070
|
+
"since": "2.38.0"
|
|
6071
|
+
}
|
|
6072
|
+
},
|
|
6073
|
+
{
|
|
6074
|
+
"name": "shape",
|
|
6075
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
6076
|
+
"type": "'circle' | 'square'",
|
|
6077
|
+
"description": "Shape of the button.",
|
|
6078
|
+
"default": "'circle'",
|
|
6079
|
+
"description-sections": {
|
|
6080
|
+
"since": "2.38.0"
|
|
6081
|
+
}
|
|
6082
|
+
},
|
|
6083
|
+
{
|
|
6084
|
+
"name": "position",
|
|
6085
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
6086
|
+
"type": "'relative' | 'absolute' | 'fixed'",
|
|
6087
|
+
"description": "CSS `position` property of the button group.",
|
|
6088
|
+
"default": "'fixed'",
|
|
6089
|
+
"description-sections": {
|
|
6090
|
+
"since": "2.38.0"
|
|
6091
|
+
}
|
|
6092
|
+
},
|
|
6093
|
+
{
|
|
6094
|
+
"name": "type",
|
|
6095
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
6096
|
+
"type": "'default' | 'primary'",
|
|
6097
|
+
"description": "Type of the button.",
|
|
6098
|
+
"default": "'default'",
|
|
6099
|
+
"description-sections": {
|
|
6100
|
+
"since": "2.38.0"
|
|
6101
|
+
}
|
|
6102
|
+
},
|
|
6103
|
+
{
|
|
6104
|
+
"name": "menu-trigger",
|
|
6105
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
6106
|
+
"type": "'click' | 'hover'",
|
|
6107
|
+
"description": "Trigger action to show submenu.",
|
|
6108
|
+
"default": "undefined",
|
|
6109
|
+
"description-sections": {
|
|
6110
|
+
"since": "2.38.0"
|
|
6111
|
+
}
|
|
6112
|
+
},
|
|
6113
|
+
{
|
|
6114
|
+
"name": "show-menu",
|
|
6115
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
6116
|
+
"type": "boolean",
|
|
6117
|
+
"description": "Whether submenu of the button is shown.",
|
|
6118
|
+
"default": "undefined",
|
|
6119
|
+
"description-sections": {
|
|
6120
|
+
"since": "2.38.0"
|
|
6121
|
+
}
|
|
6122
|
+
}
|
|
6123
|
+
],
|
|
6124
|
+
"js": {
|
|
6125
|
+
"events": [
|
|
6126
|
+
{
|
|
6127
|
+
"name": "update-show-menu",
|
|
6128
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button"
|
|
6129
|
+
},
|
|
6130
|
+
{
|
|
6131
|
+
"name": "update-show-menu",
|
|
6132
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button"
|
|
6133
|
+
},
|
|
6134
|
+
{
|
|
6135
|
+
"name": "update:show-menu",
|
|
6136
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
6137
|
+
"type": "(value: boolean) => void",
|
|
6138
|
+
"description": "Callback when the menu is opened or closed.",
|
|
6139
|
+
"default": "undefined",
|
|
6140
|
+
"description-sections": {
|
|
6141
|
+
"since": "2.38.0"
|
|
6142
|
+
}
|
|
6143
|
+
}
|
|
6144
|
+
]
|
|
6145
|
+
}
|
|
6146
|
+
},
|
|
6147
|
+
{
|
|
6148
|
+
"name": "NFloatButtonGroup",
|
|
6149
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
6150
|
+
"source": {
|
|
6151
|
+
"symbol": "NFloatButtonGroup"
|
|
6152
|
+
},
|
|
6153
|
+
"slots": [],
|
|
6154
|
+
"attributes": [],
|
|
6155
|
+
"props": [
|
|
6156
|
+
{
|
|
6157
|
+
"name": "left",
|
|
6158
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
6159
|
+
"type": "number | string",
|
|
6160
|
+
"description": "CSS `left` property of the button group.",
|
|
6161
|
+
"default": "undefined",
|
|
6162
|
+
"description-sections": {
|
|
6163
|
+
"since": "2.38.0"
|
|
6164
|
+
}
|
|
6165
|
+
},
|
|
6166
|
+
{
|
|
6167
|
+
"name": "right",
|
|
6168
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
6169
|
+
"type": "number | string",
|
|
6170
|
+
"description": "CSS `right` property of the button group.",
|
|
6171
|
+
"default": "undefined",
|
|
6172
|
+
"description-sections": {
|
|
6173
|
+
"since": "2.38.0"
|
|
6174
|
+
}
|
|
6175
|
+
},
|
|
6176
|
+
{
|
|
6177
|
+
"name": "top",
|
|
6178
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
6179
|
+
"type": "number | string",
|
|
6180
|
+
"description": "CSS `top` property of the button group.",
|
|
6181
|
+
"default": "undefined",
|
|
6182
|
+
"description-sections": {
|
|
6183
|
+
"since": "2.38.0"
|
|
6184
|
+
}
|
|
6185
|
+
},
|
|
6186
|
+
{
|
|
6187
|
+
"name": "bottom",
|
|
6188
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
6189
|
+
"type": "number | string",
|
|
6190
|
+
"description": "CSS `bottom` property of the button group.",
|
|
6191
|
+
"default": "undefined",
|
|
6192
|
+
"description-sections": {
|
|
6193
|
+
"since": "2.38.0"
|
|
6194
|
+
}
|
|
5967
6195
|
},
|
|
5968
6196
|
{
|
|
5969
|
-
"name": "
|
|
5970
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
5971
|
-
"type": "'
|
|
5972
|
-
"description": "
|
|
5973
|
-
"default": "'
|
|
6197
|
+
"name": "shape",
|
|
6198
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
6199
|
+
"type": "'circle' | 'square'",
|
|
6200
|
+
"description": "Shape of the button group.",
|
|
6201
|
+
"default": "'circle'",
|
|
5974
6202
|
"description-sections": {
|
|
5975
|
-
"since": "2.
|
|
6203
|
+
"since": "2.38.0"
|
|
5976
6204
|
}
|
|
5977
6205
|
},
|
|
5978
6206
|
{
|
|
5979
|
-
"name": "
|
|
5980
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
5981
|
-
"type": "
|
|
5982
|
-
"description": "
|
|
5983
|
-
"default": "
|
|
6207
|
+
"name": "position",
|
|
6208
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
6209
|
+
"type": "'relative' | 'absolute' | 'fixed'",
|
|
6210
|
+
"description": "CSS `position` property of the button group.",
|
|
6211
|
+
"default": "'fixed'",
|
|
5984
6212
|
"description-sections": {
|
|
5985
|
-
"since": "2.
|
|
6213
|
+
"since": "2.38.0"
|
|
5986
6214
|
}
|
|
5987
6215
|
}
|
|
5988
6216
|
],
|
|
@@ -6293,10 +6521,10 @@
|
|
|
6293
6521
|
}
|
|
6294
6522
|
},
|
|
6295
6523
|
{
|
|
6296
|
-
"name": "
|
|
6524
|
+
"name": "NFormItemCol",
|
|
6297
6525
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
6298
6526
|
"source": {
|
|
6299
|
-
"symbol": "
|
|
6527
|
+
"symbol": "NFormItemCol"
|
|
6300
6528
|
},
|
|
6301
6529
|
"slots": [],
|
|
6302
6530
|
"attributes": [],
|
|
@@ -6304,37 +6532,22 @@
|
|
|
6304
6532
|
{
|
|
6305
6533
|
"name": "span",
|
|
6306
6534
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
6307
|
-
"type": "
|
|
6308
|
-
},
|
|
6309
|
-
{
|
|
6310
|
-
"name": "offset",
|
|
6311
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
6312
|
-
"type": "number | string"
|
|
6313
|
-
},
|
|
6314
|
-
{
|
|
6315
|
-
"name": "suffix",
|
|
6316
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
6317
|
-
"type": "boolean"
|
|
6318
|
-
},
|
|
6319
|
-
{
|
|
6320
|
-
"name": "private-offset",
|
|
6321
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
6322
|
-
"type": "number"
|
|
6535
|
+
"type": "string | number"
|
|
6323
6536
|
},
|
|
6324
6537
|
{
|
|
6325
|
-
"name": "
|
|
6538
|
+
"name": "push",
|
|
6326
6539
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
6327
|
-
"type": "number"
|
|
6540
|
+
"type": "string | number"
|
|
6328
6541
|
},
|
|
6329
6542
|
{
|
|
6330
|
-
"name": "
|
|
6543
|
+
"name": "pull",
|
|
6331
6544
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
6332
|
-
"type": "number"
|
|
6545
|
+
"type": "string | number"
|
|
6333
6546
|
},
|
|
6334
6547
|
{
|
|
6335
|
-
"name": "
|
|
6548
|
+
"name": "offset",
|
|
6336
6549
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
6337
|
-
"type": "
|
|
6550
|
+
"type": "string | number"
|
|
6338
6551
|
},
|
|
6339
6552
|
{
|
|
6340
6553
|
"name": "label",
|
|
@@ -6447,10 +6660,10 @@
|
|
|
6447
6660
|
}
|
|
6448
6661
|
},
|
|
6449
6662
|
{
|
|
6450
|
-
"name": "
|
|
6663
|
+
"name": "NFormItemGridItem",
|
|
6451
6664
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
6452
6665
|
"source": {
|
|
6453
|
-
"symbol": "
|
|
6666
|
+
"symbol": "NFormItemGridItem"
|
|
6454
6667
|
},
|
|
6455
6668
|
"slots": [],
|
|
6456
6669
|
"attributes": [],
|
|
@@ -6601,10 +6814,10 @@
|
|
|
6601
6814
|
}
|
|
6602
6815
|
},
|
|
6603
6816
|
{
|
|
6604
|
-
"name": "
|
|
6817
|
+
"name": "NFormItemGi",
|
|
6605
6818
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
6606
6819
|
"source": {
|
|
6607
|
-
"symbol": "
|
|
6820
|
+
"symbol": "NFormItemGi"
|
|
6608
6821
|
},
|
|
6609
6822
|
"slots": [],
|
|
6610
6823
|
"attributes": [],
|
|
@@ -6612,22 +6825,37 @@
|
|
|
6612
6825
|
{
|
|
6613
6826
|
"name": "span",
|
|
6614
6827
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
6615
|
-
"type": "
|
|
6828
|
+
"type": "number | string"
|
|
6616
6829
|
},
|
|
6617
6830
|
{
|
|
6618
|
-
"name": "
|
|
6831
|
+
"name": "offset",
|
|
6619
6832
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
6620
|
-
"type": "
|
|
6833
|
+
"type": "number | string"
|
|
6621
6834
|
},
|
|
6622
6835
|
{
|
|
6623
|
-
"name": "
|
|
6836
|
+
"name": "suffix",
|
|
6624
6837
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
6625
|
-
"type": "
|
|
6838
|
+
"type": "boolean"
|
|
6626
6839
|
},
|
|
6627
6840
|
{
|
|
6628
|
-
"name": "offset",
|
|
6841
|
+
"name": "private-offset",
|
|
6629
6842
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
6630
|
-
"type": "
|
|
6843
|
+
"type": "number"
|
|
6844
|
+
},
|
|
6845
|
+
{
|
|
6846
|
+
"name": "private-span",
|
|
6847
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
6848
|
+
"type": "number"
|
|
6849
|
+
},
|
|
6850
|
+
{
|
|
6851
|
+
"name": "private-col-start",
|
|
6852
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
6853
|
+
"type": "number"
|
|
6854
|
+
},
|
|
6855
|
+
{
|
|
6856
|
+
"name": "private-show",
|
|
6857
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
6858
|
+
"type": "boolean"
|
|
6631
6859
|
},
|
|
6632
6860
|
{
|
|
6633
6861
|
"name": "label",
|
|
@@ -6829,297 +7057,64 @@
|
|
|
6829
7057
|
"type": "boolean"
|
|
6830
7058
|
},
|
|
6831
7059
|
{
|
|
6832
|
-
"name": "show-require-mark",
|
|
6833
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
6834
|
-
"type": "boolean"
|
|
6835
|
-
},
|
|
6836
|
-
{
|
|
6837
|
-
"name": "require-mark-placement",
|
|
6838
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
6839
|
-
"type": "string"
|
|
6840
|
-
},
|
|
6841
|
-
{
|
|
6842
|
-
"name": "show-feedback",
|
|
6843
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
6844
|
-
"type": "boolean"
|
|
6845
|
-
},
|
|
6846
|
-
{
|
|
6847
|
-
"name": "rule",
|
|
6848
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
6849
|
-
"type": "object | Array"
|
|
6850
|
-
},
|
|
6851
|
-
{
|
|
6852
|
-
"name": "size",
|
|
6853
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
6854
|
-
"type": "string"
|
|
6855
|
-
},
|
|
6856
|
-
{
|
|
6857
|
-
"name": "ignore-path-change",
|
|
6858
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
6859
|
-
"type": "boolean"
|
|
6860
|
-
},
|
|
6861
|
-
{
|
|
6862
|
-
"name": "validation-status",
|
|
6863
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
6864
|
-
"type": "string"
|
|
6865
|
-
},
|
|
6866
|
-
{
|
|
6867
|
-
"name": "feedback",
|
|
6868
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
6869
|
-
"type": "string"
|
|
6870
|
-
},
|
|
6871
|
-
{
|
|
6872
|
-
"name": "feedback-class",
|
|
6873
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
6874
|
-
"type": "string"
|
|
6875
|
-
},
|
|
6876
|
-
{
|
|
6877
|
-
"name": "feedback-style",
|
|
6878
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
6879
|
-
"type": "string | object"
|
|
6880
|
-
},
|
|
6881
|
-
{
|
|
6882
|
-
"name": "show-label",
|
|
6883
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
6884
|
-
"type": "boolean"
|
|
6885
|
-
},
|
|
6886
|
-
{
|
|
6887
|
-
"name": "label-props",
|
|
6888
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
6889
|
-
"type": "object"
|
|
6890
|
-
}
|
|
6891
|
-
],
|
|
6892
|
-
"js": {
|
|
6893
|
-
"events": []
|
|
6894
|
-
}
|
|
6895
|
-
},
|
|
6896
|
-
{
|
|
6897
|
-
"name": "NFloatButton",
|
|
6898
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
6899
|
-
"source": {
|
|
6900
|
-
"symbol": "NFloatButton"
|
|
6901
|
-
},
|
|
6902
|
-
"slots": [
|
|
6903
|
-
{
|
|
6904
|
-
"name": "description",
|
|
6905
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
6906
|
-
"description": "Description for the button.",
|
|
6907
|
-
"description-sections": {
|
|
6908
|
-
"since": "2.38.0"
|
|
6909
|
-
}
|
|
6910
|
-
},
|
|
6911
|
-
{
|
|
6912
|
-
"name": "menu",
|
|
6913
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
6914
|
-
"description": "Submenu of the float button.",
|
|
6915
|
-
"description-sections": {
|
|
6916
|
-
"since": "2.38.0"
|
|
6917
|
-
}
|
|
6918
|
-
}
|
|
6919
|
-
],
|
|
6920
|
-
"attributes": [],
|
|
6921
|
-
"props": [
|
|
6922
|
-
{
|
|
6923
|
-
"name": "width",
|
|
6924
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
6925
|
-
"type": "number | string",
|
|
6926
|
-
"default": "undefined",
|
|
6927
|
-
"description-sections": {
|
|
6928
|
-
"since": "2.38.0"
|
|
6929
|
-
}
|
|
6930
|
-
},
|
|
6931
|
-
{
|
|
6932
|
-
"name": "height",
|
|
6933
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
6934
|
-
"type": "number | string",
|
|
6935
|
-
"description": "CSS `height` property of the button group.",
|
|
6936
|
-
"default": "40",
|
|
6937
|
-
"description-sections": {
|
|
6938
|
-
"since": "2.38.0"
|
|
6939
|
-
}
|
|
6940
|
-
},
|
|
6941
|
-
{
|
|
6942
|
-
"name": "left",
|
|
6943
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
6944
|
-
"type": "number | string",
|
|
6945
|
-
"description": "CSS `left` property of the button group.",
|
|
6946
|
-
"default": "undefined",
|
|
6947
|
-
"description-sections": {
|
|
6948
|
-
"since": "2.38.0"
|
|
6949
|
-
}
|
|
6950
|
-
},
|
|
6951
|
-
{
|
|
6952
|
-
"name": "right",
|
|
6953
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
6954
|
-
"type": "number | string",
|
|
6955
|
-
"description": "CSS `right` property of the button group.",
|
|
6956
|
-
"default": "undefined",
|
|
6957
|
-
"description-sections": {
|
|
6958
|
-
"since": "2.38.0"
|
|
6959
|
-
}
|
|
6960
|
-
},
|
|
6961
|
-
{
|
|
6962
|
-
"name": "top",
|
|
6963
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
6964
|
-
"type": "number | string",
|
|
6965
|
-
"description": "CSS `top` property of the button group.",
|
|
6966
|
-
"default": "undefined",
|
|
6967
|
-
"description-sections": {
|
|
6968
|
-
"since": "2.38.0"
|
|
6969
|
-
}
|
|
6970
|
-
},
|
|
6971
|
-
{
|
|
6972
|
-
"name": "bottom",
|
|
6973
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
6974
|
-
"type": "number | string",
|
|
6975
|
-
"description": "CSS `bottom` property of the button group.",
|
|
6976
|
-
"default": "40",
|
|
6977
|
-
"description-sections": {
|
|
6978
|
-
"since": "2.38.0"
|
|
6979
|
-
}
|
|
6980
|
-
},
|
|
6981
|
-
{
|
|
6982
|
-
"name": "shape",
|
|
6983
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
6984
|
-
"type": "'circle' | 'square'",
|
|
6985
|
-
"description": "Shape of the button.",
|
|
6986
|
-
"default": "'circle'",
|
|
6987
|
-
"description-sections": {
|
|
6988
|
-
"since": "2.38.0"
|
|
6989
|
-
}
|
|
7060
|
+
"name": "show-require-mark",
|
|
7061
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
7062
|
+
"type": "boolean"
|
|
6990
7063
|
},
|
|
6991
7064
|
{
|
|
6992
|
-
"name": "
|
|
6993
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
6994
|
-
"type": "
|
|
6995
|
-
"description": "CSS `position` property of the button group.",
|
|
6996
|
-
"default": "'fixed'",
|
|
6997
|
-
"description-sections": {
|
|
6998
|
-
"since": "2.38.0"
|
|
6999
|
-
}
|
|
7065
|
+
"name": "require-mark-placement",
|
|
7066
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
7067
|
+
"type": "string"
|
|
7000
7068
|
},
|
|
7001
7069
|
{
|
|
7002
|
-
"name": "
|
|
7003
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
7004
|
-
"type": "
|
|
7005
|
-
"description": "Type of the button.",
|
|
7006
|
-
"default": "'default'",
|
|
7007
|
-
"description-sections": {
|
|
7008
|
-
"since": "2.38.0"
|
|
7009
|
-
}
|
|
7070
|
+
"name": "show-feedback",
|
|
7071
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
7072
|
+
"type": "boolean"
|
|
7010
7073
|
},
|
|
7011
7074
|
{
|
|
7012
|
-
"name": "
|
|
7013
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
7014
|
-
"type": "
|
|
7015
|
-
"description": "Trigger action to show submenu.",
|
|
7016
|
-
"default": "undefined",
|
|
7017
|
-
"description-sections": {
|
|
7018
|
-
"since": "2.38.0"
|
|
7019
|
-
}
|
|
7075
|
+
"name": "rule",
|
|
7076
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
7077
|
+
"type": "object | Array"
|
|
7020
7078
|
},
|
|
7021
7079
|
{
|
|
7022
|
-
"name": "
|
|
7023
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
7024
|
-
"type": "
|
|
7025
|
-
|
|
7026
|
-
"default": "undefined",
|
|
7027
|
-
"description-sections": {
|
|
7028
|
-
"since": "2.38.0"
|
|
7029
|
-
}
|
|
7030
|
-
}
|
|
7031
|
-
],
|
|
7032
|
-
"js": {
|
|
7033
|
-
"events": [
|
|
7034
|
-
{
|
|
7035
|
-
"name": "update-show-menu",
|
|
7036
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button"
|
|
7037
|
-
},
|
|
7038
|
-
{
|
|
7039
|
-
"name": "update-show-menu",
|
|
7040
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button"
|
|
7041
|
-
},
|
|
7042
|
-
{
|
|
7043
|
-
"name": "update:show-menu",
|
|
7044
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
7045
|
-
"type": "(value: boolean) => void",
|
|
7046
|
-
"description": "Callback when the menu is opened or closed.",
|
|
7047
|
-
"default": "undefined",
|
|
7048
|
-
"description-sections": {
|
|
7049
|
-
"since": "2.38.0"
|
|
7050
|
-
}
|
|
7051
|
-
}
|
|
7052
|
-
]
|
|
7053
|
-
}
|
|
7054
|
-
},
|
|
7055
|
-
{
|
|
7056
|
-
"name": "NFloatButtonGroup",
|
|
7057
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/float-button",
|
|
7058
|
-
"source": {
|
|
7059
|
-
"symbol": "NFloatButtonGroup"
|
|
7060
|
-
},
|
|
7061
|
-
"slots": [],
|
|
7062
|
-
"attributes": [],
|
|
7063
|
-
"props": [
|
|
7080
|
+
"name": "size",
|
|
7081
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
7082
|
+
"type": "string"
|
|
7083
|
+
},
|
|
7064
7084
|
{
|
|
7065
|
-
"name": "
|
|
7066
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
7067
|
-
"type": "
|
|
7068
|
-
"description": "CSS `left` property of the button group.",
|
|
7069
|
-
"default": "undefined",
|
|
7070
|
-
"description-sections": {
|
|
7071
|
-
"since": "2.38.0"
|
|
7072
|
-
}
|
|
7085
|
+
"name": "ignore-path-change",
|
|
7086
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
7087
|
+
"type": "boolean"
|
|
7073
7088
|
},
|
|
7074
7089
|
{
|
|
7075
|
-
"name": "
|
|
7076
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
7077
|
-
"type": "
|
|
7078
|
-
"description": "CSS `right` property of the button group.",
|
|
7079
|
-
"default": "undefined",
|
|
7080
|
-
"description-sections": {
|
|
7081
|
-
"since": "2.38.0"
|
|
7082
|
-
}
|
|
7090
|
+
"name": "validation-status",
|
|
7091
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
7092
|
+
"type": "string"
|
|
7083
7093
|
},
|
|
7084
7094
|
{
|
|
7085
|
-
"name": "
|
|
7086
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
7087
|
-
"type": "
|
|
7088
|
-
"description": "CSS `top` property of the button group.",
|
|
7089
|
-
"default": "undefined",
|
|
7090
|
-
"description-sections": {
|
|
7091
|
-
"since": "2.38.0"
|
|
7092
|
-
}
|
|
7095
|
+
"name": "feedback",
|
|
7096
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
7097
|
+
"type": "string"
|
|
7093
7098
|
},
|
|
7094
7099
|
{
|
|
7095
|
-
"name": "
|
|
7096
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
7097
|
-
"type": "
|
|
7098
|
-
"description": "CSS `bottom` property of the button group.",
|
|
7099
|
-
"default": "undefined",
|
|
7100
|
-
"description-sections": {
|
|
7101
|
-
"since": "2.38.0"
|
|
7102
|
-
}
|
|
7100
|
+
"name": "feedback-class",
|
|
7101
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
7102
|
+
"type": "string"
|
|
7103
7103
|
},
|
|
7104
7104
|
{
|
|
7105
|
-
"name": "
|
|
7106
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
7107
|
-
"type": "
|
|
7108
|
-
"description": "Shape of the button group.",
|
|
7109
|
-
"default": "'circle'",
|
|
7110
|
-
"description-sections": {
|
|
7111
|
-
"since": "2.38.0"
|
|
7112
|
-
}
|
|
7105
|
+
"name": "feedback-style",
|
|
7106
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
7107
|
+
"type": "string | object"
|
|
7113
7108
|
},
|
|
7114
7109
|
{
|
|
7115
|
-
"name": "
|
|
7116
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
7117
|
-
"type": "
|
|
7118
|
-
|
|
7119
|
-
|
|
7120
|
-
"
|
|
7121
|
-
|
|
7122
|
-
|
|
7110
|
+
"name": "show-label",
|
|
7111
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
7112
|
+
"type": "boolean"
|
|
7113
|
+
},
|
|
7114
|
+
{
|
|
7115
|
+
"name": "label-props",
|
|
7116
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
|
|
7117
|
+
"type": "object"
|
|
7123
7118
|
}
|
|
7124
7119
|
],
|
|
7125
7120
|
"js": {
|
|
@@ -7610,6 +7605,14 @@
|
|
|
7610
7605
|
"description-sections": {
|
|
7611
7606
|
"since": "2.30.5"
|
|
7612
7607
|
}
|
|
7608
|
+
},
|
|
7609
|
+
{
|
|
7610
|
+
"name": "error",
|
|
7611
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/image",
|
|
7612
|
+
"description": "The content when the image fails to load.",
|
|
7613
|
+
"description-sections": {
|
|
7614
|
+
"since": "2.40.2"
|
|
7615
|
+
}
|
|
7613
7616
|
}
|
|
7614
7617
|
],
|
|
7615
7618
|
"attributes": [],
|
|
@@ -7830,6 +7833,35 @@
|
|
|
7830
7833
|
]
|
|
7831
7834
|
}
|
|
7832
7835
|
},
|
|
7836
|
+
{
|
|
7837
|
+
"name": "NInfiniteScroll",
|
|
7838
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/infinite-scroll",
|
|
7839
|
+
"source": {
|
|
7840
|
+
"symbol": "NInfiniteScroll"
|
|
7841
|
+
},
|
|
7842
|
+
"slots": [],
|
|
7843
|
+
"attributes": [],
|
|
7844
|
+
"props": [
|
|
7845
|
+
{
|
|
7846
|
+
"name": "distance",
|
|
7847
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/infinite-scroll",
|
|
7848
|
+
"type": "number"
|
|
7849
|
+
},
|
|
7850
|
+
{
|
|
7851
|
+
"name": "scrollbar-props",
|
|
7852
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/infinite-scroll",
|
|
7853
|
+
"type": "object"
|
|
7854
|
+
}
|
|
7855
|
+
],
|
|
7856
|
+
"js": {
|
|
7857
|
+
"events": [
|
|
7858
|
+
{
|
|
7859
|
+
"name": "load",
|
|
7860
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/infinite-scroll"
|
|
7861
|
+
}
|
|
7862
|
+
]
|
|
7863
|
+
}
|
|
7864
|
+
},
|
|
7833
7865
|
{
|
|
7834
7866
|
"name": "NInput",
|
|
7835
7867
|
"description": "Many years ago, inputs were just punched cards.",
|
|
@@ -8670,23 +8702,23 @@
|
|
|
8670
8702
|
}
|
|
8671
8703
|
},
|
|
8672
8704
|
{
|
|
8673
|
-
"name": "
|
|
8705
|
+
"name": "NLayoutFooter",
|
|
8674
8706
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/layout",
|
|
8675
8707
|
"source": {
|
|
8676
|
-
"symbol": "
|
|
8708
|
+
"symbol": "NLayoutFooter"
|
|
8677
8709
|
},
|
|
8678
8710
|
"slots": [],
|
|
8679
8711
|
"attributes": [],
|
|
8680
8712
|
"props": [
|
|
8681
8713
|
{
|
|
8682
|
-
"name": "
|
|
8714
|
+
"name": "inverted",
|
|
8683
8715
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/layout",
|
|
8684
|
-
"type": "
|
|
8716
|
+
"type": "boolean"
|
|
8685
8717
|
},
|
|
8686
8718
|
{
|
|
8687
|
-
"name": "
|
|
8719
|
+
"name": "position",
|
|
8688
8720
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/layout",
|
|
8689
|
-
"type": "
|
|
8721
|
+
"type": "string"
|
|
8690
8722
|
},
|
|
8691
8723
|
{
|
|
8692
8724
|
"name": "bordered",
|
|
@@ -8699,23 +8731,23 @@
|
|
|
8699
8731
|
}
|
|
8700
8732
|
},
|
|
8701
8733
|
{
|
|
8702
|
-
"name": "
|
|
8734
|
+
"name": "NLayoutHeader",
|
|
8703
8735
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/layout",
|
|
8704
8736
|
"source": {
|
|
8705
|
-
"symbol": "
|
|
8737
|
+
"symbol": "NLayoutHeader"
|
|
8706
8738
|
},
|
|
8707
8739
|
"slots": [],
|
|
8708
8740
|
"attributes": [],
|
|
8709
8741
|
"props": [
|
|
8710
8742
|
{
|
|
8711
|
-
"name": "
|
|
8743
|
+
"name": "position",
|
|
8712
8744
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/layout",
|
|
8713
|
-
"type": "
|
|
8745
|
+
"type": "string"
|
|
8714
8746
|
},
|
|
8715
8747
|
{
|
|
8716
|
-
"name": "
|
|
8748
|
+
"name": "inverted",
|
|
8717
8749
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/layout",
|
|
8718
|
-
"type": "
|
|
8750
|
+
"type": "boolean"
|
|
8719
8751
|
},
|
|
8720
8752
|
{
|
|
8721
8753
|
"name": "bordered",
|
|
@@ -8852,43 +8884,12 @@
|
|
|
8852
8884
|
{
|
|
8853
8885
|
"name": "collapse",
|
|
8854
8886
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/layout"
|
|
8855
|
-
},
|
|
8856
|
-
{
|
|
8857
|
-
"name": "scroll",
|
|
8858
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/layout"
|
|
8859
|
-
}
|
|
8860
|
-
]
|
|
8861
|
-
}
|
|
8862
|
-
},
|
|
8863
|
-
{
|
|
8864
|
-
"name": "NRow",
|
|
8865
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/legacy-grid",
|
|
8866
|
-
"source": {
|
|
8867
|
-
"symbol": "NRow"
|
|
8868
|
-
},
|
|
8869
|
-
"slots": [],
|
|
8870
|
-
"attributes": [],
|
|
8871
|
-
"props": [
|
|
8872
|
-
{
|
|
8873
|
-
"name": "gutter",
|
|
8874
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/legacy-grid",
|
|
8875
|
-
"type": "number | string | [number, number] | [string, string]",
|
|
8876
|
-
"description": "`horizontal gutter` or `[horizontal gutter, vertical gutter]`",
|
|
8877
|
-
"default": "0"
|
|
8878
|
-
},
|
|
8879
|
-
{
|
|
8880
|
-
"name": "align-items",
|
|
8881
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/legacy-grid",
|
|
8882
|
-
"type": "string"
|
|
8883
|
-
},
|
|
8884
|
-
{
|
|
8885
|
-
"name": "justify-content",
|
|
8886
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/legacy-grid",
|
|
8887
|
-
"type": "string"
|
|
8888
|
-
}
|
|
8889
|
-
],
|
|
8890
|
-
"js": {
|
|
8891
|
-
"events": []
|
|
8887
|
+
},
|
|
8888
|
+
{
|
|
8889
|
+
"name": "scroll",
|
|
8890
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/layout"
|
|
8891
|
+
}
|
|
8892
|
+
]
|
|
8892
8893
|
}
|
|
8893
8894
|
},
|
|
8894
8895
|
{
|
|
@@ -8929,6 +8930,37 @@
|
|
|
8929
8930
|
"events": []
|
|
8930
8931
|
}
|
|
8931
8932
|
},
|
|
8933
|
+
{
|
|
8934
|
+
"name": "NRow",
|
|
8935
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/legacy-grid",
|
|
8936
|
+
"source": {
|
|
8937
|
+
"symbol": "NRow"
|
|
8938
|
+
},
|
|
8939
|
+
"slots": [],
|
|
8940
|
+
"attributes": [],
|
|
8941
|
+
"props": [
|
|
8942
|
+
{
|
|
8943
|
+
"name": "gutter",
|
|
8944
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/legacy-grid",
|
|
8945
|
+
"type": "number | string | [number, number] | [string, string]",
|
|
8946
|
+
"description": "`horizontal gutter` or `[horizontal gutter, vertical gutter]`",
|
|
8947
|
+
"default": "0"
|
|
8948
|
+
},
|
|
8949
|
+
{
|
|
8950
|
+
"name": "align-items",
|
|
8951
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/legacy-grid",
|
|
8952
|
+
"type": "string"
|
|
8953
|
+
},
|
|
8954
|
+
{
|
|
8955
|
+
"name": "justify-content",
|
|
8956
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/legacy-grid",
|
|
8957
|
+
"type": "string"
|
|
8958
|
+
}
|
|
8959
|
+
],
|
|
8960
|
+
"js": {
|
|
8961
|
+
"events": []
|
|
8962
|
+
}
|
|
8963
|
+
},
|
|
8932
8964
|
{
|
|
8933
8965
|
"name": "NLegacyTransfer",
|
|
8934
8966
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/legacy-transfer",
|
|
@@ -9256,54 +9288,280 @@
|
|
|
9256
9288
|
"js": {
|
|
9257
9289
|
"events": [
|
|
9258
9290
|
{
|
|
9259
|
-
"name": "reach-top",
|
|
9260
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/log",
|
|
9261
|
-
"type": "() => void",
|
|
9262
|
-
"description": "Scroll to the top callback function.",
|
|
9291
|
+
"name": "reach-top",
|
|
9292
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/log",
|
|
9293
|
+
"type": "() => void",
|
|
9294
|
+
"description": "Scroll to the top callback function.",
|
|
9295
|
+
"default": "undefined"
|
|
9296
|
+
},
|
|
9297
|
+
{
|
|
9298
|
+
"name": "reach-bottom",
|
|
9299
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/log",
|
|
9300
|
+
"type": "() => void",
|
|
9301
|
+
"description": "Scroll to the bottom callback function.",
|
|
9302
|
+
"default": "undefined"
|
|
9303
|
+
},
|
|
9304
|
+
{
|
|
9305
|
+
"name": "require-more",
|
|
9306
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/log",
|
|
9307
|
+
"type": "(from: 'top' | 'bottom') => void",
|
|
9308
|
+
"description": "Callback function for scroll loading log.",
|
|
9309
|
+
"default": "undefined"
|
|
9310
|
+
}
|
|
9311
|
+
]
|
|
9312
|
+
}
|
|
9313
|
+
},
|
|
9314
|
+
{
|
|
9315
|
+
"name": "NMarqueue",
|
|
9316
|
+
"description": "A trivia: There's a deprecated HTML Element called `marquee`.\n\nAvailable since `2.40.2`.",
|
|
9317
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/marquee",
|
|
9318
|
+
"source": {
|
|
9319
|
+
"symbol": "NMarqueue"
|
|
9320
|
+
},
|
|
9321
|
+
"slots": [
|
|
9322
|
+
{
|
|
9323
|
+
"name": "default",
|
|
9324
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/marquee",
|
|
9325
|
+
"description": "Content.",
|
|
9326
|
+
"description-sections": {
|
|
9327
|
+
"since": "2.40.2"
|
|
9328
|
+
}
|
|
9329
|
+
}
|
|
9330
|
+
],
|
|
9331
|
+
"attributes": [],
|
|
9332
|
+
"props": [
|
|
9333
|
+
{
|
|
9334
|
+
"name": "auto-fill",
|
|
9335
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/marquee",
|
|
9336
|
+
"type": "boolean",
|
|
9337
|
+
"description": "Whether to fill the blank of the container using its content repeatly.",
|
|
9338
|
+
"default": "false",
|
|
9339
|
+
"description-sections": {
|
|
9340
|
+
"since": "2.40.2"
|
|
9341
|
+
}
|
|
9342
|
+
},
|
|
9343
|
+
{
|
|
9344
|
+
"name": "speed",
|
|
9345
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/marquee",
|
|
9346
|
+
"type": "number",
|
|
9347
|
+
"description": "The speed calculated as pixels/second.",
|
|
9348
|
+
"default": "48",
|
|
9349
|
+
"description-sections": {
|
|
9350
|
+
"since": "2.40.2"
|
|
9351
|
+
}
|
|
9352
|
+
}
|
|
9353
|
+
],
|
|
9354
|
+
"js": {
|
|
9355
|
+
"events": []
|
|
9356
|
+
}
|
|
9357
|
+
},
|
|
9358
|
+
{
|
|
9359
|
+
"name": "NMention",
|
|
9360
|
+
"description": "A year ago, my product manager asked me if I could implement this feature. Back then, I recommended just using multiple selects as a workaround.",
|
|
9361
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9362
|
+
"source": {
|
|
9363
|
+
"symbol": "NMention"
|
|
9364
|
+
},
|
|
9365
|
+
"slots": [
|
|
9366
|
+
{
|
|
9367
|
+
"name": "empty",
|
|
9368
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9369
|
+
"description": "Slot when menu has no data."
|
|
9370
|
+
}
|
|
9371
|
+
],
|
|
9372
|
+
"attributes": [],
|
|
9373
|
+
"props": [
|
|
9374
|
+
{
|
|
9375
|
+
"name": "to",
|
|
9376
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9377
|
+
"type": "string | HTMLElement | false",
|
|
9378
|
+
"description": "Container node of the menu. `false` will keep it not detached.",
|
|
9379
|
+
"default": "body"
|
|
9380
|
+
},
|
|
9381
|
+
{
|
|
9382
|
+
"name": "autosize",
|
|
9383
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9384
|
+
"type": "boolean | { maxRows?: number, minRows?: number }",
|
|
9385
|
+
"description": "Autosize.",
|
|
9386
|
+
"default": "false"
|
|
9387
|
+
},
|
|
9388
|
+
{
|
|
9389
|
+
"name": "options",
|
|
9390
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9391
|
+
"type": "MentionOption[]",
|
|
9392
|
+
"description": "Mention options list.",
|
|
9393
|
+
"default": "[]"
|
|
9394
|
+
},
|
|
9395
|
+
{
|
|
9396
|
+
"name": "filter",
|
|
9397
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9398
|
+
"type": "(pattern: string, option: MentionOption) => boolean",
|
|
9399
|
+
"description": "Method to filter options corresponding to `pattern`.",
|
|
9400
|
+
"default": "Default filter method",
|
|
9401
|
+
"description-sections": {
|
|
9402
|
+
"since": "2.38.2"
|
|
9403
|
+
}
|
|
9404
|
+
},
|
|
9405
|
+
{
|
|
9406
|
+
"name": "type",
|
|
9407
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9408
|
+
"type": "'text' | 'textarea'",
|
|
9409
|
+
"description": "Input type.",
|
|
9410
|
+
"default": "'text'"
|
|
9411
|
+
},
|
|
9412
|
+
{
|
|
9413
|
+
"name": "separator",
|
|
9414
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9415
|
+
"type": "string",
|
|
9416
|
+
"description": "Character to split mentions. The string length must be exactly 1.",
|
|
9417
|
+
"default": "' '"
|
|
9418
|
+
},
|
|
9419
|
+
{
|
|
9420
|
+
"name": "bordered",
|
|
9421
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9422
|
+
"type": "boolean",
|
|
9423
|
+
"description": "Whether to display the border of the input element.",
|
|
9424
|
+
"default": "true"
|
|
9425
|
+
},
|
|
9426
|
+
{
|
|
9427
|
+
"name": "disabled",
|
|
9428
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9429
|
+
"type": "boolean",
|
|
9430
|
+
"description": "Whether to disable the input element.",
|
|
9431
|
+
"default": "false"
|
|
9432
|
+
},
|
|
9433
|
+
{
|
|
9434
|
+
"name": "value",
|
|
9435
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9436
|
+
"type": "string | null",
|
|
9437
|
+
"description": "Manually set input value.",
|
|
9438
|
+
"default": "undefined"
|
|
9439
|
+
},
|
|
9440
|
+
{
|
|
9441
|
+
"name": "default-value",
|
|
9442
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9443
|
+
"type": "string",
|
|
9444
|
+
"description": "Default value when the value is not manually set.",
|
|
9445
|
+
"default": "''"
|
|
9446
|
+
},
|
|
9447
|
+
{
|
|
9448
|
+
"name": "loading",
|
|
9449
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9450
|
+
"type": "boolean",
|
|
9451
|
+
"description": "Whether the selection panel of mentions is in a loading state.",
|
|
9452
|
+
"default": "false"
|
|
9453
|
+
},
|
|
9454
|
+
{
|
|
9455
|
+
"name": "prefix",
|
|
9456
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9457
|
+
"type": "string | string[]",
|
|
9458
|
+
"description": "Prefix character(s) to trigger mentions. The string length(s) must be exactly 1.",
|
|
9459
|
+
"default": "'@'"
|
|
9460
|
+
},
|
|
9461
|
+
{
|
|
9462
|
+
"name": "placeholder",
|
|
9463
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9464
|
+
"type": "string",
|
|
9465
|
+
"description": "Placeholder.",
|
|
9466
|
+
"default": "''"
|
|
9467
|
+
},
|
|
9468
|
+
{
|
|
9469
|
+
"name": "placement",
|
|
9470
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9471
|
+
"type": "'top-start' | 'top' | 'top-end' | 'right-start' | 'right' | 'right-end' | 'bottom-start' | 'bottom' | 'bottom-end' | 'left-start' | 'left' | 'left-end'",
|
|
9472
|
+
"description": "Selection panel's placement .",
|
|
9473
|
+
"default": "'bottom-start'",
|
|
9474
|
+
"description-sections": {
|
|
9475
|
+
"since": "2.25.0"
|
|
9476
|
+
}
|
|
9477
|
+
},
|
|
9478
|
+
{
|
|
9479
|
+
"name": "size",
|
|
9480
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9481
|
+
"type": "'small' | 'medium' | 'large'",
|
|
9482
|
+
"description": "Input size.",
|
|
9483
|
+
"default": "'medium'"
|
|
9484
|
+
},
|
|
9485
|
+
{
|
|
9486
|
+
"name": "render-label",
|
|
9487
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9488
|
+
"type": "(option: MentionOption) => VNodeChild",
|
|
9489
|
+
"description": "Options' labels render function.",
|
|
9490
|
+
"default": "undefined"
|
|
9491
|
+
},
|
|
9492
|
+
{
|
|
9493
|
+
"name": "status",
|
|
9494
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9495
|
+
"type": "'success' | 'warning' | 'error'",
|
|
9496
|
+
"description": "Validation status.",
|
|
9497
|
+
"default": "undefined",
|
|
9498
|
+
"description-sections": {
|
|
9499
|
+
"since": "2.27.0"
|
|
9500
|
+
}
|
|
9501
|
+
}
|
|
9502
|
+
],
|
|
9503
|
+
"js": {
|
|
9504
|
+
"events": [
|
|
9505
|
+
{
|
|
9506
|
+
"name": "update-show",
|
|
9507
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention"
|
|
9508
|
+
},
|
|
9509
|
+
{
|
|
9510
|
+
"name": "update-show",
|
|
9511
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention"
|
|
9512
|
+
},
|
|
9513
|
+
{
|
|
9514
|
+
"name": "update-value",
|
|
9515
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention"
|
|
9516
|
+
},
|
|
9517
|
+
{
|
|
9518
|
+
"name": "update-value",
|
|
9519
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention"
|
|
9520
|
+
},
|
|
9521
|
+
{
|
|
9522
|
+
"name": "search",
|
|
9523
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9524
|
+
"type": "(pattern: string, prefix: string) => void",
|
|
9525
|
+
"description": "Triggered when searching in the input box.",
|
|
9526
|
+
"default": "undefined"
|
|
9527
|
+
},
|
|
9528
|
+
{
|
|
9529
|
+
"name": "select",
|
|
9530
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9531
|
+
"type": "(option: MentionOption, prefix: string) => void",
|
|
9532
|
+
"description": "Triggered when the input box is selected.",
|
|
9263
9533
|
"default": "undefined"
|
|
9264
9534
|
},
|
|
9265
9535
|
{
|
|
9266
|
-
"name": "
|
|
9267
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
9268
|
-
"type": "() => void",
|
|
9269
|
-
"description": "
|
|
9536
|
+
"name": "focus",
|
|
9537
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9538
|
+
"type": "(e: FocusEvent) => void",
|
|
9539
|
+
"description": "Triggered when the input box is focussed on.",
|
|
9270
9540
|
"default": "undefined"
|
|
9271
9541
|
},
|
|
9272
9542
|
{
|
|
9273
|
-
"name": "
|
|
9274
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
9275
|
-
"type": "(
|
|
9276
|
-
"description": "
|
|
9543
|
+
"name": "blur",
|
|
9544
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9545
|
+
"type": "(e: FocusEvent) => void",
|
|
9546
|
+
"description": "Triggered when the input box loses focus.",
|
|
9277
9547
|
"default": "undefined"
|
|
9278
|
-
}
|
|
9279
|
-
]
|
|
9280
|
-
}
|
|
9281
|
-
},
|
|
9282
|
-
{
|
|
9283
|
-
"name": "NInfiniteScroll",
|
|
9284
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/infinite-scroll",
|
|
9285
|
-
"source": {
|
|
9286
|
-
"symbol": "NInfiniteScroll"
|
|
9287
|
-
},
|
|
9288
|
-
"slots": [],
|
|
9289
|
-
"attributes": [],
|
|
9290
|
-
"props": [
|
|
9291
|
-
{
|
|
9292
|
-
"name": "distance",
|
|
9293
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/infinite-scroll",
|
|
9294
|
-
"type": "number"
|
|
9295
|
-
},
|
|
9296
|
-
{
|
|
9297
|
-
"name": "scrollbar-props",
|
|
9298
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/infinite-scroll",
|
|
9299
|
-
"type": "object"
|
|
9300
|
-
}
|
|
9301
|
-
],
|
|
9302
|
-
"js": {
|
|
9303
|
-
"events": [
|
|
9548
|
+
},
|
|
9304
9549
|
{
|
|
9305
|
-
"name": "
|
|
9306
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
9550
|
+
"name": "update:show",
|
|
9551
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9552
|
+
"type": "(show: boolean) => void",
|
|
9553
|
+
"description": "Callback when the selection panel of mentions is shown or hidden.",
|
|
9554
|
+
"default": "undefined",
|
|
9555
|
+
"description-sections": {
|
|
9556
|
+
"since": "2.34.0"
|
|
9557
|
+
}
|
|
9558
|
+
},
|
|
9559
|
+
{
|
|
9560
|
+
"name": "update:value",
|
|
9561
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9562
|
+
"type": "(value: string) => void",
|
|
9563
|
+
"description": "Triggered when the input box value is updated.",
|
|
9564
|
+
"default": "undefined"
|
|
9307
9565
|
}
|
|
9308
9566
|
]
|
|
9309
9567
|
}
|
|
@@ -9520,288 +9778,77 @@
|
|
|
9520
9778
|
"name": "dropdown-placement",
|
|
9521
9779
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu",
|
|
9522
9780
|
"type": "'top-start' | 'top' | 'top-end' | 'right-start' | 'right' | 'right-end' | 'bottom-start' | 'bottom' | 'bottom-end' | 'left-start' | 'left' | 'left-end' |",
|
|
9523
|
-
"description": "Only effective in horizontal mode.",
|
|
9524
|
-
"default": "'top'"
|
|
9525
|
-
},
|
|
9526
|
-
{
|
|
9527
|
-
"name": "responsive",
|
|
9528
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu",
|
|
9529
|
-
"type": "boolean",
|
|
9530
|
-
"description": "Whether to collapsed menu items that overflows menu. Only work for menu with `mode='horizontal'`.",
|
|
9531
|
-
"default": "false",
|
|
9532
|
-
"description-sections": {
|
|
9533
|
-
"since": "2.36.0"
|
|
9534
|
-
}
|
|
9535
|
-
},
|
|
9536
|
-
{
|
|
9537
|
-
"name": "items",
|
|
9538
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu",
|
|
9539
|
-
"type": "Array"
|
|
9540
|
-
},
|
|
9541
|
-
{
|
|
9542
|
-
"name": "expanded-names",
|
|
9543
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu",
|
|
9544
|
-
"type": "Array"
|
|
9545
|
-
},
|
|
9546
|
-
{
|
|
9547
|
-
"name": "default-expanded-names",
|
|
9548
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu",
|
|
9549
|
-
"type": "Array"
|
|
9550
|
-
}
|
|
9551
|
-
],
|
|
9552
|
-
"js": {
|
|
9553
|
-
"events": [
|
|
9554
|
-
{
|
|
9555
|
-
"name": "update-expanded-keys",
|
|
9556
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu"
|
|
9557
|
-
},
|
|
9558
|
-
{
|
|
9559
|
-
"name": "update-expanded-keys",
|
|
9560
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu"
|
|
9561
|
-
},
|
|
9562
|
-
{
|
|
9563
|
-
"name": "update-value",
|
|
9564
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu"
|
|
9565
|
-
},
|
|
9566
|
-
{
|
|
9567
|
-
"name": "update-value",
|
|
9568
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu"
|
|
9569
|
-
},
|
|
9570
|
-
{
|
|
9571
|
-
"name": "open-names-change",
|
|
9572
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu"
|
|
9573
|
-
},
|
|
9574
|
-
{
|
|
9575
|
-
"name": "select",
|
|
9576
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu"
|
|
9577
|
-
},
|
|
9578
|
-
{
|
|
9579
|
-
"name": "expanded-names-change",
|
|
9580
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu"
|
|
9581
|
-
},
|
|
9582
|
-
{
|
|
9583
|
-
"name": "update:expanded-keys",
|
|
9584
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu",
|
|
9585
|
-
"type": "(keys: string[]) => void",
|
|
9586
|
-
"description": "`keys` is the array of expanded menu options' `key`.",
|
|
9587
|
-
"default": "undefined"
|
|
9588
|
-
},
|
|
9589
|
-
{
|
|
9590
|
-
"name": "update:value",
|
|
9591
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu",
|
|
9592
|
-
"type": "(key: string, item: MenuOption) => void",
|
|
9593
|
-
"description": "Callback when select a menu item. `key` is the `key` of the selected menu item. `item` is then original data of the menu item.",
|
|
9594
|
-
"default": "undefined"
|
|
9595
|
-
}
|
|
9596
|
-
]
|
|
9597
|
-
}
|
|
9598
|
-
},
|
|
9599
|
-
{
|
|
9600
|
-
"name": "NMention",
|
|
9601
|
-
"description": "A year ago, my product manager asked me if I could implement this feature. Back then, I recommended just using multiple selects as a workaround.",
|
|
9602
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9603
|
-
"source": {
|
|
9604
|
-
"symbol": "NMention"
|
|
9605
|
-
},
|
|
9606
|
-
"slots": [
|
|
9607
|
-
{
|
|
9608
|
-
"name": "empty",
|
|
9609
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9610
|
-
"description": "Slot when menu has no data."
|
|
9611
|
-
}
|
|
9612
|
-
],
|
|
9613
|
-
"attributes": [],
|
|
9614
|
-
"props": [
|
|
9615
|
-
{
|
|
9616
|
-
"name": "to",
|
|
9617
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9618
|
-
"type": "string | HTMLElement | false",
|
|
9619
|
-
"description": "Container node of the menu. `false` will keep it not detached.",
|
|
9620
|
-
"default": "body"
|
|
9621
|
-
},
|
|
9622
|
-
{
|
|
9623
|
-
"name": "autosize",
|
|
9624
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9625
|
-
"type": "boolean | { maxRows?: number, minRows?: number }",
|
|
9626
|
-
"description": "Autosize.",
|
|
9627
|
-
"default": "false"
|
|
9628
|
-
},
|
|
9629
|
-
{
|
|
9630
|
-
"name": "options",
|
|
9631
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9632
|
-
"type": "MentionOption[]",
|
|
9633
|
-
"description": "Mention options list.",
|
|
9634
|
-
"default": "[]"
|
|
9635
|
-
},
|
|
9636
|
-
{
|
|
9637
|
-
"name": "filter",
|
|
9638
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9639
|
-
"type": "(pattern: string, option: MentionOption) => boolean",
|
|
9640
|
-
"description": "Method to filter options corresponding to `pattern`.",
|
|
9641
|
-
"default": "Default filter method",
|
|
9642
|
-
"description-sections": {
|
|
9643
|
-
"since": "2.38.2"
|
|
9644
|
-
}
|
|
9645
|
-
},
|
|
9646
|
-
{
|
|
9647
|
-
"name": "type",
|
|
9648
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9649
|
-
"type": "'text' | 'textarea'",
|
|
9650
|
-
"description": "Input type.",
|
|
9651
|
-
"default": "'text'"
|
|
9652
|
-
},
|
|
9653
|
-
{
|
|
9654
|
-
"name": "separator",
|
|
9655
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9656
|
-
"type": "string",
|
|
9657
|
-
"description": "Character to split mentions. The string length must be exactly 1.",
|
|
9658
|
-
"default": "' '"
|
|
9659
|
-
},
|
|
9660
|
-
{
|
|
9661
|
-
"name": "bordered",
|
|
9662
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9663
|
-
"type": "boolean",
|
|
9664
|
-
"description": "Whether to display the border of the input element.",
|
|
9665
|
-
"default": "true"
|
|
9666
|
-
},
|
|
9667
|
-
{
|
|
9668
|
-
"name": "disabled",
|
|
9669
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9670
|
-
"type": "boolean",
|
|
9671
|
-
"description": "Whether to disable the input element.",
|
|
9672
|
-
"default": "false"
|
|
9673
|
-
},
|
|
9674
|
-
{
|
|
9675
|
-
"name": "value",
|
|
9676
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9677
|
-
"type": "string | null",
|
|
9678
|
-
"description": "Manually set input value.",
|
|
9679
|
-
"default": "undefined"
|
|
9680
|
-
},
|
|
9681
|
-
{
|
|
9682
|
-
"name": "default-value",
|
|
9683
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9684
|
-
"type": "string",
|
|
9685
|
-
"description": "Default value when the value is not manually set.",
|
|
9686
|
-
"default": "''"
|
|
9687
|
-
},
|
|
9688
|
-
{
|
|
9689
|
-
"name": "loading",
|
|
9690
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9691
|
-
"type": "boolean",
|
|
9692
|
-
"description": "Whether the selection panel of mentions is in a loading state.",
|
|
9693
|
-
"default": "false"
|
|
9694
|
-
},
|
|
9695
|
-
{
|
|
9696
|
-
"name": "prefix",
|
|
9697
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9698
|
-
"type": "string | string[]",
|
|
9699
|
-
"description": "Prefix character(s) to trigger mentions. The string length(s) must be exactly 1.",
|
|
9700
|
-
"default": "'@'"
|
|
9701
|
-
},
|
|
9702
|
-
{
|
|
9703
|
-
"name": "placeholder",
|
|
9704
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9705
|
-
"type": "string",
|
|
9706
|
-
"description": "Placeholder.",
|
|
9707
|
-
"default": "''"
|
|
9781
|
+
"description": "Only effective in horizontal mode.",
|
|
9782
|
+
"default": "'top'"
|
|
9708
9783
|
},
|
|
9709
9784
|
{
|
|
9710
|
-
"name": "
|
|
9711
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
9712
|
-
"type": "
|
|
9713
|
-
"description": "
|
|
9714
|
-
"default": "
|
|
9785
|
+
"name": "responsive",
|
|
9786
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu",
|
|
9787
|
+
"type": "boolean",
|
|
9788
|
+
"description": "Whether to collapsed menu items that overflows menu. Only work for menu with `mode='horizontal'`.",
|
|
9789
|
+
"default": "false",
|
|
9715
9790
|
"description-sections": {
|
|
9716
|
-
"since": "2.
|
|
9791
|
+
"since": "2.36.0"
|
|
9717
9792
|
}
|
|
9718
9793
|
},
|
|
9719
9794
|
{
|
|
9720
|
-
"name": "
|
|
9721
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
9722
|
-
"type": "
|
|
9723
|
-
"description": "Input size.",
|
|
9724
|
-
"default": "'medium'"
|
|
9795
|
+
"name": "items",
|
|
9796
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu",
|
|
9797
|
+
"type": "Array"
|
|
9725
9798
|
},
|
|
9726
9799
|
{
|
|
9727
|
-
"name": "
|
|
9728
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
9729
|
-
"type": "
|
|
9730
|
-
"description": "Options' labels render function.",
|
|
9731
|
-
"default": "undefined"
|
|
9800
|
+
"name": "expanded-names",
|
|
9801
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu",
|
|
9802
|
+
"type": "Array"
|
|
9732
9803
|
},
|
|
9733
9804
|
{
|
|
9734
|
-
"name": "
|
|
9735
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
9736
|
-
"type": "
|
|
9737
|
-
"description": "Validation status.",
|
|
9738
|
-
"default": "undefined",
|
|
9739
|
-
"description-sections": {
|
|
9740
|
-
"since": "2.27.0"
|
|
9741
|
-
}
|
|
9805
|
+
"name": "default-expanded-names",
|
|
9806
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu",
|
|
9807
|
+
"type": "Array"
|
|
9742
9808
|
}
|
|
9743
9809
|
],
|
|
9744
9810
|
"js": {
|
|
9745
9811
|
"events": [
|
|
9746
9812
|
{
|
|
9747
|
-
"name": "update-
|
|
9748
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
9813
|
+
"name": "update-expanded-keys",
|
|
9814
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu"
|
|
9749
9815
|
},
|
|
9750
9816
|
{
|
|
9751
|
-
"name": "update-
|
|
9752
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
9817
|
+
"name": "update-expanded-keys",
|
|
9818
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu"
|
|
9753
9819
|
},
|
|
9754
9820
|
{
|
|
9755
9821
|
"name": "update-value",
|
|
9756
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
9822
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu"
|
|
9757
9823
|
},
|
|
9758
9824
|
{
|
|
9759
9825
|
"name": "update-value",
|
|
9760
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
9826
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu"
|
|
9761
9827
|
},
|
|
9762
9828
|
{
|
|
9763
|
-
"name": "
|
|
9764
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
9765
|
-
"type": "(pattern: string, prefix: string) => void",
|
|
9766
|
-
"description": "Triggered when searching in the input box.",
|
|
9767
|
-
"default": "undefined"
|
|
9829
|
+
"name": "open-names-change",
|
|
9830
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu"
|
|
9768
9831
|
},
|
|
9769
9832
|
{
|
|
9770
9833
|
"name": "select",
|
|
9771
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
9772
|
-
"type": "(option: MentionOption, prefix: string) => void",
|
|
9773
|
-
"description": "Triggered when the input box is selected.",
|
|
9774
|
-
"default": "undefined"
|
|
9834
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu"
|
|
9775
9835
|
},
|
|
9776
9836
|
{
|
|
9777
|
-
"name": "
|
|
9778
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
9779
|
-
"type": "(e: FocusEvent) => void",
|
|
9780
|
-
"description": "Triggered when the input box is focussed on.",
|
|
9781
|
-
"default": "undefined"
|
|
9837
|
+
"name": "expanded-names-change",
|
|
9838
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu"
|
|
9782
9839
|
},
|
|
9783
9840
|
{
|
|
9784
|
-
"name": "
|
|
9785
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
9786
|
-
"type": "(
|
|
9787
|
-
"description": "
|
|
9841
|
+
"name": "update:expanded-keys",
|
|
9842
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu",
|
|
9843
|
+
"type": "(keys: string[]) => void",
|
|
9844
|
+
"description": "`keys` is the array of expanded menu options' `key`.",
|
|
9788
9845
|
"default": "undefined"
|
|
9789
9846
|
},
|
|
9790
|
-
{
|
|
9791
|
-
"name": "update:show",
|
|
9792
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
|
|
9793
|
-
"type": "(show: boolean) => void",
|
|
9794
|
-
"description": "Callback when the selection panel of mentions is shown or hidden.",
|
|
9795
|
-
"default": "undefined",
|
|
9796
|
-
"description-sections": {
|
|
9797
|
-
"since": "2.34.0"
|
|
9798
|
-
}
|
|
9799
|
-
},
|
|
9800
9847
|
{
|
|
9801
9848
|
"name": "update:value",
|
|
9802
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/
|
|
9803
|
-
"type": "(
|
|
9804
|
-
"description": "
|
|
9849
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu",
|
|
9850
|
+
"type": "(key: string, item: MenuOption) => void",
|
|
9851
|
+
"description": "Callback when select a menu item. `key` is the `key` of the selected menu item. `item` is then original data of the menu item.",
|
|
9805
9852
|
"default": "undefined"
|
|
9806
9853
|
}
|
|
9807
9854
|
]
|
|
@@ -10347,6 +10394,101 @@
|
|
|
10347
10394
|
"events": []
|
|
10348
10395
|
}
|
|
10349
10396
|
},
|
|
10397
|
+
{
|
|
10398
|
+
"name": "NNumberAnimation",
|
|
10399
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/number-animation",
|
|
10400
|
+
"source": {
|
|
10401
|
+
"symbol": "NNumberAnimation"
|
|
10402
|
+
},
|
|
10403
|
+
"slots": [],
|
|
10404
|
+
"attributes": [],
|
|
10405
|
+
"props": [
|
|
10406
|
+
{
|
|
10407
|
+
"name": "to",
|
|
10408
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/number-animation",
|
|
10409
|
+
"type": "number",
|
|
10410
|
+
"description": "Target value.",
|
|
10411
|
+
"default": "undefined",
|
|
10412
|
+
"description-sections": {
|
|
10413
|
+
"since": "2.23.2"
|
|
10414
|
+
}
|
|
10415
|
+
},
|
|
10416
|
+
{
|
|
10417
|
+
"name": "precision",
|
|
10418
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/number-animation",
|
|
10419
|
+
"type": "number",
|
|
10420
|
+
"description": "Decimal precision of the displayed value.",
|
|
10421
|
+
"default": "0",
|
|
10422
|
+
"description-sections": {
|
|
10423
|
+
"since": "2.23.2"
|
|
10424
|
+
}
|
|
10425
|
+
},
|
|
10426
|
+
{
|
|
10427
|
+
"name": "show-separator",
|
|
10428
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/number-animation",
|
|
10429
|
+
"type": "boolean",
|
|
10430
|
+
"description": "Whether to show separator.",
|
|
10431
|
+
"default": "false",
|
|
10432
|
+
"description-sections": {
|
|
10433
|
+
"since": "2.23.2"
|
|
10434
|
+
}
|
|
10435
|
+
},
|
|
10436
|
+
{
|
|
10437
|
+
"name": "locale",
|
|
10438
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/number-animation",
|
|
10439
|
+
"type": "string",
|
|
10440
|
+
"description": "Language of the number.",
|
|
10441
|
+
"default": "Follows config provider.",
|
|
10442
|
+
"description-sections": {
|
|
10443
|
+
"since": "2.24.2"
|
|
10444
|
+
}
|
|
10445
|
+
},
|
|
10446
|
+
{
|
|
10447
|
+
"name": "from",
|
|
10448
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/number-animation",
|
|
10449
|
+
"type": "number",
|
|
10450
|
+
"description": "Start value of the animation",
|
|
10451
|
+
"default": "0",
|
|
10452
|
+
"description-sections": {
|
|
10453
|
+
"since": "2.23.2"
|
|
10454
|
+
}
|
|
10455
|
+
},
|
|
10456
|
+
{
|
|
10457
|
+
"name": "active",
|
|
10458
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/number-animation",
|
|
10459
|
+
"type": "boolean",
|
|
10460
|
+
"description": "Whether to play the animation.",
|
|
10461
|
+
"default": "true",
|
|
10462
|
+
"description-sections": {
|
|
10463
|
+
"since": "2.23.2"
|
|
10464
|
+
}
|
|
10465
|
+
},
|
|
10466
|
+
{
|
|
10467
|
+
"name": "duration",
|
|
10468
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/number-animation",
|
|
10469
|
+
"type": "number",
|
|
10470
|
+
"description": "The duration of",
|
|
10471
|
+
"default": "3000",
|
|
10472
|
+
"description-sections": {
|
|
10473
|
+
"since": "2.23.2"
|
|
10474
|
+
}
|
|
10475
|
+
}
|
|
10476
|
+
],
|
|
10477
|
+
"js": {
|
|
10478
|
+
"events": [
|
|
10479
|
+
{
|
|
10480
|
+
"name": "finish",
|
|
10481
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/number-animation",
|
|
10482
|
+
"type": "() => void",
|
|
10483
|
+
"description": "The callback on animation is finished.",
|
|
10484
|
+
"default": "undefined",
|
|
10485
|
+
"description-sections": {
|
|
10486
|
+
"since": "2.31.0"
|
|
10487
|
+
}
|
|
10488
|
+
}
|
|
10489
|
+
]
|
|
10490
|
+
}
|
|
10491
|
+
},
|
|
10350
10492
|
{
|
|
10351
10493
|
"name": "NPageHeader",
|
|
10352
10494
|
"description": "I hope this component has all the slots you need!",
|
|
@@ -11745,9 +11887,12 @@
|
|
|
11745
11887
|
{
|
|
11746
11888
|
"name": "color",
|
|
11747
11889
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/progress",
|
|
11748
|
-
"type": "string | string[]",
|
|
11749
|
-
"description": "Progress color.",
|
|
11750
|
-
"default": "undefined"
|
|
11890
|
+
"type": "string | string[] | { stops: string[] } | Array<{ stops: string[] }>",
|
|
11891
|
+
"description": "Progress color. `{ stops: string[] }` indicates a gradient color. `stops` array must have length of 2. The first element is gradient start color. The second element is gradient end color.",
|
|
11892
|
+
"default": "undefined",
|
|
11893
|
+
"description-sections": {
|
|
11894
|
+
"since": "`stops` since 2.40.2"
|
|
11895
|
+
}
|
|
11751
11896
|
},
|
|
11752
11897
|
{
|
|
11753
11898
|
"name": "view-box-width",
|
|
@@ -12010,10 +12155,10 @@
|
|
|
12010
12155
|
}
|
|
12011
12156
|
},
|
|
12012
12157
|
{
|
|
12013
|
-
"name": "
|
|
12158
|
+
"name": "NRadioButton",
|
|
12014
12159
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/radio",
|
|
12015
12160
|
"source": {
|
|
12016
|
-
"symbol": "
|
|
12161
|
+
"symbol": "NRadioButton"
|
|
12017
12162
|
},
|
|
12018
12163
|
"slots": [],
|
|
12019
12164
|
"attributes": [],
|
|
@@ -12022,29 +12167,32 @@
|
|
|
12022
12167
|
"name": "name",
|
|
12023
12168
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/radio",
|
|
12024
12169
|
"type": "string",
|
|
12025
|
-
"description": "The name attribute of the radio
|
|
12170
|
+
"description": "The name attribute of the radio element. If not set, name of `radio-group` will be used.",
|
|
12026
12171
|
"default": "undefined"
|
|
12027
12172
|
},
|
|
12028
12173
|
{
|
|
12029
12174
|
"name": "value",
|
|
12030
12175
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/radio",
|
|
12031
|
-
"type": "string | number | boolean
|
|
12176
|
+
"type": "string | number | boolean",
|
|
12032
12177
|
"description": "Checked value.",
|
|
12033
|
-
"default": "
|
|
12178
|
+
"default": "'on'",
|
|
12179
|
+
"description-sections": {
|
|
12180
|
+
"since": "`boolean` 2.33.0"
|
|
12181
|
+
}
|
|
12034
12182
|
},
|
|
12035
12183
|
{
|
|
12036
|
-
"name": "
|
|
12184
|
+
"name": "checked",
|
|
12037
12185
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/radio",
|
|
12038
|
-
"type": "
|
|
12039
|
-
"description": "
|
|
12040
|
-
"default": "
|
|
12186
|
+
"type": "boolean",
|
|
12187
|
+
"description": "Checked state.",
|
|
12188
|
+
"default": "undefined"
|
|
12041
12189
|
},
|
|
12042
12190
|
{
|
|
12043
|
-
"name": "
|
|
12191
|
+
"name": "default-checked",
|
|
12044
12192
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/radio",
|
|
12045
|
-
"type": "
|
|
12046
|
-
"description": "
|
|
12047
|
-
"default": "
|
|
12193
|
+
"type": "boolean",
|
|
12194
|
+
"description": "Default checked state.",
|
|
12195
|
+
"default": "false"
|
|
12048
12196
|
},
|
|
12049
12197
|
{
|
|
12050
12198
|
"name": "disabled",
|
|
@@ -12052,22 +12200,44 @@
|
|
|
12052
12200
|
"type": "boolean",
|
|
12053
12201
|
"description": "Disabled state.",
|
|
12054
12202
|
"default": "false"
|
|
12203
|
+
},
|
|
12204
|
+
{
|
|
12205
|
+
"name": "label",
|
|
12206
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/radio",
|
|
12207
|
+
"type": "string",
|
|
12208
|
+
"description": "Radio label. If not set, render default slot content, if both, use default slot content first.",
|
|
12209
|
+
"default": "undefined",
|
|
12210
|
+
"description-sections": {
|
|
12211
|
+
"since": "2.28.0"
|
|
12212
|
+
}
|
|
12213
|
+
},
|
|
12214
|
+
{
|
|
12215
|
+
"name": "size",
|
|
12216
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/radio",
|
|
12217
|
+
"type": "'small' | 'medium' | 'large'",
|
|
12218
|
+
"description": "Size.",
|
|
12219
|
+
"default": "'medium'"
|
|
12220
|
+
},
|
|
12221
|
+
{
|
|
12222
|
+
"name": "checked-value",
|
|
12223
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/radio",
|
|
12224
|
+
"type": "boolean"
|
|
12055
12225
|
}
|
|
12056
12226
|
],
|
|
12057
12227
|
"js": {
|
|
12058
12228
|
"events": [
|
|
12059
12229
|
{
|
|
12060
|
-
"name": "update-
|
|
12230
|
+
"name": "update-checked",
|
|
12061
12231
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/radio"
|
|
12062
12232
|
},
|
|
12063
12233
|
{
|
|
12064
|
-
"name": "update-
|
|
12234
|
+
"name": "update-checked",
|
|
12065
12235
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/radio"
|
|
12066
12236
|
},
|
|
12067
12237
|
{
|
|
12068
|
-
"name": "update:
|
|
12238
|
+
"name": "update:checked",
|
|
12069
12239
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/radio",
|
|
12070
|
-
"type": "(
|
|
12240
|
+
"type": "(check: boolean) => void",
|
|
12071
12241
|
"description": "Callback method triggered when a selection change occurs.",
|
|
12072
12242
|
"default": "undefined"
|
|
12073
12243
|
}
|
|
@@ -12075,10 +12245,10 @@
|
|
|
12075
12245
|
}
|
|
12076
12246
|
},
|
|
12077
12247
|
{
|
|
12078
|
-
"name": "
|
|
12248
|
+
"name": "NRadioGroup",
|
|
12079
12249
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/radio",
|
|
12080
12250
|
"source": {
|
|
12081
|
-
"symbol": "
|
|
12251
|
+
"symbol": "NRadioGroup"
|
|
12082
12252
|
},
|
|
12083
12253
|
"slots": [],
|
|
12084
12254
|
"attributes": [],
|
|
@@ -12087,49 +12257,22 @@
|
|
|
12087
12257
|
"name": "name",
|
|
12088
12258
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/radio",
|
|
12089
12259
|
"type": "string",
|
|
12090
|
-
"description": "The name attribute of the radio
|
|
12260
|
+
"description": "The name attribute of the radio elements inside the group.",
|
|
12091
12261
|
"default": "undefined"
|
|
12092
12262
|
},
|
|
12093
12263
|
{
|
|
12094
12264
|
"name": "value",
|
|
12095
12265
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/radio",
|
|
12096
|
-
"type": "string | number | boolean",
|
|
12266
|
+
"type": "string | number | boolean | null",
|
|
12097
12267
|
"description": "Checked value.",
|
|
12098
|
-
"default": "
|
|
12099
|
-
"description-sections": {
|
|
12100
|
-
"since": "`boolean` 2.33.0"
|
|
12101
|
-
}
|
|
12102
|
-
},
|
|
12103
|
-
{
|
|
12104
|
-
"name": "checked",
|
|
12105
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/radio",
|
|
12106
|
-
"type": "boolean",
|
|
12107
|
-
"description": "Checked state.",
|
|
12108
|
-
"default": "undefined"
|
|
12109
|
-
},
|
|
12110
|
-
{
|
|
12111
|
-
"name": "default-checked",
|
|
12112
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/radio",
|
|
12113
|
-
"type": "boolean",
|
|
12114
|
-
"description": "Default checked state.",
|
|
12115
|
-
"default": "false"
|
|
12116
|
-
},
|
|
12117
|
-
{
|
|
12118
|
-
"name": "disabled",
|
|
12119
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/radio",
|
|
12120
|
-
"type": "boolean",
|
|
12121
|
-
"description": "Disabled state.",
|
|
12122
|
-
"default": "false"
|
|
12268
|
+
"default": "null"
|
|
12123
12269
|
},
|
|
12124
12270
|
{
|
|
12125
|
-
"name": "
|
|
12271
|
+
"name": "default-value",
|
|
12126
12272
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/radio",
|
|
12127
|
-
"type": "string",
|
|
12128
|
-
"description": "
|
|
12129
|
-
"default": "
|
|
12130
|
-
"description-sections": {
|
|
12131
|
-
"since": "2.28.0"
|
|
12132
|
-
}
|
|
12273
|
+
"type": "string | number | boolean | null",
|
|
12274
|
+
"description": "Default checked value.",
|
|
12275
|
+
"default": "null"
|
|
12133
12276
|
},
|
|
12134
12277
|
{
|
|
12135
12278
|
"name": "size",
|
|
@@ -12139,25 +12282,27 @@
|
|
|
12139
12282
|
"default": "'medium'"
|
|
12140
12283
|
},
|
|
12141
12284
|
{
|
|
12142
|
-
"name": "
|
|
12285
|
+
"name": "disabled",
|
|
12143
12286
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/radio",
|
|
12144
|
-
"type": "boolean"
|
|
12287
|
+
"type": "boolean",
|
|
12288
|
+
"description": "Disabled state.",
|
|
12289
|
+
"default": "false"
|
|
12145
12290
|
}
|
|
12146
12291
|
],
|
|
12147
12292
|
"js": {
|
|
12148
12293
|
"events": [
|
|
12149
12294
|
{
|
|
12150
|
-
"name": "update-
|
|
12295
|
+
"name": "update-value",
|
|
12151
12296
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/radio"
|
|
12152
12297
|
},
|
|
12153
12298
|
{
|
|
12154
|
-
"name": "update-
|
|
12299
|
+
"name": "update-value",
|
|
12155
12300
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/radio"
|
|
12156
12301
|
},
|
|
12157
12302
|
{
|
|
12158
|
-
"name": "update:
|
|
12303
|
+
"name": "update:value",
|
|
12159
12304
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/radio",
|
|
12160
|
-
"type": "(
|
|
12305
|
+
"type": "(value: string | number | boolean) => void",
|
|
12161
12306
|
"description": "Callback method triggered when a selection change occurs.",
|
|
12162
12307
|
"default": "undefined"
|
|
12163
12308
|
}
|
|
@@ -13645,6 +13790,70 @@
|
|
|
13645
13790
|
"events": []
|
|
13646
13791
|
}
|
|
13647
13792
|
},
|
|
13793
|
+
{
|
|
13794
|
+
"name": "NStep",
|
|
13795
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/steps",
|
|
13796
|
+
"source": {
|
|
13797
|
+
"symbol": "NStep"
|
|
13798
|
+
},
|
|
13799
|
+
"slots": [
|
|
13800
|
+
{
|
|
13801
|
+
"name": "default",
|
|
13802
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/steps",
|
|
13803
|
+
"description": "Step content."
|
|
13804
|
+
},
|
|
13805
|
+
{
|
|
13806
|
+
"name": "icon",
|
|
13807
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/steps",
|
|
13808
|
+
"description": "Step icon.",
|
|
13809
|
+
"description-sections": {
|
|
13810
|
+
"since": "2.26.1"
|
|
13811
|
+
}
|
|
13812
|
+
},
|
|
13813
|
+
{
|
|
13814
|
+
"name": "title",
|
|
13815
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/steps",
|
|
13816
|
+
"description": "Step title."
|
|
13817
|
+
}
|
|
13818
|
+
],
|
|
13819
|
+
"attributes": [],
|
|
13820
|
+
"props": [
|
|
13821
|
+
{
|
|
13822
|
+
"name": "status",
|
|
13823
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/steps",
|
|
13824
|
+
"type": "'process' | 'finish' | 'error' | 'wait'",
|
|
13825
|
+
"description": "Step status.",
|
|
13826
|
+
"default": "undefined"
|
|
13827
|
+
},
|
|
13828
|
+
{
|
|
13829
|
+
"name": "title",
|
|
13830
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/steps",
|
|
13831
|
+
"type": "string",
|
|
13832
|
+
"description": "Step title.",
|
|
13833
|
+
"default": "undefined"
|
|
13834
|
+
},
|
|
13835
|
+
{
|
|
13836
|
+
"name": "description",
|
|
13837
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/steps",
|
|
13838
|
+
"type": "string",
|
|
13839
|
+
"description": "Step description.",
|
|
13840
|
+
"default": "undefined"
|
|
13841
|
+
},
|
|
13842
|
+
{
|
|
13843
|
+
"name": "disabled",
|
|
13844
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/steps",
|
|
13845
|
+
"type": "boolean",
|
|
13846
|
+
"description": "Whether it's clickable.",
|
|
13847
|
+
"default": "false",
|
|
13848
|
+
"description-sections": {
|
|
13849
|
+
"since": "2.29.1"
|
|
13850
|
+
}
|
|
13851
|
+
}
|
|
13852
|
+
],
|
|
13853
|
+
"js": {
|
|
13854
|
+
"events": []
|
|
13855
|
+
}
|
|
13856
|
+
},
|
|
13648
13857
|
{
|
|
13649
13858
|
"name": "NSteps",
|
|
13650
13859
|
"description": "<!--single-column-->\n\n1, 2, 3... done!",
|
|
@@ -13723,70 +13932,6 @@
|
|
|
13723
13932
|
]
|
|
13724
13933
|
}
|
|
13725
13934
|
},
|
|
13726
|
-
{
|
|
13727
|
-
"name": "NStep",
|
|
13728
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/steps",
|
|
13729
|
-
"source": {
|
|
13730
|
-
"symbol": "NStep"
|
|
13731
|
-
},
|
|
13732
|
-
"slots": [
|
|
13733
|
-
{
|
|
13734
|
-
"name": "default",
|
|
13735
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/steps",
|
|
13736
|
-
"description": "Step content."
|
|
13737
|
-
},
|
|
13738
|
-
{
|
|
13739
|
-
"name": "icon",
|
|
13740
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/steps",
|
|
13741
|
-
"description": "Step icon.",
|
|
13742
|
-
"description-sections": {
|
|
13743
|
-
"since": "2.26.1"
|
|
13744
|
-
}
|
|
13745
|
-
},
|
|
13746
|
-
{
|
|
13747
|
-
"name": "title",
|
|
13748
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/steps",
|
|
13749
|
-
"description": "Step title."
|
|
13750
|
-
}
|
|
13751
|
-
],
|
|
13752
|
-
"attributes": [],
|
|
13753
|
-
"props": [
|
|
13754
|
-
{
|
|
13755
|
-
"name": "status",
|
|
13756
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/steps",
|
|
13757
|
-
"type": "'process' | 'finish' | 'error' | 'wait'",
|
|
13758
|
-
"description": "Step status.",
|
|
13759
|
-
"default": "undefined"
|
|
13760
|
-
},
|
|
13761
|
-
{
|
|
13762
|
-
"name": "title",
|
|
13763
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/steps",
|
|
13764
|
-
"type": "string",
|
|
13765
|
-
"description": "Step title.",
|
|
13766
|
-
"default": "undefined"
|
|
13767
|
-
},
|
|
13768
|
-
{
|
|
13769
|
-
"name": "description",
|
|
13770
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/steps",
|
|
13771
|
-
"type": "string",
|
|
13772
|
-
"description": "Step description.",
|
|
13773
|
-
"default": "undefined"
|
|
13774
|
-
},
|
|
13775
|
-
{
|
|
13776
|
-
"name": "disabled",
|
|
13777
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/steps",
|
|
13778
|
-
"type": "boolean",
|
|
13779
|
-
"description": "Whether it's clickable.",
|
|
13780
|
-
"default": "false",
|
|
13781
|
-
"description-sections": {
|
|
13782
|
-
"since": "2.29.1"
|
|
13783
|
-
}
|
|
13784
|
-
}
|
|
13785
|
-
],
|
|
13786
|
-
"js": {
|
|
13787
|
-
"events": []
|
|
13788
|
-
}
|
|
13789
|
-
},
|
|
13790
13935
|
{
|
|
13791
13936
|
"name": "NSwitch",
|
|
13792
13937
|
"description": "I have a Nintendo Switch, but don't have time to play it. This reminds me of my childhood when I played NDS... a happier time.",
|
|
@@ -13988,10 +14133,10 @@
|
|
|
13988
14133
|
}
|
|
13989
14134
|
},
|
|
13990
14135
|
{
|
|
13991
|
-
"name": "
|
|
14136
|
+
"name": "NTbody",
|
|
13992
14137
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/table",
|
|
13993
14138
|
"source": {
|
|
13994
|
-
"symbol": "
|
|
14139
|
+
"symbol": "NTbody"
|
|
13995
14140
|
},
|
|
13996
14141
|
"slots": [],
|
|
13997
14142
|
"attributes": [],
|
|
@@ -14001,10 +14146,10 @@
|
|
|
14001
14146
|
}
|
|
14002
14147
|
},
|
|
14003
14148
|
{
|
|
14004
|
-
"name": "
|
|
14149
|
+
"name": "NTd",
|
|
14005
14150
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/table",
|
|
14006
14151
|
"source": {
|
|
14007
|
-
"symbol": "
|
|
14152
|
+
"symbol": "NTd"
|
|
14008
14153
|
},
|
|
14009
14154
|
"slots": [],
|
|
14010
14155
|
"attributes": [],
|
|
@@ -14014,10 +14159,10 @@
|
|
|
14014
14159
|
}
|
|
14015
14160
|
},
|
|
14016
14161
|
{
|
|
14017
|
-
"name": "
|
|
14162
|
+
"name": "NTh",
|
|
14018
14163
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/table",
|
|
14019
14164
|
"source": {
|
|
14020
|
-
"symbol": "
|
|
14165
|
+
"symbol": "NTh"
|
|
14021
14166
|
},
|
|
14022
14167
|
"slots": [],
|
|
14023
14168
|
"attributes": [],
|
|
@@ -14040,14 +14185,145 @@
|
|
|
14040
14185
|
}
|
|
14041
14186
|
},
|
|
14042
14187
|
{
|
|
14043
|
-
"name": "
|
|
14044
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/table",
|
|
14188
|
+
"name": "NTr",
|
|
14189
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/table",
|
|
14190
|
+
"source": {
|
|
14191
|
+
"symbol": "NTr"
|
|
14192
|
+
},
|
|
14193
|
+
"slots": [],
|
|
14194
|
+
"attributes": [],
|
|
14195
|
+
"props": [],
|
|
14196
|
+
"js": {
|
|
14197
|
+
"events": []
|
|
14198
|
+
}
|
|
14199
|
+
},
|
|
14200
|
+
{
|
|
14201
|
+
"name": "NTab",
|
|
14202
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14203
|
+
"source": {
|
|
14204
|
+
"symbol": "NTab"
|
|
14205
|
+
},
|
|
14206
|
+
"slots": [
|
|
14207
|
+
{
|
|
14208
|
+
"name": "default",
|
|
14209
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14210
|
+
"description": "Tab content."
|
|
14211
|
+
}
|
|
14212
|
+
],
|
|
14213
|
+
"attributes": [],
|
|
14214
|
+
"props": [
|
|
14215
|
+
{
|
|
14216
|
+
"name": "tab",
|
|
14217
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14218
|
+
"type": "string | number | object | Function"
|
|
14219
|
+
},
|
|
14220
|
+
{
|
|
14221
|
+
"name": "name",
|
|
14222
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14223
|
+
"type": "string | number",
|
|
14224
|
+
"description": "Required, the name of the tab.",
|
|
14225
|
+
"default": "undefined"
|
|
14226
|
+
},
|
|
14227
|
+
{
|
|
14228
|
+
"name": "disabled",
|
|
14229
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14230
|
+
"type": "boolean",
|
|
14231
|
+
"description": "Whether to disable.",
|
|
14232
|
+
"default": "false"
|
|
14233
|
+
},
|
|
14234
|
+
{
|
|
14235
|
+
"name": "closable",
|
|
14236
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14237
|
+
"type": "boolean",
|
|
14238
|
+
"description": "Whether to allow the tag to be closed. Only works when the tag's `type` is `card`.",
|
|
14239
|
+
"default": "false"
|
|
14240
|
+
},
|
|
14241
|
+
{
|
|
14242
|
+
"name": "tab-props",
|
|
14243
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14244
|
+
"type": "object"
|
|
14245
|
+
},
|
|
14246
|
+
{
|
|
14247
|
+
"name": "label",
|
|
14248
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14249
|
+
"type": "string | number | object | Function"
|
|
14250
|
+
}
|
|
14251
|
+
],
|
|
14252
|
+
"js": {
|
|
14253
|
+
"events": []
|
|
14254
|
+
}
|
|
14255
|
+
},
|
|
14256
|
+
{
|
|
14257
|
+
"name": "NTabPane",
|
|
14258
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14045
14259
|
"source": {
|
|
14046
|
-
"symbol": "
|
|
14260
|
+
"symbol": "NTabPane"
|
|
14047
14261
|
},
|
|
14048
|
-
"slots": [
|
|
14262
|
+
"slots": [
|
|
14263
|
+
{
|
|
14264
|
+
"name": "default",
|
|
14265
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14266
|
+
"description": "Tab pane content."
|
|
14267
|
+
},
|
|
14268
|
+
{
|
|
14269
|
+
"name": "tab",
|
|
14270
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14271
|
+
"description": "Tab label content."
|
|
14272
|
+
}
|
|
14273
|
+
],
|
|
14049
14274
|
"attributes": [],
|
|
14050
|
-
"props": [
|
|
14275
|
+
"props": [
|
|
14276
|
+
{
|
|
14277
|
+
"name": "tab",
|
|
14278
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14279
|
+
"type": "string | VNode | () => VNodeChild",
|
|
14280
|
+
"description": "Tab label.",
|
|
14281
|
+
"default": "undefined"
|
|
14282
|
+
},
|
|
14283
|
+
{
|
|
14284
|
+
"name": "name",
|
|
14285
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14286
|
+
"type": "string | number",
|
|
14287
|
+
"description": "Required, the name of the tab.",
|
|
14288
|
+
"default": "undefined"
|
|
14289
|
+
},
|
|
14290
|
+
{
|
|
14291
|
+
"name": "disabled",
|
|
14292
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14293
|
+
"type": "boolean",
|
|
14294
|
+
"description": "Whether to disable the tabs.",
|
|
14295
|
+
"default": "false"
|
|
14296
|
+
},
|
|
14297
|
+
{
|
|
14298
|
+
"name": "display-directive",
|
|
14299
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14300
|
+
"type": "'if' | 'show' | 'show:lazy'",
|
|
14301
|
+
"description": "The directive to use in conditionally rendering. `if` will use `v-if` and `show` will use `v-show`. When use `show` directive, the status of tab won't be reset after tab changes. When use `show:lazy`, the display effect is the same as `show`, but the content will be lazily loaded.",
|
|
14302
|
+
"default": "'if'"
|
|
14303
|
+
},
|
|
14304
|
+
{
|
|
14305
|
+
"name": "closable",
|
|
14306
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14307
|
+
"type": "boolean",
|
|
14308
|
+
"description": "Whether to allow the tag to be closed. Only works when the tag's `type` is `card`.",
|
|
14309
|
+
"default": "false"
|
|
14310
|
+
},
|
|
14311
|
+
{
|
|
14312
|
+
"name": "tab-props",
|
|
14313
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14314
|
+
"type": "Object",
|
|
14315
|
+
"description": "DOM attributes of tab label.",
|
|
14316
|
+
"default": "undefined",
|
|
14317
|
+
"description-sections": {
|
|
14318
|
+
"since": "2.24.2"
|
|
14319
|
+
}
|
|
14320
|
+
},
|
|
14321
|
+
{
|
|
14322
|
+
"name": "label",
|
|
14323
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14324
|
+
"type": "string | number | object | Function"
|
|
14325
|
+
}
|
|
14326
|
+
],
|
|
14051
14327
|
"js": {
|
|
14052
14328
|
"events": []
|
|
14053
14329
|
}
|
|
@@ -14249,190 +14525,59 @@
|
|
|
14249
14525
|
}
|
|
14250
14526
|
},
|
|
14251
14527
|
{
|
|
14252
|
-
"name": "label-size",
|
|
14253
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14254
|
-
"type": "string"
|
|
14255
|
-
},
|
|
14256
|
-
{
|
|
14257
|
-
"name": "active-name",
|
|
14258
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14259
|
-
"type": "string | number"
|
|
14260
|
-
}
|
|
14261
|
-
],
|
|
14262
|
-
"js": {
|
|
14263
|
-
"events": [
|
|
14264
|
-
{
|
|
14265
|
-
"name": "before-leave",
|
|
14266
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14267
|
-
"type": "(activeName: string | number, oldActiveName: string | number | null) => boolean | Promise<boolean>",
|
|
14268
|
-
"description": "Hook function before switching tab. Returning `false` or promise resolving `false` or promise rejection will prevent tab switching.",
|
|
14269
|
-
"default": "undefined"
|
|
14270
|
-
},
|
|
14271
|
-
{
|
|
14272
|
-
"name": "add",
|
|
14273
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14274
|
-
"type": "() => void",
|
|
14275
|
-
"description": "Callback function triggered when add tag.",
|
|
14276
|
-
"default": "undefined"
|
|
14277
|
-
},
|
|
14278
|
-
{
|
|
14279
|
-
"name": "update-value",
|
|
14280
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs"
|
|
14281
|
-
},
|
|
14282
|
-
{
|
|
14283
|
-
"name": "update-value",
|
|
14284
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs"
|
|
14285
|
-
},
|
|
14286
|
-
{
|
|
14287
|
-
"name": "close",
|
|
14288
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14289
|
-
"type": "(name: string | number) => void",
|
|
14290
|
-
"description": "Callback function triggered when close tag.",
|
|
14291
|
-
"default": "undefined"
|
|
14292
|
-
},
|
|
14293
|
-
{
|
|
14294
|
-
"name": "active-name-change",
|
|
14295
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs"
|
|
14296
|
-
},
|
|
14297
|
-
{
|
|
14298
|
-
"name": "update:value",
|
|
14299
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14300
|
-
"type": "(value: string | number) => void",
|
|
14301
|
-
"description": "Callback function triggered when the value changes.",
|
|
14302
|
-
"default": "undefined"
|
|
14303
|
-
}
|
|
14304
|
-
]
|
|
14305
|
-
}
|
|
14306
|
-
},
|
|
14307
|
-
{
|
|
14308
|
-
"name": "NTabPane",
|
|
14309
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14310
|
-
"source": {
|
|
14311
|
-
"symbol": "NTabPane"
|
|
14312
|
-
},
|
|
14313
|
-
"slots": [
|
|
14314
|
-
{
|
|
14315
|
-
"name": "default",
|
|
14316
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14317
|
-
"description": "Tab pane content."
|
|
14318
|
-
},
|
|
14319
|
-
{
|
|
14320
|
-
"name": "tab",
|
|
14321
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14322
|
-
"description": "Tab label content."
|
|
14323
|
-
}
|
|
14324
|
-
],
|
|
14325
|
-
"attributes": [],
|
|
14326
|
-
"props": [
|
|
14327
|
-
{
|
|
14328
|
-
"name": "tab",
|
|
14329
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14330
|
-
"type": "string | VNode | () => VNodeChild",
|
|
14331
|
-
"description": "Tab label.",
|
|
14332
|
-
"default": "undefined"
|
|
14333
|
-
},
|
|
14334
|
-
{
|
|
14335
|
-
"name": "name",
|
|
14336
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14337
|
-
"type": "string | number",
|
|
14338
|
-
"description": "Required, the name of the tab.",
|
|
14339
|
-
"default": "undefined"
|
|
14340
|
-
},
|
|
14341
|
-
{
|
|
14342
|
-
"name": "disabled",
|
|
14343
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14344
|
-
"type": "boolean",
|
|
14345
|
-
"description": "Whether to disable the tabs.",
|
|
14346
|
-
"default": "false"
|
|
14347
|
-
},
|
|
14348
|
-
{
|
|
14349
|
-
"name": "display-directive",
|
|
14350
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14351
|
-
"type": "'if' | 'show' | 'show:lazy'",
|
|
14352
|
-
"description": "The directive to use in conditionally rendering. `if` will use `v-if` and `show` will use `v-show`. When use `show` directive, the status of tab won't be reset after tab changes. When use `show:lazy`, the display effect is the same as `show`, but the content will be lazily loaded.",
|
|
14353
|
-
"default": "'if'"
|
|
14354
|
-
},
|
|
14355
|
-
{
|
|
14356
|
-
"name": "closable",
|
|
14357
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14358
|
-
"type": "boolean",
|
|
14359
|
-
"description": "Whether to allow the tag to be closed. Only works when the tag's `type` is `card`.",
|
|
14360
|
-
"default": "false"
|
|
14361
|
-
},
|
|
14362
|
-
{
|
|
14363
|
-
"name": "tab-props",
|
|
14364
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14365
|
-
"type": "Object",
|
|
14366
|
-
"description": "DOM attributes of tab label.",
|
|
14367
|
-
"default": "undefined",
|
|
14368
|
-
"description-sections": {
|
|
14369
|
-
"since": "2.24.2"
|
|
14370
|
-
}
|
|
14371
|
-
},
|
|
14372
|
-
{
|
|
14373
|
-
"name": "label",
|
|
14374
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14375
|
-
"type": "string | number | object | Function"
|
|
14376
|
-
}
|
|
14377
|
-
],
|
|
14378
|
-
"js": {
|
|
14379
|
-
"events": []
|
|
14380
|
-
}
|
|
14381
|
-
},
|
|
14382
|
-
{
|
|
14383
|
-
"name": "NTab",
|
|
14384
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14385
|
-
"source": {
|
|
14386
|
-
"symbol": "NTab"
|
|
14387
|
-
},
|
|
14388
|
-
"slots": [
|
|
14389
|
-
{
|
|
14390
|
-
"name": "default",
|
|
14391
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14392
|
-
"description": "Tab content."
|
|
14393
|
-
}
|
|
14394
|
-
],
|
|
14395
|
-
"attributes": [],
|
|
14396
|
-
"props": [
|
|
14397
|
-
{
|
|
14398
|
-
"name": "tab",
|
|
14399
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14400
|
-
"type": "string | number | object | Function"
|
|
14401
|
-
},
|
|
14402
|
-
{
|
|
14403
|
-
"name": "name",
|
|
14404
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14405
|
-
"type": "string | number",
|
|
14406
|
-
"description": "Required, the name of the tab.",
|
|
14407
|
-
"default": "undefined"
|
|
14408
|
-
},
|
|
14409
|
-
{
|
|
14410
|
-
"name": "disabled",
|
|
14411
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14412
|
-
"type": "boolean",
|
|
14413
|
-
"description": "Whether to disable.",
|
|
14414
|
-
"default": "false"
|
|
14415
|
-
},
|
|
14416
|
-
{
|
|
14417
|
-
"name": "closable",
|
|
14418
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14419
|
-
"type": "boolean",
|
|
14420
|
-
"description": "Whether to allow the tag to be closed. Only works when the tag's `type` is `card`.",
|
|
14421
|
-
"default": "false"
|
|
14422
|
-
},
|
|
14423
|
-
{
|
|
14424
|
-
"name": "tab-props",
|
|
14528
|
+
"name": "label-size",
|
|
14425
14529
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14426
|
-
"type": "
|
|
14530
|
+
"type": "string"
|
|
14427
14531
|
},
|
|
14428
14532
|
{
|
|
14429
|
-
"name": "
|
|
14533
|
+
"name": "active-name",
|
|
14430
14534
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14431
|
-
"type": "string | number
|
|
14535
|
+
"type": "string | number"
|
|
14432
14536
|
}
|
|
14433
14537
|
],
|
|
14434
14538
|
"js": {
|
|
14435
|
-
"events": [
|
|
14539
|
+
"events": [
|
|
14540
|
+
{
|
|
14541
|
+
"name": "before-leave",
|
|
14542
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14543
|
+
"type": "(activeName: string | number, oldActiveName: string | number | null) => boolean | Promise<boolean>",
|
|
14544
|
+
"description": "Hook function before switching tab. Returning `false` or promise resolving `false` or promise rejection will prevent tab switching.",
|
|
14545
|
+
"default": "undefined"
|
|
14546
|
+
},
|
|
14547
|
+
{
|
|
14548
|
+
"name": "add",
|
|
14549
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14550
|
+
"type": "() => void",
|
|
14551
|
+
"description": "Callback function triggered when add tag.",
|
|
14552
|
+
"default": "undefined"
|
|
14553
|
+
},
|
|
14554
|
+
{
|
|
14555
|
+
"name": "update-value",
|
|
14556
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs"
|
|
14557
|
+
},
|
|
14558
|
+
{
|
|
14559
|
+
"name": "update-value",
|
|
14560
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs"
|
|
14561
|
+
},
|
|
14562
|
+
{
|
|
14563
|
+
"name": "close",
|
|
14564
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14565
|
+
"type": "(name: string | number) => void",
|
|
14566
|
+
"description": "Callback function triggered when close tag.",
|
|
14567
|
+
"default": "undefined"
|
|
14568
|
+
},
|
|
14569
|
+
{
|
|
14570
|
+
"name": "active-name-change",
|
|
14571
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs"
|
|
14572
|
+
},
|
|
14573
|
+
{
|
|
14574
|
+
"name": "update:value",
|
|
14575
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
|
|
14576
|
+
"type": "(value: string | number) => void",
|
|
14577
|
+
"description": "Callback function triggered when the value changes.",
|
|
14578
|
+
"default": "undefined"
|
|
14579
|
+
}
|
|
14580
|
+
]
|
|
14436
14581
|
}
|
|
14437
14582
|
},
|
|
14438
14583
|
{
|
|
@@ -16690,6 +16835,40 @@
|
|
|
16690
16835
|
]
|
|
16691
16836
|
}
|
|
16692
16837
|
},
|
|
16838
|
+
{
|
|
16839
|
+
"name": "NA",
|
|
16840
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
16841
|
+
"source": {
|
|
16842
|
+
"symbol": "NA"
|
|
16843
|
+
},
|
|
16844
|
+
"slots": [],
|
|
16845
|
+
"attributes": [],
|
|
16846
|
+
"props": [],
|
|
16847
|
+
"js": {
|
|
16848
|
+
"events": []
|
|
16849
|
+
}
|
|
16850
|
+
},
|
|
16851
|
+
{
|
|
16852
|
+
"name": "NBlockquote",
|
|
16853
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
16854
|
+
"source": {
|
|
16855
|
+
"symbol": "NBlockquote"
|
|
16856
|
+
},
|
|
16857
|
+
"slots": [],
|
|
16858
|
+
"attributes": [],
|
|
16859
|
+
"props": [
|
|
16860
|
+
{
|
|
16861
|
+
"name": "align-text",
|
|
16862
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
16863
|
+
"type": "boolean",
|
|
16864
|
+
"description": "Text alignment.",
|
|
16865
|
+
"default": "false"
|
|
16866
|
+
}
|
|
16867
|
+
],
|
|
16868
|
+
"js": {
|
|
16869
|
+
"events": []
|
|
16870
|
+
}
|
|
16871
|
+
},
|
|
16693
16872
|
{
|
|
16694
16873
|
"name": "NH1",
|
|
16695
16874
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
@@ -16901,10 +17080,10 @@
|
|
|
16901
17080
|
}
|
|
16902
17081
|
},
|
|
16903
17082
|
{
|
|
16904
|
-
"name": "
|
|
17083
|
+
"name": "NHr",
|
|
16905
17084
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
16906
17085
|
"source": {
|
|
16907
|
-
"symbol": "
|
|
17086
|
+
"symbol": "NHr"
|
|
16908
17087
|
},
|
|
16909
17088
|
"slots": [],
|
|
16910
17089
|
"attributes": [],
|
|
@@ -16914,52 +17093,10 @@
|
|
|
16914
17093
|
}
|
|
16915
17094
|
},
|
|
16916
17095
|
{
|
|
16917
|
-
"name": "
|
|
16918
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
16919
|
-
"source": {
|
|
16920
|
-
"symbol": "NP"
|
|
16921
|
-
},
|
|
16922
|
-
"slots": [],
|
|
16923
|
-
"attributes": [],
|
|
16924
|
-
"props": [
|
|
16925
|
-
{
|
|
16926
|
-
"name": "depth",
|
|
16927
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
16928
|
-
"type": "1 | 2 | 3 | '1' | '2' | '3'",
|
|
16929
|
-
"description": "Text depth (shade of text).",
|
|
16930
|
-
"default": "undefined"
|
|
16931
|
-
}
|
|
16932
|
-
],
|
|
16933
|
-
"js": {
|
|
16934
|
-
"events": []
|
|
16935
|
-
}
|
|
16936
|
-
},
|
|
16937
|
-
{
|
|
16938
|
-
"name": "NBlockquote",
|
|
16939
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
16940
|
-
"source": {
|
|
16941
|
-
"symbol": "NBlockquote"
|
|
16942
|
-
},
|
|
16943
|
-
"slots": [],
|
|
16944
|
-
"attributes": [],
|
|
16945
|
-
"props": [
|
|
16946
|
-
{
|
|
16947
|
-
"name": "align-text",
|
|
16948
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
16949
|
-
"type": "boolean",
|
|
16950
|
-
"description": "Text alignment.",
|
|
16951
|
-
"default": "false"
|
|
16952
|
-
}
|
|
16953
|
-
],
|
|
16954
|
-
"js": {
|
|
16955
|
-
"events": []
|
|
16956
|
-
}
|
|
16957
|
-
},
|
|
16958
|
-
{
|
|
16959
|
-
"name": "NHr",
|
|
17096
|
+
"name": "NLi",
|
|
16960
17097
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
16961
17098
|
"source": {
|
|
16962
|
-
"symbol": "
|
|
17099
|
+
"symbol": "NLi"
|
|
16963
17100
|
},
|
|
16964
17101
|
"slots": [],
|
|
16965
17102
|
"attributes": [],
|
|
@@ -16969,10 +17106,10 @@
|
|
|
16969
17106
|
}
|
|
16970
17107
|
},
|
|
16971
17108
|
{
|
|
16972
|
-
"name": "
|
|
17109
|
+
"name": "NOl",
|
|
16973
17110
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
16974
17111
|
"source": {
|
|
16975
|
-
"symbol": "
|
|
17112
|
+
"symbol": "NOl"
|
|
16976
17113
|
},
|
|
16977
17114
|
"slots": [],
|
|
16978
17115
|
"attributes": [],
|
|
@@ -16990,39 +17127,26 @@
|
|
|
16990
17127
|
}
|
|
16991
17128
|
},
|
|
16992
17129
|
{
|
|
16993
|
-
"name": "
|
|
17130
|
+
"name": "NP",
|
|
16994
17131
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
16995
17132
|
"source": {
|
|
16996
|
-
"symbol": "
|
|
17133
|
+
"symbol": "NP"
|
|
16997
17134
|
},
|
|
16998
17135
|
"slots": [],
|
|
16999
17136
|
"attributes": [],
|
|
17000
17137
|
"props": [
|
|
17001
17138
|
{
|
|
17002
|
-
"name": "
|
|
17139
|
+
"name": "depth",
|
|
17003
17140
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
17004
|
-
"type": "
|
|
17005
|
-
"description": "Text
|
|
17006
|
-
"default": "
|
|
17141
|
+
"type": "1 | 2 | 3 | '1' | '2' | '3'",
|
|
17142
|
+
"description": "Text depth (shade of text).",
|
|
17143
|
+
"default": "undefined"
|
|
17007
17144
|
}
|
|
17008
17145
|
],
|
|
17009
17146
|
"js": {
|
|
17010
17147
|
"events": []
|
|
17011
17148
|
}
|
|
17012
17149
|
},
|
|
17013
|
-
{
|
|
17014
|
-
"name": "NLi",
|
|
17015
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
17016
|
-
"source": {
|
|
17017
|
-
"symbol": "NLi"
|
|
17018
|
-
},
|
|
17019
|
-
"slots": [],
|
|
17020
|
-
"attributes": [],
|
|
17021
|
-
"props": [],
|
|
17022
|
-
"js": {
|
|
17023
|
-
"events": []
|
|
17024
|
-
}
|
|
17025
|
-
},
|
|
17026
17150
|
{
|
|
17027
17151
|
"name": "NText",
|
|
17028
17152
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
@@ -17098,6 +17222,27 @@
|
|
|
17098
17222
|
"events": []
|
|
17099
17223
|
}
|
|
17100
17224
|
},
|
|
17225
|
+
{
|
|
17226
|
+
"name": "NUl",
|
|
17227
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
17228
|
+
"source": {
|
|
17229
|
+
"symbol": "NUl"
|
|
17230
|
+
},
|
|
17231
|
+
"slots": [],
|
|
17232
|
+
"attributes": [],
|
|
17233
|
+
"props": [
|
|
17234
|
+
{
|
|
17235
|
+
"name": "align-text",
|
|
17236
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
|
|
17237
|
+
"type": "boolean",
|
|
17238
|
+
"description": "Text alignment.",
|
|
17239
|
+
"default": "false"
|
|
17240
|
+
}
|
|
17241
|
+
],
|
|
17242
|
+
"js": {
|
|
17243
|
+
"events": []
|
|
17244
|
+
}
|
|
17245
|
+
},
|
|
17101
17246
|
{
|
|
17102
17247
|
"name": "NUpload",
|
|
17103
17248
|
"description": "If latency didn't matter, I'd just fill trucks with hard disks.",
|
|
@@ -17513,6 +17658,19 @@
|
|
|
17513
17658
|
"events": []
|
|
17514
17659
|
}
|
|
17515
17660
|
},
|
|
17661
|
+
{
|
|
17662
|
+
"name": "NUploadFileList",
|
|
17663
|
+
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/upload",
|
|
17664
|
+
"source": {
|
|
17665
|
+
"symbol": "NUploadFileList"
|
|
17666
|
+
},
|
|
17667
|
+
"slots": [],
|
|
17668
|
+
"attributes": [],
|
|
17669
|
+
"props": [],
|
|
17670
|
+
"js": {
|
|
17671
|
+
"events": []
|
|
17672
|
+
}
|
|
17673
|
+
},
|
|
17516
17674
|
{
|
|
17517
17675
|
"name": "NUploadTrigger",
|
|
17518
17676
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/upload",
|
|
@@ -17541,19 +17699,6 @@
|
|
|
17541
17699
|
"events": []
|
|
17542
17700
|
}
|
|
17543
17701
|
},
|
|
17544
|
-
{
|
|
17545
|
-
"name": "NUploadFileList",
|
|
17546
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/upload",
|
|
17547
|
-
"source": {
|
|
17548
|
-
"symbol": "NUploadFileList"
|
|
17549
|
-
},
|
|
17550
|
-
"slots": [],
|
|
17551
|
-
"attributes": [],
|
|
17552
|
-
"props": [],
|
|
17553
|
-
"js": {
|
|
17554
|
-
"events": []
|
|
17555
|
-
}
|
|
17556
|
-
},
|
|
17557
17702
|
{
|
|
17558
17703
|
"name": "NVirtualList",
|
|
17559
17704
|
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/virtual-list",
|
|
@@ -17832,7 +17977,7 @@
|
|
|
17832
17977
|
"description": "Content of watermark.",
|
|
17833
17978
|
"default": "undefined",
|
|
17834
17979
|
"description-sections": {
|
|
17835
|
-
"since": "2.25.3"
|
|
17980
|
+
"since": "2.25.3, supports multiple line text since 2.38.2"
|
|
17836
17981
|
}
|
|
17837
17982
|
},
|
|
17838
17983
|
{
|
|
@@ -17934,51 +18079,6 @@
|
|
|
17934
18079
|
"js": {
|
|
17935
18080
|
"events": []
|
|
17936
18081
|
}
|
|
17937
|
-
},
|
|
17938
|
-
{
|
|
17939
|
-
"name": "NEquation",
|
|
17940
|
-
"description": "No one will think of that a component library should have this component. However a friend of me need this.\n\n<n-alert title=\"Note\" type=\"warning\" style=\"margin-bottom: 16px;\" :bordered=\"false\">\n Due to package size, Naive UI doesn't include katex. If you want to use Equation, make sure you have setup katex before using it.\n</n-alert>\n\nThe following code shows how to setup katex for Equation.\n\n```html\n<template>\n <n-config-provider :katex=\"katex\">\n <my-app />\n </n-config-provider>\n</template>\n\n<script>\n import { defineComponent } from 'vue'\n import katex from 'katex'\n import 'katex/dist/katex.css'\n\n export default defineComponent({\n setup() {\n return {\n katex\n }\n }\n })\n</script>\n```",
|
|
17941
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/equation",
|
|
17942
|
-
"source": {
|
|
17943
|
-
"symbol": "NEquation"
|
|
17944
|
-
},
|
|
17945
|
-
"slots": [],
|
|
17946
|
-
"attributes": [],
|
|
17947
|
-
"props": [
|
|
17948
|
-
{
|
|
17949
|
-
"name": "value",
|
|
17950
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/equation",
|
|
17951
|
-
"type": "string",
|
|
17952
|
-
"description": "Latex expression of the equation.",
|
|
17953
|
-
"default": "undefined",
|
|
17954
|
-
"description-sections": {
|
|
17955
|
-
"since": "2.34.0"
|
|
17956
|
-
}
|
|
17957
|
-
},
|
|
17958
|
-
{
|
|
17959
|
-
"name": "katex",
|
|
17960
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/equation",
|
|
17961
|
-
"type": "object",
|
|
17962
|
-
"description": "Katex",
|
|
17963
|
-
"default": "undefined",
|
|
17964
|
-
"description-sections": {
|
|
17965
|
-
"since": "2.34.0"
|
|
17966
|
-
}
|
|
17967
|
-
},
|
|
17968
|
-
{
|
|
17969
|
-
"name": "katex-options",
|
|
17970
|
-
"doc-url": "https://www.naiveui.com/en-US/os-theme/components/equation",
|
|
17971
|
-
"type": "object",
|
|
17972
|
-
"description": "Katex options for the equation.",
|
|
17973
|
-
"default": "undefined",
|
|
17974
|
-
"description-sections": {
|
|
17975
|
-
"since": "2.34.0"
|
|
17976
|
-
}
|
|
17977
|
-
}
|
|
17978
|
-
],
|
|
17979
|
-
"js": {
|
|
17980
|
-
"events": []
|
|
17981
|
-
}
|
|
17982
18082
|
}
|
|
17983
18083
|
]
|
|
17984
18084
|
}
|