@kengic/vue 0.27.1-beta.1 → 0.27.1-beta.3

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.
Files changed (2) hide show
  1. package/dist/kengic-vue.js +54 -55
  2. package/package.json +1 -1
@@ -70071,7 +70071,7 @@ function fi(e) {
70071
70071
  })
70072
70072
  );
70073
70073
  }
70074
- const version = "0.27.1-beta.1", en$1 = {
70074
+ const version = "0.27.1-beta.3", en$1 = {
70075
70075
  kg: {
70076
70076
  KgAppSelect: {
70077
70077
  businessManager: "Business Manager",
@@ -74510,55 +74510,54 @@ function requireCore() {
74510
74510
  });
74511
74511
  }(core)), core.exports;
74512
74512
  }
74513
- var encBase64 = { exports: {} }, hasRequiredEncBase64;
74514
- function requireEncBase64() {
74515
- return hasRequiredEncBase64 || (hasRequiredEncBase64 = 1, function(e, r) {
74516
- (function(n, a) {
74517
- e.exports = a(requireCore());
74518
- })(commonjsGlobal, function(n) {
74519
- return function() {
74520
- var a = n, o = a.lib, l = o.WordArray, u = a.enc;
74521
- u.Base64 = {
74522
- stringify: function(C) {
74523
- var w = C.words, N = C.sigBytes, U = this._map;
74524
- C.clamp();
74525
- for (var ne = [], oe = 0; oe < N; oe += 3)
74526
- 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++)
74527
- ne.push(U.charAt(ut >>> 6 * (3 - ta) & 63));
74528
- var ea = U.charAt(64);
74529
- if (ea)
74530
- for (; ne.length % 4; )
74531
- ne.push(ea);
74532
- return ne.join("");
74533
- },
74534
- parse: function(C) {
74535
- var w = C.length, N = this._map, U = this._reverseMap;
74536
- if (!U) {
74537
- U = this._reverseMap = [];
74538
- for (var ne = 0; ne < N.length; ne++)
74539
- U[N.charCodeAt(ne)] = ne;
74540
- }
74541
- var oe = N.charAt(64);
74542
- if (oe) {
74543
- var ue = C.indexOf(oe);
74544
- ue !== -1 && (w = ue);
74545
- }
74546
- return p(C, w, U);
74547
- },
74548
- _map: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="
74549
- };
74550
- function p(C, w, N) {
74551
- for (var U = [], ne = 0, oe = 0; oe < w; oe++)
74552
- if (oe % 4) {
74553
- var ue = N[C.charCodeAt(oe - 1)] << oe % 4 * 2, se = N[C.charCodeAt(oe)] >>> 6 - oe % 4 * 2, st = ue | se;
74554
- U[ne >>> 2] |= st << 24 - ne % 4 * 8, ne++;
74555
- }
74556
- return l.create(U, ne);
74557
- }
74558
- }(), n.enc.Base64;
74559
- });
74560
- }(encBase64)), encBase64.exports;
74561
- }
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(C) {
74522
+ var w = C.words, N = C.sigBytes, U = this._map;
74523
+ C.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(C) {
74534
+ var w = C.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 = C.indexOf(oe);
74543
+ ue !== -1 && (w = ue);
74544
+ }
74545
+ return p(C, w, U);
74546
+ },
74547
+ _map: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="
74548
+ };
74549
+ function p(C, w, N) {
74550
+ for (var U = [], ne = 0, oe = 0; oe < w; oe++)
74551
+ if (oe % 4) {
74552
+ var ue = N[C.charCodeAt(oe - 1)] << oe % 4 * 2, se = N[C.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;
74562
74561
  var md5 = { exports: {} }, hasRequiredMd5;
74563
74562
  function requireMd5() {
74564
74563
  return hasRequiredMd5 || (hasRequiredMd5 = 1, function(e, r) {
@@ -74930,7 +74929,7 @@ function requireCipherCore() {
74930
74929
  }
74931
74930
  (function(e, r) {
74932
74931
  (function(n, a, o) {
74933
- e.exports = a(requireCore(), requireEncBase64(), requireMd5(), requireEvpkdf(), requireCipherCore());
74932
+ e.exports = a(requireCore(), encBase64.exports, requireMd5(), requireEvpkdf(), requireCipherCore());
74934
74933
  })(commonjsGlobal, function(n) {
74935
74934
  return function() {
74936
74935
  var a = n, o = a.lib, l = o.BlockCipher, u = a.algo, p = [], C = [], w = [], N = [], U = [], ne = [], oe = [], ue = [], se = [], st = [];
@@ -74985,7 +74984,7 @@ function requireCipherCore() {
74985
74984
  }(), n.AES;
74986
74985
  });
74987
74986
  })(aes);
74988
- var encBase64Exports = requireEncBase64(), encUtf8 = { exports: {} };
74987
+ var encUtf8 = { exports: {} };
74989
74988
  (function(e, r) {
74990
74989
  (function(n, a) {
74991
74990
  e.exports = a(requireCore());
@@ -75047,10 +75046,10 @@ class AesEncryption {
75047
75046
  }
75048
75047
  }
75049
75048
  function encryptByBase64(e) {
75050
- return UTF8.parse(e).toString(encBase64Exports);
75049
+ return UTF8.parse(e).toString(Base64);
75051
75050
  }
75052
75051
  function decodeByBase64(e) {
75053
- return encBase64Exports.parse(e).toString(UTF8);
75052
+ return Base64.parse(e).toString(UTF8);
75054
75053
  }
75055
75054
  function encryptByMd5(e) {
75056
75055
  return md5Exports(e).toString();
@@ -90022,7 +90021,7 @@ const getProps$F = () => ({
90022
90021
  w.onRetrieve(async () => {
90023
90022
  var ut;
90024
90023
  for (let ta of w.varButtons.value)
90025
- w.patchVarButton({
90024
+ ta.typ !== KG__VAR_BUTTON__TYPE.SEARCH && w.patchVarButton({
90026
90025
  varName: ta.var_nam,
90027
90026
  properties: {
90028
90027
  available_flag: 0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.27.1-beta.1",
3
+ "version": "0.27.1-beta.3",
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",