rez-table-listing-mui 1.3.43 → 1.3.44

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.d.ts CHANGED
@@ -266,7 +266,6 @@ interface FilterDataMainFilterEntityWiseCriteriaProps {
266
266
  attribute_key: string;
267
267
  element_type: FilterInputDataTypes;
268
268
  datasource_list: any;
269
- element_type: FilterInputDataTypes;
270
269
  }
271
270
  interface FilterDataProps {
272
271
  mainFilter?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rez-table-listing-mui",
3
- "version": "1.3.43",
3
+ "version": "1.3.44",
4
4
  "type": "module",
5
5
  "description": "A rez table listing component built on TanStack Table",
6
6
  "main": "dist/index.js",
@@ -308,7 +308,6 @@ export interface FilterDataMainFilterEntityWiseCriteriaProps {
308
308
  attribute_key: string;
309
309
  element_type: FilterInputDataTypes;
310
310
  datasource_list: any;
311
- element_type: FilterInputDataTypes;
312
311
  }
313
312
 
314
313
  export interface FilterDataProps {
@@ -12,7 +12,6 @@ import {
12
12
  useEntityTableAPI,
13
13
  useGetLayoutAttributes,
14
14
  useGetOperationList,
15
- useGetSettingsDataAPI,
16
15
  useSaveSettingsDataAPI,
17
16
  useSettingsDropDownAPI,
18
17
  } from "../listing/libs/hooks/useEntityTableAPI";
@@ -59,7 +58,7 @@ function ListingView() {
59
58
 
60
59
  const { layoutAttributes: quickTabAttributes } = useGetLayoutAttributes({
61
60
  entity_type: ENTITY_TYPE,
62
- element_typeype: "select",
61
+ element_type: "select",
63
62
  });
64
63
 
65
64
  const { layoutAttributes: sortingTabAttributes } = useGetLayoutAttributes({