@top-message/ui-lib 1.20.5 → 1.20.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.js
CHANGED
|
@@ -53502,11 +53502,11 @@ const Q_ = /* @__PURE__ */ Ja(K_), U_ = "_wrapper_1wmsl_1", q_ = "_icon_1wmsl_55
|
|
|
53502
53502
|
className: u = "",
|
|
53503
53503
|
style: d,
|
|
53504
53504
|
onClick: v,
|
|
53505
|
-
|
|
53505
|
+
multiple: g,
|
|
53506
53506
|
disabled: b
|
|
53507
53507
|
}) => {
|
|
53508
53508
|
const [p, m] = ct(!1);
|
|
53509
|
-
return /* @__PURE__ */ ot("div", { children: [
|
|
53509
|
+
return /* @__PURE__ */ ot("div", { style: { display: "flex", flexDirection: "column" }, children: [
|
|
53510
53510
|
i && /* @__PURE__ */ B("span", { className: Ta.label, children: i }),
|
|
53511
53511
|
/* @__PURE__ */ B(
|
|
53512
53512
|
Xs,
|
|
@@ -53518,7 +53518,7 @@ const Q_ = /* @__PURE__ */ Ja(K_), U_ = "_wrapper_1wmsl_1", q_ = "_icon_1wmsl_55
|
|
|
53518
53518
|
dropdownRender: (h) => a ? null : /* @__PURE__ */ B("div", { className: Ta.dropdown, children: h }),
|
|
53519
53519
|
value: n,
|
|
53520
53520
|
onChange: t,
|
|
53521
|
-
mode: g,
|
|
53521
|
+
mode: g ? "multiple" : void 0,
|
|
53522
53522
|
className: `${Ta.wrapper} ${p ? Ta.focused : ""} ${g ? Ta.multiple : ""} ${u}`,
|
|
53523
53523
|
style: d,
|
|
53524
53524
|
maxTagCount: "responsive",
|