From e2ea3be819a9cf6aeacc08ceff2c608695ad4154 Mon Sep 17 00:00:00 2001 From: neverland Date: Sat, 10 Sep 2022 21:49:21 +0800 Subject: [PATCH] feat: export props of all components (#11024) --- packages/vant/src/action-bar-button/ActionBarButton.tsx | 2 +- packages/vant/src/action-bar-button/index.ts | 1 + packages/vant/src/action-bar-icon/ActionBarIcon.tsx | 2 +- packages/vant/src/action-bar-icon/index.ts | 1 + packages/vant/src/action-bar/ActionBar.tsx | 2 +- packages/vant/src/action-bar/index.ts | 1 + packages/vant/src/action-sheet/ActionSheet.tsx | 2 +- packages/vant/src/action-sheet/index.ts | 1 + packages/vant/src/address-edit/AddressEdit.tsx | 2 +- packages/vant/src/address-edit/index.ts | 1 + packages/vant/src/address-list/AddressList.tsx | 2 +- packages/vant/src/address-list/index.ts | 1 + packages/vant/src/area/Area.tsx | 2 +- packages/vant/src/area/index.ts | 1 + packages/vant/src/badge/Badge.tsx | 2 +- packages/vant/src/badge/index.ts | 1 + packages/vant/src/button/Button.tsx | 2 +- packages/vant/src/button/index.ts | 1 + packages/vant/src/calendar/Calendar.tsx | 2 +- packages/vant/src/calendar/index.ts | 1 + packages/vant/src/card/Card.tsx | 2 +- packages/vant/src/card/index.ts | 1 + packages/vant/src/cascader/Cascader.tsx | 2 +- packages/vant/src/cascader/index.ts | 1 + packages/vant/src/cell-group/CellGroup.tsx | 2 +- packages/vant/src/cell-group/index.ts | 1 + packages/vant/src/cell/Cell.tsx | 2 +- packages/vant/src/cell/index.ts | 1 + packages/vant/src/checkbox-group/CheckboxGroup.tsx | 2 +- packages/vant/src/checkbox-group/index.ts | 1 + packages/vant/src/checkbox/Checkbox.tsx | 2 +- packages/vant/src/checkbox/index.ts | 1 + packages/vant/src/circle/Circle.tsx | 2 +- packages/vant/src/circle/index.ts | 1 + packages/vant/src/col/Col.tsx | 2 +- packages/vant/src/col/index.ts | 1 + packages/vant/src/collapse-item/CollapseItem.tsx | 2 +- packages/vant/src/collapse-item/index.ts | 1 + packages/vant/src/collapse/Collapse.tsx | 2 +- packages/vant/src/collapse/index.ts | 1 + packages/vant/src/config-provider/ConfigProvider.tsx | 2 +- packages/vant/src/config-provider/index.ts | 1 + packages/vant/src/contact-card/ContactCard.tsx | 2 +- packages/vant/src/contact-card/index.ts | 1 + packages/vant/src/contact-edit/ContactEdit.tsx | 2 +- packages/vant/src/contact-edit/index.ts | 1 + packages/vant/src/contact-list/ContactList.tsx | 2 +- packages/vant/src/contact-list/index.ts | 1 + packages/vant/src/count-down/CountDown.tsx | 2 +- packages/vant/src/count-down/index.ts | 1 + packages/vant/src/coupon-cell/CouponCell.tsx | 2 +- packages/vant/src/coupon-cell/index.ts | 1 + packages/vant/src/coupon-list/CouponList.tsx | 2 +- packages/vant/src/coupon-list/index.ts | 1 + packages/vant/src/date-picker/DatePicker.tsx | 2 +- packages/vant/src/date-picker/index.ts | 1 + packages/vant/src/dialog/Dialog.tsx | 2 +- packages/vant/src/dialog/index.ts | 1 + packages/vant/src/divider/Divider.tsx | 2 +- packages/vant/src/divider/index.ts | 1 + packages/vant/src/dropdown-item/DropdownItem.tsx | 2 +- packages/vant/src/dropdown-item/index.ts | 1 + packages/vant/src/dropdown-menu/DropdownMenu.tsx | 2 +- packages/vant/src/dropdown-menu/index.ts | 1 + packages/vant/src/empty/Empty.tsx | 2 +- packages/vant/src/empty/index.ts | 1 + packages/vant/src/field/Field.tsx | 2 +- packages/vant/src/field/index.ts | 1 + packages/vant/src/form/Form.tsx | 2 +- packages/vant/src/form/index.ts | 1 + packages/vant/src/grid-item/GridItem.tsx | 2 +- packages/vant/src/grid-item/index.ts | 1 + packages/vant/src/grid/Grid.tsx | 2 +- packages/vant/src/grid/index.ts | 1 + packages/vant/src/icon/Icon.tsx | 2 +- packages/vant/src/icon/index.ts | 1 + packages/vant/src/image-preview/ImagePreview.tsx | 2 +- packages/vant/src/image-preview/index.ts | 1 + packages/vant/src/image/Image.tsx | 2 +- packages/vant/src/image/index.ts | 1 + packages/vant/src/index-anchor/IndexAnchor.tsx | 2 +- packages/vant/src/index-anchor/index.ts | 1 + packages/vant/src/index-bar/IndexBar.tsx | 2 +- packages/vant/src/index-bar/index.ts | 1 + packages/vant/src/list/List.tsx | 2 +- packages/vant/src/list/index.ts | 1 + packages/vant/src/loading/Loading.tsx | 2 +- packages/vant/src/loading/index.ts | 1 + packages/vant/src/nav-bar/NavBar.tsx | 2 +- packages/vant/src/nav-bar/index.ts | 1 + packages/vant/src/notice-bar/NoticeBar.tsx | 2 +- packages/vant/src/notice-bar/index.ts | 1 + packages/vant/src/notify/Notify.tsx | 2 +- packages/vant/src/notify/index.ts | 1 + packages/vant/src/number-keyboard/NumberKeyboard.tsx | 2 +- packages/vant/src/number-keyboard/index.ts | 1 + packages/vant/src/overlay/Overlay.tsx | 2 +- packages/vant/src/overlay/index.ts | 1 + packages/vant/src/pagination/Pagination.tsx | 2 +- packages/vant/src/pagination/index.ts | 1 + packages/vant/src/password-input/PasswordInput.tsx | 2 +- packages/vant/src/password-input/index.ts | 1 + packages/vant/src/picker-group/index.ts | 1 + packages/vant/src/picker/Picker.tsx | 2 +- packages/vant/src/picker/index.ts | 1 + packages/vant/src/popover/Popover.tsx | 2 +- packages/vant/src/popover/index.ts | 1 + packages/vant/src/popup/Popup.tsx | 2 +- packages/vant/src/popup/index.ts | 1 + packages/vant/src/progress/Progress.tsx | 2 +- packages/vant/src/progress/index.ts | 1 + packages/vant/src/pull-refresh/PullRefresh.tsx | 2 +- packages/vant/src/pull-refresh/index.ts | 1 + packages/vant/src/radio-group/RadioGroup.tsx | 2 +- packages/vant/src/radio-group/index.ts | 1 + packages/vant/src/radio/Radio.tsx | 4 +++- packages/vant/src/radio/index.ts | 1 + packages/vant/src/rate/Rate.tsx | 2 +- packages/vant/src/rate/index.ts | 1 + packages/vant/src/row/Row.tsx | 2 +- packages/vant/src/row/index.ts | 1 + packages/vant/src/search/Search.tsx | 2 +- packages/vant/src/search/index.ts | 1 + packages/vant/src/share-sheet/ShareSheet.tsx | 2 +- packages/vant/src/share-sheet/index.ts | 1 + packages/vant/src/sidebar-item/SidebarItem.tsx | 2 +- packages/vant/src/sidebar-item/index.ts | 1 + packages/vant/src/sidebar/Sidebar.tsx | 2 +- packages/vant/src/sidebar/index.ts | 1 + packages/vant/src/skeleton/Skeleton.tsx | 2 +- packages/vant/src/skeleton/index.ts | 1 + packages/vant/src/slider/Slider.tsx | 2 +- packages/vant/src/slider/index.ts | 1 + packages/vant/src/space/Space.tsx | 2 +- packages/vant/src/space/index.ts | 1 + packages/vant/src/stepper/Stepper.tsx | 2 +- packages/vant/src/stepper/index.ts | 1 + packages/vant/src/steps/Steps.tsx | 2 +- packages/vant/src/steps/index.ts | 1 + packages/vant/src/sticky/Sticky.tsx | 2 +- packages/vant/src/sticky/index.ts | 1 + packages/vant/src/submit-bar/SubmitBar.tsx | 2 +- packages/vant/src/submit-bar/index.ts | 1 + packages/vant/src/swipe-cell/SwipeCell.tsx | 2 +- packages/vant/src/swipe-cell/index.ts | 1 + packages/vant/src/swipe/Swipe.tsx | 2 +- packages/vant/src/swipe/index.ts | 1 + packages/vant/src/switch/Switch.tsx | 2 +- packages/vant/src/switch/index.ts | 1 + packages/vant/src/tab/Tab.tsx | 2 +- packages/vant/src/tab/index.ts | 1 + packages/vant/src/tabbar-item/TabbarItem.tsx | 2 +- packages/vant/src/tabbar-item/index.ts | 1 + packages/vant/src/tabbar/Tabbar.tsx | 2 +- packages/vant/src/tabbar/index.ts | 1 + packages/vant/src/tabs/Tabs.tsx | 2 +- packages/vant/src/tabs/index.ts | 1 + packages/vant/src/tag/Tag.tsx | 2 +- packages/vant/src/tag/index.ts | 1 + packages/vant/src/time-picker/TimePicker.tsx | 2 +- packages/vant/src/time-picker/index.ts | 1 + packages/vant/src/toast/Toast.tsx | 2 +- packages/vant/src/toast/index.ts | 1 + packages/vant/src/tree-select/TreeSelect.tsx | 2 +- packages/vant/src/tree-select/index.ts | 1 + packages/vant/src/uploader/Uploader.tsx | 2 +- packages/vant/src/uploader/index.ts | 1 + 167 files changed, 169 insertions(+), 83 deletions(-) diff --git a/packages/vant/src/action-bar-button/ActionBarButton.tsx b/packages/vant/src/action-bar-button/ActionBarButton.tsx index f2bda3871..a52b70d86 100644 --- a/packages/vant/src/action-bar-button/ActionBarButton.tsx +++ b/packages/vant/src/action-bar-button/ActionBarButton.tsx @@ -17,7 +17,7 @@ import { Button, ButtonType } from '../button'; const [name, bem] = createNamespace('action-bar-button'); -const actionBarButtonProps = extend({}, routeProps, { +export const actionBarButtonProps = extend({}, routeProps, { type: String as PropType, text: String, icon: String, diff --git a/packages/vant/src/action-bar-button/index.ts b/packages/vant/src/action-bar-button/index.ts index 228b44786..bff966695 100644 --- a/packages/vant/src/action-bar-button/index.ts +++ b/packages/vant/src/action-bar-button/index.ts @@ -3,6 +3,7 @@ import _ActionBarButton from './ActionBarButton'; export const ActionBarButton = withInstall(_ActionBarButton); export default ActionBarButton; +export { actionBarButtonProps } from './ActionBarButton'; export type { ActionBarButtonProps } from './ActionBarButton'; declare module 'vue' { diff --git a/packages/vant/src/action-bar-icon/ActionBarIcon.tsx b/packages/vant/src/action-bar-icon/ActionBarIcon.tsx index 753455d04..1e2a69260 100644 --- a/packages/vant/src/action-bar-icon/ActionBarIcon.tsx +++ b/packages/vant/src/action-bar-icon/ActionBarIcon.tsx @@ -12,7 +12,7 @@ import { Badge, type BadgeProps } from '../badge'; const [name, bem] = createNamespace('action-bar-icon'); -const actionBarIconProps = extend({}, routeProps, { +export const actionBarIconProps = extend({}, routeProps, { dot: Boolean, text: String, icon: String, diff --git a/packages/vant/src/action-bar-icon/index.ts b/packages/vant/src/action-bar-icon/index.ts index 089e85062..f553acd5c 100644 --- a/packages/vant/src/action-bar-icon/index.ts +++ b/packages/vant/src/action-bar-icon/index.ts @@ -3,6 +3,7 @@ import _ActionBarIcon from './ActionBarIcon'; export const ActionBarIcon = withInstall(_ActionBarIcon); export default ActionBarIcon; +export { actionBarIconProps } from './ActionBarIcon'; export type { ActionBarIconProps } from './ActionBarIcon'; declare module 'vue' { diff --git a/packages/vant/src/action-bar/ActionBar.tsx b/packages/vant/src/action-bar/ActionBar.tsx index e7343d554..c8cf2e462 100644 --- a/packages/vant/src/action-bar/ActionBar.tsx +++ b/packages/vant/src/action-bar/ActionBar.tsx @@ -7,7 +7,7 @@ const [name, bem] = createNamespace('action-bar'); export const ACTION_BAR_KEY = Symbol(name); -const actionBarProps = { +export const actionBarProps = { placeholder: Boolean, safeAreaInsetBottom: truthProp, }; diff --git a/packages/vant/src/action-bar/index.ts b/packages/vant/src/action-bar/index.ts index 935d850fb..c885cd658 100644 --- a/packages/vant/src/action-bar/index.ts +++ b/packages/vant/src/action-bar/index.ts @@ -3,6 +3,7 @@ import _ActionBar from './ActionBar'; export const ActionBar = withInstall(_ActionBar); export default ActionBar; +export { actionBarProps } from './ActionBar'; export type { ActionBarProps } from './ActionBar'; declare module 'vue' { diff --git a/packages/vant/src/action-sheet/ActionSheet.tsx b/packages/vant/src/action-sheet/ActionSheet.tsx index c01fa38b3..5816d07f2 100644 --- a/packages/vant/src/action-sheet/ActionSheet.tsx +++ b/packages/vant/src/action-sheet/ActionSheet.tsx @@ -29,7 +29,7 @@ export type ActionSheetAction = { className?: unknown; }; -const actionSheetProps = extend({}, popupSharedProps, { +export const actionSheetProps = extend({}, popupSharedProps, { title: String, round: truthProp, actions: makeArrayProp(), diff --git a/packages/vant/src/action-sheet/index.ts b/packages/vant/src/action-sheet/index.ts index 475fe8b0d..bc5d89930 100644 --- a/packages/vant/src/action-sheet/index.ts +++ b/packages/vant/src/action-sheet/index.ts @@ -3,6 +3,7 @@ import _ActionSheet from './ActionSheet'; export const ActionSheet = withInstall(_ActionSheet); export default ActionSheet; +export { actionSheetProps } from './ActionSheet'; export type { ActionSheetProps, ActionSheetAction } from './ActionSheet'; declare module 'vue' { diff --git a/packages/vant/src/address-edit/AddressEdit.tsx b/packages/vant/src/address-edit/AddressEdit.tsx index 86441d1f2..7eff84165 100644 --- a/packages/vant/src/address-edit/AddressEdit.tsx +++ b/packages/vant/src/address-edit/AddressEdit.tsx @@ -54,7 +54,7 @@ const DEFAULT_DATA: AddressEditInfo = { addressDetail: '', }; -const addressEditProps = { +export const addressEditProps = { areaList: Object as PropType, isSaving: Boolean, isDeleting: Boolean, diff --git a/packages/vant/src/address-edit/index.ts b/packages/vant/src/address-edit/index.ts index b00f6dbd1..3052da7e0 100644 --- a/packages/vant/src/address-edit/index.ts +++ b/packages/vant/src/address-edit/index.ts @@ -3,6 +3,7 @@ import _AddressEdit, { AddressEditProps } from './AddressEdit'; export const AddressEdit = withInstall(_AddressEdit); export default AddressEdit; +export { addressEditProps } from './AddressEdit'; export type { AddressEditProps }; export type { AddressEditInfo, diff --git a/packages/vant/src/address-list/AddressList.tsx b/packages/vant/src/address-list/AddressList.tsx index 68ff77f17..4edb55000 100644 --- a/packages/vant/src/address-list/AddressList.tsx +++ b/packages/vant/src/address-list/AddressList.tsx @@ -15,7 +15,7 @@ import AddressListItem, { AddressListAddress } from './AddressListItem'; const [name, bem, t] = createNamespace('address-list'); -const addressListProps = { +export const addressListProps = { list: makeArrayProp(), modelValue: numericProp, switchable: truthProp, diff --git a/packages/vant/src/address-list/index.ts b/packages/vant/src/address-list/index.ts index 5c5be05d7..f3def1d00 100644 --- a/packages/vant/src/address-list/index.ts +++ b/packages/vant/src/address-list/index.ts @@ -3,6 +3,7 @@ import _AddressList from './AddressList'; export const AddressList = withInstall(_AddressList); export default AddressList; +export { addressListProps } from './AddressList'; export type { AddressListProps } from './AddressList'; export type { AddressListAddress } from './AddressListItem'; diff --git a/packages/vant/src/area/Area.tsx b/packages/vant/src/area/Area.tsx index 5ab827345..9eb201370 100644 --- a/packages/vant/src/area/Area.tsx +++ b/packages/vant/src/area/Area.tsx @@ -30,7 +30,7 @@ import type { PickerExpose } from '../picker/types'; const [name, bem] = createNamespace('area'); -const areaProps = extend({}, pickerSharedProps, { +export const areaProps = extend({}, pickerSharedProps, { modelValue: String, columnsNum: makeNumericProp(3), columnsPlaceholder: makeArrayProp(), diff --git a/packages/vant/src/area/index.ts b/packages/vant/src/area/index.ts index b019703c0..e36e01486 100644 --- a/packages/vant/src/area/index.ts +++ b/packages/vant/src/area/index.ts @@ -3,6 +3,7 @@ import _Area from './Area'; export const Area = withInstall(_Area); export default Area; +export { areaProps } from './Area'; export type { AreaProps } from './Area'; export type { AreaList, AreaInstance } from './types'; diff --git a/packages/vant/src/badge/Badge.tsx b/packages/vant/src/badge/Badge.tsx index cb01aeb33..ef6aea92b 100644 --- a/packages/vant/src/badge/Badge.tsx +++ b/packages/vant/src/badge/Badge.tsx @@ -24,7 +24,7 @@ export type BadgePosition = | 'bottom-left' | 'bottom-right'; -const badgeProps = { +export const badgeProps = { dot: Boolean, max: numericProp, tag: makeStringProp('div'), diff --git a/packages/vant/src/badge/index.ts b/packages/vant/src/badge/index.ts index 23ac1d100..249abab1b 100644 --- a/packages/vant/src/badge/index.ts +++ b/packages/vant/src/badge/index.ts @@ -3,6 +3,7 @@ import _Badge from './Badge'; export const Badge = withInstall(_Badge); export default Badge; +export { badgeProps } from './Badge'; export type { BadgeProps, BadgePosition } from './Badge'; declare module 'vue' { diff --git a/packages/vant/src/button/Button.tsx b/packages/vant/src/button/Button.tsx index ceeafb8d8..d5de399db 100644 --- a/packages/vant/src/button/Button.tsx +++ b/packages/vant/src/button/Button.tsx @@ -30,7 +30,7 @@ import { const [name, bem] = createNamespace('button'); -const buttonProps = extend({}, routeProps, { +export const buttonProps = extend({}, routeProps, { tag: makeStringProp('button'), text: String, icon: String, diff --git a/packages/vant/src/button/index.ts b/packages/vant/src/button/index.ts index 94943a1bb..d2cc3d2fc 100644 --- a/packages/vant/src/button/index.ts +++ b/packages/vant/src/button/index.ts @@ -3,6 +3,7 @@ import _Button from './Button'; export const Button = withInstall(_Button); export default Button; +export { buttonProps } from './Button'; export type { ButtonProps } from './Button'; export type { ButtonType, diff --git a/packages/vant/src/calendar/Calendar.tsx b/packages/vant/src/calendar/Calendar.tsx index 3cbd9ed60..24b76472f 100644 --- a/packages/vant/src/calendar/Calendar.tsx +++ b/packages/vant/src/calendar/Calendar.tsx @@ -53,7 +53,7 @@ import type { CalendarMonthInstance, } from './types'; -const calendarProps = { +export const calendarProps = { show: Boolean, type: makeStringProp('single'), title: String, diff --git a/packages/vant/src/calendar/index.ts b/packages/vant/src/calendar/index.ts index 711d58305..619856be4 100644 --- a/packages/vant/src/calendar/index.ts +++ b/packages/vant/src/calendar/index.ts @@ -3,6 +3,7 @@ import _Calendar from './Calendar'; export const Calendar = withInstall(_Calendar); export default Calendar; +export { calendarProps } from './Calendar'; export type { CalendarProps } from './Calendar'; export type { CalendarType, diff --git a/packages/vant/src/card/Card.tsx b/packages/vant/src/card/Card.tsx index 3efe68169..79d4c92e1 100644 --- a/packages/vant/src/card/Card.tsx +++ b/packages/vant/src/card/Card.tsx @@ -9,7 +9,7 @@ import { Image } from '../image'; const [name, bem] = createNamespace('card'); -const cardProps = { +export const cardProps = { tag: String, num: numericProp, desc: String, diff --git a/packages/vant/src/card/index.ts b/packages/vant/src/card/index.ts index 15f5a3ed7..65019df3b 100644 --- a/packages/vant/src/card/index.ts +++ b/packages/vant/src/card/index.ts @@ -3,6 +3,7 @@ import _Card from './Card'; export const Card = withInstall(_Card); export default Card; +export { cardProps } from './Card'; export type { CardProps } from './Card'; declare module 'vue' { diff --git a/packages/vant/src/cascader/Cascader.tsx b/packages/vant/src/cascader/Cascader.tsx index 3e42b4a4f..7c1a273ea 100644 --- a/packages/vant/src/cascader/Cascader.tsx +++ b/packages/vant/src/cascader/Cascader.tsx @@ -28,7 +28,7 @@ import type { CascaderTab, CascaderOption, CascaderFieldNames } from './types'; const [name, bem, t] = createNamespace('cascader'); -const cascaderProps = { +export const cascaderProps = { title: String, options: makeArrayProp(), closeable: truthProp, diff --git a/packages/vant/src/cascader/index.ts b/packages/vant/src/cascader/index.ts index 7457518b4..02e08f229 100644 --- a/packages/vant/src/cascader/index.ts +++ b/packages/vant/src/cascader/index.ts @@ -3,6 +3,7 @@ import _Cascader from './Cascader'; export const Cascader = withInstall(_Cascader); export default Cascader; +export { cascaderProps } from './Cascader'; export type { CascaderProps } from './Cascader'; export type { CascaderOption, CascaderFieldNames } from './types'; diff --git a/packages/vant/src/cell-group/CellGroup.tsx b/packages/vant/src/cell-group/CellGroup.tsx index a7215540f..22bc1a247 100644 --- a/packages/vant/src/cell-group/CellGroup.tsx +++ b/packages/vant/src/cell-group/CellGroup.tsx @@ -3,7 +3,7 @@ import { truthProp, createNamespace, BORDER_TOP_BOTTOM } from '../utils'; const [name, bem] = createNamespace('cell-group'); -const cellGroupProps = { +export const cellGroupProps = { title: String, inset: Boolean, border: truthProp, diff --git a/packages/vant/src/cell-group/index.ts b/packages/vant/src/cell-group/index.ts index 111f7eccf..8fd6bc2f7 100644 --- a/packages/vant/src/cell-group/index.ts +++ b/packages/vant/src/cell-group/index.ts @@ -3,6 +3,7 @@ import _CellGroup from './CellGroup'; export const CellGroup = withInstall(_CellGroup); export default CellGroup; +export { cellGroupProps } from './CellGroup'; export type { CellGroupProps } from './CellGroup'; declare module 'vue' { diff --git a/packages/vant/src/cell/Cell.tsx b/packages/vant/src/cell/Cell.tsx index fbbd94e88..c93d86bba 100644 --- a/packages/vant/src/cell/Cell.tsx +++ b/packages/vant/src/cell/Cell.tsx @@ -49,7 +49,7 @@ export const cellSharedProps = { }, }; -const cellProps = extend({}, cellSharedProps, routeProps); +export const cellProps = extend({}, cellSharedProps, routeProps); export type CellProps = ExtractPropTypes; diff --git a/packages/vant/src/cell/index.ts b/packages/vant/src/cell/index.ts index aece575a9..d0e80018b 100644 --- a/packages/vant/src/cell/index.ts +++ b/packages/vant/src/cell/index.ts @@ -3,6 +3,7 @@ import _Cell from './Cell'; export const Cell = withInstall(_Cell); export default Cell; +export { cellProps } from './Cell'; export type { CellSize, CellProps, CellArrowDirection } from './Cell'; declare module 'vue' { diff --git a/packages/vant/src/checkbox-group/CheckboxGroup.tsx b/packages/vant/src/checkbox-group/CheckboxGroup.tsx index 422cdc4be..6529e0d19 100644 --- a/packages/vant/src/checkbox-group/CheckboxGroup.tsx +++ b/packages/vant/src/checkbox-group/CheckboxGroup.tsx @@ -23,7 +23,7 @@ import type { const [name, bem] = createNamespace('checkbox-group'); -const checkboxGroupProps = { +export const checkboxGroupProps = { max: numericProp, disabled: Boolean, iconSize: numericProp, diff --git a/packages/vant/src/checkbox-group/index.ts b/packages/vant/src/checkbox-group/index.ts index 1dda6118b..8d7c0b9ce 100644 --- a/packages/vant/src/checkbox-group/index.ts +++ b/packages/vant/src/checkbox-group/index.ts @@ -3,6 +3,7 @@ import _CheckboxGroup from './CheckboxGroup'; export const CheckboxGroup = withInstall(_CheckboxGroup); export default CheckboxGroup; +export { checkboxGroupProps } from './CheckboxGroup'; export type { CheckboxGroupProps } from './CheckboxGroup'; export type { CheckboxGroupInstance, diff --git a/packages/vant/src/checkbox/Checkbox.tsx b/packages/vant/src/checkbox/Checkbox.tsx index 3cb18df22..18a68168c 100644 --- a/packages/vant/src/checkbox/Checkbox.tsx +++ b/packages/vant/src/checkbox/Checkbox.tsx @@ -16,7 +16,7 @@ import type { CheckboxExpose } from './types'; const [name, bem] = createNamespace('checkbox'); -const checkboxProps = extend({}, checkerProps, { +export const checkboxProps = extend({}, checkerProps, { bindGroup: truthProp, }); diff --git a/packages/vant/src/checkbox/index.ts b/packages/vant/src/checkbox/index.ts index 18502eb9a..2458a9d61 100644 --- a/packages/vant/src/checkbox/index.ts +++ b/packages/vant/src/checkbox/index.ts @@ -3,6 +3,7 @@ import _Checkbox from './Checkbox'; export const Checkbox = withInstall(_Checkbox); export default Checkbox; +export { checkboxProps } from './Checkbox'; export type { CheckboxProps } from './Checkbox'; export type { CheckboxShape, diff --git a/packages/vant/src/circle/Circle.tsx b/packages/vant/src/circle/Circle.tsx index 85a037720..ead0602b3 100644 --- a/packages/vant/src/circle/Circle.tsx +++ b/packages/vant/src/circle/Circle.tsx @@ -34,7 +34,7 @@ function getPath(clockwise: boolean, viewBoxSize: number) { export type CircleStartPosition = 'top' | 'right' | 'bottom' | 'left'; -const circleProps = { +export const circleProps = { text: String, size: numericProp, fill: makeStringProp('none'), diff --git a/packages/vant/src/circle/index.ts b/packages/vant/src/circle/index.ts index b755f7a1d..d41972dc9 100644 --- a/packages/vant/src/circle/index.ts +++ b/packages/vant/src/circle/index.ts @@ -3,6 +3,7 @@ import _Circle from './Circle'; export const Circle = withInstall(_Circle); export default Circle; +export { circleProps } from './Circle'; export type { CircleProps, CircleStartPosition } from './Circle'; declare module 'vue' { diff --git a/packages/vant/src/col/Col.tsx b/packages/vant/src/col/Col.tsx index 3a53342c2..25b03cd34 100644 --- a/packages/vant/src/col/Col.tsx +++ b/packages/vant/src/col/Col.tsx @@ -10,7 +10,7 @@ import { ROW_KEY } from '../row/Row'; const [name, bem] = createNamespace('col'); -const colProps = { +export const colProps = { tag: makeStringProp('div'), span: makeNumericProp(0), offset: numericProp, diff --git a/packages/vant/src/col/index.ts b/packages/vant/src/col/index.ts index adb1a0ae6..8f49bdc7a 100644 --- a/packages/vant/src/col/index.ts +++ b/packages/vant/src/col/index.ts @@ -3,6 +3,7 @@ import _Col from './Col'; export const Col = withInstall(_Col); export default Col; +export { colProps } from './Col'; export type { ColProps } from './Col'; declare module 'vue' { diff --git a/packages/vant/src/collapse-item/CollapseItem.tsx b/packages/vant/src/collapse-item/CollapseItem.tsx index e6e6dfde0..741ab4ace 100644 --- a/packages/vant/src/collapse-item/CollapseItem.tsx +++ b/packages/vant/src/collapse-item/CollapseItem.tsx @@ -30,7 +30,7 @@ const [name, bem] = createNamespace('collapse-item'); const CELL_SLOTS = ['icon', 'title', 'value', 'label', 'right-icon'] as const; -const collapseItemProps = extend({}, cellSharedProps, { +export const collapseItemProps = extend({}, cellSharedProps, { name: numericProp, isLink: truthProp, disabled: Boolean, diff --git a/packages/vant/src/collapse-item/index.ts b/packages/vant/src/collapse-item/index.ts index 1cbbd9a9a..a2d8a3bc2 100644 --- a/packages/vant/src/collapse-item/index.ts +++ b/packages/vant/src/collapse-item/index.ts @@ -3,6 +3,7 @@ import _CollapseItem from './CollapseItem'; export const CollapseItem = withInstall(_CollapseItem); export default CollapseItem; +export { collapseItemProps } from './CollapseItem'; export type { CollapseItemProps } from './CollapseItem'; export type { CollapseItemInstance } from './types'; diff --git a/packages/vant/src/collapse/Collapse.tsx b/packages/vant/src/collapse/Collapse.tsx index 901ddf4d0..3338dbb1b 100644 --- a/packages/vant/src/collapse/Collapse.tsx +++ b/packages/vant/src/collapse/Collapse.tsx @@ -30,7 +30,7 @@ export type CollapseToggleAllOptions = export const COLLAPSE_KEY: InjectionKey = Symbol(name); -const collapseProps = { +export const collapseProps = { border: truthProp, accordion: Boolean, modelValue: { diff --git a/packages/vant/src/collapse/index.ts b/packages/vant/src/collapse/index.ts index ce4e874ca..27f32a89c 100644 --- a/packages/vant/src/collapse/index.ts +++ b/packages/vant/src/collapse/index.ts @@ -3,6 +3,7 @@ import _Collapse from './Collapse'; export const Collapse = withInstall(_Collapse); export default Collapse; +export { collapseProps } from './Collapse'; export type { CollapseProps, CollapseInstance, diff --git a/packages/vant/src/config-provider/ConfigProvider.tsx b/packages/vant/src/config-provider/ConfigProvider.tsx index 3f69bb8f9..6873881da 100644 --- a/packages/vant/src/config-provider/ConfigProvider.tsx +++ b/packages/vant/src/config-provider/ConfigProvider.tsx @@ -35,7 +35,7 @@ export const CONFIG_PROVIDER_KEY: InjectionKey = export type ThemeVars = PropType>; -const configProviderProps = { +export const configProviderProps = { tag: makeStringProp('div'), theme: makeStringProp('light'), zIndex: Number, diff --git a/packages/vant/src/config-provider/index.ts b/packages/vant/src/config-provider/index.ts index f113a34c8..cc49d936f 100644 --- a/packages/vant/src/config-provider/index.ts +++ b/packages/vant/src/config-provider/index.ts @@ -3,6 +3,7 @@ import _ConfigProvider from './ConfigProvider'; export const ConfigProvider = withInstall(_ConfigProvider); export default ConfigProvider; +export { configProviderProps } from './ConfigProvider'; export type { ConfigProviderProps, ConfigProviderTheme, diff --git a/packages/vant/src/contact-card/ContactCard.tsx b/packages/vant/src/contact-card/ContactCard.tsx index d891abc6e..38c73c45f 100644 --- a/packages/vant/src/contact-card/ContactCard.tsx +++ b/packages/vant/src/contact-card/ContactCard.tsx @@ -6,7 +6,7 @@ const [name, bem, t] = createNamespace('contact-card'); export type ContactCardType = 'add' | 'edit'; -const contactCardProps = { +export const contactCardProps = { tel: String, name: String, type: makeStringProp('add'), diff --git a/packages/vant/src/contact-card/index.ts b/packages/vant/src/contact-card/index.ts index 0217172e4..fd63df657 100644 --- a/packages/vant/src/contact-card/index.ts +++ b/packages/vant/src/contact-card/index.ts @@ -3,6 +3,7 @@ import _ContactCard from './ContactCard'; export const ContactCard = withInstall(_ContactCard); export default ContactCard; +export { contactCardProps } from './ContactCard'; export type { ContactCardType, ContactCardProps } from './ContactCard'; declare module 'vue' { diff --git a/packages/vant/src/contact-edit/ContactEdit.tsx b/packages/vant/src/contact-edit/ContactEdit.tsx index f33a033d6..2ff9744d3 100644 --- a/packages/vant/src/contact-edit/ContactEdit.tsx +++ b/packages/vant/src/contact-edit/ContactEdit.tsx @@ -29,7 +29,7 @@ const DEFAULT_CONTACT: ContactEditInfo = { name: '', }; -const contactEditProps = { +export const contactEditProps = { isEdit: Boolean, isSaving: Boolean, isDeleting: Boolean, diff --git a/packages/vant/src/contact-edit/index.ts b/packages/vant/src/contact-edit/index.ts index e59c91b39..b8a3df6ae 100644 --- a/packages/vant/src/contact-edit/index.ts +++ b/packages/vant/src/contact-edit/index.ts @@ -3,6 +3,7 @@ import _ContactEdit from './ContactEdit'; export const ContactEdit = withInstall(_ContactEdit); export default ContactEdit; +export { contactEditProps } from './ContactEdit'; export type { ContactEditInfo, ContactEditProps } from './ContactEdit'; declare module 'vue' { diff --git a/packages/vant/src/contact-list/ContactList.tsx b/packages/vant/src/contact-list/ContactList.tsx index 0c956eeae..3c558111f 100644 --- a/packages/vant/src/contact-list/ContactList.tsx +++ b/packages/vant/src/contact-list/ContactList.tsx @@ -20,7 +20,7 @@ export type ContactListItem = { isDefault?: boolean; }; -const contactListProps = { +export const contactListProps = { list: Array as PropType, addText: String, modelValue: unknownProp, diff --git a/packages/vant/src/contact-list/index.ts b/packages/vant/src/contact-list/index.ts index 8cb0d492a..d06bb87c9 100644 --- a/packages/vant/src/contact-list/index.ts +++ b/packages/vant/src/contact-list/index.ts @@ -3,6 +3,7 @@ import _ContactList from './ContactList'; export const ContactList = withInstall(_ContactList); export default ContactList; +export { contactListProps } from './ContactList'; export type { ContactListItem, ContactListProps } from './ContactList'; declare module 'vue' { diff --git a/packages/vant/src/count-down/CountDown.tsx b/packages/vant/src/count-down/CountDown.tsx index a1b7b1d80..7e3f8e337 100644 --- a/packages/vant/src/count-down/CountDown.tsx +++ b/packages/vant/src/count-down/CountDown.tsx @@ -15,7 +15,7 @@ import { useExpose } from '../composables/use-expose'; const [name, bem] = createNamespace('count-down'); -const countDownProps = { +export const countDownProps = { time: makeNumericProp(0), format: makeStringProp('HH:mm:ss'), autoStart: truthProp, diff --git a/packages/vant/src/count-down/index.ts b/packages/vant/src/count-down/index.ts index f892a6312..182906619 100644 --- a/packages/vant/src/count-down/index.ts +++ b/packages/vant/src/count-down/index.ts @@ -3,6 +3,7 @@ import _CountDown from './CountDown'; export const CountDown = withInstall(_CountDown); export default CountDown; +export { countDownProps } from './CountDown'; export type { CountDownProps } from './CountDown'; export type { CountDownInstance, CountDownCurrentTime } from './types'; diff --git a/packages/vant/src/coupon-cell/CouponCell.tsx b/packages/vant/src/coupon-cell/CouponCell.tsx index 5d5df649f..a61d2f58d 100644 --- a/packages/vant/src/coupon-cell/CouponCell.tsx +++ b/packages/vant/src/coupon-cell/CouponCell.tsx @@ -18,7 +18,7 @@ import type { CouponInfo } from '../coupon'; const [name, bem, t] = createNamespace('coupon-cell'); -const couponCellProps = { +export const couponCellProps = { title: String, border: truthProp, editable: truthProp, diff --git a/packages/vant/src/coupon-cell/index.ts b/packages/vant/src/coupon-cell/index.ts index 51b8d969c..74300ef9e 100644 --- a/packages/vant/src/coupon-cell/index.ts +++ b/packages/vant/src/coupon-cell/index.ts @@ -3,6 +3,7 @@ import _CouponCell from './CouponCell'; export const CouponCell = withInstall(_CouponCell); export default CouponCell; +export { couponCellProps } from './CouponCell'; export type { CouponCellProps } from './CouponCell'; declare module 'vue' { diff --git a/packages/vant/src/coupon-list/CouponList.tsx b/packages/vant/src/coupon-list/CouponList.tsx index f5a63e26f..bcb458148 100644 --- a/packages/vant/src/coupon-list/CouponList.tsx +++ b/packages/vant/src/coupon-list/CouponList.tsx @@ -31,7 +31,7 @@ import { Coupon, CouponInfo } from '../coupon'; import { useRect } from '@vant/use'; const [name, bem, t] = createNamespace('coupon-list'); -const couponListProps = { +export const couponListProps = { code: makeStringProp(''), coupons: makeArrayProp(), currency: makeStringProp('¥'), diff --git a/packages/vant/src/coupon-list/index.ts b/packages/vant/src/coupon-list/index.ts index 400aaefc0..47faec5cf 100644 --- a/packages/vant/src/coupon-list/index.ts +++ b/packages/vant/src/coupon-list/index.ts @@ -3,6 +3,7 @@ import _CouponList from './CouponList'; export const CouponList = withInstall(_CouponList); export default CouponList; +export { couponListProps } from './CouponList'; export type { CouponListProps } from './CouponList'; declare module 'vue' { diff --git a/packages/vant/src/date-picker/DatePicker.tsx b/packages/vant/src/date-picker/DatePicker.tsx index cbee63bd9..e8bfdaeaf 100644 --- a/packages/vant/src/date-picker/DatePicker.tsx +++ b/packages/vant/src/date-picker/DatePicker.tsx @@ -24,7 +24,7 @@ const [name] = createNamespace('date-picker'); export type DatePickerColumnType = 'year' | 'month' | 'day'; -const datePickerProps = extend({}, sharedProps, { +export const datePickerProps = extend({}, sharedProps, { columnsType: { type: Array as PropType, default: () => ['year', 'month', 'day'], diff --git a/packages/vant/src/date-picker/index.ts b/packages/vant/src/date-picker/index.ts index 98c2bac8e..7358c79e4 100644 --- a/packages/vant/src/date-picker/index.ts +++ b/packages/vant/src/date-picker/index.ts @@ -3,6 +3,7 @@ import _DatePicker, { DatePickerProps } from './DatePicker'; export const DatePicker = withInstall(_DatePicker); export default DatePicker; +export { datePickerProps } from './DatePicker'; export type { DatePickerProps }; export type { DatePickerColumnType } from './DatePicker'; diff --git a/packages/vant/src/dialog/Dialog.tsx b/packages/vant/src/dialog/Dialog.tsx index 1f387e430..6ed876be4 100644 --- a/packages/vant/src/dialog/Dialog.tsx +++ b/packages/vant/src/dialog/Dialog.tsx @@ -42,7 +42,7 @@ import type { const [name, bem, t] = createNamespace('dialog'); -const dialogProps = extend({}, popupSharedProps, { +export const dialogProps = extend({}, popupSharedProps, { title: String, theme: String as PropType, width: numericProp, diff --git a/packages/vant/src/dialog/index.ts b/packages/vant/src/dialog/index.ts index f89a03f6e..36d12e717 100644 --- a/packages/vant/src/dialog/index.ts +++ b/packages/vant/src/dialog/index.ts @@ -3,6 +3,7 @@ import _Dialog from './Dialog'; export const Dialog = withInstall(_Dialog); export default Dialog; +export { dialogProps } from './Dialog'; export { showDialog, closeDialog, diff --git a/packages/vant/src/divider/Divider.tsx b/packages/vant/src/divider/Divider.tsx index 73a481481..56fda3257 100644 --- a/packages/vant/src/divider/Divider.tsx +++ b/packages/vant/src/divider/Divider.tsx @@ -5,7 +5,7 @@ const [name, bem] = createNamespace('divider'); export type DividerContentPosition = 'left' | 'center' | 'right'; -const dividerProps = { +export const dividerProps = { dashed: Boolean, hairline: truthProp, contentPosition: makeStringProp('center'), diff --git a/packages/vant/src/divider/index.ts b/packages/vant/src/divider/index.ts index fed2987f3..4f0ba85c9 100644 --- a/packages/vant/src/divider/index.ts +++ b/packages/vant/src/divider/index.ts @@ -3,6 +3,7 @@ import _Divider from './Divider'; export const Divider = withInstall(_Divider); export default Divider; +export { dividerProps } from './Divider'; export type { DividerProps, DividerContentPosition } from './Divider'; declare module 'vue' { diff --git a/packages/vant/src/dropdown-item/DropdownItem.tsx b/packages/vant/src/dropdown-item/DropdownItem.tsx index 401720375..97d8df561 100644 --- a/packages/vant/src/dropdown-item/DropdownItem.tsx +++ b/packages/vant/src/dropdown-item/DropdownItem.tsx @@ -32,7 +32,7 @@ import type { DropdownItemOption } from './types'; const [name, bem] = createNamespace('dropdown-item'); -const dropdownItemProps = { +export const dropdownItemProps = { title: String, options: makeArrayProp(), disabled: Boolean, diff --git a/packages/vant/src/dropdown-item/index.ts b/packages/vant/src/dropdown-item/index.ts index aa0e04e73..0a7cffcf5 100644 --- a/packages/vant/src/dropdown-item/index.ts +++ b/packages/vant/src/dropdown-item/index.ts @@ -3,6 +3,7 @@ import _DropdownItem, { DropdownItemProps } from './DropdownItem'; export const DropdownItem = withInstall(_DropdownItem); export default DropdownItem; +export { dropdownItemProps } from './DropdownItem'; export type { DropdownItemProps }; export type { DropdownItemInstance, DropdownItemOption } from './types'; diff --git a/packages/vant/src/dropdown-menu/DropdownMenu.tsx b/packages/vant/src/dropdown-menu/DropdownMenu.tsx index f9b07f9f6..1d202a487 100644 --- a/packages/vant/src/dropdown-menu/DropdownMenu.tsx +++ b/packages/vant/src/dropdown-menu/DropdownMenu.tsx @@ -35,7 +35,7 @@ import type { DropdownMenuProvide, DropdownMenuDirection } from './types'; const [name, bem] = createNamespace('dropdown-menu'); -const dropdownMenuProps = { +export const dropdownMenuProps = { overlay: truthProp, zIndex: numericProp, duration: makeNumericProp(0.2), diff --git a/packages/vant/src/dropdown-menu/index.ts b/packages/vant/src/dropdown-menu/index.ts index eba4c8090..7345e8cf1 100644 --- a/packages/vant/src/dropdown-menu/index.ts +++ b/packages/vant/src/dropdown-menu/index.ts @@ -3,6 +3,7 @@ import _DropdownMenu, { DropdownMenuProps } from './DropdownMenu'; export const DropdownMenu = withInstall(_DropdownMenu); export default DropdownMenu; +export { dropdownMenuProps } from './DropdownMenu'; export type { DropdownMenuProps }; export type { DropdownMenuDirection } from './types'; diff --git a/packages/vant/src/empty/Empty.tsx b/packages/vant/src/empty/Empty.tsx index 695cdf1df..bc075933a 100644 --- a/packages/vant/src/empty/Empty.tsx +++ b/packages/vant/src/empty/Empty.tsx @@ -9,7 +9,7 @@ import { const [name, bem] = createNamespace('empty'); -const emptyProps = { +export const emptyProps = { image: makeStringProp('default'), imageSize: [Number, String, Array] as PropType, description: String, diff --git a/packages/vant/src/empty/index.ts b/packages/vant/src/empty/index.ts index 1684d98b0..19c9731df 100644 --- a/packages/vant/src/empty/index.ts +++ b/packages/vant/src/empty/index.ts @@ -3,6 +3,7 @@ import _Empty from './Empty'; export const Empty = withInstall(_Empty); export default Empty; +export { emptyProps } from './Empty'; export type { EmptyProps } from './Empty'; declare module 'vue' { diff --git a/packages/vant/src/field/Field.tsx b/packages/vant/src/field/Field.tsx index ef8ad3e91..2ec127c9c 100644 --- a/packages/vant/src/field/Field.tsx +++ b/packages/vant/src/field/Field.tsx @@ -105,7 +105,7 @@ export const fieldSharedProps = { }, }; -const fieldProps = extend({}, cellSharedProps, fieldSharedProps, { +export const fieldProps = extend({}, cellSharedProps, fieldSharedProps, { rows: numericProp, type: makeStringProp('text'), rules: Array as PropType, diff --git a/packages/vant/src/field/index.ts b/packages/vant/src/field/index.ts index 90bb5ef51..e92ab1935 100644 --- a/packages/vant/src/field/index.ts +++ b/packages/vant/src/field/index.ts @@ -3,6 +3,7 @@ import _Field, { FieldProps } from './Field'; export const Field = withInstall(_Field); export default Field; +export { fieldProps } from './Field'; export type { FieldProps }; export type { FieldType, diff --git a/packages/vant/src/form/Form.tsx b/packages/vant/src/form/Form.tsx index 47db6eb2e..9139bf022 100644 --- a/packages/vant/src/form/Form.tsx +++ b/packages/vant/src/form/Form.tsx @@ -24,7 +24,7 @@ import type { FormExpose } from './types'; const [name, bem] = createNamespace('form'); -const formProps = { +export const formProps = { colon: Boolean, disabled: Boolean, readonly: Boolean, diff --git a/packages/vant/src/form/index.ts b/packages/vant/src/form/index.ts index 523d2e4c5..ef5d7c792 100644 --- a/packages/vant/src/form/index.ts +++ b/packages/vant/src/form/index.ts @@ -3,6 +3,7 @@ import _Form, { FormProps } from './Form'; export const Form = withInstall(_Form); export default Form; +export { formProps } from './Form'; export type { FormProps }; export type { FormInstance } from './types'; diff --git a/packages/vant/src/grid-item/GridItem.tsx b/packages/vant/src/grid-item/GridItem.tsx index 41f41848f..c67762c21 100644 --- a/packages/vant/src/grid-item/GridItem.tsx +++ b/packages/vant/src/grid-item/GridItem.tsx @@ -26,7 +26,7 @@ import { Badge, type BadgeProps } from '../badge'; const [name, bem] = createNamespace('grid-item'); -const gridItemProps = extend({}, routeProps, { +export const gridItemProps = extend({}, routeProps, { dot: Boolean, text: String, icon: String, diff --git a/packages/vant/src/grid-item/index.ts b/packages/vant/src/grid-item/index.ts index 88aa9fc6a..dc6587c11 100644 --- a/packages/vant/src/grid-item/index.ts +++ b/packages/vant/src/grid-item/index.ts @@ -3,6 +3,7 @@ import _GridItem from './GridItem'; export const GridItem = withInstall(_GridItem); export default GridItem; +export { gridItemProps } from './GridItem'; export type { GridItemProps } from './GridItem'; declare module 'vue' { diff --git a/packages/vant/src/grid/Grid.tsx b/packages/vant/src/grid/Grid.tsx index 3933ea6ec..15532a65e 100644 --- a/packages/vant/src/grid/Grid.tsx +++ b/packages/vant/src/grid/Grid.tsx @@ -18,7 +18,7 @@ const [name, bem] = createNamespace('grid'); export type GridDirection = 'horizontal' | 'vertical'; -const gridProps = { +export const gridProps = { square: Boolean, center: truthProp, border: truthProp, diff --git a/packages/vant/src/grid/index.ts b/packages/vant/src/grid/index.ts index 3bad39d61..dd0fb0381 100644 --- a/packages/vant/src/grid/index.ts +++ b/packages/vant/src/grid/index.ts @@ -3,6 +3,7 @@ import _Grid from './Grid'; export const Grid = withInstall(_Grid); export default Grid; +export { gridProps } from './Grid'; export type { GridProps, GridDirection } from './Grid'; declare module 'vue' { diff --git a/packages/vant/src/icon/Icon.tsx b/packages/vant/src/icon/Icon.tsx index b5a04089e..96f115f8e 100644 --- a/packages/vant/src/icon/Icon.tsx +++ b/packages/vant/src/icon/Icon.tsx @@ -18,7 +18,7 @@ const [name, bem] = createNamespace('icon'); const isImage = (name?: string) => name?.includes('/'); -const iconProps = { +export const iconProps = { dot: Boolean, tag: makeStringProp('i'), name: String, diff --git a/packages/vant/src/icon/index.ts b/packages/vant/src/icon/index.ts index b8308130e..1dade925b 100644 --- a/packages/vant/src/icon/index.ts +++ b/packages/vant/src/icon/index.ts @@ -3,6 +3,7 @@ import _Icon from './Icon'; export const Icon = withInstall(_Icon); export default Icon; +export { iconProps } from './Icon'; export type { IconProps } from './Icon'; declare module 'vue' { diff --git a/packages/vant/src/image-preview/ImagePreview.tsx b/packages/vant/src/image-preview/ImagePreview.tsx index d17949d58..d0e378e4f 100644 --- a/packages/vant/src/image-preview/ImagePreview.tsx +++ b/packages/vant/src/image-preview/ImagePreview.tsx @@ -48,7 +48,7 @@ const popupProps = [ 'closeOnPopstate', ] as const; -const imagePreviewProps = { +export const imagePreviewProps = { show: Boolean, loop: truthProp, images: makeArrayProp(), diff --git a/packages/vant/src/image-preview/index.ts b/packages/vant/src/image-preview/index.ts index c46abec4a..a3d6d93f8 100644 --- a/packages/vant/src/image-preview/index.ts +++ b/packages/vant/src/image-preview/index.ts @@ -4,6 +4,7 @@ import type { ImagePreviewProps } from './ImagePreview'; export const ImagePreview = withInstall(_ImagePreview); export default ImagePreview; +export { imagePreviewProps } from './ImagePreview'; export { showImagePreview } from './function-call'; export type { ImagePreviewProps }; diff --git a/packages/vant/src/image/Image.tsx b/packages/vant/src/image/Image.tsx index e01305657..b49fc91d0 100644 --- a/packages/vant/src/image/Image.tsx +++ b/packages/vant/src/image/Image.tsx @@ -38,7 +38,7 @@ export type ImagePosition = | 'left' | string; -const imageProps = { +export const imageProps = { src: String, alt: String, fit: String as PropType, diff --git a/packages/vant/src/image/index.ts b/packages/vant/src/image/index.ts index 88189cec3..91f869fd0 100644 --- a/packages/vant/src/image/index.ts +++ b/packages/vant/src/image/index.ts @@ -3,6 +3,7 @@ import _Image from './Image'; export const Image = withInstall(_Image); export default Image; +export { imageProps } from './Image'; export type { ImageFit, ImageProps } from './Image'; declare module 'vue' { diff --git a/packages/vant/src/index-anchor/IndexAnchor.tsx b/packages/vant/src/index-anchor/IndexAnchor.tsx index 1793b67d3..2e475893f 100644 --- a/packages/vant/src/index-anchor/IndexAnchor.tsx +++ b/packages/vant/src/index-anchor/IndexAnchor.tsx @@ -24,7 +24,7 @@ import { useExpose } from '../composables/use-expose'; const [name, bem] = createNamespace('index-anchor'); -const indexAnchorProps = { +export const indexAnchorProps = { index: numericProp, }; diff --git a/packages/vant/src/index-anchor/index.ts b/packages/vant/src/index-anchor/index.ts index 64520860f..ff12a1fc6 100644 --- a/packages/vant/src/index-anchor/index.ts +++ b/packages/vant/src/index-anchor/index.ts @@ -3,6 +3,7 @@ import _IndexAnchor from './IndexAnchor'; export const IndexAnchor = withInstall(_IndexAnchor); export default IndexAnchor; +export { indexAnchorProps } from './IndexAnchor'; export type { IndexAnchorProps } from './IndexAnchor'; declare module 'vue' { diff --git a/packages/vant/src/index-bar/IndexBar.tsx b/packages/vant/src/index-bar/IndexBar.tsx index bdd23002b..f5ec4cf4f 100644 --- a/packages/vant/src/index-bar/IndexBar.tsx +++ b/packages/vant/src/index-bar/IndexBar.tsx @@ -52,7 +52,7 @@ function genAlphabet() { const [name, bem] = createNamespace('index-bar'); -const indexBarProps = { +export const indexBarProps = { sticky: truthProp, zIndex: numericProp, teleport: [String, Object] as PropType, diff --git a/packages/vant/src/index-bar/index.ts b/packages/vant/src/index-bar/index.ts index dcec12634..c554946f6 100644 --- a/packages/vant/src/index-bar/index.ts +++ b/packages/vant/src/index-bar/index.ts @@ -3,6 +3,7 @@ import _IndexBar, { IndexBarProps } from './IndexBar'; export const IndexBar = withInstall(_IndexBar); export default IndexBar; +export { indexBarProps } from './IndexBar'; export type { IndexBarProps }; export type { IndexBarInstance } from './types'; diff --git a/packages/vant/src/list/List.tsx b/packages/vant/src/list/List.tsx index 1d69fde44..a003970a8 100644 --- a/packages/vant/src/list/List.tsx +++ b/packages/vant/src/list/List.tsx @@ -30,7 +30,7 @@ import type { ListExpose, ListDirection } from './types'; const [name, bem, t] = createNamespace('list'); -const listProps = { +export const listProps = { error: Boolean, offset: makeNumericProp(300), loading: Boolean, diff --git a/packages/vant/src/list/index.ts b/packages/vant/src/list/index.ts index 223f9d1e5..559da9055 100644 --- a/packages/vant/src/list/index.ts +++ b/packages/vant/src/list/index.ts @@ -3,6 +3,7 @@ import _List, { ListProps } from './List'; export const List = withInstall(_List); export default List; +export { listProps } from './List'; export type { ListProps }; export type { ListInstance, ListDirection } from './types'; diff --git a/packages/vant/src/loading/Loading.tsx b/packages/vant/src/loading/Loading.tsx index 61924a835..42a900dfc 100644 --- a/packages/vant/src/loading/Loading.tsx +++ b/packages/vant/src/loading/Loading.tsx @@ -22,7 +22,7 @@ const CircularIcon = ( export type LoadingType = 'circular' | 'spinner'; -const loadingProps = { +export const loadingProps = { size: numericProp, type: makeStringProp('circular'), color: String, diff --git a/packages/vant/src/loading/index.ts b/packages/vant/src/loading/index.ts index c0c289a36..be1a6415f 100644 --- a/packages/vant/src/loading/index.ts +++ b/packages/vant/src/loading/index.ts @@ -3,6 +3,7 @@ import _Loading from './Loading'; export const Loading = withInstall(_Loading); export default Loading; +export { loadingProps } from './Loading'; export type { LoadingType, LoadingProps } from './Loading'; declare module 'vue' { diff --git a/packages/vant/src/nav-bar/NavBar.tsx b/packages/vant/src/nav-bar/NavBar.tsx index fa8fea2c4..09fe11efa 100644 --- a/packages/vant/src/nav-bar/NavBar.tsx +++ b/packages/vant/src/nav-bar/NavBar.tsx @@ -23,7 +23,7 @@ import { Icon } from '../icon'; const [name, bem] = createNamespace('nav-bar'); -const navBarProps = { +export const navBarProps = { title: String, fixed: Boolean, zIndex: numericProp, diff --git a/packages/vant/src/nav-bar/index.ts b/packages/vant/src/nav-bar/index.ts index a5f31bf8a..ba86672b9 100644 --- a/packages/vant/src/nav-bar/index.ts +++ b/packages/vant/src/nav-bar/index.ts @@ -3,6 +3,7 @@ import _NavBar from './NavBar'; export const NavBar = withInstall(_NavBar); export default NavBar; +export { navBarProps } from './NavBar'; export type { NavBarProps } from './NavBar'; declare module 'vue' { diff --git a/packages/vant/src/notice-bar/NoticeBar.tsx b/packages/vant/src/notice-bar/NoticeBar.tsx index 5c0511b1f..69f64850b 100644 --- a/packages/vant/src/notice-bar/NoticeBar.tsx +++ b/packages/vant/src/notice-bar/NoticeBar.tsx @@ -29,7 +29,7 @@ import { NoticeBarMode } from './types'; const [name, bem] = createNamespace('notice-bar'); -const noticeBarProps = { +export const noticeBarProps = { text: String, mode: String as PropType, color: String, diff --git a/packages/vant/src/notice-bar/index.ts b/packages/vant/src/notice-bar/index.ts index eda7eb7ee..d6fd7d262 100644 --- a/packages/vant/src/notice-bar/index.ts +++ b/packages/vant/src/notice-bar/index.ts @@ -3,6 +3,7 @@ import _NoticeBar, { NoticeBarProps } from './NoticeBar'; export const NoticeBar = withInstall(_NoticeBar); export default NoticeBar; +export { noticeBarProps } from './NoticeBar'; export type { NoticeBarProps }; export type { NoticeBarMode, NoticeBarInstance } from './types'; diff --git a/packages/vant/src/notify/Notify.tsx b/packages/vant/src/notify/Notify.tsx index 56d6918ce..9007e2979 100644 --- a/packages/vant/src/notify/Notify.tsx +++ b/packages/vant/src/notify/Notify.tsx @@ -12,7 +12,7 @@ import type { NotifyType, NotifyPosition } from './types'; const [name, bem] = createNamespace('notify'); -const notifyProps = extend({}, popupSharedProps, { +export const notifyProps = extend({}, popupSharedProps, { type: makeStringProp('danger'), color: String, message: numericProp, diff --git a/packages/vant/src/notify/index.ts b/packages/vant/src/notify/index.ts index bf3c81ba1..a7df4abc9 100644 --- a/packages/vant/src/notify/index.ts +++ b/packages/vant/src/notify/index.ts @@ -3,6 +3,7 @@ import _Notify from './Notify'; export const Notify = withInstall(_Notify); export default Notify; +export { notifyProps } from './Notify'; export { showNotify, closeNotify, diff --git a/packages/vant/src/number-keyboard/NumberKeyboard.tsx b/packages/vant/src/number-keyboard/NumberKeyboard.tsx index 7b8dbb7c9..d82f2e861 100644 --- a/packages/vant/src/number-keyboard/NumberKeyboard.tsx +++ b/packages/vant/src/number-keyboard/NumberKeyboard.tsx @@ -41,7 +41,7 @@ type KeyConfig = { wider?: boolean; }; -const numberKeyboardProps = { +export const numberKeyboardProps = { show: Boolean, title: String, theme: makeStringProp('default'), diff --git a/packages/vant/src/number-keyboard/index.ts b/packages/vant/src/number-keyboard/index.ts index ca8f697d5..9cd690306 100644 --- a/packages/vant/src/number-keyboard/index.ts +++ b/packages/vant/src/number-keyboard/index.ts @@ -3,6 +3,7 @@ import _NumberKeyboard from './NumberKeyboard'; export const NumberKeyboard = withInstall(_NumberKeyboard); export default NumberKeyboard; +export { numberKeyboardProps } from './NumberKeyboard'; export type { NumberKeyboardProps, NumberKeyboardTheme, diff --git a/packages/vant/src/overlay/Overlay.tsx b/packages/vant/src/overlay/Overlay.tsx index 3be6f11fc..02582b45b 100644 --- a/packages/vant/src/overlay/Overlay.tsx +++ b/packages/vant/src/overlay/Overlay.tsx @@ -25,7 +25,7 @@ import { useLazyRender } from '../composables/use-lazy-render'; const [name, bem] = createNamespace('overlay'); -const overlayProps = { +export const overlayProps = { show: Boolean, zIndex: numericProp, duration: numericProp, diff --git a/packages/vant/src/overlay/index.ts b/packages/vant/src/overlay/index.ts index c2a0f2cd9..53bd7160e 100644 --- a/packages/vant/src/overlay/index.ts +++ b/packages/vant/src/overlay/index.ts @@ -3,6 +3,7 @@ import _Overlay from './Overlay'; export const Overlay = withInstall(_Overlay); export default Overlay; +export { overlayProps } from './Overlay'; export type { OverlayProps } from './Overlay'; declare module 'vue' { diff --git a/packages/vant/src/pagination/Pagination.tsx b/packages/vant/src/pagination/Pagination.tsx index f1b873dfc..07ce120f2 100644 --- a/packages/vant/src/pagination/Pagination.tsx +++ b/packages/vant/src/pagination/Pagination.tsx @@ -30,7 +30,7 @@ const makePage = ( export type PaginationMode = 'simple' | 'multi'; -const paginationProps = { +export const paginationProps = { mode: makeStringProp('multi'), prevText: String, nextText: String, diff --git a/packages/vant/src/pagination/index.ts b/packages/vant/src/pagination/index.ts index c881d6dab..b26a54aa9 100644 --- a/packages/vant/src/pagination/index.ts +++ b/packages/vant/src/pagination/index.ts @@ -3,6 +3,7 @@ import _Pagination from './Pagination'; export const Pagination = withInstall(_Pagination); export default Pagination; +export { paginationProps } from './Pagination'; export type { PaginationMode, PaginationProps } from './Pagination'; declare module 'vue' { diff --git a/packages/vant/src/password-input/PasswordInput.tsx b/packages/vant/src/password-input/PasswordInput.tsx index 0ed8307fb..9983dbc65 100644 --- a/packages/vant/src/password-input/PasswordInput.tsx +++ b/packages/vant/src/password-input/PasswordInput.tsx @@ -12,7 +12,7 @@ import { const [name, bem] = createNamespace('password-input'); -const passwordInputProps = { +export const passwordInputProps = { info: String, mask: truthProp, value: makeStringProp(''), diff --git a/packages/vant/src/password-input/index.ts b/packages/vant/src/password-input/index.ts index 8e914debb..74920c4e1 100644 --- a/packages/vant/src/password-input/index.ts +++ b/packages/vant/src/password-input/index.ts @@ -3,6 +3,7 @@ import _PasswordInput from './PasswordInput'; export const PasswordInput = withInstall(_PasswordInput); export default PasswordInput; +export { passwordInputProps } from './PasswordInput'; export type { PasswordInputProps } from './PasswordInput'; declare module 'vue' { diff --git a/packages/vant/src/picker-group/index.ts b/packages/vant/src/picker-group/index.ts index 00013ebcf..b36114913 100644 --- a/packages/vant/src/picker-group/index.ts +++ b/packages/vant/src/picker-group/index.ts @@ -3,6 +3,7 @@ import _PickerGroup, { PickerGroupProps } from './PickerGroup'; export const PickerGroup = withInstall(_PickerGroup); export default PickerGroup; +export { pickerGroupProps } from './PickerGroup'; export type { PickerGroupProps }; declare module 'vue' { diff --git a/packages/vant/src/picker/Picker.tsx b/packages/vant/src/picker/Picker.tsx index f8d14e5a7..bb0763190 100644 --- a/packages/vant/src/picker/Picker.tsx +++ b/packages/vant/src/picker/Picker.tsx @@ -68,7 +68,7 @@ export const pickerSharedProps = extend( pickerToolbarProps ); -const pickerProps = extend({}, pickerSharedProps, { +export const pickerProps = extend({}, pickerSharedProps, { columns: makeArrayProp(), modelValue: makeArrayProp(), toolbarPosition: makeStringProp('top'), diff --git a/packages/vant/src/picker/index.ts b/packages/vant/src/picker/index.ts index bae468b68..e30a6aafe 100644 --- a/packages/vant/src/picker/index.ts +++ b/packages/vant/src/picker/index.ts @@ -3,6 +3,7 @@ import _Picker, { PickerProps } from './Picker'; export const Picker = withInstall(_Picker); export default Picker; +export { pickerProps } from './Picker'; export type { PickerProps }; export type { PickerColumn, diff --git a/packages/vant/src/popover/Popover.tsx b/packages/vant/src/popover/Popover.tsx index e7b007cd9..d27cdfbb4 100644 --- a/packages/vant/src/popover/Popover.tsx +++ b/packages/vant/src/popover/Popover.tsx @@ -54,7 +54,7 @@ const popupProps = [ 'closeOnClickOverlay', ] as const; -const popoverProps = { +export const popoverProps = { show: Boolean, theme: makeStringProp('light'), overlay: Boolean, diff --git a/packages/vant/src/popover/index.ts b/packages/vant/src/popover/index.ts index 037f0e0c9..9bc95ff47 100644 --- a/packages/vant/src/popover/index.ts +++ b/packages/vant/src/popover/index.ts @@ -3,6 +3,7 @@ import _Popover from './Popover'; export const Popover = withInstall(_Popover); export default Popover; +export { popoverProps } from './Popover'; export type { PopoverProps } from './Popover'; export type { PopoverTheme, diff --git a/packages/vant/src/popup/Popup.tsx b/packages/vant/src/popup/Popup.tsx index 945d5abba..2c37674ad 100644 --- a/packages/vant/src/popup/Popup.tsx +++ b/packages/vant/src/popup/Popup.tsx @@ -40,7 +40,7 @@ import { Overlay } from '../overlay'; // Types import type { PopupPosition, PopupCloseIconPosition } from './types'; -const popupProps = extend({}, popupSharedProps, { +export const popupProps = extend({}, popupSharedProps, { round: Boolean, position: makeStringProp('center'), closeIcon: makeStringProp('cross'), diff --git a/packages/vant/src/popup/index.ts b/packages/vant/src/popup/index.ts index ce804ec75..d0bde6f9c 100644 --- a/packages/vant/src/popup/index.ts +++ b/packages/vant/src/popup/index.ts @@ -3,6 +3,7 @@ import _Popup from './Popup'; export const Popup = withInstall(_Popup); export default Popup; +export { popupProps } from './Popup'; export type { PopupProps } from './Popup'; export type { PopupPosition, diff --git a/packages/vant/src/progress/Progress.tsx b/packages/vant/src/progress/Progress.tsx index 852fbbffa..6ced71ac1 100644 --- a/packages/vant/src/progress/Progress.tsx +++ b/packages/vant/src/progress/Progress.tsx @@ -9,7 +9,7 @@ import { const [name, bem] = createNamespace('progress'); -const progressProps = { +export const progressProps = { color: String, inactive: Boolean, pivotText: String, diff --git a/packages/vant/src/progress/index.ts b/packages/vant/src/progress/index.ts index 4e947d108..3755bda1f 100644 --- a/packages/vant/src/progress/index.ts +++ b/packages/vant/src/progress/index.ts @@ -3,6 +3,7 @@ import _Progress, { ProgressProps } from './Progress'; export const Progress = withInstall(_Progress); export default Progress; +export { progressProps } from './Progress'; export type { ProgressProps }; export type { ProgressInstance } from './types'; diff --git a/packages/vant/src/pull-refresh/PullRefresh.tsx b/packages/vant/src/pull-refresh/PullRefresh.tsx index 60ca51fab..694b78d3d 100644 --- a/packages/vant/src/pull-refresh/PullRefresh.tsx +++ b/packages/vant/src/pull-refresh/PullRefresh.tsx @@ -35,7 +35,7 @@ type PullRefreshStatus = | 'pulling' | 'success'; -const pullRefreshProps = { +export const pullRefreshProps = { disabled: Boolean, modelValue: Boolean, headHeight: makeNumericProp(DEFAULT_HEAD_HEIGHT), diff --git a/packages/vant/src/pull-refresh/index.ts b/packages/vant/src/pull-refresh/index.ts index 7f044f991..ae37d2bcf 100644 --- a/packages/vant/src/pull-refresh/index.ts +++ b/packages/vant/src/pull-refresh/index.ts @@ -3,6 +3,7 @@ import _PullRefresh from './PullRefresh'; export const PullRefresh = withInstall(_PullRefresh); export default PullRefresh; +export { pullRefreshProps } from './PullRefresh'; export type { PullRefreshProps } from './PullRefresh'; declare module 'vue' { diff --git a/packages/vant/src/radio-group/RadioGroup.tsx b/packages/vant/src/radio-group/RadioGroup.tsx index 56e28bf24..7187b9f45 100644 --- a/packages/vant/src/radio-group/RadioGroup.tsx +++ b/packages/vant/src/radio-group/RadioGroup.tsx @@ -13,7 +13,7 @@ const [name, bem] = createNamespace('radio-group'); export type RadioGroupDirection = CheckerDirection; -const radioGroupProps = { +export const radioGroupProps = { disabled: Boolean, iconSize: numericProp, direction: String as PropType, diff --git a/packages/vant/src/radio-group/index.ts b/packages/vant/src/radio-group/index.ts index 3c7eeb418..535876a7d 100644 --- a/packages/vant/src/radio-group/index.ts +++ b/packages/vant/src/radio-group/index.ts @@ -3,6 +3,7 @@ import _RadioGroup from './RadioGroup'; export const RadioGroup = withInstall(_RadioGroup); export default RadioGroup; +export { radioGroupProps } from './RadioGroup'; export type { RadioGroupProps, RadioGroupDirection } from './RadioGroup'; declare module 'vue' { diff --git a/packages/vant/src/radio/Radio.tsx b/packages/vant/src/radio/Radio.tsx index cd6c0ca77..393399fea 100644 --- a/packages/vant/src/radio/Radio.tsx +++ b/packages/vant/src/radio/Radio.tsx @@ -14,9 +14,11 @@ import Checker, { CheckerLabelPosition, } from '../checkbox/Checker'; +export const radioProps = checkerProps; + export type RadioShape = CheckerShape; export type RadioLabelPosition = CheckerLabelPosition; -export type RadioProps = ExtractPropTypes; +export type RadioProps = ExtractPropTypes; const [name, bem] = createNamespace('radio'); diff --git a/packages/vant/src/radio/index.ts b/packages/vant/src/radio/index.ts index 9e6335e06..e1c583ade 100644 --- a/packages/vant/src/radio/index.ts +++ b/packages/vant/src/radio/index.ts @@ -3,6 +3,7 @@ import _Radio from './Radio'; export const Radio = withInstall(_Radio); export default Radio; +export { radioProps } from './Radio'; export type { RadioProps, RadioShape, RadioLabelPosition } from './Radio'; declare module 'vue' { diff --git a/packages/vant/src/rate/Rate.tsx b/packages/vant/src/rate/Rate.tsx index 80335f586..7969063b9 100644 --- a/packages/vant/src/rate/Rate.tsx +++ b/packages/vant/src/rate/Rate.tsx @@ -54,7 +54,7 @@ function getRateStatus( return { status: 'void', value: 0 }; } -const rateProps = { +export const rateProps = { size: numericProp, icon: makeStringProp('star'), color: String, diff --git a/packages/vant/src/rate/index.ts b/packages/vant/src/rate/index.ts index abcfd7cf3..415fee0aa 100644 --- a/packages/vant/src/rate/index.ts +++ b/packages/vant/src/rate/index.ts @@ -3,6 +3,7 @@ import _Rate from './Rate'; export const Rate = withInstall(_Rate); export default Rate; +export { rateProps } from './Rate'; export type { RateProps } from './Rate'; declare module 'vue' { diff --git a/packages/vant/src/row/Row.tsx b/packages/vant/src/row/Row.tsx index fb7b31be6..b8e3b2adb 100644 --- a/packages/vant/src/row/Row.tsx +++ b/packages/vant/src/row/Row.tsx @@ -33,7 +33,7 @@ export type RowJustify = | 'space-around' | 'space-between'; -const rowProps = { +export const rowProps = { tag: makeStringProp('div'), wrap: truthProp, align: String as PropType, diff --git a/packages/vant/src/row/index.ts b/packages/vant/src/row/index.ts index 476f7e0f0..59a5e14b0 100644 --- a/packages/vant/src/row/index.ts +++ b/packages/vant/src/row/index.ts @@ -3,6 +3,7 @@ import _Row from './Row'; export const Row = withInstall(_Row); export default Row; +export { rowProps } from './Row'; export type { RowProps, RowAlign, RowJustify } from './Row'; declare module 'vue' { diff --git a/packages/vant/src/search/Search.tsx b/packages/vant/src/search/Search.tsx index 56977d7a8..ea3bf25e5 100644 --- a/packages/vant/src/search/Search.tsx +++ b/packages/vant/src/search/Search.tsx @@ -23,7 +23,7 @@ import type { SearchShape } from './types'; const [name, bem, t] = createNamespace('search'); -const searchProps = extend({}, fieldSharedProps, { +export const searchProps = extend({}, fieldSharedProps, { label: String, shape: makeStringProp('square'), leftIcon: makeStringProp('search'), diff --git a/packages/vant/src/search/index.ts b/packages/vant/src/search/index.ts index 07e3b212d..217569b6f 100644 --- a/packages/vant/src/search/index.ts +++ b/packages/vant/src/search/index.ts @@ -3,6 +3,7 @@ import _Search, { SearchProps } from './Search'; export const Search = withInstall(_Search); export default Search; +export { searchProps } from './Search'; export type { SearchProps }; export type { SearchShape, SearchInstance } from './types'; diff --git a/packages/vant/src/share-sheet/ShareSheet.tsx b/packages/vant/src/share-sheet/ShareSheet.tsx index bd9ef5671..059096c6c 100644 --- a/packages/vant/src/share-sheet/ShareSheet.tsx +++ b/packages/vant/src/share-sheet/ShareSheet.tsx @@ -44,7 +44,7 @@ const iconMap: Record = { const [name, bem, t] = createNamespace('share-sheet'); -const shareSheetProps = extend({}, popupSharedProps, { +export const shareSheetProps = extend({}, popupSharedProps, { title: String, round: truthProp, options: makeArrayProp(), diff --git a/packages/vant/src/share-sheet/index.ts b/packages/vant/src/share-sheet/index.ts index 4ff6b6750..fa9e961e0 100644 --- a/packages/vant/src/share-sheet/index.ts +++ b/packages/vant/src/share-sheet/index.ts @@ -3,6 +3,7 @@ import _ShareSheet from './ShareSheet'; export const ShareSheet = withInstall(_ShareSheet); export default ShareSheet; +export { shareSheetProps } from './ShareSheet'; export type { ShareSheetProps, ShareSheetOption, diff --git a/packages/vant/src/sidebar-item/SidebarItem.tsx b/packages/vant/src/sidebar-item/SidebarItem.tsx index d619d9afa..0c58adce4 100644 --- a/packages/vant/src/sidebar-item/SidebarItem.tsx +++ b/packages/vant/src/sidebar-item/SidebarItem.tsx @@ -13,7 +13,7 @@ import { Badge, type BadgeProps } from '../badge'; const [name, bem] = createNamespace('sidebar-item'); -const sidebarItemProps = extend({}, routeProps, { +export const sidebarItemProps = extend({}, routeProps, { dot: Boolean, title: String, badge: numericProp, diff --git a/packages/vant/src/sidebar-item/index.ts b/packages/vant/src/sidebar-item/index.ts index 7151a4dbd..8c225b408 100644 --- a/packages/vant/src/sidebar-item/index.ts +++ b/packages/vant/src/sidebar-item/index.ts @@ -3,6 +3,7 @@ import _SidebarItem from './SidebarItem'; export const SidebarItem = withInstall(_SidebarItem); export default SidebarItem; +export { sidebarItemProps } from './SidebarItem'; export type { SidebarItemProps } from './SidebarItem'; declare module 'vue' { diff --git a/packages/vant/src/sidebar/Sidebar.tsx b/packages/vant/src/sidebar/Sidebar.tsx index 511344dc5..9348dadd4 100644 --- a/packages/vant/src/sidebar/Sidebar.tsx +++ b/packages/vant/src/sidebar/Sidebar.tsx @@ -11,7 +11,7 @@ export type SidebarProvide = { export const SIDEBAR_KEY: InjectionKey = Symbol(name); -const sidebarProps = { +export const sidebarProps = { modelValue: makeNumericProp(0), }; diff --git a/packages/vant/src/sidebar/index.ts b/packages/vant/src/sidebar/index.ts index 4161b95c0..dbcf058ab 100644 --- a/packages/vant/src/sidebar/index.ts +++ b/packages/vant/src/sidebar/index.ts @@ -3,6 +3,7 @@ import _Sidebar from './Sidebar'; export const Sidebar = withInstall(_Sidebar); export default Sidebar; +export { sidebarProps } from './Sidebar'; export type { SidebarProps } from './Sidebar'; declare module 'vue' { diff --git a/packages/vant/src/skeleton/Skeleton.tsx b/packages/vant/src/skeleton/Skeleton.tsx index 27b3a2e5a..84e2a2ecf 100644 --- a/packages/vant/src/skeleton/Skeleton.tsx +++ b/packages/vant/src/skeleton/Skeleton.tsx @@ -16,7 +16,7 @@ const DEFAULT_LAST_ROW_WIDTH = '60%'; export type SkeletonAvatarShape = 'square' | 'round'; -const skeletonProps = { +export const skeletonProps = { row: makeNumericProp(0), title: Boolean, round: Boolean, diff --git a/packages/vant/src/skeleton/index.ts b/packages/vant/src/skeleton/index.ts index 611ec2a65..c41680334 100644 --- a/packages/vant/src/skeleton/index.ts +++ b/packages/vant/src/skeleton/index.ts @@ -3,6 +3,7 @@ import _Skeleton from './Skeleton'; export const Skeleton = withInstall(_Skeleton); export default Skeleton; +export { skeletonProps } from './Skeleton'; export type { SkeletonProps, SkeletonAvatarShape } from './Skeleton'; declare module 'vue' { diff --git a/packages/vant/src/slider/Slider.tsx b/packages/vant/src/slider/Slider.tsx index e68a6a315..065737428 100644 --- a/packages/vant/src/slider/Slider.tsx +++ b/packages/vant/src/slider/Slider.tsx @@ -31,7 +31,7 @@ type NumberRange = [number, number]; type SliderValue = number | NumberRange; -const sliderProps = { +export const sliderProps = { min: makeNumericProp(0), max: makeNumericProp(100), step: makeNumericProp(1), diff --git a/packages/vant/src/slider/index.ts b/packages/vant/src/slider/index.ts index bdc13eec8..e3801883a 100644 --- a/packages/vant/src/slider/index.ts +++ b/packages/vant/src/slider/index.ts @@ -3,6 +3,7 @@ import _Slider from './Slider'; export const Slider = withInstall(_Slider); export default Slider; +export { sliderProps } from './Slider'; export type { SliderProps } from './Slider'; declare module 'vue' { diff --git a/packages/vant/src/space/Space.tsx b/packages/vant/src/space/Space.tsx index fab571e78..d8645e1b7 100644 --- a/packages/vant/src/space/Space.tsx +++ b/packages/vant/src/space/Space.tsx @@ -14,7 +14,7 @@ const [name, bem] = createNamespace('space'); export type SpaceSize = number | string; export type SpaceAlign = 'start' | 'end' | 'center' | 'baseline'; -const spaceProps = { +export const spaceProps = { align: String as PropType, direction: { type: String as PropType<'vertical' | 'horizontal'>, diff --git a/packages/vant/src/space/index.ts b/packages/vant/src/space/index.ts index 39d4bf285..d4920b8f2 100644 --- a/packages/vant/src/space/index.ts +++ b/packages/vant/src/space/index.ts @@ -3,6 +3,7 @@ import _Space from './Space'; export const Space = withInstall(_Space); export default Space; +export { spaceProps } from './Space'; export type { SpaceProps, SpaceSize, SpaceAlign } from './Space'; declare module 'vue' { diff --git a/packages/vant/src/stepper/Stepper.tsx b/packages/vant/src/stepper/Stepper.tsx index 4935f0c16..3d1832deb 100644 --- a/packages/vant/src/stepper/Stepper.tsx +++ b/packages/vant/src/stepper/Stepper.tsx @@ -40,7 +40,7 @@ const isEqual = (value1?: Numeric, value2?: Numeric) => export type StepperTheme = 'default' | 'round'; -const stepperProps = { +export const stepperProps = { min: makeNumericProp(1), max: makeNumericProp(Infinity), name: makeNumericProp(''), diff --git a/packages/vant/src/stepper/index.ts b/packages/vant/src/stepper/index.ts index a87ea7470..ee4b9fa15 100644 --- a/packages/vant/src/stepper/index.ts +++ b/packages/vant/src/stepper/index.ts @@ -3,6 +3,7 @@ import _Stepper from './Stepper'; export const Stepper = withInstall(_Stepper); export default Stepper; +export { stepperProps } from './Stepper'; export type { StepperTheme, StepperProps } from './Stepper'; declare module 'vue' { diff --git a/packages/vant/src/steps/Steps.tsx b/packages/vant/src/steps/Steps.tsx index 23799313e..aee58c2e2 100644 --- a/packages/vant/src/steps/Steps.tsx +++ b/packages/vant/src/steps/Steps.tsx @@ -6,7 +6,7 @@ const [name, bem] = createNamespace('steps'); export type StepsDirection = 'horizontal' | 'vertical'; -const stepsProps = { +export const stepsProps = { active: makeNumericProp(0), direction: makeStringProp('horizontal'), activeIcon: makeStringProp('checked'), diff --git a/packages/vant/src/steps/index.ts b/packages/vant/src/steps/index.ts index f61535dcc..00b4afe28 100644 --- a/packages/vant/src/steps/index.ts +++ b/packages/vant/src/steps/index.ts @@ -3,6 +3,7 @@ import _Steps from './Steps'; export const Steps = withInstall(_Steps); export default Steps; +export { stepsProps } from './Steps'; export type { StepsProps, StepsDirection } from './Steps'; declare module 'vue' { diff --git a/packages/vant/src/sticky/Sticky.tsx b/packages/vant/src/sticky/Sticky.tsx index 609c55a0a..47c2ab5a0 100644 --- a/packages/vant/src/sticky/Sticky.tsx +++ b/packages/vant/src/sticky/Sticky.tsx @@ -30,7 +30,7 @@ const [name, bem] = createNamespace('sticky'); export type StickyPosition = 'top' | 'bottom'; -const stickyProps = { +export const stickyProps = { zIndex: numericProp, position: makeStringProp('top'), container: Object as PropType, diff --git a/packages/vant/src/sticky/index.ts b/packages/vant/src/sticky/index.ts index 83b7d5ee7..b28dbed18 100644 --- a/packages/vant/src/sticky/index.ts +++ b/packages/vant/src/sticky/index.ts @@ -3,6 +3,7 @@ import _Sticky from './Sticky'; export const Sticky = withInstall(_Sticky); export default Sticky; +export { stickyProps } from './Sticky'; export type { StickyProps, StickyPosition } from './Sticky'; declare module 'vue' { diff --git a/packages/vant/src/submit-bar/SubmitBar.tsx b/packages/vant/src/submit-bar/SubmitBar.tsx index f34f18e27..1980cddb5 100644 --- a/packages/vant/src/submit-bar/SubmitBar.tsx +++ b/packages/vant/src/submit-bar/SubmitBar.tsx @@ -20,7 +20,7 @@ const [name, bem, t] = createNamespace('submit-bar'); export type SubmitBarTextAlign = 'left' | 'right'; -const submitBarProps = { +export const submitBarProps = { tip: String, label: String, price: Number, diff --git a/packages/vant/src/submit-bar/index.ts b/packages/vant/src/submit-bar/index.ts index 2adede9f5..d555e9bab 100644 --- a/packages/vant/src/submit-bar/index.ts +++ b/packages/vant/src/submit-bar/index.ts @@ -3,6 +3,7 @@ import _SubmitBar from './SubmitBar'; export const SubmitBar = withInstall(_SubmitBar); export default SubmitBar; +export { submitBarProps } from './SubmitBar'; export type { SubmitBarProps, SubmitBarTextAlign } from './SubmitBar'; declare module 'vue' { diff --git a/packages/vant/src/swipe-cell/SwipeCell.tsx b/packages/vant/src/swipe-cell/SwipeCell.tsx index 565bdb38f..e47be3653 100644 --- a/packages/vant/src/swipe-cell/SwipeCell.tsx +++ b/packages/vant/src/swipe-cell/SwipeCell.tsx @@ -34,7 +34,7 @@ import type { const [name, bem] = createNamespace('swipe-cell'); -const swipeCellProps = { +export const swipeCellProps = { name: makeNumericProp(''), disabled: Boolean, leftWidth: numericProp, diff --git a/packages/vant/src/swipe-cell/index.ts b/packages/vant/src/swipe-cell/index.ts index b69b16ac7..ca89194f1 100644 --- a/packages/vant/src/swipe-cell/index.ts +++ b/packages/vant/src/swipe-cell/index.ts @@ -3,6 +3,7 @@ import _SwipeCell, { SwipeCellProps } from './SwipeCell'; export const SwipeCell = withInstall(_SwipeCell); export default SwipeCell; +export { swipeCellProps } from './SwipeCell'; export type { SwipeCellProps }; export type { SwipeCellSide, diff --git a/packages/vant/src/swipe/Swipe.tsx b/packages/vant/src/swipe/Swipe.tsx index f2e181759..de2d75819 100644 --- a/packages/vant/src/swipe/Swipe.tsx +++ b/packages/vant/src/swipe/Swipe.tsx @@ -43,7 +43,7 @@ import { SwipeState, SwipeExpose, SwipeProvide, SwipeToOptions } from './types'; const [name, bem] = createNamespace('swipe'); -const swipeProps = { +export const swipeProps = { loop: truthProp, width: numericProp, height: numericProp, diff --git a/packages/vant/src/swipe/index.ts b/packages/vant/src/swipe/index.ts index b603deabf..dae6766be 100644 --- a/packages/vant/src/swipe/index.ts +++ b/packages/vant/src/swipe/index.ts @@ -3,6 +3,7 @@ import _Swipe, { SwipeProps } from './Swipe'; export const Swipe = withInstall(_Swipe); export default Swipe; +export { swipeProps } from './Swipe'; export type { SwipeProps }; export type { SwipeInstance, SwipeToOptions } from './types'; diff --git a/packages/vant/src/switch/Switch.tsx b/packages/vant/src/switch/Switch.tsx index 830552e54..53aab37fe 100644 --- a/packages/vant/src/switch/Switch.tsx +++ b/packages/vant/src/switch/Switch.tsx @@ -5,7 +5,7 @@ import { Loading } from '../loading'; const [name, bem] = createNamespace('switch'); -const switchProps = { +export const switchProps = { size: numericProp, loading: Boolean, disabled: Boolean, diff --git a/packages/vant/src/switch/index.ts b/packages/vant/src/switch/index.ts index 4483b6046..56af23e70 100644 --- a/packages/vant/src/switch/index.ts +++ b/packages/vant/src/switch/index.ts @@ -3,6 +3,7 @@ import _Switch from './Switch'; export const Switch = withInstall(_Switch); export default Switch; +export { switchProps } from './Switch'; export type { SwitchProps } from './Switch'; declare module 'vue' { diff --git a/packages/vant/src/tab/Tab.tsx b/packages/vant/src/tab/Tab.tsx index 908a9e5f0..d2efee53f 100644 --- a/packages/vant/src/tab/Tab.tsx +++ b/packages/vant/src/tab/Tab.tsx @@ -32,7 +32,7 @@ import { SwipeItem } from '../swipe-item'; const [name, bem] = createNamespace('tab'); -const tabProps = extend({}, routeProps, { +export const tabProps = extend({}, routeProps, { dot: Boolean, name: numericProp, badge: numericProp, diff --git a/packages/vant/src/tab/index.ts b/packages/vant/src/tab/index.ts index a86309bd0..a5d10c3c5 100644 --- a/packages/vant/src/tab/index.ts +++ b/packages/vant/src/tab/index.ts @@ -3,6 +3,7 @@ import _Tab from './Tab'; export const Tab = withInstall(_Tab); export default Tab; +export { tabProps } from './Tab'; export type { TabProps } from './Tab'; declare module 'vue' { diff --git a/packages/vant/src/tabbar-item/TabbarItem.tsx b/packages/vant/src/tabbar-item/TabbarItem.tsx index f8d3714a8..7515b1463 100644 --- a/packages/vant/src/tabbar-item/TabbarItem.tsx +++ b/packages/vant/src/tabbar-item/TabbarItem.tsx @@ -20,7 +20,7 @@ import { Badge, type BadgeProps } from '../badge'; const [name, bem] = createNamespace('tabbar-item'); -const tabbarItemProps = extend({}, routeProps, { +export const tabbarItemProps = extend({}, routeProps, { dot: Boolean, icon: String, name: numericProp, diff --git a/packages/vant/src/tabbar-item/index.ts b/packages/vant/src/tabbar-item/index.ts index 812d56dec..1af2149b2 100644 --- a/packages/vant/src/tabbar-item/index.ts +++ b/packages/vant/src/tabbar-item/index.ts @@ -3,6 +3,7 @@ import _TabbarItem from './TabbarItem'; export const TabbarItem = withInstall(_TabbarItem); export default TabbarItem; +export { tabbarItemProps } from './TabbarItem'; export type { TabbarItemProps } from './TabbarItem'; declare module 'vue' { diff --git a/packages/vant/src/tabbar/Tabbar.tsx b/packages/vant/src/tabbar/Tabbar.tsx index 3d273fbf9..5a74ea475 100644 --- a/packages/vant/src/tabbar/Tabbar.tsx +++ b/packages/vant/src/tabbar/Tabbar.tsx @@ -25,7 +25,7 @@ import { usePlaceholder } from '../composables/use-placeholder'; const [name, bem] = createNamespace('tabbar'); -const tabbarProps = { +export const tabbarProps = { route: Boolean, fixed: truthProp, border: truthProp, diff --git a/packages/vant/src/tabbar/index.ts b/packages/vant/src/tabbar/index.ts index 6383d4fd8..0cc40e651 100644 --- a/packages/vant/src/tabbar/index.ts +++ b/packages/vant/src/tabbar/index.ts @@ -3,6 +3,7 @@ import _Tabbar from './Tabbar'; export const Tabbar = withInstall(_Tabbar); export default Tabbar; +export { tabbarProps } from './Tabbar'; export type { TabbarProps } from './Tabbar'; declare module 'vue' { diff --git a/packages/vant/src/tabs/Tabs.tsx b/packages/vant/src/tabs/Tabs.tsx index 0662c702d..7ea456177 100644 --- a/packages/vant/src/tabs/Tabs.tsx +++ b/packages/vant/src/tabs/Tabs.tsx @@ -60,7 +60,7 @@ import type { TabsProvide, TabsType } from './types'; const [name, bem] = createNamespace('tabs'); -const tabsProps = { +export const tabsProps = { type: makeStringProp('line'), color: String, border: Boolean, diff --git a/packages/vant/src/tabs/index.ts b/packages/vant/src/tabs/index.ts index 22bb8e1c4..5a2939acc 100644 --- a/packages/vant/src/tabs/index.ts +++ b/packages/vant/src/tabs/index.ts @@ -3,6 +3,7 @@ import _Tabs, { TabsProps } from './Tabs'; export const Tabs = withInstall(_Tabs); export default Tabs; +export { tabsProps } from './Tabs'; export type { TabsProps }; export type { TabsType, TabsInstance } from './types'; diff --git a/packages/vant/src/tag/Tag.tsx b/packages/vant/src/tag/Tag.tsx index a21815cde..d9cb16fdd 100644 --- a/packages/vant/src/tag/Tag.tsx +++ b/packages/vant/src/tag/Tag.tsx @@ -18,7 +18,7 @@ const [name, bem] = createNamespace('tag'); export type TagSize = 'large' | 'medium'; export type TagType = 'default' | 'primary' | 'success' | 'warning' | 'danger'; -const tagProps = { +export const tagProps = { size: String as PropType, mark: Boolean, show: truthProp, diff --git a/packages/vant/src/tag/index.ts b/packages/vant/src/tag/index.ts index 7d26a9000..9ee77b49e 100644 --- a/packages/vant/src/tag/index.ts +++ b/packages/vant/src/tag/index.ts @@ -3,6 +3,7 @@ import _Tag from './Tag'; export const Tag = withInstall(_Tag); export default Tag; +export { tagProps } from './Tag'; export type { TagSize, TagType, TagProps } from './Tag'; declare module 'vue' { diff --git a/packages/vant/src/time-picker/TimePicker.tsx b/packages/vant/src/time-picker/TimePicker.tsx index 70449d4bd..397c601b5 100644 --- a/packages/vant/src/time-picker/TimePicker.tsx +++ b/packages/vant/src/time-picker/TimePicker.tsx @@ -28,7 +28,7 @@ const [name] = createNamespace('time-picker'); export type TimePickerColumnType = 'hour' | 'minute' | 'second'; -const timePickerProps = extend({}, sharedProps, { +export const timePickerProps = extend({}, sharedProps, { minHour: makeNumericProp(0), maxHour: makeNumericProp(23), minMinute: makeNumericProp(0), diff --git a/packages/vant/src/time-picker/index.ts b/packages/vant/src/time-picker/index.ts index bfd27c992..d060744c1 100644 --- a/packages/vant/src/time-picker/index.ts +++ b/packages/vant/src/time-picker/index.ts @@ -3,6 +3,7 @@ import _TimePicker, { TimePickerProps } from './TimePicker'; export const TimePicker = withInstall(_TimePicker); export default TimePicker; +export { timePickerProps } from './TimePicker'; export type { TimePickerProps }; export type { TimePickerColumnType } from './TimePicker'; diff --git a/packages/vant/src/toast/Toast.tsx b/packages/vant/src/toast/Toast.tsx index 7277a0fd1..7e92b4850 100644 --- a/packages/vant/src/toast/Toast.tsx +++ b/packages/vant/src/toast/Toast.tsx @@ -41,7 +41,7 @@ const popupInheritProps = [ 'closeOnClickOverlay', ] as const; -const toastProps = { +export const toastProps = { icon: String, show: Boolean, type: makeStringProp('text'), diff --git a/packages/vant/src/toast/index.ts b/packages/vant/src/toast/index.ts index 3250b9b4d..a43222c3f 100644 --- a/packages/vant/src/toast/index.ts +++ b/packages/vant/src/toast/index.ts @@ -3,6 +3,7 @@ import _Toast from './Toast'; export const Toast = withInstall(_Toast); export default Toast; +export { toastProps } from './Toast'; export { showToast, closeToast, diff --git a/packages/vant/src/tree-select/TreeSelect.tsx b/packages/vant/src/tree-select/TreeSelect.tsx index dfb73c7f9..0109b0b29 100644 --- a/packages/vant/src/tree-select/TreeSelect.tsx +++ b/packages/vant/src/tree-select/TreeSelect.tsx @@ -32,7 +32,7 @@ export type TreeSelectItem = { className?: unknown; }; -const treeSelectProps = { +export const treeSelectProps = { max: makeNumericProp(Infinity), items: makeArrayProp(), height: makeNumericProp(300), diff --git a/packages/vant/src/tree-select/index.ts b/packages/vant/src/tree-select/index.ts index 04b244636..c33ef7d8b 100644 --- a/packages/vant/src/tree-select/index.ts +++ b/packages/vant/src/tree-select/index.ts @@ -3,6 +3,7 @@ import _TreeSelect from './TreeSelect'; export const TreeSelect = withInstall(_TreeSelect); export default TreeSelect; +export { treeSelectProps } from './TreeSelect'; export type { TreeSelectItem, TreeSelectChild, diff --git a/packages/vant/src/uploader/Uploader.tsx b/packages/vant/src/uploader/Uploader.tsx index c6dfebd98..a785cfc35 100644 --- a/packages/vant/src/uploader/Uploader.tsx +++ b/packages/vant/src/uploader/Uploader.tsx @@ -51,7 +51,7 @@ import type { UploaderFileListItem, } from './types'; -const uploaderProps = { +export const uploaderProps = { name: makeNumericProp(''), accept: makeStringProp('image/*'), capture: String, diff --git a/packages/vant/src/uploader/index.ts b/packages/vant/src/uploader/index.ts index 56281f2dd..06fd89f79 100644 --- a/packages/vant/src/uploader/index.ts +++ b/packages/vant/src/uploader/index.ts @@ -3,6 +3,7 @@ import _Uploader, { UploaderProps } from './Uploader'; export const Uploader = withInstall(_Uploader); export default Uploader; +export { uploaderProps } from './Uploader'; export type { UploaderProps }; export type { UploaderInstance,