ep-lib-ts 1.0.24 → 1.0.26

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 (137) hide show
  1. package/dist/BgAudio-BOuJmZ4Z.js +4 -0
  2. package/dist/DisplayBox-hI9I354I.js +4 -0
  3. package/dist/EpAlert-CNC4jPvV.js +4 -0
  4. package/dist/EpAudio-BFzs1CCB.js +4 -0
  5. package/dist/EpBadge-LjMj7s1q.js +4 -0
  6. package/dist/EpBarChart-mFktWWHN.js +4 -0
  7. package/dist/EpBtn-3_tn7E6D.js +4 -0
  8. package/dist/EpCard-CwLnvlZs.js +4 -0
  9. package/dist/EpChip-BmJNCeuv.js +4 -0
  10. package/dist/EpConclusion-Bo5-jNPy.js +4 -0
  11. package/dist/EpContentSlider-CHgd9CBo.js +4 -0
  12. package/dist/EpDarkmode-DdqwsLJI.js +48 -0
  13. package/dist/EpDescription-Kbh-pnvx.js +4 -0
  14. package/dist/EpDivider-xLnjVUkj.js +4 -0
  15. package/dist/EpEdu-DI6qOWw1.js +4 -0
  16. package/dist/EpFlex-mQrhJu8J.js +4 -0
  17. package/dist/EpFunnelChart-CTbZegv2.js +4 -0
  18. package/dist/EpHeader-MY25ggLC.js +4 -0
  19. package/dist/{EpHover-jrnI89yN.js → EpHover-CF0mr0kn.js} +1 -1
  20. package/dist/EpIcon-CMHojBr5.js +4 -0
  21. package/dist/EpIframe-E_puwUIb.js +4 -0
  22. package/dist/EpImg-C5Kwf7od.js +4 -0
  23. package/dist/{EpInput-DzvG0ONW.js → EpInput-Cfl4JH1l.js} +22 -22
  24. package/dist/EpInstructions-nM-IK120.js +4 -0
  25. package/dist/EpIntroduction-DiF_d3pZ.js +4 -0
  26. package/dist/EpLineChart-BkQwacog.js +4 -0
  27. package/dist/EpLink-BP6HIdnn.js +4 -0
  28. package/dist/EpLinkVersion-ChbNAqrS.js +4 -0
  29. package/dist/{EpList-_qae9uHP.js → EpList-BL9yIb5h.js} +1 -1
  30. package/dist/EpModal-CDjsyRvM.js +4 -0
  31. package/dist/{EpNothing-CDSj0X4K.js → EpNothing-B0xLzA9P.js} +1 -1
  32. package/dist/EpObjective-Bt3hflqk.js +4 -0
  33. package/dist/EpPieChart-Dv8DGZSF.js +4 -0
  34. package/dist/EpQuestion-lEHBGz0S.js +4 -0
  35. package/dist/EpQuote-B1YA7A6I.js +4 -0
  36. package/dist/EpRadio-C8r7s7W-.js +4 -0
  37. package/dist/EpRadioSummative-Cv6MYTv6.js +4 -0
  38. package/dist/EpReading-DQcDGfZb.js +4 -0
  39. package/dist/EpResource-DyyoUvuJ.js +4 -0
  40. package/dist/EpScope-BqyU2wlf.js +4 -0
  41. package/dist/EpSection-DOd8aziF.js +4 -0
  42. package/dist/EpSelect-FIb6SyJU.js +32 -0
  43. package/dist/EpSkeleton-B1XRyOwZ.js +4 -0
  44. package/dist/EpSoftware-D6X8AHJK.js +4 -0
  45. package/dist/EpSpecificObjective-DkH5m09k.js +4 -0
  46. package/dist/EpSpinner-DTecXUJS.js +4 -0
  47. package/dist/EpSummativeTable-Cd7jQAbl.js +4 -0
  48. package/dist/EpSvg-Cl7JQ9X8.js +4 -0
  49. package/dist/EpTable-BF4JWCJY.js +4 -0
  50. package/dist/EpTerm-Dgll69TG.js +4 -0
  51. package/dist/EpText-D_iQAE-U.js +4 -0
  52. package/dist/EpTimeLine-DWjocTaz.js +4 -0
  53. package/dist/EpVideo-B1b7SFoO.js +4 -0
  54. package/dist/EpVideoPanopto-BrZDfrND.js +4 -0
  55. package/dist/EpWordDef-DRxF8rWC.js +4 -0
  56. package/dist/components/basics/EpChip.vue.d.ts +1 -1
  57. package/dist/components/basics/EpIcon.vue.d.ts +1 -1
  58. package/dist/components/charts/EpFunnelChart.vue.d.ts +1 -1
  59. package/dist/components/charts/EpPieChart.vue.d.ts +1 -1
  60. package/dist/components/educationals/EpConclusion.vue.d.ts +39 -0
  61. package/dist/components/educationals/EpDescription.vue.d.ts +39 -0
  62. package/dist/components/educationals/EpInstructions.vue.d.ts +36 -0
  63. package/dist/components/educationals/EpIntroduction.vue.d.ts +39 -0
  64. package/dist/components/educationals/EpObjective.vue.d.ts +39 -0
  65. package/dist/components/educationals/EpSpecificObjective.vue.d.ts +40 -0
  66. package/dist/components/forms/EpSelect.vue.d.ts +15 -86
  67. package/dist/components/interactions/EpAccordeon.vue.d.ts +1 -0
  68. package/dist/components/interactions/EpContentSlider.vue.d.ts +4 -0
  69. package/dist/components/signages/EpHeader.vue.d.ts +4 -0
  70. package/dist/components/signages/EpSkeleton.vue.d.ts +6 -2
  71. package/dist/ep-lib-ts.js +46 -40
  72. package/dist/ep-lib-ts.umd.cjs +70 -52
  73. package/dist/{index-nKuHdZUR.js → index-BDcKL8U6.js} +4833 -4538
  74. package/dist/index.d.ts +7 -1
  75. package/dist/style.css +1 -1
  76. package/dist/types/Answer.d.ts +17 -0
  77. package/package.json +2 -2
  78. package/src/components/basics/EpFlex.vue +1 -0
  79. package/src/components/basics/EpSection.vue +5 -9
  80. package/src/components/educationals/EpConclusion.vue +38 -0
  81. package/src/components/educationals/EpDescription.vue +38 -0
  82. package/src/components/educationals/EpInstructions.vue +48 -0
  83. package/src/components/educationals/EpIntroduction.vue +38 -0
  84. package/src/components/educationals/EpObjective.vue +41 -0
  85. package/src/components/educationals/EpReading.vue +1 -1
  86. package/src/components/educationals/EpSpecificObjective.vue +42 -0
  87. package/src/components/forms/EpSelect.vue +18 -154
  88. package/src/components/interactions/EpAccordeon.vue +5 -4
  89. package/src/components/interactions/EpContentSlider.vue +132 -97
  90. package/src/components/interactions/EpDarkmode.vue +22 -40
  91. package/src/components/signages/EpHeader.vue +68 -46
  92. package/src/components/signages/EpSkeleton.vue +8 -4
  93. package/dist/BgAudio-BjiZt_j3.js +0 -4
  94. package/dist/DisplayBox-DZa_LWHr.js +0 -4
  95. package/dist/EpAlert-CIOmWSIc.js +0 -4
  96. package/dist/EpAudio-B3cP0yQP.js +0 -4
  97. package/dist/EpBadge-Rn_GnxQe.js +0 -4
  98. package/dist/EpBarChart-D3XffoUi.js +0 -4
  99. package/dist/EpBtn-DHEEdI-A.js +0 -4
  100. package/dist/EpCard-CKZOUaVF.js +0 -4
  101. package/dist/EpChip-ClMvRgwG.js +0 -4
  102. package/dist/EpContentSlider-BPQRgnys.js +0 -4
  103. package/dist/EpDarkmode-4w7onxHI.js +0 -26
  104. package/dist/EpDivider-CAdkeSwX.js +0 -4
  105. package/dist/EpEdu-Ccx2WVen.js +0 -4
  106. package/dist/EpFlex-BObUghJr.js +0 -4
  107. package/dist/EpFunnelChart-Pe4XXTya.js +0 -4
  108. package/dist/EpHeader-DvJyyMGC.js +0 -4
  109. package/dist/EpIcon-BfZrj1D0.js +0 -4
  110. package/dist/EpIframe-DpKYSJNh.js +0 -4
  111. package/dist/EpImg-B_oxNdE8.js +0 -4
  112. package/dist/EpLineChart-D1McKT4Z.js +0 -4
  113. package/dist/EpLink-Bad9NyI9.js +0 -4
  114. package/dist/EpLinkVersion-on-9nSh-.js +0 -4
  115. package/dist/EpModal-Ca6mOjLn.js +0 -4
  116. package/dist/EpPieChart-Bl-OovwP.js +0 -4
  117. package/dist/EpQuestion-_cynbj44.js +0 -4
  118. package/dist/EpQuote-DSGsPnu9.js +0 -4
  119. package/dist/EpRadio-BCYQ80gI.js +0 -4
  120. package/dist/EpRadioSummative-KuZyk9G2.js +0 -4
  121. package/dist/EpReading-BZJk9RUD.js +0 -4
  122. package/dist/EpResource-MAdgbl2P.js +0 -4
  123. package/dist/EpScope-C2BEnXHN.js +0 -4
  124. package/dist/EpSection-DIbMpikL.js +0 -4
  125. package/dist/EpSelect-afhma1pl.js +0 -43
  126. package/dist/EpSkeleton-DdosLRVb.js +0 -4
  127. package/dist/EpSoftware-DpNVZY3o.js +0 -4
  128. package/dist/EpSpinner-9KW8OFR4.js +0 -4
  129. package/dist/EpSummativeTable-CXjHg8Dh.js +0 -4
  130. package/dist/EpSvg-Dnr8vgDv.js +0 -4
  131. package/dist/EpTable-BRt9Ps0H.js +0 -4
  132. package/dist/EpTerm-B3bSXeXd.js +0 -4
  133. package/dist/EpText-CB8XAfzb.js +0 -4
  134. package/dist/EpTimeLine-BUxl5jo5.js +0 -4
  135. package/dist/EpVideo-DxEYZmn1.js +0 -4
  136. package/dist/EpVideoPanopto-BtGdfGz9.js +0 -4
  137. package/dist/EpWordDef-DUa6sNjb.js +0 -4
@@ -0,0 +1,39 @@
1
+ interface Props {
2
+ icon?: string | null;
3
+ title?: string | null;
4
+ subtitle?: string | null;
5
+ }
6
+ declare function __VLS_template(): {
7
+ default?(_: {}): any;
8
+ };
9
+ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
+ title: string;
11
+ }>>, {}, {}, {}, {}, 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>, {
12
+ title: string;
13
+ }>>> & Readonly<{}>, {
14
+ title: string | null;
15
+ }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
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
+ } & {};
35
+ type __VLS_WithTemplateSlots<T, S> = T & {
36
+ new (): {
37
+ $slots: S;
38
+ };
39
+ };
@@ -0,0 +1,36 @@
1
+ type Instructions = {
2
+ uid: string;
3
+ title: string;
4
+ content: string;
5
+ };
6
+ interface Props {
7
+ icon?: string | null;
8
+ title?: string | null;
9
+ subtitle?: string | null;
10
+ instructions: Instructions[];
11
+ }
12
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
13
+ title: string;
14
+ }>>, {}, {}, {}, {}, 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
+ title: string;
16
+ }>>> & Readonly<{}>, {
17
+ title: string | null;
18
+ }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
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,39 @@
1
+ interface Props {
2
+ icon?: string | null;
3
+ title?: string | null;
4
+ subtitle?: string | null;
5
+ }
6
+ declare function __VLS_template(): {
7
+ default?(_: {}): any;
8
+ };
9
+ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
+ title: string;
11
+ }>>, {}, {}, {}, {}, 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>, {
12
+ title: string;
13
+ }>>> & Readonly<{}>, {
14
+ title: string | null;
15
+ }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
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
+ } & {};
35
+ type __VLS_WithTemplateSlots<T, S> = T & {
36
+ new (): {
37
+ $slots: S;
38
+ };
39
+ };
@@ -0,0 +1,39 @@
1
+ interface Props {
2
+ nameApproach?: string | null;
3
+ title?: string | null;
4
+ color?: `border-${string}`;
5
+ }
6
+ declare function __VLS_template(): {
7
+ default?(_: {}): any;
8
+ };
9
+ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
+ color: string;
11
+ }>>, {}, {}, {}, {}, 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>, {
12
+ color: string;
13
+ }>>> & Readonly<{}>, {
14
+ color: `border-${string}`;
15
+ }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
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
+ } & {};
35
+ type __VLS_WithTemplateSlots<T, S> = T & {
36
+ new (): {
37
+ $slots: S;
38
+ };
39
+ };
@@ -0,0 +1,40 @@
1
+ interface Props {
2
+ label?: string | null;
3
+ title?: string | null;
4
+ color?: `border-${string}`;
5
+ tab?: boolean;
6
+ content?: string | null;
7
+ bg?: boolean;
8
+ border?: boolean;
9
+ }
10
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
11
+ color: string;
12
+ tab: boolean;
13
+ border: boolean;
14
+ }>>, {}, {}, {}, {}, 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
+ color: string;
16
+ tab: boolean;
17
+ border: boolean;
18
+ }>>> & Readonly<{}>, {
19
+ color: `border-${string}`;
20
+ border: boolean;
21
+ tab: boolean;
22
+ }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
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
+ } & {};
@@ -1,89 +1,18 @@
1
- interface Props {
2
- id?: string;
3
- label?: string;
4
- modelValue?: string;
5
- type?: "text" | "email" | "url" | "password" | "number" | "date" | "search" | "tel" | "time";
6
- placeholder?: string;
7
- iconPath?: string;
8
- iconSize?: string;
9
- disabled?: boolean;
10
- readonly?: boolean;
11
- labels?: {
12
- option?: string;
13
- vanderpoel?: string;
14
- vanaert?: string;
15
- pogacar?: string;
16
- evenepoel?: string;
17
- meilleur?: string;
18
- };
19
- }
20
- declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
21
- id: string;
22
- label: string;
23
- modelValue: string;
24
- type: string;
25
- placeholder: string;
26
- iconPath: string;
27
- iconSize: string;
28
- disabled: boolean;
29
- labels: () => {
30
- option: string;
31
- vanderpoel: string;
32
- vanaert: string;
33
- pogacar: string;
34
- evenepoel: string;
35
- meilleur: string;
36
- };
37
- }>>, {}, {}, {}, {}, 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>, {
38
- id: string;
39
- label: string;
40
- modelValue: string;
41
- type: string;
42
- placeholder: string;
43
- iconPath: string;
44
- iconSize: string;
45
- disabled: boolean;
46
- labels: () => {
47
- option: string;
48
- vanderpoel: string;
49
- vanaert: string;
50
- pogacar: string;
51
- evenepoel: string;
52
- meilleur: string;
53
- };
54
- }>>> & Readonly<{}>, {
55
- label: string;
56
- disabled: boolean;
57
- type: "text" | "email" | "url" | "password" | "number" | "date" | "search" | "tel" | "time";
58
- iconPath: string;
59
- modelValue: string;
60
- iconSize: string;
61
- id: string;
62
- labels: {
63
- option?: string;
64
- vanderpoel?: string;
65
- vanaert?: string;
66
- pogacar?: string;
67
- evenepoel?: string;
68
- meilleur?: string;
1
+ type Option = {
2
+ text: string;
3
+ value: string;
4
+ };
5
+ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
6
+ modelValue: import('../../../vue/dist/vue.esm-bundler.js').PropType<any>;
7
+ options: {
8
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<Option[]>;
9
+ required: true;
69
10
  };
70
- placeholder: string;
71
- }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
72
- export default _default;
73
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
74
- type __VLS_TypePropsToRuntimeProps<T> = {
75
- [K in keyof T]-?: {} extends Pick<T, K> ? {
76
- type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
77
- } : {
78
- type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
11
+ }>, {}, {}, {}, {}, 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<{
12
+ modelValue: import('../../../vue/dist/vue.esm-bundler.js').PropType<any>;
13
+ options: {
14
+ type: import('../../../vue/dist/vue.esm-bundler.js').PropType<Option[]>;
79
15
  required: true;
80
16
  };
81
- };
82
- type __VLS_WithDefaults<P, D> = {
83
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
84
- default: D[K];
85
- }> : P[K];
86
- };
87
- type __VLS_Prettify<T> = {
88
- [K in keyof T]: T[K];
89
- } & {};
17
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
18
+ export default _default;
@@ -6,6 +6,7 @@ interface Props {
6
6
  open?: boolean;
7
7
  outlined?: boolean;
8
8
  title?: string | null;
9
+ small?: boolean;
9
10
  }
10
11
  declare function __VLS_template(): {
11
12
  default?(_: {}): any;
@@ -4,16 +4,20 @@ interface Props {
4
4
  slides: SlidesType[];
5
5
  loading?: string;
6
6
  noData?: string;
7
+ mediaPosition?: 'left' | 'right';
7
8
  }
8
9
  declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
9
10
  loading: string;
10
11
  noData: string;
12
+ mediaPosition: string;
11
13
  }>>, {}, {}, {}, {}, 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>, {
12
14
  loading: string;
13
15
  noData: string;
16
+ mediaPosition: string;
14
17
  }>>> & Readonly<{}>, {
15
18
  loading: string;
16
19
  noData: string;
20
+ mediaPosition: "left" | "right";
17
21
  }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
18
22
  export default _default;
19
23
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -8,6 +8,7 @@ interface Props {
8
8
  big?: boolean | null;
9
9
  src?: string | null;
10
10
  synchrone?: boolean;
11
+ hasImg?: boolean;
11
12
  duration?: string | null;
12
13
  assessment?: string | null;
13
14
  headerImgColor?: string | null;
@@ -23,6 +24,7 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
23
24
  src: null;
24
25
  big: boolean;
25
26
  synchrone: boolean;
27
+ hasImg: boolean;
26
28
  duration: null;
27
29
  assessment: null;
28
30
  labels: () => {
@@ -38,6 +40,7 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
38
40
  src: null;
39
41
  big: boolean;
40
42
  synchrone: boolean;
43
+ hasImg: boolean;
41
44
  duration: null;
42
45
  assessment: null;
43
46
  labels: () => {
@@ -58,6 +61,7 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
58
61
  synchrone?: string;
59
62
  formatif?: string;
60
63
  };
64
+ hasImg: boolean;
61
65
  assessment: string | null;
62
66
  }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
63
67
  export default _default;
@@ -4,22 +4,26 @@ interface Props {
4
4
  height?: number;
5
5
  width?: number;
6
6
  animation?: string;
7
+ loading?: boolean;
7
8
  }
8
9
  declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
9
10
  type: string;
10
11
  width: number;
11
12
  height: number;
12
13
  animation: string;
14
+ loading: boolean;
13
15
  }>>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
14
16
  type: string;
15
17
  width: number;
16
18
  height: number;
17
19
  animation: string;
20
+ loading: boolean;
18
21
  }>>> & Readonly<{}>, {
19
- type: Shape;
20
- animation: string;
21
22
  width: number;
22
23
  height: number;
24
+ type: Shape;
25
+ animation: string;
26
+ loading: boolean;
23
27
  }, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
24
28
  export default _default;
25
29
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
package/dist/ep-lib-ts.js CHANGED
@@ -1,46 +1,52 @@
1
- import { U as s, O as E, E as e, c as o, o as r, d as i, e as n, W as t, f as d, z as l, g as C, s as m, h as u, p as S, P as c, i as h, F as T, j as f, X as g, q as L, G as b, H as k, B as v, r as x, C as B, Q as I, b as V, t as A, v as D, k as F, R as P, I as Q, l as R, D as H, J as K, m as M, V as W, _ as j, n as q, K as w, L as z, M as G, N as J } from "./index-nKuHdZUR.js";
1
+ import { $ as p, U as E, K as e, c as i, o, d as n, e as t, a1 as r, f as c, s as d, F as l, t as u, g as S, v as C, h as m, p as T, V as b, i as f, L as h, j as v, w as I, x as g, a2 as x, q as L, M as k, N as A, H as B, y as V, r as j, I as D, W as F, b as O, z as P, A as Q, k as R, X as w, O as H, B as K, l as M, J as W, P as q, m as y, a0 as z, _ as J, n as N, Q as U, R as X, S as _, T as $ } from "./index-BDcKL8U6.js";
2
2
  export {
3
- s as EpAccordeon,
3
+ p as EpAccordeon,
4
4
  E as EpAlert,
5
5
  e as EpAudio,
6
- o as EpBadge,
7
- r as EpBarChart,
8
- i as EpBtn,
9
- n as EpCard,
10
- t as EpCarousel,
11
- d as EpChip,
6
+ i as EpBadge,
7
+ o as EpBarChart,
8
+ n as EpBtn,
9
+ t as EpCard,
10
+ r as EpCarousel,
11
+ c as EpChip,
12
+ d as EpConclusion,
12
13
  l as EpContentSlider,
13
- C as EpDivider,
14
- m as EpEdu,
15
- u as EpFlex,
16
- S as EpFunnelChart,
17
- c as EpHeader,
18
- h as EpIcon,
19
- T as EpIframe,
20
- f as EpImg,
21
- g as EpKatex,
14
+ u as EpDescription,
15
+ S as EpDivider,
16
+ C as EpEdu,
17
+ m as EpFlex,
18
+ T as EpFunnelChart,
19
+ b as EpHeader,
20
+ f as EpIcon,
21
+ h as EpIframe,
22
+ v as EpImg,
23
+ I as EpInstructions,
24
+ g as EpIntroduction,
25
+ x as EpKatex,
22
26
  L as EpLineChart,
23
- b as EpLink,
24
- k as EpLinkVersion,
25
- v as EpModal,
26
- x as EpPieChart,
27
- B as EpQuestion,
28
- I as EpQuote,
29
- V as EpReading,
30
- A as EpResource,
31
- D as EpScope,
32
- F as EpSection,
33
- P as EpSkeleton,
34
- Q as EpSoftware,
35
- R as EpSpinner,
36
- H as EpSummativeTable,
37
- K as EpSvg,
38
- M as EpTable,
39
- W as EpTabs,
40
- j as EpTerm,
41
- q as EpText,
42
- w as EpTimeLine,
43
- z as EpVideo,
44
- G as EpVideoPanopto,
45
- J as EpWordDef
27
+ k as EpLink,
28
+ A as EpLinkVersion,
29
+ B as EpModal,
30
+ V as EpObjective,
31
+ j as EpPieChart,
32
+ D as EpQuestion,
33
+ F as EpQuote,
34
+ O as EpReading,
35
+ P as EpResource,
36
+ Q as EpScope,
37
+ R as EpSection,
38
+ w as EpSkeleton,
39
+ H as EpSoftware,
40
+ K as EpSpecificObjective,
41
+ M as EpSpinner,
42
+ W as EpSummativeTable,
43
+ q as EpSvg,
44
+ y as EpTable,
45
+ z as EpTabs,
46
+ J as EpTerm,
47
+ N as EpText,
48
+ U as EpTimeLine,
49
+ X as EpVideo,
50
+ _ as EpVideoPanopto,
51
+ $ as EpWordDef
46
52
  };