vuetify 3.6.13 → 3.7.0-beta.1
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/dist/json/attributes.json +166 -26
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +138 -138
- package/dist/json/tags.json +40 -5
- package/dist/json/web-types.json +394 -41
- package/dist/vuetify-labs.css +2300 -2284
- package/dist/vuetify-labs.d.ts +12763 -12509
- package/dist/vuetify-labs.esm.js +153 -145
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +153 -145
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +887 -871
- package/dist/vuetify.d.ts +11161 -10982
- package/dist/vuetify.esm.js +107 -65
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +107 -65
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1076 -1078
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/index.d.mts +175 -169
- package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +635 -634
- package/lib/components/VAvatar/VAvatar.css +7 -0
- package/lib/components/VAvatar/VAvatar.mjs +6 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +1 -0
- package/lib/components/VAvatar/_variables.scss +13 -0
- package/lib/components/VAvatar/index.d.mts +36 -30
- 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 +125 -125
- package/lib/components/VBreadcrumbs/index.d.mts +42 -42
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +113 -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 +130 -121
- package/lib/components/VCheckbox/index.d.mts +166 -166
- 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/VCombobox.mjs +15 -8
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +635 -634
- 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 +50 -50
- package/lib/components/VDataTable/index.d.mts +253 -253
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/index.d.mts +378 -378
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +196 -124
- package/lib/components/VFab/index.d.mts +233 -227
- package/lib/components/VField/index.d.mts +46 -46
- package/lib/components/VFileInput/index.d.mts +243 -243
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VContainer.mjs +6 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +178 -142
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/VImg.css +9 -0
- package/lib/components/VImg/VImg.mjs +2 -0
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +9 -0
- package/lib/components/VImg/index.d.mts +101 -92
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/index.d.mts +53 -53
- 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/VListItem.css +2 -2
- package/lib/components/VList/VListItem.mjs +2 -0
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +191 -190
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/VMenu.mjs +7 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +423 -423
- 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/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +104 -104
- package/lib/components/VOverlay/locationStrategies.mjs +0 -6
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- 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 +97 -97
- package/lib/components/VRangeSlider/index.d.mts +94 -94
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/VSelect.mjs +15 -13
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +635 -634
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- 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/VSlideGroup.mjs +3 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +39 -33
- package/lib/components/VSlider/index.d.mts +87 -87
- package/lib/components/VSnackbar/index.d.mts +436 -436
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +185 -185
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +100 -100
- 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 +530 -512
- package/lib/components/VTextField/index.d.mts +397 -397
- package/lib/components/VTextarea/index.d.mts +274 -274
- 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 +451 -451
- package/lib/components/VValidation/index.d.mts +22 -21
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +13 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +11225 -11046
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +3 -4
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +4 -2
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +5 -5
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/validation.mjs +8 -6
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +1 -0
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +44 -44
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/index.d.mts +244 -244
- package/lib/labs/VNumberInput/index.d.mts +235 -235
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
- package/lib/labs/VStepperVertical/index.d.mts +224 -188
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +115 -115
- package/lib/labs/VTreeview/VTreeview.mjs +7 -5
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +33 -10
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -74
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
- package/lib/labs/VTreeview/index.d.mts +270 -253
- package/lib/labs/components.d.mts +1835 -1782
- package/lib/util/helpers.mjs +5 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +10 -5
|
@@ -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,25 +76,26 @@ 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
|
+
activeColor?: string | undefined;
|
|
98
99
|
prependIcon?: IconValue | undefined;
|
|
99
100
|
appendIcon?: IconValue | undefined;
|
|
100
101
|
sliderColor?: string | undefined;
|
|
@@ -121,18 +122,18 @@ declare const VTab: {
|
|
|
121
122
|
$data: {};
|
|
122
123
|
$props: Partial<{
|
|
123
124
|
symbol: any;
|
|
124
|
-
flat: boolean;
|
|
125
125
|
replace: boolean;
|
|
126
|
-
|
|
127
|
-
|
|
126
|
+
flat: boolean;
|
|
127
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
128
|
+
exact: boolean;
|
|
129
|
+
block: boolean;
|
|
128
130
|
active: boolean;
|
|
131
|
+
style: vue.StyleValue;
|
|
129
132
|
disabled: boolean;
|
|
130
|
-
|
|
133
|
+
size: string | number;
|
|
131
134
|
readonly: boolean;
|
|
135
|
+
tag: string;
|
|
132
136
|
rounded: string | number | boolean;
|
|
133
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
134
|
-
block: boolean;
|
|
135
|
-
exact: boolean;
|
|
136
137
|
tile: boolean;
|
|
137
138
|
density: Density;
|
|
138
139
|
slim: boolean;
|
|
@@ -142,16 +143,16 @@ declare const VTab: {
|
|
|
142
143
|
} | undefined;
|
|
143
144
|
}> & Omit<{
|
|
144
145
|
symbol: any;
|
|
145
|
-
flat: boolean;
|
|
146
146
|
replace: boolean;
|
|
147
|
+
flat: boolean;
|
|
148
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
149
|
+
exact: boolean;
|
|
150
|
+
block: boolean;
|
|
147
151
|
style: vue.StyleValue;
|
|
148
|
-
size: string | number;
|
|
149
152
|
disabled: boolean;
|
|
150
|
-
|
|
153
|
+
size: string | number;
|
|
151
154
|
readonly: boolean;
|
|
152
|
-
|
|
153
|
-
block: boolean;
|
|
154
|
-
exact: boolean;
|
|
155
|
+
tag: string;
|
|
155
156
|
tile: boolean;
|
|
156
157
|
density: Density;
|
|
157
158
|
slim: boolean;
|
|
@@ -159,29 +160,30 @@ declare const VTab: {
|
|
|
159
160
|
ripple: boolean | {
|
|
160
161
|
class: string;
|
|
161
162
|
} | undefined;
|
|
162
|
-
|
|
163
|
-
text?: string | undefined;
|
|
164
|
-
value?: any;
|
|
165
|
-
width?: string | number | undefined;
|
|
163
|
+
location?: Anchor | undefined;
|
|
166
164
|
height?: string | number | undefined;
|
|
165
|
+
width?: string | number | undefined;
|
|
167
166
|
active?: boolean | undefined;
|
|
168
|
-
theme?: string | undefined;
|
|
169
|
-
href?: string | undefined;
|
|
170
|
-
color?: string | undefined;
|
|
171
|
-
loading?: string | boolean | undefined;
|
|
172
|
-
icon?: boolean | IconValue | undefined;
|
|
173
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
174
167
|
border?: string | number | boolean | undefined;
|
|
175
|
-
|
|
176
|
-
rounded?: string | number | boolean | undefined;
|
|
168
|
+
color?: string | undefined;
|
|
177
169
|
maxHeight?: string | number | undefined;
|
|
178
170
|
maxWidth?: string | number | undefined;
|
|
179
171
|
minHeight?: string | number | undefined;
|
|
180
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;
|
|
181
180
|
elevation?: string | number | undefined;
|
|
182
|
-
|
|
181
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
182
|
+
theme?: string | undefined;
|
|
183
|
+
rounded?: string | number | boolean | undefined;
|
|
183
184
|
baseColor?: string | undefined;
|
|
184
185
|
selectedClass?: string | undefined;
|
|
186
|
+
activeColor?: string | undefined;
|
|
185
187
|
prependIcon?: IconValue | undefined;
|
|
186
188
|
appendIcon?: IconValue | undefined;
|
|
187
189
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -205,16 +207,16 @@ declare const VTab: {
|
|
|
205
207
|
}) => any) | undefined;
|
|
206
208
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
207
209
|
symbol: any;
|
|
208
|
-
flat: boolean;
|
|
209
210
|
replace: boolean;
|
|
211
|
+
flat: boolean;
|
|
212
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
213
|
+
exact: boolean;
|
|
214
|
+
block: boolean;
|
|
210
215
|
style: vue.StyleValue;
|
|
211
|
-
size: string | number;
|
|
212
216
|
disabled: boolean;
|
|
213
|
-
|
|
217
|
+
size: string | number;
|
|
214
218
|
readonly: boolean;
|
|
215
|
-
|
|
216
|
-
block: boolean;
|
|
217
|
-
exact: boolean;
|
|
219
|
+
tag: string;
|
|
218
220
|
tile: boolean;
|
|
219
221
|
density: Density;
|
|
220
222
|
slim: boolean;
|
|
@@ -223,29 +225,30 @@ declare const VTab: {
|
|
|
223
225
|
class: string;
|
|
224
226
|
} | undefined;
|
|
225
227
|
} & {
|
|
226
|
-
|
|
227
|
-
text?: string | undefined;
|
|
228
|
-
value?: any;
|
|
229
|
-
width?: string | number | undefined;
|
|
228
|
+
location?: Anchor | undefined;
|
|
230
229
|
height?: string | number | undefined;
|
|
230
|
+
width?: string | number | undefined;
|
|
231
231
|
active?: boolean | undefined;
|
|
232
|
-
theme?: string | undefined;
|
|
233
|
-
href?: string | undefined;
|
|
234
|
-
color?: string | undefined;
|
|
235
|
-
loading?: string | boolean | undefined;
|
|
236
|
-
icon?: boolean | IconValue | undefined;
|
|
237
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
238
232
|
border?: string | number | boolean | undefined;
|
|
239
|
-
|
|
240
|
-
rounded?: string | number | boolean | undefined;
|
|
233
|
+
color?: string | undefined;
|
|
241
234
|
maxHeight?: string | number | undefined;
|
|
242
235
|
maxWidth?: string | number | undefined;
|
|
243
236
|
minHeight?: string | number | undefined;
|
|
244
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;
|
|
245
245
|
elevation?: string | number | undefined;
|
|
246
|
-
|
|
246
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
247
|
+
theme?: string | undefined;
|
|
248
|
+
rounded?: string | number | boolean | undefined;
|
|
247
249
|
baseColor?: string | undefined;
|
|
248
250
|
selectedClass?: string | undefined;
|
|
251
|
+
activeColor?: string | undefined;
|
|
249
252
|
prependIcon?: IconValue | undefined;
|
|
250
253
|
appendIcon?: IconValue | undefined;
|
|
251
254
|
} & {
|
|
@@ -270,7 +273,7 @@ declare const VTab: {
|
|
|
270
273
|
"onGroup:selected"?: ((val: {
|
|
271
274
|
value: boolean;
|
|
272
275
|
}) => any) | undefined;
|
|
273
|
-
}, "symbol" | "
|
|
276
|
+
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
|
274
277
|
$attrs: {
|
|
275
278
|
[x: string]: unknown;
|
|
276
279
|
};
|
|
@@ -299,16 +302,16 @@ declare const VTab: {
|
|
|
299
302
|
$el: any;
|
|
300
303
|
$options: vue.ComponentOptionsBase<{
|
|
301
304
|
symbol: any;
|
|
302
|
-
flat: boolean;
|
|
303
305
|
replace: boolean;
|
|
306
|
+
flat: boolean;
|
|
307
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
308
|
+
exact: boolean;
|
|
309
|
+
block: boolean;
|
|
304
310
|
style: vue.StyleValue;
|
|
305
|
-
size: string | number;
|
|
306
311
|
disabled: boolean;
|
|
307
|
-
|
|
312
|
+
size: string | number;
|
|
308
313
|
readonly: boolean;
|
|
309
|
-
|
|
310
|
-
block: boolean;
|
|
311
|
-
exact: boolean;
|
|
314
|
+
tag: string;
|
|
312
315
|
tile: boolean;
|
|
313
316
|
density: Density;
|
|
314
317
|
slim: boolean;
|
|
@@ -317,29 +320,30 @@ declare const VTab: {
|
|
|
317
320
|
class: string;
|
|
318
321
|
} | undefined;
|
|
319
322
|
} & {
|
|
320
|
-
|
|
321
|
-
text?: string | undefined;
|
|
322
|
-
value?: any;
|
|
323
|
-
width?: string | number | undefined;
|
|
323
|
+
location?: Anchor | undefined;
|
|
324
324
|
height?: string | number | undefined;
|
|
325
|
+
width?: string | number | undefined;
|
|
325
326
|
active?: boolean | undefined;
|
|
326
|
-
theme?: string | undefined;
|
|
327
|
-
href?: string | undefined;
|
|
328
|
-
color?: string | undefined;
|
|
329
|
-
loading?: string | boolean | undefined;
|
|
330
|
-
icon?: boolean | IconValue | undefined;
|
|
331
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
332
327
|
border?: string | number | boolean | undefined;
|
|
333
|
-
|
|
334
|
-
rounded?: string | number | boolean | undefined;
|
|
328
|
+
color?: string | undefined;
|
|
335
329
|
maxHeight?: string | number | undefined;
|
|
336
330
|
maxWidth?: string | number | undefined;
|
|
337
331
|
minHeight?: string | number | undefined;
|
|
338
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;
|
|
339
340
|
elevation?: string | number | undefined;
|
|
340
|
-
|
|
341
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
342
|
+
theme?: string | undefined;
|
|
343
|
+
rounded?: string | number | boolean | undefined;
|
|
341
344
|
baseColor?: string | undefined;
|
|
342
345
|
selectedClass?: string | undefined;
|
|
346
|
+
activeColor?: string | undefined;
|
|
343
347
|
prependIcon?: IconValue | undefined;
|
|
344
348
|
appendIcon?: IconValue | undefined;
|
|
345
349
|
} & {
|
|
@@ -372,18 +376,18 @@ declare const VTab: {
|
|
|
372
376
|
}) => true;
|
|
373
377
|
}, string, {
|
|
374
378
|
symbol: any;
|
|
375
|
-
flat: boolean;
|
|
376
379
|
replace: boolean;
|
|
377
|
-
|
|
378
|
-
|
|
380
|
+
flat: boolean;
|
|
381
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
382
|
+
exact: boolean;
|
|
383
|
+
block: boolean;
|
|
379
384
|
active: boolean;
|
|
385
|
+
style: vue.StyleValue;
|
|
380
386
|
disabled: boolean;
|
|
381
|
-
|
|
387
|
+
size: string | number;
|
|
382
388
|
readonly: boolean;
|
|
389
|
+
tag: string;
|
|
383
390
|
rounded: string | number | boolean;
|
|
384
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
385
|
-
block: boolean;
|
|
386
|
-
exact: boolean;
|
|
387
391
|
tile: boolean;
|
|
388
392
|
density: Density;
|
|
389
393
|
slim: boolean;
|
|
@@ -426,16 +430,16 @@ declare const VTab: {
|
|
|
426
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;
|
|
427
431
|
} & Omit<{
|
|
428
432
|
symbol: any;
|
|
429
|
-
flat: boolean;
|
|
430
433
|
replace: boolean;
|
|
434
|
+
flat: boolean;
|
|
435
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
436
|
+
exact: boolean;
|
|
437
|
+
block: boolean;
|
|
431
438
|
style: vue.StyleValue;
|
|
432
|
-
size: string | number;
|
|
433
439
|
disabled: boolean;
|
|
434
|
-
|
|
440
|
+
size: string | number;
|
|
435
441
|
readonly: boolean;
|
|
436
|
-
|
|
437
|
-
block: boolean;
|
|
438
|
-
exact: boolean;
|
|
442
|
+
tag: string;
|
|
439
443
|
tile: boolean;
|
|
440
444
|
density: Density;
|
|
441
445
|
slim: boolean;
|
|
@@ -444,29 +448,30 @@ declare const VTab: {
|
|
|
444
448
|
class: string;
|
|
445
449
|
} | undefined;
|
|
446
450
|
} & {
|
|
447
|
-
|
|
448
|
-
text?: string | undefined;
|
|
449
|
-
value?: any;
|
|
450
|
-
width?: string | number | undefined;
|
|
451
|
+
location?: Anchor | undefined;
|
|
451
452
|
height?: string | number | undefined;
|
|
453
|
+
width?: string | number | undefined;
|
|
452
454
|
active?: boolean | undefined;
|
|
453
|
-
theme?: string | undefined;
|
|
454
|
-
href?: string | undefined;
|
|
455
|
-
color?: string | undefined;
|
|
456
|
-
loading?: string | boolean | undefined;
|
|
457
|
-
icon?: boolean | IconValue | undefined;
|
|
458
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
459
455
|
border?: string | number | boolean | undefined;
|
|
460
|
-
|
|
461
|
-
rounded?: string | number | boolean | undefined;
|
|
456
|
+
color?: string | undefined;
|
|
462
457
|
maxHeight?: string | number | undefined;
|
|
463
458
|
maxWidth?: string | number | undefined;
|
|
464
459
|
minHeight?: string | number | undefined;
|
|
465
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;
|
|
466
468
|
elevation?: string | number | undefined;
|
|
467
|
-
|
|
469
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
470
|
+
theme?: string | undefined;
|
|
471
|
+
rounded?: string | number | boolean | undefined;
|
|
468
472
|
baseColor?: string | undefined;
|
|
469
473
|
selectedClass?: string | undefined;
|
|
474
|
+
activeColor?: string | undefined;
|
|
470
475
|
prependIcon?: IconValue | undefined;
|
|
471
476
|
appendIcon?: IconValue | undefined;
|
|
472
477
|
} & {
|
|
@@ -493,19 +498,19 @@ declare const VTab: {
|
|
|
493
498
|
}) => any) | undefined;
|
|
494
499
|
}, "group"> & vue.ShallowUnwrapRef<{
|
|
495
500
|
group: GroupItemProvide | null;
|
|
496
|
-
}> & {} & 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 & {
|
|
497
502
|
replace: boolean;
|
|
498
503
|
fixed: boolean;
|
|
504
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
505
|
+
exact: boolean;
|
|
506
|
+
direction: "horizontal" | "vertical";
|
|
499
507
|
style: vue.StyleValue;
|
|
500
|
-
size: string | number;
|
|
501
508
|
disabled: boolean;
|
|
502
|
-
|
|
509
|
+
size: string | number;
|
|
503
510
|
readonly: boolean;
|
|
504
|
-
|
|
505
|
-
exact: boolean;
|
|
511
|
+
tag: string;
|
|
506
512
|
tile: boolean;
|
|
507
513
|
density: Density;
|
|
508
|
-
direction: "horizontal" | "vertical";
|
|
509
514
|
selectedClass: string;
|
|
510
515
|
slim: boolean;
|
|
511
516
|
stacked: boolean;
|
|
@@ -514,25 +519,26 @@ declare const VTab: {
|
|
|
514
519
|
} | undefined;
|
|
515
520
|
hideSlider: boolean;
|
|
516
521
|
} & {
|
|
517
|
-
class?: any;
|
|
518
|
-
text?: string | undefined;
|
|
519
|
-
value?: any;
|
|
520
|
-
width?: string | number | undefined;
|
|
521
522
|
height?: string | number | undefined;
|
|
522
|
-
|
|
523
|
-
href?: string | undefined;
|
|
524
|
-
color?: string | undefined;
|
|
525
|
-
loading?: string | boolean | undefined;
|
|
526
|
-
icon?: boolean | IconValue | undefined;
|
|
527
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
523
|
+
width?: string | number | undefined;
|
|
528
524
|
border?: string | number | boolean | undefined;
|
|
529
|
-
|
|
525
|
+
color?: string | undefined;
|
|
530
526
|
maxHeight?: string | number | undefined;
|
|
531
527
|
maxWidth?: string | number | undefined;
|
|
532
528
|
minHeight?: string | number | undefined;
|
|
533
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;
|
|
534
536
|
elevation?: string | number | undefined;
|
|
537
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
538
|
+
theme?: string | undefined;
|
|
539
|
+
rounded?: string | number | boolean | undefined;
|
|
535
540
|
baseColor?: string | undefined;
|
|
541
|
+
activeColor?: string | undefined;
|
|
536
542
|
prependIcon?: IconValue | undefined;
|
|
537
543
|
appendIcon?: IconValue | undefined;
|
|
538
544
|
sliderColor?: string | undefined;
|
|
@@ -557,17 +563,17 @@ declare const VTab: {
|
|
|
557
563
|
}, {
|
|
558
564
|
replace: boolean;
|
|
559
565
|
fixed: boolean;
|
|
566
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
567
|
+
exact: boolean;
|
|
568
|
+
direction: "horizontal" | "vertical";
|
|
560
569
|
style: vue.StyleValue;
|
|
561
|
-
size: string | number;
|
|
562
570
|
disabled: boolean;
|
|
563
|
-
|
|
571
|
+
size: string | number;
|
|
564
572
|
readonly: boolean;
|
|
573
|
+
tag: string;
|
|
565
574
|
rounded: string | number | boolean;
|
|
566
|
-
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
567
|
-
exact: boolean;
|
|
568
575
|
tile: boolean;
|
|
569
576
|
density: Density;
|
|
570
|
-
direction: "horizontal" | "vertical";
|
|
571
577
|
selectedClass: string;
|
|
572
578
|
slim: boolean;
|
|
573
579
|
stacked: boolean;
|
|
@@ -598,16 +604,16 @@ declare const VTab: {
|
|
|
598
604
|
}, {
|
|
599
605
|
replace: boolean;
|
|
600
606
|
fixed: boolean;
|
|
607
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
608
|
+
exact: boolean;
|
|
609
|
+
direction: "horizontal" | "vertical";
|
|
601
610
|
style: vue.StyleValue;
|
|
602
|
-
size: string | number;
|
|
603
611
|
disabled: boolean;
|
|
604
|
-
|
|
612
|
+
size: string | number;
|
|
605
613
|
readonly: boolean;
|
|
606
|
-
|
|
607
|
-
exact: boolean;
|
|
614
|
+
tag: string;
|
|
608
615
|
tile: boolean;
|
|
609
616
|
density: Density;
|
|
610
|
-
direction: "horizontal" | "vertical";
|
|
611
617
|
selectedClass: string;
|
|
612
618
|
slim: boolean;
|
|
613
619
|
stacked: boolean;
|
|
@@ -616,25 +622,26 @@ declare const VTab: {
|
|
|
616
622
|
} | undefined;
|
|
617
623
|
hideSlider: boolean;
|
|
618
624
|
} & {
|
|
619
|
-
class?: any;
|
|
620
|
-
text?: string | undefined;
|
|
621
|
-
value?: any;
|
|
622
|
-
width?: string | number | undefined;
|
|
623
625
|
height?: string | number | undefined;
|
|
624
|
-
|
|
625
|
-
href?: string | undefined;
|
|
626
|
-
color?: string | undefined;
|
|
627
|
-
loading?: string | boolean | undefined;
|
|
628
|
-
icon?: boolean | IconValue | undefined;
|
|
629
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
626
|
+
width?: string | number | undefined;
|
|
630
627
|
border?: string | number | boolean | undefined;
|
|
631
|
-
|
|
628
|
+
color?: string | undefined;
|
|
632
629
|
maxHeight?: string | number | undefined;
|
|
633
630
|
maxWidth?: string | number | undefined;
|
|
634
631
|
minHeight?: string | number | undefined;
|
|
635
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;
|
|
636
639
|
elevation?: string | number | undefined;
|
|
640
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
641
|
+
theme?: string | undefined;
|
|
642
|
+
rounded?: string | number | boolean | undefined;
|
|
637
643
|
baseColor?: string | undefined;
|
|
644
|
+
activeColor?: string | undefined;
|
|
638
645
|
prependIcon?: IconValue | undefined;
|
|
639
646
|
appendIcon?: IconValue | undefined;
|
|
640
647
|
sliderColor?: string | undefined;
|
|
@@ -661,18 +668,18 @@ declare const VTab: {
|
|
|
661
668
|
$data: {};
|
|
662
669
|
$props: Partial<{
|
|
663
670
|
symbol: any;
|
|
664
|
-
flat: boolean;
|
|
665
671
|
replace: boolean;
|
|
666
|
-
|
|
667
|
-
|
|
672
|
+
flat: boolean;
|
|
673
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
674
|
+
exact: boolean;
|
|
675
|
+
block: boolean;
|
|
668
676
|
active: boolean;
|
|
677
|
+
style: vue.StyleValue;
|
|
669
678
|
disabled: boolean;
|
|
670
|
-
|
|
679
|
+
size: string | number;
|
|
671
680
|
readonly: boolean;
|
|
681
|
+
tag: string;
|
|
672
682
|
rounded: string | number | boolean;
|
|
673
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
674
|
-
block: boolean;
|
|
675
|
-
exact: boolean;
|
|
676
683
|
tile: boolean;
|
|
677
684
|
density: Density;
|
|
678
685
|
slim: boolean;
|
|
@@ -682,16 +689,16 @@ declare const VTab: {
|
|
|
682
689
|
} | undefined;
|
|
683
690
|
}> & Omit<{
|
|
684
691
|
symbol: any;
|
|
685
|
-
flat: boolean;
|
|
686
692
|
replace: boolean;
|
|
693
|
+
flat: boolean;
|
|
694
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
695
|
+
exact: boolean;
|
|
696
|
+
block: boolean;
|
|
687
697
|
style: vue.StyleValue;
|
|
688
|
-
size: string | number;
|
|
689
698
|
disabled: boolean;
|
|
690
|
-
|
|
699
|
+
size: string | number;
|
|
691
700
|
readonly: boolean;
|
|
692
|
-
|
|
693
|
-
block: boolean;
|
|
694
|
-
exact: boolean;
|
|
701
|
+
tag: string;
|
|
695
702
|
tile: boolean;
|
|
696
703
|
density: Density;
|
|
697
704
|
slim: boolean;
|
|
@@ -699,29 +706,30 @@ declare const VTab: {
|
|
|
699
706
|
ripple: boolean | {
|
|
700
707
|
class: string;
|
|
701
708
|
} | undefined;
|
|
702
|
-
|
|
703
|
-
text?: string | undefined;
|
|
704
|
-
value?: any;
|
|
705
|
-
width?: string | number | undefined;
|
|
709
|
+
location?: Anchor | undefined;
|
|
706
710
|
height?: string | number | undefined;
|
|
711
|
+
width?: string | number | undefined;
|
|
707
712
|
active?: boolean | undefined;
|
|
708
|
-
theme?: string | undefined;
|
|
709
|
-
href?: string | undefined;
|
|
710
|
-
color?: string | undefined;
|
|
711
|
-
loading?: string | boolean | undefined;
|
|
712
|
-
icon?: boolean | IconValue | undefined;
|
|
713
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
714
713
|
border?: string | number | boolean | undefined;
|
|
715
|
-
|
|
716
|
-
rounded?: string | number | boolean | undefined;
|
|
714
|
+
color?: string | undefined;
|
|
717
715
|
maxHeight?: string | number | undefined;
|
|
718
716
|
maxWidth?: string | number | undefined;
|
|
719
717
|
minHeight?: string | number | undefined;
|
|
720
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;
|
|
721
726
|
elevation?: string | number | undefined;
|
|
722
|
-
|
|
727
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
728
|
+
theme?: string | undefined;
|
|
729
|
+
rounded?: string | number | boolean | undefined;
|
|
723
730
|
baseColor?: string | undefined;
|
|
724
731
|
selectedClass?: string | undefined;
|
|
732
|
+
activeColor?: string | undefined;
|
|
725
733
|
prependIcon?: IconValue | undefined;
|
|
726
734
|
appendIcon?: IconValue | undefined;
|
|
727
735
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -745,16 +753,16 @@ declare const VTab: {
|
|
|
745
753
|
}) => any) | undefined;
|
|
746
754
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
747
755
|
symbol: any;
|
|
748
|
-
flat: boolean;
|
|
749
756
|
replace: boolean;
|
|
757
|
+
flat: boolean;
|
|
758
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
759
|
+
exact: boolean;
|
|
760
|
+
block: boolean;
|
|
750
761
|
style: vue.StyleValue;
|
|
751
|
-
size: string | number;
|
|
752
762
|
disabled: boolean;
|
|
753
|
-
|
|
763
|
+
size: string | number;
|
|
754
764
|
readonly: boolean;
|
|
755
|
-
|
|
756
|
-
block: boolean;
|
|
757
|
-
exact: boolean;
|
|
765
|
+
tag: string;
|
|
758
766
|
tile: boolean;
|
|
759
767
|
density: Density;
|
|
760
768
|
slim: boolean;
|
|
@@ -763,29 +771,30 @@ declare const VTab: {
|
|
|
763
771
|
class: string;
|
|
764
772
|
} | undefined;
|
|
765
773
|
} & {
|
|
766
|
-
|
|
767
|
-
text?: string | undefined;
|
|
768
|
-
value?: any;
|
|
769
|
-
width?: string | number | undefined;
|
|
774
|
+
location?: Anchor | undefined;
|
|
770
775
|
height?: string | number | undefined;
|
|
776
|
+
width?: string | number | undefined;
|
|
771
777
|
active?: boolean | undefined;
|
|
772
|
-
theme?: string | undefined;
|
|
773
|
-
href?: string | undefined;
|
|
774
|
-
color?: string | undefined;
|
|
775
|
-
loading?: string | boolean | undefined;
|
|
776
|
-
icon?: boolean | IconValue | undefined;
|
|
777
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
778
778
|
border?: string | number | boolean | undefined;
|
|
779
|
-
|
|
780
|
-
rounded?: string | number | boolean | undefined;
|
|
779
|
+
color?: string | undefined;
|
|
781
780
|
maxHeight?: string | number | undefined;
|
|
782
781
|
maxWidth?: string | number | undefined;
|
|
783
782
|
minHeight?: string | number | undefined;
|
|
784
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;
|
|
785
791
|
elevation?: string | number | undefined;
|
|
786
|
-
|
|
792
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
793
|
+
theme?: string | undefined;
|
|
794
|
+
rounded?: string | number | boolean | undefined;
|
|
787
795
|
baseColor?: string | undefined;
|
|
788
796
|
selectedClass?: string | undefined;
|
|
797
|
+
activeColor?: string | undefined;
|
|
789
798
|
prependIcon?: IconValue | undefined;
|
|
790
799
|
appendIcon?: IconValue | undefined;
|
|
791
800
|
} & {
|
|
@@ -810,7 +819,7 @@ declare const VTab: {
|
|
|
810
819
|
"onGroup:selected"?: ((val: {
|
|
811
820
|
value: boolean;
|
|
812
821
|
}) => any) | undefined;
|
|
813
|
-
}, "symbol" | "
|
|
822
|
+
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
|
814
823
|
$attrs: {
|
|
815
824
|
[x: string]: unknown;
|
|
816
825
|
};
|
|
@@ -839,16 +848,16 @@ declare const VTab: {
|
|
|
839
848
|
$el: any;
|
|
840
849
|
$options: vue.ComponentOptionsBase<{
|
|
841
850
|
symbol: any;
|
|
842
|
-
flat: boolean;
|
|
843
851
|
replace: boolean;
|
|
852
|
+
flat: boolean;
|
|
853
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
854
|
+
exact: boolean;
|
|
855
|
+
block: boolean;
|
|
844
856
|
style: vue.StyleValue;
|
|
845
|
-
size: string | number;
|
|
846
857
|
disabled: boolean;
|
|
847
|
-
|
|
858
|
+
size: string | number;
|
|
848
859
|
readonly: boolean;
|
|
849
|
-
|
|
850
|
-
block: boolean;
|
|
851
|
-
exact: boolean;
|
|
860
|
+
tag: string;
|
|
852
861
|
tile: boolean;
|
|
853
862
|
density: Density;
|
|
854
863
|
slim: boolean;
|
|
@@ -857,29 +866,30 @@ declare const VTab: {
|
|
|
857
866
|
class: string;
|
|
858
867
|
} | undefined;
|
|
859
868
|
} & {
|
|
860
|
-
|
|
861
|
-
text?: string | undefined;
|
|
862
|
-
value?: any;
|
|
863
|
-
width?: string | number | undefined;
|
|
869
|
+
location?: Anchor | undefined;
|
|
864
870
|
height?: string | number | undefined;
|
|
871
|
+
width?: string | number | undefined;
|
|
865
872
|
active?: boolean | undefined;
|
|
866
|
-
theme?: string | undefined;
|
|
867
|
-
href?: string | undefined;
|
|
868
|
-
color?: string | undefined;
|
|
869
|
-
loading?: string | boolean | undefined;
|
|
870
|
-
icon?: boolean | IconValue | undefined;
|
|
871
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
872
873
|
border?: string | number | boolean | undefined;
|
|
873
|
-
|
|
874
|
-
rounded?: string | number | boolean | undefined;
|
|
874
|
+
color?: string | undefined;
|
|
875
875
|
maxHeight?: string | number | undefined;
|
|
876
876
|
maxWidth?: string | number | undefined;
|
|
877
877
|
minHeight?: string | number | undefined;
|
|
878
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;
|
|
879
886
|
elevation?: string | number | undefined;
|
|
880
|
-
|
|
887
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
888
|
+
theme?: string | undefined;
|
|
889
|
+
rounded?: string | number | boolean | undefined;
|
|
881
890
|
baseColor?: string | undefined;
|
|
882
891
|
selectedClass?: string | undefined;
|
|
892
|
+
activeColor?: string | undefined;
|
|
883
893
|
prependIcon?: IconValue | undefined;
|
|
884
894
|
appendIcon?: IconValue | undefined;
|
|
885
895
|
} & {
|
|
@@ -912,18 +922,18 @@ declare const VTab: {
|
|
|
912
922
|
}) => true;
|
|
913
923
|
}, string, {
|
|
914
924
|
symbol: any;
|
|
915
|
-
flat: boolean;
|
|
916
925
|
replace: boolean;
|
|
917
|
-
|
|
918
|
-
|
|
926
|
+
flat: boolean;
|
|
927
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
928
|
+
exact: boolean;
|
|
929
|
+
block: boolean;
|
|
919
930
|
active: boolean;
|
|
931
|
+
style: vue.StyleValue;
|
|
920
932
|
disabled: boolean;
|
|
921
|
-
|
|
933
|
+
size: string | number;
|
|
922
934
|
readonly: boolean;
|
|
935
|
+
tag: string;
|
|
923
936
|
rounded: string | number | boolean;
|
|
924
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
925
|
-
block: boolean;
|
|
926
|
-
exact: boolean;
|
|
927
937
|
tile: boolean;
|
|
928
938
|
density: Density;
|
|
929
939
|
slim: boolean;
|
|
@@ -966,16 +976,16 @@ declare const VTab: {
|
|
|
966
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;
|
|
967
977
|
} & Omit<{
|
|
968
978
|
symbol: any;
|
|
969
|
-
flat: boolean;
|
|
970
979
|
replace: boolean;
|
|
980
|
+
flat: boolean;
|
|
981
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
982
|
+
exact: boolean;
|
|
983
|
+
block: boolean;
|
|
971
984
|
style: vue.StyleValue;
|
|
972
|
-
size: string | number;
|
|
973
985
|
disabled: boolean;
|
|
974
|
-
|
|
986
|
+
size: string | number;
|
|
975
987
|
readonly: boolean;
|
|
976
|
-
|
|
977
|
-
block: boolean;
|
|
978
|
-
exact: boolean;
|
|
988
|
+
tag: string;
|
|
979
989
|
tile: boolean;
|
|
980
990
|
density: Density;
|
|
981
991
|
slim: boolean;
|
|
@@ -984,29 +994,30 @@ declare const VTab: {
|
|
|
984
994
|
class: string;
|
|
985
995
|
} | undefined;
|
|
986
996
|
} & {
|
|
987
|
-
|
|
988
|
-
text?: string | undefined;
|
|
989
|
-
value?: any;
|
|
990
|
-
width?: string | number | undefined;
|
|
997
|
+
location?: Anchor | undefined;
|
|
991
998
|
height?: string | number | undefined;
|
|
999
|
+
width?: string | number | undefined;
|
|
992
1000
|
active?: boolean | undefined;
|
|
993
|
-
theme?: string | undefined;
|
|
994
|
-
href?: string | undefined;
|
|
995
|
-
color?: string | undefined;
|
|
996
|
-
loading?: string | boolean | undefined;
|
|
997
|
-
icon?: boolean | IconValue | undefined;
|
|
998
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
999
1001
|
border?: string | number | boolean | undefined;
|
|
1000
|
-
|
|
1001
|
-
rounded?: string | number | boolean | undefined;
|
|
1002
|
+
color?: string | undefined;
|
|
1002
1003
|
maxHeight?: string | number | undefined;
|
|
1003
1004
|
maxWidth?: string | number | undefined;
|
|
1004
1005
|
minHeight?: string | number | undefined;
|
|
1005
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;
|
|
1006
1014
|
elevation?: string | number | undefined;
|
|
1007
|
-
|
|
1015
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
1016
|
+
theme?: string | undefined;
|
|
1017
|
+
rounded?: string | number | boolean | undefined;
|
|
1008
1018
|
baseColor?: string | undefined;
|
|
1009
1019
|
selectedClass?: string | undefined;
|
|
1020
|
+
activeColor?: string | undefined;
|
|
1010
1021
|
prependIcon?: IconValue | undefined;
|
|
1011
1022
|
appendIcon?: IconValue | undefined;
|
|
1012
1023
|
} & {
|
|
@@ -1033,20 +1044,20 @@ declare const VTab: {
|
|
|
1033
1044
|
}) => any) | undefined;
|
|
1034
1045
|
}, "group"> & vue.ShallowUnwrapRef<{
|
|
1035
1046
|
group: GroupItemProvide | null;
|
|
1036
|
-
}> & {} & 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}`>, {}, {}, {}, {
|
|
1037
1048
|
replace: boolean;
|
|
1038
1049
|
fixed: boolean;
|
|
1050
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
1051
|
+
exact: boolean;
|
|
1052
|
+
direction: "horizontal" | "vertical";
|
|
1039
1053
|
style: vue.StyleValue;
|
|
1040
|
-
size: string | number;
|
|
1041
1054
|
disabled: boolean;
|
|
1042
|
-
|
|
1055
|
+
size: string | number;
|
|
1043
1056
|
readonly: boolean;
|
|
1057
|
+
tag: string;
|
|
1044
1058
|
rounded: string | number | boolean;
|
|
1045
|
-
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
1046
|
-
exact: boolean;
|
|
1047
1059
|
tile: boolean;
|
|
1048
1060
|
density: Density;
|
|
1049
|
-
direction: "horizontal" | "vertical";
|
|
1050
1061
|
selectedClass: string;
|
|
1051
1062
|
slim: boolean;
|
|
1052
1063
|
stacked: boolean;
|
|
@@ -1061,16 +1072,16 @@ declare const VTab: {
|
|
|
1061
1072
|
} & vue.ComponentOptionsBase<{
|
|
1062
1073
|
replace: boolean;
|
|
1063
1074
|
fixed: boolean;
|
|
1075
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
1076
|
+
exact: boolean;
|
|
1077
|
+
direction: "horizontal" | "vertical";
|
|
1064
1078
|
style: vue.StyleValue;
|
|
1065
|
-
size: string | number;
|
|
1066
1079
|
disabled: boolean;
|
|
1067
|
-
|
|
1080
|
+
size: string | number;
|
|
1068
1081
|
readonly: boolean;
|
|
1069
|
-
|
|
1070
|
-
exact: boolean;
|
|
1082
|
+
tag: string;
|
|
1071
1083
|
tile: boolean;
|
|
1072
1084
|
density: Density;
|
|
1073
|
-
direction: "horizontal" | "vertical";
|
|
1074
1085
|
selectedClass: string;
|
|
1075
1086
|
slim: boolean;
|
|
1076
1087
|
stacked: boolean;
|
|
@@ -1079,25 +1090,26 @@ declare const VTab: {
|
|
|
1079
1090
|
} | undefined;
|
|
1080
1091
|
hideSlider: boolean;
|
|
1081
1092
|
} & {
|
|
1082
|
-
class?: any;
|
|
1083
|
-
text?: string | undefined;
|
|
1084
|
-
value?: any;
|
|
1085
|
-
width?: string | number | undefined;
|
|
1086
1093
|
height?: string | number | undefined;
|
|
1087
|
-
|
|
1088
|
-
href?: string | undefined;
|
|
1089
|
-
color?: string | undefined;
|
|
1090
|
-
loading?: string | boolean | undefined;
|
|
1091
|
-
icon?: boolean | IconValue | undefined;
|
|
1092
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
1094
|
+
width?: string | number | undefined;
|
|
1093
1095
|
border?: string | number | boolean | undefined;
|
|
1094
|
-
|
|
1096
|
+
color?: string | undefined;
|
|
1095
1097
|
maxHeight?: string | number | undefined;
|
|
1096
1098
|
maxWidth?: string | number | undefined;
|
|
1097
1099
|
minHeight?: string | number | undefined;
|
|
1098
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;
|
|
1099
1107
|
elevation?: string | number | undefined;
|
|
1108
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
1109
|
+
theme?: string | undefined;
|
|
1110
|
+
rounded?: string | number | boolean | undefined;
|
|
1100
1111
|
baseColor?: string | undefined;
|
|
1112
|
+
activeColor?: string | undefined;
|
|
1101
1113
|
prependIcon?: IconValue | undefined;
|
|
1102
1114
|
appendIcon?: IconValue | undefined;
|
|
1103
1115
|
sliderColor?: string | undefined;
|
|
@@ -1124,18 +1136,18 @@ declare const VTab: {
|
|
|
1124
1136
|
$data: {};
|
|
1125
1137
|
$props: Partial<{
|
|
1126
1138
|
symbol: any;
|
|
1127
|
-
flat: boolean;
|
|
1128
1139
|
replace: boolean;
|
|
1129
|
-
|
|
1130
|
-
|
|
1140
|
+
flat: boolean;
|
|
1141
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1142
|
+
exact: boolean;
|
|
1143
|
+
block: boolean;
|
|
1131
1144
|
active: boolean;
|
|
1145
|
+
style: vue.StyleValue;
|
|
1132
1146
|
disabled: boolean;
|
|
1133
|
-
|
|
1147
|
+
size: string | number;
|
|
1134
1148
|
readonly: boolean;
|
|
1149
|
+
tag: string;
|
|
1135
1150
|
rounded: string | number | boolean;
|
|
1136
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1137
|
-
block: boolean;
|
|
1138
|
-
exact: boolean;
|
|
1139
1151
|
tile: boolean;
|
|
1140
1152
|
density: Density;
|
|
1141
1153
|
slim: boolean;
|
|
@@ -1145,16 +1157,16 @@ declare const VTab: {
|
|
|
1145
1157
|
} | undefined;
|
|
1146
1158
|
}> & Omit<{
|
|
1147
1159
|
symbol: any;
|
|
1148
|
-
flat: boolean;
|
|
1149
1160
|
replace: boolean;
|
|
1161
|
+
flat: boolean;
|
|
1162
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1163
|
+
exact: boolean;
|
|
1164
|
+
block: boolean;
|
|
1150
1165
|
style: vue.StyleValue;
|
|
1151
|
-
size: string | number;
|
|
1152
1166
|
disabled: boolean;
|
|
1153
|
-
|
|
1167
|
+
size: string | number;
|
|
1154
1168
|
readonly: boolean;
|
|
1155
|
-
|
|
1156
|
-
block: boolean;
|
|
1157
|
-
exact: boolean;
|
|
1169
|
+
tag: string;
|
|
1158
1170
|
tile: boolean;
|
|
1159
1171
|
density: Density;
|
|
1160
1172
|
slim: boolean;
|
|
@@ -1162,29 +1174,30 @@ declare const VTab: {
|
|
|
1162
1174
|
ripple: boolean | {
|
|
1163
1175
|
class: string;
|
|
1164
1176
|
} | undefined;
|
|
1165
|
-
|
|
1166
|
-
text?: string | undefined;
|
|
1167
|
-
value?: any;
|
|
1168
|
-
width?: string | number | undefined;
|
|
1177
|
+
location?: Anchor | undefined;
|
|
1169
1178
|
height?: string | number | undefined;
|
|
1179
|
+
width?: string | number | undefined;
|
|
1170
1180
|
active?: boolean | undefined;
|
|
1171
|
-
theme?: string | undefined;
|
|
1172
|
-
href?: string | undefined;
|
|
1173
|
-
color?: string | undefined;
|
|
1174
|
-
loading?: string | boolean | undefined;
|
|
1175
|
-
icon?: boolean | IconValue | undefined;
|
|
1176
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
1177
1181
|
border?: string | number | boolean | undefined;
|
|
1178
|
-
|
|
1179
|
-
rounded?: string | number | boolean | undefined;
|
|
1182
|
+
color?: string | undefined;
|
|
1180
1183
|
maxHeight?: string | number | undefined;
|
|
1181
1184
|
maxWidth?: string | number | undefined;
|
|
1182
1185
|
minHeight?: string | number | undefined;
|
|
1183
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;
|
|
1184
1194
|
elevation?: string | number | undefined;
|
|
1185
|
-
|
|
1195
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
1196
|
+
theme?: string | undefined;
|
|
1197
|
+
rounded?: string | number | boolean | undefined;
|
|
1186
1198
|
baseColor?: string | undefined;
|
|
1187
1199
|
selectedClass?: string | undefined;
|
|
1200
|
+
activeColor?: string | undefined;
|
|
1188
1201
|
prependIcon?: IconValue | undefined;
|
|
1189
1202
|
appendIcon?: IconValue | undefined;
|
|
1190
1203
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
|
@@ -1208,16 +1221,16 @@ declare const VTab: {
|
|
|
1208
1221
|
}) => any) | undefined;
|
|
1209
1222
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1210
1223
|
symbol: any;
|
|
1211
|
-
flat: boolean;
|
|
1212
1224
|
replace: boolean;
|
|
1225
|
+
flat: boolean;
|
|
1226
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1227
|
+
exact: boolean;
|
|
1228
|
+
block: boolean;
|
|
1213
1229
|
style: vue.StyleValue;
|
|
1214
|
-
size: string | number;
|
|
1215
1230
|
disabled: boolean;
|
|
1216
|
-
|
|
1231
|
+
size: string | number;
|
|
1217
1232
|
readonly: boolean;
|
|
1218
|
-
|
|
1219
|
-
block: boolean;
|
|
1220
|
-
exact: boolean;
|
|
1233
|
+
tag: string;
|
|
1221
1234
|
tile: boolean;
|
|
1222
1235
|
density: Density;
|
|
1223
1236
|
slim: boolean;
|
|
@@ -1226,29 +1239,30 @@ declare const VTab: {
|
|
|
1226
1239
|
class: string;
|
|
1227
1240
|
} | undefined;
|
|
1228
1241
|
} & {
|
|
1229
|
-
|
|
1230
|
-
text?: string | undefined;
|
|
1231
|
-
value?: any;
|
|
1232
|
-
width?: string | number | undefined;
|
|
1242
|
+
location?: Anchor | undefined;
|
|
1233
1243
|
height?: string | number | undefined;
|
|
1244
|
+
width?: string | number | undefined;
|
|
1234
1245
|
active?: boolean | undefined;
|
|
1235
|
-
theme?: string | undefined;
|
|
1236
|
-
href?: string | undefined;
|
|
1237
|
-
color?: string | undefined;
|
|
1238
|
-
loading?: string | boolean | undefined;
|
|
1239
|
-
icon?: boolean | IconValue | undefined;
|
|
1240
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
1241
1246
|
border?: string | number | boolean | undefined;
|
|
1242
|
-
|
|
1243
|
-
rounded?: string | number | boolean | undefined;
|
|
1247
|
+
color?: string | undefined;
|
|
1244
1248
|
maxHeight?: string | number | undefined;
|
|
1245
1249
|
maxWidth?: string | number | undefined;
|
|
1246
1250
|
minHeight?: string | number | undefined;
|
|
1247
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;
|
|
1248
1259
|
elevation?: string | number | undefined;
|
|
1249
|
-
|
|
1260
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
1261
|
+
theme?: string | undefined;
|
|
1262
|
+
rounded?: string | number | boolean | undefined;
|
|
1250
1263
|
baseColor?: string | undefined;
|
|
1251
1264
|
selectedClass?: string | undefined;
|
|
1265
|
+
activeColor?: string | undefined;
|
|
1252
1266
|
prependIcon?: IconValue | undefined;
|
|
1253
1267
|
appendIcon?: IconValue | undefined;
|
|
1254
1268
|
} & {
|
|
@@ -1273,7 +1287,7 @@ declare const VTab: {
|
|
|
1273
1287
|
"onGroup:selected"?: ((val: {
|
|
1274
1288
|
value: boolean;
|
|
1275
1289
|
}) => any) | undefined;
|
|
1276
|
-
}, "symbol" | "
|
|
1290
|
+
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
|
1277
1291
|
$attrs: {
|
|
1278
1292
|
[x: string]: unknown;
|
|
1279
1293
|
};
|
|
@@ -1302,16 +1316,16 @@ declare const VTab: {
|
|
|
1302
1316
|
$el: any;
|
|
1303
1317
|
$options: vue.ComponentOptionsBase<{
|
|
1304
1318
|
symbol: any;
|
|
1305
|
-
flat: boolean;
|
|
1306
1319
|
replace: boolean;
|
|
1320
|
+
flat: boolean;
|
|
1321
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1322
|
+
exact: boolean;
|
|
1323
|
+
block: boolean;
|
|
1307
1324
|
style: vue.StyleValue;
|
|
1308
|
-
size: string | number;
|
|
1309
1325
|
disabled: boolean;
|
|
1310
|
-
|
|
1326
|
+
size: string | number;
|
|
1311
1327
|
readonly: boolean;
|
|
1312
|
-
|
|
1313
|
-
block: boolean;
|
|
1314
|
-
exact: boolean;
|
|
1328
|
+
tag: string;
|
|
1315
1329
|
tile: boolean;
|
|
1316
1330
|
density: Density;
|
|
1317
1331
|
slim: boolean;
|
|
@@ -1320,29 +1334,30 @@ declare const VTab: {
|
|
|
1320
1334
|
class: string;
|
|
1321
1335
|
} | undefined;
|
|
1322
1336
|
} & {
|
|
1323
|
-
|
|
1324
|
-
text?: string | undefined;
|
|
1325
|
-
value?: any;
|
|
1326
|
-
width?: string | number | undefined;
|
|
1337
|
+
location?: Anchor | undefined;
|
|
1327
1338
|
height?: string | number | undefined;
|
|
1339
|
+
width?: string | number | undefined;
|
|
1328
1340
|
active?: boolean | undefined;
|
|
1329
|
-
theme?: string | undefined;
|
|
1330
|
-
href?: string | undefined;
|
|
1331
|
-
color?: string | undefined;
|
|
1332
|
-
loading?: string | boolean | undefined;
|
|
1333
|
-
icon?: boolean | IconValue | undefined;
|
|
1334
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
1335
1341
|
border?: string | number | boolean | undefined;
|
|
1336
|
-
|
|
1337
|
-
rounded?: string | number | boolean | undefined;
|
|
1342
|
+
color?: string | undefined;
|
|
1338
1343
|
maxHeight?: string | number | undefined;
|
|
1339
1344
|
maxWidth?: string | number | undefined;
|
|
1340
1345
|
minHeight?: string | number | undefined;
|
|
1341
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;
|
|
1342
1354
|
elevation?: string | number | undefined;
|
|
1343
|
-
|
|
1355
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
1356
|
+
theme?: string | undefined;
|
|
1357
|
+
rounded?: string | number | boolean | undefined;
|
|
1344
1358
|
baseColor?: string | undefined;
|
|
1345
1359
|
selectedClass?: string | undefined;
|
|
1360
|
+
activeColor?: string | undefined;
|
|
1346
1361
|
prependIcon?: IconValue | undefined;
|
|
1347
1362
|
appendIcon?: IconValue | undefined;
|
|
1348
1363
|
} & {
|
|
@@ -1375,18 +1390,18 @@ declare const VTab: {
|
|
|
1375
1390
|
}) => true;
|
|
1376
1391
|
}, string, {
|
|
1377
1392
|
symbol: any;
|
|
1378
|
-
flat: boolean;
|
|
1379
1393
|
replace: boolean;
|
|
1380
|
-
|
|
1381
|
-
|
|
1394
|
+
flat: boolean;
|
|
1395
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1396
|
+
exact: boolean;
|
|
1397
|
+
block: boolean;
|
|
1382
1398
|
active: boolean;
|
|
1399
|
+
style: vue.StyleValue;
|
|
1383
1400
|
disabled: boolean;
|
|
1384
|
-
|
|
1401
|
+
size: string | number;
|
|
1385
1402
|
readonly: boolean;
|
|
1403
|
+
tag: string;
|
|
1386
1404
|
rounded: string | number | boolean;
|
|
1387
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1388
|
-
block: boolean;
|
|
1389
|
-
exact: boolean;
|
|
1390
1405
|
tile: boolean;
|
|
1391
1406
|
density: Density;
|
|
1392
1407
|
slim: boolean;
|
|
@@ -1429,16 +1444,16 @@ declare const VTab: {
|
|
|
1429
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;
|
|
1430
1445
|
} & Omit<{
|
|
1431
1446
|
symbol: any;
|
|
1432
|
-
flat: boolean;
|
|
1433
1447
|
replace: boolean;
|
|
1448
|
+
flat: boolean;
|
|
1449
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1450
|
+
exact: boolean;
|
|
1451
|
+
block: boolean;
|
|
1434
1452
|
style: vue.StyleValue;
|
|
1435
|
-
size: string | number;
|
|
1436
1453
|
disabled: boolean;
|
|
1437
|
-
|
|
1454
|
+
size: string | number;
|
|
1438
1455
|
readonly: boolean;
|
|
1439
|
-
|
|
1440
|
-
block: boolean;
|
|
1441
|
-
exact: boolean;
|
|
1456
|
+
tag: string;
|
|
1442
1457
|
tile: boolean;
|
|
1443
1458
|
density: Density;
|
|
1444
1459
|
slim: boolean;
|
|
@@ -1447,29 +1462,30 @@ declare const VTab: {
|
|
|
1447
1462
|
class: string;
|
|
1448
1463
|
} | undefined;
|
|
1449
1464
|
} & {
|
|
1450
|
-
|
|
1451
|
-
text?: string | undefined;
|
|
1452
|
-
value?: any;
|
|
1453
|
-
width?: string | number | undefined;
|
|
1465
|
+
location?: Anchor | undefined;
|
|
1454
1466
|
height?: string | number | undefined;
|
|
1467
|
+
width?: string | number | undefined;
|
|
1455
1468
|
active?: boolean | undefined;
|
|
1456
|
-
theme?: string | undefined;
|
|
1457
|
-
href?: string | undefined;
|
|
1458
|
-
color?: string | undefined;
|
|
1459
|
-
loading?: string | boolean | undefined;
|
|
1460
|
-
icon?: boolean | IconValue | undefined;
|
|
1461
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
1462
1469
|
border?: string | number | boolean | undefined;
|
|
1463
|
-
|
|
1464
|
-
rounded?: string | number | boolean | undefined;
|
|
1470
|
+
color?: string | undefined;
|
|
1465
1471
|
maxHeight?: string | number | undefined;
|
|
1466
1472
|
maxWidth?: string | number | undefined;
|
|
1467
1473
|
minHeight?: string | number | undefined;
|
|
1468
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;
|
|
1469
1482
|
elevation?: string | number | undefined;
|
|
1470
|
-
|
|
1483
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
1484
|
+
theme?: string | undefined;
|
|
1485
|
+
rounded?: string | number | boolean | undefined;
|
|
1471
1486
|
baseColor?: string | undefined;
|
|
1472
1487
|
selectedClass?: string | undefined;
|
|
1488
|
+
activeColor?: string | undefined;
|
|
1473
1489
|
prependIcon?: IconValue | undefined;
|
|
1474
1490
|
appendIcon?: IconValue | undefined;
|
|
1475
1491
|
} & {
|
|
@@ -1496,20 +1512,20 @@ declare const VTab: {
|
|
|
1496
1512
|
}) => any) | undefined;
|
|
1497
1513
|
}, "group"> & vue.ShallowUnwrapRef<{
|
|
1498
1514
|
group: GroupItemProvide | null;
|
|
1499
|
-
}> & {} & 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, {
|
|
1500
1516
|
replace: boolean;
|
|
1501
1517
|
fixed: boolean;
|
|
1518
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
1519
|
+
exact: boolean;
|
|
1520
|
+
direction: "horizontal" | "vertical";
|
|
1502
1521
|
style: vue.StyleValue;
|
|
1503
|
-
size: string | number;
|
|
1504
1522
|
disabled: boolean;
|
|
1505
|
-
|
|
1523
|
+
size: string | number;
|
|
1506
1524
|
readonly: boolean;
|
|
1525
|
+
tag: string;
|
|
1507
1526
|
rounded: string | number | boolean;
|
|
1508
|
-
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
1509
|
-
exact: boolean;
|
|
1510
1527
|
tile: boolean;
|
|
1511
1528
|
density: Density;
|
|
1512
|
-
direction: "horizontal" | "vertical";
|
|
1513
1529
|
selectedClass: string;
|
|
1514
1530
|
slim: boolean;
|
|
1515
1531
|
stacked: boolean;
|
|
@@ -1532,60 +1548,60 @@ declare const VTab: {
|
|
|
1532
1548
|
}>[];
|
|
1533
1549
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
1534
1550
|
replace: BooleanConstructor;
|
|
1535
|
-
|
|
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)[];
|
|
1536
1573
|
style: {
|
|
1537
1574
|
type: PropType<vue.StyleValue>;
|
|
1538
1575
|
default: null;
|
|
1539
1576
|
};
|
|
1577
|
+
text: StringConstructor;
|
|
1578
|
+
disabled: BooleanConstructor;
|
|
1540
1579
|
size: {
|
|
1541
1580
|
type: (StringConstructor | NumberConstructor)[];
|
|
1542
1581
|
default: string;
|
|
1543
1582
|
};
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
1547
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
1548
|
-
theme: StringConstructor;
|
|
1549
|
-
href: StringConstructor;
|
|
1550
|
-
color: StringConstructor;
|
|
1551
|
-
disabled: BooleanConstructor;
|
|
1583
|
+
readonly: BooleanConstructor;
|
|
1584
|
+
class: PropType<any>;
|
|
1552
1585
|
tag: Omit<{
|
|
1553
1586
|
type: StringConstructor;
|
|
1554
1587
|
default: string;
|
|
1555
|
-
}, "
|
|
1588
|
+
}, "type" | "default"> & {
|
|
1556
1589
|
type: PropType<string>;
|
|
1557
1590
|
default: string;
|
|
1558
1591
|
};
|
|
1559
|
-
loading: (StringConstructor | BooleanConstructor)[];
|
|
1560
1592
|
icon: PropType<boolean | IconValue>;
|
|
1593
|
+
href: StringConstructor;
|
|
1594
|
+
elevation: {
|
|
1595
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1596
|
+
validator(v: any): boolean;
|
|
1597
|
+
};
|
|
1561
1598
|
to: PropType<vue_router.RouteLocationRaw>;
|
|
1562
|
-
|
|
1563
|
-
readonly: BooleanConstructor;
|
|
1599
|
+
theme: StringConstructor;
|
|
1564
1600
|
rounded: {
|
|
1565
|
-
type: (StringConstructor |
|
|
1601
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
1566
1602
|
default: undefined;
|
|
1567
1603
|
};
|
|
1568
|
-
variant: Omit<Omit<{
|
|
1569
|
-
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1570
|
-
default: string;
|
|
1571
|
-
validator: (v: any) => boolean;
|
|
1572
|
-
}, "default" | "type"> & {
|
|
1573
|
-
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
1574
|
-
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1575
|
-
}, "default" | "type"> & {
|
|
1576
|
-
type: PropType<NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>>;
|
|
1577
|
-
default: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
1578
|
-
};
|
|
1579
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
1580
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
1581
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
|
1582
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
|
1583
|
-
exact: BooleanConstructor;
|
|
1584
1604
|
tile: BooleanConstructor;
|
|
1585
|
-
elevation: {
|
|
1586
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
1587
|
-
validator(v: any): boolean;
|
|
1588
|
-
};
|
|
1589
1605
|
density: {
|
|
1590
1606
|
type: PropType<Density>;
|
|
1591
1607
|
default: string;
|
|
@@ -1596,6 +1612,7 @@ declare const VTab: {
|
|
|
1596
1612
|
type: PropType<string>;
|
|
1597
1613
|
default: string;
|
|
1598
1614
|
};
|
|
1615
|
+
activeColor: StringConstructor;
|
|
1599
1616
|
prependIcon: PropType<IconValue>;
|
|
1600
1617
|
appendIcon: PropType<IconValue>;
|
|
1601
1618
|
slim: BooleanConstructor;
|
|
@@ -1615,60 +1632,60 @@ declare const VTab: {
|
|
|
1615
1632
|
};
|
|
1616
1633
|
}, vue.ExtractPropTypes<{
|
|
1617
1634
|
replace: BooleanConstructor;
|
|
1618
|
-
|
|
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)[];
|
|
1619
1657
|
style: {
|
|
1620
1658
|
type: PropType<vue.StyleValue>;
|
|
1621
1659
|
default: null;
|
|
1622
1660
|
};
|
|
1661
|
+
text: StringConstructor;
|
|
1662
|
+
disabled: BooleanConstructor;
|
|
1623
1663
|
size: {
|
|
1624
1664
|
type: (StringConstructor | NumberConstructor)[];
|
|
1625
1665
|
default: string;
|
|
1626
1666
|
};
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
1630
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
1631
|
-
theme: StringConstructor;
|
|
1632
|
-
href: StringConstructor;
|
|
1633
|
-
color: StringConstructor;
|
|
1634
|
-
disabled: BooleanConstructor;
|
|
1667
|
+
readonly: BooleanConstructor;
|
|
1668
|
+
class: PropType<any>;
|
|
1635
1669
|
tag: Omit<{
|
|
1636
1670
|
type: StringConstructor;
|
|
1637
1671
|
default: string;
|
|
1638
|
-
}, "
|
|
1672
|
+
}, "type" | "default"> & {
|
|
1639
1673
|
type: PropType<string>;
|
|
1640
1674
|
default: string;
|
|
1641
1675
|
};
|
|
1642
|
-
loading: (StringConstructor | BooleanConstructor)[];
|
|
1643
1676
|
icon: PropType<boolean | IconValue>;
|
|
1677
|
+
href: StringConstructor;
|
|
1678
|
+
elevation: {
|
|
1679
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1680
|
+
validator(v: any): boolean;
|
|
1681
|
+
};
|
|
1644
1682
|
to: PropType<vue_router.RouteLocationRaw>;
|
|
1645
|
-
|
|
1646
|
-
readonly: BooleanConstructor;
|
|
1683
|
+
theme: StringConstructor;
|
|
1647
1684
|
rounded: {
|
|
1648
|
-
type: (StringConstructor |
|
|
1685
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
1649
1686
|
default: undefined;
|
|
1650
1687
|
};
|
|
1651
|
-
variant: Omit<Omit<{
|
|
1652
|
-
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1653
|
-
default: string;
|
|
1654
|
-
validator: (v: any) => boolean;
|
|
1655
|
-
}, "default" | "type"> & {
|
|
1656
|
-
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
1657
|
-
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1658
|
-
}, "default" | "type"> & {
|
|
1659
|
-
type: PropType<NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>>;
|
|
1660
|
-
default: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
1661
|
-
};
|
|
1662
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
1663
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
1664
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
|
1665
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
|
1666
|
-
exact: BooleanConstructor;
|
|
1667
1688
|
tile: BooleanConstructor;
|
|
1668
|
-
elevation: {
|
|
1669
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
1670
|
-
validator(v: any): boolean;
|
|
1671
|
-
};
|
|
1672
1689
|
density: {
|
|
1673
1690
|
type: PropType<Density>;
|
|
1674
1691
|
default: string;
|
|
@@ -1679,6 +1696,7 @@ declare const VTab: {
|
|
|
1679
1696
|
type: PropType<string>;
|
|
1680
1697
|
default: string;
|
|
1681
1698
|
};
|
|
1699
|
+
activeColor: StringConstructor;
|
|
1682
1700
|
prependIcon: PropType<IconValue>;
|
|
1683
1701
|
appendIcon: PropType<IconValue>;
|
|
1684
1702
|
slim: BooleanConstructor;
|
|
@@ -1710,15 +1728,15 @@ type VTabsSlot = {
|
|
|
1710
1728
|
declare const VTabs: {
|
|
1711
1729
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
1712
1730
|
symbol: any;
|
|
1731
|
+
direction: "horizontal" | "vertical";
|
|
1713
1732
|
style: vue.StyleValue;
|
|
1733
|
+
mobile: NonNullable<boolean | null> | null;
|
|
1714
1734
|
disabled: boolean;
|
|
1735
|
+
multiple: boolean;
|
|
1715
1736
|
tag: string;
|
|
1716
|
-
mobile: NonNullable<boolean | null> | null;
|
|
1717
|
-
items: readonly TabItem[];
|
|
1718
1737
|
mandatory: NonNullable<boolean | "force">;
|
|
1719
|
-
|
|
1738
|
+
items: readonly TabItem[];
|
|
1720
1739
|
density: Density;
|
|
1721
|
-
direction: "horizontal" | "vertical";
|
|
1722
1740
|
selectedClass: string;
|
|
1723
1741
|
stacked: boolean;
|
|
1724
1742
|
centerActive: boolean;
|
|
@@ -1726,15 +1744,15 @@ declare const VTabs: {
|
|
|
1726
1744
|
prevIcon: IconValue;
|
|
1727
1745
|
grow: boolean;
|
|
1728
1746
|
hideSlider: boolean;
|
|
1729
|
-
alignTabs: "
|
|
1747
|
+
alignTabs: "center" | "end" | "start" | "title";
|
|
1730
1748
|
fixedTabs: boolean;
|
|
1731
1749
|
} & {
|
|
1732
|
-
|
|
1750
|
+
max?: number | undefined;
|
|
1733
1751
|
height?: string | number | undefined;
|
|
1734
1752
|
color?: string | undefined;
|
|
1753
|
+
class?: any;
|
|
1735
1754
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
1736
1755
|
modelValue?: any;
|
|
1737
|
-
max?: number | undefined;
|
|
1738
1756
|
bgColor?: string | undefined;
|
|
1739
1757
|
showArrows?: string | boolean | undefined;
|
|
1740
1758
|
sliderColor?: string | undefined;
|
|
@@ -1768,15 +1786,15 @@ declare const VTabs: {
|
|
|
1768
1786
|
'update:modelValue': (v: unknown) => boolean;
|
|
1769
1787
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1770
1788
|
symbol: any;
|
|
1789
|
+
direction: "horizontal" | "vertical";
|
|
1771
1790
|
style: vue.StyleValue;
|
|
1791
|
+
mobile: NonNullable<boolean | null> | null;
|
|
1772
1792
|
disabled: boolean;
|
|
1793
|
+
multiple: boolean;
|
|
1773
1794
|
tag: string;
|
|
1774
|
-
mobile: NonNullable<boolean | null> | null;
|
|
1775
|
-
items: readonly TabItem[];
|
|
1776
1795
|
mandatory: NonNullable<boolean | "force">;
|
|
1777
|
-
|
|
1796
|
+
items: readonly TabItem[];
|
|
1778
1797
|
density: Density;
|
|
1779
|
-
direction: "horizontal" | "vertical";
|
|
1780
1798
|
selectedClass: string;
|
|
1781
1799
|
stacked: boolean;
|
|
1782
1800
|
centerActive: boolean;
|
|
@@ -1784,15 +1802,15 @@ declare const VTabs: {
|
|
|
1784
1802
|
prevIcon: IconValue;
|
|
1785
1803
|
grow: boolean;
|
|
1786
1804
|
hideSlider: boolean;
|
|
1787
|
-
alignTabs: "
|
|
1805
|
+
alignTabs: "center" | "end" | "start" | "title";
|
|
1788
1806
|
fixedTabs: boolean;
|
|
1789
1807
|
} & {
|
|
1790
|
-
|
|
1808
|
+
max?: number | undefined;
|
|
1791
1809
|
height?: string | number | undefined;
|
|
1792
1810
|
color?: string | undefined;
|
|
1811
|
+
class?: any;
|
|
1793
1812
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
1794
1813
|
modelValue?: any;
|
|
1795
|
-
max?: number | undefined;
|
|
1796
1814
|
bgColor?: string | undefined;
|
|
1797
1815
|
showArrows?: string | boolean | undefined;
|
|
1798
1816
|
sliderColor?: string | undefined;
|
|
@@ -1824,17 +1842,17 @@ declare const VTabs: {
|
|
|
1824
1842
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
|
1825
1843
|
}, {
|
|
1826
1844
|
symbol: any;
|
|
1827
|
-
style: vue.StyleValue;
|
|
1828
1845
|
height: string | number;
|
|
1846
|
+
direction: "horizontal" | "vertical";
|
|
1847
|
+
style: vue.StyleValue;
|
|
1848
|
+
mobile: NonNullable<boolean | null> | null;
|
|
1829
1849
|
disabled: boolean;
|
|
1850
|
+
multiple: boolean;
|
|
1830
1851
|
tag: string;
|
|
1831
|
-
|
|
1852
|
+
mandatory: NonNullable<boolean | "force">;
|
|
1832
1853
|
modelValue: any;
|
|
1833
1854
|
items: readonly TabItem[];
|
|
1834
|
-
mandatory: NonNullable<boolean | "force">;
|
|
1835
|
-
multiple: boolean;
|
|
1836
1855
|
density: Density;
|
|
1837
|
-
direction: "horizontal" | "vertical";
|
|
1838
1856
|
selectedClass: string;
|
|
1839
1857
|
stacked: boolean;
|
|
1840
1858
|
centerActive: boolean;
|
|
@@ -1842,7 +1860,7 @@ declare const VTabs: {
|
|
|
1842
1860
|
prevIcon: IconValue;
|
|
1843
1861
|
grow: boolean;
|
|
1844
1862
|
hideSlider: boolean;
|
|
1845
|
-
alignTabs: "
|
|
1863
|
+
alignTabs: "center" | "end" | "start" | "title";
|
|
1846
1864
|
fixedTabs: boolean;
|
|
1847
1865
|
}, true, {}, vue.SlotsType<Partial<{
|
|
1848
1866
|
[x: `tab.${string}`]: (arg: VTabsSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -1872,15 +1890,15 @@ declare const VTabs: {
|
|
|
1872
1890
|
Defaults: {};
|
|
1873
1891
|
}, {
|
|
1874
1892
|
symbol: any;
|
|
1893
|
+
direction: "horizontal" | "vertical";
|
|
1875
1894
|
style: vue.StyleValue;
|
|
1895
|
+
mobile: NonNullable<boolean | null> | null;
|
|
1876
1896
|
disabled: boolean;
|
|
1897
|
+
multiple: boolean;
|
|
1877
1898
|
tag: string;
|
|
1878
|
-
mobile: NonNullable<boolean | null> | null;
|
|
1879
|
-
items: readonly TabItem[];
|
|
1880
1899
|
mandatory: NonNullable<boolean | "force">;
|
|
1881
|
-
|
|
1900
|
+
items: readonly TabItem[];
|
|
1882
1901
|
density: Density;
|
|
1883
|
-
direction: "horizontal" | "vertical";
|
|
1884
1902
|
selectedClass: string;
|
|
1885
1903
|
stacked: boolean;
|
|
1886
1904
|
centerActive: boolean;
|
|
@@ -1888,15 +1906,15 @@ declare const VTabs: {
|
|
|
1888
1906
|
prevIcon: IconValue;
|
|
1889
1907
|
grow: boolean;
|
|
1890
1908
|
hideSlider: boolean;
|
|
1891
|
-
alignTabs: "
|
|
1909
|
+
alignTabs: "center" | "end" | "start" | "title";
|
|
1892
1910
|
fixedTabs: boolean;
|
|
1893
1911
|
} & {
|
|
1894
|
-
|
|
1912
|
+
max?: number | undefined;
|
|
1895
1913
|
height?: string | number | undefined;
|
|
1896
1914
|
color?: string | undefined;
|
|
1915
|
+
class?: any;
|
|
1897
1916
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
1898
1917
|
modelValue?: any;
|
|
1899
|
-
max?: number | undefined;
|
|
1900
1918
|
bgColor?: string | undefined;
|
|
1901
1919
|
showArrows?: string | boolean | undefined;
|
|
1902
1920
|
sliderColor?: string | undefined;
|
|
@@ -1928,17 +1946,17 @@ declare const VTabs: {
|
|
|
1928
1946
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
|
1929
1947
|
}, {}, {}, {}, {}, {
|
|
1930
1948
|
symbol: any;
|
|
1931
|
-
style: vue.StyleValue;
|
|
1932
1949
|
height: string | number;
|
|
1950
|
+
direction: "horizontal" | "vertical";
|
|
1951
|
+
style: vue.StyleValue;
|
|
1952
|
+
mobile: NonNullable<boolean | null> | null;
|
|
1933
1953
|
disabled: boolean;
|
|
1954
|
+
multiple: boolean;
|
|
1934
1955
|
tag: string;
|
|
1935
|
-
|
|
1956
|
+
mandatory: NonNullable<boolean | "force">;
|
|
1936
1957
|
modelValue: any;
|
|
1937
1958
|
items: readonly TabItem[];
|
|
1938
|
-
mandatory: NonNullable<boolean | "force">;
|
|
1939
|
-
multiple: boolean;
|
|
1940
1959
|
density: Density;
|
|
1941
|
-
direction: "horizontal" | "vertical";
|
|
1942
1960
|
selectedClass: string;
|
|
1943
1961
|
stacked: boolean;
|
|
1944
1962
|
centerActive: boolean;
|
|
@@ -1946,7 +1964,7 @@ declare const VTabs: {
|
|
|
1946
1964
|
prevIcon: IconValue;
|
|
1947
1965
|
grow: boolean;
|
|
1948
1966
|
hideSlider: boolean;
|
|
1949
|
-
alignTabs: "
|
|
1967
|
+
alignTabs: "center" | "end" | "start" | "title";
|
|
1950
1968
|
fixedTabs: boolean;
|
|
1951
1969
|
}>;
|
|
1952
1970
|
__isFragment?: undefined;
|
|
@@ -1954,15 +1972,15 @@ declare const VTabs: {
|
|
|
1954
1972
|
__isSuspense?: undefined;
|
|
1955
1973
|
} & vue.ComponentOptionsBase<{
|
|
1956
1974
|
symbol: any;
|
|
1975
|
+
direction: "horizontal" | "vertical";
|
|
1957
1976
|
style: vue.StyleValue;
|
|
1977
|
+
mobile: NonNullable<boolean | null> | null;
|
|
1958
1978
|
disabled: boolean;
|
|
1979
|
+
multiple: boolean;
|
|
1959
1980
|
tag: string;
|
|
1960
|
-
mobile: NonNullable<boolean | null> | null;
|
|
1961
|
-
items: readonly TabItem[];
|
|
1962
1981
|
mandatory: NonNullable<boolean | "force">;
|
|
1963
|
-
|
|
1982
|
+
items: readonly TabItem[];
|
|
1964
1983
|
density: Density;
|
|
1965
|
-
direction: "horizontal" | "vertical";
|
|
1966
1984
|
selectedClass: string;
|
|
1967
1985
|
stacked: boolean;
|
|
1968
1986
|
centerActive: boolean;
|
|
@@ -1970,15 +1988,15 @@ declare const VTabs: {
|
|
|
1970
1988
|
prevIcon: IconValue;
|
|
1971
1989
|
grow: boolean;
|
|
1972
1990
|
hideSlider: boolean;
|
|
1973
|
-
alignTabs: "
|
|
1991
|
+
alignTabs: "center" | "end" | "start" | "title";
|
|
1974
1992
|
fixedTabs: boolean;
|
|
1975
1993
|
} & {
|
|
1976
|
-
|
|
1994
|
+
max?: number | undefined;
|
|
1977
1995
|
height?: string | number | undefined;
|
|
1978
1996
|
color?: string | undefined;
|
|
1997
|
+
class?: any;
|
|
1979
1998
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
1980
1999
|
modelValue?: any;
|
|
1981
|
-
max?: number | undefined;
|
|
1982
2000
|
bgColor?: string | undefined;
|
|
1983
2001
|
showArrows?: string | boolean | undefined;
|
|
1984
2002
|
sliderColor?: string | undefined;
|
|
@@ -2012,17 +2030,17 @@ declare const VTabs: {
|
|
|
2012
2030
|
'update:modelValue': (v: unknown) => boolean;
|
|
2013
2031
|
}, string, {
|
|
2014
2032
|
symbol: any;
|
|
2015
|
-
style: vue.StyleValue;
|
|
2016
2033
|
height: string | number;
|
|
2034
|
+
direction: "horizontal" | "vertical";
|
|
2035
|
+
style: vue.StyleValue;
|
|
2036
|
+
mobile: NonNullable<boolean | null> | null;
|
|
2017
2037
|
disabled: boolean;
|
|
2038
|
+
multiple: boolean;
|
|
2018
2039
|
tag: string;
|
|
2019
|
-
|
|
2040
|
+
mandatory: NonNullable<boolean | "force">;
|
|
2020
2041
|
modelValue: any;
|
|
2021
2042
|
items: readonly TabItem[];
|
|
2022
|
-
mandatory: NonNullable<boolean | "force">;
|
|
2023
|
-
multiple: boolean;
|
|
2024
2043
|
density: Density;
|
|
2025
|
-
direction: "horizontal" | "vertical";
|
|
2026
2044
|
selectedClass: string;
|
|
2027
2045
|
stacked: boolean;
|
|
2028
2046
|
centerActive: boolean;
|
|
@@ -2030,7 +2048,7 @@ declare const VTabs: {
|
|
|
2030
2048
|
prevIcon: IconValue;
|
|
2031
2049
|
grow: boolean;
|
|
2032
2050
|
hideSlider: boolean;
|
|
2033
|
-
alignTabs: "
|
|
2051
|
+
alignTabs: "center" | "end" | "start" | "title";
|
|
2034
2052
|
fixedTabs: boolean;
|
|
2035
2053
|
}, {}, string, vue.SlotsType<Partial<{
|
|
2036
2054
|
[x: `tab.${string}`]: (arg: VTabsSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -2074,7 +2092,7 @@ declare const VTabs: {
|
|
|
2074
2092
|
selectedClass: Omit<{
|
|
2075
2093
|
type: PropType<string>;
|
|
2076
2094
|
default: string;
|
|
2077
|
-
}, "
|
|
2095
|
+
}, "type" | "default"> & {
|
|
2078
2096
|
type: PropType<string>;
|
|
2079
2097
|
default: string;
|
|
2080
2098
|
};
|
|
@@ -2082,7 +2100,7 @@ declare const VTabs: {
|
|
|
2082
2100
|
mobile: Omit<{
|
|
2083
2101
|
type: PropType<boolean | null>;
|
|
2084
2102
|
default: boolean;
|
|
2085
|
-
}, "
|
|
2103
|
+
}, "type" | "default"> & {
|
|
2086
2104
|
type: PropType<NonNullable<boolean | null> | null>;
|
|
2087
2105
|
default: NonNullable<boolean | null> | null;
|
|
2088
2106
|
};
|
|
@@ -2114,7 +2132,7 @@ declare const VTabs: {
|
|
|
2114
2132
|
validator: (v: any) => boolean;
|
|
2115
2133
|
};
|
|
2116
2134
|
alignTabs: {
|
|
2117
|
-
type: PropType<"
|
|
2135
|
+
type: PropType<"center" | "end" | "start" | "title">;
|
|
2118
2136
|
default: string;
|
|
2119
2137
|
};
|
|
2120
2138
|
color: StringConstructor;
|
|
@@ -2155,7 +2173,7 @@ declare const VTabs: {
|
|
|
2155
2173
|
selectedClass: Omit<{
|
|
2156
2174
|
type: PropType<string>;
|
|
2157
2175
|
default: string;
|
|
2158
|
-
}, "
|
|
2176
|
+
}, "type" | "default"> & {
|
|
2159
2177
|
type: PropType<string>;
|
|
2160
2178
|
default: string;
|
|
2161
2179
|
};
|
|
@@ -2163,7 +2181,7 @@ declare const VTabs: {
|
|
|
2163
2181
|
mobile: Omit<{
|
|
2164
2182
|
type: PropType<boolean | null>;
|
|
2165
2183
|
default: boolean;
|
|
2166
|
-
}, "
|
|
2184
|
+
}, "type" | "default"> & {
|
|
2167
2185
|
type: PropType<NonNullable<boolean | null> | null>;
|
|
2168
2186
|
default: NonNullable<boolean | null> | null;
|
|
2169
2187
|
};
|
|
@@ -2195,7 +2213,7 @@ declare const VTabs: {
|
|
|
2195
2213
|
validator: (v: any) => boolean;
|
|
2196
2214
|
};
|
|
2197
2215
|
alignTabs: {
|
|
2198
|
-
type: PropType<"
|
|
2216
|
+
type: PropType<"center" | "end" | "start" | "title">;
|
|
2199
2217
|
default: string;
|
|
2200
2218
|
};
|
|
2201
2219
|
color: StringConstructor;
|
|
@@ -2219,10 +2237,10 @@ type VTabs = InstanceType<typeof VTabs>;
|
|
|
2219
2237
|
declare const VTabsWindow: {
|
|
2220
2238
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
2221
2239
|
reverse: boolean;
|
|
2240
|
+
direction: "horizontal" | "vertical";
|
|
2222
2241
|
style: vue.StyleValue;
|
|
2223
2242
|
disabled: boolean;
|
|
2224
2243
|
tag: string;
|
|
2225
|
-
direction: "horizontal" | "vertical";
|
|
2226
2244
|
selectedClass: string;
|
|
2227
2245
|
} & {
|
|
2228
2246
|
class?: any;
|
|
@@ -2243,10 +2261,10 @@ declare const VTabsWindow: {
|
|
|
2243
2261
|
'update:modelValue': (v: unknown) => boolean;
|
|
2244
2262
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
2245
2263
|
reverse: boolean;
|
|
2264
|
+
direction: "horizontal" | "vertical";
|
|
2246
2265
|
style: vue.StyleValue;
|
|
2247
2266
|
disabled: boolean;
|
|
2248
2267
|
tag: string;
|
|
2249
|
-
direction: "horizontal" | "vertical";
|
|
2250
2268
|
selectedClass: string;
|
|
2251
2269
|
} & {
|
|
2252
2270
|
class?: any;
|
|
@@ -2265,10 +2283,10 @@ declare const VTabsWindow: {
|
|
|
2265
2283
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
|
2266
2284
|
}, {
|
|
2267
2285
|
reverse: boolean;
|
|
2286
|
+
direction: "horizontal" | "vertical";
|
|
2268
2287
|
style: vue.StyleValue;
|
|
2269
2288
|
disabled: boolean;
|
|
2270
2289
|
tag: string;
|
|
2271
|
-
direction: "horizontal" | "vertical";
|
|
2272
2290
|
selectedClass: string;
|
|
2273
2291
|
}, true, {}, vue.SlotsType<Partial<{
|
|
2274
2292
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -2283,10 +2301,10 @@ declare const VTabsWindow: {
|
|
|
2283
2301
|
Defaults: {};
|
|
2284
2302
|
}, {
|
|
2285
2303
|
reverse: boolean;
|
|
2304
|
+
direction: "horizontal" | "vertical";
|
|
2286
2305
|
style: vue.StyleValue;
|
|
2287
2306
|
disabled: boolean;
|
|
2288
2307
|
tag: string;
|
|
2289
|
-
direction: "horizontal" | "vertical";
|
|
2290
2308
|
selectedClass: string;
|
|
2291
2309
|
} & {
|
|
2292
2310
|
class?: any;
|
|
@@ -2305,10 +2323,10 @@ declare const VTabsWindow: {
|
|
|
2305
2323
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
|
2306
2324
|
}, {}, {}, {}, {}, {
|
|
2307
2325
|
reverse: boolean;
|
|
2326
|
+
direction: "horizontal" | "vertical";
|
|
2308
2327
|
style: vue.StyleValue;
|
|
2309
2328
|
disabled: boolean;
|
|
2310
2329
|
tag: string;
|
|
2311
|
-
direction: "horizontal" | "vertical";
|
|
2312
2330
|
selectedClass: string;
|
|
2313
2331
|
}>;
|
|
2314
2332
|
__isFragment?: undefined;
|
|
@@ -2316,10 +2334,10 @@ declare const VTabsWindow: {
|
|
|
2316
2334
|
__isSuspense?: undefined;
|
|
2317
2335
|
} & vue.ComponentOptionsBase<{
|
|
2318
2336
|
reverse: boolean;
|
|
2337
|
+
direction: "horizontal" | "vertical";
|
|
2319
2338
|
style: vue.StyleValue;
|
|
2320
2339
|
disabled: boolean;
|
|
2321
2340
|
tag: string;
|
|
2322
|
-
direction: "horizontal" | "vertical";
|
|
2323
2341
|
selectedClass: string;
|
|
2324
2342
|
} & {
|
|
2325
2343
|
class?: any;
|
|
@@ -2340,10 +2358,10 @@ declare const VTabsWindow: {
|
|
|
2340
2358
|
'update:modelValue': (v: unknown) => boolean;
|
|
2341
2359
|
}, string, {
|
|
2342
2360
|
reverse: boolean;
|
|
2361
|
+
direction: "horizontal" | "vertical";
|
|
2343
2362
|
style: vue.StyleValue;
|
|
2344
2363
|
disabled: boolean;
|
|
2345
2364
|
tag: string;
|
|
2346
|
-
direction: "horizontal" | "vertical";
|
|
2347
2365
|
selectedClass: string;
|
|
2348
2366
|
}, {}, string, vue.SlotsType<Partial<{
|
|
2349
2367
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -2351,44 +2369,44 @@ declare const VTabsWindow: {
|
|
|
2351
2369
|
}>[];
|
|
2352
2370
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
2353
2371
|
reverse: BooleanConstructor;
|
|
2354
|
-
|
|
2372
|
+
direction: {
|
|
2373
|
+
type: vue.PropType<"horizontal" | "vertical">;
|
|
2374
|
+
default: string;
|
|
2375
|
+
};
|
|
2355
2376
|
style: {
|
|
2356
2377
|
type: vue.PropType<vue.StyleValue>;
|
|
2357
2378
|
default: null;
|
|
2358
2379
|
};
|
|
2359
|
-
theme: StringConstructor;
|
|
2360
2380
|
disabled: BooleanConstructor;
|
|
2381
|
+
class: vue.PropType<any>;
|
|
2361
2382
|
tag: {
|
|
2362
2383
|
type: StringConstructor;
|
|
2363
2384
|
default: string;
|
|
2364
2385
|
};
|
|
2386
|
+
theme: StringConstructor;
|
|
2365
2387
|
modelValue: null;
|
|
2366
|
-
direction: {
|
|
2367
|
-
type: vue.PropType<"horizontal" | "vertical">;
|
|
2368
|
-
default: string;
|
|
2369
|
-
};
|
|
2370
2388
|
selectedClass: {
|
|
2371
2389
|
type: StringConstructor;
|
|
2372
2390
|
default: string;
|
|
2373
2391
|
};
|
|
2374
2392
|
}, vue.ExtractPropTypes<{
|
|
2375
2393
|
reverse: BooleanConstructor;
|
|
2376
|
-
|
|
2394
|
+
direction: {
|
|
2395
|
+
type: vue.PropType<"horizontal" | "vertical">;
|
|
2396
|
+
default: string;
|
|
2397
|
+
};
|
|
2377
2398
|
style: {
|
|
2378
2399
|
type: vue.PropType<vue.StyleValue>;
|
|
2379
2400
|
default: null;
|
|
2380
2401
|
};
|
|
2381
|
-
theme: StringConstructor;
|
|
2382
2402
|
disabled: BooleanConstructor;
|
|
2403
|
+
class: vue.PropType<any>;
|
|
2383
2404
|
tag: {
|
|
2384
2405
|
type: StringConstructor;
|
|
2385
2406
|
default: string;
|
|
2386
2407
|
};
|
|
2408
|
+
theme: StringConstructor;
|
|
2387
2409
|
modelValue: null;
|
|
2388
|
-
direction: {
|
|
2389
|
-
type: vue.PropType<"horizontal" | "vertical">;
|
|
2390
|
-
default: string;
|
|
2391
|
-
};
|
|
2392
2410
|
selectedClass: {
|
|
2393
2411
|
type: StringConstructor;
|
|
2394
2412
|
default: string;
|
|
@@ -2399,12 +2417,12 @@ type VTabsWindow = InstanceType<typeof VTabsWindow>;
|
|
|
2399
2417
|
declare const VTabsWindowItem: {
|
|
2400
2418
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
2401
2419
|
style: vue.StyleValue;
|
|
2402
|
-
disabled: boolean;
|
|
2403
2420
|
eager: boolean;
|
|
2421
|
+
disabled: boolean;
|
|
2404
2422
|
} & {
|
|
2405
|
-
class?: any;
|
|
2406
|
-
value?: any;
|
|
2407
2423
|
transition?: string | boolean | undefined;
|
|
2424
|
+
value?: any;
|
|
2425
|
+
class?: any;
|
|
2408
2426
|
selectedClass?: string | undefined;
|
|
2409
2427
|
reverseTransition?: string | boolean | undefined;
|
|
2410
2428
|
} & {
|
|
@@ -2418,12 +2436,12 @@ declare const VTabsWindowItem: {
|
|
|
2418
2436
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
2419
2437
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
2420
2438
|
style: vue.StyleValue;
|
|
2421
|
-
disabled: boolean;
|
|
2422
2439
|
eager: boolean;
|
|
2440
|
+
disabled: boolean;
|
|
2423
2441
|
} & {
|
|
2424
|
-
class?: any;
|
|
2425
|
-
value?: any;
|
|
2426
2442
|
transition?: string | boolean | undefined;
|
|
2443
|
+
value?: any;
|
|
2444
|
+
class?: any;
|
|
2427
2445
|
selectedClass?: string | undefined;
|
|
2428
2446
|
reverseTransition?: string | boolean | undefined;
|
|
2429
2447
|
} & {
|
|
@@ -2436,10 +2454,10 @@ declare const VTabsWindowItem: {
|
|
|
2436
2454
|
} & {
|
|
2437
2455
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
2438
2456
|
}, {
|
|
2439
|
-
style: vue.StyleValue;
|
|
2440
|
-
disabled: boolean;
|
|
2441
2457
|
transition: string | boolean;
|
|
2458
|
+
style: vue.StyleValue;
|
|
2442
2459
|
eager: boolean;
|
|
2460
|
+
disabled: boolean;
|
|
2443
2461
|
reverseTransition: string | boolean;
|
|
2444
2462
|
}, true, {}, vue.SlotsType<Partial<{
|
|
2445
2463
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -2454,12 +2472,12 @@ declare const VTabsWindowItem: {
|
|
|
2454
2472
|
Defaults: {};
|
|
2455
2473
|
}, {
|
|
2456
2474
|
style: vue.StyleValue;
|
|
2457
|
-
disabled: boolean;
|
|
2458
2475
|
eager: boolean;
|
|
2476
|
+
disabled: boolean;
|
|
2459
2477
|
} & {
|
|
2460
|
-
class?: any;
|
|
2461
|
-
value?: any;
|
|
2462
2478
|
transition?: string | boolean | undefined;
|
|
2479
|
+
value?: any;
|
|
2480
|
+
class?: any;
|
|
2463
2481
|
selectedClass?: string | undefined;
|
|
2464
2482
|
reverseTransition?: string | boolean | undefined;
|
|
2465
2483
|
} & {
|
|
@@ -2472,10 +2490,10 @@ declare const VTabsWindowItem: {
|
|
|
2472
2490
|
} & {
|
|
2473
2491
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
2474
2492
|
}, {}, {}, {}, {}, {
|
|
2475
|
-
style: vue.StyleValue;
|
|
2476
|
-
disabled: boolean;
|
|
2477
2493
|
transition: string | boolean;
|
|
2494
|
+
style: vue.StyleValue;
|
|
2478
2495
|
eager: boolean;
|
|
2496
|
+
disabled: boolean;
|
|
2479
2497
|
reverseTransition: string | boolean;
|
|
2480
2498
|
}>;
|
|
2481
2499
|
__isFragment?: undefined;
|
|
@@ -2483,12 +2501,12 @@ declare const VTabsWindowItem: {
|
|
|
2483
2501
|
__isSuspense?: undefined;
|
|
2484
2502
|
} & vue.ComponentOptionsBase<{
|
|
2485
2503
|
style: vue.StyleValue;
|
|
2486
|
-
disabled: boolean;
|
|
2487
2504
|
eager: boolean;
|
|
2505
|
+
disabled: boolean;
|
|
2488
2506
|
} & {
|
|
2489
|
-
class?: any;
|
|
2490
|
-
value?: any;
|
|
2491
2507
|
transition?: string | boolean | undefined;
|
|
2508
|
+
value?: any;
|
|
2509
|
+
class?: any;
|
|
2492
2510
|
selectedClass?: string | undefined;
|
|
2493
2511
|
reverseTransition?: string | boolean | undefined;
|
|
2494
2512
|
} & {
|
|
@@ -2501,10 +2519,10 @@ declare const VTabsWindowItem: {
|
|
|
2501
2519
|
} & {
|
|
2502
2520
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
2503
2521
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
2504
|
-
style: vue.StyleValue;
|
|
2505
|
-
disabled: boolean;
|
|
2506
2522
|
transition: string | boolean;
|
|
2523
|
+
style: vue.StyleValue;
|
|
2507
2524
|
eager: boolean;
|
|
2525
|
+
disabled: boolean;
|
|
2508
2526
|
reverseTransition: string | boolean;
|
|
2509
2527
|
}, {}, string, vue.SlotsType<Partial<{
|
|
2510
2528
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|