vuetify 2.6.0-beta.0 → 2.6.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/dist/json/attributes.json +64 -60
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +128 -92
- package/dist/vuetify.css +37 -33
- package/dist/vuetify.css.map +1 -1
- package/dist/vuetify.js +244 -146
- 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/VCalendar/VCalendarDaily.js +13 -15
- package/es5/components/VCalendar/VCalendarDaily.js.map +1 -1
- package/es5/components/VCalendar/mixins/calendar-with-events.js +4 -2
- package/es5/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
- package/es5/components/VCalendar/mixins/mouse.js +1 -1
- package/es5/components/VCalendar/mixins/mouse.js.map +1 -1
- package/es5/components/VCombobox/VCombobox.js +0 -5
- package/es5/components/VCombobox/VCombobox.js.map +1 -1
- package/es5/components/VDialog/VDialog.js +4 -2
- package/es5/components/VDialog/VDialog.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 +1 -1
- package/es5/components/VMenu/VMenu.js.map +1 -1
- package/es5/components/VOtpInput/VOtpInput.js +14 -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 +7 -0
- 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 +1 -1
- package/es5/components/VSelect/VSelect.js.map +1 -1
- package/es5/components/VTabs/VTab.js +15 -4
- 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/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/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/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/overlayable/index.js +21 -11
- package/es5/mixins/overlayable/index.js.map +1 -1
- package/es5/mixins/routable/index.js +9 -3
- package/es5/mixins/routable/index.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +18 -2
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VCalendar/VCalendarDaily.js +9 -9
- package/lib/components/VCalendar/VCalendarDaily.js.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-with-events.js +4 -2
- package/lib/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
- package/lib/components/VCalendar/mixins/mouse.js +1 -1
- package/lib/components/VCalendar/mixins/mouse.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +0 -5
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VDialog/VDialog.js +5 -2
- package/lib/components/VDialog/VDialog.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 +1 -1
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +14 -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 +9 -0
- 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 +1 -1
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VTabs/VTab.js +16 -6
- 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/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/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/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/overlayable/index.js +21 -11
- package/lib/mixins/overlayable/index.js.map +1 -1
- package/lib/mixins/routable/index.js +12 -3
- package/lib/mixins/routable/index.js.map +1 -1
- package/package.json +2 -2
- package/src/components/VAutocomplete/VAutocomplete.ts +15 -2
- package/src/components/VCalendar/VCalendarDaily.ts +7 -7
- package/src/components/VCalendar/mixins/calendar-with-events.sass +7 -1
- package/src/components/VCalendar/mixins/calendar-with-events.ts +3 -3
- package/src/components/VCalendar/mixins/mouse.ts +1 -1
- package/src/components/VCombobox/VCombobox.ts +0 -5
- package/src/components/VCombobox/__tests__/VCombobox-multiple.spec.ts +113 -0
- package/src/components/VCombobox/__tests__/VCombobox.spec.ts +30 -0
- package/src/components/VDialog/VDialog.ts +4 -2
- package/src/components/VImg/__tests__/VImg.spec.ts +1 -1
- 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 +1 -1
- package/src/components/VOtpInput/VOtpInput.sass +13 -16
- package/src/components/VOtpInput/VOtpInput.ts +12 -28
- package/src/components/VOtpInput/_variables.scss +2 -4
- package/src/components/VOverlay/VOverlay.ts +1 -0
- package/src/components/VRadioGroup/VRadioGroup.ts +8 -0
- package/src/components/VRangeSlider/VRangeSlider.ts +3 -1
- package/src/components/VSelect/VSelect.ts +1 -1
- package/src/components/VTabs/VTab.ts +14 -4
- package/src/components/VTabs/VTabs.sass +5 -2
- package/src/components/VTextField/VTextField.ts +8 -3
- 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/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/mixins/detachable/index.ts +32 -15
- package/src/mixins/intersectable/index.ts +11 -2
- package/src/mixins/overlayable/index.ts +22 -11
- package/src/mixins/routable/__tests__/routable.spec.ts +82 -5
- package/src/mixins/routable/index.ts +10 -3
- package/src/styles/generic/_transitions.scss +219 -215
- package/src/styles/settings/_variables.scss +10 -9
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
|
}
|
|
@@ -20250,7 +20253,7 @@ html.overflow-y-hidden {
|
|
|
20250
20253
|
color: rgba(0, 0, 0, 0.38);
|
|
20251
20254
|
}
|
|
20252
20255
|
.theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) {
|
|
20253
|
-
color: rgba(0, 0, 0, 0.87)
|
|
20256
|
+
color: rgba(0, 0, 0, 0.87);
|
|
20254
20257
|
}
|
|
20255
20258
|
.theme--light.v-list-item .v-list-item__mask {
|
|
20256
20259
|
color: rgba(0, 0, 0, 0.38);
|
|
@@ -20280,7 +20283,7 @@ html.overflow-y-hidden {
|
|
|
20280
20283
|
color: rgba(255, 255, 255, 0.5);
|
|
20281
20284
|
}
|
|
20282
20285
|
.theme--dark.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) {
|
|
20283
|
-
color: #FFFFFF
|
|
20286
|
+
color: #FFFFFF;
|
|
20284
20287
|
}
|
|
20285
20288
|
.theme--dark.v-list-item .v-list-item__mask {
|
|
20286
20289
|
color: rgba(255, 255, 255, 0.5);
|
|
@@ -21652,7 +21655,7 @@ html.overflow-y-hidden {
|
|
|
21652
21655
|
.v-bottom-sheet.v-dialog.v-bottom-sheet--inset {
|
|
21653
21656
|
max-width: 70%;
|
|
21654
21657
|
}
|
|
21655
|
-
@media only screen and (max-width:
|
|
21658
|
+
@media only screen and (max-width: 599.98px) {
|
|
21656
21659
|
.v-bottom-sheet.v-dialog.v-bottom-sheet--inset {
|
|
21657
21660
|
max-width: none;
|
|
21658
21661
|
}
|
|
@@ -22037,7 +22040,6 @@ html.overflow-y-hidden {
|
|
|
22037
22040
|
}
|
|
22038
22041
|
.v-calendar .v-event-timed {
|
|
22039
22042
|
position: absolute;
|
|
22040
|
-
overflow: hidden;
|
|
22041
22043
|
white-space: nowrap;
|
|
22042
22044
|
text-overflow: ellipsis;
|
|
22043
22045
|
font-size: 12px;
|
|
@@ -22045,6 +22047,13 @@ html.overflow-y-hidden {
|
|
|
22045
22047
|
border-radius: 4px;
|
|
22046
22048
|
pointer-events: all;
|
|
22047
22049
|
}
|
|
22050
|
+
.v-calendar .v-event-summary {
|
|
22051
|
+
display: inline-block;
|
|
22052
|
+
overflow: hidden;
|
|
22053
|
+
text-overflow: ellipsis;
|
|
22054
|
+
width: 100%;
|
|
22055
|
+
white-space: nowrap;
|
|
22056
|
+
}
|
|
22048
22057
|
.v-calendar.v-calendar-events .v-calendar-weekly__head-weekday {
|
|
22049
22058
|
margin-right: -1px;
|
|
22050
22059
|
}
|
|
@@ -26945,15 +26954,22 @@ html.overflow-y-hidden {
|
|
|
26945
26954
|
background: #303030;
|
|
26946
26955
|
}
|
|
26947
26956
|
|
|
26957
|
+
.v-otp-input {
|
|
26958
|
+
display: flex;
|
|
26959
|
+
flex-wrap: wrap;
|
|
26960
|
+
flex: 1 1 auto;
|
|
26961
|
+
margin-right: -4px;
|
|
26962
|
+
margin-left: -4px;
|
|
26963
|
+
}
|
|
26948
26964
|
.v-otp-input input {
|
|
26949
26965
|
text-align: center;
|
|
26950
26966
|
}
|
|
26951
26967
|
.v-otp-input .v-input {
|
|
26952
26968
|
margin: 0;
|
|
26953
|
-
|
|
26954
|
-
|
|
26955
|
-
|
|
26956
|
-
|
|
26969
|
+
flex: 1 0 32px;
|
|
26970
|
+
max-width: 100%;
|
|
26971
|
+
width: 100%;
|
|
26972
|
+
padding: 4px;
|
|
26957
26973
|
}
|
|
26958
26974
|
.v-otp-input .v-input.v-otp-input--plain fieldset {
|
|
26959
26975
|
display: none;
|
|
@@ -26966,20 +26982,6 @@ html.overflow-y-hidden {
|
|
|
26966
26982
|
.v-otp-input .v-input input[type=number] {
|
|
26967
26983
|
-moz-appearance: textfield;
|
|
26968
26984
|
}
|
|
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
26985
|
.theme--light.v-overflow-btn.theme--light.v-overflow-btn > .v-input__control > .v-input__slot {
|
|
26984
26986
|
border-color: rgba(0, 0, 0, 0.12);
|
|
26985
26987
|
}
|
|
@@ -28226,7 +28228,7 @@ html.overflow-y-hidden {
|
|
|
28226
28228
|
margin-right: 0;
|
|
28227
28229
|
}
|
|
28228
28230
|
|
|
28229
|
-
@media only screen and (max-width:
|
|
28231
|
+
@media only screen and (max-width: 959.98px) {
|
|
28230
28232
|
.v-stepper:not(.v-stepper--vertical) .v-stepper__label {
|
|
28231
28233
|
display: none;
|
|
28232
28234
|
}
|
|
@@ -28665,9 +28667,11 @@ html.overflow-y-hidden {
|
|
|
28665
28667
|
}
|
|
28666
28668
|
|
|
28667
28669
|
.v-tab--disabled {
|
|
28668
|
-
pointer-events: none;
|
|
28669
28670
|
opacity: 0.5;
|
|
28670
28671
|
}
|
|
28672
|
+
.v-tab--disabled, .v-tab--disabled * {
|
|
28673
|
+
pointer-events: none;
|
|
28674
|
+
}
|
|
28671
28675
|
.v-textarea textarea {
|
|
28672
28676
|
align-self: stretch;
|
|
28673
28677
|
flex: 1 1 auto;
|