@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
@@ -65,7 +65,7 @@ var x = [
65
65
  md: "pv-button-small",
66
66
  lg: void 0,
67
67
  xl: "pv-button-large"
68
- }, E = (e) => e == null || !T.hasOwnProperty(e) ? null : T[e] || null, D = ["disabled", "aria-label"], O = { key: 0 }, k = /* @__PURE__ */ s({
68
+ }, E = (e) => e == null || !T.hasOwnProperty(e) ? null : T[e] || null, D = ["disabled", "aria-label"], O = { key: 1 }, k = /* @__PURE__ */ s({
69
69
  __name: "PvAiButton",
70
70
  props: {
71
71
  size: {
@@ -77,24 +77,29 @@ var x = [
77
77
  type: String
78
78
  },
79
79
  loading: { type: Boolean },
80
- disabled: { type: Boolean }
80
+ disabled: { type: Boolean },
81
+ hideIcon: {
82
+ type: Boolean,
83
+ default: !1
84
+ }
81
85
  },
82
86
  setup(a) {
83
- let s = a, c = t(() => {
84
- let e = ["pv-button-ai"], t = E(s.size);
87
+ let o = a, s = t(() => {
88
+ let e = ["pv-button-ai"], t = E(o.size);
85
89
  return t && e.push(t), e;
86
- }), l = t(() => (!s.label || s.loading) && s.label || void 0);
87
- return (t, s) => (m(), i("button", {
90
+ }), c = t(() => (!o.label || o.loading) && o.label || void 0);
91
+ return (t, o) => (m(), i("button", {
88
92
  disabled: a.disabled,
89
- class: d(c.value),
90
- "aria-label": l.value
93
+ class: d(s.value),
94
+ "aria-label": c.value
91
95
  }, [a.loading ? (m(), n(w, {
92
96
  key: 0,
93
97
  size: a.size
94
- }, null, 8, ["size"])) : (m(), i(e, { key: 1 }, [o(C, {
98
+ }, null, 8, ["size"])) : (m(), i(e, { key: 1 }, [a.hideIcon ? r("v-if", !0) : (m(), n(C, {
99
+ key: 0,
95
100
  class: "pv-text-brand",
96
101
  name: "ai-filled"
97
- }), a.label ? (m(), i("span", O, v(a.label), 1)) : r("v-if", !0)], 64))], 10, D));
102
+ })), a.label ? (m(), i("span", O, v(a.label), 1)) : r("v-if", !0)], 64))], 10, D));
98
103
  }
99
104
  }), A = {
100
105
  key: 0,
@@ -138,8 +143,9 @@ var x = [
138
143
  class: "pv-flex"
139
144
  }, [_(t.$slots, "right")], 8, te), e.showAskTqButton ? (m(), i("div", ne, [o(k, {
140
145
  id: e.askTqButtonId,
141
- label: "",
142
- size: "lg"
146
+ label: "AskTQ",
147
+ size: "lg",
148
+ "hide-icon": ""
143
149
  }, null, 8, ["id"])])) : r("v-if", !0)])], 2));
144
150
  }
145
151
  }), ie = Object.defineProperty, ae = Object.getOwnPropertySymbols, oe = Object.prototype.hasOwnProperty, se = Object.prototype.propertyIsEnumerable, ce = (e, t, n) => t in e ? ie(e, t, {