@varlet/ui 3.8.2 → 3.8.3-alpha.1736270430406
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/action-sheet/ActionItem.mjs +4 -4
- package/es/action-sheet/ActionSheet.mjs +9 -9
- package/es/action-sheet/index.mjs +2 -2
- package/es/action-sheet/props.mjs +1 -1
- package/es/alert/Alert.mjs +3 -3
- package/es/alert/index.mjs +1 -1
- package/es/app-bar/AppBar.mjs +5 -5
- package/es/app-bar/index.mjs +1 -1
- package/es/auto-complete/AutoComplete.mjs +23 -27
- package/es/auto-complete/index.mjs +1 -1
- package/es/auto-complete/props.mjs +1 -1
- package/es/avatar/Avatar.mjs +5 -5
- package/es/avatar/index.mjs +1 -1
- package/es/avatar-group/AvatarGroup.mjs +2 -2
- package/es/avatar-group/index.mjs +1 -1
- package/es/back-top/BackTop.mjs +7 -7
- package/es/back-top/index.mjs +1 -1
- package/es/badge/Badge.mjs +3 -3
- package/es/badge/index.mjs +1 -1
- package/es/badge/props.mjs +1 -1
- package/es/bottom-navigation/BottomNavigation.mjs +8 -9
- package/es/bottom-navigation/index.mjs +1 -1
- package/es/bottom-navigation-item/BottomNavigationItem.mjs +4 -4
- package/es/bottom-navigation-item/index.mjs +1 -1
- package/es/bottom-navigation-item/provide.mjs +1 -1
- package/es/breadcrumb/Breadcrumb.mjs +3 -3
- package/es/breadcrumb/index.mjs +1 -1
- package/es/breadcrumb/provide.mjs +1 -1
- package/es/breadcrumbs/Breadcrumbs.mjs +2 -2
- package/es/breadcrumbs/index.mjs +1 -1
- package/es/button/Button.mjs +6 -6
- package/es/button/index.mjs +1 -1
- package/es/button-group/ButtonGroup.mjs +1 -1
- package/es/button-group/index.mjs +1 -1
- package/es/card/Card.mjs +39 -39
- package/es/card/index.mjs +1 -1
- package/es/cell/Cell.mjs +3 -3
- package/es/cell/index.mjs +1 -1
- package/es/cell/props.mjs +1 -1
- package/es/checkbox/Checkbox.mjs +7 -7
- package/es/checkbox/index.mjs +1 -1
- package/es/checkbox-group/CheckboxGroup.mjs +5 -5
- package/es/checkbox-group/index.mjs +1 -1
- package/es/chip/Chip.mjs +4 -4
- package/es/chip/index.mjs +1 -1
- package/es/chip/props.mjs +1 -1
- package/es/code/Code.mjs +1 -1
- package/es/code/index.mjs +1 -1
- package/es/col/Col.mjs +4 -4
- package/es/col/index.mjs +1 -1
- package/es/collapse/Collapse.mjs +6 -4
- package/es/collapse/index.mjs +1 -1
- package/es/collapse-item/CollapseItem.mjs +4 -4
- package/es/collapse-item/index.mjs +1 -1
- package/es/collapse-item/provide.mjs +1 -1
- package/es/collapse-transition/CollapseTransition.mjs +2 -2
- package/es/collapse-transition/index.mjs +1 -1
- package/es/collapse-transition/useCollapseTransition.mjs +1 -1
- package/es/context/lock.mjs +1 -1
- package/es/context/stack.mjs +1 -1
- package/es/context/zIndex.mjs +1 -1
- package/es/count-to/CountTo.mjs +4 -4
- package/es/count-to/index.mjs +1 -1
- package/es/countdown/Countdown.mjs +2 -2
- package/es/countdown/index.mjs +1 -1
- package/es/counter/Counter.mjs +8 -8
- package/es/counter/index.mjs +1 -1
- package/es/date-picker/DatePicker.mjs +92 -43
- package/es/date-picker/index.mjs +1 -1
- package/es/date-picker/src/day-picker-panel.mjs +59 -27
- package/es/date-picker/src/month-picker-panel.mjs +57 -23
- package/es/date-picker/src/panel-header.mjs +12 -6
- package/es/date-picker/src/year-picker-panel.mjs +53 -23
- package/es/dialog/Dialog.mjs +5 -5
- package/es/dialog/index.mjs +3 -3
- package/es/dialog/props.mjs +1 -1
- package/es/divider/Divider.mjs +4 -4
- package/es/divider/index.mjs +1 -1
- package/es/drag/Drag.mjs +21 -42
- package/es/drag/index.mjs +1 -1
- package/es/ellipsis/Ellipsis.mjs +2 -2
- package/es/ellipsis/index.mjs +1 -1
- package/es/fab/Fab.mjs +4 -5
- package/es/fab/index.mjs +1 -1
- package/es/fab/props.mjs +1 -1
- package/es/field-decorator/FieldDecorator.mjs +5 -5
- package/es/field-decorator/index.mjs +1 -1
- package/es/floating-panel/FloatingPanel.mjs +6 -6
- package/es/floating-panel/index.mjs +1 -1
- package/es/form/Form.mjs +4 -4
- package/es/form/index.mjs +2 -2
- package/es/form/provide.mjs +1 -1
- package/es/form-details/index.mjs +1 -1
- package/es/highlighter-provider/HighlighterProvider.mjs +2 -2
- package/es/highlighter-provider/index.mjs +1 -1
- package/es/highlighter-provider/provide.mjs +1 -1
- package/es/hover/index.mjs +12 -7
- package/es/hover-overlay/HoverOverlay.mjs +2 -2
- package/es/hover-overlay/index.mjs +2 -2
- package/es/icon/Icon.mjs +3 -3
- package/es/icon/index.mjs +1 -1
- package/es/image/Image.mjs +5 -5
- package/es/image/index.mjs +1 -1
- package/es/image-preview/ImagePreview.mjs +13 -14
- package/es/image-preview/index.mjs +2 -2
- package/es/image-preview/props.mjs +2 -2
- package/es/index-anchor/IndexAnchor.mjs +5 -5
- package/es/index-anchor/index.mjs +1 -1
- package/es/index-anchor/provide.mjs +1 -1
- package/es/index-bar/IndexBar.mjs +17 -13
- package/es/index-bar/index.mjs +1 -1
- package/es/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/input/Input.mjs +12 -12
- package/es/input/index.mjs +1 -1
- package/es/input/props.mjs +1 -1
- package/es/lazy/index.mjs +1 -1
- package/es/link/Link.mjs +2 -2
- package/es/link/index.mjs +1 -1
- package/es/list/List.mjs +10 -10
- package/es/list/index.mjs +1 -1
- package/es/list/provide.mjs +1 -1
- package/es/loading/Loading.mjs +2 -2
- package/es/loading/index.mjs +1 -1
- package/es/loading-bar/LoadingBar.mjs +1 -2
- package/es/loading-bar/index.mjs +1 -1
- package/es/locale/index.mjs +5 -5
- package/es/locale-provider/LocaleProvider.mjs +11 -8
- package/es/locale-provider/index.mjs +1 -1
- package/es/locale-provider/provide.mjs +1 -1
- package/es/menu/Menu.mjs +2 -2
- package/es/menu/index.mjs +1 -1
- package/es/menu/usePopover.mjs +6 -6
- package/es/menu-option/MenuOption.mjs +9 -9
- package/es/menu-option/index.mjs +1 -1
- package/es/menu-option/provide.mjs +1 -1
- package/es/menu-select/MenuChildren.mjs +21 -21
- package/es/menu-select/MenuSelect.mjs +9 -9
- package/es/menu-select/index.mjs +1 -1
- package/es/option/Option.mjs +5 -5
- package/es/option/index.mjs +1 -1
- package/es/option/provide.mjs +1 -1
- package/es/overlay/Overlay.mjs +4 -4
- package/es/overlay/index.mjs +1 -1
- package/es/pagination/Pagination.mjs +26 -18
- package/es/pagination/index.mjs +1 -1
- package/es/paper/Paper.mjs +3 -3
- package/es/paper/index.mjs +1 -1
- package/es/picker/Picker.mjs +9 -9
- package/es/picker/index.mjs +2 -2
- package/es/picker/props.mjs +1 -1
- package/es/popup/Popup.mjs +6 -6
- package/es/popup/index.mjs +1 -1
- package/es/progress/Progress.mjs +4 -4
- package/es/progress/index.mjs +1 -1
- package/es/pull-refresh/PullRefresh.mjs +10 -12
- package/es/pull-refresh/index.mjs +1 -1
- package/es/radio/Radio.mjs +10 -9
- package/es/radio/index.mjs +1 -1
- package/es/radio-group/RadioGroup.mjs +7 -6
- package/es/radio-group/index.mjs +1 -1
- package/es/rate/Rate.mjs +8 -8
- package/es/rate/index.mjs +1 -1
- package/es/rate/props.mjs +1 -1
- package/es/result/Result.mjs +7 -7
- package/es/result/index.mjs +1 -1
- package/es/ripple/index.mjs +1 -1
- package/es/row/Row.mjs +4 -4
- package/es/row/index.mjs +1 -1
- package/es/select/Select.mjs +13 -13
- package/es/select/index.mjs +1 -1
- package/es/select/props.mjs +1 -1
- package/es/skeleton/Skeleton.mjs +3 -3
- package/es/skeleton/index.mjs +1 -1
- package/es/slider/Slider.mjs +9 -9
- package/es/slider/index.mjs +1 -1
- package/es/snackbar/Snackbar.mjs +1 -1
- package/es/snackbar/core.mjs +8 -8
- package/es/snackbar/index.mjs +9 -8
- package/es/snackbar/props.mjs +1 -1
- package/es/snackbar/style/index.mjs +1 -1
- package/es/space/Space.mjs +2 -2
- package/es/space/index.mjs +1 -1
- package/es/step/Step.mjs +3 -3
- package/es/step/index.mjs +1 -1
- package/es/step/provide.mjs +1 -1
- package/es/steps/Steps.mjs +3 -3
- package/es/steps/index.mjs +1 -1
- package/es/sticky/Sticky.mjs +7 -7
- package/es/sticky/index.mjs +1 -1
- package/es/style-provider/StyleProvider.mjs +2 -2
- package/es/style-provider/index.mjs +2 -2
- package/es/swipe/Swipe.mjs +10 -10
- package/es/swipe/index.mjs +1 -1
- package/es/swipe-item/SwipeItem.mjs +1 -1
- package/es/swipe-item/index.mjs +1 -1
- package/es/swipe-item/provide.mjs +1 -1
- package/es/switch/Switch.mjs +6 -6
- package/es/switch/index.mjs +1 -1
- package/es/tab/Tab.mjs +4 -4
- package/es/tab/index.mjs +1 -1
- package/es/tab/provide.mjs +1 -1
- package/es/tab-item/TabItem.mjs +3 -3
- package/es/tab-item/index.mjs +1 -1
- package/es/tab-item/provide.mjs +1 -1
- package/es/table/Table.mjs +1 -1
- package/es/table/index.mjs +1 -1
- package/es/tabs/Tabs.mjs +9 -7
- package/es/tabs/index.mjs +1 -1
- package/es/tabs/props.mjs +1 -1
- package/es/tabs-items/TabsItems.mjs +4 -4
- package/es/tabs-items/index.mjs +1 -1
- package/es/themes/dark/index.mjs +33 -33
- package/es/themes/index.mjs +1 -1
- package/es/themes/md3-dark/index.mjs +45 -45
- package/es/themes/md3-light/index.mjs +39 -39
- package/es/time-picker/TimePicker.mjs +48 -24
- package/es/time-picker/clock.mjs +41 -19
- package/es/time-picker/index.mjs +1 -1
- package/es/time-picker/utils.mjs +13 -5
- package/es/tooltip/Tooltip.mjs +2 -2
- package/es/tooltip/index.mjs +1 -1
- package/es/uploader/Uploader.mjs +14 -14
- package/es/uploader/index.mjs +1 -1
- package/es/utils/components.mjs +5 -5
- package/es/utils/elements.mjs +9 -9
- package/es/utils/test.mjs +1 -1
- package/es/varlet.esm.js +20946 -20941
- package/es/watermark/Watermark.mjs +15 -17
- package/es/watermark/index.mjs +1 -1
- package/highlight/web-types.en-US.json +1 -1
- package/highlight/web-types.zh-CN.json +1 -1
- package/lib/varlet.cjs.js +25205 -25003
- package/package.json +7 -7
- package/types/actionSheet.d.ts +2 -2
- package/types/alert.d.ts +1 -1
- package/types/appBar.d.ts +1 -1
- package/types/autoComplete.d.ts +4 -4
- package/types/avatar.d.ts +1 -1
- package/types/avatarGroup.d.ts +1 -1
- package/types/backTop.d.ts +1 -1
- package/types/badge.d.ts +1 -1
- package/types/bottomNavigation.d.ts +2 -2
- package/types/bottomNavigationItem.d.ts +2 -2
- package/types/breadcrumb.d.ts +1 -1
- package/types/breadcrumbs.d.ts +1 -1
- package/types/button.d.ts +5 -5
- package/types/buttonGroup.d.ts +2 -2
- package/types/card.d.ts +1 -1
- package/types/cell.d.ts +1 -1
- package/types/checkbox.d.ts +1 -1
- package/types/checkboxGroup.d.ts +2 -2
- package/types/chip.d.ts +3 -3
- package/types/code.d.ts +1 -1
- package/types/col.d.ts +1 -1
- package/types/collapse.d.ts +1 -1
- package/types/collapseItem.d.ts +1 -1
- package/types/collapseTransition.d.ts +1 -1
- package/types/countTo.d.ts +1 -1
- package/types/countdown.d.ts +1 -1
- package/types/counter.d.ts +1 -1
- package/types/datePicker.d.ts +1 -1
- package/types/dialog.d.ts +1 -1
- package/types/divider.d.ts +1 -1
- package/types/drag.d.ts +1 -1
- package/types/ellipsis.d.ts +1 -1
- package/types/fab.d.ts +2 -2
- package/types/floatingPanel.d.ts +2 -2
- package/types/form.d.ts +1 -1
- package/types/formDetails.d.ts +1 -1
- package/types/highlighterProvider.d.ts +1 -1
- package/types/hover.d.ts +1 -1
- package/types/hoverOverlay.d.ts +1 -1
- package/types/icon.d.ts +1 -1
- package/types/image.d.ts +2 -2
- package/types/imagePreview.d.ts +2 -2
- package/types/indexAnchor.d.ts +1 -1
- package/types/indexBar.d.ts +1 -1
- package/types/input.d.ts +4 -4
- package/types/link.d.ts +1 -1
- package/types/list.d.ts +1 -1
- package/types/loading.d.ts +1 -1
- package/types/localeProvider.d.ts +2 -2
- package/types/menu.d.ts +2 -2
- package/types/menuOption.d.ts +1 -1
- package/types/menuSelect.d.ts +2 -2
- package/types/option.d.ts +1 -1
- package/types/overlay.d.ts +2 -2
- package/types/pagination.d.ts +1 -1
- package/types/paper.d.ts +1 -1
- package/types/picker.d.ts +3 -3
- package/types/popup.d.ts +2 -2
- package/types/progress.d.ts +1 -1
- package/types/pullRefresh.d.ts +1 -1
- package/types/radio.d.ts +1 -1
- package/types/radioGroup.d.ts +3 -3
- package/types/rate.d.ts +1 -1
- package/types/result.d.ts +1 -1
- package/types/row.d.ts +1 -1
- package/types/select.d.ts +3 -3
- package/types/skeleton.d.ts +1 -1
- package/types/slider.d.ts +4 -4
- package/types/snackbar.d.ts +2 -2
- package/types/space.d.ts +1 -1
- package/types/step.d.ts +1 -1
- package/types/steps.d.ts +3 -3
- package/types/sticky.d.ts +1 -1
- package/types/styleProvider.d.ts +2 -2
- package/types/swipe.d.ts +1 -1
- package/types/swipeItem.d.ts +1 -1
- package/types/switch.d.ts +1 -1
- package/types/tab.d.ts +1 -1
- package/types/tabItem.d.ts +1 -1
- package/types/table.d.ts +1 -1
- package/types/tabs.d.ts +3 -3
- package/types/tabsItems.d.ts +2 -2
- package/types/timePicker.d.ts +1 -1
- package/types/tooltip.d.ts +2 -2
- package/types/uploader.d.ts +2 -2
- package/types/watermark.d.ts +1 -1
- package/umd/varlet.js +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@varlet/ui",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.3-alpha.1736270430406",
|
|
4
4
|
"description": "A material like components library",
|
|
5
5
|
"main": "lib/varlet.cjs.js",
|
|
6
6
|
"module": "es/index.mjs",
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"@popperjs/core": "^2.11.6",
|
|
49
49
|
"dayjs": "^1.10.4",
|
|
50
50
|
"decimal.js": "^10.2.1",
|
|
51
|
-
"@varlet/icons": "3.8.
|
|
52
|
-
"@varlet/shared": "3.8.
|
|
53
|
-
"@varlet/use": "3.8.
|
|
51
|
+
"@varlet/icons": "3.8.3-alpha.1736270430406",
|
|
52
|
+
"@varlet/shared": "3.8.3-alpha.1736270430406",
|
|
53
|
+
"@varlet/use": "3.8.3-alpha.1736270430406"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@types/node": "^18.7.18",
|
|
@@ -66,9 +66,9 @@
|
|
|
66
66
|
"vue": "3.4.21",
|
|
67
67
|
"vue-router": "4.2.0",
|
|
68
68
|
"zod": "^3.23.8",
|
|
69
|
-
"@varlet/
|
|
70
|
-
"@varlet/
|
|
71
|
-
"@varlet/
|
|
69
|
+
"@varlet/touch-emulator": "3.8.3-alpha.1736270430406",
|
|
70
|
+
"@varlet/ui": "3.8.3-alpha.1736270430406",
|
|
71
|
+
"@varlet/cli": "3.8.3-alpha.1736270430406"
|
|
72
72
|
},
|
|
73
73
|
"scripts": {
|
|
74
74
|
"dev": "varlet-cli dev",
|
package/types/actionSheet.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { App, TeleportProps, VNode } from 'vue'
|
|
2
|
+
import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const actionSheetProps: Record<keyof ActionSheetProps, any>
|
|
5
5
|
|
package/types/alert.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { VNode } from 'vue'
|
|
2
|
-
import {
|
|
2
|
+
import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const alertProps: Record<keyof AlertProps, any>
|
|
5
5
|
|
package/types/appBar.d.ts
CHANGED
package/types/autoComplete.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
import { VNode, VNodeChild, type InputHTMLAttributes } from 'vue'
|
|
1
2
|
import {
|
|
2
|
-
|
|
3
|
+
Rules as AutoCompleteRules,
|
|
4
|
+
Variant as AutoCompleteVariant,
|
|
3
5
|
BasicAttributes,
|
|
4
6
|
ListenerProp,
|
|
5
|
-
Variant as AutoCompleteVariant,
|
|
6
|
-
Rules as AutoCompleteRules,
|
|
7
7
|
SetPropsDefaults,
|
|
8
|
+
VarComponent,
|
|
8
9
|
} from './varComponent'
|
|
9
|
-
import { VNode, VNodeChild, type InputHTMLAttributes } from 'vue'
|
|
10
10
|
|
|
11
11
|
export declare const autoComponentProps: Record<keyof AutoCompleteProps, any>
|
|
12
12
|
|
package/types/avatar.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { VNode } from 'vue'
|
|
2
|
-
import {
|
|
2
|
+
import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const avatarProps: Record<keyof AvatarProps, any>
|
|
5
5
|
|
package/types/avatarGroup.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { VNode } from 'vue'
|
|
2
|
-
import {
|
|
2
|
+
import { BasicAttributes, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const avatarGroupProps: Record<keyof AvatarGroupProps, any>
|
|
5
5
|
|
package/types/backTop.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
|
|
2
1
|
import { VNode } from 'vue'
|
|
2
|
+
import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const backTopProps: Record<keyof BackTopProps, any>
|
|
5
5
|
|
package/types/badge.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { VarComponent, BasicAttributes, Type as BadgeType, SetPropsDefaults } from './varComponent'
|
|
2
1
|
import { VNode } from 'vue'
|
|
2
|
+
import { Type as BadgeType, BasicAttributes, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const badgeProps: Record<keyof BadgeProps, any>
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
|
|
2
|
-
import { ButtonProps } from './button'
|
|
3
1
|
import { VNode } from 'vue'
|
|
2
|
+
import { ButtonProps } from './button'
|
|
3
|
+
import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
|
|
4
4
|
|
|
5
5
|
export declare const bottomNavigationProps: Record<keyof BottomNavigationProps, any>
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
|
|
2
|
-
import { BadgeProps } from './badge'
|
|
3
1
|
import { VNode } from 'vue'
|
|
2
|
+
import { BadgeProps } from './badge'
|
|
3
|
+
import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
|
|
4
4
|
|
|
5
5
|
export declare const bottomNavigationItemProps: Record<keyof BottomNavigationItemProps, any>
|
|
6
6
|
|
package/types/breadcrumb.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
|
|
2
1
|
import { VNode } from 'vue'
|
|
2
|
+
import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const breadcrumbProps: Record<keyof BreadcrumbProps, any>
|
|
5
5
|
|
package/types/breadcrumbs.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { VarComponent, BasicAttributes, SetPropsDefaults } from './varComponent'
|
|
2
1
|
import { VNode } from 'vue'
|
|
2
|
+
import { BasicAttributes, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const breadcrumbsProps: Record<keyof BreadcrumbsProps, any>
|
|
5
5
|
|
package/types/button.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
+
import { ButtonHTMLAttributes, VNode } from 'vue'
|
|
2
|
+
import { LoadingSize, LoadingType } from './loading'
|
|
1
3
|
import {
|
|
2
|
-
VarComponent,
|
|
3
|
-
SetPropsDefaults,
|
|
4
4
|
BasicAttributes,
|
|
5
|
-
Type as ButtonType,
|
|
6
5
|
Size as ButtonSize,
|
|
6
|
+
Type as ButtonType,
|
|
7
7
|
ListenerProp,
|
|
8
|
+
SetPropsDefaults,
|
|
9
|
+
VarComponent,
|
|
8
10
|
} from './varComponent'
|
|
9
|
-
import { LoadingType, LoadingSize } from './loading'
|
|
10
|
-
import { ButtonHTMLAttributes, VNode } from 'vue'
|
|
11
11
|
|
|
12
12
|
export { ButtonType, ButtonSize }
|
|
13
13
|
|
package/types/buttonGroup.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { VNode } from 'vue'
|
|
2
2
|
import {
|
|
3
|
-
VarComponent,
|
|
4
3
|
BasicAttributes,
|
|
5
|
-
Type as ButtonGroupType,
|
|
6
4
|
Size as ButtonGroupSize,
|
|
5
|
+
Type as ButtonGroupType,
|
|
7
6
|
SetPropsDefaults,
|
|
7
|
+
VarComponent,
|
|
8
8
|
} from './varComponent'
|
|
9
9
|
|
|
10
10
|
export declare const buttonGroupProps: Record<keyof ButtonGroupProps, any>
|
package/types/card.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
|
|
2
1
|
import { VNode } from 'vue'
|
|
2
|
+
import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const cardProps: Record<keyof CardProps, any>
|
|
5
5
|
|
package/types/cell.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
|
|
2
1
|
import { VNode } from 'vue'
|
|
2
|
+
import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const cellProps: Record<keyof CellProps, any>
|
|
5
5
|
|
package/types/checkbox.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults, Rules as CheckboxRules } from './varComponent'
|
|
2
1
|
import { VNode } from 'vue'
|
|
2
|
+
import { BasicAttributes, Rules as CheckboxRules, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const checkboxProps: Record<keyof CheckboxProps, any>
|
|
5
5
|
|
package/types/checkboxGroup.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
import { VNode, VNodeChild } from 'vue'
|
|
1
2
|
import {
|
|
2
|
-
VarComponent,
|
|
3
3
|
BasicAttributes,
|
|
4
4
|
Direction as CheckboxGroupDirection,
|
|
5
5
|
Rules as CheckboxGroupRules,
|
|
6
6
|
ListenerProp,
|
|
7
7
|
SetPropsDefaults,
|
|
8
|
+
VarComponent,
|
|
8
9
|
} from './varComponent'
|
|
9
|
-
import { VNode, VNodeChild } from 'vue'
|
|
10
10
|
|
|
11
11
|
export declare const checkboxGroupProps: Record<keyof CheckboxGroupProps, any>
|
|
12
12
|
|
package/types/chip.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
import { VNode } from 'vue'
|
|
1
2
|
import {
|
|
2
|
-
VarComponent,
|
|
3
3
|
BasicAttributes,
|
|
4
|
-
Type as ChipType,
|
|
5
4
|
Size as ChipSize,
|
|
5
|
+
Type as ChipType,
|
|
6
6
|
ListenerProp,
|
|
7
7
|
SetPropsDefaults,
|
|
8
|
+
VarComponent,
|
|
8
9
|
} from './varComponent'
|
|
9
|
-
import { VNode } from 'vue'
|
|
10
10
|
|
|
11
11
|
export declare const chipProps: Record<keyof ChipProps, any>
|
|
12
12
|
|
package/types/code.d.ts
CHANGED
package/types/col.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
|
|
2
1
|
import { VNode } from 'vue'
|
|
2
|
+
import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const colProps: Record<keyof ColProps, any>
|
|
5
5
|
|
package/types/collapse.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
|
|
2
1
|
import { VNode } from 'vue'
|
|
2
|
+
import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const collapseProps: Record<keyof CollapseProps, any>
|
|
5
5
|
|
package/types/collapseItem.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { VarComponent, BasicAttributes, SetPropsDefaults } from './varComponent'
|
|
2
1
|
import { VNode } from 'vue'
|
|
2
|
+
import { BasicAttributes, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const collapseItemProps: Record<keyof CollapseItemProps, any>
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { VarComponent, BasicAttributes, SetPropsDefaults } from './varComponent'
|
|
2
1
|
import { VNode } from 'vue'
|
|
2
|
+
import { BasicAttributes, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const collapseTransitionProps: Record<keyof CollapseTransitionProps, any>
|
|
5
5
|
|
package/types/countTo.d.ts
CHANGED
package/types/countdown.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
|
|
2
1
|
import { VNode } from 'vue'
|
|
2
|
+
import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const countdownProps: Record<keyof CountdownProps, any>
|
|
5
5
|
|
package/types/counter.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { BasicAttributes, Rules as CounterRules, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
|
|
2
2
|
|
|
3
3
|
export declare const counterProps: Record<keyof CounterProps, any>
|
|
4
4
|
|
package/types/datePicker.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
|
|
2
1
|
import { VNode } from 'vue'
|
|
2
|
+
import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const datePickerProps: Record<keyof DatePickerProps, any>
|
|
5
5
|
|
package/types/dialog.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
|
|
2
1
|
import { App, TeleportProps, VNode } from 'vue'
|
|
2
|
+
import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const dialogProps: Record<keyof DialogProps, any>
|
|
5
5
|
|
package/types/divider.d.ts
CHANGED
package/types/drag.d.ts
CHANGED
package/types/ellipsis.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TooltipProps } from './tooltip'
|
|
2
|
-
import {
|
|
2
|
+
import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const ellipsisProps: Record<keyof EllipsisProps, any>
|
|
5
5
|
|
package/types/fab.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { VarComponent, BasicAttributes, ListenerProp, Type, SetPropsDefaults } from './varComponent'
|
|
1
|
+
import { TeleportProps, VNode } from 'vue'
|
|
3
2
|
import { DragProps } from './drag'
|
|
3
|
+
import { BasicAttributes, ListenerProp, SetPropsDefaults, Type, VarComponent } from './varComponent'
|
|
4
4
|
|
|
5
5
|
export type FabPosition = 'left-top' | 'right-top' | 'left-bottom' | 'right-bottom'
|
|
6
6
|
|
package/types/floatingPanel.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { TeleportProps, VNode } from 'vue'
|
|
2
|
+
import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const floatingPanelProps: Record<keyof FloatingPanelProps, any>
|
|
5
5
|
|
package/types/form.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
|
|
2
1
|
import type { ComputedRef, Ref, VNode } from 'vue'
|
|
2
|
+
import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const formProps: Record<keyof FormProps, any>
|
|
5
5
|
|
package/types/formDetails.d.ts
CHANGED
package/types/hover.d.ts
CHANGED
package/types/hoverOverlay.d.ts
CHANGED
package/types/icon.d.ts
CHANGED
package/types/image.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { ImgHTMLAttributes, VNode } from 'vue'
|
|
2
|
+
import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const imageProps: Record<keyof ImageProps, any>
|
|
5
5
|
|
package/types/imagePreview.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
|
|
2
|
-
import { SwipeToOptions } from './swipe'
|
|
3
1
|
import { App, TeleportProps, VNode } from 'vue'
|
|
2
|
+
import { SwipeToOptions } from './swipe'
|
|
3
|
+
import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
|
|
4
4
|
|
|
5
5
|
export declare const imagePreviewProps: Record<keyof ImagePreviewProps, any>
|
|
6
6
|
|
package/types/indexAnchor.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { VarComponent, BasicAttributes, SetPropsDefaults } from './varComponent'
|
|
2
1
|
import { VNode } from 'vue'
|
|
2
|
+
import { BasicAttributes, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const indexAnchorProps: Record<keyof IndexAnchorProps, any>
|
|
5
5
|
|
package/types/indexBar.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
|
|
2
1
|
import { VNode } from 'vue'
|
|
2
|
+
import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const indexBarProps: Record<keyof IndexBarProps, any>
|
|
5
5
|
|
package/types/input.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
import { InputHTMLAttributes, VNode } from 'vue'
|
|
1
2
|
import {
|
|
2
|
-
VarComponent,
|
|
3
3
|
BasicAttributes,
|
|
4
|
-
ListenerProp,
|
|
5
|
-
Variant as InputVariant,
|
|
6
4
|
Rules as InputRules,
|
|
5
|
+
Variant as InputVariant,
|
|
6
|
+
ListenerProp,
|
|
7
7
|
SetPropsDefaults,
|
|
8
|
+
VarComponent,
|
|
8
9
|
} from './varComponent'
|
|
9
|
-
import { VNode, InputHTMLAttributes } from 'vue'
|
|
10
10
|
|
|
11
11
|
export declare const inputProps: Record<keyof InputProps, any>
|
|
12
12
|
|
package/types/link.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { VarComponent, BasicAttributes, Type as LinkType, ListenerProp, SetPropsDefaults } from './varComponent'
|
|
2
1
|
import { VNode } from 'vue'
|
|
3
2
|
import type { RouteLocationRaw } from 'vue-router'
|
|
3
|
+
import { BasicAttributes, Type as LinkType, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
|
|
4
4
|
|
|
5
5
|
export declare const linkProps: Record<keyof LinkProps, any>
|
|
6
6
|
|
package/types/list.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
|
|
2
1
|
import { VNode } from 'vue'
|
|
2
|
+
import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const listProps: Record<keyof ListProps, any>
|
|
5
5
|
|
package/types/loading.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { VarComponent, BasicAttributes, Size as LoadingSize, SetPropsDefaults } from './varComponent'
|
|
2
1
|
import { VNode } from 'vue'
|
|
2
|
+
import { BasicAttributes, Size as LoadingSize, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const loadingProps: Record<keyof LoadingProps, any>
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Message } from './locale'
|
|
2
|
-
import { VarComponent, SetPropsDefaults, BasicAttributes } from './varComponent'
|
|
3
1
|
import { VNode } from 'vue'
|
|
2
|
+
import { Message } from './locale'
|
|
3
|
+
import { BasicAttributes, SetPropsDefaults, VarComponent } from './varComponent'
|
|
4
4
|
|
|
5
5
|
export declare const localeProviderProps: Record<keyof LocaleProviderProps, any>
|
|
6
6
|
|
package/types/menu.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
|
|
2
|
-
import { Placement as PopperPlacement } from '@popperjs/core/lib/enums'
|
|
3
1
|
import { TeleportProps, VNode } from 'vue'
|
|
4
2
|
import { PositioningStrategy } from '@popperjs/core'
|
|
3
|
+
import { Placement as PopperPlacement } from '@popperjs/core/lib/enums'
|
|
4
|
+
import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
|
|
5
5
|
|
|
6
6
|
export declare const menuProps: Record<keyof MenuProps, any>
|
|
7
7
|
|
package/types/menuOption.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { VarComponent, BasicAttributes, SetPropsDefaults } from './varComponent'
|
|
2
1
|
import { VNode } from 'vue'
|
|
2
|
+
import { BasicAttributes, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const menuOptionProps: Record<keyof MenuOptionProps, any>
|
|
5
5
|
|
package/types/menuSelect.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
|
|
2
|
-
import { Placement as PopperPlacement } from '@popperjs/core/lib/enums'
|
|
3
1
|
import { TeleportProps, VNode } from 'vue'
|
|
4
2
|
import { PositioningStrategy } from '@popperjs/core'
|
|
3
|
+
import { Placement as PopperPlacement } from '@popperjs/core/lib/enums'
|
|
4
|
+
import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
|
|
5
5
|
|
|
6
6
|
export declare const menuSelectProps: Record<keyof MenuSelectProps, any>
|
|
7
7
|
|
package/types/option.d.ts
CHANGED
package/types/overlay.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { TeleportProps, VNode } from 'vue'
|
|
2
|
+
import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const overlayProps: Record<keyof OverlayProps, any>
|
|
5
5
|
|
package/types/pagination.d.ts
CHANGED
package/types/paper.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
|
|
2
1
|
import { VNode } from 'vue'
|
|
2
|
+
import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const paperProps: Record<keyof PaperProps, any>
|
|
5
5
|
|
package/types/picker.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { App, VNode } from 'vue'
|
|
2
|
+
import { ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const pickerProps: Record<keyof PickerProps, any>
|
|
5
5
|
|
|
@@ -101,6 +101,6 @@ export interface IPicker {
|
|
|
101
101
|
close(): void
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
export const Picker: IPicker
|
|
104
|
+
export declare const Picker: IPicker
|
|
105
105
|
|
|
106
106
|
export class _PickerComponent extends PickerComponent {}
|
package/types/popup.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { TeleportProps, VNode } from 'vue'
|
|
2
|
+
import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const popupProps: Record<keyof PopupProps, any>
|
|
5
5
|
|
package/types/progress.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { VarComponent, BasicAttributes, Type as ProgressType, SetPropsDefaults } from './varComponent'
|
|
2
1
|
import { VNode } from 'vue'
|
|
2
|
+
import { BasicAttributes, Type as ProgressType, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export type ProgressMode = 'linear' | 'circle'
|
|
5
5
|
|
package/types/pullRefresh.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { VarComponent, BasicAttributes, ListenerProp, SetPropsDefaults } from './varComponent'
|
|
2
1
|
import { VNode } from 'vue'
|
|
2
|
+
import { BasicAttributes, ListenerProp, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const pullRefreshProps: Record<keyof PullRefreshProps, any>
|
|
5
5
|
|
package/types/radio.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { VarComponent, BasicAttributes, ListenerProp, Rules as RadioRules, SetPropsDefaults } from './varComponent'
|
|
2
1
|
import { VNode } from 'vue'
|
|
2
|
+
import { BasicAttributes, ListenerProp, Rules as RadioRules, SetPropsDefaults, VarComponent } from './varComponent'
|
|
3
3
|
|
|
4
4
|
export declare const radioProps: Record<keyof RadioProps, any>
|
|
5
5
|
|