@kengic/vue 0.26.7-beta.32 → 0.26.7-beta.33

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.
@@ -2695,10 +2695,10 @@ reactExports.forwardRef((e, r) => IconComponent({
2695
2695
  ...e,
2696
2696
  _ref: r
2697
2697
  }));
2698
- import("./close-outlined-DMcSQWxQ.12f6f0ec.mjs").then(({ default: e }) => addIcon$1("ant-design:close-outlined", e));
2699
- import("./fullscreen-exit-outlined-X1iYkFc4.aec596eb.mjs").then(({ default: e }) => addIcon$1("ant-design:fullscreen-exit-outlined", e));
2700
- import("./fullscreen-outlined-DDBrsRcy.7c55eb22.mjs").then(({ default: e }) => addIcon$1("ant-design:fullscreen-outlined", e));
2701
- import("./exclamation-circle-outlined-DZrXCnvM.beaf9792.mjs").then(({ default: e }) => addIcon$1("ant-design:exclamation-circle-outlined", e));
2698
+ import("./close-outlined-DMcSQWxQ.17894748.mjs").then(({ default: e }) => addIcon$1("ant-design:close-outlined", e));
2699
+ import("./fullscreen-exit-outlined-X1iYkFc4.d6ef141c.mjs").then(({ default: e }) => addIcon$1("ant-design:fullscreen-exit-outlined", e));
2700
+ import("./fullscreen-outlined-DDBrsRcy.5a23cea0.mjs").then(({ default: e }) => addIcon$1("ant-design:fullscreen-outlined", e));
2701
+ import("./exclamation-circle-outlined-DZrXCnvM.1cab2cb3.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
@@ -66362,6 +66362,7 @@ class KgUtil$1 {
66362
66362
  okText: r.intl.formatMessage({ id: "kg.confirm" }),
66363
66363
  onCancel() {
66364
66364
  },
66365
+ prefixCls: "kgcrant",
66365
66366
  title: r.intl.formatMessage({ id: "kg.confirm" }),
66366
66367
  transitionName: "",
66367
66368
  ...r
@@ -70007,7 +70008,7 @@ function fi(e) {
70007
70008
  })
70008
70009
  );
70009
70010
  }
70010
- const version = "0.26.7-beta.32", en$1 = {
70011
+ const version = "0.26.7-beta.33", en$1 = {
70011
70012
  kg: {
70012
70013
  KgAppSelect: {
70013
70014
  businessManager: "Business Manager",
@@ -74446,55 +74447,54 @@ function requireCore() {
74446
74447
  });
74447
74448
  }(core)), core.exports;
74448
74449
  }
74449
- var encBase64 = { exports: {} }, hasRequiredEncBase64;
74450
- function requireEncBase64() {
74451
- return hasRequiredEncBase64 || (hasRequiredEncBase64 = 1, function(e, r) {
74452
- (function(n, a) {
74453
- e.exports = a(requireCore());
74454
- })(commonjsGlobal, function(n) {
74455
- return function() {
74456
- var a = n, o = a.lib, l = o.WordArray, u = a.enc;
74457
- u.Base64 = {
74458
- stringify: function(x) {
74459
- var w = x.words, N = x.sigBytes, U = this._map;
74460
- x.clamp();
74461
- for (var ne = [], ie = 0; ie < N; ie += 3)
74462
- for (var ue = w[ie >>> 2] >>> 24 - ie % 4 * 8 & 255, se = w[ie + 1 >>> 2] >>> 24 - (ie + 1) % 4 * 8 & 255, st = w[ie + 2 >>> 2] >>> 24 - (ie + 2) % 4 * 8 & 255, ut = ue << 16 | se << 8 | st, ta = 0; ta < 4 && ie + ta * 0.75 < N; ta++)
74463
- ne.push(U.charAt(ut >>> 6 * (3 - ta) & 63));
74464
- var ea = U.charAt(64);
74465
- if (ea)
74466
- for (; ne.length % 4; )
74467
- ne.push(ea);
74468
- return ne.join("");
74469
- },
74470
- parse: function(x) {
74471
- var w = x.length, N = this._map, U = this._reverseMap;
74472
- if (!U) {
74473
- U = this._reverseMap = [];
74474
- for (var ne = 0; ne < N.length; ne++)
74475
- U[N.charCodeAt(ne)] = ne;
74476
- }
74477
- var ie = N.charAt(64);
74478
- if (ie) {
74479
- var ue = x.indexOf(ie);
74480
- ue !== -1 && (w = ue);
74481
- }
74482
- return p(x, w, U);
74483
- },
74484
- _map: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="
74485
- };
74486
- function p(x, w, N) {
74487
- for (var U = [], ne = 0, ie = 0; ie < w; ie++)
74488
- if (ie % 4) {
74489
- var ue = N[x.charCodeAt(ie - 1)] << ie % 4 * 2, se = N[x.charCodeAt(ie)] >>> 6 - ie % 4 * 2, st = ue | se;
74490
- U[ne >>> 2] |= st << 24 - ne % 4 * 8, ne++;
74491
- }
74492
- return l.create(U, ne);
74493
- }
74494
- }(), n.enc.Base64;
74495
- });
74496
- }(encBase64)), encBase64.exports;
74497
- }
74450
+ var encBase64 = { exports: {} };
74451
+ (function(e, r) {
74452
+ (function(n, a) {
74453
+ e.exports = a(requireCore());
74454
+ })(commonjsGlobal, function(n) {
74455
+ return function() {
74456
+ var a = n, o = a.lib, l = o.WordArray, u = a.enc;
74457
+ u.Base64 = {
74458
+ stringify: function(x) {
74459
+ var w = x.words, N = x.sigBytes, U = this._map;
74460
+ x.clamp();
74461
+ for (var ne = [], ie = 0; ie < N; ie += 3)
74462
+ for (var ue = w[ie >>> 2] >>> 24 - ie % 4 * 8 & 255, se = w[ie + 1 >>> 2] >>> 24 - (ie + 1) % 4 * 8 & 255, st = w[ie + 2 >>> 2] >>> 24 - (ie + 2) % 4 * 8 & 255, ut = ue << 16 | se << 8 | st, ta = 0; ta < 4 && ie + ta * 0.75 < N; ta++)
74463
+ ne.push(U.charAt(ut >>> 6 * (3 - ta) & 63));
74464
+ var ea = U.charAt(64);
74465
+ if (ea)
74466
+ for (; ne.length % 4; )
74467
+ ne.push(ea);
74468
+ return ne.join("");
74469
+ },
74470
+ parse: function(x) {
74471
+ var w = x.length, N = this._map, U = this._reverseMap;
74472
+ if (!U) {
74473
+ U = this._reverseMap = [];
74474
+ for (var ne = 0; ne < N.length; ne++)
74475
+ U[N.charCodeAt(ne)] = ne;
74476
+ }
74477
+ var ie = N.charAt(64);
74478
+ if (ie) {
74479
+ var ue = x.indexOf(ie);
74480
+ ue !== -1 && (w = ue);
74481
+ }
74482
+ return p(x, w, U);
74483
+ },
74484
+ _map: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="
74485
+ };
74486
+ function p(x, w, N) {
74487
+ for (var U = [], ne = 0, ie = 0; ie < w; ie++)
74488
+ if (ie % 4) {
74489
+ var ue = N[x.charCodeAt(ie - 1)] << ie % 4 * 2, se = N[x.charCodeAt(ie)] >>> 6 - ie % 4 * 2, st = ue | se;
74490
+ U[ne >>> 2] |= st << 24 - ne % 4 * 8, ne++;
74491
+ }
74492
+ return l.create(U, ne);
74493
+ }
74494
+ }(), n.enc.Base64;
74495
+ });
74496
+ })(encBase64);
74497
+ const Base64 = encBase64.exports;
74498
74498
  var md5 = { exports: {} }, hasRequiredMd5;
74499
74499
  function requireMd5() {
74500
74500
  return hasRequiredMd5 || (hasRequiredMd5 = 1, function(e, r) {
@@ -74866,7 +74866,7 @@ function requireCipherCore() {
74866
74866
  }
74867
74867
  (function(e, r) {
74868
74868
  (function(n, a, o) {
74869
- e.exports = a(requireCore(), requireEncBase64(), requireMd5(), requireEvpkdf(), requireCipherCore());
74869
+ e.exports = a(requireCore(), encBase64.exports, requireMd5(), requireEvpkdf(), requireCipherCore());
74870
74870
  })(commonjsGlobal, function(n) {
74871
74871
  return function() {
74872
74872
  var a = n, o = a.lib, l = o.BlockCipher, u = a.algo, p = [], x = [], w = [], N = [], U = [], ne = [], ie = [], ue = [], se = [], st = [];
@@ -74921,7 +74921,7 @@ function requireCipherCore() {
74921
74921
  }(), n.AES;
74922
74922
  });
74923
74923
  })(aes);
74924
- var encBase64Exports = requireEncBase64(), encUtf8 = { exports: {} };
74924
+ var encUtf8 = { exports: {} };
74925
74925
  (function(e, r) {
74926
74926
  (function(n, a) {
74927
74927
  e.exports = a(requireCore());
@@ -74983,10 +74983,10 @@ class AesEncryption {
74983
74983
  }
74984
74984
  }
74985
74985
  function encryptByBase64(e) {
74986
- return UTF8.parse(e).toString(encBase64Exports);
74986
+ return UTF8.parse(e).toString(Base64);
74987
74987
  }
74988
74988
  function decodeByBase64(e) {
74989
- return encBase64Exports.parse(e).toString(UTF8);
74989
+ return Base64.parse(e).toString(UTF8);
74990
74990
  }
74991
74991
  function encryptByMd5(e) {
74992
74992
  return md5Exports(e).toString();
@@ -75945,24 +75945,24 @@ class _KgUtil {
75945
75945
  static confirm(e) {
75946
75946
  var a, o;
75947
75947
  const r = useKg(), n = Modal$2.confirm({
75948
- iconType: "warning",
75949
- title: r.t("kg.confirm"),
75950
- content: r.t("kg.confirmDelete"),
75951
- okText: r.t("kg.confirm"),
75952
- okButtonProps: {
75953
- danger: !0,
75954
- ...(a = e.okButtonProps) != null ? a : {}
75955
- },
75948
+ autoFocusButton: null,
75956
75949
  cancelButtonProps: {
75957
75950
  class: e.kgHideCancelButton === !0 ? "kg-invisible" : "",
75958
75951
  disabled: !1,
75959
- ...(o = e.cancelButtonProps) != null ? o : {}
75952
+ ...(a = e.cancelButtonProps) != null ? a : {}
75960
75953
  },
75961
75954
  cancelText: r.t("kg.cancel"),
75962
- closable: !1,
75963
75955
  centered: !0,
75964
- autoFocusButton: null,
75956
+ closable: !1,
75957
+ content: r.t("kg.confirmDelete"),
75958
+ iconType: "warning",
75965
75959
  keyboard: !1,
75960
+ okButtonProps: {
75961
+ danger: !0,
75962
+ ...(o = e.okButtonProps) != null ? o : {}
75963
+ },
75964
+ okText: r.t("kg.confirm"),
75965
+ title: r.t("kg.confirm"),
75966
75966
  ...e
75967
75967
  });
75968
75968
  return n.showLoading = () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.26.7-beta.32",
3
+ "version": "0.26.7-beta.33",
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.59",
43
+ "@kengic/core.react": "0.0.1-beta.60",
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",