voiptime-components 1.12.47 → 1.12.48
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/index.cjs.js +1 -1
- package/dist/index.css +1 -1
- package/dist/index.es.js +7 -8
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4495,11 +4495,10 @@ const Ld = ["for"], Id = {
|
|
|
4495
4495
|
}, et = () => {
|
|
4496
4496
|
d.isFocused.value = !0, n("focus");
|
|
4497
4497
|
}, rt = (I) => {
|
|
4498
|
-
|
|
4499
|
-
|
|
4500
|
-
|
|
4501
|
-
|
|
4502
|
-
}, 100));
|
|
4498
|
+
d.isFocused.value = !1, n("blur"), setTimeout(() => {
|
|
4499
|
+
var B;
|
|
4500
|
+
(B = o.value) != null && B.contains(document.activeElement) || X();
|
|
4501
|
+
}, 100);
|
|
4503
4502
|
};
|
|
4504
4503
|
function Ct(I, B = 300) {
|
|
4505
4504
|
let Y;
|
|
@@ -5437,13 +5436,13 @@ const P8 = (e, t, r = "asc") => {
|
|
|
5437
5436
|
const r = e, a = t, n = j1(Cs);
|
|
5438
5437
|
n || console.warn("VDropdownItem must be used within VDropdown");
|
|
5439
5438
|
const s = (i) => {
|
|
5440
|
-
r.disabled || (
|
|
5439
|
+
r.disabled || (a("click", i), r.command !== void 0 && n && n.handleCommand(r.command));
|
|
5441
5440
|
};
|
|
5442
5441
|
return (i, o) => (w(), T("li", {
|
|
5443
|
-
class: De([
|
|
5442
|
+
class: De([{
|
|
5444
5443
|
"is-disabled": i.disabled,
|
|
5445
5444
|
"vt-dropdown-item--divided": i.divided
|
|
5446
|
-
}]),
|
|
5445
|
+
}, "vt-dropdown-item"]),
|
|
5447
5446
|
onClick: s
|
|
5448
5447
|
}, [
|
|
5449
5448
|
i.icon ? (w(), T("i", {
|