@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.
- package/dist/dashboard.es.js +2970 -2953
- package/dist/dashboard.umd.js +76 -76
- package/dist/model/render-model/dashboard/content/filters/filters.d.ts +1 -0
- package/dist/stats.html +1 -1
- package/dist/version.json +2 -2
- package/package.json +1 -1
|
@@ -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;
|