@turquoisehealth/pit-viper 2.194.6-dev.2 → 2.194.6
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.
- package/package.json +2 -2
- package/pv-components/dist/stats/vue/base/stats.html +1 -1
- package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
- package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
- package/pv-components/dist/vue/base/components/base/PvFilterPanel/types.d.ts +0 -5
- package/pv-components/dist/vue/base/pv-components-base.mjs +6 -3
- package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
- package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/types.d.ts +0 -5
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +691 -688
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
- package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +5 -2
- package/pv-components/dist/web/pv-components.iife.js +2 -2
- package/pv-components/dist/web/pv-components.iife.js.map +1 -1
|
@@ -137,11 +137,6 @@ export interface PvFilterPanelColDefContext {
|
|
|
137
137
|
* If true, will show a search box to filter the available filter options
|
|
138
138
|
*/
|
|
139
139
|
filterSearch?: boolean;
|
|
140
|
-
/**
|
|
141
|
-
* If true, filter values for this column will be fetched eagerly in the background,
|
|
142
|
-
* even when table-level background refresh is disabled.
|
|
143
|
-
*/
|
|
144
|
-
prefetchFilterValues?: boolean;
|
|
145
140
|
/**
|
|
146
141
|
* If true, grouped data will not be displayed until a filter is applied
|
|
147
142
|
*/
|