@vuetify/nightly 3.9.2-master.2025-07-23 → 3.9.2-master.2025-07-24

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 (211) hide show
  1. package/CHANGELOG.md +11 -3
  2. package/dist/_component-variables-labs.sass +2 -1
  3. package/dist/json/attributes.json +2563 -2299
  4. package/dist/json/importMap-labs.json +24 -12
  5. package/dist/json/importMap.json +174 -174
  6. package/dist/json/tags.json +81 -0
  7. package/dist/json/web-types.json +5100 -3978
  8. package/dist/vuetify-labs.cjs +751 -15
  9. package/dist/vuetify-labs.css +5171 -4837
  10. package/dist/vuetify-labs.d.ts +6526 -845
  11. package/dist/vuetify-labs.esm.js +752 -16
  12. package/dist/vuetify-labs.esm.js.map +1 -1
  13. package/dist/vuetify-labs.js +751 -15
  14. package/dist/vuetify-labs.min.css +2 -2
  15. package/dist/vuetify.cjs +37 -9
  16. package/dist/vuetify.cjs.map +1 -1
  17. package/dist/vuetify.css +3169 -3169
  18. package/dist/vuetify.d.ts +88 -68
  19. package/dist/vuetify.esm.js +37 -9
  20. package/dist/vuetify.esm.js.map +1 -1
  21. package/dist/vuetify.js +37 -9
  22. package/dist/vuetify.js.map +1 -1
  23. package/dist/vuetify.min.css +2 -2
  24. package/dist/vuetify.min.js +264 -263
  25. package/dist/vuetify.min.js.map +1 -1
  26. package/lib/components/VBottomSheet/VBottomSheet.d.ts +6 -6
  27. package/lib/components/VDialog/VDialog.d.ts +6 -6
  28. package/lib/components/VOverlay/VOverlay.js +1 -0
  29. package/lib/components/VOverlay/VOverlay.js.map +1 -1
  30. package/lib/components/VOverlay/scrollStrategies.d.ts +1 -0
  31. package/lib/components/VOverlay/scrollStrategies.js +6 -4
  32. package/lib/components/VOverlay/scrollStrategies.js.map +1 -1
  33. package/lib/components/VRangeSlider/VRangeSlider.d.ts +13 -0
  34. package/lib/components/VSlider/VSlider.d.ts +13 -0
  35. package/lib/components/VSlider/VSlider.js +3 -1
  36. package/lib/components/VSlider/VSlider.js.map +1 -1
  37. package/lib/components/VSlider/VSliderThumb.d.ts +13 -0
  38. package/lib/components/VSlider/VSliderThumb.js +2 -0
  39. package/lib/components/VSlider/VSliderThumb.js.map +1 -1
  40. package/lib/components/VSlider/slider.d.ts +6 -0
  41. package/lib/components/VSlider/slider.js +2 -0
  42. package/lib/components/VSlider/slider.js.map +1 -1
  43. package/lib/components/index.js +1 -1
  44. package/lib/components/index.js.map +1 -1
  45. package/lib/entry-bundler.js +1 -1
  46. package/lib/framework.d.ts +60 -56
  47. package/lib/framework.js +1 -1
  48. package/lib/iconsets/fa.js +9 -1
  49. package/lib/iconsets/fa.js.map +1 -1
  50. package/lib/iconsets/fa4.js +9 -1
  51. package/lib/iconsets/fa4.js.map +1 -1
  52. package/lib/iconsets/md.js +9 -1
  53. package/lib/iconsets/md.js.map +1 -1
  54. package/lib/iconsets/mdi-svg.js +9 -1
  55. package/lib/iconsets/mdi-svg.js.map +1 -1
  56. package/lib/iconsets/mdi.js +9 -1
  57. package/lib/iconsets/mdi.js.map +1 -1
  58. package/lib/labs/VVideo/VVideo.css +319 -0
  59. package/lib/labs/VVideo/VVideo.d.ts +6932 -0
  60. package/lib/labs/VVideo/VVideo.js +424 -0
  61. package/lib/labs/VVideo/VVideo.js.map +1 -0
  62. package/lib/labs/VVideo/VVideo.sass +301 -0
  63. package/lib/labs/VVideo/VVideoControls.d.ts +3524 -0
  64. package/lib/labs/VVideo/VVideoControls.js +232 -0
  65. package/lib/labs/VVideo/VVideoControls.js.map +1 -0
  66. package/lib/labs/VVideo/VVideoVolume.d.ts +3088 -0
  67. package/lib/labs/VVideo/VVideoVolume.js +90 -0
  68. package/lib/labs/VVideo/VVideoVolume.js.map +1 -0
  69. package/lib/labs/VVideo/_variables.scss +58 -0
  70. package/lib/labs/VVideo/index.d.ts +3 -0
  71. package/lib/labs/VVideo/index.js +4 -0
  72. package/lib/labs/VVideo/index.js.map +1 -0
  73. package/lib/labs/components.d.ts +1 -0
  74. package/lib/labs/components.js +1 -0
  75. package/lib/labs/components.js.map +1 -1
  76. package/lib/locale/af.d.ts +11 -0
  77. package/lib/locale/af.js +11 -0
  78. package/lib/locale/af.js.map +1 -1
  79. package/lib/locale/ar.d.ts +11 -0
  80. package/lib/locale/ar.js +11 -0
  81. package/lib/locale/ar.js.map +1 -1
  82. package/lib/locale/az.d.ts +11 -0
  83. package/lib/locale/az.js +11 -0
  84. package/lib/locale/az.js.map +1 -1
  85. package/lib/locale/bg.d.ts +11 -0
  86. package/lib/locale/bg.js +11 -0
  87. package/lib/locale/bg.js.map +1 -1
  88. package/lib/locale/ca.d.ts +11 -0
  89. package/lib/locale/ca.js +11 -0
  90. package/lib/locale/ca.js.map +1 -1
  91. package/lib/locale/ckb.d.ts +11 -0
  92. package/lib/locale/ckb.js +11 -0
  93. package/lib/locale/ckb.js.map +1 -1
  94. package/lib/locale/cs.d.ts +11 -0
  95. package/lib/locale/cs.js +11 -0
  96. package/lib/locale/cs.js.map +1 -1
  97. package/lib/locale/da.d.ts +11 -0
  98. package/lib/locale/da.js +11 -0
  99. package/lib/locale/da.js.map +1 -1
  100. package/lib/locale/de.d.ts +11 -0
  101. package/lib/locale/de.js +11 -0
  102. package/lib/locale/de.js.map +1 -1
  103. package/lib/locale/el.d.ts +11 -0
  104. package/lib/locale/el.js +11 -0
  105. package/lib/locale/el.js.map +1 -1
  106. package/lib/locale/en.d.ts +11 -0
  107. package/lib/locale/en.js +11 -0
  108. package/lib/locale/en.js.map +1 -1
  109. package/lib/locale/es.d.ts +11 -0
  110. package/lib/locale/es.js +11 -0
  111. package/lib/locale/es.js.map +1 -1
  112. package/lib/locale/et.d.ts +11 -0
  113. package/lib/locale/et.js +11 -0
  114. package/lib/locale/et.js.map +1 -1
  115. package/lib/locale/fa.d.ts +11 -0
  116. package/lib/locale/fa.js +11 -0
  117. package/lib/locale/fa.js.map +1 -1
  118. package/lib/locale/fi.d.ts +11 -0
  119. package/lib/locale/fi.js +11 -0
  120. package/lib/locale/fi.js.map +1 -1
  121. package/lib/locale/fr.d.ts +11 -0
  122. package/lib/locale/fr.js +11 -0
  123. package/lib/locale/fr.js.map +1 -1
  124. package/lib/locale/he.d.ts +11 -0
  125. package/lib/locale/he.js +11 -0
  126. package/lib/locale/he.js.map +1 -1
  127. package/lib/locale/hr.d.ts +11 -0
  128. package/lib/locale/hr.js +11 -0
  129. package/lib/locale/hr.js.map +1 -1
  130. package/lib/locale/hu.d.ts +11 -0
  131. package/lib/locale/hu.js +11 -0
  132. package/lib/locale/hu.js.map +1 -1
  133. package/lib/locale/id.d.ts +11 -0
  134. package/lib/locale/id.js +11 -0
  135. package/lib/locale/id.js.map +1 -1
  136. package/lib/locale/it.d.ts +11 -0
  137. package/lib/locale/it.js +11 -0
  138. package/lib/locale/it.js.map +1 -1
  139. package/lib/locale/ja.d.ts +11 -0
  140. package/lib/locale/ja.js +11 -0
  141. package/lib/locale/ja.js.map +1 -1
  142. package/lib/locale/km.d.ts +11 -0
  143. package/lib/locale/km.js +11 -0
  144. package/lib/locale/km.js.map +1 -1
  145. package/lib/locale/ko.d.ts +11 -0
  146. package/lib/locale/ko.js +11 -0
  147. package/lib/locale/ko.js.map +1 -1
  148. package/lib/locale/lt.d.ts +11 -0
  149. package/lib/locale/lt.js +11 -0
  150. package/lib/locale/lt.js.map +1 -1
  151. package/lib/locale/lv.d.ts +11 -0
  152. package/lib/locale/lv.js +11 -0
  153. package/lib/locale/lv.js.map +1 -1
  154. package/lib/locale/nl.d.ts +11 -0
  155. package/lib/locale/nl.js +11 -0
  156. package/lib/locale/nl.js.map +1 -1
  157. package/lib/locale/no.d.ts +11 -0
  158. package/lib/locale/no.js +11 -0
  159. package/lib/locale/no.js.map +1 -1
  160. package/lib/locale/pl.d.ts +11 -0
  161. package/lib/locale/pl.js +11 -0
  162. package/lib/locale/pl.js.map +1 -1
  163. package/lib/locale/pt.d.ts +11 -0
  164. package/lib/locale/pt.js +11 -0
  165. package/lib/locale/pt.js.map +1 -1
  166. package/lib/locale/ro.d.ts +11 -0
  167. package/lib/locale/ro.js +11 -0
  168. package/lib/locale/ro.js.map +1 -1
  169. package/lib/locale/ru.d.ts +11 -0
  170. package/lib/locale/ru.js +11 -0
  171. package/lib/locale/ru.js.map +1 -1
  172. package/lib/locale/sk.d.ts +11 -0
  173. package/lib/locale/sk.js +11 -0
  174. package/lib/locale/sk.js.map +1 -1
  175. package/lib/locale/sl.d.ts +11 -0
  176. package/lib/locale/sl.js +11 -0
  177. package/lib/locale/sl.js.map +1 -1
  178. package/lib/locale/sr-Cyrl.d.ts +11 -0
  179. package/lib/locale/sr-Cyrl.js +11 -0
  180. package/lib/locale/sr-Cyrl.js.map +1 -1
  181. package/lib/locale/sr-Latn.d.ts +11 -0
  182. package/lib/locale/sr-Latn.js +11 -0
  183. package/lib/locale/sr-Latn.js.map +1 -1
  184. package/lib/locale/sv.d.ts +11 -0
  185. package/lib/locale/sv.js +11 -0
  186. package/lib/locale/sv.js.map +1 -1
  187. package/lib/locale/th.d.ts +11 -0
  188. package/lib/locale/th.js +11 -0
  189. package/lib/locale/th.js.map +1 -1
  190. package/lib/locale/tr.d.ts +11 -0
  191. package/lib/locale/tr.js +11 -0
  192. package/lib/locale/tr.js.map +1 -1
  193. package/lib/locale/uk.d.ts +11 -0
  194. package/lib/locale/uk.js +11 -0
  195. package/lib/locale/uk.js.map +1 -1
  196. package/lib/locale/vi.d.ts +11 -0
  197. package/lib/locale/vi.js +11 -0
  198. package/lib/locale/vi.js.map +1 -1
  199. package/lib/locale/zh-Hans.d.ts +11 -0
  200. package/lib/locale/zh-Hans.js +11 -0
  201. package/lib/locale/zh-Hans.js.map +1 -1
  202. package/lib/locale/zh-Hant.d.ts +11 -0
  203. package/lib/locale/zh-Hant.js +11 -0
  204. package/lib/locale/zh-Hant.js.map +1 -1
  205. package/lib/util/index.d.ts +1 -0
  206. package/lib/util/index.js +1 -0
  207. package/lib/util/index.js.map +1 -1
  208. package/lib/util/timeUtils.d.ts +1 -0
  209. package/lib/util/timeUtils.js +4 -0
  210. package/lib/util/timeUtils.js.map +1 -0
  211. package/package.json +1 -1
package/dist/vuetify.d.ts CHANGED
@@ -1056,6 +1056,7 @@ interface ScrollStrategyData {
1056
1056
  root: Ref<HTMLElement | undefined>;
1057
1057
  contentEl: Ref<HTMLElement | undefined>;
1058
1058
  targetEl: Ref<HTMLElement | undefined>;
1059
+ target: Ref<HTMLElement | [x: number, y: number] | undefined>;
1059
1060
  isActive: Ref<boolean>;
1060
1061
  updateLocation: Ref<((e: Event) => void) | undefined>;
1061
1062
  }
@@ -20559,6 +20560,7 @@ declare const VBottomSheet: {
20559
20560
  eager: boolean;
20560
20561
  disabled: boolean;
20561
20562
  persistent: boolean;
20563
+ fullscreen: boolean;
20562
20564
  modelValue: boolean;
20563
20565
  locationStrategy: "connected" | "static" | LocationStrategyFunction;
20564
20566
  scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
@@ -20569,7 +20571,6 @@ declare const VBottomSheet: {
20569
20571
  contained: boolean;
20570
20572
  noClickAnimation: boolean;
20571
20573
  scrim: string | boolean;
20572
- fullscreen: boolean;
20573
20574
  retainFocus: boolean;
20574
20575
  scrollable: boolean;
20575
20576
  } & {
@@ -20704,6 +20705,7 @@ declare const VBottomSheet: {
20704
20705
  eager: boolean;
20705
20706
  disabled: boolean;
20706
20707
  persistent: boolean;
20708
+ fullscreen: boolean;
20707
20709
  modelValue: boolean;
20708
20710
  locationStrategy: "connected" | "static" | LocationStrategyFunction;
20709
20711
  scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
@@ -20716,7 +20718,6 @@ declare const VBottomSheet: {
20716
20718
  contained: boolean;
20717
20719
  noClickAnimation: boolean;
20718
20720
  scrim: string | boolean;
20719
- fullscreen: boolean;
20720
20721
  retainFocus: boolean;
20721
20722
  scrollable: boolean;
20722
20723
  }, true, {}, vue.SlotsType<Partial<{
@@ -20809,6 +20810,7 @@ declare const VBottomSheet: {
20809
20810
  eager: boolean;
20810
20811
  disabled: boolean;
20811
20812
  persistent: boolean;
20813
+ fullscreen: boolean;
20812
20814
  modelValue: boolean;
20813
20815
  locationStrategy: "connected" | "static" | LocationStrategyFunction;
20814
20816
  scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
@@ -20819,7 +20821,6 @@ declare const VBottomSheet: {
20819
20821
  contained: boolean;
20820
20822
  noClickAnimation: boolean;
20821
20823
  scrim: string | boolean;
20822
- fullscreen: boolean;
20823
20824
  retainFocus: boolean;
20824
20825
  scrollable: boolean;
20825
20826
  } & {
@@ -20952,6 +20953,7 @@ declare const VBottomSheet: {
20952
20953
  eager: boolean;
20953
20954
  disabled: boolean;
20954
20955
  persistent: boolean;
20956
+ fullscreen: boolean;
20955
20957
  modelValue: boolean;
20956
20958
  locationStrategy: "connected" | "static" | LocationStrategyFunction;
20957
20959
  scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
@@ -20964,7 +20966,6 @@ declare const VBottomSheet: {
20964
20966
  contained: boolean;
20965
20967
  noClickAnimation: boolean;
20966
20968
  scrim: string | boolean;
20967
- fullscreen: boolean;
20968
20969
  retainFocus: boolean;
20969
20970
  scrollable: boolean;
20970
20971
  }>;
@@ -21045,6 +21046,7 @@ declare const VBottomSheet: {
21045
21046
  eager: boolean;
21046
21047
  disabled: boolean;
21047
21048
  persistent: boolean;
21049
+ fullscreen: boolean;
21048
21050
  modelValue: boolean;
21049
21051
  locationStrategy: "connected" | "static" | LocationStrategyFunction;
21050
21052
  scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
@@ -21055,7 +21057,6 @@ declare const VBottomSheet: {
21055
21057
  contained: boolean;
21056
21058
  noClickAnimation: boolean;
21057
21059
  scrim: string | boolean;
21058
- fullscreen: boolean;
21059
21060
  retainFocus: boolean;
21060
21061
  scrollable: boolean;
21061
21062
  } & {
@@ -21190,6 +21191,7 @@ declare const VBottomSheet: {
21190
21191
  eager: boolean;
21191
21192
  disabled: boolean;
21192
21193
  persistent: boolean;
21194
+ fullscreen: boolean;
21193
21195
  modelValue: boolean;
21194
21196
  locationStrategy: "connected" | "static" | LocationStrategyFunction;
21195
21197
  scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
@@ -21202,7 +21204,6 @@ declare const VBottomSheet: {
21202
21204
  contained: boolean;
21203
21205
  noClickAnimation: boolean;
21204
21206
  scrim: string | boolean;
21205
- fullscreen: boolean;
21206
21207
  retainFocus: boolean;
21207
21208
  scrollable: boolean;
21208
21209
  }, {}, string, vue.SlotsType<Partial<{
@@ -43209,6 +43210,7 @@ declare const VDialog: {
43209
43210
  eager: boolean;
43210
43211
  disabled: boolean;
43211
43212
  persistent: boolean;
43213
+ fullscreen: boolean;
43212
43214
  modelValue: boolean;
43213
43215
  locationStrategy: "connected" | "static" | LocationStrategyFunction;
43214
43216
  scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
@@ -43219,7 +43221,6 @@ declare const VDialog: {
43219
43221
  contained: boolean;
43220
43222
  noClickAnimation: boolean;
43221
43223
  scrim: string | boolean;
43222
- fullscreen: boolean;
43223
43224
  retainFocus: boolean;
43224
43225
  scrollable: boolean;
43225
43226
  } & {
@@ -43757,6 +43758,7 @@ declare const VDialog: {
43757
43758
  eager: boolean;
43758
43759
  disabled: boolean;
43759
43760
  persistent: boolean;
43761
+ fullscreen: boolean;
43760
43762
  modelValue: boolean;
43761
43763
  locationStrategy: "connected" | "static" | LocationStrategyFunction;
43762
43764
  scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
@@ -43769,7 +43771,6 @@ declare const VDialog: {
43769
43771
  contained: boolean;
43770
43772
  noClickAnimation: boolean;
43771
43773
  scrim: string | boolean;
43772
- fullscreen: boolean;
43773
43774
  retainFocus: boolean;
43774
43775
  scrollable: boolean;
43775
43776
  }, true, {}, vue.SlotsType<Partial<{
@@ -43861,6 +43862,7 @@ declare const VDialog: {
43861
43862
  eager: boolean;
43862
43863
  disabled: boolean;
43863
43864
  persistent: boolean;
43865
+ fullscreen: boolean;
43864
43866
  modelValue: boolean;
43865
43867
  locationStrategy: "connected" | "static" | LocationStrategyFunction;
43866
43868
  scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
@@ -43871,7 +43873,6 @@ declare const VDialog: {
43871
43873
  contained: boolean;
43872
43874
  noClickAnimation: boolean;
43873
43875
  scrim: string | boolean;
43874
- fullscreen: boolean;
43875
43876
  retainFocus: boolean;
43876
43877
  scrollable: boolean;
43877
43878
  } & {
@@ -44405,6 +44406,7 @@ declare const VDialog: {
44405
44406
  eager: boolean;
44406
44407
  disabled: boolean;
44407
44408
  persistent: boolean;
44409
+ fullscreen: boolean;
44408
44410
  modelValue: boolean;
44409
44411
  locationStrategy: "connected" | "static" | LocationStrategyFunction;
44410
44412
  scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
@@ -44417,7 +44419,6 @@ declare const VDialog: {
44417
44419
  contained: boolean;
44418
44420
  noClickAnimation: boolean;
44419
44421
  scrim: string | boolean;
44420
- fullscreen: boolean;
44421
44422
  retainFocus: boolean;
44422
44423
  scrollable: boolean;
44423
44424
  }>;
@@ -44497,6 +44498,7 @@ declare const VDialog: {
44497
44498
  eager: boolean;
44498
44499
  disabled: boolean;
44499
44500
  persistent: boolean;
44501
+ fullscreen: boolean;
44500
44502
  modelValue: boolean;
44501
44503
  locationStrategy: "connected" | "static" | LocationStrategyFunction;
44502
44504
  scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
@@ -44507,7 +44509,6 @@ declare const VDialog: {
44507
44509
  contained: boolean;
44508
44510
  noClickAnimation: boolean;
44509
44511
  scrim: string | boolean;
44510
- fullscreen: boolean;
44511
44512
  retainFocus: boolean;
44512
44513
  scrollable: boolean;
44513
44514
  } & {
@@ -45045,6 +45046,7 @@ declare const VDialog: {
45045
45046
  eager: boolean;
45046
45047
  disabled: boolean;
45047
45048
  persistent: boolean;
45049
+ fullscreen: boolean;
45048
45050
  modelValue: boolean;
45049
45051
  locationStrategy: "connected" | "static" | LocationStrategyFunction;
45050
45052
  scrollStrategy: "none" | "block" | "close" | ScrollStrategyFunction | "reposition";
@@ -45057,7 +45059,6 @@ declare const VDialog: {
45057
45059
  contained: boolean;
45058
45060
  noClickAnimation: boolean;
45059
45061
  scrim: string | boolean;
45060
- fullscreen: boolean;
45061
45062
  retainFocus: boolean;
45062
45063
  scrollable: boolean;
45063
45064
  }, {}, string, vue.SlotsType<Partial<{
@@ -63899,6 +63900,7 @@ declare const VRangeSlider: {
63899
63900
  tickSize: string | number;
63900
63901
  trackSize: string | number;
63901
63902
  thumbSize: string | number;
63903
+ noKeyboard: boolean;
63902
63904
  } & {
63903
63905
  name?: string | undefined;
63904
63906
  id?: string | undefined;
@@ -64249,6 +64251,7 @@ declare const VRangeSlider: {
64249
64251
  trackSize: string | number;
64250
64252
  thumbLabel: boolean | "always" | undefined;
64251
64253
  thumbSize: string | number;
64254
+ noKeyboard: boolean;
64252
64255
  }, true, {}, vue.SlotsType<Partial<{
64253
64256
  default: (arg: VInputSlot) => vue.VNode[];
64254
64257
  prepend: (arg: VInputSlot) => vue.VNode[];
@@ -64299,6 +64302,7 @@ declare const VRangeSlider: {
64299
64302
  tickSize: string | number;
64300
64303
  trackSize: string | number;
64301
64304
  thumbSize: string | number;
64305
+ noKeyboard: boolean;
64302
64306
  } & {
64303
64307
  name?: string | undefined;
64304
64308
  id?: string | undefined;
@@ -64644,6 +64648,7 @@ declare const VRangeSlider: {
64644
64648
  trackSize: string | number;
64645
64649
  thumbLabel: boolean | "always" | undefined;
64646
64650
  thumbSize: string | number;
64651
+ noKeyboard: boolean;
64647
64652
  }>;
64648
64653
  __isFragment?: never;
64649
64654
  __isTeleport?: never;
@@ -64677,6 +64682,7 @@ declare const VRangeSlider: {
64677
64682
  tickSize: string | number;
64678
64683
  trackSize: string | number;
64679
64684
  thumbSize: string | number;
64685
+ noKeyboard: boolean;
64680
64686
  } & {
64681
64687
  name?: string | undefined;
64682
64688
  id?: string | undefined;
@@ -65027,6 +65033,7 @@ declare const VRangeSlider: {
65027
65033
  trackSize: string | number;
65028
65034
  thumbLabel: boolean | "always" | undefined;
65029
65035
  thumbSize: string | number;
65036
+ noKeyboard: boolean;
65030
65037
  }, {}, string, vue.SlotsType<Partial<{
65031
65038
  default: (arg: VInputSlot) => vue.VNode[];
65032
65039
  prepend: (arg: VInputSlot) => vue.VNode[];
@@ -65119,6 +65126,7 @@ declare const VRangeSlider: {
65119
65126
  validator: (v: any) => boolean;
65120
65127
  };
65121
65128
  reverse: BooleanConstructor;
65129
+ noKeyboard: BooleanConstructor;
65122
65130
  focused: BooleanConstructor;
65123
65131
  'onUpdate:focused': PropType<(args_0: boolean) => void>;
65124
65132
  errorMessages: {
@@ -65249,6 +65257,7 @@ declare const VRangeSlider: {
65249
65257
  validator: (v: any) => boolean;
65250
65258
  };
65251
65259
  reverse: BooleanConstructor;
65260
+ noKeyboard: BooleanConstructor;
65252
65261
  focused: BooleanConstructor;
65253
65262
  'onUpdate:focused': PropType<(args_0: boolean) => void>;
65254
65263
  errorMessages: {
@@ -74658,6 +74667,7 @@ declare const VSlider: {
74658
74667
  tickSize: string | number;
74659
74668
  trackSize: string | number;
74660
74669
  thumbSize: string | number;
74670
+ noKeyboard: boolean;
74661
74671
  } & {
74662
74672
  name?: string | undefined;
74663
74673
  id?: string | undefined;
@@ -75007,6 +75017,7 @@ declare const VSlider: {
75007
75017
  trackSize: string | number;
75008
75018
  thumbLabel: boolean | "always" | undefined;
75009
75019
  thumbSize: string | number;
75020
+ noKeyboard: boolean;
75010
75021
  }, true, {}, vue.SlotsType<Partial<{
75011
75022
  default: (arg: VInputSlot) => vue.VNode[];
75012
75023
  prepend: (arg: VInputSlot) => vue.VNode[];
@@ -75056,6 +75067,7 @@ declare const VSlider: {
75056
75067
  tickSize: string | number;
75057
75068
  trackSize: string | number;
75058
75069
  thumbSize: string | number;
75070
+ noKeyboard: boolean;
75059
75071
  } & {
75060
75072
  name?: string | undefined;
75061
75073
  id?: string | undefined;
@@ -75400,6 +75412,7 @@ declare const VSlider: {
75400
75412
  trackSize: string | number;
75401
75413
  thumbLabel: boolean | "always" | undefined;
75402
75414
  thumbSize: string | number;
75415
+ noKeyboard: boolean;
75403
75416
  }>;
75404
75417
  __isFragment?: never;
75405
75418
  __isTeleport?: never;
@@ -75432,6 +75445,7 @@ declare const VSlider: {
75432
75445
  tickSize: string | number;
75433
75446
  trackSize: string | number;
75434
75447
  thumbSize: string | number;
75448
+ noKeyboard: boolean;
75435
75449
  } & {
75436
75450
  name?: string | undefined;
75437
75451
  id?: string | undefined;
@@ -75781,6 +75795,7 @@ declare const VSlider: {
75781
75795
  trackSize: string | number;
75782
75796
  thumbLabel: boolean | "always" | undefined;
75783
75797
  thumbSize: string | number;
75798
+ noKeyboard: boolean;
75784
75799
  }, {}, string, vue.SlotsType<Partial<{
75785
75800
  default: (arg: VInputSlot) => vue.VNode[];
75786
75801
  prepend: (arg: VInputSlot) => vue.VNode[];
@@ -75924,6 +75939,7 @@ declare const VSlider: {
75924
75939
  default: number;
75925
75940
  };
75926
75941
  reverse: BooleanConstructor;
75942
+ noKeyboard: BooleanConstructor;
75927
75943
  }, vue.ExtractPropTypes<{
75928
75944
  modelValue: {
75929
75945
  type: (StringConstructor | NumberConstructor)[];
@@ -76053,6 +76069,7 @@ declare const VSlider: {
76053
76069
  default: number;
76054
76070
  };
76055
76071
  reverse: BooleanConstructor;
76072
+ noKeyboard: BooleanConstructor;
76056
76073
  }>>;
76057
76074
  type VSlider = InstanceType<typeof VSlider>;
76058
76075
 
@@ -95357,46 +95374,38 @@ declare module 'vue' {
95357
95374
  }
95358
95375
  export interface GlobalComponents {
95359
95376
  VApp: VApp
95360
- VAlert: VAlert
95361
- VAlertTitle: VAlertTitle
95362
95377
  VAppBar: VAppBar
95363
95378
  VAppBarNavIcon: VAppBarNavIcon
95364
95379
  VAppBarTitle: VAppBarTitle
95365
95380
  VAutocomplete: VAutocomplete
95366
- VAvatar: VAvatar
95367
95381
  VBadge: VBadge
95382
+ VAlert: VAlert
95383
+ VAlertTitle: VAlertTitle
95368
95384
  VBanner: VBanner
95369
95385
  VBannerActions: VBannerActions
95370
95386
  VBannerText: VBannerText
95387
+ VAvatar: VAvatar
95371
95388
  VBottomNavigation: VBottomNavigation
95372
95389
  VBreadcrumbs: VBreadcrumbs
95373
95390
  VBreadcrumbsItem: VBreadcrumbsItem
95374
95391
  VBreadcrumbsDivider: VBreadcrumbsDivider
95375
- VBottomSheet: VBottomSheet
95376
- VBtn: VBtn
95377
- VBtnGroup: VBtnGroup
95378
95392
  VCard: VCard
95379
95393
  VCardActions: VCardActions
95380
95394
  VCardItem: VCardItem
95381
95395
  VCardSubtitle: VCardSubtitle
95382
95396
  VCardText: VCardText
95383
95397
  VCardTitle: VCardTitle
95398
+ VBottomSheet: VBottomSheet
95399
+ VBtnGroup: VBtnGroup
95400
+ VCarousel: VCarousel
95401
+ VCarouselItem: VCarouselItem
95402
+ VBtn: VBtn
95403
+ VBtnToggle: VBtnToggle
95404
+ VColorPicker: VColorPicker
95384
95405
  VChip: VChip
95385
- VCode: VCode
95386
95406
  VChipGroup: VChipGroup
95387
95407
  VCounter: VCounter
95388
- VCheckbox: VCheckbox
95389
- VCheckboxBtn: VCheckboxBtn
95390
- VBtnToggle: VBtnToggle
95391
- VCarousel: VCarousel
95392
- VCarouselItem: VCarouselItem
95393
- VDataTable: VDataTable
95394
- VDataTableHeaders: VDataTableHeaders
95395
- VDataTableFooter: VDataTableFooter
95396
- VDataTableRows: VDataTableRows
95397
- VDataTableRow: VDataTableRow
95398
- VDataTableVirtual: VDataTableVirtual
95399
- VDataTableServer: VDataTableServer
95408
+ VCombobox: VCombobox
95400
95409
  VDialog: VDialog
95401
95410
  VDatePicker: VDatePicker
95402
95411
  VDatePickerControls: VDatePickerControls
@@ -95404,29 +95413,39 @@ declare module 'vue' {
95404
95413
  VDatePickerMonth: VDatePickerMonth
95405
95414
  VDatePickerMonths: VDatePickerMonths
95406
95415
  VDatePickerYears: VDatePickerYears
95416
+ VCode: VCode
95417
+ VDataTable: VDataTable
95418
+ VDataTableHeaders: VDataTableHeaders
95419
+ VDataTableFooter: VDataTableFooter
95420
+ VDataTableRows: VDataTableRows
95421
+ VDataTableRow: VDataTableRow
95422
+ VDataTableVirtual: VDataTableVirtual
95423
+ VDataTableServer: VDataTableServer
95407
95424
  VDivider: VDivider
95408
95425
  VEmptyState: VEmptyState
95426
+ VCheckbox: VCheckbox
95427
+ VCheckboxBtn: VCheckboxBtn
95409
95428
  VExpansionPanels: VExpansionPanels
95410
95429
  VExpansionPanel: VExpansionPanel
95411
95430
  VExpansionPanelText: VExpansionPanelText
95412
95431
  VExpansionPanelTitle: VExpansionPanelTitle
95413
95432
  VField: VField
95414
95433
  VFieldLabel: VFieldLabel
95415
- VFileInput: VFileInput
95416
95434
  VFab: VFab
95435
+ VFileInput: VFileInput
95417
95436
  VFooter: VFooter
95418
95437
  VIcon: VIcon
95419
95438
  VComponentIcon: VComponentIcon
95420
95439
  VSvgIcon: VSvgIcon
95421
95440
  VLigatureIcon: VLigatureIcon
95422
95441
  VClassIcon: VClassIcon
95423
- VInfiniteScroll: VInfiniteScroll
95424
95442
  VImg: VImg
95425
95443
  VInput: VInput
95444
+ VInfiniteScroll: VInfiniteScroll
95426
95445
  VKbd: VKbd
95427
- VLabel: VLabel
95428
95446
  VItemGroup: VItemGroup
95429
95447
  VItem: VItem
95448
+ VLabel: VLabel
95430
95449
  VList: VList
95431
95450
  VListGroup: VListGroup
95432
95451
  VListImg: VListImg
@@ -95438,80 +95457,76 @@ declare module 'vue' {
95438
95457
  VListSubheader: VListSubheader
95439
95458
  VMenu: VMenu
95440
95459
  VMain: VMain
95460
+ VMessages: VMessages
95441
95461
  VNavigationDrawer: VNavigationDrawer
95442
- VOverlay: VOverlay
95443
- VPagination: VPagination
95462
+ VOtpInput: VOtpInput
95444
95463
  VNumberInput: VNumberInput
95464
+ VOverlay: VOverlay
95445
95465
  VProgressCircular: VProgressCircular
95446
- VMessages: VMessages
95447
95466
  VProgressLinear: VProgressLinear
95448
- VRadioGroup: VRadioGroup
95449
95467
  VRating: VRating
95450
- VSelectionControlGroup: VSelectionControlGroup
95451
95468
  VSelect: VSelect
95469
+ VSelectionControlGroup: VSelectionControlGroup
95452
95470
  VSheet: VSheet
95453
- VSkeletonLoader: VSkeletonLoader
95454
95471
  VSelectionControl: VSelectionControl
95472
+ VSkeletonLoader: VSkeletonLoader
95473
+ VRadioGroup: VRadioGroup
95474
+ VPagination: VPagination
95475
+ VSlider: VSlider
95455
95476
  VSlideGroup: VSlideGroup
95456
95477
  VSlideGroupItem: VSlideGroupItem
95457
- VSnackbar: VSnackbar
95458
- VSlider: VSlider
95459
- VSystemBar: VSystemBar
95460
95478
  VStepper: VStepper
95461
95479
  VStepperActions: VStepperActions
95462
95480
  VStepperHeader: VStepperHeader
95463
95481
  VStepperItem: VStepperItem
95464
95482
  VStepperWindow: VStepperWindow
95465
95483
  VStepperWindowItem: VStepperWindowItem
95484
+ VSystemBar: VSystemBar
95485
+ VSwitch: VSwitch
95486
+ VSnackbar: VSnackbar
95487
+ VTable: VTable
95488
+ VTimeline: VTimeline
95489
+ VTimelineItem: VTimelineItem
95490
+ VTextarea: VTextarea
95466
95491
  VTab: VTab
95467
95492
  VTabs: VTabs
95468
95493
  VTabsWindow: VTabsWindow
95469
95494
  VTabsWindowItem: VTabsWindowItem
95470
- VTable: VTable
95471
- VTextarea: VTextarea
95472
- VTextField: VTextField
95473
- VTimePicker: VTimePicker
95474
- VTimePickerClock: VTimePickerClock
95475
- VTimePickerControls: VTimePickerControls
95476
- VSwitch: VSwitch
95477
- VTimeline: VTimeline
95478
- VTimelineItem: VTimelineItem
95479
95495
  VToolbar: VToolbar
95480
95496
  VToolbarTitle: VToolbarTitle
95481
95497
  VToolbarItems: VToolbarItems
95498
+ VTooltip: VTooltip
95499
+ VTimePicker: VTimePicker
95500
+ VTimePickerClock: VTimePickerClock
95501
+ VTimePickerControls: VTimePickerControls
95482
95502
  VTreeview: VTreeview
95483
95503
  VTreeviewItem: VTreeviewItem
95484
95504
  VTreeviewGroup: VTreeviewGroup
95485
- VColorPicker: VColorPicker
95486
- VTooltip: VTooltip
95487
95505
  VWindow: VWindow
95488
95506
  VWindowItem: VWindowItem
95489
- VCombobox: VCombobox
95490
- VConfirmEdit: VConfirmEdit
95491
- VOtpInput: VOtpInput
95492
95507
  VDataIterator: VDataIterator
95493
95508
  VDefaultsProvider: VDefaultsProvider
95494
95509
  VForm: VForm
95495
- VHover: VHover
95496
95510
  VContainer: VContainer
95497
95511
  VCol: VCol
95498
95512
  VRow: VRow
95499
95513
  VSpacer: VSpacer
95514
+ VHover: VHover
95515
+ VLazy: VLazy
95500
95516
  VLayout: VLayout
95501
95517
  VLayoutItem: VLayoutItem
95502
- VLocaleProvider: VLocaleProvider
95503
- VLazy: VLazy
95504
95518
  VNoSsr: VNoSsr
95519
+ VLocaleProvider: VLocaleProvider
95505
95520
  VParallax: VParallax
95506
95521
  VRadio: VRadio
95507
- VResponsive: VResponsive
95508
95522
  VRangeSlider: VRangeSlider
95509
95523
  VSnackbarQueue: VSnackbarQueue
95510
- VSpeedDial: VSpeedDial
95511
95524
  VSparkline: VSparkline
95525
+ VSpeedDial: VSpeedDial
95512
95526
  VThemeProvider: VThemeProvider
95513
- VValidation: VValidation
95527
+ VResponsive: VResponsive
95514
95528
  VVirtualScroll: VVirtualScroll
95529
+ VValidation: VValidation
95515
95530
  VFabTransition: VFabTransition
95516
95531
  VDialogBottomTransition: VDialogBottomTransition
95517
95532
  VDialogTopTransition: VDialogTopTransition
@@ -95528,6 +95543,10 @@ declare module 'vue' {
95528
95543
  VExpandTransition: VExpandTransition
95529
95544
  VExpandXTransition: VExpandXTransition
95530
95545
  VDialogTransition: VDialogTransition
95546
+ VConfirmEdit: VConfirmEdit
95547
+ VTextField: VTextField
95548
+ VFileUpload: VFileUpload
95549
+ VFileUploadItem: VFileUploadItem
95531
95550
  VCalendar: VCalendar
95532
95551
  VCalendarDay: VCalendarDay
95533
95552
  VCalendarHeader: VCalendarHeader
@@ -95535,17 +95554,18 @@ declare module 'vue' {
95535
95554
  VCalendarIntervalEvent: VCalendarIntervalEvent
95536
95555
  VCalendarMonthDay: VCalendarMonthDay
95537
95556
  VColorInput: VColorInput
95538
- VFileUpload: VFileUpload
95539
- VFileUploadItem: VFileUploadItem
95557
+ VIconBtn: VIconBtn
95540
95558
  VPicker: VPicker
95541
95559
  VPickerTitle: VPickerTitle
95542
- VIconBtn: VIconBtn
95560
+ VHotkey: VHotkey
95543
95561
  VStepperVertical: VStepperVertical
95544
95562
  VStepperVerticalItem: VStepperVerticalItem
95545
95563
  VStepperVerticalActions: VStepperVerticalActions
95546
- VMaskInput: VMaskInput
95547
- VHotkey: VHotkey
95564
+ VVideo: VVideo
95565
+ VVideoControls: VVideoControls
95566
+ VVideoVolume: VVideoVolume
95548
95567
  VDateInput: VDateInput
95568
+ VMaskInput: VMaskInput
95549
95569
  VPullToRefresh: VPullToRefresh
95550
95570
  }
95551
95571
  export interface GlobalDirectives {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.9.2-master.2025-07-23
2
+ * Vuetify v3.9.2-master.2025-07-24
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -1860,7 +1860,15 @@ const aliases = {
1860
1860
  arrowdown: 'mdi-arrow-down',
1861
1861
  arrowleft: 'mdi-arrow-left',
1862
1862
  arrowright: 'mdi-arrow-right',
1863
- backspace: 'mdi-backspace'
1863
+ backspace: 'mdi-backspace',
1864
+ play: 'mdi-play',
1865
+ pause: 'mdi-pause',
1866
+ fullscreen: 'mdi-fullscreen',
1867
+ fullscreenExit: 'mdi-fullscreen-exit',
1868
+ volumeHigh: 'mdi-volume-high',
1869
+ volumeMedium: 'mdi-volume-medium',
1870
+ volumeLow: 'mdi-volume-low',
1871
+ volumeOff: 'mdi-volume-variant-off'
1864
1872
  };
1865
1873
  const mdi = {
1866
1874
  // Not using mergeProps here, functional components merge props by default (?)
@@ -2674,6 +2682,17 @@ var en = {
2674
2682
  option: 'Option',
2675
2683
  plus: 'plus',
2676
2684
  shortcut: 'Keyboard shortcut: {0}'
2685
+ },
2686
+ video: {
2687
+ play: 'Play',
2688
+ pause: 'Pause',
2689
+ seek: 'Seek',
2690
+ volume: 'Volume',
2691
+ showVolume: 'Show volume control',
2692
+ mute: 'Mute',
2693
+ unmute: 'Unmute',
2694
+ enterFullscreen: 'Full screen',
2695
+ exitFullscreen: 'Exit full screen'
2677
2696
  }
2678
2697
  };
2679
2698
 
@@ -11105,11 +11124,12 @@ function closeScrollStrategy(data) {
11105
11124
  function onScroll(e) {
11106
11125
  data.isActive.value = false;
11107
11126
  }
11108
- bindScroll(data.targetEl.value ?? data.contentEl.value, onScroll);
11127
+ bindScroll(data.target.value ?? data.contentEl.value, onScroll);
11109
11128
  }
11110
11129
  function blockScrollStrategy(data, props) {
11111
11130
  const offsetParent = data.root.value?.offsetParent;
11112
- const scrollElements = [...new Set([...getScrollParents(data.targetEl.value, props.contained ? offsetParent : undefined), ...getScrollParents(data.contentEl.value, props.contained ? offsetParent : undefined)])].filter(el => !el.classList.contains('v-overlay-scroll-blocked'));
11131
+ const target = Array.isArray(data.target.value) ? document.elementFromPoint(...data.target.value) : data.target.value;
11132
+ const scrollElements = [...new Set([...getScrollParents(target, props.contained ? offsetParent : undefined), ...getScrollParents(data.contentEl.value, props.contained ? offsetParent : undefined)])].filter(el => !el.classList.contains('v-overlay-scroll-blocked'));
11113
11133
  const scrollbarWidth = window.innerWidth - document.documentElement.offsetWidth;
11114
11134
  const scrollableParent = (el => hasScrollbar(el) && el)(offsetParent || document.documentElement);
11115
11135
  if (scrollableParent) {
@@ -11156,7 +11176,7 @@ function repositionScrollStrategy(data, props, scope) {
11156
11176
  }
11157
11177
  ric = (typeof requestIdleCallback === 'undefined' ? cb => cb() : requestIdleCallback)(() => {
11158
11178
  scope.run(() => {
11159
- bindScroll(data.targetEl.value ?? data.contentEl.value, e => {
11179
+ bindScroll(data.target.value ?? data.contentEl.value, e => {
11160
11180
  if (slow) {
11161
11181
  // If the position calculation is slow,
11162
11182
  // defer updates until scrolling is finished.
@@ -11181,7 +11201,8 @@ function repositionScrollStrategy(data, props, scope) {
11181
11201
  }
11182
11202
 
11183
11203
  /** @private */
11184
- function bindScroll(el, onScroll) {
11204
+ function bindScroll(target, onScroll) {
11205
+ const el = Array.isArray(target) ? document.elementFromPoint(...target) : target;
11185
11206
  const scrollElements = [document, ...getScrollParents(el)];
11186
11207
  scrollElements.forEach(el => {
11187
11208
  el.addEventListener('scroll', onScroll, {
@@ -11863,6 +11884,7 @@ const VOverlay = genericComponent()({
11863
11884
  root,
11864
11885
  contentEl,
11865
11886
  targetEl,
11887
+ target,
11866
11888
  isActive,
11867
11889
  updateLocation
11868
11890
  });
@@ -16454,6 +16476,7 @@ const makeSliderProps = propsFactory({
16454
16476
  validator: v => ['vertical', 'horizontal'].includes(v)
16455
16477
  },
16456
16478
  reverse: Boolean,
16479
+ noKeyboard: Boolean,
16457
16480
  ...makeRoundedProps(),
16458
16481
  ...makeElevationProps({
16459
16482
  elevation: 2
@@ -16657,6 +16680,7 @@ const useSlider = _ref => {
16657
16680
  min,
16658
16681
  max,
16659
16682
  mousePressed,
16683
+ noKeyboard: toRef(() => props.noKeyboard),
16660
16684
  numTicks,
16661
16685
  onSliderMousedown,
16662
16686
  onSliderTouchstart,
@@ -16709,6 +16733,7 @@ const makeVSliderThumbProps = propsFactory({
16709
16733
  default: true
16710
16734
  },
16711
16735
  name: String,
16736
+ noKeyboard: Boolean,
16712
16737
  ...makeComponentProps()
16713
16738
  }, 'VSliderThumb');
16714
16739
  const VSliderThumb = genericComponent()({
@@ -16771,6 +16796,7 @@ const VSliderThumb = genericComponent()({
16771
16796
  if (step.value) return [1, 2, 3];else return [1, 5, 10];
16772
16797
  });
16773
16798
  function parseKeydown(e, value) {
16799
+ if (props.noKeyboard) return;
16774
16800
  if (!relevantKeys.includes(e.key)) return;
16775
16801
  e.preventDefault();
16776
16802
  const _step = step.value || 0.1;
@@ -17006,7 +17032,8 @@ const VSlider = genericComponent()({
17006
17032
  trackContainerRef,
17007
17033
  position,
17008
17034
  hasLabels,
17009
- readonly
17035
+ readonly,
17036
+ noKeyboard
17010
17037
  } = useSlider({
17011
17038
  props,
17012
17039
  steps,
@@ -17082,6 +17109,7 @@ const VSlider = genericComponent()({
17082
17109
  "ref": thumbContainerRef,
17083
17110
  "aria-describedby": messagesId.value,
17084
17111
  "focused": isFocused.value,
17112
+ "noKeyboard": noKeyboard.value,
17085
17113
  "min": min.value,
17086
17114
  "max": max.value,
17087
17115
  "modelValue": model.value,
@@ -31390,7 +31418,7 @@ function createVuetify$1() {
31390
31418
  };
31391
31419
  });
31392
31420
  }
31393
- const version$1 = "3.9.2-master.2025-07-23";
31421
+ const version$1 = "3.9.2-master.2025-07-24";
31394
31422
  createVuetify$1.version = version$1;
31395
31423
 
31396
31424
  // Vue's inject() can only be used in setup
@@ -31415,7 +31443,7 @@ const createVuetify = function () {
31415
31443
  ...options
31416
31444
  });
31417
31445
  };
31418
- const version = "3.9.2-master.2025-07-23";
31446
+ const version = "3.9.2-master.2025-07-24";
31419
31447
  createVuetify.version = version;
31420
31448
 
31421
31449
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useRtl, useTheme, version };