vuetify 3.1.15 → 3.1.16

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 (46) hide show
  1. package/dist/json/attributes.json +44 -44
  2. package/dist/json/importMap.json +72 -72
  3. package/dist/json/web-types.json +77 -77
  4. package/dist/vuetify-labs.css +370 -371
  5. package/dist/vuetify-labs.d.ts +3 -3
  6. package/dist/vuetify-labs.esm.js +101 -68
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +101 -68
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +7 -8
  11. package/dist/vuetify.d.ts +24 -24
  12. package/dist/vuetify.esm.js +63 -41
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +63 -41
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +717 -714
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +31 -16
  20. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  21. package/lib/components/VBreadcrumbs/index.d.ts +3 -3
  22. package/lib/components/VDialog/VDialog.mjs +2 -2
  23. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  24. package/lib/components/VField/VField.css +0 -1
  25. package/lib/components/VField/VField.sass +0 -1
  26. package/lib/components/VList/VList.mjs +3 -22
  27. package/lib/components/VList/VList.mjs.map +1 -1
  28. package/lib/components/VSlideGroup/VSlideGroup.mjs +2 -2
  29. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  30. package/lib/components/index.d.ts +3 -3
  31. package/lib/entry-bundler.mjs +1 -1
  32. package/lib/framework.mjs +1 -1
  33. package/lib/index.d.ts +21 -21
  34. package/lib/labs/VDataTable/VDataTable.mjs +1 -1
  35. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  36. package/lib/labs/VDataTable/VDataTableHeaders.mjs +34 -20
  37. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  38. package/lib/labs/VDataTable/VDataTableRow.mjs +2 -4
  39. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  40. package/lib/labs/VDataTable/VDataTableRows.mjs +2 -2
  41. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  42. package/lib/labs/VDataTable/VDataTableServer.mjs +1 -1
  43. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  44. package/lib/util/helpers.mjs +26 -0
  45. package/lib/util/helpers.mjs.map +1 -1
  46. package/package.json +3 -3
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.1.15
2
+ * Vuetify v3.1.16
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -19173,11 +19173,6 @@ html.overflow-y-hidden {
19173
19173
  .offset-xxl-11.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-11 {
19174
19174
  margin-right: 91.6666666667%;
19175
19175
  }
19176
- }.v-counter {
19177
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
19178
- flex: 0 1 auto;
19179
- font-size: 12px;
19180
- transition-duration: 150ms;
19181
19176
  }.v-dialog {
19182
19177
  align-items: center;
19183
19178
  justify-content: center;
@@ -19283,203 +19278,11 @@ html.overflow-y-hidden {
19283
19278
  margin-bottom: 8px;
19284
19279
  margin-top: 8px;
19285
19280
  max-height: calc(100% - 16px);
19286
- }.v-expansion-panel {
19287
- background-color: rgb(var(--v-theme-surface));
19288
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19289
- }
19290
- .v-expansion-panel:not(:first-child)::after {
19291
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19292
- }
19293
- .v-expansion-panel--disabled .v-expansion-panel-title {
19294
- color: rgba(var(--v-theme-on-surface), 0.26);
19295
- }
19296
- .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
19297
- opacity: 0.4615384615;
19298
- }
19299
-
19300
- .v-expansion-panels {
19301
- display: flex;
19302
- flex-wrap: wrap;
19303
- justify-content: center;
19304
- list-style-type: none;
19305
- padding: 0;
19306
- width: 100%;
19307
- position: relative;
19308
- z-index: 1;
19309
- }
19310
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
19311
- border-bottom-left-radius: 0 !important;
19312
- border-bottom-right-radius: 0 !important;
19313
- }
19314
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
19315
- border-top-left-radius: 0 !important;
19316
- border-top-right-radius: 0 !important;
19317
- }
19318
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
19319
- border-bottom-left-radius: 0 !important;
19320
- border-bottom-right-radius: 0 !important;
19321
- }
19322
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
19323
- border-top-left-radius: 0 !important;
19324
- border-top-right-radius: 0 !important;
19325
- }
19326
- .v-expansion-panels--variant-accordion > :first-child {
19327
- border-bottom-left-radius: 0 !important;
19328
- border-bottom-right-radius: 0 !important;
19329
- }
19330
- .v-expansion-panels--variant-accordion > :last-child {
19331
- border-top-left-radius: 0 !important;
19332
- border-top-right-radius: 0 !important;
19333
- }
19334
- .v-expansion-panels--variant-accordion > :last-child .v-expansion-panel-title--active {
19335
- border-bottom-left-radius: initial;
19336
- border-bottom-right-radius: initial;
19337
- }
19338
- .v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
19339
- border-radius: 0 !important;
19340
- }
19341
- .v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
19342
- transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
19343
- }
19344
-
19345
- .v-expansion-panel {
19346
- flex: 1 0 100%;
19347
- max-width: 100%;
19348
- position: relative;
19349
- transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
19350
- transition-property: margin-top, border-radius, border, max-width;
19351
- border-radius: 4px;
19352
- }
19353
- .v-expansion-panel:not(:first-child)::after {
19354
- border-top-style: solid;
19355
- border-top-width: thin;
19356
- content: "";
19357
- left: 0;
19358
- position: absolute;
19359
- right: 0;
19360
- top: 0;
19361
- transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
19362
- }
19363
- .v-expansion-panel--disabled .v-expansion-panel-title {
19364
- pointer-events: none;
19365
- }
19366
- .v-expansion-panel--active:not(:first-child),
19367
- .v-expansion-panel--active + .v-expansion-panel {
19368
- margin-top: 16px;
19369
- }
19370
- .v-expansion-panel--active:not(:first-child)::after,
19371
- .v-expansion-panel--active + .v-expansion-panel::after {
19372
- opacity: 0;
19373
- }
19374
- .v-expansion-panel--active > .v-expansion-panel-title {
19375
- border-bottom-left-radius: 0;
19376
- border-bottom-right-radius: 0;
19377
- min-height: 64px;
19378
- }
19379
-
19380
- .v-expansion-panel__shadow {
19381
- position: absolute;
19382
- top: 0;
19383
- left: 0;
19384
- width: 100%;
19385
- height: 100%;
19386
- box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
19387
- border-radius: inherit;
19388
- z-index: -1;
19389
- }
19390
-
19391
- .v-expansion-panel-title {
19392
- align-items: center;
19393
- text-align: start;
19394
- border-radius: inherit;
19395
- display: flex;
19396
- font-size: 0.9375rem;
19397
- line-height: 1;
19398
- min-height: 48px;
19399
- outline: none;
19400
- padding: 16px 24px;
19401
- position: relative;
19402
- transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
19403
- width: 100%;
19404
- justify-content: space-between;
19405
- }
19406
- .v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
19407
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
19408
- }
19409
- .v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
19410
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19411
- }
19412
- @supports not selector(:focus-visible) {
19413
- .v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
19414
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19415
- }
19416
- }
19417
- .v-expansion-panel-title--active > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true] > .v-expansion-panel-title__overlay {
19418
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19419
- }
19420
- .v-expansion-panel-title--active:hover > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:hover > .v-expansion-panel-title__overlay {
19421
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19422
- }
19423
- .v-expansion-panel-title--active:focus-visible > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-expansion-panel-title__overlay {
19424
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19425
- }
19426
- @supports not selector(:focus-visible) {
19427
- .v-expansion-panel-title--active:focus > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:focus > .v-expansion-panel-title__overlay {
19428
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19429
- }
19430
- }
19431
- .v-expansion-panel-title--active::before {
19432
- opacity: 0.12;
19433
- }
19434
-
19435
- .v-expansion-panel-title__overlay {
19436
- position: absolute;
19437
- top: 0;
19438
- left: 0;
19439
- width: 100%;
19440
- height: 100%;
19441
- background-color: currentColor;
19442
- border-radius: inherit;
19443
- opacity: 0;
19444
- }
19445
-
19446
- .v-expansion-panel-title__icon {
19447
- display: inline-flex;
19448
- margin-bottom: -4px;
19449
- margin-top: -4px;
19450
- -webkit-user-select: none;
19451
- user-select: none;
19452
- margin-inline-start: auto;
19453
- }
19454
-
19455
- .v-expansion-panel-text {
19456
- display: flex;
19457
- }
19458
- .v-expansion-panel-text__wrapper {
19459
- padding: 8px 24px 16px;
19460
- flex: 1 1 auto;
19461
- max-width: 100%;
19462
- }
19463
-
19464
- .v-expansion-panels--variant-accordion > .v-expansion-panel {
19465
- margin-top: 0;
19466
- }
19467
- .v-expansion-panels--variant-accordion > .v-expansion-panel::after {
19468
- opacity: 1;
19469
- }
19470
-
19471
- .v-expansion-panels--variant-popout > .v-expansion-panel {
19472
- max-width: calc(100% - 32px);
19473
- }
19474
- .v-expansion-panels--variant-popout > .v-expansion-panel--active {
19475
- max-width: calc(100% + 16px);
19476
- }
19477
-
19478
- .v-expansion-panels--variant-inset > .v-expansion-panel {
19479
- max-width: 100%;
19480
- }
19481
- .v-expansion-panels--variant-inset > .v-expansion-panel--active {
19482
- max-width: calc(100% - 32px);
19281
+ }.v-counter {
19282
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
19283
+ flex: 0 1 auto;
19284
+ font-size: 12px;
19285
+ transition-duration: 150ms;
19483
19286
  }/* region INPUT */
19484
19287
  .v-field {
19485
19288
  display: grid;
@@ -19820,7 +19623,6 @@ textarea.v-field__input::placeholder {
19820
19623
  .v-field--variant-outlined .v-field__outline__notch {
19821
19624
  flex: none;
19822
19625
  position: relative;
19823
- border-width: 0 0 var(--v-field-border-width);
19824
19626
  }
19825
19627
  .v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after {
19826
19628
  opacity: var(--v-field-border-opacity);
@@ -19911,30 +19713,203 @@ textarea.v-field__input::placeholder {
19911
19713
  opacity: 0;
19912
19714
  }
19913
19715
 
19914
- /* endregion */.v-input--density-default {
19915
- --file-input-chips-margin-bottom: 0px;
19716
+ /* endregion */.v-expansion-panel {
19717
+ background-color: rgb(var(--v-theme-surface));
19718
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19916
19719
  }
19917
-
19918
- .v-input--density-comfortable {
19919
- --file-input-chips-margin-bottom: 2px;
19720
+ .v-expansion-panel:not(:first-child)::after {
19721
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19722
+ }
19723
+ .v-expansion-panel--disabled .v-expansion-panel-title {
19724
+ color: rgba(var(--v-theme-on-surface), 0.26);
19725
+ }
19726
+ .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
19727
+ opacity: 0.4615384615;
19920
19728
  }
19921
19729
 
19922
- .v-input--density-compact {
19923
- --file-input-chips-margin-bottom: 4px;
19730
+ .v-expansion-panels {
19731
+ display: flex;
19732
+ flex-wrap: wrap;
19733
+ justify-content: center;
19734
+ list-style-type: none;
19735
+ padding: 0;
19736
+ width: 100%;
19737
+ position: relative;
19738
+ z-index: 1;
19739
+ }
19740
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
19741
+ border-bottom-left-radius: 0 !important;
19742
+ border-bottom-right-radius: 0 !important;
19743
+ }
19744
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
19745
+ border-top-left-radius: 0 !important;
19746
+ border-top-right-radius: 0 !important;
19747
+ }
19748
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
19749
+ border-bottom-left-radius: 0 !important;
19750
+ border-bottom-right-radius: 0 !important;
19751
+ }
19752
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
19753
+ border-top-left-radius: 0 !important;
19754
+ border-top-right-radius: 0 !important;
19755
+ }
19756
+ .v-expansion-panels--variant-accordion > :first-child {
19757
+ border-bottom-left-radius: 0 !important;
19758
+ border-bottom-right-radius: 0 !important;
19759
+ }
19760
+ .v-expansion-panels--variant-accordion > :last-child {
19761
+ border-top-left-radius: 0 !important;
19762
+ border-top-right-radius: 0 !important;
19763
+ }
19764
+ .v-expansion-panels--variant-accordion > :last-child .v-expansion-panel-title--active {
19765
+ border-bottom-left-radius: initial;
19766
+ border-bottom-right-radius: initial;
19767
+ }
19768
+ .v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
19769
+ border-radius: 0 !important;
19770
+ }
19771
+ .v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
19772
+ transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
19924
19773
  }
19925
19774
 
19926
- .v-file-input input[type=file] {
19927
- height: 100%;
19775
+ .v-expansion-panel {
19776
+ flex: 1 0 100%;
19777
+ max-width: 100%;
19778
+ position: relative;
19779
+ transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
19780
+ transition-property: margin-top, border-radius, border, max-width;
19781
+ border-radius: 4px;
19782
+ }
19783
+ .v-expansion-panel:not(:first-child)::after {
19784
+ border-top-style: solid;
19785
+ border-top-width: thin;
19786
+ content: "";
19928
19787
  left: 0;
19788
+ position: absolute;
19789
+ right: 0;
19790
+ top: 0;
19791
+ transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
19792
+ }
19793
+ .v-expansion-panel--disabled .v-expansion-panel-title {
19794
+ pointer-events: none;
19795
+ }
19796
+ .v-expansion-panel--active:not(:first-child),
19797
+ .v-expansion-panel--active + .v-expansion-panel {
19798
+ margin-top: 16px;
19799
+ }
19800
+ .v-expansion-panel--active:not(:first-child)::after,
19801
+ .v-expansion-panel--active + .v-expansion-panel::after {
19929
19802
  opacity: 0;
19803
+ }
19804
+ .v-expansion-panel--active > .v-expansion-panel-title {
19805
+ border-bottom-left-radius: 0;
19806
+ border-bottom-right-radius: 0;
19807
+ min-height: 64px;
19808
+ }
19809
+
19810
+ .v-expansion-panel__shadow {
19930
19811
  position: absolute;
19931
19812
  top: 0;
19813
+ left: 0;
19932
19814
  width: 100%;
19933
- z-index: 1;
19815
+ height: 100%;
19816
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
19817
+ border-radius: inherit;
19818
+ z-index: -1;
19934
19819
  }
19935
- .v-file-input .v-chip {
19936
- margin-top: 2px;
19937
- margin-bottom: var(--file-input-chips-margin-bottom);
19820
+
19821
+ .v-expansion-panel-title {
19822
+ align-items: center;
19823
+ text-align: start;
19824
+ border-radius: inherit;
19825
+ display: flex;
19826
+ font-size: 0.9375rem;
19827
+ line-height: 1;
19828
+ min-height: 48px;
19829
+ outline: none;
19830
+ padding: 16px 24px;
19831
+ position: relative;
19832
+ transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
19833
+ width: 100%;
19834
+ justify-content: space-between;
19835
+ }
19836
+ .v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
19837
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
19838
+ }
19839
+ .v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
19840
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19841
+ }
19842
+ @supports not selector(:focus-visible) {
19843
+ .v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
19844
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19845
+ }
19846
+ }
19847
+ .v-expansion-panel-title--active > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true] > .v-expansion-panel-title__overlay {
19848
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19849
+ }
19850
+ .v-expansion-panel-title--active:hover > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:hover > .v-expansion-panel-title__overlay {
19851
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19852
+ }
19853
+ .v-expansion-panel-title--active:focus-visible > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-expansion-panel-title__overlay {
19854
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19855
+ }
19856
+ @supports not selector(:focus-visible) {
19857
+ .v-expansion-panel-title--active:focus > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:focus > .v-expansion-panel-title__overlay {
19858
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19859
+ }
19860
+ }
19861
+ .v-expansion-panel-title--active::before {
19862
+ opacity: 0.12;
19863
+ }
19864
+
19865
+ .v-expansion-panel-title__overlay {
19866
+ position: absolute;
19867
+ top: 0;
19868
+ left: 0;
19869
+ width: 100%;
19870
+ height: 100%;
19871
+ background-color: currentColor;
19872
+ border-radius: inherit;
19873
+ opacity: 0;
19874
+ }
19875
+
19876
+ .v-expansion-panel-title__icon {
19877
+ display: inline-flex;
19878
+ margin-bottom: -4px;
19879
+ margin-top: -4px;
19880
+ -webkit-user-select: none;
19881
+ user-select: none;
19882
+ margin-inline-start: auto;
19883
+ }
19884
+
19885
+ .v-expansion-panel-text {
19886
+ display: flex;
19887
+ }
19888
+ .v-expansion-panel-text__wrapper {
19889
+ padding: 8px 24px 16px;
19890
+ flex: 1 1 auto;
19891
+ max-width: 100%;
19892
+ }
19893
+
19894
+ .v-expansion-panels--variant-accordion > .v-expansion-panel {
19895
+ margin-top: 0;
19896
+ }
19897
+ .v-expansion-panels--variant-accordion > .v-expansion-panel::after {
19898
+ opacity: 1;
19899
+ }
19900
+
19901
+ .v-expansion-panels--variant-popout > .v-expansion-panel {
19902
+ max-width: calc(100% - 32px);
19903
+ }
19904
+ .v-expansion-panels--variant-popout > .v-expansion-panel--active {
19905
+ max-width: calc(100% + 16px);
19906
+ }
19907
+
19908
+ .v-expansion-panels--variant-inset > .v-expansion-panel {
19909
+ max-width: 100%;
19910
+ }
19911
+ .v-expansion-panels--variant-inset > .v-expansion-panel--active {
19912
+ max-width: calc(100% - 32px);
19938
19913
  }.v-footer {
19939
19914
  align-items: center;
19940
19915
  display: flex;
@@ -19963,6 +19938,30 @@ textarea.v-field__input::placeholder {
19963
19938
  }
19964
19939
  .v-footer--rounded {
19965
19940
  border-radius: 4px;
19941
+ }.v-input--density-default {
19942
+ --file-input-chips-margin-bottom: 0px;
19943
+ }
19944
+
19945
+ .v-input--density-comfortable {
19946
+ --file-input-chips-margin-bottom: 2px;
19947
+ }
19948
+
19949
+ .v-input--density-compact {
19950
+ --file-input-chips-margin-bottom: 4px;
19951
+ }
19952
+
19953
+ .v-file-input input[type=file] {
19954
+ height: 100%;
19955
+ left: 0;
19956
+ opacity: 0;
19957
+ position: absolute;
19958
+ top: 0;
19959
+ width: 100%;
19960
+ z-index: 1;
19961
+ }
19962
+ .v-file-input .v-chip {
19963
+ margin-top: 2px;
19964
+ margin-bottom: var(--file-input-chips-margin-bottom);
19966
19965
  }.v-icon {
19967
19966
  --v-icon-size-multiplier: 1;
19968
19967
  align-items: center;
@@ -20834,6 +20833,67 @@ textarea.v-field__input::placeholder {
20834
20833
  opacity: 0.2;
20835
20834
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20836
20835
  z-index: 1;
20836
+ }.v-overlay-container {
20837
+ contain: layout;
20838
+ left: 0;
20839
+ pointer-events: none;
20840
+ position: absolute;
20841
+ top: 0;
20842
+ display: contents;
20843
+ }
20844
+
20845
+ .v-overlay-scroll-blocked {
20846
+ padding-inline-end: var(--v-scrollbar-offset);
20847
+ overflow-y: hidden !important;
20848
+ }
20849
+ html.v-overlay-scroll-blocked {
20850
+ position: fixed;
20851
+ top: var(--v-body-scroll-y);
20852
+ left: var(--v-body-scroll-x);
20853
+ width: 100%;
20854
+ height: 100%;
20855
+ }
20856
+
20857
+ .v-overlay {
20858
+ border-radius: inherit;
20859
+ display: flex;
20860
+ left: 0;
20861
+ pointer-events: none;
20862
+ position: fixed;
20863
+ top: 0;
20864
+ bottom: 0;
20865
+ right: 0;
20866
+ }
20867
+
20868
+ .v-overlay__content {
20869
+ outline: none;
20870
+ position: absolute;
20871
+ pointer-events: auto;
20872
+ contain: layout;
20873
+ }
20874
+
20875
+ .v-overlay__scrim {
20876
+ pointer-events: auto;
20877
+ background: rgb(var(--v-theme-on-surface));
20878
+ border-radius: inherit;
20879
+ bottom: 0;
20880
+ left: 0;
20881
+ opacity: 0.32;
20882
+ position: fixed;
20883
+ right: 0;
20884
+ top: 0;
20885
+ }
20886
+
20887
+ .v-overlay--absolute {
20888
+ position: absolute;
20889
+ }
20890
+
20891
+ .v-overlay--contained .v-overlay__scrim {
20892
+ position: absolute;
20893
+ }
20894
+
20895
+ .v-overlay--scroll-blocked {
20896
+ padding-inline-end: var(--v-scrollbar-offset);
20837
20897
  }.v-pagination__list {
20838
20898
  display: inline-flex;
20839
20899
  list-style-type: none;
@@ -20842,12 +20902,6 @@ textarea.v-field__input::placeholder {
20842
20902
  }
20843
20903
  .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
20844
20904
  margin: 0.3rem;
20845
- }.v-parallax {
20846
- position: relative;
20847
- overflow: hidden;
20848
- }
20849
- .v-parallax--active > .v-img__img {
20850
- will-change: transform;
20851
20905
  }.v-progress-circular {
20852
20906
  align-items: center;
20853
20907
  display: inline-flex;
@@ -20950,6 +21004,14 @@ textarea.v-field__input::placeholder {
20950
21004
  100% {
20951
21005
  transform: rotate(270deg);
20952
21006
  }
21007
+ }.v-radio-group > .v-input__control {
21008
+ flex-direction: column;
21009
+ }
21010
+ .v-radio-group > .v-input__control > .v-label {
21011
+ margin-inline-start: 8px;
21012
+ }
21013
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
21014
+ margin-top: 8px;
20953
21015
  }.v-progress-linear {
20954
21016
  background: transparent;
20955
21017
  overflow: hidden;
@@ -21164,14 +21226,6 @@ textarea.v-field__input::placeholder {
21164
21226
  0% {
21165
21227
  background-position-x: var(--v-progress-linear-height);
21166
21228
  }
21167
- }.v-radio-group > .v-input__control {
21168
- flex-direction: column;
21169
- }
21170
- .v-radio-group > .v-input__control > .v-label {
21171
- margin-inline-start: 8px;
21172
- }
21173
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
21174
- margin-top: 8px;
21175
21229
  }.v-slider .v-slider__container input {
21176
21230
  cursor: default;
21177
21231
  padding: 0;
@@ -21473,6 +21527,12 @@ textarea.v-field__input::placeholder {
21473
21527
  }
21474
21528
  .v-selection-control--focus-visible .v-selection-control__input::before {
21475
21529
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
21530
+ }.v-parallax {
21531
+ position: relative;
21532
+ overflow: hidden;
21533
+ }
21534
+ .v-parallax--active > .v-img__img {
21535
+ will-change: transform;
21476
21536
  }.v-selection-control-group {
21477
21537
  grid-area: control;
21478
21538
  display: flex;
@@ -21655,85 +21715,6 @@ textarea.v-field__input::placeholder {
21655
21715
  }
21656
21716
  .v-snackbar-transition-leave-to {
21657
21717
  opacity: 0;
21658
- }.v-switch .v-label {
21659
- padding-inline-start: 10px;
21660
- }
21661
-
21662
- .v-switch__loader {
21663
- display: flex;
21664
- }
21665
-
21666
- .v-switch__track,
21667
- .v-switch__thumb {
21668
- background-color: currentColor;
21669
- transition: none;
21670
- }
21671
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
21672
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
21673
- background-color: rgb(var(--v-theme-error));
21674
- }
21675
-
21676
- .v-selection-control--dirty .v-switch__thumb {
21677
- color: currentColor;
21678
- }
21679
-
21680
- .v-switch__track {
21681
- border-radius: 8px;
21682
- height: 14px;
21683
- opacity: 0.6;
21684
- width: 36px;
21685
- cursor: pointer;
21686
- }
21687
- .v-switch--inset .v-switch__track {
21688
- border-radius: 14px;
21689
- height: 28px;
21690
- width: 48px;
21691
- }
21692
-
21693
- .v-switch__thumb {
21694
- align-items: center;
21695
- border-radius: 50%;
21696
- color: rgb(var(--v-theme-surface));
21697
- display: flex;
21698
- height: 20px;
21699
- justify-content: center;
21700
- width: 20px;
21701
- pointer-events: none;
21702
- transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
21703
- 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));
21704
- }
21705
- .v-switch--inset .v-switch__thumb {
21706
- 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));
21707
- }
21708
- .v-switch:not(.v-switch--loading) .v-icon ~ .v-switch__thumb {
21709
- display: none;
21710
- }
21711
-
21712
- .v-switch--loading .v-selection-control__input > .v-icon {
21713
- display: none;
21714
- }
21715
-
21716
- .v-switch .v-selection-control {
21717
- min-height: var(--v-input-control-height);
21718
- }
21719
- .v-switch .v-selection-control__wrapper {
21720
- width: auto;
21721
- }
21722
- .v-switch .v-selection-control__input {
21723
- border-radius: 50%;
21724
- transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
21725
- transform: translateX(-10px);
21726
- position: absolute;
21727
- }
21728
- .v-switch .v-selection-control--dirty .v-selection-control__input {
21729
- transform: translateX(10px);
21730
- }
21731
- .v-switch.v-switch--indeterminate .v-selection-control__input {
21732
- transform: scale(0.8);
21733
- }
21734
- .v-switch.v-switch--indeterminate .v-switch__thumb {
21735
- transform: scale(0.75);
21736
- box-shadow: none;
21737
21718
  }.v-system-bar {
21738
21719
  align-items: center;
21739
21720
  display: flex;
@@ -21992,6 +21973,85 @@ textarea.v-field__input::placeholder {
21992
21973
  border-top: 0px !important;
21993
21974
  position: sticky;
21994
21975
  bottom: 0;
21976
+ }.v-switch .v-label {
21977
+ padding-inline-start: 10px;
21978
+ }
21979
+
21980
+ .v-switch__loader {
21981
+ display: flex;
21982
+ }
21983
+
21984
+ .v-switch__track,
21985
+ .v-switch__thumb {
21986
+ background-color: currentColor;
21987
+ transition: none;
21988
+ }
21989
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
21990
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
21991
+ background-color: rgb(var(--v-theme-error));
21992
+ }
21993
+
21994
+ .v-selection-control--dirty .v-switch__thumb {
21995
+ color: currentColor;
21996
+ }
21997
+
21998
+ .v-switch__track {
21999
+ border-radius: 8px;
22000
+ height: 14px;
22001
+ opacity: 0.6;
22002
+ width: 36px;
22003
+ cursor: pointer;
22004
+ }
22005
+ .v-switch--inset .v-switch__track {
22006
+ border-radius: 14px;
22007
+ height: 28px;
22008
+ width: 48px;
22009
+ }
22010
+
22011
+ .v-switch__thumb {
22012
+ align-items: center;
22013
+ border-radius: 50%;
22014
+ color: rgb(var(--v-theme-surface));
22015
+ display: flex;
22016
+ height: 20px;
22017
+ justify-content: center;
22018
+ width: 20px;
22019
+ pointer-events: none;
22020
+ transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
22021
+ 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));
22022
+ }
22023
+ .v-switch--inset .v-switch__thumb {
22024
+ 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));
22025
+ }
22026
+ .v-switch:not(.v-switch--loading) .v-icon ~ .v-switch__thumb {
22027
+ display: none;
22028
+ }
22029
+
22030
+ .v-switch--loading .v-selection-control__input > .v-icon {
22031
+ display: none;
22032
+ }
22033
+
22034
+ .v-switch .v-selection-control {
22035
+ min-height: var(--v-input-control-height);
22036
+ }
22037
+ .v-switch .v-selection-control__wrapper {
22038
+ width: auto;
22039
+ }
22040
+ .v-switch .v-selection-control__input {
22041
+ border-radius: 50%;
22042
+ transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
22043
+ transform: translateX(-10px);
22044
+ position: absolute;
22045
+ }
22046
+ .v-switch .v-selection-control--dirty .v-selection-control__input {
22047
+ transform: translateX(10px);
22048
+ }
22049
+ .v-switch.v-switch--indeterminate .v-selection-control__input {
22050
+ transform: scale(0.8);
22051
+ }
22052
+ .v-switch.v-switch--indeterminate .v-switch__thumb {
22053
+ transform: scale(0.75);
22054
+ box-shadow: none;
21995
22055
  }.v-textarea .v-field {
21996
22056
  --v-textarea-control-height: var(--v-input-control-height);
21997
22057
  }
@@ -22773,67 +22833,6 @@ textarea.v-field__input::placeholder {
22773
22833
  }
22774
22834
  .v-window-y-reverse-transition-leave-to {
22775
22835
  transform: translateY(100%);
22776
- }.v-overlay-container {
22777
- contain: layout;
22778
- left: 0;
22779
- pointer-events: none;
22780
- position: absolute;
22781
- top: 0;
22782
- display: contents;
22783
- }
22784
-
22785
- .v-overlay-scroll-blocked {
22786
- padding-inline-end: var(--v-scrollbar-offset);
22787
- overflow-y: hidden !important;
22788
- }
22789
- html.v-overlay-scroll-blocked {
22790
- position: fixed;
22791
- top: var(--v-body-scroll-y);
22792
- left: var(--v-body-scroll-x);
22793
- width: 100%;
22794
- height: 100%;
22795
- }
22796
-
22797
- .v-overlay {
22798
- border-radius: inherit;
22799
- display: flex;
22800
- left: 0;
22801
- pointer-events: none;
22802
- position: fixed;
22803
- top: 0;
22804
- bottom: 0;
22805
- right: 0;
22806
- }
22807
-
22808
- .v-overlay__content {
22809
- outline: none;
22810
- position: absolute;
22811
- pointer-events: auto;
22812
- contain: layout;
22813
- }
22814
-
22815
- .v-overlay__scrim {
22816
- pointer-events: auto;
22817
- background: rgb(var(--v-theme-on-surface));
22818
- border-radius: inherit;
22819
- bottom: 0;
22820
- left: 0;
22821
- opacity: 0.32;
22822
- position: fixed;
22823
- right: 0;
22824
- top: 0;
22825
- }
22826
-
22827
- .v-overlay--absolute {
22828
- position: absolute;
22829
- }
22830
-
22831
- .v-overlay--contained .v-overlay__scrim {
22832
- position: absolute;
22833
- }
22834
-
22835
- .v-overlay--scroll-blocked {
22836
- padding-inline-end: var(--v-scrollbar-offset);
22837
22836
  }.v-color-picker-canvas {
22838
22837
  display: flex;
22839
22838
  position: relative;