vuetify 3.1.13 → 3.1.15
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 +173 -105
- package/dist/json/importMap.json +68 -68
- package/dist/json/tags.json +18 -1
- package/dist/json/web-types.json +518 -251
- package/dist/vuetify-labs.css +448 -420
- package/dist/vuetify-labs.d.ts +1066 -658
- package/dist/vuetify-labs.esm.js +261 -159
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +261 -159
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +63 -35
- package/dist/vuetify.d.ts +911 -562
- package/dist/vuetify.esm.js +189 -98
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +189 -98
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +745 -724
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +9 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +55 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +10 -0
- package/lib/components/VAutocomplete/index.d.ts +67 -49
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/index.d.ts +21 -16
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.ts +36 -15
- package/lib/components/VChip/VChip.mjs +2 -2
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.ts +14 -14
- package/lib/components/VCombobox/VCombobox.css +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +12 -7
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +1 -1
- package/lib/components/VCombobox/index.d.ts +67 -49
- package/lib/components/VField/VField.mjs +3 -3
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/index.d.ts +26 -20
- package/lib/components/VFileInput/VFileInput.mjs +13 -18
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.ts +118 -79
- package/lib/components/VImg/VImg.mjs +3 -3
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/index.d.ts +19 -19
- package/lib/components/VInput/VInput.mjs +16 -9
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.ts +36 -15
- package/lib/components/VList/VList.mjs +2 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +12 -0
- package/lib/components/VList/VListItem.mjs +2 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +5 -0
- package/lib/components/VList/index.d.ts +14 -14
- package/lib/components/VOverlay/locationStrategies.mjs +9 -4
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +1 -0
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.css +3 -1
- package/lib/components/VProgressCircular/VProgressCircular.sass +3 -1
- package/lib/components/VProgressCircular/_variables.scss +1 -0
- package/lib/components/VProgressLinear/VProgressLinear.css +5 -2
- package/lib/components/VProgressLinear/VProgressLinear.sass +3 -0
- package/lib/components/VProgressLinear/_variables.scss +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.ts +36 -15
- package/lib/components/VRangeSlider/VRangeSlider.mjs +2 -2
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.ts +36 -15
- package/lib/components/VSelect/VSelect.mjs +37 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +70 -49
- package/lib/components/VSlider/VSlider.mjs +2 -2
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/index.d.ts +36 -15
- package/lib/components/VSwitch/VSwitch.mjs +5 -3
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.ts +57 -15
- package/lib/components/VTextField/VTextField.mjs +6 -14
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +153 -99
- package/lib/components/VTextarea/VTextarea.mjs +12 -17
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.ts +117 -72
- package/lib/components/VToolbar/VToolbar.css +2 -0
- package/lib/components/VToolbar/VToolbar.sass +2 -0
- package/lib/components/VTreeview/_mixins.sass +0 -0
- package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -0
- package/lib/components/VValidation/index.d.ts +10 -1
- package/lib/components/index.d.ts +891 -542
- package/lib/composables/focus.mjs +3 -2
- package/lib/composables/focus.mjs.map +1 -1
- package/lib/composables/items.mjs +7 -2
- package/lib/composables/items.mjs.map +1 -1
- package/lib/composables/proxiedModel.mjs +2 -1
- package/lib/composables/proxiedModel.mjs.map +1 -1
- package/lib/composables/theme.mjs +1 -1
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/iconsets/mdi-svg.mjs +2 -2
- package/lib/iconsets/mdi-svg.mjs.map +1 -1
- package/lib/index.d.ts +20 -20
- package/lib/labs/VDataTable/VDataTable.mjs +5 -5
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +54 -48
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +6 -4
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +5 -4
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/options.mjs +2 -1
- package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +166 -107
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs +1 -0
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/labs/VSkeletonLoader/index.d.ts +9 -9
- package/lib/labs/components.d.ts +175 -116
- package/lib/locale/el.mjs +0 -0
- package/lib/locale/index.mjs +0 -0
- package/lib/util/helpers.mjs +1 -1
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +3 -3
|
@@ -5,8 +5,8 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
|
5
5
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): [yes: Partial<Pick<T, U>>, no: Omit<T, U>];
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
-
type EventProp<T = (...args:
|
|
9
|
-
declare const EventProp: PropType<EventProp<(...args:
|
|
8
|
+
type EventProp<T extends any[] = any[], F = (...args: T) => any> = F | F[];
|
|
9
|
+
declare const EventProp: <T extends any[] = any[]>() => PropType<EventProp<T, (...args: T) => any>>;
|
|
10
10
|
|
|
11
11
|
interface LoaderSlotProps {
|
|
12
12
|
color: string | undefined;
|
|
@@ -69,11 +69,11 @@ declare const VFileInput: {
|
|
|
69
69
|
errorMessages: string | string[];
|
|
70
70
|
maxErrors: string | number;
|
|
71
71
|
rules: ValidationRule[];
|
|
72
|
+
persistentHint: boolean;
|
|
72
73
|
clearable: boolean;
|
|
73
74
|
dirty: boolean;
|
|
74
75
|
persistentClear: boolean;
|
|
75
76
|
singleLine: boolean;
|
|
76
|
-
persistentHint: boolean;
|
|
77
77
|
chips: boolean;
|
|
78
78
|
counterSizeString: string;
|
|
79
79
|
counterString: string;
|
|
@@ -97,11 +97,11 @@ declare const VFileInput: {
|
|
|
97
97
|
errorMessages: string | string[];
|
|
98
98
|
maxErrors: string | number;
|
|
99
99
|
rules: ValidationRule[];
|
|
100
|
+
persistentHint: boolean;
|
|
100
101
|
clearable: boolean;
|
|
101
102
|
dirty: boolean;
|
|
102
103
|
persistentClear: boolean;
|
|
103
104
|
singleLine: boolean;
|
|
104
|
-
persistentHint: boolean;
|
|
105
105
|
chips: boolean;
|
|
106
106
|
counterSizeString: string;
|
|
107
107
|
counterString: string;
|
|
@@ -112,21 +112,21 @@ declare const VFileInput: {
|
|
|
112
112
|
color?: string | undefined;
|
|
113
113
|
loading?: string | boolean | undefined;
|
|
114
114
|
label?: string | undefined;
|
|
115
|
-
placeholder?: string | undefined;
|
|
116
115
|
theme?: string | undefined;
|
|
117
116
|
bgColor?: string | undefined;
|
|
118
117
|
appendIcon?: IconValue | undefined;
|
|
119
118
|
appendInnerIcon?: IconValue | undefined;
|
|
120
119
|
prependInnerIcon?: IconValue | undefined;
|
|
121
|
-
'onClick:clear'?: EventProp<(
|
|
122
|
-
'onClick:append'?: EventProp<(
|
|
123
|
-
'onClick:prepend'?: EventProp<(
|
|
124
|
-
'onClick:appendInner'?: EventProp<(
|
|
125
|
-
'onClick:prependInner'?: EventProp<(
|
|
120
|
+
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
121
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
122
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
123
|
+
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
124
|
+
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
125
|
+
'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
|
|
126
126
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
127
127
|
validationValue?: any;
|
|
128
|
-
hideDetails?: boolean | "auto" | undefined;
|
|
129
128
|
hint?: string | undefined;
|
|
129
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
130
130
|
} & {
|
|
131
131
|
$children?: {} | vue.VNodeChild | {
|
|
132
132
|
default?: (((args_0: VInputSlot) => vue.VNodeChild) & ((args_0: VFieldSlot) => vue.VNodeChild)) | undefined;
|
|
@@ -177,9 +177,10 @@ declare const VFileInput: {
|
|
|
177
177
|
"v-slot:counter"?: false | (() => vue.VNodeChild) | undefined;
|
|
178
178
|
} & {
|
|
179
179
|
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
|
180
|
+
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
180
181
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
181
182
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
182
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "direction" | "disabled" | "multiple" | "readonly" | "counter" | "messages" | "density" | "variant" | "modelValue" | "prependIcon" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "
|
|
183
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "error" | "active" | "direction" | "disabled" | "multiple" | "readonly" | "counter" | "messages" | "density" | "variant" | "modelValue" | "prependIcon" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint" | "clearable" | "dirty" | "persistentClear" | "singleLine" | "chips" | "counterSizeString" | "counterString" | "showSize">;
|
|
183
184
|
$attrs: {
|
|
184
185
|
[x: string]: unknown;
|
|
185
186
|
};
|
|
@@ -191,7 +192,7 @@ declare const VFileInput: {
|
|
|
191
192
|
}>;
|
|
192
193
|
$root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
193
194
|
$parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
194
|
-
$emit: ((event: "update:modelValue", files: File[]) => void) & ((event: "click:control", e: MouseEvent) => void) & ((event: "mousedown:control", e: MouseEvent) => void);
|
|
195
|
+
$emit: ((event: "update:modelValue", files: File[]) => void) & ((event: "update:focused", focused: boolean) => void) & ((event: "click:control", e: MouseEvent) => void) & ((event: "mousedown:control", e: MouseEvent) => void);
|
|
195
196
|
$el: any;
|
|
196
197
|
$options: vue.ComponentOptionsBase<{
|
|
197
198
|
reverse: boolean;
|
|
@@ -212,11 +213,11 @@ declare const VFileInput: {
|
|
|
212
213
|
errorMessages: string | string[];
|
|
213
214
|
maxErrors: string | number;
|
|
214
215
|
rules: ValidationRule[];
|
|
216
|
+
persistentHint: boolean;
|
|
215
217
|
clearable: boolean;
|
|
216
218
|
dirty: boolean;
|
|
217
219
|
persistentClear: boolean;
|
|
218
220
|
singleLine: boolean;
|
|
219
|
-
persistentHint: boolean;
|
|
220
221
|
chips: boolean;
|
|
221
222
|
counterSizeString: string;
|
|
222
223
|
counterString: string;
|
|
@@ -227,21 +228,21 @@ declare const VFileInput: {
|
|
|
227
228
|
color?: string | undefined;
|
|
228
229
|
loading?: string | boolean | undefined;
|
|
229
230
|
label?: string | undefined;
|
|
230
|
-
placeholder?: string | undefined;
|
|
231
231
|
theme?: string | undefined;
|
|
232
232
|
bgColor?: string | undefined;
|
|
233
233
|
appendIcon?: IconValue | undefined;
|
|
234
234
|
appendInnerIcon?: IconValue | undefined;
|
|
235
235
|
prependInnerIcon?: IconValue | undefined;
|
|
236
|
-
'onClick:clear'?: EventProp<(
|
|
237
|
-
'onClick:append'?: EventProp<(
|
|
238
|
-
'onClick:prepend'?: EventProp<(
|
|
239
|
-
'onClick:appendInner'?: EventProp<(
|
|
240
|
-
'onClick:prependInner'?: EventProp<(
|
|
236
|
+
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
237
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
238
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
239
|
+
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
240
|
+
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
241
|
+
'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
|
|
241
242
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
242
243
|
validationValue?: any;
|
|
243
|
-
hideDetails?: boolean | "auto" | undefined;
|
|
244
244
|
hint?: string | undefined;
|
|
245
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
245
246
|
} & {
|
|
246
247
|
$children?: {} | vue.VNodeChild | {
|
|
247
248
|
default?: (((args_0: VInputSlot) => vue.VNodeChild) & ((args_0: VFieldSlot) => vue.VNodeChild)) | undefined;
|
|
@@ -292,6 +293,7 @@ declare const VFileInput: {
|
|
|
292
293
|
"v-slot:counter"?: false | (() => vue.VNodeChild) | undefined;
|
|
293
294
|
} & {
|
|
294
295
|
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
|
296
|
+
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
295
297
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
296
298
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
297
299
|
}, Omit<Omit<{
|
|
@@ -308,6 +310,7 @@ declare const VFileInput: {
|
|
|
308
310
|
errorMessages: string | string[];
|
|
309
311
|
maxErrors: string | number;
|
|
310
312
|
rules: ValidationRule[];
|
|
313
|
+
persistentHint: boolean;
|
|
311
314
|
}> & Omit<{
|
|
312
315
|
error: boolean;
|
|
313
316
|
direction: "horizontal" | "vertical";
|
|
@@ -319,6 +322,7 @@ declare const VFileInput: {
|
|
|
319
322
|
errorMessages: string | string[];
|
|
320
323
|
maxErrors: string | number;
|
|
321
324
|
rules: ValidationRule[];
|
|
325
|
+
persistentHint: boolean;
|
|
322
326
|
} & {
|
|
323
327
|
id?: string | undefined;
|
|
324
328
|
name?: string | undefined;
|
|
@@ -326,10 +330,12 @@ declare const VFileInput: {
|
|
|
326
330
|
modelValue?: any;
|
|
327
331
|
prependIcon?: IconValue | undefined;
|
|
328
332
|
appendIcon?: IconValue | undefined;
|
|
329
|
-
'onClick:append'?: EventProp<(
|
|
330
|
-
'onClick:prepend'?: EventProp<(
|
|
333
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
334
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
335
|
+
'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
|
|
331
336
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
332
337
|
validationValue?: any;
|
|
338
|
+
hint?: string | undefined;
|
|
333
339
|
hideDetails?: boolean | "auto" | undefined;
|
|
334
340
|
} & {
|
|
335
341
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -357,7 +363,7 @@ declare const VFileInput: {
|
|
|
357
363
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
358
364
|
} & {
|
|
359
365
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
360
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
|
|
366
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint">;
|
|
361
367
|
$attrs: {
|
|
362
368
|
[x: string]: unknown;
|
|
363
369
|
};
|
|
@@ -382,6 +388,7 @@ declare const VFileInput: {
|
|
|
382
388
|
errorMessages: string | string[];
|
|
383
389
|
maxErrors: string | number;
|
|
384
390
|
rules: ValidationRule[];
|
|
391
|
+
persistentHint: boolean;
|
|
385
392
|
} & {
|
|
386
393
|
id?: string | undefined;
|
|
387
394
|
name?: string | undefined;
|
|
@@ -389,10 +396,12 @@ declare const VFileInput: {
|
|
|
389
396
|
modelValue?: any;
|
|
390
397
|
prependIcon?: IconValue | undefined;
|
|
391
398
|
appendIcon?: IconValue | undefined;
|
|
392
|
-
'onClick:append'?: EventProp<(
|
|
393
|
-
'onClick:prepend'?: EventProp<(
|
|
399
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
400
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
401
|
+
'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
|
|
394
402
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
395
403
|
validationValue?: any;
|
|
404
|
+
hint?: string | undefined;
|
|
396
405
|
hideDetails?: boolean | "auto" | undefined;
|
|
397
406
|
} & {
|
|
398
407
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -437,6 +446,7 @@ declare const VFileInput: {
|
|
|
437
446
|
errorMessages: string | string[];
|
|
438
447
|
maxErrors: string | number;
|
|
439
448
|
rules: ValidationRule[];
|
|
449
|
+
persistentHint: boolean;
|
|
440
450
|
}, {}, string> & {
|
|
441
451
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
442
452
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -468,6 +478,7 @@ declare const VFileInput: {
|
|
|
468
478
|
errorMessages: string | string[];
|
|
469
479
|
maxErrors: string | number;
|
|
470
480
|
rules: ValidationRule[];
|
|
481
|
+
persistentHint: boolean;
|
|
471
482
|
} & {
|
|
472
483
|
id?: string | undefined;
|
|
473
484
|
name?: string | undefined;
|
|
@@ -475,10 +486,12 @@ declare const VFileInput: {
|
|
|
475
486
|
modelValue?: any;
|
|
476
487
|
prependIcon?: IconValue | undefined;
|
|
477
488
|
appendIcon?: IconValue | undefined;
|
|
478
|
-
'onClick:append'?: EventProp<(
|
|
479
|
-
'onClick:prepend'?: EventProp<(
|
|
489
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
490
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
491
|
+
'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
|
|
480
492
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
481
493
|
validationValue?: any;
|
|
494
|
+
hint?: string | undefined;
|
|
482
495
|
hideDetails?: boolean | "auto" | undefined;
|
|
483
496
|
} & {
|
|
484
497
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -510,9 +523,10 @@ declare const VFileInput: {
|
|
|
510
523
|
reset: () => void;
|
|
511
524
|
resetValidation: () => void;
|
|
512
525
|
validate: () => Promise<string[]>;
|
|
513
|
-
}> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules") | "v-slot:details">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
526
|
+
}> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint") | "v-slot:details">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
514
527
|
'click:control': (e: MouseEvent) => true;
|
|
515
528
|
'mousedown:control': (e: MouseEvent) => true;
|
|
529
|
+
'update:focused': (focused: boolean) => true;
|
|
516
530
|
'update:modelValue': (files: File[]) => true;
|
|
517
531
|
}, string, {
|
|
518
532
|
reverse: boolean;
|
|
@@ -533,11 +547,11 @@ declare const VFileInput: {
|
|
|
533
547
|
errorMessages: string | string[];
|
|
534
548
|
maxErrors: string | number;
|
|
535
549
|
rules: ValidationRule[];
|
|
550
|
+
persistentHint: boolean;
|
|
536
551
|
clearable: boolean;
|
|
537
552
|
dirty: boolean;
|
|
538
553
|
persistentClear: boolean;
|
|
539
554
|
singleLine: boolean;
|
|
540
|
-
persistentHint: boolean;
|
|
541
555
|
chips: boolean;
|
|
542
556
|
counterSizeString: string;
|
|
543
557
|
counterString: string;
|
|
@@ -581,11 +595,11 @@ declare const VFileInput: {
|
|
|
581
595
|
errorMessages: string | string[];
|
|
582
596
|
maxErrors: string | number;
|
|
583
597
|
rules: ValidationRule[];
|
|
598
|
+
persistentHint: boolean;
|
|
584
599
|
clearable: boolean;
|
|
585
600
|
dirty: boolean;
|
|
586
601
|
persistentClear: boolean;
|
|
587
602
|
singleLine: boolean;
|
|
588
|
-
persistentHint: boolean;
|
|
589
603
|
chips: boolean;
|
|
590
604
|
counterSizeString: string;
|
|
591
605
|
counterString: string;
|
|
@@ -596,21 +610,21 @@ declare const VFileInput: {
|
|
|
596
610
|
color?: string | undefined;
|
|
597
611
|
loading?: string | boolean | undefined;
|
|
598
612
|
label?: string | undefined;
|
|
599
|
-
placeholder?: string | undefined;
|
|
600
613
|
theme?: string | undefined;
|
|
601
614
|
bgColor?: string | undefined;
|
|
602
615
|
appendIcon?: IconValue | undefined;
|
|
603
616
|
appendInnerIcon?: IconValue | undefined;
|
|
604
617
|
prependInnerIcon?: IconValue | undefined;
|
|
605
|
-
'onClick:clear'?: EventProp<(
|
|
606
|
-
'onClick:append'?: EventProp<(
|
|
607
|
-
'onClick:prepend'?: EventProp<(
|
|
608
|
-
'onClick:appendInner'?: EventProp<(
|
|
609
|
-
'onClick:prependInner'?: EventProp<(
|
|
618
|
+
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
619
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
620
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
621
|
+
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
622
|
+
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
623
|
+
'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
|
|
610
624
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
611
625
|
validationValue?: any;
|
|
612
|
-
hideDetails?: boolean | "auto" | undefined;
|
|
613
626
|
hint?: string | undefined;
|
|
627
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
614
628
|
} & {
|
|
615
629
|
$children?: {} | vue.VNodeChild | {
|
|
616
630
|
default?: (((args_0: VInputSlot) => vue.VNodeChild) & ((args_0: VFieldSlot) => vue.VNodeChild)) | undefined;
|
|
@@ -661,6 +675,7 @@ declare const VFileInput: {
|
|
|
661
675
|
"v-slot:counter"?: false | (() => vue.VNodeChild) | undefined;
|
|
662
676
|
} & {
|
|
663
677
|
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
|
678
|
+
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
664
679
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
665
680
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
666
681
|
} & vue.ShallowUnwrapRef<Omit<Omit<{
|
|
@@ -677,6 +692,7 @@ declare const VFileInput: {
|
|
|
677
692
|
errorMessages: string | string[];
|
|
678
693
|
maxErrors: string | number;
|
|
679
694
|
rules: ValidationRule[];
|
|
695
|
+
persistentHint: boolean;
|
|
680
696
|
}> & Omit<{
|
|
681
697
|
error: boolean;
|
|
682
698
|
direction: "horizontal" | "vertical";
|
|
@@ -688,6 +704,7 @@ declare const VFileInput: {
|
|
|
688
704
|
errorMessages: string | string[];
|
|
689
705
|
maxErrors: string | number;
|
|
690
706
|
rules: ValidationRule[];
|
|
707
|
+
persistentHint: boolean;
|
|
691
708
|
} & {
|
|
692
709
|
id?: string | undefined;
|
|
693
710
|
name?: string | undefined;
|
|
@@ -695,10 +712,12 @@ declare const VFileInput: {
|
|
|
695
712
|
modelValue?: any;
|
|
696
713
|
prependIcon?: IconValue | undefined;
|
|
697
714
|
appendIcon?: IconValue | undefined;
|
|
698
|
-
'onClick:append'?: EventProp<(
|
|
699
|
-
'onClick:prepend'?: EventProp<(
|
|
715
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
716
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
717
|
+
'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
|
|
700
718
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
701
719
|
validationValue?: any;
|
|
720
|
+
hint?: string | undefined;
|
|
702
721
|
hideDetails?: boolean | "auto" | undefined;
|
|
703
722
|
} & {
|
|
704
723
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -726,7 +745,7 @@ declare const VFileInput: {
|
|
|
726
745
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
727
746
|
} & {
|
|
728
747
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
729
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
|
|
748
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint">;
|
|
730
749
|
$attrs: {
|
|
731
750
|
[x: string]: unknown;
|
|
732
751
|
};
|
|
@@ -751,6 +770,7 @@ declare const VFileInput: {
|
|
|
751
770
|
errorMessages: string | string[];
|
|
752
771
|
maxErrors: string | number;
|
|
753
772
|
rules: ValidationRule[];
|
|
773
|
+
persistentHint: boolean;
|
|
754
774
|
} & {
|
|
755
775
|
id?: string | undefined;
|
|
756
776
|
name?: string | undefined;
|
|
@@ -758,10 +778,12 @@ declare const VFileInput: {
|
|
|
758
778
|
modelValue?: any;
|
|
759
779
|
prependIcon?: IconValue | undefined;
|
|
760
780
|
appendIcon?: IconValue | undefined;
|
|
761
|
-
'onClick:append'?: EventProp<(
|
|
762
|
-
'onClick:prepend'?: EventProp<(
|
|
781
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
782
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
783
|
+
'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
|
|
763
784
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
764
785
|
validationValue?: any;
|
|
786
|
+
hint?: string | undefined;
|
|
765
787
|
hideDetails?: boolean | "auto" | undefined;
|
|
766
788
|
} & {
|
|
767
789
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -806,6 +828,7 @@ declare const VFileInput: {
|
|
|
806
828
|
errorMessages: string | string[];
|
|
807
829
|
maxErrors: string | number;
|
|
808
830
|
rules: ValidationRule[];
|
|
831
|
+
persistentHint: boolean;
|
|
809
832
|
}, {}, string> & {
|
|
810
833
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
811
834
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -837,6 +860,7 @@ declare const VFileInput: {
|
|
|
837
860
|
errorMessages: string | string[];
|
|
838
861
|
maxErrors: string | number;
|
|
839
862
|
rules: ValidationRule[];
|
|
863
|
+
persistentHint: boolean;
|
|
840
864
|
} & {
|
|
841
865
|
id?: string | undefined;
|
|
842
866
|
name?: string | undefined;
|
|
@@ -844,10 +868,12 @@ declare const VFileInput: {
|
|
|
844
868
|
modelValue?: any;
|
|
845
869
|
prependIcon?: IconValue | undefined;
|
|
846
870
|
appendIcon?: IconValue | undefined;
|
|
847
|
-
'onClick:append'?: EventProp<(
|
|
848
|
-
'onClick:prepend'?: EventProp<(
|
|
871
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
872
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
873
|
+
'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
|
|
849
874
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
850
875
|
validationValue?: any;
|
|
876
|
+
hint?: string | undefined;
|
|
851
877
|
hideDetails?: boolean | "auto" | undefined;
|
|
852
878
|
} & {
|
|
853
879
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -879,7 +905,7 @@ declare const VFileInput: {
|
|
|
879
905
|
reset: () => void;
|
|
880
906
|
resetValidation: () => void;
|
|
881
907
|
validate: () => Promise<string[]>;
|
|
882
|
-
}> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules") | "v-slot:details">, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
|
|
908
|
+
}> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint") | "v-slot:details">, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
|
|
883
909
|
__isFragment?: undefined;
|
|
884
910
|
__isTeleport?: undefined;
|
|
885
911
|
__isSuspense?: undefined;
|
|
@@ -902,11 +928,11 @@ declare const VFileInput: {
|
|
|
902
928
|
errorMessages: string | string[];
|
|
903
929
|
maxErrors: string | number;
|
|
904
930
|
rules: ValidationRule[];
|
|
931
|
+
persistentHint: boolean;
|
|
905
932
|
clearable: boolean;
|
|
906
933
|
dirty: boolean;
|
|
907
934
|
persistentClear: boolean;
|
|
908
935
|
singleLine: boolean;
|
|
909
|
-
persistentHint: boolean;
|
|
910
936
|
chips: boolean;
|
|
911
937
|
counterSizeString: string;
|
|
912
938
|
counterString: string;
|
|
@@ -917,21 +943,21 @@ declare const VFileInput: {
|
|
|
917
943
|
color?: string | undefined;
|
|
918
944
|
loading?: string | boolean | undefined;
|
|
919
945
|
label?: string | undefined;
|
|
920
|
-
placeholder?: string | undefined;
|
|
921
946
|
theme?: string | undefined;
|
|
922
947
|
bgColor?: string | undefined;
|
|
923
948
|
appendIcon?: IconValue | undefined;
|
|
924
949
|
appendInnerIcon?: IconValue | undefined;
|
|
925
950
|
prependInnerIcon?: IconValue | undefined;
|
|
926
|
-
'onClick:clear'?: EventProp<(
|
|
927
|
-
'onClick:append'?: EventProp<(
|
|
928
|
-
'onClick:prepend'?: EventProp<(
|
|
929
|
-
'onClick:appendInner'?: EventProp<(
|
|
930
|
-
'onClick:prependInner'?: EventProp<(
|
|
951
|
+
'onClick:clear'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
952
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
953
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
954
|
+
'onClick:appendInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
955
|
+
'onClick:prependInner'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
956
|
+
'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
|
|
931
957
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
932
958
|
validationValue?: any;
|
|
933
|
-
hideDetails?: boolean | "auto" | undefined;
|
|
934
959
|
hint?: string | undefined;
|
|
960
|
+
hideDetails?: boolean | "auto" | undefined;
|
|
935
961
|
} & {
|
|
936
962
|
$children?: {} | vue.VNodeChild | {
|
|
937
963
|
default?: (((args_0: VInputSlot) => vue.VNodeChild) & ((args_0: VFieldSlot) => vue.VNodeChild)) | undefined;
|
|
@@ -982,6 +1008,7 @@ declare const VFileInput: {
|
|
|
982
1008
|
"v-slot:counter"?: false | (() => vue.VNodeChild) | undefined;
|
|
983
1009
|
} & {
|
|
984
1010
|
"onUpdate:modelValue"?: ((files: File[]) => any) | undefined;
|
|
1011
|
+
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
|
985
1012
|
"onClick:control"?: ((e: MouseEvent) => any) | undefined;
|
|
986
1013
|
"onMousedown:control"?: ((e: MouseEvent) => any) | undefined;
|
|
987
1014
|
}, Omit<Omit<{
|
|
@@ -998,6 +1025,7 @@ declare const VFileInput: {
|
|
|
998
1025
|
errorMessages: string | string[];
|
|
999
1026
|
maxErrors: string | number;
|
|
1000
1027
|
rules: ValidationRule[];
|
|
1028
|
+
persistentHint: boolean;
|
|
1001
1029
|
}> & Omit<{
|
|
1002
1030
|
error: boolean;
|
|
1003
1031
|
direction: "horizontal" | "vertical";
|
|
@@ -1009,6 +1037,7 @@ declare const VFileInput: {
|
|
|
1009
1037
|
errorMessages: string | string[];
|
|
1010
1038
|
maxErrors: string | number;
|
|
1011
1039
|
rules: ValidationRule[];
|
|
1040
|
+
persistentHint: boolean;
|
|
1012
1041
|
} & {
|
|
1013
1042
|
id?: string | undefined;
|
|
1014
1043
|
name?: string | undefined;
|
|
@@ -1016,10 +1045,12 @@ declare const VFileInput: {
|
|
|
1016
1045
|
modelValue?: any;
|
|
1017
1046
|
prependIcon?: IconValue | undefined;
|
|
1018
1047
|
appendIcon?: IconValue | undefined;
|
|
1019
|
-
'onClick:append'?: EventProp<(
|
|
1020
|
-
'onClick:prepend'?: EventProp<(
|
|
1048
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1049
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1050
|
+
'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
|
|
1021
1051
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
1022
1052
|
validationValue?: any;
|
|
1053
|
+
hint?: string | undefined;
|
|
1023
1054
|
hideDetails?: boolean | "auto" | undefined;
|
|
1024
1055
|
} & {
|
|
1025
1056
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -1047,7 +1078,7 @@ declare const VFileInput: {
|
|
|
1047
1078
|
"v-slot:details"?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1048
1079
|
} & {
|
|
1049
1080
|
"onUpdate:modelValue"?: ((val: any) => any) | undefined;
|
|
1050
|
-
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules">;
|
|
1081
|
+
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint">;
|
|
1051
1082
|
$attrs: {
|
|
1052
1083
|
[x: string]: unknown;
|
|
1053
1084
|
};
|
|
@@ -1072,6 +1103,7 @@ declare const VFileInput: {
|
|
|
1072
1103
|
errorMessages: string | string[];
|
|
1073
1104
|
maxErrors: string | number;
|
|
1074
1105
|
rules: ValidationRule[];
|
|
1106
|
+
persistentHint: boolean;
|
|
1075
1107
|
} & {
|
|
1076
1108
|
id?: string | undefined;
|
|
1077
1109
|
name?: string | undefined;
|
|
@@ -1079,10 +1111,12 @@ declare const VFileInput: {
|
|
|
1079
1111
|
modelValue?: any;
|
|
1080
1112
|
prependIcon?: IconValue | undefined;
|
|
1081
1113
|
appendIcon?: IconValue | undefined;
|
|
1082
|
-
'onClick:append'?: EventProp<(
|
|
1083
|
-
'onClick:prepend'?: EventProp<(
|
|
1114
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1115
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1116
|
+
'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
|
|
1084
1117
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
1085
1118
|
validationValue?: any;
|
|
1119
|
+
hint?: string | undefined;
|
|
1086
1120
|
hideDetails?: boolean | "auto" | undefined;
|
|
1087
1121
|
} & {
|
|
1088
1122
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -1127,6 +1161,7 @@ declare const VFileInput: {
|
|
|
1127
1161
|
errorMessages: string | string[];
|
|
1128
1162
|
maxErrors: string | number;
|
|
1129
1163
|
rules: ValidationRule[];
|
|
1164
|
+
persistentHint: boolean;
|
|
1130
1165
|
}, {}, string> & {
|
|
1131
1166
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
1132
1167
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -1158,6 +1193,7 @@ declare const VFileInput: {
|
|
|
1158
1193
|
errorMessages: string | string[];
|
|
1159
1194
|
maxErrors: string | number;
|
|
1160
1195
|
rules: ValidationRule[];
|
|
1196
|
+
persistentHint: boolean;
|
|
1161
1197
|
} & {
|
|
1162
1198
|
id?: string | undefined;
|
|
1163
1199
|
name?: string | undefined;
|
|
@@ -1165,10 +1201,12 @@ declare const VFileInput: {
|
|
|
1165
1201
|
modelValue?: any;
|
|
1166
1202
|
prependIcon?: IconValue | undefined;
|
|
1167
1203
|
appendIcon?: IconValue | undefined;
|
|
1168
|
-
'onClick:append'?: EventProp<(
|
|
1169
|
-
'onClick:prepend'?: EventProp<(
|
|
1204
|
+
'onClick:append'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1205
|
+
'onClick:prepend'?: EventProp<[MouseEvent], (args_0: MouseEvent) => any> | undefined;
|
|
1206
|
+
'onUpdate:focused'?: EventProp<[FocusEvent], (args_0: FocusEvent) => any> | undefined;
|
|
1170
1207
|
validateOn?: "input" | "blur" | "submit" | undefined;
|
|
1171
1208
|
validationValue?: any;
|
|
1209
|
+
hint?: string | undefined;
|
|
1172
1210
|
hideDetails?: boolean | "auto" | undefined;
|
|
1173
1211
|
} & {
|
|
1174
1212
|
$children?: {} | vue.VNodeChild | {
|
|
@@ -1200,9 +1238,10 @@ declare const VFileInput: {
|
|
|
1200
1238
|
reset: () => void;
|
|
1201
1239
|
resetValidation: () => void;
|
|
1202
1240
|
validate: () => Promise<string[]>;
|
|
1203
|
-
}> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "validateOn" | "validationValue" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules") | "v-slot:details">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1241
|
+
}> & {} & vue.ComponentCustomProperties & {}, "id" | "name" | "label" | "$children" | "v-slot:default" | "$slots" | "v-slots" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "prependIcon" | "appendIcon" | "onClick:append" | "onClick:prepend" | "onUpdate:focused" | "validateOn" | "validationValue" | "hint" | "hideDetails" | ("error" | "direction" | "disabled" | "readonly" | "messages" | "density" | "focused" | "errorMessages" | "maxErrors" | "rules" | "persistentHint") | "v-slot:details">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1204
1242
|
'click:control': (e: MouseEvent) => true;
|
|
1205
1243
|
'mousedown:control': (e: MouseEvent) => true;
|
|
1244
|
+
'update:focused': (focused: boolean) => true;
|
|
1206
1245
|
'update:modelValue': (files: File[]) => true;
|
|
1207
1246
|
}, string, {
|
|
1208
1247
|
reverse: boolean;
|
|
@@ -1223,11 +1262,11 @@ declare const VFileInput: {
|
|
|
1223
1262
|
errorMessages: string | string[];
|
|
1224
1263
|
maxErrors: string | number;
|
|
1225
1264
|
rules: ValidationRule[];
|
|
1265
|
+
persistentHint: boolean;
|
|
1226
1266
|
clearable: boolean;
|
|
1227
1267
|
dirty: boolean;
|
|
1228
1268
|
persistentClear: boolean;
|
|
1229
1269
|
singleLine: boolean;
|
|
1230
|
-
persistentHint: boolean;
|
|
1231
1270
|
chips: boolean;
|
|
1232
1271
|
counterSizeString: string;
|
|
1233
1272
|
counterString: string;
|
|
@@ -1260,15 +1299,16 @@ declare const VFileInput: {
|
|
|
1260
1299
|
default: string;
|
|
1261
1300
|
validator: (v: any) => boolean;
|
|
1262
1301
|
};
|
|
1263
|
-
'onClick:clear': PropType<EventProp<(
|
|
1264
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
1265
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
1302
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
1303
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
1304
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
1266
1305
|
modelValue: {
|
|
1267
1306
|
type: PropType<File[]>;
|
|
1268
1307
|
default: () => never[];
|
|
1269
1308
|
validator: (val: any) => boolean;
|
|
1270
1309
|
};
|
|
1271
1310
|
focused: BooleanConstructor;
|
|
1311
|
+
'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
|
|
1272
1312
|
errorMessages: {
|
|
1273
1313
|
type: PropType<string | string[]>;
|
|
1274
1314
|
default: () => never[];
|
|
@@ -1297,6 +1337,8 @@ declare const VFileInput: {
|
|
|
1297
1337
|
default: NonNullable<IconValue>;
|
|
1298
1338
|
};
|
|
1299
1339
|
hideDetails: PropType<boolean | "auto">;
|
|
1340
|
+
hint: StringConstructor;
|
|
1341
|
+
persistentHint: BooleanConstructor;
|
|
1300
1342
|
messages: {
|
|
1301
1343
|
type: PropType<string | string[]>;
|
|
1302
1344
|
default: () => never[];
|
|
@@ -1306,8 +1348,8 @@ declare const VFileInput: {
|
|
|
1306
1348
|
default: string;
|
|
1307
1349
|
validator: (v: any) => boolean;
|
|
1308
1350
|
};
|
|
1309
|
-
'onClick:prepend': PropType<EventProp<(
|
|
1310
|
-
'onClick:append': PropType<EventProp<(
|
|
1351
|
+
'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
1352
|
+
'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
1311
1353
|
chips: BooleanConstructor;
|
|
1312
1354
|
counter: BooleanConstructor;
|
|
1313
1355
|
counterSizeString: {
|
|
@@ -1319,9 +1361,6 @@ declare const VFileInput: {
|
|
|
1319
1361
|
default: string;
|
|
1320
1362
|
};
|
|
1321
1363
|
multiple: BooleanConstructor;
|
|
1322
|
-
hint: StringConstructor;
|
|
1323
|
-
persistentHint: BooleanConstructor;
|
|
1324
|
-
placeholder: StringConstructor;
|
|
1325
1364
|
showSize: {
|
|
1326
1365
|
type: PropType<boolean | 1024 | 1000>;
|
|
1327
1366
|
default: boolean;
|
|
@@ -1355,15 +1394,16 @@ declare const VFileInput: {
|
|
|
1355
1394
|
default: string;
|
|
1356
1395
|
validator: (v: any) => boolean;
|
|
1357
1396
|
};
|
|
1358
|
-
'onClick:clear': PropType<EventProp<(
|
|
1359
|
-
'onClick:appendInner': PropType<EventProp<(
|
|
1360
|
-
'onClick:prependInner': PropType<EventProp<(
|
|
1397
|
+
'onClick:clear': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
1398
|
+
'onClick:appendInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
1399
|
+
'onClick:prependInner': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
1361
1400
|
modelValue: {
|
|
1362
1401
|
type: PropType<File[]>;
|
|
1363
1402
|
default: () => never[];
|
|
1364
1403
|
validator: (val: any) => boolean;
|
|
1365
1404
|
};
|
|
1366
1405
|
focused: BooleanConstructor;
|
|
1406
|
+
'onUpdate:focused': PropType<EventProp<[FocusEvent], (args_0: FocusEvent) => any>>;
|
|
1367
1407
|
errorMessages: {
|
|
1368
1408
|
type: PropType<string | string[]>;
|
|
1369
1409
|
default: () => never[];
|
|
@@ -1392,6 +1432,8 @@ declare const VFileInput: {
|
|
|
1392
1432
|
default: NonNullable<IconValue>;
|
|
1393
1433
|
};
|
|
1394
1434
|
hideDetails: PropType<boolean | "auto">;
|
|
1435
|
+
hint: StringConstructor;
|
|
1436
|
+
persistentHint: BooleanConstructor;
|
|
1395
1437
|
messages: {
|
|
1396
1438
|
type: PropType<string | string[]>;
|
|
1397
1439
|
default: () => never[];
|
|
@@ -1401,8 +1443,8 @@ declare const VFileInput: {
|
|
|
1401
1443
|
default: string;
|
|
1402
1444
|
validator: (v: any) => boolean;
|
|
1403
1445
|
};
|
|
1404
|
-
'onClick:prepend': PropType<EventProp<(
|
|
1405
|
-
'onClick:append': PropType<EventProp<(
|
|
1446
|
+
'onClick:prepend': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
1447
|
+
'onClick:append': PropType<EventProp<[MouseEvent], (args_0: MouseEvent) => any>>;
|
|
1406
1448
|
chips: BooleanConstructor;
|
|
1407
1449
|
counter: BooleanConstructor;
|
|
1408
1450
|
counterSizeString: {
|
|
@@ -1414,9 +1456,6 @@ declare const VFileInput: {
|
|
|
1414
1456
|
default: string;
|
|
1415
1457
|
};
|
|
1416
1458
|
multiple: BooleanConstructor;
|
|
1417
|
-
hint: StringConstructor;
|
|
1418
|
-
persistentHint: BooleanConstructor;
|
|
1419
|
-
placeholder: StringConstructor;
|
|
1420
1459
|
showSize: {
|
|
1421
1460
|
type: PropType<boolean | 1024 | 1000>;
|
|
1422
1461
|
default: boolean;
|