@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
@@ -14,18 +14,18 @@ declare const IconValue: PropType<IconValue>;
|
|
14
14
|
|
15
15
|
declare const VChip: {
|
16
16
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
17
|
-
filter: boolean;
|
18
17
|
replace: boolean;
|
19
|
-
|
20
|
-
|
18
|
+
filter: boolean;
|
19
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
20
|
+
exact: boolean;
|
21
21
|
label: boolean;
|
22
|
+
style: vue.StyleValue;
|
23
|
+
draggable: boolean;
|
22
24
|
disabled: boolean;
|
25
|
+
size: string | number;
|
23
26
|
tag: string;
|
24
27
|
modelValue: boolean;
|
25
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
26
|
-
exact: boolean;
|
27
28
|
tile: boolean;
|
28
|
-
draggable: boolean;
|
29
29
|
density: Density;
|
30
30
|
ripple: boolean | {
|
31
31
|
class: string;
|
@@ -37,18 +37,18 @@ declare const VChip: {
|
|
37
37
|
pill: boolean;
|
38
38
|
} & {
|
39
39
|
link?: boolean | undefined;
|
40
|
-
|
41
|
-
|
42
|
-
text?: string | undefined;
|
40
|
+
border?: string | number | boolean | undefined;
|
41
|
+
color?: string | undefined;
|
43
42
|
value?: any;
|
44
|
-
|
43
|
+
text?: string | undefined;
|
44
|
+
class?: any;
|
45
|
+
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
46
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
45
47
|
href?: string | undefined;
|
46
|
-
|
48
|
+
elevation?: string | number | undefined;
|
47
49
|
to?: vue_router.RouteLocationRaw | undefined;
|
48
|
-
|
50
|
+
theme?: string | undefined;
|
49
51
|
rounded?: string | number | boolean | undefined;
|
50
|
-
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
51
|
-
elevation?: string | number | undefined;
|
52
52
|
selectedClass?: string | undefined;
|
53
53
|
prependIcon?: IconValue | undefined;
|
54
54
|
appendIcon?: IconValue | undefined;
|
@@ -108,7 +108,7 @@ declare const VChip: {
|
|
108
108
|
"v-slot:close"?: false | (() => vue.VNodeChild) | undefined;
|
109
109
|
"v-slot:filter"?: false | (() => vue.VNodeChild) | undefined;
|
110
110
|
} & {
|
111
|
-
onClick?: ((e:
|
111
|
+
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
112
112
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
113
113
|
"onGroup:selected"?: ((val: {
|
114
114
|
value: boolean;
|
@@ -122,18 +122,18 @@ declare const VChip: {
|
|
122
122
|
}) => true;
|
123
123
|
click: (e: MouseEvent | KeyboardEvent) => true;
|
124
124
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
125
|
-
filter: boolean;
|
126
125
|
replace: boolean;
|
127
|
-
|
128
|
-
|
126
|
+
filter: boolean;
|
127
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
128
|
+
exact: boolean;
|
129
129
|
label: boolean;
|
130
|
+
style: vue.StyleValue;
|
131
|
+
draggable: boolean;
|
130
132
|
disabled: boolean;
|
133
|
+
size: string | number;
|
131
134
|
tag: string;
|
132
135
|
modelValue: boolean;
|
133
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
134
|
-
exact: boolean;
|
135
136
|
tile: boolean;
|
136
|
-
draggable: boolean;
|
137
137
|
density: Density;
|
138
138
|
ripple: boolean | {
|
139
139
|
class: string;
|
@@ -145,18 +145,18 @@ declare const VChip: {
|
|
145
145
|
pill: boolean;
|
146
146
|
} & {
|
147
147
|
link?: boolean | undefined;
|
148
|
-
|
149
|
-
|
150
|
-
text?: string | undefined;
|
148
|
+
border?: string | number | boolean | undefined;
|
149
|
+
color?: string | undefined;
|
151
150
|
value?: any;
|
152
|
-
|
151
|
+
text?: string | undefined;
|
152
|
+
class?: any;
|
153
|
+
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
154
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
153
155
|
href?: string | undefined;
|
154
|
-
|
156
|
+
elevation?: string | number | undefined;
|
155
157
|
to?: vue_router.RouteLocationRaw | undefined;
|
156
|
-
|
158
|
+
theme?: string | undefined;
|
157
159
|
rounded?: string | number | boolean | undefined;
|
158
|
-
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
159
|
-
elevation?: string | number | undefined;
|
160
160
|
selectedClass?: string | undefined;
|
161
161
|
prependIcon?: IconValue | undefined;
|
162
162
|
appendIcon?: IconValue | undefined;
|
@@ -216,27 +216,27 @@ declare const VChip: {
|
|
216
216
|
"v-slot:close"?: false | (() => vue.VNodeChild) | undefined;
|
217
217
|
"v-slot:filter"?: false | (() => vue.VNodeChild) | undefined;
|
218
218
|
} & {
|
219
|
-
onClick?: ((e:
|
219
|
+
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
220
220
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
221
221
|
"onGroup:selected"?: ((val: {
|
222
222
|
value: boolean;
|
223
223
|
}) => any) | undefined;
|
224
224
|
"onClick:close"?: ((e: MouseEvent) => any) | undefined;
|
225
225
|
}, {
|
226
|
-
filter: boolean;
|
227
226
|
replace: boolean;
|
228
227
|
link: boolean;
|
229
|
-
|
230
|
-
|
228
|
+
filter: boolean;
|
229
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
230
|
+
exact: boolean;
|
231
231
|
label: boolean;
|
232
|
+
style: vue.StyleValue;
|
233
|
+
draggable: boolean;
|
232
234
|
disabled: boolean;
|
235
|
+
size: string | number;
|
233
236
|
tag: string;
|
234
237
|
modelValue: boolean;
|
235
238
|
rounded: string | number | boolean;
|
236
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
237
|
-
exact: boolean;
|
238
239
|
tile: boolean;
|
239
|
-
draggable: boolean;
|
240
240
|
density: Density;
|
241
241
|
ripple: boolean | {
|
242
242
|
class: string;
|
@@ -280,18 +280,18 @@ declare const VChip: {
|
|
280
280
|
M: {};
|
281
281
|
Defaults: {};
|
282
282
|
}, {
|
283
|
-
filter: boolean;
|
284
283
|
replace: boolean;
|
285
|
-
|
286
|
-
|
284
|
+
filter: boolean;
|
285
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
286
|
+
exact: boolean;
|
287
287
|
label: boolean;
|
288
|
+
style: vue.StyleValue;
|
289
|
+
draggable: boolean;
|
288
290
|
disabled: boolean;
|
291
|
+
size: string | number;
|
289
292
|
tag: string;
|
290
293
|
modelValue: boolean;
|
291
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
292
|
-
exact: boolean;
|
293
294
|
tile: boolean;
|
294
|
-
draggable: boolean;
|
295
295
|
density: Density;
|
296
296
|
ripple: boolean | {
|
297
297
|
class: string;
|
@@ -303,18 +303,18 @@ declare const VChip: {
|
|
303
303
|
pill: boolean;
|
304
304
|
} & {
|
305
305
|
link?: boolean | undefined;
|
306
|
-
|
307
|
-
|
308
|
-
text?: string | undefined;
|
306
|
+
border?: string | number | boolean | undefined;
|
307
|
+
color?: string | undefined;
|
309
308
|
value?: any;
|
310
|
-
|
309
|
+
text?: string | undefined;
|
310
|
+
class?: any;
|
311
|
+
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
312
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
311
313
|
href?: string | undefined;
|
312
|
-
|
314
|
+
elevation?: string | number | undefined;
|
313
315
|
to?: vue_router.RouteLocationRaw | undefined;
|
314
|
-
|
316
|
+
theme?: string | undefined;
|
315
317
|
rounded?: string | number | boolean | undefined;
|
316
|
-
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
317
|
-
elevation?: string | number | undefined;
|
318
318
|
selectedClass?: string | undefined;
|
319
319
|
prependIcon?: IconValue | undefined;
|
320
320
|
appendIcon?: IconValue | undefined;
|
@@ -374,27 +374,27 @@ declare const VChip: {
|
|
374
374
|
"v-slot:close"?: false | (() => vue.VNodeChild) | undefined;
|
375
375
|
"v-slot:filter"?: false | (() => vue.VNodeChild) | undefined;
|
376
376
|
} & {
|
377
|
-
onClick?: ((e:
|
377
|
+
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
378
378
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
379
379
|
"onGroup:selected"?: ((val: {
|
380
380
|
value: boolean;
|
381
381
|
}) => any) | undefined;
|
382
382
|
"onClick:close"?: ((e: MouseEvent) => any) | undefined;
|
383
383
|
}, () => false | JSX.Element, {}, {}, {}, {
|
384
|
-
filter: boolean;
|
385
384
|
replace: boolean;
|
386
385
|
link: boolean;
|
387
|
-
|
388
|
-
|
386
|
+
filter: boolean;
|
387
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
388
|
+
exact: boolean;
|
389
389
|
label: boolean;
|
390
|
+
style: vue.StyleValue;
|
391
|
+
draggable: boolean;
|
390
392
|
disabled: boolean;
|
393
|
+
size: string | number;
|
391
394
|
tag: string;
|
392
395
|
modelValue: boolean;
|
393
396
|
rounded: string | number | boolean;
|
394
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
395
|
-
exact: boolean;
|
396
397
|
tile: boolean;
|
397
|
-
draggable: boolean;
|
398
398
|
density: Density;
|
399
399
|
ripple: boolean | {
|
400
400
|
class: string;
|
@@ -409,18 +409,18 @@ declare const VChip: {
|
|
409
409
|
__isTeleport?: undefined;
|
410
410
|
__isSuspense?: undefined;
|
411
411
|
} & vue.ComponentOptionsBase<{
|
412
|
-
filter: boolean;
|
413
412
|
replace: boolean;
|
414
|
-
|
415
|
-
|
413
|
+
filter: boolean;
|
414
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
415
|
+
exact: boolean;
|
416
416
|
label: boolean;
|
417
|
+
style: vue.StyleValue;
|
418
|
+
draggable: boolean;
|
417
419
|
disabled: boolean;
|
420
|
+
size: string | number;
|
418
421
|
tag: string;
|
419
422
|
modelValue: boolean;
|
420
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
421
|
-
exact: boolean;
|
422
423
|
tile: boolean;
|
423
|
-
draggable: boolean;
|
424
424
|
density: Density;
|
425
425
|
ripple: boolean | {
|
426
426
|
class: string;
|
@@ -432,18 +432,18 @@ declare const VChip: {
|
|
432
432
|
pill: boolean;
|
433
433
|
} & {
|
434
434
|
link?: boolean | undefined;
|
435
|
-
|
436
|
-
|
437
|
-
text?: string | undefined;
|
435
|
+
border?: string | number | boolean | undefined;
|
436
|
+
color?: string | undefined;
|
438
437
|
value?: any;
|
439
|
-
|
438
|
+
text?: string | undefined;
|
439
|
+
class?: any;
|
440
|
+
onClick?: ((args_0: MouseEvent) => void) | undefined;
|
441
|
+
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
440
442
|
href?: string | undefined;
|
441
|
-
|
443
|
+
elevation?: string | number | undefined;
|
442
444
|
to?: vue_router.RouteLocationRaw | undefined;
|
443
|
-
|
445
|
+
theme?: string | undefined;
|
444
446
|
rounded?: string | number | boolean | undefined;
|
445
|
-
onClickOnce?: ((args_0: MouseEvent) => void) | undefined;
|
446
|
-
elevation?: string | number | undefined;
|
447
447
|
selectedClass?: string | undefined;
|
448
448
|
prependIcon?: IconValue | undefined;
|
449
449
|
appendIcon?: IconValue | undefined;
|
@@ -503,7 +503,7 @@ declare const VChip: {
|
|
503
503
|
"v-slot:close"?: false | (() => vue.VNodeChild) | undefined;
|
504
504
|
"v-slot:filter"?: false | (() => vue.VNodeChild) | undefined;
|
505
505
|
} & {
|
506
|
-
onClick?: ((e:
|
506
|
+
onClick?: ((e: MouseEvent | KeyboardEvent) => any) | undefined;
|
507
507
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
508
508
|
"onGroup:selected"?: ((val: {
|
509
509
|
value: boolean;
|
@@ -517,20 +517,20 @@ declare const VChip: {
|
|
517
517
|
}) => true;
|
518
518
|
click: (e: MouseEvent | KeyboardEvent) => true;
|
519
519
|
}, string, {
|
520
|
-
filter: boolean;
|
521
520
|
replace: boolean;
|
522
521
|
link: boolean;
|
523
|
-
|
524
|
-
|
522
|
+
filter: boolean;
|
523
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
524
|
+
exact: boolean;
|
525
525
|
label: boolean;
|
526
|
+
style: vue.StyleValue;
|
527
|
+
draggable: boolean;
|
526
528
|
disabled: boolean;
|
529
|
+
size: string | number;
|
527
530
|
tag: string;
|
528
531
|
modelValue: boolean;
|
529
532
|
rounded: string | number | boolean;
|
530
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
531
|
-
exact: boolean;
|
532
533
|
tile: boolean;
|
533
|
-
draggable: boolean;
|
534
534
|
density: Density;
|
535
535
|
ripple: boolean | {
|
536
536
|
class: string;
|
@@ -572,7 +572,7 @@ declare const VChip: {
|
|
572
572
|
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
573
573
|
default: string;
|
574
574
|
validator: (v: any) => boolean;
|
575
|
-
}, "
|
575
|
+
}, "type" | "default"> & {
|
576
576
|
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
577
577
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
578
578
|
};
|
@@ -580,7 +580,7 @@ declare const VChip: {
|
|
580
580
|
tag: Omit<{
|
581
581
|
type: StringConstructor;
|
582
582
|
default: string;
|
583
|
-
}, "
|
583
|
+
}, "type" | "default"> & {
|
584
584
|
type: PropType<string>;
|
585
585
|
default: string;
|
586
586
|
};
|
@@ -593,7 +593,7 @@ declare const VChip: {
|
|
593
593
|
to: PropType<vue_router.RouteLocationRaw>;
|
594
594
|
exact: BooleanConstructor;
|
595
595
|
rounded: {
|
596
|
-
type: (StringConstructor |
|
596
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
597
597
|
default: undefined;
|
598
598
|
};
|
599
599
|
tile: BooleanConstructor;
|
@@ -614,7 +614,7 @@ declare const VChip: {
|
|
614
614
|
type: PropType<vue.StyleValue>;
|
615
615
|
default: null;
|
616
616
|
};
|
617
|
-
border: (StringConstructor |
|
617
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
618
618
|
activeClass: StringConstructor;
|
619
619
|
appendAvatar: StringConstructor;
|
620
620
|
appendIcon: PropType<IconValue>;
|
@@ -660,7 +660,7 @@ declare const VChip: {
|
|
660
660
|
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
661
661
|
default: string;
|
662
662
|
validator: (v: any) => boolean;
|
663
|
-
}, "
|
663
|
+
}, "type" | "default"> & {
|
664
664
|
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
665
665
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
666
666
|
};
|
@@ -668,7 +668,7 @@ declare const VChip: {
|
|
668
668
|
tag: Omit<{
|
669
669
|
type: StringConstructor;
|
670
670
|
default: string;
|
671
|
-
}, "
|
671
|
+
}, "type" | "default"> & {
|
672
672
|
type: PropType<string>;
|
673
673
|
default: string;
|
674
674
|
};
|
@@ -681,7 +681,7 @@ declare const VChip: {
|
|
681
681
|
to: PropType<vue_router.RouteLocationRaw>;
|
682
682
|
exact: BooleanConstructor;
|
683
683
|
rounded: {
|
684
|
-
type: (StringConstructor |
|
684
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
685
685
|
default: undefined;
|
686
686
|
};
|
687
687
|
tile: BooleanConstructor;
|
@@ -702,7 +702,7 @@ declare const VChip: {
|
|
702
702
|
type: PropType<vue.StyleValue>;
|
703
703
|
default: null;
|
704
704
|
};
|
705
|
-
border: (StringConstructor |
|
705
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
706
706
|
activeClass: StringConstructor;
|
707
707
|
appendAvatar: StringConstructor;
|
708
708
|
appendIcon: PropType<IconValue>;
|
@@ -76,64 +76,64 @@ declare const VChipGroup: {
|
|
76
76
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
77
77
|
symbol: any;
|
78
78
|
filter: boolean;
|
79
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
80
|
+
direction: "horizontal" | "vertical";
|
79
81
|
style: vue.StyleValue;
|
82
|
+
mobile: NonNullable<boolean | null> | null;
|
80
83
|
disabled: boolean;
|
84
|
+
multiple: boolean;
|
81
85
|
tag: string;
|
82
|
-
mobile: NonNullable<boolean | null> | null;
|
83
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
84
86
|
column: boolean;
|
85
|
-
multiple: boolean;
|
86
|
-
direction: "horizontal" | "vertical";
|
87
87
|
selectedClass: string;
|
88
88
|
valueComparator: typeof deepEqual;
|
89
89
|
centerActive: boolean;
|
90
90
|
nextIcon: IconValue;
|
91
91
|
prevIcon: IconValue;
|
92
92
|
} & {
|
93
|
+
max?: number | undefined;
|
94
|
+
color?: string | undefined;
|
93
95
|
class?: any;
|
96
|
+
mandatory?: boolean | "force" | undefined;
|
94
97
|
theme?: string | undefined;
|
95
|
-
color?: string | undefined;
|
96
98
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
97
|
-
mandatory?: boolean | "force" | undefined;
|
98
|
-
max?: number | undefined;
|
99
99
|
showArrows?: string | boolean | undefined;
|
100
100
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
101
101
|
'update:modelValue': (value: any) => boolean;
|
102
|
-
}, "v-slot:default" | "
|
102
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
103
103
|
symbol: any;
|
104
104
|
filter: boolean;
|
105
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
106
|
+
direction: "horizontal" | "vertical";
|
105
107
|
style: vue.StyleValue;
|
108
|
+
mobile: NonNullable<boolean | null> | null;
|
106
109
|
disabled: boolean;
|
110
|
+
multiple: boolean;
|
107
111
|
tag: string;
|
108
|
-
mobile: NonNullable<boolean | null> | null;
|
109
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
110
112
|
column: boolean;
|
111
|
-
multiple: boolean;
|
112
|
-
direction: "horizontal" | "vertical";
|
113
113
|
selectedClass: string;
|
114
114
|
valueComparator: typeof deepEqual;
|
115
115
|
centerActive: boolean;
|
116
116
|
nextIcon: IconValue;
|
117
117
|
prevIcon: IconValue;
|
118
118
|
} & {
|
119
|
+
max?: number | undefined;
|
120
|
+
color?: string | undefined;
|
119
121
|
class?: any;
|
122
|
+
mandatory?: boolean | "force" | undefined;
|
120
123
|
theme?: string | undefined;
|
121
|
-
color?: string | undefined;
|
122
124
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
123
|
-
mandatory?: boolean | "force" | undefined;
|
124
|
-
max?: number | undefined;
|
125
125
|
showArrows?: string | boolean | undefined;
|
126
126
|
} & {}, {
|
127
127
|
symbol: any;
|
128
128
|
filter: boolean;
|
129
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
130
|
+
direction: "horizontal" | "vertical";
|
129
131
|
style: vue.StyleValue;
|
132
|
+
mobile: NonNullable<boolean | null> | null;
|
130
133
|
disabled: boolean;
|
134
|
+
multiple: boolean;
|
131
135
|
tag: string;
|
132
|
-
mobile: NonNullable<boolean | null> | null;
|
133
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
134
136
|
column: boolean;
|
135
|
-
multiple: boolean;
|
136
|
-
direction: "horizontal" | "vertical";
|
137
137
|
selectedClass: string;
|
138
138
|
valueComparator: typeof deepEqual;
|
139
139
|
centerActive: boolean;
|
@@ -159,38 +159,38 @@ declare const VChipGroup: {
|
|
159
159
|
}, {
|
160
160
|
symbol: any;
|
161
161
|
filter: boolean;
|
162
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
163
|
+
direction: "horizontal" | "vertical";
|
162
164
|
style: vue.StyleValue;
|
165
|
+
mobile: NonNullable<boolean | null> | null;
|
163
166
|
disabled: boolean;
|
167
|
+
multiple: boolean;
|
164
168
|
tag: string;
|
165
|
-
mobile: NonNullable<boolean | null> | null;
|
166
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
167
169
|
column: boolean;
|
168
|
-
multiple: boolean;
|
169
|
-
direction: "horizontal" | "vertical";
|
170
170
|
selectedClass: string;
|
171
171
|
valueComparator: typeof deepEqual;
|
172
172
|
centerActive: boolean;
|
173
173
|
nextIcon: IconValue;
|
174
174
|
prevIcon: IconValue;
|
175
175
|
} & {
|
176
|
+
max?: number | undefined;
|
177
|
+
color?: string | undefined;
|
176
178
|
class?: any;
|
179
|
+
mandatory?: boolean | "force" | undefined;
|
177
180
|
theme?: string | undefined;
|
178
|
-
color?: string | undefined;
|
179
181
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
180
|
-
mandatory?: boolean | "force" | undefined;
|
181
|
-
max?: number | undefined;
|
182
182
|
showArrows?: string | boolean | undefined;
|
183
183
|
} & {}, {}, {}, {}, {}, {
|
184
184
|
symbol: any;
|
185
185
|
filter: boolean;
|
186
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
187
|
+
direction: "horizontal" | "vertical";
|
186
188
|
style: vue.StyleValue;
|
189
|
+
mobile: NonNullable<boolean | null> | null;
|
187
190
|
disabled: boolean;
|
191
|
+
multiple: boolean;
|
188
192
|
tag: string;
|
189
|
-
mobile: NonNullable<boolean | null> | null;
|
190
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
191
193
|
column: boolean;
|
192
|
-
multiple: boolean;
|
193
|
-
direction: "horizontal" | "vertical";
|
194
194
|
selectedClass: string;
|
195
195
|
valueComparator: typeof deepEqual;
|
196
196
|
centerActive: boolean;
|
@@ -203,40 +203,40 @@ declare const VChipGroup: {
|
|
203
203
|
} & vue.ComponentOptionsBase<{
|
204
204
|
symbol: any;
|
205
205
|
filter: boolean;
|
206
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
207
|
+
direction: "horizontal" | "vertical";
|
206
208
|
style: vue.StyleValue;
|
209
|
+
mobile: NonNullable<boolean | null> | null;
|
207
210
|
disabled: boolean;
|
211
|
+
multiple: boolean;
|
208
212
|
tag: string;
|
209
|
-
mobile: NonNullable<boolean | null> | null;
|
210
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
211
213
|
column: boolean;
|
212
|
-
multiple: boolean;
|
213
|
-
direction: "horizontal" | "vertical";
|
214
214
|
selectedClass: string;
|
215
215
|
valueComparator: typeof deepEqual;
|
216
216
|
centerActive: boolean;
|
217
217
|
nextIcon: IconValue;
|
218
218
|
prevIcon: IconValue;
|
219
219
|
} & {
|
220
|
+
max?: number | undefined;
|
221
|
+
color?: string | undefined;
|
220
222
|
class?: any;
|
223
|
+
mandatory?: boolean | "force" | undefined;
|
221
224
|
theme?: string | undefined;
|
222
|
-
color?: string | undefined;
|
223
225
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
224
|
-
mandatory?: boolean | "force" | undefined;
|
225
|
-
max?: number | undefined;
|
226
226
|
showArrows?: string | boolean | undefined;
|
227
227
|
} & {}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
228
228
|
'update:modelValue': (value: any) => boolean;
|
229
|
-
}, "v-slot:default" | "
|
229
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "update:modelValue">, string, {
|
230
230
|
symbol: any;
|
231
231
|
filter: boolean;
|
232
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
233
|
+
direction: "horizontal" | "vertical";
|
232
234
|
style: vue.StyleValue;
|
235
|
+
mobile: NonNullable<boolean | null> | null;
|
233
236
|
disabled: boolean;
|
237
|
+
multiple: boolean;
|
234
238
|
tag: string;
|
235
|
-
mobile: NonNullable<boolean | null> | null;
|
236
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
237
239
|
column: boolean;
|
238
|
-
multiple: boolean;
|
239
|
-
direction: "horizontal" | "vertical";
|
240
240
|
selectedClass: string;
|
241
241
|
valueComparator: typeof deepEqual;
|
242
242
|
centerActive: boolean;
|
@@ -264,7 +264,7 @@ declare const VChipGroup: {
|
|
264
264
|
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
265
265
|
default: string;
|
266
266
|
validator: (v: any) => boolean;
|
267
|
-
}, "
|
267
|
+
}, "type" | "default"> & {
|
268
268
|
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
269
269
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
270
270
|
};
|
@@ -293,7 +293,7 @@ declare const VChipGroup: {
|
|
293
293
|
mobile: Omit<{
|
294
294
|
type: PropType<boolean | null>;
|
295
295
|
default: boolean;
|
296
|
-
}, "
|
296
|
+
}, "type" | "default"> & {
|
297
297
|
type: PropType<NonNullable<boolean | null> | null>;
|
298
298
|
default: NonNullable<boolean | null> | null;
|
299
299
|
};
|
@@ -331,7 +331,7 @@ declare const VChipGroup: {
|
|
331
331
|
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
332
332
|
default: string;
|
333
333
|
validator: (v: any) => boolean;
|
334
|
-
}, "
|
334
|
+
}, "type" | "default"> & {
|
335
335
|
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
336
336
|
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
337
337
|
};
|
@@ -360,7 +360,7 @@ declare const VChipGroup: {
|
|
360
360
|
mobile: Omit<{
|
361
361
|
type: PropType<boolean | null>;
|
362
362
|
default: boolean;
|
363
|
-
}, "
|
363
|
+
}, "type" | "default"> & {
|
364
364
|
type: PropType<NonNullable<boolean | null> | null>;
|
365
365
|
default: NonNullable<boolean | null> | null;
|
366
366
|
};
|