@turquoisehealth/pit-viper 2.210.0 → 2.210.2-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 (37) 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-action-button-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-filter-panel-stats.html +1 -1
  7. package/pv-components/dist/stats/web/pv-hover-action-menu-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-popover-v2-stats.html +1 -1
  11. package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
  12. package/pv-components/dist/stats/web/pv-segmented-control-stats.html +1 -1
  13. package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
  14. package/pv-components/dist/stats/web/pv-split-button-stats.html +1 -1
  15. package/pv-components/dist/stats/web/pv-toggle-group-stats.html +1 -1
  16. package/pv-components/dist/stats/web/pv-tooltip-v2-stats.html +1 -1
  17. package/pv-components/dist/vue/base/pv-components-base.mjs +19 -18
  18. package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
  19. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/constants.d.ts +2 -0
  20. package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +6 -0
  21. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +1504 -1486
  22. package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
  23. package/pv-components/dist/web/components/pv-action-button/pv-action-button.js +434 -433
  24. package/pv-components/dist/web/components/pv-filter-modal/pv-filter-modal.js +131 -130
  25. package/pv-components/dist/web/components/pv-filter-panel/pv-filter-panel.js +214 -213
  26. package/pv-components/dist/web/components/pv-hover-action-menu/pv-hover-action-menu.js +115 -114
  27. package/pv-components/dist/web/components/pv-menu/pv-menu.js +662 -661
  28. package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +607 -606
  29. package/pv-components/dist/web/components/pv-popover-v2/pv-popover-v2.js +18 -17
  30. package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +19 -18
  31. package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +627 -626
  32. package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +34 -33
  33. package/pv-components/dist/web/components/pv-split-button/pv-split-button.js +81 -80
  34. package/pv-components/dist/web/components/pv-toggle-group/pv-toggle-group.js +465 -464
  35. package/pv-components/dist/web/components/pv-tooltip-v2/pv-tooltip-v2.js +224 -223
  36. package/pv-components/dist/web/pv-components.iife.js +1 -1
  37. 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, defineComponent as d, defineCustomElement as f, getCurrentInstance as p, getCurrentScope as m, guardReactiveProps as h, inject as g, isRef as _, mergeModels as v, mergeProps as y, nextTick as b, normalizeClass as x, normalizeProps as S, normalizeStyle as C, onBeforeUnmount as w, onBeforeUpdate as T, onMounted as E, onScopeDispose as D, onUnmounted as ee, openBlock as O, provide as k, reactive as A, readonly as te, ref as j, renderList as ne, renderSlot as M, resolveComponent as re, resolveDynamicComponent as ie, shallowRef as N, toDisplayString as P, toValue as F, unref as I, useId as ae, useModel as oe, useSlots as se, useTemplateRef as ce, vModelCheckbox as le, vModelText as ue, vShow as de, watch as L, watchEffect as fe, withCtx as R, withDirectives as pe, withModifiers as me } 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, defineComponent as d, defineCustomElement as f, getCurrentInstance as p, getCurrentScope as m, guardReactiveProps as h, inject as g, isRef as _, mergeModels as v, mergeProps as y, nextTick as b, normalizeClass as x, normalizeProps as S, normalizeStyle as C, onBeforeUnmount as w, onBeforeUpdate as T, onMounted as E, onScopeDispose as ee, onUnmounted as D, openBlock as O, provide as k, reactive as A, readonly as te, ref as j, renderList as ne, renderSlot as M, resolveComponent as re, resolveDynamicComponent as ie, shallowRef as N, toDisplayString as P, toValue as F, unref as I, useId as ae, useModel as oe, useSlots as se, useTemplateRef as ce, vModelCheckbox as le, vModelText as ue, vShow as de, watch as L, watchEffect as fe, withCtx as R, withDirectives as pe, withModifiers as me } from "vue";
3
3
  //#region \0rolldown/runtime.js
4
4
  var he = Object.defineProperty, ge = Object.getOwnPropertyDescriptor, _e = Object.getOwnPropertyNames, ve = Object.prototype.hasOwnProperty, ye = (e, t) => {
5
5
  let n = {};
@@ -18,7 +18,7 @@ var he = Object.defineProperty, ge = Object.getOwnPropertyDescriptor, _e = Objec
18
18
  //#endregion
19
19
  //#region ../node_modules/.pnpm/@vueuse+shared@13.9.0_vue@3.5.32_typescript@5.9.3_/node_modules/@vueuse/shared/index.mjs
20
20
  function Se(e) {
21
- return m() ? (D(e), !0) : !1;
21
+ return m() ? (ee(e), !0) : !1;
22
22
  }
23
23
  var Ce = typeof window < "u" && typeof document < "u";
24
24
  typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
@@ -1541,7 +1541,7 @@ function vr(e, t, n) {
1541
1541
  }
1542
1542
  //#endregion
1543
1543
  //#region src/components/base/PvPopoverV2/PvPopoverV2.vue?vue&type=script&setup=true&lang.ts
1544
- var yr = ["popover"], br = 0, xr = /* @__PURE__ */ st(/* @__PURE__ */ d({
1544
+ var yr = ["popover"], br = "--pv-popover-v2-anchor", xr = /* @__PURE__ */ st(/* @__PURE__ */ d({
1545
1545
  __name: "PvPopoverV2",
1546
1546
  props: /* @__PURE__ */ v({
1547
1547
  disableAutoPlacement: {
@@ -1600,8 +1600,9 @@ var yr = ["popover"], br = 0, xr = /* @__PURE__ */ st(/* @__PURE__ */ d({
1600
1600
  "anchor-name: --pv-anchor",
1601
1601
  "position-area: bottom",
1602
1602
  "position-try-fallbacks: flip-block",
1603
- "position-visibility: anchors-visible"
1604
- ].every((e) => CSS.supports(e)), g = j(!1), _ = j(null), v = j(null), y = j(null), x = j(null), S = j(""), w = Ye(v), T = Ye(x), D = j(!1), k = {
1603
+ "position-visibility: anchors-visible",
1604
+ `anchor-scope: ${br}`
1605
+ ].every((e) => CSS.supports(e)), g = j(!1), _ = j(null), v = j(null), y = j(null), x = j(null), S = Ye(v), w = Ye(x), T = j(!1), ee = {
1605
1606
  "top-center": "top",
1606
1607
  "bottom-center": "bottom",
1607
1608
  "center-left": "left",
@@ -1610,7 +1611,7 @@ var yr = ["popover"], br = 0, xr = /* @__PURE__ */ st(/* @__PURE__ */ d({
1610
1611
  "top-right": "top-end",
1611
1612
  "bottom-left": "bottom-start",
1612
1613
  "bottom-right": "bottom-end"
1613
- }, A = {
1614
+ }, k = {
1614
1615
  "top-center": {
1615
1616
  area: "top",
1616
1617
  margin: "margin-block-end"
@@ -1643,10 +1644,10 @@ var yr = ["popover"], br = 0, xr = /* @__PURE__ */ st(/* @__PURE__ */ d({
1643
1644
  area: "bottom span-left",
1644
1645
  margin: "margin-block-start"
1645
1646
  }
1646
- }, te = r(() => t.showOnHover || t.disableClickOutsideToClose ? "manual" : "auto"), ne = r(() => h ? { "anchor-name": S.value } : void 0), re = r(() => {
1647
- let e = A[t.position];
1647
+ }, A = r(() => t.showOnHover || t.disableClickOutsideToClose ? "manual" : "auto"), te = r(() => h ? { "anchor-scope": br } : void 0), ne = r(() => h ? { "anchor-name": br } : void 0), re = r(() => {
1648
+ let e = k[t.position];
1648
1649
  return {
1649
- "position-anchor": S.value,
1650
+ "position-anchor": br,
1650
1651
  "position-area": e.area,
1651
1652
  "position-try-fallbacks": t.disableAutoPlacement ? void 0 : "flip-block, flip-inline, flip-block flip-inline",
1652
1653
  [e.margin]: `${t.offset ?? 0}px`
@@ -1656,7 +1657,7 @@ var yr = ["popover"], br = 0, xr = /* @__PURE__ */ st(/* @__PURE__ */ d({
1656
1657
  let e = [];
1657
1658
  t.disableAutoPlacement || e.push(sr({ fallbackStrategy: "initialPlacement" })), t.offset && e.push(or(t.offset));
1658
1659
  let n = vr(y, x, {
1659
- placement: k[t.position],
1660
+ placement: ee[t.position],
1660
1661
  strategy: t.positioningStrategy,
1661
1662
  middleware: e
1662
1663
  });
@@ -1691,13 +1692,13 @@ var yr = ["popover"], br = 0, xr = /* @__PURE__ */ st(/* @__PURE__ */ d({
1691
1692
  }, ue = () => {
1692
1693
  let e = x.value;
1693
1694
  !e || !g.value || !m.value || (c.value ? e.showPopover() : e.hidePopover());
1694
- }, fe = r(() => t.showOnHover ? t.disableInteractive ? w.value || D.value : w.value || T.value || D.value : !1), R = () => {
1695
+ }, fe = r(() => t.showOnHover ? t.disableInteractive ? S.value || T.value : S.value || w.value || T.value : !1), R = () => {
1695
1696
  t.showOnHover || le(F ? !1 : !c.value);
1696
1697
  }, me = (e) => {
1697
1698
  let t = e.newState === "open";
1698
1699
  c.value !== t && (c.value = t);
1699
1700
  }, he = (e) => {
1700
- h && te.value === "manual" && e.key === "Escape" && c.value && (e.preventDefault(), e.stopPropagation(), le(!1));
1701
+ h && A.value === "manual" && e.key === "Escape" && c.value && (e.preventDefault(), e.stopPropagation(), le(!1));
1701
1702
  };
1702
1703
  return L(c, async (e) => {
1703
1704
  if (!h) {
@@ -1718,27 +1719,27 @@ var yr = ["popover"], br = 0, xr = /* @__PURE__ */ st(/* @__PURE__ */ d({
1718
1719
  }), L(m, (e) => {
1719
1720
  e ? h && c.value && b(ue) : (se(), ce(), c.value = !1);
1720
1721
  }), E(() => {
1721
- y.value = v.value, h && (S.value = `--pv-popover-v2-${++br}`), g.value = !0, c.value && b(() => h ? ue() : ie());
1722
- }), ee(() => {
1722
+ y.value = v.value, g.value = !0, c.value && b(() => h ? ue() : ie());
1723
+ }), D(() => {
1723
1724
  se(), ce();
1724
1725
  }), (r, l) => (O(), o("div", {
1725
1726
  ref_key: "root",
1726
1727
  ref: _,
1727
- style: { width: "fit-content" },
1728
+ style: C([{ width: "fit-content" }, te.value]),
1728
1729
  onKeydown: he
1729
1730
  }, [s("div", {
1730
1731
  ref_key: "triggerWrapper",
1731
1732
  ref: v,
1732
1733
  style: C(ne.value),
1733
1734
  onClick: R,
1734
- onFocusin: l[0] ||= (e) => D.value = !0,
1735
- onFocusout: l[1] ||= (e) => D.value = !1
1735
+ onFocusin: l[0] ||= (e) => T.value = !0,
1736
+ onFocusout: l[1] ||= (e) => T.value = !1
1736
1737
  }, [M(r.$slots, "trigger")], 36), g.value && I(h) && m.value ? (O(), o("div", {
1737
1738
  key: 0,
1738
1739
  ref_key: "floating",
1739
1740
  ref: x,
1740
1741
  class: "pv-floating pv-floating-native",
1741
- popover: te.value,
1742
+ popover: A.value,
1742
1743
  style: C(re.value),
1743
1744
  onToggle: me
1744
1745
  }, [M(r.$slots, "content")], 44, yr)) : m.value ? (O(), i(n, {
@@ -1750,9 +1751,9 @@ var yr = ["popover"], br = 0, xr = /* @__PURE__ */ st(/* @__PURE__ */ d({
1750
1751
  ref: x,
1751
1752
  class: "pv-floating",
1752
1753
  style: C(P.value)
1753
- }, [M(r.$slots, "content")], 4), [[de, c.value]])], 8, ["to", "disabled"])) : a("v-if", !0)], 544));
1754
+ }, [M(r.$slots, "content")], 4), [[de, c.value]])], 8, ["to", "disabled"])) : a("v-if", !0)], 36));
1754
1755
  }
1755
- }), [["styles", [".pv-floating-native[data-v-97886581]{width:max-content;color:inherit;position-visibility:anchors-visible;background:0 0;border:0;margin:0;padding:0;position:fixed;inset:auto;overflow:visible}.pv-floating-native[data-v-97886581]>.pv-popover,.pv-floating-native>slot[name=content][data-v-97886581]::slotted(.pv-popover){position:static!important}"]], ["__scopeId", "data-v-97886581"]]);
1756
+ }), [["styles", [".pv-floating-native[data-v-08e2d92a]{width:max-content;color:inherit;position-visibility:anchors-visible;background:0 0;border:0;margin:0;padding:0;position:fixed;inset:auto;overflow:visible}.pv-floating-native[data-v-08e2d92a]>.pv-popover,.pv-floating-native>slot[name=content][data-v-08e2d92a]::slotted(.pv-popover){position:static!important}"]], ["__scopeId", "data-v-08e2d92a"]]);
1756
1757
  //#endregion
1757
1758
  //#region src/components/base/PvMenu/cascadeUtils.ts
1758
1759
  function Sr(e) {
@@ -2141,10 +2142,10 @@ var Tr = {
2141
2142
  icon: n.menuOptionConfig?.variant === "icon" ? n.icon : void 0,
2142
2143
  companyName: n.menuOptionConfig?.variant === "company" ? n.companyName || n.text : void 0
2143
2144
  };
2144
- }), E = r(() => n.action ?? n.menuOptionConfig?.action), D = r(() => {
2145
+ }), E = r(() => n.action ?? n.menuOptionConfig?.action), ee = r(() => {
2145
2146
  let e = n.menuOptionConfig?.variant;
2146
2147
  return e !== "checkbox" && e !== "radio";
2147
- }), ee = r(() => n.menuOptionConfig?.variant === "radio" ? "radio" : "checkbox"), k = `${ee.value}-${p()?.uid}`, A = r(() => n.menuOptionConfig?.variant === "checkbox" ? "pv-checkbox" : "pv-radio"), te = r(() => `pv-menu${n.menuOptionConfig?.variant === "checkbox" ? "-checkbox" : n.menuOptionConfig?.variant === "radio" ? "-radio" : ""}-item`), ne = t, M = (e) => {
2148
+ }), D = r(() => n.menuOptionConfig?.variant === "radio" ? "radio" : "checkbox"), k = `${D.value}-${p()?.uid}`, A = r(() => n.menuOptionConfig?.variant === "checkbox" ? "pv-checkbox" : "pv-radio"), te = r(() => `pv-menu${n.menuOptionConfig?.variant === "checkbox" ? "-checkbox" : n.menuOptionConfig?.variant === "radio" ? "-radio" : ""}-item`), ne = t, M = (e) => {
2148
2149
  n.disabled || (ne("handle-selected", {
2149
2150
  option: { ...n },
2150
2151
  event: e
@@ -2164,8 +2165,8 @@ var Tr = {
2164
2165
  s("input", {
2165
2166
  ref_key: "inputRef",
2166
2167
  ref: c,
2167
- hidden: D.value,
2168
- type: ee.value,
2168
+ hidden: ee.value,
2169
+ type: D.value,
2169
2170
  name: k,
2170
2171
  checked: _.value,
2171
2172
  indeterminate: v.value,
@@ -2374,7 +2375,7 @@ var Tr = {
2374
2375
  }), E = r(() => Sr({
2375
2376
  ...i,
2376
2377
  children: v.value
2377
- }) && i.level < ri), D = r(() => E.value ? l.value ? m.value : !0 : !1), ee = 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), A = n, te = r(() => _.value || i.totalChildCount == null ? !1 : i.totalChildCount > v.value.length), M = async () => {
2378
+ }) && i.level < ri), ee = r(() => E.value ? l.value ? m.value : !0 : !1), D = 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), A = n, te = r(() => _.value || i.totalChildCount == null ? !1 : i.totalChildCount > v.value.length), M = async () => {
2378
2379
  if (h.value) return;
2379
2380
  if (!i.handleSeeMore) {
2380
2381
  A("see-more", {
@@ -2430,7 +2431,7 @@ var Tr = {
2430
2431
  queryText: e.queryText,
2431
2432
  highlightSearchText: e.highlightSearchText,
2432
2433
  showChevron: I(l) && E.value,
2433
- chevronIcon: ee.value,
2434
+ chevronIcon: D.value,
2434
2435
  expanded: m.value,
2435
2436
  onHandleSelected: ie,
2436
2437
  onToggleExpanded: S,
@@ -2444,7 +2445,7 @@ var Tr = {
2444
2445
  "chevronIcon",
2445
2446
  "expanded",
2446
2447
  "selected"
2447
- ]), D.value ? (O(), o("ul", {
2448
+ ]), ee.value ? (O(), o("ul", {
2448
2449
  key: 0,
2449
2450
  role: "list",
2450
2451
  style: C(w.value)
@@ -3085,7 +3086,7 @@ var Q = {
3085
3086
  getCommon({ name: e = "", theme: t = {}, params: n, set: r, defaults: i }) {
3086
3087
  let { preset: a, options: o } = t, s, c, l, u, d, f, p;
3087
3088
  if (Y(a) && o.transform !== "strict") {
3088
- let { primitive: t, semantic: n, extend: m } = a, h = n || {}, { colorScheme: g } = h, _ = Wi(h, ["colorScheme"]), v = m || {}, { colorScheme: y } = v, b = Wi(v, ["colorScheme"]), x = g || {}, { dark: S } = x, C = Wi(x, ["dark"]), w = y || {}, { dark: T } = w, E = Wi(w, ["dark"]), D = Y(t) ? this._toVariables({ primitive: t }, o) : {}, ee = Y(_) ? this._toVariables({ semantic: _ }, o) : {}, O = Y(C) ? this._toVariables({ light: C }, o) : {}, k = Y(S) ? this._toVariables({ dark: S }, o) : {}, A = Y(b) ? this._toVariables({ semantic: b }, o) : {}, te = Y(E) ? this._toVariables({ light: E }, o) : {}, j = Y(T) ? this._toVariables({ dark: T }, o) : {}, [ne, M] = [D.declarations ?? "", D.tokens], [re, ie] = [ee.declarations ?? "", ee.tokens || []], [N, P] = [O.declarations ?? "", O.tokens || []], [F, I] = [k.declarations ?? "", k.tokens || []], [ae, oe] = [A.declarations ?? "", A.tokens || []], [se, ce] = [te.declarations ?? "", te.tokens || []], [le, ue] = [j.declarations ?? "", j.tokens || []];
3089
+ let { primitive: t, semantic: n, extend: m } = a, h = n || {}, { colorScheme: g } = h, _ = Wi(h, ["colorScheme"]), v = m || {}, { colorScheme: y } = v, b = Wi(v, ["colorScheme"]), x = g || {}, { dark: S } = x, C = Wi(x, ["dark"]), w = y || {}, { dark: T } = w, E = Wi(w, ["dark"]), ee = Y(t) ? this._toVariables({ primitive: t }, o) : {}, D = Y(_) ? this._toVariables({ semantic: _ }, o) : {}, O = Y(C) ? this._toVariables({ light: C }, o) : {}, k = Y(S) ? this._toVariables({ dark: S }, o) : {}, A = Y(b) ? this._toVariables({ semantic: b }, o) : {}, te = Y(E) ? this._toVariables({ light: E }, o) : {}, j = Y(T) ? this._toVariables({ dark: T }, o) : {}, [ne, M] = [ee.declarations ?? "", ee.tokens], [re, ie] = [D.declarations ?? "", D.tokens || []], [N, P] = [O.declarations ?? "", O.tokens || []], [F, I] = [k.declarations ?? "", k.tokens || []], [ae, oe] = [A.declarations ?? "", A.tokens || []], [se, ce] = [te.declarations ?? "", te.tokens || []], [le, ue] = [j.declarations ?? "", j.tokens || []];
3089
3090
  s = this.transformCSS(e, ne, "light", "variable", o, r, i), c = M, l = `${this.transformCSS(e, `${re}${N}`, "light", "variable", o, r, i)}${this.transformCSS(e, `${F}`, "dark", "variable", o, r, i)}`, u = [...new Set([
3090
3091
  ...ie,
3091
3092
  ...P,
@@ -3119,9 +3120,9 @@ var Q = {
3119
3120
  "colorScheme",
3120
3121
  "extend",
3121
3122
  "css"
3122
- ]), h = f || {}, { colorScheme: g } = h, _ = Wi(h, ["colorScheme"]), v = d || {}, { dark: y } = v, b = Wi(v, ["dark"]), x = g || {}, { dark: S } = x, C = Wi(x, ["dark"]), w = Y(m) ? this._toVariables({ [r]: Z(Z({}, m), _) }, n) : {}, T = Y(b) ? this._toVariables({ [r]: Z(Z({}, b), C) }, n) : {}, E = Y(y) ? this._toVariables({ [r]: Z(Z({}, y), S) }, n) : {}, [D, ee] = [w.declarations ?? "", w.tokens || []], [O, k] = [T.declarations ?? "", T.tokens || []], [A, te] = [E.declarations ?? "", E.tokens || []];
3123
- s = `${this.transformCSS(r, `${D}${O}`, "light", "variable", n, i, a, o)}${this.transformCSS(r, A, "dark", "variable", n, i, a, o)}`, c = [...new Set([
3124
- ...ee,
3123
+ ]), h = f || {}, { colorScheme: g } = h, _ = Wi(h, ["colorScheme"]), v = d || {}, { dark: y } = v, b = Wi(v, ["dark"]), x = g || {}, { dark: S } = x, C = Wi(x, ["dark"]), w = Y(m) ? this._toVariables({ [r]: Z(Z({}, m), _) }, n) : {}, T = Y(b) ? this._toVariables({ [r]: Z(Z({}, b), C) }, n) : {}, E = Y(y) ? this._toVariables({ [r]: Z(Z({}, y), S) }, n) : {}, [ee, D] = [w.declarations ?? "", w.tokens || []], [O, k] = [T.declarations ?? "", T.tokens || []], [A, te] = [E.declarations ?? "", E.tokens || []];
3124
+ 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([
3125
+ ...D,
3125
3126
  ...k,
3126
3127
  ...te
3127
3128
  ])], l = Si(p, { dt: aa });
@@ -3482,7 +3483,7 @@ function ga(e) {
3482
3483
  }
3483
3484
  var _a = 0;
3484
3485
  function va(e) {
3485
- var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = j(!1), r = j(e), i = j(null), a = Pi() ? 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_${++_a}` : 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, D = E === void 0 ? void 0 : E, ee = t.props, O = ee === void 0 ? {} : ee, k = function() {}, A = function(t) {
3486
+ var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = j(!1), r = j(e), i = j(null), a = Pi() ? 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_${++_a}` : 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, k = function() {}, A = function(t) {
3486
3487
  var a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
3487
3488
  if (s) {
3488
3489
  var o = fa(fa({}, O), a), c = o.name || p, l = o.id || h, u = o.nonce || y;
@@ -3492,7 +3493,7 @@ function va(e) {
3492
3493
  media: _,
3493
3494
  nonce: u
3494
3495
  }), x ? s.head.prepend(i.value) : s.head.appendChild(i.value), Fi(i.value, "data-primevue-style-id", c), Ni(i.value, o), i.value.onload = function(e) {
3495
- return D?.(e, { name: c });
3496
+ return ee?.(e, { name: c });
3496
3497
  }, C?.(c)), !n.value && (k = L(r, function(e) {
3497
3498
  i.value.textContent = e, T?.(c);
3498
3499
  }, { immediate: !0 }), n.value = !0);