@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.
- package/dist/index.js +1 -1
- 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: !
|
|
29339
|
+
showColon: { type: Boolean, default: !0 },
|
|
29340
29340
|
showResetBtnIcon: { type: Boolean, default: !1 }
|
|
29341
29341
|
},
|
|
29342
29342
|
emits: ["search", "reset", "change"],
|