@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.
@@ -40,7 +40,14 @@ var __objRest = (source, exclude) => {
40
40
  };
41
41
  const AddRowButton = (props) => {
42
42
  const {
43
- config: { maximum, className, CustomizedButton, buttonProps, text },
43
+ config: {
44
+ maximum,
45
+ className,
46
+ CustomizedButton,
47
+ buttonProps,
48
+ text,
49
+ extraAction
50
+ },
44
51
  columns,
45
52
  addData,
46
53
  data
@@ -87,7 +94,7 @@ const AddRowButton = (props) => {
87
94
  disabled
88
95
  }),
89
96
  CustomizedButtonText || t("components.add")
90
- ), typeof maximum === "number" ? /* @__PURE__ */ React__default.createElement(
97
+ ), extraAction, typeof maximum === "number" ? /* @__PURE__ */ React__default.createElement(
91
98
  "span",
92
99
  {
93
100
  className: cx(