@turquoisehealth/pit-viper 2.194.8-dev.0 → 2.195.1-dev.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.
- package/package.json +1 -1
- 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-filter-panel-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
- package/pv-components/dist/vue/base/pv-components-base.mjs +2 -2
- package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/types.d.ts +6 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/useFilterStore.d.ts +8 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/useSetFilter.d.ts +2 -0
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +1866 -1846
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
- package/pv-components/dist/web/components/pv-filter-panel/pv-filter-panel.js +1033 -1036
- package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +1 -1
- package/pv-components/dist/web/pv-components.iife.js +1 -1
- package/pv-components/dist/web/pv-components.iife.js.map +1 -1
|
@@ -3166,7 +3166,7 @@ var Wa = { style: { width: "fit-content" } }, Ga = /* @__PURE__ */ f({
|
|
|
3166
3166
|
avatar: { type: Object },
|
|
3167
3167
|
groupingLabel: { type: String },
|
|
3168
3168
|
disabled: { type: Boolean },
|
|
3169
|
-
context: { type:
|
|
3169
|
+
context: { type: null },
|
|
3170
3170
|
classList: { type: Array },
|
|
3171
3171
|
searchText: { type: String },
|
|
3172
3172
|
children: { type: Array },
|