@vuetify/nightly 3.8.7-master.2025-06-03 → 3.8.8-dev.2025-06-08
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 +30 -15
- package/dist/json/attributes.json +3542 -3418
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +168 -168
- package/dist/json/tags.json +32 -1
- package/dist/json/web-types.json +6581 -6195
- package/dist/vuetify-labs.cjs +369 -147
- package/dist/vuetify-labs.css +3246 -3212
- package/dist/vuetify-labs.d.ts +2433 -1899
- package/dist/vuetify-labs.esm.js +370 -148
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +369 -147
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +363 -136
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3712 -3678
- package/dist/vuetify.d.ts +1588 -1094
- package/dist/vuetify.esm.js +364 -137
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +363 -136
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1224 -1206
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +6 -1
- package/lib/components/VAlert/VAlert.d.ts +35 -0
- package/lib/components/VAlert/VAlert.js +15 -10
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAlert/VAlert.sass +7 -1
- package/lib/components/VAppBar/VAppBar.d.ts +15 -3
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +20 -10
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +154 -103
- package/lib/components/VAutocomplete/VAutocomplete.js +21 -3
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBadge/VBadge.d.ts +60 -0
- package/lib/components/VBadge/VBadge.js +7 -2
- package/lib/components/VBadge/VBadge.js.map +1 -1
- package/lib/components/VBtn/VBtn.d.ts +20 -10
- package/lib/components/VBtnGroup/VBtnGroup.css +30 -7
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +58 -32
- package/lib/components/VBtnGroup/VBtnGroup.js +7 -3
- package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.sass +44 -17
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +25 -0
- package/lib/components/VCard/VCard.d.ts +20 -10
- package/lib/components/VCheckbox/VCheckbox.d.ts +23 -13
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +20 -10
- package/lib/components/VChip/VChip.d.ts +20 -10
- package/lib/components/VChipGroup/VChipGroup.d.ts +10 -0
- package/lib/components/VCombobox/VCombobox.d.ts +154 -103
- package/lib/components/VCombobox/VCombobox.js +22 -3
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.d.ts +60 -0
- package/lib/components/VDataTable/VDataTableHeaders.d.ts +13 -0
- package/lib/components/VDataTable/VDataTableHeaders.js +4 -2
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.d.ts +42 -0
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +42 -0
- package/lib/components/VDatePicker/VDatePicker.d.ts +10 -0
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +10 -0
- package/lib/components/VDatePicker/VDatePickerMonth.js +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +20 -10
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +20 -10
- package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +20 -10
- package/lib/components/VFab/VFab.d.ts +20 -10
- package/lib/components/VField/VField.d.ts +3 -3
- package/lib/components/VFileInput/VFileInput.d.ts +15 -15
- package/lib/components/VInput/VInput.d.ts +4 -4
- package/lib/components/VList/VList.d.ts +13 -0
- package/lib/components/VList/VList.js +4 -1
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListChildren.js.map +1 -1
- package/lib/components/VList/VListItem.d.ts +23 -10
- package/lib/components/VList/VListItem.js +7 -3
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VList/list.d.ts +9 -2
- package/lib/components/VList/list.js +7 -0
- package/lib/components/VList/list.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.d.ts +103 -89
- package/lib/components/VNumberInput/VNumberInput.js +19 -4
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +2 -1
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VOverlay/VOverlay.css +1 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VRadio/VRadio.d.ts +20 -10
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +23 -13
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +3 -3
- package/lib/components/VSelect/VSelect.d.ts +171 -107
- package/lib/components/VSelect/VSelect.js +21 -3
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +20 -10
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +28 -14
- package/lib/components/VSlideGroup/VSlideGroup.d.ts +10 -0
- package/lib/components/VSlideGroup/VSlideGroup.js +2 -1
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VSlider/VSlider.d.ts +3 -3
- package/lib/components/VSlider/VSliderThumb.d.ts +20 -10
- package/lib/components/VStepper/VStepperItem.d.ts +28 -14
- package/lib/components/VSwitch/VSwitch.d.ts +23 -13
- package/lib/components/VTable/VTable.css +6 -0
- package/lib/components/VTable/VTable.d.ts +55 -24
- package/lib/components/VTable/VTable.js +9 -2
- package/lib/components/VTable/VTable.js.map +1 -1
- package/lib/components/VTable/VTable.sass +14 -0
- package/lib/components/VTable/_variables.scss +1 -0
- package/lib/components/VTabs/VTab.d.ts +56 -28
- package/lib/components/VTabs/VTabs.d.ts +10 -0
- package/lib/components/VTextField/VTextField.d.ts +27 -27
- package/lib/components/VTextarea/VTextarea.d.ts +15 -15
- package/lib/components/VToolbar/VToolbar.d.ts +15 -3
- package/lib/components/VToolbar/VToolbar.js +6 -3
- package/lib/components/VToolbar/VToolbar.js.map +1 -1
- package/lib/composables/calendar.d.ts +6 -0
- package/lib/composables/calendar.js +2 -1
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/DateAdapter.d.ts +3 -3
- package/lib/composables/date/DateAdapter.js.map +1 -1
- package/lib/composables/date/adapters/string.d.ts +54 -0
- package/lib/composables/date/adapters/string.js +153 -0
- package/lib/composables/date/adapters/string.js.map +1 -0
- package/lib/composables/date/adapters/vuetify.d.ts +1 -1
- package/lib/composables/date/adapters/vuetify.js +4 -4
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/date/date.d.ts +3 -3
- package/lib/composables/date/index.d.ts +1 -0
- package/lib/composables/date/index.js +1 -0
- package/lib/composables/date/index.js.map +1 -1
- package/lib/composables/filter.js +3 -0
- package/lib/composables/filter.js.map +1 -1
- package/lib/composables/iconSizes.d.ts +28 -0
- package/lib/composables/iconSizes.js +23 -0
- package/lib/composables/iconSizes.js.map +1 -0
- package/lib/composables/list-items.js +2 -2
- package/lib/composables/list-items.js.map +1 -1
- package/lib/composables/theme.d.ts +6 -1
- package/lib/composables/theme.js +94 -26
- package/lib/composables/theme.js.map +1 -1
- package/lib/composables/virtual.js +6 -1
- package/lib/composables/virtual.js.map +1 -1
- package/lib/directives/ripple/index.d.ts +2 -1
- package/lib/directives/ripple/index.js +12 -7
- package/lib/directives/ripple/index.js.map +1 -1
- package/lib/entry-bundler.d.ts +3 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +83 -68
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +10 -0
- package/lib/labs/VColorInput/VColorInput.d.ts +3 -3
- package/lib/labs/VDateInput/VDateInput.d.ts +97 -87
- package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +20 -10
- package/lib/labs/VIconBtn/VIconBtn.d.ts +29 -29
- package/lib/labs/VIconBtn/VIconBtn.js +7 -11
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +20 -10
- package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +20 -10
- package/lib/labs/VTreeview/VTreeview.d.ts +13 -0
- package/lib/labs/VTreeview/VTreeviewItem.d.ts +20 -10
- package/lib/labs/entry-bundler.d.ts +3 -3
- package/lib/util/globals.d.ts +1 -0
- package/lib/util/globals.js +1 -0
- package/lib/util/globals.js.map +1 -1
- package/lib/util/helpers.d.ts +1 -0
- package/lib/util/helpers.js +9 -1
- package/lib/util/helpers.js.map +1 -1
- package/package.json +3 -1
@@ -113,14 +113,18 @@ export declare const makeVExpansionPanelProps: <Defaults extends {
|
|
113
113
|
default: boolean;
|
114
114
|
}, "type" | "default"> & {
|
115
115
|
type: import("vue").PropType<unknown extends Defaults["ripple"] ? boolean | {
|
116
|
-
class
|
116
|
+
class?: string;
|
117
|
+
keys?: number[];
|
117
118
|
} | undefined : boolean | {
|
118
|
-
class
|
119
|
+
class?: string;
|
120
|
+
keys?: number[];
|
119
121
|
} | Defaults["ripple"] | undefined>;
|
120
122
|
default: unknown extends Defaults["ripple"] ? boolean | {
|
121
|
-
class
|
123
|
+
class?: string;
|
124
|
+
keys?: number[];
|
122
125
|
} | undefined : NonNullable<boolean | {
|
123
|
-
class
|
126
|
+
class?: string;
|
127
|
+
keys?: number[];
|
124
128
|
} | undefined> | Defaults["ripple"];
|
125
129
|
};
|
126
130
|
readonly: unknown extends Defaults["readonly"] ? BooleanConstructor : {
|
@@ -202,7 +206,8 @@ export declare const VExpansionPanel: {
|
|
202
206
|
focusable: boolean;
|
203
207
|
tile: boolean;
|
204
208
|
ripple: boolean | {
|
205
|
-
class
|
209
|
+
class?: string;
|
210
|
+
keys?: number[];
|
206
211
|
} | undefined;
|
207
212
|
collapseIcon: import("../../composables/icons.js").IconValue;
|
208
213
|
expandIcon: import("../../composables/icons.js").IconValue;
|
@@ -259,7 +264,8 @@ export declare const VExpansionPanel: {
|
|
259
264
|
rounded: string | number | boolean;
|
260
265
|
tile: boolean;
|
261
266
|
ripple: boolean | {
|
262
|
-
class
|
267
|
+
class?: string;
|
268
|
+
keys?: number[];
|
263
269
|
} | undefined;
|
264
270
|
collapseIcon: import("../../composables/icons.js").IconValue;
|
265
271
|
expandIcon: import("../../composables/icons.js").IconValue;
|
@@ -285,7 +291,8 @@ export declare const VExpansionPanel: {
|
|
285
291
|
focusable: boolean;
|
286
292
|
tile: boolean;
|
287
293
|
ripple: boolean | {
|
288
|
-
class
|
294
|
+
class?: string;
|
295
|
+
keys?: number[];
|
289
296
|
} | undefined;
|
290
297
|
collapseIcon: import("../../composables/icons.js").IconValue;
|
291
298
|
expandIcon: import("../../composables/icons.js").IconValue;
|
@@ -338,7 +345,8 @@ export declare const VExpansionPanel: {
|
|
338
345
|
rounded: string | number | boolean;
|
339
346
|
tile: boolean;
|
340
347
|
ripple: boolean | {
|
341
|
-
class
|
348
|
+
class?: string;
|
349
|
+
keys?: number[];
|
342
350
|
} | undefined;
|
343
351
|
collapseIcon: import("../../composables/icons.js").IconValue;
|
344
352
|
expandIcon: import("../../composables/icons.js").IconValue;
|
@@ -357,7 +365,8 @@ export declare const VExpansionPanel: {
|
|
357
365
|
focusable: boolean;
|
358
366
|
tile: boolean;
|
359
367
|
ripple: boolean | {
|
360
|
-
class
|
368
|
+
class?: string;
|
369
|
+
keys?: number[];
|
361
370
|
} | undefined;
|
362
371
|
collapseIcon: import("../../composables/icons.js").IconValue;
|
363
372
|
expandIcon: import("../../composables/icons.js").IconValue;
|
@@ -414,7 +423,8 @@ export declare const VExpansionPanel: {
|
|
414
423
|
rounded: string | number | boolean;
|
415
424
|
tile: boolean;
|
416
425
|
ripple: boolean | {
|
417
|
-
class
|
426
|
+
class?: string;
|
427
|
+
keys?: number[];
|
418
428
|
} | undefined;
|
419
429
|
collapseIcon: import("../../composables/icons.js").IconValue;
|
420
430
|
expandIcon: import("../../composables/icons.js").IconValue;
|
@@ -112,14 +112,18 @@ export declare const makeVExpansionPanelTitleProps: <Defaults extends {
|
|
112
112
|
default: boolean;
|
113
113
|
}, "type" | "default"> & {
|
114
114
|
type: PropType<unknown extends Defaults["ripple"] ? boolean | {
|
115
|
-
class
|
115
|
+
class?: string;
|
116
|
+
keys?: number[];
|
116
117
|
} | undefined : boolean | {
|
117
|
-
class
|
118
|
+
class?: string;
|
119
|
+
keys?: number[];
|
118
120
|
} | Defaults["ripple"] | undefined>;
|
119
121
|
default: unknown extends Defaults["ripple"] ? boolean | {
|
120
|
-
class
|
122
|
+
class?: string;
|
123
|
+
keys?: number[];
|
121
124
|
} | undefined : NonNullable<boolean | {
|
122
|
-
class
|
125
|
+
class?: string;
|
126
|
+
keys?: number[];
|
123
127
|
} | undefined> | Defaults["ripple"];
|
124
128
|
};
|
125
129
|
readonly: unknown extends Defaults["readonly"] ? BooleanConstructor : {
|
@@ -134,7 +138,8 @@ export declare const VExpansionPanelTitle: {
|
|
134
138
|
static: boolean;
|
135
139
|
focusable: boolean;
|
136
140
|
ripple: boolean | {
|
137
|
-
class
|
141
|
+
class?: string;
|
142
|
+
keys?: number[];
|
138
143
|
} | undefined;
|
139
144
|
collapseIcon: IconValue;
|
140
145
|
expandIcon: IconValue;
|
@@ -166,7 +171,8 @@ export declare const VExpansionPanelTitle: {
|
|
166
171
|
static: boolean;
|
167
172
|
focusable: boolean;
|
168
173
|
ripple: boolean | {
|
169
|
-
class
|
174
|
+
class?: string;
|
175
|
+
keys?: number[];
|
170
176
|
} | undefined;
|
171
177
|
collapseIcon: IconValue;
|
172
178
|
expandIcon: IconValue;
|
@@ -187,7 +193,8 @@ export declare const VExpansionPanelTitle: {
|
|
187
193
|
static: boolean;
|
188
194
|
focusable: boolean;
|
189
195
|
ripple: boolean | {
|
190
|
-
class
|
196
|
+
class?: string;
|
197
|
+
keys?: number[];
|
191
198
|
} | undefined;
|
192
199
|
collapseIcon: IconValue;
|
193
200
|
expandIcon: IconValue;
|
@@ -219,7 +226,8 @@ export declare const VExpansionPanelTitle: {
|
|
219
226
|
static: boolean;
|
220
227
|
focusable: boolean;
|
221
228
|
ripple: boolean | {
|
222
|
-
class
|
229
|
+
class?: string;
|
230
|
+
keys?: number[];
|
223
231
|
} | undefined;
|
224
232
|
collapseIcon: IconValue;
|
225
233
|
expandIcon: IconValue;
|
@@ -234,7 +242,8 @@ export declare const VExpansionPanelTitle: {
|
|
234
242
|
static: boolean;
|
235
243
|
focusable: boolean;
|
236
244
|
ripple: boolean | {
|
237
|
-
class
|
245
|
+
class?: string;
|
246
|
+
keys?: number[];
|
238
247
|
} | undefined;
|
239
248
|
collapseIcon: IconValue;
|
240
249
|
expandIcon: IconValue;
|
@@ -266,7 +275,8 @@ export declare const VExpansionPanelTitle: {
|
|
266
275
|
static: boolean;
|
267
276
|
focusable: boolean;
|
268
277
|
ripple: boolean | {
|
269
|
-
class
|
278
|
+
class?: string;
|
279
|
+
keys?: number[];
|
270
280
|
} | undefined;
|
271
281
|
collapseIcon: IconValue;
|
272
282
|
expandIcon: IconValue;
|
@@ -131,14 +131,18 @@ export declare const makeVExpansionPanelsProps: <Defaults extends {
|
|
131
131
|
default: boolean;
|
132
132
|
}, "type" | "default"> & {
|
133
133
|
type: PropType<unknown extends Defaults["ripple"] ? boolean | {
|
134
|
-
class
|
134
|
+
class?: string;
|
135
|
+
keys?: number[];
|
135
136
|
} | undefined : boolean | {
|
136
|
-
class
|
137
|
+
class?: string;
|
138
|
+
keys?: number[];
|
137
139
|
} | Defaults["ripple"] | undefined>;
|
138
140
|
default: unknown extends Defaults["ripple"] ? boolean | {
|
139
|
-
class
|
141
|
+
class?: string;
|
142
|
+
keys?: number[];
|
140
143
|
} | undefined : NonNullable<boolean | {
|
141
|
-
class
|
144
|
+
class?: string;
|
145
|
+
keys?: number[];
|
142
146
|
} | undefined> | Defaults["ripple"];
|
143
147
|
};
|
144
148
|
collapseIcon: unknown extends Defaults["collapseIcon"] ? {
|
@@ -214,7 +218,8 @@ export declare const VExpansionPanels: {
|
|
214
218
|
focusable: boolean;
|
215
219
|
tile: boolean;
|
216
220
|
ripple: boolean | {
|
217
|
-
class
|
221
|
+
class?: string;
|
222
|
+
keys?: number[];
|
218
223
|
} | undefined;
|
219
224
|
collapseIcon: import("../../composables/icons.js").IconValue;
|
220
225
|
expandIcon: import("../../composables/icons.js").IconValue;
|
@@ -261,7 +266,8 @@ export declare const VExpansionPanels: {
|
|
261
266
|
rounded: string | number | boolean;
|
262
267
|
tile: boolean;
|
263
268
|
ripple: boolean | {
|
264
|
-
class
|
269
|
+
class?: string;
|
270
|
+
keys?: number[];
|
265
271
|
} | undefined;
|
266
272
|
collapseIcon: import("../../composables/icons.js").IconValue;
|
267
273
|
expandIcon: import("../../composables/icons.js").IconValue;
|
@@ -288,7 +294,8 @@ export declare const VExpansionPanels: {
|
|
288
294
|
focusable: boolean;
|
289
295
|
tile: boolean;
|
290
296
|
ripple: boolean | {
|
291
|
-
class
|
297
|
+
class?: string;
|
298
|
+
keys?: number[];
|
292
299
|
} | undefined;
|
293
300
|
collapseIcon: import("../../composables/icons.js").IconValue;
|
294
301
|
expandIcon: import("../../composables/icons.js").IconValue;
|
@@ -333,7 +340,8 @@ export declare const VExpansionPanels: {
|
|
333
340
|
rounded: string | number | boolean;
|
334
341
|
tile: boolean;
|
335
342
|
ripple: boolean | {
|
336
|
-
class
|
343
|
+
class?: string;
|
344
|
+
keys?: number[];
|
337
345
|
} | undefined;
|
338
346
|
collapseIcon: import("../../composables/icons.js").IconValue;
|
339
347
|
expandIcon: import("../../composables/icons.js").IconValue;
|
@@ -355,7 +363,8 @@ export declare const VExpansionPanels: {
|
|
355
363
|
focusable: boolean;
|
356
364
|
tile: boolean;
|
357
365
|
ripple: boolean | {
|
358
|
-
class
|
366
|
+
class?: string;
|
367
|
+
keys?: number[];
|
359
368
|
} | undefined;
|
360
369
|
collapseIcon: import("../../composables/icons.js").IconValue;
|
361
370
|
expandIcon: import("../../composables/icons.js").IconValue;
|
@@ -402,7 +411,8 @@ export declare const VExpansionPanels: {
|
|
402
411
|
rounded: string | number | boolean;
|
403
412
|
tile: boolean;
|
404
413
|
ripple: boolean | {
|
405
|
-
class
|
414
|
+
class?: string;
|
415
|
+
keys?: number[];
|
406
416
|
} | undefined;
|
407
417
|
collapseIcon: import("../../composables/icons.js").IconValue;
|
408
418
|
expandIcon: import("../../composables/icons.js").IconValue;
|
@@ -360,14 +360,18 @@ export declare const makeVFabProps: <Defaults extends {
|
|
360
360
|
default: boolean;
|
361
361
|
}, "type" | "default"> & {
|
362
362
|
type: import("vue").PropType<unknown extends Defaults["ripple"] ? boolean | {
|
363
|
-
class
|
363
|
+
class?: string;
|
364
|
+
keys?: number[];
|
364
365
|
} | undefined : boolean | {
|
365
|
-
class
|
366
|
+
class?: string;
|
367
|
+
keys?: number[];
|
366
368
|
} | Defaults["ripple"] | undefined>;
|
367
369
|
default: unknown extends Defaults["ripple"] ? boolean | {
|
368
|
-
class
|
370
|
+
class?: string;
|
371
|
+
keys?: number[];
|
369
372
|
} | undefined : NonNullable<boolean | {
|
370
|
-
class
|
373
|
+
class?: string;
|
374
|
+
keys?: number[];
|
371
375
|
} | undefined> | Defaults["ripple"];
|
372
376
|
};
|
373
377
|
app: unknown extends Defaults["app"] ? BooleanConstructor : {
|
@@ -430,7 +434,8 @@ export declare const VFab: {
|
|
430
434
|
slim: boolean;
|
431
435
|
stacked: boolean;
|
432
436
|
ripple: boolean | {
|
433
|
-
class
|
437
|
+
class?: string;
|
438
|
+
keys?: number[];
|
434
439
|
} | undefined;
|
435
440
|
extended: boolean;
|
436
441
|
} & {
|
@@ -503,7 +508,8 @@ export declare const VFab: {
|
|
503
508
|
slim: boolean;
|
504
509
|
stacked: boolean;
|
505
510
|
ripple: boolean | {
|
506
|
-
class
|
511
|
+
class?: string;
|
512
|
+
keys?: number[];
|
507
513
|
} | undefined;
|
508
514
|
extended: boolean;
|
509
515
|
}, true, {}, import("vue").SlotsType<Partial<{
|
@@ -543,7 +549,8 @@ export declare const VFab: {
|
|
543
549
|
slim: boolean;
|
544
550
|
stacked: boolean;
|
545
551
|
ripple: boolean | {
|
546
|
-
class
|
552
|
+
class?: string;
|
553
|
+
keys?: number[];
|
547
554
|
} | undefined;
|
548
555
|
extended: boolean;
|
549
556
|
} & {
|
@@ -614,7 +621,8 @@ export declare const VFab: {
|
|
614
621
|
slim: boolean;
|
615
622
|
stacked: boolean;
|
616
623
|
ripple: boolean | {
|
617
|
-
class
|
624
|
+
class?: string;
|
625
|
+
keys?: number[];
|
618
626
|
} | undefined;
|
619
627
|
extended: boolean;
|
620
628
|
}>;
|
@@ -649,7 +657,8 @@ export declare const VFab: {
|
|
649
657
|
slim: boolean;
|
650
658
|
stacked: boolean;
|
651
659
|
ripple: boolean | {
|
652
|
-
class
|
660
|
+
class?: string;
|
661
|
+
keys?: number[];
|
653
662
|
} | undefined;
|
654
663
|
extended: boolean;
|
655
664
|
} & {
|
@@ -722,7 +731,8 @@ export declare const VFab: {
|
|
722
731
|
slim: boolean;
|
723
732
|
stacked: boolean;
|
724
733
|
ripple: boolean | {
|
725
|
-
class
|
734
|
+
class?: string;
|
735
|
+
keys?: number[];
|
726
736
|
} | undefined;
|
727
737
|
extended: boolean;
|
728
738
|
}, {}, string, import("vue").SlotsType<Partial<{
|
@@ -241,13 +241,13 @@ export declare const VField: {
|
|
241
241
|
rounded?: string | number | boolean | undefined;
|
242
242
|
baseColor?: string | undefined;
|
243
243
|
bgColor?: string | undefined;
|
244
|
+
iconColor?: string | boolean | undefined;
|
244
245
|
appendInnerIcon?: IconValue | undefined;
|
245
246
|
prependInnerIcon?: IconValue | undefined;
|
246
247
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
247
248
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
248
249
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
249
250
|
centerAffix?: boolean | undefined;
|
250
|
-
iconColor?: string | boolean | undefined;
|
251
251
|
} & {
|
252
252
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
253
253
|
}, {
|
@@ -320,13 +320,13 @@ export declare const VField: {
|
|
320
320
|
rounded?: string | number | boolean | undefined;
|
321
321
|
baseColor?: string | undefined;
|
322
322
|
bgColor?: string | undefined;
|
323
|
+
iconColor?: string | boolean | undefined;
|
323
324
|
appendInnerIcon?: IconValue | undefined;
|
324
325
|
prependInnerIcon?: IconValue | undefined;
|
325
326
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
326
327
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
327
328
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
328
329
|
centerAffix?: boolean | undefined;
|
329
|
-
iconColor?: string | boolean | undefined;
|
330
330
|
} & {
|
331
331
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
332
332
|
}, {
|
@@ -381,13 +381,13 @@ export declare const VField: {
|
|
381
381
|
rounded?: string | number | boolean | undefined;
|
382
382
|
baseColor?: string | undefined;
|
383
383
|
bgColor?: string | undefined;
|
384
|
+
iconColor?: string | boolean | undefined;
|
384
385
|
appendInnerIcon?: IconValue | undefined;
|
385
386
|
prependInnerIcon?: IconValue | undefined;
|
386
387
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
387
388
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
388
389
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
389
390
|
centerAffix?: boolean | undefined;
|
390
|
-
iconColor?: string | boolean | undefined;
|
391
391
|
} & {
|
392
392
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
393
393
|
}, {
|
@@ -495,6 +495,7 @@ export declare const VFileInput: {
|
|
495
495
|
baseColor?: string | undefined;
|
496
496
|
bgColor?: string | undefined;
|
497
497
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
498
|
+
iconColor?: string | boolean | undefined;
|
498
499
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
499
500
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
500
501
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -503,7 +504,6 @@ export declare const VFileInput: {
|
|
503
504
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
504
505
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
505
506
|
centerAffix?: boolean | undefined;
|
506
|
-
iconColor?: string | boolean | undefined;
|
507
507
|
hint?: string | undefined;
|
508
508
|
hideDetails?: boolean | "auto" | undefined;
|
509
509
|
} & {
|
@@ -630,9 +630,9 @@ export declare const VFileInput: {
|
|
630
630
|
baseColor?: string | undefined;
|
631
631
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
632
632
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
633
|
+
iconColor?: string | boolean | undefined;
|
633
634
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
634
635
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
635
|
-
iconColor?: string | boolean | undefined;
|
636
636
|
hint?: string | undefined;
|
637
637
|
hideDetails?: boolean | "auto" | undefined;
|
638
638
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -686,9 +686,9 @@ export declare const VFileInput: {
|
|
686
686
|
baseColor?: string | undefined;
|
687
687
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
688
688
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
689
|
+
iconColor?: string | boolean | undefined;
|
689
690
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
690
691
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
691
|
-
iconColor?: string | boolean | undefined;
|
692
692
|
hint?: string | undefined;
|
693
693
|
hideDetails?: boolean | "auto" | undefined;
|
694
694
|
} & {}, {
|
@@ -789,9 +789,9 @@ export declare const VFileInput: {
|
|
789
789
|
baseColor?: string | undefined;
|
790
790
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
791
791
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
792
|
+
iconColor?: string | boolean | undefined;
|
792
793
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
793
794
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
794
|
-
iconColor?: string | boolean | undefined;
|
795
795
|
hint?: string | undefined;
|
796
796
|
hideDetails?: boolean | "auto" | undefined;
|
797
797
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -803,7 +803,7 @@ export declare const VFileInput: {
|
|
803
803
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
804
804
|
modelValue?: unknown;
|
805
805
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
806
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "
|
806
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
|
807
807
|
_allExposed: {
|
808
808
|
reset: () => Promise<void>;
|
809
809
|
resetValidation: () => Promise<void>;
|
@@ -933,6 +933,7 @@ export declare const VFileInput: {
|
|
933
933
|
baseColor?: string | undefined;
|
934
934
|
bgColor?: string | undefined;
|
935
935
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
936
|
+
iconColor?: string | boolean | undefined;
|
936
937
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
937
938
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
938
939
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -941,7 +942,6 @@ export declare const VFileInput: {
|
|
941
942
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
942
943
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
943
944
|
centerAffix?: boolean | undefined;
|
944
|
-
iconColor?: string | boolean | undefined;
|
945
945
|
hint?: string | undefined;
|
946
946
|
hideDetails?: boolean | "auto" | undefined;
|
947
947
|
} & {
|
@@ -1068,9 +1068,9 @@ export declare const VFileInput: {
|
|
1068
1068
|
baseColor?: string | undefined;
|
1069
1069
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1070
1070
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1071
|
+
iconColor?: string | boolean | undefined;
|
1071
1072
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1072
1073
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1073
|
-
iconColor?: string | boolean | undefined;
|
1074
1074
|
hint?: string | undefined;
|
1075
1075
|
hideDetails?: boolean | "auto" | undefined;
|
1076
1076
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -1124,9 +1124,9 @@ export declare const VFileInput: {
|
|
1124
1124
|
baseColor?: string | undefined;
|
1125
1125
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1126
1126
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1127
|
+
iconColor?: string | boolean | undefined;
|
1127
1128
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1128
1129
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1129
|
-
iconColor?: string | boolean | undefined;
|
1130
1130
|
hint?: string | undefined;
|
1131
1131
|
hideDetails?: boolean | "auto" | undefined;
|
1132
1132
|
} & {}, {
|
@@ -1227,9 +1227,9 @@ export declare const VFileInput: {
|
|
1227
1227
|
baseColor?: string | undefined;
|
1228
1228
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1229
1229
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1230
|
+
iconColor?: string | boolean | undefined;
|
1230
1231
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1231
1232
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1232
|
-
iconColor?: string | boolean | undefined;
|
1233
1233
|
hint?: string | undefined;
|
1234
1234
|
hideDetails?: boolean | "auto" | undefined;
|
1235
1235
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -1241,7 +1241,7 @@ export declare const VFileInput: {
|
|
1241
1241
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
1242
1242
|
modelValue?: unknown;
|
1243
1243
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
1244
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "
|
1244
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
|
1245
1245
|
_allExposed: {
|
1246
1246
|
reset: () => Promise<void>;
|
1247
1247
|
resetValidation: () => Promise<void>;
|
@@ -1341,6 +1341,7 @@ export declare const VFileInput: {
|
|
1341
1341
|
baseColor?: string | undefined;
|
1342
1342
|
bgColor?: string | undefined;
|
1343
1343
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1344
|
+
iconColor?: string | boolean | undefined;
|
1344
1345
|
appendInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1345
1346
|
prependInnerIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1346
1347
|
'onClick:clear'?: ((args_0: MouseEvent) => void) | undefined;
|
@@ -1349,7 +1350,6 @@ export declare const VFileInput: {
|
|
1349
1350
|
'onClick:appendInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1350
1351
|
'onClick:prependInner'?: ((args_0: MouseEvent) => void) | undefined;
|
1351
1352
|
centerAffix?: boolean | undefined;
|
1352
|
-
iconColor?: string | boolean | undefined;
|
1353
1353
|
hint?: string | undefined;
|
1354
1354
|
hideDetails?: boolean | "auto" | undefined;
|
1355
1355
|
} & {
|
@@ -1476,9 +1476,9 @@ export declare const VFileInput: {
|
|
1476
1476
|
baseColor?: string | undefined;
|
1477
1477
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1478
1478
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1479
|
+
iconColor?: string | boolean | undefined;
|
1479
1480
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1480
1481
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1481
|
-
iconColor?: string | boolean | undefined;
|
1482
1482
|
hint?: string | undefined;
|
1483
1483
|
hideDetails?: boolean | "auto" | undefined;
|
1484
1484
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint">;
|
@@ -1532,9 +1532,9 @@ export declare const VFileInput: {
|
|
1532
1532
|
baseColor?: string | undefined;
|
1533
1533
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1534
1534
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1535
|
+
iconColor?: string | boolean | undefined;
|
1535
1536
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1536
1537
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1537
|
-
iconColor?: string | boolean | undefined;
|
1538
1538
|
hint?: string | undefined;
|
1539
1539
|
hideDetails?: boolean | "auto" | undefined;
|
1540
1540
|
} & {}, {
|
@@ -1635,9 +1635,9 @@ export declare const VFileInput: {
|
|
1635
1635
|
baseColor?: string | undefined;
|
1636
1636
|
prependIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1637
1637
|
appendIcon?: import("../../composables/icons.js").IconValue | undefined;
|
1638
|
+
iconColor?: string | boolean | undefined;
|
1638
1639
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
1639
1640
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
1640
|
-
iconColor?: string | boolean | undefined;
|
1641
1641
|
hint?: string | undefined;
|
1642
1642
|
hideDetails?: boolean | "auto" | undefined;
|
1643
1643
|
} & {}, "reset" | "isValid" | "validate" | "resetValidation" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")> & import("vue").ShallowUnwrapRef<{
|
@@ -1649,7 +1649,7 @@ export declare const VFileInput: {
|
|
1649
1649
|
}> & {} & import("vue").ComponentCustomProperties & {} & import("../../util/index.js").GenericProps<{
|
1650
1650
|
modelValue?: unknown;
|
1651
1651
|
'onUpdate:modelValue'?: ((value: unknown) => void) | undefined;
|
1652
|
-
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "
|
1652
|
+
}, VInputSlots>, "name" | "id" | "width" | "color" | "maxWidth" | "minWidth" | "label" | "class" | "theme" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:focused" | "modelValue" | "validateOn" | "validationValue" | "onUpdate:modelValue" | "baseColor" | "prependIcon" | "appendIcon" | "v-slot:prepend" | "v-slot:append" | "iconColor" | "onClick:append" | "onClick:prepend" | "v-slot:message" | "hint" | "hideDetails" | "v-slot:details" | ("error" | "direction" | "style" | "disabled" | "readonly" | "messages" | "rules" | "focused" | "errorMessages" | "maxErrors" | "density" | "centerAffix" | "glow" | "hideSpinButtons" | "persistentHint")>, `$${any}`> & {
|
1653
1653
|
_allExposed: {
|
1654
1654
|
reset: () => Promise<void>;
|
1655
1655
|
resetValidation: () => Promise<void>;
|
@@ -251,7 +251,7 @@ export declare const makeVInputProps: <Defaults extends {
|
|
251
251
|
validator: (v: any) => boolean;
|
252
252
|
}, "type" | "default"> & {
|
253
253
|
type: PropType<unknown extends Defaults["direction"] ? "horizontal" | "vertical" : "horizontal" | "vertical" | Defaults["direction"]>;
|
254
|
-
default: unknown extends Defaults["direction"] ? "horizontal" | "vertical" :
|
254
|
+
default: unknown extends Defaults["direction"] ? "horizontal" | "vertical" : NonNullable<"horizontal" | "vertical"> | Defaults["direction"];
|
255
255
|
};
|
256
256
|
'onClick:prepend': unknown extends Defaults["onClick:prepend"] ? PropType<(args_0: MouseEvent) => void> : {
|
257
257
|
type: PropType<unknown extends Defaults["onClick:prepend"] ? (args_0: MouseEvent) => void : ((args_0: MouseEvent) => void) | Defaults["onClick:prepend"]>;
|
@@ -302,9 +302,9 @@ export declare const VInput: {
|
|
302
302
|
baseColor?: string | undefined;
|
303
303
|
prependIcon?: IconValue | undefined;
|
304
304
|
appendIcon?: IconValue | undefined;
|
305
|
+
iconColor?: string | boolean | undefined;
|
305
306
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
306
307
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
307
|
-
iconColor?: string | boolean | undefined;
|
308
308
|
hint?: string | undefined;
|
309
309
|
hideDetails?: boolean | "auto" | undefined;
|
310
310
|
} & {}, {
|
@@ -376,9 +376,9 @@ export declare const VInput: {
|
|
376
376
|
baseColor?: string | undefined;
|
377
377
|
prependIcon?: IconValue | undefined;
|
378
378
|
appendIcon?: IconValue | undefined;
|
379
|
+
iconColor?: string | boolean | undefined;
|
379
380
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
380
381
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
381
|
-
iconColor?: string | boolean | undefined;
|
382
382
|
hint?: string | undefined;
|
383
383
|
hideDetails?: boolean | "auto" | undefined;
|
384
384
|
} & {}, {
|
@@ -439,9 +439,9 @@ export declare const VInput: {
|
|
439
439
|
baseColor?: string | undefined;
|
440
440
|
prependIcon?: IconValue | undefined;
|
441
441
|
appendIcon?: IconValue | undefined;
|
442
|
+
iconColor?: string | boolean | undefined;
|
442
443
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
443
444
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
444
|
-
iconColor?: string | boolean | undefined;
|
445
445
|
hint?: string | undefined;
|
446
446
|
hideDetails?: boolean | "auto" | undefined;
|
447
447
|
} & {}, {
|