@3sc/common-component 0.0.238 → 0.0.240
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.es.js +2 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -27679,6 +27679,7 @@ function Tu({ ...e }) {
|
|
|
27679
27679
|
return /* @__PURE__ */ g.jsx(Gn, { children: /* @__PURE__ */ g.jsx(
|
|
27680
27680
|
mv,
|
|
27681
27681
|
{
|
|
27682
|
+
id: e == null ? void 0 : e.id,
|
|
27682
27683
|
icon: /* @__PURE__ */ g.jsx(ge, { component: "img", src: nt.Uncheck }),
|
|
27683
27684
|
checkedIcon: /* @__PURE__ */ g.jsx(ge, { component: "img", src: nt.Check }),
|
|
27684
27685
|
...e
|
|
@@ -43588,7 +43589,6 @@ function Bd({ isRenderCellContent: e, column: t, row: n, parent: r }) {
|
|
|
43588
43589
|
textTransform: "none",
|
|
43589
43590
|
fontSize: "1.1rem"
|
|
43590
43591
|
},
|
|
43591
|
-
component: "label",
|
|
43592
43592
|
children: t == null ? void 0 : t.cellRenderer(n, { column: t, parent: r })
|
|
43593
43593
|
}
|
|
43594
43594
|
) : /* @__PURE__ */ g.jsx(Iv, { title: (o == null ? void 0 : o.length) > 20 ? o : "", arrow: !0, children: /* @__PURE__ */ g.jsx(
|
|
@@ -43605,6 +43605,7 @@ function Bd({ isRenderCellContent: e, column: t, row: n, parent: r }) {
|
|
|
43605
43605
|
textTransform: "none",
|
|
43606
43606
|
fontSize: "1.1rem"
|
|
43607
43607
|
},
|
|
43608
|
+
id: t.key,
|
|
43608
43609
|
component: "label",
|
|
43609
43610
|
children: d8(o)
|
|
43610
43611
|
}
|