@turquoisehealth/pit-viper 2.194.6-dev.1 → 2.194.6-dev.3

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.
@@ -37,6 +37,7 @@ export declare const createFilterStore: () => {
37
37
  parentId?: string;
38
38
  useStaged?: boolean;
39
39
  }) => Promise<(string | null)[]>;
40
+ invalidateFilterRequest: (colField: string) => void;
40
41
  filterValueContext: (colField: string, value: string | null) => FilterValueResponseOption | null | undefined;
41
42
  filterModelEmpty: ComputedRef<boolean>;
42
43
  getFilterSelectedValues: (colField: string) => (string | null)[];
@@ -117,6 +118,7 @@ export declare const createPvDataTableFilterStore: () => {
117
118
  parentId?: string;
118
119
  useStaged?: boolean;
119
120
  }) => Promise<(string | null)[]>;
121
+ invalidateFilterRequest: (colField: string) => void;
120
122
  filterValueContext: (colField: string, value: string | null) => FilterValueResponseOption | null | undefined;
121
123
  filterModelEmpty: ComputedRef<boolean>;
122
124
  getFilterSelectedValues: (colField: string) => (string | null)[];
@@ -197,6 +199,7 @@ export declare const useFilterStore: () => {
197
199
  parentId?: string;
198
200
  useStaged?: boolean;
199
201
  }) => Promise<(string | null)[]>;
202
+ invalidateFilterRequest: (colField: string) => void;
200
203
  filterValueContext: (colField: string, value: string | null) => FilterValueResponseOption | null | undefined;
201
204
  filterModelEmpty: ComputedRef<boolean>;
202
205
  getFilterSelectedValues: (colField: string) => (string | null)[];
@@ -276,6 +279,7 @@ export declare const usePvDataTableFilterStore: () => {
276
279
  parentId?: string;
277
280
  useStaged?: boolean;
278
281
  }) => Promise<(string | null)[]>;
282
+ invalidateFilterRequest: (colField: string) => void;
279
283
  filterValueContext: (colField: string, value: string | null) => FilterValueResponseOption | null | undefined;
280
284
  filterModelEmpty: ComputedRef<boolean>;
281
285
  getFilterSelectedValues: (colField: string) => (string | null)[];