elab_components 0.4.12 → 0.4.13

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,5 +1,5 @@
1
1
  declare const props: () => {
2
- activeRangeEnd: "end" | "start";
2
+ activeRangeEnd: "start" | "end";
3
3
  allowReverse: import("@storybook/addon-knobs/dist/type-defs").Mutable<boolean>;
4
4
  bottomView: "month" | "year" | "decade" | "century";
5
5
  defaultActiveView: "month" | "year" | "decade" | "century";
package/dist/index.esm.js CHANGED
@@ -30919,7 +30919,7 @@ var OkGrid = function (_a) {
30919
30919
  return data
30920
30920
  .filter(function (product) { return Object.values(product).some(isMatch); })
30921
30921
  .map(mapProduct);
30922
- }, [data, searchKeyword, expandedRows, selectedState, editID]);
30922
+ }, [data, searchKeyword, expandedRows, editID]);
30923
30923
  var _s = React__default.useState({
30924
30924
  data: filteredProducts,
30925
30925
  total: totalCount,
package/dist/index.js CHANGED
@@ -30947,7 +30947,7 @@ var OkGrid = function (_a) {
30947
30947
  return data
30948
30948
  .filter(function (product) { return Object.values(product).some(isMatch); })
30949
30949
  .map(mapProduct);
30950
- }, [data, searchKeyword, expandedRows, selectedState, editID]);
30950
+ }, [data, searchKeyword, expandedRows, editID]);
30951
30951
  var _s = React__default["default"].useState({
30952
30952
  data: filteredProducts,
30953
30953
  total: totalCount,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elab_components",
3
- "version": "0.4.12",
3
+ "version": "0.4.13",
4
4
  "private": false,
5
5
  "author": "Amar",
6
6
  "main": "dist/index.js",