@vuetify/nightly 3.2.0-next-20230114.0 → 4.0.0-dev-20230206.0
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 +203 -11
- package/dist/json/attributes.json +7202 -0
- package/dist/json/importMap-labs.json +4 -0
- package/dist/json/importMap.json +8 -8
- package/dist/json/tags.json +2492 -0
- package/dist/json/web-types.json +24081 -0
- package/dist/vuetify-labs.css +270 -262
- package/dist/vuetify-labs.d.ts +399 -176
- package/dist/vuetify-labs.esm.js +362 -278
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +361 -277
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +206 -198
- package/dist/vuetify.d.ts +329 -178
- package/dist/vuetify.esm.js +329 -248
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +328 -247
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +700 -689
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.ts +2 -2
- package/lib/blueprints/md1.d.ts +2 -2
- package/lib/blueprints/md2.d.ts +2 -2
- package/lib/blueprints/md3.d.ts +2 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs +3 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.ts +43 -20
- package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -4
- package/lib/components/VBottomSheet/VBottomSheet.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.css +7 -7
- package/lib/components/VBtn/VBtn.mjs +16 -5
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.mjs +15 -11
- package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
- package/lib/components/VBtnGroup/index.d.ts +2 -1
- package/lib/components/VBtnToggle/VBtnToggle.mjs +9 -5
- package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
- package/lib/components/VBtnToggle/index.d.ts +122 -1
- package/lib/components/VCalendar/VCalendar.mjs +3 -0
- package/lib/components/VCalendar/VCalendar.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarCategory.sass +9 -3
- package/lib/components/VCalendar/VCalendarDaily.mjs +20 -8
- package/lib/components/VCalendar/VCalendarDaily.mjs.map +1 -1
- package/lib/components/VCalendar/VCalendarWeekly.mjs +25 -5
- package/lib/components/VCalendar/VCalendarWeekly.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-with-events.mjs +20 -16
- package/lib/components/VCalendar/mixins/calendar-with-events.mjs.map +1 -1
- package/lib/components/VCalendar/mixins/mouse.mjs +16 -30
- package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
- package/lib/components/VCard/VCard.css +7 -7
- package/lib/components/VChip/VChip.css +7 -7
- package/lib/components/VCombobox/VCombobox.mjs +4 -4
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.ts +43 -20
- package/lib/components/VData/VData.mjs +2 -4
- package/lib/components/VData/VData.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +7 -5
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDefaultsProvider/index.d.ts +5 -4
- package/lib/components/VDialog/VDialog.mjs +6 -5
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/index.d.ts +57 -34
- package/lib/components/VDivider/VDivider.mjs +6 -6
- package/lib/components/VDivider/VDivider.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanel.css +7 -7
- package/lib/components/VField/VField.css +2 -2
- package/lib/components/VField/VField.mjs +28 -26
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -2
- package/lib/components/VFileInput/VFileInput.css +1 -0
- package/lib/components/VFileInput/VFileInput.mjs +7 -4
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +1 -0
- package/lib/components/VForm/index.d.ts +0 -3
- package/lib/components/VList/VList.mjs +4 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.css +8 -8
- package/lib/components/VList/VListItem.mjs +29 -19
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VMenu/VMenu.mjs +6 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.ts +57 -34
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +4 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +4 -0
- package/lib/components/VNavigationDrawer/index.d.ts +3 -3
- package/lib/components/VNavigationDrawer/touch.mjs +7 -6
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs +22 -46
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOverflowBtn/VOverflowBtn.mjs +3 -0
- package/lib/components/VOverflowBtn/VOverflowBtn.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.ts +34 -11
- package/lib/components/VOverlay/locationStrategies.mjs +40 -29
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.mjs +25 -16
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.mjs +1 -1
- package/lib/components/VPagination/VPagination.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs +13 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.ts +18 -0
- package/lib/components/VSelect/VSelect.mjs +3 -4
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.ts +43 -20
- package/lib/components/VSelectionControl/VSelectionControl.css +2 -2
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -1
- package/lib/components/VSnackbar/index.d.ts +42 -19
- package/lib/components/VStepper/VStepper.sass +6 -6
- package/lib/components/VStepper/VStepperStep.mjs +12 -2
- package/lib/components/VStepper/VStepperStep.mjs.map +1 -1
- package/lib/components/VTable/VTable.css +4 -4
- package/lib/components/VTable/VTable.sass +2 -2
- package/lib/components/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/components/VTimeline/_mixins.sass +1 -1
- package/lib/components/VTooltip/VTooltip.mjs +4 -3
- package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.ts +57 -34
- package/lib/components/VTreeview/VTreeview.mjs +1 -1
- package/lib/components/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/components/index.d.ts +328 -176
- package/lib/composables/defaults.mjs +1 -1
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/filter.mjs +3 -3
- package/lib/composables/filter.mjs.map +1 -1
- package/lib/composables/form.mjs +0 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/toggleScope.mjs +14 -7
- package/lib/composables/toggleScope.mjs.map +1 -1
- package/lib/directives/ripple/VRipple.css +3 -0
- package/lib/directives/ripple/VRipple.sass +3 -0
- package/lib/directives/ripple/_variables.scss +1 -1
- package/lib/directives/ripple/index.mjs +2 -7
- package/lib/directives/ripple/index.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 +4 -4
- package/lib/labs/VDataTable/VDataTable.mjs +6 -6
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.mjs +1 -1
- package/lib/labs/VDataTable/VDataTableFooter.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 +19 -12
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +6 -5
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/options.mjs +3 -7
- package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs +1 -1
- package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
- package/lib/labs/VDataTable/index.d.ts +71 -1
- package/lib/labs/VDataTable/index.mjs +1 -0
- package/lib/labs/VDataTable/index.mjs.map +1 -1
- package/lib/labs/components.d.ts +71 -1
- package/lib/locale/adapters/vue-i18n.mjs +12 -2
- package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
- package/lib/locale/ar.mjs +20 -20
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/en.mjs +2 -2
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +3 -3
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/fi.mjs +5 -5
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/it.mjs +6 -6
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/sv.mjs +13 -13
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/styles/settings/_variables.scss +6 -6
- package/lib/styles/tools/_states.sass +3 -3
- package/lib/util/defineComponent.mjs +21 -18
- package/lib/util/defineComponent.mjs.map +1 -1
- package/lib/util/helpers.mjs +5 -19
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify
|
2
|
+
* Vuetify v4.0.0-dev-20230206.0
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -18403,12 +18403,15 @@ html.overflow-y-hidden {
|
|
18403
18403
|
}
|
18404
18404
|
.v-ripple__animation--enter {
|
18405
18405
|
transition: none;
|
18406
|
+
opacity: 0;
|
18406
18407
|
}
|
18407
18408
|
.v-ripple__animation--in {
|
18408
18409
|
transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
|
18410
|
+
opacity: calc(0.25 * var(--v-theme-overlay-multiplier));
|
18409
18411
|
}
|
18410
18412
|
.v-ripple__animation--out {
|
18411
18413
|
transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
|
18414
|
+
opacity: 0;
|
18412
18415
|
}.v-code {
|
18413
18416
|
background-color: rgb(var(--v-theme-code));
|
18414
18417
|
color: rgb(var(--v-theme-on-code));
|
@@ -18425,6 +18428,16 @@ html.overflow-y-hidden {
|
|
18425
18428
|
font-weight: normal;
|
18426
18429
|
padding: 0.2em 0.4rem;
|
18427
18430
|
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));
|
18431
|
+
}.v-virtual-scroll {
|
18432
|
+
display: block;
|
18433
|
+
flex: 1 1 auto;
|
18434
|
+
height: 100%;
|
18435
|
+
max-width: 100%;
|
18436
|
+
overflow: auto;
|
18437
|
+
position: relative;
|
18438
|
+
}
|
18439
|
+
.v-virtual-scroll__container {
|
18440
|
+
display: block;
|
18428
18441
|
}.v-data-table {
|
18429
18442
|
width: 100%;
|
18430
18443
|
}
|
@@ -18543,16 +18556,27 @@ html.overflow-y-hidden {
|
|
18543
18556
|
|
18544
18557
|
.v-data-table-rows-no-data {
|
18545
18558
|
text-align: center;
|
18546
|
-
}.v-
|
18547
|
-
display:
|
18548
|
-
|
18549
|
-
|
18550
|
-
|
18551
|
-
|
18552
|
-
position: relative;
|
18559
|
+
}.v-data-table-footer {
|
18560
|
+
display: flex;
|
18561
|
+
align-items: center;
|
18562
|
+
flex-wrap: wrap;
|
18563
|
+
padding: 0 8px;
|
18564
|
+
justify-content: flex-end;
|
18553
18565
|
}
|
18554
|
-
|
18555
|
-
|
18566
|
+
|
18567
|
+
.v-data-table-footer__items-per-page {
|
18568
|
+
padding-inline-end: 24px;
|
18569
|
+
display: flex;
|
18570
|
+
align-items: center;
|
18571
|
+
justify-content: space-between;
|
18572
|
+
}
|
18573
|
+
.v-data-table-footer__items-per-page > span {
|
18574
|
+
padding-inline-end: 24px;
|
18575
|
+
}
|
18576
|
+
|
18577
|
+
.v-data-table-footer__info {
|
18578
|
+
display: flex;
|
18579
|
+
padding-inline-end: 24px;
|
18556
18580
|
}.v-application {
|
18557
18581
|
display: flex;
|
18558
18582
|
background: rgb(var(--v-theme-background));
|
@@ -18580,6 +18604,89 @@ html.overflow-y-hidden {
|
|
18580
18604
|
}
|
18581
18605
|
.v-app-bar:not(.v-toolbar--absolute) {
|
18582
18606
|
padding-inline-end: var(--v-scrollbar-offset);
|
18607
|
+
}.v-input--density-default {
|
18608
|
+
--autocomplete-chips-margin-bottom: 0px;
|
18609
|
+
}
|
18610
|
+
|
18611
|
+
.v-input--density-comfortable {
|
18612
|
+
--autocomplete-chips-margin-bottom: 2px;
|
18613
|
+
}
|
18614
|
+
|
18615
|
+
.v-input--density-compact {
|
18616
|
+
--autocomplete-chips-margin-bottom: 4px;
|
18617
|
+
}
|
18618
|
+
|
18619
|
+
.v-autocomplete .v-field .v-text-field__prefix,
|
18620
|
+
.v-autocomplete .v-field .v-text-field__suffix,
|
18621
|
+
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
18622
|
+
cursor: text;
|
18623
|
+
}
|
18624
|
+
.v-autocomplete .v-field .v-field__input > input {
|
18625
|
+
align-self: flex-start;
|
18626
|
+
flex: 1 1;
|
18627
|
+
}
|
18628
|
+
.v-autocomplete .v-field .v-field__append-inner > .v-icon {
|
18629
|
+
margin-inline-start: 4px;
|
18630
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18631
|
+
}
|
18632
|
+
.v-autocomplete .v-field:not(.v-field--focused) input {
|
18633
|
+
min-width: 0;
|
18634
|
+
}
|
18635
|
+
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
18636
|
+
margin-inline-end: 2px;
|
18637
|
+
}
|
18638
|
+
.v-autocomplete .v-field--single-line .v-autocomplete__selection-text {
|
18639
|
+
overflow: hidden;
|
18640
|
+
text-overflow: ellipsis;
|
18641
|
+
white-space: nowrap;
|
18642
|
+
}
|
18643
|
+
|
18644
|
+
.v-autocomplete__content {
|
18645
|
+
overflow: hidden;
|
18646
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
18647
|
+
border-radius: 4px;
|
18648
|
+
}
|
18649
|
+
.v-autocomplete__mask {
|
18650
|
+
background: rgb(var(--v-theme-on-surface-variant));
|
18651
|
+
}
|
18652
|
+
.v-autocomplete__selection {
|
18653
|
+
display: inline-flex;
|
18654
|
+
letter-spacing: inherit;
|
18655
|
+
line-height: inherit;
|
18656
|
+
max-width: 100%;
|
18657
|
+
}
|
18658
|
+
.v-autocomplete--active-menu .v-field__append-inner > .v-icon {
|
18659
|
+
opacity: var(--v-high-emphasis-opacity);
|
18660
|
+
transform: rotate(180deg);
|
18661
|
+
}
|
18662
|
+
.v-autocomplete--chips .v-autocomplete__selection {
|
18663
|
+
margin-top: 2px;
|
18664
|
+
margin-bottom: var(--autocomplete-chips-margin-bottom);
|
18665
|
+
}
|
18666
|
+
.v-autocomplete--chips .v-autocomplete__selection:first-child {
|
18667
|
+
margin-inline-start: 0;
|
18668
|
+
}
|
18669
|
+
.v-autocomplete--single.v-text-field input {
|
18670
|
+
flex: 1 1;
|
18671
|
+
position: absolute;
|
18672
|
+
left: 0;
|
18673
|
+
right: 0;
|
18674
|
+
width: 100%;
|
18675
|
+
padding-inline-start: inherit;
|
18676
|
+
padding-inline-end: inherit;
|
18677
|
+
}
|
18678
|
+
.v-autocomplete--single .v-field--active input {
|
18679
|
+
transition: none;
|
18680
|
+
}
|
18681
|
+
.v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
|
18682
|
+
opacity: 0;
|
18683
|
+
}
|
18684
|
+
.v-autocomplete--single .v-field--focused .v-autocomplete__selection-text {
|
18685
|
+
opacity: 0;
|
18686
|
+
}
|
18687
|
+
.v-autocomplete--selection-slot.v-text-field input {
|
18688
|
+
position: relative;
|
18689
|
+
padding-inline-start: 0;
|
18583
18690
|
}.v-alert {
|
18584
18691
|
display: grid;
|
18585
18692
|
flex: 1 1;
|
@@ -18790,89 +18897,6 @@ html.overflow-y-hidden {
|
|
18790
18897
|
text-transform: none;
|
18791
18898
|
word-break: normal;
|
18792
18899
|
word-wrap: break-word;
|
18793
|
-
}.v-input--density-default {
|
18794
|
-
--autocomplete-chips-margin-bottom: 0px;
|
18795
|
-
}
|
18796
|
-
|
18797
|
-
.v-input--density-comfortable {
|
18798
|
-
--autocomplete-chips-margin-bottom: 2px;
|
18799
|
-
}
|
18800
|
-
|
18801
|
-
.v-input--density-compact {
|
18802
|
-
--autocomplete-chips-margin-bottom: 4px;
|
18803
|
-
}
|
18804
|
-
|
18805
|
-
.v-autocomplete .v-field .v-text-field__prefix,
|
18806
|
-
.v-autocomplete .v-field .v-text-field__suffix,
|
18807
|
-
.v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
|
18808
|
-
cursor: text;
|
18809
|
-
}
|
18810
|
-
.v-autocomplete .v-field .v-field__input > input {
|
18811
|
-
align-self: flex-start;
|
18812
|
-
flex: 1 1;
|
18813
|
-
}
|
18814
|
-
.v-autocomplete .v-field .v-field__append-inner > .v-icon {
|
18815
|
-
margin-inline-start: 4px;
|
18816
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
18817
|
-
}
|
18818
|
-
.v-autocomplete .v-field:not(.v-field--focused) input {
|
18819
|
-
min-width: 0;
|
18820
|
-
}
|
18821
|
-
.v-autocomplete .v-field--dirty .v-autocomplete__selection {
|
18822
|
-
margin-inline-end: 2px;
|
18823
|
-
}
|
18824
|
-
.v-autocomplete .v-field--single-line .v-autocomplete__selection-text {
|
18825
|
-
overflow: hidden;
|
18826
|
-
text-overflow: ellipsis;
|
18827
|
-
white-space: nowrap;
|
18828
|
-
}
|
18829
|
-
|
18830
|
-
.v-autocomplete__content {
|
18831
|
-
overflow: hidden;
|
18832
|
-
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
18833
|
-
border-radius: 4px;
|
18834
|
-
}
|
18835
|
-
.v-autocomplete__mask {
|
18836
|
-
background: rgb(var(--v-theme-on-surface-variant));
|
18837
|
-
}
|
18838
|
-
.v-autocomplete__selection {
|
18839
|
-
display: inline-flex;
|
18840
|
-
letter-spacing: inherit;
|
18841
|
-
line-height: inherit;
|
18842
|
-
max-width: 100%;
|
18843
|
-
}
|
18844
|
-
.v-autocomplete--active-menu .v-field__append-inner > .v-icon {
|
18845
|
-
opacity: var(--v-high-emphasis-opacity);
|
18846
|
-
transform: rotate(180deg);
|
18847
|
-
}
|
18848
|
-
.v-autocomplete--chips .v-autocomplete__selection {
|
18849
|
-
margin-top: 2px;
|
18850
|
-
margin-bottom: var(--autocomplete-chips-margin-bottom);
|
18851
|
-
}
|
18852
|
-
.v-autocomplete--chips .v-autocomplete__selection:first-child {
|
18853
|
-
margin-inline-start: 0;
|
18854
|
-
}
|
18855
|
-
.v-autocomplete--single.v-text-field input {
|
18856
|
-
flex: 1 1;
|
18857
|
-
position: absolute;
|
18858
|
-
left: 0;
|
18859
|
-
right: 0;
|
18860
|
-
width: 100%;
|
18861
|
-
padding-inline-start: inherit;
|
18862
|
-
padding-inline-end: inherit;
|
18863
|
-
}
|
18864
|
-
.v-autocomplete--single .v-field--active input {
|
18865
|
-
transition: none;
|
18866
|
-
}
|
18867
|
-
.v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
|
18868
|
-
opacity: 0;
|
18869
|
-
}
|
18870
|
-
.v-autocomplete--single .v-field--focused .v-autocomplete__selection-text {
|
18871
|
-
opacity: 0;
|
18872
|
-
}
|
18873
|
-
.v-autocomplete--selection-slot.v-text-field input {
|
18874
|
-
position: relative;
|
18875
|
-
padding-inline-start: 0;
|
18876
18900
|
}.v-avatar {
|
18877
18901
|
flex: none;
|
18878
18902
|
align-items: center;
|
@@ -19384,28 +19408,28 @@ html.overflow-y-hidden {
|
|
19384
19408
|
position: fixed;
|
19385
19409
|
}
|
19386
19410
|
.v-btn:hover > .v-btn__overlay {
|
19387
|
-
opacity: calc(
|
19411
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
19388
19412
|
}
|
19389
19413
|
.v-btn:focus-visible > .v-btn__overlay {
|
19390
|
-
opacity: calc(
|
19414
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
19391
19415
|
}
|
19392
19416
|
@supports not selector(:focus-visible) {
|
19393
19417
|
.v-btn:focus > .v-btn__overlay {
|
19394
|
-
opacity: calc(
|
19418
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
19395
19419
|
}
|
19396
19420
|
}
|
19397
19421
|
.v-btn--active > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true] > .v-btn__overlay {
|
19398
|
-
opacity: calc(
|
19422
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19399
19423
|
}
|
19400
19424
|
.v-btn--active:hover > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:hover > .v-btn__overlay {
|
19401
|
-
opacity: calc(
|
19425
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19402
19426
|
}
|
19403
19427
|
.v-btn--active:focus-visible > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-btn__overlay {
|
19404
|
-
opacity: calc(
|
19428
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19405
19429
|
}
|
19406
19430
|
@supports not selector(:focus-visible) {
|
19407
19431
|
.v-btn--active:focus > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:focus > .v-btn__overlay {
|
19408
|
-
opacity: calc(
|
19432
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19409
19433
|
}
|
19410
19434
|
}
|
19411
19435
|
.v-btn--variant-plain, .v-btn--variant-outlined, .v-btn--variant-text, .v-btn--variant-tonal {
|
@@ -19792,28 +19816,28 @@ html.overflow-y-hidden {
|
|
19792
19816
|
position: fixed;
|
19793
19817
|
}
|
19794
19818
|
.v-card:hover > .v-card__overlay {
|
19795
|
-
opacity: calc(
|
19819
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
19796
19820
|
}
|
19797
19821
|
.v-card:focus-visible > .v-card__overlay {
|
19798
|
-
opacity: calc(
|
19822
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
19799
19823
|
}
|
19800
19824
|
@supports not selector(:focus-visible) {
|
19801
19825
|
.v-card:focus > .v-card__overlay {
|
19802
|
-
opacity: calc(
|
19826
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
19803
19827
|
}
|
19804
19828
|
}
|
19805
19829
|
.v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
|
19806
|
-
opacity: calc(
|
19830
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
19807
19831
|
}
|
19808
19832
|
.v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
|
19809
|
-
opacity: calc(
|
19833
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
19810
19834
|
}
|
19811
19835
|
.v-card--active:focus-visible > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-card__overlay {
|
19812
|
-
opacity: calc(
|
19836
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19813
19837
|
}
|
19814
19838
|
@supports not selector(:focus-visible) {
|
19815
19839
|
.v-card--active:focus > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus > .v-card__overlay {
|
19816
|
-
opacity: calc(
|
19840
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
19817
19841
|
}
|
19818
19842
|
}
|
19819
19843
|
.v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-tonal {
|
@@ -20373,28 +20397,28 @@ html.overflow-y-hidden {
|
|
20373
20397
|
}
|
20374
20398
|
|
20375
20399
|
.v-chip:hover > .v-chip__overlay {
|
20376
|
-
opacity: calc(
|
20400
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
20377
20401
|
}
|
20378
20402
|
.v-chip:focus-visible > .v-chip__overlay {
|
20379
|
-
opacity: calc(
|
20403
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
20380
20404
|
}
|
20381
20405
|
@supports not selector(:focus-visible) {
|
20382
20406
|
.v-chip:focus > .v-chip__overlay {
|
20383
|
-
opacity: calc(
|
20407
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
20384
20408
|
}
|
20385
20409
|
}
|
20386
20410
|
.v-chip--active > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true] > .v-chip__overlay {
|
20387
|
-
opacity: calc(
|
20411
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
20388
20412
|
}
|
20389
20413
|
.v-chip--active:hover > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:hover > .v-chip__overlay {
|
20390
|
-
opacity: calc(
|
20414
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
20391
20415
|
}
|
20392
20416
|
.v-chip--active:focus-visible > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-chip__overlay {
|
20393
|
-
opacity: calc(
|
20417
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
20394
20418
|
}
|
20395
20419
|
@supports not selector(:focus-visible) {
|
20396
20420
|
.v-chip--active:focus > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus > .v-chip__overlay {
|
20397
|
-
opacity: calc(
|
20421
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
20398
20422
|
}
|
20399
20423
|
}
|
20400
20424
|
.v-chip--variant-plain, .v-chip--variant-outlined, .v-chip--variant-text, .v-chip--variant-tonal {
|
@@ -21860,28 +21884,28 @@ html.overflow-y-hidden {
|
|
21860
21884
|
justify-content: space-between;
|
21861
21885
|
}
|
21862
21886
|
.v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
|
21863
|
-
opacity: calc(
|
21887
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
21864
21888
|
}
|
21865
21889
|
.v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
|
21866
|
-
opacity: calc(
|
21890
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
21867
21891
|
}
|
21868
21892
|
@supports not selector(:focus-visible) {
|
21869
21893
|
.v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
|
21870
|
-
opacity: calc(
|
21894
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
21871
21895
|
}
|
21872
21896
|
}
|
21873
21897
|
.v-expansion-panel-title--active > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true] > .v-expansion-panel-title__overlay {
|
21874
|
-
opacity: calc(
|
21898
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
21875
21899
|
}
|
21876
21900
|
.v-expansion-panel-title--active:hover > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:hover > .v-expansion-panel-title__overlay {
|
21877
|
-
opacity: calc(
|
21901
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
21878
21902
|
}
|
21879
21903
|
.v-expansion-panel-title--active:focus-visible > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-expansion-panel-title__overlay {
|
21880
|
-
opacity: calc(
|
21904
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
21881
21905
|
}
|
21882
21906
|
@supports not selector(:focus-visible) {
|
21883
21907
|
.v-expansion-panel-title--active:focus > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:focus > .v-expansion-panel-title__overlay {
|
21884
|
-
opacity: calc(
|
21908
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
21885
21909
|
}
|
21886
21910
|
}
|
21887
21911
|
.v-expansion-panel-title--active::before {
|
@@ -21936,6 +21960,30 @@ html.overflow-y-hidden {
|
|
21936
21960
|
}
|
21937
21961
|
.v-expansion-panels--variant-inset > .v-expansion-panel--active {
|
21938
21962
|
max-width: calc(100% - 32px);
|
21963
|
+
}.v-input--density-default {
|
21964
|
+
--file-input-chips-margin-bottom: 0px;
|
21965
|
+
}
|
21966
|
+
|
21967
|
+
.v-input--density-comfortable {
|
21968
|
+
--file-input-chips-margin-bottom: 2px;
|
21969
|
+
}
|
21970
|
+
|
21971
|
+
.v-input--density-compact {
|
21972
|
+
--file-input-chips-margin-bottom: 4px;
|
21973
|
+
}
|
21974
|
+
|
21975
|
+
.v-file-input input[type=file] {
|
21976
|
+
height: 100%;
|
21977
|
+
left: 0;
|
21978
|
+
opacity: 0;
|
21979
|
+
position: absolute;
|
21980
|
+
top: 0;
|
21981
|
+
width: 100%;
|
21982
|
+
z-index: 1;
|
21983
|
+
}
|
21984
|
+
.v-file-input .v-chip {
|
21985
|
+
margin-top: 2px;
|
21986
|
+
margin-bottom: var(--file-input-chips-margin-bottom);
|
21939
21987
|
}/* region INPUT */
|
21940
21988
|
.v-field {
|
21941
21989
|
display: grid;
|
@@ -22341,11 +22389,11 @@ textarea.v-field__input::placeholder {
|
|
22341
22389
|
}
|
22342
22390
|
@media (hover: hover) {
|
22343
22391
|
.v-field--variant-filled:hover .v-field__overlay {
|
22344
|
-
opacity: calc(0.
|
22392
|
+
opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
22345
22393
|
}
|
22346
22394
|
}
|
22347
22395
|
.v-field--variant-filled.v-field--focused .v-field__overlay {
|
22348
|
-
opacity: calc(0.
|
22396
|
+
opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
22349
22397
|
}
|
22350
22398
|
|
22351
22399
|
/* endregion */
|
@@ -22367,30 +22415,7 @@ textarea.v-field__input::placeholder {
|
|
22367
22415
|
opacity: 0;
|
22368
22416
|
}
|
22369
22417
|
|
22370
|
-
/* endregion */.v-
|
22371
|
-
--file-input-chips-margin-bottom: 0px;
|
22372
|
-
}
|
22373
|
-
|
22374
|
-
.v-input--density-comfortable {
|
22375
|
-
--file-input-chips-margin-bottom: 2px;
|
22376
|
-
}
|
22377
|
-
|
22378
|
-
.v-input--density-compact {
|
22379
|
-
--file-input-chips-margin-bottom: 4px;
|
22380
|
-
}
|
22381
|
-
|
22382
|
-
.v-file-input input[type=file] {
|
22383
|
-
height: 100%;
|
22384
|
-
left: 0;
|
22385
|
-
opacity: 0;
|
22386
|
-
position: absolute;
|
22387
|
-
top: 0;
|
22388
|
-
width: 100%;
|
22389
|
-
}
|
22390
|
-
.v-file-input .v-chip {
|
22391
|
-
margin-top: 2px;
|
22392
|
-
margin-bottom: var(--file-input-chips-margin-bottom);
|
22393
|
-
}.v-footer {
|
22418
|
+
/* endregion */.v-footer {
|
22394
22419
|
align-items: center;
|
22395
22420
|
display: flex;
|
22396
22421
|
flex: 1 1 auto;
|
@@ -22613,20 +22638,6 @@ textarea.v-field__input::placeholder {
|
|
22613
22638
|
max-width: 100%;
|
22614
22639
|
position: relative;
|
22615
22640
|
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
22616
|
-
}.v-label {
|
22617
|
-
align-items: center;
|
22618
|
-
display: inline-flex;
|
22619
|
-
font-size: 1rem;
|
22620
|
-
letter-spacing: 0.009375em;
|
22621
|
-
min-width: 0;
|
22622
|
-
opacity: var(--v-medium-emphasis-opacity);
|
22623
|
-
overflow: hidden;
|
22624
|
-
text-overflow: ellipsis;
|
22625
|
-
white-space: nowrap;
|
22626
|
-
}
|
22627
|
-
|
22628
|
-
.v-label--clickable {
|
22629
|
-
cursor: pointer;
|
22630
22641
|
}.v-layout {
|
22631
22642
|
--v-scrollbar-offset: 0px;
|
22632
22643
|
display: flex;
|
@@ -22642,6 +22653,20 @@ textarea.v-field__input::placeholder {
|
|
22642
22653
|
|
22643
22654
|
.v-layout-item--absolute {
|
22644
22655
|
position: absolute;
|
22656
|
+
}.v-label {
|
22657
|
+
align-items: center;
|
22658
|
+
display: inline-flex;
|
22659
|
+
font-size: 1rem;
|
22660
|
+
letter-spacing: 0.009375em;
|
22661
|
+
min-width: 0;
|
22662
|
+
opacity: var(--v-medium-emphasis-opacity);
|
22663
|
+
overflow: hidden;
|
22664
|
+
text-overflow: ellipsis;
|
22665
|
+
white-space: nowrap;
|
22666
|
+
}
|
22667
|
+
|
22668
|
+
.v-label--clickable {
|
22669
|
+
cursor: pointer;
|
22645
22670
|
}.v-list {
|
22646
22671
|
overflow: auto;
|
22647
22672
|
padding: 8px 0;
|
@@ -22767,28 +22792,28 @@ textarea.v-field__input::placeholder {
|
|
22767
22792
|
box-shadow: none;
|
22768
22793
|
}
|
22769
22794
|
.v-list-item:hover > .v-list-item__overlay {
|
22770
|
-
opacity: calc(
|
22795
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
22771
22796
|
}
|
22772
22797
|
.v-list-item:focus-visible > .v-list-item__overlay {
|
22773
|
-
opacity: calc(
|
22798
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
22774
22799
|
}
|
22775
22800
|
@supports not selector(:focus-visible) {
|
22776
22801
|
.v-list-item:focus > .v-list-item__overlay {
|
22777
|
-
opacity: calc(
|
22802
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
22778
22803
|
}
|
22779
22804
|
}
|
22780
22805
|
.v-list-item--active > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true] > .v-list-item__overlay {
|
22781
|
-
opacity: calc(
|
22806
|
+
opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
|
22782
22807
|
}
|
22783
22808
|
.v-list-item--active:hover > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-list-item__overlay {
|
22784
|
-
opacity: calc(
|
22809
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
|
22785
22810
|
}
|
22786
22811
|
.v-list-item--active:focus-visible > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-list-item__overlay {
|
22787
|
-
opacity: calc(
|
22812
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
22788
22813
|
}
|
22789
22814
|
@supports not selector(:focus-visible) {
|
22790
22815
|
.v-list-item--active:focus > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-list-item__overlay {
|
22791
|
-
opacity: calc(
|
22816
|
+
opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
|
22792
22817
|
}
|
22793
22818
|
}
|
22794
22819
|
.v-list-item--variant-plain, .v-list-item--variant-outlined, .v-list-item--variant-text, .v-list-item--variant-tonal {
|
@@ -23069,7 +23094,7 @@ textarea.v-field__input::placeholder {
|
|
23069
23094
|
padding-inline-start: 8px;
|
23070
23095
|
padding-inline-end: 8px;
|
23071
23096
|
}
|
23072
|
-
.v-list .v-list-item--nav:not(:
|
23097
|
+
.v-list .v-list-item--nav:not(:only-child) {
|
23073
23098
|
margin-bottom: 4px;
|
23074
23099
|
}
|
23075
23100
|
|
@@ -23211,6 +23236,10 @@ textarea.v-field__input::placeholder {
|
|
23211
23236
|
.v-navigation-drawer--rounded {
|
23212
23237
|
border-radius: 4px;
|
23213
23238
|
}
|
23239
|
+
.v-navigation-drawer--top {
|
23240
|
+
top: 0;
|
23241
|
+
border-bottom-width: thin;
|
23242
|
+
}
|
23214
23243
|
.v-navigation-drawer--bottom {
|
23215
23244
|
left: 0;
|
23216
23245
|
border-top-width: thin;
|
@@ -23802,68 +23831,6 @@ html.v-overlay-scroll-blocked {
|
|
23802
23831
|
flex: 1 0 0px;
|
23803
23832
|
transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23804
23833
|
pointer-events: none;
|
23805
|
-
}.v-input--density-default {
|
23806
|
-
--select-chips-margin-bottom: 0px;
|
23807
|
-
}
|
23808
|
-
|
23809
|
-
.v-input--density-comfortable {
|
23810
|
-
--select-chips-margin-bottom: 2px;
|
23811
|
-
}
|
23812
|
-
|
23813
|
-
.v-input--density-compact {
|
23814
|
-
--select-chips-margin-bottom: 4px;
|
23815
|
-
}
|
23816
|
-
|
23817
|
-
.v-select .v-field .v-text-field__prefix,
|
23818
|
-
.v-select .v-field .v-text-field__suffix,
|
23819
|
-
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
23820
|
-
cursor: pointer;
|
23821
|
-
}
|
23822
|
-
.v-select .v-field .v-field__input > input {
|
23823
|
-
align-self: flex-start;
|
23824
|
-
opacity: 1;
|
23825
|
-
flex: 0 0;
|
23826
|
-
position: absolute;
|
23827
|
-
width: 100%;
|
23828
|
-
transition: none;
|
23829
|
-
pointer-events: none;
|
23830
|
-
}
|
23831
|
-
.v-select .v-field .v-field__append-inner > .v-icon {
|
23832
|
-
margin-inline-start: 4px;
|
23833
|
-
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23834
|
-
}
|
23835
|
-
.v-select .v-field--dirty .v-select__selection {
|
23836
|
-
margin-inline-end: 2px;
|
23837
|
-
}
|
23838
|
-
.v-select .v-field--single-line .v-select__selection-text {
|
23839
|
-
overflow: hidden;
|
23840
|
-
text-overflow: ellipsis;
|
23841
|
-
white-space: nowrap;
|
23842
|
-
}
|
23843
|
-
.v-select__content {
|
23844
|
-
overflow: hidden;
|
23845
|
-
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
23846
|
-
border-radius: 4px;
|
23847
|
-
}
|
23848
|
-
.v-select__selection {
|
23849
|
-
display: inline-flex;
|
23850
|
-
letter-spacing: inherit;
|
23851
|
-
line-height: inherit;
|
23852
|
-
max-width: 100%;
|
23853
|
-
}
|
23854
|
-
.v-select--active-menu .v-field__append-inner > .v-icon {
|
23855
|
-
opacity: var(--v-high-emphasis-opacity);
|
23856
|
-
transform: rotate(180deg);
|
23857
|
-
}
|
23858
|
-
.v-select--chips .v-select__selection {
|
23859
|
-
margin-top: 2px;
|
23860
|
-
margin-bottom: var(--select-chips-margin-bottom);
|
23861
|
-
}
|
23862
|
-
.v-select--chips .v-select__selection:first-child {
|
23863
|
-
margin-inline-start: 0;
|
23864
|
-
}
|
23865
|
-
.v-select--selected .v-field .v-field__input > input {
|
23866
|
-
opacity: 0;
|
23867
23834
|
}.v-selection-control {
|
23868
23835
|
align-items: center;
|
23869
23836
|
contain: layout;
|
@@ -23953,7 +23920,7 @@ html.v-overlay-scroll-blocked {
|
|
23953
23920
|
pointer-events: none;
|
23954
23921
|
}
|
23955
23922
|
.v-selection-control__input:hover::before {
|
23956
|
-
opacity: calc(
|
23923
|
+
opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
|
23957
23924
|
}
|
23958
23925
|
.v-selection-control__input > .v-icon {
|
23959
23926
|
opacity: var(--v-medium-emphasis-opacity);
|
@@ -23965,7 +23932,69 @@ html.v-overlay-scroll-blocked {
|
|
23965
23932
|
color: rgb(var(--v-theme-error));
|
23966
23933
|
}
|
23967
23934
|
.v-selection-control--focus-visible .v-selection-control__input::before {
|
23968
|
-
opacity: calc(
|
23935
|
+
opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
|
23936
|
+
}.v-input--density-default {
|
23937
|
+
--select-chips-margin-bottom: 0px;
|
23938
|
+
}
|
23939
|
+
|
23940
|
+
.v-input--density-comfortable {
|
23941
|
+
--select-chips-margin-bottom: 2px;
|
23942
|
+
}
|
23943
|
+
|
23944
|
+
.v-input--density-compact {
|
23945
|
+
--select-chips-margin-bottom: 4px;
|
23946
|
+
}
|
23947
|
+
|
23948
|
+
.v-select .v-field .v-text-field__prefix,
|
23949
|
+
.v-select .v-field .v-text-field__suffix,
|
23950
|
+
.v-select .v-field .v-field__input, .v-select .v-field.v-field {
|
23951
|
+
cursor: pointer;
|
23952
|
+
}
|
23953
|
+
.v-select .v-field .v-field__input > input {
|
23954
|
+
align-self: flex-start;
|
23955
|
+
opacity: 1;
|
23956
|
+
flex: 0 0;
|
23957
|
+
position: absolute;
|
23958
|
+
width: 100%;
|
23959
|
+
transition: none;
|
23960
|
+
pointer-events: none;
|
23961
|
+
}
|
23962
|
+
.v-select .v-field .v-field__append-inner > .v-icon {
|
23963
|
+
margin-inline-start: 4px;
|
23964
|
+
transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
23965
|
+
}
|
23966
|
+
.v-select .v-field--dirty .v-select__selection {
|
23967
|
+
margin-inline-end: 2px;
|
23968
|
+
}
|
23969
|
+
.v-select .v-field--single-line .v-select__selection-text {
|
23970
|
+
overflow: hidden;
|
23971
|
+
text-overflow: ellipsis;
|
23972
|
+
white-space: nowrap;
|
23973
|
+
}
|
23974
|
+
.v-select__content {
|
23975
|
+
overflow: hidden;
|
23976
|
+
box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
|
23977
|
+
border-radius: 4px;
|
23978
|
+
}
|
23979
|
+
.v-select__selection {
|
23980
|
+
display: inline-flex;
|
23981
|
+
letter-spacing: inherit;
|
23982
|
+
line-height: inherit;
|
23983
|
+
max-width: 100%;
|
23984
|
+
}
|
23985
|
+
.v-select--active-menu .v-field__append-inner > .v-icon {
|
23986
|
+
opacity: var(--v-high-emphasis-opacity);
|
23987
|
+
transform: rotate(180deg);
|
23988
|
+
}
|
23989
|
+
.v-select--chips .v-select__selection {
|
23990
|
+
margin-top: 2px;
|
23991
|
+
margin-bottom: var(--select-chips-margin-bottom);
|
23992
|
+
}
|
23993
|
+
.v-select--chips .v-select__selection:first-child {
|
23994
|
+
margin-inline-start: 0;
|
23995
|
+
}
|
23996
|
+
.v-select--selected .v-field .v-field__input > input {
|
23997
|
+
opacity: 0;
|
23969
23998
|
}.v-selection-control-group {
|
23970
23999
|
grid-area: control;
|
23971
24000
|
display: flex;
|
@@ -24391,7 +24420,7 @@ html.v-overlay-scroll-blocked {
|
|
24391
24420
|
}
|
24392
24421
|
|
24393
24422
|
.v-table {
|
24394
|
-
--v-table-header-height:
|
24423
|
+
--v-table-header-height: 56px;
|
24395
24424
|
border-radius: inherit;
|
24396
24425
|
line-height: 1.5;
|
24397
24426
|
max-width: 100%;
|
@@ -24420,7 +24449,7 @@ html.v-overlay-scroll-blocked {
|
|
24420
24449
|
.v-table--density-default > .v-table__wrapper > table > tbody > tr > th,
|
24421
24450
|
.v-table--density-default > .v-table__wrapper > table > thead > tr > th,
|
24422
24451
|
.v-table--density-default > .v-table__wrapper > table > tfoot > tr > th {
|
24423
|
-
height:
|
24452
|
+
height: calc(var(--v-table-header-height) + 0px);
|
24424
24453
|
}
|
24425
24454
|
.v-table--density-default > .v-table__wrapper > table > tbody > tr > td,
|
24426
24455
|
.v-table--density-default > .v-table__wrapper > table > thead > tr > td,
|
@@ -24431,7 +24460,7 @@ html.v-overlay-scroll-blocked {
|
|
24431
24460
|
.v-table--density-comfortable > .v-table__wrapper > table > tbody > tr > th,
|
24432
24461
|
.v-table--density-comfortable > .v-table__wrapper > table > thead > tr > th,
|
24433
24462
|
.v-table--density-comfortable > .v-table__wrapper > table > tfoot > tr > th {
|
24434
|
-
height:
|
24463
|
+
height: calc(var(--v-table-header-height) - 8px);
|
24435
24464
|
}
|
24436
24465
|
.v-table--density-comfortable > .v-table__wrapper > table > tbody > tr > td,
|
24437
24466
|
.v-table--density-comfortable > .v-table__wrapper > table > thead > tr > td,
|
@@ -24442,7 +24471,7 @@ html.v-overlay-scroll-blocked {
|
|
24442
24471
|
.v-table--density-compact > .v-table__wrapper > table > tbody > tr > th,
|
24443
24472
|
.v-table--density-compact > .v-table__wrapper > table > thead > tr > th,
|
24444
24473
|
.v-table--density-compact > .v-table__wrapper > table > tfoot > tr > th {
|
24445
|
-
height:
|
24474
|
+
height: calc(var(--v-table-header-height) - 16px);
|
24446
24475
|
}
|
24447
24476
|
.v-table--density-compact > .v-table__wrapper > table > tbody > tr > td,
|
24448
24477
|
.v-table--density-compact > .v-table__wrapper > table > thead > tr > td,
|
@@ -24595,10 +24624,7 @@ html.v-overlay-scroll-blocked {
|
|
24595
24624
|
padding: 0;
|
24596
24625
|
}
|
24597
24626
|
|
24598
|
-
/* endregion */.v-
|
24599
|
-
background: rgb(var(--v-theme-background));
|
24600
|
-
color: rgb(var(--v-theme-on-background));
|
24601
|
-
}.v-timeline .v-timeline-divider__dot {
|
24627
|
+
/* endregion */.v-timeline .v-timeline-divider__dot {
|
24602
24628
|
background: rgb(var(--v-theme-on-surface-variant));
|
24603
24629
|
}
|
24604
24630
|
.v-timeline .v-timeline-divider__inner-dot {
|
@@ -25262,27 +25288,9 @@ html.v-overlay-scroll-blocked {
|
|
25262
25288
|
}
|
25263
25289
|
.v-window-y-reverse-transition-leave-to {
|
25264
25290
|
transform: translateY(100%);
|
25265
|
-
}.v-
|
25266
|
-
|
25267
|
-
|
25268
|
-
flex-wrap: wrap;
|
25269
|
-
padding: 0 8px;
|
25270
|
-
justify-content: flex-end;
|
25271
|
-
}
|
25272
|
-
|
25273
|
-
.v-data-table-footer__items-per-page {
|
25274
|
-
padding-inline-end: 24px;
|
25275
|
-
display: flex;
|
25276
|
-
align-items: center;
|
25277
|
-
justify-content: space-between;
|
25278
|
-
}
|
25279
|
-
.v-data-table-footer__items-per-page > span {
|
25280
|
-
padding-inline-end: 24px;
|
25281
|
-
}
|
25282
|
-
|
25283
|
-
.v-data-table-footer__info {
|
25284
|
-
display: flex;
|
25285
|
-
padding-inline-end: 24px;
|
25291
|
+
}.v-theme-provider {
|
25292
|
+
background: rgb(var(--v-theme-background));
|
25293
|
+
color: rgb(var(--v-theme-on-background));
|
25286
25294
|
}.v-color-picker-canvas {
|
25287
25295
|
position: relative;
|
25288
25296
|
overflow: hidden;
|