@vuetify/nightly 3.1.6-master-20230221.0 → 3.1.7-dev-20230224.0

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 (44) hide show
  1. package/CHANGELOG.md +4 -8
  2. package/dist/json/attributes.json +1 -1
  3. package/dist/json/importMap.json +78 -78
  4. package/dist/json/web-types.json +6 -2
  5. package/dist/vuetify-labs.css +51 -51
  6. package/dist/vuetify-labs.d.ts +1 -0
  7. package/dist/vuetify-labs.esm.js +20 -44
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +20 -44
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +41 -41
  12. package/dist/vuetify.d.ts +22 -21
  13. package/dist/vuetify.esm.js +17 -41
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +17 -41
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +137 -138
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VRating/VRating.css +0 -4
  21. package/lib/components/VRating/VRating.mjs +6 -35
  22. package/lib/components/VRating/VRating.mjs.map +1 -1
  23. package/lib/components/VRating/VRating.sass +0 -5
  24. package/lib/components/VRating/index.d.ts +1 -0
  25. package/lib/components/VSystemBar/VSystemBar.css +5 -1
  26. package/lib/components/VSystemBar/VSystemBar.sass +5 -1
  27. package/lib/components/VSystemBar/_variables.scss +4 -1
  28. package/lib/components/index.d.ts +1 -0
  29. package/lib/composables/nested/nested.mjs +2 -2
  30. package/lib/composables/nested/nested.mjs.map +1 -1
  31. package/lib/composables/nested/selectStrategies.mjs +7 -1
  32. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  33. package/lib/composables/proxiedModel.mjs +1 -1
  34. package/lib/composables/proxiedModel.mjs.map +1 -1
  35. package/lib/entry-bundler.mjs +1 -1
  36. package/lib/entry-bundler.mjs.map +1 -1
  37. package/lib/framework.mjs +1 -1
  38. package/lib/framework.mjs.map +1 -1
  39. package/lib/index.d.ts +21 -21
  40. package/lib/labs/VDataTable/VDataTableServer.mjs +2 -2
  41. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  42. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs +3 -3
  43. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  44. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,18 +1,14 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v3.1.6-master-20230221.0...v) (2023-02-21)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v3.1.7-dev-20230224.0...v) (2023-02-24)
2
2
 
3
3
 
4
4
 
5
- ## [3.1.6-master-20230221.0](https://github.com/vuetifyjs/vuetify/compare/v3.1.5...v3.1.6-master-20230221.0) (2023-02-21)
5
+ ## [3.1.7-dev-20230224.0](https://github.com/vuetifyjs/vuetify/compare/v3.1.6...v3.1.7-dev-20230224.0) (2023-02-24)
6
6
 
7
7
 
8
8
  ### Bug Fixes
9
9
 
10
- * **theme:** support vueuse/head v1.0 ([#16721](https://github.com/vuetifyjs/vuetify/issues/16721)) ([f07101c](https://github.com/vuetifyjs/vuetify/commit/f07101c0e248faaa509267b368541840e8621ac0))
11
- * **VColorPicker:** consistent output values ([#16674](https://github.com/vuetifyjs/vuetify/issues/16674)) ([01c35ef](https://github.com/vuetifyjs/vuetify/commit/01c35efad9025f196f937c45a3fef206e180b180)), closes [#16672](https://github.com/vuetifyjs/vuetify/issues/16672)
12
- * **VColorPicker:** never change track color ([46eaef7](https://github.com/vuetifyjs/vuetify/commit/46eaef785eb1d59a9508ae8a0dedae2b8d5b5b3e)), closes [#16689](https://github.com/vuetifyjs/vuetify/issues/16689)
13
- * **VColorPicker:** reset canvas handle position when color = null ([f00ee78](https://github.com/vuetifyjs/vuetify/commit/f00ee7816079c14ae690c6fa37bca22bdd75934b))
14
- * **VColorPicker:** support dynamic width ([#16675](https://github.com/vuetifyjs/vuetify/issues/16675)) ([7190d27](https://github.com/vuetifyjs/vuetify/commit/7190d275d839c2a518d294b41c45cb29b1eda4e4)), closes [#7151](https://github.com/vuetifyjs/vuetify/issues/7151) [#16668](https://github.com/vuetifyjs/vuetify/issues/16668)
15
- * **VOverlay:** don't use cancelIdleCallback in safari ([9a4caf3](https://github.com/vuetifyjs/vuetify/commit/9a4caf331d05c31a1223712802babe7eec707d72)), closes [#16613](https://github.com/vuetifyjs/vuetify/issues/16613)
10
+ * **VRating:** expose model value in item slot ([62b4be7](https://github.com/vuetifyjs/vuetify/commit/62b4be74b777d4b0c6bee75e08c3a9d60d76416f))
11
+ * **VRating:** keyboard navigation ([1c0a0d2](https://github.com/vuetifyjs/vuetify/commit/1c0a0d232956bf53a498ac39f6afc4597f6e2739))
16
12
 
17
13
 
18
14
 
@@ -3208,7 +3208,7 @@
3208
3208
  "description": "An alternative styling that reduces `v-list-item` width and rounds the corners. Typically used with **[v-navigation-drawer](/components/navigation-drawers)**"
3209
3209
  },
3210
3210
  "v-list/select-strategy": {
3211
- "type": "\"single-leaf\" | \"leaf\" | \"independent\" | \"single-independent\" | \"classic\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L2-L9\" target=\"_blank\">SelectStrategyFn</a>",
3211
+ "type": "\"single-leaf\" | \"leaf\" | \"independent\" | \"single-independent\" | \"classic\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L4-L11\" target=\"_blank\">SelectStrategyFn</a>",
3212
3212
  "description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/nested.json))"
3213
3213
  },
3214
3214
  "v-list/open-strategy": {
@@ -4,14 +4,6 @@
4
4
  "from": "components/VDefaultsProvider/index.mjs",
5
5
  "styles": []
6
6
  },
7
- "VHover": {
8
- "from": "components/VHover/index.mjs",
9
- "styles": []
10
- },
11
- "VForm": {
12
- "from": "components/VForm/index.mjs",
13
- "styles": []
14
- },
15
7
  "VContainer": {
16
8
  "from": "components/VGrid/index.mjs",
17
9
  "styles": []
@@ -28,6 +20,14 @@
28
20
  "from": "components/VGrid/index.mjs",
29
21
  "styles": []
30
22
  },
23
+ "VHover": {
24
+ "from": "components/VHover/index.mjs",
25
+ "styles": []
26
+ },
27
+ "VForm": {
28
+ "from": "components/VForm/index.mjs",
29
+ "styles": []
30
+ },
31
31
  "VLazy": {
32
32
  "from": "components/VLazy/index.mjs",
33
33
  "styles": []
@@ -140,18 +140,6 @@
140
140
  "from": "components/VApp/index.mjs",
141
141
  "styles": []
142
142
  },
143
- "VAlert": {
144
- "from": "components/VAlert/index.mjs",
145
- "styles": []
146
- },
147
- "VAlertTitle": {
148
- "from": "components/VAlert/index.mjs",
149
- "styles": []
150
- },
151
- "VAutocomplete": {
152
- "from": "components/VAutocomplete/index.mjs",
153
- "styles": []
154
- },
155
143
  "VAppBar": {
156
144
  "from": "components/VAppBar/index.mjs",
157
145
  "styles": []
@@ -164,10 +152,26 @@
164
152
  "from": "components/VAppBar/index.mjs",
165
153
  "styles": []
166
154
  },
155
+ "VAlert": {
156
+ "from": "components/VAlert/index.mjs",
157
+ "styles": []
158
+ },
159
+ "VAlertTitle": {
160
+ "from": "components/VAlert/index.mjs",
161
+ "styles": []
162
+ },
163
+ "VAutocomplete": {
164
+ "from": "components/VAutocomplete/index.mjs",
165
+ "styles": []
166
+ },
167
167
  "VAvatar": {
168
168
  "from": "components/VAvatar/index.mjs",
169
169
  "styles": []
170
170
  },
171
+ "VBadge": {
172
+ "from": "components/VBadge/index.mjs",
173
+ "styles": []
174
+ },
171
175
  "VBanner": {
172
176
  "from": "components/VBanner/index.mjs",
173
177
  "styles": []
@@ -180,10 +184,6 @@
180
184
  "from": "components/VBanner/index.mjs",
181
185
  "styles": []
182
186
  },
183
- "VBadge": {
184
- "from": "components/VBadge/index.mjs",
185
- "styles": []
186
- },
187
187
  "VBottomNavigation": {
188
188
  "from": "components/VBottomNavigation/index.mjs",
189
189
  "styles": []
@@ -200,16 +200,16 @@
200
200
  "from": "components/VBreadcrumbs/index.mjs",
201
201
  "styles": []
202
202
  },
203
- "VBtn": {
204
- "from": "components/VBtn/index.mjs",
203
+ "VBtnToggle": {
204
+ "from": "components/VBtnToggle/index.mjs",
205
205
  "styles": []
206
206
  },
207
207
  "VBtnGroup": {
208
208
  "from": "components/VBtnGroup/index.mjs",
209
209
  "styles": []
210
210
  },
211
- "VBtnToggle": {
212
- "from": "components/VBtnToggle/index.mjs",
211
+ "VBtn": {
212
+ "from": "components/VBtn/index.mjs",
213
213
  "styles": []
214
214
  },
215
215
  "VCard": {
@@ -236,14 +236,6 @@
236
236
  "from": "components/VCard/index.mjs",
237
237
  "styles": []
238
238
  },
239
- "VCarousel": {
240
- "from": "components/VCarousel/index.mjs",
241
- "styles": []
242
- },
243
- "VCarouselItem": {
244
- "from": "components/VCarousel/index.mjs",
245
- "styles": []
246
- },
247
239
  "VCheckbox": {
248
240
  "from": "components/VCheckbox/index.mjs",
249
241
  "styles": []
@@ -252,6 +244,14 @@
252
244
  "from": "components/VCheckbox/index.mjs",
253
245
  "styles": []
254
246
  },
247
+ "VCarousel": {
248
+ "from": "components/VCarousel/index.mjs",
249
+ "styles": []
250
+ },
251
+ "VCarouselItem": {
252
+ "from": "components/VCarousel/index.mjs",
253
+ "styles": []
254
+ },
255
255
  "VChip": {
256
256
  "from": "components/VChip/index.mjs",
257
257
  "styles": []
@@ -260,10 +260,6 @@
260
260
  "from": "components/VChipGroup/index.mjs",
261
261
  "styles": []
262
262
  },
263
- "VCombobox": {
264
- "from": "components/VCombobox/index.mjs",
265
- "styles": []
266
- },
267
263
  "VCode": {
268
264
  "from": "components/VCode/index.mjs",
269
265
  "styles": []
@@ -272,6 +268,10 @@
272
268
  "from": "components/VColorPicker/index.mjs",
273
269
  "styles": []
274
270
  },
271
+ "VCombobox": {
272
+ "from": "components/VCombobox/index.mjs",
273
+ "styles": []
274
+ },
275
275
  "VCounter": {
276
276
  "from": "components/VCounter/index.mjs",
277
277
  "styles": []
@@ -280,10 +280,6 @@
280
280
  "from": "components/VDialog/index.mjs",
281
281
  "styles": []
282
282
  },
283
- "VDivider": {
284
- "from": "components/VDivider/index.mjs",
285
- "styles": []
286
- },
287
283
  "VExpansionPanels": {
288
284
  "from": "components/VExpansionPanel/index.mjs",
289
285
  "styles": []
@@ -300,6 +296,10 @@
300
296
  "from": "components/VExpansionPanel/index.mjs",
301
297
  "styles": []
302
298
  },
299
+ "VDivider": {
300
+ "from": "components/VDivider/index.mjs",
301
+ "styles": []
302
+ },
303
303
  "VField": {
304
304
  "from": "components/VField/index.mjs",
305
305
  "styles": []
@@ -316,6 +316,10 @@
316
316
  "from": "components/VFooter/index.mjs",
317
317
  "styles": []
318
318
  },
319
+ "VImg": {
320
+ "from": "components/VImg/index.mjs",
321
+ "styles": []
322
+ },
319
323
  "VIcon": {
320
324
  "from": "components/VIcon/index.mjs",
321
325
  "styles": []
@@ -336,22 +340,10 @@
336
340
  "from": "components/VIcon/index.mjs",
337
341
  "styles": []
338
342
  },
339
- "VImg": {
340
- "from": "components/VImg/index.mjs",
341
- "styles": []
342
- },
343
343
  "VInput": {
344
344
  "from": "components/VInput/index.mjs",
345
345
  "styles": []
346
346
  },
347
- "VItemGroup": {
348
- "from": "components/VItemGroup/index.mjs",
349
- "styles": []
350
- },
351
- "VItem": {
352
- "from": "components/VItemGroup/index.mjs",
353
- "styles": []
354
- },
355
347
  "VKbd": {
356
348
  "from": "components/VKbd/index.mjs",
357
349
  "styles": []
@@ -408,14 +400,14 @@
408
400
  "from": "components/VMessages/index.mjs",
409
401
  "styles": []
410
402
  },
411
- "VNavigationDrawer": {
412
- "from": "components/VNavigationDrawer/index.mjs",
413
- "styles": []
414
- },
415
403
  "VOverlay": {
416
404
  "from": "components/VOverlay/index.mjs",
417
405
  "styles": []
418
406
  },
407
+ "VNavigationDrawer": {
408
+ "from": "components/VNavigationDrawer/index.mjs",
409
+ "styles": []
410
+ },
419
411
  "VPagination": {
420
412
  "from": "components/VPagination/index.mjs",
421
413
  "styles": []
@@ -444,14 +436,14 @@
444
436
  "from": "components/VSelectionControl/index.mjs",
445
437
  "styles": []
446
438
  },
447
- "VSheet": {
448
- "from": "components/VSheet/index.mjs",
449
- "styles": []
450
- },
451
439
  "VSelectionControlGroup": {
452
440
  "from": "components/VSelectionControlGroup/index.mjs",
453
441
  "styles": []
454
442
  },
443
+ "VSheet": {
444
+ "from": "components/VSheet/index.mjs",
445
+ "styles": []
446
+ },
455
447
  "VSlideGroup": {
456
448
  "from": "components/VSlideGroup/index.mjs",
457
449
  "styles": []
@@ -460,20 +452,16 @@
460
452
  "from": "components/VSlideGroup/index.mjs",
461
453
  "styles": []
462
454
  },
463
- "VSlider": {
464
- "from": "components/VSlider/index.mjs",
465
- "styles": []
466
- },
467
455
  "VSnackbar": {
468
456
  "from": "components/VSnackbar/index.mjs",
469
457
  "styles": []
470
458
  },
471
- "VSwitch": {
472
- "from": "components/VSwitch/index.mjs",
459
+ "VSlider": {
460
+ "from": "components/VSlider/index.mjs",
473
461
  "styles": []
474
462
  },
475
- "VSystemBar": {
476
- "from": "components/VSystemBar/index.mjs",
463
+ "VSwitch": {
464
+ "from": "components/VSwitch/index.mjs",
477
465
  "styles": []
478
466
  },
479
467
  "VTabs": {
@@ -484,8 +472,8 @@
484
472
  "from": "components/VTabs/index.mjs",
485
473
  "styles": []
486
474
  },
487
- "VTable": {
488
- "from": "components/VTable/index.mjs",
475
+ "VSystemBar": {
476
+ "from": "components/VSystemBar/index.mjs",
489
477
  "styles": []
490
478
  },
491
479
  "VTextarea": {
@@ -496,6 +484,10 @@
496
484
  "from": "components/VTextField/index.mjs",
497
485
  "styles": []
498
486
  },
487
+ "VTable": {
488
+ "from": "components/VTable/index.mjs",
489
+ "styles": []
490
+ },
499
491
  "VTimeline": {
500
492
  "from": "components/VTimeline/index.mjs",
501
493
  "styles": []
@@ -504,10 +496,6 @@
504
496
  "from": "components/VTimeline/index.mjs",
505
497
  "styles": []
506
498
  },
507
- "VTooltip": {
508
- "from": "components/VTooltip/index.mjs",
509
- "styles": []
510
- },
511
499
  "VToolbar": {
512
500
  "from": "components/VToolbar/index.mjs",
513
501
  "styles": []
@@ -520,6 +508,10 @@
520
508
  "from": "components/VToolbar/index.mjs",
521
509
  "styles": []
522
510
  },
511
+ "VTooltip": {
512
+ "from": "components/VTooltip/index.mjs",
513
+ "styles": []
514
+ },
523
515
  "VWindow": {
524
516
  "from": "components/VWindow/index.mjs",
525
517
  "styles": []
@@ -527,6 +519,14 @@
527
519
  "VWindowItem": {
528
520
  "from": "components/VWindow/index.mjs",
529
521
  "styles": []
522
+ },
523
+ "VItemGroup": {
524
+ "from": "components/VItemGroup/index.mjs",
525
+ "styles": []
526
+ },
527
+ "VItem": {
528
+ "from": "components/VItemGroup/index.mjs",
529
+ "styles": []
530
530
  }
531
531
  },
532
532
  "directives": [
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.1.6-master-20230221.0",
5
+ "version": "3.1.7-dev-20230224.0",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -11733,7 +11733,7 @@
11733
11733
  "default": "'single-leaf'",
11734
11734
  "value": {
11735
11735
  "kind": "expression",
11736
- "type": "\"single-leaf\" | \"leaf\" | \"independent\" | \"single-independent\" | \"classic\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L2-L9\" target=\"_blank\">SelectStrategyFn</a>"
11736
+ "type": "\"single-leaf\" | \"leaf\" | \"independent\" | \"single-independent\" | \"classic\" | <a href=\"https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/composables/nested/selectStrategies.ts#L4-L11\" target=\"_blank\">SelectStrategyFn</a>"
11737
11737
  }
11738
11738
  },
11739
11739
  {
@@ -16476,6 +16476,10 @@
16476
16476
  {
16477
16477
  "name": "props",
16478
16478
  "type": "Record<string, unknown>"
16479
+ },
16480
+ {
16481
+ "name": "rating",
16482
+ "type": "number"
16479
16483
  }
16480
16484
  ]
16481
16485
  },
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.1.6-master-20230221.0
2
+ * Vuetify v3.1.7-dev-20230224.0
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -15809,18 +15809,6 @@ html.overflow-y-hidden {
15809
15809
  }
15810
15810
  .v-virtual-scroll__container {
15811
15811
  display: block;
15812
- }.v-app-bar {
15813
- display: flex;
15814
- }
15815
- .v-app-bar.v-toolbar {
15816
- background: rgb(var(--v-theme-surface));
15817
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
15818
- }
15819
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
15820
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
15821
- }
15822
- .v-app-bar:not(.v-toolbar--absolute) {
15823
- padding-inline-end: var(--v-scrollbar-offset);
15824
15812
  }.v-application {
15825
15813
  display: flex;
15826
15814
  background: rgb(var(--v-theme-background));
@@ -15836,6 +15824,18 @@ html.overflow-y-hidden {
15836
15824
  max-width: 100%;
15837
15825
  min-height: 100vh;
15838
15826
  position: relative;
15827
+ }.v-app-bar {
15828
+ display: flex;
15829
+ }
15830
+ .v-app-bar.v-toolbar {
15831
+ background: rgb(var(--v-theme-surface));
15832
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
15833
+ }
15834
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
15835
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
15836
+ }
15837
+ .v-app-bar:not(.v-toolbar--absolute) {
15838
+ padding-inline-end: var(--v-scrollbar-offset);
15839
15839
  }.v-alert {
15840
15840
  display: grid;
15841
15841
  flex: 1 1;
@@ -19550,39 +19550,6 @@ textarea.v-field__input::placeholder {
19550
19550
  }
19551
19551
  .v-footer--rounded {
19552
19552
  border-radius: 4px;
19553
- }.v-img {
19554
- --v-theme-overlay-multiplier: 3;
19555
- z-index: 0;
19556
- }
19557
- .v-img--booting .v-responsive__sizer {
19558
- transition: none;
19559
- }
19560
-
19561
- .v-img__img,
19562
- .v-img__picture,
19563
- .v-img__gradient,
19564
- .v-img__placeholder,
19565
- .v-img__error {
19566
- z-index: -1;
19567
- position: absolute;
19568
- top: 0;
19569
- left: 0;
19570
- width: 100%;
19571
- height: 100%;
19572
- }
19573
-
19574
- .v-img__img--preload {
19575
- filter: blur(4px);
19576
- }
19577
- .v-img__img--contain {
19578
- object-fit: contain;
19579
- }
19580
- .v-img__img--cover {
19581
- object-fit: cover;
19582
- }
19583
-
19584
- .v-img__gradient {
19585
- background-repeat: no-repeat;
19586
19553
  }.v-icon {
19587
19554
  --v-icon-size-multiplier: 1;
19588
19555
  align-items: center;
@@ -19630,6 +19597,39 @@ textarea.v-field__input::placeholder {
19630
19597
 
19631
19598
  .v-icon--end {
19632
19599
  margin-inline-start: 8px;
19600
+ }.v-img {
19601
+ --v-theme-overlay-multiplier: 3;
19602
+ z-index: 0;
19603
+ }
19604
+ .v-img--booting .v-responsive__sizer {
19605
+ transition: none;
19606
+ }
19607
+
19608
+ .v-img__img,
19609
+ .v-img__picture,
19610
+ .v-img__gradient,
19611
+ .v-img__placeholder,
19612
+ .v-img__error {
19613
+ z-index: -1;
19614
+ position: absolute;
19615
+ top: 0;
19616
+ left: 0;
19617
+ width: 100%;
19618
+ height: 100%;
19619
+ }
19620
+
19621
+ .v-img__img--preload {
19622
+ filter: blur(4px);
19623
+ }
19624
+ .v-img__img--contain {
19625
+ object-fit: contain;
19626
+ }
19627
+ .v-img__img--cover {
19628
+ object-fit: cover;
19629
+ }
19630
+
19631
+ .v-img__gradient {
19632
+ background-repeat: no-repeat;
19633
19633
  }.v-input {
19634
19634
  display: grid;
19635
19635
  flex: 1 1 auto;
@@ -20898,10 +20898,6 @@ html.v-overlay-scroll-blocked {
20898
20898
  .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
20899
20899
  transform: scale(1.25);
20900
20900
  }
20901
- .v-rating__item--focused .v-btn__overlay {
20902
- display: block;
20903
- opacity: var(--v-hover-opacity);
20904
- }
20905
20901
  .v-rating__item--half {
20906
20902
  overflow: hidden;
20907
20903
  position: absolute;
@@ -21375,7 +21371,8 @@ html.v-overlay-scroll-blocked {
21375
21371
  height: 24px;
21376
21372
  justify-content: flex-end;
21377
21373
  max-width: 100%;
21378
- padding: 0 8px;
21374
+ padding-inline-start: 8px;
21375
+ padding-inline-end: 8px;
21379
21376
  position: relative;
21380
21377
  text-align: end;
21381
21378
  width: 100%;
@@ -21402,6 +21399,9 @@ html.v-overlay-scroll-blocked {
21402
21399
  }
21403
21400
  .v-system-bar--window {
21404
21401
  height: 32px;
21402
+ }
21403
+ .v-system-bar:not(.v-system-bar--absolute) {
21404
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
21405
21405
  }.v-tabs {
21406
21406
  display: flex;
21407
21407
  height: var(--v-tabs-height);
@@ -11980,6 +11980,7 @@ type VRatingItemSlot = {
11980
11980
  icon: IconValue;
11981
11981
  color?: string;
11982
11982
  props: Record<string, unknown>;
11983
+ rating: number;
11983
11984
  };
11984
11985
  type VRatingItemLabelSlot = {
11985
11986
  value: number;