@react-form-builder/components-rsuite 6.2.1 → 7.0.0
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/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -867,7 +867,7 @@ const eo = ({ style: A, className: e, label: t, onChange: a, value: r, ...i }) =
|
|
|
867
867
|
active: l
|
|
868
868
|
}), se = {
|
|
869
869
|
classPrefix: n.default("progress").hinted("The prefix of the component CSS class"),
|
|
870
|
-
percent: S.default(50).withEditorProps({ min: 0, max: 100 }).hinted("Percent of progress").
|
|
870
|
+
percent: S.default(50).withEditorProps({ min: 0, max: 100 }).hinted("Percent of progress").dataBound,
|
|
871
871
|
showInfo: l.default(!0).hinted("Show text"),
|
|
872
872
|
status: v("success", "fail", "active").default("active").hinted("Progress status"),
|
|
873
873
|
strokeColor: oA.hinted("Line color"),
|