@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.
- package/dist/json/attributes.json +36 -0
- package/dist/json/tags.json +15 -6
- package/dist/json/web-types.json +99 -9
- package/dist/vuetify.css +37 -5
- package/dist/vuetify.css.map +1 -1
- package/dist/vuetify.js +96 -84
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +2 -2
- package/es5/components/VBanner/VBanner.js +3 -2
- package/es5/components/VBanner/VBanner.js.map +1 -1
- package/es5/components/VBottomNavigation/VBottomNavigation.js +10 -2
- package/es5/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
- package/es5/components/VBottomSheet/VBottomSheet.js +1 -4
- package/es5/components/VBottomSheet/VBottomSheet.js.map +1 -1
- package/es5/components/VCalendar/VCalendar.js.map +1 -1
- package/es5/components/VCalendar/VCalendarDaily.js +16 -8
- package/es5/components/VCalendar/VCalendarDaily.js.map +1 -1
- package/es5/components/VCalendar/VCalendarWeekly.js +14 -10
- package/es5/components/VCalendar/VCalendarWeekly.js.map +1 -1
- package/es5/components/VCalendar/mixins/calendar-with-events.js +19 -20
- package/es5/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
- package/es5/components/VCalendar/mixins/mouse.js +12 -3
- package/es5/components/VCalendar/mixins/mouse.js.map +1 -1
- package/es5/components/VDataTable/MobileRow.js +2 -2
- package/es5/components/VDataTable/MobileRow.js.map +1 -1
- package/es5/components/VDataTable/Row.js +2 -2
- package/es5/components/VDataTable/Row.js.map +1 -1
- package/es5/components/VDataTable/VDataTableHeaderDesktop.js +1 -1
- package/es5/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
- package/es5/components/VDialog/VDialog.js +4 -10
- package/es5/components/VDialog/VDialog.js.map +1 -1
- package/es5/components/VItemGroup/VItemGroup.js +8 -4
- package/es5/components/VItemGroup/VItemGroup.js.map +1 -1
- package/es5/components/VRadioGroup/VRadioGroup.js +1 -3
- package/es5/components/VRadioGroup/VRadioGroup.js.map +1 -1
- package/es5/components/VTabs/VTab.js +3 -2
- package/es5/components/VTabs/VTab.js.map +1 -1
- package/es5/directives/ripple/index.js +0 -7
- package/es5/directives/ripple/index.js.map +1 -1
- package/es5/framework.js +1 -1
- package/es5/locale/it.js +6 -6
- package/es5/locale/it.js.map +1 -1
- package/es5/mixins/routable/index.js +2 -5
- package/es5/mixins/routable/index.js.map +1 -1
- package/es5/util/helpers.js +5 -5
- package/es5/util/helpers.js.map +1 -1
- package/lib/components/VBanner/VBanner.js +3 -2
- package/lib/components/VBanner/VBanner.js.map +1 -1
- package/lib/components/VBottomNavigation/VBottomNavigation.js +10 -2
- package/lib/components/VBottomNavigation/VBottomNavigation.js.map +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.js +1 -4
- package/lib/components/VBottomSheet/VBottomSheet.js.map +1 -1
- package/lib/components/VCalendar/VCalendar.js.map +1 -1
- package/lib/components/VCalendar/VCalendarDaily.js +20 -8
- package/lib/components/VCalendar/VCalendarDaily.js.map +1 -1
- package/lib/components/VCalendar/VCalendarWeekly.js +10 -2
- package/lib/components/VCalendar/VCalendarWeekly.js.map +1 -1
- package/lib/components/VCalendar/mixins/calendar-with-events.js +6 -3
- package/lib/components/VCalendar/mixins/calendar-with-events.js.map +1 -1
- package/lib/components/VCalendar/mixins/mouse.js +8 -3
- package/lib/components/VCalendar/mixins/mouse.js.map +1 -1
- package/lib/components/VDataTable/MobileRow.js +2 -2
- package/lib/components/VDataTable/MobileRow.js.map +1 -1
- package/lib/components/VDataTable/Row.js +2 -2
- package/lib/components/VDataTable/Row.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaderDesktop.js +1 -1
- package/lib/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
- package/lib/components/VDialog/VDialog.js +4 -10
- package/lib/components/VDialog/VDialog.js.map +1 -1
- package/lib/components/VItemGroup/VItemGroup.js +7 -5
- package/lib/components/VItemGroup/VItemGroup.js.map +1 -1
- package/lib/components/VRadioGroup/VRadioGroup.js +2 -4
- package/lib/components/VRadioGroup/VRadioGroup.js.map +1 -1
- package/lib/components/VTabs/VTab.js +3 -2
- package/lib/components/VTabs/VTab.js.map +1 -1
- package/lib/directives/ripple/index.js +0 -7
- package/lib/directives/ripple/index.js.map +1 -1
- package/lib/framework.js +1 -1
- package/lib/locale/it.js +6 -6
- package/lib/locale/it.js.map +1 -1
- package/lib/mixins/routable/index.js +3 -5
- package/lib/mixins/routable/index.js.map +1 -1
- package/lib/util/helpers.js +5 -5
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
- package/src/components/VBanner/VBanner.ts +16 -10
- package/src/components/VBottomNavigation/VBottomNavigation.ts +14 -2
- package/src/components/VBottomNavigation/__tests__/VBottomNavigation.spec.ts +9 -7
- package/src/components/VBottomSheet/VBottomSheet.ts +1 -4
- package/src/components/VCalendar/VCalendar.ts +1 -0
- package/src/components/VCalendar/VCalendarDaily.ts +9 -8
- package/src/components/VCalendar/VCalendarWeekly.ts +4 -2
- package/src/components/VCalendar/mixins/calendar-with-events.ts +4 -3
- package/src/components/VCalendar/mixins/mouse.ts +9 -3
- package/src/components/VDataTable/MobileRow.ts +2 -2
- package/src/components/VDataTable/Row.ts +2 -2
- package/src/components/VDataTable/VDataTableHeaderDesktop.ts +1 -1
- package/src/components/VDialog/VDialog.sass +1 -1
- package/src/components/VDialog/VDialog.ts +4 -10
- package/src/components/VItemGroup/VItemGroup.ts +5 -3
- package/src/components/VItemGroup/__tests__/VItemGroup.spec.ts +19 -2
- package/src/components/VRadioGroup/VRadioGroup.ts +0 -4
- package/src/components/VStepper/VStepper.sass +4 -4
- package/src/components/VTabs/VTab.ts +10 -2
- package/src/components/VTextarea/VTextarea.sass +13 -0
- package/src/directives/ripple/VRipple.sass +4 -1
- package/src/directives/ripple/index.ts +0 -7
- package/src/locale/it.ts +6 -6
- package/src/mixins/routable/index.ts +1 -4
- package/src/styles/settings/_variables.scss +1 -1
- package/src/util/helpers.ts +5 -5
- package/CHANGELOG.md +0 -45
- package/src/directives/ripple/_variables.scss +0 -6
- 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
|
-
|
|
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
|
-
}
|
|
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.
|
|
2030
|
-
|
|
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 (
|
|
3565
|
-
return
|
|
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 (
|
|
3611
|
-
return
|
|
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 (
|
|
3651
|
-
return
|
|
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 (
|
|
3692
|
-
return
|
|
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 (
|
|
3984
|
-
return
|
|
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 (
|
|
4021
|
-
return
|
|
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
|
-
|
|
4610
|
-
|
|
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
|
|
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 && !((
|
|
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
|
|
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:
|
|
15050
|
-
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
|
|
18146
|
-
/* harmony import */ var
|
|
18147
|
-
/* harmony import */ var
|
|
18148
|
-
/* harmony import */ var
|
|
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(
|
|
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
|
|
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.
|
|
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(
|
|
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
|
|
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
|
|
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(
|
|
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: '
|
|
36962
|
-
lastPage: '
|
|
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}
|
|
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}
|
|
36985
|
-
counterSize: '{0}
|
|
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: '
|
|
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
|
|
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
|
|
45734
|
-
if (vm.$scopedSlots
|
|
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
|
|
45798
|
+
if (vm.$scopedSlots.hasOwnProperty(name)) {
|
|
45787
45799
|
return vm.$scopedSlots[name](data instanceof Function ? data() : data);
|
|
45788
|
-
} else if (vm.$slots
|
|
45800
|
+
} else if (vm.$slots.hasOwnProperty(name) && (!data || optional)) {
|
|
45789
45801
|
return vm.$slots[name];
|
|
45790
45802
|
}
|
|
45791
45803
|
|