lh-ui-next 0.0.20 → 0.0.21
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/README.md
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
alpha version is use to self-test; beta version is use to public survey.for example:
|
|
5
5
|
1.0.0-alpha.1
|
|
6
6
|
1.0.0-test.2
|
|
7
|
-
## Official version : "0.0.
|
|
8
|
-
## test version : "0.0.
|
|
7
|
+
## Official version : "0.0.21",
|
|
8
|
+
## test version : "0.0.21",
|
|
9
9
|
## npmmirror
|
|
10
10
|
When cnpm sync execution is unsuccessful,you can go the website(http://www.npmmirror.com/package/lh-ui-next) and press sync button to
|
|
11
11
|
manual trigger the sync event
|
package/lib/lh-ui-next.mjs
CHANGED
|
@@ -6517,12 +6517,6 @@ function ca(e, i, t, s, l, n) {
|
|
|
6517
6517
|
d("div", aa, b(l.message), 1),
|
|
6518
6518
|
d("div", oa, [
|
|
6519
6519
|
d("div", ra, [
|
|
6520
|
-
V(a, { onClick: n.confirm }, {
|
|
6521
|
-
default: k(() => [
|
|
6522
|
-
T(b(l.confirmButtonText), 1)
|
|
6523
|
-
]),
|
|
6524
|
-
_: 1
|
|
6525
|
-
}, 8, ["onClick"]),
|
|
6526
6520
|
V(a, {
|
|
6527
6521
|
category: "minor",
|
|
6528
6522
|
onClick: n.cancel
|
|
@@ -6531,6 +6525,12 @@ function ca(e, i, t, s, l, n) {
|
|
|
6531
6525
|
T(b(l.cancelButtonText), 1)
|
|
6532
6526
|
]),
|
|
6533
6527
|
_: 1
|
|
6528
|
+
}, 8, ["onClick"]),
|
|
6529
|
+
V(a, { onClick: n.confirm }, {
|
|
6530
|
+
default: k(() => [
|
|
6531
|
+
T(b(l.confirmButtonText), 1)
|
|
6532
|
+
]),
|
|
6533
|
+
_: 1
|
|
6534
6534
|
}, 8, ["onClick"])
|
|
6535
6535
|
])
|
|
6536
6536
|
])
|