lh-ui-next 0.1.7-beta.60 → 0.1.7-beta.61
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 +11 -1
- package/lib/lh-ui-next.umd.js +1 -1
- package/package.json +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.61",
|
|
8
|
+
## test version : "0.1.7-beta.61,
|
|
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
|
@@ -6555,6 +6555,14 @@ const Da = {
|
|
|
6555
6555
|
enterKey: {
|
|
6556
6556
|
type: [String, Number],
|
|
6557
6557
|
default: 0
|
|
6558
|
+
},
|
|
6559
|
+
prefixIcon: {
|
|
6560
|
+
type: String,
|
|
6561
|
+
default: ""
|
|
6562
|
+
},
|
|
6563
|
+
suffixIcon: {
|
|
6564
|
+
type: String,
|
|
6565
|
+
default: ""
|
|
6558
6566
|
}
|
|
6559
6567
|
},
|
|
6560
6568
|
components: {
|
|
@@ -6731,6 +6739,8 @@ function Ea(e, t, i, s, l, n) {
|
|
|
6731
6739
|
}, [
|
|
6732
6740
|
_(o, {
|
|
6733
6741
|
size: i.size,
|
|
6742
|
+
"prefix-icon": i.prefixIcon,
|
|
6743
|
+
"suffix-icon": i.suffixIcon,
|
|
6734
6744
|
onKeyupEnter: n.keyupEnter,
|
|
6735
6745
|
maxlength: i.maxlength,
|
|
6736
6746
|
type: "text",
|
|
@@ -6744,7 +6754,7 @@ function Ea(e, t, i, s, l, n) {
|
|
|
6744
6754
|
modelValue: l.inputValue,
|
|
6745
6755
|
"onUpdate:modelValue": t[0] || (t[0] = (u) => l.inputValue = u),
|
|
6746
6756
|
style: { width: "100%" }
|
|
6747
|
-
}, null, 8, ["size", "onKeyupEnter", "maxlength", "placeholder", "onFocus", "onBlur", "pattern", "title", "required", "modelValue"])
|
|
6757
|
+
}, null, 8, ["size", "prefix-icon", "suffix-icon", "onKeyupEnter", "maxlength", "placeholder", "onFocus", "onBlur", "pattern", "title", "required", "modelValue"])
|
|
6748
6758
|
], 8, Fa)
|
|
6749
6759
|
]),
|
|
6750
6760
|
default: k(() => [
|