@kengic/vue 0.26.6-beta.91 → 0.26.6-beta.92

Sign up to get free protection for your applications and to get access to all the features.
@@ -2694,9 +2694,9 @@ C.forwardRef((e, n) => $k({
2694
2694
  ...e,
2695
2695
  _ref: n
2696
2696
  }));
2697
- import("./close-outlined-DMcSQWxQ.d9b56a5c.mjs").then(({ default: e }) => BS("ant-design:close-outlined", e));
2698
- import("./fullscreen-exit-outlined-X1iYkFc4.0ce5fd3a.mjs").then(({ default: e }) => BS("ant-design:fullscreen-exit-outlined", e));
2699
- import("./fullscreen-outlined-DDBrsRcy.37357723.mjs").then(({ default: e }) => BS("ant-design:fullscreen-outlined", e));
2697
+ import("./close-outlined-DMcSQWxQ.94d623ae.mjs").then(({ default: e }) => BS("ant-design:close-outlined", e));
2698
+ import("./fullscreen-exit-outlined-X1iYkFc4.eb5a434a.mjs").then(({ default: e }) => BS("ant-design:fullscreen-exit-outlined", e));
2699
+ import("./fullscreen-outlined-DDBrsRcy.70e58956.mjs").then(({ default: e }) => BS("ant-design:fullscreen-outlined", e));
2700
2700
  var Gw = { exports: {} }, Gm = {};
2701
2701
  /**
2702
2702
  * @license React
@@ -44690,14 +44690,18 @@ class Nee extends HTMLElement {
44690
44690
  function Mee() {
44691
44691
  customElements.define("kg-var-config", Nee);
44692
44692
  }
44693
- function Pee() {
44694
- return /* @__PURE__ */ Un.jsx(Un.Fragment, { children: /* @__PURE__ */ Un.jsx(
44693
+ function Pee(e) {
44694
+ return /* @__PURE__ */ Un.jsx(Un.Fragment, { children: /* @__PURE__ */ Un.jsxs(
44695
44695
  c_,
44696
44696
  {
44697
44697
  className: "text",
44698
44698
  placement: "bottomRight",
44699
44699
  title: "TITLE",
44700
- children: "TODO"
44700
+ children: [
44701
+ "TODO[",
44702
+ e.id,
44703
+ "]"
44704
+ ]
44701
44705
  }
44702
44706
  ) });
44703
44707
  }
@@ -44706,10 +44710,13 @@ class Dee extends HTMLElement {
44706
44710
  super(), Xx(this, "unmount", null);
44707
44711
  }
44708
44712
  connectedCallback() {
44709
- const n = ES(this);
44710
- n.render(
44711
- /* @__PURE__ */ Un.jsx(FI, { children: /* @__PURE__ */ Un.jsx(Pee, {}) })
44712
- ), this.unmount = () => n.unmount();
44713
+ var o;
44714
+ const n = (o = this.getAttribute("id")) != null ? o : "";
44715
+ console.log("333", n);
44716
+ const r = ES(this);
44717
+ r.render(
44718
+ /* @__PURE__ */ Un.jsx(FI, { children: /* @__PURE__ */ Un.jsx(Pee, { id: n }) })
44719
+ ), this.unmount = () => r.unmount();
44713
44720
  }
44714
44721
  disconnectedCallback() {
44715
44722
  var n;
@@ -47191,7 +47198,7 @@ const emptyIcon = {
47191
47198
  ...n.data
47192
47199
  }, r);
47193
47200
  }
47194
- }), version = "0.26.6-beta.91";
47201
+ }), version = "0.26.6-beta.92";
47195
47202
  /**
47196
47203
  * filesize
47197
47204
  *
@@ -49975,55 +49982,54 @@ function requireCore() {
49975
49982
  });
49976
49983
  }(core)), core.exports;
49977
49984
  }
49978
- var encBase64 = { exports: {} }, hasRequiredEncBase64;
49979
- function requireEncBase64() {
49980
- return hasRequiredEncBase64 || (hasRequiredEncBase64 = 1, function(e, n) {
49981
- (function(r, o) {
49982
- e.exports = o(requireCore());
49983
- })(commonjsGlobal, function(r) {
49984
- return function() {
49985
- var o = r, l = o.lib, u = l.WordArray, v = o.enc;
49986
- v.Base64 = {
49987
- stringify: function(R) {
49988
- var x = R.words, B = R.sigBytes, G = this._map;
49989
- R.clamp();
49990
- for (var z = [], q = 0; q < B; q += 3)
49991
- for (var Z = x[q >>> 2] >>> 24 - q % 4 * 8 & 255, J = x[q + 1 >>> 2] >>> 24 - (q + 1) % 4 * 8 & 255, le = x[q + 2 >>> 2] >>> 24 - (q + 2) % 4 * 8 & 255, se = Z << 16 | J << 8 | le, fe = 0; fe < 4 && q + fe * 0.75 < B; fe++)
49992
- z.push(G.charAt(se >>> 6 * (3 - fe) & 63));
49993
- var Ce = G.charAt(64);
49994
- if (Ce)
49995
- for (; z.length % 4; )
49996
- z.push(Ce);
49997
- return z.join("");
49998
- },
49999
- parse: function(R) {
50000
- var x = R.length, B = this._map, G = this._reverseMap;
50001
- if (!G) {
50002
- G = this._reverseMap = [];
50003
- for (var z = 0; z < B.length; z++)
50004
- G[B.charCodeAt(z)] = z;
50005
- }
50006
- var q = B.charAt(64);
50007
- if (q) {
50008
- var Z = R.indexOf(q);
50009
- Z !== -1 && (x = Z);
50010
- }
50011
- return b(R, x, G);
50012
- },
50013
- _map: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="
50014
- };
50015
- function b(R, x, B) {
50016
- for (var G = [], z = 0, q = 0; q < x; q++)
50017
- if (q % 4) {
50018
- var Z = B[R.charCodeAt(q - 1)] << q % 4 * 2, J = B[R.charCodeAt(q)] >>> 6 - q % 4 * 2, le = Z | J;
50019
- G[z >>> 2] |= le << 24 - z % 4 * 8, z++;
50020
- }
50021
- return u.create(G, z);
50022
- }
50023
- }(), r.enc.Base64;
50024
- });
50025
- }(encBase64)), encBase64.exports;
50026
- }
49985
+ var encBase64 = { exports: {} };
49986
+ (function(e, n) {
49987
+ (function(r, o) {
49988
+ e.exports = o(requireCore());
49989
+ })(commonjsGlobal, function(r) {
49990
+ return function() {
49991
+ var o = r, l = o.lib, u = l.WordArray, v = o.enc;
49992
+ v.Base64 = {
49993
+ stringify: function(R) {
49994
+ var x = R.words, B = R.sigBytes, G = this._map;
49995
+ R.clamp();
49996
+ for (var z = [], q = 0; q < B; q += 3)
49997
+ for (var Z = x[q >>> 2] >>> 24 - q % 4 * 8 & 255, J = x[q + 1 >>> 2] >>> 24 - (q + 1) % 4 * 8 & 255, le = x[q + 2 >>> 2] >>> 24 - (q + 2) % 4 * 8 & 255, se = Z << 16 | J << 8 | le, fe = 0; fe < 4 && q + fe * 0.75 < B; fe++)
49998
+ z.push(G.charAt(se >>> 6 * (3 - fe) & 63));
49999
+ var Ce = G.charAt(64);
50000
+ if (Ce)
50001
+ for (; z.length % 4; )
50002
+ z.push(Ce);
50003
+ return z.join("");
50004
+ },
50005
+ parse: function(R) {
50006
+ var x = R.length, B = this._map, G = this._reverseMap;
50007
+ if (!G) {
50008
+ G = this._reverseMap = [];
50009
+ for (var z = 0; z < B.length; z++)
50010
+ G[B.charCodeAt(z)] = z;
50011
+ }
50012
+ var q = B.charAt(64);
50013
+ if (q) {
50014
+ var Z = R.indexOf(q);
50015
+ Z !== -1 && (x = Z);
50016
+ }
50017
+ return b(R, x, G);
50018
+ },
50019
+ _map: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="
50020
+ };
50021
+ function b(R, x, B) {
50022
+ for (var G = [], z = 0, q = 0; q < x; q++)
50023
+ if (q % 4) {
50024
+ var Z = B[R.charCodeAt(q - 1)] << q % 4 * 2, J = B[R.charCodeAt(q)] >>> 6 - q % 4 * 2, le = Z | J;
50025
+ G[z >>> 2] |= le << 24 - z % 4 * 8, z++;
50026
+ }
50027
+ return u.create(G, z);
50028
+ }
50029
+ }(), r.enc.Base64;
50030
+ });
50031
+ })(encBase64);
50032
+ const Base64 = encBase64.exports;
50027
50033
  var md5 = { exports: {} }, hasRequiredMd5;
50028
50034
  function requireMd5() {
50029
50035
  return hasRequiredMd5 || (hasRequiredMd5 = 1, function(e, n) {
@@ -50395,7 +50401,7 @@ function requireCipherCore() {
50395
50401
  }
50396
50402
  (function(e, n) {
50397
50403
  (function(r, o, l) {
50398
- e.exports = o(requireCore(), requireEncBase64(), requireMd5(), requireEvpkdf(), requireCipherCore());
50404
+ e.exports = o(requireCore(), encBase64.exports, requireMd5(), requireEvpkdf(), requireCipherCore());
50399
50405
  })(commonjsGlobal, function(r) {
50400
50406
  return function() {
50401
50407
  var o = r, l = o.lib, u = l.BlockCipher, v = o.algo, b = [], R = [], x = [], B = [], G = [], z = [], q = [], Z = [], J = [], le = [];
@@ -50450,7 +50456,7 @@ function requireCipherCore() {
50450
50456
  }(), r.AES;
50451
50457
  });
50452
50458
  })(aes);
50453
- var encBase64Exports = requireEncBase64(), encUtf8 = { exports: {} };
50459
+ var encUtf8 = { exports: {} };
50454
50460
  (function(e, n) {
50455
50461
  (function(r, o) {
50456
50462
  e.exports = o(requireCore());
@@ -50512,10 +50518,10 @@ class AesEncryption {
50512
50518
  }
50513
50519
  }
50514
50520
  function encryptByBase64(e) {
50515
- return UTF8.parse(e).toString(encBase64Exports);
50521
+ return UTF8.parse(e).toString(Base64);
50516
50522
  }
50517
50523
  function decodeByBase64(e) {
50518
- return encBase64Exports.parse(e).toString(UTF8);
50524
+ return Base64.parse(e).toString(UTF8);
50519
50525
  }
50520
50526
  function encryptByMd5(e) {
50521
50527
  return md5Exports(e).toString();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.26.6-beta.91",
3
+ "version": "0.26.6-beta.92",
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/mdi": "1.2.48",
40
40
  "@iconify-icons/ph": "1.2.5",
41
41
  "@iconify/vue": "4.1.2",
42
- "@kengic/core": "6.0.1-beta.101",
42
+ "@kengic/core": "6.0.1-beta.102",
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",