@react-form-builder/components-rsuite 1.5.0 → 1.5.1

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 CHANGED
@@ -187,7 +187,7 @@ const { Cell: Re } = GA, fA = p(Re)`
187
187
  defaultOpen: n.hinted("Default value of open property").default(!1),
188
188
  defaultValue: L.hinted("Default value"),
189
189
  disabled: n.hinted("Whether disabled the component").default(!1),
190
- editable: n.hinted("Rendered as an input, the date can be entered via the keyboard").default(!1),
190
+ editable: n.hinted("Rendered as an input, the date can be entered via the keyboard").default(!0),
191
191
  format: r.hinted("Format date"),
192
192
  isoWeek: n.hinted("ISO 8601 standard, each calendar week begins on Monday and Sunday on the seventh day").default(!1),
193
193
  limitEndYear: R.hinted("Set the upper limit of the available year relative to the current selection date"),
@@ -210,7 +210,7 @@ const { Cell: Re } = GA, fA = p(Re)`
210
210
  onSelect: l.hinted("Callback fired when date or time is selected"),
211
211
  onToggleMonthDropdown: l.hinted("Callback function that switches to the month view"),
212
212
  onToggleTimeDropdown: l.hinted("Callback function that switches to the time view"),
213
- open: n.hinted("Whether open the component").default(!1),
213
+ open: n.hinted("Whether open the component").default(void 0),
214
214
  placeholder: r.hinted("Placeholder"),
215
215
  placement: K.hinted("The placement of component"),
216
216
  preventOverflow: n.hinted("Prevent floating element overflow").default(!1),
@@ -374,7 +374,7 @@ const { Cell: Re } = GA, fA = p(Re)`
374
374
  }
375
375
  `, Ht = d(mt, "RsMessage").name("Message").props({
376
376
  children: E,
377
- closeable: n.default(!1),
377
+ closable: n.default(!1),
378
378
  header: E,
379
379
  type: h("info", "success", "warning", "error").default("info")
380
380
  }), kA = ({ onChange: A, ...e }) => /* @__PURE__ */ o(Q, { onChange: (a, i) => A == null ? void 0 : A(i, a), ...e });
@@ -662,7 +662,7 @@ const Ct = ({ style: A, className: e, label: t, onChange: a, value: i, ...f }) =
662
662
  disabled: n.default(!1),
663
663
  disabledFileItem: n.default(!1),
664
664
  draggable: n.default(!1),
665
- fileListVisible: n.default(!1),
665
+ fileListVisible: n.default(!0),
666
666
  listType: h("text", "picture-text", "picture"),
667
667
  method: r,
668
668
  multiple: n.default(!1),