@kengic/vue 0.26.7-beta.34 → 0.26.7-beta.35
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 +6 -5
- package/package.json +2 -3
- /package/dist/{close-outlined-DMcSQWxQ.df56b7d1.mjs → close-outlined-DMcSQWxQ.61677fe5.mjs} +0 -0
- /package/dist/{exclamation-circle-outlined-DZrXCnvM.c1f51205.mjs → exclamation-circle-outlined-DZrXCnvM.83dcd17a.mjs} +0 -0
- /package/dist/{fullscreen-exit-outlined-X1iYkFc4.206a68df.mjs → fullscreen-exit-outlined-X1iYkFc4.8ab7e57f.mjs} +0 -0
- /package/dist/{fullscreen-outlined-DDBrsRcy.78a02c21.mjs → fullscreen-outlined-DDBrsRcy.8d0f92c0.mjs} +0 -0
package/dist/kengic-vue.js
CHANGED
|
@@ -2695,10 +2695,10 @@ reactExports.forwardRef((e, r) => IconComponent({
|
|
|
2695
2695
|
...e,
|
|
2696
2696
|
_ref: r
|
|
2697
2697
|
}));
|
|
2698
|
-
import("./close-outlined-DMcSQWxQ.
|
|
2699
|
-
import("./fullscreen-exit-outlined-X1iYkFc4.
|
|
2700
|
-
import("./fullscreen-outlined-DDBrsRcy.
|
|
2701
|
-
import("./exclamation-circle-outlined-DZrXCnvM.
|
|
2698
|
+
import("./close-outlined-DMcSQWxQ.61677fe5.mjs").then(({ default: e }) => addIcon$1("ant-design:close-outlined", e));
|
|
2699
|
+
import("./fullscreen-exit-outlined-X1iYkFc4.8ab7e57f.mjs").then(({ default: e }) => addIcon$1("ant-design:fullscreen-exit-outlined", e));
|
|
2700
|
+
import("./fullscreen-outlined-DDBrsRcy.8d0f92c0.mjs").then(({ default: e }) => addIcon$1("ant-design:fullscreen-outlined", e));
|
|
2701
|
+
import("./exclamation-circle-outlined-DZrXCnvM.83dcd17a.mjs").then(({ default: e }) => addIcon$1("ant-design:exclamation-circle-outlined", e));
|
|
2702
2702
|
var jsxRuntime = { exports: {} }, reactJsxRuntime_production_min = {};
|
|
2703
2703
|
/**
|
|
2704
2704
|
* @license React
|
|
@@ -66364,6 +66364,7 @@ class KgUtil$1 {
|
|
|
66364
66364
|
okText: r.intl.formatMessage({ id: "kg.confirm" }),
|
|
66365
66365
|
onCancel() {
|
|
66366
66366
|
},
|
|
66367
|
+
prefixCls: "kgcrant-modal",
|
|
66367
66368
|
title: r.intl.formatMessage({ id: "kg.confirm" }),
|
|
66368
66369
|
transitionName: "",
|
|
66369
66370
|
...r
|
|
@@ -70009,7 +70010,7 @@ function fi(e) {
|
|
|
70009
70010
|
})
|
|
70010
70011
|
);
|
|
70011
70012
|
}
|
|
70012
|
-
const version = "0.26.7-beta.
|
|
70013
|
+
const version = "0.26.7-beta.35", en$1 = {
|
|
70013
70014
|
kg: {
|
|
70014
70015
|
KgAppSelect: {
|
|
70015
70016
|
businessManager: "Business Manager",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kengic/vue",
|
|
3
|
-
"version": "0.26.7-beta.
|
|
3
|
+
"version": "0.26.7-beta.35",
|
|
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",
|
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
"publish:beta": "npm run bump:beta && tsx script/publish.ts",
|
|
17
17
|
"------- ------------------------------------------": "",
|
|
18
18
|
"copy-to:luotao:smartfactory.product.wms.wms--dev-3.2": "npm run use-node && npm run build:dev && tsx script/copy-to.luotao.smartfactory.product.wms.wms--dev-3.2.ts",
|
|
19
|
-
"--- ----------------------------------------------": "",
|
|
20
19
|
"bump-to:luotao:smartfactory.product.wms.wms--dev-3.2": "npm run use-node && tsx script/bump-to.luotao.smartfactory.product.wms.wms--dev-3.2.ts",
|
|
21
20
|
"----- --------------------------------------------": "",
|
|
22
21
|
"bump:major": "npm run use-node && tsx script/bump.ts major",
|
|
@@ -40,7 +39,7 @@
|
|
|
40
39
|
"@iconify-icons/ph": "1.2.5",
|
|
41
40
|
"@iconify/vue": "4.1.2",
|
|
42
41
|
"@kengic/core.core": "0.0.1-beta.19",
|
|
43
|
-
"@kengic/core.react": "0.0.1-beta.
|
|
42
|
+
"@kengic/core.react": "0.0.1-beta.62",
|
|
44
43
|
"@kengic/pont": "1.2.17-beta.1",
|
|
45
44
|
"@rys-fe/vite-plugin-theme": "0.8.6",
|
|
46
45
|
"@thymine/xunee": "0.4.9-beta.8",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|