@a2simcode/ui 0.0.50 → 0.0.51
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/simcode-ui.es.js +1 -1
- package/dist/simcode-ui.umd.js +1 -1
- package/dist/stats.html +1 -1
- package/dist/ui.css +1 -1
- package/docs/examples/number/advanced.vue +2 -2
- package/package.json +1 -1
package/dist/simcode-ui.es.js
CHANGED
|
@@ -1689,7 +1689,7 @@ const ef = de(Os), tf = /* @__PURE__ */ oe({
|
|
|
1689
1689
|
size: { default: "default" },
|
|
1690
1690
|
readonly: { type: Boolean, default: !1 },
|
|
1691
1691
|
disabled: { type: Boolean, default: !1 },
|
|
1692
|
-
controls: { type: Boolean, default: !
|
|
1692
|
+
controls: { type: Boolean, default: !0 },
|
|
1693
1693
|
controlsPosition: { default: "right" },
|
|
1694
1694
|
ariaLabel: {},
|
|
1695
1695
|
placeholder: { default: "请输入数字" },
|