vuetify 3.7.0 → 3.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +172 -172
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +160 -160
- package/dist/json/web-types.json +230 -219
- package/dist/vuetify-labs.css +1941 -1926
- package/dist/vuetify-labs.d.ts +4266 -2397
- package/dist/vuetify-labs.esm.js +107 -111
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +107 -111
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1521 -1506
- package/dist/vuetify.d.ts +1282 -901
- package/dist/vuetify.esm.js +79 -54
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +79 -54
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1087 -1086
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +4 -1
- package/lib/blueprints/md1.d.mts +4 -1
- package/lib/blueprints/md2.d.mts +4 -1
- package/lib/blueprints/md3.d.mts +4 -1
- package/lib/components/VAlert/index.d.mts +14 -11
- package/lib/components/VAppBar/index.d.mts +22 -19
- package/lib/components/VAutocomplete/index.d.mts +158 -110
- package/lib/components/VAvatar/VAvatar.css +1 -1
- package/lib/components/VAvatar/_variables.scss +1 -1
- package/lib/components/VAvatar/index.d.mts +8 -5
- package/lib/components/VBadge/index.d.mts +8 -5
- package/lib/components/VBanner/index.d.mts +18 -15
- package/lib/components/VBottomNavigation/index.d.mts +4 -4
- package/lib/components/VBottomSheet/index.d.mts +11 -11
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +3 -5
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +8 -5
- package/lib/components/VBtn/VBtn.mjs +3 -4
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +18 -15
- package/lib/components/VBtnGroup/index.d.mts +4 -4
- package/lib/components/VBtnToggle/index.d.mts +4 -4
- package/lib/components/VCard/VCard.mjs +3 -4
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/index.d.mts +18 -15
- package/lib/components/VCarousel/index.d.mts +17 -14
- package/lib/components/VCheckbox/index.d.mts +8 -5
- package/lib/components/VChip/VChip.mjs +2 -3
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +12 -9
- package/lib/components/VChipGroup/index.d.mts +8 -5
- package/lib/components/VColorPicker/index.d.mts +22 -22
- package/lib/components/VCombobox/index.d.mts +158 -110
- package/lib/components/VDataTable/index.d.mts +18 -15
- package/lib/components/VDatePicker/index.d.mts +16 -13
- package/lib/components/VDialog/VDialog.css +4 -1
- package/lib/components/VDialog/VDialog.mjs +3 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +2 -1
- package/lib/components/VDialog/index.d.mts +89 -50
- package/lib/components/VEmptyState/index.d.mts +12 -9
- package/lib/components/VExpansionPanel/index.d.mts +8 -5
- package/lib/components/VFab/index.d.mts +22 -19
- package/lib/components/VField/index.d.mts +4 -1
- package/lib/components/VFileInput/index.d.mts +34 -7
- package/lib/components/VFooter/index.d.mts +4 -4
- package/lib/components/VForm/index.d.mts +96 -3
- package/lib/components/VIcon/index.d.mts +8 -5
- package/lib/components/VInfiniteScroll/VInfiniteScroll.css +13 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +6 -8
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.sass +10 -1
- package/lib/components/VInput/index.d.mts +6 -3
- package/lib/components/VItemGroup/index.d.mts +4 -4
- package/lib/components/VLabel/index.d.mts +4 -4
- package/lib/components/VList/VList.mjs +4 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +8 -6
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +84 -24
- package/lib/components/VMenu/index.d.mts +92 -50
- package/lib/components/VMessages/index.d.mts +8 -8
- package/lib/components/VNavigationDrawer/index.d.mts +18 -18
- package/lib/components/VOtpInput/index.d.mts +4 -4
- package/lib/components/VOverlay/index.d.mts +11 -11
- package/lib/components/VPagination/index.d.mts +8 -5
- package/lib/components/VProgressCircular/index.d.mts +4 -4
- package/lib/components/VRadio/index.d.mts +4 -1
- package/lib/components/VRadioGroup/index.d.mts +6 -3
- package/lib/components/VRangeSlider/index.d.mts +12 -9
- package/lib/components/VRating/index.d.mts +4 -1
- package/lib/components/VSelect/index.d.mts +158 -110
- package/lib/components/VSelectionControl/index.d.mts +4 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +4 -1
- package/lib/components/VSheet/index.d.mts +10 -10
- package/lib/components/VSkeletonLoader/index.d.mts +4 -4
- package/lib/components/VSlideGroup/index.d.mts +4 -1
- package/lib/components/VSlider/index.d.mts +12 -9
- package/lib/components/VSnackbar/index.d.mts +95 -62
- package/lib/components/VSpeedDial/index.d.mts +11 -11
- package/lib/components/VStepper/index.d.mts +12 -12
- package/lib/components/VSwitch/index.d.mts +6 -3
- package/lib/components/VSystemBar/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +69 -54
- package/lib/components/VTextField/index.d.mts +47 -14
- package/lib/components/VTextarea/index.d.mts +38 -11
- package/lib/components/VTimeline/index.d.mts +8 -5
- package/lib/components/VToolbar/index.d.mts +4 -4
- package/lib/components/VTooltip/index.d.mts +78 -45
- package/lib/components/VWindow/index.d.mts +10 -7
- package/lib/components/index.d.mts +1204 -814
- package/lib/components/index.mjs +1 -1
- package/lib/components/index.mjs.map +1 -1
- package/lib/composables/directiveComponent.mjs +1 -1
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs +2 -0
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/index.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +18 -6
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +2 -4
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/router.mjs +19 -9
- package/lib/composables/router.mjs.map +1 -1
- package/lib/directives/tooltip/index.mjs +1 -1
- package/lib/directives/tooltip/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/iconsets/fa-svg.d.mts +4 -1
- package/lib/iconsets/fa.d.mts +4 -1
- package/lib/iconsets/fa4.d.mts +4 -1
- package/lib/iconsets/md.d.mts +4 -1
- package/lib/iconsets/mdi-svg.d.mts +4 -1
- package/lib/iconsets/mdi.d.mts +4 -1
- package/lib/index.d.mts +82 -88
- package/lib/labs/VDateInput/index.d.mts +16 -13
- package/lib/labs/VNumberInput/VNumberInput.mjs +7 -1
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +2212 -730
- package/lib/labs/VPicker/index.d.mts +10 -10
- package/lib/labs/VSnackbarQueue/index.d.mts +128 -95
- package/lib/labs/VStepperVertical/index.d.mts +10 -7
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +26 -26
- package/lib/labs/VTimePicker/util.mjs +5 -0
- package/lib/labs/VTimePicker/util.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeview.mjs +3 -12
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +9 -20
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +44 -41
- package/lib/labs/components.d.mts +2515 -1000
- package/lib/util/helpers.mjs +7 -3
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +7 -13
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -21
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
- package/lib/components/VDatePicker/util/eventHelpers.mjs +0 -22
- package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
- package/lib/components/VDatePicker/util/index.mjs +0 -9
- package/lib/components/VDatePicker/util/index.mjs.map +0 -1
- package/lib/components/VDatePicker/util/isDateAllowed.mjs +0 -7
- package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
- package/lib/components/VDatePicker/util/monthChange.mjs +0 -18
- package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
- package/lib/components/VDatePicker/util/pad.mjs +0 -21
- package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs +0 -12
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
- package/lib/components/VTreeview/VTreeview.mjs +0 -350
- package/lib/components/VTreeview/VTreeview.mjs.map +0 -1
- package/lib/components/VTreeview/VTreeview.sass +0 -128
- package/lib/components/VTreeview/VTreeviewNode.mjs +0 -321
- package/lib/components/VTreeview/VTreeviewNode.mjs.map +0 -1
- package/lib/components/VTreeview/_mixins.sass +0 -18
- package/lib/components/VTreeview/_variables.scss +0 -10
- package/lib/components/VTreeview/index.mjs +0 -10
- package/lib/components/VTreeview/index.mjs.map +0 -1
- package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -25
- package/lib/components/VTreeview/util/filterTreeItems.mjs.map +0 -1
- package/lib/services/goto/easing-patterns.mjs +0 -27
- package/lib/services/goto/easing-patterns.mjs.map +0 -1
- package/lib/services/goto/index.mjs +0 -73
- package/lib/services/goto/index.mjs.map +0 -1
- package/lib/services/goto/util.mjs +0 -39
- package/lib/services/goto/util.mjs.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode,
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, ComponentPublicInstance, FunctionalComponent, DirectiveBinding, Ref, CSSProperties, WritableComputedRef } from 'vue';
|
|
3
3
|
|
|
4
4
|
type ClassValue = any;
|
|
5
5
|
|
|
@@ -36,6 +36,9 @@ declare function deepEqual(a: any, b: any): boolean;
|
|
|
36
36
|
|
|
37
37
|
type Density = null | 'default' | 'comfortable' | 'compact';
|
|
38
38
|
|
|
39
|
+
type JSXComponent<Props = any> = {
|
|
40
|
+
new (): ComponentPublicInstance<Props>;
|
|
41
|
+
} | FunctionalComponent<Props>;
|
|
39
42
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
40
43
|
declare const IconValue: PropType<IconValue>;
|
|
41
44
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode,
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, ComponentPublicInstance, FunctionalComponent, DirectiveBinding } from 'vue';
|
|
3
3
|
|
|
4
4
|
type SlotsToProps<U extends RawSlots, T = MakeInternalSlots<U>> = {
|
|
5
5
|
$children?: (VNodeChild | (T extends {
|
|
@@ -36,6 +36,9 @@ declare function deepEqual(a: any, b: any): boolean;
|
|
|
36
36
|
|
|
37
37
|
type Density = null | 'default' | 'comfortable' | 'compact';
|
|
38
38
|
|
|
39
|
+
type JSXComponent<Props = any> = {
|
|
40
|
+
new (): ComponentPublicInstance<Props>;
|
|
41
|
+
} | FunctionalComponent<Props>;
|
|
39
42
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
40
43
|
declare const IconValue: PropType<IconValue>;
|
|
41
44
|
|
|
@@ -28,10 +28,10 @@ declare const VSheet: {
|
|
|
28
28
|
maxWidth?: string | number | undefined;
|
|
29
29
|
minHeight?: string | number | undefined;
|
|
30
30
|
minWidth?: string | number | undefined;
|
|
31
|
-
position?: "fixed" | "absolute" | "
|
|
31
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
32
32
|
class?: any;
|
|
33
|
-
elevation?: string | number | undefined;
|
|
34
33
|
theme?: string | undefined;
|
|
34
|
+
elevation?: string | number | undefined;
|
|
35
35
|
rounded?: string | number | boolean | undefined;
|
|
36
36
|
} & {
|
|
37
37
|
$children?: vue.VNodeChild | {
|
|
@@ -56,10 +56,10 @@ declare const VSheet: {
|
|
|
56
56
|
maxWidth?: string | number | undefined;
|
|
57
57
|
minHeight?: string | number | undefined;
|
|
58
58
|
minWidth?: string | number | undefined;
|
|
59
|
-
position?: "fixed" | "absolute" | "
|
|
59
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
60
60
|
class?: any;
|
|
61
|
-
elevation?: string | number | undefined;
|
|
62
61
|
theme?: string | undefined;
|
|
62
|
+
elevation?: string | number | undefined;
|
|
63
63
|
rounded?: string | number | boolean | undefined;
|
|
64
64
|
} & {
|
|
65
65
|
$children?: vue.VNodeChild | {
|
|
@@ -98,10 +98,10 @@ declare const VSheet: {
|
|
|
98
98
|
maxWidth?: string | number | undefined;
|
|
99
99
|
minHeight?: string | number | undefined;
|
|
100
100
|
minWidth?: string | number | undefined;
|
|
101
|
-
position?: "fixed" | "absolute" | "
|
|
101
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
102
102
|
class?: any;
|
|
103
|
-
elevation?: string | number | undefined;
|
|
104
103
|
theme?: string | undefined;
|
|
104
|
+
elevation?: string | number | undefined;
|
|
105
105
|
rounded?: string | number | boolean | undefined;
|
|
106
106
|
} & {
|
|
107
107
|
$children?: vue.VNodeChild | {
|
|
@@ -135,10 +135,10 @@ declare const VSheet: {
|
|
|
135
135
|
maxWidth?: string | number | undefined;
|
|
136
136
|
minHeight?: string | number | undefined;
|
|
137
137
|
minWidth?: string | number | undefined;
|
|
138
|
-
position?: "fixed" | "absolute" | "
|
|
138
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
139
139
|
class?: any;
|
|
140
|
-
elevation?: string | number | undefined;
|
|
141
140
|
theme?: string | undefined;
|
|
141
|
+
elevation?: string | number | undefined;
|
|
142
142
|
rounded?: string | number | boolean | undefined;
|
|
143
143
|
} & {
|
|
144
144
|
$children?: vue.VNodeChild | {
|
|
@@ -168,7 +168,7 @@ declare const VSheet: {
|
|
|
168
168
|
};
|
|
169
169
|
tile: BooleanConstructor;
|
|
170
170
|
position: {
|
|
171
|
-
type: vue.PropType<"fixed" | "absolute" | "
|
|
171
|
+
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
172
172
|
validator: (v: any) => boolean;
|
|
173
173
|
};
|
|
174
174
|
location: vue.PropType<Anchor | null>;
|
|
@@ -201,7 +201,7 @@ declare const VSheet: {
|
|
|
201
201
|
};
|
|
202
202
|
tile: BooleanConstructor;
|
|
203
203
|
position: {
|
|
204
|
-
type: vue.PropType<"fixed" | "absolute" | "
|
|
204
|
+
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
205
205
|
validator: (v: any) => boolean;
|
|
206
206
|
};
|
|
207
207
|
location: vue.PropType<Anchor | null>;
|
|
@@ -53,8 +53,8 @@ declare const VSkeletonLoader: {
|
|
|
53
53
|
maxWidth?: string | number | undefined;
|
|
54
54
|
minHeight?: string | number | undefined;
|
|
55
55
|
minWidth?: string | number | undefined;
|
|
56
|
-
elevation?: string | number | undefined;
|
|
57
56
|
theme?: string | undefined;
|
|
57
|
+
elevation?: string | number | undefined;
|
|
58
58
|
} & {
|
|
59
59
|
$children?: vue.VNodeChild | {
|
|
60
60
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -77,8 +77,8 @@ declare const VSkeletonLoader: {
|
|
|
77
77
|
maxWidth?: string | number | undefined;
|
|
78
78
|
minHeight?: string | number | undefined;
|
|
79
79
|
minWidth?: string | number | undefined;
|
|
80
|
-
elevation?: string | number | undefined;
|
|
81
80
|
theme?: string | undefined;
|
|
81
|
+
elevation?: string | number | undefined;
|
|
82
82
|
} & {
|
|
83
83
|
$children?: vue.VNodeChild | {
|
|
84
84
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -115,8 +115,8 @@ declare const VSkeletonLoader: {
|
|
|
115
115
|
maxWidth?: string | number | undefined;
|
|
116
116
|
minHeight?: string | number | undefined;
|
|
117
117
|
minWidth?: string | number | undefined;
|
|
118
|
-
elevation?: string | number | undefined;
|
|
119
118
|
theme?: string | undefined;
|
|
119
|
+
elevation?: string | number | undefined;
|
|
120
120
|
} & {
|
|
121
121
|
$children?: vue.VNodeChild | {
|
|
122
122
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -148,8 +148,8 @@ declare const VSkeletonLoader: {
|
|
|
148
148
|
maxWidth?: string | number | undefined;
|
|
149
149
|
minHeight?: string | number | undefined;
|
|
150
150
|
minWidth?: string | number | undefined;
|
|
151
|
-
elevation?: string | number | undefined;
|
|
152
151
|
theme?: string | undefined;
|
|
152
|
+
elevation?: string | number | undefined;
|
|
153
153
|
} & {
|
|
154
154
|
$children?: vue.VNodeChild | {
|
|
155
155
|
default?: (() => vue.VNodeChild) | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode,
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, PropType, ComponentPublicInstance, FunctionalComponent, ComponentInternalInstance, Ref, ComputedRef, InjectionKey, UnwrapRef } from 'vue';
|
|
3
3
|
|
|
4
4
|
type SlotsToProps<U extends RawSlots, T = MakeInternalSlots<U>> = {
|
|
5
5
|
$children?: (VNodeChild | (T extends {
|
|
@@ -36,6 +36,9 @@ declare const breakpoints: readonly ["sm", "md", "lg", "xl", "xxl"];
|
|
|
36
36
|
type Breakpoint = typeof breakpoints[number];
|
|
37
37
|
type DisplayBreakpoint = 'xs' | Breakpoint;
|
|
38
38
|
|
|
39
|
+
type JSXComponent<Props = any> = {
|
|
40
|
+
new (): ComponentPublicInstance<Props>;
|
|
41
|
+
} | FunctionalComponent<Props>;
|
|
39
42
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
40
43
|
declare const IconValue: PropType<IconValue>;
|
|
41
44
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, PropType,
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, PropType, ComponentPublicInstance, FunctionalComponent, ComputedRef, Ref } from 'vue';
|
|
3
3
|
|
|
4
4
|
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
|
5
5
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
|
|
@@ -20,6 +20,9 @@ type VMessageSlot = {
|
|
|
20
20
|
message: string;
|
|
21
21
|
};
|
|
22
22
|
|
|
23
|
+
type JSXComponent<Props = any> = {
|
|
24
|
+
new (): ComponentPublicInstance<Props>;
|
|
25
|
+
} | FunctionalComponent<Props>;
|
|
23
26
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
24
27
|
declare const IconValue: PropType<IconValue>;
|
|
25
28
|
|
|
@@ -158,10 +161,10 @@ declare const VSlider: {
|
|
|
158
161
|
}) => vue.VNodeChild) | undefined;
|
|
159
162
|
"v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
160
163
|
} & {
|
|
164
|
+
onStart?: ((value: number) => any) | undefined;
|
|
165
|
+
onEnd?: ((value: number) => any) | undefined;
|
|
161
166
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
162
167
|
"onUpdate:modelValue"?: ((v: number) => any) | undefined;
|
|
163
|
-
onEnd?: ((value: number) => any) | undefined;
|
|
164
|
-
onStart?: ((value: number) => any) | undefined;
|
|
165
168
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
166
169
|
'update:focused': (value: boolean) => true;
|
|
167
170
|
'update:modelValue': (v: number) => true;
|
|
@@ -265,10 +268,10 @@ declare const VSlider: {
|
|
|
265
268
|
}) => vue.VNodeChild) | undefined;
|
|
266
269
|
"v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
267
270
|
} & {
|
|
271
|
+
onStart?: ((value: number) => any) | undefined;
|
|
272
|
+
onEnd?: ((value: number) => any) | undefined;
|
|
268
273
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
269
274
|
"onUpdate:modelValue"?: ((v: number) => any) | undefined;
|
|
270
|
-
onEnd?: ((value: number) => any) | undefined;
|
|
271
|
-
onStart?: ((value: number) => any) | undefined;
|
|
272
275
|
}, {
|
|
273
276
|
reverse: boolean;
|
|
274
277
|
max: string | number;
|
|
@@ -417,10 +420,10 @@ declare const VSlider: {
|
|
|
417
420
|
}) => vue.VNodeChild) | undefined;
|
|
418
421
|
"v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
419
422
|
} & {
|
|
423
|
+
onStart?: ((value: number) => any) | undefined;
|
|
424
|
+
onEnd?: ((value: number) => any) | undefined;
|
|
420
425
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
421
426
|
"onUpdate:modelValue"?: ((v: number) => any) | undefined;
|
|
422
|
-
onEnd?: ((value: number) => any) | undefined;
|
|
423
|
-
onStart?: ((value: number) => any) | undefined;
|
|
424
427
|
}, {}, {}, {}, {}, {
|
|
425
428
|
reverse: boolean;
|
|
426
429
|
max: string | number;
|
|
@@ -552,10 +555,10 @@ declare const VSlider: {
|
|
|
552
555
|
}) => vue.VNodeChild) | undefined;
|
|
553
556
|
"v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
554
557
|
} & {
|
|
558
|
+
onStart?: ((value: number) => any) | undefined;
|
|
559
|
+
onEnd?: ((value: number) => any) | undefined;
|
|
555
560
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
556
561
|
"onUpdate:modelValue"?: ((v: number) => any) | undefined;
|
|
557
|
-
onEnd?: ((value: number) => any) | undefined;
|
|
558
|
-
onStart?: ((value: number) => any) | undefined;
|
|
559
562
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
560
563
|
'update:focused': (value: boolean) => true;
|
|
561
564
|
'update:modelValue': (v: number) => true;
|