rez-table-listing-mui 1.3.58 → 1.3.59

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
- data_type: FilterInputDataTypes;
78
+ element_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
- data_type: FilterInputDataTypes;
313
+ element_type: FilterInputDataTypes;
314
314
  }
315
315
  interface FilterDataProps {
316
316
  mainFilter?: {
@@ -584,8 +584,8 @@ declare function useCraftTable(paginationPageSize?: number): CraftTableOptionsPr
584
584
  declare function useCraftTableFilterSettings(): craftTableFilterSettingsOptionsProps;
585
585
 
586
586
  interface TabDataProps {
587
- tab_value: string | null;
588
- tab_value_count: string | number;
587
+ tab_name: string | null;
588
+ count: string | number;
589
589
  }
590
590
  interface TableTabsProps {
591
591
  loading?: boolean;