@vuetify/nightly 3.7.18-dev.2025-03-19 → 3.7.18-dev.2025-03-20
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/CHANGELOG.md +4 -3
- package/dist/json/attributes.json +3574 -3574
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +156 -156
- package/dist/json/web-types.json +6436 -6436
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4390 -4390
- package/dist/vuetify-labs.d.ts +13177 -13474
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3862 -3862
- package/dist/vuetify.d.ts +9272 -9569
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.d.ts +12 -12
- package/lib/components/VAppBar/VAppBar.d.ts +6 -6
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +6 -6
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +179 -207
- package/lib/components/VAvatar/VAvatar.d.ts +6 -6
- package/lib/components/VBadge/VBadge.d.ts +3 -3
- package/lib/components/VBanner/VBanner.d.ts +6 -6
- package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +6 -6
- package/lib/components/VBottomSheet/VBottomSheet.d.ts +30 -50
- package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +6 -6
- package/lib/components/VBtn/VBtn.d.ts +6 -6
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +12 -12
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +12 -12
- package/lib/components/VCard/VCard.d.ts +6 -6
- package/lib/components/VCarousel/VCarousel.d.ts +2 -2
- package/lib/components/VCarousel/VCarouselItem.d.ts +3 -3
- package/lib/components/VCheckbox/VCheckbox.d.ts +39 -39
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +6 -6
- package/lib/components/VChip/VChip.d.ts +6 -6
- package/lib/components/VChipGroup/VChipGroup.d.ts +14 -14
- package/lib/components/VColorPicker/VColorPicker.d.ts +15 -15
- package/lib/components/VCombobox/VCombobox.d.ts +179 -207
- package/lib/components/VDataIterator/VDataIterator.d.ts +45 -45
- package/lib/components/VDataTable/VDataTable.d.ts +96 -96
- package/lib/components/VDataTable/VDataTableRows.d.ts +2 -2
- package/lib/components/VDataTable/VDataTableServer.d.ts +105 -105
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +89 -89
- package/lib/components/VDataTable/composables/headers.d.ts +10 -10
- package/lib/components/VDataTable/types.d.ts +6 -3
- package/lib/components/VDataTable/types.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +11 -11
- package/lib/components/VDialog/VDialog.d.ts +87 -143
- package/lib/components/VFab/VFab.d.ts +35 -35
- package/lib/components/VField/VField.d.ts +8 -8
- package/lib/components/VFileInput/VFileInput.d.ts +54 -54
- package/lib/components/VInput/VInput.d.ts +2 -2
- package/lib/components/VList/VList.d.ts +23 -23
- package/lib/components/VList/VListChildren.d.ts +2 -2
- package/lib/components/VList/VListItem.d.ts +6 -6
- package/lib/components/VMenu/VMenu.d.ts +106 -178
- package/lib/components/VMessages/VMessages.d.ts +16 -16
- package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +34 -34
- package/lib/components/VNumberInput/VNumberInput.d.ts +221 -221
- package/lib/components/VOtpInput/VOtpInput.d.ts +20 -20
- package/lib/components/VOverlay/VOverlay.d.ts +22 -42
- package/lib/components/VOverlay/locationStrategies.d.ts +4 -4
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.d.ts +4 -4
- package/lib/components/VOverlay/scrollStrategies.js.map +1 -1
- package/lib/components/VPagination/VPagination.d.ts +26 -26
- package/lib/components/VRadio/VRadio.d.ts +6 -6
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +39 -39
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +18 -18
- package/lib/components/VSelect/VSelect.d.ts +207 -251
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +6 -6
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +6 -6
- package/lib/components/VSkeletonLoader/VSkeletonLoader.d.ts +8 -8
- package/lib/components/VSlider/VSlider.d.ts +18 -18
- package/lib/components/VSnackbar/VSnackbar.d.ts +85 -141
- package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +76 -96
- package/lib/components/VSnackbarQueue/VSnackbarQueue.js.map +1 -1
- package/lib/components/VSparkline/VBarline.d.ts +6 -6
- package/lib/components/VSparkline/VSparkline.d.ts +6 -6
- package/lib/components/VSparkline/VTrendline.d.ts +6 -6
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +49 -85
- package/lib/components/VStepper/VStepper.d.ts +9 -9
- package/lib/components/VSwitch/VSwitch.d.ts +20 -20
- package/lib/components/VTabs/VTab.d.ts +56 -56
- package/lib/components/VTabs/VTabs.d.ts +8 -8
- package/lib/components/VTextField/VTextField.d.ts +72 -72
- package/lib/components/VTextarea/VTextarea.d.ts +54 -54
- package/lib/components/VTimeline/VTimelineItem.d.ts +3 -3
- package/lib/components/VToolbar/VToolbar.d.ts +6 -6
- package/lib/components/VTooltip/VTooltip.d.ts +109 -181
- package/lib/components/VWindow/VWindow.d.ts +2 -2
- package/lib/composables/index.d.ts +0 -9
- package/lib/composables/index.js.map +1 -1
- package/lib/composables/nested/activeStrategies.d.ts +7 -6
- package/lib/composables/nested/activeStrategies.js.map +1 -1
- package/lib/composables/nested/openStrategies.d.ts +5 -4
- package/lib/composables/nested/openStrategies.js.map +1 -1
- package/lib/composables/nested/selectStrategies.d.ts +7 -6
- package/lib/composables/nested/selectStrategies.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +2135 -58
- package/lib/framework.js +3 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +62 -62
- package/lib/labs/VFileUpload/VFileUpload.d.ts +12 -12
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +6 -6
- package/lib/labs/VPicker/VPicker.d.ts +6 -6
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +19 -19
- package/lib/labs/VTimePicker/VTimePicker.d.ts +13 -13
- package/lib/labs/VTreeview/VTreeview.d.ts +143 -143
- package/lib/labs/VTreeview/VTreeviewChildren.d.ts +15 -15
- package/lib/labs/VTreeview/VTreeviewItem.d.ts +6 -6
- package/lib/types.d.ts +19 -0
- package/lib/types.js +2 -0
- package/lib/types.js.map +1 -0
- package/package.json +1 -1
@@ -79,20 +79,20 @@ export declare const makeVPaginationProps: <Defaults extends {
|
|
79
79
|
default: unknown extends Defaults["theme"] ? string : string | Defaults["theme"];
|
80
80
|
};
|
81
81
|
tag: unknown extends Defaults["tag"] ? Omit<{
|
82
|
-
type: import("vue").PropType<string | import("../../
|
82
|
+
type: import("vue").PropType<string | import("../../util/index.js").JSXComponent>;
|
83
83
|
default: string;
|
84
84
|
}, "type" | "default"> & {
|
85
|
-
type: import("vue").PropType<string | import("../../
|
86
|
-
default: NonNullable<string | import("../../
|
85
|
+
type: import("vue").PropType<string | import("../../util/index.js").JSXComponent>;
|
86
|
+
default: NonNullable<string | import("../../util/index.js").JSXComponent>;
|
87
87
|
} : Omit<Omit<{
|
88
|
-
type: import("vue").PropType<string | import("../../
|
88
|
+
type: import("vue").PropType<string | import("../../util/index.js").JSXComponent>;
|
89
89
|
default: string;
|
90
90
|
}, "type" | "default"> & {
|
91
|
-
type: import("vue").PropType<string | import("../../
|
92
|
-
default: NonNullable<string | import("../../
|
91
|
+
type: import("vue").PropType<string | import("../../util/index.js").JSXComponent>;
|
92
|
+
default: NonNullable<string | import("../../util/index.js").JSXComponent>;
|
93
93
|
}, "type" | "default"> & {
|
94
|
-
type: import("vue").PropType<unknown extends Defaults["tag"] ? string | import("../../
|
95
|
-
default: unknown extends Defaults["tag"] ? string | import("../../
|
94
|
+
type: import("vue").PropType<unknown extends Defaults["tag"] ? string | import("../../util/index.js").JSXComponent : string | import("../../util/index.js").JSXComponent | Defaults["tag"]>;
|
95
|
+
default: unknown extends Defaults["tag"] ? string | import("../../util/index.js").JSXComponent : NonNullable<string | import("../../util/index.js").JSXComponent> | Defaults["tag"];
|
96
96
|
};
|
97
97
|
size: unknown extends Defaults["size"] ? {
|
98
98
|
type: (StringConstructor | NumberConstructor)[];
|
@@ -336,11 +336,11 @@ export declare const VPagination: {
|
|
336
336
|
ariaLabel: string;
|
337
337
|
disabled: boolean;
|
338
338
|
size: string | number;
|
339
|
-
tag: string | import("../../
|
339
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
340
340
|
ellipsis: string;
|
341
341
|
modelValue: number;
|
342
|
-
tile: boolean;
|
343
342
|
density: import("../../composables/density.js").Density;
|
343
|
+
tile: boolean;
|
344
344
|
nextIcon: IconValue;
|
345
345
|
prevIcon: IconValue;
|
346
346
|
firstIcon: IconValue;
|
@@ -402,12 +402,12 @@ export declare const VPagination: {
|
|
402
402
|
ariaLabel: string;
|
403
403
|
disabled: boolean;
|
404
404
|
size: string | number;
|
405
|
-
tag: string | import("../../
|
405
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
406
406
|
ellipsis: string;
|
407
407
|
modelValue: number;
|
408
|
+
density: import("../../composables/density.js").Density;
|
408
409
|
rounded: string | number | boolean;
|
409
410
|
tile: boolean;
|
410
|
-
density: import("../../composables/density.js").Density;
|
411
411
|
nextIcon: IconValue;
|
412
412
|
prevIcon: IconValue;
|
413
413
|
firstIcon: IconValue;
|
@@ -440,11 +440,11 @@ export declare const VPagination: {
|
|
440
440
|
ariaLabel: string;
|
441
441
|
disabled: boolean;
|
442
442
|
size: string | number;
|
443
|
-
tag: string | import("../../
|
443
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
444
444
|
ellipsis: string;
|
445
445
|
modelValue: number;
|
446
|
-
tile: boolean;
|
447
446
|
density: import("../../composables/density.js").Density;
|
447
|
+
tile: boolean;
|
448
448
|
nextIcon: IconValue;
|
449
449
|
prevIcon: IconValue;
|
450
450
|
firstIcon: IconValue;
|
@@ -500,12 +500,12 @@ export declare const VPagination: {
|
|
500
500
|
ariaLabel: string;
|
501
501
|
disabled: boolean;
|
502
502
|
size: string | number;
|
503
|
-
tag: string | import("../../
|
503
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
504
504
|
ellipsis: string;
|
505
505
|
modelValue: number;
|
506
|
+
density: import("../../composables/density.js").Density;
|
506
507
|
rounded: string | number | boolean;
|
507
508
|
tile: boolean;
|
508
|
-
density: import("../../composables/density.js").Density;
|
509
509
|
nextIcon: IconValue;
|
510
510
|
prevIcon: IconValue;
|
511
511
|
firstIcon: IconValue;
|
@@ -529,11 +529,11 @@ export declare const VPagination: {
|
|
529
529
|
ariaLabel: string;
|
530
530
|
disabled: boolean;
|
531
531
|
size: string | number;
|
532
|
-
tag: string | import("../../
|
532
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
533
533
|
ellipsis: string;
|
534
534
|
modelValue: number;
|
535
|
-
tile: boolean;
|
536
535
|
density: import("../../composables/density.js").Density;
|
536
|
+
tile: boolean;
|
537
537
|
nextIcon: IconValue;
|
538
538
|
prevIcon: IconValue;
|
539
539
|
firstIcon: IconValue;
|
@@ -595,12 +595,12 @@ export declare const VPagination: {
|
|
595
595
|
ariaLabel: string;
|
596
596
|
disabled: boolean;
|
597
597
|
size: string | number;
|
598
|
-
tag: string | import("../../
|
598
|
+
tag: string | import("../../util/index.js").JSXComponent;
|
599
599
|
ellipsis: string;
|
600
600
|
modelValue: number;
|
601
|
+
density: import("../../composables/density.js").Density;
|
601
602
|
rounded: string | number | boolean;
|
602
603
|
tile: boolean;
|
603
|
-
density: import("../../composables/density.js").Density;
|
604
604
|
nextIcon: IconValue;
|
605
605
|
prevIcon: IconValue;
|
606
606
|
firstIcon: IconValue;
|
@@ -630,11 +630,11 @@ export declare const VPagination: {
|
|
630
630
|
};
|
631
631
|
theme: StringConstructor;
|
632
632
|
tag: Omit<{
|
633
|
-
type: import("vue").PropType<string | import("../../
|
633
|
+
type: import("vue").PropType<string | import("../../util/index.js").JSXComponent>;
|
634
634
|
default: string;
|
635
635
|
}, "type" | "default"> & {
|
636
|
-
type: import("vue").PropType<string | import("../../
|
637
|
-
default: NonNullable<string | import("../../
|
636
|
+
type: import("vue").PropType<string | import("../../util/index.js").JSXComponent>;
|
637
|
+
default: NonNullable<string | import("../../util/index.js").JSXComponent>;
|
638
638
|
};
|
639
639
|
size: {
|
640
640
|
type: (StringConstructor | NumberConstructor)[];
|
@@ -737,11 +737,11 @@ export declare const VPagination: {
|
|
737
737
|
};
|
738
738
|
theme: StringConstructor;
|
739
739
|
tag: Omit<{
|
740
|
-
type: import("vue").PropType<string | import("../../
|
740
|
+
type: import("vue").PropType<string | import("../../util/index.js").JSXComponent>;
|
741
741
|
default: string;
|
742
742
|
}, "type" | "default"> & {
|
743
|
-
type: import("vue").PropType<string | import("../../
|
744
|
-
default: NonNullable<string | import("../../
|
743
|
+
type: import("vue").PropType<string | import("../../util/index.js").JSXComponent>;
|
744
|
+
default: NonNullable<string | import("../../util/index.js").JSXComponent>;
|
745
745
|
};
|
746
746
|
size: {
|
747
747
|
type: (StringConstructor | NumberConstructor)[];
|
@@ -193,13 +193,13 @@ export declare const VRadio: {
|
|
193
193
|
disabled: boolean | null;
|
194
194
|
multiple: boolean | null;
|
195
195
|
readonly: boolean | null;
|
196
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
196
197
|
density: import("../../composables/density.js").Density;
|
197
198
|
ripple: boolean | {
|
198
199
|
class: string;
|
199
200
|
} | undefined;
|
200
201
|
falseIcon: import("../../composables/icons.js").IconValue;
|
201
202
|
trueIcon: import("../../composables/icons.js").IconValue;
|
202
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
203
203
|
} & {
|
204
204
|
name?: string | undefined;
|
205
205
|
type?: string | undefined;
|
@@ -257,13 +257,13 @@ export declare const VRadio: {
|
|
257
257
|
disabled: boolean | null;
|
258
258
|
multiple: boolean | null;
|
259
259
|
readonly: boolean | null;
|
260
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
260
261
|
density: import("../../composables/density.js").Density;
|
261
262
|
ripple: boolean | {
|
262
263
|
class: string;
|
263
264
|
} | undefined;
|
264
265
|
falseIcon: import("../../composables/icons.js").IconValue;
|
265
266
|
trueIcon: import("../../composables/icons.js").IconValue;
|
266
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
267
267
|
}, true, {}, import("vue").SlotsType<Partial<{
|
268
268
|
default: (arg: {
|
269
269
|
backgroundColorClasses: import("vue").Ref<string[]>;
|
@@ -288,13 +288,13 @@ export declare const VRadio: {
|
|
288
288
|
disabled: boolean | null;
|
289
289
|
multiple: boolean | null;
|
290
290
|
readonly: boolean | null;
|
291
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
291
292
|
density: import("../../composables/density.js").Density;
|
292
293
|
ripple: boolean | {
|
293
294
|
class: string;
|
294
295
|
} | undefined;
|
295
296
|
falseIcon: import("../../composables/icons.js").IconValue;
|
296
297
|
trueIcon: import("../../composables/icons.js").IconValue;
|
297
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
298
298
|
} & {
|
299
299
|
name?: string | undefined;
|
300
300
|
type?: string | undefined;
|
@@ -352,13 +352,13 @@ export declare const VRadio: {
|
|
352
352
|
disabled: boolean | null;
|
353
353
|
multiple: boolean | null;
|
354
354
|
readonly: boolean | null;
|
355
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
355
356
|
density: import("../../composables/density.js").Density;
|
356
357
|
ripple: boolean | {
|
357
358
|
class: string;
|
358
359
|
} | undefined;
|
359
360
|
falseIcon: import("../../composables/icons.js").IconValue;
|
360
361
|
trueIcon: import("../../composables/icons.js").IconValue;
|
361
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
362
362
|
}>;
|
363
363
|
__isFragment?: never;
|
364
364
|
__isTeleport?: never;
|
@@ -370,13 +370,13 @@ export declare const VRadio: {
|
|
370
370
|
disabled: boolean | null;
|
371
371
|
multiple: boolean | null;
|
372
372
|
readonly: boolean | null;
|
373
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
373
374
|
density: import("../../composables/density.js").Density;
|
374
375
|
ripple: boolean | {
|
375
376
|
class: string;
|
376
377
|
} | undefined;
|
377
378
|
falseIcon: import("../../composables/icons.js").IconValue;
|
378
379
|
trueIcon: import("../../composables/icons.js").IconValue;
|
379
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
380
380
|
} & {
|
381
381
|
name?: string | undefined;
|
382
382
|
type?: string | undefined;
|
@@ -434,13 +434,13 @@ export declare const VRadio: {
|
|
434
434
|
disabled: boolean | null;
|
435
435
|
multiple: boolean | null;
|
436
436
|
readonly: boolean | null;
|
437
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
437
438
|
density: import("../../composables/density.js").Density;
|
438
439
|
ripple: boolean | {
|
439
440
|
class: string;
|
440
441
|
} | undefined;
|
441
442
|
falseIcon: import("../../composables/icons.js").IconValue;
|
442
443
|
trueIcon: import("../../composables/icons.js").IconValue;
|
443
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
444
444
|
}, {}, string, import("vue").SlotsType<Partial<{
|
445
445
|
default: (arg: {
|
446
446
|
backgroundColorClasses: import("vue").Ref<string[]>;
|
@@ -23,10 +23,10 @@ export declare const makeVRadioGroupProps: <Defaults extends {
|
|
23
23
|
class?: unknown;
|
24
24
|
theme?: unknown;
|
25
25
|
modelValue?: unknown;
|
26
|
+
valueComparator?: unknown;
|
26
27
|
density?: unknown;
|
27
28
|
ripple?: unknown;
|
28
29
|
defaultsTarget?: unknown;
|
29
|
-
valueComparator?: unknown;
|
30
30
|
focused?: unknown;
|
31
31
|
'onUpdate:focused'?: unknown;
|
32
32
|
errorMessages?: unknown;
|
@@ -143,6 +143,16 @@ export declare const makeVRadioGroupProps: <Defaults extends {
|
|
143
143
|
type: import("vue").PropType<unknown extends Defaults["modelValue"] ? any : any>;
|
144
144
|
default: unknown extends Defaults["modelValue"] ? any : any;
|
145
145
|
};
|
146
|
+
valueComparator: unknown extends Defaults["valueComparator"] ? {
|
147
|
+
type: import("vue").PropType<typeof import("../../util/index.js").deepEqual>;
|
148
|
+
default: typeof import("../../util/index.js").deepEqual;
|
149
|
+
} : Omit<{
|
150
|
+
type: import("vue").PropType<typeof import("../../util/index.js").deepEqual>;
|
151
|
+
default: typeof import("../../util/index.js").deepEqual;
|
152
|
+
}, "type" | "default"> & {
|
153
|
+
type: import("vue").PropType<unknown extends Defaults["valueComparator"] ? typeof import("../../util/index.js").deepEqual : typeof import("../../util/index.js").deepEqual | Defaults["valueComparator"]>;
|
154
|
+
default: unknown extends Defaults["valueComparator"] ? typeof import("../../util/index.js").deepEqual : typeof import("../../util/index.js").deepEqual | Defaults["valueComparator"];
|
155
|
+
};
|
146
156
|
density: unknown extends Defaults["density"] ? {
|
147
157
|
type: import("vue").PropType<import("../../composables/density.js").Density>;
|
148
158
|
default: string;
|
@@ -177,16 +187,6 @@ export declare const makeVRadioGroupProps: <Defaults extends {
|
|
177
187
|
type: import("vue").PropType<unknown extends Defaults["defaultsTarget"] ? string : string | Defaults["defaultsTarget"]>;
|
178
188
|
default: unknown extends Defaults["defaultsTarget"] ? string : string | Defaults["defaultsTarget"];
|
179
189
|
};
|
180
|
-
valueComparator: unknown extends Defaults["valueComparator"] ? {
|
181
|
-
type: import("vue").PropType<typeof import("../../util/index.js").deepEqual>;
|
182
|
-
default: typeof import("../../util/index.js").deepEqual;
|
183
|
-
} : Omit<{
|
184
|
-
type: import("vue").PropType<typeof import("../../util/index.js").deepEqual>;
|
185
|
-
default: typeof import("../../util/index.js").deepEqual;
|
186
|
-
}, "type" | "default"> & {
|
187
|
-
type: import("vue").PropType<unknown extends Defaults["valueComparator"] ? typeof import("../../util/index.js").deepEqual : typeof import("../../util/index.js").deepEqual | Defaults["valueComparator"]>;
|
188
|
-
default: unknown extends Defaults["valueComparator"] ? typeof import("../../util/index.js").deepEqual : typeof import("../../util/index.js").deepEqual | Defaults["valueComparator"];
|
189
|
-
};
|
190
190
|
focused: unknown extends Defaults["focused"] ? BooleanConstructor : {
|
191
191
|
type: import("vue").PropType<unknown extends Defaults["focused"] ? boolean : boolean | Defaults["focused"]>;
|
192
192
|
default: unknown extends Defaults["focused"] ? boolean : boolean | Defaults["focused"];
|
@@ -220,14 +220,14 @@ export declare const makeVRadioGroupProps: <Defaults extends {
|
|
220
220
|
default: unknown extends Defaults["label"] ? string : string | Defaults["label"];
|
221
221
|
};
|
222
222
|
rules: unknown extends Defaults["rules"] ? {
|
223
|
-
type: import("vue").PropType<readonly import("../../
|
223
|
+
type: import("vue").PropType<readonly import("../../types.js").ValidationRule[]>;
|
224
224
|
default: () => never[];
|
225
225
|
} : Omit<{
|
226
|
-
type: import("vue").PropType<readonly import("../../
|
226
|
+
type: import("vue").PropType<readonly import("../../types.js").ValidationRule[]>;
|
227
227
|
default: () => never[];
|
228
228
|
}, "type" | "default"> & {
|
229
|
-
type: import("vue").PropType<unknown extends Defaults["rules"] ? readonly import("../../
|
230
|
-
default: unknown extends Defaults["rules"] ? readonly import("../../
|
229
|
+
type: import("vue").PropType<unknown extends Defaults["rules"] ? readonly import("../../types.js").ValidationRule[] : readonly import("../../types.js").ValidationRule[] | Defaults["rules"]>;
|
230
|
+
default: unknown extends Defaults["rules"] ? readonly import("../../types.js").ValidationRule[] : readonly import("../../types.js").ValidationRule[] | Defaults["rules"];
|
231
231
|
};
|
232
232
|
validateOn: unknown extends Defaults["validateOn"] ? import("vue").PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined> : {
|
233
233
|
type: import("vue").PropType<unknown extends Defaults["validateOn"] ? ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined : ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | Defaults["validateOn"] | undefined>;
|
@@ -338,14 +338,14 @@ export declare const VRadioGroup: {
|
|
338
338
|
focused: boolean;
|
339
339
|
errorMessages: string | readonly string[] | null;
|
340
340
|
maxErrors: string | number;
|
341
|
-
rules: readonly import("../../
|
341
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
342
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
342
343
|
density: import("../../composables/density.js").Density;
|
343
344
|
ripple: boolean | {
|
344
345
|
class: string;
|
345
346
|
} | undefined;
|
346
347
|
falseIcon: IconValue;
|
347
348
|
trueIcon: IconValue;
|
348
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
349
349
|
centerAffix: boolean;
|
350
350
|
hideSpinButtons: boolean;
|
351
351
|
persistentHint: boolean;
|
@@ -371,7 +371,7 @@ export declare const VRadioGroup: {
|
|
371
371
|
hideDetails?: boolean | "auto" | undefined;
|
372
372
|
} & {}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
373
373
|
'update:modelValue': (value: any) => true;
|
374
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
374
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:label" | "v-slot:message" | "v-slot:details">, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
375
375
|
type: string;
|
376
376
|
inline: boolean;
|
377
377
|
error: boolean;
|
@@ -384,14 +384,14 @@ export declare const VRadioGroup: {
|
|
384
384
|
focused: boolean;
|
385
385
|
errorMessages: string | readonly string[] | null;
|
386
386
|
maxErrors: string | number;
|
387
|
-
rules: readonly import("../../
|
387
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
388
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
388
389
|
density: import("../../composables/density.js").Density;
|
389
390
|
ripple: boolean | {
|
390
391
|
class: string;
|
391
392
|
} | undefined;
|
392
393
|
falseIcon: IconValue;
|
393
394
|
trueIcon: IconValue;
|
394
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
395
395
|
centerAffix: boolean;
|
396
396
|
hideSpinButtons: boolean;
|
397
397
|
persistentHint: boolean;
|
@@ -425,14 +425,14 @@ export declare const VRadioGroup: {
|
|
425
425
|
focused: boolean;
|
426
426
|
errorMessages: string | readonly string[] | null;
|
427
427
|
maxErrors: string | number;
|
428
|
-
rules: readonly import("../../
|
428
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
429
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
429
430
|
density: import("../../composables/density.js").Density;
|
430
431
|
ripple: boolean | {
|
431
432
|
class: string;
|
432
433
|
} | undefined;
|
433
434
|
falseIcon: IconValue;
|
434
435
|
trueIcon: IconValue;
|
435
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
436
436
|
centerAffix: boolean;
|
437
437
|
hideSpinButtons: boolean;
|
438
438
|
persistentHint: boolean;
|
@@ -469,14 +469,14 @@ export declare const VRadioGroup: {
|
|
469
469
|
focused: boolean;
|
470
470
|
errorMessages: string | readonly string[] | null;
|
471
471
|
maxErrors: string | number;
|
472
|
-
rules: readonly import("../../
|
472
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
473
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
473
474
|
density: import("../../composables/density.js").Density;
|
474
475
|
ripple: boolean | {
|
475
476
|
class: string;
|
476
477
|
} | undefined;
|
477
478
|
falseIcon: IconValue;
|
478
479
|
trueIcon: IconValue;
|
479
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
480
480
|
centerAffix: boolean;
|
481
481
|
hideSpinButtons: boolean;
|
482
482
|
persistentHint: boolean;
|
@@ -497,14 +497,14 @@ export declare const VRadioGroup: {
|
|
497
497
|
focused: boolean;
|
498
498
|
errorMessages: string | readonly string[] | null;
|
499
499
|
maxErrors: string | number;
|
500
|
-
rules: readonly import("../../
|
500
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
501
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
501
502
|
density: import("../../composables/density.js").Density;
|
502
503
|
ripple: boolean | {
|
503
504
|
class: string;
|
504
505
|
} | undefined;
|
505
506
|
falseIcon: IconValue;
|
506
507
|
trueIcon: IconValue;
|
507
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
508
508
|
centerAffix: boolean;
|
509
509
|
hideSpinButtons: boolean;
|
510
510
|
persistentHint: boolean;
|
@@ -530,7 +530,7 @@ export declare const VRadioGroup: {
|
|
530
530
|
hideDetails?: boolean | "auto" | undefined;
|
531
531
|
} & {}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
|
532
532
|
'update:modelValue': (value: any) => true;
|
533
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
533
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:prepend" | "v-slot:append" | "v-slot:label" | "v-slot:message" | "v-slot:details">, string, {
|
534
534
|
type: string;
|
535
535
|
inline: boolean;
|
536
536
|
error: boolean;
|
@@ -543,14 +543,14 @@ export declare const VRadioGroup: {
|
|
543
543
|
focused: boolean;
|
544
544
|
errorMessages: string | readonly string[] | null;
|
545
545
|
maxErrors: string | number;
|
546
|
-
rules: readonly import("../../
|
546
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
547
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
547
548
|
density: import("../../composables/density.js").Density;
|
548
549
|
ripple: boolean | {
|
549
550
|
class: string;
|
550
551
|
} | undefined;
|
551
552
|
falseIcon: IconValue;
|
552
553
|
trueIcon: IconValue;
|
553
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
554
554
|
centerAffix: boolean;
|
555
555
|
hideSpinButtons: boolean;
|
556
556
|
persistentHint: boolean;
|
@@ -600,6 +600,10 @@ export declare const VRadioGroup: {
|
|
600
600
|
class: import("vue").PropType<import("../../composables/component.js").ClassValue>;
|
601
601
|
theme: StringConstructor;
|
602
602
|
modelValue: null;
|
603
|
+
valueComparator: {
|
604
|
+
type: import("vue").PropType<typeof import("../../util/index.js").deepEqual>;
|
605
|
+
default: typeof import("../../util/index.js").deepEqual;
|
606
|
+
};
|
603
607
|
density: {
|
604
608
|
type: import("vue").PropType<import("../../composables/density.js").Density>;
|
605
609
|
default: string;
|
@@ -610,10 +614,6 @@ export declare const VRadioGroup: {
|
|
610
614
|
default: boolean;
|
611
615
|
};
|
612
616
|
defaultsTarget: StringConstructor;
|
613
|
-
valueComparator: {
|
614
|
-
type: import("vue").PropType<typeof import("../../util/index.js").deepEqual>;
|
615
|
-
default: typeof import("../../util/index.js").deepEqual;
|
616
|
-
};
|
617
617
|
focused: BooleanConstructor;
|
618
618
|
'onUpdate:focused': import("vue").PropType<(args_0: boolean) => void>;
|
619
619
|
errorMessages: {
|
@@ -626,7 +626,7 @@ export declare const VRadioGroup: {
|
|
626
626
|
};
|
627
627
|
label: StringConstructor;
|
628
628
|
rules: {
|
629
|
-
type: import("vue").PropType<readonly import("../../
|
629
|
+
type: import("vue").PropType<readonly import("../../types.js").ValidationRule[]>;
|
630
630
|
default: () => never[];
|
631
631
|
};
|
632
632
|
validateOn: import("vue").PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
|
@@ -692,6 +692,10 @@ export declare const VRadioGroup: {
|
|
692
692
|
class: import("vue").PropType<import("../../composables/component.js").ClassValue>;
|
693
693
|
theme: StringConstructor;
|
694
694
|
modelValue: null;
|
695
|
+
valueComparator: {
|
696
|
+
type: import("vue").PropType<typeof import("../../util/index.js").deepEqual>;
|
697
|
+
default: typeof import("../../util/index.js").deepEqual;
|
698
|
+
};
|
695
699
|
density: {
|
696
700
|
type: import("vue").PropType<import("../../composables/density.js").Density>;
|
697
701
|
default: string;
|
@@ -702,10 +706,6 @@ export declare const VRadioGroup: {
|
|
702
706
|
default: boolean;
|
703
707
|
};
|
704
708
|
defaultsTarget: StringConstructor;
|
705
|
-
valueComparator: {
|
706
|
-
type: import("vue").PropType<typeof import("../../util/index.js").deepEqual>;
|
707
|
-
default: typeof import("../../util/index.js").deepEqual;
|
708
|
-
};
|
709
709
|
focused: BooleanConstructor;
|
710
710
|
'onUpdate:focused': import("vue").PropType<(args_0: boolean) => void>;
|
711
711
|
errorMessages: {
|
@@ -718,7 +718,7 @@ export declare const VRadioGroup: {
|
|
718
718
|
};
|
719
719
|
label: StringConstructor;
|
720
720
|
rules: {
|
721
|
-
type: import("vue").PropType<readonly import("../../
|
721
|
+
type: import("vue").PropType<readonly import("../../types.js").ValidationRule[]>;
|
722
722
|
default: () => never[];
|
723
723
|
};
|
724
724
|
validateOn: import("vue").PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
|
@@ -291,14 +291,14 @@ export declare const makeVRangeSliderProps: <Defaults extends {
|
|
291
291
|
default: unknown extends Defaults["label"] ? string : string | Defaults["label"];
|
292
292
|
};
|
293
293
|
rules: unknown extends Defaults["rules"] ? {
|
294
|
-
type: PropType<readonly import("../../
|
294
|
+
type: PropType<readonly import("../../types.js").ValidationRule[]>;
|
295
295
|
default: () => never[];
|
296
296
|
} : Omit<{
|
297
|
-
type: PropType<readonly import("../../
|
297
|
+
type: PropType<readonly import("../../types.js").ValidationRule[]>;
|
298
298
|
default: () => never[];
|
299
299
|
}, "type" | "default"> & {
|
300
|
-
type: PropType<unknown extends Defaults["rules"] ? readonly import("../../
|
301
|
-
default: unknown extends Defaults["rules"] ? readonly import("../../
|
300
|
+
type: PropType<unknown extends Defaults["rules"] ? readonly import("../../types.js").ValidationRule[] : readonly import("../../types.js").ValidationRule[] | Defaults["rules"]>;
|
301
|
+
default: unknown extends Defaults["rules"] ? readonly import("../../types.js").ValidationRule[] : readonly import("../../types.js").ValidationRule[] | Defaults["rules"];
|
302
302
|
};
|
303
303
|
validateOn: unknown extends Defaults["validateOn"] ? PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined> : {
|
304
304
|
type: PropType<unknown extends Defaults["validateOn"] ? ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined : ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | Defaults["validateOn"] | undefined>;
|
@@ -424,10 +424,10 @@ export declare const VRangeSlider: {
|
|
424
424
|
focused: boolean;
|
425
425
|
errorMessages: string | readonly string[] | null;
|
426
426
|
maxErrors: string | number;
|
427
|
-
rules: readonly import("../../
|
427
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
428
428
|
modelValue: readonly (string | number)[];
|
429
|
-
tile: boolean;
|
430
429
|
density: import("../../composables/density.js").Density;
|
430
|
+
tile: boolean;
|
431
431
|
ripple: boolean;
|
432
432
|
centerAffix: boolean;
|
433
433
|
hideSpinButtons: boolean;
|
@@ -532,11 +532,11 @@ export declare const VRangeSlider: {
|
|
532
532
|
focused: boolean;
|
533
533
|
errorMessages: string | readonly string[] | null;
|
534
534
|
maxErrors: string | number;
|
535
|
-
rules: readonly import("../../
|
535
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
536
536
|
modelValue: readonly (string | number)[];
|
537
|
+
density: import("../../composables/density.js").Density;
|
537
538
|
rounded: string | number | boolean;
|
538
539
|
tile: boolean;
|
539
|
-
density: import("../../composables/density.js").Density;
|
540
540
|
ripple: boolean;
|
541
541
|
centerAffix: boolean;
|
542
542
|
hideSpinButtons: boolean;
|
@@ -583,10 +583,10 @@ export declare const VRangeSlider: {
|
|
583
583
|
focused: boolean;
|
584
584
|
errorMessages: string | readonly string[] | null;
|
585
585
|
maxErrors: string | number;
|
586
|
-
rules: readonly import("../../
|
586
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
587
587
|
modelValue: readonly (string | number)[];
|
588
|
-
tile: boolean;
|
589
588
|
density: import("../../composables/density.js").Density;
|
589
|
+
tile: boolean;
|
590
590
|
ripple: boolean;
|
591
591
|
centerAffix: boolean;
|
592
592
|
hideSpinButtons: boolean;
|
@@ -686,11 +686,11 @@ export declare const VRangeSlider: {
|
|
686
686
|
focused: boolean;
|
687
687
|
errorMessages: string | readonly string[] | null;
|
688
688
|
maxErrors: string | number;
|
689
|
-
rules: readonly import("../../
|
689
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
690
690
|
modelValue: readonly (string | number)[];
|
691
|
+
density: import("../../composables/density.js").Density;
|
691
692
|
rounded: string | number | boolean;
|
692
693
|
tile: boolean;
|
693
|
-
density: import("../../composables/density.js").Density;
|
694
694
|
ripple: boolean;
|
695
695
|
centerAffix: boolean;
|
696
696
|
hideSpinButtons: boolean;
|
@@ -720,10 +720,10 @@ export declare const VRangeSlider: {
|
|
720
720
|
focused: boolean;
|
721
721
|
errorMessages: string | readonly string[] | null;
|
722
722
|
maxErrors: string | number;
|
723
|
-
rules: readonly import("../../
|
723
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
724
724
|
modelValue: readonly (string | number)[];
|
725
|
-
tile: boolean;
|
726
725
|
density: import("../../composables/density.js").Density;
|
726
|
+
tile: boolean;
|
727
727
|
ripple: boolean;
|
728
728
|
centerAffix: boolean;
|
729
729
|
hideSpinButtons: boolean;
|
@@ -828,11 +828,11 @@ export declare const VRangeSlider: {
|
|
828
828
|
focused: boolean;
|
829
829
|
errorMessages: string | readonly string[] | null;
|
830
830
|
maxErrors: string | number;
|
831
|
-
rules: readonly import("../../
|
831
|
+
rules: readonly import("../../types.js").ValidationRule[];
|
832
832
|
modelValue: readonly (string | number)[];
|
833
|
+
density: import("../../composables/density.js").Density;
|
833
834
|
rounded: string | number | boolean;
|
834
835
|
tile: boolean;
|
835
|
-
density: import("../../composables/density.js").Density;
|
836
836
|
ripple: boolean;
|
837
837
|
centerAffix: boolean;
|
838
838
|
hideSpinButtons: boolean;
|
@@ -947,7 +947,7 @@ export declare const VRangeSlider: {
|
|
947
947
|
name: StringConstructor;
|
948
948
|
label: StringConstructor;
|
949
949
|
rules: {
|
950
|
-
type: PropType<readonly import("../../
|
950
|
+
type: PropType<readonly import("../../types.js").ValidationRule[]>;
|
951
951
|
default: () => never[];
|
952
952
|
};
|
953
953
|
validateOn: PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
|
@@ -1074,7 +1074,7 @@ export declare const VRangeSlider: {
|
|
1074
1074
|
name: StringConstructor;
|
1075
1075
|
label: StringConstructor;
|
1076
1076
|
rules: {
|
1077
|
-
type: PropType<readonly import("../../
|
1077
|
+
type: PropType<readonly import("../../types.js").ValidationRule[]>;
|
1078
1078
|
default: () => never[];
|
1079
1079
|
};
|
1080
1080
|
validateOn: PropType<import("../../composables/validation.js").ValidationProps["validateOn"]>;
|