ep-lib-ts 1.0.4 → 1.0.6

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 (116) hide show
  1. package/dist/BgAudio-D0bYt2vk.js +4 -0
  2. package/dist/DisplayBox-B_BDtSRL.js +4 -0
  3. package/dist/EpAlert-DLdxfnbh.js +4 -0
  4. package/dist/EpAudio-CIh7P96j.js +4 -0
  5. package/dist/EpBadge-RSrPtork.js +4 -0
  6. package/dist/EpBarChart-BYviso9y.js +4 -0
  7. package/dist/EpBtn-CI08Fkc-.js +4 -0
  8. package/dist/EpCard-BmYWCNC6.js +4 -0
  9. package/dist/EpChip-DYxrBk_j.js +4 -0
  10. package/dist/EpContentSlider-3W5NRtqY.js +4 -0
  11. package/dist/EpDivider-C8eu7oo-.js +4 -0
  12. package/dist/EpEdu-D3s7wgId.js +4 -0
  13. package/dist/EpFlex-D3slIMIF.js +4 -0
  14. package/dist/EpFunnelChart-Bd6DcHXv.js +4 -0
  15. package/dist/EpHeader-LmfheLve.js +4 -0
  16. package/dist/{EpHover-D3o7-8F6.js → EpHover-kZgJ2f1P.js} +1 -1
  17. package/dist/EpIcon-CTPp2iAz.js +4 -0
  18. package/dist/EpIframe-Bu6Shp40.js +4 -0
  19. package/dist/EpImg-PgXn_5PG.js +4 -0
  20. package/dist/{EpInput-DtqEfGYC.js → EpInput-BEcNn9JQ.js} +1 -1
  21. package/dist/EpLineChart-CuvzboxC.js +4 -0
  22. package/dist/EpLink-t90xMdUk.js +4 -0
  23. package/dist/EpLinkVersion-DcLaAKcb.js +4 -0
  24. package/dist/{EpList-gjrvWauh.js → EpList-VmeDfvpc.js} +1 -1
  25. package/dist/EpModal-DTKzIbiU.js +4 -0
  26. package/dist/{EpNothing-Di7BP_gj.js → EpNothing-DG4uHrcR.js} +1 -1
  27. package/dist/EpPieChart-CDbVXeA9.js +4 -0
  28. package/dist/EpQuestion-zXilF4UO.js +4 -0
  29. package/dist/EpQuote-BRWz5Gax.js +4 -0
  30. package/dist/EpRadio-C4i-6XLB.js +4 -0
  31. package/dist/EpRadioSummative-DcZ_SSed.js +4 -0
  32. package/dist/EpReading-CE2gINrm.js +4 -0
  33. package/dist/EpResource-Co7Y4NBv.js +4 -0
  34. package/dist/EpScope-BgReTGM3.js +4 -0
  35. package/dist/EpSection-DAc7gApp.js +4 -0
  36. package/dist/{EpSelect-DRPIgo_k.js → EpSelect-Cm8AVg72.js} +1 -1
  37. package/dist/EpSkeleton-DTrfxnMN.js +4 -0
  38. package/dist/EpSoftware-BRheqKDl.js +4 -0
  39. package/dist/EpSpinner-Bs6k4L2I.js +4 -0
  40. package/dist/EpSummativeTable-R-a__jzb.js +4 -0
  41. package/dist/EpSvg-8H1LG5x_.js +4 -0
  42. package/dist/EpTable-CcPpxyTI.js +4 -0
  43. package/dist/EpTerm-CHal6ICj.js +4 -0
  44. package/dist/EpText-Div60TMB.js +4 -0
  45. package/dist/EpTimeLine-CcUqFqgj.js +4 -0
  46. package/dist/EpVideo-Bk2ovJyj.js +4 -0
  47. package/dist/EpVideoPanopto-gQgwEvaf.js +4 -0
  48. package/dist/EpWordDef-D81-AGFK.js +4 -0
  49. package/dist/components/basics/EpText.vue.d.ts +4 -4
  50. package/dist/components/charts/EpPieChart.vue.d.ts +1 -0
  51. package/dist/components/interactions/EpAccordeon.vue.d.ts +4 -12
  52. package/dist/components/interactions/EpQuestion.vue.d.ts +12 -12
  53. package/dist/components/medias/EpLinkVersion.vue.d.ts +1 -0
  54. package/dist/components/medias/EpWordDef.vue.d.ts +0 -4
  55. package/dist/components/signages/EpAlert.vue.d.ts +0 -3
  56. package/dist/ep-lib-ts.js +1 -1
  57. package/dist/ep-lib-ts.umd.cjs +32 -32
  58. package/dist/{index-BPsMiFm1.js → index-CWNyTRsL.js} +442 -443
  59. package/dist/style.css +1 -1
  60. package/package.json +1 -1
  61. package/src/components/basics/EpImg.vue +3 -3
  62. package/src/components/basics/EpText.vue +3 -3
  63. package/src/components/charts/EpFunnelChart.vue +1 -1
  64. package/src/components/charts/EpPieChart.vue +4 -2
  65. package/src/components/educationals/EpEdu.vue +3 -3
  66. package/src/components/educationals/EpReading.vue +1 -1
  67. package/src/components/interactions/EpAccordeon.vue +4 -10
  68. package/src/components/interactions/EpQuestion.vue +9 -9
  69. package/src/components/medias/EpLinkVersion.vue +3 -2
  70. package/src/components/medias/EpSoftware.vue +1 -1
  71. package/src/components/medias/EpVideo.vue +4 -4
  72. package/src/components/medias/EpWordDef.vue +3 -5
  73. package/src/components/signages/EpAlert.vue +16 -2
  74. package/dist/BgAudio-C9b05zDe.js +0 -4
  75. package/dist/DisplayBox-DwV5vdf4.js +0 -4
  76. package/dist/EpAlert-DEERqegj.js +0 -4
  77. package/dist/EpAudio-D1Pergv3.js +0 -4
  78. package/dist/EpBadge-CXG9CCs-.js +0 -4
  79. package/dist/EpBarChart-DqcfpObW.js +0 -4
  80. package/dist/EpBtn-CjpUqmnk.js +0 -4
  81. package/dist/EpCard-D2Yuf56Q.js +0 -4
  82. package/dist/EpChip-1BDl9148.js +0 -4
  83. package/dist/EpContentSlider-G24sedKV.js +0 -4
  84. package/dist/EpDivider-By54laP-.js +0 -4
  85. package/dist/EpEdu-D_vwhqgL.js +0 -4
  86. package/dist/EpFlex-C8FUteog.js +0 -4
  87. package/dist/EpFunnelChart-vUi3II3g.js +0 -4
  88. package/dist/EpHeader-IOUvF-no.js +0 -4
  89. package/dist/EpIcon-C5N1EmKo.js +0 -4
  90. package/dist/EpIframe-DlYnZzA2.js +0 -4
  91. package/dist/EpImg-DBdJTFxB.js +0 -4
  92. package/dist/EpLineChart-DHRVciuH.js +0 -4
  93. package/dist/EpLink-BA65sB5T.js +0 -4
  94. package/dist/EpLinkVersion-DJWO90l3.js +0 -4
  95. package/dist/EpModal-Bkn0UYrU.js +0 -4
  96. package/dist/EpPieChart-ep1v3gNm.js +0 -4
  97. package/dist/EpQuestion-BIz290OE.js +0 -4
  98. package/dist/EpQuote-C7vFc3nU.js +0 -4
  99. package/dist/EpRadio-DZTarnBT.js +0 -4
  100. package/dist/EpRadioSummative-CorOWGOQ.js +0 -4
  101. package/dist/EpReading-DMtuDG_x.js +0 -4
  102. package/dist/EpResource-BYf45kWh.js +0 -4
  103. package/dist/EpScope-Ba2Q1Ff_.js +0 -4
  104. package/dist/EpSection-DscmvV47.js +0 -4
  105. package/dist/EpSkeleton-CI5AEDN9.js +0 -4
  106. package/dist/EpSoftware-DqR9_72s.js +0 -4
  107. package/dist/EpSpinner-BYYDdBAv.js +0 -4
  108. package/dist/EpSummativeTable-DYj6fOso.js +0 -4
  109. package/dist/EpSvg-qV8Jv7hA.js +0 -4
  110. package/dist/EpTable-CIXtqslP.js +0 -4
  111. package/dist/EpTerm-zVklM1Ty.js +0 -4
  112. package/dist/EpText-DlG9XQYl.js +0 -4
  113. package/dist/EpTimeLine-8okBy26f.js +0 -4
  114. package/dist/EpVideo-CMhul8b_.js +0 -4
  115. package/dist/EpVideoPanopto-CB7xf6qs.js +0 -4
  116. package/dist/EpWordDef-Ctx-w2Ll.js +0 -4
@@ -1,4 +1,4 @@
1
- import { defineComponent as J, toRefs as te, openBlock as _, createElementBlock as E, unref as v, normalizeClass as G, createElementVNode as w, ref as ce, computed as B, onMounted as Xt, createBlock as W, createCommentVNode as R, createTextVNode as ie, toDisplayString as L, renderSlot as ye, pushScopeId as Si, popScopeId as Ei, withCtx as V, createVNode as U, defineAsyncComponent as E0, h as Mi, getCurrentScope as Di, onScopeDispose as Ti, watch as it, isRef as zi, shallowRef as Hu, Teleport as Fi, Transition as Ga, withModifiers as Br, Fragment as ve, renderList as $e, useSlots as Li, resolveComponent as Yt, createSlots as Te, resolveDynamicComponent as Ht, mergeProps as Bi, Suspense as $i, normalizeProps as ja, guardReactiveProps as Ua, createStaticVNode as Za, TransitionGroup as Ii, normalizeStyle as qi, useCssVars as Hi } from "vue";
1
+ import { defineComponent as J, toRefs as te, openBlock as _, createElementBlock as S, unref as v, normalizeClass as G, createElementVNode as w, ref as ce, computed as B, onMounted as Xt, createBlock as W, createCommentVNode as R, createTextVNode as ie, toDisplayString as L, renderSlot as ye, pushScopeId as Ei, popScopeId as Si, withCtx as V, createVNode as U, defineAsyncComponent as S0, h as Mi, getCurrentScope as Di, onScopeDispose as Ti, watch as it, isRef as zi, shallowRef as Hu, Teleport as Fi, Transition as Ga, withModifiers as Br, Fragment as ve, renderList as $e, useSlots as Li, resolveComponent as Yt, createSlots as Te, resolveDynamicComponent as Ht, mergeProps as Bi, Suspense as $i, normalizeProps as ja, guardReactiveProps as Ua, createStaticVNode as Za, TransitionGroup as Ii, normalizeStyle as qi, useCssVars as Hi } from "vue";
2
2
  import { useRouter as Wa } from "vue-router";
3
3
  function Xe(t) {
4
4
  return /<\/?[a-z][\s\S]*>/i.test(t);
@@ -667,7 +667,7 @@ const C1 = { mdurl: Xi, ucmicro: Ki }, A1 = /* @__PURE__ */ Object.freeze(/* @__
667
667
  unescapeAll: Z0,
668
668
  unescapeMd: v1
669
669
  }, Symbol.toStringTag, { value: "Module" }));
670
- function S1(t, e, r) {
670
+ function E1(t, e, r) {
671
671
  let u, a, n, i;
672
672
  const s = t.posMax, o = t.pos;
673
673
  for (t.pos = e + 1, u = 1; t.pos < s; ) {
@@ -685,7 +685,7 @@ function S1(t, e, r) {
685
685
  let d = -1;
686
686
  return a && (d = t.pos), t.pos = o, d;
687
687
  }
688
- function E1(t, e, r) {
688
+ function S1(t, e, r) {
689
689
  let u, a = e;
690
690
  const n = {
691
691
  ok: !1,
@@ -760,8 +760,8 @@ function M1(t, e, r, u) {
760
760
  }
761
761
  const D1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
762
762
  __proto__: null,
763
- parseLinkDestination: E1,
764
- parseLinkLabel: S1,
763
+ parseLinkDestination: S1,
764
+ parseLinkLabel: E1,
765
765
  parseLinkTitle: M1
766
766
  }, Symbol.toStringTag, { value: "Module" })), a0 = {};
767
767
  a0.code_inline = function(t, e, r, u, a) {
@@ -1604,8 +1604,8 @@ function rs(t, e, r, u) {
1604
1604
  s = t.push("list_item_open", "li", 1), s.markup = String.fromCharCode(x);
1605
1605
  const re = [o, 0];
1606
1606
  s.map = re, f && (s.info = t.src.slice(i, g - 1));
1607
- const Ee = t.tight, xe = t.tShift[o], pe = t.sCount[o], l0 = t.listIndent;
1608
- if (t.listIndent = t.blkIndent, t.blkIndent = ue, t.tight = !0, t.tShift[o] = P - t.bMarks[o], t.sCount[o] = q, P >= a && t.isEmpty(o + 1) ? t.line = Math.min(t.line + 2, r) : t.md.block.tokenize(t, o, r, !0), (!t.tight || T) && (d = !1), T = t.line - o > 1 && t.isEmpty(t.line - 1), t.blkIndent = t.listIndent, t.listIndent = l0, t.tShift[o] = xe, t.sCount[o] = pe, t.tight = Ee, s = t.push("list_item_close", "li", -1), s.markup = String.fromCharCode(x), o = t.line, re[1] = o, o >= r || t.sCount[o] < t.blkIndent || t.sCount[o] - t.blkIndent >= 4)
1607
+ const Se = t.tight, xe = t.tShift[o], pe = t.sCount[o], l0 = t.listIndent;
1608
+ if (t.listIndent = t.blkIndent, t.blkIndent = ue, t.tight = !0, t.tShift[o] = P - t.bMarks[o], t.sCount[o] = q, P >= a && t.isEmpty(o + 1) ? t.line = Math.min(t.line + 2, r) : t.md.block.tokenize(t, o, r, !0), (!t.tight || T) && (d = !1), T = t.line - o > 1 && t.isEmpty(t.line - 1), t.blkIndent = t.listIndent, t.listIndent = l0, t.tShift[o] = xe, t.sCount[o] = pe, t.tight = Se, s = t.push("list_item_close", "li", -1), s.markup = String.fromCharCode(x), o = t.line, re[1] = o, o >= r || t.sCount[o] < t.blkIndent || t.sCount[o] - t.blkIndent >= 4)
1609
1609
  break;
1610
1610
  let Ae = !1;
1611
1611
  for (let we = 0, Qe = D.length; we < Qe; we++)
@@ -1639,8 +1639,8 @@ function us(t, e, r, u) {
1639
1639
  const X = t.md.block.ruler.getRules("reference"), ue = t.parentType;
1640
1640
  t.parentType = "reference";
1641
1641
  let re = !1;
1642
- for (let Ee = 0, xe = X.length; Ee < xe; Ee++)
1643
- if (X[Ee](t, D, z, !0)) {
1642
+ for (let Se = 0, xe = X.length; Se < xe; Se++)
1643
+ if (X[Se](t, D, z, !0)) {
1644
1644
  re = !0;
1645
1645
  break;
1646
1646
  }
@@ -2064,7 +2064,7 @@ for (let t = 0; t < 256; t++)
2064
2064
  "\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach(function(t) {
2065
2065
  uu[t.charCodeAt(0)] = 1;
2066
2066
  });
2067
- function Ss(t, e) {
2067
+ function Es(t, e) {
2068
2068
  let r = t.pos;
2069
2069
  const u = t.posMax;
2070
2070
  if (t.src.charCodeAt(r) !== 92 || (r++, r >= u))
@@ -2087,7 +2087,7 @@ function Ss(t, e) {
2087
2087
  }
2088
2088
  return t.pos = r + 1, !0;
2089
2089
  }
2090
- function Es(t, e) {
2090
+ function Ss(t, e) {
2091
2091
  let r = t.pos;
2092
2092
  if (t.src.charCodeAt(r) !== 96)
2093
2093
  return !1;
@@ -2447,8 +2447,8 @@ const pr = [
2447
2447
  ["text", ws],
2448
2448
  ["linkify", Cs],
2449
2449
  ["newline", As],
2450
- ["escape", Ss],
2451
- ["backticks", Es],
2450
+ ["escape", Es],
2451
+ ["backticks", Ss],
2452
2452
  ["strikethrough", on.tokenize],
2453
2453
  ["emphasis", ln.tokenize],
2454
2454
  ["link", Fs],
@@ -3112,7 +3112,7 @@ var Ao = new je({
3112
3112
  function Ke(t) {
3113
3113
  return Ao.render(t);
3114
3114
  }
3115
- const So = ["width", "height", "viewBox"], Eo = ["d"], ne = /* @__PURE__ */ J({
3115
+ const Eo = ["width", "height", "viewBox"], So = ["d"], ne = /* @__PURE__ */ J({
3116
3116
  __name: "EpIcon",
3117
3117
  props: {
3118
3118
  size: { default: 32 },
@@ -3122,7 +3122,7 @@ const So = ["width", "height", "viewBox"], Eo = ["d"], ne = /* @__PURE__ */ J({
3122
3122
  },
3123
3123
  setup(t) {
3124
3124
  const e = t, { size: r, viewBox: u, iconPath: a, extraClass: n } = te(e);
3125
- return (i, s) => (_(), E("svg", {
3125
+ return (i, s) => (_(), S("svg", {
3126
3126
  width: v(r),
3127
3127
  height: v(r),
3128
3128
  viewBox: v(u),
@@ -3130,8 +3130,8 @@ const So = ["width", "height", "viewBox"], Eo = ["d"], ne = /* @__PURE__ */ J({
3130
3130
  fill: "currentColor",
3131
3131
  class: G(`inline ${v(n)}`)
3132
3132
  }, [
3133
- w("path", { d: v(a) }, null, 8, Eo)
3134
- ], 10, So));
3133
+ w("path", { d: v(a) }, null, 8, So)
3134
+ ], 10, Eo));
3135
3135
  }
3136
3136
  }), Mo = {
3137
3137
  bgprimary: "bg-primary",
@@ -3307,7 +3307,7 @@ const Do = {
3307
3307
  default: "bg-tip text-white dark:bg-tip-dark",
3308
3308
  outlined: "border-tip border text-tip dark:bg-tip-dark"
3309
3309
  }
3310
- }, To = (t) => (Si("data-v-cbe63e9f"), t = t(), Ei(), t), zo = { class: "text-lg flex items-center" }, Fo = /* @__PURE__ */ To(() => /* @__PURE__ */ w("path", {
3310
+ }, To = (t) => (Ei("data-v-2e3db938"), t = t(), Si(), t), zo = { class: "text-lg flex items-center" }, Fo = /* @__PURE__ */ To(() => /* @__PURE__ */ w("path", {
3311
3311
  "stroke-linecap": "round",
3312
3312
  "stroke-linejoin": "round",
3313
3313
  d: "M12 6v12m6-6H6"
@@ -3320,9 +3320,7 @@ const Do = {
3320
3320
  icon: {},
3321
3321
  open: { type: Boolean, default: !1 },
3322
3322
  outlined: { type: Boolean, default: !1 },
3323
- labels: { default: () => ({
3324
- title: "En savoir plus"
3325
- }) }
3323
+ title: { default: "En savoir plus" }
3326
3324
  },
3327
3325
  setup(t) {
3328
3326
  const e = t, r = ce(e.open), u = ce(), a = B(() => e.outlined ? "outlined" : "default"), n = B(() => {
@@ -3338,8 +3336,8 @@ const Do = {
3338
3336
  var h = u.value;
3339
3337
  h.style.maxHeight ? h.style.maxHeight = null : h.style.maxHeight = h.scrollHeight + "px", h.style.transition || (h.style.transition = "max-height 0.2s ease-out");
3340
3338
  }
3341
- const { labels: o, icon: d } = te(e);
3342
- return (h, f) => (_(), E("div", null, [
3339
+ const { title: o, icon: d } = te(e);
3340
+ return (h, f) => (_(), S("div", null, [
3343
3341
  w("div", {
3344
3342
  class: G(n.value),
3345
3343
  onClick: s
@@ -3351,9 +3349,9 @@ const Do = {
3351
3349
  size: "28",
3352
3350
  extraClass: "mr-2"
3353
3351
  }, null, 8, ["icon-path"])) : R("", !0),
3354
- ie(L(v(o).title), 1)
3352
+ ie(L(v(o)), 1)
3355
3353
  ]),
3356
- (_(), E("svg", {
3354
+ (_(), S("svg", {
3357
3355
  xmlns: "http://www.w3.org/2000/svg",
3358
3356
  fill: "none",
3359
3357
  viewBox: "0 0 24 24",
@@ -3378,7 +3376,7 @@ const Do = {
3378
3376
  for (const [u, a] of e)
3379
3377
  r[u] = a;
3380
3378
  return r;
3381
- }, nu = /* @__PURE__ */ K0($o, [["__scopeId", "data-v-cbe63e9f"]]), iu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3379
+ }, nu = /* @__PURE__ */ K0($o, [["__scopeId", "data-v-2e3db938"]]), iu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3382
3380
  __proto__: null,
3383
3381
  default: nu
3384
3382
  }, Symbol.toStringTag, { value: "Module" })), Io = { class: "px-2 text-black dark:text-white" }, $5 = /* @__PURE__ */ J({
@@ -3389,11 +3387,11 @@ const Do = {
3389
3387
  title: {},
3390
3388
  compact: { type: Boolean, default: !1 },
3391
3389
  labels: { default: () => ({
3392
- enSavoirPlus: "En savoir plus"
3390
+ title: "En savoir plus"
3393
3391
  }) }
3394
3392
  },
3395
3393
  setup(t) {
3396
- const e = t, r = B(() => e.title ? e.title : e.labels.enSavoirPlus), u = B(() => {
3394
+ const e = t, r = B(() => e.title ? e.title : "En savoir plus"), u = B(() => {
3397
3395
  if (!e.content)
3398
3396
  return "<div></div>";
3399
3397
  if (!Xe(e.content))
@@ -3419,13 +3417,13 @@ const Do = {
3419
3417
  }), a = () => {
3420
3418
  const i = {
3421
3419
  components: {
3422
- epterm: E0(() => import("./EpTerm-zVklM1Ty.js"))
3420
+ epterm: S0(() => import("./EpTerm-CHal6ICj.js"))
3423
3421
  },
3424
3422
  template: `${u.value}`
3425
3423
  };
3426
3424
  return Mi(i);
3427
3425
  }, { compact: n } = te(e);
3428
- return (i, s) => (_(), E("div", Io, [
3426
+ return (i, s) => (_(), S("div", Io, [
3429
3427
  v(n) ? (_(), W(nu, {
3430
3428
  key: 1,
3431
3429
  outlined: "",
@@ -3717,10 +3715,10 @@ const Wo = {
3717
3715
  dark:bg-base-dark
3718
3716
  datk:text-white
3719
3717
  my-4 `), { title: o, subtitle: d, icon: h, src: f } = te(e);
3720
- return (b, g) => (_(), E("div", {
3718
+ return (b, g) => (_(), S("div", {
3721
3719
  class: G(`${s.value} `)
3722
3720
  }, [
3723
- v(f) ? (_(), E("img", {
3721
+ v(f) ? (_(), S("img", {
3724
3722
  key: 0,
3725
3723
  src: v(f),
3726
3724
  class: "w-full rounded-t-md",
@@ -3729,14 +3727,14 @@ const Wo = {
3729
3727
  w("div", {
3730
3728
  class: G(i.value)
3731
3729
  }, [
3732
- v(o) || v(d) ? (_(), E("div", Yo, [
3730
+ v(o) || v(d) ? (_(), S("div", Yo, [
3733
3731
  w("div", null, [
3734
3732
  w("h3", Ko, L(v(o)), 1),
3735
3733
  w("h4", {
3736
3734
  class: G(`text-xs dark:text-white ${n.value}`)
3737
3735
  }, L(v(d)), 3)
3738
3736
  ]),
3739
- v(h) ? (_(), E("div", Qo, [
3737
+ v(h) ? (_(), S("div", Qo, [
3740
3738
  U(ne, { "icon-path": v(h) }, null, 8, ["icon-path"])
3741
3739
  ])) : R("", !0)
3742
3740
  ])) : R("", !0),
@@ -3772,7 +3770,7 @@ const Wo = {
3772
3770
  return (h, f) => (_(), W(Fi, { to: "body" }, [
3773
3771
  U(Ga, { name: "modal" }, {
3774
3772
  default: V(() => [
3775
- h.modelValue ? (_(), E("div", {
3773
+ h.modelValue ? (_(), S("div", {
3776
3774
  key: 0,
3777
3775
  class: "modal-mask",
3778
3776
  onClick: Br(n, ["self"])
@@ -3879,7 +3877,7 @@ const Wo = {
3879
3877
  if (e.size === "small")
3880
3878
  return "15";
3881
3879
  }), { disabled: i, prependIcon: s, appendIcon: o } = te(e);
3882
- return (d, h) => d.href ? (_(), E("a", {
3880
+ return (d, h) => d.href ? (_(), S("a", {
3883
3881
  key: 1,
3884
3882
  class: G(`${a.value} text-center inline-block`),
3885
3883
  disabled: v(i),
@@ -3899,7 +3897,7 @@ const Wo = {
3899
3897
  size: n.value,
3900
3898
  extraClass: "ml-2"
3901
3899
  }, null, 8, ["iconPath", "size"])) : R("", !0)
3902
- ], 10, al)) : (_(), E("button", {
3900
+ ], 10, al)) : (_(), S("button", {
3903
3901
  key: 0,
3904
3902
  class: G(a.value),
3905
3903
  disabled: v(i)
@@ -3920,8 +3918,8 @@ const Wo = {
3920
3918
  ], 10, ul));
3921
3919
  }
3922
3920
  });
3923
- var nl = "M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M13,13V7H11V13H13M13,17V15H11V17H13Z", il = "M2.2,16.06L3.88,12L2.2,7.94L6.26,6.26L7.94,2.2L12,3.88L16.06,2.2L17.74,6.26L21.8,7.94L20.12,12L21.8,16.06L17.74,17.74L16.06,21.8L12,20.12L7.94,21.8L6.26,17.74L2.2,16.06M13,17V15H11V17H13M13,13V7H11V13H13Z", sl = "M21,2H3A2,2 0 0,0 1,4V20A2,2 0 0,0 3,22H21A2,2 0 0,0 23,20V4A2,2 0 0,0 21,2M11,17.5L9.5,19L5,14.5L9.5,10L11,11.5L8,14.5L11,17.5M14.5,19L13,17.5L16,14.5L13,11.5L14.5,10L19,14.5L14.5,19M21,7H3V4H21V7Z", ol = "M9.5,13.09L10.91,14.5L6.41,19H10V21H3V14H5V17.59L9.5,13.09M10.91,9.5L9.5,10.91L5,6.41V10H3V3H10V5H6.41L10.91,9.5M14.5,13.09L19,17.59V14H21V21H14V19H17.59L13.09,14.5L14.5,13.09M13.09,9.5L17.59,5H14V3H21V10H19V6.41L14.5,10.91L13.09,9.5Z", ll = "M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z", cl = "M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z", na = "M19 2L14 6.5V17.5L19 13V2M6.5 5C4.55 5 2.45 5.4 1 6.5V21.16C1 21.41 1.25 21.66 1.5 21.66C1.6 21.66 1.65 21.59 1.75 21.59C3.1 20.94 5.05 20.5 6.5 20.5C8.45 20.5 10.55 20.9 12 22C13.35 21.15 15.8 20.5 17.5 20.5C19.15 20.5 20.85 20.81 22.25 21.56C22.35 21.61 22.4 21.59 22.5 21.59C22.75 21.59 23 21.34 23 21.09V6.5C22.4 6.05 21.75 5.75 21 5.5V19C19.9 18.65 18.7 18.5 17.5 18.5C15.8 18.5 13.35 19.15 12 20V6.5C10.55 5.4 8.45 5 6.5 5Z", xr = "M12 21.5C10.65 20.65 8.2 20 6.5 20C4.85 20 3.15 20.3 1.75 21.05C1.65 21.1 1.6 21.1 1.5 21.1C1.25 21.1 1 20.85 1 20.6V6C1.6 5.55 2.25 5.25 3 5C4.11 4.65 5.33 4.5 6.5 4.5C8.45 4.5 10.55 4.9 12 6C13.45 4.9 15.55 4.5 17.5 4.5C18.67 4.5 19.89 4.65 21 5C21.75 5.25 22.4 5.55 23 6V20.6C23 20.85 22.75 21.1 22.5 21.1C22.4 21.1 22.35 21.1 22.25 21.05C20.85 20.3 19.15 20 17.5 20C15.8 20 13.35 20.65 12 21.5M12 8V19.5C13.35 18.65 15.8 18 17.5 18C18.7 18 19.9 18.15 21 18.5V7C19.9 6.65 18.7 6.5 17.5 6.5C15.8 6.5 13.35 7.15 12 8M13 11.5C14.11 10.82 15.6 10.5 17.5 10.5C18.41 10.5 19.26 10.59 20 10.78V9.23C19.13 9.08 18.29 9 17.5 9C15.73 9 14.23 9.28 13 9.84V11.5M17.5 11.67C15.79 11.67 14.29 11.93 13 12.46V14.15C14.11 13.5 15.6 13.16 17.5 13.16C18.54 13.16 19.38 13.24 20 13.4V11.9C19.13 11.74 18.29 11.67 17.5 11.67M20 14.57C19.13 14.41 18.29 14.33 17.5 14.33C15.67 14.33 14.17 14.6 13 15.13V16.82C14.11 16.16 15.6 15.83 17.5 15.83C18.54 15.83 19.38 15.91 20 16.07V14.57Z", ia = "M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M18 14L15.5 12.5L13 14V6H18V14Z", sa = "M9,1H19A2,2 0 0,1 21,3V19L19,18.13V3H7A2,2 0 0,1 9,1M15,20V7H5V20L10,17.82L15,20M15,5C16.11,5 17,5.9 17,7V23L10,20L3,23V7A2,2 0 0,1 5,5H15Z", dl = "M1,10V12A9,9 0 0,1 10,21H12C12,14.92 7.07,10 1,10M1,14V16A5,5 0 0,1 6,21H8A7,7 0 0,0 1,14M1,18V21H4A3,3 0 0,0 1,18M21,3H3C1.89,3 1,3.89 1,5V8H3V5H21V19H14V21H21A2,2 0 0,0 23,19V5C23,3.89 22.1,3 21,3Z", hl = "M22,5V7H17L13.53,12H16V14H14.46L18.17,22H15.97L15.04,20H6.38L5.35,22H3.1L7.23,14H7C6.55,14 6.17,13.7 6.04,13.3L2.87,3.84L3.82,3.5C4.34,3.34 4.91,3.63 5.08,4.15L7.72,12H12.1L15.57,7H12V5H22M9.5,14L7.42,18H14.11L12.26,14H9.5Z", fl = "M22,21H2V3H4V19H6V10H10V19H12V6H16V19H18V14H22V21Z", ml = "M16,11.78L20.24,4.45L21.97,5.45L16.74,14.5L10.23,10.75L5.46,19H22V21H2V3H4V17.54L9.5,8L16,11.78Z", pl = "M11,2V22C5.9,21.5 2,17.2 2,12C2,6.8 5.9,2.5 11,2M13,2V11H22C21.5,6.2 17.8,2.5 13,2M13,13V22C17.7,21.5 21.5,17.8 22,13H13Z", bl = "M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M10 17L5 12L6.41 10.59L10 14.17L17.59 6.58L19 8L10 17Z", vl = "M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z", gl = "M10,17L5,12L6.41,10.58L10,14.17L17.59,6.58L19,8M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z", xl = "M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z", yl = "M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12M15.4,16.6L10.8,12L15.4,7.4L14,6L8,12L14,18L15.4,16.6Z", kl = "M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12M8.6,16.6L13.2,12L8.6,7.4L10,6L16,12L10,18L8.6,16.6Z", wl = "M13,9V3.5L18.5,9M6,2C4.89,2 4,2.89 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2H6Z", _l = "M10,7L8,11H11V17H5V11L7,7H10M18,7L16,11H19V17H13V11L15,7H18Z", Cl = "M12.42,5.29C11.32,5.19 10.35,6 10.25,7.11L10,10H12.82V12H9.82L9.38,17.07C9.18,19.27 7.24,20.9 5.04,20.7C3.79,20.59 2.66,19.9 2,18.83L3.5,17.33C3.83,18.38 4.96,18.97 6,18.63C6.78,18.39 7.33,17.7 7.4,16.89L7.82,12H4.82V10H8L8.27,6.93C8.46,4.73 10.39,3.1 12.6,3.28C13.86,3.39 15,4.09 15.66,5.17L14.16,6.67C13.91,5.9 13.23,5.36 12.42,5.29M22,13.65L20.59,12.24L17.76,15.07L14.93,12.24L13.5,13.65L16.35,16.5L13.5,19.31L14.93,20.72L17.76,17.89L20.59,20.72L22,19.31L19.17,16.5L22,13.65Z", Al = "M12,1C7,1 3,5 3,10V17A3,3 0 0,0 6,20H9V12H5V10A7,7 0 0,1 12,3A7,7 0 0,1 19,10V12H15V20H18A3,3 0 0,0 21,17V10C21,5 16.97,1 12,1Z", Nr = "M15.07,11.25L14.17,12.17C13.45,12.89 13,13.5 13,15H11V14.5C11,13.39 11.45,12.39 12.17,11.67L13.41,10.41C13.78,10.05 14,9.55 14,9C14,7.89 13.1,7 12,7A2,2 0 0,0 10,9H8A4,4 0 0,1 12,5A4,4 0 0,1 16,9C16,9.88 15.64,10.67 15.07,11.25M13,19H11V17H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2Z", _n = "M8.5,13.5L11,16.5L14.5,12L19,18H5M21,19V5C21,3.89 20.1,3 19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19Z", Sl = "M13.3 21H5C3.9 21 3 20.1 3 19V5C3 3.9 3.9 3 5 3H19C20.1 3 21 3.9 21 5V13.3C20.4 13.1 19.7 13 19 13C17.9 13 16.8 13.3 15.9 13.9L14.5 12L11 16.5L8.5 13.5L5 18H13.1C13 18.3 13 18.7 13 19C13 19.7 13.1 20.4 13.3 21M20.4 19L22.5 21.1L21.1 22.5L19 20.4L16.9 22.5L15.5 21.1L17.6 19L15.5 16.9L16.9 15.5L19 17.6L21.1 15.5L22.5 16.9L20.4 19Z", El = "M13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z", oa = "M4,6H20V16H4M20,18A2,2 0 0,0 22,16V6C22,4.89 21.1,4 20,4H4C2.89,4 2,4.89 2,6V16A2,2 0 0,0 4,18H0V20H24V18H20Z", Ml = "M16.84,2.73C16.45,2.73 16.07,2.88 15.77,3.17L13.65,5.29L18.95,10.6L21.07,8.5C21.67,7.89 21.67,6.94 21.07,6.36L17.9,3.17C17.6,2.88 17.22,2.73 16.84,2.73M12.94,6L4.84,14.11L7.4,14.39L7.58,16.68L9.86,16.85L10.15,19.41L18.25,11.3M4.25,15.04L2.5,21.73L9.2,19.94L8.96,17.78L6.65,17.61L6.47,15.29", Dl = "M12,6A6,6 0 0,1 18,12C18,14.22 16.79,16.16 15,17.2V19A1,1 0 0,1 14,20H10A1,1 0 0,1 9,19V17.2C7.21,16.16 6,14.22 6,12A6,6 0 0,1 12,6M14,21V22A1,1 0 0,1 13,23H11A1,1 0 0,1 10,22V21H14M20,11H23V13H20V11M1,11H4V13H1V11M13,1V4H11V1H13M4.92,3.5L7.05,5.64L5.63,7.05L3.5,4.93L4.92,3.5M16.95,5.63L19.07,3.5L20.5,4.93L18.37,7.05L16.95,5.63Z", Tl = "M10.59,13.41C11,13.8 11,14.44 10.59,14.83C10.2,15.22 9.56,15.22 9.17,14.83C7.22,12.88 7.22,9.71 9.17,7.76V7.76L12.71,4.22C14.66,2.27 17.83,2.27 19.78,4.22C21.73,6.17 21.73,9.34 19.78,11.29L18.29,12.78C18.3,11.96 18.17,11.14 17.89,10.36L18.36,9.88C19.54,8.71 19.54,6.81 18.36,5.64C17.19,4.46 15.29,4.46 14.12,5.64L10.59,9.17C9.41,10.34 9.41,12.24 10.59,13.41M13.41,9.17C13.8,8.78 14.44,8.78 14.83,9.17C16.78,11.12 16.78,14.29 14.83,16.24V16.24L11.29,19.78C9.34,21.73 6.17,21.73 4.22,19.78C2.27,17.83 2.27,14.66 4.22,12.71L5.71,11.22C5.7,12.04 5.83,12.86 6.11,13.65L5.64,14.12C4.46,15.29 4.46,17.19 5.64,18.36C6.81,19.54 8.71,19.54 9.88,18.36L13.41,14.83C14.59,13.66 14.59,11.76 13.41,10.59C13,10.2 13,9.56 13.41,9.17Z", I5 = "M12,17C10.89,17 10,16.1 10,15C10,13.89 10.89,13 12,13A2,2 0 0,1 14,15A2,2 0 0,1 12,17M18,20V10H6V20H18M18,8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V10C4,8.89 4.89,8 6,8H7V6A5,5 0 0,1 12,1A5,5 0 0,1 17,6V8H18M12,3A3,3 0 0,0 9,6V8H15V6A3,3 0 0,0 12,3Z", Cn = "M14,3V5H17.59L7.76,14.83L9.17,16.24L19,6.41V10H21V3M19,19H5V5H12V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19Z", zl = "M12,20A7,7 0 0,1 5,13A7,7 0 0,1 12,6A7,7 0 0,1 19,13A7,7 0 0,1 12,20M19.03,7.39L20.45,5.97C20,5.46 19.55,5 19.04,4.56L17.62,6C16.07,4.74 14.12,4 12,4A9,9 0 0,0 3,13A9,9 0 0,0 12,22C17,22 21,17.97 21,13C21,10.88 20.26,8.93 19.03,7.39M11,14H13V8H11M15,1H9V3H15V1Z", Fl = "M1,21H23L12,2", An = "M17,10.5V7A1,1 0 0,0 16,6H4A1,1 0 0,0 3,7V17A1,1 0 0,0 4,18H16A1,1 0 0,0 17,17V13.5L21,17.5V6.5L17,10.5Z";
3924
- function Se(t) {
3921
+ var nl = "M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M13,13V7H11V13H13M13,17V15H11V17H13Z", il = "M2.2,16.06L3.88,12L2.2,7.94L6.26,6.26L7.94,2.2L12,3.88L16.06,2.2L17.74,6.26L21.8,7.94L20.12,12L21.8,16.06L17.74,17.74L16.06,21.8L12,20.12L7.94,21.8L6.26,17.74L2.2,16.06M13,17V15H11V17H13M13,13V7H11V13H13Z", sl = "M21,2H3A2,2 0 0,0 1,4V20A2,2 0 0,0 3,22H21A2,2 0 0,0 23,20V4A2,2 0 0,0 21,2M11,17.5L9.5,19L5,14.5L9.5,10L11,11.5L8,14.5L11,17.5M14.5,19L13,17.5L16,14.5L13,11.5L14.5,10L19,14.5L14.5,19M21,7H3V4H21V7Z", ol = "M9.5,13.09L10.91,14.5L6.41,19H10V21H3V14H5V17.59L9.5,13.09M10.91,9.5L9.5,10.91L5,6.41V10H3V3H10V5H6.41L10.91,9.5M14.5,13.09L19,17.59V14H21V21H14V19H17.59L13.09,14.5L14.5,13.09M13.09,9.5L17.59,5H14V3H21V10H19V6.41L14.5,10.91L13.09,9.5Z", ll = "M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z", cl = "M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z", na = "M19 2L14 6.5V17.5L19 13V2M6.5 5C4.55 5 2.45 5.4 1 6.5V21.16C1 21.41 1.25 21.66 1.5 21.66C1.6 21.66 1.65 21.59 1.75 21.59C3.1 20.94 5.05 20.5 6.5 20.5C8.45 20.5 10.55 20.9 12 22C13.35 21.15 15.8 20.5 17.5 20.5C19.15 20.5 20.85 20.81 22.25 21.56C22.35 21.61 22.4 21.59 22.5 21.59C22.75 21.59 23 21.34 23 21.09V6.5C22.4 6.05 21.75 5.75 21 5.5V19C19.9 18.65 18.7 18.5 17.5 18.5C15.8 18.5 13.35 19.15 12 20V6.5C10.55 5.4 8.45 5 6.5 5Z", xr = "M12 21.5C10.65 20.65 8.2 20 6.5 20C4.85 20 3.15 20.3 1.75 21.05C1.65 21.1 1.6 21.1 1.5 21.1C1.25 21.1 1 20.85 1 20.6V6C1.6 5.55 2.25 5.25 3 5C4.11 4.65 5.33 4.5 6.5 4.5C8.45 4.5 10.55 4.9 12 6C13.45 4.9 15.55 4.5 17.5 4.5C18.67 4.5 19.89 4.65 21 5C21.75 5.25 22.4 5.55 23 6V20.6C23 20.85 22.75 21.1 22.5 21.1C22.4 21.1 22.35 21.1 22.25 21.05C20.85 20.3 19.15 20 17.5 20C15.8 20 13.35 20.65 12 21.5M12 8V19.5C13.35 18.65 15.8 18 17.5 18C18.7 18 19.9 18.15 21 18.5V7C19.9 6.65 18.7 6.5 17.5 6.5C15.8 6.5 13.35 7.15 12 8M13 11.5C14.11 10.82 15.6 10.5 17.5 10.5C18.41 10.5 19.26 10.59 20 10.78V9.23C19.13 9.08 18.29 9 17.5 9C15.73 9 14.23 9.28 13 9.84V11.5M17.5 11.67C15.79 11.67 14.29 11.93 13 12.46V14.15C14.11 13.5 15.6 13.16 17.5 13.16C18.54 13.16 19.38 13.24 20 13.4V11.9C19.13 11.74 18.29 11.67 17.5 11.67M20 14.57C19.13 14.41 18.29 14.33 17.5 14.33C15.67 14.33 14.17 14.6 13 15.13V16.82C14.11 16.16 15.6 15.83 17.5 15.83C18.54 15.83 19.38 15.91 20 16.07V14.57Z", ia = "M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3M18 14L15.5 12.5L13 14V6H18V14Z", sa = "M9,1H19A2,2 0 0,1 21,3V19L19,18.13V3H7A2,2 0 0,1 9,1M15,20V7H5V20L10,17.82L15,20M15,5C16.11,5 17,5.9 17,7V23L10,20L3,23V7A2,2 0 0,1 5,5H15Z", dl = "M1,10V12A9,9 0 0,1 10,21H12C12,14.92 7.07,10 1,10M1,14V16A5,5 0 0,1 6,21H8A7,7 0 0,0 1,14M1,18V21H4A3,3 0 0,0 1,18M21,3H3C1.89,3 1,3.89 1,5V8H3V5H21V19H14V21H21A2,2 0 0,0 23,19V5C23,3.89 22.1,3 21,3Z", hl = "M22,5V7H17L13.53,12H16V14H14.46L18.17,22H15.97L15.04,20H6.38L5.35,22H3.1L7.23,14H7C6.55,14 6.17,13.7 6.04,13.3L2.87,3.84L3.82,3.5C4.34,3.34 4.91,3.63 5.08,4.15L7.72,12H12.1L15.57,7H12V5H22M9.5,14L7.42,18H14.11L12.26,14H9.5Z", fl = "M22,21H2V3H4V19H6V10H10V19H12V6H16V19H18V14H22V21Z", ml = "M16,11.78L20.24,4.45L21.97,5.45L16.74,14.5L10.23,10.75L5.46,19H22V21H2V3H4V17.54L9.5,8L16,11.78Z", pl = "M11,2V22C5.9,21.5 2,17.2 2,12C2,6.8 5.9,2.5 11,2M13,2V11H22C21.5,6.2 17.8,2.5 13,2M13,13V22C17.7,21.5 21.5,17.8 22,13H13Z", bl = "M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M10 17L5 12L6.41 10.59L10 14.17L17.59 6.58L19 8L10 17Z", vl = "M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z", gl = "M10,17L5,12L6.41,10.58L10,14.17L17.59,6.58L19,8M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z", xl = "M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z", yl = "M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12M15.4,16.6L10.8,12L15.4,7.4L14,6L8,12L14,18L15.4,16.6Z", kl = "M22,12A10,10 0 0,1 12,22A10,10 0 0,1 2,12A10,10 0 0,1 12,2A10,10 0 0,1 22,12M20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20A8,8 0 0,0 20,12M8.6,16.6L13.2,12L8.6,7.4L10,6L16,12L10,18L8.6,16.6Z", wl = "M13,9V3.5L18.5,9M6,2C4.89,2 4,2.89 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2H6Z", _l = "M10,7L8,11H11V17H5V11L7,7H10M18,7L16,11H19V17H13V11L15,7H18Z", Cl = "M12.42,5.29C11.32,5.19 10.35,6 10.25,7.11L10,10H12.82V12H9.82L9.38,17.07C9.18,19.27 7.24,20.9 5.04,20.7C3.79,20.59 2.66,19.9 2,18.83L3.5,17.33C3.83,18.38 4.96,18.97 6,18.63C6.78,18.39 7.33,17.7 7.4,16.89L7.82,12H4.82V10H8L8.27,6.93C8.46,4.73 10.39,3.1 12.6,3.28C13.86,3.39 15,4.09 15.66,5.17L14.16,6.67C13.91,5.9 13.23,5.36 12.42,5.29M22,13.65L20.59,12.24L17.76,15.07L14.93,12.24L13.5,13.65L16.35,16.5L13.5,19.31L14.93,20.72L17.76,17.89L20.59,20.72L22,19.31L19.17,16.5L22,13.65Z", Al = "M12,1C7,1 3,5 3,10V17A3,3 0 0,0 6,20H9V12H5V10A7,7 0 0,1 12,3A7,7 0 0,1 19,10V12H15V20H18A3,3 0 0,0 21,17V10C21,5 16.97,1 12,1Z", Nr = "M15.07,11.25L14.17,12.17C13.45,12.89 13,13.5 13,15H11V14.5C11,13.39 11.45,12.39 12.17,11.67L13.41,10.41C13.78,10.05 14,9.55 14,9C14,7.89 13.1,7 12,7A2,2 0 0,0 10,9H8A4,4 0 0,1 12,5A4,4 0 0,1 16,9C16,9.88 15.64,10.67 15.07,11.25M13,19H11V17H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2Z", _n = "M8.5,13.5L11,16.5L14.5,12L19,18H5M21,19V5C21,3.89 20.1,3 19,3H5A2,2 0 0,0 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19Z", El = "M13.3 21H5C3.9 21 3 20.1 3 19V5C3 3.9 3.9 3 5 3H19C20.1 3 21 3.9 21 5V13.3C20.4 13.1 19.7 13 19 13C17.9 13 16.8 13.3 15.9 13.9L14.5 12L11 16.5L8.5 13.5L5 18H13.1C13 18.3 13 18.7 13 19C13 19.7 13.1 20.4 13.3 21M20.4 19L22.5 21.1L21.1 22.5L19 20.4L16.9 22.5L15.5 21.1L17.6 19L15.5 16.9L16.9 15.5L19 17.6L21.1 15.5L22.5 16.9L20.4 19Z", Sl = "M13,9H11V7H13M13,17H11V11H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z", oa = "M4,6H20V16H4M20,18A2,2 0 0,0 22,16V6C22,4.89 21.1,4 20,4H4C2.89,4 2,4.89 2,6V16A2,2 0 0,0 4,18H0V20H24V18H20Z", Ml = "M16.84,2.73C16.45,2.73 16.07,2.88 15.77,3.17L13.65,5.29L18.95,10.6L21.07,8.5C21.67,7.89 21.67,6.94 21.07,6.36L17.9,3.17C17.6,2.88 17.22,2.73 16.84,2.73M12.94,6L4.84,14.11L7.4,14.39L7.58,16.68L9.86,16.85L10.15,19.41L18.25,11.3M4.25,15.04L2.5,21.73L9.2,19.94L8.96,17.78L6.65,17.61L6.47,15.29", Dl = "M12,6A6,6 0 0,1 18,12C18,14.22 16.79,16.16 15,17.2V19A1,1 0 0,1 14,20H10A1,1 0 0,1 9,19V17.2C7.21,16.16 6,14.22 6,12A6,6 0 0,1 12,6M14,21V22A1,1 0 0,1 13,23H11A1,1 0 0,1 10,22V21H14M20,11H23V13H20V11M1,11H4V13H1V11M13,1V4H11V1H13M4.92,3.5L7.05,5.64L5.63,7.05L3.5,4.93L4.92,3.5M16.95,5.63L19.07,3.5L20.5,4.93L18.37,7.05L16.95,5.63Z", Tl = "M10.59,13.41C11,13.8 11,14.44 10.59,14.83C10.2,15.22 9.56,15.22 9.17,14.83C7.22,12.88 7.22,9.71 9.17,7.76V7.76L12.71,4.22C14.66,2.27 17.83,2.27 19.78,4.22C21.73,6.17 21.73,9.34 19.78,11.29L18.29,12.78C18.3,11.96 18.17,11.14 17.89,10.36L18.36,9.88C19.54,8.71 19.54,6.81 18.36,5.64C17.19,4.46 15.29,4.46 14.12,5.64L10.59,9.17C9.41,10.34 9.41,12.24 10.59,13.41M13.41,9.17C13.8,8.78 14.44,8.78 14.83,9.17C16.78,11.12 16.78,14.29 14.83,16.24V16.24L11.29,19.78C9.34,21.73 6.17,21.73 4.22,19.78C2.27,17.83 2.27,14.66 4.22,12.71L5.71,11.22C5.7,12.04 5.83,12.86 6.11,13.65L5.64,14.12C4.46,15.29 4.46,17.19 5.64,18.36C6.81,19.54 8.71,19.54 9.88,18.36L13.41,14.83C14.59,13.66 14.59,11.76 13.41,10.59C13,10.2 13,9.56 13.41,9.17Z", I5 = "M12,17C10.89,17 10,16.1 10,15C10,13.89 10.89,13 12,13A2,2 0 0,1 14,15A2,2 0 0,1 12,17M18,20V10H6V20H18M18,8A2,2 0 0,1 20,10V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V10C4,8.89 4.89,8 6,8H7V6A5,5 0 0,1 12,1A5,5 0 0,1 17,6V8H18M12,3A3,3 0 0,0 9,6V8H15V6A3,3 0 0,0 12,3Z", Cn = "M14,3V5H17.59L7.76,14.83L9.17,16.24L19,6.41V10H21V3M19,19H5V5H12V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19Z", zl = "M12,20A7,7 0 0,1 5,13A7,7 0 0,1 12,6A7,7 0 0,1 19,13A7,7 0 0,1 12,20M19.03,7.39L20.45,5.97C20,5.46 19.55,5 19.04,4.56L17.62,6C16.07,4.74 14.12,4 12,4A9,9 0 0,0 3,13A9,9 0 0,0 12,22C17,22 21,17.97 21,13C21,10.88 20.26,8.93 19.03,7.39M11,14H13V8H11M15,1H9V3H15V1Z", Fl = "M1,21H23L12,2", An = "M17,10.5V7A1,1 0 0,0 16,6H4A1,1 0 0,0 3,7V17A1,1 0 0,0 4,18H16A1,1 0 0,0 17,17V13.5L21,17.5V6.5L17,10.5Z";
3922
+ function Ee(t) {
3925
3923
  return Xe(t) ? t : Ke(t);
3926
3924
  }
3927
3925
  const Ll = {
@@ -3957,9 +3955,9 @@ const Ll = {
3957
3955
  noModal: { type: Boolean, default: !1 },
3958
3956
  cols: { default: "6" },
3959
3957
  labels: { default: () => ({
3960
- reference: "Reference",
3958
+ reference: "Référence",
3961
3959
  fermer: "Fermer",
3962
- referenceLibrary: "Reference Library"
3960
+ referenceLibrary: "Référence bibliographique"
3963
3961
  }) }
3964
3962
  },
3965
3963
  setup(t) {
@@ -3977,36 +3975,36 @@ const Ll = {
3977
3975
  "basis-10/12",
3978
3976
  "basis-11/12",
3979
3977
  "basis-full"
3980
- ], u = B(() => r[+e.cols]), a = B(() => e.bib ? Se(e.bib) : ""), n = ce(!1), i = () => {
3978
+ ], u = B(() => r[+e.cols]), a = B(() => e.bib ? Ee(e.bib) : ""), n = ce(!1), i = () => {
3981
3979
  e.noModal || (n.value = !n.value);
3982
3980
  }, s = ce(!1), o = () => {
3983
3981
  s.value = !s.value;
3984
3982
  }, d = B(() => qo[e.sizeThumbnail]), { isLoading: h, error: f } = Zo({ src: e.src }), { src: b, alt: g, title: x, caption: A, thumbnail: M, bib: T, sizeThumbnail: D } = te(e);
3985
- return (z, F) => (_(), E("div", {
3983
+ return (z, F) => (_(), S("div", {
3986
3984
  class: G(v(M) ? "inline-block" : "")
3987
3985
  }, [
3988
- v(M) ? R("", !0) : (_(), E("div", Ll, [
3986
+ v(M) ? R("", !0) : (_(), S("div", Ll, [
3989
3987
  w("div", {
3990
3988
  class: G(`mx-auto bg-white rounded-md overflow-hidden shadow-md ${u.value}`)
3991
3989
  }, [
3992
- v(h) ? (_(), E("span", Bl, [
3990
+ v(h) ? (_(), S("span", Bl, [
3993
3991
  U(ne, {
3994
3992
  "icon-path": v(_n),
3995
3993
  size: "250"
3996
3994
  }, null, 8, ["icon-path"])
3997
- ])) : v(f) ? (_(), E("span", $l, [
3995
+ ])) : v(f) ? (_(), S("span", $l, [
3998
3996
  U(ne, {
3999
- "icon-path": v(Sl),
3997
+ "icon-path": v(El),
4000
3998
  size: "150"
4001
3999
  }, null, 8, ["icon-path"])
4002
- ])) : (_(), E("img", {
4000
+ ])) : (_(), S("img", {
4003
4001
  key: 2,
4004
4002
  class: "object-cover object-center w-full",
4005
4003
  src: v(b),
4006
4004
  alt: v(g),
4007
4005
  onClick: i
4008
4006
  }, null, 8, Il)),
4009
- v(x) || v(A) || v(T) ? (_(), E("div", ql, [
4007
+ v(x) || v(A) || v(T) ? (_(), S("div", ql, [
4010
4008
  w("h2", Hl, L(v(x)), 1),
4011
4009
  w("p", Rl, L(v(A)), 1),
4012
4010
  w("div", Nl, [
@@ -4023,7 +4021,7 @@ const Ll = {
4023
4021
  ])) : R("", !0)
4024
4022
  ], 2)
4025
4023
  ])),
4026
- v(M) ? (_(), E("div", Vl, [
4024
+ v(M) ? (_(), S("div", Vl, [
4027
4025
  w("img", {
4028
4026
  class: G(`${d.value} object-cover object-center group-hover:opacity-30 `),
4029
4027
  src: v(b),
@@ -4049,7 +4047,7 @@ const Ll = {
4049
4047
  alt: v(g),
4050
4048
  onClick: i
4051
4049
  }, null, 8, Gl),
4052
- v(M) ? (_(), E("div", jl, [
4050
+ v(M) ? (_(), S("div", jl, [
4053
4051
  w("h2", Ul, L(v(x)), 1),
4054
4052
  w("p", Zl, L(v(A)), 1),
4055
4053
  w("div", {
@@ -4063,7 +4061,7 @@ const Ll = {
4063
4061
  U(Ot, {
4064
4062
  modelValue: s.value,
4065
4063
  "onUpdate:modelValue": F[1] || (F[1] = (q) => s.value = q),
4066
- title: "labels.referenceLibrary"
4064
+ title: z.labels.referenceLibrary
4067
4065
  }, {
4068
4066
  default: V(() => [
4069
4067
  w("div", {
@@ -4085,7 +4083,7 @@ const Ll = {
4085
4083
  ])
4086
4084
  ]),
4087
4085
  _: 1
4088
- }, 8, ["modelValue"])
4086
+ }, 8, ["modelValue", "title"])
4089
4087
  ], 2));
4090
4088
  }
4091
4089
  }), Kl = { class: "p-12 bg-warning-light w-[50%] mx-auto border-2 border-warning dark:bg-warning-dark" }, Ql = { class: "text-center text-error font-bold uppercase" }, q5 = /* @__PURE__ */ J({
@@ -4101,7 +4099,7 @@ const Ll = {
4101
4099
  },
4102
4100
  setup(t) {
4103
4101
  const e = t;
4104
- return B(() => e.outlined ? u0("border", e.color) : u0("bg", e.color)), B(() => e.square ? "" : "rounded-full"), te(e), (r, u) => (_(), E("div", Kl, [
4102
+ return B(() => e.outlined ? u0("border", e.color) : u0("bg", e.color)), B(() => e.square ? "" : "rounded-full"), te(e), (r, u) => (_(), S("div", Kl, [
4105
4103
  w("p", Ql, L(r.labels.inProgress), 1)
4106
4104
  ]));
4107
4105
  }
@@ -4171,7 +4169,7 @@ const Ll = {
4171
4169
  if (e.size === "small")
4172
4170
  return "15";
4173
4171
  }), { appendIcon: i } = te(e);
4174
- return (s, o) => (_(), E("span", {
4172
+ return (s, o) => (_(), S("span", {
4175
4173
  class: G(`${a.value} mx-2 cursor-default`)
4176
4174
  }, [
4177
4175
  s.prependIcon ? (_(), W(ne, {
@@ -4200,7 +4198,7 @@ const Ll = {
4200
4198
  },
4201
4199
  setup(t) {
4202
4200
  const e = t, r = B(() => e.color ? `${e.size} ${u0("border", e.color)}` : `${e.size} border-grey-700`), u = B(() => `${r.value} ${e.inset ? "w-9/12 mx-auto" : "w-full"} ${e.margin}`);
4203
- return (a, n) => (_(), E("hr", {
4201
+ return (a, n) => (_(), S("hr", {
4204
4202
  class: G(`h-px ${u.value}`)
4205
4203
  }, null, 2));
4206
4204
  }
@@ -4221,13 +4219,13 @@ const Ll = {
4221
4219
  },
4222
4220
  setup(t) {
4223
4221
  const e = t, { title: r, icon: u, color: a, src: n } = te(e);
4224
- return (i, s) => (_(), E("section", tc, [
4222
+ return (i, s) => (_(), S("section", tc, [
4225
4223
  w("div", rc, [
4226
4224
  w("div", uc, [
4227
4225
  w("div", ac, [
4228
4226
  w("div", nc, [
4229
4227
  w("div", ic, [
4230
- v(n) ? (_(), E("img", {
4228
+ v(n) ? (_(), S("img", {
4231
4229
  key: 0,
4232
4230
  class: "object-cover object-center w-full mx-auto bg-gray-300 border lg:ml-auto",
4233
4231
  alt: "hero",
@@ -4276,10 +4274,10 @@ const Ll = {
4276
4274
  },
4277
4275
  setup(t) {
4278
4276
  const e = t, r = B(() => u0("fill", e.color)), u = B(() => e.inline ? "" : "flex flex-row w-full h-screen items-center justify-center");
4279
- return (a, n) => (_(), E("div", {
4277
+ return (a, n) => (_(), S("div", {
4280
4278
  class: G(u.value)
4281
4279
  }, [
4282
- a.dots ? (_(), E("svg", {
4280
+ a.dots ? (_(), S("svg", {
4283
4281
  key: 1,
4284
4282
  xmlns: "http://www.w3.org/2000/svg",
4285
4283
  width: a.size,
@@ -4345,7 +4343,7 @@ const Ll = {
4345
4343
  }, null, 2),
4346
4344
  bc
4347
4345
  ])
4348
- ], 8, pc)) : (_(), E("svg", {
4346
+ ], 8, pc)) : (_(), S("svg", {
4349
4347
  key: 0,
4350
4348
  xmlns: "http://www.w3.org/2000/svg",
4351
4349
  width: a.size,
@@ -4370,7 +4368,7 @@ const Ll = {
4370
4368
  }), vc = { class: "grid grid-cols-2 gap-4" }, N5 = /* @__PURE__ */ J({
4371
4369
  __name: "EpFlex",
4372
4370
  setup(t) {
4373
- return (e, r) => (_(), E("div", vc, [
4371
+ return (e, r) => (_(), S("div", vc, [
4374
4372
  ye(e.$slots, "default")
4375
4373
  ]));
4376
4374
  }
@@ -4392,9 +4390,9 @@ const Ll = {
4392
4390
  }, {
4393
4391
  default: V(() => [
4394
4392
  w("table", gc, [
4395
- v(r) ? (_(), E("thead", xc, [
4393
+ v(r) ? (_(), S("thead", xc, [
4396
4394
  w("tr", null, [
4397
- (_(!0), E(ve, null, $e(v(r), (s, o) => (_(), E("th", {
4395
+ (_(!0), S(ve, null, $e(v(r), (s, o) => (_(), S("th", {
4398
4396
  key: `th-${o}`,
4399
4397
  scope: "col",
4400
4398
  class: G(kc)
@@ -4402,11 +4400,11 @@ const Ll = {
4402
4400
  ])
4403
4401
  ])) : R("", !0),
4404
4402
  w("tbody", yc, [
4405
- (_(!0), E(ve, null, $e(v(u), (s, o) => (_(), E("tr", {
4403
+ (_(!0), S(ve, null, $e(v(u), (s, o) => (_(), S("tr", {
4406
4404
  key: `tr-${o}`,
4407
4405
  class: "hover:bg-gray-50 dark:hover:bg-black"
4408
4406
  }, [
4409
- (_(!0), E(ve, null, $e(s, (d, h) => (_(), E("td", {
4407
+ (_(!0), S(ve, null, $e(s, (d, h) => (_(), S("td", {
4410
4408
  key: `td-${o}-${h}`,
4411
4409
  class: "px-6 py-4"
4412
4410
  }, L(d), 1))), 128))
@@ -4446,10 +4444,10 @@ const Ll = {
4446
4444
  _: 1
4447
4445
  }, 8, ["type"]));
4448
4446
  }
4449
- }), _c = { class: "font-bold align-middle" }, Cc = { class: "px-5 dark:bg-gray-300" }, Ac = {
4447
+ }), _c = { class: "font-bold align-middle" }, Cc = { class: "px-5 dark:base-dark" }, Ac = {
4450
4448
  key: 0,
4451
4449
  class: "py-2"
4452
- }, Sc = { class: "font-semibold mb-2 text-sm uppercase tracking-wide text-gray-500" }, Ec = { class: "py-2" }, ze = /* @__PURE__ */ J({
4450
+ }, Ec = { class: "font-semibold mb-2 text-sm uppercase tracking-wide text-gray-500" }, Sc = { class: "py-2" }, ze = /* @__PURE__ */ J({
4453
4451
  __name: "EpEdu",
4454
4452
  props: {
4455
4453
  title: { default: null },
@@ -4470,12 +4468,12 @@ const Ll = {
4470
4468
  var b;
4471
4469
  return typeof e.mandateLevel == "object" ? (b = e.mandateLevel) == null ? void 0 : b.title : e.mandateLevel;
4472
4470
  }), { title: h, hideIcon: f } = te(e);
4473
- return (b, g) => (_(), E("div", {
4471
+ return (b, g) => (_(), S("div", {
4474
4472
  class: G(o.value)
4475
4473
  }, [
4476
- v(h) || b.mandateLevel ? (_(), E("div", {
4474
+ v(h) || b.mandateLevel ? (_(), S("div", {
4477
4475
  key: 0,
4478
- class: G([`${i.value}`, "dark:bg-gray-300"])
4476
+ class: G([`${i.value}`, "dark:base-dark"])
4479
4477
  }, [
4480
4478
  w("h3", null, [
4481
4479
  v(f) ? R("", !0) : (_(), W(ne, {
@@ -4492,18 +4490,18 @@ const Ll = {
4492
4490
  }, null, 8, ["title"])) : R("", !0)
4493
4491
  ], 2)) : R("", !0),
4494
4492
  w("div", Cc, [
4495
- u.value ? (_(), E("div", Ac, [
4496
- w("h4", Sc, L(b.labels.intentions), 1),
4493
+ u.value ? (_(), S("div", Ac, [
4494
+ w("h4", Ec, L(b.labels.intentions), 1),
4497
4495
  ye(b.$slots, "intentions"),
4498
4496
  U(W0)
4499
4497
  ])) : R("", !0),
4500
- w("div", Ec, [
4498
+ w("div", Sc, [
4501
4499
  ye(b.$slots, "content")
4502
4500
  ])
4503
4501
  ]),
4504
- a.value ? (_(), E("div", {
4502
+ a.value ? (_(), S("div", {
4505
4503
  key: 1,
4506
- class: G([s.value, "dark:bg-gray-300"])
4504
+ class: G([s.value, "dark:base-dark"])
4507
4505
  }, [
4508
4506
  ye(b.$slots, "actions")
4509
4507
  ], 2)) : R("", !0)
@@ -4544,7 +4542,7 @@ const Ll = {
4544
4542
  mandateLevel: o.mandateLevel
4545
4543
  }, Te({
4546
4544
  content: V(() => [
4547
- u.value && v(n) ? (_(), E("div", {
4545
+ u.value && v(n) ? (_(), S("div", {
4548
4546
  key: 0,
4549
4547
  class: G(`p-4 ${v(a) ? "flex justify-center" : ""}`)
4550
4548
  }, [
@@ -4554,7 +4552,7 @@ const Ll = {
4554
4552
  options: u.value,
4555
4553
  series: v(n)
4556
4554
  }, null, 8, ["width", "options", "series"])
4557
- ], 2)) : (_(), E("div", Dc, [
4555
+ ], 2)) : (_(), S("div", Dc, [
4558
4556
  w("p", null, L(o.labels.dataNoDisponible), 1)
4559
4557
  ]))
4560
4558
  ]),
@@ -4622,7 +4620,7 @@ const Ll = {
4622
4620
  mandateLevel: o.mandateLevel
4623
4621
  }, Te({
4624
4622
  content: V(() => [
4625
- u.value && v(n) ? (_(), E("div", {
4623
+ u.value && v(n) ? (_(), S("div", {
4626
4624
  key: 0,
4627
4625
  class: G(`p-4 ${v(a) ? "flex justify-center" : ""}`)
4628
4626
  }, [
@@ -4632,7 +4630,7 @@ const Ll = {
4632
4630
  options: u.value,
4633
4631
  series: v(n)
4634
4632
  }, null, 8, ["width", "options", "series"])
4635
- ], 2)) : (_(), E("div", zc, [
4633
+ ], 2)) : (_(), S("div", zc, [
4636
4634
  w("p", null, L(o.labels.dataNoDisponible), 1)
4637
4635
  ]))
4638
4636
  ]),
@@ -4661,13 +4659,14 @@ const Ll = {
4661
4659
  series: {},
4662
4660
  options: {},
4663
4661
  id: {},
4662
+ title: {},
4664
4663
  center: { type: Boolean, default: !0 },
4665
4664
  intentions: {},
4666
4665
  hideIcon: { type: Boolean },
4667
4666
  type: { default: "base" },
4668
4667
  mandateLevel: {},
4669
4668
  source: {},
4670
- width: { default: "450" },
4669
+ width: { default: "500" },
4671
4670
  labels: { default: () => ({
4672
4671
  dataNoDisponible: "Data no disponible"
4673
4672
  }) }
@@ -4675,17 +4674,16 @@ const Ll = {
4675
4674
  setup(t) {
4676
4675
  const e = t, r = B(() => e.intentions ? Xe(e.intentions) ? e.intentions : Ke(e.intentions) : null), { center: u, series: a, source: n, options: i, width: s } = te(e);
4677
4676
  return (o, d) => {
4678
- var f, b;
4679
4677
  const h = Yt("apexchart");
4680
4678
  return _(), W(ze, {
4681
- title: (b = (f = v(i)) == null ? void 0 : f.title) == null ? void 0 : b.text,
4679
+ title: o.title,
4682
4680
  type: o.type,
4683
4681
  hideIcon: o.hideIcon,
4684
4682
  icon: v(pl),
4685
4683
  mandateLevel: o.mandateLevel
4686
4684
  }, Te({
4687
4685
  content: V(() => [
4688
- v(i) && v(a) ? (_(), E("div", {
4686
+ v(i) && v(a) ? (_(), S("div", {
4689
4687
  key: 0,
4690
4688
  class: G(`p-4 ${v(u) ? "flex justify-center" : ""}`)
4691
4689
  }, [
@@ -4695,7 +4693,7 @@ const Ll = {
4695
4693
  options: v(i),
4696
4694
  series: v(a)
4697
4695
  }, null, 8, ["width", "options", "series"])
4698
- ], 2)) : (_(), E("div", Lc, [
4696
+ ], 2)) : (_(), S("div", Lc, [
4699
4697
  w("p", null, L(o.labels.dataNoDisponible), 1)
4700
4698
  ]))
4701
4699
  ]),
@@ -4765,7 +4763,7 @@ const Ll = {
4765
4763
  enabled: !0,
4766
4764
  formatter: function(d, h) {
4767
4765
  let f = "";
4768
- return h.w.globals.labels[h.dataPointIndex] && (f = h.w.globals.labels[h.dataPointIndex] + ": "), f + d;
4766
+ return h.w.globals.labels[h.dataPointIndex] && (f = h.w.globals.labels[h.dataPointIndex] + " "), f + d;
4769
4767
  },
4770
4768
  dropShadow: {
4771
4769
  enabled: !0
@@ -4788,7 +4786,7 @@ const Ll = {
4788
4786
  mandateLevel: d.mandateLevel
4789
4787
  }, Te({
4790
4788
  content: V(() => [
4791
- v(s) && v(n) ? (_(), E("div", {
4789
+ v(s) && v(n) ? (_(), S("div", {
4792
4790
  key: 0,
4793
4791
  class: G(`p-4 ${v(a) ? "flex justify-center" : ""}`)
4794
4792
  }, [
@@ -4836,7 +4834,7 @@ const Ll = {
4836
4834
  return r.value = !1;
4837
4835
  }
4838
4836
  const n = B(() => r.value ? "w-[32rem]" : "hidden");
4839
- return (i, s) => (_(), E("div", null, [
4837
+ return (i, s) => (_(), S("div", null, [
4840
4838
  ye(i.$slots, "default", { open: u }),
4841
4839
  w("div", {
4842
4840
  ref_key: "menu",
@@ -4880,7 +4878,7 @@ const Ll = {
4880
4878
  }, x2 = {
4881
4879
  key: 1,
4882
4880
  class: "font-bold mr-2"
4883
- }, y2 = { key: 2 }, k2 = { key: 3 }, w2 = { key: 4 }, _2 = { key: 0 }, C2 = { class: "text-sm italic pr-1" }, A2 = { class: "pl-2 align-middle" }, S2 = { class: "bg-neutral-100 text-right pr-5" }, E2 = { class: "border-l p-5" }, M2 = "https://live.staticflickr.com/4868/45940268562_c5f7fdd06b_q.jpg", D2 = "https://farm5.staticflickr.com/4868/45940268562_9452f09a61_o.png", U5 = /* @__PURE__ */ J({
4881
+ }, y2 = { key: 2 }, k2 = { key: 3 }, w2 = { key: 4 }, _2 = { key: 0 }, C2 = { class: "text-sm italic pr-1" }, A2 = { class: "pl-2 align-middle" }, E2 = { class: "bg-neutral-100 text-right pr-5" }, S2 = { class: "border-l p-5" }, M2 = "https://live.staticflickr.com/4868/45940268562_c5f7fdd06b_q.jpg", D2 = "https://farm5.staticflickr.com/4868/45940268562_9452f09a61_o.png", U5 = /* @__PURE__ */ J({
4884
4882
  __name: "EpReading",
4885
4883
  props: {
4886
4884
  url: {},
@@ -4906,7 +4904,7 @@ const Ll = {
4906
4904
  fermer: "Fermer",
4907
4905
  details: "détails",
4908
4906
  lecture: "Lecture",
4909
- card: "lecture",
4907
+ card: "Lecture",
4910
4908
  Btb: "lire",
4911
4909
  intentions: "Intentions de lecture"
4912
4910
  }) }
@@ -4960,14 +4958,14 @@ const Ll = {
4960
4958
  menu: V(({ close: F }) => [
4961
4959
  w("div", s2, [
4962
4960
  w("div", o2, [
4963
- v(s) ? R("", !0) : (_(), E(ve, { key: 0 }, [
4964
- r.value ? (_(), E("img", {
4961
+ v(s) ? R("", !0) : (_(), S(ve, { key: 0 }, [
4962
+ r.value ? (_(), S("img", {
4965
4963
  key: 0,
4966
4964
  class: "object-cover h-96 w-full rounded-t-lg object-cover md:h-auto md:w-56 md:rounded-none md:rounded-l-lg",
4967
4965
  src: v(i),
4968
4966
  alt: `image de la lecture ${v(a)}`,
4969
4967
  onError: T
4970
- }, null, 40, l2)) : (_(), E("div", c2, [
4968
+ }, null, 40, l2)) : (_(), S("div", c2, [
4971
4969
  U(ne, {
4972
4970
  "icon-path": v(na),
4973
4971
  size: "95"
@@ -4987,20 +4985,20 @@ const Ll = {
4987
4985
  class: G(`text-xl font-semibold py-4 ${u.value || v(b) ? "border-b" : ""}`)
4988
4986
  }, L(v(a)), 3),
4989
4987
  w("div", p2, [
4990
- u.value ? (_(), E("div", b2, [
4988
+ u.value ? (_(), S("div", b2, [
4991
4989
  w("p", v2, [
4992
- v(d) ? (_(), E("span", g2, L(v(M).par), 1)) : R("", !0),
4993
- v(d) ? (_(), E("span", x2, L(v(d)), 1)) : R("", !0),
4994
- v(o) ? (_(), E("span", y2, " (" + L(v(o)) + ")", 1)) : R("", !0),
4995
- v(o) && v(f) ? (_(), E("span", k2, ", ")) : R("", !0),
4996
- v(f) ? (_(), E("span", w2, L(v(f)), 1)) : R("", !0)
4990
+ v(d) ? (_(), S("span", g2, L(v(M).par), 1)) : R("", !0),
4991
+ v(d) ? (_(), S("span", x2, L(v(d)), 1)) : R("", !0),
4992
+ v(o) ? (_(), S("span", y2, " (" + L(v(o)) + ")", 1)) : R("", !0),
4993
+ v(o) && v(f) ? (_(), S("span", k2, ", ")) : R("", !0),
4994
+ v(f) ? (_(), S("span", w2, L(v(f)), 1)) : R("", !0)
4997
4995
  ]),
4998
- v(h) ? (_(), E("p", _2, [
4996
+ v(h) ? (_(), S("p", _2, [
4999
4997
  w("span", C2, L(v(M).dans), 1),
5000
4998
  w("span", null, L(v(h)), 1)
5001
4999
  ])) : R("", !0)
5002
5000
  ])) : R("", !0),
5003
- v(b) ? (_(), E("div", {
5001
+ v(b) ? (_(), S("div", {
5004
5002
  key: 1,
5005
5003
  class: G(`flex-1 pt-2 pb-2 ${u.value ? "border-l pl-2" : ""}`)
5006
5004
  }, [
@@ -5012,7 +5010,7 @@ const Ll = {
5012
5010
  ], 2)) : R("", !0)
5013
5011
  ])
5014
5012
  ]),
5015
- w("div", S2, [
5013
+ w("div", E2, [
5016
5014
  U(Be, {
5017
5015
  text: "",
5018
5016
  onClick: Br(F, ["stop"])
@@ -5030,7 +5028,7 @@ const Ll = {
5030
5028
  _: 1
5031
5029
  })
5032
5030
  ]),
5033
- w("div", E2, [
5031
+ w("div", S2, [
5034
5032
  v(A) ? (_(), W(Be, {
5035
5033
  key: 0,
5036
5034
  text: "",
@@ -5051,24 +5049,24 @@ const Ll = {
5051
5049
  ]),
5052
5050
  _: 2
5053
5051
  }, [
5054
- v(Se)(v(n)) ? {
5052
+ v(Ee)(v(n)) ? {
5055
5053
  name: "intentions",
5056
5054
  fn: V(() => [
5057
5055
  w("div", {
5058
- innerHTML: v(Se)(v(n))
5056
+ innerHTML: v(Ee)(v(n))
5059
5057
  }, null, 8, t2)
5060
5058
  ]),
5061
5059
  key: "0"
5062
5060
  } : void 0
5063
- ]), 1032, ["title", "icon", "type", "hideIcon"])) : (_(), E("div", Ic, [
5064
- v(s) ? R("", !0) : (_(), E(ve, { key: 0 }, [
5065
- r.value ? (_(), E("div", qc, [
5061
+ ]), 1032, ["title", "icon", "type", "hideIcon"])) : (_(), S("div", Ic, [
5062
+ v(s) ? R("", !0) : (_(), S(ve, { key: 0 }, [
5063
+ r.value ? (_(), S("div", qc, [
5066
5064
  w("img", {
5067
5065
  src: v(i),
5068
5066
  alt: `image de la lecture ${v(a)}`,
5069
5067
  onError: T
5070
5068
  }, null, 40, Hc)
5071
- ])) : (_(), E("div", Rc, [
5069
+ ])) : (_(), S("div", Rc, [
5072
5070
  U(ne, {
5073
5071
  "icon-path": v(na),
5074
5072
  size: "95"
@@ -5090,20 +5088,20 @@ const Ll = {
5090
5088
  class: G(`text-xl font-semibold ${u.value || v(b) ? "border-b" : ""}`)
5091
5089
  }, L(v(a)), 3),
5092
5090
  w("div", Pc, [
5093
- u.value ? (_(), E("div", Gc, [
5091
+ u.value ? (_(), S("div", Gc, [
5094
5092
  w("p", jc, [
5095
- v(d) ? (_(), E("span", Uc, L(v(M).par), 1)) : R("", !0),
5096
- v(d) ? (_(), E("span", Zc, L(v(d)), 1)) : R("", !0),
5097
- v(o) ? (_(), E("span", Wc, "(" + L(v(o)) + ")", 1)) : R("", !0),
5098
- v(o) && v(f) ? (_(), E("span", Xc, ", ")) : R("", !0),
5099
- v(f) ? (_(), E("span", Yc, L(v(f)), 1)) : R("", !0)
5093
+ v(d) ? (_(), S("span", Uc, L(v(M).par), 1)) : R("", !0),
5094
+ v(d) ? (_(), S("span", Zc, L(v(d)), 1)) : R("", !0),
5095
+ v(o) ? (_(), S("span", Wc, "(" + L(v(o)) + ")", 1)) : R("", !0),
5096
+ v(o) && v(f) ? (_(), S("span", Xc, ", ")) : R("", !0),
5097
+ v(f) ? (_(), S("span", Yc, L(v(f)), 1)) : R("", !0)
5100
5098
  ]),
5101
- v(h) ? (_(), E("p", Kc, [
5099
+ v(h) ? (_(), S("p", Kc, [
5102
5100
  w("span", Qc, L(v(M).dans), 1),
5103
5101
  w("span", Jc, L(v(h)), 1)
5104
5102
  ])) : R("", !0)
5105
5103
  ])) : R("", !0),
5106
- v(b) ? (_(), E("div", {
5104
+ v(b) ? (_(), S("div", {
5107
5105
  key: 1,
5108
5106
  class: G(`flex-1 pt-2 pb-2 ${u.value ? "border-l pl-2" : ""}`)
5109
5107
  }, [
@@ -5131,11 +5129,11 @@ const Ll = {
5131
5129
  ]),
5132
5130
  _: 2
5133
5131
  }, [
5134
- v(Se)(v(n)) ? {
5132
+ v(Ee)(v(n)) ? {
5135
5133
  name: "intentions",
5136
5134
  fn: V(() => [
5137
5135
  w("div", {
5138
- innerHTML: v(Se)(v(n))
5136
+ innerHTML: v(Ee)(v(n))
5139
5137
  }, null, 8, Vc)
5140
5138
  ]),
5141
5139
  key: "0"
@@ -5170,7 +5168,7 @@ const Z5 = /* @__PURE__ */ J({
5170
5168
  return o.pages = e.pages, o.type = s, s === "clip" && (o.src = o.url), s === "website" && (o.href = o.url, o.label = o.title), s === "book" && e.pages && (o.intentions = e.pages, o.pages = null), o.version_link && (o.url = o.version_link.url), o;
5171
5169
  }), u = (s) => {
5172
5170
  const o = lu(s);
5173
- return o.name === "EpNothing" ? E0(() => import("./EpNothing-Di7BP_gj.js")) : o.name === "EpReading" ? E0(() => import("./EpReading-DMtuDG_x.js")) : E0(() => ou(/* @__PURE__ */ Object.assign({ "../basics/EpAvatar.vue": () => import("./EpAvatar-Dmpg0PFj.js"), "../basics/EpBadge.vue": () => import("./EpBadge-CXG9CCs-.js"), "../basics/EpBtn.vue": () => import("./EpBtn-CjpUqmnk.js"), "../basics/EpCard.vue": () => import("./EpCard-D2Yuf56Q.js"), "../basics/EpChip.vue": () => import("./EpChip-1BDl9148.js"), "../basics/EpDivider.vue": () => import("./EpDivider-By54laP-.js"), "../basics/EpFlex.vue": () => import("./EpFlex-C8FUteog.js"), "../basics/EpHover.vue": () => import("./EpHover-D3o7-8F6.js"), "../basics/EpIcon.vue": () => import("./EpIcon-C5N1EmKo.js"), "../basics/EpImg.vue": () => import("./EpImg-DBdJTFxB.js"), "../basics/EpList.vue": () => import("./EpList-gjrvWauh.js"), "../basics/EpListitem.vue": () => import("./EpListitem-DzQrc-k2.js"), "../basics/EpSection.vue": () => import("./EpSection-DscmvV47.js"), "../basics/EpSpinner.vue": () => import("./EpSpinner-BYYDdBAv.js"), "../basics/EpTable.vue": () => import("./EpTable-CIXtqslP.js"), "../basics/EpText.vue": () => import("./EpText-DlG9XQYl.js"), "../charts/EpBarChart.vue": () => import("./EpBarChart-DqcfpObW.js"), "../charts/EpFunnelChart.vue": () => import("./EpFunnelChart-vUi3II3g.js"), "../charts/EpLineChart.vue": () => import("./EpLineChart-DHRVciuH.js"), "../charts/EpPieChart.vue": () => import("./EpPieChart-ep1v3gNm.js"), "./EpCodeblock.vue": () => import("./EpCodeblock-DX7H-PE3.js").then((d) => d.E), "./EpEdu.vue": () => import("./EpEdu-D_vwhqgL.js"), "./EpReading.vue": () => import("./EpReading-DMtuDG_x.js"), "./EpResource.vue": () => import("./EpResource-BYf45kWh.js"), "./EpScope.vue": () => import("./EpScope-Ba2Q1Ff_.js"), "../forms/EpCheckbox.vue": () => import("./EpCheckbox-BtJRFbS_.js"), "../forms/EpInput.vue": () => import("./EpInput-DtqEfGYC.js"), "../forms/EpRadio.vue": () => import("./EpRadio-DZTarnBT.js"), "../forms/EpRadioSummative.vue": () => import("./EpRadioSummative-CorOWGOQ.js"), "../forms/EpSelect.vue": () => import("./EpSelect-DRPIgo_k.js"), "../forms/EpSwitch.vue": () => import("./EpSwitch-C7NMjBk9.js"), "../forms/EpTextarea.vue": () => import("./EpTextarea-D8UCQuga.js"), "../forms/EpToggle.vue": () => import("./EpToggle-BDp54LpY.js"), "../interactions/EpAccordeon.vue": () => Promise.resolve().then(() => iu), "../interactions/EpContentSlider.vue": () => import("./EpContentSlider-G24sedKV.js"), "../interactions/EpDarkmode.vue": () => import("./EpDarkmode-CVX7I7Oh.js"), "../interactions/EpHotsPot.vue": () => import("./EpHotsPot-DFz_Du9o.js"), "../interactions/EpModal.vue": () => import("./EpModal-Bkn0UYrU.js"), "../interactions/EpQuestion.vue": () => import("./EpQuestion-BIz290OE.js"), "../interactions/EpSummativeTable.vue": () => import("./EpSummativeTable-DYj6fOso.js"), "../interactions/EpTabs.vue": () => Promise.resolve().then(() => cu), "../interactions/EpTooltip.vue": () => import("./EpTooltip-B4s0_PvZ.js"), "../medias/EpAudio.vue": () => import("./EpAudio-D1Pergv3.js"), "../medias/EpCarousel.vue": () => Promise.resolve().then(() => du), "../medias/EpIframe.vue": () => import("./EpIframe-DlYnZzA2.js"), "../medias/EpKatex.vue": () => Promise.resolve().then(() => Fu), "../medias/EpLink.vue": () => import("./EpLink-BA65sB5T.js"), "../medias/EpLinkVersion.vue": () => import("./EpLinkVersion-DJWO90l3.js"), "../medias/EpSoftware.vue": () => import("./EpSoftware-DqR9_72s.js"), "../medias/EpSvg.vue": () => import("./EpSvg-qV8Jv7hA.js"), "../medias/EpTerm.vue": () => import("./EpTerm-zVklM1Ty.js"), "../medias/EpTimeLine.vue": () => import("./EpTimeLine-8okBy26f.js"), "../medias/EpVideo.vue": () => import("./EpVideo-CMhul8b_.js"), "../medias/EpVideoPanopto.vue": () => import("./EpVideoPanopto-CB7xf6qs.js"), "../medias/EpWordDef.vue": () => import("./EpWordDef-Ctx-w2Ll.js"), "../signages/EpAlert.vue": () => import("./EpAlert-DEERqegj.js"), "../signages/EpBadge.vue": () => import("./EpBadge-DqmSNdbi.js"), "../signages/EpHeader.vue": () => import("./EpHeader-IOUvF-no.js"), "../signages/EpNothing.vue": () => import("./EpNothing-Di7BP_gj.js"), "../signages/EpQuote.vue": () => import("./EpQuote-C7vFc3nU.js"), "../signages/EpSkeleton.vue": () => import("./EpSkeleton-CI5AEDN9.js"), "../tools/BgAudio.vue": () => import("./BgAudio-C9b05zDe.js"), "../tools/DisplayBox.vue": () => import("./DisplayBox-DwV5vdf4.js"), "../tools/SvgFilter.vue": () => Promise.resolve().then(() => Bu), "../tools/TimelineItem.vue": () => Promise.resolve().then(() => Lu) }), `../${o.path}/${o.name}.vue`, 3));
5171
+ return o.name === "EpNothing" ? S0(() => import("./EpNothing-DG4uHrcR.js")) : o.name === "EpReading" ? S0(() => import("./EpReading-CE2gINrm.js")) : S0(() => ou(/* @__PURE__ */ Object.assign({ "../basics/EpAvatar.vue": () => import("./EpAvatar-Dmpg0PFj.js"), "../basics/EpBadge.vue": () => import("./EpBadge-RSrPtork.js"), "../basics/EpBtn.vue": () => import("./EpBtn-CI08Fkc-.js"), "../basics/EpCard.vue": () => import("./EpCard-BmYWCNC6.js"), "../basics/EpChip.vue": () => import("./EpChip-DYxrBk_j.js"), "../basics/EpDivider.vue": () => import("./EpDivider-C8eu7oo-.js"), "../basics/EpFlex.vue": () => import("./EpFlex-D3slIMIF.js"), "../basics/EpHover.vue": () => import("./EpHover-kZgJ2f1P.js"), "../basics/EpIcon.vue": () => import("./EpIcon-CTPp2iAz.js"), "../basics/EpImg.vue": () => import("./EpImg-PgXn_5PG.js"), "../basics/EpList.vue": () => import("./EpList-VmeDfvpc.js"), "../basics/EpListitem.vue": () => import("./EpListitem-DzQrc-k2.js"), "../basics/EpSection.vue": () => import("./EpSection-DAc7gApp.js"), "../basics/EpSpinner.vue": () => import("./EpSpinner-Bs6k4L2I.js"), "../basics/EpTable.vue": () => import("./EpTable-CcPpxyTI.js"), "../basics/EpText.vue": () => import("./EpText-Div60TMB.js"), "../charts/EpBarChart.vue": () => import("./EpBarChart-BYviso9y.js"), "../charts/EpFunnelChart.vue": () => import("./EpFunnelChart-Bd6DcHXv.js"), "../charts/EpLineChart.vue": () => import("./EpLineChart-CuvzboxC.js"), "../charts/EpPieChart.vue": () => import("./EpPieChart-CDbVXeA9.js"), "./EpCodeblock.vue": () => import("./EpCodeblock-DX7H-PE3.js").then((d) => d.E), "./EpEdu.vue": () => import("./EpEdu-D3s7wgId.js"), "./EpReading.vue": () => import("./EpReading-CE2gINrm.js"), "./EpResource.vue": () => import("./EpResource-Co7Y4NBv.js"), "./EpScope.vue": () => import("./EpScope-BgReTGM3.js"), "../forms/EpCheckbox.vue": () => import("./EpCheckbox-BtJRFbS_.js"), "../forms/EpInput.vue": () => import("./EpInput-BEcNn9JQ.js"), "../forms/EpRadio.vue": () => import("./EpRadio-C4i-6XLB.js"), "../forms/EpRadioSummative.vue": () => import("./EpRadioSummative-DcZ_SSed.js"), "../forms/EpSelect.vue": () => import("./EpSelect-Cm8AVg72.js"), "../forms/EpSwitch.vue": () => import("./EpSwitch-C7NMjBk9.js"), "../forms/EpTextarea.vue": () => import("./EpTextarea-D8UCQuga.js"), "../forms/EpToggle.vue": () => import("./EpToggle-BDp54LpY.js"), "../interactions/EpAccordeon.vue": () => Promise.resolve().then(() => iu), "../interactions/EpContentSlider.vue": () => import("./EpContentSlider-3W5NRtqY.js"), "../interactions/EpDarkmode.vue": () => import("./EpDarkmode-CVX7I7Oh.js"), "../interactions/EpHotsPot.vue": () => import("./EpHotsPot-DFz_Du9o.js"), "../interactions/EpModal.vue": () => import("./EpModal-DTKzIbiU.js"), "../interactions/EpQuestion.vue": () => import("./EpQuestion-zXilF4UO.js"), "../interactions/EpSummativeTable.vue": () => import("./EpSummativeTable-R-a__jzb.js"), "../interactions/EpTabs.vue": () => Promise.resolve().then(() => cu), "../interactions/EpTooltip.vue": () => import("./EpTooltip-B4s0_PvZ.js"), "../medias/EpAudio.vue": () => import("./EpAudio-CIh7P96j.js"), "../medias/EpCarousel.vue": () => Promise.resolve().then(() => du), "../medias/EpIframe.vue": () => import("./EpIframe-Bu6Shp40.js"), "../medias/EpKatex.vue": () => Promise.resolve().then(() => Fu), "../medias/EpLink.vue": () => import("./EpLink-t90xMdUk.js"), "../medias/EpLinkVersion.vue": () => import("./EpLinkVersion-DcLaAKcb.js"), "../medias/EpSoftware.vue": () => import("./EpSoftware-BRheqKDl.js"), "../medias/EpSvg.vue": () => import("./EpSvg-8H1LG5x_.js"), "../medias/EpTerm.vue": () => import("./EpTerm-CHal6ICj.js"), "../medias/EpTimeLine.vue": () => import("./EpTimeLine-CcUqFqgj.js"), "../medias/EpVideo.vue": () => import("./EpVideo-Bk2ovJyj.js"), "../medias/EpVideoPanopto.vue": () => import("./EpVideoPanopto-gQgwEvaf.js"), "../medias/EpWordDef.vue": () => import("./EpWordDef-D81-AGFK.js"), "../signages/EpAlert.vue": () => import("./EpAlert-DLdxfnbh.js"), "../signages/EpBadge.vue": () => import("./EpBadge-DqmSNdbi.js"), "../signages/EpHeader.vue": () => import("./EpHeader-LmfheLve.js"), "../signages/EpNothing.vue": () => import("./EpNothing-DG4uHrcR.js"), "../signages/EpQuote.vue": () => import("./EpQuote-BRWz5Gax.js"), "../signages/EpSkeleton.vue": () => import("./EpSkeleton-DTrfxnMN.js"), "../tools/BgAudio.vue": () => import("./BgAudio-D0bYt2vk.js"), "../tools/DisplayBox.vue": () => import("./DisplayBox-B_BDtSRL.js"), "../tools/SvgFilter.vue": () => Promise.resolve().then(() => Bu), "../tools/TimelineItem.vue": () => Promise.resolve().then(() => Lu) }), `../${o.path}/${o.name}.vue`, 3));
5174
5172
  }, { mandateLevel: a, type: n, pages: i } = te(e);
5175
5173
  return (s, o) => (_(), W(Ht(u(r.value.type)), Bi({ ...r.value }, {
5176
5174
  mandateLevel: v(a),
@@ -5200,10 +5198,10 @@ const Z5 = /* @__PURE__ */ J({
5200
5198
  const e = t, r = ce(0), u = B(() => e.slides ? e.slides.length === 0 ? { title: e.labels.noData, img: "", uid: 2, content: "", component: null } : e.slides[r.value] : { title: e.labels.noData, img: "", uid: 2, content: "", component: null }), a = B(() => u.value.content.trim().length > 0), n = B(() => {
5201
5199
  var b;
5202
5200
  if (u.value.img)
5203
- return E0(() => import("./EpImg-DBdJTFxB.js"));
5201
+ return S0(() => import("./EpImg-PgXn_5PG.js"));
5204
5202
  if (u.value.component) {
5205
5203
  const g = lu((b = u.value.component) == null ? void 0 : b.type);
5206
- return E0(() => ou(/* @__PURE__ */ Object.assign({ "../basics/EpAvatar.vue": () => import("./EpAvatar-Dmpg0PFj.js"), "../basics/EpBadge.vue": () => import("./EpBadge-CXG9CCs-.js"), "../basics/EpBtn.vue": () => import("./EpBtn-CjpUqmnk.js"), "../basics/EpCard.vue": () => import("./EpCard-D2Yuf56Q.js"), "../basics/EpChip.vue": () => import("./EpChip-1BDl9148.js"), "../basics/EpDivider.vue": () => import("./EpDivider-By54laP-.js"), "../basics/EpFlex.vue": () => import("./EpFlex-C8FUteog.js"), "../basics/EpHover.vue": () => import("./EpHover-D3o7-8F6.js"), "../basics/EpIcon.vue": () => import("./EpIcon-C5N1EmKo.js"), "../basics/EpImg.vue": () => import("./EpImg-DBdJTFxB.js"), "../basics/EpList.vue": () => import("./EpList-gjrvWauh.js"), "../basics/EpListitem.vue": () => import("./EpListitem-DzQrc-k2.js"), "../basics/EpSection.vue": () => import("./EpSection-DscmvV47.js"), "../basics/EpSpinner.vue": () => import("./EpSpinner-BYYDdBAv.js"), "../basics/EpTable.vue": () => import("./EpTable-CIXtqslP.js"), "../basics/EpText.vue": () => import("./EpText-DlG9XQYl.js"), "../charts/EpBarChart.vue": () => import("./EpBarChart-DqcfpObW.js"), "../charts/EpFunnelChart.vue": () => import("./EpFunnelChart-vUi3II3g.js"), "../charts/EpLineChart.vue": () => import("./EpLineChart-DHRVciuH.js"), "../charts/EpPieChart.vue": () => import("./EpPieChart-ep1v3gNm.js"), "../educationals/EpCodeblock.vue": () => import("./EpCodeblock-DX7H-PE3.js").then((x) => x.E), "../educationals/EpEdu.vue": () => import("./EpEdu-D_vwhqgL.js"), "../educationals/EpReading.vue": () => import("./EpReading-DMtuDG_x.js"), "../educationals/EpResource.vue": () => import("./EpResource-BYf45kWh.js"), "../educationals/EpScope.vue": () => import("./EpScope-Ba2Q1Ff_.js"), "../forms/EpCheckbox.vue": () => import("./EpCheckbox-BtJRFbS_.js"), "../forms/EpInput.vue": () => import("./EpInput-DtqEfGYC.js"), "../forms/EpRadio.vue": () => import("./EpRadio-DZTarnBT.js"), "../forms/EpRadioSummative.vue": () => import("./EpRadioSummative-CorOWGOQ.js"), "../forms/EpSelect.vue": () => import("./EpSelect-DRPIgo_k.js"), "../forms/EpSwitch.vue": () => import("./EpSwitch-C7NMjBk9.js"), "../forms/EpTextarea.vue": () => import("./EpTextarea-D8UCQuga.js"), "../forms/EpToggle.vue": () => import("./EpToggle-BDp54LpY.js"), "./EpAccordeon.vue": () => Promise.resolve().then(() => iu), "./EpContentSlider.vue": () => import("./EpContentSlider-G24sedKV.js"), "./EpDarkmode.vue": () => import("./EpDarkmode-CVX7I7Oh.js"), "./EpHotsPot.vue": () => import("./EpHotsPot-DFz_Du9o.js"), "./EpModal.vue": () => import("./EpModal-Bkn0UYrU.js"), "./EpQuestion.vue": () => import("./EpQuestion-BIz290OE.js"), "./EpSummativeTable.vue": () => import("./EpSummativeTable-DYj6fOso.js"), "./EpTabs.vue": () => Promise.resolve().then(() => cu), "./EpTooltip.vue": () => import("./EpTooltip-B4s0_PvZ.js"), "../medias/EpAudio.vue": () => import("./EpAudio-D1Pergv3.js"), "../medias/EpCarousel.vue": () => Promise.resolve().then(() => du), "../medias/EpIframe.vue": () => import("./EpIframe-DlYnZzA2.js"), "../medias/EpKatex.vue": () => Promise.resolve().then(() => Fu), "../medias/EpLink.vue": () => import("./EpLink-BA65sB5T.js"), "../medias/EpLinkVersion.vue": () => import("./EpLinkVersion-DJWO90l3.js"), "../medias/EpSoftware.vue": () => import("./EpSoftware-DqR9_72s.js"), "../medias/EpSvg.vue": () => import("./EpSvg-qV8Jv7hA.js"), "../medias/EpTerm.vue": () => import("./EpTerm-zVklM1Ty.js"), "../medias/EpTimeLine.vue": () => import("./EpTimeLine-8okBy26f.js"), "../medias/EpVideo.vue": () => import("./EpVideo-CMhul8b_.js"), "../medias/EpVideoPanopto.vue": () => import("./EpVideoPanopto-CB7xf6qs.js"), "../medias/EpWordDef.vue": () => import("./EpWordDef-Ctx-w2Ll.js"), "../signages/EpAlert.vue": () => import("./EpAlert-DEERqegj.js"), "../signages/EpBadge.vue": () => import("./EpBadge-DqmSNdbi.js"), "../signages/EpHeader.vue": () => import("./EpHeader-IOUvF-no.js"), "../signages/EpNothing.vue": () => import("./EpNothing-Di7BP_gj.js"), "../signages/EpQuote.vue": () => import("./EpQuote-C7vFc3nU.js"), "../signages/EpSkeleton.vue": () => import("./EpSkeleton-CI5AEDN9.js"), "../tools/BgAudio.vue": () => import("./BgAudio-C9b05zDe.js"), "../tools/DisplayBox.vue": () => import("./DisplayBox-DwV5vdf4.js"), "../tools/SvgFilter.vue": () => Promise.resolve().then(() => Bu), "../tools/TimelineItem.vue": () => Promise.resolve().then(() => Lu) }), `../${g.path}/${g.name}.vue`, 3));
5204
+ return S0(() => ou(/* @__PURE__ */ Object.assign({ "../basics/EpAvatar.vue": () => import("./EpAvatar-Dmpg0PFj.js"), "../basics/EpBadge.vue": () => import("./EpBadge-RSrPtork.js"), "../basics/EpBtn.vue": () => import("./EpBtn-CI08Fkc-.js"), "../basics/EpCard.vue": () => import("./EpCard-BmYWCNC6.js"), "../basics/EpChip.vue": () => import("./EpChip-DYxrBk_j.js"), "../basics/EpDivider.vue": () => import("./EpDivider-C8eu7oo-.js"), "../basics/EpFlex.vue": () => import("./EpFlex-D3slIMIF.js"), "../basics/EpHover.vue": () => import("./EpHover-kZgJ2f1P.js"), "../basics/EpIcon.vue": () => import("./EpIcon-CTPp2iAz.js"), "../basics/EpImg.vue": () => import("./EpImg-PgXn_5PG.js"), "../basics/EpList.vue": () => import("./EpList-VmeDfvpc.js"), "../basics/EpListitem.vue": () => import("./EpListitem-DzQrc-k2.js"), "../basics/EpSection.vue": () => import("./EpSection-DAc7gApp.js"), "../basics/EpSpinner.vue": () => import("./EpSpinner-Bs6k4L2I.js"), "../basics/EpTable.vue": () => import("./EpTable-CcPpxyTI.js"), "../basics/EpText.vue": () => import("./EpText-Div60TMB.js"), "../charts/EpBarChart.vue": () => import("./EpBarChart-BYviso9y.js"), "../charts/EpFunnelChart.vue": () => import("./EpFunnelChart-Bd6DcHXv.js"), "../charts/EpLineChart.vue": () => import("./EpLineChart-CuvzboxC.js"), "../charts/EpPieChart.vue": () => import("./EpPieChart-CDbVXeA9.js"), "../educationals/EpCodeblock.vue": () => import("./EpCodeblock-DX7H-PE3.js").then((x) => x.E), "../educationals/EpEdu.vue": () => import("./EpEdu-D3s7wgId.js"), "../educationals/EpReading.vue": () => import("./EpReading-CE2gINrm.js"), "../educationals/EpResource.vue": () => import("./EpResource-Co7Y4NBv.js"), "../educationals/EpScope.vue": () => import("./EpScope-BgReTGM3.js"), "../forms/EpCheckbox.vue": () => import("./EpCheckbox-BtJRFbS_.js"), "../forms/EpInput.vue": () => import("./EpInput-BEcNn9JQ.js"), "../forms/EpRadio.vue": () => import("./EpRadio-C4i-6XLB.js"), "../forms/EpRadioSummative.vue": () => import("./EpRadioSummative-DcZ_SSed.js"), "../forms/EpSelect.vue": () => import("./EpSelect-Cm8AVg72.js"), "../forms/EpSwitch.vue": () => import("./EpSwitch-C7NMjBk9.js"), "../forms/EpTextarea.vue": () => import("./EpTextarea-D8UCQuga.js"), "../forms/EpToggle.vue": () => import("./EpToggle-BDp54LpY.js"), "./EpAccordeon.vue": () => Promise.resolve().then(() => iu), "./EpContentSlider.vue": () => import("./EpContentSlider-3W5NRtqY.js"), "./EpDarkmode.vue": () => import("./EpDarkmode-CVX7I7Oh.js"), "./EpHotsPot.vue": () => import("./EpHotsPot-DFz_Du9o.js"), "./EpModal.vue": () => import("./EpModal-DTKzIbiU.js"), "./EpQuestion.vue": () => import("./EpQuestion-zXilF4UO.js"), "./EpSummativeTable.vue": () => import("./EpSummativeTable-R-a__jzb.js"), "./EpTabs.vue": () => Promise.resolve().then(() => cu), "./EpTooltip.vue": () => import("./EpTooltip-B4s0_PvZ.js"), "../medias/EpAudio.vue": () => import("./EpAudio-CIh7P96j.js"), "../medias/EpCarousel.vue": () => Promise.resolve().then(() => du), "../medias/EpIframe.vue": () => import("./EpIframe-Bu6Shp40.js"), "../medias/EpKatex.vue": () => Promise.resolve().then(() => Fu), "../medias/EpLink.vue": () => import("./EpLink-t90xMdUk.js"), "../medias/EpLinkVersion.vue": () => import("./EpLinkVersion-DcLaAKcb.js"), "../medias/EpSoftware.vue": () => import("./EpSoftware-BRheqKDl.js"), "../medias/EpSvg.vue": () => import("./EpSvg-8H1LG5x_.js"), "../medias/EpTerm.vue": () => import("./EpTerm-CHal6ICj.js"), "../medias/EpTimeLine.vue": () => import("./EpTimeLine-CcUqFqgj.js"), "../medias/EpVideo.vue": () => import("./EpVideo-Bk2ovJyj.js"), "../medias/EpVideoPanopto.vue": () => import("./EpVideoPanopto-gQgwEvaf.js"), "../medias/EpWordDef.vue": () => import("./EpWordDef-D81-AGFK.js"), "../signages/EpAlert.vue": () => import("./EpAlert-DLdxfnbh.js"), "../signages/EpBadge.vue": () => import("./EpBadge-DqmSNdbi.js"), "../signages/EpHeader.vue": () => import("./EpHeader-LmfheLve.js"), "../signages/EpNothing.vue": () => import("./EpNothing-DG4uHrcR.js"), "../signages/EpQuote.vue": () => import("./EpQuote-BRWz5Gax.js"), "../signages/EpSkeleton.vue": () => import("./EpSkeleton-DTrfxnMN.js"), "../tools/BgAudio.vue": () => import("./BgAudio-D0bYt2vk.js"), "../tools/DisplayBox.vue": () => import("./DisplayBox-B_BDtSRL.js"), "../tools/SvgFilter.vue": () => Promise.resolve().then(() => Bu), "../tools/TimelineItem.vue": () => Promise.resolve().then(() => Lu) }), `../${g.path}/${g.name}.vue`, 3));
5207
5205
  }
5208
5206
  return null;
5209
5207
  }), i = B(() => r.value + 1 < e.slides.length), s = B(() => r.value + 1 > 1), o = () => {
@@ -5213,11 +5211,11 @@ const Z5 = /* @__PURE__ */ J({
5213
5211
  }, h = (b) => {
5214
5212
  r.value = b;
5215
5213
  }, { slides: f } = te(e);
5216
- return (b, g) => (_(), E("div", T2, [
5214
+ return (b, g) => (_(), S("div", T2, [
5217
5215
  w("div", z2, [
5218
5216
  w("h5", F2, L(u.value.title), 1),
5219
- v(f) ? (_(), E("div", L2, [
5220
- (_(!0), E(ve, null, $e(v(f).length, (x, A) => (_(), E("span", {
5217
+ v(f) ? (_(), S("div", L2, [
5218
+ (_(!0), S(ve, null, $e(v(f).length, (x, A) => (_(), S("span", {
5221
5219
  key: `slide-index-${A}`,
5222
5220
  class: G(`cursor-pointer h-4 w-4 ml-1 inline-block ${A === r.value ? "bg-primary" : "bg-gray-400"}`),
5223
5221
  onClick: (M) => h(A)
@@ -5249,20 +5247,20 @@ const Z5 = /* @__PURE__ */ J({
5249
5247
  mode: "out-in"
5250
5248
  }, {
5251
5249
  default: V(() => [
5252
- (_(), E("div", {
5250
+ (_(), S("div", {
5253
5251
  class: "md:flex p-4",
5254
5252
  key: u.value.uid
5255
5253
  }, [
5256
- n.value ? (_(), E("div", {
5254
+ n.value ? (_(), S("div", {
5257
5255
  key: 0,
5258
5256
  class: G(`w-full ${a.value ? "mr-5" : ""}`)
5259
5257
  }, [
5260
- u.value.img ? (_(), E("div", q2, [
5258
+ u.value.img ? (_(), S("div", q2, [
5261
5259
  (_(), W(Ht(n.value), {
5262
5260
  src: u.value.img,
5263
5261
  cols: "11"
5264
5262
  }, null, 8, ["src"]))
5265
- ])) : u.value.component ? (_(), E("div", H2, [
5263
+ ])) : u.value.component ? (_(), S("div", H2, [
5266
5264
  (_(), W($i, null, {
5267
5265
  fallback: V(() => [
5268
5266
  ie(L(b.labels.loading), 1)
@@ -5274,10 +5272,10 @@ const Z5 = /* @__PURE__ */ J({
5274
5272
  }))
5275
5273
  ])) : R("", !0)
5276
5274
  ], 2)) : R("", !0),
5277
- a.value ? (_(), E("div", R2, [
5275
+ a.value ? (_(), S("div", R2, [
5278
5276
  w("div", {
5279
5277
  class: "overflow-y-auto h-96 p-custom",
5280
- innerHTML: v(Se)(u.value.content)
5278
+ innerHTML: v(Ee)(u.value.content)
5281
5279
  }, null, 8, N2)
5282
5280
  ])) : R("", !0)
5283
5281
  ]))
@@ -5313,7 +5311,7 @@ const Z5 = /* @__PURE__ */ J({
5313
5311
  const g = b.target;
5314
5312
  h("update:modelValue", g.value);
5315
5313
  };
5316
- return (b, g) => (_(), E("span", O2, [
5314
+ return (b, g) => (_(), S("span", O2, [
5317
5315
  w("input", {
5318
5316
  class: G(["cursor-pointer", u.value]),
5319
5317
  type: "radio",
@@ -5381,7 +5379,7 @@ const Z5 = /* @__PURE__ */ J({
5381
5379
  },
5382
5380
  /* this types is only for ptsAlert */
5383
5381
  info: {
5384
- icon: El
5382
+ icon: Sl
5385
5383
  },
5386
5384
  question: {
5387
5385
  icon: Nr
@@ -5404,49 +5402,49 @@ const Z5 = /* @__PURE__ */ J({
5404
5402
  props: {
5405
5403
  type: { default: "base" },
5406
5404
  title: { default: null },
5407
- outlined: { type: Boolean, default: !0 },
5405
+ outlined: { type: Boolean },
5408
5406
  noIcon: { type: Boolean, default: !1 },
5409
5407
  compact: { type: Boolean }
5410
5408
  },
5411
5409
  setup(t) {
5412
- const e = t, r = B(() => e.outlined ? "default" : "outlined"), u = B(() => typeof e.type == "object" ? e.type.type : e.type), a = B(() => {
5413
- var d;
5414
- return `${(d = U2[u.value]) == null ? void 0 : d[r.value]}`;
5415
- }), n = B(() => {
5416
- let d = Z2[u.value].icon;
5417
- return e.noIcon ? null : d;
5418
- }), { title: i, compact: s, outlined: o } = te(e);
5419
- return (d, h) => v(s) ? (_(), W(nu, {
5410
+ const e = t, r = B(() => !e.outlined), u = B(() => e.outlined ? "default" : "outlined"), a = B(() => typeof e.type == "object" ? e.type.type : e.type), n = B(() => {
5411
+ var h;
5412
+ return `${(h = U2[a.value]) == null ? void 0 : h[u.value]}`;
5413
+ }), i = B(() => {
5414
+ let h = Z2[a.value].icon;
5415
+ return e.noIcon ? null : h;
5416
+ }), { title: s, compact: o, outlined: d } = te(e);
5417
+ return (h, f) => v(o) ? (_(), W(nu, {
5420
5418
  key: 1,
5421
- type: u.value,
5422
- outlined: v(o),
5423
- icon: n.value,
5424
- title: v(i)
5419
+ type: a.value,
5420
+ outlined: r.value,
5421
+ icon: i.value,
5422
+ title: v(s)
5425
5423
  }, {
5426
5424
  default: V(() => [
5427
- ye(d.$slots, "default")
5425
+ ye(h.$slots, "default")
5428
5426
  ]),
5429
5427
  _: 3
5430
- }, 8, ["type", "outlined", "icon", "title"])) : (_(), E("div", {
5428
+ }, 8, ["type", "outlined", "icon", "title"])) : (_(), S("div", {
5431
5429
  key: 0,
5432
- class: G(`flex p-4 rounded shadow-md m-2 ${a.value}`)
5430
+ class: G(`flex p-4 rounded shadow-md m-2 ${n.value}`)
5433
5431
  }, [
5434
- n.value ? (_(), E("div", W2, [
5432
+ i.value ? (_(), S("div", W2, [
5435
5433
  U(ne, {
5436
5434
  size: 40,
5437
- "icon-path": n.value
5435
+ "icon-path": i.value
5438
5436
  }, null, 8, ["icon-path"])
5439
5437
  ])) : R("", !0),
5440
5438
  w("div", {
5441
- class: G(`${n.value ? "w-11/12" : "w-full"} flex items-center`)
5439
+ class: G(`${i.value ? "w-11/12" : "w-full"} flex items-center`)
5442
5440
  }, [
5443
5441
  w("div", X2, [
5444
- v(i) ? (_(), E("h3", Y2, L(v(i)), 1)) : R("", !0),
5445
- v(i) ? (_(), W(W0, {
5442
+ v(s) ? (_(), S("h3", Y2, L(v(s)), 1)) : R("", !0),
5443
+ v(s) ? (_(), W(W0, {
5446
5444
  key: 1,
5447
5445
  size: "border"
5448
5446
  })) : R("", !0),
5449
- ye(d.$slots, "default")
5447
+ ye(h.$slots, "default")
5450
5448
  ])
5451
5449
  ], 2)
5452
5450
  ], 2));
@@ -5472,13 +5470,13 @@ const Z5 = /* @__PURE__ */ J({
5472
5470
  numeration: { type: Boolean, default: !1 },
5473
5471
  src: {},
5474
5472
  labels: { default: () => ({
5475
- veuillez: "Veuillez choisir une réponse",
5476
- valider: "Valider",
5477
- reessayer: "Réessayer"
5473
+ answer: "Veuillez choisir une réponse",
5474
+ validate: "Valider",
5475
+ tryagain: "Réessayer"
5478
5476
  }) }
5479
5477
  },
5480
5478
  setup(t) {
5481
- const e = t, r = B(() => e.intentions ? Se(e.intentions) : null), u = B(() => {
5479
+ const e = t, r = B(() => e.intentions ? Ee(e.intentions) : null), u = B(() => {
5482
5480
  const D = e.answers;
5483
5481
  if (e.shuffle)
5484
5482
  for (let z = D.length - 1; z > 0; z--) {
@@ -5501,7 +5499,7 @@ const Z5 = /* @__PURE__ */ J({
5501
5499
  });
5502
5500
  const b = (D) => {
5503
5501
  const z = lu(D);
5504
- return z.name === "EpNothing" ? E0(() => import("./EpNothing-Di7BP_gj.js")) : E0(() => ou(/* @__PURE__ */ Object.assign({ "../basics/EpAvatar.vue": () => import("./EpAvatar-Dmpg0PFj.js"), "../basics/EpBadge.vue": () => import("./EpBadge-CXG9CCs-.js"), "../basics/EpBtn.vue": () => import("./EpBtn-CjpUqmnk.js"), "../basics/EpCard.vue": () => import("./EpCard-D2Yuf56Q.js"), "../basics/EpChip.vue": () => import("./EpChip-1BDl9148.js"), "../basics/EpDivider.vue": () => import("./EpDivider-By54laP-.js"), "../basics/EpFlex.vue": () => import("./EpFlex-C8FUteog.js"), "../basics/EpHover.vue": () => import("./EpHover-D3o7-8F6.js"), "../basics/EpIcon.vue": () => import("./EpIcon-C5N1EmKo.js"), "../basics/EpImg.vue": () => import("./EpImg-DBdJTFxB.js"), "../basics/EpList.vue": () => import("./EpList-gjrvWauh.js"), "../basics/EpListitem.vue": () => import("./EpListitem-DzQrc-k2.js"), "../basics/EpSection.vue": () => import("./EpSection-DscmvV47.js"), "../basics/EpSpinner.vue": () => import("./EpSpinner-BYYDdBAv.js"), "../basics/EpTable.vue": () => import("./EpTable-CIXtqslP.js"), "../basics/EpText.vue": () => import("./EpText-DlG9XQYl.js"), "../charts/EpBarChart.vue": () => import("./EpBarChart-DqcfpObW.js"), "../charts/EpFunnelChart.vue": () => import("./EpFunnelChart-vUi3II3g.js"), "../charts/EpLineChart.vue": () => import("./EpLineChart-DHRVciuH.js"), "../charts/EpPieChart.vue": () => import("./EpPieChart-ep1v3gNm.js"), "../educationals/EpCodeblock.vue": () => import("./EpCodeblock-DX7H-PE3.js").then((F) => F.E), "../educationals/EpEdu.vue": () => import("./EpEdu-D_vwhqgL.js"), "../educationals/EpReading.vue": () => import("./EpReading-DMtuDG_x.js"), "../educationals/EpResource.vue": () => import("./EpResource-BYf45kWh.js"), "../educationals/EpScope.vue": () => import("./EpScope-Ba2Q1Ff_.js"), "../forms/EpCheckbox.vue": () => import("./EpCheckbox-BtJRFbS_.js"), "../forms/EpInput.vue": () => import("./EpInput-DtqEfGYC.js"), "../forms/EpRadio.vue": () => import("./EpRadio-DZTarnBT.js"), "../forms/EpRadioSummative.vue": () => import("./EpRadioSummative-CorOWGOQ.js"), "../forms/EpSelect.vue": () => import("./EpSelect-DRPIgo_k.js"), "../forms/EpSwitch.vue": () => import("./EpSwitch-C7NMjBk9.js"), "../forms/EpTextarea.vue": () => import("./EpTextarea-D8UCQuga.js"), "../forms/EpToggle.vue": () => import("./EpToggle-BDp54LpY.js"), "./EpAccordeon.vue": () => Promise.resolve().then(() => iu), "./EpContentSlider.vue": () => import("./EpContentSlider-G24sedKV.js"), "./EpDarkmode.vue": () => import("./EpDarkmode-CVX7I7Oh.js"), "./EpHotsPot.vue": () => import("./EpHotsPot-DFz_Du9o.js"), "./EpModal.vue": () => import("./EpModal-Bkn0UYrU.js"), "./EpQuestion.vue": () => import("./EpQuestion-BIz290OE.js"), "./EpSummativeTable.vue": () => import("./EpSummativeTable-DYj6fOso.js"), "./EpTabs.vue": () => Promise.resolve().then(() => cu), "./EpTooltip.vue": () => import("./EpTooltip-B4s0_PvZ.js"), "../medias/EpAudio.vue": () => import("./EpAudio-D1Pergv3.js"), "../medias/EpCarousel.vue": () => Promise.resolve().then(() => du), "../medias/EpIframe.vue": () => import("./EpIframe-DlYnZzA2.js"), "../medias/EpKatex.vue": () => Promise.resolve().then(() => Fu), "../medias/EpLink.vue": () => import("./EpLink-BA65sB5T.js"), "../medias/EpLinkVersion.vue": () => import("./EpLinkVersion-DJWO90l3.js"), "../medias/EpSoftware.vue": () => import("./EpSoftware-DqR9_72s.js"), "../medias/EpSvg.vue": () => import("./EpSvg-qV8Jv7hA.js"), "../medias/EpTerm.vue": () => import("./EpTerm-zVklM1Ty.js"), "../medias/EpTimeLine.vue": () => import("./EpTimeLine-8okBy26f.js"), "../medias/EpVideo.vue": () => import("./EpVideo-CMhul8b_.js"), "../medias/EpVideoPanopto.vue": () => import("./EpVideoPanopto-CB7xf6qs.js"), "../medias/EpWordDef.vue": () => import("./EpWordDef-Ctx-w2Ll.js"), "../signages/EpAlert.vue": () => import("./EpAlert-DEERqegj.js"), "../signages/EpBadge.vue": () => import("./EpBadge-DqmSNdbi.js"), "../signages/EpHeader.vue": () => import("./EpHeader-IOUvF-no.js"), "../signages/EpNothing.vue": () => import("./EpNothing-Di7BP_gj.js"), "../signages/EpQuote.vue": () => import("./EpQuote-C7vFc3nU.js"), "../signages/EpSkeleton.vue": () => import("./EpSkeleton-CI5AEDN9.js"), "../tools/BgAudio.vue": () => import("./BgAudio-C9b05zDe.js"), "../tools/DisplayBox.vue": () => import("./DisplayBox-DwV5vdf4.js"), "../tools/SvgFilter.vue": () => Promise.resolve().then(() => Bu), "../tools/TimelineItem.vue": () => Promise.resolve().then(() => Lu) }), `../${z.path}/${z.name}.vue`, 3));
5502
+ return z.name === "EpNothing" ? S0(() => import("./EpNothing-DG4uHrcR.js")) : S0(() => ou(/* @__PURE__ */ Object.assign({ "../basics/EpAvatar.vue": () => import("./EpAvatar-Dmpg0PFj.js"), "../basics/EpBadge.vue": () => import("./EpBadge-RSrPtork.js"), "../basics/EpBtn.vue": () => import("./EpBtn-CI08Fkc-.js"), "../basics/EpCard.vue": () => import("./EpCard-BmYWCNC6.js"), "../basics/EpChip.vue": () => import("./EpChip-DYxrBk_j.js"), "../basics/EpDivider.vue": () => import("./EpDivider-C8eu7oo-.js"), "../basics/EpFlex.vue": () => import("./EpFlex-D3slIMIF.js"), "../basics/EpHover.vue": () => import("./EpHover-kZgJ2f1P.js"), "../basics/EpIcon.vue": () => import("./EpIcon-CTPp2iAz.js"), "../basics/EpImg.vue": () => import("./EpImg-PgXn_5PG.js"), "../basics/EpList.vue": () => import("./EpList-VmeDfvpc.js"), "../basics/EpListitem.vue": () => import("./EpListitem-DzQrc-k2.js"), "../basics/EpSection.vue": () => import("./EpSection-DAc7gApp.js"), "../basics/EpSpinner.vue": () => import("./EpSpinner-Bs6k4L2I.js"), "../basics/EpTable.vue": () => import("./EpTable-CcPpxyTI.js"), "../basics/EpText.vue": () => import("./EpText-Div60TMB.js"), "../charts/EpBarChart.vue": () => import("./EpBarChart-BYviso9y.js"), "../charts/EpFunnelChart.vue": () => import("./EpFunnelChart-Bd6DcHXv.js"), "../charts/EpLineChart.vue": () => import("./EpLineChart-CuvzboxC.js"), "../charts/EpPieChart.vue": () => import("./EpPieChart-CDbVXeA9.js"), "../educationals/EpCodeblock.vue": () => import("./EpCodeblock-DX7H-PE3.js").then((F) => F.E), "../educationals/EpEdu.vue": () => import("./EpEdu-D3s7wgId.js"), "../educationals/EpReading.vue": () => import("./EpReading-CE2gINrm.js"), "../educationals/EpResource.vue": () => import("./EpResource-Co7Y4NBv.js"), "../educationals/EpScope.vue": () => import("./EpScope-BgReTGM3.js"), "../forms/EpCheckbox.vue": () => import("./EpCheckbox-BtJRFbS_.js"), "../forms/EpInput.vue": () => import("./EpInput-BEcNn9JQ.js"), "../forms/EpRadio.vue": () => import("./EpRadio-C4i-6XLB.js"), "../forms/EpRadioSummative.vue": () => import("./EpRadioSummative-DcZ_SSed.js"), "../forms/EpSelect.vue": () => import("./EpSelect-Cm8AVg72.js"), "../forms/EpSwitch.vue": () => import("./EpSwitch-C7NMjBk9.js"), "../forms/EpTextarea.vue": () => import("./EpTextarea-D8UCQuga.js"), "../forms/EpToggle.vue": () => import("./EpToggle-BDp54LpY.js"), "./EpAccordeon.vue": () => Promise.resolve().then(() => iu), "./EpContentSlider.vue": () => import("./EpContentSlider-3W5NRtqY.js"), "./EpDarkmode.vue": () => import("./EpDarkmode-CVX7I7Oh.js"), "./EpHotsPot.vue": () => import("./EpHotsPot-DFz_Du9o.js"), "./EpModal.vue": () => import("./EpModal-DTKzIbiU.js"), "./EpQuestion.vue": () => import("./EpQuestion-zXilF4UO.js"), "./EpSummativeTable.vue": () => import("./EpSummativeTable-R-a__jzb.js"), "./EpTabs.vue": () => Promise.resolve().then(() => cu), "./EpTooltip.vue": () => import("./EpTooltip-B4s0_PvZ.js"), "../medias/EpAudio.vue": () => import("./EpAudio-CIh7P96j.js"), "../medias/EpCarousel.vue": () => Promise.resolve().then(() => du), "../medias/EpIframe.vue": () => import("./EpIframe-Bu6Shp40.js"), "../medias/EpKatex.vue": () => Promise.resolve().then(() => Fu), "../medias/EpLink.vue": () => import("./EpLink-t90xMdUk.js"), "../medias/EpLinkVersion.vue": () => import("./EpLinkVersion-DcLaAKcb.js"), "../medias/EpSoftware.vue": () => import("./EpSoftware-BRheqKDl.js"), "../medias/EpSvg.vue": () => import("./EpSvg-8H1LG5x_.js"), "../medias/EpTerm.vue": () => import("./EpTerm-CHal6ICj.js"), "../medias/EpTimeLine.vue": () => import("./EpTimeLine-CcUqFqgj.js"), "../medias/EpVideo.vue": () => import("./EpVideo-Bk2ovJyj.js"), "../medias/EpVideoPanopto.vue": () => import("./EpVideoPanopto-gQgwEvaf.js"), "../medias/EpWordDef.vue": () => import("./EpWordDef-D81-AGFK.js"), "../signages/EpAlert.vue": () => import("./EpAlert-DLdxfnbh.js"), "../signages/EpBadge.vue": () => import("./EpBadge-DqmSNdbi.js"), "../signages/EpHeader.vue": () => import("./EpHeader-LmfheLve.js"), "../signages/EpNothing.vue": () => import("./EpNothing-DG4uHrcR.js"), "../signages/EpQuote.vue": () => import("./EpQuote-BRWz5Gax.js"), "../signages/EpSkeleton.vue": () => import("./EpSkeleton-DTrfxnMN.js"), "../tools/BgAudio.vue": () => import("./BgAudio-D0bYt2vk.js"), "../tools/DisplayBox.vue": () => import("./DisplayBox-B_BDtSRL.js"), "../tools/SvgFilter.vue": () => Promise.resolve().then(() => Bu), "../tools/TimelineItem.vue": () => Promise.resolve().then(() => Lu) }), `../${z.path}/${z.name}.vue`, 3));
5505
5503
  }, { title: g, intentions: x, hideIcon: A, question: M, src: T } = te(e);
5506
5504
  return (D, z) => (_(), W(ze, {
5507
5505
  title: v(g),
@@ -5519,7 +5517,7 @@ const Z5 = /* @__PURE__ */ J({
5519
5517
  cols: "5"
5520
5518
  }, null, 8, ["src"])) : R("", !0),
5521
5519
  w("div", {
5522
- innerHTML: v(Se)(v(M)),
5520
+ innerHTML: v(Ee)(v(M)),
5523
5521
  class: "my-6"
5524
5522
  }, null, 8, J2),
5525
5523
  v(T) && !D.before ? (_(), W(dt, {
@@ -5530,7 +5528,7 @@ const Z5 = /* @__PURE__ */ J({
5530
5528
  }, null, 8, ["src"])) : R("", !0),
5531
5529
  w("div", ed, [
5532
5530
  w("ol", td, [
5533
- (_(!0), E(ve, null, $e(u.value, (F, q) => (_(), E("li", {
5531
+ (_(!0), S(ve, null, $e(u.value, (F, q) => (_(), S("li", {
5534
5532
  key: F.uid
5535
5533
  }, [
5536
5534
  U(j2, {
@@ -5549,24 +5547,24 @@ const Z5 = /* @__PURE__ */ J({
5549
5547
  noIcon: ""
5550
5548
  }, {
5551
5549
  default: V(() => [
5552
- ie(L(D.labels.veuillez), 1)
5550
+ ie(L(D.labels.answer), 1)
5553
5551
  ]),
5554
5552
  _: 1
5555
5553
  }))
5556
5554
  ]),
5557
- s.value ? (_(), E("div", rd, [
5555
+ s.value ? (_(), S("div", rd, [
5558
5556
  U(Vr, {
5559
5557
  type: d.value.type,
5560
5558
  outlined: ""
5561
5559
  }, {
5562
5560
  default: V(() => [
5563
5561
  w("div", {
5564
- innerHTML: v(Se)(d.value.feedback)
5562
+ innerHTML: v(Ee)(d.value.feedback)
5565
5563
  }, null, 8, ud)
5566
5564
  ]),
5567
5565
  _: 1
5568
5566
  }, 8, ["type"]),
5569
- d.value.component ? (_(), E("div", ad, [
5567
+ d.value.component ? (_(), S("div", ad, [
5570
5568
  (_(), W(Ht(b(d.value.component.type)), ja(Ua({ ...d.value.component.data })), null, 16))
5571
5569
  ])) : R("", !0)
5572
5570
  ])) : R("", !0),
@@ -5578,7 +5576,7 @@ const Z5 = /* @__PURE__ */ J({
5578
5576
  extraClass: "mr-2"
5579
5577
  }, {
5580
5578
  default: V(() => [
5581
- ie(L(D.labels.valider), 1)
5579
+ ie(L(D.labels.validate), 1)
5582
5580
  ]),
5583
5581
  _: 1
5584
5582
  }, 8, ["type", "disabled"]),
@@ -5589,7 +5587,7 @@ const Z5 = /* @__PURE__ */ J({
5589
5587
  outlined: ""
5590
5588
  }, {
5591
5589
  default: V(() => [
5592
- ie(L(D.labels.reessayer), 1)
5590
+ ie(L(D.labels.tryagain), 1)
5593
5591
  ]),
5594
5592
  _: 1
5595
5593
  }, 8, ["type"])) : R("", !0)
@@ -5610,7 +5608,7 @@ const Z5 = /* @__PURE__ */ J({
5610
5608
  sd
5611
5609
  ];
5612
5610
  function ld(t, e) {
5613
- return _(), E("div", id, od);
5611
+ return _(), S("div", id, od);
5614
5612
  }
5615
5613
  const cd = /* @__PURE__ */ K0(nd, [["render", ld]]), cu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5616
5614
  __proto__: null,
@@ -5632,7 +5630,7 @@ const cd = /* @__PURE__ */ K0(nd, [["render", ld]]), cu = /* @__PURE__ */ Object
5632
5630
  const g = +f.target.value || 0;
5633
5631
  d("update:modelValue", g);
5634
5632
  };
5635
- return (f, b) => (_(), E("label", dd, [
5633
+ return (f, b) => (_(), S("label", dd, [
5636
5634
  w("input", {
5637
5635
  type: "radio",
5638
5636
  id: v(o),
@@ -5661,14 +5659,14 @@ const cd = /* @__PURE__ */ K0(nd, [["render", ld]]), cu = /* @__PURE__ */ Object
5661
5659
  const o = Number(s);
5662
5660
  return isNaN(o) ? 0 : o;
5663
5661
  };
5664
- return (s, o) => (_(), E("div", pd, [
5665
- v(u) ? (_(), E("h4", bd, L(v(u)), 1)) : R("", !0),
5666
- (_(!0), E(ve, null, $e(v(a), (d, h) => (_(), E(ve, {
5662
+ return (s, o) => (_(), S("div", pd, [
5663
+ v(u) ? (_(), S("h4", bd, L(v(u)), 1)) : R("", !0),
5664
+ (_(!0), S(ve, null, $e(v(a), (d, h) => (_(), S(ve, {
5667
5665
  key: `item-question-${h}`
5668
5666
  }, [
5669
5667
  w("p", vd, L(d.label), 1),
5670
5668
  w("div", gd, [
5671
- (_(!0), E(ve, null, $e(d.options, (f, b) => (_(), W(md, {
5669
+ (_(!0), S(ve, null, $e(d.options, (f, b) => (_(), W(md, {
5672
5670
  key: `option-question-${b}`,
5673
5671
  id: `option-${h}-${b}-${f.uid}`,
5674
5672
  name: `option-${h}-${b}-${f.uid}`,
@@ -5718,14 +5716,14 @@ const cd = /* @__PURE__ */ K0(nd, [["render", ld]]), cu = /* @__PURE__ */ Object
5718
5716
  c0-24.9,17.9-47.1,42.5-50.1c29.6-3.6,54.7,19.4,54.7,48.3v13.9h-27.8V246h20.8c11.5,0,20.8-9.3,20.8-20.8v-48.6
5719
5717
  C382.5,138.7,349.4,109.1,310.7,114.7z`
5720
5718
  })
5721
- ], -1), Sd = /* @__PURE__ */ J({
5719
+ ], -1), Ed = /* @__PURE__ */ J({
5722
5720
  __name: "BgAudio",
5723
5721
  props: {
5724
5722
  fill: { default: "fill-primary" }
5725
5723
  },
5726
5724
  setup(t) {
5727
5725
  const e = t;
5728
- return (r, u) => (_(), E("svg", kd, [
5726
+ return (r, u) => (_(), S("svg", kd, [
5729
5727
  wd,
5730
5728
  w("g", null, [
5731
5729
  w("rect", {
@@ -5739,7 +5737,7 @@ const cd = /* @__PURE__ */ K0(nd, [["render", ld]]), cu = /* @__PURE__ */ Object
5739
5737
  Ad
5740
5738
  ]));
5741
5739
  }
5742
- }), Ed = ["innerHTML"], Md = { class: "max-w-screen-sm mx-auto" }, Dd = ["src"], K5 = /* @__PURE__ */ J({
5740
+ }), Sd = ["innerHTML"], Md = { class: "max-w-screen-sm mx-auto" }, Dd = ["src"], K5 = /* @__PURE__ */ J({
5743
5741
  __name: "EpAudio",
5744
5742
  props: {
5745
5743
  src: {},
@@ -5768,8 +5766,8 @@ const cd = /* @__PURE__ */ K0(nd, [["render", ld]]), cu = /* @__PURE__ */ Object
5768
5766
  }, Te({
5769
5767
  content: V(() => [
5770
5768
  w("div", Md, [
5771
- U(Sd, { fill: n.value }, null, 8, ["fill"]),
5772
- a.value ? (_(), E("audio", {
5769
+ U(Ed, { fill: n.value }, null, 8, ["fill"]),
5770
+ a.value ? (_(), S("audio", {
5773
5771
  key: 0,
5774
5772
  ref: "video",
5775
5773
  controls: "",
@@ -5792,7 +5790,7 @@ const cd = /* @__PURE__ */ K0(nd, [["render", ld]]), cu = /* @__PURE__ */ Object
5792
5790
  i.value ? {
5793
5791
  name: "intentions",
5794
5792
  fn: V(() => [
5795
- w("div", { innerHTML: i.value }, null, 8, Ed)
5793
+ w("div", { innerHTML: i.value }, null, 8, Sd)
5796
5794
  ]),
5797
5795
  key: "0"
5798
5796
  } : void 0
@@ -5826,8 +5824,8 @@ const cd = /* @__PURE__ */ K0(nd, [["render", ld]]), cu = /* @__PURE__ */ Object
5826
5824
  }, { carrouselImg: i, labelClose: s, labelRef: o, sizeThumbnail: d } = te(e);
5827
5825
  return (h, f) => {
5828
5826
  var b, g;
5829
- return h.gallery ? (_(), E("div", Hd, [
5830
- (_(!0), E(ve, null, $e(v(i), (x) => (_(), W(dt, {
5827
+ return h.gallery ? (_(), S("div", Hd, [
5828
+ (_(!0), S(ve, null, $e(v(i), (x) => (_(), W(dt, {
5831
5829
  key: `image-${x == null ? void 0 : x.uid}`,
5832
5830
  src: x.src,
5833
5831
  bib: x.bib,
@@ -5835,7 +5833,7 @@ const cd = /* @__PURE__ */ K0(nd, [["render", ld]]), cu = /* @__PURE__ */ Object
5835
5833
  thumbnail: "",
5836
5834
  "size-thumbnail": v(d)
5837
5835
  }, null, 8, ["src", "bib", "caption", "size-thumbnail"]))), 128))
5838
- ])) : (_(), E("div", Td, [
5836
+ ])) : (_(), S("div", Td, [
5839
5837
  w("div", zd, [
5840
5838
  w("button", { onClick: a }, [
5841
5839
  U(ne, { "icon-path": v(yl) }, null, 8, ["icon-path"])
@@ -5851,8 +5849,8 @@ const cd = /* @__PURE__ */ K0(nd, [["render", ld]]), cu = /* @__PURE__ */ Object
5851
5849
  alt: "image",
5852
5850
  class: "rounded-sm"
5853
5851
  }, null, 8, Ld),
5854
- (b = v(i)[r.value]) != null && b.caption ? (_(), E("div", Bd, L(v(i)[r.value].caption), 1)) : R("", !0),
5855
- (g = v(i)[r.value]) != null && g.bib ? (_(), E("div", $d, [
5852
+ (b = v(i)[r.value]) != null && b.caption ? (_(), S("div", Bd, L(v(i)[r.value].caption), 1)) : R("", !0),
5853
+ (g = v(i)[r.value]) != null && g.bib ? (_(), S("div", $d, [
5856
5854
  U(Be, {
5857
5855
  type: "primary",
5858
5856
  onClick: f[0] || (f[0] = (x) => u.value = !0),
@@ -6008,10 +6006,10 @@ var Gd = function(e, r) {
6008
6006
  function Yd(t) {
6009
6007
  return String(t).replace(Xd, (e) => Wd[e]);
6010
6008
  }
6011
- var Sn = function t(e) {
6009
+ var En = function t(e) {
6012
6010
  return e.type === "ordgroup" || e.type === "color" ? e.body.length === 1 ? t(e.body[0]) : e : e.type === "font" ? t(e.body) : e;
6013
6011
  }, Kd = function(e) {
6014
- var r = Sn(e);
6012
+ var r = En(e);
6015
6013
  return r.type === "mathord" || r.type === "textord" || r.type === "atom";
6016
6014
  }, Qd = function(e) {
6017
6015
  if (!e)
@@ -6025,7 +6023,7 @@ var Sn = function t(e) {
6025
6023
  deflt: jd,
6026
6024
  escape: Yd,
6027
6025
  hyphenate: Zd,
6028
- getBaseElem: Sn,
6026
+ getBaseElem: En,
6029
6027
  isCharacterBox: Kd,
6030
6028
  protocolFromUrl: Jd
6031
6029
  }, It = {
@@ -6315,7 +6313,7 @@ function s4(t) {
6315
6313
  }
6316
6314
  var qt = [];
6317
6315
  Or.forEach((t) => t.blocks.forEach((e) => qt.push(...e)));
6318
- function En(t) {
6316
+ function Sn(t) {
6319
6317
  for (var e = 0; e < qt.length; e += 2)
6320
6318
  if (t >= qt[e] && t <= qt[e + 1])
6321
6319
  return !0;
@@ -8845,7 +8843,7 @@ var r0 = {
8845
8843
  8242: [0, 0.61111, 0, 0, 0.525],
8846
8844
  9251: [0.11111, 0.21944, 0, 0, 0.525]
8847
8845
  }
8848
- }, St = {
8846
+ }, Et = {
8849
8847
  slant: [0.25, 0.25, 0.25],
8850
8848
  // sigma1
8851
8849
  space: [0, 0, 0],
@@ -9007,7 +9005,7 @@ function mu(t, e, r) {
9007
9005
  if (!r0[e])
9008
9006
  throw new Error("Font metrics not found for font: " + e + ".");
9009
9007
  var u = t.charCodeAt(0), a = r0[e][u];
9010
- if (!a && t[0] in da && (u = da[t[0]].charCodeAt(0), a = r0[e][u]), !a && r === "text" && En(u) && (a = r0[e][77]), a)
9008
+ if (!a && t[0] in da && (u = da[t[0]].charCodeAt(0), a = r0[e][u]), !a && r === "text" && Sn(u) && (a = r0[e][77]), a)
9011
9009
  return {
9012
9010
  depth: a[0],
9013
9011
  height: a[1],
@@ -9021,10 +9019,10 @@ function x4(t) {
9021
9019
  var e;
9022
9020
  if (t >= 5 ? e = 0 : t >= 3 ? e = 1 : e = 2, !yr[e]) {
9023
9021
  var r = yr[e] = {
9024
- cssEmPerMu: St.quad[e] / 18
9022
+ cssEmPerMu: Et.quad[e] / 18
9025
9023
  };
9026
- for (var u in St)
9027
- St.hasOwnProperty(u) && (r[u] = St[u][e]);
9024
+ for (var u in Et)
9025
+ Et.hasOwnProperty(u) && (r[u] = Et[u][e]);
9028
9026
  }
9029
9027
  return yr[e];
9030
9028
  }
@@ -9501,7 +9499,7 @@ var A4 = {
9501
9499
  open: 1,
9502
9500
  punct: 1,
9503
9501
  rel: 1
9504
- }, S4 = {
9502
+ }, E4 = {
9505
9503
  "accent-token": 1,
9506
9504
  mathord: 1,
9507
9505
  "op-token": 1,
@@ -10128,8 +10126,8 @@ for (var wr = 0; wr < va.length; wr++) {
10128
10126
  }
10129
10127
  var Gt = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
10130
10128
  for (var _r = 0; _r < Gt.length; _r++) {
10131
- var Et = Gt.charAt(_r);
10132
- l(c, m, Y, Et, Et), l($, m, C, Et, Et);
10129
+ var St = Gt.charAt(_r);
10130
+ l(c, m, Y, St, St), l($, m, C, St, St);
10133
10131
  }
10134
10132
  l(c, y, C, "C", "ℂ");
10135
10133
  l($, y, C, "C", "ℂ");
@@ -10231,7 +10229,7 @@ var Dt = [
10231
10229
  // 0-9 bold sans-serif
10232
10230
  ["mathtt", "texttt", "Typewriter-Regular"]
10233
10231
  // 0-9 monospace
10234
- ], E4 = function(e, r) {
10232
+ ], S4 = function(e, r) {
10235
10233
  var u = e.charCodeAt(0), a = e.charCodeAt(1), n = (u - 55296) * 1024 + (a - 56320) + 65536, i = r === "math" ? 0 : 1;
10236
10234
  if (119808 <= n && n < 120484) {
10237
10235
  var s = Math.floor((n - 119808) / 26);
@@ -10278,7 +10276,7 @@ var Dt = [
10278
10276
  };
10279
10277
  }, T4 = function(e, r, u) {
10280
10278
  var a = e.mode, n = e.text, i = ["mord"], s = a === "math" || a === "text" && r.font, o = s ? r.font : r.fontFamily, d = "", h = "";
10281
- if (n.charCodeAt(0) === 55349 && ([d, h] = E4(n, a)), d.length > 0)
10279
+ if (n.charCodeAt(0) === 55349 && ([d, h] = S4(n, a)), d.length > 0)
10282
10280
  return We(n, d, a, r, i.concat(h));
10283
10281
  if (o) {
10284
10282
  var f, b;
@@ -10518,7 +10516,7 @@ var Dt = [
10518
10516
  preserveAspectRatio: "xMinYMin"
10519
10517
  }), o = Ln(["overlay"], [s], r);
10520
10518
  return o.height = n, o.style.height = N(n), o.style.width = N(a), o;
10521
- }, S = {
10519
+ }, E = {
10522
10520
  fontMap: $n,
10523
10521
  makeSymbol: We,
10524
10522
  mathsym: M4,
@@ -10658,7 +10656,7 @@ var Zt = function(e) {
10658
10656
  return e.type === "ordgroup" && e.body.length === 1 ? e.body[0] : e;
10659
10657
  }, be = function(e) {
10660
10658
  return e.type === "ordgroup" ? e.body : [e];
10661
- }, b0 = S.makeSpan, O4 = ["leftmost", "mbin", "mopen", "mrel", "mop", "mpunct"], P4 = ["rightmost", "mrel", "mclose", "mpunct"], G4 = {
10659
+ }, b0 = E.makeSpan, O4 = ["leftmost", "mbin", "mopen", "mrel", "mop", "mpunct"], P4 = ["rightmost", "mrel", "mclose", "mpunct"], G4 = {
10662
10660
  display: K.DISPLAY,
10663
10661
  text: K.TEXT,
10664
10662
  script: K.SCRIPT,
@@ -10682,7 +10680,7 @@ var Zt = function(e) {
10682
10680
  } else
10683
10681
  n.push(s);
10684
10682
  }
10685
- if (S.tryCombineChars(n), !u)
10683
+ if (E.tryCombineChars(n), !u)
10686
10684
  return n;
10687
10685
  var d = r;
10688
10686
  if (e.length === 1) {
@@ -10698,7 +10696,7 @@ var Zt = function(e) {
10698
10696
  }, b, g), ya(n, (x, A) => {
10699
10697
  var M = Ur(A), T = Ur(x), D = M && T ? x.hasClass("mtight") ? V4[M][T] : N4[M][T] : null;
10700
10698
  if (D)
10701
- return S.makeGlue(D, d);
10699
+ return E.makeGlue(D, d);
10702
10700
  }, {
10703
10701
  node: f
10704
10702
  }, b, g), n;
@@ -10928,8 +10926,8 @@ var I = {
10928
10926
  if (Z.contains(["\\imath", "\\jmath"], n))
10929
10927
  return null;
10930
10928
  le[a][n] && le[a][n].replace && (n = le[a][n].replace);
10931
- var i = S.fontMap[u].fontName;
10932
- return mu(n, i, a) ? S.fontMap[u].variant : null;
10929
+ var i = E.fontMap[u].fontName;
10930
+ return mu(n, i, a) ? E.fontMap[u].variant : null;
10933
10931
  }, qe = function(e, r, u) {
10934
10932
  if (e.length === 1) {
10935
10933
  var a = se(e[0], r);
@@ -10980,7 +10978,7 @@ function ka(t, e, r, u, a) {
10980
10978
  var o = new I.MathNode("semantics", [i, s]), d = new I.MathNode("math", [o]);
10981
10979
  d.setAttribute("xmlns", "http://www.w3.org/1998/Math/MathML"), u && d.setAttribute("display", "block");
10982
10980
  var h = a ? "katex" : "katex-mathml";
10983
- return S.makeSpan([h], [d]);
10981
+ return E.makeSpan([h], [d]);
10984
10982
  }
10985
10983
  var Nn = function(e) {
10986
10984
  return new d0({
@@ -10991,7 +10989,7 @@ var Nn = function(e) {
10991
10989
  }, Vn = function(e, r) {
10992
10990
  if (r.displayMode) {
10993
10991
  var u = ["katex-display"];
10994
- r.leqno && u.push("leqno"), r.fleqn && u.push("fleqn"), e = S.makeSpan(u, [e]);
10992
+ r.leqno && u.push("leqno"), r.fleqn && u.push("fleqn"), e = E.makeSpan(u, [e]);
10995
10993
  }
10996
10994
  return e;
10997
10995
  }, W4 = function(e, r, u) {
@@ -11000,14 +10998,14 @@ var Nn = function(e) {
11000
10998
  return ka(e, r, a, u.displayMode, !0);
11001
10999
  if (u.output === "html") {
11002
11000
  var i = Zr(e, a);
11003
- n = S.makeSpan(["katex"], [i]);
11001
+ n = E.makeSpan(["katex"], [i]);
11004
11002
  } else {
11005
11003
  var s = ka(e, r, a, u.displayMode, !1), o = Zr(e, a);
11006
- n = S.makeSpan(["katex"], [s, o]);
11004
+ n = E.makeSpan(["katex"], [s, o]);
11007
11005
  }
11008
11006
  return Vn(n, u);
11009
11007
  }, X4 = function(e, r, u) {
11010
- var a = Nn(u), n = Zr(e, a), i = S.makeSpan(["katex"], [n]);
11008
+ var a = Nn(u), n = Zr(e, a), i = E.makeSpan(["katex"], [n]);
11011
11009
  return Vn(i, u);
11012
11010
  }, Y4 = {
11013
11011
  widehat: "^",
@@ -11124,15 +11122,15 @@ var Nn = function(e) {
11124
11122
  preserveAspectRatio: "none"
11125
11123
  });
11126
11124
  return {
11127
- span: S.makeSvgSpan([], [M], r),
11125
+ span: E.makeSvgSpan([], [M], r),
11128
11126
  minWidth: 0,
11129
11127
  height: g
11130
11128
  };
11131
11129
  } else {
11132
11130
  var T = [], D = Q4[o], [z, F, q] = D, P = q / 1e3, X = z.length, ue, re;
11133
11131
  if (X === 1) {
11134
- var Ee = D[3];
11135
- ue = ["hide-tail"], re = [Ee];
11132
+ var Se = D[3];
11133
+ ue = ["hide-tail"], re = [Se];
11136
11134
  } else if (X === 2)
11137
11135
  ue = ["halfarrow-left", "halfarrow-right"], re = ["xMinYMin", "xMaxYMin"];
11138
11136
  else if (X === 3)
@@ -11146,7 +11144,7 @@ var Nn = function(e) {
11146
11144
  height: N(P),
11147
11145
  viewBox: "0 0 " + s + " " + q,
11148
11146
  preserveAspectRatio: re[xe] + " slice"
11149
- }), Ae = S.makeSvgSpan([ue[xe]], [l0], r);
11147
+ }), Ae = E.makeSvgSpan([ue[xe]], [l0], r);
11150
11148
  if (X === 1)
11151
11149
  return {
11152
11150
  span: Ae,
@@ -11156,7 +11154,7 @@ var Nn = function(e) {
11156
11154
  Ae.style.height = N(P), T.push(Ae);
11157
11155
  }
11158
11156
  return {
11159
- span: S.makeSpan(["stretchy"], T, r),
11157
+ span: E.makeSpan(["stretchy"], T, r),
11160
11158
  minWidth: F,
11161
11159
  height: P
11162
11160
  };
@@ -11171,7 +11169,7 @@ var Nn = function(e) {
11171
11169
  }, t3 = function(e, r, u, a, n) {
11172
11170
  var i, s = e.height + e.depth + u + a;
11173
11171
  if (/fbox|color|angl/.test(r)) {
11174
- if (i = S.makeSpan(["stretchy", r], [], n), r === "fbox") {
11172
+ if (i = E.makeSpan(["stretchy", r], [], n), r === "fbox") {
11175
11173
  var o = n.color && n.getColor();
11176
11174
  o && (i.style.borderColor = o);
11177
11175
  }
@@ -11194,7 +11192,7 @@ var Nn = function(e) {
11194
11192
  width: "100%",
11195
11193
  height: N(s)
11196
11194
  });
11197
- i = S.makeSvgSpan([], [h], n);
11195
+ i = E.makeSvgSpan([], [h], n);
11198
11196
  }
11199
11197
  return i.height = s, i.style.height = N(s), i;
11200
11198
  }, v0 = {
@@ -11214,7 +11212,7 @@ function xu(t) {
11214
11212
  return e;
11215
11213
  }
11216
11214
  function ur(t) {
11217
- return t && (t.type === "atom" || S4.hasOwnProperty(t.type)) ? t : null;
11215
+ return t && (t.type === "atom" || E4.hasOwnProperty(t.type)) ? t : null;
11218
11216
  }
11219
11217
  var yu = (t, e) => {
11220
11218
  var r, u, a;
@@ -11226,7 +11224,7 @@ var yu = (t, e) => {
11226
11224
  }
11227
11225
  var h = u.label === "\\c", f = h ? n.height + n.depth : Math.min(n.height, e.fontMetrics().xHeight), b;
11228
11226
  if (u.isStretchy)
11229
- b = v0.svgSpan(u, e), b = S.makeVList({
11227
+ b = v0.svgSpan(u, e), b = E.makeVList({
11230
11228
  positionType: "firstBaseline",
11231
11229
  children: [{
11232
11230
  type: "elem",
@@ -11243,14 +11241,14 @@ var yu = (t, e) => {
11243
11241
  }, e);
11244
11242
  else {
11245
11243
  var g, x;
11246
- u.label === "\\vec" ? (g = S.staticSvg("vec", e), x = S.svgData.vec[1]) : (g = S.makeOrd({
11244
+ u.label === "\\vec" ? (g = E.staticSvg("vec", e), x = E.svgData.vec[1]) : (g = E.makeOrd({
11247
11245
  mode: u.mode,
11248
11246
  text: u.label
11249
- }, e, "textord"), g = ma(g), g.italic = 0, x = g.width, h && (f += g.depth)), b = S.makeSpan(["accent-body"], [g]);
11247
+ }, e, "textord"), g = ma(g), g.italic = 0, x = g.width, h && (f += g.depth)), b = E.makeSpan(["accent-body"], [g]);
11250
11248
  var A = u.label === "\\textcircled";
11251
11249
  A && (b.classes.push("accent-full"), f = n.height);
11252
11250
  var M = s;
11253
- A || (M -= x / 2), b.style.left = N(M), u.label === "\\textcircled" && (b.style.top = ".2em"), b = S.makeVList({
11251
+ A || (M -= x / 2), b.style.left = N(M), u.label === "\\textcircled" && (b.style.top = ".2em"), b = E.makeVList({
11254
11252
  positionType: "firstBaseline",
11255
11253
  children: [{
11256
11254
  type: "elem",
@@ -11264,7 +11262,7 @@ var yu = (t, e) => {
11264
11262
  }]
11265
11263
  }, e);
11266
11264
  }
11267
- var T = S.makeSpan(["mord", "accent"], [b], e);
11265
+ var T = E.makeSpan(["mord", "accent"], [b], e);
11268
11266
  return a ? (a.children[0] = T, a.height = Math.max(T.height, a.height), a.classes[0] = "mord", a) : T;
11269
11267
  }, On = (t, e) => {
11270
11268
  var r = t.isStretchy ? v0.mathMLnode(t.label) : new I.MathNode("mo", [Ze(t.label, t.mode)]), u = new I.MathNode("mover", [se(t.base, e), r]);
@@ -11333,7 +11331,7 @@ O({
11333
11331
  };
11334
11332
  },
11335
11333
  htmlBuilder: (t, e) => {
11336
- var r = ae(t.base, e), u = v0.svgSpan(t, e), a = t.label === "\\utilde" ? 0.12 : 0, n = S.makeVList({
11334
+ var r = ae(t.base, e), u = v0.svgSpan(t, e), a = t.label === "\\utilde" ? 0.12 : 0, n = E.makeVList({
11337
11335
  positionType: "top",
11338
11336
  positionData: r.height,
11339
11337
  children: [{
@@ -11348,7 +11346,7 @@ O({
11348
11346
  elem: r
11349
11347
  }]
11350
11348
  }, e);
11351
- return S.makeSpan(["mord", "accentunder"], [n], e);
11349
+ return E.makeSpan(["mord", "accentunder"], [n], e);
11352
11350
  },
11353
11351
  mathmlBuilder: (t, e) => {
11354
11352
  var r = v0.mathMLnode(t.label), u = new I.MathNode("munder", [se(t.base, e), r]);
@@ -11411,16 +11409,16 @@ O({
11411
11409
  // Flow is unable to correctly infer the type of `group`, even though it's
11412
11410
  // unambiguously determined from the passed-in `type` above.
11413
11411
  htmlBuilder(t, e) {
11414
- var r = e.style, u = e.havingStyle(r.sup()), a = S.wrapFragment(ae(t.body, u, e), e), n = t.label.slice(0, 2) === "\\x" ? "x" : "cd";
11412
+ var r = e.style, u = e.havingStyle(r.sup()), a = E.wrapFragment(ae(t.body, u, e), e), n = t.label.slice(0, 2) === "\\x" ? "x" : "cd";
11415
11413
  a.classes.push(n + "-arrow-pad");
11416
11414
  var i;
11417
- t.below && (u = e.havingStyle(r.sub()), i = S.wrapFragment(ae(t.below, u, e), e), i.classes.push(n + "-arrow-pad"));
11415
+ t.below && (u = e.havingStyle(r.sub()), i = E.wrapFragment(ae(t.below, u, e), e), i.classes.push(n + "-arrow-pad"));
11418
11416
  var s = v0.svgSpan(t, e), o = -e.fontMetrics().axisHeight + 0.5 * s.height, d = -e.fontMetrics().axisHeight - 0.5 * s.height - 0.111;
11419
11417
  (a.depth > 0.25 || t.label === "\\xleftequilibrium") && (d -= a.depth);
11420
11418
  var h;
11421
11419
  if (i) {
11422
11420
  var f = -e.fontMetrics().axisHeight + i.height + 0.5 * s.height + 0.111;
11423
- h = S.makeVList({
11421
+ h = E.makeVList({
11424
11422
  positionType: "individualShift",
11425
11423
  children: [{
11426
11424
  type: "elem",
@@ -11437,7 +11435,7 @@ O({
11437
11435
  }]
11438
11436
  }, e);
11439
11437
  } else
11440
- h = S.makeVList({
11438
+ h = E.makeVList({
11441
11439
  positionType: "individualShift",
11442
11440
  children: [{
11443
11441
  type: "elem",
@@ -11449,7 +11447,7 @@ O({
11449
11447
  shift: o
11450
11448
  }]
11451
11449
  }, e);
11452
- return h.children[0].children[0].children[1].classes.push("svg-align"), S.makeSpan(["mrel", "x-arrow"], [h], e);
11450
+ return h.children[0].children[0].children[1].classes.push("svg-align"), E.makeSpan(["mrel", "x-arrow"], [h], e);
11453
11451
  },
11454
11452
  mathmlBuilder(t, e) {
11455
11453
  var r = v0.mathMLnode(t.label);
@@ -11470,7 +11468,7 @@ O({
11470
11468
  return u;
11471
11469
  }
11472
11470
  });
11473
- var u3 = S.makeSpan;
11471
+ var u3 = E.makeSpan;
11474
11472
  function Pn(t, e) {
11475
11473
  var r = ke(t.body, e, !0);
11476
11474
  return u3([t.mclass], r, e);
@@ -11584,7 +11582,7 @@ O({
11584
11582
  };
11585
11583
  },
11586
11584
  htmlBuilder(t, e) {
11587
- var r = ke(t.body, e, !0), u = S.makeSpan([t.mclass], r, e);
11585
+ var r = ke(t.body, e, !0), u = E.makeSpan([t.mclass], r, e);
11588
11586
  return u.style.textShadow = "0.02em 0.01em 0.04px", u;
11589
11587
  },
11590
11588
  mathmlBuilder(t, e) {
@@ -11740,7 +11738,7 @@ O({
11740
11738
  };
11741
11739
  },
11742
11740
  htmlBuilder(t, e) {
11743
- var r = e.havingStyle(e.style.sup()), u = S.wrapFragment(ae(t.label, r, e), e);
11741
+ var r = e.havingStyle(e.style.sup()), u = E.wrapFragment(ae(t.label, r, e), e);
11744
11742
  return u.classes.push("cd-label-" + t.side), u.style.bottom = N(0.8 - u.depth), u.height = 0, u.depth = 0, u;
11745
11743
  },
11746
11744
  mathmlBuilder(t, e) {
@@ -11765,7 +11763,7 @@ O({
11765
11763
  };
11766
11764
  },
11767
11765
  htmlBuilder(t, e) {
11768
- var r = S.wrapFragment(ae(t.fragment, e), e);
11766
+ var r = E.wrapFragment(ae(t.fragment, e), e);
11769
11767
  return r.classes.push("cd-vert-arrow"), r;
11770
11768
  },
11771
11769
  mathmlBuilder(t, e) {
@@ -11800,7 +11798,7 @@ O({
11800
11798
  });
11801
11799
  var jn = (t, e) => {
11802
11800
  var r = ke(t.body, e.withColor(t.color), !1);
11803
- return S.makeFragment(r);
11801
+ return E.makeFragment(r);
11804
11802
  }, Un = (t, e) => {
11805
11803
  var r = qe(t.body, e.withColor(t.color)), u = new I.MathNode("mstyle", r);
11806
11804
  return u.setAttribute("mathcolor", t.color), u;
@@ -11874,7 +11872,7 @@ O({
11874
11872
  // The following builders are called only at the top level,
11875
11873
  // not within tabular/array environments.
11876
11874
  htmlBuilder(t, e) {
11877
- var r = S.makeSpan(["mspace"], [], e);
11875
+ var r = E.makeSpan(["mspace"], [], e);
11878
11876
  return t.newLine && (r.classes.push("newline"), t.size && (r.style.marginTop = N(fe(t.size, e)))), r;
11879
11877
  },
11880
11878
  mathmlBuilder(t, e) {
@@ -12031,28 +12029,28 @@ var rt = function(e, r, u) {
12031
12029
  throw new Error("Unsupported symbol " + e + " and font size " + r + ".");
12032
12030
  return n;
12033
12031
  }, ku = function(e, r, u, a) {
12034
- var n = u.havingBaseStyle(r), i = S.makeSpan(a.concat(n.sizingClasses(u)), [e], u), s = n.sizeMultiplier / u.sizeMultiplier;
12032
+ var n = u.havingBaseStyle(r), i = E.makeSpan(a.concat(n.sizingClasses(u)), [e], u), s = n.sizeMultiplier / u.sizeMultiplier;
12035
12033
  return i.height *= s, i.depth *= s, i.maxFontSize = n.sizeMultiplier, i;
12036
12034
  }, Xn = function(e, r, u) {
12037
12035
  var a = r.havingBaseStyle(u), n = (1 - r.sizeMultiplier / a.sizeMultiplier) * r.fontMetrics().axisHeight;
12038
12036
  e.classes.push("delimcenter"), e.style.top = N(n), e.height -= n, e.depth += n;
12039
12037
  }, l3 = function(e, r, u, a, n, i) {
12040
- var s = S.makeSymbol(e, "Main-Regular", n, a), o = ku(s, r, a, i);
12038
+ var s = E.makeSymbol(e, "Main-Regular", n, a), o = ku(s, r, a, i);
12041
12039
  return u && Xn(o, a, r), o;
12042
12040
  }, c3 = function(e, r, u, a) {
12043
- return S.makeSymbol(e, "Size" + r + "-Regular", u, a);
12041
+ return E.makeSymbol(e, "Size" + r + "-Regular", u, a);
12044
12042
  }, Yn = function(e, r, u, a, n, i) {
12045
- var s = c3(e, r, n, a), o = ku(S.makeSpan(["delimsizing", "size" + r], [s], a), K.TEXT, a, i);
12043
+ var s = c3(e, r, n, a), o = ku(E.makeSpan(["delimsizing", "size" + r], [s], a), K.TEXT, a, i);
12046
12044
  return u && Xn(o, a, K.TEXT), o;
12047
12045
  }, Ar = function(e, r, u) {
12048
12046
  var a;
12049
12047
  r === "Size1-Regular" ? a = "delim-size1" : a = "delim-size4";
12050
- var n = S.makeSpan(["delimsizinginner", a], [S.makeSpan([], [S.makeSymbol(e, r, u)])]);
12048
+ var n = E.makeSpan(["delimsizinginner", a], [E.makeSpan([], [E.makeSymbol(e, r, u)])]);
12051
12049
  return {
12052
12050
  type: "elem",
12053
12051
  elem: n
12054
12052
  };
12055
- }, Sr = function(e, r, u) {
12053
+ }, Er = function(e, r, u) {
12056
12054
  var a = r0["Size4-Regular"][e.charCodeAt(0)] ? r0["Size4-Regular"][e.charCodeAt(0)][4] : r0["Size1-Regular"][e.charCodeAt(0)][4], n = new T0("inner", b4(e, Math.round(1e3 * r))), i = new p0([n], {
12057
12055
  width: N(a),
12058
12056
  height: N(r),
@@ -12060,7 +12058,7 @@ var rt = function(e, r, u) {
12060
12058
  style: "width:" + N(a),
12061
12059
  viewBox: "0 0 " + 1e3 * a + " " + Math.round(1e3 * r),
12062
12060
  preserveAspectRatio: "xMinYMin"
12063
- }), s = S.makeSvgSpan([], [i], u);
12061
+ }), s = E.makeSvgSpan([], [i], u);
12064
12062
  return s.height = r, s.style.height = N(r), s.style.width = N(a), {
12065
12063
  type: "elem",
12066
12064
  elem: s
@@ -12078,15 +12076,15 @@ var rt = function(e, r, u) {
12078
12076
  var P = rt(o, g, n);
12079
12077
  F = P.height + P.depth, q = 2;
12080
12078
  }
12081
- var X = A + z + F, ue = Math.max(0, Math.ceil((r - X) / (q * T))), re = X + ue * q * T, Ee = a.fontMetrics().axisHeight;
12082
- u && (Ee *= a.sizeMultiplier);
12083
- var xe = re / 2 - Ee, pe = [];
12079
+ var X = A + z + F, ue = Math.max(0, Math.ceil((r - X) / (q * T))), re = X + ue * q * T, Se = a.fontMetrics().axisHeight;
12080
+ u && (Se *= a.sizeMultiplier);
12081
+ var xe = re / 2 - Se, pe = [];
12084
12082
  if (f.length > 0) {
12085
12083
  var l0 = re - A - z, Ae = Math.round(re * 1e3), we = v4(f, Math.round(l0 * 1e3)), Qe = new T0(f, we), I0 = (b / 1e3).toFixed(3) + "em", q0 = (Ae / 1e3).toFixed(3) + "em", or = new p0([Qe], {
12086
12084
  width: I0,
12087
12085
  height: q0,
12088
12086
  viewBox: "0 0 " + b + " " + Ae
12089
- }), x0 = S.makeSvgSpan([], [or], a);
12087
+ }), x0 = E.makeSvgSpan([], [or], a);
12090
12088
  x0.height = Ae / 1e3, x0.style.width = I0, x0.style.height = q0, pe.push({
12091
12089
  type: "elem",
12092
12090
  elem: x0
@@ -12094,20 +12092,20 @@ var rt = function(e, r, u) {
12094
12092
  } else {
12095
12093
  if (pe.push(Ar(h, g, n)), pe.push(Lt), o === null) {
12096
12094
  var y0 = re - A - z + 2 * Xr;
12097
- pe.push(Sr(d, y0, a));
12095
+ pe.push(Er(d, y0, a));
12098
12096
  } else {
12099
12097
  var Ve = (re - A - z - F) / 2 + 2 * Xr;
12100
- pe.push(Sr(d, Ve, a)), pe.push(Lt), pe.push(Ar(o, g, n)), pe.push(Lt), pe.push(Sr(d, Ve, a));
12098
+ pe.push(Er(d, Ve, a)), pe.push(Lt), pe.push(Ar(o, g, n)), pe.push(Lt), pe.push(Er(d, Ve, a));
12101
12099
  }
12102
12100
  pe.push(Lt), pe.push(Ar(s, g, n));
12103
12101
  }
12104
- var et = a.havingBaseStyle(K.TEXT), lr = S.makeVList({
12102
+ var et = a.havingBaseStyle(K.TEXT), lr = E.makeVList({
12105
12103
  positionType: "bottom",
12106
12104
  positionData: xe,
12107
12105
  children: pe
12108
12106
  }, et);
12109
- return ku(S.makeSpan(["delimsizing", "mult"], [lr], et), K.TEXT, a, i);
12110
- }, Er = 80, Mr = 0.08, Dr = function(e, r, u, a, n) {
12107
+ return ku(E.makeSpan(["delimsizing", "mult"], [lr], et), K.TEXT, a, i);
12108
+ }, Sr = 80, Mr = 0.08, Dr = function(e, r, u, a, n) {
12111
12109
  var i = p4(e, a, u), s = new T0(e, i), o = new p0([s], {
12112
12110
  // Note: 1000:1 ratio of viewBox to document em width.
12113
12111
  width: "400em",
@@ -12115,10 +12113,10 @@ var rt = function(e, r, u) {
12115
12113
  viewBox: "0 0 400000 " + u,
12116
12114
  preserveAspectRatio: "xMinYMin slice"
12117
12115
  });
12118
- return S.makeSvgSpan(["hide-tail"], [o], n);
12116
+ return E.makeSvgSpan(["hide-tail"], [o], n);
12119
12117
  }, f3 = function(e, r) {
12120
12118
  var u = r.havingBaseSizing(), a = ti("\\surd", e * u.sizeMultiplier, ei, u), n = u.sizeMultiplier, i = Math.max(0, r.minRuleThickness - r.fontMetrics().sqrtRuleThickness), s, o = 0, d = 0, h = 0, f;
12121
- return a.type === "small" ? (h = 1e3 + 1e3 * i + Er, e < 1 ? n = 1 : e < 1.4 && (n = 0.7), o = (1 + i + Mr) / n, d = (1 + i) / n, s = Dr("sqrtMain", o, h, i, r), s.style.minWidth = "0.853em", f = 0.833 / n) : a.type === "large" ? (h = (1e3 + Er) * nt[a.size], d = (nt[a.size] + i) / n, o = (nt[a.size] + i + Mr) / n, s = Dr("sqrtSize" + a.size, o, h, i, r), s.style.minWidth = "1.02em", f = 1 / n) : (o = e + i + Mr, d = e + i, h = Math.floor(1e3 * e + i) + Er, s = Dr("sqrtTall", o, h, i, r), s.style.minWidth = "0.742em", f = 1.056), s.height = d, s.style.height = N(o), {
12119
+ return a.type === "small" ? (h = 1e3 + 1e3 * i + Sr, e < 1 ? n = 1 : e < 1.4 && (n = 0.7), o = (1 + i + Mr) / n, d = (1 + i) / n, s = Dr("sqrtMain", o, h, i, r), s.style.minWidth = "0.853em", f = 0.833 / n) : a.type === "large" ? (h = (1e3 + Sr) * nt[a.size], d = (nt[a.size] + i) / n, o = (nt[a.size] + i + Mr) / n, s = Dr("sqrtSize" + a.size, o, h, i, r), s.style.minWidth = "1.02em", f = 1 / n) : (o = e + i + Mr, d = e + i, h = Math.floor(1e3 * e + i) + Sr, s = Dr("sqrtTall", o, h, i, r), s.style.minWidth = "0.742em", f = 1.056), s.height = d, s.style.height = N(o), {
12122
12120
  span: s,
12123
12121
  advanceWidth: f,
12124
12122
  // Calculate the actual line width.
@@ -12323,7 +12321,7 @@ O({
12323
12321
  delim: r.text
12324
12322
  };
12325
12323
  },
12326
- htmlBuilder: (t, e) => t.delim === "." ? S.makeSpan([t.mclass]) : m0.sizedDelim(t.delim, t.size, e, t.mode, [t.mclass]),
12324
+ htmlBuilder: (t, e) => t.delim === "." ? E.makeSpan([t.mclass]) : m0.sizedDelim(t.delim, t.size, e, t.mode, [t.mclass]),
12327
12325
  mathmlBuilder: (t) => {
12328
12326
  var e = [];
12329
12327
  t.delim !== "." && e.push(Ze(t.delim, t.mode));
@@ -12397,7 +12395,7 @@ O({
12397
12395
  var b = t.rightColor ? e.withColor(t.rightColor) : e;
12398
12396
  f = m0.leftRightDelim(t.right, u, a, b, t.mode, ["mclose"]);
12399
12397
  }
12400
- return r.push(f), S.makeSpan(["minner"], r, e);
12398
+ return r.push(f), E.makeSpan(["minner"], r, e);
12401
12399
  },
12402
12400
  mathmlBuilder: (t, e) => {
12403
12401
  Aa(t);
@@ -12450,9 +12448,9 @@ O({
12450
12448
  }
12451
12449
  });
12452
12450
  var wu = (t, e) => {
12453
- var r = S.wrapFragment(ae(t.body, e), e), u = t.label.slice(1), a = e.sizeMultiplier, n, i = 0, s = Z.isCharacterBox(t.body);
12451
+ var r = E.wrapFragment(ae(t.body, e), e), u = t.label.slice(1), a = e.sizeMultiplier, n, i = 0, s = Z.isCharacterBox(t.body);
12454
12452
  if (u === "sout")
12455
- n = S.makeSpan(["stretchy", "sout"]), n.height = e.fontMetrics().defaultRuleThickness / a, i = -0.5 * e.fontMetrics().xHeight;
12453
+ n = E.makeSpan(["stretchy", "sout"]), n.height = e.fontMetrics().defaultRuleThickness / a, i = -0.5 * e.fontMetrics().xHeight;
12456
12454
  else if (u === "phase") {
12457
12455
  var o = fe({
12458
12456
  number: 0.6,
@@ -12470,7 +12468,7 @@ var wu = (t, e) => {
12470
12468
  viewBox: "0 0 400000 " + b,
12471
12469
  preserveAspectRatio: "xMinYMin slice"
12472
12470
  });
12473
- n = S.makeSvgSpan(["hide-tail"], [x], e), n.style.height = N(f), i = r.depth + o + d;
12471
+ n = E.makeSvgSpan(["hide-tail"], [x], e), n.style.height = N(f), i = r.depth + o + d;
12474
12472
  } else {
12475
12473
  /cancel/.test(u) ? s || r.classes.push("cancel-pad") : u === "angl" ? r.classes.push("anglpad") : r.classes.push("boxpad");
12476
12474
  var A = 0, M = 0, T = 0;
@@ -12483,7 +12481,7 @@ var wu = (t, e) => {
12483
12481
  }
12484
12482
  var D;
12485
12483
  if (t.backgroundColor)
12486
- D = S.makeVList({
12484
+ D = E.makeVList({
12487
12485
  positionType: "individualShift",
12488
12486
  children: [
12489
12487
  // Put the color background behind inner;
@@ -12501,7 +12499,7 @@ var wu = (t, e) => {
12501
12499
  }, e);
12502
12500
  else {
12503
12501
  var z = /cancel|phase/.test(u) ? ["svg-align"] : [];
12504
- D = S.makeVList({
12502
+ D = E.makeVList({
12505
12503
  positionType: "individualShift",
12506
12504
  children: [
12507
12505
  // Write the \cancel stroke on top of inner.
@@ -12519,7 +12517,7 @@ var wu = (t, e) => {
12519
12517
  ]
12520
12518
  }, e);
12521
12519
  }
12522
- return /cancel/.test(u) && (D.height = r.height, D.depth = r.depth), /cancel/.test(u) && !s ? S.makeSpan(["mord", "cancel-lap"], [D], e) : S.makeSpan(["mord"], [D], e);
12520
+ return /cancel/.test(u) && (D.height = r.height, D.depth = r.depth), /cancel/.test(u) && !s ? E.makeSpan(["mord", "cancel-lap"], [D], e) : E.makeSpan(["mord"], [D], e);
12523
12521
  }, _u = (t, e) => {
12524
12522
  var r = 0, u = new I.MathNode(t.label.indexOf("colorbox") > -1 ? "mpadded" : "menclose", [se(t.body, e)]);
12525
12523
  switch (t.label) {
@@ -12692,7 +12690,7 @@ var ai = {};
12692
12690
  function p(t, e) {
12693
12691
  ai[t] = e;
12694
12692
  }
12695
- function Sa(t) {
12693
+ function Ea(t) {
12696
12694
  var e = [];
12697
12695
  t.consumeSpaces();
12698
12696
  var r = t.fetch().text;
@@ -12737,7 +12735,7 @@ function F0(t, e, r) {
12737
12735
  function F() {
12738
12736
  D && (t.gullet.macros.get("\\df@tag") ? (D.push(t.subparse([new Ge("\\df@tag")])), t.gullet.macros.set("\\df@tag", void 0, !0)) : D.push(!!o && t.gullet.macros.get("\\@eqnsw") === "1"));
12739
12737
  }
12740
- for (z(), T.push(Sa(t)); ; ) {
12738
+ for (z(), T.push(Ea(t)); ; ) {
12741
12739
  var q = t.parseExpression(!1, d ? "\\end" : "\\\\");
12742
12740
  t.gullet.endGroup(), t.gullet.beginGroup(), q = {
12743
12741
  type: "ordgroup",
@@ -12763,7 +12761,7 @@ function F0(t, e, r) {
12763
12761
  } else if (P === "\\\\") {
12764
12762
  t.consume();
12765
12763
  var X = void 0;
12766
- t.gullet.future().text !== " " && (X = t.parseSizeGroup(!0)), M.push(X ? X.value : null), F(), T.push(Sa(t)), x = [], A.push(x), z();
12764
+ t.gullet.future().text !== " " && (X = t.parseSizeGroup(!0)), M.push(X ? X.value : null), F(), T.push(Ea(t)), x = [], A.push(x), z();
12767
12765
  } else
12768
12766
  throw new H("Expected & or \\\\ or \\cr or \\end", t.nextToken);
12769
12767
  }
@@ -12815,14 +12813,14 @@ var s0 = function(e, r) {
12815
12813
  var re = ae(q[a], r);
12816
12814
  X < re.depth && (X = re.depth), P < re.height && (P = re.height), ue[a] = re;
12817
12815
  }
12818
- var Ee = e.rowGaps[u], xe = 0;
12819
- Ee && (xe = fe(Ee, r), xe > 0 && (xe += D, X < xe && (X = xe), xe = 0)), e.addJot && (X += A), ue.height = P, ue.depth = X, z += P, ue.pos = z, z += X + xe, o[u] = ue, F(i[u + 1]);
12816
+ var Se = e.rowGaps[u], xe = 0;
12817
+ Se && (xe = fe(Se, r), xe > 0 && (xe += D, X < xe && (X = xe), xe = 0)), e.addJot && (X += A), ue.height = P, ue.depth = X, z += P, ue.pos = z, z += X + xe, o[u] = ue, F(i[u + 1]);
12820
12818
  }
12821
12819
  var pe = z / 2 + r.fontMetrics().axisHeight, l0 = e.cols || [], Ae = [], we, Qe, I0 = [];
12822
12820
  if (e.tags && e.tags.some((wt) => wt))
12823
12821
  for (u = 0; u < n; ++u) {
12824
12822
  var q0 = o[u], or = q0.pos - pe, x0 = e.tags[u], y0 = void 0;
12825
- x0 === !0 ? y0 = S.makeSpan(["eqn-num"], [], r) : x0 === !1 ? y0 = S.makeSpan([], [], r) : y0 = S.makeSpan([], ke(x0, r, !0), r), y0.depth = q0.depth, y0.height = q0.height, I0.push({
12823
+ x0 === !0 ? y0 = E.makeSpan(["eqn-num"], [], r) : x0 === !1 ? y0 = E.makeSpan([], [], r) : y0 = E.makeSpan([], ke(x0, r, !0), r), y0.depth = q0.depth, y0.height = q0.height, I0.push({
12826
12824
  type: "elem",
12827
12825
  elem: y0,
12828
12826
  shift: or
@@ -12836,8 +12834,8 @@ var s0 = function(e, r) {
12836
12834
  ++a, ++Qe
12837
12835
  ) {
12838
12836
  for (var Ve = l0[Qe] || {}, et = !0; Ve.type === "separator"; ) {
12839
- if (et || (we = S.makeSpan(["arraycolsep"], []), we.style.width = N(r.fontMetrics().doubleRuleSep), Ae.push(we)), Ve.separator === "|" || Ve.separator === ":") {
12840
- var lr = Ve.separator === "|" ? "solid" : "dashed", H0 = S.makeSpan(["vertical-separator"], [], r);
12837
+ if (et || (we = E.makeSpan(["arraycolsep"], []), we.style.width = N(r.fontMetrics().doubleRuleSep), Ae.push(we)), Ve.separator === "|" || Ve.separator === ":") {
12838
+ var lr = Ve.separator === "|" ? "solid" : "dashed", H0 = E.makeSpan(["vertical-separator"], [], r);
12841
12839
  H0.style.height = N(z), H0.style.borderRightWidth = N(h), H0.style.borderRightStyle = lr, H0.style.margin = "0 " + N(-h / 2);
12842
12840
  var $u = z - pe;
12843
12841
  $u && (H0.style.verticalAlign = N(-$u)), Ae.push(H0);
@@ -12847,7 +12845,7 @@ var s0 = function(e, r) {
12847
12845
  }
12848
12846
  if (!(a >= s)) {
12849
12847
  var R0 = void 0;
12850
- (a > 0 || e.hskipBeforeAndAfter) && (R0 = Z.deflt(Ve.pregap, b), R0 !== 0 && (we = S.makeSpan(["arraycolsep"], []), we.style.width = N(R0), Ae.push(we)));
12848
+ (a > 0 || e.hskipBeforeAndAfter) && (R0 = Z.deflt(Ve.pregap, b), R0 !== 0 && (we = E.makeSpan(["arraycolsep"], []), we.style.width = N(R0), Ae.push(we)));
12851
12849
  var N0 = [];
12852
12850
  for (u = 0; u < n; ++u) {
12853
12851
  var yt = o[u], kt = yt[a];
@@ -12860,14 +12858,14 @@ var s0 = function(e, r) {
12860
12858
  });
12861
12859
  }
12862
12860
  }
12863
- N0 = S.makeVList({
12861
+ N0 = E.makeVList({
12864
12862
  positionType: "individualShift",
12865
12863
  children: N0
12866
- }, r), N0 = S.makeSpan(["col-align-" + (Ve.align || "c")], [N0]), Ae.push(N0), (a < s - 1 || e.hskipBeforeAndAfter) && (R0 = Z.deflt(Ve.postgap, b), R0 !== 0 && (we = S.makeSpan(["arraycolsep"], []), we.style.width = N(R0), Ae.push(we)));
12864
+ }, r), N0 = E.makeSpan(["col-align-" + (Ve.align || "c")], [N0]), Ae.push(N0), (a < s - 1 || e.hskipBeforeAndAfter) && (R0 = Z.deflt(Ve.postgap, b), R0 !== 0 && (we = E.makeSpan(["arraycolsep"], []), we.style.width = N(R0), Ae.push(we)));
12867
12865
  }
12868
12866
  }
12869
- if (o = S.makeSpan(["mtable"], Ae), d.length > 0) {
12870
- for (var Ci = S.makeLineSpan("hline", r, h), Ai = S.makeLineSpan("hdashline", r, h), cr = [{
12867
+ if (o = E.makeSpan(["mtable"], Ae), d.length > 0) {
12868
+ for (var Ci = E.makeLineSpan("hline", r, h), Ai = E.makeLineSpan("hdashline", r, h), cr = [{
12871
12869
  type: "elem",
12872
12870
  elem: o,
12873
12871
  shift: 0
@@ -12883,18 +12881,18 @@ var s0 = function(e, r) {
12883
12881
  shift: qu
12884
12882
  });
12885
12883
  }
12886
- o = S.makeVList({
12884
+ o = E.makeVList({
12887
12885
  positionType: "individualShift",
12888
12886
  children: cr
12889
12887
  }, r);
12890
12888
  }
12891
12889
  if (I0.length === 0)
12892
- return S.makeSpan(["mord"], [o], r);
12893
- var dr = S.makeVList({
12890
+ return E.makeSpan(["mord"], [o], r);
12891
+ var dr = E.makeVList({
12894
12892
  positionType: "individualShift",
12895
12893
  children: I0
12896
12894
  }, r);
12897
- return dr = S.makeSpan(["tag"], [dr], r), S.makeFragment([o, dr]);
12895
+ return dr = E.makeSpan(["tag"], [dr], r), E.makeFragment([o, dr]);
12898
12896
  }, k3 = {
12899
12897
  c: "center ",
12900
12898
  l: "left ",
@@ -13232,7 +13230,7 @@ O({
13232
13230
  throw new H(t.funcName + " valid only within array environment");
13233
13231
  }
13234
13232
  });
13235
- var Ea = ui;
13233
+ var Sa = ui;
13236
13234
  O({
13237
13235
  type: "environment",
13238
13236
  names: ["\\begin", "\\end"],
@@ -13250,9 +13248,9 @@ O({
13250
13248
  for (var n = "", i = 0; i < a.body.length; ++i)
13251
13249
  n += ee(a.body[i], "textord").text;
13252
13250
  if (u === "\\begin") {
13253
- if (!Ea.hasOwnProperty(n))
13251
+ if (!Sa.hasOwnProperty(n))
13254
13252
  throw new H("No such environment: " + n, a);
13255
- var s = Ea[n], {
13253
+ var s = Sa[n], {
13256
13254
  args: o,
13257
13255
  optArgs: d
13258
13256
  } = r.parseArguments("\\begin{" + n + "}", s), h = {
@@ -13381,7 +13379,7 @@ O({
13381
13379
  var oi = (t, e) => {
13382
13380
  var r = e;
13383
13381
  return t === "display" ? r = r.id >= K.SCRIPT.id ? r.text() : K.DISPLAY : t === "text" && r.size === K.DISPLAY.size ? r = K.TEXT : t === "script" ? r = K.SCRIPT : t === "scriptscript" && (r = K.SCRIPTSCRIPT), r;
13384
- }, Su = (t, e) => {
13382
+ }, Eu = (t, e) => {
13385
13383
  var r = oi(t.size, e.style), u = r.fracNum(), a = r.fracDen(), n;
13386
13384
  n = e.havingStyle(u);
13387
13385
  var i = ae(t.numer, n, e);
@@ -13391,7 +13389,7 @@ var oi = (t, e) => {
13391
13389
  }
13392
13390
  n = e.havingStyle(a);
13393
13391
  var d = ae(t.denom, n, e), h, f, b;
13394
- t.hasBarLine ? (t.barSize ? (f = fe(t.barSize, e), h = S.makeLineSpan("frac-line", e, f)) : h = S.makeLineSpan("frac-line", e), f = h.height, b = h.height) : (h = null, f = 0, b = e.fontMetrics().defaultRuleThickness);
13392
+ t.hasBarLine ? (t.barSize ? (f = fe(t.barSize, e), h = E.makeLineSpan("frac-line", e, f)) : h = E.makeLineSpan("frac-line", e), f = h.height, b = h.height) : (h = null, f = 0, b = e.fontMetrics().defaultRuleThickness);
13395
13393
  var g, x, A;
13396
13394
  r.size === K.DISPLAY.size || t.size === "display" ? (g = e.fontMetrics().num1, f > 0 ? x = 3 * b : x = 7 * b, A = e.fontMetrics().denom1) : (f > 0 ? (g = e.fontMetrics().num2, x = b) : (g = e.fontMetrics().num3, x = 3 * b), A = e.fontMetrics().denom2);
13397
13395
  var M;
@@ -13399,7 +13397,7 @@ var oi = (t, e) => {
13399
13397
  var D = e.fontMetrics().axisHeight;
13400
13398
  g - i.depth - (D + 0.5 * f) < x && (g += x - (g - i.depth - (D + 0.5 * f))), D - 0.5 * f - (d.height - A) < x && (A += x - (D - 0.5 * f - (d.height - A)));
13401
13399
  var z = -(D - 0.5 * f);
13402
- M = S.makeVList({
13400
+ M = E.makeVList({
13403
13401
  positionType: "individualShift",
13404
13402
  children: [{
13405
13403
  type: "elem",
@@ -13417,7 +13415,7 @@ var oi = (t, e) => {
13417
13415
  }, e);
13418
13416
  } else {
13419
13417
  var T = g - i.depth - (d.height - A);
13420
- T < x && (g += 0.5 * (x - T), A += 0.5 * (x - T)), M = S.makeVList({
13418
+ T < x && (g += 0.5 * (x - T), A += 0.5 * (x - T)), M = E.makeVList({
13421
13419
  positionType: "individualShift",
13422
13420
  children: [{
13423
13421
  type: "elem",
@@ -13434,8 +13432,8 @@ var oi = (t, e) => {
13434
13432
  var F;
13435
13433
  r.size === K.DISPLAY.size ? F = e.fontMetrics().delim1 : r.size === K.SCRIPTSCRIPT.size ? F = e.havingStyle(K.SCRIPT).fontMetrics().delim2 : F = e.fontMetrics().delim2;
13436
13434
  var q, P;
13437
- return t.leftDelim == null ? q = ft(e, ["mopen"]) : q = m0.customSizedDelim(t.leftDelim, F, !0, e.havingStyle(r), t.mode, ["mopen"]), t.continued ? P = S.makeSpan([]) : t.rightDelim == null ? P = ft(e, ["mclose"]) : P = m0.customSizedDelim(t.rightDelim, F, !0, e.havingStyle(r), t.mode, ["mclose"]), S.makeSpan(["mord"].concat(n.sizingClasses(e)), [q, S.makeSpan(["mfrac"], [M]), P], e);
13438
- }, Eu = (t, e) => {
13435
+ return t.leftDelim == null ? q = ft(e, ["mopen"]) : q = m0.customSizedDelim(t.leftDelim, F, !0, e.havingStyle(r), t.mode, ["mopen"]), t.continued ? P = E.makeSpan([]) : t.rightDelim == null ? P = ft(e, ["mclose"]) : P = m0.customSizedDelim(t.rightDelim, F, !0, e.havingStyle(r), t.mode, ["mclose"]), E.makeSpan(["mord"].concat(n.sizingClasses(e)), [q, E.makeSpan(["mfrac"], [M]), P], e);
13436
+ }, Su = (t, e) => {
13439
13437
  var r = new I.MathNode("mfrac", [se(t.numer, e), se(t.denom, e)]);
13440
13438
  if (!t.hasBarLine)
13441
13439
  r.setAttribute("linethickness", "0px");
@@ -13533,8 +13531,8 @@ O({
13533
13531
  barSize: null
13534
13532
  };
13535
13533
  },
13536
- htmlBuilder: Su,
13537
- mathmlBuilder: Eu
13534
+ htmlBuilder: Eu,
13535
+ mathmlBuilder: Su
13538
13536
  });
13539
13537
  O({
13540
13538
  type: "genfrac",
@@ -13639,8 +13637,8 @@ O({
13639
13637
  size: b
13640
13638
  };
13641
13639
  },
13642
- htmlBuilder: Su,
13643
- mathmlBuilder: Eu
13640
+ htmlBuilder: Eu,
13641
+ mathmlBuilder: Su
13644
13642
  });
13645
13643
  O({
13646
13644
  type: "infix",
@@ -13690,14 +13688,14 @@ O({
13690
13688
  size: "auto"
13691
13689
  };
13692
13690
  },
13693
- htmlBuilder: Su,
13694
- mathmlBuilder: Eu
13691
+ htmlBuilder: Eu,
13692
+ mathmlBuilder: Su
13695
13693
  });
13696
13694
  var li = (t, e) => {
13697
13695
  var r = e.style, u, a;
13698
13696
  t.type === "supsub" ? (u = t.sup ? ae(t.sup, e.havingStyle(r.sup()), e) : ae(t.sub, e.havingStyle(r.sub()), e), a = ee(t.base, "horizBrace")) : a = ee(t, "horizBrace");
13699
13697
  var n = ae(a.base, e.havingBaseStyle(K.DISPLAY)), i = v0.svgSpan(a, e), s;
13700
- if (a.isOver ? (s = S.makeVList({
13698
+ if (a.isOver ? (s = E.makeVList({
13701
13699
  positionType: "firstBaseline",
13702
13700
  children: [{
13703
13701
  type: "elem",
@@ -13709,7 +13707,7 @@ var li = (t, e) => {
13709
13707
  type: "elem",
13710
13708
  elem: i
13711
13709
  }]
13712
- }, e), s.children[0].children[0].children[1].classes.push("svg-align")) : (s = S.makeVList({
13710
+ }, e), s.children[0].children[0].children[1].classes.push("svg-align")) : (s = E.makeVList({
13713
13711
  positionType: "bottom",
13714
13712
  positionData: n.depth + 0.1 + i.height,
13715
13713
  children: [{
@@ -13723,8 +13721,8 @@ var li = (t, e) => {
13723
13721
  elem: n
13724
13722
  }]
13725
13723
  }, e), s.children[0].children[0].children[0].classes.push("svg-align")), u) {
13726
- var o = S.makeSpan(["mord", a.isOver ? "mover" : "munder"], [s], e);
13727
- a.isOver ? s = S.makeVList({
13724
+ var o = E.makeSpan(["mord", a.isOver ? "mover" : "munder"], [s], e);
13725
+ a.isOver ? s = E.makeVList({
13728
13726
  positionType: "firstBaseline",
13729
13727
  children: [{
13730
13728
  type: "elem",
@@ -13736,7 +13734,7 @@ var li = (t, e) => {
13736
13734
  type: "elem",
13737
13735
  elem: u
13738
13736
  }]
13739
- }, e) : s = S.makeVList({
13737
+ }, e) : s = E.makeVList({
13740
13738
  positionType: "bottom",
13741
13739
  positionData: o.depth + 0.2 + u.height + u.depth,
13742
13740
  children: [{
@@ -13751,7 +13749,7 @@ var li = (t, e) => {
13751
13749
  }]
13752
13750
  }, e);
13753
13751
  }
13754
- return S.makeSpan(["mord", a.isOver ? "mover" : "munder"], [s], e);
13752
+ return E.makeSpan(["mord", a.isOver ? "mover" : "munder"], [s], e);
13755
13753
  }, w3 = (t, e) => {
13756
13754
  var r = v0.mathMLnode(t.label);
13757
13755
  return new I.MathNode(t.isOver ? "mover" : "munder", [se(t.base, e), r]);
@@ -13802,7 +13800,7 @@ O({
13802
13800
  },
13803
13801
  htmlBuilder: (t, e) => {
13804
13802
  var r = ke(t.body, e, !1);
13805
- return S.makeAnchor(t.href, [], r, e);
13803
+ return E.makeAnchor(t.href, [], r, e);
13806
13804
  },
13807
13805
  mathmlBuilder: (t, e) => {
13808
13806
  var r = z0(t.body, e);
@@ -13869,7 +13867,7 @@ O({
13869
13867
  },
13870
13868
  htmlBuilder(t, e) {
13871
13869
  var r = ke(t.body, e, !1);
13872
- return S.makeFragment(r);
13870
+ return E.makeFragment(r);
13873
13871
  },
13874
13872
  mathmlBuilder(t, e) {
13875
13873
  return new I.MathNode("mrow", qe(t.body, e));
@@ -13936,7 +13934,7 @@ O({
13936
13934
  htmlBuilder: (t, e) => {
13937
13935
  var r = ke(t.body, e, !1), u = ["enclosing"];
13938
13936
  t.attributes.class && u.push(...t.attributes.class.trim().split(/\s+/));
13939
- var a = S.makeSpan(u, r, e);
13937
+ var a = E.makeSpan(u, r, e);
13940
13938
  for (var n in t.attributes)
13941
13939
  n !== "class" && t.attributes.hasOwnProperty(n) && a.setAttribute(n, t.attributes[n]);
13942
13940
  return a;
@@ -13963,7 +13961,7 @@ O({
13963
13961
  },
13964
13962
  htmlBuilder: (t, e) => {
13965
13963
  var r = ke(t.html, e, !1);
13966
- return S.makeFragment(r);
13964
+ return E.makeFragment(r);
13967
13965
  },
13968
13966
  mathmlBuilder: (t, e) => z0(t.mathml, e)
13969
13967
  });
@@ -14092,7 +14090,7 @@ O({
14092
14090
  };
14093
14091
  },
14094
14092
  htmlBuilder(t, e) {
14095
- return S.makeGlue(t.dimension, e);
14093
+ return E.makeGlue(t.dimension, e);
14096
14094
  },
14097
14095
  mathmlBuilder(t, e) {
14098
14096
  var r = fe(t.dimension, e);
@@ -14120,9 +14118,9 @@ O({
14120
14118
  },
14121
14119
  htmlBuilder: (t, e) => {
14122
14120
  var r;
14123
- t.alignment === "clap" ? (r = S.makeSpan([], [ae(t.body, e)]), r = S.makeSpan(["inner"], [r], e)) : r = S.makeSpan(["inner"], [ae(t.body, e)]);
14124
- var u = S.makeSpan(["fix"], []), a = S.makeSpan([t.alignment], [r, u], e), n = S.makeSpan(["strut"]);
14125
- return n.style.height = N(a.height + a.depth), a.depth && (n.style.verticalAlign = N(-a.depth)), a.children.unshift(n), a = S.makeSpan(["thinbox"], [a], e), S.makeSpan(["mord", "vbox"], [a], e);
14121
+ t.alignment === "clap" ? (r = E.makeSpan([], [ae(t.body, e)]), r = E.makeSpan(["inner"], [r], e)) : r = E.makeSpan(["inner"], [ae(t.body, e)]);
14122
+ var u = E.makeSpan(["fix"], []), a = E.makeSpan([t.alignment], [r, u], e), n = E.makeSpan(["strut"]);
14123
+ return n.style.height = N(a.height + a.depth), a.depth && (n.style.verticalAlign = N(-a.depth)), a.children.unshift(n), a = E.makeSpan(["thinbox"], [a], e), E.makeSpan(["mord", "vbox"], [a], e);
14126
14124
  },
14127
14125
  mathmlBuilder: (t, e) => {
14128
14126
  var r = new I.MathNode("mpadded", [se(t.body, e)]);
@@ -14205,7 +14203,7 @@ O({
14205
14203
  },
14206
14204
  htmlBuilder: (t, e) => {
14207
14205
  var r = za(t, e), u = ke(r, e, !1);
14208
- return S.makeFragment(u);
14206
+ return E.makeFragment(u);
14209
14207
  },
14210
14208
  mathmlBuilder: (t, e) => {
14211
14209
  var r = za(t, e);
@@ -14213,7 +14211,7 @@ O({
14213
14211
  }
14214
14212
  });
14215
14213
  var ci = (t, e, r, u, a, n, i) => {
14216
- t = S.makeSpan([], [t]);
14214
+ t = E.makeSpan([], [t]);
14217
14215
  var s = r && Z.isCharacterBox(r), o, d;
14218
14216
  if (e) {
14219
14217
  var h = ae(e, u.havingStyle(a.sup()), u);
@@ -14232,7 +14230,7 @@ var ci = (t, e, r, u, a, n, i) => {
14232
14230
  var b;
14233
14231
  if (d && o) {
14234
14232
  var g = u.fontMetrics().bigOpSpacing5 + o.elem.height + o.elem.depth + o.kern + t.depth + i;
14235
- b = S.makeVList({
14233
+ b = E.makeVList({
14236
14234
  positionType: "bottom",
14237
14235
  positionData: g,
14238
14236
  children: [{
@@ -14262,7 +14260,7 @@ var ci = (t, e, r, u, a, n, i) => {
14262
14260
  }, u);
14263
14261
  } else if (o) {
14264
14262
  var x = t.height - i;
14265
- b = S.makeVList({
14263
+ b = E.makeVList({
14266
14264
  positionType: "top",
14267
14265
  positionData: x,
14268
14266
  children: [{
@@ -14282,7 +14280,7 @@ var ci = (t, e, r, u, a, n, i) => {
14282
14280
  }, u);
14283
14281
  } else if (d) {
14284
14282
  var A = t.depth + i;
14285
- b = S.makeVList({
14283
+ b = E.makeVList({
14286
14284
  positionType: "bottom",
14287
14285
  positionData: A,
14288
14286
  children: [{
@@ -14304,10 +14302,10 @@ var ci = (t, e, r, u, a, n, i) => {
14304
14302
  return t;
14305
14303
  var M = [b];
14306
14304
  if (o && n !== 0 && !s) {
14307
- var T = S.makeSpan(["mspace"], [], u);
14305
+ var T = E.makeSpan(["mspace"], [], u);
14308
14306
  T.style.marginRight = N(n), M.unshift(T);
14309
14307
  }
14310
- return S.makeSpan(["mop", "op-limits"], M, u);
14308
+ return E.makeSpan(["mop", "op-limits"], M, u);
14311
14309
  }, di = ["\\smallint"], J0 = (t, e) => {
14312
14310
  var r, u, a = !1, n;
14313
14311
  t.type === "supsub" ? (r = t.sup, u = t.sub, n = ee(t.base, "op"), a = !0) : n = ee(t, "op");
@@ -14316,9 +14314,9 @@ var ci = (t, e, r, u, a, n, i) => {
14316
14314
  var o;
14317
14315
  if (n.symbol) {
14318
14316
  var d = s ? "Size2-Regular" : "Size1-Regular", h = "";
14319
- if ((n.name === "\\oiint" || n.name === "\\oiiint") && (h = n.name.slice(1), n.name = h === "oiint" ? "\\iint" : "\\iiint"), o = S.makeSymbol(n.name, d, "math", e, ["mop", "op-symbol", s ? "large-op" : "small-op"]), h.length > 0) {
14320
- var f = o.italic, b = S.staticSvg(h + "Size" + (s ? "2" : "1"), e);
14321
- o = S.makeVList({
14317
+ if ((n.name === "\\oiint" || n.name === "\\oiiint") && (h = n.name.slice(1), n.name = h === "oiint" ? "\\iint" : "\\iiint"), o = E.makeSymbol(n.name, d, "math", e, ["mop", "op-symbol", s ? "large-op" : "small-op"]), h.length > 0) {
14318
+ var f = o.italic, b = E.staticSvg(h + "Size" + (s ? "2" : "1"), e);
14319
+ o = E.makeVList({
14322
14320
  positionType: "individualShift",
14323
14321
  children: [{
14324
14322
  type: "elem",
@@ -14333,11 +14331,11 @@ var ci = (t, e, r, u, a, n, i) => {
14333
14331
  }
14334
14332
  } else if (n.body) {
14335
14333
  var g = ke(n.body, e, !0);
14336
- g.length === 1 && g[0] instanceof Ue ? (o = g[0], o.classes[0] = "mop") : o = S.makeSpan(["mop"], g, e);
14334
+ g.length === 1 && g[0] instanceof Ue ? (o = g[0], o.classes[0] = "mop") : o = E.makeSpan(["mop"], g, e);
14337
14335
  } else {
14338
14336
  for (var x = [], A = 1; A < n.name.length; A++)
14339
- x.push(S.mathsym(n.name[A], n.mode, e));
14340
- o = S.makeSpan(["mop"], x, e);
14337
+ x.push(E.mathsym(n.name[A], n.mode, e));
14338
+ o = E.makeSpan(["mop"], x, e);
14341
14339
  }
14342
14340
  var M = 0, T = 0;
14343
14341
  return (o instanceof Ue || n.name === "\\oiint" || n.name === "\\oiiint") && !n.suppressBaseShift && (M = (o.height - o.depth) / 2 - e.fontMetrics().axisHeight, T = o.italic), a ? ci(o, r, u, e, i, T, M) : (M && (o.style.position = "relative", o.style.top = N(M)), o);
@@ -14506,9 +14504,9 @@ var hi = (t, e) => {
14506
14504
  var h = o[d];
14507
14505
  h instanceof Ue && (h.text = h.text.replace(/\u2212/, "-").replace(/\u2217/, "*"));
14508
14506
  }
14509
- i = S.makeSpan(["mop"], o, e);
14507
+ i = E.makeSpan(["mop"], o, e);
14510
14508
  } else
14511
- i = S.makeSpan(["mop"], [], e);
14509
+ i = E.makeSpan(["mop"], [], e);
14512
14510
  return a ? ci(i, r, u, e, e.style, 0, 0) : i;
14513
14511
  }, A3 = (t, e) => {
14514
14512
  for (var r = qe(t.body, e.withFont("mathrm")), u = !0, a = 0; a < r.length; a++) {
@@ -14569,7 +14567,7 @@ p("\\operatorname", "\\@ifstar\\operatornamewithlimits\\operatorname@");
14569
14567
  $0({
14570
14568
  type: "ordgroup",
14571
14569
  htmlBuilder(t, e) {
14572
- return t.semisimple ? S.makeFragment(ke(t.body, e, !1)) : S.makeSpan(["mord"], ke(t.body, e, !0), e);
14570
+ return t.semisimple ? E.makeFragment(ke(t.body, e, !1)) : E.makeSpan(["mord"], ke(t.body, e, !0), e);
14573
14571
  },
14574
14572
  mathmlBuilder(t, e) {
14575
14573
  return z0(t.body, e, !0);
@@ -14592,7 +14590,7 @@ O({
14592
14590
  };
14593
14591
  },
14594
14592
  htmlBuilder(t, e) {
14595
- var r = ae(t.body, e.havingCrampedStyle()), u = S.makeLineSpan("overline-line", e), a = e.fontMetrics().defaultRuleThickness, n = S.makeVList({
14593
+ var r = ae(t.body, e.havingCrampedStyle()), u = E.makeLineSpan("overline-line", e), a = e.fontMetrics().defaultRuleThickness, n = E.makeVList({
14596
14594
  positionType: "firstBaseline",
14597
14595
  children: [{
14598
14596
  type: "elem",
@@ -14608,7 +14606,7 @@ O({
14608
14606
  size: a
14609
14607
  }]
14610
14608
  }, e);
14611
- return S.makeSpan(["mord", "overline"], [n], e);
14609
+ return E.makeSpan(["mord", "overline"], [n], e);
14612
14610
  },
14613
14611
  mathmlBuilder(t, e) {
14614
14612
  var r = new I.MathNode("mo", [new I.TextNode("‾")]);
@@ -14636,7 +14634,7 @@ O({
14636
14634
  },
14637
14635
  htmlBuilder: (t, e) => {
14638
14636
  var r = ke(t.body, e.withPhantom(), !1);
14639
- return S.makeFragment(r);
14637
+ return E.makeFragment(r);
14640
14638
  },
14641
14639
  mathmlBuilder: (t, e) => {
14642
14640
  var r = qe(t.body, e);
@@ -14661,17 +14659,17 @@ O({
14661
14659
  };
14662
14660
  },
14663
14661
  htmlBuilder: (t, e) => {
14664
- var r = S.makeSpan([], [ae(t.body, e.withPhantom())]);
14662
+ var r = E.makeSpan([], [ae(t.body, e.withPhantom())]);
14665
14663
  if (r.height = 0, r.depth = 0, r.children)
14666
14664
  for (var u = 0; u < r.children.length; u++)
14667
14665
  r.children[u].height = 0, r.children[u].depth = 0;
14668
- return r = S.makeVList({
14666
+ return r = E.makeVList({
14669
14667
  positionType: "firstBaseline",
14670
14668
  children: [{
14671
14669
  type: "elem",
14672
14670
  elem: r
14673
14671
  }]
14674
- }, e), S.makeSpan(["mord"], [r], e);
14672
+ }, e), E.makeSpan(["mord"], [r], e);
14675
14673
  },
14676
14674
  mathmlBuilder: (t, e) => {
14677
14675
  var r = qe(be(t.body), e), u = new I.MathNode("mphantom", r), a = new I.MathNode("mpadded", [u]);
@@ -14696,8 +14694,8 @@ O({
14696
14694
  };
14697
14695
  },
14698
14696
  htmlBuilder: (t, e) => {
14699
- var r = S.makeSpan(["inner"], [ae(t.body, e.withPhantom())]), u = S.makeSpan(["fix"], []);
14700
- return S.makeSpan(["mord", "rlap"], [r, u], e);
14697
+ var r = E.makeSpan(["inner"], [ae(t.body, e.withPhantom())]), u = E.makeSpan(["fix"], []);
14698
+ return E.makeSpan(["mord", "rlap"], [r, u], e);
14701
14699
  },
14702
14700
  mathmlBuilder: (t, e) => {
14703
14701
  var r = qe(be(t.body), e), u = new I.MathNode("mphantom", r), a = new I.MathNode("mpadded", [u]);
@@ -14725,7 +14723,7 @@ O({
14725
14723
  },
14726
14724
  htmlBuilder(t, e) {
14727
14725
  var r = ae(t.body, e), u = fe(t.dy, e);
14728
- return S.makeVList({
14726
+ return E.makeVList({
14729
14727
  positionType: "shift",
14730
14728
  positionData: -u,
14731
14729
  children: [{
@@ -14777,7 +14775,7 @@ O({
14777
14775
  };
14778
14776
  },
14779
14777
  htmlBuilder(t, e) {
14780
- var r = S.makeSpan(["mord", "rule"], [], e), u = fe(t.width, e), a = fe(t.height, e), n = t.shift ? fe(t.shift, e) : 0;
14778
+ var r = E.makeSpan(["mord", "rule"], [], e), u = fe(t.width, e), a = fe(t.height, e), n = t.shift ? fe(t.shift, e) : 0;
14781
14779
  return r.style.borderRightWidth = N(u), r.style.borderTopWidth = N(a), r.style.bottom = N(n), r.width = u, r.height = a + n, r.depth = -n, r.maxFontSize = a * 1.125 * e.sizeMultiplier, r;
14782
14780
  },
14783
14781
  mathmlBuilder(t, e) {
@@ -14792,9 +14790,9 @@ function fi(t, e, r) {
14792
14790
  var i = u[n].classes.indexOf("sizing");
14793
14791
  i < 0 ? Array.prototype.push.apply(u[n].classes, e.sizingClasses(r)) : u[n].classes[i + 1] === "reset-size" + e.size && (u[n].classes[i + 1] = "reset-size" + r.size), u[n].height *= a, u[n].depth *= a;
14794
14792
  }
14795
- return S.makeFragment(u);
14793
+ return E.makeFragment(u);
14796
14794
  }
14797
- var Fa = ["\\tiny", "\\sixptsize", "\\scriptsize", "\\footnotesize", "\\small", "\\normalsize", "\\large", "\\Large", "\\LARGE", "\\huge", "\\Huge"], S3 = (t, e) => {
14795
+ var Fa = ["\\tiny", "\\sixptsize", "\\scriptsize", "\\footnotesize", "\\small", "\\normalsize", "\\large", "\\Large", "\\LARGE", "\\huge", "\\Huge"], E3 = (t, e) => {
14798
14796
  var r = e.havingSize(t.size);
14799
14797
  return fi(t.body, r, e);
14800
14798
  };
@@ -14819,7 +14817,7 @@ O({
14819
14817
  body: n
14820
14818
  };
14821
14819
  },
14822
- htmlBuilder: S3,
14820
+ htmlBuilder: E3,
14823
14821
  mathmlBuilder: (t, e) => {
14824
14822
  var r = e.havingSize(t.size), u = qe(t.body, r), a = new I.MathNode("mstyle", u);
14825
14823
  return a.setAttribute("mathsize", N(r.sizeMultiplier)), a;
@@ -14861,7 +14859,7 @@ O({
14861
14859
  };
14862
14860
  },
14863
14861
  htmlBuilder: (t, e) => {
14864
- var r = S.makeSpan([], [ae(t.body, e)]);
14862
+ var r = E.makeSpan([], [ae(t.body, e)]);
14865
14863
  if (!t.smashHeight && !t.smashDepth)
14866
14864
  return r;
14867
14865
  if (t.smashHeight && (r.height = 0, r.children))
@@ -14870,14 +14868,14 @@ O({
14870
14868
  if (t.smashDepth && (r.depth = 0, r.children))
14871
14869
  for (var a = 0; a < r.children.length; a++)
14872
14870
  r.children[a].depth = 0;
14873
- var n = S.makeVList({
14871
+ var n = E.makeVList({
14874
14872
  positionType: "firstBaseline",
14875
14873
  children: [{
14876
14874
  type: "elem",
14877
14875
  elem: r
14878
14876
  }]
14879
14877
  }, e);
14880
- return S.makeSpan(["mord"], [n], e);
14878
+ return E.makeSpan(["mord"], [n], e);
14881
14879
  },
14882
14880
  mathmlBuilder: (t, e) => {
14883
14881
  var r = new I.MathNode("mpadded", [se(t.body, e)]);
@@ -14904,7 +14902,7 @@ O({
14904
14902
  },
14905
14903
  htmlBuilder(t, e) {
14906
14904
  var r = ae(t.body, e.havingCrampedStyle());
14907
- r.height === 0 && (r.height = e.fontMetrics().xHeight), r = S.wrapFragment(r, e);
14905
+ r.height === 0 && (r.height = e.fontMetrics().xHeight), r = E.wrapFragment(r, e);
14908
14906
  var u = e.fontMetrics(), a = u.defaultRuleThickness, n = a;
14909
14907
  e.style.id < K.TEXT.id && (n = e.fontMetrics().xHeight);
14910
14908
  var i = a + n / 4, s = r.height + r.depth + i + a, {
@@ -14915,7 +14913,7 @@ O({
14915
14913
  f > r.height + r.depth + i && (i = (i + f - r.height - r.depth) / 2);
14916
14914
  var b = o.height - r.height - i - d;
14917
14915
  r.style.paddingLeft = N(h);
14918
- var g = S.makeVList({
14916
+ var g = E.makeVList({
14919
14917
  positionType: "firstBaseline",
14920
14918
  children: [{
14921
14919
  type: "elem",
@@ -14933,17 +14931,17 @@ O({
14933
14931
  }]
14934
14932
  }, e);
14935
14933
  if (t.index) {
14936
- var x = e.havingStyle(K.SCRIPTSCRIPT), A = ae(t.index, x, e), M = 0.6 * (g.height - g.depth), T = S.makeVList({
14934
+ var x = e.havingStyle(K.SCRIPTSCRIPT), A = ae(t.index, x, e), M = 0.6 * (g.height - g.depth), T = E.makeVList({
14937
14935
  positionType: "shift",
14938
14936
  positionData: -M,
14939
14937
  children: [{
14940
14938
  type: "elem",
14941
14939
  elem: A
14942
14940
  }]
14943
- }, e), D = S.makeSpan(["root"], [T]);
14944
- return S.makeSpan(["mord", "sqrt"], [D, g], e);
14941
+ }, e), D = E.makeSpan(["root"], [T]);
14942
+ return E.makeSpan(["mord", "sqrt"], [D, g], e);
14945
14943
  } else
14946
- return S.makeSpan(["mord", "sqrt"], [g], e);
14944
+ return E.makeSpan(["mord", "sqrt"], [g], e);
14947
14945
  },
14948
14946
  mathmlBuilder(t, e) {
14949
14947
  var {
@@ -14996,7 +14994,7 @@ O({
14996
14994
  return n.setAttribute("scriptlevel", s[0]), n.setAttribute("displaystyle", s[1]), n;
14997
14995
  }
14998
14996
  });
14999
- var E3 = function(e, r) {
14997
+ var S3 = function(e, r) {
15000
14998
  var u = e.base;
15001
14999
  if (u)
15002
15000
  if (u.type === "op") {
@@ -15020,7 +15018,7 @@ var E3 = function(e, r) {
15020
15018
  $0({
15021
15019
  type: "supsub",
15022
15020
  htmlBuilder(t, e) {
15023
- var r = E3(t, e);
15021
+ var r = S3(t, e);
15024
15022
  if (r)
15025
15023
  return r(t, e);
15026
15024
  var {
@@ -15064,7 +15062,7 @@ $0({
15064
15062
  shift: -h,
15065
15063
  marginRight: T
15066
15064
  }];
15067
- F = S.makeVList({
15065
+ F = E.makeVList({
15068
15066
  positionType: "individualShift",
15069
15067
  children: ue
15070
15068
  }, e);
@@ -15076,13 +15074,13 @@ $0({
15076
15074
  marginLeft: D,
15077
15075
  marginRight: T
15078
15076
  }];
15079
- F = S.makeVList({
15077
+ F = E.makeVList({
15080
15078
  positionType: "shift",
15081
15079
  positionData: f,
15082
15080
  children: re
15083
15081
  }, e);
15084
15082
  } else if (s)
15085
- h = Math.max(h, A, s.depth + 0.25 * d.xHeight), F = S.makeVList({
15083
+ h = Math.max(h, A, s.depth + 0.25 * d.xHeight), F = E.makeVList({
15086
15084
  positionType: "shift",
15087
15085
  positionData: -h,
15088
15086
  children: [{
@@ -15093,8 +15091,8 @@ $0({
15093
15091
  }, e);
15094
15092
  else
15095
15093
  throw new Error("supsub must have either sup or sub.");
15096
- var Ee = Ur(i, "right") || "mord";
15097
- return S.makeSpan([Ee], [i, S.makeSpan(["msupsub"], [F])], e);
15094
+ var Se = Ur(i, "right") || "mord";
15095
+ return E.makeSpan([Se], [i, E.makeSpan(["msupsub"], [F])], e);
15098
15096
  },
15099
15097
  mathmlBuilder(t, e) {
15100
15098
  var r = !1, u, a;
@@ -15122,7 +15120,7 @@ $0({
15122
15120
  $0({
15123
15121
  type: "atom",
15124
15122
  htmlBuilder(t, e) {
15125
- return S.mathsym(t.text, t.mode, e, ["m" + t.family]);
15123
+ return E.mathsym(t.text, t.mode, e, ["m" + t.family]);
15126
15124
  },
15127
15125
  mathmlBuilder(t, e) {
15128
15126
  var r = new I.MathNode("mo", [Ze(t.text, t.mode)]);
@@ -15142,7 +15140,7 @@ var mi = {
15142
15140
  $0({
15143
15141
  type: "mathord",
15144
15142
  htmlBuilder(t, e) {
15145
- return S.makeOrd(t, e, "mathord");
15143
+ return E.makeOrd(t, e, "mathord");
15146
15144
  },
15147
15145
  mathmlBuilder(t, e) {
15148
15146
  var r = new I.MathNode("mi", [Ze(t.text, t.mode, e)]), u = gu(t, e) || "italic";
@@ -15152,7 +15150,7 @@ $0({
15152
15150
  $0({
15153
15151
  type: "textord",
15154
15152
  htmlBuilder(t, e) {
15155
- return S.makeOrd(t, e, "textord");
15153
+ return E.makeOrd(t, e, "textord");
15156
15154
  },
15157
15155
  mathmlBuilder(t, e) {
15158
15156
  var r = Ze(t.text, t.mode, e), u = gu(t, e) || "normal", a;
@@ -15179,13 +15177,13 @@ $0({
15179
15177
  if (Fr.hasOwnProperty(t.text)) {
15180
15178
  var r = Fr[t.text].className || "";
15181
15179
  if (t.mode === "text") {
15182
- var u = S.makeOrd(t, e, "textord");
15180
+ var u = E.makeOrd(t, e, "textord");
15183
15181
  return u.classes.push(r), u;
15184
15182
  } else
15185
- return S.makeSpan(["mspace", r], [S.mathsym(t.text, t.mode, e)], e);
15183
+ return E.makeSpan(["mspace", r], [E.mathsym(t.text, t.mode, e)], e);
15186
15184
  } else {
15187
15185
  if (zr.hasOwnProperty(t.text))
15188
- return S.makeSpan(["mspace", zr[t.text]], [], e);
15186
+ return E.makeSpan(["mspace", zr[t.text]], [], e);
15189
15187
  throw new H('Unknown type of space "' + t.text + '"');
15190
15188
  }
15191
15189
  },
@@ -15264,7 +15262,7 @@ O({
15264
15262
  },
15265
15263
  htmlBuilder(t, e) {
15266
15264
  var r = qa(t, e), u = ke(t.body, r, !0);
15267
- return S.makeSpan(["mord", "text"], u, r);
15265
+ return E.makeSpan(["mord", "text"], u, r);
15268
15266
  },
15269
15267
  mathmlBuilder(t, e) {
15270
15268
  var r = qa(t, e);
@@ -15289,7 +15287,7 @@ O({
15289
15287
  };
15290
15288
  },
15291
15289
  htmlBuilder(t, e) {
15292
- var r = ae(t.body, e), u = S.makeLineSpan("underline-line", e), a = e.fontMetrics().defaultRuleThickness, n = S.makeVList({
15290
+ var r = ae(t.body, e), u = E.makeLineSpan("underline-line", e), a = e.fontMetrics().defaultRuleThickness, n = E.makeVList({
15293
15291
  positionType: "top",
15294
15292
  positionData: r.height,
15295
15293
  children: [{
@@ -15306,7 +15304,7 @@ O({
15306
15304
  elem: r
15307
15305
  }]
15308
15306
  }, e);
15309
- return S.makeSpan(["mord", "underline"], [n], e);
15307
+ return E.makeSpan(["mord", "underline"], [n], e);
15310
15308
  },
15311
15309
  mathmlBuilder(t, e) {
15312
15310
  var r = new I.MathNode("mo", [new I.TextNode("‾")]);
@@ -15336,7 +15334,7 @@ O({
15336
15334
  },
15337
15335
  htmlBuilder(t, e) {
15338
15336
  var r = ae(t.body, e), u = e.fontMetrics().axisHeight, a = 0.5 * (r.height - u - (r.depth + u));
15339
- return S.makeVList({
15337
+ return E.makeVList({
15340
15338
  positionType: "shift",
15341
15339
  positionData: a,
15342
15340
  children: [{
@@ -15362,16 +15360,16 @@ O({
15362
15360
  htmlBuilder(t, e) {
15363
15361
  for (var r = Ha(t), u = [], a = e.havingStyle(e.style.text()), n = 0; n < r.length; n++) {
15364
15362
  var i = r[n];
15365
- i === "~" && (i = "\\textasciitilde"), u.push(S.makeSymbol(i, "Typewriter-Regular", t.mode, a, ["mord", "texttt"]));
15363
+ i === "~" && (i = "\\textasciitilde"), u.push(E.makeSymbol(i, "Typewriter-Regular", t.mode, a, ["mord", "texttt"]));
15366
15364
  }
15367
- return S.makeSpan(["mord", "text"].concat(a.sizingClasses(e)), S.tryCombineChars(u), a);
15365
+ return E.makeSpan(["mord", "text"].concat(a.sizingClasses(e)), E.tryCombineChars(u), a);
15368
15366
  },
15369
15367
  mathmlBuilder(t, e) {
15370
15368
  var r = new I.TextNode(Ha(t)), u = new I.MathNode("mtext", [r]);
15371
15369
  return u.setAttribute("mathvariant", "monospace"), u;
15372
15370
  }
15373
15371
  });
15374
- var Ha = (t) => t.body.replace(/ /g, t.star ? "␣" : " "), S0 = qn, pi = `[ \r
15372
+ var Ha = (t) => t.body.replace(/ /g, t.star ? "␣" : " "), E0 = qn, pi = `[ \r
15375
15373
  ]`, D3 = "\\\\[a-zA-Z@]+", T3 = "\\\\[^\uD800-\uDFFF]", z3 = "(" + D3 + ")" + pi + "*", F3 = `\\\\(
15376
15374
  |[ \r ]+
15377
15375
  ?)[ \r ]*`, Yr = "[̀-ͯ]", L3 = new RegExp(Yr + "+$"), B3 = "(" + pi + "+)|" + // whitespace
@@ -15622,7 +15620,7 @@ p("\\errmessage", (t) => {
15622
15620
  });
15623
15621
  p("\\show", (t) => {
15624
15622
  var e = t.popToken(), r = e.text;
15625
- return console.log(e, t.macros.get(r), S0[r], le.math[r], le.text[r]), "";
15623
+ return console.log(e, t.macros.get(r), E0[r], le.math[r], le.text[r]), "";
15626
15624
  });
15627
15625
  p("\\bgroup", "{");
15628
15626
  p("\\egroup", "}");
@@ -16360,14 +16358,14 @@ class q3 {
16360
16358
  * `implicitCommands`.
16361
16359
  */
16362
16360
  isDefined(e) {
16363
- return this.macros.has(e) || S0.hasOwnProperty(e) || le.math.hasOwnProperty(e) || le.text.hasOwnProperty(e) || gi.hasOwnProperty(e);
16361
+ return this.macros.has(e) || E0.hasOwnProperty(e) || le.math.hasOwnProperty(e) || le.text.hasOwnProperty(e) || gi.hasOwnProperty(e);
16364
16362
  }
16365
16363
  /**
16366
16364
  * Determine whether a command is expandable.
16367
16365
  */
16368
16366
  isExpandable(e) {
16369
16367
  var r = this.macros.get(e);
16370
- return r != null ? typeof r == "string" || typeof r == "function" || !r.unexpandable : S0.hasOwnProperty(e) && !S0[e].primitive;
16368
+ return r != null ? typeof r == "string" || typeof r == "function" || !r.unexpandable : E0.hasOwnProperty(e) && !E0[e].primitive;
16371
16369
  }
16372
16370
  }
16373
16371
  var Oa = /^[₊₋₌₍₎₀₁₂₃₄₅₆₇₈₉ₐₑₕᵢⱼₖₗₘₙₒₚᵣₛₜᵤᵥₓᵦᵧᵨᵩᵪ]/, Bt = Object.freeze({
@@ -16936,7 +16934,7 @@ class sr {
16936
16934
  for (var u = []; ; ) {
16937
16935
  this.mode === "math" && this.consumeSpaces();
16938
16936
  var a = this.fetch();
16939
- if (sr.endOfExpression.indexOf(a.text) !== -1 || r && a.text === r || e && S0[a.text] && S0[a.text].infix)
16937
+ if (sr.endOfExpression.indexOf(a.text) !== -1 || r && a.text === r || e && E0[a.text] && E0[a.text].infix)
16940
16938
  break;
16941
16939
  var n = this.parseAtom(r);
16942
16940
  if (n) {
@@ -17087,7 +17085,7 @@ class sr {
17087
17085
  * Parses an entire function, including its base and all of its arguments.
17088
17086
  */
17089
17087
  parseFunction(e, r) {
17090
- var u = this.fetch(), a = u.text, n = S0[a];
17088
+ var u = this.fetch(), a = u.text, n = E0[a];
17091
17089
  if (!n)
17092
17090
  return null;
17093
17091
  if (this.consume(), r && r !== "atom" && !n.allowedInArgument)
@@ -17111,7 +17109,7 @@ class sr {
17111
17109
  parser: this,
17112
17110
  token: a,
17113
17111
  breakOnTokenText: n
17114
- }, s = S0[e];
17112
+ }, s = E0[e];
17115
17113
  if (s && s.handler)
17116
17114
  return s.handler(i, r, u);
17117
17115
  throw new H("No function handler for " + e);
@@ -17403,7 +17401,7 @@ class sr {
17403
17401
  };
17404
17402
  i = d;
17405
17403
  } else if (r.charCodeAt(0) >= 128)
17406
- this.settings.strict && (En(r.charCodeAt(0)) ? this.mode === "math" && this.settings.reportNonstrict("unicodeTextInMathMode", 'Unicode text character "' + r[0] + '" used in math mode', e) : this.settings.reportNonstrict("unknownSymbol", 'Unrecognized Unicode character "' + r[0] + '"' + (" (" + r.charCodeAt(0) + ")"), e)), i = {
17404
+ this.settings.strict && (Sn(r.charCodeAt(0)) ? this.mode === "math" && this.settings.reportNonstrict("unicodeTextInMathMode", 'Unicode text character "' + r[0] + '" used in math mode', e) : this.settings.reportNonstrict("unknownSymbol", 'Unrecognized Unicode character "' + r[0] + '"' + (" (" + r.charCodeAt(0) + ")"), e)), i = {
17407
17405
  type: "textord",
17408
17406
  mode: "text",
17409
17407
  loc: He.range(e),
@@ -17468,7 +17466,7 @@ var H3 = function(e, r) {
17468
17466
  }, yi = function(e, r, u) {
17469
17467
  if (u.throwOnError || !(e instanceof H))
17470
17468
  throw e;
17471
- var a = S.makeSpan(["katex-error"], [new Ue(r)]);
17469
+ var a = E.makeSpan(["katex-error"], [new Ue(r)]);
17472
17470
  return a.setAttribute("title", e.toString()), a.setAttribute("style", "color:" + u.errorColor), a;
17473
17471
  }, zu = function(e, r) {
17474
17472
  var u = new hu(r);
@@ -17675,11 +17673,11 @@ const O3 = ["innerHTML"], P3 = /* @__PURE__ */ J({
17675
17673
  ]),
17676
17674
  _: 2
17677
17675
  }, [
17678
- v(Se)(v(i)) ? {
17676
+ v(Ee)(v(i)) ? {
17679
17677
  name: "intentions",
17680
17678
  fn: V(() => [
17681
17679
  w("div", {
17682
- innerHTML: v(Se)(v(i))
17680
+ innerHTML: v(Ee)(v(i))
17683
17681
  }, null, 8, j3)
17684
17682
  ]),
17685
17683
  key: "0"
@@ -17692,24 +17690,26 @@ const O3 = ["innerHTML"], P3 = /* @__PURE__ */ J({
17692
17690
  type: {},
17693
17691
  link: {},
17694
17692
  big: { type: Boolean, default: !1 },
17693
+ customHeight: {},
17695
17694
  labels: { default: () => ({
17696
17695
  noData: "no data"
17697
17696
  }) }
17698
17697
  },
17699
17698
  setup(t) {
17700
- const e = t, { type: r, link: u, big: a } = te(e);
17701
- return (n, i) => v(r) === "button" ? (_(), E("div", Y3, [
17699
+ const e = t, { type: r, link: u, big: a, customHeight: n } = te(e);
17700
+ return (i, s) => v(r) === "button" ? (_(), S("div", Y3, [
17702
17701
  U(X3, {
17703
17702
  title: v(u).title,
17704
17703
  url: v(u).url
17705
17704
  }, null, 8, ["title", "url"])
17706
- ])) : v(r) === "iframe" ? (_(), E("div", K3, [
17705
+ ])) : v(r) === "iframe" ? (_(), S("div", K3, [
17707
17706
  U(Pd, {
17708
17707
  title: v(u).title,
17709
17708
  src: v(u).url,
17710
- big: v(a)
17711
- }, null, 8, ["title", "src", "big"])
17712
- ])) : (_(), E("div", Q3, L(n.labels.noData), 1));
17709
+ big: v(a),
17710
+ "custom-height": v(n)
17711
+ }, null, 8, ["title", "src", "big", "custom-height"])
17712
+ ])) : (_(), S("div", Q3, L(i.labels.noData), 1));
17713
17713
  }
17714
17714
  }), J3 = ["innerHTML"], e6 = { class: "flex flex-col items-center border rounded-lg bg-neutral-100 md:flex-row mt-2 dark:bg-neutral-200" }, t6 = ["src", "alt"], r6 = {
17715
17715
  key: 1,
@@ -17729,7 +17729,7 @@ const O3 = ["innerHTML"], P3 = /* @__PURE__ */ J({
17729
17729
  hideIcon: { type: Boolean, default: !1 },
17730
17730
  labelCard: {},
17731
17731
  labels: { default: () => ({
17732
- acceder: "[Accéder au logiciel]"
17732
+ acceder: "Accéder au logiciel"
17733
17733
  }) }
17734
17734
  },
17735
17735
  setup(t) {
@@ -17744,13 +17744,13 @@ const O3 = ["innerHTML"], P3 = /* @__PURE__ */ J({
17744
17744
  }, Te({
17745
17745
  content: V(() => [
17746
17746
  w("div", e6, [
17747
- v(i) ? R("", !0) : (_(), E(ve, { key: 0 }, [
17748
- r.value ? (_(), E("img", {
17747
+ v(i) ? R("", !0) : (_(), S(ve, { key: 0 }, [
17748
+ r.value ? (_(), S("img", {
17749
17749
  key: 0,
17750
17750
  class: "object-cover h-24 w-full rounded-t-lg object-cover md:h-auto md:w-24 md:rounded-none md:rounded-l-lg",
17751
17751
  src: v(n),
17752
17752
  alt: `image de la lecture ${v(u)}`
17753
- }, null, 8, t6)) : (_(), E("div", r6, [
17753
+ }, null, 8, t6)) : (_(), S("div", r6, [
17754
17754
  U(ne, {
17755
17755
  "icon-path": v(oa),
17756
17756
  size: "95"
@@ -17793,11 +17793,11 @@ const O3 = ["innerHTML"], P3 = /* @__PURE__ */ J({
17793
17793
  actions: V(() => []),
17794
17794
  _: 2
17795
17795
  }, [
17796
- v(Se)(v(a)) ? {
17796
+ v(Ee)(v(a)) ? {
17797
17797
  name: "intentions",
17798
17798
  fn: V(() => [
17799
17799
  w("div", {
17800
- innerHTML: v(Se)(v(a))
17800
+ innerHTML: v(Ee)(v(a))
17801
17801
  }, null, 8, J3)
17802
17802
  ]),
17803
17803
  key: "0"
@@ -17829,7 +17829,7 @@ const O3 = ["innerHTML"], P3 = /* @__PURE__ */ J({
17829
17829
  "basis-10/12",
17830
17830
  "basis-11/12",
17831
17831
  "basis-full"
17832
- ], u = B(() => r[+e.cols]), a = B(() => e.desc ? Se(e.desc) : null), { title: n, content: i } = te(e);
17832
+ ], u = B(() => r[+e.cols]), a = B(() => e.desc ? Ee(e.desc) : null), { title: n, content: i } = te(e);
17833
17833
  return (s, o) => (_(), W(ze, {
17834
17834
  title: v(n),
17835
17835
  icon: v(_n),
@@ -17839,7 +17839,7 @@ const O3 = ["innerHTML"], P3 = /* @__PURE__ */ J({
17839
17839
  }, Te({
17840
17840
  content: V(() => [
17841
17841
  w("div", o6, [
17842
- v(i) ? (_(), E("div", {
17842
+ v(i) ? (_(), S("div", {
17843
17843
  key: 0,
17844
17844
  class: G(`mx-auto ${u.value}`)
17845
17845
  }, [
@@ -17906,7 +17906,7 @@ const O3 = ["innerHTML"], P3 = /* @__PURE__ */ J({
17906
17906
  }, o = B(() => e.domain === "null" ? null : e.domain), d = () => {
17907
17907
  r.value = !r.value;
17908
17908
  }, { term: h, graminfo: f, labels: b, src: g } = te(e);
17909
- return (x, A) => (_(), E(ve, null, [
17909
+ return (x, A) => (_(), S(ve, null, [
17910
17910
  w("span", {
17911
17911
  onClick: d,
17912
17912
  class: "cursor-pointer border-primary dark:border-primary-light border dark:text-primary-light text-primary px-2 py-1 rounded group overflow-hidden relative"
@@ -17932,7 +17932,7 @@ const O3 = ["innerHTML"], P3 = /* @__PURE__ */ J({
17932
17932
  ie(L(v(h)) + " ", 1),
17933
17933
  w("span", m6, L(v(f)), 1)
17934
17934
  ]),
17935
- u.value ? (_(), E("h4", p6, L(u.value), 1)) : R("", !0)
17935
+ u.value ? (_(), S("h4", p6, L(u.value), 1)) : R("", !0)
17936
17936
  ]),
17937
17937
  w("div", null, [
17938
17938
  U(ne, { "icon-path": v(sa) }, null, 8, ["icon-path"])
@@ -17944,7 +17944,7 @@ const O3 = ["innerHTML"], P3 = /* @__PURE__ */ J({
17944
17944
  }),
17945
17945
  w("div", b6, [
17946
17946
  w("h3", v6, L(v(b).definition), 1),
17947
- o.value ? (_(), E("span", g6, [
17947
+ o.value ? (_(), S("span", g6, [
17948
17948
  ie(L(v(b).domaine) + " : ", 1),
17949
17949
  w("span", x6, L(o.value), 1)
17950
17950
  ])) : R("", !0)
@@ -17957,15 +17957,15 @@ const O3 = ["innerHTML"], P3 = /* @__PURE__ */ J({
17957
17957
  src: v(g)
17958
17958
  }, null, 8, ["src"])) : R("", !0),
17959
17959
  a.value || n.value ? (_(), W(W0, { key: 1 })) : R("", !0),
17960
- a.value ? (_(), E("div", y6, [
17960
+ a.value ? (_(), S("div", y6, [
17961
17961
  w("span", k6, L(v(b).variations) + " :", 1),
17962
- (_(!0), E(ve, null, $e(a.value, (M, T) => (_(), E("span", {
17962
+ (_(!0), S(ve, null, $e(a.value, (M, T) => (_(), S("span", {
17963
17963
  key: `variation-${T}`
17964
17964
  }, L(M) + L(a.value.length > T + 1 ? ", " : "."), 1))), 128))
17965
17965
  ])) : R("", !0),
17966
- n.value ? (_(), E("div", w6, [
17966
+ n.value ? (_(), S("div", w6, [
17967
17967
  w("span", _6, L(v(b).relations) + " :", 1),
17968
- (_(!0), E(ve, null, $e(n.value, (M, T) => (_(), W(Be, {
17968
+ (_(!0), S(ve, null, $e(n.value, (M, T) => (_(), W(Be, {
17969
17969
  key: `relation-${T}`,
17970
17970
  size: "small",
17971
17971
  rounded: "",
@@ -18017,10 +18017,10 @@ const O3 = ["innerHTML"], P3 = /* @__PURE__ */ J({
18017
18017
  }, A6 = {
18018
18018
  key: 0,
18019
18019
  class: "font-bold"
18020
- }, S6 = {
18020
+ }, E6 = {
18021
18021
  key: 1,
18022
18022
  class: "text-xs ml-1"
18023
- }, E6 = {
18023
+ }, S6 = {
18024
18024
  key: 2,
18025
18025
  class: "mx-4"
18026
18026
  }, M6 = {
@@ -18060,7 +18060,7 @@ const O3 = ["innerHTML"], P3 = /* @__PURE__ */ J({
18060
18060
  }, { event: h } = te(e);
18061
18061
  return (f, b) => {
18062
18062
  var g, x, A, M, T, D, z;
18063
- return _(), E("div", {
18063
+ return _(), S("div", {
18064
18064
  class: G(`cursor-pointer ml-10 relative flex items-center p-2 ${o.value.border} border border-2 rounded-r-lg mb-8 flex-col md:flex-row space-y-4 md:space-y-0`),
18065
18065
  onClick: a
18066
18066
  }, [
@@ -18074,11 +18074,11 @@ const O3 = ["innerHTML"], P3 = /* @__PURE__ */ J({
18074
18074
  w("div", {
18075
18075
  class: G(`${o.value.text} text-sm`)
18076
18076
  }, [
18077
- (g = n.value) != null && g.date.trim() ? (_(), E("span", A6, L(n.value.date), 1)) : R("", !0),
18078
- (x = n.value) != null && x.hour.trim() ? (_(), E("span", S6, L(n.value.hour), 1)) : R("", !0),
18079
- (A = i.value) != null && A.date.trim() ? (_(), E("span", E6, "-")) : R("", !0),
18080
- (M = i.value) != null && M.date.trim() ? (_(), E("span", M6, L(i.value.date), 1)) : R("", !0),
18081
- (T = i.value) != null && T.hour.trim() ? (_(), E("span", D6, L(i.value.hour), 1)) : R("", !0)
18077
+ (g = n.value) != null && g.date.trim() ? (_(), S("span", A6, L(n.value.date), 1)) : R("", !0),
18078
+ (x = n.value) != null && x.hour.trim() ? (_(), S("span", E6, L(n.value.hour), 1)) : R("", !0),
18079
+ (A = i.value) != null && A.date.trim() ? (_(), S("span", S6, "-")) : R("", !0),
18080
+ (M = i.value) != null && M.date.trim() ? (_(), S("span", M6, L(i.value.date), 1)) : R("", !0),
18081
+ (T = i.value) != null && T.hour.trim() ? (_(), S("span", D6, L(i.value.hour), 1)) : R("", !0)
18082
18082
  ], 2),
18083
18083
  w("h2", {
18084
18084
  class: G(`text-2xl ${o.value.text}`)
@@ -18091,7 +18091,7 @@ const O3 = ["innerHTML"], P3 = /* @__PURE__ */ J({
18091
18091
  w("div", {
18092
18092
  class: G(`${s.value ? "flex" : ""} py-4`)
18093
18093
  }, [
18094
- s.value ? (_(), E("div", T6, [
18094
+ s.value ? (_(), S("div", T6, [
18095
18095
  U(dt, {
18096
18096
  noModal: "",
18097
18097
  cols: "8",
@@ -18101,7 +18101,7 @@ const O3 = ["innerHTML"], P3 = /* @__PURE__ */ J({
18101
18101
  ])) : R("", !0),
18102
18102
  w("div", {
18103
18103
  class: "flex-1",
18104
- innerHTML: v(Se)(v(h).text.text)
18104
+ innerHTML: v(Ee)(v(h).text.text)
18105
18105
  }, null, 8, z6)
18106
18106
  ], 2)
18107
18107
  ], 512)
@@ -18141,12 +18141,12 @@ const O3 = ["innerHTML"], P3 = /* @__PURE__ */ J({
18141
18141
  }, { title: s } = te(e);
18142
18142
  return (o, d) => {
18143
18143
  var h, f;
18144
- return _(), E("div", null, [
18144
+ return _(), S("div", null, [
18145
18145
  w("div", L6, [
18146
18146
  w("h3", B6, L((h = v(s)) == null ? void 0 : h.text.headline), 1),
18147
18147
  w("p", null, L((f = v(s)) == null ? void 0 : f.text.text), 1),
18148
18148
  w("div", $6, [
18149
- (_(!0), E(ve, null, $e(r.value, (b) => (_(), E("span", {
18149
+ (_(!0), S(ve, null, $e(r.value, (b) => (_(), S("span", {
18150
18150
  key: b.id,
18151
18151
  onClick: (g) => i(b),
18152
18152
  class: G(`mr-2 mb-2 inline-block cursor-pointer text-sm px-2 py-1 rounded border ${u(b.color).border} ${b.active ? "text-white" : u(b.color).text} ${b.active ? u(b.color).bg : ""}`)
@@ -18164,7 +18164,7 @@ const O3 = ["innerHTML"], P3 = /* @__PURE__ */ J({
18164
18164
  tag: "div"
18165
18165
  }, {
18166
18166
  default: V(() => [
18167
- (_(!0), E(ve, null, $e(n.value, (b, g) => (_(), W(ki, {
18167
+ (_(!0), S(ve, null, $e(n.value, (b, g) => (_(), W(ki, {
18168
18168
  key: `${g}-card-${b.id}`,
18169
18169
  event: b
18170
18170
  }, null, 8, ["event"]))), 128))
@@ -18203,7 +18203,7 @@ const O3 = ["innerHTML"], P3 = /* @__PURE__ */ J({
18203
18203
  return `https://www.youtube.com/embed/${b}`;
18204
18204
  }
18205
18205
  return f;
18206
- }), n = B(() => e.labels.intentions ? Xe(e.labels.intentions) ? e.labels.intentions : Ke(e.labels.intentions) : null), i = (f) => {
18206
+ }), n = B(() => e.intentions ? Xe(e.intentions) ? e.intentions : Ke(e.intentions) : null), i = (f) => {
18207
18207
  const b = f.match(/\/([^\/]+)$/);
18208
18208
  return b ? b[1] : null;
18209
18209
  }, { src: s, title: o, hideIcon: d, type: h } = te(e);
@@ -18216,7 +18216,7 @@ const O3 = ["innerHTML"], P3 = /* @__PURE__ */ J({
18216
18216
  }, Te({
18217
18217
  content: V(() => [
18218
18218
  w("div", R6, [
18219
- u.value ? (_(), E("video", {
18219
+ u.value ? (_(), S("video", {
18220
18220
  key: 0,
18221
18221
  ref_key: "video",
18222
18222
  ref: r,
@@ -18224,7 +18224,7 @@ const O3 = ["innerHTML"], P3 = /* @__PURE__ */ J({
18224
18224
  src: v(s),
18225
18225
  width: "640",
18226
18226
  controlsList: "nodownload"
18227
- }, null, 8, N6)) : (_(), E("iframe", {
18227
+ }, null, 8, N6)) : (_(), S("iframe", {
18228
18228
  key: 1,
18229
18229
  src: a.value,
18230
18230
  width: "100%",
@@ -18304,16 +18304,15 @@ const O3 = ["innerHTML"], P3 = /* @__PURE__ */ J({
18304
18304
  domain: "Domaine",
18305
18305
  relations: "Relations",
18306
18306
  definition: "La definition n'est pas disponible",
18307
- variations: "Variation(s)",
18308
- imageDuTerme: "Image du terme "
18307
+ variations: "Variation(s)"
18309
18308
  }) }
18310
18309
  },
18311
18310
  setup(t) {
18312
18311
  const e = t, r = B(() => e.glossary.find((d) => d.id === e.term.id)), u = B(() => r.value ? r.value.domain || r.value.variation.length > 0 ? "w-1/3" : "w-full" : ""), a = B(() => r.value ? r.value.variation.length > 0 ? "w-1/4" : "w-3/4" : ""), n = B(() => r.value ? r.value.domain ? "w-2/4" : "w-3/4" : ""), i = (d) => e.glossary.filter((f) => d.some((b) => f.id === b)).map((f) => ({ id: f.id, term: f.term })), s = Wa(), o = (d) => {
18313
18312
  s.hasRoute("glossary") && s.push({ path: "/glossary", query: { word: d } });
18314
18313
  };
18315
- return (d, h) => (_(), E("div", G6, [
18316
- r.value ? (_(), E("div", j6, [
18314
+ return (d, h) => (_(), S("div", G6, [
18315
+ r.value ? (_(), S("div", j6, [
18317
18316
  w("div", U6, [
18318
18317
  w("h2", Z6, L(r.value.term), 1),
18319
18318
  w("div", W6, [
@@ -18323,45 +18322,45 @@ const O3 = ["innerHTML"], P3 = /* @__PURE__ */ J({
18323
18322
  w("p", X6, L(d.labels.information), 1),
18324
18323
  w("div", Y6, L(r.value.graminfo), 1)
18325
18324
  ], 2),
18326
- r.value.domain ? (_(), E("div", {
18325
+ r.value.domain ? (_(), S("div", {
18327
18326
  key: 0,
18328
18327
  class: G(a.value)
18329
18328
  }, [
18330
18329
  w("p", K6, L(d.labels.domain), 1),
18331
18330
  w("div", Q6, L(r.value.domain), 1)
18332
18331
  ], 2)) : R("", !0),
18333
- r.value.variation.length > 0 ? (_(), E("div", {
18332
+ r.value.variation.length > 0 ? (_(), S("div", {
18334
18333
  key: 1,
18335
18334
  class: G(n.value)
18336
18335
  }, [
18337
18336
  w("p", J6, L(d.labels.variations), 1),
18338
18337
  w("div", e5, [
18339
- (_(!0), E(ve, null, $e(r.value.variation, (f, b) => (_(), E("span", {
18338
+ (_(!0), S(ve, null, $e(r.value.variation, (f, b) => (_(), S("span", {
18340
18339
  key: `v-${b}`
18341
18340
  }, L(f) + L(r.value.variation.length > b + 1 ? ", " : "."), 1))), 128))
18342
18341
  ])
18343
18342
  ], 2)) : R("", !0)
18344
18343
  ]),
18345
- r.value.img ? (_(), E("div", r5, [
18344
+ r.value.img ? (_(), S("div", r5, [
18346
18345
  w("div", {
18347
18346
  class: "px-2 py-6",
18348
- innerHTML: v(Se)(r.value.definition)
18347
+ innerHTML: v(Ee)(r.value.definition)
18349
18348
  }, null, 8, u5),
18350
18349
  w("img", {
18351
18350
  class: "h-60",
18352
18351
  src: r.value.img,
18353
- alt: `${d.labels.imageDuTerme} ${r.value.term}`
18352
+ alt: `Image du terme ${r.value.term}`
18354
18353
  }, null, 8, a5)
18355
- ])) : (_(), E("div", {
18354
+ ])) : (_(), S("div", {
18356
18355
  key: 0,
18357
18356
  class: "px-2 py-6",
18358
- innerHTML: v(Se)(r.value.definition)
18357
+ innerHTML: v(Ee)(r.value.definition)
18359
18358
  }, null, 8, t5)),
18360
18359
  w("div", null, [
18361
- r.value.relation.length > 0 ? (_(), E("div", n5, [
18360
+ r.value.relation.length > 0 ? (_(), S("div", n5, [
18362
18361
  w("p", i5, L(d.labels.relations), 1),
18363
18362
  w("div", s5, [
18364
- (_(!0), E(ve, null, $e(i(r.value.relation), (f, b) => (_(), E("button", {
18363
+ (_(!0), S(ve, null, $e(i(r.value.relation), (f, b) => (_(), S("button", {
18365
18364
  key: `relation-${b}`,
18366
18365
  class: "p-1 border rounded mr-1",
18367
18366
  onClick: (g) => o(f.term)
@@ -18370,7 +18369,7 @@ const O3 = ["innerHTML"], P3 = /* @__PURE__ */ J({
18370
18369
  ])) : R("", !0)
18371
18370
  ])
18372
18371
  ])
18373
- ])) : (_(), E("div", l5, L(d.labels.definition), 1))
18372
+ ])) : (_(), S("div", l5, L(d.labels.definition), 1))
18374
18373
  ]));
18375
18374
  }
18376
18375
  }), c5 = {}, d5 = {
@@ -18419,7 +18418,7 @@ const O3 = ["innerHTML"], P3 = /* @__PURE__ */ J({
18419
18418
  h5
18420
18419
  ];
18421
18420
  function m5(t, e) {
18422
- return _(), E("svg", d5, f5);
18421
+ return _(), S("svg", d5, f5);
18423
18422
  }
18424
18423
  const wi = /* @__PURE__ */ K0(c5, [["render", m5]]), Bu = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
18425
18424
  __proto__: null,
@@ -18471,7 +18470,7 @@ const wi = /* @__PURE__ */ K0(c5, [["render", m5]]), Bu = /* @__PURE__ */ Object
18471
18470
  bg-center`), a = B(() => r.src ? r.src : "https://live.staticflickr.com/1757/42677241511_a350206ac2_b.jpg"), n = e, i = () => {
18472
18471
  n("clicked");
18473
18472
  }, { title: s, headerImgColor: o, big: d } = te(r);
18474
- return (h, f) => (_(), E("section", {
18473
+ return (h, f) => (_(), S("section", {
18475
18474
  class: G(`${v(d) ? "h-screen " : ""}items-center overflow-hidden relative `),
18476
18475
  ref: "el"
18477
18476
  }, [
@@ -18513,16 +18512,16 @@ const wi = /* @__PURE__ */ K0(c5, [["render", m5]]), Bu = /* @__PURE__ */ Object
18513
18512
  ]),
18514
18513
  w("div", b5, [
18515
18514
  w("div", v5, [
18516
- v(s) || h.subtitle ? (_(), E("div", g5, [
18515
+ v(s) || h.subtitle ? (_(), S("div", g5, [
18517
18516
  w("div", x5, [
18518
- v(s) ? (_(), E("h1", y5, L(v(s)), 1)) : R("", !0),
18519
- h.subtitle ? (_(), E("h2", k5, L(h.subtitle), 1)) : R("", !0)
18517
+ v(s) ? (_(), S("h1", y5, L(v(s)), 1)) : R("", !0),
18518
+ h.subtitle ? (_(), S("h2", k5, L(h.subtitle), 1)) : R("", !0)
18520
18519
  ])
18521
18520
  ])) : R("", !0)
18522
18521
  ])
18523
18522
  ])
18524
18523
  ], 2),
18525
- r.big ? (_(), E("div", w5, [
18524
+ r.big ? (_(), S("div", w5, [
18526
18525
  w("div", {
18527
18526
  class: "mx-auto w-12 bg-white rounded-full p-2",
18528
18527
  onClick: i
@@ -18541,7 +18540,7 @@ const wi = /* @__PURE__ */ K0(c5, [["render", m5]]), Bu = /* @__PURE__ */ Object
18541
18540
  }, C5 = {
18542
18541
  key: 0,
18543
18542
  class: "w-1/5 mr-6"
18544
- }, A5 = ["src"], S5 = {
18543
+ }, A5 = ["src"], E5 = {
18545
18544
  key: 1,
18546
18545
  class: "flex items-center justify-center px-7"
18547
18546
  }, sh = /* @__PURE__ */ J({
@@ -18557,7 +18556,7 @@ const wi = /* @__PURE__ */ K0(c5, [["render", m5]]), Bu = /* @__PURE__ */ Object
18557
18556
  if (e.card)
18558
18557
  return "text-white";
18559
18558
  }), u = B(() => e.card ? "text-white" : "text-neutral-500"), a = B(() => e.card ? "md:rounded-lg" : "md:rounded-l-md"), { author: n, img: i, card: s, hideIcon: o } = te(e);
18560
- return (d, h) => (_(), E("div", {
18559
+ return (d, h) => (_(), S("div", {
18561
18560
  class: G(v(s) ? "w-4/6 mx-auto" : "")
18562
18561
  }, [
18563
18562
  U(su, {
@@ -18567,13 +18566,13 @@ const wi = /* @__PURE__ */ K0(c5, [["render", m5]]), Bu = /* @__PURE__ */ Object
18567
18566
  }, {
18568
18567
  default: V(() => [
18569
18568
  w("div", _5, [
18570
- v(i) ? (_(), E("div", C5, [
18569
+ v(i) ? (_(), S("div", C5, [
18571
18570
  w("img", {
18572
18571
  class: G(`${a.value} md:w-full md:h-full md:object-cover md:rounded-l-md`),
18573
18572
  src: v(i),
18574
18573
  alt: "Image of quote"
18575
18574
  }, null, 10, A5)
18576
- ])) : v(o) ? R("", !0) : (_(), E("div", S5, [
18575
+ ])) : v(o) ? R("", !0) : (_(), S("div", E5, [
18577
18576
  w("div", {
18578
18577
  class: G(v(s) ? "text-white" : "text-stone-700")
18579
18578
  }, [
@@ -18587,7 +18586,7 @@ const wi = /* @__PURE__ */ K0(c5, [["render", m5]]), Bu = /* @__PURE__ */ Object
18587
18586
  class: G(`py-6 flex-1 ${r.value} ${v(o) ? "px-6" : "pr-2"}`)
18588
18587
  }, [
18589
18588
  ye(d.$slots, "default"),
18590
- v(n) ? (_(), E(ve, { key: 0 }, [
18589
+ v(n) ? (_(), S(ve, { key: 0 }, [
18591
18590
  U(W0, { size: "border" }),
18592
18591
  w("p", {
18593
18592
  class: G(`italic ${u.value}`)
@@ -18600,7 +18599,7 @@ const wi = /* @__PURE__ */ K0(c5, [["render", m5]]), Bu = /* @__PURE__ */ Object
18600
18599
  }, 8, ["density", "outlined", "color"])
18601
18600
  ], 2));
18602
18601
  }
18603
- }), E5 = { key: 0 }, M5 = /* @__PURE__ */ w("span", { class: "shape block bg-gray-200 rounded-full dark:bg-gray-300" }, null, -1), D5 = [
18602
+ }), S5 = { key: 0 }, M5 = /* @__PURE__ */ w("span", { class: "shape block bg-gray-200 rounded-full dark:bg-gray-300" }, null, -1), D5 = [
18604
18603
  M5
18605
18604
  ], T5 = { key: 1 }, z5 = /* @__PURE__ */ w("span", { class: "shape block bg-gray-200 dark:bg-gray-300 rounded-lg" }, null, -1), F5 = [
18606
18605
  z5
@@ -18618,11 +18617,11 @@ const wi = /* @__PURE__ */ K0(c5, [["render", m5]]), Bu = /* @__PURE__ */ Object
18618
18617
  "7e73c118": r
18619
18618
  }));
18620
18619
  const e = t, r = e.width / 4 + "rem", u = e.height / 4 + "rem", a = e.animation ? e.animation : "animate-pulse";
18621
- return (n, i) => (_(), E("div", null, [
18620
+ return (n, i) => (_(), S("div", null, [
18622
18621
  w("div", {
18623
18622
  class: G(["flex p-2", v(a)])
18624
18623
  }, [
18625
- e.type === "circle" ? (_(), E("div", E5, D5)) : e.type === "rectangle" ? (_(), E("div", T5, F5)) : R("", !0)
18624
+ e.type === "circle" ? (_(), S("div", S5, D5)) : e.type === "rectangle" ? (_(), S("div", T5, F5)) : R("", !0)
18626
18625
  ], 2)
18627
18626
  ]));
18628
18627
  }
@@ -18645,7 +18644,7 @@ export {
18645
18644
  ih as O,
18646
18645
  sh as P,
18647
18646
  oh as Q,
18648
- Sd as R,
18647
+ Ed as R,
18649
18648
  $c as S,
18650
18649
  nu as T,
18651
18650
  cd as U,