@vuetify/nightly 3.6.13-3.7.0-beta.0.0-pr-20092.a834b18 → 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 +134 -134
- package/dist/json/tags.json +0 -2
- package/dist/json/web-types.json +193 -212
- package/dist/vuetify-labs.css +4026 -4026
- package/dist/vuetify-labs.d.ts +106 -190
- package/dist/vuetify-labs.esm.js +13 -36
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +13 -36
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2721 -2721
- package/dist/vuetify.d.ts +153 -237
- package/dist/vuetify.esm.js +13 -36
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +13 -36
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +44 -45
- 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/locationStrategies.mjs +0 -6
- package/lib/components/VOverlay/locationStrategies.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 +47 -47
- package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
- package/lib/labs/components.d.mts +3 -3
- package/package.json +1 -1
@@ -626,7 +626,7 @@ declare const VAutocomplete: {
|
|
626
626
|
}) => vue.VNodeChild) | undefined;
|
627
627
|
}) | undefined;
|
628
628
|
menuProps?: (Partial<{
|
629
|
-
location:
|
629
|
+
location: Anchor;
|
630
630
|
origin: "auto" | Anchor | "overlap";
|
631
631
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
632
632
|
component?: vue.Component | undefined;
|
@@ -654,9 +654,8 @@ declare const VAutocomplete: {
|
|
654
654
|
noClickAnimation: boolean;
|
655
655
|
persistent: boolean;
|
656
656
|
scrim: NonNullable<string | boolean>;
|
657
|
-
submenu: boolean;
|
658
657
|
}> & Omit<{
|
659
|
-
location:
|
658
|
+
location: Anchor;
|
660
659
|
origin: "auto" | Anchor | "overlap";
|
661
660
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
662
661
|
component?: vue.Component | undefined;
|
@@ -682,7 +681,6 @@ declare const VAutocomplete: {
|
|
682
681
|
noClickAnimation: boolean;
|
683
682
|
persistent: boolean;
|
684
683
|
scrim: NonNullable<string | boolean>;
|
685
|
-
submenu: boolean;
|
686
684
|
offset?: string | number | number[] | undefined;
|
687
685
|
id?: string | undefined;
|
688
686
|
height?: string | number | undefined;
|
@@ -733,7 +731,7 @@ declare const VAutocomplete: {
|
|
733
731
|
}) => vue.VNodeChild) | undefined;
|
734
732
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
735
733
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
736
|
-
location:
|
734
|
+
location: Anchor;
|
737
735
|
origin: "auto" | Anchor | "overlap";
|
738
736
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
739
737
|
component?: vue.Component | undefined;
|
@@ -759,7 +757,6 @@ declare const VAutocomplete: {
|
|
759
757
|
noClickAnimation: boolean;
|
760
758
|
persistent: boolean;
|
761
759
|
scrim: NonNullable<string | boolean>;
|
762
|
-
submenu: boolean;
|
763
760
|
} & {
|
764
761
|
offset?: string | number | number[] | undefined;
|
765
762
|
id?: string | undefined;
|
@@ -813,7 +810,7 @@ declare const VAutocomplete: {
|
|
813
810
|
}) => vue.VNodeChild) | undefined;
|
814
811
|
} & {
|
815
812
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
816
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
813
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
817
814
|
itemColor?: string | undefined;
|
818
815
|
autoSelectFirst?: boolean | "exact" | undefined;
|
819
816
|
} & {
|
@@ -1169,7 +1166,7 @@ declare const VAutocomplete: {
|
|
1169
1166
|
}) => vue.VNodeChild) | undefined;
|
1170
1167
|
}) | undefined;
|
1171
1168
|
menuProps?: (Partial<{
|
1172
|
-
location:
|
1169
|
+
location: Anchor;
|
1173
1170
|
origin: "auto" | Anchor | "overlap";
|
1174
1171
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1175
1172
|
component?: vue.Component | undefined;
|
@@ -1197,9 +1194,8 @@ declare const VAutocomplete: {
|
|
1197
1194
|
noClickAnimation: boolean;
|
1198
1195
|
persistent: boolean;
|
1199
1196
|
scrim: NonNullable<string | boolean>;
|
1200
|
-
submenu: boolean;
|
1201
1197
|
}> & Omit<{
|
1202
|
-
location:
|
1198
|
+
location: Anchor;
|
1203
1199
|
origin: "auto" | Anchor | "overlap";
|
1204
1200
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1205
1201
|
component?: vue.Component | undefined;
|
@@ -1225,7 +1221,6 @@ declare const VAutocomplete: {
|
|
1225
1221
|
noClickAnimation: boolean;
|
1226
1222
|
persistent: boolean;
|
1227
1223
|
scrim: NonNullable<string | boolean>;
|
1228
|
-
submenu: boolean;
|
1229
1224
|
offset?: string | number | number[] | undefined;
|
1230
1225
|
id?: string | undefined;
|
1231
1226
|
height?: string | number | undefined;
|
@@ -1276,7 +1271,7 @@ declare const VAutocomplete: {
|
|
1276
1271
|
}) => vue.VNodeChild) | undefined;
|
1277
1272
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1278
1273
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1279
|
-
location:
|
1274
|
+
location: Anchor;
|
1280
1275
|
origin: "auto" | Anchor | "overlap";
|
1281
1276
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1282
1277
|
component?: vue.Component | undefined;
|
@@ -1302,7 +1297,6 @@ declare const VAutocomplete: {
|
|
1302
1297
|
noClickAnimation: boolean;
|
1303
1298
|
persistent: boolean;
|
1304
1299
|
scrim: NonNullable<string | boolean>;
|
1305
|
-
submenu: boolean;
|
1306
1300
|
} & {
|
1307
1301
|
offset?: string | number | number[] | undefined;
|
1308
1302
|
id?: string | undefined;
|
@@ -1356,7 +1350,7 @@ declare const VAutocomplete: {
|
|
1356
1350
|
}) => vue.VNodeChild) | undefined;
|
1357
1351
|
} & {
|
1358
1352
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1359
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
1353
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
1360
1354
|
itemColor?: string | undefined;
|
1361
1355
|
autoSelectFirst?: boolean | "exact" | undefined;
|
1362
1356
|
} & {
|
@@ -1826,7 +1820,7 @@ declare const VAutocomplete: {
|
|
1826
1820
|
}) => vue.VNodeChild) | undefined;
|
1827
1821
|
}) | undefined;
|
1828
1822
|
menuProps?: (Partial<{
|
1829
|
-
location:
|
1823
|
+
location: Anchor;
|
1830
1824
|
origin: "auto" | Anchor | "overlap";
|
1831
1825
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1832
1826
|
component?: vue.Component | undefined;
|
@@ -1854,9 +1848,8 @@ declare const VAutocomplete: {
|
|
1854
1848
|
noClickAnimation: boolean;
|
1855
1849
|
persistent: boolean;
|
1856
1850
|
scrim: NonNullable<string | boolean>;
|
1857
|
-
submenu: boolean;
|
1858
1851
|
}> & Omit<{
|
1859
|
-
location:
|
1852
|
+
location: Anchor;
|
1860
1853
|
origin: "auto" | Anchor | "overlap";
|
1861
1854
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1862
1855
|
component?: vue.Component | undefined;
|
@@ -1882,7 +1875,6 @@ declare const VAutocomplete: {
|
|
1882
1875
|
noClickAnimation: boolean;
|
1883
1876
|
persistent: boolean;
|
1884
1877
|
scrim: NonNullable<string | boolean>;
|
1885
|
-
submenu: boolean;
|
1886
1878
|
offset?: string | number | number[] | undefined;
|
1887
1879
|
id?: string | undefined;
|
1888
1880
|
height?: string | number | undefined;
|
@@ -1933,7 +1925,7 @@ declare const VAutocomplete: {
|
|
1933
1925
|
}) => vue.VNodeChild) | undefined;
|
1934
1926
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1935
1927
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1936
|
-
location:
|
1928
|
+
location: Anchor;
|
1937
1929
|
origin: "auto" | Anchor | "overlap";
|
1938
1930
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1939
1931
|
component?: vue.Component | undefined;
|
@@ -1959,7 +1951,6 @@ declare const VAutocomplete: {
|
|
1959
1951
|
noClickAnimation: boolean;
|
1960
1952
|
persistent: boolean;
|
1961
1953
|
scrim: NonNullable<string | boolean>;
|
1962
|
-
submenu: boolean;
|
1963
1954
|
} & {
|
1964
1955
|
offset?: string | number | number[] | undefined;
|
1965
1956
|
id?: string | undefined;
|
@@ -2013,7 +2004,7 @@ declare const VAutocomplete: {
|
|
2013
2004
|
}) => vue.VNodeChild) | undefined;
|
2014
2005
|
} & {
|
2015
2006
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2016
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
2007
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
2017
2008
|
itemColor?: string | undefined;
|
2018
2009
|
autoSelectFirst?: boolean | "exact" | undefined;
|
2019
2010
|
} & {
|
@@ -2418,7 +2409,7 @@ declare const VAutocomplete: {
|
|
2418
2409
|
}) => vue.VNodeChild) | undefined;
|
2419
2410
|
}) | undefined;
|
2420
2411
|
menuProps?: (Partial<{
|
2421
|
-
location:
|
2412
|
+
location: Anchor;
|
2422
2413
|
origin: "auto" | Anchor | "overlap";
|
2423
2414
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2424
2415
|
component?: vue.Component | undefined;
|
@@ -2446,9 +2437,8 @@ declare const VAutocomplete: {
|
|
2446
2437
|
noClickAnimation: boolean;
|
2447
2438
|
persistent: boolean;
|
2448
2439
|
scrim: NonNullable<string | boolean>;
|
2449
|
-
submenu: boolean;
|
2450
2440
|
}> & Omit<{
|
2451
|
-
location:
|
2441
|
+
location: Anchor;
|
2452
2442
|
origin: "auto" | Anchor | "overlap";
|
2453
2443
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2454
2444
|
component?: vue.Component | undefined;
|
@@ -2474,7 +2464,6 @@ declare const VAutocomplete: {
|
|
2474
2464
|
noClickAnimation: boolean;
|
2475
2465
|
persistent: boolean;
|
2476
2466
|
scrim: NonNullable<string | boolean>;
|
2477
|
-
submenu: boolean;
|
2478
2467
|
offset?: string | number | number[] | undefined;
|
2479
2468
|
id?: string | undefined;
|
2480
2469
|
height?: string | number | undefined;
|
@@ -2525,7 +2514,7 @@ declare const VAutocomplete: {
|
|
2525
2514
|
}) => vue.VNodeChild) | undefined;
|
2526
2515
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2527
2516
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
2528
|
-
location:
|
2517
|
+
location: Anchor;
|
2529
2518
|
origin: "auto" | Anchor | "overlap";
|
2530
2519
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2531
2520
|
component?: vue.Component | undefined;
|
@@ -2551,7 +2540,6 @@ declare const VAutocomplete: {
|
|
2551
2540
|
noClickAnimation: boolean;
|
2552
2541
|
persistent: boolean;
|
2553
2542
|
scrim: NonNullable<string | boolean>;
|
2554
|
-
submenu: boolean;
|
2555
2543
|
} & {
|
2556
2544
|
offset?: string | number | number[] | undefined;
|
2557
2545
|
id?: string | undefined;
|
@@ -2605,7 +2593,7 @@ declare const VAutocomplete: {
|
|
2605
2593
|
}) => vue.VNodeChild) | undefined;
|
2606
2594
|
} & {
|
2607
2595
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2608
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
2596
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
2609
2597
|
itemColor?: string | undefined;
|
2610
2598
|
autoSelectFirst?: boolean | "exact" | undefined;
|
2611
2599
|
} & {
|
@@ -3218,7 +3206,7 @@ declare const VAutocomplete: {
|
|
3218
3206
|
};
|
3219
3207
|
menuProps: {
|
3220
3208
|
type: PropType<Partial<{
|
3221
|
-
location:
|
3209
|
+
location: Anchor;
|
3222
3210
|
origin: "auto" | Anchor | "overlap";
|
3223
3211
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3224
3212
|
component?: vue.Component | undefined;
|
@@ -3246,9 +3234,8 @@ declare const VAutocomplete: {
|
|
3246
3234
|
noClickAnimation: boolean;
|
3247
3235
|
persistent: boolean;
|
3248
3236
|
scrim: NonNullable<string | boolean>;
|
3249
|
-
submenu: boolean;
|
3250
3237
|
}> & Omit<{
|
3251
|
-
location:
|
3238
|
+
location: Anchor;
|
3252
3239
|
origin: "auto" | Anchor | "overlap";
|
3253
3240
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3254
3241
|
component?: vue.Component | undefined;
|
@@ -3274,7 +3261,6 @@ declare const VAutocomplete: {
|
|
3274
3261
|
noClickAnimation: boolean;
|
3275
3262
|
persistent: boolean;
|
3276
3263
|
scrim: NonNullable<string | boolean>;
|
3277
|
-
submenu: boolean;
|
3278
3264
|
offset?: string | number | number[] | undefined;
|
3279
3265
|
id?: string | undefined;
|
3280
3266
|
height?: string | number | undefined;
|
@@ -3325,7 +3311,7 @@ declare const VAutocomplete: {
|
|
3325
3311
|
}) => vue.VNodeChild) | undefined;
|
3326
3312
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3327
3313
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
3328
|
-
location:
|
3314
|
+
location: Anchor;
|
3329
3315
|
origin: "auto" | Anchor | "overlap";
|
3330
3316
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3331
3317
|
component?: vue.Component | undefined;
|
@@ -3351,7 +3337,6 @@ declare const VAutocomplete: {
|
|
3351
3337
|
noClickAnimation: boolean;
|
3352
3338
|
persistent: boolean;
|
3353
3339
|
scrim: NonNullable<string | boolean>;
|
3354
|
-
submenu: boolean;
|
3355
3340
|
} & {
|
3356
3341
|
offset?: string | number | number[] | undefined;
|
3357
3342
|
id?: string | undefined;
|
@@ -3405,7 +3390,7 @@ declare const VAutocomplete: {
|
|
3405
3390
|
}) => vue.VNodeChild) | undefined;
|
3406
3391
|
} & {
|
3407
3392
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3408
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
3393
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
3409
3394
|
};
|
3410
3395
|
multiple: BooleanConstructor;
|
3411
3396
|
noDataText: {
|
@@ -3865,7 +3850,7 @@ declare const VAutocomplete: {
|
|
3865
3850
|
};
|
3866
3851
|
menuProps: {
|
3867
3852
|
type: PropType<Partial<{
|
3868
|
-
location:
|
3853
|
+
location: Anchor;
|
3869
3854
|
origin: "auto" | Anchor | "overlap";
|
3870
3855
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3871
3856
|
component?: vue.Component | undefined;
|
@@ -3893,9 +3878,8 @@ declare const VAutocomplete: {
|
|
3893
3878
|
noClickAnimation: boolean;
|
3894
3879
|
persistent: boolean;
|
3895
3880
|
scrim: NonNullable<string | boolean>;
|
3896
|
-
submenu: boolean;
|
3897
3881
|
}> & Omit<{
|
3898
|
-
location:
|
3882
|
+
location: Anchor;
|
3899
3883
|
origin: "auto" | Anchor | "overlap";
|
3900
3884
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3901
3885
|
component?: vue.Component | undefined;
|
@@ -3921,7 +3905,6 @@ declare const VAutocomplete: {
|
|
3921
3905
|
noClickAnimation: boolean;
|
3922
3906
|
persistent: boolean;
|
3923
3907
|
scrim: NonNullable<string | boolean>;
|
3924
|
-
submenu: boolean;
|
3925
3908
|
offset?: string | number | number[] | undefined;
|
3926
3909
|
id?: string | undefined;
|
3927
3910
|
height?: string | number | undefined;
|
@@ -3972,7 +3955,7 @@ declare const VAutocomplete: {
|
|
3972
3955
|
}) => vue.VNodeChild) | undefined;
|
3973
3956
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3974
3957
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
3975
|
-
location:
|
3958
|
+
location: Anchor;
|
3976
3959
|
origin: "auto" | Anchor | "overlap";
|
3977
3960
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3978
3961
|
component?: vue.Component | undefined;
|
@@ -3998,7 +3981,6 @@ declare const VAutocomplete: {
|
|
3998
3981
|
noClickAnimation: boolean;
|
3999
3982
|
persistent: boolean;
|
4000
3983
|
scrim: NonNullable<string | boolean>;
|
4001
|
-
submenu: boolean;
|
4002
3984
|
} & {
|
4003
3985
|
offset?: string | number | number[] | undefined;
|
4004
3986
|
id?: string | undefined;
|
@@ -4052,7 +4034,7 @@ declare const VAutocomplete: {
|
|
4052
4034
|
}) => vue.VNodeChild) | undefined;
|
4053
4035
|
} & {
|
4054
4036
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
4055
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
4037
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
4056
4038
|
};
|
4057
4039
|
multiple: BooleanConstructor;
|
4058
4040
|
noDataText: {
|
@@ -626,7 +626,7 @@ declare const VCombobox: {
|
|
626
626
|
}) => vue.VNodeChild) | undefined;
|
627
627
|
}) | undefined;
|
628
628
|
menuProps?: (Partial<{
|
629
|
-
location:
|
629
|
+
location: Anchor;
|
630
630
|
origin: "auto" | Anchor | "overlap";
|
631
631
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
632
632
|
component?: vue.Component | undefined;
|
@@ -654,9 +654,8 @@ declare const VCombobox: {
|
|
654
654
|
noClickAnimation: boolean;
|
655
655
|
persistent: boolean;
|
656
656
|
scrim: NonNullable<string | boolean>;
|
657
|
-
submenu: boolean;
|
658
657
|
}> & Omit<{
|
659
|
-
location:
|
658
|
+
location: Anchor;
|
660
659
|
origin: "auto" | Anchor | "overlap";
|
661
660
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
662
661
|
component?: vue.Component | undefined;
|
@@ -682,7 +681,6 @@ declare const VCombobox: {
|
|
682
681
|
noClickAnimation: boolean;
|
683
682
|
persistent: boolean;
|
684
683
|
scrim: NonNullable<string | boolean>;
|
685
|
-
submenu: boolean;
|
686
684
|
offset?: string | number | number[] | undefined;
|
687
685
|
id?: string | undefined;
|
688
686
|
height?: string | number | undefined;
|
@@ -733,7 +731,7 @@ declare const VCombobox: {
|
|
733
731
|
}) => vue.VNodeChild) | undefined;
|
734
732
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
735
733
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
736
|
-
location:
|
734
|
+
location: Anchor;
|
737
735
|
origin: "auto" | Anchor | "overlap";
|
738
736
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
739
737
|
component?: vue.Component | undefined;
|
@@ -759,7 +757,6 @@ declare const VCombobox: {
|
|
759
757
|
noClickAnimation: boolean;
|
760
758
|
persistent: boolean;
|
761
759
|
scrim: NonNullable<string | boolean>;
|
762
|
-
submenu: boolean;
|
763
760
|
} & {
|
764
761
|
offset?: string | number | number[] | undefined;
|
765
762
|
id?: string | undefined;
|
@@ -813,7 +810,7 @@ declare const VCombobox: {
|
|
813
810
|
}) => vue.VNodeChild) | undefined;
|
814
811
|
} & {
|
815
812
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
816
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
813
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
817
814
|
itemColor?: string | undefined;
|
818
815
|
autoSelectFirst?: boolean | "exact" | undefined;
|
819
816
|
} & {
|
@@ -1169,7 +1166,7 @@ declare const VCombobox: {
|
|
1169
1166
|
}) => vue.VNodeChild) | undefined;
|
1170
1167
|
}) | undefined;
|
1171
1168
|
menuProps?: (Partial<{
|
1172
|
-
location:
|
1169
|
+
location: Anchor;
|
1173
1170
|
origin: "auto" | Anchor | "overlap";
|
1174
1171
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1175
1172
|
component?: vue.Component | undefined;
|
@@ -1197,9 +1194,8 @@ declare const VCombobox: {
|
|
1197
1194
|
noClickAnimation: boolean;
|
1198
1195
|
persistent: boolean;
|
1199
1196
|
scrim: NonNullable<string | boolean>;
|
1200
|
-
submenu: boolean;
|
1201
1197
|
}> & Omit<{
|
1202
|
-
location:
|
1198
|
+
location: Anchor;
|
1203
1199
|
origin: "auto" | Anchor | "overlap";
|
1204
1200
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1205
1201
|
component?: vue.Component | undefined;
|
@@ -1225,7 +1221,6 @@ declare const VCombobox: {
|
|
1225
1221
|
noClickAnimation: boolean;
|
1226
1222
|
persistent: boolean;
|
1227
1223
|
scrim: NonNullable<string | boolean>;
|
1228
|
-
submenu: boolean;
|
1229
1224
|
offset?: string | number | number[] | undefined;
|
1230
1225
|
id?: string | undefined;
|
1231
1226
|
height?: string | number | undefined;
|
@@ -1276,7 +1271,7 @@ declare const VCombobox: {
|
|
1276
1271
|
}) => vue.VNodeChild) | undefined;
|
1277
1272
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1278
1273
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1279
|
-
location:
|
1274
|
+
location: Anchor;
|
1280
1275
|
origin: "auto" | Anchor | "overlap";
|
1281
1276
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1282
1277
|
component?: vue.Component | undefined;
|
@@ -1302,7 +1297,6 @@ declare const VCombobox: {
|
|
1302
1297
|
noClickAnimation: boolean;
|
1303
1298
|
persistent: boolean;
|
1304
1299
|
scrim: NonNullable<string | boolean>;
|
1305
|
-
submenu: boolean;
|
1306
1300
|
} & {
|
1307
1301
|
offset?: string | number | number[] | undefined;
|
1308
1302
|
id?: string | undefined;
|
@@ -1356,7 +1350,7 @@ declare const VCombobox: {
|
|
1356
1350
|
}) => vue.VNodeChild) | undefined;
|
1357
1351
|
} & {
|
1358
1352
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1359
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
1353
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
1360
1354
|
itemColor?: string | undefined;
|
1361
1355
|
autoSelectFirst?: boolean | "exact" | undefined;
|
1362
1356
|
} & {
|
@@ -1826,7 +1820,7 @@ declare const VCombobox: {
|
|
1826
1820
|
}) => vue.VNodeChild) | undefined;
|
1827
1821
|
}) | undefined;
|
1828
1822
|
menuProps?: (Partial<{
|
1829
|
-
location:
|
1823
|
+
location: Anchor;
|
1830
1824
|
origin: "auto" | Anchor | "overlap";
|
1831
1825
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1832
1826
|
component?: vue.Component | undefined;
|
@@ -1854,9 +1848,8 @@ declare const VCombobox: {
|
|
1854
1848
|
noClickAnimation: boolean;
|
1855
1849
|
persistent: boolean;
|
1856
1850
|
scrim: NonNullable<string | boolean>;
|
1857
|
-
submenu: boolean;
|
1858
1851
|
}> & Omit<{
|
1859
|
-
location:
|
1852
|
+
location: Anchor;
|
1860
1853
|
origin: "auto" | Anchor | "overlap";
|
1861
1854
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1862
1855
|
component?: vue.Component | undefined;
|
@@ -1882,7 +1875,6 @@ declare const VCombobox: {
|
|
1882
1875
|
noClickAnimation: boolean;
|
1883
1876
|
persistent: boolean;
|
1884
1877
|
scrim: NonNullable<string | boolean>;
|
1885
|
-
submenu: boolean;
|
1886
1878
|
offset?: string | number | number[] | undefined;
|
1887
1879
|
id?: string | undefined;
|
1888
1880
|
height?: string | number | undefined;
|
@@ -1933,7 +1925,7 @@ declare const VCombobox: {
|
|
1933
1925
|
}) => vue.VNodeChild) | undefined;
|
1934
1926
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1935
1927
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1936
|
-
location:
|
1928
|
+
location: Anchor;
|
1937
1929
|
origin: "auto" | Anchor | "overlap";
|
1938
1930
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1939
1931
|
component?: vue.Component | undefined;
|
@@ -1959,7 +1951,6 @@ declare const VCombobox: {
|
|
1959
1951
|
noClickAnimation: boolean;
|
1960
1952
|
persistent: boolean;
|
1961
1953
|
scrim: NonNullable<string | boolean>;
|
1962
|
-
submenu: boolean;
|
1963
1954
|
} & {
|
1964
1955
|
offset?: string | number | number[] | undefined;
|
1965
1956
|
id?: string | undefined;
|
@@ -2013,7 +2004,7 @@ declare const VCombobox: {
|
|
2013
2004
|
}) => vue.VNodeChild) | undefined;
|
2014
2005
|
} & {
|
2015
2006
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2016
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
2007
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
2017
2008
|
itemColor?: string | undefined;
|
2018
2009
|
autoSelectFirst?: boolean | "exact" | undefined;
|
2019
2010
|
} & {
|
@@ -2418,7 +2409,7 @@ declare const VCombobox: {
|
|
2418
2409
|
}) => vue.VNodeChild) | undefined;
|
2419
2410
|
}) | undefined;
|
2420
2411
|
menuProps?: (Partial<{
|
2421
|
-
location:
|
2412
|
+
location: Anchor;
|
2422
2413
|
origin: "auto" | Anchor | "overlap";
|
2423
2414
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2424
2415
|
component?: vue.Component | undefined;
|
@@ -2446,9 +2437,8 @@ declare const VCombobox: {
|
|
2446
2437
|
noClickAnimation: boolean;
|
2447
2438
|
persistent: boolean;
|
2448
2439
|
scrim: NonNullable<string | boolean>;
|
2449
|
-
submenu: boolean;
|
2450
2440
|
}> & Omit<{
|
2451
|
-
location:
|
2441
|
+
location: Anchor;
|
2452
2442
|
origin: "auto" | Anchor | "overlap";
|
2453
2443
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2454
2444
|
component?: vue.Component | undefined;
|
@@ -2474,7 +2464,6 @@ declare const VCombobox: {
|
|
2474
2464
|
noClickAnimation: boolean;
|
2475
2465
|
persistent: boolean;
|
2476
2466
|
scrim: NonNullable<string | boolean>;
|
2477
|
-
submenu: boolean;
|
2478
2467
|
offset?: string | number | number[] | undefined;
|
2479
2468
|
id?: string | undefined;
|
2480
2469
|
height?: string | number | undefined;
|
@@ -2525,7 +2514,7 @@ declare const VCombobox: {
|
|
2525
2514
|
}) => vue.VNodeChild) | undefined;
|
2526
2515
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2527
2516
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
2528
|
-
location:
|
2517
|
+
location: Anchor;
|
2529
2518
|
origin: "auto" | Anchor | "overlap";
|
2530
2519
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2531
2520
|
component?: vue.Component | undefined;
|
@@ -2551,7 +2540,6 @@ declare const VCombobox: {
|
|
2551
2540
|
noClickAnimation: boolean;
|
2552
2541
|
persistent: boolean;
|
2553
2542
|
scrim: NonNullable<string | boolean>;
|
2554
|
-
submenu: boolean;
|
2555
2543
|
} & {
|
2556
2544
|
offset?: string | number | number[] | undefined;
|
2557
2545
|
id?: string | undefined;
|
@@ -2605,7 +2593,7 @@ declare const VCombobox: {
|
|
2605
2593
|
}) => vue.VNodeChild) | undefined;
|
2606
2594
|
} & {
|
2607
2595
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2608
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
2596
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
2609
2597
|
itemColor?: string | undefined;
|
2610
2598
|
autoSelectFirst?: boolean | "exact" | undefined;
|
2611
2599
|
} & {
|
@@ -3224,7 +3212,7 @@ declare const VCombobox: {
|
|
3224
3212
|
};
|
3225
3213
|
menuProps: {
|
3226
3214
|
type: PropType<Partial<{
|
3227
|
-
location:
|
3215
|
+
location: Anchor;
|
3228
3216
|
origin: "auto" | Anchor | "overlap";
|
3229
3217
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3230
3218
|
component?: vue.Component | undefined;
|
@@ -3252,9 +3240,8 @@ declare const VCombobox: {
|
|
3252
3240
|
noClickAnimation: boolean;
|
3253
3241
|
persistent: boolean;
|
3254
3242
|
scrim: NonNullable<string | boolean>;
|
3255
|
-
submenu: boolean;
|
3256
3243
|
}> & Omit<{
|
3257
|
-
location:
|
3244
|
+
location: Anchor;
|
3258
3245
|
origin: "auto" | Anchor | "overlap";
|
3259
3246
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3260
3247
|
component?: vue.Component | undefined;
|
@@ -3280,7 +3267,6 @@ declare const VCombobox: {
|
|
3280
3267
|
noClickAnimation: boolean;
|
3281
3268
|
persistent: boolean;
|
3282
3269
|
scrim: NonNullable<string | boolean>;
|
3283
|
-
submenu: boolean;
|
3284
3270
|
offset?: string | number | number[] | undefined;
|
3285
3271
|
id?: string | undefined;
|
3286
3272
|
height?: string | number | undefined;
|
@@ -3331,7 +3317,7 @@ declare const VCombobox: {
|
|
3331
3317
|
}) => vue.VNodeChild) | undefined;
|
3332
3318
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3333
3319
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
3334
|
-
location:
|
3320
|
+
location: Anchor;
|
3335
3321
|
origin: "auto" | Anchor | "overlap";
|
3336
3322
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3337
3323
|
component?: vue.Component | undefined;
|
@@ -3357,7 +3343,6 @@ declare const VCombobox: {
|
|
3357
3343
|
noClickAnimation: boolean;
|
3358
3344
|
persistent: boolean;
|
3359
3345
|
scrim: NonNullable<string | boolean>;
|
3360
|
-
submenu: boolean;
|
3361
3346
|
} & {
|
3362
3347
|
offset?: string | number | number[] | undefined;
|
3363
3348
|
id?: string | undefined;
|
@@ -3411,7 +3396,7 @@ declare const VCombobox: {
|
|
3411
3396
|
}) => vue.VNodeChild) | undefined;
|
3412
3397
|
} & {
|
3413
3398
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3414
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
3399
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
3415
3400
|
};
|
3416
3401
|
multiple: BooleanConstructor;
|
3417
3402
|
noDataText: {
|
@@ -3880,7 +3865,7 @@ declare const VCombobox: {
|
|
3880
3865
|
};
|
3881
3866
|
menuProps: {
|
3882
3867
|
type: PropType<Partial<{
|
3883
|
-
location:
|
3868
|
+
location: Anchor;
|
3884
3869
|
origin: "auto" | Anchor | "overlap";
|
3885
3870
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3886
3871
|
component?: vue.Component | undefined;
|
@@ -3908,9 +3893,8 @@ declare const VCombobox: {
|
|
3908
3893
|
noClickAnimation: boolean;
|
3909
3894
|
persistent: boolean;
|
3910
3895
|
scrim: NonNullable<string | boolean>;
|
3911
|
-
submenu: boolean;
|
3912
3896
|
}> & Omit<{
|
3913
|
-
location:
|
3897
|
+
location: Anchor;
|
3914
3898
|
origin: "auto" | Anchor | "overlap";
|
3915
3899
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3916
3900
|
component?: vue.Component | undefined;
|
@@ -3936,7 +3920,6 @@ declare const VCombobox: {
|
|
3936
3920
|
noClickAnimation: boolean;
|
3937
3921
|
persistent: boolean;
|
3938
3922
|
scrim: NonNullable<string | boolean>;
|
3939
|
-
submenu: boolean;
|
3940
3923
|
offset?: string | number | number[] | undefined;
|
3941
3924
|
id?: string | undefined;
|
3942
3925
|
height?: string | number | undefined;
|
@@ -3987,7 +3970,7 @@ declare const VCombobox: {
|
|
3987
3970
|
}) => vue.VNodeChild) | undefined;
|
3988
3971
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3989
3972
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
3990
|
-
location:
|
3973
|
+
location: Anchor;
|
3991
3974
|
origin: "auto" | Anchor | "overlap";
|
3992
3975
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3993
3976
|
component?: vue.Component | undefined;
|
@@ -4013,7 +3996,6 @@ declare const VCombobox: {
|
|
4013
3996
|
noClickAnimation: boolean;
|
4014
3997
|
persistent: boolean;
|
4015
3998
|
scrim: NonNullable<string | boolean>;
|
4016
|
-
submenu: boolean;
|
4017
3999
|
} & {
|
4018
4000
|
offset?: string | number | number[] | undefined;
|
4019
4001
|
id?: string | undefined;
|
@@ -4067,7 +4049,7 @@ declare const VCombobox: {
|
|
4067
4049
|
}) => vue.VNodeChild) | undefined;
|
4068
4050
|
} & {
|
4069
4051
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
4070
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim"
|
4052
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
4071
4053
|
};
|
4072
4054
|
multiple: BooleanConstructor;
|
4073
4055
|
noDataText: {
|