vuetify 2.6.7 → 2.6.8

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 (183) hide show
  1. package/dist/json/web-types.json +5 -5
  2. package/dist/vuetify.js +312 -227
  3. package/dist/vuetify.js.map +1 -1
  4. package/dist/vuetify.min.css +1 -1
  5. package/dist/vuetify.min.js +2 -2
  6. package/es5/components/VAutocomplete/VAutocomplete.js +3 -3
  7. package/es5/components/VAutocomplete/VAutocomplete.js.map +1 -1
  8. package/es5/components/VBtn/VBtn.js +2 -2
  9. package/es5/components/VBtn/VBtn.js.map +1 -1
  10. package/es5/components/VCalendar/mixins/calendar-with-events.js +6 -5
  11. package/es5/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
  12. package/es5/components/VCalendar/mixins/mouse.js +4 -4
  13. package/es5/components/VCalendar/mixins/mouse.js.map +1 -1
  14. package/es5/components/VCheckbox/VSimpleCheckbox.js +5 -5
  15. package/es5/components/VCheckbox/VSimpleCheckbox.js.map +1 -1
  16. package/es5/components/VCombobox/VCombobox.js +2 -2
  17. package/es5/components/VCombobox/VCombobox.js.map +1 -1
  18. package/es5/components/VDataIterator/VDataFooter.js +5 -2
  19. package/es5/components/VDataIterator/VDataFooter.js.map +1 -1
  20. package/es5/components/VDataTable/Row.js +2 -2
  21. package/es5/components/VDataTable/Row.js.map +1 -1
  22. package/es5/components/VDataTable/VDataTable.js +54 -43
  23. package/es5/components/VDataTable/VDataTable.js.map +1 -1
  24. package/es5/components/VDataTable/mixins/header.js +4 -3
  25. package/es5/components/VDataTable/mixins/header.js.map +1 -1
  26. package/es5/components/VDatePicker/VDatePicker.js +2 -1
  27. package/es5/components/VDatePicker/VDatePicker.js.map +1 -1
  28. package/es5/components/VDialog/VDialog.js +13 -15
  29. package/es5/components/VDialog/VDialog.js.map +1 -1
  30. package/es5/components/VItemGroup/VItemGroup.js +4 -2
  31. package/es5/components/VItemGroup/VItemGroup.js.map +1 -1
  32. package/es5/components/VMenu/VMenu.js +2 -2
  33. package/es5/components/VMenu/VMenu.js.map +1 -1
  34. package/es5/components/VOtpInput/VOtpInput.js +8 -7
  35. package/es5/components/VOtpInput/VOtpInput.js.map +1 -1
  36. package/es5/components/VRadioGroup/VRadio.js +2 -1
  37. package/es5/components/VRadioGroup/VRadio.js.map +1 -1
  38. package/es5/components/VRangeSlider/VRangeSlider.js +4 -3
  39. package/es5/components/VRangeSlider/VRangeSlider.js.map +1 -1
  40. package/es5/components/VSelect/VSelect.js +8 -8
  41. package/es5/components/VSelect/VSelect.js.map +1 -1
  42. package/es5/components/VSelect/VSelectList.js +2 -1
  43. package/es5/components/VSelect/VSelectList.js.map +1 -1
  44. package/es5/components/VSkeletonLoader/VSkeletonLoader.js +4 -4
  45. package/es5/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -1
  46. package/es5/components/VSlideGroup/VSlideGroup.js +4 -4
  47. package/es5/components/VSlideGroup/VSlideGroup.js.map +1 -1
  48. package/es5/components/VSlider/VSlider.js +8 -11
  49. package/es5/components/VSlider/VSlider.js.map +1 -1
  50. package/es5/components/VSparkline/VSparkline.js +2 -1
  51. package/es5/components/VSparkline/VSparkline.js.map +1 -1
  52. package/es5/components/VTextField/VTextField.js +5 -5
  53. package/es5/components/VTextField/VTextField.js.map +1 -1
  54. package/es5/components/VTextarea/VTextarea.js +2 -2
  55. package/es5/components/VTextarea/VTextarea.js.map +1 -1
  56. package/es5/components/VTimePicker/VTimePicker.js.map +1 -1
  57. package/es5/components/VTreeview/VTreeview.js +5 -4
  58. package/es5/components/VTreeview/VTreeview.js.map +1 -1
  59. package/es5/components/VTreeview/VTreeviewNode.js +2 -1
  60. package/es5/components/VTreeview/VTreeviewNode.js.map +1 -1
  61. package/es5/components/VWindow/VWindow.js +5 -6
  62. package/es5/components/VWindow/VWindow.js.map +1 -1
  63. package/es5/directives/click-outside/index.js +2 -2
  64. package/es5/directives/click-outside/index.js.map +1 -1
  65. package/es5/directives/intersect/index.js +5 -5
  66. package/es5/directives/intersect/index.js.map +1 -1
  67. package/es5/directives/mutate/index.js +2 -2
  68. package/es5/directives/mutate/index.js.map +1 -1
  69. package/es5/directives/resize/index.js +2 -2
  70. package/es5/directives/resize/index.js.map +1 -1
  71. package/es5/directives/scroll/index.js +2 -2
  72. package/es5/directives/scroll/index.js.map +1 -1
  73. package/es5/framework.js +1 -1
  74. package/es5/mixins/activatable/index.js +1 -3
  75. package/es5/mixins/activatable/index.js.map +1 -1
  76. package/es5/mixins/binds-attrs/index.js.map +1 -1
  77. package/es5/mixins/overlayable/index.js +1 -1
  78. package/es5/mixins/overlayable/index.js.map +1 -1
  79. package/es5/mixins/routable/index.js +2 -2
  80. package/es5/mixins/routable/index.js.map +1 -1
  81. package/es5/util/helpers.js +1 -1
  82. package/es5/util/helpers.js.map +1 -1
  83. package/lib/components/VAutocomplete/VAutocomplete.js +3 -3
  84. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  85. package/lib/components/VBtn/VBtn.js +2 -2
  86. package/lib/components/VBtn/VBtn.js.map +1 -1
  87. package/lib/components/VCalendar/mixins/calendar-with-events.js +4 -4
  88. package/lib/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
  89. package/lib/components/VCalendar/mixins/mouse.js +4 -4
  90. package/lib/components/VCalendar/mixins/mouse.js.map +1 -1
  91. package/lib/components/VCheckbox/VSimpleCheckbox.js +3 -2
  92. package/lib/components/VCheckbox/VSimpleCheckbox.js.map +1 -1
  93. package/lib/components/VCombobox/VCombobox.js +2 -2
  94. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  95. package/lib/components/VDataIterator/VDataFooter.js +5 -2
  96. package/lib/components/VDataIterator/VDataFooter.js.map +1 -1
  97. package/lib/components/VDataTable/Row.js +2 -2
  98. package/lib/components/VDataTable/Row.js.map +1 -1
  99. package/lib/components/VDataTable/VDataTable.js +15 -5
  100. package/lib/components/VDataTable/VDataTable.js.map +1 -1
  101. package/lib/components/VDataTable/mixins/header.js +2 -2
  102. package/lib/components/VDataTable/mixins/header.js.map +1 -1
  103. package/lib/components/VDatePicker/VDatePicker.js +2 -1
  104. package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
  105. package/lib/components/VDialog/VDialog.js +11 -13
  106. package/lib/components/VDialog/VDialog.js.map +1 -1
  107. package/lib/components/VItemGroup/VItemGroup.js +2 -2
  108. package/lib/components/VItemGroup/VItemGroup.js.map +1 -1
  109. package/lib/components/VMenu/VMenu.js +2 -2
  110. package/lib/components/VMenu/VMenu.js.map +1 -1
  111. package/lib/components/VOtpInput/VOtpInput.js +8 -7
  112. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  113. package/lib/components/VRadioGroup/VRadio.js +2 -1
  114. package/lib/components/VRadioGroup/VRadio.js.map +1 -1
  115. package/lib/components/VRangeSlider/VRangeSlider.js +2 -2
  116. package/lib/components/VRangeSlider/VRangeSlider.js.map +1 -1
  117. package/lib/components/VSelect/VSelect.js +8 -8
  118. package/lib/components/VSelect/VSelect.js.map +1 -1
  119. package/lib/components/VSelect/VSelectList.js +2 -1
  120. package/lib/components/VSelect/VSelectList.js.map +1 -1
  121. package/lib/components/VSkeletonLoader/VSkeletonLoader.js +4 -4
  122. package/lib/components/VSkeletonLoader/VSkeletonLoader.js.map +1 -1
  123. package/lib/components/VSlideGroup/VSlideGroup.js +4 -4
  124. package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
  125. package/lib/components/VSlider/VSlider.js +6 -11
  126. package/lib/components/VSlider/VSlider.js.map +1 -1
  127. package/lib/components/VSparkline/VSparkline.js +2 -1
  128. package/lib/components/VSparkline/VSparkline.js.map +1 -1
  129. package/lib/components/VTextField/VTextField.js +5 -5
  130. package/lib/components/VTextField/VTextField.js.map +1 -1
  131. package/lib/components/VTextarea/VTextarea.js +2 -2
  132. package/lib/components/VTextarea/VTextarea.js.map +1 -1
  133. package/lib/components/VTimePicker/VTimePicker.js.map +1 -1
  134. package/lib/components/VTreeview/VTreeview.js +5 -4
  135. package/lib/components/VTreeview/VTreeview.js.map +1 -1
  136. package/lib/components/VTreeview/VTreeviewNode.js +2 -1
  137. package/lib/components/VTreeview/VTreeviewNode.js.map +1 -1
  138. package/lib/components/VWindow/VWindow.js +3 -3
  139. package/lib/components/VWindow/VWindow.js.map +1 -1
  140. package/lib/directives/click-outside/index.js +2 -2
  141. package/lib/directives/click-outside/index.js.map +1 -1
  142. package/lib/directives/intersect/index.js +4 -4
  143. package/lib/directives/intersect/index.js.map +1 -1
  144. package/lib/directives/mutate/index.js +2 -2
  145. package/lib/directives/mutate/index.js.map +1 -1
  146. package/lib/directives/resize/index.js +2 -2
  147. package/lib/directives/resize/index.js.map +1 -1
  148. package/lib/directives/scroll/index.js +2 -2
  149. package/lib/directives/scroll/index.js.map +1 -1
  150. package/lib/framework.js +1 -1
  151. package/lib/mixins/activatable/index.js +1 -3
  152. package/lib/mixins/activatable/index.js.map +1 -1
  153. package/lib/mixins/binds-attrs/index.js.map +1 -1
  154. package/lib/mixins/overlayable/index.js +1 -1
  155. package/lib/mixins/overlayable/index.js.map +1 -1
  156. package/lib/mixins/routable/index.js +4 -3
  157. package/lib/mixins/routable/index.js.map +1 -1
  158. package/lib/util/helpers.js +1 -1
  159. package/lib/util/helpers.js.map +1 -1
  160. package/package.json +2 -2
  161. package/src/components/VCheckbox/VSimpleCheckbox.ts +3 -2
  162. package/src/components/VDataTable/VDataTable.ts +4 -1
  163. package/src/components/VDataTable/__tests__/__snapshots__/VDataTable.spec.ts.snap +14 -14
  164. package/src/components/VDatePicker/VDatePicker.ts +1 -1
  165. package/src/components/VItemGroup/VItemGroup.ts +2 -2
  166. package/src/components/VItemGroup/__tests__/VItemGroup.spec.ts +29 -0
  167. package/src/components/VOverflowBtn/__tests__/__snapshots__/VOverflowBtn.spec.ts.snap +14 -10
  168. package/src/components/VRangeSlider/__tests__/VRangeSlider.spec.ts +2 -2
  169. package/src/components/VRangeSlider/__tests__/__snapshots__/VRangeSlider.spec.ts.snap +2 -2
  170. package/src/components/VSlideGroup/VSlideGroup.ts +1 -1
  171. package/src/components/VSlider/VSlider.ts +1 -7
  172. package/src/components/VSlider/__tests__/VSlider.spec.ts +3 -2
  173. package/src/components/VTimePicker/VTimePicker.ts +1 -1
  174. package/src/globals.d.ts +6 -6
  175. package/src/mixins/applicationable/__tests__/applicationable.spec.ts +1 -1
  176. package/src/mixins/binds-attrs/index.ts +2 -2
  177. package/src/mixins/overlayable/index.ts +7 -7
  178. package/src/util/helpers.ts +2 -2
  179. package/es5/util/component.js +0 -11
  180. package/es5/util/component.js.map +0 -1
  181. package/lib/util/component.js +0 -4
  182. package/lib/util/component.js.map +0 -1
  183. package/src/util/component.ts +0 -21
package/dist/vuetify.js CHANGED
@@ -3268,12 +3268,14 @@ var __read = undefined && undefined.__read || function (o, n) {
3268
3268
  return ar;
3269
3269
  };
3270
3270
 
3271
- var __spread = undefined && undefined.__spread || function () {
3272
- for (var ar = [], i = 0; i < arguments.length; i++) {
3273
- ar = ar.concat(__read(arguments[i]));
3271
+ var __spreadArray = undefined && undefined.__spreadArray || function (to, from, pack) {
3272
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
3273
+ if (ar || !(i in from)) {
3274
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
3275
+ ar[i] = from[i];
3276
+ }
3274
3277
  }
3275
-
3276
- return ar;
3278
+ return to.concat(ar || Array.prototype.slice.call(from));
3277
3279
  }; // Styles
3278
3280
 
3279
3281
 
@@ -3348,9 +3350,9 @@ var __spread = undefined && undefined.__spread || function () {
3348
3350
  this.days.forEach(function (d, j) {
3349
3351
  var day = new Array(_this.parsedCategories.length || 1);
3350
3352
  day.fill(d);
3351
- days.push.apply(days, __spread(day.map(function (v, i) {
3353
+ days.push.apply(days, __spreadArray([], __read(day.map(function (v, i) {
3352
3354
  return _this.genDay(v, j, i);
3353
- })));
3355
+ })), false));
3354
3356
  });
3355
3357
  return days;
3356
3358
  },
@@ -3365,7 +3367,7 @@ var __spread = undefined && undefined.__spread || function () {
3365
3367
  on: this.getDefaultMouseEventHandlers(':time', function (e) {
3366
3368
  return _this.getSlotScope(_this.getTimestampAtEvent(e, day));
3367
3369
  })
3368
- }, __spread(this.genDayIntervals(index, category), this.genDayBody(day, category)));
3370
+ }, __spreadArray(__spreadArray([], __read(this.genDayIntervals(index, category)), false), __read(this.genDayBody(day, category)), false));
3369
3371
  },
3370
3372
  genDayIntervals: function genDayIntervals(index, category) {
3371
3373
  var _this = this;
@@ -3488,12 +3490,14 @@ var __read = undefined && undefined.__read || function (o, n) {
3488
3490
  return ar;
3489
3491
  };
3490
3492
 
3491
- var __spread = undefined && undefined.__spread || function () {
3492
- for (var ar = [], i = 0; i < arguments.length; i++) {
3493
- ar = ar.concat(__read(arguments[i]));
3493
+ var __spreadArray = undefined && undefined.__spreadArray || function (to, from, pack) {
3494
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
3495
+ if (ar || !(i in from)) {
3496
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
3497
+ ar[i] = from[i];
3498
+ }
3494
3499
  }
3495
-
3496
- return ar;
3500
+ return to.concat(ar || Array.prototype.slice.call(from));
3497
3501
  }; // Styles
3498
3502
 
3499
3503
 
@@ -3546,7 +3550,7 @@ var __spread = undefined && undefined.__spread || function () {
3546
3550
  style: {
3547
3551
  marginRight: this.scrollPush + 'px'
3548
3552
  }
3549
- }, __spread([this.genHeadIntervals()], this.genHeadDays()));
3553
+ }, __spreadArray([this.genHeadIntervals()], __read(this.genHeadDays()), false));
3550
3554
  },
3551
3555
  genHeadIntervals: function genHeadIntervals() {
3552
3556
  var width = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["convertToUnit"])(this.intervalWidth);
@@ -3572,7 +3576,7 @@ var __spread = undefined && undefined.__spread || function () {
3572
3576
  nativeEvent: nativeEvent
3573
3577
  }, _this.getSlotScope(day));
3574
3578
  })
3575
- }, __spread([this.genHeadWeekday(day), this.genHeadDayLabel(day)], this.genDayHeader(day, index)));
3579
+ }, __spreadArray([this.genHeadWeekday(day), this.genHeadDayLabel(day)], __read(this.genDayHeader(day, index)), false));
3576
3580
  },
3577
3581
  genDayHeader: function genDayHeader(day, index) {
3578
3582
  var _this = this;
@@ -3645,7 +3649,7 @@ var __spread = undefined && undefined.__spread || function () {
3645
3649
  genDayContainer: function genDayContainer() {
3646
3650
  return this.$createElement('div', {
3647
3651
  staticClass: 'v-calendar-daily__day-container'
3648
- }, __spread([this.genBodyIntervals()], this.genDays()));
3652
+ }, __spreadArray([this.genBodyIntervals()], __read(this.genDays()), false));
3649
3653
  },
3650
3654
  genDays: function genDays() {
3651
3655
  return this.days.map(this.genDay);
@@ -3662,7 +3666,7 @@ var __spread = undefined && undefined.__spread || function () {
3662
3666
  nativeEvent: nativeEvent
3663
3667
  }, _this.getSlotScope(_this.getTimestampAtEvent(nativeEvent, day)));
3664
3668
  })
3665
- }, __spread(this.genDayIntervals(index), this.genDayBody(day)));
3669
+ }, __spreadArray(__spreadArray([], __read(this.genDayIntervals(index)), false), __read(this.genDayBody(day)), false));
3666
3670
  },
3667
3671
  genDayBody: function genDayBody(day) {
3668
3672
  var _this = this;
@@ -3859,12 +3863,14 @@ var __read = undefined && undefined.__read || function (o, n) {
3859
3863
  return ar;
3860
3864
  };
3861
3865
 
3862
- var __spread = undefined && undefined.__spread || function () {
3863
- for (var ar = [], i = 0; i < arguments.length; i++) {
3864
- ar = ar.concat(__read(arguments[i]));
3866
+ var __spreadArray = undefined && undefined.__spreadArray || function (to, from, pack) {
3867
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
3868
+ if (ar || !(i in from)) {
3869
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
3870
+ ar[i] = from[i];
3871
+ }
3865
3872
  }
3866
-
3867
- return ar;
3873
+ return to.concat(ar || Array.prototype.slice.call(from));
3868
3874
  }; // Styles
3869
3875
 
3870
3876
 
@@ -3999,13 +4005,13 @@ var __spread = undefined && undefined.__spread || function () {
3999
4005
  nativeEvent: nativeEvent
4000
4006
  }, day);
4001
4007
  })
4002
- }, __spread([this.genDayLabel(day)], Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["getSlot"])(this, 'day', function () {
4008
+ }, __spreadArray([this.genDayLabel(day)], __read(Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["getSlot"])(this, 'day', function () {
4003
4009
  return __assign({
4004
4010
  outside: outside,
4005
4011
  index: index,
4006
4012
  week: week
4007
4013
  }, day);
4008
- }) || []));
4014
+ }) || []), false));
4009
4015
  },
4010
4016
  genDayLabel: function genDayLabel(day) {
4011
4017
  return this.$createElement('div', {
@@ -4056,7 +4062,7 @@ var __spread = undefined && undefined.__spread || function () {
4056
4062
  e.preventDefault();
4057
4063
  }
4058
4064
  }
4059
- }, __spread([!this.hideHeader ? this.genHead() : ''], this.genWeeks()));
4065
+ }, __spreadArray([!this.hideHeader ? this.genHead() : ''], __read(this.genWeeks()), false));
4060
4066
  }
4061
4067
  }));
4062
4068
 
@@ -7547,7 +7553,7 @@ var __assign = undefined && undefined.__assign || function () {
7547
7553
  name: 'v-simple-checkbox',
7548
7554
  functional: true,
7549
7555
  directives: {
7550
- ripple: _directives_ripple__WEBPACK_IMPORTED_MODULE_1__["default"]
7556
+ Ripple: _directives_ripple__WEBPACK_IMPORTED_MODULE_1__["default"]
7551
7557
  },
7552
7558
  props: __assign(__assign(__assign({}, _mixins_colorable__WEBPACK_IMPORTED_MODULE_4__["default"].options.props), _mixins_themeable__WEBPACK_IMPORTED_MODULE_5__["default"].options.props), {
7553
7559
  disabled: Boolean,
@@ -7586,16 +7592,17 @@ var __assign = undefined && undefined.__assign || function () {
7586
7592
  }), icon));
7587
7593
 
7588
7594
  if (props.ripple && !props.disabled) {
7589
- var ripple_1 = h('div', _mixins_colorable__WEBPACK_IMPORTED_MODULE_4__["default"].options.methods.setTextColor(props.color, {
7595
+ var ripple = h('div', _mixins_colorable__WEBPACK_IMPORTED_MODULE_4__["default"].options.methods.setTextColor(props.color, {
7590
7596
  staticClass: 'v-input--selection-controls__ripple',
7591
7597
  directives: [{
7598
+ def: _directives_ripple__WEBPACK_IMPORTED_MODULE_1__["default"],
7592
7599
  name: 'ripple',
7593
7600
  value: {
7594
7601
  center: true
7595
7602
  }
7596
7603
  }]
7597
7604
  }));
7598
- children.push(ripple_1);
7605
+ children.push(ripple);
7599
7606
  }
7600
7607
 
7601
7608
  return h('div', Object(_util_mergeData__WEBPACK_IMPORTED_MODULE_6__["default"])(data, {
@@ -9595,12 +9602,14 @@ var __read = undefined && undefined.__read || function (o, n) {
9595
9602
  return ar;
9596
9603
  };
9597
9604
 
9598
- var __spread = undefined && undefined.__spread || function () {
9599
- for (var ar = [], i = 0; i < arguments.length; i++) {
9600
- ar = ar.concat(__read(arguments[i]));
9605
+ var __spreadArray = undefined && undefined.__spreadArray || function (to, from, pack) {
9606
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
9607
+ if (ar || !(i in from)) {
9608
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
9609
+ ar[i] = from[i];
9610
+ }
9601
9611
  }
9602
-
9603
- return ar;
9612
+ return to.concat(ar || Array.prototype.slice.call(from));
9604
9613
  }; // Helpers
9605
9614
 
9606
9615
 
@@ -9701,11 +9710,11 @@ var __spread = undefined && undefined.__spread || function () {
9701
9710
  var groupDiff = groupBy.length - groupDesc.length;
9702
9711
 
9703
9712
  if (sortDiff > 0) {
9704
- (_a = internalOptions.sortDesc).push.apply(_a, __spread(Object(_util_helpers__WEBPACK_IMPORTED_MODULE_0__["fillArray"])(sortDiff, false)));
9713
+ (_a = internalOptions.sortDesc).push.apply(_a, __spreadArray([], __read(Object(_util_helpers__WEBPACK_IMPORTED_MODULE_0__["fillArray"])(sortDiff, false)), false));
9705
9714
  }
9706
9715
 
9707
9716
  if (groupDiff > 0) {
9708
- (_b = internalOptions.groupDesc).push.apply(_b, __spread(Object(_util_helpers__WEBPACK_IMPORTED_MODULE_0__["fillArray"])(groupDiff, false)));
9717
+ (_b = internalOptions.groupDesc).push.apply(_b, __spreadArray([], __read(Object(_util_helpers__WEBPACK_IMPORTED_MODULE_0__["fillArray"])(groupDiff, false)), false));
9709
9718
  }
9710
9719
 
9711
9720
  return {
@@ -9976,8 +9985,8 @@ var __spread = undefined && undefined.__spread || function () {
9976
9985
  }
9977
9986
 
9978
9987
  if (this.internalOptions.groupBy.length) {
9979
- sortBy = __spread(this.internalOptions.groupBy, sortBy);
9980
- sortDesc = __spread(this.internalOptions.groupDesc, sortDesc);
9988
+ sortBy = __spreadArray(__spreadArray([], __read(this.internalOptions.groupBy), false), __read(sortBy), false);
9989
+ sortDesc = __spreadArray(__spreadArray([], __read(this.internalOptions.groupDesc), false), __read(sortDesc), false);
9981
9990
  }
9982
9991
 
9983
9992
  return this.customSort(items, sortBy, sortDesc, this.locale);
@@ -10213,13 +10222,16 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "functi
10213
10222
  props: {
10214
10223
  disabled: disabled || this.disablePagination,
10215
10224
  icon: true,
10216
- text: true
10225
+ text: true // dark: this.dark, // TODO: add mixin
10226
+ // light: this.light // TODO: add mixin
10227
+
10217
10228
  },
10218
10229
  on: {
10219
10230
  click: click
10220
10231
  },
10221
10232
  attrs: {
10222
- 'aria-label': label
10233
+ 'aria-label': label // TODO: Localization
10234
+
10223
10235
  }
10224
10236
  }, [this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_2__["default"], icon)]);
10225
10237
  },
@@ -10871,12 +10883,14 @@ var __read = undefined && undefined.__read || function (o, n) {
10871
10883
  return ar;
10872
10884
  };
10873
10885
 
10874
- var __spread = undefined && undefined.__spread || function () {
10875
- for (var ar = [], i = 0; i < arguments.length; i++) {
10876
- ar = ar.concat(__read(arguments[i]));
10886
+ var __spreadArray = undefined && undefined.__spreadArray || function (to, from, pack) {
10887
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
10888
+ if (ar || !(i in from)) {
10889
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
10890
+ ar[i] = from[i];
10891
+ }
10877
10892
  }
10878
-
10879
- return ar;
10893
+ return to.concat(ar || Array.prototype.slice.call(from));
10880
10894
  }; // Types
10881
10895
 
10882
10896
 
@@ -10912,15 +10926,15 @@ function needsTd(slot) {
10912
10926
  var regularSlot = computedSlots.hasOwnProperty(slotName) && computedSlots[slotName];
10913
10927
 
10914
10928
  if (scopedSlot) {
10915
- children.push.apply(children, __spread(Object(_util_helpers__WEBPACK_IMPORTED_MODULE_1__["wrapInArray"])(scopedSlot({
10929
+ children.push.apply(children, __spreadArray([], __read(Object(_util_helpers__WEBPACK_IMPORTED_MODULE_1__["wrapInArray"])(scopedSlot({
10916
10930
  item: props.item,
10917
10931
  isMobile: false,
10918
10932
  header: header,
10919
10933
  index: props.index,
10920
10934
  value: value
10921
- }))));
10935
+ }))), false));
10922
10936
  } else if (regularSlot) {
10923
- children.push.apply(children, __spread(Object(_util_helpers__WEBPACK_IMPORTED_MODULE_1__["wrapInArray"])(regularSlot)));
10937
+ children.push.apply(children, __spreadArray([], __read(Object(_util_helpers__WEBPACK_IMPORTED_MODULE_1__["wrapInArray"])(regularSlot)), false));
10924
10938
  } else {
10925
10939
  children.push(value == null ? value : String(value));
10926
10940
  }
@@ -10976,12 +10990,14 @@ var __read = undefined && undefined.__read || function (o, n) {
10976
10990
  return ar;
10977
10991
  };
10978
10992
 
10979
- var __spread = undefined && undefined.__spread || function () {
10980
- for (var ar = [], i = 0; i < arguments.length; i++) {
10981
- ar = ar.concat(__read(arguments[i]));
10993
+ var __spreadArray = undefined && undefined.__spreadArray || function (to, from, pack) {
10994
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
10995
+ if (ar || !(i in from)) {
10996
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
10997
+ ar[i] = from[i];
10998
+ }
10982
10999
  }
10983
-
10984
- return ar;
11000
+ return to.concat(ar || Array.prototype.slice.call(from));
10985
11001
  };
10986
11002
 
10987
11003
 
@@ -11014,17 +11030,17 @@ var __spread = undefined && undefined.__spread || function () {
11014
11030
  staticClass: props.headerClass
11015
11031
  }, computedSlots['column.header']));
11016
11032
  } else if (computedSlots['row.header']) {
11017
- children.push.apply(children, __spread(computedSlots['row.header']));
11033
+ children.push.apply(children, __spreadArray([], __read(computedSlots['row.header']), false));
11018
11034
  }
11019
11035
 
11020
- if (computedSlots['row.content'] && props.value) children.push.apply(children, __spread(computedSlots['row.content']));
11036
+ if (computedSlots['row.content'] && props.value) children.push.apply(children, __spreadArray([], __read(computedSlots['row.content']), false));
11021
11037
 
11022
11038
  if (computedSlots['column.summary']) {
11023
11039
  children.push(h('tr', {
11024
11040
  staticClass: props.summaryClass
11025
11041
  }, computedSlots['column.summary']));
11026
11042
  } else if (computedSlots['row.summary']) {
11027
- children.push.apply(children, __spread(computedSlots['row.summary']));
11043
+ children.push.apply(children, __spreadArray([], __read(computedSlots['row.summary']), false));
11028
11044
  }
11029
11045
 
11030
11046
  return children;
@@ -11286,6 +11302,17 @@ function searchTableItems(items, search, headersWithCustomFilters, headersWithou
11286
11302
  }
11287
11303
 
11288
11304
  return itemsPerPage;
11305
+ },
11306
+ groupByText: function groupByText() {
11307
+ var _this = this;
11308
+
11309
+ var _a, _b, _c;
11310
+
11311
+ return (_c = (_b = (_a = this.headers) === null || _a === void 0 ? void 0 : _a.find(function (header) {
11312
+ var _a;
11313
+
11314
+ return header.value === ((_a = _this.internalGroupBy) === null || _a === void 0 ? void 0 : _a[0]);
11315
+ })) === null || _b === void 0 ? void 0 : _b.text) !== null && _c !== void 0 ? _c : '';
11289
11316
  }
11290
11317
  },
11291
11318
  created: function created() {
@@ -11481,7 +11508,7 @@ function searchTableItems(items, search, headersWithCustomFilters, headersWithou
11481
11508
  var column = this.$createElement('td', {
11482
11509
  staticClass: 'text-start',
11483
11510
  attrs: this.colspanAttrs
11484
- }, [toggle, props.options.groupBy[0] + ": " + group, remove]);
11511
+ }, [toggle, this.groupByText + ": " + group, remove]);
11485
11512
  children.unshift(this.$createElement('template', {
11486
11513
  slot: 'column.header'
11487
11514
  }, [column]));
@@ -11910,12 +11937,14 @@ var __read = undefined && undefined.__read || function (o, n) {
11910
11937
  return ar;
11911
11938
  };
11912
11939
 
11913
- var __spread = undefined && undefined.__spread || function () {
11914
- for (var ar = [], i = 0; i < arguments.length; i++) {
11915
- ar = ar.concat(__read(arguments[i]));
11940
+ var __spreadArray = undefined && undefined.__spreadArray || function (to, from, pack) {
11941
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
11942
+ if (ar || !(i in from)) {
11943
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
11944
+ ar[i] = from[i];
11945
+ }
11916
11946
  }
11917
-
11918
- return ar;
11947
+ return to.concat(ar || Array.prototype.slice.call(from));
11919
11948
  };
11920
11949
 
11921
11950
 
@@ -11980,7 +12009,7 @@ var __spread = undefined && undefined.__spread || function () {
11980
12009
  width: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_2__["convertToUnit"])(header.width),
11981
12010
  minWidth: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_2__["convertToUnit"])(header.width)
11982
12011
  },
11983
- class: __spread(["text-" + (header.align || 'start')], Object(_util_helpers__WEBPACK_IMPORTED_MODULE_2__["wrapInArray"])(header.class), [header.divider && 'v-data-table__divider']),
12012
+ class: __spreadArray(__spreadArray(["text-" + (header.align || 'start')], __read(Object(_util_helpers__WEBPACK_IMPORTED_MODULE_2__["wrapInArray"])(header.class)), false), [header.divider && 'v-data-table__divider'], false),
11984
12013
  on: {}
11985
12014
  };
11986
12015
  var children = [];
@@ -12084,12 +12113,14 @@ var __read = undefined && undefined.__read || function (o, n) {
12084
12113
  return ar;
12085
12114
  };
12086
12115
 
12087
- var __spread = undefined && undefined.__spread || function () {
12088
- for (var ar = [], i = 0; i < arguments.length; i++) {
12089
- ar = ar.concat(__read(arguments[i]));
12116
+ var __spreadArray = undefined && undefined.__spreadArray || function (to, from, pack) {
12117
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
12118
+ if (ar || !(i in from)) {
12119
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
12120
+ ar[i] = from[i];
12121
+ }
12090
12122
  }
12091
-
12092
- return ar;
12123
+ return to.concat(ar || Array.prototype.slice.call(from));
12093
12124
  };
12094
12125
 
12095
12126
 
@@ -12170,7 +12201,7 @@ var __spread = undefined && undefined.__spread || function () {
12170
12201
 
12171
12202
  if (header && !this.singleSelect) {
12172
12203
  children.push(this.$createElement('div', {
12173
- class: __spread(['v-data-table-header-mobile__select'], Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["wrapInArray"])(header.class)),
12204
+ class: __spreadArray(['v-data-table-header-mobile__select'], __read(Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["wrapInArray"])(header.class)), false),
12174
12205
  attrs: {
12175
12206
  width: header.width
12176
12207
  }
@@ -12932,7 +12963,8 @@ var __read = undefined && undefined.__read || function (o, n) {
12932
12963
  default: 'date',
12933
12964
  validator: function validator(type) {
12934
12965
  return ['date', 'month'].includes(type);
12935
- }
12966
+ } // TODO: year
12967
+
12936
12968
  },
12937
12969
  value: [Array, String],
12938
12970
  weekdayFormat: Function,
@@ -14170,12 +14202,14 @@ var __read = undefined && undefined.__read || function (o, n) {
14170
14202
  return ar;
14171
14203
  };
14172
14204
 
14173
- var __spread = undefined && undefined.__spread || function () {
14174
- for (var ar = [], i = 0; i < arguments.length; i++) {
14175
- ar = ar.concat(__read(arguments[i]));
14205
+ var __spreadArray = undefined && undefined.__spreadArray || function (to, from, pack) {
14206
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
14207
+ if (ar || !(i in from)) {
14208
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
14209
+ ar[i] = from[i];
14210
+ }
14176
14211
  }
14177
-
14178
- return ar;
14212
+ return to.concat(ar || Array.prototype.slice.call(from));
14179
14213
  };
14180
14214
 
14181
14215
  // Directives
@@ -14406,7 +14440,7 @@ var __spread = undefined && undefined.__spread || function () {
14406
14440
  isSelected: function isSelected(value) {
14407
14441
  if (Array.isArray(this.value)) {
14408
14442
  if (this.range && this.value.length === 2) {
14409
- var _a = __read(__spread(this.value).sort(), 2),
14443
+ var _a = __read(__spreadArray([], __read(this.value), false).sort(), 2),
14410
14444
  from = _a[0],
14411
14445
  to = _a[1];
14412
14446
 
@@ -14809,12 +14843,14 @@ var __read = undefined && undefined.__read || function (o, n) {
14809
14843
  return ar;
14810
14844
  };
14811
14845
 
14812
- var __spread = undefined && undefined.__spread || function () {
14813
- for (var ar = [], i = 0; i < arguments.length; i++) {
14814
- ar = ar.concat(__read(arguments[i]));
14846
+ var __spreadArray = undefined && undefined.__spreadArray || function (to, from, pack) {
14847
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
14848
+ if (ar || !(i in from)) {
14849
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
14850
+ ar[i] = from[i];
14851
+ }
14815
14852
  }
14816
-
14817
- return ar;
14853
+ return to.concat(ar || Array.prototype.slice.call(from));
14818
14854
  }; // Styles
14819
14855
 
14820
14856
 
@@ -15024,15 +15060,15 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_9__["default"])(_m
15024
15060
  return el.contains(target);
15025
15061
  }) // So we must have focused something outside the dialog and its children
15026
15062
  ) {
15027
- // Find and focus the first available element inside the dialog
15028
- var focusable = this.$refs.dialog.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])');
15063
+ // Find and focus the first available element inside the dialog
15064
+ var focusable = this.$refs.dialog.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])');
15029
15065
 
15030
- var el = __spread(focusable).find(function (el) {
15031
- return !el.hasAttribute('disabled');
15032
- });
15066
+ var el = __spreadArray([], __read(focusable), false).find(function (el) {
15067
+ return !el.hasAttribute('disabled');
15068
+ });
15033
15069
 
15034
- el && el.focus();
15035
- }
15070
+ el && el.focus();
15071
+ }
15036
15072
  },
15037
15073
  genContent: function genContent() {
15038
15074
  var _this = this;
@@ -15759,12 +15795,14 @@ var __read = undefined && undefined.__read || function (o, n) {
15759
15795
  return ar;
15760
15796
  };
15761
15797
 
15762
- var __spread = undefined && undefined.__spread || function () {
15763
- for (var ar = [], i = 0; i < arguments.length; i++) {
15764
- ar = ar.concat(__read(arguments[i]));
15798
+ var __spreadArray = undefined && undefined.__spreadArray || function (to, from, pack) {
15799
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
15800
+ if (ar || !(i in from)) {
15801
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
15802
+ ar[i] = from[i];
15803
+ }
15765
15804
  }
15766
-
15767
- return ar;
15805
+ return to.concat(ar || Array.prototype.slice.call(from));
15768
15806
  }; // Styles
15769
15807
 
15770
15808
 
@@ -16012,7 +16050,7 @@ var __spread = undefined && undefined.__spread || function () {
16012
16050
  return node;
16013
16051
  },
16014
16052
  onInput: function onInput(e) {
16015
- var files = __spread(e.target.files || []);
16053
+ var files = __spreadArray([], __read(e.target.files || []), false);
16016
16054
 
16017
16055
  this.internalValue = this.multiple ? files : files[0]; // Set initialValue here otherwise isFocused
16018
16056
  // watcher in VTextField will emit a change
@@ -16749,12 +16787,14 @@ var __read = undefined && undefined.__read || function (o, n) {
16749
16787
  return ar;
16750
16788
  };
16751
16789
 
16752
- var __spread = undefined && undefined.__spread || function () {
16753
- for (var ar = [], i = 0; i < arguments.length; i++) {
16754
- ar = ar.concat(__read(arguments[i]));
16790
+ var __spreadArray = undefined && undefined.__spreadArray || function (to, from, pack) {
16791
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
16792
+ if (ar || !(i in from)) {
16793
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
16794
+ ar[i] = from[i];
16795
+ }
16755
16796
  }
16756
-
16757
- return ar;
16797
+ return to.concat(ar || Array.prototype.slice.call(from));
16758
16798
  };
16759
16799
 
16760
16800
 
@@ -16773,7 +16813,7 @@ function makeProps(prefix, def) {
16773
16813
  }
16774
16814
 
16775
16815
  var alignValidator = function alignValidator(str) {
16776
- return __spread(ALIGNMENT, ['baseline', 'stretch']).includes(str);
16816
+ return __spreadArray(__spreadArray([], __read(ALIGNMENT), false), ['baseline', 'stretch'], false).includes(str);
16777
16817
  };
16778
16818
 
16779
16819
  var alignProps = makeProps('align', function () {
@@ -16785,7 +16825,7 @@ var alignProps = makeProps('align', function () {
16785
16825
  });
16786
16826
 
16787
16827
  var justifyValidator = function justifyValidator(str) {
16788
- return __spread(ALIGNMENT, ['space-between', 'space-around']).includes(str);
16828
+ return __spreadArray(__spreadArray([], __read(ALIGNMENT), false), ['space-between', 'space-around'], false).includes(str);
16789
16829
  };
16790
16830
 
16791
16831
  var justifyProps = makeProps('justify', function () {
@@ -16797,7 +16837,7 @@ var justifyProps = makeProps('justify', function () {
16797
16837
  });
16798
16838
 
16799
16839
  var alignContentValidator = function alignContentValidator(str) {
16800
- return __spread(ALIGNMENT, ['space-between', 'space-around', 'stretch']).includes(str);
16840
+ return __spreadArray(__spreadArray([], __read(ALIGNMENT), false), ['space-between', 'space-around', 'stretch'], false).includes(str);
16801
16841
  };
16802
16842
 
16803
16843
  var alignContentProps = makeProps('alignContent', function () {
@@ -18400,10 +18440,12 @@ var BaseItemGroup = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_4__["default"])
18400
18440
  this.updateInternalValue(this.getValue(item, index));
18401
18441
  },
18402
18442
  updateMultiple: function updateMultiple(value) {
18443
+ var _this = this;
18444
+
18403
18445
  var defaultValue = Array.isArray(this.internalValue) ? this.internalValue : [];
18404
18446
  var internalValue = defaultValue.slice();
18405
18447
  var index = internalValue.findIndex(function (val) {
18406
- return val === value;
18448
+ return _this.valueComparator(val, value);
18407
18449
  });
18408
18450
  if (this.mandatory && // Item already exists
18409
18451
  index > -1 && // value would be reduced below min
@@ -18416,7 +18458,7 @@ var BaseItemGroup = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_4__["default"])
18416
18458
  this.internalValue = internalValue;
18417
18459
  },
18418
18460
  updateSingle: function updateSingle(value) {
18419
- var isSame = value === this.internalValue;
18461
+ var isSame = this.valueComparator(this.internalValue, value);
18420
18462
  if (this.mandatory && isSame) return;
18421
18463
  this.internalValue = isSame ? undefined : value;
18422
18464
  }
@@ -19717,12 +19759,14 @@ var __read = undefined && undefined.__read || function (o, n) {
19717
19759
  return ar;
19718
19760
  };
19719
19761
 
19720
- var __spread = undefined && undefined.__spread || function () {
19721
- for (var ar = [], i = 0; i < arguments.length; i++) {
19722
- ar = ar.concat(__read(arguments[i]));
19762
+ var __spreadArray = undefined && undefined.__spreadArray || function (to, from, pack) {
19763
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
19764
+ if (ar || !(i in from)) {
19765
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
19766
+ ar[i] = from[i];
19767
+ }
19723
19768
  }
19724
-
19725
- return ar;
19769
+ return to.concat(ar || Array.prototype.slice.call(from));
19726
19770
  }; // Styles
19727
19771
 
19728
19772
 
@@ -20007,7 +20051,7 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_11__["default"])(_
20007
20051
  },
20008
20052
  closeConditional: this.closeConditional,
20009
20053
  include: function include() {
20010
- return __spread([_this.$el], _this.getOpenDependentElements());
20054
+ return __spreadArray([_this.$el], __read(_this.getOpenDependentElements()), false);
20011
20055
  }
20012
20056
  }
20013
20057
  });
@@ -20811,12 +20855,14 @@ var __read = undefined && undefined.__read || function (o, n) {
20811
20855
  return ar;
20812
20856
  };
20813
20857
 
20814
- var __spread = undefined && undefined.__spread || function () {
20815
- for (var ar = [], i = 0; i < arguments.length; i++) {
20816
- ar = ar.concat(__read(arguments[i]));
20858
+ var __spreadArray = undefined && undefined.__spreadArray || function (to, from, pack) {
20859
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
20860
+ if (ar || !(i in from)) {
20861
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
20862
+ ar[i] = from[i];
20863
+ }
20817
20864
  }
20818
-
20819
- return ar;
20865
+ return to.concat(ar || Array.prototype.slice.call(from));
20820
20866
  }; // Styles
20821
20867
 
20822
20868
 
@@ -21037,7 +21083,7 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_7__["default"])(_V
21037
21083
  var value = target.value;
21038
21084
  var inputDataArray = (value === null || value === void 0 ? void 0 : value.split('')) || [];
21039
21085
 
21040
- var newOtp = __spread(this.otp);
21086
+ var newOtp = __spreadArray([], __read(this.otp), false);
21041
21087
 
21042
21088
  for (var i = 0; i < inputDataArray.length; i++) {
21043
21089
  var appIdx = index + i;
@@ -21523,12 +21569,14 @@ var __read = undefined && undefined.__read || function (o, n) {
21523
21569
  return ar;
21524
21570
  };
21525
21571
 
21526
- var __spread = undefined && undefined.__spread || function () {
21527
- for (var ar = [], i = 0; i < arguments.length; i++) {
21528
- ar = ar.concat(__read(arguments[i]));
21572
+ var __spreadArray = undefined && undefined.__spreadArray || function (to, from, pack) {
21573
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
21574
+ if (ar || !(i in from)) {
21575
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
21576
+ ar[i] = from[i];
21577
+ }
21529
21578
  }
21530
-
21531
- return ar;
21579
+ return to.concat(ar || Array.prototype.slice.call(from));
21532
21580
  };
21533
21581
 
21534
21582
 
@@ -21632,15 +21680,15 @@ var __spread = undefined && undefined.__spread || function () {
21632
21680
  var end = this.value + left - 2 - even;
21633
21681
  var secondItem = start - 1 === firstItem + 1 ? 2 : '...';
21634
21682
  var beforeLastItem = end + 1 === lastItem - 1 ? end + 1 : '...';
21635
- return __spread([1, secondItem], this.range(start, end), [beforeLastItem, this.length]);
21683
+ return __spreadArray(__spreadArray([1, secondItem], __read(this.range(start, end)), false), [beforeLastItem, this.length], false);
21636
21684
  } else if (this.value === left) {
21637
21685
  var end = this.value + left - 1 - even;
21638
- return __spread(this.range(1, end), ['...', this.length]);
21686
+ return __spreadArray(__spreadArray([], __read(this.range(1, end)), false), ['...', this.length], false);
21639
21687
  } else if (this.value === right) {
21640
21688
  var start = this.value - left + 1;
21641
- return __spread([1, '...'], this.range(start, this.length));
21689
+ return __spreadArray([1, '...'], __read(this.range(start, this.length)), false);
21642
21690
  } else {
21643
- return __spread(this.range(1, left), ['...'], this.range(right, this.length));
21691
+ return __spreadArray(__spreadArray(__spreadArray([], __read(this.range(1, left)), false), ['...'], false), __read(this.range(right, this.length)), false);
21644
21692
  }
21645
21693
  }
21646
21694
  },
@@ -22738,7 +22786,8 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_11__["default"])(_
22738
22786
  if (this.isDisabled || this.isReadonly || this.isActive) return;
22739
22787
  this.toggle();
22740
22788
  },
22741
- onKeydown: function onKeydown() {}
22789
+ onKeydown: function onKeydown() {} // Override default with noop
22790
+
22742
22791
  },
22743
22792
  render: function render(h) {
22744
22793
  var data = {
@@ -22975,12 +23024,14 @@ var __read = undefined && undefined.__read || function (o, n) {
22975
23024
  return ar;
22976
23025
  };
22977
23026
 
22978
- var __spread = undefined && undefined.__spread || function () {
22979
- for (var ar = [], i = 0; i < arguments.length; i++) {
22980
- ar = ar.concat(__read(arguments[i]));
23027
+ var __spreadArray = undefined && undefined.__spreadArray || function (to, from, pack) {
23028
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
23029
+ if (ar || !(i in from)) {
23030
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
23031
+ ar[i] = from[i];
23032
+ }
22981
23033
  }
22982
-
22983
- return ar;
23034
+ return to.concat(ar || Array.prototype.slice.call(from));
22984
23035
  }; // Styles
22985
23036
 
22986
23037
 
@@ -23108,12 +23159,12 @@ var __spread = undefined && undefined.__spread || function () {
23108
23159
  styles: [this.inputWidth[1], Math.abs(100 - this.inputWidth[1]), padding, -padding]
23109
23160
  }];
23110
23161
  if (this.$vuetify.rtl) sections.reverse();
23111
- children.push.apply(children, __spread(sections.map(function (section) {
23162
+ children.push.apply(children, __spreadArray([], __read(sections.map(function (section) {
23112
23163
  return _this.$createElement('div', _this.setBackgroundColor(section.color, {
23113
23164
  staticClass: section.class,
23114
- style: _this.getTrackStyle.apply(_this, __spread(section.styles))
23165
+ style: _this.getTrackStyle.apply(_this, __spreadArray([], __read(section.styles), false))
23115
23166
  }));
23116
- })));
23167
+ })), false));
23117
23168
  return this.$createElement('div', {
23118
23169
  staticClass: 'v-slider__track-container',
23119
23170
  ref: 'track'
@@ -24173,8 +24224,8 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_14__["default"])(_
24173
24224
  this.attach === true || // If bound to a boolean (<v-menu :attach="true">)
24174
24225
  this.attach === 'attach' // If bound as boolean prop in pug (v-menu(attach))
24175
24226
  ) {
24176
- props.attach = this.$el;
24177
- } else {
24227
+ props.attach = this.$el;
24228
+ } else {
24178
24229
  props.attach = this.attach;
24179
24230
  }
24180
24231
 
@@ -24653,7 +24704,8 @@ var __assign = undefined && undefined.__assign || function () {
24653
24704
  on: {
24654
24705
  mousedown: function mousedown(e) {
24655
24706
  return e.preventDefault();
24656
- }
24707
+ } // Prevent onBlur from being called
24708
+
24657
24709
  }
24658
24710
  };
24659
24711
  return this.$createElement(_VList__WEBPACK_IMPORTED_MODULE_3__["VListItem"], tile, [this.genTileContent(this.noDataText)]);
@@ -25146,10 +25198,10 @@ var __read = undefined && undefined.__read || function (o, n) {
25146
25198
 
25147
25199
  if (type === bone) {} // Array of values - e.g. 'heading, paragraph, text@2'
25148
25200
  else if (type.indexOf(',') > -1) return this.mapBones(type); // Array of values - e.g. 'paragraph@4'
25149
- else if (type.indexOf('@') > -1) return this.genBones(type); // Array of values - e.g. 'card@2'
25150
- else if (bone.indexOf(',') > -1) children = this.mapBones(bone); // Array of values - e.g. 'list-item@2'
25151
- else if (bone.indexOf('@') > -1) children = this.genBones(bone); // Single value - e.g. 'card-heading'
25152
- else if (bone) children.push(this.genStructure(bone));
25201
+ else if (type.indexOf('@') > -1) return this.genBones(type); // Array of values - e.g. 'card@2'
25202
+ else if (bone.indexOf(',') > -1) children = this.mapBones(bone); // Array of values - e.g. 'list-item@2'
25203
+ else if (bone.indexOf('@') > -1) children = this.genBones(bone); // Single value - e.g. 'card-heading'
25204
+ else if (bone) children.push(this.genStructure(bone));
25153
25205
 
25154
25206
  return [this.genBone(type, children)];
25155
25207
  },
@@ -26053,15 +26105,10 @@ var __assign = undefined && undefined.__assign || function () {
26053
26105
  value: {
26054
26106
  handler: function handler(v) {
26055
26107
  this.internalValue = v;
26056
- }
26108
+ },
26109
+ immediate: true
26057
26110
  }
26058
26111
  },
26059
- // If done in as immediate in
26060
- // value watcher, causes issues
26061
- // with vue-test-utils
26062
- beforeMount: function beforeMount() {
26063
- this.internalValue = this.value;
26064
- },
26065
26112
  mounted: function mounted() {
26066
26113
  // Without a v-app, iOS does not work with body selectors
26067
26114
  this.app = document.querySelector('[data-app]') || Object(_util_console__WEBPACK_IMPORTED_MODULE_7__["consoleWarn"])('Missing v-app or a non-body wrapping element with the [data-app] attribute', this);
@@ -26107,7 +26154,8 @@ var __assign = undefined && undefined.__assign || function () {
26107
26154
  disabled: true,
26108
26155
  readonly: true,
26109
26156
  tabindex: -1
26110
- }, this.$attrs)
26157
+ }, this.$attrs) // on: this.genListeners(), // TODO: do we need to attach the listeners to input?
26158
+
26111
26159
  });
26112
26160
  },
26113
26161
  genTrackContainer: function genTrackContainer() {
@@ -26926,7 +26974,8 @@ var __assign = undefined && undefined.__assign || function () {
26926
26974
  textAnchor: 'middle',
26927
26975
  dominantBaseline: 'mathematical',
26928
26976
  fill: 'currentColor'
26929
- }
26977
+ } // TODO: TS 3.5 is too eager with the array type here
26978
+
26930
26979
  }, children);
26931
26980
  },
26932
26981
  genPath: function genPath() {
@@ -27070,12 +27119,14 @@ var __read = undefined && undefined.__read || function (o, n) {
27070
27119
  return ar;
27071
27120
  };
27072
27121
 
27073
- var __spread = undefined && undefined.__spread || function () {
27074
- for (var ar = [], i = 0; i < arguments.length; i++) {
27075
- ar = ar.concat(__read(arguments[i]));
27122
+ var __spreadArray = undefined && undefined.__spreadArray || function (to, from, pack) {
27123
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
27124
+ if (ar || !(i in from)) {
27125
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
27126
+ ar[i] = from[i];
27127
+ }
27076
27128
  }
27077
-
27078
- return ar;
27129
+ return to.concat(ar || Array.prototype.slice.call(from));
27079
27130
  };
27080
27131
 
27081
27132
  function genPoints(values, boundary) {
@@ -27084,8 +27135,8 @@ function genPoints(values, boundary) {
27084
27135
  minY = boundary.minY,
27085
27136
  maxY = boundary.maxY;
27086
27137
  var totalValues = values.length;
27087
- var maxValue = Math.max.apply(Math, __spread(values));
27088
- var minValue = Math.min.apply(Math, __spread(values));
27138
+ var maxValue = Math.max.apply(Math, __spreadArray([], __read(values), false));
27139
+ var minValue = Math.min.apply(Math, __spreadArray([], __read(values), false));
27089
27140
  var gridX = (maxX - minX) / (totalValues - 1);
27090
27141
  var gridY = (maxY - minY) / (maxValue - minValue || 1);
27091
27142
  return values.map(function (value, index) {
@@ -27102,8 +27153,8 @@ function genBars(values, boundary) {
27102
27153
  minY = boundary.minY,
27103
27154
  maxY = boundary.maxY;
27104
27155
  var totalValues = values.length;
27105
- var maxValue = Math.max.apply(Math, __spread(values));
27106
- var minValue = Math.min.apply(Math, __spread(values));
27156
+ var maxValue = Math.max.apply(Math, __spreadArray([], __read(values), false));
27157
+ var minValue = Math.min.apply(Math, __spreadArray([], __read(values), false));
27107
27158
  if (minValue > 0) minValue = 0;
27108
27159
  if (maxValue < 0) maxValue = 0;
27109
27160
  var gridX = maxX / totalValues;
@@ -29136,12 +29187,14 @@ var __read = undefined && undefined.__read || function (o, n) {
29136
29187
  return ar;
29137
29188
  };
29138
29189
 
29139
- var __spread = undefined && undefined.__spread || function () {
29140
- for (var ar = [], i = 0; i < arguments.length; i++) {
29141
- ar = ar.concat(__read(arguments[i]));
29190
+ var __spreadArray = undefined && undefined.__spreadArray || function (to, from, pack) {
29191
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
29192
+ if (ar || !(i in from)) {
29193
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
29194
+ ar[i] = from[i];
29195
+ }
29142
29196
  }
29143
-
29144
- return ar;
29197
+ return to.concat(ar || Array.prototype.slice.call(from));
29145
29198
  }; // Styles
29146
29199
 
29147
29200
 
@@ -29249,7 +29302,7 @@ var dirtyTypes = ['color', 'file', 'time', 'date', 'datetime-local', 'week', 'mo
29249
29302
  return this.counterValue(this.internalValue);
29250
29303
  }
29251
29304
 
29252
- return __spread((this.internalValue || '').toString()).length;
29305
+ return __spreadArray([], __read((this.internalValue || '').toString()), false).length;
29253
29306
  },
29254
29307
  hasCounter: function hasCounter() {
29255
29308
  return this.counter !== false && this.counter != null;
@@ -31525,12 +31578,14 @@ var __read = undefined && undefined.__read || function (o, n) {
31525
31578
  return ar;
31526
31579
  };
31527
31580
 
31528
- var __spread = undefined && undefined.__spread || function () {
31529
- for (var ar = [], i = 0; i < arguments.length; i++) {
31530
- ar = ar.concat(__read(arguments[i]));
31581
+ var __spreadArray = undefined && undefined.__spreadArray || function (to, from, pack) {
31582
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
31583
+ if (ar || !(i in from)) {
31584
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
31585
+ ar[i] = from[i];
31586
+ }
31531
31587
  }
31532
-
31533
- return ar;
31588
+ return to.concat(ar || Array.prototype.slice.call(from));
31534
31589
  };
31535
31590
 
31536
31591
  var __values = undefined && undefined.__values || function (o) {
@@ -31598,7 +31653,8 @@ var __values = undefined && undefined.__values || function (o) {
31598
31653
  openAll: Boolean,
31599
31654
  returnObject: {
31600
31655
  type: Boolean,
31601
- default: false
31656
+ default: false // TODO: Should be true in next major
31657
+
31602
31658
  },
31603
31659
  search: String,
31604
31660
  value: {
@@ -31646,7 +31702,7 @@ var __values = undefined && undefined.__values || function (o) {
31646
31702
  return delete _this.nodes[k];
31647
31703
  });
31648
31704
 
31649
- var oldSelectedCache = __spread(this.selectedCache);
31705
+ var oldSelectedCache = __spreadArray([], __read(this.selectedCache), false);
31650
31706
 
31651
31707
  this.selectedCache = new Set();
31652
31708
  this.activeCache = new Set();
@@ -31656,7 +31712,7 @@ var __values = undefined && undefined.__values || function (o) {
31656
31712
  // potential double emit when selecting a node
31657
31713
  // with dynamic children
31658
31714
 
31659
- if (!Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["deepEqual"])(oldSelectedCache, __spread(this.selectedCache))) this.emitSelected();
31715
+ if (!Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["deepEqual"])(oldSelectedCache, __spreadArray([], __read(this.selectedCache), false))) this.emitSelected();
31660
31716
  },
31661
31717
  deep: true
31662
31718
  },
@@ -31753,7 +31809,7 @@ var __values = undefined && undefined.__values || function (o) {
31753
31809
  var children = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["getObjectValueByPath"])(items[i], this.itemChildren);
31754
31810
 
31755
31811
  if (children) {
31756
- keys.push.apply(keys, __spread(this.getKeys(children)));
31812
+ keys.push.apply(keys, __spreadArray([], __read(this.getKeys(children)), false));
31757
31813
  }
31758
31814
  }
31759
31815
 
@@ -31842,9 +31898,9 @@ var __values = undefined && undefined.__values || function (o) {
31842
31898
  emitNodeCache: function emitNodeCache(event, cache) {
31843
31899
  var _this = this;
31844
31900
 
31845
- this.$emit(event, this.returnObject ? __spread(cache).map(function (key) {
31901
+ this.$emit(event, this.returnObject ? __spreadArray([], __read(cache), false).map(function (key) {
31846
31902
  return _this.nodes[key].item;
31847
- }) : __spread(cache));
31903
+ }) : __spreadArray([], __read(cache), false));
31848
31904
  },
31849
31905
  handleNodeCacheWatcher: function handleNodeCacheWatcher(value, cache, updateFn, emitFn) {
31850
31906
  var _this = this;
@@ -31853,7 +31909,7 @@ var __values = undefined && undefined.__values || function (o) {
31853
31909
  return Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["getObjectValueByPath"])(v, _this.itemKey);
31854
31910
  }) : value;
31855
31911
 
31856
- var old = __spread(cache);
31912
+ var old = __spreadArray([], __read(cache), false);
31857
31913
 
31858
31914
  if (Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["deepEqual"])(old, value)) return;
31859
31915
  old.forEach(function (key) {
@@ -31870,7 +31926,7 @@ var __values = undefined && undefined.__values || function (o) {
31870
31926
  }
31871
31927
 
31872
31928
  var children = this.nodes[key].children;
31873
- descendants.push.apply(descendants, __spread(children));
31929
+ descendants.push.apply(descendants, __spreadArray([], __read(children), false));
31874
31930
 
31875
31931
  for (var i = 0; i < children.length; i++) {
31876
31932
  descendants = this.getDescendants(children[i], descendants);
@@ -32121,12 +32177,14 @@ var __read = undefined && undefined.__read || function (o, n) {
32121
32177
  return ar;
32122
32178
  };
32123
32179
 
32124
- var __spread = undefined && undefined.__spread || function () {
32125
- for (var ar = [], i = 0; i < arguments.length; i++) {
32126
- ar = ar.concat(__read(arguments[i]));
32180
+ var __spreadArray = undefined && undefined.__spreadArray || function (to, from, pack) {
32181
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
32182
+ if (ar || !(i in from)) {
32183
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
32184
+ ar[i] = from[i];
32185
+ }
32127
32186
  }
32128
-
32129
- return ar;
32187
+ return to.concat(ar || Array.prototype.slice.call(from));
32130
32188
  }; // Components
32131
32189
 
32132
32190
 
@@ -32230,7 +32288,8 @@ var VTreeviewNode = baseMixins.extend().extend({
32230
32288
  isIndeterminate: false,
32231
32289
  isLoading: false,
32232
32290
  isOpen: false,
32233
- isSelected: false
32291
+ isSelected: false // Node is selected (checkbox)
32292
+
32234
32293
  };
32235
32294
  },
32236
32295
  computed: {
@@ -32391,10 +32450,10 @@ var VTreeviewNode = baseMixins.extend().extend({
32391
32450
  if (this.hasChildren) {
32392
32451
  children.unshift(this.genToggle());
32393
32452
  } else {
32394
- children.unshift.apply(children, __spread(this.genLevel(1)));
32453
+ children.unshift.apply(children, __spreadArray([], __read(this.genLevel(1)), false));
32395
32454
  }
32396
32455
 
32397
- children.unshift.apply(children, __spread(this.genLevel(this.level)));
32456
+ children.unshift.apply(children, __spreadArray([], __read(this.genLevel(this.level)), false));
32398
32457
  return this.$createElement('div', this.setTextColor(this.isActive && this.color, {
32399
32458
  staticClass: 'v-treeview-node__root',
32400
32459
  class: (_a = {}, _a[this.activeClass] = this.isActive, _a),
@@ -33730,12 +33789,14 @@ var __read = undefined && undefined.__read || function (o, n) {
33730
33789
  return ar;
33731
33790
  };
33732
33791
 
33733
- var __spread = undefined && undefined.__spread || function () {
33734
- for (var ar = [], i = 0; i < arguments.length; i++) {
33735
- ar = ar.concat(__read(arguments[i]));
33792
+ var __spreadArray = undefined && undefined.__spreadArray || function (to, from, pack) {
33793
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
33794
+ if (ar || !(i in from)) {
33795
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
33796
+ ar[i] = from[i];
33797
+ }
33736
33798
  }
33737
-
33738
- return ar;
33799
+ return to.concat(ar || Array.prototype.slice.call(from));
33739
33800
  };
33740
33801
 
33741
33802
 
@@ -33755,7 +33816,7 @@ function mergeTransitions(dest) {
33755
33816
  /* eslint-disable-next-line no-array-constructor */
33756
33817
 
33757
33818
 
33758
- return (_a = Array()).concat.apply(_a, __spread([dest], transitions));
33819
+ return (_a = Array()).concat.apply(_a, __spreadArray([dest], __read(transitions), false));
33759
33820
  }
33760
33821
 
33761
33822
  function createSimpleTransition(name, origin, mode) {
@@ -34462,12 +34523,14 @@ var __read = undefined && undefined.__read || function (o, n) {
34462
34523
  return ar;
34463
34524
  };
34464
34525
 
34465
- var __spread = undefined && undefined.__spread || function () {
34466
- for (var ar = [], i = 0; i < arguments.length; i++) {
34467
- ar = ar.concat(__read(arguments[i]));
34526
+ var __spreadArray = undefined && undefined.__spreadArray || function (to, from, pack) {
34527
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
34528
+ if (ar || !(i in from)) {
34529
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
34530
+ ar[i] = from[i];
34531
+ }
34468
34532
  }
34469
-
34470
- return ar;
34533
+ return to.concat(ar || Array.prototype.slice.call(from));
34471
34534
  }; // Styles
34472
34535
 
34473
34536
 
@@ -34783,7 +34846,7 @@ function directive(el, binding, node) {
34783
34846
 
34784
34847
  if (computed && computed.display === 'inline') {
34785
34848
  var context = node.fnOptions ? [node.fnOptions, node.context] : [node.componentInstance];
34786
- _util_console__WEBPACK_IMPORTED_MODULE_1__["consoleWarn"].apply(void 0, __spread(['v-ripple can only be used on block-level elements'], context));
34849
+ _util_console__WEBPACK_IMPORTED_MODULE_1__["consoleWarn"].apply(void 0, __spreadArray(['v-ripple can only be used on block-level elements'], __read(context), false));
34787
34850
  }
34788
34851
  });
34789
34852
  }
@@ -35053,7 +35116,7 @@ function () {
35053
35116
 
35054
35117
  Vuetify.install = _install__WEBPACK_IMPORTED_MODULE_0__["install"];
35055
35118
  Vuetify.installed = false;
35056
- Vuetify.version = "2.6.7";
35119
+ Vuetify.version = "2.6.8";
35057
35120
  Vuetify.config = {
35058
35121
  silent: false
35059
35122
  };
@@ -39546,12 +39609,14 @@ var __read = undefined && undefined.__read || function (o, n) {
39546
39609
  return ar;
39547
39610
  };
39548
39611
 
39549
- var __spread = undefined && undefined.__spread || function () {
39550
- for (var ar = [], i = 0; i < arguments.length; i++) {
39551
- ar = ar.concat(__read(arguments[i]));
39612
+ var __spreadArray = undefined && undefined.__spreadArray || function (to, from, pack) {
39613
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
39614
+ if (ar || !(i in from)) {
39615
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
39616
+ ar[i] = from[i];
39617
+ }
39552
39618
  }
39553
-
39554
- return ar;
39619
+ return to.concat(ar || Array.prototype.slice.call(from));
39555
39620
  };
39556
39621
 
39557
39622
 
@@ -39565,7 +39630,7 @@ function searchChildren(children) {
39565
39630
  if (child.isActive && child.isDependent) {
39566
39631
  results.push(child);
39567
39632
  } else {
39568
- results.push.apply(results, __spread(searchChildren(child.$children)));
39633
+ results.push.apply(results, __spreadArray([], __read(searchChildren(child.$children)), false));
39569
39634
  }
39570
39635
  }
39571
39636
 
@@ -39603,7 +39668,7 @@ function searchChildren(children) {
39603
39668
  var openDependents = this.getOpenDependents();
39604
39669
 
39605
39670
  for (var index = 0; index < openDependents.length; index++) {
39606
- result.push.apply(result, __spread(openDependents[index].getClickableDependentElements()));
39671
+ result.push.apply(result, __spreadArray([], __read(openDependents[index].getClickableDependentElements()), false));
39607
39672
  }
39608
39673
 
39609
39674
  return result;
@@ -39612,7 +39677,7 @@ function searchChildren(children) {
39612
39677
  var result = [this.$el];
39613
39678
  if (this.$refs.content) result.push(this.$refs.content);
39614
39679
  if (this.overlay) result.push(this.overlay.$el);
39615
- result.push.apply(result, __spread(this.getOpenDependentElements()));
39680
+ result.push.apply(result, __spreadArray([], __read(this.getOpenDependentElements()), false));
39616
39681
  return result;
39617
39682
  }
39618
39683
  }
@@ -40650,7 +40715,7 @@ __webpack_require__.r(__webpack_exports__);
40650
40715
  showScroll && this.showScroll();
40651
40716
  },
40652
40717
  scrollListener: function scrollListener(e) {
40653
- if (e.type === 'keydown') {
40718
+ if ('key' in e) {
40654
40719
  if (['INPUT', 'TEXTAREA', 'SELECT'].includes(e.target.tagName) || // https://github.com/vuetifyjs/vuetify/issues/4715
40655
40720
  e.target.isContentEditable) return;
40656
40721
  var up = [_util_helpers__WEBPACK_IMPORTED_MODULE_1__["keyCodes"].up, _util_helpers__WEBPACK_IMPORTED_MODULE_1__["keyCodes"].pageup];
@@ -41830,12 +41895,14 @@ var __read = undefined && undefined.__read || function (o, n) {
41830
41895
  return ar;
41831
41896
  };
41832
41897
 
41833
- var __spread = undefined && undefined.__spread || function () {
41834
- for (var ar = [], i = 0; i < arguments.length; i++) {
41835
- ar = ar.concat(__read(arguments[i]));
41898
+ var __spreadArray = undefined && undefined.__spreadArray || function (to, from, pack) {
41899
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
41900
+ if (ar || !(i in from)) {
41901
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
41902
+ ar[i] = from[i];
41903
+ }
41836
41904
  }
41837
-
41838
- return ar;
41905
+ return to.concat(ar || Array.prototype.slice.call(from));
41839
41906
  };
41840
41907
 
41841
41908
 
@@ -41877,7 +41944,7 @@ var __spread = undefined && undefined.__spread || function () {
41877
41944
  // prevent an Edge bug with Symbol.iterator
41878
41945
  // https://github.com/vuetifyjs/vuetify/issues/2146
41879
41946
 
41880
- var activeElements = __spread(document.getElementsByClassName('v-menu__content--active'), document.getElementsByClassName('v-dialog__content--active')); // Get z-index for all active dialogs
41947
+ var activeElements = __spreadArray(__spreadArray([], __read(document.getElementsByClassName('v-menu__content--active')), false), __read(document.getElementsByClassName('v-dialog__content--active')), false); // Get z-index for all active dialogs
41881
41948
 
41882
41949
 
41883
41950
  for (var index = 0; index < activeElements.length; index++) {
@@ -41886,7 +41953,7 @@ var __spread = undefined && undefined.__spread || function () {
41886
41953
  }
41887
41954
  }
41888
41955
 
41889
- return Math.max.apply(Math, __spread(zis));
41956
+ return Math.max.apply(Math, __spreadArray([], __read(zis), false));
41890
41957
  }
41891
41958
  }
41892
41959
  }));
@@ -42527,6 +42594,8 @@ var __extends = undefined && undefined.__extends || function () {
42527
42594
  };
42528
42595
 
42529
42596
  return function (d, b) {
42597
+ if (typeof b !== "function" && b !== null) throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
42598
+
42530
42599
  _extendStatics(d, b);
42531
42600
 
42532
42601
  function __() {
@@ -42619,6 +42688,8 @@ var __extends = undefined && undefined.__extends || function () {
42619
42688
  };
42620
42689
 
42621
42690
  return function (d, b) {
42691
+ if (typeof b !== "function" && b !== null) throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
42692
+
42622
42693
  _extendStatics(d, b);
42623
42694
 
42624
42695
  function __() {
@@ -42897,6 +42968,8 @@ var __extends = undefined && undefined.__extends || function () {
42897
42968
  };
42898
42969
 
42899
42970
  return function (d, b) {
42971
+ if (typeof b !== "function" && b !== null) throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
42972
+
42900
42973
  _extendStatics(d, b);
42901
42974
 
42902
42975
  function __() {
@@ -43099,6 +43172,8 @@ var __extends = undefined && undefined.__extends || function () {
43099
43172
  };
43100
43173
 
43101
43174
  return function (d, b) {
43175
+ if (typeof b !== "function" && b !== null) throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
43176
+
43102
43177
  _extendStatics(d, b);
43103
43178
 
43104
43179
  function __() {
@@ -43513,6 +43588,8 @@ var __extends = undefined && undefined.__extends || function () {
43513
43588
  };
43514
43589
 
43515
43590
  return function (d, b) {
43591
+ if (typeof b !== "function" && b !== null) throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
43592
+
43516
43593
  _extendStatics(d, b);
43517
43594
 
43518
43595
  function __() {
@@ -43550,12 +43627,14 @@ var __read = undefined && undefined.__read || function (o, n) {
43550
43627
  return ar;
43551
43628
  };
43552
43629
 
43553
- var __spread = undefined && undefined.__spread || function () {
43554
- for (var ar = [], i = 0; i < arguments.length; i++) {
43555
- ar = ar.concat(__read(arguments[i]));
43630
+ var __spreadArray = undefined && undefined.__spreadArray || function (to, from, pack) {
43631
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
43632
+ if (ar || !(i in from)) {
43633
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
43634
+ ar[i] = from[i];
43635
+ }
43556
43636
  }
43557
-
43558
- return ar;
43637
+ return to.concat(ar || Array.prototype.slice.call(from));
43559
43638
  }; // Extensions
43560
43639
 
43561
43640
 
@@ -43620,7 +43699,7 @@ function (_super) {
43620
43699
  }
43621
43700
 
43622
43701
  if (!key.startsWith(LANG_PREFIX)) return this.replace(key, params);
43623
- return this.translator.apply(this, __spread([key], params));
43702
+ return this.translator.apply(this, __spreadArray([key], __read(params), false));
43624
43703
  };
43625
43704
 
43626
43705
  Lang.prototype.defaultTranslator = function (key) {
@@ -43678,6 +43757,8 @@ var __extends = undefined && undefined.__extends || function () {
43678
43757
  };
43679
43758
 
43680
43759
  return function (d, b) {
43760
+ if (typeof b !== "function" && b !== null) throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
43761
+
43681
43762
  _extendStatics(d, b);
43682
43763
 
43683
43764
  function __() {
@@ -43798,6 +43879,8 @@ var __extends = undefined && undefined.__extends || function () {
43798
43879
  };
43799
43880
 
43800
43881
  return function (d, b) {
43882
+ if (typeof b !== "function" && b !== null) throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
43883
+
43801
43884
  _extendStatics(d, b);
43802
43885
 
43803
43886
  function __() {
@@ -45442,12 +45525,14 @@ var __read = undefined && undefined.__read || function (o, n) {
45442
45525
  return ar;
45443
45526
  };
45444
45527
 
45445
- var __spread = undefined && undefined.__spread || function () {
45446
- for (var ar = [], i = 0; i < arguments.length; i++) {
45447
- ar = ar.concat(__read(arguments[i]));
45528
+ var __spreadArray = undefined && undefined.__spreadArray || function (to, from, pack) {
45529
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
45530
+ if (ar || !(i in from)) {
45531
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
45532
+ ar[i] = from[i];
45533
+ }
45448
45534
  }
45449
-
45450
- return ar;
45535
+ return to.concat(ar || Array.prototype.slice.call(from));
45451
45536
  };
45452
45537
 
45453
45538
 
@@ -45823,7 +45908,7 @@ function debounce(fn, delay) {
45823
45908
 
45824
45909
  clearTimeout(timeoutId);
45825
45910
  timeoutId = setTimeout(function () {
45826
- return fn.apply(void 0, __spread(args));
45911
+ return fn.apply(void 0, __spreadArray([], __read(args), false));
45827
45912
  }, delay);
45828
45913
  };
45829
45914
  }
@@ -45841,7 +45926,7 @@ function throttle(fn, limit) {
45841
45926
  setTimeout(function () {
45842
45927
  return throttling = false;
45843
45928
  }, limit);
45844
- return fn.apply(void 0, __spread(args));
45929
+ return fn.apply(void 0, __spreadArray([], __read(args), false));
45845
45930
  }
45846
45931
  };
45847
45932
  }