ep-lib-ts 1.0.18 → 1.0.20
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.
- package/dist/BgAudio-D8TZpRh8.js +4 -0
- package/dist/DisplayBox-3F6nqwNN.js +4 -0
- package/dist/EpAlert-BjOR-WYp.js +4 -0
- package/dist/EpAudio-BQ0LZmny.js +4 -0
- package/dist/EpBadge-AynlePoL.js +4 -0
- package/dist/EpBarChart-BYvvcyGM.js +4 -0
- package/dist/EpBtn-CEF35fJT.js +4 -0
- package/dist/EpCard-DyabtzFw.js +4 -0
- package/dist/EpChip-Doxc_A2v.js +4 -0
- package/dist/EpContentSlider-BSpg4qD6.js +4 -0
- package/dist/{EpDarkmode-BFtEIM2f.js → EpDarkmode-E7Txyt2Z.js} +1 -1
- package/dist/EpDivider-al4hF4NR.js +4 -0
- package/dist/EpEdu-BRGV7ery.js +4 -0
- package/dist/EpFlex-Dd3rSd_C.js +4 -0
- package/dist/EpFunnelChart-Cxt8tNXc.js +4 -0
- package/dist/EpHeader-BTlGpNmu.js +4 -0
- package/dist/{EpHover-CEKgKxEp.js → EpHover-DkQGtJdt.js} +1 -1
- package/dist/EpIcon-iJCwnBpE.js +4 -0
- package/dist/EpIframe-f0gBsKr0.js +4 -0
- package/dist/EpImg-mfEWGRXD.js +4 -0
- package/dist/{EpInput-Bv2ajGF2.js → EpInput-ZfI0AzCM.js} +1 -1
- package/dist/EpLineChart-CfJ8SqIE.js +4 -0
- package/dist/EpLink-C6J8OHOQ.js +4 -0
- package/dist/EpLinkVersion-V3KXqa8C.js +4 -0
- package/dist/{EpList-BcRsDnkP.js → EpList-9iXzs5ut.js} +1 -1
- package/dist/EpModal-Dx2GoSPb.js +4 -0
- package/dist/{EpNothing-DyCuyPon.js → EpNothing-Bw9MjukW.js} +1 -1
- package/dist/EpPieChart-B3OyveJn.js +4 -0
- package/dist/EpQuestion-CDCKVvf0.js +4 -0
- package/dist/EpQuote-CerXY463.js +4 -0
- package/dist/EpRadio-DyUiWO6L.js +4 -0
- package/dist/EpRadioSummative-DRwtSoOl.js +4 -0
- package/dist/EpReading-BK0t7hQ9.js +4 -0
- package/dist/EpResource-X4olZG7S.js +4 -0
- package/dist/EpScope-C08ic1uY.js +4 -0
- package/dist/EpSection-Du-NMYAW.js +4 -0
- package/dist/{EpSelect-CHIE9dYe.js → EpSelect-CkhzX08c.js} +1 -1
- package/dist/EpSkeleton-DeSkHV8U.js +4 -0
- package/dist/EpSoftware-DoQa2QXy.js +4 -0
- package/dist/EpSpinner-CjWR-GVf.js +4 -0
- package/dist/EpSummativeTable-DRhIHZj_.js +4 -0
- package/dist/EpSvg-CltG5988.js +4 -0
- package/dist/EpTable-w6IWsiTa.js +4 -0
- package/dist/EpTerm-BUcWyyeb.js +4 -0
- package/dist/EpText-CrTeR75s.js +4 -0
- package/dist/EpTimeLine-De80uuaV.js +4 -0
- package/dist/EpVideo-g5M3tqwZ.js +4 -0
- package/dist/EpVideoPanopto-VCb9ZIl0.js +4 -0
- package/dist/EpWordDef-BSF3BfpU.js +4 -0
- package/dist/components/basics/EpBadge.vue.d.ts +0 -12
- package/dist/components/basics/EpText.vue.d.ts +20 -12
- package/dist/components/charts/EpBarChart.vue.d.ts +4 -13
- package/dist/components/charts/EpFunnelChart.vue.d.ts +0 -1
- package/dist/components/charts/EpLineChart.vue.d.ts +4 -13
- package/dist/components/charts/EpPieChart.vue.d.ts +4 -13
- package/dist/components/educationals/EpEdu.vue.d.ts +1 -1
- package/dist/components/educationals/EpReading.vue.d.ts +25 -45
- package/dist/components/educationals/EpResource.vue.d.ts +1 -1
- package/dist/components/educationals/EpScope.vue.d.ts +4 -12
- package/dist/components/forms/EpSelect.vue.d.ts +4 -4
- package/dist/components/forms/EpTextarea.vue.d.ts +3 -3
- package/dist/components/forms/EpToggle.vue.d.ts +3 -3
- package/dist/components/interactions/EpContentSlider.vue.d.ts +8 -16
- package/dist/components/interactions/EpQuestion.vue.d.ts +13 -21
- package/dist/components/interactions/EpSummativeTable.vue.d.ts +8 -1
- package/dist/components/medias/EpAudio.vue.d.ts +9 -17
- package/dist/components/medias/EpCarousel.vue.d.ts +12 -4
- package/dist/components/medias/EpIframe.vue.d.ts +2 -1
- package/dist/components/medias/EpKatex.vue.d.ts +0 -1
- package/dist/components/medias/EpLink.vue.d.ts +1 -4
- package/dist/components/medias/EpSoftware.vue.d.ts +6 -15
- package/dist/components/medias/EpSvg.vue.d.ts +3 -1
- package/dist/components/medias/EpTerm.vue.d.ts +20 -28
- package/dist/components/medias/EpVideo.vue.d.ts +6 -13
- package/dist/components/medias/EpVideoPanopto.vue.d.ts +1 -1
- package/dist/components/medias/EpWordDef.vue.d.ts +20 -28
- package/dist/components/signages/EpHeader.vue.d.ts +2 -2
- package/dist/ep-lib-ts.js +1 -1
- package/dist/ep-lib-ts.umd.cjs +53 -36
- package/dist/{index-ClOMmLUm.js → index-D3xTKejX.js} +2866 -2901
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/basics/EpBadge.vue +1 -10
- package/src/components/basics/EpText.vue +28 -9
- package/src/components/charts/EpBarChart.vue +6 -12
- package/src/components/charts/EpFunnelChart.vue +1 -2
- package/src/components/charts/EpLineChart.vue +6 -12
- package/src/components/charts/EpPieChart.vue +7 -12
- package/src/components/educationals/EpEdu.vue +2 -9
- package/src/components/educationals/EpReading.vue +28 -37
- package/src/components/educationals/EpResource.vue +5 -2
- package/src/components/educationals/EpScope.vue +10 -18
- package/src/components/interactions/EpContentSlider.vue +8 -13
- package/src/components/interactions/EpQuestion.vue +12 -17
- package/src/components/interactions/EpSummativeTable.vue +5 -2
- package/src/components/medias/EpAudio.vue +7 -13
- package/src/components/medias/EpCarousel.vue +9 -32
- package/src/components/medias/EpIframe.vue +2 -1
- package/src/components/medias/EpKatex.vue +1 -2
- package/src/components/medias/EpLink.vue +4 -6
- package/src/components/medias/EpSoftware.vue +7 -12
- package/src/components/medias/EpSvg.vue +11 -2
- package/src/components/medias/EpTerm.vue +16 -23
- package/src/components/medias/EpVideo.vue +17 -13
- package/src/components/medias/EpVideoPanopto.vue +1 -1
- package/src/components/medias/EpWordDef.vue +15 -21
- package/dist/BgAudio-B4ZG8DU_.js +0 -4
- package/dist/DisplayBox-NnuAJFCp.js +0 -4
- package/dist/EpAlert-3wG87bqj.js +0 -4
- package/dist/EpAudio-DrZLWh49.js +0 -4
- package/dist/EpBadge-B0bGd4AE.js +0 -4
- package/dist/EpBarChart-CLEINSXT.js +0 -4
- package/dist/EpBtn-CgxjhKFR.js +0 -4
- package/dist/EpCard-Cin42ELy.js +0 -4
- package/dist/EpChip-BZtGNmZy.js +0 -4
- package/dist/EpContentSlider-BmCamlS6.js +0 -4
- package/dist/EpDivider-Dd6ni7BI.js +0 -4
- package/dist/EpEdu-LoNOrLjR.js +0 -4
- package/dist/EpFlex-S10gXDSD.js +0 -4
- package/dist/EpFunnelChart-ttkjaryC.js +0 -4
- package/dist/EpHeader-CuIRpGKZ.js +0 -4
- package/dist/EpIcon-CVTil-7a.js +0 -4
- package/dist/EpIframe-CHOCN7YY.js +0 -4
- package/dist/EpImg-Cvis2XoU.js +0 -4
- package/dist/EpLineChart-UE1X4YAb.js +0 -4
- package/dist/EpLink-JcgxaP92.js +0 -4
- package/dist/EpLinkVersion-C3yI0GaV.js +0 -4
- package/dist/EpModal-C-39yF0o.js +0 -4
- package/dist/EpPieChart-DANs5BTf.js +0 -4
- package/dist/EpQuestion-BjenPOWb.js +0 -4
- package/dist/EpQuote-5Y3RBP7v.js +0 -4
- package/dist/EpRadio-CvjvaDzf.js +0 -4
- package/dist/EpRadioSummative-BTGCrFdD.js +0 -4
- package/dist/EpReading-CMNjPHyJ.js +0 -4
- package/dist/EpResource-Wg6FLIS_.js +0 -4
- package/dist/EpScope-DyE5bFxA.js +0 -4
- package/dist/EpSection-Bs3Paa95.js +0 -4
- package/dist/EpSkeleton-Cj82fvVw.js +0 -4
- package/dist/EpSoftware-CcPBO_uQ.js +0 -4
- package/dist/EpSpinner-DFpt3e7D.js +0 -4
- package/dist/EpSummativeTable-CvfItlt5.js +0 -4
- package/dist/EpSvg-CH2qCKXL.js +0 -4
- package/dist/EpTable-joBdQdCD.js +0 -4
- package/dist/EpTerm-WWmfth0A.js +0 -4
- package/dist/EpText-Byspbv4R.js +0 -4
- package/dist/EpTimeLine-C7DnPTVv.js +0 -4
- package/dist/EpVideo-CMA5fOd8.js +0 -4
- package/dist/EpVideoPanopto-BWn7uCd2.js +0 -4
- package/dist/EpWordDef-D40lSagN.js +0 -4
|
@@ -1,17 +1,9 @@
|
|
|
1
|
+
import { MandateLevel } from '../../types/MandateLevel';
|
|
2
|
+
|
|
1
3
|
interface Props {
|
|
2
|
-
|
|
3
|
-
type?: string;
|
|
4
|
+
mandateLevel?: MandateLevel | null;
|
|
4
5
|
}
|
|
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
|
-
}, {}>;
|
|
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>, {}>>>, {}, {}>;
|
|
15
7
|
export default _default;
|
|
16
8
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
17
9
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -55,6 +55,10 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
|
|
|
55
55
|
label: string;
|
|
56
56
|
type: "number" | "time" | "text" | "search" | "url" | "date" | "email" | "password" | "tel";
|
|
57
57
|
iconPath: string;
|
|
58
|
+
disabled: boolean;
|
|
59
|
+
modelValue: string;
|
|
60
|
+
iconSize: string;
|
|
61
|
+
id: string;
|
|
58
62
|
labels: {
|
|
59
63
|
option?: string | undefined;
|
|
60
64
|
vanderpoel?: string | undefined;
|
|
@@ -63,10 +67,6 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
|
|
|
63
67
|
evenepoel?: string | undefined;
|
|
64
68
|
meilleur?: string | undefined;
|
|
65
69
|
};
|
|
66
|
-
disabled: boolean;
|
|
67
|
-
modelValue: string;
|
|
68
|
-
iconSize: string;
|
|
69
|
-
id: string;
|
|
70
70
|
placeholder: string;
|
|
71
71
|
}, {}>;
|
|
72
72
|
export default _default;
|
|
@@ -46,13 +46,13 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
|
|
|
46
46
|
label: string;
|
|
47
47
|
type: "number" | "time" | "text" | "search" | "url" | "date" | "email" | "password" | "tel";
|
|
48
48
|
iconPath: string;
|
|
49
|
-
labels: {
|
|
50
|
-
message?: string | undefined;
|
|
51
|
-
};
|
|
52
49
|
disabled: boolean;
|
|
53
50
|
modelValue: string;
|
|
54
51
|
iconSize: string;
|
|
55
52
|
id: string;
|
|
53
|
+
labels: {
|
|
54
|
+
message?: string | undefined;
|
|
55
|
+
};
|
|
56
56
|
readonly: boolean;
|
|
57
57
|
placeholder: string;
|
|
58
58
|
}, {}>;
|
|
@@ -42,12 +42,12 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
|
|
|
42
42
|
}, {
|
|
43
43
|
label: string;
|
|
44
44
|
type: string;
|
|
45
|
-
labels: {
|
|
46
|
-
defaultSwitch?: string | undefined;
|
|
47
|
-
};
|
|
48
45
|
disabled: boolean;
|
|
49
46
|
modelValue: string;
|
|
50
47
|
id: string;
|
|
48
|
+
labels: {
|
|
49
|
+
defaultSwitch?: string | undefined;
|
|
50
|
+
};
|
|
51
51
|
readonly: boolean;
|
|
52
52
|
placeholder: string;
|
|
53
53
|
checked: boolean;
|
|
@@ -2,26 +2,18 @@ import { SlidesType } from '../../types/Slides';
|
|
|
2
2
|
|
|
3
3
|
interface Props {
|
|
4
4
|
slides: SlidesType[];
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
noData?: string;
|
|
8
|
-
};
|
|
5
|
+
loading?: string;
|
|
6
|
+
noData?: string;
|
|
9
7
|
}
|
|
10
8
|
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
noData: string;
|
|
14
|
-
};
|
|
9
|
+
loading: string;
|
|
10
|
+
noData: string;
|
|
15
11
|
}>, {}, 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
|
-
|
|
17
|
-
|
|
18
|
-
noData: string;
|
|
19
|
-
};
|
|
12
|
+
loading: string;
|
|
13
|
+
noData: string;
|
|
20
14
|
}>>>, {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
noData?: string | undefined;
|
|
24
|
-
};
|
|
15
|
+
loading: string;
|
|
16
|
+
noData: string;
|
|
25
17
|
}, {}>;
|
|
26
18
|
export default _default;
|
|
27
19
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -4,20 +4,18 @@ import { Answer } from '../../types/Answer';
|
|
|
4
4
|
interface Props {
|
|
5
5
|
title?: string;
|
|
6
6
|
intentions?: string;
|
|
7
|
+
labelIntentions?: string;
|
|
7
8
|
hideIcon?: boolean;
|
|
8
9
|
type?: MediaVariants;
|
|
9
|
-
mandateLevel?: string | null;
|
|
10
10
|
question: string;
|
|
11
11
|
answers: Answer[];
|
|
12
12
|
shuffle?: boolean;
|
|
13
13
|
before?: boolean;
|
|
14
14
|
numeration?: boolean;
|
|
15
15
|
src?: string | null;
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
tryagain?: string;
|
|
20
|
-
};
|
|
16
|
+
labelNoAnswer?: string;
|
|
17
|
+
labelAnswerBtn?: string;
|
|
18
|
+
labelTryAgainBtn?: string;
|
|
21
19
|
}
|
|
22
20
|
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
23
21
|
type: string;
|
|
@@ -25,33 +23,27 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
|
|
|
25
23
|
shuffle: boolean;
|
|
26
24
|
before: boolean;
|
|
27
25
|
numeration: boolean;
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
tryagain: string;
|
|
32
|
-
};
|
|
26
|
+
labelNoAnswer: string;
|
|
27
|
+
labelAnswerBtn: string;
|
|
28
|
+
labelTryAgainBtn: string;
|
|
33
29
|
}>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
34
30
|
type: string;
|
|
35
31
|
hideIcon: boolean;
|
|
36
32
|
shuffle: boolean;
|
|
37
33
|
before: boolean;
|
|
38
34
|
numeration: boolean;
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
tryagain: string;
|
|
43
|
-
};
|
|
35
|
+
labelNoAnswer: string;
|
|
36
|
+
labelAnswerBtn: string;
|
|
37
|
+
labelTryAgainBtn: string;
|
|
44
38
|
}>>>, {
|
|
45
39
|
type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
|
|
46
|
-
labels: {
|
|
47
|
-
answer?: string | undefined;
|
|
48
|
-
validate?: string | undefined;
|
|
49
|
-
tryagain?: string | undefined;
|
|
50
|
-
};
|
|
51
40
|
hideIcon: boolean;
|
|
52
41
|
shuffle: boolean;
|
|
53
42
|
before: boolean;
|
|
54
43
|
numeration: boolean;
|
|
44
|
+
labelNoAnswer: string;
|
|
45
|
+
labelAnswerBtn: string;
|
|
46
|
+
labelTryAgainBtn: string;
|
|
55
47
|
}, {}>;
|
|
56
48
|
export default _default;
|
|
57
49
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -3,8 +3,15 @@ import { QuestionSummative } from '../../types/SummativeTable';
|
|
|
3
3
|
interface Props {
|
|
4
4
|
title?: string;
|
|
5
5
|
questions: QuestionSummative[];
|
|
6
|
+
totalLabel?: string;
|
|
6
7
|
}
|
|
7
|
-
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
8
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
9
|
+
totalLabel: 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
|
+
totalLabel: string;
|
|
12
|
+
}>>>, {
|
|
13
|
+
totalLabel: string;
|
|
14
|
+
}, {}>;
|
|
8
15
|
export default _default;
|
|
9
16
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
17
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -9,33 +9,25 @@ interface Props {
|
|
|
9
9
|
bgImg?: string;
|
|
10
10
|
type?: MediaVariants;
|
|
11
11
|
hideIcon?: boolean;
|
|
12
|
-
mandateLevel?:
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
messageError?: string;
|
|
16
|
-
};
|
|
12
|
+
mandateLevel?: MandateLevel | null;
|
|
13
|
+
labelIntentions?: string;
|
|
14
|
+
messageError?: string;
|
|
17
15
|
}
|
|
18
16
|
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
19
17
|
type: string;
|
|
20
18
|
hideIcon: boolean;
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
messageError: string;
|
|
24
|
-
};
|
|
19
|
+
labelIntentions: string;
|
|
20
|
+
messageError: string;
|
|
25
21
|
}>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
26
22
|
type: string;
|
|
27
23
|
hideIcon: boolean;
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
messageError: string;
|
|
31
|
-
};
|
|
24
|
+
labelIntentions: string;
|
|
25
|
+
messageError: string;
|
|
32
26
|
}>>>, {
|
|
33
27
|
type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
|
|
34
|
-
|
|
35
|
-
intentions?: string | undefined;
|
|
36
|
-
messageError?: string | undefined;
|
|
37
|
-
};
|
|
28
|
+
labelIntentions: string;
|
|
38
29
|
hideIcon: boolean;
|
|
30
|
+
messageError: string;
|
|
39
31
|
}, {}>;
|
|
40
32
|
export default _default;
|
|
41
33
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -5,20 +5,28 @@ interface Props {
|
|
|
5
5
|
carrouselImg: MediaCarousel[];
|
|
6
6
|
gallery?: boolean;
|
|
7
7
|
sizeThumbnail?: SizeThumbnail;
|
|
8
|
-
|
|
8
|
+
labelClose?: string;
|
|
9
|
+
labelRef?: string;
|
|
10
|
+
labelRefLib?: string;
|
|
9
11
|
}
|
|
10
12
|
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
11
13
|
gallery: boolean;
|
|
12
14
|
sizeThumbnail: string;
|
|
13
|
-
|
|
15
|
+
labelRef: string;
|
|
16
|
+
labelClose: string;
|
|
17
|
+
labelRefLib: string;
|
|
14
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>, {
|
|
15
19
|
gallery: boolean;
|
|
16
20
|
sizeThumbnail: string;
|
|
17
|
-
|
|
21
|
+
labelRef: string;
|
|
22
|
+
labelClose: string;
|
|
23
|
+
labelRefLib: string;
|
|
18
24
|
}>>>, {
|
|
19
25
|
sizeThumbnail: "small" | "medium" | "large";
|
|
26
|
+
labelClose: string;
|
|
27
|
+
labelRef: string;
|
|
28
|
+
labelRefLib: string;
|
|
20
29
|
gallery: boolean;
|
|
21
|
-
locale: "en" | "fr" | "es";
|
|
22
30
|
}, {}>;
|
|
23
31
|
export default _default;
|
|
24
32
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { MediaVariants } from '../../types/Medias';
|
|
2
|
+
import { MandateLevel } from '../../types/MandateLevel';
|
|
2
3
|
|
|
3
4
|
interface Props {
|
|
4
5
|
src: string;
|
|
@@ -7,7 +8,7 @@ interface Props {
|
|
|
7
8
|
intentions?: string;
|
|
8
9
|
hideIcon?: boolean;
|
|
9
10
|
type?: MediaVariants;
|
|
10
|
-
mandateLevel?:
|
|
11
|
+
mandateLevel?: MandateLevel | null;
|
|
11
12
|
customHeight?: number;
|
|
12
13
|
labelIntentions?: string;
|
|
13
14
|
}
|
|
@@ -7,7 +7,6 @@ interface Props {
|
|
|
7
7
|
intentions?: string;
|
|
8
8
|
hideIcon?: boolean;
|
|
9
9
|
type?: MediaVariants;
|
|
10
|
-
mandateLevel?: string | null;
|
|
11
10
|
labelIntentions?: string;
|
|
12
11
|
}
|
|
13
12
|
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
@@ -5,7 +5,7 @@ interface Props {
|
|
|
5
5
|
url: string;
|
|
6
6
|
title?: string;
|
|
7
7
|
intentions?: string;
|
|
8
|
-
mandateLevel?:
|
|
8
|
+
mandateLevel?: MandateLevel | null;
|
|
9
9
|
labelIntentions?: string;
|
|
10
10
|
type?: MediaVariants;
|
|
11
11
|
hideIcon?: boolean;
|
|
@@ -15,15 +15,12 @@ interface Props {
|
|
|
15
15
|
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
16
16
|
type: string;
|
|
17
17
|
hideIcon: boolean;
|
|
18
|
-
intentions: string;
|
|
19
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>, {
|
|
20
19
|
type: string;
|
|
21
20
|
hideIcon: boolean;
|
|
22
|
-
intentions: string;
|
|
23
21
|
}>>>, {
|
|
24
22
|
type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
|
|
25
23
|
hideIcon: boolean;
|
|
26
|
-
intentions: string;
|
|
27
24
|
}, {}>;
|
|
28
25
|
export default _default;
|
|
29
26
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -5,7 +5,7 @@ interface Props {
|
|
|
5
5
|
url?: string;
|
|
6
6
|
cover?: string;
|
|
7
7
|
title: string;
|
|
8
|
-
mandateLevel?:
|
|
8
|
+
mandateLevel?: MandateLevel | null;
|
|
9
9
|
intentions?: string;
|
|
10
10
|
version_link?: null;
|
|
11
11
|
hideCover?: boolean;
|
|
@@ -13,10 +13,8 @@ interface Props {
|
|
|
13
13
|
type?: MediaVariants;
|
|
14
14
|
hideIcon?: boolean;
|
|
15
15
|
labelCard?: string;
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
acceder?: string;
|
|
19
|
-
};
|
|
16
|
+
labelIntentions?: string;
|
|
17
|
+
labelAccess?: string;
|
|
20
18
|
}
|
|
21
19
|
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
22
20
|
icon: string;
|
|
@@ -25,9 +23,7 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
|
|
|
25
23
|
cover: string;
|
|
26
24
|
type: string;
|
|
27
25
|
hideIcon: boolean;
|
|
28
|
-
|
|
29
|
-
acceder: string;
|
|
30
|
-
};
|
|
26
|
+
labelAccess: string;
|
|
31
27
|
}>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
32
28
|
icon: string;
|
|
33
29
|
hideCover: boolean;
|
|
@@ -35,19 +31,14 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
|
|
|
35
31
|
cover: string;
|
|
36
32
|
type: string;
|
|
37
33
|
hideIcon: boolean;
|
|
38
|
-
|
|
39
|
-
acceder: string;
|
|
40
|
-
};
|
|
34
|
+
labelAccess: string;
|
|
41
35
|
}>>>, {
|
|
42
36
|
type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
|
|
43
|
-
labels: {
|
|
44
|
-
labelIntentions?: string | undefined;
|
|
45
|
-
acceder?: string | undefined;
|
|
46
|
-
};
|
|
47
37
|
hideIcon: boolean;
|
|
48
38
|
intentions: string;
|
|
49
39
|
cover: string;
|
|
50
40
|
hideCover: boolean;
|
|
41
|
+
labelAccess: string;
|
|
51
42
|
}, {}>;
|
|
52
43
|
export default _default;
|
|
53
44
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -5,9 +5,11 @@ interface Props {
|
|
|
5
5
|
desc?: string;
|
|
6
6
|
title?: string;
|
|
7
7
|
content?: string;
|
|
8
|
-
mandateLevel?:
|
|
8
|
+
mandateLevel?: MandateLevel | null;
|
|
9
9
|
type?: MediaVariants;
|
|
10
10
|
cols?: string | number;
|
|
11
|
+
labelIntentions?: string;
|
|
12
|
+
hideIcon?: boolean;
|
|
11
13
|
}
|
|
12
14
|
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
13
15
|
cols: string;
|
|
@@ -7,49 +7,41 @@ interface Props {
|
|
|
7
7
|
graminfo?: string;
|
|
8
8
|
relations?: string;
|
|
9
9
|
src?: string;
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
close?: string;
|
|
16
|
-
};
|
|
10
|
+
labelDefinition?: string;
|
|
11
|
+
labelDomain?: string;
|
|
12
|
+
labelVariations?: string;
|
|
13
|
+
labelRelations?: string;
|
|
14
|
+
labelClose?: string;
|
|
17
15
|
}
|
|
18
16
|
declare const _default: __VLS_WithTemplateSlots<import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
19
17
|
term: string;
|
|
20
18
|
variations: string;
|
|
21
19
|
relations: string;
|
|
22
20
|
idrelation: string;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
close: string;
|
|
29
|
-
};
|
|
21
|
+
labelDefinition: string;
|
|
22
|
+
labelDomain: string;
|
|
23
|
+
labelVariations: string;
|
|
24
|
+
labelRelations: string;
|
|
25
|
+
labelClose: string;
|
|
30
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>, {
|
|
31
27
|
term: string;
|
|
32
28
|
variations: string;
|
|
33
29
|
relations: string;
|
|
34
30
|
idrelation: string;
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
close: string;
|
|
41
|
-
};
|
|
31
|
+
labelDefinition: string;
|
|
32
|
+
labelDomain: string;
|
|
33
|
+
labelVariations: string;
|
|
34
|
+
labelRelations: string;
|
|
35
|
+
labelClose: string;
|
|
42
36
|
}>>>, {
|
|
43
|
-
|
|
44
|
-
definition?: string | undefined;
|
|
45
|
-
domaine?: string | undefined;
|
|
46
|
-
variations?: string | undefined;
|
|
47
|
-
relations?: string | undefined;
|
|
48
|
-
close?: string | undefined;
|
|
49
|
-
};
|
|
37
|
+
labelClose: string;
|
|
50
38
|
term: string;
|
|
51
39
|
variations: string;
|
|
52
40
|
relations: string;
|
|
41
|
+
labelDefinition: string;
|
|
42
|
+
labelDomain: string;
|
|
43
|
+
labelVariations: string;
|
|
44
|
+
labelRelations: string;
|
|
53
45
|
}, {}>, {
|
|
54
46
|
default?(_: {}): any;
|
|
55
47
|
}>;
|
|
@@ -6,30 +6,23 @@ interface Props {
|
|
|
6
6
|
title?: string;
|
|
7
7
|
intentions?: string;
|
|
8
8
|
credits?: string;
|
|
9
|
-
mandateLevel?:
|
|
9
|
+
mandateLevel?: MandateLevel | null;
|
|
10
10
|
type?: MediaVariants;
|
|
11
11
|
hideIcon?: boolean;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
};
|
|
12
|
+
labelIntentions?: string;
|
|
13
|
+
big?: boolean;
|
|
15
14
|
}
|
|
16
15
|
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
17
16
|
type: string;
|
|
18
17
|
hideIcon: boolean;
|
|
19
|
-
|
|
20
|
-
intentions: string;
|
|
21
|
-
};
|
|
18
|
+
labelIntentions: string;
|
|
22
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>, {
|
|
23
20
|
type: string;
|
|
24
21
|
hideIcon: boolean;
|
|
25
|
-
|
|
26
|
-
intentions: string;
|
|
27
|
-
};
|
|
22
|
+
labelIntentions: string;
|
|
28
23
|
}>>>, {
|
|
29
24
|
type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
|
|
30
|
-
|
|
31
|
-
intentions?: string | undefined;
|
|
32
|
-
};
|
|
25
|
+
labelIntentions: string;
|
|
33
26
|
hideIcon: boolean;
|
|
34
27
|
}, {}>;
|
|
35
28
|
export default _default;
|
|
@@ -6,38 +6,30 @@ interface Term {
|
|
|
6
6
|
interface Props {
|
|
7
7
|
term: Term;
|
|
8
8
|
glossary: GlossaryEntry[];
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
variations?: string;
|
|
15
|
-
};
|
|
9
|
+
labelInformation?: string;
|
|
10
|
+
labelDomain?: string;
|
|
11
|
+
labelVariations?: string;
|
|
12
|
+
labelRelations?: string;
|
|
13
|
+
labelNoDefinition?: string;
|
|
16
14
|
}
|
|
17
15
|
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
variations: string;
|
|
24
|
-
};
|
|
16
|
+
labelInformation: string;
|
|
17
|
+
labelDomain: string;
|
|
18
|
+
labelRelations: string;
|
|
19
|
+
labelNoDefinition: string;
|
|
20
|
+
labelVariations: string;
|
|
25
21
|
}>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
variations: string;
|
|
32
|
-
};
|
|
22
|
+
labelInformation: string;
|
|
23
|
+
labelDomain: string;
|
|
24
|
+
labelRelations: string;
|
|
25
|
+
labelNoDefinition: string;
|
|
26
|
+
labelVariations: string;
|
|
33
27
|
}>>>, {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
variations?: string | undefined;
|
|
40
|
-
};
|
|
28
|
+
labelDomain: string;
|
|
29
|
+
labelVariations: string;
|
|
30
|
+
labelRelations: string;
|
|
31
|
+
labelInformation: string;
|
|
32
|
+
labelNoDefinition: string;
|
|
41
33
|
}, {}>;
|
|
42
34
|
export default _default;
|
|
43
35
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -51,12 +51,12 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
|
|
|
51
51
|
big: boolean | null;
|
|
52
52
|
src: string | null;
|
|
53
53
|
color: string | null;
|
|
54
|
+
icon: string | null;
|
|
55
|
+
synchrone: boolean;
|
|
54
56
|
labels: {
|
|
55
57
|
synchrone?: string | undefined;
|
|
56
58
|
formatif?: string | undefined;
|
|
57
59
|
};
|
|
58
|
-
icon: string | null;
|
|
59
|
-
synchrone: boolean;
|
|
60
60
|
duration: string | null;
|
|
61
61
|
assessment: string | null;
|
|
62
62
|
}, {}>;
|
package/dist/ep-lib-ts.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
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-
|
|
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-D3xTKejX.js";
|
|
2
2
|
export {
|
|
3
3
|
s as EpAccordeon,
|
|
4
4
|
E as EpAlert,
|