ep-lib-ts 1.0.0 → 1.0.3

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 (214) hide show
  1. package/.vscode/extensions.json +3 -0
  2. package/LICENSE +21 -0
  3. package/dist/BgAudio-frhyHkqr.js +4 -0
  4. package/dist/DisplayBox-CSCmHlo9.js +4 -0
  5. package/dist/EpAlert-Ccz2Wiz3.js +4 -0
  6. package/dist/EpAudio-DW24CuDl.js +4 -0
  7. package/dist/EpAvatar-Dmpg0PFj.js +50 -0
  8. package/dist/EpBadge-DqmSNdbi.js +55 -0
  9. package/dist/EpBadge-YYV6LeIH.js +4 -0
  10. package/dist/EpBarChart-CQpD2vBz.js +4 -0
  11. package/dist/EpBtn-BXFxStb5.js +4 -0
  12. package/dist/EpCard-dMLoFxCZ.js +4 -0
  13. package/dist/EpCheckbox-BtJRFbS_.js +41 -0
  14. package/dist/EpChip-D14YJQjn.js +4 -0
  15. package/dist/EpCodeblock-DX7H-PE3.js +1477 -0
  16. package/dist/EpContentSlider-B6sOe3Dp.js +4 -0
  17. package/dist/EpDarkmode-CVX7I7Oh.js +22 -0
  18. package/dist/EpDivider-BlzeUfhe.js +4 -0
  19. package/dist/EpEdu-OSZN0dVy.js +4 -0
  20. package/dist/EpFlex-CajOntOn.js +4 -0
  21. package/dist/EpFunnelChart-CAmKAY6K.js +4 -0
  22. package/dist/EpHeader-s6mu1YDy.js +4 -0
  23. package/dist/EpHotsPot-DFz_Du9o.js +59 -0
  24. package/dist/EpHover-DvBaw8H4.js +31 -0
  25. package/dist/EpIcon-BKdKZ6VL.js +4 -0
  26. package/dist/EpIframe-Cw50hPQt.js +4 -0
  27. package/dist/EpImg-ltzMUbfa.js +4 -0
  28. package/dist/EpInput-C3Db2Mgx.js +1168 -0
  29. package/dist/EpLineChart-C1Z5zC77.js +4 -0
  30. package/dist/EpLink-9J5EAO2L.js +4 -0
  31. package/dist/EpLinkVersion-DoA4Xrmj.js +4 -0
  32. package/dist/EpList-u8yx-VQ3.js +12 -0
  33. package/dist/EpListitem-DzQrc-k2.js +37 -0
  34. package/dist/EpModal-EPQLtKSs.js +4 -0
  35. package/dist/EpNothing-dQbMRW9h.js +10 -0
  36. package/dist/EpPieChart-DALf9BAs.js +4 -0
  37. package/dist/EpQuestion-CrOo3ejB.js +4 -0
  38. package/dist/EpQuote-BDthjTq5.js +4 -0
  39. package/dist/EpRadio-B_MUtViE.js +4 -0
  40. package/dist/EpRadioSummative-DqXsCXq1.js +4 -0
  41. package/dist/EpReading-KUPnrrth.js +4 -0
  42. package/dist/EpResource-BMPKDLj8.js +4 -0
  43. package/dist/EpScope-C3jsb2no.js +4 -0
  44. package/dist/EpSection-CdA_6u_G.js +4 -0
  45. package/dist/EpSelect-DxDETrPv.js +43 -0
  46. package/dist/EpSkeleton-B7Vvky8C.js +4 -0
  47. package/dist/EpSoftware-CBGrw-TM.js +4 -0
  48. package/dist/EpSpinner-CPXurjKk.js +4 -0
  49. package/dist/EpSummativeTable-Cl4DD-eg.js +4 -0
  50. package/dist/EpSvg-D7ZjOSNK.js +4 -0
  51. package/dist/EpSwitch-C7NMjBk9.js +64 -0
  52. package/dist/EpTable-BJg2IDFP.js +4 -0
  53. package/dist/EpTerm-BqEk32qp.js +4 -0
  54. package/dist/EpText-C0XpPsof.js +4 -0
  55. package/dist/EpTextarea-D8UCQuga.js +44 -0
  56. package/dist/EpTimeLine-D9aVz430.js +4 -0
  57. package/dist/EpToggle-BDp54LpY.js +47 -0
  58. package/dist/EpTooltip-B4s0_PvZ.js +99 -0
  59. package/dist/EpVideo-B9Bqi_qW.js +4 -0
  60. package/dist/EpVideoPanopto-BibKcJ2y.js +4 -0
  61. package/dist/EpWordDef-O6xFtf2E.js +4 -0
  62. package/dist/components/basics/EpAvatar.vue.d.ts +51 -0
  63. package/dist/components/basics/EpBadge.vue.d.ts +49 -0
  64. package/dist/components/basics/EpBtn.vue.d.ts +62 -0
  65. package/dist/components/basics/EpCard.vue.d.ts +71 -0
  66. package/dist/components/basics/EpChip.vue.d.ts +58 -0
  67. package/dist/components/basics/EpDivider.vue.d.ts +46 -0
  68. package/dist/components/basics/EpFlex.vue.d.ts +9 -0
  69. package/dist/components/basics/EpHover.vue.d.ts +49 -0
  70. package/dist/components/basics/EpIcon.vue.d.ts +34 -0
  71. package/dist/components/basics/EpImg.vue.d.ts +72 -0
  72. package/dist/components/basics/EpList.vue.d.ts +9 -0
  73. package/dist/components/basics/EpListitem.vue.d.ts +43 -0
  74. package/dist/components/basics/EpSection.vue.d.ts +50 -0
  75. package/dist/components/basics/EpSpinner.vue.d.ts +40 -0
  76. package/dist/components/basics/EpTable.vue.d.ts +24 -0
  77. package/dist/components/basics/EpText.vue.d.ts +43 -0
  78. package/dist/components/charts/EpBarChart.vue.d.ts +66 -0
  79. package/dist/components/charts/EpFunnelChart.vue.d.ts +62 -0
  80. package/dist/components/charts/EpLineChart.vue.d.ts +66 -0
  81. package/dist/components/charts/EpPieChart.vue.d.ts +70 -0
  82. package/dist/components/educationals/EpCodeblock.vue.d.ts +43 -0
  83. package/dist/components/educationals/EpEdu.vue.d.ts +69 -0
  84. package/dist/components/educationals/EpReading.vue.d.ts +110 -0
  85. package/dist/components/educationals/EpResource.vue.d.ts +34 -0
  86. package/dist/components/educationals/EpScope.vue.d.ts +32 -0
  87. package/dist/components/forms/EpCheckbox.vue.d.ts +52 -0
  88. package/dist/components/forms/EpInput.vue.d.ts +65 -0
  89. package/dist/components/forms/EpRadio.vue.d.ts +57 -0
  90. package/dist/components/forms/EpRadioSummative.vue.d.ts +57 -0
  91. package/dist/components/forms/EpSelect.vue.d.ts +89 -0
  92. package/dist/components/forms/EpSwitch.vue.d.ts +58 -0
  93. package/dist/components/forms/EpTextarea.vue.d.ts +76 -0
  94. package/dist/components/forms/EpToggle.vue.d.ts +72 -0
  95. package/dist/components/interactions/EpAccordeon.vue.d.ts +58 -0
  96. package/dist/components/interactions/EpContentSlider.vue.d.ts +43 -0
  97. package/dist/components/interactions/EpDarkmode.vue.d.ts +7 -0
  98. package/dist/components/interactions/EpHotsPot.vue.d.ts +47 -0
  99. package/dist/components/interactions/EpModal.vue.d.ts +65 -0
  100. package/dist/components/interactions/EpQuestion.vue.d.ts +73 -0
  101. package/dist/components/interactions/EpSummativeTable.vue.d.ts +25 -0
  102. package/dist/components/interactions/EpTabs.vue.d.ts +2 -0
  103. package/dist/components/interactions/EpTooltip.vue.d.ts +49 -0
  104. package/dist/components/medias/EpAudio.vue.d.ts +56 -0
  105. package/dist/components/medias/EpCarousel.vue.d.ts +44 -0
  106. package/dist/components/medias/EpIframe.vue.d.ts +43 -0
  107. package/dist/components/medias/EpKatex.vue.d.ts +36 -0
  108. package/dist/components/medias/EpLink.vue.d.ts +48 -0
  109. package/dist/components/medias/EpLinkVersion.vue.d.ts +49 -0
  110. package/dist/components/medias/EpSoftware.vue.d.ts +67 -0
  111. package/dist/components/medias/EpSvg.vue.d.ts +36 -0
  112. package/dist/components/medias/EpTerm.vue.d.ts +78 -0
  113. package/dist/components/medias/EpTimeLine.vue.d.ts +32 -0
  114. package/dist/components/medias/EpVideo.vue.d.ts +52 -0
  115. package/dist/components/medias/EpVideoPanopto.vue.d.ts +45 -0
  116. package/dist/components/medias/EpWordDef.vue.d.ts +63 -0
  117. package/dist/components/signages/EpAlert.vue.d.ts +56 -0
  118. package/dist/components/signages/EpBadge.vue.d.ts +57 -0
  119. package/dist/components/signages/EpHeader.vue.d.ts +80 -0
  120. package/dist/components/signages/EpNothing.vue.d.ts +2 -0
  121. package/dist/components/signages/EpQuote.vue.d.ts +47 -0
  122. package/dist/components/signages/EpSkeleton.vue.d.ts +41 -0
  123. package/dist/components/tools/BgAudio.vue.d.ts +29 -0
  124. package/dist/components/tools/DisplayBox.vue.d.ts +17 -0
  125. package/dist/components/tools/SvgFilter.vue.d.ts +2 -0
  126. package/dist/components/tools/TimelineItem.vue.d.ts +38 -0
  127. package/dist/composables/isHtml.d.ts +1 -0
  128. package/dist/composables/useColors.d.ts +1 -0
  129. package/dist/composables/useComponent.d.ts +6 -0
  130. package/dist/composables/useIcons.d.ts +26 -0
  131. package/dist/composables/useMarkdown.d.ts +1 -0
  132. package/dist/composables/useRenderText.d.ts +1 -0
  133. package/dist/ep-lib-ts.js +46 -0
  134. package/dist/ep-lib-ts.umd.cjs +413 -0
  135. package/dist/index-BgNRIUzY.js +18681 -0
  136. package/dist/index-DNwUz3uD.js +47687 -0
  137. package/dist/index.d.ts +86 -0
  138. package/dist/main.d.ts +1 -0
  139. package/dist/prism-DENTMpmV.js +1182 -0
  140. package/dist/router.d.ts +2 -0
  141. package/dist/style.css +1 -0
  142. package/dist/types/Accordeon.d.ts +47 -0
  143. package/dist/types/Alert.d.ts +35 -0
  144. package/dist/types/Answer.d.ts +16 -0
  145. package/dist/types/Avatar.d.ts +18 -0
  146. package/dist/types/Badge.d.ts +23 -0
  147. package/dist/types/Border.d.ts +2 -0
  148. package/dist/types/Btn.d.ts +49 -0
  149. package/dist/types/Card.d.ts +6 -0
  150. package/dist/types/Chip.d.ts +41 -0
  151. package/dist/types/Codeblock.d.ts +223 -0
  152. package/dist/types/GlossaryEntry.d.ts +10 -0
  153. package/dist/types/Image.d.ts +6 -0
  154. package/dist/types/MandateLevel.d.ts +5 -0
  155. package/dist/types/MediaCarousel.d.ts +7 -0
  156. package/dist/types/Medias.d.ts +11 -0
  157. package/dist/types/Radio.d.ts +11 -0
  158. package/dist/types/Slides.d.ts +15 -0
  159. package/dist/types/SummativeTable.d.ts +10 -0
  160. package/dist/types/Switch.d.ts +11 -0
  161. package/dist/types/TimeLine.d.ts +124 -0
  162. package/dist/types/Tooltip.d.ts +75 -0
  163. package/dist/vite.svg +1 -0
  164. package/package.json +5 -4
  165. package/src/components/basics/EpAvatar.vue +1 -1
  166. package/src/components/basics/EpBadge.vue +11 -2
  167. package/src/components/basics/EpBtn.vue +3 -15
  168. package/src/components/basics/EpCard.vue +21 -11
  169. package/src/components/basics/EpChip.vue +1 -2
  170. package/src/components/basics/EpImg.vue +18 -6
  171. package/src/components/basics/EpSection.vue +1 -1
  172. package/src/components/basics/EpTable.vue +5 -5
  173. package/src/components/basics/EpText.vue +10 -2
  174. package/src/components/charts/EpBarChart.vue +11 -3
  175. package/src/components/charts/EpFunnelChart.vue +129 -0
  176. package/src/components/charts/EpLineChart.vue +11 -3
  177. package/src/components/charts/EpPieChart.vue +12 -4
  178. package/src/components/educationals/EpCodeblock.vue +1 -1
  179. package/src/components/educationals/EpEdu.vue +17 -10
  180. package/src/components/educationals/EpReading.vue +45 -27
  181. package/src/components/educationals/EpResource.vue +2 -2
  182. package/src/components/educationals/EpScope.vue +1 -1
  183. package/src/components/forms/EpRadio.vue +1 -1
  184. package/src/components/forms/EpRadioSummative.vue +1 -1
  185. package/src/components/forms/EpSelect.vue +24 -6
  186. package/src/components/forms/EpSwitch.vue +1 -1
  187. package/src/components/forms/EpTextarea.vue +9 -1
  188. package/src/components/forms/EpToggle.vue +9 -1
  189. package/src/components/interactions/EpAccordeon.vue +13 -7
  190. package/src/components/interactions/EpContentSlider.vue +17 -6
  191. package/src/components/interactions/EpDarkmode.vue +25 -14
  192. package/src/components/interactions/EpHotsPot.vue +11 -2
  193. package/src/components/interactions/EpQuestion.vue +17 -5
  194. package/src/components/interactions/EpSummativeTable.vue +1 -1
  195. package/src/components/interactions/EpTabs.vue +1 -1
  196. package/src/components/interactions/EpTooltip.vue +1 -1
  197. package/src/components/medias/EpAudio.vue +17 -11
  198. package/src/components/medias/EpCarousel.vue +2 -2
  199. package/src/components/medias/EpIframe.vue +6 -2
  200. package/src/components/medias/EpKatex.vue +1 -1
  201. package/src/components/medias/EpLink.vue +2 -2
  202. package/src/components/medias/EpLinkVersion.vue +11 -3
  203. package/src/components/medias/EpSoftware.vue +12 -4
  204. package/src/components/medias/EpSvg.vue +2 -2
  205. package/src/components/medias/EpTerm.vue +24 -11
  206. package/src/components/medias/EpTimeLine.vue +2 -2
  207. package/src/components/medias/EpVideo.vue +13 -7
  208. package/src/components/medias/EpVideoPanopto.vue +2 -3
  209. package/src/components/medias/EpWordDef.vue +33 -11
  210. package/src/components/signages/EpAlert.vue +1 -1
  211. package/src/components/signages/EpBadge.vue +1 -1
  212. package/src/components/signages/EpHeader.vue +13 -3
  213. package/src/components/signages/EpSkeleton.vue +2 -2
  214. package/src/components/tools/TimelineItem.vue +1 -1
@@ -0,0 +1,52 @@
1
+ import { MediaVariants } from '../../types/Medias';
2
+ import { MandateLevel } from '../../types/MandateLevel';
3
+
4
+ interface Props {
5
+ src: string;
6
+ title?: string;
7
+ intentions?: string;
8
+ credits?: string;
9
+ mandateLevel?: string | MandateLevel | null;
10
+ type?: MediaVariants;
11
+ hideIcon?: boolean;
12
+ labels?: {
13
+ intentions?: string;
14
+ };
15
+ }
16
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
17
+ type: string;
18
+ hideIcon: boolean;
19
+ labels: () => {
20
+ intentions: string;
21
+ };
22
+ }>, {}, 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>, {
23
+ type: string;
24
+ hideIcon: boolean;
25
+ labels: () => {
26
+ intentions: string;
27
+ };
28
+ }>>>, {
29
+ type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
30
+ labels: {
31
+ intentions?: string | undefined;
32
+ };
33
+ hideIcon: boolean;
34
+ }, {}>;
35
+ export default _default;
36
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
37
+ type __VLS_TypePropsToRuntimeProps<T> = {
38
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
39
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
40
+ } : {
41
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
42
+ required: true;
43
+ };
44
+ };
45
+ type __VLS_WithDefaults<P, D> = {
46
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
47
+ default: D[K];
48
+ }> : P[K];
49
+ };
50
+ type __VLS_Prettify<T> = {
51
+ [K in keyof T]: T[K];
52
+ } & {};
@@ -0,0 +1,45 @@
1
+ import { MediaVariants } from '../../types/Medias';
2
+ import { MandateLevel } from '../../types/MandateLevel';
3
+
4
+ interface Props {
5
+ src: string;
6
+ title?: string;
7
+ intentions?: string;
8
+ credits?: string;
9
+ mandateLevel?: string | MandateLevel | null;
10
+ labelIntentions?: string;
11
+ type?: MediaVariants;
12
+ hideIcon?: boolean;
13
+ big?: boolean;
14
+ }
15
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
16
+ labelIntentions: string;
17
+ type: string;
18
+ hideIcon: boolean;
19
+ }>, {}, 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
+ labelIntentions: string;
21
+ type: string;
22
+ hideIcon: boolean;
23
+ }>>>, {
24
+ type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
25
+ hideIcon: boolean;
26
+ labelIntentions: string;
27
+ }, {}>;
28
+ export default _default;
29
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
30
+ type __VLS_TypePropsToRuntimeProps<T> = {
31
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
32
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
33
+ } : {
34
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
35
+ required: true;
36
+ };
37
+ };
38
+ type __VLS_WithDefaults<P, D> = {
39
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
40
+ default: D[K];
41
+ }> : P[K];
42
+ };
43
+ type __VLS_Prettify<T> = {
44
+ [K in keyof T]: T[K];
45
+ } & {};
@@ -0,0 +1,63 @@
1
+ import { GlossaryEntry } from '../../types/GlossaryEntry';
2
+
3
+ interface Term {
4
+ id: string;
5
+ }
6
+ interface Props {
7
+ term: Term;
8
+ glossary: GlossaryEntry[];
9
+ labels?: {
10
+ information?: string;
11
+ domain?: string;
12
+ relations?: string;
13
+ definition?: string;
14
+ variations?: string;
15
+ imageDuTerme?: string;
16
+ };
17
+ }
18
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
19
+ labels: () => {
20
+ information: string;
21
+ domain: string;
22
+ relations: string;
23
+ definition: string;
24
+ variations: string;
25
+ imageDuTerme: string;
26
+ };
27
+ }>, {}, 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
+ labels: () => {
29
+ information: string;
30
+ domain: string;
31
+ relations: string;
32
+ definition: string;
33
+ variations: string;
34
+ imageDuTerme: string;
35
+ };
36
+ }>>>, {
37
+ labels: {
38
+ information?: string | undefined;
39
+ domain?: string | undefined;
40
+ relations?: string | undefined;
41
+ definition?: string | undefined;
42
+ variations?: string | undefined;
43
+ imageDuTerme?: string | undefined;
44
+ };
45
+ }, {}>;
46
+ export default _default;
47
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
48
+ type __VLS_TypePropsToRuntimeProps<T> = {
49
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
50
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
51
+ } : {
52
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
53
+ required: true;
54
+ };
55
+ };
56
+ type __VLS_WithDefaults<P, D> = {
57
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
58
+ default: D[K];
59
+ }> : P[K];
60
+ };
61
+ type __VLS_Prettify<T> = {
62
+ [K in keyof T]: T[K];
63
+ } & {};
@@ -0,0 +1,56 @@
1
+ import { TypeAlert } from '../../types/Alert';
2
+
3
+ interface OldType {
4
+ icon: string;
5
+ name: string;
6
+ type: TypeAlert;
7
+ color: string;
8
+ }
9
+ interface Props {
10
+ type?: TypeAlert | OldType;
11
+ title?: string | null;
12
+ outlined?: boolean;
13
+ noIcon?: boolean;
14
+ compact?: boolean;
15
+ }
16
+ declare const _default: __VLS_WithTemplateSlots<import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
17
+ type: string;
18
+ title: null;
19
+ outlined: boolean;
20
+ noIcon: boolean;
21
+ }>, {}, 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
+ type: string;
23
+ title: null;
24
+ outlined: boolean;
25
+ noIcon: boolean;
26
+ }>>>, {
27
+ title: string | null;
28
+ type: "base" | "error" | "warning" | "success" | "info" | "question" | "tip" | "Question" | OldType;
29
+ outlined: boolean;
30
+ noIcon: boolean;
31
+ }, {}>, {
32
+ default?(_: {}): any;
33
+ }>;
34
+ export default _default;
35
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
36
+ type __VLS_TypePropsToRuntimeProps<T> = {
37
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
38
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
39
+ } : {
40
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
41
+ required: true;
42
+ };
43
+ };
44
+ type __VLS_WithDefaults<P, D> = {
45
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
46
+ default: D[K];
47
+ }> : P[K];
48
+ };
49
+ type __VLS_Prettify<T> = {
50
+ [K in keyof T]: T[K];
51
+ } & {};
52
+ type __VLS_WithTemplateSlots<T, S> = T & {
53
+ new (): {
54
+ $slots: S;
55
+ };
56
+ };
@@ -0,0 +1,57 @@
1
+ import { TypeBadge } from '../../types/Badge';
2
+
3
+ type Mode = "default" | "dot";
4
+ type Color = "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info" | "question" | "tip";
5
+ type Visibility = "true" | "false";
6
+ interface Props {
7
+ content: number;
8
+ mode?: Mode;
9
+ placement?: TypeBadge;
10
+ visibility: Visibility;
11
+ color: Color;
12
+ maxValue: number;
13
+ }
14
+ declare const _default: __VLS_WithTemplateSlots<import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
15
+ mode: string;
16
+ placement: string;
17
+ visibility: string;
18
+ color: string;
19
+ maxValue: number;
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>, {
21
+ mode: string;
22
+ placement: string;
23
+ visibility: string;
24
+ color: string;
25
+ maxValue: number;
26
+ }>>>, {
27
+ mode: Mode;
28
+ color: Color;
29
+ placement: "top_left" | "top_right" | "bottom_left" | "bottom_right";
30
+ visibility: Visibility;
31
+ maxValue: number;
32
+ }, {}>, {
33
+ default?(_: {}): any;
34
+ }>;
35
+ export default _default;
36
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
37
+ type __VLS_TypePropsToRuntimeProps<T> = {
38
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
39
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
40
+ } : {
41
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
42
+ required: true;
43
+ };
44
+ };
45
+ type __VLS_WithDefaults<P, D> = {
46
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
47
+ default: D[K];
48
+ }> : P[K];
49
+ };
50
+ type __VLS_Prettify<T> = {
51
+ [K in keyof T]: T[K];
52
+ } & {};
53
+ type __VLS_WithTemplateSlots<T, S> = T & {
54
+ new (): {
55
+ $slots: S;
56
+ };
57
+ };
@@ -0,0 +1,80 @@
1
+ interface Props {
2
+ title?: string | null;
3
+ subtitle?: string | null;
4
+ icon?: string | null;
5
+ color?: string | null;
6
+ courseCode?: string | null;
7
+ courseTitle?: string | null;
8
+ big?: boolean | null;
9
+ src?: string | null;
10
+ synchrone?: boolean;
11
+ duration?: string | null;
12
+ assessment?: string | null;
13
+ headerImgColor?: string | null;
14
+ labels?: {
15
+ synchrone?: string;
16
+ formatif?: string;
17
+ };
18
+ }
19
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
20
+ title: null;
21
+ icon: null;
22
+ color: null;
23
+ src: null;
24
+ big: boolean;
25
+ synchrone: boolean;
26
+ duration: null;
27
+ assessment: null;
28
+ labels: () => {
29
+ synchrone: string;
30
+ formatif: string;
31
+ };
32
+ }>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
33
+ clicked: () => void;
34
+ }, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
35
+ title: null;
36
+ icon: null;
37
+ color: null;
38
+ src: null;
39
+ big: boolean;
40
+ synchrone: boolean;
41
+ duration: null;
42
+ assessment: null;
43
+ labels: () => {
44
+ synchrone: string;
45
+ formatif: string;
46
+ };
47
+ }>>> & {
48
+ onClicked?: (() => any) | undefined;
49
+ }, {
50
+ title: string | null;
51
+ big: boolean | null;
52
+ src: string | null;
53
+ color: string | null;
54
+ labels: {
55
+ synchrone?: string | undefined;
56
+ formatif?: string | undefined;
57
+ };
58
+ icon: string | null;
59
+ synchrone: boolean;
60
+ duration: string | null;
61
+ assessment: string | null;
62
+ }, {}>;
63
+ export default _default;
64
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
65
+ type __VLS_TypePropsToRuntimeProps<T> = {
66
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
67
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
68
+ } : {
69
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
70
+ required: true;
71
+ };
72
+ };
73
+ type __VLS_WithDefaults<P, D> = {
74
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
75
+ default: D[K];
76
+ }> : P[K];
77
+ };
78
+ type __VLS_Prettify<T> = {
79
+ [K in keyof T]: T[K];
80
+ } & {};
@@ -0,0 +1,2 @@
1
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<{}, {}, {}, {}, {}, 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<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,47 @@
1
+ interface Props {
2
+ author?: string | null;
3
+ img?: string | null;
4
+ card?: boolean;
5
+ hideIcon?: boolean;
6
+ }
7
+ declare const _default: __VLS_WithTemplateSlots<import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
8
+ author: null;
9
+ img: null;
10
+ card: boolean;
11
+ hideIcon: boolean;
12
+ }>, {}, 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>, {
13
+ author: null;
14
+ img: null;
15
+ card: boolean;
16
+ hideIcon: boolean;
17
+ }>>>, {
18
+ img: string | null;
19
+ hideIcon: boolean;
20
+ author: string | null;
21
+ card: boolean;
22
+ }, {}>, {
23
+ default?(_: {}): any;
24
+ }>;
25
+ export default _default;
26
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
27
+ type __VLS_TypePropsToRuntimeProps<T> = {
28
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
29
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
30
+ } : {
31
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
32
+ required: true;
33
+ };
34
+ };
35
+ type __VLS_WithDefaults<P, D> = {
36
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
37
+ default: D[K];
38
+ }> : P[K];
39
+ };
40
+ type __VLS_Prettify<T> = {
41
+ [K in keyof T]: T[K];
42
+ } & {};
43
+ type __VLS_WithTemplateSlots<T, S> = T & {
44
+ new (): {
45
+ $slots: S;
46
+ };
47
+ };
@@ -0,0 +1,41 @@
1
+ type Shape = "circle" | "rectangle";
2
+ interface Props {
3
+ type?: Shape;
4
+ height?: number;
5
+ width?: number;
6
+ animation?: string;
7
+ }
8
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
9
+ type: string;
10
+ width: number;
11
+ height: number;
12
+ animation: string;
13
+ }>, {}, 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>, {
14
+ type: string;
15
+ width: number;
16
+ height: number;
17
+ animation: string;
18
+ }>>>, {
19
+ type: Shape;
20
+ width: number;
21
+ height: number;
22
+ animation: string;
23
+ }, {}>;
24
+ export default _default;
25
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
26
+ type __VLS_TypePropsToRuntimeProps<T> = {
27
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
28
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
29
+ } : {
30
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
31
+ required: true;
32
+ };
33
+ };
34
+ type __VLS_WithDefaults<P, D> = {
35
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
36
+ default: D[K];
37
+ }> : P[K];
38
+ };
39
+ type __VLS_Prettify<T> = {
40
+ [K in keyof T]: T[K];
41
+ } & {};
@@ -0,0 +1,29 @@
1
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
2
+ fill?: string | undefined;
3
+ }>, {
4
+ fill: string;
5
+ }>, {}, 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<{
6
+ fill?: string | undefined;
7
+ }>, {
8
+ fill: string;
9
+ }>>>, {
10
+ fill: string;
11
+ }, {}>;
12
+ export default _default;
13
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
14
+ type __VLS_TypePropsToRuntimeProps<T> = {
15
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
16
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
17
+ } : {
18
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
19
+ required: true;
20
+ };
21
+ };
22
+ type __VLS_WithDefaults<P, D> = {
23
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
24
+ default: D[K];
25
+ }> : P[K];
26
+ };
27
+ type __VLS_Prettify<T> = {
28
+ [K in keyof T]: T[K];
29
+ } & {};
@@ -0,0 +1,17 @@
1
+ declare function open(): boolean;
2
+ declare function close(): boolean;
3
+ declare const _default: __VLS_WithTemplateSlots<import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<{}, {}, {}, {}, {}, 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<{}>>, {}, {}>, {
4
+ default?(_: {
5
+ open: typeof open;
6
+ }): any;
7
+ menu?(_: {
8
+ isOpen: any;
9
+ close: typeof close;
10
+ }): any;
11
+ }>;
12
+ export default _default;
13
+ type __VLS_WithTemplateSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<{}, {}, {}, {}, {}, 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<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,38 @@
1
+ import { EventTimeLine } from '../../types/TimeLine';
2
+
3
+ interface Props {
4
+ title?: string | null;
5
+ date?: string;
6
+ event: EventTimeLine;
7
+ collapse?: boolean;
8
+ }
9
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
+ title: string;
11
+ type: string;
12
+ collapse: boolean;
13
+ }>, {}, 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>, {
14
+ title: string;
15
+ type: string;
16
+ collapse: boolean;
17
+ }>>>, {
18
+ title: string | null;
19
+ collapse: boolean;
20
+ }, {}>;
21
+ export default _default;
22
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
23
+ type __VLS_TypePropsToRuntimeProps<T> = {
24
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
25
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
26
+ } : {
27
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
28
+ required: true;
29
+ };
30
+ };
31
+ type __VLS_WithDefaults<P, D> = {
32
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
33
+ default: D[K];
34
+ }> : P[K];
35
+ };
36
+ type __VLS_Prettify<T> = {
37
+ [K in keyof T]: T[K];
38
+ } & {};
@@ -0,0 +1 @@
1
+ export declare function isHtml(content: string): boolean;
@@ -0,0 +1 @@
1
+ export default function useColors(prefix: string, color: string): string;
@@ -0,0 +1,6 @@
1
+ interface InfoComponent {
2
+ name: string;
3
+ path: string;
4
+ }
5
+ export declare function useComponent(componentName: string | undefined): InfoComponent;
6
+ export {};
@@ -0,0 +1,26 @@
1
+ export declare const useIcons: {
2
+ base: {
3
+ icon: string;
4
+ };
5
+ warning: {
6
+ icon: string;
7
+ };
8
+ success: {
9
+ icon: string;
10
+ };
11
+ error: {
12
+ icon: string;
13
+ };
14
+ info: {
15
+ icon: string;
16
+ };
17
+ question: {
18
+ icon: string;
19
+ };
20
+ Question: {
21
+ icon: string;
22
+ };
23
+ tip: {
24
+ icon: string;
25
+ };
26
+ };
@@ -0,0 +1 @@
1
+ export declare function useMarkdown(str: string): string;
@@ -0,0 +1 @@
1
+ export declare function useRenderText(text: string): string;
@@ -0,0 +1,46 @@
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-BgNRIUzY.js";
2
+ export {
3
+ s as EpAccordeon,
4
+ E as EpAlert,
5
+ e as EpAudio,
6
+ o as EpBadge,
7
+ r as EpBarChart,
8
+ i as EpBtn,
9
+ n as EpCard,
10
+ t as EpCarousel,
11
+ d as EpChip,
12
+ l as EpContentSlider,
13
+ C as EpDivider,
14
+ m as EpEdu,
15
+ u as EpFlex,
16
+ S as EpFunnelChart,
17
+ c as EpHeader,
18
+ T as EpIcon,
19
+ h as EpIframe,
20
+ f as EpImg,
21
+ g as EpKatex,
22
+ L as EpLineChart,
23
+ b as EpLink,
24
+ k as EpLinkVersion,
25
+ v as EpModal,
26
+ x as EpPieChart,
27
+ A as EpQuestion,
28
+ B as EpQuote,
29
+ I as EpReading,
30
+ V as EpResource,
31
+ D as EpScope,
32
+ F as EpSection,
33
+ P as EpSkeleton,
34
+ Q as EpSoftware,
35
+ H as EpSpinner,
36
+ K as EpSummativeTable,
37
+ M as EpSvg,
38
+ R as EpTable,
39
+ W as EpTabs,
40
+ j as EpTerm,
41
+ q as EpText,
42
+ w as EpTimeLine,
43
+ z as EpVideo,
44
+ G as EpVideoPanopto,
45
+ J as EpWordDef
46
+ };