lh-ui-next 0.0.33 → 0.0.34

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.33",
8
- ## test version : "0.0.33",
7
+ ## Official version : "0.0.34",
8
+ ## test version : "0.0.34",
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
@@ -755,6 +755,10 @@ const J = /* @__PURE__ */ _(wt, [["render", It]]), Lt = {
755
755
  type: String,
756
756
  default: "\u8BF7\u9009\u62E9"
757
757
  },
758
+ forceString: {
759
+ type: Boolean,
760
+ default: "false"
761
+ },
758
762
  filterShow: {
759
763
  type: Boolean,
760
764
  default: !1
@@ -809,7 +813,7 @@ const J = /* @__PURE__ */ _(wt, [["render", It]]), Lt = {
809
813
  value: ""
810
814
  });
811
815
  for (let i = 0; i < t.length; i++)
812
- t[i].active = !1;
816
+ t[i].active = !1, this.forceString && (t[i].name = t[i].name.toString(), t[i].value = t[i].value.toString());
813
817
  this.myoptionList = t, this.selectValueChange(this.modelValue);
814
818
  },
815
819
  deep: !0