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,73 @@
1
+ import { MediaVariants } from '../../types/Medias';
2
+ import { Answer } from '../../types/Answer';
3
+
4
+ interface Props {
5
+ title?: string;
6
+ intentions?: string;
7
+ hideIcon?: boolean;
8
+ type?: MediaVariants;
9
+ mandateLevel?: string | null;
10
+ question: string;
11
+ answers: Answer[];
12
+ shuffle?: boolean;
13
+ before?: boolean;
14
+ numeration?: boolean;
15
+ src?: string | null;
16
+ labels?: {
17
+ veuillez?: string;
18
+ valider?: string;
19
+ reessayer?: string;
20
+ };
21
+ }
22
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
23
+ type: string;
24
+ hideIcon: boolean;
25
+ shuffle: boolean;
26
+ before: boolean;
27
+ numeration: boolean;
28
+ labels: () => {
29
+ veuillez: string;
30
+ valider: string;
31
+ reessayer: string;
32
+ };
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
+ type: string;
35
+ hideIcon: boolean;
36
+ shuffle: boolean;
37
+ before: boolean;
38
+ numeration: boolean;
39
+ labels: () => {
40
+ veuillez: string;
41
+ valider: string;
42
+ reessayer: string;
43
+ };
44
+ }>>>, {
45
+ type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
46
+ labels: {
47
+ veuillez?: string | undefined;
48
+ valider?: string | undefined;
49
+ reessayer?: string | undefined;
50
+ };
51
+ hideIcon: boolean;
52
+ shuffle: boolean;
53
+ before: boolean;
54
+ numeration: boolean;
55
+ }, {}>;
56
+ export default _default;
57
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
58
+ type __VLS_TypePropsToRuntimeProps<T> = {
59
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
60
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
61
+ } : {
62
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
63
+ required: true;
64
+ };
65
+ };
66
+ type __VLS_WithDefaults<P, D> = {
67
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
68
+ default: D[K];
69
+ }> : P[K];
70
+ };
71
+ type __VLS_Prettify<T> = {
72
+ [K in keyof T]: T[K];
73
+ } & {};
@@ -0,0 +1,25 @@
1
+ import { QuestionSummative } from '../../types/SummativeTable';
2
+
3
+ interface Props {
4
+ title?: string;
5
+ questions: QuestionSummative[];
6
+ }
7
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {}>, {}, 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>, {}>>>, {}, {}>;
8
+ export default _default;
9
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
10
+ type __VLS_TypePropsToRuntimeProps<T> = {
11
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
12
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
13
+ } : {
14
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
15
+ required: true;
16
+ };
17
+ };
18
+ type __VLS_WithDefaults<P, D> = {
19
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
20
+ default: D[K];
21
+ }> : P[K];
22
+ };
23
+ type __VLS_Prettify<T> = {
24
+ [K in keyof T]: T[K];
25
+ } & {};
@@ -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,49 @@
1
+ import { TypeTooltip } from '../../types/Tooltip';
2
+
3
+ type Place = "top_start" | "top" | "top_end" | "bottom_start" | "bottom" | "bottom_end" | "left_start" | "left" | "left_end" | "right_start" | "right" | "right_end";
4
+ type Mode = "light" | "dark";
5
+ interface Props {
6
+ text: string;
7
+ styles?: Mode;
8
+ placement?: Place;
9
+ type: TypeTooltip;
10
+ arrow: string;
11
+ }
12
+ declare const _default: __VLS_WithTemplateSlots<import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
13
+ styles: string;
14
+ placement: string;
15
+ arrow: string;
16
+ }>, {}, 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>, {
17
+ styles: string;
18
+ placement: string;
19
+ arrow: string;
20
+ }>>>, {
21
+ styles: Mode;
22
+ placement: Place;
23
+ arrow: string;
24
+ }, {}>, {
25
+ default?(_: {}): any;
26
+ }>;
27
+ export default _default;
28
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
29
+ type __VLS_TypePropsToRuntimeProps<T> = {
30
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
31
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
32
+ } : {
33
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
34
+ required: true;
35
+ };
36
+ };
37
+ type __VLS_WithDefaults<P, D> = {
38
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
39
+ default: D[K];
40
+ }> : P[K];
41
+ };
42
+ type __VLS_Prettify<T> = {
43
+ [K in keyof T]: T[K];
44
+ } & {};
45
+ type __VLS_WithTemplateSlots<T, S> = T & {
46
+ new (): {
47
+ $slots: S;
48
+ };
49
+ };
@@ -0,0 +1,56 @@
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
+ type?: MediaVariants;
10
+ hideIcon?: boolean;
11
+ mandateLevel?: string | MandateLevel | null;
12
+ labels?: {
13
+ intentions?: string;
14
+ messageError?: string;
15
+ };
16
+ }
17
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
18
+ type: string;
19
+ hideIcon: boolean;
20
+ labels: () => {
21
+ intentions: string;
22
+ messageError: string;
23
+ };
24
+ }>, {}, 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>, {
25
+ type: string;
26
+ hideIcon: boolean;
27
+ labels: () => {
28
+ intentions: string;
29
+ messageError: string;
30
+ };
31
+ }>>>, {
32
+ type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
33
+ labels: {
34
+ intentions?: string | undefined;
35
+ messageError?: string | undefined;
36
+ };
37
+ hideIcon: boolean;
38
+ }, {}>;
39
+ export default _default;
40
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
41
+ type __VLS_TypePropsToRuntimeProps<T> = {
42
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
43
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
44
+ } : {
45
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
46
+ required: true;
47
+ };
48
+ };
49
+ type __VLS_WithDefaults<P, D> = {
50
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
51
+ default: D[K];
52
+ }> : P[K];
53
+ };
54
+ type __VLS_Prettify<T> = {
55
+ [K in keyof T]: T[K];
56
+ } & {};
@@ -0,0 +1,44 @@
1
+ import { MediaCarousel } from '../../types/MediaCarousel';
2
+ import { SizeThumbnail } from '../../types/Image';
3
+
4
+ interface Props {
5
+ carrouselImg: MediaCarousel[];
6
+ gallery?: boolean;
7
+ labelRef?: string | null;
8
+ labelClose?: string | null;
9
+ sizeThumbnail?: SizeThumbnail;
10
+ }
11
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
12
+ labelClose: string;
13
+ labelRef: string;
14
+ gallery: boolean;
15
+ sizeThumbnail: string;
16
+ }>, {}, 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>, {
17
+ labelClose: string;
18
+ labelRef: string;
19
+ gallery: boolean;
20
+ sizeThumbnail: string;
21
+ }>>>, {
22
+ sizeThumbnail: "small" | "medium" | "large";
23
+ gallery: boolean;
24
+ labelRef: string | null;
25
+ labelClose: string | null;
26
+ }, {}>;
27
+ export default _default;
28
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
29
+ type __VLS_TypePropsToRuntimeProps<T> = {
30
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
31
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
32
+ } : {
33
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
34
+ required: true;
35
+ };
36
+ };
37
+ type __VLS_WithDefaults<P, D> = {
38
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
39
+ default: D[K];
40
+ }> : P[K];
41
+ };
42
+ type __VLS_Prettify<T> = {
43
+ [K in keyof T]: T[K];
44
+ } & {};
@@ -0,0 +1,43 @@
1
+ import { MediaVariants } from '../../types/Medias';
2
+
3
+ interface Props {
4
+ src: string;
5
+ big?: boolean;
6
+ title?: string;
7
+ intentions?: string;
8
+ hideIcon?: boolean;
9
+ type?: MediaVariants;
10
+ mandateLevel?: string | null;
11
+ customHeight?: number;
12
+ }
13
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
14
+ type: string;
15
+ big: boolean;
16
+ hideIcon: boolean;
17
+ }>, {}, 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>, {
18
+ type: string;
19
+ big: boolean;
20
+ hideIcon: boolean;
21
+ }>>>, {
22
+ type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
23
+ big: boolean;
24
+ hideIcon: boolean;
25
+ }, {}>;
26
+ export default _default;
27
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
+ type __VLS_TypePropsToRuntimeProps<T> = {
29
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
30
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
31
+ } : {
32
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
33
+ required: true;
34
+ };
35
+ };
36
+ type __VLS_WithDefaults<P, D> = {
37
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
38
+ default: D[K];
39
+ }> : P[K];
40
+ };
41
+ type __VLS_Prettify<T> = {
42
+ [K in keyof T]: T[K];
43
+ } & {};
@@ -0,0 +1,36 @@
1
+ import { MediaVariants } from '../../types/Medias';
2
+
3
+ interface Props {
4
+ content: string;
5
+ center?: boolean;
6
+ title?: string;
7
+ intentions?: string;
8
+ hideIcon?: boolean;
9
+ type?: MediaVariants;
10
+ mandateLevel?: string | null;
11
+ }
12
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
13
+ center: boolean;
14
+ }>, {}, 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>, {
15
+ center: boolean;
16
+ }>>>, {
17
+ center: boolean;
18
+ }, {}>;
19
+ export default _default;
20
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
21
+ type __VLS_TypePropsToRuntimeProps<T> = {
22
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
23
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
24
+ } : {
25
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
26
+ required: true;
27
+ };
28
+ };
29
+ type __VLS_WithDefaults<P, D> = {
30
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
31
+ default: D[K];
32
+ }> : P[K];
33
+ };
34
+ type __VLS_Prettify<T> = {
35
+ [K in keyof T]: T[K];
36
+ } & {};
@@ -0,0 +1,48 @@
1
+ import { MediaVariants } from '../../types/Medias';
2
+ import { MandateLevel } from '../../types/MandateLevel';
3
+
4
+ interface Props {
5
+ url: string;
6
+ title?: string;
7
+ intentions?: string;
8
+ mandateLevel?: string | MandateLevel | null;
9
+ labelIntentions?: string;
10
+ type?: MediaVariants;
11
+ hideIcon?: boolean;
12
+ labelCard?: string;
13
+ icon?: string;
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
+ intentions: string;
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
+ labelIntentions: string;
22
+ type: string;
23
+ hideIcon: boolean;
24
+ intentions: string;
25
+ }>>>, {
26
+ type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
27
+ intentions: string;
28
+ hideIcon: boolean;
29
+ labelIntentions: string;
30
+ }, {}>;
31
+ export default _default;
32
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
33
+ type __VLS_TypePropsToRuntimeProps<T> = {
34
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
35
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
36
+ } : {
37
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
38
+ required: true;
39
+ };
40
+ };
41
+ type __VLS_WithDefaults<P, D> = {
42
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
43
+ default: D[K];
44
+ }> : P[K];
45
+ };
46
+ type __VLS_Prettify<T> = {
47
+ [K in keyof T]: T[K];
48
+ } & {};
@@ -0,0 +1,49 @@
1
+ type TypeLink = "iframe" | "button";
2
+ interface Link {
3
+ id: string;
4
+ url: string;
5
+ title: string;
6
+ disabled: boolean;
7
+ }
8
+ interface Props {
9
+ type: TypeLink;
10
+ link: Link;
11
+ big?: boolean;
12
+ labels?: {
13
+ noData?: string;
14
+ };
15
+ }
16
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
17
+ big: boolean;
18
+ labels: () => {
19
+ noData: string;
20
+ };
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
+ big: boolean;
23
+ labels: () => {
24
+ noData: string;
25
+ };
26
+ }>>>, {
27
+ big: boolean;
28
+ labels: {
29
+ noData?: string | undefined;
30
+ };
31
+ }, {}>;
32
+ export default _default;
33
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
34
+ type __VLS_TypePropsToRuntimeProps<T> = {
35
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
36
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
37
+ } : {
38
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
39
+ required: true;
40
+ };
41
+ };
42
+ type __VLS_WithDefaults<P, D> = {
43
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
44
+ default: D[K];
45
+ }> : P[K];
46
+ };
47
+ type __VLS_Prettify<T> = {
48
+ [K in keyof T]: T[K];
49
+ } & {};
@@ -0,0 +1,67 @@
1
+ import { MediaVariants } from '../../types/Medias';
2
+ import { MandateLevel } from '../../types/MandateLevel';
3
+
4
+ interface Props {
5
+ url?: string;
6
+ cover?: string;
7
+ title: string;
8
+ mandateLevel?: string | MandateLevel | null;
9
+ intentions?: string;
10
+ version_link?: null;
11
+ hideCover?: boolean;
12
+ version?: string;
13
+ type?: MediaVariants;
14
+ hideIcon?: boolean;
15
+ labelCard?: string;
16
+ labels?: {
17
+ acceder?: string;
18
+ };
19
+ }
20
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
21
+ icon: string;
22
+ hideCover: boolean;
23
+ intentions: string;
24
+ cover: string;
25
+ type: string;
26
+ hideIcon: boolean;
27
+ labels: () => {
28
+ acceder: string;
29
+ };
30
+ }>, {}, 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>, {
31
+ icon: string;
32
+ hideCover: boolean;
33
+ intentions: string;
34
+ cover: string;
35
+ type: string;
36
+ hideIcon: boolean;
37
+ labels: () => {
38
+ acceder: string;
39
+ };
40
+ }>>>, {
41
+ type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
42
+ labels: {
43
+ acceder?: string | undefined;
44
+ };
45
+ intentions: string;
46
+ hideIcon: boolean;
47
+ cover: string;
48
+ hideCover: boolean;
49
+ }, {}>;
50
+ export default _default;
51
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
52
+ type __VLS_TypePropsToRuntimeProps<T> = {
53
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
54
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
55
+ } : {
56
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
57
+ required: true;
58
+ };
59
+ };
60
+ type __VLS_WithDefaults<P, D> = {
61
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
62
+ default: D[K];
63
+ }> : P[K];
64
+ };
65
+ type __VLS_Prettify<T> = {
66
+ [K in keyof T]: T[K];
67
+ } & {};
@@ -0,0 +1,36 @@
1
+ import { MediaVariants } from '../../types/Medias';
2
+ import { MandateLevel } from '../../types/MandateLevel';
3
+
4
+ interface Props {
5
+ desc?: string;
6
+ title?: string;
7
+ content?: string;
8
+ mandateLevel?: string | MandateLevel | null;
9
+ type?: MediaVariants;
10
+ cols?: string | number;
11
+ }
12
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
13
+ cols: string;
14
+ }>, {}, 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>, {
15
+ cols: string;
16
+ }>>>, {
17
+ cols: string | number;
18
+ }, {}>;
19
+ export default _default;
20
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
21
+ type __VLS_TypePropsToRuntimeProps<T> = {
22
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
23
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
24
+ } : {
25
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
26
+ required: true;
27
+ };
28
+ };
29
+ type __VLS_WithDefaults<P, D> = {
30
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
31
+ default: D[K];
32
+ }> : P[K];
33
+ };
34
+ type __VLS_Prettify<T> = {
35
+ [K in keyof T]: T[K];
36
+ } & {};
@@ -0,0 +1,78 @@
1
+ interface Props {
2
+ term: string;
3
+ word: string;
4
+ definition?: string;
5
+ variations?: string;
6
+ domain?: string;
7
+ graminfo?: string;
8
+ relations?: string;
9
+ src?: string;
10
+ labels?: {
11
+ definition?: string;
12
+ domaine?: string;
13
+ variations?: string;
14
+ relations?: string;
15
+ close?: string;
16
+ };
17
+ }
18
+ declare const _default: __VLS_WithTemplateSlots<import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
19
+ term: string;
20
+ variations: string;
21
+ relations: string;
22
+ idrelation: string;
23
+ labels: () => {
24
+ definition: string;
25
+ domaine: string;
26
+ variations: string;
27
+ relations: string;
28
+ close: string;
29
+ };
30
+ }>, {}, 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>, {
31
+ term: string;
32
+ variations: string;
33
+ relations: string;
34
+ idrelation: string;
35
+ labels: () => {
36
+ definition: string;
37
+ domaine: string;
38
+ variations: string;
39
+ relations: string;
40
+ close: string;
41
+ };
42
+ }>>>, {
43
+ labels: {
44
+ definition?: string | undefined;
45
+ domaine?: string | undefined;
46
+ variations?: string | undefined;
47
+ relations?: string | undefined;
48
+ close?: string | undefined;
49
+ };
50
+ term: string;
51
+ variations: string;
52
+ relations: string;
53
+ }, {}>, {
54
+ default?(_: {}): any;
55
+ }>;
56
+ export default _default;
57
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
58
+ type __VLS_TypePropsToRuntimeProps<T> = {
59
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
60
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
61
+ } : {
62
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
63
+ required: true;
64
+ };
65
+ };
66
+ type __VLS_WithDefaults<P, D> = {
67
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
68
+ default: D[K];
69
+ }> : P[K];
70
+ };
71
+ type __VLS_Prettify<T> = {
72
+ [K in keyof T]: T[K];
73
+ } & {};
74
+ type __VLS_WithTemplateSlots<T, S> = T & {
75
+ new (): {
76
+ $slots: S;
77
+ };
78
+ };
@@ -0,0 +1,32 @@
1
+ import { TagTimeLine, EventTimeLine } from '../../types/TimeLine';
2
+
3
+ interface TimelineHeading {
4
+ text: {
5
+ text: string;
6
+ headline: string;
7
+ };
8
+ }
9
+ interface Props {
10
+ tags: TagTimeLine[];
11
+ events: EventTimeLine[];
12
+ title?: TimelineHeading;
13
+ }
14
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {}>, {}, 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>, {}>>>, {}, {}>;
15
+ export default _default;
16
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
17
+ type __VLS_TypePropsToRuntimeProps<T> = {
18
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
19
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
20
+ } : {
21
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
22
+ required: true;
23
+ };
24
+ };
25
+ type __VLS_WithDefaults<P, D> = {
26
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
27
+ default: D[K];
28
+ }> : P[K];
29
+ };
30
+ type __VLS_Prettify<T> = {
31
+ [K in keyof T]: T[K];
32
+ } & {};