@kengic/vue 0.26.7-beta.29 → 0.26.7-beta.30
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 +22 -17
- package/package.json +2 -2
- /package/dist/{close-outlined-DMcSQWxQ.2694961e.mjs → close-outlined-DMcSQWxQ.5ebf9020.mjs} +0 -0
- /package/dist/{exclamation-circle-outlined-DZrXCnvM.030511a3.mjs → exclamation-circle-outlined-DZrXCnvM.944e2d32.mjs} +0 -0
- /package/dist/{fullscreen-exit-outlined-X1iYkFc4.439e67d3.mjs → fullscreen-exit-outlined-X1iYkFc4.0225b59b.mjs} +0 -0
- /package/dist/{fullscreen-outlined-DDBrsRcy.068a3994.mjs → fullscreen-outlined-DDBrsRcy.aabacbaf.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.5ebf9020.mjs").then(({ default: e }) => addIcon$1("ant-design:close-outlined", e));
|
|
2699
|
+
import("./fullscreen-exit-outlined-X1iYkFc4.0225b59b.mjs").then(({ default: e }) => addIcon$1("ant-design:fullscreen-exit-outlined", e));
|
|
2700
|
+
import("./fullscreen-outlined-DDBrsRcy.aabacbaf.mjs").then(({ default: e }) => addIcon$1("ant-design:fullscreen-outlined", e));
|
|
2701
|
+
import("./exclamation-circle-outlined-DZrXCnvM.944e2d32.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
|
|
@@ -65145,24 +65145,29 @@ class KgUtil$1 {
|
|
|
65145
65145
|
static confirm(r) {
|
|
65146
65146
|
var a, o;
|
|
65147
65147
|
const n = Modal.confirm({
|
|
65148
|
-
|
|
65149
|
-
|
|
65150
|
-
content: r.intl.formatMessage({ id: "kg.confirmDelete" }),
|
|
65151
|
-
okText: r.intl.formatMessage({ id: "kg.confirm" }),
|
|
65152
|
-
okButtonProps: {
|
|
65153
|
-
danger: !0,
|
|
65154
|
-
...(a = r.okButtonProps) != null ? a : {}
|
|
65155
|
-
},
|
|
65148
|
+
animation: !1,
|
|
65149
|
+
autoFocusButton: null,
|
|
65156
65150
|
cancelButtonProps: {
|
|
65157
|
-
|
|
65151
|
+
className: r.kgHideCancelButton === !0 ? "kg-invisible" : "",
|
|
65158
65152
|
disabled: !1,
|
|
65159
|
-
...(
|
|
65153
|
+
...(a = r.cancelButtonProps) != null ? a : {}
|
|
65160
65154
|
},
|
|
65161
65155
|
cancelText: r.intl.formatMessage({ id: "kg.cancel" }),
|
|
65162
|
-
closable: !1,
|
|
65163
65156
|
centered: !0,
|
|
65164
|
-
|
|
65157
|
+
closable: !1,
|
|
65158
|
+
content: r.intl.formatMessage({ id: "kg.confirmDelete" }),
|
|
65159
|
+
icon: /* @__PURE__ */ jsxRuntimeExports.jsx(Icon$2, { icon: "ant-design:exclamation-circle-outlined" }),
|
|
65165
65160
|
keyboard: !1,
|
|
65161
|
+
maskTransitionName: "",
|
|
65162
|
+
okButtonProps: {
|
|
65163
|
+
danger: !0,
|
|
65164
|
+
...(o = r.okButtonProps) != null ? o : {}
|
|
65165
|
+
},
|
|
65166
|
+
okText: r.intl.formatMessage({ id: "kg.confirm" }),
|
|
65167
|
+
onCancel() {
|
|
65168
|
+
},
|
|
65169
|
+
title: r.intl.formatMessage({ id: "kg.confirm" }),
|
|
65170
|
+
transitionName: "",
|
|
65166
65171
|
...r
|
|
65167
65172
|
});
|
|
65168
65173
|
return n.showLoading = () => {
|
|
@@ -68802,7 +68807,7 @@ function fi(e) {
|
|
|
68802
68807
|
})
|
|
68803
68808
|
);
|
|
68804
68809
|
}
|
|
68805
|
-
const version = "0.26.7-beta.
|
|
68810
|
+
const version = "0.26.7-beta.30", en$1 = {
|
|
68806
68811
|
kg: {
|
|
68807
68812
|
KgAppSelect: {
|
|
68808
68813
|
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.30",
|
|
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",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@iconify-icons/ph": "1.2.5",
|
|
41
41
|
"@iconify/vue": "4.1.2",
|
|
42
42
|
"@kengic/core.core": "0.0.1-beta.19",
|
|
43
|
-
"@kengic/core.react": "0.0.1-beta.
|
|
43
|
+
"@kengic/core.react": "0.0.1-beta.54",
|
|
44
44
|
"@kengic/pont": "1.2.17-beta.1",
|
|
45
45
|
"@rys-fe/vite-plugin-theme": "0.8.6",
|
|
46
46
|
"@thymine/xunee": "0.4.9-beta.8",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|