@devtable/dashboard 13.36.7 → 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.
@@ -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: Record<string, any>): void;
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;