@vuetify/nightly 3.6.0-alpha.2-dev.2024-04-29 → 3.6.1-dev.2024-05-01
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/CHANGELOG.md +2 -100
- package/dist/_component-variables-labs.sass +0 -2
- package/dist/_component-variables.sass +2 -0
- package/dist/json/attributes.json +61 -9
- package/dist/json/importMap-labs.json +30 -46
- package/dist/json/importMap.json +116 -96
- package/dist/json/tags.json +19 -1
- package/dist/json/web-types.json +906 -494
- package/dist/vuetify-labs.css +2122 -2065
- package/dist/vuetify-labs.d.ts +5250 -5026
- package/dist/vuetify-labs.esm.js +3962 -3756
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3962 -3756
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +930 -722
- package/dist/vuetify.d.ts +3309 -968
- package/dist/vuetify.esm.js +1832 -908
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +1832 -908
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +624 -564
- package/dist/vuetify.min.js.map +1 -1
- package/lib/{labs → components}/VConfirmEdit/VConfirmEdit.mjs +1 -1
- package/lib/components/VConfirmEdit/VConfirmEdit.mjs.map +1 -0
- package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +1 -0
- package/lib/components/VConfirmEdit/index.mjs.map +1 -0
- package/lib/components/VDataIterator/index.d.mts +2 -0
- package/lib/components/VDataTable/VDataTable.css +35 -0
- package/lib/components/VDataTable/VDataTable.sass +34 -1
- package/lib/components/VDataTable/VDataTableFooter.css +5 -9
- package/lib/components/VDataTable/VDataTableFooter.sass +21 -21
- package/lib/components/VDataTable/VDataTableHeaders.mjs +66 -7
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +45 -10
- package/lib/components/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs +8 -2
- package/lib/components/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/components/VDataTable/_variables.scss +9 -4
- package/lib/components/VDataTable/index.d.mts +263 -217
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +4 -4
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/{labs → components}/VEmptyState/VEmptyState.mjs +4 -4
- package/lib/components/VEmptyState/VEmptyState.mjs.map +1 -0
- package/lib/components/VEmptyState/index.mjs.map +1 -0
- package/lib/{labs → components}/VFab/VFab.mjs +1 -1
- package/lib/components/VFab/VFab.mjs.map +1 -0
- package/lib/components/VFab/index.mjs.map +1 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +1 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +12 -5
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSparkline/VBarline.mjs.map +1 -0
- package/lib/components/VSparkline/VSparkline.mjs +44 -320
- package/lib/components/VSparkline/VSparkline.mjs.map +1 -1
- package/lib/components/VSparkline/VTrendline.mjs.map +1 -0
- package/lib/components/VSparkline/index.mjs +1 -3
- package/lib/components/VSparkline/index.mjs.map +1 -1
- package/lib/components/VSparkline/util/line.mjs.map +1 -0
- package/lib/components/VSparkline/util/path.mjs.map +1 -0
- package/lib/components/VSpeedDial/VSpeedDial.mjs +68 -85
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.sass +20 -72
- package/lib/components/VSpeedDial/index.mjs +1 -3
- package/lib/components/VSpeedDial/index.mjs.map +1 -1
- package/lib/components/index.d.mts +3289 -954
- package/lib/components/index.mjs +6 -2
- package/lib/components/index.mjs.map +1 -1
- package/lib/composables/directiveComponent.mjs +1 -1
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +44 -43
- package/lib/labs/VDateInput/VDateInput.mjs +2 -2
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +14 -14
- package/lib/labs/VPullToRefresh/VPullToRefresh.css +27 -0
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs +117 -0
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs.map +1 -0
- package/lib/labs/VPullToRefresh/VPullToRefresh.sass +23 -0
- package/lib/labs/VPullToRefresh/index.d.mts +189 -0
- package/lib/labs/VPullToRefresh/index.mjs +2 -0
- package/lib/labs/VPullToRefresh/index.mjs.map +1 -0
- package/lib/labs/components.d.mts +1505 -3641
- package/lib/labs/components.mjs +1 -5
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/ko.mjs +8 -8
- package/lib/locale/ko.mjs.map +1 -1
- package/package.json +1 -1
- package/lib/components/VSparkline/helpers/core.mjs +0 -49
- package/lib/components/VSparkline/helpers/core.mjs.map +0 -1
- package/lib/components/VSparkline/helpers/math.mjs +0 -34
- package/lib/components/VSparkline/helpers/math.mjs.map +0 -1
- package/lib/components/VSparkline/helpers/path.mjs +0 -27
- package/lib/components/VSparkline/helpers/path.mjs.map +0 -1
- package/lib/components/VSpeedDial/_variables.scss +0 -5
- package/lib/labs/VConfirmEdit/VConfirmEdit.mjs.map +0 -1
- package/lib/labs/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +0 -1
- package/lib/labs/VConfirmEdit/index.mjs.map +0 -1
- package/lib/labs/VEmptyState/VEmptyState.mjs.map +0 -1
- package/lib/labs/VEmptyState/index.mjs.map +0 -1
- package/lib/labs/VFab/VFab.mjs.map +0 -1
- package/lib/labs/VFab/index.mjs.map +0 -1
- package/lib/labs/VSparkline/VBarline.mjs.map +0 -1
- package/lib/labs/VSparkline/VSparkline.mjs +0 -49
- package/lib/labs/VSparkline/VSparkline.mjs.map +0 -1
- package/lib/labs/VSparkline/VTrendline.mjs.map +0 -1
- package/lib/labs/VSparkline/index.mjs +0 -2
- package/lib/labs/VSparkline/index.mjs.map +0 -1
- package/lib/labs/VSparkline/util/line.mjs.map +0 -1
- package/lib/labs/VSparkline/util/path.mjs.map +0 -1
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +0 -77
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +0 -1
- package/lib/labs/VSpeedDial/VSpeedDial.sass +0 -27
- package/lib/labs/VSpeedDial/index.mjs +0 -2
- package/lib/labs/VSpeedDial/index.mjs.map +0 -1
- /package/lib/{labs → components}/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs +0 -0
- /package/lib/{labs → components}/VConfirmEdit/index.d.mts +0 -0
- /package/lib/{labs → components}/VConfirmEdit/index.mjs +0 -0
- /package/lib/{labs → components}/VEmptyState/VEmptyState.css +0 -0
- /package/lib/{labs → components}/VEmptyState/VEmptyState.sass +0 -0
- /package/lib/{labs → components}/VEmptyState/_variables.scss +0 -0
- /package/lib/{labs → components}/VEmptyState/index.d.mts +0 -0
- /package/lib/{labs → components}/VEmptyState/index.mjs +0 -0
- /package/lib/{labs → components}/VFab/VFab.css +0 -0
- /package/lib/{labs → components}/VFab/VFab.sass +0 -0
- /package/lib/{labs → components}/VFab/_mixins.scss +0 -0
- /package/lib/{labs → components}/VFab/_variables.scss +0 -0
- /package/lib/{labs → components}/VFab/index.d.mts +0 -0
- /package/lib/{labs → components}/VFab/index.mjs +0 -0
- /package/lib/{labs → components}/VSparkline/VBarline.mjs +0 -0
- /package/lib/{labs → components}/VSparkline/VTrendline.mjs +0 -0
- /package/lib/{labs → components}/VSparkline/index.d.mts +0 -0
- /package/lib/{labs → components}/VSparkline/util/line.mjs +0 -0
- /package/lib/{labs → components}/VSparkline/util/path.mjs +0 -0
- /package/lib/{labs → components}/VSpeedDial/VSpeedDial.css +0 -0
- /package/lib/{labs → components}/VSpeedDial/index.d.mts +0 -0
package/dist/vuetify.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.6.
|
|
2
|
+
* Vuetify v3.6.1-dev.2024-05-01
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -17380,22 +17380,6 @@ html.overflow-y-hidden {
|
|
|
17380
17380
|
.v-ripple__animation--out {
|
|
17381
17381
|
transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
|
|
17382
17382
|
opacity: 0;
|
|
17383
|
-
}.v-application {
|
|
17384
|
-
display: flex;
|
|
17385
|
-
background: rgb(var(--v-theme-background));
|
|
17386
|
-
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
17387
|
-
}
|
|
17388
|
-
|
|
17389
|
-
.v-application__wrap {
|
|
17390
|
-
-webkit-backface-visibility: hidden;
|
|
17391
|
-
backface-visibility: hidden;
|
|
17392
|
-
display: flex;
|
|
17393
|
-
flex-direction: column;
|
|
17394
|
-
flex: 1 1 auto;
|
|
17395
|
-
max-width: 100%;
|
|
17396
|
-
min-height: 100vh;
|
|
17397
|
-
min-height: 100dvh;
|
|
17398
|
-
position: relative;
|
|
17399
17383
|
}.v-app-bar {
|
|
17400
17384
|
display: flex;
|
|
17401
17385
|
}
|
|
@@ -17699,77 +17683,6 @@ html.overflow-y-hidden {
|
|
|
17699
17683
|
.v-autocomplete--active-menu .v-autocomplete__menu-icon {
|
|
17700
17684
|
opacity: var(--v-high-emphasis-opacity);
|
|
17701
17685
|
transform: rotate(180deg);
|
|
17702
|
-
}.v-badge {
|
|
17703
|
-
display: inline-block;
|
|
17704
|
-
line-height: 1;
|
|
17705
|
-
}
|
|
17706
|
-
|
|
17707
|
-
.v-badge__badge {
|
|
17708
|
-
align-items: center;
|
|
17709
|
-
display: inline-flex;
|
|
17710
|
-
border-radius: 10px;
|
|
17711
|
-
font-size: 0.75rem;
|
|
17712
|
-
font-weight: 500;
|
|
17713
|
-
height: 1.25rem;
|
|
17714
|
-
justify-content: center;
|
|
17715
|
-
min-width: 20px;
|
|
17716
|
-
padding: 4px 6px;
|
|
17717
|
-
pointer-events: auto;
|
|
17718
|
-
position: absolute;
|
|
17719
|
-
text-align: center;
|
|
17720
|
-
text-indent: 0;
|
|
17721
|
-
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17722
|
-
white-space: nowrap;
|
|
17723
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
17724
|
-
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
17725
|
-
}
|
|
17726
|
-
.v-badge--bordered .v-badge__badge::after {
|
|
17727
|
-
border-radius: inherit;
|
|
17728
|
-
border-style: solid;
|
|
17729
|
-
border-width: 2px;
|
|
17730
|
-
bottom: 0;
|
|
17731
|
-
color: rgb(var(--v-theme-background));
|
|
17732
|
-
content: "";
|
|
17733
|
-
left: 0;
|
|
17734
|
-
position: absolute;
|
|
17735
|
-
right: 0;
|
|
17736
|
-
top: 0;
|
|
17737
|
-
transform: scale(1.05);
|
|
17738
|
-
}
|
|
17739
|
-
.v-badge--dot .v-badge__badge {
|
|
17740
|
-
border-radius: 4.5px;
|
|
17741
|
-
height: 9px;
|
|
17742
|
-
min-width: 0;
|
|
17743
|
-
padding: 0;
|
|
17744
|
-
width: 9px;
|
|
17745
|
-
}
|
|
17746
|
-
.v-badge--dot .v-badge__badge::after {
|
|
17747
|
-
border-width: 1.5px;
|
|
17748
|
-
}
|
|
17749
|
-
.v-badge--inline .v-badge__badge {
|
|
17750
|
-
position: relative;
|
|
17751
|
-
vertical-align: middle;
|
|
17752
|
-
}
|
|
17753
|
-
.v-badge__badge .v-icon {
|
|
17754
|
-
color: inherit;
|
|
17755
|
-
font-size: 0.75rem;
|
|
17756
|
-
margin: 0 -2px;
|
|
17757
|
-
}
|
|
17758
|
-
.v-badge__badge img,
|
|
17759
|
-
.v-badge__badge .v-img {
|
|
17760
|
-
height: 100%;
|
|
17761
|
-
width: 100%;
|
|
17762
|
-
}
|
|
17763
|
-
|
|
17764
|
-
.v-badge__wrapper {
|
|
17765
|
-
display: flex;
|
|
17766
|
-
position: relative;
|
|
17767
|
-
}
|
|
17768
|
-
.v-badge--inline .v-badge__wrapper {
|
|
17769
|
-
align-items: center;
|
|
17770
|
-
display: inline-flex;
|
|
17771
|
-
justify-content: center;
|
|
17772
|
-
margin: 0 4px;
|
|
17773
17686
|
}.v-avatar {
|
|
17774
17687
|
flex: none;
|
|
17775
17688
|
align-items: center;
|
|
@@ -17863,6 +17776,77 @@ html.overflow-y-hidden {
|
|
|
17863
17776
|
.v-avatar .v-img {
|
|
17864
17777
|
height: 100%;
|
|
17865
17778
|
width: 100%;
|
|
17779
|
+
}.v-badge {
|
|
17780
|
+
display: inline-block;
|
|
17781
|
+
line-height: 1;
|
|
17782
|
+
}
|
|
17783
|
+
|
|
17784
|
+
.v-badge__badge {
|
|
17785
|
+
align-items: center;
|
|
17786
|
+
display: inline-flex;
|
|
17787
|
+
border-radius: 10px;
|
|
17788
|
+
font-size: 0.75rem;
|
|
17789
|
+
font-weight: 500;
|
|
17790
|
+
height: 1.25rem;
|
|
17791
|
+
justify-content: center;
|
|
17792
|
+
min-width: 20px;
|
|
17793
|
+
padding: 4px 6px;
|
|
17794
|
+
pointer-events: auto;
|
|
17795
|
+
position: absolute;
|
|
17796
|
+
text-align: center;
|
|
17797
|
+
text-indent: 0;
|
|
17798
|
+
transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
|
|
17799
|
+
white-space: nowrap;
|
|
17800
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
17801
|
+
color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
|
|
17802
|
+
}
|
|
17803
|
+
.v-badge--bordered .v-badge__badge::after {
|
|
17804
|
+
border-radius: inherit;
|
|
17805
|
+
border-style: solid;
|
|
17806
|
+
border-width: 2px;
|
|
17807
|
+
bottom: 0;
|
|
17808
|
+
color: rgb(var(--v-theme-background));
|
|
17809
|
+
content: "";
|
|
17810
|
+
left: 0;
|
|
17811
|
+
position: absolute;
|
|
17812
|
+
right: 0;
|
|
17813
|
+
top: 0;
|
|
17814
|
+
transform: scale(1.05);
|
|
17815
|
+
}
|
|
17816
|
+
.v-badge--dot .v-badge__badge {
|
|
17817
|
+
border-radius: 4.5px;
|
|
17818
|
+
height: 9px;
|
|
17819
|
+
min-width: 0;
|
|
17820
|
+
padding: 0;
|
|
17821
|
+
width: 9px;
|
|
17822
|
+
}
|
|
17823
|
+
.v-badge--dot .v-badge__badge::after {
|
|
17824
|
+
border-width: 1.5px;
|
|
17825
|
+
}
|
|
17826
|
+
.v-badge--inline .v-badge__badge {
|
|
17827
|
+
position: relative;
|
|
17828
|
+
vertical-align: middle;
|
|
17829
|
+
}
|
|
17830
|
+
.v-badge__badge .v-icon {
|
|
17831
|
+
color: inherit;
|
|
17832
|
+
font-size: 0.75rem;
|
|
17833
|
+
margin: 0 -2px;
|
|
17834
|
+
}
|
|
17835
|
+
.v-badge__badge img,
|
|
17836
|
+
.v-badge__badge .v-img {
|
|
17837
|
+
height: 100%;
|
|
17838
|
+
width: 100%;
|
|
17839
|
+
}
|
|
17840
|
+
|
|
17841
|
+
.v-badge__wrapper {
|
|
17842
|
+
display: flex;
|
|
17843
|
+
position: relative;
|
|
17844
|
+
}
|
|
17845
|
+
.v-badge--inline .v-badge__wrapper {
|
|
17846
|
+
align-items: center;
|
|
17847
|
+
display: inline-flex;
|
|
17848
|
+
justify-content: center;
|
|
17849
|
+
margin: 0 4px;
|
|
17866
17850
|
}.v-banner {
|
|
17867
17851
|
display: grid;
|
|
17868
17852
|
flex: 1 1;
|
|
@@ -20108,6 +20092,26 @@ html.overflow-y-hidden {
|
|
|
20108
20092
|
.offset-xxl-11 {
|
|
20109
20093
|
margin-inline-start: 91.6666666667%;
|
|
20110
20094
|
}
|
|
20095
|
+
}.v-color-picker {
|
|
20096
|
+
align-self: flex-start;
|
|
20097
|
+
contain: content;
|
|
20098
|
+
}
|
|
20099
|
+
.v-color-picker.v-sheet {
|
|
20100
|
+
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));
|
|
20101
|
+
border-radius: 4px;
|
|
20102
|
+
}
|
|
20103
|
+
|
|
20104
|
+
.v-color-picker__controls {
|
|
20105
|
+
display: flex;
|
|
20106
|
+
flex-direction: column;
|
|
20107
|
+
padding: 16px;
|
|
20108
|
+
}
|
|
20109
|
+
|
|
20110
|
+
.v-color-picker--flat {
|
|
20111
|
+
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));
|
|
20112
|
+
}
|
|
20113
|
+
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
|
20114
|
+
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));
|
|
20111
20115
|
}.v-combobox .v-field .v-text-field__prefix,
|
|
20112
20116
|
.v-combobox .v-field .v-text-field__suffix,
|
|
20113
20117
|
.v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
|
|
@@ -20189,26 +20193,6 @@ html.overflow-y-hidden {
|
|
|
20189
20193
|
.v-combobox--active-menu .v-combobox__menu-icon {
|
|
20190
20194
|
opacity: var(--v-high-emphasis-opacity);
|
|
20191
20195
|
transform: rotate(180deg);
|
|
20192
|
-
}.v-color-picker {
|
|
20193
|
-
align-self: flex-start;
|
|
20194
|
-
contain: content;
|
|
20195
|
-
}
|
|
20196
|
-
.v-color-picker.v-sheet {
|
|
20197
|
-
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));
|
|
20198
|
-
border-radius: 4px;
|
|
20199
|
-
}
|
|
20200
|
-
|
|
20201
|
-
.v-color-picker__controls {
|
|
20202
|
-
display: flex;
|
|
20203
|
-
flex-direction: column;
|
|
20204
|
-
padding: 16px;
|
|
20205
|
-
}
|
|
20206
|
-
|
|
20207
|
-
.v-color-picker--flat {
|
|
20208
|
-
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));
|
|
20209
|
-
}
|
|
20210
|
-
.v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
|
|
20211
|
-
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));
|
|
20212
20196
|
}.v-counter {
|
|
20213
20197
|
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
20214
20198
|
flex: 0 1 auto;
|
|
@@ -20361,17 +20345,51 @@ html.overflow-y-hidden {
|
|
|
20361
20345
|
.v-data-table-rows-loading,
|
|
20362
20346
|
.v-data-table-rows-no-data {
|
|
20363
20347
|
text-align: center;
|
|
20348
|
+
}
|
|
20349
|
+
|
|
20350
|
+
.v-data-table__tr--mobile > .v-data-table__td--expanded-row {
|
|
20351
|
+
grid-template-columns: 0;
|
|
20352
|
+
justify-content: center;
|
|
20353
|
+
}
|
|
20354
|
+
.v-data-table__tr--mobile > .v-data-table__td--select-row {
|
|
20355
|
+
grid-template-columns: 0;
|
|
20356
|
+
justify-content: end;
|
|
20357
|
+
}
|
|
20358
|
+
.v-data-table__tr--mobile > td {
|
|
20359
|
+
align-items: center;
|
|
20360
|
+
column-gap: 4px;
|
|
20361
|
+
display: grid;
|
|
20362
|
+
grid-template-columns: repeat(2, 1fr);
|
|
20363
|
+
min-height: var(--v-table-row-height);
|
|
20364
|
+
}
|
|
20365
|
+
.v-data-table__tr--mobile > td:not(:last-child) {
|
|
20366
|
+
border-bottom: 0 !important;
|
|
20367
|
+
}
|
|
20368
|
+
|
|
20369
|
+
.v-data-table__td-title {
|
|
20370
|
+
font-weight: bold;
|
|
20371
|
+
text-align: left;
|
|
20372
|
+
}
|
|
20373
|
+
|
|
20374
|
+
.v-data-table__td-value {
|
|
20375
|
+
text-align: right;
|
|
20376
|
+
}
|
|
20377
|
+
|
|
20378
|
+
.v-data-table__td-sort-icon {
|
|
20379
|
+
color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
|
|
20380
|
+
}
|
|
20381
|
+
.v-data-table__td-sort-icon-active {
|
|
20382
|
+
color: rgba(var(--v-theme-on-surface));
|
|
20364
20383
|
}.v-data-table-footer {
|
|
20365
|
-
display: flex;
|
|
20366
20384
|
align-items: center;
|
|
20385
|
+
display: flex;
|
|
20367
20386
|
flex-wrap: wrap;
|
|
20368
|
-
padding: 4px;
|
|
20369
20387
|
justify-content: flex-end;
|
|
20388
|
+
padding: 8px 4px;
|
|
20370
20389
|
}
|
|
20371
|
-
|
|
20372
20390
|
.v-data-table-footer__items-per-page {
|
|
20373
|
-
display: flex;
|
|
20374
20391
|
align-items: center;
|
|
20392
|
+
display: flex;
|
|
20375
20393
|
justify-content: center;
|
|
20376
20394
|
}
|
|
20377
20395
|
.v-data-table-footer__items-per-page > span {
|
|
@@ -20380,28 +20398,19 @@ html.overflow-y-hidden {
|
|
|
20380
20398
|
.v-data-table-footer__items-per-page > .v-select {
|
|
20381
20399
|
width: 90px;
|
|
20382
20400
|
}
|
|
20383
|
-
|
|
20384
20401
|
.v-data-table-footer__info {
|
|
20385
20402
|
display: flex;
|
|
20386
20403
|
justify-content: flex-end;
|
|
20387
20404
|
min-width: 116px;
|
|
20388
20405
|
padding: 0 16px;
|
|
20389
20406
|
}
|
|
20390
|
-
|
|
20391
|
-
.v-data-table-footer__pagination {
|
|
20392
|
-
display: flex;
|
|
20407
|
+
.v-data-table-footer__paginationz {
|
|
20393
20408
|
align-items: center;
|
|
20409
|
+
display: flex;
|
|
20394
20410
|
margin-inline-start: 16px;
|
|
20395
20411
|
}
|
|
20396
|
-
|
|
20397
20412
|
.v-data-table-footer__page {
|
|
20398
20413
|
padding: 0 8px;
|
|
20399
|
-
}.v-date-picker {
|
|
20400
|
-
overflow: hidden;
|
|
20401
|
-
width: 328px;
|
|
20402
|
-
}
|
|
20403
|
-
.v-date-picker--show-week {
|
|
20404
|
-
width: 368px;
|
|
20405
20414
|
}.v-date-picker-controls {
|
|
20406
20415
|
display: flex;
|
|
20407
20416
|
align-items: center;
|
|
@@ -20458,6 +20467,12 @@ html.overflow-y-hidden {
|
|
|
20458
20467
|
|
|
20459
20468
|
.v-date-picker__title {
|
|
20460
20469
|
display: inline-block;
|
|
20470
|
+
}.v-date-picker {
|
|
20471
|
+
overflow: hidden;
|
|
20472
|
+
width: 328px;
|
|
20473
|
+
}
|
|
20474
|
+
.v-date-picker--show-week {
|
|
20475
|
+
width: 368px;
|
|
20461
20476
|
}.v-date-picker-header {
|
|
20462
20477
|
align-items: flex-end;
|
|
20463
20478
|
height: 70px;
|
|
@@ -20699,15 +20714,131 @@ html.overflow-y-hidden {
|
|
|
20699
20714
|
-webkit-backface-visibility: hidden;
|
|
20700
20715
|
backface-visibility: hidden;
|
|
20701
20716
|
overflow-y: auto;
|
|
20702
|
-
}.v-
|
|
20703
|
-
|
|
20704
|
-
|
|
20717
|
+
}.v-empty-state {
|
|
20718
|
+
align-items: center;
|
|
20719
|
+
display: flex;
|
|
20720
|
+
flex-direction: column;
|
|
20721
|
+
justify-content: center;
|
|
20722
|
+
min-height: 100%;
|
|
20723
|
+
padding: 16px;
|
|
20705
20724
|
}
|
|
20706
|
-
.v-
|
|
20707
|
-
|
|
20725
|
+
.v-empty-state--start {
|
|
20726
|
+
align-items: flex-start;
|
|
20708
20727
|
}
|
|
20709
|
-
.v-
|
|
20710
|
-
|
|
20728
|
+
.v-empty-state--center {
|
|
20729
|
+
align-items: center;
|
|
20730
|
+
}
|
|
20731
|
+
.v-empty-state--end {
|
|
20732
|
+
align-items: flex-end;
|
|
20733
|
+
}
|
|
20734
|
+
|
|
20735
|
+
.v-empty-state__media {
|
|
20736
|
+
text-align: center;
|
|
20737
|
+
width: 100%;
|
|
20738
|
+
}
|
|
20739
|
+
.v-empty-state__media .v-icon {
|
|
20740
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
20741
|
+
}
|
|
20742
|
+
|
|
20743
|
+
.v-empty-state__headline {
|
|
20744
|
+
color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
|
|
20745
|
+
font-size: 3.75rem;
|
|
20746
|
+
font-weight: 300;
|
|
20747
|
+
line-height: 1;
|
|
20748
|
+
text-align: center;
|
|
20749
|
+
margin-bottom: 8px;
|
|
20750
|
+
}
|
|
20751
|
+
.v-empty-state--mobile .v-empty-state__headline {
|
|
20752
|
+
font-size: 2.125rem;
|
|
20753
|
+
}
|
|
20754
|
+
|
|
20755
|
+
.v-empty-state__title {
|
|
20756
|
+
font-size: 1.25rem;
|
|
20757
|
+
font-weight: 500;
|
|
20758
|
+
line-height: 1.6;
|
|
20759
|
+
margin-bottom: 4px;
|
|
20760
|
+
text-align: center;
|
|
20761
|
+
}
|
|
20762
|
+
|
|
20763
|
+
.v-empty-state__text {
|
|
20764
|
+
font-size: 0.875rem;
|
|
20765
|
+
font-weight: 400;
|
|
20766
|
+
line-height: 1.425;
|
|
20767
|
+
padding: 0 16px;
|
|
20768
|
+
text-align: center;
|
|
20769
|
+
}
|
|
20770
|
+
|
|
20771
|
+
.v-empty-state__content {
|
|
20772
|
+
padding: 24px 0;
|
|
20773
|
+
}
|
|
20774
|
+
|
|
20775
|
+
.v-empty-state__actions {
|
|
20776
|
+
display: flex;
|
|
20777
|
+
gap: 8px;
|
|
20778
|
+
padding: 16px;
|
|
20779
|
+
}
|
|
20780
|
+
|
|
20781
|
+
.v-empty-state__action-btn.v-btn {
|
|
20782
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
|
20783
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
20784
|
+
}.v-divider {
|
|
20785
|
+
display: block;
|
|
20786
|
+
flex: 1 1 100%;
|
|
20787
|
+
height: 0px;
|
|
20788
|
+
max-height: 0px;
|
|
20789
|
+
opacity: var(--v-border-opacity);
|
|
20790
|
+
transition: inherit;
|
|
20791
|
+
border-style: solid;
|
|
20792
|
+
border-width: thin 0 0 0;
|
|
20793
|
+
}
|
|
20794
|
+
.v-divider--vertical {
|
|
20795
|
+
align-self: stretch;
|
|
20796
|
+
border-width: 0 thin 0 0;
|
|
20797
|
+
display: inline-flex;
|
|
20798
|
+
height: 100%;
|
|
20799
|
+
margin-left: -1px;
|
|
20800
|
+
max-height: 100%;
|
|
20801
|
+
max-width: 0px;
|
|
20802
|
+
vertical-align: text-bottom;
|
|
20803
|
+
width: 0px;
|
|
20804
|
+
}
|
|
20805
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
|
20806
|
+
max-width: calc(100% - 72px);
|
|
20807
|
+
margin-inline-start: 72px;
|
|
20808
|
+
}
|
|
20809
|
+
.v-divider--inset.v-divider--vertical {
|
|
20810
|
+
margin-bottom: 8px;
|
|
20811
|
+
margin-top: 8px;
|
|
20812
|
+
max-height: calc(100% - 16px);
|
|
20813
|
+
}
|
|
20814
|
+
|
|
20815
|
+
.v-divider__content {
|
|
20816
|
+
padding: 0 16px;
|
|
20817
|
+
}
|
|
20818
|
+
.v-divider__wrapper--vertical .v-divider__content {
|
|
20819
|
+
padding: 4px 0;
|
|
20820
|
+
}
|
|
20821
|
+
|
|
20822
|
+
.v-divider__wrapper {
|
|
20823
|
+
display: flex;
|
|
20824
|
+
align-items: center;
|
|
20825
|
+
justify-content: center;
|
|
20826
|
+
}
|
|
20827
|
+
.v-divider__wrapper--vertical {
|
|
20828
|
+
flex-direction: column;
|
|
20829
|
+
height: 100%;
|
|
20830
|
+
}
|
|
20831
|
+
.v-divider__wrapper--vertical .v-divider {
|
|
20832
|
+
margin: 0 auto;
|
|
20833
|
+
}.v-expansion-panel {
|
|
20834
|
+
background-color: rgb(var(--v-theme-surface));
|
|
20835
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
20836
|
+
}
|
|
20837
|
+
.v-expansion-panel:not(:first-child)::after {
|
|
20838
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
20839
|
+
}
|
|
20840
|
+
.v-expansion-panel--disabled .v-expansion-panel-title {
|
|
20841
|
+
color: rgba(var(--v-theme-on-surface), 0.26);
|
|
20711
20842
|
}
|
|
20712
20843
|
.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
|
|
20713
20844
|
opacity: 0.4615384615;
|
|
@@ -20909,55 +21040,75 @@ html.overflow-y-hidden {
|
|
|
20909
21040
|
}
|
|
20910
21041
|
.v-expansion-panels--tile > .v-expansion-panel {
|
|
20911
21042
|
border-radius: 0;
|
|
20912
|
-
}.v-
|
|
20913
|
-
|
|
20914
|
-
flex: 1 1 100%;
|
|
20915
|
-
height: 0px;
|
|
20916
|
-
max-height: 0px;
|
|
20917
|
-
opacity: var(--v-border-opacity);
|
|
20918
|
-
transition: inherit;
|
|
20919
|
-
border-style: solid;
|
|
20920
|
-
border-width: thin 0 0 0;
|
|
20921
|
-
}
|
|
20922
|
-
.v-divider--vertical {
|
|
20923
|
-
align-self: stretch;
|
|
20924
|
-
border-width: 0 thin 0 0;
|
|
21043
|
+
}.v-fab {
|
|
21044
|
+
align-items: center;
|
|
20925
21045
|
display: inline-flex;
|
|
20926
|
-
|
|
20927
|
-
|
|
20928
|
-
|
|
20929
|
-
|
|
20930
|
-
|
|
20931
|
-
|
|
21046
|
+
flex: 1 1 auto;
|
|
21047
|
+
pointer-events: none;
|
|
21048
|
+
position: relative;
|
|
21049
|
+
transition-duration: 0.2s;
|
|
21050
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
21051
|
+
vertical-align: middle;
|
|
20932
21052
|
}
|
|
20933
|
-
.v-
|
|
20934
|
-
|
|
20935
|
-
margin-inline-start: 72px;
|
|
21053
|
+
.v-fab .v-btn {
|
|
21054
|
+
pointer-events: auto;
|
|
20936
21055
|
}
|
|
20937
|
-
.v-
|
|
20938
|
-
|
|
20939
|
-
margin-top: 8px;
|
|
20940
|
-
max-height: calc(100% - 16px);
|
|
21056
|
+
.v-fab .v-btn--variant-elevated {
|
|
21057
|
+
box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
20941
21058
|
}
|
|
20942
|
-
|
|
20943
|
-
|
|
20944
|
-
padding: 0 16px;
|
|
21059
|
+
.v-fab--app, .v-fab--absolute {
|
|
21060
|
+
display: flex;
|
|
20945
21061
|
}
|
|
20946
|
-
.v-
|
|
20947
|
-
|
|
21062
|
+
.v-fab--start, .v-fab--left {
|
|
21063
|
+
justify-content: flex-start;
|
|
20948
21064
|
}
|
|
20949
|
-
|
|
20950
|
-
.v-divider__wrapper {
|
|
20951
|
-
display: flex;
|
|
21065
|
+
.v-fab--center {
|
|
20952
21066
|
align-items: center;
|
|
20953
21067
|
justify-content: center;
|
|
20954
21068
|
}
|
|
20955
|
-
.v-
|
|
20956
|
-
|
|
20957
|
-
height: 100%;
|
|
21069
|
+
.v-fab--end, .v-fab--right {
|
|
21070
|
+
justify-content: flex-end;
|
|
20958
21071
|
}
|
|
20959
|
-
.v-
|
|
20960
|
-
|
|
21072
|
+
.v-fab--bottom {
|
|
21073
|
+
align-items: flex-end;
|
|
21074
|
+
}
|
|
21075
|
+
.v-fab--top {
|
|
21076
|
+
align-items: flex-start;
|
|
21077
|
+
}
|
|
21078
|
+
.v-fab--extended .v-btn {
|
|
21079
|
+
border-radius: 9999px !important;
|
|
21080
|
+
}
|
|
21081
|
+
|
|
21082
|
+
.v-fab__container {
|
|
21083
|
+
align-self: center;
|
|
21084
|
+
display: inline-flex;
|
|
21085
|
+
position: absolute;
|
|
21086
|
+
vertical-align: middle;
|
|
21087
|
+
}
|
|
21088
|
+
.v-fab--app .v-fab__container {
|
|
21089
|
+
margin: 12px;
|
|
21090
|
+
}
|
|
21091
|
+
.v-fab--absolute .v-fab__container {
|
|
21092
|
+
position: absolute;
|
|
21093
|
+
z-index: 4;
|
|
21094
|
+
}
|
|
21095
|
+
.v-fab--offset.v-fab--top .v-fab__container {
|
|
21096
|
+
transform: translateY(-50%);
|
|
21097
|
+
}
|
|
21098
|
+
.v-fab--offset.v-fab--bottom .v-fab__container {
|
|
21099
|
+
transform: translateY(50%);
|
|
21100
|
+
}
|
|
21101
|
+
.v-fab--top .v-fab__container {
|
|
21102
|
+
top: 0;
|
|
21103
|
+
}
|
|
21104
|
+
.v-fab--bottom .v-fab__container {
|
|
21105
|
+
bottom: 0;
|
|
21106
|
+
}
|
|
21107
|
+
.v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
|
|
21108
|
+
left: 0;
|
|
21109
|
+
}
|
|
21110
|
+
.v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
|
|
21111
|
+
right: 0;
|
|
20961
21112
|
}/* region INPUT */
|
|
20962
21113
|
.v-field {
|
|
20963
21114
|
display: grid;
|
|
@@ -21528,7 +21679,35 @@ textarea.v-field__input::placeholder {
|
|
|
21528
21679
|
opacity: 0;
|
|
21529
21680
|
}
|
|
21530
21681
|
|
|
21531
|
-
/* endregion */.v-
|
|
21682
|
+
/* endregion */.v-footer {
|
|
21683
|
+
align-items: center;
|
|
21684
|
+
display: flex;
|
|
21685
|
+
flex: 1 1 auto;
|
|
21686
|
+
padding: 8px 16px;
|
|
21687
|
+
position: relative;
|
|
21688
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21689
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
|
21690
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
21691
|
+
border-style: solid;
|
|
21692
|
+
border-width: 0;
|
|
21693
|
+
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));
|
|
21694
|
+
border-radius: 0;
|
|
21695
|
+
background: rgb(var(--v-theme-surface));
|
|
21696
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
21697
|
+
}
|
|
21698
|
+
.v-footer--border {
|
|
21699
|
+
border-width: thin;
|
|
21700
|
+
box-shadow: none;
|
|
21701
|
+
}
|
|
21702
|
+
.v-footer--absolute {
|
|
21703
|
+
position: absolute;
|
|
21704
|
+
}
|
|
21705
|
+
.v-footer--fixed {
|
|
21706
|
+
position: fixed;
|
|
21707
|
+
}
|
|
21708
|
+
.v-footer--rounded {
|
|
21709
|
+
border-radius: 4px;
|
|
21710
|
+
}.v-file-input--hide.v-input .v-field,
|
|
21532
21711
|
.v-file-input--hide.v-input .v-input__control,
|
|
21533
21712
|
.v-file-input--hide.v-input .v-input__details {
|
|
21534
21713
|
display: none;
|
|
@@ -21557,34 +21736,6 @@ textarea.v-field__input::placeholder {
|
|
|
21557
21736
|
}
|
|
21558
21737
|
.v-input--plain-underlined.v-file-input .v-input__details {
|
|
21559
21738
|
padding-inline: 0;
|
|
21560
|
-
}.v-footer {
|
|
21561
|
-
align-items: center;
|
|
21562
|
-
display: flex;
|
|
21563
|
-
flex: 1 1 auto;
|
|
21564
|
-
padding: 8px 16px;
|
|
21565
|
-
position: relative;
|
|
21566
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21567
|
-
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
|
21568
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
21569
|
-
border-style: solid;
|
|
21570
|
-
border-width: 0;
|
|
21571
|
-
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));
|
|
21572
|
-
border-radius: 0;
|
|
21573
|
-
background: rgb(var(--v-theme-surface));
|
|
21574
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
21575
|
-
}
|
|
21576
|
-
.v-footer--border {
|
|
21577
|
-
border-width: thin;
|
|
21578
|
-
box-shadow: none;
|
|
21579
|
-
}
|
|
21580
|
-
.v-footer--absolute {
|
|
21581
|
-
position: absolute;
|
|
21582
|
-
}
|
|
21583
|
-
.v-footer--fixed {
|
|
21584
|
-
position: fixed;
|
|
21585
|
-
}
|
|
21586
|
-
.v-footer--rounded {
|
|
21587
|
-
border-radius: 4px;
|
|
21588
21739
|
}.v-icon {
|
|
21589
21740
|
--v-icon-size-multiplier: 1;
|
|
21590
21741
|
align-items: center;
|
|
@@ -21674,31 +21825,6 @@ textarea.v-field__input::placeholder {
|
|
|
21674
21825
|
|
|
21675
21826
|
.v-img__gradient {
|
|
21676
21827
|
background-repeat: no-repeat;
|
|
21677
|
-
}.v-infinite-scroll--horizontal {
|
|
21678
|
-
display: flex;
|
|
21679
|
-
flex-direction: row;
|
|
21680
|
-
overflow-x: auto;
|
|
21681
|
-
}
|
|
21682
|
-
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
|
21683
|
-
height: 100%;
|
|
21684
|
-
width: 1px;
|
|
21685
|
-
}
|
|
21686
|
-
|
|
21687
|
-
.v-infinite-scroll--vertical {
|
|
21688
|
-
display: flex;
|
|
21689
|
-
flex-direction: column;
|
|
21690
|
-
overflow-y: auto;
|
|
21691
|
-
}
|
|
21692
|
-
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
|
21693
|
-
height: 1px;
|
|
21694
|
-
width: 100%;
|
|
21695
|
-
}
|
|
21696
|
-
|
|
21697
|
-
.v-infinite-scroll__side {
|
|
21698
|
-
align-items: center;
|
|
21699
|
-
display: flex;
|
|
21700
|
-
justify-content: center;
|
|
21701
|
-
padding: 8px;
|
|
21702
21828
|
}.v-input {
|
|
21703
21829
|
display: grid;
|
|
21704
21830
|
flex: 1 1 auto;
|
|
@@ -21846,9 +21972,34 @@ textarea.v-field__input::placeholder {
|
|
|
21846
21972
|
max-width: 100%;
|
|
21847
21973
|
position: relative;
|
|
21848
21974
|
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21849
|
-
}.v-
|
|
21850
|
-
|
|
21851
|
-
|
|
21975
|
+
}.v-infinite-scroll--horizontal {
|
|
21976
|
+
display: flex;
|
|
21977
|
+
flex-direction: row;
|
|
21978
|
+
overflow-x: auto;
|
|
21979
|
+
}
|
|
21980
|
+
.v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
|
|
21981
|
+
height: 100%;
|
|
21982
|
+
width: 1px;
|
|
21983
|
+
}
|
|
21984
|
+
|
|
21985
|
+
.v-infinite-scroll--vertical {
|
|
21986
|
+
display: flex;
|
|
21987
|
+
flex-direction: column;
|
|
21988
|
+
overflow-y: auto;
|
|
21989
|
+
}
|
|
21990
|
+
.v-infinite-scroll--vertical .v-infinite-scroll-intersect {
|
|
21991
|
+
height: 1px;
|
|
21992
|
+
width: 100%;
|
|
21993
|
+
}
|
|
21994
|
+
|
|
21995
|
+
.v-infinite-scroll__side {
|
|
21996
|
+
align-items: center;
|
|
21997
|
+
display: flex;
|
|
21998
|
+
justify-content: center;
|
|
21999
|
+
padding: 8px;
|
|
22000
|
+
}.v-label {
|
|
22001
|
+
align-items: center;
|
|
22002
|
+
color: inherit;
|
|
21852
22003
|
display: inline-flex;
|
|
21853
22004
|
font-size: 1rem;
|
|
21854
22005
|
letter-spacing: 0.009375em;
|
|
@@ -22433,6 +22584,19 @@ textarea.v-field__input::placeholder {
|
|
|
22433
22584
|
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
|
22434
22585
|
}.v-locale-provider {
|
|
22435
22586
|
display: contents;
|
|
22587
|
+
}.v-menu > .v-overlay__content {
|
|
22588
|
+
display: flex;
|
|
22589
|
+
flex-direction: column;
|
|
22590
|
+
border-radius: 4px;
|
|
22591
|
+
}
|
|
22592
|
+
.v-menu > .v-overlay__content > .v-card,
|
|
22593
|
+
.v-menu > .v-overlay__content > .v-sheet,
|
|
22594
|
+
.v-menu > .v-overlay__content > .v-list {
|
|
22595
|
+
background: rgb(var(--v-theme-surface));
|
|
22596
|
+
border-radius: inherit;
|
|
22597
|
+
overflow: auto;
|
|
22598
|
+
height: 100%;
|
|
22599
|
+
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
22436
22600
|
}.v-main {
|
|
22437
22601
|
flex: 1 0 auto;
|
|
22438
22602
|
max-width: 100%;
|
|
@@ -22477,19 +22641,6 @@ textarea.v-field__input::placeholder {
|
|
|
22477
22641
|
-webkit-hyphens: auto;
|
|
22478
22642
|
hyphens: auto;
|
|
22479
22643
|
transition-duration: 150ms;
|
|
22480
|
-
}.v-menu > .v-overlay__content {
|
|
22481
|
-
display: flex;
|
|
22482
|
-
flex-direction: column;
|
|
22483
|
-
border-radius: 4px;
|
|
22484
|
-
}
|
|
22485
|
-
.v-menu > .v-overlay__content > .v-card,
|
|
22486
|
-
.v-menu > .v-overlay__content > .v-sheet,
|
|
22487
|
-
.v-menu > .v-overlay__content > .v-list {
|
|
22488
|
-
background: rgb(var(--v-theme-surface));
|
|
22489
|
-
border-radius: inherit;
|
|
22490
|
-
overflow: auto;
|
|
22491
|
-
height: 100%;
|
|
22492
|
-
box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
22493
22644
|
}.v-navigation-drawer {
|
|
22494
22645
|
-webkit-overflow-scrolling: touch;
|
|
22495
22646
|
background: rgb(var(--v-theme-surface));
|
|
@@ -22518,7 +22669,7 @@ textarea.v-field__input::placeholder {
|
|
|
22518
22669
|
}
|
|
22519
22670
|
.v-navigation-drawer--top, .v-navigation-drawer--bottom {
|
|
22520
22671
|
max-height: -webkit-fill-available;
|
|
22521
|
-
overflow-y:
|
|
22672
|
+
overflow-y: auto;
|
|
22522
22673
|
}
|
|
22523
22674
|
.v-navigation-drawer--top {
|
|
22524
22675
|
top: 0;
|
|
@@ -22725,108 +22876,6 @@ html.v-overlay-scroll-blocked {
|
|
|
22725
22876
|
}
|
|
22726
22877
|
.v-parallax--active > .v-img__img {
|
|
22727
22878
|
will-change: transform;
|
|
22728
|
-
}.v-progress-circular {
|
|
22729
|
-
align-items: center;
|
|
22730
|
-
display: inline-flex;
|
|
22731
|
-
justify-content: center;
|
|
22732
|
-
position: relative;
|
|
22733
|
-
vertical-align: middle;
|
|
22734
|
-
}
|
|
22735
|
-
.v-progress-circular > svg {
|
|
22736
|
-
width: 100%;
|
|
22737
|
-
height: 100%;
|
|
22738
|
-
margin: auto;
|
|
22739
|
-
position: absolute;
|
|
22740
|
-
top: 0;
|
|
22741
|
-
bottom: 0;
|
|
22742
|
-
left: 0;
|
|
22743
|
-
right: 0;
|
|
22744
|
-
z-index: 0;
|
|
22745
|
-
}
|
|
22746
|
-
|
|
22747
|
-
.v-progress-circular__content {
|
|
22748
|
-
align-items: center;
|
|
22749
|
-
display: flex;
|
|
22750
|
-
justify-content: center;
|
|
22751
|
-
}
|
|
22752
|
-
|
|
22753
|
-
.v-progress-circular__underlay {
|
|
22754
|
-
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22755
|
-
stroke: currentColor;
|
|
22756
|
-
z-index: 1;
|
|
22757
|
-
}
|
|
22758
|
-
|
|
22759
|
-
.v-progress-circular__overlay {
|
|
22760
|
-
stroke: currentColor;
|
|
22761
|
-
transition: all 0.2s ease-in-out, stroke-width 0s;
|
|
22762
|
-
z-index: 2;
|
|
22763
|
-
}
|
|
22764
|
-
|
|
22765
|
-
.v-progress-circular--size-x-small {
|
|
22766
|
-
height: 16px;
|
|
22767
|
-
width: 16px;
|
|
22768
|
-
}
|
|
22769
|
-
.v-progress-circular--size-small {
|
|
22770
|
-
height: 24px;
|
|
22771
|
-
width: 24px;
|
|
22772
|
-
}
|
|
22773
|
-
.v-progress-circular--size-default {
|
|
22774
|
-
height: 32px;
|
|
22775
|
-
width: 32px;
|
|
22776
|
-
}
|
|
22777
|
-
.v-progress-circular--size-large {
|
|
22778
|
-
height: 48px;
|
|
22779
|
-
width: 48px;
|
|
22780
|
-
}
|
|
22781
|
-
.v-progress-circular--size-x-large {
|
|
22782
|
-
height: 64px;
|
|
22783
|
-
width: 64px;
|
|
22784
|
-
}
|
|
22785
|
-
|
|
22786
|
-
.v-progress-circular--indeterminate > svg {
|
|
22787
|
-
animation: progress-circular-rotate 1.4s linear infinite;
|
|
22788
|
-
transform-origin: center center;
|
|
22789
|
-
transition: all 0.2s ease-in-out;
|
|
22790
|
-
}
|
|
22791
|
-
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
|
22792
|
-
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
|
22793
|
-
stroke-dasharray: 25, 200;
|
|
22794
|
-
stroke-dashoffset: 0;
|
|
22795
|
-
stroke-linecap: round;
|
|
22796
|
-
transform-origin: center center;
|
|
22797
|
-
transform: rotate(-90deg);
|
|
22798
|
-
}
|
|
22799
|
-
|
|
22800
|
-
.v-progress-circular--disable-shrink > svg {
|
|
22801
|
-
animation-duration: 0.7s;
|
|
22802
|
-
}
|
|
22803
|
-
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
|
22804
|
-
animation: none;
|
|
22805
|
-
}
|
|
22806
|
-
|
|
22807
|
-
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
|
22808
|
-
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
|
22809
|
-
animation-play-state: paused !important;
|
|
22810
|
-
}
|
|
22811
|
-
|
|
22812
|
-
@keyframes progress-circular-dash {
|
|
22813
|
-
0% {
|
|
22814
|
-
stroke-dasharray: 1, 200;
|
|
22815
|
-
stroke-dashoffset: 0px;
|
|
22816
|
-
}
|
|
22817
|
-
50% {
|
|
22818
|
-
stroke-dasharray: 100, 200;
|
|
22819
|
-
stroke-dashoffset: -15px;
|
|
22820
|
-
}
|
|
22821
|
-
100% {
|
|
22822
|
-
stroke-dasharray: 100, 200;
|
|
22823
|
-
stroke-dashoffset: -124px;
|
|
22824
|
-
}
|
|
22825
|
-
}
|
|
22826
|
-
@keyframes progress-circular-rotate {
|
|
22827
|
-
100% {
|
|
22828
|
-
transform: rotate(270deg);
|
|
22829
|
-
}
|
|
22830
22879
|
}.v-progress-linear {
|
|
22831
22880
|
background: transparent;
|
|
22832
22881
|
overflow: hidden;
|
|
@@ -23038,88 +23087,190 @@ html.v-overlay-scroll-blocked {
|
|
|
23038
23087
|
0% {
|
|
23039
23088
|
background-position-x: var(--v-progress-linear-height);
|
|
23040
23089
|
}
|
|
23041
|
-
}.v-
|
|
23042
|
-
|
|
23043
|
-
|
|
23044
|
-
|
|
23045
|
-
margin-inline-start: 16px;
|
|
23046
|
-
}
|
|
23047
|
-
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
23048
|
-
padding-inline-start: 6px;
|
|
23049
|
-
margin-top: 8px;
|
|
23050
|
-
}
|
|
23051
|
-
.v-radio-group .v-input__details {
|
|
23052
|
-
padding-inline: 16px;
|
|
23053
|
-
}.v-slider .v-slider__container input {
|
|
23054
|
-
cursor: default;
|
|
23055
|
-
padding: 0;
|
|
23056
|
-
width: 100%;
|
|
23057
|
-
display: none;
|
|
23058
|
-
}
|
|
23059
|
-
.v-slider > .v-input__append,
|
|
23060
|
-
.v-slider > .v-input__prepend {
|
|
23061
|
-
padding: 0;
|
|
23062
|
-
}
|
|
23063
|
-
|
|
23064
|
-
.v-slider__container {
|
|
23090
|
+
}.v-progress-circular {
|
|
23091
|
+
align-items: center;
|
|
23092
|
+
display: inline-flex;
|
|
23093
|
+
justify-content: center;
|
|
23065
23094
|
position: relative;
|
|
23066
|
-
|
|
23095
|
+
vertical-align: middle;
|
|
23096
|
+
}
|
|
23097
|
+
.v-progress-circular > svg {
|
|
23067
23098
|
width: 100%;
|
|
23068
23099
|
height: 100%;
|
|
23069
|
-
|
|
23070
|
-
|
|
23071
|
-
|
|
23072
|
-
|
|
23073
|
-
|
|
23074
|
-
|
|
23075
|
-
|
|
23076
|
-
}
|
|
23077
|
-
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
|
23078
|
-
color: rgb(var(--v-theme-error));
|
|
23100
|
+
margin: auto;
|
|
23101
|
+
position: absolute;
|
|
23102
|
+
top: 0;
|
|
23103
|
+
bottom: 0;
|
|
23104
|
+
left: 0;
|
|
23105
|
+
right: 0;
|
|
23106
|
+
z-index: 0;
|
|
23079
23107
|
}
|
|
23080
23108
|
|
|
23081
|
-
.v-
|
|
23109
|
+
.v-progress-circular__content {
|
|
23082
23110
|
align-items: center;
|
|
23083
|
-
margin-inline: 8px 8px;
|
|
23084
|
-
}
|
|
23085
|
-
.v-slider.v-input--horizontal > .v-input__control {
|
|
23086
|
-
min-height: 32px;
|
|
23087
23111
|
display: flex;
|
|
23088
|
-
align-items: center;
|
|
23089
|
-
}
|
|
23090
|
-
|
|
23091
|
-
.v-slider.v-input--vertical {
|
|
23092
23112
|
justify-content: center;
|
|
23093
|
-
margin-top: 12px;
|
|
23094
|
-
margin-bottom: 12px;
|
|
23095
|
-
}
|
|
23096
|
-
.v-slider.v-input--vertical > .v-input__control {
|
|
23097
|
-
min-height: 300px;
|
|
23098
23113
|
}
|
|
23099
23114
|
|
|
23100
|
-
.v-
|
|
23101
|
-
|
|
23115
|
+
.v-progress-circular__underlay {
|
|
23116
|
+
color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
23117
|
+
stroke: currentColor;
|
|
23118
|
+
z-index: 1;
|
|
23102
23119
|
}
|
|
23103
23120
|
|
|
23104
|
-
.v-
|
|
23105
|
-
|
|
23121
|
+
.v-progress-circular__overlay {
|
|
23122
|
+
stroke: currentColor;
|
|
23123
|
+
transition: all 0.2s ease-in-out, stroke-width 0s;
|
|
23124
|
+
z-index: 2;
|
|
23106
23125
|
}
|
|
23107
23126
|
|
|
23108
|
-
.v-
|
|
23109
|
-
|
|
23110
|
-
|
|
23111
|
-
max-width: 100%;
|
|
23112
|
-
display: inline-flex;
|
|
23113
|
-
white-space: nowrap;
|
|
23127
|
+
.v-progress-circular--size-x-small {
|
|
23128
|
+
height: 16px;
|
|
23129
|
+
width: 16px;
|
|
23114
23130
|
}
|
|
23115
|
-
.v-
|
|
23116
|
-
|
|
23131
|
+
.v-progress-circular--size-small {
|
|
23132
|
+
height: 24px;
|
|
23133
|
+
width: 24px;
|
|
23117
23134
|
}
|
|
23118
|
-
|
|
23119
|
-
|
|
23120
|
-
|
|
23121
|
-
|
|
23122
|
-
|
|
23135
|
+
.v-progress-circular--size-default {
|
|
23136
|
+
height: 32px;
|
|
23137
|
+
width: 32px;
|
|
23138
|
+
}
|
|
23139
|
+
.v-progress-circular--size-large {
|
|
23140
|
+
height: 48px;
|
|
23141
|
+
width: 48px;
|
|
23142
|
+
}
|
|
23143
|
+
.v-progress-circular--size-x-large {
|
|
23144
|
+
height: 64px;
|
|
23145
|
+
width: 64px;
|
|
23146
|
+
}
|
|
23147
|
+
|
|
23148
|
+
.v-progress-circular--indeterminate > svg {
|
|
23149
|
+
animation: progress-circular-rotate 1.4s linear infinite;
|
|
23150
|
+
transform-origin: center center;
|
|
23151
|
+
transition: all 0.2s ease-in-out;
|
|
23152
|
+
}
|
|
23153
|
+
.v-progress-circular--indeterminate .v-progress-circular__overlay {
|
|
23154
|
+
animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
|
|
23155
|
+
stroke-dasharray: 25, 200;
|
|
23156
|
+
stroke-dashoffset: 0;
|
|
23157
|
+
stroke-linecap: round;
|
|
23158
|
+
transform-origin: center center;
|
|
23159
|
+
transform: rotate(-90deg);
|
|
23160
|
+
}
|
|
23161
|
+
|
|
23162
|
+
.v-progress-circular--disable-shrink > svg {
|
|
23163
|
+
animation-duration: 0.7s;
|
|
23164
|
+
}
|
|
23165
|
+
.v-progress-circular--disable-shrink .v-progress-circular__overlay {
|
|
23166
|
+
animation: none;
|
|
23167
|
+
}
|
|
23168
|
+
|
|
23169
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
|
|
23170
|
+
.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
|
|
23171
|
+
animation-play-state: paused !important;
|
|
23172
|
+
}
|
|
23173
|
+
|
|
23174
|
+
@keyframes progress-circular-dash {
|
|
23175
|
+
0% {
|
|
23176
|
+
stroke-dasharray: 1, 200;
|
|
23177
|
+
stroke-dashoffset: 0px;
|
|
23178
|
+
}
|
|
23179
|
+
50% {
|
|
23180
|
+
stroke-dasharray: 100, 200;
|
|
23181
|
+
stroke-dashoffset: -15px;
|
|
23182
|
+
}
|
|
23183
|
+
100% {
|
|
23184
|
+
stroke-dasharray: 100, 200;
|
|
23185
|
+
stroke-dashoffset: -124px;
|
|
23186
|
+
}
|
|
23187
|
+
}
|
|
23188
|
+
@keyframes progress-circular-rotate {
|
|
23189
|
+
100% {
|
|
23190
|
+
transform: rotate(270deg);
|
|
23191
|
+
}
|
|
23192
|
+
}.v-radio-group > .v-input__control {
|
|
23193
|
+
flex-direction: column;
|
|
23194
|
+
}
|
|
23195
|
+
.v-radio-group > .v-input__control > .v-label {
|
|
23196
|
+
margin-inline-start: 16px;
|
|
23197
|
+
}
|
|
23198
|
+
.v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
|
|
23199
|
+
padding-inline-start: 6px;
|
|
23200
|
+
margin-top: 8px;
|
|
23201
|
+
}
|
|
23202
|
+
.v-radio-group .v-input__details {
|
|
23203
|
+
padding-inline: 16px;
|
|
23204
|
+
}.v-slider .v-slider__container input {
|
|
23205
|
+
cursor: default;
|
|
23206
|
+
padding: 0;
|
|
23207
|
+
width: 100%;
|
|
23208
|
+
display: none;
|
|
23209
|
+
}
|
|
23210
|
+
.v-slider > .v-input__append,
|
|
23211
|
+
.v-slider > .v-input__prepend {
|
|
23212
|
+
padding: 0;
|
|
23213
|
+
}
|
|
23214
|
+
|
|
23215
|
+
.v-slider__container {
|
|
23216
|
+
position: relative;
|
|
23217
|
+
min-height: inherit;
|
|
23218
|
+
width: 100%;
|
|
23219
|
+
height: 100%;
|
|
23220
|
+
display: flex;
|
|
23221
|
+
justify-content: center;
|
|
23222
|
+
align-items: center;
|
|
23223
|
+
cursor: pointer;
|
|
23224
|
+
}
|
|
23225
|
+
.v-input--disabled .v-slider__container {
|
|
23226
|
+
opacity: var(--v-disabled-opacity);
|
|
23227
|
+
}
|
|
23228
|
+
.v-input--error:not(.v-input--disabled) .v-slider__container {
|
|
23229
|
+
color: rgb(var(--v-theme-error));
|
|
23230
|
+
}
|
|
23231
|
+
|
|
23232
|
+
.v-slider.v-input--horizontal {
|
|
23233
|
+
align-items: center;
|
|
23234
|
+
margin-inline: 8px 8px;
|
|
23235
|
+
}
|
|
23236
|
+
.v-slider.v-input--horizontal > .v-input__control {
|
|
23237
|
+
min-height: 32px;
|
|
23238
|
+
display: flex;
|
|
23239
|
+
align-items: center;
|
|
23240
|
+
}
|
|
23241
|
+
|
|
23242
|
+
.v-slider.v-input--vertical {
|
|
23243
|
+
justify-content: center;
|
|
23244
|
+
margin-top: 12px;
|
|
23245
|
+
margin-bottom: 12px;
|
|
23246
|
+
}
|
|
23247
|
+
.v-slider.v-input--vertical > .v-input__control {
|
|
23248
|
+
min-height: 300px;
|
|
23249
|
+
}
|
|
23250
|
+
|
|
23251
|
+
.v-slider.v-input--disabled {
|
|
23252
|
+
pointer-events: none;
|
|
23253
|
+
}
|
|
23254
|
+
|
|
23255
|
+
.v-slider--has-labels > .v-input__control {
|
|
23256
|
+
margin-bottom: 4px;
|
|
23257
|
+
}
|
|
23258
|
+
|
|
23259
|
+
.v-slider__label {
|
|
23260
|
+
margin-inline-end: 12px;
|
|
23261
|
+
}.v-rating {
|
|
23262
|
+
max-width: 100%;
|
|
23263
|
+
display: inline-flex;
|
|
23264
|
+
white-space: nowrap;
|
|
23265
|
+
}
|
|
23266
|
+
.v-rating--readonly {
|
|
23267
|
+
pointer-events: none;
|
|
23268
|
+
}
|
|
23269
|
+
|
|
23270
|
+
.v-rating__wrapper {
|
|
23271
|
+
align-items: center;
|
|
23272
|
+
display: inline-flex;
|
|
23273
|
+
flex-direction: column;
|
|
23123
23274
|
}
|
|
23124
23275
|
.v-rating__wrapper--bottom {
|
|
23125
23276
|
flex-direction: column-reverse;
|
|
@@ -23786,6 +23937,47 @@ html.v-overlay-scroll-blocked {
|
|
|
23786
23937
|
}
|
|
23787
23938
|
.v-snackbar-transition-leave-to {
|
|
23788
23939
|
opacity: 0;
|
|
23940
|
+
}.v-speed-dial__content {
|
|
23941
|
+
gap: 8px;
|
|
23942
|
+
}
|
|
23943
|
+
.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 {
|
|
23944
|
+
flex-direction: row;
|
|
23945
|
+
}
|
|
23946
|
+
.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 {
|
|
23947
|
+
flex-direction: row-reverse;
|
|
23948
|
+
}
|
|
23949
|
+
.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 {
|
|
23950
|
+
flex-direction: column-reverse;
|
|
23951
|
+
}
|
|
23952
|
+
.v-speed-dial__content > *:nth-child(1) {
|
|
23953
|
+
transition-delay: 0s;
|
|
23954
|
+
}
|
|
23955
|
+
.v-speed-dial__content > *:nth-child(2) {
|
|
23956
|
+
transition-delay: 0.05s;
|
|
23957
|
+
}
|
|
23958
|
+
.v-speed-dial__content > *:nth-child(3) {
|
|
23959
|
+
transition-delay: 0.1s;
|
|
23960
|
+
}
|
|
23961
|
+
.v-speed-dial__content > *:nth-child(4) {
|
|
23962
|
+
transition-delay: 0.15s;
|
|
23963
|
+
}
|
|
23964
|
+
.v-speed-dial__content > *:nth-child(5) {
|
|
23965
|
+
transition-delay: 0.2s;
|
|
23966
|
+
}
|
|
23967
|
+
.v-speed-dial__content > *:nth-child(6) {
|
|
23968
|
+
transition-delay: 0.25s;
|
|
23969
|
+
}
|
|
23970
|
+
.v-speed-dial__content > *:nth-child(7) {
|
|
23971
|
+
transition-delay: 0.3s;
|
|
23972
|
+
}
|
|
23973
|
+
.v-speed-dial__content > *:nth-child(8) {
|
|
23974
|
+
transition-delay: 0.35s;
|
|
23975
|
+
}
|
|
23976
|
+
.v-speed-dial__content > *:nth-child(9) {
|
|
23977
|
+
transition-delay: 0.4s;
|
|
23978
|
+
}
|
|
23979
|
+
.v-speed-dial__content > *:nth-child(10) {
|
|
23980
|
+
transition-delay: 0.45s;
|
|
23789
23981
|
}.v-stepper.v-sheet {
|
|
23790
23982
|
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));
|
|
23791
23983
|
border-radius: 4px;
|
|
@@ -23902,101 +24094,237 @@ html.v-overlay-scroll-blocked {
|
|
|
23902
24094
|
}
|
|
23903
24095
|
.v-stepper--mobile .v-stepper-item__subtitle {
|
|
23904
24096
|
display: none;
|
|
23905
|
-
}.v-
|
|
23906
|
-
|
|
23907
|
-
display: flex;
|
|
23908
|
-
flex: 1 1 auto;
|
|
23909
|
-
height: 24px;
|
|
23910
|
-
justify-content: flex-end;
|
|
23911
|
-
max-width: 100%;
|
|
23912
|
-
padding-inline: 8px;
|
|
23913
|
-
position: relative;
|
|
23914
|
-
text-align: end;
|
|
23915
|
-
width: 100%;
|
|
23916
|
-
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));
|
|
23917
|
-
background: rgba(var(--v-theme-surface-light));
|
|
23918
|
-
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
23919
|
-
font-size: 0.75rem;
|
|
23920
|
-
font-weight: 400;
|
|
23921
|
-
letter-spacing: 0.0333333333em;
|
|
23922
|
-
line-height: 1.667;
|
|
23923
|
-
text-transform: none;
|
|
23924
|
-
}
|
|
23925
|
-
.v-system-bar .v-icon {
|
|
23926
|
-
opacity: var(--v-medium-emphasis-opacity);
|
|
23927
|
-
}
|
|
23928
|
-
.v-system-bar--absolute {
|
|
23929
|
-
position: absolute;
|
|
23930
|
-
}
|
|
23931
|
-
.v-system-bar--fixed {
|
|
23932
|
-
position: fixed;
|
|
23933
|
-
}
|
|
23934
|
-
.v-system-bar--rounded {
|
|
23935
|
-
border-radius: 0;
|
|
23936
|
-
}
|
|
23937
|
-
.v-system-bar--window {
|
|
23938
|
-
height: 32px;
|
|
23939
|
-
}
|
|
23940
|
-
.v-system-bar:not(.v-system-bar--absolute) {
|
|
23941
|
-
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
23942
|
-
}.v-tab.v-tab.v-btn {
|
|
23943
|
-
height: var(--v-tabs-height);
|
|
23944
|
-
border-radius: 0;
|
|
23945
|
-
min-width: 90px;
|
|
23946
|
-
}
|
|
23947
|
-
.v-slide-group--horizontal .v-tab {
|
|
23948
|
-
max-width: 360px;
|
|
23949
|
-
}
|
|
23950
|
-
.v-slide-group--vertical .v-tab {
|
|
23951
|
-
justify-content: start;
|
|
24097
|
+
}.v-switch .v-label {
|
|
24098
|
+
padding-inline-start: 10px;
|
|
23952
24099
|
}
|
|
23953
24100
|
|
|
23954
|
-
.v-
|
|
23955
|
-
position: absolute;
|
|
23956
|
-
bottom: 0;
|
|
23957
|
-
left: 0;
|
|
23958
|
-
height: 2px;
|
|
23959
|
-
width: 100%;
|
|
23960
|
-
background: currentColor;
|
|
23961
|
-
pointer-events: none;
|
|
23962
|
-
opacity: 0;
|
|
23963
|
-
}
|
|
23964
|
-
.v-tab--selected .v-tab__slider {
|
|
23965
|
-
opacity: 1;
|
|
23966
|
-
}
|
|
23967
|
-
.v-slide-group--vertical .v-tab__slider {
|
|
23968
|
-
top: 0;
|
|
23969
|
-
height: 100%;
|
|
23970
|
-
width: 2px;
|
|
23971
|
-
}.v-tabs {
|
|
24101
|
+
.v-switch__loader {
|
|
23972
24102
|
display: flex;
|
|
23973
|
-
height: var(--v-tabs-height);
|
|
23974
|
-
}
|
|
23975
|
-
.v-tabs--density-default {
|
|
23976
|
-
--v-tabs-height: 48px;
|
|
23977
24103
|
}
|
|
23978
|
-
.v-
|
|
23979
|
-
--v-
|
|
24104
|
+
.v-switch__loader .v-progress-circular {
|
|
24105
|
+
color: rgb(var(--v-theme-surface));
|
|
23980
24106
|
}
|
|
23981
24107
|
|
|
23982
|
-
.v-
|
|
23983
|
-
|
|
24108
|
+
.v-switch__track,
|
|
24109
|
+
.v-switch__thumb {
|
|
24110
|
+
transition: none;
|
|
23984
24111
|
}
|
|
23985
|
-
.v-
|
|
23986
|
-
|
|
24112
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
|
24113
|
+
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
|
24114
|
+
background-color: rgb(var(--v-theme-error));
|
|
24115
|
+
color: rgb(var(--v-theme-on-error));
|
|
23987
24116
|
}
|
|
23988
24117
|
|
|
23989
|
-
.v-
|
|
23990
|
-
|
|
24118
|
+
.v-switch__track-true {
|
|
24119
|
+
margin-inline-end: auto;
|
|
23991
24120
|
}
|
|
23992
|
-
.v-
|
|
23993
|
-
|
|
24121
|
+
.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
|
|
24122
|
+
opacity: 0;
|
|
23994
24123
|
}
|
|
23995
24124
|
|
|
23996
|
-
.v-
|
|
23997
|
-
|
|
23998
|
-
|
|
23999
|
-
|
|
24125
|
+
.v-switch__track-false {
|
|
24126
|
+
margin-inline-start: auto;
|
|
24127
|
+
}
|
|
24128
|
+
.v-selection-control--dirty .v-switch__track-false {
|
|
24129
|
+
opacity: 0;
|
|
24130
|
+
}
|
|
24131
|
+
|
|
24132
|
+
.v-switch__track {
|
|
24133
|
+
display: inline-flex;
|
|
24134
|
+
align-items: center;
|
|
24135
|
+
font-size: 0.5rem;
|
|
24136
|
+
padding: 0 5px;
|
|
24137
|
+
background-color: rgb(var(--v-theme-surface-variant));
|
|
24138
|
+
border-radius: 9999px;
|
|
24139
|
+
height: 14px;
|
|
24140
|
+
opacity: 0.6;
|
|
24141
|
+
min-width: 36px;
|
|
24142
|
+
cursor: pointer;
|
|
24143
|
+
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
|
24144
|
+
}
|
|
24145
|
+
.v-switch--inset .v-switch__track {
|
|
24146
|
+
border-radius: 9999px;
|
|
24147
|
+
font-size: 0.75rem;
|
|
24148
|
+
height: 32px;
|
|
24149
|
+
min-width: 52px;
|
|
24150
|
+
}
|
|
24151
|
+
|
|
24152
|
+
.v-switch__thumb {
|
|
24153
|
+
align-items: center;
|
|
24154
|
+
background-color: rgb(var(--v-theme-surface-bright));
|
|
24155
|
+
color: rgb(var(--v-theme-on-surface-bright));
|
|
24156
|
+
border-radius: 50%;
|
|
24157
|
+
display: flex;
|
|
24158
|
+
font-size: 0.75rem;
|
|
24159
|
+
height: 20px;
|
|
24160
|
+
justify-content: center;
|
|
24161
|
+
width: 20px;
|
|
24162
|
+
pointer-events: none;
|
|
24163
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
|
24164
|
+
position: relative;
|
|
24165
|
+
overflow: hidden;
|
|
24166
|
+
}
|
|
24167
|
+
.v-switch:not(.v-switch--inset) .v-switch__thumb {
|
|
24168
|
+
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-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
24169
|
+
}
|
|
24170
|
+
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
|
24171
|
+
background: rgb(var(--v-theme-surface-variant));
|
|
24172
|
+
color: rgb(var(--v-theme-on-surface-variant));
|
|
24173
|
+
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));
|
|
24174
|
+
}
|
|
24175
|
+
.v-switch--inset .v-switch__thumb {
|
|
24176
|
+
height: 24px;
|
|
24177
|
+
width: 24px;
|
|
24178
|
+
transform: scale(0.6666666667);
|
|
24179
|
+
}
|
|
24180
|
+
.v-switch--inset .v-switch__thumb--filled {
|
|
24181
|
+
transform: none;
|
|
24182
|
+
}
|
|
24183
|
+
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
|
24184
|
+
transform: none;
|
|
24185
|
+
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
|
24186
|
+
}
|
|
24187
|
+
|
|
24188
|
+
.v-switch.v-input {
|
|
24189
|
+
flex: 0 1 auto;
|
|
24190
|
+
}
|
|
24191
|
+
.v-switch .v-selection-control {
|
|
24192
|
+
min-height: var(--v-input-control-height);
|
|
24193
|
+
}
|
|
24194
|
+
.v-switch .v-selection-control__input {
|
|
24195
|
+
border-radius: 50%;
|
|
24196
|
+
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
24197
|
+
position: absolute;
|
|
24198
|
+
}
|
|
24199
|
+
.v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
|
|
24200
|
+
transform: translateX(-10px);
|
|
24201
|
+
}
|
|
24202
|
+
|
|
24203
|
+
.v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
|
|
24204
|
+
transform: translateX(10px);
|
|
24205
|
+
}
|
|
24206
|
+
|
|
24207
|
+
.v-switch .v-selection-control__input .v-icon {
|
|
24208
|
+
position: absolute;
|
|
24209
|
+
}
|
|
24210
|
+
.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
|
|
24211
|
+
transform: translateX(10px);
|
|
24212
|
+
}
|
|
24213
|
+
|
|
24214
|
+
.v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
|
|
24215
|
+
transform: translateX(-10px);
|
|
24216
|
+
}
|
|
24217
|
+
|
|
24218
|
+
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
|
24219
|
+
transform: scale(0.8);
|
|
24220
|
+
}
|
|
24221
|
+
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
|
24222
|
+
transform: scale(0.75);
|
|
24223
|
+
box-shadow: none;
|
|
24224
|
+
}
|
|
24225
|
+
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
|
24226
|
+
width: auto;
|
|
24227
|
+
}
|
|
24228
|
+
.v-switch.v-input--vertical .v-label {
|
|
24229
|
+
min-width: max-content;
|
|
24230
|
+
}
|
|
24231
|
+
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
|
24232
|
+
transform: rotate(-90deg);
|
|
24233
|
+
}.v-system-bar {
|
|
24234
|
+
align-items: center;
|
|
24235
|
+
display: flex;
|
|
24236
|
+
flex: 1 1 auto;
|
|
24237
|
+
height: 24px;
|
|
24238
|
+
justify-content: flex-end;
|
|
24239
|
+
max-width: 100%;
|
|
24240
|
+
padding-inline: 8px;
|
|
24241
|
+
position: relative;
|
|
24242
|
+
text-align: end;
|
|
24243
|
+
width: 100%;
|
|
24244
|
+
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));
|
|
24245
|
+
background: rgba(var(--v-theme-surface-light));
|
|
24246
|
+
color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
|
|
24247
|
+
font-size: 0.75rem;
|
|
24248
|
+
font-weight: 400;
|
|
24249
|
+
letter-spacing: 0.0333333333em;
|
|
24250
|
+
line-height: 1.667;
|
|
24251
|
+
text-transform: none;
|
|
24252
|
+
}
|
|
24253
|
+
.v-system-bar .v-icon {
|
|
24254
|
+
opacity: var(--v-medium-emphasis-opacity);
|
|
24255
|
+
}
|
|
24256
|
+
.v-system-bar--absolute {
|
|
24257
|
+
position: absolute;
|
|
24258
|
+
}
|
|
24259
|
+
.v-system-bar--fixed {
|
|
24260
|
+
position: fixed;
|
|
24261
|
+
}
|
|
24262
|
+
.v-system-bar--rounded {
|
|
24263
|
+
border-radius: 0;
|
|
24264
|
+
}
|
|
24265
|
+
.v-system-bar--window {
|
|
24266
|
+
height: 32px;
|
|
24267
|
+
}
|
|
24268
|
+
.v-system-bar:not(.v-system-bar--absolute) {
|
|
24269
|
+
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
24270
|
+
}.v-tab.v-tab.v-btn {
|
|
24271
|
+
height: var(--v-tabs-height);
|
|
24272
|
+
border-radius: 0;
|
|
24273
|
+
min-width: 90px;
|
|
24274
|
+
}
|
|
24275
|
+
.v-slide-group--horizontal .v-tab {
|
|
24276
|
+
max-width: 360px;
|
|
24277
|
+
}
|
|
24278
|
+
.v-slide-group--vertical .v-tab {
|
|
24279
|
+
justify-content: start;
|
|
24280
|
+
}
|
|
24281
|
+
|
|
24282
|
+
.v-tab__slider {
|
|
24283
|
+
position: absolute;
|
|
24284
|
+
bottom: 0;
|
|
24285
|
+
left: 0;
|
|
24286
|
+
height: 2px;
|
|
24287
|
+
width: 100%;
|
|
24288
|
+
background: currentColor;
|
|
24289
|
+
pointer-events: none;
|
|
24290
|
+
opacity: 0;
|
|
24291
|
+
}
|
|
24292
|
+
.v-tab--selected .v-tab__slider {
|
|
24293
|
+
opacity: 1;
|
|
24294
|
+
}
|
|
24295
|
+
.v-slide-group--vertical .v-tab__slider {
|
|
24296
|
+
top: 0;
|
|
24297
|
+
height: 100%;
|
|
24298
|
+
width: 2px;
|
|
24299
|
+
}.v-tabs {
|
|
24300
|
+
display: flex;
|
|
24301
|
+
height: var(--v-tabs-height);
|
|
24302
|
+
}
|
|
24303
|
+
.v-tabs--density-default {
|
|
24304
|
+
--v-tabs-height: 48px;
|
|
24305
|
+
}
|
|
24306
|
+
.v-tabs--density-default.v-tabs--stacked {
|
|
24307
|
+
--v-tabs-height: 72px;
|
|
24308
|
+
}
|
|
24309
|
+
|
|
24310
|
+
.v-tabs--density-comfortable {
|
|
24311
|
+
--v-tabs-height: 44px;
|
|
24312
|
+
}
|
|
24313
|
+
.v-tabs--density-comfortable.v-tabs--stacked {
|
|
24314
|
+
--v-tabs-height: 68px;
|
|
24315
|
+
}
|
|
24316
|
+
|
|
24317
|
+
.v-tabs--density-compact {
|
|
24318
|
+
--v-tabs-height: 36px;
|
|
24319
|
+
}
|
|
24320
|
+
.v-tabs--density-compact.v-tabs--stacked {
|
|
24321
|
+
--v-tabs-height: 60px;
|
|
24322
|
+
}
|
|
24323
|
+
|
|
24324
|
+
.v-tabs.v-slide-group--vertical {
|
|
24325
|
+
height: auto;
|
|
24326
|
+
flex: none;
|
|
24327
|
+
--v-tabs-height: 48px;
|
|
24000
24328
|
}
|
|
24001
24329
|
|
|
24002
24330
|
.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
|
|
@@ -24172,6 +24500,45 @@ html.v-overlay-scroll-blocked {
|
|
|
24172
24500
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
|
|
24173
24501
|
.v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
|
|
24174
24502
|
border-top: 0px !important;
|
|
24503
|
+
}.v-textarea .v-field {
|
|
24504
|
+
--v-textarea-control-height: var(--v-input-control-height);
|
|
24505
|
+
}
|
|
24506
|
+
.v-textarea .v-field__field {
|
|
24507
|
+
--v-input-control-height: var(--v-textarea-control-height);
|
|
24508
|
+
}
|
|
24509
|
+
.v-textarea .v-field__input {
|
|
24510
|
+
flex: 1 1 auto;
|
|
24511
|
+
outline: none;
|
|
24512
|
+
-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));
|
|
24513
|
+
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));
|
|
24514
|
+
}
|
|
24515
|
+
.v-textarea .v-field__input.v-textarea__sizer {
|
|
24516
|
+
visibility: hidden;
|
|
24517
|
+
position: absolute;
|
|
24518
|
+
top: 0;
|
|
24519
|
+
left: 0;
|
|
24520
|
+
height: 0 !important;
|
|
24521
|
+
min-height: 0 !important;
|
|
24522
|
+
pointer-events: none;
|
|
24523
|
+
}
|
|
24524
|
+
.v-textarea--no-resize .v-field__input {
|
|
24525
|
+
resize: none;
|
|
24526
|
+
}
|
|
24527
|
+
.v-textarea .v-field--no-label textarea,
|
|
24528
|
+
.v-textarea .v-field--active textarea {
|
|
24529
|
+
opacity: 1;
|
|
24530
|
+
}
|
|
24531
|
+
.v-textarea textarea {
|
|
24532
|
+
opacity: 0;
|
|
24533
|
+
flex: 1;
|
|
24534
|
+
min-width: 0;
|
|
24535
|
+
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
24536
|
+
}
|
|
24537
|
+
.v-textarea textarea:focus, .v-textarea textarea:active {
|
|
24538
|
+
outline: none;
|
|
24539
|
+
}
|
|
24540
|
+
.v-textarea textarea:invalid {
|
|
24541
|
+
box-shadow: none;
|
|
24175
24542
|
}/* region BLOCK */
|
|
24176
24543
|
.v-text-field input {
|
|
24177
24544
|
color: inherit;
|
|
@@ -24239,49 +24606,7 @@ html.v-overlay-scroll-blocked {
|
|
|
24239
24606
|
padding-inline-end: var(--v-field-padding-end);
|
|
24240
24607
|
}
|
|
24241
24608
|
|
|
24242
|
-
/* endregion */.v-
|
|
24243
|
-
--v-textarea-control-height: var(--v-input-control-height);
|
|
24244
|
-
}
|
|
24245
|
-
.v-textarea .v-field__field {
|
|
24246
|
-
--v-input-control-height: var(--v-textarea-control-height);
|
|
24247
|
-
}
|
|
24248
|
-
.v-textarea .v-field__input {
|
|
24249
|
-
flex: 1 1 auto;
|
|
24250
|
-
outline: none;
|
|
24251
|
-
-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));
|
|
24252
|
-
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));
|
|
24253
|
-
}
|
|
24254
|
-
.v-textarea .v-field__input.v-textarea__sizer {
|
|
24255
|
-
visibility: hidden;
|
|
24256
|
-
position: absolute;
|
|
24257
|
-
top: 0;
|
|
24258
|
-
left: 0;
|
|
24259
|
-
height: 0 !important;
|
|
24260
|
-
min-height: 0 !important;
|
|
24261
|
-
pointer-events: none;
|
|
24262
|
-
}
|
|
24263
|
-
.v-textarea--no-resize .v-field__input {
|
|
24264
|
-
resize: none;
|
|
24265
|
-
}
|
|
24266
|
-
.v-textarea .v-field--no-label textarea,
|
|
24267
|
-
.v-textarea .v-field--active textarea {
|
|
24268
|
-
opacity: 1;
|
|
24269
|
-
}
|
|
24270
|
-
.v-textarea textarea {
|
|
24271
|
-
opacity: 0;
|
|
24272
|
-
flex: 1;
|
|
24273
|
-
min-width: 0;
|
|
24274
|
-
transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
|
|
24275
|
-
}
|
|
24276
|
-
.v-textarea textarea:focus, .v-textarea textarea:active {
|
|
24277
|
-
outline: none;
|
|
24278
|
-
}
|
|
24279
|
-
.v-textarea textarea:invalid {
|
|
24280
|
-
box-shadow: none;
|
|
24281
|
-
}.v-theme-provider {
|
|
24282
|
-
background: rgb(var(--v-theme-background));
|
|
24283
|
-
color: rgb(var(--v-theme-on-background));
|
|
24284
|
-
}.v-timeline .v-timeline-divider__dot {
|
|
24609
|
+
/* endregion */.v-timeline .v-timeline-divider__dot {
|
|
24285
24610
|
background: rgb(var(--v-theme-surface-light));
|
|
24286
24611
|
}
|
|
24287
24612
|
.v-timeline .v-timeline-divider__inner-dot {
|
|
@@ -24697,6 +25022,9 @@ html.v-overlay-scroll-blocked {
|
|
|
24697
25022
|
|
|
24698
25023
|
.v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
|
|
24699
25024
|
padding-inline-end: 0;
|
|
25025
|
+
}.v-theme-provider {
|
|
25026
|
+
background: rgb(var(--v-theme-background));
|
|
25027
|
+
color: rgb(var(--v-theme-on-background));
|
|
24700
25028
|
}.v-toolbar {
|
|
24701
25029
|
align-items: flex-start;
|
|
24702
25030
|
display: flex;
|
|
@@ -24927,142 +25255,22 @@ html.v-overlay-scroll-blocked {
|
|
|
24927
25255
|
}
|
|
24928
25256
|
.v-window-y-reverse-transition-leave-to {
|
|
24929
25257
|
transform: translateY(100%);
|
|
24930
|
-
}.v-
|
|
24931
|
-
padding-inline-start: 10px;
|
|
24932
|
-
}
|
|
24933
|
-
|
|
24934
|
-
.v-switch__loader {
|
|
25258
|
+
}.v-application {
|
|
24935
25259
|
display: flex;
|
|
24936
|
-
|
|
24937
|
-
|
|
24938
|
-
color: rgb(var(--v-theme-surface));
|
|
24939
|
-
}
|
|
24940
|
-
|
|
24941
|
-
.v-switch__track,
|
|
24942
|
-
.v-switch__thumb {
|
|
24943
|
-
transition: none;
|
|
24944
|
-
}
|
|
24945
|
-
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
|
|
24946
|
-
.v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
|
|
24947
|
-
background-color: rgb(var(--v-theme-error));
|
|
24948
|
-
color: rgb(var(--v-theme-on-error));
|
|
24949
|
-
}
|
|
24950
|
-
|
|
24951
|
-
.v-switch__track-true {
|
|
24952
|
-
margin-inline-end: auto;
|
|
24953
|
-
}
|
|
24954
|
-
.v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
|
|
24955
|
-
opacity: 0;
|
|
24956
|
-
}
|
|
24957
|
-
|
|
24958
|
-
.v-switch__track-false {
|
|
24959
|
-
margin-inline-start: auto;
|
|
24960
|
-
}
|
|
24961
|
-
.v-selection-control--dirty .v-switch__track-false {
|
|
24962
|
-
opacity: 0;
|
|
24963
|
-
}
|
|
24964
|
-
|
|
24965
|
-
.v-switch__track {
|
|
24966
|
-
display: inline-flex;
|
|
24967
|
-
align-items: center;
|
|
24968
|
-
font-size: 0.5rem;
|
|
24969
|
-
padding: 0 5px;
|
|
24970
|
-
background-color: rgb(var(--v-theme-surface-variant));
|
|
24971
|
-
border-radius: 9999px;
|
|
24972
|
-
height: 14px;
|
|
24973
|
-
opacity: 0.6;
|
|
24974
|
-
min-width: 36px;
|
|
24975
|
-
cursor: pointer;
|
|
24976
|
-
transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
|
24977
|
-
}
|
|
24978
|
-
.v-switch--inset .v-switch__track {
|
|
24979
|
-
border-radius: 9999px;
|
|
24980
|
-
font-size: 0.75rem;
|
|
24981
|
-
height: 32px;
|
|
24982
|
-
min-width: 52px;
|
|
25260
|
+
background: rgb(var(--v-theme-background));
|
|
25261
|
+
color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
|
|
24983
25262
|
}
|
|
24984
25263
|
|
|
24985
|
-
.v-
|
|
24986
|
-
|
|
24987
|
-
|
|
24988
|
-
color: rgb(var(--v-theme-on-surface-bright));
|
|
24989
|
-
border-radius: 50%;
|
|
25264
|
+
.v-application__wrap {
|
|
25265
|
+
-webkit-backface-visibility: hidden;
|
|
25266
|
+
backface-visibility: hidden;
|
|
24990
25267
|
display: flex;
|
|
24991
|
-
|
|
24992
|
-
|
|
24993
|
-
|
|
24994
|
-
|
|
24995
|
-
|
|
24996
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
|
|
25268
|
+
flex-direction: column;
|
|
25269
|
+
flex: 1 1 auto;
|
|
25270
|
+
max-width: 100%;
|
|
25271
|
+
min-height: 100vh;
|
|
25272
|
+
min-height: 100dvh;
|
|
24997
25273
|
position: relative;
|
|
24998
|
-
overflow: hidden;
|
|
24999
|
-
}
|
|
25000
|
-
.v-switch:not(.v-switch--inset) .v-switch__thumb {
|
|
25001
|
-
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-ambient-opacity, rgba(0, 0, 0, 0.12));
|
|
25002
|
-
}
|
|
25003
|
-
.v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
|
|
25004
|
-
background: rgb(var(--v-theme-surface-variant));
|
|
25005
|
-
color: rgb(var(--v-theme-on-surface-variant));
|
|
25006
|
-
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));
|
|
25007
|
-
}
|
|
25008
|
-
.v-switch--inset .v-switch__thumb {
|
|
25009
|
-
height: 24px;
|
|
25010
|
-
width: 24px;
|
|
25011
|
-
transform: scale(0.6666666667);
|
|
25012
|
-
}
|
|
25013
|
-
.v-switch--inset .v-switch__thumb--filled {
|
|
25014
|
-
transform: none;
|
|
25015
|
-
}
|
|
25016
|
-
.v-switch--inset .v-selection-control--dirty .v-switch__thumb {
|
|
25017
|
-
transform: none;
|
|
25018
|
-
transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
|
|
25019
|
-
}
|
|
25020
|
-
|
|
25021
|
-
.v-switch.v-input {
|
|
25022
|
-
flex: 0 1 auto;
|
|
25023
|
-
}
|
|
25024
|
-
.v-switch .v-selection-control {
|
|
25025
|
-
min-height: var(--v-input-control-height);
|
|
25026
|
-
}
|
|
25027
|
-
.v-switch .v-selection-control__input {
|
|
25028
|
-
border-radius: 50%;
|
|
25029
|
-
transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
|
|
25030
|
-
position: absolute;
|
|
25031
|
-
}
|
|
25032
|
-
.v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
|
|
25033
|
-
transform: translateX(-10px);
|
|
25034
|
-
}
|
|
25035
|
-
|
|
25036
|
-
.v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
|
|
25037
|
-
transform: translateX(10px);
|
|
25038
|
-
}
|
|
25039
|
-
|
|
25040
|
-
.v-switch .v-selection-control__input .v-icon {
|
|
25041
|
-
position: absolute;
|
|
25042
|
-
}
|
|
25043
|
-
.v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
|
|
25044
|
-
transform: translateX(10px);
|
|
25045
|
-
}
|
|
25046
|
-
|
|
25047
|
-
.v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
|
|
25048
|
-
transform: translateX(-10px);
|
|
25049
|
-
}
|
|
25050
|
-
|
|
25051
|
-
.v-switch.v-switch--indeterminate .v-selection-control__input {
|
|
25052
|
-
transform: scale(0.8);
|
|
25053
|
-
}
|
|
25054
|
-
.v-switch.v-switch--indeterminate .v-switch__thumb {
|
|
25055
|
-
transform: scale(0.75);
|
|
25056
|
-
box-shadow: none;
|
|
25057
|
-
}
|
|
25058
|
-
.v-switch.v-switch--inset .v-selection-control__wrapper {
|
|
25059
|
-
width: auto;
|
|
25060
|
-
}
|
|
25061
|
-
.v-switch.v-input--vertical .v-label {
|
|
25062
|
-
min-width: max-content;
|
|
25063
|
-
}
|
|
25064
|
-
.v-switch.v-input--vertical .v-selection-control__wrapper {
|
|
25065
|
-
transform: rotate(-90deg);
|
|
25066
25274
|
}.v-color-picker-edit {
|
|
25067
25275
|
display: flex;
|
|
25068
25276
|
margin-top: 24px;
|
|
@@ -25091,6 +25299,63 @@ html.v-overlay-scroll-blocked {
|
|
|
25091
25299
|
}
|
|
25092
25300
|
.v-color-picker-edit__input span {
|
|
25093
25301
|
font-size: 0.75rem;
|
|
25302
|
+
}.v-color-picker-canvas {
|
|
25303
|
+
display: flex;
|
|
25304
|
+
position: relative;
|
|
25305
|
+
overflow: hidden;
|
|
25306
|
+
contain: content;
|
|
25307
|
+
touch-action: none;
|
|
25308
|
+
}
|
|
25309
|
+
.v-color-picker-canvas__dot {
|
|
25310
|
+
position: absolute;
|
|
25311
|
+
top: 0;
|
|
25312
|
+
left: 0;
|
|
25313
|
+
width: 15px;
|
|
25314
|
+
height: 15px;
|
|
25315
|
+
background: transparent;
|
|
25316
|
+
border-radius: 50%;
|
|
25317
|
+
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
25318
|
+
}
|
|
25319
|
+
.v-color-picker-canvas__dot--disabled {
|
|
25320
|
+
box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
25321
|
+
}
|
|
25322
|
+
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
25323
|
+
will-change: transform;
|
|
25324
|
+
}.v-color-picker-swatches {
|
|
25325
|
+
overflow-y: auto;
|
|
25326
|
+
}
|
|
25327
|
+
.v-color-picker-swatches > div {
|
|
25328
|
+
display: flex;
|
|
25329
|
+
flex-wrap: wrap;
|
|
25330
|
+
justify-content: center;
|
|
25331
|
+
padding: 8px;
|
|
25332
|
+
}
|
|
25333
|
+
|
|
25334
|
+
.v-color-picker-swatches__swatch {
|
|
25335
|
+
display: flex;
|
|
25336
|
+
flex-direction: column;
|
|
25337
|
+
margin-bottom: 10px;
|
|
25338
|
+
}
|
|
25339
|
+
|
|
25340
|
+
.v-color-picker-swatches__color {
|
|
25341
|
+
position: relative;
|
|
25342
|
+
height: 18px;
|
|
25343
|
+
max-height: 18px;
|
|
25344
|
+
width: 45px;
|
|
25345
|
+
margin: 2px 4px;
|
|
25346
|
+
border-radius: 2px;
|
|
25347
|
+
-webkit-user-select: none;
|
|
25348
|
+
user-select: none;
|
|
25349
|
+
overflow: hidden;
|
|
25350
|
+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
25351
|
+
cursor: pointer;
|
|
25352
|
+
}
|
|
25353
|
+
.v-color-picker-swatches__color > div {
|
|
25354
|
+
display: flex;
|
|
25355
|
+
align-items: center;
|
|
25356
|
+
justify-content: center;
|
|
25357
|
+
width: 100%;
|
|
25358
|
+
height: 100%;
|
|
25094
25359
|
}.v-color-picker-preview__alpha .v-slider-track__background {
|
|
25095
25360
|
background-color: transparent !important;
|
|
25096
25361
|
}
|
|
@@ -25161,63 +25426,6 @@ html.v-overlay-scroll-blocked {
|
|
|
25161
25426
|
.v-color-picker-preview__eye-dropper {
|
|
25162
25427
|
position: relative;
|
|
25163
25428
|
margin-right: 12px;
|
|
25164
|
-
}.v-color-picker-canvas {
|
|
25165
|
-
display: flex;
|
|
25166
|
-
position: relative;
|
|
25167
|
-
overflow: hidden;
|
|
25168
|
-
contain: content;
|
|
25169
|
-
touch-action: none;
|
|
25170
|
-
}
|
|
25171
|
-
.v-color-picker-canvas__dot {
|
|
25172
|
-
position: absolute;
|
|
25173
|
-
top: 0;
|
|
25174
|
-
left: 0;
|
|
25175
|
-
width: 15px;
|
|
25176
|
-
height: 15px;
|
|
25177
|
-
background: transparent;
|
|
25178
|
-
border-radius: 50%;
|
|
25179
|
-
box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
25180
|
-
}
|
|
25181
|
-
.v-color-picker-canvas__dot--disabled {
|
|
25182
|
-
box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
|
|
25183
|
-
}
|
|
25184
|
-
.v-color-picker-canvas:hover .v-color-picker-canvas__dot {
|
|
25185
|
-
will-change: transform;
|
|
25186
|
-
}.v-color-picker-swatches {
|
|
25187
|
-
overflow-y: auto;
|
|
25188
|
-
}
|
|
25189
|
-
.v-color-picker-swatches > div {
|
|
25190
|
-
display: flex;
|
|
25191
|
-
flex-wrap: wrap;
|
|
25192
|
-
justify-content: center;
|
|
25193
|
-
padding: 8px;
|
|
25194
|
-
}
|
|
25195
|
-
|
|
25196
|
-
.v-color-picker-swatches__swatch {
|
|
25197
|
-
display: flex;
|
|
25198
|
-
flex-direction: column;
|
|
25199
|
-
margin-bottom: 10px;
|
|
25200
|
-
}
|
|
25201
|
-
|
|
25202
|
-
.v-color-picker-swatches__color {
|
|
25203
|
-
position: relative;
|
|
25204
|
-
height: 18px;
|
|
25205
|
-
max-height: 18px;
|
|
25206
|
-
width: 45px;
|
|
25207
|
-
margin: 2px 4px;
|
|
25208
|
-
border-radius: 2px;
|
|
25209
|
-
-webkit-user-select: none;
|
|
25210
|
-
user-select: none;
|
|
25211
|
-
overflow: hidden;
|
|
25212
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
|
|
25213
|
-
cursor: pointer;
|
|
25214
|
-
}
|
|
25215
|
-
.v-color-picker-swatches__color > div {
|
|
25216
|
-
display: flex;
|
|
25217
|
-
align-items: center;
|
|
25218
|
-
justify-content: center;
|
|
25219
|
-
width: 100%;
|
|
25220
|
-
height: 100%;
|
|
25221
25429
|
}.v-picker.v-sheet {
|
|
25222
25430
|
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));
|
|
25223
25431
|
border-radius: 4px;
|