@kengic/vue 0.30.1-beta.100 → 0.30.1-beta.101
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/bin/postinstall.mjs +19 -1
- package/dist/kengic-vue.js +54 -53
- package/package.json +1 -1
package/bin/postinstall.mjs
CHANGED
|
@@ -27,7 +27,25 @@ log(`当前目录 | ${process.cwd()}`);
|
|
|
27
27
|
/**
|
|
28
28
|
* 要排除的包名列表.
|
|
29
29
|
*/
|
|
30
|
-
const EXCLUDE_PACKAGE_LIST = [
|
|
30
|
+
const EXCLUDE_PACKAGE_LIST = [
|
|
31
|
+
'@iconify-icons/akar-icons',
|
|
32
|
+
'@iconify-icons/ant-design',
|
|
33
|
+
'@iconify-icons/eos-icons',
|
|
34
|
+
'@iconify-icons/fluent-mdl2',
|
|
35
|
+
'@iconify-icons/material-symbols',
|
|
36
|
+
'@iconify-icons/mdi',
|
|
37
|
+
'@iconify-icons/ph',
|
|
38
|
+
'@kengic/core.core',
|
|
39
|
+
'@kengic/core.react',
|
|
40
|
+
'@thymine/xunee',
|
|
41
|
+
'@types/md5',
|
|
42
|
+
'@types/semver',
|
|
43
|
+
'chalk',
|
|
44
|
+
'filesize',
|
|
45
|
+
'screenfull',
|
|
46
|
+
'semver',
|
|
47
|
+
'uuid',
|
|
48
|
+
];
|
|
31
49
|
|
|
32
50
|
let json01 = null;
|
|
33
51
|
|
package/dist/kengic-vue.js
CHANGED
|
@@ -168248,7 +168248,7 @@ function _interopRequireDefault(oe) {
|
|
|
168248
168248
|
return oe && oe.__esModule ? oe : { default: oe };
|
|
168249
168249
|
}
|
|
168250
168250
|
default_1 = zhTW.default = _zhCHT.default;
|
|
168251
|
-
const version = "0.30.1-beta.
|
|
168251
|
+
const version = "0.30.1-beta.101", cs_CZ$1 = {}, en$2 = {
|
|
168252
168252
|
"kg.KgAppSelect.businessManager": "Business Manager",
|
|
168253
168253
|
"kg.KgAppSelect.dataManager": "Data Manager",
|
|
168254
168254
|
"kg.KgAppSelect.sys": "System Config",
|
|
@@ -171313,54 +171313,55 @@ function requireCore() {
|
|
|
171313
171313
|
});
|
|
171314
171314
|
}(core)), core.exports;
|
|
171315
171315
|
}
|
|
171316
|
-
var encBase64 = { exports: {} };
|
|
171317
|
-
|
|
171318
|
-
(function(
|
|
171319
|
-
|
|
171320
|
-
|
|
171321
|
-
|
|
171322
|
-
|
|
171323
|
-
|
|
171324
|
-
|
|
171325
|
-
|
|
171326
|
-
|
|
171327
|
-
|
|
171328
|
-
for (var
|
|
171329
|
-
|
|
171330
|
-
|
|
171331
|
-
|
|
171332
|
-
|
|
171333
|
-
ca.
|
|
171334
|
-
|
|
171335
|
-
|
|
171336
|
-
|
|
171337
|
-
|
|
171338
|
-
|
|
171339
|
-
sa
|
|
171340
|
-
|
|
171341
|
-
|
|
171342
|
-
|
|
171343
|
-
|
|
171344
|
-
|
|
171345
|
-
|
|
171346
|
-
|
|
171347
|
-
|
|
171348
|
-
|
|
171349
|
-
|
|
171350
|
-
|
|
171351
|
-
|
|
171352
|
-
|
|
171353
|
-
|
|
171354
|
-
|
|
171355
|
-
|
|
171356
|
-
|
|
171357
|
-
|
|
171358
|
-
|
|
171359
|
-
|
|
171360
|
-
|
|
171361
|
-
|
|
171362
|
-
})
|
|
171363
|
-
|
|
171316
|
+
var encBase64 = { exports: {} }, hasRequiredEncBase64;
|
|
171317
|
+
function requireEncBase64() {
|
|
171318
|
+
return hasRequiredEncBase64 || (hasRequiredEncBase64 = 1, function(oe, ae) {
|
|
171319
|
+
(function(ie, ue) {
|
|
171320
|
+
oe.exports = ue(requireCore());
|
|
171321
|
+
})(commonjsGlobal, function(ie) {
|
|
171322
|
+
return function() {
|
|
171323
|
+
var ue = ie, ea = ue.lib, ta = ea.WordArray, na = ue.enc;
|
|
171324
|
+
na.Base64 = {
|
|
171325
|
+
stringify: function(oa) {
|
|
171326
|
+
var aa = oa.words, la = oa.sigBytes, sa = this._map;
|
|
171327
|
+
oa.clamp();
|
|
171328
|
+
for (var ca = [], ua = 0; ua < la; ua += 3)
|
|
171329
|
+
for (var ga = aa[ua >>> 2] >>> 24 - ua % 4 * 8 & 255, da = aa[ua + 1 >>> 2] >>> 24 - (ua + 1) % 4 * 8 & 255, fa = aa[ua + 2 >>> 2] >>> 24 - (ua + 2) % 4 * 8 & 255, ma = ga << 16 | da << 8 | fa, ha = 0; ha < 4 && ua + ha * 0.75 < la; ha++)
|
|
171330
|
+
ca.push(sa.charAt(ma >>> 6 * (3 - ha) & 63));
|
|
171331
|
+
var va = sa.charAt(64);
|
|
171332
|
+
if (va)
|
|
171333
|
+
for (; ca.length % 4; )
|
|
171334
|
+
ca.push(va);
|
|
171335
|
+
return ca.join("");
|
|
171336
|
+
},
|
|
171337
|
+
parse: function(oa) {
|
|
171338
|
+
var aa = oa.length, la = this._map, sa = this._reverseMap;
|
|
171339
|
+
if (!sa) {
|
|
171340
|
+
sa = this._reverseMap = [];
|
|
171341
|
+
for (var ca = 0; ca < la.length; ca++)
|
|
171342
|
+
sa[la.charCodeAt(ca)] = ca;
|
|
171343
|
+
}
|
|
171344
|
+
var ua = la.charAt(64);
|
|
171345
|
+
if (ua) {
|
|
171346
|
+
var ga = oa.indexOf(ua);
|
|
171347
|
+
ga !== -1 && (aa = ga);
|
|
171348
|
+
}
|
|
171349
|
+
return ra(oa, aa, sa);
|
|
171350
|
+
},
|
|
171351
|
+
_map: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="
|
|
171352
|
+
};
|
|
171353
|
+
function ra(oa, aa, la) {
|
|
171354
|
+
for (var sa = [], ca = 0, ua = 0; ua < aa; ua++)
|
|
171355
|
+
if (ua % 4) {
|
|
171356
|
+
var ga = la[oa.charCodeAt(ua - 1)] << ua % 4 * 2, da = la[oa.charCodeAt(ua)] >>> 6 - ua % 4 * 2, fa = ga | da;
|
|
171357
|
+
sa[ca >>> 2] |= fa << 24 - ca % 4 * 8, ca++;
|
|
171358
|
+
}
|
|
171359
|
+
return ta.create(sa, ca);
|
|
171360
|
+
}
|
|
171361
|
+
}(), ie.enc.Base64;
|
|
171362
|
+
});
|
|
171363
|
+
}(encBase64)), encBase64.exports;
|
|
171364
|
+
}
|
|
171364
171365
|
var md5$1 = { exports: {} }, hasRequiredMd5;
|
|
171365
171366
|
function requireMd5() {
|
|
171366
171367
|
return hasRequiredMd5 || (hasRequiredMd5 = 1, function(oe, ae) {
|
|
@@ -171732,7 +171733,7 @@ function requireCipherCore() {
|
|
|
171732
171733
|
}
|
|
171733
171734
|
(function(oe, ae) {
|
|
171734
171735
|
(function(ie, ue, ea) {
|
|
171735
|
-
oe.exports = ue(requireCore(),
|
|
171736
|
+
oe.exports = ue(requireCore(), requireEncBase64(), requireMd5(), requireEvpkdf(), requireCipherCore());
|
|
171736
171737
|
})(commonjsGlobal, function(ie) {
|
|
171737
171738
|
return function() {
|
|
171738
171739
|
var ue = ie, ea = ue.lib, ta = ea.BlockCipher, na = ue.algo, ra = [], oa = [], aa = [], la = [], sa = [], ca = [], ua = [], ga = [], da = [], fa = [];
|
|
@@ -171787,7 +171788,7 @@ function requireCipherCore() {
|
|
|
171787
171788
|
}(), ie.AES;
|
|
171788
171789
|
});
|
|
171789
171790
|
})(aes);
|
|
171790
|
-
var encUtf8 = { exports: {} };
|
|
171791
|
+
var encBase64Exports = requireEncBase64(), encUtf8 = { exports: {} };
|
|
171791
171792
|
(function(oe, ae) {
|
|
171792
171793
|
(function(ie, ue) {
|
|
171793
171794
|
oe.exports = ue(requireCore());
|
|
@@ -171849,10 +171850,10 @@ class AesEncryption {
|
|
|
171849
171850
|
}
|
|
171850
171851
|
}
|
|
171851
171852
|
function encryptByBase64(oe) {
|
|
171852
|
-
return UTF8.parse(oe).toString(
|
|
171853
|
+
return UTF8.parse(oe).toString(encBase64Exports);
|
|
171853
171854
|
}
|
|
171854
171855
|
function decodeByBase64(oe) {
|
|
171855
|
-
return
|
|
171856
|
+
return encBase64Exports.parse(oe).toString(UTF8);
|
|
171856
171857
|
}
|
|
171857
171858
|
function encryptByMd5(oe) {
|
|
171858
171859
|
return md5Exports(oe).toString();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kengic/vue",
|
|
3
|
-
"version": "0.30.1-beta.
|
|
3
|
+
"version": "0.30.1-beta.101",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "npm run use-node && rimraf dist && vue-tsc && vite build",
|
|
6
6
|
"build--development": "npm run use-node && rimraf dist && vue-tsc && vite build --mode development",
|