@devtable/dashboard 14.34.0 → 14.35.0

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.
@@ -1156,6 +1156,7 @@ export interface IFiltersRenderModel {
1156
1156
  readonly firstID: string | undefined;
1157
1157
  readonly keySet: Set<string>;
1158
1158
  readonly keyLabelMap: Record<string, string>;
1159
+ readonly keyIDMap: Record<string, string>;
1159
1160
  readonly empty: boolean;
1160
1161
  findByID(id: string): IFilterMeta | undefined;
1161
1162
  findByKey(key: string): IFilterMeta | undefined;