@dexteel/mesf-core 6.0.1 → 6.0.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.
@@ -1,3 +1,3 @@
1
1
  {
2
- ".": "6.0.1"
2
+ ".": "6.0.2"
3
3
  }
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # Changelog
2
+
3
+ ## [6.0.2](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v6.0.1...@dexteel/mesf-core-v6.0.2) (2025-09-30)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **Asset Filter:** remove infinite errors in console.log. Remove vertical scrolling ([d7127ab](https://github.com/dexteel/mesf-core-frontend/commit/d7127ab39a20bc63f6f33e2d8a5ba043d944d5fd))
9
+
10
+ ## [6.0.1] - 2025-09-30
11
+
12
+
13
+
1
14
  # Changelog
2
15
 
3
16
  ## [6.0.1](https://github.com/dexteel/mesf-core-frontend/compare/@dexteel/mesf-core-v6.0.0...@dexteel/mesf-core-v6.0.1) (2025-09-30)
package/dist/index.esm.js CHANGED
@@ -15326,7 +15326,7 @@ var AssetsFilter = function (_a) {
15326
15326
  if (newValue) {
15327
15327
  onChange((_a = newValue.value) !== null && _a !== void 0 ? _a : null);
15328
15328
  }
15329
- }, getOptionLabel: function (option) { return option.label; }, disabled: isLoading || disabled, disablePortal: true, disableClearable: true, renderInput: function (params) { return (React__default.createElement(TextField$1, __assign({}, params, { label: label, variant: "outlined", size: "small", fullWidth: true }))); } }),
15329
+ }, getOptionLabel: function (option) { return option.label; }, isOptionEqualToValue: function (option, value) { return option.value === value.value; }, renderOption: function (props, option) { return (React__default.createElement("li", __assign({}, props, { key: option.value }), option.label)); }, disabled: isLoading || disabled, disablePortal: true, disableClearable: true, renderInput: function (params) { return (React__default.createElement(TextField$1, __assign({}, params, { label: label, variant: "outlined", size: "small", fullWidth: true }))); } }),
15330
15330
  React__default.createElement(ErrorModal, { error: error, onHide: function () { return setError(""); } })));
15331
15331
  };
15332
15332
 
@@ -16752,7 +16752,7 @@ var Logbook$1 = function () {
16752
16752
  React__default.createElement(Filters$1, { withAssetFilter: withAssetFilter, filterAssets: filterAssets, quickFilter: quickFilter, onQuickFilterChange: onQuickFilterChange, assetId: assetId, setAssetId: setAssetId })),
16753
16753
  React__default.createElement(Grid, { item: true, xs: 12 },
16754
16754
  React__default.createElement(Paper, { elevation: 1, style: {
16755
- height: "70vh",
16755
+ height: "62vh",
16756
16756
  width: "100%",
16757
16757
  } },
16758
16758
  React__default.createElement(AgGridReact, { loading: isLoading, rowData: rows, columnDefs: columnDefs, defaultColDef: defaultColDef, rowHeight: 38, headerHeight: 42, loadingOverlayComponent: CenteredLazyLoading, animateRows: true, getContextMenuItems: getContextMenuItems, onRowClicked: rowClicked, onCellKeyDown: onCellKeyDown, onGridReady: function (params) { return (gridApiRef.current = params.api); }, getRowId: function (params) { return "".concat(params.data.EntryId); }, gridOptions: {