@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.
Files changed (47) hide show
  1. package/dist/json/attributes.json +99 -107
  2. package/dist/json/importMap-labs.json +24 -24
  3. package/dist/json/importMap.json +134 -134
  4. package/dist/json/tags.json +0 -2
  5. package/dist/json/web-types.json +193 -212
  6. package/dist/vuetify-labs.css +4026 -4026
  7. package/dist/vuetify-labs.d.ts +106 -190
  8. package/dist/vuetify-labs.esm.js +13 -36
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +13 -36
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +2721 -2721
  13. package/dist/vuetify.d.ts +153 -237
  14. package/dist/vuetify.esm.js +13 -36
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +13 -36
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +44 -45
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAutocomplete/index.d.mts +24 -42
  22. package/lib/components/VCombobox/index.d.mts +24 -42
  23. package/lib/components/VDialog/index.d.mts +3 -3
  24. package/lib/components/VList/VListItem.mjs +1 -1
  25. package/lib/components/VList/VListItem.mjs.map +1 -1
  26. package/lib/components/VMenu/VMenu.mjs +3 -19
  27. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  28. package/lib/components/VMenu/index.d.mts +12 -27
  29. package/lib/components/VOverlay/VOverlay.mjs +4 -5
  30. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  31. package/lib/components/VOverlay/locationStrategies.mjs +0 -6
  32. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  33. package/lib/components/VOverlay/useActivator.mjs +2 -3
  34. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  35. package/lib/components/VSelect/index.d.mts +24 -42
  36. package/lib/components/VSnackbar/index.d.mts +3 -3
  37. package/lib/components/VSpeedDial/index.d.mts +13 -28
  38. package/lib/components/VTooltip/index.d.mts +3 -3
  39. package/lib/components/index.d.mts +106 -190
  40. package/lib/entry-bundler.mjs +1 -1
  41. package/lib/entry-bundler.mjs.map +1 -1
  42. package/lib/framework.mjs +1 -1
  43. package/lib/framework.mjs.map +1 -1
  44. package/lib/index.d.mts +47 -47
  45. package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
  46. package/lib/labs/components.d.mts +3 -3
  47. package/package.json +1 -1
@@ -5187,7 +5187,7 @@ declare const VAutocomplete: {
5187
5187
  }) => vue.VNodeChild) | undefined;
5188
5188
  }) | undefined;
5189
5189
  menuProps?: (Partial<{
5190
- location: NonNullable<Anchor> | undefined;
5190
+ location: Anchor;
5191
5191
  origin: "auto" | Anchor | "overlap";
5192
5192
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
5193
5193
  component?: vue.Component | undefined;
@@ -5215,9 +5215,8 @@ declare const VAutocomplete: {
5215
5215
  noClickAnimation: boolean;
5216
5216
  persistent: boolean;
5217
5217
  scrim: NonNullable<string | boolean>;
5218
- submenu: boolean;
5219
5218
  }> & Omit<{
5220
- location: NonNullable<Anchor> | undefined;
5219
+ location: Anchor;
5221
5220
  origin: "auto" | Anchor | "overlap";
5222
5221
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
5223
5222
  component?: vue.Component | undefined;
@@ -5243,7 +5242,6 @@ declare const VAutocomplete: {
5243
5242
  noClickAnimation: boolean;
5244
5243
  persistent: boolean;
5245
5244
  scrim: NonNullable<string | boolean>;
5246
- submenu: boolean;
5247
5245
  offset?: string | number | number[] | undefined;
5248
5246
  id?: string | undefined;
5249
5247
  height?: string | number | undefined;
@@ -5294,7 +5292,7 @@ declare const VAutocomplete: {
5294
5292
  }) => vue.VNodeChild) | undefined;
5295
5293
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5296
5294
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
5297
- location: NonNullable<Anchor> | undefined;
5295
+ location: Anchor;
5298
5296
  origin: "auto" | Anchor | "overlap";
5299
5297
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
5300
5298
  component?: vue.Component | undefined;
@@ -5320,7 +5318,6 @@ declare const VAutocomplete: {
5320
5318
  noClickAnimation: boolean;
5321
5319
  persistent: boolean;
5322
5320
  scrim: NonNullable<string | boolean>;
5323
- submenu: boolean;
5324
5321
  } & {
5325
5322
  offset?: string | number | number[] | undefined;
5326
5323
  id?: string | undefined;
@@ -5374,7 +5371,7 @@ declare const VAutocomplete: {
5374
5371
  }) => vue.VNodeChild) | undefined;
5375
5372
  } & {
5376
5373
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5377
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
5374
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
5378
5375
  itemColor?: string | undefined;
5379
5376
  autoSelectFirst?: boolean | "exact" | undefined;
5380
5377
  } & {
@@ -5730,7 +5727,7 @@ declare const VAutocomplete: {
5730
5727
  }) => vue.VNodeChild) | undefined;
5731
5728
  }) | undefined;
5732
5729
  menuProps?: (Partial<{
5733
- location: NonNullable<Anchor> | undefined;
5730
+ location: Anchor;
5734
5731
  origin: "auto" | Anchor | "overlap";
5735
5732
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
5736
5733
  component?: vue.Component | undefined;
@@ -5758,9 +5755,8 @@ declare const VAutocomplete: {
5758
5755
  noClickAnimation: boolean;
5759
5756
  persistent: boolean;
5760
5757
  scrim: NonNullable<string | boolean>;
5761
- submenu: boolean;
5762
5758
  }> & Omit<{
5763
- location: NonNullable<Anchor> | undefined;
5759
+ location: Anchor;
5764
5760
  origin: "auto" | Anchor | "overlap";
5765
5761
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
5766
5762
  component?: vue.Component | undefined;
@@ -5786,7 +5782,6 @@ declare const VAutocomplete: {
5786
5782
  noClickAnimation: boolean;
5787
5783
  persistent: boolean;
5788
5784
  scrim: NonNullable<string | boolean>;
5789
- submenu: boolean;
5790
5785
  offset?: string | number | number[] | undefined;
5791
5786
  id?: string | undefined;
5792
5787
  height?: string | number | undefined;
@@ -5837,7 +5832,7 @@ declare const VAutocomplete: {
5837
5832
  }) => vue.VNodeChild) | undefined;
5838
5833
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5839
5834
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
5840
- location: NonNullable<Anchor> | undefined;
5835
+ location: Anchor;
5841
5836
  origin: "auto" | Anchor | "overlap";
5842
5837
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
5843
5838
  component?: vue.Component | undefined;
@@ -5863,7 +5858,6 @@ declare const VAutocomplete: {
5863
5858
  noClickAnimation: boolean;
5864
5859
  persistent: boolean;
5865
5860
  scrim: NonNullable<string | boolean>;
5866
- submenu: boolean;
5867
5861
  } & {
5868
5862
  offset?: string | number | number[] | undefined;
5869
5863
  id?: string | undefined;
@@ -5917,7 +5911,7 @@ declare const VAutocomplete: {
5917
5911
  }) => vue.VNodeChild) | undefined;
5918
5912
  } & {
5919
5913
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5920
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
5914
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
5921
5915
  itemColor?: string | undefined;
5922
5916
  autoSelectFirst?: boolean | "exact" | undefined;
5923
5917
  } & {
@@ -6387,7 +6381,7 @@ declare const VAutocomplete: {
6387
6381
  }) => vue.VNodeChild) | undefined;
6388
6382
  }) | undefined;
6389
6383
  menuProps?: (Partial<{
6390
- location: NonNullable<Anchor> | undefined;
6384
+ location: Anchor;
6391
6385
  origin: "auto" | Anchor | "overlap";
6392
6386
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
6393
6387
  component?: vue.Component | undefined;
@@ -6415,9 +6409,8 @@ declare const VAutocomplete: {
6415
6409
  noClickAnimation: boolean;
6416
6410
  persistent: boolean;
6417
6411
  scrim: NonNullable<string | boolean>;
6418
- submenu: boolean;
6419
6412
  }> & Omit<{
6420
- location: NonNullable<Anchor> | undefined;
6413
+ location: Anchor;
6421
6414
  origin: "auto" | Anchor | "overlap";
6422
6415
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
6423
6416
  component?: vue.Component | undefined;
@@ -6443,7 +6436,6 @@ declare const VAutocomplete: {
6443
6436
  noClickAnimation: boolean;
6444
6437
  persistent: boolean;
6445
6438
  scrim: NonNullable<string | boolean>;
6446
- submenu: boolean;
6447
6439
  offset?: string | number | number[] | undefined;
6448
6440
  id?: string | undefined;
6449
6441
  height?: string | number | undefined;
@@ -6494,7 +6486,7 @@ declare const VAutocomplete: {
6494
6486
  }) => vue.VNodeChild) | undefined;
6495
6487
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
6496
6488
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
6497
- location: NonNullable<Anchor> | undefined;
6489
+ location: Anchor;
6498
6490
  origin: "auto" | Anchor | "overlap";
6499
6491
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
6500
6492
  component?: vue.Component | undefined;
@@ -6520,7 +6512,6 @@ declare const VAutocomplete: {
6520
6512
  noClickAnimation: boolean;
6521
6513
  persistent: boolean;
6522
6514
  scrim: NonNullable<string | boolean>;
6523
- submenu: boolean;
6524
6515
  } & {
6525
6516
  offset?: string | number | number[] | undefined;
6526
6517
  id?: string | undefined;
@@ -6574,7 +6565,7 @@ declare const VAutocomplete: {
6574
6565
  }) => vue.VNodeChild) | undefined;
6575
6566
  } & {
6576
6567
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
6577
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
6568
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
6578
6569
  itemColor?: string | undefined;
6579
6570
  autoSelectFirst?: boolean | "exact" | undefined;
6580
6571
  } & {
@@ -6979,7 +6970,7 @@ declare const VAutocomplete: {
6979
6970
  }) => vue.VNodeChild) | undefined;
6980
6971
  }) | undefined;
6981
6972
  menuProps?: (Partial<{
6982
- location: NonNullable<Anchor> | undefined;
6973
+ location: Anchor;
6983
6974
  origin: "auto" | Anchor | "overlap";
6984
6975
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
6985
6976
  component?: vue.Component | undefined;
@@ -7007,9 +6998,8 @@ declare const VAutocomplete: {
7007
6998
  noClickAnimation: boolean;
7008
6999
  persistent: boolean;
7009
7000
  scrim: NonNullable<string | boolean>;
7010
- submenu: boolean;
7011
7001
  }> & Omit<{
7012
- location: NonNullable<Anchor> | undefined;
7002
+ location: Anchor;
7013
7003
  origin: "auto" | Anchor | "overlap";
7014
7004
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
7015
7005
  component?: vue.Component | undefined;
@@ -7035,7 +7025,6 @@ declare const VAutocomplete: {
7035
7025
  noClickAnimation: boolean;
7036
7026
  persistent: boolean;
7037
7027
  scrim: NonNullable<string | boolean>;
7038
- submenu: boolean;
7039
7028
  offset?: string | number | number[] | undefined;
7040
7029
  id?: string | undefined;
7041
7030
  height?: string | number | undefined;
@@ -7086,7 +7075,7 @@ declare const VAutocomplete: {
7086
7075
  }) => vue.VNodeChild) | undefined;
7087
7076
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
7088
7077
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
7089
- location: NonNullable<Anchor> | undefined;
7078
+ location: Anchor;
7090
7079
  origin: "auto" | Anchor | "overlap";
7091
7080
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
7092
7081
  component?: vue.Component | undefined;
@@ -7112,7 +7101,6 @@ declare const VAutocomplete: {
7112
7101
  noClickAnimation: boolean;
7113
7102
  persistent: boolean;
7114
7103
  scrim: NonNullable<string | boolean>;
7115
- submenu: boolean;
7116
7104
  } & {
7117
7105
  offset?: string | number | number[] | undefined;
7118
7106
  id?: string | undefined;
@@ -7166,7 +7154,7 @@ declare const VAutocomplete: {
7166
7154
  }) => vue.VNodeChild) | undefined;
7167
7155
  } & {
7168
7156
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
7169
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
7157
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
7170
7158
  itemColor?: string | undefined;
7171
7159
  autoSelectFirst?: boolean | "exact" | undefined;
7172
7160
  } & {
@@ -7779,7 +7767,7 @@ declare const VAutocomplete: {
7779
7767
  };
7780
7768
  menuProps: {
7781
7769
  type: PropType<Partial<{
7782
- location: NonNullable<Anchor> | undefined;
7770
+ location: Anchor;
7783
7771
  origin: "auto" | Anchor | "overlap";
7784
7772
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
7785
7773
  component?: vue.Component | undefined;
@@ -7807,9 +7795,8 @@ declare const VAutocomplete: {
7807
7795
  noClickAnimation: boolean;
7808
7796
  persistent: boolean;
7809
7797
  scrim: NonNullable<string | boolean>;
7810
- submenu: boolean;
7811
7798
  }> & Omit<{
7812
- location: NonNullable<Anchor> | undefined;
7799
+ location: Anchor;
7813
7800
  origin: "auto" | Anchor | "overlap";
7814
7801
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
7815
7802
  component?: vue.Component | undefined;
@@ -7835,7 +7822,6 @@ declare const VAutocomplete: {
7835
7822
  noClickAnimation: boolean;
7836
7823
  persistent: boolean;
7837
7824
  scrim: NonNullable<string | boolean>;
7838
- submenu: boolean;
7839
7825
  offset?: string | number | number[] | undefined;
7840
7826
  id?: string | undefined;
7841
7827
  height?: string | number | undefined;
@@ -7886,7 +7872,7 @@ declare const VAutocomplete: {
7886
7872
  }) => vue.VNodeChild) | undefined;
7887
7873
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
7888
7874
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
7889
- location: NonNullable<Anchor> | undefined;
7875
+ location: Anchor;
7890
7876
  origin: "auto" | Anchor | "overlap";
7891
7877
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
7892
7878
  component?: vue.Component | undefined;
@@ -7912,7 +7898,6 @@ declare const VAutocomplete: {
7912
7898
  noClickAnimation: boolean;
7913
7899
  persistent: boolean;
7914
7900
  scrim: NonNullable<string | boolean>;
7915
- submenu: boolean;
7916
7901
  } & {
7917
7902
  offset?: string | number | number[] | undefined;
7918
7903
  id?: string | undefined;
@@ -7966,7 +7951,7 @@ declare const VAutocomplete: {
7966
7951
  }) => vue.VNodeChild) | undefined;
7967
7952
  } & {
7968
7953
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
7969
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">>;
7954
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
7970
7955
  };
7971
7956
  multiple: BooleanConstructor;
7972
7957
  noDataText: {
@@ -8426,7 +8411,7 @@ declare const VAutocomplete: {
8426
8411
  };
8427
8412
  menuProps: {
8428
8413
  type: PropType<Partial<{
8429
- location: NonNullable<Anchor> | undefined;
8414
+ location: Anchor;
8430
8415
  origin: "auto" | Anchor | "overlap";
8431
8416
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
8432
8417
  component?: vue.Component | undefined;
@@ -8454,9 +8439,8 @@ declare const VAutocomplete: {
8454
8439
  noClickAnimation: boolean;
8455
8440
  persistent: boolean;
8456
8441
  scrim: NonNullable<string | boolean>;
8457
- submenu: boolean;
8458
8442
  }> & Omit<{
8459
- location: NonNullable<Anchor> | undefined;
8443
+ location: Anchor;
8460
8444
  origin: "auto" | Anchor | "overlap";
8461
8445
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
8462
8446
  component?: vue.Component | undefined;
@@ -8482,7 +8466,6 @@ declare const VAutocomplete: {
8482
8466
  noClickAnimation: boolean;
8483
8467
  persistent: boolean;
8484
8468
  scrim: NonNullable<string | boolean>;
8485
- submenu: boolean;
8486
8469
  offset?: string | number | number[] | undefined;
8487
8470
  id?: string | undefined;
8488
8471
  height?: string | number | undefined;
@@ -8533,7 +8516,7 @@ declare const VAutocomplete: {
8533
8516
  }) => vue.VNodeChild) | undefined;
8534
8517
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
8535
8518
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
8536
- location: NonNullable<Anchor> | undefined;
8519
+ location: Anchor;
8537
8520
  origin: "auto" | Anchor | "overlap";
8538
8521
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
8539
8522
  component?: vue.Component | undefined;
@@ -8559,7 +8542,6 @@ declare const VAutocomplete: {
8559
8542
  noClickAnimation: boolean;
8560
8543
  persistent: boolean;
8561
8544
  scrim: NonNullable<string | boolean>;
8562
- submenu: boolean;
8563
8545
  } & {
8564
8546
  offset?: string | number | number[] | undefined;
8565
8547
  id?: string | undefined;
@@ -8613,7 +8595,7 @@ declare const VAutocomplete: {
8613
8595
  }) => vue.VNodeChild) | undefined;
8614
8596
  } & {
8615
8597
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
8616
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">>;
8598
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
8617
8599
  };
8618
8600
  multiple: BooleanConstructor;
8619
8601
  noDataText: {
@@ -18847,7 +18829,7 @@ declare const VCombobox: {
18847
18829
  }) => vue.VNodeChild) | undefined;
18848
18830
  }) | undefined;
18849
18831
  menuProps?: (Partial<{
18850
- location: NonNullable<Anchor> | undefined;
18832
+ location: Anchor;
18851
18833
  origin: "auto" | Anchor | "overlap";
18852
18834
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
18853
18835
  component?: vue.Component | undefined;
@@ -18875,9 +18857,8 @@ declare const VCombobox: {
18875
18857
  noClickAnimation: boolean;
18876
18858
  persistent: boolean;
18877
18859
  scrim: NonNullable<string | boolean>;
18878
- submenu: boolean;
18879
18860
  }> & Omit<{
18880
- location: NonNullable<Anchor> | undefined;
18861
+ location: Anchor;
18881
18862
  origin: "auto" | Anchor | "overlap";
18882
18863
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
18883
18864
  component?: vue.Component | undefined;
@@ -18903,7 +18884,6 @@ declare const VCombobox: {
18903
18884
  noClickAnimation: boolean;
18904
18885
  persistent: boolean;
18905
18886
  scrim: NonNullable<string | boolean>;
18906
- submenu: boolean;
18907
18887
  offset?: string | number | number[] | undefined;
18908
18888
  id?: string | undefined;
18909
18889
  height?: string | number | undefined;
@@ -18954,7 +18934,7 @@ declare const VCombobox: {
18954
18934
  }) => vue.VNodeChild) | undefined;
18955
18935
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
18956
18936
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
18957
- location: NonNullable<Anchor> | undefined;
18937
+ location: Anchor;
18958
18938
  origin: "auto" | Anchor | "overlap";
18959
18939
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
18960
18940
  component?: vue.Component | undefined;
@@ -18980,7 +18960,6 @@ declare const VCombobox: {
18980
18960
  noClickAnimation: boolean;
18981
18961
  persistent: boolean;
18982
18962
  scrim: NonNullable<string | boolean>;
18983
- submenu: boolean;
18984
18963
  } & {
18985
18964
  offset?: string | number | number[] | undefined;
18986
18965
  id?: string | undefined;
@@ -19034,7 +19013,7 @@ declare const VCombobox: {
19034
19013
  }) => vue.VNodeChild) | undefined;
19035
19014
  } & {
19036
19015
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
19037
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
19016
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
19038
19017
  itemColor?: string | undefined;
19039
19018
  autoSelectFirst?: boolean | "exact" | undefined;
19040
19019
  } & {
@@ -19390,7 +19369,7 @@ declare const VCombobox: {
19390
19369
  }) => vue.VNodeChild) | undefined;
19391
19370
  }) | undefined;
19392
19371
  menuProps?: (Partial<{
19393
- location: NonNullable<Anchor> | undefined;
19372
+ location: Anchor;
19394
19373
  origin: "auto" | Anchor | "overlap";
19395
19374
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
19396
19375
  component?: vue.Component | undefined;
@@ -19418,9 +19397,8 @@ declare const VCombobox: {
19418
19397
  noClickAnimation: boolean;
19419
19398
  persistent: boolean;
19420
19399
  scrim: NonNullable<string | boolean>;
19421
- submenu: boolean;
19422
19400
  }> & Omit<{
19423
- location: NonNullable<Anchor> | undefined;
19401
+ location: Anchor;
19424
19402
  origin: "auto" | Anchor | "overlap";
19425
19403
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
19426
19404
  component?: vue.Component | undefined;
@@ -19446,7 +19424,6 @@ declare const VCombobox: {
19446
19424
  noClickAnimation: boolean;
19447
19425
  persistent: boolean;
19448
19426
  scrim: NonNullable<string | boolean>;
19449
- submenu: boolean;
19450
19427
  offset?: string | number | number[] | undefined;
19451
19428
  id?: string | undefined;
19452
19429
  height?: string | number | undefined;
@@ -19497,7 +19474,7 @@ declare const VCombobox: {
19497
19474
  }) => vue.VNodeChild) | undefined;
19498
19475
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
19499
19476
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
19500
- location: NonNullable<Anchor> | undefined;
19477
+ location: Anchor;
19501
19478
  origin: "auto" | Anchor | "overlap";
19502
19479
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
19503
19480
  component?: vue.Component | undefined;
@@ -19523,7 +19500,6 @@ declare const VCombobox: {
19523
19500
  noClickAnimation: boolean;
19524
19501
  persistent: boolean;
19525
19502
  scrim: NonNullable<string | boolean>;
19526
- submenu: boolean;
19527
19503
  } & {
19528
19504
  offset?: string | number | number[] | undefined;
19529
19505
  id?: string | undefined;
@@ -19577,7 +19553,7 @@ declare const VCombobox: {
19577
19553
  }) => vue.VNodeChild) | undefined;
19578
19554
  } & {
19579
19555
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
19580
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
19556
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
19581
19557
  itemColor?: string | undefined;
19582
19558
  autoSelectFirst?: boolean | "exact" | undefined;
19583
19559
  } & {
@@ -20047,7 +20023,7 @@ declare const VCombobox: {
20047
20023
  }) => vue.VNodeChild) | undefined;
20048
20024
  }) | undefined;
20049
20025
  menuProps?: (Partial<{
20050
- location: NonNullable<Anchor> | undefined;
20026
+ location: Anchor;
20051
20027
  origin: "auto" | Anchor | "overlap";
20052
20028
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
20053
20029
  component?: vue.Component | undefined;
@@ -20075,9 +20051,8 @@ declare const VCombobox: {
20075
20051
  noClickAnimation: boolean;
20076
20052
  persistent: boolean;
20077
20053
  scrim: NonNullable<string | boolean>;
20078
- submenu: boolean;
20079
20054
  }> & Omit<{
20080
- location: NonNullable<Anchor> | undefined;
20055
+ location: Anchor;
20081
20056
  origin: "auto" | Anchor | "overlap";
20082
20057
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
20083
20058
  component?: vue.Component | undefined;
@@ -20103,7 +20078,6 @@ declare const VCombobox: {
20103
20078
  noClickAnimation: boolean;
20104
20079
  persistent: boolean;
20105
20080
  scrim: NonNullable<string | boolean>;
20106
- submenu: boolean;
20107
20081
  offset?: string | number | number[] | undefined;
20108
20082
  id?: string | undefined;
20109
20083
  height?: string | number | undefined;
@@ -20154,7 +20128,7 @@ declare const VCombobox: {
20154
20128
  }) => vue.VNodeChild) | undefined;
20155
20129
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
20156
20130
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
20157
- location: NonNullable<Anchor> | undefined;
20131
+ location: Anchor;
20158
20132
  origin: "auto" | Anchor | "overlap";
20159
20133
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
20160
20134
  component?: vue.Component | undefined;
@@ -20180,7 +20154,6 @@ declare const VCombobox: {
20180
20154
  noClickAnimation: boolean;
20181
20155
  persistent: boolean;
20182
20156
  scrim: NonNullable<string | boolean>;
20183
- submenu: boolean;
20184
20157
  } & {
20185
20158
  offset?: string | number | number[] | undefined;
20186
20159
  id?: string | undefined;
@@ -20234,7 +20207,7 @@ declare const VCombobox: {
20234
20207
  }) => vue.VNodeChild) | undefined;
20235
20208
  } & {
20236
20209
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
20237
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
20210
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
20238
20211
  itemColor?: string | undefined;
20239
20212
  autoSelectFirst?: boolean | "exact" | undefined;
20240
20213
  } & {
@@ -20639,7 +20612,7 @@ declare const VCombobox: {
20639
20612
  }) => vue.VNodeChild) | undefined;
20640
20613
  }) | undefined;
20641
20614
  menuProps?: (Partial<{
20642
- location: NonNullable<Anchor> | undefined;
20615
+ location: Anchor;
20643
20616
  origin: "auto" | Anchor | "overlap";
20644
20617
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
20645
20618
  component?: vue.Component | undefined;
@@ -20667,9 +20640,8 @@ declare const VCombobox: {
20667
20640
  noClickAnimation: boolean;
20668
20641
  persistent: boolean;
20669
20642
  scrim: NonNullable<string | boolean>;
20670
- submenu: boolean;
20671
20643
  }> & Omit<{
20672
- location: NonNullable<Anchor> | undefined;
20644
+ location: Anchor;
20673
20645
  origin: "auto" | Anchor | "overlap";
20674
20646
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
20675
20647
  component?: vue.Component | undefined;
@@ -20695,7 +20667,6 @@ declare const VCombobox: {
20695
20667
  noClickAnimation: boolean;
20696
20668
  persistent: boolean;
20697
20669
  scrim: NonNullable<string | boolean>;
20698
- submenu: boolean;
20699
20670
  offset?: string | number | number[] | undefined;
20700
20671
  id?: string | undefined;
20701
20672
  height?: string | number | undefined;
@@ -20746,7 +20717,7 @@ declare const VCombobox: {
20746
20717
  }) => vue.VNodeChild) | undefined;
20747
20718
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
20748
20719
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
20749
- location: NonNullable<Anchor> | undefined;
20720
+ location: Anchor;
20750
20721
  origin: "auto" | Anchor | "overlap";
20751
20722
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
20752
20723
  component?: vue.Component | undefined;
@@ -20772,7 +20743,6 @@ declare const VCombobox: {
20772
20743
  noClickAnimation: boolean;
20773
20744
  persistent: boolean;
20774
20745
  scrim: NonNullable<string | boolean>;
20775
- submenu: boolean;
20776
20746
  } & {
20777
20747
  offset?: string | number | number[] | undefined;
20778
20748
  id?: string | undefined;
@@ -20826,7 +20796,7 @@ declare const VCombobox: {
20826
20796
  }) => vue.VNodeChild) | undefined;
20827
20797
  } & {
20828
20798
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
20829
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
20799
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
20830
20800
  itemColor?: string | undefined;
20831
20801
  autoSelectFirst?: boolean | "exact" | undefined;
20832
20802
  } & {
@@ -21445,7 +21415,7 @@ declare const VCombobox: {
21445
21415
  };
21446
21416
  menuProps: {
21447
21417
  type: PropType<Partial<{
21448
- location: NonNullable<Anchor> | undefined;
21418
+ location: Anchor;
21449
21419
  origin: "auto" | Anchor | "overlap";
21450
21420
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
21451
21421
  component?: vue.Component | undefined;
@@ -21473,9 +21443,8 @@ declare const VCombobox: {
21473
21443
  noClickAnimation: boolean;
21474
21444
  persistent: boolean;
21475
21445
  scrim: NonNullable<string | boolean>;
21476
- submenu: boolean;
21477
21446
  }> & Omit<{
21478
- location: NonNullable<Anchor> | undefined;
21447
+ location: Anchor;
21479
21448
  origin: "auto" | Anchor | "overlap";
21480
21449
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
21481
21450
  component?: vue.Component | undefined;
@@ -21501,7 +21470,6 @@ declare const VCombobox: {
21501
21470
  noClickAnimation: boolean;
21502
21471
  persistent: boolean;
21503
21472
  scrim: NonNullable<string | boolean>;
21504
- submenu: boolean;
21505
21473
  offset?: string | number | number[] | undefined;
21506
21474
  id?: string | undefined;
21507
21475
  height?: string | number | undefined;
@@ -21552,7 +21520,7 @@ declare const VCombobox: {
21552
21520
  }) => vue.VNodeChild) | undefined;
21553
21521
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
21554
21522
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
21555
- location: NonNullable<Anchor> | undefined;
21523
+ location: Anchor;
21556
21524
  origin: "auto" | Anchor | "overlap";
21557
21525
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
21558
21526
  component?: vue.Component | undefined;
@@ -21578,7 +21546,6 @@ declare const VCombobox: {
21578
21546
  noClickAnimation: boolean;
21579
21547
  persistent: boolean;
21580
21548
  scrim: NonNullable<string | boolean>;
21581
- submenu: boolean;
21582
21549
  } & {
21583
21550
  offset?: string | number | number[] | undefined;
21584
21551
  id?: string | undefined;
@@ -21632,7 +21599,7 @@ declare const VCombobox: {
21632
21599
  }) => vue.VNodeChild) | undefined;
21633
21600
  } & {
21634
21601
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
21635
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">>;
21602
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
21636
21603
  };
21637
21604
  multiple: BooleanConstructor;
21638
21605
  noDataText: {
@@ -22101,7 +22068,7 @@ declare const VCombobox: {
22101
22068
  };
22102
22069
  menuProps: {
22103
22070
  type: PropType<Partial<{
22104
- location: NonNullable<Anchor> | undefined;
22071
+ location: Anchor;
22105
22072
  origin: "auto" | Anchor | "overlap";
22106
22073
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
22107
22074
  component?: vue.Component | undefined;
@@ -22129,9 +22096,8 @@ declare const VCombobox: {
22129
22096
  noClickAnimation: boolean;
22130
22097
  persistent: boolean;
22131
22098
  scrim: NonNullable<string | boolean>;
22132
- submenu: boolean;
22133
22099
  }> & Omit<{
22134
- location: NonNullable<Anchor> | undefined;
22100
+ location: Anchor;
22135
22101
  origin: "auto" | Anchor | "overlap";
22136
22102
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
22137
22103
  component?: vue.Component | undefined;
@@ -22157,7 +22123,6 @@ declare const VCombobox: {
22157
22123
  noClickAnimation: boolean;
22158
22124
  persistent: boolean;
22159
22125
  scrim: NonNullable<string | boolean>;
22160
- submenu: boolean;
22161
22126
  offset?: string | number | number[] | undefined;
22162
22127
  id?: string | undefined;
22163
22128
  height?: string | number | undefined;
@@ -22208,7 +22173,7 @@ declare const VCombobox: {
22208
22173
  }) => vue.VNodeChild) | undefined;
22209
22174
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
22210
22175
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
22211
- location: NonNullable<Anchor> | undefined;
22176
+ location: Anchor;
22212
22177
  origin: "auto" | Anchor | "overlap";
22213
22178
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
22214
22179
  component?: vue.Component | undefined;
@@ -22234,7 +22199,6 @@ declare const VCombobox: {
22234
22199
  noClickAnimation: boolean;
22235
22200
  persistent: boolean;
22236
22201
  scrim: NonNullable<string | boolean>;
22237
- submenu: boolean;
22238
22202
  } & {
22239
22203
  offset?: string | number | number[] | undefined;
22240
22204
  id?: string | undefined;
@@ -22288,7 +22252,7 @@ declare const VCombobox: {
22288
22252
  }) => vue.VNodeChild) | undefined;
22289
22253
  } & {
22290
22254
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
22291
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">>;
22255
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
22292
22256
  };
22293
22257
  multiple: BooleanConstructor;
22294
22258
  noDataText: {
@@ -30498,7 +30462,7 @@ declare const VDialog: {
30498
30462
  onAfterLeave?: (() => any) | undefined;
30499
30463
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
30500
30464
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
30501
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
30465
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
30502
30466
  activatorEl: vue.Ref<HTMLElement | undefined>;
30503
30467
  scrimEl: vue.Ref<HTMLElement | undefined>;
30504
30468
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -31182,7 +31146,7 @@ declare const VDialog: {
31182
31146
  onAfterLeave?: (() => any) | undefined;
31183
31147
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
31184
31148
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
31185
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
31149
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
31186
31150
  activatorEl: vue.Ref<HTMLElement | undefined>;
31187
31151
  scrimEl: vue.Ref<HTMLElement | undefined>;
31188
31152
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -31763,7 +31727,7 @@ declare const VDialog: {
31763
31727
  onAfterLeave?: (() => any) | undefined;
31764
31728
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
31765
31729
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
31766
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
31730
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
31767
31731
  activatorEl: vue.Ref<HTMLElement | undefined>;
31768
31732
  scrimEl: vue.Ref<HTMLElement | undefined>;
31769
31733
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -41924,7 +41888,7 @@ type VMain = InstanceType<typeof VMain>;
41924
41888
 
41925
41889
  declare const VMenu: {
41926
41890
  new (...args: any[]): vue.CreateComponentPublicInstance<{
41927
- location: NonNullable<Anchor> | undefined;
41891
+ location: Anchor;
41928
41892
  origin: "auto" | Anchor | "overlap";
41929
41893
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
41930
41894
  component?: Component | undefined;
@@ -41950,7 +41914,6 @@ declare const VMenu: {
41950
41914
  noClickAnimation: boolean;
41951
41915
  persistent: boolean;
41952
41916
  scrim: NonNullable<string | boolean>;
41953
- submenu: boolean;
41954
41917
  } & {
41955
41918
  offset?: string | number | number[] | undefined;
41956
41919
  id?: string | undefined;
@@ -42460,7 +42423,7 @@ declare const VMenu: {
42460
42423
  onAfterLeave?: (() => any) | undefined;
42461
42424
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
42462
42425
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
42463
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
42426
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
42464
42427
  activatorEl: vue.Ref<HTMLElement | undefined>;
42465
42428
  scrimEl: vue.Ref<HTMLElement | undefined>;
42466
42429
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -42472,7 +42435,7 @@ declare const VMenu: {
42472
42435
  }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
42473
42436
  'update:modelValue': (value: boolean) => boolean;
42474
42437
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
42475
- location: NonNullable<Anchor> | undefined;
42438
+ location: Anchor;
42476
42439
  origin: "auto" | Anchor | "overlap";
42477
42440
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
42478
42441
  component?: Component | undefined;
@@ -42498,7 +42461,6 @@ declare const VMenu: {
42498
42461
  noClickAnimation: boolean;
42499
42462
  persistent: boolean;
42500
42463
  scrim: NonNullable<string | boolean>;
42501
- submenu: boolean;
42502
42464
  } & {
42503
42465
  offset?: string | number | number[] | undefined;
42504
42466
  id?: string | undefined;
@@ -42553,7 +42515,7 @@ declare const VMenu: {
42553
42515
  } & {
42554
42516
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
42555
42517
  }, {
42556
- location: NonNullable<Anchor> | undefined;
42518
+ location: Anchor;
42557
42519
  origin: "auto" | Anchor | "overlap";
42558
42520
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
42559
42521
  component?: Component | undefined;
@@ -42581,7 +42543,6 @@ declare const VMenu: {
42581
42543
  noClickAnimation: boolean;
42582
42544
  persistent: boolean;
42583
42545
  scrim: NonNullable<string | boolean>;
42584
- submenu: boolean;
42585
42546
  }, true, {}, vue.SlotsType<Partial<{
42586
42547
  default: (arg: {
42587
42548
  isActive: vue.Ref<boolean>;
@@ -42603,7 +42564,7 @@ declare const VMenu: {
42603
42564
  M: {};
42604
42565
  Defaults: {};
42605
42566
  }, {
42606
- location: NonNullable<Anchor> | undefined;
42567
+ location: Anchor;
42607
42568
  origin: "auto" | Anchor | "overlap";
42608
42569
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
42609
42570
  component?: Component | undefined;
@@ -42629,7 +42590,6 @@ declare const VMenu: {
42629
42590
  noClickAnimation: boolean;
42630
42591
  persistent: boolean;
42631
42592
  scrim: NonNullable<string | boolean>;
42632
- submenu: boolean;
42633
42593
  } & {
42634
42594
  offset?: string | number | number[] | undefined;
42635
42595
  id?: string | undefined;
@@ -43139,7 +43099,7 @@ declare const VMenu: {
43139
43099
  onAfterLeave?: (() => any) | undefined;
43140
43100
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
43141
43101
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
43142
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
43102
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
43143
43103
  activatorEl: vue.Ref<HTMLElement | undefined>;
43144
43104
  scrimEl: vue.Ref<HTMLElement | undefined>;
43145
43105
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -43149,7 +43109,7 @@ declare const VMenu: {
43149
43109
  localTop: vue.ComputedRef<boolean>;
43150
43110
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
43151
43111
  }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
43152
- location: NonNullable<Anchor> | undefined;
43112
+ location: Anchor;
43153
43113
  origin: "auto" | Anchor | "overlap";
43154
43114
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
43155
43115
  component?: Component | undefined;
@@ -43177,13 +43137,12 @@ declare const VMenu: {
43177
43137
  noClickAnimation: boolean;
43178
43138
  persistent: boolean;
43179
43139
  scrim: NonNullable<string | boolean>;
43180
- submenu: boolean;
43181
43140
  }>;
43182
43141
  __isFragment?: undefined;
43183
43142
  __isTeleport?: undefined;
43184
43143
  __isSuspense?: undefined;
43185
43144
  } & vue.ComponentOptionsBase<{
43186
- location: NonNullable<Anchor> | undefined;
43145
+ location: Anchor;
43187
43146
  origin: "auto" | Anchor | "overlap";
43188
43147
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
43189
43148
  component?: Component | undefined;
@@ -43209,7 +43168,6 @@ declare const VMenu: {
43209
43168
  noClickAnimation: boolean;
43210
43169
  persistent: boolean;
43211
43170
  scrim: NonNullable<string | boolean>;
43212
- submenu: boolean;
43213
43171
  } & {
43214
43172
  offset?: string | number | number[] | undefined;
43215
43173
  id?: string | undefined;
@@ -43719,7 +43677,7 @@ declare const VMenu: {
43719
43677
  onAfterLeave?: (() => any) | undefined;
43720
43678
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
43721
43679
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
43722
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
43680
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
43723
43681
  activatorEl: vue.Ref<HTMLElement | undefined>;
43724
43682
  scrimEl: vue.Ref<HTMLElement | undefined>;
43725
43683
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -43731,7 +43689,7 @@ declare const VMenu: {
43731
43689
  }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
43732
43690
  'update:modelValue': (value: boolean) => boolean;
43733
43691
  }, string, {
43734
- location: NonNullable<Anchor> | undefined;
43692
+ location: Anchor;
43735
43693
  origin: "auto" | Anchor | "overlap";
43736
43694
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
43737
43695
  component?: Component | undefined;
@@ -43759,7 +43717,6 @@ declare const VMenu: {
43759
43717
  noClickAnimation: boolean;
43760
43718
  persistent: boolean;
43761
43719
  scrim: NonNullable<string | boolean>;
43762
- submenu: boolean;
43763
43720
  }, {}, string, vue.SlotsType<Partial<{
43764
43721
  default: (arg: {
43765
43722
  isActive: vue.Ref<boolean>;
@@ -43775,12 +43732,9 @@ declare const VMenu: {
43775
43732
  }>[];
43776
43733
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
43777
43734
  offset: vue.PropType<string | number | number[] | undefined>;
43778
- location: Omit<{
43735
+ location: {
43779
43736
  type: vue.PropType<Anchor>;
43780
43737
  default: string;
43781
- }, "type" | "default"> & {
43782
- type: vue.PropType<NonNullable<Anchor> | undefined>;
43783
- default: NonNullable<Anchor> | undefined;
43784
43738
  };
43785
43739
  origin: {
43786
43740
  type: vue.PropType<"auto" | Anchor | "overlap">;
@@ -43891,15 +43845,11 @@ declare const VMenu: {
43891
43845
  };
43892
43846
  attach: vue.PropType<string | boolean | Element>;
43893
43847
  id: StringConstructor;
43894
- submenu: BooleanConstructor;
43895
43848
  }, vue.ExtractPropTypes<{
43896
43849
  offset: vue.PropType<string | number | number[] | undefined>;
43897
- location: Omit<{
43850
+ location: {
43898
43851
  type: vue.PropType<Anchor>;
43899
43852
  default: string;
43900
- }, "type" | "default"> & {
43901
- type: vue.PropType<NonNullable<Anchor> | undefined>;
43902
- default: NonNullable<Anchor> | undefined;
43903
43853
  };
43904
43854
  origin: {
43905
43855
  type: vue.PropType<"auto" | Anchor | "overlap">;
@@ -44010,7 +43960,6 @@ declare const VMenu: {
44010
43960
  };
44011
43961
  attach: vue.PropType<string | boolean | Element>;
44012
43962
  id: StringConstructor;
44013
- submenu: BooleanConstructor;
44014
43963
  }>>;
44015
43964
  type VMenu = InstanceType<typeof VMenu>;
44016
43965
 
@@ -49639,7 +49588,7 @@ declare const VSelect: {
49639
49588
  }) => vue.VNodeChild) | undefined;
49640
49589
  }) | undefined;
49641
49590
  menuProps?: (Partial<{
49642
- location: NonNullable<Anchor> | undefined;
49591
+ location: Anchor;
49643
49592
  origin: "auto" | Anchor | "overlap";
49644
49593
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
49645
49594
  component?: Component | undefined;
@@ -49667,9 +49616,8 @@ declare const VSelect: {
49667
49616
  noClickAnimation: boolean;
49668
49617
  persistent: boolean;
49669
49618
  scrim: NonNullable<string | boolean>;
49670
- submenu: boolean;
49671
49619
  }> & Omit<{
49672
- location: NonNullable<Anchor> | undefined;
49620
+ location: Anchor;
49673
49621
  origin: "auto" | Anchor | "overlap";
49674
49622
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
49675
49623
  component?: Component | undefined;
@@ -49695,7 +49643,6 @@ declare const VSelect: {
49695
49643
  noClickAnimation: boolean;
49696
49644
  persistent: boolean;
49697
49645
  scrim: NonNullable<string | boolean>;
49698
- submenu: boolean;
49699
49646
  offset?: string | number | number[] | undefined;
49700
49647
  id?: string | undefined;
49701
49648
  height?: string | number | undefined;
@@ -49746,7 +49693,7 @@ declare const VSelect: {
49746
49693
  }) => vue.VNodeChild) | undefined;
49747
49694
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
49748
49695
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
49749
- location: NonNullable<Anchor> | undefined;
49696
+ location: Anchor;
49750
49697
  origin: "auto" | Anchor | "overlap";
49751
49698
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
49752
49699
  component?: Component | undefined;
@@ -49772,7 +49719,6 @@ declare const VSelect: {
49772
49719
  noClickAnimation: boolean;
49773
49720
  persistent: boolean;
49774
49721
  scrim: NonNullable<string | boolean>;
49775
- submenu: boolean;
49776
49722
  } & {
49777
49723
  offset?: string | number | number[] | undefined;
49778
49724
  id?: string | undefined;
@@ -49826,7 +49772,7 @@ declare const VSelect: {
49826
49772
  }) => vue.VNodeChild) | undefined;
49827
49773
  } & {
49828
49774
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
49829
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
49775
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
49830
49776
  itemColor?: string | undefined;
49831
49777
  } & {
49832
49778
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -50174,7 +50120,7 @@ declare const VSelect: {
50174
50120
  }) => vue.VNodeChild) | undefined;
50175
50121
  }) | undefined;
50176
50122
  menuProps?: (Partial<{
50177
- location: NonNullable<Anchor> | undefined;
50123
+ location: Anchor;
50178
50124
  origin: "auto" | Anchor | "overlap";
50179
50125
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
50180
50126
  component?: Component | undefined;
@@ -50202,9 +50148,8 @@ declare const VSelect: {
50202
50148
  noClickAnimation: boolean;
50203
50149
  persistent: boolean;
50204
50150
  scrim: NonNullable<string | boolean>;
50205
- submenu: boolean;
50206
50151
  }> & Omit<{
50207
- location: NonNullable<Anchor> | undefined;
50152
+ location: Anchor;
50208
50153
  origin: "auto" | Anchor | "overlap";
50209
50154
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
50210
50155
  component?: Component | undefined;
@@ -50230,7 +50175,6 @@ declare const VSelect: {
50230
50175
  noClickAnimation: boolean;
50231
50176
  persistent: boolean;
50232
50177
  scrim: NonNullable<string | boolean>;
50233
- submenu: boolean;
50234
50178
  offset?: string | number | number[] | undefined;
50235
50179
  id?: string | undefined;
50236
50180
  height?: string | number | undefined;
@@ -50281,7 +50225,7 @@ declare const VSelect: {
50281
50225
  }) => vue.VNodeChild) | undefined;
50282
50226
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
50283
50227
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
50284
- location: NonNullable<Anchor> | undefined;
50228
+ location: Anchor;
50285
50229
  origin: "auto" | Anchor | "overlap";
50286
50230
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
50287
50231
  component?: Component | undefined;
@@ -50307,7 +50251,6 @@ declare const VSelect: {
50307
50251
  noClickAnimation: boolean;
50308
50252
  persistent: boolean;
50309
50253
  scrim: NonNullable<string | boolean>;
50310
- submenu: boolean;
50311
50254
  } & {
50312
50255
  offset?: string | number | number[] | undefined;
50313
50256
  id?: string | undefined;
@@ -50361,7 +50304,7 @@ declare const VSelect: {
50361
50304
  }) => vue.VNodeChild) | undefined;
50362
50305
  } & {
50363
50306
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
50364
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
50307
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
50365
50308
  itemColor?: string | undefined;
50366
50309
  } & {
50367
50310
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -50822,7 +50765,7 @@ declare const VSelect: {
50822
50765
  }) => vue.VNodeChild) | undefined;
50823
50766
  }) | undefined;
50824
50767
  menuProps?: (Partial<{
50825
- location: NonNullable<Anchor> | undefined;
50768
+ location: Anchor;
50826
50769
  origin: "auto" | Anchor | "overlap";
50827
50770
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
50828
50771
  component?: Component | undefined;
@@ -50850,9 +50793,8 @@ declare const VSelect: {
50850
50793
  noClickAnimation: boolean;
50851
50794
  persistent: boolean;
50852
50795
  scrim: NonNullable<string | boolean>;
50853
- submenu: boolean;
50854
50796
  }> & Omit<{
50855
- location: NonNullable<Anchor> | undefined;
50797
+ location: Anchor;
50856
50798
  origin: "auto" | Anchor | "overlap";
50857
50799
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
50858
50800
  component?: Component | undefined;
@@ -50878,7 +50820,6 @@ declare const VSelect: {
50878
50820
  noClickAnimation: boolean;
50879
50821
  persistent: boolean;
50880
50822
  scrim: NonNullable<string | boolean>;
50881
- submenu: boolean;
50882
50823
  offset?: string | number | number[] | undefined;
50883
50824
  id?: string | undefined;
50884
50825
  height?: string | number | undefined;
@@ -50929,7 +50870,7 @@ declare const VSelect: {
50929
50870
  }) => vue.VNodeChild) | undefined;
50930
50871
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
50931
50872
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
50932
- location: NonNullable<Anchor> | undefined;
50873
+ location: Anchor;
50933
50874
  origin: "auto" | Anchor | "overlap";
50934
50875
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
50935
50876
  component?: Component | undefined;
@@ -50955,7 +50896,6 @@ declare const VSelect: {
50955
50896
  noClickAnimation: boolean;
50956
50897
  persistent: boolean;
50957
50898
  scrim: NonNullable<string | boolean>;
50958
- submenu: boolean;
50959
50899
  } & {
50960
50900
  offset?: string | number | number[] | undefined;
50961
50901
  id?: string | undefined;
@@ -51009,7 +50949,7 @@ declare const VSelect: {
51009
50949
  }) => vue.VNodeChild) | undefined;
51010
50950
  } & {
51011
50951
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
51012
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
50952
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
51013
50953
  itemColor?: string | undefined;
51014
50954
  } & {
51015
50955
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -51405,7 +51345,7 @@ declare const VSelect: {
51405
51345
  }) => vue.VNodeChild) | undefined;
51406
51346
  }) | undefined;
51407
51347
  menuProps?: (Partial<{
51408
- location: NonNullable<Anchor> | undefined;
51348
+ location: Anchor;
51409
51349
  origin: "auto" | Anchor | "overlap";
51410
51350
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
51411
51351
  component?: Component | undefined;
@@ -51433,9 +51373,8 @@ declare const VSelect: {
51433
51373
  noClickAnimation: boolean;
51434
51374
  persistent: boolean;
51435
51375
  scrim: NonNullable<string | boolean>;
51436
- submenu: boolean;
51437
51376
  }> & Omit<{
51438
- location: NonNullable<Anchor> | undefined;
51377
+ location: Anchor;
51439
51378
  origin: "auto" | Anchor | "overlap";
51440
51379
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
51441
51380
  component?: Component | undefined;
@@ -51461,7 +51400,6 @@ declare const VSelect: {
51461
51400
  noClickAnimation: boolean;
51462
51401
  persistent: boolean;
51463
51402
  scrim: NonNullable<string | boolean>;
51464
- submenu: boolean;
51465
51403
  offset?: string | number | number[] | undefined;
51466
51404
  id?: string | undefined;
51467
51405
  height?: string | number | undefined;
@@ -51512,7 +51450,7 @@ declare const VSelect: {
51512
51450
  }) => vue.VNodeChild) | undefined;
51513
51451
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
51514
51452
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
51515
- location: NonNullable<Anchor> | undefined;
51453
+ location: Anchor;
51516
51454
  origin: "auto" | Anchor | "overlap";
51517
51455
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
51518
51456
  component?: Component | undefined;
@@ -51538,7 +51476,6 @@ declare const VSelect: {
51538
51476
  noClickAnimation: boolean;
51539
51477
  persistent: boolean;
51540
51478
  scrim: NonNullable<string | boolean>;
51541
- submenu: boolean;
51542
51479
  } & {
51543
51480
  offset?: string | number | number[] | undefined;
51544
51481
  id?: string | undefined;
@@ -51592,7 +51529,7 @@ declare const VSelect: {
51592
51529
  }) => vue.VNodeChild) | undefined;
51593
51530
  } & {
51594
51531
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
51595
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
51532
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
51596
51533
  itemColor?: string | undefined;
51597
51534
  } & {
51598
51535
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -52204,7 +52141,7 @@ declare const VSelect: {
52204
52141
  };
52205
52142
  menuProps: {
52206
52143
  type: PropType<Partial<{
52207
- location: NonNullable<Anchor> | undefined;
52144
+ location: Anchor;
52208
52145
  origin: "auto" | Anchor | "overlap";
52209
52146
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
52210
52147
  component?: Component | undefined;
@@ -52232,9 +52169,8 @@ declare const VSelect: {
52232
52169
  noClickAnimation: boolean;
52233
52170
  persistent: boolean;
52234
52171
  scrim: NonNullable<string | boolean>;
52235
- submenu: boolean;
52236
52172
  }> & Omit<{
52237
- location: NonNullable<Anchor> | undefined;
52173
+ location: Anchor;
52238
52174
  origin: "auto" | Anchor | "overlap";
52239
52175
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
52240
52176
  component?: Component | undefined;
@@ -52260,7 +52196,6 @@ declare const VSelect: {
52260
52196
  noClickAnimation: boolean;
52261
52197
  persistent: boolean;
52262
52198
  scrim: NonNullable<string | boolean>;
52263
- submenu: boolean;
52264
52199
  offset?: string | number | number[] | undefined;
52265
52200
  id?: string | undefined;
52266
52201
  height?: string | number | undefined;
@@ -52311,7 +52246,7 @@ declare const VSelect: {
52311
52246
  }) => vue.VNodeChild) | undefined;
52312
52247
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
52313
52248
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
52314
- location: NonNullable<Anchor> | undefined;
52249
+ location: Anchor;
52315
52250
  origin: "auto" | Anchor | "overlap";
52316
52251
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
52317
52252
  component?: Component | undefined;
@@ -52337,7 +52272,6 @@ declare const VSelect: {
52337
52272
  noClickAnimation: boolean;
52338
52273
  persistent: boolean;
52339
52274
  scrim: NonNullable<string | boolean>;
52340
- submenu: boolean;
52341
52275
  } & {
52342
52276
  offset?: string | number | number[] | undefined;
52343
52277
  id?: string | undefined;
@@ -52391,7 +52325,7 @@ declare const VSelect: {
52391
52325
  }) => vue.VNodeChild) | undefined;
52392
52326
  } & {
52393
52327
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
52394
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">>;
52328
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
52395
52329
  };
52396
52330
  multiple: BooleanConstructor;
52397
52331
  noDataText: {
@@ -52839,7 +52773,7 @@ declare const VSelect: {
52839
52773
  };
52840
52774
  menuProps: {
52841
52775
  type: PropType<Partial<{
52842
- location: NonNullable<Anchor> | undefined;
52776
+ location: Anchor;
52843
52777
  origin: "auto" | Anchor | "overlap";
52844
52778
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
52845
52779
  component?: Component | undefined;
@@ -52867,9 +52801,8 @@ declare const VSelect: {
52867
52801
  noClickAnimation: boolean;
52868
52802
  persistent: boolean;
52869
52803
  scrim: NonNullable<string | boolean>;
52870
- submenu: boolean;
52871
52804
  }> & Omit<{
52872
- location: NonNullable<Anchor> | undefined;
52805
+ location: Anchor;
52873
52806
  origin: "auto" | Anchor | "overlap";
52874
52807
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
52875
52808
  component?: Component | undefined;
@@ -52895,7 +52828,6 @@ declare const VSelect: {
52895
52828
  noClickAnimation: boolean;
52896
52829
  persistent: boolean;
52897
52830
  scrim: NonNullable<string | boolean>;
52898
- submenu: boolean;
52899
52831
  offset?: string | number | number[] | undefined;
52900
52832
  id?: string | undefined;
52901
52833
  height?: string | number | undefined;
@@ -52946,7 +52878,7 @@ declare const VSelect: {
52946
52878
  }) => vue.VNodeChild) | undefined;
52947
52879
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
52948
52880
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
52949
- location: NonNullable<Anchor> | undefined;
52881
+ location: Anchor;
52950
52882
  origin: "auto" | Anchor | "overlap";
52951
52883
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
52952
52884
  component?: Component | undefined;
@@ -52972,7 +52904,6 @@ declare const VSelect: {
52972
52904
  noClickAnimation: boolean;
52973
52905
  persistent: boolean;
52974
52906
  scrim: NonNullable<string | boolean>;
52975
- submenu: boolean;
52976
52907
  } & {
52977
52908
  offset?: string | number | number[] | undefined;
52978
52909
  id?: string | undefined;
@@ -53026,7 +52957,7 @@ declare const VSelect: {
53026
52957
  }) => vue.VNodeChild) | undefined;
53027
52958
  } & {
53028
52959
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
53029
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">>;
52960
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
53030
52961
  };
53031
52962
  multiple: BooleanConstructor;
53032
52963
  noDataText: {
@@ -55305,7 +55236,7 @@ declare const VSnackbar: {
55305
55236
  onAfterLeave?: (() => any) | undefined;
55306
55237
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
55307
55238
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
55308
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
55239
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
55309
55240
  activatorEl: Ref<HTMLElement | undefined>;
55310
55241
  scrimEl: Ref<HTMLElement | undefined>;
55311
55242
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -55992,7 +55923,7 @@ declare const VSnackbar: {
55992
55923
  onAfterLeave?: (() => any) | undefined;
55993
55924
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
55994
55925
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
55995
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
55926
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
55996
55927
  activatorEl: Ref<HTMLElement | undefined>;
55997
55928
  scrimEl: Ref<HTMLElement | undefined>;
55998
55929
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -56571,7 +56502,7 @@ declare const VSnackbar: {
56571
56502
  onAfterLeave?: (() => any) | undefined;
56572
56503
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
56573
56504
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
56574
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
56505
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
56575
56506
  activatorEl: Ref<HTMLElement | undefined>;
56576
56507
  scrimEl: Ref<HTMLElement | undefined>;
56577
56508
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -57229,7 +57160,7 @@ type VSparkline = InstanceType<typeof VSparkline>;
57229
57160
  declare const VSpeedDial: {
57230
57161
  new (...args: any[]): vue.CreateComponentPublicInstance<{
57231
57162
  offset: NonNullable<string | number | number[] | undefined>;
57232
- location: NonNullable<NonNullable<Anchor> | undefined>;
57163
+ location: NonNullable<Anchor>;
57233
57164
  origin: "auto" | Anchor | "overlap";
57234
57165
  minWidth: NonNullable<string | number>;
57235
57166
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
@@ -57256,7 +57187,6 @@ declare const VSpeedDial: {
57256
57187
  noClickAnimation: boolean;
57257
57188
  persistent: boolean;
57258
57189
  scrim: NonNullable<string | boolean>;
57259
- submenu: boolean;
57260
57190
  } & {
57261
57191
  id?: string | undefined;
57262
57192
  height?: string | number | undefined;
@@ -57312,7 +57242,7 @@ declare const VSpeedDial: {
57312
57242
  'update:modelValue': (value: boolean) => boolean;
57313
57243
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
57314
57244
  offset: NonNullable<string | number | number[] | undefined>;
57315
- location: NonNullable<NonNullable<Anchor> | undefined>;
57245
+ location: NonNullable<Anchor>;
57316
57246
  origin: "auto" | Anchor | "overlap";
57317
57247
  minWidth: NonNullable<string | number>;
57318
57248
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
@@ -57339,7 +57269,6 @@ declare const VSpeedDial: {
57339
57269
  noClickAnimation: boolean;
57340
57270
  persistent: boolean;
57341
57271
  scrim: NonNullable<string | boolean>;
57342
- submenu: boolean;
57343
57272
  } & {
57344
57273
  id?: string | undefined;
57345
57274
  height?: string | number | undefined;
@@ -57393,7 +57322,7 @@ declare const VSpeedDial: {
57393
57322
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
57394
57323
  }, {
57395
57324
  offset: NonNullable<string | number | number[] | undefined>;
57396
- location: NonNullable<NonNullable<Anchor> | undefined>;
57325
+ location: NonNullable<Anchor>;
57397
57326
  origin: "auto" | Anchor | "overlap";
57398
57327
  minWidth: NonNullable<string | number>;
57399
57328
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
@@ -57422,7 +57351,6 @@ declare const VSpeedDial: {
57422
57351
  noClickAnimation: boolean;
57423
57352
  persistent: boolean;
57424
57353
  scrim: NonNullable<string | boolean>;
57425
- submenu: boolean;
57426
57354
  }, true, {}, vue.SlotsType<Partial<{
57427
57355
  default: (arg: {
57428
57356
  isActive: vue.Ref<boolean>;
@@ -57445,7 +57373,7 @@ declare const VSpeedDial: {
57445
57373
  Defaults: {};
57446
57374
  }, {
57447
57375
  offset: NonNullable<string | number | number[] | undefined>;
57448
- location: NonNullable<NonNullable<Anchor> | undefined>;
57376
+ location: NonNullable<Anchor>;
57449
57377
  origin: "auto" | Anchor | "overlap";
57450
57378
  minWidth: NonNullable<string | number>;
57451
57379
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
@@ -57472,7 +57400,6 @@ declare const VSpeedDial: {
57472
57400
  noClickAnimation: boolean;
57473
57401
  persistent: boolean;
57474
57402
  scrim: NonNullable<string | boolean>;
57475
- submenu: boolean;
57476
57403
  } & {
57477
57404
  id?: string | undefined;
57478
57405
  height?: string | number | undefined;
@@ -57526,7 +57453,7 @@ declare const VSpeedDial: {
57526
57453
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
57527
57454
  }, {}, {}, {}, {}, {
57528
57455
  offset: NonNullable<string | number | number[] | undefined>;
57529
- location: NonNullable<NonNullable<Anchor> | undefined>;
57456
+ location: NonNullable<Anchor>;
57530
57457
  origin: "auto" | Anchor | "overlap";
57531
57458
  minWidth: NonNullable<string | number>;
57532
57459
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
@@ -57555,14 +57482,13 @@ declare const VSpeedDial: {
57555
57482
  noClickAnimation: boolean;
57556
57483
  persistent: boolean;
57557
57484
  scrim: NonNullable<string | boolean>;
57558
- submenu: boolean;
57559
57485
  }>;
57560
57486
  __isFragment?: undefined;
57561
57487
  __isTeleport?: undefined;
57562
57488
  __isSuspense?: undefined;
57563
57489
  } & vue.ComponentOptionsBase<{
57564
57490
  offset: NonNullable<string | number | number[] | undefined>;
57565
- location: NonNullable<NonNullable<Anchor> | undefined>;
57491
+ location: NonNullable<Anchor>;
57566
57492
  origin: "auto" | Anchor | "overlap";
57567
57493
  minWidth: NonNullable<string | number>;
57568
57494
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
@@ -57589,7 +57515,6 @@ declare const VSpeedDial: {
57589
57515
  noClickAnimation: boolean;
57590
57516
  persistent: boolean;
57591
57517
  scrim: NonNullable<string | boolean>;
57592
- submenu: boolean;
57593
57518
  } & {
57594
57519
  id?: string | undefined;
57595
57520
  height?: string | number | undefined;
@@ -57645,7 +57570,7 @@ declare const VSpeedDial: {
57645
57570
  'update:modelValue': (value: boolean) => boolean;
57646
57571
  }, string, {
57647
57572
  offset: NonNullable<string | number | number[] | undefined>;
57648
- location: NonNullable<NonNullable<Anchor> | undefined>;
57573
+ location: NonNullable<Anchor>;
57649
57574
  origin: "auto" | Anchor | "overlap";
57650
57575
  minWidth: NonNullable<string | number>;
57651
57576
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
@@ -57674,7 +57599,6 @@ declare const VSpeedDial: {
57674
57599
  noClickAnimation: boolean;
57675
57600
  persistent: boolean;
57676
57601
  scrim: NonNullable<string | boolean>;
57677
- submenu: boolean;
57678
57602
  }, {}, string, vue.SlotsType<Partial<{
57679
57603
  default: (arg: {
57680
57604
  isActive: vue.Ref<boolean>;
@@ -57693,15 +57617,12 @@ declare const VSpeedDial: {
57693
57617
  type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
57694
57618
  default: NonNullable<string | number | number[] | undefined>;
57695
57619
  };
57696
- location: Omit<Omit<{
57620
+ location: Omit<{
57697
57621
  type: vue.PropType<Anchor>;
57698
57622
  default: string;
57699
57623
  }, "type" | "default"> & {
57700
- type: vue.PropType<NonNullable<Anchor> | undefined>;
57701
- default: NonNullable<Anchor> | undefined;
57702
- }, "type" | "default"> & {
57703
- type: vue.PropType<NonNullable<NonNullable<Anchor> | undefined>>;
57704
- default: NonNullable<NonNullable<Anchor> | undefined>;
57624
+ type: vue.PropType<NonNullable<Anchor>>;
57625
+ default: NonNullable<Anchor>;
57705
57626
  };
57706
57627
  origin: {
57707
57628
  type: vue.PropType<"auto" | Anchor | "overlap">;
@@ -57832,21 +57753,17 @@ declare const VSpeedDial: {
57832
57753
  };
57833
57754
  attach: vue.PropType<string | boolean | Element>;
57834
57755
  id: StringConstructor;
57835
- submenu: BooleanConstructor;
57836
57756
  }, vue.ExtractPropTypes<{
57837
57757
  offset: {
57838
57758
  type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
57839
57759
  default: NonNullable<string | number | number[] | undefined>;
57840
57760
  };
57841
- location: Omit<Omit<{
57761
+ location: Omit<{
57842
57762
  type: vue.PropType<Anchor>;
57843
57763
  default: string;
57844
57764
  }, "type" | "default"> & {
57845
- type: vue.PropType<NonNullable<Anchor> | undefined>;
57846
- default: NonNullable<Anchor> | undefined;
57847
- }, "type" | "default"> & {
57848
- type: vue.PropType<NonNullable<NonNullable<Anchor> | undefined>>;
57849
- default: NonNullable<NonNullable<Anchor> | undefined>;
57765
+ type: vue.PropType<NonNullable<Anchor>>;
57766
+ default: NonNullable<Anchor>;
57850
57767
  };
57851
57768
  origin: {
57852
57769
  type: vue.PropType<"auto" | Anchor | "overlap">;
@@ -57977,7 +57894,6 @@ declare const VSpeedDial: {
57977
57894
  };
57978
57895
  attach: vue.PropType<string | boolean | Element>;
57979
57896
  id: StringConstructor;
57980
- submenu: BooleanConstructor;
57981
57897
  }>>;
57982
57898
  type VSpeedDial = InstanceType<typeof VSpeedDial>;
57983
57899
 
@@ -68785,7 +68701,7 @@ declare const VTooltip: {
68785
68701
  onAfterLeave?: (() => any) | undefined;
68786
68702
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
68787
68703
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
68788
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
68704
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
68789
68705
  activatorEl: vue.Ref<HTMLElement | undefined>;
68790
68706
  scrimEl: vue.Ref<HTMLElement | undefined>;
68791
68707
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -69451,7 +69367,7 @@ declare const VTooltip: {
69451
69367
  onAfterLeave?: (() => any) | undefined;
69452
69368
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
69453
69369
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
69454
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
69370
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
69455
69371
  activatorEl: vue.Ref<HTMLElement | undefined>;
69456
69372
  scrimEl: vue.Ref<HTMLElement | undefined>;
69457
69373
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -70021,7 +69937,7 @@ declare const VTooltip: {
70021
69937
  onAfterLeave?: (() => any) | undefined;
70022
69938
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
70023
69939
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
70024
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
69940
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
70025
69941
  activatorEl: vue.Ref<HTMLElement | undefined>;
70026
69942
  scrimEl: vue.Ref<HTMLElement | undefined>;
70027
69943
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;