@stonecrop/atable 0.16.1 → 0.16.2

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/atable.js CHANGED
@@ -801,7 +801,7 @@ function On(e, t = !1) {
801
801
  }
802
802
  const Bt = {
803
803
  ATextInput: "text",
804
- ATextarea: "text",
804
+ ATextboxInput: "text",
805
805
  ANumericInput: "number",
806
806
  ACheckbox: "boolean",
807
807
  ADate: "date",