antdv-next 1.2.2 → 1.3.0
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 +4 -4
- 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 +3 -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 +13 -13
- 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 +5 -5
- 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/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/FilterSearch.d.ts +2 -2
- package/dist/table/hooks/useFilter/FilterWrapper.d.ts +3 -3
- package/dist/table/hooks/useFilter/index.d.ts +21 -21
- 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/default/theme.d.ts +2 -2
- 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 +1251 -1233
- package/web-types.json +3794 -3750
- 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,21 +1,21 @@
|
|
|
1
1
|
import { ButtonProps } from "../../button/Button.js";
|
|
2
2
|
import "../../index.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as vue665 from "vue";
|
|
4
4
|
import { Components } from "@v-c/picker";
|
|
5
5
|
import * as _v_c_picker_dist_interface0 from "@v-c/picker/dist/interface";
|
|
6
6
|
|
|
7
7
|
//#region src/date-picker/generatePicker/useComponents.d.ts
|
|
8
8
|
declare function useComponents(components?: Components): {
|
|
9
|
-
time?:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
decade?:
|
|
16
|
-
datetime?:
|
|
17
|
-
button: string |
|
|
18
|
-
input?: (
|
|
9
|
+
time?: vue665.DefineComponent<_v_c_picker_dist_interface0.SharedPanelProps<any>> | undefined;
|
|
10
|
+
year?: vue665.DefineComponent<_v_c_picker_dist_interface0.SharedPanelProps<any>> | undefined;
|
|
11
|
+
month?: vue665.DefineComponent<_v_c_picker_dist_interface0.SharedPanelProps<any>> | undefined;
|
|
12
|
+
date?: vue665.DefineComponent<_v_c_picker_dist_interface0.SharedPanelProps<any>> | undefined;
|
|
13
|
+
week?: vue665.DefineComponent<_v_c_picker_dist_interface0.SharedPanelProps<any>> | undefined;
|
|
14
|
+
quarter?: vue665.DefineComponent<_v_c_picker_dist_interface0.SharedPanelProps<any>> | undefined;
|
|
15
|
+
decade?: vue665.DefineComponent<_v_c_picker_dist_interface0.SharedPanelProps<any>> | undefined;
|
|
16
|
+
datetime?: vue665.DefineComponent<_v_c_picker_dist_interface0.SharedPanelProps<any>> | undefined;
|
|
17
|
+
button: string | vue665.DefineSetupFnComponent<ButtonProps, {}, {}, ButtonProps & {}, vue665.PublicProps> | vue665.DefineComponent;
|
|
18
|
+
input?: (vue665.DefineComponent | string) | undefined;
|
|
19
19
|
};
|
|
20
20
|
//#endregion
|
|
21
21
|
export { useComponents as default };
|
|
@@ -2,7 +2,7 @@ import { DatePickerEmits, DatePickerSlots, InternalPickerProps } from "./generat
|
|
|
2
2
|
import generatePicker from "./generatePicker/index.js";
|
|
3
3
|
import { PickerLocale, PickerPropsWithMultiple } from "./generatePicker/interface.js";
|
|
4
4
|
import { InternalRangePickerProps, RangePickerEmits, RangePickerSlots } from "./generatePicker/generateRangePicker.js";
|
|
5
|
-
import * as
|
|
5
|
+
import * as vue382 from "vue";
|
|
6
6
|
import { Dayjs } from "dayjs";
|
|
7
7
|
|
|
8
8
|
//#region src/date-picker/index.d.ts
|
|
@@ -10,13 +10,13 @@ type DatePickerProps<ValueType = Dayjs, IsMultiple extends boolean = boolean> =
|
|
|
10
10
|
type MonthPickerProps<ValueType = Dayjs | Dayjs> = Omit<DatePickerProps<ValueType>, 'picker'>;
|
|
11
11
|
type WeekPickerProps<ValueType = Dayjs | Dayjs> = Omit<DatePickerProps<ValueType>, 'picker'>;
|
|
12
12
|
type RangePickerProps = InternalRangePickerProps<Dayjs>;
|
|
13
|
-
declare const DatePicker:
|
|
14
|
-
WeekPicker:
|
|
15
|
-
MonthPicker:
|
|
16
|
-
YearPicker:
|
|
17
|
-
RangePicker:
|
|
18
|
-
TimePicker:
|
|
19
|
-
QuarterPicker:
|
|
13
|
+
declare const DatePicker: vue382.DefineSetupFnComponent<InternalPickerProps<Dayjs>, DatePickerEmits<Dayjs>, vue382.SlotsType<DatePickerSlots>, InternalPickerProps<Dayjs>, vue382.PublicProps> & {
|
|
14
|
+
WeekPicker: vue382.DefineSetupFnComponent<InternalPickerProps<Dayjs>, DatePickerEmits<Dayjs>, vue382.SlotsType<DatePickerSlots>, InternalPickerProps<Dayjs>, vue382.PublicProps>;
|
|
15
|
+
MonthPicker: vue382.DefineSetupFnComponent<InternalPickerProps<Dayjs>, DatePickerEmits<Dayjs>, vue382.SlotsType<DatePickerSlots>, InternalPickerProps<Dayjs>, vue382.PublicProps>;
|
|
16
|
+
YearPicker: vue382.DefineSetupFnComponent<InternalPickerProps<Dayjs>, DatePickerEmits<Dayjs>, vue382.SlotsType<DatePickerSlots>, InternalPickerProps<Dayjs>, vue382.PublicProps>;
|
|
17
|
+
RangePicker: vue382.DefineSetupFnComponent<InternalRangePickerProps<Dayjs>, RangePickerEmits<Dayjs>, vue382.SlotsType<RangePickerSlots>, InternalRangePickerProps<Dayjs>, vue382.PublicProps>;
|
|
18
|
+
TimePicker: vue382.DefineSetupFnComponent<InternalPickerProps<Dayjs>, DatePickerEmits<Dayjs>, vue382.SlotsType<DatePickerSlots>, InternalPickerProps<Dayjs>, vue382.PublicProps>;
|
|
19
|
+
QuarterPicker: vue382.DefineSetupFnComponent<InternalPickerProps<Dayjs>, DatePickerEmits<Dayjs>, vue382.SlotsType<DatePickerSlots>, InternalPickerProps<Dayjs>, vue382.PublicProps>;
|
|
20
20
|
};
|
|
21
21
|
type DatePickerType = typeof DatePicker & {
|
|
22
22
|
generatePicker: typeof generatePicker;
|
|
@@ -24,10 +24,10 @@ type DatePickerType = typeof DatePicker & {
|
|
|
24
24
|
_InternalRangePanelDoNotUseOrYouWillBeFired: any;
|
|
25
25
|
};
|
|
26
26
|
declare const _default: DatePickerType;
|
|
27
|
-
declare const DateRangePicker:
|
|
28
|
-
declare const DateWeekPicker:
|
|
29
|
-
declare const DateMonthPicker:
|
|
30
|
-
declare const DateYearPicker:
|
|
31
|
-
declare const DateQuarterPicker:
|
|
27
|
+
declare const DateRangePicker: vue382.DefineSetupFnComponent<InternalRangePickerProps<Dayjs>, RangePickerEmits<Dayjs>, vue382.SlotsType<RangePickerSlots>, InternalRangePickerProps<Dayjs>, vue382.PublicProps>;
|
|
28
|
+
declare const DateWeekPicker: vue382.DefineSetupFnComponent<InternalPickerProps<Dayjs>, DatePickerEmits<Dayjs>, vue382.SlotsType<DatePickerSlots>, InternalPickerProps<Dayjs>, vue382.PublicProps>;
|
|
29
|
+
declare const DateMonthPicker: vue382.DefineSetupFnComponent<InternalPickerProps<Dayjs>, DatePickerEmits<Dayjs>, vue382.SlotsType<DatePickerSlots>, InternalPickerProps<Dayjs>, vue382.PublicProps>;
|
|
30
|
+
declare const DateYearPicker: vue382.DefineSetupFnComponent<InternalPickerProps<Dayjs>, DatePickerEmits<Dayjs>, vue382.SlotsType<DatePickerSlots>, InternalPickerProps<Dayjs>, vue382.PublicProps>;
|
|
31
|
+
declare const DateQuarterPicker: vue382.DefineSetupFnComponent<InternalPickerProps<Dayjs>, DatePickerEmits<Dayjs>, vue382.SlotsType<DatePickerSlots>, InternalPickerProps<Dayjs>, vue382.PublicProps>;
|
|
32
32
|
//#endregion
|
|
33
33
|
export { DateMonthPicker, type DatePickerEmits, DatePickerProps, type DatePickerSlots, DatePickerType, DateQuarterPicker, DateRangePicker, DateWeekPicker, DateYearPicker, MonthPickerProps, type PickerLocale, RangePickerProps, WeekPickerProps, _default as default };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ComponentToken, PanelComponentToken, PickerPanelToken, initPanelComponentToken, initPickerPanelToken } from "./token.js";
|
|
2
2
|
import { genPanelStyle } from "./panel.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as vue651 from "vue";
|
|
4
4
|
|
|
5
5
|
//#region src/date-picker/style/index.d.ts
|
|
6
|
-
declare const _default: (prefixCls:
|
|
6
|
+
declare const _default: (prefixCls: vue651.Ref<string>, rootCls?: vue651.Ref<string | undefined>) => readonly [vue651.Ref<string, string>, vue651.ComputedRef<string | undefined>];
|
|
7
7
|
//#endregion
|
|
8
8
|
export { type ComponentToken, type PanelComponentToken, type PickerPanelToken, _default as default, genPanelStyle, initPanelComponentToken, initPickerPanelToken };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { resetComponent, textEllipsis } from "../../style/index.js";
|
|
2
|
-
import { genStyleHooks } from "../../theme/util/genStyleUtils.js";
|
|
2
|
+
import { genCssVar, genStyleHooks } from "../../theme/util/genStyleUtils.js";
|
|
3
3
|
import { mergeToken } from "../../theme/internal.js";
|
|
4
4
|
import { genRoundedArrow } from "../../style/roundedArrow.js";
|
|
5
5
|
import { initMoveMotion } from "../../style/motion/move.js";
|
|
@@ -19,15 +19,24 @@ function genPickerPadding(paddingBlock, paddingInline) {
|
|
|
19
19
|
}
|
|
20
20
|
const genPickerStatusStyle = (token) => {
|
|
21
21
|
const { componentCls, colorError, colorWarning } = token;
|
|
22
|
+
const [varName] = genCssVar(token.antCls, "date-picker");
|
|
22
23
|
return { [`${componentCls}:not(${componentCls}-disabled):not([disabled])`]: {
|
|
23
|
-
[`&${componentCls}-status-error`]: {
|
|
24
|
-
|
|
24
|
+
[`&${componentCls}-status-error`]: {
|
|
25
|
+
[varName("affix-color")]: token.colorErrorAffix,
|
|
26
|
+
[`${componentCls}-active-bar`]: { background: colorError }
|
|
27
|
+
},
|
|
28
|
+
[`&${componentCls}-status-warning`]: {
|
|
29
|
+
[varName("affix-color")]: token.colorWarningAffix,
|
|
30
|
+
[`${componentCls}-active-bar`]: { background: colorWarning }
|
|
31
|
+
}
|
|
25
32
|
} };
|
|
26
33
|
};
|
|
27
34
|
const genPickerStyle = (token) => {
|
|
28
35
|
const { componentCls, antCls, paddingInline, lineWidth, lineType, colorBorder, borderRadius, motionDurationMid, colorTextDisabled, colorTextPlaceholder, colorTextQuaternary, fontSizeLG, inputFontSizeLG, fontSizeSM, inputFontSizeSM, controlHeightSM, paddingInlineSM, paddingXS, marginXS, colorIcon, lineWidthBold, colorPrimary, motionDurationSlow, zIndexPopup, paddingXXS, sizePopupArrow, colorBgElevated, borderRadiusLG, boxShadowSecondary, borderRadiusSM, colorSplit, cellHoverBg, presetsWidth, presetsMaxWidth, boxShadowPopoverArrow, fontHeight, lineHeightLG } = token;
|
|
36
|
+
const [varName, varRef] = genCssVar(antCls, "date-picker");
|
|
29
37
|
return [
|
|
30
38
|
{ [componentCls]: {
|
|
39
|
+
[varName("affix-color")]: "inherit",
|
|
31
40
|
...resetComponent(token),
|
|
32
41
|
...genPickerPadding(token.paddingBlock, token.paddingInline),
|
|
33
42
|
position: "relative",
|
|
@@ -41,6 +50,7 @@ const genPickerStyle = (token) => {
|
|
|
41
50
|
`background-color`
|
|
42
51
|
].map((prop) => `${prop} ${motionDurationMid}`).join(", "),
|
|
43
52
|
[`${componentCls}-prefix`]: {
|
|
53
|
+
color: varRef("affix-color"),
|
|
44
54
|
flex: "0 0 auto",
|
|
45
55
|
marginInlineEnd: token.inputAffixPadding
|
|
46
56
|
},
|
|
@@ -2,13 +2,13 @@ import { RenderNodeFn } from "../_util/type.js";
|
|
|
2
2
|
import "./generatePicker/index.js";
|
|
3
3
|
import { PickerLocale, PickerProps as PickerProps$1 } from "./generatePicker/interface.js";
|
|
4
4
|
import { PickerMode } from "@v-c/picker";
|
|
5
|
-
import * as
|
|
5
|
+
import * as vue_jsx_runtime17 from "vue/jsx-runtime";
|
|
6
6
|
|
|
7
7
|
//#region src/date-picker/util.d.ts
|
|
8
8
|
declare function getPlaceholder(locale: PickerLocale, picker?: PickerMode, customizePlaceholder?: string): string;
|
|
9
9
|
declare function getRangePlaceholder(locale: PickerLocale, picker?: PickerMode, customizePlaceholder?: [string, string]): [string, string] | undefined;
|
|
10
|
-
declare function useIcons(props: Pick<PickerProps$1, 'allowClear' | 'removeIcon'>, prefixCls: string): readonly [false, string | number | boolean |
|
|
10
|
+
declare function useIcons(props: Pick<PickerProps$1, 'allowClear' | 'removeIcon'>, prefixCls: string): readonly [false, string | number | boolean | vue_jsx_runtime17.JSX.Element | RenderNodeFn<any[]> | null] | readonly [{
|
|
11
11
|
clearIcon: VueNode;
|
|
12
|
-
}, string | number | boolean |
|
|
12
|
+
}, string | number | boolean | vue_jsx_runtime17.JSX.Element | RenderNodeFn<any[]> | null];
|
|
13
13
|
//#endregion
|
|
14
14
|
export { getPlaceholder, getRangePlaceholder, useIcons };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { VueNode } from "../_util/type.js";
|
|
1
|
+
import { VueNode as VueNode$1 } from "../_util/type.js";
|
|
2
2
|
import { CellSemanticClassNames, CellSemanticStyles } from "./DescriptionsContext.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as vue479 from "vue";
|
|
4
4
|
|
|
5
5
|
//#region src/descriptions/Cell.d.ts
|
|
6
6
|
interface CellProps {
|
|
@@ -10,11 +10,11 @@ interface CellProps {
|
|
|
10
10
|
classes?: CellSemanticClassNames;
|
|
11
11
|
styles?: CellSemanticStyles;
|
|
12
12
|
bordered?: boolean;
|
|
13
|
-
label?: VueNode;
|
|
14
|
-
content?: VueNode;
|
|
13
|
+
label?: VueNode$1;
|
|
14
|
+
content?: VueNode$1;
|
|
15
15
|
type?: 'label' | 'content' | 'item';
|
|
16
16
|
colon?: boolean;
|
|
17
17
|
}
|
|
18
|
-
declare const Cell:
|
|
18
|
+
declare const Cell: vue479.DefineSetupFnComponent<CellProps, {}, {}, CellProps & {}, vue479.PublicProps>;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { CellProps, Cell as default };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { EmptyEmit, VueNode } from "../_util/type.js";
|
|
1
|
+
import { EmptyEmit, VueNode as VueNode$1 } from "../_util/type.js";
|
|
2
2
|
import { Breakpoint } from "../_util/responsiveObserver.js";
|
|
3
3
|
import { CellSemanticClassNames, CellSemanticStyles } from "./DescriptionsContext.js";
|
|
4
4
|
import { ComponentBaseProps } from "../config-provider/context.js";
|
|
5
|
-
import * as
|
|
5
|
+
import * as vue483 from "vue";
|
|
6
6
|
import { CSSProperties, SlotsType } from "vue";
|
|
7
7
|
|
|
8
8
|
//#region src/descriptions/Item.d.ts
|
|
@@ -10,10 +10,10 @@ declare const DESCRIPTIONS_ITEM_MARK = "_ANTDV_NEXT_DESCRIPTIONS_ITEM";
|
|
|
10
10
|
interface DescriptionsItemProps extends ComponentBaseProps {
|
|
11
11
|
class?: string;
|
|
12
12
|
style?: CSSProperties;
|
|
13
|
-
label?: VueNode;
|
|
13
|
+
label?: VueNode$1;
|
|
14
14
|
classes?: CellSemanticClassNames;
|
|
15
15
|
styles?: CellSemanticStyles;
|
|
16
|
-
content?: VueNode;
|
|
16
|
+
content?: VueNode$1;
|
|
17
17
|
span?: number | 'filled' | { [key in Breakpoint]?: number };
|
|
18
18
|
}
|
|
19
19
|
interface DescriptionsItemSlots {
|
|
@@ -21,6 +21,6 @@ interface DescriptionsItemSlots {
|
|
|
21
21
|
label?: () => any;
|
|
22
22
|
content?: () => any;
|
|
23
23
|
}
|
|
24
|
-
declare const DescriptionsItem:
|
|
24
|
+
declare const DescriptionsItem: vue483.DefineSetupFnComponent<DescriptionsItemProps, EmptyEmit, SlotsType<DescriptionsItemSlots>, DescriptionsItemProps, vue483.PublicProps>;
|
|
25
25
|
//#endregion
|
|
26
26
|
export { DESCRIPTIONS_ITEM_MARK, DescriptionsItemProps, DescriptionsItemSlots, DescriptionsItem as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EmptyEmit } from "../_util/type.js";
|
|
2
2
|
import { InternalDescriptionsItemType, RenderDescriptionsItem } from "./index.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as vue543 from "vue";
|
|
4
4
|
import { SlotsType } from "vue";
|
|
5
5
|
|
|
6
6
|
//#region src/descriptions/Row.d.ts
|
|
@@ -17,6 +17,6 @@ interface RowProps {
|
|
|
17
17
|
interface RowSlots {
|
|
18
18
|
default?: () => any;
|
|
19
19
|
}
|
|
20
|
-
declare const Row:
|
|
20
|
+
declare const Row: vue543.DefineSetupFnComponent<RowProps, EmptyEmit, SlotsType<RowSlots>, RowProps, vue543.PublicProps>;
|
|
21
21
|
//#endregion
|
|
22
22
|
export { RowProps, RowSlots, Row as default };
|
package/dist/descriptions/Row.js
CHANGED
|
@@ -97,7 +97,7 @@ const Row = /* @__PURE__ */ defineComponent((props) => {
|
|
|
97
97
|
component: "th",
|
|
98
98
|
type: "label",
|
|
99
99
|
showLabel: true,
|
|
100
|
-
...descContext
|
|
100
|
+
...descContext.value
|
|
101
101
|
})]), createVNode("tr", {
|
|
102
102
|
"key": `content-${index}`,
|
|
103
103
|
"class": `${prefixCls}-row`
|
|
@@ -105,7 +105,7 @@ const Row = /* @__PURE__ */ defineComponent((props) => {
|
|
|
105
105
|
component: "td",
|
|
106
106
|
type: "content",
|
|
107
107
|
showContent: true,
|
|
108
|
-
...descContext
|
|
108
|
+
...descContext.value
|
|
109
109
|
})])]);
|
|
110
110
|
return createVNode("tr", {
|
|
111
111
|
"key": index,
|
|
@@ -115,7 +115,7 @@ const Row = /* @__PURE__ */ defineComponent((props) => {
|
|
|
115
115
|
type: "item",
|
|
116
116
|
showLabel: true,
|
|
117
117
|
showContent: true,
|
|
118
|
-
...descContext
|
|
118
|
+
...descContext.value
|
|
119
119
|
})]);
|
|
120
120
|
};
|
|
121
121
|
}, { props: {
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import { VueNode } from "../../_util/type.js";
|
|
1
|
+
import { VueNode as VueNode$1 } from "../../_util/type.js";
|
|
2
2
|
import { ScreenMap } from "../../_util/responsiveObserver.js";
|
|
3
3
|
import { CellSemanticClassNames, CellSemanticStyles } from "../DescriptionsContext.js";
|
|
4
4
|
import { DescriptionsItemType } from "../index.js";
|
|
5
|
-
import * as
|
|
5
|
+
import * as vue713 from "vue";
|
|
6
6
|
import { Ref } from "vue";
|
|
7
7
|
import * as _v_c_util_dist_type0 from "@v-c/util/dist/type";
|
|
8
8
|
|
|
9
9
|
//#region src/descriptions/hooks/useItems.d.ts
|
|
10
|
-
declare function useItems(screens: Ref<ScreenMap>, items: Ref<DescriptionsItemType[]>):
|
|
10
|
+
declare function useItems(screens: Ref<ScreenMap>, items: Ref<DescriptionsItemType[]>): vue713.ComputedRef<({
|
|
11
11
|
filled: boolean;
|
|
12
12
|
_$index: number;
|
|
13
13
|
key?: _v_c_util_dist_type0.Key;
|
|
14
|
-
|
|
14
|
+
label?: VueNode$1;
|
|
15
|
+
style?: vue713.CSSProperties | undefined;
|
|
15
16
|
styles?: CellSemanticStyles | undefined;
|
|
16
|
-
rootClass?: string | undefined;
|
|
17
|
-
style?: vue834.CSSProperties | undefined;
|
|
18
|
-
label?: VueNode;
|
|
19
|
-
content?: VueNode;
|
|
20
17
|
class?: string | undefined;
|
|
18
|
+
classes?: CellSemanticClassNames | undefined;
|
|
19
|
+
rootClass?: string | undefined;
|
|
20
|
+
content?: VueNode$1;
|
|
21
21
|
} | {
|
|
22
22
|
span: number | undefined;
|
|
23
23
|
key?: _v_c_util_dist_type0.Key;
|
|
24
|
-
|
|
24
|
+
label?: VueNode$1;
|
|
25
|
+
style?: vue713.CSSProperties | undefined;
|
|
25
26
|
styles?: CellSemanticStyles | undefined;
|
|
26
|
-
rootClass?: string | undefined;
|
|
27
|
-
style?: vue834.CSSProperties | undefined;
|
|
28
|
-
label?: VueNode;
|
|
29
|
-
content?: VueNode;
|
|
30
27
|
class?: string | undefined;
|
|
28
|
+
classes?: CellSemanticClassNames | undefined;
|
|
29
|
+
rootClass?: string | undefined;
|
|
30
|
+
content?: VueNode$1;
|
|
31
31
|
_$index: number;
|
|
32
32
|
})[]>;
|
|
33
33
|
//#endregion
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { InternalDescriptionsItemType } from "../index.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as vue808 from "vue";
|
|
3
3
|
import { Ref } from "vue";
|
|
4
4
|
|
|
5
5
|
//#region src/descriptions/hooks/useRow.d.ts
|
|
6
|
-
declare function useRow(mergedColumn: Ref<number>, items: Ref<InternalDescriptionsItemType[]>):
|
|
6
|
+
declare function useRow(mergedColumn: Ref<number>, items: Ref<InternalDescriptionsItemType[]>): vue808.ComputedRef<InternalDescriptionsItemType[][]>;
|
|
7
7
|
//#endregion
|
|
8
8
|
export { useRow as default };
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { EmptyEmit, VueNode } from "../_util/type.js";
|
|
1
|
+
import { EmptyEmit, 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 { Breakpoint } from "../_util/responsiveObserver.js";
|
|
6
6
|
import DescriptionsItem, { DescriptionsItemProps, DescriptionsItemSlots } from "./Item.js";
|
|
7
7
|
import { ComponentBaseProps } from "../config-provider/context.js";
|
|
8
|
-
import * as
|
|
8
|
+
import * as vue549 from "vue";
|
|
9
9
|
import { CSSProperties, SlotsType } from "vue";
|
|
10
10
|
import { Key } from "@v-c/util/dist/type";
|
|
11
11
|
|
|
@@ -49,8 +49,8 @@ type RenderDescriptionsItem = (params: {
|
|
|
49
49
|
interface DescriptionsProps extends ComponentBaseProps {
|
|
50
50
|
bordered?: boolean;
|
|
51
51
|
size?: SizeType | 'default';
|
|
52
|
-
title?: VueNode;
|
|
53
|
-
extra?: VueNode;
|
|
52
|
+
title?: VueNode$1;
|
|
53
|
+
extra?: VueNode$1;
|
|
54
54
|
labelRender?: RenderDescriptionsItem;
|
|
55
55
|
contentRender?: RenderDescriptionsItem;
|
|
56
56
|
column?: number | Partial<Record<Breakpoint, number>>;
|
|
@@ -68,6 +68,6 @@ interface DescriptionsSlots {
|
|
|
68
68
|
labelRender?: RenderDescriptionsItem;
|
|
69
69
|
contentRender?: RenderDescriptionsItem;
|
|
70
70
|
}
|
|
71
|
-
declare const Descriptions:
|
|
71
|
+
declare const Descriptions: vue549.DefineSetupFnComponent<DescriptionsProps, EmptyEmit, SlotsType<DescriptionsSlots>, DescriptionsProps, vue549.PublicProps>;
|
|
72
72
|
//#endregion
|
|
73
73
|
export { DescriptionsClassNamesType, DescriptionsItem, type DescriptionsItemProps, type DescriptionsItemSlots, DescriptionsItemType, DescriptionsProps, DescriptionsSemanticClassNames, DescriptionsSemanticName, DescriptionsSemanticStyles, DescriptionsSlots, DescriptionsStylesType, InternalDescriptionsItemType, RenderDescriptionsItem, Descriptions as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { GetDefaultToken } from "../../theme/interface/cssinjs-utils.js";
|
|
2
2
|
import "../../theme/internal.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as vue535 from "vue";
|
|
4
4
|
|
|
5
5
|
//#region src/descriptions/style/index.d.ts
|
|
6
6
|
/** Component only token. Which will handle additional calculation of alias token */
|
|
@@ -57,6 +57,6 @@ interface ComponentToken {
|
|
|
57
57
|
extraColor: string;
|
|
58
58
|
}
|
|
59
59
|
declare const prepareComponentToken: GetDefaultToken<'Descriptions'>;
|
|
60
|
-
declare const _default: (prefixCls:
|
|
60
|
+
declare const _default: (prefixCls: vue535.Ref<string>, rootCls?: vue535.Ref<string | undefined>) => readonly [vue535.Ref<string, string>, vue535.ComputedRef<string | undefined>];
|
|
61
61
|
//#endregion
|
|
62
62
|
export { ComponentToken, _default as default, prepareComponentToken };
|
package/dist/divider/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { Orientation } from "../_util/hooks/useOrientation.js";
|
|
|
3
3
|
import "../_util/hooks/index.js";
|
|
4
4
|
import { SizeType } from "../config-provider/SizeContext.js";
|
|
5
5
|
import { ComponentBaseProps } from "../config-provider/context.js";
|
|
6
|
-
import * as
|
|
6
|
+
import * as vue584 from "vue";
|
|
7
7
|
import { CSSProperties } from "vue";
|
|
8
8
|
|
|
9
9
|
//#region src/divider/index.d.ts
|
|
@@ -43,6 +43,6 @@ interface DividerProps extends ComponentBaseProps {
|
|
|
43
43
|
classes?: DividerClassNamesType;
|
|
44
44
|
styles?: DividerStylesType;
|
|
45
45
|
}
|
|
46
|
-
declare const Divider:
|
|
46
|
+
declare const Divider: vue584.DefineSetupFnComponent<DividerProps, {}, {}, DividerProps & {}, vue584.PublicProps>;
|
|
47
47
|
//#endregion
|
|
48
48
|
export { DividerClassNamesType, DividerProps, DividerSemanticClassNames, DividerSemanticName, DividerSemanticStyles, DividerStylesType, TitlePlacement, Divider as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { GetDefaultToken } from "../../theme/interface/cssinjs-utils.js";
|
|
2
2
|
import "../../theme/internal.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as vue523 from "vue";
|
|
4
4
|
import { CSSProperties } from "vue";
|
|
5
5
|
|
|
6
6
|
//#region src/divider/style/index.d.ts
|
|
@@ -23,6 +23,6 @@ interface ComponentToken {
|
|
|
23
23
|
verticalMarginInline: CSSProperties['marginInline'];
|
|
24
24
|
}
|
|
25
25
|
declare const prepareComponentToken: GetDefaultToken<'Divider'>;
|
|
26
|
-
declare const _default: (prefixCls:
|
|
26
|
+
declare const _default: (prefixCls: vue523.Ref<string>, rootCls?: vue523.Ref<string | undefined>) => readonly [vue523.Ref<string, string>, vue523.ComputedRef<string | undefined>];
|
|
27
27
|
//#endregion
|
|
28
28
|
export { ComponentToken, _default as default, prepareComponentToken };
|
|
@@ -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 { ClosableType } from "../_util/hooks/useClosable.js";
|
|
5
5
|
import { DrawerProps as DrawerProps$1 } from "./index.js";
|
|
6
|
-
import * as
|
|
6
|
+
import * as vue619 from "vue";
|
|
7
7
|
import { CSSProperties } from "vue";
|
|
8
8
|
import { DrawerProps } from "@v-c/drawer";
|
|
9
9
|
|
|
@@ -40,9 +40,9 @@ type DrawerStylesType = SemanticStylesType<DrawerProps$1, DrawerSemanticStyles>;
|
|
|
40
40
|
interface DrawerPanelProps {
|
|
41
41
|
prefixCls: string;
|
|
42
42
|
ariaId?: string;
|
|
43
|
-
title?: VueNode;
|
|
44
|
-
footer?: VueNode;
|
|
45
|
-
extra?: VueNode;
|
|
43
|
+
title?: VueNode$1;
|
|
44
|
+
footer?: VueNode$1;
|
|
45
|
+
extra?: VueNode$1;
|
|
46
46
|
size?: DrawerProps$1['size'];
|
|
47
47
|
/**
|
|
48
48
|
* Recommend to use closeIcon instead
|
|
@@ -54,7 +54,7 @@ interface DrawerPanelProps {
|
|
|
54
54
|
closable?: boolean | (Extract<ClosableType, object> & {
|
|
55
55
|
placement?: 'start' | 'end';
|
|
56
56
|
});
|
|
57
|
-
closeIcon?: VueNode;
|
|
57
|
+
closeIcon?: VueNode$1;
|
|
58
58
|
onClose?: DrawerProps['onClose'];
|
|
59
59
|
classes?: DrawerClassNamesType;
|
|
60
60
|
styles?: DrawerStylesType;
|
|
@@ -72,6 +72,6 @@ interface DrawerPanelProps {
|
|
|
72
72
|
/** @deprecated Please use `styles.content` instead */
|
|
73
73
|
drawerStyle?: CSSProperties;
|
|
74
74
|
}
|
|
75
|
-
declare const DrawerPanel:
|
|
75
|
+
declare const DrawerPanel: vue619.DefineSetupFnComponent<DrawerPanelProps, {}, {}, DrawerPanelProps & {}, vue619.PublicProps>;
|
|
76
76
|
//#endregion
|
|
77
77
|
export { DrawerClassNamesType, DrawerPanelProps, DrawerSemanticClassNames, DrawerSemanticName, DrawerSemanticStyles, DrawerStylesType, DrawerPanel as default };
|
package/dist/drawer/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { MaskType } from "../_util/hooks/useMergedMask.js";
|
|
|
2
2
|
import "../_util/hooks/index.js";
|
|
3
3
|
import { FocusableConfig, OmitFocusType } from "./useFocusable.js";
|
|
4
4
|
import { DrawerPanelProps } from "./DrawerPanel.js";
|
|
5
|
-
import * as
|
|
5
|
+
import * as vue545 from "vue";
|
|
6
6
|
import { SlotsType } from "vue";
|
|
7
7
|
import { DrawerProps as DrawerProps$1 } from "@v-c/drawer";
|
|
8
8
|
|
|
@@ -63,11 +63,11 @@ interface DrawerSlots {
|
|
|
63
63
|
default?: () => any;
|
|
64
64
|
closeIcon?: () => any;
|
|
65
65
|
}
|
|
66
|
-
declare const Drawer:
|
|
66
|
+
declare const Drawer: vue545.DefineSetupFnComponent<DrawerProps, DrawerEmits, SlotsType<DrawerSlots>, DrawerProps, vue545.PublicProps>;
|
|
67
67
|
interface PurePanelInterface {
|
|
68
68
|
prefixCls?: string;
|
|
69
69
|
placement?: DrawerProps['placement'];
|
|
70
70
|
}
|
|
71
|
-
declare const PurePanel:
|
|
71
|
+
declare const PurePanel: vue545.DefineSetupFnComponent<Omit<DrawerPanelProps, "prefixCls"> & PurePanelInterface, {}, {}, Omit<DrawerPanelProps, "prefixCls"> & PurePanelInterface & {}, vue545.PublicProps>;
|
|
72
72
|
//#endregion
|
|
73
73
|
export { DrawerEmits, DrawerEmitsProps, DrawerProps, DrawerResizableConfig, DrawerSlots, PurePanel, PushState, Drawer as default };
|
package/dist/drawer/index.js
CHANGED
|
@@ -25,7 +25,7 @@ const defaults = {
|
|
|
25
25
|
};
|
|
26
26
|
const Drawer = /* @__PURE__ */ defineComponent((props, { slots, emit, attrs }) => {
|
|
27
27
|
const id = useId();
|
|
28
|
-
const { getPopupContainer, direction, prefixCls, class: contextClassName, style: contextStyle, classes: contextClassNames, styles: contextStyles, mask: contextMask } = useComponentBaseConfig("drawer", props, ["mask"]);
|
|
28
|
+
const { getPopupContainer, direction, prefixCls, class: contextClassName, style: contextStyle, classes: contextClassNames, styles: contextStyles, mask: contextMask, focusable: contextFocusable } = useComponentBaseConfig("drawer", props, ["mask", "focusable"]);
|
|
29
29
|
const { zIndex: customZIndex, mask: drawerMask, classes, styles, focusable, maskClosable } = toPropsRefs(props, "zIndex", "mask", "classes", "styles", "focusable", "maskClosable");
|
|
30
30
|
const [hashId, cssVarCls] = style_default(prefixCls);
|
|
31
31
|
if (isDev) {
|
|
@@ -60,7 +60,10 @@ const Drawer = /* @__PURE__ */ defineComponent((props, { slots, emit, attrs }) =
|
|
|
60
60
|
const panelRef = shallowRef();
|
|
61
61
|
const [zIndex, contextZIndex] = useZIndex("Drawer", customZIndex);
|
|
62
62
|
const [mergedMask, maskBlurClassName, mergedMaskClosable] = useMergedMask(drawerMask, contextMask, prefixCls, maskClosable);
|
|
63
|
-
const mergedFocusable = useFocusable(
|
|
63
|
+
const mergedFocusable = useFocusable(computed(() => ({
|
|
64
|
+
...contextFocusable?.value ?? {},
|
|
65
|
+
...focusable.value ?? {}
|
|
66
|
+
})), computed(() => {
|
|
64
67
|
return props?.getContainer !== false && mergedMask.value;
|
|
65
68
|
}));
|
|
66
69
|
const mergedProps = computed(() => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FullToken, GetDefaultToken } from "../../theme/interface/cssinjs-utils.js";
|
|
2
2
|
import "../../theme/internal.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as vue527 from "vue";
|
|
4
4
|
|
|
5
5
|
//#region src/drawer/style/index.d.ts
|
|
6
6
|
interface ComponentToken {
|
|
@@ -27,6 +27,6 @@ interface ComponentToken {
|
|
|
27
27
|
}
|
|
28
28
|
interface DrawerToken extends FullToken<'Drawer'> {}
|
|
29
29
|
declare const prepareComponentToken: GetDefaultToken<'Drawer'>;
|
|
30
|
-
declare const _default: (prefixCls:
|
|
30
|
+
declare const _default: (prefixCls: vue527.Ref<string>, rootCls?: vue527.Ref<string | undefined>) => readonly [vue527.Ref<string, string>, vue527.ComputedRef<string | undefined>];
|
|
31
31
|
//#endregion
|
|
32
32
|
export { ComponentToken, DrawerToken, _default as default, prepareComponentToken };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as vue600 from "vue";
|
|
2
2
|
import { Ref } from "vue";
|
|
3
3
|
|
|
4
4
|
//#region src/drawer/useFocusable.d.ts
|
|
@@ -7,7 +7,7 @@ interface FocusableConfig {
|
|
|
7
7
|
focusTriggerAfterClose?: boolean;
|
|
8
8
|
trap?: boolean;
|
|
9
9
|
}
|
|
10
|
-
declare function useFocusable(focusable?: Ref<FocusableConfig | undefined>, defaultTrap?: Ref<boolean | undefined>, legacyFocusTriggerAfterClose?: Ref<FocusableConfig['focusTriggerAfterClose'] | undefined>):
|
|
10
|
+
declare function useFocusable(focusable?: Ref<FocusableConfig | undefined>, defaultTrap?: Ref<boolean | undefined>, legacyFocusTriggerAfterClose?: Ref<FocusableConfig['focusTriggerAfterClose'] | undefined>): vue600.ComputedRef<{
|
|
11
11
|
focusTriggerAfterClose: boolean;
|
|
12
12
|
trap: boolean;
|
|
13
13
|
}>;
|
|
@@ -4,7 +4,7 @@ import { AdjustOverflow } from "../_util/placements.js";
|
|
|
4
4
|
import { MenuEmits, MenuSlots } from "../menu/menu.js";
|
|
5
5
|
import { MenuProps as MenuProps$1 } from "../menu/index.js";
|
|
6
6
|
import { ComponentBaseProps } from "../config-provider/context.js";
|
|
7
|
-
import * as
|
|
7
|
+
import * as vue698 from "vue";
|
|
8
8
|
import { CSSProperties, SlotsType } from "vue";
|
|
9
9
|
import { AlignType } from "@v-c/trigger";
|
|
10
10
|
import { MenuProps } from "@v-c/menu";
|
|
@@ -75,6 +75,6 @@ interface DropdownSlots extends MenuSlots {
|
|
|
75
75
|
source: 'trigger' | 'menu';
|
|
76
76
|
}) => any;
|
|
77
77
|
}
|
|
78
|
-
declare const Dropdown:
|
|
78
|
+
declare const Dropdown: vue698.DefineSetupFnComponent<DropdownProps, DropdownEmits, SlotsType<DropdownSlots>, DropdownProps, vue698.PublicProps>;
|
|
79
79
|
//#endregion
|
|
80
80
|
export { DropdownArrowOptions, DropdownClassNamesType, DropdownEmits, DropdownEmitsProps, DropdownProps, DropdownSemanticClassNames, DropdownSemanticName, DropdownSemanticStyles, DropdownSlots, DropdownStylesType, Dropdown as default };
|
|
@@ -2,7 +2,7 @@ import { ArrowToken } from "../../style/roundedArrow.js";
|
|
|
2
2
|
import { ArrowOffsetToken } from "../../style/placementArrow.js";
|
|
3
3
|
import { FullToken, GetDefaultToken } from "../../theme/interface/cssinjs-utils.js";
|
|
4
4
|
import "../../theme/internal.js";
|
|
5
|
-
import * as
|
|
5
|
+
import * as vue586 from "vue";
|
|
6
6
|
import { CSSProperties } from "vue";
|
|
7
7
|
|
|
8
8
|
//#region src/dropdown/style/index.d.ts
|
|
@@ -40,6 +40,6 @@ interface DropdownToken extends FullToken<'Dropdown'> {
|
|
|
40
40
|
menuCls: string;
|
|
41
41
|
}
|
|
42
42
|
declare const prepareComponentToken: GetDefaultToken<'Dropdown'>;
|
|
43
|
-
declare const _default: (prefixCls:
|
|
43
|
+
declare const _default: (prefixCls: vue586.Ref<string>, rootCls?: vue586.Ref<string | undefined>) => readonly [vue586.Ref<string, string>, vue586.ComputedRef<string | undefined>];
|
|
44
44
|
//#endregion
|
|
45
45
|
export { ComponentToken, DropdownToken, _default as default, prepareComponentToken };
|
package/dist/empty/empty.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as vue649 from "vue";
|
|
2
2
|
|
|
3
3
|
//#region src/empty/empty.d.ts
|
|
4
|
-
declare const Empty:
|
|
4
|
+
declare const Empty: vue649.DefineSetupFnComponent<Record<string, any>, {}, {}, Record<string, any> & {}, vue649.PublicProps>;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { Empty as default };
|
package/dist/empty/index.d.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { EmptyEmit, VueNode } from "../_util/type.js";
|
|
1
|
+
import { EmptyEmit, 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 { ComponentBaseProps } from "../config-provider/context.js";
|
|
5
|
-
import * as
|
|
5
|
+
import * as vue657 from "vue";
|
|
6
6
|
import { CSSProperties, SlotsType } from "vue";
|
|
7
|
-
import * as
|
|
7
|
+
import * as vue_jsx_runtime20 from "vue/jsx-runtime";
|
|
8
8
|
|
|
9
9
|
//#region src/empty/index.d.ts
|
|
10
10
|
interface TransferLocale {
|
|
11
11
|
description: string;
|
|
12
12
|
}
|
|
13
|
-
declare const defaultEmptyImg:
|
|
14
|
-
declare const simpleEmptyImg:
|
|
13
|
+
declare const defaultEmptyImg: vue_jsx_runtime20.JSX.Element;
|
|
14
|
+
declare const simpleEmptyImg: vue_jsx_runtime20.JSX.Element;
|
|
15
15
|
type EmptySemanticName = keyof EmptySemanticClassNames & keyof EmptySemanticStyles;
|
|
16
16
|
interface EmptySemanticClassNames {
|
|
17
17
|
root?: string;
|
|
@@ -31,15 +31,15 @@ type SemanticName = EmptySemanticName;
|
|
|
31
31
|
interface EmptyProps extends ComponentBaseProps {
|
|
32
32
|
classes?: EmptyClassNamesType;
|
|
33
33
|
styles?: EmptyStylesType;
|
|
34
|
-
image?: VueNode;
|
|
35
|
-
description?: VueNode;
|
|
34
|
+
image?: VueNode$1;
|
|
35
|
+
description?: VueNode$1;
|
|
36
36
|
}
|
|
37
37
|
interface EmptySlots {
|
|
38
38
|
image: () => any;
|
|
39
39
|
description: () => any;
|
|
40
40
|
default: () => any;
|
|
41
41
|
}
|
|
42
|
-
declare const Empty:
|
|
42
|
+
declare const Empty: vue657.DefineSetupFnComponent<EmptyProps, EmptyEmit, SlotsType<EmptySlots>, EmptyProps, vue657.PublicProps>;
|
|
43
43
|
declare const _default: typeof Empty & {
|
|
44
44
|
PRESENTED_IMAGE_DEFAULT: typeof defaultEmptyImg;
|
|
45
45
|
PRESENTED_IMAGE_SIMPLE: typeof simpleEmptyImg;
|