vuetify 3.6.13 → 3.6.14
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 +5 -5
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +138 -138
- package/dist/json/web-types.json +14 -13
- package/dist/vuetify-labs.css +3711 -2990
- package/dist/vuetify-labs.d.ts +12315 -12306
- package/dist/vuetify-labs.esm.js +94 -65
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +94 -65
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1486 -765
- package/dist/vuetify.d.ts +11148 -11148
- package/dist/vuetify.esm.js +35 -30
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +35 -30
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +998 -998
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +5 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/index.d.mts +169 -169
- package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
- package/lib/components/VAutocomplete/index.d.mts +621 -621
- package/lib/components/VAvatar/VAvatar.css +3 -1
- package/lib/components/VAvatar/VAvatar.mjs +1 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/index.d.mts +30 -30
- package/lib/components/VBadge/VBadge.css +2 -0
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/VBanner.css +12 -4
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
- package/lib/components/VBottomSheet/index.d.mts +125 -125
- package/lib/components/VBreadcrumbs/index.d.mts +34 -34
- package/lib/components/VBtn/VBtn.css +16 -9
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtn/index.d.mts +107 -107
- package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/VCard.css +9 -1
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/VCarousel.css +2 -0
- package/lib/components/VCarousel/index.d.mts +121 -121
- package/lib/components/VCheckbox/index.d.mts +166 -166
- package/lib/components/VChip/VChip.css +15 -9
- package/lib/components/VChip/VChip.sass +1 -1
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/VColorPicker.css +2 -0
- package/lib/components/VColorPicker/VColorPicker.sass +4 -4
- package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -4
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/VCombobox.css +4 -0
- package/lib/components/VCombobox/index.d.mts +621 -621
- 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/VDialog.css +5 -0
- package/lib/components/VDialog/index.d.mts +378 -378
- package/lib/components/VDivider/VDivider.css +2 -0
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
- package/lib/components/VExpansionPanel/index.d.mts +124 -124
- package/lib/components/VFab/index.d.mts +227 -227
- package/lib/components/VField/VField.css +13 -1
- package/lib/components/VField/VField.sass +5 -8
- package/lib/components/VField/index.d.mts +46 -46
- package/lib/components/VFileInput/index.d.mts +243 -243
- package/lib/components/VFooter/VFooter.css +12 -4
- package/lib/components/VFooter/VFooter.mjs +20 -14
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +53 -53
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VGrid.sass +1 -1
- package/lib/components/VGrid/_mixins.sass +4 -4
- package/lib/components/VGrid/index.d.mts +142 -142
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/VImg.css +6 -0
- package/lib/components/VImg/index.d.mts +92 -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/VKbd/VKbd.css +2 -0
- 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/VList.css +12 -4
- package/lib/components/VList/VListItem.css +21 -11
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.mts +176 -176
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/VMain.css +2 -0
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/VMenu.css +6 -0
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +420 -420
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.css +3 -1
- package/lib/components/VOtpInput/VOtpInput.sass +1 -2
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
- package/lib/components/VOverlay/index.d.mts +104 -104
- 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.css +4 -0
- package/lib/components/VSelect/index.d.mts +621 -621
- package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/VSheet.css +12 -4
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/index.d.mts +33 -33
- package/lib/components/VSlider/VSliderThumb.sass +2 -2
- package/lib/components/VSlider/index.d.mts +87 -87
- package/lib/components/VSnackbar/VSnackbar.css +2 -0
- package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- 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/VStepper.css +8 -2
- package/lib/components/VStepper/VStepper.sass +2 -4
- package/lib/components/VStepper/VStepperItem.css +4 -1
- package/lib/components/VStepper/VStepperItem.sass +1 -1
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/VSwitch.css +2 -0
- package/lib/components/VSwitch/VSwitch.sass +10 -10
- package/lib/components/VSwitch/index.d.mts +100 -100
- package/lib/components/VSystemBar/VSystemBar.css +14 -8
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/VTable.css +8 -4
- package/lib/components/VTable/VTable.sass +2 -3
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +512 -512
- package/lib/components/VTextField/index.d.mts +397 -397
- package/lib/components/VTextarea/index.d.mts +274 -274
- package/lib/components/VTimeline/VTimeline.css +2 -0
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/VToolbar.css +21 -7
- package/lib/components/VToolbar/VToolbar.sass +1 -2
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +451 -451
- package/lib/components/VTreeview/VTreeview.sass +9 -9
- package/lib/components/VValidation/index.d.mts +19 -19
- package/lib/components/VVirtualScroll/index.d.mts +10 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +11170 -11170
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +0 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +46 -46
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/index.d.mts +244 -244
- package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +252 -243
- package/lib/labs/VPicker/VPicker.css +6 -2
- package/lib/labs/VPicker/VPicker.sass +2 -3
- 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 +188 -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/index.d.mts +197 -197
- package/lib/labs/components.d.mts +1738 -1729
- package/lib/styles/generic/_colors.scss +9 -3
- package/lib/styles/main.css +520 -0
- package/lib/styles/tools/_absolute.sass +8 -7
- package/lib/styles/tools/_border.sass +4 -3
- package/lib/styles/tools/_display.sass +8 -7
- package/lib/styles/tools/_elevation.sass +4 -2
- package/lib/styles/tools/_index.sass +0 -1
- package/lib/styles/tools/_radius.sass +6 -5
- package/lib/styles/tools/_rounded.sass +2 -1
- package/lib/styles/tools/_theme.sass +3 -2
- package/lib/styles/tools/_typography.sass +6 -5
- package/lib/styles/tools/_utilities.sass +5 -5
- package/lib/styles/utilities/_index.sass +7 -7
- package/package.json +10 -5
- package/lib/styles/tools/_sheet.sass +0 -14
|
@@ -58,16 +58,16 @@ declare const VTab: {
|
|
|
58
58
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
59
59
|
replace: boolean;
|
|
60
60
|
fixed: boolean;
|
|
61
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
62
|
+
exact: boolean;
|
|
63
|
+
direction: "horizontal" | "vertical";
|
|
61
64
|
style: vue.StyleValue;
|
|
62
|
-
size: string | number;
|
|
63
65
|
disabled: boolean;
|
|
64
|
-
|
|
66
|
+
size: string | number;
|
|
65
67
|
readonly: boolean;
|
|
66
|
-
|
|
67
|
-
exact: boolean;
|
|
68
|
+
tag: string;
|
|
68
69
|
tile: boolean;
|
|
69
70
|
density: Density;
|
|
70
|
-
direction: "horizontal" | "vertical";
|
|
71
71
|
selectedClass: string;
|
|
72
72
|
slim: boolean;
|
|
73
73
|
stacked: boolean;
|
|
@@ -76,24 +76,24 @@ declare const VTab: {
|
|
|
76
76
|
} | undefined;
|
|
77
77
|
hideSlider: boolean;
|
|
78
78
|
} & {
|
|
79
|
-
class?: any;
|
|
80
|
-
text?: string | undefined;
|
|
81
|
-
value?: any;
|
|
82
|
-
width?: string | number | undefined;
|
|
83
79
|
height?: string | number | undefined;
|
|
84
|
-
|
|
85
|
-
href?: string | undefined;
|
|
86
|
-
color?: string | undefined;
|
|
87
|
-
loading?: string | boolean | undefined;
|
|
88
|
-
icon?: boolean | IconValue | undefined;
|
|
89
|
-
to?: vue_router.RouteLocationRaw | undefined;
|
|
80
|
+
width?: string | number | undefined;
|
|
90
81
|
border?: string | number | boolean | undefined;
|
|
91
|
-
|
|
82
|
+
color?: string | undefined;
|
|
92
83
|
maxHeight?: string | number | undefined;
|
|
93
84
|
maxWidth?: string | number | undefined;
|
|
94
85
|
minHeight?: string | number | undefined;
|
|
95
86
|
minWidth?: string | number | undefined;
|
|
87
|
+
value?: any;
|
|
88
|
+
loading?: string | boolean | undefined;
|
|
89
|
+
text?: string | undefined;
|
|
90
|
+
class?: any;
|
|
91
|
+
icon?: boolean | IconValue | undefined;
|
|
92
|
+
href?: string | undefined;
|
|
96
93
|
elevation?: string | number | undefined;
|
|
94
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
95
|
+
theme?: string | undefined;
|
|
96
|
+
rounded?: string | number | boolean | undefined;
|
|
97
97
|
baseColor?: string | undefined;
|
|
98
98
|
prependIcon?: IconValue | undefined;
|
|
99
99
|
appendIcon?: IconValue | undefined;
|
|
@@ -121,18 +121,18 @@ declare const VTab: {
|
|
|
121
121
|
$data: {};
|
|
122
122
|
$props: Partial<{
|
|
123
123
|
symbol: any;
|
|
124
|
-
flat: boolean;
|
|
125
124
|
replace: boolean;
|
|
126
|
-
|
|
127
|
-
|
|
125
|
+
flat: boolean;
|
|
126
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
127
|
+
exact: boolean;
|
|
128
|
+
block: boolean;
|
|
128
129
|
active: boolean;
|
|
130
|
+
style: vue.StyleValue;
|
|
129
131
|
disabled: boolean;
|
|
130
|
-
|
|
132
|
+
size: string | number;
|
|
131
133
|
readonly: boolean;
|
|
134
|
+
tag: string;
|
|
132
135
|
rounded: string | number | boolean;
|
|
133
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
134
|
-
block: boolean;
|
|
135
|
-
exact: boolean;
|
|
136
136
|
tile: boolean;
|
|
137
137
|
density: Density;
|
|
138
138
|
slim: boolean;
|
|
@@ -142,16 +142,16 @@ declare const VTab: {
|
|
|
142
142
|
} | undefined;
|
|
143
143
|
}> & Omit<{
|
|
144
144
|
symbol: any;
|
|
145
|
-
flat: boolean;
|
|
146
145
|
replace: boolean;
|
|
146
|
+
flat: boolean;
|
|
147
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
148
|
+
exact: boolean;
|
|
149
|
+
block: boolean;
|
|
147
150
|
style: vue.StyleValue;
|
|
148
|
-
size: string | number;
|
|
149
151
|
disabled: boolean;
|
|
150
|
-
|
|
152
|
+
size: string | number;
|
|
151
153
|
readonly: boolean;
|
|
152
|
-
|
|
153
|
-
block: boolean;
|
|
154
|
-
exact: boolean;
|
|
154
|
+
tag: string;
|
|
155
155
|
tile: boolean;
|
|
156
156
|
density: Density;
|
|
157
157
|
slim: boolean;
|
|
@@ -159,27 +159,27 @@ declare const VTab: {
|
|
|
159
159
|
ripple: boolean | {
|
|
160
160
|
class: string;
|
|
161
161
|
} | undefined;
|
|
162
|
-
|
|
163
|
-
text?: string | undefined;
|
|
164
|
-
value?: any;
|
|
165
|
-
width?: string | number | undefined;
|
|
162
|
+
location?: Anchor | undefined;
|
|
166
163
|
height?: string | number | undefined;
|
|
164
|
+
width?: string | number | undefined;
|
|
167
165
|
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
166
|
border?: string | number | boolean | undefined;
|
|
175
|
-
|
|
176
|
-
rounded?: string | number | boolean | undefined;
|
|
167
|
+
color?: string | undefined;
|
|
177
168
|
maxHeight?: string | number | undefined;
|
|
178
169
|
maxWidth?: string | number | undefined;
|
|
179
170
|
minHeight?: string | number | undefined;
|
|
180
171
|
minWidth?: string | number | undefined;
|
|
172
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
173
|
+
value?: any;
|
|
174
|
+
loading?: string | boolean | undefined;
|
|
175
|
+
text?: string | undefined;
|
|
176
|
+
class?: any;
|
|
177
|
+
icon?: boolean | IconValue | undefined;
|
|
178
|
+
href?: string | undefined;
|
|
181
179
|
elevation?: string | number | undefined;
|
|
182
|
-
|
|
180
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
181
|
+
theme?: string | undefined;
|
|
182
|
+
rounded?: string | number | boolean | undefined;
|
|
183
183
|
baseColor?: string | undefined;
|
|
184
184
|
selectedClass?: string | undefined;
|
|
185
185
|
prependIcon?: IconValue | undefined;
|
|
@@ -205,16 +205,16 @@ declare const VTab: {
|
|
|
205
205
|
}) => any) | undefined;
|
|
206
206
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
207
207
|
symbol: any;
|
|
208
|
-
flat: boolean;
|
|
209
208
|
replace: boolean;
|
|
209
|
+
flat: boolean;
|
|
210
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
211
|
+
exact: boolean;
|
|
212
|
+
block: boolean;
|
|
210
213
|
style: vue.StyleValue;
|
|
211
|
-
size: string | number;
|
|
212
214
|
disabled: boolean;
|
|
213
|
-
|
|
215
|
+
size: string | number;
|
|
214
216
|
readonly: boolean;
|
|
215
|
-
|
|
216
|
-
block: boolean;
|
|
217
|
-
exact: boolean;
|
|
217
|
+
tag: string;
|
|
218
218
|
tile: boolean;
|
|
219
219
|
density: Density;
|
|
220
220
|
slim: boolean;
|
|
@@ -223,27 +223,27 @@ declare const VTab: {
|
|
|
223
223
|
class: string;
|
|
224
224
|
} | undefined;
|
|
225
225
|
} & {
|
|
226
|
-
|
|
227
|
-
text?: string | undefined;
|
|
228
|
-
value?: any;
|
|
229
|
-
width?: string | number | undefined;
|
|
226
|
+
location?: Anchor | undefined;
|
|
230
227
|
height?: string | number | undefined;
|
|
228
|
+
width?: string | number | undefined;
|
|
231
229
|
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
230
|
border?: string | number | boolean | undefined;
|
|
239
|
-
|
|
240
|
-
rounded?: string | number | boolean | undefined;
|
|
231
|
+
color?: string | undefined;
|
|
241
232
|
maxHeight?: string | number | undefined;
|
|
242
233
|
maxWidth?: string | number | undefined;
|
|
243
234
|
minHeight?: string | number | undefined;
|
|
244
235
|
minWidth?: string | number | undefined;
|
|
236
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
237
|
+
value?: any;
|
|
238
|
+
loading?: string | boolean | undefined;
|
|
239
|
+
text?: string | undefined;
|
|
240
|
+
class?: any;
|
|
241
|
+
icon?: boolean | IconValue | undefined;
|
|
242
|
+
href?: string | undefined;
|
|
245
243
|
elevation?: string | number | undefined;
|
|
246
|
-
|
|
244
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
245
|
+
theme?: string | undefined;
|
|
246
|
+
rounded?: string | number | boolean | undefined;
|
|
247
247
|
baseColor?: string | undefined;
|
|
248
248
|
selectedClass?: string | undefined;
|
|
249
249
|
prependIcon?: IconValue | undefined;
|
|
@@ -270,7 +270,7 @@ declare const VTab: {
|
|
|
270
270
|
"onGroup:selected"?: ((val: {
|
|
271
271
|
value: boolean;
|
|
272
272
|
}) => any) | undefined;
|
|
273
|
-
}, "symbol" | "
|
|
273
|
+
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
|
274
274
|
$attrs: {
|
|
275
275
|
[x: string]: unknown;
|
|
276
276
|
};
|
|
@@ -299,16 +299,16 @@ declare const VTab: {
|
|
|
299
299
|
$el: any;
|
|
300
300
|
$options: vue.ComponentOptionsBase<{
|
|
301
301
|
symbol: any;
|
|
302
|
-
flat: boolean;
|
|
303
302
|
replace: boolean;
|
|
303
|
+
flat: boolean;
|
|
304
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
305
|
+
exact: boolean;
|
|
306
|
+
block: boolean;
|
|
304
307
|
style: vue.StyleValue;
|
|
305
|
-
size: string | number;
|
|
306
308
|
disabled: boolean;
|
|
307
|
-
|
|
309
|
+
size: string | number;
|
|
308
310
|
readonly: boolean;
|
|
309
|
-
|
|
310
|
-
block: boolean;
|
|
311
|
-
exact: boolean;
|
|
311
|
+
tag: string;
|
|
312
312
|
tile: boolean;
|
|
313
313
|
density: Density;
|
|
314
314
|
slim: boolean;
|
|
@@ -317,27 +317,27 @@ declare const VTab: {
|
|
|
317
317
|
class: string;
|
|
318
318
|
} | undefined;
|
|
319
319
|
} & {
|
|
320
|
-
|
|
321
|
-
text?: string | undefined;
|
|
322
|
-
value?: any;
|
|
323
|
-
width?: string | number | undefined;
|
|
320
|
+
location?: Anchor | undefined;
|
|
324
321
|
height?: string | number | undefined;
|
|
322
|
+
width?: string | number | undefined;
|
|
325
323
|
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
324
|
border?: string | number | boolean | undefined;
|
|
333
|
-
|
|
334
|
-
rounded?: string | number | boolean | undefined;
|
|
325
|
+
color?: string | undefined;
|
|
335
326
|
maxHeight?: string | number | undefined;
|
|
336
327
|
maxWidth?: string | number | undefined;
|
|
337
328
|
minHeight?: string | number | undefined;
|
|
338
329
|
minWidth?: string | number | undefined;
|
|
330
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
331
|
+
value?: any;
|
|
332
|
+
loading?: string | boolean | undefined;
|
|
333
|
+
text?: string | undefined;
|
|
334
|
+
class?: any;
|
|
335
|
+
icon?: boolean | IconValue | undefined;
|
|
336
|
+
href?: string | undefined;
|
|
339
337
|
elevation?: string | number | undefined;
|
|
340
|
-
|
|
338
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
339
|
+
theme?: string | undefined;
|
|
340
|
+
rounded?: string | number | boolean | undefined;
|
|
341
341
|
baseColor?: string | undefined;
|
|
342
342
|
selectedClass?: string | undefined;
|
|
343
343
|
prependIcon?: IconValue | undefined;
|
|
@@ -372,18 +372,18 @@ declare const VTab: {
|
|
|
372
372
|
}) => true;
|
|
373
373
|
}, string, {
|
|
374
374
|
symbol: any;
|
|
375
|
-
flat: boolean;
|
|
376
375
|
replace: boolean;
|
|
377
|
-
|
|
378
|
-
|
|
376
|
+
flat: boolean;
|
|
377
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
378
|
+
exact: boolean;
|
|
379
|
+
block: boolean;
|
|
379
380
|
active: boolean;
|
|
381
|
+
style: vue.StyleValue;
|
|
380
382
|
disabled: boolean;
|
|
381
|
-
|
|
383
|
+
size: string | number;
|
|
382
384
|
readonly: boolean;
|
|
385
|
+
tag: string;
|
|
383
386
|
rounded: string | number | boolean;
|
|
384
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
385
|
-
block: boolean;
|
|
386
|
-
exact: boolean;
|
|
387
387
|
tile: boolean;
|
|
388
388
|
density: Density;
|
|
389
389
|
slim: boolean;
|
|
@@ -426,16 +426,16 @@ declare const VTab: {
|
|
|
426
426
|
$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
427
|
} & Omit<{
|
|
428
428
|
symbol: any;
|
|
429
|
-
flat: boolean;
|
|
430
429
|
replace: boolean;
|
|
430
|
+
flat: boolean;
|
|
431
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
432
|
+
exact: boolean;
|
|
433
|
+
block: boolean;
|
|
431
434
|
style: vue.StyleValue;
|
|
432
|
-
size: string | number;
|
|
433
435
|
disabled: boolean;
|
|
434
|
-
|
|
436
|
+
size: string | number;
|
|
435
437
|
readonly: boolean;
|
|
436
|
-
|
|
437
|
-
block: boolean;
|
|
438
|
-
exact: boolean;
|
|
438
|
+
tag: string;
|
|
439
439
|
tile: boolean;
|
|
440
440
|
density: Density;
|
|
441
441
|
slim: boolean;
|
|
@@ -444,27 +444,27 @@ declare const VTab: {
|
|
|
444
444
|
class: string;
|
|
445
445
|
} | undefined;
|
|
446
446
|
} & {
|
|
447
|
-
|
|
448
|
-
text?: string | undefined;
|
|
449
|
-
value?: any;
|
|
450
|
-
width?: string | number | undefined;
|
|
447
|
+
location?: Anchor | undefined;
|
|
451
448
|
height?: string | number | undefined;
|
|
449
|
+
width?: string | number | undefined;
|
|
452
450
|
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
451
|
border?: string | number | boolean | undefined;
|
|
460
|
-
|
|
461
|
-
rounded?: string | number | boolean | undefined;
|
|
452
|
+
color?: string | undefined;
|
|
462
453
|
maxHeight?: string | number | undefined;
|
|
463
454
|
maxWidth?: string | number | undefined;
|
|
464
455
|
minHeight?: string | number | undefined;
|
|
465
456
|
minWidth?: string | number | undefined;
|
|
457
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
458
|
+
value?: any;
|
|
459
|
+
loading?: string | boolean | undefined;
|
|
460
|
+
text?: string | undefined;
|
|
461
|
+
class?: any;
|
|
462
|
+
icon?: boolean | IconValue | undefined;
|
|
463
|
+
href?: string | undefined;
|
|
466
464
|
elevation?: string | number | undefined;
|
|
467
|
-
|
|
465
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
466
|
+
theme?: string | undefined;
|
|
467
|
+
rounded?: string | number | boolean | undefined;
|
|
468
468
|
baseColor?: string | undefined;
|
|
469
469
|
selectedClass?: string | undefined;
|
|
470
470
|
prependIcon?: IconValue | undefined;
|
|
@@ -493,19 +493,19 @@ declare const VTab: {
|
|
|
493
493
|
}) => any) | undefined;
|
|
494
494
|
}, "group"> & vue.ShallowUnwrapRef<{
|
|
495
495
|
group: GroupItemProvide | null;
|
|
496
|
-
}> & {} & vue.ComponentCustomProperties & {}, "
|
|
496
|
+
}> & {} & 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" | "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
497
|
replace: boolean;
|
|
498
498
|
fixed: boolean;
|
|
499
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
500
|
+
exact: boolean;
|
|
501
|
+
direction: "horizontal" | "vertical";
|
|
499
502
|
style: vue.StyleValue;
|
|
500
|
-
size: string | number;
|
|
501
503
|
disabled: boolean;
|
|
502
|
-
|
|
504
|
+
size: string | number;
|
|
503
505
|
readonly: boolean;
|
|
504
|
-
|
|
505
|
-
exact: boolean;
|
|
506
|
+
tag: string;
|
|
506
507
|
tile: boolean;
|
|
507
508
|
density: Density;
|
|
508
|
-
direction: "horizontal" | "vertical";
|
|
509
509
|
selectedClass: string;
|
|
510
510
|
slim: boolean;
|
|
511
511
|
stacked: boolean;
|
|
@@ -514,24 +514,24 @@ declare const VTab: {
|
|
|
514
514
|
} | undefined;
|
|
515
515
|
hideSlider: boolean;
|
|
516
516
|
} & {
|
|
517
|
-
class?: any;
|
|
518
|
-
text?: string | undefined;
|
|
519
|
-
value?: any;
|
|
520
|
-
width?: string | number | undefined;
|
|
521
517
|
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;
|
|
518
|
+
width?: string | number | undefined;
|
|
528
519
|
border?: string | number | boolean | undefined;
|
|
529
|
-
|
|
520
|
+
color?: string | undefined;
|
|
530
521
|
maxHeight?: string | number | undefined;
|
|
531
522
|
maxWidth?: string | number | undefined;
|
|
532
523
|
minHeight?: string | number | undefined;
|
|
533
524
|
minWidth?: string | number | undefined;
|
|
525
|
+
value?: any;
|
|
526
|
+
loading?: string | boolean | undefined;
|
|
527
|
+
text?: string | undefined;
|
|
528
|
+
class?: any;
|
|
529
|
+
icon?: boolean | IconValue | undefined;
|
|
530
|
+
href?: string | undefined;
|
|
534
531
|
elevation?: string | number | undefined;
|
|
532
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
533
|
+
theme?: string | undefined;
|
|
534
|
+
rounded?: string | number | boolean | undefined;
|
|
535
535
|
baseColor?: string | undefined;
|
|
536
536
|
prependIcon?: IconValue | undefined;
|
|
537
537
|
appendIcon?: IconValue | undefined;
|
|
@@ -557,17 +557,17 @@ declare const VTab: {
|
|
|
557
557
|
}, {
|
|
558
558
|
replace: boolean;
|
|
559
559
|
fixed: boolean;
|
|
560
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
561
|
+
exact: boolean;
|
|
562
|
+
direction: "horizontal" | "vertical";
|
|
560
563
|
style: vue.StyleValue;
|
|
561
|
-
size: string | number;
|
|
562
564
|
disabled: boolean;
|
|
563
|
-
|
|
565
|
+
size: string | number;
|
|
564
566
|
readonly: boolean;
|
|
567
|
+
tag: string;
|
|
565
568
|
rounded: string | number | boolean;
|
|
566
|
-
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
567
|
-
exact: boolean;
|
|
568
569
|
tile: boolean;
|
|
569
570
|
density: Density;
|
|
570
|
-
direction: "horizontal" | "vertical";
|
|
571
571
|
selectedClass: string;
|
|
572
572
|
slim: boolean;
|
|
573
573
|
stacked: boolean;
|
|
@@ -598,16 +598,16 @@ declare const VTab: {
|
|
|
598
598
|
}, {
|
|
599
599
|
replace: boolean;
|
|
600
600
|
fixed: boolean;
|
|
601
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
602
|
+
exact: boolean;
|
|
603
|
+
direction: "horizontal" | "vertical";
|
|
601
604
|
style: vue.StyleValue;
|
|
602
|
-
size: string | number;
|
|
603
605
|
disabled: boolean;
|
|
604
|
-
|
|
606
|
+
size: string | number;
|
|
605
607
|
readonly: boolean;
|
|
606
|
-
|
|
607
|
-
exact: boolean;
|
|
608
|
+
tag: string;
|
|
608
609
|
tile: boolean;
|
|
609
610
|
density: Density;
|
|
610
|
-
direction: "horizontal" | "vertical";
|
|
611
611
|
selectedClass: string;
|
|
612
612
|
slim: boolean;
|
|
613
613
|
stacked: boolean;
|
|
@@ -616,24 +616,24 @@ declare const VTab: {
|
|
|
616
616
|
} | undefined;
|
|
617
617
|
hideSlider: boolean;
|
|
618
618
|
} & {
|
|
619
|
-
class?: any;
|
|
620
|
-
text?: string | undefined;
|
|
621
|
-
value?: any;
|
|
622
|
-
width?: string | number | undefined;
|
|
623
619
|
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;
|
|
620
|
+
width?: string | number | undefined;
|
|
630
621
|
border?: string | number | boolean | undefined;
|
|
631
|
-
|
|
622
|
+
color?: string | undefined;
|
|
632
623
|
maxHeight?: string | number | undefined;
|
|
633
624
|
maxWidth?: string | number | undefined;
|
|
634
625
|
minHeight?: string | number | undefined;
|
|
635
626
|
minWidth?: string | number | undefined;
|
|
627
|
+
value?: any;
|
|
628
|
+
loading?: string | boolean | undefined;
|
|
629
|
+
text?: string | undefined;
|
|
630
|
+
class?: any;
|
|
631
|
+
icon?: boolean | IconValue | undefined;
|
|
632
|
+
href?: string | undefined;
|
|
636
633
|
elevation?: string | number | undefined;
|
|
634
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
635
|
+
theme?: string | undefined;
|
|
636
|
+
rounded?: string | number | boolean | undefined;
|
|
637
637
|
baseColor?: string | undefined;
|
|
638
638
|
prependIcon?: IconValue | undefined;
|
|
639
639
|
appendIcon?: IconValue | undefined;
|
|
@@ -661,18 +661,18 @@ declare const VTab: {
|
|
|
661
661
|
$data: {};
|
|
662
662
|
$props: Partial<{
|
|
663
663
|
symbol: any;
|
|
664
|
-
flat: boolean;
|
|
665
664
|
replace: boolean;
|
|
666
|
-
|
|
667
|
-
|
|
665
|
+
flat: boolean;
|
|
666
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
667
|
+
exact: boolean;
|
|
668
|
+
block: boolean;
|
|
668
669
|
active: boolean;
|
|
670
|
+
style: vue.StyleValue;
|
|
669
671
|
disabled: boolean;
|
|
670
|
-
|
|
672
|
+
size: string | number;
|
|
671
673
|
readonly: boolean;
|
|
674
|
+
tag: string;
|
|
672
675
|
rounded: string | number | boolean;
|
|
673
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
674
|
-
block: boolean;
|
|
675
|
-
exact: boolean;
|
|
676
676
|
tile: boolean;
|
|
677
677
|
density: Density;
|
|
678
678
|
slim: boolean;
|
|
@@ -682,16 +682,16 @@ declare const VTab: {
|
|
|
682
682
|
} | undefined;
|
|
683
683
|
}> & Omit<{
|
|
684
684
|
symbol: any;
|
|
685
|
-
flat: boolean;
|
|
686
685
|
replace: boolean;
|
|
686
|
+
flat: boolean;
|
|
687
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
688
|
+
exact: boolean;
|
|
689
|
+
block: boolean;
|
|
687
690
|
style: vue.StyleValue;
|
|
688
|
-
size: string | number;
|
|
689
691
|
disabled: boolean;
|
|
690
|
-
|
|
692
|
+
size: string | number;
|
|
691
693
|
readonly: boolean;
|
|
692
|
-
|
|
693
|
-
block: boolean;
|
|
694
|
-
exact: boolean;
|
|
694
|
+
tag: string;
|
|
695
695
|
tile: boolean;
|
|
696
696
|
density: Density;
|
|
697
697
|
slim: boolean;
|
|
@@ -699,27 +699,27 @@ declare const VTab: {
|
|
|
699
699
|
ripple: boolean | {
|
|
700
700
|
class: string;
|
|
701
701
|
} | undefined;
|
|
702
|
-
|
|
703
|
-
text?: string | undefined;
|
|
704
|
-
value?: any;
|
|
705
|
-
width?: string | number | undefined;
|
|
702
|
+
location?: Anchor | undefined;
|
|
706
703
|
height?: string | number | undefined;
|
|
704
|
+
width?: string | number | undefined;
|
|
707
705
|
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
706
|
border?: string | number | boolean | undefined;
|
|
715
|
-
|
|
716
|
-
rounded?: string | number | boolean | undefined;
|
|
707
|
+
color?: string | undefined;
|
|
717
708
|
maxHeight?: string | number | undefined;
|
|
718
709
|
maxWidth?: string | number | undefined;
|
|
719
710
|
minHeight?: string | number | undefined;
|
|
720
711
|
minWidth?: string | number | undefined;
|
|
712
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
713
|
+
value?: any;
|
|
714
|
+
loading?: string | boolean | undefined;
|
|
715
|
+
text?: string | undefined;
|
|
716
|
+
class?: any;
|
|
717
|
+
icon?: boolean | IconValue | undefined;
|
|
718
|
+
href?: string | undefined;
|
|
721
719
|
elevation?: string | number | undefined;
|
|
722
|
-
|
|
720
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
721
|
+
theme?: string | undefined;
|
|
722
|
+
rounded?: string | number | boolean | undefined;
|
|
723
723
|
baseColor?: string | undefined;
|
|
724
724
|
selectedClass?: string | undefined;
|
|
725
725
|
prependIcon?: IconValue | undefined;
|
|
@@ -745,16 +745,16 @@ declare const VTab: {
|
|
|
745
745
|
}) => any) | undefined;
|
|
746
746
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
747
747
|
symbol: any;
|
|
748
|
-
flat: boolean;
|
|
749
748
|
replace: boolean;
|
|
749
|
+
flat: boolean;
|
|
750
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
751
|
+
exact: boolean;
|
|
752
|
+
block: boolean;
|
|
750
753
|
style: vue.StyleValue;
|
|
751
|
-
size: string | number;
|
|
752
754
|
disabled: boolean;
|
|
753
|
-
|
|
755
|
+
size: string | number;
|
|
754
756
|
readonly: boolean;
|
|
755
|
-
|
|
756
|
-
block: boolean;
|
|
757
|
-
exact: boolean;
|
|
757
|
+
tag: string;
|
|
758
758
|
tile: boolean;
|
|
759
759
|
density: Density;
|
|
760
760
|
slim: boolean;
|
|
@@ -763,27 +763,27 @@ declare const VTab: {
|
|
|
763
763
|
class: string;
|
|
764
764
|
} | undefined;
|
|
765
765
|
} & {
|
|
766
|
-
|
|
767
|
-
text?: string | undefined;
|
|
768
|
-
value?: any;
|
|
769
|
-
width?: string | number | undefined;
|
|
766
|
+
location?: Anchor | undefined;
|
|
770
767
|
height?: string | number | undefined;
|
|
768
|
+
width?: string | number | undefined;
|
|
771
769
|
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
770
|
border?: string | number | boolean | undefined;
|
|
779
|
-
|
|
780
|
-
rounded?: string | number | boolean | undefined;
|
|
771
|
+
color?: string | undefined;
|
|
781
772
|
maxHeight?: string | number | undefined;
|
|
782
773
|
maxWidth?: string | number | undefined;
|
|
783
774
|
minHeight?: string | number | undefined;
|
|
784
775
|
minWidth?: string | number | undefined;
|
|
776
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
777
|
+
value?: any;
|
|
778
|
+
loading?: string | boolean | undefined;
|
|
779
|
+
text?: string | undefined;
|
|
780
|
+
class?: any;
|
|
781
|
+
icon?: boolean | IconValue | undefined;
|
|
782
|
+
href?: string | undefined;
|
|
785
783
|
elevation?: string | number | undefined;
|
|
786
|
-
|
|
784
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
785
|
+
theme?: string | undefined;
|
|
786
|
+
rounded?: string | number | boolean | undefined;
|
|
787
787
|
baseColor?: string | undefined;
|
|
788
788
|
selectedClass?: string | undefined;
|
|
789
789
|
prependIcon?: IconValue | undefined;
|
|
@@ -810,7 +810,7 @@ declare const VTab: {
|
|
|
810
810
|
"onGroup:selected"?: ((val: {
|
|
811
811
|
value: boolean;
|
|
812
812
|
}) => any) | undefined;
|
|
813
|
-
}, "symbol" | "
|
|
813
|
+
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
|
814
814
|
$attrs: {
|
|
815
815
|
[x: string]: unknown;
|
|
816
816
|
};
|
|
@@ -839,16 +839,16 @@ declare const VTab: {
|
|
|
839
839
|
$el: any;
|
|
840
840
|
$options: vue.ComponentOptionsBase<{
|
|
841
841
|
symbol: any;
|
|
842
|
-
flat: boolean;
|
|
843
842
|
replace: boolean;
|
|
843
|
+
flat: boolean;
|
|
844
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
845
|
+
exact: boolean;
|
|
846
|
+
block: boolean;
|
|
844
847
|
style: vue.StyleValue;
|
|
845
|
-
size: string | number;
|
|
846
848
|
disabled: boolean;
|
|
847
|
-
|
|
849
|
+
size: string | number;
|
|
848
850
|
readonly: boolean;
|
|
849
|
-
|
|
850
|
-
block: boolean;
|
|
851
|
-
exact: boolean;
|
|
851
|
+
tag: string;
|
|
852
852
|
tile: boolean;
|
|
853
853
|
density: Density;
|
|
854
854
|
slim: boolean;
|
|
@@ -857,27 +857,27 @@ declare const VTab: {
|
|
|
857
857
|
class: string;
|
|
858
858
|
} | undefined;
|
|
859
859
|
} & {
|
|
860
|
-
|
|
861
|
-
text?: string | undefined;
|
|
862
|
-
value?: any;
|
|
863
|
-
width?: string | number | undefined;
|
|
860
|
+
location?: Anchor | undefined;
|
|
864
861
|
height?: string | number | undefined;
|
|
862
|
+
width?: string | number | undefined;
|
|
865
863
|
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
864
|
border?: string | number | boolean | undefined;
|
|
873
|
-
|
|
874
|
-
rounded?: string | number | boolean | undefined;
|
|
865
|
+
color?: string | undefined;
|
|
875
866
|
maxHeight?: string | number | undefined;
|
|
876
867
|
maxWidth?: string | number | undefined;
|
|
877
868
|
minHeight?: string | number | undefined;
|
|
878
869
|
minWidth?: string | number | undefined;
|
|
870
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
871
|
+
value?: any;
|
|
872
|
+
loading?: string | boolean | undefined;
|
|
873
|
+
text?: string | undefined;
|
|
874
|
+
class?: any;
|
|
875
|
+
icon?: boolean | IconValue | undefined;
|
|
876
|
+
href?: string | undefined;
|
|
879
877
|
elevation?: string | number | undefined;
|
|
880
|
-
|
|
878
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
879
|
+
theme?: string | undefined;
|
|
880
|
+
rounded?: string | number | boolean | undefined;
|
|
881
881
|
baseColor?: string | undefined;
|
|
882
882
|
selectedClass?: string | undefined;
|
|
883
883
|
prependIcon?: IconValue | undefined;
|
|
@@ -912,18 +912,18 @@ declare const VTab: {
|
|
|
912
912
|
}) => true;
|
|
913
913
|
}, string, {
|
|
914
914
|
symbol: any;
|
|
915
|
-
flat: boolean;
|
|
916
915
|
replace: boolean;
|
|
917
|
-
|
|
918
|
-
|
|
916
|
+
flat: boolean;
|
|
917
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
918
|
+
exact: boolean;
|
|
919
|
+
block: boolean;
|
|
919
920
|
active: boolean;
|
|
921
|
+
style: vue.StyleValue;
|
|
920
922
|
disabled: boolean;
|
|
921
|
-
|
|
923
|
+
size: string | number;
|
|
922
924
|
readonly: boolean;
|
|
925
|
+
tag: string;
|
|
923
926
|
rounded: string | number | boolean;
|
|
924
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
925
|
-
block: boolean;
|
|
926
|
-
exact: boolean;
|
|
927
927
|
tile: boolean;
|
|
928
928
|
density: Density;
|
|
929
929
|
slim: boolean;
|
|
@@ -966,16 +966,16 @@ declare const VTab: {
|
|
|
966
966
|
$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
967
|
} & Omit<{
|
|
968
968
|
symbol: any;
|
|
969
|
-
flat: boolean;
|
|
970
969
|
replace: boolean;
|
|
970
|
+
flat: boolean;
|
|
971
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
972
|
+
exact: boolean;
|
|
973
|
+
block: boolean;
|
|
971
974
|
style: vue.StyleValue;
|
|
972
|
-
size: string | number;
|
|
973
975
|
disabled: boolean;
|
|
974
|
-
|
|
976
|
+
size: string | number;
|
|
975
977
|
readonly: boolean;
|
|
976
|
-
|
|
977
|
-
block: boolean;
|
|
978
|
-
exact: boolean;
|
|
978
|
+
tag: string;
|
|
979
979
|
tile: boolean;
|
|
980
980
|
density: Density;
|
|
981
981
|
slim: boolean;
|
|
@@ -984,27 +984,27 @@ declare const VTab: {
|
|
|
984
984
|
class: string;
|
|
985
985
|
} | undefined;
|
|
986
986
|
} & {
|
|
987
|
-
|
|
988
|
-
text?: string | undefined;
|
|
989
|
-
value?: any;
|
|
990
|
-
width?: string | number | undefined;
|
|
987
|
+
location?: Anchor | undefined;
|
|
991
988
|
height?: string | number | undefined;
|
|
989
|
+
width?: string | number | undefined;
|
|
992
990
|
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
991
|
border?: string | number | boolean | undefined;
|
|
1000
|
-
|
|
1001
|
-
rounded?: string | number | boolean | undefined;
|
|
992
|
+
color?: string | undefined;
|
|
1002
993
|
maxHeight?: string | number | undefined;
|
|
1003
994
|
maxWidth?: string | number | undefined;
|
|
1004
995
|
minHeight?: string | number | undefined;
|
|
1005
996
|
minWidth?: string | number | undefined;
|
|
997
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
998
|
+
value?: any;
|
|
999
|
+
loading?: string | boolean | undefined;
|
|
1000
|
+
text?: string | undefined;
|
|
1001
|
+
class?: any;
|
|
1002
|
+
icon?: boolean | IconValue | undefined;
|
|
1003
|
+
href?: string | undefined;
|
|
1006
1004
|
elevation?: string | number | undefined;
|
|
1007
|
-
|
|
1005
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
1006
|
+
theme?: string | undefined;
|
|
1007
|
+
rounded?: string | number | boolean | undefined;
|
|
1008
1008
|
baseColor?: string | undefined;
|
|
1009
1009
|
selectedClass?: string | undefined;
|
|
1010
1010
|
prependIcon?: IconValue | undefined;
|
|
@@ -1033,20 +1033,20 @@ declare const VTab: {
|
|
|
1033
1033
|
}) => any) | undefined;
|
|
1034
1034
|
}, "group"> & vue.ShallowUnwrapRef<{
|
|
1035
1035
|
group: GroupItemProvide | null;
|
|
1036
|
-
}> & {} & vue.ComponentCustomProperties & {}, "
|
|
1036
|
+
}> & {} & 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" | "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
1037
|
replace: boolean;
|
|
1038
1038
|
fixed: boolean;
|
|
1039
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
1040
|
+
exact: boolean;
|
|
1041
|
+
direction: "horizontal" | "vertical";
|
|
1039
1042
|
style: vue.StyleValue;
|
|
1040
|
-
size: string | number;
|
|
1041
1043
|
disabled: boolean;
|
|
1042
|
-
|
|
1044
|
+
size: string | number;
|
|
1043
1045
|
readonly: boolean;
|
|
1046
|
+
tag: string;
|
|
1044
1047
|
rounded: string | number | boolean;
|
|
1045
|
-
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
1046
|
-
exact: boolean;
|
|
1047
1048
|
tile: boolean;
|
|
1048
1049
|
density: Density;
|
|
1049
|
-
direction: "horizontal" | "vertical";
|
|
1050
1050
|
selectedClass: string;
|
|
1051
1051
|
slim: boolean;
|
|
1052
1052
|
stacked: boolean;
|
|
@@ -1061,16 +1061,16 @@ declare const VTab: {
|
|
|
1061
1061
|
} & vue.ComponentOptionsBase<{
|
|
1062
1062
|
replace: boolean;
|
|
1063
1063
|
fixed: boolean;
|
|
1064
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
1065
|
+
exact: boolean;
|
|
1066
|
+
direction: "horizontal" | "vertical";
|
|
1064
1067
|
style: vue.StyleValue;
|
|
1065
|
-
size: string | number;
|
|
1066
1068
|
disabled: boolean;
|
|
1067
|
-
|
|
1069
|
+
size: string | number;
|
|
1068
1070
|
readonly: boolean;
|
|
1069
|
-
|
|
1070
|
-
exact: boolean;
|
|
1071
|
+
tag: string;
|
|
1071
1072
|
tile: boolean;
|
|
1072
1073
|
density: Density;
|
|
1073
|
-
direction: "horizontal" | "vertical";
|
|
1074
1074
|
selectedClass: string;
|
|
1075
1075
|
slim: boolean;
|
|
1076
1076
|
stacked: boolean;
|
|
@@ -1079,24 +1079,24 @@ declare const VTab: {
|
|
|
1079
1079
|
} | undefined;
|
|
1080
1080
|
hideSlider: boolean;
|
|
1081
1081
|
} & {
|
|
1082
|
-
class?: any;
|
|
1083
|
-
text?: string | undefined;
|
|
1084
|
-
value?: any;
|
|
1085
|
-
width?: string | number | undefined;
|
|
1086
1082
|
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;
|
|
1083
|
+
width?: string | number | undefined;
|
|
1093
1084
|
border?: string | number | boolean | undefined;
|
|
1094
|
-
|
|
1085
|
+
color?: string | undefined;
|
|
1095
1086
|
maxHeight?: string | number | undefined;
|
|
1096
1087
|
maxWidth?: string | number | undefined;
|
|
1097
1088
|
minHeight?: string | number | undefined;
|
|
1098
1089
|
minWidth?: string | number | undefined;
|
|
1090
|
+
value?: any;
|
|
1091
|
+
loading?: string | boolean | undefined;
|
|
1092
|
+
text?: string | undefined;
|
|
1093
|
+
class?: any;
|
|
1094
|
+
icon?: boolean | IconValue | undefined;
|
|
1095
|
+
href?: string | undefined;
|
|
1099
1096
|
elevation?: string | number | undefined;
|
|
1097
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
1098
|
+
theme?: string | undefined;
|
|
1099
|
+
rounded?: string | number | boolean | undefined;
|
|
1100
1100
|
baseColor?: string | undefined;
|
|
1101
1101
|
prependIcon?: IconValue | undefined;
|
|
1102
1102
|
appendIcon?: IconValue | undefined;
|
|
@@ -1124,18 +1124,18 @@ declare const VTab: {
|
|
|
1124
1124
|
$data: {};
|
|
1125
1125
|
$props: Partial<{
|
|
1126
1126
|
symbol: any;
|
|
1127
|
-
flat: boolean;
|
|
1128
1127
|
replace: boolean;
|
|
1129
|
-
|
|
1130
|
-
|
|
1128
|
+
flat: boolean;
|
|
1129
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1130
|
+
exact: boolean;
|
|
1131
|
+
block: boolean;
|
|
1131
1132
|
active: boolean;
|
|
1133
|
+
style: vue.StyleValue;
|
|
1132
1134
|
disabled: boolean;
|
|
1133
|
-
|
|
1135
|
+
size: string | number;
|
|
1134
1136
|
readonly: boolean;
|
|
1137
|
+
tag: string;
|
|
1135
1138
|
rounded: string | number | boolean;
|
|
1136
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1137
|
-
block: boolean;
|
|
1138
|
-
exact: boolean;
|
|
1139
1139
|
tile: boolean;
|
|
1140
1140
|
density: Density;
|
|
1141
1141
|
slim: boolean;
|
|
@@ -1145,16 +1145,16 @@ declare const VTab: {
|
|
|
1145
1145
|
} | undefined;
|
|
1146
1146
|
}> & Omit<{
|
|
1147
1147
|
symbol: any;
|
|
1148
|
-
flat: boolean;
|
|
1149
1148
|
replace: boolean;
|
|
1149
|
+
flat: boolean;
|
|
1150
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1151
|
+
exact: boolean;
|
|
1152
|
+
block: boolean;
|
|
1150
1153
|
style: vue.StyleValue;
|
|
1151
|
-
size: string | number;
|
|
1152
1154
|
disabled: boolean;
|
|
1153
|
-
|
|
1155
|
+
size: string | number;
|
|
1154
1156
|
readonly: boolean;
|
|
1155
|
-
|
|
1156
|
-
block: boolean;
|
|
1157
|
-
exact: boolean;
|
|
1157
|
+
tag: string;
|
|
1158
1158
|
tile: boolean;
|
|
1159
1159
|
density: Density;
|
|
1160
1160
|
slim: boolean;
|
|
@@ -1162,27 +1162,27 @@ declare const VTab: {
|
|
|
1162
1162
|
ripple: boolean | {
|
|
1163
1163
|
class: string;
|
|
1164
1164
|
} | undefined;
|
|
1165
|
-
|
|
1166
|
-
text?: string | undefined;
|
|
1167
|
-
value?: any;
|
|
1168
|
-
width?: string | number | undefined;
|
|
1165
|
+
location?: Anchor | undefined;
|
|
1169
1166
|
height?: string | number | undefined;
|
|
1167
|
+
width?: string | number | undefined;
|
|
1170
1168
|
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
1169
|
border?: string | number | boolean | undefined;
|
|
1178
|
-
|
|
1179
|
-
rounded?: string | number | boolean | undefined;
|
|
1170
|
+
color?: string | undefined;
|
|
1180
1171
|
maxHeight?: string | number | undefined;
|
|
1181
1172
|
maxWidth?: string | number | undefined;
|
|
1182
1173
|
minHeight?: string | number | undefined;
|
|
1183
1174
|
minWidth?: string | number | undefined;
|
|
1175
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
1176
|
+
value?: any;
|
|
1177
|
+
loading?: string | boolean | undefined;
|
|
1178
|
+
text?: string | undefined;
|
|
1179
|
+
class?: any;
|
|
1180
|
+
icon?: boolean | IconValue | undefined;
|
|
1181
|
+
href?: string | undefined;
|
|
1184
1182
|
elevation?: string | number | undefined;
|
|
1185
|
-
|
|
1183
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
1184
|
+
theme?: string | undefined;
|
|
1185
|
+
rounded?: string | number | boolean | undefined;
|
|
1186
1186
|
baseColor?: string | undefined;
|
|
1187
1187
|
selectedClass?: string | undefined;
|
|
1188
1188
|
prependIcon?: IconValue | undefined;
|
|
@@ -1208,16 +1208,16 @@ declare const VTab: {
|
|
|
1208
1208
|
}) => any) | undefined;
|
|
1209
1209
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1210
1210
|
symbol: any;
|
|
1211
|
-
flat: boolean;
|
|
1212
1211
|
replace: boolean;
|
|
1212
|
+
flat: boolean;
|
|
1213
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1214
|
+
exact: boolean;
|
|
1215
|
+
block: boolean;
|
|
1213
1216
|
style: vue.StyleValue;
|
|
1214
|
-
size: string | number;
|
|
1215
1217
|
disabled: boolean;
|
|
1216
|
-
|
|
1218
|
+
size: string | number;
|
|
1217
1219
|
readonly: boolean;
|
|
1218
|
-
|
|
1219
|
-
block: boolean;
|
|
1220
|
-
exact: boolean;
|
|
1220
|
+
tag: string;
|
|
1221
1221
|
tile: boolean;
|
|
1222
1222
|
density: Density;
|
|
1223
1223
|
slim: boolean;
|
|
@@ -1226,27 +1226,27 @@ declare const VTab: {
|
|
|
1226
1226
|
class: string;
|
|
1227
1227
|
} | undefined;
|
|
1228
1228
|
} & {
|
|
1229
|
-
|
|
1230
|
-
text?: string | undefined;
|
|
1231
|
-
value?: any;
|
|
1232
|
-
width?: string | number | undefined;
|
|
1229
|
+
location?: Anchor | undefined;
|
|
1233
1230
|
height?: string | number | undefined;
|
|
1231
|
+
width?: string | number | undefined;
|
|
1234
1232
|
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
1233
|
border?: string | number | boolean | undefined;
|
|
1242
|
-
|
|
1243
|
-
rounded?: string | number | boolean | undefined;
|
|
1234
|
+
color?: string | undefined;
|
|
1244
1235
|
maxHeight?: string | number | undefined;
|
|
1245
1236
|
maxWidth?: string | number | undefined;
|
|
1246
1237
|
minHeight?: string | number | undefined;
|
|
1247
1238
|
minWidth?: string | number | undefined;
|
|
1239
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
1240
|
+
value?: any;
|
|
1241
|
+
loading?: string | boolean | undefined;
|
|
1242
|
+
text?: string | undefined;
|
|
1243
|
+
class?: any;
|
|
1244
|
+
icon?: boolean | IconValue | undefined;
|
|
1245
|
+
href?: string | undefined;
|
|
1248
1246
|
elevation?: string | number | undefined;
|
|
1249
|
-
|
|
1247
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
1248
|
+
theme?: string | undefined;
|
|
1249
|
+
rounded?: string | number | boolean | undefined;
|
|
1250
1250
|
baseColor?: string | undefined;
|
|
1251
1251
|
selectedClass?: string | undefined;
|
|
1252
1252
|
prependIcon?: IconValue | undefined;
|
|
@@ -1273,7 +1273,7 @@ declare const VTab: {
|
|
|
1273
1273
|
"onGroup:selected"?: ((val: {
|
|
1274
1274
|
value: boolean;
|
|
1275
1275
|
}) => any) | undefined;
|
|
1276
|
-
}, "symbol" | "
|
|
1276
|
+
}, "symbol" | "replace" | "flat" | "variant" | "exact" | "block" | "active" | "style" | "disabled" | "size" | "readonly" | "tag" | "rounded" | "tile" | "density" | "slim" | "stacked" | "ripple">;
|
|
1277
1277
|
$attrs: {
|
|
1278
1278
|
[x: string]: unknown;
|
|
1279
1279
|
};
|
|
@@ -1302,16 +1302,16 @@ declare const VTab: {
|
|
|
1302
1302
|
$el: any;
|
|
1303
1303
|
$options: vue.ComponentOptionsBase<{
|
|
1304
1304
|
symbol: any;
|
|
1305
|
-
flat: boolean;
|
|
1306
1305
|
replace: boolean;
|
|
1306
|
+
flat: boolean;
|
|
1307
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1308
|
+
exact: boolean;
|
|
1309
|
+
block: boolean;
|
|
1307
1310
|
style: vue.StyleValue;
|
|
1308
|
-
size: string | number;
|
|
1309
1311
|
disabled: boolean;
|
|
1310
|
-
|
|
1312
|
+
size: string | number;
|
|
1311
1313
|
readonly: boolean;
|
|
1312
|
-
|
|
1313
|
-
block: boolean;
|
|
1314
|
-
exact: boolean;
|
|
1314
|
+
tag: string;
|
|
1315
1315
|
tile: boolean;
|
|
1316
1316
|
density: Density;
|
|
1317
1317
|
slim: boolean;
|
|
@@ -1320,27 +1320,27 @@ declare const VTab: {
|
|
|
1320
1320
|
class: string;
|
|
1321
1321
|
} | undefined;
|
|
1322
1322
|
} & {
|
|
1323
|
-
|
|
1324
|
-
text?: string | undefined;
|
|
1325
|
-
value?: any;
|
|
1326
|
-
width?: string | number | undefined;
|
|
1323
|
+
location?: Anchor | undefined;
|
|
1327
1324
|
height?: string | number | undefined;
|
|
1325
|
+
width?: string | number | undefined;
|
|
1328
1326
|
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
1327
|
border?: string | number | boolean | undefined;
|
|
1336
|
-
|
|
1337
|
-
rounded?: string | number | boolean | undefined;
|
|
1328
|
+
color?: string | undefined;
|
|
1338
1329
|
maxHeight?: string | number | undefined;
|
|
1339
1330
|
maxWidth?: string | number | undefined;
|
|
1340
1331
|
minHeight?: string | number | undefined;
|
|
1341
1332
|
minWidth?: string | number | undefined;
|
|
1333
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
1334
|
+
value?: any;
|
|
1335
|
+
loading?: string | boolean | undefined;
|
|
1336
|
+
text?: string | undefined;
|
|
1337
|
+
class?: any;
|
|
1338
|
+
icon?: boolean | IconValue | undefined;
|
|
1339
|
+
href?: string | undefined;
|
|
1342
1340
|
elevation?: string | number | undefined;
|
|
1343
|
-
|
|
1341
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
1342
|
+
theme?: string | undefined;
|
|
1343
|
+
rounded?: string | number | boolean | undefined;
|
|
1344
1344
|
baseColor?: string | undefined;
|
|
1345
1345
|
selectedClass?: string | undefined;
|
|
1346
1346
|
prependIcon?: IconValue | undefined;
|
|
@@ -1375,18 +1375,18 @@ declare const VTab: {
|
|
|
1375
1375
|
}) => true;
|
|
1376
1376
|
}, string, {
|
|
1377
1377
|
symbol: any;
|
|
1378
|
-
flat: boolean;
|
|
1379
1378
|
replace: boolean;
|
|
1380
|
-
|
|
1381
|
-
|
|
1379
|
+
flat: boolean;
|
|
1380
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1381
|
+
exact: boolean;
|
|
1382
|
+
block: boolean;
|
|
1382
1383
|
active: boolean;
|
|
1384
|
+
style: vue.StyleValue;
|
|
1383
1385
|
disabled: boolean;
|
|
1384
|
-
|
|
1386
|
+
size: string | number;
|
|
1385
1387
|
readonly: boolean;
|
|
1388
|
+
tag: string;
|
|
1386
1389
|
rounded: string | number | boolean;
|
|
1387
|
-
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1388
|
-
block: boolean;
|
|
1389
|
-
exact: boolean;
|
|
1390
1390
|
tile: boolean;
|
|
1391
1391
|
density: Density;
|
|
1392
1392
|
slim: boolean;
|
|
@@ -1429,16 +1429,16 @@ declare const VTab: {
|
|
|
1429
1429
|
$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
1430
|
} & Omit<{
|
|
1431
1431
|
symbol: any;
|
|
1432
|
-
flat: boolean;
|
|
1433
1432
|
replace: boolean;
|
|
1433
|
+
flat: boolean;
|
|
1434
|
+
variant: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1435
|
+
exact: boolean;
|
|
1436
|
+
block: boolean;
|
|
1434
1437
|
style: vue.StyleValue;
|
|
1435
|
-
size: string | number;
|
|
1436
1438
|
disabled: boolean;
|
|
1437
|
-
|
|
1439
|
+
size: string | number;
|
|
1438
1440
|
readonly: boolean;
|
|
1439
|
-
|
|
1440
|
-
block: boolean;
|
|
1441
|
-
exact: boolean;
|
|
1441
|
+
tag: string;
|
|
1442
1442
|
tile: boolean;
|
|
1443
1443
|
density: Density;
|
|
1444
1444
|
slim: boolean;
|
|
@@ -1447,27 +1447,27 @@ declare const VTab: {
|
|
|
1447
1447
|
class: string;
|
|
1448
1448
|
} | undefined;
|
|
1449
1449
|
} & {
|
|
1450
|
-
|
|
1451
|
-
text?: string | undefined;
|
|
1452
|
-
value?: any;
|
|
1453
|
-
width?: string | number | undefined;
|
|
1450
|
+
location?: Anchor | undefined;
|
|
1454
1451
|
height?: string | number | undefined;
|
|
1452
|
+
width?: string | number | undefined;
|
|
1455
1453
|
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
1454
|
border?: string | number | boolean | undefined;
|
|
1463
|
-
|
|
1464
|
-
rounded?: string | number | boolean | undefined;
|
|
1455
|
+
color?: string | undefined;
|
|
1465
1456
|
maxHeight?: string | number | undefined;
|
|
1466
1457
|
maxWidth?: string | number | undefined;
|
|
1467
1458
|
minHeight?: string | number | undefined;
|
|
1468
1459
|
minWidth?: string | number | undefined;
|
|
1460
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
|
1461
|
+
value?: any;
|
|
1462
|
+
loading?: string | boolean | undefined;
|
|
1463
|
+
text?: string | undefined;
|
|
1464
|
+
class?: any;
|
|
1465
|
+
icon?: boolean | IconValue | undefined;
|
|
1466
|
+
href?: string | undefined;
|
|
1469
1467
|
elevation?: string | number | undefined;
|
|
1470
|
-
|
|
1468
|
+
to?: vue_router.RouteLocationRaw | undefined;
|
|
1469
|
+
theme?: string | undefined;
|
|
1470
|
+
rounded?: string | number | boolean | undefined;
|
|
1471
1471
|
baseColor?: string | undefined;
|
|
1472
1472
|
selectedClass?: string | undefined;
|
|
1473
1473
|
prependIcon?: IconValue | undefined;
|
|
@@ -1496,20 +1496,20 @@ declare const VTab: {
|
|
|
1496
1496
|
}) => any) | undefined;
|
|
1497
1497
|
}, "group"> & vue.ShallowUnwrapRef<{
|
|
1498
1498
|
group: GroupItemProvide | null;
|
|
1499
|
-
}> & {} & vue.ComponentCustomProperties & {}, "
|
|
1499
|
+
}> & {} & 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" | "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
1500
|
replace: boolean;
|
|
1501
1501
|
fixed: boolean;
|
|
1502
|
+
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
1503
|
+
exact: boolean;
|
|
1504
|
+
direction: "horizontal" | "vertical";
|
|
1502
1505
|
style: vue.StyleValue;
|
|
1503
|
-
size: string | number;
|
|
1504
1506
|
disabled: boolean;
|
|
1505
|
-
|
|
1507
|
+
size: string | number;
|
|
1506
1508
|
readonly: boolean;
|
|
1509
|
+
tag: string;
|
|
1507
1510
|
rounded: string | number | boolean;
|
|
1508
|
-
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
1509
|
-
exact: boolean;
|
|
1510
1511
|
tile: boolean;
|
|
1511
1512
|
density: Density;
|
|
1512
|
-
direction: "horizontal" | "vertical";
|
|
1513
1513
|
selectedClass: string;
|
|
1514
1514
|
slim: boolean;
|
|
1515
1515
|
stacked: boolean;
|
|
@@ -1532,60 +1532,60 @@ declare const VTab: {
|
|
|
1532
1532
|
}>[];
|
|
1533
1533
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
1534
1534
|
replace: BooleanConstructor;
|
|
1535
|
-
|
|
1535
|
+
variant: Omit<Omit<{
|
|
1536
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1537
|
+
default: string;
|
|
1538
|
+
validator: (v: any) => boolean;
|
|
1539
|
+
}, "type" | "default"> & {
|
|
1540
|
+
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
1541
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1542
|
+
}, "type" | "default"> & {
|
|
1543
|
+
type: PropType<NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>>;
|
|
1544
|
+
default: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
1545
|
+
};
|
|
1546
|
+
exact: BooleanConstructor;
|
|
1547
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
1548
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
1549
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
1550
|
+
color: StringConstructor;
|
|
1551
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
1552
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
1553
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
1554
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
1555
|
+
value: null;
|
|
1556
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
1536
1557
|
style: {
|
|
1537
1558
|
type: PropType<vue.StyleValue>;
|
|
1538
1559
|
default: null;
|
|
1539
1560
|
};
|
|
1561
|
+
text: StringConstructor;
|
|
1562
|
+
disabled: BooleanConstructor;
|
|
1540
1563
|
size: {
|
|
1541
1564
|
type: (StringConstructor | NumberConstructor)[];
|
|
1542
1565
|
default: string;
|
|
1543
1566
|
};
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
1547
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
1548
|
-
theme: StringConstructor;
|
|
1549
|
-
href: StringConstructor;
|
|
1550
|
-
color: StringConstructor;
|
|
1551
|
-
disabled: BooleanConstructor;
|
|
1567
|
+
readonly: BooleanConstructor;
|
|
1568
|
+
class: PropType<any>;
|
|
1552
1569
|
tag: Omit<{
|
|
1553
1570
|
type: StringConstructor;
|
|
1554
1571
|
default: string;
|
|
1555
|
-
}, "
|
|
1572
|
+
}, "type" | "default"> & {
|
|
1556
1573
|
type: PropType<string>;
|
|
1557
1574
|
default: string;
|
|
1558
1575
|
};
|
|
1559
|
-
loading: (StringConstructor | BooleanConstructor)[];
|
|
1560
1576
|
icon: PropType<boolean | IconValue>;
|
|
1577
|
+
href: StringConstructor;
|
|
1578
|
+
elevation: {
|
|
1579
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1580
|
+
validator(v: any): boolean;
|
|
1581
|
+
};
|
|
1561
1582
|
to: PropType<vue_router.RouteLocationRaw>;
|
|
1562
|
-
|
|
1563
|
-
readonly: BooleanConstructor;
|
|
1583
|
+
theme: StringConstructor;
|
|
1564
1584
|
rounded: {
|
|
1565
|
-
type: (StringConstructor |
|
|
1585
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
1566
1586
|
default: undefined;
|
|
1567
1587
|
};
|
|
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
1588
|
tile: BooleanConstructor;
|
|
1585
|
-
elevation: {
|
|
1586
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
1587
|
-
validator(v: any): boolean;
|
|
1588
|
-
};
|
|
1589
1589
|
density: {
|
|
1590
1590
|
type: PropType<Density>;
|
|
1591
1591
|
default: string;
|
|
@@ -1615,60 +1615,60 @@ declare const VTab: {
|
|
|
1615
1615
|
};
|
|
1616
1616
|
}, vue.ExtractPropTypes<{
|
|
1617
1617
|
replace: BooleanConstructor;
|
|
1618
|
-
|
|
1618
|
+
variant: Omit<Omit<{
|
|
1619
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1620
|
+
default: string;
|
|
1621
|
+
validator: (v: any) => boolean;
|
|
1622
|
+
}, "type" | "default"> & {
|
|
1623
|
+
type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
1624
|
+
default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
|
1625
|
+
}, "type" | "default"> & {
|
|
1626
|
+
type: PropType<NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>>;
|
|
1627
|
+
default: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
|
1628
|
+
};
|
|
1629
|
+
exact: BooleanConstructor;
|
|
1630
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
1631
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
1632
|
+
border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
1633
|
+
color: StringConstructor;
|
|
1634
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
1635
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
1636
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
|
1637
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
|
1638
|
+
value: null;
|
|
1639
|
+
loading: (StringConstructor | BooleanConstructor)[];
|
|
1619
1640
|
style: {
|
|
1620
1641
|
type: PropType<vue.StyleValue>;
|
|
1621
1642
|
default: null;
|
|
1622
1643
|
};
|
|
1644
|
+
text: StringConstructor;
|
|
1645
|
+
disabled: BooleanConstructor;
|
|
1623
1646
|
size: {
|
|
1624
1647
|
type: (StringConstructor | NumberConstructor)[];
|
|
1625
1648
|
default: string;
|
|
1626
1649
|
};
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
1630
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
1631
|
-
theme: StringConstructor;
|
|
1632
|
-
href: StringConstructor;
|
|
1633
|
-
color: StringConstructor;
|
|
1634
|
-
disabled: BooleanConstructor;
|
|
1650
|
+
readonly: BooleanConstructor;
|
|
1651
|
+
class: PropType<any>;
|
|
1635
1652
|
tag: Omit<{
|
|
1636
1653
|
type: StringConstructor;
|
|
1637
1654
|
default: string;
|
|
1638
|
-
}, "
|
|
1655
|
+
}, "type" | "default"> & {
|
|
1639
1656
|
type: PropType<string>;
|
|
1640
1657
|
default: string;
|
|
1641
1658
|
};
|
|
1642
|
-
loading: (StringConstructor | BooleanConstructor)[];
|
|
1643
1659
|
icon: PropType<boolean | IconValue>;
|
|
1660
|
+
href: StringConstructor;
|
|
1661
|
+
elevation: {
|
|
1662
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1663
|
+
validator(v: any): boolean;
|
|
1664
|
+
};
|
|
1644
1665
|
to: PropType<vue_router.RouteLocationRaw>;
|
|
1645
|
-
|
|
1646
|
-
readonly: BooleanConstructor;
|
|
1666
|
+
theme: StringConstructor;
|
|
1647
1667
|
rounded: {
|
|
1648
|
-
type: (StringConstructor |
|
|
1668
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
1649
1669
|
default: undefined;
|
|
1650
1670
|
};
|
|
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
1671
|
tile: BooleanConstructor;
|
|
1668
|
-
elevation: {
|
|
1669
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
1670
|
-
validator(v: any): boolean;
|
|
1671
|
-
};
|
|
1672
1672
|
density: {
|
|
1673
1673
|
type: PropType<Density>;
|
|
1674
1674
|
default: string;
|
|
@@ -1710,15 +1710,15 @@ type VTabsSlot = {
|
|
|
1710
1710
|
declare const VTabs: {
|
|
1711
1711
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
1712
1712
|
symbol: any;
|
|
1713
|
+
direction: "horizontal" | "vertical";
|
|
1713
1714
|
style: vue.StyleValue;
|
|
1715
|
+
mobile: NonNullable<boolean | null> | null;
|
|
1714
1716
|
disabled: boolean;
|
|
1717
|
+
multiple: boolean;
|
|
1715
1718
|
tag: string;
|
|
1716
|
-
mobile: NonNullable<boolean | null> | null;
|
|
1717
|
-
items: readonly TabItem[];
|
|
1718
1719
|
mandatory: NonNullable<boolean | "force">;
|
|
1719
|
-
|
|
1720
|
+
items: readonly TabItem[];
|
|
1720
1721
|
density: Density;
|
|
1721
|
-
direction: "horizontal" | "vertical";
|
|
1722
1722
|
selectedClass: string;
|
|
1723
1723
|
stacked: boolean;
|
|
1724
1724
|
centerActive: boolean;
|
|
@@ -1726,15 +1726,15 @@ declare const VTabs: {
|
|
|
1726
1726
|
prevIcon: IconValue;
|
|
1727
1727
|
grow: boolean;
|
|
1728
1728
|
hideSlider: boolean;
|
|
1729
|
-
alignTabs: "
|
|
1729
|
+
alignTabs: "center" | "end" | "start" | "title";
|
|
1730
1730
|
fixedTabs: boolean;
|
|
1731
1731
|
} & {
|
|
1732
|
-
|
|
1732
|
+
max?: number | undefined;
|
|
1733
1733
|
height?: string | number | undefined;
|
|
1734
1734
|
color?: string | undefined;
|
|
1735
|
+
class?: any;
|
|
1735
1736
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
1736
1737
|
modelValue?: any;
|
|
1737
|
-
max?: number | undefined;
|
|
1738
1738
|
bgColor?: string | undefined;
|
|
1739
1739
|
showArrows?: string | boolean | undefined;
|
|
1740
1740
|
sliderColor?: string | undefined;
|
|
@@ -1768,15 +1768,15 @@ declare const VTabs: {
|
|
|
1768
1768
|
'update:modelValue': (v: unknown) => boolean;
|
|
1769
1769
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
1770
1770
|
symbol: any;
|
|
1771
|
+
direction: "horizontal" | "vertical";
|
|
1771
1772
|
style: vue.StyleValue;
|
|
1773
|
+
mobile: NonNullable<boolean | null> | null;
|
|
1772
1774
|
disabled: boolean;
|
|
1775
|
+
multiple: boolean;
|
|
1773
1776
|
tag: string;
|
|
1774
|
-
mobile: NonNullable<boolean | null> | null;
|
|
1775
|
-
items: readonly TabItem[];
|
|
1776
1777
|
mandatory: NonNullable<boolean | "force">;
|
|
1777
|
-
|
|
1778
|
+
items: readonly TabItem[];
|
|
1778
1779
|
density: Density;
|
|
1779
|
-
direction: "horizontal" | "vertical";
|
|
1780
1780
|
selectedClass: string;
|
|
1781
1781
|
stacked: boolean;
|
|
1782
1782
|
centerActive: boolean;
|
|
@@ -1784,15 +1784,15 @@ declare const VTabs: {
|
|
|
1784
1784
|
prevIcon: IconValue;
|
|
1785
1785
|
grow: boolean;
|
|
1786
1786
|
hideSlider: boolean;
|
|
1787
|
-
alignTabs: "
|
|
1787
|
+
alignTabs: "center" | "end" | "start" | "title";
|
|
1788
1788
|
fixedTabs: boolean;
|
|
1789
1789
|
} & {
|
|
1790
|
-
|
|
1790
|
+
max?: number | undefined;
|
|
1791
1791
|
height?: string | number | undefined;
|
|
1792
1792
|
color?: string | undefined;
|
|
1793
|
+
class?: any;
|
|
1793
1794
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
1794
1795
|
modelValue?: any;
|
|
1795
|
-
max?: number | undefined;
|
|
1796
1796
|
bgColor?: string | undefined;
|
|
1797
1797
|
showArrows?: string | boolean | undefined;
|
|
1798
1798
|
sliderColor?: string | undefined;
|
|
@@ -1824,17 +1824,17 @@ declare const VTabs: {
|
|
|
1824
1824
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
|
1825
1825
|
}, {
|
|
1826
1826
|
symbol: any;
|
|
1827
|
-
style: vue.StyleValue;
|
|
1828
1827
|
height: string | number;
|
|
1828
|
+
direction: "horizontal" | "vertical";
|
|
1829
|
+
style: vue.StyleValue;
|
|
1830
|
+
mobile: NonNullable<boolean | null> | null;
|
|
1829
1831
|
disabled: boolean;
|
|
1832
|
+
multiple: boolean;
|
|
1830
1833
|
tag: string;
|
|
1831
|
-
|
|
1834
|
+
mandatory: NonNullable<boolean | "force">;
|
|
1832
1835
|
modelValue: any;
|
|
1833
1836
|
items: readonly TabItem[];
|
|
1834
|
-
mandatory: NonNullable<boolean | "force">;
|
|
1835
|
-
multiple: boolean;
|
|
1836
1837
|
density: Density;
|
|
1837
|
-
direction: "horizontal" | "vertical";
|
|
1838
1838
|
selectedClass: string;
|
|
1839
1839
|
stacked: boolean;
|
|
1840
1840
|
centerActive: boolean;
|
|
@@ -1842,7 +1842,7 @@ declare const VTabs: {
|
|
|
1842
1842
|
prevIcon: IconValue;
|
|
1843
1843
|
grow: boolean;
|
|
1844
1844
|
hideSlider: boolean;
|
|
1845
|
-
alignTabs: "
|
|
1845
|
+
alignTabs: "center" | "end" | "start" | "title";
|
|
1846
1846
|
fixedTabs: boolean;
|
|
1847
1847
|
}, true, {}, vue.SlotsType<Partial<{
|
|
1848
1848
|
[x: `tab.${string}`]: (arg: VTabsSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -1872,15 +1872,15 @@ declare const VTabs: {
|
|
|
1872
1872
|
Defaults: {};
|
|
1873
1873
|
}, {
|
|
1874
1874
|
symbol: any;
|
|
1875
|
+
direction: "horizontal" | "vertical";
|
|
1875
1876
|
style: vue.StyleValue;
|
|
1877
|
+
mobile: NonNullable<boolean | null> | null;
|
|
1876
1878
|
disabled: boolean;
|
|
1879
|
+
multiple: boolean;
|
|
1877
1880
|
tag: string;
|
|
1878
|
-
mobile: NonNullable<boolean | null> | null;
|
|
1879
|
-
items: readonly TabItem[];
|
|
1880
1881
|
mandatory: NonNullable<boolean | "force">;
|
|
1881
|
-
|
|
1882
|
+
items: readonly TabItem[];
|
|
1882
1883
|
density: Density;
|
|
1883
|
-
direction: "horizontal" | "vertical";
|
|
1884
1884
|
selectedClass: string;
|
|
1885
1885
|
stacked: boolean;
|
|
1886
1886
|
centerActive: boolean;
|
|
@@ -1888,15 +1888,15 @@ declare const VTabs: {
|
|
|
1888
1888
|
prevIcon: IconValue;
|
|
1889
1889
|
grow: boolean;
|
|
1890
1890
|
hideSlider: boolean;
|
|
1891
|
-
alignTabs: "
|
|
1891
|
+
alignTabs: "center" | "end" | "start" | "title";
|
|
1892
1892
|
fixedTabs: boolean;
|
|
1893
1893
|
} & {
|
|
1894
|
-
|
|
1894
|
+
max?: number | undefined;
|
|
1895
1895
|
height?: string | number | undefined;
|
|
1896
1896
|
color?: string | undefined;
|
|
1897
|
+
class?: any;
|
|
1897
1898
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
1898
1899
|
modelValue?: any;
|
|
1899
|
-
max?: number | undefined;
|
|
1900
1900
|
bgColor?: string | undefined;
|
|
1901
1901
|
showArrows?: string | boolean | undefined;
|
|
1902
1902
|
sliderColor?: string | undefined;
|
|
@@ -1928,17 +1928,17 @@ declare const VTabs: {
|
|
|
1928
1928
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
|
1929
1929
|
}, {}, {}, {}, {}, {
|
|
1930
1930
|
symbol: any;
|
|
1931
|
-
style: vue.StyleValue;
|
|
1932
1931
|
height: string | number;
|
|
1932
|
+
direction: "horizontal" | "vertical";
|
|
1933
|
+
style: vue.StyleValue;
|
|
1934
|
+
mobile: NonNullable<boolean | null> | null;
|
|
1933
1935
|
disabled: boolean;
|
|
1936
|
+
multiple: boolean;
|
|
1934
1937
|
tag: string;
|
|
1935
|
-
|
|
1938
|
+
mandatory: NonNullable<boolean | "force">;
|
|
1936
1939
|
modelValue: any;
|
|
1937
1940
|
items: readonly TabItem[];
|
|
1938
|
-
mandatory: NonNullable<boolean | "force">;
|
|
1939
|
-
multiple: boolean;
|
|
1940
1941
|
density: Density;
|
|
1941
|
-
direction: "horizontal" | "vertical";
|
|
1942
1942
|
selectedClass: string;
|
|
1943
1943
|
stacked: boolean;
|
|
1944
1944
|
centerActive: boolean;
|
|
@@ -1946,7 +1946,7 @@ declare const VTabs: {
|
|
|
1946
1946
|
prevIcon: IconValue;
|
|
1947
1947
|
grow: boolean;
|
|
1948
1948
|
hideSlider: boolean;
|
|
1949
|
-
alignTabs: "
|
|
1949
|
+
alignTabs: "center" | "end" | "start" | "title";
|
|
1950
1950
|
fixedTabs: boolean;
|
|
1951
1951
|
}>;
|
|
1952
1952
|
__isFragment?: undefined;
|
|
@@ -1954,15 +1954,15 @@ declare const VTabs: {
|
|
|
1954
1954
|
__isSuspense?: undefined;
|
|
1955
1955
|
} & vue.ComponentOptionsBase<{
|
|
1956
1956
|
symbol: any;
|
|
1957
|
+
direction: "horizontal" | "vertical";
|
|
1957
1958
|
style: vue.StyleValue;
|
|
1959
|
+
mobile: NonNullable<boolean | null> | null;
|
|
1958
1960
|
disabled: boolean;
|
|
1961
|
+
multiple: boolean;
|
|
1959
1962
|
tag: string;
|
|
1960
|
-
mobile: NonNullable<boolean | null> | null;
|
|
1961
|
-
items: readonly TabItem[];
|
|
1962
1963
|
mandatory: NonNullable<boolean | "force">;
|
|
1963
|
-
|
|
1964
|
+
items: readonly TabItem[];
|
|
1964
1965
|
density: Density;
|
|
1965
|
-
direction: "horizontal" | "vertical";
|
|
1966
1966
|
selectedClass: string;
|
|
1967
1967
|
stacked: boolean;
|
|
1968
1968
|
centerActive: boolean;
|
|
@@ -1970,15 +1970,15 @@ declare const VTabs: {
|
|
|
1970
1970
|
prevIcon: IconValue;
|
|
1971
1971
|
grow: boolean;
|
|
1972
1972
|
hideSlider: boolean;
|
|
1973
|
-
alignTabs: "
|
|
1973
|
+
alignTabs: "center" | "end" | "start" | "title";
|
|
1974
1974
|
fixedTabs: boolean;
|
|
1975
1975
|
} & {
|
|
1976
|
-
|
|
1976
|
+
max?: number | undefined;
|
|
1977
1977
|
height?: string | number | undefined;
|
|
1978
1978
|
color?: string | undefined;
|
|
1979
|
+
class?: any;
|
|
1979
1980
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
|
1980
1981
|
modelValue?: any;
|
|
1981
|
-
max?: number | undefined;
|
|
1982
1982
|
bgColor?: string | undefined;
|
|
1983
1983
|
showArrows?: string | boolean | undefined;
|
|
1984
1984
|
sliderColor?: string | undefined;
|
|
@@ -2012,17 +2012,17 @@ declare const VTabs: {
|
|
|
2012
2012
|
'update:modelValue': (v: unknown) => boolean;
|
|
2013
2013
|
}, string, {
|
|
2014
2014
|
symbol: any;
|
|
2015
|
-
style: vue.StyleValue;
|
|
2016
2015
|
height: string | number;
|
|
2016
|
+
direction: "horizontal" | "vertical";
|
|
2017
|
+
style: vue.StyleValue;
|
|
2018
|
+
mobile: NonNullable<boolean | null> | null;
|
|
2017
2019
|
disabled: boolean;
|
|
2020
|
+
multiple: boolean;
|
|
2018
2021
|
tag: string;
|
|
2019
|
-
|
|
2022
|
+
mandatory: NonNullable<boolean | "force">;
|
|
2020
2023
|
modelValue: any;
|
|
2021
2024
|
items: readonly TabItem[];
|
|
2022
|
-
mandatory: NonNullable<boolean | "force">;
|
|
2023
|
-
multiple: boolean;
|
|
2024
2025
|
density: Density;
|
|
2025
|
-
direction: "horizontal" | "vertical";
|
|
2026
2026
|
selectedClass: string;
|
|
2027
2027
|
stacked: boolean;
|
|
2028
2028
|
centerActive: boolean;
|
|
@@ -2030,7 +2030,7 @@ declare const VTabs: {
|
|
|
2030
2030
|
prevIcon: IconValue;
|
|
2031
2031
|
grow: boolean;
|
|
2032
2032
|
hideSlider: boolean;
|
|
2033
|
-
alignTabs: "
|
|
2033
|
+
alignTabs: "center" | "end" | "start" | "title";
|
|
2034
2034
|
fixedTabs: boolean;
|
|
2035
2035
|
}, {}, string, vue.SlotsType<Partial<{
|
|
2036
2036
|
[x: `tab.${string}`]: (arg: VTabsSlot) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -2074,7 +2074,7 @@ declare const VTabs: {
|
|
|
2074
2074
|
selectedClass: Omit<{
|
|
2075
2075
|
type: PropType<string>;
|
|
2076
2076
|
default: string;
|
|
2077
|
-
}, "
|
|
2077
|
+
}, "type" | "default"> & {
|
|
2078
2078
|
type: PropType<string>;
|
|
2079
2079
|
default: string;
|
|
2080
2080
|
};
|
|
@@ -2082,7 +2082,7 @@ declare const VTabs: {
|
|
|
2082
2082
|
mobile: Omit<{
|
|
2083
2083
|
type: PropType<boolean | null>;
|
|
2084
2084
|
default: boolean;
|
|
2085
|
-
}, "
|
|
2085
|
+
}, "type" | "default"> & {
|
|
2086
2086
|
type: PropType<NonNullable<boolean | null> | null>;
|
|
2087
2087
|
default: NonNullable<boolean | null> | null;
|
|
2088
2088
|
};
|
|
@@ -2114,7 +2114,7 @@ declare const VTabs: {
|
|
|
2114
2114
|
validator: (v: any) => boolean;
|
|
2115
2115
|
};
|
|
2116
2116
|
alignTabs: {
|
|
2117
|
-
type: PropType<"
|
|
2117
|
+
type: PropType<"center" | "end" | "start" | "title">;
|
|
2118
2118
|
default: string;
|
|
2119
2119
|
};
|
|
2120
2120
|
color: StringConstructor;
|
|
@@ -2155,7 +2155,7 @@ declare const VTabs: {
|
|
|
2155
2155
|
selectedClass: Omit<{
|
|
2156
2156
|
type: PropType<string>;
|
|
2157
2157
|
default: string;
|
|
2158
|
-
}, "
|
|
2158
|
+
}, "type" | "default"> & {
|
|
2159
2159
|
type: PropType<string>;
|
|
2160
2160
|
default: string;
|
|
2161
2161
|
};
|
|
@@ -2163,7 +2163,7 @@ declare const VTabs: {
|
|
|
2163
2163
|
mobile: Omit<{
|
|
2164
2164
|
type: PropType<boolean | null>;
|
|
2165
2165
|
default: boolean;
|
|
2166
|
-
}, "
|
|
2166
|
+
}, "type" | "default"> & {
|
|
2167
2167
|
type: PropType<NonNullable<boolean | null> | null>;
|
|
2168
2168
|
default: NonNullable<boolean | null> | null;
|
|
2169
2169
|
};
|
|
@@ -2195,7 +2195,7 @@ declare const VTabs: {
|
|
|
2195
2195
|
validator: (v: any) => boolean;
|
|
2196
2196
|
};
|
|
2197
2197
|
alignTabs: {
|
|
2198
|
-
type: PropType<"
|
|
2198
|
+
type: PropType<"center" | "end" | "start" | "title">;
|
|
2199
2199
|
default: string;
|
|
2200
2200
|
};
|
|
2201
2201
|
color: StringConstructor;
|
|
@@ -2219,10 +2219,10 @@ type VTabs = InstanceType<typeof VTabs>;
|
|
|
2219
2219
|
declare const VTabsWindow: {
|
|
2220
2220
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
2221
2221
|
reverse: boolean;
|
|
2222
|
+
direction: "horizontal" | "vertical";
|
|
2222
2223
|
style: vue.StyleValue;
|
|
2223
2224
|
disabled: boolean;
|
|
2224
2225
|
tag: string;
|
|
2225
|
-
direction: "horizontal" | "vertical";
|
|
2226
2226
|
selectedClass: string;
|
|
2227
2227
|
} & {
|
|
2228
2228
|
class?: any;
|
|
@@ -2243,10 +2243,10 @@ declare const VTabsWindow: {
|
|
|
2243
2243
|
'update:modelValue': (v: unknown) => boolean;
|
|
2244
2244
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
2245
2245
|
reverse: boolean;
|
|
2246
|
+
direction: "horizontal" | "vertical";
|
|
2246
2247
|
style: vue.StyleValue;
|
|
2247
2248
|
disabled: boolean;
|
|
2248
2249
|
tag: string;
|
|
2249
|
-
direction: "horizontal" | "vertical";
|
|
2250
2250
|
selectedClass: string;
|
|
2251
2251
|
} & {
|
|
2252
2252
|
class?: any;
|
|
@@ -2265,10 +2265,10 @@ declare const VTabsWindow: {
|
|
|
2265
2265
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
|
2266
2266
|
}, {
|
|
2267
2267
|
reverse: boolean;
|
|
2268
|
+
direction: "horizontal" | "vertical";
|
|
2268
2269
|
style: vue.StyleValue;
|
|
2269
2270
|
disabled: boolean;
|
|
2270
2271
|
tag: string;
|
|
2271
|
-
direction: "horizontal" | "vertical";
|
|
2272
2272
|
selectedClass: string;
|
|
2273
2273
|
}, true, {}, vue.SlotsType<Partial<{
|
|
2274
2274
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -2283,10 +2283,10 @@ declare const VTabsWindow: {
|
|
|
2283
2283
|
Defaults: {};
|
|
2284
2284
|
}, {
|
|
2285
2285
|
reverse: boolean;
|
|
2286
|
+
direction: "horizontal" | "vertical";
|
|
2286
2287
|
style: vue.StyleValue;
|
|
2287
2288
|
disabled: boolean;
|
|
2288
2289
|
tag: string;
|
|
2289
|
-
direction: "horizontal" | "vertical";
|
|
2290
2290
|
selectedClass: string;
|
|
2291
2291
|
} & {
|
|
2292
2292
|
class?: any;
|
|
@@ -2305,10 +2305,10 @@ declare const VTabsWindow: {
|
|
|
2305
2305
|
"onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
|
|
2306
2306
|
}, {}, {}, {}, {}, {
|
|
2307
2307
|
reverse: boolean;
|
|
2308
|
+
direction: "horizontal" | "vertical";
|
|
2308
2309
|
style: vue.StyleValue;
|
|
2309
2310
|
disabled: boolean;
|
|
2310
2311
|
tag: string;
|
|
2311
|
-
direction: "horizontal" | "vertical";
|
|
2312
2312
|
selectedClass: string;
|
|
2313
2313
|
}>;
|
|
2314
2314
|
__isFragment?: undefined;
|
|
@@ -2316,10 +2316,10 @@ declare const VTabsWindow: {
|
|
|
2316
2316
|
__isSuspense?: undefined;
|
|
2317
2317
|
} & vue.ComponentOptionsBase<{
|
|
2318
2318
|
reverse: boolean;
|
|
2319
|
+
direction: "horizontal" | "vertical";
|
|
2319
2320
|
style: vue.StyleValue;
|
|
2320
2321
|
disabled: boolean;
|
|
2321
2322
|
tag: string;
|
|
2322
|
-
direction: "horizontal" | "vertical";
|
|
2323
2323
|
selectedClass: string;
|
|
2324
2324
|
} & {
|
|
2325
2325
|
class?: any;
|
|
@@ -2340,10 +2340,10 @@ declare const VTabsWindow: {
|
|
|
2340
2340
|
'update:modelValue': (v: unknown) => boolean;
|
|
2341
2341
|
}, string, {
|
|
2342
2342
|
reverse: boolean;
|
|
2343
|
+
direction: "horizontal" | "vertical";
|
|
2343
2344
|
style: vue.StyleValue;
|
|
2344
2345
|
disabled: boolean;
|
|
2345
2346
|
tag: string;
|
|
2346
|
-
direction: "horizontal" | "vertical";
|
|
2347
2347
|
selectedClass: string;
|
|
2348
2348
|
}, {}, string, vue.SlotsType<Partial<{
|
|
2349
2349
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -2351,44 +2351,44 @@ declare const VTabsWindow: {
|
|
|
2351
2351
|
}>[];
|
|
2352
2352
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
|
2353
2353
|
reverse: BooleanConstructor;
|
|
2354
|
-
|
|
2354
|
+
direction: {
|
|
2355
|
+
type: vue.PropType<"horizontal" | "vertical">;
|
|
2356
|
+
default: string;
|
|
2357
|
+
};
|
|
2355
2358
|
style: {
|
|
2356
2359
|
type: vue.PropType<vue.StyleValue>;
|
|
2357
2360
|
default: null;
|
|
2358
2361
|
};
|
|
2359
|
-
theme: StringConstructor;
|
|
2360
2362
|
disabled: BooleanConstructor;
|
|
2363
|
+
class: vue.PropType<any>;
|
|
2361
2364
|
tag: {
|
|
2362
2365
|
type: StringConstructor;
|
|
2363
2366
|
default: string;
|
|
2364
2367
|
};
|
|
2368
|
+
theme: StringConstructor;
|
|
2365
2369
|
modelValue: null;
|
|
2366
|
-
direction: {
|
|
2367
|
-
type: vue.PropType<"horizontal" | "vertical">;
|
|
2368
|
-
default: string;
|
|
2369
|
-
};
|
|
2370
2370
|
selectedClass: {
|
|
2371
2371
|
type: StringConstructor;
|
|
2372
2372
|
default: string;
|
|
2373
2373
|
};
|
|
2374
2374
|
}, vue.ExtractPropTypes<{
|
|
2375
2375
|
reverse: BooleanConstructor;
|
|
2376
|
-
|
|
2376
|
+
direction: {
|
|
2377
|
+
type: vue.PropType<"horizontal" | "vertical">;
|
|
2378
|
+
default: string;
|
|
2379
|
+
};
|
|
2377
2380
|
style: {
|
|
2378
2381
|
type: vue.PropType<vue.StyleValue>;
|
|
2379
2382
|
default: null;
|
|
2380
2383
|
};
|
|
2381
|
-
theme: StringConstructor;
|
|
2382
2384
|
disabled: BooleanConstructor;
|
|
2385
|
+
class: vue.PropType<any>;
|
|
2383
2386
|
tag: {
|
|
2384
2387
|
type: StringConstructor;
|
|
2385
2388
|
default: string;
|
|
2386
2389
|
};
|
|
2390
|
+
theme: StringConstructor;
|
|
2387
2391
|
modelValue: null;
|
|
2388
|
-
direction: {
|
|
2389
|
-
type: vue.PropType<"horizontal" | "vertical">;
|
|
2390
|
-
default: string;
|
|
2391
|
-
};
|
|
2392
2392
|
selectedClass: {
|
|
2393
2393
|
type: StringConstructor;
|
|
2394
2394
|
default: string;
|
|
@@ -2399,12 +2399,12 @@ type VTabsWindow = InstanceType<typeof VTabsWindow>;
|
|
|
2399
2399
|
declare const VTabsWindowItem: {
|
|
2400
2400
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
|
2401
2401
|
style: vue.StyleValue;
|
|
2402
|
-
disabled: boolean;
|
|
2403
2402
|
eager: boolean;
|
|
2403
|
+
disabled: boolean;
|
|
2404
2404
|
} & {
|
|
2405
|
-
class?: any;
|
|
2406
|
-
value?: any;
|
|
2407
2405
|
transition?: string | boolean | undefined;
|
|
2406
|
+
value?: any;
|
|
2407
|
+
class?: any;
|
|
2408
2408
|
selectedClass?: string | undefined;
|
|
2409
2409
|
reverseTransition?: string | boolean | undefined;
|
|
2410
2410
|
} & {
|
|
@@ -2418,12 +2418,12 @@ declare const VTabsWindowItem: {
|
|
|
2418
2418
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
2419
2419
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
2420
2420
|
style: vue.StyleValue;
|
|
2421
|
-
disabled: boolean;
|
|
2422
2421
|
eager: boolean;
|
|
2422
|
+
disabled: boolean;
|
|
2423
2423
|
} & {
|
|
2424
|
-
class?: any;
|
|
2425
|
-
value?: any;
|
|
2426
2424
|
transition?: string | boolean | undefined;
|
|
2425
|
+
value?: any;
|
|
2426
|
+
class?: any;
|
|
2427
2427
|
selectedClass?: string | undefined;
|
|
2428
2428
|
reverseTransition?: string | boolean | undefined;
|
|
2429
2429
|
} & {
|
|
@@ -2436,10 +2436,10 @@ declare const VTabsWindowItem: {
|
|
|
2436
2436
|
} & {
|
|
2437
2437
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
2438
2438
|
}, {
|
|
2439
|
-
style: vue.StyleValue;
|
|
2440
|
-
disabled: boolean;
|
|
2441
2439
|
transition: string | boolean;
|
|
2440
|
+
style: vue.StyleValue;
|
|
2442
2441
|
eager: boolean;
|
|
2442
|
+
disabled: boolean;
|
|
2443
2443
|
reverseTransition: string | boolean;
|
|
2444
2444
|
}, true, {}, vue.SlotsType<Partial<{
|
|
2445
2445
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
@@ -2454,12 +2454,12 @@ declare const VTabsWindowItem: {
|
|
|
2454
2454
|
Defaults: {};
|
|
2455
2455
|
}, {
|
|
2456
2456
|
style: vue.StyleValue;
|
|
2457
|
-
disabled: boolean;
|
|
2458
2457
|
eager: boolean;
|
|
2458
|
+
disabled: boolean;
|
|
2459
2459
|
} & {
|
|
2460
|
-
class?: any;
|
|
2461
|
-
value?: any;
|
|
2462
2460
|
transition?: string | boolean | undefined;
|
|
2461
|
+
value?: any;
|
|
2462
|
+
class?: any;
|
|
2463
2463
|
selectedClass?: string | undefined;
|
|
2464
2464
|
reverseTransition?: string | boolean | undefined;
|
|
2465
2465
|
} & {
|
|
@@ -2472,10 +2472,10 @@ declare const VTabsWindowItem: {
|
|
|
2472
2472
|
} & {
|
|
2473
2473
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
2474
2474
|
}, {}, {}, {}, {}, {
|
|
2475
|
-
style: vue.StyleValue;
|
|
2476
|
-
disabled: boolean;
|
|
2477
2475
|
transition: string | boolean;
|
|
2476
|
+
style: vue.StyleValue;
|
|
2478
2477
|
eager: boolean;
|
|
2478
|
+
disabled: boolean;
|
|
2479
2479
|
reverseTransition: string | boolean;
|
|
2480
2480
|
}>;
|
|
2481
2481
|
__isFragment?: undefined;
|
|
@@ -2483,12 +2483,12 @@ declare const VTabsWindowItem: {
|
|
|
2483
2483
|
__isSuspense?: undefined;
|
|
2484
2484
|
} & vue.ComponentOptionsBase<{
|
|
2485
2485
|
style: vue.StyleValue;
|
|
2486
|
-
disabled: boolean;
|
|
2487
2486
|
eager: boolean;
|
|
2487
|
+
disabled: boolean;
|
|
2488
2488
|
} & {
|
|
2489
|
-
class?: any;
|
|
2490
|
-
value?: any;
|
|
2491
2489
|
transition?: string | boolean | undefined;
|
|
2490
|
+
value?: any;
|
|
2491
|
+
class?: any;
|
|
2492
2492
|
selectedClass?: string | undefined;
|
|
2493
2493
|
reverseTransition?: string | boolean | undefined;
|
|
2494
2494
|
} & {
|
|
@@ -2501,10 +2501,10 @@ declare const VTabsWindowItem: {
|
|
|
2501
2501
|
} & {
|
|
2502
2502
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
|
2503
2503
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
|
2504
|
-
style: vue.StyleValue;
|
|
2505
|
-
disabled: boolean;
|
|
2506
2504
|
transition: string | boolean;
|
|
2505
|
+
style: vue.StyleValue;
|
|
2507
2506
|
eager: boolean;
|
|
2507
|
+
disabled: boolean;
|
|
2508
2508
|
reverseTransition: string | boolean;
|
|
2509
2509
|
}, {}, string, vue.SlotsType<Partial<{
|
|
2510
2510
|
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|