@vuetify/nightly 3.7.0-beta.1-pr-20092.92a3215 → 3.7.0-beta.1-dev.2024-07-29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) 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 +132 -132
  4. package/dist/json/tags.json +0 -2
  5. package/dist/json/web-types.json +193 -212
  6. package/dist/vuetify-labs.css +3162 -3162
  7. package/dist/vuetify-labs.d.ts +106 -190
  8. package/dist/vuetify-labs.esm.js +13 -30
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +13 -30
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +1693 -1693
  13. package/dist/vuetify.d.ts +150 -234
  14. package/dist/vuetify.esm.js +13 -30
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +13 -30
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +43 -43
  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/useActivator.mjs +2 -3
  32. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  33. package/lib/components/VSelect/index.d.mts +24 -42
  34. package/lib/components/VSnackbar/index.d.mts +3 -3
  35. package/lib/components/VSpeedDial/index.d.mts +13 -28
  36. package/lib/components/VTooltip/index.d.mts +3 -3
  37. package/lib/components/index.d.mts +106 -190
  38. package/lib/entry-bundler.mjs +1 -1
  39. package/lib/entry-bundler.mjs.map +1 -1
  40. package/lib/framework.mjs +1 -1
  41. package/lib/framework.mjs.map +1 -1
  42. package/lib/index.d.mts +44 -44
  43. package/lib/labs/VSnackbarQueue/index.d.mts +3 -3
  44. package/lib/labs/components.d.mts +3 -3
  45. package/package.json +1 -1
package/dist/vuetify.d.ts CHANGED
@@ -5202,7 +5202,7 @@ declare const VAutocomplete: {
5202
5202
  }) => vue.VNodeChild) | undefined;
5203
5203
  }) | undefined;
5204
5204
  menuProps?: (Partial<{
5205
- location: NonNullable<Anchor> | undefined;
5205
+ location: Anchor;
5206
5206
  origin: "auto" | Anchor | "overlap";
5207
5207
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
5208
5208
  component?: vue.Component | undefined;
@@ -5230,9 +5230,8 @@ declare const VAutocomplete: {
5230
5230
  noClickAnimation: boolean;
5231
5231
  persistent: boolean;
5232
5232
  scrim: NonNullable<string | boolean>;
5233
- submenu: boolean;
5234
5233
  }> & Omit<{
5235
- location: NonNullable<Anchor> | undefined;
5234
+ location: Anchor;
5236
5235
  origin: "auto" | Anchor | "overlap";
5237
5236
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
5238
5237
  component?: vue.Component | undefined;
@@ -5258,7 +5257,6 @@ declare const VAutocomplete: {
5258
5257
  noClickAnimation: boolean;
5259
5258
  persistent: boolean;
5260
5259
  scrim: NonNullable<string | boolean>;
5261
- submenu: boolean;
5262
5260
  offset?: string | number | number[] | undefined;
5263
5261
  id?: string | undefined;
5264
5262
  height?: string | number | undefined;
@@ -5309,7 +5307,7 @@ declare const VAutocomplete: {
5309
5307
  }) => vue.VNodeChild) | undefined;
5310
5308
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5311
5309
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
5312
- location: NonNullable<Anchor> | undefined;
5310
+ location: Anchor;
5313
5311
  origin: "auto" | Anchor | "overlap";
5314
5312
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
5315
5313
  component?: vue.Component | undefined;
@@ -5335,7 +5333,6 @@ declare const VAutocomplete: {
5335
5333
  noClickAnimation: boolean;
5336
5334
  persistent: boolean;
5337
5335
  scrim: NonNullable<string | boolean>;
5338
- submenu: boolean;
5339
5336
  } & {
5340
5337
  offset?: string | number | number[] | undefined;
5341
5338
  id?: string | undefined;
@@ -5389,7 +5386,7 @@ declare const VAutocomplete: {
5389
5386
  }) => vue.VNodeChild) | undefined;
5390
5387
  } & {
5391
5388
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5392
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
5389
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
5393
5390
  itemColor?: string | undefined;
5394
5391
  autoSelectFirst?: boolean | "exact" | undefined;
5395
5392
  } & {
@@ -5745,7 +5742,7 @@ declare const VAutocomplete: {
5745
5742
  }) => vue.VNodeChild) | undefined;
5746
5743
  }) | undefined;
5747
5744
  menuProps?: (Partial<{
5748
- location: NonNullable<Anchor> | undefined;
5745
+ location: Anchor;
5749
5746
  origin: "auto" | Anchor | "overlap";
5750
5747
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
5751
5748
  component?: vue.Component | undefined;
@@ -5773,9 +5770,8 @@ declare const VAutocomplete: {
5773
5770
  noClickAnimation: boolean;
5774
5771
  persistent: boolean;
5775
5772
  scrim: NonNullable<string | boolean>;
5776
- submenu: boolean;
5777
5773
  }> & Omit<{
5778
- location: NonNullable<Anchor> | undefined;
5774
+ location: Anchor;
5779
5775
  origin: "auto" | Anchor | "overlap";
5780
5776
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
5781
5777
  component?: vue.Component | undefined;
@@ -5801,7 +5797,6 @@ declare const VAutocomplete: {
5801
5797
  noClickAnimation: boolean;
5802
5798
  persistent: boolean;
5803
5799
  scrim: NonNullable<string | boolean>;
5804
- submenu: boolean;
5805
5800
  offset?: string | number | number[] | undefined;
5806
5801
  id?: string | undefined;
5807
5802
  height?: string | number | undefined;
@@ -5852,7 +5847,7 @@ declare const VAutocomplete: {
5852
5847
  }) => vue.VNodeChild) | undefined;
5853
5848
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5854
5849
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
5855
- location: NonNullable<Anchor> | undefined;
5850
+ location: Anchor;
5856
5851
  origin: "auto" | Anchor | "overlap";
5857
5852
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
5858
5853
  component?: vue.Component | undefined;
@@ -5878,7 +5873,6 @@ declare const VAutocomplete: {
5878
5873
  noClickAnimation: boolean;
5879
5874
  persistent: boolean;
5880
5875
  scrim: NonNullable<string | boolean>;
5881
- submenu: boolean;
5882
5876
  } & {
5883
5877
  offset?: string | number | number[] | undefined;
5884
5878
  id?: string | undefined;
@@ -5932,7 +5926,7 @@ declare const VAutocomplete: {
5932
5926
  }) => vue.VNodeChild) | undefined;
5933
5927
  } & {
5934
5928
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
5935
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
5929
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
5936
5930
  itemColor?: string | undefined;
5937
5931
  autoSelectFirst?: boolean | "exact" | undefined;
5938
5932
  } & {
@@ -6402,7 +6396,7 @@ declare const VAutocomplete: {
6402
6396
  }) => vue.VNodeChild) | undefined;
6403
6397
  }) | undefined;
6404
6398
  menuProps?: (Partial<{
6405
- location: NonNullable<Anchor> | undefined;
6399
+ location: Anchor;
6406
6400
  origin: "auto" | Anchor | "overlap";
6407
6401
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
6408
6402
  component?: vue.Component | undefined;
@@ -6430,9 +6424,8 @@ declare const VAutocomplete: {
6430
6424
  noClickAnimation: boolean;
6431
6425
  persistent: boolean;
6432
6426
  scrim: NonNullable<string | boolean>;
6433
- submenu: boolean;
6434
6427
  }> & Omit<{
6435
- location: NonNullable<Anchor> | undefined;
6428
+ location: Anchor;
6436
6429
  origin: "auto" | Anchor | "overlap";
6437
6430
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
6438
6431
  component?: vue.Component | undefined;
@@ -6458,7 +6451,6 @@ declare const VAutocomplete: {
6458
6451
  noClickAnimation: boolean;
6459
6452
  persistent: boolean;
6460
6453
  scrim: NonNullable<string | boolean>;
6461
- submenu: boolean;
6462
6454
  offset?: string | number | number[] | undefined;
6463
6455
  id?: string | undefined;
6464
6456
  height?: string | number | undefined;
@@ -6509,7 +6501,7 @@ declare const VAutocomplete: {
6509
6501
  }) => vue.VNodeChild) | undefined;
6510
6502
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
6511
6503
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
6512
- location: NonNullable<Anchor> | undefined;
6504
+ location: Anchor;
6513
6505
  origin: "auto" | Anchor | "overlap";
6514
6506
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
6515
6507
  component?: vue.Component | undefined;
@@ -6535,7 +6527,6 @@ declare const VAutocomplete: {
6535
6527
  noClickAnimation: boolean;
6536
6528
  persistent: boolean;
6537
6529
  scrim: NonNullable<string | boolean>;
6538
- submenu: boolean;
6539
6530
  } & {
6540
6531
  offset?: string | number | number[] | undefined;
6541
6532
  id?: string | undefined;
@@ -6589,7 +6580,7 @@ declare const VAutocomplete: {
6589
6580
  }) => vue.VNodeChild) | undefined;
6590
6581
  } & {
6591
6582
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
6592
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
6583
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
6593
6584
  itemColor?: string | undefined;
6594
6585
  autoSelectFirst?: boolean | "exact" | undefined;
6595
6586
  } & {
@@ -6994,7 +6985,7 @@ declare const VAutocomplete: {
6994
6985
  }) => vue.VNodeChild) | undefined;
6995
6986
  }) | undefined;
6996
6987
  menuProps?: (Partial<{
6997
- location: NonNullable<Anchor> | undefined;
6988
+ location: Anchor;
6998
6989
  origin: "auto" | Anchor | "overlap";
6999
6990
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
7000
6991
  component?: vue.Component | undefined;
@@ -7022,9 +7013,8 @@ declare const VAutocomplete: {
7022
7013
  noClickAnimation: boolean;
7023
7014
  persistent: boolean;
7024
7015
  scrim: NonNullable<string | boolean>;
7025
- submenu: boolean;
7026
7016
  }> & Omit<{
7027
- location: NonNullable<Anchor> | undefined;
7017
+ location: Anchor;
7028
7018
  origin: "auto" | Anchor | "overlap";
7029
7019
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
7030
7020
  component?: vue.Component | undefined;
@@ -7050,7 +7040,6 @@ declare const VAutocomplete: {
7050
7040
  noClickAnimation: boolean;
7051
7041
  persistent: boolean;
7052
7042
  scrim: NonNullable<string | boolean>;
7053
- submenu: boolean;
7054
7043
  offset?: string | number | number[] | undefined;
7055
7044
  id?: string | undefined;
7056
7045
  height?: string | number | undefined;
@@ -7101,7 +7090,7 @@ declare const VAutocomplete: {
7101
7090
  }) => vue.VNodeChild) | undefined;
7102
7091
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
7103
7092
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
7104
- location: NonNullable<Anchor> | undefined;
7093
+ location: Anchor;
7105
7094
  origin: "auto" | Anchor | "overlap";
7106
7095
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
7107
7096
  component?: vue.Component | undefined;
@@ -7127,7 +7116,6 @@ declare const VAutocomplete: {
7127
7116
  noClickAnimation: boolean;
7128
7117
  persistent: boolean;
7129
7118
  scrim: NonNullable<string | boolean>;
7130
- submenu: boolean;
7131
7119
  } & {
7132
7120
  offset?: string | number | number[] | undefined;
7133
7121
  id?: string | undefined;
@@ -7181,7 +7169,7 @@ declare const VAutocomplete: {
7181
7169
  }) => vue.VNodeChild) | undefined;
7182
7170
  } & {
7183
7171
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
7184
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
7172
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
7185
7173
  itemColor?: string | undefined;
7186
7174
  autoSelectFirst?: boolean | "exact" | undefined;
7187
7175
  } & {
@@ -7794,7 +7782,7 @@ declare const VAutocomplete: {
7794
7782
  };
7795
7783
  menuProps: {
7796
7784
  type: PropType<Partial<{
7797
- location: NonNullable<Anchor> | undefined;
7785
+ location: Anchor;
7798
7786
  origin: "auto" | Anchor | "overlap";
7799
7787
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
7800
7788
  component?: vue.Component | undefined;
@@ -7822,9 +7810,8 @@ declare const VAutocomplete: {
7822
7810
  noClickAnimation: boolean;
7823
7811
  persistent: boolean;
7824
7812
  scrim: NonNullable<string | boolean>;
7825
- submenu: boolean;
7826
7813
  }> & Omit<{
7827
- location: NonNullable<Anchor> | undefined;
7814
+ location: Anchor;
7828
7815
  origin: "auto" | Anchor | "overlap";
7829
7816
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
7830
7817
  component?: vue.Component | undefined;
@@ -7850,7 +7837,6 @@ declare const VAutocomplete: {
7850
7837
  noClickAnimation: boolean;
7851
7838
  persistent: boolean;
7852
7839
  scrim: NonNullable<string | boolean>;
7853
- submenu: boolean;
7854
7840
  offset?: string | number | number[] | undefined;
7855
7841
  id?: string | undefined;
7856
7842
  height?: string | number | undefined;
@@ -7901,7 +7887,7 @@ declare const VAutocomplete: {
7901
7887
  }) => vue.VNodeChild) | undefined;
7902
7888
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
7903
7889
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
7904
- location: NonNullable<Anchor> | undefined;
7890
+ location: Anchor;
7905
7891
  origin: "auto" | Anchor | "overlap";
7906
7892
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
7907
7893
  component?: vue.Component | undefined;
@@ -7927,7 +7913,6 @@ declare const VAutocomplete: {
7927
7913
  noClickAnimation: boolean;
7928
7914
  persistent: boolean;
7929
7915
  scrim: NonNullable<string | boolean>;
7930
- submenu: boolean;
7931
7916
  } & {
7932
7917
  offset?: string | number | number[] | undefined;
7933
7918
  id?: string | undefined;
@@ -7981,7 +7966,7 @@ declare const VAutocomplete: {
7981
7966
  }) => vue.VNodeChild) | undefined;
7982
7967
  } & {
7983
7968
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
7984
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">>;
7969
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
7985
7970
  };
7986
7971
  multiple: BooleanConstructor;
7987
7972
  noDataText: {
@@ -8441,7 +8426,7 @@ declare const VAutocomplete: {
8441
8426
  };
8442
8427
  menuProps: {
8443
8428
  type: PropType<Partial<{
8444
- location: NonNullable<Anchor> | undefined;
8429
+ location: Anchor;
8445
8430
  origin: "auto" | Anchor | "overlap";
8446
8431
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
8447
8432
  component?: vue.Component | undefined;
@@ -8469,9 +8454,8 @@ declare const VAutocomplete: {
8469
8454
  noClickAnimation: boolean;
8470
8455
  persistent: boolean;
8471
8456
  scrim: NonNullable<string | boolean>;
8472
- submenu: boolean;
8473
8457
  }> & Omit<{
8474
- location: NonNullable<Anchor> | undefined;
8458
+ location: Anchor;
8475
8459
  origin: "auto" | Anchor | "overlap";
8476
8460
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
8477
8461
  component?: vue.Component | undefined;
@@ -8497,7 +8481,6 @@ declare const VAutocomplete: {
8497
8481
  noClickAnimation: boolean;
8498
8482
  persistent: boolean;
8499
8483
  scrim: NonNullable<string | boolean>;
8500
- submenu: boolean;
8501
8484
  offset?: string | number | number[] | undefined;
8502
8485
  id?: string | undefined;
8503
8486
  height?: string | number | undefined;
@@ -8548,7 +8531,7 @@ declare const VAutocomplete: {
8548
8531
  }) => vue.VNodeChild) | undefined;
8549
8532
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
8550
8533
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
8551
- location: NonNullable<Anchor> | undefined;
8534
+ location: Anchor;
8552
8535
  origin: "auto" | Anchor | "overlap";
8553
8536
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
8554
8537
  component?: vue.Component | undefined;
@@ -8574,7 +8557,6 @@ declare const VAutocomplete: {
8574
8557
  noClickAnimation: boolean;
8575
8558
  persistent: boolean;
8576
8559
  scrim: NonNullable<string | boolean>;
8577
- submenu: boolean;
8578
8560
  } & {
8579
8561
  offset?: string | number | number[] | undefined;
8580
8562
  id?: string | undefined;
@@ -8628,7 +8610,7 @@ declare const VAutocomplete: {
8628
8610
  }) => vue.VNodeChild) | undefined;
8629
8611
  } & {
8630
8612
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
8631
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">>;
8613
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
8632
8614
  };
8633
8615
  multiple: BooleanConstructor;
8634
8616
  noDataText: {
@@ -18862,7 +18844,7 @@ declare const VCombobox: {
18862
18844
  }) => vue.VNodeChild) | undefined;
18863
18845
  }) | undefined;
18864
18846
  menuProps?: (Partial<{
18865
- location: NonNullable<Anchor> | undefined;
18847
+ location: Anchor;
18866
18848
  origin: "auto" | Anchor | "overlap";
18867
18849
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
18868
18850
  component?: vue.Component | undefined;
@@ -18890,9 +18872,8 @@ declare const VCombobox: {
18890
18872
  noClickAnimation: boolean;
18891
18873
  persistent: boolean;
18892
18874
  scrim: NonNullable<string | boolean>;
18893
- submenu: boolean;
18894
18875
  }> & Omit<{
18895
- location: NonNullable<Anchor> | undefined;
18876
+ location: Anchor;
18896
18877
  origin: "auto" | Anchor | "overlap";
18897
18878
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
18898
18879
  component?: vue.Component | undefined;
@@ -18918,7 +18899,6 @@ declare const VCombobox: {
18918
18899
  noClickAnimation: boolean;
18919
18900
  persistent: boolean;
18920
18901
  scrim: NonNullable<string | boolean>;
18921
- submenu: boolean;
18922
18902
  offset?: string | number | number[] | undefined;
18923
18903
  id?: string | undefined;
18924
18904
  height?: string | number | undefined;
@@ -18969,7 +18949,7 @@ declare const VCombobox: {
18969
18949
  }) => vue.VNodeChild) | undefined;
18970
18950
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
18971
18951
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
18972
- location: NonNullable<Anchor> | undefined;
18952
+ location: Anchor;
18973
18953
  origin: "auto" | Anchor | "overlap";
18974
18954
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
18975
18955
  component?: vue.Component | undefined;
@@ -18995,7 +18975,6 @@ declare const VCombobox: {
18995
18975
  noClickAnimation: boolean;
18996
18976
  persistent: boolean;
18997
18977
  scrim: NonNullable<string | boolean>;
18998
- submenu: boolean;
18999
18978
  } & {
19000
18979
  offset?: string | number | number[] | undefined;
19001
18980
  id?: string | undefined;
@@ -19049,7 +19028,7 @@ declare const VCombobox: {
19049
19028
  }) => vue.VNodeChild) | undefined;
19050
19029
  } & {
19051
19030
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
19052
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
19031
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
19053
19032
  itemColor?: string | undefined;
19054
19033
  autoSelectFirst?: boolean | "exact" | undefined;
19055
19034
  } & {
@@ -19405,7 +19384,7 @@ declare const VCombobox: {
19405
19384
  }) => vue.VNodeChild) | undefined;
19406
19385
  }) | undefined;
19407
19386
  menuProps?: (Partial<{
19408
- location: NonNullable<Anchor> | undefined;
19387
+ location: Anchor;
19409
19388
  origin: "auto" | Anchor | "overlap";
19410
19389
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
19411
19390
  component?: vue.Component | undefined;
@@ -19433,9 +19412,8 @@ declare const VCombobox: {
19433
19412
  noClickAnimation: boolean;
19434
19413
  persistent: boolean;
19435
19414
  scrim: NonNullable<string | boolean>;
19436
- submenu: boolean;
19437
19415
  }> & Omit<{
19438
- location: NonNullable<Anchor> | undefined;
19416
+ location: Anchor;
19439
19417
  origin: "auto" | Anchor | "overlap";
19440
19418
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
19441
19419
  component?: vue.Component | undefined;
@@ -19461,7 +19439,6 @@ declare const VCombobox: {
19461
19439
  noClickAnimation: boolean;
19462
19440
  persistent: boolean;
19463
19441
  scrim: NonNullable<string | boolean>;
19464
- submenu: boolean;
19465
19442
  offset?: string | number | number[] | undefined;
19466
19443
  id?: string | undefined;
19467
19444
  height?: string | number | undefined;
@@ -19512,7 +19489,7 @@ declare const VCombobox: {
19512
19489
  }) => vue.VNodeChild) | undefined;
19513
19490
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
19514
19491
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
19515
- location: NonNullable<Anchor> | undefined;
19492
+ location: Anchor;
19516
19493
  origin: "auto" | Anchor | "overlap";
19517
19494
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
19518
19495
  component?: vue.Component | undefined;
@@ -19538,7 +19515,6 @@ declare const VCombobox: {
19538
19515
  noClickAnimation: boolean;
19539
19516
  persistent: boolean;
19540
19517
  scrim: NonNullable<string | boolean>;
19541
- submenu: boolean;
19542
19518
  } & {
19543
19519
  offset?: string | number | number[] | undefined;
19544
19520
  id?: string | undefined;
@@ -19592,7 +19568,7 @@ declare const VCombobox: {
19592
19568
  }) => vue.VNodeChild) | undefined;
19593
19569
  } & {
19594
19570
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
19595
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
19571
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
19596
19572
  itemColor?: string | undefined;
19597
19573
  autoSelectFirst?: boolean | "exact" | undefined;
19598
19574
  } & {
@@ -20062,7 +20038,7 @@ declare const VCombobox: {
20062
20038
  }) => vue.VNodeChild) | undefined;
20063
20039
  }) | undefined;
20064
20040
  menuProps?: (Partial<{
20065
- location: NonNullable<Anchor> | undefined;
20041
+ location: Anchor;
20066
20042
  origin: "auto" | Anchor | "overlap";
20067
20043
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
20068
20044
  component?: vue.Component | undefined;
@@ -20090,9 +20066,8 @@ declare const VCombobox: {
20090
20066
  noClickAnimation: boolean;
20091
20067
  persistent: boolean;
20092
20068
  scrim: NonNullable<string | boolean>;
20093
- submenu: boolean;
20094
20069
  }> & Omit<{
20095
- location: NonNullable<Anchor> | undefined;
20070
+ location: Anchor;
20096
20071
  origin: "auto" | Anchor | "overlap";
20097
20072
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
20098
20073
  component?: vue.Component | undefined;
@@ -20118,7 +20093,6 @@ declare const VCombobox: {
20118
20093
  noClickAnimation: boolean;
20119
20094
  persistent: boolean;
20120
20095
  scrim: NonNullable<string | boolean>;
20121
- submenu: boolean;
20122
20096
  offset?: string | number | number[] | undefined;
20123
20097
  id?: string | undefined;
20124
20098
  height?: string | number | undefined;
@@ -20169,7 +20143,7 @@ declare const VCombobox: {
20169
20143
  }) => vue.VNodeChild) | undefined;
20170
20144
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
20171
20145
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
20172
- location: NonNullable<Anchor> | undefined;
20146
+ location: Anchor;
20173
20147
  origin: "auto" | Anchor | "overlap";
20174
20148
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
20175
20149
  component?: vue.Component | undefined;
@@ -20195,7 +20169,6 @@ declare const VCombobox: {
20195
20169
  noClickAnimation: boolean;
20196
20170
  persistent: boolean;
20197
20171
  scrim: NonNullable<string | boolean>;
20198
- submenu: boolean;
20199
20172
  } & {
20200
20173
  offset?: string | number | number[] | undefined;
20201
20174
  id?: string | undefined;
@@ -20249,7 +20222,7 @@ declare const VCombobox: {
20249
20222
  }) => vue.VNodeChild) | undefined;
20250
20223
  } & {
20251
20224
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
20252
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
20225
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
20253
20226
  itemColor?: string | undefined;
20254
20227
  autoSelectFirst?: boolean | "exact" | undefined;
20255
20228
  } & {
@@ -20654,7 +20627,7 @@ declare const VCombobox: {
20654
20627
  }) => vue.VNodeChild) | undefined;
20655
20628
  }) | undefined;
20656
20629
  menuProps?: (Partial<{
20657
- location: NonNullable<Anchor> | undefined;
20630
+ location: Anchor;
20658
20631
  origin: "auto" | Anchor | "overlap";
20659
20632
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
20660
20633
  component?: vue.Component | undefined;
@@ -20682,9 +20655,8 @@ declare const VCombobox: {
20682
20655
  noClickAnimation: boolean;
20683
20656
  persistent: boolean;
20684
20657
  scrim: NonNullable<string | boolean>;
20685
- submenu: boolean;
20686
20658
  }> & Omit<{
20687
- location: NonNullable<Anchor> | undefined;
20659
+ location: Anchor;
20688
20660
  origin: "auto" | Anchor | "overlap";
20689
20661
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
20690
20662
  component?: vue.Component | undefined;
@@ -20710,7 +20682,6 @@ declare const VCombobox: {
20710
20682
  noClickAnimation: boolean;
20711
20683
  persistent: boolean;
20712
20684
  scrim: NonNullable<string | boolean>;
20713
- submenu: boolean;
20714
20685
  offset?: string | number | number[] | undefined;
20715
20686
  id?: string | undefined;
20716
20687
  height?: string | number | undefined;
@@ -20761,7 +20732,7 @@ declare const VCombobox: {
20761
20732
  }) => vue.VNodeChild) | undefined;
20762
20733
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
20763
20734
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
20764
- location: NonNullable<Anchor> | undefined;
20735
+ location: Anchor;
20765
20736
  origin: "auto" | Anchor | "overlap";
20766
20737
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
20767
20738
  component?: vue.Component | undefined;
@@ -20787,7 +20758,6 @@ declare const VCombobox: {
20787
20758
  noClickAnimation: boolean;
20788
20759
  persistent: boolean;
20789
20760
  scrim: NonNullable<string | boolean>;
20790
- submenu: boolean;
20791
20761
  } & {
20792
20762
  offset?: string | number | number[] | undefined;
20793
20763
  id?: string | undefined;
@@ -20841,7 +20811,7 @@ declare const VCombobox: {
20841
20811
  }) => vue.VNodeChild) | undefined;
20842
20812
  } & {
20843
20813
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
20844
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
20814
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
20845
20815
  itemColor?: string | undefined;
20846
20816
  autoSelectFirst?: boolean | "exact" | undefined;
20847
20817
  } & {
@@ -21460,7 +21430,7 @@ declare const VCombobox: {
21460
21430
  };
21461
21431
  menuProps: {
21462
21432
  type: PropType<Partial<{
21463
- location: NonNullable<Anchor> | undefined;
21433
+ location: Anchor;
21464
21434
  origin: "auto" | Anchor | "overlap";
21465
21435
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
21466
21436
  component?: vue.Component | undefined;
@@ -21488,9 +21458,8 @@ declare const VCombobox: {
21488
21458
  noClickAnimation: boolean;
21489
21459
  persistent: boolean;
21490
21460
  scrim: NonNullable<string | boolean>;
21491
- submenu: boolean;
21492
21461
  }> & Omit<{
21493
- location: NonNullable<Anchor> | undefined;
21462
+ location: Anchor;
21494
21463
  origin: "auto" | Anchor | "overlap";
21495
21464
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
21496
21465
  component?: vue.Component | undefined;
@@ -21516,7 +21485,6 @@ declare const VCombobox: {
21516
21485
  noClickAnimation: boolean;
21517
21486
  persistent: boolean;
21518
21487
  scrim: NonNullable<string | boolean>;
21519
- submenu: boolean;
21520
21488
  offset?: string | number | number[] | undefined;
21521
21489
  id?: string | undefined;
21522
21490
  height?: string | number | undefined;
@@ -21567,7 +21535,7 @@ declare const VCombobox: {
21567
21535
  }) => vue.VNodeChild) | undefined;
21568
21536
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
21569
21537
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
21570
- location: NonNullable<Anchor> | undefined;
21538
+ location: Anchor;
21571
21539
  origin: "auto" | Anchor | "overlap";
21572
21540
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
21573
21541
  component?: vue.Component | undefined;
@@ -21593,7 +21561,6 @@ declare const VCombobox: {
21593
21561
  noClickAnimation: boolean;
21594
21562
  persistent: boolean;
21595
21563
  scrim: NonNullable<string | boolean>;
21596
- submenu: boolean;
21597
21564
  } & {
21598
21565
  offset?: string | number | number[] | undefined;
21599
21566
  id?: string | undefined;
@@ -21647,7 +21614,7 @@ declare const VCombobox: {
21647
21614
  }) => vue.VNodeChild) | undefined;
21648
21615
  } & {
21649
21616
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
21650
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">>;
21617
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
21651
21618
  };
21652
21619
  multiple: BooleanConstructor;
21653
21620
  noDataText: {
@@ -22116,7 +22083,7 @@ declare const VCombobox: {
22116
22083
  };
22117
22084
  menuProps: {
22118
22085
  type: PropType<Partial<{
22119
- location: NonNullable<Anchor> | undefined;
22086
+ location: Anchor;
22120
22087
  origin: "auto" | Anchor | "overlap";
22121
22088
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
22122
22089
  component?: vue.Component | undefined;
@@ -22144,9 +22111,8 @@ declare const VCombobox: {
22144
22111
  noClickAnimation: boolean;
22145
22112
  persistent: boolean;
22146
22113
  scrim: NonNullable<string | boolean>;
22147
- submenu: boolean;
22148
22114
  }> & Omit<{
22149
- location: NonNullable<Anchor> | undefined;
22115
+ location: Anchor;
22150
22116
  origin: "auto" | Anchor | "overlap";
22151
22117
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
22152
22118
  component?: vue.Component | undefined;
@@ -22172,7 +22138,6 @@ declare const VCombobox: {
22172
22138
  noClickAnimation: boolean;
22173
22139
  persistent: boolean;
22174
22140
  scrim: NonNullable<string | boolean>;
22175
- submenu: boolean;
22176
22141
  offset?: string | number | number[] | undefined;
22177
22142
  id?: string | undefined;
22178
22143
  height?: string | number | undefined;
@@ -22223,7 +22188,7 @@ declare const VCombobox: {
22223
22188
  }) => vue.VNodeChild) | undefined;
22224
22189
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
22225
22190
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
22226
- location: NonNullable<Anchor> | undefined;
22191
+ location: Anchor;
22227
22192
  origin: "auto" | Anchor | "overlap";
22228
22193
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
22229
22194
  component?: vue.Component | undefined;
@@ -22249,7 +22214,6 @@ declare const VCombobox: {
22249
22214
  noClickAnimation: boolean;
22250
22215
  persistent: boolean;
22251
22216
  scrim: NonNullable<string | boolean>;
22252
- submenu: boolean;
22253
22217
  } & {
22254
22218
  offset?: string | number | number[] | undefined;
22255
22219
  id?: string | undefined;
@@ -22303,7 +22267,7 @@ declare const VCombobox: {
22303
22267
  }) => vue.VNodeChild) | undefined;
22304
22268
  } & {
22305
22269
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
22306
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">>;
22270
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
22307
22271
  };
22308
22272
  multiple: BooleanConstructor;
22309
22273
  noDataText: {
@@ -30214,7 +30178,7 @@ declare const VDialog: {
30214
30178
  onAfterLeave?: (() => any) | undefined;
30215
30179
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
30216
30180
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
30217
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
30181
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
30218
30182
  activatorEl: vue.Ref<HTMLElement | undefined>;
30219
30183
  scrimEl: vue.Ref<HTMLElement | undefined>;
30220
30184
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -30898,7 +30862,7 @@ declare const VDialog: {
30898
30862
  onAfterLeave?: (() => any) | undefined;
30899
30863
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
30900
30864
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
30901
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
30865
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
30902
30866
  activatorEl: vue.Ref<HTMLElement | undefined>;
30903
30867
  scrimEl: vue.Ref<HTMLElement | undefined>;
30904
30868
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -31479,7 +31443,7 @@ declare const VDialog: {
31479
31443
  onAfterLeave?: (() => any) | undefined;
31480
31444
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
31481
31445
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
31482
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
31446
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
31483
31447
  activatorEl: vue.Ref<HTMLElement | undefined>;
31484
31448
  scrimEl: vue.Ref<HTMLElement | undefined>;
31485
31449
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -41640,7 +41604,7 @@ type VMain = InstanceType<typeof VMain>;
41640
41604
 
41641
41605
  declare const VMenu: {
41642
41606
  new (...args: any[]): vue.CreateComponentPublicInstance<{
41643
- location: NonNullable<Anchor> | undefined;
41607
+ location: Anchor;
41644
41608
  origin: "auto" | Anchor | "overlap";
41645
41609
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
41646
41610
  component?: Component | undefined;
@@ -41666,7 +41630,6 @@ declare const VMenu: {
41666
41630
  noClickAnimation: boolean;
41667
41631
  persistent: boolean;
41668
41632
  scrim: NonNullable<string | boolean>;
41669
- submenu: boolean;
41670
41633
  } & {
41671
41634
  offset?: string | number | number[] | undefined;
41672
41635
  id?: string | undefined;
@@ -42176,7 +42139,7 @@ declare const VMenu: {
42176
42139
  onAfterLeave?: (() => any) | undefined;
42177
42140
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
42178
42141
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
42179
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
42142
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
42180
42143
  activatorEl: vue.Ref<HTMLElement | undefined>;
42181
42144
  scrimEl: vue.Ref<HTMLElement | undefined>;
42182
42145
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -42188,7 +42151,7 @@ declare const VMenu: {
42188
42151
  }> & {} & 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, {
42189
42152
  'update:modelValue': (value: boolean) => boolean;
42190
42153
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
42191
- location: NonNullable<Anchor> | undefined;
42154
+ location: Anchor;
42192
42155
  origin: "auto" | Anchor | "overlap";
42193
42156
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
42194
42157
  component?: Component | undefined;
@@ -42214,7 +42177,6 @@ declare const VMenu: {
42214
42177
  noClickAnimation: boolean;
42215
42178
  persistent: boolean;
42216
42179
  scrim: NonNullable<string | boolean>;
42217
- submenu: boolean;
42218
42180
  } & {
42219
42181
  offset?: string | number | number[] | undefined;
42220
42182
  id?: string | undefined;
@@ -42269,7 +42231,7 @@ declare const VMenu: {
42269
42231
  } & {
42270
42232
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
42271
42233
  }, {
42272
- location: NonNullable<Anchor> | undefined;
42234
+ location: Anchor;
42273
42235
  origin: "auto" | Anchor | "overlap";
42274
42236
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
42275
42237
  component?: Component | undefined;
@@ -42297,7 +42259,6 @@ declare const VMenu: {
42297
42259
  noClickAnimation: boolean;
42298
42260
  persistent: boolean;
42299
42261
  scrim: NonNullable<string | boolean>;
42300
- submenu: boolean;
42301
42262
  }, true, {}, vue.SlotsType<Partial<{
42302
42263
  default: (arg: {
42303
42264
  isActive: vue.Ref<boolean>;
@@ -42319,7 +42280,7 @@ declare const VMenu: {
42319
42280
  M: {};
42320
42281
  Defaults: {};
42321
42282
  }, {
42322
- location: NonNullable<Anchor> | undefined;
42283
+ location: Anchor;
42323
42284
  origin: "auto" | Anchor | "overlap";
42324
42285
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
42325
42286
  component?: Component | undefined;
@@ -42345,7 +42306,6 @@ declare const VMenu: {
42345
42306
  noClickAnimation: boolean;
42346
42307
  persistent: boolean;
42347
42308
  scrim: NonNullable<string | boolean>;
42348
- submenu: boolean;
42349
42309
  } & {
42350
42310
  offset?: string | number | number[] | undefined;
42351
42311
  id?: string | undefined;
@@ -42855,7 +42815,7 @@ declare const VMenu: {
42855
42815
  onAfterLeave?: (() => any) | undefined;
42856
42816
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
42857
42817
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
42858
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
42818
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
42859
42819
  activatorEl: vue.Ref<HTMLElement | undefined>;
42860
42820
  scrimEl: vue.Ref<HTMLElement | undefined>;
42861
42821
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -42865,7 +42825,7 @@ declare const VMenu: {
42865
42825
  localTop: vue.ComputedRef<boolean>;
42866
42826
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
42867
42827
  }> & {} & 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}`>, {}, {}, {}, {
42868
- location: NonNullable<Anchor> | undefined;
42828
+ location: Anchor;
42869
42829
  origin: "auto" | Anchor | "overlap";
42870
42830
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
42871
42831
  component?: Component | undefined;
@@ -42893,13 +42853,12 @@ declare const VMenu: {
42893
42853
  noClickAnimation: boolean;
42894
42854
  persistent: boolean;
42895
42855
  scrim: NonNullable<string | boolean>;
42896
- submenu: boolean;
42897
42856
  }>;
42898
42857
  __isFragment?: undefined;
42899
42858
  __isTeleport?: undefined;
42900
42859
  __isSuspense?: undefined;
42901
42860
  } & vue.ComponentOptionsBase<{
42902
- location: NonNullable<Anchor> | undefined;
42861
+ location: Anchor;
42903
42862
  origin: "auto" | Anchor | "overlap";
42904
42863
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
42905
42864
  component?: Component | undefined;
@@ -42925,7 +42884,6 @@ declare const VMenu: {
42925
42884
  noClickAnimation: boolean;
42926
42885
  persistent: boolean;
42927
42886
  scrim: NonNullable<string | boolean>;
42928
- submenu: boolean;
42929
42887
  } & {
42930
42888
  offset?: string | number | number[] | undefined;
42931
42889
  id?: string | undefined;
@@ -43435,7 +43393,7 @@ declare const VMenu: {
43435
43393
  onAfterLeave?: (() => any) | undefined;
43436
43394
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
43437
43395
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
43438
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
43396
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
43439
43397
  activatorEl: vue.Ref<HTMLElement | undefined>;
43440
43398
  scrimEl: vue.Ref<HTMLElement | undefined>;
43441
43399
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -43447,7 +43405,7 @@ declare const VMenu: {
43447
43405
  }> & {} & 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, {
43448
43406
  'update:modelValue': (value: boolean) => boolean;
43449
43407
  }, string, {
43450
- location: NonNullable<Anchor> | undefined;
43408
+ location: Anchor;
43451
43409
  origin: "auto" | Anchor | "overlap";
43452
43410
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
43453
43411
  component?: Component | undefined;
@@ -43475,7 +43433,6 @@ declare const VMenu: {
43475
43433
  noClickAnimation: boolean;
43476
43434
  persistent: boolean;
43477
43435
  scrim: NonNullable<string | boolean>;
43478
- submenu: boolean;
43479
43436
  }, {}, string, vue.SlotsType<Partial<{
43480
43437
  default: (arg: {
43481
43438
  isActive: vue.Ref<boolean>;
@@ -43491,12 +43448,9 @@ declare const VMenu: {
43491
43448
  }>[];
43492
43449
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
43493
43450
  offset: vue.PropType<string | number | number[] | undefined>;
43494
- location: Omit<{
43451
+ location: {
43495
43452
  type: vue.PropType<Anchor>;
43496
43453
  default: string;
43497
- }, "type" | "default"> & {
43498
- type: vue.PropType<NonNullable<Anchor> | undefined>;
43499
- default: NonNullable<Anchor> | undefined;
43500
43454
  };
43501
43455
  origin: {
43502
43456
  type: vue.PropType<"auto" | Anchor | "overlap">;
@@ -43607,15 +43561,11 @@ declare const VMenu: {
43607
43561
  };
43608
43562
  attach: vue.PropType<string | boolean | Element>;
43609
43563
  id: StringConstructor;
43610
- submenu: BooleanConstructor;
43611
43564
  }, vue.ExtractPropTypes<{
43612
43565
  offset: vue.PropType<string | number | number[] | undefined>;
43613
- location: Omit<{
43566
+ location: {
43614
43567
  type: vue.PropType<Anchor>;
43615
43568
  default: string;
43616
- }, "type" | "default"> & {
43617
- type: vue.PropType<NonNullable<Anchor> | undefined>;
43618
- default: NonNullable<Anchor> | undefined;
43619
43569
  };
43620
43570
  origin: {
43621
43571
  type: vue.PropType<"auto" | Anchor | "overlap">;
@@ -43726,7 +43676,6 @@ declare const VMenu: {
43726
43676
  };
43727
43677
  attach: vue.PropType<string | boolean | Element>;
43728
43678
  id: StringConstructor;
43729
- submenu: BooleanConstructor;
43730
43679
  }>>;
43731
43680
  type VMenu = InstanceType<typeof VMenu>;
43732
43681
 
@@ -49355,7 +49304,7 @@ declare const VSelect: {
49355
49304
  }) => vue.VNodeChild) | undefined;
49356
49305
  }) | undefined;
49357
49306
  menuProps?: (Partial<{
49358
- location: NonNullable<Anchor> | undefined;
49307
+ location: Anchor;
49359
49308
  origin: "auto" | Anchor | "overlap";
49360
49309
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
49361
49310
  component?: Component | undefined;
@@ -49383,9 +49332,8 @@ declare const VSelect: {
49383
49332
  noClickAnimation: boolean;
49384
49333
  persistent: boolean;
49385
49334
  scrim: NonNullable<string | boolean>;
49386
- submenu: boolean;
49387
49335
  }> & Omit<{
49388
- location: NonNullable<Anchor> | undefined;
49336
+ location: Anchor;
49389
49337
  origin: "auto" | Anchor | "overlap";
49390
49338
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
49391
49339
  component?: Component | undefined;
@@ -49411,7 +49359,6 @@ declare const VSelect: {
49411
49359
  noClickAnimation: boolean;
49412
49360
  persistent: boolean;
49413
49361
  scrim: NonNullable<string | boolean>;
49414
- submenu: boolean;
49415
49362
  offset?: string | number | number[] | undefined;
49416
49363
  id?: string | undefined;
49417
49364
  height?: string | number | undefined;
@@ -49462,7 +49409,7 @@ declare const VSelect: {
49462
49409
  }) => vue.VNodeChild) | undefined;
49463
49410
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
49464
49411
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
49465
- location: NonNullable<Anchor> | undefined;
49412
+ location: Anchor;
49466
49413
  origin: "auto" | Anchor | "overlap";
49467
49414
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
49468
49415
  component?: Component | undefined;
@@ -49488,7 +49435,6 @@ declare const VSelect: {
49488
49435
  noClickAnimation: boolean;
49489
49436
  persistent: boolean;
49490
49437
  scrim: NonNullable<string | boolean>;
49491
- submenu: boolean;
49492
49438
  } & {
49493
49439
  offset?: string | number | number[] | undefined;
49494
49440
  id?: string | undefined;
@@ -49542,7 +49488,7 @@ declare const VSelect: {
49542
49488
  }) => vue.VNodeChild) | undefined;
49543
49489
  } & {
49544
49490
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
49545
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
49491
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
49546
49492
  itemColor?: string | undefined;
49547
49493
  } & {
49548
49494
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -49890,7 +49836,7 @@ declare const VSelect: {
49890
49836
  }) => vue.VNodeChild) | undefined;
49891
49837
  }) | undefined;
49892
49838
  menuProps?: (Partial<{
49893
- location: NonNullable<Anchor> | undefined;
49839
+ location: Anchor;
49894
49840
  origin: "auto" | Anchor | "overlap";
49895
49841
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
49896
49842
  component?: Component | undefined;
@@ -49918,9 +49864,8 @@ declare const VSelect: {
49918
49864
  noClickAnimation: boolean;
49919
49865
  persistent: boolean;
49920
49866
  scrim: NonNullable<string | boolean>;
49921
- submenu: boolean;
49922
49867
  }> & Omit<{
49923
- location: NonNullable<Anchor> | undefined;
49868
+ location: Anchor;
49924
49869
  origin: "auto" | Anchor | "overlap";
49925
49870
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
49926
49871
  component?: Component | undefined;
@@ -49946,7 +49891,6 @@ declare const VSelect: {
49946
49891
  noClickAnimation: boolean;
49947
49892
  persistent: boolean;
49948
49893
  scrim: NonNullable<string | boolean>;
49949
- submenu: boolean;
49950
49894
  offset?: string | number | number[] | undefined;
49951
49895
  id?: string | undefined;
49952
49896
  height?: string | number | undefined;
@@ -49997,7 +49941,7 @@ declare const VSelect: {
49997
49941
  }) => vue.VNodeChild) | undefined;
49998
49942
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
49999
49943
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
50000
- location: NonNullable<Anchor> | undefined;
49944
+ location: Anchor;
50001
49945
  origin: "auto" | Anchor | "overlap";
50002
49946
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
50003
49947
  component?: Component | undefined;
@@ -50023,7 +49967,6 @@ declare const VSelect: {
50023
49967
  noClickAnimation: boolean;
50024
49968
  persistent: boolean;
50025
49969
  scrim: NonNullable<string | boolean>;
50026
- submenu: boolean;
50027
49970
  } & {
50028
49971
  offset?: string | number | number[] | undefined;
50029
49972
  id?: string | undefined;
@@ -50077,7 +50020,7 @@ declare const VSelect: {
50077
50020
  }) => vue.VNodeChild) | undefined;
50078
50021
  } & {
50079
50022
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
50080
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
50023
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
50081
50024
  itemColor?: string | undefined;
50082
50025
  } & {
50083
50026
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -50538,7 +50481,7 @@ declare const VSelect: {
50538
50481
  }) => vue.VNodeChild) | undefined;
50539
50482
  }) | undefined;
50540
50483
  menuProps?: (Partial<{
50541
- location: NonNullable<Anchor> | undefined;
50484
+ location: Anchor;
50542
50485
  origin: "auto" | Anchor | "overlap";
50543
50486
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
50544
50487
  component?: Component | undefined;
@@ -50566,9 +50509,8 @@ declare const VSelect: {
50566
50509
  noClickAnimation: boolean;
50567
50510
  persistent: boolean;
50568
50511
  scrim: NonNullable<string | boolean>;
50569
- submenu: boolean;
50570
50512
  }> & Omit<{
50571
- location: NonNullable<Anchor> | undefined;
50513
+ location: Anchor;
50572
50514
  origin: "auto" | Anchor | "overlap";
50573
50515
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
50574
50516
  component?: Component | undefined;
@@ -50594,7 +50536,6 @@ declare const VSelect: {
50594
50536
  noClickAnimation: boolean;
50595
50537
  persistent: boolean;
50596
50538
  scrim: NonNullable<string | boolean>;
50597
- submenu: boolean;
50598
50539
  offset?: string | number | number[] | undefined;
50599
50540
  id?: string | undefined;
50600
50541
  height?: string | number | undefined;
@@ -50645,7 +50586,7 @@ declare const VSelect: {
50645
50586
  }) => vue.VNodeChild) | undefined;
50646
50587
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
50647
50588
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
50648
- location: NonNullable<Anchor> | undefined;
50589
+ location: Anchor;
50649
50590
  origin: "auto" | Anchor | "overlap";
50650
50591
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
50651
50592
  component?: Component | undefined;
@@ -50671,7 +50612,6 @@ declare const VSelect: {
50671
50612
  noClickAnimation: boolean;
50672
50613
  persistent: boolean;
50673
50614
  scrim: NonNullable<string | boolean>;
50674
- submenu: boolean;
50675
50615
  } & {
50676
50616
  offset?: string | number | number[] | undefined;
50677
50617
  id?: string | undefined;
@@ -50725,7 +50665,7 @@ declare const VSelect: {
50725
50665
  }) => vue.VNodeChild) | undefined;
50726
50666
  } & {
50727
50667
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
50728
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
50668
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
50729
50669
  itemColor?: string | undefined;
50730
50670
  } & {
50731
50671
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -51121,7 +51061,7 @@ declare const VSelect: {
51121
51061
  }) => vue.VNodeChild) | undefined;
51122
51062
  }) | undefined;
51123
51063
  menuProps?: (Partial<{
51124
- location: NonNullable<Anchor> | undefined;
51064
+ location: Anchor;
51125
51065
  origin: "auto" | Anchor | "overlap";
51126
51066
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
51127
51067
  component?: Component | undefined;
@@ -51149,9 +51089,8 @@ declare const VSelect: {
51149
51089
  noClickAnimation: boolean;
51150
51090
  persistent: boolean;
51151
51091
  scrim: NonNullable<string | boolean>;
51152
- submenu: boolean;
51153
51092
  }> & Omit<{
51154
- location: NonNullable<Anchor> | undefined;
51093
+ location: Anchor;
51155
51094
  origin: "auto" | Anchor | "overlap";
51156
51095
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
51157
51096
  component?: Component | undefined;
@@ -51177,7 +51116,6 @@ declare const VSelect: {
51177
51116
  noClickAnimation: boolean;
51178
51117
  persistent: boolean;
51179
51118
  scrim: NonNullable<string | boolean>;
51180
- submenu: boolean;
51181
51119
  offset?: string | number | number[] | undefined;
51182
51120
  id?: string | undefined;
51183
51121
  height?: string | number | undefined;
@@ -51228,7 +51166,7 @@ declare const VSelect: {
51228
51166
  }) => vue.VNodeChild) | undefined;
51229
51167
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
51230
51168
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
51231
- location: NonNullable<Anchor> | undefined;
51169
+ location: Anchor;
51232
51170
  origin: "auto" | Anchor | "overlap";
51233
51171
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
51234
51172
  component?: Component | undefined;
@@ -51254,7 +51192,6 @@ declare const VSelect: {
51254
51192
  noClickAnimation: boolean;
51255
51193
  persistent: boolean;
51256
51194
  scrim: NonNullable<string | boolean>;
51257
- submenu: boolean;
51258
51195
  } & {
51259
51196
  offset?: string | number | number[] | undefined;
51260
51197
  id?: string | undefined;
@@ -51308,7 +51245,7 @@ declare const VSelect: {
51308
51245
  }) => vue.VNodeChild) | undefined;
51309
51246
  } & {
51310
51247
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
51311
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">) | undefined;
51248
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">) | undefined;
51312
51249
  itemColor?: string | undefined;
51313
51250
  } & {
51314
51251
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
@@ -51920,7 +51857,7 @@ declare const VSelect: {
51920
51857
  };
51921
51858
  menuProps: {
51922
51859
  type: PropType<Partial<{
51923
- location: NonNullable<Anchor> | undefined;
51860
+ location: Anchor;
51924
51861
  origin: "auto" | Anchor | "overlap";
51925
51862
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
51926
51863
  component?: Component | undefined;
@@ -51948,9 +51885,8 @@ declare const VSelect: {
51948
51885
  noClickAnimation: boolean;
51949
51886
  persistent: boolean;
51950
51887
  scrim: NonNullable<string | boolean>;
51951
- submenu: boolean;
51952
51888
  }> & Omit<{
51953
- location: NonNullable<Anchor> | undefined;
51889
+ location: Anchor;
51954
51890
  origin: "auto" | Anchor | "overlap";
51955
51891
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
51956
51892
  component?: Component | undefined;
@@ -51976,7 +51912,6 @@ declare const VSelect: {
51976
51912
  noClickAnimation: boolean;
51977
51913
  persistent: boolean;
51978
51914
  scrim: NonNullable<string | boolean>;
51979
- submenu: boolean;
51980
51915
  offset?: string | number | number[] | undefined;
51981
51916
  id?: string | undefined;
51982
51917
  height?: string | number | undefined;
@@ -52027,7 +51962,7 @@ declare const VSelect: {
52027
51962
  }) => vue.VNodeChild) | undefined;
52028
51963
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
52029
51964
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
52030
- location: NonNullable<Anchor> | undefined;
51965
+ location: Anchor;
52031
51966
  origin: "auto" | Anchor | "overlap";
52032
51967
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
52033
51968
  component?: Component | undefined;
@@ -52053,7 +51988,6 @@ declare const VSelect: {
52053
51988
  noClickAnimation: boolean;
52054
51989
  persistent: boolean;
52055
51990
  scrim: NonNullable<string | boolean>;
52056
- submenu: boolean;
52057
51991
  } & {
52058
51992
  offset?: string | number | number[] | undefined;
52059
51993
  id?: string | undefined;
@@ -52107,7 +52041,7 @@ declare const VSelect: {
52107
52041
  }) => vue.VNodeChild) | undefined;
52108
52042
  } & {
52109
52043
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
52110
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">>;
52044
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
52111
52045
  };
52112
52046
  multiple: BooleanConstructor;
52113
52047
  noDataText: {
@@ -52555,7 +52489,7 @@ declare const VSelect: {
52555
52489
  };
52556
52490
  menuProps: {
52557
52491
  type: PropType<Partial<{
52558
- location: NonNullable<Anchor> | undefined;
52492
+ location: Anchor;
52559
52493
  origin: "auto" | Anchor | "overlap";
52560
52494
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
52561
52495
  component?: Component | undefined;
@@ -52583,9 +52517,8 @@ declare const VSelect: {
52583
52517
  noClickAnimation: boolean;
52584
52518
  persistent: boolean;
52585
52519
  scrim: NonNullable<string | boolean>;
52586
- submenu: boolean;
52587
52520
  }> & Omit<{
52588
- location: NonNullable<Anchor> | undefined;
52521
+ location: Anchor;
52589
52522
  origin: "auto" | Anchor | "overlap";
52590
52523
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
52591
52524
  component?: Component | undefined;
@@ -52611,7 +52544,6 @@ declare const VSelect: {
52611
52544
  noClickAnimation: boolean;
52612
52545
  persistent: boolean;
52613
52546
  scrim: NonNullable<string | boolean>;
52614
- submenu: boolean;
52615
52547
  offset?: string | number | number[] | undefined;
52616
52548
  id?: string | undefined;
52617
52549
  height?: string | number | undefined;
@@ -52662,7 +52594,7 @@ declare const VSelect: {
52662
52594
  }) => vue.VNodeChild) | undefined;
52663
52595
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
52664
52596
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
52665
- location: NonNullable<Anchor> | undefined;
52597
+ location: Anchor;
52666
52598
  origin: "auto" | Anchor | "overlap";
52667
52599
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
52668
52600
  component?: Component | undefined;
@@ -52688,7 +52620,6 @@ declare const VSelect: {
52688
52620
  noClickAnimation: boolean;
52689
52621
  persistent: boolean;
52690
52622
  scrim: NonNullable<string | boolean>;
52691
- submenu: boolean;
52692
52623
  } & {
52693
52624
  offset?: string | number | number[] | undefined;
52694
52625
  id?: string | undefined;
@@ -52742,7 +52673,7 @@ declare const VSelect: {
52742
52673
  }) => vue.VNodeChild) | undefined;
52743
52674
  } & {
52744
52675
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
52745
- }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "submenu">>;
52676
+ }, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
52746
52677
  };
52747
52678
  multiple: BooleanConstructor;
52748
52679
  noDataText: {
@@ -55021,7 +54952,7 @@ declare const VSnackbar: {
55021
54952
  onAfterLeave?: (() => any) | undefined;
55022
54953
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
55023
54954
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
55024
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
54955
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
55025
54956
  activatorEl: Ref<HTMLElement | undefined>;
55026
54957
  scrimEl: Ref<HTMLElement | undefined>;
55027
54958
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -55708,7 +55639,7 @@ declare const VSnackbar: {
55708
55639
  onAfterLeave?: (() => any) | undefined;
55709
55640
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
55710
55641
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
55711
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
55642
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
55712
55643
  activatorEl: Ref<HTMLElement | undefined>;
55713
55644
  scrimEl: Ref<HTMLElement | undefined>;
55714
55645
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -56287,7 +56218,7 @@ declare const VSnackbar: {
56287
56218
  onAfterLeave?: (() => any) | undefined;
56288
56219
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
56289
56220
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
56290
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
56221
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
56291
56222
  activatorEl: Ref<HTMLElement | undefined>;
56292
56223
  scrimEl: Ref<HTMLElement | undefined>;
56293
56224
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -56945,7 +56876,7 @@ type VSparkline = InstanceType<typeof VSparkline>;
56945
56876
  declare const VSpeedDial: {
56946
56877
  new (...args: any[]): vue.CreateComponentPublicInstance<{
56947
56878
  offset: NonNullable<string | number | number[] | undefined>;
56948
- location: NonNullable<NonNullable<Anchor> | undefined>;
56879
+ location: NonNullable<Anchor>;
56949
56880
  origin: "auto" | Anchor | "overlap";
56950
56881
  minWidth: NonNullable<string | number>;
56951
56882
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
@@ -56972,7 +56903,6 @@ declare const VSpeedDial: {
56972
56903
  noClickAnimation: boolean;
56973
56904
  persistent: boolean;
56974
56905
  scrim: NonNullable<string | boolean>;
56975
- submenu: boolean;
56976
56906
  } & {
56977
56907
  id?: string | undefined;
56978
56908
  height?: string | number | undefined;
@@ -57028,7 +56958,7 @@ declare const VSpeedDial: {
57028
56958
  'update:modelValue': (value: boolean) => boolean;
57029
56959
  }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
57030
56960
  offset: NonNullable<string | number | number[] | undefined>;
57031
- location: NonNullable<NonNullable<Anchor> | undefined>;
56961
+ location: NonNullable<Anchor>;
57032
56962
  origin: "auto" | Anchor | "overlap";
57033
56963
  minWidth: NonNullable<string | number>;
57034
56964
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
@@ -57055,7 +56985,6 @@ declare const VSpeedDial: {
57055
56985
  noClickAnimation: boolean;
57056
56986
  persistent: boolean;
57057
56987
  scrim: NonNullable<string | boolean>;
57058
- submenu: boolean;
57059
56988
  } & {
57060
56989
  id?: string | undefined;
57061
56990
  height?: string | number | undefined;
@@ -57109,7 +57038,7 @@ declare const VSpeedDial: {
57109
57038
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
57110
57039
  }, {
57111
57040
  offset: NonNullable<string | number | number[] | undefined>;
57112
- location: NonNullable<NonNullable<Anchor> | undefined>;
57041
+ location: NonNullable<Anchor>;
57113
57042
  origin: "auto" | Anchor | "overlap";
57114
57043
  minWidth: NonNullable<string | number>;
57115
57044
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
@@ -57138,7 +57067,6 @@ declare const VSpeedDial: {
57138
57067
  noClickAnimation: boolean;
57139
57068
  persistent: boolean;
57140
57069
  scrim: NonNullable<string | boolean>;
57141
- submenu: boolean;
57142
57070
  }, true, {}, vue.SlotsType<Partial<{
57143
57071
  default: (arg: {
57144
57072
  isActive: vue.Ref<boolean>;
@@ -57161,7 +57089,7 @@ declare const VSpeedDial: {
57161
57089
  Defaults: {};
57162
57090
  }, {
57163
57091
  offset: NonNullable<string | number | number[] | undefined>;
57164
- location: NonNullable<NonNullable<Anchor> | undefined>;
57092
+ location: NonNullable<Anchor>;
57165
57093
  origin: "auto" | Anchor | "overlap";
57166
57094
  minWidth: NonNullable<string | number>;
57167
57095
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
@@ -57188,7 +57116,6 @@ declare const VSpeedDial: {
57188
57116
  noClickAnimation: boolean;
57189
57117
  persistent: boolean;
57190
57118
  scrim: NonNullable<string | boolean>;
57191
- submenu: boolean;
57192
57119
  } & {
57193
57120
  id?: string | undefined;
57194
57121
  height?: string | number | undefined;
@@ -57242,7 +57169,7 @@ declare const VSpeedDial: {
57242
57169
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
57243
57170
  }, {}, {}, {}, {}, {
57244
57171
  offset: NonNullable<string | number | number[] | undefined>;
57245
- location: NonNullable<NonNullable<Anchor> | undefined>;
57172
+ location: NonNullable<Anchor>;
57246
57173
  origin: "auto" | Anchor | "overlap";
57247
57174
  minWidth: NonNullable<string | number>;
57248
57175
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
@@ -57271,14 +57198,13 @@ declare const VSpeedDial: {
57271
57198
  noClickAnimation: boolean;
57272
57199
  persistent: boolean;
57273
57200
  scrim: NonNullable<string | boolean>;
57274
- submenu: boolean;
57275
57201
  }>;
57276
57202
  __isFragment?: undefined;
57277
57203
  __isTeleport?: undefined;
57278
57204
  __isSuspense?: undefined;
57279
57205
  } & vue.ComponentOptionsBase<{
57280
57206
  offset: NonNullable<string | number | number[] | undefined>;
57281
- location: NonNullable<NonNullable<Anchor> | undefined>;
57207
+ location: NonNullable<Anchor>;
57282
57208
  origin: "auto" | Anchor | "overlap";
57283
57209
  minWidth: NonNullable<string | number>;
57284
57210
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
@@ -57305,7 +57231,6 @@ declare const VSpeedDial: {
57305
57231
  noClickAnimation: boolean;
57306
57232
  persistent: boolean;
57307
57233
  scrim: NonNullable<string | boolean>;
57308
- submenu: boolean;
57309
57234
  } & {
57310
57235
  id?: string | undefined;
57311
57236
  height?: string | number | undefined;
@@ -57361,7 +57286,7 @@ declare const VSpeedDial: {
57361
57286
  'update:modelValue': (value: boolean) => boolean;
57362
57287
  }, string, {
57363
57288
  offset: NonNullable<string | number | number[] | undefined>;
57364
- location: NonNullable<NonNullable<Anchor> | undefined>;
57289
+ location: NonNullable<Anchor>;
57365
57290
  origin: "auto" | Anchor | "overlap";
57366
57291
  minWidth: NonNullable<string | number>;
57367
57292
  transition: NonNullable<NonNullable<string | boolean | (vue.TransitionProps & {
@@ -57390,7 +57315,6 @@ declare const VSpeedDial: {
57390
57315
  noClickAnimation: boolean;
57391
57316
  persistent: boolean;
57392
57317
  scrim: NonNullable<string | boolean>;
57393
- submenu: boolean;
57394
57318
  }, {}, string, vue.SlotsType<Partial<{
57395
57319
  default: (arg: {
57396
57320
  isActive: vue.Ref<boolean>;
@@ -57409,15 +57333,12 @@ declare const VSpeedDial: {
57409
57333
  type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
57410
57334
  default: NonNullable<string | number | number[] | undefined>;
57411
57335
  };
57412
- location: Omit<Omit<{
57336
+ location: Omit<{
57413
57337
  type: vue.PropType<Anchor>;
57414
57338
  default: string;
57415
57339
  }, "type" | "default"> & {
57416
- type: vue.PropType<NonNullable<Anchor> | undefined>;
57417
- default: NonNullable<Anchor> | undefined;
57418
- }, "type" | "default"> & {
57419
- type: vue.PropType<NonNullable<NonNullable<Anchor> | undefined>>;
57420
- default: NonNullable<NonNullable<Anchor> | undefined>;
57340
+ type: vue.PropType<NonNullable<Anchor>>;
57341
+ default: NonNullable<Anchor>;
57421
57342
  };
57422
57343
  origin: {
57423
57344
  type: vue.PropType<"auto" | Anchor | "overlap">;
@@ -57548,21 +57469,17 @@ declare const VSpeedDial: {
57548
57469
  };
57549
57470
  attach: vue.PropType<string | boolean | Element>;
57550
57471
  id: StringConstructor;
57551
- submenu: BooleanConstructor;
57552
57472
  }, vue.ExtractPropTypes<{
57553
57473
  offset: {
57554
57474
  type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
57555
57475
  default: NonNullable<string | number | number[] | undefined>;
57556
57476
  };
57557
- location: Omit<Omit<{
57477
+ location: Omit<{
57558
57478
  type: vue.PropType<Anchor>;
57559
57479
  default: string;
57560
57480
  }, "type" | "default"> & {
57561
- type: vue.PropType<NonNullable<Anchor> | undefined>;
57562
- default: NonNullable<Anchor> | undefined;
57563
- }, "type" | "default"> & {
57564
- type: vue.PropType<NonNullable<NonNullable<Anchor> | undefined>>;
57565
- default: NonNullable<NonNullable<Anchor> | undefined>;
57481
+ type: vue.PropType<NonNullable<Anchor>>;
57482
+ default: NonNullable<Anchor>;
57566
57483
  };
57567
57484
  origin: {
57568
57485
  type: vue.PropType<"auto" | Anchor | "overlap">;
@@ -57693,7 +57610,6 @@ declare const VSpeedDial: {
57693
57610
  };
57694
57611
  attach: vue.PropType<string | boolean | Element>;
57695
57612
  id: StringConstructor;
57696
- submenu: BooleanConstructor;
57697
57613
  }>>;
57698
57614
  type VSpeedDial = InstanceType<typeof VSpeedDial>;
57699
57615
 
@@ -68501,7 +68417,7 @@ declare const VTooltip: {
68501
68417
  onAfterLeave?: (() => any) | undefined;
68502
68418
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
68503
68419
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
68504
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
68420
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
68505
68421
  activatorEl: vue.Ref<HTMLElement | undefined>;
68506
68422
  scrimEl: vue.Ref<HTMLElement | undefined>;
68507
68423
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -69167,7 +69083,7 @@ declare const VTooltip: {
69167
69083
  onAfterLeave?: (() => any) | undefined;
69168
69084
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
69169
69085
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
69170
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
69086
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
69171
69087
  activatorEl: vue.Ref<HTMLElement | undefined>;
69172
69088
  scrimEl: vue.Ref<HTMLElement | undefined>;
69173
69089
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -69737,7 +69653,7 @@ declare const VTooltip: {
69737
69653
  onAfterLeave?: (() => any) | undefined;
69738
69654
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
69739
69655
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
69740
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
69656
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
69741
69657
  activatorEl: vue.Ref<HTMLElement | undefined>;
69742
69658
  scrimEl: vue.Ref<HTMLElement | undefined>;
69743
69659
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
@@ -73078,39 +72994,41 @@ declare global {
73078
72994
  }
73079
72995
  interface _GlobalComponents {
73080
72996
  VApp: typeof import('vuetify/components')['VApp']
73081
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
73082
72997
  VAppBar: typeof import('vuetify/components')['VAppBar']
73083
72998
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
73084
72999
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
73085
- VAvatar: typeof import('vuetify/components')['VAvatar']
73086
73000
  VAlert: typeof import('vuetify/components')['VAlert']
73087
73001
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
73002
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
73003
+ VBadge: typeof import('vuetify/components')['VBadge']
73004
+ VAvatar: typeof import('vuetify/components')['VAvatar']
73088
73005
  VBanner: typeof import('vuetify/components')['VBanner']
73089
73006
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
73090
73007
  VBannerText: typeof import('vuetify/components')['VBannerText']
73091
- VBadge: typeof import('vuetify/components')['VBadge']
73092
- VBtn: typeof import('vuetify/components')['VBtn']
73093
73008
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
73094
73009
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
73095
73010
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
73011
+ VBtn: typeof import('vuetify/components')['VBtn']
73096
73012
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
73097
- VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
73098
73013
  VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
73014
+ VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
73015
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
73016
+ VCarousel: typeof import('vuetify/components')['VCarousel']
73017
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
73099
73018
  VCard: typeof import('vuetify/components')['VCard']
73100
73019
  VCardActions: typeof import('vuetify/components')['VCardActions']
73101
73020
  VCardItem: typeof import('vuetify/components')['VCardItem']
73102
73021
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
73103
73022
  VCardText: typeof import('vuetify/components')['VCardText']
73104
73023
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
73105
- VCarousel: typeof import('vuetify/components')['VCarousel']
73106
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
73107
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
73024
+ VChip: typeof import('vuetify/components')['VChip']
73025
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
73108
73026
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
73109
73027
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
73028
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
73029
+ VCounter: typeof import('vuetify/components')['VCounter']
73110
73030
  VCode: typeof import('vuetify/components')['VCode']
73111
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
73112
73031
  VCombobox: typeof import('vuetify/components')['VCombobox']
73113
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
73114
73032
  VDataTable: typeof import('vuetify/components')['VDataTable']
73115
73033
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
73116
73034
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -73118,38 +73036,36 @@ interface _GlobalComponents {
73118
73036
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
73119
73037
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
73120
73038
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
73121
- VCounter: typeof import('vuetify/components')['VCounter']
73122
- VChip: typeof import('vuetify/components')['VChip']
73123
- VDialog: typeof import('vuetify/components')['VDialog']
73124
73039
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
73125
73040
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
73126
73041
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
73127
73042
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
73128
73043
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
73129
73044
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
73130
- VDivider: typeof import('vuetify/components')['VDivider']
73045
+ VDialog: typeof import('vuetify/components')['VDialog']
73131
73046
  VEmptyState: typeof import('vuetify/components')['VEmptyState']
73047
+ VDivider: typeof import('vuetify/components')['VDivider']
73048
+ VFab: typeof import('vuetify/components')['VFab']
73049
+ VFileInput: typeof import('vuetify/components')['VFileInput']
73050
+ VField: typeof import('vuetify/components')['VField']
73051
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
73132
73052
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
73133
73053
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
73134
73054
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
73135
73055
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
73136
- VFab: typeof import('vuetify/components')['VFab']
73137
73056
  VFooter: typeof import('vuetify/components')['VFooter']
73138
- VFileInput: typeof import('vuetify/components')['VFileInput']
73139
- VField: typeof import('vuetify/components')['VField']
73140
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
73141
73057
  VIcon: typeof import('vuetify/components')['VIcon']
73142
73058
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
73143
73059
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
73144
73060
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
73145
73061
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
73146
- VImg: typeof import('vuetify/components')['VImg']
73147
73062
  VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
73148
- VInput: typeof import('vuetify/components')['VInput']
73149
- VKbd: typeof import('vuetify/components')['VKbd']
73150
- VLabel: typeof import('vuetify/components')['VLabel']
73063
+ VImg: typeof import('vuetify/components')['VImg']
73151
73064
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
73152
73065
  VItem: typeof import('vuetify/components')['VItem']
73066
+ VKbd: typeof import('vuetify/components')['VKbd']
73067
+ VInput: typeof import('vuetify/components')['VInput']
73068
+ VLabel: typeof import('vuetify/components')['VLabel']
73153
73069
  VList: typeof import('vuetify/components')['VList']
73154
73070
  VListGroup: typeof import('vuetify/components')['VListGroup']
73155
73071
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -73159,64 +73075,64 @@ interface _GlobalComponents {
73159
73075
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
73160
73076
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
73161
73077
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
73162
- VMain: typeof import('vuetify/components')['VMain']
73163
- VMenu: typeof import('vuetify/components')['VMenu']
73164
73078
  VMessages: typeof import('vuetify/components')['VMessages']
73079
+ VMenu: typeof import('vuetify/components')['VMenu']
73165
73080
  VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
73166
- VOverlay: typeof import('vuetify/components')['VOverlay']
73081
+ VMain: typeof import('vuetify/components')['VMain']
73167
73082
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
73083
+ VOverlay: typeof import('vuetify/components')['VOverlay']
73168
73084
  VPagination: typeof import('vuetify/components')['VPagination']
73169
- VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
73170
73085
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
73086
+ VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
73171
73087
  VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
73172
73088
  VRating: typeof import('vuetify/components')['VRating']
73173
73089
  VSelect: typeof import('vuetify/components')['VSelect']
73174
73090
  VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
73091
+ VSlider: typeof import('vuetify/components')['VSlider']
73175
73092
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
73176
- VSheet: typeof import('vuetify/components')['VSheet']
73177
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
73178
73093
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
73094
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
73179
73095
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
73180
73096
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
73181
- VSlider: typeof import('vuetify/components')['VSlider']
73182
- VTab: typeof import('vuetify/components')['VTab']
73183
- VTabs: typeof import('vuetify/components')['VTabs']
73184
- VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
73185
- VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
73186
- VTextarea: typeof import('vuetify/components')['VTextarea']
73187
73097
  VStepper: typeof import('vuetify/components')['VStepper']
73188
73098
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
73189
73099
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
73190
73100
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
73191
73101
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
73192
73102
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
73103
+ VSheet: typeof import('vuetify/components')['VSheet']
73193
73104
  VSwitch: typeof import('vuetify/components')['VSwitch']
73194
- VTable: typeof import('vuetify/components')['VTable']
73195
73105
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
73106
+ VTab: typeof import('vuetify/components')['VTab']
73107
+ VTabs: typeof import('vuetify/components')['VTabs']
73108
+ VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
73109
+ VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
73110
+ VTable: typeof import('vuetify/components')['VTable']
73111
+ VTextarea: typeof import('vuetify/components')['VTextarea']
73196
73112
  VTextField: typeof import('vuetify/components')['VTextField']
73197
73113
  VTimeline: typeof import('vuetify/components')['VTimeline']
73198
73114
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
73199
73115
  VToolbar: typeof import('vuetify/components')['VToolbar']
73200
73116
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
73201
73117
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
73202
- VTooltip: typeof import('vuetify/components')['VTooltip']
73203
73118
  VWindow: typeof import('vuetify/components')['VWindow']
73204
73119
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
73120
+ VTooltip: typeof import('vuetify/components')['VTooltip']
73205
73121
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
73206
73122
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
73207
73123
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
73208
73124
  VForm: typeof import('vuetify/components')['VForm']
73125
+ VHover: typeof import('vuetify/components')['VHover']
73209
73126
  VContainer: typeof import('vuetify/components')['VContainer']
73210
73127
  VCol: typeof import('vuetify/components')['VCol']
73211
73128
  VRow: typeof import('vuetify/components')['VRow']
73212
73129
  VSpacer: typeof import('vuetify/components')['VSpacer']
73213
- VHover: typeof import('vuetify/components')['VHover']
73214
73130
  VLayout: typeof import('vuetify/components')['VLayout']
73215
73131
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
73216
73132
  VLazy: typeof import('vuetify/components')['VLazy']
73217
73133
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
73218
- VNoSsr: typeof import('vuetify/components')['VNoSsr']
73219
73134
  VParallax: typeof import('vuetify/components')['VParallax']
73135
+ VNoSsr: typeof import('vuetify/components')['VNoSsr']
73220
73136
  VRadio: typeof import('vuetify/components')['VRadio']
73221
73137
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
73222
73138
  VResponsive: typeof import('vuetify/components')['VResponsive']
@@ -73241,6 +73157,8 @@ interface _GlobalComponents {
73241
73157
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
73242
73158
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
73243
73159
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
73160
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
73161
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
73244
73162
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
73245
73163
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
73246
73164
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
@@ -73248,20 +73166,18 @@ interface _GlobalComponents {
73248
73166
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
73249
73167
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
73250
73168
  VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
73169
+ VTreeview: typeof import('vuetify/labs/components')['VTreeview']
73170
+ VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
73171
+ VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
73251
73172
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
73252
73173
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
73253
73174
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
73254
- VPicker: typeof import('vuetify/labs/components')['VPicker']
73255
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
73256
73175
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
73257
73176
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
73258
73177
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
73259
- VTreeview: typeof import('vuetify/labs/components')['VTreeview']
73260
- VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
73261
- VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
73262
73178
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
73263
- VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
73264
73179
  VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
73180
+ VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
73265
73181
  }
73266
73182
  declare module 'vue' {
73267
73183
  export type JSXComponent<Props = any> = { new (): ComponentPublicInstance<Props> } | FunctionalComponent<Props>