@wface/pixel-ui 0.4.4 → 0.4.7
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -4727,8 +4727,8 @@ function Eu(A) {
|
|
|
4727
4727
|
return D.isValidElement(C.label) ? C.label : /* @__PURE__ */ l("div", { className: uA(cA.singleValue, B && cA.disabled), children: /* @__PURE__ */ l("span", { children: I ? jB(String(C.label), I) : C.label }) });
|
|
4728
4728
|
}
|
|
4729
4729
|
function Qu(A) {
|
|
4730
|
-
const g = A.selectProps, { index: C, data: I, getValue: B, removeProps: E } = A, Q = g.limit ?? 3, e = B().length - Q, t = g.valueLength ?? 0
|
|
4731
|
-
return C < Q ? /* @__PURE__ */ S("div", { className: uA(cA.multiValue,
|
|
4730
|
+
const g = A.selectProps, { index: C, data: I, getValue: B, removeProps: E } = A, Q = g.limit ?? 3, e = B().length - Q, t = g.valueLength ?? 0;
|
|
4731
|
+
return console.log(I, "multi value data"), C < Q ? /* @__PURE__ */ S("div", { className: uA(cA.multiValue, (I.isFixed || g.isDisabled) && cA.disabled), children: [
|
|
4732
4732
|
/* @__PURE__ */ l("span", { children: t ? jB(String(I.label), t) : I.label }),
|
|
4733
4733
|
!I.isFixed && /* @__PURE__ */ l("span", { className: cA.clear, onClick: E.onClick, children: /* @__PURE__ */ l(ye, { size: 16 }) })
|
|
4734
4734
|
] }) : C === Q ? /* @__PURE__ */ S("div", { className: uA(cA.multiValue, g.isDisabled && cA.disabled), children: [
|