@3sc/common-component 0.0.339 → 0.0.340
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 +3 -1
- 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
|
@@ -44631,7 +44631,9 @@ Ow.propTypes = {
|
|
|
44631
44631
|
};
|
|
44632
44632
|
function kw({ tableProps: e, isDefaultConfig: t, gridPath: n, baseUrl: r }) {
|
|
44633
44633
|
var l;
|
|
44634
|
-
const { columns: o } = e
|
|
44634
|
+
const { columns: o } = e;
|
|
44635
|
+
console.log({ columns: o });
|
|
44636
|
+
const i = xt(Oa), a = RW({
|
|
44635
44637
|
columns: o,
|
|
44636
44638
|
gridPath: n,
|
|
44637
44639
|
baseUrl: r,
|