vuetify 2.2.11 → 2.2.15

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 (116) hide show
  1. package/dist/json/attributes.json +12 -4
  2. package/dist/json/tags.json +2 -0
  3. package/dist/json/web-types.json +36 -13
  4. package/dist/vuetify.css +19 -8
  5. package/dist/vuetify.css.map +1 -1
  6. package/dist/vuetify.js +123 -78
  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/VAutocomplete/VAutocomplete.js +4 -4
  11. package/es5/components/VAutocomplete/VAutocomplete.js.map +1 -1
  12. package/es5/components/VChip/VChip.js +2 -1
  13. package/es5/components/VChip/VChip.js.map +1 -1
  14. package/es5/components/VData/VData.js +6 -1
  15. package/es5/components/VData/VData.js.map +1 -1
  16. package/es5/components/VDataIterator/VDataIterator.js +16 -3
  17. package/es5/components/VDataIterator/VDataIterator.js.map +1 -1
  18. package/es5/components/VDataTable/VDataTable.js +3 -13
  19. package/es5/components/VDataTable/VDataTable.js.map +1 -1
  20. package/es5/components/VDialog/VDialog.js +33 -27
  21. package/es5/components/VDialog/VDialog.js.map +1 -1
  22. package/es5/components/VIcon/VIcon.js +2 -2
  23. package/es5/components/VIcon/VIcon.js.map +1 -1
  24. package/es5/components/VList/VList.js +1 -1
  25. package/es5/components/VList/VList.js.map +1 -1
  26. package/es5/components/VMenu/VMenu.js +13 -11
  27. package/es5/components/VMenu/VMenu.js.map +1 -1
  28. package/es5/components/VRangeSlider/VRangeSlider.js +1 -0
  29. package/es5/components/VRangeSlider/VRangeSlider.js.map +1 -1
  30. package/es5/components/VSelect/VSelect.js +4 -3
  31. package/es5/components/VSelect/VSelect.js.map +1 -1
  32. package/es5/components/VTimePicker/VTimePicker.js +2 -1
  33. package/es5/components/VTimePicker/VTimePicker.js.map +1 -1
  34. package/es5/components/VTimePicker/VTimePickerTitle.js +6 -2
  35. package/es5/components/VTimePicker/VTimePickerTitle.js.map +1 -1
  36. package/es5/components/VTooltip/VTooltip.js +6 -4
  37. package/es5/components/VTooltip/VTooltip.js.map +1 -1
  38. package/es5/framework.js +1 -1
  39. package/es5/mixins/menuable/index.js +11 -4
  40. package/es5/mixins/menuable/index.js.map +1 -1
  41. package/es5/services/icons/presets/fa4.js +1 -1
  42. package/es5/services/icons/presets/fa4.js.map +1 -1
  43. package/lib/components/VAutocomplete/VAutocomplete.js +4 -4
  44. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  45. package/lib/components/VChip/VChip.js +2 -1
  46. package/lib/components/VChip/VChip.js.map +1 -1
  47. package/lib/components/VData/VData.js +7 -1
  48. package/lib/components/VData/VData.js.map +1 -1
  49. package/lib/components/VDataIterator/VDataIterator.js +16 -4
  50. package/lib/components/VDataIterator/VDataIterator.js.map +1 -1
  51. package/lib/components/VDataTable/VDataTable.js +3 -14
  52. package/lib/components/VDataTable/VDataTable.js.map +1 -1
  53. package/lib/components/VDialog/VDialog.js +31 -26
  54. package/lib/components/VDialog/VDialog.js.map +1 -1
  55. package/lib/components/VIcon/VIcon.js +2 -2
  56. package/lib/components/VIcon/VIcon.js.map +1 -1
  57. package/lib/components/VList/VList.js +1 -1
  58. package/lib/components/VList/VList.js.map +1 -1
  59. package/lib/components/VMenu/VMenu.js +9 -9
  60. package/lib/components/VMenu/VMenu.js.map +1 -1
  61. package/lib/components/VRangeSlider/VRangeSlider.js +1 -0
  62. package/lib/components/VRangeSlider/VRangeSlider.js.map +1 -1
  63. package/lib/components/VSelect/VSelect.js +4 -3
  64. package/lib/components/VSelect/VSelect.js.map +1 -1
  65. package/lib/components/VTimePicker/VTimePicker.js +2 -1
  66. package/lib/components/VTimePicker/VTimePicker.js.map +1 -1
  67. package/lib/components/VTimePicker/VTimePickerTitle.js +6 -2
  68. package/lib/components/VTimePicker/VTimePickerTitle.js.map +1 -1
  69. package/lib/components/VTooltip/VTooltip.js +2 -2
  70. package/lib/components/VTooltip/VTooltip.js.map +1 -1
  71. package/lib/framework.js +1 -1
  72. package/lib/mixins/menuable/index.js +7 -2
  73. package/lib/mixins/menuable/index.js.map +1 -1
  74. package/lib/services/icons/presets/fa4.js +1 -1
  75. package/lib/services/icons/presets/fa4.js.map +1 -1
  76. package/package.json +2 -2
  77. package/src/components/VAutocomplete/VAutocomplete.ts +4 -4
  78. package/src/components/VAutocomplete/__tests__/VAutocomplete.spec.ts +11 -0
  79. package/src/components/VAutocomplete/__tests__/VAutocomplete2.spec.ts +1 -1
  80. package/src/components/VAutocomplete/__tests__/VAutocomplete3.spec.ts +34 -0
  81. package/src/components/VChip/VChip.ts +1 -0
  82. package/src/components/VChip/__tests__/__snapshots__/VChip.spec.ts.snap +1 -0
  83. package/src/components/VData/VData.ts +6 -1
  84. package/src/components/VDataIterator/VDataIterator.ts +14 -3
  85. package/src/components/VDataIterator/__tests__/VDataIterator.spec.ts +26 -0
  86. package/src/components/VDataIterator/__tests__/__snapshots__/VDataFooter.spec.ts.snap +8 -8
  87. package/src/components/VDataIterator/__tests__/__snapshots__/VDataIterator.spec.ts.snap +8 -8
  88. package/src/components/VDataTable/VDataTable.ts +3 -14
  89. package/src/components/VDataTable/VSimpleTable.sass +12 -6
  90. package/src/components/VDataTable/__tests__/VDataTable.spec.ts +119 -0
  91. package/src/components/VDataTable/__tests__/__snapshots__/VDataTable.spec.ts.snap +620 -53
  92. package/src/components/VDataTable/__tests__/__snapshots__/VDataTableHeader.spec.ts.snap +15 -15
  93. package/src/components/VDialog/VDialog.ts +29 -25
  94. package/src/components/VIcon/VIcon.ts +2 -2
  95. package/src/components/VIcon/__tests__/__snapshots__/VIcon.spec.ts.snap +2 -2
  96. package/src/components/VList/VList.ts +1 -1
  97. package/src/components/VMenu/VMenu.ts +11 -13
  98. package/src/components/VMenu/__tests__/VMenu.spec.ts +17 -0
  99. package/src/components/VMenu/__tests__/__snapshots__/VMenu.spec.ts.snap +18 -0
  100. package/src/components/VOverflowBtn/__tests__/__snapshots__/VOverflowBtn.spec.ts.snap +0 -66
  101. package/src/components/VRangeSlider/VRangeSlider.ts +1 -0
  102. package/src/components/VRangeSlider/__tests__/VRangeSlider.spec.ts +8 -0
  103. package/src/components/VRangeSlider/__tests__/__snapshots__/VRangeSlider.spec.ts.snap +4 -4
  104. package/src/components/VSelect/VSelect.ts +4 -3
  105. package/src/components/VSelect/__tests__/__snapshots__/VSelect.spec.ts.snap +8 -8
  106. package/src/components/VSelect/__tests__/__snapshots__/VSelect2.spec.ts.snap +4 -4
  107. package/src/components/VSelect/__tests__/__snapshots__/VSelect3.spec.ts.snap +2 -2
  108. package/src/components/VSlideGroup/VSlideGroup.sass +2 -2
  109. package/src/components/VTimePicker/VTimePicker.ts +2 -1
  110. package/src/components/VTimePicker/VTimePickerTitle.sass +5 -0
  111. package/src/components/VTimePicker/VTimePickerTitle.ts +6 -2
  112. package/src/components/VTimePicker/__tests__/__snapshots__/VTimePicker.spec.ts.snap +94 -14
  113. package/src/components/VTooltip/VTooltip.ts +2 -2
  114. package/src/mixins/menuable/index.ts +5 -2
  115. package/src/services/icons/__tests__/__snapshots__/icons.spec.ts.snap +1 -1
  116. package/src/services/icons/presets/fa4.ts +1 -1
package/dist/vuetify.js CHANGED
@@ -1107,7 +1107,7 @@ var defaultMenuProps = __assign({}, _VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1_
1107
1107
  var input = _VTextField_VTextField__WEBPACK_IMPORTED_MODULE_2__["default"].options.methods.genInput.call(this);
1108
1108
  input.data = Object(_util_mergeData__WEBPACK_IMPORTED_MODULE_3__["default"])(input.data, {
1109
1109
  attrs: {
1110
- 'aria-activedescendant': Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["getObjectValueByPath"])(this.$refs.menu, 'activeTile.id', undefined),
1110
+ 'aria-activedescendant': Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["getObjectValueByPath"])(this.$refs.menu, 'activeTile.id'),
1111
1111
  autocomplete: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_4__["getObjectValueByPath"])(input.data, 'attrs.autocomplete', 'off')
1112
1112
  },
1113
1113
  domProps: {
@@ -1124,10 +1124,10 @@ var defaultMenuProps = __assign({}, _VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1_
1124
1124
  genSelections: function genSelections() {
1125
1125
  return this.hasSlot || this.multiple ? _VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1__["default"].options.methods.genSelections.call(this) : [];
1126
1126
  },
1127
- onClick: function onClick() {
1127
+ onClick: function onClick(e) {
1128
1128
  if (this.isDisabled) return;
1129
1129
  this.selectedIndex > -1 ? this.selectedIndex = -1 : this.onFocus();
1130
- this.activateMenu();
1130
+ if (!this.isAppendInner(e.target)) this.activateMenu();
1131
1131
  },
1132
1132
  onInput: function onInput(e) {
1133
1133
  if (this.selectedIndex > -1 || !e.target) return;
@@ -1177,7 +1177,7 @@ var defaultMenuProps = __assign({}, _VSelect_VSelect__WEBPACK_IMPORTED_MODULE_1_
1177
1177
 
1178
1178
  this.$nextTick(function () {
1179
1179
  if (!_this.multiple || !_this.internalSearch || !_this.isMenuActive) {
1180
- _this.internalSearch = !_this.selectedItems.length || _this.multiple || _this.hasSlot ? null : _this.getText(_this.selectedItem);
1180
+ _this.internalSearch = !_this.selectedItems.length || _this.multiple || _this.hasSlot ? _this.internalSearch || null : _this.getText(_this.selectedItem);
1181
1181
  }
1182
1182
  });
1183
1183
  },
@@ -6961,7 +6961,8 @@ var __read = undefined && undefined.__read || function (o, n) {
6961
6961
  return this.$createElement(_VIcon__WEBPACK_IMPORTED_MODULE_3__["default"], {
6962
6962
  staticClass: 'v-chip__close',
6963
6963
  props: {
6964
- right: true
6964
+ right: true,
6965
+ size: 18
6965
6966
  },
6966
6967
  on: {
6967
6968
  click: function click(e) {
@@ -8830,7 +8831,6 @@ var __assign = undefined && undefined.__assign || function () {
8830
8831
  handler: function handler(options, old) {
8831
8832
  if (Object(_util_helpers__WEBPACK_IMPORTED_MODULE_0__["deepEqual"])(options, old)) return;
8832
8833
  this.$emit('update:options', options);
8833
- this.$emit('pagination', this.pagination);
8834
8834
  },
8835
8835
  deep: true,
8836
8836
  immediate: true
@@ -8910,6 +8910,12 @@ var __assign = undefined && undefined.__assign || function () {
8910
8910
  this.$emit('current-items', computedItems);
8911
8911
  },
8912
8912
  immediate: true
8913
+ },
8914
+ pagination: {
8915
+ handler: function handler() {
8916
+ this.$emit('pagination', this.pagination);
8917
+ },
8918
+ immediate: true
8913
8919
  }
8914
8920
  },
8915
8921
  methods: {
@@ -9344,6 +9350,10 @@ var __read = undefined && undefined.__read || function (o, n) {
9344
9350
  return [];
9345
9351
  }
9346
9352
  },
9353
+ mobileBreakpoint: {
9354
+ type: [Number, String],
9355
+ default: 600
9356
+ },
9347
9357
  singleExpand: Boolean,
9348
9358
  loading: [Boolean, String],
9349
9359
  noResultsText: {
@@ -9396,6 +9406,12 @@ var __read = undefined && undefined.__read || function (o, n) {
9396
9406
  return this.internalCurrentItems.filter(function (item) {
9397
9407
  return _this.isSelectable(item);
9398
9408
  });
9409
+ },
9410
+ isMobile: function isMobile() {
9411
+ // Guard against SSR render
9412
+ // https://github.com/vuetifyjs/vuetify/issues/7410
9413
+ if (this.$vuetify.breakpoint.width === 0) return false;
9414
+ return this.$vuetify.breakpoint.width < parseInt(this.mobileBreakpoint, 10);
9399
9415
  }
9400
9416
  },
9401
9417
  watch: {
@@ -9530,7 +9546,7 @@ var __read = undefined && undefined.__read || function (o, n) {
9530
9546
  createItemProps: function createItemProps(item) {
9531
9547
  var _this = this;
9532
9548
 
9533
- var props = {
9549
+ return {
9534
9550
  item: item,
9535
9551
  select: function select(v) {
9536
9552
  return _this.select(item, v);
@@ -9539,9 +9555,9 @@ var __read = undefined && undefined.__read || function (o, n) {
9539
9555
  expand: function expand(v) {
9540
9556
  return _this.expand(item, v);
9541
9557
  },
9542
- isExpanded: this.isExpanded(item)
9558
+ isExpanded: this.isExpanded(item),
9559
+ isMobile: this.isMobile
9543
9560
  };
9544
- return props;
9545
9561
  },
9546
9562
  genEmptyWrapper: function genEmptyWrapper(content) {
9547
9563
  return this.$createElement('div', content);
@@ -9647,6 +9663,9 @@ var __read = undefined && undefined.__read || function (o, n) {
9647
9663
  _this.internalCurrentItems = v;
9648
9664
 
9649
9665
  _this.$emit('current-items', v);
9666
+ },
9667
+ 'page-count': function pageCount(v) {
9668
+ return _this.$emit('page-count', v);
9650
9669
  }
9651
9670
  },
9652
9671
  scopedSlots: {
@@ -10075,10 +10094,6 @@ function searchTableItems(items, search, headersWithCustomFilters, headersWithou
10075
10094
  showGroupBy: Boolean,
10076
10095
  // TODO: Fix
10077
10096
  // virtualRows: Boolean,
10078
- mobileBreakpoint: {
10079
- type: Number,
10080
- default: 600
10081
- },
10082
10097
  height: [Number, String],
10083
10098
  hideDefaultHeader: Boolean,
10084
10099
  caption: String,
@@ -10144,12 +10159,6 @@ function searchTableItems(items, search, headersWithCustomFilters, headersWithou
10144
10159
  colspan: this.headersLength || this.computedHeaders.length
10145
10160
  };
10146
10161
  },
10147
- isMobile: function isMobile() {
10148
- // Guard against SSR render
10149
- // https://github.com/vuetifyjs/vuetify/issues/7410
10150
- if (this.$vuetify.breakpoint.width === 0) return false;
10151
- return this.$vuetify.breakpoint.width < this.mobileBreakpoint;
10152
- },
10153
10162
  columnSorters: function columnSorters() {
10154
10163
  return this.computedHeaders.reduce(function (acc, header) {
10155
10164
  if (header.sort) acc[header.value] = header.sort;
@@ -10157,12 +10166,12 @@ function searchTableItems(items, search, headersWithCustomFilters, headersWithou
10157
10166
  }, {});
10158
10167
  },
10159
10168
  headersWithCustomFilters: function headersWithCustomFilters() {
10160
- return this.computedHeaders.filter(function (header) {
10169
+ return this.headers.filter(function (header) {
10161
10170
  return header.filter && (!header.hasOwnProperty('filterable') || header.filterable === true);
10162
10171
  });
10163
10172
  },
10164
10173
  headersWithoutCustomFilters: function headersWithoutCustomFilters() {
10165
- return this.computedHeaders.filter(function (header) {
10174
+ return this.headers.filter(function (header) {
10166
10175
  return !header.filter && (!header.hasOwnProperty('filterable') || header.filterable === true);
10167
10176
  });
10168
10177
  },
@@ -10329,7 +10338,7 @@ function searchTableItems(items, search, headersWithCustomFilters, headersWithou
10329
10338
  var isOpen = !!this.openCache[group];
10330
10339
  var children = [this.$createElement('template', {
10331
10340
  slot: 'row.content'
10332
- }, this.genDefaultRows(items, props))];
10341
+ }, this.genRows(items, props))];
10333
10342
 
10334
10343
  var toggleFn = function toggleFn() {
10335
10344
  return _this.$set(_this.openCache, group, !_this.openCache[group]);
@@ -13603,19 +13612,44 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_10__["default"])(_
13603
13612
  focusable.length && focusable[0].focus();
13604
13613
  }
13605
13614
  },
13615
+ genContent: function genContent() {
13616
+ var _this = this;
13617
+
13618
+ return this.showLazyContent(function () {
13619
+ return [_this.$createElement(_VThemeProvider__WEBPACK_IMPORTED_MODULE_1__["VThemeProvider"], {
13620
+ props: {
13621
+ root: true,
13622
+ light: _this.light,
13623
+ dark: _this.dark
13624
+ }
13625
+ }, [_this.$createElement('div', {
13626
+ class: _this.contentClasses,
13627
+ attrs: __assign({
13628
+ role: 'document',
13629
+ tabindex: _this.isActive ? 0 : undefined
13630
+ }, _this.getScopeIdAttrs()),
13631
+ on: {
13632
+ keydown: _this.onKeydown
13633
+ },
13634
+ style: {
13635
+ zIndex: _this.activeZIndex
13636
+ },
13637
+ ref: 'content'
13638
+ }, [_this.genTransition()])])];
13639
+ });
13640
+ },
13606
13641
  genTransition: function genTransition() {
13607
- var content = this.genContent();
13642
+ var content = this.genInnerContent();
13608
13643
  if (!this.transition) return content;
13609
13644
  return this.$createElement('transition', {
13610
13645
  props: {
13611
13646
  name: this.transition,
13612
- origin: this.origin
13647
+ origin: this.origin,
13648
+ appear: true
13613
13649
  }
13614
- }, this.showLazyContent(function () {
13615
- return [content];
13616
- }));
13650
+ }, [content]);
13617
13651
  },
13618
- genContent: function genContent() {
13652
+ genInnerContent: function genInnerContent() {
13619
13653
  var data = {
13620
13654
  class: this.classes,
13621
13655
  ref: 'dialog',
@@ -13640,26 +13674,7 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_10__["default"])(_
13640
13674
  };
13641
13675
  }
13642
13676
 
13643
- return this.$createElement('div', {
13644
- class: this.contentClasses,
13645
- attrs: __assign({
13646
- role: 'document',
13647
- tabindex: this.isActive ? 0 : undefined
13648
- }, this.getScopeIdAttrs()),
13649
- on: {
13650
- keydown: this.onKeydown
13651
- },
13652
- style: {
13653
- zIndex: this.activeZIndex
13654
- },
13655
- ref: 'content'
13656
- }, [this.$createElement('div', data, [this.$createElement(_VThemeProvider__WEBPACK_IMPORTED_MODULE_1__["VThemeProvider"], {
13657
- props: {
13658
- root: true,
13659
- light: this.light,
13660
- dark: this.dark
13661
- }
13662
- }, this.getContentSlot())])]);
13677
+ return this.$createElement('div', data, this.getContentSlot());
13663
13678
  }
13664
13679
  },
13665
13680
  render: function render(h) {
@@ -13671,7 +13686,7 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_10__["default"])(_
13671
13686
  attrs: {
13672
13687
  role: 'dialog'
13673
13688
  }
13674
- }, [this.genActivator(), this.genTransition()]);
13689
+ }, [this.genActivator(), this.genContent()]);
13675
13690
  }
13676
13691
  }));
13677
13692
 
@@ -15860,8 +15875,8 @@ var VIcon = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_7__["default"])(_mixins
15860
15875
  attrs: {
15861
15876
  xmlns: 'http://www.w3.org/2000/svg',
15862
15877
  viewBox: '0 0 24 24',
15863
- height: fontSize || '32',
15864
- width: fontSize || '32',
15878
+ height: fontSize || '24',
15879
+ width: fontSize || '24',
15865
15880
  role: 'img',
15866
15881
  'aria-hidden': true
15867
15882
  }
@@ -17315,7 +17330,7 @@ var __values = undefined && undefined.__values || function (o) {
17315
17330
  role: this.isInNav || this.isInMenu ? undefined : 'list'
17316
17331
  }, this.attrs$)
17317
17332
  };
17318
- return h('div', this.setBackgroundColor(this.color, data), [this.$slots.default]);
17333
+ return h(this.tag, this.setBackgroundColor(this.color, data), [this.$slots.default]);
17319
17334
  }
17320
17335
  }));
17321
17336
 
@@ -18333,9 +18348,7 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_12__["default"])(_
18333
18348
  props: {
18334
18349
  name: this.transition
18335
18350
  }
18336
- }, this.showLazyContent(function () {
18337
- return [content];
18338
- }));
18351
+ }, [content]);
18339
18352
  },
18340
18353
  genDirectives: function genDirectives() {
18341
18354
  var _this = this;
@@ -18400,13 +18413,7 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_12__["default"])(_
18400
18413
  options.on.mouseleave = this.mouseLeaveHandler;
18401
18414
  }
18402
18415
 
18403
- return this.$createElement('div', options, [this.$createElement(_VThemeProvider__WEBPACK_IMPORTED_MODULE_1__["VThemeProvider"], {
18404
- props: {
18405
- root: true,
18406
- light: this.light,
18407
- dark: this.dark
18408
- }
18409
- }, this.getContentSlot())]);
18416
+ return this.$createElement('div', options, this.getContentSlot());
18410
18417
  },
18411
18418
  getTiles: function getTiles() {
18412
18419
  if (!this.$refs.content) return;
@@ -18498,6 +18505,8 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_12__["default"])(_
18498
18505
  }
18499
18506
  },
18500
18507
  render: function render(h) {
18508
+ var _this = this;
18509
+
18501
18510
  var data = {
18502
18511
  staticClass: 'v-menu',
18503
18512
  class: {
@@ -18509,7 +18518,15 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_12__["default"])(_
18509
18518
  value: this.onResize
18510
18519
  }]
18511
18520
  };
18512
- return h('div', data, [!this.activator && this.genActivator(), this.genTransition()]);
18521
+ return h('div', data, [!this.activator && this.genActivator(), this.showLazyContent(function () {
18522
+ return [_this.$createElement(_VThemeProvider__WEBPACK_IMPORTED_MODULE_1__["VThemeProvider"], {
18523
+ props: {
18524
+ root: true,
18525
+ light: _this.light,
18526
+ dark: _this.dark
18527
+ }
18528
+ }, [_this.genTransition()])];
18529
+ })]);
18513
18530
  }
18514
18531
  }));
18515
18532
 
@@ -20897,6 +20914,7 @@ var __spread = undefined && undefined.__spread || function () {
20897
20914
  input.data = input.data || {};
20898
20915
  input.data.attrs = input.data.attrs || {};
20899
20916
  input.data.attrs.value = _this.internalValue[i];
20917
+ input.data.attrs.id = "input-" + (i ? 'max' : 'min') + "-" + _this._uid;
20900
20918
  return input;
20901
20919
  });
20902
20920
  },
@@ -21742,8 +21760,9 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_13__["default"])(_
21742
21760
  },
21743
21761
  closeConditional: function closeConditional(e) {
21744
21762
  if (!this.isMenuActive) return true;
21745
- return !this._isDestroyed && // Click originates from outside the menu content
21746
- this.getContent() && !this.getContent().contains(e.target) && // Click originates from outside the element
21763
+ return !this._isDestroyed && ( // Click originates from outside the menu content
21764
+ // Multiple selects don't close when an item is clicked
21765
+ !this.getContent() || !this.getContent().contains(e.target)) && // Click originates from outside the element
21747
21766
  this.$el && !this.$el.contains(e.target) && e.target !== this.$el;
21748
21767
  },
21749
21768
  filterDuplicates: function filterDuplicates(arr) {
@@ -21852,7 +21871,7 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_13__["default"])(_
21852
21871
  readonly: true,
21853
21872
  type: 'text',
21854
21873
  'aria-readonly': String(this.readonly),
21855
- 'aria-activedescendant': Object(_util_helpers__WEBPACK_IMPORTED_MODULE_11__["getObjectValueByPath"])(this.$refs.menu, 'activeTile.id', undefined),
21874
+ 'aria-activedescendant': Object(_util_helpers__WEBPACK_IMPORTED_MODULE_11__["getObjectValueByPath"])(this.$refs.menu, 'activeTile.id'),
21856
21875
  autocomplete: Object(_util_helpers__WEBPACK_IMPORTED_MODULE_11__["getObjectValueByPath"])(input.data, 'attrs.autocomplete', 'off')
21857
21876
  },
21858
21877
  on: {
@@ -27534,7 +27553,8 @@ var selectingNames = {
27534
27553
 
27535
27554
  return this.$createElement(_VTimePickerTitle__WEBPACK_IMPORTED_MODULE_0__["default"], {
27536
27555
  props: {
27537
- ampm: this.ampmInTitle && this.isAmPm,
27556
+ ampm: this.isAmPm,
27557
+ ampmReadonly: this.isAmPm && !this.ampmInTitle,
27538
27558
  disabled: this.disabled,
27539
27559
  hour: this.inputHour,
27540
27560
  minute: this.inputMinute,
@@ -27905,6 +27925,7 @@ __webpack_require__.r(__webpack_exports__);
27905
27925
  name: 'v-time-picker-title',
27906
27926
  props: {
27907
27927
  ampm: Boolean,
27928
+ ampmReadonly: Boolean,
27908
27929
  disabled: Boolean,
27909
27930
  hour: Number,
27910
27931
  minute: Number,
@@ -27943,8 +27964,11 @@ __webpack_require__.r(__webpack_exports__);
27943
27964
  },
27944
27965
  genAmPm: function genAmPm() {
27945
27966
  return this.$createElement('div', {
27946
- staticClass: 'v-time-picker-title__ampm'
27947
- }, [this.genPickerButton('period', 'am', this.$vuetify.lang.t('$vuetify.timePicker.am'), this.disabled || this.readonly), this.genPickerButton('period', 'pm', this.$vuetify.lang.t('$vuetify.timePicker.pm'), this.disabled || this.readonly)]);
27967
+ staticClass: 'v-time-picker-title__ampm',
27968
+ class: {
27969
+ 'v-time-picker-title__ampm--readonly': this.ampmReadonly
27970
+ }
27971
+ }, [!this.ampmReadonly || this.period === 'am' ? this.genPickerButton('period', 'am', this.$vuetify.lang.t('$vuetify.timePicker.am'), this.disabled || this.readonly) : null, !this.ampmReadonly || this.period === 'pm' ? this.genPickerButton('period', 'pm', this.$vuetify.lang.t('$vuetify.timePicker.pm'), this.disabled || this.readonly) : null]);
27948
27972
  }
27949
27973
  },
27950
27974
  render: function render(h) {
@@ -28673,9 +28697,7 @@ __webpack_require__.r(__webpack_exports__);
28673
28697
  props: {
28674
28698
  name: this.computedTransition
28675
28699
  }
28676
- }, this.showLazyContent(function () {
28677
- return [content];
28678
- }));
28700
+ }, [content]);
28679
28701
  },
28680
28702
  genContent: function genContent() {
28681
28703
  var _a;
@@ -28694,10 +28716,14 @@ __webpack_require__.r(__webpack_exports__);
28694
28716
  }
28695
28717
  },
28696
28718
  render: function render(h) {
28719
+ var _this = this;
28720
+
28697
28721
  return h(this.tag, {
28698
28722
  staticClass: 'v-tooltip',
28699
28723
  class: this.classes
28700
- }, [this.genTransition(), this.genActivator()]);
28724
+ }, [this.showLazyContent(function () {
28725
+ return [_this.genTransition()];
28726
+ }), this.genActivator()]);
28701
28727
  }
28702
28728
  }));
28703
28729
 
@@ -31860,7 +31886,7 @@ function () {
31860
31886
 
31861
31887
  Vuetify.install = _install__WEBPACK_IMPORTED_MODULE_0__["install"];
31862
31888
  Vuetify.installed = false;
31863
- Vuetify.version = "2.2.11";
31889
+ Vuetify.version = "2.2.15";
31864
31890
  return Vuetify;
31865
31891
  }();
31866
31892
 
@@ -35460,7 +35486,23 @@ __webpack_require__.r(__webpack_exports__);
35460
35486
  /* harmony import */ var _activatable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../activatable */ "./src/mixins/activatable/index.ts");
35461
35487
  /* harmony import */ var _util_mixins__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../util/mixins */ "./src/util/mixins.ts");
35462
35488
  /* harmony import */ var _util_helpers__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../util/helpers */ "./src/util/helpers.ts");
35463
- // Mixins
35489
+ var __assign = undefined && undefined.__assign || function () {
35490
+ __assign = Object.assign || function (t) {
35491
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
35492
+ s = arguments[i];
35493
+
35494
+ for (var p in s) {
35495
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
35496
+ }
35497
+ }
35498
+
35499
+ return t;
35500
+ };
35501
+
35502
+ return __assign.apply(this, arguments);
35503
+ }; // Mixins
35504
+
35505
+
35464
35506
 
35465
35507
 
35466
35508
  // Utilities
@@ -35770,7 +35812,10 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_3__["default"])(_s
35770
35812
  this.checkActivatorFixed();
35771
35813
  this.checkForPageYOffset();
35772
35814
  this.pageWidth = document.documentElement.clientWidth;
35773
- var dimensions = {}; // Activator should already be shown
35815
+ var dimensions = {
35816
+ activator: __assign({}, this.dimensions.activator),
35817
+ content: __assign({}, this.dimensions.content)
35818
+ }; // Activator should already be shown
35774
35819
 
35775
35820
  if (!this.hasActivator || this.absolute) {
35776
35821
  dimensions.activator = this.absolutePosition();
@@ -35791,7 +35836,7 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_3__["default"])(_s
35791
35836
 
35792
35837
 
35793
35838
  this.sneakPeek(function () {
35794
- dimensions.content = _this.measure(_this.$refs.content);
35839
+ _this.$refs.content && (dimensions.content = _this.measure(_this.$refs.content));
35795
35840
  _this.dimensions = dimensions;
35796
35841
  });
35797
35842
  }
@@ -38374,7 +38419,7 @@ var icons = {
38374
38419
  prev: 'fa fa-chevron-left',
38375
38420
  next: 'fa fa-chevron-right',
38376
38421
  checkboxOn: 'fa fa-check-square',
38377
- checkboxOff: 'far fa-square',
38422
+ checkboxOff: 'fa fa-square-o',
38378
38423
  checkboxIndeterminate: 'fa fa-minus-square',
38379
38424
  delimiter: 'fa fa-circle',
38380
38425
  sort: 'fa fa-sort-up',