@turquoisehealth/pit-viper 2.171.1-dev.7 → 2.173.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 (75) hide show
  1. package/_site/assets/css/pit-viper-a11y.css +0 -17
  2. package/_site/assets/css/pit-viper-consumer.css +0 -17
  3. package/_site/assets/css/pit-viper-v2-scoped.css +0 -16
  4. package/_site/assets/css/pit-viper-v2.css +0 -17
  5. package/_site/assets/css/pit-viper.css +0 -17
  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-button-stats.html +1 -1
  10. package/pv-components/dist/stats/web/pv-drawer-stats.html +1 -1
  11. package/pv-components/dist/stats/web/pv-expandable-content-stats.html +1 -1
  12. package/pv-components/dist/stats/web/pv-ghost-input-stats.html +1 -1
  13. package/pv-components/dist/stats/web/pv-insight-card-stats.html +1 -1
  14. package/pv-components/dist/stats/web/pv-menu-stats.html +1 -1
  15. package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
  16. package/pv-components/dist/stats/web/pv-pagination-stats.html +1 -1
  17. package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
  18. package/pv-components/dist/stats/web/pv-segmented-control-stats.html +1 -1
  19. package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
  20. package/pv-components/dist/stats/web/pv-switch-stats.html +1 -1
  21. package/pv-components/dist/stats/web/pv-toast-stats.html +1 -1
  22. package/pv-components/dist/stats/web/pv-toggle-group-stats.html +1 -1
  23. package/pv-components/dist/stats/web/pv-tooltip-v2-stats.html +1 -1
  24. package/pv-components/dist/vue/base/components/base/PvButton/PvButton.vue.d.ts +2 -2
  25. package/pv-components/dist/vue/base/components/base/PvButton/PvButtonIconBadge.vue.d.ts +4 -0
  26. package/pv-components/dist/vue/base/components/base/PvButton/types.d.ts +9 -0
  27. package/pv-components/dist/vue/base/components/base/PvCounterBadge/PvCounterBadge.vue.d.ts +1 -1
  28. package/pv-components/dist/vue/base/components/base/PvExpandableContent/PvExpandableContent.vue.d.ts +1 -1
  29. package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuItem.vue.d.ts +2 -9
  30. package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +3 -3
  31. package/pv-components/dist/vue/base/components/base/PvPagination/PvPagination.vue.d.ts +1 -1
  32. package/pv-components/dist/vue/base/components/base/PvPill/PvPill.vue.d.ts +1 -1
  33. package/pv-components/dist/vue/base/components/base/PvRating/PvRating.vue.d.ts +1 -1
  34. package/pv-components/dist/vue/base/components/base/PvSelectButton/PvSelectButtonTrigger/PvSelectButtonTrigger.vue.d.ts +1 -1
  35. package/pv-components/dist/vue/base/components/base/PvSkeleton/PvSkeleton.vue.d.ts +1 -1
  36. package/pv-components/dist/vue/base/components/base/PvSpinner/PvSpinner.vue.d.ts +1 -1
  37. package/pv-components/dist/vue/base/components/base/PvSwitch/PvSwitch.vue.d.ts +0 -2
  38. package/pv-components/dist/vue/base/components/base/PvSwitch/types.d.ts +1 -1
  39. package/pv-components/dist/vue/base/components/base/PvTag/PvTag.vue.d.ts +1 -1
  40. package/pv-components/dist/vue/base/components/base/PvToggleButton/PvToggleButton.vue.d.ts +1 -1
  41. package/pv-components/dist/vue/base/components/base/PvTooltip/PvTooltip.vue.d.ts +1 -1
  42. package/pv-components/dist/vue/base/components/base/PvTooltipV2/PvTooltipV2.vue.d.ts +2 -2
  43. package/pv-components/dist/vue/base/pv-components-base.mjs +2290 -2309
  44. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  45. package/pv-components/dist/vue/base/types.d.ts +1 -5
  46. package/pv-components/dist/vue/visualizations/components/base/PvButton/PvButtonIconBadge.vue.d.ts +4 -0
  47. package/pv-components/dist/vue/visualizations/components/base/PvButton/types.d.ts +9 -0
  48. package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuItem.vue.d.ts +2 -9
  49. package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +3 -3
  50. package/pv-components/dist/vue/visualizations/components/base/PvSwitch/PvSwitch.vue.d.ts +0 -2
  51. package/pv-components/dist/vue/visualizations/components/base/PvSwitch/types.d.ts +1 -1
  52. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/chartTypeRegistry.d.ts +1 -0
  53. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/helpers.d.ts +7 -0
  54. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +18 -1
  55. package/pv-components/dist/vue/visualizations/components/tables/symbols.d.ts +5 -1
  56. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +4121 -4128
  57. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  58. package/pv-components/dist/vue/visualizations/types.d.ts +1 -5
  59. package/pv-components/dist/web/components/pv-button/pv-button.js +367 -361
  60. package/pv-components/dist/web/components/pv-drawer/pv-drawer.js +449 -444
  61. package/pv-components/dist/web/components/pv-expandable-content/pv-expandable-content.js +413 -407
  62. package/pv-components/dist/web/components/pv-ghost-input/pv-ghost-input.js +312 -306
  63. package/pv-components/dist/web/components/pv-insight-card/pv-insight-card.js +514 -509
  64. package/pv-components/dist/web/components/pv-menu/pv-menu.js +1494 -1559
  65. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +1807 -1871
  66. package/pv-components/dist/web/components/pv-pagination/pv-pagination.js +372 -366
  67. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +1388 -1453
  68. package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +1028 -1021
  69. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +1370 -1435
  70. package/pv-components/dist/web/components/pv-switch/pv-switch.js +106 -114
  71. package/pv-components/dist/web/components/pv-toast/pv-toast.js +416 -411
  72. package/pv-components/dist/web/components/pv-toggle-group/pv-toggle-group.js +22 -21
  73. package/pv-components/dist/web/components/pv-tooltip-v2/pv-tooltip-v2.js +21 -21
  74. package/pv-components/dist/web/pv-components.iife.js +43 -43
  75. package/pv-components/dist/web/pv-components.iife.js.map +1 -1
@@ -1,4 +1,4 @@
1
- import ri, { ref as Me, getCurrentInstance as Eo, defineComponent as Tr, computed as $e, createElementBlock as je, openBlock as ke, normalizeClass as sr, createElementVNode as He, onMounted as xt, nextTick as da, watch as Te, getCurrentScope as ua, onScopeDispose as fa, toValue as Be, toRef as oi, readonly as ga, customRef as ti, shallowRef as Ye, watchEffect as ni, unref as Qe, shallowReadonly as Gr, mergeModels as Mo, useModel as No, withDirectives as Bo, createBlock as Ro, createCommentVNode as ur, renderSlot as Or, Teleport as ai, normalizeStyle as ii, vShow as li, toDisplayString as Er, normalizeProps as si, guardReactiveProps as ci, createSlots as di, withCtx as Yt, createTextVNode as ui, vModelCheckbox as fi, reactive as gi, Fragment as tn, vModelDynamic as pi, mergeProps as mi, vModelText as hi, renderList as vi, defineCustomElement as bi } from "vue";
1
+ import ri, { ref as Me, getCurrentInstance as Eo, defineComponent as Tr, computed as $e, createElementBlock as je, openBlock as ke, normalizeClass as sr, createElementVNode as He, onMounted as xt, nextTick as da, watch as Te, getCurrentScope as ua, onScopeDispose as fa, toValue as Be, toRef as oi, readonly as ga, customRef as ti, shallowRef as Ye, watchEffect as ni, unref as Qe, shallowReadonly as Gr, mergeModels as Mo, useModel as No, withDirectives as Bo, createBlock as Ro, createCommentVNode as ur, renderSlot as Or, Teleport as ai, normalizeStyle as ii, vShow as li, toDisplayString as Er, normalizeProps as si, guardReactiveProps as ci, createSlots as di, withCtx as Yt, createTextVNode as ui, reactive as fi, Fragment as tn, vModelDynamic as gi, vModelCheckbox as pi, mergeProps as mi, vModelText as hi, renderList as vi, defineCustomElement as bi } from "vue";
2
2
  function yi() {
3
3
  const e = Me(!1), t = Eo()?.root || {};
4
4
  return "isCE" in t && t.isCE === !0 && (e.value = !0), e;
@@ -2870,8 +2870,7 @@ const Ls = ["data-variant"], js = /* @__PURE__ */ Tr({
2870
2870
  /* FULL_PROPS, DYNAMIC_SLOTS */
2871
2871
  ));
2872
2872
  }
2873
- }), Fs = ["for"], zs = { key: 0 }, Ws = ["disabled", "id"];
2874
- Math.random().toString();
2873
+ });
2875
2874
  var Pe = {
2876
2875
  STARTS_WITH: "startsWith",
2877
2876
  CONTAINS: "contains",
@@ -2910,21 +2909,21 @@ function Vo(e) {
2910
2909
  for (var r = 1; r < arguments.length; r++) {
2911
2910
  var t = arguments[r] != null ? arguments[r] : {};
2912
2911
  r % 2 ? Kn(Object(t), !0).forEach(function(n) {
2913
- Hs(e, n, t[n]);
2912
+ Fs(e, n, t[n]);
2914
2913
  }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : Kn(Object(t)).forEach(function(n) {
2915
2914
  Object.defineProperty(e, n, Object.getOwnPropertyDescriptor(t, n));
2916
2915
  });
2917
2916
  }
2918
2917
  return e;
2919
2918
  }
2920
- function Hs(e, r, t) {
2921
- return (r = Us(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e;
2919
+ function Fs(e, r, t) {
2920
+ return (r = zs(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e;
2922
2921
  }
2923
- function Us(e) {
2924
- var r = Gs(e, "string");
2922
+ function zs(e) {
2923
+ var r = Ws(e, "string");
2925
2924
  return Ao(r) == "symbol" ? r : r + "";
2926
2925
  }
2927
- function Gs(e, r) {
2926
+ function Ws(e, r) {
2928
2927
  if (Ao(e) != "object" || !e) return e;
2929
2928
  var t = e[Symbol.toPrimitive];
2930
2929
  if (t !== void 0) {
@@ -2934,7 +2933,7 @@ function Gs(e, r) {
2934
2933
  }
2935
2934
  return (r === "string" ? String : Number)(e);
2936
2935
  }
2937
- var Vs = {
2936
+ var Hs = {
2938
2937
  ripple: !1,
2939
2938
  inputStyle: null,
2940
2939
  inputVariant: null,
@@ -3080,20 +3079,20 @@ var Vs = {
3080
3079
  csp: {
3081
3080
  nonce: void 0
3082
3081
  }
3083
- }, Ys = Symbol();
3084
- function Ks(e, r) {
3082
+ }, Us = Symbol();
3083
+ function Gs(e, r) {
3085
3084
  var t = {
3086
- config: gi(r)
3085
+ config: fi(r)
3087
3086
  };
3088
- return e.config.globalProperties.$primevue = t, e.provide(Ys, t), Xs(), Zs(e, t), t;
3087
+ return e.config.globalProperties.$primevue = t, e.provide(Us, t), Vs(), Ys(e, t), t;
3089
3088
  }
3090
3089
  var Jr = [];
3091
- function Xs() {
3090
+ function Vs() {
3092
3091
  hr.clear(), Jr.forEach(function(e) {
3093
3092
  return e?.();
3094
3093
  }), Jr = [];
3095
3094
  }
3096
- function Zs(e, r) {
3095
+ function Ys(e, r) {
3097
3096
  var t = Me(!1), n = function() {
3098
3097
  var s;
3099
3098
  if (((s = r.config) === null || s === void 0 ? void 0 : s.theme) !== "none" && !Ae.isStyleNameLoaded("common")) {
@@ -3155,13 +3154,15 @@ function Zs(e, r) {
3155
3154
  });
3156
3155
  Jr.push(a), Jr.push(c), Jr.push(o), Jr.push(i);
3157
3156
  }
3158
- var Js = {
3157
+ var Ks = {
3159
3158
  install: function(r, t) {
3160
- var n = Kl(Vs, t);
3161
- Ks(r, n);
3159
+ var n = Kl(Hs, t);
3160
+ Gs(r, n);
3162
3161
  }
3163
3162
  };
3164
- const Qs = ["for"], qs = ["disabled", "type", "placeholder", "id", "data-invalid", "step"];
3163
+ const Xs = ["for"], Zs = ["disabled", "type", "placeholder", "id", "data-invalid", "step"];
3164
+ Math.random().toString();
3165
+ const Js = ["for"], Qs = { key: 0 }, qs = ["disabled", "id"];
3165
3166
  Math.random().toString();
3166
3167
  const _s = ["for"], ec = ["rows", "disabled", "placeholder", "id", "data-invalid"];
3167
3168
  Math.random().toString();
@@ -7736,7 +7737,7 @@ function bb(e) {
7736
7737
  ...pb(r),
7737
7738
  ...ub.has(r) && {
7738
7739
  configureApp(i) {
7739
- i.use(Js, ab);
7740
+ i.use(Ks, ab);
7740
7741
  }
7741
7742
  }
7742
7743
  }), { booleanProps: n, numberProps: a, jsonProps: c } = vb(e);
@@ -1,4 +1,4 @@
1
- import ei, { ref as Ne, getCurrentInstance as Eo, defineComponent as Wr, computed as $e, createElementBlock as Je, openBlock as Le, normalizeClass as mr, createElementVNode as Ze, onMounted as vt, nextTick as ca, watch as Re, getCurrentScope as da, onScopeDispose as ua, toValue as Ee, toRef as ri, readonly as fa, customRef as oi, shallowRef as Ge, watchEffect as ti, unref as lr, shallowReadonly as Gr, mergeModels as bt, useModel as yt, withDirectives as Bo, createBlock as rn, createCommentVNode as kr, renderSlot as Or, Teleport as ni, normalizeStyle as ai, vShow as ii, toDisplayString as zr, vModelCheckbox as li, reactive as si, Fragment as ga, vModelDynamic as ci, mergeProps as di, vModelText as ui, normalizeProps as fi, guardReactiveProps as gi, createSlots as pi, withCtx as pn, createTextVNode as mi, defineCustomElement as hi } from "vue";
1
+ import ei, { ref as Ne, getCurrentInstance as Eo, defineComponent as Wr, computed as $e, createElementBlock as Je, openBlock as Le, normalizeClass as mr, createElementVNode as Ze, onMounted as vt, nextTick as ca, watch as Re, getCurrentScope as da, onScopeDispose as ua, toValue as Ee, toRef as ri, readonly as fa, customRef as oi, shallowRef as Ge, watchEffect as ti, unref as lr, shallowReadonly as Gr, mergeModels as bt, useModel as yt, withDirectives as Bo, createBlock as rn, createCommentVNode as kr, renderSlot as Or, Teleport as ni, normalizeStyle as ai, vShow as ii, toDisplayString as zr, reactive as li, Fragment as ga, vModelDynamic as si, vModelCheckbox as ci, mergeProps as di, vModelText as ui, normalizeProps as fi, guardReactiveProps as gi, createSlots as pi, withCtx as pn, createTextVNode as mi, defineCustomElement as hi } from "vue";
2
2
  function vi() {
3
3
  const e = Ne(!1), t = Eo()?.root || {};
4
4
  return "isCE" in t && t.isCE === !0 && (e.value = !0), e;
@@ -2807,8 +2807,6 @@ const Ms = /* @__PURE__ */ kt(As);
2807
2807
  cn.extend(Ms);
2808
2808
  cn.extend(Es);
2809
2809
  cn.extend(Ds);
2810
- const Ns = ["for"], Ls = { key: 0 }, js = ["disabled", "id"];
2811
- Math.random().toString();
2812
2810
  var De = {
2813
2811
  STARTS_WITH: "startsWith",
2814
2812
  CONTAINS: "contains",
@@ -2847,21 +2845,21 @@ function Ho(e) {
2847
2845
  for (var r = 1; r < arguments.length; r++) {
2848
2846
  var t = arguments[r] != null ? arguments[r] : {};
2849
2847
  r % 2 ? Yn(Object(t), !0).forEach(function(n) {
2850
- Fs(e, n, t[n]);
2848
+ Ns(e, n, t[n]);
2851
2849
  }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : Yn(Object(t)).forEach(function(n) {
2852
2850
  Object.defineProperty(e, n, Object.getOwnPropertyDescriptor(t, n));
2853
2851
  });
2854
2852
  }
2855
2853
  return e;
2856
2854
  }
2857
- function Fs(e, r, t) {
2858
- return (r = zs(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e;
2855
+ function Ns(e, r, t) {
2856
+ return (r = Ls(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e;
2859
2857
  }
2860
- function zs(e) {
2861
- var r = Ws(e, "string");
2858
+ function Ls(e) {
2859
+ var r = js(e, "string");
2862
2860
  return Io(r) == "symbol" ? r : r + "";
2863
2861
  }
2864
- function Ws(e, r) {
2862
+ function js(e, r) {
2865
2863
  if (Io(e) != "object" || !e) return e;
2866
2864
  var t = e[Symbol.toPrimitive];
2867
2865
  if (t !== void 0) {
@@ -2871,7 +2869,7 @@ function Ws(e, r) {
2871
2869
  }
2872
2870
  return (r === "string" ? String : Number)(e);
2873
2871
  }
2874
- var Hs = {
2872
+ var Fs = {
2875
2873
  ripple: !1,
2876
2874
  inputStyle: null,
2877
2875
  inputVariant: null,
@@ -3017,20 +3015,20 @@ var Hs = {
3017
3015
  csp: {
3018
3016
  nonce: void 0
3019
3017
  }
3020
- }, Us = Symbol();
3021
- function Gs(e, r) {
3018
+ }, zs = Symbol();
3019
+ function Ws(e, r) {
3022
3020
  var t = {
3023
- config: si(r)
3021
+ config: li(r)
3024
3022
  };
3025
- return e.config.globalProperties.$primevue = t, e.provide(Us, t), Vs(), Ys(e, t), t;
3023
+ return e.config.globalProperties.$primevue = t, e.provide(zs, t), Hs(), Us(e, t), t;
3026
3024
  }
3027
3025
  var Jr = [];
3028
- function Vs() {
3026
+ function Hs() {
3029
3027
  pr.clear(), Jr.forEach(function(e) {
3030
3028
  return e?.();
3031
3029
  }), Jr = [];
3032
3030
  }
3033
- function Ys(e, r) {
3031
+ function Us(e, r) {
3034
3032
  var t = Ne(!1), n = function() {
3035
3033
  var s;
3036
3034
  if (((s = r.config) === null || s === void 0 ? void 0 : s.theme) !== "none" && !Ie.isStyleNameLoaded("common")) {
@@ -3092,13 +3090,15 @@ function Ys(e, r) {
3092
3090
  });
3093
3091
  Jr.push(a), Jr.push(c), Jr.push(o), Jr.push(i);
3094
3092
  }
3095
- var Ks = {
3093
+ var Gs = {
3096
3094
  install: function(r, t) {
3097
- var n = Yl(Hs, t);
3098
- Gs(r, n);
3095
+ var n = Yl(Fs, t);
3096
+ Ws(r, n);
3099
3097
  }
3100
3098
  };
3101
- const Xs = ["for"], Zs = ["disabled", "type", "placeholder", "id", "data-invalid", "step"];
3099
+ const Vs = ["for"], Ys = ["disabled", "type", "placeholder", "id", "data-invalid", "step"];
3100
+ Math.random().toString();
3101
+ const Ks = ["for"], Xs = { key: 0 }, Zs = ["disabled", "id"];
3102
3102
  Math.random().toString();
3103
3103
  const Js = ["for"], Qs = ["rows", "disabled", "placeholder", "id", "data-invalid"];
3104
3104
  Math.random().toString();
@@ -7666,7 +7666,7 @@ function gb(e) {
7666
7666
  ...cb(r),
7667
7667
  ...ib.has(r) && {
7668
7668
  configureApp(i) {
7669
- i.use(Ks, ob);
7669
+ i.use(Gs, ob);
7670
7670
  }
7671
7671
  }
7672
7672
  }), { booleanProps: n, numberProps: a, jsonProps: c } = fb(e);