lh-ui-next 0.1.7-beta.49 → 0.1.7-beta.50
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 +2 -2
- package/lib/lh-ui-next.mjs +6 -6
- package/lib/lh-ui-next.umd.js +1 -1
- package/package.json +1 -1
- package/static/css/compact/compact.less +1 -1
- package/static/css/package/messageBox.less +4 -4
- package/static/css/theme-compact-blue/main.css +1 -1
- package/static/css/theme-loose-blue/main.css +1 -1
- package/static/css/theme-loose-orange/main.css +1 -1
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.1.7-beta.
|
|
8
|
-
## test version : "0.1.7-beta.
|
|
7
|
+
## Official version : "0.1.7-beta.50",
|
|
8
|
+
## test version : "0.1.7-beta.50",
|
|
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
|
@@ -506,7 +506,7 @@ const Vt = {
|
|
|
506
506
|
n = t.top + t.height + this.offset, u(), o = p();
|
|
507
507
|
break;
|
|
508
508
|
case "left":
|
|
509
|
-
d(), a = t.left - i.width - this.offset, o =
|
|
509
|
+
d(), a = t.left - i.width - this.offset, o = p();
|
|
510
510
|
break;
|
|
511
511
|
}
|
|
512
512
|
let C = n;
|
|
@@ -1635,7 +1635,7 @@ function Mi(e, t, i, s, l, n) {
|
|
|
1635
1635
|
], 10, hi)) : m("", !0),
|
|
1636
1636
|
o.indexOf("sizes") > -1 ? (r(), c("div", fi, [
|
|
1637
1637
|
_(a, {
|
|
1638
|
-
style: { width: "100px" },
|
|
1638
|
+
style: T({ width: i.size == "mini" ? "75px" : "100px" }),
|
|
1639
1639
|
disabled: i.disabled,
|
|
1640
1640
|
optionList: l.pageSizeList,
|
|
1641
1641
|
backType: "value",
|
|
@@ -1644,7 +1644,7 @@ function Mi(e, t, i, s, l, n) {
|
|
|
1644
1644
|
modelValue: l.currentPageSize,
|
|
1645
1645
|
"onUpdate:modelValue": t[6] || (t[6] = (d) => l.currentPageSize = d),
|
|
1646
1646
|
appendToBody: !1
|
|
1647
|
-
}, null, 8, ["disabled", "optionList", "onItemClick", "size", "modelValue"])
|
|
1647
|
+
}, null, 8, ["style", "disabled", "optionList", "onItemClick", "size", "modelValue"])
|
|
1648
1648
|
])) : m("", !0),
|
|
1649
1649
|
o.indexOf("jumper") > -1 ? (r(), c("span", {
|
|
1650
1650
|
key: 4,
|
|
@@ -1780,7 +1780,7 @@ function Mi(e, t, i, s, l, n) {
|
|
|
1780
1780
|
], 10, Ii)) : m("", !0),
|
|
1781
1781
|
o.indexOf("sizes") > -1 ? (r(), c("div", Di, [
|
|
1782
1782
|
_(a, {
|
|
1783
|
-
style: { width: "100px" },
|
|
1783
|
+
style: T({ width: i.size == "mini" ? "75px" : "100px" }),
|
|
1784
1784
|
disabled: i.disabled,
|
|
1785
1785
|
optionList: l.pageSizeList,
|
|
1786
1786
|
backType: "value",
|
|
@@ -1789,7 +1789,7 @@ function Mi(e, t, i, s, l, n) {
|
|
|
1789
1789
|
modelValue: l.currentPageSize,
|
|
1790
1790
|
"onUpdate:modelValue": t[19] || (t[19] = (d) => l.currentPageSize = d),
|
|
1791
1791
|
appendToBody: !1
|
|
1792
|
-
}, null, 8, ["disabled", "optionList", "onItemClick", "size", "modelValue"])
|
|
1792
|
+
}, null, 8, ["style", "disabled", "optionList", "onItemClick", "size", "modelValue"])
|
|
1793
1793
|
])) : m("", !0),
|
|
1794
1794
|
o.indexOf("jumper") > -1 ? (r(), c("span", {
|
|
1795
1795
|
key: 4,
|
|
@@ -7515,7 +7515,7 @@ function Uo(e, t, i, s, l, n) {
|
|
|
7515
7515
|
width: "640",
|
|
7516
7516
|
popoverContentClass: l.popoverContentClass,
|
|
7517
7517
|
isBoundingClientRectLeft: "",
|
|
7518
|
-
boundingClientRectLeftValue:
|
|
7518
|
+
boundingClientRectLeftValue: 10,
|
|
7519
7519
|
ref: "datePopover"
|
|
7520
7520
|
}, {
|
|
7521
7521
|
reference: k(() => [
|