@solar-taro/ui-sun 2.8.1 → 2.8.3
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/CHANGELOG.md +8 -0
- package/index24.js +1 -1
- package/index26.js +1 -1
- package/index27.js +1 -1
- package/index28.js +1 -1
- package/index29.js +1 -1
- package/index30.js +1 -1
- package/index31.js +1 -1
- package/index33.js +1 -1
- package/index34.js +1 -1
- package/index35.js +7 -2
- package/index36.js +2 -7
- package/index37.js +1 -1
- package/index38.js +1 -1
- package/index39.js +1 -1
- package/index40.js +1 -1
- package/index42.js +1 -1
- package/index43.js +1 -1
- package/index44.js +1 -1
- package/index45.js +1 -1
- package/index46.js +1 -1
- package/index47.js +1 -1
- package/index48.js +1 -1
- package/index63.js +1 -1
- package/index64.js +1 -1
- package/index65.js +3 -3
- package/index66.js +1 -1
- package/index72.js +1 -1
- package/index76.js +48 -2
- package/index77.js +74 -40
- package/index78.js +2 -82
- package/index79.js +2 -2
- package/index81.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## 2.8.2 (2026-05-14)
|
|
2
|
+
|
|
3
|
+
This was a version bump only for ui-sun to align it with other projects, there were no code changes.
|
|
4
|
+
|
|
5
|
+
## 2.8.1 (2026-05-14)
|
|
6
|
+
|
|
7
|
+
This was a version bump only for ui-sun to align it with other projects, there were no code changes.
|
|
8
|
+
|
|
1
9
|
## 2.8.0 (2026-05-13)
|
|
2
10
|
|
|
3
11
|
### 🚀 Features
|
package/index24.js
CHANGED
package/index26.js
CHANGED
package/index27.js
CHANGED
package/index28.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { mergeProps as o, openBlock as r, createElementBlock as t } from "vue";
|
|
2
|
-
import c from "./
|
|
2
|
+
import c from "./index35.js";
|
|
3
3
|
const n = {}, s = o, _ = r, l = t;
|
|
4
4
|
function m(e, a) {
|
|
5
5
|
return _(), l("view", s(e.$attrs, { class: "sun-skeleton" }), " ", 16);
|
package/index29.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { renderSlot as o, mergeProps as r, openBlock as t, createElementBlock as s } from "vue";
|
|
2
|
-
import n from "./
|
|
2
|
+
import n from "./index35.js";
|
|
3
3
|
const c = {}, l = o, m = r, _ = t, a = s;
|
|
4
4
|
function u(e, d) {
|
|
5
5
|
return _(), a("view", m(e.$attrs, { class: "sun-sudoku-item" }), [
|
package/index30.js
CHANGED
package/index31.js
CHANGED
package/index33.js
CHANGED
package/index34.js
CHANGED
package/index35.js
CHANGED
package/index36.js
CHANGED
package/index37.js
CHANGED
package/index38.js
CHANGED
package/index39.js
CHANGED
package/index40.js
CHANGED
package/index42.js
CHANGED
package/index43.js
CHANGED
package/index44.js
CHANGED
package/index45.js
CHANGED
package/index46.js
CHANGED
package/index47.js
CHANGED
package/index48.js
CHANGED
package/index63.js
CHANGED
package/index64.js
CHANGED
package/index65.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { commonjsGlobal as k } from "./index60.js";
|
|
2
|
-
import { __module as f } from "./
|
|
2
|
+
import { __module as f } from "./index75.js";
|
|
3
3
|
import { __require as y } from "./index62.js";
|
|
4
|
-
import { __require as D } from "./
|
|
5
|
-
import { __require as E } from "./
|
|
4
|
+
import { __require as D } from "./index76.js";
|
|
5
|
+
import { __require as E } from "./index77.js";
|
|
6
6
|
var m;
|
|
7
7
|
function S() {
|
|
8
8
|
return m ? f.exports : (m = 1, function(h, K) {
|
package/index66.js
CHANGED
package/index72.js
CHANGED
package/index76.js
CHANGED
|
@@ -1,4 +1,50 @@
|
|
|
1
|
-
|
|
1
|
+
import { commonjsGlobal as B } from "./index60.js";
|
|
2
|
+
import { __module as d } from "./index79.js";
|
|
3
|
+
import { __require as S } from "./index62.js";
|
|
4
|
+
var m;
|
|
5
|
+
function w() {
|
|
6
|
+
return m ? d.exports : (m = 1, function(p, g) {
|
|
7
|
+
(function(v, c) {
|
|
8
|
+
p.exports = c(S());
|
|
9
|
+
})(B, function(v) {
|
|
10
|
+
return function() {
|
|
11
|
+
var c = v, u = c.lib, b = u.WordArray, f = u.Hasher, A = c.algo, i = [], x = A.SHA1 = f.extend({
|
|
12
|
+
_doReset: function() {
|
|
13
|
+
this._hash = new b.init([
|
|
14
|
+
1732584193,
|
|
15
|
+
4023233417,
|
|
16
|
+
2562383102,
|
|
17
|
+
271733878,
|
|
18
|
+
3285377520
|
|
19
|
+
]);
|
|
20
|
+
},
|
|
21
|
+
_doProcessBlock: function(s, h) {
|
|
22
|
+
for (var r = this._hash.words, a = r[0], o = r[1], t = r[2], n = r[3], _ = r[4], e = 0; e < 80; e++) {
|
|
23
|
+
if (e < 16)
|
|
24
|
+
i[e] = s[h + e] | 0;
|
|
25
|
+
else {
|
|
26
|
+
var H = i[e - 3] ^ i[e - 8] ^ i[e - 14] ^ i[e - 16];
|
|
27
|
+
i[e] = H << 1 | H >>> 31;
|
|
28
|
+
}
|
|
29
|
+
var l = (a << 5 | a >>> 27) + _ + i[e];
|
|
30
|
+
e < 20 ? l += (o & t | ~o & n) + 1518500249 : e < 40 ? l += (o ^ t ^ n) + 1859775393 : e < 60 ? l += (o & t | o & n | t & n) - 1894007588 : l += (o ^ t ^ n) - 899497514, _ = n, n = t, t = o << 30 | o >>> 2, o = a, a = l;
|
|
31
|
+
}
|
|
32
|
+
r[0] = r[0] + a | 0, r[1] = r[1] + o | 0, r[2] = r[2] + t | 0, r[3] = r[3] + n | 0, r[4] = r[4] + _ | 0;
|
|
33
|
+
},
|
|
34
|
+
_doFinalize: function() {
|
|
35
|
+
var s = this._data, h = s.words, r = this._nDataBytes * 8, a = s.sigBytes * 8;
|
|
36
|
+
return h[a >>> 5] |= 128 << 24 - a % 32, h[(a + 64 >>> 9 << 4) + 14] = Math.floor(r / 4294967296), h[(a + 64 >>> 9 << 4) + 15] = r, s.sigBytes = h.length * 4, this._process(), this._hash;
|
|
37
|
+
},
|
|
38
|
+
clone: function() {
|
|
39
|
+
var s = f.clone.call(this);
|
|
40
|
+
return s._hash = this._hash.clone(), s;
|
|
41
|
+
}
|
|
42
|
+
});
|
|
43
|
+
c.SHA1 = f._createHelper(x), c.HmacSHA1 = f._createHmacHelper(x);
|
|
44
|
+
}(), v.SHA1;
|
|
45
|
+
});
|
|
46
|
+
}(d), d.exports);
|
|
47
|
+
}
|
|
2
48
|
export {
|
|
3
|
-
|
|
49
|
+
w as __require
|
|
4
50
|
};
|
package/index77.js
CHANGED
|
@@ -1,50 +1,84 @@
|
|
|
1
1
|
import { commonjsGlobal as B } from "./index60.js";
|
|
2
|
-
import { __module as
|
|
3
|
-
import { __require as
|
|
4
|
-
var
|
|
5
|
-
function
|
|
6
|
-
return
|
|
7
|
-
(function(
|
|
8
|
-
|
|
9
|
-
})(B, function(
|
|
10
|
-
|
|
11
|
-
var
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
2
|
+
import { __module as s } from "./index80.js";
|
|
3
|
+
import { __require as K } from "./index62.js";
|
|
4
|
+
var f;
|
|
5
|
+
function y() {
|
|
6
|
+
return f ? s.exports : (f = 1, function(u, z) {
|
|
7
|
+
(function(n, i) {
|
|
8
|
+
u.exports = i(K());
|
|
9
|
+
})(B, function(n) {
|
|
10
|
+
(function() {
|
|
11
|
+
var i = n, l = i.lib, v = l.Base, _ = i.enc, m = _.Utf8, p = i.algo;
|
|
12
|
+
p.HMAC = v.extend({
|
|
13
|
+
/**
|
|
14
|
+
* Initializes a newly created HMAC.
|
|
15
|
+
*
|
|
16
|
+
* @param {Hasher} hasher The hash algorithm to use.
|
|
17
|
+
* @param {WordArray|string} key The secret key.
|
|
18
|
+
*
|
|
19
|
+
* @example
|
|
20
|
+
*
|
|
21
|
+
* var hmacHasher = CryptoJS.algo.HMAC.create(CryptoJS.algo.SHA256, key);
|
|
22
|
+
*/
|
|
23
|
+
init: function(e, r) {
|
|
24
|
+
e = this._hasher = new e.init(), typeof r == "string" && (r = m.parse(r));
|
|
25
|
+
var t = e.blockSize, a = t * 4;
|
|
26
|
+
r.sigBytes > a && (r = e.finalize(r)), r.clamp();
|
|
27
|
+
for (var c = this._oKey = r.clone(), h = this._iKey = r.clone(), d = c.words, x = h.words, o = 0; o < t; o++)
|
|
28
|
+
d[o] ^= 1549556828, x[o] ^= 909522486;
|
|
29
|
+
c.sigBytes = h.sigBytes = a, this.reset();
|
|
20
30
|
},
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
}
|
|
32
|
-
r[0] = r[0] + a | 0, r[1] = r[1] + o | 0, r[2] = r[2] + t | 0, r[3] = r[3] + n | 0, r[4] = r[4] + _ | 0;
|
|
31
|
+
/**
|
|
32
|
+
* Resets this HMAC to its initial state.
|
|
33
|
+
*
|
|
34
|
+
* @example
|
|
35
|
+
*
|
|
36
|
+
* hmacHasher.reset();
|
|
37
|
+
*/
|
|
38
|
+
reset: function() {
|
|
39
|
+
var e = this._hasher;
|
|
40
|
+
e.reset(), e.update(this._iKey);
|
|
33
41
|
},
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
42
|
+
/**
|
|
43
|
+
* Updates this HMAC with a message.
|
|
44
|
+
*
|
|
45
|
+
* @param {WordArray|string} messageUpdate The message to append.
|
|
46
|
+
*
|
|
47
|
+
* @return {HMAC} This HMAC instance.
|
|
48
|
+
*
|
|
49
|
+
* @example
|
|
50
|
+
*
|
|
51
|
+
* hmacHasher.update('message');
|
|
52
|
+
* hmacHasher.update(wordArray);
|
|
53
|
+
*/
|
|
54
|
+
update: function(e) {
|
|
55
|
+
return this._hasher.update(e), this;
|
|
37
56
|
},
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
57
|
+
/**
|
|
58
|
+
* Finalizes the HMAC computation.
|
|
59
|
+
* Note that the finalize operation is effectively a destructive, read-once operation.
|
|
60
|
+
*
|
|
61
|
+
* @param {WordArray|string} messageUpdate (Optional) A final message update.
|
|
62
|
+
*
|
|
63
|
+
* @return {WordArray} The HMAC.
|
|
64
|
+
*
|
|
65
|
+
* @example
|
|
66
|
+
*
|
|
67
|
+
* var hmac = hmacHasher.finalize();
|
|
68
|
+
* var hmac = hmacHasher.finalize('message');
|
|
69
|
+
* var hmac = hmacHasher.finalize(wordArray);
|
|
70
|
+
*/
|
|
71
|
+
finalize: function(e) {
|
|
72
|
+
var r = this._hasher, t = r.finalize(e);
|
|
73
|
+
r.reset();
|
|
74
|
+
var a = r.finalize(this._oKey.clone().concat(t));
|
|
75
|
+
return a;
|
|
41
76
|
}
|
|
42
77
|
});
|
|
43
|
-
|
|
44
|
-
}(), v.SHA1;
|
|
78
|
+
})();
|
|
45
79
|
});
|
|
46
|
-
}(
|
|
80
|
+
}(s), s.exports);
|
|
47
81
|
}
|
|
48
82
|
export {
|
|
49
|
-
|
|
83
|
+
y as __require
|
|
50
84
|
};
|
package/index78.js
CHANGED
|
@@ -1,84 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
import { __module as s } from "./index81.js";
|
|
3
|
-
import { __require as K } from "./index62.js";
|
|
4
|
-
var f;
|
|
5
|
-
function y() {
|
|
6
|
-
return f ? s.exports : (f = 1, function(u, z) {
|
|
7
|
-
(function(n, i) {
|
|
8
|
-
u.exports = i(K());
|
|
9
|
-
})(B, function(n) {
|
|
10
|
-
(function() {
|
|
11
|
-
var i = n, l = i.lib, v = l.Base, _ = i.enc, m = _.Utf8, p = i.algo;
|
|
12
|
-
p.HMAC = v.extend({
|
|
13
|
-
/**
|
|
14
|
-
* Initializes a newly created HMAC.
|
|
15
|
-
*
|
|
16
|
-
* @param {Hasher} hasher The hash algorithm to use.
|
|
17
|
-
* @param {WordArray|string} key The secret key.
|
|
18
|
-
*
|
|
19
|
-
* @example
|
|
20
|
-
*
|
|
21
|
-
* var hmacHasher = CryptoJS.algo.HMAC.create(CryptoJS.algo.SHA256, key);
|
|
22
|
-
*/
|
|
23
|
-
init: function(e, r) {
|
|
24
|
-
e = this._hasher = new e.init(), typeof r == "string" && (r = m.parse(r));
|
|
25
|
-
var t = e.blockSize, a = t * 4;
|
|
26
|
-
r.sigBytes > a && (r = e.finalize(r)), r.clamp();
|
|
27
|
-
for (var c = this._oKey = r.clone(), h = this._iKey = r.clone(), d = c.words, x = h.words, o = 0; o < t; o++)
|
|
28
|
-
d[o] ^= 1549556828, x[o] ^= 909522486;
|
|
29
|
-
c.sigBytes = h.sigBytes = a, this.reset();
|
|
30
|
-
},
|
|
31
|
-
/**
|
|
32
|
-
* Resets this HMAC to its initial state.
|
|
33
|
-
*
|
|
34
|
-
* @example
|
|
35
|
-
*
|
|
36
|
-
* hmacHasher.reset();
|
|
37
|
-
*/
|
|
38
|
-
reset: function() {
|
|
39
|
-
var e = this._hasher;
|
|
40
|
-
e.reset(), e.update(this._iKey);
|
|
41
|
-
},
|
|
42
|
-
/**
|
|
43
|
-
* Updates this HMAC with a message.
|
|
44
|
-
*
|
|
45
|
-
* @param {WordArray|string} messageUpdate The message to append.
|
|
46
|
-
*
|
|
47
|
-
* @return {HMAC} This HMAC instance.
|
|
48
|
-
*
|
|
49
|
-
* @example
|
|
50
|
-
*
|
|
51
|
-
* hmacHasher.update('message');
|
|
52
|
-
* hmacHasher.update(wordArray);
|
|
53
|
-
*/
|
|
54
|
-
update: function(e) {
|
|
55
|
-
return this._hasher.update(e), this;
|
|
56
|
-
},
|
|
57
|
-
/**
|
|
58
|
-
* Finalizes the HMAC computation.
|
|
59
|
-
* Note that the finalize operation is effectively a destructive, read-once operation.
|
|
60
|
-
*
|
|
61
|
-
* @param {WordArray|string} messageUpdate (Optional) A final message update.
|
|
62
|
-
*
|
|
63
|
-
* @return {WordArray} The HMAC.
|
|
64
|
-
*
|
|
65
|
-
* @example
|
|
66
|
-
*
|
|
67
|
-
* var hmac = hmacHasher.finalize();
|
|
68
|
-
* var hmac = hmacHasher.finalize('message');
|
|
69
|
-
* var hmac = hmacHasher.finalize(wordArray);
|
|
70
|
-
*/
|
|
71
|
-
finalize: function(e) {
|
|
72
|
-
var r = this._hasher, t = r.finalize(e);
|
|
73
|
-
r.reset();
|
|
74
|
-
var a = r.finalize(this._oKey.clone().concat(t));
|
|
75
|
-
return a;
|
|
76
|
-
}
|
|
77
|
-
});
|
|
78
|
-
})();
|
|
79
|
-
});
|
|
80
|
-
}(s), s.exports);
|
|
81
|
-
}
|
|
1
|
+
var e = { exports: {} };
|
|
82
2
|
export {
|
|
83
|
-
|
|
3
|
+
e as __module
|
|
84
4
|
};
|
package/index79.js
CHANGED
package/index81.js
CHANGED