ep-lib-ts 0.1.30 → 0.1.33
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-03ab87a2.js +6 -0
- package/dist/DisplayBox-2a24a5ba.js +6 -0
- package/dist/EpAlert-174fcb58.js +6 -0
- package/dist/EpAudio-3273480f.js +6 -0
- package/dist/EpAvatar-b8e6cc02.js +50 -0
- package/dist/EpBadge-1001b3f1.js +6 -0
- package/dist/EpBadge-f5faab43.js +55 -0
- package/dist/EpBarChart-9f7bfb0a.js +6 -0
- package/dist/EpBtn-d2ee85de.js +6 -0
- package/dist/EpCard-eb83211e.js +6 -0
- package/dist/EpChip-916932cb.js +6 -0
- package/dist/EpContentSlider-0cf1508d.js +6 -0
- package/dist/EpDivider-e7cb7f8a.js +6 -0
- package/dist/EpEdu-5a7baed7.js +6 -0
- package/dist/EpFlex-5a98c073.js +6 -0
- package/dist/EpHeader-6434c484.js +6 -0
- package/dist/EpIcon-ee0a43f7.js +6 -0
- package/dist/EpIframe-22b07140.js +6 -0
- package/dist/EpImg-a6041dc8.js +6 -0
- package/dist/{EpInput-81ae2a5e.js → EpInput-84694089.js} +4 -3
- package/dist/EpLineChart-2575d63d.js +6 -0
- package/dist/EpLink-973bc022.js +6 -0
- package/dist/EpLinkVersion-24002433.js +6 -0
- package/dist/EpModal-c85f0d51.js +6 -0
- package/dist/EpNothing-97d18b42.js +11 -0
- package/dist/EpPieChart-0eb59e41.js +6 -0
- package/dist/EpQuestion-9a2344da.js +6 -0
- package/dist/EpQuote-aaa938d0.js +6 -0
- package/dist/EpRadio-57e34517.js +6 -0
- package/dist/EpReading-e17c098f.js +6 -0
- package/dist/EpResource-2adf0ce4.js +6 -0
- package/dist/EpScope-2eceb2e9.js +6 -0
- package/dist/EpSection-d658f245.js +6 -0
- package/dist/{EpSelect-0bc80667.js → EpSelect-c508997b.js} +4 -3
- package/dist/EpSkeleton-fccbc6be.js +6 -0
- package/dist/EpSoftware-32ca0529.js +6 -0
- package/dist/EpSpinner-d8682586.js +6 -0
- package/dist/EpSvg-7d74c2b2.js +6 -0
- package/dist/EpTable-e5bd6c19.js +6 -0
- package/dist/EpTerm-427f5b86.js +6 -0
- package/dist/EpText-f96b3863.js +6 -0
- package/dist/EpTimeLine-54cbf65e.js +6 -0
- package/dist/EpTooltip-05e1d8fe.js +99 -0
- package/dist/EpVideo-9a9ce1e1.js +6 -0
- package/dist/EpVideoPanopto-f42c01cc.js +6 -0
- package/dist/components/basics/EpAvatar.vue.d.ts +51 -0
- package/dist/components/basics/EpBadge.vue.d.ts +33 -34
- package/dist/components/basics/EpBtn.vue.d.ts +54 -94
- package/dist/components/basics/EpCard.vue.d.ts +51 -76
- package/dist/components/basics/EpChip.vue.d.ts +44 -59
- package/dist/components/basics/EpDivider.vue.d.ts +38 -44
- package/dist/components/basics/EpIcon.vue.d.ts +30 -33
- package/dist/components/basics/EpImg.vue.d.ts +40 -73
- package/dist/components/basics/EpSection.vue.d.ts +39 -73
- package/dist/components/basics/EpSpinner.vue.d.ts +34 -35
- package/dist/components/basics/EpTable.vue.d.ts +22 -22
- package/dist/components/basics/EpText.vue.d.ts +28 -31
- package/dist/components/charts/EpBarChart.vue.d.ts +35 -69
- package/dist/components/charts/EpLineChart.vue.d.ts +35 -69
- package/dist/components/charts/EpPieChart.vue.d.ts +37 -66
- package/dist/components/educationals/EpEdu.vue.d.ts +41 -66
- package/dist/components/educationals/EpReading.vue.d.ts +65 -140
- package/dist/components/educationals/EpResource.vue.d.ts +30 -32
- package/dist/components/educationals/EpScope.vue.d.ts +28 -19
- package/dist/components/forms/EpCheckbox.vue.d.ts +44 -60
- package/dist/components/forms/EpInput.vue.d.ts +51 -84
- package/dist/components/forms/EpRadio.vue.d.ts +46 -59
- package/dist/components/forms/EpSelect.vue.d.ts +47 -73
- package/dist/components/forms/EpSwitch.vue.d.ts +47 -68
- package/dist/components/forms/EpTextarea.vue.d.ts +50 -76
- package/dist/components/forms/EpToggle.vue.d.ts +47 -68
- package/dist/components/interactions/EpAccordeon.vue.d.ts +37 -42
- package/dist/components/interactions/EpContentSlider.vue.d.ts +20 -10
- package/dist/components/interactions/EpModal.vue.d.ts +47 -52
- package/dist/components/interactions/EpQuestion.vue.d.ts +45 -84
- package/dist/components/interactions/EpTooltip.vue.d.ts +48 -0
- package/dist/components/medias/EpAudio.vue.d.ts +41 -68
- package/dist/components/medias/EpCarousel.vue.d.ts +32 -35
- package/dist/components/medias/EpIframe.vue.d.ts +37 -54
- package/dist/components/medias/EpKatex.vue.d.ts +32 -49
- package/dist/components/medias/EpLink.vue.d.ts +41 -68
- package/dist/components/medias/EpLinkVersion.vue.d.ts +27 -27
- package/dist/components/medias/EpSoftware.vue.d.ts +47 -82
- package/dist/components/medias/EpSvg.vue.d.ts +31 -41
- package/dist/components/medias/EpTerm.vue.d.ts +41 -69
- package/dist/components/medias/EpTimeLine.vue.d.ts +22 -24
- package/dist/components/medias/EpVideo.vue.d.ts +38 -60
- package/dist/components/medias/EpVideoPanopto.vue.d.ts +38 -60
- package/dist/components/signages/EpAlert.vue.d.ts +36 -42
- package/dist/components/signages/EpBadge.vue.d.ts +56 -0
- package/dist/components/signages/EpHeader.vue.d.ts +53 -94
- package/dist/components/signages/EpQuote.vue.d.ts +31 -27
- package/dist/components/signages/EpSkeleton.vue.d.ts +40 -1
- package/dist/components/tools/BgAudio.vue.d.ts +26 -11
- package/dist/components/tools/TimelineItem.vue.d.ts +32 -33
- package/dist/ep-lib-ts.js +35 -33
- package/dist/ep-lib-ts.umd.cjs +31 -35
- package/dist/{index-78ac7d74.js → index-a7b2a6d7.js} +3544 -3532
- package/dist/index.d.ts +2 -1
- package/dist/style.css +1 -1
- package/dist/types/Avatar.d.ts +18 -0
- package/dist/types/Badge.d.ts +23 -0
- package/dist/types/Tooltip.d.ts +75 -0
- package/package.json +2 -2
- package/src/components/basics/EpAvatar.vue +72 -0
- package/src/components/basics/EpText.vue +1 -1
- package/src/components/educationals/EpEdu.vue +1 -0
- package/src/components/educationals/EpReading.vue +2 -2
- package/src/components/interactions/EpQuestion.vue +1 -1
- package/src/components/interactions/EpTooltip.vue +164 -0
- package/src/components/medias/EpCarousel.vue +21 -18
- package/src/components/signages/EpBadge.vue +82 -0
- package/src/components/signages/EpQuote.vue +53 -37
- package/src/components/signages/EpSkeleton.vue +36 -9
- package/src/components/tools/TimelineItem.vue +1 -1
- package/dist/BgAudio-820c0a39.js +0 -5
- package/dist/DisplayBox-05ba8755.js +0 -5
- package/dist/EpAlert-f32ad986.js +0 -5
- package/dist/EpAudio-80dbaf40.js +0 -5
- package/dist/EpBadge-cb67d4b1.js +0 -5
- package/dist/EpBarChart-710b4ff4.js +0 -5
- package/dist/EpBtn-5c939189.js +0 -5
- package/dist/EpCard-3c75fd57.js +0 -5
- package/dist/EpChip-75b64fd5.js +0 -5
- package/dist/EpContentSlider-5f4ed454.js +0 -5
- package/dist/EpDivider-05f71886.js +0 -5
- package/dist/EpEdu-b7e92524.js +0 -5
- package/dist/EpFlex-f7103829.js +0 -5
- package/dist/EpHeader-564a55a0.js +0 -5
- package/dist/EpIcon-5c184634.js +0 -5
- package/dist/EpIframe-e47cdf06.js +0 -5
- package/dist/EpImg-4ac885e3.js +0 -5
- package/dist/EpLineChart-468b3ed7.js +0 -5
- package/dist/EpLink-9f599e06.js +0 -5
- package/dist/EpLinkVersion-9a5026a6.js +0 -5
- package/dist/EpModal-8208c45a.js +0 -5
- package/dist/EpNothing-2c04e40e.js +0 -10
- package/dist/EpPieChart-0b7f0752.js +0 -5
- package/dist/EpQuestion-f5c0082f.js +0 -5
- package/dist/EpQuote-c51e2778.js +0 -5
- package/dist/EpRadio-edd52b6b.js +0 -5
- package/dist/EpReading-19d5e14b.js +0 -5
- package/dist/EpResource-d05a5a4a.js +0 -5
- package/dist/EpScope-e4c2d014.js +0 -5
- package/dist/EpSection-97392b3b.js +0 -5
- package/dist/EpSkeleton-9542d360.js +0 -10
- package/dist/EpSoftware-3c6dce6e.js +0 -5
- package/dist/EpSpinner-d47f52b4.js +0 -5
- package/dist/EpSvg-c08f08c7.js +0 -5
- package/dist/EpTable-15f79011.js +0 -5
- package/dist/EpTerm-892a5db3.js +0 -5
- package/dist/EpText-466d34a5.js +0 -5
- package/dist/EpTimeLine-7c0f2078.js +0 -5
- package/dist/EpVideo-ddedb1ac.js +0 -5
- package/dist/EpVideoPanopto-2d7bdf5f.js +0 -5
|
@@ -1,79 +1,46 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
default: boolean;
|
|
25
|
-
};
|
|
26
|
-
bib: {
|
|
27
|
-
type: import("vue").PropType<string>;
|
|
28
|
-
};
|
|
29
|
-
noModal: {
|
|
30
|
-
type: import("vue").PropType<boolean>;
|
|
31
|
-
default: boolean;
|
|
32
|
-
};
|
|
33
|
-
cols: {
|
|
34
|
-
type: import("vue").PropType<string | number>;
|
|
35
|
-
default: string;
|
|
36
|
-
};
|
|
37
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
38
|
-
caption: {
|
|
39
|
-
type: import("vue").PropType<string>;
|
|
40
|
-
};
|
|
41
|
-
title: {
|
|
42
|
-
type: import("vue").PropType<string>;
|
|
43
|
-
};
|
|
44
|
-
width: {
|
|
45
|
-
type: import("vue").PropType<string | number>;
|
|
46
|
-
};
|
|
47
|
-
height: {
|
|
48
|
-
type: import("vue").PropType<string | number>;
|
|
49
|
-
};
|
|
50
|
-
src: {
|
|
51
|
-
type: import("vue").PropType<string>;
|
|
52
|
-
required: true;
|
|
53
|
-
};
|
|
54
|
-
alt: {
|
|
55
|
-
type: import("vue").PropType<string>;
|
|
56
|
-
default: string;
|
|
57
|
-
};
|
|
58
|
-
thumbnail: {
|
|
59
|
-
type: import("vue").PropType<boolean>;
|
|
60
|
-
default: boolean;
|
|
61
|
-
};
|
|
62
|
-
bib: {
|
|
63
|
-
type: import("vue").PropType<string>;
|
|
64
|
-
};
|
|
65
|
-
noModal: {
|
|
66
|
-
type: import("vue").PropType<boolean>;
|
|
67
|
-
default: boolean;
|
|
68
|
-
};
|
|
69
|
-
cols: {
|
|
70
|
-
type: import("vue").PropType<string | number>;
|
|
71
|
-
default: string;
|
|
72
|
-
};
|
|
73
|
-
}>>, {
|
|
1
|
+
interface Props {
|
|
2
|
+
src: string;
|
|
3
|
+
alt?: string;
|
|
4
|
+
height?: string | number;
|
|
5
|
+
width?: string | number;
|
|
6
|
+
thumbnail?: boolean;
|
|
7
|
+
caption?: string;
|
|
8
|
+
bib?: string;
|
|
9
|
+
title?: string;
|
|
10
|
+
noModal?: boolean;
|
|
11
|
+
cols?: string | number;
|
|
12
|
+
}
|
|
13
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
14
|
+
alt: string;
|
|
15
|
+
cols: string;
|
|
16
|
+
thumbnail: boolean;
|
|
17
|
+
noModal: boolean;
|
|
18
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
19
|
+
alt: string;
|
|
20
|
+
cols: string;
|
|
21
|
+
thumbnail: boolean;
|
|
22
|
+
noModal: boolean;
|
|
23
|
+
}>>>, {
|
|
74
24
|
alt: string;
|
|
75
25
|
thumbnail: boolean;
|
|
76
26
|
noModal: boolean;
|
|
77
27
|
cols: string | number;
|
|
78
28
|
}, {}>;
|
|
79
29
|
export default _default;
|
|
30
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
31
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
32
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
33
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
34
|
+
} : {
|
|
35
|
+
type: import('vue').PropType<T[K]>;
|
|
36
|
+
required: true;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
type __VLS_WithDefaults<P, D> = {
|
|
40
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
41
|
+
default: D[K];
|
|
42
|
+
}> : P[K];
|
|
43
|
+
};
|
|
44
|
+
type __VLS_Prettify<T> = {
|
|
45
|
+
[K in keyof T]: T[K];
|
|
46
|
+
} & {};
|
|
@@ -1,82 +1,48 @@
|
|
|
1
|
-
|
|
2
|
-
title
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
type: import("vue").PropType<string | number>;
|
|
24
|
-
};
|
|
25
|
-
taxonomyLevel: {
|
|
26
|
-
type: import("vue").PropType<string | null>;
|
|
27
|
-
};
|
|
28
|
-
courseCode: {
|
|
29
|
-
type: import("vue").PropType<string | null>;
|
|
30
|
-
};
|
|
31
|
-
courseTitle: {
|
|
32
|
-
type: import("vue").PropType<string | null>;
|
|
33
|
-
};
|
|
34
|
-
synchrone: {
|
|
35
|
-
type: import("vue").PropType<boolean>;
|
|
36
|
-
};
|
|
37
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
38
|
-
title: {
|
|
39
|
-
type: import("vue").PropType<string | null>;
|
|
40
|
-
default: null;
|
|
41
|
-
};
|
|
42
|
-
height: {
|
|
43
|
-
type: import("vue").PropType<string | null>;
|
|
44
|
-
};
|
|
45
|
-
color: {
|
|
46
|
-
type: import("vue").PropType<string | null>;
|
|
47
|
-
default: null;
|
|
48
|
-
};
|
|
49
|
-
prependIcon: {
|
|
50
|
-
type: import("vue").PropType<string | null>;
|
|
51
|
-
};
|
|
52
|
-
subtitle: {
|
|
53
|
-
type: import("vue").PropType<string | null>;
|
|
54
|
-
};
|
|
55
|
-
src: {
|
|
56
|
-
type: import("vue").PropType<string | null>;
|
|
57
|
-
};
|
|
58
|
-
iconSize: {
|
|
59
|
-
type: import("vue").PropType<string | number>;
|
|
60
|
-
};
|
|
61
|
-
taxonomyLevel: {
|
|
62
|
-
type: import("vue").PropType<string | null>;
|
|
63
|
-
};
|
|
64
|
-
courseCode: {
|
|
65
|
-
type: import("vue").PropType<string | null>;
|
|
66
|
-
};
|
|
67
|
-
courseTitle: {
|
|
68
|
-
type: import("vue").PropType<string | null>;
|
|
69
|
-
};
|
|
70
|
-
synchrone: {
|
|
71
|
-
type: import("vue").PropType<boolean>;
|
|
72
|
-
};
|
|
73
|
-
}>>, {
|
|
1
|
+
interface Props {
|
|
2
|
+
title?: string | null;
|
|
3
|
+
subtitle?: string | null;
|
|
4
|
+
prependIcon?: string | null;
|
|
5
|
+
iconSize?: string | number;
|
|
6
|
+
color?: string | null;
|
|
7
|
+
taxonomyLevel?: string | null;
|
|
8
|
+
courseCode?: string | null;
|
|
9
|
+
courseTitle?: string | null;
|
|
10
|
+
height?: string | null;
|
|
11
|
+
src?: string | null;
|
|
12
|
+
synchrone?: boolean;
|
|
13
|
+
}
|
|
14
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
15
|
+
title: null;
|
|
16
|
+
icon: null;
|
|
17
|
+
color: null;
|
|
18
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
19
|
+
title: null;
|
|
20
|
+
icon: null;
|
|
21
|
+
color: null;
|
|
22
|
+
}>>>, {
|
|
74
23
|
title: string | null;
|
|
75
24
|
color: string | null;
|
|
76
25
|
}, {}>, {
|
|
77
26
|
default?(_: {}): any;
|
|
78
27
|
}>;
|
|
79
28
|
export default _default;
|
|
29
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
30
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
31
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
32
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
33
|
+
} : {
|
|
34
|
+
type: import('vue').PropType<T[K]>;
|
|
35
|
+
required: true;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
type __VLS_WithDefaults<P, D> = {
|
|
39
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
40
|
+
default: D[K];
|
|
41
|
+
}> : P[K];
|
|
42
|
+
};
|
|
43
|
+
type __VLS_Prettify<T> = {
|
|
44
|
+
[K in keyof T]: T[K];
|
|
45
|
+
} & {};
|
|
80
46
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
81
47
|
new (): {
|
|
82
48
|
$slots: S;
|
|
@@ -1,41 +1,40 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
type: import("vue").PropType<boolean>;
|
|
16
|
-
default: boolean;
|
|
17
|
-
};
|
|
18
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
-
size: {
|
|
20
|
-
type: import("vue").PropType<number>;
|
|
21
|
-
default: number;
|
|
22
|
-
};
|
|
23
|
-
color: {
|
|
24
|
-
type: import("vue").PropType<string>;
|
|
25
|
-
default: string;
|
|
26
|
-
};
|
|
27
|
-
dots: {
|
|
28
|
-
type: import("vue").PropType<boolean>;
|
|
29
|
-
default: boolean;
|
|
30
|
-
};
|
|
31
|
-
inline: {
|
|
32
|
-
type: import("vue").PropType<boolean>;
|
|
33
|
-
default: boolean;
|
|
34
|
-
};
|
|
35
|
-
}>>, {
|
|
1
|
+
interface Props {
|
|
2
|
+
color?: string;
|
|
3
|
+
dots?: boolean;
|
|
4
|
+
size?: number;
|
|
5
|
+
inline?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
8
|
+
color: string;
|
|
9
|
+
dots: boolean;
|
|
10
|
+
size: number;
|
|
11
|
+
inline: boolean;
|
|
12
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
13
|
+
color: string;
|
|
14
|
+
dots: boolean;
|
|
36
15
|
size: number;
|
|
16
|
+
inline: boolean;
|
|
17
|
+
}>>>, {
|
|
37
18
|
color: string;
|
|
19
|
+
size: number;
|
|
38
20
|
dots: boolean;
|
|
39
21
|
inline: boolean;
|
|
40
22
|
}, {}>;
|
|
41
23
|
export default _default;
|
|
24
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
25
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
26
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
27
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
28
|
+
} : {
|
|
29
|
+
type: import('vue').PropType<T[K]>;
|
|
30
|
+
required: true;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
type __VLS_WithDefaults<P, D> = {
|
|
34
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
35
|
+
default: D[K];
|
|
36
|
+
}> : P[K];
|
|
37
|
+
};
|
|
38
|
+
type __VLS_Prettify<T> = {
|
|
39
|
+
[K in keyof T]: T[K];
|
|
40
|
+
} & {};
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
type: import("vue").PropType<string>;
|
|
15
|
-
};
|
|
16
|
-
arrayContent: {
|
|
17
|
-
type: import("vue").PropType<string[][]>;
|
|
1
|
+
interface Props {
|
|
2
|
+
arrayContent: string[][];
|
|
3
|
+
headers?: string[] | null;
|
|
4
|
+
title?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {}>>>, {}, {}>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
9
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
10
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
11
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
12
|
+
} : {
|
|
13
|
+
type: import('vue').PropType<T[K]>;
|
|
18
14
|
required: true;
|
|
19
15
|
};
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
16
|
+
};
|
|
17
|
+
type __VLS_WithDefaults<P, D> = {
|
|
18
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
19
|
+
default: D[K];
|
|
20
|
+
}> : P[K];
|
|
21
|
+
};
|
|
22
|
+
type __VLS_Prettify<T> = {
|
|
23
|
+
[K in keyof T]: T[K];
|
|
24
|
+
} & {};
|
|
@@ -1,34 +1,31 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
compact
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
};
|
|
13
|
-
glossary: {
|
|
14
|
-
type: import("vue").PropType<any[]>;
|
|
15
|
-
};
|
|
16
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
-
title: {
|
|
18
|
-
type: import("vue").PropType<string | null>;
|
|
19
|
-
};
|
|
20
|
-
compact: {
|
|
21
|
-
type: import("vue").PropType<boolean>;
|
|
22
|
-
default: boolean;
|
|
23
|
-
};
|
|
24
|
-
content: {
|
|
25
|
-
type: import("vue").PropType<string>;
|
|
26
|
-
required: true;
|
|
27
|
-
};
|
|
28
|
-
glossary: {
|
|
29
|
-
type: import("vue").PropType<any[]>;
|
|
30
|
-
};
|
|
31
|
-
}>>, {
|
|
1
|
+
interface Props {
|
|
2
|
+
glossary?: any[];
|
|
3
|
+
content: string;
|
|
4
|
+
title?: string | null;
|
|
5
|
+
compact?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
8
|
+
compact: boolean;
|
|
9
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
10
|
+
compact: boolean;
|
|
11
|
+
}>>>, {
|
|
32
12
|
compact: boolean;
|
|
33
13
|
}, {}>;
|
|
34
14
|
export default _default;
|
|
15
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
16
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
17
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
18
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
19
|
+
} : {
|
|
20
|
+
type: import('vue').PropType<T[K]>;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
type __VLS_WithDefaults<P, D> = {
|
|
25
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
26
|
+
default: D[K];
|
|
27
|
+
}> : P[K];
|
|
28
|
+
};
|
|
29
|
+
type __VLS_Prettify<T> = {
|
|
30
|
+
[K in keyof T]: T[K];
|
|
31
|
+
} & {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { MediaVariants } from "../../types/Medias";
|
|
1
2
|
interface Serie {
|
|
2
3
|
name: string;
|
|
3
4
|
data: (string | number)[];
|
|
@@ -8,75 +9,40 @@ interface Options {
|
|
|
8
9
|
convertedCatToNumeric?: boolean;
|
|
9
10
|
};
|
|
10
11
|
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
intentions: {
|
|
29
|
-
type: import("vue").PropType<string>;
|
|
30
|
-
};
|
|
31
|
-
hideIcon: {
|
|
32
|
-
type: import("vue").PropType<boolean>;
|
|
33
|
-
};
|
|
34
|
-
series: {
|
|
35
|
-
type: import("vue").PropType<Serie[]>;
|
|
36
|
-
required: true;
|
|
37
|
-
};
|
|
38
|
-
options: {
|
|
39
|
-
type: import("vue").PropType<Options>;
|
|
40
|
-
required: true;
|
|
41
|
-
};
|
|
42
|
-
id: {
|
|
43
|
-
type: import("vue").PropType<string>;
|
|
44
|
-
};
|
|
45
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
46
|
-
source: {
|
|
47
|
-
type: import("vue").PropType<string>;
|
|
48
|
-
};
|
|
49
|
-
title: {
|
|
50
|
-
type: import("vue").PropType<string>;
|
|
51
|
-
};
|
|
52
|
-
type: {
|
|
53
|
-
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
54
|
-
};
|
|
55
|
-
center: {
|
|
56
|
-
type: import("vue").PropType<boolean>;
|
|
57
|
-
default: boolean;
|
|
58
|
-
};
|
|
59
|
-
mandateLevel: {
|
|
60
|
-
type: import("vue").PropType<string | null>;
|
|
61
|
-
};
|
|
62
|
-
intentions: {
|
|
63
|
-
type: import("vue").PropType<string>;
|
|
64
|
-
};
|
|
65
|
-
hideIcon: {
|
|
66
|
-
type: import("vue").PropType<boolean>;
|
|
67
|
-
};
|
|
68
|
-
series: {
|
|
69
|
-
type: import("vue").PropType<Serie[]>;
|
|
70
|
-
required: true;
|
|
71
|
-
};
|
|
72
|
-
options: {
|
|
73
|
-
type: import("vue").PropType<Options>;
|
|
74
|
-
required: true;
|
|
75
|
-
};
|
|
76
|
-
id: {
|
|
77
|
-
type: import("vue").PropType<string>;
|
|
78
|
-
};
|
|
79
|
-
}>>, {
|
|
12
|
+
interface Props {
|
|
13
|
+
series: Serie[];
|
|
14
|
+
options: Options;
|
|
15
|
+
id?: string;
|
|
16
|
+
center?: boolean;
|
|
17
|
+
title?: string;
|
|
18
|
+
intentions?: string;
|
|
19
|
+
hideIcon?: boolean;
|
|
20
|
+
type?: MediaVariants;
|
|
21
|
+
mandateLevel?: string | null;
|
|
22
|
+
source?: string;
|
|
23
|
+
}
|
|
24
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
25
|
+
center: boolean;
|
|
26
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
27
|
+
center: boolean;
|
|
28
|
+
}>>>, {
|
|
80
29
|
center: boolean;
|
|
81
30
|
}, {}>;
|
|
82
31
|
export default _default;
|
|
32
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
33
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
34
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
35
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
36
|
+
} : {
|
|
37
|
+
type: import('vue').PropType<T[K]>;
|
|
38
|
+
required: true;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
type __VLS_WithDefaults<P, D> = {
|
|
42
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
43
|
+
default: D[K];
|
|
44
|
+
}> : P[K];
|
|
45
|
+
};
|
|
46
|
+
type __VLS_Prettify<T> = {
|
|
47
|
+
[K in keyof T]: T[K];
|
|
48
|
+
} & {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { MediaVariants } from "../../types/Medias";
|
|
1
2
|
interface Serie {
|
|
2
3
|
name: string;
|
|
3
4
|
data: (string | number)[];
|
|
@@ -8,75 +9,40 @@ interface Options {
|
|
|
8
9
|
convertedCatToNumeric?: boolean;
|
|
9
10
|
};
|
|
10
11
|
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
intentions: {
|
|
29
|
-
type: import("vue").PropType<string>;
|
|
30
|
-
};
|
|
31
|
-
hideIcon: {
|
|
32
|
-
type: import("vue").PropType<boolean>;
|
|
33
|
-
};
|
|
34
|
-
series: {
|
|
35
|
-
type: import("vue").PropType<Serie[]>;
|
|
36
|
-
required: true;
|
|
37
|
-
};
|
|
38
|
-
options: {
|
|
39
|
-
type: import("vue").PropType<Options>;
|
|
40
|
-
required: true;
|
|
41
|
-
};
|
|
42
|
-
id: {
|
|
43
|
-
type: import("vue").PropType<string>;
|
|
44
|
-
};
|
|
45
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
46
|
-
source: {
|
|
47
|
-
type: import("vue").PropType<string>;
|
|
48
|
-
};
|
|
49
|
-
title: {
|
|
50
|
-
type: import("vue").PropType<string>;
|
|
51
|
-
};
|
|
52
|
-
type: {
|
|
53
|
-
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
54
|
-
};
|
|
55
|
-
center: {
|
|
56
|
-
type: import("vue").PropType<boolean>;
|
|
57
|
-
default: boolean;
|
|
58
|
-
};
|
|
59
|
-
mandateLevel: {
|
|
60
|
-
type: import("vue").PropType<string | null>;
|
|
61
|
-
};
|
|
62
|
-
intentions: {
|
|
63
|
-
type: import("vue").PropType<string>;
|
|
64
|
-
};
|
|
65
|
-
hideIcon: {
|
|
66
|
-
type: import("vue").PropType<boolean>;
|
|
67
|
-
};
|
|
68
|
-
series: {
|
|
69
|
-
type: import("vue").PropType<Serie[]>;
|
|
70
|
-
required: true;
|
|
71
|
-
};
|
|
72
|
-
options: {
|
|
73
|
-
type: import("vue").PropType<Options>;
|
|
74
|
-
required: true;
|
|
75
|
-
};
|
|
76
|
-
id: {
|
|
77
|
-
type: import("vue").PropType<string>;
|
|
78
|
-
};
|
|
79
|
-
}>>, {
|
|
12
|
+
interface Props {
|
|
13
|
+
series: Serie[];
|
|
14
|
+
options: Options;
|
|
15
|
+
id?: string;
|
|
16
|
+
center?: boolean;
|
|
17
|
+
title?: string;
|
|
18
|
+
intentions?: string;
|
|
19
|
+
hideIcon?: boolean;
|
|
20
|
+
type?: MediaVariants;
|
|
21
|
+
mandateLevel?: string | null;
|
|
22
|
+
source?: string;
|
|
23
|
+
}
|
|
24
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
25
|
+
center: boolean;
|
|
26
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
27
|
+
center: boolean;
|
|
28
|
+
}>>>, {
|
|
80
29
|
center: boolean;
|
|
81
30
|
}, {}>;
|
|
82
31
|
export default _default;
|
|
32
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
33
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
34
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
35
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
36
|
+
} : {
|
|
37
|
+
type: import('vue').PropType<T[K]>;
|
|
38
|
+
required: true;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
type __VLS_WithDefaults<P, D> = {
|
|
42
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
43
|
+
default: D[K];
|
|
44
|
+
}> : P[K];
|
|
45
|
+
};
|
|
46
|
+
type __VLS_Prettify<T> = {
|
|
47
|
+
[K in keyof T]: T[K];
|
|
48
|
+
} & {};
|