3h1-ui 1.0.151 → 1.0.153

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/es/index.js CHANGED
@@ -7413,7 +7413,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
7413
7413
  if ((formProps2 == null ? void 0 : formProps2.maxlength) === void 0) {
7414
7414
  maxlength = 100;
7415
7415
  } else {
7416
- showCount = formProps2.maxlength;
7416
+ maxlength = formProps2.maxlength;
7417
7417
  }
7418
7418
  } else {
7419
7419
  maxlength = componentProps.maxlength;
@@ -9782,7 +9782,9 @@ const basicProps$2 = {
9782
9782
  wrapperCol: Object,
9783
9783
  colon: propTypes.bool,
9784
9784
  labelAlign: propTypes.string,
9785
- rowProps: Object
9785
+ rowProps: Object,
9786
+ showCount: { default: true, type: Boolean },
9787
+ maxlength: { default: 100, type: Number }
9786
9788
  };
9787
9789
  const _sfc_main$y = defineComponent({
9788
9790
  name: "BasicForm",
package/lib/index.js CHANGED
@@ -7418,7 +7418,7 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
7418
7418
  if ((formProps2 == null ? void 0 : formProps2.maxlength) === void 0) {
7419
7419
  maxlength = 100;
7420
7420
  } else {
7421
- showCount = formProps2.maxlength;
7421
+ maxlength = formProps2.maxlength;
7422
7422
  }
7423
7423
  } else {
7424
7424
  maxlength = componentProps.maxlength;
@@ -9787,7 +9787,9 @@ const basicProps$2 = {
9787
9787
  wrapperCol: Object,
9788
9788
  colon: utils.propTypes.bool,
9789
9789
  labelAlign: utils.propTypes.string,
9790
- rowProps: Object
9790
+ rowProps: Object,
9791
+ showCount: { default: true, type: Boolean },
9792
+ maxlength: { default: 100, type: Number }
9791
9793
  };
9792
9794
  const _sfc_main$y = vue.defineComponent({
9793
9795
  name: "BasicForm",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "3h1-ui",
3
- "version": "1.0.151",
3
+ "version": "1.0.153",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -31,8 +31,8 @@
31
31
  "vue-types": "^5.0.2",
32
32
  "vxe-table": "^4.3.6",
33
33
  "xe-utils": "^3.5.7",
34
- "@shy-plugins/utils": "1.0.14",
35
- "@shy-plugins/use": "1.0.3"
34
+ "@shy-plugins/use": "1.0.3",
35
+ "@shy-plugins/utils": "1.0.14"
36
36
  },
37
37
  "types": "lib/ui/index.d.ts",
38
38
  "devDependencies": {