@kengic/core.react 0.0.1-beta.71 → 0.0.1-beta.73
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/kengic-core.react.js +5 -2
- package/package.json +1 -1
package/kengic-core.react.js
CHANGED
|
@@ -67720,6 +67720,8 @@ class KgUtil {
|
|
|
67720
67720
|
),
|
|
67721
67721
|
keyboard: !1,
|
|
67722
67722
|
maskTransitionName: "",
|
|
67723
|
+
// @ts-ignore
|
|
67724
|
+
autoInsertSpace: !1,
|
|
67723
67725
|
okButtonProps: {
|
|
67724
67726
|
autoInsertSpace: !1,
|
|
67725
67727
|
danger: !0,
|
|
@@ -67753,7 +67755,7 @@ function KgWorkStationModal() {
|
|
|
67753
67755
|
return oe ? ((ba = (Ca = ua.devcod) == null ? void 0 : Ca.toLowerCase()) == null ? void 0 : ba.includes(oe.toLowerCase())) || ((pa = (da = ua.devcodDsc) == null ? void 0 : da.toLowerCase()) == null ? void 0 : pa.includes(oe.toLowerCase())) : ua;
|
|
67754
67756
|
}) ?? [], ta = ut.filter((ua) => {
|
|
67755
67757
|
var Ca, ba, da, pa;
|
|
67756
|
-
return ue ? ((ba = (Ca = ua.wrkare) == null ? void 0 : Ca.toLowerCase()) == null ? void 0 : ba.includes(
|
|
67758
|
+
return ue ? ((ba = (Ca = ua.wrkare) == null ? void 0 : Ca.toLowerCase()) == null ? void 0 : ba.includes(ue.toLowerCase())) || ((pa = (da = ua.wrkareDsc) == null ? void 0 : da.toLowerCase()) == null ? void 0 : pa.includes(ue.toLowerCase())) : ua;
|
|
67757
67759
|
}) ?? [], oa = {
|
|
67758
67760
|
hideSelectAll: !0,
|
|
67759
67761
|
onChange(ua, Ca) {
|
|
@@ -67845,9 +67847,10 @@ function KgWorkStationModal() {
|
|
|
67845
67847
|
confirmLoading: !1,
|
|
67846
67848
|
wrapClassName: "kgcrant-kg-work-station-modal",
|
|
67847
67849
|
zIndex: 2e3,
|
|
67850
|
+
kgMinWidth: 600,
|
|
67848
67851
|
onCancel: va,
|
|
67849
67852
|
onOk: ya,
|
|
67850
|
-
children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { style: { display: "flex" }, children: [
|
|
67853
|
+
children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { style: { display: "flex", height: "100%" }, children: [
|
|
67851
67854
|
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: { flex: "1" }, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
67852
67855
|
ForwardTable,
|
|
67853
67856
|
{
|