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