vuetify 3.1.8 → 3.1.10
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 +7 -3
- package/dist/json/importMap.json +74 -74
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +51 -17
- package/dist/vuetify-labs.css +427 -407
- package/dist/vuetify-labs.d.ts +14 -7
- package/dist/vuetify-labs.esm.js +439 -237
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +439 -237
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1055 -1038
- package/dist/vuetify.d.ts +28 -23
- package/dist/vuetify.esm.js +285 -180
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +285 -180
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +301 -298
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.mjs +29 -15
- package/lib/components/VAlert/VAlert.mjs.map +1 -1
- package/lib/components/VAlert/index.d.ts +2 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +11 -5
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VBanner/VBanner.mjs +19 -12
- package/lib/components/VBanner/VBanner.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +11 -7
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.mjs +25 -19
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VCard/VCard.mjs +10 -6
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/VCardItem.mjs +27 -23
- package/lib/components/VCard/VCardItem.mjs.map +1 -1
- package/lib/components/VChip/VChip.css +110 -90
- package/lib/components/VChip/VChip.mjs +70 -48
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/_mixins.scss +27 -23
- package/lib/components/VChip/index.d.ts +2 -2
- package/lib/components/VCombobox/VCombobox.mjs +11 -5
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +4 -1
- package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/index.d.ts +3 -0
- package/lib/components/VFooter/VFooter.css +2 -0
- package/lib/components/VFooter/VFooter.sass +2 -0
- package/lib/components/VFooter/_variables.scss +2 -0
- package/lib/components/VImg/VImg.mjs +2 -2
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +23 -19
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +11 -5
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSlider/VSliderTrack.mjs +1 -0
- package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
- package/lib/components/VSlider/slider.mjs +3 -1
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.css +2 -7
- package/lib/components/VSnackbar/VSnackbar.mjs +2 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +3 -8
- package/lib/components/VTimeline/VTimelineDivider.mjs +18 -10
- package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.mjs +9 -5
- package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
- package/lib/components/index.d.ts +7 -2
- package/lib/composables/defaults.mjs +2 -0
- package/lib/composables/defaults.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.ts +21 -21
- package/lib/labs/VDataTable/VDataTable.css +3 -0
- package/lib/labs/VDataTable/VDataTable.mjs +41 -17
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTable.sass +3 -0
- package/lib/labs/VDataTable/VDataTableFooter.mjs +3 -2
- package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRow.mjs +6 -2
- package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +39 -17
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +23 -12
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/expand.mjs +1 -1
- package/lib/labs/VDataTable/composables/expand.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/group.mjs +12 -1
- package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/options.mjs +0 -12
- package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs +25 -4
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/select.mjs +1 -1
- package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/sort.mjs +19 -3
- package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +7 -5
- package/lib/labs/components.d.ts +7 -5
- package/lib/locale/adapters/vue-i18n.d.ts +1 -1
- package/lib/locale/adapters/vue-i18n.mjs +1 -1
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/lib/util/defineComponent.mjs +3 -2
- package/lib/util/defineComponent.mjs.map +1 -1
- package/package.json +5 -11
package/dist/vuetify-labs.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.1.
|
|
2
|
+
* Vuetify v3.1.10
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -15797,15 +15797,6 @@ html.overflow-y-hidden {
|
|
|
15797
15797
|
font-weight: normal;
|
|
15798
15798
|
padding: 0.2em 0.4rem;
|
|
15799
15799
|
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));
|
|
15800
|
-
}.v-virtual-scroll {
|
|
15801
|
-
display: block;
|
|
15802
|
-
flex: 1 1 auto;
|
|
15803
|
-
max-width: 100%;
|
|
15804
|
-
overflow: auto;
|
|
15805
|
-
position: relative;
|
|
15806
|
-
}
|
|
15807
|
-
.v-virtual-scroll__container {
|
|
15808
|
-
display: block;
|
|
15809
15800
|
}.v-data-table {
|
|
15810
15801
|
width: 100%;
|
|
15811
15802
|
}
|
|
@@ -15819,6 +15810,9 @@ html.overflow-y-hidden {
|
|
|
15819
15810
|
.v-data-table__tr--focus {
|
|
15820
15811
|
border: 1px dotted black;
|
|
15821
15812
|
}
|
|
15813
|
+
.v-data-table__tr--clickable {
|
|
15814
|
+
cursor: pointer;
|
|
15815
|
+
}
|
|
15822
15816
|
|
|
15823
15817
|
.v-data-table .v-table__wrapper > table > thead > tr > td,
|
|
15824
15818
|
.v-data-table .v-table__wrapper > table > thead > tr th,
|
|
@@ -15954,6 +15948,15 @@ html.overflow-y-hidden {
|
|
|
15954
15948
|
|
|
15955
15949
|
.v-data-table-footer__page {
|
|
15956
15950
|
padding: 0 8px;
|
|
15951
|
+
}.v-virtual-scroll {
|
|
15952
|
+
display: block;
|
|
15953
|
+
flex: 1 1 auto;
|
|
15954
|
+
max-width: 100%;
|
|
15955
|
+
overflow: auto;
|
|
15956
|
+
position: relative;
|
|
15957
|
+
}
|
|
15958
|
+
.v-virtual-scroll__container {
|
|
15959
|
+
display: block;
|
|
15957
15960
|
}.v-application {
|
|
15958
15961
|
display: flex;
|
|
15959
15962
|
background: rgb(var(--v-theme-background));
|
|
@@ -16587,60 +16590,6 @@ html.overflow-y-hidden {
|
|
|
16587
16590
|
}
|
|
16588
16591
|
.v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
|
|
16589
16592
|
align-self: flex-start;
|
|
16590
|
-
}.v-breadcrumbs {
|
|
16591
|
-
display: flex;
|
|
16592
|
-
align-items: center;
|
|
16593
|
-
line-height: 1.375rem;
|
|
16594
|
-
padding: 16px 12px;
|
|
16595
|
-
}
|
|
16596
|
-
.v-breadcrumbs--rounded {
|
|
16597
|
-
border-radius: 4px;
|
|
16598
|
-
}
|
|
16599
|
-
.v-breadcrumbs--density-default {
|
|
16600
|
-
padding-top: 16px;
|
|
16601
|
-
padding-bottom: 16px;
|
|
16602
|
-
}
|
|
16603
|
-
|
|
16604
|
-
.v-breadcrumbs--density-comfortable {
|
|
16605
|
-
padding-top: 12px;
|
|
16606
|
-
padding-bottom: 12px;
|
|
16607
|
-
}
|
|
16608
|
-
|
|
16609
|
-
.v-breadcrumbs--density-compact {
|
|
16610
|
-
padding-top: 8px;
|
|
16611
|
-
padding-bottom: 8px;
|
|
16612
|
-
}
|
|
16613
|
-
|
|
16614
|
-
.v-breadcrumbs__prepend {
|
|
16615
|
-
align-items: center;
|
|
16616
|
-
display: inline-flex;
|
|
16617
|
-
}
|
|
16618
|
-
|
|
16619
|
-
.v-breadcrumbs-item {
|
|
16620
|
-
align-items: center;
|
|
16621
|
-
color: inherit;
|
|
16622
|
-
display: inline-flex;
|
|
16623
|
-
padding: 0 4px;
|
|
16624
|
-
text-decoration: none;
|
|
16625
|
-
vertical-align: middle;
|
|
16626
|
-
}
|
|
16627
|
-
.v-breadcrumbs-item--disabled {
|
|
16628
|
-
opacity: var(--v-disabled-opacity);
|
|
16629
|
-
pointer-events: none;
|
|
16630
|
-
}
|
|
16631
|
-
.v-breadcrumbs-item--link:hover {
|
|
16632
|
-
text-decoration: underline;
|
|
16633
|
-
}
|
|
16634
|
-
.v-breadcrumbs-item .v-icon {
|
|
16635
|
-
font-size: 1rem;
|
|
16636
|
-
margin-inline-start: -4px;
|
|
16637
|
-
margin-inline-end: 2px;
|
|
16638
|
-
}
|
|
16639
|
-
|
|
16640
|
-
.v-breadcrumbs-divider {
|
|
16641
|
-
display: inline-block;
|
|
16642
|
-
padding: 0 8px;
|
|
16643
|
-
vertical-align: middle;
|
|
16644
16593
|
}.v-bottom-navigation {
|
|
16645
16594
|
display: flex;
|
|
16646
16595
|
max-width: 100%;
|
|
@@ -16695,6 +16644,60 @@ html.overflow-y-hidden {
|
|
|
16695
16644
|
}
|
|
16696
16645
|
.v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
|
|
16697
16646
|
transform: translateY(0.5rem);
|
|
16647
|
+
}.v-breadcrumbs {
|
|
16648
|
+
display: flex;
|
|
16649
|
+
align-items: center;
|
|
16650
|
+
line-height: 1.375rem;
|
|
16651
|
+
padding: 16px 12px;
|
|
16652
|
+
}
|
|
16653
|
+
.v-breadcrumbs--rounded {
|
|
16654
|
+
border-radius: 4px;
|
|
16655
|
+
}
|
|
16656
|
+
.v-breadcrumbs--density-default {
|
|
16657
|
+
padding-top: 16px;
|
|
16658
|
+
padding-bottom: 16px;
|
|
16659
|
+
}
|
|
16660
|
+
|
|
16661
|
+
.v-breadcrumbs--density-comfortable {
|
|
16662
|
+
padding-top: 12px;
|
|
16663
|
+
padding-bottom: 12px;
|
|
16664
|
+
}
|
|
16665
|
+
|
|
16666
|
+
.v-breadcrumbs--density-compact {
|
|
16667
|
+
padding-top: 8px;
|
|
16668
|
+
padding-bottom: 8px;
|
|
16669
|
+
}
|
|
16670
|
+
|
|
16671
|
+
.v-breadcrumbs__prepend {
|
|
16672
|
+
align-items: center;
|
|
16673
|
+
display: inline-flex;
|
|
16674
|
+
}
|
|
16675
|
+
|
|
16676
|
+
.v-breadcrumbs-item {
|
|
16677
|
+
align-items: center;
|
|
16678
|
+
color: inherit;
|
|
16679
|
+
display: inline-flex;
|
|
16680
|
+
padding: 0 4px;
|
|
16681
|
+
text-decoration: none;
|
|
16682
|
+
vertical-align: middle;
|
|
16683
|
+
}
|
|
16684
|
+
.v-breadcrumbs-item--disabled {
|
|
16685
|
+
opacity: var(--v-disabled-opacity);
|
|
16686
|
+
pointer-events: none;
|
|
16687
|
+
}
|
|
16688
|
+
.v-breadcrumbs-item--link:hover {
|
|
16689
|
+
text-decoration: underline;
|
|
16690
|
+
}
|
|
16691
|
+
.v-breadcrumbs-item .v-icon {
|
|
16692
|
+
font-size: 1rem;
|
|
16693
|
+
margin-inline-start: -4px;
|
|
16694
|
+
margin-inline-end: 2px;
|
|
16695
|
+
}
|
|
16696
|
+
|
|
16697
|
+
.v-breadcrumbs-divider {
|
|
16698
|
+
display: inline-block;
|
|
16699
|
+
padding: 0 8px;
|
|
16700
|
+
vertical-align: middle;
|
|
16698
16701
|
}/** if false, disabled buttons will be greyed out */
|
|
16699
16702
|
.v-btn {
|
|
16700
16703
|
align-items: center;
|
|
@@ -17550,35 +17553,39 @@ html.overflow-y-hidden {
|
|
|
17550
17553
|
--v-avatar-height: 20px;
|
|
17551
17554
|
}
|
|
17552
17555
|
|
|
17553
|
-
.v-chip.v-chip--size-x-small .v-chip__filter,
|
|
17554
|
-
.v-chip.v-chip--size-x-small .v-chip__prepend,
|
|
17555
|
-
.v-chip.v-chip--size-x-small > .v-avatar--start,
|
|
17556
|
-
.v-chip.v-chip--size-x-small > .v-icon--start {
|
|
17557
|
-
margin-inline-end: 4px;
|
|
17558
|
-
}
|
|
17559
|
-
.v-chip.v-chip--size-x-small .v-chip__filter,
|
|
17560
|
-
.v-chip.v-chip--size-x-small .v-chip__prepend,
|
|
17561
|
-
.v-chip.v-chip--size-x-small .v-icon--start {
|
|
17562
|
-
margin-inline-start: -4px;
|
|
17563
|
-
}
|
|
17564
17556
|
.v-chip.v-chip--size-x-small .v-avatar--start {
|
|
17565
17557
|
margin-inline-start: -5.6px;
|
|
17558
|
+
margin-inline-end: 4px;
|
|
17566
17559
|
}
|
|
17567
17560
|
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
|
|
17568
17561
|
margin-inline-start: -8px;
|
|
17569
17562
|
}
|
|
17570
17563
|
|
|
17571
|
-
.v-chip.v-chip--size-x-small .v-
|
|
17572
|
-
.v-chip.v-chip--size-x-small .v-chip__close,
|
|
17573
|
-
.v-chip.v-chip--size-x-small > .v-avatar--end,
|
|
17574
|
-
.v-chip.v-chip--size-x-small > .v-icon--end {
|
|
17564
|
+
.v-chip.v-chip--size-x-small .v-avatar--end {
|
|
17575
17565
|
margin-inline-start: 4px;
|
|
17576
|
-
margin-inline-end: -
|
|
17566
|
+
margin-inline-end: -5.6px;
|
|
17577
17567
|
}
|
|
17578
|
-
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end
|
|
17568
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
|
|
17579
17569
|
margin-inline-end: -8px;
|
|
17580
17570
|
}
|
|
17581
|
-
|
|
17571
|
+
|
|
17572
|
+
.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
|
|
17573
|
+
margin-inline-start: 12px;
|
|
17574
|
+
}
|
|
17575
|
+
|
|
17576
|
+
.v-chip.v-chip--size-x-small .v-icon--start,
|
|
17577
|
+
.v-chip.v-chip--size-x-small .v-chip__filter {
|
|
17578
|
+
margin-inline-start: -4px;
|
|
17579
|
+
margin-inline-end: 4px;
|
|
17580
|
+
}
|
|
17581
|
+
.v-chip.v-chip--size-x-small .v-icon--end,
|
|
17582
|
+
.v-chip.v-chip--size-x-small .v-chip__close {
|
|
17583
|
+
margin-inline-start: 4px;
|
|
17584
|
+
margin-inline-end: -4px;
|
|
17585
|
+
}
|
|
17586
|
+
.v-chip.v-chip--size-x-small .v-icon--end + .v-chip__close,
|
|
17587
|
+
.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close,
|
|
17588
|
+
.v-chip.v-chip--size-x-small .v-chip__append + .v-chip__close {
|
|
17582
17589
|
margin-inline-start: 8px;
|
|
17583
17590
|
}
|
|
17584
17591
|
|
|
@@ -17595,35 +17602,39 @@ html.overflow-y-hidden {
|
|
|
17595
17602
|
--v-avatar-height: 26px;
|
|
17596
17603
|
}
|
|
17597
17604
|
|
|
17598
|
-
.v-chip.v-chip--size-small .v-chip__filter,
|
|
17599
|
-
.v-chip.v-chip--size-small .v-chip__prepend,
|
|
17600
|
-
.v-chip.v-chip--size-small > .v-avatar--start,
|
|
17601
|
-
.v-chip.v-chip--size-small > .v-icon--start {
|
|
17602
|
-
margin-inline-end: 5px;
|
|
17603
|
-
}
|
|
17604
|
-
.v-chip.v-chip--size-small .v-chip__filter,
|
|
17605
|
-
.v-chip.v-chip--size-small .v-chip__prepend,
|
|
17606
|
-
.v-chip.v-chip--size-small .v-icon--start {
|
|
17607
|
-
margin-inline-start: -5px;
|
|
17608
|
-
}
|
|
17609
17605
|
.v-chip.v-chip--size-small .v-avatar--start {
|
|
17610
17606
|
margin-inline-start: -7px;
|
|
17607
|
+
margin-inline-end: 5px;
|
|
17611
17608
|
}
|
|
17612
17609
|
.v-chip--pill.v-chip.v-chip--size-small .v-avatar--start {
|
|
17613
17610
|
margin-inline-start: -10px;
|
|
17614
17611
|
}
|
|
17615
17612
|
|
|
17616
|
-
.v-chip.v-chip--size-small .v-
|
|
17617
|
-
.v-chip.v-chip--size-small .v-chip__close,
|
|
17618
|
-
.v-chip.v-chip--size-small > .v-avatar--end,
|
|
17619
|
-
.v-chip.v-chip--size-small > .v-icon--end {
|
|
17613
|
+
.v-chip.v-chip--size-small .v-avatar--end {
|
|
17620
17614
|
margin-inline-start: 5px;
|
|
17621
|
-
margin-inline-end: -
|
|
17615
|
+
margin-inline-end: -7px;
|
|
17622
17616
|
}
|
|
17623
|
-
.v-chip--pill.v-chip.v-chip--size-small .v-avatar--end
|
|
17617
|
+
.v-chip--pill.v-chip.v-chip--size-small .v-avatar--end {
|
|
17624
17618
|
margin-inline-end: -10px;
|
|
17625
17619
|
}
|
|
17626
|
-
|
|
17620
|
+
|
|
17621
|
+
.v-chip--pill.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close {
|
|
17622
|
+
margin-inline-start: 15px;
|
|
17623
|
+
}
|
|
17624
|
+
|
|
17625
|
+
.v-chip.v-chip--size-small .v-icon--start,
|
|
17626
|
+
.v-chip.v-chip--size-small .v-chip__filter {
|
|
17627
|
+
margin-inline-start: -5px;
|
|
17628
|
+
margin-inline-end: 5px;
|
|
17629
|
+
}
|
|
17630
|
+
.v-chip.v-chip--size-small .v-icon--end,
|
|
17631
|
+
.v-chip.v-chip--size-small .v-chip__close {
|
|
17632
|
+
margin-inline-start: 5px;
|
|
17633
|
+
margin-inline-end: -5px;
|
|
17634
|
+
}
|
|
17635
|
+
.v-chip.v-chip--size-small .v-icon--end + .v-chip__close,
|
|
17636
|
+
.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close,
|
|
17637
|
+
.v-chip.v-chip--size-small .v-chip__append + .v-chip__close {
|
|
17627
17638
|
margin-inline-start: 10px;
|
|
17628
17639
|
}
|
|
17629
17640
|
|
|
@@ -17640,35 +17651,39 @@ html.overflow-y-hidden {
|
|
|
17640
17651
|
--v-avatar-height: 32px;
|
|
17641
17652
|
}
|
|
17642
17653
|
|
|
17643
|
-
.v-chip.v-chip--size-default .v-chip__filter,
|
|
17644
|
-
.v-chip.v-chip--size-default .v-chip__prepend,
|
|
17645
|
-
.v-chip.v-chip--size-default > .v-avatar--start,
|
|
17646
|
-
.v-chip.v-chip--size-default > .v-icon--start {
|
|
17647
|
-
margin-inline-end: 6px;
|
|
17648
|
-
}
|
|
17649
|
-
.v-chip.v-chip--size-default .v-chip__filter,
|
|
17650
|
-
.v-chip.v-chip--size-default .v-chip__prepend,
|
|
17651
|
-
.v-chip.v-chip--size-default .v-icon--start {
|
|
17652
|
-
margin-inline-start: -6px;
|
|
17653
|
-
}
|
|
17654
17654
|
.v-chip.v-chip--size-default .v-avatar--start {
|
|
17655
17655
|
margin-inline-start: -8.4px;
|
|
17656
|
+
margin-inline-end: 6px;
|
|
17656
17657
|
}
|
|
17657
17658
|
.v-chip--pill.v-chip.v-chip--size-default .v-avatar--start {
|
|
17658
17659
|
margin-inline-start: -12px;
|
|
17659
17660
|
}
|
|
17660
17661
|
|
|
17661
|
-
.v-chip.v-chip--size-default .v-
|
|
17662
|
-
.v-chip.v-chip--size-default .v-chip__close,
|
|
17663
|
-
.v-chip.v-chip--size-default > .v-avatar--end,
|
|
17664
|
-
.v-chip.v-chip--size-default > .v-icon--end {
|
|
17662
|
+
.v-chip.v-chip--size-default .v-avatar--end {
|
|
17665
17663
|
margin-inline-start: 6px;
|
|
17666
|
-
margin-inline-end: -
|
|
17664
|
+
margin-inline-end: -8.4px;
|
|
17667
17665
|
}
|
|
17668
|
-
.v-chip--pill.v-chip.v-chip--size-default .v-avatar--end
|
|
17666
|
+
.v-chip--pill.v-chip.v-chip--size-default .v-avatar--end {
|
|
17669
17667
|
margin-inline-end: -12px;
|
|
17670
17668
|
}
|
|
17671
|
-
|
|
17669
|
+
|
|
17670
|
+
.v-chip--pill.v-chip.v-chip--size-default .v-avatar--end + .v-chip__close {
|
|
17671
|
+
margin-inline-start: 18px;
|
|
17672
|
+
}
|
|
17673
|
+
|
|
17674
|
+
.v-chip.v-chip--size-default .v-icon--start,
|
|
17675
|
+
.v-chip.v-chip--size-default .v-chip__filter {
|
|
17676
|
+
margin-inline-start: -6px;
|
|
17677
|
+
margin-inline-end: 6px;
|
|
17678
|
+
}
|
|
17679
|
+
.v-chip.v-chip--size-default .v-icon--end,
|
|
17680
|
+
.v-chip.v-chip--size-default .v-chip__close {
|
|
17681
|
+
margin-inline-start: 6px;
|
|
17682
|
+
margin-inline-end: -6px;
|
|
17683
|
+
}
|
|
17684
|
+
.v-chip.v-chip--size-default .v-icon--end + .v-chip__close,
|
|
17685
|
+
.v-chip.v-chip--size-default .v-avatar--end + .v-chip__close,
|
|
17686
|
+
.v-chip.v-chip--size-default .v-chip__append + .v-chip__close {
|
|
17672
17687
|
margin-inline-start: 12px;
|
|
17673
17688
|
}
|
|
17674
17689
|
|
|
@@ -17685,35 +17700,39 @@ html.overflow-y-hidden {
|
|
|
17685
17700
|
--v-avatar-height: 38px;
|
|
17686
17701
|
}
|
|
17687
17702
|
|
|
17688
|
-
.v-chip.v-chip--size-large .v-chip__filter,
|
|
17689
|
-
.v-chip.v-chip--size-large .v-chip__prepend,
|
|
17690
|
-
.v-chip.v-chip--size-large > .v-avatar--start,
|
|
17691
|
-
.v-chip.v-chip--size-large > .v-icon--start {
|
|
17692
|
-
margin-inline-end: 7px;
|
|
17693
|
-
}
|
|
17694
|
-
.v-chip.v-chip--size-large .v-chip__filter,
|
|
17695
|
-
.v-chip.v-chip--size-large .v-chip__prepend,
|
|
17696
|
-
.v-chip.v-chip--size-large .v-icon--start {
|
|
17697
|
-
margin-inline-start: -7px;
|
|
17698
|
-
}
|
|
17699
17703
|
.v-chip.v-chip--size-large .v-avatar--start {
|
|
17700
17704
|
margin-inline-start: -9.8px;
|
|
17705
|
+
margin-inline-end: 7px;
|
|
17701
17706
|
}
|
|
17702
17707
|
.v-chip--pill.v-chip.v-chip--size-large .v-avatar--start {
|
|
17703
17708
|
margin-inline-start: -14px;
|
|
17704
17709
|
}
|
|
17705
17710
|
|
|
17706
|
-
.v-chip.v-chip--size-large .v-
|
|
17707
|
-
.v-chip.v-chip--size-large .v-chip__close,
|
|
17708
|
-
.v-chip.v-chip--size-large > .v-avatar--end,
|
|
17709
|
-
.v-chip.v-chip--size-large > .v-icon--end {
|
|
17711
|
+
.v-chip.v-chip--size-large .v-avatar--end {
|
|
17710
17712
|
margin-inline-start: 7px;
|
|
17711
|
-
margin-inline-end: -
|
|
17713
|
+
margin-inline-end: -9.8px;
|
|
17712
17714
|
}
|
|
17713
|
-
.v-chip--pill.v-chip.v-chip--size-large .v-avatar--end
|
|
17715
|
+
.v-chip--pill.v-chip.v-chip--size-large .v-avatar--end {
|
|
17714
17716
|
margin-inline-end: -14px;
|
|
17715
17717
|
}
|
|
17716
|
-
|
|
17718
|
+
|
|
17719
|
+
.v-chip--pill.v-chip.v-chip--size-large .v-avatar--end + .v-chip__close {
|
|
17720
|
+
margin-inline-start: 21px;
|
|
17721
|
+
}
|
|
17722
|
+
|
|
17723
|
+
.v-chip.v-chip--size-large .v-icon--start,
|
|
17724
|
+
.v-chip.v-chip--size-large .v-chip__filter {
|
|
17725
|
+
margin-inline-start: -7px;
|
|
17726
|
+
margin-inline-end: 7px;
|
|
17727
|
+
}
|
|
17728
|
+
.v-chip.v-chip--size-large .v-icon--end,
|
|
17729
|
+
.v-chip.v-chip--size-large .v-chip__close {
|
|
17730
|
+
margin-inline-start: 7px;
|
|
17731
|
+
margin-inline-end: -7px;
|
|
17732
|
+
}
|
|
17733
|
+
.v-chip.v-chip--size-large .v-icon--end + .v-chip__close,
|
|
17734
|
+
.v-chip.v-chip--size-large .v-avatar--end + .v-chip__close,
|
|
17735
|
+
.v-chip.v-chip--size-large .v-chip__append + .v-chip__close {
|
|
17717
17736
|
margin-inline-start: 14px;
|
|
17718
17737
|
}
|
|
17719
17738
|
|
|
@@ -17730,35 +17749,39 @@ html.overflow-y-hidden {
|
|
|
17730
17749
|
--v-avatar-height: 44px;
|
|
17731
17750
|
}
|
|
17732
17751
|
|
|
17733
|
-
.v-chip.v-chip--size-x-large .v-chip__filter,
|
|
17734
|
-
.v-chip.v-chip--size-x-large .v-chip__prepend,
|
|
17735
|
-
.v-chip.v-chip--size-x-large > .v-avatar--start,
|
|
17736
|
-
.v-chip.v-chip--size-x-large > .v-icon--start {
|
|
17737
|
-
margin-inline-end: 8.5px;
|
|
17738
|
-
}
|
|
17739
|
-
.v-chip.v-chip--size-x-large .v-chip__filter,
|
|
17740
|
-
.v-chip.v-chip--size-x-large .v-chip__prepend,
|
|
17741
|
-
.v-chip.v-chip--size-x-large .v-icon--start {
|
|
17742
|
-
margin-inline-start: -8.5px;
|
|
17743
|
-
}
|
|
17744
17752
|
.v-chip.v-chip--size-x-large .v-avatar--start {
|
|
17745
17753
|
margin-inline-start: -11.9px;
|
|
17754
|
+
margin-inline-end: 8.5px;
|
|
17746
17755
|
}
|
|
17747
17756
|
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--start {
|
|
17748
17757
|
margin-inline-start: -17px;
|
|
17749
17758
|
}
|
|
17750
17759
|
|
|
17751
|
-
.v-chip.v-chip--size-x-large .v-
|
|
17752
|
-
.v-chip.v-chip--size-x-large .v-chip__close,
|
|
17753
|
-
.v-chip.v-chip--size-x-large > .v-avatar--end,
|
|
17754
|
-
.v-chip.v-chip--size-x-large > .v-icon--end {
|
|
17760
|
+
.v-chip.v-chip--size-x-large .v-avatar--end {
|
|
17755
17761
|
margin-inline-start: 8.5px;
|
|
17756
|
-
margin-inline-end: -
|
|
17762
|
+
margin-inline-end: -11.9px;
|
|
17757
17763
|
}
|
|
17758
|
-
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end
|
|
17764
|
+
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end {
|
|
17759
17765
|
margin-inline-end: -17px;
|
|
17760
17766
|
}
|
|
17761
|
-
|
|
17767
|
+
|
|
17768
|
+
.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close {
|
|
17769
|
+
margin-inline-start: 25.5px;
|
|
17770
|
+
}
|
|
17771
|
+
|
|
17772
|
+
.v-chip.v-chip--size-x-large .v-icon--start,
|
|
17773
|
+
.v-chip.v-chip--size-x-large .v-chip__filter {
|
|
17774
|
+
margin-inline-start: -8.5px;
|
|
17775
|
+
margin-inline-end: 8.5px;
|
|
17776
|
+
}
|
|
17777
|
+
.v-chip.v-chip--size-x-large .v-icon--end,
|
|
17778
|
+
.v-chip.v-chip--size-x-large .v-chip__close {
|
|
17779
|
+
margin-inline-start: 8.5px;
|
|
17780
|
+
margin-inline-end: -8.5px;
|
|
17781
|
+
}
|
|
17782
|
+
.v-chip.v-chip--size-x-large .v-icon--end + .v-chip__close,
|
|
17783
|
+
.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close,
|
|
17784
|
+
.v-chip.v-chip--size-x-large .v-chip__append + .v-chip__close {
|
|
17762
17785
|
margin-inline-start: 17px;
|
|
17763
17786
|
}
|
|
17764
17787
|
|
|
@@ -18912,114 +18935,38 @@ html.overflow-y-hidden {
|
|
|
18912
18935
|
flex: 0 1 auto;
|
|
18913
18936
|
font-size: 12px;
|
|
18914
18937
|
transition-duration: 150ms;
|
|
18915
|
-
}.v-
|
|
18916
|
-
|
|
18917
|
-
|
|
18918
|
-
|
|
18938
|
+
}.v-divider {
|
|
18939
|
+
display: block;
|
|
18940
|
+
flex: 1 1 100%;
|
|
18941
|
+
height: 0px;
|
|
18942
|
+
max-height: 0px;
|
|
18943
|
+
opacity: var(--v-border-opacity);
|
|
18944
|
+
transition: inherit;
|
|
18945
|
+
border-style: solid;
|
|
18946
|
+
border-width: thin 0 0 0;
|
|
18919
18947
|
}
|
|
18920
|
-
.v-
|
|
18921
|
-
|
|
18922
|
-
width:
|
|
18923
|
-
|
|
18924
|
-
|
|
18925
|
-
|
|
18926
|
-
|
|
18948
|
+
.v-divider--vertical {
|
|
18949
|
+
align-self: stretch;
|
|
18950
|
+
border-width: 0 thin 0 0;
|
|
18951
|
+
display: inline-flex;
|
|
18952
|
+
height: inherit;
|
|
18953
|
+
margin-left: -1px;
|
|
18954
|
+
max-height: 100%;
|
|
18955
|
+
max-width: 0px;
|
|
18956
|
+
vertical-align: text-bottom;
|
|
18957
|
+
width: 0px;
|
|
18927
18958
|
}
|
|
18928
|
-
.v-
|
|
18929
|
-
|
|
18930
|
-
|
|
18931
|
-
border-radius: 4px;
|
|
18932
|
-
overflow-y: auto;
|
|
18933
|
-
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
18959
|
+
.v-divider--inset:not(.v-divider--vertical) {
|
|
18960
|
+
max-width: calc(100% - 72px);
|
|
18961
|
+
margin-inline-start: 72px;
|
|
18934
18962
|
}
|
|
18935
|
-
.v-
|
|
18936
|
-
|
|
18937
|
-
|
|
18938
|
-
|
|
18939
|
-
.v-
|
|
18940
|
-
|
|
18941
|
-
|
|
18942
|
-
.v-dialog .v-overlay__content > .v-card > .v-card-item + .v-card-text {
|
|
18943
|
-
padding-top: 10px;
|
|
18944
|
-
}
|
|
18945
|
-
.v-dialog .v-overlay__content > .v-card > .v-card-text {
|
|
18946
|
-
font-size: inherit;
|
|
18947
|
-
letter-spacing: 0.03125em;
|
|
18948
|
-
line-height: inherit;
|
|
18949
|
-
padding: 16px 24px 10px;
|
|
18950
|
-
}
|
|
18951
|
-
|
|
18952
|
-
.v-dialog--fullscreen {
|
|
18953
|
-
--v-scrollbar-offset: 0px;
|
|
18954
|
-
}
|
|
18955
|
-
.v-dialog--fullscreen .v-overlay__content {
|
|
18956
|
-
border-radius: 0;
|
|
18957
|
-
margin: 0;
|
|
18958
|
-
padding: 0;
|
|
18959
|
-
width: 100%;
|
|
18960
|
-
height: 100%;
|
|
18961
|
-
max-width: 100%;
|
|
18962
|
-
max-height: 100%;
|
|
18963
|
-
overflow-y: auto;
|
|
18964
|
-
top: 0;
|
|
18965
|
-
left: 0;
|
|
18966
|
-
}
|
|
18967
|
-
.v-dialog--fullscreen .v-overlay__content > .v-card,
|
|
18968
|
-
.v-dialog--fullscreen .v-overlay__content > .v-sheet {
|
|
18969
|
-
min-height: 100%;
|
|
18970
|
-
min-width: 100%;
|
|
18971
|
-
border-radius: 0;
|
|
18972
|
-
}
|
|
18973
|
-
|
|
18974
|
-
.v-dialog--scrollable .v-overlay__content,
|
|
18975
|
-
.v-dialog--scrollable .v-overlay__content > form {
|
|
18976
|
-
display: flex;
|
|
18977
|
-
}
|
|
18978
|
-
.v-dialog--scrollable .v-overlay__content > .v-card,
|
|
18979
|
-
.v-dialog--scrollable .v-overlay__content > form > .v-card {
|
|
18980
|
-
display: flex;
|
|
18981
|
-
flex: 1 1 100%;
|
|
18982
|
-
flex-direction: column;
|
|
18983
|
-
max-height: 100%;
|
|
18984
|
-
max-width: 100%;
|
|
18985
|
-
}
|
|
18986
|
-
.v-dialog--scrollable .v-overlay__content > .v-card > .v-card-text,
|
|
18987
|
-
.v-dialog--scrollable .v-overlay__content > form > .v-card > .v-card-text {
|
|
18988
|
-
-webkit-backface-visibility: hidden;
|
|
18989
|
-
backface-visibility: hidden;
|
|
18990
|
-
overflow-y: auto;
|
|
18991
|
-
}.v-divider {
|
|
18992
|
-
display: block;
|
|
18993
|
-
flex: 1 1 100%;
|
|
18994
|
-
height: 0px;
|
|
18995
|
-
max-height: 0px;
|
|
18996
|
-
opacity: var(--v-border-opacity);
|
|
18997
|
-
transition: inherit;
|
|
18998
|
-
border-style: solid;
|
|
18999
|
-
border-width: thin 0 0 0;
|
|
19000
|
-
}
|
|
19001
|
-
.v-divider--vertical {
|
|
19002
|
-
align-self: stretch;
|
|
19003
|
-
border-width: 0 thin 0 0;
|
|
19004
|
-
display: inline-flex;
|
|
19005
|
-
height: inherit;
|
|
19006
|
-
margin-left: -1px;
|
|
19007
|
-
max-height: 100%;
|
|
19008
|
-
max-width: 0px;
|
|
19009
|
-
vertical-align: text-bottom;
|
|
19010
|
-
width: 0px;
|
|
19011
|
-
}
|
|
19012
|
-
.v-divider--inset:not(.v-divider--vertical) {
|
|
19013
|
-
max-width: calc(100% - 72px);
|
|
19014
|
-
margin-inline-start: 72px;
|
|
19015
|
-
}
|
|
19016
|
-
.v-divider--inset.v-divider--vertical {
|
|
19017
|
-
margin-bottom: 8px;
|
|
19018
|
-
margin-top: 8px;
|
|
19019
|
-
max-height: calc(100% - 16px);
|
|
19020
|
-
}.v-expansion-panel {
|
|
19021
|
-
background-color: rgb(var(--v-theme-surface));
|
|
19022
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
18963
|
+
.v-divider--inset.v-divider--vertical {
|
|
18964
|
+
margin-bottom: 8px;
|
|
18965
|
+
margin-top: 8px;
|
|
18966
|
+
max-height: calc(100% - 16px);
|
|
18967
|
+
}.v-expansion-panel {
|
|
18968
|
+
background-color: rgb(var(--v-theme-surface));
|
|
18969
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
19023
18970
|
}
|
|
19024
18971
|
.v-expansion-panel:not(:first-child)::after {
|
|
19025
18972
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
@@ -19675,6 +19622,8 @@ textarea.v-field__input::placeholder {
|
|
|
19675
19622
|
flex: 1 1 auto;
|
|
19676
19623
|
padding: 8px 16px;
|
|
19677
19624
|
position: relative;
|
|
19625
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
19626
|
+
transition-property: height, width, transform, max-width, left, right, top, bottom;
|
|
19678
19627
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
19679
19628
|
border-style: solid;
|
|
19680
19629
|
border-width: 0;
|
|
@@ -20463,97 +20412,6 @@ textarea.v-field__input::placeholder {
|
|
|
20463
20412
|
-webkit-hyphens: auto;
|
|
20464
20413
|
hyphens: auto;
|
|
20465
20414
|
transition-duration: 150ms;
|
|
20466
|
-
}.v-navigation-drawer {
|
|
20467
|
-
-webkit-overflow-scrolling: touch;
|
|
20468
|
-
background: rgb(var(--v-theme-surface));
|
|
20469
|
-
display: flex;
|
|
20470
|
-
flex-direction: column;
|
|
20471
|
-
height: 100%;
|
|
20472
|
-
max-width: 100%;
|
|
20473
|
-
pointer-events: auto;
|
|
20474
|
-
transition-duration: 0.2s;
|
|
20475
|
-
transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
|
|
20476
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
20477
|
-
will-change: transform;
|
|
20478
|
-
position: absolute;
|
|
20479
|
-
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
20480
|
-
border-style: solid;
|
|
20481
|
-
border-width: 0;
|
|
20482
|
-
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));
|
|
20483
|
-
background: rgb(var(--v-theme-surface));
|
|
20484
|
-
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
20485
|
-
}
|
|
20486
|
-
.v-navigation-drawer--border {
|
|
20487
|
-
border-width: thin;
|
|
20488
|
-
box-shadow: none;
|
|
20489
|
-
}
|
|
20490
|
-
.v-navigation-drawer--rounded {
|
|
20491
|
-
border-radius: 4px;
|
|
20492
|
-
}
|
|
20493
|
-
.v-navigation-drawer--top {
|
|
20494
|
-
top: 0;
|
|
20495
|
-
border-bottom-width: thin;
|
|
20496
|
-
}
|
|
20497
|
-
.v-navigation-drawer--bottom {
|
|
20498
|
-
left: 0;
|
|
20499
|
-
border-top-width: thin;
|
|
20500
|
-
}
|
|
20501
|
-
.v-navigation-drawer--left {
|
|
20502
|
-
top: 0;
|
|
20503
|
-
left: 0;
|
|
20504
|
-
right: auto;
|
|
20505
|
-
border-right-width: thin;
|
|
20506
|
-
}
|
|
20507
|
-
.v-navigation-drawer--right {
|
|
20508
|
-
top: 0;
|
|
20509
|
-
left: auto;
|
|
20510
|
-
right: 0;
|
|
20511
|
-
border-left-width: thin;
|
|
20512
|
-
}
|
|
20513
|
-
.v-navigation-drawer--floating {
|
|
20514
|
-
border: none;
|
|
20515
|
-
}
|
|
20516
|
-
.v-navigation-drawer--temporary {
|
|
20517
|
-
box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
20518
|
-
}
|
|
20519
|
-
.v-navigation-drawer--sticky {
|
|
20520
|
-
height: auto;
|
|
20521
|
-
transition: box-shadow, transform, visibility, width, height, left, right;
|
|
20522
|
-
}
|
|
20523
|
-
.v-navigation-drawer .v-list {
|
|
20524
|
-
overflow: hidden;
|
|
20525
|
-
}
|
|
20526
|
-
|
|
20527
|
-
.v-navigation-drawer__content {
|
|
20528
|
-
flex: 0 1 auto;
|
|
20529
|
-
height: 100%;
|
|
20530
|
-
max-width: 100%;
|
|
20531
|
-
overflow-x: hidden;
|
|
20532
|
-
overflow-y: auto;
|
|
20533
|
-
}
|
|
20534
|
-
|
|
20535
|
-
.v-navigation-drawer__img {
|
|
20536
|
-
height: 100%;
|
|
20537
|
-
left: 0;
|
|
20538
|
-
position: absolute;
|
|
20539
|
-
top: 0;
|
|
20540
|
-
width: 100%;
|
|
20541
|
-
z-index: -1;
|
|
20542
|
-
}
|
|
20543
|
-
.v-navigation-drawer__img img {
|
|
20544
|
-
height: inherit;
|
|
20545
|
-
object-fit: cover;
|
|
20546
|
-
width: inherit;
|
|
20547
|
-
}
|
|
20548
|
-
|
|
20549
|
-
.v-navigation-drawer__scrim {
|
|
20550
|
-
position: absolute;
|
|
20551
|
-
width: 100%;
|
|
20552
|
-
height: 100%;
|
|
20553
|
-
background: black;
|
|
20554
|
-
opacity: 0.2;
|
|
20555
|
-
transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
20556
|
-
z-index: 1;
|
|
20557
20415
|
}.v-overlay-container {
|
|
20558
20416
|
contain: layout;
|
|
20559
20417
|
left: 0;
|
|
@@ -20729,6 +20587,82 @@ html.v-overlay-scroll-blocked {
|
|
|
20729
20587
|
100% {
|
|
20730
20588
|
transform: rotate(270deg);
|
|
20731
20589
|
}
|
|
20590
|
+
}.v-dialog {
|
|
20591
|
+
align-items: center;
|
|
20592
|
+
justify-content: center;
|
|
20593
|
+
margin: auto;
|
|
20594
|
+
}
|
|
20595
|
+
.v-dialog .v-overlay__content {
|
|
20596
|
+
max-height: calc(100% - 48px);
|
|
20597
|
+
width: calc(100% - 48px);
|
|
20598
|
+
max-width: calc(100% - 48px);
|
|
20599
|
+
margin: 24px;
|
|
20600
|
+
display: flex;
|
|
20601
|
+
flex-direction: column;
|
|
20602
|
+
}
|
|
20603
|
+
.v-dialog .v-overlay__content > .v-card,
|
|
20604
|
+
.v-dialog .v-overlay__content > .v-sheet {
|
|
20605
|
+
--v-scrollbar-offset: 0px;
|
|
20606
|
+
border-radius: 4px;
|
|
20607
|
+
overflow-y: auto;
|
|
20608
|
+
box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
20609
|
+
}
|
|
20610
|
+
.v-dialog .v-overlay__content > .v-card {
|
|
20611
|
+
display: flex;
|
|
20612
|
+
flex-direction: column;
|
|
20613
|
+
}
|
|
20614
|
+
.v-dialog .v-overlay__content > .v-card > .v-card-item {
|
|
20615
|
+
padding: 14px 24px 0;
|
|
20616
|
+
}
|
|
20617
|
+
.v-dialog .v-overlay__content > .v-card > .v-card-item + .v-card-text {
|
|
20618
|
+
padding-top: 10px;
|
|
20619
|
+
}
|
|
20620
|
+
.v-dialog .v-overlay__content > .v-card > .v-card-text {
|
|
20621
|
+
font-size: inherit;
|
|
20622
|
+
letter-spacing: 0.03125em;
|
|
20623
|
+
line-height: inherit;
|
|
20624
|
+
padding: 16px 24px 10px;
|
|
20625
|
+
}
|
|
20626
|
+
|
|
20627
|
+
.v-dialog--fullscreen {
|
|
20628
|
+
--v-scrollbar-offset: 0px;
|
|
20629
|
+
}
|
|
20630
|
+
.v-dialog--fullscreen .v-overlay__content {
|
|
20631
|
+
border-radius: 0;
|
|
20632
|
+
margin: 0;
|
|
20633
|
+
padding: 0;
|
|
20634
|
+
width: 100%;
|
|
20635
|
+
height: 100%;
|
|
20636
|
+
max-width: 100%;
|
|
20637
|
+
max-height: 100%;
|
|
20638
|
+
overflow-y: auto;
|
|
20639
|
+
top: 0;
|
|
20640
|
+
left: 0;
|
|
20641
|
+
}
|
|
20642
|
+
.v-dialog--fullscreen .v-overlay__content > .v-card,
|
|
20643
|
+
.v-dialog--fullscreen .v-overlay__content > .v-sheet {
|
|
20644
|
+
min-height: 100%;
|
|
20645
|
+
min-width: 100%;
|
|
20646
|
+
border-radius: 0;
|
|
20647
|
+
}
|
|
20648
|
+
|
|
20649
|
+
.v-dialog--scrollable .v-overlay__content,
|
|
20650
|
+
.v-dialog--scrollable .v-overlay__content > form {
|
|
20651
|
+
display: flex;
|
|
20652
|
+
}
|
|
20653
|
+
.v-dialog--scrollable .v-overlay__content > .v-card,
|
|
20654
|
+
.v-dialog--scrollable .v-overlay__content > form > .v-card {
|
|
20655
|
+
display: flex;
|
|
20656
|
+
flex: 1 1 100%;
|
|
20657
|
+
flex-direction: column;
|
|
20658
|
+
max-height: 100%;
|
|
20659
|
+
max-width: 100%;
|
|
20660
|
+
}
|
|
20661
|
+
.v-dialog--scrollable .v-overlay__content > .v-card > .v-card-text,
|
|
20662
|
+
.v-dialog--scrollable .v-overlay__content > form > .v-card > .v-card-text {
|
|
20663
|
+
-webkit-backface-visibility: hidden;
|
|
20664
|
+
backface-visibility: hidden;
|
|
20665
|
+
overflow-y: auto;
|
|
20732
20666
|
}.v-progress-linear {
|
|
20733
20667
|
background: transparent;
|
|
20734
20668
|
overflow: hidden;
|
|
@@ -21005,6 +20939,28 @@ html.v-overlay-scroll-blocked {
|
|
|
21005
20939
|
|
|
21006
20940
|
.v-slider__label {
|
|
21007
20941
|
margin-inline-end: 12px;
|
|
20942
|
+
}.v-responsive {
|
|
20943
|
+
display: flex;
|
|
20944
|
+
flex: 1 0 auto;
|
|
20945
|
+
max-height: 100%;
|
|
20946
|
+
max-width: 100%;
|
|
20947
|
+
overflow: hidden;
|
|
20948
|
+
position: relative;
|
|
20949
|
+
}
|
|
20950
|
+
|
|
20951
|
+
.v-responsive__content {
|
|
20952
|
+
flex: 1 0 0px;
|
|
20953
|
+
max-width: 100%;
|
|
20954
|
+
}
|
|
20955
|
+
|
|
20956
|
+
.v-responsive__sizer ~ .v-responsive__content {
|
|
20957
|
+
margin-inline-start: -100%;
|
|
20958
|
+
}
|
|
20959
|
+
|
|
20960
|
+
.v-responsive__sizer {
|
|
20961
|
+
flex: 1 0 0px;
|
|
20962
|
+
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
20963
|
+
pointer-events: none;
|
|
21008
20964
|
}.v-rating {
|
|
21009
20965
|
max-width: 100%;
|
|
21010
20966
|
display: inline-flex;
|
|
@@ -21063,28 +21019,6 @@ html.v-overlay-scroll-blocked {
|
|
|
21063
21019
|
opacity: 0;
|
|
21064
21020
|
position: absolute;
|
|
21065
21021
|
width: 0;
|
|
21066
|
-
}.v-responsive {
|
|
21067
|
-
display: flex;
|
|
21068
|
-
flex: 1 0 auto;
|
|
21069
|
-
max-height: 100%;
|
|
21070
|
-
max-width: 100%;
|
|
21071
|
-
overflow: hidden;
|
|
21072
|
-
position: relative;
|
|
21073
|
-
}
|
|
21074
|
-
|
|
21075
|
-
.v-responsive__content {
|
|
21076
|
-
flex: 1 0 0px;
|
|
21077
|
-
max-width: 100%;
|
|
21078
|
-
}
|
|
21079
|
-
|
|
21080
|
-
.v-responsive__sizer ~ .v-responsive__content {
|
|
21081
|
-
margin-inline-start: -100%;
|
|
21082
|
-
}
|
|
21083
|
-
|
|
21084
|
-
.v-responsive__sizer {
|
|
21085
|
-
flex: 1 0 0px;
|
|
21086
|
-
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
21087
|
-
pointer-events: none;
|
|
21088
21022
|
}.v-input--density-default {
|
|
21089
21023
|
--select-chips-margin-bottom: 0px;
|
|
21090
21024
|
}
|
|
@@ -21323,12 +21257,9 @@ html.v-overlay-scroll-blocked {
|
|
|
21323
21257
|
flex-direction: column;
|
|
21324
21258
|
}.v-snackbar {
|
|
21325
21259
|
justify-content: center;
|
|
21326
|
-
padding-inline-end: var(--v-scrollbar-offset);
|
|
21327
|
-
}
|
|
21328
|
-
.v-snackbar:not(.v-snackbar--absolute) {
|
|
21329
|
-
height: 100vh;
|
|
21330
|
-
position: fixed;
|
|
21331
21260
|
z-index: 10000;
|
|
21261
|
+
margin: 8px;
|
|
21262
|
+
margin-inline-end: calc(8px + var(--v-scrollbar-offset));
|
|
21332
21263
|
}
|
|
21333
21264
|
.v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
|
|
21334
21265
|
align-items: flex-end;
|
|
@@ -21336,7 +21267,6 @@ html.v-overlay-scroll-blocked {
|
|
|
21336
21267
|
.v-snackbar__wrapper {
|
|
21337
21268
|
align-items: center;
|
|
21338
21269
|
display: flex;
|
|
21339
|
-
margin: 8px;
|
|
21340
21270
|
max-width: 672px;
|
|
21341
21271
|
min-height: 48px;
|
|
21342
21272
|
min-width: 344px;
|
|
@@ -21405,7 +21335,6 @@ html.v-overlay-scroll-blocked {
|
|
|
21405
21335
|
min-width: auto;
|
|
21406
21336
|
}
|
|
21407
21337
|
.v-snackbar--absolute {
|
|
21408
|
-
height: 100%;
|
|
21409
21338
|
position: absolute;
|
|
21410
21339
|
z-index: 1;
|
|
21411
21340
|
}
|
|
@@ -21549,34 +21478,6 @@ html.v-overlay-scroll-blocked {
|
|
|
21549
21478
|
}
|
|
21550
21479
|
.v-system-bar:not(.v-system-bar--absolute) {
|
|
21551
21480
|
padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
|
|
21552
|
-
}.v-tab.v-tab {
|
|
21553
|
-
--v-btn-height: var(--v-tabs-height);
|
|
21554
|
-
min-width: 90px;
|
|
21555
|
-
}
|
|
21556
|
-
.v-slide-group--horizontal .v-tab {
|
|
21557
|
-
max-width: 360px;
|
|
21558
|
-
}
|
|
21559
|
-
.v-slide-group--vertical .v-tab {
|
|
21560
|
-
justify-content: start;
|
|
21561
|
-
}
|
|
21562
|
-
|
|
21563
|
-
.v-tab__slider {
|
|
21564
|
-
position: absolute;
|
|
21565
|
-
bottom: 0;
|
|
21566
|
-
left: 0;
|
|
21567
|
-
height: 2px;
|
|
21568
|
-
width: 100%;
|
|
21569
|
-
background: currentColor;
|
|
21570
|
-
pointer-events: none;
|
|
21571
|
-
opacity: 0;
|
|
21572
|
-
}
|
|
21573
|
-
.v-tab--selected .v-tab__slider {
|
|
21574
|
-
opacity: 1;
|
|
21575
|
-
}
|
|
21576
|
-
.v-slide-group--vertical .v-tab__slider {
|
|
21577
|
-
top: 0;
|
|
21578
|
-
height: 100%;
|
|
21579
|
-
width: 2px;
|
|
21580
21481
|
}.v-tabs {
|
|
21581
21482
|
display: flex;
|
|
21582
21483
|
height: var(--v-tabs-height);
|
|
@@ -21642,6 +21543,34 @@ html.v-overlay-scroll-blocked {
|
|
|
21642
21543
|
.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
|
|
21643
21544
|
margin-inline-end: 52px;
|
|
21644
21545
|
}
|
|
21546
|
+
}.v-tab.v-tab {
|
|
21547
|
+
--v-btn-height: var(--v-tabs-height);
|
|
21548
|
+
min-width: 90px;
|
|
21549
|
+
}
|
|
21550
|
+
.v-slide-group--horizontal .v-tab {
|
|
21551
|
+
max-width: 360px;
|
|
21552
|
+
}
|
|
21553
|
+
.v-slide-group--vertical .v-tab {
|
|
21554
|
+
justify-content: start;
|
|
21555
|
+
}
|
|
21556
|
+
|
|
21557
|
+
.v-tab__slider {
|
|
21558
|
+
position: absolute;
|
|
21559
|
+
bottom: 0;
|
|
21560
|
+
left: 0;
|
|
21561
|
+
height: 2px;
|
|
21562
|
+
width: 100%;
|
|
21563
|
+
background: currentColor;
|
|
21564
|
+
pointer-events: none;
|
|
21565
|
+
opacity: 0;
|
|
21566
|
+
}
|
|
21567
|
+
.v-tab--selected .v-tab__slider {
|
|
21568
|
+
opacity: 1;
|
|
21569
|
+
}
|
|
21570
|
+
.v-slide-group--vertical .v-tab__slider {
|
|
21571
|
+
top: 0;
|
|
21572
|
+
height: 100%;
|
|
21573
|
+
width: 2px;
|
|
21645
21574
|
}.v-table {
|
|
21646
21575
|
background: rgb(var(--v-theme-surface));
|
|
21647
21576
|
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
@@ -22548,6 +22477,97 @@ html.v-overlay-scroll-blocked {
|
|
|
22548
22477
|
}
|
|
22549
22478
|
.v-window-y-reverse-transition-leave-to {
|
|
22550
22479
|
transform: translateY(100%);
|
|
22480
|
+
}.v-navigation-drawer {
|
|
22481
|
+
-webkit-overflow-scrolling: touch;
|
|
22482
|
+
background: rgb(var(--v-theme-surface));
|
|
22483
|
+
display: flex;
|
|
22484
|
+
flex-direction: column;
|
|
22485
|
+
height: 100%;
|
|
22486
|
+
max-width: 100%;
|
|
22487
|
+
pointer-events: auto;
|
|
22488
|
+
transition-duration: 0.2s;
|
|
22489
|
+
transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
|
|
22490
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
22491
|
+
will-change: transform;
|
|
22492
|
+
position: absolute;
|
|
22493
|
+
border-color: rgba(var(--v-border-color), var(--v-border-opacity));
|
|
22494
|
+
border-style: solid;
|
|
22495
|
+
border-width: 0;
|
|
22496
|
+
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));
|
|
22497
|
+
background: rgb(var(--v-theme-surface));
|
|
22498
|
+
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
|
|
22499
|
+
}
|
|
22500
|
+
.v-navigation-drawer--border {
|
|
22501
|
+
border-width: thin;
|
|
22502
|
+
box-shadow: none;
|
|
22503
|
+
}
|
|
22504
|
+
.v-navigation-drawer--rounded {
|
|
22505
|
+
border-radius: 4px;
|
|
22506
|
+
}
|
|
22507
|
+
.v-navigation-drawer--top {
|
|
22508
|
+
top: 0;
|
|
22509
|
+
border-bottom-width: thin;
|
|
22510
|
+
}
|
|
22511
|
+
.v-navigation-drawer--bottom {
|
|
22512
|
+
left: 0;
|
|
22513
|
+
border-top-width: thin;
|
|
22514
|
+
}
|
|
22515
|
+
.v-navigation-drawer--left {
|
|
22516
|
+
top: 0;
|
|
22517
|
+
left: 0;
|
|
22518
|
+
right: auto;
|
|
22519
|
+
border-right-width: thin;
|
|
22520
|
+
}
|
|
22521
|
+
.v-navigation-drawer--right {
|
|
22522
|
+
top: 0;
|
|
22523
|
+
left: auto;
|
|
22524
|
+
right: 0;
|
|
22525
|
+
border-left-width: thin;
|
|
22526
|
+
}
|
|
22527
|
+
.v-navigation-drawer--floating {
|
|
22528
|
+
border: none;
|
|
22529
|
+
}
|
|
22530
|
+
.v-navigation-drawer--temporary {
|
|
22531
|
+
box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
|
22532
|
+
}
|
|
22533
|
+
.v-navigation-drawer--sticky {
|
|
22534
|
+
height: auto;
|
|
22535
|
+
transition: box-shadow, transform, visibility, width, height, left, right;
|
|
22536
|
+
}
|
|
22537
|
+
.v-navigation-drawer .v-list {
|
|
22538
|
+
overflow: hidden;
|
|
22539
|
+
}
|
|
22540
|
+
|
|
22541
|
+
.v-navigation-drawer__content {
|
|
22542
|
+
flex: 0 1 auto;
|
|
22543
|
+
height: 100%;
|
|
22544
|
+
max-width: 100%;
|
|
22545
|
+
overflow-x: hidden;
|
|
22546
|
+
overflow-y: auto;
|
|
22547
|
+
}
|
|
22548
|
+
|
|
22549
|
+
.v-navigation-drawer__img {
|
|
22550
|
+
height: 100%;
|
|
22551
|
+
left: 0;
|
|
22552
|
+
position: absolute;
|
|
22553
|
+
top: 0;
|
|
22554
|
+
width: 100%;
|
|
22555
|
+
z-index: -1;
|
|
22556
|
+
}
|
|
22557
|
+
.v-navigation-drawer__img img {
|
|
22558
|
+
height: inherit;
|
|
22559
|
+
object-fit: cover;
|
|
22560
|
+
width: inherit;
|
|
22561
|
+
}
|
|
22562
|
+
|
|
22563
|
+
.v-navigation-drawer__scrim {
|
|
22564
|
+
position: absolute;
|
|
22565
|
+
width: 100%;
|
|
22566
|
+
height: 100%;
|
|
22567
|
+
background: black;
|
|
22568
|
+
opacity: 0.2;
|
|
22569
|
+
transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
|
22570
|
+
z-index: 1;
|
|
22551
22571
|
}.v-color-picker-canvas {
|
|
22552
22572
|
display: flex;
|
|
22553
22573
|
position: relative;
|