@turquoisehealth/pit-viper 2.57.1 → 2.58.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.
@@ -251,6 +251,10 @@ declare interface PvDataTableProps<T> {
251
251
  * Hide the table rows (but still show the filter panel)
252
252
  */
253
253
  hideTable?: boolean;
254
+ /**
255
+ * DOM location to use for relocating the filter panel
256
+ */
257
+ filterTeleportLocation?: string;
254
258
  }
255
259
 
256
260
  export declare const PvDataTableWithChart: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
@@ -301,6 +305,7 @@ declare interface PvDataTableWithChartProps<T> extends PvDataTableProps<T> {
301
305
  focusCategory?: string;
302
306
  hideChart?: boolean;
303
307
  hideTable?: boolean;
308
+ filterPanelAboveChart?: boolean;
304
309
  initialChartCollapsed?: boolean;
305
310
  initialFocusData?: {
306
311
  focuses: string[];