@vuetify/nightly 3.7.0-beta.1-pr-20092.92a3215 → 3.7.0-beta.1-dev.2024-07-29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +99 -107
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +132 -132
- package/dist/json/tags.json +0 -2
- package/dist/json/web-types.json +193 -212
- package/dist/vuetify-labs.css +3162 -3162
- package/dist/vuetify-labs.d.ts +106 -190
- package/dist/vuetify-labs.esm.js +13 -30
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +13 -30
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1693 -1693
- package/dist/vuetify.d.ts +150 -234
- package/dist/vuetify.esm.js +13 -30
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +13 -30
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +43 -43
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +24 -42
- package/lib/components/VCombobox/index.d.mts +24 -42
- package/lib/components/VDialog/index.d.mts +3 -3
- package/lib/components/VList/VListItem.mjs +1 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.mjs +3 -19
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +12 -27
- package/lib/components/VOverlay/VOverlay.mjs +4 -5
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/useActivator.mjs +2 -3
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +24 -42
- package/lib/components/VSnackbar/index.d.mts +3 -3
- package/lib/components/VSpeedDial/index.d.mts +13 -28
- package/lib/components/VTooltip/index.d.mts +3 -3
- package/lib/components/index.d.mts +106 -190
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +44 -44
- package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
- package/lib/labs/components.d.mts +3 -3
- package/package.json +1 -1
@@ -4862,7 +4862,7 @@ declare const VAutocomplete: {
|
|
4862
4862
|
}) => vue.VNodeChild) | undefined;
|
4863
4863
|
}) | undefined;
|
4864
4864
|
menuProps?: (Partial<{
|
4865
|
-
location:
|
4865
|
+
location: Anchor;
|
4866
4866
|
origin: "auto" | Anchor | "overlap";
|
4867
4867
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
4868
4868
|
component?: vue.Component | undefined;
|
@@ -4890,9 +4890,8 @@ declare const VAutocomplete: {
|
|
4890
4890
|
noClickAnimation: boolean;
|
4891
4891
|
persistent: boolean;
|
4892
4892
|
scrim: NonNullable<string | boolean>;
|
4893
|
-
submenu: boolean;
|
4894
4893
|
}> & Omit<{
|
4895
|
-
location:
|
4894
|
+
location: Anchor;
|
4896
4895
|
origin: "auto" | Anchor | "overlap";
|
4897
4896
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
4898
4897
|
component?: vue.Component | undefined;
|
@@ -4918,7 +4917,6 @@ declare const VAutocomplete: {
|
|
4918
4917
|
noClickAnimation: boolean;
|
4919
4918
|
persistent: boolean;
|
4920
4919
|
scrim: NonNullable<string | boolean>;
|
4921
|
-
submenu: boolean;
|
4922
4920
|
offset?: string | number | number[] | undefined;
|
4923
4921
|
id?: string | undefined;
|
4924
4922
|
height?: string | number | undefined;
|
@@ -4969,7 +4967,7 @@ declare const VAutocomplete: {
|
|
4969
4967
|
}) => vue.VNodeChild) | undefined;
|
4970
4968
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
4971
4969
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
4972
|
-
location:
|
4970
|
+
location: Anchor;
|
4973
4971
|
origin: "auto" | Anchor | "overlap";
|
4974
4972
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
4975
4973
|
component?: vue.Component | undefined;
|
@@ -4995,7 +4993,6 @@ declare const VAutocomplete: {
|
|
4995
4993
|
noClickAnimation: boolean;
|
4996
4994
|
persistent: boolean;
|
4997
4995
|
scrim: NonNullable<string | boolean>;
|
4998
|
-
submenu: boolean;
|
4999
4996
|
} & {
|
5000
4997
|
offset?: string | number | number[] | undefined;
|
5001
4998
|
id?: string | undefined;
|
@@ -5049,7 +5046,7 @@ declare const VAutocomplete: {
|
|
5049
5046
|
}) => vue.VNodeChild) | undefined;
|
5050
5047
|
} & {
|
5051
5048
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
5052
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
5049
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
5053
5050
|
itemColor?: string | undefined;
|
5054
5051
|
autoSelectFirst?: boolean | "exact" | undefined;
|
5055
5052
|
} & {
|
@@ -5405,7 +5402,7 @@ declare const VAutocomplete: {
|
|
5405
5402
|
}) => vue.VNodeChild) | undefined;
|
5406
5403
|
}) | undefined;
|
5407
5404
|
menuProps?: (Partial<{
|
5408
|
-
location:
|
5405
|
+
location: Anchor;
|
5409
5406
|
origin: "auto" | Anchor | "overlap";
|
5410
5407
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
5411
5408
|
component?: vue.Component | undefined;
|
@@ -5433,9 +5430,8 @@ declare const VAutocomplete: {
|
|
5433
5430
|
noClickAnimation: boolean;
|
5434
5431
|
persistent: boolean;
|
5435
5432
|
scrim: NonNullable<string | boolean>;
|
5436
|
-
submenu: boolean;
|
5437
5433
|
}> & Omit<{
|
5438
|
-
location:
|
5434
|
+
location: Anchor;
|
5439
5435
|
origin: "auto" | Anchor | "overlap";
|
5440
5436
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
5441
5437
|
component?: vue.Component | undefined;
|
@@ -5461,7 +5457,6 @@ declare const VAutocomplete: {
|
|
5461
5457
|
noClickAnimation: boolean;
|
5462
5458
|
persistent: boolean;
|
5463
5459
|
scrim: NonNullable<string | boolean>;
|
5464
|
-
submenu: boolean;
|
5465
5460
|
offset?: string | number | number[] | undefined;
|
5466
5461
|
id?: string | undefined;
|
5467
5462
|
height?: string | number | undefined;
|
@@ -5512,7 +5507,7 @@ declare const VAutocomplete: {
|
|
5512
5507
|
}) => vue.VNodeChild) | undefined;
|
5513
5508
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
5514
5509
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
5515
|
-
location:
|
5510
|
+
location: Anchor;
|
5516
5511
|
origin: "auto" | Anchor | "overlap";
|
5517
5512
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
5518
5513
|
component?: vue.Component | undefined;
|
@@ -5538,7 +5533,6 @@ declare const VAutocomplete: {
|
|
5538
5533
|
noClickAnimation: boolean;
|
5539
5534
|
persistent: boolean;
|
5540
5535
|
scrim: NonNullable<string | boolean>;
|
5541
|
-
submenu: boolean;
|
5542
5536
|
} & {
|
5543
5537
|
offset?: string | number | number[] | undefined;
|
5544
5538
|
id?: string | undefined;
|
@@ -5592,7 +5586,7 @@ declare const VAutocomplete: {
|
|
5592
5586
|
}) => vue.VNodeChild) | undefined;
|
5593
5587
|
} & {
|
5594
5588
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
5595
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
5589
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
5596
5590
|
itemColor?: string | undefined;
|
5597
5591
|
autoSelectFirst?: boolean | "exact" | undefined;
|
5598
5592
|
} & {
|
@@ -6062,7 +6056,7 @@ declare const VAutocomplete: {
|
|
6062
6056
|
}) => vue.VNodeChild) | undefined;
|
6063
6057
|
}) | undefined;
|
6064
6058
|
menuProps?: (Partial<{
|
6065
|
-
location:
|
6059
|
+
location: Anchor;
|
6066
6060
|
origin: "auto" | Anchor | "overlap";
|
6067
6061
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
6068
6062
|
component?: vue.Component | undefined;
|
@@ -6090,9 +6084,8 @@ declare const VAutocomplete: {
|
|
6090
6084
|
noClickAnimation: boolean;
|
6091
6085
|
persistent: boolean;
|
6092
6086
|
scrim: NonNullable<string | boolean>;
|
6093
|
-
submenu: boolean;
|
6094
6087
|
}> & Omit<{
|
6095
|
-
location:
|
6088
|
+
location: Anchor;
|
6096
6089
|
origin: "auto" | Anchor | "overlap";
|
6097
6090
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
6098
6091
|
component?: vue.Component | undefined;
|
@@ -6118,7 +6111,6 @@ declare const VAutocomplete: {
|
|
6118
6111
|
noClickAnimation: boolean;
|
6119
6112
|
persistent: boolean;
|
6120
6113
|
scrim: NonNullable<string | boolean>;
|
6121
|
-
submenu: boolean;
|
6122
6114
|
offset?: string | number | number[] | undefined;
|
6123
6115
|
id?: string | undefined;
|
6124
6116
|
height?: string | number | undefined;
|
@@ -6169,7 +6161,7 @@ declare const VAutocomplete: {
|
|
6169
6161
|
}) => vue.VNodeChild) | undefined;
|
6170
6162
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
6171
6163
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
6172
|
-
location:
|
6164
|
+
location: Anchor;
|
6173
6165
|
origin: "auto" | Anchor | "overlap";
|
6174
6166
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
6175
6167
|
component?: vue.Component | undefined;
|
@@ -6195,7 +6187,6 @@ declare const VAutocomplete: {
|
|
6195
6187
|
noClickAnimation: boolean;
|
6196
6188
|
persistent: boolean;
|
6197
6189
|
scrim: NonNullable<string | boolean>;
|
6198
|
-
submenu: boolean;
|
6199
6190
|
} & {
|
6200
6191
|
offset?: string | number | number[] | undefined;
|
6201
6192
|
id?: string | undefined;
|
@@ -6249,7 +6240,7 @@ declare const VAutocomplete: {
|
|
6249
6240
|
}) => vue.VNodeChild) | undefined;
|
6250
6241
|
} & {
|
6251
6242
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
6252
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
6243
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
6253
6244
|
itemColor?: string | undefined;
|
6254
6245
|
autoSelectFirst?: boolean | "exact" | undefined;
|
6255
6246
|
} & {
|
@@ -6654,7 +6645,7 @@ declare const VAutocomplete: {
|
|
6654
6645
|
}) => vue.VNodeChild) | undefined;
|
6655
6646
|
}) | undefined;
|
6656
6647
|
menuProps?: (Partial<{
|
6657
|
-
location:
|
6648
|
+
location: Anchor;
|
6658
6649
|
origin: "auto" | Anchor | "overlap";
|
6659
6650
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
6660
6651
|
component?: vue.Component | undefined;
|
@@ -6682,9 +6673,8 @@ declare const VAutocomplete: {
|
|
6682
6673
|
noClickAnimation: boolean;
|
6683
6674
|
persistent: boolean;
|
6684
6675
|
scrim: NonNullable<string | boolean>;
|
6685
|
-
submenu: boolean;
|
6686
6676
|
}> & Omit<{
|
6687
|
-
location:
|
6677
|
+
location: Anchor;
|
6688
6678
|
origin: "auto" | Anchor | "overlap";
|
6689
6679
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
6690
6680
|
component?: vue.Component | undefined;
|
@@ -6710,7 +6700,6 @@ declare const VAutocomplete: {
|
|
6710
6700
|
noClickAnimation: boolean;
|
6711
6701
|
persistent: boolean;
|
6712
6702
|
scrim: NonNullable<string | boolean>;
|
6713
|
-
submenu: boolean;
|
6714
6703
|
offset?: string | number | number[] | undefined;
|
6715
6704
|
id?: string | undefined;
|
6716
6705
|
height?: string | number | undefined;
|
@@ -6761,7 +6750,7 @@ declare const VAutocomplete: {
|
|
6761
6750
|
}) => vue.VNodeChild) | undefined;
|
6762
6751
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
6763
6752
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
6764
|
-
location:
|
6753
|
+
location: Anchor;
|
6765
6754
|
origin: "auto" | Anchor | "overlap";
|
6766
6755
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
6767
6756
|
component?: vue.Component | undefined;
|
@@ -6787,7 +6776,6 @@ declare const VAutocomplete: {
|
|
6787
6776
|
noClickAnimation: boolean;
|
6788
6777
|
persistent: boolean;
|
6789
6778
|
scrim: NonNullable<string | boolean>;
|
6790
|
-
submenu: boolean;
|
6791
6779
|
} & {
|
6792
6780
|
offset?: string | number | number[] | undefined;
|
6793
6781
|
id?: string | undefined;
|
@@ -6841,7 +6829,7 @@ declare const VAutocomplete: {
|
|
6841
6829
|
}) => vue.VNodeChild) | undefined;
|
6842
6830
|
} & {
|
6843
6831
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
6844
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
6832
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
6845
6833
|
itemColor?: string | undefined;
|
6846
6834
|
autoSelectFirst?: boolean | "exact" | undefined;
|
6847
6835
|
} & {
|
@@ -7454,7 +7442,7 @@ declare const VAutocomplete: {
|
|
7454
7442
|
};
|
7455
7443
|
menuProps: {
|
7456
7444
|
type: PropType<Partial<{
|
7457
|
-
location:
|
7445
|
+
location: Anchor;
|
7458
7446
|
origin: "auto" | Anchor | "overlap";
|
7459
7447
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
7460
7448
|
component?: vue.Component | undefined;
|
@@ -7482,9 +7470,8 @@ declare const VAutocomplete: {
|
|
7482
7470
|
noClickAnimation: boolean;
|
7483
7471
|
persistent: boolean;
|
7484
7472
|
scrim: NonNullable<string | boolean>;
|
7485
|
-
submenu: boolean;
|
7486
7473
|
}> & Omit<{
|
7487
|
-
location:
|
7474
|
+
location: Anchor;
|
7488
7475
|
origin: "auto" | Anchor | "overlap";
|
7489
7476
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
7490
7477
|
component?: vue.Component | undefined;
|
@@ -7510,7 +7497,6 @@ declare const VAutocomplete: {
|
|
7510
7497
|
noClickAnimation: boolean;
|
7511
7498
|
persistent: boolean;
|
7512
7499
|
scrim: NonNullable<string | boolean>;
|
7513
|
-
submenu: boolean;
|
7514
7500
|
offset?: string | number | number[] | undefined;
|
7515
7501
|
id?: string | undefined;
|
7516
7502
|
height?: string | number | undefined;
|
@@ -7561,7 +7547,7 @@ declare const VAutocomplete: {
|
|
7561
7547
|
}) => vue.VNodeChild) | undefined;
|
7562
7548
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
7563
7549
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
7564
|
-
location:
|
7550
|
+
location: Anchor;
|
7565
7551
|
origin: "auto" | Anchor | "overlap";
|
7566
7552
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
7567
7553
|
component?: vue.Component | undefined;
|
@@ -7587,7 +7573,6 @@ declare const VAutocomplete: {
|
|
7587
7573
|
noClickAnimation: boolean;
|
7588
7574
|
persistent: boolean;
|
7589
7575
|
scrim: NonNullable<string | boolean>;
|
7590
|
-
submenu: boolean;
|
7591
7576
|
} & {
|
7592
7577
|
offset?: string | number | number[] | undefined;
|
7593
7578
|
id?: string | undefined;
|
@@ -7641,7 +7626,7 @@ declare const VAutocomplete: {
|
|
7641
7626
|
}) => vue.VNodeChild) | undefined;
|
7642
7627
|
} & {
|
7643
7628
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
7644
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
7629
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
7645
7630
|
};
|
7646
7631
|
multiple: BooleanConstructor;
|
7647
7632
|
noDataText: {
|
@@ -8101,7 +8086,7 @@ declare const VAutocomplete: {
|
|
8101
8086
|
};
|
8102
8087
|
menuProps: {
|
8103
8088
|
type: PropType<Partial<{
|
8104
|
-
location:
|
8089
|
+
location: Anchor;
|
8105
8090
|
origin: "auto" | Anchor | "overlap";
|
8106
8091
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
8107
8092
|
component?: vue.Component | undefined;
|
@@ -8129,9 +8114,8 @@ declare const VAutocomplete: {
|
|
8129
8114
|
noClickAnimation: boolean;
|
8130
8115
|
persistent: boolean;
|
8131
8116
|
scrim: NonNullable<string | boolean>;
|
8132
|
-
submenu: boolean;
|
8133
8117
|
}> & Omit<{
|
8134
|
-
location:
|
8118
|
+
location: Anchor;
|
8135
8119
|
origin: "auto" | Anchor | "overlap";
|
8136
8120
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
8137
8121
|
component?: vue.Component | undefined;
|
@@ -8157,7 +8141,6 @@ declare const VAutocomplete: {
|
|
8157
8141
|
noClickAnimation: boolean;
|
8158
8142
|
persistent: boolean;
|
8159
8143
|
scrim: NonNullable<string | boolean>;
|
8160
|
-
submenu: boolean;
|
8161
8144
|
offset?: string | number | number[] | undefined;
|
8162
8145
|
id?: string | undefined;
|
8163
8146
|
height?: string | number | undefined;
|
@@ -8208,7 +8191,7 @@ declare const VAutocomplete: {
|
|
8208
8191
|
}) => vue.VNodeChild) | undefined;
|
8209
8192
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
8210
8193
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
8211
|
-
location:
|
8194
|
+
location: Anchor;
|
8212
8195
|
origin: "auto" | Anchor | "overlap";
|
8213
8196
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
8214
8197
|
component?: vue.Component | undefined;
|
@@ -8234,7 +8217,6 @@ declare const VAutocomplete: {
|
|
8234
8217
|
noClickAnimation: boolean;
|
8235
8218
|
persistent: boolean;
|
8236
8219
|
scrim: NonNullable<string | boolean>;
|
8237
|
-
submenu: boolean;
|
8238
8220
|
} & {
|
8239
8221
|
offset?: string | number | number[] | undefined;
|
8240
8222
|
id?: string | undefined;
|
@@ -8288,7 +8270,7 @@ declare const VAutocomplete: {
|
|
8288
8270
|
}) => vue.VNodeChild) | undefined;
|
8289
8271
|
} & {
|
8290
8272
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
8291
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
8273
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
8292
8274
|
};
|
8293
8275
|
multiple: BooleanConstructor;
|
8294
8276
|
noDataText: {
|
@@ -18530,7 +18512,7 @@ declare const VCombobox: {
|
|
18530
18512
|
}) => vue.VNodeChild) | undefined;
|
18531
18513
|
}) | undefined;
|
18532
18514
|
menuProps?: (Partial<{
|
18533
|
-
location:
|
18515
|
+
location: Anchor;
|
18534
18516
|
origin: "auto" | Anchor | "overlap";
|
18535
18517
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
18536
18518
|
component?: vue.Component | undefined;
|
@@ -18558,9 +18540,8 @@ declare const VCombobox: {
|
|
18558
18540
|
noClickAnimation: boolean;
|
18559
18541
|
persistent: boolean;
|
18560
18542
|
scrim: NonNullable<string | boolean>;
|
18561
|
-
submenu: boolean;
|
18562
18543
|
}> & Omit<{
|
18563
|
-
location:
|
18544
|
+
location: Anchor;
|
18564
18545
|
origin: "auto" | Anchor | "overlap";
|
18565
18546
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
18566
18547
|
component?: vue.Component | undefined;
|
@@ -18586,7 +18567,6 @@ declare const VCombobox: {
|
|
18586
18567
|
noClickAnimation: boolean;
|
18587
18568
|
persistent: boolean;
|
18588
18569
|
scrim: NonNullable<string | boolean>;
|
18589
|
-
submenu: boolean;
|
18590
18570
|
offset?: string | number | number[] | undefined;
|
18591
18571
|
id?: string | undefined;
|
18592
18572
|
height?: string | number | undefined;
|
@@ -18637,7 +18617,7 @@ declare const VCombobox: {
|
|
18637
18617
|
}) => vue.VNodeChild) | undefined;
|
18638
18618
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
18639
18619
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
18640
|
-
location:
|
18620
|
+
location: Anchor;
|
18641
18621
|
origin: "auto" | Anchor | "overlap";
|
18642
18622
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
18643
18623
|
component?: vue.Component | undefined;
|
@@ -18663,7 +18643,6 @@ declare const VCombobox: {
|
|
18663
18643
|
noClickAnimation: boolean;
|
18664
18644
|
persistent: boolean;
|
18665
18645
|
scrim: NonNullable<string | boolean>;
|
18666
|
-
submenu: boolean;
|
18667
18646
|
} & {
|
18668
18647
|
offset?: string | number | number[] | undefined;
|
18669
18648
|
id?: string | undefined;
|
@@ -18717,7 +18696,7 @@ declare const VCombobox: {
|
|
18717
18696
|
}) => vue.VNodeChild) | undefined;
|
18718
18697
|
} & {
|
18719
18698
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
18720
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
18699
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
18721
18700
|
itemColor?: string | undefined;
|
18722
18701
|
autoSelectFirst?: boolean | "exact" | undefined;
|
18723
18702
|
} & {
|
@@ -19073,7 +19052,7 @@ declare const VCombobox: {
|
|
19073
19052
|
}) => vue.VNodeChild) | undefined;
|
19074
19053
|
}) | undefined;
|
19075
19054
|
menuProps?: (Partial<{
|
19076
|
-
location:
|
19055
|
+
location: Anchor;
|
19077
19056
|
origin: "auto" | Anchor | "overlap";
|
19078
19057
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
19079
19058
|
component?: vue.Component | undefined;
|
@@ -19101,9 +19080,8 @@ declare const VCombobox: {
|
|
19101
19080
|
noClickAnimation: boolean;
|
19102
19081
|
persistent: boolean;
|
19103
19082
|
scrim: NonNullable<string | boolean>;
|
19104
|
-
submenu: boolean;
|
19105
19083
|
}> & Omit<{
|
19106
|
-
location:
|
19084
|
+
location: Anchor;
|
19107
19085
|
origin: "auto" | Anchor | "overlap";
|
19108
19086
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
19109
19087
|
component?: vue.Component | undefined;
|
@@ -19129,7 +19107,6 @@ declare const VCombobox: {
|
|
19129
19107
|
noClickAnimation: boolean;
|
19130
19108
|
persistent: boolean;
|
19131
19109
|
scrim: NonNullable<string | boolean>;
|
19132
|
-
submenu: boolean;
|
19133
19110
|
offset?: string | number | number[] | undefined;
|
19134
19111
|
id?: string | undefined;
|
19135
19112
|
height?: string | number | undefined;
|
@@ -19180,7 +19157,7 @@ declare const VCombobox: {
|
|
19180
19157
|
}) => vue.VNodeChild) | undefined;
|
19181
19158
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
19182
19159
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
19183
|
-
location:
|
19160
|
+
location: Anchor;
|
19184
19161
|
origin: "auto" | Anchor | "overlap";
|
19185
19162
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
19186
19163
|
component?: vue.Component | undefined;
|
@@ -19206,7 +19183,6 @@ declare const VCombobox: {
|
|
19206
19183
|
noClickAnimation: boolean;
|
19207
19184
|
persistent: boolean;
|
19208
19185
|
scrim: NonNullable<string | boolean>;
|
19209
|
-
submenu: boolean;
|
19210
19186
|
} & {
|
19211
19187
|
offset?: string | number | number[] | undefined;
|
19212
19188
|
id?: string | undefined;
|
@@ -19260,7 +19236,7 @@ declare const VCombobox: {
|
|
19260
19236
|
}) => vue.VNodeChild) | undefined;
|
19261
19237
|
} & {
|
19262
19238
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
19263
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
19239
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
19264
19240
|
itemColor?: string | undefined;
|
19265
19241
|
autoSelectFirst?: boolean | "exact" | undefined;
|
19266
19242
|
} & {
|
@@ -19730,7 +19706,7 @@ declare const VCombobox: {
|
|
19730
19706
|
}) => vue.VNodeChild) | undefined;
|
19731
19707
|
}) | undefined;
|
19732
19708
|
menuProps?: (Partial<{
|
19733
|
-
location:
|
19709
|
+
location: Anchor;
|
19734
19710
|
origin: "auto" | Anchor | "overlap";
|
19735
19711
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
19736
19712
|
component?: vue.Component | undefined;
|
@@ -19758,9 +19734,8 @@ declare const VCombobox: {
|
|
19758
19734
|
noClickAnimation: boolean;
|
19759
19735
|
persistent: boolean;
|
19760
19736
|
scrim: NonNullable<string | boolean>;
|
19761
|
-
submenu: boolean;
|
19762
19737
|
}> & Omit<{
|
19763
|
-
location:
|
19738
|
+
location: Anchor;
|
19764
19739
|
origin: "auto" | Anchor | "overlap";
|
19765
19740
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
19766
19741
|
component?: vue.Component | undefined;
|
@@ -19786,7 +19761,6 @@ declare const VCombobox: {
|
|
19786
19761
|
noClickAnimation: boolean;
|
19787
19762
|
persistent: boolean;
|
19788
19763
|
scrim: NonNullable<string | boolean>;
|
19789
|
-
submenu: boolean;
|
19790
19764
|
offset?: string | number | number[] | undefined;
|
19791
19765
|
id?: string | undefined;
|
19792
19766
|
height?: string | number | undefined;
|
@@ -19837,7 +19811,7 @@ declare const VCombobox: {
|
|
19837
19811
|
}) => vue.VNodeChild) | undefined;
|
19838
19812
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
19839
19813
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
19840
|
-
location:
|
19814
|
+
location: Anchor;
|
19841
19815
|
origin: "auto" | Anchor | "overlap";
|
19842
19816
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
19843
19817
|
component?: vue.Component | undefined;
|
@@ -19863,7 +19837,6 @@ declare const VCombobox: {
|
|
19863
19837
|
noClickAnimation: boolean;
|
19864
19838
|
persistent: boolean;
|
19865
19839
|
scrim: NonNullable<string | boolean>;
|
19866
|
-
submenu: boolean;
|
19867
19840
|
} & {
|
19868
19841
|
offset?: string | number | number[] | undefined;
|
19869
19842
|
id?: string | undefined;
|
@@ -19917,7 +19890,7 @@ declare const VCombobox: {
|
|
19917
19890
|
}) => vue.VNodeChild) | undefined;
|
19918
19891
|
} & {
|
19919
19892
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
19920
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
19893
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
19921
19894
|
itemColor?: string | undefined;
|
19922
19895
|
autoSelectFirst?: boolean | "exact" | undefined;
|
19923
19896
|
} & {
|
@@ -20322,7 +20295,7 @@ declare const VCombobox: {
|
|
20322
20295
|
}) => vue.VNodeChild) | undefined;
|
20323
20296
|
}) | undefined;
|
20324
20297
|
menuProps?: (Partial<{
|
20325
|
-
location:
|
20298
|
+
location: Anchor;
|
20326
20299
|
origin: "auto" | Anchor | "overlap";
|
20327
20300
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
20328
20301
|
component?: vue.Component | undefined;
|
@@ -20350,9 +20323,8 @@ declare const VCombobox: {
|
|
20350
20323
|
noClickAnimation: boolean;
|
20351
20324
|
persistent: boolean;
|
20352
20325
|
scrim: NonNullable<string | boolean>;
|
20353
|
-
submenu: boolean;
|
20354
20326
|
}> & Omit<{
|
20355
|
-
location:
|
20327
|
+
location: Anchor;
|
20356
20328
|
origin: "auto" | Anchor | "overlap";
|
20357
20329
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
20358
20330
|
component?: vue.Component | undefined;
|
@@ -20378,7 +20350,6 @@ declare const VCombobox: {
|
|
20378
20350
|
noClickAnimation: boolean;
|
20379
20351
|
persistent: boolean;
|
20380
20352
|
scrim: NonNullable<string | boolean>;
|
20381
|
-
submenu: boolean;
|
20382
20353
|
offset?: string | number | number[] | undefined;
|
20383
20354
|
id?: string | undefined;
|
20384
20355
|
height?: string | number | undefined;
|
@@ -20429,7 +20400,7 @@ declare const VCombobox: {
|
|
20429
20400
|
}) => vue.VNodeChild) | undefined;
|
20430
20401
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
20431
20402
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
20432
|
-
location:
|
20403
|
+
location: Anchor;
|
20433
20404
|
origin: "auto" | Anchor | "overlap";
|
20434
20405
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
20435
20406
|
component?: vue.Component | undefined;
|
@@ -20455,7 +20426,6 @@ declare const VCombobox: {
|
|
20455
20426
|
noClickAnimation: boolean;
|
20456
20427
|
persistent: boolean;
|
20457
20428
|
scrim: NonNullable<string | boolean>;
|
20458
|
-
submenu: boolean;
|
20459
20429
|
} & {
|
20460
20430
|
offset?: string | number | number[] | undefined;
|
20461
20431
|
id?: string | undefined;
|
@@ -20509,7 +20479,7 @@ declare const VCombobox: {
|
|
20509
20479
|
}) => vue.VNodeChild) | undefined;
|
20510
20480
|
} & {
|
20511
20481
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
20512
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
20482
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
20513
20483
|
itemColor?: string | undefined;
|
20514
20484
|
autoSelectFirst?: boolean | "exact" | undefined;
|
20515
20485
|
} & {
|
@@ -21128,7 +21098,7 @@ declare const VCombobox: {
|
|
21128
21098
|
};
|
21129
21099
|
menuProps: {
|
21130
21100
|
type: PropType<Partial<{
|
21131
|
-
location:
|
21101
|
+
location: Anchor;
|
21132
21102
|
origin: "auto" | Anchor | "overlap";
|
21133
21103
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
21134
21104
|
component?: vue.Component | undefined;
|
@@ -21156,9 +21126,8 @@ declare const VCombobox: {
|
|
21156
21126
|
noClickAnimation: boolean;
|
21157
21127
|
persistent: boolean;
|
21158
21128
|
scrim: NonNullable<string | boolean>;
|
21159
|
-
submenu: boolean;
|
21160
21129
|
}> & Omit<{
|
21161
|
-
location:
|
21130
|
+
location: Anchor;
|
21162
21131
|
origin: "auto" | Anchor | "overlap";
|
21163
21132
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
21164
21133
|
component?: vue.Component | undefined;
|
@@ -21184,7 +21153,6 @@ declare const VCombobox: {
|
|
21184
21153
|
noClickAnimation: boolean;
|
21185
21154
|
persistent: boolean;
|
21186
21155
|
scrim: NonNullable<string | boolean>;
|
21187
|
-
submenu: boolean;
|
21188
21156
|
offset?: string | number | number[] | undefined;
|
21189
21157
|
id?: string | undefined;
|
21190
21158
|
height?: string | number | undefined;
|
@@ -21235,7 +21203,7 @@ declare const VCombobox: {
|
|
21235
21203
|
}) => vue.VNodeChild) | undefined;
|
21236
21204
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
21237
21205
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
21238
|
-
location:
|
21206
|
+
location: Anchor;
|
21239
21207
|
origin: "auto" | Anchor | "overlap";
|
21240
21208
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
21241
21209
|
component?: vue.Component | undefined;
|
@@ -21261,7 +21229,6 @@ declare const VCombobox: {
|
|
21261
21229
|
noClickAnimation: boolean;
|
21262
21230
|
persistent: boolean;
|
21263
21231
|
scrim: NonNullable<string | boolean>;
|
21264
|
-
submenu: boolean;
|
21265
21232
|
} & {
|
21266
21233
|
offset?: string | number | number[] | undefined;
|
21267
21234
|
id?: string | undefined;
|
@@ -21315,7 +21282,7 @@ declare const VCombobox: {
|
|
21315
21282
|
}) => vue.VNodeChild) | undefined;
|
21316
21283
|
} & {
|
21317
21284
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
21318
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
21285
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
21319
21286
|
};
|
21320
21287
|
multiple: BooleanConstructor;
|
21321
21288
|
noDataText: {
|
@@ -21784,7 +21751,7 @@ declare const VCombobox: {
|
|
21784
21751
|
};
|
21785
21752
|
menuProps: {
|
21786
21753
|
type: PropType<Partial<{
|
21787
|
-
location:
|
21754
|
+
location: Anchor;
|
21788
21755
|
origin: "auto" | Anchor | "overlap";
|
21789
21756
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
21790
21757
|
component?: vue.Component | undefined;
|
@@ -21812,9 +21779,8 @@ declare const VCombobox: {
|
|
21812
21779
|
noClickAnimation: boolean;
|
21813
21780
|
persistent: boolean;
|
21814
21781
|
scrim: NonNullable<string | boolean>;
|
21815
|
-
submenu: boolean;
|
21816
21782
|
}> & Omit<{
|
21817
|
-
location:
|
21783
|
+
location: Anchor;
|
21818
21784
|
origin: "auto" | Anchor | "overlap";
|
21819
21785
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
21820
21786
|
component?: vue.Component | undefined;
|
@@ -21840,7 +21806,6 @@ declare const VCombobox: {
|
|
21840
21806
|
noClickAnimation: boolean;
|
21841
21807
|
persistent: boolean;
|
21842
21808
|
scrim: NonNullable<string | boolean>;
|
21843
|
-
submenu: boolean;
|
21844
21809
|
offset?: string | number | number[] | undefined;
|
21845
21810
|
id?: string | undefined;
|
21846
21811
|
height?: string | number | undefined;
|
@@ -21891,7 +21856,7 @@ declare const VCombobox: {
|
|
21891
21856
|
}) => vue.VNodeChild) | undefined;
|
21892
21857
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
21893
21858
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
21894
|
-
location:
|
21859
|
+
location: Anchor;
|
21895
21860
|
origin: "auto" | Anchor | "overlap";
|
21896
21861
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
21897
21862
|
component?: vue.Component | undefined;
|
@@ -21917,7 +21882,6 @@ declare const VCombobox: {
|
|
21917
21882
|
noClickAnimation: boolean;
|
21918
21883
|
persistent: boolean;
|
21919
21884
|
scrim: NonNullable<string | boolean>;
|
21920
|
-
submenu: boolean;
|
21921
21885
|
} & {
|
21922
21886
|
offset?: string | number | number[] | undefined;
|
21923
21887
|
id?: string | undefined;
|
@@ -21971,7 +21935,7 @@ declare const VCombobox: {
|
|
21971
21935
|
}) => vue.VNodeChild) | undefined;
|
21972
21936
|
} & {
|
21973
21937
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
21974
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
21938
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
21975
21939
|
};
|
21976
21940
|
multiple: BooleanConstructor;
|
21977
21941
|
noDataText: {
|
@@ -29882,7 +29846,7 @@ declare const VDialog: {
|
|
29882
29846
|
onAfterLeave?: (() => any) | undefined;
|
29883
29847
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
29884
29848
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
29885
|
-
}, "target" | "
|
29849
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
29886
29850
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
29887
29851
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
29888
29852
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -30566,7 +30530,7 @@ declare const VDialog: {
|
|
30566
30530
|
onAfterLeave?: (() => any) | undefined;
|
30567
30531
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
30568
30532
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
30569
|
-
}, "target" | "
|
30533
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
30570
30534
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
30571
30535
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
30572
30536
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -31147,7 +31111,7 @@ declare const VDialog: {
|
|
31147
31111
|
onAfterLeave?: (() => any) | undefined;
|
31148
31112
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
31149
31113
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
31150
|
-
}, "target" | "
|
31114
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
31151
31115
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
31152
31116
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
31153
31117
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -41308,7 +41272,7 @@ type VMain = InstanceType<typeof VMain>;
|
|
41308
41272
|
|
41309
41273
|
declare const VMenu: {
|
41310
41274
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
41311
|
-
location:
|
41275
|
+
location: Anchor;
|
41312
41276
|
origin: "auto" | Anchor | "overlap";
|
41313
41277
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
41314
41278
|
component?: Component | undefined;
|
@@ -41334,7 +41298,6 @@ declare const VMenu: {
|
|
41334
41298
|
noClickAnimation: boolean;
|
41335
41299
|
persistent: boolean;
|
41336
41300
|
scrim: NonNullable<string | boolean>;
|
41337
|
-
submenu: boolean;
|
41338
41301
|
} & {
|
41339
41302
|
offset?: string | number | number[] | undefined;
|
41340
41303
|
id?: string | undefined;
|
@@ -41844,7 +41807,7 @@ declare const VMenu: {
|
|
41844
41807
|
onAfterLeave?: (() => any) | undefined;
|
41845
41808
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
41846
41809
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
41847
|
-
}, "target" | "
|
41810
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
41848
41811
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
41849
41812
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
41850
41813
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -41856,7 +41819,7 @@ declare const VMenu: {
|
|
41856
41819
|
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
41857
41820
|
'update:modelValue': (value: boolean) => boolean;
|
41858
41821
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
41859
|
-
location:
|
41822
|
+
location: Anchor;
|
41860
41823
|
origin: "auto" | Anchor | "overlap";
|
41861
41824
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
41862
41825
|
component?: Component | undefined;
|
@@ -41882,7 +41845,6 @@ declare const VMenu: {
|
|
41882
41845
|
noClickAnimation: boolean;
|
41883
41846
|
persistent: boolean;
|
41884
41847
|
scrim: NonNullable<string | boolean>;
|
41885
|
-
submenu: boolean;
|
41886
41848
|
} & {
|
41887
41849
|
offset?: string | number | number[] | undefined;
|
41888
41850
|
id?: string | undefined;
|
@@ -41937,7 +41899,7 @@ declare const VMenu: {
|
|
41937
41899
|
} & {
|
41938
41900
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
41939
41901
|
}, {
|
41940
|
-
location:
|
41902
|
+
location: Anchor;
|
41941
41903
|
origin: "auto" | Anchor | "overlap";
|
41942
41904
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
41943
41905
|
component?: Component | undefined;
|
@@ -41965,7 +41927,6 @@ declare const VMenu: {
|
|
41965
41927
|
noClickAnimation: boolean;
|
41966
41928
|
persistent: boolean;
|
41967
41929
|
scrim: NonNullable<string | boolean>;
|
41968
|
-
submenu: boolean;
|
41969
41930
|
}, true, {}, vue.SlotsType<Partial<{
|
41970
41931
|
default: (arg: {
|
41971
41932
|
isActive: vue.Ref<boolean>;
|
@@ -41987,7 +41948,7 @@ declare const VMenu: {
|
|
41987
41948
|
M: {};
|
41988
41949
|
Defaults: {};
|
41989
41950
|
}, {
|
41990
|
-
location:
|
41951
|
+
location: Anchor;
|
41991
41952
|
origin: "auto" | Anchor | "overlap";
|
41992
41953
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
41993
41954
|
component?: Component | undefined;
|
@@ -42013,7 +41974,6 @@ declare const VMenu: {
|
|
42013
41974
|
noClickAnimation: boolean;
|
42014
41975
|
persistent: boolean;
|
42015
41976
|
scrim: NonNullable<string | boolean>;
|
42016
|
-
submenu: boolean;
|
42017
41977
|
} & {
|
42018
41978
|
offset?: string | number | number[] | undefined;
|
42019
41979
|
id?: string | undefined;
|
@@ -42523,7 +42483,7 @@ declare const VMenu: {
|
|
42523
42483
|
onAfterLeave?: (() => any) | undefined;
|
42524
42484
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
42525
42485
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
42526
|
-
}, "target" | "
|
42486
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
42527
42487
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
42528
42488
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
42529
42489
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -42533,7 +42493,7 @@ declare const VMenu: {
|
|
42533
42493
|
localTop: vue.ComputedRef<boolean>;
|
42534
42494
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
42535
42495
|
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
|
42536
|
-
location:
|
42496
|
+
location: Anchor;
|
42537
42497
|
origin: "auto" | Anchor | "overlap";
|
42538
42498
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
42539
42499
|
component?: Component | undefined;
|
@@ -42561,13 +42521,12 @@ declare const VMenu: {
|
|
42561
42521
|
noClickAnimation: boolean;
|
42562
42522
|
persistent: boolean;
|
42563
42523
|
scrim: NonNullable<string | boolean>;
|
42564
|
-
submenu: boolean;
|
42565
42524
|
}>;
|
42566
42525
|
__isFragment?: undefined;
|
42567
42526
|
__isTeleport?: undefined;
|
42568
42527
|
__isSuspense?: undefined;
|
42569
42528
|
} & vue.ComponentOptionsBase<{
|
42570
|
-
location:
|
42529
|
+
location: Anchor;
|
42571
42530
|
origin: "auto" | Anchor | "overlap";
|
42572
42531
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
42573
42532
|
component?: Component | undefined;
|
@@ -42593,7 +42552,6 @@ declare const VMenu: {
|
|
42593
42552
|
noClickAnimation: boolean;
|
42594
42553
|
persistent: boolean;
|
42595
42554
|
scrim: NonNullable<string | boolean>;
|
42596
|
-
submenu: boolean;
|
42597
42555
|
} & {
|
42598
42556
|
offset?: string | number | number[] | undefined;
|
42599
42557
|
id?: string | undefined;
|
@@ -43103,7 +43061,7 @@ declare const VMenu: {
|
|
43103
43061
|
onAfterLeave?: (() => any) | undefined;
|
43104
43062
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
43105
43063
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
43106
|
-
}, "target" | "
|
43064
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
43107
43065
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
43108
43066
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
43109
43067
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -43115,7 +43073,7 @@ declare const VMenu: {
|
|
43115
43073
|
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
43116
43074
|
'update:modelValue': (value: boolean) => boolean;
|
43117
43075
|
}, string, {
|
43118
|
-
location:
|
43076
|
+
location: Anchor;
|
43119
43077
|
origin: "auto" | Anchor | "overlap";
|
43120
43078
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
43121
43079
|
component?: Component | undefined;
|
@@ -43143,7 +43101,6 @@ declare const VMenu: {
|
|
43143
43101
|
noClickAnimation: boolean;
|
43144
43102
|
persistent: boolean;
|
43145
43103
|
scrim: NonNullable<string | boolean>;
|
43146
|
-
submenu: boolean;
|
43147
43104
|
}, {}, string, vue.SlotsType<Partial<{
|
43148
43105
|
default: (arg: {
|
43149
43106
|
isActive: vue.Ref<boolean>;
|
@@ -43159,12 +43116,9 @@ declare const VMenu: {
|
|
43159
43116
|
}>[];
|
43160
43117
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
43161
43118
|
offset: vue.PropType<string | number | number[] | undefined>;
|
43162
|
-
location:
|
43119
|
+
location: {
|
43163
43120
|
type: vue.PropType<Anchor>;
|
43164
43121
|
default: string;
|
43165
|
-
}, "type" | "default"> & {
|
43166
|
-
type: vue.PropType<NonNullable<Anchor> | undefined>;
|
43167
|
-
default: NonNullable<Anchor> | undefined;
|
43168
43122
|
};
|
43169
43123
|
origin: {
|
43170
43124
|
type: vue.PropType<"auto" | Anchor | "overlap">;
|
@@ -43275,15 +43229,11 @@ declare const VMenu: {
|
|
43275
43229
|
};
|
43276
43230
|
attach: vue.PropType<string | boolean | Element>;
|
43277
43231
|
id: StringConstructor;
|
43278
|
-
submenu: BooleanConstructor;
|
43279
43232
|
}, vue.ExtractPropTypes<{
|
43280
43233
|
offset: vue.PropType<string | number | number[] | undefined>;
|
43281
|
-
location:
|
43234
|
+
location: {
|
43282
43235
|
type: vue.PropType<Anchor>;
|
43283
43236
|
default: string;
|
43284
|
-
}, "type" | "default"> & {
|
43285
|
-
type: vue.PropType<NonNullable<Anchor> | undefined>;
|
43286
|
-
default: NonNullable<Anchor> | undefined;
|
43287
43237
|
};
|
43288
43238
|
origin: {
|
43289
43239
|
type: vue.PropType<"auto" | Anchor | "overlap">;
|
@@ -43394,7 +43344,6 @@ declare const VMenu: {
|
|
43394
43344
|
};
|
43395
43345
|
attach: vue.PropType<string | boolean | Element>;
|
43396
43346
|
id: StringConstructor;
|
43397
|
-
submenu: BooleanConstructor;
|
43398
43347
|
}>>;
|
43399
43348
|
type VMenu = InstanceType<typeof VMenu>;
|
43400
43349
|
|
@@ -49023,7 +48972,7 @@ declare const VSelect: {
|
|
49023
48972
|
}) => vue.VNodeChild) | undefined;
|
49024
48973
|
}) | undefined;
|
49025
48974
|
menuProps?: (Partial<{
|
49026
|
-
location:
|
48975
|
+
location: Anchor;
|
49027
48976
|
origin: "auto" | Anchor | "overlap";
|
49028
48977
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
49029
48978
|
component?: Component | undefined;
|
@@ -49051,9 +49000,8 @@ declare const VSelect: {
|
|
49051
49000
|
noClickAnimation: boolean;
|
49052
49001
|
persistent: boolean;
|
49053
49002
|
scrim: NonNullable<string | boolean>;
|
49054
|
-
submenu: boolean;
|
49055
49003
|
}> & Omit<{
|
49056
|
-
location:
|
49004
|
+
location: Anchor;
|
49057
49005
|
origin: "auto" | Anchor | "overlap";
|
49058
49006
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
49059
49007
|
component?: Component | undefined;
|
@@ -49079,7 +49027,6 @@ declare const VSelect: {
|
|
49079
49027
|
noClickAnimation: boolean;
|
49080
49028
|
persistent: boolean;
|
49081
49029
|
scrim: NonNullable<string | boolean>;
|
49082
|
-
submenu: boolean;
|
49083
49030
|
offset?: string | number | number[] | undefined;
|
49084
49031
|
id?: string | undefined;
|
49085
49032
|
height?: string | number | undefined;
|
@@ -49130,7 +49077,7 @@ declare const VSelect: {
|
|
49130
49077
|
}) => vue.VNodeChild) | undefined;
|
49131
49078
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
49132
49079
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
49133
|
-
location:
|
49080
|
+
location: Anchor;
|
49134
49081
|
origin: "auto" | Anchor | "overlap";
|
49135
49082
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
49136
49083
|
component?: Component | undefined;
|
@@ -49156,7 +49103,6 @@ declare const VSelect: {
|
|
49156
49103
|
noClickAnimation: boolean;
|
49157
49104
|
persistent: boolean;
|
49158
49105
|
scrim: NonNullable<string | boolean>;
|
49159
|
-
submenu: boolean;
|
49160
49106
|
} & {
|
49161
49107
|
offset?: string | number | number[] | undefined;
|
49162
49108
|
id?: string | undefined;
|
@@ -49210,7 +49156,7 @@ declare const VSelect: {
|
|
49210
49156
|
}) => vue.VNodeChild) | undefined;
|
49211
49157
|
} & {
|
49212
49158
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
49213
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
49159
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
49214
49160
|
itemColor?: string | undefined;
|
49215
49161
|
} & {
|
49216
49162
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -49558,7 +49504,7 @@ declare const VSelect: {
|
|
49558
49504
|
}) => vue.VNodeChild) | undefined;
|
49559
49505
|
}) | undefined;
|
49560
49506
|
menuProps?: (Partial<{
|
49561
|
-
location:
|
49507
|
+
location: Anchor;
|
49562
49508
|
origin: "auto" | Anchor | "overlap";
|
49563
49509
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
49564
49510
|
component?: Component | undefined;
|
@@ -49586,9 +49532,8 @@ declare const VSelect: {
|
|
49586
49532
|
noClickAnimation: boolean;
|
49587
49533
|
persistent: boolean;
|
49588
49534
|
scrim: NonNullable<string | boolean>;
|
49589
|
-
submenu: boolean;
|
49590
49535
|
}> & Omit<{
|
49591
|
-
location:
|
49536
|
+
location: Anchor;
|
49592
49537
|
origin: "auto" | Anchor | "overlap";
|
49593
49538
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
49594
49539
|
component?: Component | undefined;
|
@@ -49614,7 +49559,6 @@ declare const VSelect: {
|
|
49614
49559
|
noClickAnimation: boolean;
|
49615
49560
|
persistent: boolean;
|
49616
49561
|
scrim: NonNullable<string | boolean>;
|
49617
|
-
submenu: boolean;
|
49618
49562
|
offset?: string | number | number[] | undefined;
|
49619
49563
|
id?: string | undefined;
|
49620
49564
|
height?: string | number | undefined;
|
@@ -49665,7 +49609,7 @@ declare const VSelect: {
|
|
49665
49609
|
}) => vue.VNodeChild) | undefined;
|
49666
49610
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
49667
49611
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
49668
|
-
location:
|
49612
|
+
location: Anchor;
|
49669
49613
|
origin: "auto" | Anchor | "overlap";
|
49670
49614
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
49671
49615
|
component?: Component | undefined;
|
@@ -49691,7 +49635,6 @@ declare const VSelect: {
|
|
49691
49635
|
noClickAnimation: boolean;
|
49692
49636
|
persistent: boolean;
|
49693
49637
|
scrim: NonNullable<string | boolean>;
|
49694
|
-
submenu: boolean;
|
49695
49638
|
} & {
|
49696
49639
|
offset?: string | number | number[] | undefined;
|
49697
49640
|
id?: string | undefined;
|
@@ -49745,7 +49688,7 @@ declare const VSelect: {
|
|
49745
49688
|
}) => vue.VNodeChild) | undefined;
|
49746
49689
|
} & {
|
49747
49690
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
49748
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
49691
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
49749
49692
|
itemColor?: string | undefined;
|
49750
49693
|
} & {
|
49751
49694
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -50206,7 +50149,7 @@ declare const VSelect: {
|
|
50206
50149
|
}) => vue.VNodeChild) | undefined;
|
50207
50150
|
}) | undefined;
|
50208
50151
|
menuProps?: (Partial<{
|
50209
|
-
location:
|
50152
|
+
location: Anchor;
|
50210
50153
|
origin: "auto" | Anchor | "overlap";
|
50211
50154
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
50212
50155
|
component?: Component | undefined;
|
@@ -50234,9 +50177,8 @@ declare const VSelect: {
|
|
50234
50177
|
noClickAnimation: boolean;
|
50235
50178
|
persistent: boolean;
|
50236
50179
|
scrim: NonNullable<string | boolean>;
|
50237
|
-
submenu: boolean;
|
50238
50180
|
}> & Omit<{
|
50239
|
-
location:
|
50181
|
+
location: Anchor;
|
50240
50182
|
origin: "auto" | Anchor | "overlap";
|
50241
50183
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
50242
50184
|
component?: Component | undefined;
|
@@ -50262,7 +50204,6 @@ declare const VSelect: {
|
|
50262
50204
|
noClickAnimation: boolean;
|
50263
50205
|
persistent: boolean;
|
50264
50206
|
scrim: NonNullable<string | boolean>;
|
50265
|
-
submenu: boolean;
|
50266
50207
|
offset?: string | number | number[] | undefined;
|
50267
50208
|
id?: string | undefined;
|
50268
50209
|
height?: string | number | undefined;
|
@@ -50313,7 +50254,7 @@ declare const VSelect: {
|
|
50313
50254
|
}) => vue.VNodeChild) | undefined;
|
50314
50255
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
50315
50256
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
50316
|
-
location:
|
50257
|
+
location: Anchor;
|
50317
50258
|
origin: "auto" | Anchor | "overlap";
|
50318
50259
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
50319
50260
|
component?: Component | undefined;
|
@@ -50339,7 +50280,6 @@ declare const VSelect: {
|
|
50339
50280
|
noClickAnimation: boolean;
|
50340
50281
|
persistent: boolean;
|
50341
50282
|
scrim: NonNullable<string | boolean>;
|
50342
|
-
submenu: boolean;
|
50343
50283
|
} & {
|
50344
50284
|
offset?: string | number | number[] | undefined;
|
50345
50285
|
id?: string | undefined;
|
@@ -50393,7 +50333,7 @@ declare const VSelect: {
|
|
50393
50333
|
}) => vue.VNodeChild) | undefined;
|
50394
50334
|
} & {
|
50395
50335
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
50396
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
50336
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
50397
50337
|
itemColor?: string | undefined;
|
50398
50338
|
} & {
|
50399
50339
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -50789,7 +50729,7 @@ declare const VSelect: {
|
|
50789
50729
|
}) => vue.VNodeChild) | undefined;
|
50790
50730
|
}) | undefined;
|
50791
50731
|
menuProps?: (Partial<{
|
50792
|
-
location:
|
50732
|
+
location: Anchor;
|
50793
50733
|
origin: "auto" | Anchor | "overlap";
|
50794
50734
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
50795
50735
|
component?: Component | undefined;
|
@@ -50817,9 +50757,8 @@ declare const VSelect: {
|
|
50817
50757
|
noClickAnimation: boolean;
|
50818
50758
|
persistent: boolean;
|
50819
50759
|
scrim: NonNullable<string | boolean>;
|
50820
|
-
submenu: boolean;
|
50821
50760
|
}> & Omit<{
|
50822
|
-
location:
|
50761
|
+
location: Anchor;
|
50823
50762
|
origin: "auto" | Anchor | "overlap";
|
50824
50763
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
50825
50764
|
component?: Component | undefined;
|
@@ -50845,7 +50784,6 @@ declare const VSelect: {
|
|
50845
50784
|
noClickAnimation: boolean;
|
50846
50785
|
persistent: boolean;
|
50847
50786
|
scrim: NonNullable<string | boolean>;
|
50848
|
-
submenu: boolean;
|
50849
50787
|
offset?: string | number | number[] | undefined;
|
50850
50788
|
id?: string | undefined;
|
50851
50789
|
height?: string | number | undefined;
|
@@ -50896,7 +50834,7 @@ declare const VSelect: {
|
|
50896
50834
|
}) => vue.VNodeChild) | undefined;
|
50897
50835
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
50898
50836
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
50899
|
-
location:
|
50837
|
+
location: Anchor;
|
50900
50838
|
origin: "auto" | Anchor | "overlap";
|
50901
50839
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
50902
50840
|
component?: Component | undefined;
|
@@ -50922,7 +50860,6 @@ declare const VSelect: {
|
|
50922
50860
|
noClickAnimation: boolean;
|
50923
50861
|
persistent: boolean;
|
50924
50862
|
scrim: NonNullable<string | boolean>;
|
50925
|
-
submenu: boolean;
|
50926
50863
|
} & {
|
50927
50864
|
offset?: string | number | number[] | undefined;
|
50928
50865
|
id?: string | undefined;
|
@@ -50976,7 +50913,7 @@ declare const VSelect: {
|
|
50976
50913
|
}) => vue.VNodeChild) | undefined;
|
50977
50914
|
} & {
|
50978
50915
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
50979
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
50916
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
50980
50917
|
itemColor?: string | undefined;
|
50981
50918
|
} & {
|
50982
50919
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -51588,7 +51525,7 @@ declare const VSelect: {
|
|
51588
51525
|
};
|
51589
51526
|
menuProps: {
|
51590
51527
|
type: PropType<Partial<{
|
51591
|
-
location:
|
51528
|
+
location: Anchor;
|
51592
51529
|
origin: "auto" | Anchor | "overlap";
|
51593
51530
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
51594
51531
|
component?: Component | undefined;
|
@@ -51616,9 +51553,8 @@ declare const VSelect: {
|
|
51616
51553
|
noClickAnimation: boolean;
|
51617
51554
|
persistent: boolean;
|
51618
51555
|
scrim: NonNullable<string | boolean>;
|
51619
|
-
submenu: boolean;
|
51620
51556
|
}> & Omit<{
|
51621
|
-
location:
|
51557
|
+
location: Anchor;
|
51622
51558
|
origin: "auto" | Anchor | "overlap";
|
51623
51559
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
51624
51560
|
component?: Component | undefined;
|
@@ -51644,7 +51580,6 @@ declare const VSelect: {
|
|
51644
51580
|
noClickAnimation: boolean;
|
51645
51581
|
persistent: boolean;
|
51646
51582
|
scrim: NonNullable<string | boolean>;
|
51647
|
-
submenu: boolean;
|
51648
51583
|
offset?: string | number | number[] | undefined;
|
51649
51584
|
id?: string | undefined;
|
51650
51585
|
height?: string | number | undefined;
|
@@ -51695,7 +51630,7 @@ declare const VSelect: {
|
|
51695
51630
|
}) => vue.VNodeChild) | undefined;
|
51696
51631
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
51697
51632
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
51698
|
-
location:
|
51633
|
+
location: Anchor;
|
51699
51634
|
origin: "auto" | Anchor | "overlap";
|
51700
51635
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
51701
51636
|
component?: Component | undefined;
|
@@ -51721,7 +51656,6 @@ declare const VSelect: {
|
|
51721
51656
|
noClickAnimation: boolean;
|
51722
51657
|
persistent: boolean;
|
51723
51658
|
scrim: NonNullable<string | boolean>;
|
51724
|
-
submenu: boolean;
|
51725
51659
|
} & {
|
51726
51660
|
offset?: string | number | number[] | undefined;
|
51727
51661
|
id?: string | undefined;
|
@@ -51775,7 +51709,7 @@ declare const VSelect: {
|
|
51775
51709
|
}) => vue.VNodeChild) | undefined;
|
51776
51710
|
} & {
|
51777
51711
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
51778
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
51712
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
51779
51713
|
};
|
51780
51714
|
multiple: BooleanConstructor;
|
51781
51715
|
noDataText: {
|
@@ -52223,7 +52157,7 @@ declare const VSelect: {
|
|
52223
52157
|
};
|
52224
52158
|
menuProps: {
|
52225
52159
|
type: PropType<Partial<{
|
52226
|
-
location:
|
52160
|
+
location: Anchor;
|
52227
52161
|
origin: "auto" | Anchor | "overlap";
|
52228
52162
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
52229
52163
|
component?: Component | undefined;
|
@@ -52251,9 +52185,8 @@ declare const VSelect: {
|
|
52251
52185
|
noClickAnimation: boolean;
|
52252
52186
|
persistent: boolean;
|
52253
52187
|
scrim: NonNullable<string | boolean>;
|
52254
|
-
submenu: boolean;
|
52255
52188
|
}> & Omit<{
|
52256
|
-
location:
|
52189
|
+
location: Anchor;
|
52257
52190
|
origin: "auto" | Anchor | "overlap";
|
52258
52191
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
52259
52192
|
component?: Component | undefined;
|
@@ -52279,7 +52212,6 @@ declare const VSelect: {
|
|
52279
52212
|
noClickAnimation: boolean;
|
52280
52213
|
persistent: boolean;
|
52281
52214
|
scrim: NonNullable<string | boolean>;
|
52282
|
-
submenu: boolean;
|
52283
52215
|
offset?: string | number | number[] | undefined;
|
52284
52216
|
id?: string | undefined;
|
52285
52217
|
height?: string | number | undefined;
|
@@ -52330,7 +52262,7 @@ declare const VSelect: {
|
|
52330
52262
|
}) => vue.VNodeChild) | undefined;
|
52331
52263
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
52332
52264
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
52333
|
-
location:
|
52265
|
+
location: Anchor;
|
52334
52266
|
origin: "auto" | Anchor | "overlap";
|
52335
52267
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
52336
52268
|
component?: Component | undefined;
|
@@ -52356,7 +52288,6 @@ declare const VSelect: {
|
|
52356
52288
|
noClickAnimation: boolean;
|
52357
52289
|
persistent: boolean;
|
52358
52290
|
scrim: NonNullable<string | boolean>;
|
52359
|
-
submenu: boolean;
|
52360
52291
|
} & {
|
52361
52292
|
offset?: string | number | number[] | undefined;
|
52362
52293
|
id?: string | undefined;
|
@@ -52410,7 +52341,7 @@ declare const VSelect: {
|
|
52410
52341
|
}) => vue.VNodeChild) | undefined;
|
52411
52342
|
} & {
|
52412
52343
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
52413
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
52344
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
52414
52345
|
};
|
52415
52346
|
multiple: BooleanConstructor;
|
52416
52347
|
noDataText: {
|
@@ -54689,7 +54620,7 @@ declare const VSnackbar: {
|
|
54689
54620
|
onAfterLeave?: (() => any) | undefined;
|
54690
54621
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
54691
54622
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
54692
|
-
}, "target" | "
|
54623
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
54693
54624
|
activatorEl: Ref<HTMLElement | undefined>;
|
54694
54625
|
scrimEl: Ref<HTMLElement | undefined>;
|
54695
54626
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -55376,7 +55307,7 @@ declare const VSnackbar: {
|
|
55376
55307
|
onAfterLeave?: (() => any) | undefined;
|
55377
55308
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
55378
55309
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
55379
|
-
}, "target" | "
|
55310
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
55380
55311
|
activatorEl: Ref<HTMLElement | undefined>;
|
55381
55312
|
scrimEl: Ref<HTMLElement | undefined>;
|
55382
55313
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -55955,7 +55886,7 @@ declare const VSnackbar: {
|
|
55955
55886
|
onAfterLeave?: (() => any) | undefined;
|
55956
55887
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
55957
55888
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
55958
|
-
}, "target" | "
|
55889
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
55959
55890
|
activatorEl: Ref<HTMLElement | undefined>;
|
55960
55891
|
scrimEl: Ref<HTMLElement | undefined>;
|
55961
55892
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -56613,7 +56544,7 @@ type VSparkline = InstanceType<typeof VSparkline>;
|
|
56613
56544
|
declare const VSpeedDial: {
|
56614
56545
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
56615
56546
|
offset: NonNullable<string | number | number[] | undefined>;
|
56616
|
-
location: NonNullable<
|
56547
|
+
location: NonNullable<Anchor>;
|
56617
56548
|
origin: "auto" | Anchor | "overlap";
|
56618
56549
|
minWidth: NonNullable<string | number>;
|
56619
56550
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -56640,7 +56571,6 @@ declare const VSpeedDial: {
|
|
56640
56571
|
noClickAnimation: boolean;
|
56641
56572
|
persistent: boolean;
|
56642
56573
|
scrim: NonNullable<string | boolean>;
|
56643
|
-
submenu: boolean;
|
56644
56574
|
} & {
|
56645
56575
|
id?: string | undefined;
|
56646
56576
|
height?: string | number | undefined;
|
@@ -56696,7 +56626,7 @@ declare const VSpeedDial: {
|
|
56696
56626
|
'update:modelValue': (value: boolean) => boolean;
|
56697
56627
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
56698
56628
|
offset: NonNullable<string | number | number[] | undefined>;
|
56699
|
-
location: NonNullable<
|
56629
|
+
location: NonNullable<Anchor>;
|
56700
56630
|
origin: "auto" | Anchor | "overlap";
|
56701
56631
|
minWidth: NonNullable<string | number>;
|
56702
56632
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -56723,7 +56653,6 @@ declare const VSpeedDial: {
|
|
56723
56653
|
noClickAnimation: boolean;
|
56724
56654
|
persistent: boolean;
|
56725
56655
|
scrim: NonNullable<string | boolean>;
|
56726
|
-
submenu: boolean;
|
56727
56656
|
} & {
|
56728
56657
|
id?: string | undefined;
|
56729
56658
|
height?: string | number | undefined;
|
@@ -56777,7 +56706,7 @@ declare const VSpeedDial: {
|
|
56777
56706
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
56778
56707
|
}, {
|
56779
56708
|
offset: NonNullable<string | number | number[] | undefined>;
|
56780
|
-
location: NonNullable<
|
56709
|
+
location: NonNullable<Anchor>;
|
56781
56710
|
origin: "auto" | Anchor | "overlap";
|
56782
56711
|
minWidth: NonNullable<string | number>;
|
56783
56712
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -56806,7 +56735,6 @@ declare const VSpeedDial: {
|
|
56806
56735
|
noClickAnimation: boolean;
|
56807
56736
|
persistent: boolean;
|
56808
56737
|
scrim: NonNullable<string | boolean>;
|
56809
|
-
submenu: boolean;
|
56810
56738
|
}, true, {}, vue.SlotsType<Partial<{
|
56811
56739
|
default: (arg: {
|
56812
56740
|
isActive: vue.Ref<boolean>;
|
@@ -56829,7 +56757,7 @@ declare const VSpeedDial: {
|
|
56829
56757
|
Defaults: {};
|
56830
56758
|
}, {
|
56831
56759
|
offset: NonNullable<string | number | number[] | undefined>;
|
56832
|
-
location: NonNullable<
|
56760
|
+
location: NonNullable<Anchor>;
|
56833
56761
|
origin: "auto" | Anchor | "overlap";
|
56834
56762
|
minWidth: NonNullable<string | number>;
|
56835
56763
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -56856,7 +56784,6 @@ declare const VSpeedDial: {
|
|
56856
56784
|
noClickAnimation: boolean;
|
56857
56785
|
persistent: boolean;
|
56858
56786
|
scrim: NonNullable<string | boolean>;
|
56859
|
-
submenu: boolean;
|
56860
56787
|
} & {
|
56861
56788
|
id?: string | undefined;
|
56862
56789
|
height?: string | number | undefined;
|
@@ -56910,7 +56837,7 @@ declare const VSpeedDial: {
|
|
56910
56837
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
56911
56838
|
}, {}, {}, {}, {}, {
|
56912
56839
|
offset: NonNullable<string | number | number[] | undefined>;
|
56913
|
-
location: NonNullable<
|
56840
|
+
location: NonNullable<Anchor>;
|
56914
56841
|
origin: "auto" | Anchor | "overlap";
|
56915
56842
|
minWidth: NonNullable<string | number>;
|
56916
56843
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -56939,14 +56866,13 @@ declare const VSpeedDial: {
|
|
56939
56866
|
noClickAnimation: boolean;
|
56940
56867
|
persistent: boolean;
|
56941
56868
|
scrim: NonNullable<string | boolean>;
|
56942
|
-
submenu: boolean;
|
56943
56869
|
}>;
|
56944
56870
|
__isFragment?: undefined;
|
56945
56871
|
__isTeleport?: undefined;
|
56946
56872
|
__isSuspense?: undefined;
|
56947
56873
|
} & vue.ComponentOptionsBase<{
|
56948
56874
|
offset: NonNullable<string | number | number[] | undefined>;
|
56949
|
-
location: NonNullable<
|
56875
|
+
location: NonNullable<Anchor>;
|
56950
56876
|
origin: "auto" | Anchor | "overlap";
|
56951
56877
|
minWidth: NonNullable<string | number>;
|
56952
56878
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -56973,7 +56899,6 @@ declare const VSpeedDial: {
|
|
56973
56899
|
noClickAnimation: boolean;
|
56974
56900
|
persistent: boolean;
|
56975
56901
|
scrim: NonNullable<string | boolean>;
|
56976
|
-
submenu: boolean;
|
56977
56902
|
} & {
|
56978
56903
|
id?: string | undefined;
|
56979
56904
|
height?: string | number | undefined;
|
@@ -57029,7 +56954,7 @@ declare const VSpeedDial: {
|
|
57029
56954
|
'update:modelValue': (value: boolean) => boolean;
|
57030
56955
|
}, string, {
|
57031
56956
|
offset: NonNullable<string | number | number[] | undefined>;
|
57032
|
-
location: NonNullable<
|
56957
|
+
location: NonNullable<Anchor>;
|
57033
56958
|
origin: "auto" | Anchor | "overlap";
|
57034
56959
|
minWidth: NonNullable<string | number>;
|
57035
56960
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -57058,7 +56983,6 @@ declare const VSpeedDial: {
|
|
57058
56983
|
noClickAnimation: boolean;
|
57059
56984
|
persistent: boolean;
|
57060
56985
|
scrim: NonNullable<string | boolean>;
|
57061
|
-
submenu: boolean;
|
57062
56986
|
}, {}, string, vue.SlotsType<Partial<{
|
57063
56987
|
default: (arg: {
|
57064
56988
|
isActive: vue.Ref<boolean>;
|
@@ -57077,15 +57001,12 @@ declare const VSpeedDial: {
|
|
57077
57001
|
type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
|
57078
57002
|
default: NonNullable<string | number | number[] | undefined>;
|
57079
57003
|
};
|
57080
|
-
location: Omit<
|
57004
|
+
location: Omit<{
|
57081
57005
|
type: vue.PropType<Anchor>;
|
57082
57006
|
default: string;
|
57083
57007
|
}, "type" | "default"> & {
|
57084
|
-
type: vue.PropType<NonNullable<Anchor
|
57085
|
-
default: NonNullable<Anchor
|
57086
|
-
}, "type" | "default"> & {
|
57087
|
-
type: vue.PropType<NonNullable<NonNullable<Anchor> | undefined>>;
|
57088
|
-
default: NonNullable<NonNullable<Anchor> | undefined>;
|
57008
|
+
type: vue.PropType<NonNullable<Anchor>>;
|
57009
|
+
default: NonNullable<Anchor>;
|
57089
57010
|
};
|
57090
57011
|
origin: {
|
57091
57012
|
type: vue.PropType<"auto" | Anchor | "overlap">;
|
@@ -57216,21 +57137,17 @@ declare const VSpeedDial: {
|
|
57216
57137
|
};
|
57217
57138
|
attach: vue.PropType<string | boolean | Element>;
|
57218
57139
|
id: StringConstructor;
|
57219
|
-
submenu: BooleanConstructor;
|
57220
57140
|
}, vue.ExtractPropTypes<{
|
57221
57141
|
offset: {
|
57222
57142
|
type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
|
57223
57143
|
default: NonNullable<string | number | number[] | undefined>;
|
57224
57144
|
};
|
57225
|
-
location: Omit<
|
57145
|
+
location: Omit<{
|
57226
57146
|
type: vue.PropType<Anchor>;
|
57227
57147
|
default: string;
|
57228
57148
|
}, "type" | "default"> & {
|
57229
|
-
type: vue.PropType<NonNullable<Anchor
|
57230
|
-
default: NonNullable<Anchor
|
57231
|
-
}, "type" | "default"> & {
|
57232
|
-
type: vue.PropType<NonNullable<NonNullable<Anchor> | undefined>>;
|
57233
|
-
default: NonNullable<NonNullable<Anchor> | undefined>;
|
57149
|
+
type: vue.PropType<NonNullable<Anchor>>;
|
57150
|
+
default: NonNullable<Anchor>;
|
57234
57151
|
};
|
57235
57152
|
origin: {
|
57236
57153
|
type: vue.PropType<"auto" | Anchor | "overlap">;
|
@@ -57361,7 +57278,6 @@ declare const VSpeedDial: {
|
|
57361
57278
|
};
|
57362
57279
|
attach: vue.PropType<string | boolean | Element>;
|
57363
57280
|
id: StringConstructor;
|
57364
|
-
submenu: BooleanConstructor;
|
57365
57281
|
}>>;
|
57366
57282
|
type VSpeedDial = InstanceType<typeof VSpeedDial>;
|
57367
57283
|
|
@@ -68169,7 +68085,7 @@ declare const VTooltip: {
|
|
68169
68085
|
onAfterLeave?: (() => any) | undefined;
|
68170
68086
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
68171
68087
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
68172
|
-
}, "target" | "
|
68088
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
68173
68089
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
68174
68090
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
68175
68091
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -68835,7 +68751,7 @@ declare const VTooltip: {
|
|
68835
68751
|
onAfterLeave?: (() => any) | undefined;
|
68836
68752
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
68837
68753
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
68838
|
-
}, "target" | "
|
68754
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
68839
68755
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
68840
68756
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
68841
68757
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -69405,7 +69321,7 @@ declare const VTooltip: {
|
|
69405
69321
|
onAfterLeave?: (() => any) | undefined;
|
69406
69322
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
69407
69323
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
69408
|
-
}, "target" | "
|
69324
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
69409
69325
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
69410
69326
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
69411
69327
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|