@turquoisehealth/pit-viper 2.240.2 → 2.240.3-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) 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-dropdown-stats.html +1 -1
  5. package/pv-components/dist/stats/web/pv-filter-modal-stats.html +1 -1
  6. package/pv-components/dist/stats/web/pv-menu-stats.html +1 -1
  7. package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
  8. package/pv-components/dist/stats/web/pv-popover-menu-stats.html +1 -1
  9. package/pv-components/dist/stats/web/pv-popover-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/vue/ai/components/base/PvDropdown/PvDropdown.vue.d.ts +7 -4
  13. package/pv-components/dist/vue/ai/components/base/PvPopover/PvPopover.vue.d.ts +6 -3
  14. package/pv-components/dist/vue/base/components/base/PvDropdown/PvDropdown.vue.d.ts +7 -4
  15. package/pv-components/dist/vue/base/components/base/PvPopover/PvPopover.vue.d.ts +6 -3
  16. package/pv-components/dist/vue/base/pv-components-base.mjs +11 -8
  17. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  18. package/pv-components/dist/vue/visualizations/components/base/PvDropdown/PvDropdown.vue.d.ts +7 -4
  19. package/pv-components/dist/vue/visualizations/components/base/PvPopover/PvPopover.vue.d.ts +6 -3
  20. package/pv-components/dist/vue/visualizations/components/base/PvSortableList/PvSortableList.vue.d.ts +7 -0
  21. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/table-chart-components/PvChartOptionsPanel.vue.d.ts +6 -0
  22. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/table-chart-components/PvTableOptionsPanel.vue.d.ts +7 -4
  23. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +14 -0
  24. package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/FilterGroupMenu.vue.d.ts +7 -4
  25. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +550 -523
  26. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  27. package/pv-components/dist/web/components/pv-dropdown/pv-dropdown.js +12 -8
  28. package/pv-components/dist/web/components/pv-filter-modal/pv-filter-modal.js +11 -7
  29. package/pv-components/dist/web/components/pv-menu/pv-menu.js +11 -7
  30. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +11 -7
  31. package/pv-components/dist/web/components/pv-popover/pv-popover.js +11 -7
  32. package/pv-components/dist/web/components/pv-popover-menu/pv-popover-menu.js +11 -7
  33. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +16 -9
  34. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +11 -7
  35. package/pv-components/dist/web/pv-components.iife.js +2 -2
  36. package/pv-components/dist/web/pv-components.iife.js.map +1 -1
@@ -1208,6 +1208,14 @@ var Dn = ["data-align"], On = ["id", "role"], kn = /* @__PURE__ */ u({
1208
1208
  type: Boolean,
1209
1209
  default: !1
1210
1210
  },
1211
+ isSortable: {
1212
+ type: Boolean,
1213
+ default: !1
1214
+ },
1215
+ listClass: {
1216
+ default: void 0,
1217
+ type: String
1218
+ },
1211
1219
  listId: {
1212
1220
  default: void 0,
1213
1221
  type: String
@@ -1215,10 +1223,6 @@ var Dn = ["data-align"], On = ["id", "role"], kn = /* @__PURE__ */ u({
1215
1223
  listRole: {
1216
1224
  default: "list",
1217
1225
  type: String
1218
- },
1219
- isSortable: {
1220
- type: Boolean,
1221
- default: !1
1222
1226
  }
1223
1227
  },
1224
1228
  emits: ["list-order-updated"],
@@ -1244,17 +1248,17 @@ var Dn = ["data-align"], On = ["id", "role"], kn = /* @__PURE__ */ u({
1244
1248
  id: t.listId,
1245
1249
  ref: "popoverList",
1246
1250
  role: t.listRole,
1247
- class: "pv-popover-list",
1251
+ class: g(["pv-popover-list", t.listClass]),
1248
1252
  style: _(t.cssCustomListProperties)
1249
- }, [w(n.$slots, "default", {}, void 0, !0)], 12, On),
1253
+ }, [w(n.$slots, "default", {}, void 0, !0)], 14, On),
1250
1254
  w(n.$slots, "footer", {}, void 0, !0)
1251
1255
  ], 64)) : w(n.$slots, "default", { key: 1 }, void 0, !0)], 14, Dn));
1252
1256
  }
1253
- }), An = ".pv-popover-list[data-v-7b85ebe3]{font-size:14px}.pv-popover-pinned-sections[data-v-7b85ebe3]{flex-direction:column;display:flex;overflow:hidden}.pv-popover-pinned-sections .pv-popover-list[data-v-7b85ebe3]{overflow-y:auto}", jn = (e, t) => {
1257
+ }), An = ".pv-popover-list[data-v-fe6e9c6a]{font-size:14px}.pv-popover-pinned-sections[data-v-fe6e9c6a]{flex-direction:column;display:flex;overflow:hidden}.pv-popover-pinned-sections .pv-popover-list[data-v-fe6e9c6a]{overflow-y:auto}", jn = (e, t) => {
1254
1258
  let n = e.__vccOpts || e;
1255
1259
  for (let [e, r] of t) n[e] = r;
1256
1260
  return n;
1257
- }, Mn = /* @__PURE__ */ jn(kn, [["styles", [An]], ["__scopeId", "data-v-7b85ebe3"]]), Nn = oe ? window : void 0;
1261
+ }, Mn = /* @__PURE__ */ jn(kn, [["styles", [An]], ["__scopeId", "data-v-fe6e9c6a"]]), Nn = oe ? window : void 0;
1258
1262
  function Pn(e) {
1259
1263
  let t = D(e);
1260
1264
  return t?.$el ?? t;
@@ -4093,6 +4093,14 @@ var as = ["data-align"], os = ["id", "role"], ss = /* @__PURE__ */ mt(/* @__PURE
4093
4093
  type: Boolean,
4094
4094
  default: !1
4095
4095
  },
4096
+ isSortable: {
4097
+ type: Boolean,
4098
+ default: !1
4099
+ },
4100
+ listClass: {
4101
+ default: void 0,
4102
+ type: String
4103
+ },
4096
4104
  listId: {
4097
4105
  default: void 0,
4098
4106
  type: String
@@ -4100,10 +4108,6 @@ var as = ["data-align"], os = ["id", "role"], ss = /* @__PURE__ */ mt(/* @__PURE
4100
4108
  listRole: {
4101
4109
  default: "list",
4102
4110
  type: String
4103
- },
4104
- isSortable: {
4105
- type: Boolean,
4106
- default: !1
4107
4111
  }
4108
4112
  },
4109
4113
  emits: ["list-order-updated"],
@@ -4129,13 +4133,13 @@ var as = ["data-align"], os = ["id", "role"], ss = /* @__PURE__ */ mt(/* @__PURE
4129
4133
  id: e.listId,
4130
4134
  ref: "popoverList",
4131
4135
  role: e.listRole,
4132
- class: "pv-popover-list",
4136
+ class: x(["pv-popover-list", e.listClass]),
4133
4137
  style: C(e.cssCustomListProperties)
4134
- }, [P(n.$slots, "default", {}, void 0, !0)], 12, os),
4138
+ }, [P(n.$slots, "default", {}, void 0, !0)], 14, os),
4135
4139
  P(n.$slots, "footer", {}, void 0, !0)
4136
4140
  ], 64)) : P(n.$slots, "default", { key: 1 }, void 0, !0)], 14, as));
4137
4141
  }
4138
- }), [["styles", [".pv-popover-list[data-v-7b85ebe3]{font-size:14px}.pv-popover-pinned-sections[data-v-7b85ebe3]{flex-direction:column;display:flex;overflow:hidden}.pv-popover-pinned-sections .pv-popover-list[data-v-7b85ebe3]{overflow-y:auto}"]], ["__scopeId", "data-v-7b85ebe3"]]), cs = ["role"], ls = [
4142
+ }), [["styles", [".pv-popover-list[data-v-fe6e9c6a]{font-size:14px}.pv-popover-pinned-sections[data-v-fe6e9c6a]{flex-direction:column;display:flex;overflow:hidden}.pv-popover-pinned-sections .pv-popover-list[data-v-fe6e9c6a]{overflow-y:auto}"]], ["__scopeId", "data-v-fe6e9c6a"]]), cs = ["role"], ls = [
4139
4143
  "data-active",
4140
4144
  "data-option-id",
4141
4145
  "data-testid",
@@ -3690,6 +3690,14 @@ var Eo = ["data-align"], Do = ["id", "role"], Oo = /* @__PURE__ */ ur(/* @__PURE
3690
3690
  type: Boolean,
3691
3691
  default: !1
3692
3692
  },
3693
+ isSortable: {
3694
+ type: Boolean,
3695
+ default: !1
3696
+ },
3697
+ listClass: {
3698
+ default: void 0,
3699
+ type: String
3700
+ },
3693
3701
  listId: {
3694
3702
  default: void 0,
3695
3703
  type: String
@@ -3697,10 +3705,6 @@ var Eo = ["data-align"], Do = ["id", "role"], Oo = /* @__PURE__ */ ur(/* @__PURE
3697
3705
  listRole: {
3698
3706
  default: "list",
3699
3707
  type: String
3700
- },
3701
- isSortable: {
3702
- type: Boolean,
3703
- default: !1
3704
3708
  }
3705
3709
  },
3706
3710
  emits: ["list-order-updated"],
@@ -3726,13 +3730,13 @@ var Eo = ["data-align"], Do = ["id", "role"], Oo = /* @__PURE__ */ ur(/* @__PURE
3726
3730
  id: e.listId,
3727
3731
  ref: "popoverList",
3728
3732
  role: e.listRole,
3729
- class: "pv-popover-list",
3733
+ class: x(["pv-popover-list", e.listClass]),
3730
3734
  style: C(e.cssCustomListProperties)
3731
- }, [ne(n.$slots, "default", {}, void 0, !0)], 12, Do),
3735
+ }, [ne(n.$slots, "default", {}, void 0, !0)], 14, Do),
3732
3736
  ne(n.$slots, "footer", {}, void 0, !0)
3733
3737
  ], 64)) : ne(n.$slots, "default", { key: 1 }, void 0, !0)], 14, Eo));
3734
3738
  }
3735
- }), [["styles", [".pv-popover-list[data-v-7b85ebe3]{font-size:14px}.pv-popover-pinned-sections[data-v-7b85ebe3]{flex-direction:column;display:flex;overflow:hidden}.pv-popover-pinned-sections .pv-popover-list[data-v-7b85ebe3]{overflow-y:auto}"]], ["__scopeId", "data-v-7b85ebe3"]]), ko = ["role"], Ao = [
3739
+ }), [["styles", [".pv-popover-list[data-v-fe6e9c6a]{font-size:14px}.pv-popover-pinned-sections[data-v-fe6e9c6a]{flex-direction:column;display:flex;overflow:hidden}.pv-popover-pinned-sections .pv-popover-list[data-v-fe6e9c6a]{overflow-y:auto}"]], ["__scopeId", "data-v-fe6e9c6a"]]), ko = ["role"], Ao = [
3736
3740
  "data-active",
3737
3741
  "data-option-id",
3738
3742
  "data-testid",
@@ -4065,6 +4065,14 @@ var Qo = ["data-align"], $o = ["id", "role"], es = /* @__PURE__ */ lt(/* @__PURE
4065
4065
  type: Boolean,
4066
4066
  default: !1
4067
4067
  },
4068
+ isSortable: {
4069
+ type: Boolean,
4070
+ default: !1
4071
+ },
4072
+ listClass: {
4073
+ default: void 0,
4074
+ type: String
4075
+ },
4068
4076
  listId: {
4069
4077
  default: void 0,
4070
4078
  type: String
@@ -4072,10 +4080,6 @@ var Qo = ["data-align"], $o = ["id", "role"], es = /* @__PURE__ */ lt(/* @__PURE
4072
4080
  listRole: {
4073
4081
  default: "list",
4074
4082
  type: String
4075
- },
4076
- isSortable: {
4077
- type: Boolean,
4078
- default: !1
4079
4083
  }
4080
4084
  },
4081
4085
  emits: ["list-order-updated"],
@@ -4101,13 +4105,13 @@ var Qo = ["data-align"], $o = ["id", "role"], es = /* @__PURE__ */ lt(/* @__PURE
4101
4105
  id: e.listId,
4102
4106
  ref: "popoverList",
4103
4107
  role: e.listRole,
4104
- class: "pv-popover-list",
4108
+ class: x(["pv-popover-list", e.listClass]),
4105
4109
  style: C(e.cssCustomListProperties)
4106
- }, [P(n.$slots, "default", {}, void 0, !0)], 12, $o),
4110
+ }, [P(n.$slots, "default", {}, void 0, !0)], 14, $o),
4107
4111
  P(n.$slots, "footer", {}, void 0, !0)
4108
4112
  ], 64)) : P(n.$slots, "default", { key: 1 }, void 0, !0)], 14, Qo));
4109
4113
  }
4110
- }), [["styles", [".pv-popover-list[data-v-7b85ebe3]{font-size:14px}.pv-popover-pinned-sections[data-v-7b85ebe3]{flex-direction:column;display:flex;overflow:hidden}.pv-popover-pinned-sections .pv-popover-list[data-v-7b85ebe3]{overflow-y:auto}"]], ["__scopeId", "data-v-7b85ebe3"]]), ts = ["role"], ns = [
4114
+ }), [["styles", [".pv-popover-list[data-v-fe6e9c6a]{font-size:14px}.pv-popover-pinned-sections[data-v-fe6e9c6a]{flex-direction:column;display:flex;overflow:hidden}.pv-popover-pinned-sections .pv-popover-list[data-v-fe6e9c6a]{overflow-y:auto}"]], ["__scopeId", "data-v-fe6e9c6a"]]), ts = ["role"], ns = [
4111
4115
  "data-active",
4112
4116
  "data-option-id",
4113
4117
  "data-testid",
@@ -1191,6 +1191,14 @@ var on = ["data-align"], sn = ["id", "role"], cn = /* @__PURE__ */ ((e, t) => {
1191
1191
  type: Boolean,
1192
1192
  default: !1
1193
1193
  },
1194
+ isSortable: {
1195
+ type: Boolean,
1196
+ default: !1
1197
+ },
1198
+ listClass: {
1199
+ default: void 0,
1200
+ type: String
1201
+ },
1194
1202
  listId: {
1195
1203
  default: void 0,
1196
1204
  type: String
@@ -1198,10 +1206,6 @@ var on = ["data-align"], sn = ["id", "role"], cn = /* @__PURE__ */ ((e, t) => {
1198
1206
  listRole: {
1199
1207
  default: "list",
1200
1208
  type: String
1201
- },
1202
- isSortable: {
1203
- type: Boolean,
1204
- default: !1
1205
1209
  }
1206
1210
  },
1207
1211
  emits: ["list-order-updated"],
@@ -1227,13 +1231,13 @@ var on = ["data-align"], sn = ["id", "role"], cn = /* @__PURE__ */ ((e, t) => {
1227
1231
  id: i.listId,
1228
1232
  ref: "popoverList",
1229
1233
  role: i.listRole,
1230
- class: "pv-popover-list",
1234
+ class: u(["pv-popover-list", i.listClass]),
1231
1235
  style: d(i.cssCustomListProperties)
1232
- }, [_(t.$slots, "default", {}, void 0, !0)], 12, sn),
1236
+ }, [_(t.$slots, "default", {}, void 0, !0)], 14, sn),
1233
1237
  _(t.$slots, "footer", {}, void 0, !0)
1234
1238
  ], 64)) : _(t.$slots, "default", { key: 1 }, void 0, !0)], 14, on));
1235
1239
  }
1236
- }), [["styles", [".pv-popover-list[data-v-7b85ebe3]{font-size:14px}.pv-popover-pinned-sections[data-v-7b85ebe3]{flex-direction:column;display:flex;overflow:hidden}.pv-popover-pinned-sections .pv-popover-list[data-v-7b85ebe3]{overflow-y:auto}"]], ["__scopeId", "data-v-7b85ebe3"]]), ln = Object.defineProperty, un = Object.getOwnPropertySymbols, dn = Object.prototype.hasOwnProperty, fn = Object.prototype.propertyIsEnumerable, pn = (e, t, n) => t in e ? ln(e, t, {
1240
+ }), [["styles", [".pv-popover-list[data-v-fe6e9c6a]{font-size:14px}.pv-popover-pinned-sections[data-v-fe6e9c6a]{flex-direction:column;display:flex;overflow:hidden}.pv-popover-pinned-sections .pv-popover-list[data-v-fe6e9c6a]{overflow-y:auto}"]], ["__scopeId", "data-v-fe6e9c6a"]]), ln = Object.defineProperty, un = Object.getOwnPropertySymbols, dn = Object.prototype.hasOwnProperty, fn = Object.prototype.propertyIsEnumerable, pn = (e, t, n) => t in e ? ln(e, t, {
1237
1241
  enumerable: !0,
1238
1242
  configurable: !0,
1239
1243
  writable: !0,
@@ -1191,6 +1191,14 @@ var sn = ["data-align"], cn = ["id", "role"], ln = /* @__PURE__ */ ((e, t) => {
1191
1191
  type: Boolean,
1192
1192
  default: !1
1193
1193
  },
1194
+ isSortable: {
1195
+ type: Boolean,
1196
+ default: !1
1197
+ },
1198
+ listClass: {
1199
+ default: void 0,
1200
+ type: String
1201
+ },
1194
1202
  listId: {
1195
1203
  default: void 0,
1196
1204
  type: String
@@ -1198,10 +1206,6 @@ var sn = ["data-align"], cn = ["id", "role"], ln = /* @__PURE__ */ ((e, t) => {
1198
1206
  listRole: {
1199
1207
  default: "list",
1200
1208
  type: String
1201
- },
1202
- isSortable: {
1203
- type: Boolean,
1204
- default: !1
1205
1209
  }
1206
1210
  },
1207
1211
  emits: ["list-order-updated"],
@@ -1227,13 +1231,13 @@ var sn = ["data-align"], cn = ["id", "role"], ln = /* @__PURE__ */ ((e, t) => {
1227
1231
  id: i.listId,
1228
1232
  ref: "popoverList",
1229
1233
  role: i.listRole,
1230
- class: "pv-popover-list",
1234
+ class: d(["pv-popover-list", i.listClass]),
1231
1235
  style: f(i.cssCustomListProperties)
1232
- }, [y(t.$slots, "default", {}, void 0, !0)], 12, cn),
1236
+ }, [y(t.$slots, "default", {}, void 0, !0)], 14, cn),
1233
1237
  y(t.$slots, "footer", {}, void 0, !0)
1234
1238
  ], 64)) : y(t.$slots, "default", { key: 1 }, void 0, !0)], 14, sn));
1235
1239
  }
1236
- }), [["styles", [".pv-popover-list[data-v-7b85ebe3]{font-size:14px}.pv-popover-pinned-sections[data-v-7b85ebe3]{flex-direction:column;display:flex;overflow:hidden}.pv-popover-pinned-sections .pv-popover-list[data-v-7b85ebe3]{overflow-y:auto}"]], ["__scopeId", "data-v-7b85ebe3"]]), un = { class: "pv-popover-menu" }, dn = /* @__PURE__ */ a({
1240
+ }), [["styles", [".pv-popover-list[data-v-fe6e9c6a]{font-size:14px}.pv-popover-pinned-sections[data-v-fe6e9c6a]{flex-direction:column;display:flex;overflow:hidden}.pv-popover-pinned-sections .pv-popover-list[data-v-fe6e9c6a]{overflow-y:auto}"]], ["__scopeId", "data-v-fe6e9c6a"]]), un = { class: "pv-popover-menu" }, dn = /* @__PURE__ */ a({
1237
1241
  __name: "PvPopoverMenu",
1238
1242
  props: {
1239
1243
  alignment: {
@@ -1481,6 +1481,14 @@ var gr = ["data-align"], _r = ["id", "role"], vr = /* @__PURE__ */ f({
1481
1481
  type: Boolean,
1482
1482
  default: !1
1483
1483
  },
1484
+ isSortable: {
1485
+ type: Boolean,
1486
+ default: !1
1487
+ },
1488
+ listClass: {
1489
+ default: void 0,
1490
+ type: String
1491
+ },
1484
1492
  listId: {
1485
1493
  default: void 0,
1486
1494
  type: String
@@ -1488,10 +1496,6 @@ var gr = ["data-align"], _r = ["id", "role"], vr = /* @__PURE__ */ f({
1488
1496
  listRole: {
1489
1497
  default: "list",
1490
1498
  type: String
1491
- },
1492
- isSortable: {
1493
- type: Boolean,
1494
- default: !1
1495
1499
  }
1496
1500
  },
1497
1501
  emits: ["list-order-updated"],
@@ -1517,17 +1521,17 @@ var gr = ["data-align"], _r = ["id", "role"], vr = /* @__PURE__ */ f({
1517
1521
  id: e.listId,
1518
1522
  ref: "popoverList",
1519
1523
  role: e.listRole,
1520
- class: "pv-popover-list",
1524
+ class: S(["pv-popover-list", e.listClass]),
1521
1525
  style: w(e.cssCustomListProperties)
1522
- }, [N(n.$slots, "default", {}, void 0, !0)], 12, _r),
1526
+ }, [N(n.$slots, "default", {}, void 0, !0)], 14, _r),
1523
1527
  N(n.$slots, "footer", {}, void 0, !0)
1524
1528
  ], 64)) : N(n.$slots, "default", { key: 1 }, void 0, !0)], 14, gr));
1525
1529
  }
1526
- }), yr = ".pv-popover-list[data-v-7b85ebe3]{font-size:14px}.pv-popover-pinned-sections[data-v-7b85ebe3]{flex-direction:column;display:flex;overflow:hidden}.pv-popover-pinned-sections .pv-popover-list[data-v-7b85ebe3]{overflow-y:auto}", br = (e, t) => {
1530
+ }), yr = ".pv-popover-list[data-v-fe6e9c6a]{font-size:14px}.pv-popover-pinned-sections[data-v-fe6e9c6a]{flex-direction:column;display:flex;overflow:hidden}.pv-popover-pinned-sections .pv-popover-list[data-v-fe6e9c6a]{overflow-y:auto}", br = (e, t) => {
1527
1531
  let n = e.__vccOpts || e;
1528
1532
  for (let [e, r] of t) n[e] = r;
1529
1533
  return n;
1530
- }, xr = /* @__PURE__ */ br(vr, [["styles", [yr]], ["__scopeId", "data-v-7b85ebe3"]]);
1534
+ }, xr = /* @__PURE__ */ br(vr, [["styles", [yr]], ["__scopeId", "data-v-fe6e9c6a"]]);
1531
1535
  //#endregion
1532
1536
  //#region src/web-components/utils.ts
1533
1537
  function Sr() {
@@ -4185,10 +4189,13 @@ var Bo = ["data-style"], Vo = /* @__PURE__ */ f({
4185
4189
  })) : a("v-if", !0),
4186
4190
  ie.value ? (A(), o("p", Wo, F(P.value), 1)) : a("v-if", !0),
4187
4191
  a(" v-show, not a `pv-hide` class: PvPopover's scoped pinned-sections rule sets\n `display: flex` at class+attribute specificity, which outranks the `.pv-hide`\n utility. An inline display wins regardless of what the popover styles itself. "),
4192
+ a(" The thin scrollbar goes on both boxes: the popover root scrolls on its own, and\n the list takes over as the scroller once a header or footer is pinned. "),
4188
4193
  ne.value ? ge((A(), i(xr, {
4189
4194
  key: 3,
4195
+ class: "pv-scrollbar-visible",
4190
4196
  "css-custom-properties": d,
4191
4197
  isList: !0,
4198
+ listClass: "pv-scrollbar-visible",
4192
4199
  listId: k,
4193
4200
  listRole: "listbox"
4194
4201
  }, c({
@@ -4222,7 +4229,7 @@ var Bo = ["data-style"], Vo = /* @__PURE__ */ f({
4222
4229
  } : void 0]), 1536)), [[pe, y.value]]) : a("v-if", !0)
4223
4230
  ], 34)), [[ae(No), De]]);
4224
4231
  }
4225
- }), [["styles", [".pv-query-builder-input-wrapper[data-v-fb2cc737]{background:var(--color-background-accent,var(--secondary-lighten-8,#f7f8f8));border-radius:var(--corner-radius-M,4px);border:1px solid var(--color-border,var(--stroke-light,#e3e7ea));cursor:text;--button-small-icon-only-padding:.1875rem;align-items:center;width:100%;min-height:2rem;padding:.1875rem .25rem;font-size:.75rem;display:flex;position:relative}.pv-query-builder-input-small[data-v-fb2cc737]{--button-small-icon-only-padding:.0625rem;min-height:1.5rem;padding-block:.0625rem}.pv-query-builder-input[data-v-fb2cc737]{justify-content:start;overflow-x:hidden}.pv-query-builder-input-wrapper input[data-v-fb2cc737]{background:0 0;border:none;outline:none;flex:1rem;min-width:1rem;font-size:.75rem}.pv-query-builder-group-label[data-v-fb2cc737]{padding:.5rem .5rem .25rem;font-weight:500;display:block}.pv-query-builder-option-active[data-v-fb2cc737]{background-color:var(--popover-list-item-hover-background-color,#f5f5f5);border-radius:var(--popover-list-item-radius,4px)}.pv-query-builder-input-wrapper[data-v-fb2cc737]:focus-within{border-color:var(--text-input-focus-border-color,#36c5ba)}"]], ["__scopeId", "data-v-fb2cc737"]]), Xo = Object.defineProperty, Zo = Object.getOwnPropertySymbols, Qo = Object.prototype.hasOwnProperty, $o = Object.prototype.propertyIsEnumerable, es = (e, t, n) => t in e ? Xo(e, t, {
4232
+ }), [["styles", [".pv-query-builder-input-wrapper[data-v-62aa7767]{background:var(--color-background-accent,var(--secondary-lighten-8,#f7f8f8));border-radius:var(--corner-radius-M,4px);border:1px solid var(--color-border,var(--stroke-light,#e3e7ea));cursor:text;--button-small-icon-only-padding:.1875rem;align-items:center;width:100%;min-height:2rem;padding:.1875rem .25rem;font-size:.75rem;display:flex;position:relative}.pv-query-builder-input-small[data-v-62aa7767]{--button-small-icon-only-padding:.0625rem;min-height:1.5rem;padding-block:.0625rem}.pv-query-builder-input[data-v-62aa7767]{justify-content:start;overflow-x:hidden}.pv-query-builder-input-wrapper input[data-v-62aa7767]{background:0 0;border:none;outline:none;flex:1rem;min-width:1rem;font-size:.75rem}.pv-query-builder-group-label[data-v-62aa7767]{padding:.5rem .5rem .25rem;font-weight:500;display:block}.pv-query-builder-option-active[data-v-62aa7767]{background-color:var(--popover-list-item-hover-background-color,#f5f5f5);border-radius:var(--popover-list-item-radius,4px)}.pv-query-builder-input-wrapper[data-v-62aa7767]:focus-within{border-color:var(--text-input-focus-border-color,#36c5ba)}"]], ["__scopeId", "data-v-62aa7767"]]), Xo = Object.defineProperty, Zo = Object.getOwnPropertySymbols, Qo = Object.prototype.hasOwnProperty, $o = Object.prototype.propertyIsEnumerable, es = (e, t, n) => t in e ? Xo(e, t, {
4226
4233
  enumerable: !0,
4227
4234
  configurable: !0,
4228
4235
  writable: !0,
@@ -3992,6 +3992,14 @@ var qo = ["data-align"], Jo = ["id", "role"], Yo = /* @__PURE__ */ at(/* @__PURE
3992
3992
  type: Boolean,
3993
3993
  default: !1
3994
3994
  },
3995
+ isSortable: {
3996
+ type: Boolean,
3997
+ default: !1
3998
+ },
3999
+ listClass: {
4000
+ default: void 0,
4001
+ type: String
4002
+ },
3995
4003
  listId: {
3996
4004
  default: void 0,
3997
4005
  type: String
@@ -3999,10 +4007,6 @@ var qo = ["data-align"], Jo = ["id", "role"], Yo = /* @__PURE__ */ at(/* @__PURE
3999
4007
  listRole: {
4000
4008
  default: "list",
4001
4009
  type: String
4002
- },
4003
- isSortable: {
4004
- type: Boolean,
4005
- default: !1
4006
4010
  }
4007
4011
  },
4008
4012
  emits: ["list-order-updated"],
@@ -4028,13 +4032,13 @@ var qo = ["data-align"], Jo = ["id", "role"], Yo = /* @__PURE__ */ at(/* @__PURE
4028
4032
  id: e.listId,
4029
4033
  ref: "popoverList",
4030
4034
  role: e.listRole,
4031
- class: "pv-popover-list",
4035
+ class: x(["pv-popover-list", e.listClass]),
4032
4036
  style: C(e.cssCustomListProperties)
4033
- }, [N(n.$slots, "default", {}, void 0, !0)], 12, Jo),
4037
+ }, [N(n.$slots, "default", {}, void 0, !0)], 14, Jo),
4034
4038
  N(n.$slots, "footer", {}, void 0, !0)
4035
4039
  ], 64)) : N(n.$slots, "default", { key: 1 }, void 0, !0)], 14, qo));
4036
4040
  }
4037
- }), [["styles", [".pv-popover-list[data-v-7b85ebe3]{font-size:14px}.pv-popover-pinned-sections[data-v-7b85ebe3]{flex-direction:column;display:flex;overflow:hidden}.pv-popover-pinned-sections .pv-popover-list[data-v-7b85ebe3]{overflow-y:auto}"]], ["__scopeId", "data-v-7b85ebe3"]]), Xo = ["role"], Zo = [
4041
+ }), [["styles", [".pv-popover-list[data-v-fe6e9c6a]{font-size:14px}.pv-popover-pinned-sections[data-v-fe6e9c6a]{flex-direction:column;display:flex;overflow:hidden}.pv-popover-pinned-sections .pv-popover-list[data-v-fe6e9c6a]{overflow-y:auto}"]], ["__scopeId", "data-v-fe6e9c6a"]]), Xo = ["role"], Zo = [
4038
4042
  "data-active",
4039
4043
  "data-option-id",
4040
4044
  "data-testid",