@devtable/dashboard 10.45.0 → 10.45.2

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.
@@ -644,8 +644,9 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
644
644
  setValues(values: Record<string, $TSFixMe>): void;
645
645
  setValueByKey(key: string, value: $TSFixMe): void;
646
646
  getValueByKey(key: string): any;
647
- getSchema(ids: string[]): {
647
+ getSchema(ids: string[], raw?: boolean): {
648
648
  filters: {
649
+ visibleInViewsIDs: (import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>) | never[];
649
650
  id: string;
650
651
  key: string;
651
652
  type: import('../../../../../model').DashboardFilterType;
@@ -653,7 +654,6 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
653
654
  order: number;
654
655
  config: any;
655
656
  auto_submit: boolean;
656
- visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
657
657
  }[];
658
658
  };
659
659
  downloadSchema(ids: string[]): void;