@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.
- package/CHANGELOG.md +6 -3
- package/dist/json/attributes.json +3211 -3211
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +190 -190
- package/dist/json/web-types.json +5963 -5963
- package/dist/vuetify-labs.cjs +11 -8
- package/dist/vuetify-labs.css +4555 -4555
- package/dist/vuetify-labs.d.ts +72 -72
- package/dist/vuetify-labs.esm.js +11 -8
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +11 -8
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +11 -8
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +5528 -5528
- package/dist/vuetify.d.ts +72 -72
- package/dist/vuetify.esm.js +11 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +11 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +7 -7
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VField/VField.js +4 -2
- package/lib/components/VField/VField.js.map +1 -1
- package/lib/components/VInput/InputIcon.d.ts +1 -1
- package/lib/components/VInput/InputIcon.js +5 -4
- package/lib/components/VInput/InputIcon.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +72 -72
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.6-master.2025-05-
|
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-
|
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-
|
32316
|
+
const version = "3.8.6-master.2025-05-24";
|
32314
32317
|
|
32315
32318
|
/* eslint-disable local-rules/sort-imports */
|
32316
32319
|
|