@lanaco/lnc-react-ui 3.11.17 → 3.11.18
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/lib/index.esm.js +4 -1
- package/lib/index.js +4 -1
- package/package.json +1 -1
package/lib/index.esm.js
CHANGED
|
@@ -54095,6 +54095,7 @@ var EditableTableCell = function EditableTableCell(props) {
|
|
|
54095
54095
|
}, themeProps), Column.readonlyComponent ? /*#__PURE__*/React__default.createElement(Column.readonlyComponent, {
|
|
54096
54096
|
rowData: RowData,
|
|
54097
54097
|
value: Column !== null && Column !== void 0 && Column.objectAccessor ? RowData[Column.accessor][Column === null || Column === void 0 ? void 0 : Column.objectAccessor] : RowData[Column.accessor],
|
|
54098
|
+
fullValue: RowData[Column.accessor],
|
|
54098
54099
|
disabled: true
|
|
54099
54100
|
}) : Column !== null && Column !== void 0 && Column.objectAccessor ? RowData[Column.accessor][Column === null || Column === void 0 ? void 0 : Column.objectAccessor] : RowData[Column.accessor]);
|
|
54100
54101
|
};
|
|
@@ -72834,6 +72835,7 @@ var ActionsToolbar = /*#__PURE__*/React__default.forwardRef(function (props, ref
|
|
|
72834
72835
|
}, rest), /*#__PURE__*/React__default.createElement("div", null, showCreate && readOnly == false && /*#__PURE__*/React__default.createElement(Button$1, {
|
|
72835
72836
|
leadingIcon: "plus",
|
|
72836
72837
|
btnType: "outline",
|
|
72838
|
+
type: "button",
|
|
72837
72839
|
color: color,
|
|
72838
72840
|
size: size,
|
|
72839
72841
|
title: createText,
|
|
@@ -72848,7 +72850,8 @@ var ActionsToolbar = /*#__PURE__*/React__default.forwardRef(function (props, ref
|
|
|
72848
72850
|
btnType: "outline",
|
|
72849
72851
|
trailingIcon: "angle-down",
|
|
72850
72852
|
color: color,
|
|
72851
|
-
size: size
|
|
72853
|
+
size: size,
|
|
72854
|
+
type: "button"
|
|
72852
72855
|
})
|
|
72853
72856
|
}, showCopy && readOnly == false && /*#__PURE__*/React__default.createElement(DropdownItem, {
|
|
72854
72857
|
icon: "copy",
|
package/lib/index.js
CHANGED
|
@@ -54144,6 +54144,7 @@ var EditableTableCell = function EditableTableCell(props) {
|
|
|
54144
54144
|
}, themeProps), Column.readonlyComponent ? /*#__PURE__*/React__default["default"].createElement(Column.readonlyComponent, {
|
|
54145
54145
|
rowData: RowData,
|
|
54146
54146
|
value: Column !== null && Column !== void 0 && Column.objectAccessor ? RowData[Column.accessor][Column === null || Column === void 0 ? void 0 : Column.objectAccessor] : RowData[Column.accessor],
|
|
54147
|
+
fullValue: RowData[Column.accessor],
|
|
54147
54148
|
disabled: true
|
|
54148
54149
|
}) : Column !== null && Column !== void 0 && Column.objectAccessor ? RowData[Column.accessor][Column === null || Column === void 0 ? void 0 : Column.objectAccessor] : RowData[Column.accessor]);
|
|
54149
54150
|
};
|
|
@@ -72883,6 +72884,7 @@ var ActionsToolbar = /*#__PURE__*/React__default["default"].forwardRef(function
|
|
|
72883
72884
|
}, rest), /*#__PURE__*/React__default["default"].createElement("div", null, showCreate && readOnly == false && /*#__PURE__*/React__default["default"].createElement(Button$1, {
|
|
72884
72885
|
leadingIcon: "plus",
|
|
72885
72886
|
btnType: "outline",
|
|
72887
|
+
type: "button",
|
|
72886
72888
|
color: color,
|
|
72887
72889
|
size: size,
|
|
72888
72890
|
title: createText,
|
|
@@ -72897,7 +72899,8 @@ var ActionsToolbar = /*#__PURE__*/React__default["default"].forwardRef(function
|
|
|
72897
72899
|
btnType: "outline",
|
|
72898
72900
|
trailingIcon: "angle-down",
|
|
72899
72901
|
color: color,
|
|
72900
|
-
size: size
|
|
72902
|
+
size: size,
|
|
72903
|
+
type: "button"
|
|
72901
72904
|
})
|
|
72902
72905
|
}, showCopy && readOnly == false && /*#__PURE__*/React__default["default"].createElement(DropdownItem, {
|
|
72903
72906
|
icon: "copy",
|