@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
@@ -58,16 +58,16 @@ declare const VTab: {
|
|
58
58
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
59
59
|
replace: boolean;
|
60
60
|
fixed: boolean;
|
61
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
62
|
+
exact: boolean;
|
63
|
+
direction: "horizontal" | "vertical";
|
61
64
|
style: vue.StyleValue;
|
62
|
-
size: string | number;
|
63
65
|
disabled: boolean;
|
64
|
-
|
66
|
+
size: string | number;
|
65
67
|
readonly: boolean;
|
66
|
-
|
67
|
-
exact: boolean;
|
68
|
+
tag: string;
|
68
69
|
tile: boolean;
|
69
70
|
density: Density;
|
70
|
-
direction: "horizontal" | "vertical";
|
71
71
|
selectedClass: string;
|
72
72
|
slim: boolean;
|
73
73
|
stacked: boolean;
|
@@ -76,24 +76,24 @@ declare const VTab: {
|
|
76
76
|
} | undefined;
|
77
77
|
hideSlider: boolean;
|
78
78
|
} & {
|
79
|
-
class?: any;
|
80
|
-
text?: string | undefined;
|
81
|
-
value?: any;
|
82
|
-
width?: string | number | undefined;
|
83
79
|
height?: string | number | undefined;
|
84
|
-
|
85
|
-
href?: string | undefined;
|
86
|
-
color?: string | undefined;
|
87
|
-
loading?: string | boolean | undefined;
|
88
|
-
icon?: boolean | IconValue | undefined;
|
89
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
80
|
+
width?: string | number | undefined;
|
90
81
|
border?: string | number | boolean | undefined;
|
91
|
-
|
82
|
+
color?: string | undefined;
|
92
83
|
maxHeight?: string | number | undefined;
|
93
84
|
maxWidth?: string | number | undefined;
|
94
85
|
minHeight?: string | number | undefined;
|
95
86
|
minWidth?: string | number | undefined;
|
87
|
+
value?: any;
|
88
|
+
loading?: string | boolean | undefined;
|
89
|
+
text?: string | undefined;
|
90
|
+
class?: any;
|
91
|
+
icon?: boolean | IconValue | undefined;
|
92
|
+
href?: string | undefined;
|
96
93
|
elevation?: string | number | undefined;
|
94
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
95
|
+
theme?: string | undefined;
|
96
|
+
rounded?: string | number | boolean | undefined;
|
97
97
|
baseColor?: string | undefined;
|
98
98
|
activeColor?: string | undefined;
|
99
99
|
prependIcon?: IconValue | undefined;
|
@@ -122,18 +122,18 @@ declare const VTab: {
|
|
122
122
|
$data: {};
|
123
123
|
$props: Partial<{
|
124
124
|
symbol: any;
|
125
|
-
flat: boolean;
|
126
125
|
replace: boolean;
|
127
|
-
|
128
|
-
|
126
|
+
flat: boolean;
|
127
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
128
|
+
exact: boolean;
|
129
|
+
block: boolean;
|
129
130
|
active: boolean;
|
131
|
+
style: vue.StyleValue;
|
130
132
|
disabled: boolean;
|
131
|
-
|
133
|
+
size: string | number;
|
132
134
|
readonly: boolean;
|
135
|
+
tag: string;
|
133
136
|
rounded: string | number | boolean;
|
134
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
135
|
-
block: boolean;
|
136
|
-
exact: boolean;
|
137
137
|
tile: boolean;
|
138
138
|
density: Density;
|
139
139
|
slim: boolean;
|
@@ -143,16 +143,16 @@ declare const VTab: {
|
|
143
143
|
} | undefined;
|
144
144
|
}> & Omit<{
|
145
145
|
symbol: any;
|
146
|
-
flat: boolean;
|
147
146
|
replace: boolean;
|
147
|
+
flat: boolean;
|
148
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
149
|
+
exact: boolean;
|
150
|
+
block: boolean;
|
148
151
|
style: vue.StyleValue;
|
149
|
-
size: string | number;
|
150
152
|
disabled: boolean;
|
151
|
-
|
153
|
+
size: string | number;
|
152
154
|
readonly: boolean;
|
153
|
-
|
154
|
-
block: boolean;
|
155
|
-
exact: boolean;
|
155
|
+
tag: string;
|
156
156
|
tile: boolean;
|
157
157
|
density: Density;
|
158
158
|
slim: boolean;
|
@@ -160,27 +160,27 @@ declare const VTab: {
|
|
160
160
|
ripple: boolean | {
|
161
161
|
class: string;
|
162
162
|
} | undefined;
|
163
|
-
|
164
|
-
text?: string | undefined;
|
165
|
-
value?: any;
|
166
|
-
width?: string | number | undefined;
|
163
|
+
location?: Anchor | undefined;
|
167
164
|
height?: string | number | undefined;
|
165
|
+
width?: string | number | undefined;
|
168
166
|
active?: boolean | undefined;
|
169
|
-
theme?: string | undefined;
|
170
|
-
href?: string | undefined;
|
171
|
-
color?: string | undefined;
|
172
|
-
loading?: string | boolean | undefined;
|
173
|
-
icon?: boolean | IconValue | undefined;
|
174
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
175
167
|
border?: string | number | boolean | undefined;
|
176
|
-
|
177
|
-
rounded?: string | number | boolean | undefined;
|
168
|
+
color?: string | undefined;
|
178
169
|
maxHeight?: string | number | undefined;
|
179
170
|
maxWidth?: string | number | undefined;
|
180
171
|
minHeight?: string | number | undefined;
|
181
172
|
minWidth?: string | number | undefined;
|
173
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
174
|
+
value?: any;
|
175
|
+
loading?: string | boolean | undefined;
|
176
|
+
text?: string | undefined;
|
177
|
+
class?: any;
|
178
|
+
icon?: boolean | IconValue | undefined;
|
179
|
+
href?: string | undefined;
|
182
180
|
elevation?: string | number | undefined;
|
183
|
-
|
181
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
182
|
+
theme?: string | undefined;
|
183
|
+
rounded?: string | number | boolean | undefined;
|
184
184
|
baseColor?: string | undefined;
|
185
185
|
selectedClass?: string | undefined;
|
186
186
|
activeColor?: string | undefined;
|
@@ -207,16 +207,16 @@ declare const VTab: {
|
|
207
207
|
}) => any) | undefined;
|
208
208
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
209
209
|
symbol: any;
|
210
|
-
flat: boolean;
|
211
210
|
replace: boolean;
|
211
|
+
flat: boolean;
|
212
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
213
|
+
exact: boolean;
|
214
|
+
block: boolean;
|
212
215
|
style: vue.StyleValue;
|
213
|
-
size: string | number;
|
214
216
|
disabled: boolean;
|
215
|
-
|
217
|
+
size: string | number;
|
216
218
|
readonly: boolean;
|
217
|
-
|
218
|
-
block: boolean;
|
219
|
-
exact: boolean;
|
219
|
+
tag: string;
|
220
220
|
tile: boolean;
|
221
221
|
density: Density;
|
222
222
|
slim: boolean;
|
@@ -225,27 +225,27 @@ declare const VTab: {
|
|
225
225
|
class: string;
|
226
226
|
} | undefined;
|
227
227
|
} & {
|
228
|
-
|
229
|
-
text?: string | undefined;
|
230
|
-
value?: any;
|
231
|
-
width?: string | number | undefined;
|
228
|
+
location?: Anchor | undefined;
|
232
229
|
height?: string | number | undefined;
|
230
|
+
width?: string | number | undefined;
|
233
231
|
active?: boolean | undefined;
|
234
|
-
theme?: string | undefined;
|
235
|
-
href?: string | undefined;
|
236
|
-
color?: string | undefined;
|
237
|
-
loading?: string | boolean | undefined;
|
238
|
-
icon?: boolean | IconValue | undefined;
|
239
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
240
232
|
border?: string | number | boolean | undefined;
|
241
|
-
|
242
|
-
rounded?: string | number | boolean | undefined;
|
233
|
+
color?: string | undefined;
|
243
234
|
maxHeight?: string | number | undefined;
|
244
235
|
maxWidth?: string | number | undefined;
|
245
236
|
minHeight?: string | number | undefined;
|
246
237
|
minWidth?: string | number | undefined;
|
238
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
239
|
+
value?: any;
|
240
|
+
loading?: string | boolean | undefined;
|
241
|
+
text?: string | undefined;
|
242
|
+
class?: any;
|
243
|
+
icon?: boolean | IconValue | undefined;
|
244
|
+
href?: string | undefined;
|
247
245
|
elevation?: string | number | undefined;
|
248
|
-
|
246
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
247
|
+
theme?: string | undefined;
|
248
|
+
rounded?: string | number | boolean | undefined;
|
249
249
|
baseColor?: string | undefined;
|
250
250
|
selectedClass?: string | undefined;
|
251
251
|
activeColor?: string | undefined;
|
@@ -273,7 +273,7 @@ declare const VTab: {
|
|
273
273
|
"onGroup:selected"?: ((val: {
|
274
274
|
value: boolean;
|
275
275
|
}) => any) | undefined;
|
276
|
-
}, "symbol" | "
|
276
|
+
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
277
277
|
$attrs: {
|
278
278
|
[x: string]: unknown;
|
279
279
|
};
|
@@ -302,16 +302,16 @@ declare const VTab: {
|
|
302
302
|
$el: any;
|
303
303
|
$options: vue.ComponentOptionsBase<{
|
304
304
|
symbol: any;
|
305
|
-
flat: boolean;
|
306
305
|
replace: boolean;
|
306
|
+
flat: boolean;
|
307
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
308
|
+
exact: boolean;
|
309
|
+
block: boolean;
|
307
310
|
style: vue.StyleValue;
|
308
|
-
size: string | number;
|
309
311
|
disabled: boolean;
|
310
|
-
|
312
|
+
size: string | number;
|
311
313
|
readonly: boolean;
|
312
|
-
|
313
|
-
block: boolean;
|
314
|
-
exact: boolean;
|
314
|
+
tag: string;
|
315
315
|
tile: boolean;
|
316
316
|
density: Density;
|
317
317
|
slim: boolean;
|
@@ -320,27 +320,27 @@ declare const VTab: {
|
|
320
320
|
class: string;
|
321
321
|
} | undefined;
|
322
322
|
} & {
|
323
|
-
|
324
|
-
text?: string | undefined;
|
325
|
-
value?: any;
|
326
|
-
width?: string | number | undefined;
|
323
|
+
location?: Anchor | undefined;
|
327
324
|
height?: string | number | undefined;
|
325
|
+
width?: string | number | undefined;
|
328
326
|
active?: boolean | undefined;
|
329
|
-
theme?: string | undefined;
|
330
|
-
href?: string | undefined;
|
331
|
-
color?: string | undefined;
|
332
|
-
loading?: string | boolean | undefined;
|
333
|
-
icon?: boolean | IconValue | undefined;
|
334
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
335
327
|
border?: string | number | boolean | undefined;
|
336
|
-
|
337
|
-
rounded?: string | number | boolean | undefined;
|
328
|
+
color?: string | undefined;
|
338
329
|
maxHeight?: string | number | undefined;
|
339
330
|
maxWidth?: string | number | undefined;
|
340
331
|
minHeight?: string | number | undefined;
|
341
332
|
minWidth?: string | number | undefined;
|
333
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
334
|
+
value?: any;
|
335
|
+
loading?: string | boolean | undefined;
|
336
|
+
text?: string | undefined;
|
337
|
+
class?: any;
|
338
|
+
icon?: boolean | IconValue | undefined;
|
339
|
+
href?: string | undefined;
|
342
340
|
elevation?: string | number | undefined;
|
343
|
-
|
341
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
342
|
+
theme?: string | undefined;
|
343
|
+
rounded?: string | number | boolean | undefined;
|
344
344
|
baseColor?: string | undefined;
|
345
345
|
selectedClass?: string | undefined;
|
346
346
|
activeColor?: string | undefined;
|
@@ -376,18 +376,18 @@ declare const VTab: {
|
|
376
376
|
}) => true;
|
377
377
|
}, string, {
|
378
378
|
symbol: any;
|
379
|
-
flat: boolean;
|
380
379
|
replace: boolean;
|
381
|
-
|
382
|
-
|
380
|
+
flat: boolean;
|
381
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
382
|
+
exact: boolean;
|
383
|
+
block: boolean;
|
383
384
|
active: boolean;
|
385
|
+
style: vue.StyleValue;
|
384
386
|
disabled: boolean;
|
385
|
-
|
387
|
+
size: string | number;
|
386
388
|
readonly: boolean;
|
389
|
+
tag: string;
|
387
390
|
rounded: string | number | boolean;
|
388
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
389
|
-
block: boolean;
|
390
|
-
exact: boolean;
|
391
391
|
tile: boolean;
|
392
392
|
density: Density;
|
393
393
|
slim: boolean;
|
@@ -430,16 +430,16 @@ declare const VTab: {
|
|
430
430
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
431
431
|
} & Omit<{
|
432
432
|
symbol: any;
|
433
|
-
flat: boolean;
|
434
433
|
replace: boolean;
|
434
|
+
flat: boolean;
|
435
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
436
|
+
exact: boolean;
|
437
|
+
block: boolean;
|
435
438
|
style: vue.StyleValue;
|
436
|
-
size: string | number;
|
437
439
|
disabled: boolean;
|
438
|
-
|
440
|
+
size: string | number;
|
439
441
|
readonly: boolean;
|
440
|
-
|
441
|
-
block: boolean;
|
442
|
-
exact: boolean;
|
442
|
+
tag: string;
|
443
443
|
tile: boolean;
|
444
444
|
density: Density;
|
445
445
|
slim: boolean;
|
@@ -448,27 +448,27 @@ declare const VTab: {
|
|
448
448
|
class: string;
|
449
449
|
} | undefined;
|
450
450
|
} & {
|
451
|
-
|
452
|
-
text?: string | undefined;
|
453
|
-
value?: any;
|
454
|
-
width?: string | number | undefined;
|
451
|
+
location?: Anchor | undefined;
|
455
452
|
height?: string | number | undefined;
|
453
|
+
width?: string | number | undefined;
|
456
454
|
active?: boolean | undefined;
|
457
|
-
theme?: string | undefined;
|
458
|
-
href?: string | undefined;
|
459
|
-
color?: string | undefined;
|
460
|
-
loading?: string | boolean | undefined;
|
461
|
-
icon?: boolean | IconValue | undefined;
|
462
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
463
455
|
border?: string | number | boolean | undefined;
|
464
|
-
|
465
|
-
rounded?: string | number | boolean | undefined;
|
456
|
+
color?: string | undefined;
|
466
457
|
maxHeight?: string | number | undefined;
|
467
458
|
maxWidth?: string | number | undefined;
|
468
459
|
minHeight?: string | number | undefined;
|
469
460
|
minWidth?: string | number | undefined;
|
461
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
462
|
+
value?: any;
|
463
|
+
loading?: string | boolean | undefined;
|
464
|
+
text?: string | undefined;
|
465
|
+
class?: any;
|
466
|
+
icon?: boolean | IconValue | undefined;
|
467
|
+
href?: string | undefined;
|
470
468
|
elevation?: string | number | undefined;
|
471
|
-
|
469
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
470
|
+
theme?: string | undefined;
|
471
|
+
rounded?: string | number | boolean | undefined;
|
472
472
|
baseColor?: string | undefined;
|
473
473
|
selectedClass?: string | undefined;
|
474
474
|
activeColor?: string | undefined;
|
@@ -498,19 +498,19 @@ declare const VTab: {
|
|
498
498
|
}) => any) | undefined;
|
499
499
|
}, "group"> & vue.ShallowUnwrapRef<{
|
500
500
|
group: GroupItemProvide | null;
|
501
|
-
}> & {} & vue.ComponentCustomProperties & {}, "
|
501
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
502
502
|
replace: boolean;
|
503
503
|
fixed: boolean;
|
504
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
505
|
+
exact: boolean;
|
506
|
+
direction: "horizontal" | "vertical";
|
504
507
|
style: vue.StyleValue;
|
505
|
-
size: string | number;
|
506
508
|
disabled: boolean;
|
507
|
-
|
509
|
+
size: string | number;
|
508
510
|
readonly: boolean;
|
509
|
-
|
510
|
-
exact: boolean;
|
511
|
+
tag: string;
|
511
512
|
tile: boolean;
|
512
513
|
density: Density;
|
513
|
-
direction: "horizontal" | "vertical";
|
514
514
|
selectedClass: string;
|
515
515
|
slim: boolean;
|
516
516
|
stacked: boolean;
|
@@ -519,24 +519,24 @@ declare const VTab: {
|
|
519
519
|
} | undefined;
|
520
520
|
hideSlider: boolean;
|
521
521
|
} & {
|
522
|
-
class?: any;
|
523
|
-
text?: string | undefined;
|
524
|
-
value?: any;
|
525
|
-
width?: string | number | undefined;
|
526
522
|
height?: string | number | undefined;
|
527
|
-
|
528
|
-
href?: string | undefined;
|
529
|
-
color?: string | undefined;
|
530
|
-
loading?: string | boolean | undefined;
|
531
|
-
icon?: boolean | IconValue | undefined;
|
532
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
523
|
+
width?: string | number | undefined;
|
533
524
|
border?: string | number | boolean | undefined;
|
534
|
-
|
525
|
+
color?: string | undefined;
|
535
526
|
maxHeight?: string | number | undefined;
|
536
527
|
maxWidth?: string | number | undefined;
|
537
528
|
minHeight?: string | number | undefined;
|
538
529
|
minWidth?: string | number | undefined;
|
530
|
+
value?: any;
|
531
|
+
loading?: string | boolean | undefined;
|
532
|
+
text?: string | undefined;
|
533
|
+
class?: any;
|
534
|
+
icon?: boolean | IconValue | undefined;
|
535
|
+
href?: string | undefined;
|
539
536
|
elevation?: string | number | undefined;
|
537
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
538
|
+
theme?: string | undefined;
|
539
|
+
rounded?: string | number | boolean | undefined;
|
540
540
|
baseColor?: string | undefined;
|
541
541
|
activeColor?: string | undefined;
|
542
542
|
prependIcon?: IconValue | undefined;
|
@@ -563,17 +563,17 @@ declare const VTab: {
|
|
563
563
|
}, {
|
564
564
|
replace: boolean;
|
565
565
|
fixed: boolean;
|
566
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
567
|
+
exact: boolean;
|
568
|
+
direction: "horizontal" | "vertical";
|
566
569
|
style: vue.StyleValue;
|
567
|
-
size: string | number;
|
568
570
|
disabled: boolean;
|
569
|
-
|
571
|
+
size: string | number;
|
570
572
|
readonly: boolean;
|
573
|
+
tag: string;
|
571
574
|
rounded: string | number | boolean;
|
572
|
-
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
573
|
-
exact: boolean;
|
574
575
|
tile: boolean;
|
575
576
|
density: Density;
|
576
|
-
direction: "horizontal" | "vertical";
|
577
577
|
selectedClass: string;
|
578
578
|
slim: boolean;
|
579
579
|
stacked: boolean;
|
@@ -604,16 +604,16 @@ declare const VTab: {
|
|
604
604
|
}, {
|
605
605
|
replace: boolean;
|
606
606
|
fixed: boolean;
|
607
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
608
|
+
exact: boolean;
|
609
|
+
direction: "horizontal" | "vertical";
|
607
610
|
style: vue.StyleValue;
|
608
|
-
size: string | number;
|
609
611
|
disabled: boolean;
|
610
|
-
|
612
|
+
size: string | number;
|
611
613
|
readonly: boolean;
|
612
|
-
|
613
|
-
exact: boolean;
|
614
|
+
tag: string;
|
614
615
|
tile: boolean;
|
615
616
|
density: Density;
|
616
|
-
direction: "horizontal" | "vertical";
|
617
617
|
selectedClass: string;
|
618
618
|
slim: boolean;
|
619
619
|
stacked: boolean;
|
@@ -622,24 +622,24 @@ declare const VTab: {
|
|
622
622
|
} | undefined;
|
623
623
|
hideSlider: boolean;
|
624
624
|
} & {
|
625
|
-
class?: any;
|
626
|
-
text?: string | undefined;
|
627
|
-
value?: any;
|
628
|
-
width?: string | number | undefined;
|
629
625
|
height?: string | number | undefined;
|
630
|
-
|
631
|
-
href?: string | undefined;
|
632
|
-
color?: string | undefined;
|
633
|
-
loading?: string | boolean | undefined;
|
634
|
-
icon?: boolean | IconValue | undefined;
|
635
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
626
|
+
width?: string | number | undefined;
|
636
627
|
border?: string | number | boolean | undefined;
|
637
|
-
|
628
|
+
color?: string | undefined;
|
638
629
|
maxHeight?: string | number | undefined;
|
639
630
|
maxWidth?: string | number | undefined;
|
640
631
|
minHeight?: string | number | undefined;
|
641
632
|
minWidth?: string | number | undefined;
|
633
|
+
value?: any;
|
634
|
+
loading?: string | boolean | undefined;
|
635
|
+
text?: string | undefined;
|
636
|
+
class?: any;
|
637
|
+
icon?: boolean | IconValue | undefined;
|
638
|
+
href?: string | undefined;
|
642
639
|
elevation?: string | number | undefined;
|
640
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
641
|
+
theme?: string | undefined;
|
642
|
+
rounded?: string | number | boolean | undefined;
|
643
643
|
baseColor?: string | undefined;
|
644
644
|
activeColor?: string | undefined;
|
645
645
|
prependIcon?: IconValue | undefined;
|
@@ -668,18 +668,18 @@ declare const VTab: {
|
|
668
668
|
$data: {};
|
669
669
|
$props: Partial<{
|
670
670
|
symbol: any;
|
671
|
-
flat: boolean;
|
672
671
|
replace: boolean;
|
673
|
-
|
674
|
-
|
672
|
+
flat: boolean;
|
673
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
674
|
+
exact: boolean;
|
675
|
+
block: boolean;
|
675
676
|
active: boolean;
|
677
|
+
style: vue.StyleValue;
|
676
678
|
disabled: boolean;
|
677
|
-
|
679
|
+
size: string | number;
|
678
680
|
readonly: boolean;
|
681
|
+
tag: string;
|
679
682
|
rounded: string | number | boolean;
|
680
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
681
|
-
block: boolean;
|
682
|
-
exact: boolean;
|
683
683
|
tile: boolean;
|
684
684
|
density: Density;
|
685
685
|
slim: boolean;
|
@@ -689,16 +689,16 @@ declare const VTab: {
|
|
689
689
|
} | undefined;
|
690
690
|
}> & Omit<{
|
691
691
|
symbol: any;
|
692
|
-
flat: boolean;
|
693
692
|
replace: boolean;
|
693
|
+
flat: boolean;
|
694
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
695
|
+
exact: boolean;
|
696
|
+
block: boolean;
|
694
697
|
style: vue.StyleValue;
|
695
|
-
size: string | number;
|
696
698
|
disabled: boolean;
|
697
|
-
|
699
|
+
size: string | number;
|
698
700
|
readonly: boolean;
|
699
|
-
|
700
|
-
block: boolean;
|
701
|
-
exact: boolean;
|
701
|
+
tag: string;
|
702
702
|
tile: boolean;
|
703
703
|
density: Density;
|
704
704
|
slim: boolean;
|
@@ -706,27 +706,27 @@ declare const VTab: {
|
|
706
706
|
ripple: boolean | {
|
707
707
|
class: string;
|
708
708
|
} | undefined;
|
709
|
-
|
710
|
-
text?: string | undefined;
|
711
|
-
value?: any;
|
712
|
-
width?: string | number | undefined;
|
709
|
+
location?: Anchor | undefined;
|
713
710
|
height?: string | number | undefined;
|
711
|
+
width?: string | number | undefined;
|
714
712
|
active?: boolean | undefined;
|
715
|
-
theme?: string | undefined;
|
716
|
-
href?: string | undefined;
|
717
|
-
color?: string | undefined;
|
718
|
-
loading?: string | boolean | undefined;
|
719
|
-
icon?: boolean | IconValue | undefined;
|
720
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
721
713
|
border?: string | number | boolean | undefined;
|
722
|
-
|
723
|
-
rounded?: string | number | boolean | undefined;
|
714
|
+
color?: string | undefined;
|
724
715
|
maxHeight?: string | number | undefined;
|
725
716
|
maxWidth?: string | number | undefined;
|
726
717
|
minHeight?: string | number | undefined;
|
727
718
|
minWidth?: string | number | undefined;
|
719
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
720
|
+
value?: any;
|
721
|
+
loading?: string | boolean | undefined;
|
722
|
+
text?: string | undefined;
|
723
|
+
class?: any;
|
724
|
+
icon?: boolean | IconValue | undefined;
|
725
|
+
href?: string | undefined;
|
728
726
|
elevation?: string | number | undefined;
|
729
|
-
|
727
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
728
|
+
theme?: string | undefined;
|
729
|
+
rounded?: string | number | boolean | undefined;
|
730
730
|
baseColor?: string | undefined;
|
731
731
|
selectedClass?: string | undefined;
|
732
732
|
activeColor?: string | undefined;
|
@@ -753,16 +753,16 @@ declare const VTab: {
|
|
753
753
|
}) => any) | undefined;
|
754
754
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
755
755
|
symbol: any;
|
756
|
-
flat: boolean;
|
757
756
|
replace: boolean;
|
757
|
+
flat: boolean;
|
758
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
759
|
+
exact: boolean;
|
760
|
+
block: boolean;
|
758
761
|
style: vue.StyleValue;
|
759
|
-
size: string | number;
|
760
762
|
disabled: boolean;
|
761
|
-
|
763
|
+
size: string | number;
|
762
764
|
readonly: boolean;
|
763
|
-
|
764
|
-
block: boolean;
|
765
|
-
exact: boolean;
|
765
|
+
tag: string;
|
766
766
|
tile: boolean;
|
767
767
|
density: Density;
|
768
768
|
slim: boolean;
|
@@ -771,27 +771,27 @@ declare const VTab: {
|
|
771
771
|
class: string;
|
772
772
|
} | undefined;
|
773
773
|
} & {
|
774
|
-
|
775
|
-
text?: string | undefined;
|
776
|
-
value?: any;
|
777
|
-
width?: string | number | undefined;
|
774
|
+
location?: Anchor | undefined;
|
778
775
|
height?: string | number | undefined;
|
776
|
+
width?: string | number | undefined;
|
779
777
|
active?: boolean | undefined;
|
780
|
-
theme?: string | undefined;
|
781
|
-
href?: string | undefined;
|
782
|
-
color?: string | undefined;
|
783
|
-
loading?: string | boolean | undefined;
|
784
|
-
icon?: boolean | IconValue | undefined;
|
785
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
786
778
|
border?: string | number | boolean | undefined;
|
787
|
-
|
788
|
-
rounded?: string | number | boolean | undefined;
|
779
|
+
color?: string | undefined;
|
789
780
|
maxHeight?: string | number | undefined;
|
790
781
|
maxWidth?: string | number | undefined;
|
791
782
|
minHeight?: string | number | undefined;
|
792
783
|
minWidth?: string | number | undefined;
|
784
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
785
|
+
value?: any;
|
786
|
+
loading?: string | boolean | undefined;
|
787
|
+
text?: string | undefined;
|
788
|
+
class?: any;
|
789
|
+
icon?: boolean | IconValue | undefined;
|
790
|
+
href?: string | undefined;
|
793
791
|
elevation?: string | number | undefined;
|
794
|
-
|
792
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
793
|
+
theme?: string | undefined;
|
794
|
+
rounded?: string | number | boolean | undefined;
|
795
795
|
baseColor?: string | undefined;
|
796
796
|
selectedClass?: string | undefined;
|
797
797
|
activeColor?: string | undefined;
|
@@ -819,7 +819,7 @@ declare const VTab: {
|
|
819
819
|
"onGroup:selected"?: ((val: {
|
820
820
|
value: boolean;
|
821
821
|
}) => any) | undefined;
|
822
|
-
}, "symbol" | "
|
822
|
+
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
823
823
|
$attrs: {
|
824
824
|
[x: string]: unknown;
|
825
825
|
};
|
@@ -848,16 +848,16 @@ declare const VTab: {
|
|
848
848
|
$el: any;
|
849
849
|
$options: vue.ComponentOptionsBase<{
|
850
850
|
symbol: any;
|
851
|
-
flat: boolean;
|
852
851
|
replace: boolean;
|
852
|
+
flat: boolean;
|
853
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
854
|
+
exact: boolean;
|
855
|
+
block: boolean;
|
853
856
|
style: vue.StyleValue;
|
854
|
-
size: string | number;
|
855
857
|
disabled: boolean;
|
856
|
-
|
858
|
+
size: string | number;
|
857
859
|
readonly: boolean;
|
858
|
-
|
859
|
-
block: boolean;
|
860
|
-
exact: boolean;
|
860
|
+
tag: string;
|
861
861
|
tile: boolean;
|
862
862
|
density: Density;
|
863
863
|
slim: boolean;
|
@@ -866,27 +866,27 @@ declare const VTab: {
|
|
866
866
|
class: string;
|
867
867
|
} | undefined;
|
868
868
|
} & {
|
869
|
-
|
870
|
-
text?: string | undefined;
|
871
|
-
value?: any;
|
872
|
-
width?: string | number | undefined;
|
869
|
+
location?: Anchor | undefined;
|
873
870
|
height?: string | number | undefined;
|
871
|
+
width?: string | number | undefined;
|
874
872
|
active?: boolean | undefined;
|
875
|
-
theme?: string | undefined;
|
876
|
-
href?: string | undefined;
|
877
|
-
color?: string | undefined;
|
878
|
-
loading?: string | boolean | undefined;
|
879
|
-
icon?: boolean | IconValue | undefined;
|
880
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
881
873
|
border?: string | number | boolean | undefined;
|
882
|
-
|
883
|
-
rounded?: string | number | boolean | undefined;
|
874
|
+
color?: string | undefined;
|
884
875
|
maxHeight?: string | number | undefined;
|
885
876
|
maxWidth?: string | number | undefined;
|
886
877
|
minHeight?: string | number | undefined;
|
887
878
|
minWidth?: string | number | undefined;
|
879
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
880
|
+
value?: any;
|
881
|
+
loading?: string | boolean | undefined;
|
882
|
+
text?: string | undefined;
|
883
|
+
class?: any;
|
884
|
+
icon?: boolean | IconValue | undefined;
|
885
|
+
href?: string | undefined;
|
888
886
|
elevation?: string | number | undefined;
|
889
|
-
|
887
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
888
|
+
theme?: string | undefined;
|
889
|
+
rounded?: string | number | boolean | undefined;
|
890
890
|
baseColor?: string | undefined;
|
891
891
|
selectedClass?: string | undefined;
|
892
892
|
activeColor?: string | undefined;
|
@@ -922,18 +922,18 @@ declare const VTab: {
|
|
922
922
|
}) => true;
|
923
923
|
}, string, {
|
924
924
|
symbol: any;
|
925
|
-
flat: boolean;
|
926
925
|
replace: boolean;
|
927
|
-
|
928
|
-
|
926
|
+
flat: boolean;
|
927
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
928
|
+
exact: boolean;
|
929
|
+
block: boolean;
|
929
930
|
active: boolean;
|
931
|
+
style: vue.StyleValue;
|
930
932
|
disabled: boolean;
|
931
|
-
|
933
|
+
size: string | number;
|
932
934
|
readonly: boolean;
|
935
|
+
tag: string;
|
933
936
|
rounded: string | number | boolean;
|
934
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
935
|
-
block: boolean;
|
936
|
-
exact: boolean;
|
937
937
|
tile: boolean;
|
938
938
|
density: Density;
|
939
939
|
slim: boolean;
|
@@ -976,16 +976,16 @@ declare const VTab: {
|
|
976
976
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
977
977
|
} & Omit<{
|
978
978
|
symbol: any;
|
979
|
-
flat: boolean;
|
980
979
|
replace: boolean;
|
980
|
+
flat: boolean;
|
981
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
982
|
+
exact: boolean;
|
983
|
+
block: boolean;
|
981
984
|
style: vue.StyleValue;
|
982
|
-
size: string | number;
|
983
985
|
disabled: boolean;
|
984
|
-
|
986
|
+
size: string | number;
|
985
987
|
readonly: boolean;
|
986
|
-
|
987
|
-
block: boolean;
|
988
|
-
exact: boolean;
|
988
|
+
tag: string;
|
989
989
|
tile: boolean;
|
990
990
|
density: Density;
|
991
991
|
slim: boolean;
|
@@ -994,27 +994,27 @@ declare const VTab: {
|
|
994
994
|
class: string;
|
995
995
|
} | undefined;
|
996
996
|
} & {
|
997
|
-
|
998
|
-
text?: string | undefined;
|
999
|
-
value?: any;
|
1000
|
-
width?: string | number | undefined;
|
997
|
+
location?: Anchor | undefined;
|
1001
998
|
height?: string | number | undefined;
|
999
|
+
width?: string | number | undefined;
|
1002
1000
|
active?: boolean | undefined;
|
1003
|
-
theme?: string | undefined;
|
1004
|
-
href?: string | undefined;
|
1005
|
-
color?: string | undefined;
|
1006
|
-
loading?: string | boolean | undefined;
|
1007
|
-
icon?: boolean | IconValue | undefined;
|
1008
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
1009
1001
|
border?: string | number | boolean | undefined;
|
1010
|
-
|
1011
|
-
rounded?: string | number | boolean | undefined;
|
1002
|
+
color?: string | undefined;
|
1012
1003
|
maxHeight?: string | number | undefined;
|
1013
1004
|
maxWidth?: string | number | undefined;
|
1014
1005
|
minHeight?: string | number | undefined;
|
1015
1006
|
minWidth?: string | number | undefined;
|
1007
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
1008
|
+
value?: any;
|
1009
|
+
loading?: string | boolean | undefined;
|
1010
|
+
text?: string | undefined;
|
1011
|
+
class?: any;
|
1012
|
+
icon?: boolean | IconValue | undefined;
|
1013
|
+
href?: string | undefined;
|
1016
1014
|
elevation?: string | number | undefined;
|
1017
|
-
|
1015
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
1016
|
+
theme?: string | undefined;
|
1017
|
+
rounded?: string | number | boolean | undefined;
|
1018
1018
|
baseColor?: string | undefined;
|
1019
1019
|
selectedClass?: string | undefined;
|
1020
1020
|
activeColor?: string | undefined;
|
@@ -1044,20 +1044,20 @@ declare const VTab: {
|
|
1044
1044
|
}) => any) | undefined;
|
1045
1045
|
}, "group"> & vue.ShallowUnwrapRef<{
|
1046
1046
|
group: GroupItemProvide | null;
|
1047
|
-
}> & {} & vue.ComponentCustomProperties & {}, "
|
1047
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, {}, {}, {}, {
|
1048
1048
|
replace: boolean;
|
1049
1049
|
fixed: boolean;
|
1050
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1051
|
+
exact: boolean;
|
1052
|
+
direction: "horizontal" | "vertical";
|
1050
1053
|
style: vue.StyleValue;
|
1051
|
-
size: string | number;
|
1052
1054
|
disabled: boolean;
|
1053
|
-
|
1055
|
+
size: string | number;
|
1054
1056
|
readonly: boolean;
|
1057
|
+
tag: string;
|
1055
1058
|
rounded: string | number | boolean;
|
1056
|
-
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1057
|
-
exact: boolean;
|
1058
1059
|
tile: boolean;
|
1059
1060
|
density: Density;
|
1060
|
-
direction: "horizontal" | "vertical";
|
1061
1061
|
selectedClass: string;
|
1062
1062
|
slim: boolean;
|
1063
1063
|
stacked: boolean;
|
@@ -1072,16 +1072,16 @@ declare const VTab: {
|
|
1072
1072
|
} & vue.ComponentOptionsBase<{
|
1073
1073
|
replace: boolean;
|
1074
1074
|
fixed: boolean;
|
1075
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1076
|
+
exact: boolean;
|
1077
|
+
direction: "horizontal" | "vertical";
|
1075
1078
|
style: vue.StyleValue;
|
1076
|
-
size: string | number;
|
1077
1079
|
disabled: boolean;
|
1078
|
-
|
1080
|
+
size: string | number;
|
1079
1081
|
readonly: boolean;
|
1080
|
-
|
1081
|
-
exact: boolean;
|
1082
|
+
tag: string;
|
1082
1083
|
tile: boolean;
|
1083
1084
|
density: Density;
|
1084
|
-
direction: "horizontal" | "vertical";
|
1085
1085
|
selectedClass: string;
|
1086
1086
|
slim: boolean;
|
1087
1087
|
stacked: boolean;
|
@@ -1090,24 +1090,24 @@ declare const VTab: {
|
|
1090
1090
|
} | undefined;
|
1091
1091
|
hideSlider: boolean;
|
1092
1092
|
} & {
|
1093
|
-
class?: any;
|
1094
|
-
text?: string | undefined;
|
1095
|
-
value?: any;
|
1096
|
-
width?: string | number | undefined;
|
1097
1093
|
height?: string | number | undefined;
|
1098
|
-
|
1099
|
-
href?: string | undefined;
|
1100
|
-
color?: string | undefined;
|
1101
|
-
loading?: string | boolean | undefined;
|
1102
|
-
icon?: boolean | IconValue | undefined;
|
1103
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
1094
|
+
width?: string | number | undefined;
|
1104
1095
|
border?: string | number | boolean | undefined;
|
1105
|
-
|
1096
|
+
color?: string | undefined;
|
1106
1097
|
maxHeight?: string | number | undefined;
|
1107
1098
|
maxWidth?: string | number | undefined;
|
1108
1099
|
minHeight?: string | number | undefined;
|
1109
1100
|
minWidth?: string | number | undefined;
|
1101
|
+
value?: any;
|
1102
|
+
loading?: string | boolean | undefined;
|
1103
|
+
text?: string | undefined;
|
1104
|
+
class?: any;
|
1105
|
+
icon?: boolean | IconValue | undefined;
|
1106
|
+
href?: string | undefined;
|
1110
1107
|
elevation?: string | number | undefined;
|
1108
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
1109
|
+
theme?: string | undefined;
|
1110
|
+
rounded?: string | number | boolean | undefined;
|
1111
1111
|
baseColor?: string | undefined;
|
1112
1112
|
activeColor?: string | undefined;
|
1113
1113
|
prependIcon?: IconValue | undefined;
|
@@ -1136,18 +1136,18 @@ declare const VTab: {
|
|
1136
1136
|
$data: {};
|
1137
1137
|
$props: Partial<{
|
1138
1138
|
symbol: any;
|
1139
|
-
flat: boolean;
|
1140
1139
|
replace: boolean;
|
1141
|
-
|
1142
|
-
|
1140
|
+
flat: boolean;
|
1141
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1142
|
+
exact: boolean;
|
1143
|
+
block: boolean;
|
1143
1144
|
active: boolean;
|
1145
|
+
style: vue.StyleValue;
|
1144
1146
|
disabled: boolean;
|
1145
|
-
|
1147
|
+
size: string | number;
|
1146
1148
|
readonly: boolean;
|
1149
|
+
tag: string;
|
1147
1150
|
rounded: string | number | boolean;
|
1148
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1149
|
-
block: boolean;
|
1150
|
-
exact: boolean;
|
1151
1151
|
tile: boolean;
|
1152
1152
|
density: Density;
|
1153
1153
|
slim: boolean;
|
@@ -1157,16 +1157,16 @@ declare const VTab: {
|
|
1157
1157
|
} | undefined;
|
1158
1158
|
}> & Omit<{
|
1159
1159
|
symbol: any;
|
1160
|
-
flat: boolean;
|
1161
1160
|
replace: boolean;
|
1161
|
+
flat: boolean;
|
1162
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1163
|
+
exact: boolean;
|
1164
|
+
block: boolean;
|
1162
1165
|
style: vue.StyleValue;
|
1163
|
-
size: string | number;
|
1164
1166
|
disabled: boolean;
|
1165
|
-
|
1167
|
+
size: string | number;
|
1166
1168
|
readonly: boolean;
|
1167
|
-
|
1168
|
-
block: boolean;
|
1169
|
-
exact: boolean;
|
1169
|
+
tag: string;
|
1170
1170
|
tile: boolean;
|
1171
1171
|
density: Density;
|
1172
1172
|
slim: boolean;
|
@@ -1174,27 +1174,27 @@ declare const VTab: {
|
|
1174
1174
|
ripple: boolean | {
|
1175
1175
|
class: string;
|
1176
1176
|
} | undefined;
|
1177
|
-
|
1178
|
-
text?: string | undefined;
|
1179
|
-
value?: any;
|
1180
|
-
width?: string | number | undefined;
|
1177
|
+
location?: Anchor | undefined;
|
1181
1178
|
height?: string | number | undefined;
|
1179
|
+
width?: string | number | undefined;
|
1182
1180
|
active?: boolean | undefined;
|
1183
|
-
theme?: string | undefined;
|
1184
|
-
href?: string | undefined;
|
1185
|
-
color?: string | undefined;
|
1186
|
-
loading?: string | boolean | undefined;
|
1187
|
-
icon?: boolean | IconValue | undefined;
|
1188
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
1189
1181
|
border?: string | number | boolean | undefined;
|
1190
|
-
|
1191
|
-
rounded?: string | number | boolean | undefined;
|
1182
|
+
color?: string | undefined;
|
1192
1183
|
maxHeight?: string | number | undefined;
|
1193
1184
|
maxWidth?: string | number | undefined;
|
1194
1185
|
minHeight?: string | number | undefined;
|
1195
1186
|
minWidth?: string | number | undefined;
|
1187
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
1188
|
+
value?: any;
|
1189
|
+
loading?: string | boolean | undefined;
|
1190
|
+
text?: string | undefined;
|
1191
|
+
class?: any;
|
1192
|
+
icon?: boolean | IconValue | undefined;
|
1193
|
+
href?: string | undefined;
|
1196
1194
|
elevation?: string | number | undefined;
|
1197
|
-
|
1195
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
1196
|
+
theme?: string | undefined;
|
1197
|
+
rounded?: string | number | boolean | undefined;
|
1198
1198
|
baseColor?: string | undefined;
|
1199
1199
|
selectedClass?: string | undefined;
|
1200
1200
|
activeColor?: string | undefined;
|
@@ -1221,16 +1221,16 @@ declare const VTab: {
|
|
1221
1221
|
}) => any) | undefined;
|
1222
1222
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1223
1223
|
symbol: any;
|
1224
|
-
flat: boolean;
|
1225
1224
|
replace: boolean;
|
1225
|
+
flat: boolean;
|
1226
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1227
|
+
exact: boolean;
|
1228
|
+
block: boolean;
|
1226
1229
|
style: vue.StyleValue;
|
1227
|
-
size: string | number;
|
1228
1230
|
disabled: boolean;
|
1229
|
-
|
1231
|
+
size: string | number;
|
1230
1232
|
readonly: boolean;
|
1231
|
-
|
1232
|
-
block: boolean;
|
1233
|
-
exact: boolean;
|
1233
|
+
tag: string;
|
1234
1234
|
tile: boolean;
|
1235
1235
|
density: Density;
|
1236
1236
|
slim: boolean;
|
@@ -1239,27 +1239,27 @@ declare const VTab: {
|
|
1239
1239
|
class: string;
|
1240
1240
|
} | undefined;
|
1241
1241
|
} & {
|
1242
|
-
|
1243
|
-
text?: string | undefined;
|
1244
|
-
value?: any;
|
1245
|
-
width?: string | number | undefined;
|
1242
|
+
location?: Anchor | undefined;
|
1246
1243
|
height?: string | number | undefined;
|
1244
|
+
width?: string | number | undefined;
|
1247
1245
|
active?: boolean | undefined;
|
1248
|
-
theme?: string | undefined;
|
1249
|
-
href?: string | undefined;
|
1250
|
-
color?: string | undefined;
|
1251
|
-
loading?: string | boolean | undefined;
|
1252
|
-
icon?: boolean | IconValue | undefined;
|
1253
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
1254
1246
|
border?: string | number | boolean | undefined;
|
1255
|
-
|
1256
|
-
rounded?: string | number | boolean | undefined;
|
1247
|
+
color?: string | undefined;
|
1257
1248
|
maxHeight?: string | number | undefined;
|
1258
1249
|
maxWidth?: string | number | undefined;
|
1259
1250
|
minHeight?: string | number | undefined;
|
1260
1251
|
minWidth?: string | number | undefined;
|
1252
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
1253
|
+
value?: any;
|
1254
|
+
loading?: string | boolean | undefined;
|
1255
|
+
text?: string | undefined;
|
1256
|
+
class?: any;
|
1257
|
+
icon?: boolean | IconValue | undefined;
|
1258
|
+
href?: string | undefined;
|
1261
1259
|
elevation?: string | number | undefined;
|
1262
|
-
|
1260
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
1261
|
+
theme?: string | undefined;
|
1262
|
+
rounded?: string | number | boolean | undefined;
|
1263
1263
|
baseColor?: string | undefined;
|
1264
1264
|
selectedClass?: string | undefined;
|
1265
1265
|
activeColor?: string | undefined;
|
@@ -1287,7 +1287,7 @@ declare const VTab: {
|
|
1287
1287
|
"onGroup:selected"?: ((val: {
|
1288
1288
|
value: boolean;
|
1289
1289
|
}) => any) | undefined;
|
1290
|
-
}, "symbol" | "
|
1290
|
+
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
1291
1291
|
$attrs: {
|
1292
1292
|
[x: string]: unknown;
|
1293
1293
|
};
|
@@ -1316,16 +1316,16 @@ declare const VTab: {
|
|
1316
1316
|
$el: any;
|
1317
1317
|
$options: vue.ComponentOptionsBase<{
|
1318
1318
|
symbol: any;
|
1319
|
-
flat: boolean;
|
1320
1319
|
replace: boolean;
|
1320
|
+
flat: boolean;
|
1321
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1322
|
+
exact: boolean;
|
1323
|
+
block: boolean;
|
1321
1324
|
style: vue.StyleValue;
|
1322
|
-
size: string | number;
|
1323
1325
|
disabled: boolean;
|
1324
|
-
|
1326
|
+
size: string | number;
|
1325
1327
|
readonly: boolean;
|
1326
|
-
|
1327
|
-
block: boolean;
|
1328
|
-
exact: boolean;
|
1328
|
+
tag: string;
|
1329
1329
|
tile: boolean;
|
1330
1330
|
density: Density;
|
1331
1331
|
slim: boolean;
|
@@ -1334,27 +1334,27 @@ declare const VTab: {
|
|
1334
1334
|
class: string;
|
1335
1335
|
} | undefined;
|
1336
1336
|
} & {
|
1337
|
-
|
1338
|
-
text?: string | undefined;
|
1339
|
-
value?: any;
|
1340
|
-
width?: string | number | undefined;
|
1337
|
+
location?: Anchor | undefined;
|
1341
1338
|
height?: string | number | undefined;
|
1339
|
+
width?: string | number | undefined;
|
1342
1340
|
active?: boolean | undefined;
|
1343
|
-
theme?: string | undefined;
|
1344
|
-
href?: string | undefined;
|
1345
|
-
color?: string | undefined;
|
1346
|
-
loading?: string | boolean | undefined;
|
1347
|
-
icon?: boolean | IconValue | undefined;
|
1348
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
1349
1341
|
border?: string | number | boolean | undefined;
|
1350
|
-
|
1351
|
-
rounded?: string | number | boolean | undefined;
|
1342
|
+
color?: string | undefined;
|
1352
1343
|
maxHeight?: string | number | undefined;
|
1353
1344
|
maxWidth?: string | number | undefined;
|
1354
1345
|
minHeight?: string | number | undefined;
|
1355
1346
|
minWidth?: string | number | undefined;
|
1347
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
1348
|
+
value?: any;
|
1349
|
+
loading?: string | boolean | undefined;
|
1350
|
+
text?: string | undefined;
|
1351
|
+
class?: any;
|
1352
|
+
icon?: boolean | IconValue | undefined;
|
1353
|
+
href?: string | undefined;
|
1356
1354
|
elevation?: string | number | undefined;
|
1357
|
-
|
1355
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
1356
|
+
theme?: string | undefined;
|
1357
|
+
rounded?: string | number | boolean | undefined;
|
1358
1358
|
baseColor?: string | undefined;
|
1359
1359
|
selectedClass?: string | undefined;
|
1360
1360
|
activeColor?: string | undefined;
|
@@ -1390,18 +1390,18 @@ declare const VTab: {
|
|
1390
1390
|
}) => true;
|
1391
1391
|
}, string, {
|
1392
1392
|
symbol: any;
|
1393
|
-
flat: boolean;
|
1394
1393
|
replace: boolean;
|
1395
|
-
|
1396
|
-
|
1394
|
+
flat: boolean;
|
1395
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1396
|
+
exact: boolean;
|
1397
|
+
block: boolean;
|
1397
1398
|
active: boolean;
|
1399
|
+
style: vue.StyleValue;
|
1398
1400
|
disabled: boolean;
|
1399
|
-
|
1401
|
+
size: string | number;
|
1400
1402
|
readonly: boolean;
|
1403
|
+
tag: string;
|
1401
1404
|
rounded: string | number | boolean;
|
1402
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1403
|
-
block: boolean;
|
1404
|
-
exact: boolean;
|
1405
1405
|
tile: boolean;
|
1406
1406
|
density: Density;
|
1407
1407
|
slim: boolean;
|
@@ -1444,16 +1444,16 @@ declare const VTab: {
|
|
1444
1444
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
1445
1445
|
} & Omit<{
|
1446
1446
|
symbol: any;
|
1447
|
-
flat: boolean;
|
1448
1447
|
replace: boolean;
|
1448
|
+
flat: boolean;
|
1449
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1450
|
+
exact: boolean;
|
1451
|
+
block: boolean;
|
1449
1452
|
style: vue.StyleValue;
|
1450
|
-
size: string | number;
|
1451
1453
|
disabled: boolean;
|
1452
|
-
|
1454
|
+
size: string | number;
|
1453
1455
|
readonly: boolean;
|
1454
|
-
|
1455
|
-
block: boolean;
|
1456
|
-
exact: boolean;
|
1456
|
+
tag: string;
|
1457
1457
|
tile: boolean;
|
1458
1458
|
density: Density;
|
1459
1459
|
slim: boolean;
|
@@ -1462,27 +1462,27 @@ declare const VTab: {
|
|
1462
1462
|
class: string;
|
1463
1463
|
} | undefined;
|
1464
1464
|
} & {
|
1465
|
-
|
1466
|
-
text?: string | undefined;
|
1467
|
-
value?: any;
|
1468
|
-
width?: string | number | undefined;
|
1465
|
+
location?: Anchor | undefined;
|
1469
1466
|
height?: string | number | undefined;
|
1467
|
+
width?: string | number | undefined;
|
1470
1468
|
active?: boolean | undefined;
|
1471
|
-
theme?: string | undefined;
|
1472
|
-
href?: string | undefined;
|
1473
|
-
color?: string | undefined;
|
1474
|
-
loading?: string | boolean | undefined;
|
1475
|
-
icon?: boolean | IconValue | undefined;
|
1476
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
1477
1469
|
border?: string | number | boolean | undefined;
|
1478
|
-
|
1479
|
-
rounded?: string | number | boolean | undefined;
|
1470
|
+
color?: string | undefined;
|
1480
1471
|
maxHeight?: string | number | undefined;
|
1481
1472
|
maxWidth?: string | number | undefined;
|
1482
1473
|
minHeight?: string | number | undefined;
|
1483
1474
|
minWidth?: string | number | undefined;
|
1475
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
1476
|
+
value?: any;
|
1477
|
+
loading?: string | boolean | undefined;
|
1478
|
+
text?: string | undefined;
|
1479
|
+
class?: any;
|
1480
|
+
icon?: boolean | IconValue | undefined;
|
1481
|
+
href?: string | undefined;
|
1484
1482
|
elevation?: string | number | undefined;
|
1485
|
-
|
1483
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
1484
|
+
theme?: string | undefined;
|
1485
|
+
rounded?: string | number | boolean | undefined;
|
1486
1486
|
baseColor?: string | undefined;
|
1487
1487
|
selectedClass?: string | undefined;
|
1488
1488
|
activeColor?: string | undefined;
|
@@ -1512,20 +1512,20 @@ declare const VTab: {
|
|
1512
1512
|
}) => any) | undefined;
|
1513
1513
|
}, "group"> & vue.ShallowUnwrapRef<{
|
1514
1514
|
group: GroupItemProvide | null;
|
1515
|
-
}> & {} & vue.ComponentCustomProperties & {}, "
|
1515
|
+
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "baseColor" | "selectedClass" | "onGroup:selected" | "activeColor" | "prependIcon" | "appendIcon" | ("symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple") | "v-slot:loader">, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
1516
1516
|
replace: boolean;
|
1517
1517
|
fixed: boolean;
|
1518
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1519
|
+
exact: boolean;
|
1520
|
+
direction: "horizontal" | "vertical";
|
1518
1521
|
style: vue.StyleValue;
|
1519
|
-
size: string | number;
|
1520
1522
|
disabled: boolean;
|
1521
|
-
|
1523
|
+
size: string | number;
|
1522
1524
|
readonly: boolean;
|
1525
|
+
tag: string;
|
1523
1526
|
rounded: string | number | boolean;
|
1524
|
-
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1525
|
-
exact: boolean;
|
1526
1527
|
tile: boolean;
|
1527
1528
|
density: Density;
|
1528
|
-
direction: "horizontal" | "vertical";
|
1529
1529
|
selectedClass: string;
|
1530
1530
|
slim: boolean;
|
1531
1531
|
stacked: boolean;
|
@@ -1548,60 +1548,60 @@ declare const VTab: {
|
|
1548
1548
|
}>[];
|
1549
1549
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1550
1550
|
replace: BooleanConstructor;
|
1551
|
-
|
1551
|
+
variant: Omit<Omit<{
|
1552
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1553
|
+
default: string;
|
1554
|
+
validator: (v: any) => boolean;
|
1555
|
+
}, "type" | "default"> & {
|
1556
|
+
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1557
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1558
|
+
}, "type" | "default"> & {
|
1559
|
+
type: PropType<NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>>;
|
1560
|
+
default: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1561
|
+
};
|
1562
|
+
exact: BooleanConstructor;
|
1563
|
+
height: (StringConstructor | NumberConstructor)[];
|
1564
|
+
width: (StringConstructor | NumberConstructor)[];
|
1565
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
1566
|
+
color: StringConstructor;
|
1567
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
1568
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
1569
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
1570
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
1571
|
+
value: null;
|
1572
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
1552
1573
|
style: {
|
1553
1574
|
type: PropType<vue.StyleValue>;
|
1554
1575
|
default: null;
|
1555
1576
|
};
|
1577
|
+
text: StringConstructor;
|
1578
|
+
disabled: BooleanConstructor;
|
1556
1579
|
size: {
|
1557
1580
|
type: (StringConstructor | NumberConstructor)[];
|
1558
1581
|
default: string;
|
1559
1582
|
};
|
1560
|
-
|
1561
|
-
|
1562
|
-
width: (StringConstructor | NumberConstructor)[];
|
1563
|
-
height: (StringConstructor | NumberConstructor)[];
|
1564
|
-
theme: StringConstructor;
|
1565
|
-
href: StringConstructor;
|
1566
|
-
color: StringConstructor;
|
1567
|
-
disabled: BooleanConstructor;
|
1583
|
+
readonly: BooleanConstructor;
|
1584
|
+
class: PropType<any>;
|
1568
1585
|
tag: Omit<{
|
1569
1586
|
type: StringConstructor;
|
1570
1587
|
default: string;
|
1571
|
-
}, "
|
1588
|
+
}, "type" | "default"> & {
|
1572
1589
|
type: PropType<string>;
|
1573
1590
|
default: string;
|
1574
1591
|
};
|
1575
|
-
loading: (StringConstructor | BooleanConstructor)[];
|
1576
1592
|
icon: PropType<boolean | IconValue>;
|
1593
|
+
href: StringConstructor;
|
1594
|
+
elevation: {
|
1595
|
+
type: (StringConstructor | NumberConstructor)[];
|
1596
|
+
validator(v: any): boolean;
|
1597
|
+
};
|
1577
1598
|
to: PropType<vue_router.RouteLocationRaw>;
|
1578
|
-
|
1579
|
-
readonly: BooleanConstructor;
|
1599
|
+
theme: StringConstructor;
|
1580
1600
|
rounded: {
|
1581
|
-
type: (StringConstructor |
|
1601
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
1582
1602
|
default: undefined;
|
1583
1603
|
};
|
1584
|
-
variant: Omit<Omit<{
|
1585
|
-
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1586
|
-
default: string;
|
1587
|
-
validator: (v: any) => boolean;
|
1588
|
-
}, "default" | "type"> & {
|
1589
|
-
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1590
|
-
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1591
|
-
}, "default" | "type"> & {
|
1592
|
-
type: PropType<NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>>;
|
1593
|
-
default: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1594
|
-
};
|
1595
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
1596
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
1597
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
1598
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
1599
|
-
exact: BooleanConstructor;
|
1600
1604
|
tile: BooleanConstructor;
|
1601
|
-
elevation: {
|
1602
|
-
type: (StringConstructor | NumberConstructor)[];
|
1603
|
-
validator(v: any): boolean;
|
1604
|
-
};
|
1605
1605
|
density: {
|
1606
1606
|
type: PropType<Density>;
|
1607
1607
|
default: string;
|
@@ -1632,60 +1632,60 @@ declare const VTab: {
|
|
1632
1632
|
};
|
1633
1633
|
}, vue.ExtractPropTypes<{
|
1634
1634
|
replace: BooleanConstructor;
|
1635
|
-
|
1635
|
+
variant: Omit<Omit<{
|
1636
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1637
|
+
default: string;
|
1638
|
+
validator: (v: any) => boolean;
|
1639
|
+
}, "type" | "default"> & {
|
1640
|
+
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1641
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1642
|
+
}, "type" | "default"> & {
|
1643
|
+
type: PropType<NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>>;
|
1644
|
+
default: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1645
|
+
};
|
1646
|
+
exact: BooleanConstructor;
|
1647
|
+
height: (StringConstructor | NumberConstructor)[];
|
1648
|
+
width: (StringConstructor | NumberConstructor)[];
|
1649
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
1650
|
+
color: StringConstructor;
|
1651
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
1652
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
1653
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
1654
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
1655
|
+
value: null;
|
1656
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
1636
1657
|
style: {
|
1637
1658
|
type: PropType<vue.StyleValue>;
|
1638
1659
|
default: null;
|
1639
1660
|
};
|
1661
|
+
text: StringConstructor;
|
1662
|
+
disabled: BooleanConstructor;
|
1640
1663
|
size: {
|
1641
1664
|
type: (StringConstructor | NumberConstructor)[];
|
1642
1665
|
default: string;
|
1643
1666
|
};
|
1644
|
-
|
1645
|
-
|
1646
|
-
width: (StringConstructor | NumberConstructor)[];
|
1647
|
-
height: (StringConstructor | NumberConstructor)[];
|
1648
|
-
theme: StringConstructor;
|
1649
|
-
href: StringConstructor;
|
1650
|
-
color: StringConstructor;
|
1651
|
-
disabled: BooleanConstructor;
|
1667
|
+
readonly: BooleanConstructor;
|
1668
|
+
class: PropType<any>;
|
1652
1669
|
tag: Omit<{
|
1653
1670
|
type: StringConstructor;
|
1654
1671
|
default: string;
|
1655
|
-
}, "
|
1672
|
+
}, "type" | "default"> & {
|
1656
1673
|
type: PropType<string>;
|
1657
1674
|
default: string;
|
1658
1675
|
};
|
1659
|
-
loading: (StringConstructor | BooleanConstructor)[];
|
1660
1676
|
icon: PropType<boolean | IconValue>;
|
1677
|
+
href: StringConstructor;
|
1678
|
+
elevation: {
|
1679
|
+
type: (StringConstructor | NumberConstructor)[];
|
1680
|
+
validator(v: any): boolean;
|
1681
|
+
};
|
1661
1682
|
to: PropType<vue_router.RouteLocationRaw>;
|
1662
|
-
|
1663
|
-
readonly: BooleanConstructor;
|
1683
|
+
theme: StringConstructor;
|
1664
1684
|
rounded: {
|
1665
|
-
type: (StringConstructor |
|
1685
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
1666
1686
|
default: undefined;
|
1667
1687
|
};
|
1668
|
-
variant: Omit<Omit<{
|
1669
|
-
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1670
|
-
default: string;
|
1671
|
-
validator: (v: any) => boolean;
|
1672
|
-
}, "default" | "type"> & {
|
1673
|
-
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1674
|
-
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
1675
|
-
}, "default" | "type"> & {
|
1676
|
-
type: PropType<NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>>;
|
1677
|
-
default: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
1678
|
-
};
|
1679
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
1680
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
1681
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
1682
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
1683
|
-
exact: BooleanConstructor;
|
1684
1688
|
tile: BooleanConstructor;
|
1685
|
-
elevation: {
|
1686
|
-
type: (StringConstructor | NumberConstructor)[];
|
1687
|
-
validator(v: any): boolean;
|
1688
|
-
};
|
1689
1689
|
density: {
|
1690
1690
|
type: PropType<Density>;
|
1691
1691
|
default: string;
|
@@ -1728,15 +1728,15 @@ type VTabsSlot = {
|
|
1728
1728
|
declare const VTabs: {
|
1729
1729
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
1730
1730
|
symbol: any;
|
1731
|
+
direction: "horizontal" | "vertical";
|
1731
1732
|
style: vue.StyleValue;
|
1733
|
+
mobile: NonNullable<boolean | null> | null;
|
1732
1734
|
disabled: boolean;
|
1735
|
+
multiple: boolean;
|
1733
1736
|
tag: string;
|
1734
|
-
mobile: NonNullable<boolean | null> | null;
|
1735
|
-
items: readonly TabItem[];
|
1736
1737
|
mandatory: NonNullable<boolean | "force">;
|
1737
|
-
|
1738
|
+
items: readonly TabItem[];
|
1738
1739
|
density: Density;
|
1739
|
-
direction: "horizontal" | "vertical";
|
1740
1740
|
selectedClass: string;
|
1741
1741
|
stacked: boolean;
|
1742
1742
|
centerActive: boolean;
|
@@ -1744,15 +1744,15 @@ declare const VTabs: {
|
|
1744
1744
|
prevIcon: IconValue;
|
1745
1745
|
grow: boolean;
|
1746
1746
|
hideSlider: boolean;
|
1747
|
-
alignTabs: "
|
1747
|
+
alignTabs: "center" | "end" | "start" | "title";
|
1748
1748
|
fixedTabs: boolean;
|
1749
1749
|
} & {
|
1750
|
-
|
1750
|
+
max?: number | undefined;
|
1751
1751
|
height?: string | number | undefined;
|
1752
1752
|
color?: string | undefined;
|
1753
|
+
class?: any;
|
1753
1754
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
1754
1755
|
modelValue?: any;
|
1755
|
-
max?: number | undefined;
|
1756
1756
|
bgColor?: string | undefined;
|
1757
1757
|
showArrows?: string | boolean | undefined;
|
1758
1758
|
sliderColor?: string | undefined;
|
@@ -1786,15 +1786,15 @@ declare const VTabs: {
|
|
1786
1786
|
'update:modelValue': (v: unknown) => boolean;
|
1787
1787
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1788
1788
|
symbol: any;
|
1789
|
+
direction: "horizontal" | "vertical";
|
1789
1790
|
style: vue.StyleValue;
|
1791
|
+
mobile: NonNullable<boolean | null> | null;
|
1790
1792
|
disabled: boolean;
|
1793
|
+
multiple: boolean;
|
1791
1794
|
tag: string;
|
1792
|
-
mobile: NonNullable<boolean | null> | null;
|
1793
|
-
items: readonly TabItem[];
|
1794
1795
|
mandatory: NonNullable<boolean | "force">;
|
1795
|
-
|
1796
|
+
items: readonly TabItem[];
|
1796
1797
|
density: Density;
|
1797
|
-
direction: "horizontal" | "vertical";
|
1798
1798
|
selectedClass: string;
|
1799
1799
|
stacked: boolean;
|
1800
1800
|
centerActive: boolean;
|
@@ -1802,15 +1802,15 @@ declare const VTabs: {
|
|
1802
1802
|
prevIcon: IconValue;
|
1803
1803
|
grow: boolean;
|
1804
1804
|
hideSlider: boolean;
|
1805
|
-
alignTabs: "
|
1805
|
+
alignTabs: "center" | "end" | "start" | "title";
|
1806
1806
|
fixedTabs: boolean;
|
1807
1807
|
} & {
|
1808
|
-
|
1808
|
+
max?: number | undefined;
|
1809
1809
|
height?: string | number | undefined;
|
1810
1810
|
color?: string | undefined;
|
1811
|
+
class?: any;
|
1811
1812
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
1812
1813
|
modelValue?: any;
|
1813
|
-
max?: number | undefined;
|
1814
1814
|
bgColor?: string | undefined;
|
1815
1815
|
showArrows?: string | boolean | undefined;
|
1816
1816
|
sliderColor?: string | undefined;
|
@@ -1842,17 +1842,17 @@ declare const VTabs: {
|
|
1842
1842
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
1843
1843
|
}, {
|
1844
1844
|
symbol: any;
|
1845
|
-
style: vue.StyleValue;
|
1846
1845
|
height: string | number;
|
1846
|
+
direction: "horizontal" | "vertical";
|
1847
|
+
style: vue.StyleValue;
|
1848
|
+
mobile: NonNullable<boolean | null> | null;
|
1847
1849
|
disabled: boolean;
|
1850
|
+
multiple: boolean;
|
1848
1851
|
tag: string;
|
1849
|
-
|
1852
|
+
mandatory: NonNullable<boolean | "force">;
|
1850
1853
|
modelValue: any;
|
1851
1854
|
items: readonly TabItem[];
|
1852
|
-
mandatory: NonNullable<boolean | "force">;
|
1853
|
-
multiple: boolean;
|
1854
1855
|
density: Density;
|
1855
|
-
direction: "horizontal" | "vertical";
|
1856
1856
|
selectedClass: string;
|
1857
1857
|
stacked: boolean;
|
1858
1858
|
centerActive: boolean;
|
@@ -1860,7 +1860,7 @@ declare const VTabs: {
|
|
1860
1860
|
prevIcon: IconValue;
|
1861
1861
|
grow: boolean;
|
1862
1862
|
hideSlider: boolean;
|
1863
|
-
alignTabs: "
|
1863
|
+
alignTabs: "center" | "end" | "start" | "title";
|
1864
1864
|
fixedTabs: boolean;
|
1865
1865
|
}, true, {}, vue.SlotsType<Partial<{
|
1866
1866
|
[x: `tab.${string}`]: (arg: VTabsSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -1890,15 +1890,15 @@ declare const VTabs: {
|
|
1890
1890
|
Defaults: {};
|
1891
1891
|
}, {
|
1892
1892
|
symbol: any;
|
1893
|
+
direction: "horizontal" | "vertical";
|
1893
1894
|
style: vue.StyleValue;
|
1895
|
+
mobile: NonNullable<boolean | null> | null;
|
1894
1896
|
disabled: boolean;
|
1897
|
+
multiple: boolean;
|
1895
1898
|
tag: string;
|
1896
|
-
mobile: NonNullable<boolean | null> | null;
|
1897
|
-
items: readonly TabItem[];
|
1898
1899
|
mandatory: NonNullable<boolean | "force">;
|
1899
|
-
|
1900
|
+
items: readonly TabItem[];
|
1900
1901
|
density: Density;
|
1901
|
-
direction: "horizontal" | "vertical";
|
1902
1902
|
selectedClass: string;
|
1903
1903
|
stacked: boolean;
|
1904
1904
|
centerActive: boolean;
|
@@ -1906,15 +1906,15 @@ declare const VTabs: {
|
|
1906
1906
|
prevIcon: IconValue;
|
1907
1907
|
grow: boolean;
|
1908
1908
|
hideSlider: boolean;
|
1909
|
-
alignTabs: "
|
1909
|
+
alignTabs: "center" | "end" | "start" | "title";
|
1910
1910
|
fixedTabs: boolean;
|
1911
1911
|
} & {
|
1912
|
-
|
1912
|
+
max?: number | undefined;
|
1913
1913
|
height?: string | number | undefined;
|
1914
1914
|
color?: string | undefined;
|
1915
|
+
class?: any;
|
1915
1916
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
1916
1917
|
modelValue?: any;
|
1917
|
-
max?: number | undefined;
|
1918
1918
|
bgColor?: string | undefined;
|
1919
1919
|
showArrows?: string | boolean | undefined;
|
1920
1920
|
sliderColor?: string | undefined;
|
@@ -1946,17 +1946,17 @@ declare const VTabs: {
|
|
1946
1946
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
1947
1947
|
}, {}, {}, {}, {}, {
|
1948
1948
|
symbol: any;
|
1949
|
-
style: vue.StyleValue;
|
1950
1949
|
height: string | number;
|
1950
|
+
direction: "horizontal" | "vertical";
|
1951
|
+
style: vue.StyleValue;
|
1952
|
+
mobile: NonNullable<boolean | null> | null;
|
1951
1953
|
disabled: boolean;
|
1954
|
+
multiple: boolean;
|
1952
1955
|
tag: string;
|
1953
|
-
|
1956
|
+
mandatory: NonNullable<boolean | "force">;
|
1954
1957
|
modelValue: any;
|
1955
1958
|
items: readonly TabItem[];
|
1956
|
-
mandatory: NonNullable<boolean | "force">;
|
1957
|
-
multiple: boolean;
|
1958
1959
|
density: Density;
|
1959
|
-
direction: "horizontal" | "vertical";
|
1960
1960
|
selectedClass: string;
|
1961
1961
|
stacked: boolean;
|
1962
1962
|
centerActive: boolean;
|
@@ -1964,7 +1964,7 @@ declare const VTabs: {
|
|
1964
1964
|
prevIcon: IconValue;
|
1965
1965
|
grow: boolean;
|
1966
1966
|
hideSlider: boolean;
|
1967
|
-
alignTabs: "
|
1967
|
+
alignTabs: "center" | "end" | "start" | "title";
|
1968
1968
|
fixedTabs: boolean;
|
1969
1969
|
}>;
|
1970
1970
|
__isFragment?: undefined;
|
@@ -1972,15 +1972,15 @@ declare const VTabs: {
|
|
1972
1972
|
__isSuspense?: undefined;
|
1973
1973
|
} & vue.ComponentOptionsBase<{
|
1974
1974
|
symbol: any;
|
1975
|
+
direction: "horizontal" | "vertical";
|
1975
1976
|
style: vue.StyleValue;
|
1977
|
+
mobile: NonNullable<boolean | null> | null;
|
1976
1978
|
disabled: boolean;
|
1979
|
+
multiple: boolean;
|
1977
1980
|
tag: string;
|
1978
|
-
mobile: NonNullable<boolean | null> | null;
|
1979
|
-
items: readonly TabItem[];
|
1980
1981
|
mandatory: NonNullable<boolean | "force">;
|
1981
|
-
|
1982
|
+
items: readonly TabItem[];
|
1982
1983
|
density: Density;
|
1983
|
-
direction: "horizontal" | "vertical";
|
1984
1984
|
selectedClass: string;
|
1985
1985
|
stacked: boolean;
|
1986
1986
|
centerActive: boolean;
|
@@ -1988,15 +1988,15 @@ declare const VTabs: {
|
|
1988
1988
|
prevIcon: IconValue;
|
1989
1989
|
grow: boolean;
|
1990
1990
|
hideSlider: boolean;
|
1991
|
-
alignTabs: "
|
1991
|
+
alignTabs: "center" | "end" | "start" | "title";
|
1992
1992
|
fixedTabs: boolean;
|
1993
1993
|
} & {
|
1994
|
-
|
1994
|
+
max?: number | undefined;
|
1995
1995
|
height?: string | number | undefined;
|
1996
1996
|
color?: string | undefined;
|
1997
|
+
class?: any;
|
1997
1998
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
1998
1999
|
modelValue?: any;
|
1999
|
-
max?: number | undefined;
|
2000
2000
|
bgColor?: string | undefined;
|
2001
2001
|
showArrows?: string | boolean | undefined;
|
2002
2002
|
sliderColor?: string | undefined;
|
@@ -2030,17 +2030,17 @@ declare const VTabs: {
|
|
2030
2030
|
'update:modelValue': (v: unknown) => boolean;
|
2031
2031
|
}, string, {
|
2032
2032
|
symbol: any;
|
2033
|
-
style: vue.StyleValue;
|
2034
2033
|
height: string | number;
|
2034
|
+
direction: "horizontal" | "vertical";
|
2035
|
+
style: vue.StyleValue;
|
2036
|
+
mobile: NonNullable<boolean | null> | null;
|
2035
2037
|
disabled: boolean;
|
2038
|
+
multiple: boolean;
|
2036
2039
|
tag: string;
|
2037
|
-
|
2040
|
+
mandatory: NonNullable<boolean | "force">;
|
2038
2041
|
modelValue: any;
|
2039
2042
|
items: readonly TabItem[];
|
2040
|
-
mandatory: NonNullable<boolean | "force">;
|
2041
|
-
multiple: boolean;
|
2042
2043
|
density: Density;
|
2043
|
-
direction: "horizontal" | "vertical";
|
2044
2044
|
selectedClass: string;
|
2045
2045
|
stacked: boolean;
|
2046
2046
|
centerActive: boolean;
|
@@ -2048,7 +2048,7 @@ declare const VTabs: {
|
|
2048
2048
|
prevIcon: IconValue;
|
2049
2049
|
grow: boolean;
|
2050
2050
|
hideSlider: boolean;
|
2051
|
-
alignTabs: "
|
2051
|
+
alignTabs: "center" | "end" | "start" | "title";
|
2052
2052
|
fixedTabs: boolean;
|
2053
2053
|
}, {}, string, vue.SlotsType<Partial<{
|
2054
2054
|
[x: `tab.${string}`]: (arg: VTabsSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -2092,7 +2092,7 @@ declare const VTabs: {
|
|
2092
2092
|
selectedClass: Omit<{
|
2093
2093
|
type: PropType<string>;
|
2094
2094
|
default: string;
|
2095
|
-
}, "
|
2095
|
+
}, "type" | "default"> & {
|
2096
2096
|
type: PropType<string>;
|
2097
2097
|
default: string;
|
2098
2098
|
};
|
@@ -2100,7 +2100,7 @@ declare const VTabs: {
|
|
2100
2100
|
mobile: Omit<{
|
2101
2101
|
type: PropType<boolean | null>;
|
2102
2102
|
default: boolean;
|
2103
|
-
}, "
|
2103
|
+
}, "type" | "default"> & {
|
2104
2104
|
type: PropType<NonNullable<boolean | null> | null>;
|
2105
2105
|
default: NonNullable<boolean | null> | null;
|
2106
2106
|
};
|
@@ -2132,7 +2132,7 @@ declare const VTabs: {
|
|
2132
2132
|
validator: (v: any) => boolean;
|
2133
2133
|
};
|
2134
2134
|
alignTabs: {
|
2135
|
-
type: PropType<"
|
2135
|
+
type: PropType<"center" | "end" | "start" | "title">;
|
2136
2136
|
default: string;
|
2137
2137
|
};
|
2138
2138
|
color: StringConstructor;
|
@@ -2173,7 +2173,7 @@ declare const VTabs: {
|
|
2173
2173
|
selectedClass: Omit<{
|
2174
2174
|
type: PropType<string>;
|
2175
2175
|
default: string;
|
2176
|
-
}, "
|
2176
|
+
}, "type" | "default"> & {
|
2177
2177
|
type: PropType<string>;
|
2178
2178
|
default: string;
|
2179
2179
|
};
|
@@ -2181,7 +2181,7 @@ declare const VTabs: {
|
|
2181
2181
|
mobile: Omit<{
|
2182
2182
|
type: PropType<boolean | null>;
|
2183
2183
|
default: boolean;
|
2184
|
-
}, "
|
2184
|
+
}, "type" | "default"> & {
|
2185
2185
|
type: PropType<NonNullable<boolean | null> | null>;
|
2186
2186
|
default: NonNullable<boolean | null> | null;
|
2187
2187
|
};
|
@@ -2213,7 +2213,7 @@ declare const VTabs: {
|
|
2213
2213
|
validator: (v: any) => boolean;
|
2214
2214
|
};
|
2215
2215
|
alignTabs: {
|
2216
|
-
type: PropType<"
|
2216
|
+
type: PropType<"center" | "end" | "start" | "title">;
|
2217
2217
|
default: string;
|
2218
2218
|
};
|
2219
2219
|
color: StringConstructor;
|
@@ -2237,10 +2237,10 @@ type VTabs = InstanceType<typeof VTabs>;
|
|
2237
2237
|
declare const VTabsWindow: {
|
2238
2238
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
2239
2239
|
reverse: boolean;
|
2240
|
+
direction: "horizontal" | "vertical";
|
2240
2241
|
style: vue.StyleValue;
|
2241
2242
|
disabled: boolean;
|
2242
2243
|
tag: string;
|
2243
|
-
direction: "horizontal" | "vertical";
|
2244
2244
|
selectedClass: string;
|
2245
2245
|
} & {
|
2246
2246
|
class?: any;
|
@@ -2261,10 +2261,10 @@ declare const VTabsWindow: {
|
|
2261
2261
|
'update:modelValue': (v: unknown) => boolean;
|
2262
2262
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
2263
2263
|
reverse: boolean;
|
2264
|
+
direction: "horizontal" | "vertical";
|
2264
2265
|
style: vue.StyleValue;
|
2265
2266
|
disabled: boolean;
|
2266
2267
|
tag: string;
|
2267
|
-
direction: "horizontal" | "vertical";
|
2268
2268
|
selectedClass: string;
|
2269
2269
|
} & {
|
2270
2270
|
class?: any;
|
@@ -2283,10 +2283,10 @@ declare const VTabsWindow: {
|
|
2283
2283
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
2284
2284
|
}, {
|
2285
2285
|
reverse: boolean;
|
2286
|
+
direction: "horizontal" | "vertical";
|
2286
2287
|
style: vue.StyleValue;
|
2287
2288
|
disabled: boolean;
|
2288
2289
|
tag: string;
|
2289
|
-
direction: "horizontal" | "vertical";
|
2290
2290
|
selectedClass: string;
|
2291
2291
|
}, true, {}, vue.SlotsType<Partial<{
|
2292
2292
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -2301,10 +2301,10 @@ declare const VTabsWindow: {
|
|
2301
2301
|
Defaults: {};
|
2302
2302
|
}, {
|
2303
2303
|
reverse: boolean;
|
2304
|
+
direction: "horizontal" | "vertical";
|
2304
2305
|
style: vue.StyleValue;
|
2305
2306
|
disabled: boolean;
|
2306
2307
|
tag: string;
|
2307
|
-
direction: "horizontal" | "vertical";
|
2308
2308
|
selectedClass: string;
|
2309
2309
|
} & {
|
2310
2310
|
class?: any;
|
@@ -2323,10 +2323,10 @@ declare const VTabsWindow: {
|
|
2323
2323
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
2324
2324
|
}, {}, {}, {}, {}, {
|
2325
2325
|
reverse: boolean;
|
2326
|
+
direction: "horizontal" | "vertical";
|
2326
2327
|
style: vue.StyleValue;
|
2327
2328
|
disabled: boolean;
|
2328
2329
|
tag: string;
|
2329
|
-
direction: "horizontal" | "vertical";
|
2330
2330
|
selectedClass: string;
|
2331
2331
|
}>;
|
2332
2332
|
__isFragment?: undefined;
|
@@ -2334,10 +2334,10 @@ declare const VTabsWindow: {
|
|
2334
2334
|
__isSuspense?: undefined;
|
2335
2335
|
} & vue.ComponentOptionsBase<{
|
2336
2336
|
reverse: boolean;
|
2337
|
+
direction: "horizontal" | "vertical";
|
2337
2338
|
style: vue.StyleValue;
|
2338
2339
|
disabled: boolean;
|
2339
2340
|
tag: string;
|
2340
|
-
direction: "horizontal" | "vertical";
|
2341
2341
|
selectedClass: string;
|
2342
2342
|
} & {
|
2343
2343
|
class?: any;
|
@@ -2358,10 +2358,10 @@ declare const VTabsWindow: {
|
|
2358
2358
|
'update:modelValue': (v: unknown) => boolean;
|
2359
2359
|
}, string, {
|
2360
2360
|
reverse: boolean;
|
2361
|
+
direction: "horizontal" | "vertical";
|
2361
2362
|
style: vue.StyleValue;
|
2362
2363
|
disabled: boolean;
|
2363
2364
|
tag: string;
|
2364
|
-
direction: "horizontal" | "vertical";
|
2365
2365
|
selectedClass: string;
|
2366
2366
|
}, {}, string, vue.SlotsType<Partial<{
|
2367
2367
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -2369,44 +2369,44 @@ declare const VTabsWindow: {
|
|
2369
2369
|
}>[];
|
2370
2370
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
2371
2371
|
reverse: BooleanConstructor;
|
2372
|
-
|
2372
|
+
direction: {
|
2373
|
+
type: vue.PropType<"horizontal" | "vertical">;
|
2374
|
+
default: string;
|
2375
|
+
};
|
2373
2376
|
style: {
|
2374
2377
|
type: vue.PropType<vue.StyleValue>;
|
2375
2378
|
default: null;
|
2376
2379
|
};
|
2377
|
-
theme: StringConstructor;
|
2378
2380
|
disabled: BooleanConstructor;
|
2381
|
+
class: vue.PropType<any>;
|
2379
2382
|
tag: {
|
2380
2383
|
type: StringConstructor;
|
2381
2384
|
default: string;
|
2382
2385
|
};
|
2386
|
+
theme: StringConstructor;
|
2383
2387
|
modelValue: null;
|
2384
|
-
direction: {
|
2385
|
-
type: vue.PropType<"horizontal" | "vertical">;
|
2386
|
-
default: string;
|
2387
|
-
};
|
2388
2388
|
selectedClass: {
|
2389
2389
|
type: StringConstructor;
|
2390
2390
|
default: string;
|
2391
2391
|
};
|
2392
2392
|
}, vue.ExtractPropTypes<{
|
2393
2393
|
reverse: BooleanConstructor;
|
2394
|
-
|
2394
|
+
direction: {
|
2395
|
+
type: vue.PropType<"horizontal" | "vertical">;
|
2396
|
+
default: string;
|
2397
|
+
};
|
2395
2398
|
style: {
|
2396
2399
|
type: vue.PropType<vue.StyleValue>;
|
2397
2400
|
default: null;
|
2398
2401
|
};
|
2399
|
-
theme: StringConstructor;
|
2400
2402
|
disabled: BooleanConstructor;
|
2403
|
+
class: vue.PropType<any>;
|
2401
2404
|
tag: {
|
2402
2405
|
type: StringConstructor;
|
2403
2406
|
default: string;
|
2404
2407
|
};
|
2408
|
+
theme: StringConstructor;
|
2405
2409
|
modelValue: null;
|
2406
|
-
direction: {
|
2407
|
-
type: vue.PropType<"horizontal" | "vertical">;
|
2408
|
-
default: string;
|
2409
|
-
};
|
2410
2410
|
selectedClass: {
|
2411
2411
|
type: StringConstructor;
|
2412
2412
|
default: string;
|
@@ -2417,12 +2417,12 @@ type VTabsWindow = InstanceType<typeof VTabsWindow>;
|
|
2417
2417
|
declare const VTabsWindowItem: {
|
2418
2418
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
2419
2419
|
style: vue.StyleValue;
|
2420
|
-
disabled: boolean;
|
2421
2420
|
eager: boolean;
|
2421
|
+
disabled: boolean;
|
2422
2422
|
} & {
|
2423
|
-
class?: any;
|
2424
|
-
value?: any;
|
2425
2423
|
transition?: string | boolean | undefined;
|
2424
|
+
value?: any;
|
2425
|
+
class?: any;
|
2426
2426
|
selectedClass?: string | undefined;
|
2427
2427
|
reverseTransition?: string | boolean | undefined;
|
2428
2428
|
} & {
|
@@ -2436,12 +2436,12 @@ declare const VTabsWindowItem: {
|
|
2436
2436
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2437
2437
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
2438
2438
|
style: vue.StyleValue;
|
2439
|
-
disabled: boolean;
|
2440
2439
|
eager: boolean;
|
2440
|
+
disabled: boolean;
|
2441
2441
|
} & {
|
2442
|
-
class?: any;
|
2443
|
-
value?: any;
|
2444
2442
|
transition?: string | boolean | undefined;
|
2443
|
+
value?: any;
|
2444
|
+
class?: any;
|
2445
2445
|
selectedClass?: string | undefined;
|
2446
2446
|
reverseTransition?: string | boolean | undefined;
|
2447
2447
|
} & {
|
@@ -2454,10 +2454,10 @@ declare const VTabsWindowItem: {
|
|
2454
2454
|
} & {
|
2455
2455
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2456
2456
|
}, {
|
2457
|
-
style: vue.StyleValue;
|
2458
|
-
disabled: boolean;
|
2459
2457
|
transition: string | boolean;
|
2458
|
+
style: vue.StyleValue;
|
2460
2459
|
eager: boolean;
|
2460
|
+
disabled: boolean;
|
2461
2461
|
reverseTransition: string | boolean;
|
2462
2462
|
}, true, {}, vue.SlotsType<Partial<{
|
2463
2463
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
@@ -2472,12 +2472,12 @@ declare const VTabsWindowItem: {
|
|
2472
2472
|
Defaults: {};
|
2473
2473
|
}, {
|
2474
2474
|
style: vue.StyleValue;
|
2475
|
-
disabled: boolean;
|
2476
2475
|
eager: boolean;
|
2476
|
+
disabled: boolean;
|
2477
2477
|
} & {
|
2478
|
-
class?: any;
|
2479
|
-
value?: any;
|
2480
2478
|
transition?: string | boolean | undefined;
|
2479
|
+
value?: any;
|
2480
|
+
class?: any;
|
2481
2481
|
selectedClass?: string | undefined;
|
2482
2482
|
reverseTransition?: string | boolean | undefined;
|
2483
2483
|
} & {
|
@@ -2490,10 +2490,10 @@ declare const VTabsWindowItem: {
|
|
2490
2490
|
} & {
|
2491
2491
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2492
2492
|
}, {}, {}, {}, {}, {
|
2493
|
-
style: vue.StyleValue;
|
2494
|
-
disabled: boolean;
|
2495
2493
|
transition: string | boolean;
|
2494
|
+
style: vue.StyleValue;
|
2496
2495
|
eager: boolean;
|
2496
|
+
disabled: boolean;
|
2497
2497
|
reverseTransition: string | boolean;
|
2498
2498
|
}>;
|
2499
2499
|
__isFragment?: undefined;
|
@@ -2501,12 +2501,12 @@ declare const VTabsWindowItem: {
|
|
2501
2501
|
__isSuspense?: undefined;
|
2502
2502
|
} & vue.ComponentOptionsBase<{
|
2503
2503
|
style: vue.StyleValue;
|
2504
|
-
disabled: boolean;
|
2505
2504
|
eager: boolean;
|
2505
|
+
disabled: boolean;
|
2506
2506
|
} & {
|
2507
|
-
class?: any;
|
2508
|
-
value?: any;
|
2509
2507
|
transition?: string | boolean | undefined;
|
2508
|
+
value?: any;
|
2509
|
+
class?: any;
|
2510
2510
|
selectedClass?: string | undefined;
|
2511
2511
|
reverseTransition?: string | boolean | undefined;
|
2512
2512
|
} & {
|
@@ -2519,10 +2519,10 @@ declare const VTabsWindowItem: {
|
|
2519
2519
|
} & {
|
2520
2520
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
2521
2521
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
2522
|
-
style: vue.StyleValue;
|
2523
|
-
disabled: boolean;
|
2524
2522
|
transition: string | boolean;
|
2523
|
+
style: vue.StyleValue;
|
2525
2524
|
eager: boolean;
|
2525
|
+
disabled: boolean;
|
2526
2526
|
reverseTransition: string | boolean;
|
2527
2527
|
}, {}, string, vue.SlotsType<Partial<{
|
2528
2528
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|