lh-ui-next 0.0.19 → 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
|
@@ -5553,7 +5553,7 @@ const hs = {
|
|
|
5553
5553
|
}
|
|
5554
5554
|
},
|
|
5555
5555
|
mounted() {
|
|
5556
|
-
|
|
5556
|
+
document.addEventListener("keydown", this.keydown);
|
|
5557
5557
|
},
|
|
5558
5558
|
beforeUnmount() {
|
|
5559
5559
|
document.removeEventListener("keydown", this.keydown);
|
|
@@ -5618,7 +5618,7 @@ const z = function(e) {
|
|
|
5618
5618
|
let l = Se(bs).mount(document.createElement("div"));
|
|
5619
5619
|
for (let a in e)
|
|
5620
5620
|
l[a] = e[a] || l[a];
|
|
5621
|
-
l.id = t, document.body.appendChild(l.$el);
|
|
5621
|
+
l.startTimer(), l.id = t, document.body.appendChild(l.$el);
|
|
5622
5622
|
let n = e.offset || 20;
|
|
5623
5623
|
return W.forEach((a) => {
|
|
5624
5624
|
n += a.$el.offsetHeight + 16;
|
|
@@ -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
|
])
|