@avilang/practical-ui 0.3.57 → 0.3.58

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -29336,7 +29336,7 @@ const ai = /* @__PURE__ */ Object.assign({
29336
29336
  labelWidth: { type: Number },
29337
29337
  maxLabelWidth: { type: Number, default: 87 },
29338
29338
  visibleLine: { type: Number, default: -1 },
29339
- showColon: { type: Boolean, default: !1 },
29339
+ showColon: { type: Boolean, default: !0 },
29340
29340
  showResetBtnIcon: { type: Boolean, default: !1 }
29341
29341
  },
29342
29342
  emits: ["search", "reset", "change"],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@avilang/practical-ui",
3
3
  "type": "module",
4
- "version": "0.3.57",
4
+ "version": "0.3.58",
5
5
  "description": "Practical UI components created based on vue3",
6
6
  "main": "dist/index.js",
7
7
  "files": [