@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.
- package/CHANGELOG.md +16 -3
- package/dist/json/attributes.json +3469 -3469
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +136 -136
- package/dist/json/web-types.json +6059 -6059
- package/dist/vuetify-labs.cjs +10 -10
- package/dist/vuetify-labs.css +5010 -5010
- package/dist/vuetify-labs.d.ts +51 -51
- package/dist/vuetify-labs.esm.js +10 -10
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +10 -10
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +9 -10
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4410 -4410
- package/dist/vuetify.d.ts +51 -51
- package/dist/vuetify.esm.js +9 -10
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +9 -10
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +6 -6
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTableColumn.js +0 -1
- package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.js +5 -5
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +1 -1
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +51 -51
- package/lib/framework.js +1 -1
- package/lib/labs/VIconBtn/VIconBtn.js +1 -0
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.cjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.11-master.2025-06-
|
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
|
-
|
20426
|
-
"
|
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-
|
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-
|
32503
|
+
const version = "3.8.11-master.2025-06-27";
|
32504
32504
|
|
32505
32505
|
/* eslint-disable local-rules/sort-imports */
|
32506
32506
|
|