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,62 @@
1
+ import { ButtonBgVariant, ButtonSize } from '../../types/Btn';
2
+
3
+ interface Props {
4
+ type?: ButtonBgVariant;
5
+ disabled?: boolean;
6
+ block?: boolean;
7
+ rounded?: boolean;
8
+ size?: ButtonSize;
9
+ appendIcon?: string | null;
10
+ prependIcon?: string | null;
11
+ outlined?: boolean;
12
+ text?: boolean;
13
+ extraClass?: string | null;
14
+ href?: string;
15
+ }
16
+ declare const _default: __VLS_WithTemplateSlots<import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
17
+ type: string;
18
+ rounded: boolean;
19
+ size: string;
20
+ appendIcon: null;
21
+ prependIcon: null;
22
+ extraClass: null;
23
+ }>, {}, 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>, {
24
+ type: string;
25
+ rounded: boolean;
26
+ size: string;
27
+ appendIcon: null;
28
+ prependIcon: null;
29
+ extraClass: null;
30
+ }>>>, {
31
+ type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
32
+ rounded: boolean;
33
+ size: "small" | "medium" | "large";
34
+ extraClass: string | null;
35
+ appendIcon: string | null;
36
+ prependIcon: string | null;
37
+ }, {}>, {
38
+ default?(_: {}): any;
39
+ }>;
40
+ export default _default;
41
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
42
+ type __VLS_TypePropsToRuntimeProps<T> = {
43
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
44
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
45
+ } : {
46
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
47
+ required: true;
48
+ };
49
+ };
50
+ type __VLS_WithDefaults<P, D> = {
51
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
52
+ default: D[K];
53
+ }> : P[K];
54
+ };
55
+ type __VLS_Prettify<T> = {
56
+ [K in keyof T]: T[K];
57
+ } & {};
58
+ type __VLS_WithTemplateSlots<T, S> = T & {
59
+ new (): {
60
+ $slots: S;
61
+ };
62
+ };
@@ -0,0 +1,71 @@
1
+ import { Density } from '../../types/Card';
2
+
3
+ interface Props {
4
+ title?: string | null;
5
+ subtitle?: string | null;
6
+ outlined?: boolean;
7
+ flat?: boolean;
8
+ icon?: string | null;
9
+ color?: string | null;
10
+ src?: string | null;
11
+ maxWidth?: string;
12
+ density?: Density;
13
+ }
14
+ declare const _default: __VLS_WithTemplateSlots<import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
15
+ title: null;
16
+ subtitle: null;
17
+ outlined: boolean;
18
+ flat: boolean;
19
+ icon: null;
20
+ color: null;
21
+ src: null;
22
+ density: string;
23
+ maxWidth: string;
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
+ title: null;
26
+ subtitle: null;
27
+ outlined: boolean;
28
+ flat: boolean;
29
+ icon: null;
30
+ color: null;
31
+ src: null;
32
+ density: string;
33
+ maxWidth: string;
34
+ }>>>, {
35
+ flat: boolean;
36
+ title: string | null;
37
+ src: string | null;
38
+ color: string | null;
39
+ outlined: boolean;
40
+ subtitle: string | null;
41
+ icon: string | null;
42
+ maxWidth: string;
43
+ density: "default" | "compact" | "comfortable";
44
+ }, {}>, {
45
+ "card-header"?(_: {}): any;
46
+ default?(_: {}): any;
47
+ "card-actions"?(_: {}): any;
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
+ } & {};
67
+ type __VLS_WithTemplateSlots<T, S> = T & {
68
+ new (): {
69
+ $slots: S;
70
+ };
71
+ };
@@ -0,0 +1,58 @@
1
+ import { ChipBgVariant, ChipSize } from '../../types/Chip';
2
+
3
+ interface Props {
4
+ type?: ChipBgVariant;
5
+ size?: ChipSize;
6
+ outlined?: boolean;
7
+ appendIcon?: string | null;
8
+ prependIcon?: string | null;
9
+ square?: boolean;
10
+ dark?: boolean;
11
+ }
12
+ declare const _default: __VLS_WithTemplateSlots<import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
13
+ type: string;
14
+ size: string;
15
+ square: boolean;
16
+ appendIcon: null;
17
+ prependIcon: null;
18
+ dark: 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
+ type: string;
21
+ size: string;
22
+ square: boolean;
23
+ appendIcon: null;
24
+ prependIcon: null;
25
+ dark: boolean;
26
+ }>>>, {
27
+ dark: boolean;
28
+ type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
29
+ square: boolean;
30
+ size: "small" | "medium" | "large";
31
+ appendIcon: string | null;
32
+ prependIcon: string | null;
33
+ }, {}>, {
34
+ default?(_: {}): any;
35
+ }>;
36
+ export default _default;
37
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
38
+ type __VLS_TypePropsToRuntimeProps<T> = {
39
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
40
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
41
+ } : {
42
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
43
+ required: true;
44
+ };
45
+ };
46
+ type __VLS_WithDefaults<P, D> = {
47
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
48
+ default: D[K];
49
+ }> : P[K];
50
+ };
51
+ type __VLS_Prettify<T> = {
52
+ [K in keyof T]: T[K];
53
+ } & {};
54
+ type __VLS_WithTemplateSlots<T, S> = T & {
55
+ new (): {
56
+ $slots: S;
57
+ };
58
+ };
@@ -0,0 +1,46 @@
1
+ import { default as Border } from '../../types/Border';
2
+
3
+ interface Props {
4
+ color?: string | null;
5
+ size?: Border;
6
+ inset?: boolean;
7
+ icon?: string | null;
8
+ margin?: string;
9
+ }
10
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
11
+ color: null;
12
+ size: string;
13
+ inset: boolean;
14
+ icon: null;
15
+ margin: 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
+ color: null;
18
+ size: string;
19
+ inset: boolean;
20
+ icon: null;
21
+ margin: string;
22
+ }>>>, {
23
+ color: string | null;
24
+ size: Border;
25
+ icon: string | null;
26
+ inset: boolean;
27
+ margin: string;
28
+ }, {}>;
29
+ export default _default;
30
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
31
+ type __VLS_TypePropsToRuntimeProps<T> = {
32
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
33
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
34
+ } : {
35
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
36
+ required: true;
37
+ };
38
+ };
39
+ type __VLS_WithDefaults<P, D> = {
40
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
41
+ default: D[K];
42
+ }> : P[K];
43
+ };
44
+ type __VLS_Prettify<T> = {
45
+ [K in keyof T]: T[K];
46
+ } & {};
@@ -0,0 +1,9 @@
1
+ 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<{}>>, {}, {}>, {
2
+ default?(_: {}): any;
3
+ }>;
4
+ export default _default;
5
+ type __VLS_WithTemplateSlots<T, S> = T & {
6
+ new (): {
7
+ $slots: S;
8
+ };
9
+ };
@@ -0,0 +1,49 @@
1
+ type Animation = "" | "scale";
2
+ type Color = "" | "white" | "black" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info" | "question" | "tip" | "primarydark" | "secondarydark" | "accentdark" | "errordark" | "warningdark" | "successdark" | "infodark" | "questiondark" | "tipdark" | "primarylight" | "secondarylight" | "accentlight" | "errorlight" | "warninglight" | "successlight" | "infolight" | "questionlight" | "tiplight";
3
+ interface Props {
4
+ bg_color?: Color;
5
+ text_color?: Color;
6
+ text?: string;
7
+ animation?: Animation;
8
+ }
9
+ declare const _default: __VLS_WithTemplateSlots<import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
+ bg_color: string;
11
+ text_color: string;
12
+ text: string;
13
+ animation: 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
+ bg_color: string;
16
+ text_color: string;
17
+ text: string;
18
+ animation: string;
19
+ }>>>, {
20
+ text: string;
21
+ bg_color: Color;
22
+ text_color: Color;
23
+ animation: Animation;
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,34 @@
1
+ interface Props {
2
+ size?: string | number;
3
+ viewBox?: string;
4
+ iconPath: string;
5
+ extraClass?: string;
6
+ }
7
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
8
+ size: number;
9
+ viewBox: string;
10
+ }>, {}, 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>, {
11
+ size: number;
12
+ viewBox: string;
13
+ }>>>, {
14
+ size: string | number;
15
+ viewBox: string;
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,72 @@
1
+ import { SizeThumbnail } from '../../types/Image';
2
+
3
+ interface Props {
4
+ src: string;
5
+ alt?: string;
6
+ height?: string | number;
7
+ width?: string | number;
8
+ thumbnail?: boolean;
9
+ sizeThumbnail?: SizeThumbnail;
10
+ caption?: string;
11
+ bib?: string;
12
+ title?: string;
13
+ noModal?: boolean;
14
+ cols?: string | number;
15
+ labels?: {
16
+ reference?: string;
17
+ fermer?: string;
18
+ referenceLibrary?: string;
19
+ };
20
+ }
21
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
22
+ alt: string;
23
+ cols: string;
24
+ thumbnail: boolean;
25
+ noModal: boolean;
26
+ sizeThumbnail: string;
27
+ labels: () => {
28
+ reference: string;
29
+ fermer: string;
30
+ referenceLibrary: string;
31
+ };
32
+ }>, {}, 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>, {
33
+ alt: string;
34
+ cols: string;
35
+ thumbnail: boolean;
36
+ noModal: boolean;
37
+ sizeThumbnail: string;
38
+ labels: () => {
39
+ reference: string;
40
+ fermer: string;
41
+ referenceLibrary: string;
42
+ };
43
+ }>>>, {
44
+ alt: string;
45
+ labels: {
46
+ reference?: string | undefined;
47
+ fermer?: string | undefined;
48
+ referenceLibrary?: string | undefined;
49
+ };
50
+ thumbnail: boolean;
51
+ sizeThumbnail: "small" | "medium" | "large";
52
+ noModal: boolean;
53
+ cols: string | number;
54
+ }, {}>;
55
+ export default _default;
56
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
57
+ type __VLS_TypePropsToRuntimeProps<T> = {
58
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
59
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
60
+ } : {
61
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
62
+ required: true;
63
+ };
64
+ };
65
+ type __VLS_WithDefaults<P, D> = {
66
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
67
+ default: D[K];
68
+ }> : P[K];
69
+ };
70
+ type __VLS_Prettify<T> = {
71
+ [K in keyof T]: T[K];
72
+ } & {};
@@ -0,0 +1,9 @@
1
+ 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<{}>>, {}, {}>, {
2
+ default?(_: {}): any;
3
+ }>;
4
+ export default _default;
5
+ type __VLS_WithTemplateSlots<T, S> = T & {
6
+ new (): {
7
+ $slots: S;
8
+ };
9
+ };
@@ -0,0 +1,43 @@
1
+ type Type = "default" | "nested";
2
+ type Disabled = "false" | "true";
3
+ interface Props {
4
+ type?: Type;
5
+ disabled?: Disabled;
6
+ }
7
+ declare const _default: __VLS_WithTemplateSlots<import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
8
+ type: string;
9
+ disabled: string;
10
+ }>, {}, 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>, {
11
+ type: string;
12
+ disabled: string;
13
+ }>>>, {
14
+ type: Type;
15
+ disabled: Disabled;
16
+ }, {}>, {
17
+ leftContent?(_: {}): any;
18
+ default?(_: {}): any;
19
+ rightContent?(_: {}): any;
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
+ } & {};
39
+ type __VLS_WithTemplateSlots<T, S> = T & {
40
+ new (): {
41
+ $slots: S;
42
+ };
43
+ };
@@ -0,0 +1,50 @@
1
+ interface Props {
2
+ title?: string | null;
3
+ subtitle?: string | null;
4
+ prependIcon?: string | null;
5
+ iconSize?: string | number;
6
+ color?: string | null;
7
+ taxonomyLevel?: string | null;
8
+ courseCode?: string | null;
9
+ courseTitle?: string | null;
10
+ height?: string | null;
11
+ src?: string | null;
12
+ synchrone?: boolean;
13
+ }
14
+ declare const _default: __VLS_WithTemplateSlots<import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
15
+ title: null;
16
+ icon: null;
17
+ color: null;
18
+ }>, {}, 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>, {
19
+ title: null;
20
+ icon: null;
21
+ color: null;
22
+ }>>>, {
23
+ title: string | null;
24
+ color: string | null;
25
+ }, {}>, {
26
+ default?(_: {}): any;
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
+ } & {};
46
+ type __VLS_WithTemplateSlots<T, S> = T & {
47
+ new (): {
48
+ $slots: S;
49
+ };
50
+ };
@@ -0,0 +1,40 @@
1
+ interface Props {
2
+ color?: string;
3
+ dots?: boolean;
4
+ size?: number;
5
+ inline?: boolean;
6
+ }
7
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
8
+ color: string;
9
+ dots: boolean;
10
+ size: number;
11
+ inline: 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
+ color: string;
14
+ dots: boolean;
15
+ size: number;
16
+ inline: boolean;
17
+ }>>>, {
18
+ color: string;
19
+ size: number;
20
+ dots: boolean;
21
+ inline: boolean;
22
+ }, {}>;
23
+ export default _default;
24
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
+ type __VLS_TypePropsToRuntimeProps<T> = {
26
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
27
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
28
+ } : {
29
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
30
+ required: true;
31
+ };
32
+ };
33
+ type __VLS_WithDefaults<P, D> = {
34
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
35
+ default: D[K];
36
+ }> : P[K];
37
+ };
38
+ type __VLS_Prettify<T> = {
39
+ [K in keyof T]: T[K];
40
+ } & {};
@@ -0,0 +1,24 @@
1
+ interface Props {
2
+ arrayContent: string[][];
3
+ headers?: string[] | null;
4
+ title?: string;
5
+ }
6
+ 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>, {}>>>, {}, {}>;
7
+ export default _default;
8
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ type __VLS_TypePropsToRuntimeProps<T> = {
10
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
11
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
12
+ } : {
13
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
14
+ required: true;
15
+ };
16
+ };
17
+ type __VLS_WithDefaults<P, D> = {
18
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
19
+ default: D[K];
20
+ }> : P[K];
21
+ };
22
+ type __VLS_Prettify<T> = {
23
+ [K in keyof T]: T[K];
24
+ } & {};
@@ -0,0 +1,43 @@
1
+ interface Props {
2
+ glossary?: any[];
3
+ content: string;
4
+ title?: string | null;
5
+ compact?: boolean;
6
+ labels?: {
7
+ enSavoirPlus?: string;
8
+ };
9
+ }
10
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
11
+ compact: boolean;
12
+ labels: () => {
13
+ enSavoirPlus: string;
14
+ };
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
+ compact: boolean;
17
+ labels: () => {
18
+ enSavoirPlus: string;
19
+ };
20
+ }>>>, {
21
+ labels: {
22
+ enSavoirPlus?: string | undefined;
23
+ };
24
+ compact: 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
+ } & {};