vuetify 1.5.14 → 1.5.16

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/vuetify.js CHANGED
@@ -6489,7 +6489,7 @@ var __assign = undefined && undefined.__assign || function () {
6489
6489
  this.$emit('keydown', e);
6490
6490
  },
6491
6491
  onFocusin: function onFocusin(e) {
6492
- var target = event.target;
6492
+ var target = e.target;
6493
6493
  if (
6494
6494
  // It isn't the document or the dialog body
6495
6495
  ![document, this.$refs.content].includes(target) &&
@@ -19252,7 +19252,7 @@ var Vuetify = {
19252
19252
  return false;
19253
19253
  })(opts.components);
19254
19254
  },
19255
- version: '1.5.14'
19255
+ version: '1.5.15'
19256
19256
  };
19257
19257
  function checkVueVersion(Vue, requiredVue) {
19258
19258
  var vueDep = requiredVue || '^2.5.18';
@@ -20938,7 +20938,7 @@ var Vuetify = {
20938
20938
  Vue.use(_components_Vuetify__WEBPACK_IMPORTED_MODULE_1__["default"], __assign({ components: _components__WEBPACK_IMPORTED_MODULE_2__,
20939
20939
  directives: _directives__WEBPACK_IMPORTED_MODULE_3__["default"] }, args));
20940
20940
  },
20941
- version: '1.5.14'
20941
+ version: '1.5.15'
20942
20942
  };
20943
20943
  if (typeof window !== 'undefined' && window.Vue) {
20944
20944
  window.Vue.use(Vuetify);
@@ -25534,7 +25534,7 @@ function createRange(length) {
25534
25534
  function getZIndex(el) {
25535
25535
  if (!el || el.nodeType !== Node.ELEMENT_NODE) return 0;
25536
25536
  var index = +window.getComputedStyle(el).getPropertyValue('z-index');
25537
- if (isNaN(index)) return getZIndex(el.parentNode);
25537
+ if (!index) return getZIndex(el.parentNode);
25538
25538
  return index;
25539
25539
  }
25540
25540
  var tagsToReplace = {