@3sc/common-component 0.0.538 → 0.0.540
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-nAJETeJP.js → index-jr5NQSoy.js} +11 -4
- package/dist/{index-nAJETeJP.js.map → index-jr5NQSoy.js.map} +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +38 -38
- package/dist/index.umd.js.map +1 -1
- package/dist/{nl-DeOVvMyI.js → nl-Be5SNCoz.js} +2 -2
- package/dist/{nl-DeOVvMyI.js.map → nl-Be5SNCoz.js.map} +1 -1
- package/dist/{tr-ip2l6JDz.js → tr-DWIGkGM5.js} +2 -2
- package/dist/{tr-ip2l6JDz.js.map → tr-DWIGkGM5.js.map} +1 -1
- package/package.json +1 -1
|
@@ -29918,7 +29918,7 @@ const T6 = {
|
|
|
29918
29918
|
return /* @__PURE__ */ y.jsx(
|
|
29919
29919
|
wl,
|
|
29920
29920
|
{
|
|
29921
|
-
title: n ?? t,
|
|
29921
|
+
title: l(n) ?? l(t),
|
|
29922
29922
|
placement: "top",
|
|
29923
29923
|
componentsProps: {
|
|
29924
29924
|
tooltip: {
|
|
@@ -32999,6 +32999,13 @@ const Tj = ({ color: e }) => /* @__PURE__ */ y.jsx("svg", { width: "7", height:
|
|
|
32999
32999
|
style: { cursor: t?.disabled ? "not-allowed" : "pointer" }
|
|
33000
33000
|
},
|
|
33001
33001
|
sx: {
|
|
33002
|
+
"& .MuiFormLabel-asterisk.MuiInputLabel-asterisk": {
|
|
33003
|
+
"&::after": {
|
|
33004
|
+
content: '""',
|
|
33005
|
+
marginLeft: "4px",
|
|
33006
|
+
color: "red"
|
|
33007
|
+
}
|
|
33008
|
+
},
|
|
33002
33009
|
cursor: t?.disabled ? "not-allowed" : "pointer",
|
|
33003
33010
|
opacity: t?.disabled ? 0.5 : 1,
|
|
33004
33011
|
...!e && {
|
|
@@ -33081,9 +33088,9 @@ const Tj = ({ color: e }) => /* @__PURE__ */ y.jsx("svg", { width: "7", height:
|
|
|
33081
33088
|
async function Ij(e) {
|
|
33082
33089
|
switch (e.split("-")[0]) {
|
|
33083
33090
|
case "tr":
|
|
33084
|
-
return (await import("./tr-
|
|
33091
|
+
return (await import("./tr-DWIGkGM5.js")).tr;
|
|
33085
33092
|
case "nl":
|
|
33086
|
-
return (await import("./nl-
|
|
33093
|
+
return (await import("./nl-Be5SNCoz.js")).nl;
|
|
33087
33094
|
default:
|
|
33088
33095
|
return (await Promise.resolve().then(() => wA)).enUS;
|
|
33089
33096
|
}
|
|
@@ -39858,4 +39865,4 @@ export {
|
|
|
39858
39865
|
jN as t,
|
|
39859
39866
|
n$ as u
|
|
39860
39867
|
};
|
|
39861
|
-
//# sourceMappingURL=index-
|
|
39868
|
+
//# sourceMappingURL=index-jr5NQSoy.js.map
|