@vuetify/nightly 2.6.9 → 2.6.10-master-20220906.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/vuetify.js CHANGED
@@ -18007,7 +18007,8 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_8__["default"])(_m
18007
18007
  color: this.validationState,
18008
18008
  dark: this.dark,
18009
18009
  disabled: this.isDisabled,
18010
- light: this.light
18010
+ light: this.light,
18011
+ tabindex: type === 'clear' ? -1 : undefined
18011
18012
  },
18012
18013
  on: !hasListener ? undefined : {
18013
18014
  click: function click(e) {
@@ -35139,7 +35140,7 @@ function () {
35139
35140
 
35140
35141
  Vuetify.install = _install__WEBPACK_IMPORTED_MODULE_0__["install"];
35141
35142
  Vuetify.installed = false;
35142
- Vuetify.version = "2.6.9";
35143
+ Vuetify.version = "2.6.10-master-20220906.0";
35143
35144
  Vuetify.config = {
35144
35145
  silent: false
35145
35146
  };
@@ -40430,7 +40431,11 @@ var baseMixins = Object(_util_mixins__WEBPACK_IMPORTED_MODULE_4__["default"])(_s
40430
40431
  }
40431
40432
  },
40432
40433
  checkActivatorFixed: function checkActivatorFixed() {
40433
- if (this.attach !== false) return;
40434
+ if (this.attach !== false) {
40435
+ this.activatorFixed = false;
40436
+ return;
40437
+ }
40438
+
40434
40439
  var el = this.getActivator();
40435
40440
 
40436
40441
  while (el) {