@kengic/vue 0.26.7-beta.50 → 0.26.7-beta.51

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.1777ced1.mjs").then(({ default: e }) => addIcon$1("ant-design:close-outlined", e));
2699
- import("./fullscreen-exit-outlined-X1iYkFc4.3e5c47ed.mjs").then(({ default: e }) => addIcon$1("ant-design:fullscreen-exit-outlined", e));
2700
- import("./fullscreen-outlined-DDBrsRcy.942dc746.mjs").then(({ default: e }) => addIcon$1("ant-design:fullscreen-outlined", e));
2701
- import("./exclamation-circle-outlined-DZrXCnvM.63466bc4.mjs").then(({ default: e }) => addIcon$1("ant-design:exclamation-circle-outlined", e));
2702
- import("./search-outlined-Od1M_oxf.d54bf332.mjs").then(({ default: e }) => addIcon$1("ant-design:search-outlined", e));
2698
+ import("./close-outlined-DMcSQWxQ.0e84ca3d.mjs").then(({ default: e }) => addIcon$1("ant-design:close-outlined", e));
2699
+ import("./fullscreen-exit-outlined-X1iYkFc4.c68972fa.mjs").then(({ default: e }) => addIcon$1("ant-design:fullscreen-exit-outlined", e));
2700
+ import("./fullscreen-outlined-DDBrsRcy.fd5a35dc.mjs").then(({ default: e }) => addIcon$1("ant-design:fullscreen-outlined", e));
2701
+ import("./exclamation-circle-outlined-DZrXCnvM.16ad274c.mjs").then(({ default: e }) => addIcon$1("ant-design:exclamation-circle-outlined", e));
2702
+ import("./search-outlined-Od1M_oxf.24052b08.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
@@ -66600,7 +66600,8 @@ function initWebComponents() {
66600
66600
  }
66601
66601
  function initKgCoreReact(e) {
66602
66602
  const { ref: r, option: n } = e != null ? e : {};
66603
- setRef(r), store.dispatch(optionReducer(n)), initWebComponents();
66603
+ setRef(r), store.dispatch(optionReducer(n)), store.dispatch(setReducer({ id: "", fn: () => {
66604
+ } })), initWebComponents();
66604
66605
  }
66605
66606
  function bound01(e, r) {
66606
66607
  isOnePointZero(e) && (e = "100%");
@@ -70067,7 +70068,7 @@ function fi(e) {
70067
70068
  })
70068
70069
  );
70069
70070
  }
70070
- const version = "0.26.7-beta.50", en$1 = {
70071
+ const version = "0.26.7-beta.51", en$1 = {
70071
70072
  kg: {
70072
70073
  KgAppSelect: {
70073
70074
  businessManager: "Business Manager",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.26.7-beta.50",
3
+ "version": "0.26.7-beta.51",
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.79",
42
+ "@kengic/core.react": "0.0.1-beta.80",
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",