rez-table-listing-mui 1.3.57 → 1.3.58

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
@@ -75,7 +75,7 @@ interface FilterColumnsListProps {
75
75
  searchable: string | null;
76
76
  attribute_key: string;
77
77
  sort_type: string | null;
78
- element_type: FilterInputDataTypes;
78
+ data_type: FilterInputDataTypes;
79
79
  data_source_type: string | null;
80
80
  datasource_list: any | null;
81
81
  visible: string;
@@ -310,7 +310,7 @@ interface FilterDataMainFilterEntityWiseCriteriaProps {
310
310
  attribute_key: string;
311
311
  element_type: FilterInputDataTypes;
312
312
  datasource_list: any;
313
- element_type: FilterInputDataTypes;
313
+ data_type: FilterInputDataTypes;
314
314
  }
315
315
  interface FilterDataProps {
316
316
  mainFilter?: {