@vuetify/nightly 3.4.0-beta.1-dev.2023-11-08 → 3.4.0-dev.2023-11-09

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 (42) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/dist/json/attributes.json +275 -299
  3. package/dist/json/importMap.json +44 -44
  4. package/dist/json/tags.json +1 -7
  5. package/dist/json/web-types.json +577 -735
  6. package/dist/vuetify-labs.css +245 -247
  7. package/dist/vuetify-labs.d.ts +41 -134
  8. package/dist/vuetify-labs.esm.js +18 -14
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +18 -14
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +137 -139
  13. package/dist/vuetify.d.ts +52 -145
  14. package/dist/vuetify.esm.js +18 -14
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +18 -14
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +12 -12
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VBtn/VBtn.css +0 -1
  22. package/lib/components/VBtn/_variables.scss +1 -1
  23. package/lib/components/VBtnGroup/VBtnGroup.css +0 -1
  24. package/lib/components/VDataTable/VDataTableServer.mjs +2 -2
  25. package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
  26. package/lib/components/VDataTable/VDataTableVirtual.mjs +2 -2
  27. package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
  28. package/lib/components/VDataTable/index.d.mts +24 -24
  29. package/lib/components/VGrid/VSpacer.mjs +3 -0
  30. package/lib/components/VGrid/VSpacer.mjs.map +1 -1
  31. package/lib/components/VStepper/VStepperWindow.mjs +8 -6
  32. package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
  33. package/lib/components/VStepper/VStepperWindowItem.mjs +3 -1
  34. package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -1
  35. package/lib/components/VStepper/index.d.mts +18 -140
  36. package/lib/components/index.d.mts +41 -134
  37. package/lib/entry-bundler.mjs +1 -1
  38. package/lib/entry-bundler.mjs.map +1 -1
  39. package/lib/framework.mjs +1 -1
  40. package/lib/framework.mjs.map +1 -1
  41. package/lib/index.d.mts +11 -11
  42. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.4.0-beta.1-dev.2023-11-08
2
+ * Vuetify v3.4.0-dev.2023-11-09
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17810,8 +17810,7 @@ html.overflow-y-hidden {
17810
17810
  display: inline-block;
17811
17811
  padding: 0 8px;
17812
17812
  vertical-align: middle;
17813
- }/** if false, disabled buttons will be greyed out */
17814
- .v-btn {
17813
+ }.v-btn {
17815
17814
  align-items: center;
17816
17815
  border-radius: 4px;
17817
17816
  display: inline-grid;
@@ -18211,8 +18210,7 @@ html.overflow-y-hidden {
18211
18210
  }
18212
18211
  .v-pagination__item--is-active .v-btn__overlay {
18213
18212
  opacity: var(--v-border-opacity);
18214
- }/** if false, disabled buttons will be greyed out */
18215
- .v-btn-group {
18213
+ }.v-btn-group {
18216
18214
  display: inline-flex;
18217
18215
  flex-wrap: nowrap;
18218
18216
  max-width: 100%;
@@ -19063,26 +19061,87 @@ html.overflow-y-hidden {
19063
19061
  .v-chip-group--column {
19064
19062
  flex-wrap: wrap;
19065
19063
  white-space: normal;
19066
- }.v-color-picker {
19067
- align-self: flex-start;
19068
- contain: content;
19064
+ }.v-combobox .v-field .v-text-field__prefix,
19065
+ .v-combobox .v-field .v-text-field__suffix,
19066
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
19067
+ cursor: text;
19069
19068
  }
19070
- .v-color-picker.v-sheet {
19071
- 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));
19072
- border-radius: 4px;
19069
+ .v-combobox .v-field .v-field__input > input {
19070
+ flex: 1 1;
19073
19071
  }
19074
-
19075
- .v-color-picker__controls {
19076
- display: flex;
19077
- flex-direction: column;
19078
- padding: 16px;
19072
+ .v-combobox .v-field input {
19073
+ min-width: 64px;
19074
+ }
19075
+ .v-combobox .v-field:not(.v-field--focused) input {
19076
+ min-width: 0;
19077
+ }
19078
+ .v-combobox .v-field--dirty .v-combobox__selection {
19079
+ margin-inline-end: 2px;
19080
+ }
19081
+ .v-combobox .v-combobox__selection-text {
19082
+ overflow: hidden;
19083
+ text-overflow: ellipsis;
19084
+ white-space: nowrap;
19079
19085
  }
19080
19086
 
19081
- .v-color-picker--flat {
19082
- 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));
19087
+ .v-combobox__content {
19088
+ overflow: hidden;
19089
+ 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));
19090
+ border-radius: 4px;
19083
19091
  }
19084
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
19085
- 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));
19092
+ .v-combobox__mask {
19093
+ background: rgb(var(--v-theme-on-surface-variant));
19094
+ }
19095
+ .v-combobox__selection {
19096
+ display: inline-flex;
19097
+ align-items: center;
19098
+ height: 1.5rem;
19099
+ letter-spacing: inherit;
19100
+ line-height: inherit;
19101
+ max-width: 90%;
19102
+ }
19103
+ .v-combobox__selection:first-child {
19104
+ margin-inline-start: 0;
19105
+ }
19106
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
19107
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
19108
+ .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
19109
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
19110
+ top: 0px;
19111
+ }
19112
+ .v-combobox--selecting-index .v-combobox__selection {
19113
+ opacity: var(--v-medium-emphasis-opacity);
19114
+ }
19115
+ .v-combobox--selecting-index .v-combobox__selection--selected {
19116
+ opacity: 1;
19117
+ }
19118
+ .v-combobox--selecting-index .v-field__input > input {
19119
+ caret-color: transparent;
19120
+ }
19121
+ .v-combobox--single.v-text-field input {
19122
+ flex: 1 1;
19123
+ position: absolute;
19124
+ left: 0;
19125
+ right: 0;
19126
+ width: 100%;
19127
+ padding-inline: inherit;
19128
+ }
19129
+ .v-combobox--single .v-field--active input {
19130
+ transition: none;
19131
+ }
19132
+ .v-combobox--single .v-field--dirty:not(.v-field--focused) input {
19133
+ opacity: 0;
19134
+ }
19135
+ .v-combobox--single .v-field--focused .v-combobox__selection {
19136
+ opacity: 0;
19137
+ }
19138
+ .v-combobox__menu-icon {
19139
+ margin-inline-start: 4px;
19140
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19141
+ }
19142
+ .v-combobox--active-menu .v-combobox__menu-icon {
19143
+ opacity: var(--v-high-emphasis-opacity);
19144
+ transform: rotate(180deg);
19086
19145
  }.v-container {
19087
19146
  width: 100%;
19088
19147
  padding: 16px;
@@ -19755,87 +19814,6 @@ html.overflow-y-hidden {
19755
19814
  .offset-xxl-11 {
19756
19815
  margin-inline-start: 91.6666666667%;
19757
19816
  }
19758
- }.v-combobox .v-field .v-text-field__prefix,
19759
- .v-combobox .v-field .v-text-field__suffix,
19760
- .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
19761
- cursor: text;
19762
- }
19763
- .v-combobox .v-field .v-field__input > input {
19764
- flex: 1 1;
19765
- }
19766
- .v-combobox .v-field input {
19767
- min-width: 64px;
19768
- }
19769
- .v-combobox .v-field:not(.v-field--focused) input {
19770
- min-width: 0;
19771
- }
19772
- .v-combobox .v-field--dirty .v-combobox__selection {
19773
- margin-inline-end: 2px;
19774
- }
19775
- .v-combobox .v-combobox__selection-text {
19776
- overflow: hidden;
19777
- text-overflow: ellipsis;
19778
- white-space: nowrap;
19779
- }
19780
-
19781
- .v-combobox__content {
19782
- overflow: hidden;
19783
- 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));
19784
- border-radius: 4px;
19785
- }
19786
- .v-combobox__mask {
19787
- background: rgb(var(--v-theme-on-surface-variant));
19788
- }
19789
- .v-combobox__selection {
19790
- display: inline-flex;
19791
- align-items: center;
19792
- height: 1.5rem;
19793
- letter-spacing: inherit;
19794
- line-height: inherit;
19795
- max-width: 90%;
19796
- }
19797
- .v-combobox__selection:first-child {
19798
- margin-inline-start: 0;
19799
- }
19800
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
19801
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
19802
- .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
19803
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
19804
- top: 0px;
19805
- }
19806
- .v-combobox--selecting-index .v-combobox__selection {
19807
- opacity: var(--v-medium-emphasis-opacity);
19808
- }
19809
- .v-combobox--selecting-index .v-combobox__selection--selected {
19810
- opacity: 1;
19811
- }
19812
- .v-combobox--selecting-index .v-field__input > input {
19813
- caret-color: transparent;
19814
- }
19815
- .v-combobox--single.v-text-field input {
19816
- flex: 1 1;
19817
- position: absolute;
19818
- left: 0;
19819
- right: 0;
19820
- width: 100%;
19821
- padding-inline: inherit;
19822
- }
19823
- .v-combobox--single .v-field--active input {
19824
- transition: none;
19825
- }
19826
- .v-combobox--single .v-field--dirty:not(.v-field--focused) input {
19827
- opacity: 0;
19828
- }
19829
- .v-combobox--single .v-field--focused .v-combobox__selection {
19830
- opacity: 0;
19831
- }
19832
- .v-combobox__menu-icon {
19833
- margin-inline-start: 4px;
19834
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19835
- }
19836
- .v-combobox--active-menu .v-combobox__menu-icon {
19837
- opacity: var(--v-high-emphasis-opacity);
19838
- transform: rotate(180deg);
19839
19817
  }.v-counter {
19840
19818
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
19841
19819
  flex: 0 1 auto;
@@ -20221,6 +20199,35 @@ html.overflow-y-hidden {
20221
20199
  }
20222
20200
  .v-date-picker-years__content .v-btn {
20223
20201
  padding-inline: 8px;
20202
+ }.v-divider {
20203
+ display: block;
20204
+ flex: 1 1 100%;
20205
+ height: 0px;
20206
+ max-height: 0px;
20207
+ opacity: var(--v-border-opacity);
20208
+ transition: inherit;
20209
+ border-style: solid;
20210
+ border-width: thin 0 0 0;
20211
+ }
20212
+ .v-divider--vertical {
20213
+ align-self: stretch;
20214
+ border-width: 0 thin 0 0;
20215
+ display: inline-flex;
20216
+ height: inherit;
20217
+ margin-left: -1px;
20218
+ max-height: 100%;
20219
+ max-width: 0px;
20220
+ vertical-align: text-bottom;
20221
+ width: 0px;
20222
+ }
20223
+ .v-divider--inset:not(.v-divider--vertical) {
20224
+ max-width: calc(100% - 72px);
20225
+ margin-inline-start: 72px;
20226
+ }
20227
+ .v-divider--inset.v-divider--vertical {
20228
+ margin-bottom: 8px;
20229
+ margin-top: 8px;
20230
+ max-height: calc(100% - 16px);
20224
20231
  }.v-dialog {
20225
20232
  align-items: center;
20226
20233
  justify-content: center;
@@ -20306,35 +20313,6 @@ html.overflow-y-hidden {
20306
20313
  -webkit-backface-visibility: hidden;
20307
20314
  backface-visibility: hidden;
20308
20315
  overflow-y: auto;
20309
- }.v-divider {
20310
- display: block;
20311
- flex: 1 1 100%;
20312
- height: 0px;
20313
- max-height: 0px;
20314
- opacity: var(--v-border-opacity);
20315
- transition: inherit;
20316
- border-style: solid;
20317
- border-width: thin 0 0 0;
20318
- }
20319
- .v-divider--vertical {
20320
- align-self: stretch;
20321
- border-width: 0 thin 0 0;
20322
- display: inline-flex;
20323
- height: inherit;
20324
- margin-left: -1px;
20325
- max-height: 100%;
20326
- max-width: 0px;
20327
- vertical-align: text-bottom;
20328
- width: 0px;
20329
- }
20330
- .v-divider--inset:not(.v-divider--vertical) {
20331
- max-width: calc(100% - 72px);
20332
- margin-inline-start: 72px;
20333
- }
20334
- .v-divider--inset.v-divider--vertical {
20335
- margin-bottom: 8px;
20336
- margin-top: 8px;
20337
- max-height: calc(100% - 16px);
20338
20316
  }.v-expansion-panel {
20339
20317
  background-color: rgb(var(--v-theme-surface));
20340
20318
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -21121,6 +21099,26 @@ textarea.v-field__input::placeholder {
21121
21099
  }
21122
21100
  .v-footer--rounded {
21123
21101
  border-radius: 4px;
21102
+ }.v-color-picker {
21103
+ align-self: flex-start;
21104
+ contain: content;
21105
+ }
21106
+ .v-color-picker.v-sheet {
21107
+ 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));
21108
+ border-radius: 4px;
21109
+ }
21110
+
21111
+ .v-color-picker__controls {
21112
+ display: flex;
21113
+ flex-direction: column;
21114
+ padding: 16px;
21115
+ }
21116
+
21117
+ .v-color-picker--flat {
21118
+ 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));
21119
+ }
21120
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
21121
+ 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));
21124
21122
  }.v-icon {
21125
21123
  --v-icon-size-multiplier: 1;
21126
21124
  align-items: center;
@@ -22152,6 +22150,14 @@ textarea.v-field__input::placeholder {
22152
22150
  height: 100%;
22153
22151
  justify-content: center;
22154
22152
  width: 100%;
22153
+ }.v-pagination__list {
22154
+ display: inline-flex;
22155
+ list-style-type: none;
22156
+ justify-content: center;
22157
+ width: 100%;
22158
+ }
22159
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22160
+ margin: 0.3rem;
22155
22161
  }.v-overlay-container {
22156
22162
  contain: layout;
22157
22163
  left: 0;
@@ -22215,20 +22221,6 @@ html.v-overlay-scroll-blocked {
22215
22221
 
22216
22222
  .v-overlay--scroll-blocked {
22217
22223
  padding-inline-end: var(--v-scrollbar-offset);
22218
- }.v-pagination__list {
22219
- display: inline-flex;
22220
- list-style-type: none;
22221
- justify-content: center;
22222
- width: 100%;
22223
- }
22224
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22225
- margin: 0.3rem;
22226
- }.v-parallax {
22227
- position: relative;
22228
- overflow: hidden;
22229
- }
22230
- .v-parallax--active > .v-img__img {
22231
- will-change: transform;
22232
22224
  }.v-progress-circular {
22233
22225
  align-items: center;
22234
22226
  display: inline-flex;
@@ -22331,6 +22323,12 @@ html.v-overlay-scroll-blocked {
22331
22323
  100% {
22332
22324
  transform: rotate(270deg);
22333
22325
  }
22326
+ }.v-parallax {
22327
+ position: relative;
22328
+ overflow: hidden;
22329
+ }
22330
+ .v-parallax--active > .v-img__img {
22331
+ will-change: transform;
22334
22332
  }.v-progress-linear {
22335
22333
  background: transparent;
22336
22334
  overflow: hidden;
@@ -23598,7 +23596,109 @@ html.v-overlay-scroll-blocked {
23598
23596
  top: 0;
23599
23597
  height: 100%;
23600
23598
  width: 2px;
23601
- }.v-table {
23599
+ }.v-textarea .v-field {
23600
+ --v-textarea-control-height: var(--v-input-control-height);
23601
+ }
23602
+ .v-textarea .v-field__field {
23603
+ --v-input-control-height: var(--v-textarea-control-height);
23604
+ }
23605
+ .v-textarea .v-field__input {
23606
+ flex: 1 1 auto;
23607
+ outline: none;
23608
+ -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
23609
+ mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
23610
+ }
23611
+ .v-textarea .v-field__input.v-textarea__sizer {
23612
+ visibility: hidden;
23613
+ position: absolute;
23614
+ top: 0;
23615
+ left: 0;
23616
+ height: 0 !important;
23617
+ min-height: 0 !important;
23618
+ pointer-events: none;
23619
+ }
23620
+ .v-textarea--no-resize .v-field__input {
23621
+ resize: none;
23622
+ }
23623
+ .v-textarea .v-field--no-label textarea,
23624
+ .v-textarea .v-field--active textarea {
23625
+ opacity: 1;
23626
+ }
23627
+ .v-textarea textarea {
23628
+ opacity: 0;
23629
+ flex: 1;
23630
+ min-width: 0;
23631
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
23632
+ }
23633
+ .v-textarea textarea:focus, .v-textarea textarea:active {
23634
+ outline: none;
23635
+ }
23636
+ .v-textarea textarea:invalid {
23637
+ box-shadow: none;
23638
+ }/* region BLOCK */
23639
+ .v-text-field input {
23640
+ color: inherit;
23641
+ opacity: 0;
23642
+ flex: 1;
23643
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
23644
+ min-width: 0;
23645
+ }
23646
+ .v-text-field input:focus, .v-text-field input:active {
23647
+ outline: none;
23648
+ }
23649
+ .v-text-field input:invalid {
23650
+ box-shadow: none;
23651
+ }
23652
+ .v-text-field .v-field {
23653
+ cursor: text;
23654
+ }
23655
+ .v-text-field--prefixed.v-text-field .v-field__input {
23656
+ --v-field-padding-start: 6px;
23657
+ }
23658
+
23659
+ .v-text-field--suffixed.v-text-field .v-field__input {
23660
+ --v-field-padding-end: 0;
23661
+ }
23662
+
23663
+ .v-text-field .v-input__details {
23664
+ padding-inline: 16px;
23665
+ }
23666
+ .v-text-field .v-field--no-label input,
23667
+ .v-text-field .v-field--active input {
23668
+ opacity: 1;
23669
+ }
23670
+ .v-text-field .v-field--single-line input {
23671
+ transition: none;
23672
+ }
23673
+
23674
+ /* endregion */
23675
+ /* region ELEMENTS */
23676
+ .v-text-field__prefix, .v-text-field__suffix {
23677
+ align-items: center;
23678
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
23679
+ cursor: default;
23680
+ display: flex;
23681
+ opacity: 0;
23682
+ transition: inherit;
23683
+ white-space: nowrap;
23684
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
23685
+ padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
23686
+ padding-bottom: var(--v-field-padding-bottom, 6px);
23687
+ }
23688
+ .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
23689
+ opacity: 1;
23690
+ }
23691
+ .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
23692
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
23693
+ }
23694
+ .v-text-field__prefix {
23695
+ padding-inline-start: var(--v-field-padding-start);
23696
+ }
23697
+ .v-text-field__suffix {
23698
+ padding-inline-end: var(--v-field-padding-end);
23699
+ }
23700
+
23701
+ /* endregion */.v-table {
23602
23702
  background: rgb(var(--v-theme-surface));
23603
23703
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
23604
23704
  transition-duration: 0.28s;
@@ -23749,108 +23849,6 @@ html.v-overlay-scroll-blocked {
23749
23849
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
23750
23850
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
23751
23851
  border-top: 0px !important;
23752
- }/* region BLOCK */
23753
- .v-text-field input {
23754
- color: inherit;
23755
- opacity: 0;
23756
- flex: 1;
23757
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
23758
- min-width: 0;
23759
- }
23760
- .v-text-field input:focus, .v-text-field input:active {
23761
- outline: none;
23762
- }
23763
- .v-text-field input:invalid {
23764
- box-shadow: none;
23765
- }
23766
- .v-text-field .v-field {
23767
- cursor: text;
23768
- }
23769
- .v-text-field--prefixed.v-text-field .v-field__input {
23770
- --v-field-padding-start: 6px;
23771
- }
23772
-
23773
- .v-text-field--suffixed.v-text-field .v-field__input {
23774
- --v-field-padding-end: 0;
23775
- }
23776
-
23777
- .v-text-field .v-input__details {
23778
- padding-inline: 16px;
23779
- }
23780
- .v-text-field .v-field--no-label input,
23781
- .v-text-field .v-field--active input {
23782
- opacity: 1;
23783
- }
23784
- .v-text-field .v-field--single-line input {
23785
- transition: none;
23786
- }
23787
-
23788
- /* endregion */
23789
- /* region ELEMENTS */
23790
- .v-text-field__prefix, .v-text-field__suffix {
23791
- align-items: center;
23792
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
23793
- cursor: default;
23794
- display: flex;
23795
- opacity: 0;
23796
- transition: inherit;
23797
- white-space: nowrap;
23798
- min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
23799
- padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
23800
- padding-bottom: var(--v-field-padding-bottom, 6px);
23801
- }
23802
- .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
23803
- opacity: 1;
23804
- }
23805
- .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
23806
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
23807
- }
23808
- .v-text-field__prefix {
23809
- padding-inline-start: var(--v-field-padding-start);
23810
- }
23811
- .v-text-field__suffix {
23812
- padding-inline-end: var(--v-field-padding-end);
23813
- }
23814
-
23815
- /* endregion */.v-textarea .v-field {
23816
- --v-textarea-control-height: var(--v-input-control-height);
23817
- }
23818
- .v-textarea .v-field__field {
23819
- --v-input-control-height: var(--v-textarea-control-height);
23820
- }
23821
- .v-textarea .v-field__input {
23822
- flex: 1 1 auto;
23823
- outline: none;
23824
- -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
23825
- mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
23826
- }
23827
- .v-textarea .v-field__input.v-textarea__sizer {
23828
- visibility: hidden;
23829
- position: absolute;
23830
- top: 0;
23831
- left: 0;
23832
- height: 0 !important;
23833
- min-height: 0 !important;
23834
- pointer-events: none;
23835
- }
23836
- .v-textarea--no-resize .v-field__input {
23837
- resize: none;
23838
- }
23839
- .v-textarea .v-field--no-label textarea,
23840
- .v-textarea .v-field--active textarea {
23841
- opacity: 1;
23842
- }
23843
- .v-textarea textarea {
23844
- opacity: 0;
23845
- flex: 1;
23846
- min-width: 0;
23847
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
23848
- }
23849
- .v-textarea textarea:focus, .v-textarea textarea:active {
23850
- outline: none;
23851
- }
23852
- .v-textarea textarea:invalid {
23853
- box-shadow: none;
23854
23852
  }.v-theme-provider {
23855
23853
  background: rgb(var(--v-theme-background));
23856
23854
  color: rgb(var(--v-theme-on-background));