@kengic/vue 0.28.1-beta.17 → 0.28.1-beta.19

Sign up to get free protection for your applications and to get access to all the features.
@@ -2695,12 +2695,12 @@ reactExports.forwardRef((e, G) => IconComponent({
2695
2695
  ...e,
2696
2696
  _ref: G
2697
2697
  }));
2698
- import("./close-outlined-DMcSQWxQ.347524ae.mjs").then(({ default: e }) => addIcon$1("ant-design:close-outlined", e));
2699
- import("./fullscreen-exit-outlined-X1iYkFc4.20929d30.mjs").then(({ default: e }) => addIcon$1("ant-design:fullscreen-exit-outlined", e));
2700
- import("./fullscreen-outlined-DDBrsRcy.2ad1148f.mjs").then(({ default: e }) => addIcon$1("ant-design:fullscreen-outlined", e));
2701
- import("./exclamation-circle-outlined-DZrXCnvM.19743545.mjs").then(({ default: e }) => addIcon$1("ant-design:exclamation-circle-outlined", e));
2702
- import("./search-outlined-Od1M_oxf.e71b24da.mjs").then(({ default: e }) => addIcon$1("ant-design:search-outlined", e));
2703
- import("./three-dots-loading-bIlrTJYR.ec57c0c9.mjs").then(({ default: e }) => addIcon$1("eos-icons:three-dots-loading", e));
2698
+ import("./close-outlined-DMcSQWxQ.6262a248.mjs").then(({ default: e }) => addIcon$1("ant-design:close-outlined", e));
2699
+ import("./fullscreen-exit-outlined-X1iYkFc4.ad55003b.mjs").then(({ default: e }) => addIcon$1("ant-design:fullscreen-exit-outlined", e));
2700
+ import("./fullscreen-outlined-DDBrsRcy.46f08938.mjs").then(({ default: e }) => addIcon$1("ant-design:fullscreen-outlined", e));
2701
+ import("./exclamation-circle-outlined-DZrXCnvM.84d3bfdf.mjs").then(({ default: e }) => addIcon$1("ant-design:exclamation-circle-outlined", e));
2702
+ import("./search-outlined-Od1M_oxf.1116570b.mjs").then(({ default: e }) => addIcon$1("ant-design:search-outlined", e));
2703
+ import("./three-dots-loading-bIlrTJYR.bfaaf100.mjs").then(({ default: e }) => addIcon$1("eos-icons:three-dots-loading", e));
2704
2704
  var jsxRuntime = { exports: {} }, reactJsxRuntime_production_min = {};
2705
2705
  /**
2706
2706
  * @license React
@@ -66500,13 +66500,13 @@ function KgWorkStationModal() {
66500
66500
  confirmLoading: !1,
66501
66501
  wrapClassName: "kgcrant-kg-work-station-modal",
66502
66502
  zIndex: 2e3,
66503
+ kgMinWidth: 700,
66503
66504
  okButtonProps: { disabled: ta },
66504
66505
  cancelButtonProps: { disabled: ta },
66505
- kgMinWidth: 700,
66506
66506
  onCancel: Pa,
66507
66507
  onOk: Ia,
66508
- children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { style: { display: "flex", height: "100%" }, children: [
66509
- /* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: { flex: "1" }, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
66508
+ children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { style: { height: "100%", margin: "0", overflow: "hidden", padding: "0" }, children: [
66509
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: { display: "inline-flex", height: "100%", verticalAlign: "top", width: "50%" }, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
66510
66510
  ForwardTable,
66511
66511
  {
66512
66512
  className: "kg-flex-table",
@@ -66515,6 +66515,7 @@ function KgWorkStationModal() {
66515
66515
  columns: Ra,
66516
66516
  size: "small",
66517
66517
  pagination: !1,
66518
+ scroll: { y: "auto" },
66518
66519
  rowSelection: Aa,
66519
66520
  rowKey: (za) => za.devcod,
66520
66521
  onRow: (za) => ({
@@ -66524,7 +66525,7 @@ function KgWorkStationModal() {
66524
66525
  })
66525
66526
  }
66526
66527
  ) }),
66527
- /* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: { flex: "1" }, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
66528
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: { display: "inline-flex", height: "100%", verticalAlign: "top", width: "50%" }, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
66528
66529
  ForwardTable,
66529
66530
  {
66530
66531
  className: "kg-flex-table",
@@ -66533,6 +66534,7 @@ function KgWorkStationModal() {
66533
66534
  columns: Ka,
66534
66535
  size: "small",
66535
66536
  pagination: !1,
66537
+ scroll: { y: "auto" },
66536
66538
  rowSelection: ka,
66537
66539
  rowKey: (za) => za.wrkare,
66538
66540
  onRow: (za) => ({
@@ -70092,7 +70094,7 @@ function fi(e) {
70092
70094
  })
70093
70095
  );
70094
70096
  }
70095
- const version = "0.28.1-beta.17", en$1 = {
70097
+ const version = "0.28.1-beta.19", en$1 = {
70096
70098
  kg: {
70097
70099
  KgAppSelect: {
70098
70100
  businessManager: "Business Manager",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.28.1-beta.17",
3
+ "version": "0.28.1-beta.19",
4
4
  "scripts": {
5
5
  "build": "npm run use-node && rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "npm run use-node && rimraf dist && vue-tsc && vite build --mode development",
@@ -39,7 +39,7 @@
39
39
  "@iconify-icons/ph": "1.2.5",
40
40
  "@iconify/vue": "4.1.2",
41
41
  "@kengic/core.core": "0.0.1-beta.22",
42
- "@kengic/core.react": "0.0.2-beta.15",
42
+ "@kengic/core.react": "0.0.2-beta.21",
43
43
  "@kengic/pont": "1.2.17-beta.5",
44
44
  "@rys-fe/vite-plugin-theme": "0.8.6",
45
45
  "@thymine/xunee": "0.4.9-beta.8",