rez-table-listing-mui 1.3.12 → 1.3.14

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
@@ -90,6 +90,7 @@ interface FilterComponentTabOptions {
90
90
  mainFilter?: FilterComponentOptionsMainFilterOptions;
91
91
  savedFilter?: FilterComponentOptionsSavedFilterOptions;
92
92
  isSingleFilter?: boolean;
93
+ isSingleEntity?: boolean;
93
94
  showFilter?: TabType;
94
95
  }
95
96
  type FilterComponentOptions = {
@@ -154,7 +155,6 @@ interface FilterStateProps {
154
155
  filter_attribute: string;
155
156
  filter_operator: string;
156
157
  filter_value: string | string[];
157
- id: string | number;
158
158
  filter_attribute_name: string | undefined;
159
159
  filter_attribute_data_type: FilterInputDataTypes | undefined;
160
160
  attribute_key?: string;