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