elab_components 0.9.67 → 0.9.81

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/index.esm.js CHANGED
@@ -33129,7 +33129,7 @@ var OkGrid = function (_a) {
33129
33129
  console.log('first', filtered);
33130
33130
  setFilteredData(filtered);
33131
33131
  }
33132
- }, [col === null || col === void 0 ? void 0 : col.filterByID, col.data, dataItem]);
33132
+ }, [col === null || col === void 0 ? void 0 : col.filterByID, col.data]);
33133
33133
  console.log('filteredData', filteredData, col === null || col === void 0 ? void 0 : col.filterByID, dataItem[col === null || col === void 0 ? void 0 : col.filterByID]);
33134
33134
  return (React__default.createElement("td", __assign({}, cellProps.tdProps),
33135
33135
  React__default.createElement(DropDownList, { data: filteredData, textField: col.textField || 'name', value: selectedOption, onChange: handleChange, filterable: true, onFilterChange: handleFilterChange, disabled: disabledCondition })));
package/dist/index.js CHANGED
@@ -33157,7 +33157,7 @@ var OkGrid = function (_a) {
33157
33157
  console.log('first', filtered);
33158
33158
  setFilteredData(filtered);
33159
33159
  }
33160
- }, [col === null || col === void 0 ? void 0 : col.filterByID, col.data, dataItem]);
33160
+ }, [col === null || col === void 0 ? void 0 : col.filterByID, col.data]);
33161
33161
  console.log('filteredData', filteredData, col === null || col === void 0 ? void 0 : col.filterByID, dataItem[col === null || col === void 0 ? void 0 : col.filterByID]);
33162
33162
  return (React__default["default"].createElement("td", __assign({}, cellProps.tdProps),
33163
33163
  React__default["default"].createElement(kendoReactDropdowns.DropDownList, { data: filteredData, textField: col.textField || 'name', value: selectedOption, onChange: handleChange, filterable: true, onFilterChange: handleFilterChange, disabled: disabledCondition })));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elab_components",
3
- "version": "0.9.67",
3
+ "version": "0.9.81",
4
4
  "private": false,
5
5
  "author": "Amar",
6
6
  "main": "dist/index.js",