beca-ui 2.0.8-beta.38 → 2.0.8-beta.39
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/beca-ui.js +5 -3
- package/dist/main.css +1 -1
- package/package.json +1 -1
package/dist/beca-ui.js
CHANGED
|
@@ -89102,7 +89102,8 @@ const Fce = td({}), tCt = (e) => {
|
|
|
89102
89102
|
language: I ?? "vi",
|
|
89103
89103
|
theme: {
|
|
89104
89104
|
token: {
|
|
89105
|
-
fontFamily: H.fontFamily
|
|
89105
|
+
fontFamily: H.fontFamily,
|
|
89106
|
+
colorText: "red"
|
|
89106
89107
|
}
|
|
89107
89108
|
},
|
|
89108
89109
|
children: /* @__PURE__ */ F(
|
|
@@ -95890,14 +95891,15 @@ const ew = f7, sCt = (e) => {
|
|
|
95890
95891
|
...s,
|
|
95891
95892
|
className: GGe(e),
|
|
95892
95893
|
popupClassName: qGe(e),
|
|
95893
|
-
suffixIcon: r ?? /* @__PURE__ */ F(xv, {}),
|
|
95894
|
+
suffixIcon: e.loading ? void 0 : r ?? /* @__PURE__ */ F(xv, {}),
|
|
95894
95895
|
menuItemSelectedIcon: l ?? /* @__PURE__ */ F(VVe, {}),
|
|
95895
95896
|
removeIcon: /* @__PURE__ */ F(dz, {}),
|
|
95896
95897
|
getPopupContainer: o ?? e.position === "relative" ? (d) => d.parentNode : void 0,
|
|
95897
95898
|
showSearch: e.showSearch || i || a,
|
|
95898
95899
|
filterOption: c,
|
|
95899
95900
|
allowClear: n === !0 ? { clearIcon: /* @__PURE__ */ F(Ih, {}) } : !1,
|
|
95900
|
-
ref: t
|
|
95901
|
+
ref: t,
|
|
95902
|
+
disabled: e.loading || e.disabled
|
|
95901
95903
|
}
|
|
95902
95904
|
);
|
|
95903
95905
|
}
|