@turquoisehealth/pit-viper 2.206.0 → 2.206.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 (38) hide show
  1. package/_site/assets/css/pit-viper-a11y.css +24 -0
  2. package/_site/assets/css/pit-viper-consumer.css +24 -0
  3. package/_site/assets/css/pit-viper-v2-scoped.css +21 -0
  4. package/_site/assets/css/pit-viper-v2.css +43 -0
  5. package/_site/assets/css/pit-viper.css +24 -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-avatar-group-stats.html +1 -1
  10. package/pv-components/dist/stats/web/pv-dropdown-stats.html +1 -1
  11. package/pv-components/dist/stats/web/pv-filter-panel-stats.html +1 -1
  12. package/pv-components/dist/stats/web/pv-header-stats.html +1 -1
  13. package/pv-components/dist/stats/web/pv-menu-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/PvAvatarGroup/PvAvatarGroup.vue.d.ts +3 -1
  18. package/pv-components/dist/vue/base/components/base/PvAvatarGroup/types.d.ts +2 -0
  19. package/pv-components/dist/vue/base/components/base/PvDropdown/PvDropdown.vue.d.ts +2 -0
  20. package/pv-components/dist/vue/base/pv-components-base.mjs +977 -957
  21. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  22. package/pv-components/dist/vue/base/types.d.ts +1 -0
  23. package/pv-components/dist/vue/visualizations/components/base/PvAvatarGroup/PvAvatarGroup.vue.d.ts +3 -1
  24. package/pv-components/dist/vue/visualizations/components/base/PvAvatarGroup/types.d.ts +2 -0
  25. package/pv-components/dist/vue/visualizations/components/base/PvDropdown/PvDropdown.vue.d.ts +2 -0
  26. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +185 -168
  27. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  28. package/pv-components/dist/vue/visualizations/types.d.ts +1 -0
  29. package/pv-components/dist/web/components/pv-avatar-group/pv-avatar-group.js +31 -25
  30. package/pv-components/dist/web/components/pv-dropdown/pv-dropdown.js +167 -163
  31. package/pv-components/dist/web/components/pv-filter-panel/pv-filter-panel.js +1 -1
  32. package/pv-components/dist/web/components/pv-header/pv-header.js +2 -2
  33. package/pv-components/dist/web/components/pv-menu/pv-menu.js +5 -2
  34. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +9 -11
  35. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +102 -87
  36. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +5 -2
  37. package/pv-components/dist/web/pv-components.iife.js +14 -14
  38. package/pv-components/dist/web/pv-components.iife.js.map +1 -1
@@ -1,5 +1,5 @@
1
1
  import * as e from "vue";
2
- import { Fragment as t, Teleport as n, computed as r, createBlock as i, createCommentVNode as a, createElementBlock as o, createElementVNode as s, createSlots as c, createTextVNode as l, createVNode as u, customRef as d, defineComponent as f, defineCustomElement as p, getCurrentInstance as m, getCurrentScope as h, guardReactiveProps as g, inject as _, isRef as v, mergeModels as y, mergeProps as b, nextTick as x, normalizeClass as S, normalizeProps as C, normalizeStyle as w, onMounted as T, onScopeDispose as E, onUnmounted as ee, openBlock as D, reactive as te, readonly as O, ref as k, renderList as A, renderSlot as j, resolveComponent as ne, resolveDynamicComponent as re, shallowRef as M, toDisplayString as N, toRef as ie, toValue as P, unref as ae, useId as oe, useModel as se, useTemplateRef as ce, vModelCheckbox as le, vModelText as ue, vShow as de, watch as F, watchEffect as fe, withCtx as pe, withDirectives as me, withModifiers as he } from "vue";
2
+ import { Fragment as t, Teleport as n, computed as r, createBlock as i, createCommentVNode as a, createElementBlock as o, createElementVNode as s, createSlots as c, createTextVNode as l, createVNode as u, customRef as d, defineComponent as f, defineCustomElement as p, getCurrentInstance as m, getCurrentScope as h, guardReactiveProps as g, inject as _, isRef as v, mergeModels as y, mergeProps as b, nextTick as x, normalizeClass as S, normalizeProps as C, normalizeStyle as w, onMounted as T, onScopeDispose as E, onUnmounted as ee, openBlock as D, reactive as O, readonly as k, ref as A, renderList as te, renderSlot as j, resolveComponent as ne, resolveDynamicComponent as re, shallowRef as M, toDisplayString as N, toRef as ie, toValue as P, unref as ae, useId as oe, useModel as se, useTemplateRef as ce, vModelCheckbox as le, vModelText as ue, vShow as de, watch as F, watchEffect as fe, withCtx as pe, withDirectives as me, withModifiers as he } from "vue";
3
3
  //#region \0rolldown/runtime.js
4
4
  var ge = Object.defineProperty, _e = Object.getOwnPropertyDescriptor, ve = Object.getOwnPropertyNames, ye = Object.prototype.hasOwnProperty, be = (e, t) => {
5
5
  let n = {};
@@ -43,10 +43,10 @@ function je() {
43
43
  function Me(...e) {
44
44
  if (e.length !== 1) return ie(...e);
45
45
  let t = e[0];
46
- return typeof t == "function" ? O(d(() => ({
46
+ return typeof t == "function" ? k(d(() => ({
47
47
  get: t,
48
48
  set: ke
49
- }))) : k(t);
49
+ }))) : A(t);
50
50
  }
51
51
  function Ne(e, t) {
52
52
  function n(...n) {
@@ -1012,17 +1012,17 @@ J.prototype = {
1012
1012
  hn !== n && (S = i[T], _n = !1, vn = !w && o.invertSwap || C), x = Hn(e, n, i, f, w ? 1 : o.swapThreshold, o.invertedSwapThreshold == null ? o.swapThreshold : o.invertedSwapThreshold, vn, hn === n);
1013
1013
  var D;
1014
1014
  if (x !== 0) {
1015
- var te = Ot(V);
1015
+ var O = Ot(V);
1016
1016
  do
1017
- te -= x, D = H.children[te];
1017
+ O -= x, D = H.children[O];
1018
1018
  while (D && (R(D, "display") === "none" || D === U));
1019
1019
  }
1020
1020
  if (x === 0 || D === n) return _(!1);
1021
1021
  hn = n, gn = x;
1022
- var O = n.nextElementSibling, k = !1;
1023
- k = x === 1;
1024
- var A = Ln(W, t, V, r, n, i, e, k);
1025
- if (A !== !1) return (A === 1 || A === -1) && (k = A === 1), xn = !0, setTimeout(zn, 30), g(), k && !O ? t.appendChild(V) : n.parentNode.insertBefore(V, k ? O : n), E && Lt(E, 0, ee - E.scrollTop), H = V.parentNode, S !== void 0 && !vn && (yn = Math.abs(S - z(n)[T])), v(), _(!0);
1022
+ var k = n.nextElementSibling, A = !1;
1023
+ A = x === 1;
1024
+ var te = Ln(W, t, V, r, n, i, e, A);
1025
+ if (te !== !1) return (te === 1 || te === -1) && (A = te === 1), xn = !0, setTimeout(zn, 30), g(), A && !k ? t.appendChild(V) : n.parentNode.insertBefore(V, A ? k : n), E && Lt(E, 0, ee - E.scrollTop), H = V.parentNode, S !== void 0 && !vn && (yn = Math.abs(S - z(n)[T])), v(), _(!0);
1026
1026
  }
1027
1027
  if (t.contains(V)) return _(!1);
1028
1028
  }
@@ -1313,9 +1313,9 @@ var ir = Ft(function(e, t, n, r) {
1313
1313
  do {
1314
1314
  var p = f, m = z(p), h = m.top, g = m.bottom, _ = m.left, v = m.right, y = m.width, b = m.height, x = void 0, S = void 0, C = p.scrollWidth, w = p.scrollHeight, T = R(p), E = p.scrollLeft, ee = p.scrollTop;
1315
1315
  p === c ? (x = y < C && (T.overflowX === "auto" || T.overflowX === "scroll" || T.overflowX === "visible"), S = b < w && (T.overflowY === "auto" || T.overflowY === "scroll" || T.overflowY === "visible")) : (x = y < C && (T.overflowX === "auto" || T.overflowX === "scroll"), S = b < w && (T.overflowY === "auto" || T.overflowY === "scroll"));
1316
- var D = x && (Math.abs(v - i) <= o && E + y < C) - (Math.abs(_ - i) <= o && !!E), te = S && (Math.abs(g - a) <= o && ee + b < w) - (Math.abs(h - a) <= o && !!ee);
1317
- if (!Y[d]) for (var O = 0; O <= d; O++) Y[O] || (Y[O] = {});
1318
- (Y[d].vx != D || Y[d].vy != te || Y[d].el !== p) && (Y[d].el = p, Y[d].vx = D, Y[d].vy = te, clearInterval(Y[d].pid), (D != 0 || te != 0) && (l = !0, Y[d].pid = setInterval(function() {
1316
+ var D = x && (Math.abs(v - i) <= o && E + y < C) - (Math.abs(_ - i) <= o && !!E), O = S && (Math.abs(g - a) <= o && ee + b < w) - (Math.abs(h - a) <= o && !!ee);
1317
+ if (!Y[d]) for (var k = 0; k <= d; k++) Y[k] || (Y[k] = {});
1318
+ (Y[d].vx != D || Y[d].vy != O || Y[d].el !== p) && (Y[d].el = p, Y[d].vx = D, Y[d].vy = O, clearInterval(Y[d].pid), (D != 0 || O != 0) && (l = !0, Y[d].pid = setInterval(function() {
1319
1319
  r && this.layer === 0 && J.active._onTouchMove($n);
1320
1320
  var t = Y[this.layer].vy ? Y[this.layer].vy * s : 0, n = Y[this.layer].vx ? Y[this.layer].vx * s : 0;
1321
1321
  typeof u == "function" && u.call(J.dragged.parentNode[Bt], n, t, e, $n, Y[this.layer].el) !== "continue" || Lt(Y[this.layer].el, n, t);
@@ -1419,7 +1419,7 @@ var fr = ["data-align"], pr = /* @__PURE__ */ f({
1419
1419
  },
1420
1420
  emits: ["list-order-updated"],
1421
1421
  setup(e, { expose: t, emit: n }) {
1422
- let r = k(null), i = ce("popoverList"), a = e, s = n;
1422
+ let r = A(null), i = ce("popoverList"), a = e, s = n;
1423
1423
  return a.isSortable && a.isList && cr(i, [], {
1424
1424
  animation: 150,
1425
1425
  onUpdate: () => {
@@ -1448,7 +1448,7 @@ var fr = ["data-align"], pr = /* @__PURE__ */ f({
1448
1448
  //#endregion
1449
1449
  //#region src/web-components/utils.ts
1450
1450
  function _r() {
1451
- let e = k(!1), t = m()?.root || {};
1451
+ let e = A(!1), t = m()?.root || {};
1452
1452
  return "isCE" in t && t.isCE === !0 && (e.value = !0), e;
1453
1453
  }
1454
1454
  //#endregion
@@ -1475,7 +1475,7 @@ var vr = {
1475
1475
  size: { type: null }
1476
1476
  },
1477
1477
  setup(e) {
1478
- let t = e, n = _r(), i = k(null), a = r(() => ({
1478
+ let t = e, n = _r(), i = A(null), a = r(() => ({
1479
1479
  "pv-icon": !0,
1480
1480
  [`pv-icon-${t.size}`]: t.size != null && yr.includes(t.size)
1481
1481
  })), c = r(() => n.value && i.value ? `${i.value}#${t.name}` : `#${t.name}`);
@@ -1518,7 +1518,7 @@ var Tr = {
1518
1518
  srcPathOverride: { type: String }
1519
1519
  },
1520
1520
  setup(e) {
1521
- let t = e, n = k(!0), i = r(() => vr[t.size] || "32px"), a = r(() => ({
1521
+ let t = e, n = A(!0), i = r(() => vr[t.size] || "32px"), a = r(() => ({
1522
1522
  "pv-icon": n.value,
1523
1523
  [`pv-company-${t.size}`]: t.size && !n.value
1524
1524
  })), c = r(() => ({ width: i.value })), l = r(() => `${t.name.toLowerCase().replace(/[^a-z\s]/g, "").trim().replace(/\s+/g, "_")}.svg`), u = r(() => t.srcPathOverride ? t.srcPathOverride : `${t.basePath}/${l.value}`);
@@ -1641,6 +1641,7 @@ var Tr = {
1641
1641
  secondaryText: { type: [Number, String] },
1642
1642
  subduedText: { type: String },
1643
1643
  icon: { type: String },
1644
+ hoverTitle: { type: String },
1644
1645
  companyName: { type: String },
1645
1646
  avatar: { type: Object },
1646
1647
  groupingLabel: { type: String },
@@ -1655,7 +1656,7 @@ var Tr = {
1655
1656
  config: { type: Object }
1656
1657
  },
1657
1658
  setup(e) {
1658
- let n = e, c = k(null), l = k(null), u = r(() => n.subText || null), d = (e) => e.replace(/[.*+?^${}()|[\]\\]/g, "\\$&"), f = (e, t, n) => {
1659
+ let n = e, c = A(null), l = A(null), u = r(() => n.subText || null), d = (e) => e.replace(/[.*+?^${}()|[\]\\]/g, "\\$&"), f = (e, t, n) => {
1659
1660
  let r = d(n), i = RegExp(`(${r})`, "gi");
1660
1661
  e.innerHTML = t.replace(i, "<span data-test-id=\"pv-matched-text\" style=\"font-weight: bold;\">$1</span>");
1661
1662
  }, p = () => {
@@ -1694,7 +1695,7 @@ var Tr = {
1694
1695
  }, null, 8, ["name"])) : a("v-if", !0),
1695
1696
  s("div", Mr, [s("span", {
1696
1697
  class: "pv-text-body-md pv-full-width pv-truncate",
1697
- title: e.text
1698
+ title: e.hoverTitle ?? e.text
1698
1699
  }, [s("span", {
1699
1700
  ref_key: "mainText",
1700
1701
  ref: c
@@ -1712,7 +1713,7 @@ var Tr = {
1712
1713
  "pv-truncate",
1713
1714
  { "pv-text-subdued": !e.disabled }
1714
1715
  ]),
1715
- title: u.value
1716
+ title: e.hoverTitle ?? u.value
1716
1717
  }, N(u.value), 11, Pr)) : a("v-if", !0)]),
1717
1718
  e.secondaryText && typeof e.secondaryText == "number" ? (D(), i(jr, {
1718
1719
  key: 3,
@@ -2739,7 +2740,7 @@ var Wa = { style: { width: "fit-content" } }, Ga = /* @__PURE__ */ f({
2739
2740
  }),
2740
2741
  emits: ["update:modelValue"],
2741
2742
  setup(e) {
2742
- let t = e, c = se(e, "modelValue"), l = k(null), u = k(null), d = k(null), f = Qe(l), p = Qe(d), m = {
2743
+ let t = e, c = se(e, "modelValue"), l = A(null), u = A(null), d = A(null), f = Qe(l), p = Qe(d), m = {
2743
2744
  "top-center": "top",
2744
2745
  "bottom-center": "bottom",
2745
2746
  "center-left": "left",
@@ -2787,19 +2788,19 @@ var Wa = { style: { width: "fit-content" } }, Ga = /* @__PURE__ */ f({
2787
2788
  }, E = r(() => {
2788
2789
  let e = [d.value].filter(Boolean);
2789
2790
  return e.push(".p-datepicker-panel"), t.ignoreClickOutsideClasses && e.push(...t.ignoreClickOutsideClasses.map((e) => `.${e}`)), e;
2790
- }), te = r(() => t.showOnHover ? t.disableInteractive ? f.value : f.value || p.value : !1), O = () => {
2791
+ }), O = r(() => t.showOnHover ? t.disableInteractive ? f.value : f.value || p.value : !1), k = () => {
2791
2792
  t.showOnHover || C(x ? !1 : !c.value);
2792
- }, A = () => {
2793
+ }, te = () => {
2793
2794
  t.disableClickOutsideToClose || C(!1);
2794
2795
  };
2795
- return F(te, (e) => {
2796
+ return F(O, (e) => {
2796
2797
  t.showOnHover && C(e);
2797
2798
  }), ee(() => {
2798
2799
  S();
2799
2800
  }), (r, u) => me((D(), o("div", Wa, [s("div", {
2800
2801
  ref_key: "triggerWrapper",
2801
2802
  ref: l,
2802
- onClick: O
2803
+ onClick: k
2803
2804
  }, [j(r.$slots, "trigger")], 512), r.$slots.content ? (D(), i(n, {
2804
2805
  key: 0,
2805
2806
  to: e.teleportLocation,
@@ -2809,7 +2810,7 @@ var Wa = { style: { width: "fit-content" } }, Ga = /* @__PURE__ */ f({
2809
2810
  ref_key: "floating",
2810
2811
  ref: d,
2811
2812
  style: w(b.value)
2812
- }, [j(r.$slots, "content")], 4), [[de, c.value]])], 8, ["to", "disabled"])) : a("v-if", !0)])), [[ae(La), [A, { ignore: E.value }]]]);
2813
+ }, [j(r.$slots, "content")], 4), [[de, c.value]])], 8, ["to", "disabled"])) : a("v-if", !0)])), [[ae(La), [te, { ignore: E.value }]]]);
2813
2814
  }
2814
2815
  }), Ka = ["data-variant"], qa = /* @__PURE__ */ f({
2815
2816
  __name: "PvTooltipV2",
@@ -2965,6 +2966,7 @@ var Wa = { style: { width: "fit-content" } }, Ga = /* @__PURE__ */ f({
2965
2966
  secondaryText: { type: [Number, String] },
2966
2967
  subduedText: { type: String },
2967
2968
  icon: { type: String },
2969
+ hoverTitle: { type: String },
2968
2970
  companyName: { type: String },
2969
2971
  avatar: { type: Object },
2970
2972
  groupingLabel: { type: String },
@@ -2980,7 +2982,7 @@ var Wa = { style: { width: "fit-content" } }, Ga = /* @__PURE__ */ f({
2980
2982
  },
2981
2983
  emits: ["handle-selected", "toggle-expanded"],
2982
2984
  setup(e, { emit: t }) {
2983
- let n = e, c = ce("inputRef"), l = _(Za, void 0), d = _(Qa, k(!1)), f = _($a, void 0), p = _(eo, void 0), h = r(() => {
2985
+ let n = e, c = ce("inputRef"), l = _(Za, void 0), d = _(Qa, A(!1)), f = _($a, void 0), p = _(eo, void 0), h = r(() => {
2984
2986
  if (!d.value || !Sr(n)) return [];
2985
2987
  let e = n.children ? Cr(n.children) : [];
2986
2988
  if (f?.value) {
@@ -3017,7 +3019,7 @@ var Wa = { style: { width: "fit-content" } }, Ga = /* @__PURE__ */ f({
3017
3019
  }), E = r(() => {
3018
3020
  let e = n.menuOptionConfig?.variant;
3019
3021
  return e !== "checkbox" && e !== "radio";
3020
- }), ee = r(() => n.menuOptionConfig?.variant === "radio" ? "radio" : "checkbox"), te = `${ee.value}-${m()?.uid}`, O = r(() => n.menuOptionConfig?.variant === "checkbox" ? "pv-checkbox" : "pv-radio"), A = r(() => `pv-menu${n.menuOptionConfig?.variant === "checkbox" ? "-checkbox" : n.menuOptionConfig?.variant === "radio" ? "-radio" : ""}-item`), j = t, ne = (e) => {
3022
+ }), ee = r(() => n.menuOptionConfig?.variant === "radio" ? "radio" : "checkbox"), O = `${ee.value}-${m()?.uid}`, k = r(() => n.menuOptionConfig?.variant === "checkbox" ? "pv-checkbox" : "pv-radio"), te = r(() => `pv-menu${n.menuOptionConfig?.variant === "checkbox" ? "-checkbox" : n.menuOptionConfig?.variant === "radio" ? "-radio" : ""}-item`), j = t, ne = (e) => {
3021
3023
  n.disabled || (j("handle-selected", {
3022
3024
  option: { ...n },
3023
3025
  event: e
@@ -3032,17 +3034,17 @@ var Wa = { style: { width: "fit-content" } }, Ga = /* @__PURE__ */ f({
3032
3034
  paddingTop: e.subText ? "4px" : void 0,
3033
3035
  paddingBottom: e.subText ? "4px" : void 0
3034
3036
  }]),
3035
- "data-testid": A.value
3037
+ "data-testid": te.value
3036
3038
  }, [
3037
3039
  s("input", {
3038
3040
  ref_key: "inputRef",
3039
3041
  ref: c,
3040
3042
  hidden: E.value,
3041
3043
  type: ee.value,
3042
- name: te,
3044
+ name: O,
3043
3045
  checked: g.value,
3044
3046
  indeterminate: v.value,
3045
- class: S(O.value),
3047
+ class: S(k.value),
3046
3048
  disabled: e.disabled,
3047
3049
  onChange: ne
3048
3050
  }, null, 42, ao),
@@ -3211,11 +3213,12 @@ var Wa = { style: { width: "fit-content" } }, Ga = /* @__PURE__ */ f({
3211
3213
  secondaryText: { type: [Number, String] },
3212
3214
  subduedText: { type: String },
3213
3215
  icon: { type: String },
3216
+ hoverTitle: { type: String },
3214
3217
  companyName: { type: String },
3215
3218
  avatar: { type: Object },
3216
3219
  groupingLabel: { type: String },
3217
3220
  disabled: { type: Boolean },
3218
- context: { type: null },
3221
+ context: { type: Object },
3219
3222
  classList: { type: Array },
3220
3223
  searchText: { type: String },
3221
3224
  children: { type: Array },
@@ -3228,11 +3231,11 @@ var Wa = { style: { width: "fit-content" } }, Ga = /* @__PURE__ */ f({
3228
3231
  }),
3229
3232
  emits: /* @__PURE__ */ y(["handle-selected", "see-more"], ["update:selectedIds"]),
3230
3233
  setup(e, { emit: n }) {
3231
- let i = e, s = _(Za, void 0), c = se(e, "selectedIds"), l = _(ro, k(!1)), d = _(no, k(!1)), f = _(eo, void 0), p = _(to, void 0), m = k(i.defaultExpanded ?? !1);
3234
+ let i = e, s = _(Za, void 0), c = se(e, "selectedIds"), l = _(ro, A(!1)), d = _(no, A(!1)), f = _(eo, void 0), p = _(to, void 0), m = A(i.defaultExpanded ?? !1);
3232
3235
  F(() => i.defaultExpanded, (e) => {
3233
3236
  e && (m.value = !0);
3234
3237
  });
3235
- let h = k(!1), g = k(!1), v = k(i.children ?? []), y = k(/* @__PURE__ */ new Set());
3238
+ let h = A(!1), g = A(!1), v = A(i.children ?? []), y = A(/* @__PURE__ */ new Set());
3236
3239
  F(() => i.children, (e) => {
3237
3240
  if (!e) {
3238
3241
  v.value = [];
@@ -3249,7 +3252,7 @@ var Wa = { style: { width: "fit-content" } }, Ga = /* @__PURE__ */ f({
3249
3252
  }), E = r(() => Sr({
3250
3253
  ...i,
3251
3254
  children: v.value
3252
- }) && i.level < vo), ee = r(() => E.value ? l.value ? m.value : !0 : !1), te = r(() => m.value ? "chevron-down" : "chevron-right"), O = (e) => s && Array.isArray(s.value) ? s.value.some((t) => t.id === e.id) : c.value.includes(e.id), j = n, re = r(() => g.value || i.totalChildCount == null ? !1 : i.totalChildCount > v.value.length), M = async () => {
3255
+ }) && i.level < vo), ee = r(() => E.value ? l.value ? m.value : !0 : !1), O = r(() => m.value ? "chevron-down" : "chevron-right"), k = (e) => s && Array.isArray(s.value) ? s.value.some((t) => t.id === e.id) : c.value.includes(e.id), j = n, re = r(() => g.value || i.totalChildCount == null ? !1 : i.totalChildCount > v.value.length), M = async () => {
3253
3256
  if (h.value) return;
3254
3257
  if (!i.handleSeeMore) {
3255
3258
  j("see-more", {
@@ -3305,11 +3308,11 @@ var Wa = { style: { width: "fit-content" } }, Ga = /* @__PURE__ */ f({
3305
3308
  queryText: e.queryText,
3306
3309
  highlightSearchText: e.highlightSearchText,
3307
3310
  showChevron: ae(l) && E.value,
3308
- chevronIcon: te.value,
3311
+ chevronIcon: O.value,
3309
3312
  expanded: m.value,
3310
3313
  onHandleSelected: N,
3311
3314
  onToggleExpanded: x,
3312
- selected: O(i)
3315
+ selected: k(i)
3313
3316
  }), null, 16, [
3314
3317
  "children",
3315
3318
  "menuOptionConfig",
@@ -3323,9 +3326,9 @@ var Wa = { style: { width: "fit-content" } }, Ga = /* @__PURE__ */ f({
3323
3326
  key: 0,
3324
3327
  role: "list",
3325
3328
  style: w(C.value)
3326
- }, [(D(!0), o(t, null, A(v.value, (t) => (D(), o("li", {
3329
+ }, [(D(!0), o(t, null, te(v.value, (t) => (D(), o("li", {
3327
3330
  key: t.id,
3328
- "data-active": O(t) ? "true" : null,
3331
+ "data-active": k(t) ? "true" : null,
3329
3332
  class: S(e.itemClass)
3330
3333
  }, [u(s, b({ ref_for: !0 }, t, {
3331
3334
  disabled: i.disabled || t.disabled,
@@ -3369,6 +3372,7 @@ var Wa = { style: { width: "fit-content" } }, Ga = /* @__PURE__ */ f({
3369
3372
  secondaryText: { type: [Number, String] },
3370
3373
  subduedText: { type: String },
3371
3374
  icon: { type: String },
3375
+ hoverTitle: { type: String },
3372
3376
  companyName: { type: String },
3373
3377
  avatar: { type: Object },
3374
3378
  groupingLabel: { type: String },
@@ -3406,7 +3410,7 @@ var Wa = { style: { width: "fit-content" } }, Ga = /* @__PURE__ */ f({
3406
3410
  bold: !1
3407
3411
  }), n;
3408
3412
  });
3409
- return (e, n) => (D(), o("div", null, [s("div", bo, [u(xr, { name: p.value }, null, 8, ["name"]), s("div", null, [s("p", xo, [(D(!0), o(t, null, A(m.value, (e, t) => (D(), o("span", {
3413
+ return (e, n) => (D(), o("div", null, [s("div", bo, [u(xr, { name: p.value }, null, 8, ["name"]), s("div", null, [s("p", xo, [(D(!0), o(t, null, te(m.value, (e, t) => (D(), o("span", {
3410
3414
  key: t,
3411
3415
  style: w({ fontWeight: e.bold ? "bold" : void 0 }),
3412
3416
  textContent: N(e.text)
@@ -3513,7 +3517,7 @@ var Wa = { style: { width: "fit-content" } }, Ga = /* @__PURE__ */ f({
3513
3517
  };
3514
3518
  l(s.value, t);
3515
3519
  };
3516
- return (e, n) => (D(), o(t, null, [(D(!0), o(t, null, A(u.value, (e, t) => (D(), i(Oo, {
3520
+ return (e, n) => (D(), o(t, null, [(D(!0), o(t, null, te(u.value, (e, t) => (D(), i(Oo, {
3517
3521
  key: `${t}-${e.queryText}`,
3518
3522
  variant: p(e),
3519
3523
  label: f(e),
@@ -3596,19 +3600,29 @@ var Wa = { style: { width: "fit-content" } }, Ga = /* @__PURE__ */ f({
3596
3600
  "update:options"
3597
3601
  ],
3598
3602
  setup(e) {
3599
- let n = e, c = { renderer: Eo }, l = ce("search-input"), d = se(e, "searchText"), f = se(e, "query"), p = se(e, "options"), { addQueryOption: m, containsQueryOption: h } = Ce(), g = k(!1), _ = k(!1), v = k(!1), y = r(() => f.value === null ? n.placeholder : ""), x = k(null), C = r(() => x.value !== null && x.value !== "" && !_.value), T = () => {
3600
- f.value = null, d.value = "", x.value = null, v.value = !1;
3603
+ let n = e, c = { renderer: Eo }, l = ce("search-input"), d = se(e, "searchText"), f = se(e, "query"), p = se(e, "options"), { addQueryOption: m, containsQueryOption: h, removeQueryOption: g } = Ce(), _ = A(!1), v = A(!1), y = A(!1), x = r(() => f.value === null ? n.placeholder : ""), C = A(null), T = r(() => C.value !== null && C.value !== "" && !v.value), E = () => {
3604
+ f.value = null, d.value = "", C.value = null, y.value = !1;
3601
3605
  };
3602
3606
  n.enableCustomOptionsInput && Ye("Enter", () => {
3603
- d.value.trim() && E();
3607
+ d.value.trim() && ee();
3608
+ }, { target: l }), Ye("Backspace", () => {
3609
+ if (d.value !== "") return;
3610
+ let e = f.value?.queryTerms;
3611
+ if (!e || e.length === 0) return;
3612
+ let t = e[e.length - 1];
3613
+ g(f.value, {
3614
+ id: t.queryText || "",
3615
+ text: t.queryText || "",
3616
+ queryTerm: t
3617
+ }), f.value?.queryTerms.length === 0 && (f.value = null);
3604
3618
  }, { target: l });
3605
- let E = () => {
3619
+ let ee = () => {
3606
3620
  d.value.trim() && (f.value = m(f.value, {
3607
3621
  id: d.value.trim(),
3608
3622
  text: d.value,
3609
3623
  queryTerm: { queryText: d.value }
3610
- }), re());
3611
- }, ee = r(() => {
3624
+ }), M());
3625
+ }, O = r(() => {
3612
3626
  if (!p.value || p.value.length === 0) return [];
3613
3627
  let e = p.value;
3614
3628
  return n.processor === "field-only" && (e = p.value.filter((e) => e.queryTerm?.queryField)), f.value && (e = e.filter((e) => !h(f.value, e))), e.map((e) => ({
@@ -3621,15 +3635,15 @@ var Wa = { style: { width: "fit-content" } }, Ga = /* @__PURE__ */ f({
3621
3635
  }));
3622
3636
  });
3623
3637
  F([
3624
- ee,
3638
+ O,
3625
3639
  d,
3626
3640
  () => n.optionsLoading
3627
3641
  ], ([e, t, n]) => {
3628
- t && t.length > 0 && (e.length > 0 || n) ? g.value = !0 : (!t || t.length === 0) && (g.value = !1);
3642
+ t && t.length > 0 && (e.length > 0 || n) ? _.value = !0 : (!t || t.length === 0) && (_.value = !1);
3629
3643
  }, { immediate: !0 });
3630
- let te = () => {
3631
- n.enableCustomOptionsInput && E(), g.value = !1, _.value = !1, v.value = !1;
3632
- }, O = (e) => {
3644
+ let k = () => {
3645
+ n.enableCustomOptionsInput && ee(), _.value = !1, v.value = !1, y.value = !1;
3646
+ }, j = (e) => {
3633
3647
  try {
3634
3648
  let t = {
3635
3649
  id: e.id,
@@ -3637,28 +3651,28 @@ var Wa = { style: { width: "fit-content" } }, Ga = /* @__PURE__ */ f({
3637
3651
  queryTerm: e.context,
3638
3652
  icon: e.icon
3639
3653
  };
3640
- f.value = m(f.value, t), re();
3654
+ f.value = m(f.value, t), M();
3641
3655
  } catch (e) {
3642
3656
  console.error("Error adding query option:", e);
3643
3657
  } finally {
3644
- g.value = !1, _.value = !1;
3658
+ _.value = !1, v.value = !1;
3645
3659
  }
3646
3660
  };
3647
- function j(e) {
3661
+ function ne(e) {
3648
3662
  let t = e.target;
3649
3663
  t.isContentEditable || t.closest("[contenteditable=\"true\"]") || t.tagName === "BUTTON" || t.tagName === "SVG" || t.closest("button") || l.value?.focus();
3650
3664
  }
3651
- function ne(e) {
3652
- e.type === "focus" ? (_.value = !0, g.value = !0) : e.type;
3665
+ function re(e) {
3666
+ e.type === "focus" ? (v.value = !0, _.value = !0) : e.type;
3653
3667
  }
3654
- let re = () => {
3668
+ let M = () => {
3655
3669
  d.value = "";
3656
3670
  };
3657
3671
  return (n, r) => me((D(), o("div", {
3658
3672
  ref: "query-builder-input",
3659
3673
  class: "pv-relative pv-query-builder-input-wrapper",
3660
- onFocus: ne,
3661
- onClick: j
3674
+ onFocus: re,
3675
+ onClick: ne
3662
3676
  }, [
3663
3677
  e.hideSearchIcon ? a("v-if", !0) : (D(), i(xr, {
3664
3678
  key: 0,
@@ -3669,12 +3683,12 @@ var Wa = { style: { width: "fit-content" } }, Ga = /* @__PURE__ */ f({
3669
3683
  style: w([{
3670
3684
  "--inset-size": "4px",
3671
3685
  "--flex-gap": "4px"
3672
- }, e.enableWrapQueryTerms || v.value ? "flex-wrap: wrap;" : "flex-wrap: nowrap;"])
3686
+ }, e.enableWrapQueryTerms || y.value ? "flex-wrap: wrap;" : "flex-wrap: nowrap; justify-content: flex-end;"])
3673
3687
  }, [u(ko, {
3674
3688
  modelValue: f.value,
3675
3689
  "onUpdate:modelValue": r[0] ||= (e) => f.value = e,
3676
- "wrap-content": v.value,
3677
- "onUpdate:wrapContent": r[1] ||= (e) => v.value = e,
3690
+ "wrap-content": y.value,
3691
+ "onUpdate:wrapContent": r[1] ||= (e) => y.value = e,
3678
3692
  "query-term-display-limit": e.queryTermDisplayLimit
3679
3693
  }, null, 8, [
3680
3694
  "modelValue",
@@ -3686,40 +3700,41 @@ var Wa = { style: { width: "fit-content" } }, Ga = /* @__PURE__ */ f({
3686
3700
  "data-testid": "pv-search-input",
3687
3701
  type: "text",
3688
3702
  disabled: e.disabled,
3689
- placeholder: y.value,
3690
- "data-invalid": C.value ? "true" : void 0,
3691
- onFocus: ne,
3692
- onBlur: ne
3693
- }, null, 40, Ao), [[ue, d.value]])], 4),
3703
+ placeholder: x.value,
3704
+ "data-invalid": T.value ? "true" : void 0,
3705
+ style: w(d.value ? "min-width: 8rem;" : void 0),
3706
+ onFocus: re,
3707
+ onBlur: re
3708
+ }, null, 44, Ao), [[ue, d.value]])], 4),
3694
3709
  f.value && !e.hideClearButton ? (D(), i(ho, {
3695
3710
  key: 1,
3696
3711
  variant: "ghost",
3697
3712
  leftIcon: "close",
3698
3713
  size: "md",
3699
- onClick: T
3714
+ onClick: E
3700
3715
  })) : a("v-if", !0),
3701
- C.value ? (D(), o("p", jo, N(x.value), 1)) : a("v-if", !0),
3702
- ee.value.length > 0 || e.optionsLoading ? (D(), i(gr, {
3716
+ T.value ? (D(), o("p", jo, N(C.value), 1)) : a("v-if", !0),
3717
+ O.value.length > 0 || e.optionsLoading ? (D(), i(gr, {
3703
3718
  key: 3,
3704
- class: S({ "pv-hide": !g.value }),
3719
+ class: S({ "pv-hide": !_.value }),
3705
3720
  "css-custom-properties": {
3706
3721
  width: "100%",
3707
3722
  maxWidth: "100%"
3708
3723
  },
3709
3724
  isList: !0
3710
3725
  }, {
3711
- default: pe(() => [e.optionsLoading ? (D(), o("div", Mo, [u(co, { variant: "dark" })])) : (D(!0), o(t, { key: 0 }, A(ee.value, (e, t) => (D(), i(yo, b({
3726
+ default: pe(() => [e.optionsLoading ? (D(), o("div", Mo, [u(co, { variant: "dark" })])) : (D(!0), o(t, { key: 0 }, te(O.value, (e, t) => (D(), i(yo, b({
3712
3727
  key: `${t}-${e.searchText}`,
3713
3728
  ref_for: !0
3714
3729
  }, e, {
3715
- onHandleSelected: (t) => O(e),
3730
+ onHandleSelected: (t) => j(e),
3716
3731
  config: c
3717
3732
  }), null, 16, ["onHandleSelected"]))), 128))]),
3718
3733
  _: 1
3719
3734
  }, 8, ["class"])) : a("v-if", !0)
3720
- ], 32)), [[ae(La), te]]);
3735
+ ], 32)), [[ae(La), k]]);
3721
3736
  }
3722
- }), [["styles", [".pv-query-builder-input-wrapper[data-v-4decbec2]{cursor:text;background:#f7f8f8;border:2px solid #0000;border-radius:.5rem;align-items:center;width:100%;min-height:2.25rem;padding:.25rem;font-size:.75rem;display:flex;position:relative}.pv-query-builder-input[data-v-4decbec2]{justify-content:start;overflow-x:hidden}.pv-query-builder-input-wrapper input[data-v-4decbec2]{background:0 0;border:none;outline:none;font-size:.75rem}.pv-query-builder-input-wrapper[data-v-4decbec2]:focus-within{border:2px solid #36c5ba}"]], ["__scopeId", "data-v-4decbec2"]]), Po = Object.defineProperty, Fo = Object.getOwnPropertySymbols, Io = Object.prototype.hasOwnProperty, Lo = Object.prototype.propertyIsEnumerable, Ro = (e, t, n) => t in e ? Po(e, t, {
3737
+ }), [["styles", [".pv-query-builder-input-wrapper[data-v-e2a82095]{background:var(--secondary-lighten-8,#f7f8f8);border-radius:var(--corner-radius-L,8px);border:1px solid var(--stroke-light,#e3e7ea);cursor:text;align-items:center;width:100%;min-height:2.25rem;padding:.25rem;font-size:.75rem;display:flex;position:relative}.pv-query-builder-input[data-v-e2a82095]{justify-content:start;overflow-x:hidden}.pv-query-builder-input-wrapper input[data-v-e2a82095]{background:0 0;border:none;outline:none;flex:1rem;min-width:1rem;font-size:.75rem}.pv-query-builder-input-wrapper[data-v-e2a82095]:focus-within{border:2px solid #36c5ba}"]], ["__scopeId", "data-v-e2a82095"]]), Po = Object.defineProperty, Fo = Object.getOwnPropertySymbols, Io = Object.prototype.hasOwnProperty, Lo = Object.prototype.propertyIsEnumerable, Ro = (e, t, n) => t in e ? Po(e, t, {
3723
3738
  enumerable: !0,
3724
3739
  configurable: !0,
3725
3740
  writable: !0,
@@ -4052,7 +4067,7 @@ var Ns = {
4052
4067
  getCommon({ name: e = "", theme: t = {}, params: n, set: r, defaults: i }) {
4053
4068
  let { preset: a, options: o } = t, s, c, l, u, d, f, p;
4054
4069
  if (Z(a) && o.transform !== "strict") {
4055
- let { primitive: t, semantic: n, extend: m } = a, h = n || {}, { colorScheme: g } = h, _ = ms(h, ["colorScheme"]), v = m || {}, { colorScheme: y } = v, b = ms(v, ["colorScheme"]), x = g || {}, { dark: S } = x, C = ms(x, ["dark"]), w = y || {}, { dark: T } = w, E = ms(w, ["dark"]), ee = Z(t) ? this._toVariables({ primitive: t }, o) : {}, D = Z(_) ? this._toVariables({ semantic: _ }, o) : {}, te = Z(C) ? this._toVariables({ light: C }, o) : {}, O = Z(S) ? this._toVariables({ dark: S }, o) : {}, k = Z(b) ? this._toVariables({ semantic: b }, o) : {}, A = Z(E) ? this._toVariables({ light: E }, o) : {}, j = Z(T) ? this._toVariables({ dark: T }, o) : {}, [ne, re] = [ee.declarations ?? "", ee.tokens], [M, N] = [D.declarations ?? "", D.tokens || []], [ie, P] = [te.declarations ?? "", te.tokens || []], [ae, oe] = [O.declarations ?? "", O.tokens || []], [se, ce] = [k.declarations ?? "", k.tokens || []], [le, ue] = [A.declarations ?? "", A.tokens || []], [de, F] = [j.declarations ?? "", j.tokens || []];
4070
+ let { primitive: t, semantic: n, extend: m } = a, h = n || {}, { colorScheme: g } = h, _ = ms(h, ["colorScheme"]), v = m || {}, { colorScheme: y } = v, b = ms(v, ["colorScheme"]), x = g || {}, { dark: S } = x, C = ms(x, ["dark"]), w = y || {}, { dark: T } = w, E = ms(w, ["dark"]), ee = Z(t) ? this._toVariables({ primitive: t }, o) : {}, D = Z(_) ? this._toVariables({ semantic: _ }, o) : {}, O = Z(C) ? this._toVariables({ light: C }, o) : {}, k = Z(S) ? this._toVariables({ dark: S }, o) : {}, A = Z(b) ? this._toVariables({ semantic: b }, o) : {}, te = Z(E) ? this._toVariables({ light: E }, o) : {}, j = Z(T) ? this._toVariables({ dark: T }, o) : {}, [ne, re] = [ee.declarations ?? "", ee.tokens], [M, N] = [D.declarations ?? "", D.tokens || []], [ie, P] = [O.declarations ?? "", O.tokens || []], [ae, oe] = [k.declarations ?? "", k.tokens || []], [se, ce] = [A.declarations ?? "", A.tokens || []], [le, ue] = [te.declarations ?? "", te.tokens || []], [de, F] = [j.declarations ?? "", j.tokens || []];
4056
4071
  s = this.transformCSS(e, ne, "light", "variable", o, r, i), c = re, l = `${this.transformCSS(e, `${M}${ie}`, "light", "variable", o, r, i)}${this.transformCSS(e, `${ae}`, "dark", "variable", o, r, i)}`, u = [...new Set([
4057
4072
  ...N,
4058
4073
  ...P,
@@ -4086,11 +4101,11 @@ var Ns = {
4086
4101
  "colorScheme",
4087
4102
  "extend",
4088
4103
  "css"
4089
- ]), h = f || {}, { colorScheme: g } = h, _ = ms(h, ["colorScheme"]), v = d || {}, { dark: y } = v, b = ms(v, ["dark"]), x = g || {}, { dark: S } = x, C = ms(x, ["dark"]), w = Z(m) ? this._toVariables({ [r]: fs(fs({}, m), _) }, n) : {}, T = Z(b) ? this._toVariables({ [r]: fs(fs({}, b), C) }, n) : {}, E = Z(y) ? this._toVariables({ [r]: fs(fs({}, y), S) }, n) : {}, [ee, D] = [w.declarations ?? "", w.tokens || []], [te, O] = [T.declarations ?? "", T.tokens || []], [k, A] = [E.declarations ?? "", E.tokens || []];
4090
- s = `${this.transformCSS(r, `${ee}${te}`, "light", "variable", n, i, a, o)}${this.transformCSS(r, k, "dark", "variable", n, i, a, o)}`, c = [...new Set([
4104
+ ]), h = f || {}, { colorScheme: g } = h, _ = ms(h, ["colorScheme"]), v = d || {}, { dark: y } = v, b = ms(v, ["dark"]), x = g || {}, { dark: S } = x, C = ms(x, ["dark"]), w = Z(m) ? this._toVariables({ [r]: fs(fs({}, m), _) }, n) : {}, T = Z(b) ? this._toVariables({ [r]: fs(fs({}, b), C) }, n) : {}, E = Z(y) ? this._toVariables({ [r]: fs(fs({}, y), S) }, n) : {}, [ee, D] = [w.declarations ?? "", w.tokens || []], [O, k] = [T.declarations ?? "", T.tokens || []], [A, te] = [E.declarations ?? "", E.tokens || []];
4105
+ s = `${this.transformCSS(r, `${ee}${O}`, "light", "variable", n, i, a, o)}${this.transformCSS(r, A, "dark", "variable", n, i, a, o)}`, c = [...new Set([
4091
4106
  ...D,
4092
- ...O,
4093
- ...A
4107
+ ...k,
4108
+ ...te
4094
4109
  ])], l = Go(p, { dt: ks });
4095
4110
  }
4096
4111
  return {
@@ -4449,10 +4464,10 @@ function Vs(e) {
4449
4464
  }
4450
4465
  var Hs = 0;
4451
4466
  function Us(e) {
4452
- var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = k(!1), r = k(e), i = k(null), a = rs() ? window.document : void 0, o = t.document, s = o === void 0 ? a : o, c = t.immediate, l = c === void 0 ? !0 : c, u = t.manual, d = u === void 0 ? !1 : u, f = t.name, p = f === void 0 ? `style_${++Hs}` : f, m = t.id, h = m === void 0 ? void 0 : m, g = t.media, _ = g === void 0 ? void 0 : g, v = t.nonce, y = v === void 0 ? void 0 : v, b = t.first, x = b === void 0 ? !1 : b, S = t.onMounted, C = S === void 0 ? void 0 : S, w = t.onUpdated, T = w === void 0 ? void 0 : w, E = t.onLoad, ee = E === void 0 ? void 0 : E, D = t.props, te = D === void 0 ? {} : D, A = function() {}, j = function(t) {
4467
+ var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = A(!1), r = A(e), i = A(null), a = rs() ? window.document : void 0, o = t.document, s = o === void 0 ? a : o, c = t.immediate, l = c === void 0 ? !0 : c, u = t.manual, d = u === void 0 ? !1 : u, f = t.name, p = f === void 0 ? `style_${++Hs}` : f, m = t.id, h = m === void 0 ? void 0 : m, g = t.media, _ = g === void 0 ? void 0 : g, v = t.nonce, y = v === void 0 ? void 0 : v, b = t.first, x = b === void 0 ? !1 : b, S = t.onMounted, C = S === void 0 ? void 0 : S, w = t.onUpdated, T = w === void 0 ? void 0 : w, E = t.onLoad, ee = E === void 0 ? void 0 : E, D = t.props, O = D === void 0 ? {} : D, te = function() {}, j = function(t) {
4453
4468
  var a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
4454
4469
  if (s) {
4455
- var o = Ls(Ls({}, te), a), c = o.name || p, l = o.id || h, u = o.nonce || y;
4470
+ var o = Ls(Ls({}, O), a), c = o.name || p, l = o.id || h, u = o.nonce || y;
4456
4471
  i.value = s.querySelector(`style[data-primevue-style-id="${c}"]`) || s.getElementById(l) || s.createElement("style"), i.value.isConnected || (r.value = t || e, ns(i.value, {
4457
4472
  type: "text/css",
4458
4473
  id: l,
@@ -4460,7 +4475,7 @@ function Us(e) {
4460
4475
  nonce: u
4461
4476
  }), x ? s.head.prepend(i.value) : s.head.appendChild(i.value), is(i.value, "data-primevue-style-id", c), ns(i.value, o), i.value.onload = function(e) {
4462
4477
  return ee?.(e, { name: c });
4463
- }, C?.(c)), !n.value && (A = F(r, function(e) {
4478
+ }, C?.(c)), !n.value && (te = F(r, function(e) {
4464
4479
  i.value.textContent = e, T?.(c);
4465
4480
  }, { immediate: !0 }), n.value = !0);
4466
4481
  }
@@ -4471,10 +4486,10 @@ function Us(e) {
4471
4486
  el: i,
4472
4487
  css: r,
4473
4488
  unload: function() {
4474
- !s || !n.value || (A(), es(i.value) && s.head.removeChild(i.value), n.value = !1, i.value = null);
4489
+ !s || !n.value || (te(), es(i.value) && s.head.removeChild(i.value), n.value = !1, i.value = null);
4475
4490
  },
4476
4491
  load: j,
4477
- isLoaded: O(n)
4492
+ isLoaded: k(n)
4478
4493
  };
4479
4494
  }
4480
4495
  //#endregion
@@ -4952,7 +4967,7 @@ var hc = {
4952
4967
  csp: { nonce: void 0 }
4953
4968
  }, gc = Symbol();
4954
4969
  function _c(e, t) {
4955
- var n = { config: te(t) };
4970
+ var n = { config: O(t) };
4956
4971
  return e.config.globalProperties.$primevue = n, e.provide(gc, n), yc(), bc(e, n), n;
4957
4972
  }
4958
4973
  var vc = [];
@@ -4962,7 +4977,7 @@ function yc() {
4962
4977
  }), vc = [];
4963
4978
  }
4964
4979
  function bc(e, t) {
4965
- var n = k(!1), r = function() {
4980
+ var n = A(!1), r = function() {
4966
4981
  if (t.config?.theme !== "none" && !$.isStyleNameLoaded("common")) {
4967
4982
  var e, n = sc.getCommonTheme?.call(sc) || {}, r = n.primitive, i = n.semantic, a = n.global, o = n.style, s = { nonce: (e = t.config) == null || (e = e.csp) == null ? void 0 : e.nonce };
4968
4983
  sc.load(r?.css, dc({ name: "primitive-variables" }, s)), sc.load(i?.css, dc({ name: "semantic-variables" }, s)), sc.load(a?.css, dc({ name: "global-variables" }, s)), sc.loadStyle(dc({ name: "global-style" }, s), o), $.setLoadedStyleName("common");
@@ -1800,6 +1800,7 @@ var Br = {
1800
1800
  secondaryText: { type: [Number, String] },
1801
1801
  subduedText: { type: String },
1802
1802
  icon: { type: String },
1803
+ hoverTitle: { type: String },
1803
1804
  companyName: { type: String },
1804
1805
  avatar: { type: Object },
1805
1806
  groupingLabel: { type: String },
@@ -1853,7 +1854,7 @@ var Br = {
1853
1854
  }, null, 8, ["name"])) : a("v-if", !0),
1854
1855
  s("div", Br, [s("span", {
1855
1856
  class: "pv-text-body-md pv-full-width pv-truncate",
1856
- title: e.text
1857
+ title: e.hoverTitle ?? e.text
1857
1858
  }, [s("span", {
1858
1859
  ref_key: "mainText",
1859
1860
  ref: c
@@ -1871,7 +1872,7 @@ var Br = {
1871
1872
  "pv-truncate",
1872
1873
  { "pv-text-subdued": !e.disabled }
1873
1874
  ]),
1874
- title: u.value
1875
+ title: e.hoverTitle ?? u.value
1875
1876
  }, N(u.value), 11, Hr)) : a("v-if", !0)]),
1876
1877
  e.secondaryText && typeof e.secondaryText == "number" ? (O(), i(dt, {
1877
1878
  key: 3,
@@ -2082,6 +2083,7 @@ var Br = {
2082
2083
  secondaryText: { type: [Number, String] },
2083
2084
  subduedText: { type: String },
2084
2085
  icon: { type: String },
2086
+ hoverTitle: { type: String },
2085
2087
  companyName: { type: String },
2086
2088
  avatar: { type: Object },
2087
2089
  groupingLabel: { type: String },
@@ -2324,6 +2326,7 @@ var Br = {
2324
2326
  secondaryText: { type: [Number, String] },
2325
2327
  subduedText: { type: String },
2326
2328
  icon: { type: String },
2329
+ hoverTitle: { type: String },
2327
2330
  companyName: { type: String },
2328
2331
  avatar: { type: Object },
2329
2332
  groupingLabel: { type: String },