ep-lib-ts 1.0.1 → 1.0.4
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-C9b05zDe.js +4 -0
- package/dist/DisplayBox-DwV5vdf4.js +4 -0
- package/dist/EpAlert-DEERqegj.js +4 -0
- package/dist/EpAudio-D1Pergv3.js +4 -0
- package/dist/EpBadge-CXG9CCs-.js +4 -0
- package/dist/EpBarChart-DqcfpObW.js +4 -0
- package/dist/EpBtn-CjpUqmnk.js +4 -0
- package/dist/EpCard-D2Yuf56Q.js +4 -0
- package/dist/EpChip-1BDl9148.js +4 -0
- package/dist/{EpCodeblock-DVX2XFFj.js → EpCodeblock-DX7H-PE3.js} +2 -2
- package/dist/EpContentSlider-G24sedKV.js +4 -0
- package/dist/EpDarkmode-CVX7I7Oh.js +22 -0
- package/dist/EpDivider-By54laP-.js +4 -0
- package/dist/EpEdu-D_vwhqgL.js +4 -0
- package/dist/EpFlex-C8FUteog.js +4 -0
- package/dist/EpFunnelChart-vUi3II3g.js +4 -0
- package/dist/EpHeader-IOUvF-no.js +4 -0
- package/dist/EpHotsPot-DFz_Du9o.js +59 -0
- package/dist/{EpHover-BL7JsbVZ.js → EpHover-D3o7-8F6.js} +1 -1
- package/dist/EpIcon-C5N1EmKo.js +4 -0
- package/dist/EpIframe-DlYnZzA2.js +4 -0
- package/dist/EpImg-DBdJTFxB.js +4 -0
- package/dist/{EpInput-DMIxjwBM.js → EpInput-DtqEfGYC.js} +429 -438
- package/dist/EpLineChart-DHRVciuH.js +4 -0
- package/dist/EpLink-BA65sB5T.js +4 -0
- package/dist/EpLinkVersion-DJWO90l3.js +4 -0
- package/dist/{EpList-BkH08ROd.js → EpList-gjrvWauh.js} +1 -1
- package/dist/EpModal-Bkn0UYrU.js +4 -0
- package/dist/{EpNothing-IEAPsIPI.js → EpNothing-Di7BP_gj.js} +1 -1
- package/dist/EpPieChart-ep1v3gNm.js +4 -0
- package/dist/EpQuestion-BIz290OE.js +4 -0
- package/dist/EpQuote-C7vFc3nU.js +4 -0
- package/dist/EpRadio-DZTarnBT.js +4 -0
- package/dist/EpRadioSummative-CorOWGOQ.js +4 -0
- package/dist/EpReading-DMtuDG_x.js +4 -0
- package/dist/EpResource-BYf45kWh.js +4 -0
- package/dist/EpScope-Ba2Q1Ff_.js +4 -0
- package/dist/EpSection-DscmvV47.js +4 -0
- package/dist/EpSelect-DRPIgo_k.js +43 -0
- package/dist/EpSkeleton-CI5AEDN9.js +4 -0
- package/dist/EpSoftware-DqR9_72s.js +4 -0
- package/dist/EpSpinner-BYYDdBAv.js +4 -0
- package/dist/EpSummativeTable-DYj6fOso.js +4 -0
- package/dist/EpSvg-qV8Jv7hA.js +4 -0
- package/dist/EpTable-CIXtqslP.js +4 -0
- package/dist/EpTerm-zVklM1Ty.js +4 -0
- package/dist/EpText-DlG9XQYl.js +4 -0
- package/dist/EpTextarea-D8UCQuga.js +44 -0
- package/dist/EpTimeLine-8okBy26f.js +4 -0
- package/dist/{EpToggle-CfXYpI1b.js → EpToggle-BDp54LpY.js} +26 -23
- package/dist/EpVideo-CMhul8b_.js +4 -0
- package/dist/EpVideoPanopto-CB7xf6qs.js +4 -0
- package/dist/EpWordDef-Ctx-w2Ll.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 +55 -48
- package/dist/{index-Dl6z_ITi.js → index-BPsMiFm1.js} +3985 -3789
- 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
|
@@ -11,21 +11,21 @@ interface Props {
|
|
|
11
11
|
color: Color;
|
|
12
12
|
maxValue: number;
|
|
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
|
mode: string;
|
|
16
16
|
placement: string;
|
|
17
17
|
visibility: string;
|
|
18
18
|
color: string;
|
|
19
19
|
maxValue: number;
|
|
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
|
mode: string;
|
|
22
22
|
placement: string;
|
|
23
23
|
visibility: string;
|
|
24
24
|
color: string;
|
|
25
25
|
maxValue: number;
|
|
26
26
|
}>>>, {
|
|
27
|
-
color: Color;
|
|
28
27
|
mode: Mode;
|
|
28
|
+
color: Color;
|
|
29
29
|
placement: "top_left" | "top_right" | "bottom_left" | "bottom_right";
|
|
30
30
|
visibility: Visibility;
|
|
31
31
|
maxValue: number;
|
|
@@ -36,9 +36,9 @@ export default _default;
|
|
|
36
36
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
37
37
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
38
38
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
39
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
39
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
40
40
|
} : {
|
|
41
|
-
type: import('vue').PropType<T[K]>;
|
|
41
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
42
42
|
required: true;
|
|
43
43
|
};
|
|
44
44
|
};
|
|
@@ -11,8 +11,12 @@ interface Props {
|
|
|
11
11
|
duration?: string | null;
|
|
12
12
|
assessment?: string | null;
|
|
13
13
|
headerImgColor?: string | null;
|
|
14
|
+
labels?: {
|
|
15
|
+
synchrone?: string;
|
|
16
|
+
formatif?: string;
|
|
17
|
+
};
|
|
14
18
|
}
|
|
15
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
19
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
16
20
|
title: null;
|
|
17
21
|
icon: null;
|
|
18
22
|
color: null;
|
|
@@ -21,9 +25,13 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
21
25
|
synchrone: boolean;
|
|
22
26
|
duration: null;
|
|
23
27
|
assessment: null;
|
|
24
|
-
|
|
28
|
+
labels: () => {
|
|
29
|
+
synchrone: string;
|
|
30
|
+
formatif: string;
|
|
31
|
+
};
|
|
32
|
+
}>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
25
33
|
clicked: () => void;
|
|
26
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
34
|
+
}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
27
35
|
title: null;
|
|
28
36
|
icon: null;
|
|
29
37
|
color: null;
|
|
@@ -32,6 +40,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
32
40
|
synchrone: boolean;
|
|
33
41
|
duration: null;
|
|
34
42
|
assessment: null;
|
|
43
|
+
labels: () => {
|
|
44
|
+
synchrone: string;
|
|
45
|
+
formatif: string;
|
|
46
|
+
};
|
|
35
47
|
}>>> & {
|
|
36
48
|
onClicked?: (() => any) | undefined;
|
|
37
49
|
}, {
|
|
@@ -39,6 +51,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
39
51
|
big: boolean | null;
|
|
40
52
|
src: string | null;
|
|
41
53
|
color: string | null;
|
|
54
|
+
labels: {
|
|
55
|
+
synchrone?: string | undefined;
|
|
56
|
+
formatif?: string | undefined;
|
|
57
|
+
};
|
|
42
58
|
icon: string | null;
|
|
43
59
|
synchrone: boolean;
|
|
44
60
|
duration: string | null;
|
|
@@ -48,9 +64,9 @@ export default _default;
|
|
|
48
64
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
49
65
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
50
66
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
51
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
67
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
52
68
|
} : {
|
|
53
|
-
type: import('vue').PropType<T[K]>;
|
|
69
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
54
70
|
required: true;
|
|
55
71
|
};
|
|
56
72
|
};
|
|
@@ -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;
|
|
@@ -4,12 +4,12 @@ interface Props {
|
|
|
4
4
|
card?: boolean;
|
|
5
5
|
hideIcon?: boolean;
|
|
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
|
author: null;
|
|
9
9
|
img: null;
|
|
10
10
|
card: boolean;
|
|
11
11
|
hideIcon: 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
|
author: null;
|
|
14
14
|
img: null;
|
|
15
15
|
card: boolean;
|
|
@@ -26,9 +26,9 @@ export default _default;
|
|
|
26
26
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
27
27
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
28
28
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
29
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
29
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
30
30
|
} : {
|
|
31
|
-
type: import('vue').PropType<T[K]>;
|
|
31
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
32
32
|
required: true;
|
|
33
33
|
};
|
|
34
34
|
};
|
|
@@ -5,12 +5,12 @@ interface Props {
|
|
|
5
5
|
width?: number;
|
|
6
6
|
animation?: string;
|
|
7
7
|
}
|
|
8
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
8
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
9
9
|
type: string;
|
|
10
10
|
width: number;
|
|
11
11
|
height: number;
|
|
12
12
|
animation: string;
|
|
13
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
13
|
+
}>, {}, 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>, {
|
|
14
14
|
type: string;
|
|
15
15
|
width: number;
|
|
16
16
|
height: number;
|
|
@@ -25,9 +25,9 @@ export default _default;
|
|
|
25
25
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
26
26
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
27
27
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
28
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
28
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
29
29
|
} : {
|
|
30
|
-
type: import('vue').PropType<T[K]>;
|
|
30
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
31
31
|
required: true;
|
|
32
32
|
};
|
|
33
33
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
1
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
2
2
|
fill?: string | undefined;
|
|
3
3
|
}>, {
|
|
4
4
|
fill: string;
|
|
5
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
5
|
+
}>, {}, 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<{
|
|
6
6
|
fill?: string | undefined;
|
|
7
7
|
}>, {
|
|
8
8
|
fill: string;
|
|
@@ -13,9 +13,9 @@ export default _default;
|
|
|
13
13
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
14
14
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
15
15
|
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
16
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
16
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
17
17
|
} : {
|
|
18
|
-
type: import('vue').PropType<T[K]>;
|
|
18
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<T[K]>;
|
|
19
19
|
required: true;
|
|
20
20
|
};
|
|
21
21
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare function open(): boolean;
|
|
2
2
|
declare function close(): boolean;
|
|
3
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{}>>, {}, {}>, {
|
|
3
|
+
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<{}>>, {}, {}>, {
|
|
4
4
|
default?(_: {
|
|
5
5
|
open: typeof open;
|
|
6
6
|
}): any;
|
|
@@ -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;
|
|
@@ -6,11 +6,11 @@ interface Props {
|
|
|
6
6
|
event: EventTimeLine;
|
|
7
7
|
collapse?: boolean;
|
|
8
8
|
}
|
|
9
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
9
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
10
10
|
title: string;
|
|
11
11
|
type: string;
|
|
12
12
|
collapse: boolean;
|
|
13
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
13
|
+
}>, {}, 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>, {
|
|
14
14
|
title: string;
|
|
15
15
|
type: string;
|
|
16
16
|
collapse: boolean;
|
|
@@ -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
|
};
|
package/dist/ep-lib-ts.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { T as s, N as E, D as e, c as o, o as r, d as i, e as n, V as t, f as d, z as l, g as C, s as m, h as u, p as S, O as c, i as T, E as h, j as f, W as g, q as L, F as b, G as k, A as v, r as x, B as A, P as B, b as I, t as V, v as D, k as F, Q as P, H as Q, l as H, C as K, I as M, m as R, U as W, _ as j, n as q, J as w, K as z, L as G, M as J } from "./index-BPsMiFm1.js";
|
|
2
2
|
export {
|
|
3
3
|
s as EpAccordeon,
|
|
4
4
|
E as EpAlert,
|
|
@@ -10,36 +10,37 @@ export {
|
|
|
10
10
|
t as EpCarousel,
|
|
11
11
|
d as EpChip,
|
|
12
12
|
l as EpContentSlider,
|
|
13
|
-
|
|
13
|
+
C as EpDivider,
|
|
14
14
|
m as EpEdu,
|
|
15
|
-
|
|
15
|
+
u as EpFlex,
|
|
16
|
+
S as EpFunnelChart,
|
|
16
17
|
c as EpHeader,
|
|
17
|
-
|
|
18
|
-
|
|
18
|
+
T as EpIcon,
|
|
19
|
+
h as EpIframe,
|
|
19
20
|
f as EpImg,
|
|
20
21
|
g as EpKatex,
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
L as EpLineChart,
|
|
23
|
+
b as EpLink,
|
|
24
|
+
k as EpLinkVersion,
|
|
25
|
+
v as EpModal,
|
|
25
26
|
x as EpPieChart,
|
|
26
27
|
A as EpQuestion,
|
|
27
28
|
B as EpQuote,
|
|
28
29
|
I as EpReading,
|
|
29
30
|
V as EpResource,
|
|
30
|
-
|
|
31
|
-
|
|
31
|
+
D as EpScope,
|
|
32
|
+
F as EpSection,
|
|
32
33
|
P as EpSkeleton,
|
|
33
|
-
|
|
34
|
+
Q as EpSoftware,
|
|
34
35
|
H as EpSpinner,
|
|
35
36
|
K as EpSummativeTable,
|
|
36
37
|
M as EpSvg,
|
|
37
|
-
|
|
38
|
-
|
|
38
|
+
R as EpTable,
|
|
39
|
+
W as EpTabs,
|
|
39
40
|
j as EpTerm,
|
|
40
41
|
q as EpText,
|
|
41
42
|
w as EpTimeLine,
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
43
|
+
z as EpVideo,
|
|
44
|
+
G as EpVideoPanopto,
|
|
45
|
+
J as EpWordDef
|
|
45
46
|
};
|