vuetify 2.1.0-beta.1 → 2.1.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 (230) hide show
  1. package/dist/vuetify.css +50 -28
  2. package/dist/vuetify.css.map +1 -1
  3. package/dist/vuetify.js +177 -93
  4. package/dist/vuetify.js.map +1 -1
  5. package/dist/vuetify.min.css +2 -2
  6. package/dist/vuetify.min.js +3 -3
  7. package/es5/components/VAlert/VAlert.js +3 -18
  8. package/es5/components/VAlert/VAlert.js.map +1 -1
  9. package/es5/components/VAppBar/VAppBarNavIcon.js +1 -1
  10. package/es5/components/VAppBar/VAppBarNavIcon.js.map +1 -1
  11. package/es5/components/VCarousel/VCarousel.js +1 -1
  12. package/es5/components/VCarousel/VCarousel.js.map +1 -1
  13. package/es5/components/VCheckbox/VCheckbox.js +3 -3
  14. package/es5/components/VCheckbox/VCheckbox.js.map +1 -1
  15. package/es5/components/VCheckbox/VSimpleCheckbox.js +3 -3
  16. package/es5/components/VCheckbox/VSimpleCheckbox.js.map +1 -1
  17. package/es5/components/VChip/VChip.js +2 -2
  18. package/es5/components/VChip/VChip.js.map +1 -1
  19. package/es5/components/VColorPicker/VColorPickerEdit.js +1 -1
  20. package/es5/components/VColorPicker/VColorPickerEdit.js.map +1 -1
  21. package/es5/components/VColorPicker/VColorPickerSwatches.js +1 -1
  22. package/es5/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
  23. package/es5/components/VDataIterator/VDataFooter.js +4 -4
  24. package/es5/components/VDataIterator/VDataFooter.js.map +1 -1
  25. package/es5/components/VDataTable/VDataTable.js +3 -3
  26. package/es5/components/VDataTable/VDataTable.js.map +1 -1
  27. package/es5/components/VDataTable/mixins/header.js +1 -1
  28. package/es5/components/VDataTable/mixins/header.js.map +1 -1
  29. package/es5/components/VDatePicker/VDatePicker.js +2 -2
  30. package/es5/components/VDatePicker/VDatePicker.js.map +1 -1
  31. package/es5/components/VDatePicker/VDatePickerHeader.js +2 -2
  32. package/es5/components/VDatePicker/VDatePickerHeader.js.map +1 -1
  33. package/es5/components/VDialog/VDialog.js +3 -0
  34. package/es5/components/VDialog/VDialog.js.map +1 -1
  35. package/es5/components/VExpansionPanel/VExpansionPanelHeader.js +1 -1
  36. package/es5/components/VExpansionPanel/VExpansionPanelHeader.js.map +1 -1
  37. package/es5/components/VFileInput/VFileInput.js +1 -1
  38. package/es5/components/VFileInput/VFileInput.js.map +1 -1
  39. package/es5/components/VInput/VInput.js +3 -0
  40. package/es5/components/VInput/VInput.js.map +1 -1
  41. package/es5/components/VLazy/VLazy.js +4 -2
  42. package/es5/components/VLazy/VLazy.js.map +1 -1
  43. package/es5/components/VList/VListGroup.js +2 -2
  44. package/es5/components/VList/VListGroup.js.map +1 -1
  45. package/es5/components/VMenu/VMenu.js +3 -0
  46. package/es5/components/VMenu/VMenu.js.map +1 -1
  47. package/es5/components/VPagination/VPagination.js +2 -2
  48. package/es5/components/VPagination/VPagination.js.map +1 -1
  49. package/es5/components/VRadioGroup/VRadio.js +2 -2
  50. package/es5/components/VRadioGroup/VRadio.js.map +1 -1
  51. package/es5/components/VRating/VRating.js +3 -3
  52. package/es5/components/VRating/VRating.js.map +1 -1
  53. package/es5/components/VSelect/VSelect.js +1 -1
  54. package/es5/components/VSelect/VSelect.js.map +1 -1
  55. package/es5/components/VSlideGroup/VSlideGroup.js +2 -2
  56. package/es5/components/VSlideGroup/VSlideGroup.js.map +1 -1
  57. package/es5/components/VStepper/VStepperStep.js +3 -3
  58. package/es5/components/VStepper/VStepperStep.js.map +1 -1
  59. package/es5/components/VTabs/VTabs.js +2 -2
  60. package/es5/components/VTabs/VTabs.js.map +1 -1
  61. package/es5/components/VTextField/VTextField.js +2 -2
  62. package/es5/components/VTextField/VTextField.js.map +1 -1
  63. package/es5/components/VTooltip/VTooltip.js +2 -1
  64. package/es5/components/VTooltip/VTooltip.js.map +1 -1
  65. package/es5/components/VTreeview/VTreeviewNode.js +5 -5
  66. package/es5/components/VTreeview/VTreeviewNode.js.map +1 -1
  67. package/es5/components/VWindow/VWindow.js +2 -2
  68. package/es5/components/VWindow/VWindow.js.map +1 -1
  69. package/es5/directives/index.js +8 -0
  70. package/es5/directives/index.js.map +1 -1
  71. package/es5/directives/intersect/index.js +7 -6
  72. package/es5/directives/intersect/index.js.map +1 -1
  73. package/es5/directives/mutate/index.js +71 -0
  74. package/es5/directives/mutate/index.js.map +1 -0
  75. package/es5/framework.js +1 -1
  76. package/es5/locale/et.js +8 -8
  77. package/es5/locale/et.js.map +1 -1
  78. package/es5/locale/hr.js +15 -15
  79. package/es5/locale/hr.js.map +1 -1
  80. package/es5/locale/sl.js +8 -8
  81. package/es5/locale/sl.js.map +1 -1
  82. package/es5/util/helpers.js +5 -5
  83. package/es5/util/helpers.js.map +1 -1
  84. package/lib/components/VAlert/VAlert.js +3 -18
  85. package/lib/components/VAlert/VAlert.js.map +1 -1
  86. package/lib/components/VAppBar/VAppBarNavIcon.js +1 -1
  87. package/lib/components/VAppBar/VAppBarNavIcon.js.map +1 -1
  88. package/lib/components/VCarousel/VCarousel.js +1 -1
  89. package/lib/components/VCarousel/VCarousel.js.map +1 -1
  90. package/lib/components/VCheckbox/VCheckbox.js +3 -3
  91. package/lib/components/VCheckbox/VCheckbox.js.map +1 -1
  92. package/lib/components/VCheckbox/VSimpleCheckbox.js +3 -3
  93. package/lib/components/VCheckbox/VSimpleCheckbox.js.map +1 -1
  94. package/lib/components/VChip/VChip.js +2 -2
  95. package/lib/components/VChip/VChip.js.map +1 -1
  96. package/lib/components/VColorPicker/VColorPickerEdit.js +1 -1
  97. package/lib/components/VColorPicker/VColorPickerEdit.js.map +1 -1
  98. package/lib/components/VColorPicker/VColorPickerSwatches.js +1 -1
  99. package/lib/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
  100. package/lib/components/VDataIterator/VDataFooter.js +4 -4
  101. package/lib/components/VDataIterator/VDataFooter.js.map +1 -1
  102. package/lib/components/VDataTable/VDataTable.js +3 -3
  103. package/lib/components/VDataTable/VDataTable.js.map +1 -1
  104. package/lib/components/VDataTable/mixins/header.js +1 -1
  105. package/lib/components/VDataTable/mixins/header.js.map +1 -1
  106. package/lib/components/VDatePicker/VDatePicker.js +2 -2
  107. package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
  108. package/lib/components/VDatePicker/VDatePickerHeader.js +2 -2
  109. package/lib/components/VDatePicker/VDatePickerHeader.js.map +1 -1
  110. package/lib/components/VDialog/VDialog.js +3 -0
  111. package/lib/components/VDialog/VDialog.js.map +1 -1
  112. package/lib/components/VExpansionPanel/VExpansionPanelHeader.js +1 -1
  113. package/lib/components/VExpansionPanel/VExpansionPanelHeader.js.map +1 -1
  114. package/lib/components/VFileInput/VFileInput.js +1 -1
  115. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  116. package/lib/components/VInput/VInput.js +3 -0
  117. package/lib/components/VInput/VInput.js.map +1 -1
  118. package/lib/components/VLazy/VLazy.js +4 -2
  119. package/lib/components/VLazy/VLazy.js.map +1 -1
  120. package/lib/components/VList/VListGroup.js +2 -2
  121. package/lib/components/VList/VListGroup.js.map +1 -1
  122. package/lib/components/VMenu/VMenu.js +3 -0
  123. package/lib/components/VMenu/VMenu.js.map +1 -1
  124. package/lib/components/VPagination/VPagination.js +2 -2
  125. package/lib/components/VPagination/VPagination.js.map +1 -1
  126. package/lib/components/VRadioGroup/VRadio.js +2 -2
  127. package/lib/components/VRadioGroup/VRadio.js.map +1 -1
  128. package/lib/components/VRating/VRating.js +3 -3
  129. package/lib/components/VRating/VRating.js.map +1 -1
  130. package/lib/components/VSelect/VSelect.js +1 -1
  131. package/lib/components/VSelect/VSelect.js.map +1 -1
  132. package/lib/components/VSlideGroup/VSlideGroup.js +2 -2
  133. package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
  134. package/lib/components/VStepper/VStepperStep.js +3 -3
  135. package/lib/components/VStepper/VStepperStep.js.map +1 -1
  136. package/lib/components/VTabs/VTabs.js +2 -2
  137. package/lib/components/VTabs/VTabs.js.map +1 -1
  138. package/lib/components/VTextField/VTextField.js +2 -2
  139. package/lib/components/VTextField/VTextField.js.map +1 -1
  140. package/lib/components/VTooltip/VTooltip.js +2 -1
  141. package/lib/components/VTooltip/VTooltip.js.map +1 -1
  142. package/lib/components/VTreeview/VTreeviewNode.js +5 -5
  143. package/lib/components/VTreeview/VTreeviewNode.js.map +1 -1
  144. package/lib/components/VWindow/VWindow.js +2 -2
  145. package/lib/components/VWindow/VWindow.js.map +1 -1
  146. package/lib/directives/index.js +1 -0
  147. package/lib/directives/index.js.map +1 -1
  148. package/lib/directives/intersect/index.js +5 -6
  149. package/lib/directives/intersect/index.js.map +1 -1
  150. package/lib/directives/mutate/index.js +56 -0
  151. package/lib/directives/mutate/index.js.map +1 -0
  152. package/lib/framework.js +1 -1
  153. package/lib/locale/et.js +8 -8
  154. package/lib/locale/et.js.map +1 -1
  155. package/lib/locale/hr.js +15 -15
  156. package/lib/locale/hr.js.map +1 -1
  157. package/lib/locale/sl.js +8 -8
  158. package/lib/locale/sl.js.map +1 -1
  159. package/lib/util/helpers.js +3 -4
  160. package/lib/util/helpers.js.map +1 -1
  161. package/package.json +2 -2
  162. package/src/components/VAlert/VAlert.ts +3 -8
  163. package/src/components/VAlert/__tests__/__snapshots__/VAlert.spec.ts.snap +2 -2
  164. package/src/components/VAppBar/VAppBarNavIcon.ts +1 -1
  165. package/src/components/VAppBar/__tests__/__snapshots__/VAppBarNavIcon.spec.ts.snap +1 -1
  166. package/src/components/VCalendar/VCalendarWeekly.sass +3 -0
  167. package/src/components/VCarousel/VCarousel.ts +1 -1
  168. package/src/components/VCheckbox/VCheckbox.ts +3 -3
  169. package/src/components/VCheckbox/VSimpleCheckbox.ts +3 -3
  170. package/src/components/VCheckbox/__tests__/__snapshots__/VCheckbox.spec.ts.snap +1 -1
  171. package/src/components/VChip/VChip.ts +2 -2
  172. package/src/components/VChip/__tests__/__snapshots__/VChip.spec.ts.snap +1 -1
  173. package/src/components/VColorPicker/VColorPickerEdit.ts +1 -1
  174. package/src/components/VColorPicker/VColorPickerSwatches.ts +1 -1
  175. package/src/components/VColorPicker/__tests__/__snapshots__/VColorPicker.spec.ts.snap +5 -5
  176. package/src/components/VColorPicker/__tests__/__snapshots__/VColorPickerEdit.spec.ts.snap +5 -5
  177. package/src/components/VDataIterator/VDataFooter.ts +4 -4
  178. package/src/components/VDataTable/VDataTable.ts +3 -3
  179. package/src/components/VDataTable/__tests__/__snapshots__/VDataTable.spec.ts.snap +191 -191
  180. package/src/components/VDataTable/__tests__/__snapshots__/VDataTableHeader.spec.ts.snap +35 -35
  181. package/src/components/VDataTable/mixins/__tests__/__snapshots__/header.spec.ts.snap +3 -3
  182. package/src/components/VDataTable/mixins/header.ts +1 -1
  183. package/src/components/VDatePicker/VDatePicker.ts +2 -2
  184. package/src/components/VDatePicker/VDatePickerHeader.ts +2 -2
  185. package/src/components/VDialog/VDialog.sass +4 -7
  186. package/src/components/VDialog/VDialog.ts +6 -0
  187. package/src/components/VExpansionPanel/VExpansionPanelHeader.ts +1 -1
  188. package/src/components/VExpansionPanel/__tests__/__snapshots__/VExpansionPanel.spec.ts.snap +1 -1
  189. package/src/components/VFileInput/VFileInput.ts +1 -1
  190. package/src/components/VFileInput/__tests__/__snapshots__/VFileInput.spec.ts.snap +16 -16
  191. package/src/components/VIcon/__tests__/VIcon.spec.ts +11 -11
  192. package/src/components/VInput/VInput.sass +3 -0
  193. package/src/components/VInput/VInput.ts +3 -0
  194. package/src/components/VInput/__tests__/__snapshots__/VInput.spec.ts.snap +3 -1
  195. package/src/components/VLazy/VLazy.ts +4 -2
  196. package/src/components/VList/VListGroup.ts +2 -2
  197. package/src/components/VList/__tests__/__snapshots__/VListGroup.spec.ts.snap +1 -1
  198. package/src/components/VMenu/VMenu.sass +3 -8
  199. package/src/components/VMenu/VMenu.ts +6 -0
  200. package/src/components/VOverflowBtn/__tests__/__snapshots__/VOverflowBtn.spec.ts.snap +2 -2
  201. package/src/components/VPagination/VPagination.ts +2 -2
  202. package/src/components/VRadioGroup/VRadio.ts +2 -2
  203. package/src/components/VRadioGroup/__tests__/__snapshots__/VRadio.spec.ts.snap +3 -3
  204. package/src/components/VRating/VRating.ts +3 -3
  205. package/src/components/VSelect/VSelect.ts +1 -1
  206. package/src/components/VSelect/__tests__/__snapshots__/VSelect.spec.ts.snap +7 -7
  207. package/src/components/VSelect/__tests__/__snapshots__/VSelect2.spec.ts.snap +5 -5
  208. package/src/components/VSelect/__tests__/__snapshots__/VSelect3.spec.ts.snap +1 -1
  209. package/src/components/VSlideGroup/VSlideGroup.ts +2 -2
  210. package/src/components/VSlideGroup/__tests__/__snapshots__/VSlideGroup.spec.ts.snap +4 -4
  211. package/src/components/VStepper/VStepperStep.ts +3 -3
  212. package/src/components/VTabs/VTabs.ts +2 -2
  213. package/src/components/VTextField/VTextField.sass +35 -11
  214. package/src/components/VTextField/VTextField.ts +2 -2
  215. package/src/components/VTooltip/VTooltip.sass +5 -2
  216. package/src/components/VTooltip/VTooltip.ts +4 -0
  217. package/src/components/VTreeview/VTreeviewNode.ts +5 -5
  218. package/src/components/VTreeview/__tests__/VTreeviewNode.spec.ts +2 -2
  219. package/src/components/VTreeview/__tests__/__snapshots__/VTreeview.spec.ts.snap +1 -1
  220. package/src/components/VWindow/VWindow.ts +2 -2
  221. package/src/directives/index.ts +1 -0
  222. package/src/directives/intersect/index.ts +6 -5
  223. package/src/directives/mutate/__tests__/mutate.spec.ts +130 -0
  224. package/src/directives/mutate/index.ts +63 -0
  225. package/src/globals.d.ts +3 -0
  226. package/src/locale/et.ts +8 -8
  227. package/src/locale/hr.ts +15 -15
  228. package/src/locale/sl.ts +8 -8
  229. package/src/styles/settings/_variables.scss +3 -3
  230. package/src/util/helpers.ts +3 -5
@@ -27,7 +27,7 @@ exports[`VDataTableHeader.ts desktop should render 1`] = `
27
27
  class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
28
28
  style="font-size: 18px;"
29
29
  >
30
- $vuetify.icons.sort
30
+ $sort
31
31
  </i>
32
32
  </th>
33
33
  <th role="columnheader"
@@ -44,7 +44,7 @@ exports[`VDataTableHeader.ts desktop should render 1`] = `
44
44
  class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
45
45
  style="font-size: 18px;"
46
46
  >
47
- $vuetify.icons.sort
47
+ $sort
48
48
  </i>
49
49
  </th>
50
50
  <th role="columnheader"
@@ -60,7 +60,7 @@ exports[`VDataTableHeader.ts desktop should render 1`] = `
60
60
  class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
61
61
  style="font-size: 18px;"
62
62
  >
63
- $vuetify.icons.sort
63
+ $sort
64
64
  </i>
65
65
  </th>
66
66
  <th role="columnheader"
@@ -76,7 +76,7 @@ exports[`VDataTableHeader.ts desktop should render 1`] = `
76
76
  class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
77
77
  style="font-size: 18px;"
78
78
  >
79
- $vuetify.icons.sort
79
+ $sort
80
80
  </i>
81
81
  </th>
82
82
  <th role="columnheader"
@@ -92,7 +92,7 @@ exports[`VDataTableHeader.ts desktop should render 1`] = `
92
92
  class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
93
93
  style="font-size: 18px;"
94
94
  >
95
- $vuetify.icons.sort
95
+ $sort
96
96
  </i>
97
97
  </th>
98
98
  </tr>
@@ -126,7 +126,7 @@ exports[`VDataTableHeader.ts desktop should work with multiSort 1`] = `
126
126
  class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
127
127
  style="font-size: 18px;"
128
128
  >
129
- $vuetify.icons.sort
129
+ $sort
130
130
  </i>
131
131
  </th>
132
132
  <th role="columnheader"
@@ -143,7 +143,7 @@ exports[`VDataTableHeader.ts desktop should work with multiSort 1`] = `
143
143
  class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
144
144
  style="font-size: 18px;"
145
145
  >
146
- $vuetify.icons.sort
146
+ $sort
147
147
  </i>
148
148
  </th>
149
149
  <th role="columnheader"
@@ -159,7 +159,7 @@ exports[`VDataTableHeader.ts desktop should work with multiSort 1`] = `
159
159
  class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
160
160
  style="font-size: 18px;"
161
161
  >
162
- $vuetify.icons.sort
162
+ $sort
163
163
  </i>
164
164
  </th>
165
165
  <th role="columnheader"
@@ -175,7 +175,7 @@ exports[`VDataTableHeader.ts desktop should work with multiSort 1`] = `
175
175
  class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
176
176
  style="font-size: 18px;"
177
177
  >
178
- $vuetify.icons.sort
178
+ $sort
179
179
  </i>
180
180
  </th>
181
181
  <th role="columnheader"
@@ -191,7 +191,7 @@ exports[`VDataTableHeader.ts desktop should work with multiSort 1`] = `
191
191
  class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
192
192
  style="font-size: 18px;"
193
193
  >
194
- $vuetify.icons.sort
194
+ $sort
195
195
  </i>
196
196
  <span class="v-data-table-header__sort-badge">
197
197
  1
@@ -231,7 +231,7 @@ exports[`VDataTableHeader.ts desktop should work with showGroupBy 1`] = `
231
231
  class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
232
232
  style="font-size: 18px;"
233
233
  >
234
- $vuetify.icons.sort
234
+ $sort
235
235
  </i>
236
236
  <span>
237
237
  group
@@ -251,7 +251,7 @@ exports[`VDataTableHeader.ts desktop should work with showGroupBy 1`] = `
251
251
  class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
252
252
  style="font-size: 18px;"
253
253
  >
254
- $vuetify.icons.sort
254
+ $sort
255
255
  </i>
256
256
  <span>
257
257
  group
@@ -270,7 +270,7 @@ exports[`VDataTableHeader.ts desktop should work with showGroupBy 1`] = `
270
270
  class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
271
271
  style="font-size: 18px;"
272
272
  >
273
- $vuetify.icons.sort
273
+ $sort
274
274
  </i>
275
275
  <span>
276
276
  group
@@ -289,7 +289,7 @@ exports[`VDataTableHeader.ts desktop should work with showGroupBy 1`] = `
289
289
  class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
290
290
  style="font-size: 18px;"
291
291
  >
292
- $vuetify.icons.sort
292
+ $sort
293
293
  </i>
294
294
  <span>
295
295
  group
@@ -308,7 +308,7 @@ exports[`VDataTableHeader.ts desktop should work with showGroupBy 1`] = `
308
308
  class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
309
309
  style="font-size: 18px;"
310
310
  >
311
- $vuetify.icons.sort
311
+ $sort
312
312
  </i>
313
313
  <span>
314
314
  group
@@ -345,7 +345,7 @@ exports[`VDataTableHeader.ts desktop should work with sortBy correctly 1`] = `
345
345
  class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
346
346
  style="font-size: 18px;"
347
347
  >
348
- $vuetify.icons.sort
348
+ $sort
349
349
  </i>
350
350
  </th>
351
351
  <th role="columnheader"
@@ -362,7 +362,7 @@ exports[`VDataTableHeader.ts desktop should work with sortBy correctly 1`] = `
362
362
  class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
363
363
  style="font-size: 18px;"
364
364
  >
365
- $vuetify.icons.sort
365
+ $sort
366
366
  </i>
367
367
  </th>
368
368
  <th role="columnheader"
@@ -378,7 +378,7 @@ exports[`VDataTableHeader.ts desktop should work with sortBy correctly 1`] = `
378
378
  class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
379
379
  style="font-size: 18px;"
380
380
  >
381
- $vuetify.icons.sort
381
+ $sort
382
382
  </i>
383
383
  </th>
384
384
  <th role="columnheader"
@@ -394,7 +394,7 @@ exports[`VDataTableHeader.ts desktop should work with sortBy correctly 1`] = `
394
394
  class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
395
395
  style="font-size: 18px;"
396
396
  >
397
- $vuetify.icons.sort
397
+ $sort
398
398
  </i>
399
399
  </th>
400
400
  <th role="columnheader"
@@ -410,7 +410,7 @@ exports[`VDataTableHeader.ts desktop should work with sortBy correctly 1`] = `
410
410
  class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
411
411
  style="font-size: 18px;"
412
412
  >
413
- $vuetify.icons.sort
413
+ $sort
414
414
  </i>
415
415
  </th>
416
416
  </tr>
@@ -444,7 +444,7 @@ exports[`VDataTableHeader.ts desktop should work with sortDesc correctly 1`] = `
444
444
  class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
445
445
  style="font-size: 18px;"
446
446
  >
447
- $vuetify.icons.sort
447
+ $sort
448
448
  </i>
449
449
  </th>
450
450
  <th role="columnheader"
@@ -461,7 +461,7 @@ exports[`VDataTableHeader.ts desktop should work with sortDesc correctly 1`] = `
461
461
  class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
462
462
  style="font-size: 18px;"
463
463
  >
464
- $vuetify.icons.sort
464
+ $sort
465
465
  </i>
466
466
  </th>
467
467
  <th role="columnheader"
@@ -477,7 +477,7 @@ exports[`VDataTableHeader.ts desktop should work with sortDesc correctly 1`] = `
477
477
  class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
478
478
  style="font-size: 18px;"
479
479
  >
480
- $vuetify.icons.sort
480
+ $sort
481
481
  </i>
482
482
  </th>
483
483
  <th role="columnheader"
@@ -493,7 +493,7 @@ exports[`VDataTableHeader.ts desktop should work with sortDesc correctly 1`] = `
493
493
  class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
494
494
  style="font-size: 18px;"
495
495
  >
496
- $vuetify.icons.sort
496
+ $sort
497
497
  </i>
498
498
  </th>
499
499
  <th role="columnheader"
@@ -509,7 +509,7 @@ exports[`VDataTableHeader.ts desktop should work with sortDesc correctly 1`] = `
509
509
  class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
510
510
  style="font-size: 18px;"
511
511
  >
512
- $vuetify.icons.sort
512
+ $sort
513
513
  </i>
514
514
  </th>
515
515
  </tr>
@@ -548,7 +548,7 @@ exports[`VDataTableHeader.ts mobile should render 1`] = `
548
548
  <i aria-hidden="true"
549
549
  class="v-icon notranslate material-icons theme--light"
550
550
  >
551
- $vuetify.icons.dropdown
551
+ $dropdown
552
552
  </i>
553
553
  </div>
554
554
  </div>
@@ -580,7 +580,7 @@ exports[`VDataTableHeader.ts mobile should render with data-table-select header
580
580
  <i aria-hidden="true"
581
581
  class="v-icon notranslate material-icons theme--light"
582
582
  >
583
- $vuetify.icons.checkboxOff
583
+ $checkboxOff
584
584
  </i>
585
585
  </div>
586
586
  </div>
@@ -611,7 +611,7 @@ exports[`VDataTableHeader.ts mobile should render with data-table-select header
611
611
  <i aria-hidden="true"
612
612
  class="v-icon notranslate material-icons theme--light"
613
613
  >
614
- $vuetify.icons.dropdown
614
+ $dropdown
615
615
  </i>
616
616
  </div>
617
617
  </div>
@@ -660,7 +660,7 @@ exports[`VDataTableHeader.ts mobile should work with multiSort 1`] = `
660
660
  class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
661
661
  style="font-size: 18px;"
662
662
  >
663
- $vuetify.icons.sort
663
+ $sort
664
664
  </i>
665
665
  </div>
666
666
  </span>
@@ -676,7 +676,7 @@ exports[`VDataTableHeader.ts mobile should work with multiSort 1`] = `
676
676
  <i aria-hidden="true"
677
677
  class="v-icon notranslate material-icons theme--light"
678
678
  >
679
- $vuetify.icons.dropdown
679
+ $dropdown
680
680
  </i>
681
681
  </div>
682
682
  </div>
@@ -728,7 +728,7 @@ exports[`VDataTableHeader.ts mobile should work with showGroupBy 1`] = `
728
728
  <i aria-hidden="true"
729
729
  class="v-icon notranslate material-icons theme--light"
730
730
  >
731
- $vuetify.icons.dropdown
731
+ $dropdown
732
732
  </i>
733
733
  </div>
734
734
  </div>
@@ -777,7 +777,7 @@ exports[`VDataTableHeader.ts mobile should work with sortBy correctly 1`] = `
777
777
  class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
778
778
  style="font-size: 18px;"
779
779
  >
780
- $vuetify.icons.sort
780
+ $sort
781
781
  </i>
782
782
  </div>
783
783
  </span>
@@ -793,7 +793,7 @@ exports[`VDataTableHeader.ts mobile should work with sortBy correctly 1`] = `
793
793
  <i aria-hidden="true"
794
794
  class="v-icon notranslate material-icons theme--light"
795
795
  >
796
- $vuetify.icons.dropdown
796
+ $dropdown
797
797
  </i>
798
798
  </div>
799
799
  </div>
@@ -842,7 +842,7 @@ exports[`VDataTableHeader.ts mobile should work with sortDesc correctly 1`] = `
842
842
  class="v-icon notranslate v-data-table-header__icon material-icons theme--light"
843
843
  style="font-size: 18px;"
844
844
  >
845
- $vuetify.icons.sort
845
+ $sort
846
846
  </i>
847
847
  </div>
848
848
  </span>
@@ -858,7 +858,7 @@ exports[`VDataTableHeader.ts mobile should work with sortDesc correctly 1`] = `
858
858
  <i aria-hidden="true"
859
859
  class="v-icon notranslate material-icons theme--light"
860
860
  >
861
- $vuetify.icons.dropdown
861
+ $dropdown
862
862
  </i>
863
863
  </div>
864
864
  </div>
@@ -8,7 +8,7 @@ exports[`VDataTable/header.ts should generate select 1`] = `
8
8
  <i aria-hidden="true"
9
9
  class="v-icon notranslate material-icons theme--light"
10
10
  >
11
- $vuetify.icons.checkboxOff
11
+ $checkboxOff
12
12
  </i>
13
13
  </div>
14
14
  </div>
@@ -22,7 +22,7 @@ exports[`VDataTable/header.ts should generate select 2`] = `
22
22
  <i aria-hidden="true"
23
23
  class="v-icon notranslate material-icons theme--light"
24
24
  >
25
- $vuetify.icons.checkboxOn
25
+ $checkboxOn
26
26
  </i>
27
27
  </div>
28
28
  </div>
@@ -36,7 +36,7 @@ exports[`VDataTable/header.ts should generate select 3`] = `
36
36
  <i aria-hidden="true"
37
37
  class="v-icon notranslate material-icons theme--light"
38
38
  >
39
- $vuetify.icons.checkboxIndeterminate
39
+ $checkboxIndeterminate
40
40
  </i>
41
41
  </div>
42
42
  </div>
@@ -53,7 +53,7 @@ export default mixins<options>().extend({
53
53
  },
54
54
  sortIcon: {
55
55
  type: String,
56
- default: '$vuetify.icons.sort',
56
+ default: '$sort',
57
57
  },
58
58
  everyItem: Boolean,
59
59
  someItems: Boolean,
@@ -72,12 +72,12 @@ export default mixins(
72
72
  multiple: Boolean,
73
73
  nextIcon: {
74
74
  type: String,
75
- default: '$vuetify.icons.next',
75
+ default: '$next',
76
76
  },
77
77
  pickerDate: String,
78
78
  prevIcon: {
79
79
  type: String,
80
- default: '$vuetify.icons.prev',
80
+ default: '$prev',
81
81
  },
82
82
  range: Boolean,
83
83
  reactive: Boolean,
@@ -33,11 +33,11 @@ export default mixins(
33
33
  max: String,
34
34
  nextIcon: {
35
35
  type: String,
36
- default: '$vuetify.icons.next',
36
+ default: '$next',
37
37
  },
38
38
  prevIcon: {
39
39
  type: String,
40
- default: '$vuetify.icons.prev',
40
+ default: '$prev',
41
41
  },
42
42
  readonly: Boolean,
43
43
  value: {
@@ -43,14 +43,11 @@
43
43
  z-index: 6
44
44
  outline: none
45
45
 
46
- .v-dialog__activator
47
- cursor: pointer
48
-
49
- *
50
- cursor: pointer
51
-
52
46
  .v-dialog__container
53
- display: inline
47
+ display: none
48
+
49
+ &--attached
50
+ display: inline
54
51
 
55
52
  // Modifier
56
53
  .v-dialog--animated
@@ -314,6 +314,12 @@ export default baseMixins.extend({
314
314
 
315
315
  return h('div', {
316
316
  staticClass: 'v-dialog__container',
317
+ class: {
318
+ 'v-dialog__container--attached':
319
+ this.attach === '' ||
320
+ this.attach === true ||
321
+ this.attach === 'attach',
322
+ },
317
323
  attrs: { role: 'dialog' },
318
324
  }, children)
319
325
  },
@@ -34,7 +34,7 @@ export default baseMixins.extend<options>().extend({
34
34
  disableIconRotate: Boolean,
35
35
  expandIcon: {
36
36
  type: String,
37
- default: '$vuetify.icons.expand',
37
+ default: '$expand',
38
38
  },
39
39
  hideActions: Boolean,
40
40
  ripple: {
@@ -26,7 +26,7 @@ exports[`VExpansionPanel should hide actions and match snapshot 2`] = `
26
26
  <i aria-hidden="true"
27
27
  class="v-icon notranslate material-icons theme--light"
28
28
  >
29
- $vuetify.icons.expand
29
+ $expand
30
30
  </i>
31
31
  </div>
32
32
  </button>
@@ -39,7 +39,7 @@ export default VTextField.extend({
39
39
  placeholder: String,
40
40
  prependIcon: {
41
41
  type: String,
42
- default: '$vuetify.icons.file',
42
+ default: '$file',
43
43
  },
44
44
  readonly: {
45
45
  type: Boolean,
@@ -7,7 +7,7 @@ exports[`VFileInput.ts should be unclearable 1`] = `
7
7
  <i role="button"
8
8
  class="v-icon notranslate v-icon--link material-icons theme--light"
9
9
  >
10
- $vuetify.icons.file
10
+ $file
11
11
  </i>
12
12
  </div>
13
13
  </div>
@@ -41,7 +41,7 @@ exports[`VFileInput.ts should display file size 1`] = `
41
41
  <i role="button"
42
42
  class="v-icon notranslate v-icon--link material-icons theme--light"
43
43
  >
44
- $vuetify.icons.file
44
+ $file
45
45
  </i>
46
46
  </div>
47
47
  </div>
@@ -60,7 +60,7 @@ exports[`VFileInput.ts should display file size 1`] = `
60
60
  <i role="button"
61
61
  class="v-icon notranslate v-icon--link material-icons theme--light"
62
62
  >
63
- $vuetify.icons.clear
63
+ $clear
64
64
  </i>
65
65
  </div>
66
66
  </div>
@@ -85,7 +85,7 @@ exports[`VFileInput.ts should display file size 2`] = `
85
85
  <i role="button"
86
86
  class="v-icon notranslate v-icon--link material-icons theme--light"
87
87
  >
88
- $vuetify.icons.file
88
+ $file
89
89
  </i>
90
90
  </div>
91
91
  </div>
@@ -104,7 +104,7 @@ exports[`VFileInput.ts should display file size 2`] = `
104
104
  <i role="button"
105
105
  class="v-icon notranslate v-icon--link material-icons theme--light"
106
106
  >
107
- $vuetify.icons.clear
107
+ $clear
108
108
  </i>
109
109
  </div>
110
110
  </div>
@@ -129,7 +129,7 @@ exports[`VFileInput.ts should display total size in counter 1`] = `
129
129
  <i role="button"
130
130
  class="v-icon notranslate v-icon--link material-icons theme--light"
131
131
  >
132
- $vuetify.icons.file
132
+ $file
133
133
  </i>
134
134
  </div>
135
135
  </div>
@@ -148,7 +148,7 @@ exports[`VFileInput.ts should display total size in counter 1`] = `
148
148
  <i role="button"
149
149
  class="v-icon notranslate v-icon--link material-icons theme--light"
150
150
  >
151
- $vuetify.icons.clear
151
+ $clear
152
152
  </i>
153
153
  </div>
154
154
  </div>
@@ -176,7 +176,7 @@ exports[`VFileInput.ts should display total size in counter 2`] = `
176
176
  <i role="button"
177
177
  class="v-icon notranslate v-icon--link material-icons theme--light"
178
178
  >
179
- $vuetify.icons.file
179
+ $file
180
180
  </i>
181
181
  </div>
182
182
  </div>
@@ -195,7 +195,7 @@ exports[`VFileInput.ts should display total size in counter 2`] = `
195
195
  <i role="button"
196
196
  class="v-icon notranslate v-icon--link material-icons theme--light"
197
197
  >
198
- $vuetify.icons.clear
198
+ $clear
199
199
  </i>
200
200
  </div>
201
201
  </div>
@@ -223,7 +223,7 @@ exports[`VFileInput.ts should render 1`] = `
223
223
  <i role="button"
224
224
  class="v-icon notranslate v-icon--link material-icons theme--light"
225
225
  >
226
- $vuetify.icons.file
226
+ $file
227
227
  </i>
228
228
  </div>
229
229
  </div>
@@ -265,7 +265,7 @@ exports[`VFileInput.ts should render chips 1`] = `
265
265
  <i role="button"
266
266
  class="v-icon notranslate v-icon--link material-icons theme--light"
267
267
  >
268
- $vuetify.icons.file
268
+ $file
269
269
  </i>
270
270
  </div>
271
271
  </div>
@@ -288,7 +288,7 @@ exports[`VFileInput.ts should render chips 1`] = `
288
288
  <i role="button"
289
289
  class="v-icon notranslate v-icon--link material-icons theme--light"
290
290
  >
291
- $vuetify.icons.clear
291
+ $clear
292
292
  </i>
293
293
  </div>
294
294
  </div>
@@ -313,7 +313,7 @@ exports[`VFileInput.ts should render counter 1`] = `
313
313
  <i role="button"
314
314
  class="v-icon notranslate v-icon--link material-icons theme--light"
315
315
  >
316
- $vuetify.icons.file
316
+ $file
317
317
  </i>
318
318
  </div>
319
319
  </div>
@@ -332,7 +332,7 @@ exports[`VFileInput.ts should render counter 1`] = `
332
332
  <i role="button"
333
333
  class="v-icon notranslate v-icon--link material-icons theme--light"
334
334
  >
335
- $vuetify.icons.clear
335
+ $clear
336
336
  </i>
337
337
  </div>
338
338
  </div>
@@ -360,7 +360,7 @@ exports[`VFileInput.ts should render small chips 1`] = `
360
360
  <i role="button"
361
361
  class="v-icon notranslate v-icon--link material-icons theme--light"
362
362
  >
363
- $vuetify.icons.file
363
+ $file
364
364
  </i>
365
365
  </div>
366
366
  </div>
@@ -383,7 +383,7 @@ exports[`VFileInput.ts should render small chips 1`] = `
383
383
  <i role="button"
384
384
  class="v-icon notranslate v-icon--link material-icons theme--light"
385
385
  >
386
- $vuetify.icons.clear
386
+ $clear
387
387
  </i>
388
388
  </div>
389
389
  </div>
@@ -178,15 +178,15 @@ describe('VIcon', () => {
178
178
  }
179
179
  })
180
180
 
181
- it('should render MD left icon from $vuetify.icons.checkboxOn', () => {
182
- const wrapper = mountFunction({}, '$vuetify.icons.checkboxOn')
181
+ it('should render MD left icon from $checkboxOn', () => {
182
+ const wrapper = mountFunction({}, '$checkboxOn')
183
183
 
184
184
  expect(wrapper.text()).toBe('check_box')
185
185
  expect(wrapper.element.className).toBe('v-icon notranslate material-icons theme--light')
186
186
  })
187
187
 
188
- it('should render MD left icon from $vuetify.icons.prev', () => {
189
- const wrapper = mountFunction({}, '$vuetify.icons.prev')
188
+ it('should render MD left icon from $prev', () => {
189
+ const wrapper = mountFunction({}, '$prev')
190
190
 
191
191
  expect(wrapper.text()).toBe('chevron_left')
192
192
  expect(wrapper.element.className).toBe('v-icon notranslate material-icons theme--light')
@@ -231,7 +231,7 @@ describe('VIcon', () => {
231
231
  })
232
232
 
233
233
  it('should render component', () => {
234
- const wrapper = mountFunction({}, '$vuetify.icons.testIcon')
234
+ const wrapper = mountFunction({}, '$testIcon')
235
235
 
236
236
  expect(wrapper.text()).toBe('test icon')
237
237
  expect(wrapper.element.className).toBe('v-icon notranslate test-component v-icon--is-component theme--light')
@@ -239,14 +239,14 @@ describe('VIcon', () => {
239
239
  })
240
240
 
241
241
  it('should render a colored component', () => {
242
- const wrapper = mountFunction({ props: { color: 'green lighten-1' } }, '$vuetify.icons.testIcon')
242
+ const wrapper = mountFunction({ props: { color: 'green lighten-1' } }, '$testIcon')
243
243
 
244
244
  expect(wrapper.element.classList).toContain('green--text')
245
245
  expect(wrapper.element.classList).toContain('text--lighten-1')
246
246
  })
247
247
 
248
248
  it('should render a disabled component', () => {
249
- const wrapper = mountFunction({ props: { disabled: true } }, '$vuetify.icons.testIcon')
249
+ const wrapper = mountFunction({ props: { disabled: true } }, '$testIcon')
250
250
 
251
251
  expect(wrapper.element.classList).toContain('v-icon--disabled')
252
252
  })
@@ -254,7 +254,7 @@ describe('VIcon', () => {
254
254
  it('should set font size from helper prop', async () => {
255
255
  const iconFactory = size => mountFunction({
256
256
  props: { [size]: true },
257
- }, '$vuetify.icons.testIcon')
257
+ }, '$testIcon')
258
258
 
259
259
  const small = iconFactory('small')
260
260
  expect(small.html()).toMatchSnapshot()
@@ -270,20 +270,20 @@ describe('VIcon', () => {
270
270
  })
271
271
 
272
272
  it('should render a left aligned component', () => {
273
- const wrapper = mountFunction({ props: { left: true } }, '$vuetify.icons.testIcon')
273
+ const wrapper = mountFunction({ props: { left: true } }, '$testIcon')
274
274
 
275
275
  expect(wrapper.element.classList).toContain('v-icon--left')
276
276
  })
277
277
 
278
278
  it('should render a right aligned component', () => {
279
- const wrapper = mountFunction({ props: { right: true } }, '$vuetify.icons.testIcon')
279
+ const wrapper = mountFunction({ props: { right: true } }, '$testIcon')
280
280
 
281
281
  expect(wrapper.element.classList).toContain('v-icon--right')
282
282
  })
283
283
 
284
284
  it('should be an accessible link', () => {
285
285
  const clickHandler = jest.fn()
286
- const wrapper = mountFunction({ on: { click: clickHandler } }, '$vuetify.icons.testIcon')
286
+ const wrapper = mountFunction({ on: { click: clickHandler } }, '$testIcon')
287
287
  wrapper.trigger('click')
288
288
 
289
289
  expect(wrapper.element.classList).toContain('v-icon--link')
@@ -100,6 +100,9 @@
100
100
  transition: $primary-transition
101
101
  width: 100%
102
102
 
103
+ &--dense > .v-input__control > .v-input__slot
104
+ margin-bottom: 4px
105
+
103
106
  &--is-disabled:not(.v-input--is-readonly)
104
107
  pointer-events: none
105
108
 
@@ -228,6 +228,9 @@ export default baseMixins.extend<options>().extend({
228
228
  light: this.light,
229
229
  value: (this.hasMessages || this.hasHint) ? messages : [],
230
230
  },
231
+ attrs: {
232
+ role: this.hasMessages ? 'alert' : null,
233
+ },
231
234
  })
232
235
  },
233
236
  genSlot (