@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-25 → 3.6.13-3.7.0-beta.0.0-pr-20092.a834b18
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 +107 -99
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +134 -134
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +212 -193
- package/dist/vuetify-labs.css +2485 -2485
- package/dist/vuetify-labs.d.ts +190 -106
- package/dist/vuetify-labs.esm.js +36 -13
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +36 -13
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1495 -1495
- package/dist/vuetify.d.ts +237 -153
- package/dist/vuetify.esm.js +36 -13
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +36 -13
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +45 -44
- 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/locationStrategies.mjs +6 -0
- package/lib/components/VOverlay/locationStrategies.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/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
@@ -610,7 +610,7 @@ declare const VSelect: {
|
|
610
610
|
}) => vue.VNodeChild) | undefined;
|
611
611
|
}) | undefined;
|
612
612
|
menuProps?: (Partial<{
|
613
|
-
location: Anchor;
|
613
|
+
location: NonNullable<Anchor> | undefined;
|
614
614
|
origin: "auto" | Anchor | "overlap";
|
615
615
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
616
616
|
component?: Component | undefined;
|
@@ -638,8 +638,9 @@ declare const VSelect: {
|
|
638
638
|
noClickAnimation: boolean;
|
639
639
|
persistent: boolean;
|
640
640
|
scrim: NonNullable<string | boolean>;
|
641
|
+
submenu: boolean;
|
641
642
|
}> & Omit<{
|
642
|
-
location: Anchor;
|
643
|
+
location: NonNullable<Anchor> | undefined;
|
643
644
|
origin: "auto" | Anchor | "overlap";
|
644
645
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
645
646
|
component?: Component | undefined;
|
@@ -665,6 +666,7 @@ declare const VSelect: {
|
|
665
666
|
noClickAnimation: boolean;
|
666
667
|
persistent: boolean;
|
667
668
|
scrim: NonNullable<string | boolean>;
|
669
|
+
submenu: boolean;
|
668
670
|
offset?: string | number | number[] | undefined;
|
669
671
|
id?: string | undefined;
|
670
672
|
height?: string | number | undefined;
|
@@ -715,7 +717,7 @@ declare const VSelect: {
|
|
715
717
|
}) => vue.VNodeChild) | undefined;
|
716
718
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
717
719
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
718
|
-
location: Anchor;
|
720
|
+
location: NonNullable<Anchor> | undefined;
|
719
721
|
origin: "auto" | Anchor | "overlap";
|
720
722
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
721
723
|
component?: Component | undefined;
|
@@ -741,6 +743,7 @@ declare const VSelect: {
|
|
741
743
|
noClickAnimation: boolean;
|
742
744
|
persistent: boolean;
|
743
745
|
scrim: NonNullable<string | boolean>;
|
746
|
+
submenu: boolean;
|
744
747
|
} & {
|
745
748
|
offset?: string | number | number[] | undefined;
|
746
749
|
id?: string | undefined;
|
@@ -794,7 +797,7 @@ declare const VSelect: {
|
|
794
797
|
}) => vue.VNodeChild) | undefined;
|
795
798
|
} & {
|
796
799
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
797
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
800
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
798
801
|
itemColor?: string | undefined;
|
799
802
|
} & {
|
800
803
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -1142,7 +1145,7 @@ declare const VSelect: {
|
|
1142
1145
|
}) => vue.VNodeChild) | undefined;
|
1143
1146
|
}) | undefined;
|
1144
1147
|
menuProps?: (Partial<{
|
1145
|
-
location: Anchor;
|
1148
|
+
location: NonNullable<Anchor> | undefined;
|
1146
1149
|
origin: "auto" | Anchor | "overlap";
|
1147
1150
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1148
1151
|
component?: Component | undefined;
|
@@ -1170,8 +1173,9 @@ declare const VSelect: {
|
|
1170
1173
|
noClickAnimation: boolean;
|
1171
1174
|
persistent: boolean;
|
1172
1175
|
scrim: NonNullable<string | boolean>;
|
1176
|
+
submenu: boolean;
|
1173
1177
|
}> & Omit<{
|
1174
|
-
location: Anchor;
|
1178
|
+
location: NonNullable<Anchor> | undefined;
|
1175
1179
|
origin: "auto" | Anchor | "overlap";
|
1176
1180
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1177
1181
|
component?: Component | undefined;
|
@@ -1197,6 +1201,7 @@ declare const VSelect: {
|
|
1197
1201
|
noClickAnimation: boolean;
|
1198
1202
|
persistent: boolean;
|
1199
1203
|
scrim: NonNullable<string | boolean>;
|
1204
|
+
submenu: boolean;
|
1200
1205
|
offset?: string | number | number[] | undefined;
|
1201
1206
|
id?: string | undefined;
|
1202
1207
|
height?: string | number | undefined;
|
@@ -1247,7 +1252,7 @@ declare const VSelect: {
|
|
1247
1252
|
}) => vue.VNodeChild) | undefined;
|
1248
1253
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1249
1254
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1250
|
-
location: Anchor;
|
1255
|
+
location: NonNullable<Anchor> | undefined;
|
1251
1256
|
origin: "auto" | Anchor | "overlap";
|
1252
1257
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1253
1258
|
component?: Component | undefined;
|
@@ -1273,6 +1278,7 @@ declare const VSelect: {
|
|
1273
1278
|
noClickAnimation: boolean;
|
1274
1279
|
persistent: boolean;
|
1275
1280
|
scrim: NonNullable<string | boolean>;
|
1281
|
+
submenu: boolean;
|
1276
1282
|
} & {
|
1277
1283
|
offset?: string | number | number[] | undefined;
|
1278
1284
|
id?: string | undefined;
|
@@ -1326,7 +1332,7 @@ declare const VSelect: {
|
|
1326
1332
|
}) => vue.VNodeChild) | undefined;
|
1327
1333
|
} & {
|
1328
1334
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1329
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
1335
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
1330
1336
|
itemColor?: string | undefined;
|
1331
1337
|
} & {
|
1332
1338
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -1787,7 +1793,7 @@ declare const VSelect: {
|
|
1787
1793
|
}) => vue.VNodeChild) | undefined;
|
1788
1794
|
}) | undefined;
|
1789
1795
|
menuProps?: (Partial<{
|
1790
|
-
location: Anchor;
|
1796
|
+
location: NonNullable<Anchor> | undefined;
|
1791
1797
|
origin: "auto" | Anchor | "overlap";
|
1792
1798
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1793
1799
|
component?: Component | undefined;
|
@@ -1815,8 +1821,9 @@ declare const VSelect: {
|
|
1815
1821
|
noClickAnimation: boolean;
|
1816
1822
|
persistent: boolean;
|
1817
1823
|
scrim: NonNullable<string | boolean>;
|
1824
|
+
submenu: boolean;
|
1818
1825
|
}> & Omit<{
|
1819
|
-
location: Anchor;
|
1826
|
+
location: NonNullable<Anchor> | undefined;
|
1820
1827
|
origin: "auto" | Anchor | "overlap";
|
1821
1828
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1822
1829
|
component?: Component | undefined;
|
@@ -1842,6 +1849,7 @@ declare const VSelect: {
|
|
1842
1849
|
noClickAnimation: boolean;
|
1843
1850
|
persistent: boolean;
|
1844
1851
|
scrim: NonNullable<string | boolean>;
|
1852
|
+
submenu: boolean;
|
1845
1853
|
offset?: string | number | number[] | undefined;
|
1846
1854
|
id?: string | undefined;
|
1847
1855
|
height?: string | number | undefined;
|
@@ -1892,7 +1900,7 @@ declare const VSelect: {
|
|
1892
1900
|
}) => vue.VNodeChild) | undefined;
|
1893
1901
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1894
1902
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1895
|
-
location: Anchor;
|
1903
|
+
location: NonNullable<Anchor> | undefined;
|
1896
1904
|
origin: "auto" | Anchor | "overlap";
|
1897
1905
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1898
1906
|
component?: Component | undefined;
|
@@ -1918,6 +1926,7 @@ declare const VSelect: {
|
|
1918
1926
|
noClickAnimation: boolean;
|
1919
1927
|
persistent: boolean;
|
1920
1928
|
scrim: NonNullable<string | boolean>;
|
1929
|
+
submenu: boolean;
|
1921
1930
|
} & {
|
1922
1931
|
offset?: string | number | number[] | undefined;
|
1923
1932
|
id?: string | undefined;
|
@@ -1971,7 +1980,7 @@ declare const VSelect: {
|
|
1971
1980
|
}) => vue.VNodeChild) | undefined;
|
1972
1981
|
} & {
|
1973
1982
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1974
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
1983
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
1975
1984
|
itemColor?: string | undefined;
|
1976
1985
|
} & {
|
1977
1986
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -2367,7 +2376,7 @@ declare const VSelect: {
|
|
2367
2376
|
}) => vue.VNodeChild) | undefined;
|
2368
2377
|
}) | undefined;
|
2369
2378
|
menuProps?: (Partial<{
|
2370
|
-
location: Anchor;
|
2379
|
+
location: NonNullable<Anchor> | undefined;
|
2371
2380
|
origin: "auto" | Anchor | "overlap";
|
2372
2381
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2373
2382
|
component?: Component | undefined;
|
@@ -2395,8 +2404,9 @@ declare const VSelect: {
|
|
2395
2404
|
noClickAnimation: boolean;
|
2396
2405
|
persistent: boolean;
|
2397
2406
|
scrim: NonNullable<string | boolean>;
|
2407
|
+
submenu: boolean;
|
2398
2408
|
}> & Omit<{
|
2399
|
-
location: Anchor;
|
2409
|
+
location: NonNullable<Anchor> | undefined;
|
2400
2410
|
origin: "auto" | Anchor | "overlap";
|
2401
2411
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2402
2412
|
component?: Component | undefined;
|
@@ -2422,6 +2432,7 @@ declare const VSelect: {
|
|
2422
2432
|
noClickAnimation: boolean;
|
2423
2433
|
persistent: boolean;
|
2424
2434
|
scrim: NonNullable<string | boolean>;
|
2435
|
+
submenu: boolean;
|
2425
2436
|
offset?: string | number | number[] | undefined;
|
2426
2437
|
id?: string | undefined;
|
2427
2438
|
height?: string | number | undefined;
|
@@ -2472,7 +2483,7 @@ declare const VSelect: {
|
|
2472
2483
|
}) => vue.VNodeChild) | undefined;
|
2473
2484
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2474
2485
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
2475
|
-
location: Anchor;
|
2486
|
+
location: NonNullable<Anchor> | undefined;
|
2476
2487
|
origin: "auto" | Anchor | "overlap";
|
2477
2488
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2478
2489
|
component?: Component | undefined;
|
@@ -2498,6 +2509,7 @@ declare const VSelect: {
|
|
2498
2509
|
noClickAnimation: boolean;
|
2499
2510
|
persistent: boolean;
|
2500
2511
|
scrim: NonNullable<string | boolean>;
|
2512
|
+
submenu: boolean;
|
2501
2513
|
} & {
|
2502
2514
|
offset?: string | number | number[] | undefined;
|
2503
2515
|
id?: string | undefined;
|
@@ -2551,7 +2563,7 @@ declare const VSelect: {
|
|
2551
2563
|
}) => vue.VNodeChild) | undefined;
|
2552
2564
|
} & {
|
2553
2565
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
2554
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
|
2566
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
|
2555
2567
|
itemColor?: string | undefined;
|
2556
2568
|
} & {
|
2557
2569
|
"onUpdate:focused"?: ((focused: boolean) => any) | undefined;
|
@@ -3163,7 +3175,7 @@ declare const VSelect: {
|
|
3163
3175
|
};
|
3164
3176
|
menuProps: {
|
3165
3177
|
type: PropType<Partial<{
|
3166
|
-
location: Anchor;
|
3178
|
+
location: NonNullable<Anchor> | undefined;
|
3167
3179
|
origin: "auto" | Anchor | "overlap";
|
3168
3180
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3169
3181
|
component?: Component | undefined;
|
@@ -3191,8 +3203,9 @@ declare const VSelect: {
|
|
3191
3203
|
noClickAnimation: boolean;
|
3192
3204
|
persistent: boolean;
|
3193
3205
|
scrim: NonNullable<string | boolean>;
|
3206
|
+
submenu: boolean;
|
3194
3207
|
}> & Omit<{
|
3195
|
-
location: Anchor;
|
3208
|
+
location: NonNullable<Anchor> | undefined;
|
3196
3209
|
origin: "auto" | Anchor | "overlap";
|
3197
3210
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3198
3211
|
component?: Component | undefined;
|
@@ -3218,6 +3231,7 @@ declare const VSelect: {
|
|
3218
3231
|
noClickAnimation: boolean;
|
3219
3232
|
persistent: boolean;
|
3220
3233
|
scrim: NonNullable<string | boolean>;
|
3234
|
+
submenu: boolean;
|
3221
3235
|
offset?: string | number | number[] | undefined;
|
3222
3236
|
id?: string | undefined;
|
3223
3237
|
height?: string | number | undefined;
|
@@ -3268,7 +3282,7 @@ declare const VSelect: {
|
|
3268
3282
|
}) => vue.VNodeChild) | undefined;
|
3269
3283
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3270
3284
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
3271
|
-
location: Anchor;
|
3285
|
+
location: NonNullable<Anchor> | undefined;
|
3272
3286
|
origin: "auto" | Anchor | "overlap";
|
3273
3287
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3274
3288
|
component?: Component | undefined;
|
@@ -3294,6 +3308,7 @@ declare const VSelect: {
|
|
3294
3308
|
noClickAnimation: boolean;
|
3295
3309
|
persistent: boolean;
|
3296
3310
|
scrim: NonNullable<string | boolean>;
|
3311
|
+
submenu: boolean;
|
3297
3312
|
} & {
|
3298
3313
|
offset?: string | number | number[] | undefined;
|
3299
3314
|
id?: string | undefined;
|
@@ -3347,7 +3362,7 @@ declare const VSelect: {
|
|
3347
3362
|
}) => vue.VNodeChild) | undefined;
|
3348
3363
|
} & {
|
3349
3364
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3350
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
3365
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">>;
|
3351
3366
|
};
|
3352
3367
|
multiple: BooleanConstructor;
|
3353
3368
|
noDataText: {
|
@@ -3795,7 +3810,7 @@ declare const VSelect: {
|
|
3795
3810
|
};
|
3796
3811
|
menuProps: {
|
3797
3812
|
type: PropType<Partial<{
|
3798
|
-
location: Anchor;
|
3813
|
+
location: NonNullable<Anchor> | undefined;
|
3799
3814
|
origin: "auto" | Anchor | "overlap";
|
3800
3815
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3801
3816
|
component?: Component | undefined;
|
@@ -3823,8 +3838,9 @@ declare const VSelect: {
|
|
3823
3838
|
noClickAnimation: boolean;
|
3824
3839
|
persistent: boolean;
|
3825
3840
|
scrim: NonNullable<string | boolean>;
|
3841
|
+
submenu: boolean;
|
3826
3842
|
}> & Omit<{
|
3827
|
-
location: Anchor;
|
3843
|
+
location: NonNullable<Anchor> | undefined;
|
3828
3844
|
origin: "auto" | Anchor | "overlap";
|
3829
3845
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3830
3846
|
component?: Component | undefined;
|
@@ -3850,6 +3866,7 @@ declare const VSelect: {
|
|
3850
3866
|
noClickAnimation: boolean;
|
3851
3867
|
persistent: boolean;
|
3852
3868
|
scrim: NonNullable<string | boolean>;
|
3869
|
+
submenu: boolean;
|
3853
3870
|
offset?: string | number | number[] | undefined;
|
3854
3871
|
id?: string | undefined;
|
3855
3872
|
height?: string | number | undefined;
|
@@ -3900,7 +3917,7 @@ declare const VSelect: {
|
|
3900
3917
|
}) => vue.VNodeChild) | undefined;
|
3901
3918
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3902
3919
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
3903
|
-
location: Anchor;
|
3920
|
+
location: NonNullable<Anchor> | undefined;
|
3904
3921
|
origin: "auto" | Anchor | "overlap";
|
3905
3922
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
3906
3923
|
component?: Component | undefined;
|
@@ -3926,6 +3943,7 @@ declare const VSelect: {
|
|
3926
3943
|
noClickAnimation: boolean;
|
3927
3944
|
persistent: boolean;
|
3928
3945
|
scrim: NonNullable<string | boolean>;
|
3946
|
+
submenu: boolean;
|
3929
3947
|
} & {
|
3930
3948
|
offset?: string | number | number[] | undefined;
|
3931
3949
|
id?: string | undefined;
|
@@ -3979,7 +3997,7 @@ declare const VSelect: {
|
|
3979
3997
|
}) => vue.VNodeChild) | undefined;
|
3980
3998
|
} & {
|
3981
3999
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
3982
|
-
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
|
4000
|
+
}, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">>;
|
3983
4001
|
};
|
3984
4002
|
multiple: BooleanConstructor;
|
3985
4003
|
noDataText: {
|
@@ -629,7 +629,7 @@ declare const VSnackbar: {
|
|
629
629
|
onAfterLeave?: (() => any) | undefined;
|
630
630
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
631
631
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
632
|
-
}, "target" | "
|
632
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
633
633
|
activatorEl: Ref<HTMLElement | undefined>;
|
634
634
|
scrimEl: Ref<HTMLElement | undefined>;
|
635
635
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -1316,7 +1316,7 @@ declare const VSnackbar: {
|
|
1316
1316
|
onAfterLeave?: (() => any) | undefined;
|
1317
1317
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1318
1318
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1319
|
-
}, "target" | "
|
1319
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
1320
1320
|
activatorEl: Ref<HTMLElement | undefined>;
|
1321
1321
|
scrimEl: Ref<HTMLElement | undefined>;
|
1322
1322
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -1895,7 +1895,7 @@ declare const VSnackbar: {
|
|
1895
1895
|
onAfterLeave?: (() => any) | undefined;
|
1896
1896
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1897
1897
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1898
|
-
}, "target" | "
|
1898
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
1899
1899
|
activatorEl: Ref<HTMLElement | undefined>;
|
1900
1900
|
scrimEl: Ref<HTMLElement | undefined>;
|
1901
1901
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -93,7 +93,7 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
|
|
93
93
|
declare const VSpeedDial: {
|
94
94
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
95
95
|
offset: NonNullable<string | number | number[] | undefined>;
|
96
|
-
location: NonNullable<Anchor>;
|
96
|
+
location: NonNullable<NonNullable<Anchor> | undefined>;
|
97
97
|
origin: "auto" | Anchor | "overlap";
|
98
98
|
minWidth: NonNullable<string | number>;
|
99
99
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -120,6 +120,7 @@ declare const VSpeedDial: {
|
|
120
120
|
noClickAnimation: boolean;
|
121
121
|
persistent: boolean;
|
122
122
|
scrim: NonNullable<string | boolean>;
|
123
|
+
submenu: boolean;
|
123
124
|
} & {
|
124
125
|
id?: string | undefined;
|
125
126
|
height?: string | number | undefined;
|
@@ -175,7 +176,7 @@ declare const VSpeedDial: {
|
|
175
176
|
'update:modelValue': (value: boolean) => boolean;
|
176
177
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
177
178
|
offset: NonNullable<string | number | number[] | undefined>;
|
178
|
-
location: NonNullable<Anchor>;
|
179
|
+
location: NonNullable<NonNullable<Anchor> | undefined>;
|
179
180
|
origin: "auto" | Anchor | "overlap";
|
180
181
|
minWidth: NonNullable<string | number>;
|
181
182
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -202,6 +203,7 @@ declare const VSpeedDial: {
|
|
202
203
|
noClickAnimation: boolean;
|
203
204
|
persistent: boolean;
|
204
205
|
scrim: NonNullable<string | boolean>;
|
206
|
+
submenu: boolean;
|
205
207
|
} & {
|
206
208
|
id?: string | undefined;
|
207
209
|
height?: string | number | undefined;
|
@@ -255,7 +257,7 @@ declare const VSpeedDial: {
|
|
255
257
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
256
258
|
}, {
|
257
259
|
offset: NonNullable<string | number | number[] | undefined>;
|
258
|
-
location: NonNullable<Anchor>;
|
260
|
+
location: NonNullable<NonNullable<Anchor> | undefined>;
|
259
261
|
origin: "auto" | Anchor | "overlap";
|
260
262
|
minWidth: NonNullable<string | number>;
|
261
263
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -284,6 +286,7 @@ declare const VSpeedDial: {
|
|
284
286
|
noClickAnimation: boolean;
|
285
287
|
persistent: boolean;
|
286
288
|
scrim: NonNullable<string | boolean>;
|
289
|
+
submenu: boolean;
|
287
290
|
}, true, {}, vue.SlotsType<Partial<{
|
288
291
|
default: (arg: {
|
289
292
|
isActive: vue.Ref<boolean>;
|
@@ -306,7 +309,7 @@ declare const VSpeedDial: {
|
|
306
309
|
Defaults: {};
|
307
310
|
}, {
|
308
311
|
offset: NonNullable<string | number | number[] | undefined>;
|
309
|
-
location: NonNullable<Anchor>;
|
312
|
+
location: NonNullable<NonNullable<Anchor> | undefined>;
|
310
313
|
origin: "auto" | Anchor | "overlap";
|
311
314
|
minWidth: NonNullable<string | number>;
|
312
315
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -333,6 +336,7 @@ declare const VSpeedDial: {
|
|
333
336
|
noClickAnimation: boolean;
|
334
337
|
persistent: boolean;
|
335
338
|
scrim: NonNullable<string | boolean>;
|
339
|
+
submenu: boolean;
|
336
340
|
} & {
|
337
341
|
id?: string | undefined;
|
338
342
|
height?: string | number | undefined;
|
@@ -386,7 +390,7 @@ declare const VSpeedDial: {
|
|
386
390
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
387
391
|
}, {}, {}, {}, {}, {
|
388
392
|
offset: NonNullable<string | number | number[] | undefined>;
|
389
|
-
location: NonNullable<Anchor>;
|
393
|
+
location: NonNullable<NonNullable<Anchor> | undefined>;
|
390
394
|
origin: "auto" | Anchor | "overlap";
|
391
395
|
minWidth: NonNullable<string | number>;
|
392
396
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -415,13 +419,14 @@ declare const VSpeedDial: {
|
|
415
419
|
noClickAnimation: boolean;
|
416
420
|
persistent: boolean;
|
417
421
|
scrim: NonNullable<string | boolean>;
|
422
|
+
submenu: boolean;
|
418
423
|
}>;
|
419
424
|
__isFragment?: undefined;
|
420
425
|
__isTeleport?: undefined;
|
421
426
|
__isSuspense?: undefined;
|
422
427
|
} & vue.ComponentOptionsBase<{
|
423
428
|
offset: NonNullable<string | number | number[] | undefined>;
|
424
|
-
location: NonNullable<Anchor>;
|
429
|
+
location: NonNullable<NonNullable<Anchor> | undefined>;
|
425
430
|
origin: "auto" | Anchor | "overlap";
|
426
431
|
minWidth: NonNullable<string | number>;
|
427
432
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -448,6 +453,7 @@ declare const VSpeedDial: {
|
|
448
453
|
noClickAnimation: boolean;
|
449
454
|
persistent: boolean;
|
450
455
|
scrim: NonNullable<string | boolean>;
|
456
|
+
submenu: boolean;
|
451
457
|
} & {
|
452
458
|
id?: string | undefined;
|
453
459
|
height?: string | number | undefined;
|
@@ -503,7 +509,7 @@ declare const VSpeedDial: {
|
|
503
509
|
'update:modelValue': (value: boolean) => boolean;
|
504
510
|
}, string, {
|
505
511
|
offset: NonNullable<string | number | number[] | undefined>;
|
506
|
-
location: NonNullable<Anchor>;
|
512
|
+
location: NonNullable<NonNullable<Anchor> | undefined>;
|
507
513
|
origin: "auto" | Anchor | "overlap";
|
508
514
|
minWidth: NonNullable<string | number>;
|
509
515
|
transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
|
@@ -532,6 +538,7 @@ declare const VSpeedDial: {
|
|
532
538
|
noClickAnimation: boolean;
|
533
539
|
persistent: boolean;
|
534
540
|
scrim: NonNullable<string | boolean>;
|
541
|
+
submenu: boolean;
|
535
542
|
}, {}, string, vue.SlotsType<Partial<{
|
536
543
|
default: (arg: {
|
537
544
|
isActive: vue.Ref<boolean>;
|
@@ -550,12 +557,15 @@ declare const VSpeedDial: {
|
|
550
557
|
type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
|
551
558
|
default: NonNullable<string | number | number[] | undefined>;
|
552
559
|
};
|
553
|
-
location: Omit<{
|
560
|
+
location: Omit<Omit<{
|
554
561
|
type: vue.PropType<Anchor>;
|
555
562
|
default: string;
|
556
563
|
}, "type" | "default"> & {
|
557
|
-
type: vue.PropType<NonNullable<Anchor
|
558
|
-
default: NonNullable<Anchor
|
564
|
+
type: vue.PropType<NonNullable<Anchor> | undefined>;
|
565
|
+
default: NonNullable<Anchor> | undefined;
|
566
|
+
}, "type" | "default"> & {
|
567
|
+
type: vue.PropType<NonNullable<NonNullable<Anchor> | undefined>>;
|
568
|
+
default: NonNullable<NonNullable<Anchor> | undefined>;
|
559
569
|
};
|
560
570
|
origin: {
|
561
571
|
type: vue.PropType<"auto" | Anchor | "overlap">;
|
@@ -686,17 +696,21 @@ declare const VSpeedDial: {
|
|
686
696
|
};
|
687
697
|
attach: vue.PropType<string | boolean | Element>;
|
688
698
|
id: StringConstructor;
|
699
|
+
submenu: BooleanConstructor;
|
689
700
|
}, vue.ExtractPropTypes<{
|
690
701
|
offset: {
|
691
702
|
type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
|
692
703
|
default: NonNullable<string | number | number[] | undefined>;
|
693
704
|
};
|
694
|
-
location: Omit<{
|
705
|
+
location: Omit<Omit<{
|
695
706
|
type: vue.PropType<Anchor>;
|
696
707
|
default: string;
|
697
708
|
}, "type" | "default"> & {
|
698
|
-
type: vue.PropType<NonNullable<Anchor
|
699
|
-
default: NonNullable<Anchor
|
709
|
+
type: vue.PropType<NonNullable<Anchor> | undefined>;
|
710
|
+
default: NonNullable<Anchor> | undefined;
|
711
|
+
}, "type" | "default"> & {
|
712
|
+
type: vue.PropType<NonNullable<NonNullable<Anchor> | undefined>>;
|
713
|
+
default: NonNullable<NonNullable<Anchor> | undefined>;
|
700
714
|
};
|
701
715
|
origin: {
|
702
716
|
type: vue.PropType<"auto" | Anchor | "overlap">;
|
@@ -827,6 +841,7 @@ declare const VSpeedDial: {
|
|
827
841
|
};
|
828
842
|
attach: vue.PropType<string | boolean | Element>;
|
829
843
|
id: StringConstructor;
|
844
|
+
submenu: BooleanConstructor;
|
830
845
|
}>>;
|
831
846
|
type VSpeedDial = InstanceType<typeof VSpeedDial>;
|
832
847
|
|
@@ -622,7 +622,7 @@ declare const VTooltip: {
|
|
622
622
|
onAfterLeave?: (() => any) | undefined;
|
623
623
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
624
624
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
625
|
-
}, "target" | "
|
625
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
626
626
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
627
627
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
628
628
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -1288,7 +1288,7 @@ declare const VTooltip: {
|
|
1288
1288
|
onAfterLeave?: (() => any) | undefined;
|
1289
1289
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1290
1290
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1291
|
-
}, "target" | "
|
1291
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
1292
1292
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
1293
1293
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
1294
1294
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -1858,7 +1858,7 @@ declare const VTooltip: {
|
|
1858
1858
|
onAfterLeave?: (() => any) | undefined;
|
1859
1859
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1860
1860
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1861
|
-
}, "target" | "
|
1861
|
+
}, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
1862
1862
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
1863
1863
|
scrimEl: vue.Ref<HTMLElement | undefined>;
|
1864
1864
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|