@vuetify/nightly 3.8.6-master.2025-05-23 → 3.8.6-master.2025-05-24

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.8.6-master.2025-05-23
2
+ * Vuetify v3.8.6-master.2025-05-24
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -6561,7 +6561,8 @@
6561
6561
  function InputIcon(_ref) {
6562
6562
  let {
6563
6563
  name,
6564
- color
6564
+ color,
6565
+ ...attrs
6565
6566
  } = _ref;
6566
6567
  const localeKey = {
6567
6568
  prepend: 'prependAction',
@@ -6578,13 +6579,13 @@
6578
6579
  callEvent(listener, new PointerEvent('click', e));
6579
6580
  }
6580
6581
  const label = listener && localeKey ? t(`$vuetify.input.${localeKey}`, props.label ?? '') : undefined;
6581
- return vue.createVNode(VIcon, {
6582
+ return vue.createVNode(VIcon, vue.mergeProps({
6582
6583
  "icon": props[`${name}Icon`],
6583
6584
  "aria-label": label,
6584
6585
  "onClick": listener,
6585
6586
  "onKeydown": onKeydown,
6586
6587
  "color": color
6587
- }, null);
6588
+ }, attrs), null);
6588
6589
  }
6589
6590
  return {
6590
6591
  InputIcon
@@ -11997,12 +11998,14 @@
11997
11998
  props: {
11998
11999
  onFocus: focus,
11999
12000
  onBlur: blur,
12000
- onClick: props['onClick:clear']
12001
+ onClick: props['onClick:clear'],
12002
+ tabindex: -1
12001
12003
  }
12002
12004
  }) : vue.createVNode(InputIcon, {
12003
12005
  "name": "clear",
12004
12006
  "onFocus": focus,
12005
- "onBlur": blur
12007
+ "onBlur": blur,
12008
+ "tabindex": -1
12006
12009
  }, null)]
12007
12010
  })]), [[vue.vShow, props.dirty]])]
12008
12011
  }), hasAppend && vue.createVNode("div", {
@@ -32012,7 +32015,7 @@
32012
32015
  };
32013
32016
  });
32014
32017
  }
32015
- const version$1 = "3.8.6-master.2025-05-23";
32018
+ const version$1 = "3.8.6-master.2025-05-24";
32016
32019
  createVuetify$1.version = version$1;
32017
32020
 
32018
32021
  // Vue's inject() can only be used in setup
@@ -32310,7 +32313,7 @@
32310
32313
 
32311
32314
  /* eslint-disable local-rules/sort-imports */
32312
32315
 
32313
- const version = "3.8.6-master.2025-05-23";
32316
+ const version = "3.8.6-master.2025-05-24";
32314
32317
 
32315
32318
  /* eslint-disable local-rules/sort-imports */
32316
32319