@solfacil/girassol 0.59.3 → 0.60.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.
@@ -1,4 +1,4 @@
1
- import { defineComponent as re, openBlock as d, createElementBlock as I, normalizeClass as ee, createElementVNode as g, toDisplayString as q, useSlots as _t, computed as j, unref as c, renderSlot as L, createCommentVNode as x, createVNode as R, createBlock as U, withCtx as Y, ref as W, withDirectives as Ke, getCurrentInstance as qt, version as Pd, watch as $e, onMounted as ct, provide as lc, isRef as gt, onBeforeUnmount as sc, toRef as xt, resolveDynamicComponent as ke, h as qi, inject as uc, reactive as Tt, onUnmounted as Cn, nextTick as Dt, warn as cc, watchEffect as dc, markRaw as Od, mergeProps as Oe, vShow as nt, vModelText as $d, Fragment as se, renderList as pe, createTextVNode as ue, getCurrentScope as fc, onScopeDispose as Dl, withModifiers as Ge, shallowRef as Ed, triggerRef as os, normalizeStyle as At, withKeys as he, Transition as Lt, createSlots as rt, normalizeProps as et, Teleport as Ha, guardReactiveProps as Wt, onBeforeUpdate as Zd, defineAsyncComponent as ht, pushScopeId as Kt, popScopeId as en, createStaticVNode as Gd, toRaw as fn, render as mc } from "vue";
1
+ import { defineComponent as re, openBlock as d, createElementBlock as I, normalizeClass as q, createElementVNode as g, toDisplayString as K, useSlots as _t, computed as j, unref as c, renderSlot as L, createCommentVNode as x, createVNode as R, createBlock as U, withCtx as Y, ref as W, withDirectives as Ke, getCurrentInstance as qt, version as Pd, watch as $e, onMounted as ct, provide as lc, isRef as gt, onBeforeUnmount as sc, toRef as xt, resolveDynamicComponent as ke, h as qi, inject as uc, reactive as Tt, onUnmounted as Cn, nextTick as Dt, warn as cc, watchEffect as dc, markRaw as Od, mergeProps as Oe, vShow as nt, vModelText as $d, Fragment as se, renderList as pe, createTextVNode as ue, getCurrentScope as fc, onScopeDispose as Dl, withModifiers as Ge, shallowRef as Ed, triggerRef as os, normalizeStyle as At, withKeys as he, Transition as Lt, createSlots as rt, normalizeProps as et, Teleport as Ha, guardReactiveProps as Wt, onBeforeUpdate as Zd, defineAsyncComponent as ht, pushScopeId as Kt, popScopeId as en, createStaticVNode as Gd, toRaw as fn, render as mc } from "vue";
2
2
  const Bd = /* @__PURE__ */ g("path", {
3
3
  class: "path",
4
4
  d: "M16.0008 1.5C17.905 1.5 19.7905 1.87506 21.5497 2.60375C23.3089 3.33244 24.9074 4.4005 26.2538 5.74695C27.6003 7.0934 28.6684 8.69187 29.397 10.4511C30.1257 12.2103 30.5008 14.0958 30.5008 16C30.5008 17.9042 30.1257 19.7897 29.397 21.5489C28.6684 23.3081 27.6003 24.9066 26.2538 26.2531C24.9074 27.5995 23.3089 28.6676 21.5497 29.3963C19.7905 30.1249 17.905 30.5 16.0008 30.5C14.0966 30.5 12.2111 30.1249 10.4519 29.3963C8.69266 28.6676 7.09419 27.5995 5.74774 26.253C4.4013 24.9066 3.33323 23.3081 2.60454 21.5489C1.87585 19.7897 1.50079 17.9042 1.50079 16C1.5008 14.0958 1.87585 12.2103 2.60454 10.4511C3.33324 8.69187 4.4013 7.0934 5.74775 5.74695C7.0942 4.4005 8.69267 3.33244 10.4519 2.60375C12.2111 1.87505 14.0966 1.5 16.0008 1.5L16.0008 1.5Z"
@@ -11,12 +11,12 @@ const Bd = /* @__PURE__ */ g("path", {
11
11
  },
12
12
  setup(e) {
13
13
  return (t, n) => (d(), I("svg", {
14
- class: ee(["sol-inner-loader", `icon-size-${e.size}`]),
14
+ class: q(["sol-inner-loader", `icon-size-${e.size}`]),
15
15
  viewBox: "0 0 32 32",
16
16
  fill: "none",
17
17
  xmlns: "http://www.w3.org/2000/svg"
18
18
  }, [
19
- g("title", null, q(e.title), 1),
19
+ g("title", null, K(e.title), 1),
20
20
  Bd
21
21
  ], 2));
22
22
  }
@@ -53,7 +53,7 @@ const Yd = ["id", "data-testid", "disabled"], Ud = {
53
53
  return d(), I("button", {
54
54
  id: `button-${e.id}`,
55
55
  "data-testid": `button-${e.id}`,
56
- class: ee(["sol-button-core", `-${e.variant} -${e.size}
56
+ class: q(["sol-button-core", `-${e.variant} -${e.size}
57
57
  ${t(e.loading, "-loading")}
58
58
  ${t(e.onColor, "-on-color")}
59
59
  ${t(c(a), "-has-icon")}
@@ -357,7 +357,7 @@ const lf = ["id", "data-testid", "value"], Fa = /* @__PURE__ */ re({
357
357
  ref: l,
358
358
  "data-testid": `input-${e.id}`,
359
359
  value: e.modelValue,
360
- class: ee(["sol-input-core", [`-${e.size}`, { "-error": e.error, "-feedback-icon": e.hasFeedbackIcon, "-left-icon": e.hasLeftIcon, "-right-icon": e.hasRightIcon }]]),
360
+ class: q(["sol-input-core", [`-${e.size}`, { "-error": e.error, "-feedback-icon": e.hasFeedbackIcon, "-left-icon": e.hasLeftIcon, "-right-icon": e.hasRightIcon }]]),
361
361
  onInput: o
362
362
  }, null, 42, lf)), [
363
363
  [c(r), c(a)]
@@ -2667,17 +2667,17 @@ const wm = { name: "girassol-done", render: bm }, Nm = ["id", "data-testid"], jm
2667
2667
  return (v, p) => (d(), I("div", {
2668
2668
  id: `input-currency-${e.id}`,
2669
2669
  "data-testid": `input-currency-${e.id}`,
2670
- class: ee([[`${v.$props.class}`, { "-disabled": e.disabled }], "sol-input-currency-core"])
2670
+ class: q([[`${v.$props.class}`, { "-disabled": e.disabled }], "sol-input-currency-core"])
2671
2671
  }, [
2672
2672
  e.label ? (d(), I("label", {
2673
2673
  key: 0,
2674
2674
  for: `input-currency-input-${e.id}`,
2675
2675
  "data-testid": `input-currency-label-${e.id}`,
2676
- class: ee(["label", `-${e.size}`]),
2676
+ class: q(["label", `-${e.size}`]),
2677
2677
  "data-required": e.required
2678
- }, q(e.label), 11, jm)) : x("", !0),
2678
+ }, K(e.label), 11, jm)) : x("", !0),
2679
2679
  g("div", {
2680
- class: ee(["container-input", `-${e.size}`])
2680
+ class: q(["container-input", `-${e.size}`])
2681
2681
  }, [
2682
2682
  R(Fa, Oe(v.$attrs, {
2683
2683
  id: `currency-input-${e.id}`,
@@ -2698,13 +2698,13 @@ const wm = { name: "girassol-done", render: bm }, Nm = ["id", "data-testid"], jm
2698
2698
  }), null, 16, ["id", "model-value", "size", "name", "placeholder", "data-required", "has-feedback-icon", "error", "disabled", "aria-invalid", "aria-describedby"]),
2699
2699
  e.isLoading ? (d(), U(zn, {
2700
2700
  key: 0,
2701
- class: ee(["icon-position", `-${e.size}`]),
2701
+ class: q(["icon-position", `-${e.size}`]),
2702
2702
  title: "carregando",
2703
2703
  "aria-busy": e.isSuccess,
2704
2704
  size: e.size
2705
2705
  }, null, 8, ["aria-busy", "class", "size"])) : (d(), I("div", {
2706
2706
  key: 1,
2707
- class: ee(["icon-position", `-${e.size}`])
2707
+ class: q(["icon-position", `-${e.size}`])
2708
2708
  }, [
2709
2709
  e.isSuccess ? (d(), U(c(wm), {
2710
2710
  key: 0,
@@ -2717,8 +2717,8 @@ const wm = { name: "girassol-done", render: bm }, Nm = ["id", "data-testid"], jm
2717
2717
  key: 1,
2718
2718
  id: `input-currency-describe-${e.id}`,
2719
2719
  "data-testid": `input-currency-describe-${e.id}`,
2720
- class: ee(["message", `-${c(y).type}`])
2721
- }, q(c(y).text), 11, Sm)) : x("", !0)
2720
+ class: q(["message", `-${c(y).type}`])
2721
+ }, K(c(y).text), 11, Sm)) : x("", !0)
2722
2722
  ], 10, Nm));
2723
2723
  }
2724
2724
  });
@@ -2794,15 +2794,15 @@ const Oc = { name: "material-symbols-done", render: km }, _m = ["id", "data-test
2794
2794
  return (p, N) => (d(), I("div", {
2795
2795
  id: `input-text-${e.id}`,
2796
2796
  "data-testid": `input-text-${e.id}`,
2797
- class: ee([[`${p.$props.class}`, { "-disabled": e.disabled }], "sol-input-text-core"])
2797
+ class: q([[`${p.$props.class}`, { "-disabled": e.disabled }], "sol-input-text-core"])
2798
2798
  }, [
2799
2799
  e.label ? (d(), I("label", {
2800
2800
  key: 0,
2801
2801
  for: `input-text-input-${e.id}`,
2802
2802
  "data-testid": `input-text-label-${e.id}`,
2803
- class: ee(["label", `-${e.size}`]),
2803
+ class: q(["label", `-${e.size}`]),
2804
2804
  "data-required": e.required
2805
- }, q(e.label), 11, Lm)) : x("", !0),
2805
+ }, K(e.label), 11, Lm)) : x("", !0),
2806
2806
  g("div", Cm, [
2807
2807
  c(r) ? (d(), I("div", zm, [
2808
2808
  L(p.$slots, "icon:left")
@@ -2832,13 +2832,13 @@ const Oc = { name: "material-symbols-done", render: km }, _m = ["id", "data-test
2832
2832
  }), null, 16, ["id", "modelValue", "size", "name", "mask", "placeholder", "data-required", "has-feedback-icon", "has-left-icon", "has-right-icon", "error", "disabled", "aria-invalid", "aria-describedby"]),
2833
2833
  e.isLoading ? (d(), U(zn, {
2834
2834
  key: 2,
2835
- class: ee(["icon-position", `-${e.size}`]),
2835
+ class: q(["icon-position", `-${e.size}`]),
2836
2836
  title: "carregando",
2837
2837
  "aria-busy": e.isSuccess,
2838
2838
  size: e.size
2839
2839
  }, null, 8, ["aria-busy", "class", "size"])) : (d(), I("div", {
2840
2840
  key: 3,
2841
- class: ee(["icon-position", `-${e.size}`])
2841
+ class: q(["icon-position", `-${e.size}`])
2842
2842
  }, [
2843
2843
  e.isSuccess ? (d(), U(c(Oc), {
2844
2844
  key: 0,
@@ -2851,8 +2851,8 @@ const Oc = { name: "material-symbols-done", render: km }, _m = ["id", "data-test
2851
2851
  key: 1,
2852
2852
  id: `input-text-describe-${e.id}`,
2853
2853
  "data-testid": `input-text-describe-${e.id}`,
2854
- class: ee(["message", `-${c(m).type}`])
2855
- }, q(c(m).text), 11, Om)) : x("", !0)
2854
+ class: q(["message", `-${c(m).type}`])
2855
+ }, K(c(m).text), 11, Om)) : x("", !0)
2856
2856
  ], 10, _m));
2857
2857
  }
2858
2858
  });
@@ -3005,7 +3005,7 @@ const Fm = ["id", "data-testid"], Xm = ["id", "data-testid", "for", "data-requir
3005
3005
  return d(), I("div", {
3006
3006
  id: `input-textarea-${e.id}`,
3007
3007
  "data-testid": `input-textarea-${e.id}`,
3008
- class: ee([[`${(m = f.$props.class) != null ? m : ""}`, `-${e.size}`], "sol-textarea-core"])
3008
+ class: q([[`${(m = f.$props.class) != null ? m : ""}`, `-${e.size}`], "sol-textarea-core"])
3009
3009
  }, [
3010
3010
  e.label ? (d(), I("label", {
3011
3011
  key: 0,
@@ -3015,7 +3015,7 @@ const Fm = ["id", "data-testid"], Xm = ["id", "data-testid", "for", "data-requir
3015
3015
  class: "label",
3016
3016
  "data-required": e.required
3017
3017
  }, [
3018
- g("span", null, q(e.label), 1)
3018
+ g("span", null, K(e.label), 1)
3019
3019
  ], 8, Xm)) : x("", !0),
3020
3020
  Ke(g("textarea", Oe(f.$attrs, {
3021
3021
  id: `input-textarea-input-${e.id}`,
@@ -3036,8 +3036,8 @@ const Fm = ["id", "data-testid"], Xm = ["id", "data-testid", "for", "data-requir
3036
3036
  key: 1,
3037
3037
  id: `input-textarea-describe-${e.id}`,
3038
3038
  "data-testid": `input-textarea-describe-${e.id}`,
3039
- class: ee(["message", `-${c(s).type}`])
3040
- }, q(c(s).text), 11, qm)) : x("", !0)
3039
+ class: q(["message", `-${c(s).type}`])
3040
+ }, K(c(s).text), 11, qm)) : x("", !0)
3041
3041
  ], 10, Fm);
3042
3042
  };
3043
3043
  }
@@ -3075,7 +3075,7 @@ const Km = ["id", "aria-checked", "aria-labelledby", "data-testid", "checked", "
3075
3075
  t("change", (a = n.value) != null ? a : !!n.checked), t("update:checked", !n.checked);
3076
3076
  }
3077
3077
  return (a, r) => (d(), I("div", {
3078
- class: ee(["sol-switch-core", [a.$props.class, `-text-${e.textDirection}`, { "-stretch-label": e.stretchLabel }]])
3078
+ class: q(["sol-switch-core", [a.$props.class, `-text-${e.textDirection}`, { "-stretch-label": e.stretchLabel }]])
3079
3079
  }, [
3080
3080
  g("input", Oe(a.$attrs, {
3081
3081
  id: `switch-${e.name}-${e.id}`,
@@ -3092,10 +3092,10 @@ const Km = ["id", "aria-checked", "aria-labelledby", "data-testid", "checked", "
3092
3092
  }), null, 16, Km),
3093
3093
  g("label", {
3094
3094
  id: `switch-label-${e.name}-${e.id}`,
3095
- class: ee(["label", `-${e.textDirection} ${e.hideLabel ? "sr-only" : ""}`]),
3095
+ class: q(["label", `-${e.textDirection} ${e.hideLabel ? "sr-only" : ""}`]),
3096
3096
  for: `switch-${e.name}-${e.id}`,
3097
3097
  "data-testid": `switch-label-${e.name}-${e.id}`
3098
- }, q(e.label), 11, e0)
3098
+ }, K(e.label), 11, e0)
3099
3099
  ], 2));
3100
3100
  }
3101
3101
  });
@@ -3120,7 +3120,7 @@ const t0 = ["id", "data-testid", "checked", "value", "name"], n0 = ["for", "inne
3120
3120
  emits: ["change"],
3121
3121
  setup(e, { emit: t }) {
3122
3122
  return (n, i) => (d(), I("div", {
3123
- class: ee(["sol-radio-core", [n.$props.class, { "-hide-label": e.hideLabel }]])
3123
+ class: q(["sol-radio-core", [n.$props.class, { "-hide-label": e.hideLabel }]])
3124
3124
  }, [
3125
3125
  g("input", Oe(n.$attrs, {
3126
3126
  id: `radio-${e.name}-${e.id}`,
@@ -3141,7 +3141,7 @@ const t0 = ["id", "data-testid", "checked", "value", "name"], n0 = ["for", "inne
3141
3141
  key: 1,
3142
3142
  class: "label",
3143
3143
  for: `radio-${e.name}-${e.id}`
3144
- }, q(e.label), 9, i0))
3144
+ }, K(e.label), 9, i0))
3145
3145
  ], 2));
3146
3146
  }
3147
3147
  });
@@ -3207,12 +3207,12 @@ const r0 = ["id", "data-testid", "aria-labelledby"], o0 = ["id", "data-testid"],
3207
3207
  }, () => [
3208
3208
  g("legend", {
3209
3209
  id: `radio-group-title-${e.id}`,
3210
- class: ee(["title", { "sr-only": e.hideTitle }]),
3210
+ class: q(["title", { "sr-only": e.hideTitle }]),
3211
3211
  "data-testid": `radio-group-title-${e.id}`
3212
- }, q(e.title), 11, o0)
3212
+ }, K(e.title), 11, o0)
3213
3213
  ]),
3214
3214
  g("ul", {
3215
- class: ee(["container-radios", { "flex-col": e.direction === "column" }])
3215
+ class: q(["container-radios", { "flex-col": e.direction === "column" }])
3216
3216
  }, [
3217
3217
  L(b.$slots, "default", {
3218
3218
  radios: e.radios,
@@ -3247,7 +3247,7 @@ const r0 = ["id", "data-testid", "aria-labelledby"], o0 = ["id", "data-testid"],
3247
3247
  class: "show",
3248
3248
  onClick: N
3249
3249
  }, [
3250
- g("span", l0, q(c(o) ? c(l) : e.showLessLegend), 1)
3250
+ g("span", l0, K(c(o) ? c(l) : e.showLessLegend), 1)
3251
3251
  ])
3252
3252
  ]) : x("", !0)
3253
3253
  ], 64)) : (d(!0), I(se, { key: 1 }, pe(e.radios, (M, w) => {
@@ -3274,8 +3274,8 @@ const r0 = ["id", "data-testid", "aria-labelledby"], o0 = ["id", "data-testid"],
3274
3274
  key: 0,
3275
3275
  id: `radios-describe-${e.id}`,
3276
3276
  "data-testid": `radios-describe-${e.id}`,
3277
- class: ee(["message", `-${c(m).type}`])
3278
- }, q(c(m).text), 11, s0)) : x("", !0)
3277
+ class: q(["message", `-${c(m).type}`])
3278
+ }, K(c(m).text), 11, s0)) : x("", !0)
3279
3279
  ], 8, r0));
3280
3280
  }
3281
3281
  });
@@ -3304,7 +3304,7 @@ const u0 = ["id", "indeterminate", "data-testid", "checked", "value", "name"], c
3304
3304
  emits: ["change"],
3305
3305
  setup(e, { emit: t }) {
3306
3306
  return (n, i) => (d(), I("div", {
3307
- class: ee(["sol-checkbox-core", [n.$props.class, { "-hide-label": e.hideLabel }]])
3307
+ class: q(["sol-checkbox-core", [n.$props.class, { "-hide-label": e.hideLabel }]])
3308
3308
  }, [
3309
3309
  g("input", Oe(n.$attrs, {
3310
3310
  id: `checkbox-${e.name}-${e.id}`,
@@ -3328,7 +3328,7 @@ const u0 = ["id", "indeterminate", "data-testid", "checked", "value", "name"], c
3328
3328
  for: `checkbox-${e.name}-${e.id}`
3329
3329
  }, [
3330
3330
  L(n.$slots, "default", {}, () => [
3331
- ue(q(e.label), 1)
3331
+ ue(K(e.label), 1)
3332
3332
  ])
3333
3333
  ], 8, d0))
3334
3334
  ], 2));
@@ -3402,12 +3402,12 @@ const m0 = ["id", "data-testid", "aria-labelledby"], y0 = ["id", "data-testid"],
3402
3402
  }, () => [
3403
3403
  g("legend", {
3404
3404
  id: `checkbox-group-title-${e.id}`,
3405
- class: ee(["title", { "sr-only": e.hideTitle }]),
3405
+ class: q(["title", { "sr-only": e.hideTitle }]),
3406
3406
  "data-testid": `checkbox-group-title-${e.id}`
3407
- }, q(e.title), 11, y0)
3407
+ }, K(e.title), 11, y0)
3408
3408
  ]),
3409
3409
  g("ul", {
3410
- class: ee(["container-checkboxes", { "flex-col": e.direction === "column" }])
3410
+ class: q(["container-checkboxes", { "flex-col": e.direction === "column" }])
3411
3411
  }, [
3412
3412
  L(b.$slots, "default", {
3413
3413
  checkboxes: e.checkboxes,
@@ -3440,7 +3440,7 @@ const m0 = ["id", "data-testid", "aria-labelledby"], y0 = ["id", "data-testid"],
3440
3440
  class: "show",
3441
3441
  onClick: N
3442
3442
  }, [
3443
- g("span", h0, q(c(o) ? e.showMoreLegend : e.showLessLegend), 1)
3443
+ g("span", h0, K(c(o) ? e.showMoreLegend : e.showLessLegend), 1)
3444
3444
  ])
3445
3445
  ]) : x("", !0)
3446
3446
  ], 64)) : (d(!0), I(se, { key: 1 }, pe(e.checkboxes, (M, w) => {
@@ -3467,8 +3467,8 @@ const m0 = ["id", "data-testid", "aria-labelledby"], y0 = ["id", "data-testid"],
3467
3467
  key: 0,
3468
3468
  id: `checkboxes-describe-${e.id}`,
3469
3469
  "data-testid": `checkboxes-describe-${e.id}`,
3470
- class: ee(["message", `-${c(y).type}`])
3471
- }, q(c(y).text), 11, v0)) : x("", !0)
3470
+ class: q(["message", `-${c(y).type}`])
3471
+ }, K(c(y).text), 11, v0)) : x("", !0)
3472
3472
  ], 8, m0));
3473
3473
  }
3474
3474
  });
@@ -3843,7 +3843,7 @@ const C0 = { name: "mi-close", render: L0 }, z0 = ["id", "data-testid", "tabinde
3843
3843
  return (r, o) => (d(), I("div", {
3844
3844
  id: `removable-chip-${e.id}`,
3845
3845
  "data-testid": `removable-chip-${e.id}`,
3846
- class: ee(["sol-removable-chip", {
3846
+ class: q(["sol-removable-chip", {
3847
3847
  "-disabled": e.disabled,
3848
3848
  [`-${e.size}`]: !0,
3849
3849
  [`-${e.variant}`]: !0
@@ -3865,7 +3865,7 @@ const C0 = { name: "mi-close", render: L0 }, z0 = ["id", "data-testid", "tabinde
3865
3865
  }, " Press Delete or Backspace to remove ", 8, P0),
3866
3866
  g("span", O0, [
3867
3867
  L(r.$slots, "default", {}, () => [
3868
- ue(q(e.label), 1)
3868
+ ue(K(e.label), 1)
3869
3869
  ])
3870
3870
  ]),
3871
3871
  R(c(C0), {
@@ -4456,7 +4456,7 @@ const e1 = { name: "material-symbols-search", render: K0 }, t1 = ["id", "data-te
4456
4456
  checked: e.isSelected(e.options[m.index]),
4457
4457
  label: `${e.options[m.index].name}`,
4458
4458
  name: e.name
4459
- }, null, 8, ["id", "value", "checked", "label", "name"])) : (d(), I("span", i1, q(e.options[m.index].name), 1))
4459
+ }, null, 8, ["id", "value", "checked", "label", "name"])) : (d(), I("span", i1, K(e.options[m.index].name), 1))
4460
4460
  ], 44, n1))), 128)),
4461
4461
  e.options.length ? x("", !0) : (d(), I("li", a1, [
4462
4462
  L(f.$slots, "no-data", {}, () => [
@@ -4642,7 +4642,7 @@ const El = { name: "material-symbols-close-rounded", render: M1 }, b1 = ["data-t
4642
4642
  return d(), I("div", {
4643
4643
  ref_key: "el",
4644
4644
  ref: i,
4645
- class: ee(["sol-select-core", [`-${e.size} -${y.value}`, { "-selected-multiple": e.multiple && Array.isArray(c(s)) && ((X = c(s)) == null ? void 0 : X.length) }]]),
4645
+ class: q(["sol-select-core", [`-${e.size} -${y.value}`, { "-selected-multiple": e.multiple && Array.isArray(c(s)) && ((X = c(s)) == null ? void 0 : X.length) }]]),
4646
4646
  "data-testid": `select-${e.id}`,
4647
4647
  onKeydownPassive: $[3] || ($[3] = (...C) => c(te) && c(te)(...C))
4648
4648
  }, [
@@ -4655,8 +4655,8 @@ const El = { name: "material-symbols-close-rounded", render: M1 }, b1 = ["data-t
4655
4655
  id: `select-label-${e.id}`,
4656
4656
  "data-testid": `select-label-${e.id}`,
4657
4657
  "data-required": e.required,
4658
- class: ee(["label", { "-disabled": e.disabled }])
4659
- }, q(e.label), 11, w1)) : x("", !0)
4658
+ class: q(["label", { "-disabled": e.disabled }])
4659
+ }, K(e.label), 11, w1)) : x("", !0)
4660
4660
  ]),
4661
4661
  g("button", {
4662
4662
  id: `select-toggle-${e.id}`,
@@ -4697,7 +4697,7 @@ const El = { name: "material-symbols-close-rounded", render: M1 }, b1 = ["data-t
4697
4697
  "data-testid": `select-value-selected-${e.id}`,
4698
4698
  class: "min-w-3xs text-left",
4699
4699
  tabindex: "-1"
4700
- }, q(B()), 9, S1)),
4700
+ }, K(B()), 9, S1)),
4701
4701
  e.multiple && Array.isArray(c(s)) && ((oe = c(s)) == null ? void 0 : oe.length) > 1 ? (d(), U(ze, {
4702
4702
  key: 2,
4703
4703
  id: `select-${e.id}-clear-all`,
@@ -4715,7 +4715,7 @@ const El = { name: "material-symbols-close-rounded", render: M1 }, b1 = ["data-t
4715
4715
  R(c(v1), {
4716
4716
  "aria-hidden": "true",
4717
4717
  tabindex: "-1",
4718
- class: ee(["icon", { "-open": a.value }])
4718
+ class: q(["icon", { "-open": a.value }])
4719
4719
  }, null, 8, ["class"])
4720
4720
  ];
4721
4721
  })
@@ -4724,8 +4724,8 @@ const El = { name: "material-symbols-close-rounded", render: M1 }, b1 = ["data-t
4724
4724
  key: 0,
4725
4725
  id: `select-describe-${e.id}`,
4726
4726
  "data-testid": `select-describe-${e.id}`,
4727
- class: ee(["message", `-${c(Z).type}`])
4728
- }, q(c(Z).text), 11, x1)), [
4727
+ class: q(["message", `-${c(Z).type}`])
4728
+ }, K(c(Z).text), 11, x1)), [
4729
4729
  [nt, !a.value]
4730
4730
  ]) : x("", !0),
4731
4731
  R(Lt, {
@@ -4737,7 +4737,7 @@ const El = { name: "material-symbols-close-rounded", render: M1 }, b1 = ["data-t
4737
4737
  L(T.$slots, "search", {}, () => [
4738
4738
  e.searchable ? (d(), I("div", {
4739
4739
  key: 0,
4740
- class: ee(["search-container", { "-loading": e.loading }])
4740
+ class: q(["search-container", { "-loading": e.loading }])
4741
4741
  }, [
4742
4742
  R(Fa, {
4743
4743
  id: `select-search-${e.id}`,
@@ -4822,7 +4822,7 @@ const A1 = ["id", "data-testid", "aria-disabled", "tabindex", "title", "aria-che
4822
4822
  return (o, l) => (d(), I("div", {
4823
4823
  id: i.chip,
4824
4824
  "data-testid": i.chip,
4825
- class: ee(["sol-selectable-chip", [
4825
+ class: q(["sol-selectable-chip", [
4826
4826
  `-${e.size}`,
4827
4827
  {
4828
4828
  "-disabled": e.disabled,
@@ -4851,10 +4851,10 @@ const A1 = ["id", "data-testid", "aria-disabled", "tabindex", "title", "aria-che
4851
4851
  id: i.describe,
4852
4852
  "z-index": "-1",
4853
4853
  class: "description"
4854
- }, " Press Enter or Space to " + q(e.selected ? "unselect" : "select"), 9, k1),
4854
+ }, " Press Enter or Space to " + K(e.selected ? "unselect" : "select"), 9, k1),
4855
4855
  g("span", _1, [
4856
4856
  L(o.$slots, "default", {}, () => [
4857
- ue(q(e.label), 1)
4857
+ ue(K(e.label), 1)
4858
4858
  ])
4859
4859
  ])
4860
4860
  ], 42, A1));
@@ -4879,11 +4879,11 @@ const L1 = ["id", "data-testid", "title"], Jn = /* @__PURE__ */ re({
4879
4879
  return (t, n) => (d(), I("div", {
4880
4880
  id: `tag-${e.id}`,
4881
4881
  "data-testid": `tag-${e.id}`,
4882
- class: ee(["sol-tag-core", `-${e.size} -${e.variant} -${e.type}`]),
4882
+ class: q(["sol-tag-core", `-${e.size} -${e.variant} -${e.type}`]),
4883
4883
  title: e.text
4884
4884
  }, [
4885
4885
  L(t.$slots, "default", {}, () => [
4886
- ue(q(e.text), 1)
4886
+ ue(K(e.text), 1)
4887
4887
  ])
4888
4888
  ], 10, L1));
4889
4889
  }
@@ -4961,7 +4961,7 @@ const q1 = { name: "material-symbols-info-outline", render: J1 }, K1 = ["id", "d
4961
4961
  return (n, i) => (d(), I("div", {
4962
4962
  id: `alert-${e.id}`,
4963
4963
  "data-testid": `alert-${e.id}`,
4964
- class: ee(["sol-alert-core", `-${e.feedback}`]),
4964
+ class: q(["sol-alert-core", `-${e.feedback}`]),
4965
4965
  "aria-live": "assertive",
4966
4966
  role: "alert"
4967
4967
  }, [
@@ -4987,9 +4987,9 @@ const q1 = { name: "material-symbols-info-outline", render: J1 }, K1 = ["id", "d
4987
4987
  "aria-hidden": "true"
4988
4988
  })) : x("", !0),
4989
4989
  g("div", ty, [
4990
- e.title ? (d(), I("strong", ny, q(e.title), 1)) : x("", !0),
4990
+ e.title ? (d(), I("strong", ny, K(e.title), 1)) : x("", !0),
4991
4991
  L(n.$slots, "default", {}, () => [
4992
- ue(q(e.text), 1)
4992
+ ue(K(e.text), 1)
4993
4993
  ])
4994
4994
  ])
4995
4995
  ]),
@@ -5002,7 +5002,7 @@ const q1 = { name: "material-symbols-info-outline", render: J1 }, K1 = ["id", "d
5002
5002
  onClick: i[0] || (i[0] = (a) => t("click"))
5003
5003
  }, {
5004
5004
  default: Y(() => [
5005
- ue(q(e.action), 1)
5005
+ ue(K(e.action), 1)
5006
5006
  ]),
5007
5007
  _: 1
5008
5008
  }, 8, ["id"])) : x("", !0),
@@ -5040,14 +5040,14 @@ const iy = ["id", "data-testid"], ay = ["data-testid"], ry = ["data-testid", "it
5040
5040
  id: `text-value-${e.id}`,
5041
5041
  "data-testid": `text-value-${e.id}`,
5042
5042
  itemscope: "",
5043
- class: ee(["sol-text-property-value", `-${e.align}`])
5043
+ class: q(["sol-text-property-value", `-${e.align}`])
5044
5044
  }, [
5045
5045
  g("strong", {
5046
5046
  "data-testid": `label-text-value-${e.id}`,
5047
5047
  class: "label"
5048
5048
  }, [
5049
5049
  L(t.$slots, "label", {}, () => [
5050
- ue(q(e.label), 1)
5050
+ ue(K(e.label), 1)
5051
5051
  ])
5052
5052
  ], 8, ay),
5053
5053
  g("span", {
@@ -5059,7 +5059,7 @@ const iy = ["id", "data-testid"], ay = ["data-testid"], ry = ["data-testid", "it
5059
5059
  L(t.$slots, "icon:left")
5060
5060
  ]),
5061
5061
  L(t.$slots, "value", {}, () => [
5062
- ue(q(e.value), 1)
5062
+ ue(K(e.value), 1)
5063
5063
  ]),
5064
5064
  g("span", ly, [
5065
5065
  L(t.$slots, "icon:right")
@@ -5096,7 +5096,7 @@ const Yc = { name: "material-symbols-keyboard-arrow-down-rounded", render: dy },
5096
5096
  return (t, n) => (d(), I("details", {
5097
5097
  id: `accordion-${e.id}`,
5098
5098
  "data-testid": `accordion-${e.id}`,
5099
- class: ee(["sol-accordion-core", { "-on-color": e.onColor, "-disabled": e.disabled }]),
5099
+ class: q(["sol-accordion-core", { "-on-color": e.onColor, "-disabled": e.disabled }]),
5100
5100
  "aria-disabled": e.disabled
5101
5101
  }, [
5102
5102
  g("summary", {
@@ -5109,7 +5109,7 @@ const Yc = { name: "material-symbols-keyboard-arrow-down-rounded", render: dy },
5109
5109
  L(t.$slots, "icon")
5110
5110
  ]),
5111
5111
  L(t.$slots, "title", {}, () => [
5112
- ue(q(e.title), 1)
5112
+ ue(K(e.title), 1)
5113
5113
  ])
5114
5114
  ]),
5115
5115
  R(c(Yc), {
@@ -5145,7 +5145,7 @@ const gy = ["id", "data-gtm-id", "data-testid", "disabled", "aria-selected"], Iy
5145
5145
  "data-gtm-id": e.gtmId,
5146
5146
  "data-testid": `tab-item-${e.id}`,
5147
5147
  role: "tab",
5148
- class: ee(["tab-item-core", { "-selected": e.active, "-disabled": e.disabled }]),
5148
+ class: q(["tab-item-core", { "-selected": e.active, "-disabled": e.disabled }]),
5149
5149
  disabled: e.disabled,
5150
5150
  type: "button",
5151
5151
  tabindex: "-1",
@@ -5156,7 +5156,7 @@ const gy = ["id", "data-gtm-id", "data-testid", "disabled", "aria-selected"], Iy
5156
5156
  ]),
5157
5157
  g("span", py, [
5158
5158
  L(n.$slots, "label", { label: e.label }, () => [
5159
- ue(q(e.label), 1)
5159
+ ue(K(e.label), 1)
5160
5160
  ]),
5161
5161
  c(t).count ? (d(), I("span", My, [
5162
5162
  ue(" ("),
@@ -5219,7 +5219,7 @@ const wy = ["id", "data-testid"], Ny = ["data-testid"], Rr = /* @__PURE__ */ re(
5219
5219
  ref_key: "tabs",
5220
5220
  ref: a,
5221
5221
  role: "tablist",
5222
- class: ee(["tabs-header", { "-only-line": e.onlyLine }])
5222
+ class: q(["tabs-header", { "-only-line": e.onlyLine }])
5223
5223
  }, [
5224
5224
  (d(!0), I(se, null, pe(e.tabList, ({ label: N, active: b, disabled: O, key: M, gtmId: w }) => (d(), U(by, {
5225
5225
  id: `${e.id}-${M}`,
@@ -5347,7 +5347,7 @@ const Zl = { name: "material-symbols-close", render: $y }, Ey = ["id", "data-tes
5347
5347
  return (s, u) => (d(), I("ol", {
5348
5348
  id: `steps-${e.id}`,
5349
5349
  "data-testid": `steps-${e.id}`,
5350
- class: ee(["sol-steps-core", { "-column": e.direction === "column" }])
5350
+ class: q(["sol-steps-core", { "-column": e.direction === "column" }])
5351
5351
  }, [
5352
5352
  (d(!0), I(se, null, pe(c(i), (f) => {
5353
5353
  var y, m;
@@ -5355,7 +5355,7 @@ const Zl = { name: "material-symbols-close", render: $y }, Ey = ["id", "data-tes
5355
5355
  key: f.text,
5356
5356
  "data-testid": `step-${e.id}-${f.key}`,
5357
5357
  "aria-current": f != null && f.current ? "step" : void 0,
5358
- class: ee(["step", { "-warning": f.warning, "-active": f.current, "-failed": f.failed, "-finished": l(f) }])
5358
+ class: q(["step", { "-warning": f.warning, "-active": f.current, "-failed": f.failed, "-finished": l(f) }])
5359
5359
  }, [
5360
5360
  g("div", Gy, [
5361
5361
  By,
@@ -5400,11 +5400,11 @@ const Zl = { name: "material-symbols-close", render: $y }, Ey = ["id", "data-tes
5400
5400
  default: Y(() => [
5401
5401
  g("p", Uy, [
5402
5402
  g("span", Vy, [
5403
- ue(q(f.text) + " ", 1),
5403
+ ue(K(f.text) + " ", 1),
5404
5404
  f.finished ? (d(), I("span", Ry, "completed")) : x("", !0),
5405
5405
  !f.finished && !f.current ? (d(), I("span", Wy, " not completed ")) : x("", !0)
5406
5406
  ]),
5407
- Ke(g("span", { class: "subtitle" }, q(f.subtitle), 513), [
5407
+ Ke(g("span", { class: "subtitle" }, K(f.subtitle), 513), [
5408
5408
  [nt, f.subtitle]
5409
5409
  ])
5410
5410
  ])
@@ -5465,7 +5465,7 @@ const Qy = ["id", "data-testid"], Hy = ["id", "aria-controls", "aria-expanded"],
5465
5465
  ref_key: "el",
5466
5466
  ref: n,
5467
5467
  "data-testid": `menu-${e.id}`,
5468
- class: ee([`-${e.position}`, "sol-menu-core"]),
5468
+ class: q([`-${e.position}`, "sol-menu-core"]),
5469
5469
  onKeyupPassive: b[0] || (b[0] = (...O) => c(y) && c(y)(...O))
5470
5470
  }, [
5471
5471
  L(N.$slots, "trigger", {
@@ -5489,7 +5489,7 @@ const Qy = ["id", "data-testid"], Hy = ["id", "aria-controls", "aria-expanded"],
5489
5489
  onClick: p
5490
5490
  }, [
5491
5491
  L(N.$slots, "label", { isOpen: i.value }, () => [
5492
- ue(q(e.label), 1)
5492
+ ue(K(e.label), 1)
5493
5493
  ])
5494
5494
  ], 8, Hy)
5495
5495
  ]),
@@ -5498,7 +5498,7 @@ const Qy = ["id", "data-testid"], Hy = ["id", "aria-controls", "aria-expanded"],
5498
5498
  ref_key: "menu",
5499
5499
  ref: a,
5500
5500
  role: "menu",
5501
- class: ee(["menu", { "-open": i.value }]),
5501
+ class: q(["menu", { "-open": i.value }]),
5502
5502
  "data-testid": `menu-container-${e.id}`,
5503
5503
  "aria-labelledby": `button-menu-button-${e.id}`
5504
5504
  }, [
@@ -5521,21 +5521,21 @@ const Xy = ["itemprop"], Jy = /* @__PURE__ */ re({
5521
5521
  },
5522
5522
  setup(e) {
5523
5523
  return (t, n) => (d(), I("p", {
5524
- class: ee(["text-property-value", `-${e.align}`])
5524
+ class: q(["text-property-value", `-${e.align}`])
5525
5525
  }, [
5526
5526
  g("span", {
5527
- class: ee(["property", { "-hide": e.hide }])
5527
+ class: q(["property", { "-hide": e.hide }])
5528
5528
  }, [
5529
5529
  L(t.$slots, "property", {}, () => [
5530
- ue(q(e.property), 1)
5530
+ ue(K(e.property), 1)
5531
5531
  ])
5532
5532
  ], 2),
5533
5533
  g("span", {
5534
5534
  itemprop: e.itemProp,
5535
- class: ee(["value", { "-highlight": e.isHighlightValue }])
5535
+ class: q(["value", { "-highlight": e.isHighlightValue }])
5536
5536
  }, [
5537
5537
  L(t.$slots, "value", {}, () => [
5538
- ue(q(e.value), 1)
5538
+ ue(K(e.value), 1)
5539
5539
  ])
5540
5540
  ], 10, Xy)
5541
5541
  ], 2));
@@ -5586,7 +5586,7 @@ const qy = ["id", "data-testid"], Ky = {
5586
5586
  return (u, f) => (d(), I("li", {
5587
5587
  id: `listitem-${e.id}-${e.itemIndex}`,
5588
5588
  "data-testid": `listitem-${e.id}-${e.itemIndex}`,
5589
- class: ee(["list-item", { "-selected": e.isSelected }]),
5589
+ class: q(["list-item", { "-selected": e.isSelected }]),
5590
5590
  tabindex: "-1",
5591
5591
  onClick: f[4] || (f[4] = Ge((y) => t("listitem:click", y), ["self"])),
5592
5592
  onKeyup: [
@@ -5648,7 +5648,7 @@ const qy = ["id", "data-testid"], Ky = {
5648
5648
  renderHeader: e.renderHeader,
5649
5649
  headers: e.headers
5650
5650
  }, () => [
5651
- ue(q(e.renderHeader(v)), 1)
5651
+ ue(K(e.renderHeader(v)), 1)
5652
5652
  ])
5653
5653
  ]),
5654
5654
  value: Y(() => [
@@ -5658,7 +5658,7 @@ const qy = ["id", "data-testid"], Ky = {
5658
5658
  columnIndex: p,
5659
5659
  isHighlight: e.isHighlight
5660
5660
  }, () => [
5661
- ue(q(r(e.data[v])), 1)
5661
+ ue(K(r(e.data[v])), 1)
5662
5662
  ])
5663
5663
  ]),
5664
5664
  _: 2
@@ -6033,10 +6033,10 @@ const yh = ["id", "data-testid"], hh = ["href", "target"], ia = /* @__PURE__ */
6033
6033
  }, () => [
6034
6034
  g("a", {
6035
6035
  role: "menuitem",
6036
- class: ee({ "-active": e.active }),
6036
+ class: q({ "-active": e.active }),
6037
6037
  href: e.link,
6038
6038
  target: e.external ? "_blank" : "_parent"
6039
- }, q(e.text), 11, hh)
6039
+ }, K(e.text), 11, hh)
6040
6040
  ])
6041
6041
  ], 40, yh);
6042
6042
  };
@@ -6060,9 +6060,9 @@ const vh = { class: "label-container" }, gh = { class: "label" }, Hr = /* @__PUR
6060
6060
  label: Y(({ isOpen: i }) => [
6061
6061
  L(t.$slots, "label", { isOpen: i }, () => [
6062
6062
  g("div", vh, [
6063
- g("span", gh, q(e.label), 1),
6063
+ g("span", gh, K(e.label), 1),
6064
6064
  R(c(Yc), {
6065
- class: ee(["icon", { "-opened": i }]),
6065
+ class: q(["icon", { "-opened": i }]),
6066
6066
  "aria-hidden": "true"
6067
6067
  }, null, 8, ["class"])
6068
6068
  ])
@@ -6196,7 +6196,7 @@ const Ka = /* @__PURE__ */ lt(Ih, [["render", Mh]]), bh = ["id", "data-testid",
6196
6196
  tabindex: "-1",
6197
6197
  role: "alertdialog",
6198
6198
  "aria-modal": "true",
6199
- class: ee(["sol-modal-core", [`${M.$props.class}`, c(y)]]),
6199
+ class: q(["sol-modal-core", [`${M.$props.class}`, c(y)]]),
6200
6200
  "aria-labelledby": a.headerTitle,
6201
6201
  onKeyupPassive: w[3] || (w[3] = (...S) => c(m) && c(m)(...S))
6202
6202
  }, [
@@ -6209,7 +6209,7 @@ const Ka = /* @__PURE__ */ lt(Ih, [["render", Mh]]), bh = ["id", "data-testid",
6209
6209
  id: a.headerTitle,
6210
6210
  "data-testid": r.headerTitle,
6211
6211
  class: "title"
6212
- }, q(e.title), 9, Nh),
6212
+ }, K(e.title), 9, Nh),
6213
6213
  R(ze, {
6214
6214
  id: a.headerClose,
6215
6215
  size: "small",
@@ -6242,7 +6242,7 @@ const Ka = /* @__PURE__ */ lt(Ih, [["render", Mh]]), bh = ["id", "data-testid",
6242
6242
  onClick: w[0] || (w[0] = (S) => n("action:tertiary"))
6243
6243
  }, {
6244
6244
  default: Y(() => [
6245
- ue(q(e.actionTertiaryText), 1)
6245
+ ue(K(e.actionTertiaryText), 1)
6246
6246
  ]),
6247
6247
  _: 1
6248
6248
  }, 8, ["id"])) : x("", !0)
@@ -6259,7 +6259,7 @@ const Ka = /* @__PURE__ */ lt(Ih, [["render", Mh]]), bh = ["id", "data-testid",
6259
6259
  onClick: w[1] || (w[1] = (S) => n("action:secondary"))
6260
6260
  }, {
6261
6261
  default: Y(() => [
6262
- ue(q(e.actionSecondaryText), 1)
6262
+ ue(K(e.actionSecondaryText), 1)
6263
6263
  ]),
6264
6264
  _: 1
6265
6265
  }, 8, ["id"])) : x("", !0)
@@ -6275,7 +6275,7 @@ const Ka = /* @__PURE__ */ lt(Ih, [["render", Mh]]), bh = ["id", "data-testid",
6275
6275
  onClick: w[2] || (w[2] = (S) => n("action:primary"))
6276
6276
  }, {
6277
6277
  default: Y(() => [
6278
- ue(q(e.actionPrimaryText), 1)
6278
+ ue(K(e.actionPrimaryText), 1)
6279
6279
  ]),
6280
6280
  _: 1
6281
6281
  }, 8, ["id"])) : x("", !0)
@@ -6307,7 +6307,7 @@ const Dh = { class: "slider" }, Th = /* @__PURE__ */ re({
6307
6307
  return (t, n) => (d(), I("section", Dh, [
6308
6308
  (d(!0), I(se, null, pe(e.steps, (i) => (d(), I("div", {
6309
6309
  key: i,
6310
- class: ee(["step", { "-active": i === e.current }])
6310
+ class: q(["step", { "-active": i === e.current }])
6311
6311
  }, null, 2))), 128))
6312
6312
  ]));
6313
6313
  }
@@ -6444,7 +6444,7 @@ const Gl = { name: "material-symbols-chevron-left-rounded", render: Oh }, $h = [
6444
6444
  tabindex: "-1",
6445
6445
  role: "alertdialog",
6446
6446
  "aria-modal": "true",
6447
- class: ee(["sol-modal-onboarding-core", Z.$props.class]),
6447
+ class: q(["sol-modal-onboarding-core", Z.$props.class]),
6448
6448
  onKeyupPassive: h[0] || (h[0] = (...k) => c(b) && c(b)(...k))
6449
6449
  }, [
6450
6450
  R(ze, {
@@ -6486,14 +6486,14 @@ const Gl = { name: "material-symbols-chevron-left-rounded", render: Oh }, $h = [
6486
6486
  L(Z.$slots, `title:${u.value}`, {
6487
6487
  title: c(f).title
6488
6488
  }, () => [
6489
- ue(q(c(f).title), 1)
6489
+ ue(K(c(f).title), 1)
6490
6490
  ])
6491
6491
  ]),
6492
6492
  g("p", Gh, [
6493
6493
  L(Z.$slots, `content:${u.value}`, {
6494
6494
  content: c(f).content
6495
6495
  }, () => [
6496
- ue(q(c(f).content), 1)
6496
+ ue(K(c(f).content), 1)
6497
6497
  ])
6498
6498
  ])
6499
6499
  ], 512),
@@ -6570,7 +6570,7 @@ const Gl = { name: "material-symbols-chevron-left-rounded", render: Oh }, $h = [
6570
6570
  onClick: F
6571
6571
  }, {
6572
6572
  default: Y(() => [
6573
- ue(q(e.finalButtonText), 1)
6573
+ ue(K(e.finalButtonText), 1)
6574
6574
  ]),
6575
6575
  _: 1
6576
6576
  }, 8, ["id"])) : x("", !0)
@@ -6670,7 +6670,7 @@ const Yh = ["id", "data-testid", "data-current-page"], Uh = { class: "total" },
6670
6670
  "dropdown-position": e.openMenuPosition,
6671
6671
  "onUpdate:selected": f
6672
6672
  }, null, 8, ["id", "selected", "options", "size", "dropdown-position"]),
6673
- g("span", Uh, "de " + q(o()), 1),
6673
+ g("span", Uh, "de " + K(o()), 1),
6674
6674
  R(ze, {
6675
6675
  id: `next-page-${e.id}`,
6676
6676
  variant: "tertiary",
@@ -6729,8 +6729,8 @@ const Vh = "data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTU0IDE1NCIgZmlsbD
6729
6729
  alt: c(n).alt
6730
6730
  }, null, 8, nv)
6731
6731
  ]),
6732
- g("h1", iv, q(e.title), 1),
6733
- g("p", av, q(e.subtitle), 1),
6732
+ g("h1", iv, K(e.title), 1),
6733
+ g("p", av, K(e.subtitle), 1),
6734
6734
  g("div", rv, [
6735
6735
  L(i.$slots, "action")
6736
6736
  ])
@@ -6788,7 +6788,7 @@ const Ss = { name: "material-symbols-search-rounded", render: uv }, cv = ["id",
6788
6788
  id: i.el,
6789
6789
  "data-testid": i.el,
6790
6790
  role: "search",
6791
- class: ee([`-${e.variant} -${e.size}`, "sol-search-core"]),
6791
+ class: q([`-${e.variant} -${e.size}`, "sol-search-core"]),
6792
6792
  "aria-label": e.ariaLabel,
6793
6793
  onSubmit: Ge(o, ["prevent"])
6794
6794
  }, [
@@ -13493,8 +13493,8 @@ const _4 = (e, t = 3) => {
13493
13493
  }, De = (A, ne = !0, ce = !1) => {
13494
13494
  const Se = ne ? A : N.hours, We = !ne && !ce ? A : N.minutes, Ct = ce ? A : N.seconds;
13495
13495
  if (e.range && tc(m.value) && sn(Se) && sn(We) && sn(Ct) && !e.disableTimeRangeValidation) {
13496
- const ln = (fe) => St(m.value[fe], Se[fe], We[fe], Ct[fe]), K = (fe) => Xl(m.value[fe], 0);
13497
- if (Re(m.value[0], m.value[1]) && (Vl(ln(0), K(1)) || Rl(ln(1), K(0))))
13496
+ const ln = (fe) => St(m.value[fe], Se[fe], We[fe], Ct[fe]), ee = (fe) => Xl(m.value[fe], 0);
13497
+ if (Re(m.value[0], m.value[1]) && (Vl(ln(0), ee(1)) || Rl(ln(1), ee(0))))
13498
13498
  return;
13499
13499
  }
13500
13500
  if (S("hours", Se), S("minutes", We), S("seconds", Ct), m.value)
@@ -14015,7 +14015,7 @@ const W4 = (e, t, n, i) => {
14015
14015
  ref: s,
14016
14016
  id: D.uid ? `dp-input-${D.uid}` : void 0,
14017
14017
  name: D.name,
14018
- class: ee(c(f)),
14018
+ class: q(c(f)),
14019
14019
  inputmode: D.textInput ? "text" : "none",
14020
14020
  placeholder: D.placeholder,
14021
14021
  disabled: D.disabled,
@@ -14101,9 +14101,9 @@ const W4 = (e, t, n, i) => {
14101
14101
  }) : x("", !0),
14102
14102
  w.$slots["action-preview"] ? x("", !0) : (d(), I(se, { key: 1 }, [
14103
14103
  Array.isArray(c(b)) ? x("", !0) : (d(), I(se, { key: 0 }, [
14104
- ue(q(c(b)), 1)
14104
+ ue(K(c(b)), 1)
14105
14105
  ], 64)),
14106
- Array.isArray(c(b)) ? (d(!0), I(se, { key: 1 }, pe(c(b), (Q, D) => (d(), I("div", { key: D }, q(Q), 1))), 128)) : x("", !0)
14106
+ Array.isArray(c(b)) ? (d(!0), I(se, { key: 1 }, pe(c(b), (Q, D) => (d(), I("div", { key: D }, K(Q), 1))), 128)) : x("", !0)
14107
14107
  ], 64))
14108
14108
  ]),
14109
14109
  g("div", n3, [
@@ -14123,9 +14123,9 @@ const W4 = (e, t, n, i) => {
14123
14123
  S[1] || (S[1] = he((Q) => w.$emit("close-picker"), ["enter"])),
14124
14124
  S[2] || (S[2] = he((Q) => w.$emit("close-picker"), ["space"]))
14125
14125
  ]
14126
- }, q(w.cancelText), 545)),
14126
+ }, K(w.cancelText), 545)),
14127
14127
  g("span", {
14128
- class: ee(c(y)),
14128
+ class: q(c(y)),
14129
14129
  tabindex: "0",
14130
14130
  onKeydown: [
14131
14131
  he(M, ["enter"]),
@@ -14135,7 +14135,7 @@ const W4 = (e, t, n, i) => {
14135
14135
  "data-test": "select-button",
14136
14136
  ref_key: "selectButtonRef",
14137
14137
  ref: s
14138
- }, q(w.selectText), 43, i3)
14138
+ }, K(w.selectText), 43, i3)
14139
14139
  ], 64))
14140
14140
  ])
14141
14141
  ], 64))
@@ -14232,7 +14232,7 @@ const W4 = (e, t, n, i) => {
14232
14232
  return t({ triggerTransition: b }), (_, V) => {
14233
14233
  var Z;
14234
14234
  return d(), I("div", {
14235
- class: ee(c(S))
14235
+ class: q(c(S))
14236
14236
  }, [
14237
14237
  g("div", {
14238
14238
  style: At(c(Q))
@@ -14241,12 +14241,12 @@ const W4 = (e, t, n, i) => {
14241
14241
  key: 0,
14242
14242
  ref_key: "calendarWrapRef",
14243
14243
  ref: f,
14244
- class: ee(c(O)),
14244
+ class: q(c(O)),
14245
14245
  role: "grid",
14246
14246
  "aria-label": (Z = c(o).ariaLabels) == null ? void 0 : Z.calendarWrap
14247
14247
  }, [
14248
14248
  g("div", o3, [
14249
- _.weekNumbers ? (d(), I("div", l3, q(_.weekNumName), 1)) : x("", !0),
14249
+ _.weekNumbers ? (d(), I("div", l3, K(_.weekNumName), 1)) : x("", !0),
14250
14250
  (d(!0), I(se, null, pe(c(p), (h, k) => (d(), I("div", {
14251
14251
  class: "dp__calendar_header_item",
14252
14252
  role: "gridcell",
@@ -14259,7 +14259,7 @@ const W4 = (e, t, n, i) => {
14259
14259
  index: k
14260
14260
  }) : x("", !0),
14261
14261
  _.$slots["calendar-header"] ? x("", !0) : (d(), I(se, { key: 1 }, [
14262
- ue(q(h), 1)
14262
+ ue(K(h), 1)
14263
14263
  ], 64))
14264
14264
  ]))), 128))
14265
14265
  ]),
@@ -14283,7 +14283,7 @@ const W4 = (e, t, n, i) => {
14283
14283
  key: T
14284
14284
  }, [
14285
14285
  _.weekNumbers ? (d(), I("div", c3, [
14286
- g("div", d3, q(e.getWeekNum(k.days)), 1)
14286
+ g("div", d3, K(e.getWeekNum(k.days)), 1)
14287
14287
  ])) : x("", !0),
14288
14288
  (d(!0), I(se, null, pe(k.days, ($, X) => {
14289
14289
  var C, oe, de;
@@ -14307,7 +14307,7 @@ const W4 = (e, t, n, i) => {
14307
14307
  onMouseleave: z
14308
14308
  }, [
14309
14309
  g("div", {
14310
- class: ee(["dp__cell_inner", $.classData])
14310
+ class: q(["dp__cell_inner", $.classData])
14311
14311
  }, [
14312
14312
  _.$slots.day ? L(_.$slots, "day", {
14313
14313
  key: 0,
@@ -14315,11 +14315,11 @@ const W4 = (e, t, n, i) => {
14315
14315
  date: $.value
14316
14316
  }) : x("", !0),
14317
14317
  _.$slots.day ? x("", !0) : (d(), I(se, { key: 1 }, [
14318
- ue(q($.text), 1)
14318
+ ue(K($.text), 1)
14319
14319
  ], 64)),
14320
14320
  $.marker && (_.hideOffsetDates ? $.current : !0) ? (d(), I("div", {
14321
14321
  key: 2,
14322
- class: ee(c(M)($.marker)),
14322
+ class: q(c(M)($.marker)),
14323
14323
  style: At($.marker.color ? { backgroundColor: $.marker.color } : {})
14324
14324
  }, null, 6)) : x("", !0),
14325
14325
  c(w)($.value) ? (d(), I("div", {
@@ -14347,7 +14347,7 @@ const W4 = (e, t, n, i) => {
14347
14347
  class: "dp__tooltip_mark",
14348
14348
  style: At(E.color ? { backgroundColor: E.color } : {})
14349
14349
  }, null, 4),
14350
- g("div", null, q(E.text), 1)
14350
+ g("div", null, K(E.text), 1)
14351
14351
  ], 64))
14352
14352
  ]))), 128)),
14353
14353
  m3
@@ -14391,7 +14391,7 @@ const W4 = (e, t, n, i) => {
14391
14391
  ref: n
14392
14392
  }, [
14393
14393
  g("div", {
14394
- class: ee(["dp__inner_nav", { dp__inner_nav_disabled: e.disabled }])
14394
+ class: q(["dp__inner_nav", { dp__inner_nav_disabled: e.disabled }])
14395
14395
  }, [
14396
14396
  L(i.$slots, "default")
14397
14397
  ], 2)
@@ -14513,13 +14513,13 @@ const W4 = (e, t, n, i) => {
14513
14513
  return d(), I("div", {
14514
14514
  ref_key: "gridWrapRef",
14515
14515
  ref: f,
14516
- class: ee(c(b)),
14516
+ class: q(c(b)),
14517
14517
  role: "dialog",
14518
14518
  tabindex: "0",
14519
14519
  onKeydown: he(J, ["esc"])
14520
14520
  }, [
14521
14521
  g("div", {
14522
- class: ee(c(Q)),
14522
+ class: q(c(Q)),
14523
14523
  role: "grid"
14524
14524
  }, [
14525
14525
  g("div", g3, [
@@ -14533,7 +14533,7 @@ const W4 = (e, t, n, i) => {
14533
14533
  }, [
14534
14534
  (d(!0), I(se, null, pe(h, (T, $) => (d(), I("div", {
14535
14535
  role: "gridcell",
14536
- class: ee(c(O)),
14536
+ class: q(c(O)),
14537
14537
  key: T.value,
14538
14538
  "aria-selected": T.value === e.modelValue && !e.disabledValues.includes(T.value),
14539
14539
  "aria-disabled": T.className.dp__overlay_cell_disabled,
@@ -14549,14 +14549,14 @@ const W4 = (e, t, n, i) => {
14549
14549
  onMouseover: (X) => m.value = T.value
14550
14550
  }, [
14551
14551
  g("div", {
14552
- class: ee(T.className)
14552
+ class: q(T.className)
14553
14553
  }, [
14554
14554
  _.$slots.item ? L(_.$slots, "item", {
14555
14555
  key: 0,
14556
14556
  item: T
14557
14557
  }) : x("", !0),
14558
14558
  _.$slots.item ? x("", !0) : (d(), I(se, { key: 1 }, [
14559
- ue(q(T.text), 1)
14559
+ ue(K(T.text), 1)
14560
14560
  ], 64))
14561
14561
  ], 2)
14562
14562
  ], 42, I3))), 128))
@@ -14565,7 +14565,7 @@ const W4 = (e, t, n, i) => {
14565
14565
  key: 0,
14566
14566
  role: "button",
14567
14567
  "aria-label": (Z = e.ariaLabels) == null ? void 0 : Z.toggleOverlay,
14568
- class: ee(c(S)),
14568
+ class: q(c(S)),
14569
14569
  tabindex: "0",
14570
14570
  ref_key: "toggleButton",
14571
14571
  ref: v,
@@ -14794,7 +14794,7 @@ const W4 = (e, t, n, i) => {
14794
14794
  default: Y(() => [
14795
14795
  E.$slots.month ? L(E.$slots, "month", et(Oe({ key: 0 }, c(V)))) : x("", !0),
14796
14796
  E.$slots.month ? x("", !0) : (d(), I(se, { key: 1 }, [
14797
- ue(q(c(V).text), 1)
14797
+ ue(K(c(V).text), 1)
14798
14798
  ], 64))
14799
14799
  ]),
14800
14800
  _: 2
@@ -14848,7 +14848,7 @@ const W4 = (e, t, n, i) => {
14848
14848
  year: e.year
14849
14849
  }) : x("", !0),
14850
14850
  E.$slots.year ? x("", !0) : (d(), I(se, { key: 1 }, [
14851
- ue(q(e.year), 1)
14851
+ ue(K(e.year), 1)
14852
14852
  ], 64))
14853
14853
  ]),
14854
14854
  _: 2
@@ -14936,7 +14936,7 @@ const W4 = (e, t, n, i) => {
14936
14936
  onKeydown: P[10] || (P[10] = he((_e) => oe(!1), ["enter"]))
14937
14937
  }, [
14938
14938
  g("div", {
14939
- class: ee(["dp__inner_nav", { dp__inner_nav_disabled: c(u)(!1) }]),
14939
+ class: q(["dp__inner_nav", { dp__inner_nav_disabled: c(u)(!1) }]),
14940
14940
  role: "button",
14941
14941
  "aria-label": (Me = c(a).ariaLabels) == null ? void 0 : Me.prevMonth
14942
14942
  }, [
@@ -14959,7 +14959,7 @@ const W4 = (e, t, n, i) => {
14959
14959
  year: e.year
14960
14960
  }) : x("", !0),
14961
14961
  E.$slots.year ? x("", !0) : (d(), I(se, { key: 1 }, [
14962
- ue(q(e.year), 1)
14962
+ ue(K(e.year), 1)
14963
14963
  ], 64))
14964
14964
  ], 40, S3),
14965
14965
  g("div", {
@@ -14971,7 +14971,7 @@ const W4 = (e, t, n, i) => {
14971
14971
  onKeydown: P[14] || (P[14] = he((_e) => oe(!0), ["enter"]))
14972
14972
  }, [
14973
14973
  g("div", {
14974
- class: ee(["dp__inner_nav", { dp__inner_nav_disabled: c(u)(!0) }]),
14974
+ class: q(["dp__inner_nav", { dp__inner_nav_disabled: c(u)(!0) }]),
14975
14975
  role: "button",
14976
14976
  "aria-label": (Ee = c(a).ariaLabels) == null ? void 0 : Ee.nextMonth
14977
14977
  }, [
@@ -15134,7 +15134,7 @@ const W4 = (e, t, n, i) => {
15134
15134
  var k, T, $;
15135
15135
  return d(), I("div", {
15136
15136
  key: h,
15137
- class: ee(c(N))
15137
+ class: q(c(N))
15138
15138
  }, [
15139
15139
  Z.separator ? (d(), I(se, { key: 0 }, [
15140
15140
  ue(" : ")
@@ -15158,7 +15158,7 @@ const W4 = (e, t, n, i) => {
15158
15158
  g("div", {
15159
15159
  role: "button",
15160
15160
  "aria-label": (T = c(o).ariaLabels) == null ? void 0 : T.openTpOverlay(Z.type),
15161
- class: ee(S(Z.type) ? "" : "dp__time_display"),
15161
+ class: q(S(Z.type) ? "" : "dp__time_display"),
15162
15162
  tabindex: "0",
15163
15163
  onKeydown: [
15164
15164
  he((X) => Q(Z.type), ["enter"]),
@@ -15174,7 +15174,7 @@ const W4 = (e, t, n, i) => {
15174
15174
  value: c(M)(Z.type).value
15175
15175
  }) : x("", !0),
15176
15176
  B.$slots[Z.type] ? x("", !0) : (d(), I(se, { key: 1 }, [
15177
- ue(q(c(M)(Z.type).text), 1)
15177
+ ue(K(c(M)(Z.type).text), 1)
15178
15178
  ], 64))
15179
15179
  ], 42, k3),
15180
15180
  g("div", {
@@ -15216,7 +15216,7 @@ const W4 = (e, t, n, i) => {
15216
15216
  he(Ge(F, ["prevent"]), ["enter"]),
15217
15217
  he(Ge(F, ["prevent"]), ["space"])
15218
15218
  ]
15219
- }, q(f.value), 41, C3))
15219
+ }, K(f.value), 41, C3))
15220
15220
  ])),
15221
15221
  (d(!0), I(se, null, pe(c(O), (Z, h) => (d(), U(Lt, {
15222
15222
  key: h,
@@ -15318,7 +15318,7 @@ const W4 = (e, t, n, i) => {
15318
15318
  return d(), I("div", null, [
15319
15319
  J.timePicker ? x("", !0) : Ke((d(), I("div", {
15320
15320
  key: 0,
15321
- class: ee(c(S)),
15321
+ class: q(c(S)),
15322
15322
  role: "button",
15323
15323
  "aria-label": (B = c(s).ariaLabels) == null ? void 0 : B.openTimePicker,
15324
15324
  tabindex: "0",
@@ -15392,7 +15392,7 @@ const W4 = (e, t, n, i) => {
15392
15392
  key: 2,
15393
15393
  ref_key: "closeTimePickerBtn",
15394
15394
  ref: m,
15395
- class: ee(c(S)),
15395
+ class: q(c(S)),
15396
15396
  role: "button",
15397
15397
  "aria-label": (_ = c(s).ariaLabels) == null ? void 0 : _.closeTimePicker,
15398
15398
  tabindex: "0",
@@ -15539,8 +15539,8 @@ const W4 = (e, t, n, i) => {
15539
15539
  calendar: !1
15540
15540
  }), m = W([]), v = W([]), p = W(null), N = W(null), b = W(0), O = W(!1), M = W(0);
15541
15541
  ct(() => {
15542
- var K;
15543
- O.value = !0, !((K = i.presetRanges) != null && K.length) && !u["left-sidebar"] && !u["right-sidebar"] && jt();
15542
+ var ee;
15543
+ O.value = !0, !((ee = i.presetRanges) != null && ee.length) && !u["left-sidebar"] && !u["right-sidebar"] && jt();
15544
15544
  const fe = ut(N);
15545
15545
  if (fe && !i.textInput && !i.inline && (a(!0), G()), fe) {
15546
15546
  const mt = (bt) => {
@@ -15552,19 +15552,19 @@ const W4 = (e, t, n, i) => {
15552
15552
  }), Cn(() => {
15553
15553
  document.removeEventListener("resize", jt);
15554
15554
  });
15555
- const { arrowRight: w, arrowLeft: S, arrowDown: Q, arrowUp: D } = an(), z = (K) => {
15556
- K || K === 0 ? v.value[K].triggerTransition(
15557
- B.value(K),
15558
- _.value(K)
15555
+ const { arrowRight: w, arrowLeft: S, arrowDown: Q, arrowUp: D } = an(), z = (ee) => {
15556
+ ee || ee === 0 ? v.value[ee].triggerTransition(
15557
+ B.value(ee),
15558
+ _.value(ee)
15559
15559
  ) : v.value.forEach(
15560
15560
  (fe, mt) => fe.triggerTransition(B.value(mt), _.value(mt))
15561
15561
  );
15562
15562
  }, G = () => {
15563
- const K = ut(N);
15564
- K && K.focus({ preventScroll: !0 });
15563
+ const ee = ut(N);
15564
+ ee && ee.focus({ preventScroll: !0 });
15565
15565
  }, F = () => {
15566
- var K;
15567
- ((K = i.flow) == null ? void 0 : K.length) && M.value !== -1 && (M.value += 1, n("flow-step", M.value), We());
15566
+ var ee;
15567
+ ((ee = i.flow) == null ? void 0 : ee.length) && M.value !== -1 && (M.value += 1, n("flow-step", M.value), We());
15568
15568
  }, te = () => {
15569
15569
  M.value = -1;
15570
15570
  }, {
@@ -15595,12 +15595,12 @@ const W4 = (e, t, n, i) => {
15595
15595
  { deep: !0 }
15596
15596
  );
15597
15597
  const Ce = mn(u, "calendar"), tt = mn(u, "action"), Me = mn(u, "timePicker"), je = mn(u, "monthYear"), Ee = j(() => i.openOnTop ? "dp__arrow_bottom" : "dp__arrow_top"), _e = j(() => C4(i.yearRange)), on = j(() => z4(i.locale, i.monthNameFormat)), jt = () => {
15598
- const K = ut(f);
15599
- K && (b.value = K.getBoundingClientRect().width);
15600
- }, Qt = j(() => (K) => l(B.value(K), _.value(K))), Gt = j(
15598
+ const ee = ut(f);
15599
+ ee && (b.value = ee.getBoundingClientRect().width);
15600
+ }, Qt = j(() => (ee) => l(B.value(ee), _.value(ee))), Gt = j(
15601
15601
  () => s.value.multiCalendars > 0 && i.range ? [...Array(s.value.multiCalendars).keys()] : [0]
15602
15602
  ), H = j(
15603
- () => (K) => K === 1
15603
+ () => (ee) => ee === 1
15604
15604
  ), ae = j(() => i.monthPicker || i.timePicker || i.yearPicker), Ie = j(
15605
15605
  () => ({
15606
15606
  dp__flex_display: s.value.multiCalendars > 0
@@ -15611,7 +15611,7 @@ const W4 = (e, t, n, i) => {
15611
15611
  dp__menu_disabled: i.disabled,
15612
15612
  dp__menu_readonly: i.readonly
15613
15613
  })), De = j(
15614
- () => (K) => Fe(Qt, K)
15614
+ () => (ee) => Fe(Qt, ee)
15615
15615
  ), Te = j(
15616
15616
  () => ({
15617
15617
  dp__menu: !0,
@@ -15619,62 +15619,62 @@ const W4 = (e, t, n, i) => {
15619
15619
  dp__relative: i.inline,
15620
15620
  [i.menuClassName]: !!i.menuClassName
15621
15621
  })
15622
- ), Fe = (K, fe) => K.value(fe).map((mt) => ({
15622
+ ), Fe = (ee, fe) => ee.value(fe).map((mt) => ({
15623
15623
  ...mt,
15624
15624
  days: mt.days.map((bt) => (bt.marker = de(bt), bt.classData = ge(bt), bt))
15625
- })), Mt = (K) => {
15626
- K.stopPropagation(), K.stopImmediatePropagation();
15625
+ })), Mt = (ee) => {
15626
+ ee.stopPropagation(), ee.stopImmediatePropagation();
15627
15627
  }, A = () => {
15628
15628
  i.escClose && n("close-picker");
15629
- }, ne = (K, fe = !1) => {
15630
- k(K, fe), i.spaceConfirm && n("select-date");
15631
- }, ce = (K) => {
15629
+ }, ne = (ee, fe = !1) => {
15630
+ k(ee, fe), i.spaceConfirm && n("select-date");
15631
+ }, ce = (ee) => {
15632
15632
  var fe;
15633
- (fe = i.flow) != null && fe.length && (y[K] = !0, Object.keys(y).filter((mt) => !y[mt]).length || We());
15634
- }, Se = (K, fe, mt, bt, ...ii) => {
15635
- if (i.flow[M.value] === K) {
15633
+ (fe = i.flow) != null && fe.length && (y[ee] = !0, Object.keys(y).filter((mt) => !y[mt]).length || We());
15634
+ }, Se = (ee, fe, mt, bt, ...ii) => {
15635
+ if (i.flow[M.value] === ee) {
15636
15636
  const be = bt ? fe.value[0] : fe.value;
15637
15637
  be && be[mt](...ii);
15638
15638
  }
15639
15639
  }, We = () => {
15640
15640
  Se("month", m, "toggleMonthPicker", !0, !0), Se("year", m, "toggleYearPicker", !0, !0), Se("calendar", p, "toggleTimePicker", !1, !1, !0), Se("time", p, "toggleTimePicker", !1, !0, !0);
15641
- const K = i.flow[M.value];
15642
- (K === "hours" || K === "minutes" || K === "seconds") && Se(K, p, "toggleTimePicker", !1, !0, !0, K);
15643
- }, Ct = (K) => {
15641
+ const ee = i.flow[M.value];
15642
+ (ee === "hours" || ee === "minutes" || ee === "seconds") && Se(ee, p, "toggleTimePicker", !1, !0, !0, ee);
15643
+ }, Ct = (ee) => {
15644
15644
  if (i.arrowNavigation) {
15645
- if (K === "up")
15645
+ if (ee === "up")
15646
15646
  return D();
15647
- if (K === "down")
15647
+ if (ee === "down")
15648
15648
  return Q();
15649
- if (K === "left")
15649
+ if (ee === "left")
15650
15650
  return S();
15651
- if (K === "right")
15651
+ if (ee === "right")
15652
15652
  return w();
15653
15653
  } else
15654
- K === "left" || K === "up" ? C("left", 0, K === "up") : C("right", 0, K === "down");
15655
- }, ln = (K) => {
15656
- r(K.shiftKey), !i.disableMonthYearSelect && K.code === "Tab" && K.target.classList.contains("dp__menu") && o.value.shiftKeyInMenu && (K.preventDefault(), K.stopImmediatePropagation(), n("close-picker"));
15654
+ ee === "left" || ee === "up" ? C("left", 0, ee === "up") : C("right", 0, ee === "down");
15655
+ }, ln = (ee) => {
15656
+ r(ee.shiftKey), !i.disableMonthYearSelect && ee.code === "Tab" && ee.target.classList.contains("dp__menu") && o.value.shiftKeyInMenu && (ee.preventDefault(), ee.stopImmediatePropagation(), n("close-picker"));
15657
15657
  };
15658
15658
  return t({
15659
15659
  updateMonthYear: h
15660
- }), (K, fe) => {
15660
+ }), (ee, fe) => {
15661
15661
  var mt;
15662
15662
  return d(), U(Lt, {
15663
15663
  appear: "",
15664
15664
  name: (mt = c(s).transitions) == null ? void 0 : mt.menuAppear,
15665
15665
  mode: "out-in",
15666
- css: !!K.transitions
15666
+ css: !!ee.transitions
15667
15667
  }, {
15668
15668
  default: Y(() => {
15669
15669
  var bt, ii;
15670
15670
  return [
15671
15671
  g("div", {
15672
- id: K.uid ? `dp-menu-${K.uid}` : void 0,
15672
+ id: ee.uid ? `dp-menu-${ee.uid}` : void 0,
15673
15673
  tabindex: "0",
15674
15674
  ref_key: "dpMenuRef",
15675
15675
  ref: N,
15676
15676
  role: "dialog",
15677
- class: ee(c(Te)),
15677
+ class: q(c(Te)),
15678
15678
  onMouseleave: fe[12] || (fe[12] = (...be) => c(ve) && c(ve)(...be)),
15679
15679
  onClick: Mt,
15680
15680
  onKeydown: [
@@ -15686,36 +15686,36 @@ const W4 = (e, t, n, i) => {
15686
15686
  ln
15687
15687
  ]
15688
15688
  }, [
15689
- (K.disabled || K.readonly) && K.inline ? (d(), I("div", {
15689
+ (ee.disabled || ee.readonly) && ee.inline ? (d(), I("div", {
15690
15690
  key: 0,
15691
- class: ee(c(Ae))
15691
+ class: q(c(Ae))
15692
15692
  }, null, 2)) : x("", !0),
15693
- !K.inline && !K.teleportCenter ? (d(), I("div", {
15693
+ !ee.inline && !ee.teleportCenter ? (d(), I("div", {
15694
15694
  key: 1,
15695
- class: ee(c(Ee))
15695
+ class: q(c(Ee))
15696
15696
  }, null, 2)) : x("", !0),
15697
15697
  g("div", {
15698
- class: ee({
15699
- dp__menu_content_wrapper: ((bt = K.presetRanges) == null ? void 0 : bt.length) || !!K.$slots["left-sidebar"] || !!K.$slots["right-sidebar"]
15698
+ class: q({
15699
+ dp__menu_content_wrapper: ((bt = ee.presetRanges) == null ? void 0 : bt.length) || !!ee.$slots["left-sidebar"] || !!ee.$slots["right-sidebar"]
15700
15700
  })
15701
15701
  }, [
15702
- K.$slots["left-sidebar"] ? (d(), I("div", Y3, [
15703
- L(K.$slots, "left-sidebar")
15702
+ ee.$slots["left-sidebar"] ? (d(), I("div", Y3, [
15703
+ L(ee.$slots, "left-sidebar")
15704
15704
  ])) : x("", !0),
15705
- (ii = K.presetRanges) != null && ii.length ? (d(), I("div", U3, [
15706
- (d(!0), I(se, null, pe(K.presetRanges, (be, pn) => (d(), I("div", {
15705
+ (ii = ee.presetRanges) != null && ii.length ? (d(), I("div", U3, [
15706
+ (d(!0), I(se, null, pe(ee.presetRanges, (be, pn) => (d(), I("div", {
15707
15707
  key: pn,
15708
15708
  style: At(be.style || {}),
15709
15709
  class: "dp__preset_range",
15710
15710
  onClick: (Le) => c(P)(be.range, !!be.slot)
15711
15711
  }, [
15712
- be.slot ? L(K.$slots, be.slot, {
15712
+ be.slot ? L(ee.$slots, be.slot, {
15713
15713
  key: 0,
15714
15714
  presetDateRange: c(P),
15715
15715
  label: be.label,
15716
15716
  range: be.range
15717
15717
  }) : (d(), I(se, { key: 1 }, [
15718
- ue(q(be.label), 1)
15718
+ ue(K(be.label), 1)
15719
15719
  ], 64))
15720
15720
  ], 12, V3))), 128))
15721
15721
  ])) : x("", !0),
@@ -15726,13 +15726,13 @@ const W4 = (e, t, n, i) => {
15726
15726
  role: "document"
15727
15727
  }, [
15728
15728
  g("div", {
15729
- class: ee(c(Ie))
15729
+ class: q(c(Ie))
15730
15730
  }, [
15731
15731
  (d(!0), I(se, null, pe(c(Gt), (be, pn) => (d(), I("div", {
15732
15732
  key: be,
15733
- class: ee(c(xe))
15733
+ class: q(c(xe))
15734
15734
  }, [
15735
- !K.disableMonthYearSelect && !K.timePicker ? (d(), U(ke(K.monthYearComponent ? K.monthYearComponent : D3), Oe({
15735
+ !ee.disableMonthYearSelect && !ee.timePicker ? (d(), U(ke(ee.monthYearComponent ? ee.monthYearComponent : D3), Oe({
15736
15736
  key: 0,
15737
15737
  ref_for: !0,
15738
15738
  ref: (Le) => {
@@ -15744,7 +15744,7 @@ const W4 = (e, t, n, i) => {
15744
15744
  year: c(_)(be),
15745
15745
  instance: be,
15746
15746
  "internal-model-value": e.internalModelValue
15747
- }, K.$props, {
15747
+ }, ee.$props, {
15748
15748
  onMount: fe[0] || (fe[0] = (Le) => ce("monthYearInput")),
15749
15749
  onResetFlow: te,
15750
15750
  onUpdateMonthYear: (Le) => c(h)(be, Le),
@@ -15754,7 +15754,7 @@ const W4 = (e, t, n, i) => {
15754
15754
  pe(c(je), (Le, zd) => ({
15755
15755
  name: Le,
15756
15756
  fn: Y((ar) => [
15757
- L(K.$slots, Le, et(Wt(ar)))
15757
+ L(ee.$slots, Le, et(Wt(ar)))
15758
15758
  ])
15759
15759
  }))
15760
15760
  ]), 1040, ["months", "years", "month", "year", "instance", "internal-model-value", "onUpdateMonthYear", "onMonthYearSelect"])) : x("", !0),
@@ -15769,7 +15769,7 @@ const W4 = (e, t, n, i) => {
15769
15769
  "mapped-dates": c(De)(be),
15770
15770
  month: c(B)(be),
15771
15771
  year: c(_)(be)
15772
- }, K.$props, {
15772
+ }, ee.$props, {
15773
15773
  "flow-step": M.value,
15774
15774
  "onUpdate:flow-step": fe[1] || (fe[1] = (Le) => M.value = Le),
15775
15775
  onSelectDate: (Le) => c(k)(Le, !c(H)(be)),
@@ -15783,15 +15783,15 @@ const W4 = (e, t, n, i) => {
15783
15783
  pe(c(Ce), (Le, zd) => ({
15784
15784
  name: Le,
15785
15785
  fn: Y((ar) => [
15786
- L(K.$slots, Le, et(Wt({ ...ar })))
15786
+ L(ee.$slots, Le, et(Wt({ ...ar })))
15787
15787
  ])
15788
15788
  }))
15789
15789
  ]), 1040, ["specific-mode", "get-week-num", "instance", "mapped-dates", "month", "year", "flow-step", "onSelectDate", "onHandleSpace", "onHandleScroll", "onHandleSwipe"])
15790
15790
  ], 2))), 128))
15791
15791
  ], 2),
15792
15792
  g("div", null, [
15793
- K.$slots["time-picker"] ? L(K.$slots, "time-picker", et(Oe({ key: 0 }, { time: c(V), updateTime: c(Z) }))) : (d(), I(se, { key: 1 }, [
15794
- K.enableTimePicker && !K.monthPicker && !K.weekPicker ? (d(), U(ke(K.timePickerComponent ? K.timePickerComponent : Z3), Oe({
15793
+ ee.$slots["time-picker"] ? L(ee.$slots, "time-picker", et(Oe({ key: 0 }, { time: c(V), updateTime: c(Z) }))) : (d(), I(se, { key: 1 }, [
15794
+ ee.enableTimePicker && !ee.monthPicker && !ee.weekPicker ? (d(), U(ke(ee.timePickerComponent ? ee.timePickerComponent : Z3), Oe({
15795
15795
  key: 0,
15796
15796
  ref_key: "timePickerRef",
15797
15797
  ref: p,
@@ -15799,7 +15799,7 @@ const W4 = (e, t, n, i) => {
15799
15799
  minutes: c(V).minutes,
15800
15800
  seconds: c(V).seconds,
15801
15801
  "internal-model-value": e.internalModelValue
15802
- }, K.$props, {
15802
+ }, ee.$props, {
15803
15803
  onMount: fe[4] || (fe[4] = (be) => ce("timePicker")),
15804
15804
  "onUpdate:hours": fe[5] || (fe[5] = (be) => c(Z)(be)),
15805
15805
  "onUpdate:minutes": fe[6] || (fe[6] = (be) => c(Z)(be, !1)),
@@ -15810,44 +15810,44 @@ const W4 = (e, t, n, i) => {
15810
15810
  pe(c(Me), (be, pn) => ({
15811
15811
  name: be,
15812
15812
  fn: Y((Le) => [
15813
- L(K.$slots, be, et(Wt(Le)))
15813
+ L(ee.$slots, be, et(Wt(Le)))
15814
15814
  ])
15815
15815
  }))
15816
15816
  ]), 1040, ["hours", "minutes", "seconds", "internal-model-value"])) : x("", !0)
15817
15817
  ], 64))
15818
15818
  ])
15819
15819
  ], 512),
15820
- K.$slots["right-sidebar"] ? (d(), I("div", R3, [
15821
- L(K.$slots, "right-sidebar")
15820
+ ee.$slots["right-sidebar"] ? (d(), I("div", R3, [
15821
+ L(ee.$slots, "right-sidebar")
15822
15822
  ])) : x("", !0),
15823
- K.showNowButton ? (d(), I("div", W3, [
15824
- K.$slots["now-button"] ? L(K.$slots, "now-button", {
15823
+ ee.showNowButton ? (d(), I("div", W3, [
15824
+ ee.$slots["now-button"] ? L(ee.$slots, "now-button", {
15825
15825
  key: 0,
15826
15826
  selectCurrentDate: c(E)
15827
15827
  }) : x("", !0),
15828
- K.$slots["now-button"] ? x("", !0) : (d(), I("button", {
15828
+ ee.$slots["now-button"] ? x("", !0) : (d(), I("button", {
15829
15829
  key: 1,
15830
15830
  type: "button",
15831
15831
  role: "button",
15832
15832
  class: "dp__now_button",
15833
15833
  onClick: fe[8] || (fe[8] = (...be) => c(E) && c(E)(...be))
15834
- }, q(K.nowButtonLabel), 1))
15834
+ }, K(ee.nowButtonLabel), 1))
15835
15835
  ])) : x("", !0)
15836
15836
  ], 2),
15837
- !K.autoApply || K.keepActionRow ? (d(), U(ke(K.actionRowComponent ? K.actionRowComponent : a3), Oe({
15837
+ !ee.autoApply || ee.keepActionRow ? (d(), U(ke(ee.actionRowComponent ? ee.actionRowComponent : a3), Oe({
15838
15838
  key: 2,
15839
15839
  "menu-mount": O.value,
15840
15840
  "calendar-width": b.value,
15841
15841
  "internal-model-value": e.internalModelValue
15842
- }, K.$props, {
15843
- onClosePicker: fe[9] || (fe[9] = (be) => K.$emit("close-picker")),
15844
- onSelectDate: fe[10] || (fe[10] = (be) => K.$emit("select-date")),
15845
- onInvalidSelect: fe[11] || (fe[11] = (be) => K.$emit("invalid-select"))
15842
+ }, ee.$props, {
15843
+ onClosePicker: fe[9] || (fe[9] = (be) => ee.$emit("close-picker")),
15844
+ onSelectDate: fe[10] || (fe[10] = (be) => ee.$emit("select-date")),
15845
+ onInvalidSelect: fe[11] || (fe[11] = (be) => ee.$emit("invalid-select"))
15846
15846
  }), rt({ _: 2 }, [
15847
15847
  pe(c(tt), (be, pn) => ({
15848
15848
  name: be,
15849
15849
  fn: Y((Le) => [
15850
- L(K.$slots, be, et(Wt({ ...Le })))
15850
+ L(ee.$slots, be, et(Wt({ ...Le })))
15851
15851
  ])
15852
15852
  }))
15853
15853
  ]), 1040, ["menu-mount", "calendar-width", "internal-model-value"])) : x("", !0)
@@ -15992,7 +15992,7 @@ const W4 = (e, t, n, i) => {
15992
15992
  updateInternalModelValue: ve,
15993
15993
  setMonthYear: Me
15994
15994
  }), (je, Ee) => (d(), I("div", {
15995
- class: ee(c(B))
15995
+ class: q(c(B))
15996
15996
  }, [
15997
15997
  R(e3, Oe({
15998
15998
  ref_key: "inputRef",
@@ -16228,7 +16228,7 @@ const aw = { name: "material-symbols-calendar-month-outline", render: iw }, rw =
16228
16228
  class: "button-range-selector",
16229
16229
  onClick: (Q) => y({ text: M, value: w })
16230
16230
  }, [
16231
- g("span", lw, q(M), 1)
16231
+ g("span", lw, K(M), 1)
16232
16232
  ], 8, ow)), 64))
16233
16233
  ])
16234
16234
  ]),
@@ -16364,7 +16364,7 @@ const yw = { name: "material-symbols-upload-rounded", render: mw }, hw = ["id",
16364
16364
  return ((m = n.modelValue) == null ? void 0 : m.length) && y();
16365
16365
  }
16366
16366
  ), (m, v) => (d(), I("div", {
16367
- class: ee(["sol-upload", { "-has-file": !!c(r).length, "-error": !!e.hasError }])
16367
+ class: q(["sol-upload", { "-has-file": !!c(r).length, "-error": !!e.hasError }])
16368
16368
  }, [
16369
16369
  g("input", {
16370
16370
  id: i.input,
@@ -16391,7 +16391,7 @@ const yw = { name: "material-symbols-upload-rounded", render: mw }, hw = ["id",
16391
16391
  }))
16392
16392
  ]),
16393
16393
  g("div", {
16394
- class: ee(["content", { "-multiple": c(l) }])
16394
+ class: q(["content", { "-multiple": c(l) }])
16395
16395
  }, [
16396
16396
  c(l) ? (d(!0), I(se, { key: 0 }, pe(c(r), (p) => (d(), U(Jn, {
16397
16397
  id: p.name,
@@ -16401,7 +16401,7 @@ const yw = { name: "material-symbols-upload-rounded", render: mw }, hw = ["id",
16401
16401
  size: "small",
16402
16402
  variant: "fill",
16403
16403
  type: "positive"
16404
- }, null, 8, ["id", "text"]))), 128)) : (d(), I("p", gw, q(c(s)), 1))
16404
+ }, null, 8, ["id", "text"]))), 128)) : (d(), I("p", gw, K(c(s)), 1))
16405
16405
  ], 2),
16406
16406
  c(r).length && !e.loading ? (d(), U(ze, {
16407
16407
  key: 0,
@@ -16509,8 +16509,8 @@ const Cw = { name: "material-symbols-delete-outline-rounded", render: Lw }, zw =
16509
16509
  ]),
16510
16510
  g("div", Ow, [
16511
16511
  g("div", $w, [
16512
- g("span", Ew, q(c(a).filename), 1),
16513
- g("span", Zw, "." + q(c(a).fileExtension), 1)
16512
+ g("span", Ew, K(c(a).filename), 1),
16513
+ g("span", Zw, "." + K(c(a).fileExtension), 1)
16514
16514
  ])
16515
16515
  ]),
16516
16516
  R($t, {
@@ -16525,7 +16525,7 @@ const Cw = { name: "material-symbols-delete-outline-rounded", render: Lw }, zw =
16525
16525
  "aria-expanded": f.ariaExpanded,
16526
16526
  "aria-haspopup": f.ariaHaspopup,
16527
16527
  "aria-label": "open menu",
16528
- class: ee(f.class),
16528
+ class: q(f.class),
16529
16529
  size: "small",
16530
16530
  variant: "tertiary",
16531
16531
  onClick: y
@@ -16702,7 +16702,7 @@ const iN = { name: "material-symbols-docs-outline", render: nN }, aN = ["id", "d
16702
16702
  class: "label",
16703
16703
  for: i.input,
16704
16704
  "data-testid": i.label
16705
- }, q(e.label), 9, rN),
16705
+ }, K(e.label), 9, rN),
16706
16706
  e.downloadSrc ? (d(), U(Uw, {
16707
16707
  key: 1,
16708
16708
  id: e.id,
@@ -16736,8 +16736,8 @@ const iN = { name: "material-symbols-docs-outline", render: nN }, aN = ["id", "d
16736
16736
  key: 2,
16737
16737
  id: `file-upload-describe-${e.id}`,
16738
16738
  "data-testid": `file-upload-describe-${e.id}`,
16739
- class: ee(["message", `-${c(l).type}`])
16740
- }, q(c(l).text), 11, oN)) : x("", !0)
16739
+ class: q(["message", `-${c(l).type}`])
16740
+ }, K(c(l).text), 11, oN)) : x("", !0)
16741
16741
  ], 8, aN));
16742
16742
  }
16743
16743
  });
@@ -16789,7 +16789,7 @@ const lN = ["id", "data-testid"], sN = { class: "list-container" }, uN = ["aria-
16789
16789
  onClick: r
16790
16790
  }), {
16791
16791
  default: Y(() => [
16792
- ue(q(s.text), 1)
16792
+ ue(K(s.text), 1)
16793
16793
  ]),
16794
16794
  _: 2
16795
16795
  }, 1040, ["data-gtm-id", "target", "rel", "aria-current"])),
@@ -16815,7 +16815,7 @@ const it = /* @__PURE__ */ re({
16815
16815
  setup(e) {
16816
16816
  return (t, n) => (d(), I("div", {
16817
16817
  role: "separator",
16818
- class: ee(["sol-divider-core", `-${e.orientation} -${e.thickness}`])
16818
+ class: q(["sol-divider-core", `-${e.orientation} -${e.thickness}`])
16819
16819
  }, null, 2));
16820
16820
  }
16821
16821
  });
@@ -16864,7 +16864,7 @@ const yN = { name: "material-symbols-open-in-new-sharp", render: mN }, hN = {
16864
16864
  ])) : x("", !0),
16865
16865
  g("span", vN, [
16866
16866
  L(r.$slots, "default", {}, () => [
16867
- ue(q(e.text), 1)
16867
+ ue(K(e.text), 1)
16868
16868
  ])
16869
16869
  ]),
16870
16870
  e.external ? (d(), U(c(yN), {
@@ -16944,7 +16944,7 @@ const gN = { class: "item-title" }, IN = { class: "icon-content" }, pN = /* @__P
16944
16944
  g("div", IN, [
16945
16945
  (d(), U(ke(o.icon), { class: "item-icon" }))
16946
16946
  ]),
16947
- ue(" " + q(o.title), 1)
16947
+ ue(" " + K(o.title), 1)
16948
16948
  ])
16949
16949
  ]),
16950
16950
  _: 2
@@ -17111,7 +17111,7 @@ const TN = /* @__PURE__ */ lt(DN, [["__scopeId", "data-v-1e7fde8e"]]), AN = { cl
17111
17111
  default: Y(() => [
17112
17112
  g("div", AN, [
17113
17113
  (d(), U(ke(i[m.icon]), { class: "icon-size-medium item-icon" })),
17114
- ue(" " + q(m.title), 1)
17114
+ ue(" " + K(m.title), 1)
17115
17115
  ])
17116
17116
  ]),
17117
17117
  _: 2
@@ -17127,8 +17127,8 @@ const wd = /* @__PURE__ */ lt(kN, [["__scopeId", "data-v-e73ae5e8"]]), _N = { cl
17127
17127
  setup(e) {
17128
17128
  const t = (n) => n.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ".");
17129
17129
  return (n, i) => (d(), I("div", _N, [
17130
- g("h4", LN, q(e.title), 1),
17131
- g("p", CN, q(t(e.description)), 1)
17130
+ g("h4", LN, K(e.title), 1),
17131
+ g("p", CN, K(t(e.description)), 1)
17132
17132
  ]));
17133
17133
  }
17134
17134
  });
@@ -17183,7 +17183,7 @@ const ic = /* @__PURE__ */ lt(zN, [["__scopeId", "data-v-d6677ddc"]]), ts = (e)
17183
17183
  c(l) ? (d(), I("div", ZN, YN)) : (d(), I("div", ON, [
17184
17184
  $N,
17185
17185
  g("div", null, [
17186
- g("h3", EN, " Voc\xEA est\xE1 no N\xEDvel " + q(e.partner.solfacilPlus.level), 1)
17186
+ g("h3", EN, " Voc\xEA est\xE1 no N\xEDvel " + K(e.partner.solfacilPlus.level), 1)
17187
17187
  ])
17188
17188
  ])),
17189
17189
  g("div", UN, [
@@ -17198,7 +17198,7 @@ const ic = /* @__PURE__ */ lt(zN, [["__scopeId", "data-v-d6677ddc"]]), ts = (e)
17198
17198
  description: c(s).total.description
17199
17199
  }, null, 8, ["title", "description"])) : x("", !0)
17200
17200
  ]),
17201
- c(l) ? x("", !0) : (d(), I("p", VN, " Pr\xF3xima atualiza\xE7\xE3o: " + q(e.partner.solfacilPlus.nextTransitionDate), 1)),
17201
+ c(l) ? x("", !0) : (d(), I("p", VN, " Pr\xF3xima atualiza\xE7\xE3o: " + K(e.partner.solfacilPlus.nextTransitionDate), 1)),
17202
17202
  R(Zt, {
17203
17203
  id: "solfacil-plus-link",
17204
17204
  class: "solfacil-plus-link",
@@ -17279,10 +17279,10 @@ const ir = { name: "girassol-logout", render: i5 }, a5 = (e) => (Kt("data-v-5c60
17279
17279
  R(c(Ra), { class: "icon" }),
17280
17280
  g("div", o5, [
17281
17281
  l5,
17282
- g("span", s5, q(c(o)), 1)
17282
+ g("span", s5, K(c(o)), 1)
17283
17283
  ]),
17284
17284
  R(c(ns), {
17285
- class: ee(["action", { "rotate-180 transform": u }])
17285
+ class: q(["action", { "rotate-180 transform": u }])
17286
17286
  }, null, 8, ["class"])
17287
17287
  ])
17288
17288
  ], !0)
@@ -17390,7 +17390,7 @@ const ni = { name: "girassol-close", render: I5 }, p5 = (e) => (Kt("data-v-37d22
17390
17390
  a.value ? (d(), U(Ka, { key: 0 }, {
17391
17391
  default: Y(() => [
17392
17392
  Ke(g("aside", {
17393
- class: ee(["user-menu-mobile", { "move-in": a.value, "move-out": r.value }])
17393
+ class: q(["user-menu-mobile", { "move-in": a.value, "move-out": r.value }])
17394
17394
  }, [
17395
17395
  g("div", M5, [
17396
17396
  L(p.$slots, "header-mobile", {
@@ -17399,16 +17399,16 @@ const ni = { name: "girassol-close", render: I5 }, p5 = (e) => (Kt("data-v-37d22
17399
17399
  }, () => [
17400
17400
  g("header", b5, [
17401
17401
  g("div", w5, [
17402
- g("span", N5, q(c(f)), 1),
17402
+ g("span", N5, K(c(f)), 1),
17403
17403
  g("span", j5, [
17404
17404
  S5,
17405
17405
  g("div", {
17406
- class: ee(["name", { "name-empty": c(v) }])
17406
+ class: q(["name", { "name-empty": c(v) }])
17407
17407
  }, [
17408
17408
  c(v) ? (d(), I("span", {
17409
17409
  key: 0,
17410
- class: ee(["gray-background", { loading: c(v) }])
17411
- }, null, 2)) : (d(), I("span", x5, q(c(m).completeName), 1))
17410
+ class: q(["gray-background", { loading: c(v) }])
17411
+ }, null, 2)) : (d(), I("span", x5, K(c(m).completeName), 1))
17412
17412
  ], 2)
17413
17413
  ])
17414
17414
  ]),
@@ -17579,9 +17579,9 @@ const O5 = { name: "girassol-notifications", render: P5 }, $5 = { class: "list-n
17579
17579
  (d(), U(ke(i[(D = r((Q = w == null ? void 0 : w.notification) == null ? void 0 : Q.templateName)) != null ? D : ""])))
17580
17580
  ]),
17581
17581
  g("div", B5, [
17582
- g("h1", Y5, q(w.notification.title), 1),
17583
- g("span", U5, q(w.notification.message), 1),
17584
- g("span", V5, q(u(w.createdAt)), 1)
17582
+ g("h1", Y5, K(w.notification.title), 1),
17583
+ g("span", U5, K(w.notification.message), 1),
17584
+ g("span", V5, K(u(w.createdAt)), 1)
17585
17585
  ])
17586
17586
  ], 8, Z5),
17587
17587
  R(it, {
@@ -17591,7 +17591,7 @@ const O5 = { name: "girassol-notifications", render: P5 }, $5 = { class: "list-n
17591
17591
  ], 8, E5);
17592
17592
  }), 128)),
17593
17593
  g("div", R5, [
17594
- g("span", W5, " Mostrando " + q((b = e.notifications) == null ? void 0 : b.count) + " de " + q((O = e.notifications) == null ? void 0 : O.totalCount), 1),
17594
+ g("span", W5, " Mostrando " + K((b = e.notifications) == null ? void 0 : b.count) + " de " + K((O = e.notifications) == null ? void 0 : O.totalCount), 1),
17595
17595
  (M = e.notifications) != null && M.nextCursor ? (d(), U(Zt, {
17596
17596
  key: 0,
17597
17597
  id: "more-notifications",
@@ -17690,7 +17690,7 @@ const rj = /* @__PURE__ */ lt(aj, [["__scopeId", "data-v-eb9aea4e"]]), as = (e)
17690
17690
  e.showNotificationList ? (d(), U(Ka, { key: 0 }, {
17691
17691
  default: Y(() => [
17692
17692
  Ke(g("div", {
17693
- class: ee(["notification-list", { "move-in": e.showNotificationList, "move-out": n.value }])
17693
+ class: q(["notification-list", { "move-in": e.showNotificationList, "move-out": n.value }])
17694
17694
  }, [
17695
17695
  g("div", oj, [
17696
17696
  g("header", lj, [
@@ -17779,10 +17779,10 @@ const mj = /* @__PURE__ */ lt(fj, [["__scopeId", "data-v-50b2db6c"]]), yj = (e)
17779
17779
  R(c(O5), { class: "icon-size-medium" }),
17780
17780
  c(s) ? (d(), I("span", {
17781
17781
  key: 0,
17782
- class: ee(["notification-count", {
17782
+ class: q(["notification-count", {
17783
17783
  "notification-count-plus": (y = e.notifications) != null && y.countNotification ? +e.notifications.countNotification > 9 : !1
17784
17784
  }])
17785
- }, q(c(o)), 3)) : x("", !0),
17785
+ }, K(c(o)), 3)) : x("", !0),
17786
17786
  c(s) && a.value ? (d(), I("span", vj, [
17787
17787
  ue(" Tem mensagens pra voc\xEA aqui! "),
17788
17788
  gj
@@ -17860,7 +17860,7 @@ const xd = { name: "girassol-menu", render: Nj }, jj = (e) => (Kt("data-v-e5a5c9
17860
17860
  white: e.mobileWhite
17861
17861
  }, [
17862
17862
  g("div", {
17863
- class: ee(["icon-menu-container", { "mobile-black": !e.mobileWhite }])
17863
+ class: q(["icon-menu-container", { "mobile-black": !e.mobileWhite }])
17864
17864
  }, [
17865
17865
  R(c(xd), {
17866
17866
  class: "menu-button",
@@ -17893,7 +17893,7 @@ const xd = { name: "girassol-menu", render: Nj }, jj = (e) => (Kt("data-v-e5a5c9
17893
17893
  e.product.icon ? (d(), I("div", kj, [
17894
17894
  (d(), U(ke(e.product.icon), { class: "item-icon" }))
17895
17895
  ])) : x("", !0),
17896
- ue(" " + q(e.product.title), 1)
17896
+ ue(" " + K(e.product.title), 1)
17897
17897
  ], 8, Aj)
17898
17898
  ]))
17899
17899
  ], !0),
@@ -17929,7 +17929,7 @@ const xd = { name: "girassol-menu", render: Nj }, jj = (e) => (Kt("data-v-e5a5c9
17929
17929
  _: 3
17930
17930
  }, 8, ["user", "partner", "perfil-personification", "um-personification", "in-personification"]),
17931
17931
  R(_5, {
17932
- class: ee(["mobile-show", { "mobile-black": !e.mobileWhite }]),
17932
+ class: q(["mobile-show", { "mobile-black": !e.mobileWhite }]),
17933
17933
  user: e.user,
17934
17934
  partner: e.partner,
17935
17935
  "perfil-personification": e.perfilPersonification,
@@ -17987,7 +17987,7 @@ const Cj = ["white"], zj = ["onClick"], Pj = {
17987
17987
  }
17988
17988
  return (i, a) => (d(), I("main", {
17989
17989
  white: e.white,
17990
- class: ee(`menu-items-${e.isCollapsedMenu ? "close" : "open"}`)
17990
+ class: q(`menu-items-${e.isCollapsedMenu ? "close" : "open"}`)
17991
17991
  }, [
17992
17992
  (d(!0), I(se, null, pe(e.links, (r, o) => (d(), U(ke(r.linkTag), et({
17993
17993
  key: o,
@@ -18000,7 +18000,7 @@ const Cj = ["white"], zj = ["onClick"], Pj = {
18000
18000
  key: 0,
18001
18001
  class: "icon"
18002
18002
  })) : x("", !0),
18003
- ue(" " + q(r.name), 1)
18003
+ ue(" " + K(r.name), 1)
18004
18004
  ]),
18005
18005
  _: 2
18006
18006
  }, 1040, ["target"]))), 128)),
@@ -18010,15 +18010,15 @@ const Cj = ["white"], zj = ["onClick"], Pj = {
18010
18010
  })) : x("", !0),
18011
18011
  (d(!0), I(se, null, pe(e.items, (r, o) => (d(), I("div", {
18012
18012
  key: o,
18013
- class: ee(["items", [{ "item-active": r.isActive }]]),
18013
+ class: q(["items", [{ "item-active": r.isActive }]]),
18014
18014
  onClick: (l) => n(r.action)
18015
18015
  }, [
18016
18016
  r.icon ? (d(), U(ke(r.icon), {
18017
18017
  key: 0,
18018
- class: "icon"
18019
- })) : x("", !0),
18018
+ class: q(["icon", r.iconColor ? r.iconColor : "-color"])
18019
+ }, null, 8, ["class"])) : x("", !0),
18020
18020
  !e.isCollapsedMenu && r.name ? (d(), I("p", Pj, [
18021
- ue(q(r.name) + " ", 1),
18021
+ ue(K(r.name) + " ", 1),
18022
18022
  r.tagName ? (d(), U(c(Jn), {
18023
18023
  key: 0,
18024
18024
  id: `tag-${o}`,
@@ -18027,7 +18027,7 @@ const Cj = ["white"], zj = ["onClick"], Pj = {
18027
18027
  class: "tag"
18028
18028
  }, {
18029
18029
  default: Y(() => [
18030
- ue(q(r.tagName), 1)
18030
+ ue(K(r.tagName), 1)
18031
18031
  ]),
18032
18032
  _: 2
18033
18033
  }, 1032, ["id", "type", "variant"])) : x("", !0)
@@ -18036,7 +18036,7 @@ const Cj = ["white"], zj = ["onClick"], Pj = {
18036
18036
  ], 10, Cj));
18037
18037
  }
18038
18038
  });
18039
- const ac = /* @__PURE__ */ lt(Oj, [["__scopeId", "data-v-f36697fd"]]), $j = {
18039
+ const ac = /* @__PURE__ */ lt(Oj, [["__scopeId", "data-v-cf458605"]]), $j = {
18040
18040
  viewBox: "0 0 24 24",
18041
18041
  width: "1em",
18042
18042
  height: "1em"
@@ -18066,7 +18066,7 @@ const Bj = { name: "material-symbols-expand-more", render: Gj }, Yj = (e) => (Kt
18066
18066
  t("clickOpenMenu");
18067
18067
  }
18068
18068
  return (r, o) => (d(), I("aside", {
18069
- class: ee(["product-menu-mobile", { expanded: e.isOpenedProductMenu }]),
18069
+ class: q(["product-menu-mobile", { expanded: e.isOpenedProductMenu }]),
18070
18070
  white: e.white
18071
18071
  }, [
18072
18072
  g("header", {
@@ -18078,7 +18078,7 @@ const Bj = { name: "material-symbols-expand-more", render: Gj }, Yj = (e) => (Kt
18078
18078
  g("div", Rj, [
18079
18079
  Wj,
18080
18080
  (d(), U(ke(c(Bj)), {
18081
- class: ee({ "rotate-180 transform": e.isOpenedProductMenu })
18081
+ class: q({ "rotate-180 transform": e.isOpenedProductMenu })
18082
18082
  }, null, 8, ["class"]))
18083
18083
  ])
18084
18084
  ])
@@ -18099,7 +18099,7 @@ const Bj = { name: "material-symbols-expand-more", render: Gj }, Yj = (e) => (Kt
18099
18099
  g("div", Fj, [
18100
18100
  (d(), U(ke(l.icon), { class: "item-icon" }))
18101
18101
  ]),
18102
- ue(" " + q(l.title), 1)
18102
+ ue(" " + K(l.title), 1)
18103
18103
  ])
18104
18104
  ]),
18105
18105
  _: 2
@@ -18144,18 +18144,18 @@ const nS = { name: "material-symbols-arrow-back", render: tS }, iS = ["white"],
18144
18144
  return (l, s) => (d(), I(se, null, [
18145
18145
  e.onlyMobile ? x("", !0) : (d(), I("nav", {
18146
18146
  key: 0,
18147
- class: ee(["sidebar", `sidebar-${i.value ? "close" : "open"}`]),
18147
+ class: q(["sidebar", `sidebar-${i.value ? "close" : "open"}`]),
18148
18148
  white: e.white
18149
18149
  }, [
18150
18150
  g("header", {
18151
- class: ee(["header", `sidebar-${i.value ? "close" : "open"}-title`]),
18151
+ class: q(["header", `sidebar-${i.value ? "close" : "open"}-title`]),
18152
18152
  onClick: s[0] || (s[0] = (...u) => e.product.action && e.product.action(...u))
18153
18153
  }, [
18154
18154
  g("div", aS, [
18155
18155
  (d(), U(ke(e.product.icon), {
18156
- class: ee(`logo-img-sidebar-${i.value ? "close" : "open"}`)
18156
+ class: q(`logo-img-sidebar-${i.value ? "close" : "open"}`)
18157
18157
  }, null, 8, ["class"])),
18158
- i.value ? x("", !0) : (d(), I("span", rS, q(e.product.title), 1))
18158
+ i.value ? x("", !0) : (d(), I("span", rS, K(e.product.title), 1))
18159
18159
  ])
18160
18160
  ], 2),
18161
18161
  R(it, {
@@ -18170,16 +18170,16 @@ const nS = { name: "material-symbols-arrow-back", render: tS }, iS = ["white"],
18170
18170
  items: n.items
18171
18171
  }, null, 8, ["white", "is-collapsed-menu", "items"]),
18172
18172
  g("footer", {
18173
- class: ee(`footer-${i.value ? "close" : "open"}`)
18173
+ class: q(`footer-${i.value ? "close" : "open"}`)
18174
18174
  }, [
18175
18175
  R(c(nS), {
18176
- class: ee([[{ "rotate-180 transform": i.value }], "icon-size-small transition-transform icon"]),
18176
+ class: q([[{ "rotate-180 transform": i.value }], "icon-size-small transition-transform icon"]),
18177
18177
  onClick: s[1] || (s[1] = (u) => i.value = !i.value)
18178
18178
  }, null, 8, ["class"])
18179
18179
  ], 2)
18180
18180
  ], 10, iS)),
18181
18181
  g("section", {
18182
- class: ee(["mobile-sidebar", [
18182
+ class: q(["mobile-sidebar", [
18183
18183
  {
18184
18184
  "mobile-sidebar-open": e.isOpenMobileSidebar,
18185
18185
  "product-menu-open": a.value
@@ -18245,8 +18245,8 @@ const mS = { class: "sol-page-backoffice" }, yS = { class: "page-header" }, hS =
18245
18245
  return (n, i) => (d(), I("div", mS, [
18246
18246
  g("div", yS, [
18247
18247
  g("div", hS, [
18248
- g("h2", vS, q(e.title), 1),
18249
- e.subtitle ? (d(), I("p", gS, q(e.subtitle), 1)) : x("", !0)
18248
+ g("h2", vS, K(e.title), 1),
18249
+ e.subtitle ? (d(), I("p", gS, K(e.subtitle), 1)) : x("", !0)
18250
18250
  ]),
18251
18251
  e.actions ? (d(), I("div", IS, [
18252
18252
  L(n.$slots, "actions", {}, () => [
@@ -18258,7 +18258,7 @@ const mS = { class: "sol-page-backoffice" }, yS = { class: "page-header" }, hS =
18258
18258
  onClick: a.onClick
18259
18259
  }, rt({
18260
18260
  default: Y(() => [
18261
- ue(" " + q(a.label), 1)
18261
+ ue(" " + K(a.label), 1)
18262
18262
  ]),
18263
18263
  _: 2
18264
18264
  }, [
@@ -18338,7 +18338,7 @@ const Td = { name: "girassol-contact-support", render: DS }, TS = /* @__PURE__ *
18338
18338
  onClick: r.action
18339
18339
  }, [
18340
18340
  (d(), U(ke(r.icon), { class: "icon" })),
18341
- g("span", LS, q(r.label), 1)
18341
+ g("span", LS, K(r.label), 1)
18342
18342
  ], 8, _S))), 128)),
18343
18343
  g("li", {
18344
18344
  id: "option-central_de_ajuda",
@@ -18379,7 +18379,7 @@ const OS = { class: "sol-sideover" }, $S = ["position", "open", "block"], ES = [
18379
18379
  position: e.position,
18380
18380
  open: e.open,
18381
18381
  block: e.block,
18382
- class: ee(`gap-${e.gap}`)
18382
+ class: q(`gap-${e.gap}`)
18383
18383
  }, [
18384
18384
  L(t.$slots, "default")
18385
18385
  ], 10, $S),
@@ -18424,7 +18424,7 @@ const ZS = { class: "sol-user-info-backoffice" }, GS = { class: "info" }, BS = /
18424
18424
  R(c(Ra), { class: "icon" }),
18425
18425
  g("div", GS, [
18426
18426
  BS,
18427
- g("span", YS, q(c(o)), 1)
18427
+ g("span", YS, K(c(o)), 1)
18428
18428
  ]),
18429
18429
  (d(), U(ke(r(u)), { class: "action" }))
18430
18430
  ])
@@ -18458,7 +18458,7 @@ const ZS = { class: "sol-user-info-backoffice" }, GS = { class: "info" }, BS = /
18458
18458
  R(c(Ra), { class: "icon" }),
18459
18459
  g("div", RS, [
18460
18460
  WS,
18461
- g("span", QS, q(c(o)), 1)
18461
+ g("span", QS, K(c(o)), 1)
18462
18462
  ]),
18463
18463
  g("div", {
18464
18464
  class: "wrapper-action",
@@ -18529,7 +18529,7 @@ const JS = { class: "sol-header-backoffice" }, qS = { class: "header-content" },
18529
18529
  ]),
18530
18530
  L(r.$slots, "title", {}, () => [
18531
18531
  ex,
18532
- g("span", tx, q(e.title), 1)
18532
+ g("span", tx, K(e.title), 1)
18533
18533
  ])
18534
18534
  ]),
18535
18535
  g("div", nx, [
@@ -18608,7 +18608,7 @@ const vx = { name: "girassol-arrow-forward", render: hx }, gx = ["mode"], Ix = {
18608
18608
  g("div", Ix, [
18609
18609
  (d(), U(ke(fn(e.application.icon)), { class: "icon" }))
18610
18610
  ]),
18611
- g("span", px, q(e.application.label), 1)
18611
+ g("span", px, K(e.application.label), 1)
18612
18612
  ]),
18613
18613
  _: 1
18614
18614
  }, 16, ["active"]))
@@ -18638,17 +18638,17 @@ const Mx = /* @__PURE__ */ g("svg", {
18638
18638
  },
18639
18639
  setup(e) {
18640
18640
  return (t, n) => (d(), I("div", {
18641
- class: ee(["sol-tooltip", { disabled: e.disabled }])
18641
+ class: q(["sol-tooltip", { disabled: e.disabled }])
18642
18642
  }, [
18643
18643
  g("div", {
18644
- class: ee(`spin ${e.position}`)
18644
+ class: q(`spin ${e.position}`)
18645
18645
  }, bx, 2),
18646
18646
  g("div", {
18647
18647
  ref: "tooltip",
18648
- class: ee(`tooltip ${e.position}`)
18648
+ class: q(`tooltip ${e.position}`)
18649
18649
  }, [
18650
18650
  L(t.$slots, "text", {}, () => [
18651
- g("span", wx, q(e.text), 1)
18651
+ g("span", wx, K(e.text), 1)
18652
18652
  ])
18653
18653
  ], 2),
18654
18654
  L(t.$slots, "default")
@@ -18689,7 +18689,7 @@ const Nx = ["open"], jx = { class: "sidebar-header" }, Sx = {
18689
18689
  }
18690
18690
  const u = j(() => a.value ? vx : dx);
18691
18691
  return (f, y) => (d(), I("div", {
18692
- class: ee(["sol-sidebar-backoffice", { small: a.value }]),
18692
+ class: q(["sol-sidebar-backoffice", { small: a.value }]),
18693
18693
  open: e.open
18694
18694
  }, [
18695
18695
  g("div", jx, [
@@ -18723,7 +18723,7 @@ const Nx = ["open"], jx = { class: "sidebar-header" }, Sx = {
18723
18723
  }), {
18724
18724
  default: Y(() => [
18725
18725
  (d(), U(ke(fn(m.icon)), { class: "icon" })),
18726
- g("span", Ax, q(m.label), 1)
18726
+ g("span", Ax, K(m.label), 1)
18727
18727
  ]),
18728
18728
  _: 2
18729
18729
  }, 1040, ["active"]))
@@ -18745,7 +18745,7 @@ const Nx = ["open"], jx = { class: "sidebar-header" }, Sx = {
18745
18745
  L(f.$slots, "header-applications", {}, () => [
18746
18746
  R(c(Ad), { class: "left-icon" }),
18747
18747
  L(f.$slots, "title-applications", {}, () => [
18748
- g("span", _x, q(e.titleApplications), 1)
18748
+ g("span", _x, K(e.titleApplications), 1)
18749
18749
  ]),
18750
18750
  (d(), U(ke(fn(c(l))), { class: "right-icon" }))
18751
18751
  ])
@@ -19016,7 +19016,7 @@ const tD = { name: "material-symbols-error-circle-rounded", render: eD }, nD = [
19016
19016
  role: "alert",
19017
19017
  "aria-live": "assertive",
19018
19018
  style: At(c(r)),
19019
- class: ee(["sol-toast-core", [`-${e.type} -${e.position}`, { "-multiline": c(o) }]]),
19019
+ class: q(["sol-toast-core", [`-${e.type} -${e.position}`, { "-multiline": c(o) }]]),
19020
19020
  onKeyup: y[0] || (y[0] = he(
19021
19021
  (...m) => e.onCloseHandler && e.onCloseHandler(...m),
19022
19022
  ["esc"]
@@ -19045,22 +19045,22 @@ const tD = { name: "material-symbols-error-circle-rounded", render: eD }, nD = [
19045
19045
  ])) : x("", !0),
19046
19046
  g("div", rD, [
19047
19047
  g("p", {
19048
- class: ee(["title", { "-multiline": c(o) }])
19048
+ class: q(["title", { "-multiline": c(o) }])
19049
19049
  }, [
19050
19050
  L(f.$slots, "title", {}, () => [
19051
- ue(q(e.title), 1)
19051
+ ue(K(e.title), 1)
19052
19052
  ])
19053
19053
  ], 2),
19054
19054
  e.description ? (d(), I("p", oD, [
19055
19055
  L(f.$slots, "description", {}, () => [
19056
- ue(q(e.description), 1)
19056
+ ue(K(e.description), 1)
19057
19057
  ])
19058
19058
  ])) : x("", !0)
19059
19059
  ])
19060
19060
  ]),
19061
19061
  R(ze, {
19062
19062
  id: `toast-action-${e.type}-${e.position}`,
19063
- class: ee(["action", { "-multiline": c(o) }]),
19063
+ class: q(["action", { "-multiline": c(o) }]),
19064
19064
  size: "small",
19065
19065
  "on-color": e.type !== "warning",
19066
19066
  variant: "tertiary",
@@ -19068,7 +19068,7 @@ const tD = { name: "material-symbols-error-circle-rounded", render: eD }, nD = [
19068
19068
  onClick: u
19069
19069
  }, {
19070
19070
  default: Y(() => [
19071
- ue(q(e.actionText), 1)
19071
+ ue(K(e.actionText), 1)
19072
19072
  ]),
19073
19073
  _: 1
19074
19074
  }, 8, ["id", "on-color", "class"]),