@kengic/core.react 0.0.2-beta.16 → 0.0.2-beta.17

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.
@@ -67838,9 +67838,9 @@ function KgWorkStationModal() {
67838
67838
  confirmLoading: !1,
67839
67839
  wrapClassName: "kgcrant-kg-work-station-modal",
67840
67840
  zIndex: 2e3,
67841
+ kgMinWidth: 700,
67841
67842
  okButtonProps: { disabled: w },
67842
67843
  cancelButtonProps: { disabled: w },
67843
- kgMinWidth: 700,
67844
67844
  onCancel: Ea,
67845
67845
  onOk: ya,
67846
67846
  children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { style: { display: "flex", height: "100%" }, children: [
@@ -67853,7 +67853,7 @@ function KgWorkStationModal() {
67853
67853
  columns: ha,
67854
67854
  size: "small",
67855
67855
  pagination: !1,
67856
- scroll: { y: "auto" },
67856
+ scroll: { x: "350px", y: "auto" },
67857
67857
  rowSelection: ca,
67858
67858
  rowKey: (va) => va.devcod,
67859
67859
  onRow: (va) => ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/core.react",
3
- "version": "0.0.2-beta.16",
3
+ "version": "0.0.2-beta.17",
4
4
  "type": "module",
5
5
  "main": "./kengic-core.react.js",
6
6
  "module": "./kengic-core.react.js",