@vuetify/nightly 2.6.10-master-20220906.0 → 2.6.10

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/CHANGELOG.md CHANGED
@@ -1,15 +1,25 @@
1
- # [](https://github.com/vuetifyjs/vuetify/compare/v2.6.10-master-20220906.0...v) (2022-09-06)
1
+ # [](https://github.com/vuetifyjs/vuetify/compare/v2.6.10...v) (2022-09-13)
2
2
 
3
3
 
4
4
 
5
- ## [2.6.10-master-20220906.0](https://github.com/vuetifyjs/vuetify/compare/v2.6.9...v2.6.10-master-20220906.0) (2022-09-06)
5
+ ## [2.6.10](https://github.com/vuetifyjs/vuetify/compare/v2.6.9...v2.6.10) (2022-09-12)
6
6
 
7
7
 
8
8
  ### Bug Fixes
9
9
 
10
+ * **VCalendar:** prevent XSS from eventName function ([ade1434](https://github.com/vuetifyjs/vuetify/commit/ade1434927f55a0eccf3d54f900f24c5fa85a176)), closes [#15757](https://github.com/vuetifyjs/vuetify/issues/15757)
11
+ * **VDialog:** don't try to focus tabindex="-1" or hidden inputs ([89e3850](https://github.com/vuetifyjs/vuetify/commit/89e3850c5478c7bf0ae6081a95f6d2b39e690e8f)), closes [#15745](https://github.com/vuetifyjs/vuetify/issues/15745)
10
12
  * **VMenu:** disabled activatorFixed when attach is enabled ([#15709](https://github.com/vuetifyjs/vuetify/issues/15709)) ([464529a](https://github.com/vuetifyjs/vuetify/commit/464529a0358704c27463b660eead65925adf0f6d)), closes [#14922](https://github.com/vuetifyjs/vuetify/issues/14922)
13
+ * **VSelectList:** correct mask class ([cd193e4](https://github.com/vuetifyjs/vuetify/commit/cd193e41e4041ca0786f5dbcda454e94dd7bddb9))
11
14
  * **VTextField:** only show clear icon on hover or when focused ([7a51ad0](https://github.com/vuetifyjs/vuetify/commit/7a51ad0140dd17f9d718f6ceb84226d305c2c379))
12
15
  * **VTextField:** prevent tabbing to clear button ([f8ee680](https://github.com/vuetifyjs/vuetify/commit/f8ee680b1d78182852822fd12b63dd00a5803f40)), closes [#11202](https://github.com/vuetifyjs/vuetify/issues/11202)
16
+ * **web-types:** add support for VDataTable pattern slots ([#15694](https://github.com/vuetifyjs/vuetify/issues/15694)) ([ac45c98](https://github.com/vuetifyjs/vuetify/commit/ac45c98983717d5ee42c4e85de1deccbd698cc83))
17
+
18
+
19
+ ### BREAKING CHANGES
20
+
21
+ * **VCalendar:** eventName can no longer render arbitrary HTML, convert
22
+ to VNodes instead
13
23
 
14
24
 
15
25
 
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "2.6.10-master-20220906.0",
5
+ "version": "2.6.10",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -5140,7 +5140,7 @@
5140
5140
  "name": "start",
5141
5141
  "description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
5142
5142
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar#props",
5143
- "default": "2022-09-06",
5143
+ "default": "2022-09-13",
5144
5144
  "value": {
5145
5145
  "kind": "expression",
5146
5146
  "type": [
@@ -6769,7 +6769,7 @@
6769
6769
  "name": "start",
6770
6770
  "description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
6771
6771
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar-daily#props",
6772
- "default": "2022-09-06",
6772
+ "default": "2022-09-13",
6773
6773
  "value": {
6774
6774
  "kind": "expression",
6775
6775
  "type": [
@@ -6987,7 +6987,7 @@
6987
6987
  "name": "start",
6988
6988
  "description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
6989
6989
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar-weekly#props",
6990
- "default": "2022-09-06",
6990
+ "default": "2022-09-13",
6991
6991
  "value": {
6992
6992
  "kind": "expression",
6993
6993
  "type": [
@@ -7205,7 +7205,7 @@
7205
7205
  "name": "start",
7206
7206
  "description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
7207
7207
  "doc-url": "https://www.vuetifyjs.com/api/v-calendar-monthly#props",
7208
- "default": "2022-09-06",
7208
+ "default": "2022-09-13",
7209
7209
  "value": {
7210
7210
  "kind": "expression",
7211
7211
  "type": [
@@ -13326,6 +13326,20 @@
13326
13326
  },
13327
13327
  {
13328
13328
  "name": "header.<name>",
13329
+ "pattern": {
13330
+ "items": "header-columns",
13331
+ "template": [
13332
+ "header.",
13333
+ "#item:header column"
13334
+ ]
13335
+ },
13336
+ "header-columns": {
13337
+ "name": "Header column",
13338
+ "pattern": {
13339
+ "regex": ".+"
13340
+ },
13341
+ "doc-hide-pattern": true
13342
+ },
13329
13343
  "description": "Slot to customize a specific header column",
13330
13344
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#slots",
13331
13345
  "vue-properties": [
@@ -13395,6 +13409,20 @@
13395
13409
  },
13396
13410
  {
13397
13411
  "name": "item.<name>",
13412
+ "pattern": {
13413
+ "items": "columns",
13414
+ "template": [
13415
+ "item.",
13416
+ "#item:column"
13417
+ ]
13418
+ },
13419
+ "columns": {
13420
+ "name": "Column",
13421
+ "pattern": {
13422
+ "regex": ".+"
13423
+ },
13424
+ "doc-hide-pattern": true
13425
+ },
13398
13426
  "description": "Slot to customize a specific column",
13399
13427
  "doc-url": "https://www.vuetifyjs.com/api/v-data-table#slots",
13400
13428
  "vue-properties": [
package/dist/vuetify.js CHANGED
@@ -4272,11 +4272,10 @@ __webpack_require__.r(__webpack_exports__);
4272
4272
  /* harmony import */ var _calendar_with_events_sass__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_calendar_with_events_sass__WEBPACK_IMPORTED_MODULE_0__);
4273
4273
  /* harmony import */ var _directives_ripple__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../directives/ripple */ "./src/directives/ripple/index.ts");
4274
4274
  /* harmony import */ var _calendar_base__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./calendar-base */ "./src/components/VCalendar/mixins/calendar-base.ts");
4275
- /* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../util/helpers */ "./src/util/helpers.ts");
4276
- /* harmony import */ var _util_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../util/props */ "./src/components/VCalendar/util/props.ts");
4277
- /* harmony import */ var _modes__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../modes */ "./src/components/VCalendar/modes/index.ts");
4278
- /* harmony import */ var _util_timestamp__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../util/timestamp */ "./src/components/VCalendar/util/timestamp.ts");
4279
- /* harmony import */ var _util_events__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../util/events */ "./src/components/VCalendar/util/events.ts");
4275
+ /* harmony import */ var _util_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../util/props */ "./src/components/VCalendar/util/props.ts");
4276
+ /* harmony import */ var _modes__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../modes */ "./src/components/VCalendar/modes/index.ts");
4277
+ /* harmony import */ var _util_timestamp__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../util/timestamp */ "./src/components/VCalendar/util/timestamp.ts");
4278
+ /* harmony import */ var _util_events__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../util/events */ "./src/components/VCalendar/util/events.ts");
4280
4279
  function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4281
4280
 
4282
4281
  var __assign = undefined && undefined.__assign || function () {
@@ -4300,8 +4299,6 @@ var __assign = undefined && undefined.__assign || function () {
4300
4299
 
4301
4300
  // Mixins
4302
4301
 
4303
- // Helpers
4304
-
4305
4302
  // Util
4306
4303
 
4307
4304
 
@@ -4318,7 +4315,7 @@ var MINUTES_IN_DAY = 1440;
4318
4315
  directives: {
4319
4316
  ripple: _directives_ripple__WEBPACK_IMPORTED_MODULE_1__["default"]
4320
4317
  },
4321
- props: __assign(__assign(__assign({}, _util_props__WEBPACK_IMPORTED_MODULE_4__["default"].events), _util_props__WEBPACK_IMPORTED_MODULE_4__["default"].calendar), _util_props__WEBPACK_IMPORTED_MODULE_4__["default"].category),
4318
+ props: __assign(__assign(__assign({}, _util_props__WEBPACK_IMPORTED_MODULE_3__["default"].events), _util_props__WEBPACK_IMPORTED_MODULE_3__["default"].calendar), _util_props__WEBPACK_IMPORTED_MODULE_3__["default"].category),
4322
4319
  computed: {
4323
4320
  noEvents: function noEvents() {
4324
4321
  return this.events.length === 0;
@@ -4354,11 +4351,11 @@ var MINUTES_IN_DAY = 1440;
4354
4351
  var _this = this;
4355
4352
 
4356
4353
  return typeof this.eventName === 'function' ? this.eventName : function (event, timedEvent) {
4357
- return Object(_util_helpers__WEBPACK_IMPORTED_MODULE_3__["escapeHTML"])(event.input[_this.eventName] || '');
4354
+ return event.input[_this.eventName] || '';
4358
4355
  };
4359
4356
  },
4360
4357
  eventModeFunction: function eventModeFunction() {
4361
- return typeof this.eventOverlapMode === 'function' ? this.eventOverlapMode : _modes__WEBPACK_IMPORTED_MODULE_5__["CalendarEventOverlapModes"][this.eventOverlapMode];
4358
+ return typeof this.eventOverlapMode === 'function' ? this.eventOverlapMode : _modes__WEBPACK_IMPORTED_MODULE_4__["CalendarEventOverlapModes"][this.eventOverlapMode];
4362
4359
  },
4363
4360
  eventWeekdays: function eventWeekdays() {
4364
4361
  return this.parsedWeekdays;
@@ -4376,7 +4373,7 @@ var MINUTES_IN_DAY = 1440;
4376
4373
  index = 0;
4377
4374
  }
4378
4375
 
4379
- return Object(_util_events__WEBPACK_IMPORTED_MODULE_7__["parseEvent"])(input, index, this.eventStart, this.eventEnd, this.eventTimedFunction(input), this.categoryMode ? this.eventCategoryFunction(input) : false);
4376
+ return Object(_util_events__WEBPACK_IMPORTED_MODULE_6__["parseEvent"])(input, index, this.eventStart, this.eventEnd, this.eventTimedFunction(input), this.categoryMode ? this.eventCategoryFunction(input) : false);
4380
4377
  },
4381
4378
  formatTime: function formatTime(withTime, ampm) {
4382
4379
  var formatter = this.getFormatter({
@@ -4468,7 +4465,7 @@ var MINUTES_IN_DAY = 1440;
4468
4465
  var event = _a.event;
4469
4466
  var eventHeight = this.eventHeight;
4470
4467
  var eventMarginBottom = this.eventMarginBottom;
4471
- var dayIdentifier = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_6__["getDayIdentifier"])(day);
4468
+ var dayIdentifier = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_5__["getDayIdentifier"])(day);
4472
4469
  var week = day.week;
4473
4470
  var start = dayIdentifier === event.startIdentifier;
4474
4471
  var end = dayIdentifier === event.endIdentifier;
@@ -4476,7 +4473,7 @@ var MINUTES_IN_DAY = 1440;
4476
4473
 
4477
4474
  if (!this.categoryMode) {
4478
4475
  for (var i = day.index + 1; i < week.length; i++) {
4479
- var weekdayIdentifier = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_6__["getDayIdentifier"])(week[i]);
4476
+ var weekdayIdentifier = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_5__["getDayIdentifier"])(week[i]);
4480
4477
 
4481
4478
  if (event.endIdentifier >= weekdayIdentifier) {
4482
4479
  width += WIDTH_FULL;
@@ -4519,11 +4516,11 @@ var MINUTES_IN_DAY = 1440;
4519
4516
  left = _a.left,
4520
4517
  width = _a.width;
4521
4518
 
4522
- if (day.timeDelta(event.end) < 0 || day.timeDelta(event.start) >= 1 || Object(_util_events__WEBPACK_IMPORTED_MODULE_7__["isEventHiddenOn"])(event, day)) {
4519
+ if (day.timeDelta(event.end) < 0 || day.timeDelta(event.start) >= 1 || Object(_util_events__WEBPACK_IMPORTED_MODULE_6__["isEventHiddenOn"])(event, day)) {
4523
4520
  return false;
4524
4521
  }
4525
4522
 
4526
- var dayIdentifier = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_6__["getDayIdentifier"])(day);
4523
+ var dayIdentifier = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_5__["getDayIdentifier"])(day);
4527
4524
  var start = event.startIdentifier >= dayIdentifier;
4528
4525
  var end = event.endIdentifier > dayIdentifier;
4529
4526
  var top = start ? day.timeToY(event.start) : 0;
@@ -4555,7 +4552,7 @@ var MINUTES_IN_DAY = 1440;
4555
4552
  var text = this.eventTextColorFunction(event.input);
4556
4553
  var background = this.eventColorFunction(event.input);
4557
4554
  var overlapsNoon = event.start.hour < 12 && event.end.hour >= 12;
4558
- var singline = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_6__["diffMinutes"])(event.start, event.end) <= this.parsedEventOverlapThreshold;
4555
+ var singline = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_5__["diffMinutes"])(event.start, event.end) <= this.parsedEventOverlapThreshold;
4559
4556
  var formatTime = this.formatTime;
4560
4557
 
4561
4558
  var timeSummary = function timeSummary() {
@@ -4566,15 +4563,17 @@ var MINUTES_IN_DAY = 1440;
4566
4563
  var name = _this.eventNameFunction(event, timedEvent);
4567
4564
 
4568
4565
  if (event.start.hasTime) {
4569
- var eventSummaryClass = 'v-event-summary';
4570
-
4571
4566
  if (timedEvent) {
4572
4567
  var time = timeSummary();
4573
- var delimiter = singline ? ', ' : '<br>';
4574
- return "<span class=\"" + eventSummaryClass + "\"><strong>" + name + "</strong>" + delimiter + time + "</span>";
4568
+ var delimiter = singline ? ', ' : _this.$createElement('br');
4569
+ return _this.$createElement('span', {
4570
+ staticClass: 'v-event-summary'
4571
+ }, [_this.$createElement('strong', [name]), delimiter, time]);
4575
4572
  } else {
4576
4573
  var time = formatTime(event.start, true);
4577
- return "<span class=\"" + eventSummaryClass + "\"><strong>" + time + "</strong> " + name + "</span>";
4574
+ return _this.$createElement('span', {
4575
+ staticClass: 'v-event-summary'
4576
+ }, [_this.$createElement('strong', [time]), ' ', name]);
4578
4577
  }
4579
4578
  }
4580
4579
 
@@ -4605,11 +4604,8 @@ var MINUTES_IN_DAY = 1440;
4605
4604
  },
4606
4605
  genName: function genName(eventSummary) {
4607
4606
  return this.$createElement('div', {
4608
- staticClass: 'pl-1',
4609
- domProps: {
4610
- innerHTML: eventSummary()
4611
- }
4612
- });
4607
+ staticClass: 'pl-1'
4608
+ }, [eventSummary()]);
4613
4609
  },
4614
4610
  genPlaceholder: function genPlaceholder(day) {
4615
4611
  var height = this.eventHeight + this.eventMarginBottom;
@@ -4657,37 +4653,37 @@ var MINUTES_IN_DAY = 1440;
4657
4653
  });
4658
4654
  },
4659
4655
  getVisibleEvents: function getVisibleEvents() {
4660
- var start = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_6__["getDayIdentifier"])(this.days[0]);
4661
- var end = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_6__["getDayIdentifier"])(this.days[this.days.length - 1]);
4656
+ var start = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_5__["getDayIdentifier"])(this.days[0]);
4657
+ var end = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_5__["getDayIdentifier"])(this.days[this.days.length - 1]);
4662
4658
  return this.parsedEvents.filter(function (event) {
4663
- return Object(_util_events__WEBPACK_IMPORTED_MODULE_7__["isEventOverlapping"])(event, start, end);
4659
+ return Object(_util_events__WEBPACK_IMPORTED_MODULE_6__["isEventOverlapping"])(event, start, end);
4664
4660
  });
4665
4661
  },
4666
4662
  isEventForCategory: function isEventForCategory(event, category) {
4667
4663
  return !this.categoryMode || _typeof(category) === 'object' && category.categoryName && category.categoryName === event.category || typeof event.category === 'string' && category === event.category || typeof event.category !== 'string' && category === null;
4668
4664
  },
4669
4665
  getEventsForDay: function getEventsForDay(day) {
4670
- var identifier = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_6__["getDayIdentifier"])(day);
4666
+ var identifier = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_5__["getDayIdentifier"])(day);
4671
4667
  var firstWeekday = this.eventWeekdays[0];
4672
4668
  return this.parsedEvents.filter(function (event) {
4673
- return Object(_util_events__WEBPACK_IMPORTED_MODULE_7__["isEventStart"])(event, day, identifier, firstWeekday);
4669
+ return Object(_util_events__WEBPACK_IMPORTED_MODULE_6__["isEventStart"])(event, day, identifier, firstWeekday);
4674
4670
  });
4675
4671
  },
4676
4672
  getEventsForDayAll: function getEventsForDayAll(day) {
4677
4673
  var _this = this;
4678
4674
 
4679
- var identifier = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_6__["getDayIdentifier"])(day);
4675
+ var identifier = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_5__["getDayIdentifier"])(day);
4680
4676
  var firstWeekday = this.eventWeekdays[0];
4681
4677
  return this.parsedEvents.filter(function (event) {
4682
- return event.allDay && (_this.categoryMode ? Object(_util_events__WEBPACK_IMPORTED_MODULE_7__["isEventOn"])(event, identifier) : Object(_util_events__WEBPACK_IMPORTED_MODULE_7__["isEventStart"])(event, day, identifier, firstWeekday)) && _this.isEventForCategory(event, day.category);
4678
+ return event.allDay && (_this.categoryMode ? Object(_util_events__WEBPACK_IMPORTED_MODULE_6__["isEventOn"])(event, identifier) : Object(_util_events__WEBPACK_IMPORTED_MODULE_6__["isEventStart"])(event, day, identifier, firstWeekday)) && _this.isEventForCategory(event, day.category);
4683
4679
  });
4684
4680
  },
4685
4681
  getEventsForDayTimed: function getEventsForDayTimed(day) {
4686
4682
  var _this = this;
4687
4683
 
4688
- var identifier = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_6__["getDayIdentifier"])(day);
4684
+ var identifier = Object(_util_timestamp__WEBPACK_IMPORTED_MODULE_5__["getDayIdentifier"])(day);
4689
4685
  return this.parsedEvents.filter(function (event) {
4690
- return !event.allDay && Object(_util_events__WEBPACK_IMPORTED_MODULE_7__["isEventOn"])(event, identifier) && _this.isEventForCategory(event, day.category);
4686
+ return !event.allDay && Object(_util_events__WEBPACK_IMPORTED_MODULE_6__["isEventOn"])(event, identifier) && _this.isEventForCategory(event, day.category);
4691
4687
  });
4692
4688
  },
4693
4689
  getScopedSlots: function getScopedSlots() {
@@ -15083,10 +15079,10 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_9__["default"])(_m
15083
15079
  }) // So we must have focused something outside the dialog and its children
15084
15080
  ) {
15085
15081
  // Find and focus the first available element inside the dialog
15086
- var focusable = this.$refs.dialog.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])');
15082
+ var focusable = this.$refs.dialog.querySelectorAll('button, [href], input:not([type="hidden"]), select, textarea, [tabindex]:not([tabindex="-1"])');
15087
15083
 
15088
15084
  var el = __spreadArray([], __read(focusable), false).find(function (el) {
15089
- return !el.hasAttribute('disabled');
15085
+ return !el.hasAttribute('disabled') && !el.matches('[tabindex="-1"]');
15090
15086
  });
15091
15087
 
15092
15088
  el && el.focus();
@@ -24759,14 +24755,14 @@ var __assign = undefined && undefined.__assign || function () {
24759
24755
  },
24760
24756
  genFilteredText: function genFilteredText(text) {
24761
24757
  text = text || '';
24762
- if (!this.searchInput || this.noFilter) return Object(_util_helpers__WEBPACK_IMPORTED_MODULE_7__["escapeHTML"])(text);
24758
+ if (!this.searchInput || this.noFilter) return text;
24763
24759
 
24764
24760
  var _a = this.getMaskedCharacters(text),
24765
24761
  start = _a.start,
24766
24762
  middle = _a.middle,
24767
24763
  end = _a.end;
24768
24764
 
24769
- return "" + Object(_util_helpers__WEBPACK_IMPORTED_MODULE_7__["escapeHTML"])(start) + this.genHighlight(middle) + Object(_util_helpers__WEBPACK_IMPORTED_MODULE_7__["escapeHTML"])(end);
24765
+ return [start, this.genHighlight(middle), end];
24770
24766
  },
24771
24767
  genHeader: function genHeader(props) {
24772
24768
  return this.$createElement(_VSubheader__WEBPACK_IMPORTED_MODULE_2__["default"], {
@@ -24774,7 +24770,9 @@ var __assign = undefined && undefined.__assign || function () {
24774
24770
  }, props.header);
24775
24771
  },
24776
24772
  genHighlight: function genHighlight(text) {
24777
- return "<span class=\"v-list-item__mask\">" + Object(_util_helpers__WEBPACK_IMPORTED_MODULE_7__["escapeHTML"])(text) + "</span>";
24773
+ return this.$createElement('span', {
24774
+ staticClass: 'v-list-item__mask'
24775
+ }, text);
24778
24776
  },
24779
24777
  getMaskedCharacters: function getMaskedCharacters(text) {
24780
24778
  var searchInput = (this.searchInput || '').toString().toLocaleLowerCase();
@@ -24851,12 +24849,7 @@ var __assign = undefined && undefined.__assign || function () {
24851
24849
  index = 0;
24852
24850
  }
24853
24851
 
24854
- var innerHTML = this.genFilteredText(this.getText(item));
24855
- return this.$createElement(_VList__WEBPACK_IMPORTED_MODULE_3__["VListItemContent"], [this.$createElement(_VList__WEBPACK_IMPORTED_MODULE_3__["VListItemTitle"], {
24856
- domProps: {
24857
- innerHTML: innerHTML
24858
- }
24859
- })]);
24852
+ return this.$createElement(_VList__WEBPACK_IMPORTED_MODULE_3__["VListItemContent"], [this.$createElement(_VList__WEBPACK_IMPORTED_MODULE_3__["VListItemTitle"], [this.genFilteredText(this.getText(item))])]);
24860
24853
  },
24861
24854
  hasItem: function hasItem(item) {
24862
24855
  return this.parsedItems.indexOf(this.getValue(item)) > -1;
@@ -35140,7 +35133,7 @@ function () {
35140
35133
 
35141
35134
  Vuetify.install = _install__WEBPACK_IMPORTED_MODULE_0__["install"];
35142
35135
  Vuetify.installed = false;
35143
- Vuetify.version = "2.6.10-master-20220906.0";
35136
+ Vuetify.version = "2.6.10";
35144
35137
  Vuetify.config = {
35145
35138
  silent: false
35146
35139
  };
@@ -45461,7 +45454,7 @@ function attachedRoot(node) {
45461
45454
  /*!*****************************!*\
45462
45455
  !*** ./src/util/helpers.ts ***!
45463
45456
  \*****************************/
45464
- /*! exports provided: createSimpleFunctional, directiveConfig, addOnceEventListener, passiveSupported, addPassiveEventListener, getNestedValue, deepEqual, getObjectValueByPath, getPropertyFromItem, createRange, getZIndex, escapeHTML, filterObjectOnKeys, convertToUnit, kebabCase, isObject, keyCodes, remapInternalIcon, keys, camelize, arrayDiff, upperFirst, groupItems, wrapInArray, sortItems, defaultFilter, searchItems, getSlotType, debounce, throttle, getPrefixedScopedSlots, getSlot, clamp, padEnd, chunk, humanReadableFileSize, camelizeObjectKeys, mergeDeep, fillArray, composedPath */
45457
+ /*! exports provided: createSimpleFunctional, directiveConfig, addOnceEventListener, passiveSupported, addPassiveEventListener, getNestedValue, deepEqual, getObjectValueByPath, getPropertyFromItem, createRange, getZIndex, filterObjectOnKeys, convertToUnit, kebabCase, isObject, keyCodes, remapInternalIcon, keys, camelize, arrayDiff, upperFirst, groupItems, wrapInArray, sortItems, defaultFilter, searchItems, getSlotType, debounce, throttle, getPrefixedScopedSlots, getSlot, clamp, padEnd, chunk, humanReadableFileSize, camelizeObjectKeys, mergeDeep, fillArray, composedPath */
45465
45458
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
45466
45459
 
45467
45460
  "use strict";
@@ -45477,7 +45470,6 @@ __webpack_require__.r(__webpack_exports__);
45477
45470
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getPropertyFromItem", function() { return getPropertyFromItem; });
45478
45471
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "createRange", function() { return createRange; });
45479
45472
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getZIndex", function() { return getZIndex; });
45480
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "escapeHTML", function() { return escapeHTML; });
45481
45473
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "filterObjectOnKeys", function() { return filterObjectOnKeys; });
45482
45474
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "convertToUnit", function() { return convertToUnit; });
45483
45475
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kebabCase", function() { return kebabCase; });
@@ -45701,16 +45693,6 @@ function getZIndex(el) {
45701
45693
  if (!index) return getZIndex(el.parentNode);
45702
45694
  return index;
45703
45695
  }
45704
- var tagsToReplace = {
45705
- '&': '&amp;',
45706
- '<': '&lt;',
45707
- '>': '&gt;'
45708
- };
45709
- function escapeHTML(str) {
45710
- return str.replace(/[&<>]/g, function (tag) {
45711
- return tagsToReplace[tag] || tag;
45712
- });
45713
- }
45714
45696
  function filterObjectOnKeys(obj, keys) {
45715
45697
  var filtered = {};
45716
45698