@bluemarble/bm-components 0.0.47 → 0.0.48
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/esm/index.js
CHANGED
|
@@ -15216,5 +15216,12 @@ const Modal = (_a) => {
|
|
|
15216
15216
|
React__default.createElement(React__default.Fragment, null, rest.children))));
|
|
15217
15217
|
};
|
|
15218
15218
|
|
|
15219
|
-
|
|
15219
|
+
function GetInputLabel(columns) {
|
|
15220
|
+
return (columnName) => {
|
|
15221
|
+
var _a;
|
|
15222
|
+
return (_a = columns.find((column) => column.name === columnName)) === null || _a === void 0 ? void 0 : _a.label;
|
|
15223
|
+
};
|
|
15224
|
+
}
|
|
15225
|
+
|
|
15226
|
+
export { Autocomplete, BaseGrid, Checkbox, EditableTableCell, GetInputLabel, Grid, Input, InputMask, LargeButton, Modal, Radio, Select, Switch, TabPanel, Td, Tr, createFilter, filterData, getTabProps, useEvent, useFilter, useGrid, useLoading };
|
|
15220
15227
|
//# sourceMappingURL=index.js.map
|