beca-ui 2.0.0-beta.21 → 2.0.0-beta.22
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 +10 -7
- package/dist/main.css +1 -1
- package/package.json +1 -1
package/dist/beca-ui.js
CHANGED
|
@@ -89066,7 +89066,10 @@ const EnglishIcon = "https://library.becawork.vn/api/PublicLibrary/ViewFile/gfre
|
|
|
89066
89066
|
R && !m && /* @__PURE__ */ jsx(
|
|
89067
89067
|
Button$3,
|
|
89068
89068
|
{
|
|
89069
|
-
className:
|
|
89069
|
+
className: classNames$2(
|
|
89070
|
+
"switch-theme-btn",
|
|
89071
|
+
V && "dark-theme"
|
|
89072
|
+
),
|
|
89070
89073
|
type: "text",
|
|
89071
89074
|
status: "info",
|
|
89072
89075
|
icon: V ? /* @__PURE__ */ jsx(SvgSun1OutlinedStyle, {}) : /* @__PURE__ */ jsx(SvgMoonOutlinedStyle, {}),
|
|
@@ -93757,7 +93760,7 @@ const ResizableTitle = (a) => {
|
|
|
93757
93760
|
...a,
|
|
93758
93761
|
className: getClassName$C(a),
|
|
93759
93762
|
wrapClassName: `beca-modal-wrap ${c ? " " + c : ""}`,
|
|
93760
|
-
closeIcon: u ?? /* @__PURE__ */ jsx("span", { className: "bu2-icon", children: /* @__PURE__ */ jsx(CloseIcon, {}) }),
|
|
93763
|
+
closeIcon: u ?? /* @__PURE__ */ jsx("span", { className: "bu2-icon", style: { fontSize: 20 }, children: /* @__PURE__ */ jsx(CloseIcon, {}) }),
|
|
93761
93764
|
footer: v === null ? null : v ?? [
|
|
93762
93765
|
!(d != null && d.hidden) && /* @__PURE__ */ jsx(
|
|
93763
93766
|
Button$3,
|
|
@@ -93946,8 +93949,8 @@ const Modal$1 = Modal, Calendar = (a) => {
|
|
|
93946
93949
|
ref: s,
|
|
93947
93950
|
...a,
|
|
93948
93951
|
className: getClassName$A(a),
|
|
93949
|
-
enterButton: c ?? /* @__PURE__ */ jsx(SvgSearchNormal1OutlinedStyle, {
|
|
93950
|
-
allowClear: u === !0 ? { clearIcon: /* @__PURE__ */ jsx(SvgCloseCircleOutlinedStyle, {
|
|
93952
|
+
enterButton: c ?? /* @__PURE__ */ jsx(SvgSearchNormal1OutlinedStyle, {}),
|
|
93953
|
+
allowClear: u === !0 ? { clearIcon: /* @__PURE__ */ jsx(SvgCloseCircleOutlinedStyle, {}) } : !1
|
|
93951
93954
|
}
|
|
93952
93955
|
);
|
|
93953
93956
|
}, Password = (a) => {
|
|
@@ -93957,7 +93960,7 @@ const Modal$1 = Modal, Calendar = (a) => {
|
|
|
93957
93960
|
{
|
|
93958
93961
|
...a,
|
|
93959
93962
|
className: getClassName$A(a),
|
|
93960
|
-
allowClear: s === !0 ? { clearIcon: /* @__PURE__ */ jsx(SvgCloseCircleOutlinedStyle, {
|
|
93963
|
+
allowClear: s === !0 ? { clearIcon: /* @__PURE__ */ jsx(SvgCloseCircleOutlinedStyle, {}) } : !1
|
|
93961
93964
|
}
|
|
93962
93965
|
);
|
|
93963
93966
|
}, Group$1 = (a) => /* @__PURE__ */ jsx(AntInput.Group, { ...a, className: getGroupClassName(a) }), Input = (a) => {
|
|
@@ -93967,7 +93970,7 @@ const Modal$1 = Modal, Calendar = (a) => {
|
|
|
93967
93970
|
{
|
|
93968
93971
|
...a,
|
|
93969
93972
|
className: getClassName$A(a),
|
|
93970
|
-
allowClear: s === !0 ? { clearIcon: /* @__PURE__ */ jsx(SvgCloseCircleOutlinedStyle, {
|
|
93973
|
+
allowClear: s === !0 ? { clearIcon: /* @__PURE__ */ jsx(SvgCloseCircleOutlinedStyle, {}) } : !1,
|
|
93971
93974
|
prefix: u || (c ? /* @__PURE__ */ jsx("input", { name: a.name, type: "color" }) : void 0)
|
|
93972
93975
|
}
|
|
93973
93976
|
);
|
|
@@ -94024,7 +94027,7 @@ const Input$1 = Input, InputNumber = (a) => {
|
|
|
94024
94027
|
popupClassName: getPopupClassName$1(a),
|
|
94025
94028
|
suffixIcon: c ?? /* @__PURE__ */ jsx(SvgArrowDown1OutlinedStyle, {}),
|
|
94026
94029
|
menuItemSelectedIcon: /* @__PURE__ */ jsx(SvgTickCircleOutlinedStyle, {}),
|
|
94027
|
-
removeIcon: /* @__PURE__ */ jsx(SvgCloseOutlinedStyle, {
|
|
94030
|
+
removeIcon: /* @__PURE__ */ jsx(SvgCloseOutlinedStyle, {}),
|
|
94028
94031
|
getPopupContainer: u ?? a.position === "relative" ? (m) => m.parentNode : void 0,
|
|
94029
94032
|
showSearch: a.showSearch || d || f,
|
|
94030
94033
|
filterOption: h,
|