@top-message/ui-lib 1.22.3 → 1.22.5
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
|
@@ -49321,26 +49321,28 @@ const $F = /* @__PURE__ */ Da(qF), _F = "_wrapper_1wmsl_1", eY = "_icon_1wmsl_55
|
|
|
49321
49321
|
style: d,
|
|
49322
49322
|
onClick: v,
|
|
49323
49323
|
multiple: g,
|
|
49324
|
-
disabled: b
|
|
49324
|
+
disabled: b,
|
|
49325
|
+
optionFilterProp: p
|
|
49325
49326
|
}) => {
|
|
49326
|
-
const [
|
|
49327
|
+
const [m, h] = mt(!1);
|
|
49327
49328
|
return /* @__PURE__ */ lt("div", { style: { display: "flex", flexDirection: "column" }, children: [
|
|
49328
49329
|
i && /* @__PURE__ */ B("span", { className: Ca.label, children: i }),
|
|
49329
49330
|
/* @__PURE__ */ B(
|
|
49330
49331
|
vs,
|
|
49331
49332
|
{
|
|
49333
|
+
optionFilterProp: p,
|
|
49332
49334
|
onClick: v,
|
|
49333
49335
|
placeholder: f,
|
|
49334
49336
|
options: e,
|
|
49335
49337
|
disabled: b,
|
|
49336
|
-
dropdownRender: (
|
|
49338
|
+
dropdownRender: (C) => a ? null : /* @__PURE__ */ B("div", { className: Ca.dropdown, children: C }),
|
|
49337
49339
|
value: n,
|
|
49338
49340
|
onChange: t,
|
|
49339
49341
|
mode: g ? "multiple" : void 0,
|
|
49340
|
-
className: `${Ca.wrapper} ${
|
|
49342
|
+
className: `${Ca.wrapper} ${m ? Ca.focused : ""} ${g ? Ca.multiple : ""} ${u}`,
|
|
49341
49343
|
style: d,
|
|
49342
49344
|
maxTagCount: "responsive",
|
|
49343
|
-
onDropdownVisibleChange:
|
|
49345
|
+
onDropdownVisibleChange: h,
|
|
49344
49346
|
showSearch: r,
|
|
49345
49347
|
suffixIcon: /* @__PURE__ */ B(
|
|
49346
49348
|
mn,
|