@turquoisehealth/pit-viper 2.194.3-dev.0 → 2.194.3-dev.2
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/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/pv-components-base.mjs +1 -1
- 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 +0 -5
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/useFilterStore.d.ts +0 -16
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +790 -817
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
- package/pv-components/dist/web/components/pv-header/pv-header.js +1 -1
- 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
|
@@ -3741,7 +3741,7 @@ var hi = {
|
|
|
3741
3741
|
},
|
|
3742
3742
|
setup(e) {
|
|
3743
3743
|
return (t, n) => (T(), o("div", {
|
|
3744
|
-
class: y(["pv-inset-square pv-flex pv-space-between pv-border-bottom", { "pv-sticky
|
|
3744
|
+
class: y(["pv-inset-square pv-flex pv-space-between pv-border-bottom pv-surface", { "pv-sticky": e.sticky }]),
|
|
3745
3745
|
style: { "--inset-size": "0.5rem 1rem" }
|
|
3746
3746
|
}, [e.title ? (T(), o("span", _a, N(e.title), 1)) : (T(), o("div", {
|
|
3747
3747
|
key: 1,
|