antdv-next 1.2.2 → 1.3.0-beta.1
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/_util/ActionButton.d.ts +2 -2
- package/dist/_util/ContextIsolator.d.ts +3 -3
- package/dist/_util/PurePanel.d.ts +3 -3
- package/dist/_util/hooks/useClosable.d.ts +7 -7
- package/dist/_util/hooks/useMergeSemantic.d.ts +4 -4
- package/dist/_util/hooks/useMergedMask.d.ts +3 -3
- package/dist/_util/instance.d.ts +2 -2
- package/dist/_util/responsiveObserver.d.ts +2 -2
- package/dist/_util/statusUtils.d.ts +1 -1
- package/dist/_util/vueNode.d.ts +4 -9
- package/dist/_util/wave/WaveEffect.d.ts +5 -5
- package/dist/_util/wave/index.d.ts +2 -2
- package/dist/_util/wave/style.d.ts +2 -2
- package/dist/_util/wave/util.d.ts +1 -1
- package/dist/_util/wave/util.js +1 -1
- package/dist/_util/zindexContext.d.ts +2 -2
- package/dist/affix/index.d.ts +3 -3
- package/dist/affix/style/index.d.ts +2 -2
- package/dist/alert/Alert.d.ts +17 -10
- package/dist/alert/Alert.js +9 -3
- package/dist/alert/style/index.d.ts +3 -3
- package/dist/anchor/Anchor.d.ts +3 -3
- package/dist/anchor/Anchor.js +2 -2
- package/dist/anchor/AnchorLink.d.ts +9 -4
- package/dist/anchor/AnchorLink.js +5 -1
- package/dist/anchor/style/index.d.ts +2 -2
- package/dist/antd-with-locales.esm.js +14614 -14290
- package/dist/antd-with-locales.js +73 -80
- package/dist/antd.css +1 -1
- package/dist/antd.esm.js +10754 -10431
- package/dist/antd.js +70 -77
- package/dist/app/App.d.ts +2 -2
- package/dist/app/App.js +6 -1
- package/dist/app/context.d.ts +2 -2
- package/dist/app/style/index.d.ts +2 -2
- package/dist/auto-complete/index.d.ts +6 -6
- package/dist/auto-complete/index.js +1 -1
- package/dist/avatar/Avatar.d.ts +5 -5
- package/dist/avatar/AvatarGroup.d.ts +2 -2
- package/dist/avatar/style/index.d.ts +3 -3
- package/dist/badge/Ribbon.d.ts +4 -4
- package/dist/badge/ScrollNumber.d.ts +2 -2
- package/dist/badge/SingleNumber.d.ts +2 -2
- package/dist/badge/index.d.ts +6 -6
- package/dist/badge/style/index.d.ts +7 -2
- package/dist/badge/style/index.js +4 -3
- package/dist/badge/style/ribbon.d.ts +2 -2
- package/dist/border-beam/BorderBeam.d.ts +19 -0
- package/dist/border-beam/BorderBeam.js +82 -0
- package/dist/border-beam/hooks/useBorderSize.d.ts +12 -0
- package/dist/border-beam/hooks/useBorderSize.js +42 -0
- package/dist/border-beam/index.d.ts +3 -0
- package/dist/border-beam/index.js +7 -0
- package/dist/border-beam/style/index.d.ts +7 -0
- package/dist/border-beam/style/index.js +59 -0
- package/dist/border-beam/util.d.ts +11 -0
- package/dist/border-beam/util.js +35 -0
- package/dist/breadcrumb/Breadcrumb.d.ts +7 -7
- package/dist/breadcrumb/BreadcrumbItem.d.ts +7 -7
- package/dist/breadcrumb/BreadcrumbSeparator.d.ts +2 -2
- package/dist/breadcrumb/style/index.d.ts +2 -2
- package/dist/breadcrumb/useItemRender.d.ts +2 -2
- package/dist/button/Button.d.ts +4 -4
- package/dist/button/Button.js +1 -0
- package/dist/button/DefaultLoadingIcon.d.ts +2 -2
- package/dist/button/IconWrapper.d.ts +2 -2
- package/dist/button/buttonHelper.d.ts +1 -1
- package/dist/button/style/compact.d.ts +4 -4
- package/dist/button/style/index.d.ts +2 -2
- package/dist/button/style/index.js +5 -0
- package/dist/calendar/Header.d.ts +2 -2
- package/dist/calendar/generateCalendar.d.ts +12 -10
- package/dist/calendar/generateCalendar.js +8 -2
- package/dist/calendar/index.d.ts +2 -2
- package/dist/calendar/style/index.d.ts +2 -2
- package/dist/card/Card.d.ts +11 -11
- package/dist/card/CardGrid.d.ts +2 -2
- package/dist/card/CardMeta.d.ts +6 -6
- package/dist/card/style/index.d.ts +2 -2
- package/dist/carousel/index.d.ts +5 -5
- package/dist/carousel/style/index.d.ts +2 -2
- package/dist/cascader/Panel.d.ts +2 -2
- package/dist/cascader/hooks/useBase.d.ts +5 -5
- package/dist/cascader/hooks/useCheckable.d.ts +2 -2
- package/dist/cascader/index.d.ts +4 -4
- package/dist/cascader/index.js +11 -2
- package/dist/cascader/style/index.d.ts +2 -2
- package/dist/cascader/style/panel.d.ts +2 -2
- package/dist/checkbox/Checkbox.d.ts +2 -2
- package/dist/checkbox/Group.d.ts +4 -4
- package/dist/checkbox/style/index.d.ts +2 -2
- package/dist/collapse/Collapse.d.ts +5 -5
- package/dist/collapse/CollapsePanel.d.ts +5 -5
- package/dist/collapse/style/index.d.ts +2 -2
- package/dist/color-picker/ColorPicker.d.ts +2 -2
- package/dist/color-picker/ColorPickerPanel.d.ts +2 -2
- package/dist/color-picker/components/ColorAlphaInput.d.ts +2 -2
- package/dist/color-picker/components/ColorClear.d.ts +2 -2
- package/dist/color-picker/components/ColorHexInput.d.ts +2 -2
- package/dist/color-picker/components/ColorHsbInput.d.ts +2 -2
- package/dist/color-picker/components/ColorInput.d.ts +2 -2
- package/dist/color-picker/components/ColorPresets.d.ts +2 -2
- package/dist/color-picker/components/ColorRgbInput.d.ts +2 -2
- package/dist/color-picker/components/ColorSlider.d.ts +3 -3
- package/dist/color-picker/components/ColorSteppers.d.ts +2 -2
- package/dist/color-picker/components/ColorTrigger.d.ts +2 -2
- package/dist/color-picker/components/PanelPicker/GradientColorBar.d.ts +2 -2
- package/dist/color-picker/components/PanelPicker/index.d.ts +2 -2
- package/dist/color-picker/components/PanelPresets.d.ts +2 -2
- package/dist/color-picker/context.d.ts +3 -3
- package/dist/color-picker/hooks/useModeColor.d.ts +4 -4
- package/dist/color-picker/interface.d.ts +2 -2
- package/dist/color-picker/style/index.d.ts +2 -2
- package/dist/components.d.ts +4 -1
- package/dist/components.js +3 -1
- package/dist/config-provider/DisabledContext.d.ts +2 -2
- package/dist/config-provider/SizeContext.d.ts +2 -2
- package/dist/config-provider/context.d.ts +67 -34
- package/dist/config-provider/defaultRenderEmpty.d.ts +2 -2
- package/dist/config-provider/hooks/useCSSVarCls.d.ts +2 -2
- package/dist/config-provider/hooks/useConfig.d.ts +3 -3
- package/dist/config-provider/hooks/useSize.d.ts +2 -2
- package/dist/config-provider/hooks/useTheme.d.ts +2 -2
- package/dist/config-provider/index.d.ts +4 -4
- package/dist/config-provider/index.js +2 -0
- package/dist/date-picker/PickerButton.d.ts +2 -2
- package/dist/date-picker/generatePicker/SuffixIcon.d.ts +5 -5
- package/dist/date-picker/generatePicker/SuffixIcon.js +1 -1
- package/dist/date-picker/generatePicker/generateRangePicker.d.ts +4 -4
- package/dist/date-picker/generatePicker/generateSinglePicker.d.ts +9 -9
- package/dist/date-picker/generatePicker/generateSinglePicker.js +4 -0
- package/dist/date-picker/generatePicker/index.d.ts +8 -8
- package/dist/date-picker/generatePicker/useComponents.d.ts +11 -11
- package/dist/date-picker/index.d.ts +13 -13
- package/dist/date-picker/style/index.d.ts +2 -2
- package/dist/date-picker/style/index.js +13 -3
- package/dist/date-picker/util.d.ts +7 -3
- package/dist/descriptions/Cell.d.ts +5 -5
- package/dist/descriptions/Item.d.ts +5 -5
- package/dist/descriptions/Row.d.ts +2 -2
- package/dist/descriptions/Row.js +3 -3
- package/dist/descriptions/hooks/useItems.d.ts +11 -11
- package/dist/descriptions/hooks/useRow.d.ts +2 -2
- package/dist/descriptions/index.d.ts +5 -5
- package/dist/descriptions/style/index.d.ts +2 -2
- package/dist/divider/index.d.ts +2 -2
- package/dist/divider/style/index.d.ts +2 -2
- package/dist/drawer/DrawerPanel.d.ts +7 -7
- package/dist/drawer/index.d.ts +3 -3
- package/dist/drawer/index.js +5 -2
- package/dist/drawer/style/index.d.ts +2 -2
- package/dist/drawer/useFocusable.d.ts +2 -2
- package/dist/dropdown/dropdown.d.ts +2 -2
- package/dist/dropdown/style/index.d.ts +2 -2
- package/dist/dropdown/style/index.js +1 -1
- package/dist/empty/empty.d.ts +2 -2
- package/dist/empty/index.d.ts +8 -8
- package/dist/empty/simple.d.ts +2 -2
- package/dist/empty/style/index.d.ts +2 -2
- package/dist/flex/index.d.ts +2 -2
- package/dist/flex/style/index.d.ts +2 -2
- package/dist/float-button/BackTop.d.ts +2 -2
- package/dist/float-button/BackTop.js +5 -0
- package/dist/float-button/FloatButton.d.ts +8 -7
- package/dist/float-button/FloatButton.js +6 -0
- package/dist/float-button/FloatButtonGroup.d.ts +4 -4
- package/dist/float-button/FloatButtonGroup.js +5 -0
- package/dist/float-button/PurePanel.d.ts +2 -2
- package/dist/float-button/PurePanel.js +10 -0
- package/dist/float-button/context.d.ts +3 -3
- package/dist/float-button/style/index.d.ts +2 -2
- package/dist/form/ErrorList.d.ts +8 -4
- package/dist/form/ErrorList.js +13 -2
- package/dist/form/Form.d.ts +9 -2
- package/dist/form/Form.js +10 -4
- package/dist/form/FormItem/ItemHolder.d.ts +3 -3
- package/dist/form/FormItem/StatusProvider.d.ts +2 -2
- package/dist/form/FormItem/index.d.ts +2 -2
- package/dist/form/FormItemInput.d.ts +6 -6
- package/dist/form/FormItemInput.js +6 -2
- package/dist/form/FormItemLabel.d.ts +7 -7
- package/dist/form/context.d.ts +7 -7
- package/dist/form/hooks/useVariant.d.ts +2 -2
- package/dist/form/style/fallbackCmp.d.ts +4 -4
- package/dist/form/style/index.d.ts +2 -2
- package/dist/grid/col.d.ts +2 -2
- package/dist/grid/index.d.ts +2 -2
- package/dist/grid/row.d.ts +2 -2
- package/dist/grid/style/index.d.ts +3 -3
- package/dist/image/PreviewGroup.d.ts +12 -12
- package/dist/image/hooks/useMergedPreviewConfig.d.ts +6 -6
- package/dist/image/hooks/usePreviewConfig.d.ts +10 -10
- package/dist/image/index.d.ts +12 -5
- package/dist/image/style/index.d.ts +2 -2
- package/dist/index.d.ts +3 -1
- package/dist/index.js +2 -1
- package/dist/input/Group.d.ts +3 -3
- package/dist/input/Input.d.ts +10 -7
- package/dist/input/Input.js +8 -2
- package/dist/input/OTP/OTPInput.d.ts +3 -3
- package/dist/input/OTP/OTPInput.js +4 -0
- package/dist/input/OTP/index.d.ts +4 -4
- package/dist/input/Password.d.ts +4 -4
- package/dist/input/Password.js +4 -0
- package/dist/input/Search.d.ts +14 -4
- package/dist/input/Search.js +19 -2
- package/dist/input/TextArea.d.ts +2 -2
- package/dist/input/index.d.ts +6 -6
- package/dist/input/style/index.d.ts +3 -3
- package/dist/input/style/otp.d.ts +2 -2
- package/dist/input/style/search.d.ts +2 -2
- package/dist/input/style/textarea.d.ts +2 -2
- package/dist/input/style/variants.js +14 -8
- package/dist/input-number/index.d.ts +9 -9
- package/dist/input-number/style/index.d.ts +2 -2
- package/dist/layout/Sider.d.ts +2 -2
- package/dist/layout/index.d.ts +5 -5
- package/dist/layout/layout.d.ts +5 -5
- package/dist/layout/style/index.d.ts +2 -2
- package/dist/layout/style/sider.d.ts +2 -2
- package/dist/locale/index.d.ts +2 -2
- package/dist/locale/useLocale.d.ts +2 -2
- package/dist/masonry/Masonry.d.ts +3 -3
- package/dist/masonry/MasonryItem.d.ts +4 -4
- package/dist/masonry/hooks/usePositions.d.ts +2 -2
- package/dist/masonry/style/index.d.ts +2 -2
- package/dist/mentions/index.d.ts +6 -6
- package/dist/mentions/index.js +7 -1
- package/dist/mentions/style/index.d.ts +2 -2
- package/dist/menu/MenuContext.d.ts +3 -3
- package/dist/menu/MenuDivider.d.ts +2 -2
- package/dist/menu/MenuItem.d.ts +5 -5
- package/dist/menu/MenuItemGroup.d.ts +4 -4
- package/dist/menu/OverrideContext.d.ts +5 -5
- package/dist/menu/SubMenu.d.ts +4 -4
- package/dist/menu/index.d.ts +3 -3
- package/dist/menu/menu.d.ts +2 -2
- package/dist/menu/style/index.d.ts +2 -2
- package/dist/menu/style/index.js +11 -3
- package/dist/menu/style/vertical.js +2 -1
- package/dist/message/PureList.d.ts +28 -0
- package/dist/message/PureList.js +75 -0
- package/dist/message/PurePanel.d.ts +17 -9
- package/dist/message/PurePanel.js +33 -38
- package/dist/message/index.d.ts +3 -0
- package/dist/message/index.js +3 -1
- package/dist/message/interface.d.ts +11 -5
- package/dist/message/style/index.d.ts +12 -6
- package/dist/message/style/index.js +102 -98
- package/dist/message/useMessage.d.ts +3 -3
- package/dist/message/useMessage.js +18 -14
- package/dist/message/util.js +1 -1
- package/dist/modal/ConfirmDialog.d.ts +4 -4
- package/dist/modal/Modal.d.ts +2 -2
- package/dist/modal/Modal.js +7 -3
- package/dist/modal/PurePanel.d.ts +2 -2
- package/dist/modal/components/ConfirmCancelBtn.d.ts +4 -4
- package/dist/modal/components/ConfirmOkBtn.d.ts +4 -4
- package/dist/modal/components/NormalCancelBtn.d.ts +4 -4
- package/dist/modal/components/NormalOkBtn.d.ts +4 -4
- package/dist/modal/interface.d.ts +22 -14
- package/dist/modal/shared.d.ts +4 -4
- package/dist/modal/style/confirm.d.ts +4 -4
- package/dist/modal/style/index.d.ts +4 -4
- package/dist/modal/useModal/HookModal.d.ts +3 -3
- package/dist/notification/PureList.d.ts +32 -0
- package/dist/notification/PureList.js +72 -0
- package/dist/notification/PurePanel.d.ts +16 -13
- package/dist/notification/PurePanel.js +42 -19
- package/dist/notification/index.d.ts +3 -0
- package/dist/notification/index.js +3 -1
- package/dist/notification/interface.d.ts +8 -8
- package/dist/notification/style/index.d.ts +27 -26
- package/dist/notification/style/index.js +104 -174
- package/dist/notification/style/notification.d.ts +23 -0
- package/dist/notification/style/notification.js +195 -0
- package/dist/notification/style/placement.d.ts +1 -0
- package/dist/notification/style/placement.js +125 -60
- package/dist/notification/useNotification.d.ts +3 -3
- package/dist/notification/useNotification.js +22 -14
- package/dist/notification/util.d.ts +14 -4
- package/dist/notification/util.js +18 -52
- package/dist/package.js +1 -1
- package/dist/package.json.d.ts +12 -12
- package/dist/pagination/Pagination.d.ts +2 -2
- package/dist/pagination/interface.d.ts +7 -7
- package/dist/pagination/style/bordered.d.ts +4 -4
- package/dist/pagination/style/index.d.ts +2 -2
- package/dist/popconfirm/PurePanel.d.ts +6 -7
- package/dist/popconfirm/PurePanel.js +4 -1
- package/dist/popconfirm/index.d.ts +16 -12
- package/dist/popconfirm/style/index.d.ts +2 -2
- package/dist/popover/PurePanel.d.ts +7 -7
- package/dist/popover/index.d.ts +5 -5
- package/dist/popover/style/index.d.ts +2 -2
- package/dist/progress/Circle.d.ts +3 -3
- package/dist/progress/Line.d.ts +3 -3
- package/dist/progress/Steps.d.ts +2 -2
- package/dist/progress/progress.d.ts +2 -2
- package/dist/progress/style/index.d.ts +2 -2
- package/dist/qrcode/QrcodeStatus.d.ts +2 -2
- package/dist/qrcode/index.d.ts +2 -2
- package/dist/qrcode/style/index.d.ts +2 -2
- package/dist/radio/group.d.ts +2 -2
- package/dist/radio/index.d.ts +3 -3
- package/dist/radio/radio.d.ts +2 -2
- package/dist/radio/radioButton.d.ts +2 -2
- package/dist/radio/style/index.d.ts +2 -2
- package/dist/rate/index.d.ts +2 -2
- package/dist/rate/style/index.d.ts +2 -2
- package/dist/result/index.d.ts +7 -7
- package/dist/result/noFound.d.ts +2 -2
- package/dist/result/serverError.d.ts +2 -2
- package/dist/result/style/index.d.ts +4 -4
- package/dist/result/style/index.js +1 -1
- package/dist/result/unauthorized.d.ts +2 -2
- package/dist/segmented/index.d.ts +4 -4
- package/dist/segmented/index.js +1 -1
- package/dist/segmented/style/index.d.ts +2 -2
- package/dist/select/index.d.ts +8 -8
- package/dist/select/index.js +1 -1
- package/dist/select/style/dropdown.js +1 -1
- package/dist/select/style/index.d.ts +2 -2
- package/dist/select/style/select-input.js +10 -5
- package/dist/select/useIcons.d.ts +15 -10
- package/dist/select/usePopupRender.d.ts +2 -2
- package/dist/skeleton/Avatar.d.ts +2 -2
- package/dist/skeleton/Button.d.ts +2 -2
- package/dist/skeleton/Element.d.ts +2 -2
- package/dist/skeleton/Image.d.ts +2 -2
- package/dist/skeleton/Input.d.ts +2 -2
- package/dist/skeleton/Node.d.ts +2 -2
- package/dist/skeleton/Paragraph.d.ts +2 -2
- package/dist/skeleton/Skeleton.d.ts +2 -2
- package/dist/skeleton/Title.d.ts +2 -2
- package/dist/skeleton/style/index.d.ts +2 -2
- package/dist/slider/SliderTooltip.d.ts +3 -3
- package/dist/slider/index.d.ts +2 -2
- package/dist/slider/style/index.d.ts +2 -2
- package/dist/space/Addon.d.ts +2 -2
- package/dist/space/Compact.d.ts +6 -6
- package/dist/space/Item.d.ts +2 -2
- package/dist/space/index.d.ts +6 -6
- package/dist/space/style/addon.d.ts +2 -2
- package/dist/space/style/compact.d.ts +2 -2
- package/dist/space/style/index.d.ts +16 -3
- package/dist/spin/Indicator/Looper.d.ts +2 -2
- package/dist/spin/Indicator/Progress.d.ts +2 -2
- package/dist/spin/Indicator/index.d.ts +4 -4
- package/dist/spin/index.d.ts +7 -7
- package/dist/spin/style/index.d.ts +2 -2
- package/dist/spin/usePercent.d.ts +2 -2
- package/dist/splitter/Panel.d.ts +3 -3
- package/dist/splitter/Panel.js +14 -3
- package/dist/splitter/SplitBar.d.ts +2 -2
- package/dist/splitter/SplitBar.js +1 -12
- package/dist/splitter/Splitter.d.ts +2 -2
- package/dist/splitter/Splitter.js +8 -2
- package/dist/splitter/hooks/useResizable.d.ts +2 -2
- package/dist/splitter/hooks/useResize.d.ts +2 -2
- package/dist/splitter/hooks/useSizes.d.ts +2 -2
- package/dist/splitter/index.d.ts +2 -2
- package/dist/splitter/interface.d.ts +21 -4
- package/dist/splitter/style/index.d.ts +2 -2
- package/dist/statistic/Number.d.ts +2 -2
- package/dist/statistic/Statistic.d.ts +6 -6
- package/dist/statistic/Timer.d.ts +2 -2
- package/dist/statistic/index.d.ts +2 -2
- package/dist/statistic/style/index.d.ts +3 -3
- package/dist/steps/PanelArrow.d.ts +2 -2
- package/dist/steps/ProgressIcon.d.ts +2 -2
- package/dist/steps/index.d.ts +8 -8
- package/dist/steps/style/index.d.ts +3 -3
- package/dist/style/compact-item-vertical.js +2 -1
- package/dist/style/compact-item.js +6 -6
- package/dist/switch/index.d.ts +5 -5
- package/dist/switch/style/index.d.ts +2 -2
- package/dist/table/Column.d.ts +2 -2
- package/dist/table/ColumnGroup.d.ts +2 -2
- package/dist/table/ExpandIcon.d.ts +2 -2
- package/dist/table/InternalTable.d.ts +2 -2
- package/dist/table/InternalTable.js +6 -4
- package/dist/table/TableMeasureRowContext.d.ts +3 -3
- package/dist/table/hooks/useFilledColumns.d.ts +14 -0
- package/dist/table/hooks/useFilledColumns.js +41 -0
- package/dist/table/hooks/useFilter/FilterDropdown.d.ts +3 -3
- package/dist/table/hooks/useFilter/FilterSearch.d.ts +2 -2
- package/dist/table/hooks/useFilter/FilterWrapper.d.ts +3 -3
- package/dist/table/hooks/useFilter/index.d.ts +24 -24
- package/dist/table/hooks/usePagination.d.ts +2 -2
- package/dist/table/hooks/useSelection.d.ts +2 -2
- package/dist/table/hooks/useSorter.d.ts +2 -2
- package/dist/table/style/index.d.ts +2 -2
- package/dist/tabs/TabPane.d.ts +2 -2
- package/dist/tabs/hooks/useLegacyItems.d.ts +2 -2
- package/dist/tabs/index.d.ts +9 -7
- package/dist/tabs/style/index.d.ts +2 -2
- package/dist/tag/CheckableTag.d.ts +4 -4
- package/dist/tag/CheckableTagGroup.d.ts +4 -4
- package/dist/tag/hooks/useColor.d.ts +2 -2
- package/dist/tag/index.d.ts +7 -5
- package/dist/tag/index.js +7 -2
- package/dist/tag/style/index.d.ts +2 -2
- package/dist/tag/style/presetCmp.d.ts +4 -4
- package/dist/tag/style/statusCmp.d.ts +4 -4
- package/dist/theme/context.d.ts +2 -2
- package/dist/theme/index.d.ts +4 -4
- package/dist/theme/interface/alias.d.ts +14 -0
- package/dist/theme/interface/components.d.ts +118 -116
- package/dist/theme/interface/maps/colors.d.ts +14 -0
- package/dist/theme/interface/maps/font.d.ts +5 -5
- package/dist/theme/themes/shared/genColorMapToken.js +2 -0
- package/dist/theme/useToken.js +1 -1
- package/dist/theme/util/alias.js +2 -0
- package/dist/theme/util/genStyleUtils.d.ts +6 -6
- package/dist/time-picker/index.d.ts +6 -6
- package/dist/time-picker/index.js +4 -0
- package/dist/timeline/Timeline.d.ts +11 -11
- package/dist/timeline/TimelineItem.d.ts +2 -2
- package/dist/timeline/style/index.d.ts +2 -2
- package/dist/tooltip/PurePanel.d.ts +2 -2
- package/dist/tooltip/UniqueProvider/MotionContent.d.ts +2 -2
- package/dist/tooltip/UniqueProvider/index.d.ts +2 -2
- package/dist/tooltip/index.d.ts +5 -5
- package/dist/tooltip/style/index.d.ts +2 -2
- package/dist/tour/PurePanel.d.ts +2 -2
- package/dist/tour/index.d.ts +2 -2
- package/dist/tour/index.js +5 -0
- package/dist/tour/interface.d.ts +6 -4
- package/dist/tour/panelRender.d.ts +2 -2
- package/dist/tour/panelRender.js +4 -9
- package/dist/tour/style/index.d.ts +2 -2
- package/dist/transfer/Actions.d.ts +4 -4
- package/dist/transfer/ListBody.d.ts +2 -2
- package/dist/transfer/ListItem.d.ts +4 -4
- package/dist/transfer/Section.d.ts +2 -2
- package/dist/transfer/Transfer.d.ts +2 -2
- package/dist/transfer/Transfer.js +34 -4
- package/dist/transfer/hooks/useData.d.ts +2 -2
- package/dist/transfer/interface.d.ts +47 -15
- package/dist/transfer/search.d.ts +4 -4
- package/dist/transfer/style/index.d.ts +2 -2
- package/dist/tree/DirectoryTree.d.ts +2 -2
- package/dist/tree/DirectoryTree.js +0 -4
- package/dist/tree/Tree.d.ts +10 -8
- package/dist/tree/Tree.js +0 -4
- package/dist/tree/style/index.d.ts +2 -2
- package/dist/tree/utils/dropIndicator.d.ts +2 -2
- package/dist/tree/utils/iconUtil.d.ts +4 -4
- package/dist/tree-select/index.d.ts +8 -6
- package/dist/tree-select/index.js +1 -1
- package/dist/tree-select/style/index.d.ts +2 -2
- package/dist/typography/Base/CopyBtn.d.ts +2 -2
- package/dist/typography/Base/Ellipsis.d.ts +5 -5
- package/dist/typography/Base/EllipsisTooltip.d.ts +2 -2
- package/dist/typography/Base/index.d.ts +2 -2
- package/dist/typography/Base/index.js +31 -26
- package/dist/typography/Editable.d.ts +11 -4
- package/dist/typography/Editable.js +18 -3
- package/dist/typography/Link.d.ts +2 -2
- package/dist/typography/Link.js +4 -0
- package/dist/typography/Paragraph.d.ts +2 -2
- package/dist/typography/Paragraph.js +4 -0
- package/dist/typography/Text.d.ts +2 -2
- package/dist/typography/Text.js +4 -0
- package/dist/typography/Title.d.ts +2 -2
- package/dist/typography/Title.js +4 -0
- package/dist/typography/Typography.d.ts +2 -2
- package/dist/typography/hooks/useCopyClick.d.ts +3 -3
- package/dist/typography/hooks/useMergedConfig.d.ts +2 -2
- package/dist/typography/hooks/useTooltipProps.d.ts +2 -2
- package/dist/typography/index.d.ts +5 -5
- package/dist/typography/interface.d.ts +25 -17
- package/dist/typography/style/index.d.ts +2 -2
- package/dist/upload/Dragger.d.ts +3 -3
- package/dist/upload/Upload.d.ts +2 -2
- package/dist/upload/UploadList/ListItem.d.ts +2 -2
- package/dist/upload/UploadList/index.d.ts +2 -2
- package/dist/upload/index.d.ts +3 -3
- package/dist/upload/style/index.d.ts +2 -2
- package/dist/upload/utils.js +1 -1
- package/dist/watermark/context.d.ts +2 -2
- package/dist/watermark/index.d.ts +2 -2
- package/dist/watermark/index.js +4 -3
- package/package.json +65 -29
- package/web-tags.json +1353 -1339
- package/web-types.json +4223 -4192
- package/dist/notification/style/pure-panel.d.ts +0 -12
- package/dist/notification/style/pure-panel.js +0 -18
- package/dist/notification/style/stack.d.ts +0 -9
- package/dist/notification/style/stack.js +0 -88
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as vue_jsx_runtime16 from "vue/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/cascader/hooks/useCheckable.d.ts
|
|
4
|
-
declare function useCheckable(cascaderPrefixCls: string, multiple?: boolean): false |
|
|
4
|
+
declare function useCheckable(cascaderPrefixCls: string, multiple?: boolean): false | vue_jsx_runtime16.JSX.Element;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { useCheckable as default };
|
package/dist/cascader/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { VueNode } from "../_util/type.js";
|
|
1
|
+
import { VueNode as VueNode$1 } from "../_util/type.js";
|
|
2
2
|
import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMergeSemantic.js";
|
|
3
3
|
import "../_util/hooks/index.js";
|
|
4
4
|
import { SizeType } from "../config-provider/SizeContext.js";
|
|
@@ -7,7 +7,7 @@ import { SelectCommonPlacement } from "../_util/motion.js";
|
|
|
7
7
|
import { SelectPopupSemanticClassNames, SelectPopupSemanticStyles } from "../select/index.js";
|
|
8
8
|
import CascaderPanel from "./Panel.js";
|
|
9
9
|
import { Variant } from "../config-provider/context.js";
|
|
10
|
-
import * as
|
|
10
|
+
import * as vue313 from "vue";
|
|
11
11
|
import { App, CSSProperties, SlotsType } from "vue";
|
|
12
12
|
import { CascaderProps as CascaderProps$1, DefaultOptionType, FieldNames, SHOW_CHILD, SHOW_PARENT } from "@v-c/cascader";
|
|
13
13
|
|
|
@@ -56,7 +56,7 @@ interface CascaderProps<OptionType extends DefaultOptionType = DefaultOptionType
|
|
|
56
56
|
/** @deprecated Use `variant` instead. */
|
|
57
57
|
bordered?: boolean;
|
|
58
58
|
placement?: SelectCommonPlacement;
|
|
59
|
-
suffixIcon?: VueNode;
|
|
59
|
+
suffixIcon?: VueNode$1;
|
|
60
60
|
options?: OptionType[];
|
|
61
61
|
status?: InputStatus;
|
|
62
62
|
rootClass?: string;
|
|
@@ -108,7 +108,7 @@ interface CascaderEmitsProps {
|
|
|
108
108
|
'onUpdate:value'?: CascaderEmits['update:value'];
|
|
109
109
|
onSearch?: CascaderEmits['search'];
|
|
110
110
|
}
|
|
111
|
-
declare const InternalCascader:
|
|
111
|
+
declare const InternalCascader: vue313.DefineSetupFnComponent<CascaderProps<DefaultOptionType, string, boolean>, CascaderEmits, SlotsType<CascaderSlots>, CascaderProps<DefaultOptionType, string, boolean>, vue313.PublicProps>;
|
|
112
112
|
declare const Cascader: typeof InternalCascader & {
|
|
113
113
|
install: (app: App) => void;
|
|
114
114
|
Panel: typeof CascaderPanel;
|
package/dist/cascader/index.js
CHANGED
|
@@ -67,7 +67,14 @@ const defaultSearchRender = (inputValue, path, prefixCls, fieldNames) => {
|
|
|
67
67
|
return optionList;
|
|
68
68
|
};
|
|
69
69
|
const Cascader = /* @__PURE__ */ defineComponent((props, { attrs, emit, slots, expose }) => {
|
|
70
|
-
const { getPopupContainer: getContextPopupContainer, popupOverflow, class: contextClassName, style: contextStyle, classes: contextClassNames, styles: contextStyles, getPrefixCls, expandIcon: contextExpandIcon, loadingIcon: contextLoadingIcon } = useComponentBaseConfig("cascader", props, [
|
|
70
|
+
const { getPopupContainer: getContextPopupContainer, popupOverflow, class: contextClassName, style: contextStyle, classes: contextClassNames, styles: contextStyles, getPrefixCls, expandIcon: contextExpandIcon, loadingIcon: contextLoadingIcon, searchIcon: _contextSearchIcon, clearIcon: contextClearIcon, removeIcon: contextRemoveIcon, suffixIcon: contextSuffixIcon } = useComponentBaseConfig("cascader", props, [
|
|
71
|
+
"expandIcon",
|
|
72
|
+
"loadingIcon",
|
|
73
|
+
"searchIcon",
|
|
74
|
+
"clearIcon",
|
|
75
|
+
"removeIcon",
|
|
76
|
+
"suffixIcon"
|
|
77
|
+
]);
|
|
71
78
|
const { prefixCls: customizePrefixCls, direction: propDirection, variant: customizeVariant, bordered, size: customizeSize, disabled: customDisabled, status: customStatus, classes, styles } = toPropsRefs(props, "prefixCls", "direction", "variant", "bordered", "size", "disabled", "status", "classes", "styles");
|
|
72
79
|
const { prefixCls, cascaderPrefixCls, direction: mergedDirection, renderEmpty } = useBase(customizePrefixCls, propDirection);
|
|
73
80
|
const isRtl = computed(() => mergedDirection.value === "rtl");
|
|
@@ -155,7 +162,7 @@ const Cascader = /* @__PURE__ */ defineComponent((props, { attrs, emit, slots, e
|
|
|
155
162
|
return () => {
|
|
156
163
|
const { popupClassName, dropdownClassName, rootClass, dropdownRender, popupRender, dropdownMenuColumnStyle, popupMenuColumnStyle, showArrow, allowClear, expandIcon, transitionName, choiceTransitionName, builtinPlacements, getPopupContainer, displayRender, optionRender, multiple, prefixCls: _prefixCls, direction: _direction, size: _size, disabled: _disabled, status: _status, bordered: _bordered, variant: _variant, classes: _classes, styles: _styles, ...rest } = props;
|
|
157
164
|
const { className, style, restAttrs } = getAttrStyleAndClass(attrs);
|
|
158
|
-
const mergedSuffixIcon = getSlotPropsFnRun(slots, props, "suffixIcon", false);
|
|
165
|
+
const mergedSuffixIcon = getSlotPropsFnRun(slots, props, "suffixIcon", false) ?? contextSuffixIcon.value;
|
|
159
166
|
const showSuffixIcon = useShowArrow(mergedSuffixIcon, showArrow);
|
|
160
167
|
const { hasFeedback, isFormItemInput, feedbackIcon } = formItemInputContext.value || {};
|
|
161
168
|
const { suffixIcon, removeIcon, clearIcon } = useIcons({
|
|
@@ -165,6 +172,8 @@ const Cascader = /* @__PURE__ */ defineComponent((props, { attrs, emit, slots, e
|
|
|
165
172
|
feedbackIcon,
|
|
166
173
|
showSuffixIcon,
|
|
167
174
|
suffixIcon: mergedSuffixIcon,
|
|
175
|
+
removeIcon: rest.removeIcon ?? contextRemoveIcon.value,
|
|
176
|
+
clearIcon: rest.allowClear && typeof rest.allowClear === "object" && rest.allowClear.clearIcon || contextClearIcon.value,
|
|
168
177
|
prefixCls: prefixCls.value,
|
|
169
178
|
componentName: "Cascader"
|
|
170
179
|
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FullToken, GlobalToken } from "../../theme/interface/cssinjs-utils.js";
|
|
2
2
|
import "../../theme/internal.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as vue498 from "vue";
|
|
4
4
|
import { CSSProperties } from "vue";
|
|
5
5
|
|
|
6
6
|
//#region src/cascader/style/index.d.ts
|
|
@@ -48,6 +48,6 @@ interface ComponentToken {
|
|
|
48
48
|
}
|
|
49
49
|
type CascaderToken = FullToken<'Cascader'>;
|
|
50
50
|
declare function prepareComponentToken(token: GlobalToken): ComponentToken;
|
|
51
|
-
declare const _default: (prefixCls:
|
|
51
|
+
declare const _default: (prefixCls: vue498.Ref<string>, rootCls?: vue498.Ref<string | undefined>) => readonly [vue498.Ref<string, string>, vue498.ComputedRef<string | undefined>];
|
|
52
52
|
//#endregion
|
|
53
53
|
export { CascaderToken, ComponentToken, _default as default, prepareComponentToken };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as vue645 from "vue";
|
|
2
2
|
|
|
3
3
|
//#region src/cascader/style/panel.d.ts
|
|
4
|
-
declare const _default: (prefixCls:
|
|
4
|
+
declare const _default: (prefixCls: vue645.Ref<string>, rootCls?: vue645.Ref<string | undefined>) => vue645.Ref<string, string>;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { _default as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMergeSemantic.js";
|
|
2
2
|
import "../_util/hooks/index.js";
|
|
3
3
|
import { ComponentBaseProps } from "../config-provider/context.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as vue509 from "vue";
|
|
5
5
|
import { CSSProperties, SlotsType } from "vue";
|
|
6
6
|
import { CheckboxChangeEvent } from "@v-c/checkbox";
|
|
7
7
|
|
|
@@ -74,6 +74,6 @@ interface CheckboxProps extends AbstractCheckboxProps, CheckboxEmitsProps {
|
|
|
74
74
|
classes?: CheckboxClassNamesType;
|
|
75
75
|
styles?: CheckboxStylesType;
|
|
76
76
|
}
|
|
77
|
-
declare const InternalCheckbox:
|
|
77
|
+
declare const InternalCheckbox: vue509.DefineSetupFnComponent<CheckboxProps, CheckboxEmits, SlotsType<CheckboxSlots>, CheckboxProps, vue509.PublicProps>;
|
|
78
78
|
//#endregion
|
|
79
79
|
export { AbstractCheckboxProps, CheckboxClassNamesType, CheckboxEmits, CheckboxEmitsProps, CheckboxProps, CheckboxSemanticClassNames, CheckboxSemanticName, CheckboxSemanticStyles, CheckboxSlots, CheckboxStylesType, CheckedValueType, InternalCheckbox as default };
|
package/dist/checkbox/Group.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { VueNode } from "../_util/type.js";
|
|
1
|
+
import { VueNode as VueNode$1 } from "../_util/type.js";
|
|
2
2
|
import { ComponentBaseProps } from "../config-provider/context.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as vue147 from "vue";
|
|
4
4
|
import { CSSProperties, SlotsType } from "vue";
|
|
5
5
|
import { CheckboxChangeEvent } from "@v-c/checkbox";
|
|
6
6
|
|
|
7
7
|
//#region src/checkbox/Group.d.ts
|
|
8
8
|
interface CheckboxOptionType {
|
|
9
|
-
label: VueNode;
|
|
9
|
+
label: VueNode$1;
|
|
10
10
|
value: any;
|
|
11
11
|
style?: CSSProperties;
|
|
12
12
|
class?: string;
|
|
@@ -44,6 +44,6 @@ interface CheckboxGroupSlots {
|
|
|
44
44
|
index: number;
|
|
45
45
|
}) => any;
|
|
46
46
|
}
|
|
47
|
-
declare const CheckboxGroup:
|
|
47
|
+
declare const CheckboxGroup: vue147.DefineSetupFnComponent<CheckboxGroupProps, CheckboxGroupEmits, SlotsType<CheckboxGroupSlots>, CheckboxGroupProps, vue147.PublicProps>;
|
|
48
48
|
//#endregion
|
|
49
49
|
export { AbstractCheckboxGroupProps, CheckboxGroupEmits, CheckboxGroupEmitsProps, CheckboxGroupProps, CheckboxGroupSlots, CheckboxOptionType, CheckboxGroup as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { FullToken } from "../../theme/interface/cssinjs-utils.js";
|
|
2
2
|
import { GenerateStyle } from "../../theme/interface/index.js";
|
|
3
3
|
import "../../theme/internal.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as vue797 from "vue";
|
|
5
5
|
import * as _antdv_next_cssinjs3 from "@antdv-next/cssinjs";
|
|
6
6
|
|
|
7
7
|
//#region src/checkbox/style/index.d.ts
|
|
@@ -24,6 +24,6 @@ interface CheckboxToken extends FullToken<'Checkbox'> {
|
|
|
24
24
|
}
|
|
25
25
|
declare const genCheckboxStyle: GenerateStyle<CheckboxToken>;
|
|
26
26
|
declare function getStyle(prefixCls: string, token: FullToken<'Checkbox'>): _antdv_next_cssinjs3.CSSInterpolation;
|
|
27
|
-
declare const _default: (prefixCls:
|
|
27
|
+
declare const _default: (prefixCls: vue797.Ref<string>, rootCls?: vue797.Ref<string | undefined>) => readonly [vue797.Ref<string, string>, vue797.ComputedRef<string | undefined>];
|
|
28
28
|
//#endregion
|
|
29
29
|
export { ComponentToken, _default as default, genCheckboxStyle, getStyle };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { VueNode } from "../_util/type.js";
|
|
1
|
+
import { VueNode as VueNode$1 } from "../_util/type.js";
|
|
2
2
|
import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMergeSemantic.js";
|
|
3
3
|
import "../_util/hooks/index.js";
|
|
4
4
|
import { SizeType } from "../config-provider/SizeContext.js";
|
|
5
5
|
import { CollapsibleType } from "./CollapsePanel.js";
|
|
6
|
-
import * as
|
|
6
|
+
import * as vue323 from "vue";
|
|
7
7
|
import { CSSProperties, SlotsType } from "vue";
|
|
8
8
|
import { ItemType } from "@v-c/collapse";
|
|
9
9
|
|
|
@@ -67,12 +67,12 @@ interface CollapseEmitsProps {
|
|
|
67
67
|
}
|
|
68
68
|
interface PanelProps {
|
|
69
69
|
isActive?: boolean;
|
|
70
|
-
header?: VueNode;
|
|
70
|
+
header?: VueNode$1;
|
|
71
71
|
className?: string;
|
|
72
72
|
style?: CSSProperties;
|
|
73
73
|
showArrow?: boolean;
|
|
74
74
|
forceRender?: boolean;
|
|
75
|
-
extra?: VueNode;
|
|
75
|
+
extra?: VueNode$1;
|
|
76
76
|
collapsible?: CollapsibleType;
|
|
77
77
|
}
|
|
78
78
|
interface CollapseSlots {
|
|
@@ -87,6 +87,6 @@ interface CollapseSlots {
|
|
|
87
87
|
index: number;
|
|
88
88
|
}) => any;
|
|
89
89
|
}
|
|
90
|
-
declare const Collapse:
|
|
90
|
+
declare const Collapse: vue323.DefineSetupFnComponent<CollapseProps, CollapseEmits, SlotsType<CollapseSlots>, CollapseProps, vue323.PublicProps>;
|
|
91
91
|
//#endregion
|
|
92
92
|
export { CollapseClassNamesType, CollapseEmits, CollapseEmitsProps, CollapseItemType, CollapseProps, CollapseSemanticClassNames, CollapseSemanticName, CollapseSemanticStyles, CollapseStylesType, ExpandIconPlacement, Collapse as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { EmptyEmit, VueNode } from "../_util/type.js";
|
|
1
|
+
import { EmptyEmit, VueNode as VueNode$1 } from "../_util/type.js";
|
|
2
2
|
import { CollapseSemanticClassNames, CollapseSemanticStyles } from "./Collapse.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as vue95 from "vue";
|
|
4
4
|
import { CSSProperties, SlotsType } from "vue";
|
|
5
5
|
|
|
6
6
|
//#region src/collapse/CollapsePanel.d.ts
|
|
@@ -10,12 +10,12 @@ interface CollapsePanelProps {
|
|
|
10
10
|
key: string | number;
|
|
11
11
|
class?: string;
|
|
12
12
|
style?: CSSProperties;
|
|
13
|
-
header?: VueNode;
|
|
13
|
+
header?: VueNode$1;
|
|
14
14
|
showArrow?: boolean;
|
|
15
15
|
prefixCls?: string;
|
|
16
16
|
forceRender?: boolean;
|
|
17
17
|
id?: string;
|
|
18
|
-
extra?: VueNode;
|
|
18
|
+
extra?: VueNode$1;
|
|
19
19
|
collapsible?: CollapsibleType;
|
|
20
20
|
classes?: Partial<CollapseSemanticClassNames>;
|
|
21
21
|
styles?: Partial<CollapseSemanticStyles>;
|
|
@@ -25,6 +25,6 @@ interface CollapsePanelSlots {
|
|
|
25
25
|
header?: () => any;
|
|
26
26
|
extra?: () => any;
|
|
27
27
|
}
|
|
28
|
-
declare const CollapsePanel:
|
|
28
|
+
declare const CollapsePanel: vue95.DefineSetupFnComponent<CollapsePanelProps, EmptyEmit, SlotsType<CollapsePanelSlots>, CollapsePanelProps, vue95.PublicProps>;
|
|
29
29
|
//#endregion
|
|
30
30
|
export { COLLAPSE_PANEL_MARK, CollapsePanelProps, CollapsePanelSlots, CollapsibleType, CollapsePanel as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { FullToken, GetDefaultToken } from "../../theme/interface/cssinjs-utils.js";
|
|
2
2
|
import { GenerateStyle } from "../../theme/interface/index.js";
|
|
3
3
|
import "../../theme/internal.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as vue771 from "vue";
|
|
5
5
|
import { CSSProperties } from "vue";
|
|
6
6
|
import { CSSObject } from "@antdv-next/cssinjs";
|
|
7
7
|
|
|
@@ -58,6 +58,6 @@ type CollapseToken = FullToken<'Collapse'> & {
|
|
|
58
58
|
};
|
|
59
59
|
declare const genBaseStyle: GenerateStyle<CollapseToken, CSSObject>;
|
|
60
60
|
declare const prepareComponentToken: GetDefaultToken<'Collapse'>;
|
|
61
|
-
declare const _default: (prefixCls:
|
|
61
|
+
declare const _default: (prefixCls: vue771.Ref<string>, rootCls?: vue771.Ref<string | undefined>) => readonly [vue771.Ref<string, string>, vue771.ComputedRef<string | undefined>];
|
|
62
62
|
//#endregion
|
|
63
63
|
export { ComponentToken, _default as default, genBaseStyle, prepareComponentToken };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ColorPickerEmits, ColorPickerProps, ColorPickerSlots } from "./interface.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as vue526 from "vue";
|
|
3
3
|
import { SlotsType } from "vue";
|
|
4
4
|
|
|
5
5
|
//#region src/color-picker/ColorPicker.d.ts
|
|
@@ -14,6 +14,6 @@ interface ColorPickerEmitsProps {
|
|
|
14
14
|
'onUpdate:value'?: ColorPickerEmits['update:value'];
|
|
15
15
|
'onUpdate:format'?: ColorPickerEmits['update:format'];
|
|
16
16
|
}
|
|
17
|
-
declare const ColorPicker:
|
|
17
|
+
declare const ColorPicker: vue526.DefineSetupFnComponent<InternalColorPickerProps, ColorPickerEmits, SlotsType<ColorPickerSlots>, InternalColorPickerProps, vue526.PublicProps>;
|
|
18
18
|
//#endregion
|
|
19
19
|
export { ColorPickerEmitsProps, InternalColorPickerProps, ColorPicker as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EmptyEmit } from "../_util/type.js";
|
|
2
2
|
import { AggregationColor } from "./color.js";
|
|
3
3
|
import { ColorPickerProps, ModeType } from "./interface.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as vue742 from "vue";
|
|
5
5
|
|
|
6
6
|
//#region src/color-picker/ColorPickerPanel.d.ts
|
|
7
7
|
interface ColorPickerPanelProps extends ColorPickerProps {
|
|
@@ -18,6 +18,6 @@ interface ColorPickerPanelProps extends ColorPickerProps {
|
|
|
18
18
|
onClear?: () => void;
|
|
19
19
|
panelRender?: ColorPickerProps['panelRender'];
|
|
20
20
|
}
|
|
21
|
-
declare const _default:
|
|
21
|
+
declare const _default: vue742.DefineSetupFnComponent<ColorPickerPanelProps, EmptyEmit, {}, ColorPickerPanelProps, vue742.PublicProps>;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { ColorPickerPanelProps, _default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AggregationColor } from "../color.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as vue795 from "vue";
|
|
3
3
|
|
|
4
4
|
//#region src/color-picker/components/ColorAlphaInput.d.ts
|
|
5
5
|
interface ColorAlphaInputProps {
|
|
@@ -7,6 +7,6 @@ interface ColorAlphaInputProps {
|
|
|
7
7
|
value?: AggregationColor;
|
|
8
8
|
onChange?: (value: AggregationColor) => void;
|
|
9
9
|
}
|
|
10
|
-
declare const _default:
|
|
10
|
+
declare const _default: vue795.DefineSetupFnComponent<ColorAlphaInputProps, {}, {}, ColorAlphaInputProps & {}, vue795.PublicProps>;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { ColorAlphaInputProps, _default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AggregationColor } from "../color.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as vue785 from "vue";
|
|
3
3
|
|
|
4
4
|
//#region src/color-picker/components/ColorClear.d.ts
|
|
5
5
|
interface ColorClearProps {
|
|
@@ -7,6 +7,6 @@ interface ColorClearProps {
|
|
|
7
7
|
value?: AggregationColor;
|
|
8
8
|
onChange?: (value: AggregationColor) => void;
|
|
9
9
|
}
|
|
10
|
-
declare const _default:
|
|
10
|
+
declare const _default: vue785.DefineSetupFnComponent<ColorClearProps, {}, {}, ColorClearProps & {}, vue785.PublicProps>;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { ColorClearProps, _default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AggregationColor } from "../color.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as vue793 from "vue";
|
|
3
3
|
|
|
4
4
|
//#region src/color-picker/components/ColorHexInput.d.ts
|
|
5
5
|
interface ColorHexInputProps {
|
|
@@ -7,6 +7,6 @@ interface ColorHexInputProps {
|
|
|
7
7
|
value?: AggregationColor;
|
|
8
8
|
onChange?: (value: AggregationColor) => void;
|
|
9
9
|
}
|
|
10
|
-
declare const _default:
|
|
10
|
+
declare const _default: vue793.DefineSetupFnComponent<ColorHexInputProps, {}, {}, ColorHexInputProps & {}, vue793.PublicProps>;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { ColorHexInputProps, _default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AggregationColor } from "../color.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as vue783 from "vue";
|
|
3
3
|
|
|
4
4
|
//#region src/color-picker/components/ColorHsbInput.d.ts
|
|
5
5
|
interface ColorHsbInputProps {
|
|
@@ -7,6 +7,6 @@ interface ColorHsbInputProps {
|
|
|
7
7
|
value?: AggregationColor;
|
|
8
8
|
onChange?: (value: AggregationColor) => void;
|
|
9
9
|
}
|
|
10
|
-
declare const _default:
|
|
10
|
+
declare const _default: vue783.DefineSetupFnComponent<ColorHsbInputProps, {}, {}, ColorHsbInputProps & {}, vue783.PublicProps>;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { ColorHsbInputProps, _default as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EmptyEmit } from "../../_util/type.js";
|
|
2
2
|
import { AggregationColor } from "../color.js";
|
|
3
3
|
import { ColorFormatType } from "../interface.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as vue801 from "vue";
|
|
5
5
|
|
|
6
6
|
//#region src/color-picker/components/ColorInput.d.ts
|
|
7
7
|
interface ColorInputProps {
|
|
@@ -13,6 +13,6 @@ interface ColorInputProps {
|
|
|
13
13
|
onChange?: (value: AggregationColor) => void;
|
|
14
14
|
disabledFormat?: boolean;
|
|
15
15
|
}
|
|
16
|
-
declare const _default:
|
|
16
|
+
declare const _default: vue801.DefineSetupFnComponent<ColorInputProps, EmptyEmit, {}, ColorInputProps, vue801.PublicProps>;
|
|
17
17
|
//#endregion
|
|
18
18
|
export { ColorInputProps, _default as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AggregationColor } from "../color.js";
|
|
2
2
|
import { PresetsItem } from "../interface.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as vue1011 from "vue";
|
|
4
4
|
|
|
5
5
|
//#region src/color-picker/components/ColorPresets.d.ts
|
|
6
6
|
interface ColorPresetsProps {
|
|
@@ -10,6 +10,6 @@ interface ColorPresetsProps {
|
|
|
10
10
|
onChange?: (value: AggregationColor) => void;
|
|
11
11
|
}
|
|
12
12
|
declare function isBright(value: AggregationColor, bgColorToken: string): boolean;
|
|
13
|
-
declare const _default:
|
|
13
|
+
declare const _default: vue1011.DefineSetupFnComponent<ColorPresetsProps, {}, {}, ColorPresetsProps & {}, vue1011.PublicProps>;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { ColorPresetsProps, _default as default, isBright };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AggregationColor } from "../color.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as vue1009 from "vue";
|
|
3
3
|
|
|
4
4
|
//#region src/color-picker/components/ColorRgbInput.d.ts
|
|
5
5
|
interface ColorRgbInputProps {
|
|
@@ -7,6 +7,6 @@ interface ColorRgbInputProps {
|
|
|
7
7
|
value?: AggregationColor;
|
|
8
8
|
onChange?: (value: AggregationColor) => void;
|
|
9
9
|
}
|
|
10
|
-
declare const _default:
|
|
10
|
+
declare const _default: vue1009.DefineSetupFnComponent<ColorRgbInputProps, {}, {}, ColorRgbInputProps & {}, vue1009.PublicProps>;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { ColorRgbInputProps, _default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as vue953 from "vue";
|
|
2
2
|
import { BaseSliderProps } from "@v-c/color-picker";
|
|
3
3
|
|
|
4
4
|
//#region src/color-picker/components/ColorSlider.d.ts
|
|
@@ -27,7 +27,7 @@ interface GradientColorSliderProps extends Omit<BaseSliderProps, 'value' | 'onCh
|
|
|
27
27
|
onKeyDelete?: (index: number) => void;
|
|
28
28
|
color: BaseSliderProps['color'] | null;
|
|
29
29
|
}
|
|
30
|
-
declare const GradientColorSlider:
|
|
31
|
-
declare const SingleColorSlider:
|
|
30
|
+
declare const GradientColorSlider: vue953.DefineSetupFnComponent<GradientColorSliderProps, {}, {}, GradientColorSliderProps & {}, vue953.PublicProps>;
|
|
31
|
+
declare const SingleColorSlider: vue953.DefineSetupFnComponent<BaseSliderProps, {}, {}, BaseSliderProps & {}, vue953.PublicProps>;
|
|
32
32
|
//#endregion
|
|
33
33
|
export { GradientColorSlider, GradientColorSliderProps, SingleColorSlider as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as vue1006 from "vue";
|
|
2
2
|
|
|
3
3
|
//#region src/color-picker/components/ColorSteppers.d.ts
|
|
4
4
|
interface ColorSteppersProps {
|
|
@@ -10,6 +10,6 @@ interface ColorSteppersProps {
|
|
|
10
10
|
className?: string;
|
|
11
11
|
formatter?: (value: number | null) => string | number;
|
|
12
12
|
}
|
|
13
|
-
declare const _default:
|
|
13
|
+
declare const _default: vue1006.DefineSetupFnComponent<ColorSteppersProps, {}, {}, ColorSteppersProps & {}, vue1006.PublicProps>;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { ColorSteppersProps, _default as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EmptyEmit } from "../../_util/type.js";
|
|
2
2
|
import { AggregationColor } from "../color.js";
|
|
3
3
|
import { ColorFormatType, ColorPickerProps, ColorPickerSemanticClassNames, ColorPickerSemanticStyles } from "../interface.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as vue1035 from "vue";
|
|
5
5
|
import { CSSProperties } from "vue";
|
|
6
6
|
|
|
7
7
|
//#region src/color-picker/components/ColorTrigger.d.ts
|
|
@@ -18,6 +18,6 @@ interface ColorTriggerProps {
|
|
|
18
18
|
classes: ColorPickerSemanticClassNames;
|
|
19
19
|
styles: ColorPickerSemanticStyles;
|
|
20
20
|
}
|
|
21
|
-
declare const _default:
|
|
21
|
+
declare const _default: vue1035.DefineSetupFnComponent<ColorTriggerProps, EmptyEmit, {}, ColorTriggerProps, vue1035.PublicProps>;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { ColorTriggerProps, _default as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { GradientColor } from "../../color.js";
|
|
2
2
|
import { PanelPickerContextProps } from "../../context.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as vue1099 from "vue";
|
|
4
4
|
|
|
5
5
|
//#region src/color-picker/components/PanelPicker/GradientColorBar.d.ts
|
|
6
6
|
interface GradientColorBarProps extends PanelPickerContextProps {
|
|
@@ -9,6 +9,6 @@ interface GradientColorBarProps extends PanelPickerContextProps {
|
|
|
9
9
|
/**
|
|
10
10
|
* GradientColorBar will auto show when the mode is `gradient`.
|
|
11
11
|
*/
|
|
12
|
-
declare const _default:
|
|
12
|
+
declare const _default: vue1099.DefineSetupFnComponent<GradientColorBarProps, {}, {}, GradientColorBarProps & {}, vue1099.PublicProps>;
|
|
13
13
|
//#endregion
|
|
14
14
|
export { GradientColorBarProps, _default as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as vue1101 from "vue";
|
|
2
2
|
|
|
3
3
|
//#region src/color-picker/components/PanelPicker/index.d.ts
|
|
4
|
-
declare const _default:
|
|
4
|
+
declare const _default: vue1101.DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, vue1101.PublicProps>;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { _default as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as vue1013 from "vue";
|
|
2
2
|
|
|
3
3
|
//#region src/color-picker/components/PanelPresets.d.ts
|
|
4
|
-
declare const _default:
|
|
4
|
+
declare const _default: vue1013.DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, vue1013.PublicProps>;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { _default as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AggregationColor } from "./color.js";
|
|
2
2
|
import { ColorFormatType, ColorPickerEmits, ModeType, PresetsItem } from "./interface.js";
|
|
3
3
|
import { ModeOptions } from "./hooks/useModeColor.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as vue171 from "vue";
|
|
5
5
|
import { Ref } from "vue";
|
|
6
6
|
|
|
7
7
|
//#region src/color-picker/context.d.ts
|
|
@@ -38,9 +38,9 @@ interface PanelPresetsContextProps {
|
|
|
38
38
|
}
|
|
39
39
|
declare function usePanelPickerProvider(value: Ref<PanelPickerContextProps>): void;
|
|
40
40
|
declare function usePanelPickerContext(): Ref<PanelPickerContextProps, PanelPickerContextProps>;
|
|
41
|
-
declare const PanelPickerContextProvider:
|
|
41
|
+
declare const PanelPickerContextProvider: vue171.DefineSetupFnComponent<PanelPickerContextProps, {}, {}, PanelPickerContextProps & {}, vue171.PublicProps>;
|
|
42
42
|
declare function usePanelPresetsProvider(value: Ref<PanelPresetsContextProps>): void;
|
|
43
43
|
declare function usePanelPresetsContext(): Ref<PanelPresetsContextProps, PanelPresetsContextProps>;
|
|
44
|
-
declare const PanelPresetsContextProvider:
|
|
44
|
+
declare const PanelPresetsContextProvider: vue171.DefineSetupFnComponent<PanelPresetsContextProps, {}, {}, PanelPresetsContextProps & {}, vue171.PublicProps>;
|
|
45
45
|
//#endregion
|
|
46
46
|
export { PanelPickerContextProps, PanelPickerContextProvider, PanelPresetsContextProps, PanelPresetsContextProvider, usePanelPickerContext, usePanelPickerProvider, usePanelPresetsContext, usePanelPresetsProvider };
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { VueNode } from "../../_util/type.js";
|
|
1
|
+
import { VueNode as VueNode$1 } from "../../_util/type.js";
|
|
2
2
|
import { AggregationColor } from "../color.js";
|
|
3
3
|
import { ColorPickerProps, ColorValueType, ModeType } from "../interface.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as vue1039 from "vue";
|
|
5
5
|
import { Ref } from "vue";
|
|
6
6
|
|
|
7
7
|
//#region src/color-picker/hooks/useModeColor.d.ts
|
|
8
8
|
type ModeOptions = {
|
|
9
|
-
label: VueNode;
|
|
9
|
+
label: VueNode$1;
|
|
10
10
|
value: ModeType;
|
|
11
11
|
}[];
|
|
12
|
-
declare function useModeColor(value: Ref<ColorValueType>, mode: Ref<ColorPickerProps['mode']>, defaultValue?: ColorValueType): readonly [
|
|
12
|
+
declare function useModeColor(value: Ref<ColorValueType>, mode: Ref<ColorPickerProps['mode']>, defaultValue?: ColorValueType): readonly [vue1039.ComputedRef<AggregationColor>, (nextColor: AggregationColor) => void, vue1039.ComputedRef<ModeType | undefined>, (nextMode: ModeType) => void, vue1039.ComputedRef<ModeOptions>];
|
|
13
13
|
//#endregion
|
|
14
14
|
export { ModeOptions, useModeColor as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { VueNode } from "../_util/type.js";
|
|
1
|
+
import { VueNode as VueNode$1 } from "../_util/type.js";
|
|
2
2
|
import { SemanticClassNamesType, SemanticStylesType } from "../_util/hooks/useMergeSemantic.js";
|
|
3
3
|
import "../_util/hooks/index.js";
|
|
4
4
|
import { SizeType } from "../config-provider/SizeContext.js";
|
|
@@ -20,7 +20,7 @@ declare const FORMAT_HSB = "hsb";
|
|
|
20
20
|
type ColorFormatType = typeof FORMAT_HEX | typeof FORMAT_RGB | typeof FORMAT_HSB;
|
|
21
21
|
type ColorValueFormatType = ColorFormatType | ((value: AggregationColor) => string);
|
|
22
22
|
interface PresetsItem {
|
|
23
|
-
label: VueNode;
|
|
23
|
+
label: VueNode$1;
|
|
24
24
|
colors: (string | AggregationColor)[];
|
|
25
25
|
/**
|
|
26
26
|
* Whether the initial state is collapsed
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FullToken } from "../../theme/interface/cssinjs-utils.js";
|
|
2
2
|
import "../../theme/internal.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as vue860 from "vue";
|
|
4
4
|
|
|
5
5
|
//#region src/color-picker/style/index.d.ts
|
|
6
6
|
interface ComponentToken {}
|
|
@@ -61,6 +61,6 @@ declare function genActiveStyle(token: ColorPickerToken, borderColor: string, ou
|
|
|
61
61
|
boxShadow: string;
|
|
62
62
|
outline: number;
|
|
63
63
|
};
|
|
64
|
-
declare const _default: (prefixCls:
|
|
64
|
+
declare const _default: (prefixCls: vue860.Ref<string>, rootCls?: vue860.Ref<string | undefined>) => readonly [vue860.Ref<string, string>, vue860.ComputedRef<string | undefined>];
|
|
65
65
|
//#endregion
|
|
66
66
|
export { ColorPickerToken, ComponentToken, _default as default, genActiveStyle };
|
package/dist/components.d.ts
CHANGED
|
@@ -131,6 +131,9 @@ import AutoComplete, { AutoCompleteClassNamesType, AutoCompleteEmits, AutoComple
|
|
|
131
131
|
import { AvatarEmits, AvatarProps, AvatarSlots } from "./avatar/Avatar.js";
|
|
132
132
|
import AvatarGroup, { AvatarGroupProps } from "./avatar/AvatarGroup.js";
|
|
133
133
|
import Avatar from "./avatar/index.js";
|
|
134
|
+
import { BorderBeamColor, BorderBeamGradient } from "./border-beam/util.js";
|
|
135
|
+
import BorderBeam, { BorderBeamProps } from "./border-beam/BorderBeam.js";
|
|
136
|
+
import "./border-beam/index.js";
|
|
134
137
|
import "./breadcrumb/index.js";
|
|
135
138
|
import CardGrid, { CardGridProps } from "./card/CardGrid.js";
|
|
136
139
|
import "./card/index.js";
|
|
@@ -157,4 +160,4 @@ import Typography, { TypographyLink, TypographyParagraph, TypographyText, Typogr
|
|
|
157
160
|
import { DraggerProps } from "./upload/Dragger.js";
|
|
158
161
|
import Upload, { UploadDragger, UploadProps } from "./upload/index.js";
|
|
159
162
|
import Watermark, { WatermarkProps } from "./watermark/index.js";
|
|
160
|
-
export { Affix, type AffixEmits, type AffixProps, type AffixRef, Alert, type AlertEmits, type AlertProps, type AlertSemanticType, type AlertSlots, Anchor, type AnchorEmits, type AnchorLinkProps, type AnchorProps, type AnchorSlots, type AntTreeNode, type AntTreeNodeCheckedEvent, type AntTreeNodeExpandedEvent, type AntTreeNodeMouseEvent, type AntTreeNodeProps, type AntTreeNodeSelectedEvent, type AntdTreeNodeAttribute, _default as App, type AppProps, AutoComplete, type AutoCompleteClassNamesType, type AutoCompleteEmits, Option as AutoCompleteOption, type AutoCompleteProps, type AutoCompleteSlots, type AutoCompleteStylesType, Avatar, type AvatarEmits, AvatarGroup, type AvatarGroupProps, type AvatarProps, type AvatarSlots, BackTopWithInstall as BackTop, Badge, type BadgeProps, BadgeRibbon, type RibbonProps as BadgeRibbonProps, type BadgeSlots, type BasicDataNode, Breadcrumb, type BreadcrumbEmits, _default$1 as BreadcrumbItem, type BreadcrumbItemProps, type ItemType as BreadcrumbItemType, type BreadcrumbProps, _default$2 as BreadcrumbSeparator, type BreadcrumbSlots, Button, type ButtonColorType, type ButtonEmits, type ButtonHTMLType, type ButtonProps, type ButtonSemanticName, type ButtonShape, type SizeType as ButtonSize, type ButtonSlots, type ButtonType, type ButtonVariantType, _default$3 as Calendar, type CalendarMode, type CalendarProps, Card, type CardEmits, CardGrid, type CardGridProps, CardMeta, type CardMetaProps, type CardProps, type CardSize, type CardSlots, type CardTabListType, Carousel, type CarouselEmits, type CarouselProps, type CarouselRef, type CarouselSlots, Cascader, type CascaderEmits, CascaderPanel, type CascaderPanelEmits, type CascaderPanelProps, type CascaderPanelSlots, type CascaderProps, type CascaderSlots, CheckableTag, CheckableTagGroup, type CheckableTagProps, InternalCheckbox as Checkbox, type CheckboxEmits, CheckboxGroup, type CheckboxGroupEmits, type CheckboxGroupProps, type CheckboxGroupSlots, type CheckboxOptionType, type CheckboxProps, type CheckboxSlots, Col, type ColProps, type ColSize, Collapse, CollapsePanel, type CollapsePanelProps, type CollapsePanelSlots, type CollapseProps, type AggregationColor as Color, ColorPicker, type ColorPickerEmits, type ColorPickerProps, type ColorPickerSlots, type ColorValueType, _default$4 as ConfigProvider, type ConfigProviderProps, type DataSourceItemObject, type DataSourceItemType, DateMonthPicker, _default$5 as DatePicker, type DatePickerEmits, type DatePickerProps, type DatePickerSlots, DateQuarterPicker, DateRangePicker, DateWeekPicker, DateYearPicker, Descriptions, DescriptionsItem, type DescriptionsItemProps, type DescriptionsItemSlots, type DescriptionsItemType, type DescriptionsProps, type DescriptionsSlots, DirectoryTree, type DirectoryTreeEmits, type ExpandAction as DirectoryTreeExpandAction, type DirectoryTreeProps, type DirectoryTreeSlots, Divider, type DividerProps, Drawer, type DrawerEmits, type DrawerProps, type DrawerResizableConfig, type DrawerSlots, Dropdown, type DropdownArrowOptions, type DropdownEmits, type DropdownProps, type DropdownSlots, _default$6 as Empty, type EmptyProps, type EmptySlots, Flex, type FlexProps, type FlexSlots, FloatButton, FloatButtonGroup, type FloatButtonGroupProps, type FloatButtonProps, type FloatButtonRef, InternalForm as Form, type FormEmits, type FormInstance, InternalFormItem as FormItem, type FormItemEmits, type FormItemProps, type FormItemSlots, type FormProps, type FormSlots, _default_1 as Image, type ImageEmits, type PreviewConfig as ImagePreviewConfig, ImagePreviewGroup, type ImagePreviewGroupProps, type ImageProps, type ImageSlots, CompoundedInput as Input, type InputEmits, InputGroup, type InputGroupProps, InputNumber, type InputNumberEmits, type InputNumberProps, type VcInputNumberRef as InputNumberRef, type InputNumberStepContext, type ValueType as InputNumberValueType, InputOTP, type OTPEmits as InputOTPEmits, type OTPProps as InputOTPProps, type OTPSlots as InputOTPSlots, InputPassword, type PasswordProps as InputPasswordProps, type InputPasswordRef, type InputProps, type InputRef, InputSearch, type SearchProps as InputSearchProps, type InputSearchRef, type InputSlots, type InputTextAreaRef, type KeyWise, type KeyWiseTransferItem, Layout, LayoutContent, LayoutFooter, LayoutHeader, type BasicProps as LayoutProps, LayoutSider, type LegacyButtonType, type ListStyle, _default$7 as Masonry, type MasonryEmits, type MasonryProps, type MasonryRef, type MasonrySlots, type MentionPlacement, Mentions, type MentionsClassNamesType, type MentionsEmits, Option$1 as MentionsOption, type MentionsOptionProps, type MentionsProps, type MentionsRef, type MentionsSlots, type MentionsStylesType, _default$8 as Menu, MenuDivider, type MenuEmits, MenuItem, MenuItemGroup, type MenuItemGroupProps, type MenuItemProps, type MenuItemType, type MenuProps, type MenuRef, type MenuSlots, _default$9 as Modal, type ModalEmits, type ModalProps, type ModalSlots, type MonthPickerProps, Pagination, type PaginationClassNamesType, type PaginationConfig, type PaginationEmits, type PaginationLocale, type PaginationPosition, type PaginationProps, type PaginationSlots, type PaginationStylesType, Popconfirm, type PopconfirmEmits, type PopconfirmProps, type PopconfirmSlots, Popover, type PopoverEmits, type PopoverProps, type PopoverRef, type PopoverSlots, Progress, type ProgressProps, QRCode, type QRCodeEmits, type QRCodeProps, InternalRadio as Radio, RadioButton, type RadioChangeEvent, type RadioEmits, RadioGroup, type RadioGroupEmits, type RadioGroupOptionType, type RadioGroupProps, type RadioGroupSlots, type RadioOptionType, type RadioProps, type RadioSlots, type RangePickerProps, Rate, type RateEmits, type RateProps, type RenderResult, type RenderResultObject, _default$10 as Result, type ResultProps, type ResultSlots, type ResultStatusType, Row, type RowProps, Segmented, type SegmentedEmits, type SegmentedOptions, type SegmentedProps, type SegmentedSlots, Select, type SelectAllLabel, type SelectEmits, SelectOptGroup, SelectOption, type SelectProps, type SelectSlots, type SelectValue, SkeletonWithSubComponents as Skeleton, SkeletonAvatar, SkeletonButton, SkeletonImage, SkeletonInput, SkeletonNode, type SkeletonProps, Slider, type SliderEmits, type SliderProps, Space, SpaceAddon, SpaceCompact, type SpaceProps, type SpaceSize, type SpaceSlots, _default$11 as Spin, type SpinProps, type SpinSlots, Splitter, type SplitterEmits, SplitterPanel, type SplitterProps, type SplitterSlots, _default$12 as Statistic, type StatisticProps, StatisticTimer, type StatisticTimerProps, type StepItem, Steps, type StepsEmits, type StepsProps, type StepsSlots, SubMenu, type SubMenuProps, Switch, type SwitchEmits, type SwitchProps, type SwitchSize, type SwitchSlots, TabPane, type TabPaneProps, _default$13 as Table, type TableClassNamesType, Column as TableColumn, ColumnGroup as TableColumnGroup, type ColumnType as TableColumnType, type ColumnsType as TableColumnsType, type DataIndex as TableDataIndex, type TableEmits, type TableLocale, type TablePaginationConfig, type TableProps, type TableRowSelection, type TableSlots, type SortOrder as TableSortOrder, type SorterResult as TableSorterResult, type TableStylesType, Summary as TableSummary, SummaryCell as TableSummaryCell, SummaryRow as TableSummaryRow, Tabs, type TabsEmits, type TabsProps, type TabsRef, type TabsSlots, Tag, type TagProps, type TagSlots, InternalTextArea as TextArea, type TextAreaProps, type TextAreaRef, _default$14 as TimePicker, type TimePickerEmits, type TimePickerLocale, type TimePickerProps, type TimePickerSlots, TimeRangePicker, type TimeRangePickerEmits, type TimeRangePickerProps, Timeline, TimelineItem, type TimelineItemProps, type TimelineItemSlots, type TimelineItemType, type TimelineProps, _default$15 as Tooltip, type TooltipAlignConfig, type TooltipEmits, type TooltipPlacement, type TooltipProps, type TooltipRef, type TooltipSlots, Tour, type TourEmits, type TourLocale, type TourProps, type TourSlots, type TourStepItem, type TourStylesType, InternalTransfer as Transfer, type TransferClassNamesType, type TransferCustomListBodyProps, type TransferDirection, type TransferEmits, type TransferItem, type TransferKey, type TransferListBodyProps, type TransferListProps, type TransferLocale, type TransferOperationProps, type PaginationType as TransferPaginationType, type TransferProps, type TransferRender, type TransferSearchEmits, type TransferSearchOption, type TransferSearchProps, type TransferSearchSlots, type TransferSlots, type TransferStylesType, Tree, type DataNode as TreeDataNode, type TreeEmits, type TreeProps, TreeSelect, type TreeSelectEmits, type TreeSelectNode, type TreeSelectProps, type TreeSelectSlots, type TreeSlots, Typography, type BlockProps as TypographyBaseProps, TypographyLink, type LinkProps as TypographyLinkProps, TypographyParagraph, type ParagraphProps as TypographyParagraphProps, TypographyText, type TextProps as TypographyTextProps, TypographyTitle, type TitleProps as TypographyTitleProps, UniqueProvider, Upload, type UploadChangeParam, UploadDragger, type DraggerProps as UploadDraggerProps, type UploadEmits, type UploadFile, type UploadProps, type UploadSlots, Watermark, type WatermarkProps, type WeekPickerProps, staticMethods as message, staticMethods$1 as notification, useExportConfig as useConfig, useLayoutSider, useMessage, useModal, useNotification };
|
|
163
|
+
export { Affix, type AffixEmits, type AffixProps, type AffixRef, Alert, type AlertEmits, type AlertProps, type AlertSemanticType, type AlertSlots, Anchor, type AnchorEmits, type AnchorLinkProps, type AnchorProps, type AnchorSlots, type AntTreeNode, type AntTreeNodeCheckedEvent, type AntTreeNodeExpandedEvent, type AntTreeNodeMouseEvent, type AntTreeNodeProps, type AntTreeNodeSelectedEvent, type AntdTreeNodeAttribute, _default as App, type AppProps, AutoComplete, type AutoCompleteClassNamesType, type AutoCompleteEmits, Option as AutoCompleteOption, type AutoCompleteProps, type AutoCompleteSlots, type AutoCompleteStylesType, Avatar, type AvatarEmits, AvatarGroup, type AvatarGroupProps, type AvatarProps, type AvatarSlots, BackTopWithInstall as BackTop, Badge, type BadgeProps, BadgeRibbon, type RibbonProps as BadgeRibbonProps, type BadgeSlots, type BasicDataNode, BorderBeam, type BorderBeamColor, type BorderBeamGradient, type BorderBeamProps, Breadcrumb, type BreadcrumbEmits, _default$1 as BreadcrumbItem, type BreadcrumbItemProps, type ItemType as BreadcrumbItemType, type BreadcrumbProps, _default$2 as BreadcrumbSeparator, type BreadcrumbSlots, Button, type ButtonColorType, type ButtonEmits, type ButtonHTMLType, type ButtonProps, type ButtonSemanticName, type ButtonShape, type SizeType as ButtonSize, type ButtonSlots, type ButtonType, type ButtonVariantType, _default$3 as Calendar, type CalendarMode, type CalendarProps, Card, type CardEmits, CardGrid, type CardGridProps, CardMeta, type CardMetaProps, type CardProps, type CardSize, type CardSlots, type CardTabListType, Carousel, type CarouselEmits, type CarouselProps, type CarouselRef, type CarouselSlots, Cascader, type CascaderEmits, CascaderPanel, type CascaderPanelEmits, type CascaderPanelProps, type CascaderPanelSlots, type CascaderProps, type CascaderSlots, CheckableTag, CheckableTagGroup, type CheckableTagProps, InternalCheckbox as Checkbox, type CheckboxEmits, CheckboxGroup, type CheckboxGroupEmits, type CheckboxGroupProps, type CheckboxGroupSlots, type CheckboxOptionType, type CheckboxProps, type CheckboxSlots, Col, type ColProps, type ColSize, Collapse, CollapsePanel, type CollapsePanelProps, type CollapsePanelSlots, type CollapseProps, type AggregationColor as Color, ColorPicker, type ColorPickerEmits, type ColorPickerProps, type ColorPickerSlots, type ColorValueType, _default$4 as ConfigProvider, type ConfigProviderProps, type DataSourceItemObject, type DataSourceItemType, DateMonthPicker, _default$5 as DatePicker, type DatePickerEmits, type DatePickerProps, type DatePickerSlots, DateQuarterPicker, DateRangePicker, DateWeekPicker, DateYearPicker, Descriptions, DescriptionsItem, type DescriptionsItemProps, type DescriptionsItemSlots, type DescriptionsItemType, type DescriptionsProps, type DescriptionsSlots, DirectoryTree, type DirectoryTreeEmits, type ExpandAction as DirectoryTreeExpandAction, type DirectoryTreeProps, type DirectoryTreeSlots, Divider, type DividerProps, Drawer, type DrawerEmits, type DrawerProps, type DrawerResizableConfig, type DrawerSlots, Dropdown, type DropdownArrowOptions, type DropdownEmits, type DropdownProps, type DropdownSlots, _default$6 as Empty, type EmptyProps, type EmptySlots, Flex, type FlexProps, type FlexSlots, FloatButton, FloatButtonGroup, type FloatButtonGroupProps, type FloatButtonProps, type FloatButtonRef, InternalForm as Form, type FormEmits, type FormInstance, InternalFormItem as FormItem, type FormItemEmits, type FormItemProps, type FormItemSlots, type FormProps, type FormSlots, _default_1 as Image, type ImageEmits, type PreviewConfig as ImagePreviewConfig, ImagePreviewGroup, type ImagePreviewGroupProps, type ImageProps, type ImageSlots, CompoundedInput as Input, type InputEmits, InputGroup, type InputGroupProps, InputNumber, type InputNumberEmits, type InputNumberProps, type VcInputNumberRef as InputNumberRef, type InputNumberStepContext, type ValueType as InputNumberValueType, InputOTP, type OTPEmits as InputOTPEmits, type OTPProps as InputOTPProps, type OTPSlots as InputOTPSlots, InputPassword, type PasswordProps as InputPasswordProps, type InputPasswordRef, type InputProps, type InputRef, InputSearch, type SearchProps as InputSearchProps, type InputSearchRef, type InputSlots, type InputTextAreaRef, type KeyWise, type KeyWiseTransferItem, Layout, LayoutContent, LayoutFooter, LayoutHeader, type BasicProps as LayoutProps, LayoutSider, type LegacyButtonType, type ListStyle, _default$7 as Masonry, type MasonryEmits, type MasonryProps, type MasonryRef, type MasonrySlots, type MentionPlacement, Mentions, type MentionsClassNamesType, type MentionsEmits, Option$1 as MentionsOption, type MentionsOptionProps, type MentionsProps, type MentionsRef, type MentionsSlots, type MentionsStylesType, _default$8 as Menu, MenuDivider, type MenuEmits, MenuItem, MenuItemGroup, type MenuItemGroupProps, type MenuItemProps, type MenuItemType, type MenuProps, type MenuRef, type MenuSlots, _default$9 as Modal, type ModalEmits, type ModalProps, type ModalSlots, type MonthPickerProps, Pagination, type PaginationClassNamesType, type PaginationConfig, type PaginationEmits, type PaginationLocale, type PaginationPosition, type PaginationProps, type PaginationSlots, type PaginationStylesType, Popconfirm, type PopconfirmEmits, type PopconfirmProps, type PopconfirmSlots, Popover, type PopoverEmits, type PopoverProps, type PopoverRef, type PopoverSlots, Progress, type ProgressProps, QRCode, type QRCodeEmits, type QRCodeProps, InternalRadio as Radio, RadioButton, type RadioChangeEvent, type RadioEmits, RadioGroup, type RadioGroupEmits, type RadioGroupOptionType, type RadioGroupProps, type RadioGroupSlots, type RadioOptionType, type RadioProps, type RadioSlots, type RangePickerProps, Rate, type RateEmits, type RateProps, type RenderResult, type RenderResultObject, _default$10 as Result, type ResultProps, type ResultSlots, type ResultStatusType, Row, type RowProps, Segmented, type SegmentedEmits, type SegmentedOptions, type SegmentedProps, type SegmentedSlots, Select, type SelectAllLabel, type SelectEmits, SelectOptGroup, SelectOption, type SelectProps, type SelectSlots, type SelectValue, SkeletonWithSubComponents as Skeleton, SkeletonAvatar, SkeletonButton, SkeletonImage, SkeletonInput, SkeletonNode, type SkeletonProps, Slider, type SliderEmits, type SliderProps, Space, SpaceAddon, SpaceCompact, type SpaceProps, type SpaceSize, type SpaceSlots, _default$11 as Spin, type SpinProps, type SpinSlots, Splitter, type SplitterEmits, SplitterPanel, type SplitterProps, type SplitterSlots, _default$12 as Statistic, type StatisticProps, StatisticTimer, type StatisticTimerProps, type StepItem, Steps, type StepsEmits, type StepsProps, type StepsSlots, SubMenu, type SubMenuProps, Switch, type SwitchEmits, type SwitchProps, type SwitchSize, type SwitchSlots, TabPane, type TabPaneProps, _default$13 as Table, type TableClassNamesType, Column as TableColumn, ColumnGroup as TableColumnGroup, type ColumnType as TableColumnType, type ColumnsType as TableColumnsType, type DataIndex as TableDataIndex, type TableEmits, type TableLocale, type TablePaginationConfig, type TableProps, type TableRowSelection, type TableSlots, type SortOrder as TableSortOrder, type SorterResult as TableSorterResult, type TableStylesType, Summary as TableSummary, SummaryCell as TableSummaryCell, SummaryRow as TableSummaryRow, Tabs, type TabsEmits, type TabsProps, type TabsRef, type TabsSlots, Tag, type TagProps, type TagSlots, InternalTextArea as TextArea, type TextAreaProps, type TextAreaRef, _default$14 as TimePicker, type TimePickerEmits, type TimePickerLocale, type TimePickerProps, type TimePickerSlots, TimeRangePicker, type TimeRangePickerEmits, type TimeRangePickerProps, Timeline, TimelineItem, type TimelineItemProps, type TimelineItemSlots, type TimelineItemType, type TimelineProps, _default$15 as Tooltip, type TooltipAlignConfig, type TooltipEmits, type TooltipPlacement, type TooltipProps, type TooltipRef, type TooltipSlots, Tour, type TourEmits, type TourLocale, type TourProps, type TourSlots, type TourStepItem, type TourStylesType, InternalTransfer as Transfer, type TransferClassNamesType, type TransferCustomListBodyProps, type TransferDirection, type TransferEmits, type TransferItem, type TransferKey, type TransferListBodyProps, type TransferListProps, type TransferLocale, type TransferOperationProps, type PaginationType as TransferPaginationType, type TransferProps, type TransferRender, type TransferSearchEmits, type TransferSearchOption, type TransferSearchProps, type TransferSearchSlots, type TransferSlots, type TransferStylesType, Tree, type DataNode as TreeDataNode, type TreeEmits, type TreeProps, TreeSelect, type TreeSelectEmits, type TreeSelectNode, type TreeSelectProps, type TreeSelectSlots, type TreeSlots, Typography, type BlockProps as TypographyBaseProps, TypographyLink, type LinkProps as TypographyLinkProps, TypographyParagraph, type ParagraphProps as TypographyParagraphProps, TypographyText, type TextProps as TypographyTextProps, TypographyTitle, type TitleProps as TypographyTitleProps, UniqueProvider, Upload, type UploadChangeParam, UploadDragger, type DraggerProps as UploadDraggerProps, type UploadEmits, type UploadFile, type UploadProps, type UploadSlots, Watermark, type WatermarkProps, type WeekPickerProps, staticMethods as message, staticMethods$1 as notification, useExportConfig as useConfig, useLayoutSider, useMessage, useModal, useNotification };
|