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
|
@@ -12,21 +12,41 @@ interface Props {
|
|
|
12
12
|
title?: string;
|
|
13
13
|
noModal?: boolean;
|
|
14
14
|
cols?: string | number;
|
|
15
|
+
labels?: {
|
|
16
|
+
reference?: string;
|
|
17
|
+
fermer?: string;
|
|
18
|
+
referenceLibrary?: string;
|
|
19
|
+
};
|
|
15
20
|
}
|
|
16
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
21
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
17
22
|
alt: string;
|
|
18
23
|
cols: string;
|
|
19
24
|
thumbnail: boolean;
|
|
20
25
|
noModal: boolean;
|
|
21
26
|
sizeThumbnail: string;
|
|
22
|
-
|
|
27
|
+
labels: () => {
|
|
28
|
+
reference: string;
|
|
29
|
+
fermer: string;
|
|
30
|
+
referenceLibrary: string;
|
|
31
|
+
};
|
|
32
|
+
}>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
23
33
|
alt: string;
|
|
24
34
|
cols: string;
|
|
25
35
|
thumbnail: boolean;
|
|
26
36
|
noModal: boolean;
|
|
27
37
|
sizeThumbnail: string;
|
|
38
|
+
labels: () => {
|
|
39
|
+
reference: string;
|
|
40
|
+
fermer: string;
|
|
41
|
+
referenceLibrary: string;
|
|
42
|
+
};
|
|
28
43
|
}>>>, {
|
|
29
44
|
alt: string;
|
|
45
|
+
labels: {
|
|
46
|
+
reference?: string | undefined;
|
|
47
|
+
fermer?: string | undefined;
|
|
48
|
+
referenceLibrary?: string | undefined;
|
|
49
|
+
};
|
|
30
50
|
thumbnail: boolean;
|
|
31
51
|
sizeThumbnail: "small" | "medium" | "large";
|
|
32
52
|
noModal: boolean;
|
|
@@ -36,9 +56,9 @@ export default _default;
|
|
|
36
56
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
37
57
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
38
58
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
39
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
59
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
40
60
|
} : {
|
|
41
|
-
type: import('vue').PropType<T[K]>;
|
|
61
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
42
62
|
required: true;
|
|
43
63
|
};
|
|
44
64
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>, {
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<{}, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
2
|
default?(_: {}): any;
|
|
3
3
|
}>;
|
|
4
4
|
export default _default;
|
|
@@ -4,10 +4,10 @@ interface Props {
|
|
|
4
4
|
type?: Type;
|
|
5
5
|
disabled?: Disabled;
|
|
6
6
|
}
|
|
7
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
7
|
+
declare const _default: __VLS_WithTemplateSlots<import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
8
8
|
type: string;
|
|
9
9
|
disabled: string;
|
|
10
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
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
11
|
type: string;
|
|
12
12
|
disabled: string;
|
|
13
13
|
}>>>, {
|
|
@@ -22,9 +22,9 @@ export default _default;
|
|
|
22
22
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
23
23
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
24
24
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
25
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
25
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
26
26
|
} : {
|
|
27
|
-
type: import('vue').PropType<T[K]>;
|
|
27
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
28
28
|
required: true;
|
|
29
29
|
};
|
|
30
30
|
};
|
|
@@ -11,11 +11,11 @@ interface Props {
|
|
|
11
11
|
src?: string | null;
|
|
12
12
|
synchrone?: boolean;
|
|
13
13
|
}
|
|
14
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
14
|
+
declare const _default: __VLS_WithTemplateSlots<import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
15
15
|
title: null;
|
|
16
16
|
icon: null;
|
|
17
17
|
color: null;
|
|
18
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
18
|
+
}>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
19
19
|
title: null;
|
|
20
20
|
icon: null;
|
|
21
21
|
color: null;
|
|
@@ -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
|
};
|
|
@@ -4,12 +4,12 @@ interface Props {
|
|
|
4
4
|
size?: number;
|
|
5
5
|
inline?: boolean;
|
|
6
6
|
}
|
|
7
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
7
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
8
8
|
color: string;
|
|
9
9
|
dots: boolean;
|
|
10
10
|
size: number;
|
|
11
11
|
inline: boolean;
|
|
12
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
12
|
+
}>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
13
13
|
color: string;
|
|
14
14
|
dots: boolean;
|
|
15
15
|
size: number;
|
|
@@ -24,9 +24,9 @@ export default _default;
|
|
|
24
24
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
25
25
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
26
26
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
27
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
27
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
28
28
|
} : {
|
|
29
|
-
type: import('vue').PropType<T[K]>;
|
|
29
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
30
30
|
required: true;
|
|
31
31
|
};
|
|
32
32
|
};
|
|
@@ -3,14 +3,14 @@ interface Props {
|
|
|
3
3
|
headers?: string[] | null;
|
|
4
4
|
title?: string;
|
|
5
5
|
}
|
|
6
|
-
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>, {}>>>, {}, {}>;
|
|
6
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {}>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {}>>>, {}, {}>;
|
|
7
7
|
export default _default;
|
|
8
8
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
9
9
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
10
10
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
11
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
11
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
12
12
|
} : {
|
|
13
|
-
type: import('vue').PropType<T[K]>;
|
|
13
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
14
14
|
required: true;
|
|
15
15
|
};
|
|
16
16
|
};
|
|
@@ -3,21 +3,33 @@ interface Props {
|
|
|
3
3
|
content: string;
|
|
4
4
|
title?: string | null;
|
|
5
5
|
compact?: boolean;
|
|
6
|
+
labels?: {
|
|
7
|
+
enSavoirPlus?: string;
|
|
8
|
+
};
|
|
6
9
|
}
|
|
7
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
10
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
8
11
|
compact: boolean;
|
|
9
|
-
|
|
12
|
+
labels: () => {
|
|
13
|
+
enSavoirPlus: string;
|
|
14
|
+
};
|
|
15
|
+
}>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
10
16
|
compact: boolean;
|
|
17
|
+
labels: () => {
|
|
18
|
+
enSavoirPlus: string;
|
|
19
|
+
};
|
|
11
20
|
}>>>, {
|
|
21
|
+
labels: {
|
|
22
|
+
enSavoirPlus?: string | undefined;
|
|
23
|
+
};
|
|
12
24
|
compact: boolean;
|
|
13
25
|
}, {}>;
|
|
14
26
|
export default _default;
|
|
15
27
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
16
28
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
17
29
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
18
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
30
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
19
31
|
} : {
|
|
20
|
-
type: import('vue').PropType<T[K]>;
|
|
32
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
21
33
|
required: true;
|
|
22
34
|
};
|
|
23
35
|
};
|
|
@@ -23,24 +23,36 @@ interface Props {
|
|
|
23
23
|
mandateLevel?: string | null;
|
|
24
24
|
source?: string;
|
|
25
25
|
width?: string;
|
|
26
|
+
labels?: {
|
|
27
|
+
dataNoDisponible?: string;
|
|
28
|
+
};
|
|
26
29
|
}
|
|
27
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
30
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
28
31
|
center: boolean;
|
|
29
32
|
width: string;
|
|
30
|
-
|
|
33
|
+
labels: () => {
|
|
34
|
+
dataNoDisponible: string;
|
|
35
|
+
};
|
|
36
|
+
}>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
31
37
|
center: boolean;
|
|
32
38
|
width: string;
|
|
39
|
+
labels: () => {
|
|
40
|
+
dataNoDisponible: string;
|
|
41
|
+
};
|
|
33
42
|
}>>>, {
|
|
34
43
|
width: string;
|
|
44
|
+
labels: {
|
|
45
|
+
dataNoDisponible?: string | undefined;
|
|
46
|
+
};
|
|
35
47
|
center: boolean;
|
|
36
48
|
}, {}>;
|
|
37
49
|
export default _default;
|
|
38
50
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
39
51
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
40
52
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
41
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
53
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
42
54
|
} : {
|
|
43
|
-
type: import('vue').PropType<T[K]>;
|
|
55
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
44
56
|
required: true;
|
|
45
57
|
};
|
|
46
58
|
};
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { MediaVariants } from '../../types/Medias';
|
|
2
|
+
|
|
3
|
+
interface seriesFunnel {
|
|
4
|
+
name: string;
|
|
5
|
+
data: number[];
|
|
6
|
+
}
|
|
7
|
+
interface Props {
|
|
8
|
+
series: seriesFunnel[];
|
|
9
|
+
labels: string[];
|
|
10
|
+
id?: string;
|
|
11
|
+
title?: string;
|
|
12
|
+
center?: boolean;
|
|
13
|
+
intentions?: string;
|
|
14
|
+
hideIcon?: boolean;
|
|
15
|
+
type?: MediaVariants;
|
|
16
|
+
mandateLevel?: string | null;
|
|
17
|
+
source?: string;
|
|
18
|
+
width?: string;
|
|
19
|
+
height?: number;
|
|
20
|
+
isFunnel?: boolean;
|
|
21
|
+
colors?: string[];
|
|
22
|
+
}
|
|
23
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
24
|
+
center: boolean;
|
|
25
|
+
type: string;
|
|
26
|
+
width: string;
|
|
27
|
+
height: number;
|
|
28
|
+
isFunnel: boolean;
|
|
29
|
+
colors: () => string[];
|
|
30
|
+
}>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
31
|
+
center: boolean;
|
|
32
|
+
type: string;
|
|
33
|
+
width: string;
|
|
34
|
+
height: number;
|
|
35
|
+
isFunnel: boolean;
|
|
36
|
+
colors: () => string[];
|
|
37
|
+
}>>>, {
|
|
38
|
+
type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
|
|
39
|
+
width: string;
|
|
40
|
+
height: number;
|
|
41
|
+
center: boolean;
|
|
42
|
+
isFunnel: boolean;
|
|
43
|
+
colors: string[];
|
|
44
|
+
}, {}>;
|
|
45
|
+
export default _default;
|
|
46
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
47
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
48
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
49
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
50
|
+
} : {
|
|
51
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
52
|
+
required: true;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
type __VLS_WithDefaults<P, D> = {
|
|
56
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
57
|
+
default: D[K];
|
|
58
|
+
}> : P[K];
|
|
59
|
+
};
|
|
60
|
+
type __VLS_Prettify<T> = {
|
|
61
|
+
[K in keyof T]: T[K];
|
|
62
|
+
} & {};
|
|
@@ -23,24 +23,36 @@ interface Props {
|
|
|
23
23
|
mandateLevel?: string | null;
|
|
24
24
|
source?: string;
|
|
25
25
|
width?: string;
|
|
26
|
+
labels?: {
|
|
27
|
+
dataNoDisponible?: string;
|
|
28
|
+
};
|
|
26
29
|
}
|
|
27
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
30
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
28
31
|
center: boolean;
|
|
29
32
|
width: string;
|
|
30
|
-
|
|
33
|
+
labels: () => {
|
|
34
|
+
dataNoDisponible: string;
|
|
35
|
+
};
|
|
36
|
+
}>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
31
37
|
center: boolean;
|
|
32
38
|
width: string;
|
|
39
|
+
labels: () => {
|
|
40
|
+
dataNoDisponible: string;
|
|
41
|
+
};
|
|
33
42
|
}>>>, {
|
|
34
43
|
width: string;
|
|
44
|
+
labels: {
|
|
45
|
+
dataNoDisponible?: string | undefined;
|
|
46
|
+
};
|
|
35
47
|
center: boolean;
|
|
36
48
|
}, {}>;
|
|
37
49
|
export default _default;
|
|
38
50
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
39
51
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
40
52
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
41
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
53
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
42
54
|
} : {
|
|
43
|
-
type: import('vue').PropType<T[K]>;
|
|
55
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
44
56
|
required: true;
|
|
45
57
|
};
|
|
46
58
|
};
|
|
@@ -24,27 +24,39 @@ interface Props {
|
|
|
24
24
|
mandateLevel?: string | null;
|
|
25
25
|
source?: string;
|
|
26
26
|
width?: string;
|
|
27
|
+
labels?: {
|
|
28
|
+
dataNoDisponible?: string;
|
|
29
|
+
};
|
|
27
30
|
}
|
|
28
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
31
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
29
32
|
center: boolean;
|
|
30
33
|
type: string;
|
|
31
34
|
width: string;
|
|
32
|
-
|
|
35
|
+
labels: () => {
|
|
36
|
+
dataNoDisponible: string;
|
|
37
|
+
};
|
|
38
|
+
}>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
33
39
|
center: boolean;
|
|
34
40
|
type: string;
|
|
35
41
|
width: string;
|
|
42
|
+
labels: () => {
|
|
43
|
+
dataNoDisponible: string;
|
|
44
|
+
};
|
|
36
45
|
}>>>, {
|
|
37
46
|
type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
|
|
38
47
|
width: string;
|
|
48
|
+
labels: {
|
|
49
|
+
dataNoDisponible?: string | undefined;
|
|
50
|
+
};
|
|
39
51
|
center: boolean;
|
|
40
52
|
}, {}>;
|
|
41
53
|
export default _default;
|
|
42
54
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
43
55
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
44
56
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
45
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
57
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
46
58
|
} : {
|
|
47
|
-
type: import('vue').PropType<T[K]>;
|
|
59
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
48
60
|
required: true;
|
|
49
61
|
};
|
|
50
62
|
};
|
|
@@ -7,12 +7,12 @@ interface Props {
|
|
|
7
7
|
lang?: Langue;
|
|
8
8
|
theme?: Theme;
|
|
9
9
|
}
|
|
10
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
10
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
11
11
|
code: string;
|
|
12
12
|
label: string;
|
|
13
13
|
lang: string;
|
|
14
14
|
theme: "neon-bunny";
|
|
15
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
15
|
+
}>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
16
16
|
code: string;
|
|
17
17
|
label: string;
|
|
18
18
|
lang: string;
|
|
@@ -20,16 +20,16 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
20
20
|
}>>>, {
|
|
21
21
|
code: string;
|
|
22
22
|
label: string;
|
|
23
|
-
theme: Theme;
|
|
24
23
|
lang: Langue;
|
|
24
|
+
theme: Theme;
|
|
25
25
|
}, {}>;
|
|
26
26
|
export default _default;
|
|
27
27
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
28
28
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
29
29
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
30
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
30
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
31
31
|
} : {
|
|
32
|
-
type: import('vue').PropType<T[K]>;
|
|
32
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
33
33
|
required: true;
|
|
34
34
|
};
|
|
35
35
|
};
|
|
@@ -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
|
title?: string | null;
|
|
@@ -11,21 +11,33 @@ interface Props {
|
|
|
11
11
|
intentions?: string;
|
|
12
12
|
hideIcon?: boolean;
|
|
13
13
|
flat?: boolean;
|
|
14
|
+
labels?: {
|
|
15
|
+
intentions?: string;
|
|
16
|
+
};
|
|
14
17
|
}
|
|
15
|
-
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>, {
|
|
16
19
|
title: null;
|
|
17
20
|
type: string;
|
|
18
21
|
hideIcon: boolean;
|
|
19
22
|
flat: boolean;
|
|
20
|
-
|
|
23
|
+
labels: () => {
|
|
24
|
+
intentions: string;
|
|
25
|
+
};
|
|
26
|
+
}>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
21
27
|
title: null;
|
|
22
28
|
type: string;
|
|
23
29
|
hideIcon: boolean;
|
|
24
30
|
flat: boolean;
|
|
31
|
+
labels: () => {
|
|
32
|
+
intentions: string;
|
|
33
|
+
};
|
|
25
34
|
}>>>, {
|
|
26
35
|
flat: boolean;
|
|
27
36
|
title: string | null;
|
|
28
37
|
type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
|
|
38
|
+
labels: {
|
|
39
|
+
intentions?: string | undefined;
|
|
40
|
+
};
|
|
29
41
|
hideIcon: boolean;
|
|
30
42
|
}, {}>, {
|
|
31
43
|
intentions?(_: {}): any;
|
|
@@ -36,9 +48,9 @@ export default _default;
|
|
|
36
48
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
37
49
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
38
50
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
39
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
51
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
40
52
|
} : {
|
|
41
|
-
type: import('vue').PropType<T[K]>;
|
|
53
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
42
54
|
required: true;
|
|
43
55
|
};
|
|
44
56
|
};
|
|
@@ -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;
|
|
@@ -16,55 +16,87 @@ interface Props {
|
|
|
16
16
|
more?: boolean;
|
|
17
17
|
version_link?: null;
|
|
18
18
|
hideCover?: boolean;
|
|
19
|
-
labelcard?: string;
|
|
20
|
-
labelBtb?: string;
|
|
21
|
-
labelIntentions?: string;
|
|
22
19
|
type?: MediaVariants;
|
|
23
20
|
hideIcon?: boolean;
|
|
21
|
+
labels?: {
|
|
22
|
+
par?: string;
|
|
23
|
+
dans?: string;
|
|
24
|
+
lire?: string;
|
|
25
|
+
fermer?: string;
|
|
26
|
+
details?: string;
|
|
27
|
+
lecture?: string;
|
|
28
|
+
card?: string;
|
|
29
|
+
Btb?: string;
|
|
30
|
+
Intentions?: string;
|
|
31
|
+
};
|
|
24
32
|
}
|
|
25
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
33
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
26
34
|
title: null;
|
|
27
35
|
cover: string;
|
|
28
36
|
icon: string;
|
|
29
37
|
hideCover: boolean;
|
|
30
|
-
labelcard: string;
|
|
31
|
-
labelBtb: string;
|
|
32
|
-
labelIntentions: string;
|
|
33
38
|
intentions: string;
|
|
34
39
|
compact: boolean;
|
|
35
40
|
type: string;
|
|
36
41
|
hideIcon: boolean;
|
|
37
|
-
|
|
42
|
+
labels: () => {
|
|
43
|
+
par: string;
|
|
44
|
+
dans: string;
|
|
45
|
+
lire: string;
|
|
46
|
+
fermer: string;
|
|
47
|
+
details: string;
|
|
48
|
+
lecture: string;
|
|
49
|
+
card: string;
|
|
50
|
+
Btb: string;
|
|
51
|
+
intentions: string;
|
|
52
|
+
};
|
|
53
|
+
}>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
38
54
|
title: null;
|
|
39
55
|
cover: string;
|
|
40
56
|
icon: string;
|
|
41
57
|
hideCover: boolean;
|
|
42
|
-
labelcard: string;
|
|
43
|
-
labelBtb: string;
|
|
44
|
-
labelIntentions: string;
|
|
45
58
|
intentions: string;
|
|
46
59
|
compact: boolean;
|
|
47
60
|
type: string;
|
|
48
61
|
hideIcon: boolean;
|
|
62
|
+
labels: () => {
|
|
63
|
+
par: string;
|
|
64
|
+
dans: string;
|
|
65
|
+
lire: string;
|
|
66
|
+
fermer: string;
|
|
67
|
+
details: string;
|
|
68
|
+
lecture: string;
|
|
69
|
+
card: string;
|
|
70
|
+
Btb: string;
|
|
71
|
+
intentions: string;
|
|
72
|
+
};
|
|
49
73
|
}>>>, {
|
|
50
74
|
title: string | null;
|
|
51
75
|
type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
|
|
76
|
+
labels: {
|
|
77
|
+
par?: string | undefined;
|
|
78
|
+
dans?: string | undefined;
|
|
79
|
+
lire?: string | undefined;
|
|
80
|
+
fermer?: string | undefined;
|
|
81
|
+
details?: string | undefined;
|
|
82
|
+
lecture?: string | undefined;
|
|
83
|
+
card?: string | undefined;
|
|
84
|
+
Btb?: string | undefined;
|
|
85
|
+
Intentions?: string | undefined;
|
|
86
|
+
};
|
|
52
87
|
compact: boolean;
|
|
53
88
|
intentions: string;
|
|
54
89
|
hideIcon: boolean;
|
|
55
90
|
cover: string;
|
|
56
91
|
hideCover: boolean;
|
|
57
|
-
labelcard: string;
|
|
58
|
-
labelBtb: string;
|
|
59
|
-
labelIntentions: string;
|
|
60
92
|
}, {}>;
|
|
61
93
|
export default _default;
|
|
62
94
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
63
95
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
64
96
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
65
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
97
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
66
98
|
} : {
|
|
67
|
-
type: import('vue').PropType<T[K]>;
|
|
99
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
68
100
|
required: true;
|
|
69
101
|
};
|
|
70
102
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { MediaVariants } from '../../types/Medias';
|
|
2
1
|
import { MandateLevel } from '../../types/MandateLevel';
|
|
2
|
+
import { MediaVariants } from '../../types/Medias';
|
|
3
3
|
|
|
4
4
|
interface Props {
|
|
5
5
|
pages?: string;
|
|
@@ -7,9 +7,9 @@ interface Props {
|
|
|
7
7
|
mandateLevel?: string | MandateLevel | null;
|
|
8
8
|
type?: MediaVariants;
|
|
9
9
|
}
|
|
10
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
10
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
11
11
|
type: string;
|
|
12
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
12
|
+
}>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
13
13
|
type: string;
|
|
14
14
|
}>>>, {
|
|
15
15
|
type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
|
|
@@ -18,9 +18,9 @@ export default _default;
|
|
|
18
18
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
19
19
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
20
20
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
21
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
21
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
22
22
|
} : {
|
|
23
|
-
type: import('vue').PropType<T[K]>;
|
|
23
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
24
24
|
required: true;
|
|
25
25
|
};
|
|
26
26
|
};
|