@turquoisehealth/pit-viper 2.188.0 → 2.189.1-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 (39) hide show
  1. package/package.json +1 -1
  2. package/pv-components/dist/stats/vue/base/stats.html +1 -1
  3. package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
  4. package/pv-components/dist/stats/web/pv-company-label-stats.html +1 -1
  5. package/pv-components/dist/stats/web/pv-company-logo-stats.html +1 -1
  6. package/pv-components/dist/stats/web/pv-company-tag-stats.html +1 -1
  7. package/pv-components/dist/stats/web/pv-header-stats.html +1 -1
  8. package/pv-components/dist/stats/web/pv-menu-stats.html +1 -1
  9. package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
  10. package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
  11. package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
  12. package/pv-components/dist/stats/web/pv-table-of-contents-stats.html +4950 -0
  13. package/pv-components/dist/vue/base/components/base/PvCompanyLogo/PvCompanyLogo.vue.d.ts +3 -0
  14. package/pv-components/dist/vue/base/components/base/PvHeader/PvHeader.vue.d.ts +2 -0
  15. package/pv-components/dist/vue/base/components/base/PvTableOfContents/PvTableOfContents.vue.d.ts +19 -0
  16. package/pv-components/dist/vue/base/components/base/PvTableOfContents/types.d.ts +6 -0
  17. package/pv-components/dist/vue/base/components/base/index.d.ts +2 -0
  18. package/pv-components/dist/vue/base/pv-components-base.mjs +183 -149
  19. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  20. package/pv-components/dist/vue/visualizations/components/base/PvCompanyLogo/PvCompanyLogo.vue.d.ts +3 -0
  21. package/pv-components/dist/vue/visualizations/components/base/PvHeader/PvHeader.vue.d.ts +2 -0
  22. package/pv-components/dist/vue/visualizations/components/base/PvTableOfContents/PvTableOfContents.vue.d.ts +19 -0
  23. package/pv-components/dist/vue/visualizations/components/base/PvTableOfContents/types.d.ts +6 -0
  24. package/pv-components/dist/vue/visualizations/components/base/index.d.ts +2 -0
  25. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/table-chart-components/PvTableOptionsPanel.vue.d.ts +75 -2
  26. package/pv-components/dist/vue/visualizations/components/visualizations/index.d.ts +1 -0
  27. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +2304 -2243
  28. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  29. package/pv-components/dist/web/components/pv-company-label/pv-company-label.js +5 -1
  30. package/pv-components/dist/web/components/pv-company-logo/pv-company-logo.js +5 -1
  31. package/pv-components/dist/web/components/pv-company-tag/pv-company-tag.js +5 -1
  32. package/pv-components/dist/web/components/pv-header/pv-header.js +367 -363
  33. package/pv-components/dist/web/components/pv-menu/pv-menu.js +5 -1
  34. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +5 -1
  35. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +5 -1
  36. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +5 -1
  37. package/pv-components/dist/web/components/pv-table-of-contents/pv-table-of-contents.js +6234 -0
  38. package/pv-components/dist/web/pv-components.iife.js +13 -13
  39. package/pv-components/dist/web/pv-components.iife.js.map +1 -1
@@ -1615,13 +1615,17 @@ var Zn = { style: { width: "fit-content" } }, Qn = /* @__PURE__ */ d({
1615
1615
  toCamelCase: {
1616
1616
  type: Boolean,
1617
1617
  default: !0
1618
+ },
1619
+ toSnakeCase: {
1620
+ type: Boolean,
1621
+ default: !1
1618
1622
  }
1619
1623
  },
1620
1624
  setup(e) {
1621
1625
  let t = e, n = D(!0), i = r(() => Ne[t.size] || "32px"), a = r(() => ({
1622
1626
  "pv-icon": n.value,
1623
1627
  [`pv-company-${t.size}`]: t.size && !n.value
1624
- })), c = r(() => ({ width: i.value })), l = r(() => t.toCamelCase ? ue(t.name) + ".svg" : t.name + ".svg"), u = r(() => t.srcPathOverride ? t.srcPathOverride : `${t.basePath}/${l.value}`);
1628
+ })), c = r(() => ({ width: i.value })), l = r(() => t.toSnakeCase ? `${t.name.toLowerCase().replace(/[^a-z\s]/g, "").trim().replace(/\s+/g, "_")}.svg` : t.toCamelCase ? ue(t.name) + ".svg" : t.name + ".svg"), u = r(() => t.srcPathOverride ? t.srcPathOverride : `${t.basePath}/${l.value}`);
1625
1629
  return V(u, () => {
1626
1630
  n.value = !0;
1627
1631
  }), (e, t) => (T(), o("div", or, [n.value ? (T(), o("div", {
@@ -3631,39 +3635,43 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
3631
3635
  ], 8, ma));
3632
3636
  }
3633
3637
  }), _a = {
3634
- class: "pv-inset-square pv-flex pv-space-between pv-border-bottom",
3635
- style: { "--inset-size": "0.5rem 1rem" }
3636
- }, va = {
3637
3638
  key: 0,
3638
3639
  class: "pv-text-title-lg"
3639
- }, ya = ["id"], ba = { class: "pv-flex" }, xa = ["id"], Sa = {
3640
+ }, va = ["id"], ya = { class: "pv-flex" }, ba = ["id"], xa = {
3640
3641
  key: 0,
3641
3642
  class: "pv-border-left",
3642
3643
  style: { "padding-inline-start": "0.5rem" }
3643
- }, Ca = /* @__PURE__ */ d({
3644
+ }, Sa = /* @__PURE__ */ d({
3644
3645
  __name: "PvHeader",
3645
3646
  props: {
3646
3647
  title: {},
3647
3648
  showAskTqButton: { type: Boolean },
3648
3649
  askTqButtonId: { default: "asktq-launch-button" },
3649
3650
  headerTitleId: { default: "header-title" },
3650
- headerActionsId: { default: "header-actions" }
3651
+ headerActionsId: { default: "header-actions" },
3652
+ sticky: {
3653
+ type: Boolean,
3654
+ default: !1
3655
+ }
3651
3656
  },
3652
3657
  setup(e) {
3653
- return (t, n) => (T(), o("div", _a, [e.title ? (T(), o("span", va, N(e.title), 1)) : (T(), o("div", {
3658
+ return (t, n) => (T(), o("div", {
3659
+ class: y(["pv-inset-square pv-flex pv-space-between pv-border-bottom", { "pv-sticky pv-surface": e.sticky }]),
3660
+ style: { "--inset-size": "0.5rem 1rem" }
3661
+ }, [e.title ? (T(), o("span", _a, N(e.title), 1)) : (T(), o("div", {
3654
3662
  key: 1,
3655
3663
  id: e.headerTitleId,
3656
3664
  class: "pv-flex"
3657
- }, [k(t.$slots, "left")], 8, ya)), s("div", ba, [s("div", {
3665
+ }, [k(t.$slots, "left")], 8, va)), s("div", ya, [s("div", {
3658
3666
  id: e.headerActionsId,
3659
3667
  class: "pv-flex"
3660
- }, [k(t.$slots, "right")], 8, xa), e.showAskTqButton ? (T(), o("div", Sa, [u(He, {
3668
+ }, [k(t.$slots, "right")], 8, ba), e.showAskTqButton ? (T(), o("div", xa, [u(He, {
3661
3669
  id: e.askTqButtonId,
3662
3670
  label: "",
3663
3671
  size: "lg"
3664
- }, null, 8, ["id"])])) : a("", !0)])]));
3672
+ }, null, 8, ["id"])])) : a("", !0)])], 2));
3665
3673
  }
3666
- }), wa = { class: "pv-flex" }, Ta = /* @__PURE__ */ d({
3674
+ }), Ca = { class: "pv-flex" }, wa = /* @__PURE__ */ d({
3667
3675
  __name: "PvCompanyLabel",
3668
3676
  props: {
3669
3677
  size: { default: "md" },
@@ -3676,15 +3684,15 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
3676
3684
  sm: "pv-text-body-md",
3677
3685
  md: "pv-text-body-md"
3678
3686
  };
3679
- return (n, r) => (T(), o("div", wa, [u(cr, {
3687
+ return (n, r) => (T(), o("div", Ca, [u(cr, {
3680
3688
  name: e.logo ? e.logo : e.label,
3681
3689
  size: e.size
3682
3690
  }, null, 8, ["name", "size"]), s("span", { class: y(t[e.size]) }, N(e.label), 3)]));
3683
3691
  }
3684
- }), Ea = ["data-more"], Da = ["src", "alt"], Oa = {
3692
+ }), Ta = ["data-more"], Ea = ["src", "alt"], Da = {
3685
3693
  key: 2,
3686
3694
  class: "pv-avatar-sm"
3687
- }, ka = /* @__PURE__ */ d({
3695
+ }, Oa = /* @__PURE__ */ d({
3688
3696
  __name: "PvAvatarGroup",
3689
3697
  props: {
3690
3698
  items: {},
@@ -3707,15 +3715,15 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
3707
3715
  key: 1,
3708
3716
  src: e.image,
3709
3717
  alt: e.alt ?? ""
3710
- }, null, 8, Da)) : (T(), o("div", Oa))]))), 128))], 8, Ea));
3718
+ }, null, 8, Ea)) : (T(), o("div", Da))]))), 128))], 8, Ta));
3711
3719
  }
3712
- }), Aa = ["for"], ja = [
3720
+ }), ka = ["for"], Aa = [
3713
3721
  "id",
3714
3722
  "type",
3715
3723
  "value",
3716
3724
  "name",
3717
3725
  "disabled"
3718
- ], Ma = { key: 1 }, Na = /* @__PURE__ */ d({
3726
+ ], ja = { key: 1 }, Ma = /* @__PURE__ */ d({
3719
3727
  __name: "PvToggleButton",
3720
3728
  props: /* @__PURE__ */ g({
3721
3729
  size: { default: "xl" },
@@ -3756,25 +3764,25 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
3756
3764
  value: e.value,
3757
3765
  name: e.name,
3758
3766
  disabled: e.disabled
3759
- }, null, 8, ja), [[z, n.value]]),
3767
+ }, null, 8, Aa), [[z, n.value]]),
3760
3768
  e.leftIcon ? (T(), i(K, {
3761
3769
  key: 0,
3762
3770
  name: e.leftIcon
3763
3771
  }, null, 8, ["name"])) : a("", !0),
3764
- e.label ? (T(), o("span", Ma, N(e.label), 1)) : a("", !0),
3772
+ e.label ? (T(), o("span", ja, N(e.label), 1)) : a("", !0),
3765
3773
  e.rightIcon ? (T(), i(K, {
3766
3774
  key: 2,
3767
3775
  name: e.rightIcon
3768
3776
  }, null, 8, ["name"])) : a("", !0)
3769
- ], 10, Aa));
3777
+ ], 10, ka));
3770
3778
  }
3771
- }), Pa = { class: "pv-flex" }, Fa = [
3779
+ }), Na = { class: "pv-flex" }, Pa = [
3772
3780
  "name",
3773
3781
  "value",
3774
3782
  "checked",
3775
3783
  "disabled",
3776
3784
  "onChange"
3777
- ], Ia = { key: 1 }, La = /* @__PURE__ */ d({
3785
+ ], Fa = { key: 1 }, Ia = /* @__PURE__ */ d({
3778
3786
  __name: "PvToggleGroup",
3779
3787
  props: /* @__PURE__ */ g({
3780
3788
  disabled: { type: Boolean },
@@ -3796,7 +3804,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
3796
3804
  r.value = e;
3797
3805
  }
3798
3806
  };
3799
- return (n, u) => (T(), o("div", Pa, [(T(!0), o(t, null, O(e.options, (t) => (T(), i(er, {
3807
+ return (n, u) => (T(), o("div", Na, [(T(!0), o(t, null, O(e.options, (t) => (T(), i(er, {
3800
3808
  key: t.value,
3801
3809
  description: e.hideLabels ? t.label : ""
3802
3810
  }, {
@@ -3809,21 +3817,21 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
3809
3817
  class: "pv-radio",
3810
3818
  disabled: e.disabled || t.disabled,
3811
3819
  onChange: (e) => l(t)
3812
- }, null, 40, Fa),
3820
+ }, null, 40, Pa),
3813
3821
  t.icon ? (T(), i(K, {
3814
3822
  key: 0,
3815
3823
  name: t.icon
3816
3824
  }, null, 8, ["name"])) : a("", !0),
3817
- e.hideLabels ? a("", !0) : (T(), o("span", Ia, N(t.label), 1))
3825
+ e.hideLabels ? a("", !0) : (T(), o("span", Fa, N(t.label), 1))
3818
3826
  ], 2)]),
3819
3827
  _: 2
3820
3828
  }, 1032, ["description"]))), 128))]));
3821
3829
  }
3822
- }), Ra = [
3830
+ }), La = [
3823
3831
  "aria-label",
3824
3832
  "disabled",
3825
3833
  "indeterminate"
3826
- ], za = /* @__PURE__ */ d({
3834
+ ], Ra = /* @__PURE__ */ d({
3827
3835
  __name: "PvCheckbox",
3828
3836
  props: /* @__PURE__ */ g({
3829
3837
  disabled: { type: Boolean },
@@ -3845,13 +3853,13 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
3845
3853
  "aria-label": e.ariaLabel,
3846
3854
  disabled: e.disabled,
3847
3855
  indeterminate: e.indeterminate
3848
- }, null, 8, Ra)), [[R, t.value]]);
3856
+ }, null, 8, La)), [[R, t.value]]);
3849
3857
  }
3850
- }), Ba = ["aria-label", "aria-labelledby"], Va = ["id"], Ha = [
3858
+ }), za = ["aria-label", "aria-labelledby"], Ba = ["id"], Va = [
3851
3859
  "name",
3852
3860
  "value",
3853
3861
  "disabled"
3854
- ], Ua = /* @__PURE__ */ d({
3862
+ ], Ha = /* @__PURE__ */ d({
3855
3863
  __name: "PvRadioGroup",
3856
3864
  props: /* @__PURE__ */ g({
3857
3865
  options: { default: () => [] },
@@ -3882,7 +3890,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
3882
3890
  key: 0,
3883
3891
  id: P(u),
3884
3892
  class: "pv-label pv-stack-8"
3885
- }, N(e.label), 9, Va)) : a("", !0), s("div", {
3893
+ }, N(e.label), 9, Ba)) : a("", !0), s("div", {
3886
3894
  class: y(e.orientation === "horizontal" ? "pv-flex" : "pv-flex-vertical"),
3887
3895
  style: x(f.value)
3888
3896
  }, [(T(!0), o(t, null, O(e.options, (t) => (T(), o("label", {
@@ -3895,9 +3903,9 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
3895
3903
  name: d.value,
3896
3904
  value: t.value,
3897
3905
  disabled: e.disabled || t.disabled
3898
- }, null, 8, Ha), [[B, i.value]]), l(" " + N(t.label), 1)]))), 128))], 6)], 8, Ba));
3906
+ }, null, 8, Va), [[B, i.value]]), l(" " + N(t.label), 1)]))), 128))], 6)], 8, za));
3899
3907
  }
3900
- }), Wa = /* @__PURE__ */ d({
3908
+ }), Ua = /* @__PURE__ */ d({
3901
3909
  __name: "PvSprite",
3902
3910
  props: {
3903
3911
  src: {},
@@ -3918,7 +3926,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
3918
3926
  id: "pv-sprite-content"
3919
3927
  }, null, -1)]));
3920
3928
  }
3921
- }), Ga = /* @__PURE__ */ d({
3929
+ }), Wa = /* @__PURE__ */ d({
3922
3930
  __name: "PvSkeleton",
3923
3931
  props: {
3924
3932
  size: { default: "md" },
@@ -3938,14 +3946,14 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
3938
3946
  width: e.variant === "square" ? t[e.size] : "100%"
3939
3947
  }, null, 8, ["height", "width"]));
3940
3948
  }
3941
- }), Ka = ["for"], qa = [
3949
+ }), Ga = ["for"], Ka = [
3942
3950
  "disabled",
3943
3951
  "type",
3944
3952
  "placeholder",
3945
3953
  "id",
3946
3954
  "data-invalid",
3947
3955
  "step"
3948
- ], Ja = /* @__PURE__ */ d({
3956
+ ], qa = /* @__PURE__ */ d({
3949
3957
  __name: "PvInput",
3950
3958
  props: /* @__PURE__ */ g({
3951
3959
  error: { type: Boolean },
@@ -3969,7 +3977,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
3969
3977
  "data-testid": "pv-input-label",
3970
3978
  class: "pv-label pv-stack-8",
3971
3979
  for: e.id
3972
- }, [k(r.$slots, "label")], 8, Ka)) : a("", !0),
3980
+ }, [k(r.$slots, "label")], 8, Ga)) : a("", !0),
3973
3981
  U(s("input", {
3974
3982
  "onUpdate:modelValue": i[0] ||= (e) => n.value = e,
3975
3983
  "data-testid": "pv-input",
@@ -3983,7 +3991,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
3983
3991
  id: e.id,
3984
3992
  "data-invalid": e.error ? !0 : void 0,
3985
3993
  step: e.step
3986
- }, null, 10, qa), [[z, n.value]]),
3994
+ }, null, 10, Ka), [[z, n.value]]),
3987
3995
  e.lowerLabel ? (T(), o("p", {
3988
3996
  key: 1,
3989
3997
  "data-testid": "pv-input-lower-label",
@@ -3995,7 +4003,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
3995
4003
  }, N(e.lowerLabel), 3)) : a("", !0)
3996
4004
  ], 64));
3997
4005
  }
3998
- }), Ya = ["data-rating"], Xa = ["value"], Za = /* @__PURE__ */ d({
4006
+ }), Ja = ["data-rating"], Ya = ["value"], Xa = /* @__PURE__ */ d({
3999
4007
  __name: "PvRating",
4000
4008
  props: {
4001
4009
  variant: { default: "dot" },
@@ -4014,9 +4022,9 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4014
4022
  min: "0",
4015
4023
  max: "5",
4016
4024
  value: e.value
4017
- }, "4.0 stars", 8, Xa)], 12, Ya));
4025
+ }, "4.0 stars", 8, Ya)], 12, Ja));
4018
4026
  }
4019
- }), Qa = /* @__PURE__ */ d({
4027
+ }), Za = /* @__PURE__ */ d({
4020
4028
  __name: "PvCard",
4021
4029
  props: {
4022
4030
  href: {},
@@ -4042,34 +4050,34 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4042
4050
  "class"
4043
4051
  ]));
4044
4052
  }
4045
- }), $a = /* @__PURE__ */ d({
4053
+ }), Qa = /* @__PURE__ */ d({
4046
4054
  __name: "PvWidget",
4047
4055
  setup(e) {
4048
- return (e, t) => (T(), i(Qa, { class: "pv-inset-square-16" }, {
4056
+ return (e, t) => (T(), i(Za, { class: "pv-inset-square-16" }, {
4049
4057
  default: H(() => [k(e.$slots, "default")]),
4050
4058
  _: 3
4051
4059
  }));
4052
4060
  }
4053
- }), eo = {
4061
+ }), $a = {
4054
4062
  class: "pv-flex-vertical",
4055
4063
  style: {
4056
4064
  "--flex-align": "flex-start",
4057
4065
  "--flex-gap": "0.25rem"
4058
4066
  }
4059
- }, to = {
4067
+ }, eo = {
4060
4068
  key: 0,
4061
4069
  class: "pv-flex",
4062
4070
  style: { "--flex-gap": "0.25rem" }
4063
- }, no = { class: "pv-text-body-sm" }, ro = {
4071
+ }, to = { class: "pv-text-body-sm" }, no = {
4064
4072
  key: 1,
4065
4073
  class: "pv-text-body-sm pv-text-tertiary"
4066
- }, io = {
4074
+ }, ro = {
4067
4075
  key: 2,
4068
4076
  class: "pv-heading-2"
4069
- }, ao = {
4077
+ }, io = {
4070
4078
  key: 3,
4071
4079
  class: "pv-text-body-md pv-text-secondary pv-text-subdued"
4072
- }, oo = /* @__PURE__ */ q(/* @__PURE__ */ d({
4080
+ }, ao = /* @__PURE__ */ q(/* @__PURE__ */ d({
4073
4081
  __name: "PvInsightCard",
4074
4082
  props: {
4075
4083
  icon: { default: "ai" },
@@ -4089,22 +4097,22 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4089
4097
  emits: ["click", "icon-click"],
4090
4098
  setup(e) {
4091
4099
  let t = e, n = r(() => t.icon || t.insight);
4092
- return (t, r) => (T(), i(Qa, {
4100
+ return (t, r) => (T(), i(Za, {
4093
4101
  variant: "secondary",
4094
4102
  interactive: e.interactive,
4095
4103
  onClick: r[1] ||= (e) => t.$emit("click"),
4096
4104
  class: "pv-relative"
4097
4105
  }, {
4098
- default: H(() => [s("div", eo, [
4099
- n.value ? (T(), o("div", to, [e.icon ? (T(), i(K, {
4106
+ default: H(() => [s("div", $a, [
4107
+ n.value ? (T(), o("div", eo, [e.icon ? (T(), i(K, {
4100
4108
  key: 0,
4101
4109
  style: { color: "#218c88" },
4102
4110
  name: e.icon,
4103
4111
  size: 12
4104
- }, null, 8, ["name"])) : a("", !0), s("span", no, N(e.insight), 1)])) : a("", !0),
4105
- e.upperLabel ? (T(), o("span", ro, N(e.upperLabel), 1)) : a("", !0),
4106
- e.title ? (T(), o("span", io, N(e.title), 1)) : a("", !0),
4107
- e.description ? (T(), o("span", ao, N(e.description), 1)) : a("", !0)
4112
+ }, null, 8, ["name"])) : a("", !0), s("span", to, N(e.insight), 1)])) : a("", !0),
4113
+ e.upperLabel ? (T(), o("span", no, N(e.upperLabel), 1)) : a("", !0),
4114
+ e.title ? (T(), o("span", ro, N(e.title), 1)) : a("", !0),
4115
+ e.description ? (T(), o("span", io, N(e.description), 1)) : a("", !0)
4108
4116
  ]), e.showButton ? (T(), i(J, {
4109
4117
  key: 0,
4110
4118
  "left-icon": "new-tab",
@@ -4117,7 +4125,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4117
4125
  _: 1
4118
4126
  }, 8, ["interactive"]));
4119
4127
  }
4120
- }), [["__scopeId", "data-v-c1185c07"]]), so = /* @__PURE__ */ q(/* @__PURE__ */ d({
4128
+ }), [["__scopeId", "data-v-c1185c07"]]), oo = /* @__PURE__ */ q(/* @__PURE__ */ d({
4121
4129
  __name: "PvExpandableContent",
4122
4130
  props: {
4123
4131
  lines: { default: 4 },
@@ -4155,7 +4163,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4155
4163
  "left-icon": i.value ? "chevron-up" : "chevron-down"
4156
4164
  }, null, 8, ["label", "left-icon"])], 6));
4157
4165
  }
4158
- }), [["__scopeId", "data-v-06cc192f"]]), co = { class: "pv-text-body-md" }, lo = /* @__PURE__ */ d({
4166
+ }), [["__scopeId", "data-v-06cc192f"]]), so = { class: "pv-text-body-md" }, co = /* @__PURE__ */ d({
4159
4167
  __name: "PvToast",
4160
4168
  props: {
4161
4169
  variant: { default: "info" },
@@ -4180,7 +4188,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4180
4188
  name: e.icon ? e.icon : n[e.variant],
4181
4189
  size: 20
4182
4190
  }, null, 8, ["name"]),
4183
- s("p", co, N(e.label), 1),
4191
+ s("p", so, N(e.label), 1),
4184
4192
  k(r.$slots, "default"),
4185
4193
  u(J, {
4186
4194
  variant: "ghost",
@@ -4192,22 +4200,22 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4192
4200
  }, null, 8, ["inverse"])
4193
4201
  ], 2));
4194
4202
  }
4195
- }), uo = ["data-style"], fo = /* @__PURE__ */ d({
4203
+ }), lo = ["data-style"], uo = /* @__PURE__ */ d({
4196
4204
  __name: "PvActionBar",
4197
4205
  props: { variant: { default: "white" } },
4198
4206
  setup(e) {
4199
4207
  return (t, n) => (T(), o("div", {
4200
4208
  class: "pv-action-bar-container",
4201
4209
  "data-style": e.variant === "white" ? "white" : void 0
4202
- }, [k(t.$slots, "default")], 8, uo));
4210
+ }, [k(t.$slots, "default")], 8, lo));
4203
4211
  }
4204
- }), po = ["for"], mo = [
4212
+ }), fo = ["for"], po = [
4205
4213
  "rows",
4206
4214
  "disabled",
4207
4215
  "placeholder",
4208
4216
  "id",
4209
4217
  "data-invalid"
4210
- ], ho = /* @__PURE__ */ d({
4218
+ ], mo = /* @__PURE__ */ d({
4211
4219
  __name: "PvTextArea",
4212
4220
  props: /* @__PURE__ */ g({
4213
4221
  error: { type: Boolean },
@@ -4229,7 +4237,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4229
4237
  key: 0,
4230
4238
  class: "pv-label pv-stack-8",
4231
4239
  for: e.id
4232
- }, [k(r.$slots, "label")], 8, po)) : a("", !0),
4240
+ }, [k(r.$slots, "label")], 8, fo)) : a("", !0),
4233
4241
  U(s("textarea", _(r.$attrs, {
4234
4242
  "onUpdate:modelValue": i[0] ||= (e) => n.value = e,
4235
4243
  class: ["pv-textarea", {
@@ -4241,7 +4249,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4241
4249
  placeholder: e.placeholder,
4242
4250
  id: e.id,
4243
4251
  "data-invalid": e.error ? !0 : void 0
4244
- }), null, 16, mo), [[te, n.value]]),
4252
+ }), null, 16, po), [[te, n.value]]),
4245
4253
  e.lowerLabel ? (T(), o("p", {
4246
4254
  key: 1,
4247
4255
  style: { "margin-left": "12px" },
@@ -4252,20 +4260,20 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4252
4260
  }, N(e.lowerLabel), 3)) : a("", !0)
4253
4261
  ], 64));
4254
4262
  }
4255
- }), go = {
4263
+ }), ho = {
4256
4264
  class: "pv-flex pv-truncate",
4257
4265
  style: {
4258
4266
  "min-width": "0",
4259
4267
  "min-height": "20px"
4260
4268
  }
4261
- }, _o = ["title"], vo = /* @__PURE__ */ d({
4269
+ }, go = ["title"], _o = /* @__PURE__ */ d({
4262
4270
  __name: "PvSimpleItemTree",
4263
4271
  props: {
4264
4272
  label: {},
4265
4273
  icon: {}
4266
4274
  },
4267
4275
  setup(e) {
4268
- return (t, n) => (T(), o("div", go, [e.icon ? (T(), i(K, {
4276
+ return (t, n) => (T(), o("div", ho, [e.icon ? (T(), i(K, {
4269
4277
  key: 0,
4270
4278
  name: e.icon
4271
4279
  }, null, 8, ["name"])) : a("", !0), s("span", {
@@ -4275,9 +4283,9 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4275
4283
  "min-width": "0"
4276
4284
  },
4277
4285
  title: e.label
4278
- }, N(e.label), 9, _o)]));
4286
+ }, N(e.label), 9, go)]));
4279
4287
  }
4280
- }), yo = /* @__PURE__ */ q(/* @__PURE__ */ d({
4288
+ }), vo = /* @__PURE__ */ q(/* @__PURE__ */ d({
4281
4289
  __name: "PvTreeReorderIcon",
4282
4290
  setup(e) {
4283
4291
  return (e, t) => (T(), i(K, {
@@ -4285,7 +4293,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4285
4293
  class: "reorder-icon pv-text-tertiary"
4286
4294
  }));
4287
4295
  }
4288
- }), [["__scopeId", "data-v-1efb9068"]]), bo = /* @__PURE__ */ d({
4296
+ }), [["__scopeId", "data-v-1efb9068"]]), yo = /* @__PURE__ */ d({
4289
4297
  __name: "PvButtonTreeItem",
4290
4298
  props: {
4291
4299
  selected: { type: Boolean },
@@ -4320,7 +4328,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4320
4328
  _: 3
4321
4329
  }, 8, ["class"]));
4322
4330
  }
4323
- }), xo = /* @__PURE__ */ d({
4331
+ }), bo = /* @__PURE__ */ d({
4324
4332
  __name: "PvCheckboxTreeItem",
4325
4333
  props: {
4326
4334
  selected: { type: Boolean },
@@ -4349,13 +4357,13 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4349
4357
  "pv-tree-item-selected": e.selected,
4350
4358
  "pv-tree-item-disabled": e.disableSelection
4351
4359
  }
4352
- ]) }, [e.disableSelection ? a("", !0) : (T(), i(za, {
4360
+ ]) }, [e.disableSelection ? a("", !0) : (T(), i(Ra, {
4353
4361
  key: 0,
4354
4362
  checked: e.selected,
4355
4363
  onClick: s
4356
4364
  }, null, 8, ["checked"])), k(t.$slots, "default")], 2));
4357
4365
  }
4358
- }), So = () => {
4366
+ }), xo = () => {
4359
4367
  let e = D(null);
4360
4368
  return {
4361
4369
  hoveredId: e,
@@ -4366,15 +4374,15 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4366
4374
  e.value = null;
4367
4375
  }
4368
4376
  };
4369
- }, Co = Symbol("DraggingStateKey"), wo = Symbol("DraggingGroupNameKey"), To = Symbol("DropIndicatorKey"), Eo = () => {
4377
+ }, So = Symbol("DraggingStateKey"), Co = Symbol("DraggingGroupNameKey"), wo = Symbol("DropIndicatorKey"), To = () => {
4370
4378
  let e = D(!1), t = D(null), n = D(null);
4371
- return E(Co, e), E(wo, t), E(To, n), {
4379
+ return E(So, e), E(Co, t), E(wo, n), {
4372
4380
  isDragging: e,
4373
4381
  draggingGroupName: t,
4374
4382
  dropIndicator: n
4375
4383
  };
4376
- }, Do = () => {
4377
- let e = m(Co, D(!1)), t = m(wo, D(null)), n = m(To, D(null)), r = (n) => {
4384
+ }, Eo = () => {
4385
+ let e = m(So, D(!1)), t = m(Co, D(null)), n = m(wo, D(null)), r = (n) => {
4378
4386
  e.value = !0, t.value = n ?? null;
4379
4387
  }, i = () => {
4380
4388
  e.value = !1, t.value = null, o();
@@ -4396,8 +4404,8 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4396
4404
  onDragStart: r,
4397
4405
  onDragEnd: i
4398
4406
  };
4399
- }, Oo = () => {
4400
- let { setDropIndicator: e, clearDropIndicator: t } = Do();
4407
+ }, Do = () => {
4408
+ let { setDropIndicator: e, clearDropIndicator: t } = Eo();
4401
4409
  return {
4402
4410
  getDragGroupConfig: (e, t) => {
4403
4411
  let n = e[t.field]?.dragAndDropConfig;
@@ -4432,8 +4440,8 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4432
4440
  return i === !1 ? !1 : i === !0 || !n ? !0 : Array.isArray(i) ? i.includes(n) : (r?.name ?? "pv-tree") === n;
4433
4441
  }
4434
4442
  };
4435
- }, ko = () => {
4436
- let { dropIndicator: e } = Do();
4443
+ }, Oo = () => {
4444
+ let { dropIndicator: e } = Eo();
4437
4445
  return { dragAndDropIndicatorClasses: (t) => {
4438
4446
  let n = e.value, r = n?.siblingTargetId !== void 0 && n?.siblingTargetId !== null && n?.siblingTargetId === t.node_id;
4439
4447
  return {
@@ -4442,13 +4450,13 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4442
4450
  "pv-drop-indicator-parent": n?.parentId === t.node_id
4443
4451
  };
4444
4452
  } };
4445
- }, Ao = { class: "pv-flex pv-full-width" }, jo = {
4453
+ }, ko = { class: "pv-flex pv-full-width" }, Ao = {
4446
4454
  key: 0,
4447
4455
  class: "tree-component-nested-middle-symbol"
4448
- }, Mo = {
4456
+ }, jo = {
4449
4457
  key: 1,
4450
4458
  class: "tree-component-end-symbol"
4451
- }, No = ["data-parent-id"], Po = /* @__PURE__ */ q(/* @__PURE__ */ d({
4459
+ }, Mo = ["data-parent-id"], No = /* @__PURE__ */ q(/* @__PURE__ */ d({
4452
4460
  __name: "PvSimpleNestedTreeItem",
4453
4461
  props: {
4454
4462
  option: {},
@@ -4465,9 +4473,9 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4465
4473
  },
4466
4474
  emits: ["handle-tree-select", "update:children"],
4467
4475
  setup(e, { emit: t }) {
4468
- let n = e, c = t, { isDragging: l, draggingGroupName: d, onDragStart: f, onDragEnd: p } = Do(), { dragAndDropIndicatorClasses: m } = ko(), { hoveredId: h, handleMouseEnter: g, handleMouseLeave: _ } = So(), { canItemBeDragged: v, getDragAndDropDisabled: b, handleMoveCallback: S, getDragGroupConfig: C, canAcceptDrop: w } = Oo(), E = () => {
4476
+ let n = e, c = t, { isDragging: l, draggingGroupName: d, onDragStart: f, onDragEnd: p } = Eo(), { dragAndDropIndicatorClasses: m } = Oo(), { hoveredId: h, handleMouseEnter: g, handleMouseLeave: _ } = xo(), { canItemBeDragged: v, getDragAndDropDisabled: b, handleMoveCallback: S, getDragGroupConfig: C, canAcceptDrop: w } = Do(), E = () => {
4469
4477
  f(C(n.settings, n.option).name);
4470
- }, D = (e) => n.selectedOptions && n.selectedOptions.some((t) => t.node_id === e), O = r(() => n.settings[n.option.field]?.checkbox ? xo : bo), k = r(() => n.settings[n.parentField]?.showNestedTree), M = r(() => n.index === n.totalSiblings - 1), N = r({
4478
+ }, D = (e) => n.selectedOptions && n.selectedOptions.some((t) => t.node_id === e), O = r(() => n.settings[n.option.field]?.checkbox ? bo : yo), k = r(() => n.settings[n.parentField]?.showNestedTree), M = r(() => n.index === n.totalSiblings - 1), N = r({
4471
4479
  get: () => [...n.option.children || []],
4472
4480
  set: (e) => {
4473
4481
  c("update:children", {
@@ -4497,7 +4505,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4497
4505
  onMouseleave: n[2] ||= (e) => P(_)(),
4498
4506
  onContextmenu: n[3] ||= W((t) => e.settings[e.option.field]?.rendererParams?.onContextMenu?.(t, e.option), ["stop"])
4499
4507
  }, {
4500
- default: H(() => [U(u(yo, null, null, 512), [[ne, P(h) === e.option.node_id && P(v)(e.isDraggable, e.settings, e.option)]]), s("div", Ao, [!M.value && k.value ? (T(), o("div", jo)) : k.value ? (T(), o("div", Mo)) : a("", !0), e.settings[e.option.field]?.renderer ? (T(), i(j(e.settings[e.option.field]?.renderer), {
4508
+ default: H(() => [U(u(vo, null, null, 512), [[ne, P(h) === e.option.node_id && P(v)(e.isDraggable, e.settings, e.option)]]), s("div", ko, [!M.value && k.value ? (T(), o("div", Ao)) : k.value ? (T(), o("div", jo)) : a("", !0), e.settings[e.option.field]?.renderer ? (T(), i(j(e.settings[e.option.field]?.renderer), {
4501
4509
  key: 2,
4502
4510
  option: e.option,
4503
4511
  settings: e.settings,
@@ -4508,7 +4516,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4508
4516
  "settings",
4509
4517
  "is-draggable",
4510
4518
  "params"
4511
- ])) : (T(), i(vo, {
4519
+ ])) : (T(), i(_o, {
4512
4520
  key: 3,
4513
4521
  label: e.option.label,
4514
4522
  icon: e.settings[e.option.field]?.icon
@@ -4570,13 +4578,13 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4570
4578
  "class",
4571
4579
  "onEnd",
4572
4580
  "onAdd"
4573
- ])], 8, No)], 6);
4581
+ ])], 8, Mo)], 6);
4574
4582
  };
4575
4583
  }
4576
- }), [["__scopeId", "data-v-ecab1929"]]), Fo = {
4584
+ }), [["__scopeId", "data-v-ecab1929"]]), Po = {
4577
4585
  class: "pv-flow",
4578
4586
  style: { "--flow-size": "0px" }
4579
- }, Io = ["data-parent-id"], Lo = /* @__PURE__ */ q(/* @__PURE__ */ d({
4587
+ }, Fo = ["data-parent-id"], Io = /* @__PURE__ */ q(/* @__PURE__ */ d({
4580
4588
  __name: "PvSimpleNestedTree",
4581
4589
  props: {
4582
4590
  option: {},
@@ -4589,9 +4597,9 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4589
4597
  },
4590
4598
  emits: ["handle-tree-select", "update:children"],
4591
4599
  setup(e, { emit: t }) {
4592
- let n = e, a = t, { hoveredId: c, handleMouseEnter: l, handleMouseLeave: d } = So(), { getDragAndDropDisabled: f, canItemBeDragged: p, handleMoveCallback: m, getDragGroupConfig: h, canAcceptDrop: g } = Oo(), { isDragging: _, draggingGroupName: v, onDragStart: b, onDragEnd: S } = Do(), { dragAndDropIndicatorClasses: C } = ko(), w = () => {
4600
+ let n = e, a = t, { hoveredId: c, handleMouseEnter: l, handleMouseLeave: d } = xo(), { getDragAndDropDisabled: f, canItemBeDragged: p, handleMoveCallback: m, getDragGroupConfig: h, canAcceptDrop: g } = Do(), { isDragging: _, draggingGroupName: v, onDragStart: b, onDragEnd: S } = Eo(), { dragAndDropIndicatorClasses: C } = Oo(), w = () => {
4593
4601
  b(h(n.settings, n.option).name);
4594
- }, E = r(() => n.settings[n.option.field]?.additionalNestingLevel ?? 0), D = r(() => n.settings[n.option.field]?.showNestedTree ? n.level + E.value : n.level + 1 + E.value), O = (e) => n.selectedOptions && n.selectedOptions.some((t) => t.node_id === e), k = (e) => n.settings[e.field]?.checkbox ? xo : bo, A = r({
4602
+ }, E = r(() => n.settings[n.option.field]?.additionalNestingLevel ?? 0), D = r(() => n.settings[n.option.field]?.showNestedTree ? n.level + E.value : n.level + 1 + E.value), O = (e) => n.selectedOptions && n.selectedOptions.some((t) => t.node_id === e), k = (e) => n.settings[e.field]?.checkbox ? bo : yo, A = r({
4595
4603
  get: () => [...n.option.children || []],
4596
4604
  set: (e) => {
4597
4605
  a("update:children", {
@@ -4600,7 +4608,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4600
4608
  });
4601
4609
  }
4602
4610
  }), M = r(() => n.isParentPathOpen ?? !0);
4603
- return (t, n) => (T(), o("div", Fo, [(T(), i(j(k(e.option)), {
4611
+ return (t, n) => (T(), o("div", Po, [(T(), i(j(k(e.option)), {
4604
4612
  option: e.option,
4605
4613
  selected: O(e.option.node_id),
4606
4614
  "disable-selection": e.disableSelection,
@@ -4616,7 +4624,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4616
4624
  onMouseleave: n[2] ||= (e) => P(d)(),
4617
4625
  onContextmenu: n[3] ||= W((t) => e.settings[e.option.field]?.rendererParams?.onContextMenu?.(t, e.option), ["stop"])
4618
4626
  }, {
4619
- default: H(() => [U(u(yo, null, null, 512), [[ne, P(c) === e.option.node_id && P(p)(e.isDraggable, e.settings, e.option)]]), e.settings[e.option.field]?.renderer ? (T(), i(j(e.settings[e.option.field]?.renderer), {
4627
+ default: H(() => [U(u(vo, null, null, 512), [[ne, P(c) === e.option.node_id && P(p)(e.isDraggable, e.settings, e.option)]]), e.settings[e.option.field]?.renderer ? (T(), i(j(e.settings[e.option.field]?.renderer), {
4620
4628
  key: 0,
4621
4629
  option: e.option,
4622
4630
  settings: e.settings,
@@ -4627,7 +4635,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4627
4635
  "settings",
4628
4636
  "selected",
4629
4637
  "params"
4630
- ])) : (T(), i(vo, {
4638
+ ])) : (T(), i(_o, {
4631
4639
  key: 1,
4632
4640
  label: e.option.label,
4633
4641
  icon: e.settings[e.option.field]?.icon
@@ -4654,7 +4662,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4654
4662
  onEnd: P(S),
4655
4663
  onAdd: P(S)
4656
4664
  }, {
4657
- item: H(({ element: r, index: i }) => [u(Po, {
4665
+ item: H(({ element: r, index: i }) => [u(No, {
4658
4666
  "is-parent-path-open": e.isParentPathOpen,
4659
4667
  option: r,
4660
4668
  settings: e.settings,
@@ -4689,9 +4697,9 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4689
4697
  "class",
4690
4698
  "onEnd",
4691
4699
  "onAdd"
4692
- ])], 8, Io)]));
4700
+ ])], 8, Fo)]));
4693
4701
  }
4694
- }), [["__scopeId", "data-v-8e33078d"]]), Ro = ["data-parent-id"], zo = { key: 2 }, Bo = ["data-parent-id"], Vo = /* @__PURE__ */ q(/* @__PURE__ */ d({
4702
+ }), [["__scopeId", "data-v-8e33078d"]]), Lo = ["data-parent-id"], Ro = { key: 2 }, zo = ["data-parent-id"], Bo = /* @__PURE__ */ q(/* @__PURE__ */ d({
4695
4703
  __name: "PvTreeItem",
4696
4704
  props: {
4697
4705
  option: {},
@@ -4716,12 +4724,12 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4716
4724
  V(() => n.treeOpen, (e) => {
4717
4725
  e !== void 0 && (c.value = e);
4718
4726
  });
4719
- let { getDragGroupConfig: l, getDragAndDropDisabled: d, canItemBeDragged: f, handleMoveCallback: p, childrenDraggable: m, canAcceptDrop: h } = Oo(), { hoveredId: g, handleMouseEnter: _, handleMouseLeave: v } = So(), { isDragging: b, draggingGroupName: S, onDragStart: C, onDragEnd: w } = Do(), { dragAndDropIndicatorClasses: E } = ko(), O = () => {
4727
+ let { getDragGroupConfig: l, getDragAndDropDisabled: d, canItemBeDragged: f, handleMoveCallback: p, childrenDraggable: m, canAcceptDrop: h } = Do(), { hoveredId: g, handleMouseEnter: _, handleMouseLeave: v } = xo(), { isDragging: b, draggingGroupName: S, onDragStart: C, onDragEnd: w } = Eo(), { dragAndDropIndicatorClasses: E } = Oo(), O = () => {
4720
4728
  C(l(n.settings, n.option).name);
4721
4729
  }, k = (e) => ({
4722
4730
  paddingLeft: `${e * 24 + (n.settings[n.option.field]?.additionalNestingLevel ?? 0) * 24}px`,
4723
4731
  "--border-color": "#121313"
4724
- }), M = (e) => n.selectedOptions && n.selectedOptions.some((t) => t.node_id === e), N = r(() => n.settings[n.option.field]?.checkbox ? xo : bo), F = r({
4732
+ }), M = (e) => n.selectedOptions && n.selectedOptions.some((t) => t.node_id === e), N = r(() => n.settings[n.option.field]?.checkbox ? bo : yo), F = r({
4725
4733
  get: () => [...n.option.children || []],
4726
4734
  set: (e) => {
4727
4735
  a("update:children", {
@@ -4759,7 +4767,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4759
4767
  onSummaryMouseleave: n[5] ||= (e) => P(v)(),
4760
4768
  onContextmenu: n[6] ||= W((t) => e.settings[e.option.field]?.rendererParams?.onContextMenu?.(t, e.option), ["stop"])
4761
4769
  }, {
4762
- trigger: H(() => [U(u(yo, null, null, 512), [[ne, P(g) === e.option.node_id && P(f)(e.isDraggable, e.settings, e.option) && e.level > 0]]), e.settings[e.option.field]?.renderer ? (T(), i(j(e.settings[e.option.field]?.renderer), {
4770
+ trigger: H(() => [U(u(vo, null, null, 512), [[ne, P(g) === e.option.node_id && P(f)(e.isDraggable, e.settings, e.option) && e.level > 0]]), e.settings[e.option.field]?.renderer ? (T(), i(j(e.settings[e.option.field]?.renderer), {
4763
4771
  key: 0,
4764
4772
  option: e.option,
4765
4773
  settings: e.settings,
@@ -4770,7 +4778,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4770
4778
  "settings",
4771
4779
  "selected",
4772
4780
  "params"
4773
- ])) : (T(), i(vo, {
4781
+ ])) : (T(), i(_o, {
4774
4782
  key: 1,
4775
4783
  label: e.option.label,
4776
4784
  icon: e.settings[e.option.field]?.icon
@@ -4819,7 +4827,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4819
4827
  "class",
4820
4828
  "onEnd",
4821
4829
  "onAdd"
4822
- ])], 8, Ro)]),
4830
+ ])], 8, Lo)]),
4823
4831
  _: 1
4824
4832
  }, 8, [
4825
4833
  "modelValue",
@@ -4827,7 +4835,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4827
4835
  "summaryStyles",
4828
4836
  "summaryClasses",
4829
4837
  "defaultOpen"
4830
- ])) : e.option.children && e.option.children.length > 0 && e.settings && !e.settings[e.option.field]?.accordion ? (T(), i(Lo, {
4838
+ ])) : e.option.children && e.option.children.length > 0 && e.settings && !e.settings[e.option.field]?.accordion ? (T(), i(Io, {
4831
4839
  key: 1,
4832
4840
  "is-parent-path-open": e.isParentPathOpen,
4833
4841
  "selected-options": e.selectedOptions,
@@ -4848,7 +4856,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4848
4856
  "is-draggable",
4849
4857
  "disable-selection",
4850
4858
  "is-last-root-item"
4851
- ])) : (T(), o("div", zo, [(T(), i(j(N.value), {
4859
+ ])) : (T(), o("div", Ro, [(T(), i(j(N.value), {
4852
4860
  class: y({ ...P(E)(e.option) }),
4853
4861
  option: e.option,
4854
4862
  selected: M(e.option.node_id),
@@ -4864,7 +4872,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4864
4872
  onMouseleave: n[11] ||= (e) => P(v)(),
4865
4873
  onContextmenu: n[12] ||= W((t) => e.settings[e.option.field]?.rendererParams?.onContextMenu?.(t, e.option), ["stop"])
4866
4874
  }, {
4867
- default: H(() => [U(u(yo, null, null, 512), [[ne, P(g) === e.option.node_id && P(f)(e.isDraggable, e.settings, e.option) && e.level > 0]]), e.settings[e.option.field]?.renderer ? (T(), i(j(e.settings[e.option.field]?.renderer), {
4875
+ default: H(() => [U(u(vo, null, null, 512), [[ne, P(g) === e.option.node_id && P(f)(e.isDraggable, e.settings, e.option) && e.level > 0]]), e.settings[e.option.field]?.renderer ? (T(), i(j(e.settings[e.option.field]?.renderer), {
4868
4876
  key: 0,
4869
4877
  option: e.option,
4870
4878
  settings: e.settings,
@@ -4873,7 +4881,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4873
4881
  "option",
4874
4882
  "settings",
4875
4883
  "params"
4876
- ])) : (T(), i(vo, {
4884
+ ])) : (T(), i(_o, {
4877
4885
  key: 1,
4878
4886
  label: e.option.label,
4879
4887
  icon: e.settings[e.option.field]?.icon
@@ -4929,10 +4937,10 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4929
4937
  "class",
4930
4938
  "onEnd",
4931
4939
  "onAdd"
4932
- ])], 8, Bo)]));
4940
+ ])], 8, zo)]));
4933
4941
  };
4934
4942
  }
4935
- }), [["__scopeId", "data-v-7589558e"]]), Ho = (e) => {
4943
+ }), [["__scopeId", "data-v-7589558e"]]), Vo = (e) => {
4936
4944
  let t = [], n = !1;
4937
4945
  function r(e) {
4938
4946
  let t = /* @__PURE__ */ new Map(), n = /* @__PURE__ */ new Map(), r = [];
@@ -4975,7 +4983,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
4975
4983
  newChildren: r
4976
4984
  }), n || (n = !0, v(i));
4977
4985
  } };
4978
- }, Uo = /* @__PURE__ */ q(/* @__PURE__ */ d({
4986
+ }, Ho = /* @__PURE__ */ q(/* @__PURE__ */ d({
4979
4987
  __name: "PvTree",
4980
4988
  props: /* @__PURE__ */ g({
4981
4989
  settings: {},
@@ -5005,14 +5013,14 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
5005
5013
  "update:treeOpen"
5006
5014
  ],
5007
5015
  setup(e) {
5008
- m(Co, null) || Eo();
5009
- let n = e, i = I(e, "selectedOptions"), a = I(e, "options"), c = I(e, "treeOpen"), { handleUpdateChildren: l } = Ho(a), d = (e, t) => {
5016
+ m(So, null) || To();
5017
+ let n = e, i = I(e, "selectedOptions"), a = I(e, "options"), c = I(e, "treeOpen"), { handleUpdateChildren: l } = Vo(a), d = (e, t) => {
5010
5018
  t.metaKey ? i.value?.some((t) => t.node_id === e.node_id) ? i.value = i.value?.filter((t) => t.node_id !== e.node_id) : i.value = [...i.value || [], e] : i.value?.some((t) => t.node_id === e.node_id) ? i.value = [] : i.value = [e];
5011
5019
  }, f = r(() => Object.keys(n.settings).reduce((e, t) => (e[t] = {
5012
5020
  ...n.defaultSettings,
5013
5021
  ...n.settings[t]
5014
5022
  }, e), {}));
5015
- return (n, r) => (T(), o("div", null, [s("div", { class: y(["pv-tree", { "pv-tree--disable-selection": e.disableSelection }]) }, [(T(!0), o(t, null, O(a.value, (t, n) => (T(), o("div", { key: t.node_id }, [u(Vo, {
5023
+ return (n, r) => (T(), o("div", null, [s("div", { class: y(["pv-tree", { "pv-tree--disable-selection": e.disableSelection }]) }, [(T(!0), o(t, null, O(a.value, (t, n) => (T(), o("div", { key: t.node_id }, [u(Bo, {
5016
5024
  "is-last-root-item": n === a.value.length - 1,
5017
5025
  "is-parent-path-open": !0,
5018
5026
  "tree-open": c.value,
@@ -5035,15 +5043,15 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
5035
5043
  "onUpdate:children"
5036
5044
  ])]))), 128))], 2)]));
5037
5045
  }
5038
- }), [["__scopeId", "data-v-2896bb8b"]]), Wo = /* @__PURE__ */ d({
5046
+ }), [["__scopeId", "data-v-2896bb8b"]]), Uo = /* @__PURE__ */ d({
5039
5047
  __name: "PvTreeGroup",
5040
5048
  setup(e) {
5041
- return Eo(), (e, t) => k(e.$slots, "default");
5049
+ return To(), (e, t) => k(e.$slots, "default");
5042
5050
  }
5043
- }), Go = {
5051
+ }), Wo = {
5044
5052
  key: 0,
5045
5053
  class: "pv-text-brand pv-text-title-sm pv-stack-4"
5046
- }, Ko = ["data-disabled"], qo = /* @__PURE__ */ d({
5054
+ }, Go = ["data-disabled"], Ko = /* @__PURE__ */ d({
5047
5055
  __name: "PvProgressBar",
5048
5056
  props: {
5049
5057
  progress: {},
@@ -5052,19 +5060,19 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
5052
5060
  },
5053
5061
  setup(e) {
5054
5062
  let n = e;
5055
- return (e, r) => (T(), o(t, null, [n.showLabel ? (T(), o("p", Go, N(n.progress) + "% Complete", 1)) : a("", !0), s("div", {
5063
+ return (e, r) => (T(), o(t, null, [n.showLabel ? (T(), o("p", Wo, N(n.progress) + "% Complete", 1)) : a("", !0), s("div", {
5056
5064
  class: "pv-progress-bar",
5057
5065
  "data-disabled": n.disabled ? !0 : void 0,
5058
5066
  style: x({ "--progress": `${n.progress}%` })
5059
- }, null, 12, Ko)], 64));
5067
+ }, null, 12, Go)], 64));
5060
5068
  }
5061
- }), Jo = {
5069
+ }), qo = {
5062
5070
  class: "pv-flex",
5063
5071
  style: {
5064
5072
  "--flex-gap": "4px",
5065
5073
  height: "24px"
5066
5074
  }
5067
- }, Yo = /* @__PURE__ */ d({
5075
+ }, Jo = /* @__PURE__ */ d({
5068
5076
  __name: "PvDistributionBar",
5069
5077
  props: { values: {} },
5070
5078
  setup(e) {
@@ -5087,13 +5095,13 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
5087
5095
  default: return "pv-data-surface-visualization-1";
5088
5096
  }
5089
5097
  };
5090
- return (n, r) => (T(), o("div", Jo, [(T(!0), o(t, null, O(e.values, (e, t) => (T(), o("div", {
5098
+ return (n, r) => (T(), o("div", qo, [(T(!0), o(t, null, O(e.values, (e, t) => (T(), o("div", {
5091
5099
  key: t,
5092
5100
  class: y([s(t)]),
5093
5101
  style: x(a(e, t))
5094
5102
  }, null, 6))), 128))]));
5095
5103
  }
5096
- }), Xo = () => {
5104
+ }), Yo = () => {
5097
5105
  let e = (e, n) => {
5098
5106
  let i = e || { queryTerms: [] }, a = n.queryTerm || {};
5099
5107
  return t(n) && !r(e, n) && i.queryTerms.push(a), i;
@@ -5107,13 +5115,13 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
5107
5115
  return r !== -1 && e.queryTerms.splice(r, 1), e;
5108
5116
  }
5109
5117
  };
5110
- }, Zo = { class: "pv-flex" }, Qo = {
5118
+ }, Xo = { class: "pv-flex" }, Zo = {
5111
5119
  key: 0,
5112
5120
  class: "pv-text-body-xs"
5113
- }, $o = { key: 0 }, es = {
5121
+ }, Qo = { key: 0 }, $o = {
5114
5122
  class: "pv-text-subdued pv-text-body-xs",
5115
5123
  style: { "font-weight": "500" }
5116
- }, ts = /* @__PURE__ */ q(/* @__PURE__ */ d({
5124
+ }, es = /* @__PURE__ */ q(/* @__PURE__ */ d({
5117
5125
  __name: "QueryBuilderMenuOptionRenderer",
5118
5126
  props: {
5119
5127
  id: {},
@@ -5145,13 +5153,13 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
5145
5153
  let e = RegExp(`(${d.value})`, "gi");
5146
5154
  i.value.innerHTML = l.value.replace(e, "<span style=\"font-weight: bold;\">$1</span>");
5147
5155
  }
5148
- }), (e, t) => (T(), o("div", null, [s("div", Zo, [u(K, { name: p.value }, null, 8, ["name"]), s("div", null, [s("p", {
5156
+ }), (e, t) => (T(), o("div", null, [s("div", Xo, [u(K, { name: p.value }, null, 8, ["name"]), s("div", null, [s("p", {
5149
5157
  ref_key: "queryOptionText",
5150
5158
  ref: i,
5151
5159
  class: "pv-text-body-md"
5152
- }, N(l.value), 513), f.value ? (T(), o("p", Qo, [c.value ? a("", !0) : (T(), o("span", $o, "Search in ")), s("span", es, N(f.value), 1)])) : a("", !0)])])]));
5160
+ }, N(l.value), 513), f.value ? (T(), o("p", Zo, [c.value ? a("", !0) : (T(), o("span", Qo, "Search in ")), s("span", $o, N(f.value), 1)])) : a("", !0)])])]));
5153
5161
  }
5154
- }), [["__scopeId", "data-v-4e159eee"]]), ns = /* @__PURE__ */ d({
5162
+ }), [["__scopeId", "data-v-4e159eee"]]), ts = /* @__PURE__ */ d({
5155
5163
  __name: "QueryFormatter",
5156
5164
  props: /* @__PURE__ */ g({ queryTermDisplayLimit: { default: 3 } }, {
5157
5165
  modelValue: { required: !0 },
@@ -5165,7 +5173,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
5165
5173
  }),
5166
5174
  emits: ["update:modelValue", "update:wrap-content"],
5167
5175
  setup(e) {
5168
- let n = e, s = I(e, "modelValue"), c = I(e, "wrap-content"), { removeQueryOption: l } = Xo(), u = r(() => {
5176
+ let n = e, s = I(e, "modelValue"), c = I(e, "wrap-content"), { removeQueryOption: l } = Yo(), u = r(() => {
5169
5177
  let e = s.value?.queryTerms || [];
5170
5178
  return c.value ? e : e.slice(0, n.queryTermDisplayLimit);
5171
5179
  }), d = r(() => (s.value?.queryTerms.length || 0) - u.value.length), f = (e) => e.queryField && !e.exactMatch ? `${e.queryDisplayField || e.queryField}: '${e.queryText}'` : e.queryText || "", p = (e) => e.exactMatch ? "primary" : "tertiary", m = (e) => {
@@ -5197,17 +5205,17 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
5197
5205
  onHandleClick: n[0] ||= (e) => c.value = !0
5198
5206
  }, null, 8, ["label"])) : a("", !0)], 64));
5199
5207
  }
5200
- }), rs = [
5208
+ }), ns = [
5201
5209
  "disabled",
5202
5210
  "placeholder",
5203
5211
  "data-invalid"
5204
- ], is = {
5212
+ ], rs = {
5205
5213
  key: 2,
5206
5214
  class: "pv-text-red pv-text-body-xs"
5207
- }, as = {
5215
+ }, is = {
5208
5216
  key: 1,
5209
5217
  class: "pv-text-center"
5210
- }, os = /* @__PURE__ */ q(/* @__PURE__ */ d({
5218
+ }, as = /* @__PURE__ */ q(/* @__PURE__ */ d({
5211
5219
  __name: "PvQueryBuilderInput",
5212
5220
  props: /* @__PURE__ */ g({
5213
5221
  placeholder: { default: "Search" },
@@ -5255,7 +5263,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
5255
5263
  "update:options"
5256
5264
  ],
5257
5265
  setup(e) {
5258
- let n = e, c = { renderer: ts }, l = L("search-input"), d = I(e, "searchText"), f = I(e, "query"), p = I(e, "options"), { addQueryOption: m, containsQueryOption: h } = Xo(), g = D(!1), v = D(!1), b = D(!1), S = r(() => f.value === null ? n.placeholder : ""), C = D(null), w = r(() => C.value !== null && C.value !== "" && !v.value), E = () => {
5266
+ let n = e, c = { renderer: es }, l = L("search-input"), d = I(e, "searchText"), f = I(e, "query"), p = I(e, "options"), { addQueryOption: m, containsQueryOption: h } = Yo(), g = D(!1), v = D(!1), b = D(!1), S = r(() => f.value === null ? n.placeholder : ""), C = D(null), w = r(() => C.value !== null && C.value !== "" && !v.value), E = () => {
5259
5267
  f.value = null, d.value = "", C.value = null, b.value = !1;
5260
5268
  };
5261
5269
  n.enableCustomOptionsInput && ae("Enter", () => {
@@ -5329,7 +5337,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
5329
5337
  "--inset-size": "4px",
5330
5338
  "--flex-gap": "4px"
5331
5339
  }, e.enableWrapQueryTerms || b.value ? "flex-wrap: wrap;" : "flex-wrap: nowrap;"])
5332
- }, [u(ns, {
5340
+ }, [u(ts, {
5333
5341
  modelValue: f.value,
5334
5342
  "onUpdate:modelValue": r[0] ||= (e) => f.value = e,
5335
5343
  "wrap-content": b.value,
@@ -5349,7 +5357,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
5349
5357
  "data-invalid": w.value ? "true" : void 0,
5350
5358
  onFocus: ee,
5351
5359
  onBlur: ee
5352
- }, null, 40, rs), [[te, d.value]])], 4),
5360
+ }, null, 40, ns), [[te, d.value]])], 4),
5353
5361
  f.value && !e.hideClearButton ? (T(), i(J, {
5354
5362
  key: 1,
5355
5363
  variant: "ghost",
@@ -5357,7 +5365,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
5357
5365
  size: "md",
5358
5366
  onClick: E
5359
5367
  })) : a("", !0),
5360
- w.value ? (T(), o("p", is, N(C.value), 1)) : a("", !0),
5368
+ w.value ? (T(), o("p", rs, N(C.value), 1)) : a("", !0),
5361
5369
  A.value.length > 0 || e.optionsLoading ? (T(), i(rt, {
5362
5370
  key: 3,
5363
5371
  class: y({ "pv-hide": !g.value }),
@@ -5367,7 +5375,7 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
5367
5375
  },
5368
5376
  isList: !0
5369
5377
  }, {
5370
- default: H(() => [e.optionsLoading ? (T(), o("div", as, [u(Oe, { variant: "dark" })])) : (T(!0), o(t, { key: 0 }, O(A.value, (e, t) => (T(), i(zi, _({
5378
+ default: H(() => [e.optionsLoading ? (T(), o("div", is, [u(Oe, { variant: "dark" })])) : (T(!0), o(t, { key: 0 }, O(A.value, (e, t) => (T(), i(zi, _({
5371
5379
  key: `${t}-${e.searchText}`,
5372
5380
  ref_for: !0
5373
5381
  }, e, {
@@ -5378,13 +5386,13 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
5378
5386
  }, 8, ["class"])) : a("", !0)
5379
5387
  ], 32)), [[P(re), j]]);
5380
5388
  }
5381
- }), [["__scopeId", "data-v-4decbec2"]]), ss = [
5389
+ }), [["__scopeId", "data-v-4decbec2"]]), os = [
5382
5390
  "id",
5383
5391
  "aria-label",
5384
5392
  "min",
5385
5393
  "max",
5386
5394
  "step"
5387
- ], cs = /* @__PURE__ */ d({
5395
+ ], ss = /* @__PURE__ */ d({
5388
5396
  __name: "PvRange",
5389
5397
  props: /* @__PURE__ */ g({
5390
5398
  min: { default: 0 },
@@ -5408,14 +5416,40 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
5408
5416
  max: e.max,
5409
5417
  step: e.step,
5410
5418
  style: x(i.value)
5411
- }, null, 12, ss)), [[
5419
+ }, null, 12, os)), [[
5412
5420
  te,
5413
5421
  t.value,
5414
5422
  void 0,
5415
5423
  { number: !0 }
5416
5424
  ]]);
5417
5425
  }
5418
- }), ls = { theme: {
5426
+ }), cs = {
5427
+ class: "pv-toc",
5428
+ role: "list",
5429
+ style: { "min-width": "160px" }
5430
+ }, ls = ["aria-current"], us = ["href", "onClick"], ds = /* @__PURE__ */ d({
5431
+ __name: "PvTableOfContents",
5432
+ props: /* @__PURE__ */ g({ items: {} }, {
5433
+ modelValue: { required: !1 },
5434
+ modelModifiers: {}
5435
+ }),
5436
+ emits: /* @__PURE__ */ g(["handle-select"], ["update:modelValue"]),
5437
+ setup(e, { emit: n }) {
5438
+ let r = I(e, "modelValue"), c = n, u = (e, t) => {
5439
+ t.href || e.preventDefault(), r.value = t.id, c("handle-select", t);
5440
+ };
5441
+ return (n, c) => (T(), o("ul", cs, [(T(!0), o(t, null, O(e.items, (e) => (T(), o("li", {
5442
+ key: e.id,
5443
+ "aria-current": r.value === e.id ? "true" : void 0
5444
+ }, [s("a", {
5445
+ href: e.href ?? "#",
5446
+ onClick: (t) => u(t, e)
5447
+ }, [e.icon ? (T(), i(K, {
5448
+ key: 0,
5449
+ name: e.icon
5450
+ }, null, 8, ["name"])) : a("", !0), l(" " + N(e.label), 1)], 8, us)], 8, ls))), 128))]));
5451
+ }
5452
+ }), fs = { theme: {
5419
5453
  preset: be,
5420
5454
  options: {
5421
5455
  darkModeSelector: "none",
@@ -5424,10 +5458,10 @@ var Ti = Symbol("SelectedItemsKey"), Ei = Symbol("EnableCascadeSelectionKey"), D
5424
5458
  order: "pit-viper-v2, primevue"
5425
5459
  }
5426
5460
  }
5427
- } }, us = (e) => {
5428
- e.use(ye, ls);
5461
+ } }, ps = (e) => {
5462
+ e.use(ye, fs);
5429
5463
  };
5430
5464
  //#endregion
5431
- export { Er as PvAccordion, fo as PvActionBar, He as PvAiButton, li as PvAvatar, ka as PvAvatarGroup, br as PvBanner, Yr as PvBreadcrumbs, J as PvButton, Ze as PvButtonWithTooltip, Qa as PvCard, za as PvCheckbox, Ta as PvCompanyLabel, cr as PvCompanyLogo, xr as PvCompanyTag, Le as PvCounterBadge, Mr as PvDatePicker, Pr as PvDateTime, Yo as PvDistributionBar, Ur as PvDrawer, st as PvDropdown, so as PvExpandableContent, ga as PvGhostInput, Ca as PvHeader, K as PvIcon, Ja as PvInput, oo as PvInsightCard, Ui as PvMenu, zi as PvMenuItem, mr as PvModal, Xi as PvMultiSelectButton, aa as PvPagination, tt as PvPill, rt as PvPopover, lt as PvPopoverMenu, Qn as PvPopoverV2, qo as PvProgressBar, os as PvQueryBuilderInput, Ua as PvRadioGroup, cs as PvRange, Za as PvRating, Qe as PvReleaseBadge, jr as PvSearchInput, tr as PvSegmentedControl, Qi as PvSelectButton, ca as PvSelectableCard, pa as PvSidePanel, Ga as PvSkeleton, Oe as PvSpinner, Wa as PvSprite, wr as PvSuggestionTag, vi as PvSwitch, ar as PvTabList, Kr as PvTabs, et as PvTag, ho as PvTextArea, lo as PvToast, Na as PvToggleButton, La as PvToggleGroup, Ye as PvTooltip, er as PvTooltipV2, Uo as PvTree, Wo as PvTreeGroup, $a as PvWidget, Nr as useDateTime, us as usePvComponents };
5465
+ export { Er as PvAccordion, uo as PvActionBar, He as PvAiButton, li as PvAvatar, Oa as PvAvatarGroup, br as PvBanner, Yr as PvBreadcrumbs, J as PvButton, Ze as PvButtonWithTooltip, Za as PvCard, Ra as PvCheckbox, wa as PvCompanyLabel, cr as PvCompanyLogo, xr as PvCompanyTag, Le as PvCounterBadge, Mr as PvDatePicker, Pr as PvDateTime, Jo as PvDistributionBar, Ur as PvDrawer, st as PvDropdown, oo as PvExpandableContent, ga as PvGhostInput, Sa as PvHeader, K as PvIcon, qa as PvInput, ao as PvInsightCard, Ui as PvMenu, zi as PvMenuItem, mr as PvModal, Xi as PvMultiSelectButton, aa as PvPagination, tt as PvPill, rt as PvPopover, lt as PvPopoverMenu, Qn as PvPopoverV2, Ko as PvProgressBar, as as PvQueryBuilderInput, Ha as PvRadioGroup, ss as PvRange, Xa as PvRating, Qe as PvReleaseBadge, jr as PvSearchInput, tr as PvSegmentedControl, Qi as PvSelectButton, ca as PvSelectableCard, pa as PvSidePanel, Wa as PvSkeleton, Oe as PvSpinner, Ua as PvSprite, wr as PvSuggestionTag, vi as PvSwitch, ar as PvTabList, ds as PvTableOfContents, Kr as PvTabs, et as PvTag, mo as PvTextArea, co as PvToast, Ma as PvToggleButton, Ia as PvToggleGroup, Ye as PvTooltip, er as PvTooltipV2, Ho as PvTree, Uo as PvTreeGroup, Qa as PvWidget, Nr as useDateTime, ps as usePvComponents };
5432
5466
 
5433
5467
  //# sourceMappingURL=pv-components-base.mjs.map