@turquoisehealth/pit-viper 2.171.1-dev.1 → 2.171.1-dev.2

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 (42) hide show
  1. package/_site/assets/css/pit-viper-a11y.css +17 -0
  2. package/_site/assets/css/pit-viper-consumer.css +17 -0
  3. package/_site/assets/css/pit-viper-v2-scoped.css +16 -0
  4. package/_site/assets/css/pit-viper-v2.css +17 -0
  5. package/_site/assets/css/pit-viper.css +17 -0
  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-menu-stats.html +1 -1
  10. package/pv-components/dist/stats/web/pv-multi-select-button-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-switch-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/PvMenu/items/PvMenuItem.vue.d.ts +9 -2
  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/PvSwitch/PvSwitch.vue.d.ts +2 -0
  20. package/pv-components/dist/vue/base/components/base/PvSwitch/types.d.ts +1 -1
  21. package/pv-components/dist/vue/base/pv-components-base.mjs +1472 -1441
  22. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  23. package/pv-components/dist/vue/base/types.d.ts +3 -1
  24. package/pv-components/dist/vue/visualizations/components/base/PvMenu/items/PvMenuItem.vue.d.ts +9 -2
  25. package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +3 -3
  26. package/pv-components/dist/vue/visualizations/components/base/PvSwitch/PvSwitch.vue.d.ts +2 -0
  27. package/pv-components/dist/vue/visualizations/components/base/PvSwitch/types.d.ts +1 -1
  28. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +0 -3
  29. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/ColDefCellRenderer.vue.d.ts +24 -0
  30. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +4107 -3982
  31. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  32. package/pv-components/dist/vue/visualizations/types.d.ts +3 -1
  33. package/pv-components/dist/web/components/pv-menu/pv-menu.js +966 -896
  34. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +1080 -1010
  35. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +985 -915
  36. package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +23 -24
  37. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +1561 -1491
  38. package/pv-components/dist/web/components/pv-switch/pv-switch.js +114 -106
  39. package/pv-components/dist/web/components/pv-toggle-group/pv-toggle-group.js +21 -22
  40. package/pv-components/dist/web/components/pv-tooltip-v2/pv-tooltip-v2.js +21 -21
  41. package/pv-components/dist/web/pv-components.iife.js +47 -47
  42. 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, 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";
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";
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,7 +2870,8 @@ const Ls = ["data-variant"], js = /* @__PURE__ */ Tr({
2870
2870
  /* FULL_PROPS, DYNAMIC_SLOTS */
2871
2871
  ));
2872
2872
  }
2873
- });
2873
+ }), Fs = ["for"], zs = { key: 0 }, Ws = ["disabled", "id"];
2874
+ Math.random().toString();
2874
2875
  var Pe = {
2875
2876
  STARTS_WITH: "startsWith",
2876
2877
  CONTAINS: "contains",
@@ -2909,21 +2910,21 @@ function Vo(e) {
2909
2910
  for (var r = 1; r < arguments.length; r++) {
2910
2911
  var t = arguments[r] != null ? arguments[r] : {};
2911
2912
  r % 2 ? Kn(Object(t), !0).forEach(function(n) {
2912
- Fs(e, n, t[n]);
2913
+ Hs(e, n, t[n]);
2913
2914
  }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : Kn(Object(t)).forEach(function(n) {
2914
2915
  Object.defineProperty(e, n, Object.getOwnPropertyDescriptor(t, n));
2915
2916
  });
2916
2917
  }
2917
2918
  return e;
2918
2919
  }
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;
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;
2921
2922
  }
2922
- function zs(e) {
2923
- var r = Ws(e, "string");
2923
+ function Us(e) {
2924
+ var r = Gs(e, "string");
2924
2925
  return Ao(r) == "symbol" ? r : r + "";
2925
2926
  }
2926
- function Ws(e, r) {
2927
+ function Gs(e, r) {
2927
2928
  if (Ao(e) != "object" || !e) return e;
2928
2929
  var t = e[Symbol.toPrimitive];
2929
2930
  if (t !== void 0) {
@@ -2933,7 +2934,7 @@ function Ws(e, r) {
2933
2934
  }
2934
2935
  return (r === "string" ? String : Number)(e);
2935
2936
  }
2936
- var Hs = {
2937
+ var Vs = {
2937
2938
  ripple: !1,
2938
2939
  inputStyle: null,
2939
2940
  inputVariant: null,
@@ -3079,20 +3080,20 @@ var Hs = {
3079
3080
  csp: {
3080
3081
  nonce: void 0
3081
3082
  }
3082
- }, Us = Symbol();
3083
- function Gs(e, r) {
3083
+ }, Ys = Symbol();
3084
+ function Ks(e, r) {
3084
3085
  var t = {
3085
- config: fi(r)
3086
+ config: gi(r)
3086
3087
  };
3087
- return e.config.globalProperties.$primevue = t, e.provide(Us, t), Vs(), Ys(e, t), t;
3088
+ return e.config.globalProperties.$primevue = t, e.provide(Ys, t), Xs(), Zs(e, t), t;
3088
3089
  }
3089
3090
  var Jr = [];
3090
- function Vs() {
3091
+ function Xs() {
3091
3092
  hr.clear(), Jr.forEach(function(e) {
3092
3093
  return e?.();
3093
3094
  }), Jr = [];
3094
3095
  }
3095
- function Ys(e, r) {
3096
+ function Zs(e, r) {
3096
3097
  var t = Me(!1), n = function() {
3097
3098
  var s;
3098
3099
  if (((s = r.config) === null || s === void 0 ? void 0 : s.theme) !== "none" && !Ae.isStyleNameLoaded("common")) {
@@ -3154,15 +3155,13 @@ function Ys(e, r) {
3154
3155
  });
3155
3156
  Jr.push(a), Jr.push(c), Jr.push(o), Jr.push(i);
3156
3157
  }
3157
- var Ks = {
3158
+ var Js = {
3158
3159
  install: function(r, t) {
3159
- var n = Kl(Hs, t);
3160
- Gs(r, n);
3160
+ var n = Kl(Vs, t);
3161
+ Ks(r, n);
3161
3162
  }
3162
3163
  };
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"];
3164
+ const Qs = ["for"], qs = ["disabled", "type", "placeholder", "id", "data-invalid", "step"];
3166
3165
  Math.random().toString();
3167
3166
  const _s = ["for"], ec = ["rows", "disabled", "placeholder", "id", "data-invalid"];
3168
3167
  Math.random().toString();
@@ -7737,7 +7736,7 @@ function bb(e) {
7737
7736
  ...pb(r),
7738
7737
  ...ub.has(r) && {
7739
7738
  configureApp(i) {
7740
- i.use(Ks, ab);
7739
+ i.use(Js, ab);
7741
7740
  }
7742
7741
  }
7743
7742
  }), { 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, 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";
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";
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,6 +2807,8 @@ 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();
2810
2812
  var De = {
2811
2813
  STARTS_WITH: "startsWith",
2812
2814
  CONTAINS: "contains",
@@ -2845,21 +2847,21 @@ function Ho(e) {
2845
2847
  for (var r = 1; r < arguments.length; r++) {
2846
2848
  var t = arguments[r] != null ? arguments[r] : {};
2847
2849
  r % 2 ? Yn(Object(t), !0).forEach(function(n) {
2848
- Ns(e, n, t[n]);
2850
+ Fs(e, n, t[n]);
2849
2851
  }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : Yn(Object(t)).forEach(function(n) {
2850
2852
  Object.defineProperty(e, n, Object.getOwnPropertyDescriptor(t, n));
2851
2853
  });
2852
2854
  }
2853
2855
  return e;
2854
2856
  }
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;
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;
2857
2859
  }
2858
- function Ls(e) {
2859
- var r = js(e, "string");
2860
+ function zs(e) {
2861
+ var r = Ws(e, "string");
2860
2862
  return Io(r) == "symbol" ? r : r + "";
2861
2863
  }
2862
- function js(e, r) {
2864
+ function Ws(e, r) {
2863
2865
  if (Io(e) != "object" || !e) return e;
2864
2866
  var t = e[Symbol.toPrimitive];
2865
2867
  if (t !== void 0) {
@@ -2869,7 +2871,7 @@ function js(e, r) {
2869
2871
  }
2870
2872
  return (r === "string" ? String : Number)(e);
2871
2873
  }
2872
- var Fs = {
2874
+ var Hs = {
2873
2875
  ripple: !1,
2874
2876
  inputStyle: null,
2875
2877
  inputVariant: null,
@@ -3015,20 +3017,20 @@ var Fs = {
3015
3017
  csp: {
3016
3018
  nonce: void 0
3017
3019
  }
3018
- }, zs = Symbol();
3019
- function Ws(e, r) {
3020
+ }, Us = Symbol();
3021
+ function Gs(e, r) {
3020
3022
  var t = {
3021
- config: li(r)
3023
+ config: si(r)
3022
3024
  };
3023
- return e.config.globalProperties.$primevue = t, e.provide(zs, t), Hs(), Us(e, t), t;
3025
+ return e.config.globalProperties.$primevue = t, e.provide(Us, t), Vs(), Ys(e, t), t;
3024
3026
  }
3025
3027
  var Jr = [];
3026
- function Hs() {
3028
+ function Vs() {
3027
3029
  pr.clear(), Jr.forEach(function(e) {
3028
3030
  return e?.();
3029
3031
  }), Jr = [];
3030
3032
  }
3031
- function Us(e, r) {
3033
+ function Ys(e, r) {
3032
3034
  var t = Ne(!1), n = function() {
3033
3035
  var s;
3034
3036
  if (((s = r.config) === null || s === void 0 ? void 0 : s.theme) !== "none" && !Ie.isStyleNameLoaded("common")) {
@@ -3090,15 +3092,13 @@ function Us(e, r) {
3090
3092
  });
3091
3093
  Jr.push(a), Jr.push(c), Jr.push(o), Jr.push(i);
3092
3094
  }
3093
- var Gs = {
3095
+ var Ks = {
3094
3096
  install: function(r, t) {
3095
- var n = Yl(Fs, t);
3096
- Ws(r, n);
3097
+ var n = Yl(Hs, t);
3098
+ Gs(r, n);
3097
3099
  }
3098
3100
  };
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"];
3101
+ const Xs = ["for"], Zs = ["disabled", "type", "placeholder", "id", "data-invalid", "step"];
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(Gs, ob);
7669
+ i.use(Ks, ob);
7670
7670
  }
7671
7671
  }
7672
7672
  }), { booleanProps: n, numberProps: a, jsonProps: c } = fb(e);