@devtable/dashboard 9.16.2 → 9.17.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 +1528 -1496
- package/dist/dashboard.umd.js +68 -68
- package/dist/model/filters/index.d.ts +4 -0
- package/package.json +1 -1
|
@@ -369,6 +369,10 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
369
369
|
readonly value: string;
|
|
370
370
|
readonly _type: "filter";
|
|
371
371
|
}[];
|
|
372
|
+
readonly keyLabelOptions: {
|
|
373
|
+
label: string;
|
|
374
|
+
value: string;
|
|
375
|
+
}[];
|
|
372
376
|
readonly empty: boolean;
|
|
373
377
|
visibleInView(viewID: string): ({
|
|
374
378
|
id: string;
|