vuetify 3.3.13 → 3.3.14

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 (94) hide show
  1. package/dist/json/attributes.json +70 -66
  2. package/dist/json/importMap-labs.json +4 -4
  3. package/dist/json/importMap.json +12 -12
  4. package/dist/json/tags.json +5 -4
  5. package/dist/json/web-types.json +180 -140
  6. package/dist/vuetify-labs.css +363 -304
  7. package/dist/vuetify-labs.d.ts +384 -236
  8. package/dist/vuetify-labs.esm.js +410 -297
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +409 -296
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +291 -232
  13. package/dist/vuetify.d.ts +232 -76
  14. package/dist/vuetify.esm.js +210 -160
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +209 -159
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +838 -827
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  22. package/lib/components/VAppBar/index.d.mts +6 -6
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs +12 -2
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  25. package/lib/components/VBadge/VBadge.css +1 -1
  26. package/lib/components/VBadge/_variables.scss +1 -1
  27. package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
  28. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  29. package/lib/components/VCheckbox/VCheckboxBtn.mjs +14 -11
  30. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  31. package/lib/components/VColorPicker/VColorPickerEdit.css +4 -2
  32. package/lib/components/VColorPicker/VColorPickerPreview.css +11 -6
  33. package/lib/components/VCombobox/VCombobox.mjs +11 -1
  34. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  35. package/lib/components/VField/VField.css +22 -7
  36. package/lib/components/VField/VField.sass +8 -1
  37. package/lib/components/VField/_variables.scss +1 -0
  38. package/lib/components/VGrid/VGrid.css +153 -142
  39. package/lib/components/VProgressLinear/VProgressLinear.css +3 -2
  40. package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
  41. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  42. package/lib/components/VRangeSlider/index.d.mts +114 -33
  43. package/lib/components/VSelect/VSelect.mjs +12 -2
  44. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  45. package/lib/components/VSelectionControl/VSelectionControl.mjs +2 -1
  46. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  47. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  48. package/lib/components/VSlider/VSliderThumb.css +8 -4
  49. package/lib/components/VSlider/VSliderTrack.css +22 -12
  50. package/lib/components/VSlider/index.d.mts +114 -33
  51. package/lib/components/VSwitch/VSwitch.mjs +9 -9
  52. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  53. package/lib/components/VTimeline/VTimeline.css +19 -10
  54. package/lib/components/VTimeline/VTimeline.sass +5 -0
  55. package/lib/components/VToolbar/VToolbar.css +4 -2
  56. package/lib/components/index.d.mts +228 -72
  57. package/lib/composables/color.mjs +6 -1
  58. package/lib/composables/color.mjs.map +1 -1
  59. package/lib/composables/defaults.mjs +9 -9
  60. package/lib/composables/defaults.mjs.map +1 -1
  61. package/lib/composables/theme.mjs +2 -5
  62. package/lib/composables/theme.mjs.map +1 -1
  63. package/lib/entry-bundler.mjs +1 -1
  64. package/lib/framework.mjs +1 -1
  65. package/lib/index.d.mts +4 -4
  66. package/lib/labs/VDateInput/index.d.mts +2 -2
  67. package/lib/labs/VDatePicker/VDateCard.mjs +3 -0
  68. package/lib/labs/VDatePicker/VDateCard.mjs.map +1 -1
  69. package/lib/labs/VDatePicker/VDatePicker.mjs +51 -21
  70. package/lib/labs/VDatePicker/VDatePicker.mjs.map +1 -1
  71. package/lib/labs/VDatePicker/VDatePickerControls.css +1 -1
  72. package/lib/labs/VDatePicker/VDatePickerControls.mjs +53 -35
  73. package/lib/labs/VDatePicker/VDatePickerControls.mjs.map +1 -1
  74. package/lib/labs/VDatePicker/VDatePickerMonth.mjs +37 -28
  75. package/lib/labs/VDatePicker/VDatePickerMonth.mjs.map +1 -1
  76. package/lib/labs/VDatePicker/VDatePickerYears.mjs +19 -17
  77. package/lib/labs/VDatePicker/VDatePickerYears.mjs.map +1 -1
  78. package/lib/labs/VDatePicker/index.d.mts +148 -156
  79. package/lib/labs/VDateRangePicker/VDateRangeCard.mjs +3 -0
  80. package/lib/labs/VDateRangePicker/VDateRangeCard.mjs.map +1 -1
  81. package/lib/labs/VDateRangePicker/index.d.mts +59 -52
  82. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  83. package/lib/labs/VSkeletonLoader/index.d.mts +8 -8
  84. package/lib/labs/components.d.mts +156 -164
  85. package/lib/locale/no.mjs +1 -1
  86. package/lib/locale/no.mjs.map +1 -1
  87. package/lib/styles/tools/_rtl.sass +4 -2
  88. package/lib/util/colorUtils.mjs +6 -0
  89. package/lib/util/colorUtils.mjs.map +1 -1
  90. package/lib/util/helpers.mjs +10 -4
  91. package/lib/util/helpers.mjs.map +1 -1
  92. package/lib/util/injectSelf.mjs +2 -1
  93. package/lib/util/injectSelf.mjs.map +1 -1
  94. package/package.json +2 -2
@@ -147,80 +147,91 @@
147
147
  max-width: 100%;
148
148
  }
149
149
 
150
- .offset-1.v-locale--is-ltr, .v-locale--is-ltr .offset-1 {
150
+ .v-locale--is-ltr.offset-1, .v-locale--is-ltr .offset-1 {
151
151
  margin-left: 8.3333333333%;
152
152
  }
153
- .offset-1.v-locale--is-rtl, .v-locale--is-rtl .offset-1 {
153
+
154
+ .v-locale--is-rtl.offset-1, .v-locale--is-rtl .offset-1 {
154
155
  margin-right: 8.3333333333%;
155
156
  }
156
157
 
157
- .offset-2.v-locale--is-ltr, .v-locale--is-ltr .offset-2 {
158
+ .v-locale--is-ltr.offset-2, .v-locale--is-ltr .offset-2 {
158
159
  margin-left: 16.6666666667%;
159
160
  }
160
- .offset-2.v-locale--is-rtl, .v-locale--is-rtl .offset-2 {
161
+
162
+ .v-locale--is-rtl.offset-2, .v-locale--is-rtl .offset-2 {
161
163
  margin-right: 16.6666666667%;
162
164
  }
163
165
 
164
- .offset-3.v-locale--is-ltr, .v-locale--is-ltr .offset-3 {
166
+ .v-locale--is-ltr.offset-3, .v-locale--is-ltr .offset-3 {
165
167
  margin-left: 25%;
166
168
  }
167
- .offset-3.v-locale--is-rtl, .v-locale--is-rtl .offset-3 {
169
+
170
+ .v-locale--is-rtl.offset-3, .v-locale--is-rtl .offset-3 {
168
171
  margin-right: 25%;
169
172
  }
170
173
 
171
- .offset-4.v-locale--is-ltr, .v-locale--is-ltr .offset-4 {
174
+ .v-locale--is-ltr.offset-4, .v-locale--is-ltr .offset-4 {
172
175
  margin-left: 33.3333333333%;
173
176
  }
174
- .offset-4.v-locale--is-rtl, .v-locale--is-rtl .offset-4 {
177
+
178
+ .v-locale--is-rtl.offset-4, .v-locale--is-rtl .offset-4 {
175
179
  margin-right: 33.3333333333%;
176
180
  }
177
181
 
178
- .offset-5.v-locale--is-ltr, .v-locale--is-ltr .offset-5 {
182
+ .v-locale--is-ltr.offset-5, .v-locale--is-ltr .offset-5 {
179
183
  margin-left: 41.6666666667%;
180
184
  }
181
- .offset-5.v-locale--is-rtl, .v-locale--is-rtl .offset-5 {
185
+
186
+ .v-locale--is-rtl.offset-5, .v-locale--is-rtl .offset-5 {
182
187
  margin-right: 41.6666666667%;
183
188
  }
184
189
 
185
- .offset-6.v-locale--is-ltr, .v-locale--is-ltr .offset-6 {
190
+ .v-locale--is-ltr.offset-6, .v-locale--is-ltr .offset-6 {
186
191
  margin-left: 50%;
187
192
  }
188
- .offset-6.v-locale--is-rtl, .v-locale--is-rtl .offset-6 {
193
+
194
+ .v-locale--is-rtl.offset-6, .v-locale--is-rtl .offset-6 {
189
195
  margin-right: 50%;
190
196
  }
191
197
 
192
- .offset-7.v-locale--is-ltr, .v-locale--is-ltr .offset-7 {
198
+ .v-locale--is-ltr.offset-7, .v-locale--is-ltr .offset-7 {
193
199
  margin-left: 58.3333333333%;
194
200
  }
195
- .offset-7.v-locale--is-rtl, .v-locale--is-rtl .offset-7 {
201
+
202
+ .v-locale--is-rtl.offset-7, .v-locale--is-rtl .offset-7 {
196
203
  margin-right: 58.3333333333%;
197
204
  }
198
205
 
199
- .offset-8.v-locale--is-ltr, .v-locale--is-ltr .offset-8 {
206
+ .v-locale--is-ltr.offset-8, .v-locale--is-ltr .offset-8 {
200
207
  margin-left: 66.6666666667%;
201
208
  }
202
- .offset-8.v-locale--is-rtl, .v-locale--is-rtl .offset-8 {
209
+
210
+ .v-locale--is-rtl.offset-8, .v-locale--is-rtl .offset-8 {
203
211
  margin-right: 66.6666666667%;
204
212
  }
205
213
 
206
- .offset-9.v-locale--is-ltr, .v-locale--is-ltr .offset-9 {
214
+ .v-locale--is-ltr.offset-9, .v-locale--is-ltr .offset-9 {
207
215
  margin-left: 75%;
208
216
  }
209
- .offset-9.v-locale--is-rtl, .v-locale--is-rtl .offset-9 {
217
+
218
+ .v-locale--is-rtl.offset-9, .v-locale--is-rtl .offset-9 {
210
219
  margin-right: 75%;
211
220
  }
212
221
 
213
- .offset-10.v-locale--is-ltr, .v-locale--is-ltr .offset-10 {
222
+ .v-locale--is-ltr.offset-10, .v-locale--is-ltr .offset-10 {
214
223
  margin-left: 83.3333333333%;
215
224
  }
216
- .offset-10.v-locale--is-rtl, .v-locale--is-rtl .offset-10 {
225
+
226
+ .v-locale--is-rtl.offset-10, .v-locale--is-rtl .offset-10 {
217
227
  margin-right: 83.3333333333%;
218
228
  }
219
229
 
220
- .offset-11.v-locale--is-ltr, .v-locale--is-ltr .offset-11 {
230
+ .v-locale--is-ltr.offset-11, .v-locale--is-ltr .offset-11 {
221
231
  margin-left: 91.6666666667%;
222
232
  }
223
- .offset-11.v-locale--is-rtl, .v-locale--is-rtl .offset-11 {
233
+
234
+ .v-locale--is-rtl.offset-11, .v-locale--is-rtl .offset-11 {
224
235
  margin-right: 91.6666666667%;
225
236
  }
226
237
 
@@ -283,76 +294,76 @@
283
294
  flex: 0 0 100%;
284
295
  max-width: 100%;
285
296
  }
286
- .offset-sm-0.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-0 {
297
+ .v-locale--is-ltr.offset-sm-0, .v-locale--is-ltr .offset-sm-0 {
287
298
  margin-left: 0;
288
299
  }
289
- .offset-sm-0.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-0 {
300
+ .v-locale--is-rtl.offset-sm-0, .v-locale--is-rtl .offset-sm-0 {
290
301
  margin-right: 0;
291
302
  }
292
- .offset-sm-1.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-1 {
303
+ .v-locale--is-ltr.offset-sm-1, .v-locale--is-ltr .offset-sm-1 {
293
304
  margin-left: 8.3333333333%;
294
305
  }
295
- .offset-sm-1.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-1 {
306
+ .v-locale--is-rtl.offset-sm-1, .v-locale--is-rtl .offset-sm-1 {
296
307
  margin-right: 8.3333333333%;
297
308
  }
298
- .offset-sm-2.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-2 {
309
+ .v-locale--is-ltr.offset-sm-2, .v-locale--is-ltr .offset-sm-2 {
299
310
  margin-left: 16.6666666667%;
300
311
  }
301
- .offset-sm-2.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-2 {
312
+ .v-locale--is-rtl.offset-sm-2, .v-locale--is-rtl .offset-sm-2 {
302
313
  margin-right: 16.6666666667%;
303
314
  }
304
- .offset-sm-3.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-3 {
315
+ .v-locale--is-ltr.offset-sm-3, .v-locale--is-ltr .offset-sm-3 {
305
316
  margin-left: 25%;
306
317
  }
307
- .offset-sm-3.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-3 {
318
+ .v-locale--is-rtl.offset-sm-3, .v-locale--is-rtl .offset-sm-3 {
308
319
  margin-right: 25%;
309
320
  }
310
- .offset-sm-4.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-4 {
321
+ .v-locale--is-ltr.offset-sm-4, .v-locale--is-ltr .offset-sm-4 {
311
322
  margin-left: 33.3333333333%;
312
323
  }
313
- .offset-sm-4.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-4 {
324
+ .v-locale--is-rtl.offset-sm-4, .v-locale--is-rtl .offset-sm-4 {
314
325
  margin-right: 33.3333333333%;
315
326
  }
316
- .offset-sm-5.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-5 {
327
+ .v-locale--is-ltr.offset-sm-5, .v-locale--is-ltr .offset-sm-5 {
317
328
  margin-left: 41.6666666667%;
318
329
  }
319
- .offset-sm-5.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-5 {
330
+ .v-locale--is-rtl.offset-sm-5, .v-locale--is-rtl .offset-sm-5 {
320
331
  margin-right: 41.6666666667%;
321
332
  }
322
- .offset-sm-6.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-6 {
333
+ .v-locale--is-ltr.offset-sm-6, .v-locale--is-ltr .offset-sm-6 {
323
334
  margin-left: 50%;
324
335
  }
325
- .offset-sm-6.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-6 {
336
+ .v-locale--is-rtl.offset-sm-6, .v-locale--is-rtl .offset-sm-6 {
326
337
  margin-right: 50%;
327
338
  }
328
- .offset-sm-7.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-7 {
339
+ .v-locale--is-ltr.offset-sm-7, .v-locale--is-ltr .offset-sm-7 {
329
340
  margin-left: 58.3333333333%;
330
341
  }
331
- .offset-sm-7.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-7 {
342
+ .v-locale--is-rtl.offset-sm-7, .v-locale--is-rtl .offset-sm-7 {
332
343
  margin-right: 58.3333333333%;
333
344
  }
334
- .offset-sm-8.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-8 {
345
+ .v-locale--is-ltr.offset-sm-8, .v-locale--is-ltr .offset-sm-8 {
335
346
  margin-left: 66.6666666667%;
336
347
  }
337
- .offset-sm-8.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-8 {
348
+ .v-locale--is-rtl.offset-sm-8, .v-locale--is-rtl .offset-sm-8 {
338
349
  margin-right: 66.6666666667%;
339
350
  }
340
- .offset-sm-9.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-9 {
351
+ .v-locale--is-ltr.offset-sm-9, .v-locale--is-ltr .offset-sm-9 {
341
352
  margin-left: 75%;
342
353
  }
343
- .offset-sm-9.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-9 {
354
+ .v-locale--is-rtl.offset-sm-9, .v-locale--is-rtl .offset-sm-9 {
344
355
  margin-right: 75%;
345
356
  }
346
- .offset-sm-10.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-10 {
357
+ .v-locale--is-ltr.offset-sm-10, .v-locale--is-ltr .offset-sm-10 {
347
358
  margin-left: 83.3333333333%;
348
359
  }
349
- .offset-sm-10.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-10 {
360
+ .v-locale--is-rtl.offset-sm-10, .v-locale--is-rtl .offset-sm-10 {
350
361
  margin-right: 83.3333333333%;
351
362
  }
352
- .offset-sm-11.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-11 {
363
+ .v-locale--is-ltr.offset-sm-11, .v-locale--is-ltr .offset-sm-11 {
353
364
  margin-left: 91.6666666667%;
354
365
  }
355
- .offset-sm-11.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-11 {
366
+ .v-locale--is-rtl.offset-sm-11, .v-locale--is-rtl .offset-sm-11 {
356
367
  margin-right: 91.6666666667%;
357
368
  }
358
369
  }
@@ -415,76 +426,76 @@
415
426
  flex: 0 0 100%;
416
427
  max-width: 100%;
417
428
  }
418
- .offset-md-0.v-locale--is-ltr, .v-locale--is-ltr .offset-md-0 {
429
+ .v-locale--is-ltr.offset-md-0, .v-locale--is-ltr .offset-md-0 {
419
430
  margin-left: 0;
420
431
  }
421
- .offset-md-0.v-locale--is-rtl, .v-locale--is-rtl .offset-md-0 {
432
+ .v-locale--is-rtl.offset-md-0, .v-locale--is-rtl .offset-md-0 {
422
433
  margin-right: 0;
423
434
  }
424
- .offset-md-1.v-locale--is-ltr, .v-locale--is-ltr .offset-md-1 {
435
+ .v-locale--is-ltr.offset-md-1, .v-locale--is-ltr .offset-md-1 {
425
436
  margin-left: 8.3333333333%;
426
437
  }
427
- .offset-md-1.v-locale--is-rtl, .v-locale--is-rtl .offset-md-1 {
438
+ .v-locale--is-rtl.offset-md-1, .v-locale--is-rtl .offset-md-1 {
428
439
  margin-right: 8.3333333333%;
429
440
  }
430
- .offset-md-2.v-locale--is-ltr, .v-locale--is-ltr .offset-md-2 {
441
+ .v-locale--is-ltr.offset-md-2, .v-locale--is-ltr .offset-md-2 {
431
442
  margin-left: 16.6666666667%;
432
443
  }
433
- .offset-md-2.v-locale--is-rtl, .v-locale--is-rtl .offset-md-2 {
444
+ .v-locale--is-rtl.offset-md-2, .v-locale--is-rtl .offset-md-2 {
434
445
  margin-right: 16.6666666667%;
435
446
  }
436
- .offset-md-3.v-locale--is-ltr, .v-locale--is-ltr .offset-md-3 {
447
+ .v-locale--is-ltr.offset-md-3, .v-locale--is-ltr .offset-md-3 {
437
448
  margin-left: 25%;
438
449
  }
439
- .offset-md-3.v-locale--is-rtl, .v-locale--is-rtl .offset-md-3 {
450
+ .v-locale--is-rtl.offset-md-3, .v-locale--is-rtl .offset-md-3 {
440
451
  margin-right: 25%;
441
452
  }
442
- .offset-md-4.v-locale--is-ltr, .v-locale--is-ltr .offset-md-4 {
453
+ .v-locale--is-ltr.offset-md-4, .v-locale--is-ltr .offset-md-4 {
443
454
  margin-left: 33.3333333333%;
444
455
  }
445
- .offset-md-4.v-locale--is-rtl, .v-locale--is-rtl .offset-md-4 {
456
+ .v-locale--is-rtl.offset-md-4, .v-locale--is-rtl .offset-md-4 {
446
457
  margin-right: 33.3333333333%;
447
458
  }
448
- .offset-md-5.v-locale--is-ltr, .v-locale--is-ltr .offset-md-5 {
459
+ .v-locale--is-ltr.offset-md-5, .v-locale--is-ltr .offset-md-5 {
449
460
  margin-left: 41.6666666667%;
450
461
  }
451
- .offset-md-5.v-locale--is-rtl, .v-locale--is-rtl .offset-md-5 {
462
+ .v-locale--is-rtl.offset-md-5, .v-locale--is-rtl .offset-md-5 {
452
463
  margin-right: 41.6666666667%;
453
464
  }
454
- .offset-md-6.v-locale--is-ltr, .v-locale--is-ltr .offset-md-6 {
465
+ .v-locale--is-ltr.offset-md-6, .v-locale--is-ltr .offset-md-6 {
455
466
  margin-left: 50%;
456
467
  }
457
- .offset-md-6.v-locale--is-rtl, .v-locale--is-rtl .offset-md-6 {
468
+ .v-locale--is-rtl.offset-md-6, .v-locale--is-rtl .offset-md-6 {
458
469
  margin-right: 50%;
459
470
  }
460
- .offset-md-7.v-locale--is-ltr, .v-locale--is-ltr .offset-md-7 {
471
+ .v-locale--is-ltr.offset-md-7, .v-locale--is-ltr .offset-md-7 {
461
472
  margin-left: 58.3333333333%;
462
473
  }
463
- .offset-md-7.v-locale--is-rtl, .v-locale--is-rtl .offset-md-7 {
474
+ .v-locale--is-rtl.offset-md-7, .v-locale--is-rtl .offset-md-7 {
464
475
  margin-right: 58.3333333333%;
465
476
  }
466
- .offset-md-8.v-locale--is-ltr, .v-locale--is-ltr .offset-md-8 {
477
+ .v-locale--is-ltr.offset-md-8, .v-locale--is-ltr .offset-md-8 {
467
478
  margin-left: 66.6666666667%;
468
479
  }
469
- .offset-md-8.v-locale--is-rtl, .v-locale--is-rtl .offset-md-8 {
480
+ .v-locale--is-rtl.offset-md-8, .v-locale--is-rtl .offset-md-8 {
470
481
  margin-right: 66.6666666667%;
471
482
  }
472
- .offset-md-9.v-locale--is-ltr, .v-locale--is-ltr .offset-md-9 {
483
+ .v-locale--is-ltr.offset-md-9, .v-locale--is-ltr .offset-md-9 {
473
484
  margin-left: 75%;
474
485
  }
475
- .offset-md-9.v-locale--is-rtl, .v-locale--is-rtl .offset-md-9 {
486
+ .v-locale--is-rtl.offset-md-9, .v-locale--is-rtl .offset-md-9 {
476
487
  margin-right: 75%;
477
488
  }
478
- .offset-md-10.v-locale--is-ltr, .v-locale--is-ltr .offset-md-10 {
489
+ .v-locale--is-ltr.offset-md-10, .v-locale--is-ltr .offset-md-10 {
479
490
  margin-left: 83.3333333333%;
480
491
  }
481
- .offset-md-10.v-locale--is-rtl, .v-locale--is-rtl .offset-md-10 {
492
+ .v-locale--is-rtl.offset-md-10, .v-locale--is-rtl .offset-md-10 {
482
493
  margin-right: 83.3333333333%;
483
494
  }
484
- .offset-md-11.v-locale--is-ltr, .v-locale--is-ltr .offset-md-11 {
495
+ .v-locale--is-ltr.offset-md-11, .v-locale--is-ltr .offset-md-11 {
485
496
  margin-left: 91.6666666667%;
486
497
  }
487
- .offset-md-11.v-locale--is-rtl, .v-locale--is-rtl .offset-md-11 {
498
+ .v-locale--is-rtl.offset-md-11, .v-locale--is-rtl .offset-md-11 {
488
499
  margin-right: 91.6666666667%;
489
500
  }
490
501
  }
@@ -547,76 +558,76 @@
547
558
  flex: 0 0 100%;
548
559
  max-width: 100%;
549
560
  }
550
- .offset-lg-0.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-0 {
561
+ .v-locale--is-ltr.offset-lg-0, .v-locale--is-ltr .offset-lg-0 {
551
562
  margin-left: 0;
552
563
  }
553
- .offset-lg-0.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-0 {
564
+ .v-locale--is-rtl.offset-lg-0, .v-locale--is-rtl .offset-lg-0 {
554
565
  margin-right: 0;
555
566
  }
556
- .offset-lg-1.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-1 {
567
+ .v-locale--is-ltr.offset-lg-1, .v-locale--is-ltr .offset-lg-1 {
557
568
  margin-left: 8.3333333333%;
558
569
  }
559
- .offset-lg-1.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-1 {
570
+ .v-locale--is-rtl.offset-lg-1, .v-locale--is-rtl .offset-lg-1 {
560
571
  margin-right: 8.3333333333%;
561
572
  }
562
- .offset-lg-2.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-2 {
573
+ .v-locale--is-ltr.offset-lg-2, .v-locale--is-ltr .offset-lg-2 {
563
574
  margin-left: 16.6666666667%;
564
575
  }
565
- .offset-lg-2.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-2 {
576
+ .v-locale--is-rtl.offset-lg-2, .v-locale--is-rtl .offset-lg-2 {
566
577
  margin-right: 16.6666666667%;
567
578
  }
568
- .offset-lg-3.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-3 {
579
+ .v-locale--is-ltr.offset-lg-3, .v-locale--is-ltr .offset-lg-3 {
569
580
  margin-left: 25%;
570
581
  }
571
- .offset-lg-3.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-3 {
582
+ .v-locale--is-rtl.offset-lg-3, .v-locale--is-rtl .offset-lg-3 {
572
583
  margin-right: 25%;
573
584
  }
574
- .offset-lg-4.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-4 {
585
+ .v-locale--is-ltr.offset-lg-4, .v-locale--is-ltr .offset-lg-4 {
575
586
  margin-left: 33.3333333333%;
576
587
  }
577
- .offset-lg-4.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-4 {
588
+ .v-locale--is-rtl.offset-lg-4, .v-locale--is-rtl .offset-lg-4 {
578
589
  margin-right: 33.3333333333%;
579
590
  }
580
- .offset-lg-5.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-5 {
591
+ .v-locale--is-ltr.offset-lg-5, .v-locale--is-ltr .offset-lg-5 {
581
592
  margin-left: 41.6666666667%;
582
593
  }
583
- .offset-lg-5.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-5 {
594
+ .v-locale--is-rtl.offset-lg-5, .v-locale--is-rtl .offset-lg-5 {
584
595
  margin-right: 41.6666666667%;
585
596
  }
586
- .offset-lg-6.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-6 {
597
+ .v-locale--is-ltr.offset-lg-6, .v-locale--is-ltr .offset-lg-6 {
587
598
  margin-left: 50%;
588
599
  }
589
- .offset-lg-6.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-6 {
600
+ .v-locale--is-rtl.offset-lg-6, .v-locale--is-rtl .offset-lg-6 {
590
601
  margin-right: 50%;
591
602
  }
592
- .offset-lg-7.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-7 {
603
+ .v-locale--is-ltr.offset-lg-7, .v-locale--is-ltr .offset-lg-7 {
593
604
  margin-left: 58.3333333333%;
594
605
  }
595
- .offset-lg-7.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-7 {
606
+ .v-locale--is-rtl.offset-lg-7, .v-locale--is-rtl .offset-lg-7 {
596
607
  margin-right: 58.3333333333%;
597
608
  }
598
- .offset-lg-8.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-8 {
609
+ .v-locale--is-ltr.offset-lg-8, .v-locale--is-ltr .offset-lg-8 {
599
610
  margin-left: 66.6666666667%;
600
611
  }
601
- .offset-lg-8.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-8 {
612
+ .v-locale--is-rtl.offset-lg-8, .v-locale--is-rtl .offset-lg-8 {
602
613
  margin-right: 66.6666666667%;
603
614
  }
604
- .offset-lg-9.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-9 {
615
+ .v-locale--is-ltr.offset-lg-9, .v-locale--is-ltr .offset-lg-9 {
605
616
  margin-left: 75%;
606
617
  }
607
- .offset-lg-9.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-9 {
618
+ .v-locale--is-rtl.offset-lg-9, .v-locale--is-rtl .offset-lg-9 {
608
619
  margin-right: 75%;
609
620
  }
610
- .offset-lg-10.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-10 {
621
+ .v-locale--is-ltr.offset-lg-10, .v-locale--is-ltr .offset-lg-10 {
611
622
  margin-left: 83.3333333333%;
612
623
  }
613
- .offset-lg-10.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-10 {
624
+ .v-locale--is-rtl.offset-lg-10, .v-locale--is-rtl .offset-lg-10 {
614
625
  margin-right: 83.3333333333%;
615
626
  }
616
- .offset-lg-11.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-11 {
627
+ .v-locale--is-ltr.offset-lg-11, .v-locale--is-ltr .offset-lg-11 {
617
628
  margin-left: 91.6666666667%;
618
629
  }
619
- .offset-lg-11.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-11 {
630
+ .v-locale--is-rtl.offset-lg-11, .v-locale--is-rtl .offset-lg-11 {
620
631
  margin-right: 91.6666666667%;
621
632
  }
622
633
  }
@@ -679,76 +690,76 @@
679
690
  flex: 0 0 100%;
680
691
  max-width: 100%;
681
692
  }
682
- .offset-xl-0.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-0 {
693
+ .v-locale--is-ltr.offset-xl-0, .v-locale--is-ltr .offset-xl-0 {
683
694
  margin-left: 0;
684
695
  }
685
- .offset-xl-0.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-0 {
696
+ .v-locale--is-rtl.offset-xl-0, .v-locale--is-rtl .offset-xl-0 {
686
697
  margin-right: 0;
687
698
  }
688
- .offset-xl-1.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-1 {
699
+ .v-locale--is-ltr.offset-xl-1, .v-locale--is-ltr .offset-xl-1 {
689
700
  margin-left: 8.3333333333%;
690
701
  }
691
- .offset-xl-1.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-1 {
702
+ .v-locale--is-rtl.offset-xl-1, .v-locale--is-rtl .offset-xl-1 {
692
703
  margin-right: 8.3333333333%;
693
704
  }
694
- .offset-xl-2.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-2 {
705
+ .v-locale--is-ltr.offset-xl-2, .v-locale--is-ltr .offset-xl-2 {
695
706
  margin-left: 16.6666666667%;
696
707
  }
697
- .offset-xl-2.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-2 {
708
+ .v-locale--is-rtl.offset-xl-2, .v-locale--is-rtl .offset-xl-2 {
698
709
  margin-right: 16.6666666667%;
699
710
  }
700
- .offset-xl-3.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-3 {
711
+ .v-locale--is-ltr.offset-xl-3, .v-locale--is-ltr .offset-xl-3 {
701
712
  margin-left: 25%;
702
713
  }
703
- .offset-xl-3.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-3 {
714
+ .v-locale--is-rtl.offset-xl-3, .v-locale--is-rtl .offset-xl-3 {
704
715
  margin-right: 25%;
705
716
  }
706
- .offset-xl-4.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-4 {
717
+ .v-locale--is-ltr.offset-xl-4, .v-locale--is-ltr .offset-xl-4 {
707
718
  margin-left: 33.3333333333%;
708
719
  }
709
- .offset-xl-4.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-4 {
720
+ .v-locale--is-rtl.offset-xl-4, .v-locale--is-rtl .offset-xl-4 {
710
721
  margin-right: 33.3333333333%;
711
722
  }
712
- .offset-xl-5.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-5 {
723
+ .v-locale--is-ltr.offset-xl-5, .v-locale--is-ltr .offset-xl-5 {
713
724
  margin-left: 41.6666666667%;
714
725
  }
715
- .offset-xl-5.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-5 {
726
+ .v-locale--is-rtl.offset-xl-5, .v-locale--is-rtl .offset-xl-5 {
716
727
  margin-right: 41.6666666667%;
717
728
  }
718
- .offset-xl-6.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-6 {
729
+ .v-locale--is-ltr.offset-xl-6, .v-locale--is-ltr .offset-xl-6 {
719
730
  margin-left: 50%;
720
731
  }
721
- .offset-xl-6.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-6 {
732
+ .v-locale--is-rtl.offset-xl-6, .v-locale--is-rtl .offset-xl-6 {
722
733
  margin-right: 50%;
723
734
  }
724
- .offset-xl-7.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-7 {
735
+ .v-locale--is-ltr.offset-xl-7, .v-locale--is-ltr .offset-xl-7 {
725
736
  margin-left: 58.3333333333%;
726
737
  }
727
- .offset-xl-7.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-7 {
738
+ .v-locale--is-rtl.offset-xl-7, .v-locale--is-rtl .offset-xl-7 {
728
739
  margin-right: 58.3333333333%;
729
740
  }
730
- .offset-xl-8.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-8 {
741
+ .v-locale--is-ltr.offset-xl-8, .v-locale--is-ltr .offset-xl-8 {
731
742
  margin-left: 66.6666666667%;
732
743
  }
733
- .offset-xl-8.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-8 {
744
+ .v-locale--is-rtl.offset-xl-8, .v-locale--is-rtl .offset-xl-8 {
734
745
  margin-right: 66.6666666667%;
735
746
  }
736
- .offset-xl-9.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-9 {
747
+ .v-locale--is-ltr.offset-xl-9, .v-locale--is-ltr .offset-xl-9 {
737
748
  margin-left: 75%;
738
749
  }
739
- .offset-xl-9.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-9 {
750
+ .v-locale--is-rtl.offset-xl-9, .v-locale--is-rtl .offset-xl-9 {
740
751
  margin-right: 75%;
741
752
  }
742
- .offset-xl-10.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-10 {
753
+ .v-locale--is-ltr.offset-xl-10, .v-locale--is-ltr .offset-xl-10 {
743
754
  margin-left: 83.3333333333%;
744
755
  }
745
- .offset-xl-10.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-10 {
756
+ .v-locale--is-rtl.offset-xl-10, .v-locale--is-rtl .offset-xl-10 {
746
757
  margin-right: 83.3333333333%;
747
758
  }
748
- .offset-xl-11.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-11 {
759
+ .v-locale--is-ltr.offset-xl-11, .v-locale--is-ltr .offset-xl-11 {
749
760
  margin-left: 91.6666666667%;
750
761
  }
751
- .offset-xl-11.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-11 {
762
+ .v-locale--is-rtl.offset-xl-11, .v-locale--is-rtl .offset-xl-11 {
752
763
  margin-right: 91.6666666667%;
753
764
  }
754
765
  }
@@ -811,76 +822,76 @@
811
822
  flex: 0 0 100%;
812
823
  max-width: 100%;
813
824
  }
814
- .offset-xxl-0.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-0 {
825
+ .v-locale--is-ltr.offset-xxl-0, .v-locale--is-ltr .offset-xxl-0 {
815
826
  margin-left: 0;
816
827
  }
817
- .offset-xxl-0.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-0 {
828
+ .v-locale--is-rtl.offset-xxl-0, .v-locale--is-rtl .offset-xxl-0 {
818
829
  margin-right: 0;
819
830
  }
820
- .offset-xxl-1.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-1 {
831
+ .v-locale--is-ltr.offset-xxl-1, .v-locale--is-ltr .offset-xxl-1 {
821
832
  margin-left: 8.3333333333%;
822
833
  }
823
- .offset-xxl-1.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-1 {
834
+ .v-locale--is-rtl.offset-xxl-1, .v-locale--is-rtl .offset-xxl-1 {
824
835
  margin-right: 8.3333333333%;
825
836
  }
826
- .offset-xxl-2.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-2 {
837
+ .v-locale--is-ltr.offset-xxl-2, .v-locale--is-ltr .offset-xxl-2 {
827
838
  margin-left: 16.6666666667%;
828
839
  }
829
- .offset-xxl-2.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-2 {
840
+ .v-locale--is-rtl.offset-xxl-2, .v-locale--is-rtl .offset-xxl-2 {
830
841
  margin-right: 16.6666666667%;
831
842
  }
832
- .offset-xxl-3.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-3 {
843
+ .v-locale--is-ltr.offset-xxl-3, .v-locale--is-ltr .offset-xxl-3 {
833
844
  margin-left: 25%;
834
845
  }
835
- .offset-xxl-3.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-3 {
846
+ .v-locale--is-rtl.offset-xxl-3, .v-locale--is-rtl .offset-xxl-3 {
836
847
  margin-right: 25%;
837
848
  }
838
- .offset-xxl-4.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-4 {
849
+ .v-locale--is-ltr.offset-xxl-4, .v-locale--is-ltr .offset-xxl-4 {
839
850
  margin-left: 33.3333333333%;
840
851
  }
841
- .offset-xxl-4.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-4 {
852
+ .v-locale--is-rtl.offset-xxl-4, .v-locale--is-rtl .offset-xxl-4 {
842
853
  margin-right: 33.3333333333%;
843
854
  }
844
- .offset-xxl-5.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-5 {
855
+ .v-locale--is-ltr.offset-xxl-5, .v-locale--is-ltr .offset-xxl-5 {
845
856
  margin-left: 41.6666666667%;
846
857
  }
847
- .offset-xxl-5.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-5 {
858
+ .v-locale--is-rtl.offset-xxl-5, .v-locale--is-rtl .offset-xxl-5 {
848
859
  margin-right: 41.6666666667%;
849
860
  }
850
- .offset-xxl-6.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-6 {
861
+ .v-locale--is-ltr.offset-xxl-6, .v-locale--is-ltr .offset-xxl-6 {
851
862
  margin-left: 50%;
852
863
  }
853
- .offset-xxl-6.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-6 {
864
+ .v-locale--is-rtl.offset-xxl-6, .v-locale--is-rtl .offset-xxl-6 {
854
865
  margin-right: 50%;
855
866
  }
856
- .offset-xxl-7.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-7 {
867
+ .v-locale--is-ltr.offset-xxl-7, .v-locale--is-ltr .offset-xxl-7 {
857
868
  margin-left: 58.3333333333%;
858
869
  }
859
- .offset-xxl-7.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-7 {
870
+ .v-locale--is-rtl.offset-xxl-7, .v-locale--is-rtl .offset-xxl-7 {
860
871
  margin-right: 58.3333333333%;
861
872
  }
862
- .offset-xxl-8.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-8 {
873
+ .v-locale--is-ltr.offset-xxl-8, .v-locale--is-ltr .offset-xxl-8 {
863
874
  margin-left: 66.6666666667%;
864
875
  }
865
- .offset-xxl-8.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-8 {
876
+ .v-locale--is-rtl.offset-xxl-8, .v-locale--is-rtl .offset-xxl-8 {
866
877
  margin-right: 66.6666666667%;
867
878
  }
868
- .offset-xxl-9.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-9 {
879
+ .v-locale--is-ltr.offset-xxl-9, .v-locale--is-ltr .offset-xxl-9 {
869
880
  margin-left: 75%;
870
881
  }
871
- .offset-xxl-9.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-9 {
882
+ .v-locale--is-rtl.offset-xxl-9, .v-locale--is-rtl .offset-xxl-9 {
872
883
  margin-right: 75%;
873
884
  }
874
- .offset-xxl-10.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-10 {
885
+ .v-locale--is-ltr.offset-xxl-10, .v-locale--is-ltr .offset-xxl-10 {
875
886
  margin-left: 83.3333333333%;
876
887
  }
877
- .offset-xxl-10.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-10 {
888
+ .v-locale--is-rtl.offset-xxl-10, .v-locale--is-rtl .offset-xxl-10 {
878
889
  margin-right: 83.3333333333%;
879
890
  }
880
- .offset-xxl-11.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-11 {
891
+ .v-locale--is-ltr.offset-xxl-11, .v-locale--is-ltr .offset-xxl-11 {
881
892
  margin-left: 91.6666666667%;
882
893
  }
883
- .offset-xxl-11.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-11 {
894
+ .v-locale--is-rtl.offset-xxl-11, .v-locale--is-rtl .offset-xxl-11 {
884
895
  margin-right: 91.6666666667%;
885
896
  }
886
897
  }
@@ -138,11 +138,12 @@
138
138
  .v-progress-linear--rounded-bar .v-progress-linear__stream + .v-progress-linear__background {
139
139
  border-radius: 9999px;
140
140
  }
141
- .v-progress-linear--rounded-bar .v-progress-linear__determinate.v-locale--is-ltr, .v-locale--is-ltr .v-progress-linear--rounded-bar .v-progress-linear__determinate {
141
+ .v-locale--is-ltr.v-progress-linear--rounded-bar .v-progress-linear__determinate, .v-locale--is-ltr .v-progress-linear--rounded-bar .v-progress-linear__determinate {
142
142
  border-top-left-radius: 0;
143
143
  border-bottom-left-radius: 0;
144
144
  }
145
- .v-progress-linear--rounded-bar .v-progress-linear__determinate.v-locale--is-rtl, .v-locale--is-rtl .v-progress-linear--rounded-bar .v-progress-linear__determinate {
145
+
146
+ .v-locale--is-rtl.v-progress-linear--rounded-bar .v-progress-linear__determinate, .v-locale--is-rtl .v-progress-linear--rounded-bar .v-progress-linear__determinate {
146
147
  border-top-right-radius: 0;
147
148
  border-bottom-right-radius: 0;
148
149
  }
@@ -47,7 +47,7 @@ export const VRadioGroup = genericComponent()({
47
47
  const id = computed(() => props.id || `radio-group-${uid}`);
48
48
  const model = useProxiedModel(props, 'modelValue');
49
49
  useRender(() => {
50
- const [inputAttrs, controlAttrs] = filterInputAttrs(attrs);
50
+ const [rootAttrs, controlAttrs] = filterInputAttrs(attrs);
51
51
  const [inputProps, _1] = VInput.filterProps(props);
52
52
  const [controlProps, _2] = VSelectionControl.filterProps(props);
53
53
  const label = slots.label ? slots.label({
@@ -59,7 +59,7 @@ export const VRadioGroup = genericComponent()({
59
59
  return _createVNode(VInput, _mergeProps({
60
60
  "class": ['v-radio-group', props.class],
61
61
  "style": props.style
62
- }, inputAttrs, inputProps, {
62
+ }, rootAttrs, inputProps, {
63
63
  "modelValue": model.value,
64
64
  "onUpdate:modelValue": $event => model.value = $event,
65
65
  "id": id.value