@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
@@ -114,27 +114,27 @@ export declare const makeVTreeviewChildrenProps: <Defaults extends {
|
|
114
114
|
export declare const VTreeviewChildren: {
|
115
115
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
|
116
116
|
disabled: boolean;
|
117
|
+
returnObject: boolean;
|
117
118
|
density: import("../../composables/density.js").Density;
|
118
119
|
indeterminateIcon: IconValue;
|
119
120
|
selectable: boolean;
|
120
|
-
returnObject: boolean;
|
121
121
|
loadingIcon: string;
|
122
122
|
} & {
|
123
|
-
falseIcon?: IconValue | undefined;
|
124
|
-
trueIcon?: IconValue | undefined;
|
125
123
|
selectStrategy?: SelectStrategyProp | undefined;
|
126
124
|
openOnClick?: boolean | undefined;
|
125
|
+
falseIcon?: IconValue | undefined;
|
126
|
+
trueIcon?: IconValue | undefined;
|
127
127
|
selectedColor?: string | undefined;
|
128
128
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
129
129
|
}, () => (import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
130
130
|
[key: string]: any;
|
131
131
|
}>[] | JSX.Element)[] | undefined, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "v-slot:default" | "items" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "v-slot:subtitle" | "v-slot:item">, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
132
132
|
disabled: boolean;
|
133
|
+
returnObject: boolean;
|
133
134
|
density: import("../../composables/density.js").Density;
|
135
|
+
openOnClick: boolean;
|
134
136
|
indeterminateIcon: IconValue;
|
135
137
|
selectable: boolean;
|
136
|
-
returnObject: boolean;
|
137
|
-
openOnClick: boolean;
|
138
138
|
loadingIcon: string;
|
139
139
|
}, true, {}, import("vue").SlotsType<Partial<{
|
140
140
|
title: (arg: import("../../components/VList/VListItem.js").ListItemTitleSlot & {
|
@@ -168,27 +168,27 @@ export declare const VTreeviewChildren: {
|
|
168
168
|
Defaults: {};
|
169
169
|
}, {
|
170
170
|
disabled: boolean;
|
171
|
+
returnObject: boolean;
|
171
172
|
density: import("../../composables/density.js").Density;
|
172
173
|
indeterminateIcon: IconValue;
|
173
174
|
selectable: boolean;
|
174
|
-
returnObject: boolean;
|
175
175
|
loadingIcon: string;
|
176
176
|
} & {
|
177
|
-
falseIcon?: IconValue | undefined;
|
178
|
-
trueIcon?: IconValue | undefined;
|
179
177
|
selectStrategy?: SelectStrategyProp | undefined;
|
180
178
|
openOnClick?: boolean | undefined;
|
179
|
+
falseIcon?: IconValue | undefined;
|
180
|
+
trueIcon?: IconValue | undefined;
|
181
181
|
selectedColor?: string | undefined;
|
182
182
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
183
183
|
}, () => (import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
184
184
|
[key: string]: any;
|
185
185
|
}>[] | JSX.Element)[] | undefined, {}, {}, {}, {
|
186
186
|
disabled: boolean;
|
187
|
+
returnObject: boolean;
|
187
188
|
density: import("../../composables/density.js").Density;
|
189
|
+
openOnClick: boolean;
|
188
190
|
indeterminateIcon: IconValue;
|
189
191
|
selectable: boolean;
|
190
|
-
returnObject: boolean;
|
191
|
-
openOnClick: boolean;
|
192
192
|
loadingIcon: string;
|
193
193
|
}>;
|
194
194
|
__isFragment?: never;
|
@@ -196,27 +196,27 @@ export declare const VTreeviewChildren: {
|
|
196
196
|
__isSuspense?: never;
|
197
197
|
} & import("vue").ComponentOptionsBase<{
|
198
198
|
disabled: boolean;
|
199
|
+
returnObject: boolean;
|
199
200
|
density: import("../../composables/density.js").Density;
|
200
201
|
indeterminateIcon: IconValue;
|
201
202
|
selectable: boolean;
|
202
|
-
returnObject: boolean;
|
203
203
|
loadingIcon: string;
|
204
204
|
} & {
|
205
|
-
falseIcon?: IconValue | undefined;
|
206
|
-
trueIcon?: IconValue | undefined;
|
207
205
|
selectStrategy?: SelectStrategyProp | undefined;
|
208
206
|
openOnClick?: boolean | undefined;
|
207
|
+
falseIcon?: IconValue | undefined;
|
208
|
+
trueIcon?: IconValue | undefined;
|
209
209
|
selectedColor?: string | undefined;
|
210
210
|
loadChildren?: ((item: unknown) => Promise<void>) | undefined;
|
211
211
|
}, () => (import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
212
212
|
[key: string]: any;
|
213
213
|
}>[] | JSX.Element)[] | undefined, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<Record<string, any>, "$children" | "v-slots" | "v-slot:default" | "items" | "v-slot:prepend" | "v-slot:append" | "v-slot:title" | "v-slot:subtitle" | "v-slot:item">, string, {
|
214
214
|
disabled: boolean;
|
215
|
+
returnObject: boolean;
|
215
216
|
density: import("../../composables/density.js").Density;
|
217
|
+
openOnClick: boolean;
|
216
218
|
indeterminateIcon: IconValue;
|
217
219
|
selectable: boolean;
|
218
|
-
returnObject: boolean;
|
219
|
-
openOnClick: boolean;
|
220
220
|
loadingIcon: string;
|
221
221
|
}, {}, string, import("vue").SlotsType<Partial<{
|
222
222
|
title: (arg: import("../../components/VList/VListItem.js").ListItemTitleSlot & {
|
@@ -312,8 +312,8 @@ export declare const VTreeviewItem: {
|
|
312
312
|
style: import("vue").StyleValue;
|
313
313
|
disabled: boolean;
|
314
314
|
tag: string | import("../../util/index.js").JSXComponent;
|
315
|
-
tile: boolean;
|
316
315
|
density: import("../../composables/density.js").Density;
|
316
|
+
tile: boolean;
|
317
317
|
slim: boolean;
|
318
318
|
ripple: boolean | {
|
319
319
|
class: string;
|
@@ -386,9 +386,9 @@ export declare const VTreeviewItem: {
|
|
386
386
|
title: string | number | boolean;
|
387
387
|
disabled: boolean;
|
388
388
|
tag: string | import("../../util/index.js").JSXComponent;
|
389
|
+
density: import("../../composables/density.js").Density;
|
389
390
|
rounded: string | number | boolean;
|
390
391
|
tile: boolean;
|
391
|
-
density: import("../../composables/density.js").Density;
|
392
392
|
slim: boolean;
|
393
393
|
ripple: boolean | {
|
394
394
|
class: string;
|
@@ -416,8 +416,8 @@ export declare const VTreeviewItem: {
|
|
416
416
|
style: import("vue").StyleValue;
|
417
417
|
disabled: boolean;
|
418
418
|
tag: string | import("../../util/index.js").JSXComponent;
|
419
|
-
tile: boolean;
|
420
419
|
density: import("../../composables/density.js").Density;
|
420
|
+
tile: boolean;
|
421
421
|
slim: boolean;
|
422
422
|
ripple: boolean | {
|
423
423
|
class: string;
|
@@ -488,9 +488,9 @@ export declare const VTreeviewItem: {
|
|
488
488
|
title: string | number | boolean;
|
489
489
|
disabled: boolean;
|
490
490
|
tag: string | import("../../util/index.js").JSXComponent;
|
491
|
+
density: import("../../composables/density.js").Density;
|
491
492
|
rounded: string | number | boolean;
|
492
493
|
tile: boolean;
|
493
|
-
density: import("../../composables/density.js").Density;
|
494
494
|
slim: boolean;
|
495
495
|
ripple: boolean | {
|
496
496
|
class: string;
|
@@ -509,8 +509,8 @@ export declare const VTreeviewItem: {
|
|
509
509
|
style: import("vue").StyleValue;
|
510
510
|
disabled: boolean;
|
511
511
|
tag: string | import("../../util/index.js").JSXComponent;
|
512
|
-
tile: boolean;
|
513
512
|
density: import("../../composables/density.js").Density;
|
513
|
+
tile: boolean;
|
514
514
|
slim: boolean;
|
515
515
|
ripple: boolean | {
|
516
516
|
class: string;
|
@@ -583,9 +583,9 @@ export declare const VTreeviewItem: {
|
|
583
583
|
title: string | number | boolean;
|
584
584
|
disabled: boolean;
|
585
585
|
tag: string | import("../../util/index.js").JSXComponent;
|
586
|
+
density: import("../../composables/density.js").Density;
|
586
587
|
rounded: string | number | boolean;
|
587
588
|
tile: boolean;
|
588
|
-
density: import("../../composables/density.js").Density;
|
589
589
|
slim: boolean;
|
590
590
|
ripple: boolean | {
|
591
591
|
class: string;
|
package/lib/types.d.ts
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
export type { Anchor, JSXComponent } from "./util/index.js";
|
2
|
+
export type { DateOptions, DateInstance, DateModule } from "./composables/date/index.js";
|
3
|
+
export type { DefaultsInstance } from "./composables/defaults.js";
|
4
|
+
export type { DisplayBreakpoint, DisplayInstance, DisplayThresholds } from "./composables/display.js";
|
5
|
+
export type { FilterFunction, InternalItem, FilterMatch } from "./composables/filter.js";
|
6
|
+
export type { SubmitEventPromise } from "./composables/form.js";
|
7
|
+
export type { GoToInstance } from "./composables/goto.js";
|
8
|
+
export type { IconAliases, IconProps, IconSet, IconOptions } from "./composables/icons.js";
|
9
|
+
export type { LocaleInstance, LocaleMessages, RtlInstance, LocaleOptions, RtlOptions } from "./composables/locale.js";
|
10
|
+
export type { ActiveStrategy } from "./composables/nested/activeStrategies.js";
|
11
|
+
export type { OpenStrategy } from "./composables/nested/openStrategies.js";
|
12
|
+
export type { SelectStrategy } from "./composables/nested/selectStrategies.js";
|
13
|
+
export type { ThemeDefinition, ThemeInstance } from "./composables/theme.js";
|
14
|
+
export type { ValidationRule } from "./composables/validation.js";
|
15
|
+
export type { DataTableHeader, DataTableCompareFunction, RowPropsFunction as DataTableRowPropsFunction, CellPropsFunction as DataTableCellPropsFunction, HeaderCellPropsFunction as DataTableHeaderCellPropsFunction, } from "./components/VDataTable/types.js";
|
16
|
+
export type { SortItem as DataTableSortItem } from "./components/VDataTable/composables/sort.js";
|
17
|
+
export type { LocationStrategyFunction } from "./components/VOverlay/locationStrategies.js";
|
18
|
+
export type { ScrollStrategyFunction } from "./components/VOverlay/scrollStrategies.js";
|
19
|
+
export type { SnackbarMessage as SnackbarQueueMessage } from "./components/VSnackbarQueue/VSnackbarQueue.js";
|
package/lib/types.js
ADDED
package/lib/types.js.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"types.js","names":[],"sources":["../src/types.ts"],"sourcesContent":["/*\n * PUBLIC INTERFACES ONLY\n * Imports in our code should be to the actual source, not this file\n */\n\n// Util\nexport type { Anchor, JSXComponent } from '@/util'\n\n// Composables\nexport type { DateOptions, DateInstance, DateModule } from '@/composables/date'\nexport type { DefaultsInstance } from '@/composables/defaults'\nexport type { DisplayBreakpoint, DisplayInstance, DisplayThresholds } from '@/composables/display'\nexport type { FilterFunction, InternalItem, FilterMatch } from '@/composables/filter'\nexport type { SubmitEventPromise } from '@/composables/form'\nexport type { GoToInstance } from '@/composables/goto'\nexport type { IconAliases, IconProps, IconSet, IconOptions } from '@/composables/icons'\nexport type { LocaleInstance, LocaleMessages, RtlInstance, LocaleOptions, RtlOptions } from '@/composables/locale'\nexport type { ActiveStrategy } from '@/composables/nested/activeStrategies'\nexport type { OpenStrategy } from '@/composables/nested/openStrategies'\nexport type { SelectStrategy } from '@/composables/nested/selectStrategies'\nexport type { ThemeDefinition, ThemeInstance } from '@/composables/theme'\nexport type { ValidationRule } from '@/composables/validation'\n\n// Components\nexport type {\n DataTableHeader,\n DataTableCompareFunction,\n RowPropsFunction as DataTableRowPropsFunction,\n CellPropsFunction as DataTableCellPropsFunction,\n HeaderCellPropsFunction as DataTableHeaderCellPropsFunction,\n} from '@/components/VDataTable/types'\nexport type { SortItem as DataTableSortItem } from '@/components/VDataTable/composables/sort'\nexport type { LocationStrategyFunction } from '@/components/VOverlay/locationStrategies'\nexport type { ScrollStrategyFunction } from '@/components/VOverlay/scrollStrategies'\nexport type { SnackbarMessage as SnackbarQueueMessage } from '@/components/VSnackbarQueue/VSnackbarQueue'\n"],"mappings":"","ignoreList":[]}
|