@devtable/dashboard 13.31.1 → 13.32.0

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.
@@ -25,7 +25,7 @@ export declare const FilterDateRangeConfigMeta: import("mobx-state-tree").ISnaps
25
25
  default_shortcut: string;
26
26
  allowSingleDateInRange: boolean;
27
27
  };
28
- truthy(value: any): boolean;
28
+ truthy(fullValue: DateRangeValue): boolean;
29
29
  readonly filter: any;
30
30
  readonly dateStringsValue: [string, string];
31
31
  } & {
@@ -70,7 +70,7 @@ export declare const createFilterDateRangeConfig: () => {
70
70
  default_shortcut: string;
71
71
  allowSingleDateInRange: boolean;
72
72
  };
73
- truthy(value: any): boolean;
73
+ truthy(fullValue: DateRangeValue): boolean;
74
74
  readonly filter: any;
75
75
  readonly dateStringsValue: [string, string];
76
76
  } & {
@@ -103,7 +103,7 @@ export declare const createFilterDateRangeConfig: () => {
103
103
  default_shortcut: string;
104
104
  allowSingleDateInRange: boolean;
105
105
  };
106
- truthy(value: any): boolean;
106
+ truthy(fullValue: DateRangeValue): boolean;
107
107
  readonly filter: any;
108
108
  readonly dateStringsValue: [string, string];
109
109
  } & {