@vuetify/nightly 2.6.0 → 2.6.2-master-20211201.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 (115) hide show
  1. package/dist/json/attributes.json +36 -0
  2. package/dist/json/tags.json +15 -6
  3. package/dist/json/web-types.json +99 -9
  4. package/dist/vuetify.css +37 -5
  5. package/dist/vuetify.css.map +1 -1
  6. package/dist/vuetify.js +96 -84
  7. package/dist/vuetify.js.map +1 -1
  8. package/dist/vuetify.min.css +2 -2
  9. package/dist/vuetify.min.js +2 -2
  10. package/es5/components/VBanner/VBanner.js +3 -2
  11. package/es5/components/VBanner/VBanner.js.map +1 -1
  12. package/es5/components/VBottomNavigation/VBottomNavigation.js +10 -2
  13. package/es5/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
  14. package/es5/components/VBottomSheet/VBottomSheet.js +1 -4
  15. package/es5/components/VBottomSheet/VBottomSheet.js.map +1 -1
  16. package/es5/components/VCalendar/VCalendar.js.map +1 -1
  17. package/es5/components/VCalendar/VCalendarDaily.js +16 -8
  18. package/es5/components/VCalendar/VCalendarDaily.js.map +1 -1
  19. package/es5/components/VCalendar/VCalendarWeekly.js +14 -10
  20. package/es5/components/VCalendar/VCalendarWeekly.js.map +1 -1
  21. package/es5/components/VCalendar/mixins/calendar-with-events.js +19 -20
  22. package/es5/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
  23. package/es5/components/VCalendar/mixins/mouse.js +12 -3
  24. package/es5/components/VCalendar/mixins/mouse.js.map +1 -1
  25. package/es5/components/VDataTable/MobileRow.js +2 -2
  26. package/es5/components/VDataTable/MobileRow.js.map +1 -1
  27. package/es5/components/VDataTable/Row.js +2 -2
  28. package/es5/components/VDataTable/Row.js.map +1 -1
  29. package/es5/components/VDataTable/VDataTableHeaderDesktop.js +1 -1
  30. package/es5/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
  31. package/es5/components/VDialog/VDialog.js +4 -10
  32. package/es5/components/VDialog/VDialog.js.map +1 -1
  33. package/es5/components/VItemGroup/VItemGroup.js +8 -4
  34. package/es5/components/VItemGroup/VItemGroup.js.map +1 -1
  35. package/es5/components/VRadioGroup/VRadioGroup.js +1 -3
  36. package/es5/components/VRadioGroup/VRadioGroup.js.map +1 -1
  37. package/es5/components/VTabs/VTab.js +3 -2
  38. package/es5/components/VTabs/VTab.js.map +1 -1
  39. package/es5/directives/ripple/index.js +0 -7
  40. package/es5/directives/ripple/index.js.map +1 -1
  41. package/es5/framework.js +1 -1
  42. package/es5/locale/it.js +6 -6
  43. package/es5/locale/it.js.map +1 -1
  44. package/es5/mixins/routable/index.js +2 -5
  45. package/es5/mixins/routable/index.js.map +1 -1
  46. package/es5/util/helpers.js +5 -5
  47. package/es5/util/helpers.js.map +1 -1
  48. package/lib/components/VBanner/VBanner.js +3 -2
  49. package/lib/components/VBanner/VBanner.js.map +1 -1
  50. package/lib/components/VBottomNavigation/VBottomNavigation.js +10 -2
  51. package/lib/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
  52. package/lib/components/VBottomSheet/VBottomSheet.js +1 -4
  53. package/lib/components/VBottomSheet/VBottomSheet.js.map +1 -1
  54. package/lib/components/VCalendar/VCalendar.js.map +1 -1
  55. package/lib/components/VCalendar/VCalendarDaily.js +20 -8
  56. package/lib/components/VCalendar/VCalendarDaily.js.map +1 -1
  57. package/lib/components/VCalendar/VCalendarWeekly.js +10 -2
  58. package/lib/components/VCalendar/VCalendarWeekly.js.map +1 -1
  59. package/lib/components/VCalendar/mixins/calendar-with-events.js +6 -3
  60. package/lib/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
  61. package/lib/components/VCalendar/mixins/mouse.js +8 -3
  62. package/lib/components/VCalendar/mixins/mouse.js.map +1 -1
  63. package/lib/components/VDataTable/MobileRow.js +2 -2
  64. package/lib/components/VDataTable/MobileRow.js.map +1 -1
  65. package/lib/components/VDataTable/Row.js +2 -2
  66. package/lib/components/VDataTable/Row.js.map +1 -1
  67. package/lib/components/VDataTable/VDataTableHeaderDesktop.js +1 -1
  68. package/lib/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
  69. package/lib/components/VDialog/VDialog.js +4 -10
  70. package/lib/components/VDialog/VDialog.js.map +1 -1
  71. package/lib/components/VItemGroup/VItemGroup.js +7 -5
  72. package/lib/components/VItemGroup/VItemGroup.js.map +1 -1
  73. package/lib/components/VRadioGroup/VRadioGroup.js +2 -4
  74. package/lib/components/VRadioGroup/VRadioGroup.js.map +1 -1
  75. package/lib/components/VTabs/VTab.js +3 -2
  76. package/lib/components/VTabs/VTab.js.map +1 -1
  77. package/lib/directives/ripple/index.js +0 -7
  78. package/lib/directives/ripple/index.js.map +1 -1
  79. package/lib/framework.js +1 -1
  80. package/lib/locale/it.js +6 -6
  81. package/lib/locale/it.js.map +1 -1
  82. package/lib/mixins/routable/index.js +3 -5
  83. package/lib/mixins/routable/index.js.map +1 -1
  84. package/lib/util/helpers.js +5 -5
  85. package/lib/util/helpers.js.map +1 -1
  86. package/package.json +1 -1
  87. package/src/components/VBanner/VBanner.ts +16 -10
  88. package/src/components/VBottomNavigation/VBottomNavigation.ts +14 -2
  89. package/src/components/VBottomNavigation/__tests__/VBottomNavigation.spec.ts +9 -7
  90. package/src/components/VBottomSheet/VBottomSheet.ts +1 -4
  91. package/src/components/VCalendar/VCalendar.ts +1 -0
  92. package/src/components/VCalendar/VCalendarDaily.ts +9 -8
  93. package/src/components/VCalendar/VCalendarWeekly.ts +4 -2
  94. package/src/components/VCalendar/mixins/calendar-with-events.ts +4 -3
  95. package/src/components/VCalendar/mixins/mouse.ts +9 -3
  96. package/src/components/VDataTable/MobileRow.ts +2 -2
  97. package/src/components/VDataTable/Row.ts +2 -2
  98. package/src/components/VDataTable/VDataTableHeaderDesktop.ts +1 -1
  99. package/src/components/VDialog/VDialog.sass +1 -1
  100. package/src/components/VDialog/VDialog.ts +4 -10
  101. package/src/components/VItemGroup/VItemGroup.ts +5 -3
  102. package/src/components/VItemGroup/__tests__/VItemGroup.spec.ts +19 -2
  103. package/src/components/VRadioGroup/VRadioGroup.ts +0 -4
  104. package/src/components/VStepper/VStepper.sass +4 -4
  105. package/src/components/VTabs/VTab.ts +10 -2
  106. package/src/components/VTextarea/VTextarea.sass +13 -0
  107. package/src/directives/ripple/VRipple.sass +4 -1
  108. package/src/directives/ripple/index.ts +0 -7
  109. package/src/locale/it.ts +6 -6
  110. package/src/mixins/routable/index.ts +1 -4
  111. package/src/styles/settings/_variables.scss +1 -1
  112. package/src/util/helpers.ts +5 -5
  113. package/CHANGELOG.md +0 -45
  114. package/src/directives/ripple/_variables.scss +0 -6
  115. package/types/.npmignore +0 -2
package/dist/vuetify.js CHANGED
@@ -1871,7 +1871,7 @@ var __assign = undefined && undefined.__assign || function () {
1871
1871
  }
1872
1872
  },
1873
1873
  render: function render(h) {
1874
- return h(_transitions__WEBPACK_IMPORTED_MODULE_4__["VExpandTransition"], [h('div', this.setBackgroundColor(this.color, {
1874
+ var data = {
1875
1875
  staticClass: 'v-banner',
1876
1876
  attrs: this.attrs$,
1877
1877
  class: this.classes,
@@ -1880,7 +1880,8 @@ var __assign = undefined && undefined.__assign || function () {
1880
1880
  name: 'show',
1881
1881
  value: this.isActive
1882
1882
  }]
1883
- }), [this.genWrapper()])]);
1883
+ };
1884
+ return h(_transitions__WEBPACK_IMPORTED_MODULE_4__["VExpandTransition"], [h('div', this.outlined ? data : this.setBackgroundColor(this.color, data), [this.genWrapper()])]);
1884
1885
  }
1885
1886
  }));
1886
1887
 
@@ -2018,6 +2019,9 @@ var __assign = undefined && undefined.__assign || function () {
2018
2019
  });
2019
2020
  }
2020
2021
  },
2022
+ watch: {
2023
+ canScroll: 'onScroll'
2024
+ },
2021
2025
  created: function created() {
2022
2026
  /* istanbul ignore next */
2023
2027
  if (this.$attrs.hasOwnProperty('active')) {
@@ -2026,8 +2030,13 @@ var __assign = undefined && undefined.__assign || function () {
2026
2030
  },
2027
2031
  methods: {
2028
2032
  thresholdMet: function thresholdMet() {
2029
- this.isActive = !this.isScrollingUp;
2030
- this.$emit('update:input-value', this.isActive);
2033
+ if (this.hideOnScroll) {
2034
+ this.isActive = !this.isScrollingUp || this.currentScroll > this.computedScrollThreshold;
2035
+ this.$emit('update:input-value', this.isActive);
2036
+ }
2037
+
2038
+ if (this.currentThreshold < this.computedScrollThreshold) return;
2039
+ this.savedScroll = this.currentScroll;
2031
2040
  },
2032
2041
  updateApplication: function updateApplication() {
2033
2042
  return this.$el ? this.$el.clientHeight : 0;
@@ -2133,10 +2142,7 @@ var __assign = undefined && undefined.__assign || function () {
2133
2142
  name: 'v-bottom-sheet',
2134
2143
  props: {
2135
2144
  inset: Boolean,
2136
- maxWidth: {
2137
- type: [String, Number],
2138
- default: 'auto'
2139
- },
2145
+ maxWidth: [String, Number],
2140
2146
  transition: {
2141
2147
  type: String,
2142
2148
  default: 'bottom-sheet-transition'
@@ -3561,8 +3567,10 @@ var __spread = undefined && undefined.__spread || function () {
3561
3567
  key: day.date,
3562
3568
  staticClass: 'v-calendar-daily_head-day',
3563
3569
  class: this.getRelativeClasses(day),
3564
- on: this.getDefaultMouseEventHandlers(':day', function (_e) {
3565
- return _this.getSlotScope(day);
3570
+ on: this.getDefaultMouseEventHandlers(':day', function (nativeEvent) {
3571
+ return __assign({
3572
+ nativeEvent: nativeEvent
3573
+ }, _this.getSlotScope(day));
3566
3574
  })
3567
3575
  }, __spread([this.genHeadWeekday(day), this.genHeadDayLabel(day)], this.genDayHeader(day, index)));
3568
3576
  },
@@ -3607,8 +3615,10 @@ var __spread = undefined && undefined.__spread || function () {
3607
3615
  prevent: true,
3608
3616
  result: false
3609
3617
  }
3610
- }, function (_e) {
3611
- return day;
3618
+ }, function (nativeEvent) {
3619
+ return __assign({
3620
+ nativeEvent: nativeEvent
3621
+ }, day);
3612
3622
  })
3613
3623
  }, this.dayFormatter(day, false));
3614
3624
  },
@@ -3647,8 +3657,10 @@ var __spread = undefined && undefined.__spread || function () {
3647
3657
  key: day.date,
3648
3658
  staticClass: 'v-calendar-daily__day',
3649
3659
  class: this.getRelativeClasses(day),
3650
- on: this.getDefaultMouseEventHandlers(':time', function (e) {
3651
- return _this.getSlotScope(_this.getTimestampAtEvent(e, day));
3660
+ on: this.getDefaultMouseEventHandlers(':time', function (nativeEvent) {
3661
+ return __assign({
3662
+ nativeEvent: nativeEvent
3663
+ }, _this.getSlotScope(_this.getTimestampAtEvent(nativeEvent, day)));
3652
3664
  })
3653
3665
  }, __spread(this.genDayIntervals(index), this.genDayBody(day)));
3654
3666
  },
@@ -3688,8 +3700,10 @@ var __spread = undefined && undefined.__spread || function () {
3688
3700
  style: {
3689
3701
  width: width
3690
3702
  },
3691
- on: this.getDefaultMouseEventHandlers(':interval', function (e) {
3692
- return _this.getTimestampAtEvent(e, _this.parsedStart);
3703
+ on: this.getDefaultMouseEventHandlers(':interval', function (nativeEvent) {
3704
+ return __assign({
3705
+ nativeEvent: nativeEvent
3706
+ }, _this.getTimestampAtEvent(nativeEvent, _this.parsedStart));
3693
3707
  })
3694
3708
  };
3695
3709
  return this.$createElement('div', data, this.genIntervalLabels());
@@ -3980,8 +3994,10 @@ var __spread = undefined && undefined.__spread || function () {
3980
3994
  key: day.date,
3981
3995
  staticClass: 'v-calendar-weekly__day',
3982
3996
  class: this.getRelativeClasses(day, outside),
3983
- on: this.getDefaultMouseEventHandlers(':day', function (_e) {
3984
- return day;
3997
+ on: this.getDefaultMouseEventHandlers(':day', function (nativeEvent) {
3998
+ return __assign({
3999
+ nativeEvent: nativeEvent
4000
+ }, day);
3985
4001
  })
3986
4002
  }, __spread([this.genDayLabel(day)], Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["getSlot"])(this, 'day', function () {
3987
4003
  return __assign({
@@ -4017,8 +4033,10 @@ var __spread = undefined && undefined.__spread || function () {
4017
4033
  prevent: true,
4018
4034
  result: false
4019
4035
  }
4020
- }, function (_e) {
4021
- return day;
4036
+ }, function (nativeEvent) {
4037
+ return __assign({
4038
+ nativeEvent: nativeEvent
4039
+ }, day);
4022
4040
  })
4023
4041
  }, hasMonth ? this.monthFormatter(day, this.shortMonths) + ' ' + this.dayFormatter(day, false) : this.dayFormatter(day, false));
4024
4042
  },
@@ -4586,8 +4604,6 @@ var MINUTES_IN_DAY = 1440;
4586
4604
  });
4587
4605
  },
4588
4606
  genMore: function genMore(day) {
4589
- var _this = this;
4590
-
4591
4607
  var _a;
4592
4608
 
4593
4609
  var eventHeight = this.eventHeight;
@@ -4605,11 +4621,11 @@ var MINUTES_IN_DAY = 1440;
4605
4621
  name: 'ripple',
4606
4622
  value: (_a = this.eventRipple) !== null && _a !== void 0 ? _a : true
4607
4623
  }],
4608
- on: {
4609
- click: function click(e) {
4610
- return _this.$emit('click:more', day, e);
4611
- }
4612
- },
4624
+ on: this.getDefaultMouseEventHandlers(':more', function (nativeEvent) {
4625
+ return __assign({
4626
+ nativeEvent: nativeEvent
4627
+ }, day);
4628
+ }),
4613
4629
  style: {
4614
4630
  display: 'none',
4615
4631
  height: eventHeight + "px",
@@ -4987,9 +5003,18 @@ __webpack_require__.r(__webpack_exports__);
4987
5003
 
4988
5004
 
4989
5005
  if (e && 'touches' in e) {
4990
- var currentTarget = document.elementFromPoint(e.changedTouches[0].clientX, e.changedTouches[0].clientY);
5006
+ var classSeparator_1 = ' ';
5007
+ var eventTargetClasses_1 = (_a = e.currentTarget) === null || _a === void 0 ? void 0 : _a.className.split(classSeparator_1);
5008
+ var currentTargets = document.elementsFromPoint(e.changedTouches[0].clientX, e.changedTouches[0].clientY); // Get "the same kind" current hovering target by checking
5009
+ // If element has the same class of initial touch start element (which has touch event listener registered)
5010
+
5011
+ var currentTarget = currentTargets.find(function (t) {
5012
+ return t.className.split(classSeparator_1).some(function (c) {
5013
+ return eventTargetClasses_1.includes(c);
5014
+ });
5015
+ });
4991
5016
 
4992
- if (currentTarget && !((_a = e.target) === null || _a === void 0 ? void 0 : _a.isSameNode(currentTarget)) && ((_b = e.target) === null || _b === void 0 ? void 0 : _b.className) === currentTarget.className) {
5017
+ if (currentTarget && !((_b = e.target) === null || _b === void 0 ? void 0 : _b.isSameNode(currentTarget))) {
4993
5018
  currentTarget.dispatchEvent(new TouchEvent(e.type, {
4994
5019
  changedTouches: e.changedTouches,
4995
5020
  targetTouches: e.targetTouches,
@@ -10774,8 +10799,8 @@ var __assign = undefined && undefined.__assign || function () {
10774
10799
  var children = [];
10775
10800
  var value = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_1__["getObjectValueByPath"])(props.item, header.value);
10776
10801
  var slotName = header.value;
10777
- var scopedSlot = data.scopedSlots && data.scopedSlots[slotName];
10778
- var regularSlot = computedSlots[slotName];
10802
+ var scopedSlot = data.scopedSlots && data.scopedSlots.hasOwnProperty(slotName) && data.scopedSlots[slotName];
10803
+ var regularSlot = computedSlots.hasOwnProperty(slotName) && computedSlots[slotName];
10779
10804
 
10780
10805
  if (scopedSlot) {
10781
10806
  children.push(scopedSlot({
@@ -10889,8 +10914,8 @@ function needsTd(slot) {
10889
10914
  var children = [];
10890
10915
  var value = Object(_util_helpers__WEBPACK_IMPORTED_MODULE_1__["getObjectValueByPath"])(props.item, header.value);
10891
10916
  var slotName = header.value;
10892
- var scopedSlot = data.scopedSlots && data.scopedSlots[slotName];
10893
- var regularSlot = computedSlots[slotName];
10917
+ var scopedSlot = data.scopedSlots && data.scopedSlots.hasOwnProperty(slotName) && data.scopedSlots[slotName];
10918
+ var regularSlot = computedSlots.hasOwnProperty(slotName) && computedSlots[slotName];
10894
10919
 
10895
10920
  if (scopedSlot) {
10896
10921
  children.push.apply(children, __spread(Object(_util_helpers__WEBPACK_IMPORTED_MODULE_1__["wrapInArray"])(scopedSlot({
@@ -11970,7 +11995,7 @@ var __spread = undefined && undefined.__spread || function () {
11970
11995
  return this.$createElement('th', data, [this.genSelectAll()]);
11971
11996
  }
11972
11997
 
11973
- children.push(this.$scopedSlots[header.value] ? this.$scopedSlots[header.value]({
11998
+ children.push(this.$scopedSlots.hasOwnProperty(header.value) ? this.$scopedSlots[header.value]({
11974
11999
  header: header
11975
12000
  }) : this.$createElement('span', [header.text]));
11976
12001
 
@@ -14794,10 +14819,7 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_10__["default"])(_
14794
14819
  disabled: Boolean,
14795
14820
  fullscreen: Boolean,
14796
14821
  light: Boolean,
14797
- maxWidth: {
14798
- type: [String, Number],
14799
- default: 'none'
14800
- },
14822
+ maxWidth: [String, Number],
14801
14823
  noClickAnimation: Boolean,
14802
14824
  origin: {
14803
14825
  type: String,
@@ -14813,10 +14835,7 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_10__["default"])(_
14813
14835
  type: [String, Boolean],
14814
14836
  default: 'dialog-transition'
14815
14837
  },
14816
- width: {
14817
- type: [String, Number],
14818
- default: 'auto'
14819
- }
14838
+ width: [String, Number]
14820
14839
  },
14821
14840
  data: function data() {
14822
14841
  return {
@@ -15046,8 +15065,8 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_10__["default"])(_
15046
15065
 
15047
15066
  if (!this.fullscreen) {
15048
15067
  data.style = __assign(__assign({}, data.style), {
15049
- maxWidth: this.maxWidth === 'none' ? undefined : Object(_util_helpers__WEBPACK_IMPORTED_MODULE_12__["convertToUnit"])(this.maxWidth),
15050
- width: this.width === 'auto' ? undefined : Object(_util_helpers__WEBPACK_IMPORTED_MODULE_12__["convertToUnit"])(this.width)
15068
+ maxWidth: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_12__["convertToUnit"])(this.maxWidth),
15069
+ width: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_12__["convertToUnit"])(this.width)
15051
15070
  });
15052
15071
  }
15053
15072
 
@@ -18142,10 +18161,11 @@ __webpack_require__.r(__webpack_exports__);
18142
18161
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BaseItemGroup", function() { return BaseItemGroup; });
18143
18162
  /* harmony import */ var _VItemGroup_sass__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./VItemGroup.sass */ "./src/components/VItemGroup/VItemGroup.sass");
18144
18163
  /* harmony import */ var _VItemGroup_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_VItemGroup_sass__WEBPACK_IMPORTED_MODULE_0__);
18145
- /* harmony import */ var _mixins_proxyable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/proxyable */ "./src/mixins/proxyable/index.ts");
18146
- /* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts");
18147
- /* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts");
18148
- /* harmony import */ var _util_console__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../util/console */ "./src/util/console.ts");
18164
+ /* harmony import */ var _mixins_comparable__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../mixins/comparable */ "./src/mixins/comparable/index.ts");
18165
+ /* harmony import */ var _mixins_proxyable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../mixins/proxyable */ "./src/mixins/proxyable/index.ts");
18166
+ /* harmony import */ var _mixins_themeable__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../mixins/themeable */ "./src/mixins/themeable/index.ts");
18167
+ /* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts");
18168
+ /* harmony import */ var _util_console__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../util/console */ "./src/util/console.ts");
18149
18169
  var __assign = undefined && undefined.__assign || function () {
18150
18170
  __assign = Object.assign || function (t) {
18151
18171
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -18163,13 +18183,15 @@ var __assign = undefined && undefined.__assign || function () {
18163
18183
  }; // Styles
18164
18184
 
18165
18185
 
18186
+ // Mixins
18187
+
18166
18188
 
18167
18189
 
18168
18190
  // Utilities
18169
18191
 
18170
18192
 
18171
18193
 
18172
- var BaseItemGroup = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_3__["default"])(_mixins_proxyable__WEBPACK_IMPORTED_MODULE_1__["default"], _mixins_themeable__WEBPACK_IMPORTED_MODULE_2__["default"]).extend({
18194
+ var BaseItemGroup = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_4__["default"])(_mixins_comparable__WEBPACK_IMPORTED_MODULE_1__["default"], _mixins_proxyable__WEBPACK_IMPORTED_MODULE_2__["default"], _mixins_themeable__WEBPACK_IMPORTED_MODULE_3__["default"]).extend({
18173
18195
  name: 'base-item-group',
18174
18196
  props: {
18175
18197
  activeClass: {
@@ -18225,7 +18247,7 @@ var BaseItemGroup = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_3__["default"])
18225
18247
 
18226
18248
  if (!this.multiple) {
18227
18249
  return function (v) {
18228
- return _this.internalValue === v;
18250
+ return _this.valueComparator(_this.internalValue, v);
18229
18251
  };
18230
18252
  }
18231
18253
 
@@ -18233,7 +18255,9 @@ var BaseItemGroup = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_3__["default"])
18233
18255
 
18234
18256
  if (Array.isArray(internalValue)) {
18235
18257
  return function (v) {
18236
- return internalValue.includes(v);
18258
+ return internalValue.some(function (intern) {
18259
+ return _this.valueComparator(intern, v);
18260
+ });
18237
18261
  };
18238
18262
  }
18239
18263
 
@@ -18248,7 +18272,7 @@ var BaseItemGroup = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_3__["default"])
18248
18272
  },
18249
18273
  created: function created() {
18250
18274
  if (this.multiple && !Array.isArray(this.internalValue)) {
18251
- Object(_util_console__WEBPACK_IMPORTED_MODULE_4__["consoleWarn"])('Model must be bound to an array if the multiple property is true.', this);
18275
+ Object(_util_console__WEBPACK_IMPORTED_MODULE_5__["consoleWarn"])('Model must be bound to an array if the multiple property is true.', this);
18252
18276
  }
18253
18277
  },
18254
18278
  methods: {
@@ -18258,7 +18282,7 @@ var BaseItemGroup = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_3__["default"])
18258
18282
  };
18259
18283
  },
18260
18284
  getValue: function getValue(item, i) {
18261
- return item.value == null || item.value === '' ? i : item.value;
18285
+ return item.value === undefined ? i : item.value;
18262
18286
  },
18263
18287
  onClick: function onClick(item) {
18264
18288
  this.updateInternalValue(this.getValue(item, this.items.indexOf(item)));
@@ -22759,8 +22783,7 @@ __webpack_require__.r(__webpack_exports__);
22759
22783
  /* harmony import */ var _VRadioGroup_sass__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_VRadioGroup_sass__WEBPACK_IMPORTED_MODULE_1__);
22760
22784
  /* harmony import */ var _VInput__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../VInput */ "./src/components/VInput/index.ts");
22761
22785
  /* harmony import */ var _VItemGroup_VItemGroup__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../VItemGroup/VItemGroup */ "./src/components/VItemGroup/VItemGroup.ts");
22762
- /* harmony import */ var _mixins_comparable__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/comparable */ "./src/mixins/comparable/index.ts");
22763
- /* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts");
22786
+ /* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts");
22764
22787
  var __assign = undefined && undefined.__assign || function () {
22765
22788
  __assign = Object.assign || function (t) {
22766
22789
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -22782,12 +22805,10 @@ var __assign = undefined && undefined.__assign || function () {
22782
22805
  // Extensions
22783
22806
 
22784
22807
 
22785
- // Mixins
22786
-
22787
22808
  // Types
22788
22809
 
22789
22810
 
22790
- var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_5__["default"])(_mixins_comparable__WEBPACK_IMPORTED_MODULE_4__["default"], _VItemGroup_VItemGroup__WEBPACK_IMPORTED_MODULE_3__["BaseItemGroup"], _VInput__WEBPACK_IMPORTED_MODULE_2__["default"]);
22811
+ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_4__["default"])(_VItemGroup_VItemGroup__WEBPACK_IMPORTED_MODULE_3__["BaseItemGroup"], _VInput__WEBPACK_IMPORTED_MODULE_2__["default"]);
22791
22812
  /* @vue/component */
22792
22813
 
22793
22814
  /* harmony default export */ __webpack_exports__["default"] = (baseMixins.extend({
@@ -28269,7 +28290,8 @@ Object(_mixins_groupable__WEBPACK_IMPORTED_MODULE_0__["factory"])('tabsBar'), _m
28269
28290
  }), this.groupClasses);
28270
28291
  },
28271
28292
  value: function value() {
28272
- var to = this.to || this.href || '';
28293
+ var to = this.to || this.href;
28294
+ if (to == null) return to;
28273
28295
 
28274
28296
  if (this.$router && this.to === Object(this.to)) {
28275
28297
  var resolve = this.$router.resolve(this.to, this.$route, this.append);
@@ -28299,7 +28321,7 @@ Object(_mixins_groupable__WEBPACK_IMPORTED_MODULE_0__["factory"])('tabsBar'), _m
28299
28321
  },
28300
28322
  toggle: function toggle() {
28301
28323
  // VItemGroup treats a change event as a click
28302
- if (!this.isActive) {
28324
+ if (!this.isActive || !this.tabsBar.mandatory && !this.to) {
28303
28325
  this.$emit('change');
28304
28326
  }
28305
28327
  }
@@ -34399,10 +34421,6 @@ function transform(el, value) {
34399
34421
  el.style.webkitTransform = value;
34400
34422
  }
34401
34423
 
34402
- function opacity(el, value) {
34403
- el.style.opacity = value.toString();
34404
- }
34405
-
34406
34424
  function isTouchEvent(e) {
34407
34425
  return e.constructor.name === 'TouchEvent';
34408
34426
  }
@@ -34494,13 +34512,11 @@ var ripples = {
34494
34512
  animation.classList.add('v-ripple__animation--enter');
34495
34513
  animation.classList.add('v-ripple__animation--visible');
34496
34514
  transform(animation, "translate(" + x + ", " + y + ") scale3d(" + scale + "," + scale + "," + scale + ")");
34497
- opacity(animation, 0);
34498
34515
  animation.dataset.activated = String(performance.now());
34499
34516
  setTimeout(function () {
34500
34517
  animation.classList.remove('v-ripple__animation--enter');
34501
34518
  animation.classList.add('v-ripple__animation--in');
34502
34519
  transform(animation, "translate(" + centerX + ", " + centerY + ") scale3d(1,1,1)");
34503
- opacity(animation, 0.25);
34504
34520
  }, 0);
34505
34521
  },
34506
34522
  hide: function hide(el) {
@@ -34514,7 +34530,6 @@ var ripples = {
34514
34530
  setTimeout(function () {
34515
34531
  animation.classList.remove('v-ripple__animation--in');
34516
34532
  animation.classList.add('v-ripple__animation--out');
34517
- opacity(animation, 0);
34518
34533
  setTimeout(function () {
34519
34534
  var ripples = el.getElementsByClassName('v-ripple__animation');
34520
34535
 
@@ -34977,7 +34992,7 @@ function () {
34977
34992
 
34978
34993
  Vuetify.install = _install__WEBPACK_IMPORTED_MODULE_0__["install"];
34979
34994
  Vuetify.installed = false;
34980
- Vuetify.version = "2.6.0";
34995
+ Vuetify.version = "2.6.2-master-20211201.0";
34981
34996
  Vuetify.config = {
34982
34997
  silent: false
34983
34998
  };
@@ -36958,8 +36973,8 @@ __webpack_require__.r(__webpack_exports__);
36958
36973
  itemsPerPageAll: 'Tutti',
36959
36974
  nextPage: 'Pagina seguente',
36960
36975
  prevPage: 'Pagina precedente',
36961
- firstPage: 'Pagina prima',
36962
- lastPage: 'Pagina ultima',
36976
+ firstPage: 'Prima pagina',
36977
+ lastPage: 'Ultima pagina',
36963
36978
  pageText: '{0}-{1} di {2}'
36964
36979
  },
36965
36980
  datePicker: {
@@ -36974,15 +36989,15 @@ __webpack_require__.r(__webpack_exports__);
36974
36989
  prev: 'Vista precedente',
36975
36990
  next: 'Prossima vista',
36976
36991
  ariaLabel: {
36977
- delimiter: 'Carousel slide {0} of {1}'
36992
+ delimiter: 'Carousel slide {0} di {1}'
36978
36993
  }
36979
36994
  },
36980
36995
  calendar: {
36981
36996
  moreEvents: '{0} di più'
36982
36997
  },
36983
36998
  fileInput: {
36984
- counter: '{0} files',
36985
- counterSize: '{0} files ({1} in totale)'
36999
+ counter: '{0} file',
37000
+ counterSize: '{0} file ({1} in totale)'
36986
37001
  },
36987
37002
  timePicker: {
36988
37003
  am: 'AM',
@@ -36999,7 +37014,7 @@ __webpack_require__.r(__webpack_exports__);
36999
37014
  },
37000
37015
  rating: {
37001
37016
  ariaLabel: {
37002
- icon: 'Rating {0} of {1}'
37017
+ icon: 'Valutazione {0} di {1}'
37003
37018
  }
37004
37019
  }
37005
37020
  });
@@ -41263,9 +41278,6 @@ var __assign = undefined && undefined.__assign || function () {
41263
41278
  this.onRouteChange();
41264
41279
  },
41265
41280
  methods: {
41266
- click: function click(e) {
41267
- this.$emit('click', e);
41268
- },
41269
41281
  generateRouteLink: function generateRouteLink() {
41270
41282
  var _a;
41271
41283
 
@@ -41282,9 +41294,9 @@ var __assign = undefined && undefined.__assign || function () {
41282
41294
  name: 'ripple',
41283
41295
  value: this.computedRipple
41284
41296
  }]
41285
- }, _a[this.to ? 'nativeOn' : 'on'] = __assign(__assign({}, this.$listeners), {
41297
+ }, _a[this.to ? 'nativeOn' : 'on'] = __assign(__assign({}, this.$listeners), 'click' in this ? {
41286
41298
  click: this.click
41287
- }), _a.ref = 'link', _a);
41299
+ } : undefined), _a.ref = 'link', _a);
41288
41300
 
41289
41301
  if (typeof this.exact === 'undefined') {
41290
41302
  exact = this.to === '/' || this.to === Object(this.to) && this.to.path === '/';
@@ -45726,12 +45738,12 @@ function searchItems(items, search) {
45726
45738
  */
45727
45739
 
45728
45740
  function getSlotType(vm, name, split) {
45729
- if (vm.$slots[name] && vm.$scopedSlots[name] && vm.$scopedSlots[name].name) {
45741
+ if (vm.$slots.hasOwnProperty(name) && vm.$scopedSlots.hasOwnProperty(name) && vm.$scopedSlots[name].name) {
45730
45742
  return split ? 'v-slot' : 'scoped';
45731
45743
  }
45732
45744
 
45733
- if (vm.$slots[name]) return 'normal';
45734
- if (vm.$scopedSlots[name]) return 'scoped';
45745
+ if (vm.$slots.hasOwnProperty(name)) return 'normal';
45746
+ if (vm.$scopedSlots.hasOwnProperty(name)) return 'scoped';
45735
45747
  }
45736
45748
  function debounce(fn, delay) {
45737
45749
  var timeoutId = 0;
@@ -45783,9 +45795,9 @@ function getSlot(vm, name, data, optional) {
45783
45795
  optional = false;
45784
45796
  }
45785
45797
 
45786
- if (vm.$scopedSlots[name]) {
45798
+ if (vm.$scopedSlots.hasOwnProperty(name)) {
45787
45799
  return vm.$scopedSlots[name](data instanceof Function ? data() : data);
45788
- } else if (vm.$slots[name] && (!data || optional)) {
45800
+ } else if (vm.$slots.hasOwnProperty(name) && (!data || optional)) {
45789
45801
  return vm.$slots[name];
45790
45802
  }
45791
45803