ep-lib-ts 1.0.1 → 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.
- package/dist/BgAudio-frhyHkqr.js +4 -0
- package/dist/DisplayBox-CSCmHlo9.js +4 -0
- package/dist/EpAlert-Ccz2Wiz3.js +4 -0
- package/dist/EpAudio-DW24CuDl.js +4 -0
- package/dist/EpBadge-YYV6LeIH.js +4 -0
- package/dist/EpBarChart-CQpD2vBz.js +4 -0
- package/dist/EpBtn-BXFxStb5.js +4 -0
- package/dist/EpCard-dMLoFxCZ.js +4 -0
- package/dist/EpChip-D14YJQjn.js +4 -0
- package/dist/{EpCodeblock-DVX2XFFj.js → EpCodeblock-DX7H-PE3.js} +2 -2
- package/dist/EpContentSlider-B6sOe3Dp.js +4 -0
- package/dist/EpDarkmode-CVX7I7Oh.js +22 -0
- package/dist/EpDivider-BlzeUfhe.js +4 -0
- package/dist/EpEdu-OSZN0dVy.js +4 -0
- package/dist/EpFlex-CajOntOn.js +4 -0
- package/dist/EpFunnelChart-CAmKAY6K.js +4 -0
- package/dist/EpHeader-s6mu1YDy.js +4 -0
- package/dist/EpHotsPot-DFz_Du9o.js +59 -0
- package/dist/{EpHover-BL7JsbVZ.js → EpHover-DvBaw8H4.js} +1 -1
- package/dist/EpIcon-BKdKZ6VL.js +4 -0
- package/dist/EpIframe-Cw50hPQt.js +4 -0
- package/dist/EpImg-ltzMUbfa.js +4 -0
- package/dist/{EpInput-DMIxjwBM.js → EpInput-C3Db2Mgx.js} +429 -438
- package/dist/EpLineChart-C1Z5zC77.js +4 -0
- package/dist/EpLink-9J5EAO2L.js +4 -0
- package/dist/EpLinkVersion-DoA4Xrmj.js +4 -0
- package/dist/{EpList-BkH08ROd.js → EpList-u8yx-VQ3.js} +1 -1
- package/dist/EpModal-EPQLtKSs.js +4 -0
- package/dist/{EpNothing-IEAPsIPI.js → EpNothing-dQbMRW9h.js} +1 -1
- package/dist/EpPieChart-DALf9BAs.js +4 -0
- package/dist/EpQuestion-CrOo3ejB.js +4 -0
- package/dist/EpQuote-BDthjTq5.js +4 -0
- package/dist/EpRadio-B_MUtViE.js +4 -0
- package/dist/EpRadioSummative-DqXsCXq1.js +4 -0
- package/dist/EpReading-KUPnrrth.js +4 -0
- package/dist/EpResource-BMPKDLj8.js +4 -0
- package/dist/EpScope-C3jsb2no.js +4 -0
- package/dist/EpSection-CdA_6u_G.js +4 -0
- package/dist/EpSelect-DxDETrPv.js +43 -0
- package/dist/EpSkeleton-B7Vvky8C.js +4 -0
- package/dist/EpSoftware-CBGrw-TM.js +4 -0
- package/dist/EpSpinner-CPXurjKk.js +4 -0
- package/dist/EpSummativeTable-Cl4DD-eg.js +4 -0
- package/dist/EpSvg-D7ZjOSNK.js +4 -0
- package/dist/EpTable-BJg2IDFP.js +4 -0
- package/dist/EpTerm-BqEk32qp.js +4 -0
- package/dist/EpText-C0XpPsof.js +4 -0
- package/dist/EpTextarea-D8UCQuga.js +44 -0
- package/dist/EpTimeLine-D9aVz430.js +4 -0
- package/dist/{EpToggle-CfXYpI1b.js → EpToggle-BDp54LpY.js} +26 -23
- package/dist/EpVideo-B9Bqi_qW.js +4 -0
- package/dist/EpVideoPanopto-BibKcJ2y.js +4 -0
- package/dist/EpWordDef-O6xFtf2E.js +4 -0
- package/dist/components/basics/EpAvatar.vue.d.ts +4 -4
- package/dist/components/basics/EpBadge.vue.d.ts +16 -4
- package/dist/components/basics/EpBtn.vue.d.ts +4 -11
- package/dist/components/basics/EpCard.vue.d.ts +4 -4
- package/dist/components/basics/EpChip.vue.d.ts +4 -4
- package/dist/components/basics/EpDivider.vue.d.ts +4 -4
- package/dist/components/basics/EpFlex.vue.d.ts +1 -1
- package/dist/components/basics/EpHover.vue.d.ts +4 -4
- package/dist/components/basics/EpIcon.vue.d.ts +4 -4
- package/dist/components/basics/EpImg.vue.d.ts +24 -4
- package/dist/components/basics/EpList.vue.d.ts +1 -1
- package/dist/components/basics/EpListitem.vue.d.ts +4 -4
- package/dist/components/basics/EpSection.vue.d.ts +4 -4
- package/dist/components/basics/EpSpinner.vue.d.ts +4 -4
- package/dist/components/basics/EpTable.vue.d.ts +3 -3
- package/dist/components/basics/EpText.vue.d.ts +16 -4
- package/dist/components/charts/EpBarChart.vue.d.ts +16 -4
- package/dist/components/charts/EpFunnelChart.vue.d.ts +62 -0
- package/dist/components/charts/EpLineChart.vue.d.ts +16 -4
- package/dist/components/charts/EpPieChart.vue.d.ts +16 -4
- package/dist/components/educationals/EpCodeblock.vue.d.ts +5 -5
- package/dist/components/educationals/EpEdu.vue.d.ts +17 -5
- package/dist/components/educationals/EpReading.vue.d.ts +49 -17
- package/dist/components/educationals/EpResource.vue.d.ts +5 -5
- package/dist/components/educationals/EpScope.vue.d.ts +4 -4
- package/dist/components/forms/EpCheckbox.vue.d.ts +5 -5
- package/dist/components/forms/EpInput.vue.d.ts +5 -5
- package/dist/components/forms/EpRadio.vue.d.ts +5 -5
- package/dist/components/forms/EpRadioSummative.vue.d.ts +5 -5
- package/dist/components/forms/EpSelect.vue.d.ts +36 -4
- package/dist/components/forms/EpSwitch.vue.d.ts +5 -5
- package/dist/components/forms/EpTextarea.vue.d.ts +17 -5
- package/dist/components/forms/EpToggle.vue.d.ts +17 -5
- package/dist/components/interactions/EpAccordeon.vue.d.ts +16 -8
- package/dist/components/interactions/EpContentSlider.vue.d.ts +22 -3
- package/dist/components/interactions/EpDarkmode.vue.d.ts +6 -2
- package/dist/components/interactions/EpHotsPot.vue.d.ts +18 -3
- package/dist/components/interactions/EpModal.vue.d.ts +5 -5
- package/dist/components/interactions/EpQuestion.vue.d.ts +25 -5
- package/dist/components/interactions/EpSummativeTable.vue.d.ts +3 -3
- package/dist/components/interactions/EpTabs.vue.d.ts +1 -1
- package/dist/components/interactions/EpTooltip.vue.d.ts +4 -4
- package/dist/components/medias/EpAudio.vue.d.ts +21 -13
- package/dist/components/medias/EpCarousel.vue.d.ts +6 -6
- package/dist/components/medias/EpIframe.vue.d.ts +5 -4
- package/dist/components/medias/EpKatex.vue.d.ts +4 -4
- package/dist/components/medias/EpLink.vue.d.ts +5 -5
- package/dist/components/medias/EpLinkVersion.vue.d.ts +16 -4
- package/dist/components/medias/EpSoftware.vue.d.ts +17 -5
- package/dist/components/medias/EpSvg.vue.d.ts +5 -5
- package/dist/components/medias/EpTerm.vue.d.ts +32 -8
- package/dist/components/medias/EpTimeLine.vue.d.ts +3 -3
- package/dist/components/medias/EpVideo.vue.d.ts +17 -9
- package/dist/components/medias/EpVideoPanopto.vue.d.ts +5 -5
- package/dist/components/medias/EpWordDef.vue.d.ts +38 -3
- package/dist/components/signages/EpAlert.vue.d.ts +4 -4
- package/dist/components/signages/EpBadge.vue.d.ts +5 -5
- package/dist/components/signages/EpHeader.vue.d.ts +21 -5
- package/dist/components/signages/EpNothing.vue.d.ts +1 -1
- package/dist/components/signages/EpQuote.vue.d.ts +4 -4
- package/dist/components/signages/EpSkeleton.vue.d.ts +4 -4
- package/dist/components/tools/BgAudio.vue.d.ts +4 -4
- package/dist/components/tools/DisplayBox.vue.d.ts +1 -1
- package/dist/components/tools/SvgFilter.vue.d.ts +1 -1
- package/dist/components/tools/TimelineItem.vue.d.ts +4 -4
- package/dist/ep-lib-ts.js +18 -17
- package/dist/ep-lib-ts.umd.cjs +48 -41
- package/dist/{index-Dl6z_ITi.js → index-BgNRIUzY.js} +3967 -3771
- package/dist/{index-M54_P8uC.js → index-DNwUz3uD.js} +2 -2
- package/dist/index.d.ts +84 -42
- package/dist/{prism-B0q7vMaL.js → prism-DENTMpmV.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/types/Btn.d.ts +8 -0
- package/package.json +2 -2
- package/src/components/basics/EpAvatar.vue +1 -1
- package/src/components/basics/EpBadge.vue +11 -2
- package/src/components/basics/EpBtn.vue +3 -15
- package/src/components/basics/EpCard.vue +21 -11
- package/src/components/basics/EpChip.vue +1 -2
- package/src/components/basics/EpImg.vue +18 -6
- package/src/components/basics/EpSection.vue +1 -1
- package/src/components/basics/EpTable.vue +5 -5
- package/src/components/basics/EpText.vue +10 -2
- package/src/components/charts/EpBarChart.vue +11 -3
- package/src/components/charts/EpFunnelChart.vue +129 -0
- package/src/components/charts/EpLineChart.vue +11 -3
- package/src/components/charts/EpPieChart.vue +12 -4
- package/src/components/educationals/EpCodeblock.vue +1 -1
- package/src/components/educationals/EpEdu.vue +17 -10
- package/src/components/educationals/EpReading.vue +45 -27
- package/src/components/educationals/EpResource.vue +2 -2
- package/src/components/educationals/EpScope.vue +1 -1
- package/src/components/forms/EpRadio.vue +1 -1
- package/src/components/forms/EpRadioSummative.vue +1 -1
- package/src/components/forms/EpSelect.vue +24 -6
- package/src/components/forms/EpSwitch.vue +1 -1
- package/src/components/forms/EpTextarea.vue +9 -1
- package/src/components/forms/EpToggle.vue +9 -1
- package/src/components/interactions/EpAccordeon.vue +13 -7
- package/src/components/interactions/EpContentSlider.vue +17 -6
- package/src/components/interactions/EpDarkmode.vue +25 -14
- package/src/components/interactions/EpHotsPot.vue +11 -2
- package/src/components/interactions/EpQuestion.vue +17 -5
- package/src/components/interactions/EpSummativeTable.vue +1 -1
- package/src/components/interactions/EpTabs.vue +1 -1
- package/src/components/interactions/EpTooltip.vue +1 -1
- package/src/components/medias/EpAudio.vue +17 -11
- package/src/components/medias/EpCarousel.vue +2 -2
- package/src/components/medias/EpIframe.vue +6 -2
- package/src/components/medias/EpKatex.vue +1 -1
- package/src/components/medias/EpLink.vue +2 -2
- package/src/components/medias/EpLinkVersion.vue +11 -3
- package/src/components/medias/EpSoftware.vue +12 -4
- package/src/components/medias/EpSvg.vue +2 -2
- package/src/components/medias/EpTerm.vue +24 -11
- package/src/components/medias/EpTimeLine.vue +2 -2
- package/src/components/medias/EpVideo.vue +13 -7
- package/src/components/medias/EpVideoPanopto.vue +2 -3
- package/src/components/medias/EpWordDef.vue +33 -11
- package/src/components/signages/EpAlert.vue +1 -1
- package/src/components/signages/EpBadge.vue +1 -1
- package/src/components/signages/EpHeader.vue +13 -3
- package/src/components/signages/EpSkeleton.vue +2 -2
- package/src/components/tools/TimelineItem.vue +1 -1
- package/dist/BgAudio-C8bS54bl.js +0 -4
- package/dist/DisplayBox-BTPVW9_v.js +0 -4
- package/dist/EpAlert-Daji8LsR.js +0 -4
- package/dist/EpAudio-Dq7twl4x.js +0 -4
- package/dist/EpBadge-DBfMe1r_.js +0 -4
- package/dist/EpBarChart-cAlm0rKf.js +0 -4
- package/dist/EpBtn-S2VJnt--.js +0 -4
- package/dist/EpCard-SvaBmdDK.js +0 -4
- package/dist/EpChip-Chn_9bRP.js +0 -4
- package/dist/EpContentSlider-Ds2GlrkO.js +0 -4
- package/dist/EpDarkmode--_9Qi6HH.js +0 -19
- package/dist/EpDivider-Bj4Zya_F.js +0 -4
- package/dist/EpEdu-Y7Lkf3Ew.js +0 -4
- package/dist/EpFlex-5yWhvYX7.js +0 -4
- package/dist/EpHeader-CEQBk1ah.js +0 -4
- package/dist/EpHotsPot-NGjKJCc8.js +0 -56
- package/dist/EpIcon-CuhZ90Zx.js +0 -4
- package/dist/EpIframe-DbPnkezB.js +0 -4
- package/dist/EpImg-DJ9gNwhJ.js +0 -4
- package/dist/EpLineChart-ALvSFQ-w.js +0 -4
- package/dist/EpLink-CQSfQHRj.js +0 -4
- package/dist/EpLinkVersion-VIxCHjDt.js +0 -4
- package/dist/EpModal-CYy1Iu1T.js +0 -4
- package/dist/EpPieChart-Cpxylmzw.js +0 -4
- package/dist/EpQuestion-gFjB_YVU.js +0 -4
- package/dist/EpQuote-C2WMKC8z.js +0 -4
- package/dist/EpRadio-CZu2BYd-.js +0 -4
- package/dist/EpRadioSummative-POEEv1YI.js +0 -4
- package/dist/EpReading-6LKvPJl5.js +0 -4
- package/dist/EpResource-Bqu38I44.js +0 -4
- package/dist/EpScope-B04S9t4O.js +0 -4
- package/dist/EpSection-B9obOS7v.js +0 -4
- package/dist/EpSelect-DLGx5g-U.js +0 -31
- package/dist/EpSkeleton-rkvPpE2y.js +0 -4
- package/dist/EpSoftware-DmH-rUDN.js +0 -4
- package/dist/EpSpinner-7XiNy9LV.js +0 -4
- package/dist/EpSummativeTable-JWOA25gE.js +0 -4
- package/dist/EpSvg-Dfvodejy.js +0 -4
- package/dist/EpTable-C0lD6aED.js +0 -4
- package/dist/EpTerm-XGV0Zf2w.js +0 -4
- package/dist/EpText-DhHXfEHv.js +0 -4
- package/dist/EpTextarea-DyMM95ER.js +0 -41
- package/dist/EpTimeLine-CDL7liGh.js +0 -4
- package/dist/EpVideo-em0qb_rk.js +0 -4
- package/dist/EpVideoPanopto-DAMRV6HD.js +0 -4
- package/dist/EpWordDef-bLyQzqx8.js +0 -4
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>;
|
|
1
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<{}, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{}>>, {}, {}>;
|
|
2
2
|
export default _default;
|
|
@@ -9,11 +9,11 @@ interface Props {
|
|
|
9
9
|
type: TypeTooltip;
|
|
10
10
|
arrow: string;
|
|
11
11
|
}
|
|
12
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
12
|
+
declare const _default: __VLS_WithTemplateSlots<import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
13
13
|
styles: string;
|
|
14
14
|
placement: string;
|
|
15
15
|
arrow: string;
|
|
16
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
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
17
|
styles: string;
|
|
18
18
|
placement: string;
|
|
19
19
|
arrow: string;
|
|
@@ -28,9 +28,9 @@ export default _default;
|
|
|
28
28
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
29
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
30
30
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
31
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
32
|
} : {
|
|
33
|
-
type: import('vue').PropType<T[K]>;
|
|
33
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
34
34
|
required: true;
|
|
35
35
|
};
|
|
36
36
|
};
|
|
@@ -1,40 +1,48 @@
|
|
|
1
|
-
import { MandateLevel } from '../../types/MandateLevel';
|
|
2
1
|
import { MediaVariants } from '../../types/Medias';
|
|
2
|
+
import { MandateLevel } from '../../types/MandateLevel';
|
|
3
3
|
|
|
4
4
|
interface Props {
|
|
5
5
|
src: string;
|
|
6
6
|
title?: string;
|
|
7
7
|
intentions?: string;
|
|
8
8
|
credits?: string;
|
|
9
|
-
labelIntentions?: string;
|
|
10
9
|
type?: MediaVariants;
|
|
11
|
-
messageError?: string;
|
|
12
10
|
hideIcon?: boolean;
|
|
13
11
|
mandateLevel?: string | MandateLevel | null;
|
|
12
|
+
labels?: {
|
|
13
|
+
intentions?: string;
|
|
14
|
+
messageError?: string;
|
|
15
|
+
};
|
|
14
16
|
}
|
|
15
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
16
|
-
labelIntentions: string;
|
|
17
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
17
18
|
type: string;
|
|
18
|
-
messageError: string;
|
|
19
19
|
hideIcon: boolean;
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
labels: () => {
|
|
21
|
+
intentions: string;
|
|
22
|
+
messageError: string;
|
|
23
|
+
};
|
|
24
|
+
}>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
22
25
|
type: string;
|
|
23
|
-
messageError: string;
|
|
24
26
|
hideIcon: boolean;
|
|
27
|
+
labels: () => {
|
|
28
|
+
intentions: string;
|
|
29
|
+
messageError: string;
|
|
30
|
+
};
|
|
25
31
|
}>>>, {
|
|
26
32
|
type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
|
|
33
|
+
labels: {
|
|
34
|
+
intentions?: string | undefined;
|
|
35
|
+
messageError?: string | undefined;
|
|
36
|
+
};
|
|
27
37
|
hideIcon: boolean;
|
|
28
|
-
labelIntentions: string;
|
|
29
|
-
messageError: string;
|
|
30
38
|
}, {}>;
|
|
31
39
|
export default _default;
|
|
32
40
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
33
41
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
34
42
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
35
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
43
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
36
44
|
} : {
|
|
37
|
-
type: import('vue').PropType<T[K]>;
|
|
45
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
38
46
|
required: true;
|
|
39
47
|
};
|
|
40
48
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { SizeThumbnail } from '../../types/Image';
|
|
2
1
|
import { MediaCarousel } from '../../types/MediaCarousel';
|
|
2
|
+
import { SizeThumbnail } from '../../types/Image';
|
|
3
3
|
|
|
4
4
|
interface Props {
|
|
5
5
|
carrouselImg: MediaCarousel[];
|
|
@@ -8,29 +8,29 @@ interface Props {
|
|
|
8
8
|
labelClose?: string | null;
|
|
9
9
|
sizeThumbnail?: SizeThumbnail;
|
|
10
10
|
}
|
|
11
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
11
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
12
12
|
labelClose: string;
|
|
13
13
|
labelRef: string;
|
|
14
14
|
gallery: boolean;
|
|
15
15
|
sizeThumbnail: string;
|
|
16
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
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
17
|
labelClose: string;
|
|
18
18
|
labelRef: string;
|
|
19
19
|
gallery: boolean;
|
|
20
20
|
sizeThumbnail: string;
|
|
21
21
|
}>>>, {
|
|
22
22
|
sizeThumbnail: "small" | "medium" | "large";
|
|
23
|
-
labelClose: string | null;
|
|
24
23
|
gallery: boolean;
|
|
25
24
|
labelRef: string | null;
|
|
25
|
+
labelClose: string | null;
|
|
26
26
|
}, {}>;
|
|
27
27
|
export default _default;
|
|
28
28
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
29
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
30
30
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
31
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
32
|
} : {
|
|
33
|
-
type: import('vue').PropType<T[K]>;
|
|
33
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
34
34
|
required: true;
|
|
35
35
|
};
|
|
36
36
|
};
|
|
@@ -8,12 +8,13 @@ interface Props {
|
|
|
8
8
|
hideIcon?: boolean;
|
|
9
9
|
type?: MediaVariants;
|
|
10
10
|
mandateLevel?: string | null;
|
|
11
|
+
customHeight?: number;
|
|
11
12
|
}
|
|
12
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
13
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
13
14
|
type: string;
|
|
14
15
|
big: boolean;
|
|
15
16
|
hideIcon: boolean;
|
|
16
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
17
|
+
}>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
17
18
|
type: string;
|
|
18
19
|
big: boolean;
|
|
19
20
|
hideIcon: boolean;
|
|
@@ -26,9 +27,9 @@ export default _default;
|
|
|
26
27
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
27
28
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
28
29
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
29
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
30
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
30
31
|
} : {
|
|
31
|
-
type: import('vue').PropType<T[K]>;
|
|
32
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
32
33
|
required: true;
|
|
33
34
|
};
|
|
34
35
|
};
|
|
@@ -9,9 +9,9 @@ interface Props {
|
|
|
9
9
|
type?: MediaVariants;
|
|
10
10
|
mandateLevel?: string | null;
|
|
11
11
|
}
|
|
12
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
12
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
13
13
|
center: boolean;
|
|
14
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
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
15
|
center: boolean;
|
|
16
16
|
}>>>, {
|
|
17
17
|
center: boolean;
|
|
@@ -20,9 +20,9 @@ export default _default;
|
|
|
20
20
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
21
21
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
22
22
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
23
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
23
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
24
24
|
} : {
|
|
25
|
-
type: import('vue').PropType<T[K]>;
|
|
25
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
26
26
|
required: true;
|
|
27
27
|
};
|
|
28
28
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { MandateLevel } from '../../types/MandateLevel';
|
|
2
1
|
import { MediaVariants } from '../../types/Medias';
|
|
2
|
+
import { MandateLevel } from '../../types/MandateLevel';
|
|
3
3
|
|
|
4
4
|
interface Props {
|
|
5
5
|
url: string;
|
|
@@ -12,12 +12,12 @@ interface Props {
|
|
|
12
12
|
labelCard?: string;
|
|
13
13
|
icon?: string;
|
|
14
14
|
}
|
|
15
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
15
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
16
16
|
labelIntentions: string;
|
|
17
17
|
type: string;
|
|
18
18
|
hideIcon: boolean;
|
|
19
19
|
intentions: string;
|
|
20
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
20
|
+
}>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
21
21
|
labelIntentions: string;
|
|
22
22
|
type: string;
|
|
23
23
|
hideIcon: boolean;
|
|
@@ -32,9 +32,9 @@ export default _default;
|
|
|
32
32
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
33
33
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
34
34
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
35
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
35
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
36
36
|
} : {
|
|
37
|
-
type: import('vue').PropType<T[K]>;
|
|
37
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
38
38
|
required: true;
|
|
39
39
|
};
|
|
40
40
|
};
|
|
@@ -9,21 +9,33 @@ interface Props {
|
|
|
9
9
|
type: TypeLink;
|
|
10
10
|
link: Link;
|
|
11
11
|
big?: boolean;
|
|
12
|
+
labels?: {
|
|
13
|
+
noData?: string;
|
|
14
|
+
};
|
|
12
15
|
}
|
|
13
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
16
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
14
17
|
big: boolean;
|
|
15
|
-
|
|
18
|
+
labels: () => {
|
|
19
|
+
noData: string;
|
|
20
|
+
};
|
|
21
|
+
}>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
16
22
|
big: boolean;
|
|
23
|
+
labels: () => {
|
|
24
|
+
noData: string;
|
|
25
|
+
};
|
|
17
26
|
}>>>, {
|
|
18
27
|
big: boolean;
|
|
28
|
+
labels: {
|
|
29
|
+
noData?: string | undefined;
|
|
30
|
+
};
|
|
19
31
|
}, {}>;
|
|
20
32
|
export default _default;
|
|
21
33
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
22
34
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
23
35
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
24
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
36
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
25
37
|
} : {
|
|
26
|
-
type: import('vue').PropType<T[K]>;
|
|
38
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
27
39
|
required: true;
|
|
28
40
|
};
|
|
29
41
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { MandateLevel } from '../../types/MandateLevel';
|
|
2
1
|
import { MediaVariants } from '../../types/Medias';
|
|
2
|
+
import { MandateLevel } from '../../types/MandateLevel';
|
|
3
3
|
|
|
4
4
|
interface Props {
|
|
5
5
|
url?: string;
|
|
@@ -13,23 +13,35 @@ interface Props {
|
|
|
13
13
|
type?: MediaVariants;
|
|
14
14
|
hideIcon?: boolean;
|
|
15
15
|
labelCard?: string;
|
|
16
|
+
labels?: {
|
|
17
|
+
acceder?: string;
|
|
18
|
+
};
|
|
16
19
|
}
|
|
17
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
20
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
18
21
|
icon: string;
|
|
19
22
|
hideCover: boolean;
|
|
20
23
|
intentions: string;
|
|
21
24
|
cover: string;
|
|
22
25
|
type: string;
|
|
23
26
|
hideIcon: boolean;
|
|
24
|
-
|
|
27
|
+
labels: () => {
|
|
28
|
+
acceder: string;
|
|
29
|
+
};
|
|
30
|
+
}>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
25
31
|
icon: string;
|
|
26
32
|
hideCover: boolean;
|
|
27
33
|
intentions: string;
|
|
28
34
|
cover: string;
|
|
29
35
|
type: string;
|
|
30
36
|
hideIcon: boolean;
|
|
37
|
+
labels: () => {
|
|
38
|
+
acceder: string;
|
|
39
|
+
};
|
|
31
40
|
}>>>, {
|
|
32
41
|
type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
|
|
42
|
+
labels: {
|
|
43
|
+
acceder?: string | undefined;
|
|
44
|
+
};
|
|
33
45
|
intentions: string;
|
|
34
46
|
hideIcon: boolean;
|
|
35
47
|
cover: string;
|
|
@@ -39,9 +51,9 @@ export default _default;
|
|
|
39
51
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
40
52
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
41
53
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
42
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
54
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
43
55
|
} : {
|
|
44
|
-
type: import('vue').PropType<T[K]>;
|
|
56
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
45
57
|
required: true;
|
|
46
58
|
};
|
|
47
59
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { MandateLevel } from '../../types/MandateLevel';
|
|
2
1
|
import { MediaVariants } from '../../types/Medias';
|
|
2
|
+
import { MandateLevel } from '../../types/MandateLevel';
|
|
3
3
|
|
|
4
4
|
interface Props {
|
|
5
5
|
desc?: string;
|
|
@@ -9,9 +9,9 @@ interface Props {
|
|
|
9
9
|
type?: MediaVariants;
|
|
10
10
|
cols?: string | number;
|
|
11
11
|
}
|
|
12
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
12
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
13
13
|
cols: string;
|
|
14
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
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
15
|
cols: string;
|
|
16
16
|
}>>>, {
|
|
17
17
|
cols: string | number;
|
|
@@ -20,9 +20,9 @@ export default _default;
|
|
|
20
20
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
21
21
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
22
22
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
23
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
23
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
24
24
|
} : {
|
|
25
|
-
type: import('vue').PropType<T[K]>;
|
|
25
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
26
26
|
required: true;
|
|
27
27
|
};
|
|
28
28
|
};
|
|
@@ -6,26 +6,50 @@ interface Props {
|
|
|
6
6
|
domain?: string;
|
|
7
7
|
graminfo?: string;
|
|
8
8
|
relations?: string;
|
|
9
|
-
labelClose?: string;
|
|
10
9
|
src?: string;
|
|
10
|
+
labels?: {
|
|
11
|
+
definition?: string;
|
|
12
|
+
domaine?: string;
|
|
13
|
+
variations?: string;
|
|
14
|
+
relations?: string;
|
|
15
|
+
close?: string;
|
|
16
|
+
};
|
|
11
17
|
}
|
|
12
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
18
|
+
declare const _default: __VLS_WithTemplateSlots<import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
13
19
|
term: string;
|
|
14
20
|
variations: string;
|
|
15
21
|
relations: string;
|
|
16
22
|
idrelation: string;
|
|
17
|
-
|
|
18
|
-
|
|
23
|
+
labels: () => {
|
|
24
|
+
definition: string;
|
|
25
|
+
domaine: string;
|
|
26
|
+
variations: string;
|
|
27
|
+
relations: string;
|
|
28
|
+
close: string;
|
|
29
|
+
};
|
|
30
|
+
}>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
19
31
|
term: string;
|
|
20
32
|
variations: string;
|
|
21
33
|
relations: string;
|
|
22
34
|
idrelation: string;
|
|
23
|
-
|
|
35
|
+
labels: () => {
|
|
36
|
+
definition: string;
|
|
37
|
+
domaine: string;
|
|
38
|
+
variations: string;
|
|
39
|
+
relations: string;
|
|
40
|
+
close: string;
|
|
41
|
+
};
|
|
24
42
|
}>>>, {
|
|
43
|
+
labels: {
|
|
44
|
+
definition?: string | undefined;
|
|
45
|
+
domaine?: string | undefined;
|
|
46
|
+
variations?: string | undefined;
|
|
47
|
+
relations?: string | undefined;
|
|
48
|
+
close?: string | undefined;
|
|
49
|
+
};
|
|
25
50
|
term: string;
|
|
26
51
|
variations: string;
|
|
27
52
|
relations: string;
|
|
28
|
-
labelClose: string;
|
|
29
53
|
}, {}>, {
|
|
30
54
|
default?(_: {}): any;
|
|
31
55
|
}>;
|
|
@@ -33,9 +57,9 @@ export default _default;
|
|
|
33
57
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
34
58
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
35
59
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
36
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
60
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
37
61
|
} : {
|
|
38
|
-
type: import('vue').PropType<T[K]>;
|
|
62
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
39
63
|
required: true;
|
|
40
64
|
};
|
|
41
65
|
};
|
|
@@ -11,14 +11,14 @@ interface Props {
|
|
|
11
11
|
events: EventTimeLine[];
|
|
12
12
|
title?: TimelineHeading;
|
|
13
13
|
}
|
|
14
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {}>>>, {}, {}>;
|
|
14
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {}>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {}>>>, {}, {}>;
|
|
15
15
|
export default _default;
|
|
16
16
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
17
17
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
18
18
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
19
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
19
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
20
20
|
} : {
|
|
21
|
-
type: import('vue').PropType<T[K]>;
|
|
21
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
22
22
|
required: true;
|
|
23
23
|
};
|
|
24
24
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { MandateLevel } from '../../types/MandateLevel';
|
|
2
1
|
import { MediaVariants } from '../../types/Medias';
|
|
2
|
+
import { MandateLevel } from '../../types/MandateLevel';
|
|
3
3
|
|
|
4
4
|
interface Props {
|
|
5
5
|
src: string;
|
|
@@ -7,30 +7,38 @@ interface Props {
|
|
|
7
7
|
intentions?: string;
|
|
8
8
|
credits?: string;
|
|
9
9
|
mandateLevel?: string | MandateLevel | null;
|
|
10
|
-
labelIntentions?: string;
|
|
11
10
|
type?: MediaVariants;
|
|
12
11
|
hideIcon?: boolean;
|
|
12
|
+
labels?: {
|
|
13
|
+
intentions?: string;
|
|
14
|
+
};
|
|
13
15
|
}
|
|
14
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
15
|
-
labelIntentions: string;
|
|
16
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
16
17
|
type: string;
|
|
17
18
|
hideIcon: boolean;
|
|
18
|
-
|
|
19
|
-
|
|
19
|
+
labels: () => {
|
|
20
|
+
intentions: string;
|
|
21
|
+
};
|
|
22
|
+
}>, {}, 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
23
|
type: string;
|
|
21
24
|
hideIcon: boolean;
|
|
25
|
+
labels: () => {
|
|
26
|
+
intentions: string;
|
|
27
|
+
};
|
|
22
28
|
}>>>, {
|
|
23
29
|
type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
|
|
30
|
+
labels: {
|
|
31
|
+
intentions?: string | undefined;
|
|
32
|
+
};
|
|
24
33
|
hideIcon: boolean;
|
|
25
|
-
labelIntentions: string;
|
|
26
34
|
}, {}>;
|
|
27
35
|
export default _default;
|
|
28
36
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
37
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
30
38
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
39
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
40
|
} : {
|
|
33
|
-
type: import('vue').PropType<T[K]>;
|
|
41
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
34
42
|
required: true;
|
|
35
43
|
};
|
|
36
44
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { MandateLevel } from '../../types/MandateLevel';
|
|
2
1
|
import { MediaVariants } from '../../types/Medias';
|
|
2
|
+
import { MandateLevel } from '../../types/MandateLevel';
|
|
3
3
|
|
|
4
4
|
interface Props {
|
|
5
5
|
src: string;
|
|
@@ -12,11 +12,11 @@ interface Props {
|
|
|
12
12
|
hideIcon?: boolean;
|
|
13
13
|
big?: boolean;
|
|
14
14
|
}
|
|
15
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
15
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
16
16
|
labelIntentions: string;
|
|
17
17
|
type: string;
|
|
18
18
|
hideIcon: boolean;
|
|
19
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
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
20
|
labelIntentions: string;
|
|
21
21
|
type: string;
|
|
22
22
|
hideIcon: boolean;
|
|
@@ -29,9 +29,9 @@ export default _default;
|
|
|
29
29
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
30
30
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
31
31
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
32
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
33
33
|
} : {
|
|
34
|
-
type: import('vue').PropType<T[K]>;
|
|
34
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
35
35
|
required: true;
|
|
36
36
|
};
|
|
37
37
|
};
|
|
@@ -6,15 +6,50 @@ interface Term {
|
|
|
6
6
|
interface Props {
|
|
7
7
|
term: Term;
|
|
8
8
|
glossary: GlossaryEntry[];
|
|
9
|
+
labels?: {
|
|
10
|
+
information?: string;
|
|
11
|
+
domain?: string;
|
|
12
|
+
relations?: string;
|
|
13
|
+
definition?: string;
|
|
14
|
+
variations?: string;
|
|
15
|
+
imageDuTerme?: string;
|
|
16
|
+
};
|
|
9
17
|
}
|
|
10
|
-
declare const _default: import('vue
|
|
18
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
19
|
+
labels: () => {
|
|
20
|
+
information: string;
|
|
21
|
+
domain: string;
|
|
22
|
+
relations: string;
|
|
23
|
+
definition: string;
|
|
24
|
+
variations: string;
|
|
25
|
+
imageDuTerme: string;
|
|
26
|
+
};
|
|
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>, {
|
|
28
|
+
labels: () => {
|
|
29
|
+
information: string;
|
|
30
|
+
domain: string;
|
|
31
|
+
relations: string;
|
|
32
|
+
definition: string;
|
|
33
|
+
variations: string;
|
|
34
|
+
imageDuTerme: string;
|
|
35
|
+
};
|
|
36
|
+
}>>>, {
|
|
37
|
+
labels: {
|
|
38
|
+
information?: string | undefined;
|
|
39
|
+
domain?: string | undefined;
|
|
40
|
+
relations?: string | undefined;
|
|
41
|
+
definition?: string | undefined;
|
|
42
|
+
variations?: string | undefined;
|
|
43
|
+
imageDuTerme?: string | undefined;
|
|
44
|
+
};
|
|
45
|
+
}, {}>;
|
|
11
46
|
export default _default;
|
|
12
47
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
13
48
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
14
49
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
15
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
50
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
16
51
|
} : {
|
|
17
|
-
type: import('vue').PropType<T[K]>;
|
|
52
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
18
53
|
required: true;
|
|
19
54
|
};
|
|
20
55
|
};
|
|
@@ -13,12 +13,12 @@ interface Props {
|
|
|
13
13
|
noIcon?: boolean;
|
|
14
14
|
compact?: boolean;
|
|
15
15
|
}
|
|
16
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
17
17
|
type: string;
|
|
18
18
|
title: null;
|
|
19
19
|
outlined: boolean;
|
|
20
20
|
noIcon: boolean;
|
|
21
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
21
|
+
}>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
22
22
|
type: string;
|
|
23
23
|
title: null;
|
|
24
24
|
outlined: boolean;
|
|
@@ -35,9 +35,9 @@ export default _default;
|
|
|
35
35
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
36
36
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
37
37
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
38
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
38
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
39
39
|
} : {
|
|
40
|
-
type: import('vue').PropType<T[K]>;
|
|
40
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
41
41
|
required: true;
|
|
42
42
|
};
|
|
43
43
|
};
|