vuetify 3.8.3 → 3.8.4
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 +3888 -3884
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +142 -142
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +6709 -6699
- package/dist/vuetify-labs.cjs +107 -71
- package/dist/vuetify-labs.css +5358 -5358
- package/dist/vuetify-labs.d.ts +4100 -1172
- package/dist/vuetify-labs.esm.js +107 -71
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +107 -71
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +56 -29
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3018 -3018
- package/dist/vuetify.d.ts +4107 -1199
- package/dist/vuetify.esm.js +56 -29
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +56 -29
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +30 -27
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +795 -77
- package/lib/components/VAutocomplete/VAutocomplete.js +5 -0
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBadge/VBadge.d.ts +22 -46
- package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +6 -6
- package/lib/components/VBottomSheet/VBottomSheet.d.ts +1434 -80
- package/lib/components/VCombobox/VCombobox.d.ts +795 -77
- package/lib/components/VCounter/VCounter.d.ts +22 -46
- package/lib/components/VDataIterator/VDataIterator.d.ts +22 -46
- package/lib/components/VDataTable/VDataTable.d.ts +110 -110
- package/lib/components/VDataTable/VDataTableHeaders.js +1 -2
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.d.ts +62 -189
- package/lib/components/VDataTable/VDataTableServer.js.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +62 -189
- package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
- package/lib/components/VDataTable/composables/headers.d.ts +75 -75
- package/lib/components/VDataTable/composables/select.js +1 -1
- package/lib/components/VDataTable/composables/select.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +3 -3
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +6 -6
- package/lib/components/VDialog/VDialog.d.ts +1048 -146
- package/lib/components/VDialog/VDialog.js +1 -1
- package/lib/components/VDialog/VDialog.js.map +1 -1
- package/lib/components/VFab/VFab.d.ts +22 -46
- package/lib/components/VFileInput/VFileInput.css +4 -0
- package/lib/components/VFileInput/VFileInput.js +21 -3
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +4 -0
- package/lib/components/VImg/VImg.d.ts +22 -49
- package/lib/components/VLazy/VLazy.d.ts +22 -46
- package/lib/components/VMenu/VMenu.d.ts +1048 -146
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VMessages/VMessages.d.ts +22 -46
- package/lib/components/VNumberInput/VNumberInput.d.ts +3 -3
- package/lib/components/VOverlay/VOverlay.d.ts +22 -49
- package/lib/components/VOverlay/locationStrategies.js +1 -1
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VSelect/VSelect.d.ts +1235 -93
- package/lib/components/VSnackbar/VSnackbar.d.ts +58 -109
- package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +22 -46
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +1434 -80
- package/lib/components/VTable/VTable.css +2 -6
- package/lib/components/VTable/VTable.sass +4 -22
- package/lib/components/VTabs/VTabs.d.ts +6 -6
- package/lib/components/VTextField/VTextField.js +5 -3
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTooltip/VTooltip.d.ts +58 -109
- package/lib/components/VTooltip/VTooltip.js +2 -2
- package/lib/components/VTooltip/VTooltip.js.map +1 -1
- package/lib/components/transitions/dialog-transition.js +3 -3
- package/lib/components/transitions/dialog-transition.js.map +1 -1
- package/lib/composables/transition.d.ts +10 -20
- package/lib/composables/transition.js +15 -12
- package/lib/composables/transition.js.map +1 -1
- package/lib/entry-bundler.d.ts +6 -6
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +99 -138
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +3 -3
- package/lib/labs/VCalendar/VCalendarDay.d.ts +3 -3
- package/lib/labs/VCalendar/VCalendarInterval.d.ts +3 -3
- package/lib/labs/VCalendar/VCalendarMonthDay.d.ts +3 -3
- package/lib/labs/VDateInput/VDateInput.d.ts +50 -13
- package/lib/labs/VDateInput/VDateInput.js +30 -9
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.js +19 -31
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.js +2 -2
- package/lib/labs/VTimePicker/VTimePickerClock.js.map +1 -1
- package/lib/util/helpers.js.map +1 -1
- package/package.json +7 -7
|
@@ -13,43 +13,31 @@ export declare const makeVLazyProps: <Defaults extends {
|
|
|
13
13
|
modelValue?: unknown;
|
|
14
14
|
options?: unknown;
|
|
15
15
|
} = {}>(defaults?: Defaults | undefined) => {
|
|
16
|
-
transition: unknown extends Defaults["transition"] ?
|
|
16
|
+
transition: unknown extends Defaults["transition"] ? {
|
|
17
17
|
type: PropType<string | boolean | (import("vue").TransitionProps & {
|
|
18
18
|
component?: import("vue").Component;
|
|
19
|
-
})>;
|
|
20
|
-
default: string;
|
|
21
|
-
validator: (val: unknown) => boolean;
|
|
22
|
-
}, "type" | "default"> & {
|
|
23
|
-
type: PropType<string | boolean | (import("vue").TransitionProps & {
|
|
24
|
-
component?: import("vue").Component;
|
|
25
|
-
})>;
|
|
19
|
+
}) | null>;
|
|
26
20
|
default: NonNullable<string | boolean | (import("vue").TransitionProps & {
|
|
27
21
|
component?: import("vue").Component;
|
|
28
|
-
})>;
|
|
29
|
-
} : Omit<
|
|
30
|
-
type: PropType<string | boolean | (import("vue").TransitionProps & {
|
|
31
|
-
component?: import("vue").Component;
|
|
32
|
-
})>;
|
|
33
|
-
default: string;
|
|
34
|
-
validator: (val: unknown) => boolean;
|
|
35
|
-
}, "type" | "default"> & {
|
|
22
|
+
}) | null>;
|
|
23
|
+
} : Omit<{
|
|
36
24
|
type: PropType<string | boolean | (import("vue").TransitionProps & {
|
|
37
25
|
component?: import("vue").Component;
|
|
38
|
-
})>;
|
|
26
|
+
}) | null>;
|
|
39
27
|
default: NonNullable<string | boolean | (import("vue").TransitionProps & {
|
|
40
28
|
component?: import("vue").Component;
|
|
41
|
-
})>;
|
|
29
|
+
}) | null>;
|
|
42
30
|
}, "type" | "default"> & {
|
|
43
31
|
type: PropType<unknown extends Defaults["transition"] ? string | boolean | (import("vue").TransitionProps & {
|
|
44
32
|
component?: import("vue").Component;
|
|
45
|
-
}) : string | boolean | (import("vue").TransitionProps & {
|
|
33
|
+
}) | null : string | boolean | (import("vue").TransitionProps & {
|
|
46
34
|
component?: import("vue").Component;
|
|
47
|
-
}) | Defaults["transition"]>;
|
|
35
|
+
}) | Defaults["transition"] | null>;
|
|
48
36
|
default: unknown extends Defaults["transition"] ? string | boolean | (import("vue").TransitionProps & {
|
|
49
37
|
component?: import("vue").Component;
|
|
50
|
-
}) : NonNullable<string | boolean | (import("vue").TransitionProps & {
|
|
38
|
+
}) | null : NonNullable<string | boolean | (import("vue").TransitionProps & {
|
|
51
39
|
component?: import("vue").Component;
|
|
52
|
-
})> | Defaults["transition"];
|
|
40
|
+
}) | null> | Defaults["transition"];
|
|
53
41
|
};
|
|
54
42
|
tag: unknown extends Defaults["tag"] ? {
|
|
55
43
|
type: PropType<string | import("../../util/index.js").JSXComponent>;
|
|
@@ -126,7 +114,7 @@ export declare const VLazy: {
|
|
|
126
114
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
|
|
127
115
|
transition: string | boolean | (import("vue").TransitionProps & {
|
|
128
116
|
component?: import("vue").Component;
|
|
129
|
-
});
|
|
117
|
+
}) | null;
|
|
130
118
|
style: import("vue").StyleValue;
|
|
131
119
|
options: IntersectionObserverInit;
|
|
132
120
|
tag: string | import("../../util/index.js").JSXComponent;
|
|
@@ -155,7 +143,7 @@ export declare const VLazy: {
|
|
|
155
143
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
156
144
|
transition: string | boolean | (import("vue").TransitionProps & {
|
|
157
145
|
component?: import("vue").Component;
|
|
158
|
-
});
|
|
146
|
+
}) | null;
|
|
159
147
|
style: import("vue").StyleValue;
|
|
160
148
|
options: IntersectionObserverInit;
|
|
161
149
|
tag: string | import("../../util/index.js").JSXComponent;
|
|
@@ -172,7 +160,7 @@ export declare const VLazy: {
|
|
|
172
160
|
}, {
|
|
173
161
|
transition: string | boolean | (import("vue").TransitionProps & {
|
|
174
162
|
component?: import("vue").Component;
|
|
175
|
-
});
|
|
163
|
+
}) | null;
|
|
176
164
|
style: import("vue").StyleValue;
|
|
177
165
|
options: IntersectionObserverInit;
|
|
178
166
|
tag: string | import("../../util/index.js").JSXComponent;
|
|
@@ -199,7 +187,7 @@ export declare const VLazy: {
|
|
|
199
187
|
}, {}, {}, {}, {}, {
|
|
200
188
|
transition: string | boolean | (import("vue").TransitionProps & {
|
|
201
189
|
component?: import("vue").Component;
|
|
202
|
-
});
|
|
190
|
+
}) | null;
|
|
203
191
|
style: import("vue").StyleValue;
|
|
204
192
|
options: IntersectionObserverInit;
|
|
205
193
|
tag: string | import("../../util/index.js").JSXComponent;
|
|
@@ -211,7 +199,7 @@ export declare const VLazy: {
|
|
|
211
199
|
} & import("vue").ComponentOptionsBase<{
|
|
212
200
|
transition: string | boolean | (import("vue").TransitionProps & {
|
|
213
201
|
component?: import("vue").Component;
|
|
214
|
-
});
|
|
202
|
+
}) | null;
|
|
215
203
|
style: import("vue").StyleValue;
|
|
216
204
|
options: IntersectionObserverInit;
|
|
217
205
|
tag: string | import("../../util/index.js").JSXComponent;
|
|
@@ -240,7 +228,7 @@ export declare const VLazy: {
|
|
|
240
228
|
}, string, {
|
|
241
229
|
transition: string | boolean | (import("vue").TransitionProps & {
|
|
242
230
|
component?: import("vue").Component;
|
|
243
|
-
});
|
|
231
|
+
}) | null;
|
|
244
232
|
style: import("vue").StyleValue;
|
|
245
233
|
options: IntersectionObserverInit;
|
|
246
234
|
tag: string | import("../../util/index.js").JSXComponent;
|
|
@@ -248,19 +236,13 @@ export declare const VLazy: {
|
|
|
248
236
|
}, {}, string, import("vue").SlotsType<Partial<{
|
|
249
237
|
default: () => import("vue").VNode[];
|
|
250
238
|
}>>, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("../../util/index.js").FilterPropsOptions<{
|
|
251
|
-
transition:
|
|
239
|
+
transition: {
|
|
252
240
|
type: PropType<string | boolean | (import("vue").TransitionProps & {
|
|
253
241
|
component?: import("vue").Component;
|
|
254
|
-
})>;
|
|
255
|
-
default: string;
|
|
256
|
-
validator: (val: unknown) => boolean;
|
|
257
|
-
}, "type" | "default"> & {
|
|
258
|
-
type: PropType<string | boolean | (import("vue").TransitionProps & {
|
|
259
|
-
component?: import("vue").Component;
|
|
260
|
-
})>;
|
|
242
|
+
}) | null>;
|
|
261
243
|
default: NonNullable<string | boolean | (import("vue").TransitionProps & {
|
|
262
244
|
component?: import("vue").Component;
|
|
263
|
-
})>;
|
|
245
|
+
}) | null>;
|
|
264
246
|
};
|
|
265
247
|
tag: {
|
|
266
248
|
type: PropType<string | import("../../util/index.js").JSXComponent>;
|
|
@@ -287,19 +269,13 @@ export declare const VLazy: {
|
|
|
287
269
|
};
|
|
288
270
|
};
|
|
289
271
|
}, import("vue").ExtractPropTypes<{
|
|
290
|
-
transition:
|
|
291
|
-
type: PropType<string | boolean | (import("vue").TransitionProps & {
|
|
292
|
-
component?: import("vue").Component;
|
|
293
|
-
})>;
|
|
294
|
-
default: string;
|
|
295
|
-
validator: (val: unknown) => boolean;
|
|
296
|
-
}, "type" | "default"> & {
|
|
272
|
+
transition: {
|
|
297
273
|
type: PropType<string | boolean | (import("vue").TransitionProps & {
|
|
298
274
|
component?: import("vue").Component;
|
|
299
|
-
})>;
|
|
275
|
+
}) | null>;
|
|
300
276
|
default: NonNullable<string | boolean | (import("vue").TransitionProps & {
|
|
301
277
|
component?: import("vue").Component;
|
|
302
|
-
})>;
|
|
278
|
+
}) | null>;
|
|
303
279
|
};
|
|
304
280
|
tag: {
|
|
305
281
|
type: PropType<string | import("../../util/index.js").JSXComponent>;
|