@solar-taro/ui-sun 2.5.1 → 2.5.2

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/index53.js CHANGED
@@ -1,68 +1,14 @@
1
- import { commonjsGlobal as L } from "./index57.js";
2
- import { __module as H } from "./index58.js";
3
- import { __require as Q } from "./index59.js";
4
- import { __require as T } from "./index60.js";
5
- import { __require as Y } from "./index61.js";
6
- import { __require as Z } from "./index62.js";
7
- import { __require as $ } from "./index63.js";
8
- (function(I, J) {
9
- (function(s, l, V) {
10
- I.exports = l(Q(), T(), Y(), Z(), $());
11
- })(L, function(s) {
12
- return function() {
13
- var l = s, V = l.lib, A = V.BlockCipher, W = l.algo, t = [], g = [], z = [], P = [], j = [], k = [], d = [], h = [], C = [], q = [];
14
- (function() {
15
- for (var r = [], f = 0; f < 256; f++)
16
- f < 128 ? r[f] = f << 1 : r[f] = f << 1 ^ 283;
17
- for (var v = 0, i = 0, f = 0; f < 256; f++) {
18
- var e = i ^ i << 1 ^ i << 2 ^ i << 3 ^ i << 4;
19
- e = e >>> 8 ^ e & 255 ^ 99, t[v] = e, g[e] = v;
20
- var _ = r[v], n = r[_], a = r[n], x = r[e] * 257 ^ e * 16843008;
21
- z[v] = x << 24 | x >>> 8, P[v] = x << 16 | x >>> 16, j[v] = x << 8 | x >>> 24, k[v] = x;
22
- var x = a * 16843009 ^ n * 65537 ^ _ * 257 ^ v * 16843008;
23
- d[e] = x << 24 | x >>> 8, h[e] = x << 16 | x >>> 16, C[e] = x << 8 | x >>> 24, q[e] = x, v ? (v = _ ^ r[r[r[a ^ _]]], i ^= r[r[i]]) : v = i = 1;
24
- }
25
- })();
26
- var D = [0, 1, 2, 4, 8, 16, 32, 64, 128, 27, 54], F = W.AES = A.extend({
27
- _doReset: function() {
28
- var r;
29
- if (!(this._nRounds && this._keyPriorReset === this._key)) {
30
- for (var f = this._keyPriorReset = this._key, v = f.words, i = f.sigBytes / 4, e = this._nRounds = i + 6, _ = (e + 1) * 4, n = this._keySchedule = [], a = 0; a < _; a++)
31
- a < i ? n[a] = v[a] : (r = n[a - 1], a % i ? i > 6 && a % i == 4 && (r = t[r >>> 24] << 24 | t[r >>> 16 & 255] << 16 | t[r >>> 8 & 255] << 8 | t[r & 255]) : (r = r << 8 | r >>> 24, r = t[r >>> 24] << 24 | t[r >>> 16 & 255] << 16 | t[r >>> 8 & 255] << 8 | t[r & 255], r ^= D[a / i | 0] << 24), n[a] = n[a - i] ^ r);
32
- for (var x = this._invKeySchedule = [], o = 0; o < _; o++) {
33
- var a = _ - o;
34
- if (o % 4)
35
- var r = n[a];
36
- else
37
- var r = n[a - 4];
38
- o < 4 || a <= 4 ? x[o] = r : x[o] = d[t[r >>> 24]] ^ h[t[r >>> 16 & 255]] ^ C[t[r >>> 8 & 255]] ^ q[t[r & 255]];
39
- }
40
- }
41
- },
42
- encryptBlock: function(r, f) {
43
- this._doCryptBlock(r, f, this._keySchedule, z, P, j, k, t);
44
- },
45
- decryptBlock: function(r, f) {
46
- var v = r[f + 1];
47
- r[f + 1] = r[f + 3], r[f + 3] = v, this._doCryptBlock(r, f, this._invKeySchedule, d, h, C, q, g);
48
- var v = r[f + 1];
49
- r[f + 1] = r[f + 3], r[f + 3] = v;
50
- },
51
- _doCryptBlock: function(r, f, v, i, e, _, n, a) {
52
- for (var x = this._nRounds, o = r[f] ^ v[0], u = r[f + 1] ^ v[1], p = r[f + 2] ^ v[2], m = r[f + 3] ^ v[3], c = 4, G = 1; G < x; G++) {
53
- var y = i[o >>> 24] ^ e[u >>> 16 & 255] ^ _[p >>> 8 & 255] ^ n[m & 255] ^ v[c++], E = i[u >>> 24] ^ e[p >>> 16 & 255] ^ _[m >>> 8 & 255] ^ n[o & 255] ^ v[c++], N = i[p >>> 24] ^ e[m >>> 16 & 255] ^ _[o >>> 8 & 255] ^ n[u & 255] ^ v[c++], b = i[m >>> 24] ^ e[o >>> 16 & 255] ^ _[u >>> 8 & 255] ^ n[p & 255] ^ v[c++];
54
- o = y, u = E, p = N, m = b;
55
- }
56
- var y = (a[o >>> 24] << 24 | a[u >>> 16 & 255] << 16 | a[p >>> 8 & 255] << 8 | a[m & 255]) ^ v[c++], E = (a[u >>> 24] << 24 | a[p >>> 16 & 255] << 16 | a[m >>> 8 & 255] << 8 | a[o & 255]) ^ v[c++], N = (a[p >>> 24] << 24 | a[m >>> 16 & 255] << 16 | a[o >>> 8 & 255] << 8 | a[u & 255]) ^ v[c++], b = (a[m >>> 24] << 24 | a[o >>> 16 & 255] << 16 | a[u >>> 8 & 255] << 8 | a[p & 255]) ^ v[c++];
57
- r[f] = y, r[f + 1] = E, r[f + 2] = N, r[f + 3] = b;
58
- },
59
- keySize: 256 / 32
60
- });
61
- l.AES = A._createHelper(F);
62
- }(), s.AES;
1
+ import { commonjsGlobal as n } from "./index57.js";
2
+ import { __module as r } from "./index64.js";
3
+ import { __require as f } from "./index59.js";
4
+ (function(t, m) {
5
+ (function(o, e) {
6
+ t.exports = e(f());
7
+ })(n, function(o) {
8
+ return o.enc.Utf8;
63
9
  });
64
- })(H);
65
- var X = H.exports;
10
+ })(r);
11
+ var c = r.exports;
66
12
  export {
67
- X as a
13
+ c as e
68
14
  };
package/index54.js CHANGED
@@ -1,14 +1,27 @@
1
- import { commonjsGlobal as n } from "./index57.js";
2
- import { __module as r } from "./index64.js";
3
- import { __require as f } from "./index59.js";
4
- (function(t, m) {
5
- (function(o, e) {
6
- t.exports = e(f());
7
- })(n, function(o) {
8
- return o.enc.Utf8;
1
+ import { commonjsGlobal as i, getDefaultExportFromCjs as p } from "./index57.js";
2
+ import { __module as c } from "./index65.js";
3
+ import { __require as m } from "./index59.js";
4
+ import { __require as s } from "./index63.js";
5
+ (function(n, d) {
6
+ (function(e, o, r) {
7
+ n.exports = o(m(), s());
8
+ })(i, function(e) {
9
+ return e.mode.ECB = function() {
10
+ var o = e.lib.BlockCipherMode.extend();
11
+ return o.Encryptor = o.extend({
12
+ processBlock: function(r, t) {
13
+ this._cipher.encryptBlock(r, t);
14
+ }
15
+ }), o.Decryptor = o.extend({
16
+ processBlock: function(r, t) {
17
+ this._cipher.decryptBlock(r, t);
18
+ }
19
+ }), o;
20
+ }(), e.mode.ECB;
9
21
  });
10
- })(r);
11
- var c = r.exports;
22
+ })(c);
23
+ var u = c.exports;
24
+ const B = /* @__PURE__ */ p(u);
12
25
  export {
13
- c as e
26
+ B as default
14
27
  };
package/index55.js CHANGED
@@ -1,27 +1,16 @@
1
- import { commonjsGlobal as i, getDefaultExportFromCjs as p } from "./index57.js";
2
- import { __module as c } from "./index65.js";
3
- import { __require as m } from "./index59.js";
4
- import { __require as s } from "./index63.js";
5
- (function(n, d) {
6
- (function(e, o, r) {
7
- n.exports = o(m(), s());
8
- })(i, function(e) {
9
- return e.mode.ECB = function() {
10
- var o = e.lib.BlockCipherMode.extend();
11
- return o.Encryptor = o.extend({
12
- processBlock: function(r, t) {
13
- this._cipher.encryptBlock(r, t);
14
- }
15
- }), o.Decryptor = o.extend({
16
- processBlock: function(r, t) {
17
- this._cipher.decryptBlock(r, t);
18
- }
19
- }), o;
20
- }(), e.mode.ECB;
1
+ import { commonjsGlobal as p, getDefaultExportFromCjs as s } from "./index57.js";
2
+ import { __module as o } from "./index66.js";
3
+ import { __require as i } from "./index59.js";
4
+ import { __require as a } from "./index63.js";
5
+ (function(e, u) {
6
+ (function(r, t, n) {
7
+ e.exports = t(i(), a());
8
+ })(p, function(r) {
9
+ return r.pad.Pkcs7;
21
10
  });
22
- })(c);
23
- var u = c.exports;
24
- const B = /* @__PURE__ */ p(u);
11
+ })(o);
12
+ var m = o.exports;
13
+ const _ = /* @__PURE__ */ s(m);
25
14
  export {
26
- B as default
15
+ _ as default
27
16
  };
package/index56.js CHANGED
@@ -1,16 +1,4 @@
1
- import { commonjsGlobal as p, getDefaultExportFromCjs as s } from "./index57.js";
2
- import { __module as o } from "./index66.js";
3
- import { __require as i } from "./index59.js";
4
- import { __require as a } from "./index63.js";
5
- (function(e, u) {
6
- (function(r, t, n) {
7
- e.exports = t(i(), a());
8
- })(p, function(r) {
9
- return r.pad.Pkcs7;
10
- });
11
- })(o);
12
- var m = o.exports;
13
- const _ = /* @__PURE__ */ s(m);
1
+ import f from "./index22.js";
14
2
  export {
15
- _ as default
3
+ f as default
16
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solar-taro/ui-sun",
3
- "version": "2.5.1",
3
+ "version": "2.5.2",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "module": "./index.js",