@kengic/core.react 0.0.2-beta.18 → 0.0.2-beta.19

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.
@@ -67853,7 +67853,7 @@ function KgWorkStationModal() {
67853
67853
  columns: ha,
67854
67854
  size: "small",
67855
67855
  pagination: !1,
67856
- scroll: { x: "300px", y: "auto" },
67856
+ scroll: { x: "400px", y: "auto" },
67857
67857
  rowSelection: ca,
67858
67858
  rowKey: (va) => va.devcod,
67859
67859
  onRow: (va) => ({
@@ -67872,7 +67872,7 @@ function KgWorkStationModal() {
67872
67872
  columns: ba,
67873
67873
  size: "small",
67874
67874
  pagination: !1,
67875
- scroll: { x: "300px", y: "auto" },
67875
+ scroll: { x: "400px", y: "auto" },
67876
67876
  rowSelection: sa,
67877
67877
  rowKey: (va) => va.wrkare,
67878
67878
  onRow: (va) => ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/core.react",
3
- "version": "0.0.2-beta.18",
3
+ "version": "0.0.2-beta.19",
4
4
  "type": "module",
5
5
  "main": "./kengic-core.react.js",
6
6
  "module": "./kengic-core.react.js",