@cloudtower/eagle 0.34.2 → 0.34.3

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.
@@ -46,7 +46,14 @@ var __objRest = (source, exclude) => {
46
46
  };
47
47
  const AddRowButton = (props) => {
48
48
  const {
49
- config: { maximum, className, CustomizedButton, buttonProps, text },
49
+ config: {
50
+ maximum,
51
+ className,
52
+ CustomizedButton,
53
+ buttonProps,
54
+ text,
55
+ extraAction
56
+ },
50
57
  columns,
51
58
  addData,
52
59
  data
@@ -93,7 +100,7 @@ const AddRowButton = (props) => {
93
100
  disabled
94
101
  }),
95
102
  CustomizedButtonText || t("components.add")
96
- ), typeof maximum === "number" ? /* @__PURE__ */ React__default.default.createElement(
103
+ ), extraAction, typeof maximum === "number" ? /* @__PURE__ */ React__default.default.createElement(
97
104
  "span",
98
105
  {
99
106
  className: core.cx(