@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.
@@ -0,0 +1,3 @@
1
+ export declare const QueryMenuItems: (() => import('./react/jsx-runtime').JSX.Element | null) & {
2
+ displayName: string;
3
+ };
@@ -725,6 +725,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
725
725
  setValues(values: Record<string, any>): void;
726
726
  patchValues(values: Record<string, any>): void;
727
727
  setValueByKey(key: string, value: any): void;
728
+ applyValuesPatch(values: Record<string, any>): void;
728
729
  getValueByKey(key: string): any;
729
730
  getSchema(ids: string[], raw?: boolean | undefined): {
730
731
  filters: {