@solar-taro/ui-sun 2.1.0 → 2.2.0

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 (64) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/index.d.ts +1 -0
  3. package/index.js +12 -10
  4. package/index12.js +1 -1
  5. package/index13.js +1 -1
  6. package/index14.js +1 -1
  7. package/index15.js +5 -5
  8. package/index23.js +1 -1
  9. package/index24.js +1 -1
  10. package/index25.js +1 -1
  11. package/index26.js +1 -1
  12. package/index27.js +10 -2
  13. package/index28.js +1 -1
  14. package/index29.js +1 -1
  15. package/index30.js +2 -7
  16. package/index31.js +1 -1
  17. package/index32.js +1 -1
  18. package/index33.js +7 -2
  19. package/index34.js +1 -1
  20. package/index35.js +1 -1
  21. package/index36.js +1 -1
  22. package/index37.js +1 -1
  23. package/index38.js +1 -1
  24. package/index39.js +1 -1
  25. package/index40.js +1 -1
  26. package/index41.js +1 -1
  27. package/index42.js +1 -1
  28. package/index43.js +1 -1
  29. package/index44.js +1 -1
  30. package/index45.js +1 -1
  31. package/index46.js +1 -1
  32. package/index47.js +1 -1
  33. package/index48.js +65 -525
  34. package/index49.js +12 -3
  35. package/index50.js +23 -64
  36. package/index51.js +13 -11
  37. package/index52.js +5 -25
  38. package/index53.js +526 -14
  39. package/index54.js +3 -5
  40. package/index55.js +2 -26
  41. package/index56.js +26 -2
  42. package/index57.js +2 -506
  43. package/index58.js +481 -54
  44. package/index59.js +72 -63
  45. package/index60.js +64 -63
  46. package/index61.js +46 -520
  47. package/index62.js +543 -2
  48. package/index64.js +2 -2
  49. package/index65.js +2 -4
  50. package/index66.js +4 -2
  51. package/index67.js +2 -4
  52. package/index68.js +4 -2
  53. package/index71.js +2 -48
  54. package/index72.js +41 -75
  55. package/index73.js +82 -2
  56. package/index74.js +2 -2
  57. package/index75.js +2 -2
  58. package/index77.js +4 -0
  59. package/package.json +1 -1
  60. package/page-header/index.scss +2 -2
  61. package/popover/index.scss +20 -19
  62. package/title/index.d.ts +1 -0
  63. package/title/index.scss +4 -0
  64. package/title/index.vue.d.ts +17 -0
package/index50.js CHANGED
@@ -1,68 +1,27 @@
1
- import { commonjsGlobal as L } from "./index55.js";
2
- import { __module as H } from "./index56.js";
3
- import { __require as Q } from "./index57.js";
4
- import { __require as T } from "./index58.js";
5
- import { __require as Y } from "./index59.js";
6
- import { __require as Z } from "./index60.js";
7
- import { __require as $ } from "./index61.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;
1
+ import { commonjsGlobal as i, getDefaultExportFromCjs as p } from "./index56.js";
2
+ import { __module as c } from "./index64.js";
3
+ import { __require as m } from "./index58.js";
4
+ import { __require as s } from "./index62.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);
24
14
  }
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;
15
+ }), o.Decryptor = o.extend({
16
+ processBlock: function(r, t) {
17
+ this._cipher.decryptBlock(r, t);
18
+ }
19
+ }), o;
20
+ }(), e.mode.ECB;
63
21
  });
64
- })(H);
65
- var X = H.exports;
22
+ })(c);
23
+ var u = c.exports;
24
+ const B = /* @__PURE__ */ p(u);
66
25
  export {
67
- X as a
26
+ B as default
68
27
  };
package/index51.js CHANGED
@@ -1,14 +1,16 @@
1
- import { commonjsGlobal as n } from "./index55.js";
2
- import { __module as r } from "./index62.js";
3
- import { __require as f } from "./index57.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 p, getDefaultExportFromCjs as s } from "./index56.js";
2
+ import { __module as o } from "./index65.js";
3
+ import { __require as i } from "./index58.js";
4
+ import { __require as a } from "./index62.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;
9
10
  });
10
- })(r);
11
- var c = r.exports;
11
+ })(o);
12
+ var m = o.exports;
13
+ const _ = /* @__PURE__ */ s(m);
12
14
  export {
13
- c as e
15
+ _ as default
14
16
  };
package/index52.js CHANGED
@@ -1,27 +1,7 @@
1
- import { commonjsGlobal as i, getDefaultExportFromCjs as p } from "./index55.js";
2
- import { __module as c } from "./index63.js";
3
- import { __require as m } from "./index57.js";
4
- import { __require as s } from "./index61.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;
21
- });
22
- })(c);
23
- var u = c.exports;
24
- const B = /* @__PURE__ */ p(u);
1
+ import { finalize as t } from "rxjs";
2
+ function u(e) {
3
+ return (r) => (e.value = !0, r.pipe(t(() => e.value = !1)));
4
+ }
25
5
  export {
26
- B as default
6
+ u as attachLoading
27
7
  };