@kengic/vue 0.26.5-beta.204 → 0.26.5-beta.205

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.
@@ -2437,7 +2437,7 @@ const emptyIcon = {
2437
2437
  ...a.data
2438
2438
  }, r);
2439
2439
  }
2440
- }), version = "0.26.5-beta.204";
2440
+ }), version = "0.26.5-beta.205";
2441
2441
  var freeGlobal = typeof global == "object" && global && global.Object === Object && global;
2442
2442
  const freeGlobal$1 = freeGlobal;
2443
2443
  var freeSelf = typeof self == "object" && self && self.Object === Object && self, root = freeGlobal$1 || freeSelf || Function("return this")();
@@ -9758,7 +9758,7 @@ const useKgStore = defineStore("Kg", {
9758
9758
  ____ERROR____("\u5F53\u524D\u8BED\u8A00\u4E3A\u7A7A.");
9759
9759
  return;
9760
9760
  }
9761
- e.global.setLocaleMessage(a, I18N[unref(a)]), e.global.mergeLocaleMessage(a, this.I18N.value[unref(a)].message), this.tFunction = (r, ...n) => r ? e.global.t(r, ...n) : "";
9761
+ e.global.setLocaleMessage(a, I18N[unref(a)]), e.global.mergeLocaleMessage(a, this.I18N[unref(a)].message), this.tFunction = (r, ...n) => r ? e.global.t(r, ...n) : "";
9762
9762
  },
9763
9763
  setUsePermissionStore(e) {
9764
9764
  this.usePermissionStore = e;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.26.5-beta.204",
3
+ "version": "0.26.5-beta.205",
4
4
  "scripts": {
5
5
  "build": "npm run switch-node-version && rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "npm run switch-node-version && rimraf dist && vue-tsc && vite build --mode development",