ep-lib-ts 1.0.18 → 1.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/BgAudio-D8TZpRh8.js +4 -0
- package/dist/DisplayBox-3F6nqwNN.js +4 -0
- package/dist/EpAlert-BjOR-WYp.js +4 -0
- package/dist/EpAudio-BQ0LZmny.js +4 -0
- package/dist/EpBadge-AynlePoL.js +4 -0
- package/dist/EpBarChart-BYvvcyGM.js +4 -0
- package/dist/EpBtn-CEF35fJT.js +4 -0
- package/dist/EpCard-DyabtzFw.js +4 -0
- package/dist/EpChip-Doxc_A2v.js +4 -0
- package/dist/EpContentSlider-BSpg4qD6.js +4 -0
- package/dist/{EpDarkmode-BFtEIM2f.js → EpDarkmode-E7Txyt2Z.js} +1 -1
- package/dist/EpDivider-al4hF4NR.js +4 -0
- package/dist/EpEdu-BRGV7ery.js +4 -0
- package/dist/EpFlex-Dd3rSd_C.js +4 -0
- package/dist/EpFunnelChart-Cxt8tNXc.js +4 -0
- package/dist/EpHeader-BTlGpNmu.js +4 -0
- package/dist/{EpHover-CEKgKxEp.js → EpHover-DkQGtJdt.js} +1 -1
- package/dist/EpIcon-iJCwnBpE.js +4 -0
- package/dist/EpIframe-f0gBsKr0.js +4 -0
- package/dist/EpImg-mfEWGRXD.js +4 -0
- package/dist/{EpInput-Bv2ajGF2.js → EpInput-ZfI0AzCM.js} +1 -1
- package/dist/EpLineChart-CfJ8SqIE.js +4 -0
- package/dist/EpLink-C6J8OHOQ.js +4 -0
- package/dist/EpLinkVersion-V3KXqa8C.js +4 -0
- package/dist/{EpList-BcRsDnkP.js → EpList-9iXzs5ut.js} +1 -1
- package/dist/EpModal-Dx2GoSPb.js +4 -0
- package/dist/{EpNothing-DyCuyPon.js → EpNothing-Bw9MjukW.js} +1 -1
- package/dist/EpPieChart-B3OyveJn.js +4 -0
- package/dist/EpQuestion-CDCKVvf0.js +4 -0
- package/dist/EpQuote-CerXY463.js +4 -0
- package/dist/EpRadio-DyUiWO6L.js +4 -0
- package/dist/EpRadioSummative-DRwtSoOl.js +4 -0
- package/dist/EpReading-BK0t7hQ9.js +4 -0
- package/dist/EpResource-X4olZG7S.js +4 -0
- package/dist/EpScope-C08ic1uY.js +4 -0
- package/dist/EpSection-Du-NMYAW.js +4 -0
- package/dist/{EpSelect-CHIE9dYe.js → EpSelect-CkhzX08c.js} +1 -1
- package/dist/EpSkeleton-DeSkHV8U.js +4 -0
- package/dist/EpSoftware-DoQa2QXy.js +4 -0
- package/dist/EpSpinner-CjWR-GVf.js +4 -0
- package/dist/EpSummativeTable-DRhIHZj_.js +4 -0
- package/dist/EpSvg-CltG5988.js +4 -0
- package/dist/EpTable-w6IWsiTa.js +4 -0
- package/dist/EpTerm-BUcWyyeb.js +4 -0
- package/dist/EpText-CrTeR75s.js +4 -0
- package/dist/EpTimeLine-De80uuaV.js +4 -0
- package/dist/EpVideo-g5M3tqwZ.js +4 -0
- package/dist/EpVideoPanopto-VCb9ZIl0.js +4 -0
- package/dist/EpWordDef-BSF3BfpU.js +4 -0
- package/dist/components/basics/EpBadge.vue.d.ts +0 -12
- package/dist/components/basics/EpText.vue.d.ts +20 -12
- package/dist/components/charts/EpBarChart.vue.d.ts +4 -13
- package/dist/components/charts/EpFunnelChart.vue.d.ts +0 -1
- package/dist/components/charts/EpLineChart.vue.d.ts +4 -13
- package/dist/components/charts/EpPieChart.vue.d.ts +4 -13
- package/dist/components/educationals/EpEdu.vue.d.ts +1 -1
- package/dist/components/educationals/EpReading.vue.d.ts +25 -45
- package/dist/components/educationals/EpResource.vue.d.ts +1 -1
- package/dist/components/educationals/EpScope.vue.d.ts +4 -12
- package/dist/components/forms/EpSelect.vue.d.ts +4 -4
- package/dist/components/forms/EpTextarea.vue.d.ts +3 -3
- package/dist/components/forms/EpToggle.vue.d.ts +3 -3
- package/dist/components/interactions/EpContentSlider.vue.d.ts +8 -16
- package/dist/components/interactions/EpQuestion.vue.d.ts +13 -21
- package/dist/components/interactions/EpSummativeTable.vue.d.ts +8 -1
- package/dist/components/medias/EpAudio.vue.d.ts +9 -17
- package/dist/components/medias/EpCarousel.vue.d.ts +12 -4
- package/dist/components/medias/EpIframe.vue.d.ts +2 -1
- package/dist/components/medias/EpKatex.vue.d.ts +0 -1
- package/dist/components/medias/EpLink.vue.d.ts +1 -4
- package/dist/components/medias/EpSoftware.vue.d.ts +6 -15
- package/dist/components/medias/EpSvg.vue.d.ts +3 -1
- package/dist/components/medias/EpTerm.vue.d.ts +20 -28
- package/dist/components/medias/EpVideo.vue.d.ts +6 -13
- package/dist/components/medias/EpVideoPanopto.vue.d.ts +1 -1
- package/dist/components/medias/EpWordDef.vue.d.ts +20 -28
- package/dist/components/signages/EpHeader.vue.d.ts +2 -2
- package/dist/ep-lib-ts.js +1 -1
- package/dist/ep-lib-ts.umd.cjs +53 -36
- package/dist/{index-ClOMmLUm.js → index-D3xTKejX.js} +2866 -2901
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/basics/EpBadge.vue +1 -10
- package/src/components/basics/EpText.vue +28 -9
- package/src/components/charts/EpBarChart.vue +6 -12
- package/src/components/charts/EpFunnelChart.vue +1 -2
- package/src/components/charts/EpLineChart.vue +6 -12
- package/src/components/charts/EpPieChart.vue +7 -12
- package/src/components/educationals/EpEdu.vue +2 -9
- package/src/components/educationals/EpReading.vue +28 -37
- package/src/components/educationals/EpResource.vue +5 -2
- package/src/components/educationals/EpScope.vue +10 -18
- package/src/components/interactions/EpContentSlider.vue +8 -13
- package/src/components/interactions/EpQuestion.vue +12 -17
- package/src/components/interactions/EpSummativeTable.vue +5 -2
- package/src/components/medias/EpAudio.vue +7 -13
- package/src/components/medias/EpCarousel.vue +9 -32
- package/src/components/medias/EpIframe.vue +2 -1
- package/src/components/medias/EpKatex.vue +1 -2
- package/src/components/medias/EpLink.vue +4 -6
- package/src/components/medias/EpSoftware.vue +7 -12
- package/src/components/medias/EpSvg.vue +11 -2
- package/src/components/medias/EpTerm.vue +16 -23
- package/src/components/medias/EpVideo.vue +17 -13
- package/src/components/medias/EpVideoPanopto.vue +1 -1
- package/src/components/medias/EpWordDef.vue +15 -21
- package/dist/BgAudio-B4ZG8DU_.js +0 -4
- package/dist/DisplayBox-NnuAJFCp.js +0 -4
- package/dist/EpAlert-3wG87bqj.js +0 -4
- package/dist/EpAudio-DrZLWh49.js +0 -4
- package/dist/EpBadge-B0bGd4AE.js +0 -4
- package/dist/EpBarChart-CLEINSXT.js +0 -4
- package/dist/EpBtn-CgxjhKFR.js +0 -4
- package/dist/EpCard-Cin42ELy.js +0 -4
- package/dist/EpChip-BZtGNmZy.js +0 -4
- package/dist/EpContentSlider-BmCamlS6.js +0 -4
- package/dist/EpDivider-Dd6ni7BI.js +0 -4
- package/dist/EpEdu-LoNOrLjR.js +0 -4
- package/dist/EpFlex-S10gXDSD.js +0 -4
- package/dist/EpFunnelChart-ttkjaryC.js +0 -4
- package/dist/EpHeader-CuIRpGKZ.js +0 -4
- package/dist/EpIcon-CVTil-7a.js +0 -4
- package/dist/EpIframe-CHOCN7YY.js +0 -4
- package/dist/EpImg-Cvis2XoU.js +0 -4
- package/dist/EpLineChart-UE1X4YAb.js +0 -4
- package/dist/EpLink-JcgxaP92.js +0 -4
- package/dist/EpLinkVersion-C3yI0GaV.js +0 -4
- package/dist/EpModal-C-39yF0o.js +0 -4
- package/dist/EpPieChart-DANs5BTf.js +0 -4
- package/dist/EpQuestion-BjenPOWb.js +0 -4
- package/dist/EpQuote-5Y3RBP7v.js +0 -4
- package/dist/EpRadio-CvjvaDzf.js +0 -4
- package/dist/EpRadioSummative-BTGCrFdD.js +0 -4
- package/dist/EpReading-CMNjPHyJ.js +0 -4
- package/dist/EpResource-Wg6FLIS_.js +0 -4
- package/dist/EpScope-DyE5bFxA.js +0 -4
- package/dist/EpSection-Bs3Paa95.js +0 -4
- package/dist/EpSkeleton-Cj82fvVw.js +0 -4
- package/dist/EpSoftware-CcPBO_uQ.js +0 -4
- package/dist/EpSpinner-DFpt3e7D.js +0 -4
- package/dist/EpSummativeTable-CvfItlt5.js +0 -4
- package/dist/EpSvg-CH2qCKXL.js +0 -4
- package/dist/EpTable-joBdQdCD.js +0 -4
- package/dist/EpTerm-WWmfth0A.js +0 -4
- package/dist/EpText-Byspbv4R.js +0 -4
- package/dist/EpTimeLine-C7DnPTVv.js +0 -4
- package/dist/EpVideo-CMA5fOd8.js +0 -4
- package/dist/EpVideoPanopto-BWn7uCd2.js +0 -4
- package/dist/EpWordDef-D40lSagN.js +0 -4
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as i, ref as h, onMounted as p, openBlock as r, createElementBlock as a, createCommentVNode as c } from "vue";
|
|
2
|
-
import { A as g } from "./index-
|
|
2
|
+
import { A as g } from "./index-D3xTKejX.js";
|
|
3
3
|
const f = { key: 0 }, k = { key: 1 }, C = /* @__PURE__ */ i({
|
|
4
4
|
__name: "EpDarkmode",
|
|
5
5
|
emits: ["update:userMode"],
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as c, computed as t, openBlock as i, createElementBlock as u, renderSlot as f, createElementVNode as d, normalizeClass as p, toDisplayString as m } from "vue";
|
|
2
|
-
import { u as o } from "./index-
|
|
2
|
+
import { u as o } from "./index-D3xTKejX.js";
|
|
3
3
|
const v = { class: "relative max-w-xs overflow-hidden bg-cover bg-no-repeat" }, h = /* @__PURE__ */ c({
|
|
4
4
|
__name: "EpHover",
|
|
5
5
|
props: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { computed as E, toValue as O, unref as f, onMounted as We, getCurrentInstance as H, provide as Je, isRef as le, watch as B, onBeforeUnmount as Ye, inject as Xe, ref as re, reactive as Ze, onUnmounted as et, nextTick as tt, defineComponent as rt, toRefs as nt, toRef as ot, openBlock as he, createElementBlock as be, Fragment as it, createTextVNode as me, toDisplayString as Y, createElementVNode as I, createVNode as at, withDirectives as lt, vModelText as ut, createCommentVNode as st } from "vue";
|
|
2
|
-
import { c as ct, w as dt } from "./index-
|
|
2
|
+
import { c as ct, w as dt } from "./index-D3xTKejX.js";
|
|
3
3
|
function ft() {
|
|
4
4
|
return ke().__VUE_DEVTOOLS_GLOBAL_HOOK__;
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { openBlock as t, createElementBlock as o, renderSlot as r } from "vue";
|
|
2
|
-
import { a as s } from "./index-
|
|
2
|
+
import { a as s } from "./index-D3xTKejX.js";
|
|
3
3
|
const c = {}, n = { class: "py-6 px-3 w-1/4 min-w-[180px]" };
|
|
4
4
|
function a(e, l) {
|
|
5
5
|
return t(), o("ul", n, [
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as t, openBlock as l, createElementBlock as a, createElementVNode as r, toDisplayString as o, createVNode as n, unref as d } from "vue";
|
|
2
|
-
import { c as s, w as b } from "./index-
|
|
2
|
+
import { c as s, w as b } from "./index-D3xTKejX.js";
|
|
3
3
|
const p = { class: "relative h-10 w-72 min-w-[200px]" }, f = ["disabled"], i = { value: "option" }, u = { value: "vanderpoel" }, c = { value: "vanaert" }, h = { value: "pogacar" }, m = { value: "evenepoel" }, g = { class: "before:content[' '] after:content[' '] pointer-events-none absolute left-0 border-red-500 -top-1.5 flex h-full w-full select-none text-[11px] font-normal leading-tight text-blue-gray-400 transition-all before:pointer-events-none before:mt-[6.5px] before:mr-1 before:box-border before:block before:h-1.5 before:w-2.5 before:rounded-tl-md before:border-t before:border-l before:border-blue-gray-200 before:transition-all after:pointer-events-none after:mt-[6.5px] after:ml-1 after:box-border after:block after:h-1.5 after:w-2.5 after:flex-grow after:rounded-tr-md after:border-t after:border-r after:border-blue-gray-200 after:transition-all peer-placeholder-shown:text-sm peer-placeholder-shown:leading-[3.75] peer-placeholder-shown:text-blue-gray-500 peer-placeholder-shown:before:border-transparent peer-placeholder-shown:after:border-transparent peer-focus:text-[11px] peer-focus:leading-tight peer-focus:text-blue-500 peer-focus:before:border-t-2 peer-focus:before:border-l-2 peer-focus:before:border-blue-500 peer-focus:after:border-t-2 peer-focus:after:border-r-2 peer-focus:after:border-blue-500 peer-disabled:text-transparent peer-disabled:before:border-transparent peer-disabled:after:border-transparent peer-disabled:peer-placeholder-shown:text-blue-gray-500" }, y = /* @__PURE__ */ t({
|
|
4
4
|
__name: "EpSelect",
|
|
5
5
|
props: {
|
|
@@ -3,31 +3,19 @@ interface Props {
|
|
|
3
3
|
outlined?: boolean;
|
|
4
4
|
square?: boolean;
|
|
5
5
|
iconPath?: string | null;
|
|
6
|
-
labels?: {
|
|
7
|
-
inProgress?: string;
|
|
8
|
-
};
|
|
9
6
|
}
|
|
10
7
|
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
11
8
|
color: string;
|
|
12
9
|
square: boolean;
|
|
13
10
|
iconPath: null;
|
|
14
|
-
labels: () => {
|
|
15
|
-
inProgress: string;
|
|
16
|
-
};
|
|
17
11
|
}>, {}, unknown, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
18
12
|
color: string;
|
|
19
13
|
square: boolean;
|
|
20
14
|
iconPath: null;
|
|
21
|
-
labels: () => {
|
|
22
|
-
inProgress: string;
|
|
23
|
-
};
|
|
24
15
|
}>>>, {
|
|
25
16
|
square: boolean;
|
|
26
17
|
color: string;
|
|
27
18
|
iconPath: string | null;
|
|
28
|
-
labels: {
|
|
29
|
-
inProgress?: string | undefined;
|
|
30
|
-
};
|
|
31
19
|
}, {}>;
|
|
32
20
|
export default _default;
|
|
33
21
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -3,25 +3,33 @@ interface Props {
|
|
|
3
3
|
content: string;
|
|
4
4
|
title?: string | null;
|
|
5
5
|
compact?: boolean;
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
labelDefinition?: string;
|
|
7
|
+
labelDomain?: string;
|
|
8
|
+
labelVariations?: string;
|
|
9
|
+
labelRelations?: string;
|
|
10
|
+
labelClose?: string;
|
|
9
11
|
}
|
|
10
12
|
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
11
13
|
compact: boolean;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
14
|
+
labelDefinition: string;
|
|
15
|
+
labelDomain: string;
|
|
16
|
+
labelVariations: string;
|
|
17
|
+
labelRelations: string;
|
|
18
|
+
labelClose: string;
|
|
15
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>, {
|
|
16
20
|
compact: boolean;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
21
|
+
labelDefinition: string;
|
|
22
|
+
labelDomain: string;
|
|
23
|
+
labelVariations: string;
|
|
24
|
+
labelRelations: string;
|
|
25
|
+
labelClose: string;
|
|
20
26
|
}>>>, {
|
|
21
|
-
labels: {
|
|
22
|
-
title: string;
|
|
23
|
-
};
|
|
24
27
|
compact: boolean;
|
|
28
|
+
labelClose: string;
|
|
29
|
+
labelDefinition: string;
|
|
30
|
+
labelDomain: string;
|
|
31
|
+
labelVariations: string;
|
|
32
|
+
labelRelations: string;
|
|
25
33
|
}, {}>;
|
|
26
34
|
export default _default;
|
|
27
35
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -20,31 +20,22 @@ interface Props {
|
|
|
20
20
|
intentions?: string;
|
|
21
21
|
hideIcon?: boolean;
|
|
22
22
|
type?: MediaVariants;
|
|
23
|
-
mandateLevel?: string | null;
|
|
24
23
|
source?: string;
|
|
25
24
|
width?: string;
|
|
26
|
-
|
|
27
|
-
dataNoDisponible?: string;
|
|
28
|
-
};
|
|
25
|
+
dataNoDisponible?: string;
|
|
29
26
|
}
|
|
30
27
|
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
31
28
|
center: boolean;
|
|
32
29
|
width: string;
|
|
33
|
-
|
|
34
|
-
dataNoDisponible: string;
|
|
35
|
-
};
|
|
30
|
+
dataNoDisponible: string;
|
|
36
31
|
}>, {}, 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>, {
|
|
37
32
|
center: boolean;
|
|
38
33
|
width: string;
|
|
39
|
-
|
|
40
|
-
dataNoDisponible: string;
|
|
41
|
-
};
|
|
34
|
+
dataNoDisponible: string;
|
|
42
35
|
}>>>, {
|
|
43
36
|
width: string;
|
|
44
|
-
labels: {
|
|
45
|
-
dataNoDisponible?: string | undefined;
|
|
46
|
-
};
|
|
47
37
|
center: boolean;
|
|
38
|
+
dataNoDisponible: string;
|
|
48
39
|
}, {}>;
|
|
49
40
|
export default _default;
|
|
50
41
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -20,31 +20,22 @@ interface Props {
|
|
|
20
20
|
intentions?: string;
|
|
21
21
|
hideIcon?: boolean;
|
|
22
22
|
type?: MediaVariants;
|
|
23
|
-
mandateLevel?: string | null;
|
|
24
23
|
source?: string;
|
|
25
24
|
width?: string;
|
|
26
|
-
|
|
27
|
-
dataNoDisponible?: string;
|
|
28
|
-
};
|
|
25
|
+
dataNoDisponible?: string;
|
|
29
26
|
}
|
|
30
27
|
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
31
28
|
center: boolean;
|
|
32
29
|
width: string;
|
|
33
|
-
|
|
34
|
-
dataNoDisponible: string;
|
|
35
|
-
};
|
|
30
|
+
dataNoDisponible: string;
|
|
36
31
|
}>, {}, 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>, {
|
|
37
32
|
center: boolean;
|
|
38
33
|
width: string;
|
|
39
|
-
|
|
40
|
-
dataNoDisponible: string;
|
|
41
|
-
};
|
|
34
|
+
dataNoDisponible: string;
|
|
42
35
|
}>>>, {
|
|
43
36
|
width: string;
|
|
44
|
-
labels: {
|
|
45
|
-
dataNoDisponible?: string | undefined;
|
|
46
|
-
};
|
|
47
37
|
center: boolean;
|
|
38
|
+
dataNoDisponible: string;
|
|
48
39
|
}, {}>;
|
|
49
40
|
export default _default;
|
|
50
41
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -22,34 +22,25 @@ interface Props {
|
|
|
22
22
|
intentions?: string;
|
|
23
23
|
hideIcon?: boolean;
|
|
24
24
|
type?: MediaVariants;
|
|
25
|
-
mandateLevel?: string | null;
|
|
26
25
|
source?: string;
|
|
27
26
|
width?: string;
|
|
28
|
-
|
|
29
|
-
dataNoDisponible?: string;
|
|
30
|
-
};
|
|
27
|
+
dataNoDisponible?: string;
|
|
31
28
|
}
|
|
32
29
|
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
33
30
|
center: boolean;
|
|
34
31
|
type: string;
|
|
35
32
|
width: string;
|
|
36
|
-
|
|
37
|
-
dataNoDisponible: string;
|
|
38
|
-
};
|
|
33
|
+
dataNoDisponible: string;
|
|
39
34
|
}>, {}, 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>, {
|
|
40
35
|
center: boolean;
|
|
41
36
|
type: string;
|
|
42
37
|
width: string;
|
|
43
|
-
|
|
44
|
-
dataNoDisponible: string;
|
|
45
|
-
};
|
|
38
|
+
dataNoDisponible: string;
|
|
46
39
|
}>>>, {
|
|
47
40
|
type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
|
|
48
41
|
width: string;
|
|
49
|
-
labels: {
|
|
50
|
-
dataNoDisponible?: string | undefined;
|
|
51
|
-
};
|
|
52
42
|
center: boolean;
|
|
43
|
+
dataNoDisponible: string;
|
|
53
44
|
}, {}>;
|
|
54
45
|
export default _default;
|
|
55
46
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -10,7 +10,7 @@ interface Props {
|
|
|
10
10
|
container?: string;
|
|
11
11
|
editor?: string;
|
|
12
12
|
pages?: string | string[];
|
|
13
|
-
mandateLevel?:
|
|
13
|
+
mandateLevel?: MandateLevel | null;
|
|
14
14
|
intentions?: string;
|
|
15
15
|
compact?: boolean;
|
|
16
16
|
more?: boolean;
|
|
@@ -18,17 +18,12 @@ interface Props {
|
|
|
18
18
|
hideCover?: boolean;
|
|
19
19
|
type?: MediaVariants;
|
|
20
20
|
hideIcon?: boolean;
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
lecture?: string;
|
|
28
|
-
card?: string;
|
|
29
|
-
Btb?: string;
|
|
30
|
-
intentions?: string;
|
|
31
|
-
};
|
|
21
|
+
labelIn?: string;
|
|
22
|
+
labelRead?: string;
|
|
23
|
+
labelClose?: string;
|
|
24
|
+
labelDetails?: string;
|
|
25
|
+
labelCard?: string;
|
|
26
|
+
labelIntentions?: string;
|
|
32
27
|
}
|
|
33
28
|
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
34
29
|
title: null;
|
|
@@ -38,17 +33,12 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
|
|
|
38
33
|
compact: boolean;
|
|
39
34
|
type: string;
|
|
40
35
|
hideIcon: boolean;
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
lecture: string;
|
|
48
|
-
card: string;
|
|
49
|
-
Btb: string;
|
|
50
|
-
intentions: string;
|
|
51
|
-
};
|
|
36
|
+
labelIn: string;
|
|
37
|
+
labelRead: string;
|
|
38
|
+
labelClose: string;
|
|
39
|
+
labelDetails: string;
|
|
40
|
+
labelCard: string;
|
|
41
|
+
labelIntentions: string;
|
|
52
42
|
}>, {}, 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>, {
|
|
53
43
|
title: null;
|
|
54
44
|
cover: string;
|
|
@@ -57,35 +47,25 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
|
|
|
57
47
|
compact: boolean;
|
|
58
48
|
type: string;
|
|
59
49
|
hideIcon: boolean;
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
lecture: string;
|
|
67
|
-
card: string;
|
|
68
|
-
Btb: string;
|
|
69
|
-
intentions: string;
|
|
70
|
-
};
|
|
50
|
+
labelIn: string;
|
|
51
|
+
labelRead: string;
|
|
52
|
+
labelClose: string;
|
|
53
|
+
labelDetails: string;
|
|
54
|
+
labelCard: string;
|
|
55
|
+
labelIntentions: string;
|
|
71
56
|
}>>>, {
|
|
72
57
|
title: string | null;
|
|
73
58
|
type: "base" | "primary" | "secondary" | "accent" | "error" | "warning" | "success" | "info";
|
|
74
|
-
labels: {
|
|
75
|
-
par?: string | undefined;
|
|
76
|
-
dans?: string | undefined;
|
|
77
|
-
lire?: string | undefined;
|
|
78
|
-
fermer?: string | undefined;
|
|
79
|
-
details?: string | undefined;
|
|
80
|
-
lecture?: string | undefined;
|
|
81
|
-
card?: string | undefined;
|
|
82
|
-
Btb?: string | undefined;
|
|
83
|
-
intentions?: string | undefined;
|
|
84
|
-
};
|
|
85
59
|
compact: boolean;
|
|
60
|
+
labelClose: string;
|
|
61
|
+
labelIntentions: string;
|
|
86
62
|
hideIcon: boolean;
|
|
87
63
|
cover: string;
|
|
88
64
|
hideCover: boolean;
|
|
65
|
+
labelIn: string;
|
|
66
|
+
labelRead: string;
|
|
67
|
+
labelDetails: string;
|
|
68
|
+
labelCard: string;
|
|
89
69
|
}, {}>;
|
|
90
70
|
export default _default;
|
|
91
71
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -4,7 +4,7 @@ import { MediaVariants } from '../../types/Medias';
|
|
|
4
4
|
interface Props {
|
|
5
5
|
pages?: string;
|
|
6
6
|
resource: any;
|
|
7
|
-
mandateLevel?:
|
|
7
|
+
mandateLevel?: MandateLevel | null;
|
|
8
8
|
type?: MediaVariants;
|
|
9
9
|
}
|
|
10
10
|
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|