@turquoisehealth/pit-viper 2.209.2 → 2.210.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 (39) hide show
  1. package/package.json +1 -1
  2. package/pv-components/dist/stats/vue/base/stats.html +1 -1
  3. package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
  4. package/pv-components/dist/stats/web/pv-action-button-stats.html +1 -1
  5. package/pv-components/dist/stats/web/pv-filter-modal-stats.html +1 -1
  6. package/pv-components/dist/stats/web/pv-filter-panel-stats.html +1 -1
  7. package/pv-components/dist/stats/web/pv-hover-action-menu-stats.html +1 -1
  8. package/pv-components/dist/stats/web/pv-menu-stats.html +1 -1
  9. package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
  10. package/pv-components/dist/stats/web/pv-popover-v2-stats.html +1 -1
  11. package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
  12. package/pv-components/dist/stats/web/pv-segmented-control-stats.html +1 -1
  13. package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
  14. package/pv-components/dist/stats/web/pv-split-button-stats.html +1 -1
  15. package/pv-components/dist/stats/web/pv-toggle-group-stats.html +1 -1
  16. package/pv-components/dist/stats/web/pv-tooltip-v2-stats.html +1 -1
  17. package/pv-components/dist/vue/base/components/base/PvPopoverV2/PvPopoverV2.vue.d.ts +1 -0
  18. package/pv-components/dist/vue/base/components/base/PvPopoverV2/types.d.ts +8 -0
  19. package/pv-components/dist/vue/base/pv-components-base.mjs +35 -21
  20. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  21. package/pv-components/dist/vue/visualizations/components/base/PvPopoverV2/PvPopoverV2.vue.d.ts +1 -0
  22. package/pv-components/dist/vue/visualizations/components/base/PvPopoverV2/types.d.ts +8 -0
  23. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +35 -21
  24. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  25. package/pv-components/dist/web/components/pv-action-button/pv-action-button.js +426 -409
  26. package/pv-components/dist/web/components/pv-filter-modal/pv-filter-modal.js +36 -20
  27. package/pv-components/dist/web/components/pv-filter-panel/pv-filter-panel.js +589 -572
  28. package/pv-components/dist/web/components/pv-hover-action-menu/pv-hover-action-menu.js +626 -609
  29. package/pv-components/dist/web/components/pv-menu/pv-menu.js +49 -32
  30. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +523 -506
  31. package/pv-components/dist/web/components/pv-popover-v2/pv-popover-v2.js +399 -383
  32. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +37 -20
  33. package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +620 -603
  34. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +37 -20
  35. package/pv-components/dist/web/components/pv-split-button/pv-split-button.js +519 -503
  36. package/pv-components/dist/web/components/pv-toggle-group/pv-toggle-group.js +600 -583
  37. package/pv-components/dist/web/components/pv-tooltip-v2/pv-tooltip-v2.js +124 -107
  38. package/pv-components/dist/web/pv-components.iife.js +16 -16
  39. 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.