@billgangcom/theme-lib 1.69.9 → 1.69.10
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/builder/constants/theme-settings.d.ts +5 -0
- package/dist/builder.cjs.js +11 -8
- package/dist/builder.es.js +1198 -1164
- package/dist/{index-CLA9Fs_V.js → index-DRdLku1Y.js} +37 -29
- package/dist/{index-DsEXv7na.cjs → index-DbifSla5.cjs} +5 -5
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +1 -1
- package/dist/ui.cjs.js +1 -1
- package/dist/ui.es.js +3 -3
- package/package.json +1 -1
|
@@ -4981,28 +4981,33 @@ const Cr = Fe(
|
|
|
4981
4981
|
}
|
|
4982
4982
|
},
|
|
4983
4983
|
inputs: {
|
|
4984
|
-
general: {
|
|
4985
|
-
height: 48,
|
|
4986
|
-
size: 48,
|
|
4987
|
-
color: "#000000"
|
|
4988
|
-
},
|
|
4989
4984
|
field: {
|
|
4985
|
+
color: "#f3f3f3",
|
|
4990
4986
|
active: !0,
|
|
4991
|
-
color: "#000000",
|
|
4992
4987
|
opacity: 40
|
|
4993
4988
|
},
|
|
4989
|
+
label: {
|
|
4990
|
+
size: 14,
|
|
4991
|
+
color: "#555555",
|
|
4992
|
+
height: 40,
|
|
4993
|
+
alignment: "left"
|
|
4994
|
+
},
|
|
4994
4995
|
border: {
|
|
4995
|
-
|
|
4996
|
+
color: "#f3f3f3",
|
|
4996
4997
|
style: "solid",
|
|
4997
|
-
|
|
4998
|
-
|
|
4999
|
-
|
|
4998
|
+
active: !0,
|
|
4999
|
+
radius: 14,
|
|
5000
|
+
thickness: 0
|
|
5000
5001
|
},
|
|
5001
|
-
|
|
5002
|
-
|
|
5003
|
-
|
|
5004
|
-
|
|
5005
|
-
|
|
5002
|
+
general: {
|
|
5003
|
+
size: 14,
|
|
5004
|
+
color: "#252525",
|
|
5005
|
+
height: 40
|
|
5006
|
+
},
|
|
5007
|
+
placeholder: {
|
|
5008
|
+
size: 14,
|
|
5009
|
+
color: "#C2C2C2",
|
|
5010
|
+
height: 40
|
|
5006
5011
|
}
|
|
5007
5012
|
}
|
|
5008
5013
|
},
|
|
@@ -16021,7 +16026,7 @@ const cK = I.forwardRef(
|
|
|
16021
16026
|
}
|
|
16022
16027
|
) : null;
|
|
16023
16028
|
}
|
|
16024
|
-
), bV = "
|
|
16029
|
+
), bV = "_wrapper_1j0hw_1", xV = "_label_1j0hw_9", wV = "_input_1j0hw_18", _V = "_disabled_1j0hw_29", SV = "_paddingless_1j0hw_34", EV = "_content_1j0hw_38", TV = "_contentBorder_1j0hw_50", RV = "_contentField_1j0hw_55", jV = "_borderless_1j0hw_59", kV = "_rightIcon_1j0hw_64", PV = "_leftIcon_1j0hw_72", tn = {
|
|
16025
16030
|
wrapper: bV,
|
|
16026
16031
|
label: xV,
|
|
16027
16032
|
input: wV,
|
|
@@ -16322,12 +16327,12 @@ const Jo = 16, KV = ({
|
|
|
16322
16327
|
)
|
|
16323
16328
|
}
|
|
16324
16329
|
);
|
|
16325
|
-
}, JV = "
|
|
16330
|
+
}, JV = "_wrapper_1mdo4_1", XV = "_label_1mdo4_10", QV = "_contentBorder_1mdo4_19", e$ = "_textarea_1mdo4_23", t$ = "_contentField_1mdo4_35", n$ = "_length_1mdo4_45", Ir = {
|
|
16326
16331
|
wrapper: JV,
|
|
16327
16332
|
label: XV,
|
|
16328
16333
|
contentBorder: QV,
|
|
16329
|
-
|
|
16330
|
-
|
|
16334
|
+
textarea: e$,
|
|
16335
|
+
contentField: t$,
|
|
16331
16336
|
length: n$
|
|
16332
16337
|
}, uK = (e) => {
|
|
16333
16338
|
const {
|
|
@@ -17716,17 +17721,20 @@ const TH = ({ adaptiveStyles: e }) => {
|
|
|
17716
17721
|
] }) : /* @__PURE__ */ s.jsx("div", { className: Zn.loader, children: /* @__PURE__ */ s.jsx(Sn, {}) });
|
|
17717
17722
|
}, EU = async (e = 1) => await eV({ PageNumber: e }), TU = () => {
|
|
17718
17723
|
const [e, t] = I.useState(null), [n, r] = st(null), [o, a] = I.useState(0), { page: i } = Do(), [l, c] = I.useState(!0);
|
|
17724
|
+
async function u() {
|
|
17725
|
+
c(!0);
|
|
17726
|
+
const { list: h, totalCount: p } = await EU(i);
|
|
17727
|
+
t(h), a(p), r(null), c(!1);
|
|
17728
|
+
}
|
|
17729
|
+
async function d() {
|
|
17730
|
+
const h = (e == null ? void 0 : e.map((g) => g.gatewayName)) || [], p = await Ja(h);
|
|
17731
|
+
r(p);
|
|
17732
|
+
}
|
|
17719
17733
|
return I.useEffect(() => {
|
|
17720
|
-
|
|
17721
|
-
|
|
17722
|
-
|
|
17723
|
-
|
|
17724
|
-
}, d = async () => {
|
|
17725
|
-
const h = (e == null ? void 0 : e.map((g) => g.gatewayName)) || [], p = await Ja(h);
|
|
17726
|
-
r(p);
|
|
17727
|
-
};
|
|
17728
|
-
e || u(), !n && e && d();
|
|
17729
|
-
}, [i, e, n]), /* @__PURE__ */ s.jsx(s.Fragment, { children: e != null && e.length && e.length === 0 ? /* @__PURE__ */ s.jsx(
|
|
17734
|
+
!n && e && d();
|
|
17735
|
+
}, [e, n]), I.useEffect(() => {
|
|
17736
|
+
u();
|
|
17737
|
+
}, [i]), /* @__PURE__ */ s.jsx(s.Fragment, { children: e != null && e.length && e.length === 0 ? /* @__PURE__ */ s.jsx(
|
|
17730
17738
|
Qa,
|
|
17731
17739
|
{
|
|
17732
17740
|
title: "No Orders",
|