@vuetify/nightly 3.8.11-master.2025-06-24 → 3.8.11-master.2025-06-27

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.11-master.2025-06-24
2
+ * Vuetify v3.8.11-master.2025-06-27
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -12138,7 +12138,7 @@
12138
12138
  if (!isFocused.value) focus();
12139
12139
  vue.nextTick(() => {
12140
12140
  if (inputRef.value !== document.activeElement) {
12141
- inputRef.value?.focus();
12141
+ vue.nextTick(() => inputRef.value?.focus());
12142
12142
  }
12143
12143
  });
12144
12144
  }
@@ -20016,7 +20016,6 @@
20016
20016
  } = _ref;
20017
20017
  const Tag = props.tag ?? 'td';
20018
20018
  return vue.createVNode(Tag, {
20019
- "tabindex": "0",
20020
20019
  "class": vue.normalizeClass(['v-data-table__td', {
20021
20020
  'v-data-table-column--fixed': props.fixed,
20022
20021
  'v-data-table-column--last-fixed': props.lastFixed,
@@ -20417,14 +20416,14 @@
20417
20416
  },
20418
20417
  "colspan": column.colspan,
20419
20418
  "rowspan": column.rowspan,
20420
- "onClick": column.sortable ? () => toggleSort(column) : undefined,
20421
20419
  "fixed": column.fixed,
20422
20420
  "nowrap": column.nowrap,
20423
20421
  "lastFixed": column.lastFixed,
20424
- "noPadding": noPadding
20425
- }, headerProps, {
20426
- "onKeydown": event => column.sortable && handleEnterKeyPress(event, column)
20427
- }), {
20422
+ "noPadding": noPadding,
20423
+ "tabindex": column.sortable ? 0 : undefined,
20424
+ "onClick": column.sortable ? () => toggleSort(column) : undefined,
20425
+ "onKeydown": column.sortable ? event => handleEnterKeyPress(event, column) : undefined
20426
+ }, headerProps), {
20428
20427
  default: () => {
20429
20428
  const columnSlotName = `header.${column.key}`;
20430
20429
  const columnSlotProps = {
@@ -30250,6 +30249,7 @@
30250
30249
  opacity: props.opacity
30251
30250
  };
30252
30251
  return vue.createVNode(props.tag, {
30252
+ "type": props.tag === 'button' ? 'button' : undefined,
30253
30253
  "class": vue.normalizeClass([{
30254
30254
  'v-icon-btn': true,
30255
30255
  'v-icon-btn--active': isActive.value,
@@ -32202,7 +32202,7 @@
32202
32202
  };
32203
32203
  });
32204
32204
  }
32205
- const version$1 = "3.8.11-master.2025-06-24";
32205
+ const version$1 = "3.8.11-master.2025-06-27";
32206
32206
  createVuetify$1.version = version$1;
32207
32207
 
32208
32208
  // Vue's inject() can only be used in setup
@@ -32500,7 +32500,7 @@
32500
32500
 
32501
32501
  /* eslint-disable local-rules/sort-imports */
32502
32502
 
32503
- const version = "3.8.11-master.2025-06-24";
32503
+ const version = "3.8.11-master.2025-06-27";
32504
32504
 
32505
32505
  /* eslint-disable local-rules/sort-imports */
32506
32506