@turquoisehealth/pit-viper 2.198.0 → 2.199.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 (56) hide show
  1. package/package.json +3 -3
  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-filter-modal-stats.html +4950 -0
  5. package/pv-components/dist/stats/web/pv-filter-panel-stats.html +1 -1
  6. package/pv-components/dist/stats/web/pv-input-stats.html +1 -1
  7. package/pv-components/dist/stats/web/pv-menu-stats.html +1 -1
  8. package/pv-components/dist/stats/web/pv-modal-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-query-builder-input-stats.html +1 -1
  11. package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
  12. package/pv-components/dist/vue/base/components/base/PvFilterModal/PvFilterModal.vue.d.ts +77 -0
  13. package/pv-components/dist/vue/base/components/base/PvFilterModal/PvFilterModalSelectItem.vue.d.ts +33 -0
  14. package/pv-components/dist/vue/base/components/base/PvFilterModal/types.d.ts +11 -0
  15. package/pv-components/dist/vue/base/components/base/PvFilterPanel/PvFilterPanel.vue.d.ts +14 -14
  16. package/pv-components/dist/vue/base/components/base/PvFilterPanel/PvFilterPanelAccordion.vue.d.ts +2 -2
  17. package/pv-components/dist/vue/base/components/base/PvFilterPanel/PvFilterPanelOptionRow.vue.d.ts +2 -2
  18. package/pv-components/dist/vue/base/components/base/PvFilterPanel/types.d.ts +35 -0
  19. package/pv-components/dist/vue/base/components/base/PvFilterPanel/usePvFilterPanel.d.ts +30 -0
  20. package/pv-components/dist/vue/base/components/base/PvInput/PvInput.vue.d.ts +6 -0
  21. package/pv-components/dist/vue/base/components/base/PvModal/PvModal.vue.d.ts +1 -0
  22. package/pv-components/dist/vue/base/components/base/index.d.ts +2 -0
  23. package/pv-components/dist/vue/base/pv-components-base.mjs +3137 -2714
  24. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  25. package/pv-components/dist/vue/visualizations/components/base/PvFilterModal/PvFilterModal.vue.d.ts +77 -0
  26. package/pv-components/dist/vue/visualizations/components/base/PvFilterModal/PvFilterModalSelectItem.vue.d.ts +33 -0
  27. package/pv-components/dist/vue/visualizations/components/base/PvFilterModal/types.d.ts +11 -0
  28. package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/PvFilterPanel.vue.d.ts +12 -12
  29. package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/PvFilterPanelAccordion.vue.d.ts +2 -2
  30. package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/PvFilterPanelOptionRow.vue.d.ts +1 -1
  31. package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/types.d.ts +35 -0
  32. package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/usePvFilterPanel.d.ts +30 -0
  33. package/pv-components/dist/vue/visualizations/components/base/PvInput/PvInput.vue.d.ts +6 -0
  34. package/pv-components/dist/vue/visualizations/components/base/PvModal/PvModal.vue.d.ts +1 -0
  35. package/pv-components/dist/vue/visualizations/components/base/index.d.ts +2 -0
  36. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/table-chart-components/PvChartOptionsPanel.vue.d.ts +2 -0
  37. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +2 -0
  38. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +129 -120
  39. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  40. package/pv-components/dist/web/components/pv-filter-modal/pv-filter-modal.js +9603 -0
  41. package/pv-components/dist/web/components/pv-filter-panel/pv-filter-panel.js +2425 -2391
  42. package/pv-components/dist/web/components/pv-input/pv-input.js +517 -470
  43. package/pv-components/dist/web/components/pv-menu/pv-menu.js +360 -357
  44. package/pv-components/dist/web/components/pv-modal/pv-modal.js +4 -2
  45. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +438 -435
  46. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +431 -428
  47. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +732 -729
  48. package/pv-components/dist/web/pv-components.iife.js +19 -19
  49. package/pv-components/dist/web/pv-components.iife.js.map +1 -1
  50. package/claude-plugin/.claude-plugin/plugin.json +0 -11
  51. package/claude-plugin/.mcp.json +0 -8
  52. package/claude-plugin/CLAUDE.md +0 -107
  53. package/claude-plugin/README.md +0 -173
  54. package/claude-plugin/skills/pit-viper/SKILL.md +0 -182
  55. package/claude-plugin/skills/pit-viper/assets/pv-html-starter.html +0 -77
  56. package/claude-plugin/skills/pit-viper/examples/pv-html-example.html +0 -229

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.