@vuetify/nightly 3.6.13-3.7.0-beta.0.0-pr-20092.a834b18 → 3.6.13-pr-20185.5bf1ff4
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 +125 -273
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +118 -118
- package/dist/json/tags.json +5 -42
- package/dist/json/web-types.json +239 -610
- package/dist/vuetify-labs.css +3046 -2341
- package/dist/vuetify-labs.d.ts +368 -697
- package/dist/vuetify-labs.esm.js +239 -241
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +239 -241
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1273 -568
- package/dist/vuetify.d.ts +342 -605
- package/dist/vuetify.esm.js +100 -160
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +100 -160
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1038 -1037
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +5 -1
- package/lib/components/VAppBar/index.d.mts +0 -6
- package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +8 -15
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +42 -61
- package/lib/components/VAvatar/VAvatar.css +2 -7
- package/lib/components/VAvatar/VAvatar.mjs +2 -7
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +0 -1
- package/lib/components/VAvatar/_variables.scss +0 -13
- package/lib/components/VAvatar/index.d.mts +0 -6
- package/lib/components/VBadge/VBadge.css +2 -0
- package/lib/components/VBanner/VBanner.css +12 -4
- package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
- package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
- package/lib/components/VBreadcrumbs/index.d.mts +8 -8
- package/lib/components/VBtn/VBtn.css +16 -9
- package/lib/components/VBtn/VBtn.mjs +2 -4
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtn/index.d.mts +0 -6
- package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
- package/lib/components/VCard/VCard.css +9 -1
- package/lib/components/VCarousel/VCarousel.css +2 -0
- package/lib/components/VCarousel/index.d.mts +0 -9
- package/lib/components/VCheckbox/index.d.mts +6 -6
- package/lib/components/VChip/VChip.css +15 -9
- package/lib/components/VChip/VChip.sass +1 -1
- 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/VCombobox/VCombobox.css +4 -0
- package/lib/components/VCombobox/VCombobox.mjs +8 -15
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +42 -61
- package/lib/components/VDataTable/composables/options.mjs +1 -1
- package/lib/components/VDataTable/composables/options.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.css +5 -0
- package/lib/components/VDialog/index.d.mts +3 -3
- package/lib/components/VDivider/VDivider.css +2 -0
- package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +2 -7
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +0 -72
- package/lib/components/VFab/index.d.mts +0 -6
- package/lib/components/VField/VField.css +13 -1
- package/lib/components/VField/VField.sass +5 -8
- package/lib/components/VFileInput/index.d.mts +18 -18
- 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 +3 -3
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VContainer.mjs +1 -6
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/VGrid.sass +1 -1
- package/lib/components/VGrid/_mixins.sass +4 -4
- package/lib/components/VGrid/index.d.mts +0 -36
- package/lib/components/VImg/VImg.css +6 -9
- package/lib/components/VImg/VImg.mjs +0 -2
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +0 -9
- package/lib/components/VImg/index.d.mts +0 -9
- package/lib/components/VInput/index.d.mts +6 -6
- package/lib/components/VKbd/VKbd.css +2 -0
- package/lib/components/VList/VList.css +12 -4
- package/lib/components/VList/VListItem.css +23 -13
- package/lib/components/VList/VListItem.mjs +1 -3
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +2 -2
- package/lib/components/VList/index.d.mts +18 -19
- package/lib/components/VMain/VMain.css +2 -0
- package/lib/components/VMenu/VMenu.css +6 -0
- package/lib/components/VMenu/VMenu.mjs +8 -26
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +15 -30
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
- package/lib/components/VOtpInput/VOtpInput.css +3 -1
- package/lib/components/VOtpInput/VOtpInput.sass +1 -2
- package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
- package/lib/components/VOverlay/VOverlay.mjs +4 -5
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +2 -3
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.mts +6 -6
- package/lib/components/VRangeSlider/index.d.mts +6 -6
- package/lib/components/VSelect/VSelect.css +4 -0
- package/lib/components/VSelect/VSelect.mjs +13 -15
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +42 -61
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
- package/lib/components/VSheet/VSheet.css +12 -4
- 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/VSlideGroup/VSlideGroup.mjs +1 -3
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +0 -6
- package/lib/components/VSlider/VSliderThumb.sass +2 -2
- package/lib/components/VSlider/index.d.mts +6 -6
- 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 +3 -3
- package/lib/components/VSpeedDial/index.d.mts +13 -28
- 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/VSwitch/VSwitch.css +2 -0
- package/lib/components/VSwitch/VSwitch.sass +10 -10
- package/lib/components/VSwitch/index.d.mts +6 -6
- package/lib/components/VSystemBar/VSystemBar.css +14 -8
- package/lib/components/VTable/VTable.css +8 -4
- package/lib/components/VTable/VTable.sass +2 -3
- package/lib/components/VTabs/index.d.mts +3 -21
- package/lib/components/VTextField/index.d.mts +18 -18
- package/lib/components/VTextarea/index.d.mts +18 -18
- package/lib/components/VTimeline/VTimeline.css +2 -0
- package/lib/components/VToolbar/VToolbar.css +21 -7
- package/lib/components/VToolbar/VToolbar.sass +1 -2
- package/lib/components/VTooltip/index.d.mts +3 -3
- package/lib/components/VTreeview/VTreeview.sass +9 -9
- package/lib/components/VValidation/index.d.mts +8 -9
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +0 -2
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +0 -3
- package/lib/components/index.d.mts +302 -565
- package/lib/composables/nested/nested.mjs +3 -3
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +2 -4
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +5 -5
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/validation.mjs +6 -8
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/virtual.mjs +0 -1
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +40 -40
- package/lib/labs/VDateInput/index.d.mts +6 -6
- package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +23 -14
- package/lib/labs/VPicker/VPicker.css +6 -2
- package/lib/labs/VPicker/VPicker.sass +2 -3
- package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
- package/lib/labs/VStepperVertical/index.d.mts +0 -36
- package/lib/labs/VTreeview/VTreeview.mjs +5 -7
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +10 -33
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +74 -14
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +5 -2
- package/lib/labs/VTreeview/index.d.mts +60 -77
- package/lib/labs/components.d.mts +92 -136
- 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/lib/util/helpers.mjs +0 -5
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
- package/lib/styles/tools/_sheet.sass +0 -14
@@ -93,7 +93,7 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
|
|
93
93
|
declare const VSpeedDial: {
|
94
94
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
95
95
|
offset: NonNullable<string | number | number[] | undefined>;
|
96
|
-
location: NonNullable<
|
96
|
+
location: NonNullable<Anchor>;
|
97
97
|
origin: "auto" | Anchor | "overlap";
|
98
98
|
minWidth: NonNullable<string | number>;
|
99
99
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -120,7 +120,6 @@ declare const VSpeedDial: {
|
|
120
120
|
noClickAnimation: boolean;
|
121
121
|
persistent: boolean;
|
122
122
|
scrim: NonNullable<string | boolean>;
|
123
|
-
submenu: boolean;
|
124
123
|
} & {
|
125
124
|
id?: string | undefined;
|
126
125
|
height?: string | number | undefined;
|
@@ -176,7 +175,7 @@ declare const VSpeedDial: {
|
|
176
175
|
'update:modelValue': (value: boolean) => boolean;
|
177
176
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
178
177
|
offset: NonNullable<string | number | number[] | undefined>;
|
179
|
-
location: NonNullable<
|
178
|
+
location: NonNullable<Anchor>;
|
180
179
|
origin: "auto" | Anchor | "overlap";
|
181
180
|
minWidth: NonNullable<string | number>;
|
182
181
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -203,7 +202,6 @@ declare const VSpeedDial: {
|
|
203
202
|
noClickAnimation: boolean;
|
204
203
|
persistent: boolean;
|
205
204
|
scrim: NonNullable<string | boolean>;
|
206
|
-
submenu: boolean;
|
207
205
|
} & {
|
208
206
|
id?: string | undefined;
|
209
207
|
height?: string | number | undefined;
|
@@ -257,7 +255,7 @@ declare const VSpeedDial: {
|
|
257
255
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
258
256
|
}, {
|
259
257
|
offset: NonNullable<string | number | number[] | undefined>;
|
260
|
-
location: NonNullable<
|
258
|
+
location: NonNullable<Anchor>;
|
261
259
|
origin: "auto" | Anchor | "overlap";
|
262
260
|
minWidth: NonNullable<string | number>;
|
263
261
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -286,7 +284,6 @@ declare const VSpeedDial: {
|
|
286
284
|
noClickAnimation: boolean;
|
287
285
|
persistent: boolean;
|
288
286
|
scrim: NonNullable<string | boolean>;
|
289
|
-
submenu: boolean;
|
290
287
|
}, true, {}, vue.SlotsType<Partial<{
|
291
288
|
default: (arg: {
|
292
289
|
isActive: vue.Ref<boolean>;
|
@@ -309,7 +306,7 @@ declare const VSpeedDial: {
|
|
309
306
|
Defaults: {};
|
310
307
|
}, {
|
311
308
|
offset: NonNullable<string | number | number[] | undefined>;
|
312
|
-
location: NonNullable<
|
309
|
+
location: NonNullable<Anchor>;
|
313
310
|
origin: "auto" | Anchor | "overlap";
|
314
311
|
minWidth: NonNullable<string | number>;
|
315
312
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -336,7 +333,6 @@ declare const VSpeedDial: {
|
|
336
333
|
noClickAnimation: boolean;
|
337
334
|
persistent: boolean;
|
338
335
|
scrim: NonNullable<string | boolean>;
|
339
|
-
submenu: boolean;
|
340
336
|
} & {
|
341
337
|
id?: string | undefined;
|
342
338
|
height?: string | number | undefined;
|
@@ -390,7 +386,7 @@ declare const VSpeedDial: {
|
|
390
386
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
391
387
|
}, {}, {}, {}, {}, {
|
392
388
|
offset: NonNullable<string | number | number[] | undefined>;
|
393
|
-
location: NonNullable<
|
389
|
+
location: NonNullable<Anchor>;
|
394
390
|
origin: "auto" | Anchor | "overlap";
|
395
391
|
minWidth: NonNullable<string | number>;
|
396
392
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -419,14 +415,13 @@ declare const VSpeedDial: {
|
|
419
415
|
noClickAnimation: boolean;
|
420
416
|
persistent: boolean;
|
421
417
|
scrim: NonNullable<string | boolean>;
|
422
|
-
submenu: boolean;
|
423
418
|
}>;
|
424
419
|
__isFragment?: undefined;
|
425
420
|
__isTeleport?: undefined;
|
426
421
|
__isSuspense?: undefined;
|
427
422
|
} & vue.ComponentOptionsBase<{
|
428
423
|
offset: NonNullable<string | number | number[] | undefined>;
|
429
|
-
location: NonNullable<
|
424
|
+
location: NonNullable<Anchor>;
|
430
425
|
origin: "auto" | Anchor | "overlap";
|
431
426
|
minWidth: NonNullable<string | number>;
|
432
427
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -453,7 +448,6 @@ declare const VSpeedDial: {
|
|
453
448
|
noClickAnimation: boolean;
|
454
449
|
persistent: boolean;
|
455
450
|
scrim: NonNullable<string | boolean>;
|
456
|
-
submenu: boolean;
|
457
451
|
} & {
|
458
452
|
id?: string | undefined;
|
459
453
|
height?: string | number | undefined;
|
@@ -509,7 +503,7 @@ declare const VSpeedDial: {
|
|
509
503
|
'update:modelValue': (value: boolean) => boolean;
|
510
504
|
}, string, {
|
511
505
|
offset: NonNullable<string | number | number[] | undefined>;
|
512
|
-
location: NonNullable<
|
506
|
+
location: NonNullable<Anchor>;
|
513
507
|
origin: "auto" | Anchor | "overlap";
|
514
508
|
minWidth: NonNullable<string | number>;
|
515
509
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -538,7 +532,6 @@ declare const VSpeedDial: {
|
|
538
532
|
noClickAnimation: boolean;
|
539
533
|
persistent: boolean;
|
540
534
|
scrim: NonNullable<string | boolean>;
|
541
|
-
submenu: boolean;
|
542
535
|
}, {}, string, vue.SlotsType<Partial<{
|
543
536
|
default: (arg: {
|
544
537
|
isActive: vue.Ref<boolean>;
|
@@ -557,15 +550,12 @@ declare const VSpeedDial: {
|
|
557
550
|
type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
|
558
551
|
default: NonNullable<string | number | number[] | undefined>;
|
559
552
|
};
|
560
|
-
location: Omit<
|
553
|
+
location: Omit<{
|
561
554
|
type: vue.PropType<Anchor>;
|
562
555
|
default: string;
|
563
556
|
}, "type" | "default"> & {
|
564
|
-
type: vue.PropType<NonNullable<Anchor
|
565
|
-
default: NonNullable<Anchor
|
566
|
-
}, "type" | "default"> & {
|
567
|
-
type: vue.PropType<NonNullable<NonNullable<Anchor> | undefined>>;
|
568
|
-
default: NonNullable<NonNullable<Anchor> | undefined>;
|
557
|
+
type: vue.PropType<NonNullable<Anchor>>;
|
558
|
+
default: NonNullable<Anchor>;
|
569
559
|
};
|
570
560
|
origin: {
|
571
561
|
type: vue.PropType<"auto" | Anchor | "overlap">;
|
@@ -696,21 +686,17 @@ declare const VSpeedDial: {
|
|
696
686
|
};
|
697
687
|
attach: vue.PropType<string | boolean | Element>;
|
698
688
|
id: StringConstructor;
|
699
|
-
submenu: BooleanConstructor;
|
700
689
|
}, vue.ExtractPropTypes<{
|
701
690
|
offset: {
|
702
691
|
type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
|
703
692
|
default: NonNullable<string | number | number[] | undefined>;
|
704
693
|
};
|
705
|
-
location: Omit<
|
694
|
+
location: Omit<{
|
706
695
|
type: vue.PropType<Anchor>;
|
707
696
|
default: string;
|
708
697
|
}, "type" | "default"> & {
|
709
|
-
type: vue.PropType<NonNullable<Anchor
|
710
|
-
default: NonNullable<Anchor
|
711
|
-
}, "type" | "default"> & {
|
712
|
-
type: vue.PropType<NonNullable<NonNullable<Anchor> | undefined>>;
|
713
|
-
default: NonNullable<NonNullable<Anchor> | undefined>;
|
698
|
+
type: vue.PropType<NonNullable<Anchor>>;
|
699
|
+
default: NonNullable<Anchor>;
|
714
700
|
};
|
715
701
|
origin: {
|
716
702
|
type: vue.PropType<"auto" | Anchor | "overlap">;
|
@@ -841,7 +827,6 @@ declare const VSpeedDial: {
|
|
841
827
|
};
|
842
828
|
attach: vue.PropType<string | boolean | Element>;
|
843
829
|
id: StringConstructor;
|
844
|
-
submenu: BooleanConstructor;
|
845
830
|
}>>;
|
846
831
|
type VSpeedDial = InstanceType<typeof VSpeedDial>;
|
847
832
|
|
@@ -1,14 +1,17 @@
|
|
1
|
+
.v-stepper.v-sheet {
|
2
|
+
overflow: hidden;
|
3
|
+
}
|
1
4
|
.v-stepper.v-sheet {
|
2
5
|
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
6
|
+
}
|
7
|
+
.v-stepper.v-sheet {
|
3
8
|
border-radius: 4px;
|
4
|
-
overflow: hidden;
|
5
9
|
}
|
6
10
|
.v-stepper.v-sheet.v-stepper--flat {
|
7
11
|
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
8
12
|
}
|
9
13
|
|
10
14
|
.v-stepper-header {
|
11
|
-
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
12
15
|
align-items: center;
|
13
16
|
display: flex;
|
14
17
|
position: relative;
|
@@ -16,6 +19,9 @@
|
|
16
19
|
justify-content: space-between;
|
17
20
|
z-index: 1;
|
18
21
|
}
|
22
|
+
.v-stepper-header {
|
23
|
+
box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
24
|
+
}
|
19
25
|
.v-stepper-header .v-divider {
|
20
26
|
margin: 0 -16px;
|
21
27
|
}
|
@@ -4,23 +4,21 @@
|
|
4
4
|
|
5
5
|
@include tools.layer('components')
|
6
6
|
.v-stepper.v-sheet
|
7
|
+
overflow: hidden
|
7
8
|
@include tools.elevation($stepper-elevation)
|
8
9
|
@include tools.rounded($stepper-border-radius)
|
9
10
|
|
10
|
-
overflow: hidden
|
11
|
-
|
12
11
|
&.v-stepper--flat
|
13
12
|
@include tools.elevation(0)
|
14
13
|
|
15
14
|
.v-stepper-header
|
16
|
-
@include tools.elevation($stepper-header-elevation)
|
17
|
-
|
18
15
|
align-items: center
|
19
16
|
display: flex
|
20
17
|
position: relative
|
21
18
|
overflow-x: auto
|
22
19
|
justify-content: space-between
|
23
20
|
z-index: 1
|
21
|
+
@include tools.elevation($stepper-header-elevation)
|
24
22
|
|
25
23
|
.v-divider
|
26
24
|
margin: $stepper-header-divider-margin
|
@@ -106,6 +106,10 @@
|
|
106
106
|
transition: opacity 0.2s ease-in-out;
|
107
107
|
}
|
108
108
|
|
109
|
+
.v-stepper-item__overlay,
|
110
|
+
.v-stepper-item__underlay {
|
111
|
+
pointer-events: none;
|
112
|
+
}
|
109
113
|
.v-stepper-item__overlay,
|
110
114
|
.v-stepper-item__underlay {
|
111
115
|
position: absolute;
|
@@ -113,5 +117,4 @@
|
|
113
117
|
left: 0;
|
114
118
|
width: 100%;
|
115
119
|
height: 100%;
|
116
|
-
pointer-events: none;
|
117
120
|
}
|
@@ -74,6 +74,8 @@
|
|
74
74
|
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
75
75
|
background: rgb(var(--v-theme-surface-variant));
|
76
76
|
color: rgb(var(--v-theme-on-surface-variant));
|
77
|
+
}
|
78
|
+
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
77
79
|
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
78
80
|
}
|
79
81
|
.v-switch--inset .v-switch__thumb {
|
@@ -101,20 +101,20 @@
|
|
101
101
|
.v-selection-control__input
|
102
102
|
border-radius: 50%
|
103
103
|
transition: $switch-control-input-transition
|
104
|
-
|
104
|
+
position: absolute
|
105
|
+
@include tools.ltr()
|
105
106
|
transform: translateX(-$switch-thumb-transform)
|
106
|
-
|
107
|
+
@include tools.rtl()
|
107
108
|
transform: translateX($switch-thumb-transform)
|
108
|
-
position: absolute
|
109
109
|
|
110
110
|
.v-icon
|
111
111
|
position: absolute
|
112
112
|
|
113
113
|
.v-selection-control--dirty
|
114
114
|
.v-selection-control__input
|
115
|
-
|
115
|
+
@include tools.ltr()
|
116
116
|
transform: translateX($switch-thumb-transform)
|
117
|
-
|
117
|
+
@include tools.rtl()
|
118
118
|
transform: translateX(-$switch-thumb-transform)
|
119
119
|
|
120
120
|
&.v-switch--indeterminate
|
@@ -134,11 +134,11 @@
|
|
134
134
|
|
135
135
|
.v-selection-control__wrapper
|
136
136
|
transform: $switch-thumb-vertical-transform
|
137
|
-
|
137
|
+
|
138
138
|
@media (forced-colors: active)
|
139
139
|
.v-switch
|
140
140
|
.v-switch__loader
|
141
|
-
.v-progress-circular
|
141
|
+
.v-progress-circular
|
142
142
|
color: currentColor
|
143
143
|
|
144
144
|
.v-switch__thumb
|
@@ -146,13 +146,13 @@
|
|
146
146
|
|
147
147
|
.v-switch__track,
|
148
148
|
.v-switch__thumb
|
149
|
-
border: 1px solid
|
149
|
+
border: 1px solid
|
150
150
|
color: buttontext
|
151
151
|
|
152
152
|
&:not(.v-switch--loading):not(.v-input--disabled)
|
153
153
|
.v-selection-control--dirty
|
154
154
|
.v-switch__thumb
|
155
|
-
background-color: highlight
|
155
|
+
background-color: highlight
|
156
156
|
|
157
157
|
&:not(.v-input--disabled)
|
158
158
|
.v-selection-control--dirty
|
@@ -188,4 +188,4 @@
|
|
188
188
|
&.v-switch--inset,
|
189
189
|
&.v-switch--indeterminate
|
190
190
|
.v-switch__thumb
|
191
|
-
border-width: 0
|
191
|
+
border-width: 0
|
@@ -147,7 +147,7 @@ declare const VSwitch: {
|
|
147
147
|
class?: any;
|
148
148
|
theme?: string | undefined;
|
149
149
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
150
|
-
validateOn?:
|
150
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
151
151
|
validationValue?: any;
|
152
152
|
baseColor?: string | undefined;
|
153
153
|
prependIcon?: IconValue | undefined;
|
@@ -206,7 +206,7 @@ declare const VSwitch: {
|
|
206
206
|
class?: any;
|
207
207
|
theme?: string | undefined;
|
208
208
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
209
|
-
validateOn?:
|
209
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
210
210
|
validationValue?: any;
|
211
211
|
baseColor?: string | undefined;
|
212
212
|
prependIcon?: IconValue | undefined;
|
@@ -335,7 +335,7 @@ declare const VSwitch: {
|
|
335
335
|
class?: any;
|
336
336
|
theme?: string | undefined;
|
337
337
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
338
|
-
validateOn?:
|
338
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
339
339
|
validationValue?: any;
|
340
340
|
baseColor?: string | undefined;
|
341
341
|
prependIcon?: IconValue | undefined;
|
@@ -419,7 +419,7 @@ declare const VSwitch: {
|
|
419
419
|
class?: any;
|
420
420
|
theme?: string | undefined;
|
421
421
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
422
|
-
validateOn?:
|
422
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
423
423
|
validationValue?: any;
|
424
424
|
baseColor?: string | undefined;
|
425
425
|
prependIcon?: IconValue | undefined;
|
@@ -576,7 +576,7 @@ declare const VSwitch: {
|
|
576
576
|
type: vue.PropType<readonly ValidationRule[]>;
|
577
577
|
default: () => never[];
|
578
578
|
};
|
579
|
-
validateOn: vue.PropType<
|
579
|
+
validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
580
580
|
validationValue: null;
|
581
581
|
width: (StringConstructor | NumberConstructor)[];
|
582
582
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
@@ -672,7 +672,7 @@ declare const VSwitch: {
|
|
672
672
|
type: vue.PropType<readonly ValidationRule[]>;
|
673
673
|
default: () => never[];
|
674
674
|
};
|
675
|
-
validateOn: vue.PropType<
|
675
|
+
validateOn: vue.PropType<"lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined>;
|
676
676
|
validationValue: null;
|
677
677
|
width: (StringConstructor | NumberConstructor)[];
|
678
678
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
@@ -9,24 +9,30 @@
|
|
9
9
|
position: relative;
|
10
10
|
text-align: end;
|
11
11
|
width: 100%;
|
12
|
-
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
13
|
-
background: rgba(var(--v-theme-surface-light));
|
14
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
15
|
-
font-size: 0.75rem;
|
16
|
-
font-weight: 400;
|
17
|
-
letter-spacing: 0.0333333333em;
|
18
|
-
line-height: 1.667;
|
19
|
-
text-transform: none;
|
20
12
|
}
|
21
13
|
.v-system-bar .v-icon {
|
22
14
|
opacity: var(--v-medium-emphasis-opacity);
|
23
15
|
}
|
16
|
+
.v-system-bar {
|
17
|
+
box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
18
|
+
}
|
24
19
|
.v-system-bar--absolute {
|
25
20
|
position: absolute;
|
26
21
|
}
|
27
22
|
.v-system-bar--fixed {
|
28
23
|
position: fixed;
|
29
24
|
}
|
25
|
+
.v-system-bar {
|
26
|
+
background: rgba(var(--v-theme-surface-light));
|
27
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
28
|
+
}
|
29
|
+
.v-system-bar {
|
30
|
+
font-size: 0.75rem;
|
31
|
+
font-weight: 400;
|
32
|
+
letter-spacing: 0.0333333333em;
|
33
|
+
line-height: 1.667;
|
34
|
+
text-transform: none;
|
35
|
+
}
|
30
36
|
.v-system-bar--rounded {
|
31
37
|
border-radius: 0;
|
32
38
|
}
|
@@ -1,11 +1,13 @@
|
|
1
1
|
.v-table {
|
2
|
-
background: rgb(var(--v-theme-surface));
|
3
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
4
2
|
font-size: 0.875rem;
|
5
3
|
transition-duration: 0.28s;
|
6
4
|
transition-property: box-shadow, opacity, background, height;
|
7
5
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
8
6
|
}
|
7
|
+
.v-table {
|
8
|
+
background: rgb(var(--v-theme-surface));
|
9
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
10
|
+
}
|
9
11
|
.v-table .v-table-divider {
|
10
12
|
border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
|
11
13
|
}
|
@@ -23,6 +25,10 @@
|
|
23
25
|
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
|
24
26
|
position: relative;
|
25
27
|
}
|
28
|
+
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
|
29
|
+
background: rgba(var(--v-border-color), var(--v-hover-opacity));
|
30
|
+
pointer-events: none;
|
31
|
+
}
|
26
32
|
.v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
|
27
33
|
content: "";
|
28
34
|
position: absolute;
|
@@ -30,8 +36,6 @@
|
|
30
36
|
left: 0;
|
31
37
|
width: 100%;
|
32
38
|
height: 100%;
|
33
|
-
background: rgba(var(--v-border-color), var(--v-hover-opacity));
|
34
|
-
pointer-events: none;
|
35
39
|
}
|
36
40
|
.v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
|
37
41
|
background: rgb(var(--v-theme-surface));
|
@@ -6,12 +6,11 @@
|
|
6
6
|
@include tools.layer('components')
|
7
7
|
// Theme
|
8
8
|
.v-table
|
9
|
-
@include tools.theme($table-theme...)
|
10
|
-
|
11
9
|
font-size: $table-font-size
|
12
10
|
transition-duration: $table-transition-duration
|
13
11
|
transition-property: $table-transition-property
|
14
12
|
transition-timing-function: $table-transition-timing-function
|
13
|
+
@include tools.theme($table-theme...)
|
15
14
|
|
16
15
|
.v-table-divider
|
17
16
|
border-right: $table-border
|
@@ -46,9 +45,9 @@
|
|
46
45
|
position: relative
|
47
46
|
|
48
47
|
&:hover > td::after
|
49
|
-
@include tools.absolute(true)
|
50
48
|
background: $table-hover-color
|
51
49
|
pointer-events: none
|
50
|
+
@include tools.absolute(true)
|
52
51
|
|
53
52
|
&.v-table--fixed-header
|
54
53
|
> .v-table__wrapper
|
@@ -95,7 +95,6 @@ declare const VTab: {
|
|
95
95
|
theme?: string | undefined;
|
96
96
|
rounded?: string | number | boolean | undefined;
|
97
97
|
baseColor?: string | undefined;
|
98
|
-
activeColor?: string | undefined;
|
99
98
|
prependIcon?: IconValue | undefined;
|
100
99
|
appendIcon?: IconValue | undefined;
|
101
100
|
sliderColor?: string | undefined;
|
@@ -183,7 +182,6 @@ declare const VTab: {
|
|
183
182
|
rounded?: string | number | boolean | undefined;
|
184
183
|
baseColor?: string | undefined;
|
185
184
|
selectedClass?: string | undefined;
|
186
|
-
activeColor?: string | undefined;
|
187
185
|
prependIcon?: IconValue | undefined;
|
188
186
|
appendIcon?: IconValue | undefined;
|
189
187
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
@@ -248,7 +246,6 @@ declare const VTab: {
|
|
248
246
|
rounded?: string | number | boolean | undefined;
|
249
247
|
baseColor?: string | undefined;
|
250
248
|
selectedClass?: string | undefined;
|
251
|
-
activeColor?: string | undefined;
|
252
249
|
prependIcon?: IconValue | undefined;
|
253
250
|
appendIcon?: IconValue | undefined;
|
254
251
|
} & {
|
@@ -343,7 +340,6 @@ declare const VTab: {
|
|
343
340
|
rounded?: string | number | boolean | undefined;
|
344
341
|
baseColor?: string | undefined;
|
345
342
|
selectedClass?: string | undefined;
|
346
|
-
activeColor?: string | undefined;
|
347
343
|
prependIcon?: IconValue | undefined;
|
348
344
|
appendIcon?: IconValue | undefined;
|
349
345
|
} & {
|
@@ -471,7 +467,6 @@ declare const VTab: {
|
|
471
467
|
rounded?: string | number | boolean | undefined;
|
472
468
|
baseColor?: string | undefined;
|
473
469
|
selectedClass?: string | undefined;
|
474
|
-
activeColor?: string | undefined;
|
475
470
|
prependIcon?: IconValue | undefined;
|
476
471
|
appendIcon?: IconValue | undefined;
|
477
472
|
} & {
|
@@ -498,7 +493,7 @@ declare const VTab: {
|
|
498
493
|
}) => any) | undefined;
|
499
494
|
}, "group"> & vue.ShallowUnwrapRef<{
|
500
495
|
group: GroupItemProvide | null;
|
501
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "baseColor" | "selectedClass" | "onGroup:selected" | "
|
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 & {
|
502
497
|
replace: boolean;
|
503
498
|
fixed: boolean;
|
504
499
|
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
@@ -538,7 +533,6 @@ declare const VTab: {
|
|
538
533
|
theme?: string | undefined;
|
539
534
|
rounded?: string | number | boolean | undefined;
|
540
535
|
baseColor?: string | undefined;
|
541
|
-
activeColor?: string | undefined;
|
542
536
|
prependIcon?: IconValue | undefined;
|
543
537
|
appendIcon?: IconValue | undefined;
|
544
538
|
sliderColor?: string | undefined;
|
@@ -641,7 +635,6 @@ declare const VTab: {
|
|
641
635
|
theme?: string | undefined;
|
642
636
|
rounded?: string | number | boolean | undefined;
|
643
637
|
baseColor?: string | undefined;
|
644
|
-
activeColor?: string | undefined;
|
645
638
|
prependIcon?: IconValue | undefined;
|
646
639
|
appendIcon?: IconValue | undefined;
|
647
640
|
sliderColor?: string | undefined;
|
@@ -729,7 +722,6 @@ declare const VTab: {
|
|
729
722
|
rounded?: string | number | boolean | undefined;
|
730
723
|
baseColor?: string | undefined;
|
731
724
|
selectedClass?: string | undefined;
|
732
|
-
activeColor?: string | undefined;
|
733
725
|
prependIcon?: IconValue | undefined;
|
734
726
|
appendIcon?: IconValue | undefined;
|
735
727
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
@@ -794,7 +786,6 @@ declare const VTab: {
|
|
794
786
|
rounded?: string | number | boolean | undefined;
|
795
787
|
baseColor?: string | undefined;
|
796
788
|
selectedClass?: string | undefined;
|
797
|
-
activeColor?: string | undefined;
|
798
789
|
prependIcon?: IconValue | undefined;
|
799
790
|
appendIcon?: IconValue | undefined;
|
800
791
|
} & {
|
@@ -889,7 +880,6 @@ declare const VTab: {
|
|
889
880
|
rounded?: string | number | boolean | undefined;
|
890
881
|
baseColor?: string | undefined;
|
891
882
|
selectedClass?: string | undefined;
|
892
|
-
activeColor?: string | undefined;
|
893
883
|
prependIcon?: IconValue | undefined;
|
894
884
|
appendIcon?: IconValue | undefined;
|
895
885
|
} & {
|
@@ -1017,7 +1007,6 @@ declare const VTab: {
|
|
1017
1007
|
rounded?: string | number | boolean | undefined;
|
1018
1008
|
baseColor?: string | undefined;
|
1019
1009
|
selectedClass?: string | undefined;
|
1020
|
-
activeColor?: string | undefined;
|
1021
1010
|
prependIcon?: IconValue | undefined;
|
1022
1011
|
appendIcon?: IconValue | undefined;
|
1023
1012
|
} & {
|
@@ -1044,7 +1033,7 @@ declare const VTab: {
|
|
1044
1033
|
}) => any) | undefined;
|
1045
1034
|
}, "group"> & vue.ShallowUnwrapRef<{
|
1046
1035
|
group: GroupItemProvide | null;
|
1047
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "baseColor" | "selectedClass" | "onGroup:selected" | "
|
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}`>, {}, {}, {}, {
|
1048
1037
|
replace: boolean;
|
1049
1038
|
fixed: boolean;
|
1050
1039
|
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
@@ -1109,7 +1098,6 @@ declare const VTab: {
|
|
1109
1098
|
theme?: string | undefined;
|
1110
1099
|
rounded?: string | number | boolean | undefined;
|
1111
1100
|
baseColor?: string | undefined;
|
1112
|
-
activeColor?: string | undefined;
|
1113
1101
|
prependIcon?: IconValue | undefined;
|
1114
1102
|
appendIcon?: IconValue | undefined;
|
1115
1103
|
sliderColor?: string | undefined;
|
@@ -1197,7 +1185,6 @@ declare const VTab: {
|
|
1197
1185
|
rounded?: string | number | boolean | undefined;
|
1198
1186
|
baseColor?: string | undefined;
|
1199
1187
|
selectedClass?: string | undefined;
|
1200
|
-
activeColor?: string | undefined;
|
1201
1188
|
prependIcon?: IconValue | undefined;
|
1202
1189
|
appendIcon?: IconValue | undefined;
|
1203
1190
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
@@ -1262,7 +1249,6 @@ declare const VTab: {
|
|
1262
1249
|
rounded?: string | number | boolean | undefined;
|
1263
1250
|
baseColor?: string | undefined;
|
1264
1251
|
selectedClass?: string | undefined;
|
1265
|
-
activeColor?: string | undefined;
|
1266
1252
|
prependIcon?: IconValue | undefined;
|
1267
1253
|
appendIcon?: IconValue | undefined;
|
1268
1254
|
} & {
|
@@ -1357,7 +1343,6 @@ declare const VTab: {
|
|
1357
1343
|
rounded?: string | number | boolean | undefined;
|
1358
1344
|
baseColor?: string | undefined;
|
1359
1345
|
selectedClass?: string | undefined;
|
1360
|
-
activeColor?: string | undefined;
|
1361
1346
|
prependIcon?: IconValue | undefined;
|
1362
1347
|
appendIcon?: IconValue | undefined;
|
1363
1348
|
} & {
|
@@ -1485,7 +1470,6 @@ declare const VTab: {
|
|
1485
1470
|
rounded?: string | number | boolean | undefined;
|
1486
1471
|
baseColor?: string | undefined;
|
1487
1472
|
selectedClass?: string | undefined;
|
1488
|
-
activeColor?: string | undefined;
|
1489
1473
|
prependIcon?: IconValue | undefined;
|
1490
1474
|
appendIcon?: IconValue | undefined;
|
1491
1475
|
} & {
|
@@ -1512,7 +1496,7 @@ declare const VTab: {
|
|
1512
1496
|
}) => any) | undefined;
|
1513
1497
|
}, "group"> & vue.ShallowUnwrapRef<{
|
1514
1498
|
group: GroupItemProvide | null;
|
1515
|
-
}> & {} & vue.ComponentCustomProperties & {}, "key" | "location" | "height" | "width" | "border" | "color" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "position" | "value" | "loading" | "text" | "class" | "ref" | "icon" | "$children" | "href" | "elevation" | "to" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:append" | "v-slot:prepend" | "baseColor" | "selectedClass" | "onGroup:selected" | "
|
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, {
|
1516
1500
|
replace: boolean;
|
1517
1501
|
fixed: boolean;
|
1518
1502
|
variant: NonNullable<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
|
@@ -1612,7 +1596,6 @@ declare const VTab: {
|
|
1612
1596
|
type: PropType<string>;
|
1613
1597
|
default: string;
|
1614
1598
|
};
|
1615
|
-
activeColor: StringConstructor;
|
1616
1599
|
prependIcon: PropType<IconValue>;
|
1617
1600
|
appendIcon: PropType<IconValue>;
|
1618
1601
|
slim: BooleanConstructor;
|
@@ -1696,7 +1679,6 @@ declare const VTab: {
|
|
1696
1679
|
type: PropType<string>;
|
1697
1680
|
default: string;
|
1698
1681
|
};
|
1699
|
-
activeColor: StringConstructor;
|
1700
1682
|
prependIcon: PropType<IconValue>;
|
1701
1683
|
appendIcon: PropType<IconValue>;
|
1702
1684
|
slim: BooleanConstructor;
|