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,66 @@
1
+ import { MediaVariants } from '../../types/Medias';
2
+
3
+ interface Serie {
4
+ name: string;
5
+ data: (string | number)[];
6
+ }
7
+ interface Options {
8
+ xaxis: {
9
+ categories: (number | string)[];
10
+ convertedCatToNumeric?: boolean;
11
+ };
12
+ colors?: string[];
13
+ }
14
+ interface Props {
15
+ series: Serie[];
16
+ options: Options;
17
+ id?: string;
18
+ center?: boolean;
19
+ title?: string;
20
+ intentions?: string;
21
+ hideIcon?: boolean;
22
+ type?: MediaVariants;
23
+ mandateLevel?: string | null;
24
+ source?: string;
25
+ width?: string;
26
+ labels?: {
27
+ dataNoDisponible?: string;
28
+ };
29
+ }
30
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
31
+ center: boolean;
32
+ width: string;
33
+ labels: () => {
34
+ dataNoDisponible: string;
35
+ };
36
+ }>, {}, 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>, {
37
+ center: boolean;
38
+ width: string;
39
+ labels: () => {
40
+ dataNoDisponible: string;
41
+ };
42
+ }>>>, {
43
+ width: string;
44
+ labels: {
45
+ dataNoDisponible?: string | undefined;
46
+ };
47
+ center: boolean;
48
+ }, {}>;
49
+ export default _default;
50
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
51
+ type __VLS_TypePropsToRuntimeProps<T> = {
52
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
53
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
54
+ } : {
55
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
56
+ required: true;
57
+ };
58
+ };
59
+ type __VLS_WithDefaults<P, D> = {
60
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
61
+ default: D[K];
62
+ }> : P[K];
63
+ };
64
+ type __VLS_Prettify<T> = {
65
+ [K in keyof T]: T[K];
66
+ } & {};
@@ -0,0 +1,62 @@
1
+ import { MediaVariants } from '../../types/Medias';
2
+
3
+ interface seriesFunnel {
4
+ name: string;
5
+ data: number[];
6
+ }
7
+ interface Props {
8
+ series: seriesFunnel[];
9
+ labels: string[];
10
+ id?: string;
11
+ title?: string;
12
+ center?: boolean;
13
+ intentions?: string;
14
+ hideIcon?: boolean;
15
+ type?: MediaVariants;
16
+ mandateLevel?: string | null;
17
+ source?: string;
18
+ width?: string;
19
+ height?: number;
20
+ isFunnel?: boolean;
21
+ colors?: string[];
22
+ }
23
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
24
+ center: boolean;
25
+ type: string;
26
+ width: string;
27
+ height: number;
28
+ isFunnel: boolean;
29
+ colors: () => string[];
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
+ center: boolean;
32
+ type: string;
33
+ width: string;
34
+ height: number;
35
+ isFunnel: boolean;
36
+ colors: () => string[];
37
+ }>>>, {
38
+ type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
39
+ width: string;
40
+ height: number;
41
+ center: boolean;
42
+ isFunnel: boolean;
43
+ colors: string[];
44
+ }, {}>;
45
+ export default _default;
46
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
47
+ type __VLS_TypePropsToRuntimeProps<T> = {
48
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
49
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
50
+ } : {
51
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
52
+ required: true;
53
+ };
54
+ };
55
+ type __VLS_WithDefaults<P, D> = {
56
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
57
+ default: D[K];
58
+ }> : P[K];
59
+ };
60
+ type __VLS_Prettify<T> = {
61
+ [K in keyof T]: T[K];
62
+ } & {};
@@ -0,0 +1,66 @@
1
+ import { MediaVariants } from '../../types/Medias';
2
+
3
+ interface Serie {
4
+ name: string;
5
+ data: (string | number)[];
6
+ }
7
+ interface Options {
8
+ xaxis: {
9
+ categories: (number | string)[];
10
+ convertedCatToNumeric?: boolean;
11
+ };
12
+ colors?: string[];
13
+ }
14
+ interface Props {
15
+ series: Serie[];
16
+ options: Options;
17
+ id?: string;
18
+ center?: boolean;
19
+ title?: string;
20
+ intentions?: string;
21
+ hideIcon?: boolean;
22
+ type?: MediaVariants;
23
+ mandateLevel?: string | null;
24
+ source?: string;
25
+ width?: string;
26
+ labels?: {
27
+ dataNoDisponible?: string;
28
+ };
29
+ }
30
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
31
+ center: boolean;
32
+ width: string;
33
+ labels: () => {
34
+ dataNoDisponible: string;
35
+ };
36
+ }>, {}, 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>, {
37
+ center: boolean;
38
+ width: string;
39
+ labels: () => {
40
+ dataNoDisponible: string;
41
+ };
42
+ }>>>, {
43
+ width: string;
44
+ labels: {
45
+ dataNoDisponible?: string | undefined;
46
+ };
47
+ center: boolean;
48
+ }, {}>;
49
+ export default _default;
50
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
51
+ type __VLS_TypePropsToRuntimeProps<T> = {
52
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
53
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
54
+ } : {
55
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
56
+ required: true;
57
+ };
58
+ };
59
+ type __VLS_WithDefaults<P, D> = {
60
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
61
+ default: D[K];
62
+ }> : P[K];
63
+ };
64
+ type __VLS_Prettify<T> = {
65
+ [K in keyof T]: T[K];
66
+ } & {};
@@ -0,0 +1,70 @@
1
+ import { MediaVariants } from '../../types/Medias';
2
+
3
+ interface TitlePie {
4
+ text: string;
5
+ align?: string;
6
+ }
7
+ interface OptionsPieChart {
8
+ chart?: {
9
+ type?: string;
10
+ width?: number | string;
11
+ };
12
+ title: TitlePie;
13
+ labels: string[];
14
+ colors?: string[];
15
+ }
16
+ interface Props {
17
+ series: number[];
18
+ options: OptionsPieChart;
19
+ id?: string;
20
+ center?: boolean;
21
+ intentions?: string;
22
+ hideIcon?: boolean;
23
+ type?: MediaVariants;
24
+ mandateLevel?: string | null;
25
+ source?: string;
26
+ width?: string;
27
+ labels?: {
28
+ dataNoDisponible?: string;
29
+ };
30
+ }
31
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
32
+ center: boolean;
33
+ type: string;
34
+ width: string;
35
+ labels: () => {
36
+ dataNoDisponible: string;
37
+ };
38
+ }>, {}, 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>, {
39
+ center: boolean;
40
+ type: string;
41
+ width: string;
42
+ labels: () => {
43
+ dataNoDisponible: string;
44
+ };
45
+ }>>>, {
46
+ type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
47
+ width: string;
48
+ labels: {
49
+ dataNoDisponible?: string | undefined;
50
+ };
51
+ center: boolean;
52
+ }, {}>;
53
+ export default _default;
54
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
55
+ type __VLS_TypePropsToRuntimeProps<T> = {
56
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
57
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
58
+ } : {
59
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
60
+ required: true;
61
+ };
62
+ };
63
+ type __VLS_WithDefaults<P, D> = {
64
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
65
+ default: D[K];
66
+ }> : P[K];
67
+ };
68
+ type __VLS_Prettify<T> = {
69
+ [K in keyof T]: T[K];
70
+ } & {};
@@ -0,0 +1,43 @@
1
+ import { default as Theme } from '../../types/Codeblock';
2
+
3
+ type Langue = "javascript" | "css" | "html" | "php" | "json" | "typescript";
4
+ interface Props {
5
+ code?: string;
6
+ label?: string;
7
+ lang?: Langue;
8
+ theme?: Theme;
9
+ }
10
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
11
+ code: string;
12
+ label: string;
13
+ lang: string;
14
+ theme: "neon-bunny";
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
+ code: string;
17
+ label: string;
18
+ lang: string;
19
+ theme: "neon-bunny";
20
+ }>>>, {
21
+ code: string;
22
+ label: string;
23
+ lang: Langue;
24
+ theme: Theme;
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,69 @@
1
+ import { MediaVariants } from '../../types/Medias';
2
+ import { MandateLevel } from '../../types/MandateLevel';
3
+
4
+ interface Props {
5
+ title?: string | null;
6
+ subtitle?: string | null;
7
+ icon?: string;
8
+ mandateLevel?: string | MandateLevel | null;
9
+ synchrone?: boolean;
10
+ type?: MediaVariants;
11
+ intentions?: string;
12
+ hideIcon?: boolean;
13
+ flat?: boolean;
14
+ labels?: {
15
+ intentions?: string;
16
+ };
17
+ }
18
+ declare const _default: __VLS_WithTemplateSlots<import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
19
+ title: null;
20
+ type: string;
21
+ hideIcon: boolean;
22
+ flat: boolean;
23
+ labels: () => {
24
+ intentions: string;
25
+ };
26
+ }>, {}, 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>, {
27
+ title: null;
28
+ type: string;
29
+ hideIcon: boolean;
30
+ flat: boolean;
31
+ labels: () => {
32
+ intentions: string;
33
+ };
34
+ }>>>, {
35
+ flat: boolean;
36
+ title: string | null;
37
+ type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
38
+ labels: {
39
+ intentions?: string | undefined;
40
+ };
41
+ hideIcon: boolean;
42
+ }, {}>, {
43
+ intentions?(_: {}): any;
44
+ content?(_: {}): any;
45
+ actions?(_: {}): any;
46
+ }>;
47
+ export default _default;
48
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
49
+ type __VLS_TypePropsToRuntimeProps<T> = {
50
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
51
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
52
+ } : {
53
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
54
+ required: true;
55
+ };
56
+ };
57
+ type __VLS_WithDefaults<P, D> = {
58
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
59
+ default: D[K];
60
+ }> : P[K];
61
+ };
62
+ type __VLS_Prettify<T> = {
63
+ [K in keyof T]: T[K];
64
+ } & {};
65
+ type __VLS_WithTemplateSlots<T, S> = T & {
66
+ new (): {
67
+ $slots: S;
68
+ };
69
+ };
@@ -0,0 +1,110 @@
1
+ import { MediaVariants } from '../../types/Medias';
2
+ import { MandateLevel } from '../../types/MandateLevel';
3
+
4
+ interface Props {
5
+ url?: string;
6
+ year?: string;
7
+ author?: string;
8
+ cover?: string;
9
+ title: string | null;
10
+ container?: string;
11
+ editor?: string;
12
+ pages?: string | string[];
13
+ mandateLevel?: string | MandateLevel | null;
14
+ intentions?: string;
15
+ compact?: boolean;
16
+ more?: boolean;
17
+ version_link?: null;
18
+ hideCover?: boolean;
19
+ type?: MediaVariants;
20
+ hideIcon?: boolean;
21
+ labels?: {
22
+ par?: string;
23
+ dans?: string;
24
+ lire?: string;
25
+ fermer?: string;
26
+ details?: string;
27
+ lecture?: string;
28
+ card?: string;
29
+ Btb?: string;
30
+ Intentions?: string;
31
+ };
32
+ }
33
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
34
+ title: null;
35
+ cover: string;
36
+ icon: string;
37
+ hideCover: boolean;
38
+ intentions: string;
39
+ compact: boolean;
40
+ type: string;
41
+ hideIcon: boolean;
42
+ labels: () => {
43
+ par: string;
44
+ dans: string;
45
+ lire: string;
46
+ fermer: string;
47
+ details: string;
48
+ lecture: string;
49
+ card: string;
50
+ Btb: string;
51
+ intentions: string;
52
+ };
53
+ }>, {}, 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>, {
54
+ title: null;
55
+ cover: string;
56
+ icon: string;
57
+ hideCover: boolean;
58
+ intentions: string;
59
+ compact: boolean;
60
+ type: string;
61
+ hideIcon: boolean;
62
+ labels: () => {
63
+ par: string;
64
+ dans: string;
65
+ lire: string;
66
+ fermer: string;
67
+ details: string;
68
+ lecture: string;
69
+ card: string;
70
+ Btb: string;
71
+ intentions: string;
72
+ };
73
+ }>>>, {
74
+ title: string | null;
75
+ type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
76
+ labels: {
77
+ par?: string | undefined;
78
+ dans?: string | undefined;
79
+ lire?: string | undefined;
80
+ fermer?: string | undefined;
81
+ details?: string | undefined;
82
+ lecture?: string | undefined;
83
+ card?: string | undefined;
84
+ Btb?: string | undefined;
85
+ Intentions?: string | undefined;
86
+ };
87
+ compact: boolean;
88
+ intentions: string;
89
+ hideIcon: boolean;
90
+ cover: string;
91
+ hideCover: boolean;
92
+ }, {}>;
93
+ export default _default;
94
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
95
+ type __VLS_TypePropsToRuntimeProps<T> = {
96
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
97
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
98
+ } : {
99
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
100
+ required: true;
101
+ };
102
+ };
103
+ type __VLS_WithDefaults<P, D> = {
104
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
105
+ default: D[K];
106
+ }> : P[K];
107
+ };
108
+ type __VLS_Prettify<T> = {
109
+ [K in keyof T]: T[K];
110
+ } & {};
@@ -0,0 +1,34 @@
1
+ import { MandateLevel } from '../../types/MandateLevel';
2
+ import { MediaVariants } from '../../types/Medias';
3
+
4
+ interface Props {
5
+ pages?: string;
6
+ resource: any;
7
+ mandateLevel?: string | MandateLevel | null;
8
+ type?: MediaVariants;
9
+ }
10
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
11
+ type: string;
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
+ type: string;
14
+ }>>>, {
15
+ type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
16
+ }, {}>;
17
+ export default _default;
18
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
19
+ type __VLS_TypePropsToRuntimeProps<T> = {
20
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
21
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
22
+ } : {
23
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
24
+ required: true;
25
+ };
26
+ };
27
+ type __VLS_WithDefaults<P, D> = {
28
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
29
+ default: D[K];
30
+ }> : P[K];
31
+ };
32
+ type __VLS_Prettify<T> = {
33
+ [K in keyof T]: T[K];
34
+ } & {};
@@ -0,0 +1,32 @@
1
+ interface Props {
2
+ title?: string;
3
+ type?: string;
4
+ }
5
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
6
+ title: string;
7
+ type: string;
8
+ }>, {}, 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>, {
9
+ title: string;
10
+ type: string;
11
+ }>>>, {
12
+ title: string;
13
+ type: string;
14
+ }, {}>;
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
+ } & {};
@@ -0,0 +1,52 @@
1
+ interface Props {
2
+ id?: string;
3
+ label?: string;
4
+ modelValue?: string | string[] | boolean;
5
+ disabled?: boolean;
6
+ readonly?: boolean;
7
+ value?: string;
8
+ }
9
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
+ id: string;
11
+ label: string;
12
+ disabled: boolean;
13
+ readonly: boolean;
14
+ value: undefined;
15
+ modelValue: string;
16
+ }>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
17
+ "update:modelValue": (modelValue: string | boolean | string[]) => void;
18
+ }, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
19
+ id: string;
20
+ label: string;
21
+ disabled: boolean;
22
+ readonly: boolean;
23
+ value: undefined;
24
+ modelValue: string;
25
+ }>>> & {
26
+ "onUpdate:modelValue"?: ((modelValue: string | boolean | string[]) => any) | undefined;
27
+ }, {
28
+ label: string;
29
+ disabled: boolean;
30
+ modelValue: string | boolean | string[];
31
+ value: string;
32
+ id: string;
33
+ readonly: 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,65 @@
1
+ interface Props {
2
+ name: string;
3
+ id?: string;
4
+ label?: string;
5
+ modelValue?: string;
6
+ type?: "text" | "email" | "url" | "password" | "number" | "date" | "search" | "tel" | "time";
7
+ placeholder?: string;
8
+ iconPath?: string | null;
9
+ iconSize?: string;
10
+ disabled?: boolean;
11
+ readonly?: boolean;
12
+ }
13
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
14
+ id: string;
15
+ label: string;
16
+ modelValue: string;
17
+ type: string;
18
+ placeholder: string;
19
+ iconPath: string;
20
+ iconSize: string;
21
+ disabled: boolean;
22
+ readonly: boolean;
23
+ }>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
24
+ "update:modelValue": (modelValue: string) => void;
25
+ }, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
26
+ id: string;
27
+ label: string;
28
+ modelValue: string;
29
+ type: string;
30
+ placeholder: string;
31
+ iconPath: string;
32
+ iconSize: string;
33
+ disabled: boolean;
34
+ readonly: boolean;
35
+ }>>> & {
36
+ "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
37
+ }, {
38
+ label: string;
39
+ type: "number" | "time" | "text" | "search" | "url" | "date" | "email" | "password" | "tel";
40
+ iconPath: string | null;
41
+ disabled: boolean;
42
+ modelValue: string;
43
+ iconSize: string;
44
+ id: string;
45
+ readonly: boolean;
46
+ placeholder: string;
47
+ }, {}>;
48
+ export default _default;
49
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
50
+ type __VLS_TypePropsToRuntimeProps<T> = {
51
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
52
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
53
+ } : {
54
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
55
+ required: true;
56
+ };
57
+ };
58
+ type __VLS_WithDefaults<P, D> = {
59
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
60
+ default: D[K];
61
+ }> : P[K];
62
+ };
63
+ type __VLS_Prettify<T> = {
64
+ [K in keyof T]: T[K];
65
+ } & {};