@kengic/vue 0.26.7-beta.44 → 0.26.7-beta.46

Sign up to get free protection for your applications and to get access to all the features.
@@ -2695,11 +2695,11 @@ reactExports.forwardRef((e, r) => IconComponent({
2695
2695
  ...e,
2696
2696
  _ref: r
2697
2697
  }));
2698
- import("./close-outlined-DMcSQWxQ.15bbf4fd.mjs").then(({ default: e }) => addIcon$1("ant-design:close-outlined", e));
2699
- import("./fullscreen-exit-outlined-X1iYkFc4.183d9266.mjs").then(({ default: e }) => addIcon$1("ant-design:fullscreen-exit-outlined", e));
2700
- import("./fullscreen-outlined-DDBrsRcy.85485978.mjs").then(({ default: e }) => addIcon$1("ant-design:fullscreen-outlined", e));
2701
- import("./exclamation-circle-outlined-DZrXCnvM.0b2b9f67.mjs").then(({ default: e }) => addIcon$1("ant-design:exclamation-circle-outlined", e));
2702
- import("./search-outlined-Od1M_oxf.c14c7738.mjs").then(({ default: e }) => addIcon$1("ant-design:search-outlined", e));
2698
+ import("./close-outlined-DMcSQWxQ.0683c16c.mjs").then(({ default: e }) => addIcon$1("ant-design:close-outlined", e));
2699
+ import("./fullscreen-exit-outlined-X1iYkFc4.da3deb06.mjs").then(({ default: e }) => addIcon$1("ant-design:fullscreen-exit-outlined", e));
2700
+ import("./fullscreen-outlined-DDBrsRcy.1885b403.mjs").then(({ default: e }) => addIcon$1("ant-design:fullscreen-outlined", e));
2701
+ import("./exclamation-circle-outlined-DZrXCnvM.656424c7.mjs").then(({ default: e }) => addIcon$1("ant-design:exclamation-circle-outlined", e));
2702
+ import("./search-outlined-Od1M_oxf.552e1c9b.mjs").then(({ default: e }) => addIcon$1("ant-design:search-outlined", e));
2703
2703
  var jsxRuntime = { exports: {} }, reactJsxRuntime_production_min = {};
2704
2704
  /**
2705
2705
  * @license React
@@ -24070,14 +24070,14 @@ const KgSlice = createSlice({
24070
24070
  reducers: {
24071
24071
  setOption(e, r) {
24072
24072
  var n;
24073
- e.option = (n = r.payload) != null ? n : {};
24073
+ console.log("111", e, r.payload), e.option = (n = r.payload) != null ? n : {};
24074
24074
  }
24075
24075
  }
24076
24076
  }), { setOption } = KgSlice.actions;
24077
24077
  function getOption(e) {
24078
- return e.option;
24078
+ return console.log("222", e, e.option), e.option;
24079
24079
  }
24080
- const kgStore = configureStore({
24080
+ const getOption2 = (e) => (console.log("222:B", e, e.option), e.option), kgStore = configureStore({
24081
24081
  middleware: (e) => e({
24082
24082
  serializableCheck: {
24083
24083
  ignoredActionPaths: ["payload.fn"],
@@ -66380,7 +66380,6 @@ class KgUtil$1 {
66380
66380
  ),
66381
66381
  keyboard: !1,
66382
66382
  maskTransitionName: "",
66383
- autoInsertSpace: !1,
66384
66383
  okButtonProps: {
66385
66384
  autoInsertSpace: !1,
66386
66385
  danger: !0,
@@ -66553,30 +66552,30 @@ function KgWorkStationModal() {
66553
66552
  }
66554
66553
  function KgWorkStation() {
66555
66554
  var e;
66556
- const r = useKgSelector(getOption);
66557
- if (((e = r == null ? void 0 : r.KgWorkStation) == null ? void 0 : e.isOn) === !1)
66555
+ const r = useKgSelector(getOption), n = useKgSelector(getOption2);
66556
+ if (console.log("333", r), console.log("333:B", n), ((e = r == null ? void 0 : r.KgWorkStation) == null ? void 0 : e.isOn) === !1)
66558
66557
  return null;
66559
- const n = useID(), a = useKg$1(), o = doKgWorkStation(n), l = useKgWorkStationSelector(getIsVisible(n)), u = useKgWorkStationSelector(getWorkStation()), p = useKgWorkStationSelector(getWorkStationArea()), x = (() => {
66560
- let U = "text";
66561
- return l || (U += " kgcrant-kg-invisible"), U;
66562
- })(), w = (() => {
66563
- var ne, oe, ue;
66564
- if (!u)
66565
- return a.t("KgWorkStation.selectWorkStation");
66566
- let U = (ne = (u == null ? void 0 : u.devcodDsc) || (u == null ? void 0 : u.devcod)) != null ? ne : "";
66567
- return p && (U += " / " + ((ue = (oe = p.wrkareDsc) != null ? oe : p.wrkare) != null ? ue : "")), U;
66558
+ const a = useID(), o = useKg$1(), l = doKgWorkStation(a), u = useKgWorkStationSelector(getIsVisible(a)), p = useKgWorkStationSelector(getWorkStation()), x = useKgWorkStationSelector(getWorkStationArea()), w = (() => {
66559
+ let ne = "text";
66560
+ return u || (ne += " kgcrant-kg-invisible"), ne;
66561
+ })(), N = (() => {
66562
+ var oe, ue, se;
66563
+ if (!p)
66564
+ return o.t("KgWorkStation.selectWorkStation");
66565
+ let ne = (oe = (p == null ? void 0 : p.devcodDsc) || (p == null ? void 0 : p.devcod)) != null ? oe : "";
66566
+ return x && (ne += " / " + ((se = (ue = x.wrkareDsc) != null ? ue : x.wrkare) != null ? se : "")), ne;
66568
66567
  })();
66569
- function N() {
66570
- o.openModal();
66568
+ function U() {
66569
+ l.openModal();
66571
66570
  }
66572
66571
  return /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
66573
66572
  /* @__PURE__ */ jsxRuntimeExports.jsx(
66574
66573
  Tooltip,
66575
66574
  {
66576
- className: x,
66575
+ className: w,
66577
66576
  placement: "bottomRight",
66578
66577
  title: /* @__PURE__ */ jsxRuntimeExports.jsx(MemoizedFormattedMessage, { id: "KgWorkStation.workStationAndWorkStationArea" }),
66579
- children: /* @__PURE__ */ jsxRuntimeExports.jsx("span", { onClick: N, children: w })
66578
+ children: /* @__PURE__ */ jsxRuntimeExports.jsx("span", { onClick: U, children: N })
66580
66579
  }
66581
66580
  ),
66582
66581
  /* @__PURE__ */ jsxRuntimeExports.jsx(KgWorkStationModal, {})
@@ -66606,7 +66605,7 @@ function initWebComponents() {
66606
66605
  }
66607
66606
  function initKgCoreReact(e) {
66608
66607
  const { ref: r, option: n } = e != null ? e : {};
66609
- setRef(r), kgStore.dispatch(setOption(n)), initWebComponents();
66608
+ setRef(r), console.log("000", n), kgStore.dispatch(setOption(n)), initWebComponents();
66610
66609
  }
66611
66610
  function bound01(e, r) {
66612
66611
  isOnePointZero(e) && (e = "100%");
@@ -70073,7 +70072,7 @@ function fi(e) {
70073
70072
  })
70074
70073
  );
70075
70074
  }
70076
- const version = "0.26.7-beta.44", en$1 = {
70075
+ const version = "0.26.7-beta.46", en$1 = {
70077
70076
  kg: {
70078
70077
  KgAppSelect: {
70079
70078
  businessManager: "Business Manager",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.26.7-beta.44",
3
+ "version": "0.26.7-beta.46",
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.19",
42
- "@kengic/core.react": "0.0.1-beta.73",
42
+ "@kengic/core.react": "0.0.1-beta.75",
43
43
  "@kengic/pont": "1.2.17-beta.1",
44
44
  "@rys-fe/vite-plugin-theme": "0.8.6",
45
45
  "@thymine/xunee": "0.4.9-beta.8",