@vuetify/nightly 3.6.8-master.2024-06-11 → 3.6.9-master.2024-06-12

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/CHANGELOG.md +2 -10
  2. package/dist/json/attributes.json +4 -4
  3. package/dist/json/importMap-labs.json +24 -24
  4. package/dist/json/importMap.json +132 -132
  5. package/dist/json/web-types.json +12 -13
  6. package/dist/vuetify-labs.css +2088 -2088
  7. package/dist/vuetify-labs.d.ts +44 -45
  8. package/dist/vuetify-labs.esm.js +32 -19
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +32 -19
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +489 -489
  13. package/dist/vuetify.d.ts +84 -91
  14. package/dist/vuetify.esm.js +20 -13
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +20 -13
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +31 -28
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VFab/VFab.mjs +4 -7
  22. package/lib/components/VFab/VFab.mjs.map +1 -1
  23. package/lib/components/VFab/index.d.mts +46 -49
  24. package/lib/components/VList/VList.mjs +1 -0
  25. package/lib/components/VList/VList.mjs.map +1 -1
  26. package/lib/components/VList/index.d.mts +2 -0
  27. package/lib/components/VMenu/VMenu.mjs +1 -1
  28. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  29. package/lib/components/VOverlay/VOverlay.mjs +4 -3
  30. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  31. package/lib/components/index.d.mts +38 -45
  32. package/lib/composables/scroll.mjs +6 -0
  33. package/lib/composables/scroll.mjs.map +1 -1
  34. package/lib/entry-bundler.mjs +1 -1
  35. package/lib/framework.mjs +1 -1
  36. package/lib/index.d.mts +46 -46
  37. package/lib/labs/VTimePicker/VTimePickerClock.mjs +3 -1
  38. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  39. package/lib/labs/VTimePicker/VTimePickerControls.mjs +7 -2
  40. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  41. package/lib/labs/VTreeview/VTreeview.mjs +3 -4
  42. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  43. package/lib/labs/VTreeview/index.d.mts +6 -0
  44. package/lib/labs/components.d.mts +6 -0
  45. package/package.json +1 -1
@@ -33600,7 +33600,6 @@ declare const VFab: {
33600
33600
  appear: boolean;
33601
33601
  density: Density;
33602
33602
  extended: boolean;
33603
- location: "left" | "right" | "end" | "top" | "bottom" | "start";
33604
33603
  slim: boolean;
33605
33604
  stacked: boolean;
33606
33605
  ripple: boolean | {
@@ -33628,6 +33627,7 @@ declare const VFab: {
33628
33627
  minHeight?: string | number | undefined;
33629
33628
  minWidth?: string | number | undefined;
33630
33629
  elevation?: string | number | undefined;
33630
+ location?: Anchor | undefined;
33631
33631
  baseColor?: string | undefined;
33632
33632
  selectedClass?: string | undefined;
33633
33633
  prependIcon?: IconValue | undefined;
@@ -33670,7 +33670,6 @@ declare const VFab: {
33670
33670
  appear: boolean;
33671
33671
  density: Density;
33672
33672
  extended: boolean;
33673
- location: "left" | "right" | "end" | "top" | "bottom" | "start";
33674
33673
  slim: boolean;
33675
33674
  stacked: boolean;
33676
33675
  ripple: boolean | {
@@ -33698,6 +33697,7 @@ declare const VFab: {
33698
33697
  minHeight?: string | number | undefined;
33699
33698
  minWidth?: string | number | undefined;
33700
33699
  elevation?: string | number | undefined;
33700
+ location?: Anchor | undefined;
33701
33701
  baseColor?: string | undefined;
33702
33702
  selectedClass?: string | undefined;
33703
33703
  prependIcon?: IconValue | undefined;
@@ -33739,7 +33739,6 @@ declare const VFab: {
33739
33739
  appear: boolean;
33740
33740
  density: Density;
33741
33741
  extended: boolean;
33742
- location: "left" | "right" | "end" | "top" | "bottom" | "start";
33743
33742
  slim: boolean;
33744
33743
  stacked: boolean;
33745
33744
  ripple: boolean | {
@@ -33782,7 +33781,6 @@ declare const VFab: {
33782
33781
  appear: boolean;
33783
33782
  density: Density;
33784
33783
  extended: boolean;
33785
- location: "left" | "right" | "end" | "top" | "bottom" | "start";
33786
33784
  slim: boolean;
33787
33785
  stacked: boolean;
33788
33786
  ripple: boolean | {
@@ -33810,6 +33808,7 @@ declare const VFab: {
33810
33808
  minHeight?: string | number | undefined;
33811
33809
  minWidth?: string | number | undefined;
33812
33810
  elevation?: string | number | undefined;
33811
+ location?: Anchor | undefined;
33813
33812
  baseColor?: string | undefined;
33814
33813
  selectedClass?: string | undefined;
33815
33814
  prependIcon?: IconValue | undefined;
@@ -33851,7 +33850,6 @@ declare const VFab: {
33851
33850
  appear: boolean;
33852
33851
  density: Density;
33853
33852
  extended: boolean;
33854
- location: "left" | "right" | "end" | "top" | "bottom" | "start";
33855
33853
  slim: boolean;
33856
33854
  stacked: boolean;
33857
33855
  ripple: boolean | {
@@ -33887,7 +33885,6 @@ declare const VFab: {
33887
33885
  appear: boolean;
33888
33886
  density: Density;
33889
33887
  extended: boolean;
33890
- location: "left" | "right" | "end" | "top" | "bottom" | "start";
33891
33888
  slim: boolean;
33892
33889
  stacked: boolean;
33893
33890
  ripple: boolean | {
@@ -33915,6 +33912,7 @@ declare const VFab: {
33915
33912
  minHeight?: string | number | undefined;
33916
33913
  minWidth?: string | number | undefined;
33917
33914
  elevation?: string | number | undefined;
33915
+ location?: Anchor | undefined;
33918
33916
  baseColor?: string | undefined;
33919
33917
  selectedClass?: string | undefined;
33920
33918
  prependIcon?: IconValue | undefined;
@@ -33958,7 +33956,6 @@ declare const VFab: {
33958
33956
  appear: boolean;
33959
33957
  density: Density;
33960
33958
  extended: boolean;
33961
- location: "left" | "right" | "end" | "top" | "bottom" | "start";
33962
33959
  slim: boolean;
33963
33960
  stacked: boolean;
33964
33961
  ripple: boolean | {
@@ -33971,19 +33968,20 @@ declare const VFab: {
33971
33968
  }>[];
33972
33969
  }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
33973
33970
  transition: Omit<{
33974
- type: PropType<string | boolean | (vue.TransitionProps & {
33971
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
33975
33972
  component?: vue.Component | undefined;
33976
33973
  })>;
33977
33974
  default: string;
33978
33975
  validator: (val: unknown) => boolean;
33979
33976
  }, "default" | "type"> & {
33980
- type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
33977
+ type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
33981
33978
  component?: vue.Component | undefined;
33982
33979
  })>>;
33983
33980
  default: NonNullable<string | boolean | (vue.TransitionProps & {
33984
33981
  component?: vue.Component | undefined;
33985
33982
  })>;
33986
33983
  };
33984
+ location: vue.PropType<Anchor>;
33987
33985
  name: {
33988
33986
  type: StringConstructor;
33989
33987
  };
@@ -33998,9 +33996,9 @@ declare const VFab: {
33998
33996
  };
33999
33997
  flat: BooleanConstructor;
34000
33998
  replace: BooleanConstructor;
34001
- class: PropType<any>;
33999
+ class: vue.PropType<any>;
34002
34000
  style: {
34003
- type: PropType<vue.StyleValue>;
34001
+ type: vue.PropType<vue.StyleValue>;
34004
34002
  default: null;
34005
34003
  };
34006
34004
  size: {
@@ -34015,7 +34013,7 @@ declare const VFab: {
34015
34013
  type: BooleanConstructor;
34016
34014
  default: undefined;
34017
34015
  }, "default" | "type"> & {
34018
- type: PropType<boolean>;
34016
+ type: vue.PropType<boolean>;
34019
34017
  default: boolean;
34020
34018
  };
34021
34019
  theme: StringConstructor;
@@ -34026,15 +34024,15 @@ declare const VFab: {
34026
34024
  type: StringConstructor;
34027
34025
  default: string;
34028
34026
  }, "default" | "type"> & {
34029
- type: PropType<string>;
34027
+ type: vue.PropType<string>;
34030
34028
  default: string;
34031
34029
  };
34032
34030
  loading: (StringConstructor | BooleanConstructor)[];
34033
- icon: PropType<boolean | IconValue>;
34034
- to: PropType<vue_router.RouteLocationRaw>;
34031
+ icon: vue.PropType<boolean | IconValue>;
34032
+ to: vue.PropType<vue_router.RouteLocationRaw>;
34035
34033
  border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
34036
34034
  position: {
34037
- type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
34035
+ type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
34038
34036
  validator: (v: any) => boolean;
34039
34037
  };
34040
34038
  readonly: BooleanConstructor;
@@ -34043,11 +34041,11 @@ declare const VFab: {
34043
34041
  default: undefined;
34044
34042
  };
34045
34043
  variant: Omit<{
34046
- type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
34044
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
34047
34045
  default: string;
34048
34046
  validator: (v: any) => boolean;
34049
34047
  }, "default" | "type"> & {
34050
- type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
34048
+ type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
34051
34049
  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
34052
34050
  };
34053
34051
  maxHeight: (StringConstructor | NumberConstructor)[];
@@ -34062,18 +34060,18 @@ declare const VFab: {
34062
34060
  validator(v: any): boolean;
34063
34061
  };
34064
34062
  density: {
34065
- type: PropType<Density>;
34063
+ type: vue.PropType<Density>;
34066
34064
  default: string;
34067
34065
  validator: (v: any) => boolean;
34068
34066
  };
34069
34067
  baseColor: StringConstructor;
34070
34068
  selectedClass: StringConstructor;
34071
- prependIcon: PropType<IconValue>;
34072
- appendIcon: PropType<IconValue>;
34069
+ prependIcon: vue.PropType<IconValue>;
34070
+ appendIcon: vue.PropType<IconValue>;
34073
34071
  slim: BooleanConstructor;
34074
34072
  stacked: BooleanConstructor;
34075
34073
  ripple: {
34076
- type: PropType<boolean | {
34074
+ type: vue.PropType<boolean | {
34077
34075
  class: string;
34078
34076
  } | undefined>;
34079
34077
  default: boolean;
@@ -34082,10 +34080,6 @@ declare const VFab: {
34082
34080
  appear: BooleanConstructor;
34083
34081
  extended: BooleanConstructor;
34084
34082
  layout: BooleanConstructor;
34085
- location: {
34086
- type: PropType<"left" | "right" | "end" | "top" | "bottom" | "start">;
34087
- default: string;
34088
- };
34089
34083
  offset: BooleanConstructor;
34090
34084
  modelValue: {
34091
34085
  type: BooleanConstructor;
@@ -34093,19 +34087,20 @@ declare const VFab: {
34093
34087
  };
34094
34088
  }, vue.ExtractPropTypes<{
34095
34089
  transition: Omit<{
34096
- type: PropType<string | boolean | (vue.TransitionProps & {
34090
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
34097
34091
  component?: vue.Component | undefined;
34098
34092
  })>;
34099
34093
  default: string;
34100
34094
  validator: (val: unknown) => boolean;
34101
34095
  }, "default" | "type"> & {
34102
- type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
34096
+ type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
34103
34097
  component?: vue.Component | undefined;
34104
34098
  })>>;
34105
34099
  default: NonNullable<string | boolean | (vue.TransitionProps & {
34106
34100
  component?: vue.Component | undefined;
34107
34101
  })>;
34108
34102
  };
34103
+ location: vue.PropType<Anchor>;
34109
34104
  name: {
34110
34105
  type: StringConstructor;
34111
34106
  };
@@ -34120,9 +34115,9 @@ declare const VFab: {
34120
34115
  };
34121
34116
  flat: BooleanConstructor;
34122
34117
  replace: BooleanConstructor;
34123
- class: PropType<any>;
34118
+ class: vue.PropType<any>;
34124
34119
  style: {
34125
- type: PropType<vue.StyleValue>;
34120
+ type: vue.PropType<vue.StyleValue>;
34126
34121
  default: null;
34127
34122
  };
34128
34123
  size: {
@@ -34137,7 +34132,7 @@ declare const VFab: {
34137
34132
  type: BooleanConstructor;
34138
34133
  default: undefined;
34139
34134
  }, "default" | "type"> & {
34140
- type: PropType<boolean>;
34135
+ type: vue.PropType<boolean>;
34141
34136
  default: boolean;
34142
34137
  };
34143
34138
  theme: StringConstructor;
@@ -34148,15 +34143,15 @@ declare const VFab: {
34148
34143
  type: StringConstructor;
34149
34144
  default: string;
34150
34145
  }, "default" | "type"> & {
34151
- type: PropType<string>;
34146
+ type: vue.PropType<string>;
34152
34147
  default: string;
34153
34148
  };
34154
34149
  loading: (StringConstructor | BooleanConstructor)[];
34155
- icon: PropType<boolean | IconValue>;
34156
- to: PropType<vue_router.RouteLocationRaw>;
34150
+ icon: vue.PropType<boolean | IconValue>;
34151
+ to: vue.PropType<vue_router.RouteLocationRaw>;
34157
34152
  border: (StringConstructor | NumberConstructor | BooleanConstructor)[];
34158
34153
  position: {
34159
- type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
34154
+ type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
34160
34155
  validator: (v: any) => boolean;
34161
34156
  };
34162
34157
  readonly: BooleanConstructor;
@@ -34165,11 +34160,11 @@ declare const VFab: {
34165
34160
  default: undefined;
34166
34161
  };
34167
34162
  variant: Omit<{
34168
- type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
34163
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
34169
34164
  default: string;
34170
34165
  validator: (v: any) => boolean;
34171
34166
  }, "default" | "type"> & {
34172
- type: PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
34167
+ type: vue.PropType<NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">>;
34173
34168
  default: NonNullable<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
34174
34169
  };
34175
34170
  maxHeight: (StringConstructor | NumberConstructor)[];
@@ -34184,18 +34179,18 @@ declare const VFab: {
34184
34179
  validator(v: any): boolean;
34185
34180
  };
34186
34181
  density: {
34187
- type: PropType<Density>;
34182
+ type: vue.PropType<Density>;
34188
34183
  default: string;
34189
34184
  validator: (v: any) => boolean;
34190
34185
  };
34191
34186
  baseColor: StringConstructor;
34192
34187
  selectedClass: StringConstructor;
34193
- prependIcon: PropType<IconValue>;
34194
- appendIcon: PropType<IconValue>;
34188
+ prependIcon: vue.PropType<IconValue>;
34189
+ appendIcon: vue.PropType<IconValue>;
34195
34190
  slim: BooleanConstructor;
34196
34191
  stacked: BooleanConstructor;
34197
34192
  ripple: {
34198
- type: PropType<boolean | {
34193
+ type: vue.PropType<boolean | {
34199
34194
  class: string;
34200
34195
  } | undefined>;
34201
34196
  default: boolean;
@@ -34204,10 +34199,6 @@ declare const VFab: {
34204
34199
  appear: BooleanConstructor;
34205
34200
  extended: BooleanConstructor;
34206
34201
  layout: BooleanConstructor;
34207
- location: {
34208
- type: PropType<"left" | "right" | "end" | "top" | "bottom" | "start">;
34209
- default: string;
34210
- };
34211
34202
  offset: BooleanConstructor;
34212
34203
  modelValue: {
34213
34204
  type: BooleanConstructor;
@@ -40354,6 +40345,7 @@ declare const VList: {
40354
40345
  value: boolean;
40355
40346
  path: unknown[];
40356
40347
  }) => void>;
40348
+ 'onUpdate:opened': PropType<() => void>;
40357
40349
  }, vue.ExtractPropTypes<{
40358
40350
  color: StringConstructor;
40359
40351
  variant: Omit<{
@@ -40462,6 +40454,7 @@ declare const VList: {
40462
40454
  value: boolean;
40463
40455
  path: unknown[];
40464
40456
  }) => void>;
40457
+ 'onUpdate:opened': PropType<() => void>;
40465
40458
  }>>;
40466
40459
  type VList = InstanceType<typeof VList>;
40467
40460
 
@@ -79825,6 +79818,7 @@ declare const VTreeview: {
79825
79818
  activeClass?: string | undefined;
79826
79819
  opened?: any;
79827
79820
  activeStrategy?: ActiveStrategyProp | undefined;
79821
+ 'onUpdate:opened'?: (() => void) | undefined;
79828
79822
  activeColor?: string | undefined;
79829
79823
  customFilter?: FilterFunction | undefined;
79830
79824
  customKeyFilter?: FilterKeyFunctions | undefined;
@@ -79918,6 +79912,7 @@ declare const VTreeview: {
79918
79912
  activeClass?: string | undefined;
79919
79913
  opened?: any;
79920
79914
  activeStrategy?: ActiveStrategyProp | undefined;
79915
+ 'onUpdate:opened'?: (() => void) | undefined;
79921
79916
  activeColor?: string | undefined;
79922
79917
  customFilter?: FilterFunction | undefined;
79923
79918
  customKeyFilter?: FilterKeyFunctions | undefined;
@@ -80091,6 +80086,7 @@ declare const VTreeview: {
80091
80086
  activeClass?: string | undefined;
80092
80087
  opened?: any;
80093
80088
  activeStrategy?: ActiveStrategyProp | undefined;
80089
+ 'onUpdate:opened'?: (() => void) | undefined;
80094
80090
  activeColor?: string | undefined;
80095
80091
  customFilter?: FilterFunction | undefined;
80096
80092
  customKeyFilter?: FilterKeyFunctions | undefined;
@@ -80203,6 +80199,7 @@ declare const VTreeview: {
80203
80199
  activeClass?: string | undefined;
80204
80200
  opened?: any;
80205
80201
  activeStrategy?: ActiveStrategyProp | undefined;
80202
+ 'onUpdate:opened'?: (() => void) | undefined;
80206
80203
  activeColor?: string | undefined;
80207
80204
  customFilter?: FilterFunction | undefined;
80208
80205
  customKeyFilter?: FilterKeyFunctions | undefined;
@@ -80418,6 +80415,7 @@ declare const VTreeview: {
80418
80415
  type: vue.PropType<NonNullable<NonNullable<OpenStrategyProp>>>;
80419
80416
  default: NonNullable<NonNullable<OpenStrategyProp>>;
80420
80417
  };
80418
+ 'onUpdate:opened': vue.PropType<() => void>;
80421
80419
  activeColor: StringConstructor;
80422
80420
  collapseIcon: {
80423
80421
  type: vue.PropType<string>;
@@ -80558,6 +80556,7 @@ declare const VTreeview: {
80558
80556
  type: vue.PropType<NonNullable<NonNullable<OpenStrategyProp>>>;
80559
80557
  default: NonNullable<NonNullable<OpenStrategyProp>>;
80560
80558
  };
80559
+ 'onUpdate:opened': vue.PropType<() => void>;
80561
80560
  activeColor: StringConstructor;
80562
80561
  collapseIcon: {
80563
80562
  type: vue.PropType<string>;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.8-master.2024-06-11
2
+ * Vuetify v3.6.9-master.2024-06-12
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -3756,6 +3756,7 @@ function useScroll(props) {
3756
3756
  canScroll
3757
3757
  } = args;
3758
3758
  let previousScroll = 0;
3759
+ let previousScrollHeight = 0;
3759
3760
  const target = ref(null);
3760
3761
  const currentScroll = shallowRef(0);
3761
3762
  const savedScroll = shallowRef(0);
@@ -3778,6 +3779,11 @@ function useScroll(props) {
3778
3779
  if (!targetEl || canScroll && !canScroll.value) return;
3779
3780
  previousScroll = currentScroll.value;
3780
3781
  currentScroll.value = 'window' in targetEl ? targetEl.pageYOffset : targetEl.scrollTop;
3782
+ const currentScrollHeight = targetEl instanceof Window ? document.documentElement.scrollHeight : targetEl.scrollHeight;
3783
+ if (previousScrollHeight !== currentScrollHeight) {
3784
+ previousScrollHeight = currentScrollHeight;
3785
+ return;
3786
+ }
3781
3787
  isScrollingUp.value = currentScroll.value < previousScroll;
3782
3788
  currentThreshold.value = Math.abs(currentScroll.value - scrollThreshold.value);
3783
3789
  };
@@ -9384,6 +9390,7 @@ const makeVListProps = propsFactory({
9384
9390
  nav: Boolean,
9385
9391
  'onClick:open': EventProp(),
9386
9392
  'onClick:select': EventProp(),
9393
+ 'onUpdate:opened': EventProp(),
9387
9394
  ...makeNestedProps({
9388
9395
  selectStrategy: 'single-leaf',
9389
9396
  openStrategy: 'list'
@@ -10787,9 +10794,6 @@ const VOverlay = genericComponent()({
10787
10794
  if (!(v && props.disabled)) model.value = v;
10788
10795
  }
10789
10796
  });
10790
- const {
10791
- teleportTarget
10792
- } = useTeleport(computed(() => props.attach || props.contained));
10793
10797
  const {
10794
10798
  themeClasses
10795
10799
  } = provideTheme(props);
@@ -10822,6 +10826,10 @@ const VOverlay = genericComponent()({
10822
10826
  isActive,
10823
10827
  isTop: localTop
10824
10828
  });
10829
+ const potentialShadowDomRoot = computed(() => activatorEl?.value?.getRootNode());
10830
+ const {
10831
+ teleportTarget
10832
+ } = useTeleport(computed(() => props.attach || props.contained || potentialShadowDomRoot.value instanceof ShadowRoot ? potentialShadowDomRoot.value : false));
10825
10833
  const {
10826
10834
  dimensionStyles
10827
10835
  } = useDimension(props);
@@ -11164,7 +11172,7 @@ const VMenu = genericComponent()({
11164
11172
  function onKeydown(e) {
11165
11173
  if (props.disabled) return;
11166
11174
  if (e.key === 'Tab' || e.key === 'Enter' && !props.closeOnContentClick) {
11167
- if (e.key === 'Enter' && e.target instanceof HTMLTextAreaElement) return;
11175
+ if (e.key === 'Enter' && (e.target instanceof HTMLTextAreaElement || e.target instanceof HTMLInputElement && !!e.target.closest('form'))) return;
11168
11176
  if (e.key === 'Enter') e.preventDefault();
11169
11177
  const nextElement = getNextElement(focusableChildren(overlay.value?.contentEl, false), e.shiftKey ? 'prev' : 'next', el => el.tabIndex >= 0);
11170
11178
  if (!nextElement) {
@@ -22512,15 +22520,13 @@ const VExpansionPanels = genericComponent()({
22512
22520
  }
22513
22521
  });
22514
22522
 
22523
+ // Types
22524
+
22515
22525
  const makeVFabProps = propsFactory({
22516
22526
  app: Boolean,
22517
22527
  appear: Boolean,
22518
22528
  extended: Boolean,
22519
22529
  layout: Boolean,
22520
- location: {
22521
- type: String,
22522
- default: 'bottom end'
22523
- },
22524
22530
  offset: Boolean,
22525
22531
  modelValue: {
22526
22532
  type: Boolean,
@@ -22530,6 +22536,7 @@ const makeVFabProps = propsFactory({
22530
22536
  active: true
22531
22537
  }), ['location']),
22532
22538
  ...makeLayoutItemProps(),
22539
+ ...makeLocationProps(),
22533
22540
  ...makeTransitionProps({
22534
22541
  transition: 'fab-transition'
22535
22542
  })
@@ -22556,11 +22563,11 @@ const VFab = genericComponent()({
22556
22563
  const hasPosition = computed(() => props.app || props.absolute);
22557
22564
  const position = computed(() => {
22558
22565
  if (!hasPosition.value) return false;
22559
- return props.location.split(' ').shift();
22566
+ return props.location?.split(' ').shift() ?? 'bottom';
22560
22567
  });
22561
22568
  const orientation = computed(() => {
22562
22569
  if (!hasPosition.value) return false;
22563
- return props.location.split(' ')[1] ?? 'end';
22570
+ return props.location?.split(' ')[1] ?? 'end';
22564
22571
  });
22565
22572
  useToggleScope(() => props.app, () => {
22566
22573
  const layout = useLayoutItem({
@@ -28760,6 +28767,7 @@ const VTimePickerClock = genericComponent()({
28760
28767
  return !props.allowedValues || props.allowedValues(value);
28761
28768
  }
28762
28769
  function wheel(e) {
28770
+ if (!props.scrollable || props.disabled) return;
28763
28771
  e.preventDefault();
28764
28772
  const delta = Math.sign(-e.deltaY || 1);
28765
28773
  let value = displayedValue.value;
@@ -28854,6 +28862,7 @@ const VTimePickerClock = genericComponent()({
28854
28862
  }
28855
28863
  }
28856
28864
  function onMouseDown(e) {
28865
+ if (props.disabled) return;
28857
28866
  e.preventDefault();
28858
28867
  window.addEventListener('mousemove', onDragMove);
28859
28868
  window.addEventListener('touchmove', onDragMove);
@@ -28884,7 +28893,7 @@ const VTimePickerClock = genericComponent()({
28884
28893
  }],
28885
28894
  "onMousedown": onMouseDown,
28886
28895
  "onTouchstart": onMouseDown,
28887
- "onWheel": e => props.scrollable && wheel(e),
28896
+ "onWheel": wheel,
28888
28897
  "ref": clockRef
28889
28898
  }, [createVNode("div", {
28890
28899
  "class": "v-time-picker-clock__inner",
@@ -28986,6 +28995,7 @@ const VTimePickerControls = genericComponent()({
28986
28995
  }, [createVNode(VBtn, {
28987
28996
  "active": props.selecting === 1,
28988
28997
  "color": props.selecting === 1 ? props.color : undefined,
28998
+ "disabled": props.disabled,
28989
28999
  "variant": "tonal",
28990
29000
  "class": {
28991
29001
  'v-time-picker-controls__time__btn': true,
@@ -29007,6 +29017,7 @@ const VTimePickerControls = genericComponent()({
29007
29017
  'v-time-picker-controls__time--with-ampm__btn': props.ampm,
29008
29018
  'v-time-picker-controls__time--with-seconds__btn': props.useSeconds
29009
29019
  },
29020
+ "disabled": props.disabled,
29010
29021
  "variant": "tonal",
29011
29022
  "text": props.minute == null ? '--' : pad(props.minute),
29012
29023
  "onClick": () => emit('update:selecting', SelectingTimes.Minute)
@@ -29024,6 +29035,7 @@ const VTimePickerControls = genericComponent()({
29024
29035
  'v-time-picker-controls__time__btn__active': props.selecting === 3,
29025
29036
  'v-time-picker-controls__time--with-seconds__btn': props.useSeconds
29026
29037
  },
29038
+ "disabled": props.disabled,
29027
29039
  "text": props.second == null ? '--' : pad(props.second)
29028
29040
  }, null), props.ampm && createVNode("div", {
29029
29041
  "class": ['v-time-picker-controls__ampm', {
@@ -29037,8 +29049,9 @@ const VTimePickerControls = genericComponent()({
29037
29049
  'v-time-picker-controls__ampm__btn': true,
29038
29050
  'v-time-picker-controls__ampm__btn__active': props.period === 'am'
29039
29051
  },
29052
+ "disabled": props.disabled,
29040
29053
  "text": t('$vuetify.timePicker.am'),
29041
- "variant": "tonal",
29054
+ "variant": props.disabled && props.period === 'am' ? 'elevated' : 'tonal',
29042
29055
  "onClick": () => props.period !== 'am' ? emit('update:period', 'am') : null
29043
29056
  }, null), createVNode(VBtn, {
29044
29057
  "active": props.period === 'pm',
@@ -29048,8 +29061,9 @@ const VTimePickerControls = genericComponent()({
29048
29061
  'v-time-picker-controls__ampm__btn': true,
29049
29062
  'v-time-picker-controls__ampm__btn__active': props.period === 'pm'
29050
29063
  },
29064
+ "disabled": props.disabled,
29051
29065
  "text": t('$vuetify.timePicker.pm'),
29052
- "variant": "tonal",
29066
+ "variant": props.disabled && props.period === 'pm' ? 'elevated' : 'tonal',
29053
29067
  "onClick": () => props.period !== 'pm' ? emit('update:period', 'pm') : null
29054
29068
  }, null)])])]);
29055
29069
  });
@@ -29633,6 +29647,7 @@ const VTreeview = genericComponent()({
29633
29647
  let {
29634
29648
  slots
29635
29649
  } = _ref;
29650
+ const vm = getCurrentInstance('VTreeview');
29636
29651
  const {
29637
29652
  items
29638
29653
  } = useListItems(props);
@@ -29715,15 +29730,13 @@ const VTreeview = genericComponent()({
29715
29730
  }
29716
29731
  });
29717
29732
  useRender(() => {
29718
- const listProps = VList.filterProps(props);
29733
+ const listProps = VList.filterProps(vm.vnode.props);
29719
29734
  const treeviewChildrenProps = VTreeviewChildren.filterProps(props);
29720
29735
  return createVNode(VList, mergeProps({
29721
29736
  "ref": vListRef
29722
29737
  }, listProps, {
29723
29738
  "class": ['v-treeview', props.class],
29724
29739
  "style": props.style,
29725
- "opened": opened.value,
29726
- "onUpdate:opened": $event => opened.value = $event,
29727
29740
  "activated": activated.value,
29728
29741
  "onUpdate:activated": $event => activated.value = $event,
29729
29742
  "selected": selected.value,
@@ -30235,7 +30248,7 @@ function createVuetify$1() {
30235
30248
  goTo
30236
30249
  };
30237
30250
  }
30238
- const version$1 = "3.6.8-master.2024-06-11";
30251
+ const version$1 = "3.6.9-master.2024-06-12";
30239
30252
  createVuetify$1.version = version$1;
30240
30253
 
30241
30254
  // Vue's inject() can only be used in setup
@@ -30488,7 +30501,7 @@ var index = /*#__PURE__*/Object.freeze({
30488
30501
 
30489
30502
  /* eslint-disable local-rules/sort-imports */
30490
30503
 
30491
- const version = "3.6.8-master.2024-06-11";
30504
+ const version = "3.6.9-master.2024-06-12";
30492
30505
 
30493
30506
  /* eslint-disable local-rules/sort-imports */
30494
30507