@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
@@ -347,20 +347,20 @@ export declare const VDataIterator: {
|
|
347
347
|
style: import("vue").StyleValue;
|
348
348
|
tag: string | import("../../util/index.js").JSXComponent;
|
349
349
|
sortBy: readonly SortItem[];
|
350
|
-
modelValue: readonly any[];
|
351
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
352
|
-
selectStrategy: "all" | "page" | "single";
|
353
|
-
returnObject: boolean;
|
354
350
|
filterMode: import("../../composables/filter.js").FilterMode;
|
355
351
|
noFilter: boolean;
|
356
|
-
|
352
|
+
modelValue: readonly any[];
|
353
|
+
expandOnClick: boolean;
|
354
|
+
showExpand: boolean;
|
357
355
|
multiSort: boolean;
|
358
356
|
mustSort: boolean;
|
359
357
|
groupBy: readonly SortItem[];
|
358
|
+
itemValue: import("../../util/index.js").SelectItemKey;
|
360
359
|
itemSelectable: import("../../util/index.js").SelectItemKey;
|
360
|
+
returnObject: boolean;
|
361
361
|
showSelect: boolean;
|
362
|
-
|
363
|
-
|
362
|
+
selectStrategy: "all" | "page" | "single";
|
363
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
364
364
|
itemsPerPage: string | number;
|
365
365
|
} & {
|
366
366
|
search?: string | undefined;
|
@@ -371,9 +371,9 @@ export declare const VDataIterator: {
|
|
371
371
|
customKeySort?: Record<string, import("../VDataTable/types.js").DataTableCompareFunction> | undefined;
|
372
372
|
} & {
|
373
373
|
"onUpdate:modelValue"?: ((value: any[]) => any) | undefined;
|
374
|
+
"onUpdate:expanded"?: ((value: any) => any) | undefined;
|
374
375
|
"onUpdate:sortBy"?: ((value: any) => any) | undefined;
|
375
376
|
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
376
|
-
"onUpdate:expanded"?: ((value: any) => any) | undefined;
|
377
377
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
378
378
|
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
379
379
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
@@ -400,20 +400,20 @@ export declare const VDataIterator: {
|
|
400
400
|
style: import("vue").StyleValue;
|
401
401
|
tag: string | import("../../util/index.js").JSXComponent;
|
402
402
|
sortBy: readonly SortItem[];
|
403
|
-
modelValue: readonly any[];
|
404
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
405
|
-
selectStrategy: "all" | "page" | "single";
|
406
|
-
returnObject: boolean;
|
407
403
|
filterMode: import("../../composables/filter.js").FilterMode;
|
408
404
|
noFilter: boolean;
|
409
|
-
|
405
|
+
modelValue: readonly any[];
|
406
|
+
expandOnClick: boolean;
|
407
|
+
showExpand: boolean;
|
410
408
|
multiSort: boolean;
|
411
409
|
mustSort: boolean;
|
412
410
|
groupBy: readonly SortItem[];
|
411
|
+
itemValue: import("../../util/index.js").SelectItemKey;
|
413
412
|
itemSelectable: import("../../util/index.js").SelectItemKey;
|
413
|
+
returnObject: boolean;
|
414
414
|
showSelect: boolean;
|
415
|
-
|
416
|
-
|
415
|
+
selectStrategy: "all" | "page" | "single";
|
416
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
417
417
|
itemsPerPage: string | number;
|
418
418
|
}, true, {}, import("vue").SlotsType<Partial<{
|
419
419
|
default: (arg: VDataIteratorSlotProps<unknown>) => import("vue").VNode[];
|
@@ -441,20 +441,20 @@ export declare const VDataIterator: {
|
|
441
441
|
style: import("vue").StyleValue;
|
442
442
|
tag: string | import("../../util/index.js").JSXComponent;
|
443
443
|
sortBy: readonly SortItem[];
|
444
|
-
modelValue: readonly any[];
|
445
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
446
|
-
selectStrategy: "all" | "page" | "single";
|
447
|
-
returnObject: boolean;
|
448
444
|
filterMode: import("../../composables/filter.js").FilterMode;
|
449
445
|
noFilter: boolean;
|
450
|
-
|
446
|
+
modelValue: readonly any[];
|
447
|
+
expandOnClick: boolean;
|
448
|
+
showExpand: boolean;
|
451
449
|
multiSort: boolean;
|
452
450
|
mustSort: boolean;
|
453
451
|
groupBy: readonly SortItem[];
|
452
|
+
itemValue: import("../../util/index.js").SelectItemKey;
|
454
453
|
itemSelectable: import("../../util/index.js").SelectItemKey;
|
454
|
+
returnObject: boolean;
|
455
455
|
showSelect: boolean;
|
456
|
-
|
457
|
-
|
456
|
+
selectStrategy: "all" | "page" | "single";
|
457
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
458
458
|
itemsPerPage: string | number;
|
459
459
|
} & {
|
460
460
|
search?: string | undefined;
|
@@ -465,9 +465,9 @@ export declare const VDataIterator: {
|
|
465
465
|
customKeySort?: Record<string, import("../VDataTable/types.js").DataTableCompareFunction> | undefined;
|
466
466
|
} & {
|
467
467
|
"onUpdate:modelValue"?: ((value: any[]) => any) | undefined;
|
468
|
+
"onUpdate:expanded"?: ((value: any) => any) | undefined;
|
468
469
|
"onUpdate:sortBy"?: ((value: any) => any) | undefined;
|
469
470
|
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
470
|
-
"onUpdate:expanded"?: ((value: any) => any) | undefined;
|
471
471
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
472
472
|
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
473
473
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
@@ -485,20 +485,20 @@ export declare const VDataIterator: {
|
|
485
485
|
style: import("vue").StyleValue;
|
486
486
|
tag: string | import("../../util/index.js").JSXComponent;
|
487
487
|
sortBy: readonly SortItem[];
|
488
|
-
modelValue: readonly any[];
|
489
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
490
|
-
selectStrategy: "all" | "page" | "single";
|
491
|
-
returnObject: boolean;
|
492
488
|
filterMode: import("../../composables/filter.js").FilterMode;
|
493
489
|
noFilter: boolean;
|
494
|
-
|
490
|
+
modelValue: readonly any[];
|
491
|
+
expandOnClick: boolean;
|
492
|
+
showExpand: boolean;
|
495
493
|
multiSort: boolean;
|
496
494
|
mustSort: boolean;
|
497
495
|
groupBy: readonly SortItem[];
|
496
|
+
itemValue: import("../../util/index.js").SelectItemKey;
|
498
497
|
itemSelectable: import("../../util/index.js").SelectItemKey;
|
498
|
+
returnObject: boolean;
|
499
499
|
showSelect: boolean;
|
500
|
-
|
501
|
-
|
500
|
+
selectStrategy: "all" | "page" | "single";
|
501
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
502
502
|
itemsPerPage: string | number;
|
503
503
|
}>;
|
504
504
|
__isFragment?: never;
|
@@ -517,20 +517,20 @@ export declare const VDataIterator: {
|
|
517
517
|
style: import("vue").StyleValue;
|
518
518
|
tag: string | import("../../util/index.js").JSXComponent;
|
519
519
|
sortBy: readonly SortItem[];
|
520
|
-
modelValue: readonly any[];
|
521
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
522
|
-
selectStrategy: "all" | "page" | "single";
|
523
|
-
returnObject: boolean;
|
524
520
|
filterMode: import("../../composables/filter.js").FilterMode;
|
525
521
|
noFilter: boolean;
|
526
|
-
|
522
|
+
modelValue: readonly any[];
|
523
|
+
expandOnClick: boolean;
|
524
|
+
showExpand: boolean;
|
527
525
|
multiSort: boolean;
|
528
526
|
mustSort: boolean;
|
529
527
|
groupBy: readonly SortItem[];
|
528
|
+
itemValue: import("../../util/index.js").SelectItemKey;
|
530
529
|
itemSelectable: import("../../util/index.js").SelectItemKey;
|
530
|
+
returnObject: boolean;
|
531
531
|
showSelect: boolean;
|
532
|
-
|
533
|
-
|
532
|
+
selectStrategy: "all" | "page" | "single";
|
533
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
534
534
|
itemsPerPage: string | number;
|
535
535
|
} & {
|
536
536
|
search?: string | undefined;
|
@@ -541,9 +541,9 @@ export declare const VDataIterator: {
|
|
541
541
|
customKeySort?: Record<string, import("../VDataTable/types.js").DataTableCompareFunction> | undefined;
|
542
542
|
} & {
|
543
543
|
"onUpdate:modelValue"?: ((value: any[]) => any) | undefined;
|
544
|
+
"onUpdate:expanded"?: ((value: any) => any) | undefined;
|
544
545
|
"onUpdate:sortBy"?: ((value: any) => any) | undefined;
|
545
546
|
"onUpdate:groupBy"?: ((value: any) => any) | undefined;
|
546
|
-
"onUpdate:expanded"?: ((value: any) => any) | undefined;
|
547
547
|
"onUpdate:page"?: ((value: number) => any) | undefined;
|
548
548
|
"onUpdate:itemsPerPage"?: ((value: number) => any) | undefined;
|
549
549
|
"onUpdate:options"?: ((value: any) => any) | undefined;
|
@@ -570,20 +570,20 @@ export declare const VDataIterator: {
|
|
570
570
|
style: import("vue").StyleValue;
|
571
571
|
tag: string | import("../../util/index.js").JSXComponent;
|
572
572
|
sortBy: readonly SortItem[];
|
573
|
-
modelValue: readonly any[];
|
574
|
-
valueComparator: typeof import("../../util/index.js").deepEqual;
|
575
|
-
selectStrategy: "all" | "page" | "single";
|
576
|
-
returnObject: boolean;
|
577
573
|
filterMode: import("../../composables/filter.js").FilterMode;
|
578
574
|
noFilter: boolean;
|
579
|
-
|
575
|
+
modelValue: readonly any[];
|
576
|
+
expandOnClick: boolean;
|
577
|
+
showExpand: boolean;
|
580
578
|
multiSort: boolean;
|
581
579
|
mustSort: boolean;
|
582
580
|
groupBy: readonly SortItem[];
|
581
|
+
itemValue: import("../../util/index.js").SelectItemKey;
|
583
582
|
itemSelectable: import("../../util/index.js").SelectItemKey;
|
583
|
+
returnObject: boolean;
|
584
584
|
showSelect: boolean;
|
585
|
-
|
586
|
-
|
585
|
+
selectStrategy: "all" | "page" | "single";
|
586
|
+
valueComparator: typeof import("../../util/index.js").deepEqual;
|
587
587
|
itemsPerPage: string | number;
|
588
588
|
}, {}, string, import("vue").SlotsType<Partial<{
|
589
589
|
default: (arg: VDataIteratorSlotProps<unknown>) => import("vue").VNode[];
|