@v1nt1248/3nclient-lib 0.1.92 → 0.1.94
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/components/ui3n-chip/types.d.ts +1 -0
- package/dist/components/ui3n-dialog/types.d.ts +1 -1
- package/dist/style.css +1 -1
- package/dist/ui3n-components.js +11 -9
- package/dist/ui3n-plugins.js +121 -121
- package/package.json +1 -1
- package/src/components/ui3n-chip/types.ts +1 -0
- package/src/components/ui3n-chip/ui3n-chip.vue +1 -0
- package/src/components/ui3n-dialog/types.ts +1 -1
- package/src/components/ui3n-dialog/ui3n-dialog.vue +1 -1
package/dist/ui3n-components.js
CHANGED
|
@@ -13742,17 +13742,18 @@ const wY = {
|
|
|
13742
13742
|
closeable: { type: Boolean, default: !1 },
|
|
13743
13743
|
color: { default: "var(--color-bg-control-secondary-default)" },
|
|
13744
13744
|
textSize: { default: 10 },
|
|
13745
|
-
textColor: { default: "var(--color-text-control-primary-default)" }
|
|
13745
|
+
textColor: { default: "var(--color-text-control-primary-default)" },
|
|
13746
|
+
disabled: { type: Boolean }
|
|
13746
13747
|
},
|
|
13747
13748
|
emits: ["close"],
|
|
13748
13749
|
setup(Q, { emit: C }) {
|
|
13749
13750
|
xI((F) => ({
|
|
13750
|
-
"
|
|
13751
|
-
"
|
|
13752
|
-
"
|
|
13753
|
-
|
|
13754
|
-
"
|
|
13755
|
-
"
|
|
13751
|
+
"35c9b674": o.value,
|
|
13752
|
+
"2383c064": t.value,
|
|
13753
|
+
"36ba5ccf": h.value,
|
|
13754
|
+
"475d9a71": n.value,
|
|
13755
|
+
"39eb7e4a": u.value,
|
|
13756
|
+
"7d5ee9c9": c.value
|
|
13756
13757
|
}));
|
|
13757
13758
|
const I = Q, B = C, e = PC(), E = vQ(), o = rA(() => `${I.height}px`), a = rA(() => Number(I.height) - 4), h = rA(() => `${I.maxWidth}px`), n = rA(() => I.color), u = rA(() => `${I.textSize}px`), c = rA(() => I.textColor), s = rA(() => !!e.left), t = rA(() => {
|
|
13758
13759
|
const F = Math.round(Number(I.height) / 3);
|
|
@@ -13788,8 +13789,9 @@ const wY = {
|
|
|
13788
13789
|
color: "transparent",
|
|
13789
13790
|
icon: "round-close",
|
|
13790
13791
|
"icon-color": "var(--color-icon-control-primary-default)",
|
|
13792
|
+
disabled: F.disabled,
|
|
13791
13793
|
onClick: uI(R, ["stop", "prevent"])
|
|
13792
|
-
}, null, 8, ["class"])) : zA("", !0)
|
|
13794
|
+
}, null, 8, ["class", "disabled"])) : zA("", !0)
|
|
13793
13795
|
], 2));
|
|
13794
13796
|
}
|
|
13795
13797
|
}), Td = "_ui3nChip_16epw_1", Od = "_closeable_16epw_12", Wd = "_withIcon_16epw_12", Zd = "_body_16epw_12", Pd = "_closable_16epw_18", jd = "_ui3nChipBody_16epw_22", Xd = "_closeBtn_16epw_32", _d = "_ui3nChipIcon_16epw_36", zd = "_round_16epw_45", $d = "_plain_16epw_54", AM = {
|
|
@@ -16392,7 +16394,7 @@ const Wk = ["id"], Zk = /* @__PURE__ */ Eg({
|
|
|
16392
16394
|
function F(S) {
|
|
16393
16395
|
var Y;
|
|
16394
16396
|
const { ev: p, withAction: x = !0 } = S || {};
|
|
16395
|
-
p && (p.stopImmediatePropagation(), p.preventDefault()), E.value = !1, (Y = I.dialogProps) != null && Y.onClose && I.dialogProps.onClose(), x && B("close");
|
|
16397
|
+
p && (p.stopImmediatePropagation(), p.preventDefault()), E.value = !1, (Y = I.dialogProps) != null && Y.onClose && I.dialogProps.onClose(), x && B("close", o.value);
|
|
16396
16398
|
}
|
|
16397
16399
|
function y(S) {
|
|
16398
16400
|
var x;
|