vuetify 3.4.0 → 3.4.2
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 +1860 -1856
- package/dist/json/importMap.json +140 -140
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +3641 -3631
- package/dist/vuetify-labs.css +1393 -1386
- package/dist/vuetify-labs.d.ts +1936 -9147
- package/dist/vuetify-labs.esm.js +91 -79
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +91 -79
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +940 -933
- package/dist/vuetify.d.ts +2081 -9282
- package/dist/vuetify.esm.js +91 -79
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +91 -79
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +67 -66
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +0 -2
- package/lib/blueprints/md1.d.mts +0 -2
- package/lib/blueprints/md2.d.mts +0 -2
- package/lib/blueprints/md3.d.mts +0 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -3
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +74 -98
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
- package/lib/components/VBottomNavigation/index.d.mts +44 -69
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +11 -11
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.mts +45 -71
- package/lib/components/VCarousel/VCarousel.mjs +1 -1
- package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +73 -513
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
- package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.mts +100 -482
- package/lib/components/VChip/index.d.mts +15 -18
- package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
- package/lib/components/VChipGroup/index.d.mts +49 -189
- package/lib/components/VCombobox/VCombobox.mjs +3 -3
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +74 -98
- package/lib/components/VDataIterator/index.d.mts +8 -6
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +2 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/items.mjs.map +1 -1
- package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/components/VDataTable/composables/select.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +411 -4142
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.css +4 -0
- package/lib/components/VDatePicker/VDatePicker.mjs +29 -22
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.sass +4 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +32 -36
- package/lib/components/VDialog/VDialog.css +4 -1
- package/lib/components/VDialog/VDialog.sass +4 -3
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/index.d.mts +33 -41
- package/lib/components/VFileInput/index.d.mts +144 -385
- package/lib/components/VImg/VImg.mjs +10 -2
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VInput/VInput.mjs +1 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.mts +72 -154
- package/lib/components/VItemGroup/VItemGroup.mjs +1 -1
- package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
- package/lib/components/VItemGroup/index.d.mts +49 -189
- package/lib/components/VList/VList.mjs +2 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +58 -95
- package/lib/components/VOtpInput/index.d.mts +8 -11
- package/lib/components/VRadio/index.d.mts +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +77 -211
- package/lib/components/VRangeSlider/index.d.mts +22 -25
- package/lib/components/VSelect/VSelect.mjs +2 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +67 -91
- package/lib/components/VSelectionControl/VSelectionControl.mjs +2 -2
- package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +9 -18
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +1 -1
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +46 -68
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +47 -101
- package/lib/components/VSlider/index.d.mts +22 -25
- package/lib/components/VSwitch/VSwitch.mjs +7 -5
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.mts +90 -303
- package/lib/components/VTextField/index.d.mts +173 -451
- package/lib/components/VTextarea/index.d.mts +144 -385
- package/lib/components/VValidation/VValidation.mjs +2 -2
- package/lib/components/VValidation/VValidation.mjs.map +1 -1
- package/lib/components/VValidation/index.d.mts +88 -359
- package/lib/components/VWindow/VWindow.mjs +1 -1
- package/lib/components/VWindow/VWindow.mjs.map +1 -1
- package/lib/components/VWindow/index.d.mts +58 -245
- package/lib/components/index.d.mts +1933 -9130
- package/lib/composables/date/DateAdapter.mjs.map +1 -1
- package/lib/composables/date/adapters/vuetify.mjs +1 -13
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/date/date.mjs +1 -1
- package/lib/composables/date/date.mjs.map +1 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +11 -13
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +40 -44
- package/lib/labs/VConfirmEdit/index.d.mts +0 -10
- package/lib/labs/components.d.mts +0 -10
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as vue from 'vue';
|
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode,
|
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, JSXComponent, PropType, Ref } from 'vue';
|
|
3
3
|
|
|
4
4
|
type SlotsToProps<U extends RawSlots, T = MakeInternalSlots<U>> = {
|
|
5
5
|
$children?: (VNodeChild | (T extends {
|
|
@@ -30,9 +30,6 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
|
30
30
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
type EventProp<T extends any[] = any[], F = (...args: T) => any> = F | F[];
|
|
34
|
-
declare const EventProp: <T extends any[] = any[]>() => PropType<EventProp<T, (...args: T) => any>>;
|
|
35
|
-
|
|
36
33
|
type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent;
|
|
37
34
|
declare const IconValue: PropType<IconValue>;
|
|
38
35
|
|
|
@@ -107,12 +104,11 @@ declare const VField: {
|
|
|
107
104
|
baseColor?: string | undefined;
|
|
108
105
|
appendInnerIcon?: IconValue | undefined;
|
|
109
106
|
prependInnerIcon?: IconValue | undefined;
|
|
110
|
-
'onClick:clear'?:
|
|
111
|
-
'onClick:appendInner'?:
|
|
112
|
-
'onClick:prependInner'?:
|
|
113
|
-
'onUpdate:focused'?: (
|
|
107
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
108
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
109
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
110
|
+
'onUpdate:focused'?: (((args_0: boolean) => void) & ((focused: boolean) => any)) | undefined;
|
|
114
111
|
centerAffix?: boolean | undefined;
|
|
115
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
116
112
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
117
113
|
flat: boolean;
|
|
118
114
|
reverse: boolean;
|
|
@@ -139,13 +135,12 @@ declare const VField: {
|
|
|
139
135
|
baseColor?: string | undefined;
|
|
140
136
|
appendInnerIcon?: IconValue | undefined;
|
|
141
137
|
prependInnerIcon?: IconValue | undefined;
|
|
142
|
-
'onClick:clear'?:
|
|
143
|
-
'onClick:appendInner'?:
|
|
144
|
-
'onClick:prependInner'?:
|
|
145
|
-
'onUpdate:focused'?:
|
|
138
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
139
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
140
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
141
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
146
142
|
centerAffix?: boolean | undefined;
|
|
147
143
|
} & {
|
|
148
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
149
144
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
150
145
|
}, "flat" | "reverse" | "error" | "active" | "style" | "disabled" | "rounded" | "variant" | "clearIcon" | "focused" | "centerAffix" | "clearable" | "dirty" | "persistentClear" | "singleLine">;
|
|
151
146
|
$attrs: {
|
|
@@ -207,19 +202,18 @@ declare const VField: {
|
|
|
207
202
|
baseColor?: string | undefined;
|
|
208
203
|
appendInnerIcon?: IconValue | undefined;
|
|
209
204
|
prependInnerIcon?: IconValue | undefined;
|
|
210
|
-
'onClick:clear'?:
|
|
211
|
-
'onClick:appendInner'?:
|
|
212
|
-
'onClick:prependInner'?:
|
|
213
|
-
'onUpdate:focused'?:
|
|
205
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
206
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
207
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
208
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
214
209
|
centerAffix?: boolean | undefined;
|
|
215
210
|
} & {
|
|
216
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
217
211
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
218
212
|
}, {
|
|
219
213
|
controlRef: Ref<HTMLElement | undefined>;
|
|
220
214
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
221
215
|
'update:focused': (focused: boolean) => true;
|
|
222
|
-
'update:modelValue': (
|
|
216
|
+
'update:modelValue': (value: any) => true;
|
|
223
217
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
|
|
224
218
|
flat: boolean;
|
|
225
219
|
reverse: boolean;
|
|
@@ -304,13 +298,12 @@ declare const VField: {
|
|
|
304
298
|
baseColor?: string | undefined;
|
|
305
299
|
appendInnerIcon?: IconValue | undefined;
|
|
306
300
|
prependInnerIcon?: IconValue | undefined;
|
|
307
|
-
'onClick:clear'?:
|
|
308
|
-
'onClick:appendInner'?:
|
|
309
|
-
'onClick:prependInner'?:
|
|
310
|
-
'onUpdate:focused'?:
|
|
301
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
302
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
303
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
304
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
311
305
|
centerAffix?: boolean | undefined;
|
|
312
306
|
} & {
|
|
313
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
314
307
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
315
308
|
} & vue.ShallowUnwrapRef<{
|
|
316
309
|
controlRef: Ref<HTMLElement | undefined>;
|
|
@@ -344,19 +337,18 @@ declare const VField: {
|
|
|
344
337
|
baseColor?: string | undefined;
|
|
345
338
|
appendInnerIcon?: IconValue | undefined;
|
|
346
339
|
prependInnerIcon?: IconValue | undefined;
|
|
347
|
-
'onClick:clear'?:
|
|
348
|
-
'onClick:appendInner'?:
|
|
349
|
-
'onClick:prependInner'?:
|
|
350
|
-
'onUpdate:focused'?:
|
|
340
|
+
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
|
341
|
+
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
342
|
+
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
|
343
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
351
344
|
centerAffix?: boolean | undefined;
|
|
352
345
|
} & {
|
|
353
|
-
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
354
346
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
355
347
|
}, {
|
|
356
348
|
controlRef: Ref<HTMLElement | undefined>;
|
|
357
349
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
358
350
|
'update:focused': (focused: boolean) => true;
|
|
359
|
-
'update:modelValue': (
|
|
351
|
+
'update:modelValue': (value: any) => true;
|
|
360
352
|
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:label" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner">, string, {
|
|
361
353
|
flat: boolean;
|
|
362
354
|
reverse: boolean;
|
|
@@ -397,10 +389,10 @@ declare const VField: {
|
|
|
397
389
|
}>[];
|
|
398
390
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T_1>(props: {
|
|
399
391
|
modelValue?: T_1 | undefined;
|
|
400
|
-
'onUpdate:modelValue'?: ((
|
|
392
|
+
'onUpdate:modelValue'?: ((value: T_1) => void) | undefined;
|
|
401
393
|
}, slots: VFieldSlots) => GenericProps<{
|
|
402
394
|
modelValue?: T_1 | undefined;
|
|
403
|
-
'onUpdate:modelValue'?: ((
|
|
395
|
+
'onUpdate:modelValue'?: ((value: T_1) => void) | undefined;
|
|
404
396
|
}, VFieldSlots>) & FilterPropsOptions<{
|
|
405
397
|
theme: StringConstructor;
|
|
406
398
|
rounded: {
|
|
@@ -444,11 +436,11 @@ declare const VField: {
|
|
|
444
436
|
default: string;
|
|
445
437
|
validator: (v: any) => boolean;
|
|
446
438
|
};
|
|
447
|
-
'onClick:clear': PropType<
|
|
448
|
-
'onClick:appendInner': PropType<
|
|
449
|
-
'onClick:prependInner': PropType<
|
|
439
|
+
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
|
440
|
+
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
|
441
|
+
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
|
450
442
|
focused: BooleanConstructor;
|
|
451
|
-
'onUpdate:focused': PropType<
|
|
443
|
+
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
452
444
|
id: StringConstructor;
|
|
453
445
|
}, vue.ExtractPropTypes<{
|
|
454
446
|
theme: StringConstructor;
|
|
@@ -493,11 +485,11 @@ declare const VField: {
|
|
|
493
485
|
default: string;
|
|
494
486
|
validator: (v: any) => boolean;
|
|
495
487
|
};
|
|
496
|
-
'onClick:clear': PropType<
|
|
497
|
-
'onClick:appendInner': PropType<
|
|
498
|
-
'onClick:prependInner': PropType<
|
|
488
|
+
'onClick:clear': PropType<(args_0: MouseEvent) => void>;
|
|
489
|
+
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
|
490
|
+
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
|
499
491
|
focused: BooleanConstructor;
|
|
500
|
-
'onUpdate:focused': PropType<
|
|
492
|
+
'onUpdate:focused': PropType<(args_0: boolean) => void>;
|
|
501
493
|
id: StringConstructor;
|
|
502
494
|
}>>;
|
|
503
495
|
type VField = InstanceType<typeof VField>;
|