@turquoisehealth/pit-viper 2.197.1 → 2.197.3-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.
Files changed (48) hide show
  1. package/_site/assets/css/pit-viper-a11y.css +15 -1
  2. package/_site/assets/css/pit-viper-consumer.css +15 -1
  3. package/_site/assets/css/pit-viper-v2-scoped.css +14 -1
  4. package/_site/assets/css/pit-viper-v2.css +15 -1
  5. package/_site/assets/css/pit-viper.css +15 -1
  6. package/package.json +1 -1
  7. package/pv-components/dist/stats/vue/base/stats.html +1 -1
  8. package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
  9. package/pv-components/dist/stats/web/pv-action-button-stats.html +4950 -0
  10. package/pv-components/dist/stats/web/pv-ai-button-stats.html +1 -1
  11. package/pv-components/dist/stats/web/pv-header-stats.html +1 -1
  12. package/pv-components/dist/stats/web/pv-menu-stats.html +1 -1
  13. package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
  14. package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
  15. package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
  16. package/pv-components/dist/vue/base/components/base/PvActionButton/PvActionButton.vue.d.ts +22 -0
  17. package/pv-components/dist/vue/base/components/base/PvAiButton/PvAiButton.vue.d.ts +3 -0
  18. package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +3 -3
  19. package/pv-components/dist/vue/base/components/base/PvPopoverV2/PvPopoverV2.vue.d.ts +1 -1
  20. package/pv-components/dist/vue/base/components/base/PvSidebar/PvSidebar.vue.d.ts +1 -1
  21. package/pv-components/dist/vue/base/components/base/PvTooltip/PvTooltip.vue.d.ts +1 -1
  22. package/pv-components/dist/vue/base/components/base/PvTooltipV2/PvTooltipV2.vue.d.ts +1 -1
  23. package/pv-components/dist/vue/base/components/base/index.d.ts +1 -0
  24. package/pv-components/dist/vue/base/pv-components-base.mjs +1249 -1203
  25. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  26. package/pv-components/dist/vue/visualizations/components/base/PvActionButton/PvActionButton.vue.d.ts +22 -0
  27. package/pv-components/dist/vue/visualizations/components/base/PvAiButton/PvAiButton.vue.d.ts +3 -0
  28. package/pv-components/dist/vue/visualizations/components/base/PvPopoverV2/PvPopoverV2.vue.d.ts +1 -1
  29. package/pv-components/dist/vue/visualizations/components/base/PvSidebar/PvSidebar.vue.d.ts +1 -1
  30. package/pv-components/dist/vue/visualizations/components/base/PvTooltip/PvTooltip.vue.d.ts +1 -1
  31. package/pv-components/dist/vue/visualizations/components/base/PvTooltipV2/PvTooltipV2.vue.d.ts +1 -1
  32. package/pv-components/dist/vue/visualizations/components/base/index.d.ts +1 -0
  33. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/PvDataTableWithChart.vue.d.ts +1 -0
  34. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/constants.d.ts +1 -0
  35. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/helpers.d.ts +14 -0
  36. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +2 -0
  37. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/types.d.ts +9 -0
  38. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +1329 -1239
  39. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  40. package/pv-components/dist/web/components/pv-action-button/pv-action-button.js +7599 -0
  41. package/pv-components/dist/web/components/pv-ai-button/pv-ai-button.js +398 -393
  42. package/pv-components/dist/web/components/pv-header/pv-header.js +18 -12
  43. package/pv-components/dist/web/components/pv-menu/pv-menu.js +879 -833
  44. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +866 -820
  45. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +622 -576
  46. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +594 -548
  47. package/pv-components/dist/web/pv-components.iife.js +36 -36
  48. 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.