@vuetify/nightly 3.6.7-master.2024-05-25 → 3.6.7-master.2024-05-27

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.
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.7-master.2024-05-25
2
+ * Vuetify v3.6.7-master.2024-05-27
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -3499,6 +3499,22 @@ html.overflow-y-hidden {
3499
3499
  flex: 0 0 100% !important;
3500
3500
  }
3501
3501
 
3502
+ .flex-1-1-0 {
3503
+ flex: 1 1 0 !important;
3504
+ }
3505
+
3506
+ .flex-1-0-0 {
3507
+ flex: 1 0 0 !important;
3508
+ }
3509
+
3510
+ .flex-0-1-0 {
3511
+ flex: 0 1 0 !important;
3512
+ }
3513
+
3514
+ .flex-0-0-0 {
3515
+ flex: 0 0 0 !important;
3516
+ }
3517
+
3502
3518
  .flex-row {
3503
3519
  flex-direction: row !important;
3504
3520
  }
@@ -7179,6 +7195,18 @@ html.overflow-y-hidden {
7179
7195
  .flex-sm-0-0-100 {
7180
7196
  flex: 0 0 100% !important;
7181
7197
  }
7198
+ .flex-sm-1-1-0 {
7199
+ flex: 1 1 0 !important;
7200
+ }
7201
+ .flex-sm-1-0-0 {
7202
+ flex: 1 0 0 !important;
7203
+ }
7204
+ .flex-sm-0-1-0 {
7205
+ flex: 0 1 0 !important;
7206
+ }
7207
+ .flex-sm-0-0-0 {
7208
+ flex: 0 0 0 !important;
7209
+ }
7182
7210
  .flex-sm-row {
7183
7211
  flex-direction: row !important;
7184
7212
  }
@@ -9214,6 +9242,18 @@ html.overflow-y-hidden {
9214
9242
  .flex-md-0-0-100 {
9215
9243
  flex: 0 0 100% !important;
9216
9244
  }
9245
+ .flex-md-1-1-0 {
9246
+ flex: 1 1 0 !important;
9247
+ }
9248
+ .flex-md-1-0-0 {
9249
+ flex: 1 0 0 !important;
9250
+ }
9251
+ .flex-md-0-1-0 {
9252
+ flex: 0 1 0 !important;
9253
+ }
9254
+ .flex-md-0-0-0 {
9255
+ flex: 0 0 0 !important;
9256
+ }
9217
9257
  .flex-md-row {
9218
9258
  flex-direction: row !important;
9219
9259
  }
@@ -11249,6 +11289,18 @@ html.overflow-y-hidden {
11249
11289
  .flex-lg-0-0-100 {
11250
11290
  flex: 0 0 100% !important;
11251
11291
  }
11292
+ .flex-lg-1-1-0 {
11293
+ flex: 1 1 0 !important;
11294
+ }
11295
+ .flex-lg-1-0-0 {
11296
+ flex: 1 0 0 !important;
11297
+ }
11298
+ .flex-lg-0-1-0 {
11299
+ flex: 0 1 0 !important;
11300
+ }
11301
+ .flex-lg-0-0-0 {
11302
+ flex: 0 0 0 !important;
11303
+ }
11252
11304
  .flex-lg-row {
11253
11305
  flex-direction: row !important;
11254
11306
  }
@@ -13284,6 +13336,18 @@ html.overflow-y-hidden {
13284
13336
  .flex-xl-0-0-100 {
13285
13337
  flex: 0 0 100% !important;
13286
13338
  }
13339
+ .flex-xl-1-1-0 {
13340
+ flex: 1 1 0 !important;
13341
+ }
13342
+ .flex-xl-1-0-0 {
13343
+ flex: 1 0 0 !important;
13344
+ }
13345
+ .flex-xl-0-1-0 {
13346
+ flex: 0 1 0 !important;
13347
+ }
13348
+ .flex-xl-0-0-0 {
13349
+ flex: 0 0 0 !important;
13350
+ }
13287
13351
  .flex-xl-row {
13288
13352
  flex-direction: row !important;
13289
13353
  }
@@ -15319,6 +15383,18 @@ html.overflow-y-hidden {
15319
15383
  .flex-xxl-0-0-100 {
15320
15384
  flex: 0 0 100% !important;
15321
15385
  }
15386
+ .flex-xxl-1-1-0 {
15387
+ flex: 1 1 0 !important;
15388
+ }
15389
+ .flex-xxl-1-0-0 {
15390
+ flex: 1 0 0 !important;
15391
+ }
15392
+ .flex-xxl-0-1-0 {
15393
+ flex: 0 1 0 !important;
15394
+ }
15395
+ .flex-xxl-0-0-0 {
15396
+ flex: 0 0 0 !important;
15397
+ }
15322
15398
  .flex-xxl-row {
15323
15399
  flex-direction: row !important;
15324
15400
  }
@@ -19434,44 +19510,6 @@ html.overflow-y-hidden {
19434
19510
 
19435
19511
  .v-chip--label {
19436
19512
  border-radius: 4px;
19437
- }.v-chip-group {
19438
- display: flex;
19439
- max-width: 100%;
19440
- min-width: 0;
19441
- overflow-x: auto;
19442
- padding: 4px 0;
19443
- }
19444
- .v-chip-group .v-chip {
19445
- margin: 4px 8px 4px 0;
19446
- }
19447
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19448
- opacity: var(--v-activated-opacity);
19449
- }
19450
-
19451
- .v-chip-group--column .v-slide-group__content {
19452
- white-space: normal;
19453
- flex-wrap: wrap;
19454
- max-width: 100%;
19455
- }.v-color-picker {
19456
- align-self: flex-start;
19457
- contain: content;
19458
- }
19459
- .v-color-picker.v-sheet {
19460
- 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-ambient-opacity, rgba(0, 0, 0, 0.12));
19461
- border-radius: 4px;
19462
- }
19463
-
19464
- .v-color-picker__controls {
19465
- display: flex;
19466
- flex-direction: column;
19467
- padding: 16px;
19468
- }
19469
-
19470
- .v-color-picker--flat {
19471
- 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-ambient-opacity, rgba(0, 0, 0, 0.12));
19472
- }
19473
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
19474
- 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-ambient-opacity, rgba(0, 0, 0, 0.12));
19475
19513
  }.v-combobox .v-field .v-text-field__prefix,
19476
19514
  .v-combobox .v-field .v-text-field__suffix,
19477
19515
  .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
@@ -19553,6 +19591,26 @@ html.overflow-y-hidden {
19553
19591
  .v-combobox--active-menu .v-combobox__menu-icon {
19554
19592
  opacity: var(--v-high-emphasis-opacity);
19555
19593
  transform: rotate(180deg);
19594
+ }.v-color-picker {
19595
+ align-self: flex-start;
19596
+ contain: content;
19597
+ }
19598
+ .v-color-picker.v-sheet {
19599
+ 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-ambient-opacity, rgba(0, 0, 0, 0.12));
19600
+ border-radius: 4px;
19601
+ }
19602
+
19603
+ .v-color-picker__controls {
19604
+ display: flex;
19605
+ flex-direction: column;
19606
+ padding: 16px;
19607
+ }
19608
+
19609
+ .v-color-picker--flat {
19610
+ 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-ambient-opacity, rgba(0, 0, 0, 0.12));
19611
+ }
19612
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
19613
+ 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-ambient-opacity, rgba(0, 0, 0, 0.12));
19556
19614
  }.v-counter {
19557
19615
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
19558
19616
  flex: 0 1 auto;
@@ -19776,6 +19834,67 @@ html.overflow-y-hidden {
19776
19834
  }
19777
19835
  .v-data-table-footer__page {
19778
19836
  padding: 0 8px;
19837
+ }.v-date-picker {
19838
+ overflow: hidden;
19839
+ width: 328px;
19840
+ }
19841
+ .v-date-picker--show-week {
19842
+ width: 368px;
19843
+ }.v-date-picker-month {
19844
+ display: flex;
19845
+ justify-content: center;
19846
+ padding: 0 12px 8px;
19847
+ --v-date-picker-month-day-diff: 4px;
19848
+ }
19849
+
19850
+ .v-date-picker-month__weeks {
19851
+ display: grid;
19852
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
19853
+ column-gap: 4px;
19854
+ font-size: 0.85rem;
19855
+ }
19856
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
19857
+ grid-row-gap: 0;
19858
+ }
19859
+
19860
+ .v-date-picker-month__weekday {
19861
+ font-size: 0.85rem;
19862
+ }
19863
+
19864
+ .v-date-picker-month__days {
19865
+ display: grid;
19866
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
19867
+ column-gap: 4px;
19868
+ flex: 1 1;
19869
+ justify-content: space-around;
19870
+ }
19871
+
19872
+ .v-date-picker-month__day {
19873
+ align-items: center;
19874
+ display: flex;
19875
+ justify-content: center;
19876
+ position: relative;
19877
+ height: 40px;
19878
+ width: 40px;
19879
+ }
19880
+ .v-date-picker-month__day--selected .v-btn {
19881
+ background-color: rgb(var(--v-theme-surface-variant));
19882
+ color: rgb(var(--v-theme-on-surface-variant));
19883
+ }
19884
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
19885
+ --v-btn-height: 24px;
19886
+ --v-btn-size: 0.85rem;
19887
+ }
19888
+ .v-date-picker-month__day--week {
19889
+ font-size: var(--v-btn-size);
19890
+ }
19891
+
19892
+ .v-date-picker-month__day--adjacent {
19893
+ opacity: 0.5;
19894
+ }
19895
+
19896
+ .v-date-picker-month__day--hide-adjacent {
19897
+ opacity: 0;
19779
19898
  }.v-date-picker-controls {
19780
19899
  display: flex;
19781
19900
  align-items: center;
@@ -19832,12 +19951,6 @@ html.overflow-y-hidden {
19832
19951
 
19833
19952
  .v-date-picker__title {
19834
19953
  display: inline-block;
19835
- }.v-date-picker {
19836
- overflow: hidden;
19837
- width: 328px;
19838
- }
19839
- .v-date-picker--show-week {
19840
- width: 368px;
19841
19954
  }.v-date-picker-header {
19842
19955
  align-items: flex-end;
19843
19956
  height: 70px;
@@ -19898,61 +20011,6 @@ html.overflow-y-hidden {
19898
20011
  .date-picker-header-reverse-transition-leave-to {
19899
20012
  opacity: 0;
19900
20013
  transform: translate(0, 100%);
19901
- }.v-date-picker-month {
19902
- display: flex;
19903
- justify-content: center;
19904
- padding: 0 12px 8px;
19905
- --v-date-picker-month-day-diff: 4px;
19906
- }
19907
-
19908
- .v-date-picker-month__weeks {
19909
- display: grid;
19910
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
19911
- column-gap: 4px;
19912
- font-size: 0.85rem;
19913
- }
19914
- .v-date-picker-month__weeks + .v-date-picker-month__days {
19915
- grid-row-gap: 0;
19916
- }
19917
-
19918
- .v-date-picker-month__weekday {
19919
- font-size: 0.85rem;
19920
- }
19921
-
19922
- .v-date-picker-month__days {
19923
- display: grid;
19924
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
19925
- column-gap: 4px;
19926
- flex: 1 1;
19927
- justify-content: space-around;
19928
- }
19929
-
19930
- .v-date-picker-month__day {
19931
- align-items: center;
19932
- display: flex;
19933
- justify-content: center;
19934
- position: relative;
19935
- height: 40px;
19936
- width: 40px;
19937
- }
19938
- .v-date-picker-month__day--selected .v-btn {
19939
- background-color: rgb(var(--v-theme-surface-variant));
19940
- color: rgb(var(--v-theme-on-surface-variant));
19941
- }
19942
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
19943
- --v-btn-height: 24px;
19944
- --v-btn-size: 0.85rem;
19945
- }
19946
- .v-date-picker-month__day--week {
19947
- font-size: var(--v-btn-size);
19948
- }
19949
-
19950
- .v-date-picker-month__day--adjacent {
19951
- opacity: 0.5;
19952
- }
19953
-
19954
- .v-date-picker-month__day--hide-adjacent {
19955
- opacity: 0;
19956
20014
  }.v-date-picker-months {
19957
20015
  height: 288px;
19958
20016
  }
@@ -22840,6 +22898,14 @@ textarea.v-field__input::placeholder {
22840
22898
  }
22841
22899
  .v-otp-input__loader .v-progress-linear {
22842
22900
  position: absolute;
22901
+ }.v-pagination__list {
22902
+ display: inline-flex;
22903
+ list-style-type: none;
22904
+ justify-content: center;
22905
+ width: 100%;
22906
+ }
22907
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22908
+ margin: 0.3rem;
22843
22909
  }.v-overlay-container {
22844
22910
  contain: layout;
22845
22911
  left: 0;
@@ -22903,14 +22969,6 @@ html.v-overlay-scroll-blocked {
22903
22969
 
22904
22970
  .v-overlay--scroll-blocked {
22905
22971
  padding-inline-end: var(--v-scrollbar-offset);
22906
- }.v-pagination__list {
22907
- display: inline-flex;
22908
- list-style-type: none;
22909
- justify-content: center;
22910
- width: 100%;
22911
- }
22912
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22913
- margin: 0.3rem;
22914
22972
  }.v-parallax {
22915
22973
  position: relative;
22916
22974
  overflow: hidden;
@@ -23842,158 +23900,20 @@ html.v-overlay-scroll-blocked {
23842
23900
  .v-slide-group--vertical .v-slide-group__container {
23843
23901
  overflow-x: hidden;
23844
23902
  overflow-y: auto;
23845
- }.v-snackbar {
23846
- justify-content: center;
23847
- z-index: 10000;
23848
- margin: 8px;
23849
- margin-inline-end: calc(8px + var(--v-scrollbar-offset));
23850
- padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
23903
+ }.v-speed-dial__content {
23904
+ gap: 8px;
23851
23905
  }
23852
- .v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
23853
- align-items: flex-end;
23906
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
23907
+ flex-direction: row;
23854
23908
  }
23855
- .v-snackbar__wrapper {
23856
- align-items: center;
23857
- display: flex;
23858
- max-width: 672px;
23859
- min-height: 48px;
23860
- min-width: 344px;
23861
- overflow: hidden;
23862
- padding: 0;
23863
- border-radius: 4px;
23909
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
23910
+ flex-direction: row-reverse;
23864
23911
  }
23865
- .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
23866
- background: transparent;
23867
- color: inherit;
23912
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
23913
+ flex-direction: column-reverse;
23868
23914
  }
23869
- .v-snackbar--variant-plain {
23870
- opacity: 0.62;
23871
- }
23872
- .v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
23873
- opacity: 1;
23874
- }
23875
- .v-snackbar--variant-plain .v-snackbar__overlay {
23876
- display: none;
23877
- }
23878
- .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
23879
- background: rgb(var(--v-theme-surface-variant));
23880
- color: rgb(var(--v-theme-on-surface-variant));
23881
- }
23882
- .v-snackbar--variant-elevated {
23883
- box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
23884
- }
23885
- .v-snackbar--variant-flat {
23886
- 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-ambient-opacity, rgba(0, 0, 0, 0.12));
23887
- }
23888
- .v-snackbar--variant-outlined {
23889
- border: thin solid currentColor;
23890
- }
23891
- .v-snackbar--variant-text .v-snackbar__overlay {
23892
- background: currentColor;
23893
- }
23894
- .v-snackbar--variant-tonal .v-snackbar__underlay {
23895
- background: currentColor;
23896
- opacity: var(--v-activated-opacity);
23897
- border-radius: inherit;
23898
- top: 0;
23899
- right: 0;
23900
- bottom: 0;
23901
- left: 0;
23902
- pointer-events: none;
23903
- }
23904
- .v-snackbar .v-snackbar__underlay {
23905
- position: absolute;
23906
- }
23907
-
23908
- .v-snackbar__content {
23909
- flex-grow: 1;
23910
- font-size: 0.875rem;
23911
- font-weight: 400;
23912
- letter-spacing: 0.0178571429em;
23913
- line-height: 1.425;
23914
- margin-right: auto;
23915
- padding: 14px 16px;
23916
- text-align: initial;
23917
- }
23918
- .v-snackbar__actions {
23919
- align-items: center;
23920
- align-self: center;
23921
- display: flex;
23922
- margin-inline-end: 8px;
23923
- }
23924
- .v-snackbar__actions > .v-btn {
23925
- padding: 0 8px;
23926
- min-width: auto;
23927
- }
23928
- .v-snackbar__timer {
23929
- width: 100%;
23930
- position: absolute;
23931
- top: 0;
23932
- }
23933
- .v-snackbar__timer .v-progress-linear {
23934
- transition: 0.2s linear;
23935
- }
23936
- .v-snackbar--absolute {
23937
- position: absolute;
23938
- z-index: 1;
23939
- }
23940
- .v-snackbar--multi-line .v-snackbar__wrapper {
23941
- min-height: 68px;
23942
- }
23943
- .v-snackbar--vertical .v-snackbar__wrapper {
23944
- flex-direction: column;
23945
- }
23946
- .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
23947
- align-self: flex-end;
23948
- margin-bottom: 8px;
23949
- }
23950
- .v-snackbar--center {
23951
- align-items: center;
23952
- justify-content: center;
23953
- }
23954
- .v-snackbar--top {
23955
- align-items: flex-start;
23956
- }
23957
- .v-snackbar--bottom {
23958
- align-items: flex-end;
23959
- }
23960
- .v-snackbar--left, .v-snackbar--start {
23961
- justify-content: flex-start;
23962
- }
23963
- .v-snackbar--right, .v-snackbar--end {
23964
- justify-content: flex-end;
23965
- }
23966
-
23967
- .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
23968
- transition-duration: 0.15s;
23969
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23970
- }
23971
- .v-snackbar-transition-enter-active {
23972
- transition-property: opacity, transform;
23973
- }
23974
- .v-snackbar-transition-enter-from {
23975
- opacity: 0;
23976
- transform: scale(0.8);
23977
- }
23978
- .v-snackbar-transition-leave-active {
23979
- transition-property: opacity;
23980
- }
23981
- .v-snackbar-transition-leave-to {
23982
- opacity: 0;
23983
- }.v-speed-dial__content {
23984
- gap: 8px;
23985
- }
23986
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
23987
- flex-direction: row;
23988
- }
23989
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
23990
- flex-direction: row-reverse;
23991
- }
23992
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
23993
- flex-direction: column-reverse;
23994
- }
23995
- .v-speed-dial__content > *:nth-child(1) {
23996
- transition-delay: 0s;
23915
+ .v-speed-dial__content > *:nth-child(1) {
23916
+ transition-delay: 0s;
23997
23917
  }
23998
23918
  .v-speed-dial__content > *:nth-child(2) {
23999
23919
  transition-delay: 0.05s;
@@ -24364,6 +24284,101 @@ html.v-overlay-scroll-blocked {
24364
24284
  .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
24365
24285
  border-width: 0;
24366
24286
  }
24287
+ }.v-tabs {
24288
+ display: flex;
24289
+ height: var(--v-tabs-height);
24290
+ }
24291
+ .v-tabs--density-default {
24292
+ --v-tabs-height: 48px;
24293
+ }
24294
+ .v-tabs--density-default.v-tabs--stacked {
24295
+ --v-tabs-height: 72px;
24296
+ }
24297
+
24298
+ .v-tabs--density-comfortable {
24299
+ --v-tabs-height: 44px;
24300
+ }
24301
+ .v-tabs--density-comfortable.v-tabs--stacked {
24302
+ --v-tabs-height: 68px;
24303
+ }
24304
+
24305
+ .v-tabs--density-compact {
24306
+ --v-tabs-height: 36px;
24307
+ }
24308
+ .v-tabs--density-compact.v-tabs--stacked {
24309
+ --v-tabs-height: 60px;
24310
+ }
24311
+
24312
+ .v-tabs.v-slide-group--vertical {
24313
+ height: auto;
24314
+ flex: none;
24315
+ --v-tabs-height: 48px;
24316
+ }
24317
+
24318
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
24319
+ margin-inline-start: 42px;
24320
+ }
24321
+
24322
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
24323
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
24324
+ margin-inline-end: auto;
24325
+ }
24326
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
24327
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
24328
+ margin-inline-start: auto;
24329
+ }
24330
+
24331
+ .v-tabs--grow {
24332
+ flex-grow: 1;
24333
+ }
24334
+ .v-tabs--grow .v-tab {
24335
+ flex: 1 0 auto;
24336
+ max-width: none;
24337
+ }
24338
+
24339
+ .v-tabs--align-tabs-end .v-tab:first-child {
24340
+ margin-inline-start: auto;
24341
+ }
24342
+ .v-tabs--align-tabs-end .v-tab:last-child {
24343
+ margin-inline-end: 0;
24344
+ }
24345
+
24346
+ @media (max-width: 1279.98px) {
24347
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
24348
+ margin-inline-start: 52px;
24349
+ }
24350
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24351
+ margin-inline-end: 52px;
24352
+ }
24353
+ }.v-tab.v-tab.v-btn {
24354
+ height: var(--v-tabs-height);
24355
+ border-radius: 0;
24356
+ min-width: 90px;
24357
+ }
24358
+ .v-slide-group--horizontal .v-tab {
24359
+ max-width: 360px;
24360
+ }
24361
+ .v-slide-group--vertical .v-tab {
24362
+ justify-content: start;
24363
+ }
24364
+
24365
+ .v-tab__slider {
24366
+ position: absolute;
24367
+ bottom: 0;
24368
+ left: 0;
24369
+ height: 2px;
24370
+ width: 100%;
24371
+ background: currentColor;
24372
+ pointer-events: none;
24373
+ opacity: 0;
24374
+ }
24375
+ .v-tab--selected .v-tab__slider {
24376
+ opacity: 1;
24377
+ }
24378
+ .v-slide-group--vertical .v-tab__slider {
24379
+ top: 0;
24380
+ height: 100%;
24381
+ width: 2px;
24367
24382
  }.v-system-bar {
24368
24383
  align-items: center;
24369
24384
  display: flex;
@@ -24515,125 +24530,30 @@ html.v-overlay-scroll-blocked {
24515
24530
  border-bottom-left-radius: 0;
24516
24531
  }
24517
24532
  .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
24518
- border-bottom-right-radius: 0;
24519
- }
24520
-
24521
- .v-table--fixed-height > .v-table__wrapper {
24522
- overflow-y: auto;
24523
- }
24524
-
24525
- .v-table--fixed-header > .v-table__wrapper > table > thead {
24526
- position: sticky;
24527
- top: 0;
24528
- z-index: 2;
24529
- }
24530
- .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
24531
- border-bottom: 0px !important;
24532
- }
24533
-
24534
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
24535
- position: sticky;
24536
- bottom: 0;
24537
- z-index: 1;
24538
- }
24539
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
24540
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
24541
- border-top: 0px !important;
24542
- }.v-tab.v-tab.v-btn {
24543
- height: var(--v-tabs-height);
24544
- border-radius: 0;
24545
- min-width: 90px;
24546
- }
24547
- .v-slide-group--horizontal .v-tab {
24548
- max-width: 360px;
24549
- }
24550
- .v-slide-group--vertical .v-tab {
24551
- justify-content: start;
24552
- }
24553
-
24554
- .v-tab__slider {
24555
- position: absolute;
24556
- bottom: 0;
24557
- left: 0;
24558
- height: 2px;
24559
- width: 100%;
24560
- background: currentColor;
24561
- pointer-events: none;
24562
- opacity: 0;
24563
- }
24564
- .v-tab--selected .v-tab__slider {
24565
- opacity: 1;
24566
- }
24567
- .v-slide-group--vertical .v-tab__slider {
24568
- top: 0;
24569
- height: 100%;
24570
- width: 2px;
24571
- }.v-tabs {
24572
- display: flex;
24573
- height: var(--v-tabs-height);
24574
- }
24575
- .v-tabs--density-default {
24576
- --v-tabs-height: 48px;
24577
- }
24578
- .v-tabs--density-default.v-tabs--stacked {
24579
- --v-tabs-height: 72px;
24580
- }
24581
-
24582
- .v-tabs--density-comfortable {
24583
- --v-tabs-height: 44px;
24584
- }
24585
- .v-tabs--density-comfortable.v-tabs--stacked {
24586
- --v-tabs-height: 68px;
24587
- }
24588
-
24589
- .v-tabs--density-compact {
24590
- --v-tabs-height: 36px;
24591
- }
24592
- .v-tabs--density-compact.v-tabs--stacked {
24593
- --v-tabs-height: 60px;
24594
- }
24595
-
24596
- .v-tabs.v-slide-group--vertical {
24597
- height: auto;
24598
- flex: none;
24599
- --v-tabs-height: 48px;
24600
- }
24601
-
24602
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
24603
- margin-inline-start: 42px;
24604
- }
24605
-
24606
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
24607
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
24608
- margin-inline-end: auto;
24609
- }
24610
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
24611
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
24612
- margin-inline-start: auto;
24613
- }
24614
-
24615
- .v-tabs--grow {
24616
- flex-grow: 1;
24617
- }
24618
- .v-tabs--grow .v-tab {
24619
- flex: 1 0 auto;
24620
- max-width: none;
24533
+ border-bottom-right-radius: 0;
24621
24534
  }
24622
24535
 
24623
- .v-tabs--align-tabs-end .v-tab:first-child {
24624
- margin-inline-start: auto;
24536
+ .v-table--fixed-height > .v-table__wrapper {
24537
+ overflow-y: auto;
24625
24538
  }
24626
- .v-tabs--align-tabs-end .v-tab:last-child {
24627
- margin-inline-end: 0;
24539
+
24540
+ .v-table--fixed-header > .v-table__wrapper > table > thead {
24541
+ position: sticky;
24542
+ top: 0;
24543
+ z-index: 2;
24544
+ }
24545
+ .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
24546
+ border-bottom: 0px !important;
24628
24547
  }
24629
24548
 
24630
- @media (max-width: 1279.98px) {
24631
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
24632
- margin-inline-start: 52px;
24633
- }
24634
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24635
- margin-inline-end: 52px;
24636
- }
24549
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
24550
+ position: sticky;
24551
+ bottom: 0;
24552
+ z-index: 1;
24553
+ }
24554
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
24555
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
24556
+ border-top: 0px !important;
24637
24557
  }.v-textarea .v-field {
24638
24558
  --v-textarea-control-height: var(--v-input-control-height);
24639
24559
  }
@@ -25389,6 +25309,162 @@ html.v-overlay-scroll-blocked {
25389
25309
  }
25390
25310
  .v-window-y-reverse-transition-leave-to {
25391
25311
  transform: translateY(100%);
25312
+ }.v-snackbar {
25313
+ justify-content: center;
25314
+ z-index: 10000;
25315
+ margin: 8px;
25316
+ margin-inline-end: calc(8px + var(--v-scrollbar-offset));
25317
+ padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
25318
+ }
25319
+ .v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
25320
+ align-items: flex-end;
25321
+ }
25322
+ .v-snackbar__wrapper {
25323
+ align-items: center;
25324
+ display: flex;
25325
+ max-width: 672px;
25326
+ min-height: 48px;
25327
+ min-width: 344px;
25328
+ overflow: hidden;
25329
+ padding: 0;
25330
+ border-radius: 4px;
25331
+ }
25332
+ .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
25333
+ background: transparent;
25334
+ color: inherit;
25335
+ }
25336
+ .v-snackbar--variant-plain {
25337
+ opacity: 0.62;
25338
+ }
25339
+ .v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
25340
+ opacity: 1;
25341
+ }
25342
+ .v-snackbar--variant-plain .v-snackbar__overlay {
25343
+ display: none;
25344
+ }
25345
+ .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
25346
+ background: rgb(var(--v-theme-surface-variant));
25347
+ color: rgb(var(--v-theme-on-surface-variant));
25348
+ }
25349
+ .v-snackbar--variant-elevated {
25350
+ box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25351
+ }
25352
+ .v-snackbar--variant-flat {
25353
+ 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-ambient-opacity, rgba(0, 0, 0, 0.12));
25354
+ }
25355
+ .v-snackbar--variant-outlined {
25356
+ border: thin solid currentColor;
25357
+ }
25358
+ .v-snackbar--variant-text .v-snackbar__overlay {
25359
+ background: currentColor;
25360
+ }
25361
+ .v-snackbar--variant-tonal .v-snackbar__underlay {
25362
+ background: currentColor;
25363
+ opacity: var(--v-activated-opacity);
25364
+ border-radius: inherit;
25365
+ top: 0;
25366
+ right: 0;
25367
+ bottom: 0;
25368
+ left: 0;
25369
+ pointer-events: none;
25370
+ }
25371
+ .v-snackbar .v-snackbar__underlay {
25372
+ position: absolute;
25373
+ }
25374
+
25375
+ .v-snackbar__content {
25376
+ flex-grow: 1;
25377
+ font-size: 0.875rem;
25378
+ font-weight: 400;
25379
+ letter-spacing: 0.0178571429em;
25380
+ line-height: 1.425;
25381
+ margin-right: auto;
25382
+ padding: 14px 16px;
25383
+ text-align: initial;
25384
+ }
25385
+ .v-snackbar__actions {
25386
+ align-items: center;
25387
+ align-self: center;
25388
+ display: flex;
25389
+ margin-inline-end: 8px;
25390
+ }
25391
+ .v-snackbar__actions > .v-btn {
25392
+ padding: 0 8px;
25393
+ min-width: auto;
25394
+ }
25395
+ .v-snackbar__timer {
25396
+ width: 100%;
25397
+ position: absolute;
25398
+ top: 0;
25399
+ }
25400
+ .v-snackbar__timer .v-progress-linear {
25401
+ transition: 0.2s linear;
25402
+ }
25403
+ .v-snackbar--absolute {
25404
+ position: absolute;
25405
+ z-index: 1;
25406
+ }
25407
+ .v-snackbar--multi-line .v-snackbar__wrapper {
25408
+ min-height: 68px;
25409
+ }
25410
+ .v-snackbar--vertical .v-snackbar__wrapper {
25411
+ flex-direction: column;
25412
+ }
25413
+ .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
25414
+ align-self: flex-end;
25415
+ margin-bottom: 8px;
25416
+ }
25417
+ .v-snackbar--center {
25418
+ align-items: center;
25419
+ justify-content: center;
25420
+ }
25421
+ .v-snackbar--top {
25422
+ align-items: flex-start;
25423
+ }
25424
+ .v-snackbar--bottom {
25425
+ align-items: flex-end;
25426
+ }
25427
+ .v-snackbar--left, .v-snackbar--start {
25428
+ justify-content: flex-start;
25429
+ }
25430
+ .v-snackbar--right, .v-snackbar--end {
25431
+ justify-content: flex-end;
25432
+ }
25433
+
25434
+ .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
25435
+ transition-duration: 0.15s;
25436
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25437
+ }
25438
+ .v-snackbar-transition-enter-active {
25439
+ transition-property: opacity, transform;
25440
+ }
25441
+ .v-snackbar-transition-enter-from {
25442
+ opacity: 0;
25443
+ transform: scale(0.8);
25444
+ }
25445
+ .v-snackbar-transition-leave-active {
25446
+ transition-property: opacity;
25447
+ }
25448
+ .v-snackbar-transition-leave-to {
25449
+ opacity: 0;
25450
+ }.v-chip-group {
25451
+ display: flex;
25452
+ max-width: 100%;
25453
+ min-width: 0;
25454
+ overflow-x: auto;
25455
+ padding: 4px 0;
25456
+ }
25457
+ .v-chip-group .v-chip {
25458
+ margin: 4px 8px 4px 0;
25459
+ }
25460
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
25461
+ opacity: var(--v-activated-opacity);
25462
+ }
25463
+
25464
+ .v-chip-group--column .v-slide-group__content {
25465
+ white-space: normal;
25466
+ flex-wrap: wrap;
25467
+ max-width: 100%;
25392
25468
  }.v-color-picker-edit {
25393
25469
  display: flex;
25394
25470
  margin-top: 24px;
@@ -25439,41 +25515,6 @@ html.v-overlay-scroll-blocked {
25439
25515
  }
25440
25516
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25441
25517
  will-change: transform;
25442
- }.v-color-picker-swatches {
25443
- overflow-y: auto;
25444
- }
25445
- .v-color-picker-swatches > div {
25446
- display: flex;
25447
- flex-wrap: wrap;
25448
- justify-content: center;
25449
- padding: 8px;
25450
- }
25451
-
25452
- .v-color-picker-swatches__swatch {
25453
- display: flex;
25454
- flex-direction: column;
25455
- margin-bottom: 10px;
25456
- }
25457
-
25458
- .v-color-picker-swatches__color {
25459
- position: relative;
25460
- height: 18px;
25461
- max-height: 18px;
25462
- width: 45px;
25463
- margin: 2px 4px;
25464
- border-radius: 2px;
25465
- -webkit-user-select: none;
25466
- user-select: none;
25467
- overflow: hidden;
25468
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25469
- cursor: pointer;
25470
- }
25471
- .v-color-picker-swatches__color > div {
25472
- display: flex;
25473
- align-items: center;
25474
- justify-content: center;
25475
- width: 100%;
25476
- height: 100%;
25477
25518
  }.v-color-picker-preview__alpha .v-slider-track__background {
25478
25519
  background-color: transparent !important;
25479
25520
  }
@@ -25544,6 +25585,41 @@ html.v-overlay-scroll-blocked {
25544
25585
  .v-color-picker-preview__eye-dropper {
25545
25586
  position: relative;
25546
25587
  margin-right: 12px;
25588
+ }.v-color-picker-swatches {
25589
+ overflow-y: auto;
25590
+ }
25591
+ .v-color-picker-swatches > div {
25592
+ display: flex;
25593
+ flex-wrap: wrap;
25594
+ justify-content: center;
25595
+ padding: 8px;
25596
+ }
25597
+
25598
+ .v-color-picker-swatches__swatch {
25599
+ display: flex;
25600
+ flex-direction: column;
25601
+ margin-bottom: 10px;
25602
+ }
25603
+
25604
+ .v-color-picker-swatches__color {
25605
+ position: relative;
25606
+ height: 18px;
25607
+ max-height: 18px;
25608
+ width: 45px;
25609
+ margin: 2px 4px;
25610
+ border-radius: 2px;
25611
+ -webkit-user-select: none;
25612
+ user-select: none;
25613
+ overflow: hidden;
25614
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25615
+ cursor: pointer;
25616
+ }
25617
+ .v-color-picker-swatches__color > div {
25618
+ display: flex;
25619
+ align-items: center;
25620
+ justify-content: center;
25621
+ width: 100%;
25622
+ height: 100%;
25547
25623
  }.v-picker.v-sheet {
25548
25624
  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-ambient-opacity, rgba(0, 0, 0, 0.12));
25549
25625
  border-radius: 4px;