@vuetify/nightly 3.7.1-master.2024-09-03 → 3.7.1-master.2024-09-05
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 +2 -2
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +112 -112
- package/dist/json/web-types.json +3 -3
- package/dist/vuetify-labs.css +2934 -2934
- package/dist/vuetify-labs.d.ts +999 -999
- package/dist/vuetify-labs.esm.js +11 -27
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +11 -27
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2805 -2805
- package/dist/vuetify.d.ts +849 -849
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/components/VAlert/index.d.mts +10 -10
- package/lib/components/VAppBar/index.d.mts +18 -18
- package/lib/components/VAutocomplete/index.d.mts +109 -109
- package/lib/components/VAvatar/index.d.mts +4 -4
- package/lib/components/VBadge/index.d.mts +4 -4
- package/lib/components/VBanner/index.d.mts +14 -14
- package/lib/components/VBottomNavigation/index.d.mts +4 -4
- package/lib/components/VBottomSheet/index.d.mts +11 -11
- package/lib/components/VBreadcrumbs/index.d.mts +4 -4
- package/lib/components/VBtn/index.d.mts +14 -14
- package/lib/components/VBtnGroup/index.d.mts +4 -4
- package/lib/components/VBtnToggle/index.d.mts +4 -4
- package/lib/components/VCard/index.d.mts +14 -14
- package/lib/components/VCarousel/index.d.mts +13 -13
- package/lib/components/VCheckbox/index.d.mts +4 -4
- package/lib/components/VChip/index.d.mts +8 -8
- package/lib/components/VChipGroup/index.d.mts +4 -4
- package/lib/components/VColorPicker/index.d.mts +22 -22
- package/lib/components/VCombobox/index.d.mts +109 -109
- package/lib/components/VDataTable/index.d.mts +14 -14
- package/lib/components/VDatePicker/index.d.mts +12 -12
- package/lib/components/VDialog/index.d.mts +50 -50
- package/lib/components/VEmptyState/index.d.mts +8 -8
- package/lib/components/VExpansionPanel/index.d.mts +4 -4
- package/lib/components/VFab/index.d.mts +18 -18
- package/lib/components/VFileInput/index.d.mts +6 -6
- package/lib/components/VFooter/index.d.mts +4 -4
- package/lib/components/VIcon/index.d.mts +4 -4
- package/lib/components/VInput/index.d.mts +2 -2
- package/lib/components/VItemGroup/index.d.mts +4 -4
- package/lib/components/VLabel/index.d.mts +4 -4
- package/lib/components/VList/index.d.mts +23 -23
- package/lib/components/VMenu/index.d.mts +50 -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 +4 -4
- package/lib/components/VProgressCircular/index.d.mts +4 -4
- package/lib/components/VRadioGroup/index.d.mts +2 -2
- package/lib/components/VRangeSlider/index.d.mts +8 -8
- package/lib/components/VSelect/index.d.mts +109 -109
- package/lib/components/VSheet/index.d.mts +10 -10
- package/lib/components/VSkeletonLoader/index.d.mts +4 -4
- package/lib/components/VSlider/index.d.mts +8 -8
- package/lib/components/VSnackbar/index.d.mts +62 -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 +2 -2
- package/lib/components/VSystemBar/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +53 -53
- package/lib/components/VTextField/index.d.mts +13 -13
- package/lib/components/VTextarea/index.d.mts +10 -10
- package/lib/components/VTimeline/index.d.mts +4 -4
- package/lib/components/VToolbar/index.d.mts +4 -4
- package/lib/components/VTooltip/index.d.mts +45 -45
- package/lib/components/VWindow/index.d.mts +6 -6
- package/lib/components/index.d.mts +810 -810
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +39 -39
- package/lib/labs/VDateInput/index.d.mts +12 -12
- package/lib/labs/VNumberInput/index.d.mts +67 -67
- package/lib/labs/VPicker/index.d.mts +10 -10
- package/lib/labs/VSnackbarQueue/index.d.mts +95 -95
- package/lib/labs/VStepperVertical/index.d.mts +6 -6
- 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/index.d.mts +40 -40
- package/lib/labs/components.d.mts +256 -256
- package/package.json +6 -8
- 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/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
@@ -266,16 +266,16 @@ declare const VCard: {
|
|
266
266
|
maxWidth?: string | number | undefined;
|
267
267
|
minHeight?: string | number | undefined;
|
268
268
|
minWidth?: string | number | undefined;
|
269
|
-
position?: "fixed" | "absolute" | "
|
269
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
270
270
|
loading?: string | boolean | undefined;
|
271
271
|
title?: string | number | undefined;
|
272
272
|
image?: string | undefined;
|
273
273
|
text?: string | number | undefined;
|
274
274
|
class?: any;
|
275
|
+
theme?: string | undefined;
|
276
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
275
277
|
href?: string | undefined;
|
276
278
|
elevation?: string | number | undefined;
|
277
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
278
|
-
theme?: string | undefined;
|
279
279
|
rounded?: string | number | boolean | undefined;
|
280
280
|
prependIcon?: IconValue | undefined;
|
281
281
|
appendIcon?: IconValue | undefined;
|
@@ -343,16 +343,16 @@ declare const VCard: {
|
|
343
343
|
maxWidth?: string | number | undefined;
|
344
344
|
minHeight?: string | number | undefined;
|
345
345
|
minWidth?: string | number | undefined;
|
346
|
-
position?: "fixed" | "absolute" | "
|
346
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
347
347
|
loading?: string | boolean | undefined;
|
348
348
|
title?: string | number | undefined;
|
349
349
|
image?: string | undefined;
|
350
350
|
text?: string | number | undefined;
|
351
351
|
class?: any;
|
352
|
+
theme?: string | undefined;
|
353
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
352
354
|
href?: string | undefined;
|
353
355
|
elevation?: string | number | undefined;
|
354
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
355
|
-
theme?: string | undefined;
|
356
356
|
rounded?: string | number | boolean | undefined;
|
357
357
|
prependIcon?: IconValue | undefined;
|
358
358
|
appendIcon?: IconValue | undefined;
|
@@ -454,16 +454,16 @@ declare const VCard: {
|
|
454
454
|
maxWidth?: string | number | undefined;
|
455
455
|
minHeight?: string | number | undefined;
|
456
456
|
minWidth?: string | number | undefined;
|
457
|
-
position?: "fixed" | "absolute" | "
|
457
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
458
458
|
loading?: string | boolean | undefined;
|
459
459
|
title?: string | number | undefined;
|
460
460
|
image?: string | undefined;
|
461
461
|
text?: string | number | undefined;
|
462
462
|
class?: any;
|
463
|
+
theme?: string | undefined;
|
464
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
463
465
|
href?: string | undefined;
|
464
466
|
elevation?: string | number | undefined;
|
465
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
466
|
-
theme?: string | undefined;
|
467
467
|
rounded?: string | number | boolean | undefined;
|
468
468
|
prependIcon?: IconValue | undefined;
|
469
469
|
appendIcon?: IconValue | undefined;
|
@@ -551,16 +551,16 @@ declare const VCard: {
|
|
551
551
|
maxWidth?: string | number | undefined;
|
552
552
|
minHeight?: string | number | undefined;
|
553
553
|
minWidth?: string | number | undefined;
|
554
|
-
position?: "fixed" | "absolute" | "
|
554
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
555
555
|
loading?: string | boolean | undefined;
|
556
556
|
title?: string | number | undefined;
|
557
557
|
image?: string | undefined;
|
558
558
|
text?: string | number | undefined;
|
559
559
|
class?: any;
|
560
|
+
theme?: string | undefined;
|
561
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
560
562
|
href?: string | undefined;
|
561
563
|
elevation?: string | number | undefined;
|
562
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
563
|
-
theme?: string | undefined;
|
564
564
|
rounded?: string | number | boolean | undefined;
|
565
565
|
prependIcon?: IconValue | undefined;
|
566
566
|
appendIcon?: IconValue | undefined;
|
@@ -655,7 +655,7 @@ declare const VCard: {
|
|
655
655
|
};
|
656
656
|
tile: BooleanConstructor;
|
657
657
|
position: {
|
658
|
-
type: PropType<"fixed" | "absolute" | "
|
658
|
+
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
659
659
|
validator: (v: any) => boolean;
|
660
660
|
};
|
661
661
|
location: PropType<Anchor | null>;
|
@@ -725,7 +725,7 @@ declare const VCard: {
|
|
725
725
|
};
|
726
726
|
tile: BooleanConstructor;
|
727
727
|
position: {
|
728
|
-
type: PropType<"fixed" | "absolute" | "
|
728
|
+
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
729
729
|
validator: (v: any) => boolean;
|
730
730
|
};
|
731
731
|
location: PropType<Anchor | null>;
|
@@ -128,13 +128,13 @@ declare const VCarousel: {
|
|
128
128
|
style: vue.StyleValue;
|
129
129
|
disabled: boolean;
|
130
130
|
tag: string;
|
131
|
+
cycle: boolean;
|
131
132
|
mandatory: boolean | "force";
|
132
133
|
selectedClass: string;
|
133
134
|
nextIcon: IconValue;
|
134
135
|
prevIcon: IconValue;
|
135
136
|
showArrows: string | boolean;
|
136
137
|
continuous: boolean;
|
137
|
-
cycle: boolean;
|
138
138
|
delimiterIcon: IconValue;
|
139
139
|
hideDelimiters: boolean;
|
140
140
|
hideDelimiterBackground: boolean;
|
@@ -142,12 +142,12 @@ declare const VCarousel: {
|
|
142
142
|
progress?: string | boolean | undefined;
|
143
143
|
color?: string | undefined;
|
144
144
|
class?: any;
|
145
|
-
touch?: boolean | TouchHandlers | undefined;
|
146
145
|
theme?: string | undefined;
|
146
|
+
touch?: boolean | TouchHandlers | undefined;
|
147
147
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
148
148
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
149
149
|
'update:modelValue': (value: any) => true;
|
150
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
150
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:additional" | "v-slot:next" | "v-slot:prev" | "v-slot:item">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
151
151
|
reverse: boolean;
|
152
152
|
interval: string | number;
|
153
153
|
height: string | number;
|
@@ -155,13 +155,13 @@ declare const VCarousel: {
|
|
155
155
|
style: vue.StyleValue;
|
156
156
|
disabled: boolean;
|
157
157
|
tag: string;
|
158
|
+
cycle: boolean;
|
158
159
|
mandatory: boolean | "force";
|
159
160
|
selectedClass: string;
|
160
161
|
nextIcon: IconValue;
|
161
162
|
prevIcon: IconValue;
|
162
163
|
showArrows: string | boolean;
|
163
164
|
continuous: boolean;
|
164
|
-
cycle: boolean;
|
165
165
|
delimiterIcon: IconValue;
|
166
166
|
hideDelimiters: boolean;
|
167
167
|
hideDelimiterBackground: boolean;
|
@@ -169,8 +169,8 @@ declare const VCarousel: {
|
|
169
169
|
progress?: string | boolean | undefined;
|
170
170
|
color?: string | undefined;
|
171
171
|
class?: any;
|
172
|
-
touch?: boolean | TouchHandlers | undefined;
|
173
172
|
theme?: string | undefined;
|
173
|
+
touch?: boolean | TouchHandlers | undefined;
|
174
174
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
175
175
|
} & {}, {
|
176
176
|
reverse: boolean;
|
@@ -180,6 +180,7 @@ declare const VCarousel: {
|
|
180
180
|
style: vue.StyleValue;
|
181
181
|
disabled: boolean;
|
182
182
|
tag: string;
|
183
|
+
cycle: boolean;
|
183
184
|
mandatory: boolean | "force";
|
184
185
|
touch: boolean | TouchHandlers;
|
185
186
|
selectedClass: string;
|
@@ -187,7 +188,6 @@ declare const VCarousel: {
|
|
187
188
|
prevIcon: IconValue;
|
188
189
|
showArrows: string | boolean;
|
189
190
|
continuous: boolean;
|
190
|
-
cycle: boolean;
|
191
191
|
delimiterIcon: IconValue;
|
192
192
|
hideDelimiters: boolean;
|
193
193
|
hideDelimiterBackground: boolean;
|
@@ -237,13 +237,13 @@ declare const VCarousel: {
|
|
237
237
|
style: vue.StyleValue;
|
238
238
|
disabled: boolean;
|
239
239
|
tag: string;
|
240
|
+
cycle: boolean;
|
240
241
|
mandatory: boolean | "force";
|
241
242
|
selectedClass: string;
|
242
243
|
nextIcon: IconValue;
|
243
244
|
prevIcon: IconValue;
|
244
245
|
showArrows: string | boolean;
|
245
246
|
continuous: boolean;
|
246
|
-
cycle: boolean;
|
247
247
|
delimiterIcon: IconValue;
|
248
248
|
hideDelimiters: boolean;
|
249
249
|
hideDelimiterBackground: boolean;
|
@@ -251,8 +251,8 @@ declare const VCarousel: {
|
|
251
251
|
progress?: string | boolean | undefined;
|
252
252
|
color?: string | undefined;
|
253
253
|
class?: any;
|
254
|
-
touch?: boolean | TouchHandlers | undefined;
|
255
254
|
theme?: string | undefined;
|
255
|
+
touch?: boolean | TouchHandlers | undefined;
|
256
256
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
257
257
|
} & {}, {}, {}, {}, {}, {
|
258
258
|
reverse: boolean;
|
@@ -262,6 +262,7 @@ declare const VCarousel: {
|
|
262
262
|
style: vue.StyleValue;
|
263
263
|
disabled: boolean;
|
264
264
|
tag: string;
|
265
|
+
cycle: boolean;
|
265
266
|
mandatory: boolean | "force";
|
266
267
|
touch: boolean | TouchHandlers;
|
267
268
|
selectedClass: string;
|
@@ -269,7 +270,6 @@ declare const VCarousel: {
|
|
269
270
|
prevIcon: IconValue;
|
270
271
|
showArrows: string | boolean;
|
271
272
|
continuous: boolean;
|
272
|
-
cycle: boolean;
|
273
273
|
delimiterIcon: IconValue;
|
274
274
|
hideDelimiters: boolean;
|
275
275
|
hideDelimiterBackground: boolean;
|
@@ -285,13 +285,13 @@ declare const VCarousel: {
|
|
285
285
|
style: vue.StyleValue;
|
286
286
|
disabled: boolean;
|
287
287
|
tag: string;
|
288
|
+
cycle: boolean;
|
288
289
|
mandatory: boolean | "force";
|
289
290
|
selectedClass: string;
|
290
291
|
nextIcon: IconValue;
|
291
292
|
prevIcon: IconValue;
|
292
293
|
showArrows: string | boolean;
|
293
294
|
continuous: boolean;
|
294
|
-
cycle: boolean;
|
295
295
|
delimiterIcon: IconValue;
|
296
296
|
hideDelimiters: boolean;
|
297
297
|
hideDelimiterBackground: boolean;
|
@@ -299,12 +299,12 @@ declare const VCarousel: {
|
|
299
299
|
progress?: string | boolean | undefined;
|
300
300
|
color?: string | undefined;
|
301
301
|
class?: any;
|
302
|
-
touch?: boolean | TouchHandlers | undefined;
|
303
302
|
theme?: string | undefined;
|
303
|
+
touch?: boolean | TouchHandlers | undefined;
|
304
304
|
verticalDelimiters?: boolean | "left" | "right" | undefined;
|
305
305
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
306
306
|
'update:modelValue': (value: any) => true;
|
307
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
307
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:additional" | "v-slot:next" | "v-slot:prev" | "v-slot:item">, string, {
|
308
308
|
reverse: boolean;
|
309
309
|
interval: string | number;
|
310
310
|
height: string | number;
|
@@ -312,6 +312,7 @@ declare const VCarousel: {
|
|
312
312
|
style: vue.StyleValue;
|
313
313
|
disabled: boolean;
|
314
314
|
tag: string;
|
315
|
+
cycle: boolean;
|
315
316
|
mandatory: boolean | "force";
|
316
317
|
touch: boolean | TouchHandlers;
|
317
318
|
selectedClass: string;
|
@@ -319,7 +320,6 @@ declare const VCarousel: {
|
|
319
320
|
prevIcon: IconValue;
|
320
321
|
showArrows: string | boolean;
|
321
322
|
continuous: boolean;
|
322
|
-
cycle: boolean;
|
323
323
|
delimiterIcon: IconValue;
|
324
324
|
hideDelimiters: boolean;
|
325
325
|
hideDelimiterBackground: boolean;
|
@@ -182,7 +182,7 @@ declare const VCheckbox: {
|
|
182
182
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
183
183
|
'update:modelValue': (value: any) => true;
|
184
184
|
'update:focused': (focused: boolean) => true;
|
185
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
185
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
186
186
|
error: boolean;
|
187
187
|
direction: "horizontal" | "vertical";
|
188
188
|
style: vue.StyleValue;
|
@@ -411,7 +411,7 @@ declare const VCheckbox: {
|
|
411
411
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
412
412
|
'update:modelValue': (value: any) => true;
|
413
413
|
'update:focused': (focused: boolean) => true;
|
414
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
414
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details">, string, {
|
415
415
|
error: boolean;
|
416
416
|
direction: "horizontal" | "vertical";
|
417
417
|
style: vue.StyleValue;
|
@@ -477,8 +477,8 @@ declare const VCheckbox: {
|
|
477
477
|
default: null;
|
478
478
|
};
|
479
479
|
class: vue.PropType<ClassValue>;
|
480
|
-
indeterminate: BooleanConstructor;
|
481
480
|
theme: StringConstructor;
|
481
|
+
indeterminate: BooleanConstructor;
|
482
482
|
modelValue: null;
|
483
483
|
density: {
|
484
484
|
type: vue.PropType<Density>;
|
@@ -574,8 +574,8 @@ declare const VCheckbox: {
|
|
574
574
|
default: null;
|
575
575
|
};
|
576
576
|
class: vue.PropType<ClassValue>;
|
577
|
-
indeterminate: BooleanConstructor;
|
578
577
|
theme: StringConstructor;
|
578
|
+
indeterminate: BooleanConstructor;
|
579
579
|
modelValue: null;
|
580
580
|
density: {
|
581
581
|
type: vue.PropType<Density>;
|
@@ -61,12 +61,12 @@ declare const VChip: {
|
|
61
61
|
value?: any;
|
62
62
|
text?: string | undefined;
|
63
63
|
class?: any;
|
64
|
+
theme?: string | undefined;
|
65
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
64
66
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
65
67
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
66
68
|
href?: string | undefined;
|
67
69
|
elevation?: string | number | undefined;
|
68
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
69
|
-
theme?: string | undefined;
|
70
70
|
rounded?: string | number | boolean | undefined;
|
71
71
|
selectedClass?: string | undefined;
|
72
72
|
prependIcon?: IconValue | undefined;
|
@@ -169,12 +169,12 @@ declare const VChip: {
|
|
169
169
|
value?: any;
|
170
170
|
text?: string | undefined;
|
171
171
|
class?: any;
|
172
|
+
theme?: string | undefined;
|
173
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
172
174
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
173
175
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
174
176
|
href?: string | undefined;
|
175
177
|
elevation?: string | number | undefined;
|
176
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
177
|
-
theme?: string | undefined;
|
178
178
|
rounded?: string | number | boolean | undefined;
|
179
179
|
selectedClass?: string | undefined;
|
180
180
|
prependIcon?: IconValue | undefined;
|
@@ -315,12 +315,12 @@ declare const VChip: {
|
|
315
315
|
value?: any;
|
316
316
|
text?: string | undefined;
|
317
317
|
class?: any;
|
318
|
+
theme?: string | undefined;
|
319
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
318
320
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
319
321
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
320
322
|
href?: string | undefined;
|
321
323
|
elevation?: string | number | undefined;
|
322
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
323
|
-
theme?: string | undefined;
|
324
324
|
rounded?: string | number | boolean | undefined;
|
325
325
|
selectedClass?: string | undefined;
|
326
326
|
prependIcon?: IconValue | undefined;
|
@@ -444,12 +444,12 @@ declare const VChip: {
|
|
444
444
|
value?: any;
|
445
445
|
text?: string | undefined;
|
446
446
|
class?: any;
|
447
|
+
theme?: string | undefined;
|
448
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
447
449
|
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
448
450
|
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
449
451
|
href?: string | undefined;
|
450
452
|
elevation?: string | number | undefined;
|
451
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
452
|
-
theme?: string | undefined;
|
453
453
|
rounded?: string | number | boolean | undefined;
|
454
454
|
selectedClass?: string | undefined;
|
455
455
|
prependIcon?: IconValue | undefined;
|
@@ -101,8 +101,8 @@ declare const VChipGroup: {
|
|
101
101
|
max?: number | undefined;
|
102
102
|
color?: string | undefined;
|
103
103
|
class?: any;
|
104
|
-
mandatory?: boolean | "force" | undefined;
|
105
104
|
theme?: string | undefined;
|
105
|
+
mandatory?: boolean | "force" | undefined;
|
106
106
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
107
107
|
showArrows?: string | boolean | undefined;
|
108
108
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
@@ -127,8 +127,8 @@ declare const VChipGroup: {
|
|
127
127
|
max?: number | undefined;
|
128
128
|
color?: string | undefined;
|
129
129
|
class?: any;
|
130
|
-
mandatory?: boolean | "force" | undefined;
|
131
130
|
theme?: string | undefined;
|
131
|
+
mandatory?: boolean | "force" | undefined;
|
132
132
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
133
133
|
showArrows?: string | boolean | undefined;
|
134
134
|
} & {}, {
|
@@ -182,8 +182,8 @@ declare const VChipGroup: {
|
|
182
182
|
max?: number | undefined;
|
183
183
|
color?: string | undefined;
|
184
184
|
class?: any;
|
185
|
-
mandatory?: boolean | "force" | undefined;
|
186
185
|
theme?: string | undefined;
|
186
|
+
mandatory?: boolean | "force" | undefined;
|
187
187
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
188
188
|
showArrows?: string | boolean | undefined;
|
189
189
|
} & {}, {}, {}, {}, {}, {
|
@@ -226,8 +226,8 @@ declare const VChipGroup: {
|
|
226
226
|
max?: number | undefined;
|
227
227
|
color?: string | undefined;
|
228
228
|
class?: any;
|
229
|
-
mandatory?: boolean | "force" | undefined;
|
230
229
|
theme?: string | undefined;
|
230
|
+
mandatory?: boolean | "force" | undefined;
|
231
231
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
232
232
|
showArrows?: string | boolean | undefined;
|
233
233
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
@@ -82,7 +82,7 @@ declare const VColorPicker: {
|
|
82
82
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
83
83
|
color: StringConstructor;
|
84
84
|
position: {
|
85
|
-
type: PropType<"fixed" | "absolute" | "
|
85
|
+
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
86
86
|
validator: (v: any) => boolean;
|
87
87
|
};
|
88
88
|
style: {
|
@@ -90,6 +90,7 @@ declare const VColorPicker: {
|
|
90
90
|
default: null;
|
91
91
|
};
|
92
92
|
class: PropType<ClassValue>;
|
93
|
+
theme: StringConstructor;
|
93
94
|
tag: {
|
94
95
|
type: StringConstructor;
|
95
96
|
default: string;
|
@@ -98,7 +99,6 @@ declare const VColorPicker: {
|
|
98
99
|
type: (StringConstructor | NumberConstructor)[];
|
99
100
|
validator(v: any): boolean;
|
100
101
|
};
|
101
|
-
theme: StringConstructor;
|
102
102
|
rounded: {
|
103
103
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
104
104
|
default: undefined;
|
@@ -137,7 +137,7 @@ declare const VColorPicker: {
|
|
137
137
|
};
|
138
138
|
}>> & {
|
139
139
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
140
|
-
"onUpdate:mode"?: ((mode: "rgb" | "
|
140
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "rgba" | "hsl" | "hsla" | "hexa") => any) | undefined;
|
141
141
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
142
142
|
'update:modelValue': (color: any) => true;
|
143
143
|
'update:mode': (mode: keyof typeof modes) => true;
|
@@ -149,7 +149,7 @@ declare const VColorPicker: {
|
|
149
149
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
150
150
|
color: StringConstructor;
|
151
151
|
position: {
|
152
|
-
type: PropType<"fixed" | "absolute" | "
|
152
|
+
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
153
153
|
validator: (v: any) => boolean;
|
154
154
|
};
|
155
155
|
style: {
|
@@ -157,6 +157,7 @@ declare const VColorPicker: {
|
|
157
157
|
default: null;
|
158
158
|
};
|
159
159
|
class: PropType<ClassValue>;
|
160
|
+
theme: StringConstructor;
|
160
161
|
tag: {
|
161
162
|
type: StringConstructor;
|
162
163
|
default: string;
|
@@ -165,7 +166,6 @@ declare const VColorPicker: {
|
|
165
166
|
type: (StringConstructor | NumberConstructor)[];
|
166
167
|
validator(v: any): boolean;
|
167
168
|
};
|
168
|
-
theme: StringConstructor;
|
169
169
|
rounded: {
|
170
170
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
171
171
|
default: undefined;
|
@@ -204,17 +204,17 @@ declare const VColorPicker: {
|
|
204
204
|
};
|
205
205
|
}>> & {
|
206
206
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
207
|
-
"onUpdate:mode"?: ((mode: "rgb" | "
|
207
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "rgba" | "hsl" | "hsla" | "hexa") => any) | undefined;
|
208
208
|
}, {
|
209
209
|
width: string | number;
|
210
210
|
style: vue.StyleValue;
|
211
211
|
disabled: boolean;
|
212
212
|
tag: string;
|
213
|
-
mode: "rgb" | "
|
213
|
+
mode: "rgb" | "hex" | "rgba" | "hsl" | "hsla" | "hexa";
|
214
214
|
rounded: string | number | boolean;
|
215
215
|
tile: boolean;
|
216
216
|
dotSize: string | number;
|
217
|
-
modes: readonly ("rgb" | "
|
217
|
+
modes: readonly ("rgb" | "hex" | "rgba" | "hsl" | "hsla" | "hexa")[];
|
218
218
|
canvasHeight: string | number;
|
219
219
|
hideCanvas: boolean;
|
220
220
|
hideSliders: boolean;
|
@@ -236,7 +236,7 @@ declare const VColorPicker: {
|
|
236
236
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
237
237
|
color: StringConstructor;
|
238
238
|
position: {
|
239
|
-
type: PropType<"fixed" | "absolute" | "
|
239
|
+
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
240
240
|
validator: (v: any) => boolean;
|
241
241
|
};
|
242
242
|
style: {
|
@@ -244,6 +244,7 @@ declare const VColorPicker: {
|
|
244
244
|
default: null;
|
245
245
|
};
|
246
246
|
class: PropType<ClassValue>;
|
247
|
+
theme: StringConstructor;
|
247
248
|
tag: {
|
248
249
|
type: StringConstructor;
|
249
250
|
default: string;
|
@@ -252,7 +253,6 @@ declare const VColorPicker: {
|
|
252
253
|
type: (StringConstructor | NumberConstructor)[];
|
253
254
|
validator(v: any): boolean;
|
254
255
|
};
|
255
|
-
theme: StringConstructor;
|
256
256
|
rounded: {
|
257
257
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
258
258
|
default: undefined;
|
@@ -291,17 +291,17 @@ declare const VColorPicker: {
|
|
291
291
|
};
|
292
292
|
}>> & {
|
293
293
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
294
|
-
"onUpdate:mode"?: ((mode: "rgb" | "
|
294
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "rgba" | "hsl" | "hsla" | "hexa") => any) | undefined;
|
295
295
|
}, {}, {}, {}, {}, {
|
296
296
|
width: string | number;
|
297
297
|
style: vue.StyleValue;
|
298
298
|
disabled: boolean;
|
299
299
|
tag: string;
|
300
|
-
mode: "rgb" | "
|
300
|
+
mode: "rgb" | "hex" | "rgba" | "hsl" | "hsla" | "hexa";
|
301
301
|
rounded: string | number | boolean;
|
302
302
|
tile: boolean;
|
303
303
|
dotSize: string | number;
|
304
|
-
modes: readonly ("rgb" | "
|
304
|
+
modes: readonly ("rgb" | "hex" | "rgba" | "hsl" | "hsla" | "hexa")[];
|
305
305
|
canvasHeight: string | number;
|
306
306
|
hideCanvas: boolean;
|
307
307
|
hideSliders: boolean;
|
@@ -320,7 +320,7 @@ declare const VColorPicker: {
|
|
320
320
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
321
321
|
color: StringConstructor;
|
322
322
|
position: {
|
323
|
-
type: PropType<"fixed" | "absolute" | "
|
323
|
+
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
324
324
|
validator: (v: any) => boolean;
|
325
325
|
};
|
326
326
|
style: {
|
@@ -328,6 +328,7 @@ declare const VColorPicker: {
|
|
328
328
|
default: null;
|
329
329
|
};
|
330
330
|
class: PropType<ClassValue>;
|
331
|
+
theme: StringConstructor;
|
331
332
|
tag: {
|
332
333
|
type: StringConstructor;
|
333
334
|
default: string;
|
@@ -336,7 +337,6 @@ declare const VColorPicker: {
|
|
336
337
|
type: (StringConstructor | NumberConstructor)[];
|
337
338
|
validator(v: any): boolean;
|
338
339
|
};
|
339
|
-
theme: StringConstructor;
|
340
340
|
rounded: {
|
341
341
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
342
342
|
default: undefined;
|
@@ -375,7 +375,7 @@ declare const VColorPicker: {
|
|
375
375
|
};
|
376
376
|
}>> & {
|
377
377
|
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
|
378
|
-
"onUpdate:mode"?: ((mode: "rgb" | "
|
378
|
+
"onUpdate:mode"?: ((mode: "rgb" | "hex" | "rgba" | "hsl" | "hsla" | "hexa") => any) | undefined;
|
379
379
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
380
380
|
'update:modelValue': (color: any) => true;
|
381
381
|
'update:mode': (mode: keyof typeof modes) => true;
|
@@ -384,11 +384,11 @@ declare const VColorPicker: {
|
|
384
384
|
style: vue.StyleValue;
|
385
385
|
disabled: boolean;
|
386
386
|
tag: string;
|
387
|
-
mode: "rgb" | "
|
387
|
+
mode: "rgb" | "hex" | "rgba" | "hsl" | "hsla" | "hexa";
|
388
388
|
rounded: string | number | boolean;
|
389
389
|
tile: boolean;
|
390
390
|
dotSize: string | number;
|
391
|
-
modes: readonly ("rgb" | "
|
391
|
+
modes: readonly ("rgb" | "hex" | "rgba" | "hsl" | "hsla" | "hexa")[];
|
392
392
|
canvasHeight: string | number;
|
393
393
|
hideCanvas: boolean;
|
394
394
|
hideSliders: boolean;
|
@@ -403,7 +403,7 @@ declare const VColorPicker: {
|
|
403
403
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
404
404
|
color: StringConstructor;
|
405
405
|
position: {
|
406
|
-
type: PropType<"fixed" | "absolute" | "
|
406
|
+
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
407
407
|
validator: (v: any) => boolean;
|
408
408
|
};
|
409
409
|
style: {
|
@@ -411,6 +411,7 @@ declare const VColorPicker: {
|
|
411
411
|
default: null;
|
412
412
|
};
|
413
413
|
class: PropType<ClassValue>;
|
414
|
+
theme: StringConstructor;
|
414
415
|
tag: {
|
415
416
|
type: StringConstructor;
|
416
417
|
default: string;
|
@@ -419,7 +420,6 @@ declare const VColorPicker: {
|
|
419
420
|
type: (StringConstructor | NumberConstructor)[];
|
420
421
|
validator(v: any): boolean;
|
421
422
|
};
|
422
|
-
theme: StringConstructor;
|
423
423
|
rounded: {
|
424
424
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
425
425
|
default: undefined;
|
@@ -464,7 +464,7 @@ declare const VColorPicker: {
|
|
464
464
|
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
465
465
|
color: StringConstructor;
|
466
466
|
position: {
|
467
|
-
type: PropType<"fixed" | "absolute" | "
|
467
|
+
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
468
468
|
validator: (v: any) => boolean;
|
469
469
|
};
|
470
470
|
style: {
|
@@ -472,6 +472,7 @@ declare const VColorPicker: {
|
|
472
472
|
default: null;
|
473
473
|
};
|
474
474
|
class: PropType<ClassValue>;
|
475
|
+
theme: StringConstructor;
|
475
476
|
tag: {
|
476
477
|
type: StringConstructor;
|
477
478
|
default: string;
|
@@ -480,7 +481,6 @@ declare const VColorPicker: {
|
|
480
481
|
type: (StringConstructor | NumberConstructor)[];
|
481
482
|
validator(v: any): boolean;
|
482
483
|
};
|
483
|
-
theme: StringConstructor;
|
484
484
|
rounded: {
|
485
485
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
486
486
|
default: undefined;
|