@vuetify/nightly 3.6.10-master.2024-06-21 → 3.6.11-dev.2024-07-03
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -2
- package/dist/json/attributes.json +291 -119
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +106 -106
- package/dist/json/tags.json +49 -6
- package/dist/json/web-types.json +601 -211
- package/dist/vuetify-labs.css +2575 -2559
- package/dist/vuetify-labs.d.ts +802 -519
- package/dist/vuetify-labs.esm.js +86 -71
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +86 -71
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +627 -611
- package/dist/vuetify.d.ts +716 -505
- package/dist/vuetify.esm.js +36 -16
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +36 -16
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +24 -24
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/index.d.mts +6 -0
- package/lib/components/VAutocomplete/index.d.mts +49 -49
- package/lib/components/VAvatar/VAvatar.css +7 -0
- package/lib/components/VAvatar/VAvatar.mjs +6 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +1 -0
- package/lib/components/VAvatar/_variables.scss +13 -0
- package/lib/components/VAvatar/index.d.mts +6 -0
- package/lib/components/VBottomSheet/index.d.mts +7 -7
- package/lib/components/VBreadcrumbs/index.d.mts +8 -8
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +6 -0
- package/lib/components/VCarousel/index.d.mts +16 -7
- package/lib/components/VCheckbox/index.d.mts +6 -6
- package/lib/components/VCombobox/index.d.mts +49 -49
- package/lib/components/VDialog/index.d.mts +31 -31
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +122 -14
- package/lib/components/VFab/index.d.mts +6 -0
- package/lib/components/VFileInput/index.d.mts +18 -18
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VContainer.mjs +6 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +36 -0
- package/lib/components/VImg/VImg.css +9 -0
- package/lib/components/VImg/VImg.mjs +2 -0
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +9 -0
- package/lib/components/VImg/index.d.mts +16 -7
- package/lib/components/VInput/index.d.mts +6 -6
- package/lib/components/VList/index.d.mts +12 -12
- package/lib/components/VMenu/index.d.mts +33 -33
- package/lib/components/VOverlay/VOverlay.mjs +1 -1
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +7 -7
- package/lib/components/VRadioGroup/index.d.mts +6 -6
- package/lib/components/VRangeSlider/index.d.mts +6 -6
- package/lib/components/VSelect/index.d.mts +49 -49
- package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +6 -0
- package/lib/components/VSlider/index.d.mts +6 -6
- package/lib/components/VSnackbar/index.d.mts +33 -33
- package/lib/components/VSpeedDial/index.d.mts +9 -9
- package/lib/components/VSwitch/index.d.mts +6 -6
- package/lib/components/VTabs/index.d.mts +21 -3
- package/lib/components/VTextField/index.d.mts +18 -18
- package/lib/components/VTextarea/index.d.mts +18 -18
- package/lib/components/VTooltip/index.d.mts +39 -39
- package/lib/components/VValidation/index.d.mts +9 -8
- package/lib/components/index.d.mts +675 -464
- package/lib/composables/validation.mjs +8 -6
- package/lib/composables/validation.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 +41 -41
- package/lib/labs/VDateInput/index.d.mts +6 -6
- package/lib/labs/VNumberInput/VNumberInput.mjs +48 -55
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +6 -6
- package/lib/labs/VSnackbarQueue/index.d.mts +42 -42
- package/lib/labs/VStepperVertical/VStepperVertical.mjs +2 -0
- package/lib/labs/VStepperVertical/VStepperVertical.mjs.map +1 -1
- package/lib/labs/VStepperVertical/index.d.mts +90 -18
- package/lib/labs/VTreeview/index.d.mts +16 -16
- package/lib/labs/components.d.mts +160 -88
- package/package.json +1 -1
@@ -1887,7 +1887,7 @@ declare const VDateInput: {
|
|
1887
1887
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
1888
1888
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
1889
1889
|
modelValue?: any;
|
1890
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
1890
|
+
validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
|
1891
1891
|
validationValue?: any;
|
1892
1892
|
rounded?: string | number | boolean | undefined;
|
1893
1893
|
maxHeight?: string | number | undefined;
|
@@ -1999,7 +1999,7 @@ declare const VDateInput: {
|
|
1999
1999
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
2000
2000
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
2001
2001
|
modelValue?: any;
|
2002
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
2002
|
+
validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
|
2003
2003
|
validationValue?: any;
|
2004
2004
|
rounded?: string | number | boolean | undefined;
|
2005
2005
|
maxHeight?: string | number | undefined;
|
@@ -2171,7 +2171,7 @@ declare const VDateInput: {
|
|
2171
2171
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
2172
2172
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
2173
2173
|
modelValue?: any;
|
2174
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
2174
|
+
validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
|
2175
2175
|
validationValue?: any;
|
2176
2176
|
rounded?: string | number | boolean | undefined;
|
2177
2177
|
maxHeight?: string | number | undefined;
|
@@ -2336,7 +2336,7 @@ declare const VDateInput: {
|
|
2336
2336
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
2337
2337
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
2338
2338
|
modelValue?: any;
|
2339
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
2339
|
+
validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
|
2340
2340
|
validationValue?: any;
|
2341
2341
|
rounded?: string | number | boolean | undefined;
|
2342
2342
|
maxHeight?: string | number | undefined;
|
@@ -2594,7 +2594,7 @@ declare const VDateInput: {
|
|
2594
2594
|
type: vue.PropType<readonly ValidationRule$1[]>;
|
2595
2595
|
default: () => never[];
|
2596
2596
|
};
|
2597
|
-
validateOn: vue.PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
2597
|
+
validateOn: vue.PropType<(("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined>;
|
2598
2598
|
validationValue: null;
|
2599
2599
|
density: {
|
2600
2600
|
type: vue.PropType<Density>;
|
@@ -2807,7 +2807,7 @@ declare const VDateInput: {
|
|
2807
2807
|
type: vue.PropType<readonly ValidationRule$1[]>;
|
2808
2808
|
default: () => never[];
|
2809
2809
|
};
|
2810
|
-
validateOn: vue.PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
2810
|
+
validateOn: vue.PropType<(("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined>;
|
2811
2811
|
validationValue: null;
|
2812
2812
|
density: {
|
2813
2813
|
type: vue.PropType<Density>;
|
@@ -2954,7 +2954,7 @@ declare const VNumberInput: {
|
|
2954
2954
|
counter?: string | number | boolean | undefined;
|
2955
2955
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
2956
2956
|
modelValue?: any;
|
2957
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
2957
|
+
validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
|
2958
2958
|
validationValue?: any;
|
2959
2959
|
rounded?: string | number | boolean | undefined;
|
2960
2960
|
maxWidth?: string | number | undefined;
|
@@ -3084,7 +3084,7 @@ declare const VNumberInput: {
|
|
3084
3084
|
counter?: string | number | boolean | undefined;
|
3085
3085
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
3086
3086
|
modelValue?: any;
|
3087
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
3087
|
+
validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
|
3088
3088
|
validationValue?: any;
|
3089
3089
|
rounded?: string | number | boolean | undefined;
|
3090
3090
|
maxWidth?: string | number | undefined;
|
@@ -3297,7 +3297,7 @@ declare const VNumberInput: {
|
|
3297
3297
|
counter?: string | number | boolean | undefined;
|
3298
3298
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
3299
3299
|
modelValue?: any;
|
3300
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
3300
|
+
validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
|
3301
3301
|
validationValue?: any;
|
3302
3302
|
rounded?: string | number | boolean | undefined;
|
3303
3303
|
maxWidth?: string | number | undefined;
|
@@ -3465,7 +3465,7 @@ declare const VNumberInput: {
|
|
3465
3465
|
counter?: string | number | boolean | undefined;
|
3466
3466
|
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
3467
3467
|
modelValue?: any;
|
3468
|
-
validateOn?: ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined;
|
3468
|
+
validateOn?: (("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined;
|
3469
3469
|
validationValue?: any;
|
3470
3470
|
rounded?: string | number | boolean | undefined;
|
3471
3471
|
maxWidth?: string | number | undefined;
|
@@ -3676,7 +3676,7 @@ declare const VNumberInput: {
|
|
3676
3676
|
default: () => never[];
|
3677
3677
|
};
|
3678
3678
|
modelValue: null;
|
3679
|
-
validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
3679
|
+
validateOn: PropType<(("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined>;
|
3680
3680
|
validationValue: null;
|
3681
3681
|
rounded: {
|
3682
3682
|
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
@@ -3801,7 +3801,7 @@ declare const VNumberInput: {
|
|
3801
3801
|
default: () => never[];
|
3802
3802
|
};
|
3803
3803
|
modelValue: null;
|
3804
|
-
validateOn: PropType<("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | "lazy" | undefined>;
|
3804
|
+
validateOn: PropType<(("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input" | "lazy" | "eager") | undefined>;
|
3805
3805
|
validationValue: null;
|
3806
3806
|
rounded: {
|
3807
3807
|
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
@@ -4489,12 +4489,12 @@ declare const VSnackbar: {
|
|
4489
4489
|
component?: vue.Component | undefined;
|
4490
4490
|
})>;
|
4491
4491
|
zIndex: string | number;
|
4492
|
+
eager: boolean;
|
4492
4493
|
modelValue: boolean;
|
4493
4494
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
4494
4495
|
origin: Anchor | "auto" | "overlap";
|
4495
4496
|
vertical: boolean;
|
4496
4497
|
tile: boolean;
|
4497
|
-
eager: boolean;
|
4498
4498
|
location: Anchor;
|
4499
4499
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
4500
4500
|
updateLocation: (e: Event) => void;
|
@@ -4577,9 +4577,9 @@ declare const VSnackbar: {
|
|
4577
4577
|
component?: vue.Component | undefined;
|
4578
4578
|
});
|
4579
4579
|
zIndex: string | number;
|
4580
|
+
eager: boolean;
|
4580
4581
|
modelValue: boolean;
|
4581
4582
|
origin: Anchor | "auto" | "overlap";
|
4582
|
-
eager: boolean;
|
4583
4583
|
location: Anchor;
|
4584
4584
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
4585
4585
|
updateLocation: (e: Event) => void;
|
@@ -4604,9 +4604,9 @@ declare const VSnackbar: {
|
|
4604
4604
|
component?: vue.Component | undefined;
|
4605
4605
|
});
|
4606
4606
|
zIndex: string | number;
|
4607
|
+
eager: boolean;
|
4607
4608
|
modelValue: boolean;
|
4608
4609
|
origin: Anchor | "auto" | "overlap";
|
4609
|
-
eager: boolean;
|
4610
4610
|
location: Anchor;
|
4611
4611
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
4612
4612
|
updateLocation: (e: Event) => void;
|
@@ -4682,9 +4682,9 @@ declare const VSnackbar: {
|
|
4682
4682
|
component?: vue.Component | undefined;
|
4683
4683
|
});
|
4684
4684
|
zIndex: string | number;
|
4685
|
+
eager: boolean;
|
4685
4686
|
modelValue: boolean;
|
4686
4687
|
origin: Anchor | "auto" | "overlap";
|
4687
|
-
eager: boolean;
|
4688
4688
|
location: Anchor;
|
4689
4689
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
4690
4690
|
updateLocation: (e: Event) => void;
|
@@ -4756,7 +4756,7 @@ declare const VSnackbar: {
|
|
4756
4756
|
onAfterEnter?: (() => any) | undefined;
|
4757
4757
|
onAfterLeave?: (() => any) | undefined;
|
4758
4758
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
4759
|
-
}, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "
|
4759
|
+
}, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "eager" | "modelValue" | "origin" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
4760
4760
|
$attrs: {
|
4761
4761
|
[x: string]: unknown;
|
4762
4762
|
};
|
@@ -4789,9 +4789,9 @@ declare const VSnackbar: {
|
|
4789
4789
|
component?: vue.Component | undefined;
|
4790
4790
|
});
|
4791
4791
|
zIndex: string | number;
|
4792
|
+
eager: boolean;
|
4792
4793
|
modelValue: boolean;
|
4793
4794
|
origin: Anchor | "auto" | "overlap";
|
4794
|
-
eager: boolean;
|
4795
4795
|
location: Anchor;
|
4796
4796
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
4797
4797
|
updateLocation: (e: Event) => void;
|
@@ -4885,9 +4885,9 @@ declare const VSnackbar: {
|
|
4885
4885
|
component?: vue.Component | undefined;
|
4886
4886
|
});
|
4887
4887
|
zIndex: string | number;
|
4888
|
+
eager: boolean;
|
4888
4889
|
modelValue: boolean;
|
4889
4890
|
origin: Anchor | "auto" | "overlap";
|
4890
|
-
eager: boolean;
|
4891
4891
|
location: Anchor;
|
4892
4892
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
4893
4893
|
updateLocation: (e: Event) => void;
|
@@ -4945,9 +4945,9 @@ declare const VSnackbar: {
|
|
4945
4945
|
component?: vue.Component | undefined;
|
4946
4946
|
});
|
4947
4947
|
zIndex: string | number;
|
4948
|
+
eager: boolean;
|
4948
4949
|
modelValue: boolean;
|
4949
4950
|
origin: Anchor | "auto" | "overlap";
|
4950
|
-
eager: boolean;
|
4951
4951
|
location: Anchor;
|
4952
4952
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
4953
4953
|
updateLocation: (e: Event) => void;
|
@@ -5028,7 +5028,7 @@ declare const VSnackbar: {
|
|
5028
5028
|
globalTop: Readonly<Ref<boolean>>;
|
5029
5029
|
localTop: vue.ComputedRef<boolean>;
|
5030
5030
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
5031
|
-
}> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "
|
5031
|
+
}> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "eager" | "modelValue" | "origin" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
5032
5032
|
'update:modelValue': (v: boolean) => boolean;
|
5033
5033
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
5034
5034
|
style: vue.StyleValue;
|
@@ -5038,12 +5038,12 @@ declare const VSnackbar: {
|
|
5038
5038
|
component?: vue.Component | undefined;
|
5039
5039
|
})>;
|
5040
5040
|
zIndex: string | number;
|
5041
|
+
eager: boolean;
|
5041
5042
|
modelValue: boolean;
|
5042
5043
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
5043
5044
|
origin: Anchor | "auto" | "overlap";
|
5044
5045
|
vertical: boolean;
|
5045
5046
|
tile: boolean;
|
5046
|
-
eager: boolean;
|
5047
5047
|
location: Anchor;
|
5048
5048
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
5049
5049
|
updateLocation: (e: Event) => void;
|
@@ -5123,13 +5123,13 @@ declare const VSnackbar: {
|
|
5123
5123
|
component?: vue.Component | undefined;
|
5124
5124
|
})>;
|
5125
5125
|
zIndex: string | number;
|
5126
|
+
eager: boolean;
|
5126
5127
|
modelValue: boolean;
|
5127
5128
|
rounded: string | number | boolean;
|
5128
5129
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
5129
5130
|
origin: Anchor | "auto" | "overlap";
|
5130
5131
|
vertical: boolean;
|
5131
5132
|
tile: boolean;
|
5132
|
-
eager: boolean;
|
5133
5133
|
location: Anchor;
|
5134
5134
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
5135
5135
|
updateLocation: (e: Event) => void;
|
@@ -5176,12 +5176,12 @@ declare const VSnackbar: {
|
|
5176
5176
|
component?: vue.Component | undefined;
|
5177
5177
|
})>;
|
5178
5178
|
zIndex: string | number;
|
5179
|
+
eager: boolean;
|
5179
5180
|
modelValue: boolean;
|
5180
5181
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
5181
5182
|
origin: Anchor | "auto" | "overlap";
|
5182
5183
|
vertical: boolean;
|
5183
5184
|
tile: boolean;
|
5184
|
-
eager: boolean;
|
5185
5185
|
location: Anchor;
|
5186
5186
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
5187
5187
|
updateLocation: (e: Event) => void;
|
@@ -5264,9 +5264,9 @@ declare const VSnackbar: {
|
|
5264
5264
|
component?: vue.Component | undefined;
|
5265
5265
|
});
|
5266
5266
|
zIndex: string | number;
|
5267
|
+
eager: boolean;
|
5267
5268
|
modelValue: boolean;
|
5268
5269
|
origin: Anchor | "auto" | "overlap";
|
5269
|
-
eager: boolean;
|
5270
5270
|
location: Anchor;
|
5271
5271
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
5272
5272
|
updateLocation: (e: Event) => void;
|
@@ -5291,9 +5291,9 @@ declare const VSnackbar: {
|
|
5291
5291
|
component?: vue.Component | undefined;
|
5292
5292
|
});
|
5293
5293
|
zIndex: string | number;
|
5294
|
+
eager: boolean;
|
5294
5295
|
modelValue: boolean;
|
5295
5296
|
origin: Anchor | "auto" | "overlap";
|
5296
|
-
eager: boolean;
|
5297
5297
|
location: Anchor;
|
5298
5298
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
5299
5299
|
updateLocation: (e: Event) => void;
|
@@ -5369,9 +5369,9 @@ declare const VSnackbar: {
|
|
5369
5369
|
component?: vue.Component | undefined;
|
5370
5370
|
});
|
5371
5371
|
zIndex: string | number;
|
5372
|
+
eager: boolean;
|
5372
5373
|
modelValue: boolean;
|
5373
5374
|
origin: Anchor | "auto" | "overlap";
|
5374
|
-
eager: boolean;
|
5375
5375
|
location: Anchor;
|
5376
5376
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
5377
5377
|
updateLocation: (e: Event) => void;
|
@@ -5443,7 +5443,7 @@ declare const VSnackbar: {
|
|
5443
5443
|
onAfterEnter?: (() => any) | undefined;
|
5444
5444
|
onAfterLeave?: (() => any) | undefined;
|
5445
5445
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
5446
|
-
}, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "
|
5446
|
+
}, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "eager" | "modelValue" | "origin" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
5447
5447
|
$attrs: {
|
5448
5448
|
[x: string]: unknown;
|
5449
5449
|
};
|
@@ -5476,9 +5476,9 @@ declare const VSnackbar: {
|
|
5476
5476
|
component?: vue.Component | undefined;
|
5477
5477
|
});
|
5478
5478
|
zIndex: string | number;
|
5479
|
+
eager: boolean;
|
5479
5480
|
modelValue: boolean;
|
5480
5481
|
origin: Anchor | "auto" | "overlap";
|
5481
|
-
eager: boolean;
|
5482
5482
|
location: Anchor;
|
5483
5483
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
5484
5484
|
updateLocation: (e: Event) => void;
|
@@ -5572,9 +5572,9 @@ declare const VSnackbar: {
|
|
5572
5572
|
component?: vue.Component | undefined;
|
5573
5573
|
});
|
5574
5574
|
zIndex: string | number;
|
5575
|
+
eager: boolean;
|
5575
5576
|
modelValue: boolean;
|
5576
5577
|
origin: Anchor | "auto" | "overlap";
|
5577
|
-
eager: boolean;
|
5578
5578
|
location: Anchor;
|
5579
5579
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
5580
5580
|
updateLocation: (e: Event) => void;
|
@@ -5632,9 +5632,9 @@ declare const VSnackbar: {
|
|
5632
5632
|
component?: vue.Component | undefined;
|
5633
5633
|
});
|
5634
5634
|
zIndex: string | number;
|
5635
|
+
eager: boolean;
|
5635
5636
|
modelValue: boolean;
|
5636
5637
|
origin: Anchor | "auto" | "overlap";
|
5637
|
-
eager: boolean;
|
5638
5638
|
location: Anchor;
|
5639
5639
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
5640
5640
|
updateLocation: (e: Event) => void;
|
@@ -5715,7 +5715,7 @@ declare const VSnackbar: {
|
|
5715
5715
|
globalTop: Readonly<Ref<boolean>>;
|
5716
5716
|
localTop: vue.ComputedRef<boolean>;
|
5717
5717
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
5718
|
-
}> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "
|
5718
|
+
}> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "eager" | "modelValue" | "origin" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
|
5719
5719
|
style: vue.StyleValue;
|
5720
5720
|
disabled: boolean;
|
5721
5721
|
absolute: boolean;
|
@@ -5723,13 +5723,13 @@ declare const VSnackbar: {
|
|
5723
5723
|
component?: vue.Component | undefined;
|
5724
5724
|
})>;
|
5725
5725
|
zIndex: string | number;
|
5726
|
+
eager: boolean;
|
5726
5727
|
modelValue: boolean;
|
5727
5728
|
rounded: string | number | boolean;
|
5728
5729
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
5729
5730
|
origin: Anchor | "auto" | "overlap";
|
5730
5731
|
vertical: boolean;
|
5731
5732
|
tile: boolean;
|
5732
|
-
eager: boolean;
|
5733
5733
|
location: Anchor;
|
5734
5734
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
5735
5735
|
updateLocation: (e: Event) => void;
|
@@ -5755,12 +5755,12 @@ declare const VSnackbar: {
|
|
5755
5755
|
component?: vue.Component | undefined;
|
5756
5756
|
})>;
|
5757
5757
|
zIndex: string | number;
|
5758
|
+
eager: boolean;
|
5758
5759
|
modelValue: boolean;
|
5759
5760
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
5760
5761
|
origin: Anchor | "auto" | "overlap";
|
5761
5762
|
vertical: boolean;
|
5762
5763
|
tile: boolean;
|
5763
|
-
eager: boolean;
|
5764
5764
|
location: Anchor;
|
5765
5765
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
5766
5766
|
updateLocation: (e: Event) => void;
|
@@ -5843,9 +5843,9 @@ declare const VSnackbar: {
|
|
5843
5843
|
component?: vue.Component | undefined;
|
5844
5844
|
});
|
5845
5845
|
zIndex: string | number;
|
5846
|
+
eager: boolean;
|
5846
5847
|
modelValue: boolean;
|
5847
5848
|
origin: Anchor | "auto" | "overlap";
|
5848
|
-
eager: boolean;
|
5849
5849
|
location: Anchor;
|
5850
5850
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
5851
5851
|
updateLocation: (e: Event) => void;
|
@@ -5870,9 +5870,9 @@ declare const VSnackbar: {
|
|
5870
5870
|
component?: vue.Component | undefined;
|
5871
5871
|
});
|
5872
5872
|
zIndex: string | number;
|
5873
|
+
eager: boolean;
|
5873
5874
|
modelValue: boolean;
|
5874
5875
|
origin: Anchor | "auto" | "overlap";
|
5875
|
-
eager: boolean;
|
5876
5876
|
location: Anchor;
|
5877
5877
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
5878
5878
|
updateLocation: (e: Event) => void;
|
@@ -5948,9 +5948,9 @@ declare const VSnackbar: {
|
|
5948
5948
|
component?: vue.Component | undefined;
|
5949
5949
|
});
|
5950
5950
|
zIndex: string | number;
|
5951
|
+
eager: boolean;
|
5951
5952
|
modelValue: boolean;
|
5952
5953
|
origin: Anchor | "auto" | "overlap";
|
5953
|
-
eager: boolean;
|
5954
5954
|
location: Anchor;
|
5955
5955
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
5956
5956
|
updateLocation: (e: Event) => void;
|
@@ -6022,7 +6022,7 @@ declare const VSnackbar: {
|
|
6022
6022
|
onAfterEnter?: (() => any) | undefined;
|
6023
6023
|
onAfterLeave?: (() => any) | undefined;
|
6024
6024
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
6025
|
-
}, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "
|
6025
|
+
}, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "eager" | "modelValue" | "origin" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
6026
6026
|
$attrs: {
|
6027
6027
|
[x: string]: unknown;
|
6028
6028
|
};
|
@@ -6055,9 +6055,9 @@ declare const VSnackbar: {
|
|
6055
6055
|
component?: vue.Component | undefined;
|
6056
6056
|
});
|
6057
6057
|
zIndex: string | number;
|
6058
|
+
eager: boolean;
|
6058
6059
|
modelValue: boolean;
|
6059
6060
|
origin: Anchor | "auto" | "overlap";
|
6060
|
-
eager: boolean;
|
6061
6061
|
location: Anchor;
|
6062
6062
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
6063
6063
|
updateLocation: (e: Event) => void;
|
@@ -6151,9 +6151,9 @@ declare const VSnackbar: {
|
|
6151
6151
|
component?: vue.Component | undefined;
|
6152
6152
|
});
|
6153
6153
|
zIndex: string | number;
|
6154
|
+
eager: boolean;
|
6154
6155
|
modelValue: boolean;
|
6155
6156
|
origin: Anchor | "auto" | "overlap";
|
6156
|
-
eager: boolean;
|
6157
6157
|
location: Anchor;
|
6158
6158
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
6159
6159
|
updateLocation: (e: Event) => void;
|
@@ -6211,9 +6211,9 @@ declare const VSnackbar: {
|
|
6211
6211
|
component?: vue.Component | undefined;
|
6212
6212
|
});
|
6213
6213
|
zIndex: string | number;
|
6214
|
+
eager: boolean;
|
6214
6215
|
modelValue: boolean;
|
6215
6216
|
origin: Anchor | "auto" | "overlap";
|
6216
|
-
eager: boolean;
|
6217
6217
|
location: Anchor;
|
6218
6218
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
6219
6219
|
updateLocation: (e: Event) => void;
|
@@ -6294,7 +6294,7 @@ declare const VSnackbar: {
|
|
6294
6294
|
globalTop: Readonly<Ref<boolean>>;
|
6295
6295
|
localTop: vue.ComputedRef<boolean>;
|
6296
6296
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
6297
|
-
}> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "
|
6297
|
+
}> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "eager" | "modelValue" | "origin" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
6298
6298
|
'update:modelValue': (v: boolean) => boolean;
|
6299
6299
|
}, string, {
|
6300
6300
|
style: vue.StyleValue;
|
@@ -6304,13 +6304,13 @@ declare const VSnackbar: {
|
|
6304
6304
|
component?: vue.Component | undefined;
|
6305
6305
|
})>;
|
6306
6306
|
zIndex: string | number;
|
6307
|
+
eager: boolean;
|
6307
6308
|
modelValue: boolean;
|
6308
6309
|
rounded: string | number | boolean;
|
6309
6310
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
6310
6311
|
origin: Anchor | "auto" | "overlap";
|
6311
6312
|
vertical: boolean;
|
6312
6313
|
tile: boolean;
|
6313
|
-
eager: boolean;
|
6314
6314
|
location: Anchor;
|
6315
6315
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
6316
6316
|
updateLocation: (e: Event) => void;
|
@@ -6373,6 +6373,7 @@ declare const VSnackbar: {
|
|
6373
6373
|
type: (StringConstructor | NumberConstructor)[];
|
6374
6374
|
default: number;
|
6375
6375
|
};
|
6376
|
+
eager: BooleanConstructor;
|
6376
6377
|
modelValue: BooleanConstructor;
|
6377
6378
|
contentClass: null;
|
6378
6379
|
origin: {
|
@@ -6384,7 +6385,6 @@ declare const VSnackbar: {
|
|
6384
6385
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
6385
6386
|
minHeight: (StringConstructor | NumberConstructor)[];
|
6386
6387
|
minWidth: (StringConstructor | NumberConstructor)[];
|
6387
|
-
eager: BooleanConstructor;
|
6388
6388
|
location: {
|
6389
6389
|
type: vue.PropType<Anchor>;
|
6390
6390
|
default: string;
|
@@ -6474,6 +6474,7 @@ declare const VSnackbar: {
|
|
6474
6474
|
type: (StringConstructor | NumberConstructor)[];
|
6475
6475
|
default: number;
|
6476
6476
|
};
|
6477
|
+
eager: BooleanConstructor;
|
6477
6478
|
modelValue: BooleanConstructor;
|
6478
6479
|
contentClass: null;
|
6479
6480
|
origin: {
|
@@ -6485,7 +6486,6 @@ declare const VSnackbar: {
|
|
6485
6486
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
6486
6487
|
minHeight: (StringConstructor | NumberConstructor)[];
|
6487
6488
|
minWidth: (StringConstructor | NumberConstructor)[];
|
6488
|
-
eager: BooleanConstructor;
|
6489
6489
|
location: {
|
6490
6490
|
type: vue.PropType<Anchor>;
|
6491
6491
|
default: string;
|
@@ -6570,13 +6570,13 @@ declare const VStepperVertical: {
|
|
6570
6570
|
disabled: boolean;
|
6571
6571
|
tag: string;
|
6572
6572
|
mobile: boolean | null;
|
6573
|
+
eager: boolean;
|
6573
6574
|
readonly: boolean;
|
6574
6575
|
variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
6575
6576
|
items: readonly StepperItem[];
|
6576
6577
|
mandatory: NonNullable<boolean | "force">;
|
6577
6578
|
multiple: boolean;
|
6578
6579
|
tile: boolean;
|
6579
|
-
eager: boolean;
|
6580
6580
|
ripple: boolean | {
|
6581
6581
|
class: string;
|
6582
6582
|
} | undefined;
|
@@ -6596,11 +6596,17 @@ declare const VStepperVertical: {
|
|
6596
6596
|
title?: string | undefined;
|
6597
6597
|
text?: string | undefined;
|
6598
6598
|
value?: any;
|
6599
|
+
width?: string | number | undefined;
|
6600
|
+
height?: string | number | undefined;
|
6599
6601
|
theme?: string | undefined;
|
6600
6602
|
color?: string | undefined;
|
6601
6603
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
6602
6604
|
modelValue?: any;
|
6603
6605
|
rounded?: string | number | boolean | undefined;
|
6606
|
+
maxHeight?: string | number | undefined;
|
6607
|
+
maxWidth?: string | number | undefined;
|
6608
|
+
minHeight?: string | number | undefined;
|
6609
|
+
minWidth?: string | number | undefined;
|
6604
6610
|
elevation?: string | number | undefined;
|
6605
6611
|
max?: number | undefined;
|
6606
6612
|
selectedClass?: string | undefined;
|
@@ -6662,13 +6668,13 @@ declare const VStepperVertical: {
|
|
6662
6668
|
disabled: boolean;
|
6663
6669
|
tag: string;
|
6664
6670
|
mobile: boolean | null;
|
6671
|
+
eager: boolean;
|
6665
6672
|
readonly: boolean;
|
6666
6673
|
variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
6667
6674
|
items: readonly StepperItem[];
|
6668
6675
|
mandatory: NonNullable<boolean | "force">;
|
6669
6676
|
multiple: boolean;
|
6670
6677
|
tile: boolean;
|
6671
|
-
eager: boolean;
|
6672
6678
|
ripple: boolean | {
|
6673
6679
|
class: string;
|
6674
6680
|
} | undefined;
|
@@ -6688,11 +6694,17 @@ declare const VStepperVertical: {
|
|
6688
6694
|
title?: string | undefined;
|
6689
6695
|
text?: string | undefined;
|
6690
6696
|
value?: any;
|
6697
|
+
width?: string | number | undefined;
|
6698
|
+
height?: string | number | undefined;
|
6691
6699
|
theme?: string | undefined;
|
6692
6700
|
color?: string | undefined;
|
6693
6701
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
6694
6702
|
modelValue?: any;
|
6695
6703
|
rounded?: string | number | boolean | undefined;
|
6704
|
+
maxHeight?: string | number | undefined;
|
6705
|
+
maxWidth?: string | number | undefined;
|
6706
|
+
minHeight?: string | number | undefined;
|
6707
|
+
minWidth?: string | number | undefined;
|
6696
6708
|
elevation?: string | number | undefined;
|
6697
6709
|
max?: number | undefined;
|
6698
6710
|
selectedClass?: string | undefined;
|
@@ -6752,6 +6764,7 @@ declare const VStepperVertical: {
|
|
6752
6764
|
disabled: boolean;
|
6753
6765
|
tag: string;
|
6754
6766
|
mobile: boolean | null;
|
6767
|
+
eager: boolean;
|
6755
6768
|
readonly: boolean;
|
6756
6769
|
modelValue: any;
|
6757
6770
|
rounded: string | number | boolean;
|
@@ -6760,7 +6773,6 @@ declare const VStepperVertical: {
|
|
6760
6773
|
mandatory: NonNullable<boolean | "force">;
|
6761
6774
|
multiple: boolean;
|
6762
6775
|
tile: boolean;
|
6763
|
-
eager: boolean;
|
6764
6776
|
ripple: boolean | {
|
6765
6777
|
class: string;
|
6766
6778
|
} | undefined;
|
@@ -6821,13 +6833,13 @@ declare const VStepperVertical: {
|
|
6821
6833
|
disabled: boolean;
|
6822
6834
|
tag: string;
|
6823
6835
|
mobile: boolean | null;
|
6836
|
+
eager: boolean;
|
6824
6837
|
readonly: boolean;
|
6825
6838
|
variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
6826
6839
|
items: readonly StepperItem[];
|
6827
6840
|
mandatory: NonNullable<boolean | "force">;
|
6828
6841
|
multiple: boolean;
|
6829
6842
|
tile: boolean;
|
6830
|
-
eager: boolean;
|
6831
6843
|
ripple: boolean | {
|
6832
6844
|
class: string;
|
6833
6845
|
} | undefined;
|
@@ -6847,11 +6859,17 @@ declare const VStepperVertical: {
|
|
6847
6859
|
title?: string | undefined;
|
6848
6860
|
text?: string | undefined;
|
6849
6861
|
value?: any;
|
6862
|
+
width?: string | number | undefined;
|
6863
|
+
height?: string | number | undefined;
|
6850
6864
|
theme?: string | undefined;
|
6851
6865
|
color?: string | undefined;
|
6852
6866
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
6853
6867
|
modelValue?: any;
|
6854
6868
|
rounded?: string | number | boolean | undefined;
|
6869
|
+
maxHeight?: string | number | undefined;
|
6870
|
+
maxWidth?: string | number | undefined;
|
6871
|
+
minHeight?: string | number | undefined;
|
6872
|
+
minWidth?: string | number | undefined;
|
6855
6873
|
elevation?: string | number | undefined;
|
6856
6874
|
max?: number | undefined;
|
6857
6875
|
selectedClass?: string | undefined;
|
@@ -6911,6 +6929,7 @@ declare const VStepperVertical: {
|
|
6911
6929
|
disabled: boolean;
|
6912
6930
|
tag: string;
|
6913
6931
|
mobile: boolean | null;
|
6932
|
+
eager: boolean;
|
6914
6933
|
readonly: boolean;
|
6915
6934
|
modelValue: any;
|
6916
6935
|
rounded: string | number | boolean;
|
@@ -6919,7 +6938,6 @@ declare const VStepperVertical: {
|
|
6919
6938
|
mandatory: NonNullable<boolean | "force">;
|
6920
6939
|
multiple: boolean;
|
6921
6940
|
tile: boolean;
|
6922
|
-
eager: boolean;
|
6923
6941
|
ripple: boolean | {
|
6924
6942
|
class: string;
|
6925
6943
|
} | undefined;
|
@@ -6944,13 +6962,13 @@ declare const VStepperVertical: {
|
|
6944
6962
|
disabled: boolean;
|
6945
6963
|
tag: string;
|
6946
6964
|
mobile: boolean | null;
|
6965
|
+
eager: boolean;
|
6947
6966
|
readonly: boolean;
|
6948
6967
|
variant: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
6949
6968
|
items: readonly StepperItem[];
|
6950
6969
|
mandatory: NonNullable<boolean | "force">;
|
6951
6970
|
multiple: boolean;
|
6952
6971
|
tile: boolean;
|
6953
|
-
eager: boolean;
|
6954
6972
|
ripple: boolean | {
|
6955
6973
|
class: string;
|
6956
6974
|
} | undefined;
|
@@ -6970,11 +6988,17 @@ declare const VStepperVertical: {
|
|
6970
6988
|
title?: string | undefined;
|
6971
6989
|
text?: string | undefined;
|
6972
6990
|
value?: any;
|
6991
|
+
width?: string | number | undefined;
|
6992
|
+
height?: string | number | undefined;
|
6973
6993
|
theme?: string | undefined;
|
6974
6994
|
color?: string | undefined;
|
6975
6995
|
mobileBreakpoint?: number | DisplayBreakpoint | undefined;
|
6976
6996
|
modelValue?: any;
|
6977
6997
|
rounded?: string | number | boolean | undefined;
|
6998
|
+
maxHeight?: string | number | undefined;
|
6999
|
+
maxWidth?: string | number | undefined;
|
7000
|
+
minHeight?: string | number | undefined;
|
7001
|
+
minWidth?: string | number | undefined;
|
6978
7002
|
elevation?: string | number | undefined;
|
6979
7003
|
max?: number | undefined;
|
6980
7004
|
selectedClass?: string | undefined;
|
@@ -7036,6 +7060,7 @@ declare const VStepperVertical: {
|
|
7036
7060
|
disabled: boolean;
|
7037
7061
|
tag: string;
|
7038
7062
|
mobile: boolean | null;
|
7063
|
+
eager: boolean;
|
7039
7064
|
readonly: boolean;
|
7040
7065
|
modelValue: any;
|
7041
7066
|
rounded: string | number | boolean;
|
@@ -7044,7 +7069,6 @@ declare const VStepperVertical: {
|
|
7044
7069
|
mandatory: NonNullable<boolean | "force">;
|
7045
7070
|
multiple: boolean;
|
7046
7071
|
tile: boolean;
|
7047
|
-
eager: boolean;
|
7048
7072
|
ripple: boolean | {
|
7049
7073
|
class: string;
|
7050
7074
|
} | undefined;
|
@@ -7102,6 +7126,8 @@ declare const VStepperVertical: {
|
|
7102
7126
|
title: StringConstructor;
|
7103
7127
|
text: StringConstructor;
|
7104
7128
|
value: null;
|
7129
|
+
width: (StringConstructor | NumberConstructor)[];
|
7130
|
+
height: (StringConstructor | NumberConstructor)[];
|
7105
7131
|
theme: StringConstructor;
|
7106
7132
|
color: StringConstructor;
|
7107
7133
|
disabled: BooleanConstructor;
|
@@ -7109,6 +7135,7 @@ declare const VStepperVertical: {
|
|
7109
7135
|
type: StringConstructor;
|
7110
7136
|
default: string;
|
7111
7137
|
};
|
7138
|
+
eager: BooleanConstructor;
|
7112
7139
|
readonly: BooleanConstructor;
|
7113
7140
|
modelValue: {
|
7114
7141
|
type: null;
|
@@ -7126,13 +7153,16 @@ declare const VStepperVertical: {
|
|
7126
7153
|
type: vue.PropType<NonNullable<"default" | "inset" | "accordion" | "popout">>;
|
7127
7154
|
default: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
7128
7155
|
};
|
7156
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
7157
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
7158
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
7159
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
7129
7160
|
mandatory: {
|
7130
7161
|
type: vue.PropType<NonNullable<boolean | "force">>;
|
7131
7162
|
default: NonNullable<boolean | "force">;
|
7132
7163
|
};
|
7133
7164
|
multiple: BooleanConstructor;
|
7134
7165
|
tile: BooleanConstructor;
|
7135
|
-
eager: BooleanConstructor;
|
7136
7166
|
elevation: {
|
7137
7167
|
type: (StringConstructor | NumberConstructor)[];
|
7138
7168
|
validator(v: any): boolean;
|
@@ -7197,6 +7227,8 @@ declare const VStepperVertical: {
|
|
7197
7227
|
title: StringConstructor;
|
7198
7228
|
text: StringConstructor;
|
7199
7229
|
value: null;
|
7230
|
+
width: (StringConstructor | NumberConstructor)[];
|
7231
|
+
height: (StringConstructor | NumberConstructor)[];
|
7200
7232
|
theme: StringConstructor;
|
7201
7233
|
color: StringConstructor;
|
7202
7234
|
disabled: BooleanConstructor;
|
@@ -7204,6 +7236,7 @@ declare const VStepperVertical: {
|
|
7204
7236
|
type: StringConstructor;
|
7205
7237
|
default: string;
|
7206
7238
|
};
|
7239
|
+
eager: BooleanConstructor;
|
7207
7240
|
readonly: BooleanConstructor;
|
7208
7241
|
modelValue: {
|
7209
7242
|
type: null;
|
@@ -7221,13 +7254,16 @@ declare const VStepperVertical: {
|
|
7221
7254
|
type: vue.PropType<NonNullable<"default" | "inset" | "accordion" | "popout">>;
|
7222
7255
|
default: NonNullable<"default" | "inset" | "accordion" | "popout">;
|
7223
7256
|
};
|
7257
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
7258
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
7259
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
7260
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
7224
7261
|
mandatory: {
|
7225
7262
|
type: vue.PropType<NonNullable<boolean | "force">>;
|
7226
7263
|
default: NonNullable<boolean | "force">;
|
7227
7264
|
};
|
7228
7265
|
multiple: BooleanConstructor;
|
7229
7266
|
tile: BooleanConstructor;
|
7230
|
-
eager: BooleanConstructor;
|
7231
7267
|
elevation: {
|
7232
7268
|
type: (StringConstructor | NumberConstructor)[];
|
7233
7269
|
validator(v: any): boolean;
|
@@ -7293,10 +7329,10 @@ declare const VStepperVerticalItem: {
|
|
7293
7329
|
tag: string;
|
7294
7330
|
complete: boolean;
|
7295
7331
|
static: boolean;
|
7332
|
+
eager: boolean;
|
7296
7333
|
readonly: boolean;
|
7297
7334
|
rules: readonly ValidationRule[];
|
7298
7335
|
tile: boolean;
|
7299
|
-
eager: boolean;
|
7300
7336
|
ripple: boolean | {
|
7301
7337
|
class: string;
|
7302
7338
|
} | undefined;
|
@@ -7313,9 +7349,15 @@ declare const VStepperVerticalItem: {
|
|
7313
7349
|
title?: string | undefined;
|
7314
7350
|
text?: string | undefined;
|
7315
7351
|
value?: any;
|
7352
|
+
width?: string | number | undefined;
|
7353
|
+
height?: string | number | undefined;
|
7316
7354
|
color?: string | undefined;
|
7317
7355
|
icon?: string | undefined;
|
7318
7356
|
rounded?: string | number | boolean | undefined;
|
7357
|
+
maxHeight?: string | number | undefined;
|
7358
|
+
maxWidth?: string | number | undefined;
|
7359
|
+
minHeight?: string | number | undefined;
|
7360
|
+
minWidth?: string | number | undefined;
|
7319
7361
|
elevation?: string | number | undefined;
|
7320
7362
|
selectedClass?: string | undefined;
|
7321
7363
|
bgColor?: string | undefined;
|
@@ -7374,10 +7416,10 @@ declare const VStepperVerticalItem: {
|
|
7374
7416
|
tag: string;
|
7375
7417
|
complete: boolean;
|
7376
7418
|
static: boolean;
|
7419
|
+
eager: boolean;
|
7377
7420
|
readonly: boolean;
|
7378
7421
|
rules: readonly ValidationRule[];
|
7379
7422
|
tile: boolean;
|
7380
|
-
eager: boolean;
|
7381
7423
|
ripple: boolean | {
|
7382
7424
|
class: string;
|
7383
7425
|
} | undefined;
|
@@ -7394,9 +7436,15 @@ declare const VStepperVerticalItem: {
|
|
7394
7436
|
title?: string | undefined;
|
7395
7437
|
text?: string | undefined;
|
7396
7438
|
value?: any;
|
7439
|
+
width?: string | number | undefined;
|
7440
|
+
height?: string | number | undefined;
|
7397
7441
|
color?: string | undefined;
|
7398
7442
|
icon?: string | undefined;
|
7399
7443
|
rounded?: string | number | boolean | undefined;
|
7444
|
+
maxHeight?: string | number | undefined;
|
7445
|
+
maxWidth?: string | number | undefined;
|
7446
|
+
minHeight?: string | number | undefined;
|
7447
|
+
minWidth?: string | number | undefined;
|
7400
7448
|
elevation?: string | number | undefined;
|
7401
7449
|
selectedClass?: string | undefined;
|
7402
7450
|
bgColor?: string | undefined;
|
@@ -7451,11 +7499,11 @@ declare const VStepperVerticalItem: {
|
|
7451
7499
|
tag: string;
|
7452
7500
|
complete: boolean;
|
7453
7501
|
static: boolean;
|
7502
|
+
eager: boolean;
|
7454
7503
|
readonly: boolean;
|
7455
7504
|
rules: readonly ValidationRule[];
|
7456
7505
|
rounded: string | number | boolean;
|
7457
7506
|
tile: boolean;
|
7458
|
-
eager: boolean;
|
7459
7507
|
ripple: boolean | {
|
7460
7508
|
class: string;
|
7461
7509
|
} | undefined;
|
@@ -7509,10 +7557,10 @@ declare const VStepperVerticalItem: {
|
|
7509
7557
|
tag: string;
|
7510
7558
|
complete: boolean;
|
7511
7559
|
static: boolean;
|
7560
|
+
eager: boolean;
|
7512
7561
|
readonly: boolean;
|
7513
7562
|
rules: readonly ValidationRule[];
|
7514
7563
|
tile: boolean;
|
7515
|
-
eager: boolean;
|
7516
7564
|
ripple: boolean | {
|
7517
7565
|
class: string;
|
7518
7566
|
} | undefined;
|
@@ -7529,9 +7577,15 @@ declare const VStepperVerticalItem: {
|
|
7529
7577
|
title?: string | undefined;
|
7530
7578
|
text?: string | undefined;
|
7531
7579
|
value?: any;
|
7580
|
+
width?: string | number | undefined;
|
7581
|
+
height?: string | number | undefined;
|
7532
7582
|
color?: string | undefined;
|
7533
7583
|
icon?: string | undefined;
|
7534
7584
|
rounded?: string | number | boolean | undefined;
|
7585
|
+
maxHeight?: string | number | undefined;
|
7586
|
+
maxWidth?: string | number | undefined;
|
7587
|
+
minHeight?: string | number | undefined;
|
7588
|
+
minWidth?: string | number | undefined;
|
7535
7589
|
elevation?: string | number | undefined;
|
7536
7590
|
selectedClass?: string | undefined;
|
7537
7591
|
bgColor?: string | undefined;
|
@@ -7586,11 +7640,11 @@ declare const VStepperVerticalItem: {
|
|
7586
7640
|
tag: string;
|
7587
7641
|
complete: boolean;
|
7588
7642
|
static: boolean;
|
7643
|
+
eager: boolean;
|
7589
7644
|
readonly: boolean;
|
7590
7645
|
rules: readonly ValidationRule[];
|
7591
7646
|
rounded: string | number | boolean;
|
7592
7647
|
tile: boolean;
|
7593
|
-
eager: boolean;
|
7594
7648
|
ripple: boolean | {
|
7595
7649
|
class: string;
|
7596
7650
|
} | undefined;
|
@@ -7613,10 +7667,10 @@ declare const VStepperVerticalItem: {
|
|
7613
7667
|
tag: string;
|
7614
7668
|
complete: boolean;
|
7615
7669
|
static: boolean;
|
7670
|
+
eager: boolean;
|
7616
7671
|
readonly: boolean;
|
7617
7672
|
rules: readonly ValidationRule[];
|
7618
7673
|
tile: boolean;
|
7619
|
-
eager: boolean;
|
7620
7674
|
ripple: boolean | {
|
7621
7675
|
class: string;
|
7622
7676
|
} | undefined;
|
@@ -7633,9 +7687,15 @@ declare const VStepperVerticalItem: {
|
|
7633
7687
|
title?: string | undefined;
|
7634
7688
|
text?: string | undefined;
|
7635
7689
|
value?: any;
|
7690
|
+
width?: string | number | undefined;
|
7691
|
+
height?: string | number | undefined;
|
7636
7692
|
color?: string | undefined;
|
7637
7693
|
icon?: string | undefined;
|
7638
7694
|
rounded?: string | number | boolean | undefined;
|
7695
|
+
maxHeight?: string | number | undefined;
|
7696
|
+
maxWidth?: string | number | undefined;
|
7697
|
+
minHeight?: string | number | undefined;
|
7698
|
+
minWidth?: string | number | undefined;
|
7639
7699
|
elevation?: string | number | undefined;
|
7640
7700
|
selectedClass?: string | undefined;
|
7641
7701
|
bgColor?: string | undefined;
|
@@ -7694,11 +7754,11 @@ declare const VStepperVerticalItem: {
|
|
7694
7754
|
tag: string;
|
7695
7755
|
complete: boolean;
|
7696
7756
|
static: boolean;
|
7757
|
+
eager: boolean;
|
7697
7758
|
readonly: boolean;
|
7698
7759
|
rules: readonly ValidationRule[];
|
7699
7760
|
rounded: string | number | boolean;
|
7700
7761
|
tile: boolean;
|
7701
|
-
eager: boolean;
|
7702
7762
|
ripple: boolean | {
|
7703
7763
|
class: string;
|
7704
7764
|
} | undefined;
|
@@ -7747,6 +7807,8 @@ declare const VStepperVerticalItem: {
|
|
7747
7807
|
title: StringConstructor;
|
7748
7808
|
text: StringConstructor;
|
7749
7809
|
value: null;
|
7810
|
+
width: (StringConstructor | NumberConstructor)[];
|
7811
|
+
height: (StringConstructor | NumberConstructor)[];
|
7750
7812
|
color: StringConstructor;
|
7751
7813
|
disabled: BooleanConstructor;
|
7752
7814
|
tag: {
|
@@ -7754,13 +7816,17 @@ declare const VStepperVerticalItem: {
|
|
7754
7816
|
default: string;
|
7755
7817
|
};
|
7756
7818
|
static: BooleanConstructor;
|
7819
|
+
eager: BooleanConstructor;
|
7757
7820
|
readonly: BooleanConstructor;
|
7758
7821
|
rounded: {
|
7759
7822
|
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
7760
7823
|
default: undefined;
|
7761
7824
|
};
|
7825
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
7826
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
7827
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
7828
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
7762
7829
|
tile: BooleanConstructor;
|
7763
|
-
eager: BooleanConstructor;
|
7764
7830
|
elevation: {
|
7765
7831
|
type: (StringConstructor | NumberConstructor)[];
|
7766
7832
|
validator(v: any): boolean;
|
@@ -7819,6 +7885,8 @@ declare const VStepperVerticalItem: {
|
|
7819
7885
|
title: StringConstructor;
|
7820
7886
|
text: StringConstructor;
|
7821
7887
|
value: null;
|
7888
|
+
width: (StringConstructor | NumberConstructor)[];
|
7889
|
+
height: (StringConstructor | NumberConstructor)[];
|
7822
7890
|
color: StringConstructor;
|
7823
7891
|
disabled: BooleanConstructor;
|
7824
7892
|
tag: {
|
@@ -7826,13 +7894,17 @@ declare const VStepperVerticalItem: {
|
|
7826
7894
|
default: string;
|
7827
7895
|
};
|
7828
7896
|
static: BooleanConstructor;
|
7897
|
+
eager: BooleanConstructor;
|
7829
7898
|
readonly: BooleanConstructor;
|
7830
7899
|
rounded: {
|
7831
7900
|
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
7832
7901
|
default: undefined;
|
7833
7902
|
};
|
7903
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
7904
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
7905
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
7906
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
7834
7907
|
tile: BooleanConstructor;
|
7835
|
-
eager: BooleanConstructor;
|
7836
7908
|
elevation: {
|
7837
7909
|
type: (StringConstructor | NumberConstructor)[];
|
7838
7910
|
validator(v: any): boolean;
|
@@ -8361,11 +8433,11 @@ declare const VSnackbarQueue: {
|
|
8361
8433
|
component?: vue.Component | undefined;
|
8362
8434
|
})>;
|
8363
8435
|
zIndex: string | number;
|
8436
|
+
eager: boolean;
|
8364
8437
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
8365
8438
|
origin: Anchor | "auto" | "overlap";
|
8366
8439
|
vertical: boolean;
|
8367
8440
|
tile: boolean;
|
8368
|
-
eager: boolean;
|
8369
8441
|
location: Anchor;
|
8370
8442
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
8371
8443
|
updateLocation: (e: Event) => void;
|
@@ -8414,11 +8486,11 @@ declare const VSnackbarQueue: {
|
|
8414
8486
|
component?: vue.Component | undefined;
|
8415
8487
|
})>;
|
8416
8488
|
zIndex: string | number;
|
8489
|
+
eager: boolean;
|
8417
8490
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
8418
8491
|
origin: Anchor | "auto" | "overlap";
|
8419
8492
|
vertical: boolean;
|
8420
8493
|
tile: boolean;
|
8421
|
-
eager: boolean;
|
8422
8494
|
location: Anchor;
|
8423
8495
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
8424
8496
|
updateLocation: (e: Event) => void;
|
@@ -8465,12 +8537,12 @@ declare const VSnackbarQueue: {
|
|
8465
8537
|
component?: vue.Component | undefined;
|
8466
8538
|
})>;
|
8467
8539
|
zIndex: string | number;
|
8540
|
+
eager: boolean;
|
8468
8541
|
rounded: string | number | boolean;
|
8469
8542
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
8470
8543
|
origin: Anchor | "auto" | "overlap";
|
8471
8544
|
vertical: boolean;
|
8472
8545
|
tile: boolean;
|
8473
|
-
eager: boolean;
|
8474
8546
|
location: Anchor;
|
8475
8547
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
8476
8548
|
updateLocation: (e: Event) => void;
|
@@ -8519,11 +8591,11 @@ declare const VSnackbarQueue: {
|
|
8519
8591
|
component?: vue.Component | undefined;
|
8520
8592
|
})>;
|
8521
8593
|
zIndex: string | number;
|
8594
|
+
eager: boolean;
|
8522
8595
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
8523
8596
|
origin: Anchor | "auto" | "overlap";
|
8524
8597
|
vertical: boolean;
|
8525
8598
|
tile: boolean;
|
8526
|
-
eager: boolean;
|
8527
8599
|
location: Anchor;
|
8528
8600
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
8529
8601
|
updateLocation: (e: Event) => void;
|
@@ -8570,12 +8642,12 @@ declare const VSnackbarQueue: {
|
|
8570
8642
|
component?: vue.Component | undefined;
|
8571
8643
|
})>;
|
8572
8644
|
zIndex: string | number;
|
8645
|
+
eager: boolean;
|
8573
8646
|
rounded: string | number | boolean;
|
8574
8647
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
8575
8648
|
origin: Anchor | "auto" | "overlap";
|
8576
8649
|
vertical: boolean;
|
8577
8650
|
tile: boolean;
|
8578
|
-
eager: boolean;
|
8579
8651
|
location: Anchor;
|
8580
8652
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
8581
8653
|
updateLocation: (e: Event) => void;
|
@@ -8602,11 +8674,11 @@ declare const VSnackbarQueue: {
|
|
8602
8674
|
component?: vue.Component | undefined;
|
8603
8675
|
})>;
|
8604
8676
|
zIndex: string | number;
|
8677
|
+
eager: boolean;
|
8605
8678
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
8606
8679
|
origin: Anchor | "auto" | "overlap";
|
8607
8680
|
vertical: boolean;
|
8608
8681
|
tile: boolean;
|
8609
|
-
eager: boolean;
|
8610
8682
|
location: Anchor;
|
8611
8683
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
8612
8684
|
updateLocation: (e: Event) => void;
|
@@ -8655,12 +8727,12 @@ declare const VSnackbarQueue: {
|
|
8655
8727
|
component?: vue.Component | undefined;
|
8656
8728
|
})>;
|
8657
8729
|
zIndex: string | number;
|
8730
|
+
eager: boolean;
|
8658
8731
|
rounded: string | number | boolean;
|
8659
8732
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
8660
8733
|
origin: Anchor | "auto" | "overlap";
|
8661
8734
|
vertical: boolean;
|
8662
8735
|
tile: boolean;
|
8663
|
-
eager: boolean;
|
8664
8736
|
location: Anchor;
|
8665
8737
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
8666
8738
|
updateLocation: (e: Event) => void;
|
@@ -8737,6 +8809,7 @@ declare const VSnackbarQueue: {
|
|
8737
8809
|
type: (StringConstructor | NumberConstructor)[];
|
8738
8810
|
default: number;
|
8739
8811
|
};
|
8812
|
+
eager: BooleanConstructor;
|
8740
8813
|
rounded: {
|
8741
8814
|
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
8742
8815
|
default: undefined;
|
@@ -8758,7 +8831,6 @@ declare const VSnackbarQueue: {
|
|
8758
8831
|
minWidth: (StringConstructor | NumberConstructor)[];
|
8759
8832
|
vertical: BooleanConstructor;
|
8760
8833
|
tile: BooleanConstructor;
|
8761
|
-
eager: BooleanConstructor;
|
8762
8834
|
location: {
|
8763
8835
|
type: PropType<Anchor>;
|
8764
8836
|
default: string;
|
@@ -8846,6 +8918,7 @@ declare const VSnackbarQueue: {
|
|
8846
8918
|
type: (StringConstructor | NumberConstructor)[];
|
8847
8919
|
default: number;
|
8848
8920
|
};
|
8921
|
+
eager: BooleanConstructor;
|
8849
8922
|
rounded: {
|
8850
8923
|
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
8851
8924
|
default: undefined;
|
@@ -8867,7 +8940,6 @@ declare const VSnackbarQueue: {
|
|
8867
8940
|
minWidth: (StringConstructor | NumberConstructor)[];
|
8868
8941
|
vertical: BooleanConstructor;
|
8869
8942
|
tile: BooleanConstructor;
|
8870
|
-
eager: BooleanConstructor;
|
8871
8943
|
location: {
|
8872
8944
|
type: PropType<Anchor>;
|
8873
8945
|
default: string;
|
@@ -9795,11 +9867,11 @@ declare const VTreeview: {
|
|
9795
9867
|
baseColor?: string | undefined;
|
9796
9868
|
selected?: any;
|
9797
9869
|
bgColor?: string | undefined;
|
9870
|
+
activeColor?: string | undefined;
|
9798
9871
|
activeClass?: string | undefined;
|
9799
9872
|
opened?: any;
|
9800
9873
|
activeStrategy?: ActiveStrategyProp | undefined;
|
9801
9874
|
'onUpdate:opened'?: (() => void) | undefined;
|
9802
|
-
activeColor?: string | undefined;
|
9803
9875
|
customFilter?: FilterFunction | undefined;
|
9804
9876
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
9805
9877
|
'onClick:open'?: ((args_0: {
|
@@ -9889,11 +9961,11 @@ declare const VTreeview: {
|
|
9889
9961
|
baseColor?: string | undefined;
|
9890
9962
|
selected?: any;
|
9891
9963
|
bgColor?: string | undefined;
|
9964
|
+
activeColor?: string | undefined;
|
9892
9965
|
activeClass?: string | undefined;
|
9893
9966
|
opened?: any;
|
9894
9967
|
activeStrategy?: ActiveStrategyProp | undefined;
|
9895
9968
|
'onUpdate:opened'?: (() => void) | undefined;
|
9896
|
-
activeColor?: string | undefined;
|
9897
9969
|
customFilter?: FilterFunction | undefined;
|
9898
9970
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
9899
9971
|
'onClick:open'?: ((args_0: {
|
@@ -10063,11 +10135,11 @@ declare const VTreeview: {
|
|
10063
10135
|
baseColor?: string | undefined;
|
10064
10136
|
selected?: any;
|
10065
10137
|
bgColor?: string | undefined;
|
10138
|
+
activeColor?: string | undefined;
|
10066
10139
|
activeClass?: string | undefined;
|
10067
10140
|
opened?: any;
|
10068
10141
|
activeStrategy?: ActiveStrategyProp | undefined;
|
10069
10142
|
'onUpdate:opened'?: (() => void) | undefined;
|
10070
|
-
activeColor?: string | undefined;
|
10071
10143
|
customFilter?: FilterFunction | undefined;
|
10072
10144
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
10073
10145
|
'onClick:open'?: ((args_0: {
|
@@ -10176,11 +10248,11 @@ declare const VTreeview: {
|
|
10176
10248
|
baseColor?: string | undefined;
|
10177
10249
|
selected?: any;
|
10178
10250
|
bgColor?: string | undefined;
|
10251
|
+
activeColor?: string | undefined;
|
10179
10252
|
activeClass?: string | undefined;
|
10180
10253
|
opened?: any;
|
10181
10254
|
activeStrategy?: ActiveStrategyProp | undefined;
|
10182
10255
|
'onUpdate:opened'?: (() => void) | undefined;
|
10183
|
-
activeColor?: string | undefined;
|
10184
10256
|
customFilter?: FilterFunction | undefined;
|
10185
10257
|
customKeyFilter?: FilterKeyFunctions | undefined;
|
10186
10258
|
'onClick:open'?: ((args_0: {
|
@@ -10368,6 +10440,7 @@ declare const VTreeview: {
|
|
10368
10440
|
baseColor: StringConstructor;
|
10369
10441
|
selected: null;
|
10370
10442
|
bgColor: StringConstructor;
|
10443
|
+
activeColor: StringConstructor;
|
10371
10444
|
slim: {
|
10372
10445
|
type: vue.PropType<boolean>;
|
10373
10446
|
default: boolean;
|
@@ -10390,7 +10463,6 @@ declare const VTreeview: {
|
|
10390
10463
|
default: NonNullable<OpenStrategyProp>;
|
10391
10464
|
};
|
10392
10465
|
'onUpdate:opened': vue.PropType<() => void>;
|
10393
|
-
activeColor: StringConstructor;
|
10394
10466
|
collapseIcon: {
|
10395
10467
|
type: vue.PropType<string>;
|
10396
10468
|
default: string;
|
@@ -10503,6 +10575,7 @@ declare const VTreeview: {
|
|
10503
10575
|
baseColor: StringConstructor;
|
10504
10576
|
selected: null;
|
10505
10577
|
bgColor: StringConstructor;
|
10578
|
+
activeColor: StringConstructor;
|
10506
10579
|
slim: {
|
10507
10580
|
type: vue.PropType<boolean>;
|
10508
10581
|
default: boolean;
|
@@ -10525,7 +10598,6 @@ declare const VTreeview: {
|
|
10525
10598
|
default: NonNullable<OpenStrategyProp>;
|
10526
10599
|
};
|
10527
10600
|
'onUpdate:opened': vue.PropType<() => void>;
|
10528
|
-
activeColor: StringConstructor;
|
10529
10601
|
collapseIcon: {
|
10530
10602
|
type: vue.PropType<string>;
|
10531
10603
|
default: string;
|
@@ -10628,12 +10700,12 @@ declare const VTreeviewItem: {
|
|
10628
10700
|
minWidth?: string | number | undefined;
|
10629
10701
|
elevation?: string | number | undefined;
|
10630
10702
|
baseColor?: string | undefined;
|
10703
|
+
activeColor?: string | undefined;
|
10631
10704
|
prependIcon?: IconValue | undefined;
|
10632
10705
|
appendIcon?: IconValue | undefined;
|
10633
10706
|
activeClass?: string | undefined;
|
10634
10707
|
appendAvatar?: string | undefined;
|
10635
10708
|
prependAvatar?: string | undefined;
|
10636
|
-
activeColor?: string | undefined;
|
10637
10709
|
subtitle?: string | number | undefined;
|
10638
10710
|
lines?: false | "one" | "two" | "three" | undefined;
|
10639
10711
|
toggleIcon?: IconValue | undefined;
|
@@ -10695,12 +10767,12 @@ declare const VTreeviewItem: {
|
|
10695
10767
|
minWidth?: string | number | undefined;
|
10696
10768
|
elevation?: string | number | undefined;
|
10697
10769
|
baseColor?: string | undefined;
|
10770
|
+
activeColor?: string | undefined;
|
10698
10771
|
prependIcon?: IconValue | undefined;
|
10699
10772
|
appendIcon?: IconValue | undefined;
|
10700
10773
|
activeClass?: string | undefined;
|
10701
10774
|
appendAvatar?: string | undefined;
|
10702
10775
|
prependAvatar?: string | undefined;
|
10703
|
-
activeColor?: string | undefined;
|
10704
10776
|
subtitle?: string | number | undefined;
|
10705
10777
|
lines?: false | "one" | "two" | "three" | undefined;
|
10706
10778
|
toggleIcon?: IconValue | undefined;
|
@@ -10803,12 +10875,12 @@ declare const VTreeviewItem: {
|
|
10803
10875
|
minWidth?: string | number | undefined;
|
10804
10876
|
elevation?: string | number | undefined;
|
10805
10877
|
baseColor?: string | undefined;
|
10878
|
+
activeColor?: string | undefined;
|
10806
10879
|
prependIcon?: IconValue | undefined;
|
10807
10880
|
appendIcon?: IconValue | undefined;
|
10808
10881
|
activeClass?: string | undefined;
|
10809
10882
|
appendAvatar?: string | undefined;
|
10810
10883
|
prependAvatar?: string | undefined;
|
10811
|
-
activeColor?: string | undefined;
|
10812
10884
|
subtitle?: string | number | undefined;
|
10813
10885
|
lines?: false | "one" | "two" | "three" | undefined;
|
10814
10886
|
toggleIcon?: IconValue | undefined;
|
@@ -10892,12 +10964,12 @@ declare const VTreeviewItem: {
|
|
10892
10964
|
minWidth?: string | number | undefined;
|
10893
10965
|
elevation?: string | number | undefined;
|
10894
10966
|
baseColor?: string | undefined;
|
10967
|
+
activeColor?: string | undefined;
|
10895
10968
|
prependIcon?: IconValue | undefined;
|
10896
10969
|
appendIcon?: IconValue | undefined;
|
10897
10970
|
activeClass?: string | undefined;
|
10898
10971
|
appendAvatar?: string | undefined;
|
10899
10972
|
prependAvatar?: string | undefined;
|
10900
|
-
activeColor?: string | undefined;
|
10901
10973
|
subtitle?: string | number | undefined;
|
10902
10974
|
lines?: false | "one" | "two" | "three" | undefined;
|
10903
10975
|
toggleIcon?: IconValue | undefined;
|
@@ -11132,9 +11204,9 @@ declare const VTreeviewGroup: {
|
|
11132
11204
|
value?: any;
|
11133
11205
|
color?: string | undefined;
|
11134
11206
|
baseColor?: string | undefined;
|
11207
|
+
activeColor?: string | undefined;
|
11135
11208
|
prependIcon?: IconValue | undefined;
|
11136
11209
|
appendIcon?: IconValue | undefined;
|
11137
|
-
activeColor?: string | undefined;
|
11138
11210
|
} & {
|
11139
11211
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
11140
11212
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -11168,9 +11240,9 @@ declare const VTreeviewGroup: {
|
|
11168
11240
|
value?: any;
|
11169
11241
|
color?: string | undefined;
|
11170
11242
|
baseColor?: string | undefined;
|
11243
|
+
activeColor?: string | undefined;
|
11171
11244
|
prependIcon?: IconValue | undefined;
|
11172
11245
|
appendIcon?: IconValue | undefined;
|
11173
|
-
activeColor?: string | undefined;
|
11174
11246
|
} & {
|
11175
11247
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
11176
11248
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -11227,9 +11299,9 @@ declare const VTreeviewGroup: {
|
|
11227
11299
|
value?: any;
|
11228
11300
|
color?: string | undefined;
|
11229
11301
|
baseColor?: string | undefined;
|
11302
|
+
activeColor?: string | undefined;
|
11230
11303
|
prependIcon?: IconValue | undefined;
|
11231
11304
|
appendIcon?: IconValue | undefined;
|
11232
|
-
activeColor?: string | undefined;
|
11233
11305
|
} & {
|
11234
11306
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
11235
11307
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -11273,9 +11345,9 @@ declare const VTreeviewGroup: {
|
|
11273
11345
|
value?: any;
|
11274
11346
|
color?: string | undefined;
|
11275
11347
|
baseColor?: string | undefined;
|
11348
|
+
activeColor?: string | undefined;
|
11276
11349
|
prependIcon?: IconValue | undefined;
|
11277
11350
|
appendIcon?: IconValue | undefined;
|
11278
|
-
activeColor?: string | undefined;
|
11279
11351
|
} & {
|
11280
11352
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
11281
11353
|
default?: (() => vue.VNodeChild) | undefined;
|
@@ -11327,9 +11399,9 @@ declare const VTreeviewGroup: {
|
|
11327
11399
|
default: string;
|
11328
11400
|
};
|
11329
11401
|
baseColor: StringConstructor;
|
11402
|
+
activeColor: StringConstructor;
|
11330
11403
|
prependIcon: vue.PropType<IconValue>;
|
11331
11404
|
appendIcon: vue.PropType<IconValue>;
|
11332
|
-
activeColor: StringConstructor;
|
11333
11405
|
collapseIcon: Omit<{
|
11334
11406
|
type: vue.PropType<IconValue>;
|
11335
11407
|
default: string;
|
@@ -11359,9 +11431,9 @@ declare const VTreeviewGroup: {
|
|
11359
11431
|
default: string;
|
11360
11432
|
};
|
11361
11433
|
baseColor: StringConstructor;
|
11434
|
+
activeColor: StringConstructor;
|
11362
11435
|
prependIcon: vue.PropType<IconValue>;
|
11363
11436
|
appendIcon: vue.PropType<IconValue>;
|
11364
|
-
activeColor: StringConstructor;
|
11365
11437
|
collapseIcon: Omit<{
|
11366
11438
|
type: vue.PropType<IconValue>;
|
11367
11439
|
default: string;
|