@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-10 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-24
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 +0 -8
- package/dist/json/attributes.json +30 -22
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +120 -120
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +53 -42
- package/dist/vuetify-labs.css +2160 -2162
- package/dist/vuetify-labs.d.ts +12298 -12189
- package/dist/vuetify-labs.esm.js +59 -29
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +59 -29
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +871 -873
- package/dist/vuetify.d.ts +10357 -10268
- package/dist/vuetify.esm.js +51 -25
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +51 -25
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1043 -1044
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +169 -169
- package/lib/components/VAutocomplete/index.d.mts +615 -609
- package/lib/components/VAvatar/index.d.mts +36 -36
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/index.d.mts +118 -118
- package/lib/components/VBreadcrumbs/index.d.mts +34 -34
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +3 -0
- package/lib/components/VBtn/index.d.mts +107 -107
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/index.d.mts +128 -128
- package/lib/components/VCheckbox/index.d.mts +174 -168
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/index.d.mts +615 -609
- package/lib/components/VConfirmEdit/index.d.mts +2 -2
- package/lib/components/VCounter/index.d.mts +27 -27
- package/lib/components/VDataIterator/index.d.mts +51 -50
- package/lib/components/VDataTable/VDataTable.mjs +10 -3
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/group.mjs +2 -1
- package/lib/components/VDataTable/composables/group.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +4 -4
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +275 -274
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/index.d.mts +353 -353
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/index.d.mts +134 -134
- package/lib/components/VFab/index.d.mts +227 -227
- package/lib/components/VField/VField.css +6 -11
- package/lib/components/VField/VField.mjs +7 -5
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -6
- package/lib/components/VField/index.d.mts +58 -52
- package/lib/components/VFileInput/index.d.mts +255 -249
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/index.d.mts +150 -150
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/index.d.mts +85 -85
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/VInput.css +5 -5
- package/lib/components/VInput/VInput.mjs +4 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VInput/index.d.mts +61 -55
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +36 -36
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VList/index.d.mts +178 -178
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/index.d.mts +393 -393
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +97 -97
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressLinear/index.d.mts +52 -52
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadioGroup/index.d.mts +105 -99
- package/lib/components/VRangeSlider/index.d.mts +102 -96
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/index.d.mts +615 -609
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/index.d.mts +33 -33
- package/lib/components/VSlider/index.d.mts +95 -89
- package/lib/components/VSnackbar/index.d.mts +411 -411
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +176 -176
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +108 -102
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +512 -512
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +421 -415
- package/lib/components/VTextarea/VTextarea.mjs +5 -5
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +359 -344
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +424 -424
- package/lib/components/VValidation/index.d.mts +19 -19
- package/lib/components/VVirtualScroll/index.d.mts +10 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +10651 -10563
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +0 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +69 -68
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/VDateInput.mjs +6 -3
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +256 -250
- package/lib/labs/VNumberInput/index.d.mts +247 -241
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
- package/lib/labs/VStepperVertical/index.d.mts +212 -212
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +131 -122
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
- package/lib/labs/VTreeview/index.d.mts +199 -199
- package/lib/labs/components.d.mts +1754 -1733
- package/package.json +9 -4
@@ -111,22 +111,22 @@ type VSwitchSlots = VInputSlots & VSelectionControlSlots & {
|
|
111
111
|
declare const VSwitch: {
|
112
112
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
113
113
|
flat: boolean;
|
114
|
-
|
114
|
+
inline: boolean;
|
115
115
|
error: boolean;
|
116
|
-
|
116
|
+
direction: "horizontal" | "vertical";
|
117
|
+
inset: boolean;
|
117
118
|
loading: string | boolean;
|
119
|
+
style: vue.StyleValue;
|
120
|
+
disabled: boolean | null;
|
121
|
+
multiple: boolean | null;
|
122
|
+
readonly: boolean | null;
|
123
|
+
indeterminate: boolean;
|
118
124
|
messages: string | readonly string[];
|
119
125
|
focused: boolean;
|
120
126
|
errorMessages: string | readonly string[] | null;
|
121
127
|
maxErrors: string | number;
|
122
|
-
readonly: boolean | null;
|
123
128
|
rules: readonly ValidationRule[];
|
124
|
-
inset: boolean;
|
125
|
-
inline: boolean;
|
126
|
-
multiple: boolean | null;
|
127
129
|
density: Density;
|
128
|
-
direction: "horizontal" | "vertical";
|
129
|
-
indeterminate: boolean;
|
130
130
|
ripple: boolean | {
|
131
131
|
class: string;
|
132
132
|
} | undefined;
|
@@ -135,20 +135,20 @@ declare const VSwitch: {
|
|
135
135
|
hideSpinButtons: boolean;
|
136
136
|
persistentHint: boolean;
|
137
137
|
} & {
|
138
|
-
class?: any;
|
139
|
-
id?: string | undefined;
|
140
|
-
label?: string | undefined;
|
141
138
|
type?: string | undefined;
|
142
|
-
|
139
|
+
id?: string | undefined;
|
143
140
|
width?: string | number | undefined;
|
144
|
-
theme?: string | undefined;
|
145
|
-
color?: string | undefined;
|
146
141
|
name?: string | undefined;
|
147
|
-
|
148
|
-
validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
|
149
|
-
validationValue?: any;
|
142
|
+
color?: string | undefined;
|
150
143
|
maxWidth?: string | number | undefined;
|
151
144
|
minWidth?: string | number | undefined;
|
145
|
+
value?: any;
|
146
|
+
label?: string | undefined;
|
147
|
+
class?: any;
|
148
|
+
theme?: string | undefined;
|
149
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
150
|
+
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
151
|
+
validationValue?: any;
|
152
152
|
baseColor?: string | undefined;
|
153
153
|
prependIcon?: IconValue | undefined;
|
154
154
|
appendIcon?: IconValue | undefined;
|
@@ -157,8 +157,8 @@ declare const VSwitch: {
|
|
157
157
|
trueIcon?: IconValue | undefined;
|
158
158
|
trueValue?: any;
|
159
159
|
falseValue?: any;
|
160
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
161
160
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
161
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
162
162
|
hint?: string | undefined;
|
163
163
|
hideDetails?: boolean | "auto" | undefined;
|
164
164
|
} & {
|
@@ -168,24 +168,24 @@ declare const VSwitch: {
|
|
168
168
|
'update:focused': (focused: boolean) => boolean;
|
169
169
|
'update:modelValue': (value: any) => boolean;
|
170
170
|
'update:indeterminate': (value: boolean) => boolean;
|
171
|
-
}, "v-slot:default" | "
|
171
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:loader" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:thumb" | "v-slot:track-false" | "v-slot:track-true">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
172
172
|
flat: boolean;
|
173
|
-
|
173
|
+
inline: boolean;
|
174
174
|
error: boolean;
|
175
|
-
|
175
|
+
direction: "horizontal" | "vertical";
|
176
|
+
inset: boolean;
|
176
177
|
loading: string | boolean;
|
178
|
+
style: vue.StyleValue;
|
179
|
+
disabled: boolean | null;
|
180
|
+
multiple: boolean | null;
|
181
|
+
readonly: boolean | null;
|
182
|
+
indeterminate: boolean;
|
177
183
|
messages: string | readonly string[];
|
178
184
|
focused: boolean;
|
179
185
|
errorMessages: string | readonly string[] | null;
|
180
186
|
maxErrors: string | number;
|
181
|
-
readonly: boolean | null;
|
182
187
|
rules: readonly ValidationRule[];
|
183
|
-
inset: boolean;
|
184
|
-
inline: boolean;
|
185
|
-
multiple: boolean | null;
|
186
188
|
density: Density;
|
187
|
-
direction: "horizontal" | "vertical";
|
188
|
-
indeterminate: boolean;
|
189
189
|
ripple: boolean | {
|
190
190
|
class: string;
|
191
191
|
} | undefined;
|
@@ -194,20 +194,20 @@ declare const VSwitch: {
|
|
194
194
|
hideSpinButtons: boolean;
|
195
195
|
persistentHint: boolean;
|
196
196
|
} & {
|
197
|
-
class?: any;
|
198
|
-
id?: string | undefined;
|
199
|
-
label?: string | undefined;
|
200
197
|
type?: string | undefined;
|
201
|
-
|
198
|
+
id?: string | undefined;
|
202
199
|
width?: string | number | undefined;
|
203
|
-
theme?: string | undefined;
|
204
|
-
color?: string | undefined;
|
205
200
|
name?: string | undefined;
|
206
|
-
|
207
|
-
validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
|
208
|
-
validationValue?: any;
|
201
|
+
color?: string | undefined;
|
209
202
|
maxWidth?: string | number | undefined;
|
210
203
|
minWidth?: string | number | undefined;
|
204
|
+
value?: any;
|
205
|
+
label?: string | undefined;
|
206
|
+
class?: any;
|
207
|
+
theme?: string | undefined;
|
208
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
209
|
+
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
210
|
+
validationValue?: any;
|
211
211
|
baseColor?: string | undefined;
|
212
212
|
prependIcon?: IconValue | undefined;
|
213
213
|
appendIcon?: IconValue | undefined;
|
@@ -216,8 +216,8 @@ declare const VSwitch: {
|
|
216
216
|
trueIcon?: IconValue | undefined;
|
217
217
|
trueValue?: any;
|
218
218
|
falseValue?: any;
|
219
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
220
219
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
220
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
221
221
|
hint?: string | undefined;
|
222
222
|
hideDetails?: boolean | "auto" | undefined;
|
223
223
|
} & {
|
@@ -225,22 +225,22 @@ declare const VSwitch: {
|
|
225
225
|
"onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
|
226
226
|
}, {
|
227
227
|
flat: boolean;
|
228
|
-
|
228
|
+
inline: boolean;
|
229
229
|
error: boolean;
|
230
|
-
|
230
|
+
direction: "horizontal" | "vertical";
|
231
|
+
inset: boolean;
|
231
232
|
loading: string | boolean;
|
233
|
+
style: vue.StyleValue;
|
234
|
+
disabled: boolean | null;
|
235
|
+
multiple: boolean | null;
|
236
|
+
readonly: boolean | null;
|
237
|
+
indeterminate: boolean;
|
232
238
|
messages: string | readonly string[];
|
233
239
|
focused: boolean;
|
234
240
|
errorMessages: string | readonly string[] | null;
|
235
241
|
maxErrors: string | number;
|
236
|
-
readonly: boolean | null;
|
237
242
|
rules: readonly ValidationRule[];
|
238
|
-
inset: boolean;
|
239
|
-
inline: boolean;
|
240
|
-
multiple: boolean | null;
|
241
243
|
density: Density;
|
242
|
-
direction: "horizontal" | "vertical";
|
243
|
-
indeterminate: boolean;
|
244
244
|
ripple: boolean | {
|
245
245
|
class: string;
|
246
246
|
} | undefined;
|
@@ -299,22 +299,22 @@ declare const VSwitch: {
|
|
299
299
|
Defaults: {};
|
300
300
|
}, {
|
301
301
|
flat: boolean;
|
302
|
-
|
302
|
+
inline: boolean;
|
303
303
|
error: boolean;
|
304
|
-
|
304
|
+
direction: "horizontal" | "vertical";
|
305
|
+
inset: boolean;
|
305
306
|
loading: string | boolean;
|
307
|
+
style: vue.StyleValue;
|
308
|
+
disabled: boolean | null;
|
309
|
+
multiple: boolean | null;
|
310
|
+
readonly: boolean | null;
|
311
|
+
indeterminate: boolean;
|
306
312
|
messages: string | readonly string[];
|
307
313
|
focused: boolean;
|
308
314
|
errorMessages: string | readonly string[] | null;
|
309
315
|
maxErrors: string | number;
|
310
|
-
readonly: boolean | null;
|
311
316
|
rules: readonly ValidationRule[];
|
312
|
-
inset: boolean;
|
313
|
-
inline: boolean;
|
314
|
-
multiple: boolean | null;
|
315
317
|
density: Density;
|
316
|
-
direction: "horizontal" | "vertical";
|
317
|
-
indeterminate: boolean;
|
318
318
|
ripple: boolean | {
|
319
319
|
class: string;
|
320
320
|
} | undefined;
|
@@ -323,20 +323,20 @@ declare const VSwitch: {
|
|
323
323
|
hideSpinButtons: boolean;
|
324
324
|
persistentHint: boolean;
|
325
325
|
} & {
|
326
|
-
class?: any;
|
327
|
-
id?: string | undefined;
|
328
|
-
label?: string | undefined;
|
329
326
|
type?: string | undefined;
|
330
|
-
|
327
|
+
id?: string | undefined;
|
331
328
|
width?: string | number | undefined;
|
332
|
-
theme?: string | undefined;
|
333
|
-
color?: string | undefined;
|
334
329
|
name?: string | undefined;
|
335
|
-
|
336
|
-
validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
|
337
|
-
validationValue?: any;
|
330
|
+
color?: string | undefined;
|
338
331
|
maxWidth?: string | number | undefined;
|
339
332
|
minWidth?: string | number | undefined;
|
333
|
+
value?: any;
|
334
|
+
label?: string | undefined;
|
335
|
+
class?: any;
|
336
|
+
theme?: string | undefined;
|
337
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
338
|
+
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
339
|
+
validationValue?: any;
|
340
340
|
baseColor?: string | undefined;
|
341
341
|
prependIcon?: IconValue | undefined;
|
342
342
|
appendIcon?: IconValue | undefined;
|
@@ -345,8 +345,8 @@ declare const VSwitch: {
|
|
345
345
|
trueIcon?: IconValue | undefined;
|
346
346
|
trueValue?: any;
|
347
347
|
falseValue?: any;
|
348
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
349
348
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
349
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
350
350
|
hint?: string | undefined;
|
351
351
|
hideDetails?: boolean | "auto" | undefined;
|
352
352
|
} & {
|
@@ -354,22 +354,22 @@ declare const VSwitch: {
|
|
354
354
|
"onUpdate:indeterminate"?: ((value: boolean) => any) | undefined;
|
355
355
|
}, {}, {}, {}, {}, {
|
356
356
|
flat: boolean;
|
357
|
-
|
357
|
+
inline: boolean;
|
358
358
|
error: boolean;
|
359
|
-
|
359
|
+
direction: "horizontal" | "vertical";
|
360
|
+
inset: boolean;
|
360
361
|
loading: string | boolean;
|
362
|
+
style: vue.StyleValue;
|
363
|
+
disabled: boolean | null;
|
364
|
+
multiple: boolean | null;
|
365
|
+
readonly: boolean | null;
|
366
|
+
indeterminate: boolean;
|
361
367
|
messages: string | readonly string[];
|
362
368
|
focused: boolean;
|
363
369
|
errorMessages: string | readonly string[] | null;
|
364
370
|
maxErrors: string | number;
|
365
|
-
readonly: boolean | null;
|
366
371
|
rules: readonly ValidationRule[];
|
367
|
-
inset: boolean;
|
368
|
-
inline: boolean;
|
369
|
-
multiple: boolean | null;
|
370
372
|
density: Density;
|
371
|
-
direction: "horizontal" | "vertical";
|
372
|
-
indeterminate: boolean;
|
373
373
|
ripple: boolean | {
|
374
374
|
class: string;
|
375
375
|
} | undefined;
|
@@ -383,22 +383,22 @@ declare const VSwitch: {
|
|
383
383
|
__isSuspense?: undefined;
|
384
384
|
} & vue.ComponentOptionsBase<{
|
385
385
|
flat: boolean;
|
386
|
-
|
386
|
+
inline: boolean;
|
387
387
|
error: boolean;
|
388
|
-
|
388
|
+
direction: "horizontal" | "vertical";
|
389
|
+
inset: boolean;
|
389
390
|
loading: string | boolean;
|
391
|
+
style: vue.StyleValue;
|
392
|
+
disabled: boolean | null;
|
393
|
+
multiple: boolean | null;
|
394
|
+
readonly: boolean | null;
|
395
|
+
indeterminate: boolean;
|
390
396
|
messages: string | readonly string[];
|
391
397
|
focused: boolean;
|
392
398
|
errorMessages: string | readonly string[] | null;
|
393
399
|
maxErrors: string | number;
|
394
|
-
readonly: boolean | null;
|
395
400
|
rules: readonly ValidationRule[];
|
396
|
-
inset: boolean;
|
397
|
-
inline: boolean;
|
398
|
-
multiple: boolean | null;
|
399
401
|
density: Density;
|
400
|
-
direction: "horizontal" | "vertical";
|
401
|
-
indeterminate: boolean;
|
402
402
|
ripple: boolean | {
|
403
403
|
class: string;
|
404
404
|
} | undefined;
|
@@ -407,20 +407,20 @@ declare const VSwitch: {
|
|
407
407
|
hideSpinButtons: boolean;
|
408
408
|
persistentHint: boolean;
|
409
409
|
} & {
|
410
|
-
class?: any;
|
411
|
-
id?: string | undefined;
|
412
|
-
label?: string | undefined;
|
413
410
|
type?: string | undefined;
|
414
|
-
|
411
|
+
id?: string | undefined;
|
415
412
|
width?: string | number | undefined;
|
416
|
-
theme?: string | undefined;
|
417
|
-
color?: string | undefined;
|
418
413
|
name?: string | undefined;
|
419
|
-
|
420
|
-
validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
|
421
|
-
validationValue?: any;
|
414
|
+
color?: string | undefined;
|
422
415
|
maxWidth?: string | number | undefined;
|
423
416
|
minWidth?: string | number | undefined;
|
417
|
+
value?: any;
|
418
|
+
label?: string | undefined;
|
419
|
+
class?: any;
|
420
|
+
theme?: string | undefined;
|
421
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
422
|
+
validateOn?: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
|
423
|
+
validationValue?: any;
|
424
424
|
baseColor?: string | undefined;
|
425
425
|
prependIcon?: IconValue | undefined;
|
426
426
|
appendIcon?: IconValue | undefined;
|
@@ -429,8 +429,8 @@ declare const VSwitch: {
|
|
429
429
|
trueIcon?: IconValue | undefined;
|
430
430
|
trueValue?: any;
|
431
431
|
falseValue?: any;
|
432
|
-
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
433
432
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
433
|
+
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
434
434
|
hint?: string | undefined;
|
435
435
|
hideDetails?: boolean | "auto" | undefined;
|
436
436
|
} & {
|
@@ -440,24 +440,24 @@ declare const VSwitch: {
|
|
440
440
|
'update:focused': (focused: boolean) => boolean;
|
441
441
|
'update:modelValue': (value: any) => boolean;
|
442
442
|
'update:indeterminate': (value: boolean) => boolean;
|
443
|
-
}, "v-slot:default" | "
|
443
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:append" | "v-slot:prepend" | "update:modelValue" | "v-slot:loader" | "v-slot:input" | "v-slot:label" | "v-slot:message" | "v-slot:details" | "v-slot:thumb" | "v-slot:track-false" | "v-slot:track-true">, string, {
|
444
444
|
flat: boolean;
|
445
|
-
|
445
|
+
inline: boolean;
|
446
446
|
error: boolean;
|
447
|
-
|
447
|
+
direction: "horizontal" | "vertical";
|
448
|
+
inset: boolean;
|
448
449
|
loading: string | boolean;
|
450
|
+
style: vue.StyleValue;
|
451
|
+
disabled: boolean | null;
|
452
|
+
multiple: boolean | null;
|
453
|
+
readonly: boolean | null;
|
454
|
+
indeterminate: boolean;
|
449
455
|
messages: string | readonly string[];
|
450
456
|
focused: boolean;
|
451
457
|
errorMessages: string | readonly string[] | null;
|
452
458
|
maxErrors: string | number;
|
453
|
-
readonly: boolean | null;
|
454
459
|
rules: readonly ValidationRule[];
|
455
|
-
inset: boolean;
|
456
|
-
inline: boolean;
|
457
|
-
multiple: boolean | null;
|
458
460
|
density: Density;
|
459
|
-
direction: "horizontal" | "vertical";
|
460
|
-
indeterminate: boolean;
|
461
461
|
ripple: boolean | {
|
462
462
|
class: string;
|
463
463
|
} | undefined;
|
@@ -576,13 +576,16 @@ declare const VSwitch: {
|
|
576
576
|
type: vue.PropType<readonly ValidationRule[]>;
|
577
577
|
default: () => never[];
|
578
578
|
};
|
579
|
-
validateOn: vue.PropType<(("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input"
|
579
|
+
validateOn: vue.PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
|
580
580
|
validationValue: null;
|
581
581
|
width: (StringConstructor | NumberConstructor)[];
|
582
582
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
583
583
|
minWidth: (StringConstructor | NumberConstructor)[];
|
584
584
|
appendIcon: vue.PropType<IconValue>;
|
585
|
-
centerAffix:
|
585
|
+
centerAffix: {
|
586
|
+
type: BooleanConstructor;
|
587
|
+
default: boolean;
|
588
|
+
};
|
586
589
|
prependIcon: vue.PropType<IconValue>;
|
587
590
|
hideDetails: vue.PropType<boolean | "auto">;
|
588
591
|
hideSpinButtons: BooleanConstructor;
|
@@ -669,13 +672,16 @@ declare const VSwitch: {
|
|
669
672
|
type: vue.PropType<readonly ValidationRule[]>;
|
670
673
|
default: () => never[];
|
671
674
|
};
|
672
|
-
validateOn: vue.PropType<(("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input"
|
675
|
+
validateOn: vue.PropType<("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined>;
|
673
676
|
validationValue: null;
|
674
677
|
width: (StringConstructor | NumberConstructor)[];
|
675
678
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
676
679
|
minWidth: (StringConstructor | NumberConstructor)[];
|
677
680
|
appendIcon: vue.PropType<IconValue>;
|
678
|
-
centerAffix:
|
681
|
+
centerAffix: {
|
682
|
+
type: BooleanConstructor;
|
683
|
+
default: boolean;
|
684
|
+
};
|
679
685
|
prependIcon: vue.PropType<IconValue>;
|
680
686
|
hideDetails: vue.PropType<boolean | "auto">;
|
681
687
|
hideSpinButtons: BooleanConstructor;
|
@@ -7,20 +7,20 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
7
7
|
|
8
8
|
declare const VSystemBar: {
|
9
9
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
10
|
+
window: boolean;
|
11
|
+
absolute: boolean;
|
12
|
+
order: string | number;
|
10
13
|
style: vue.StyleValue;
|
11
14
|
tag: string;
|
12
|
-
order: string | number;
|
13
|
-
absolute: boolean;
|
14
15
|
tile: boolean;
|
15
|
-
window: boolean;
|
16
16
|
} & {
|
17
|
-
class?: any;
|
18
17
|
height?: string | number | undefined;
|
19
|
-
theme?: string | undefined;
|
20
|
-
color?: string | undefined;
|
21
18
|
name?: string | undefined;
|
22
|
-
|
19
|
+
color?: string | undefined;
|
20
|
+
class?: any;
|
23
21
|
elevation?: string | number | undefined;
|
22
|
+
theme?: string | undefined;
|
23
|
+
rounded?: string | number | boolean | undefined;
|
24
24
|
} & {
|
25
25
|
$children?: vue.VNodeChild | {
|
26
26
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -31,20 +31,20 @@ declare const VSystemBar: {
|
|
31
31
|
} & {
|
32
32
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
33
33
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
34
|
+
window: boolean;
|
35
|
+
absolute: boolean;
|
36
|
+
order: string | number;
|
34
37
|
style: vue.StyleValue;
|
35
38
|
tag: string;
|
36
|
-
order: string | number;
|
37
|
-
absolute: boolean;
|
38
39
|
tile: boolean;
|
39
|
-
window: boolean;
|
40
40
|
} & {
|
41
|
-
class?: any;
|
42
41
|
height?: string | number | undefined;
|
43
|
-
theme?: string | undefined;
|
44
|
-
color?: string | undefined;
|
45
42
|
name?: string | undefined;
|
46
|
-
|
43
|
+
color?: string | undefined;
|
44
|
+
class?: any;
|
47
45
|
elevation?: string | number | undefined;
|
46
|
+
theme?: string | undefined;
|
47
|
+
rounded?: string | number | boolean | undefined;
|
48
48
|
} & {
|
49
49
|
$children?: vue.VNodeChild | {
|
50
50
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -55,13 +55,13 @@ declare const VSystemBar: {
|
|
55
55
|
} & {
|
56
56
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
57
57
|
}, {
|
58
|
+
window: boolean;
|
59
|
+
absolute: boolean;
|
60
|
+
order: string | number;
|
58
61
|
style: vue.StyleValue;
|
59
62
|
tag: string;
|
60
|
-
order: string | number;
|
61
|
-
absolute: boolean;
|
62
63
|
rounded: string | number | boolean;
|
63
64
|
tile: boolean;
|
64
|
-
window: boolean;
|
65
65
|
}, true, {}, vue.SlotsType<Partial<{
|
66
66
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
67
67
|
[key: string]: any;
|
@@ -74,20 +74,20 @@ declare const VSystemBar: {
|
|
74
74
|
M: {};
|
75
75
|
Defaults: {};
|
76
76
|
}, {
|
77
|
+
window: boolean;
|
78
|
+
absolute: boolean;
|
79
|
+
order: string | number;
|
77
80
|
style: vue.StyleValue;
|
78
81
|
tag: string;
|
79
|
-
order: string | number;
|
80
|
-
absolute: boolean;
|
81
82
|
tile: boolean;
|
82
|
-
window: boolean;
|
83
83
|
} & {
|
84
|
-
class?: any;
|
85
84
|
height?: string | number | undefined;
|
86
|
-
theme?: string | undefined;
|
87
|
-
color?: string | undefined;
|
88
85
|
name?: string | undefined;
|
89
|
-
|
86
|
+
color?: string | undefined;
|
87
|
+
class?: any;
|
90
88
|
elevation?: string | number | undefined;
|
89
|
+
theme?: string | undefined;
|
90
|
+
rounded?: string | number | boolean | undefined;
|
91
91
|
} & {
|
92
92
|
$children?: vue.VNodeChild | {
|
93
93
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -98,32 +98,32 @@ declare const VSystemBar: {
|
|
98
98
|
} & {
|
99
99
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
100
100
|
}, {}, {}, {}, {}, {
|
101
|
+
window: boolean;
|
102
|
+
absolute: boolean;
|
103
|
+
order: string | number;
|
101
104
|
style: vue.StyleValue;
|
102
105
|
tag: string;
|
103
|
-
order: string | number;
|
104
|
-
absolute: boolean;
|
105
106
|
rounded: string | number | boolean;
|
106
107
|
tile: boolean;
|
107
|
-
window: boolean;
|
108
108
|
}>;
|
109
109
|
__isFragment?: undefined;
|
110
110
|
__isTeleport?: undefined;
|
111
111
|
__isSuspense?: undefined;
|
112
112
|
} & vue.ComponentOptionsBase<{
|
113
|
+
window: boolean;
|
114
|
+
absolute: boolean;
|
115
|
+
order: string | number;
|
113
116
|
style: vue.StyleValue;
|
114
117
|
tag: string;
|
115
|
-
order: string | number;
|
116
|
-
absolute: boolean;
|
117
118
|
tile: boolean;
|
118
|
-
window: boolean;
|
119
119
|
} & {
|
120
|
-
class?: any;
|
121
120
|
height?: string | number | undefined;
|
122
|
-
theme?: string | undefined;
|
123
|
-
color?: string | undefined;
|
124
121
|
name?: string | undefined;
|
125
|
-
|
122
|
+
color?: string | undefined;
|
123
|
+
class?: any;
|
126
124
|
elevation?: string | number | undefined;
|
125
|
+
theme?: string | undefined;
|
126
|
+
rounded?: string | number | boolean | undefined;
|
127
127
|
} & {
|
128
128
|
$children?: vue.VNodeChild | {
|
129
129
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -134,13 +134,13 @@ declare const VSystemBar: {
|
|
134
134
|
} & {
|
135
135
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
136
136
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
137
|
+
window: boolean;
|
138
|
+
absolute: boolean;
|
139
|
+
order: string | number;
|
137
140
|
style: vue.StyleValue;
|
138
141
|
tag: string;
|
139
|
-
order: string | number;
|
140
|
-
absolute: boolean;
|
141
142
|
rounded: string | number | boolean;
|
142
143
|
tile: boolean;
|
143
|
-
window: boolean;
|
144
144
|
}, {}, string, vue.SlotsType<Partial<{
|
145
145
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
146
146
|
[key: string]: any;
|
@@ -152,7 +152,7 @@ declare const VSystemBar: {
|
|
152
152
|
default: string;
|
153
153
|
};
|
154
154
|
rounded: {
|
155
|
-
type: (StringConstructor |
|
155
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
156
156
|
default: undefined;
|
157
157
|
};
|
158
158
|
tile: BooleanConstructor;
|
@@ -183,7 +183,7 @@ declare const VSystemBar: {
|
|
183
183
|
default: string;
|
184
184
|
};
|
185
185
|
rounded: {
|
186
|
-
type: (StringConstructor |
|
186
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
187
187
|
default: undefined;
|
188
188
|
};
|
189
189
|
tile: BooleanConstructor;
|
@@ -16,8 +16,8 @@ declare const VTable: {
|
|
16
16
|
fixedHeader: boolean;
|
17
17
|
fixedFooter: boolean;
|
18
18
|
} & {
|
19
|
-
class?: any;
|
20
19
|
height?: string | number | undefined;
|
20
|
+
class?: any;
|
21
21
|
theme?: string | undefined;
|
22
22
|
} & {
|
23
23
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
@@ -45,8 +45,8 @@ declare const VTable: {
|
|
45
45
|
fixedHeader: boolean;
|
46
46
|
fixedFooter: boolean;
|
47
47
|
} & {
|
48
|
-
class?: any;
|
49
48
|
height?: string | number | undefined;
|
49
|
+
class?: any;
|
50
50
|
theme?: string | undefined;
|
51
51
|
} & {
|
52
52
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
@@ -101,8 +101,8 @@ declare const VTable: {
|
|
101
101
|
fixedHeader: boolean;
|
102
102
|
fixedFooter: boolean;
|
103
103
|
} & {
|
104
|
-
class?: any;
|
105
104
|
height?: string | number | undefined;
|
105
|
+
class?: any;
|
106
106
|
theme?: string | undefined;
|
107
107
|
} & {
|
108
108
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
@@ -141,8 +141,8 @@ declare const VTable: {
|
|
141
141
|
fixedHeader: boolean;
|
142
142
|
fixedFooter: boolean;
|
143
143
|
} & {
|
144
|
-
class?: any;
|
145
144
|
height?: string | number | undefined;
|
145
|
+
class?: any;
|
146
146
|
theme?: string | undefined;
|
147
147
|
} & {
|
148
148
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|