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
@@ -0,0 +1,4 @@
1
+ import { R as f } from "./index-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { S as f } from "./index-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { N as f } from "./index-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { D as f } from "./index-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { c as f } from "./index-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { o } from "./index-CWNyTRsL.js";
2
+ export {
3
+ o as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { d as f } from "./index-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { e } from "./index-CWNyTRsL.js";
2
+ export {
3
+ e as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { f } from "./index-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { z as f } from "./index-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { g as f } from "./index-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { s } from "./index-CWNyTRsL.js";
2
+ export {
3
+ s as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { h as f } from "./index-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { p as f } from "./index-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { O as f } from "./index-CWNyTRsL.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-BPsMiFm1.js";
2
+ import { u as o } from "./index-CWNyTRsL.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-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { E as f } from "./index-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { j as f } from "./index-CWNyTRsL.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-BPsMiFm1.js";
2
+ import { c as ct, w as dt } from "./index-CWNyTRsL.js";
3
3
  function ft() {
4
4
  return ke().__VUE_DEVTOOLS_GLOBAL_HOOK__;
5
5
  }
@@ -0,0 +1,4 @@
1
+ import { q as f } from "./index-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { F as f } from "./index-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { G as f } from "./index-CWNyTRsL.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-BPsMiFm1.js";
2
+ import { a as s } from "./index-CWNyTRsL.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 { A as f } from "./index-CWNyTRsL.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-BPsMiFm1.js";
2
+ import { a as t } from "./index-CWNyTRsL.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-CWNyTRsL.js";
2
+ export {
3
+ r as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { B as f } from "./index-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { P as f } from "./index-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { x as f } from "./index-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { y as f } from "./index-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { b as f } from "./index-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { t } from "./index-CWNyTRsL.js";
2
+ export {
3
+ t as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { v as f } from "./index-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { k as f } from "./index-CWNyTRsL.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-BPsMiFm1.js";
2
+ import { c as s, w as b } from "./index-CWNyTRsL.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 { Q as f } from "./index-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { H as f } from "./index-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { l as f } from "./index-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { C as f } from "./index-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { I as f } from "./index-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { m } from "./index-CWNyTRsL.js";
2
+ export {
3
+ m as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { _ as f } from "./index-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { n as f } from "./index-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { J as f } from "./index-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { K as f } from "./index-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { L as f } from "./index-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,4 @@
1
+ import { M as f } from "./index-CWNyTRsL.js";
2
+ export {
3
+ f as default
4
+ };
@@ -4,22 +4,22 @@ interface Props {
4
4
  title?: string | null;
5
5
  compact?: boolean;
6
6
  labels?: {
7
- enSavoirPlus?: string;
7
+ title: string;
8
8
  };
9
9
  }
10
10
  declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
11
11
  compact: boolean;
12
12
  labels: () => {
13
- enSavoirPlus: string;
13
+ title: string;
14
14
  };
15
15
  }>, {}, 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>, {
16
16
  compact: boolean;
17
17
  labels: () => {
18
- enSavoirPlus: string;
18
+ title: string;
19
19
  };
20
20
  }>>>, {
21
21
  labels: {
22
- enSavoirPlus?: string | undefined;
22
+ title: string;
23
23
  };
24
24
  compact: boolean;
25
25
  }, {}>;
@@ -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;
@@ -5,30 +5,22 @@ interface Props {
5
5
  icon?: string | null;
6
6
  open?: boolean;
7
7
  outlined?: boolean;
8
- labels?: {
9
- title?: string | null;
10
- };
8
+ title: string | null;
11
9
  }
12
10
  declare const _default: __VLS_WithTemplateSlots<import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
13
11
  open: boolean;
14
12
  type: string;
15
13
  outlined: boolean;
16
- labels: () => {
17
- title: string;
18
- };
14
+ title: string;
19
15
  }>, {}, 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>, {
20
16
  open: boolean;
21
17
  type: string;
22
18
  outlined: boolean;
23
- labels: () => {
24
- title: string;
25
- };
19
+ title: string;
26
20
  }>>>, {
21
+ title: string | null;
27
22
  type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info" | "question" | "tip" | "Question";
28
23
  outlined: boolean;
29
- labels: {
30
- title?: string | null | undefined;
31
- };
32
24
  open: boolean;
33
25
  }, {}>, {
34
26
  default?(_: {}): any;
@@ -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-BPsMiFm1.js";
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-CWNyTRsL.js";
2
2
  export {
3
3
  s as EpAccordeon,
4
4
  E as EpAlert,