@solar-taro/ui-sun 1.6.5 → 2.0.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 (103) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/accordion/index.vue.d.ts +22 -16
  3. package/chip/index.vue.d.ts +15 -36
  4. package/circular-progress/index.vue.d.ts +4 -30
  5. package/fab/fab-group.vue.d.ts +9 -3
  6. package/fab/fab.vue.d.ts +9 -3
  7. package/fab/index.scss +11 -3
  8. package/icon/index.scss +4 -3
  9. package/icon/index.vue.d.ts +3 -22
  10. package/index.d.ts +2 -0
  11. package/index.js +24 -20
  12. package/index10.js +24 -33
  13. package/index11.js +33 -75
  14. package/index12.js +75 -19
  15. package/index13.js +19 -49
  16. package/index14.js +46 -141
  17. package/index15.js +142 -27
  18. package/index16.js +29 -21
  19. package/index17.js +18 -21
  20. package/index18.js +42 -11
  21. package/index19.js +21 -26
  22. package/index20.js +11 -118
  23. package/index21.js +33 -10
  24. package/index22.js +123 -10
  25. package/index23.js +12 -8
  26. package/index24.js +10 -2
  27. package/index25.js +10 -2
  28. package/index26.js +1 -1
  29. package/index27.js +1 -1
  30. package/index28.js +1 -1
  31. package/index29.js +7 -2
  32. package/index30.js +2 -7
  33. package/index31.js +1 -1
  34. package/index33.js +1 -1
  35. package/index34.js +1 -1
  36. package/index35.js +1 -1
  37. package/index36.js +1 -1
  38. package/index37.js +1 -1
  39. package/index38.js +1 -1
  40. package/index39.js +1 -1
  41. package/index40.js +1 -1
  42. package/index41.js +1 -1
  43. package/index42.js +1 -1
  44. package/index43.js +2 -526
  45. package/index44.js +2 -3
  46. package/index45.js +2 -66
  47. package/index46.js +2 -12
  48. package/index47.js +3 -25
  49. package/index48.js +65 -13
  50. package/index49.js +12 -5
  51. package/index50.js +25 -26
  52. package/index51.js +14 -2
  53. package/index52.js +4 -505
  54. package/index53.js +524 -77
  55. package/index54.js +24 -68
  56. package/index55.js +2 -69
  57. package/index56.js +331 -368
  58. package/index57.js +79 -2
  59. package/index58.js +70 -2
  60. package/index59.js +69 -2
  61. package/index60.js +542 -3
  62. package/index62.js +2 -4
  63. package/index63.js +2 -2
  64. package/index64.js +4 -2
  65. package/index66.js +4 -48
  66. package/index67.js +2 -82
  67. package/index69.js +2 -2
  68. package/index7.js +7 -9
  69. package/index70.js +2 -2
  70. package/index71.js +48 -2
  71. package/index72.js +84 -0
  72. package/index73.js +4 -0
  73. package/index74.js +4 -0
  74. package/index75.js +4 -0
  75. package/index8.js +29 -17
  76. package/index9.js +19 -25
  77. package/item/index.d.ts +1 -0
  78. package/item/index.scss +40 -0
  79. package/item/index.vue.d.ts +26 -0
  80. package/lazy-render/index.vue.d.ts +13 -29
  81. package/list-header/index.scss +1 -1
  82. package/list-header/index.vue.d.ts +9 -3
  83. package/navbar/index.vue.d.ts +10 -4
  84. package/package.json +2 -2
  85. package/plugin.d.ts +0 -1
  86. package/popover/index.vue.d.ts +24 -41
  87. package/qrcode/index.vue.d.ts +6 -31
  88. package/segment/injection.d.ts +0 -1
  89. package/segment/segment-btn.vue.d.ts +12 -16
  90. package/segment/segment.vue.d.ts +16 -20
  91. package/slider-captcha/index.vue.d.ts +7 -36
  92. package/spinner/index.scss +1 -0
  93. package/spinner/index.vue.d.ts +14 -33
  94. package/sudoku/sudoku-item.vue.d.ts +9 -3
  95. package/sudoku/sudoku.vue.d.ts +9 -3
  96. package/tabbar/index.d.ts +1 -0
  97. package/tabbar/index.scss +74 -0
  98. package/tabbar/index.vue.d.ts +38 -0
  99. package/table/_table.scss +1 -1
  100. package/table/table-cell.vue.d.ts +13 -24
  101. package/table/table-row.vue.d.ts +12 -17
  102. package/table/table.vue.d.ts +17 -43
  103. package/virtual-scroll/index.vue.d.ts +35 -74
package/index57.js CHANGED
@@ -1,4 +1,81 @@
1
- var e = { exports: {} };
1
+ import { commonjsGlobal as B } from "./index54.js";
2
+ import { __module as h } from "./index68.js";
3
+ import { __require as A } from "./index56.js";
4
+ var m;
5
+ function E() {
6
+ return m ? h.exports : (m = 1, function(_, q) {
7
+ (function(c, f) {
8
+ _.exports = f(A());
9
+ })(B, function(c) {
10
+ return function() {
11
+ var f = c, d = f.lib, l = d.WordArray, x = f.enc;
12
+ x.Base64 = {
13
+ /**
14
+ * Converts a word array to a Base64 string.
15
+ *
16
+ * @param {WordArray} wordArray The word array.
17
+ *
18
+ * @return {string} The Base64 string.
19
+ *
20
+ * @static
21
+ *
22
+ * @example
23
+ *
24
+ * var base64String = CryptoJS.enc.Base64.stringify(wordArray);
25
+ */
26
+ stringify: function(e) {
27
+ var n = e.words, o = e.sigBytes, t = this._map;
28
+ e.clamp();
29
+ for (var a = [], r = 0; r < o; r += 3)
30
+ for (var s = n[r >>> 2] >>> 24 - r % 4 * 8 & 255, i = n[r + 1 >>> 2] >>> 24 - (r + 1) % 4 * 8 & 255, u = n[r + 2 >>> 2] >>> 24 - (r + 2) % 4 * 8 & 255, g = s << 16 | i << 8 | u, v = 0; v < 4 && r + v * 0.75 < o; v++)
31
+ a.push(t.charAt(g >>> 6 * (3 - v) & 63));
32
+ var p = t.charAt(64);
33
+ if (p)
34
+ for (; a.length % 4; )
35
+ a.push(p);
36
+ return a.join("");
37
+ },
38
+ /**
39
+ * Converts a Base64 string to a word array.
40
+ *
41
+ * @param {string} base64Str The Base64 string.
42
+ *
43
+ * @return {WordArray} The word array.
44
+ *
45
+ * @static
46
+ *
47
+ * @example
48
+ *
49
+ * var wordArray = CryptoJS.enc.Base64.parse(base64String);
50
+ */
51
+ parse: function(e) {
52
+ var n = e.length, o = this._map, t = this._reverseMap;
53
+ if (!t) {
54
+ t = this._reverseMap = [];
55
+ for (var a = 0; a < o.length; a++)
56
+ t[o.charCodeAt(a)] = a;
57
+ }
58
+ var r = o.charAt(64);
59
+ if (r) {
60
+ var s = e.indexOf(r);
61
+ s !== -1 && (n = s);
62
+ }
63
+ return C(e, n, t);
64
+ },
65
+ _map: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="
66
+ };
67
+ function C(e, n, o) {
68
+ for (var t = [], a = 0, r = 0; r < n; r++)
69
+ if (r % 4) {
70
+ var s = o[e.charCodeAt(r - 1)] << r % 4 * 2, i = o[e.charCodeAt(r)] >>> 6 - r % 4 * 2, u = s | i;
71
+ t[a >>> 2] |= u << 24 - a % 4 * 8, a++;
72
+ }
73
+ return l.create(t, a);
74
+ }
75
+ }(), c.enc.Base64;
76
+ });
77
+ }(h), h.exports);
78
+ }
2
79
  export {
3
- e as __module
80
+ E as __require
4
81
  };
package/index58.js CHANGED
@@ -1,4 +1,72 @@
1
- var e = { exports: {} };
1
+ import { commonjsGlobal as K } from "./index54.js";
2
+ import { __module as M } from "./index69.js";
3
+ import { __require as N } from "./index56.js";
4
+ var k;
5
+ function X() {
6
+ return k ? M.exports : (k = 1, function(z, O) {
7
+ (function(L, B) {
8
+ z.exports = B(N());
9
+ })(K, function(L) {
10
+ return function(B) {
11
+ var H = L, R = H.lib, P = R.WordArray, D = R.Hasher, E = H.algo, o = [];
12
+ (function() {
13
+ for (var e = 0; e < 64; e++)
14
+ o[e] = B.abs(B.sin(e + 1)) * 4294967296 | 0;
15
+ })();
16
+ var j = E.MD5 = D.extend({
17
+ _doReset: function() {
18
+ this._hash = new P.init([
19
+ 1732584193,
20
+ 4023233417,
21
+ 2562383102,
22
+ 271733878
23
+ ]);
24
+ },
25
+ _doProcessBlock: function(e, f) {
26
+ for (var d = 0; d < 16; d++) {
27
+ var l = f + d, s = e[l];
28
+ e[l] = (s << 8 | s >>> 24) & 16711935 | (s << 24 | s >>> 8) & 4278255360;
29
+ }
30
+ var v = this._hash.words, x = e[f + 0], _ = e[f + 1], m = e[f + 2], p = e[f + 3], g = e[f + 4], q = e[f + 5], w = e[f + 6], y = e[f + 7], T = e[f + 8], C = e[f + 9], F = e[f + 10], G = e[f + 11], W = e[f + 12], b = e[f + 13], A = e[f + 14], I = e[f + 15], r = v[0], a = v[1], n = v[2], t = v[3];
31
+ r = c(r, a, n, t, x, 7, o[0]), t = c(t, r, a, n, _, 12, o[1]), n = c(n, t, r, a, m, 17, o[2]), a = c(a, n, t, r, p, 22, o[3]), r = c(r, a, n, t, g, 7, o[4]), t = c(t, r, a, n, q, 12, o[5]), n = c(n, t, r, a, w, 17, o[6]), a = c(a, n, t, r, y, 22, o[7]), r = c(r, a, n, t, T, 7, o[8]), t = c(t, r, a, n, C, 12, o[9]), n = c(n, t, r, a, F, 17, o[10]), a = c(a, n, t, r, G, 22, o[11]), r = c(r, a, n, t, W, 7, o[12]), t = c(t, r, a, n, b, 12, o[13]), n = c(n, t, r, a, A, 17, o[14]), a = c(a, n, t, r, I, 22, o[15]), r = i(r, a, n, t, _, 5, o[16]), t = i(t, r, a, n, w, 9, o[17]), n = i(n, t, r, a, G, 14, o[18]), a = i(a, n, t, r, x, 20, o[19]), r = i(r, a, n, t, q, 5, o[20]), t = i(t, r, a, n, F, 9, o[21]), n = i(n, t, r, a, I, 14, o[22]), a = i(a, n, t, r, g, 20, o[23]), r = i(r, a, n, t, C, 5, o[24]), t = i(t, r, a, n, A, 9, o[25]), n = i(n, t, r, a, p, 14, o[26]), a = i(a, n, t, r, T, 20, o[27]), r = i(r, a, n, t, b, 5, o[28]), t = i(t, r, a, n, m, 9, o[29]), n = i(n, t, r, a, y, 14, o[30]), a = i(a, n, t, r, W, 20, o[31]), r = u(r, a, n, t, q, 4, o[32]), t = u(t, r, a, n, T, 11, o[33]), n = u(n, t, r, a, G, 16, o[34]), a = u(a, n, t, r, A, 23, o[35]), r = u(r, a, n, t, _, 4, o[36]), t = u(t, r, a, n, g, 11, o[37]), n = u(n, t, r, a, y, 16, o[38]), a = u(a, n, t, r, F, 23, o[39]), r = u(r, a, n, t, b, 4, o[40]), t = u(t, r, a, n, x, 11, o[41]), n = u(n, t, r, a, p, 16, o[42]), a = u(a, n, t, r, w, 23, o[43]), r = u(r, a, n, t, C, 4, o[44]), t = u(t, r, a, n, W, 11, o[45]), n = u(n, t, r, a, I, 16, o[46]), a = u(a, n, t, r, m, 23, o[47]), r = h(r, a, n, t, x, 6, o[48]), t = h(t, r, a, n, y, 10, o[49]), n = h(n, t, r, a, A, 15, o[50]), a = h(a, n, t, r, q, 21, o[51]), r = h(r, a, n, t, W, 6, o[52]), t = h(t, r, a, n, p, 10, o[53]), n = h(n, t, r, a, F, 15, o[54]), a = h(a, n, t, r, _, 21, o[55]), r = h(r, a, n, t, T, 6, o[56]), t = h(t, r, a, n, I, 10, o[57]), n = h(n, t, r, a, w, 15, o[58]), a = h(a, n, t, r, b, 21, o[59]), r = h(r, a, n, t, g, 6, o[60]), t = h(t, r, a, n, G, 10, o[61]), n = h(n, t, r, a, m, 15, o[62]), a = h(a, n, t, r, C, 21, o[63]), v[0] = v[0] + r | 0, v[1] = v[1] + a | 0, v[2] = v[2] + n | 0, v[3] = v[3] + t | 0;
32
+ },
33
+ _doFinalize: function() {
34
+ var e = this._data, f = e.words, d = this._nDataBytes * 8, l = e.sigBytes * 8;
35
+ f[l >>> 5] |= 128 << 24 - l % 32;
36
+ var s = B.floor(d / 4294967296), v = d;
37
+ f[(l + 64 >>> 9 << 4) + 15] = (s << 8 | s >>> 24) & 16711935 | (s << 24 | s >>> 8) & 4278255360, f[(l + 64 >>> 9 << 4) + 14] = (v << 8 | v >>> 24) & 16711935 | (v << 24 | v >>> 8) & 4278255360, e.sigBytes = (f.length + 1) * 4, this._process();
38
+ for (var x = this._hash, _ = x.words, m = 0; m < 4; m++) {
39
+ var p = _[m];
40
+ _[m] = (p << 8 | p >>> 24) & 16711935 | (p << 24 | p >>> 8) & 4278255360;
41
+ }
42
+ return x;
43
+ },
44
+ clone: function() {
45
+ var e = D.clone.call(this);
46
+ return e._hash = this._hash.clone(), e;
47
+ }
48
+ });
49
+ function c(e, f, d, l, s, v, x) {
50
+ var _ = e + (f & d | ~f & l) + s + x;
51
+ return (_ << v | _ >>> 32 - v) + f;
52
+ }
53
+ function i(e, f, d, l, s, v, x) {
54
+ var _ = e + (f & l | d & ~l) + s + x;
55
+ return (_ << v | _ >>> 32 - v) + f;
56
+ }
57
+ function u(e, f, d, l, s, v, x) {
58
+ var _ = e + (f ^ d ^ l) + s + x;
59
+ return (_ << v | _ >>> 32 - v) + f;
60
+ }
61
+ function h(e, f, d, l, s, v, x) {
62
+ var _ = e + (d ^ (f | ~l)) + s + x;
63
+ return (_ << v | _ >>> 32 - v) + f;
64
+ }
65
+ H.MD5 = D._createHelper(j), H.HmacMD5 = D._createHmacHelper(j);
66
+ }(Math), L.MD5;
67
+ });
68
+ }(M), M.exports);
69
+ }
2
70
  export {
3
- e as __module
71
+ X as __require
4
72
  };
package/index59.js CHANGED
@@ -1,4 +1,71 @@
1
- var a = { exports: {} };
1
+ import { commonjsGlobal as k } from "./index54.js";
2
+ import { __module as f } from "./index70.js";
3
+ import { __require as y } from "./index56.js";
4
+ import { __require as D } from "./index71.js";
5
+ import { __require as E } from "./index72.js";
6
+ var m;
7
+ function S() {
8
+ return m ? f.exports : (m = 1, function(h, K) {
9
+ (function(o, e, n) {
10
+ h.exports = e(y(), D(), E());
11
+ })(k, function(o) {
12
+ return function() {
13
+ var e = o, n = e.lib, v = n.Base, l = n.WordArray, c = e.algo, _ = c.MD5, g = c.EvpKDF = v.extend({
14
+ /**
15
+ * Configuration options.
16
+ *
17
+ * @property {number} keySize The key size in words to generate. Default: 4 (128 bits)
18
+ * @property {Hasher} hasher The hash algorithm to use. Default: MD5
19
+ * @property {number} iterations The number of iterations to perform. Default: 1
20
+ */
21
+ cfg: v.extend({
22
+ keySize: 128 / 32,
23
+ hasher: _,
24
+ iterations: 1
25
+ }),
26
+ /**
27
+ * Initializes a newly created key derivation function.
28
+ *
29
+ * @param {Object} cfg (Optional) The configuration options to use for the derivation.
30
+ *
31
+ * @example
32
+ *
33
+ * var kdf = CryptoJS.algo.EvpKDF.create();
34
+ * var kdf = CryptoJS.algo.EvpKDF.create({ keySize: 8 });
35
+ * var kdf = CryptoJS.algo.EvpKDF.create({ keySize: 8, iterations: 1000 });
36
+ */
37
+ init: function(t) {
38
+ this.cfg = this.cfg.extend(t);
39
+ },
40
+ /**
41
+ * Derives a key from a password.
42
+ *
43
+ * @param {WordArray|string} password The password.
44
+ * @param {WordArray|string} salt A salt.
45
+ *
46
+ * @return {WordArray} The derived key.
47
+ *
48
+ * @example
49
+ *
50
+ * var key = kdf.compute(password, salt);
51
+ */
52
+ compute: function(t, s) {
53
+ for (var r, u = this.cfg, i = u.hasher.create(), a = l.create(), q = a.words, p = u.keySize, x = u.iterations; q.length < p; ) {
54
+ r && i.update(r), r = i.update(t).finalize(s), i.reset();
55
+ for (var d = 1; d < x; d++)
56
+ r = i.finalize(r), i.reset();
57
+ a.concat(r);
58
+ }
59
+ return a.sigBytes = p * 4, a;
60
+ }
61
+ });
62
+ e.EvpKDF = function(t, s, r) {
63
+ return g.create(r).compute(t, s);
64
+ };
65
+ }(), o.EvpKDF;
66
+ });
67
+ }(f), f.exports);
68
+ }
2
69
  export {
3
- a as __module
70
+ S as __require
4
71
  };