vuetify 3.1.14 → 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.
- package/dist/json/attributes.json +193 -141
- package/dist/json/importMap.json +8 -8
- package/dist/json/tags.json +13 -0
- package/dist/json/web-types.json +513 -282
- package/dist/vuetify-labs.css +465 -457
- package/dist/vuetify-labs.d.ts +521 -163
- package/dist/vuetify-labs.esm.js +272 -179
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +272 -179
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +17 -9
- package/dist/vuetify.d.ts +470 -145
- package/dist/vuetify.esm.js +178 -106
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +178 -106
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +638 -624
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +9 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +50 -6
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +10 -0
- package/lib/components/VAutocomplete/index.d.ts +29 -17
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +31 -16
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.ts +3 -3
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/index.d.ts +21 -16
- package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
- package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
- package/lib/components/VCheckbox/index.d.ts +22 -1
- package/lib/components/VCombobox/VCombobox.css +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +6 -4
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +1 -1
- package/lib/components/VCombobox/index.d.ts +29 -17
- package/lib/components/VDialog/VDialog.mjs +2 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VField/VField.css +0 -1
- package/lib/components/VField/VField.sass +0 -1
- package/lib/components/VField/index.d.ts +6 -0
- package/lib/components/VFileInput/VFileInput.mjs +13 -17
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.ts +68 -23
- package/lib/components/VInput/VInput.mjs +14 -7
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/index.d.ts +22 -1
- package/lib/components/VList/VList.mjs +3 -22
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VOverlay/locationStrategies.mjs +9 -4
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
- package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
- package/lib/components/VRadioGroup/index.d.ts +22 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +2 -2
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VRangeSlider/index.d.ts +22 -1
- package/lib/components/VSelect/VSelect.mjs +6 -0
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +32 -17
- package/lib/components/VSlideGroup/VSlideGroup.mjs +2 -2
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlider/VSlider.mjs +2 -2
- package/lib/components/VSlider/VSlider.mjs.map +1 -1
- package/lib/components/VSlider/index.d.ts +22 -1
- package/lib/components/VSwitch/VSwitch.mjs +5 -3
- package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
- package/lib/components/VSwitch/index.d.ts +43 -1
- package/lib/components/VTextField/VTextField.mjs +4 -12
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.ts +70 -22
- package/lib/components/VTextarea/VTextarea.mjs +4 -12
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.ts +61 -22
- package/lib/components/VTreeview/_mixins.sass +0 -0
- package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -0
- package/lib/components/VValidation/index.d.ts +10 -1
- package/lib/components/index.d.ts +468 -143
- package/lib/composables/focus.mjs +3 -2
- package/lib/composables/focus.mjs.map +1 -1
- package/lib/composables/items.mjs +7 -2
- package/lib/composables/items.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/iconsets/mdi-svg.mjs +2 -2
- package/lib/iconsets/mdi-svg.mjs.map +1 -1
- package/lib/index.d.ts +2 -2
- package/lib/labs/VDataTable/VDataTable.mjs +3 -3
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableHeaders.mjs +34 -20
- package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs +2 -4
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +52 -44
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +3 -2
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +0 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/options.mjs +2 -1
- package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +44 -11
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs +1 -0
- package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/labs/VSkeletonLoader/index.d.ts +9 -9
- package/lib/labs/components.d.ts +53 -20
- package/lib/locale/el.mjs +0 -0
- package/lib/locale/index.mjs +0 -0
- package/lib/util/helpers.mjs +26 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +3 -3
package/dist/vuetify-labs.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.1.
|
|
2
|
+
* Vuetify v3.1.16
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -16210,6 +16210,18 @@ html.overflow-y-hidden {
|
|
|
16210
16210
|
min-height: 100vh;
|
|
16211
16211
|
min-height: 100dvh;
|
|
16212
16212
|
position: relative;
|
|
16213
|
+
}.v-app-bar {
|
|
16214
|
+
display: flex;
|
|
16215
|
+
}
|
|
16216
|
+
.v-app-bar.v-toolbar {
|
|
16217
|
+
background: rgb(var(--v-theme-surface));
|
|
16218
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
16219
|
+
}
|
|
16220
|
+
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
16221
|
+
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));
|
|
16222
|
+
}
|
|
16223
|
+
.v-app-bar:not(.v-toolbar--absolute) {
|
|
16224
|
+
padding-inline-end: var(--v-scrollbar-offset);
|
|
16213
16225
|
}.v-alert {
|
|
16214
16226
|
display: grid;
|
|
16215
16227
|
flex: 1 1;
|
|
@@ -16420,18 +16432,6 @@ html.overflow-y-hidden {
|
|
|
16420
16432
|
text-transform: none;
|
|
16421
16433
|
word-break: normal;
|
|
16422
16434
|
word-wrap: break-word;
|
|
16423
|
-
}.v-app-bar {
|
|
16424
|
-
display: flex;
|
|
16425
|
-
}
|
|
16426
|
-
.v-app-bar.v-toolbar {
|
|
16427
|
-
background: rgb(var(--v-theme-surface));
|
|
16428
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
16429
|
-
}
|
|
16430
|
-
.v-app-bar.v-toolbar:not(.v-toolbar--flat) {
|
|
16431
|
-
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));
|
|
16432
|
-
}
|
|
16433
|
-
.v-app-bar:not(.v-toolbar--absolute) {
|
|
16434
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
|
16435
16435
|
}.v-input--density-default {
|
|
16436
16436
|
--autocomplete-chips-margin-bottom: 0px;
|
|
16437
16437
|
}
|
|
@@ -16494,6 +16494,15 @@ html.overflow-y-hidden {
|
|
|
16494
16494
|
.v-autocomplete--chips .v-autocomplete__selection:first-child {
|
|
16495
16495
|
margin-inline-start: 0;
|
|
16496
16496
|
}
|
|
16497
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection {
|
|
16498
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
16499
|
+
}
|
|
16500
|
+
.v-autocomplete--selecting-index .v-autocomplete__selection--selected {
|
|
16501
|
+
opacity: 1;
|
|
16502
|
+
}
|
|
16503
|
+
.v-autocomplete--selecting-index .v-field__input > input {
|
|
16504
|
+
caret-color: transparent;
|
|
16505
|
+
}
|
|
16497
16506
|
.v-autocomplete--single.v-text-field input {
|
|
16498
16507
|
flex: 1 1;
|
|
16499
16508
|
position: absolute;
|
|
@@ -17404,68 +17413,6 @@ html.overflow-y-hidden {
|
|
|
17404
17413
|
border-radius: 0;
|
|
17405
17414
|
}.v-btn-toggle .v-btn.v-btn--selected:not(.v-btn--disabled) .v-btn__overlay {
|
|
17406
17415
|
opacity: var(--v-activated-opacity);
|
|
17407
|
-
}.v-carousel {
|
|
17408
|
-
overflow: hidden;
|
|
17409
|
-
position: relative;
|
|
17410
|
-
width: 100%;
|
|
17411
|
-
}
|
|
17412
|
-
.v-carousel__controls {
|
|
17413
|
-
align-items: center;
|
|
17414
|
-
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
17415
|
-
bottom: 0;
|
|
17416
|
-
display: flex;
|
|
17417
|
-
height: 50px;
|
|
17418
|
-
justify-content: center;
|
|
17419
|
-
list-style-type: none;
|
|
17420
|
-
position: absolute;
|
|
17421
|
-
width: 100%;
|
|
17422
|
-
z-index: 1;
|
|
17423
|
-
}
|
|
17424
|
-
.v-carousel__controls > .v-item-group {
|
|
17425
|
-
flex: 0 1 auto;
|
|
17426
|
-
}
|
|
17427
|
-
.v-carousel__controls__item {
|
|
17428
|
-
margin: 0 8px;
|
|
17429
|
-
}
|
|
17430
|
-
.v-carousel__controls__item .v-icon {
|
|
17431
|
-
opacity: 0.5;
|
|
17432
|
-
}
|
|
17433
|
-
.v-carousel__controls__item--active .v-icon {
|
|
17434
|
-
opacity: 1;
|
|
17435
|
-
vertical-align: middle;
|
|
17436
|
-
}
|
|
17437
|
-
.v-carousel__controls__item:hover {
|
|
17438
|
-
background: none;
|
|
17439
|
-
}
|
|
17440
|
-
.v-carousel__controls__item:hover .v-icon {
|
|
17441
|
-
opacity: 0.8;
|
|
17442
|
-
}
|
|
17443
|
-
|
|
17444
|
-
.v-carousel__progress {
|
|
17445
|
-
margin: 0;
|
|
17446
|
-
position: absolute;
|
|
17447
|
-
bottom: 0;
|
|
17448
|
-
left: 0;
|
|
17449
|
-
right: 0;
|
|
17450
|
-
}
|
|
17451
|
-
|
|
17452
|
-
.v-carousel-item {
|
|
17453
|
-
display: block;
|
|
17454
|
-
height: inherit;
|
|
17455
|
-
text-decoration: none;
|
|
17456
|
-
}
|
|
17457
|
-
.v-carousel-item > .v-img {
|
|
17458
|
-
height: inherit;
|
|
17459
|
-
}
|
|
17460
|
-
|
|
17461
|
-
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
|
17462
|
-
background: transparent;
|
|
17463
|
-
}
|
|
17464
|
-
|
|
17465
|
-
.v-carousel--vertical-delimiters .v-carousel__controls {
|
|
17466
|
-
flex-direction: column;
|
|
17467
|
-
height: 100% !important;
|
|
17468
|
-
width: 50px;
|
|
17469
17416
|
}.v-card {
|
|
17470
17417
|
display: block;
|
|
17471
17418
|
overflow: hidden;
|
|
@@ -17756,6 +17703,68 @@ html.overflow-y-hidden {
|
|
|
17756
17703
|
pointer-events: none;
|
|
17757
17704
|
opacity: 0;
|
|
17758
17705
|
transition: opacity 0.2s ease-in-out;
|
|
17706
|
+
}.v-carousel {
|
|
17707
|
+
overflow: hidden;
|
|
17708
|
+
position: relative;
|
|
17709
|
+
width: 100%;
|
|
17710
|
+
}
|
|
17711
|
+
.v-carousel__controls {
|
|
17712
|
+
align-items: center;
|
|
17713
|
+
background: rgba(var(--v-theme-surface-variant), 0.3);
|
|
17714
|
+
bottom: 0;
|
|
17715
|
+
display: flex;
|
|
17716
|
+
height: 50px;
|
|
17717
|
+
justify-content: center;
|
|
17718
|
+
list-style-type: none;
|
|
17719
|
+
position: absolute;
|
|
17720
|
+
width: 100%;
|
|
17721
|
+
z-index: 1;
|
|
17722
|
+
}
|
|
17723
|
+
.v-carousel__controls > .v-item-group {
|
|
17724
|
+
flex: 0 1 auto;
|
|
17725
|
+
}
|
|
17726
|
+
.v-carousel__controls__item {
|
|
17727
|
+
margin: 0 8px;
|
|
17728
|
+
}
|
|
17729
|
+
.v-carousel__controls__item .v-icon {
|
|
17730
|
+
opacity: 0.5;
|
|
17731
|
+
}
|
|
17732
|
+
.v-carousel__controls__item--active .v-icon {
|
|
17733
|
+
opacity: 1;
|
|
17734
|
+
vertical-align: middle;
|
|
17735
|
+
}
|
|
17736
|
+
.v-carousel__controls__item:hover {
|
|
17737
|
+
background: none;
|
|
17738
|
+
}
|
|
17739
|
+
.v-carousel__controls__item:hover .v-icon {
|
|
17740
|
+
opacity: 0.8;
|
|
17741
|
+
}
|
|
17742
|
+
|
|
17743
|
+
.v-carousel__progress {
|
|
17744
|
+
margin: 0;
|
|
17745
|
+
position: absolute;
|
|
17746
|
+
bottom: 0;
|
|
17747
|
+
left: 0;
|
|
17748
|
+
right: 0;
|
|
17749
|
+
}
|
|
17750
|
+
|
|
17751
|
+
.v-carousel-item {
|
|
17752
|
+
display: block;
|
|
17753
|
+
height: inherit;
|
|
17754
|
+
text-decoration: none;
|
|
17755
|
+
}
|
|
17756
|
+
.v-carousel-item > .v-img {
|
|
17757
|
+
height: inherit;
|
|
17758
|
+
}
|
|
17759
|
+
|
|
17760
|
+
.v-carousel--hide-delimiter-background .v-carousel__controls {
|
|
17761
|
+
background: transparent;
|
|
17762
|
+
}
|
|
17763
|
+
|
|
17764
|
+
.v-carousel--vertical-delimiters .v-carousel__controls {
|
|
17765
|
+
flex-direction: column;
|
|
17766
|
+
height: 100% !important;
|
|
17767
|
+
width: 50px;
|
|
17759
17768
|
}.v-checkbox .v-selection-control {
|
|
17760
17769
|
min-height: var(--v-input-control-height);
|
|
17761
17770
|
}.v-chip {
|
|
@@ -18264,7 +18273,7 @@ html.overflow-y-hidden {
|
|
|
18264
18273
|
opacity: 1;
|
|
18265
18274
|
}
|
|
18266
18275
|
.v-combobox--selecting-index .v-field__input > input {
|
|
18267
|
-
caret-color: transparent
|
|
18276
|
+
caret-color: transparent;
|
|
18268
18277
|
}
|
|
18269
18278
|
.v-combobox--single.v-text-field input {
|
|
18270
18279
|
flex: 1 1;
|
|
@@ -19164,11 +19173,6 @@ html.overflow-y-hidden {
|
|
|
19164
19173
|
.offset-xxl-11.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-11 {
|
|
19165
19174
|
margin-right: 91.6666666667%;
|
|
19166
19175
|
}
|
|
19167
|
-
}.v-counter {
|
|
19168
|
-
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
19169
|
-
flex: 0 1 auto;
|
|
19170
|
-
font-size: 12px;
|
|
19171
|
-
transition-duration: 150ms;
|
|
19172
19176
|
}.v-dialog {
|
|
19173
19177
|
align-items: center;
|
|
19174
19178
|
justify-content: center;
|
|
@@ -19274,264 +19278,72 @@ html.overflow-y-hidden {
|
|
|
19274
19278
|
margin-bottom: 8px;
|
|
19275
19279
|
margin-top: 8px;
|
|
19276
19280
|
max-height: calc(100% - 16px);
|
|
19277
|
-
}.v-
|
|
19278
|
-
|
|
19279
|
-
|
|
19280
|
-
|
|
19281
|
-
|
|
19282
|
-
|
|
19283
|
-
|
|
19284
|
-
|
|
19285
|
-
|
|
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;
|
|
19286
|
+
}/* region INPUT */
|
|
19287
|
+
.v-field {
|
|
19288
|
+
display: grid;
|
|
19289
|
+
grid-template-areas: "prepend-inner field clear append-inner";
|
|
19290
|
+
grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
|
|
19291
|
+
font-size: 16px;
|
|
19292
|
+
letter-spacing: 0.009375em;
|
|
19293
|
+
max-width: 100%;
|
|
19294
|
+
border-radius: 4px;
|
|
19295
|
+
contain: layout;
|
|
19296
|
+
flex: 1 0;
|
|
19297
|
+
grid-area: control;
|
|
19298
|
+
position: relative;
|
|
19299
|
+
--v-field-padding-start: 16px;
|
|
19300
|
+
--v-field-padding-end: 16px;
|
|
19301
|
+
--v-field-padding-top: 10px;
|
|
19302
|
+
--v-field-padding-bottom: 6px;
|
|
19286
19303
|
}
|
|
19287
|
-
.v-
|
|
19288
|
-
opacity:
|
|
19304
|
+
.v-field--disabled {
|
|
19305
|
+
opacity: var(--v-disabled-opacity);
|
|
19306
|
+
pointer-events: none;
|
|
19289
19307
|
}
|
|
19290
19308
|
|
|
19291
|
-
|
|
19292
|
-
|
|
19293
|
-
|
|
19294
|
-
|
|
19295
|
-
list-style-type: none;
|
|
19296
|
-
padding: 0;
|
|
19297
|
-
width: 100%;
|
|
19298
|
-
position: relative;
|
|
19299
|
-
z-index: 1;
|
|
19309
|
+
/* endregion */
|
|
19310
|
+
/* region MODIFIERS */
|
|
19311
|
+
.v-field--prepended {
|
|
19312
|
+
padding-inline-start: 12px;
|
|
19300
19313
|
}
|
|
19301
|
-
.v-
|
|
19302
|
-
|
|
19303
|
-
border-bottom-right-radius: 0 !important;
|
|
19314
|
+
.v-field--appended {
|
|
19315
|
+
padding-inline-end: 12px;
|
|
19304
19316
|
}
|
|
19305
|
-
.v-
|
|
19306
|
-
|
|
19307
|
-
border-
|
|
19317
|
+
.v-field--variant-solo {
|
|
19318
|
+
background: rgb(var(--v-theme-surface));
|
|
19319
|
+
border-color: transparent;
|
|
19320
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
19321
|
+
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));
|
|
19308
19322
|
}
|
|
19309
|
-
.v-
|
|
19310
|
-
border-bottom-left-radius: 0
|
|
19311
|
-
border-bottom-right-radius: 0
|
|
19323
|
+
.v-field--variant-filled {
|
|
19324
|
+
border-bottom-left-radius: 0;
|
|
19325
|
+
border-bottom-right-radius: 0;
|
|
19312
19326
|
}
|
|
19313
|
-
.v-
|
|
19314
|
-
|
|
19315
|
-
|
|
19327
|
+
.v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-filled {
|
|
19328
|
+
--v-input-control-height: 56px;
|
|
19329
|
+
--v-field-padding-bottom: 6px;
|
|
19316
19330
|
}
|
|
19317
|
-
|
|
19318
|
-
|
|
19319
|
-
|
|
19331
|
+
|
|
19332
|
+
.v-input--density-comfortable .v-field--variant-solo, .v-input--density-comfortable .v-field--variant-filled {
|
|
19333
|
+
--v-input-control-height: 48px;
|
|
19334
|
+
--v-field-padding-bottom: 2px;
|
|
19320
19335
|
}
|
|
19321
|
-
|
|
19322
|
-
|
|
19323
|
-
|
|
19336
|
+
|
|
19337
|
+
.v-input--density-compact .v-field--variant-solo, .v-input--density-compact .v-field--variant-filled {
|
|
19338
|
+
--v-input-control-height: 40px;
|
|
19339
|
+
--v-field-padding-bottom: -2px;
|
|
19324
19340
|
}
|
|
19325
|
-
|
|
19326
|
-
|
|
19327
|
-
|
|
19341
|
+
|
|
19342
|
+
.v-field--variant-outlined, .v-field--single-line, .v-field--no-label {
|
|
19343
|
+
--v-field-padding-top: 0px;
|
|
19328
19344
|
}
|
|
19329
|
-
.v-
|
|
19330
|
-
|
|
19331
|
-
}
|
|
19332
|
-
.v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
|
|
19333
|
-
transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
|
|
19334
|
-
}
|
|
19335
|
-
|
|
19336
|
-
.v-expansion-panel {
|
|
19337
|
-
flex: 1 0 100%;
|
|
19338
|
-
max-width: 100%;
|
|
19339
|
-
position: relative;
|
|
19340
|
-
transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
|
|
19341
|
-
transition-property: margin-top, border-radius, border, max-width;
|
|
19342
|
-
border-radius: 4px;
|
|
19343
|
-
}
|
|
19344
|
-
.v-expansion-panel:not(:first-child)::after {
|
|
19345
|
-
border-top-style: solid;
|
|
19346
|
-
border-top-width: thin;
|
|
19347
|
-
content: "";
|
|
19348
|
-
left: 0;
|
|
19349
|
-
position: absolute;
|
|
19350
|
-
right: 0;
|
|
19351
|
-
top: 0;
|
|
19352
|
-
transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
19353
|
-
}
|
|
19354
|
-
.v-expansion-panel--disabled .v-expansion-panel-title {
|
|
19355
|
-
pointer-events: none;
|
|
19356
|
-
}
|
|
19357
|
-
.v-expansion-panel--active:not(:first-child),
|
|
19358
|
-
.v-expansion-panel--active + .v-expansion-panel {
|
|
19359
|
-
margin-top: 16px;
|
|
19360
|
-
}
|
|
19361
|
-
.v-expansion-panel--active:not(:first-child)::after,
|
|
19362
|
-
.v-expansion-panel--active + .v-expansion-panel::after {
|
|
19363
|
-
opacity: 0;
|
|
19364
|
-
}
|
|
19365
|
-
.v-expansion-panel--active > .v-expansion-panel-title {
|
|
19366
|
-
border-bottom-left-radius: 0;
|
|
19367
|
-
border-bottom-right-radius: 0;
|
|
19368
|
-
min-height: 64px;
|
|
19369
|
-
}
|
|
19370
|
-
|
|
19371
|
-
.v-expansion-panel__shadow {
|
|
19372
|
-
position: absolute;
|
|
19373
|
-
top: 0;
|
|
19374
|
-
left: 0;
|
|
19375
|
-
width: 100%;
|
|
19376
|
-
height: 100%;
|
|
19377
|
-
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));
|
|
19378
|
-
border-radius: inherit;
|
|
19379
|
-
z-index: -1;
|
|
19380
|
-
}
|
|
19381
|
-
|
|
19382
|
-
.v-expansion-panel-title {
|
|
19383
|
-
align-items: center;
|
|
19384
|
-
text-align: start;
|
|
19385
|
-
border-radius: inherit;
|
|
19386
|
-
display: flex;
|
|
19387
|
-
font-size: 0.9375rem;
|
|
19388
|
-
line-height: 1;
|
|
19389
|
-
min-height: 48px;
|
|
19390
|
-
outline: none;
|
|
19391
|
-
padding: 16px 24px;
|
|
19392
|
-
position: relative;
|
|
19393
|
-
transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
|
|
19394
|
-
width: 100%;
|
|
19395
|
-
justify-content: space-between;
|
|
19396
|
-
}
|
|
19397
|
-
.v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
|
|
19398
|
-
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
19399
|
-
}
|
|
19400
|
-
.v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
|
|
19401
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
19402
|
-
}
|
|
19403
|
-
@supports not selector(:focus-visible) {
|
|
19404
|
-
.v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
|
|
19405
|
-
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
|
19406
|
-
}
|
|
19407
|
-
}
|
|
19408
|
-
.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 {
|
|
19409
|
-
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
|
19410
|
-
}
|
|
19411
|
-
.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 {
|
|
19412
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19413
|
-
}
|
|
19414
|
-
.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 {
|
|
19415
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19416
|
-
}
|
|
19417
|
-
@supports not selector(:focus-visible) {
|
|
19418
|
-
.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 {
|
|
19419
|
-
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
|
19420
|
-
}
|
|
19421
|
-
}
|
|
19422
|
-
.v-expansion-panel-title--active::before {
|
|
19423
|
-
opacity: 0.12;
|
|
19424
|
-
}
|
|
19425
|
-
|
|
19426
|
-
.v-expansion-panel-title__overlay {
|
|
19427
|
-
position: absolute;
|
|
19428
|
-
top: 0;
|
|
19429
|
-
left: 0;
|
|
19430
|
-
width: 100%;
|
|
19431
|
-
height: 100%;
|
|
19432
|
-
background-color: currentColor;
|
|
19433
|
-
border-radius: inherit;
|
|
19434
|
-
opacity: 0;
|
|
19435
|
-
}
|
|
19436
|
-
|
|
19437
|
-
.v-expansion-panel-title__icon {
|
|
19438
|
-
display: inline-flex;
|
|
19439
|
-
margin-bottom: -4px;
|
|
19440
|
-
margin-top: -4px;
|
|
19441
|
-
-webkit-user-select: none;
|
|
19442
|
-
user-select: none;
|
|
19443
|
-
margin-inline-start: auto;
|
|
19444
|
-
}
|
|
19445
|
-
|
|
19446
|
-
.v-expansion-panel-text {
|
|
19447
|
-
display: flex;
|
|
19448
|
-
}
|
|
19449
|
-
.v-expansion-panel-text__wrapper {
|
|
19450
|
-
padding: 8px 24px 16px;
|
|
19451
|
-
flex: 1 1 auto;
|
|
19452
|
-
max-width: 100%;
|
|
19453
|
-
}
|
|
19454
|
-
|
|
19455
|
-
.v-expansion-panels--variant-accordion > .v-expansion-panel {
|
|
19456
|
-
margin-top: 0;
|
|
19457
|
-
}
|
|
19458
|
-
.v-expansion-panels--variant-accordion > .v-expansion-panel::after {
|
|
19459
|
-
opacity: 1;
|
|
19460
|
-
}
|
|
19461
|
-
|
|
19462
|
-
.v-expansion-panels--variant-popout > .v-expansion-panel {
|
|
19463
|
-
max-width: calc(100% - 32px);
|
|
19464
|
-
}
|
|
19465
|
-
.v-expansion-panels--variant-popout > .v-expansion-panel--active {
|
|
19466
|
-
max-width: calc(100% + 16px);
|
|
19467
|
-
}
|
|
19468
|
-
|
|
19469
|
-
.v-expansion-panels--variant-inset > .v-expansion-panel {
|
|
19470
|
-
max-width: 100%;
|
|
19471
|
-
}
|
|
19472
|
-
.v-expansion-panels--variant-inset > .v-expansion-panel--active {
|
|
19473
|
-
max-width: calc(100% - 32px);
|
|
19474
|
-
}/* region INPUT */
|
|
19475
|
-
.v-field {
|
|
19476
|
-
display: grid;
|
|
19477
|
-
grid-template-areas: "prepend-inner field clear append-inner";
|
|
19478
|
-
grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
|
|
19479
|
-
font-size: 16px;
|
|
19480
|
-
letter-spacing: 0.009375em;
|
|
19481
|
-
max-width: 100%;
|
|
19482
|
-
border-radius: 4px;
|
|
19483
|
-
contain: layout;
|
|
19484
|
-
flex: 1 0;
|
|
19485
|
-
grid-area: control;
|
|
19486
|
-
position: relative;
|
|
19487
|
-
--v-field-padding-start: 16px;
|
|
19488
|
-
--v-field-padding-end: 16px;
|
|
19489
|
-
--v-field-padding-top: 10px;
|
|
19490
|
-
--v-field-padding-bottom: 6px;
|
|
19491
|
-
}
|
|
19492
|
-
.v-field--disabled {
|
|
19493
|
-
opacity: var(--v-disabled-opacity);
|
|
19494
|
-
pointer-events: none;
|
|
19495
|
-
}
|
|
19496
|
-
|
|
19497
|
-
/* endregion */
|
|
19498
|
-
/* region MODIFIERS */
|
|
19499
|
-
.v-field--prepended {
|
|
19500
|
-
padding-inline-start: 12px;
|
|
19501
|
-
}
|
|
19502
|
-
.v-field--appended {
|
|
19503
|
-
padding-inline-end: 12px;
|
|
19504
|
-
}
|
|
19505
|
-
.v-field--variant-solo {
|
|
19506
|
-
background: rgb(var(--v-theme-surface));
|
|
19507
|
-
border-color: transparent;
|
|
19508
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
19509
|
-
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));
|
|
19510
|
-
}
|
|
19511
|
-
.v-field--variant-filled {
|
|
19512
|
-
border-bottom-left-radius: 0;
|
|
19513
|
-
border-bottom-right-radius: 0;
|
|
19514
|
-
}
|
|
19515
|
-
.v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-filled {
|
|
19516
|
-
--v-input-control-height: 56px;
|
|
19517
|
-
--v-field-padding-bottom: 6px;
|
|
19518
|
-
}
|
|
19519
|
-
|
|
19520
|
-
.v-input--density-comfortable .v-field--variant-solo, .v-input--density-comfortable .v-field--variant-filled {
|
|
19521
|
-
--v-input-control-height: 48px;
|
|
19522
|
-
--v-field-padding-bottom: 2px;
|
|
19523
|
-
}
|
|
19524
|
-
|
|
19525
|
-
.v-input--density-compact .v-field--variant-solo, .v-input--density-compact .v-field--variant-filled {
|
|
19526
|
-
--v-input-control-height: 40px;
|
|
19527
|
-
--v-field-padding-bottom: -2px;
|
|
19528
|
-
}
|
|
19529
|
-
|
|
19530
|
-
.v-field--variant-outlined, .v-field--single-line, .v-field--no-label {
|
|
19531
|
-
--v-field-padding-top: 0px;
|
|
19532
|
-
}
|
|
19533
|
-
.v-input--density-default .v-field--variant-outlined, .v-input--density-default .v-field--single-line, .v-input--density-default .v-field--no-label {
|
|
19534
|
-
--v-field-padding-bottom: 16px;
|
|
19345
|
+
.v-input--density-default .v-field--variant-outlined, .v-input--density-default .v-field--single-line, .v-input--density-default .v-field--no-label {
|
|
19346
|
+
--v-field-padding-bottom: 16px;
|
|
19535
19347
|
}
|
|
19536
19348
|
|
|
19537
19349
|
.v-input--density-comfortable .v-field--variant-outlined, .v-input--density-comfortable .v-field--single-line, .v-input--density-comfortable .v-field--no-label {
|
|
@@ -19811,7 +19623,6 @@ textarea.v-field__input::placeholder {
|
|
|
19811
19623
|
.v-field--variant-outlined .v-field__outline__notch {
|
|
19812
19624
|
flex: none;
|
|
19813
19625
|
position: relative;
|
|
19814
|
-
border-width: 0 0 var(--v-field-border-width);
|
|
19815
19626
|
}
|
|
19816
19627
|
.v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after {
|
|
19817
19628
|
opacity: var(--v-field-border-opacity);
|
|
@@ -19902,30 +19713,203 @@ textarea.v-field__input::placeholder {
|
|
|
19902
19713
|
opacity: 0;
|
|
19903
19714
|
}
|
|
19904
19715
|
|
|
19905
|
-
/* endregion */.v-
|
|
19906
|
-
--
|
|
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));
|
|
19907
19719
|
}
|
|
19908
|
-
|
|
19909
|
-
|
|
19910
|
-
|
|
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;
|
|
19911
19728
|
}
|
|
19912
19729
|
|
|
19913
|
-
.v-
|
|
19914
|
-
|
|
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);
|
|
19915
19773
|
}
|
|
19916
19774
|
|
|
19917
|
-
.v-
|
|
19918
|
-
|
|
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: "";
|
|
19919
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 {
|
|
19920
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 {
|
|
19921
19811
|
position: absolute;
|
|
19922
19812
|
top: 0;
|
|
19813
|
+
left: 0;
|
|
19923
19814
|
width: 100%;
|
|
19924
|
-
|
|
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;
|
|
19925
19819
|
}
|
|
19926
|
-
|
|
19927
|
-
|
|
19928
|
-
|
|
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);
|
|
19929
19913
|
}.v-footer {
|
|
19930
19914
|
align-items: center;
|
|
19931
19915
|
display: flex;
|
|
@@ -19954,6 +19938,30 @@ textarea.v-field__input::placeholder {
|
|
|
19954
19938
|
}
|
|
19955
19939
|
.v-footer--rounded {
|
|
19956
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);
|
|
19957
19965
|
}.v-icon {
|
|
19958
19966
|
--v-icon-size-multiplier: 1;
|
|
19959
19967
|
align-items: center;
|
|
@@ -20894,12 +20902,6 @@ html.v-overlay-scroll-blocked {
|
|
|
20894
20902
|
}
|
|
20895
20903
|
.v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
|
|
20896
20904
|
margin: 0.3rem;
|
|
20897
|
-
}.v-parallax {
|
|
20898
|
-
position: relative;
|
|
20899
|
-
overflow: hidden;
|
|
20900
|
-
}
|
|
20901
|
-
.v-parallax--active > .v-img__img {
|
|
20902
|
-
will-change: transform;
|
|
20903
20905
|
}.v-progress-circular {
|
|
20904
20906
|
align-items: center;
|
|
20905
20907
|
display: inline-flex;
|
|
@@ -21002,6 +21004,14 @@ html.v-overlay-scroll-blocked {
|
|
|
21002
21004
|
100% {
|
|
21003
21005
|
transform: rotate(270deg);
|
|
21004
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;
|
|
21005
21015
|
}.v-progress-linear {
|
|
21006
21016
|
background: transparent;
|
|
21007
21017
|
overflow: hidden;
|
|
@@ -21216,14 +21226,6 @@ html.v-overlay-scroll-blocked {
|
|
|
21216
21226
|
0% {
|
|
21217
21227
|
background-position-x: var(--v-progress-linear-height);
|
|
21218
21228
|
}
|
|
21219
|
-
}.v-radio-group > .v-input__control {
|
|
21220
|
-
flex-direction: column;
|
|
21221
|
-
}
|
|
21222
|
-
.v-radio-group > .v-input__control > .v-label {
|
|
21223
|
-
margin-inline-start: 8px;
|
|
21224
|
-
}
|
|
21225
|
-
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
21226
|
-
margin-top: 8px;
|
|
21227
21229
|
}.v-slider .v-slider__container input {
|
|
21228
21230
|
cursor: default;
|
|
21229
21231
|
padding: 0;
|
|
@@ -21339,6 +21341,28 @@ html.v-overlay-scroll-blocked {
|
|
|
21339
21341
|
opacity: 0;
|
|
21340
21342
|
position: absolute;
|
|
21341
21343
|
width: 0;
|
|
21344
|
+
}.v-responsive {
|
|
21345
|
+
display: flex;
|
|
21346
|
+
flex: 1 0 auto;
|
|
21347
|
+
max-height: 100%;
|
|
21348
|
+
max-width: 100%;
|
|
21349
|
+
overflow: hidden;
|
|
21350
|
+
position: relative;
|
|
21351
|
+
}
|
|
21352
|
+
|
|
21353
|
+
.v-responsive__content {
|
|
21354
|
+
flex: 1 0 0px;
|
|
21355
|
+
max-width: 100%;
|
|
21356
|
+
}
|
|
21357
|
+
|
|
21358
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
|
21359
|
+
margin-inline-start: -100%;
|
|
21360
|
+
}
|
|
21361
|
+
|
|
21362
|
+
.v-responsive__sizer {
|
|
21363
|
+
flex: 1 0 0px;
|
|
21364
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21365
|
+
pointer-events: none;
|
|
21342
21366
|
}.v-input--density-default {
|
|
21343
21367
|
--select-chips-margin-bottom: 0px;
|
|
21344
21368
|
}
|
|
@@ -21503,6 +21527,12 @@ html.v-overlay-scroll-blocked {
|
|
|
21503
21527
|
}
|
|
21504
21528
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
|
21505
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;
|
|
21506
21536
|
}.v-selection-control-group {
|
|
21507
21537
|
grid-area: control;
|
|
21508
21538
|
display: flex;
|
|
@@ -21685,85 +21715,6 @@ html.v-overlay-scroll-blocked {
|
|
|
21685
21715
|
}
|
|
21686
21716
|
.v-snackbar-transition-leave-to {
|
|
21687
21717
|
opacity: 0;
|
|
21688
|
-
}.v-switch .v-label {
|
|
21689
|
-
padding-inline-start: 10px;
|
|
21690
|
-
}
|
|
21691
|
-
|
|
21692
|
-
.v-switch__loader {
|
|
21693
|
-
display: flex;
|
|
21694
|
-
}
|
|
21695
|
-
|
|
21696
|
-
.v-switch__track,
|
|
21697
|
-
.v-switch__thumb {
|
|
21698
|
-
background-color: currentColor;
|
|
21699
|
-
transition: none;
|
|
21700
|
-
}
|
|
21701
|
-
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
|
21702
|
-
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
|
21703
|
-
background-color: rgb(var(--v-theme-error));
|
|
21704
|
-
}
|
|
21705
|
-
|
|
21706
|
-
.v-selection-control--dirty .v-switch__thumb {
|
|
21707
|
-
color: currentColor;
|
|
21708
|
-
}
|
|
21709
|
-
|
|
21710
|
-
.v-switch__track {
|
|
21711
|
-
border-radius: 8px;
|
|
21712
|
-
height: 14px;
|
|
21713
|
-
opacity: 0.6;
|
|
21714
|
-
width: 36px;
|
|
21715
|
-
cursor: pointer;
|
|
21716
|
-
}
|
|
21717
|
-
.v-switch--inset .v-switch__track {
|
|
21718
|
-
border-radius: 14px;
|
|
21719
|
-
height: 28px;
|
|
21720
|
-
width: 48px;
|
|
21721
|
-
}
|
|
21722
|
-
|
|
21723
|
-
.v-switch__thumb {
|
|
21724
|
-
align-items: center;
|
|
21725
|
-
border-radius: 50%;
|
|
21726
|
-
color: rgb(var(--v-theme-surface));
|
|
21727
|
-
display: flex;
|
|
21728
|
-
height: 20px;
|
|
21729
|
-
justify-content: center;
|
|
21730
|
-
width: 20px;
|
|
21731
|
-
pointer-events: none;
|
|
21732
|
-
transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
21733
|
-
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));
|
|
21734
|
-
}
|
|
21735
|
-
.v-switch--inset .v-switch__thumb {
|
|
21736
|
-
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));
|
|
21737
|
-
}
|
|
21738
|
-
.v-switch:not(.v-switch--loading) .v-icon ~ .v-switch__thumb {
|
|
21739
|
-
display: none;
|
|
21740
|
-
}
|
|
21741
|
-
|
|
21742
|
-
.v-switch--loading .v-selection-control__input > .v-icon {
|
|
21743
|
-
display: none;
|
|
21744
|
-
}
|
|
21745
|
-
|
|
21746
|
-
.v-switch .v-selection-control {
|
|
21747
|
-
min-height: var(--v-input-control-height);
|
|
21748
|
-
}
|
|
21749
|
-
.v-switch .v-selection-control__wrapper {
|
|
21750
|
-
width: auto;
|
|
21751
|
-
}
|
|
21752
|
-
.v-switch .v-selection-control__input {
|
|
21753
|
-
border-radius: 50%;
|
|
21754
|
-
transition: 0.15s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
21755
|
-
transform: translateX(-10px);
|
|
21756
|
-
position: absolute;
|
|
21757
|
-
}
|
|
21758
|
-
.v-switch .v-selection-control--dirty .v-selection-control__input {
|
|
21759
|
-
transform: translateX(10px);
|
|
21760
|
-
}
|
|
21761
|
-
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
|
21762
|
-
transform: scale(0.8);
|
|
21763
|
-
}
|
|
21764
|
-
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
|
21765
|
-
transform: scale(0.75);
|
|
21766
|
-
box-shadow: none;
|
|
21767
21718
|
}.v-system-bar {
|
|
21768
21719
|
align-items: center;
|
|
21769
21720
|
display: flex;
|
|
@@ -22022,6 +21973,85 @@ html.v-overlay-scroll-blocked {
|
|
|
22022
21973
|
border-top: 0px !important;
|
|
22023
21974
|
position: sticky;
|
|
22024
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;
|
|
22025
22055
|
}.v-textarea .v-field {
|
|
22026
22056
|
--v-textarea-control-height: var(--v-input-control-height);
|
|
22027
22057
|
}
|
|
@@ -22803,28 +22833,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22803
22833
|
}
|
|
22804
22834
|
.v-window-y-reverse-transition-leave-to {
|
|
22805
22835
|
transform: translateY(100%);
|
|
22806
|
-
}.v-responsive {
|
|
22807
|
-
display: flex;
|
|
22808
|
-
flex: 1 0 auto;
|
|
22809
|
-
max-height: 100%;
|
|
22810
|
-
max-width: 100%;
|
|
22811
|
-
overflow: hidden;
|
|
22812
|
-
position: relative;
|
|
22813
|
-
}
|
|
22814
|
-
|
|
22815
|
-
.v-responsive__content {
|
|
22816
|
-
flex: 1 0 0px;
|
|
22817
|
-
max-width: 100%;
|
|
22818
|
-
}
|
|
22819
|
-
|
|
22820
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
|
22821
|
-
margin-inline-start: -100%;
|
|
22822
|
-
}
|
|
22823
|
-
|
|
22824
|
-
.v-responsive__sizer {
|
|
22825
|
-
flex: 1 0 0px;
|
|
22826
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22827
|
-
pointer-events: none;
|
|
22828
22836
|
}.v-color-picker-canvas {
|
|
22829
22837
|
display: flex;
|
|
22830
22838
|
position: relative;
|