@vuetify/nightly 3.6.3-master.2024-05-05 → 3.6.3-master.2024-05-07
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 +11 -2
- package/dist/json/attributes.json +148 -8
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +118 -118
- package/dist/json/tags.json +36 -1
- package/dist/json/web-types.json +436 -26
- package/dist/vuetify-labs.css +2038 -1778
- package/dist/vuetify-labs.d.ts +631 -317
- package/dist/vuetify-labs.esm.js +72 -92
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +72 -92
- package/dist/vuetify-labs.min.css +3 -3
- package/dist/vuetify.css +2396 -2136
- package/dist/vuetify.d.ts +276 -318
- package/dist/vuetify.esm.js +19 -17
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +19 -17
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -3
- package/dist/vuetify.min.js +15 -15
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +18 -18
- package/lib/components/VBottomSheet/index.d.mts +9 -15
- package/lib/components/VCarousel/index.d.mts +6 -6
- package/lib/components/VCombobox/index.d.mts +18 -18
- package/lib/components/VDialog/index.d.mts +27 -33
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +9 -9
- package/lib/components/VImg/index.d.mts +6 -6
- package/lib/components/VList/VListItem.mjs +3 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +6 -6
- package/lib/components/VMenu/index.d.mts +27 -33
- package/lib/components/VOverlay/VOverlay.mjs +2 -5
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +9 -15
- package/lib/components/VResponsive/VResponsive.mjs +1 -1
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/index.d.mts +6 -6
- package/lib/components/VSelect/index.d.mts +18 -18
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +41 -47
- package/lib/components/VSpeedDial/index.d.mts +9 -15
- package/lib/components/VTabs/VTabs.mjs +8 -3
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.css +5 -5
- package/lib/components/VToolbar/_variables.scss +3 -3
- package/lib/components/VTooltip/index.d.mts +27 -33
- package/lib/components/index.d.mts +236 -278
- package/lib/composables/component.mjs +1 -1
- package/lib/composables/component.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +40 -40
- package/lib/labs/VNumberInput/VNumberInput.mjs +57 -81
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +402 -34
- package/lib/labs/VSnackbarQueue/index.d.mts +41 -47
- package/lib/labs/VTreeview/index.d.mts +6 -6
- package/lib/labs/components.d.mts +442 -86
- package/lib/styles/generic/_colors.scss +1 -0
- package/lib/styles/main.css +260 -0
- package/package.json +2 -2
package/dist/vuetify.d.ts
CHANGED
@@ -4262,7 +4262,7 @@ declare const VListItem: {
|
|
4262
4262
|
prependAvatar?: string | undefined;
|
4263
4263
|
activeColor?: string | undefined;
|
4264
4264
|
subtitle?: string | number | undefined;
|
4265
|
-
lines?: "one" | "two" | "three" | undefined;
|
4265
|
+
lines?: false | "one" | "two" | "three" | undefined;
|
4266
4266
|
} & {
|
4267
4267
|
$children?: vue.VNodeChild | {
|
4268
4268
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
@@ -4339,7 +4339,7 @@ declare const VListItem: {
|
|
4339
4339
|
prependAvatar?: string | undefined;
|
4340
4340
|
activeColor?: string | undefined;
|
4341
4341
|
subtitle?: string | number | undefined;
|
4342
|
-
lines?: "one" | "two" | "three" | undefined;
|
4342
|
+
lines?: false | "one" | "two" | "three" | undefined;
|
4343
4343
|
} & {
|
4344
4344
|
$children?: vue.VNodeChild | {
|
4345
4345
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
@@ -4446,7 +4446,7 @@ declare const VListItem: {
|
|
4446
4446
|
prependAvatar?: string | undefined;
|
4447
4447
|
activeColor?: string | undefined;
|
4448
4448
|
subtitle?: string | number | undefined;
|
4449
|
-
lines?: "one" | "two" | "three" | undefined;
|
4449
|
+
lines?: false | "one" | "two" | "three" | undefined;
|
4450
4450
|
} & {
|
4451
4451
|
$children?: vue.VNodeChild | {
|
4452
4452
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
@@ -4542,7 +4542,7 @@ declare const VListItem: {
|
|
4542
4542
|
prependAvatar?: string | undefined;
|
4543
4543
|
activeColor?: string | undefined;
|
4544
4544
|
subtitle?: string | number | undefined;
|
4545
|
-
lines?: "one" | "two" | "three" | undefined;
|
4545
|
+
lines?: false | "one" | "two" | "three" | undefined;
|
4546
4546
|
} & {
|
4547
4547
|
$children?: vue.VNodeChild | {
|
4548
4548
|
prepend?: ((arg: ListItemSlot) => vue.VNodeChild) | undefined;
|
@@ -4664,7 +4664,7 @@ declare const VListItem: {
|
|
4664
4664
|
appendIcon: PropType<IconValue>;
|
4665
4665
|
baseColor: StringConstructor;
|
4666
4666
|
disabled: BooleanConstructor;
|
4667
|
-
lines: PropType<"one" | "two" | "three">;
|
4667
|
+
lines: PropType<false | "one" | "two" | "three">;
|
4668
4668
|
link: {
|
4669
4669
|
type: BooleanConstructor;
|
4670
4670
|
default: undefined;
|
@@ -4739,7 +4739,7 @@ declare const VListItem: {
|
|
4739
4739
|
appendIcon: PropType<IconValue>;
|
4740
4740
|
baseColor: StringConstructor;
|
4741
4741
|
disabled: BooleanConstructor;
|
4742
|
-
lines: PropType<"one" | "two" | "three">;
|
4742
|
+
lines: PropType<false | "one" | "two" | "three">;
|
4743
4743
|
link: {
|
4744
4744
|
type: BooleanConstructor;
|
4745
4745
|
default: undefined;
|
@@ -5203,7 +5203,7 @@ declare const VAutocomplete: {
|
|
5203
5203
|
component: vue.Component;
|
5204
5204
|
};
|
5205
5205
|
zIndex: string | number;
|
5206
|
-
modelValue: boolean
|
5206
|
+
modelValue: boolean;
|
5207
5207
|
origin: Anchor | "auto" | "overlap";
|
5208
5208
|
eager: boolean;
|
5209
5209
|
location: Anchor;
|
@@ -5232,7 +5232,7 @@ declare const VAutocomplete: {
|
|
5232
5232
|
component: vue.Component;
|
5233
5233
|
};
|
5234
5234
|
zIndex: string | number;
|
5235
|
-
modelValue: boolean
|
5235
|
+
modelValue: boolean;
|
5236
5236
|
origin: Anchor | "auto" | "overlap";
|
5237
5237
|
eager: boolean;
|
5238
5238
|
location: Anchor;
|
@@ -5308,7 +5308,7 @@ declare const VAutocomplete: {
|
|
5308
5308
|
component: vue.Component;
|
5309
5309
|
};
|
5310
5310
|
zIndex: string | number;
|
5311
|
-
modelValue: boolean
|
5311
|
+
modelValue: boolean;
|
5312
5312
|
origin: Anchor | "auto" | "overlap";
|
5313
5313
|
eager: boolean;
|
5314
5314
|
location: Anchor;
|
@@ -5783,7 +5783,7 @@ declare const VAutocomplete: {
|
|
5783
5783
|
component: vue.Component;
|
5784
5784
|
};
|
5785
5785
|
zIndex: string | number;
|
5786
|
-
modelValue: boolean
|
5786
|
+
modelValue: boolean;
|
5787
5787
|
origin: Anchor | "auto" | "overlap";
|
5788
5788
|
eager: boolean;
|
5789
5789
|
location: Anchor;
|
@@ -5812,7 +5812,7 @@ declare const VAutocomplete: {
|
|
5812
5812
|
component: vue.Component;
|
5813
5813
|
};
|
5814
5814
|
zIndex: string | number;
|
5815
|
-
modelValue: boolean
|
5815
|
+
modelValue: boolean;
|
5816
5816
|
origin: Anchor | "auto" | "overlap";
|
5817
5817
|
eager: boolean;
|
5818
5818
|
location: Anchor;
|
@@ -5888,7 +5888,7 @@ declare const VAutocomplete: {
|
|
5888
5888
|
component: vue.Component;
|
5889
5889
|
};
|
5890
5890
|
zIndex: string | number;
|
5891
|
-
modelValue: boolean
|
5891
|
+
modelValue: boolean;
|
5892
5892
|
origin: Anchor | "auto" | "overlap";
|
5893
5893
|
eager: boolean;
|
5894
5894
|
location: Anchor;
|
@@ -6477,7 +6477,7 @@ declare const VAutocomplete: {
|
|
6477
6477
|
component: vue.Component;
|
6478
6478
|
};
|
6479
6479
|
zIndex: string | number;
|
6480
|
-
modelValue: boolean
|
6480
|
+
modelValue: boolean;
|
6481
6481
|
origin: Anchor | "auto" | "overlap";
|
6482
6482
|
eager: boolean;
|
6483
6483
|
location: Anchor;
|
@@ -6506,7 +6506,7 @@ declare const VAutocomplete: {
|
|
6506
6506
|
component: vue.Component;
|
6507
6507
|
};
|
6508
6508
|
zIndex: string | number;
|
6509
|
-
modelValue: boolean
|
6509
|
+
modelValue: boolean;
|
6510
6510
|
origin: Anchor | "auto" | "overlap";
|
6511
6511
|
eager: boolean;
|
6512
6512
|
location: Anchor;
|
@@ -6582,7 +6582,7 @@ declare const VAutocomplete: {
|
|
6582
6582
|
component: vue.Component;
|
6583
6583
|
};
|
6584
6584
|
zIndex: string | number;
|
6585
|
-
modelValue: boolean
|
6585
|
+
modelValue: boolean;
|
6586
6586
|
origin: Anchor | "auto" | "overlap";
|
6587
6587
|
eager: boolean;
|
6588
6588
|
location: Anchor;
|
@@ -7106,7 +7106,7 @@ declare const VAutocomplete: {
|
|
7106
7106
|
component: vue.Component;
|
7107
7107
|
};
|
7108
7108
|
zIndex: string | number;
|
7109
|
-
modelValue: boolean
|
7109
|
+
modelValue: boolean;
|
7110
7110
|
origin: Anchor | "auto" | "overlap";
|
7111
7111
|
eager: boolean;
|
7112
7112
|
location: Anchor;
|
@@ -7135,7 +7135,7 @@ declare const VAutocomplete: {
|
|
7135
7135
|
component: vue.Component;
|
7136
7136
|
};
|
7137
7137
|
zIndex: string | number;
|
7138
|
-
modelValue: boolean
|
7138
|
+
modelValue: boolean;
|
7139
7139
|
origin: Anchor | "auto" | "overlap";
|
7140
7140
|
eager: boolean;
|
7141
7141
|
location: Anchor;
|
@@ -7211,7 +7211,7 @@ declare const VAutocomplete: {
|
|
7211
7211
|
component: vue.Component;
|
7212
7212
|
};
|
7213
7213
|
zIndex: string | number;
|
7214
|
-
modelValue: boolean
|
7214
|
+
modelValue: boolean;
|
7215
7215
|
origin: Anchor | "auto" | "overlap";
|
7216
7216
|
eager: boolean;
|
7217
7217
|
location: Anchor;
|
@@ -7943,7 +7943,7 @@ declare const VAutocomplete: {
|
|
7943
7943
|
component: vue.Component;
|
7944
7944
|
};
|
7945
7945
|
zIndex: string | number;
|
7946
|
-
modelValue: boolean
|
7946
|
+
modelValue: boolean;
|
7947
7947
|
origin: Anchor | "auto" | "overlap";
|
7948
7948
|
eager: boolean;
|
7949
7949
|
location: Anchor;
|
@@ -7972,7 +7972,7 @@ declare const VAutocomplete: {
|
|
7972
7972
|
component: vue.Component;
|
7973
7973
|
};
|
7974
7974
|
zIndex: string | number;
|
7975
|
-
modelValue: boolean
|
7975
|
+
modelValue: boolean;
|
7976
7976
|
origin: Anchor | "auto" | "overlap";
|
7977
7977
|
eager: boolean;
|
7978
7978
|
location: Anchor;
|
@@ -8048,7 +8048,7 @@ declare const VAutocomplete: {
|
|
8048
8048
|
component: vue.Component;
|
8049
8049
|
};
|
8050
8050
|
zIndex: string | number;
|
8051
|
-
modelValue: boolean
|
8051
|
+
modelValue: boolean;
|
8052
8052
|
origin: Anchor | "auto" | "overlap";
|
8053
8053
|
eager: boolean;
|
8054
8054
|
location: Anchor;
|
@@ -8627,7 +8627,7 @@ declare const VAutocomplete: {
|
|
8627
8627
|
component: vue.Component;
|
8628
8628
|
};
|
8629
8629
|
zIndex: string | number;
|
8630
|
-
modelValue: boolean
|
8630
|
+
modelValue: boolean;
|
8631
8631
|
origin: Anchor | "auto" | "overlap";
|
8632
8632
|
eager: boolean;
|
8633
8633
|
location: Anchor;
|
@@ -8656,7 +8656,7 @@ declare const VAutocomplete: {
|
|
8656
8656
|
component: vue.Component;
|
8657
8657
|
};
|
8658
8658
|
zIndex: string | number;
|
8659
|
-
modelValue: boolean
|
8659
|
+
modelValue: boolean;
|
8660
8660
|
origin: Anchor | "auto" | "overlap";
|
8661
8661
|
eager: boolean;
|
8662
8662
|
location: Anchor;
|
@@ -8732,7 +8732,7 @@ declare const VAutocomplete: {
|
|
8732
8732
|
component: vue.Component;
|
8733
8733
|
};
|
8734
8734
|
zIndex: string | number;
|
8735
|
-
modelValue: boolean
|
8735
|
+
modelValue: boolean;
|
8736
8736
|
origin: Anchor | "auto" | "overlap";
|
8737
8737
|
eager: boolean;
|
8738
8738
|
location: Anchor;
|
@@ -10312,7 +10312,7 @@ declare const VBottomSheet: {
|
|
10312
10312
|
component: vue.Component;
|
10313
10313
|
}>;
|
10314
10314
|
zIndex: NonNullable<string | number>;
|
10315
|
-
modelValue: boolean
|
10315
|
+
modelValue: boolean;
|
10316
10316
|
inset: boolean;
|
10317
10317
|
origin: NonNullable<Anchor | "auto" | "overlap">;
|
10318
10318
|
eager: boolean;
|
@@ -10398,7 +10398,7 @@ declare const VBottomSheet: {
|
|
10398
10398
|
component: vue.Component;
|
10399
10399
|
}>;
|
10400
10400
|
zIndex: NonNullable<string | number>;
|
10401
|
-
modelValue: boolean
|
10401
|
+
modelValue: boolean;
|
10402
10402
|
inset: boolean;
|
10403
10403
|
origin: NonNullable<Anchor | "auto" | "overlap">;
|
10404
10404
|
eager: boolean;
|
@@ -10482,7 +10482,7 @@ declare const VBottomSheet: {
|
|
10482
10482
|
component: vue.Component;
|
10483
10483
|
}>;
|
10484
10484
|
zIndex: NonNullable<string | number>;
|
10485
|
-
modelValue: boolean
|
10485
|
+
modelValue: boolean;
|
10486
10486
|
inset: boolean;
|
10487
10487
|
origin: NonNullable<Anchor | "auto" | "overlap">;
|
10488
10488
|
eager: boolean;
|
@@ -10534,7 +10534,7 @@ declare const VBottomSheet: {
|
|
10534
10534
|
component: vue.Component;
|
10535
10535
|
}>;
|
10536
10536
|
zIndex: NonNullable<string | number>;
|
10537
|
-
modelValue: boolean
|
10537
|
+
modelValue: boolean;
|
10538
10538
|
inset: boolean;
|
10539
10539
|
origin: NonNullable<Anchor | "auto" | "overlap">;
|
10540
10540
|
eager: boolean;
|
@@ -10618,7 +10618,7 @@ declare const VBottomSheet: {
|
|
10618
10618
|
component: vue.Component;
|
10619
10619
|
}>;
|
10620
10620
|
zIndex: NonNullable<string | number>;
|
10621
|
-
modelValue: boolean
|
10621
|
+
modelValue: boolean;
|
10622
10622
|
inset: boolean;
|
10623
10623
|
origin: NonNullable<Anchor | "auto" | "overlap">;
|
10624
10624
|
eager: boolean;
|
@@ -10654,7 +10654,7 @@ declare const VBottomSheet: {
|
|
10654
10654
|
component: vue.Component;
|
10655
10655
|
}>;
|
10656
10656
|
zIndex: NonNullable<string | number>;
|
10657
|
-
modelValue: boolean
|
10657
|
+
modelValue: boolean;
|
10658
10658
|
inset: boolean;
|
10659
10659
|
origin: NonNullable<Anchor | "auto" | "overlap">;
|
10660
10660
|
eager: boolean;
|
@@ -10740,7 +10740,7 @@ declare const VBottomSheet: {
|
|
10740
10740
|
component: vue.Component;
|
10741
10741
|
}>;
|
10742
10742
|
zIndex: NonNullable<string | number>;
|
10743
|
-
modelValue: boolean
|
10743
|
+
modelValue: boolean;
|
10744
10744
|
inset: boolean;
|
10745
10745
|
origin: NonNullable<Anchor | "auto" | "overlap">;
|
10746
10746
|
eager: boolean;
|
@@ -10875,10 +10875,7 @@ declare const VBottomSheet: {
|
|
10875
10875
|
disabled: BooleanConstructor;
|
10876
10876
|
opacity: (StringConstructor | NumberConstructor)[];
|
10877
10877
|
noClickAnimation: BooleanConstructor;
|
10878
|
-
modelValue:
|
10879
|
-
type: vue.PropType<boolean | null>;
|
10880
|
-
default: null;
|
10881
|
-
};
|
10878
|
+
modelValue: BooleanConstructor;
|
10882
10879
|
persistent: BooleanConstructor;
|
10883
10880
|
scrim: {
|
10884
10881
|
type: (StringConstructor | BooleanConstructor)[];
|
@@ -10998,10 +10995,7 @@ declare const VBottomSheet: {
|
|
10998
10995
|
disabled: BooleanConstructor;
|
10999
10996
|
opacity: (StringConstructor | NumberConstructor)[];
|
11000
10997
|
noClickAnimation: BooleanConstructor;
|
11001
|
-
modelValue:
|
11002
|
-
type: vue.PropType<boolean | null>;
|
11003
|
-
default: null;
|
11004
|
-
};
|
10998
|
+
modelValue: BooleanConstructor;
|
11005
10999
|
persistent: BooleanConstructor;
|
11006
11000
|
scrim: {
|
11007
11001
|
type: (StringConstructor | BooleanConstructor)[];
|
@@ -14584,7 +14578,7 @@ declare const VImg: {
|
|
14584
14578
|
sizes?: string | undefined;
|
14585
14579
|
position?: string | undefined;
|
14586
14580
|
rounded?: string | number | boolean | undefined;
|
14587
|
-
contentClass?:
|
14581
|
+
contentClass?: any;
|
14588
14582
|
maxHeight?: string | number | undefined;
|
14589
14583
|
maxWidth?: string | number | undefined;
|
14590
14584
|
minHeight?: string | number | undefined;
|
@@ -14648,7 +14642,7 @@ declare const VImg: {
|
|
14648
14642
|
sizes?: string | undefined;
|
14649
14643
|
position?: string | undefined;
|
14650
14644
|
rounded?: string | number | boolean | undefined;
|
14651
|
-
contentClass?:
|
14645
|
+
contentClass?: any;
|
14652
14646
|
maxHeight?: string | number | undefined;
|
14653
14647
|
maxWidth?: string | number | undefined;
|
14654
14648
|
minHeight?: string | number | undefined;
|
@@ -14735,7 +14729,7 @@ declare const VImg: {
|
|
14735
14729
|
sizes?: string | undefined;
|
14736
14730
|
position?: string | undefined;
|
14737
14731
|
rounded?: string | number | boolean | undefined;
|
14738
|
-
contentClass?:
|
14732
|
+
contentClass?: any;
|
14739
14733
|
maxHeight?: string | number | undefined;
|
14740
14734
|
maxWidth?: string | number | undefined;
|
14741
14735
|
minHeight?: string | number | undefined;
|
@@ -14812,7 +14806,7 @@ declare const VImg: {
|
|
14812
14806
|
sizes?: string | undefined;
|
14813
14807
|
position?: string | undefined;
|
14814
14808
|
rounded?: string | number | boolean | undefined;
|
14815
|
-
contentClass?:
|
14809
|
+
contentClass?: any;
|
14816
14810
|
maxHeight?: string | number | undefined;
|
14817
14811
|
maxWidth?: string | number | undefined;
|
14818
14812
|
minHeight?: string | number | undefined;
|
@@ -14906,7 +14900,7 @@ declare const VImg: {
|
|
14906
14900
|
minWidth: (StringConstructor | NumberConstructor)[];
|
14907
14901
|
width: (StringConstructor | NumberConstructor)[];
|
14908
14902
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
14909
|
-
contentClass:
|
14903
|
+
contentClass: null;
|
14910
14904
|
inline: BooleanConstructor;
|
14911
14905
|
alt: StringConstructor;
|
14912
14906
|
cover: BooleanConstructor;
|
@@ -14960,7 +14954,7 @@ declare const VImg: {
|
|
14960
14954
|
minWidth: (StringConstructor | NumberConstructor)[];
|
14961
14955
|
width: (StringConstructor | NumberConstructor)[];
|
14962
14956
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
14963
|
-
contentClass:
|
14957
|
+
contentClass: null;
|
14964
14958
|
inline: BooleanConstructor;
|
14965
14959
|
alt: StringConstructor;
|
14966
14960
|
cover: BooleanConstructor;
|
@@ -15014,7 +15008,7 @@ declare const VCarouselItem: {
|
|
15014
15008
|
transition?: string | boolean | undefined;
|
15015
15009
|
position?: string | undefined;
|
15016
15010
|
rounded?: string | number | boolean | undefined;
|
15017
|
-
contentClass?:
|
15011
|
+
contentClass?: any;
|
15018
15012
|
maxHeight?: string | number | undefined;
|
15019
15013
|
maxWidth?: string | number | undefined;
|
15020
15014
|
minHeight?: string | number | undefined;
|
@@ -15066,7 +15060,7 @@ declare const VCarouselItem: {
|
|
15066
15060
|
transition?: string | boolean | undefined;
|
15067
15061
|
position?: string | undefined;
|
15068
15062
|
rounded?: string | number | boolean | undefined;
|
15069
|
-
contentClass?:
|
15063
|
+
contentClass?: any;
|
15070
15064
|
maxHeight?: string | number | undefined;
|
15071
15065
|
maxWidth?: string | number | undefined;
|
15072
15066
|
minHeight?: string | number | undefined;
|
@@ -15151,7 +15145,7 @@ declare const VCarouselItem: {
|
|
15151
15145
|
transition?: string | boolean | undefined;
|
15152
15146
|
position?: string | undefined;
|
15153
15147
|
rounded?: string | number | boolean | undefined;
|
15154
|
-
contentClass?:
|
15148
|
+
contentClass?: any;
|
15155
15149
|
maxHeight?: string | number | undefined;
|
15156
15150
|
maxWidth?: string | number | undefined;
|
15157
15151
|
minHeight?: string | number | undefined;
|
@@ -15220,7 +15214,7 @@ declare const VCarouselItem: {
|
|
15220
15214
|
transition?: string | boolean | undefined;
|
15221
15215
|
position?: string | undefined;
|
15222
15216
|
rounded?: string | number | boolean | undefined;
|
15223
|
-
contentClass?:
|
15217
|
+
contentClass?: any;
|
15224
15218
|
maxHeight?: string | number | undefined;
|
15225
15219
|
maxWidth?: string | number | undefined;
|
15226
15220
|
minHeight?: string | number | undefined;
|
@@ -15307,7 +15301,7 @@ declare const VCarouselItem: {
|
|
15307
15301
|
minWidth: (StringConstructor | NumberConstructor)[];
|
15308
15302
|
width: (StringConstructor | NumberConstructor)[];
|
15309
15303
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
15310
|
-
contentClass:
|
15304
|
+
contentClass: null;
|
15311
15305
|
inline: BooleanConstructor;
|
15312
15306
|
alt: StringConstructor;
|
15313
15307
|
cover: BooleanConstructor;
|
@@ -15365,7 +15359,7 @@ declare const VCarouselItem: {
|
|
15365
15359
|
minWidth: (StringConstructor | NumberConstructor)[];
|
15366
15360
|
width: (StringConstructor | NumberConstructor)[];
|
15367
15361
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
15368
|
-
contentClass:
|
15362
|
+
contentClass: null;
|
15369
15363
|
inline: BooleanConstructor;
|
15370
15364
|
alt: StringConstructor;
|
15371
15365
|
cover: BooleanConstructor;
|
@@ -19049,7 +19043,7 @@ declare const VCombobox: {
|
|
19049
19043
|
component: vue.Component;
|
19050
19044
|
};
|
19051
19045
|
zIndex: string | number;
|
19052
|
-
modelValue: boolean
|
19046
|
+
modelValue: boolean;
|
19053
19047
|
origin: Anchor | "auto" | "overlap";
|
19054
19048
|
eager: boolean;
|
19055
19049
|
location: Anchor;
|
@@ -19078,7 +19072,7 @@ declare const VCombobox: {
|
|
19078
19072
|
component: vue.Component;
|
19079
19073
|
};
|
19080
19074
|
zIndex: string | number;
|
19081
|
-
modelValue: boolean
|
19075
|
+
modelValue: boolean;
|
19082
19076
|
origin: Anchor | "auto" | "overlap";
|
19083
19077
|
eager: boolean;
|
19084
19078
|
location: Anchor;
|
@@ -19154,7 +19148,7 @@ declare const VCombobox: {
|
|
19154
19148
|
component: vue.Component;
|
19155
19149
|
};
|
19156
19150
|
zIndex: string | number;
|
19157
|
-
modelValue: boolean
|
19151
|
+
modelValue: boolean;
|
19158
19152
|
origin: Anchor | "auto" | "overlap";
|
19159
19153
|
eager: boolean;
|
19160
19154
|
location: Anchor;
|
@@ -19629,7 +19623,7 @@ declare const VCombobox: {
|
|
19629
19623
|
component: vue.Component;
|
19630
19624
|
};
|
19631
19625
|
zIndex: string | number;
|
19632
|
-
modelValue: boolean
|
19626
|
+
modelValue: boolean;
|
19633
19627
|
origin: Anchor | "auto" | "overlap";
|
19634
19628
|
eager: boolean;
|
19635
19629
|
location: Anchor;
|
@@ -19658,7 +19652,7 @@ declare const VCombobox: {
|
|
19658
19652
|
component: vue.Component;
|
19659
19653
|
};
|
19660
19654
|
zIndex: string | number;
|
19661
|
-
modelValue: boolean
|
19655
|
+
modelValue: boolean;
|
19662
19656
|
origin: Anchor | "auto" | "overlap";
|
19663
19657
|
eager: boolean;
|
19664
19658
|
location: Anchor;
|
@@ -19734,7 +19728,7 @@ declare const VCombobox: {
|
|
19734
19728
|
component: vue.Component;
|
19735
19729
|
};
|
19736
19730
|
zIndex: string | number;
|
19737
|
-
modelValue: boolean
|
19731
|
+
modelValue: boolean;
|
19738
19732
|
origin: Anchor | "auto" | "overlap";
|
19739
19733
|
eager: boolean;
|
19740
19734
|
location: Anchor;
|
@@ -20323,7 +20317,7 @@ declare const VCombobox: {
|
|
20323
20317
|
component: vue.Component;
|
20324
20318
|
};
|
20325
20319
|
zIndex: string | number;
|
20326
|
-
modelValue: boolean
|
20320
|
+
modelValue: boolean;
|
20327
20321
|
origin: Anchor | "auto" | "overlap";
|
20328
20322
|
eager: boolean;
|
20329
20323
|
location: Anchor;
|
@@ -20352,7 +20346,7 @@ declare const VCombobox: {
|
|
20352
20346
|
component: vue.Component;
|
20353
20347
|
};
|
20354
20348
|
zIndex: string | number;
|
20355
|
-
modelValue: boolean
|
20349
|
+
modelValue: boolean;
|
20356
20350
|
origin: Anchor | "auto" | "overlap";
|
20357
20351
|
eager: boolean;
|
20358
20352
|
location: Anchor;
|
@@ -20428,7 +20422,7 @@ declare const VCombobox: {
|
|
20428
20422
|
component: vue.Component;
|
20429
20423
|
};
|
20430
20424
|
zIndex: string | number;
|
20431
|
-
modelValue: boolean
|
20425
|
+
modelValue: boolean;
|
20432
20426
|
origin: Anchor | "auto" | "overlap";
|
20433
20427
|
eager: boolean;
|
20434
20428
|
location: Anchor;
|
@@ -20952,7 +20946,7 @@ declare const VCombobox: {
|
|
20952
20946
|
component: vue.Component;
|
20953
20947
|
};
|
20954
20948
|
zIndex: string | number;
|
20955
|
-
modelValue: boolean
|
20949
|
+
modelValue: boolean;
|
20956
20950
|
origin: Anchor | "auto" | "overlap";
|
20957
20951
|
eager: boolean;
|
20958
20952
|
location: Anchor;
|
@@ -20981,7 +20975,7 @@ declare const VCombobox: {
|
|
20981
20975
|
component: vue.Component;
|
20982
20976
|
};
|
20983
20977
|
zIndex: string | number;
|
20984
|
-
modelValue: boolean
|
20978
|
+
modelValue: boolean;
|
20985
20979
|
origin: Anchor | "auto" | "overlap";
|
20986
20980
|
eager: boolean;
|
20987
20981
|
location: Anchor;
|
@@ -21057,7 +21051,7 @@ declare const VCombobox: {
|
|
21057
21051
|
component: vue.Component;
|
21058
21052
|
};
|
21059
21053
|
zIndex: string | number;
|
21060
|
-
modelValue: boolean
|
21054
|
+
modelValue: boolean;
|
21061
21055
|
origin: Anchor | "auto" | "overlap";
|
21062
21056
|
eager: boolean;
|
21063
21057
|
location: Anchor;
|
@@ -21795,7 +21789,7 @@ declare const VCombobox: {
|
|
21795
21789
|
component: vue.Component;
|
21796
21790
|
};
|
21797
21791
|
zIndex: string | number;
|
21798
|
-
modelValue: boolean
|
21792
|
+
modelValue: boolean;
|
21799
21793
|
origin: Anchor | "auto" | "overlap";
|
21800
21794
|
eager: boolean;
|
21801
21795
|
location: Anchor;
|
@@ -21824,7 +21818,7 @@ declare const VCombobox: {
|
|
21824
21818
|
component: vue.Component;
|
21825
21819
|
};
|
21826
21820
|
zIndex: string | number;
|
21827
|
-
modelValue: boolean
|
21821
|
+
modelValue: boolean;
|
21828
21822
|
origin: Anchor | "auto" | "overlap";
|
21829
21823
|
eager: boolean;
|
21830
21824
|
location: Anchor;
|
@@ -21900,7 +21894,7 @@ declare const VCombobox: {
|
|
21900
21894
|
component: vue.Component;
|
21901
21895
|
};
|
21902
21896
|
zIndex: string | number;
|
21903
|
-
modelValue: boolean
|
21897
|
+
modelValue: boolean;
|
21904
21898
|
origin: Anchor | "auto" | "overlap";
|
21905
21899
|
eager: boolean;
|
21906
21900
|
location: Anchor;
|
@@ -22488,7 +22482,7 @@ declare const VCombobox: {
|
|
22488
22482
|
component: vue.Component;
|
22489
22483
|
};
|
22490
22484
|
zIndex: string | number;
|
22491
|
-
modelValue: boolean
|
22485
|
+
modelValue: boolean;
|
22492
22486
|
origin: Anchor | "auto" | "overlap";
|
22493
22487
|
eager: boolean;
|
22494
22488
|
location: Anchor;
|
@@ -22517,7 +22511,7 @@ declare const VCombobox: {
|
|
22517
22511
|
component: vue.Component;
|
22518
22512
|
};
|
22519
22513
|
zIndex: string | number;
|
22520
|
-
modelValue: boolean
|
22514
|
+
modelValue: boolean;
|
22521
22515
|
origin: Anchor | "auto" | "overlap";
|
22522
22516
|
eager: boolean;
|
22523
22517
|
location: Anchor;
|
@@ -22593,7 +22587,7 @@ declare const VCombobox: {
|
|
22593
22587
|
component: vue.Component;
|
22594
22588
|
};
|
22595
22589
|
zIndex: string | number;
|
22596
|
-
modelValue: boolean
|
22590
|
+
modelValue: boolean;
|
22597
22591
|
origin: Anchor | "auto" | "overlap";
|
22598
22592
|
eager: boolean;
|
22599
22593
|
location: Anchor;
|
@@ -29879,7 +29873,7 @@ declare const VDialog: {
|
|
29879
29873
|
component: Component;
|
29880
29874
|
};
|
29881
29875
|
zIndex: NonNullable<string | number>;
|
29882
|
-
modelValue: boolean
|
29876
|
+
modelValue: boolean;
|
29883
29877
|
origin: NonNullable<Anchor | "auto" | "overlap">;
|
29884
29878
|
eager: boolean;
|
29885
29879
|
location: Anchor;
|
@@ -29964,7 +29958,7 @@ declare const VDialog: {
|
|
29964
29958
|
component?: Component | undefined;
|
29965
29959
|
});
|
29966
29960
|
zIndex: string | number;
|
29967
|
-
modelValue: boolean
|
29961
|
+
modelValue: boolean;
|
29968
29962
|
origin: Anchor | "auto" | "overlap";
|
29969
29963
|
eager: boolean;
|
29970
29964
|
location: Anchor;
|
@@ -29991,7 +29985,7 @@ declare const VDialog: {
|
|
29991
29985
|
component?: Component | undefined;
|
29992
29986
|
});
|
29993
29987
|
zIndex: string | number;
|
29994
|
-
modelValue: boolean
|
29988
|
+
modelValue: boolean;
|
29995
29989
|
origin: Anchor | "auto" | "overlap";
|
29996
29990
|
eager: boolean;
|
29997
29991
|
location: Anchor;
|
@@ -30069,7 +30063,7 @@ declare const VDialog: {
|
|
30069
30063
|
component?: Component | undefined;
|
30070
30064
|
});
|
30071
30065
|
zIndex: string | number;
|
30072
|
-
modelValue: boolean
|
30066
|
+
modelValue: boolean;
|
30073
30067
|
origin: Anchor | "auto" | "overlap";
|
30074
30068
|
eager: boolean;
|
30075
30069
|
location: Anchor;
|
@@ -30176,7 +30170,7 @@ declare const VDialog: {
|
|
30176
30170
|
component?: Component | undefined;
|
30177
30171
|
});
|
30178
30172
|
zIndex: string | number;
|
30179
|
-
modelValue: boolean
|
30173
|
+
modelValue: boolean;
|
30180
30174
|
origin: Anchor | "auto" | "overlap";
|
30181
30175
|
eager: boolean;
|
30182
30176
|
location: Anchor;
|
@@ -30272,7 +30266,7 @@ declare const VDialog: {
|
|
30272
30266
|
component?: Component | undefined;
|
30273
30267
|
});
|
30274
30268
|
zIndex: string | number;
|
30275
|
-
modelValue: boolean
|
30269
|
+
modelValue: boolean;
|
30276
30270
|
origin: Anchor | "auto" | "overlap";
|
30277
30271
|
eager: boolean;
|
30278
30272
|
location: Anchor;
|
@@ -30332,7 +30326,7 @@ declare const VDialog: {
|
|
30332
30326
|
component?: Component | undefined;
|
30333
30327
|
});
|
30334
30328
|
zIndex: string | number;
|
30335
|
-
modelValue: boolean
|
30329
|
+
modelValue: boolean;
|
30336
30330
|
origin: Anchor | "auto" | "overlap";
|
30337
30331
|
eager: boolean;
|
30338
30332
|
location: Anchor;
|
@@ -30428,7 +30422,7 @@ declare const VDialog: {
|
|
30428
30422
|
component: Component;
|
30429
30423
|
};
|
30430
30424
|
zIndex: NonNullable<string | number>;
|
30431
|
-
modelValue: boolean
|
30425
|
+
modelValue: boolean;
|
30432
30426
|
origin: NonNullable<Anchor | "auto" | "overlap">;
|
30433
30427
|
eager: boolean;
|
30434
30428
|
location: Anchor;
|
@@ -30512,7 +30506,7 @@ declare const VDialog: {
|
|
30512
30506
|
component: Component;
|
30513
30507
|
};
|
30514
30508
|
zIndex: NonNullable<string | number>;
|
30515
|
-
modelValue: boolean
|
30509
|
+
modelValue: boolean;
|
30516
30510
|
origin: NonNullable<Anchor | "auto" | "overlap">;
|
30517
30511
|
eager: boolean;
|
30518
30512
|
location: Anchor;
|
@@ -30563,7 +30557,7 @@ declare const VDialog: {
|
|
30563
30557
|
component: Component;
|
30564
30558
|
};
|
30565
30559
|
zIndex: NonNullable<string | number>;
|
30566
|
-
modelValue: boolean
|
30560
|
+
modelValue: boolean;
|
30567
30561
|
origin: NonNullable<Anchor | "auto" | "overlap">;
|
30568
30562
|
eager: boolean;
|
30569
30563
|
location: Anchor;
|
@@ -30648,7 +30642,7 @@ declare const VDialog: {
|
|
30648
30642
|
component?: Component | undefined;
|
30649
30643
|
});
|
30650
30644
|
zIndex: string | number;
|
30651
|
-
modelValue: boolean
|
30645
|
+
modelValue: boolean;
|
30652
30646
|
origin: Anchor | "auto" | "overlap";
|
30653
30647
|
eager: boolean;
|
30654
30648
|
location: Anchor;
|
@@ -30675,7 +30669,7 @@ declare const VDialog: {
|
|
30675
30669
|
component?: Component | undefined;
|
30676
30670
|
});
|
30677
30671
|
zIndex: string | number;
|
30678
|
-
modelValue: boolean
|
30672
|
+
modelValue: boolean;
|
30679
30673
|
origin: Anchor | "auto" | "overlap";
|
30680
30674
|
eager: boolean;
|
30681
30675
|
location: Anchor;
|
@@ -30753,7 +30747,7 @@ declare const VDialog: {
|
|
30753
30747
|
component?: Component | undefined;
|
30754
30748
|
});
|
30755
30749
|
zIndex: string | number;
|
30756
|
-
modelValue: boolean
|
30750
|
+
modelValue: boolean;
|
30757
30751
|
origin: Anchor | "auto" | "overlap";
|
30758
30752
|
eager: boolean;
|
30759
30753
|
location: Anchor;
|
@@ -30860,7 +30854,7 @@ declare const VDialog: {
|
|
30860
30854
|
component?: Component | undefined;
|
30861
30855
|
});
|
30862
30856
|
zIndex: string | number;
|
30863
|
-
modelValue: boolean
|
30857
|
+
modelValue: boolean;
|
30864
30858
|
origin: Anchor | "auto" | "overlap";
|
30865
30859
|
eager: boolean;
|
30866
30860
|
location: Anchor;
|
@@ -30956,7 +30950,7 @@ declare const VDialog: {
|
|
30956
30950
|
component?: Component | undefined;
|
30957
30951
|
});
|
30958
30952
|
zIndex: string | number;
|
30959
|
-
modelValue: boolean
|
30953
|
+
modelValue: boolean;
|
30960
30954
|
origin: Anchor | "auto" | "overlap";
|
30961
30955
|
eager: boolean;
|
30962
30956
|
location: Anchor;
|
@@ -31016,7 +31010,7 @@ declare const VDialog: {
|
|
31016
31010
|
component?: Component | undefined;
|
31017
31011
|
});
|
31018
31012
|
zIndex: string | number;
|
31019
|
-
modelValue: boolean
|
31013
|
+
modelValue: boolean;
|
31020
31014
|
origin: Anchor | "auto" | "overlap";
|
31021
31015
|
eager: boolean;
|
31022
31016
|
location: Anchor;
|
@@ -31109,7 +31103,7 @@ declare const VDialog: {
|
|
31109
31103
|
component: Component;
|
31110
31104
|
};
|
31111
31105
|
zIndex: NonNullable<string | number>;
|
31112
|
-
modelValue: boolean
|
31106
|
+
modelValue: boolean;
|
31113
31107
|
origin: NonNullable<Anchor | "auto" | "overlap">;
|
31114
31108
|
eager: boolean;
|
31115
31109
|
location: Anchor;
|
@@ -31144,7 +31138,7 @@ declare const VDialog: {
|
|
31144
31138
|
component: Component;
|
31145
31139
|
};
|
31146
31140
|
zIndex: NonNullable<string | number>;
|
31147
|
-
modelValue: boolean
|
31141
|
+
modelValue: boolean;
|
31148
31142
|
origin: NonNullable<Anchor | "auto" | "overlap">;
|
31149
31143
|
eager: boolean;
|
31150
31144
|
location: Anchor;
|
@@ -31229,7 +31223,7 @@ declare const VDialog: {
|
|
31229
31223
|
component?: Component | undefined;
|
31230
31224
|
});
|
31231
31225
|
zIndex: string | number;
|
31232
|
-
modelValue: boolean
|
31226
|
+
modelValue: boolean;
|
31233
31227
|
origin: Anchor | "auto" | "overlap";
|
31234
31228
|
eager: boolean;
|
31235
31229
|
location: Anchor;
|
@@ -31256,7 +31250,7 @@ declare const VDialog: {
|
|
31256
31250
|
component?: Component | undefined;
|
31257
31251
|
});
|
31258
31252
|
zIndex: string | number;
|
31259
|
-
modelValue: boolean
|
31253
|
+
modelValue: boolean;
|
31260
31254
|
origin: Anchor | "auto" | "overlap";
|
31261
31255
|
eager: boolean;
|
31262
31256
|
location: Anchor;
|
@@ -31334,7 +31328,7 @@ declare const VDialog: {
|
|
31334
31328
|
component?: Component | undefined;
|
31335
31329
|
});
|
31336
31330
|
zIndex: string | number;
|
31337
|
-
modelValue: boolean
|
31331
|
+
modelValue: boolean;
|
31338
31332
|
origin: Anchor | "auto" | "overlap";
|
31339
31333
|
eager: boolean;
|
31340
31334
|
location: Anchor;
|
@@ -31441,7 +31435,7 @@ declare const VDialog: {
|
|
31441
31435
|
component?: Component | undefined;
|
31442
31436
|
});
|
31443
31437
|
zIndex: string | number;
|
31444
|
-
modelValue: boolean
|
31438
|
+
modelValue: boolean;
|
31445
31439
|
origin: Anchor | "auto" | "overlap";
|
31446
31440
|
eager: boolean;
|
31447
31441
|
location: Anchor;
|
@@ -31537,7 +31531,7 @@ declare const VDialog: {
|
|
31537
31531
|
component?: Component | undefined;
|
31538
31532
|
});
|
31539
31533
|
zIndex: string | number;
|
31540
|
-
modelValue: boolean
|
31534
|
+
modelValue: boolean;
|
31541
31535
|
origin: Anchor | "auto" | "overlap";
|
31542
31536
|
eager: boolean;
|
31543
31537
|
location: Anchor;
|
@@ -31597,7 +31591,7 @@ declare const VDialog: {
|
|
31597
31591
|
component?: Component | undefined;
|
31598
31592
|
});
|
31599
31593
|
zIndex: string | number;
|
31600
|
-
modelValue: boolean
|
31594
|
+
modelValue: boolean;
|
31601
31595
|
origin: Anchor | "auto" | "overlap";
|
31602
31596
|
eager: boolean;
|
31603
31597
|
location: Anchor;
|
@@ -31693,7 +31687,7 @@ declare const VDialog: {
|
|
31693
31687
|
component: Component;
|
31694
31688
|
};
|
31695
31689
|
zIndex: NonNullable<string | number>;
|
31696
|
-
modelValue: boolean
|
31690
|
+
modelValue: boolean;
|
31697
31691
|
origin: NonNullable<Anchor | "auto" | "overlap">;
|
31698
31692
|
eager: boolean;
|
31699
31693
|
location: Anchor;
|
@@ -31816,10 +31810,7 @@ declare const VDialog: {
|
|
31816
31810
|
disabled: BooleanConstructor;
|
31817
31811
|
opacity: (StringConstructor | NumberConstructor)[];
|
31818
31812
|
noClickAnimation: BooleanConstructor;
|
31819
|
-
modelValue:
|
31820
|
-
type: vue.PropType<boolean | null>;
|
31821
|
-
default: null;
|
31822
|
-
};
|
31813
|
+
modelValue: BooleanConstructor;
|
31823
31814
|
persistent: BooleanConstructor;
|
31824
31815
|
scrim: {
|
31825
31816
|
type: (StringConstructor | BooleanConstructor)[];
|
@@ -31927,10 +31918,7 @@ declare const VDialog: {
|
|
31927
31918
|
disabled: BooleanConstructor;
|
31928
31919
|
opacity: (StringConstructor | NumberConstructor)[];
|
31929
31920
|
noClickAnimation: BooleanConstructor;
|
31930
|
-
modelValue:
|
31931
|
-
type: vue.PropType<boolean | null>;
|
31932
|
-
default: null;
|
31933
|
-
};
|
31921
|
+
modelValue: BooleanConstructor;
|
31934
31922
|
persistent: BooleanConstructor;
|
31935
31923
|
scrim: {
|
31936
31924
|
type: (StringConstructor | BooleanConstructor)[];
|
@@ -34315,7 +34303,7 @@ declare const VFileInput: {
|
|
34315
34303
|
maxErrors: string | number;
|
34316
34304
|
readonly: boolean | null;
|
34317
34305
|
rules: readonly ValidationRule$1[];
|
34318
|
-
modelValue: File | File[];
|
34306
|
+
modelValue: File | File[] | null;
|
34319
34307
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
34320
34308
|
multiple: boolean;
|
34321
34309
|
tile: boolean;
|
@@ -34700,7 +34688,7 @@ declare const VFileInput: {
|
|
34700
34688
|
maxErrors: string | number;
|
34701
34689
|
readonly: boolean | null;
|
34702
34690
|
rules: readonly ValidationRule$1[];
|
34703
|
-
modelValue: File | File[];
|
34691
|
+
modelValue: File | File[] | null;
|
34704
34692
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
34705
34693
|
multiple: boolean;
|
34706
34694
|
tile: boolean;
|
@@ -34835,7 +34823,7 @@ declare const VFileInput: {
|
|
34835
34823
|
maxErrors: string | number;
|
34836
34824
|
readonly: boolean | null;
|
34837
34825
|
rules: readonly ValidationRule$1[];
|
34838
|
-
modelValue: File | File[];
|
34826
|
+
modelValue: File | File[] | null;
|
34839
34827
|
rounded: string | number | boolean;
|
34840
34828
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
34841
34829
|
multiple: boolean;
|
@@ -34923,7 +34911,7 @@ declare const VFileInput: {
|
|
34923
34911
|
maxErrors: string | number;
|
34924
34912
|
readonly: boolean | null;
|
34925
34913
|
rules: readonly ValidationRule$1[];
|
34926
|
-
modelValue: File | File[];
|
34914
|
+
modelValue: File | File[] | null;
|
34927
34915
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
34928
34916
|
multiple: boolean;
|
34929
34917
|
tile: boolean;
|
@@ -35303,7 +35291,7 @@ declare const VFileInput: {
|
|
35303
35291
|
maxErrors: string | number;
|
35304
35292
|
readonly: boolean | null;
|
35305
35293
|
rules: readonly ValidationRule$1[];
|
35306
|
-
modelValue: File | File[];
|
35294
|
+
modelValue: File | File[] | null;
|
35307
35295
|
rounded: string | number | boolean;
|
35308
35296
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
35309
35297
|
multiple: boolean;
|
@@ -35342,7 +35330,7 @@ declare const VFileInput: {
|
|
35342
35330
|
maxErrors: string | number;
|
35343
35331
|
readonly: boolean | null;
|
35344
35332
|
rules: readonly ValidationRule$1[];
|
35345
|
-
modelValue: File | File[];
|
35333
|
+
modelValue: File | File[] | null;
|
35346
35334
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
35347
35335
|
multiple: boolean;
|
35348
35336
|
tile: boolean;
|
@@ -35727,7 +35715,7 @@ declare const VFileInput: {
|
|
35727
35715
|
maxErrors: string | number;
|
35728
35716
|
readonly: boolean | null;
|
35729
35717
|
rules: readonly ValidationRule$1[];
|
35730
|
-
modelValue: File | File[];
|
35718
|
+
modelValue: File | File[] | null;
|
35731
35719
|
rounded: string | number | boolean;
|
35732
35720
|
variant: "underlined" | "filled" | "outlined" | "plain" | "solo" | "solo-inverted" | "solo-filled";
|
35733
35721
|
multiple: boolean;
|
@@ -35845,7 +35833,7 @@ declare const VFileInput: {
|
|
35845
35833
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
35846
35834
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
35847
35835
|
modelValue: {
|
35848
|
-
type: PropType<File | File[]>;
|
35836
|
+
type: PropType<File | File[] | null>;
|
35849
35837
|
default: (props: any) => never[] | null;
|
35850
35838
|
validator: (val: any) => boolean;
|
35851
35839
|
};
|
@@ -35967,7 +35955,7 @@ declare const VFileInput: {
|
|
35967
35955
|
'onClick:appendInner': PropType<(args_0: MouseEvent) => void>;
|
35968
35956
|
'onClick:prependInner': PropType<(args_0: MouseEvent) => void>;
|
35969
35957
|
modelValue: {
|
35970
|
-
type: PropType<File | File[]>;
|
35958
|
+
type: PropType<File | File[] | null>;
|
35971
35959
|
default: (props: any) => never[] | null;
|
35972
35960
|
validator: (val: any) => boolean;
|
35973
35961
|
};
|
@@ -41758,7 +41746,7 @@ declare const VMenu: {
|
|
41758
41746
|
component: Component;
|
41759
41747
|
};
|
41760
41748
|
zIndex: string | number;
|
41761
|
-
modelValue: boolean
|
41749
|
+
modelValue: boolean;
|
41762
41750
|
origin: Anchor | "auto" | "overlap";
|
41763
41751
|
eager: boolean;
|
41764
41752
|
location: Anchor;
|
@@ -41843,7 +41831,7 @@ declare const VMenu: {
|
|
41843
41831
|
component?: Component | undefined;
|
41844
41832
|
});
|
41845
41833
|
zIndex: string | number;
|
41846
|
-
modelValue: boolean
|
41834
|
+
modelValue: boolean;
|
41847
41835
|
origin: Anchor | "auto" | "overlap";
|
41848
41836
|
eager: boolean;
|
41849
41837
|
location: Anchor;
|
@@ -41870,7 +41858,7 @@ declare const VMenu: {
|
|
41870
41858
|
component?: Component | undefined;
|
41871
41859
|
});
|
41872
41860
|
zIndex: string | number;
|
41873
|
-
modelValue: boolean
|
41861
|
+
modelValue: boolean;
|
41874
41862
|
origin: Anchor | "auto" | "overlap";
|
41875
41863
|
eager: boolean;
|
41876
41864
|
location: Anchor;
|
@@ -41948,7 +41936,7 @@ declare const VMenu: {
|
|
41948
41936
|
component?: Component | undefined;
|
41949
41937
|
});
|
41950
41938
|
zIndex: string | number;
|
41951
|
-
modelValue: boolean
|
41939
|
+
modelValue: boolean;
|
41952
41940
|
origin: Anchor | "auto" | "overlap";
|
41953
41941
|
eager: boolean;
|
41954
41942
|
location: Anchor;
|
@@ -42055,7 +42043,7 @@ declare const VMenu: {
|
|
42055
42043
|
component?: Component | undefined;
|
42056
42044
|
});
|
42057
42045
|
zIndex: string | number;
|
42058
|
-
modelValue: boolean
|
42046
|
+
modelValue: boolean;
|
42059
42047
|
origin: Anchor | "auto" | "overlap";
|
42060
42048
|
eager: boolean;
|
42061
42049
|
location: Anchor;
|
@@ -42151,7 +42139,7 @@ declare const VMenu: {
|
|
42151
42139
|
component?: Component | undefined;
|
42152
42140
|
});
|
42153
42141
|
zIndex: string | number;
|
42154
|
-
modelValue: boolean
|
42142
|
+
modelValue: boolean;
|
42155
42143
|
origin: Anchor | "auto" | "overlap";
|
42156
42144
|
eager: boolean;
|
42157
42145
|
location: Anchor;
|
@@ -42211,7 +42199,7 @@ declare const VMenu: {
|
|
42211
42199
|
component?: Component | undefined;
|
42212
42200
|
});
|
42213
42201
|
zIndex: string | number;
|
42214
|
-
modelValue: boolean
|
42202
|
+
modelValue: boolean;
|
42215
42203
|
origin: Anchor | "auto" | "overlap";
|
42216
42204
|
eager: boolean;
|
42217
42205
|
location: Anchor;
|
@@ -42305,7 +42293,7 @@ declare const VMenu: {
|
|
42305
42293
|
component: Component;
|
42306
42294
|
};
|
42307
42295
|
zIndex: string | number;
|
42308
|
-
modelValue: boolean
|
42296
|
+
modelValue: boolean;
|
42309
42297
|
origin: Anchor | "auto" | "overlap";
|
42310
42298
|
eager: boolean;
|
42311
42299
|
location: Anchor;
|
@@ -42385,7 +42373,7 @@ declare const VMenu: {
|
|
42385
42373
|
component: Component;
|
42386
42374
|
};
|
42387
42375
|
zIndex: string | number;
|
42388
|
-
modelValue: boolean
|
42376
|
+
modelValue: boolean;
|
42389
42377
|
origin: Anchor | "auto" | "overlap";
|
42390
42378
|
eager: boolean;
|
42391
42379
|
location: Anchor;
|
@@ -42434,7 +42422,7 @@ declare const VMenu: {
|
|
42434
42422
|
component: Component;
|
42435
42423
|
};
|
42436
42424
|
zIndex: string | number;
|
42437
|
-
modelValue: boolean
|
42425
|
+
modelValue: boolean;
|
42438
42426
|
origin: Anchor | "auto" | "overlap";
|
42439
42427
|
eager: boolean;
|
42440
42428
|
location: Anchor;
|
@@ -42519,7 +42507,7 @@ declare const VMenu: {
|
|
42519
42507
|
component?: Component | undefined;
|
42520
42508
|
});
|
42521
42509
|
zIndex: string | number;
|
42522
|
-
modelValue: boolean
|
42510
|
+
modelValue: boolean;
|
42523
42511
|
origin: Anchor | "auto" | "overlap";
|
42524
42512
|
eager: boolean;
|
42525
42513
|
location: Anchor;
|
@@ -42546,7 +42534,7 @@ declare const VMenu: {
|
|
42546
42534
|
component?: Component | undefined;
|
42547
42535
|
});
|
42548
42536
|
zIndex: string | number;
|
42549
|
-
modelValue: boolean
|
42537
|
+
modelValue: boolean;
|
42550
42538
|
origin: Anchor | "auto" | "overlap";
|
42551
42539
|
eager: boolean;
|
42552
42540
|
location: Anchor;
|
@@ -42624,7 +42612,7 @@ declare const VMenu: {
|
|
42624
42612
|
component?: Component | undefined;
|
42625
42613
|
});
|
42626
42614
|
zIndex: string | number;
|
42627
|
-
modelValue: boolean
|
42615
|
+
modelValue: boolean;
|
42628
42616
|
origin: Anchor | "auto" | "overlap";
|
42629
42617
|
eager: boolean;
|
42630
42618
|
location: Anchor;
|
@@ -42731,7 +42719,7 @@ declare const VMenu: {
|
|
42731
42719
|
component?: Component | undefined;
|
42732
42720
|
});
|
42733
42721
|
zIndex: string | number;
|
42734
|
-
modelValue: boolean
|
42722
|
+
modelValue: boolean;
|
42735
42723
|
origin: Anchor | "auto" | "overlap";
|
42736
42724
|
eager: boolean;
|
42737
42725
|
location: Anchor;
|
@@ -42827,7 +42815,7 @@ declare const VMenu: {
|
|
42827
42815
|
component?: Component | undefined;
|
42828
42816
|
});
|
42829
42817
|
zIndex: string | number;
|
42830
|
-
modelValue: boolean
|
42818
|
+
modelValue: boolean;
|
42831
42819
|
origin: Anchor | "auto" | "overlap";
|
42832
42820
|
eager: boolean;
|
42833
42821
|
location: Anchor;
|
@@ -42887,7 +42875,7 @@ declare const VMenu: {
|
|
42887
42875
|
component?: Component | undefined;
|
42888
42876
|
});
|
42889
42877
|
zIndex: string | number;
|
42890
|
-
modelValue: boolean
|
42878
|
+
modelValue: boolean;
|
42891
42879
|
origin: Anchor | "auto" | "overlap";
|
42892
42880
|
eager: boolean;
|
42893
42881
|
location: Anchor;
|
@@ -42979,7 +42967,7 @@ declare const VMenu: {
|
|
42979
42967
|
component: Component;
|
42980
42968
|
};
|
42981
42969
|
zIndex: string | number;
|
42982
|
-
modelValue: boolean
|
42970
|
+
modelValue: boolean;
|
42983
42971
|
origin: Anchor | "auto" | "overlap";
|
42984
42972
|
eager: boolean;
|
42985
42973
|
location: Anchor;
|
@@ -43012,7 +43000,7 @@ declare const VMenu: {
|
|
43012
43000
|
component: Component;
|
43013
43001
|
};
|
43014
43002
|
zIndex: string | number;
|
43015
|
-
modelValue: boolean
|
43003
|
+
modelValue: boolean;
|
43016
43004
|
origin: Anchor | "auto" | "overlap";
|
43017
43005
|
eager: boolean;
|
43018
43006
|
location: Anchor;
|
@@ -43097,7 +43085,7 @@ declare const VMenu: {
|
|
43097
43085
|
component?: Component | undefined;
|
43098
43086
|
});
|
43099
43087
|
zIndex: string | number;
|
43100
|
-
modelValue: boolean
|
43088
|
+
modelValue: boolean;
|
43101
43089
|
origin: Anchor | "auto" | "overlap";
|
43102
43090
|
eager: boolean;
|
43103
43091
|
location: Anchor;
|
@@ -43124,7 +43112,7 @@ declare const VMenu: {
|
|
43124
43112
|
component?: Component | undefined;
|
43125
43113
|
});
|
43126
43114
|
zIndex: string | number;
|
43127
|
-
modelValue: boolean
|
43115
|
+
modelValue: boolean;
|
43128
43116
|
origin: Anchor | "auto" | "overlap";
|
43129
43117
|
eager: boolean;
|
43130
43118
|
location: Anchor;
|
@@ -43202,7 +43190,7 @@ declare const VMenu: {
|
|
43202
43190
|
component?: Component | undefined;
|
43203
43191
|
});
|
43204
43192
|
zIndex: string | number;
|
43205
|
-
modelValue: boolean
|
43193
|
+
modelValue: boolean;
|
43206
43194
|
origin: Anchor | "auto" | "overlap";
|
43207
43195
|
eager: boolean;
|
43208
43196
|
location: Anchor;
|
@@ -43309,7 +43297,7 @@ declare const VMenu: {
|
|
43309
43297
|
component?: Component | undefined;
|
43310
43298
|
});
|
43311
43299
|
zIndex: string | number;
|
43312
|
-
modelValue: boolean
|
43300
|
+
modelValue: boolean;
|
43313
43301
|
origin: Anchor | "auto" | "overlap";
|
43314
43302
|
eager: boolean;
|
43315
43303
|
location: Anchor;
|
@@ -43405,7 +43393,7 @@ declare const VMenu: {
|
|
43405
43393
|
component?: Component | undefined;
|
43406
43394
|
});
|
43407
43395
|
zIndex: string | number;
|
43408
|
-
modelValue: boolean
|
43396
|
+
modelValue: boolean;
|
43409
43397
|
origin: Anchor | "auto" | "overlap";
|
43410
43398
|
eager: boolean;
|
43411
43399
|
location: Anchor;
|
@@ -43465,7 +43453,7 @@ declare const VMenu: {
|
|
43465
43453
|
component?: Component | undefined;
|
43466
43454
|
});
|
43467
43455
|
zIndex: string | number;
|
43468
|
-
modelValue: boolean
|
43456
|
+
modelValue: boolean;
|
43469
43457
|
origin: Anchor | "auto" | "overlap";
|
43470
43458
|
eager: boolean;
|
43471
43459
|
location: Anchor;
|
@@ -43559,7 +43547,7 @@ declare const VMenu: {
|
|
43559
43547
|
component: Component;
|
43560
43548
|
};
|
43561
43549
|
zIndex: string | number;
|
43562
|
-
modelValue: boolean
|
43550
|
+
modelValue: boolean;
|
43563
43551
|
origin: Anchor | "auto" | "overlap";
|
43564
43552
|
eager: boolean;
|
43565
43553
|
location: Anchor;
|
@@ -43626,10 +43614,7 @@ declare const VMenu: {
|
|
43626
43614
|
type: (StringConstructor | NumberConstructor)[];
|
43627
43615
|
default: number;
|
43628
43616
|
};
|
43629
|
-
modelValue:
|
43630
|
-
type: vue.PropType<boolean | null>;
|
43631
|
-
default: null;
|
43632
|
-
};
|
43617
|
+
modelValue: BooleanConstructor;
|
43633
43618
|
contentClass: null;
|
43634
43619
|
origin: {
|
43635
43620
|
type: vue.PropType<Anchor | "auto" | "overlap">;
|
@@ -43744,10 +43729,7 @@ declare const VMenu: {
|
|
43744
43729
|
type: (StringConstructor | NumberConstructor)[];
|
43745
43730
|
default: number;
|
43746
43731
|
};
|
43747
|
-
modelValue:
|
43748
|
-
type: vue.PropType<boolean | null>;
|
43749
|
-
default: null;
|
43750
|
-
};
|
43732
|
+
modelValue: BooleanConstructor;
|
43751
43733
|
contentClass: null;
|
43752
43734
|
origin: {
|
43753
43735
|
type: vue.PropType<Anchor | "auto" | "overlap">;
|
@@ -44735,7 +44717,7 @@ declare const VOverlay: {
|
|
44735
44717
|
component?: vue.Component | undefined;
|
44736
44718
|
});
|
44737
44719
|
zIndex: string | number;
|
44738
|
-
modelValue: boolean
|
44720
|
+
modelValue: boolean;
|
44739
44721
|
origin: Anchor | "auto" | "overlap";
|
44740
44722
|
eager: boolean;
|
44741
44723
|
location: Anchor;
|
@@ -44831,7 +44813,7 @@ declare const VOverlay: {
|
|
44831
44813
|
component?: vue.Component | undefined;
|
44832
44814
|
});
|
44833
44815
|
zIndex: string | number;
|
44834
|
-
modelValue: boolean
|
44816
|
+
modelValue: boolean;
|
44835
44817
|
origin: Anchor | "auto" | "overlap";
|
44836
44818
|
eager: boolean;
|
44837
44819
|
location: Anchor;
|
@@ -44913,7 +44895,7 @@ declare const VOverlay: {
|
|
44913
44895
|
component?: vue.Component | undefined;
|
44914
44896
|
});
|
44915
44897
|
zIndex: string | number;
|
44916
|
-
modelValue: boolean
|
44898
|
+
modelValue: boolean;
|
44917
44899
|
origin: Anchor | "auto" | "overlap";
|
44918
44900
|
eager: boolean;
|
44919
44901
|
location: Anchor;
|
@@ -44960,7 +44942,7 @@ declare const VOverlay: {
|
|
44960
44942
|
component?: vue.Component | undefined;
|
44961
44943
|
});
|
44962
44944
|
zIndex: string | number;
|
44963
|
-
modelValue: boolean
|
44945
|
+
modelValue: boolean;
|
44964
44946
|
origin: Anchor | "auto" | "overlap";
|
44965
44947
|
eager: boolean;
|
44966
44948
|
location: Anchor;
|
@@ -45051,7 +45033,7 @@ declare const VOverlay: {
|
|
45051
45033
|
component?: vue.Component | undefined;
|
45052
45034
|
});
|
45053
45035
|
zIndex: string | number;
|
45054
|
-
modelValue: boolean
|
45036
|
+
modelValue: boolean;
|
45055
45037
|
origin: Anchor | "auto" | "overlap";
|
45056
45038
|
eager: boolean;
|
45057
45039
|
location: Anchor;
|
@@ -45082,7 +45064,7 @@ declare const VOverlay: {
|
|
45082
45064
|
component?: vue.Component | undefined;
|
45083
45065
|
});
|
45084
45066
|
zIndex: string | number;
|
45085
|
-
modelValue: boolean
|
45067
|
+
modelValue: boolean;
|
45086
45068
|
origin: Anchor | "auto" | "overlap";
|
45087
45069
|
eager: boolean;
|
45088
45070
|
location: Anchor;
|
@@ -45178,7 +45160,7 @@ declare const VOverlay: {
|
|
45178
45160
|
component?: vue.Component | undefined;
|
45179
45161
|
});
|
45180
45162
|
zIndex: string | number;
|
45181
|
-
modelValue: boolean
|
45163
|
+
modelValue: boolean;
|
45182
45164
|
origin: Anchor | "auto" | "overlap";
|
45183
45165
|
eager: boolean;
|
45184
45166
|
location: Anchor;
|
@@ -45282,10 +45264,7 @@ declare const VOverlay: {
|
|
45282
45264
|
disabled: BooleanConstructor;
|
45283
45265
|
opacity: (StringConstructor | NumberConstructor)[];
|
45284
45266
|
noClickAnimation: BooleanConstructor;
|
45285
|
-
modelValue:
|
45286
|
-
type: PropType<boolean | null>;
|
45287
|
-
default: null;
|
45288
|
-
};
|
45267
|
+
modelValue: BooleanConstructor;
|
45289
45268
|
persistent: BooleanConstructor;
|
45290
45269
|
scrim: {
|
45291
45270
|
type: (StringConstructor | BooleanConstructor)[];
|
@@ -45368,10 +45347,7 @@ declare const VOverlay: {
|
|
45368
45347
|
disabled: BooleanConstructor;
|
45369
45348
|
opacity: (StringConstructor | NumberConstructor)[];
|
45370
45349
|
noClickAnimation: BooleanConstructor;
|
45371
|
-
modelValue:
|
45372
|
-
type: PropType<boolean | null>;
|
45373
|
-
default: null;
|
45374
|
-
};
|
45350
|
+
modelValue: BooleanConstructor;
|
45375
45351
|
persistent: BooleanConstructor;
|
45376
45352
|
scrim: {
|
45377
45353
|
type: (StringConstructor | BooleanConstructor)[];
|
@@ -48958,7 +48934,7 @@ declare const VResponsive: {
|
|
48958
48934
|
class?: any;
|
48959
48935
|
width?: string | number | undefined;
|
48960
48936
|
height?: string | number | undefined;
|
48961
|
-
contentClass?:
|
48937
|
+
contentClass?: any;
|
48962
48938
|
maxHeight?: string | number | undefined;
|
48963
48939
|
maxWidth?: string | number | undefined;
|
48964
48940
|
minHeight?: string | number | undefined;
|
@@ -48983,7 +48959,7 @@ declare const VResponsive: {
|
|
48983
48959
|
class?: any;
|
48984
48960
|
width?: string | number | undefined;
|
48985
48961
|
height?: string | number | undefined;
|
48986
|
-
contentClass?:
|
48962
|
+
contentClass?: any;
|
48987
48963
|
maxHeight?: string | number | undefined;
|
48988
48964
|
maxWidth?: string | number | undefined;
|
48989
48965
|
minHeight?: string | number | undefined;
|
@@ -49025,7 +49001,7 @@ declare const VResponsive: {
|
|
49025
49001
|
class?: any;
|
49026
49002
|
width?: string | number | undefined;
|
49027
49003
|
height?: string | number | undefined;
|
49028
|
-
contentClass?:
|
49004
|
+
contentClass?: any;
|
49029
49005
|
maxHeight?: string | number | undefined;
|
49030
49006
|
maxWidth?: string | number | undefined;
|
49031
49007
|
minHeight?: string | number | undefined;
|
@@ -49057,7 +49033,7 @@ declare const VResponsive: {
|
|
49057
49033
|
class?: any;
|
49058
49034
|
width?: string | number | undefined;
|
49059
49035
|
height?: string | number | undefined;
|
49060
|
-
contentClass?:
|
49036
|
+
contentClass?: any;
|
49061
49037
|
maxHeight?: string | number | undefined;
|
49062
49038
|
maxWidth?: string | number | undefined;
|
49063
49039
|
minHeight?: string | number | undefined;
|
@@ -49098,7 +49074,7 @@ declare const VResponsive: {
|
|
49098
49074
|
default: null;
|
49099
49075
|
};
|
49100
49076
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
49101
|
-
contentClass:
|
49077
|
+
contentClass: null;
|
49102
49078
|
inline: BooleanConstructor;
|
49103
49079
|
}, vue.ExtractPropTypes<{
|
49104
49080
|
height: (StringConstructor | NumberConstructor)[];
|
@@ -49113,7 +49089,7 @@ declare const VResponsive: {
|
|
49113
49089
|
default: null;
|
49114
49090
|
};
|
49115
49091
|
aspectRatio: (StringConstructor | NumberConstructor)[];
|
49116
|
-
contentClass:
|
49092
|
+
contentClass: null;
|
49117
49093
|
inline: BooleanConstructor;
|
49118
49094
|
}>>;
|
49119
49095
|
type VResponsive = InstanceType<typeof VResponsive>;
|
@@ -49510,7 +49486,7 @@ declare const VSelect: {
|
|
49510
49486
|
component: Component;
|
49511
49487
|
};
|
49512
49488
|
zIndex: string | number;
|
49513
|
-
modelValue: boolean
|
49489
|
+
modelValue: boolean;
|
49514
49490
|
origin: Anchor | "auto" | "overlap";
|
49515
49491
|
eager: boolean;
|
49516
49492
|
location: Anchor;
|
@@ -49539,7 +49515,7 @@ declare const VSelect: {
|
|
49539
49515
|
component: Component;
|
49540
49516
|
};
|
49541
49517
|
zIndex: string | number;
|
49542
|
-
modelValue: boolean
|
49518
|
+
modelValue: boolean;
|
49543
49519
|
origin: Anchor | "auto" | "overlap";
|
49544
49520
|
eager: boolean;
|
49545
49521
|
location: Anchor;
|
@@ -49615,7 +49591,7 @@ declare const VSelect: {
|
|
49615
49591
|
component: Component;
|
49616
49592
|
};
|
49617
49593
|
zIndex: string | number;
|
49618
|
-
modelValue: boolean
|
49594
|
+
modelValue: boolean;
|
49619
49595
|
origin: Anchor | "auto" | "overlap";
|
49620
49596
|
eager: boolean;
|
49621
49597
|
location: Anchor;
|
@@ -50082,7 +50058,7 @@ declare const VSelect: {
|
|
50082
50058
|
component: Component;
|
50083
50059
|
};
|
50084
50060
|
zIndex: string | number;
|
50085
|
-
modelValue: boolean
|
50061
|
+
modelValue: boolean;
|
50086
50062
|
origin: Anchor | "auto" | "overlap";
|
50087
50063
|
eager: boolean;
|
50088
50064
|
location: Anchor;
|
@@ -50111,7 +50087,7 @@ declare const VSelect: {
|
|
50111
50087
|
component: Component;
|
50112
50088
|
};
|
50113
50089
|
zIndex: string | number;
|
50114
|
-
modelValue: boolean
|
50090
|
+
modelValue: boolean;
|
50115
50091
|
origin: Anchor | "auto" | "overlap";
|
50116
50092
|
eager: boolean;
|
50117
50093
|
location: Anchor;
|
@@ -50187,7 +50163,7 @@ declare const VSelect: {
|
|
50187
50163
|
component: Component;
|
50188
50164
|
};
|
50189
50165
|
zIndex: string | number;
|
50190
|
-
modelValue: boolean
|
50166
|
+
modelValue: boolean;
|
50191
50167
|
origin: Anchor | "auto" | "overlap";
|
50192
50168
|
eager: boolean;
|
50193
50169
|
location: Anchor;
|
@@ -50767,7 +50743,7 @@ declare const VSelect: {
|
|
50767
50743
|
component: Component;
|
50768
50744
|
};
|
50769
50745
|
zIndex: string | number;
|
50770
|
-
modelValue: boolean
|
50746
|
+
modelValue: boolean;
|
50771
50747
|
origin: Anchor | "auto" | "overlap";
|
50772
50748
|
eager: boolean;
|
50773
50749
|
location: Anchor;
|
@@ -50796,7 +50772,7 @@ declare const VSelect: {
|
|
50796
50772
|
component: Component;
|
50797
50773
|
};
|
50798
50774
|
zIndex: string | number;
|
50799
|
-
modelValue: boolean
|
50775
|
+
modelValue: boolean;
|
50800
50776
|
origin: Anchor | "auto" | "overlap";
|
50801
50777
|
eager: boolean;
|
50802
50778
|
location: Anchor;
|
@@ -50872,7 +50848,7 @@ declare const VSelect: {
|
|
50872
50848
|
component: Component;
|
50873
50849
|
};
|
50874
50850
|
zIndex: string | number;
|
50875
|
-
modelValue: boolean
|
50851
|
+
modelValue: boolean;
|
50876
50852
|
origin: Anchor | "auto" | "overlap";
|
50877
50853
|
eager: boolean;
|
50878
50854
|
location: Anchor;
|
@@ -51387,7 +51363,7 @@ declare const VSelect: {
|
|
51387
51363
|
component: Component;
|
51388
51364
|
};
|
51389
51365
|
zIndex: string | number;
|
51390
|
-
modelValue: boolean
|
51366
|
+
modelValue: boolean;
|
51391
51367
|
origin: Anchor | "auto" | "overlap";
|
51392
51368
|
eager: boolean;
|
51393
51369
|
location: Anchor;
|
@@ -51416,7 +51392,7 @@ declare const VSelect: {
|
|
51416
51392
|
component: Component;
|
51417
51393
|
};
|
51418
51394
|
zIndex: string | number;
|
51419
|
-
modelValue: boolean
|
51395
|
+
modelValue: boolean;
|
51420
51396
|
origin: Anchor | "auto" | "overlap";
|
51421
51397
|
eager: boolean;
|
51422
51398
|
location: Anchor;
|
@@ -51492,7 +51468,7 @@ declare const VSelect: {
|
|
51492
51468
|
component: Component;
|
51493
51469
|
};
|
51494
51470
|
zIndex: string | number;
|
51495
|
-
modelValue: boolean
|
51471
|
+
modelValue: boolean;
|
51496
51472
|
origin: Anchor | "auto" | "overlap";
|
51497
51473
|
eager: boolean;
|
51498
51474
|
location: Anchor;
|
@@ -52223,7 +52199,7 @@ declare const VSelect: {
|
|
52223
52199
|
component: Component;
|
52224
52200
|
};
|
52225
52201
|
zIndex: string | number;
|
52226
|
-
modelValue: boolean
|
52202
|
+
modelValue: boolean;
|
52227
52203
|
origin: Anchor | "auto" | "overlap";
|
52228
52204
|
eager: boolean;
|
52229
52205
|
location: Anchor;
|
@@ -52252,7 +52228,7 @@ declare const VSelect: {
|
|
52252
52228
|
component: Component;
|
52253
52229
|
};
|
52254
52230
|
zIndex: string | number;
|
52255
|
-
modelValue: boolean
|
52231
|
+
modelValue: boolean;
|
52256
52232
|
origin: Anchor | "auto" | "overlap";
|
52257
52233
|
eager: boolean;
|
52258
52234
|
location: Anchor;
|
@@ -52328,7 +52304,7 @@ declare const VSelect: {
|
|
52328
52304
|
component: Component;
|
52329
52305
|
};
|
52330
52306
|
zIndex: string | number;
|
52331
|
-
modelValue: boolean
|
52307
|
+
modelValue: boolean;
|
52332
52308
|
origin: Anchor | "auto" | "overlap";
|
52333
52309
|
eager: boolean;
|
52334
52310
|
location: Anchor;
|
@@ -52895,7 +52871,7 @@ declare const VSelect: {
|
|
52895
52871
|
component: Component;
|
52896
52872
|
};
|
52897
52873
|
zIndex: string | number;
|
52898
|
-
modelValue: boolean
|
52874
|
+
modelValue: boolean;
|
52899
52875
|
origin: Anchor | "auto" | "overlap";
|
52900
52876
|
eager: boolean;
|
52901
52877
|
location: Anchor;
|
@@ -52924,7 +52900,7 @@ declare const VSelect: {
|
|
52924
52900
|
component: Component;
|
52925
52901
|
};
|
52926
52902
|
zIndex: string | number;
|
52927
|
-
modelValue: boolean
|
52903
|
+
modelValue: boolean;
|
52928
52904
|
origin: Anchor | "auto" | "overlap";
|
52929
52905
|
eager: boolean;
|
52930
52906
|
location: Anchor;
|
@@ -53000,7 +52976,7 @@ declare const VSelect: {
|
|
53000
52976
|
component: Component;
|
53001
52977
|
};
|
53002
52978
|
zIndex: string | number;
|
53003
|
-
modelValue: boolean
|
52979
|
+
modelValue: boolean;
|
53004
52980
|
origin: Anchor | "auto" | "overlap";
|
53005
52981
|
eager: boolean;
|
53006
52982
|
location: Anchor;
|
@@ -54808,7 +54784,7 @@ declare const VSnackbar: {
|
|
54808
54784
|
component?: vue.Component | undefined;
|
54809
54785
|
})>;
|
54810
54786
|
zIndex: string | number;
|
54811
|
-
modelValue: boolean
|
54787
|
+
modelValue: boolean;
|
54812
54788
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
54813
54789
|
origin: Anchor | "auto" | "overlap";
|
54814
54790
|
vertical: boolean;
|
@@ -54858,7 +54834,7 @@ declare const VSnackbar: {
|
|
54858
54834
|
}) => vue.VNodeChild) | undefined;
|
54859
54835
|
default?: (() => vue.VNodeChild) | undefined;
|
54860
54836
|
actions?: ((arg: {
|
54861
|
-
isActive: Ref<boolean
|
54837
|
+
isActive: Ref<boolean>;
|
54862
54838
|
}) => vue.VNodeChild) | undefined;
|
54863
54839
|
text?: (() => vue.VNodeChild) | undefined;
|
54864
54840
|
};
|
@@ -54869,7 +54845,7 @@ declare const VSnackbar: {
|
|
54869
54845
|
}) => vue.VNodeChild) | undefined;
|
54870
54846
|
default?: false | (() => vue.VNodeChild) | undefined;
|
54871
54847
|
actions?: false | ((arg: {
|
54872
|
-
isActive: Ref<boolean
|
54848
|
+
isActive: Ref<boolean>;
|
54873
54849
|
}) => vue.VNodeChild) | undefined;
|
54874
54850
|
text?: false | (() => vue.VNodeChild) | undefined;
|
54875
54851
|
} | undefined;
|
@@ -54880,7 +54856,7 @@ declare const VSnackbar: {
|
|
54880
54856
|
}) => vue.VNodeChild) | undefined;
|
54881
54857
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
54882
54858
|
"v-slot:actions"?: false | ((arg: {
|
54883
|
-
isActive: Ref<boolean
|
54859
|
+
isActive: Ref<boolean>;
|
54884
54860
|
}) => vue.VNodeChild) | undefined;
|
54885
54861
|
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
54886
54862
|
} & {
|
@@ -54896,7 +54872,7 @@ declare const VSnackbar: {
|
|
54896
54872
|
component?: vue.Component | undefined;
|
54897
54873
|
});
|
54898
54874
|
zIndex: string | number;
|
54899
|
-
modelValue: boolean
|
54875
|
+
modelValue: boolean;
|
54900
54876
|
origin: Anchor | "auto" | "overlap";
|
54901
54877
|
eager: boolean;
|
54902
54878
|
location: Anchor;
|
@@ -54923,7 +54899,7 @@ declare const VSnackbar: {
|
|
54923
54899
|
component?: vue.Component | undefined;
|
54924
54900
|
});
|
54925
54901
|
zIndex: string | number;
|
54926
|
-
modelValue: boolean
|
54902
|
+
modelValue: boolean;
|
54927
54903
|
origin: Anchor | "auto" | "overlap";
|
54928
54904
|
eager: boolean;
|
54929
54905
|
location: Anchor;
|
@@ -55001,7 +54977,7 @@ declare const VSnackbar: {
|
|
55001
54977
|
component?: vue.Component | undefined;
|
55002
54978
|
});
|
55003
54979
|
zIndex: string | number;
|
55004
|
-
modelValue: boolean
|
54980
|
+
modelValue: boolean;
|
55005
54981
|
origin: Anchor | "auto" | "overlap";
|
55006
54982
|
eager: boolean;
|
55007
54983
|
location: Anchor;
|
@@ -55108,7 +55084,7 @@ declare const VSnackbar: {
|
|
55108
55084
|
component?: vue.Component | undefined;
|
55109
55085
|
});
|
55110
55086
|
zIndex: string | number;
|
55111
|
-
modelValue: boolean
|
55087
|
+
modelValue: boolean;
|
55112
55088
|
origin: Anchor | "auto" | "overlap";
|
55113
55089
|
eager: boolean;
|
55114
55090
|
location: Anchor;
|
@@ -55204,7 +55180,7 @@ declare const VSnackbar: {
|
|
55204
55180
|
component?: vue.Component | undefined;
|
55205
55181
|
});
|
55206
55182
|
zIndex: string | number;
|
55207
|
-
modelValue: boolean
|
55183
|
+
modelValue: boolean;
|
55208
55184
|
origin: Anchor | "auto" | "overlap";
|
55209
55185
|
eager: boolean;
|
55210
55186
|
location: Anchor;
|
@@ -55264,7 +55240,7 @@ declare const VSnackbar: {
|
|
55264
55240
|
component?: vue.Component | undefined;
|
55265
55241
|
});
|
55266
55242
|
zIndex: string | number;
|
55267
|
-
modelValue: boolean
|
55243
|
+
modelValue: boolean;
|
55268
55244
|
origin: Anchor | "auto" | "overlap";
|
55269
55245
|
eager: boolean;
|
55270
55246
|
location: Anchor;
|
@@ -55357,7 +55333,7 @@ declare const VSnackbar: {
|
|
55357
55333
|
component?: vue.Component | undefined;
|
55358
55334
|
})>;
|
55359
55335
|
zIndex: string | number;
|
55360
|
-
modelValue: boolean
|
55336
|
+
modelValue: boolean;
|
55361
55337
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
55362
55338
|
origin: Anchor | "auto" | "overlap";
|
55363
55339
|
vertical: boolean;
|
@@ -55407,7 +55383,7 @@ declare const VSnackbar: {
|
|
55407
55383
|
}) => vue.VNodeChild) | undefined;
|
55408
55384
|
default?: (() => vue.VNodeChild) | undefined;
|
55409
55385
|
actions?: ((arg: {
|
55410
|
-
isActive: Ref<boolean
|
55386
|
+
isActive: Ref<boolean>;
|
55411
55387
|
}) => vue.VNodeChild) | undefined;
|
55412
55388
|
text?: (() => vue.VNodeChild) | undefined;
|
55413
55389
|
};
|
@@ -55418,7 +55394,7 @@ declare const VSnackbar: {
|
|
55418
55394
|
}) => vue.VNodeChild) | undefined;
|
55419
55395
|
default?: false | (() => vue.VNodeChild) | undefined;
|
55420
55396
|
actions?: false | ((arg: {
|
55421
|
-
isActive: Ref<boolean
|
55397
|
+
isActive: Ref<boolean>;
|
55422
55398
|
}) => vue.VNodeChild) | undefined;
|
55423
55399
|
text?: false | (() => vue.VNodeChild) | undefined;
|
55424
55400
|
} | undefined;
|
@@ -55429,7 +55405,7 @@ declare const VSnackbar: {
|
|
55429
55405
|
}) => vue.VNodeChild) | undefined;
|
55430
55406
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
55431
55407
|
"v-slot:actions"?: false | ((arg: {
|
55432
|
-
isActive: Ref<boolean
|
55408
|
+
isActive: Ref<boolean>;
|
55433
55409
|
}) => vue.VNodeChild) | undefined;
|
55434
55410
|
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
55435
55411
|
} & {
|
@@ -55442,7 +55418,7 @@ declare const VSnackbar: {
|
|
55442
55418
|
component?: vue.Component | undefined;
|
55443
55419
|
})>;
|
55444
55420
|
zIndex: string | number;
|
55445
|
-
modelValue: boolean
|
55421
|
+
modelValue: boolean;
|
55446
55422
|
rounded: string | number | boolean;
|
55447
55423
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
55448
55424
|
origin: Anchor | "auto" | "overlap";
|
@@ -55473,7 +55449,7 @@ declare const VSnackbar: {
|
|
55473
55449
|
[key: string]: any;
|
55474
55450
|
}>[];
|
55475
55451
|
actions: (arg: {
|
55476
|
-
isActive: Ref<boolean
|
55452
|
+
isActive: Ref<boolean>;
|
55477
55453
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
55478
55454
|
[key: string]: any;
|
55479
55455
|
}>[];
|
@@ -55495,7 +55471,7 @@ declare const VSnackbar: {
|
|
55495
55471
|
component?: vue.Component | undefined;
|
55496
55472
|
})>;
|
55497
55473
|
zIndex: string | number;
|
55498
|
-
modelValue: boolean
|
55474
|
+
modelValue: boolean;
|
55499
55475
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
55500
55476
|
origin: Anchor | "auto" | "overlap";
|
55501
55477
|
vertical: boolean;
|
@@ -55545,7 +55521,7 @@ declare const VSnackbar: {
|
|
55545
55521
|
}) => vue.VNodeChild) | undefined;
|
55546
55522
|
default?: (() => vue.VNodeChild) | undefined;
|
55547
55523
|
actions?: ((arg: {
|
55548
|
-
isActive: Ref<boolean
|
55524
|
+
isActive: Ref<boolean>;
|
55549
55525
|
}) => vue.VNodeChild) | undefined;
|
55550
55526
|
text?: (() => vue.VNodeChild) | undefined;
|
55551
55527
|
};
|
@@ -55556,7 +55532,7 @@ declare const VSnackbar: {
|
|
55556
55532
|
}) => vue.VNodeChild) | undefined;
|
55557
55533
|
default?: false | (() => vue.VNodeChild) | undefined;
|
55558
55534
|
actions?: false | ((arg: {
|
55559
|
-
isActive: Ref<boolean
|
55535
|
+
isActive: Ref<boolean>;
|
55560
55536
|
}) => vue.VNodeChild) | undefined;
|
55561
55537
|
text?: false | (() => vue.VNodeChild) | undefined;
|
55562
55538
|
} | undefined;
|
@@ -55567,7 +55543,7 @@ declare const VSnackbar: {
|
|
55567
55543
|
}) => vue.VNodeChild) | undefined;
|
55568
55544
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
55569
55545
|
"v-slot:actions"?: false | ((arg: {
|
55570
|
-
isActive: Ref<boolean
|
55546
|
+
isActive: Ref<boolean>;
|
55571
55547
|
}) => vue.VNodeChild) | undefined;
|
55572
55548
|
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
55573
55549
|
} & {
|
@@ -55583,7 +55559,7 @@ declare const VSnackbar: {
|
|
55583
55559
|
component?: vue.Component | undefined;
|
55584
55560
|
});
|
55585
55561
|
zIndex: string | number;
|
55586
|
-
modelValue: boolean
|
55562
|
+
modelValue: boolean;
|
55587
55563
|
origin: Anchor | "auto" | "overlap";
|
55588
55564
|
eager: boolean;
|
55589
55565
|
location: Anchor;
|
@@ -55610,7 +55586,7 @@ declare const VSnackbar: {
|
|
55610
55586
|
component?: vue.Component | undefined;
|
55611
55587
|
});
|
55612
55588
|
zIndex: string | number;
|
55613
|
-
modelValue: boolean
|
55589
|
+
modelValue: boolean;
|
55614
55590
|
origin: Anchor | "auto" | "overlap";
|
55615
55591
|
eager: boolean;
|
55616
55592
|
location: Anchor;
|
@@ -55688,7 +55664,7 @@ declare const VSnackbar: {
|
|
55688
55664
|
component?: vue.Component | undefined;
|
55689
55665
|
});
|
55690
55666
|
zIndex: string | number;
|
55691
|
-
modelValue: boolean
|
55667
|
+
modelValue: boolean;
|
55692
55668
|
origin: Anchor | "auto" | "overlap";
|
55693
55669
|
eager: boolean;
|
55694
55670
|
location: Anchor;
|
@@ -55795,7 +55771,7 @@ declare const VSnackbar: {
|
|
55795
55771
|
component?: vue.Component | undefined;
|
55796
55772
|
});
|
55797
55773
|
zIndex: string | number;
|
55798
|
-
modelValue: boolean
|
55774
|
+
modelValue: boolean;
|
55799
55775
|
origin: Anchor | "auto" | "overlap";
|
55800
55776
|
eager: boolean;
|
55801
55777
|
location: Anchor;
|
@@ -55891,7 +55867,7 @@ declare const VSnackbar: {
|
|
55891
55867
|
component?: vue.Component | undefined;
|
55892
55868
|
});
|
55893
55869
|
zIndex: string | number;
|
55894
|
-
modelValue: boolean
|
55870
|
+
modelValue: boolean;
|
55895
55871
|
origin: Anchor | "auto" | "overlap";
|
55896
55872
|
eager: boolean;
|
55897
55873
|
location: Anchor;
|
@@ -55951,7 +55927,7 @@ declare const VSnackbar: {
|
|
55951
55927
|
component?: vue.Component | undefined;
|
55952
55928
|
});
|
55953
55929
|
zIndex: string | number;
|
55954
|
-
modelValue: boolean
|
55930
|
+
modelValue: boolean;
|
55955
55931
|
origin: Anchor | "auto" | "overlap";
|
55956
55932
|
eager: boolean;
|
55957
55933
|
location: Anchor;
|
@@ -56042,7 +56018,7 @@ declare const VSnackbar: {
|
|
56042
56018
|
component?: vue.Component | undefined;
|
56043
56019
|
})>;
|
56044
56020
|
zIndex: string | number;
|
56045
|
-
modelValue: boolean
|
56021
|
+
modelValue: boolean;
|
56046
56022
|
rounded: string | number | boolean;
|
56047
56023
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
56048
56024
|
origin: Anchor | "auto" | "overlap";
|
@@ -56074,7 +56050,7 @@ declare const VSnackbar: {
|
|
56074
56050
|
component?: vue.Component | undefined;
|
56075
56051
|
})>;
|
56076
56052
|
zIndex: string | number;
|
56077
|
-
modelValue: boolean
|
56053
|
+
modelValue: boolean;
|
56078
56054
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
56079
56055
|
origin: Anchor | "auto" | "overlap";
|
56080
56056
|
vertical: boolean;
|
@@ -56124,7 +56100,7 @@ declare const VSnackbar: {
|
|
56124
56100
|
}) => vue.VNodeChild) | undefined;
|
56125
56101
|
default?: (() => vue.VNodeChild) | undefined;
|
56126
56102
|
actions?: ((arg: {
|
56127
|
-
isActive: Ref<boolean
|
56103
|
+
isActive: Ref<boolean>;
|
56128
56104
|
}) => vue.VNodeChild) | undefined;
|
56129
56105
|
text?: (() => vue.VNodeChild) | undefined;
|
56130
56106
|
};
|
@@ -56135,7 +56111,7 @@ declare const VSnackbar: {
|
|
56135
56111
|
}) => vue.VNodeChild) | undefined;
|
56136
56112
|
default?: false | (() => vue.VNodeChild) | undefined;
|
56137
56113
|
actions?: false | ((arg: {
|
56138
|
-
isActive: Ref<boolean
|
56114
|
+
isActive: Ref<boolean>;
|
56139
56115
|
}) => vue.VNodeChild) | undefined;
|
56140
56116
|
text?: false | (() => vue.VNodeChild) | undefined;
|
56141
56117
|
} | undefined;
|
@@ -56146,7 +56122,7 @@ declare const VSnackbar: {
|
|
56146
56122
|
}) => vue.VNodeChild) | undefined;
|
56147
56123
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
56148
56124
|
"v-slot:actions"?: false | ((arg: {
|
56149
|
-
isActive: Ref<boolean
|
56125
|
+
isActive: Ref<boolean>;
|
56150
56126
|
}) => vue.VNodeChild) | undefined;
|
56151
56127
|
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
56152
56128
|
} & {
|
@@ -56162,7 +56138,7 @@ declare const VSnackbar: {
|
|
56162
56138
|
component?: vue.Component | undefined;
|
56163
56139
|
});
|
56164
56140
|
zIndex: string | number;
|
56165
|
-
modelValue: boolean
|
56141
|
+
modelValue: boolean;
|
56166
56142
|
origin: Anchor | "auto" | "overlap";
|
56167
56143
|
eager: boolean;
|
56168
56144
|
location: Anchor;
|
@@ -56189,7 +56165,7 @@ declare const VSnackbar: {
|
|
56189
56165
|
component?: vue.Component | undefined;
|
56190
56166
|
});
|
56191
56167
|
zIndex: string | number;
|
56192
|
-
modelValue: boolean
|
56168
|
+
modelValue: boolean;
|
56193
56169
|
origin: Anchor | "auto" | "overlap";
|
56194
56170
|
eager: boolean;
|
56195
56171
|
location: Anchor;
|
@@ -56267,7 +56243,7 @@ declare const VSnackbar: {
|
|
56267
56243
|
component?: vue.Component | undefined;
|
56268
56244
|
});
|
56269
56245
|
zIndex: string | number;
|
56270
|
-
modelValue: boolean
|
56246
|
+
modelValue: boolean;
|
56271
56247
|
origin: Anchor | "auto" | "overlap";
|
56272
56248
|
eager: boolean;
|
56273
56249
|
location: Anchor;
|
@@ -56374,7 +56350,7 @@ declare const VSnackbar: {
|
|
56374
56350
|
component?: vue.Component | undefined;
|
56375
56351
|
});
|
56376
56352
|
zIndex: string | number;
|
56377
|
-
modelValue: boolean
|
56353
|
+
modelValue: boolean;
|
56378
56354
|
origin: Anchor | "auto" | "overlap";
|
56379
56355
|
eager: boolean;
|
56380
56356
|
location: Anchor;
|
@@ -56470,7 +56446,7 @@ declare const VSnackbar: {
|
|
56470
56446
|
component?: vue.Component | undefined;
|
56471
56447
|
});
|
56472
56448
|
zIndex: string | number;
|
56473
|
-
modelValue: boolean
|
56449
|
+
modelValue: boolean;
|
56474
56450
|
origin: Anchor | "auto" | "overlap";
|
56475
56451
|
eager: boolean;
|
56476
56452
|
location: Anchor;
|
@@ -56530,7 +56506,7 @@ declare const VSnackbar: {
|
|
56530
56506
|
component?: vue.Component | undefined;
|
56531
56507
|
});
|
56532
56508
|
zIndex: string | number;
|
56533
|
-
modelValue: boolean
|
56509
|
+
modelValue: boolean;
|
56534
56510
|
origin: Anchor | "auto" | "overlap";
|
56535
56511
|
eager: boolean;
|
56536
56512
|
location: Anchor;
|
@@ -56623,7 +56599,7 @@ declare const VSnackbar: {
|
|
56623
56599
|
component?: vue.Component | undefined;
|
56624
56600
|
})>;
|
56625
56601
|
zIndex: string | number;
|
56626
|
-
modelValue: boolean
|
56602
|
+
modelValue: boolean;
|
56627
56603
|
rounded: string | number | boolean;
|
56628
56604
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
56629
56605
|
origin: Anchor | "auto" | "overlap";
|
@@ -56654,7 +56630,7 @@ declare const VSnackbar: {
|
|
56654
56630
|
[key: string]: any;
|
56655
56631
|
}>[];
|
56656
56632
|
actions: (arg: {
|
56657
|
-
isActive: Ref<boolean
|
56633
|
+
isActive: Ref<boolean>;
|
56658
56634
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
56659
56635
|
[key: string]: any;
|
56660
56636
|
}>[];
|
@@ -56692,10 +56668,7 @@ declare const VSnackbar: {
|
|
56692
56668
|
type: (StringConstructor | NumberConstructor)[];
|
56693
56669
|
default: number;
|
56694
56670
|
};
|
56695
|
-
modelValue:
|
56696
|
-
type: vue.PropType<boolean | null>;
|
56697
|
-
default: null;
|
56698
|
-
};
|
56671
|
+
modelValue: BooleanConstructor;
|
56699
56672
|
contentClass: null;
|
56700
56673
|
origin: {
|
56701
56674
|
type: vue.PropType<Anchor | "auto" | "overlap">;
|
@@ -56796,10 +56769,7 @@ declare const VSnackbar: {
|
|
56796
56769
|
type: (StringConstructor | NumberConstructor)[];
|
56797
56770
|
default: number;
|
56798
56771
|
};
|
56799
|
-
modelValue:
|
56800
|
-
type: vue.PropType<boolean | null>;
|
56801
|
-
default: null;
|
56802
|
-
};
|
56772
|
+
modelValue: BooleanConstructor;
|
56803
56773
|
contentClass: null;
|
56804
56774
|
origin: {
|
56805
56775
|
type: vue.PropType<Anchor | "auto" | "overlap">;
|
@@ -57276,7 +57246,7 @@ declare const VSpeedDial: {
|
|
57276
57246
|
component: vue.Component;
|
57277
57247
|
}>;
|
57278
57248
|
zIndex: string | number;
|
57279
|
-
modelValue: boolean
|
57249
|
+
modelValue: boolean;
|
57280
57250
|
origin: Anchor | "auto" | "overlap";
|
57281
57251
|
minWidth: NonNullable<string | number>;
|
57282
57252
|
eager: boolean;
|
@@ -57358,7 +57328,7 @@ declare const VSpeedDial: {
|
|
57358
57328
|
component: vue.Component;
|
57359
57329
|
}>;
|
57360
57330
|
zIndex: string | number;
|
57361
|
-
modelValue: boolean
|
57331
|
+
modelValue: boolean;
|
57362
57332
|
origin: Anchor | "auto" | "overlap";
|
57363
57333
|
minWidth: NonNullable<string | number>;
|
57364
57334
|
eager: boolean;
|
@@ -57438,7 +57408,7 @@ declare const VSpeedDial: {
|
|
57438
57408
|
component: vue.Component;
|
57439
57409
|
}>;
|
57440
57410
|
zIndex: string | number;
|
57441
|
-
modelValue: boolean
|
57411
|
+
modelValue: boolean;
|
57442
57412
|
origin: Anchor | "auto" | "overlap";
|
57443
57413
|
minWidth: NonNullable<string | number>;
|
57444
57414
|
eager: boolean;
|
@@ -57489,7 +57459,7 @@ declare const VSpeedDial: {
|
|
57489
57459
|
component: vue.Component;
|
57490
57460
|
}>;
|
57491
57461
|
zIndex: string | number;
|
57492
|
-
modelValue: boolean
|
57462
|
+
modelValue: boolean;
|
57493
57463
|
origin: Anchor | "auto" | "overlap";
|
57494
57464
|
minWidth: NonNullable<string | number>;
|
57495
57465
|
eager: boolean;
|
@@ -57569,7 +57539,7 @@ declare const VSpeedDial: {
|
|
57569
57539
|
component: vue.Component;
|
57570
57540
|
}>;
|
57571
57541
|
zIndex: string | number;
|
57572
|
-
modelValue: boolean
|
57542
|
+
modelValue: boolean;
|
57573
57543
|
origin: Anchor | "auto" | "overlap";
|
57574
57544
|
minWidth: NonNullable<string | number>;
|
57575
57545
|
eager: boolean;
|
@@ -57604,7 +57574,7 @@ declare const VSpeedDial: {
|
|
57604
57574
|
component: vue.Component;
|
57605
57575
|
}>;
|
57606
57576
|
zIndex: string | number;
|
57607
|
-
modelValue: boolean
|
57577
|
+
modelValue: boolean;
|
57608
57578
|
origin: Anchor | "auto" | "overlap";
|
57609
57579
|
minWidth: NonNullable<string | number>;
|
57610
57580
|
eager: boolean;
|
@@ -57686,7 +57656,7 @@ declare const VSpeedDial: {
|
|
57686
57656
|
component: vue.Component;
|
57687
57657
|
}>;
|
57688
57658
|
zIndex: string | number;
|
57689
|
-
modelValue: boolean
|
57659
|
+
modelValue: boolean;
|
57690
57660
|
origin: Anchor | "auto" | "overlap";
|
57691
57661
|
minWidth: NonNullable<string | number>;
|
57692
57662
|
eager: boolean;
|
@@ -57768,10 +57738,7 @@ declare const VSpeedDial: {
|
|
57768
57738
|
type: (StringConstructor | NumberConstructor)[];
|
57769
57739
|
default: number;
|
57770
57740
|
};
|
57771
|
-
modelValue:
|
57772
|
-
type: vue.PropType<boolean | null>;
|
57773
|
-
default: null;
|
57774
|
-
};
|
57741
|
+
modelValue: BooleanConstructor;
|
57775
57742
|
contentClass: null;
|
57776
57743
|
origin: {
|
57777
57744
|
type: vue.PropType<Anchor | "auto" | "overlap">;
|
@@ -57912,10 +57879,7 @@ declare const VSpeedDial: {
|
|
57912
57879
|
type: (StringConstructor | NumberConstructor)[];
|
57913
57880
|
default: number;
|
57914
57881
|
};
|
57915
|
-
modelValue:
|
57916
|
-
type: vue.PropType<boolean | null>;
|
57917
|
-
default: null;
|
57918
|
-
};
|
57882
|
+
modelValue: BooleanConstructor;
|
57919
57883
|
contentClass: null;
|
57920
57884
|
origin: {
|
57921
57885
|
type: vue.PropType<Anchor | "auto" | "overlap">;
|
@@ -68238,7 +68202,7 @@ declare const VTooltip: {
|
|
68238
68202
|
component?: vue.Component | undefined;
|
68239
68203
|
})>;
|
68240
68204
|
zIndex: string | number;
|
68241
|
-
modelValue: boolean
|
68205
|
+
modelValue: boolean;
|
68242
68206
|
origin: NonNullable<Anchor | "auto" | "overlap">;
|
68243
68207
|
minWidth: NonNullable<string | number>;
|
68244
68208
|
eager: boolean;
|
@@ -68319,7 +68283,7 @@ declare const VTooltip: {
|
|
68319
68283
|
component?: vue.Component | undefined;
|
68320
68284
|
});
|
68321
68285
|
zIndex: string | number;
|
68322
|
-
modelValue: boolean
|
68286
|
+
modelValue: boolean;
|
68323
68287
|
origin: Anchor | "auto" | "overlap";
|
68324
68288
|
eager: boolean;
|
68325
68289
|
location: Anchor;
|
@@ -68346,7 +68310,7 @@ declare const VTooltip: {
|
|
68346
68310
|
component?: vue.Component | undefined;
|
68347
68311
|
});
|
68348
68312
|
zIndex: string | number;
|
68349
|
-
modelValue: boolean
|
68313
|
+
modelValue: boolean;
|
68350
68314
|
origin: Anchor | "auto" | "overlap";
|
68351
68315
|
eager: boolean;
|
68352
68316
|
location: Anchor;
|
@@ -68424,7 +68388,7 @@ declare const VTooltip: {
|
|
68424
68388
|
component?: vue.Component | undefined;
|
68425
68389
|
});
|
68426
68390
|
zIndex: string | number;
|
68427
|
-
modelValue: boolean
|
68391
|
+
modelValue: boolean;
|
68428
68392
|
origin: Anchor | "auto" | "overlap";
|
68429
68393
|
eager: boolean;
|
68430
68394
|
location: Anchor;
|
@@ -68531,7 +68495,7 @@ declare const VTooltip: {
|
|
68531
68495
|
component?: vue.Component | undefined;
|
68532
68496
|
});
|
68533
68497
|
zIndex: string | number;
|
68534
|
-
modelValue: boolean
|
68498
|
+
modelValue: boolean;
|
68535
68499
|
origin: Anchor | "auto" | "overlap";
|
68536
68500
|
eager: boolean;
|
68537
68501
|
location: Anchor;
|
@@ -68627,7 +68591,7 @@ declare const VTooltip: {
|
|
68627
68591
|
component?: vue.Component | undefined;
|
68628
68592
|
});
|
68629
68593
|
zIndex: string | number;
|
68630
|
-
modelValue: boolean
|
68594
|
+
modelValue: boolean;
|
68631
68595
|
origin: Anchor | "auto" | "overlap";
|
68632
68596
|
eager: boolean;
|
68633
68597
|
location: Anchor;
|
@@ -68687,7 +68651,7 @@ declare const VTooltip: {
|
|
68687
68651
|
component?: vue.Component | undefined;
|
68688
68652
|
});
|
68689
68653
|
zIndex: string | number;
|
68690
|
-
modelValue: boolean
|
68654
|
+
modelValue: boolean;
|
68691
68655
|
origin: Anchor | "auto" | "overlap";
|
68692
68656
|
eager: boolean;
|
68693
68657
|
location: Anchor;
|
@@ -68780,7 +68744,7 @@ declare const VTooltip: {
|
|
68780
68744
|
component?: vue.Component | undefined;
|
68781
68745
|
})>;
|
68782
68746
|
zIndex: string | number;
|
68783
|
-
modelValue: boolean
|
68747
|
+
modelValue: boolean;
|
68784
68748
|
origin: NonNullable<Anchor | "auto" | "overlap">;
|
68785
68749
|
minWidth: NonNullable<string | number>;
|
68786
68750
|
eager: boolean;
|
@@ -68858,7 +68822,7 @@ declare const VTooltip: {
|
|
68858
68822
|
component?: vue.Component | undefined;
|
68859
68823
|
})>;
|
68860
68824
|
zIndex: string | number;
|
68861
|
-
modelValue: boolean
|
68825
|
+
modelValue: boolean;
|
68862
68826
|
origin: NonNullable<Anchor | "auto" | "overlap">;
|
68863
68827
|
minWidth: NonNullable<string | number>;
|
68864
68828
|
eager: boolean;
|
@@ -68904,7 +68868,7 @@ declare const VTooltip: {
|
|
68904
68868
|
component?: vue.Component | undefined;
|
68905
68869
|
})>;
|
68906
68870
|
zIndex: string | number;
|
68907
|
-
modelValue: boolean
|
68871
|
+
modelValue: boolean;
|
68908
68872
|
origin: NonNullable<Anchor | "auto" | "overlap">;
|
68909
68873
|
minWidth: NonNullable<string | number>;
|
68910
68874
|
eager: boolean;
|
@@ -68985,7 +68949,7 @@ declare const VTooltip: {
|
|
68985
68949
|
component?: vue.Component | undefined;
|
68986
68950
|
});
|
68987
68951
|
zIndex: string | number;
|
68988
|
-
modelValue: boolean
|
68952
|
+
modelValue: boolean;
|
68989
68953
|
origin: Anchor | "auto" | "overlap";
|
68990
68954
|
eager: boolean;
|
68991
68955
|
location: Anchor;
|
@@ -69012,7 +68976,7 @@ declare const VTooltip: {
|
|
69012
68976
|
component?: vue.Component | undefined;
|
69013
68977
|
});
|
69014
68978
|
zIndex: string | number;
|
69015
|
-
modelValue: boolean
|
68979
|
+
modelValue: boolean;
|
69016
68980
|
origin: Anchor | "auto" | "overlap";
|
69017
68981
|
eager: boolean;
|
69018
68982
|
location: Anchor;
|
@@ -69090,7 +69054,7 @@ declare const VTooltip: {
|
|
69090
69054
|
component?: vue.Component | undefined;
|
69091
69055
|
});
|
69092
69056
|
zIndex: string | number;
|
69093
|
-
modelValue: boolean
|
69057
|
+
modelValue: boolean;
|
69094
69058
|
origin: Anchor | "auto" | "overlap";
|
69095
69059
|
eager: boolean;
|
69096
69060
|
location: Anchor;
|
@@ -69197,7 +69161,7 @@ declare const VTooltip: {
|
|
69197
69161
|
component?: vue.Component | undefined;
|
69198
69162
|
});
|
69199
69163
|
zIndex: string | number;
|
69200
|
-
modelValue: boolean
|
69164
|
+
modelValue: boolean;
|
69201
69165
|
origin: Anchor | "auto" | "overlap";
|
69202
69166
|
eager: boolean;
|
69203
69167
|
location: Anchor;
|
@@ -69293,7 +69257,7 @@ declare const VTooltip: {
|
|
69293
69257
|
component?: vue.Component | undefined;
|
69294
69258
|
});
|
69295
69259
|
zIndex: string | number;
|
69296
|
-
modelValue: boolean
|
69260
|
+
modelValue: boolean;
|
69297
69261
|
origin: Anchor | "auto" | "overlap";
|
69298
69262
|
eager: boolean;
|
69299
69263
|
location: Anchor;
|
@@ -69353,7 +69317,7 @@ declare const VTooltip: {
|
|
69353
69317
|
component?: vue.Component | undefined;
|
69354
69318
|
});
|
69355
69319
|
zIndex: string | number;
|
69356
|
-
modelValue: boolean
|
69320
|
+
modelValue: boolean;
|
69357
69321
|
origin: Anchor | "auto" | "overlap";
|
69358
69322
|
eager: boolean;
|
69359
69323
|
location: Anchor;
|
@@ -69444,7 +69408,7 @@ declare const VTooltip: {
|
|
69444
69408
|
component?: vue.Component | undefined;
|
69445
69409
|
})>;
|
69446
69410
|
zIndex: string | number;
|
69447
|
-
modelValue: boolean
|
69411
|
+
modelValue: boolean;
|
69448
69412
|
origin: NonNullable<Anchor | "auto" | "overlap">;
|
69449
69413
|
minWidth: NonNullable<string | number>;
|
69450
69414
|
eager: boolean;
|
@@ -69474,7 +69438,7 @@ declare const VTooltip: {
|
|
69474
69438
|
component?: vue.Component | undefined;
|
69475
69439
|
})>;
|
69476
69440
|
zIndex: string | number;
|
69477
|
-
modelValue: boolean
|
69441
|
+
modelValue: boolean;
|
69478
69442
|
origin: NonNullable<Anchor | "auto" | "overlap">;
|
69479
69443
|
minWidth: NonNullable<string | number>;
|
69480
69444
|
eager: boolean;
|
@@ -69555,7 +69519,7 @@ declare const VTooltip: {
|
|
69555
69519
|
component?: vue.Component | undefined;
|
69556
69520
|
});
|
69557
69521
|
zIndex: string | number;
|
69558
|
-
modelValue: boolean
|
69522
|
+
modelValue: boolean;
|
69559
69523
|
origin: Anchor | "auto" | "overlap";
|
69560
69524
|
eager: boolean;
|
69561
69525
|
location: Anchor;
|
@@ -69582,7 +69546,7 @@ declare const VTooltip: {
|
|
69582
69546
|
component?: vue.Component | undefined;
|
69583
69547
|
});
|
69584
69548
|
zIndex: string | number;
|
69585
|
-
modelValue: boolean
|
69549
|
+
modelValue: boolean;
|
69586
69550
|
origin: Anchor | "auto" | "overlap";
|
69587
69551
|
eager: boolean;
|
69588
69552
|
location: Anchor;
|
@@ -69660,7 +69624,7 @@ declare const VTooltip: {
|
|
69660
69624
|
component?: vue.Component | undefined;
|
69661
69625
|
});
|
69662
69626
|
zIndex: string | number;
|
69663
|
-
modelValue: boolean
|
69627
|
+
modelValue: boolean;
|
69664
69628
|
origin: Anchor | "auto" | "overlap";
|
69665
69629
|
eager: boolean;
|
69666
69630
|
location: Anchor;
|
@@ -69767,7 +69731,7 @@ declare const VTooltip: {
|
|
69767
69731
|
component?: vue.Component | undefined;
|
69768
69732
|
});
|
69769
69733
|
zIndex: string | number;
|
69770
|
-
modelValue: boolean
|
69734
|
+
modelValue: boolean;
|
69771
69735
|
origin: Anchor | "auto" | "overlap";
|
69772
69736
|
eager: boolean;
|
69773
69737
|
location: Anchor;
|
@@ -69863,7 +69827,7 @@ declare const VTooltip: {
|
|
69863
69827
|
component?: vue.Component | undefined;
|
69864
69828
|
});
|
69865
69829
|
zIndex: string | number;
|
69866
|
-
modelValue: boolean
|
69830
|
+
modelValue: boolean;
|
69867
69831
|
origin: Anchor | "auto" | "overlap";
|
69868
69832
|
eager: boolean;
|
69869
69833
|
location: Anchor;
|
@@ -69923,7 +69887,7 @@ declare const VTooltip: {
|
|
69923
69887
|
component?: vue.Component | undefined;
|
69924
69888
|
});
|
69925
69889
|
zIndex: string | number;
|
69926
|
-
modelValue: boolean
|
69890
|
+
modelValue: boolean;
|
69927
69891
|
origin: Anchor | "auto" | "overlap";
|
69928
69892
|
eager: boolean;
|
69929
69893
|
location: Anchor;
|
@@ -70016,7 +69980,7 @@ declare const VTooltip: {
|
|
70016
69980
|
component?: vue.Component | undefined;
|
70017
69981
|
})>;
|
70018
69982
|
zIndex: string | number;
|
70019
|
-
modelValue: boolean
|
69983
|
+
modelValue: boolean;
|
70020
69984
|
origin: NonNullable<Anchor | "auto" | "overlap">;
|
70021
69985
|
minWidth: NonNullable<string | number>;
|
70022
69986
|
eager: boolean;
|
@@ -70080,10 +70044,7 @@ declare const VTooltip: {
|
|
70080
70044
|
type: (StringConstructor | NumberConstructor)[];
|
70081
70045
|
default: number;
|
70082
70046
|
};
|
70083
|
-
modelValue:
|
70084
|
-
type: vue.PropType<boolean | null>;
|
70085
|
-
default: null;
|
70086
|
-
};
|
70047
|
+
modelValue: BooleanConstructor;
|
70087
70048
|
contentClass: null;
|
70088
70049
|
origin: Omit<{
|
70089
70050
|
type: vue.PropType<Anchor | "auto" | "overlap">;
|
@@ -70209,10 +70170,7 @@ declare const VTooltip: {
|
|
70209
70170
|
type: (StringConstructor | NumberConstructor)[];
|
70210
70171
|
default: number;
|
70211
70172
|
};
|
70212
|
-
modelValue:
|
70213
|
-
type: vue.PropType<boolean | null>;
|
70214
|
-
default: null;
|
70215
|
-
};
|
70173
|
+
modelValue: BooleanConstructor;
|
70216
70174
|
contentClass: null;
|
70217
70175
|
origin: Omit<{
|
70218
70176
|
type: vue.PropType<Anchor | "auto" | "overlap">;
|
@@ -73372,39 +73330,39 @@ declare module '@vue/runtime-core' {
|
|
73372
73330
|
|
73373
73331
|
export interface GlobalComponents {
|
73374
73332
|
VApp: typeof import('vuetify/components')['VApp']
|
73333
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73334
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
73335
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73375
73336
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
73376
73337
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
73377
73338
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
73378
73339
|
VAlert: typeof import('vuetify/components')['VAlert']
|
73379
73340
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73380
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73381
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73382
73341
|
VBanner: typeof import('vuetify/components')['VBanner']
|
73383
73342
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73384
73343
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73385
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
73386
73344
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73387
73345
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73346
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73347
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73388
73348
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73389
73349
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73390
73350
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73351
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
73352
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73353
|
+
VChip: typeof import('vuetify/components')['VChip']
|
73354
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73355
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73356
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73391
73357
|
VCard: typeof import('vuetify/components')['VCard']
|
73392
73358
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
73393
73359
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
73394
73360
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
73395
73361
|
VCardText: typeof import('vuetify/components')['VCardText']
|
73396
73362
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
73397
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
73398
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73399
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73400
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73401
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73402
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73403
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73404
|
-
VChip: typeof import('vuetify/components')['VChip']
|
73405
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73406
73363
|
VCode: typeof import('vuetify/components')['VCode']
|
73407
73364
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73365
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73408
73366
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73409
73367
|
VCounter: typeof import('vuetify/components')['VCounter']
|
73410
73368
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
@@ -73420,18 +73378,19 @@ declare module '@vue/runtime-core' {
|
|
73420
73378
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
73421
73379
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73422
73380
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73423
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73424
73381
|
VDialog: typeof import('vuetify/components')['VDialog']
|
73425
73382
|
VDivider: typeof import('vuetify/components')['VDivider']
|
73426
|
-
VField: typeof import('vuetify/components')['VField']
|
73427
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73428
73383
|
VFab: typeof import('vuetify/components')['VFab']
|
73429
73384
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
73430
73385
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
73431
73386
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
73432
73387
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
73433
|
-
|
73388
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73389
|
+
VField: typeof import('vuetify/components')['VField']
|
73390
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73434
73391
|
VFooter: typeof import('vuetify/components')['VFooter']
|
73392
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73393
|
+
VInput: typeof import('vuetify/components')['VInput']
|
73435
73394
|
VIcon: typeof import('vuetify/components')['VIcon']
|
73436
73395
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
73437
73396
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
@@ -73439,12 +73398,9 @@ declare module '@vue/runtime-core' {
|
|
73439
73398
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
73440
73399
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73441
73400
|
VImg: typeof import('vuetify/components')['VImg']
|
73442
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
73443
73401
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
73444
73402
|
VItem: typeof import('vuetify/components')['VItem']
|
73445
|
-
|
73446
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
73447
|
-
VMain: typeof import('vuetify/components')['VMain']
|
73403
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
73448
73404
|
VList: typeof import('vuetify/components')['VList']
|
73449
73405
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
73450
73406
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -73454,48 +73410,50 @@ declare module '@vue/runtime-core' {
|
|
73454
73410
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
73455
73411
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
73456
73412
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
73457
|
-
|
73413
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
73458
73414
|
VMessages: typeof import('vuetify/components')['VMessages']
|
73415
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
73416
|
+
VMain: typeof import('vuetify/components')['VMain']
|
73459
73417
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73460
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73461
73418
|
VPagination: typeof import('vuetify/components')['VPagination']
|
73462
|
-
|
73419
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73463
73420
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73421
|
+
VRating: typeof import('vuetify/components')['VRating']
|
73464
73422
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73465
73423
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73424
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73466
73425
|
VSelect: typeof import('vuetify/components')['VSelect']
|
73467
|
-
VRating: typeof import('vuetify/components')['VRating']
|
73468
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73469
|
-
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73470
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73471
73426
|
VSheet: typeof import('vuetify/components')['VSheet']
|
73472
|
-
|
73427
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73428
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73429
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
73473
73430
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73474
73431
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73475
|
-
|
73432
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73476
73433
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73477
|
-
|
73478
|
-
|
73479
|
-
VTable: typeof import('vuetify/components')['VTable']
|
73434
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73435
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
73480
73436
|
VStepper: typeof import('vuetify/components')['VStepper']
|
73481
73437
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
73482
73438
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
73483
73439
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
73484
73440
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
73485
73441
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
73442
|
+
VTable: typeof import('vuetify/components')['VTable']
|
73486
73443
|
VTab: typeof import('vuetify/components')['VTab']
|
73487
73444
|
VTabs: typeof import('vuetify/components')['VTabs']
|
73488
73445
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73489
73446
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73490
|
-
|
73447
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73491
73448
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
73492
73449
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
73493
73450
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
73494
|
-
|
73451
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73495
73452
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73496
73453
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73497
73454
|
VWindow: typeof import('vuetify/components')['VWindow']
|
73498
73455
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
73456
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73499
73457
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
73500
73458
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
73501
73459
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
@@ -73514,11 +73472,11 @@ declare module '@vue/runtime-core' {
|
|
73514
73472
|
VRadio: typeof import('vuetify/components')['VRadio']
|
73515
73473
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
73516
73474
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
73517
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
73518
73475
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
73476
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
73519
73477
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
73520
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
73521
73478
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
73479
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
73522
73480
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
73523
73481
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
73524
73482
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -73535,21 +73493,21 @@ declare module '@vue/runtime-core' {
|
|
73535
73493
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
73536
73494
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
73537
73495
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
73538
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73539
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73540
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73541
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73542
73496
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
73543
73497
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
73544
73498
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
73545
73499
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
73546
73500
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
73547
73501
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
73502
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73548
73503
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73549
73504
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73550
73505
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73551
73506
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73552
73507
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73508
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73509
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73510
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73553
73511
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
73554
73512
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73555
73513
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|