@kengic/vue 0.26.6-beta.95 → 0.26.6-beta.96
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/dist/kengic-vue.js +5 -4
- package/package.json +2 -2
- /package/dist/{close-outlined-DMcSQWxQ.756413f8.mjs → close-outlined-DMcSQWxQ.6f180553.mjs} +0 -0
- /package/dist/{fullscreen-exit-outlined-X1iYkFc4.3f5c9e7b.mjs → fullscreen-exit-outlined-X1iYkFc4.f0c24962.mjs} +0 -0
- /package/dist/{fullscreen-outlined-DDBrsRcy.6be40608.mjs → fullscreen-outlined-DDBrsRcy.56ac6ff4.mjs} +0 -0
package/dist/kengic-vue.js
CHANGED
|
@@ -2694,9 +2694,9 @@ C.forwardRef((e, n) => Fk({
|
|
|
2694
2694
|
...e,
|
|
2695
2695
|
_ref: n
|
|
2696
2696
|
}));
|
|
2697
|
-
import("./close-outlined-DMcSQWxQ.
|
|
2698
|
-
import("./fullscreen-exit-outlined-X1iYkFc4.
|
|
2699
|
-
import("./fullscreen-outlined-DDBrsRcy.
|
|
2697
|
+
import("./close-outlined-DMcSQWxQ.6f180553.mjs").then(({ default: e }) => BS("ant-design:close-outlined", e));
|
|
2698
|
+
import("./fullscreen-exit-outlined-X1iYkFc4.f0c24962.mjs").then(({ default: e }) => BS("ant-design:fullscreen-exit-outlined", e));
|
|
2699
|
+
import("./fullscreen-outlined-DDBrsRcy.56ac6ff4.mjs").then(({ default: e }) => BS("ant-design:fullscreen-outlined", e));
|
|
2700
2700
|
var Gw = { exports: {} }, Gm = {};
|
|
2701
2701
|
/**
|
|
2702
2702
|
* @license React
|
|
@@ -47250,7 +47250,7 @@ const emptyIcon = {
|
|
|
47250
47250
|
...n.data
|
|
47251
47251
|
}, r);
|
|
47252
47252
|
}
|
|
47253
|
-
}), version = "0.26.6-beta.
|
|
47253
|
+
}), version = "0.26.6-beta.96";
|
|
47254
47254
|
/**
|
|
47255
47255
|
* filesize
|
|
47256
47256
|
*
|
|
@@ -86068,6 +86068,7 @@ export {
|
|
|
86068
86068
|
useKgVarStore,
|
|
86069
86069
|
useKgWarehouse,
|
|
86070
86070
|
useKgWarehouseStore,
|
|
86071
|
+
Hee as useKgWorkStation,
|
|
86071
86072
|
useLocale,
|
|
86072
86073
|
useLocaleStore
|
|
86073
86074
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kengic/vue",
|
|
3
|
-
"version": "0.26.6-beta.
|
|
3
|
+
"version": "0.26.6-beta.96",
|
|
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/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.
|
|
42
|
+
"@kengic/core": "6.0.1-beta.108",
|
|
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",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|