@devtable/dashboard 13.36.6 → 13.36.8
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-editor/model/filters/index.d.ts +1 -1
- package/dist/dashboard.es.js +3460 -3459
- package/dist/dashboard.umd.js +74 -74
- package/dist/model/render-model/dashboard/content/filters/filters.d.ts +4 -4
- package/dist/model/render-model/dashboard/content/filters/utils.d.ts +1 -1
- package/dist/stats.html +1 -1
- package/dist/version.json +2 -2
- package/package.json +1 -1
|
@@ -997,7 +997,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
997
997
|
getSelectOption(id: string): any;
|
|
998
998
|
} & {
|
|
999
999
|
setValues(values: Record<string, any>): void;
|
|
1000
|
-
patchValues(values:
|
|
1000
|
+
patchValues(values: import('../../../model').FilterValuesType): void;
|
|
1001
1001
|
setValueByKey(key: string, value: any): void;
|
|
1002
1002
|
applyValuesPatch(values: Record<string, any>): void;
|
|
1003
1003
|
getValueByKey(key: string): any;
|