@kengic/vue 0.26.6-beta.37 → 0.26.6-beta.38
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 +60 -59
- package/package.json +2 -2
- /package/dist/{close-outlined-DMcSQWxQ.9897a61e.mjs → close-outlined-DMcSQWxQ.9558d7c8.mjs} +0 -0
- /package/dist/{fullscreen-exit-outlined-X1iYkFc4.a5ba09fb.mjs → fullscreen-exit-outlined-X1iYkFc4.c8f99960.mjs} +0 -0
- /package/dist/{fullscreen-outlined-DDBrsRcy.3fc3617f.mjs → fullscreen-outlined-DDBrsRcy.8bf7d58d.mjs} +0 -0
package/dist/kengic-vue.js
CHANGED
@@ -2693,9 +2693,9 @@ N.forwardRef((e, n) => KN({
|
|
2693
2693
|
...e,
|
2694
2694
|
_ref: n
|
2695
2695
|
}));
|
2696
|
-
import("./close-outlined-DMcSQWxQ.
|
2697
|
-
import("./fullscreen-exit-outlined-X1iYkFc4.
|
2698
|
-
import("./fullscreen-outlined-DDBrsRcy.
|
2696
|
+
import("./close-outlined-DMcSQWxQ.9558d7c8.mjs").then(({ default: e }) => iS("ant-design:close-outlined", e));
|
2697
|
+
import("./fullscreen-exit-outlined-X1iYkFc4.c8f99960.mjs").then(({ default: e }) => iS("ant-design:fullscreen-exit-outlined", e));
|
2698
|
+
import("./fullscreen-outlined-DDBrsRcy.8bf7d58d.mjs").then(({ default: e }) => iS("ant-design:fullscreen-outlined", e));
|
2699
2699
|
var Y1 = { exports: {} }, Wh = {};
|
2700
2700
|
/**
|
2701
2701
|
* @license React
|
@@ -34674,10 +34674,12 @@ function sB(e, n, r) {
|
|
34674
34674
|
}
|
34675
34675
|
function cB({}) {
|
34676
34676
|
var l;
|
34677
|
-
const e = N.useRef(null), n = VV()
|
34677
|
+
const e = N.useRef(null), n = VV();
|
34678
|
+
console.log("000", n.kgIsDefaultFullscreen);
|
34679
|
+
const [r, o] = N.useState((l = n.kgIsDefaultFullscreen) != null ? l : !1);
|
34678
34680
|
N.useEffect(() => {
|
34679
34681
|
const g = sB(e.current, "parentElement.parentElement.parentElement.parentElement.parentElement.parentElement");
|
34680
|
-
g && (r ? g.classList.add("kgcr--kg-modal--fullscreen") : g.classList.remove("kgcr--kg-modal--fullscreen"));
|
34682
|
+
console.log("111", g, r), g && (r ? g.classList.add("kgcr--kg-modal--fullscreen") : g.classList.remove("kgcr--kg-modal--fullscreen"));
|
34681
34683
|
}, [r]);
|
34682
34684
|
function s(g) {
|
34683
34685
|
g.stopPropagation(), g.preventDefault(), o((m) => !m);
|
@@ -37990,7 +37992,7 @@ const emptyIcon = {
|
|
37990
37992
|
...n.data
|
37991
37993
|
}, r);
|
37992
37994
|
}
|
37993
|
-
}), version = "0.26.6-beta.
|
37995
|
+
}), version = "0.26.6-beta.38";
|
37994
37996
|
var freeGlobal = typeof global == "object" && global && global.Object === Object && global;
|
37995
37997
|
const freeGlobal$1 = freeGlobal;
|
37996
37998
|
var freeSelf = typeof self == "object" && self && self.Object === Object && self, root = freeGlobal$1 || freeSelf || Function("return this")();
|
@@ -44213,55 +44215,54 @@ function requireCore() {
|
|
44213
44215
|
});
|
44214
44216
|
}(core)), core.exports;
|
44215
44217
|
}
|
44216
|
-
var encBase64 = { exports: {} }
|
44217
|
-
function
|
44218
|
-
|
44219
|
-
(
|
44220
|
-
|
44221
|
-
|
44222
|
-
|
44223
|
-
|
44224
|
-
|
44225
|
-
|
44226
|
-
|
44227
|
-
|
44228
|
-
for (var
|
44229
|
-
|
44230
|
-
|
44231
|
-
|
44232
|
-
|
44233
|
-
|
44234
|
-
|
44235
|
-
|
44236
|
-
|
44237
|
-
|
44238
|
-
|
44239
|
-
|
44240
|
-
|
44241
|
-
|
44242
|
-
|
44243
|
-
|
44244
|
-
|
44245
|
-
|
44246
|
-
|
44247
|
-
|
44248
|
-
|
44249
|
-
|
44250
|
-
|
44251
|
-
|
44252
|
-
|
44253
|
-
|
44254
|
-
|
44255
|
-
|
44256
|
-
|
44257
|
-
|
44258
|
-
|
44259
|
-
|
44260
|
-
|
44261
|
-
|
44262
|
-
|
44263
|
-
|
44264
|
-
}
|
44218
|
+
var encBase64 = { exports: {} };
|
44219
|
+
(function(e, n) {
|
44220
|
+
(function(r, o) {
|
44221
|
+
e.exports = o(requireCore());
|
44222
|
+
})(commonjsGlobal, function(r) {
|
44223
|
+
return function() {
|
44224
|
+
var o = r, s = o.lib, l = s.WordArray, g = o.enc;
|
44225
|
+
g.Base64 = {
|
44226
|
+
stringify: function(b) {
|
44227
|
+
var E = b.words, T = b.sigBytes, w = this._map;
|
44228
|
+
b.clamp();
|
44229
|
+
for (var D = [], M = 0; M < T; M += 3)
|
44230
|
+
for (var P = E[M >>> 2] >>> 24 - M % 4 * 8 & 255, x = E[M + 1 >>> 2] >>> 24 - (M + 1) % 4 * 8 & 255, F = E[M + 2 >>> 2] >>> 24 - (M + 2) % 4 * 8 & 255, L = P << 16 | x << 8 | F, K = 0; K < 4 && M + K * 0.75 < T; K++)
|
44231
|
+
D.push(w.charAt(L >>> 6 * (3 - K) & 63));
|
44232
|
+
var U = w.charAt(64);
|
44233
|
+
if (U)
|
44234
|
+
for (; D.length % 4; )
|
44235
|
+
D.push(U);
|
44236
|
+
return D.join("");
|
44237
|
+
},
|
44238
|
+
parse: function(b) {
|
44239
|
+
var E = b.length, T = this._map, w = this._reverseMap;
|
44240
|
+
if (!w) {
|
44241
|
+
w = this._reverseMap = [];
|
44242
|
+
for (var D = 0; D < T.length; D++)
|
44243
|
+
w[T.charCodeAt(D)] = D;
|
44244
|
+
}
|
44245
|
+
var M = T.charAt(64);
|
44246
|
+
if (M) {
|
44247
|
+
var P = b.indexOf(M);
|
44248
|
+
P !== -1 && (E = P);
|
44249
|
+
}
|
44250
|
+
return m(b, E, w);
|
44251
|
+
},
|
44252
|
+
_map: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="
|
44253
|
+
};
|
44254
|
+
function m(b, E, T) {
|
44255
|
+
for (var w = [], D = 0, M = 0; M < E; M++)
|
44256
|
+
if (M % 4) {
|
44257
|
+
var P = T[b.charCodeAt(M - 1)] << M % 4 * 2, x = T[b.charCodeAt(M)] >>> 6 - M % 4 * 2, F = P | x;
|
44258
|
+
w[D >>> 2] |= F << 24 - D % 4 * 8, D++;
|
44259
|
+
}
|
44260
|
+
return l.create(w, D);
|
44261
|
+
}
|
44262
|
+
}(), r.enc.Base64;
|
44263
|
+
});
|
44264
|
+
})(encBase64);
|
44265
|
+
const Base64 = encBase64.exports;
|
44265
44266
|
var md5 = { exports: {} }, hasRequiredMd5;
|
44266
44267
|
function requireMd5() {
|
44267
44268
|
return hasRequiredMd5 || (hasRequiredMd5 = 1, function(e, n) {
|
@@ -44633,7 +44634,7 @@ function requireCipherCore() {
|
|
44633
44634
|
}
|
44634
44635
|
(function(e, n) {
|
44635
44636
|
(function(r, o, s) {
|
44636
|
-
e.exports = o(requireCore(),
|
44637
|
+
e.exports = o(requireCore(), encBase64.exports, requireMd5(), requireEvpkdf(), requireCipherCore());
|
44637
44638
|
})(commonjsGlobal, function(r) {
|
44638
44639
|
return function() {
|
44639
44640
|
var o = r, s = o.lib, l = s.BlockCipher, g = o.algo, m = [], b = [], E = [], T = [], w = [], D = [], M = [], P = [], x = [], F = [];
|
@@ -44688,7 +44689,7 @@ function requireCipherCore() {
|
|
44688
44689
|
}(), r.AES;
|
44689
44690
|
});
|
44690
44691
|
})(aes);
|
44691
|
-
var
|
44692
|
+
var encUtf8 = { exports: {} };
|
44692
44693
|
(function(e, n) {
|
44693
44694
|
(function(r, o) {
|
44694
44695
|
e.exports = o(requireCore());
|
@@ -44750,10 +44751,10 @@ class AesEncryption {
|
|
44750
44751
|
}
|
44751
44752
|
}
|
44752
44753
|
function encryptByBase64(e) {
|
44753
|
-
return UTF8.parse(e).toString(
|
44754
|
+
return UTF8.parse(e).toString(Base64);
|
44754
44755
|
}
|
44755
44756
|
function decodeByBase64(e) {
|
44756
|
-
return
|
44757
|
+
return Base64.parse(e).toString(UTF8);
|
44757
44758
|
}
|
44758
44759
|
function encryptByMd5(e) {
|
44759
44760
|
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.
|
3
|
+
"version": "0.26.6-beta.38",
|
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.1",
|
42
|
-
"@kengic/core": "6.0.1-beta.
|
42
|
+
"@kengic/core": "6.0.1-beta.43",
|
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",
|
File without changes
|
File without changes
|
File without changes
|