@turquoisehealth/pit-viper 2.197.3-dev.2 → 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 (80) hide show
  1. package/_site/assets/css/pit-viper-a11y.css +2 -0
  2. package/_site/assets/css/pit-viper-consumer.css +2 -0
  3. package/_site/assets/css/pit-viper-v2-scoped.css +2 -0
  4. package/_site/assets/css/pit-viper-v2.css +2 -0
  5. package/_site/assets/css/pit-viper.css +2 -0
  6. package/package.json +3 -3
  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-filter-modal-stats.html +4950 -0
  10. package/pv-components/dist/stats/web/pv-filter-panel-stats.html +1 -1
  11. package/pv-components/dist/stats/web/pv-input-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-modal-stats.html +1 -1
  14. package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
  15. package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
  16. package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
  17. package/pv-components/dist/vue/base/components/base/PvFilterModal/PvFilterModal.vue.d.ts +77 -0
  18. package/pv-components/dist/vue/base/components/base/PvFilterModal/PvFilterModalSelectItem.vue.d.ts +33 -0
  19. package/pv-components/dist/vue/base/components/base/PvFilterModal/types.d.ts +11 -0
  20. package/pv-components/dist/vue/base/components/base/PvFilterPanel/PvFilterPanel.vue.d.ts +14 -14
  21. package/pv-components/dist/vue/base/components/base/PvFilterPanel/PvFilterPanelAccordion.vue.d.ts +2 -2
  22. package/pv-components/dist/vue/base/components/base/PvFilterPanel/PvFilterPanelOptionRow.vue.d.ts +2 -2
  23. package/pv-components/dist/vue/base/components/base/PvFilterPanel/types.d.ts +35 -0
  24. package/pv-components/dist/vue/base/components/base/PvFilterPanel/usePvFilterPanel.d.ts +30 -0
  25. package/pv-components/dist/vue/base/components/base/PvInput/PvInput.vue.d.ts +6 -0
  26. package/pv-components/dist/vue/base/components/base/PvModal/PvModal.vue.d.ts +1 -0
  27. package/pv-components/dist/vue/base/components/base/index.d.ts +2 -0
  28. package/pv-components/dist/vue/base/pv-components-base.mjs +3137 -2714
  29. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  30. package/pv-components/dist/vue/visualizations/components/base/PvDrawer/PvDrawer.vue.d.ts +1 -1
  31. package/pv-components/dist/vue/visualizations/components/base/PvDropdown/PvDropdown.vue.d.ts +5 -5
  32. package/pv-components/dist/vue/visualizations/components/base/PvFilterModal/PvFilterModal.vue.d.ts +77 -0
  33. package/pv-components/dist/vue/visualizations/components/base/PvFilterModal/PvFilterModalSelectItem.vue.d.ts +33 -0
  34. package/pv-components/dist/vue/visualizations/components/base/PvFilterModal/types.d.ts +11 -0
  35. package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/PvFilterPanel.vue.d.ts +14 -14
  36. package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/PvFilterPanelAccordion.vue.d.ts +2 -2
  37. package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/PvFilterPanelOptionRow.vue.d.ts +1 -1
  38. package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/types.d.ts +35 -0
  39. package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/usePvFilterPanel.d.ts +30 -0
  40. package/pv-components/dist/vue/visualizations/components/base/PvInput/PvInput.vue.d.ts +6 -0
  41. package/pv-components/dist/vue/visualizations/components/base/PvInsightCard/PvInsightCard.vue.d.ts +1 -1
  42. package/pv-components/dist/vue/visualizations/components/base/PvModal/PvModal.vue.d.ts +1 -0
  43. package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +7 -7
  44. package/pv-components/dist/vue/visualizations/components/base/PvPopoverV2/PvPopoverV2.vue.d.ts +2 -2
  45. package/pv-components/dist/vue/visualizations/components/base/PvRange/PvRange.vue.d.ts +2 -2
  46. package/pv-components/dist/vue/visualizations/components/base/PvSelectButton/PvSelectButton.vue.d.ts +3 -3
  47. package/pv-components/dist/vue/visualizations/components/base/index.d.ts +2 -0
  48. package/pv-components/dist/vue/visualizations/components/charts/PvChartWidget/PvChartWidget.vue.d.ts +180 -0
  49. package/pv-components/dist/vue/visualizations/components/charts/PvChartWidget/constants.d.ts +4 -0
  50. package/pv-components/dist/vue/visualizations/components/charts/PvChartWidget/types.d.ts +31 -0
  51. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/table-chart-components/PvChartOptionsPanel.vue.d.ts +2 -0
  52. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +2 -0
  53. package/pv-components/dist/vue/visualizations/components/charts/PvDataWidget/PvDataWidget.vue.d.ts +43 -0
  54. package/pv-components/dist/vue/visualizations/components/charts/PvDataWidget/PvDataWidgetTable.vue.d.ts +4 -0
  55. package/pv-components/dist/vue/visualizations/components/charts/PvDataWidget/constants.d.ts +9 -0
  56. package/pv-components/dist/vue/visualizations/components/charts/PvDataWidget/helpers.d.ts +63 -0
  57. package/pv-components/dist/vue/visualizations/components/charts/PvDataWidget/types.d.ts +130 -0
  58. package/pv-components/dist/vue/visualizations/components/charts/PvDataWidget/usePvDataWidgetData.d.ts +40 -0
  59. package/pv-components/dist/vue/visualizations/components/charts/PvMapChart/PvMapChart.vue.d.ts +3 -8
  60. package/pv-components/dist/vue/visualizations/components/charts/widgetOptions.d.ts +58 -0
  61. package/pv-components/dist/vue/visualizations/components/visualizations/index.d.ts +6 -0
  62. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +11534 -10746
  63. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  64. package/pv-components/dist/web/components/pv-filter-modal/pv-filter-modal.js +9603 -0
  65. package/pv-components/dist/web/components/pv-filter-panel/pv-filter-panel.js +2425 -2391
  66. package/pv-components/dist/web/components/pv-input/pv-input.js +517 -470
  67. package/pv-components/dist/web/components/pv-menu/pv-menu.js +360 -357
  68. package/pv-components/dist/web/components/pv-modal/pv-modal.js +4 -2
  69. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +438 -435
  70. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +431 -428
  71. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +732 -729
  72. package/pv-components/dist/web/pv-components.iife.js +19 -19
  73. package/pv-components/dist/web/pv-components.iife.js.map +1 -1
  74. package/claude-plugin/.claude-plugin/plugin.json +0 -11
  75. package/claude-plugin/.mcp.json +0 -8
  76. package/claude-plugin/CLAUDE.md +0 -107
  77. package/claude-plugin/README.md +0 -173
  78. package/claude-plugin/skills/pit-viper/SKILL.md +0 -182
  79. package/claude-plugin/skills/pit-viper/assets/pv-html-starter.html +0 -77
  80. package/claude-plugin/skills/pit-viper/examples/pv-html-example.html +0 -229
@@ -1,6 +1,7 @@
1
1
  import { createCommentVNode as e, createElementBlock as t, createElementVNode as n, defineComponent as r, defineCustomElement as i, getCurrentInstance as a, mergeModels as o, nextTick as s, onMounted as c, openBlock as l, reactive as u, readonly as ee, ref as d, renderSlot as f, toDisplayString as p, useModel as m, useTemplateRef as h, watch as g } from "vue";
2
2
  //#region src/components/base/PvModal/PvModal.vue?vue&type=script&setup=true&lang.ts
3
3
  var _ = { class: "pv-inset-squish-12" }, v = {
4
+ key: 0,
4
5
  class: "pv-flex pv-flex-vertical pv-stack-16",
5
6
  style: { "--flex-align": "flex-start" }
6
7
  }, y = { class: "pv-heading-3" }, b = {
@@ -22,7 +23,8 @@ var _ = { class: "pv-inset-squish-12" }, v = {
22
23
  hideFooter: {
23
24
  type: Boolean,
24
25
  default: !1
25
- }
26
+ },
27
+ hideHeader: { type: Boolean }
26
28
  }, {
27
29
  modelValue: {
28
30
  type: Boolean,
@@ -47,7 +49,7 @@ var _ = { class: "pv-inset-squish-12" }, v = {
47
49
  style: { "--max-width": "480px" },
48
50
  onClose: s,
49
51
  onClick: c
50
- }, [n("div", _, [n("div", v, [n("span", y, p(r.header), 1), r.subheader ? (l(), t("span", b, p(r.subheader), 1)) : e("v-if", !0)]), f(i.$slots, "body")]), r.hideFooter ? e("v-if", !0) : (l(), t("div", x, [f(i.$slots, "footer")]))], 544));
52
+ }, [n("div", _, [r.hideHeader ? e("v-if", !0) : (l(), t("div", v, [n("span", y, p(r.header), 1), r.subheader ? (l(), t("span", b, p(r.subheader), 1)) : e("v-if", !0)])), f(i.$slots, "body")]), r.hideFooter ? e("v-if", !0) : (l(), t("div", x, [f(i.$slots, "footer")]))], 544));
51
53
  }
52
54
  }), C = Object.defineProperty, w = Object.getOwnPropertySymbols, T = Object.prototype.hasOwnProperty, E = Object.prototype.propertyIsEnumerable, D = (e, t, n) => t in e ? C(e, t, {
53
55
  enumerable: !0,