ep-lib-ts 1.0.5 → 1.0.7

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 (130) hide show
  1. package/dist/BgAudio-D0BwVnii.js +4 -0
  2. package/dist/DisplayBox-B3jLORDu.js +4 -0
  3. package/dist/EpAlert-D5AOZDyu.js +4 -0
  4. package/dist/EpAudio-BAVn7Gy8.js +4 -0
  5. package/dist/EpBadge-CN9Fg8sD.js +4 -0
  6. package/dist/EpBarChart-C52e3Mbz.js +4 -0
  7. package/dist/EpBtn-DxrWf_6y.js +4 -0
  8. package/dist/EpCard-XTDLhqEF.js +4 -0
  9. package/dist/EpChip-BUrLsOFK.js +4 -0
  10. package/dist/{EpCodeblock-DX7H-PE3.js → EpCodeblock-C4BqtKtL.js} +2 -2
  11. package/dist/EpContentSlider-FwYItAWJ.js +4 -0
  12. package/dist/EpDarkmode-D1jXUoSC.js +26 -0
  13. package/dist/EpDivider-o4AVzJRd.js +4 -0
  14. package/dist/EpEdu-BsEWOTfl.js +4 -0
  15. package/dist/EpFlex-D3XiP-Ra.js +4 -0
  16. package/dist/EpFunnelChart-kJQY8nsy.js +4 -0
  17. package/dist/EpHeader-CcVcrJVb.js +4 -0
  18. package/dist/{EpHover-CGtVjFli.js → EpHover-nZS2pYFG.js} +1 -1
  19. package/dist/EpIcon-DSM8BNpa.js +4 -0
  20. package/dist/EpIframe-cjC7BBGu.js +4 -0
  21. package/dist/EpImg-Ccjnd-bG.js +4 -0
  22. package/dist/{EpInput-BlwqQ8GO.js → EpInput-B27QoOBx.js} +2 -3
  23. package/dist/EpLineChart-Di24eSaw.js +4 -0
  24. package/dist/EpLink-C5hN_hjD.js +4 -0
  25. package/dist/EpLinkVersion-CuI6JzA0.js +4 -0
  26. package/dist/{EpList-CzlKDgP3.js → EpList-DIO_ZIFr.js} +1 -1
  27. package/dist/EpModal-BM979tQ-.js +4 -0
  28. package/dist/{EpNothing-CXDeB2Xh.js → EpNothing-Cr3m7JTf.js} +1 -1
  29. package/dist/EpPieChart-CV4A5nSn.js +4 -0
  30. package/dist/EpQuestion-FC0tDPMy.js +4 -0
  31. package/dist/EpQuote-Ce2SMrW3.js +4 -0
  32. package/dist/EpRadio-BIJU0eLQ.js +4 -0
  33. package/dist/EpRadioSummative-B04LRKD6.js +4 -0
  34. package/dist/EpReading-DWrILG_f.js +4 -0
  35. package/dist/EpResource-Bmkn_JKt.js +4 -0
  36. package/dist/EpScope-CGUMWNrb.js +4 -0
  37. package/dist/EpSection-DM9t-9CY.js +4 -0
  38. package/dist/{EpSelect-DN7s_Aty.js → EpSelect-CTskxx5V.js} +1 -1
  39. package/dist/EpSkeleton-DVyxuzQ8.js +4 -0
  40. package/dist/EpSoftware-BVu58Hnm.js +4 -0
  41. package/dist/EpSpinner-FS5o8YG9.js +4 -0
  42. package/dist/EpSummativeTable-ByMD9LrS.js +4 -0
  43. package/dist/EpSvg-DNGYQ1Pd.js +4 -0
  44. package/dist/EpTable-Bq2_17qt.js +4 -0
  45. package/dist/EpTerm-CubK5Of7.js +4 -0
  46. package/dist/EpText-2tBQKmQ-.js +4 -0
  47. package/dist/EpTimeLine-DPxKR6hE.js +4 -0
  48. package/dist/EpVideo-BdWZutia.js +4 -0
  49. package/dist/EpVideoPanopto-BZ4JWjbT.js +4 -0
  50. package/dist/EpWordDef-BhzmB00q.js +4 -0
  51. package/dist/components/charts/EpPieChart.vue.d.ts +1 -0
  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 +11 -11
  57. package/dist/ep-lib-ts.umd.cjs +52 -52
  58. package/dist/{index-DNwUz3uD.js → index-BIMaadN6.js} +204 -407
  59. package/dist/{index-Skmdww7c.js → index-BZaMooWT.js} +4536 -4256
  60. package/dist/index.d.ts +1 -42
  61. package/dist/{prism-DENTMpmV.js → prism-Bh7wZVTO.js} +1 -1
  62. package/dist/style.css +1 -1
  63. package/package.json +2 -2
  64. package/src/components/basics/EpCard.vue +1 -1
  65. package/src/components/basics/EpImg.vue +11 -11
  66. package/src/components/basics/EpTable.vue +3 -3
  67. package/src/components/charts/EpBarChart.vue +24 -16
  68. package/src/components/charts/EpFunnelChart.vue +98 -91
  69. package/src/components/charts/EpLineChart.vue +18 -13
  70. package/src/components/charts/EpPieChart.vue +21 -4
  71. package/src/components/educationals/EpEdu.vue +4 -4
  72. package/src/components/educationals/EpReading.vue +8 -8
  73. package/src/components/interactions/EpAccordeon.vue +1 -1
  74. package/src/components/interactions/EpContentSlider.vue +4 -4
  75. package/src/components/interactions/EpDarkmode.vue +6 -3
  76. package/src/components/interactions/EpQuestion.vue +9 -9
  77. package/src/components/interactions/EpSummativeTable.vue +2 -2
  78. package/src/components/medias/EpCarousel.vue +2 -2
  79. package/src/components/medias/EpLink.vue +1 -2
  80. package/src/components/medias/EpLinkVersion.vue +3 -2
  81. package/src/components/medias/EpSoftware.vue +3 -3
  82. package/src/components/medias/EpVideo.vue +4 -4
  83. package/src/components/medias/EpWordDef.vue +9 -11
  84. package/src/components/signages/EpAlert.vue +16 -2
  85. package/src/components/signages/EpHeader.vue +2 -2
  86. package/src/components/signages/EpQuote.vue +2 -2
  87. package/dist/BgAudio-Bz6aPUrZ.js +0 -4
  88. package/dist/DisplayBox-B7EYuWTN.js +0 -4
  89. package/dist/EpAlert-DCZ6DiMo.js +0 -4
  90. package/dist/EpAudio-DkM9fjmw.js +0 -4
  91. package/dist/EpBadge-CY0YoXxs.js +0 -4
  92. package/dist/EpBarChart-DJeIqz8f.js +0 -4
  93. package/dist/EpBtn-Bdld4mlP.js +0 -4
  94. package/dist/EpCard-vA65yxkZ.js +0 -4
  95. package/dist/EpChip-DfM8BIuk.js +0 -4
  96. package/dist/EpContentSlider-C_c1OeHV.js +0 -4
  97. package/dist/EpDarkmode-CVX7I7Oh.js +0 -22
  98. package/dist/EpDivider-Ca6DbpJs.js +0 -4
  99. package/dist/EpEdu-CtxBXkGE.js +0 -4
  100. package/dist/EpFlex-BReEWQoW.js +0 -4
  101. package/dist/EpFunnelChart-Ch-dprll.js +0 -4
  102. package/dist/EpHeader-u8-Q9UwT.js +0 -4
  103. package/dist/EpIcon-CvvMgRw9.js +0 -4
  104. package/dist/EpIframe-BLu6Nhfj.js +0 -4
  105. package/dist/EpImg-DsxiqbDu.js +0 -4
  106. package/dist/EpLineChart-DSoKvkMi.js +0 -4
  107. package/dist/EpLink-6X0q9juy.js +0 -4
  108. package/dist/EpLinkVersion-CTq-NTLq.js +0 -4
  109. package/dist/EpModal-CXOvBxNP.js +0 -4
  110. package/dist/EpPieChart-vDhYE00b.js +0 -4
  111. package/dist/EpQuestion-D-9FxFL6.js +0 -4
  112. package/dist/EpQuote-H6SRcev1.js +0 -4
  113. package/dist/EpRadio-CE-j3WNH.js +0 -4
  114. package/dist/EpRadioSummative-CzssksYf.js +0 -4
  115. package/dist/EpReading-BwFuRUX0.js +0 -4
  116. package/dist/EpResource-DpdLV5X_.js +0 -4
  117. package/dist/EpScope-TsPj_Kwq.js +0 -4
  118. package/dist/EpSection-DQ1dy14X.js +0 -4
  119. package/dist/EpSkeleton-BDPfEznW.js +0 -4
  120. package/dist/EpSoftware-ClsoVdd5.js +0 -4
  121. package/dist/EpSpinner-vo13Q_qa.js +0 -4
  122. package/dist/EpSummativeTable-DsqZCxwk.js +0 -4
  123. package/dist/EpSvg-BdM22Kv5.js +0 -4
  124. package/dist/EpTable-C88t_8Ty.js +0 -4
  125. package/dist/EpTerm-BhaC_QJL.js +0 -4
  126. package/dist/EpText-CrZ6bzKd.js +0 -4
  127. package/dist/EpTimeLine-BFgDubiK.js +0 -4
  128. package/dist/EpVideo-IKtqXyPs.js +0 -4
  129. package/dist/EpVideoPanopto-Z2CQoaIu.js +0 -4
  130. package/dist/EpWordDef-CkFC1G8H.js +0 -4
@@ -0,0 +1,4 @@
1
+ import { S as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { T as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { O as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { E as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { c as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { o } from "./index-BZaMooWT.js";
2
+ export {
3
+ o as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { d as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { e } from "./index-BZaMooWT.js";
2
+ export {
3
+ e as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -1336,11 +1336,11 @@ const tn = { class: "v-code-block--button-copy" }, ln = { class: "v-code-block--
1336
1336
  const s = e.value.code.toString();
1337
1337
  F.value = JSON.stringify(JSON.parse(s), null, e.value.indent);
1338
1338
  }
1339
- })(), e.value.highlightjs && import("./index-DNwUz3uD.js").then((s) => {
1339
+ })(), e.value.highlightjs && import("./index-BIMaadN6.js").then((s) => {
1340
1340
  Y = s.default, Y.registerLanguage("plain", on), P.value = Y.highlight(F.value, { language: e.value.lang }).value;
1341
1341
  }).catch((s) => {
1342
1342
  console.error("Highlight.js import:", { err: s });
1343
- }), e.value.prismjs && import("./prism-DENTMpmV.js").then((s) => s.p).then((s) => {
1343
+ }), e.value.prismjs && import("./prism-Bh7wZVTO.js").then((s) => s.p).then((s) => {
1344
1344
  Z = s.default, P.value = Z.highlight(F.value, Z.languages[e.value.lang], e.value.lang);
1345
1345
  }).catch((s) => {
1346
1346
  console.error("PrismJS import:", { err: s });
@@ -0,0 +1,4 @@
1
+ import { z as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,26 @@
1
+ import { defineComponent as i, ref as h, onMounted as p, openBlock as r, createElementBlock as a, createCommentVNode as c } from "vue";
2
+ import { A as g } from "./index-BZaMooWT.js";
3
+ const f = { key: 0 }, k = { key: 1 }, C = /* @__PURE__ */ i({
4
+ __name: "EpDarkmode",
5
+ emits: ["update:userMode"],
6
+ setup(_, { emit: l }) {
7
+ const s = g(), n = l, o = (e) => {
8
+ localStorage.setItem("user-theme", e), s.value = e, t.value = e, document.documentElement.className = e;
9
+ }, u = () => {
10
+ const e = localStorage.getItem("user-theme");
11
+ return s.value = e, e;
12
+ }, m = () => {
13
+ const e = localStorage.getItem("user-theme");
14
+ o(e === "light" ? "dark" : "light"), n("update:userMode", t.value);
15
+ }, d = () => window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light", t = h(u() || d());
16
+ return p(() => {
17
+ o(t.value), n("update:userMode", t.value);
18
+ }), (e, v) => (r(), a("button", { onClick: m }, [
19
+ t.value === "dark" ? (r(), a("span", f, " ☀️ ")) : c("", !0),
20
+ t.value === "light" ? (r(), a("span", k, " 🌙 ")) : c("", !0)
21
+ ]));
22
+ }
23
+ });
24
+ export {
25
+ C as default
26
+ };
@@ -0,0 +1,4 @@
1
+ import { g as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { s } from "./index-BZaMooWT.js";
2
+ export {
3
+ s as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { h as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { p as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { P as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as c, computed as t, openBlock as i, createElementBlock as u, renderSlot as f, createElementVNode as d, normalizeClass as p, toDisplayString as m } from "vue";
2
- import { u as o } from "./index-Skmdww7c.js";
2
+ import { u as o } from "./index-BZaMooWT.js";
3
3
  const v = { class: "relative max-w-xs overflow-hidden bg-cover bg-no-repeat" }, h = /* @__PURE__ */ c({
4
4
  __name: "EpHover",
5
5
  props: {
@@ -0,0 +1,4 @@
1
+ import { i as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { F as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { j as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -1,5 +1,5 @@
1
1
  import { computed as E, toValue as O, unref as f, onMounted as We, getCurrentInstance as H, provide as Je, isRef as le, watch as B, onBeforeUnmount as Ye, inject as Xe, ref as re, reactive as Ze, onUnmounted as et, nextTick as tt, defineComponent as rt, toRefs as nt, toRef as ot, openBlock as he, createElementBlock as be, Fragment as it, createTextVNode as me, toDisplayString as Y, createElementVNode as I, createVNode as at, withDirectives as lt, vModelText as ut, createCommentVNode as st } from "vue";
2
- import { c as ct, w as dt } from "./index-Skmdww7c.js";
2
+ import { c as ct, w as dt } from "./index-BZaMooWT.js";
3
3
  function ft() {
4
4
  return ke().__VUE_DEVTOOLS_GLOBAL_HOOK__;
5
5
  }
@@ -131,8 +131,7 @@ function ge(e, t, r) {
131
131
  typeof r.value == "object" && (r.value = P(r.value)), !r.enumerable || r.get || r.set || !r.configurable || !r.writable || t === "__proto__" ? Object.defineProperty(e, t, r) : e[t] = r.value;
132
132
  }
133
133
  function P(e) {
134
- if (typeof e != "object")
135
- return e;
134
+ if (typeof e != "object") return e;
136
135
  var t = 0, r, n, o, i = Object.prototype.toString.call(e);
137
136
  if (i === "[object Object]" ? o = Object.create(e.__proto__ || null) : i === "[object Array]" ? o = Array(e.length) : i === "[object Set]" ? (o = /* @__PURE__ */ new Set(), e.forEach(function(a) {
138
137
  o.add(P(a));
@@ -0,0 +1,4 @@
1
+ import { q as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { G as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { H as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -1,5 +1,5 @@
1
1
  import { openBlock as t, createElementBlock as o, renderSlot as r } from "vue";
2
- import { a as s } from "./index-Skmdww7c.js";
2
+ import { a as s } from "./index-BZaMooWT.js";
3
3
  const c = {}, n = { class: "py-6 px-3 w-1/4 min-w-[180px]" };
4
4
  function a(e, l) {
5
5
  return t(), o("ul", n, [
@@ -0,0 +1,4 @@
1
+ import { B as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -1,5 +1,5 @@
1
1
  import { openBlock as e, createElementBlock as o } from "vue";
2
- import { a as t } from "./index-Skmdww7c.js";
2
+ import { a as t } from "./index-BZaMooWT.js";
3
3
  const n = {};
4
4
  function r(c, a) {
5
5
  return e(), o("div", null, " no data ");
@@ -0,0 +1,4 @@
1
+ import { r } from "./index-BZaMooWT.js";
2
+ export {
3
+ r as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { C as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { Q as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { x as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { y as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { b as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { t } from "./index-BZaMooWT.js";
2
+ export {
3
+ t as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { v as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { k as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as t, openBlock as l, createElementBlock as a, createElementVNode as r, toDisplayString as o, createVNode as n, unref as d } from "vue";
2
- import { c as s, w as b } from "./index-Skmdww7c.js";
2
+ import { c as s, w as b } from "./index-BZaMooWT.js";
3
3
  const p = { class: "relative h-10 w-72 min-w-[200px]" }, f = ["disabled"], i = { value: "option" }, u = { value: "vanderpoel" }, c = { value: "vanaert" }, h = { value: "pogacar" }, m = { value: "evenepoel" }, g = { class: "before:content[' '] after:content[' '] pointer-events-none absolute left-0 border-red-500 -top-1.5 flex h-full w-full select-none text-[11px] font-normal leading-tight text-blue-gray-400 transition-all before:pointer-events-none before:mt-[6.5px] before:mr-1 before:box-border before:block before:h-1.5 before:w-2.5 before:rounded-tl-md before:border-t before:border-l before:border-blue-gray-200 before:transition-all after:pointer-events-none after:mt-[6.5px] after:ml-1 after:box-border after:block after:h-1.5 after:w-2.5 after:flex-grow after:rounded-tr-md after:border-t after:border-r after:border-blue-gray-200 after:transition-all peer-placeholder-shown:text-sm peer-placeholder-shown:leading-[3.75] peer-placeholder-shown:text-blue-gray-500 peer-placeholder-shown:before:border-transparent peer-placeholder-shown:after:border-transparent peer-focus:text-[11px] peer-focus:leading-tight peer-focus:text-blue-500 peer-focus:before:border-t-2 peer-focus:before:border-l-2 peer-focus:before:border-blue-500 peer-focus:after:border-t-2 peer-focus:after:border-r-2 peer-focus:after:border-blue-500 peer-disabled:text-transparent peer-disabled:before:border-transparent peer-disabled:after:border-transparent peer-disabled:peer-placeholder-shown:text-blue-gray-500" }, y = /* @__PURE__ */ t({
4
4
  __name: "EpSelect",
5
5
  props: {
@@ -0,0 +1,4 @@
1
+ import { R as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { I as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { l as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { D as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { J as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { m } from "./index-BZaMooWT.js";
2
+ export {
3
+ m as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { n as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { K as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { L as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { M as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { N as f } from "./index-BZaMooWT.js";
2
+ export {
3
+ f as default
4
+ };
@@ -17,6 +17,7 @@ interface Props {
17
17
  series: number[];
18
18
  options: OptionsPieChart;
19
19
  id?: string;
20
+ title?: string;
20
21
  center?: boolean;
21
22
  intentions?: string;
22
23
  hideIcon?: boolean;
@@ -14,9 +14,9 @@ interface Props {
14
14
  numeration?: boolean;
15
15
  src?: string | null;
16
16
  labels?: {
17
- veuillez?: string;
18
- valider?: string;
19
- reessayer?: string;
17
+ answer?: string;
18
+ validate?: string;
19
+ tryagain?: string;
20
20
  };
21
21
  }
22
22
  declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
@@ -26,9 +26,9 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
26
26
  before: boolean;
27
27
  numeration: boolean;
28
28
  labels: () => {
29
- veuillez: string;
30
- valider: string;
31
- reessayer: string;
29
+ answer: string;
30
+ validate: string;
31
+ tryagain: string;
32
32
  };
33
33
  }>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
34
34
  type: string;
@@ -37,16 +37,16 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
37
37
  before: boolean;
38
38
  numeration: boolean;
39
39
  labels: () => {
40
- veuillez: string;
41
- valider: string;
42
- reessayer: string;
40
+ answer: string;
41
+ validate: string;
42
+ tryagain: string;
43
43
  };
44
44
  }>>>, {
45
45
  type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
46
46
  labels: {
47
- veuillez?: string | undefined;
48
- valider?: string | undefined;
49
- reessayer?: string | undefined;
47
+ answer?: string | undefined;
48
+ validate?: string | undefined;
49
+ tryagain?: string | undefined;
50
50
  };
51
51
  hideIcon: boolean;
52
52
  shuffle: boolean;
@@ -9,6 +9,7 @@ interface Props {
9
9
  type: TypeLink;
10
10
  link: Link;
11
11
  big?: boolean;
12
+ customHeight?: number;
12
13
  labels?: {
13
14
  noData?: string;
14
15
  };
@@ -12,7 +12,6 @@ interface Props {
12
12
  relations?: string;
13
13
  definition?: string;
14
14
  variations?: string;
15
- imageDuTerme?: string;
16
15
  };
17
16
  }
18
17
  declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
@@ -22,7 +21,6 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
22
21
  relations: string;
23
22
  definition: string;
24
23
  variations: string;
25
- imageDuTerme: string;
26
24
  };
27
25
  }>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
28
26
  labels: () => {
@@ -31,7 +29,6 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
31
29
  relations: string;
32
30
  definition: string;
33
31
  variations: string;
34
- imageDuTerme: string;
35
32
  };
36
33
  }>>>, {
37
34
  labels: {
@@ -40,7 +37,6 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
40
37
  relations?: string | undefined;
41
38
  definition?: string | undefined;
42
39
  variations?: string | undefined;
43
- imageDuTerme?: string | undefined;
44
40
  };
45
41
  }, {}>;
46
42
  export default _default;
@@ -16,17 +16,14 @@ interface Props {
16
16
  declare const _default: __VLS_WithTemplateSlots<import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
17
17
  type: string;
18
18
  title: null;
19
- outlined: boolean;
20
19
  noIcon: boolean;
21
20
  }>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
22
21
  type: string;
23
22
  title: null;
24
- outlined: boolean;
25
23
  noIcon: boolean;
26
24
  }>>>, {
27
25
  title: string | null;
28
26
  type: "base" | "error" | "warning" | "success" | "info" | "question" | "tip" | "Question" | OldType;
29
- outlined: boolean;
30
27
  noIcon: boolean;
31
28
  }, {}>, {
32
29
  default?(_: {}): any;
package/dist/ep-lib-ts.js CHANGED
@@ -1,4 +1,4 @@
1
- import { T as s, N as E, D as e, c as o, o as r, d as i, e as n, V as t, f as d, z as l, g as C, s as m, h as u, p as S, O as c, i as T, E as h, j as f, W as g, q as L, F as b, G as k, A as v, r as x, B as A, P as B, b as I, t as V, v as D, k as F, Q as P, H as Q, l as H, C as K, I as M, m as R, U as W, _ as j, n as q, J as w, K as z, L as G, M as J } from "./index-Skmdww7c.js";
1
+ import { U as s, O as E, E as e, c as o, o as r, d as i, e as n, W as t, f as d, z as l, g as C, s as m, h as u, p as S, P as c, i as h, F as T, j as f, X as g, q as L, G as b, H as k, B as v, r as x, C as B, Q as I, b as V, t as A, v as D, k as F, R as P, I as Q, l as R, D as H, J as K, m as M, V as W, _ as j, n as q, K as w, L as z, M as G, N as J } from "./index-BZaMooWT.js";
2
2
  export {
3
3
  s as EpAccordeon,
4
4
  E as EpAlert,
@@ -15,8 +15,8 @@ export {
15
15
  u as EpFlex,
16
16
  S as EpFunnelChart,
17
17
  c as EpHeader,
18
- T as EpIcon,
19
- h as EpIframe,
18
+ h as EpIcon,
19
+ T as EpIframe,
20
20
  f as EpImg,
21
21
  g as EpKatex,
22
22
  L as EpLineChart,
@@ -24,18 +24,18 @@ export {
24
24
  k as EpLinkVersion,
25
25
  v as EpModal,
26
26
  x as EpPieChart,
27
- A as EpQuestion,
28
- B as EpQuote,
29
- I as EpReading,
30
- V as EpResource,
27
+ B as EpQuestion,
28
+ I as EpQuote,
29
+ V as EpReading,
30
+ A as EpResource,
31
31
  D as EpScope,
32
32
  F as EpSection,
33
33
  P as EpSkeleton,
34
34
  Q as EpSoftware,
35
- H as EpSpinner,
36
- K as EpSummativeTable,
37
- M as EpSvg,
38
- R as EpTable,
35
+ R as EpSpinner,
36
+ H as EpSummativeTable,
37
+ K as EpSvg,
38
+ M as EpTable,
39
39
  W as EpTabs,
40
40
  j as EpTerm,
41
41
  q as EpText,