@turquoisehealth/pit-viper 2.238.1-dev.0 → 2.239.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/_site/assets/css/pit-viper-a11y.css +1 -1
- package/_site/assets/css/pit-viper-consumer.css +1 -1
- package/_site/assets/css/pit-viper-v2-scoped.css +1 -1
- package/_site/assets/css/pit-viper-v2.css +1 -1
- package/_site/assets/css/pit-viper.css +1 -1
- 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-dropdown-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-filter-modal-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-menu-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-popover-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-select-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-tabs-stats.html +1 -1
- package/pv-components/dist/vue/ai/components/base/PvDropdown/PvDropdown.vue.d.ts +1 -9
- package/pv-components/dist/vue/ai/components/base/PvPopover/PvPopover.vue.d.ts +0 -8
- package/pv-components/dist/vue/ai/components/base/PvQueryBuilderInput/PvQueryBuilderInput.vue.d.ts +1 -21
- package/pv-components/dist/vue/ai/components/base/PvQueryBuilderInput/QueryBuilderMenuOptionRenderer.vue.d.ts +6 -0
- package/pv-components/dist/vue/ai/components/base/PvQueryBuilderInput/useQueryBuilder.d.ts +1 -1
- package/pv-components/dist/vue/ai/components/base/PvTabs/PvTabs.vue.d.ts +2 -0
- package/pv-components/dist/vue/ai/components/base/PvTabs/types.d.ts +5 -0
- package/pv-components/dist/vue/base/components/base/PvDropdown/PvDropdown.vue.d.ts +1 -9
- package/pv-components/dist/vue/base/components/base/PvPopover/PvPopover.vue.d.ts +0 -8
- package/pv-components/dist/vue/base/components/base/PvQueryBuilderInput/PvQueryBuilderInput.vue.d.ts +1 -21
- package/pv-components/dist/vue/base/components/base/PvQueryBuilderInput/QueryBuilderMenuOptionRenderer.vue.d.ts +6 -0
- package/pv-components/dist/vue/base/components/base/PvQueryBuilderInput/useQueryBuilder.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvTabs/PvTabs.vue.d.ts +2 -0
- package/pv-components/dist/vue/base/components/base/PvTabs/types.d.ts +5 -0
- package/pv-components/dist/vue/base/pv-components-base.mjs +1901 -1945
- package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
- package/pv-components/dist/vue/base/types.d.ts +0 -4
- package/pv-components/dist/vue/visualizations/components/base/PvDropdown/PvDropdown.vue.d.ts +1 -9
- package/pv-components/dist/vue/visualizations/components/base/PvPopover/PvPopover.vue.d.ts +0 -8
- package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/PvQueryBuilderInput.vue.d.ts +1 -21
- package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/QueryBuilderMenuOptionRenderer.vue.d.ts +6 -0
- package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/useQueryBuilder.d.ts +1 -1
- package/pv-components/dist/vue/visualizations/components/base/PvTabs/PvTabs.vue.d.ts +2 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTabs/types.d.ts +5 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/PvDataTableWithChart.vue.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/table-chart-components/PvTableOptionsPanel.vue.d.ts +1 -9
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/FilterGroupMenu.vue.d.ts +1 -9
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +1632 -1685
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
- package/pv-components/dist/vue/visualizations/types.d.ts +0 -4
- package/pv-components/dist/web/components/pv-dropdown/pv-dropdown.js +933 -947
- package/pv-components/dist/web/components/pv-filter-modal/pv-filter-modal.js +841 -888
- package/pv-components/dist/web/components/pv-menu/pv-menu.js +1458 -1505
- package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +1710 -1757
- package/pv-components/dist/web/components/pv-popover/pv-popover.js +938 -952
- package/pv-components/dist/web/components/pv-popover-menu/pv-popover-menu.js +930 -944
- package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +1641 -1702
- package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +1649 -1696
- package/pv-components/dist/web/components/pv-tabs/pv-tabs.js +22 -12
- package/pv-components/dist/web/pv-components.iife.js +36 -36
- package/pv-components/dist/web/pv-components.iife.js.map +1 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.