@devtable/dashboard 13.12.0 → 13.13.1

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.
@@ -1,3 +1,3 @@
1
- import { ContentModelInstance } from '..';
2
1
  import { ContentRenderModelInstance } from '../dashboard-render/model';
2
+ import { ContentModelInstance } from '..';
3
3
  export declare function useInteractionOperationHacks(model: ContentModelInstance | ContentRenderModelInstance, inEditMode: boolean): void;
@@ -722,6 +722,7 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
722
722
  setValues(values: Record<string, $TSFixMe>): void;
723
723
  patchValues(values: Record<string, any>): void;
724
724
  setValueByKey(key: string, value: $TSFixMe): void;
725
+ applyValuesPatch(values: Record<string, any>): void;
725
726
  getValueByKey(key: string): any;
726
727
  getSchema(ids: string[], raw?: boolean): {
727
728
  filters: {