@kengic/vue 0.26.6-beta.100 → 0.26.6-beta.102

Sign up to get free protection for your applications and to get access to all the features.
@@ -2694,9 +2694,9 @@ C.forwardRef((e, n) => eA({
2694
2694
  ...e,
2695
2695
  _ref: n
2696
2696
  }));
2697
- import("./close-outlined-DMcSQWxQ.36beccf9.mjs").then(({ default: e }) => ZS("ant-design:close-outlined", e));
2698
- import("./fullscreen-exit-outlined-X1iYkFc4.19c370ee.mjs").then(({ default: e }) => ZS("ant-design:fullscreen-exit-outlined", e));
2699
- import("./fullscreen-outlined-DDBrsRcy.55126763.mjs").then(({ default: e }) => ZS("ant-design:fullscreen-outlined", e));
2697
+ import("./close-outlined-DMcSQWxQ.d6d4dd21.mjs").then(({ default: e }) => ZS("ant-design:close-outlined", e));
2698
+ import("./fullscreen-exit-outlined-X1iYkFc4.227a5693.mjs").then(({ default: e }) => ZS("ant-design:fullscreen-exit-outlined", e));
2699
+ import("./fullscreen-outlined-DDBrsRcy.272a0f72.mjs").then(({ default: e }) => ZS("ant-design:fullscreen-outlined", e));
2700
2700
  var rT = { exports: {} }, Xm = {};
2701
2701
  /**
2702
2702
  * @license React
@@ -45621,27 +45621,35 @@ const HF = jte({
45621
45621
  reducer: HF.reducer
45622
45622
  });
45623
45623
  function Gte(e = "") {
45624
- var i;
45625
- const [n, r] = C.useState(dS.getState().props);
45626
- return dS.subscribe(() => {
45627
- r(dS.getState().props);
45628
- }), {
45629
- props: (i = n[e]) != null ? i : null,
45630
- setProps(s) {
45631
- dS.dispatch(Wte({ id: e, fn: s }));
45624
+ return {
45625
+ setProps(n) {
45626
+ dS.dispatch(Wte({ id: e, fn: n }));
45627
+ },
45628
+ store: dS,
45629
+ subscribe(n) {
45630
+ return dS.subscribe(() => {
45631
+ n(dS.getState());
45632
+ });
45632
45633
  }
45633
45634
  };
45634
45635
  }
45635
45636
  function Kte(e) {
45636
- const n = Gte(e.id), r = (() => {
45637
- var i;
45638
- let s = "text";
45639
- return ((i = n.props) == null ? void 0 : i.isVisible) === !1 && (s += " kgcrant-kg-invisible"), s;
45637
+ var g;
45638
+ var n;
45639
+ const r = Gte(e.id), [i, s] = C.useState((g = (n = r.store.getState().props[e.id]) == null ? void 0 : n.isVisible) != null ? g : !0);
45640
+ r.subscribe((v) => {
45641
+ var R;
45642
+ var N;
45643
+ s((R = (N = v.props[e.id]) == null ? void 0 : N.isVisible) != null ? R : !0);
45644
+ });
45645
+ const l = (() => {
45646
+ let v = "text";
45647
+ return i || (v += " kgcrant-kg-invisible"), v;
45640
45648
  })();
45641
45649
  return /* @__PURE__ */ Vn.jsx(Vn.Fragment, { children: /* @__PURE__ */ Vn.jsxs(
45642
45650
  ER,
45643
45651
  {
45644
- className: r,
45652
+ className: l,
45645
45653
  placement: "bottomRight",
45646
45654
  title: "TITLE",
45647
45655
  children: [
@@ -48143,7 +48151,7 @@ const emptyIcon = {
48143
48151
  ...n.data
48144
48152
  }, r);
48145
48153
  }
48146
- }), version = "0.26.6-beta.100";
48154
+ }), version = "0.26.6-beta.102";
48147
48155
  /**
48148
48156
  * filesize
48149
48157
  *
@@ -86900,6 +86908,7 @@ export {
86900
86908
  darkMode,
86901
86909
  decodeByBase64,
86902
86910
  devMode,
86911
+ Gte as doKgWorkStation,
86903
86912
  enableStorageEncryption,
86904
86913
  encryptByBase64,
86905
86914
  encryptByMd5,
@@ -86961,7 +86970,6 @@ export {
86961
86970
  useKgVarStore,
86962
86971
  useKgWarehouse,
86963
86972
  useKgWarehouseStore,
86964
- Gte as useKgWorkStation,
86965
86973
  useLocale,
86966
86974
  useLocaleStore
86967
86975
  };
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.26.6-beta.100",
3
+ "version": "0.26.6-beta.102",
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",
7
7
  "--------------------------------------------------": "",
8
8
  "gen:apis:WMS": "npm run use-node && kengic-pont generate-apis --config kg.config.ts --origin WMS",
9
9
  "- ------------------------------------------------": "",
10
- "use-node": "nvm use 18.20.4 && corepack enable && corepack use pnpm@7.30.5",
10
+ "use-node": "npm cache clean -f && nvm use 18.20.4 && corepack enable && corepack use pnpm@7.30.5",
11
11
  "cnpm:sync": "npm run use-node && npx cnpm --yes sync @kengic/vue",
12
12
  "-- -----------------------------------------------": "",
13
13
  "publish:major": "npm run bump:major && tsx script/publish.ts",
@@ -39,7 +39,7 @@
39
39
  "@iconify-icons/mdi": "1.2.48",
40
40
  "@iconify-icons/ph": "1.2.5",
41
41
  "@iconify/vue": "4.1.2",
42
- "@kengic/core": "6.0.1-beta.112",
42
+ "@kengic/core": "6.0.1-beta.114",
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",