@turquoisehealth/pit-viper 2.210.0 → 2.210.2-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-action-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-filter-modal-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-filter-panel-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-hover-action-menu-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-menu-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-popover-v2-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-segmented-control-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-split-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-toggle-group-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-tooltip-v2-stats.html +1 -1
- package/pv-components/dist/vue/base/pv-components-base.mjs +19 -18
- package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/constants.d.ts +2 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +6 -0
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +1504 -1486
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
- package/pv-components/dist/web/components/pv-action-button/pv-action-button.js +434 -433
- package/pv-components/dist/web/components/pv-filter-modal/pv-filter-modal.js +131 -130
- package/pv-components/dist/web/components/pv-filter-panel/pv-filter-panel.js +214 -213
- package/pv-components/dist/web/components/pv-hover-action-menu/pv-hover-action-menu.js +115 -114
- package/pv-components/dist/web/components/pv-menu/pv-menu.js +662 -661
- package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +607 -606
- package/pv-components/dist/web/components/pv-popover-v2/pv-popover-v2.js +18 -17
- package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +19 -18
- package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +627 -626
- package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +34 -33
- package/pv-components/dist/web/components/pv-split-button/pv-split-button.js +81 -80
- package/pv-components/dist/web/components/pv-toggle-group/pv-toggle-group.js +465 -464
- package/pv-components/dist/web/components/pv-tooltip-v2/pv-tooltip-v2.js +224 -223
- package/pv-components/dist/web/pv-components.iife.js +1 -1
- package/pv-components/dist/web/pv-components.iife.js.map +1 -1