@kengic/vue 0.26.8-beta.0 → 0.26.8-beta.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -2695,12 +2695,12 @@ reactExports.forwardRef((e, r) => IconComponent({
2695
2695
  ...e,
2696
2696
  _ref: r
2697
2697
  }));
2698
- import("./close-outlined-DMcSQWxQ.d28624ab.mjs").then(({ default: e }) => addIcon$1("ant-design:close-outlined", e));
2699
- import("./fullscreen-exit-outlined-X1iYkFc4.93965092.mjs").then(({ default: e }) => addIcon$1("ant-design:fullscreen-exit-outlined", e));
2700
- import("./fullscreen-outlined-DDBrsRcy.634a25dc.mjs").then(({ default: e }) => addIcon$1("ant-design:fullscreen-outlined", e));
2701
- import("./exclamation-circle-outlined-DZrXCnvM.4c536b53.mjs").then(({ default: e }) => addIcon$1("ant-design:exclamation-circle-outlined", e));
2702
- import("./search-outlined-Od1M_oxf.cf509d21.mjs").then(({ default: e }) => addIcon$1("ant-design:search-outlined", e));
2703
- import("./three-dots-loading-bIlrTJYR.79732d08.mjs").then(({ default: e }) => addIcon$1("eos-icons:three-dots-loading", e));
2698
+ import("./close-outlined-DMcSQWxQ.0f7b1ee1.mjs").then(({ default: e }) => addIcon$1("ant-design:close-outlined", e));
2699
+ import("./fullscreen-exit-outlined-X1iYkFc4.4b203dc4.mjs").then(({ default: e }) => addIcon$1("ant-design:fullscreen-exit-outlined", e));
2700
+ import("./fullscreen-outlined-DDBrsRcy.a38a27ed.mjs").then(({ default: e }) => addIcon$1("ant-design:fullscreen-outlined", e));
2701
+ import("./exclamation-circle-outlined-DZrXCnvM.32d9fc79.mjs").then(({ default: e }) => addIcon$1("ant-design:exclamation-circle-outlined", e));
2702
+ import("./search-outlined-Od1M_oxf.9851f549.mjs").then(({ default: e }) => addIcon$1("ant-design:search-outlined", e));
2703
+ import("./three-dots-loading-bIlrTJYR.ebc46650.mjs").then(({ default: e }) => addIcon$1("eos-icons:three-dots-loading", e));
2704
2704
  var jsxRuntime = { exports: {} }, reactJsxRuntime_production_min = {};
2705
2705
  /**
2706
2706
  * @license React
@@ -62916,6 +62916,7 @@ function KgProvider({ children: e, id: r }) {
62916
62916
  motion: !1
62917
62917
  }
62918
62918
  },
62919
+ spin: { indicator: /* @__PURE__ */ jsxRuntimeExports.jsx(Icon$2, { icon: "eos-icons:three-dots-loading" }) },
62919
62920
  children: /* @__PURE__ */ jsxRuntimeExports.jsx(
62920
62921
  IntlProvider,
62921
62922
  {
@@ -66499,10 +66500,7 @@ function KgWorkStationModal() {
66499
66500
  {
66500
66501
  className: "kg-flex-table",
66501
66502
  dataSource: ua,
66502
- loading: {
66503
- indicator: /* @__PURE__ */ jsxRuntimeExports.jsx(Icon$2, { icon: "eos-icons:three-dots-loading" }),
66504
- spinning: N
66505
- },
66503
+ loading: N,
66506
66504
  columns: va,
66507
66505
  size: "small",
66508
66506
  pagination: !1,
@@ -66520,10 +66518,7 @@ function KgWorkStationModal() {
66520
66518
  {
66521
66519
  className: "kg-flex-table",
66522
66520
  dataSource: ga,
66523
- loading: {
66524
- indicator: /* @__PURE__ */ jsxRuntimeExports.jsx(Icon$2, { icon: "eos-icons:three-dots-loading" }),
66525
- spinning: N
66526
- },
66521
+ loading: N,
66527
66522
  columns: wa,
66528
66523
  size: "small",
66529
66524
  pagination: !1,
@@ -70076,7 +70071,7 @@ function fi(e) {
70076
70071
  })
70077
70072
  );
70078
70073
  }
70079
- const version = "0.26.8-beta.0", en$1 = {
70074
+ const version = "0.26.8-beta.1", en$1 = {
70080
70075
  kg: {
70081
70076
  KgAppSelect: {
70082
70077
  businessManager: "Business Manager",
@@ -74515,55 +74510,54 @@ function requireCore() {
74515
74510
  });
74516
74511
  }(core)), core.exports;
74517
74512
  }
74518
- var encBase64 = { exports: {} }, hasRequiredEncBase64;
74519
- function requireEncBase64() {
74520
- return hasRequiredEncBase64 || (hasRequiredEncBase64 = 1, function(e, r) {
74521
- (function(n, a) {
74522
- e.exports = a(requireCore());
74523
- })(commonjsGlobal, function(n) {
74524
- return function() {
74525
- var a = n, o = a.lib, l = o.WordArray, u = a.enc;
74526
- u.Base64 = {
74527
- stringify: function(x) {
74528
- var w = x.words, N = x.sigBytes, U = this._map;
74529
- x.clamp();
74530
- for (var ne = [], oe = 0; oe < N; oe += 3)
74531
- for (var ue = w[oe >>> 2] >>> 24 - oe % 4 * 8 & 255, se = w[oe + 1 >>> 2] >>> 24 - (oe + 1) % 4 * 8 & 255, st = w[oe + 2 >>> 2] >>> 24 - (oe + 2) % 4 * 8 & 255, ut = ue << 16 | se << 8 | st, ta = 0; ta < 4 && oe + ta * 0.75 < N; ta++)
74532
- ne.push(U.charAt(ut >>> 6 * (3 - ta) & 63));
74533
- var ea = U.charAt(64);
74534
- if (ea)
74535
- for (; ne.length % 4; )
74536
- ne.push(ea);
74537
- return ne.join("");
74538
- },
74539
- parse: function(x) {
74540
- var w = x.length, N = this._map, U = this._reverseMap;
74541
- if (!U) {
74542
- U = this._reverseMap = [];
74543
- for (var ne = 0; ne < N.length; ne++)
74544
- U[N.charCodeAt(ne)] = ne;
74545
- }
74546
- var oe = N.charAt(64);
74547
- if (oe) {
74548
- var ue = x.indexOf(oe);
74549
- ue !== -1 && (w = ue);
74550
- }
74551
- return p(x, w, U);
74552
- },
74553
- _map: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="
74554
- };
74555
- function p(x, w, N) {
74556
- for (var U = [], ne = 0, oe = 0; oe < w; oe++)
74557
- if (oe % 4) {
74558
- var ue = N[x.charCodeAt(oe - 1)] << oe % 4 * 2, se = N[x.charCodeAt(oe)] >>> 6 - oe % 4 * 2, st = ue | se;
74559
- U[ne >>> 2] |= st << 24 - ne % 4 * 8, ne++;
74560
- }
74561
- return l.create(U, ne);
74562
- }
74563
- }(), n.enc.Base64;
74564
- });
74565
- }(encBase64)), encBase64.exports;
74566
- }
74513
+ var encBase64 = { exports: {} };
74514
+ (function(e, r) {
74515
+ (function(n, a) {
74516
+ e.exports = a(requireCore());
74517
+ })(commonjsGlobal, function(n) {
74518
+ return function() {
74519
+ var a = n, o = a.lib, l = o.WordArray, u = a.enc;
74520
+ u.Base64 = {
74521
+ stringify: function(x) {
74522
+ var w = x.words, N = x.sigBytes, U = this._map;
74523
+ x.clamp();
74524
+ for (var ne = [], oe = 0; oe < N; oe += 3)
74525
+ for (var ue = w[oe >>> 2] >>> 24 - oe % 4 * 8 & 255, se = w[oe + 1 >>> 2] >>> 24 - (oe + 1) % 4 * 8 & 255, st = w[oe + 2 >>> 2] >>> 24 - (oe + 2) % 4 * 8 & 255, ut = ue << 16 | se << 8 | st, ta = 0; ta < 4 && oe + ta * 0.75 < N; ta++)
74526
+ ne.push(U.charAt(ut >>> 6 * (3 - ta) & 63));
74527
+ var ea = U.charAt(64);
74528
+ if (ea)
74529
+ for (; ne.length % 4; )
74530
+ ne.push(ea);
74531
+ return ne.join("");
74532
+ },
74533
+ parse: function(x) {
74534
+ var w = x.length, N = this._map, U = this._reverseMap;
74535
+ if (!U) {
74536
+ U = this._reverseMap = [];
74537
+ for (var ne = 0; ne < N.length; ne++)
74538
+ U[N.charCodeAt(ne)] = ne;
74539
+ }
74540
+ var oe = N.charAt(64);
74541
+ if (oe) {
74542
+ var ue = x.indexOf(oe);
74543
+ ue !== -1 && (w = ue);
74544
+ }
74545
+ return p(x, w, U);
74546
+ },
74547
+ _map: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="
74548
+ };
74549
+ function p(x, w, N) {
74550
+ for (var U = [], ne = 0, oe = 0; oe < w; oe++)
74551
+ if (oe % 4) {
74552
+ var ue = N[x.charCodeAt(oe - 1)] << oe % 4 * 2, se = N[x.charCodeAt(oe)] >>> 6 - oe % 4 * 2, st = ue | se;
74553
+ U[ne >>> 2] |= st << 24 - ne % 4 * 8, ne++;
74554
+ }
74555
+ return l.create(U, ne);
74556
+ }
74557
+ }(), n.enc.Base64;
74558
+ });
74559
+ })(encBase64);
74560
+ const Base64 = encBase64.exports;
74567
74561
  var md5$1 = { exports: {} };
74568
74562
  (function(e, r) {
74569
74563
  (function(n, a) {
@@ -74934,7 +74928,7 @@ function requireCipherCore() {
74934
74928
  }
74935
74929
  (function(e, r) {
74936
74930
  (function(n, a, o) {
74937
- e.exports = a(requireCore(), requireEncBase64(), md5$1.exports, requireEvpkdf(), requireCipherCore());
74931
+ e.exports = a(requireCore(), encBase64.exports, md5$1.exports, requireEvpkdf(), requireCipherCore());
74938
74932
  })(commonjsGlobal, function(n) {
74939
74933
  return function() {
74940
74934
  var a = n, o = a.lib, l = o.BlockCipher, u = a.algo, p = [], x = [], w = [], N = [], U = [], ne = [], oe = [], ue = [], se = [], st = [];
@@ -74989,7 +74983,7 @@ function requireCipherCore() {
74989
74983
  }(), n.AES;
74990
74984
  });
74991
74985
  })(aes);
74992
- var encBase64Exports = requireEncBase64(), encUtf8 = { exports: {} };
74986
+ var encUtf8 = { exports: {} };
74993
74987
  (function(e, r) {
74994
74988
  (function(n, a) {
74995
74989
  e.exports = a(requireCore());
@@ -75051,10 +75045,10 @@ class AesEncryption {
75051
75045
  }
75052
75046
  }
75053
75047
  function encryptByBase64(e) {
75054
- return UTF8.parse(e).toString(encBase64Exports);
75048
+ return UTF8.parse(e).toString(Base64);
75055
75049
  }
75056
75050
  function decodeByBase64(e) {
75057
- return encBase64Exports.parse(e).toString(UTF8);
75051
+ return Base64.parse(e).toString(UTF8);
75058
75052
  }
75059
75053
  function encryptByMd5(e) {
75060
75054
  return md5(e).toString();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.26.8-beta.0",
3
+ "version": "0.26.8-beta.1",
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/ph": "1.2.5",
40
40
  "@iconify/vue": "4.1.2",
41
41
  "@kengic/core.core": "0.0.1-beta.19",
42
- "@kengic/core.react": "0.0.2-beta.1",
42
+ "@kengic/core.react": "0.0.2-beta.2",
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",