vuetify 3.2.0 → 3.2.2

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 (68) hide show
  1. package/dist/json/attributes.json +775 -639
  2. package/dist/json/importMap.json +8 -8
  3. package/dist/json/tags.json +35 -1
  4. package/dist/json/web-types.json +1657 -1327
  5. package/dist/vuetify-labs.css +389 -383
  6. package/dist/vuetify-labs.d.ts +419 -89
  7. package/dist/vuetify-labs.esm.js +113 -98
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +112 -97
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +60 -54
  12. package/dist/vuetify.d.ts +522 -192
  13. package/dist/vuetify.esm.js +108 -98
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +107 -97
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +49 -49
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAppBar/VAppBar.mjs +7 -11
  21. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  22. package/lib/components/VAppBar/VAppBarNavIcon.mjs +10 -16
  23. package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
  24. package/lib/components/VAppBar/index.d.ts +394 -28
  25. package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
  26. package/lib/components/VAutocomplete/VAutocomplete.mjs +10 -2
  27. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  28. package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
  29. package/lib/components/VBtn/VBtn.mjs +7 -6
  30. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  31. package/lib/components/VCheckbox/VCheckboxBtn.mjs +0 -1
  32. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  33. package/lib/components/VCombobox/VCombobox.mjs +9 -2
  34. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  35. package/lib/components/VFileInput/VFileInput.mjs +2 -1
  36. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  37. package/lib/components/VIcon/VIcon.mjs +28 -29
  38. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  39. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -8
  40. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  41. package/lib/components/VSelect/VSelect.mjs +9 -2
  42. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  43. package/lib/components/VSheet/VSheet.css +6 -0
  44. package/lib/components/VSheet/_variables.scss +1 -1
  45. package/lib/components/VTextField/VTextField.mjs +1 -1
  46. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  47. package/lib/components/VTextarea/VTextarea.mjs +1 -1
  48. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  49. package/lib/components/VTreeview/_mixins.sass +0 -0
  50. package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -0
  51. package/lib/components/index.d.ts +386 -53
  52. package/lib/composables/defaults.mjs +11 -1
  53. package/lib/composables/defaults.mjs.map +1 -1
  54. package/lib/composables/icons.mjs +2 -2
  55. package/lib/composables/icons.mjs.map +1 -1
  56. package/lib/composables/scroll.mjs +16 -17
  57. package/lib/composables/scroll.mjs.map +1 -1
  58. package/lib/entry-bundler.mjs +1 -1
  59. package/lib/framework.mjs +1 -1
  60. package/lib/framework.mjs.map +1 -1
  61. package/lib/index.d.ts +4 -7
  62. package/lib/labs/VDataTable/composables/paginate.mjs +6 -1
  63. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  64. package/lib/locale/el.mjs +0 -0
  65. package/lib/locale/index.mjs +0 -0
  66. package/lib/util/defineComponent.mjs +2 -2
  67. package/lib/util/defineComponent.mjs.map +1 -1
  68. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.2.0
2
+ * Vuetify v3.2.2
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -16686,7 +16686,7 @@ html.overflow-y-hidden {
16686
16686
  .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
16687
16687
  opacity: 0;
16688
16688
  }
16689
- .v-autocomplete--single .v-field--focused .v-autocomplete__selection-text {
16689
+ .v-autocomplete--single .v-field--focused .v-autocomplete__selection {
16690
16690
  opacity: 0;
16691
16691
  }
16692
16692
  .v-autocomplete--selection-slot.v-text-field input {
@@ -17060,63 +17060,6 @@ html.overflow-y-hidden {
17060
17060
  }
17061
17061
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
17062
17062
  transform: translateY(0.5rem);
17063
- }/** if false, disabled buttons will be greyed out */
17064
- .v-btn-group {
17065
- display: inline-flex;
17066
- flex-wrap: nowrap;
17067
- max-width: 100%;
17068
- min-width: 0;
17069
- overflow: hidden;
17070
- vertical-align: middle;
17071
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
17072
- border-style: solid;
17073
- border-width: 0;
17074
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
17075
- border-radius: 4px;
17076
- background: transparent;
17077
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17078
- }
17079
- .v-btn-group--border {
17080
- border-width: thin;
17081
- box-shadow: none;
17082
- }
17083
- .v-btn-group--density-default.v-btn-group {
17084
- height: 48px;
17085
- }
17086
-
17087
- .v-btn-group--density-comfortable.v-btn-group {
17088
- height: 40px;
17089
- }
17090
-
17091
- .v-btn-group--density-compact.v-btn-group {
17092
- height: 36px;
17093
- }
17094
-
17095
- .v-btn-group .v-btn {
17096
- border-radius: 0;
17097
- border-color: inherit;
17098
- }
17099
- .v-btn-group .v-btn:not(:last-child) {
17100
- border-inline-end: none;
17101
- }
17102
- .v-btn-group .v-btn:not(:first-child) {
17103
- border-inline-start: none;
17104
- }
17105
- .v-btn-group .v-btn:first-child {
17106
- border-start-start-radius: inherit;
17107
- border-end-start-radius: inherit;
17108
- }
17109
- .v-btn-group .v-btn:last-child {
17110
- border-start-end-radius: inherit;
17111
- border-end-end-radius: inherit;
17112
- }
17113
- .v-btn-group--divided .v-btn:not(:last-child) {
17114
- border-inline-end-width: thin;
17115
- border-inline-end-style: solid;
17116
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
17117
- }
17118
- .v-btn-group--tile {
17119
- border-radius: 0;
17120
17063
  }.v-breadcrumbs {
17121
17064
  display: flex;
17122
17065
  align-items: center;
@@ -17579,6 +17522,63 @@ html.overflow-y-hidden {
17579
17522
 
17580
17523
  .v-snackbar-actions .v-btn {
17581
17524
  padding: 0 8px;
17525
+ }/** if false, disabled buttons will be greyed out */
17526
+ .v-btn-group {
17527
+ display: inline-flex;
17528
+ flex-wrap: nowrap;
17529
+ max-width: 100%;
17530
+ min-width: 0;
17531
+ overflow: hidden;
17532
+ vertical-align: middle;
17533
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
17534
+ border-style: solid;
17535
+ border-width: 0;
17536
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
17537
+ border-radius: 4px;
17538
+ background: transparent;
17539
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17540
+ }
17541
+ .v-btn-group--border {
17542
+ border-width: thin;
17543
+ box-shadow: none;
17544
+ }
17545
+ .v-btn-group--density-default.v-btn-group {
17546
+ height: 48px;
17547
+ }
17548
+
17549
+ .v-btn-group--density-comfortable.v-btn-group {
17550
+ height: 40px;
17551
+ }
17552
+
17553
+ .v-btn-group--density-compact.v-btn-group {
17554
+ height: 36px;
17555
+ }
17556
+
17557
+ .v-btn-group .v-btn {
17558
+ border-radius: 0;
17559
+ border-color: inherit;
17560
+ }
17561
+ .v-btn-group .v-btn:not(:last-child) {
17562
+ border-inline-end: none;
17563
+ }
17564
+ .v-btn-group .v-btn:not(:first-child) {
17565
+ border-inline-start: none;
17566
+ }
17567
+ .v-btn-group .v-btn:first-child {
17568
+ border-start-start-radius: inherit;
17569
+ border-end-start-radius: inherit;
17570
+ }
17571
+ .v-btn-group .v-btn:last-child {
17572
+ border-start-end-radius: inherit;
17573
+ border-end-end-radius: inherit;
17574
+ }
17575
+ .v-btn-group--divided .v-btn:not(:last-child) {
17576
+ border-inline-end-width: thin;
17577
+ border-inline-end-style: solid;
17578
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
17579
+ }
17580
+ .v-btn-group--tile {
17581
+ border-radius: 0;
17582
17582
  }.v-btn-toggle .v-btn.v-btn--selected:not(.v-btn--disabled) .v-btn__overlay {
17583
17583
  opacity: var(--v-activated-opacity);
17584
17584
  }.v-card {
@@ -18372,94 +18372,11 @@ html.overflow-y-hidden {
18372
18372
  }
18373
18373
  .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
18374
18374
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
18375
- }.v-input--density-default {
18376
- --combobox-chips-margin-bottom: 0px;
18377
- }
18378
-
18379
- .v-input--density-comfortable {
18380
- --combobox-chips-margin-bottom: 2px;
18381
- }
18382
-
18383
- .v-input--density-compact {
18384
- --combobox-chips-margin-bottom: 4px;
18385
- }
18386
-
18387
- .v-combobox .v-field .v-text-field__prefix,
18388
- .v-combobox .v-field .v-text-field__suffix,
18389
- .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
18390
- cursor: text;
18391
- }
18392
- .v-combobox .v-field .v-field__input > input {
18393
- align-self: flex-start;
18394
- flex: 1 1;
18395
- }
18396
- .v-combobox .v-field .v-field__append-inner > .v-icon {
18397
- margin-inline-start: 4px;
18398
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18399
- }
18400
- .v-combobox .v-field:not(.v-field--focused) input {
18401
- min-width: 0;
18402
- }
18403
- .v-combobox .v-field--dirty .v-combobox__selection {
18404
- margin-inline-end: 2px;
18405
- }
18406
- .v-combobox .v-field--single-line .v-combobox__selection-text {
18407
- overflow: hidden;
18408
- text-overflow: ellipsis;
18409
- white-space: nowrap;
18410
- }
18411
-
18412
- .v-combobox__content {
18413
- overflow: hidden;
18414
- 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));
18415
- border-radius: 4px;
18416
- }
18417
- .v-combobox__mask {
18418
- background: rgb(var(--v-theme-on-surface-variant));
18419
- }
18420
- .v-combobox__selection {
18421
- display: inline-flex;
18422
- letter-spacing: inherit;
18423
- line-height: inherit;
18424
- max-width: 100%;
18425
- }
18426
- .v-combobox--active-menu .v-field__append-inner > .v-icon {
18427
- opacity: var(--v-high-emphasis-opacity);
18428
- transform: rotate(180deg);
18429
- }
18430
- .v-combobox--chips .v-combobox__selection {
18431
- margin-top: 2px;
18432
- margin-bottom: var(--combobox-chips-margin-bottom);
18433
- }
18434
- .v-combobox--chips .v-combobox__selection:first-child {
18435
- margin-inline-start: 0;
18436
- }
18437
- .v-combobox--selecting-index .v-combobox__selection {
18438
- opacity: var(--v-medium-emphasis-opacity);
18439
- }
18440
- .v-combobox--selecting-index .v-combobox__selection--selected {
18441
- opacity: 1;
18442
- }
18443
- .v-combobox--selecting-index .v-field__input > input {
18444
- caret-color: transparent;
18445
- }
18446
- .v-combobox--single.v-text-field input {
18447
- flex: 1 1;
18448
- position: absolute;
18449
- left: 0;
18450
- right: 0;
18451
- width: 100%;
18452
- padding-inline-start: inherit;
18453
- padding-inline-end: inherit;
18454
- }
18455
- .v-combobox--single .v-field--active input {
18456
- transition: none;
18457
- }
18458
- .v-combobox--single .v-field--dirty:not(.v-field--focused) input {
18459
- opacity: 0;
18460
- }
18461
- .v-combobox--single .v-field--focused .v-combobox__selection {
18462
- opacity: 0;
18375
+ }.v-counter {
18376
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
18377
+ flex: 0 1 auto;
18378
+ font-size: 12px;
18379
+ transition-duration: 150ms;
18463
18380
  }.v-container {
18464
18381
  width: 100%;
18465
18382
  padding: 16px;
@@ -19341,42 +19258,125 @@ html.overflow-y-hidden {
19341
19258
  .offset-xxl-11.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-11 {
19342
19259
  margin-right: 91.6666666667%;
19343
19260
  }
19344
- }.v-counter {
19345
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
19346
- flex: 0 1 auto;
19347
- font-size: 12px;
19348
- transition-duration: 150ms;
19349
- }.v-dialog {
19350
- align-items: center;
19351
- justify-content: center;
19352
- margin: auto;
19261
+ }.v-input--density-default {
19262
+ --combobox-chips-margin-bottom: 0px;
19353
19263
  }
19354
- .v-dialog > .v-overlay__content {
19355
- max-height: calc(100% - 48px);
19356
- width: calc(100% - 48px);
19357
- max-width: calc(100% - 48px);
19358
- margin: 24px;
19359
- display: flex;
19360
- flex-direction: column;
19264
+
19265
+ .v-input--density-comfortable {
19266
+ --combobox-chips-margin-bottom: 2px;
19361
19267
  }
19362
- .v-dialog > .v-overlay__content > .v-card,
19363
- .v-dialog > .v-overlay__content > .v-sheet {
19364
- --v-scrollbar-offset: 0px;
19365
- border-radius: 4px;
19366
- overflow-y: auto;
19367
- box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
19268
+
19269
+ .v-input--density-compact {
19270
+ --combobox-chips-margin-bottom: 4px;
19368
19271
  }
19369
- .v-dialog > .v-overlay__content > .v-card {
19370
- display: flex;
19371
- flex-direction: column;
19272
+
19273
+ .v-combobox .v-field .v-text-field__prefix,
19274
+ .v-combobox .v-field .v-text-field__suffix,
19275
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
19276
+ cursor: text;
19372
19277
  }
19373
- .v-dialog > .v-overlay__content > .v-card > .v-card-item {
19374
- padding: 14px 24px 0;
19278
+ .v-combobox .v-field .v-field__input > input {
19279
+ align-self: flex-start;
19280
+ flex: 1 1;
19375
19281
  }
19376
- .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text {
19377
- padding-top: 10px;
19282
+ .v-combobox .v-field .v-field__append-inner > .v-icon {
19283
+ margin-inline-start: 4px;
19284
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19378
19285
  }
19379
- .v-dialog > .v-overlay__content > .v-card > .v-card-text {
19286
+ .v-combobox .v-field:not(.v-field--focused) input {
19287
+ min-width: 0;
19288
+ }
19289
+ .v-combobox .v-field--dirty .v-combobox__selection {
19290
+ margin-inline-end: 2px;
19291
+ }
19292
+ .v-combobox .v-field--single-line .v-combobox__selection-text {
19293
+ overflow: hidden;
19294
+ text-overflow: ellipsis;
19295
+ white-space: nowrap;
19296
+ }
19297
+
19298
+ .v-combobox__content {
19299
+ overflow: hidden;
19300
+ 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));
19301
+ border-radius: 4px;
19302
+ }
19303
+ .v-combobox__mask {
19304
+ background: rgb(var(--v-theme-on-surface-variant));
19305
+ }
19306
+ .v-combobox__selection {
19307
+ display: inline-flex;
19308
+ letter-spacing: inherit;
19309
+ line-height: inherit;
19310
+ max-width: 100%;
19311
+ }
19312
+ .v-combobox--active-menu .v-field__append-inner > .v-icon {
19313
+ opacity: var(--v-high-emphasis-opacity);
19314
+ transform: rotate(180deg);
19315
+ }
19316
+ .v-combobox--chips .v-combobox__selection {
19317
+ margin-top: 2px;
19318
+ margin-bottom: var(--combobox-chips-margin-bottom);
19319
+ }
19320
+ .v-combobox--chips .v-combobox__selection:first-child {
19321
+ margin-inline-start: 0;
19322
+ }
19323
+ .v-combobox--selecting-index .v-combobox__selection {
19324
+ opacity: var(--v-medium-emphasis-opacity);
19325
+ }
19326
+ .v-combobox--selecting-index .v-combobox__selection--selected {
19327
+ opacity: 1;
19328
+ }
19329
+ .v-combobox--selecting-index .v-field__input > input {
19330
+ caret-color: transparent;
19331
+ }
19332
+ .v-combobox--single.v-text-field input {
19333
+ flex: 1 1;
19334
+ position: absolute;
19335
+ left: 0;
19336
+ right: 0;
19337
+ width: 100%;
19338
+ padding-inline-start: inherit;
19339
+ padding-inline-end: inherit;
19340
+ }
19341
+ .v-combobox--single .v-field--active input {
19342
+ transition: none;
19343
+ }
19344
+ .v-combobox--single .v-field--dirty:not(.v-field--focused) input {
19345
+ opacity: 0;
19346
+ }
19347
+ .v-combobox--single .v-field--focused .v-combobox__selection {
19348
+ opacity: 0;
19349
+ }.v-dialog {
19350
+ align-items: center;
19351
+ justify-content: center;
19352
+ margin: auto;
19353
+ }
19354
+ .v-dialog > .v-overlay__content {
19355
+ max-height: calc(100% - 48px);
19356
+ width: calc(100% - 48px);
19357
+ max-width: calc(100% - 48px);
19358
+ margin: 24px;
19359
+ display: flex;
19360
+ flex-direction: column;
19361
+ }
19362
+ .v-dialog > .v-overlay__content > .v-card,
19363
+ .v-dialog > .v-overlay__content > .v-sheet {
19364
+ --v-scrollbar-offset: 0px;
19365
+ border-radius: 4px;
19366
+ overflow-y: auto;
19367
+ box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
19368
+ }
19369
+ .v-dialog > .v-overlay__content > .v-card {
19370
+ display: flex;
19371
+ flex-direction: column;
19372
+ }
19373
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item {
19374
+ padding: 14px 24px 0;
19375
+ }
19376
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text {
19377
+ padding-top: 10px;
19378
+ }
19379
+ .v-dialog > .v-overlay__content > .v-card > .v-card-text {
19380
19380
  font-size: inherit;
19381
19381
  letter-spacing: 0.03125em;
19382
19382
  line-height: inherit;
@@ -21773,6 +21773,12 @@ html.v-overlay-scroll-blocked {
21773
21773
  .v-sheet--fixed {
21774
21774
  position: fixed;
21775
21775
  }
21776
+ .v-sheet--relative {
21777
+ position: relative;
21778
+ }
21779
+ .v-sheet--sticky {
21780
+ position: sticky;
21781
+ }
21776
21782
  .v-sheet--rounded {
21777
21783
  border-radius: 4px;
21778
21784
  }.v-slide-group {
@@ -21817,85 +21823,6 @@ html.v-overlay-scroll-blocked {
21817
21823
  .v-slide-group--vertical .v-slide-group__container,
21818
21824
  .v-slide-group--vertical .v-slide-group__content {
21819
21825
  flex-direction: column;
21820
- }.v-switch .v-label {
21821
- padding-inline-start: 10px;
21822
- }
21823
-
21824
- .v-switch__loader {
21825
- display: flex;
21826
- }
21827
-
21828
- .v-switch__track,
21829
- .v-switch__thumb {
21830
- background-color: currentColor;
21831
- transition: none;
21832
- }
21833
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
21834
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
21835
- background-color: rgb(var(--v-theme-error));
21836
- }
21837
-
21838
- .v-selection-control--dirty .v-switch__thumb {
21839
- color: currentColor;
21840
- }
21841
-
21842
- .v-switch__track {
21843
- border-radius: 8px;
21844
- height: 14px;
21845
- opacity: 0.6;
21846
- width: 36px;
21847
- cursor: pointer;
21848
- }
21849
- .v-switch--inset .v-switch__track {
21850
- border-radius: 14px;
21851
- height: 28px;
21852
- width: 48px;
21853
- }
21854
-
21855
- .v-switch__thumb {
21856
- align-items: center;
21857
- border-radius: 50%;
21858
- color: rgb(var(--v-theme-surface));
21859
- display: flex;
21860
- height: 20px;
21861
- justify-content: center;
21862
- width: 20px;
21863
- pointer-events: none;
21864
- transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
21865
- 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));
21866
- }
21867
- .v-switch--inset .v-switch__thumb {
21868
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
21869
- }
21870
- .v-switch:not(.v-switch--loading) .v-icon ~ .v-switch__thumb {
21871
- display: none;
21872
- }
21873
-
21874
- .v-switch--loading .v-selection-control__input > .v-icon {
21875
- display: none;
21876
- }
21877
-
21878
- .v-switch .v-selection-control {
21879
- min-height: var(--v-input-control-height);
21880
- }
21881
- .v-switch .v-selection-control__wrapper {
21882
- width: auto;
21883
- }
21884
- .v-switch .v-selection-control__input {
21885
- border-radius: 50%;
21886
- transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
21887
- transform: translateX(-10px);
21888
- position: absolute;
21889
- }
21890
- .v-switch .v-selection-control--dirty .v-selection-control__input {
21891
- transform: translateX(10px);
21892
- }
21893
- .v-switch.v-switch--indeterminate .v-selection-control__input {
21894
- transform: scale(0.8);
21895
- }
21896
- .v-switch.v-switch--indeterminate .v-switch__thumb {
21897
- transform: scale(0.75);
21898
- box-shadow: none;
21899
21826
  }.v-snackbar {
21900
21827
  justify-content: center;
21901
21828
  z-index: 10000;
@@ -22006,6 +21933,85 @@ html.v-overlay-scroll-blocked {
22006
21933
  }
22007
21934
  .v-snackbar-transition-leave-to {
22008
21935
  opacity: 0;
21936
+ }.v-switch .v-label {
21937
+ padding-inline-start: 10px;
21938
+ }
21939
+
21940
+ .v-switch__loader {
21941
+ display: flex;
21942
+ }
21943
+
21944
+ .v-switch__track,
21945
+ .v-switch__thumb {
21946
+ background-color: currentColor;
21947
+ transition: none;
21948
+ }
21949
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
21950
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
21951
+ background-color: rgb(var(--v-theme-error));
21952
+ }
21953
+
21954
+ .v-selection-control--dirty .v-switch__thumb {
21955
+ color: currentColor;
21956
+ }
21957
+
21958
+ .v-switch__track {
21959
+ border-radius: 8px;
21960
+ height: 14px;
21961
+ opacity: 0.6;
21962
+ width: 36px;
21963
+ cursor: pointer;
21964
+ }
21965
+ .v-switch--inset .v-switch__track {
21966
+ border-radius: 14px;
21967
+ height: 28px;
21968
+ width: 48px;
21969
+ }
21970
+
21971
+ .v-switch__thumb {
21972
+ align-items: center;
21973
+ border-radius: 50%;
21974
+ color: rgb(var(--v-theme-surface));
21975
+ display: flex;
21976
+ height: 20px;
21977
+ justify-content: center;
21978
+ width: 20px;
21979
+ pointer-events: none;
21980
+ transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
21981
+ 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));
21982
+ }
21983
+ .v-switch--inset .v-switch__thumb {
21984
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
21985
+ }
21986
+ .v-switch:not(.v-switch--loading) .v-icon ~ .v-switch__thumb {
21987
+ display: none;
21988
+ }
21989
+
21990
+ .v-switch--loading .v-selection-control__input > .v-icon {
21991
+ display: none;
21992
+ }
21993
+
21994
+ .v-switch .v-selection-control {
21995
+ min-height: var(--v-input-control-height);
21996
+ }
21997
+ .v-switch .v-selection-control__wrapper {
21998
+ width: auto;
21999
+ }
22000
+ .v-switch .v-selection-control__input {
22001
+ border-radius: 50%;
22002
+ transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
22003
+ transform: translateX(-10px);
22004
+ position: absolute;
22005
+ }
22006
+ .v-switch .v-selection-control--dirty .v-selection-control__input {
22007
+ transform: translateX(10px);
22008
+ }
22009
+ .v-switch.v-switch--indeterminate .v-selection-control__input {
22010
+ transform: scale(0.8);
22011
+ }
22012
+ .v-switch.v-switch--indeterminate .v-switch__thumb {
22013
+ transform: scale(0.75);
22014
+ box-shadow: none;
22009
22015
  }.v-system-bar {
22010
22016
  align-items: center;
22011
22017
  display: flex;
@@ -22137,6 +22143,133 @@ html.v-overlay-scroll-blocked {
22137
22143
  top: 0;
22138
22144
  height: 100%;
22139
22145
  width: 2px;
22146
+ }.v-table {
22147
+ background: rgb(var(--v-theme-surface));
22148
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22149
+ }
22150
+ .v-table .v-table-divider {
22151
+ border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
22152
+ }
22153
+ .v-table .v-table__wrapper > table > thead > tr > th {
22154
+ border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
22155
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22156
+ }
22157
+ .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
22158
+ .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
22159
+ border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
22160
+ }
22161
+ .v-table .v-table__wrapper > table > tfoot > tr > td,
22162
+ .v-table .v-table__wrapper > table > tfoot > tr > th {
22163
+ border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
22164
+ }
22165
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover td {
22166
+ background: rgba(var(--v-border-color), var(--v-hover-opacity));
22167
+ }
22168
+ .v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
22169
+ background: rgb(var(--v-theme-surface));
22170
+ box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
22171
+ z-index: 1;
22172
+ }
22173
+ .v-table.v-table--fixed-footer > tfoot > tr > th,
22174
+ .v-table.v-table--fixed-footer > tfoot > tr > td {
22175
+ background: rgb(var(--v-theme-surface));
22176
+ box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
22177
+ }
22178
+
22179
+ .v-table {
22180
+ --v-table-header-height: 56px;
22181
+ border-radius: inherit;
22182
+ line-height: 1.5;
22183
+ max-width: 100%;
22184
+ }
22185
+ .v-table > .v-table__wrapper > table {
22186
+ width: 100%;
22187
+ border-spacing: 0;
22188
+ }
22189
+ .v-table > .v-table__wrapper > table > tbody > tr > td,
22190
+ .v-table > .v-table__wrapper > table > tbody > tr > th,
22191
+ .v-table > .v-table__wrapper > table > thead > tr > td,
22192
+ .v-table > .v-table__wrapper > table > thead > tr > th,
22193
+ .v-table > .v-table__wrapper > table > tfoot > tr > td,
22194
+ .v-table > .v-table__wrapper > table > tfoot > tr > th {
22195
+ padding: 0 16px;
22196
+ transition: height cubic-bezier(0.4, 0, 0.2, 1);
22197
+ }
22198
+ .v-table > .v-table__wrapper > table > tbody > tr > th,
22199
+ .v-table > .v-table__wrapper > table > thead > tr > th,
22200
+ .v-table > .v-table__wrapper > table > tfoot > tr > th {
22201
+ font-weight: 500;
22202
+ -webkit-user-select: none;
22203
+ user-select: none;
22204
+ text-align: start;
22205
+ }
22206
+ .v-table--density-default > .v-table__wrapper > table > tbody > tr > th,
22207
+ .v-table--density-default > .v-table__wrapper > table > thead > tr > th,
22208
+ .v-table--density-default > .v-table__wrapper > table > tfoot > tr > th {
22209
+ height: calc(var(--v-table-header-height) + 0px);
22210
+ }
22211
+ .v-table--density-default > .v-table__wrapper > table > tbody > tr > td,
22212
+ .v-table--density-default > .v-table__wrapper > table > thead > tr > td,
22213
+ .v-table--density-default > .v-table__wrapper > table > tfoot > tr > td {
22214
+ height: calc(var(--v-table-row-height, 52px) + 0px);
22215
+ }
22216
+
22217
+ .v-table--density-comfortable > .v-table__wrapper > table > tbody > tr > th,
22218
+ .v-table--density-comfortable > .v-table__wrapper > table > thead > tr > th,
22219
+ .v-table--density-comfortable > .v-table__wrapper > table > tfoot > tr > th {
22220
+ height: calc(var(--v-table-header-height) - 8px);
22221
+ }
22222
+ .v-table--density-comfortable > .v-table__wrapper > table > tbody > tr > td,
22223
+ .v-table--density-comfortable > .v-table__wrapper > table > thead > tr > td,
22224
+ .v-table--density-comfortable > .v-table__wrapper > table > tfoot > tr > td {
22225
+ height: calc(var(--v-table-row-height, 52px) - 8px);
22226
+ }
22227
+
22228
+ .v-table--density-compact > .v-table__wrapper > table > tbody > tr > th,
22229
+ .v-table--density-compact > .v-table__wrapper > table > thead > tr > th,
22230
+ .v-table--density-compact > .v-table__wrapper > table > tfoot > tr > th {
22231
+ height: calc(var(--v-table-header-height) - 16px);
22232
+ }
22233
+ .v-table--density-compact > .v-table__wrapper > table > tbody > tr > td,
22234
+ .v-table--density-compact > .v-table__wrapper > table > thead > tr > td,
22235
+ .v-table--density-compact > .v-table__wrapper > table > tfoot > tr > td {
22236
+ height: calc(var(--v-table-row-height, 52px) - 16px);
22237
+ }
22238
+
22239
+ .v-table__wrapper {
22240
+ border-radius: inherit;
22241
+ overflow: auto;
22242
+ }
22243
+
22244
+ .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
22245
+ border-top-left-radius: 0;
22246
+ }
22247
+ .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
22248
+ border-top-right-radius: 0;
22249
+ }
22250
+
22251
+ .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
22252
+ border-bottom-left-radius: 0;
22253
+ }
22254
+ .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
22255
+ border-bottom-right-radius: 0;
22256
+ }
22257
+
22258
+ .v-table--fixed-height > .v-table__wrapper {
22259
+ overflow-y: auto;
22260
+ }
22261
+
22262
+ .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
22263
+ border-bottom: 0px !important;
22264
+ position: sticky;
22265
+ top: 0;
22266
+ }
22267
+
22268
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
22269
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
22270
+ border-top: 0px !important;
22271
+ position: sticky;
22272
+ bottom: 0;
22140
22273
  }.v-textarea .v-field {
22141
22274
  --v-textarea-control-height: var(--v-input-control-height);
22142
22275
  }
@@ -22929,133 +23062,6 @@ html.v-overlay-scroll-blocked {
22929
23062
  }
22930
23063
  .v-window-y-reverse-transition-leave-to {
22931
23064
  transform: translateY(100%);
22932
- }.v-table {
22933
- background: rgb(var(--v-theme-surface));
22934
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22935
- }
22936
- .v-table .v-table-divider {
22937
- border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
22938
- }
22939
- .v-table .v-table__wrapper > table > thead > tr > th {
22940
- border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
22941
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22942
- }
22943
- .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
22944
- .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
22945
- border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
22946
- }
22947
- .v-table .v-table__wrapper > table > tfoot > tr > td,
22948
- .v-table .v-table__wrapper > table > tfoot > tr > th {
22949
- border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
22950
- }
22951
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover td {
22952
- background: rgba(var(--v-border-color), var(--v-hover-opacity));
22953
- }
22954
- .v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
22955
- background: rgb(var(--v-theme-surface));
22956
- box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
22957
- z-index: 1;
22958
- }
22959
- .v-table.v-table--fixed-footer > tfoot > tr > th,
22960
- .v-table.v-table--fixed-footer > tfoot > tr > td {
22961
- background: rgb(var(--v-theme-surface));
22962
- box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
22963
- }
22964
-
22965
- .v-table {
22966
- --v-table-header-height: 56px;
22967
- border-radius: inherit;
22968
- line-height: 1.5;
22969
- max-width: 100%;
22970
- }
22971
- .v-table > .v-table__wrapper > table {
22972
- width: 100%;
22973
- border-spacing: 0;
22974
- }
22975
- .v-table > .v-table__wrapper > table > tbody > tr > td,
22976
- .v-table > .v-table__wrapper > table > tbody > tr > th,
22977
- .v-table > .v-table__wrapper > table > thead > tr > td,
22978
- .v-table > .v-table__wrapper > table > thead > tr > th,
22979
- .v-table > .v-table__wrapper > table > tfoot > tr > td,
22980
- .v-table > .v-table__wrapper > table > tfoot > tr > th {
22981
- padding: 0 16px;
22982
- transition: height cubic-bezier(0.4, 0, 0.2, 1);
22983
- }
22984
- .v-table > .v-table__wrapper > table > tbody > tr > th,
22985
- .v-table > .v-table__wrapper > table > thead > tr > th,
22986
- .v-table > .v-table__wrapper > table > tfoot > tr > th {
22987
- font-weight: 500;
22988
- -webkit-user-select: none;
22989
- user-select: none;
22990
- text-align: start;
22991
- }
22992
- .v-table--density-default > .v-table__wrapper > table > tbody > tr > th,
22993
- .v-table--density-default > .v-table__wrapper > table > thead > tr > th,
22994
- .v-table--density-default > .v-table__wrapper > table > tfoot > tr > th {
22995
- height: calc(var(--v-table-header-height) + 0px);
22996
- }
22997
- .v-table--density-default > .v-table__wrapper > table > tbody > tr > td,
22998
- .v-table--density-default > .v-table__wrapper > table > thead > tr > td,
22999
- .v-table--density-default > .v-table__wrapper > table > tfoot > tr > td {
23000
- height: calc(var(--v-table-row-height, 52px) + 0px);
23001
- }
23002
-
23003
- .v-table--density-comfortable > .v-table__wrapper > table > tbody > tr > th,
23004
- .v-table--density-comfortable > .v-table__wrapper > table > thead > tr > th,
23005
- .v-table--density-comfortable > .v-table__wrapper > table > tfoot > tr > th {
23006
- height: calc(var(--v-table-header-height) - 8px);
23007
- }
23008
- .v-table--density-comfortable > .v-table__wrapper > table > tbody > tr > td,
23009
- .v-table--density-comfortable > .v-table__wrapper > table > thead > tr > td,
23010
- .v-table--density-comfortable > .v-table__wrapper > table > tfoot > tr > td {
23011
- height: calc(var(--v-table-row-height, 52px) - 8px);
23012
- }
23013
-
23014
- .v-table--density-compact > .v-table__wrapper > table > tbody > tr > th,
23015
- .v-table--density-compact > .v-table__wrapper > table > thead > tr > th,
23016
- .v-table--density-compact > .v-table__wrapper > table > tfoot > tr > th {
23017
- height: calc(var(--v-table-header-height) - 16px);
23018
- }
23019
- .v-table--density-compact > .v-table__wrapper > table > tbody > tr > td,
23020
- .v-table--density-compact > .v-table__wrapper > table > thead > tr > td,
23021
- .v-table--density-compact > .v-table__wrapper > table > tfoot > tr > td {
23022
- height: calc(var(--v-table-row-height, 52px) - 16px);
23023
- }
23024
-
23025
- .v-table__wrapper {
23026
- border-radius: inherit;
23027
- overflow: auto;
23028
- }
23029
-
23030
- .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
23031
- border-top-left-radius: 0;
23032
- }
23033
- .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
23034
- border-top-right-radius: 0;
23035
- }
23036
-
23037
- .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
23038
- border-bottom-left-radius: 0;
23039
- }
23040
- .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
23041
- border-bottom-right-radius: 0;
23042
- }
23043
-
23044
- .v-table--fixed-height > .v-table__wrapper {
23045
- overflow-y: auto;
23046
- }
23047
-
23048
- .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
23049
- border-bottom: 0px !important;
23050
- position: sticky;
23051
- top: 0;
23052
- }
23053
-
23054
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
23055
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
23056
- border-top: 0px !important;
23057
- position: sticky;
23058
- bottom: 0;
23059
23065
  }.v-color-picker-canvas {
23060
23066
  display: flex;
23061
23067
  position: relative;