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.
Files changed (166) hide show
  1. package/dist/json/attributes.json +64 -60
  2. package/dist/json/tags.json +1 -0
  3. package/dist/json/web-types.json +128 -92
  4. package/dist/vuetify.css +37 -33
  5. package/dist/vuetify.css.map +1 -1
  6. package/dist/vuetify.js +244 -146
  7. package/dist/vuetify.js.map +1 -1
  8. package/dist/vuetify.min.css +2 -2
  9. package/dist/vuetify.min.js +2 -2
  10. package/es5/components/VAutocomplete/VAutocomplete.js +20 -2
  11. package/es5/components/VAutocomplete/VAutocomplete.js.map +1 -1
  12. package/es5/components/VCalendar/VCalendarDaily.js +13 -15
  13. package/es5/components/VCalendar/VCalendarDaily.js.map +1 -1
  14. package/es5/components/VCalendar/mixins/calendar-with-events.js +4 -2
  15. package/es5/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
  16. package/es5/components/VCalendar/mixins/mouse.js +1 -1
  17. package/es5/components/VCalendar/mixins/mouse.js.map +1 -1
  18. package/es5/components/VCombobox/VCombobox.js +0 -5
  19. package/es5/components/VCombobox/VCombobox.js.map +1 -1
  20. package/es5/components/VDialog/VDialog.js +4 -2
  21. package/es5/components/VDialog/VDialog.js.map +1 -1
  22. package/es5/components/VList/VListItem.js +8 -1
  23. package/es5/components/VList/VListItem.js.map +1 -1
  24. package/es5/components/VMenu/VMenu.js +1 -1
  25. package/es5/components/VMenu/VMenu.js.map +1 -1
  26. package/es5/components/VOtpInput/VOtpInput.js +14 -25
  27. package/es5/components/VOtpInput/VOtpInput.js.map +1 -1
  28. package/es5/components/VOverlay/VOverlay.js +1 -0
  29. package/es5/components/VOverlay/VOverlay.js.map +1 -1
  30. package/es5/components/VRadioGroup/VRadioGroup.js +7 -0
  31. package/es5/components/VRadioGroup/VRadioGroup.js.map +1 -1
  32. package/es5/components/VRangeSlider/VRangeSlider.js +4 -1
  33. package/es5/components/VRangeSlider/VRangeSlider.js.map +1 -1
  34. package/es5/components/VSelect/VSelect.js +1 -1
  35. package/es5/components/VSelect/VSelect.js.map +1 -1
  36. package/es5/components/VTabs/VTab.js +15 -4
  37. package/es5/components/VTabs/VTab.js.map +1 -1
  38. package/es5/components/VTextField/VTextField.js +6 -1
  39. package/es5/components/VTextField/VTextField.js.map +1 -1
  40. package/es5/components/VTreeview/VTreeviewNode.js +3 -1
  41. package/es5/components/VTreeview/VTreeviewNode.js.map +1 -1
  42. package/es5/components/transitions/createTransition.js +0 -20
  43. package/es5/components/transitions/createTransition.js.map +1 -1
  44. package/es5/directives/click-outside/index.js +21 -10
  45. package/es5/directives/click-outside/index.js.map +1 -1
  46. package/es5/directives/intersect/index.js +16 -12
  47. package/es5/directives/intersect/index.js.map +1 -1
  48. package/es5/directives/mutate/index.js +10 -8
  49. package/es5/directives/mutate/index.js.map +1 -1
  50. package/es5/directives/resize/index.js +11 -8
  51. package/es5/directives/resize/index.js.map +1 -1
  52. package/es5/directives/scroll/index.js +13 -10
  53. package/es5/directives/scroll/index.js.map +1 -1
  54. package/es5/framework.js +1 -1
  55. package/es5/locale/fr.js +1 -1
  56. package/es5/locale/fr.js.map +1 -1
  57. package/es5/mixins/detachable/index.js +32 -14
  58. package/es5/mixins/detachable/index.js.map +1 -1
  59. package/es5/mixins/intersectable/index.js +11 -2
  60. package/es5/mixins/intersectable/index.js.map +1 -1
  61. package/es5/mixins/overlayable/index.js +21 -11
  62. package/es5/mixins/overlayable/index.js.map +1 -1
  63. package/es5/mixins/routable/index.js +9 -3
  64. package/es5/mixins/routable/index.js.map +1 -1
  65. package/lib/components/VAutocomplete/VAutocomplete.js +18 -2
  66. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  67. package/lib/components/VCalendar/VCalendarDaily.js +9 -9
  68. package/lib/components/VCalendar/VCalendarDaily.js.map +1 -1
  69. package/lib/components/VCalendar/mixins/calendar-with-events.js +4 -2
  70. package/lib/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
  71. package/lib/components/VCalendar/mixins/mouse.js +1 -1
  72. package/lib/components/VCalendar/mixins/mouse.js.map +1 -1
  73. package/lib/components/VCombobox/VCombobox.js +0 -5
  74. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  75. package/lib/components/VDialog/VDialog.js +5 -2
  76. package/lib/components/VDialog/VDialog.js.map +1 -1
  77. package/lib/components/VList/VListItem.js +9 -1
  78. package/lib/components/VList/VListItem.js.map +1 -1
  79. package/lib/components/VMenu/VMenu.js +1 -1
  80. package/lib/components/VMenu/VMenu.js.map +1 -1
  81. package/lib/components/VOtpInput/VOtpInput.js +14 -25
  82. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  83. package/lib/components/VOverlay/VOverlay.js +1 -0
  84. package/lib/components/VOverlay/VOverlay.js.map +1 -1
  85. package/lib/components/VRadioGroup/VRadioGroup.js +9 -0
  86. package/lib/components/VRadioGroup/VRadioGroup.js.map +1 -1
  87. package/lib/components/VRangeSlider/VRangeSlider.js +4 -1
  88. package/lib/components/VRangeSlider/VRangeSlider.js.map +1 -1
  89. package/lib/components/VSelect/VSelect.js +1 -1
  90. package/lib/components/VSelect/VSelect.js.map +1 -1
  91. package/lib/components/VTabs/VTab.js +16 -6
  92. package/lib/components/VTabs/VTab.js.map +1 -1
  93. package/lib/components/VTextField/VTextField.js +8 -1
  94. package/lib/components/VTextField/VTextField.js.map +1 -1
  95. package/lib/components/VTreeview/VTreeviewNode.js +3 -1
  96. package/lib/components/VTreeview/VTreeviewNode.js.map +1 -1
  97. package/lib/components/transitions/createTransition.js +0 -6
  98. package/lib/components/transitions/createTransition.js.map +1 -1
  99. package/lib/directives/click-outside/index.js +22 -10
  100. package/lib/directives/click-outside/index.js.map +1 -1
  101. package/lib/directives/intersect/index.js +16 -12
  102. package/lib/directives/intersect/index.js.map +1 -1
  103. package/lib/directives/mutate/index.js +10 -8
  104. package/lib/directives/mutate/index.js.map +1 -1
  105. package/lib/directives/resize/index.js +9 -6
  106. package/lib/directives/resize/index.js.map +1 -1
  107. package/lib/directives/scroll/index.js +9 -6
  108. package/lib/directives/scroll/index.js.map +1 -1
  109. package/lib/framework.js +1 -1
  110. package/lib/locale/fr.js +1 -1
  111. package/lib/locale/fr.js.map +1 -1
  112. package/lib/mixins/detachable/index.js +28 -13
  113. package/lib/mixins/detachable/index.js.map +1 -1
  114. package/lib/mixins/intersectable/index.js +9 -2
  115. package/lib/mixins/intersectable/index.js.map +1 -1
  116. package/lib/mixins/overlayable/index.js +21 -11
  117. package/lib/mixins/overlayable/index.js.map +1 -1
  118. package/lib/mixins/routable/index.js +12 -3
  119. package/lib/mixins/routable/index.js.map +1 -1
  120. package/package.json +2 -2
  121. package/src/components/VAutocomplete/VAutocomplete.ts +15 -2
  122. package/src/components/VCalendar/VCalendarDaily.ts +7 -7
  123. package/src/components/VCalendar/mixins/calendar-with-events.sass +7 -1
  124. package/src/components/VCalendar/mixins/calendar-with-events.ts +3 -3
  125. package/src/components/VCalendar/mixins/mouse.ts +1 -1
  126. package/src/components/VCombobox/VCombobox.ts +0 -5
  127. package/src/components/VCombobox/__tests__/VCombobox-multiple.spec.ts +113 -0
  128. package/src/components/VCombobox/__tests__/VCombobox.spec.ts +30 -0
  129. package/src/components/VDialog/VDialog.ts +4 -2
  130. package/src/components/VImg/__tests__/VImg.spec.ts +1 -1
  131. package/src/components/VList/VListItem.sass +2 -1
  132. package/src/components/VList/VListItem.ts +7 -1
  133. package/src/components/VList/__tests__/VListItem.spec.ts +16 -0
  134. package/src/components/VMenu/VMenu.ts +1 -1
  135. package/src/components/VOtpInput/VOtpInput.sass +13 -16
  136. package/src/components/VOtpInput/VOtpInput.ts +12 -28
  137. package/src/components/VOtpInput/_variables.scss +2 -4
  138. package/src/components/VOverlay/VOverlay.ts +1 -0
  139. package/src/components/VRadioGroup/VRadioGroup.ts +8 -0
  140. package/src/components/VRangeSlider/VRangeSlider.ts +3 -1
  141. package/src/components/VSelect/VSelect.ts +1 -1
  142. package/src/components/VTabs/VTab.ts +14 -4
  143. package/src/components/VTabs/VTabs.sass +5 -2
  144. package/src/components/VTextField/VTextField.ts +8 -3
  145. package/src/components/VTreeview/VTreeviewNode.ts +3 -1
  146. package/src/components/transitions/createTransition.ts +0 -8
  147. package/src/directives/click-outside/__tests__/click-outside-shadow-dom.spec.ts +9 -6
  148. package/src/directives/click-outside/__tests__/click-outside.spec.ts +7 -4
  149. package/src/directives/click-outside/index.ts +19 -10
  150. package/src/directives/intersect/__tests__/intersect.spec.ts +13 -10
  151. package/src/directives/intersect/index.ts +15 -13
  152. package/src/directives/mutate/__tests__/mutate.spec.ts +36 -17
  153. package/src/directives/mutate/index.ts +9 -9
  154. package/src/directives/resize/__tests__/resize.spec.ts +4 -4
  155. package/src/directives/resize/index.ts +11 -6
  156. package/src/directives/scroll/__tests__/scroll.spec.ts +9 -9
  157. package/src/directives/scroll/index.ts +8 -7
  158. package/src/globals.d.ts +10 -12
  159. package/src/locale/fr.ts +1 -1
  160. package/src/mixins/detachable/index.ts +32 -15
  161. package/src/mixins/intersectable/index.ts +11 -2
  162. package/src/mixins/overlayable/index.ts +22 -11
  163. package/src/mixins/routable/__tests__/routable.spec.ts +82 -5
  164. package/src/mixins/routable/index.ts +10 -3
  165. package/src/styles/generic/_transitions.scss +219 -215
  166. 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
- .v-application .carousel-transition-enter {
3368
+ .carousel-transition-enter {
3369
3369
  transform: translate(100%, 0);
3370
3370
  }
3371
- .v-application .carousel-transition-leave, .v-application .carousel-transition-leave-to {
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: 599px) {
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: 959px) {
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: 959px) {
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: 1263px) {
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: 1263px) {
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: 1903px) {
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: 1903px) {
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) !important;
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 !important;
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: 599px) {
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
- padding: 0;
26954
- }
26955
- .v-otp-input .v-input .v-input__control .v-input__slot {
26956
- background: #ffffff;
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: 959px) {
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;