@vuetify/nightly 3.1.6 → 3.1.7
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 +6 -12
- package/dist/json/attributes.json +561 -33
- package/dist/json/tags.json +136 -2
- package/dist/json/web-types.json +2162 -84
- package/dist/vuetify-labs.css +231 -231
- package/dist/vuetify-labs.d.ts +3453 -144
- package/dist/vuetify-labs.esm.js +21 -10
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +21 -10
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1 -1
- package/dist/vuetify.d.ts +1916 -65
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +1 -1
- package/dist/vuetify.min.js +3 -3
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.ts +22 -0
- package/lib/components/VApp/index.d.ts +6 -0
- package/lib/components/VAppBar/index.d.ts +36 -0
- package/lib/components/VAutocomplete/index.d.ts +117 -6
- package/lib/components/VAvatar/index.d.ts +6 -0
- package/lib/components/VBadge/index.d.ts +8 -0
- package/lib/components/VBanner/index.d.ts +24 -0
- package/lib/components/VBottomNavigation/index.d.ts +6 -0
- package/lib/components/VBreadcrumbs/index.d.ts +28 -4
- package/lib/components/VBtn/index.d.ts +12 -0
- package/lib/components/VBtnGroup/index.d.ts +6 -0
- package/lib/components/VBtnToggle/index.d.ts +6 -0
- package/lib/components/VCard/index.d.ts +60 -0
- package/lib/components/VCarousel/index.d.ts +60 -0
- package/lib/components/VCheckbox/index.d.ts +38 -0
- package/lib/components/VChip/index.d.ts +12 -0
- package/lib/components/VChipGroup/index.d.ts +6 -0
- package/lib/components/VCode/index.d.ts +6 -0
- package/lib/components/VCombobox/index.d.ts +117 -6
- package/lib/components/VCounter/index.d.ts +24 -0
- package/lib/components/VDefaultsProvider/index.d.ts +6 -0
- package/lib/components/VDialog/index.d.ts +64 -1
- package/lib/components/VDivider/index.d.ts +6 -0
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.ts +49 -12
- package/lib/components/VField/index.d.ts +20 -6
- package/lib/components/VFileInput/index.d.ts +43 -1
- package/lib/components/VFooter/index.d.ts +6 -0
- package/lib/components/VForm/index.d.ts +6 -0
- package/lib/components/VGrid/index.d.ts +24 -0
- package/lib/components/VHover/index.d.ts +12 -0
- package/lib/components/VIcon/index.d.ts +12 -0
- package/lib/components/VImg/index.d.ts +12 -0
- package/lib/components/VInput/index.d.ts +12 -0
- package/lib/components/VItemGroup/index.d.ts +12 -0
- package/lib/components/VKbd/index.d.ts +6 -0
- package/lib/components/VLabel/index.d.ts +6 -0
- package/lib/components/VLayout/index.d.ts +12 -0
- package/lib/components/VLazy/index.d.ts +6 -0
- package/lib/components/VList/index.d.ts +77 -6
- package/lib/components/VLocaleProvider/index.d.ts +6 -0
- package/lib/components/VMain/index.d.ts +6 -0
- package/lib/components/VMenu/index.d.ts +64 -1
- package/lib/components/VMessages/index.d.ts +24 -0
- package/lib/components/VNavigationDrawer/index.d.ts +12 -0
- package/lib/components/VNoSsr/index.d.ts +6 -0
- package/lib/components/VOverlay/index.d.ts +18 -0
- package/lib/components/VPagination/index.d.ts +14 -0
- package/lib/components/VParallax/index.d.ts +12 -0
- package/lib/components/VProgressCircular/index.d.ts +6 -0
- package/lib/components/VProgressLinear/index.d.ts +12 -0
- package/lib/components/VRadio/index.d.ts +16 -0
- package/lib/components/VRadioGroup/index.d.ts +22 -0
- package/lib/components/VRangeSlider/index.d.ts +16 -0
- package/lib/components/VRating/index.d.ts +8 -0
- package/lib/components/VResponsive/index.d.ts +8 -0
- package/lib/components/VSelect/index.d.ts +183 -6
- package/lib/components/VSelectionControl/index.d.ts +14 -6
- package/lib/components/VSelectionControlGroup/index.d.ts +6 -0
- package/lib/components/VSheet/index.d.ts +6 -0
- package/lib/components/VSlideGroup/index.d.ts +26 -0
- package/lib/components/VSlider/index.d.ts +16 -0
- package/lib/components/VSnackbar/index.d.ts +44 -1
- package/lib/components/VSwitch/index.d.ts +22 -0
- package/lib/components/VSystemBar/index.d.ts +6 -0
- package/lib/components/VTable/index.d.ts +12 -0
- package/lib/components/VTabs/index.d.ts +12 -0
- package/lib/components/VTextField/index.d.ts +54 -6
- package/lib/components/VTextarea/index.d.ts +39 -1
- package/lib/components/VThemeProvider/index.d.ts +6 -0
- package/lib/components/VTimeline/index.d.ts +16 -0
- package/lib/components/VToolbar/index.d.ts +30 -0
- package/lib/components/VTooltip/index.d.ts +46 -1
- package/lib/components/VValidation/index.d.ts +6 -0
- package/lib/components/VWindow/index.d.ts +34 -0
- package/lib/components/index.d.ts +1916 -65
- package/lib/components/transitions/index.d.ts +96 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +4 -6
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +1503 -48
- package/lib/labs/VVirtualScroll/VVirtualScroll.mjs +15 -2
- package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/labs/VVirtualScroll/index.d.ts +9 -6
- package/lib/labs/components.d.ts +1512 -54
- package/lib/util/defineComponent.mjs.map +1 -1
- package/package.json +2 -1
|
@@ -49,6 +49,14 @@ declare const VAlert: vue.DefineComponent<{
|
|
|
49
49
|
append?: (() => vue.VNodeChild) | undefined;
|
|
50
50
|
close?: (() => vue.VNodeChild) | undefined;
|
|
51
51
|
};
|
|
52
|
+
$slots?: {
|
|
53
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
54
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
55
|
+
title?: (() => vue.VNodeChild) | undefined;
|
|
56
|
+
text?: (() => vue.VNodeChild) | undefined;
|
|
57
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
58
|
+
close?: (() => vue.VNodeChild) | undefined;
|
|
59
|
+
} | undefined;
|
|
52
60
|
'v-slots'?: {
|
|
53
61
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
54
62
|
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
@@ -103,6 +111,14 @@ declare const VAlert: vue.DefineComponent<{
|
|
|
103
111
|
append?: (() => vue.VNodeChild) | undefined;
|
|
104
112
|
close?: (() => vue.VNodeChild) | undefined;
|
|
105
113
|
};
|
|
114
|
+
$slots?: {
|
|
115
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
116
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
117
|
+
title?: (() => vue.VNodeChild) | undefined;
|
|
118
|
+
text?: (() => vue.VNodeChild) | undefined;
|
|
119
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
120
|
+
close?: (() => vue.VNodeChild) | undefined;
|
|
121
|
+
} | undefined;
|
|
106
122
|
'v-slots'?: {
|
|
107
123
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
108
124
|
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
@@ -140,6 +156,9 @@ declare const VAlertTitle: vue.DefineComponent<{
|
|
|
140
156
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
141
157
|
default?: (() => vue.VNodeChild) | undefined;
|
|
142
158
|
};
|
|
159
|
+
$slots?: {
|
|
160
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
161
|
+
} | undefined;
|
|
143
162
|
'v-slots'?: {
|
|
144
163
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
145
164
|
} | undefined;
|
|
@@ -153,6 +172,9 @@ declare const VAlertTitle: vue.DefineComponent<{
|
|
|
153
172
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
154
173
|
default?: (() => vue.VNodeChild) | undefined;
|
|
155
174
|
};
|
|
175
|
+
$slots?: {
|
|
176
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
177
|
+
} | undefined;
|
|
156
178
|
'v-slots'?: {
|
|
157
179
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
158
180
|
} | undefined;
|
|
@@ -52,6 +52,9 @@ declare const VApp: vue.DefineComponent<{
|
|
|
52
52
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
53
53
|
default?: (() => vue.VNodeChild) | undefined;
|
|
54
54
|
};
|
|
55
|
+
$slots?: {
|
|
56
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
57
|
+
} | undefined;
|
|
55
58
|
'v-slots'?: {
|
|
56
59
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
57
60
|
} | undefined;
|
|
@@ -86,6 +89,9 @@ declare const VApp: vue.DefineComponent<{
|
|
|
86
89
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
87
90
|
default?: (() => vue.VNodeChild) | undefined;
|
|
88
91
|
};
|
|
92
|
+
$slots?: {
|
|
93
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
94
|
+
} | undefined;
|
|
89
95
|
'v-slots'?: {
|
|
90
96
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
91
97
|
} | undefined;
|
|
@@ -34,6 +34,14 @@ declare const VAppBar: vue.DefineComponent<{
|
|
|
34
34
|
title?: (() => vue.VNodeChild) | undefined;
|
|
35
35
|
extension?: (() => vue.VNodeChild) | undefined;
|
|
36
36
|
};
|
|
37
|
+
$slots?: {
|
|
38
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
39
|
+
image?: (() => vue.VNodeChild) | undefined;
|
|
40
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
41
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
42
|
+
title?: (() => vue.VNodeChild) | undefined;
|
|
43
|
+
extension?: (() => vue.VNodeChild) | undefined;
|
|
44
|
+
} | undefined;
|
|
37
45
|
'v-slots'?: {
|
|
38
46
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
39
47
|
image?: false | (() => vue.VNodeChild) | undefined;
|
|
@@ -82,6 +90,14 @@ declare const VAppBar: vue.DefineComponent<{
|
|
|
82
90
|
title?: (() => vue.VNodeChild) | undefined;
|
|
83
91
|
extension?: (() => vue.VNodeChild) | undefined;
|
|
84
92
|
};
|
|
93
|
+
$slots?: {
|
|
94
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
95
|
+
image?: (() => vue.VNodeChild) | undefined;
|
|
96
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
97
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
98
|
+
title?: (() => vue.VNodeChild) | undefined;
|
|
99
|
+
extension?: (() => vue.VNodeChild) | undefined;
|
|
100
|
+
} | undefined;
|
|
85
101
|
'v-slots'?: {
|
|
86
102
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
87
103
|
image?: false | (() => vue.VNodeChild) | undefined;
|
|
@@ -128,6 +144,12 @@ declare const VAppBarNavIcon: vue.DefineComponent<{
|
|
|
128
144
|
append?: (() => vue.VNodeChild) | undefined;
|
|
129
145
|
loader?: (() => vue.VNodeChild) | undefined;
|
|
130
146
|
};
|
|
147
|
+
$slots?: {
|
|
148
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
149
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
150
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
151
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
152
|
+
} | undefined;
|
|
131
153
|
'v-slots'?: {
|
|
132
154
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
133
155
|
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
@@ -148,6 +170,12 @@ declare const VAppBarNavIcon: vue.DefineComponent<{
|
|
|
148
170
|
append?: (() => vue.VNodeChild) | undefined;
|
|
149
171
|
loader?: (() => vue.VNodeChild) | undefined;
|
|
150
172
|
};
|
|
173
|
+
$slots?: {
|
|
174
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
175
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
176
|
+
append?: (() => vue.VNodeChild) | undefined;
|
|
177
|
+
loader?: (() => vue.VNodeChild) | undefined;
|
|
178
|
+
} | undefined;
|
|
151
179
|
'v-slots'?: {
|
|
152
180
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
153
181
|
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
@@ -173,6 +201,10 @@ declare const VAppBarTitle: vue.DefineComponent<{
|
|
|
173
201
|
default?: (() => vue.VNodeChild) | undefined;
|
|
174
202
|
text?: (() => vue.VNodeChild) | undefined;
|
|
175
203
|
};
|
|
204
|
+
$slots?: {
|
|
205
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
206
|
+
text?: (() => vue.VNodeChild) | undefined;
|
|
207
|
+
} | undefined;
|
|
176
208
|
'v-slots'?: {
|
|
177
209
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
178
210
|
text?: false | (() => vue.VNodeChild) | undefined;
|
|
@@ -189,6 +221,10 @@ declare const VAppBarTitle: vue.DefineComponent<{
|
|
|
189
221
|
default?: (() => vue.VNodeChild) | undefined;
|
|
190
222
|
text?: (() => vue.VNodeChild) | undefined;
|
|
191
223
|
};
|
|
224
|
+
$slots?: {
|
|
225
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
226
|
+
text?: (() => vue.VNodeChild) | undefined;
|
|
227
|
+
} | undefined;
|
|
192
228
|
'v-slots'?: {
|
|
193
229
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
194
230
|
text?: false | (() => vue.VNodeChild) | undefined;
|
|
@@ -335,6 +335,9 @@ declare const VAutocomplete: {
|
|
|
335
335
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
336
336
|
default?: (() => vue.VNodeChild) | undefined;
|
|
337
337
|
};
|
|
338
|
+
$slots?: {
|
|
339
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
340
|
+
} | undefined;
|
|
338
341
|
'v-slots'?: {
|
|
339
342
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
340
343
|
} | undefined;
|
|
@@ -346,6 +349,9 @@ declare const VAutocomplete: {
|
|
|
346
349
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
347
350
|
default?: (() => vue.VNodeChild) | undefined;
|
|
348
351
|
};
|
|
352
|
+
$slots?: {
|
|
353
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
354
|
+
} | undefined;
|
|
349
355
|
'v-slots'?: {
|
|
350
356
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
351
357
|
} | undefined;
|
|
@@ -385,6 +391,9 @@ declare const VAutocomplete: {
|
|
|
385
391
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
386
392
|
default?: (() => vue.VNodeChild) | undefined;
|
|
387
393
|
};
|
|
394
|
+
$slots?: {
|
|
395
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
396
|
+
} | undefined;
|
|
388
397
|
'v-slots'?: {
|
|
389
398
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
390
399
|
} | undefined;
|
|
@@ -396,6 +405,9 @@ declare const VAutocomplete: {
|
|
|
396
405
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
397
406
|
default?: (() => vue.VNodeChild) | undefined;
|
|
398
407
|
};
|
|
408
|
+
$slots?: {
|
|
409
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
410
|
+
} | undefined;
|
|
399
411
|
'v-slots'?: {
|
|
400
412
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
401
413
|
} | undefined;
|
|
@@ -447,6 +459,15 @@ declare const VAutocomplete: {
|
|
|
447
459
|
props: Record<string, any>;
|
|
448
460
|
}) => vue.VNodeChild) | undefined;
|
|
449
461
|
};
|
|
462
|
+
$slots?: {
|
|
463
|
+
default?: ((args_0: {
|
|
464
|
+
isActive: vue.Ref<boolean>;
|
|
465
|
+
}) => vue.VNodeChild) | undefined;
|
|
466
|
+
activator?: ((args_0: {
|
|
467
|
+
isActive: boolean;
|
|
468
|
+
props: Record<string, any>;
|
|
469
|
+
}) => vue.VNodeChild) | undefined;
|
|
470
|
+
} | undefined;
|
|
450
471
|
'v-slots'?: {
|
|
451
472
|
default?: false | ((args_0: {
|
|
452
473
|
isActive: vue.Ref<boolean>;
|
|
@@ -490,7 +511,7 @@ declare const VAutocomplete: {
|
|
|
490
511
|
};
|
|
491
512
|
noFilter: BooleanConstructor;
|
|
492
513
|
search: StringConstructor;
|
|
493
|
-
}, "multiple" | "$children" | "
|
|
514
|
+
}, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
|
|
494
515
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
495
516
|
"onUpdate:search"?: ((val: any) => any) | undefined;
|
|
496
517
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "transition" | "menu" | "autofocus" | "eager" | "disabled" | "readonly" | "noDataText" | "messages" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "clearable" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter" | "valueComparator" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear" | "filterMode" | "noFilter" | "filterKeys">;
|
|
@@ -648,6 +669,9 @@ declare const VAutocomplete: {
|
|
|
648
669
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
649
670
|
default?: (() => vue.VNodeChild) | undefined;
|
|
650
671
|
};
|
|
672
|
+
$slots?: {
|
|
673
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
674
|
+
} | undefined;
|
|
651
675
|
'v-slots'?: {
|
|
652
676
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
653
677
|
} | undefined;
|
|
@@ -659,6 +683,9 @@ declare const VAutocomplete: {
|
|
|
659
683
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
660
684
|
default?: (() => vue.VNodeChild) | undefined;
|
|
661
685
|
};
|
|
686
|
+
$slots?: {
|
|
687
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
688
|
+
} | undefined;
|
|
662
689
|
'v-slots'?: {
|
|
663
690
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
664
691
|
} | undefined;
|
|
@@ -698,6 +725,9 @@ declare const VAutocomplete: {
|
|
|
698
725
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
699
726
|
default?: (() => vue.VNodeChild) | undefined;
|
|
700
727
|
};
|
|
728
|
+
$slots?: {
|
|
729
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
730
|
+
} | undefined;
|
|
701
731
|
'v-slots'?: {
|
|
702
732
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
703
733
|
} | undefined;
|
|
@@ -709,6 +739,9 @@ declare const VAutocomplete: {
|
|
|
709
739
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
710
740
|
default?: (() => vue.VNodeChild) | undefined;
|
|
711
741
|
};
|
|
742
|
+
$slots?: {
|
|
743
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
744
|
+
} | undefined;
|
|
712
745
|
'v-slots'?: {
|
|
713
746
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
714
747
|
} | undefined;
|
|
@@ -760,6 +793,15 @@ declare const VAutocomplete: {
|
|
|
760
793
|
props: Record<string, any>;
|
|
761
794
|
}) => vue.VNodeChild) | undefined;
|
|
762
795
|
};
|
|
796
|
+
$slots?: {
|
|
797
|
+
default?: ((args_0: {
|
|
798
|
+
isActive: vue.Ref<boolean>;
|
|
799
|
+
}) => vue.VNodeChild) | undefined;
|
|
800
|
+
activator?: ((args_0: {
|
|
801
|
+
isActive: boolean;
|
|
802
|
+
props: Record<string, any>;
|
|
803
|
+
}) => vue.VNodeChild) | undefined;
|
|
804
|
+
} | undefined;
|
|
763
805
|
'v-slots'?: {
|
|
764
806
|
default?: false | ((args_0: {
|
|
765
807
|
isActive: vue.Ref<boolean>;
|
|
@@ -803,7 +845,7 @@ declare const VAutocomplete: {
|
|
|
803
845
|
};
|
|
804
846
|
noFilter: BooleanConstructor;
|
|
805
847
|
search: StringConstructor;
|
|
806
|
-
}, "multiple" | "$children" | "
|
|
848
|
+
}, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
|
|
807
849
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
808
850
|
"onUpdate:search"?: ((val: any) => any) | undefined;
|
|
809
851
|
}, {
|
|
@@ -819,7 +861,7 @@ declare const VAutocomplete: {
|
|
|
819
861
|
'update:search': (val: any) => true;
|
|
820
862
|
'update:modelValue': (val: any) => boolean;
|
|
821
863
|
'update:menu': (val: boolean) => true;
|
|
822
|
-
}, "multiple" | "$children" | "
|
|
864
|
+
}, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
|
823
865
|
reverse: boolean;
|
|
824
866
|
type: string;
|
|
825
867
|
error: boolean;
|
|
@@ -1023,6 +1065,9 @@ declare const VAutocomplete: {
|
|
|
1023
1065
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1024
1066
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1025
1067
|
};
|
|
1068
|
+
$slots?: {
|
|
1069
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1070
|
+
} | undefined;
|
|
1026
1071
|
'v-slots'?: {
|
|
1027
1072
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1028
1073
|
} | undefined;
|
|
@@ -1034,6 +1079,9 @@ declare const VAutocomplete: {
|
|
|
1034
1079
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1035
1080
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1036
1081
|
};
|
|
1082
|
+
$slots?: {
|
|
1083
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1084
|
+
} | undefined;
|
|
1037
1085
|
'v-slots'?: {
|
|
1038
1086
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1039
1087
|
} | undefined;
|
|
@@ -1073,6 +1121,9 @@ declare const VAutocomplete: {
|
|
|
1073
1121
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1074
1122
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1075
1123
|
};
|
|
1124
|
+
$slots?: {
|
|
1125
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1126
|
+
} | undefined;
|
|
1076
1127
|
'v-slots'?: {
|
|
1077
1128
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1078
1129
|
} | undefined;
|
|
@@ -1084,6 +1135,9 @@ declare const VAutocomplete: {
|
|
|
1084
1135
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1085
1136
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1086
1137
|
};
|
|
1138
|
+
$slots?: {
|
|
1139
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1140
|
+
} | undefined;
|
|
1087
1141
|
'v-slots'?: {
|
|
1088
1142
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1089
1143
|
} | undefined;
|
|
@@ -1135,6 +1189,15 @@ declare const VAutocomplete: {
|
|
|
1135
1189
|
props: Record<string, any>;
|
|
1136
1190
|
}) => vue.VNodeChild) | undefined;
|
|
1137
1191
|
};
|
|
1192
|
+
$slots?: {
|
|
1193
|
+
default?: ((args_0: {
|
|
1194
|
+
isActive: vue.Ref<boolean>;
|
|
1195
|
+
}) => vue.VNodeChild) | undefined;
|
|
1196
|
+
activator?: ((args_0: {
|
|
1197
|
+
isActive: boolean;
|
|
1198
|
+
props: Record<string, any>;
|
|
1199
|
+
}) => vue.VNodeChild) | undefined;
|
|
1200
|
+
} | undefined;
|
|
1138
1201
|
'v-slots'?: {
|
|
1139
1202
|
default?: false | ((args_0: {
|
|
1140
1203
|
isActive: vue.Ref<boolean>;
|
|
@@ -1178,7 +1241,7 @@ declare const VAutocomplete: {
|
|
|
1178
1241
|
};
|
|
1179
1242
|
noFilter: BooleanConstructor;
|
|
1180
1243
|
search: StringConstructor;
|
|
1181
|
-
}, "multiple" | "$children" | "
|
|
1244
|
+
}, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
|
|
1182
1245
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
1183
1246
|
"onUpdate:search"?: ((val: any) => any) | undefined;
|
|
1184
1247
|
} & vue.ShallowUnwrapRef<{
|
|
@@ -1335,6 +1398,9 @@ declare const VAutocomplete: {
|
|
|
1335
1398
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1336
1399
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1337
1400
|
};
|
|
1401
|
+
$slots?: {
|
|
1402
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1403
|
+
} | undefined;
|
|
1338
1404
|
'v-slots'?: {
|
|
1339
1405
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1340
1406
|
} | undefined;
|
|
@@ -1346,6 +1412,9 @@ declare const VAutocomplete: {
|
|
|
1346
1412
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1347
1413
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1348
1414
|
};
|
|
1415
|
+
$slots?: {
|
|
1416
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1417
|
+
} | undefined;
|
|
1349
1418
|
'v-slots'?: {
|
|
1350
1419
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1351
1420
|
} | undefined;
|
|
@@ -1385,6 +1454,9 @@ declare const VAutocomplete: {
|
|
|
1385
1454
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1386
1455
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1387
1456
|
};
|
|
1457
|
+
$slots?: {
|
|
1458
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1459
|
+
} | undefined;
|
|
1388
1460
|
'v-slots'?: {
|
|
1389
1461
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1390
1462
|
} | undefined;
|
|
@@ -1396,6 +1468,9 @@ declare const VAutocomplete: {
|
|
|
1396
1468
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
1397
1469
|
default?: (() => vue.VNodeChild) | undefined;
|
|
1398
1470
|
};
|
|
1471
|
+
$slots?: {
|
|
1472
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
1473
|
+
} | undefined;
|
|
1399
1474
|
'v-slots'?: {
|
|
1400
1475
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
1401
1476
|
} | undefined;
|
|
@@ -1447,6 +1522,15 @@ declare const VAutocomplete: {
|
|
|
1447
1522
|
props: Record<string, any>;
|
|
1448
1523
|
}) => vue.VNodeChild) | undefined;
|
|
1449
1524
|
};
|
|
1525
|
+
$slots?: {
|
|
1526
|
+
default?: ((args_0: {
|
|
1527
|
+
isActive: vue.Ref<boolean>;
|
|
1528
|
+
}) => vue.VNodeChild) | undefined;
|
|
1529
|
+
activator?: ((args_0: {
|
|
1530
|
+
isActive: boolean;
|
|
1531
|
+
props: Record<string, any>;
|
|
1532
|
+
}) => vue.VNodeChild) | undefined;
|
|
1533
|
+
} | undefined;
|
|
1450
1534
|
'v-slots'?: {
|
|
1451
1535
|
default?: false | ((args_0: {
|
|
1452
1536
|
isActive: vue.Ref<boolean>;
|
|
@@ -1490,7 +1574,7 @@ declare const VAutocomplete: {
|
|
|
1490
1574
|
};
|
|
1491
1575
|
noFilter: BooleanConstructor;
|
|
1492
1576
|
search: StringConstructor;
|
|
1493
|
-
}, "multiple" | "$children" | "
|
|
1577
|
+
}, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
|
|
1494
1578
|
"onUpdate:menu"?: ((val: boolean) => any) | undefined;
|
|
1495
1579
|
"onUpdate:search"?: ((val: any) => any) | undefined;
|
|
1496
1580
|
}, {
|
|
@@ -1506,7 +1590,7 @@ declare const VAutocomplete: {
|
|
|
1506
1590
|
'update:search': (val: any) => true;
|
|
1507
1591
|
'update:modelValue': (val: any) => boolean;
|
|
1508
1592
|
'update:menu': (val: boolean) => true;
|
|
1509
|
-
}, "multiple" | "$children" | "
|
|
1593
|
+
}, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
|
|
1510
1594
|
reverse: boolean;
|
|
1511
1595
|
type: string;
|
|
1512
1596
|
error: boolean;
|
|
@@ -1584,6 +1668,33 @@ declare const VAutocomplete: {
|
|
|
1584
1668
|
'append-item'?: (() => vue.VNodeChild) | undefined;
|
|
1585
1669
|
'no-data'?: (() => vue.VNodeChild) | undefined;
|
|
1586
1670
|
};
|
|
1671
|
+
$slots?: {
|
|
1672
|
+
clear?: (() => vue.VNodeChild) | undefined;
|
|
1673
|
+
details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1674
|
+
label?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
|
|
1675
|
+
append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1676
|
+
prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
1677
|
+
loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
|
|
1678
|
+
'prepend-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
|
|
1679
|
+
'append-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
|
|
1680
|
+
item?: ((args_0: {
|
|
1681
|
+
item: InternalItem<T_1>;
|
|
1682
|
+
index: number;
|
|
1683
|
+
props: Record<string, unknown>;
|
|
1684
|
+
}) => vue.VNodeChild) | undefined;
|
|
1685
|
+
chip?: ((args_0: {
|
|
1686
|
+
item: InternalItem<T_1>;
|
|
1687
|
+
index: number;
|
|
1688
|
+
props: Record<string, unknown>;
|
|
1689
|
+
}) => vue.VNodeChild) | undefined;
|
|
1690
|
+
selection?: ((args_0: {
|
|
1691
|
+
item: InternalItem<T_1>;
|
|
1692
|
+
index: number;
|
|
1693
|
+
}) => vue.VNodeChild) | undefined;
|
|
1694
|
+
'prepend-item'?: (() => vue.VNodeChild) | undefined;
|
|
1695
|
+
'append-item'?: (() => vue.VNodeChild) | undefined;
|
|
1696
|
+
'no-data'?: (() => vue.VNodeChild) | undefined;
|
|
1697
|
+
} | undefined;
|
|
1587
1698
|
'v-slots'?: {
|
|
1588
1699
|
clear?: false | (() => vue.VNodeChild) | undefined;
|
|
1589
1700
|
details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
|
|
@@ -23,6 +23,9 @@ declare const VAvatar: vue.DefineComponent<{
|
|
|
23
23
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
24
24
|
default?: (() => vue.VNodeChild) | undefined;
|
|
25
25
|
};
|
|
26
|
+
$slots?: {
|
|
27
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
28
|
+
} | undefined;
|
|
26
29
|
'v-slots'?: {
|
|
27
30
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
28
31
|
} | undefined;
|
|
@@ -45,6 +48,9 @@ declare const VAvatar: vue.DefineComponent<{
|
|
|
45
48
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
46
49
|
default?: (() => vue.VNodeChild) | undefined;
|
|
47
50
|
};
|
|
51
|
+
$slots?: {
|
|
52
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
53
|
+
} | undefined;
|
|
48
54
|
'v-slots'?: {
|
|
49
55
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
50
56
|
} | undefined;
|
|
@@ -37,6 +37,10 @@ declare const VBadge: vue.DefineComponent<{
|
|
|
37
37
|
default?: (() => vue.VNodeChild) | undefined;
|
|
38
38
|
badge?: (() => vue.VNodeChild) | undefined;
|
|
39
39
|
};
|
|
40
|
+
$slots?: {
|
|
41
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
42
|
+
badge?: (() => vue.VNodeChild) | undefined;
|
|
43
|
+
} | undefined;
|
|
40
44
|
'v-slots'?: {
|
|
41
45
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
42
46
|
badge?: false | (() => vue.VNodeChild) | undefined;
|
|
@@ -71,6 +75,10 @@ declare const VBadge: vue.DefineComponent<{
|
|
|
71
75
|
default?: (() => vue.VNodeChild) | undefined;
|
|
72
76
|
badge?: (() => vue.VNodeChild) | undefined;
|
|
73
77
|
};
|
|
78
|
+
$slots?: {
|
|
79
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
80
|
+
badge?: (() => vue.VNodeChild) | undefined;
|
|
81
|
+
} | undefined;
|
|
74
82
|
'v-slots'?: {
|
|
75
83
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
76
84
|
badge?: false | (() => vue.VNodeChild) | undefined;
|
|
@@ -42,6 +42,12 @@ declare const VBanner: vue.DefineComponent<{
|
|
|
42
42
|
text?: (() => vue.VNodeChild) | undefined;
|
|
43
43
|
actions?: (() => vue.VNodeChild) | undefined;
|
|
44
44
|
};
|
|
45
|
+
$slots?: {
|
|
46
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
47
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
48
|
+
text?: (() => vue.VNodeChild) | undefined;
|
|
49
|
+
actions?: (() => vue.VNodeChild) | undefined;
|
|
50
|
+
} | undefined;
|
|
45
51
|
'v-slots'?: {
|
|
46
52
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
47
53
|
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
@@ -83,6 +89,12 @@ declare const VBanner: vue.DefineComponent<{
|
|
|
83
89
|
text?: (() => vue.VNodeChild) | undefined;
|
|
84
90
|
actions?: (() => vue.VNodeChild) | undefined;
|
|
85
91
|
};
|
|
92
|
+
$slots?: {
|
|
93
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
94
|
+
prepend?: (() => vue.VNodeChild) | undefined;
|
|
95
|
+
text?: (() => vue.VNodeChild) | undefined;
|
|
96
|
+
actions?: (() => vue.VNodeChild) | undefined;
|
|
97
|
+
} | undefined;
|
|
86
98
|
'v-slots'?: {
|
|
87
99
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
88
100
|
prepend?: false | (() => vue.VNodeChild) | undefined;
|
|
@@ -110,6 +122,9 @@ declare const VBannerActions: vue.DefineComponent<{} & {
|
|
|
110
122
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
111
123
|
default?: (() => vue.VNodeChild) | undefined;
|
|
112
124
|
};
|
|
125
|
+
$slots?: {
|
|
126
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
127
|
+
} | undefined;
|
|
113
128
|
'v-slots'?: {
|
|
114
129
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
115
130
|
} | undefined;
|
|
@@ -122,6 +137,9 @@ declare const VBannerActions: vue.DefineComponent<{} & {
|
|
|
122
137
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
123
138
|
default?: (() => vue.VNodeChild) | undefined;
|
|
124
139
|
};
|
|
140
|
+
$slots?: {
|
|
141
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
142
|
+
} | undefined;
|
|
125
143
|
'v-slots'?: {
|
|
126
144
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
127
145
|
} | undefined;
|
|
@@ -136,6 +154,9 @@ declare const VBannerText: vue.DefineComponent<{
|
|
|
136
154
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
137
155
|
default?: (() => vue.VNodeChild) | undefined;
|
|
138
156
|
};
|
|
157
|
+
$slots?: {
|
|
158
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
159
|
+
} | undefined;
|
|
139
160
|
'v-slots'?: {
|
|
140
161
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
141
162
|
} | undefined;
|
|
@@ -149,6 +170,9 @@ declare const VBannerText: vue.DefineComponent<{
|
|
|
149
170
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
150
171
|
default?: (() => vue.VNodeChild) | undefined;
|
|
151
172
|
};
|
|
173
|
+
$slots?: {
|
|
174
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
175
|
+
} | undefined;
|
|
152
176
|
'v-slots'?: {
|
|
153
177
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
154
178
|
} | undefined;
|
|
@@ -29,6 +29,9 @@ declare const VBottomNavigation: vue.DefineComponent<{
|
|
|
29
29
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
30
30
|
default?: (() => vue.VNodeChild) | undefined;
|
|
31
31
|
};
|
|
32
|
+
$slots?: {
|
|
33
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
34
|
+
} | undefined;
|
|
32
35
|
'v-slots'?: {
|
|
33
36
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
34
37
|
} | undefined;
|
|
@@ -63,6 +66,9 @@ declare const VBottomNavigation: vue.DefineComponent<{
|
|
|
63
66
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
64
67
|
default?: (() => vue.VNodeChild) | undefined;
|
|
65
68
|
};
|
|
69
|
+
$slots?: {
|
|
70
|
+
default?: (() => vue.VNodeChild) | undefined;
|
|
71
|
+
} | undefined;
|
|
66
72
|
'v-slots'?: {
|
|
67
73
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
68
74
|
} | undefined;
|