vuetify 2.6.0-beta.0 → 2.6.3
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 +108 -60
- package/dist/json/tags.json +18 -6
- package/dist/json/web-types.json +250 -102
- package/dist/vuetify.css +92 -41
- package/dist/vuetify.css.map +1 -1
- package/dist/vuetify.js +411 -286
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +2 -2
- package/es5/components/VAutocomplete/VAutocomplete.js +20 -2
- package/es5/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/es5/components/VBanner/VBanner.js +3 -2
- package/es5/components/VBanner/VBanner.js.map +1 -1
- package/es5/components/VBottomNavigation/VBottomNavigation.js +10 -2
- package/es5/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
- package/es5/components/VBottomSheet/VBottomSheet.js +1 -4
- package/es5/components/VBottomSheet/VBottomSheet.js.map +1 -1
- package/es5/components/VCalendar/VCalendar.js.map +1 -1
- package/es5/components/VCalendar/VCalendarDaily.js +27 -21
- package/es5/components/VCalendar/VCalendarDaily.js.map +1 -1
- package/es5/components/VCalendar/VCalendarWeekly.js +14 -10
- package/es5/components/VCalendar/VCalendarWeekly.js.map +1 -1
- package/es5/components/VCalendar/mixins/calendar-with-events.js +23 -22
- package/es5/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
- package/es5/components/VCalendar/mixins/mouse.js +13 -4
- package/es5/components/VCalendar/mixins/mouse.js.map +1 -1
- package/es5/components/VCombobox/VCombobox.js +1 -6
- package/es5/components/VCombobox/VCombobox.js.map +1 -1
- package/es5/components/VData/VData.js +2 -8
- package/es5/components/VData/VData.js.map +1 -1
- package/es5/components/VDataTable/MobileRow.js +2 -2
- package/es5/components/VDataTable/MobileRow.js.map +1 -1
- package/es5/components/VDataTable/Row.js +2 -2
- package/es5/components/VDataTable/Row.js.map +1 -1
- package/es5/components/VDataTable/VDataTableHeaderDesktop.js +1 -1
- package/es5/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
- package/es5/components/VDialog/VDialog.js +11 -17
- package/es5/components/VDialog/VDialog.js.map +1 -1
- package/es5/components/VItemGroup/VItemGroup.js +8 -4
- package/es5/components/VItemGroup/VItemGroup.js.map +1 -1
- package/es5/components/VList/VListItem.js +8 -1
- package/es5/components/VList/VListItem.js.map +1 -1
- package/es5/components/VMenu/VMenu.js +4 -6
- package/es5/components/VMenu/VMenu.js.map +1 -1
- package/es5/components/VNavigationDrawer/VNavigationDrawer.js +8 -12
- package/es5/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
- package/es5/components/VOtpInput/VOtpInput.js +16 -25
- package/es5/components/VOtpInput/VOtpInput.js.map +1 -1
- package/es5/components/VOverlay/VOverlay.js +1 -0
- package/es5/components/VOverlay/VOverlay.js.map +1 -1
- package/es5/components/VRadioGroup/VRadioGroup.js +8 -3
- package/es5/components/VRadioGroup/VRadioGroup.js.map +1 -1
- package/es5/components/VRangeSlider/VRangeSlider.js +4 -1
- package/es5/components/VRangeSlider/VRangeSlider.js.map +1 -1
- package/es5/components/VSelect/VSelect.js +7 -2
- package/es5/components/VSelect/VSelect.js.map +1 -1
- package/es5/components/VSlideGroup/VSlideGroup.js +4 -3
- package/es5/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/es5/components/VStepper/VStepperStep.js +12 -1
- package/es5/components/VStepper/VStepperStep.js.map +1 -1
- package/es5/components/VTabs/VTab.js +18 -6
- package/es5/components/VTabs/VTab.js.map +1 -1
- package/es5/components/VTextField/VTextField.js +6 -1
- package/es5/components/VTextField/VTextField.js.map +1 -1
- package/es5/components/VTooltip/VTooltip.js +14 -8
- package/es5/components/VTooltip/VTooltip.js.map +1 -1
- package/es5/components/VTreeview/VTreeviewNode.js +3 -1
- package/es5/components/VTreeview/VTreeviewNode.js.map +1 -1
- package/es5/components/transitions/createTransition.js +0 -20
- package/es5/components/transitions/createTransition.js.map +1 -1
- package/es5/directives/click-outside/index.js +21 -10
- package/es5/directives/click-outside/index.js.map +1 -1
- package/es5/directives/intersect/index.js +16 -12
- package/es5/directives/intersect/index.js.map +1 -1
- package/es5/directives/mutate/index.js +10 -8
- package/es5/directives/mutate/index.js.map +1 -1
- package/es5/directives/resize/index.js +11 -8
- package/es5/directives/resize/index.js.map +1 -1
- package/es5/directives/ripple/index.js +0 -7
- package/es5/directives/ripple/index.js.map +1 -1
- package/es5/directives/scroll/index.js +13 -10
- package/es5/directives/scroll/index.js.map +1 -1
- package/es5/framework.js +1 -1
- package/es5/locale/fr.js +1 -1
- package/es5/locale/fr.js.map +1 -1
- package/es5/locale/it.js +6 -6
- package/es5/locale/it.js.map +1 -1
- package/es5/mixins/activatable/index.js +6 -2
- package/es5/mixins/activatable/index.js.map +1 -1
- package/es5/mixins/detachable/index.js +32 -14
- package/es5/mixins/detachable/index.js.map +1 -1
- package/es5/mixins/intersectable/index.js +11 -2
- package/es5/mixins/intersectable/index.js.map +1 -1
- package/es5/mixins/menuable/index.js +11 -9
- package/es5/mixins/menuable/index.js.map +1 -1
- package/es5/mixins/overlayable/index.js +21 -11
- package/es5/mixins/overlayable/index.js.map +1 -1
- package/es5/mixins/routable/index.js +12 -9
- package/es5/mixins/routable/index.js.map +1 -1
- package/es5/services/application/index.js +1 -3
- package/es5/services/application/index.js.map +1 -1
- package/es5/util/helpers.js +5 -5
- package/es5/util/helpers.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +18 -2
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VBanner/VBanner.js +3 -2
- package/lib/components/VBanner/VBanner.js.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.js +10 -2
- package/lib/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.js +1 -4
- package/lib/components/VBottomSheet/VBottomSheet.js.map +1 -1
- package/lib/components/VCalendar/VCalendar.js.map +1 -1
- package/lib/components/VCalendar/VCalendarDaily.js +27 -15
- package/lib/components/VCalendar/VCalendarDaily.js.map +1 -1
- package/lib/components/VCalendar/VCalendarWeekly.js +10 -2
- package/lib/components/VCalendar/VCalendarWeekly.js.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-with-events.js +10 -5
- package/lib/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
- package/lib/components/VCalendar/mixins/mouse.js +9 -4
- package/lib/components/VCalendar/mixins/mouse.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +1 -6
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VData/VData.js +2 -4
- package/lib/components/VData/VData.js.map +1 -1
- package/lib/components/VDataTable/MobileRow.js +2 -2
- package/lib/components/VDataTable/MobileRow.js.map +1 -1
- package/lib/components/VDataTable/Row.js +2 -2
- package/lib/components/VDataTable/Row.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaderDesktop.js +1 -1
- package/lib/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
- package/lib/components/VDialog/VDialog.js +11 -16
- package/lib/components/VDialog/VDialog.js.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.js +7 -5
- package/lib/components/VItemGroup/VItemGroup.js.map +1 -1
- package/lib/components/VList/VListItem.js +9 -1
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VMenu/VMenu.js +4 -6
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js +4 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +16 -25
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VOverlay/VOverlay.js +1 -0
- package/lib/components/VOverlay/VOverlay.js.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.js +11 -4
- package/lib/components/VRadioGroup/VRadioGroup.js.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.js +4 -1
- package/lib/components/VRangeSlider/VRangeSlider.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +7 -2
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.js +5 -4
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VStepper/VStepperStep.js +12 -1
- package/lib/components/VStepper/VStepperStep.js.map +1 -1
- package/lib/components/VTabs/VTab.js +19 -8
- package/lib/components/VTabs/VTab.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +8 -1
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTooltip/VTooltip.js +14 -8
- package/lib/components/VTooltip/VTooltip.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewNode.js +3 -1
- package/lib/components/VTreeview/VTreeviewNode.js.map +1 -1
- package/lib/components/transitions/createTransition.js +0 -6
- package/lib/components/transitions/createTransition.js.map +1 -1
- package/lib/directives/click-outside/index.js +22 -10
- package/lib/directives/click-outside/index.js.map +1 -1
- package/lib/directives/intersect/index.js +16 -12
- package/lib/directives/intersect/index.js.map +1 -1
- package/lib/directives/mutate/index.js +10 -8
- package/lib/directives/mutate/index.js.map +1 -1
- package/lib/directives/resize/index.js +9 -6
- package/lib/directives/resize/index.js.map +1 -1
- package/lib/directives/ripple/index.js +0 -7
- package/lib/directives/ripple/index.js.map +1 -1
- package/lib/directives/scroll/index.js +9 -6
- package/lib/directives/scroll/index.js.map +1 -1
- package/lib/framework.js +1 -1
- package/lib/locale/fr.js +1 -1
- package/lib/locale/fr.js.map +1 -1
- package/lib/locale/it.js +6 -6
- package/lib/locale/it.js.map +1 -1
- package/lib/mixins/activatable/index.js +6 -2
- package/lib/mixins/activatable/index.js.map +1 -1
- package/lib/mixins/detachable/index.js +28 -13
- package/lib/mixins/detachable/index.js.map +1 -1
- package/lib/mixins/intersectable/index.js +9 -2
- package/lib/mixins/intersectable/index.js.map +1 -1
- package/lib/mixins/menuable/index.js +11 -9
- package/lib/mixins/menuable/index.js.map +1 -1
- package/lib/mixins/overlayable/index.js +21 -11
- package/lib/mixins/overlayable/index.js.map +1 -1
- package/lib/mixins/routable/index.js +16 -9
- package/lib/mixins/routable/index.js.map +1 -1
- package/lib/services/application/index.js +1 -3
- package/lib/services/application/index.js.map +1 -1
- package/lib/util/helpers.js +5 -5
- package/lib/util/helpers.js.map +1 -1
- package/package.json +2 -2
- package/src/components/VAutocomplete/VAutocomplete.ts +15 -2
- package/src/components/VBanner/VBanner.ts +16 -10
- package/src/components/VBottomNavigation/VBottomNavigation.ts +14 -2
- package/src/components/VBottomNavigation/__tests__/VBottomNavigation.spec.ts +9 -7
- package/src/components/VBottomSheet/VBottomSheet.ts +1 -4
- package/src/components/VCalendar/VCalendar.ts +1 -0
- package/src/components/VCalendar/VCalendarCategory.sass +10 -3
- package/src/components/VCalendar/VCalendarDaily.ts +14 -13
- package/src/components/VCalendar/VCalendarWeekly.ts +4 -2
- package/src/components/VCalendar/mixins/calendar-with-events.sass +7 -1
- package/src/components/VCalendar/mixins/calendar-with-events.ts +7 -6
- package/src/components/VCalendar/mixins/mouse.ts +10 -4
- package/src/components/VCombobox/VCombobox.ts +1 -6
- package/src/components/VCombobox/__tests__/VCombobox-multiple.spec.ts +113 -0
- package/src/components/VCombobox/__tests__/VCombobox.spec.ts +32 -2
- package/src/components/VData/VData.ts +2 -4
- package/src/components/VDataTable/MobileRow.ts +2 -2
- package/src/components/VDataTable/Row.ts +2 -2
- package/src/components/VDataTable/VDataTableHeaderDesktop.ts +1 -1
- package/src/components/VDataTable/__tests__/__snapshots__/VDataTable.spec.ts.snap +4 -4
- package/src/components/VDialog/VDialog.sass +1 -1
- package/src/components/VDialog/VDialog.ts +10 -14
- package/src/components/VDialog/__tests__/__snapshots__/VDialog.spec.ts.snap +14 -32
- package/src/components/VImg/__tests__/VImg.spec.ts +1 -1
- package/src/components/VItemGroup/VItemGroup.ts +5 -3
- package/src/components/VItemGroup/__tests__/VItemGroup.spec.ts +19 -2
- package/src/components/VList/VListItem.sass +2 -1
- package/src/components/VList/VListItem.ts +7 -1
- package/src/components/VList/__tests__/VListItem.spec.ts +16 -0
- package/src/components/VMenu/VMenu.ts +2 -6
- package/src/components/VNavigationDrawer/VNavigationDrawer.ts +4 -7
- package/src/components/VNavigationDrawer/__tests__/VNavigationDrawer.spec.ts +1 -1
- package/src/components/VOtpInput/VOtpInput.sass +13 -16
- package/src/components/VOtpInput/VOtpInput.ts +14 -28
- package/src/components/VOtpInput/_variables.scss +2 -4
- package/src/components/VOverlay/VOverlay.ts +1 -0
- package/src/components/VRadioGroup/VRadioGroup.ts +8 -4
- package/src/components/VRangeSlider/VRangeSlider.ts +3 -1
- package/src/components/VSelect/VSelect.ts +5 -1
- package/src/components/VSlideGroup/VSlideGroup.ts +8 -2
- package/src/components/VStepper/VStepper.sass +4 -4
- package/src/components/VStepper/VStepperStep.ts +14 -2
- package/src/components/VStepper/__tests__/__snapshots__/VStepperStep.spec.ts.snap +18 -6
- package/src/components/VTabs/VTab.ts +24 -6
- package/src/components/VTabs/VTabs.sass +5 -2
- package/src/components/VTextField/VTextField.ts +8 -3
- package/src/components/VTextarea/VTextarea.sass +13 -0
- package/src/components/VTooltip/VTooltip.ts +14 -7
- package/src/components/VTreeview/VTreeviewNode.ts +3 -1
- package/src/components/transitions/createTransition.ts +0 -8
- package/src/directives/click-outside/__tests__/click-outside-shadow-dom.spec.ts +9 -6
- package/src/directives/click-outside/__tests__/click-outside.spec.ts +7 -4
- package/src/directives/click-outside/index.ts +19 -10
- package/src/directives/intersect/__tests__/intersect.spec.ts +13 -10
- package/src/directives/intersect/index.ts +15 -13
- package/src/directives/mutate/__tests__/mutate.spec.ts +36 -17
- package/src/directives/mutate/index.ts +9 -9
- package/src/directives/resize/__tests__/resize.spec.ts +4 -4
- package/src/directives/resize/index.ts +11 -6
- package/src/directives/ripple/VRipple.sass +4 -1
- package/src/directives/ripple/index.ts +0 -7
- package/src/directives/scroll/__tests__/scroll.spec.ts +9 -9
- package/src/directives/scroll/index.ts +8 -7
- package/src/globals.d.ts +10 -12
- package/src/locale/fr.ts +1 -1
- package/src/locale/it.ts +6 -6
- package/src/mixins/activatable/__tests__/__snapshots__/activatable.spec.ts.snap +1 -2
- package/src/mixins/activatable/index.ts +6 -2
- package/src/mixins/detachable/index.ts +32 -15
- package/src/mixins/intersectable/index.ts +11 -2
- package/src/mixins/menuable/index.ts +10 -8
- package/src/mixins/overlayable/index.ts +22 -11
- package/src/mixins/routable/__tests__/routable.spec.ts +82 -5
- package/src/mixins/routable/index.ts +12 -8
- package/src/services/application/index.ts +1 -1
- package/src/styles/generic/_transitions.scss +219 -215
- package/src/styles/settings/_variables.scss +11 -10
- package/src/util/helpers.ts +5 -5
- package/types/lib.d.ts +2 -0
- package/src/directives/ripple/_variables.scss +0 -6
package/dist/vuetify.css
CHANGED
|
@@ -3365,10 +3365,10 @@ progress {
|
|
|
3365
3365
|
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12) !important;
|
|
3366
3366
|
}
|
|
3367
3367
|
|
|
3368
|
-
.
|
|
3368
|
+
.carousel-transition-enter {
|
|
3369
3369
|
transform: translate(100%, 0);
|
|
3370
3370
|
}
|
|
3371
|
-
.
|
|
3371
|
+
.carousel-transition-leave, .carousel-transition-leave-to {
|
|
3372
3372
|
position: absolute;
|
|
3373
3373
|
top: 0;
|
|
3374
3374
|
transform: translate(-100%, 0);
|
|
@@ -3383,6 +3383,9 @@ progress {
|
|
|
3383
3383
|
transform: translate(100%, 0);
|
|
3384
3384
|
}
|
|
3385
3385
|
|
|
3386
|
+
.dialog-transition-enter-active, .dialog-transition-leave-active {
|
|
3387
|
+
pointer-events: none !important;
|
|
3388
|
+
}
|
|
3386
3389
|
.dialog-transition-enter, .dialog-transition-leave-to {
|
|
3387
3390
|
transform: scale(0.5);
|
|
3388
3391
|
opacity: 0;
|
|
@@ -3829,17 +3832,17 @@ html.overflow-y-hidden {
|
|
|
3829
3832
|
display: none !important;
|
|
3830
3833
|
}
|
|
3831
3834
|
}
|
|
3832
|
-
@media only screen and (max-width:
|
|
3835
|
+
@media only screen and (max-width: 599.98px) {
|
|
3833
3836
|
.v-application .hidden-xs-only {
|
|
3834
3837
|
display: none !important;
|
|
3835
3838
|
}
|
|
3836
3839
|
}
|
|
3837
|
-
@media only screen and (min-width: 600px) and (max-width:
|
|
3840
|
+
@media only screen and (min-width: 600px) and (max-width: 959.98px) {
|
|
3838
3841
|
.v-application .hidden-sm-only {
|
|
3839
3842
|
display: none !important;
|
|
3840
3843
|
}
|
|
3841
3844
|
}
|
|
3842
|
-
@media only screen and (max-width:
|
|
3845
|
+
@media only screen and (max-width: 959.98px) {
|
|
3843
3846
|
.v-application .hidden-sm-and-down {
|
|
3844
3847
|
display: none !important;
|
|
3845
3848
|
}
|
|
@@ -3849,12 +3852,12 @@ html.overflow-y-hidden {
|
|
|
3849
3852
|
display: none !important;
|
|
3850
3853
|
}
|
|
3851
3854
|
}
|
|
3852
|
-
@media only screen and (min-width: 960px) and (max-width:
|
|
3855
|
+
@media only screen and (min-width: 960px) and (max-width: 1263.98px) {
|
|
3853
3856
|
.v-application .hidden-md-only {
|
|
3854
3857
|
display: none !important;
|
|
3855
3858
|
}
|
|
3856
3859
|
}
|
|
3857
|
-
@media only screen and (max-width:
|
|
3860
|
+
@media only screen and (max-width: 1263.98px) {
|
|
3858
3861
|
.v-application .hidden-md-and-down {
|
|
3859
3862
|
display: none !important;
|
|
3860
3863
|
}
|
|
@@ -3864,12 +3867,12 @@ html.overflow-y-hidden {
|
|
|
3864
3867
|
display: none !important;
|
|
3865
3868
|
}
|
|
3866
3869
|
}
|
|
3867
|
-
@media only screen and (min-width: 1264px) and (max-width:
|
|
3870
|
+
@media only screen and (min-width: 1264px) and (max-width: 1903.98px) {
|
|
3868
3871
|
.v-application .hidden-lg-only {
|
|
3869
3872
|
display: none !important;
|
|
3870
3873
|
}
|
|
3871
3874
|
}
|
|
3872
|
-
@media only screen and (max-width:
|
|
3875
|
+
@media only screen and (max-width: 1903.98px) {
|
|
3873
3876
|
.v-application .hidden-lg-and-down {
|
|
3874
3877
|
display: none !important;
|
|
3875
3878
|
}
|
|
@@ -18141,12 +18144,15 @@ html.overflow-y-hidden {
|
|
|
18141
18144
|
}
|
|
18142
18145
|
.v-ripple__animation--enter {
|
|
18143
18146
|
transition: none;
|
|
18147
|
+
opacity: 0;
|
|
18144
18148
|
}
|
|
18145
18149
|
.v-ripple__animation--in {
|
|
18146
18150
|
transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18151
|
+
opacity: 0.25;
|
|
18147
18152
|
}
|
|
18148
18153
|
.v-ripple__animation--out {
|
|
18149
18154
|
transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
18155
|
+
opacity: 0;
|
|
18150
18156
|
}
|
|
18151
18157
|
.theme--light.v-icon {
|
|
18152
18158
|
color: rgba(0, 0, 0, 0.54);
|
|
@@ -20250,7 +20256,7 @@ html.overflow-y-hidden {
|
|
|
20250
20256
|
color: rgba(0, 0, 0, 0.38);
|
|
20251
20257
|
}
|
|
20252
20258
|
.theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) {
|
|
20253
|
-
color: rgba(0, 0, 0, 0.87)
|
|
20259
|
+
color: rgba(0, 0, 0, 0.87);
|
|
20254
20260
|
}
|
|
20255
20261
|
.theme--light.v-list-item .v-list-item__mask {
|
|
20256
20262
|
color: rgba(0, 0, 0, 0.38);
|
|
@@ -20280,7 +20286,7 @@ html.overflow-y-hidden {
|
|
|
20280
20286
|
color: rgba(255, 255, 255, 0.5);
|
|
20281
20287
|
}
|
|
20282
20288
|
.theme--dark.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) {
|
|
20283
|
-
color: #FFFFFF
|
|
20289
|
+
color: #FFFFFF;
|
|
20284
20290
|
}
|
|
20285
20291
|
.theme--dark.v-list-item .v-list-item__mask {
|
|
20286
20292
|
color: rgba(255, 255, 255, 0.5);
|
|
@@ -21652,7 +21658,7 @@ html.overflow-y-hidden {
|
|
|
21652
21658
|
.v-bottom-sheet.v-dialog.v-bottom-sheet--inset {
|
|
21653
21659
|
max-width: 70%;
|
|
21654
21660
|
}
|
|
21655
|
-
@media only screen and (max-width:
|
|
21661
|
+
@media only screen and (max-width: 599.98px) {
|
|
21656
21662
|
.v-bottom-sheet.v-dialog.v-bottom-sheet--inset {
|
|
21657
21663
|
max-width: none;
|
|
21658
21664
|
}
|
|
@@ -21663,6 +21669,7 @@ html.overflow-y-hidden {
|
|
|
21663
21669
|
overflow-y: auto;
|
|
21664
21670
|
pointer-events: auto;
|
|
21665
21671
|
transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
21672
|
+
width: 100%;
|
|
21666
21673
|
z-index: inherit;
|
|
21667
21674
|
box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
|
|
21668
21675
|
}
|
|
@@ -21722,7 +21729,6 @@ html.overflow-y-hidden {
|
|
|
21722
21729
|
.v-dialog--fullscreen {
|
|
21723
21730
|
border-radius: 0;
|
|
21724
21731
|
margin: 0;
|
|
21725
|
-
width: 100%;
|
|
21726
21732
|
height: 100%;
|
|
21727
21733
|
position: fixed;
|
|
21728
21734
|
overflow-y: auto;
|
|
@@ -22037,7 +22043,6 @@ html.overflow-y-hidden {
|
|
|
22037
22043
|
}
|
|
22038
22044
|
.v-calendar .v-event-timed {
|
|
22039
22045
|
position: absolute;
|
|
22040
|
-
overflow: hidden;
|
|
22041
22046
|
white-space: nowrap;
|
|
22042
22047
|
text-overflow: ellipsis;
|
|
22043
22048
|
font-size: 12px;
|
|
@@ -22045,6 +22050,13 @@ html.overflow-y-hidden {
|
|
|
22045
22050
|
border-radius: 4px;
|
|
22046
22051
|
pointer-events: all;
|
|
22047
22052
|
}
|
|
22053
|
+
.v-calendar .v-event-summary {
|
|
22054
|
+
display: inline-block;
|
|
22055
|
+
overflow: hidden;
|
|
22056
|
+
text-overflow: ellipsis;
|
|
22057
|
+
width: 100%;
|
|
22058
|
+
white-space: nowrap;
|
|
22059
|
+
}
|
|
22048
22060
|
.v-calendar.v-calendar-events .v-calendar-weekly__head-weekday {
|
|
22049
22061
|
margin-right: -1px;
|
|
22050
22062
|
}
|
|
@@ -22425,11 +22437,29 @@ html.overflow-y-hidden {
|
|
|
22425
22437
|
.theme--light.v-calendar-category .v-calendar-category__column-header {
|
|
22426
22438
|
border-right: #e0e0e0 1px solid;
|
|
22427
22439
|
}
|
|
22440
|
+
.theme--light.v-calendar-category .v-calendar-category .v-calendar-daily__head {
|
|
22441
|
+
background: #FFFFFF;
|
|
22442
|
+
}
|
|
22443
|
+
.theme--light.v-calendar-category .v-calendar-category .v-calendar-daily__intervals-head {
|
|
22444
|
+
background: #FFFFFF;
|
|
22445
|
+
}
|
|
22446
|
+
.theme--light.v-calendar-category .v-calendar-category .v-calendar-daily__intervals-body {
|
|
22447
|
+
background: #FFFFFF;
|
|
22448
|
+
}
|
|
22428
22449
|
|
|
22429
22450
|
.theme--dark.v-calendar-category .v-calendar-category__column,
|
|
22430
22451
|
.theme--dark.v-calendar-category .v-calendar-category__column-header {
|
|
22431
22452
|
border-right: #9e9e9e 1px solid;
|
|
22432
22453
|
}
|
|
22454
|
+
.theme--dark.v-calendar-category .v-calendar-category .v-calendar-daily__head {
|
|
22455
|
+
background: #303030;
|
|
22456
|
+
}
|
|
22457
|
+
.theme--dark.v-calendar-category .v-calendar-category .v-calendar-daily__intervals-head {
|
|
22458
|
+
background: #303030;
|
|
22459
|
+
}
|
|
22460
|
+
.theme--dark.v-calendar-category .v-calendar-category .v-calendar-daily__intervals-body {
|
|
22461
|
+
background: #303030;
|
|
22462
|
+
}
|
|
22433
22463
|
|
|
22434
22464
|
.v-calendar-category {
|
|
22435
22465
|
overflow: auto;
|
|
@@ -22464,7 +22494,6 @@ html.overflow-y-hidden {
|
|
|
22464
22494
|
position: -webkit-sticky;
|
|
22465
22495
|
position: sticky;
|
|
22466
22496
|
top: 0;
|
|
22467
|
-
background: white;
|
|
22468
22497
|
z-index: 2;
|
|
22469
22498
|
}
|
|
22470
22499
|
.v-calendar-category .v-calendar-daily_head-day {
|
|
@@ -22476,7 +22505,6 @@ html.overflow-y-hidden {
|
|
|
22476
22505
|
position: sticky;
|
|
22477
22506
|
left: 0;
|
|
22478
22507
|
top: 0;
|
|
22479
|
-
background: white;
|
|
22480
22508
|
z-index: 2;
|
|
22481
22509
|
}
|
|
22482
22510
|
.v-calendar-category .v-calendar-daily_head-weekday {
|
|
@@ -22498,7 +22526,6 @@ html.overflow-y-hidden {
|
|
|
22498
22526
|
position: -webkit-sticky;
|
|
22499
22527
|
position: sticky;
|
|
22500
22528
|
left: 0;
|
|
22501
|
-
background: white;
|
|
22502
22529
|
z-index: 1;
|
|
22503
22530
|
}
|
|
22504
22531
|
.v-calendar-category .v-calendar-daily__interval:last-of-type::after {
|
|
@@ -26945,15 +26972,22 @@ html.overflow-y-hidden {
|
|
|
26945
26972
|
background: #303030;
|
|
26946
26973
|
}
|
|
26947
26974
|
|
|
26975
|
+
.v-otp-input {
|
|
26976
|
+
display: flex;
|
|
26977
|
+
flex-wrap: wrap;
|
|
26978
|
+
flex: 1 1 auto;
|
|
26979
|
+
margin-right: -4px;
|
|
26980
|
+
margin-left: -4px;
|
|
26981
|
+
}
|
|
26948
26982
|
.v-otp-input input {
|
|
26949
26983
|
text-align: center;
|
|
26950
26984
|
}
|
|
26951
26985
|
.v-otp-input .v-input {
|
|
26952
26986
|
margin: 0;
|
|
26953
|
-
|
|
26954
|
-
|
|
26955
|
-
|
|
26956
|
-
|
|
26987
|
+
flex: 1 0 32px;
|
|
26988
|
+
max-width: 100%;
|
|
26989
|
+
width: 100%;
|
|
26990
|
+
padding: 4px;
|
|
26957
26991
|
}
|
|
26958
26992
|
.v-otp-input .v-input.v-otp-input--plain fieldset {
|
|
26959
26993
|
display: none;
|
|
@@ -26966,20 +27000,6 @@ html.overflow-y-hidden {
|
|
|
26966
27000
|
.v-otp-input .v-input input[type=number] {
|
|
26967
27001
|
-moz-appearance: textfield;
|
|
26968
27002
|
}
|
|
26969
|
-
.v-otp-input .row-container {
|
|
26970
|
-
display: flex;
|
|
26971
|
-
flex-wrap: wrap;
|
|
26972
|
-
flex: 1 1 auto;
|
|
26973
|
-
margin-right: -4px;
|
|
26974
|
-
margin-left: -4px;
|
|
26975
|
-
}
|
|
26976
|
-
.v-otp-input .row-container > .col-input {
|
|
26977
|
-
flex-basis: 0;
|
|
26978
|
-
flex-grow: 1;
|
|
26979
|
-
max-width: 100%;
|
|
26980
|
-
width: 100%;
|
|
26981
|
-
padding: 4px;
|
|
26982
|
-
}
|
|
26983
27003
|
.theme--light.v-overflow-btn.theme--light.v-overflow-btn > .v-input__control > .v-input__slot {
|
|
26984
27004
|
border-color: rgba(0, 0, 0, 0.12);
|
|
26985
27005
|
}
|
|
@@ -28142,9 +28162,8 @@ html.overflow-y-hidden {
|
|
|
28142
28162
|
color: inherit;
|
|
28143
28163
|
}
|
|
28144
28164
|
.v-stepper__label {
|
|
28145
|
-
|
|
28146
|
-
|
|
28147
|
-
flex-direction: column;
|
|
28165
|
+
display: block;
|
|
28166
|
+
flex-grow: 1;
|
|
28148
28167
|
line-height: 1;
|
|
28149
28168
|
}
|
|
28150
28169
|
.v-application--is-ltr .v-stepper__label {
|
|
@@ -28154,6 +28173,7 @@ html.overflow-y-hidden {
|
|
|
28154
28173
|
text-align: right;
|
|
28155
28174
|
}
|
|
28156
28175
|
.v-stepper__label small {
|
|
28176
|
+
display: block;
|
|
28157
28177
|
font-size: 0.75rem;
|
|
28158
28178
|
font-weight: 300;
|
|
28159
28179
|
text-shadow: none;
|
|
@@ -28218,7 +28238,7 @@ html.overflow-y-hidden {
|
|
|
28218
28238
|
flex-basis: 175px;
|
|
28219
28239
|
}
|
|
28220
28240
|
.v-stepper--alt-labels .v-stepper__step small {
|
|
28221
|
-
align
|
|
28241
|
+
text-align: center;
|
|
28222
28242
|
}
|
|
28223
28243
|
.v-stepper--alt-labels .v-stepper__step__step {
|
|
28224
28244
|
margin-bottom: 11px;
|
|
@@ -28226,7 +28246,7 @@ html.overflow-y-hidden {
|
|
|
28226
28246
|
margin-right: 0;
|
|
28227
28247
|
}
|
|
28228
28248
|
|
|
28229
|
-
@media only screen and (max-width:
|
|
28249
|
+
@media only screen and (max-width: 959.98px) {
|
|
28230
28250
|
.v-stepper:not(.v-stepper--vertical) .v-stepper__label {
|
|
28231
28251
|
display: none;
|
|
28232
28252
|
}
|
|
@@ -28665,9 +28685,37 @@ html.overflow-y-hidden {
|
|
|
28665
28685
|
}
|
|
28666
28686
|
|
|
28667
28687
|
.v-tab--disabled {
|
|
28668
|
-
pointer-events: none;
|
|
28669
28688
|
opacity: 0.5;
|
|
28670
28689
|
}
|
|
28690
|
+
.v-tab--disabled, .v-tab--disabled * {
|
|
28691
|
+
pointer-events: none;
|
|
28692
|
+
}
|
|
28693
|
+
.theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea {
|
|
28694
|
+
color: #FFFFFF;
|
|
28695
|
+
}
|
|
28696
|
+
.theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::-moz-placeholder {
|
|
28697
|
+
color: rgba(255, 255, 255, 0.5);
|
|
28698
|
+
}
|
|
28699
|
+
.theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea:-ms-input-placeholder {
|
|
28700
|
+
color: rgba(255, 255, 255, 0.5);
|
|
28701
|
+
}
|
|
28702
|
+
.theme--light.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::placeholder {
|
|
28703
|
+
color: rgba(255, 255, 255, 0.5);
|
|
28704
|
+
}
|
|
28705
|
+
|
|
28706
|
+
.theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea {
|
|
28707
|
+
color: rgba(0, 0, 0, 0.87);
|
|
28708
|
+
}
|
|
28709
|
+
.theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::-moz-placeholder {
|
|
28710
|
+
color: rgba(0, 0, 0, 0.38);
|
|
28711
|
+
}
|
|
28712
|
+
.theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea:-ms-input-placeholder {
|
|
28713
|
+
color: rgba(0, 0, 0, 0.38);
|
|
28714
|
+
}
|
|
28715
|
+
.theme--dark.v-textarea.v-text-field--solo-inverted.v-input--is-focused textarea::placeholder {
|
|
28716
|
+
color: rgba(0, 0, 0, 0.38);
|
|
28717
|
+
}
|
|
28718
|
+
|
|
28671
28719
|
.v-textarea textarea {
|
|
28672
28720
|
align-self: stretch;
|
|
28673
28721
|
flex: 1 1 auto;
|
|
@@ -28732,6 +28780,9 @@ html.overflow-y-hidden {
|
|
|
28732
28780
|
.v-textarea.v-text-field--solo {
|
|
28733
28781
|
align-items: flex-start;
|
|
28734
28782
|
}
|
|
28783
|
+
.v-textarea.v-text-field--solo .v-input__control textarea {
|
|
28784
|
+
caret-color: auto;
|
|
28785
|
+
}
|
|
28735
28786
|
.v-textarea.v-text-field--solo .v-input__prepend-inner,
|
|
28736
28787
|
.v-textarea.v-text-field--solo .v-input__prepend-outer,
|
|
28737
28788
|
.v-textarea.v-text-field--solo .v-input__append-inner,
|