@3sc/common-component 0.0.206 → 0.0.207
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 +4 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -42155,8 +42155,10 @@ function kC({ tableProps: e, isDefaultConfig: t, gridPath: n, baseUrl: o }) {
|
|
|
42155
42155
|
const f = d.get(p.id);
|
|
42156
42156
|
return {
|
|
42157
42157
|
...p,
|
|
42158
|
-
|
|
42159
|
-
...(f == null ? void 0 : f.cellRenderer) && {
|
|
42158
|
+
label: (f == null ? void 0 : f.label) ?? "",
|
|
42159
|
+
...(f == null ? void 0 : f.cellRenderer) && {
|
|
42160
|
+
cellRenderer: f.cellRenderer
|
|
42161
|
+
}
|
|
42160
42162
|
};
|
|
42161
42163
|
});
|
|
42162
42164
|
}, [l]);
|