ep-lib-ts 0.1.14 → 0.1.15
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-f006843c.js +5 -0
- package/dist/DisplayBox-a84a9c27.js +5 -0
- package/dist/EpAlert-db53d6c0.js +5 -0
- package/dist/EpAudio-41ba9f34.js +5 -0
- package/dist/EpBadge-5e1e5887.js +5 -0
- package/dist/EpBarChart-4e3612b6.js +5 -0
- package/dist/EpBtn-8af97a5f.js +5 -0
- package/dist/EpCard-a0257e15.js +5 -0
- package/dist/EpCheckbox-fe632df9.js +36 -0
- package/dist/EpChip-d9a33e89.js +5 -0
- package/dist/EpContentSlider-e935e86b.js +5 -0
- package/dist/EpDivider-5b0d7aef.js +5 -0
- package/dist/EpEdu-efbadb07.js +5 -0
- package/dist/EpFlex-97433f1e.js +5 -0
- package/dist/EpHeader-c08ba631.js +5 -0
- package/dist/EpIcon-581ef5f5.js +5 -0
- package/dist/EpIframe-84343116.js +5 -0
- package/dist/EpImg-5b43f4bb.js +5 -0
- package/dist/EpInput-fa09c96c.js +1171 -0
- package/dist/EpLineChart-493cb8a3.js +5 -0
- package/dist/EpLink-84cc9df5.js +5 -0
- package/dist/EpLinkVersion-67920bdd.js +5 -0
- package/dist/EpModal-665eb1c3.js +5 -0
- package/dist/EpNothing-4da76dab.js +10 -0
- package/dist/EpPieChart-bcb18a68.js +5 -0
- package/dist/EpQuestion-8731a8de.js +5 -0
- package/dist/EpQuote-9c2ebc38.js +5 -0
- package/dist/EpRadio-81a1f388.js +5 -0
- package/dist/EpReading-f1427bea.js +5 -0
- package/dist/EpResource-88b68ffc.js +5 -0
- package/dist/EpScope-4530ed0c.js +5 -0
- package/dist/EpSection-c96a534b.js +5 -0
- package/dist/EpSelect-24b09d8d.js +31 -0
- package/dist/EpSoftware-b622ee99.js +5 -0
- package/dist/EpSpinner-57e34909.js +5 -0
- package/dist/EpSvg-9c681c02.js +5 -0
- package/dist/EpSwitch-1eaf9d3f.js +44 -0
- package/dist/EpTable-6eafeedc.js +5 -0
- package/dist/EpTerm-3d36d5f5.js +5 -0
- package/dist/EpText-17419c3a.js +5 -0
- package/dist/EpTextarea-67f751e9.js +41 -0
- package/dist/EpTimeLine-75ff9f98.js +5 -0
- package/dist/EpToggle-9755056a.js +44 -0
- package/dist/EpVideo-66df97ae.js +5 -0
- package/dist/EpVideoPanopto-3b780190.js +5 -0
- package/dist/components/basics/EpBadge.vue.d.ts +38 -0
- package/dist/components/basics/EpBtn.vue.d.ts +108 -0
- package/dist/components/basics/EpCard.vue.d.ts +95 -0
- package/dist/components/basics/EpChip.vue.d.ts +72 -0
- package/dist/components/basics/EpDivider.vue.d.ts +51 -0
- package/dist/components/basics/EpFlex.vue.d.ts +9 -0
- package/dist/components/basics/EpIcon.vue.d.ts +37 -0
- package/dist/components/basics/EpImg.vue.d.ts +79 -0
- package/dist/components/basics/EpSection.vue.d.ts +84 -0
- package/dist/components/basics/EpSpinner.vue.d.ts +41 -0
- package/dist/components/basics/EpTable.vue.d.ts +24 -0
- package/dist/components/basics/EpText.vue.d.ts +34 -0
- package/dist/components/charts/EpBarChart.vue.d.ts +82 -0
- package/dist/components/charts/EpLineChart.vue.d.ts +82 -0
- package/dist/components/charts/EpPieChart.vue.d.ts +76 -0
- package/dist/components/educationals/EpEdu.vue.d.ts +81 -0
- package/dist/components/educationals/EpReading.vue.d.ts +152 -0
- package/dist/components/educationals/EpResource.vue.d.ts +35 -0
- package/dist/components/educationals/EpScope.vue.d.ts +23 -0
- package/dist/components/forms/EpCheckbox.vue.d.ts +72 -0
- package/dist/components/forms/EpInput.vue.d.ts +98 -0
- package/dist/components/forms/EpRadio.vue.d.ts +69 -0
- package/dist/components/forms/EpSelect.vue.d.ts +83 -0
- package/dist/components/forms/EpSwitch.vue.d.ts +81 -0
- package/dist/components/forms/EpTextarea.vue.d.ts +90 -0
- package/dist/components/forms/EpToggle.vue.d.ts +81 -0
- package/dist/components/interactions/EpAccordeon.vue.d.ts +54 -0
- package/dist/components/interactions/EpContentSlider.vue.d.ts +13 -0
- package/dist/components/interactions/EpModal.vue.d.ts +70 -0
- package/dist/components/interactions/EpQuestion.vue.d.ts +91 -0
- package/dist/components/interactions/EpTabs.vue.d.ts +2 -0
- package/dist/components/medias/EpAudio.vue.d.ts +74 -0
- package/dist/components/medias/EpCarousel.vue.d.ts +41 -0
- package/dist/components/medias/EpIframe.vue.d.ts +58 -0
- package/dist/components/medias/EpKatex.vue.d.ts +52 -0
- package/dist/components/medias/EpLink.vue.d.ts +74 -0
- package/dist/components/medias/EpLinkVersion.vue.d.ts +37 -0
- package/dist/components/medias/EpSoftware.vue.d.ts +89 -0
- package/dist/components/medias/EpSvg.vue.d.ts +35 -0
- package/dist/components/medias/EpTerm.vue.d.ts +91 -0
- package/dist/components/medias/EpTimeLine.vue.d.ts +32 -0
- package/dist/components/medias/EpVideo.vue.d.ts +65 -0
- package/dist/components/medias/EpVideoPanopto.vue.d.ts +65 -0
- package/dist/components/signages/EpAlert.vue.d.ts +61 -0
- package/dist/components/signages/EpHeader.vue.d.ts +105 -0
- package/dist/components/signages/EpNothing.vue.d.ts +2 -0
- package/dist/components/signages/EpQuote.vue.d.ts +39 -0
- package/dist/components/tools/BgAudio.vue.d.ts +14 -0
- package/dist/components/tools/DisplayBox.vue.d.ts +17 -0
- package/dist/components/tools/SvgFilter.vue.d.ts +2 -0
- package/dist/components/tools/TimelineItem.vue.d.ts +29 -0
- package/dist/composables/isHtml.d.ts +1 -0
- package/dist/composables/useColors.d.ts +1 -0
- package/dist/composables/useComponent.d.ts +6 -0
- package/dist/composables/useIcons.d.ts +23 -0
- package/dist/composables/useMarkdown.d.ts +1 -0
- package/dist/composables/useRenderText.d.ts +1 -0
- package/dist/ep-lib-ts.js +43 -0
- package/dist/ep-lib-ts.umd.cjs +348 -0
- package/dist/index-e1a217c2.js +19389 -0
- package/dist/index.d.ts +40 -0
- package/dist/main.d.ts +0 -0
- package/dist/router.d.ts +2 -0
- package/dist/style.css +1 -0
- package/dist/types/Accordeon.d.ts +43 -0
- package/dist/types/Alert.d.ts +31 -0
- package/dist/types/Answer.d.ts +15 -0
- package/dist/types/Border.d.ts +2 -0
- package/dist/types/Btn.d.ts +41 -0
- package/dist/types/Card.d.ts +6 -0
- package/dist/types/Chip.d.ts +41 -0
- package/dist/types/MandateLevel.d.ts +5 -0
- package/dist/types/MediaCarousel.d.ts +7 -0
- package/dist/types/Medias.d.ts +11 -0
- package/dist/types/Radio.d.ts +11 -0
- package/dist/types/Slides.d.ts +15 -0
- package/dist/types/TimeLine.d.ts +124 -0
- package/dist/vite.svg +1 -0
- package/package.json +1 -1
- package/src/components/basics/EpCard.vue +0 -1
- package/src/components/basics/EpText.vue +7 -4
- package/src/components/charts/EpPieChart.vue +72 -4
- package/src/components/interactions/EpAccordeon.vue +14 -12
- package/src/components/interactions/EpContentSlider.vue +108 -5
- package/src/components/interactions/EpModal.vue +1 -1
- package/src/components/medias/EpLink.vue +12 -11
- package/src/components/medias/EpSvg.vue +42 -3
- package/src/components/medias/EpTerm.vue +29 -14
- package/src/components/medias/EpTimeLine.vue +19 -17
- package/src/components/signages/EpHeader.vue +44 -93
- package/src/components/tools/DisplayBox.vue +2 -2
- package/src/components/tools/SvgFilter.vue +220 -0
- package/.vscode/extensions.json +0 -3
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { MandateLevel } from '../../types/MandateLevel';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
label: {
|
|
4
|
+
type: import("vue").PropType<string>;
|
|
5
|
+
};
|
|
6
|
+
type: {
|
|
7
|
+
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
href: {
|
|
11
|
+
type: import("vue").PropType<string>;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
icon: {
|
|
15
|
+
type: import("vue").PropType<string>;
|
|
16
|
+
};
|
|
17
|
+
mandateLevel: {
|
|
18
|
+
type: import("vue").PropType<string | MandateLevel | null>;
|
|
19
|
+
};
|
|
20
|
+
intentions: {
|
|
21
|
+
type: import("vue").PropType<string>;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
hideIcon: {
|
|
25
|
+
type: import("vue").PropType<boolean>;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
labelIntentions: {
|
|
29
|
+
type: import("vue").PropType<string>;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
labelCard: {
|
|
33
|
+
type: import("vue").PropType<string>;
|
|
34
|
+
};
|
|
35
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
36
|
+
label: {
|
|
37
|
+
type: import("vue").PropType<string>;
|
|
38
|
+
};
|
|
39
|
+
type: {
|
|
40
|
+
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
|
+
href: {
|
|
44
|
+
type: import("vue").PropType<string>;
|
|
45
|
+
required: true;
|
|
46
|
+
};
|
|
47
|
+
icon: {
|
|
48
|
+
type: import("vue").PropType<string>;
|
|
49
|
+
};
|
|
50
|
+
mandateLevel: {
|
|
51
|
+
type: import("vue").PropType<string | MandateLevel | null>;
|
|
52
|
+
};
|
|
53
|
+
intentions: {
|
|
54
|
+
type: import("vue").PropType<string>;
|
|
55
|
+
default: string;
|
|
56
|
+
};
|
|
57
|
+
hideIcon: {
|
|
58
|
+
type: import("vue").PropType<boolean>;
|
|
59
|
+
default: boolean;
|
|
60
|
+
};
|
|
61
|
+
labelIntentions: {
|
|
62
|
+
type: import("vue").PropType<string>;
|
|
63
|
+
default: string;
|
|
64
|
+
};
|
|
65
|
+
labelCard: {
|
|
66
|
+
type: import("vue").PropType<string>;
|
|
67
|
+
};
|
|
68
|
+
}>>, {
|
|
69
|
+
type: "base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error";
|
|
70
|
+
intentions: string;
|
|
71
|
+
hideIcon: boolean;
|
|
72
|
+
labelIntentions: string;
|
|
73
|
+
}, {}>;
|
|
74
|
+
export default _default;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
type TypeLink = "iframe" | "button";
|
|
2
|
+
interface Link {
|
|
3
|
+
id: string;
|
|
4
|
+
url: string;
|
|
5
|
+
title: string;
|
|
6
|
+
disabled: boolean;
|
|
7
|
+
}
|
|
8
|
+
declare const _default: import("vue").DefineComponent<{
|
|
9
|
+
link: {
|
|
10
|
+
type: import("vue").PropType<Link>;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
type: {
|
|
14
|
+
type: import("vue").PropType<TypeLink>;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
big: {
|
|
18
|
+
type: import("vue").PropType<boolean>;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
+
link: {
|
|
23
|
+
type: import("vue").PropType<Link>;
|
|
24
|
+
required: true;
|
|
25
|
+
};
|
|
26
|
+
type: {
|
|
27
|
+
type: import("vue").PropType<TypeLink>;
|
|
28
|
+
required: true;
|
|
29
|
+
};
|
|
30
|
+
big: {
|
|
31
|
+
type: import("vue").PropType<boolean>;
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
34
|
+
}>>, {
|
|
35
|
+
big: boolean;
|
|
36
|
+
}, {}>;
|
|
37
|
+
export default _default;
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { MandateLevel } from '../../types/MandateLevel';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
title: {
|
|
4
|
+
type: import("vue").PropType<string>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
type: {
|
|
8
|
+
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
version: {
|
|
12
|
+
type: import("vue").PropType<string>;
|
|
13
|
+
};
|
|
14
|
+
mandateLevel: {
|
|
15
|
+
type: import("vue").PropType<string | MandateLevel | null>;
|
|
16
|
+
};
|
|
17
|
+
intentions: {
|
|
18
|
+
type: import("vue").PropType<string>;
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
|
+
hideIcon: {
|
|
22
|
+
type: import("vue").PropType<boolean>;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
url: {
|
|
26
|
+
type: import("vue").PropType<string>;
|
|
27
|
+
};
|
|
28
|
+
cover: {
|
|
29
|
+
type: import("vue").PropType<string>;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
version_link: {
|
|
33
|
+
type: import("vue").PropType<null>;
|
|
34
|
+
};
|
|
35
|
+
hideCover: {
|
|
36
|
+
type: import("vue").PropType<boolean>;
|
|
37
|
+
default: boolean;
|
|
38
|
+
};
|
|
39
|
+
labelCard: {
|
|
40
|
+
type: import("vue").PropType<string>;
|
|
41
|
+
};
|
|
42
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
43
|
+
title: {
|
|
44
|
+
type: import("vue").PropType<string>;
|
|
45
|
+
required: true;
|
|
46
|
+
};
|
|
47
|
+
type: {
|
|
48
|
+
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
51
|
+
version: {
|
|
52
|
+
type: import("vue").PropType<string>;
|
|
53
|
+
};
|
|
54
|
+
mandateLevel: {
|
|
55
|
+
type: import("vue").PropType<string | MandateLevel | null>;
|
|
56
|
+
};
|
|
57
|
+
intentions: {
|
|
58
|
+
type: import("vue").PropType<string>;
|
|
59
|
+
default: string;
|
|
60
|
+
};
|
|
61
|
+
hideIcon: {
|
|
62
|
+
type: import("vue").PropType<boolean>;
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
65
|
+
url: {
|
|
66
|
+
type: import("vue").PropType<string>;
|
|
67
|
+
};
|
|
68
|
+
cover: {
|
|
69
|
+
type: import("vue").PropType<string>;
|
|
70
|
+
default: string;
|
|
71
|
+
};
|
|
72
|
+
version_link: {
|
|
73
|
+
type: import("vue").PropType<null>;
|
|
74
|
+
};
|
|
75
|
+
hideCover: {
|
|
76
|
+
type: import("vue").PropType<boolean>;
|
|
77
|
+
default: boolean;
|
|
78
|
+
};
|
|
79
|
+
labelCard: {
|
|
80
|
+
type: import("vue").PropType<string>;
|
|
81
|
+
};
|
|
82
|
+
}>>, {
|
|
83
|
+
type: "base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error";
|
|
84
|
+
intentions: string;
|
|
85
|
+
hideIcon: boolean;
|
|
86
|
+
cover: string;
|
|
87
|
+
hideCover: boolean;
|
|
88
|
+
}, {}>;
|
|
89
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { MandateLevel } from '../../types/MandateLevel';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
title: {
|
|
4
|
+
type: import("vue").PropType<string>;
|
|
5
|
+
};
|
|
6
|
+
desc: {
|
|
7
|
+
type: import("vue").PropType<string>;
|
|
8
|
+
};
|
|
9
|
+
type: {
|
|
10
|
+
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
11
|
+
};
|
|
12
|
+
content: {
|
|
13
|
+
type: import("vue").PropType<string>;
|
|
14
|
+
};
|
|
15
|
+
mandateLevel: {
|
|
16
|
+
type: import("vue").PropType<string | MandateLevel | null>;
|
|
17
|
+
};
|
|
18
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
+
title: {
|
|
20
|
+
type: import("vue").PropType<string>;
|
|
21
|
+
};
|
|
22
|
+
desc: {
|
|
23
|
+
type: import("vue").PropType<string>;
|
|
24
|
+
};
|
|
25
|
+
type: {
|
|
26
|
+
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
27
|
+
};
|
|
28
|
+
content: {
|
|
29
|
+
type: import("vue").PropType<string>;
|
|
30
|
+
};
|
|
31
|
+
mandateLevel: {
|
|
32
|
+
type: import("vue").PropType<string | MandateLevel | null>;
|
|
33
|
+
};
|
|
34
|
+
}>>, {}, {}>;
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
+
src: {
|
|
3
|
+
type: import("vue").PropType<string>;
|
|
4
|
+
};
|
|
5
|
+
term: {
|
|
6
|
+
type: import("vue").PropType<string>;
|
|
7
|
+
required: true;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
word: {
|
|
11
|
+
type: import("vue").PropType<string>;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
definition: {
|
|
15
|
+
type: import("vue").PropType<string>;
|
|
16
|
+
};
|
|
17
|
+
variations: {
|
|
18
|
+
type: import("vue").PropType<string>;
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
|
+
domain: {
|
|
22
|
+
type: import("vue").PropType<string>;
|
|
23
|
+
};
|
|
24
|
+
graminfo: {
|
|
25
|
+
type: import("vue").PropType<string>;
|
|
26
|
+
};
|
|
27
|
+
relations: {
|
|
28
|
+
type: import("vue").PropType<string>;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
31
|
+
idrelation: {
|
|
32
|
+
type: import("vue").PropType<string>;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
labelClose: {
|
|
36
|
+
type: import("vue").PropType<string>;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
40
|
+
src: {
|
|
41
|
+
type: import("vue").PropType<string>;
|
|
42
|
+
};
|
|
43
|
+
term: {
|
|
44
|
+
type: import("vue").PropType<string>;
|
|
45
|
+
required: true;
|
|
46
|
+
default: string;
|
|
47
|
+
};
|
|
48
|
+
word: {
|
|
49
|
+
type: import("vue").PropType<string>;
|
|
50
|
+
required: true;
|
|
51
|
+
};
|
|
52
|
+
definition: {
|
|
53
|
+
type: import("vue").PropType<string>;
|
|
54
|
+
};
|
|
55
|
+
variations: {
|
|
56
|
+
type: import("vue").PropType<string>;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
59
|
+
domain: {
|
|
60
|
+
type: import("vue").PropType<string>;
|
|
61
|
+
};
|
|
62
|
+
graminfo: {
|
|
63
|
+
type: import("vue").PropType<string>;
|
|
64
|
+
};
|
|
65
|
+
relations: {
|
|
66
|
+
type: import("vue").PropType<string>;
|
|
67
|
+
default: string;
|
|
68
|
+
};
|
|
69
|
+
idrelation: {
|
|
70
|
+
type: import("vue").PropType<string>;
|
|
71
|
+
default: string;
|
|
72
|
+
};
|
|
73
|
+
labelClose: {
|
|
74
|
+
type: import("vue").PropType<string>;
|
|
75
|
+
default: string;
|
|
76
|
+
};
|
|
77
|
+
}>>, {
|
|
78
|
+
term: string;
|
|
79
|
+
variations: string;
|
|
80
|
+
relations: string;
|
|
81
|
+
idrelation: string;
|
|
82
|
+
labelClose: string;
|
|
83
|
+
}, {}>, {
|
|
84
|
+
default?(_: {}): any;
|
|
85
|
+
}>;
|
|
86
|
+
export default _default;
|
|
87
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
88
|
+
new (): {
|
|
89
|
+
$slots: S;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { TagTimeLine, HeadTimeLine, EventTimeLine } from '../../types/TimeLine';
|
|
2
|
+
interface TimelineHeading {
|
|
3
|
+
title?: {
|
|
4
|
+
text?: HeadTimeLine;
|
|
5
|
+
};
|
|
6
|
+
}
|
|
7
|
+
declare const _default: import("vue").DefineComponent<{
|
|
8
|
+
title: {
|
|
9
|
+
type: import("vue").PropType<TimelineHeading>;
|
|
10
|
+
};
|
|
11
|
+
tags: {
|
|
12
|
+
type: import("vue").PropType<TagTimeLine[]>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
events: {
|
|
16
|
+
type: import("vue").PropType<EventTimeLine[]>;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
|
+
title: {
|
|
21
|
+
type: import("vue").PropType<TimelineHeading>;
|
|
22
|
+
};
|
|
23
|
+
tags: {
|
|
24
|
+
type: import("vue").PropType<TagTimeLine[]>;
|
|
25
|
+
required: true;
|
|
26
|
+
};
|
|
27
|
+
events: {
|
|
28
|
+
type: import("vue").PropType<EventTimeLine[]>;
|
|
29
|
+
required: true;
|
|
30
|
+
};
|
|
31
|
+
}>>, {}, {}>;
|
|
32
|
+
export default _default;
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { MandateLevel } from '../../types/MandateLevel';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
title: {
|
|
4
|
+
type: import("vue").PropType<string>;
|
|
5
|
+
};
|
|
6
|
+
type: {
|
|
7
|
+
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
src: {
|
|
11
|
+
type: import("vue").PropType<string>;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
mandateLevel: {
|
|
15
|
+
type: import("vue").PropType<string | MandateLevel | null>;
|
|
16
|
+
};
|
|
17
|
+
intentions: {
|
|
18
|
+
type: import("vue").PropType<string>;
|
|
19
|
+
};
|
|
20
|
+
hideIcon: {
|
|
21
|
+
type: import("vue").PropType<boolean>;
|
|
22
|
+
default: boolean;
|
|
23
|
+
};
|
|
24
|
+
labelIntentions: {
|
|
25
|
+
type: import("vue").PropType<string>;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
credits: {
|
|
29
|
+
type: import("vue").PropType<string>;
|
|
30
|
+
};
|
|
31
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
32
|
+
title: {
|
|
33
|
+
type: import("vue").PropType<string>;
|
|
34
|
+
};
|
|
35
|
+
type: {
|
|
36
|
+
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
|
+
src: {
|
|
40
|
+
type: import("vue").PropType<string>;
|
|
41
|
+
required: true;
|
|
42
|
+
};
|
|
43
|
+
mandateLevel: {
|
|
44
|
+
type: import("vue").PropType<string | MandateLevel | null>;
|
|
45
|
+
};
|
|
46
|
+
intentions: {
|
|
47
|
+
type: import("vue").PropType<string>;
|
|
48
|
+
};
|
|
49
|
+
hideIcon: {
|
|
50
|
+
type: import("vue").PropType<boolean>;
|
|
51
|
+
default: boolean;
|
|
52
|
+
};
|
|
53
|
+
labelIntentions: {
|
|
54
|
+
type: import("vue").PropType<string>;
|
|
55
|
+
default: string;
|
|
56
|
+
};
|
|
57
|
+
credits: {
|
|
58
|
+
type: import("vue").PropType<string>;
|
|
59
|
+
};
|
|
60
|
+
}>>, {
|
|
61
|
+
type: "base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error";
|
|
62
|
+
hideIcon: boolean;
|
|
63
|
+
labelIntentions: string;
|
|
64
|
+
}, {}>;
|
|
65
|
+
export default _default;
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { MandateLevel } from '../../types/MandateLevel';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
title: {
|
|
4
|
+
type: import("vue").PropType<string>;
|
|
5
|
+
};
|
|
6
|
+
type: {
|
|
7
|
+
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
src: {
|
|
11
|
+
type: import("vue").PropType<string>;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
mandateLevel: {
|
|
15
|
+
type: import("vue").PropType<string | MandateLevel | null>;
|
|
16
|
+
};
|
|
17
|
+
intentions: {
|
|
18
|
+
type: import("vue").PropType<string>;
|
|
19
|
+
};
|
|
20
|
+
hideIcon: {
|
|
21
|
+
type: import("vue").PropType<boolean>;
|
|
22
|
+
default: boolean;
|
|
23
|
+
};
|
|
24
|
+
labelIntentions: {
|
|
25
|
+
type: import("vue").PropType<string>;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
credits: {
|
|
29
|
+
type: import("vue").PropType<string>;
|
|
30
|
+
};
|
|
31
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
32
|
+
title: {
|
|
33
|
+
type: import("vue").PropType<string>;
|
|
34
|
+
};
|
|
35
|
+
type: {
|
|
36
|
+
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
|
+
src: {
|
|
40
|
+
type: import("vue").PropType<string>;
|
|
41
|
+
required: true;
|
|
42
|
+
};
|
|
43
|
+
mandateLevel: {
|
|
44
|
+
type: import("vue").PropType<string | MandateLevel | null>;
|
|
45
|
+
};
|
|
46
|
+
intentions: {
|
|
47
|
+
type: import("vue").PropType<string>;
|
|
48
|
+
};
|
|
49
|
+
hideIcon: {
|
|
50
|
+
type: import("vue").PropType<boolean>;
|
|
51
|
+
default: boolean;
|
|
52
|
+
};
|
|
53
|
+
labelIntentions: {
|
|
54
|
+
type: import("vue").PropType<string>;
|
|
55
|
+
default: string;
|
|
56
|
+
};
|
|
57
|
+
credits: {
|
|
58
|
+
type: import("vue").PropType<string>;
|
|
59
|
+
};
|
|
60
|
+
}>>, {
|
|
61
|
+
type: "base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error";
|
|
62
|
+
hideIcon: boolean;
|
|
63
|
+
labelIntentions: string;
|
|
64
|
+
}, {}>;
|
|
65
|
+
export default _default;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { TypeAlert } from "../../types/Alert";
|
|
2
|
+
interface OldType {
|
|
3
|
+
icon: string;
|
|
4
|
+
name: string;
|
|
5
|
+
type: TypeAlert;
|
|
6
|
+
color: string;
|
|
7
|
+
}
|
|
8
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
9
|
+
title: {
|
|
10
|
+
type: import("vue").PropType<string | null>;
|
|
11
|
+
default: null;
|
|
12
|
+
};
|
|
13
|
+
type: {
|
|
14
|
+
type: import("vue").PropType<"base" | "info" | "warning" | "success" | "error" | "question" | "tip" | OldType>;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
outlined: {
|
|
18
|
+
type: import("vue").PropType<boolean>;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
compact: {
|
|
22
|
+
type: import("vue").PropType<boolean>;
|
|
23
|
+
};
|
|
24
|
+
noIcon: {
|
|
25
|
+
type: import("vue").PropType<boolean>;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
|
+
title: {
|
|
30
|
+
type: import("vue").PropType<string | null>;
|
|
31
|
+
default: null;
|
|
32
|
+
};
|
|
33
|
+
type: {
|
|
34
|
+
type: import("vue").PropType<"base" | "info" | "warning" | "success" | "error" | "question" | "tip" | OldType>;
|
|
35
|
+
default: string;
|
|
36
|
+
};
|
|
37
|
+
outlined: {
|
|
38
|
+
type: import("vue").PropType<boolean>;
|
|
39
|
+
default: boolean;
|
|
40
|
+
};
|
|
41
|
+
compact: {
|
|
42
|
+
type: import("vue").PropType<boolean>;
|
|
43
|
+
};
|
|
44
|
+
noIcon: {
|
|
45
|
+
type: import("vue").PropType<boolean>;
|
|
46
|
+
default: boolean;
|
|
47
|
+
};
|
|
48
|
+
}>>, {
|
|
49
|
+
title: string | null;
|
|
50
|
+
type: "base" | "info" | "warning" | "success" | "error" | "question" | "tip" | OldType;
|
|
51
|
+
outlined: boolean;
|
|
52
|
+
noIcon: boolean;
|
|
53
|
+
}, {}>, {
|
|
54
|
+
default?(_: {}): any;
|
|
55
|
+
}>;
|
|
56
|
+
export default _default;
|
|
57
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
58
|
+
new (): {
|
|
59
|
+
$slots: S;
|
|
60
|
+
};
|
|
61
|
+
};
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
title: {
|
|
3
|
+
type: import("vue").PropType<string | null>;
|
|
4
|
+
default: null;
|
|
5
|
+
};
|
|
6
|
+
color: {
|
|
7
|
+
type: import("vue").PropType<string | null>;
|
|
8
|
+
default: null;
|
|
9
|
+
};
|
|
10
|
+
height: {
|
|
11
|
+
type: import("vue").PropType<string | null>;
|
|
12
|
+
default: null;
|
|
13
|
+
};
|
|
14
|
+
subtitle: {
|
|
15
|
+
type: import("vue").PropType<string | null>;
|
|
16
|
+
};
|
|
17
|
+
icon: {
|
|
18
|
+
type: import("vue").PropType<string | null>;
|
|
19
|
+
default: null;
|
|
20
|
+
};
|
|
21
|
+
src: {
|
|
22
|
+
type: import("vue").PropType<string | null>;
|
|
23
|
+
default: null;
|
|
24
|
+
};
|
|
25
|
+
courseCode: {
|
|
26
|
+
type: import("vue").PropType<string | null>;
|
|
27
|
+
};
|
|
28
|
+
courseTitle: {
|
|
29
|
+
type: import("vue").PropType<string | null>;
|
|
30
|
+
};
|
|
31
|
+
synchrone: {
|
|
32
|
+
type: import("vue").PropType<boolean>;
|
|
33
|
+
default: boolean;
|
|
34
|
+
};
|
|
35
|
+
duration: {
|
|
36
|
+
type: import("vue").PropType<string | null>;
|
|
37
|
+
default: null;
|
|
38
|
+
};
|
|
39
|
+
assessment: {
|
|
40
|
+
type: import("vue").PropType<string | null>;
|
|
41
|
+
default: null;
|
|
42
|
+
};
|
|
43
|
+
headerImgColor: {
|
|
44
|
+
type: import("vue").PropType<string | null>;
|
|
45
|
+
};
|
|
46
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
47
|
+
clicked: () => void;
|
|
48
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
49
|
+
title: {
|
|
50
|
+
type: import("vue").PropType<string | null>;
|
|
51
|
+
default: null;
|
|
52
|
+
};
|
|
53
|
+
color: {
|
|
54
|
+
type: import("vue").PropType<string | null>;
|
|
55
|
+
default: null;
|
|
56
|
+
};
|
|
57
|
+
height: {
|
|
58
|
+
type: import("vue").PropType<string | null>;
|
|
59
|
+
default: null;
|
|
60
|
+
};
|
|
61
|
+
subtitle: {
|
|
62
|
+
type: import("vue").PropType<string | null>;
|
|
63
|
+
};
|
|
64
|
+
icon: {
|
|
65
|
+
type: import("vue").PropType<string | null>;
|
|
66
|
+
default: null;
|
|
67
|
+
};
|
|
68
|
+
src: {
|
|
69
|
+
type: import("vue").PropType<string | null>;
|
|
70
|
+
default: null;
|
|
71
|
+
};
|
|
72
|
+
courseCode: {
|
|
73
|
+
type: import("vue").PropType<string | null>;
|
|
74
|
+
};
|
|
75
|
+
courseTitle: {
|
|
76
|
+
type: import("vue").PropType<string | null>;
|
|
77
|
+
};
|
|
78
|
+
synchrone: {
|
|
79
|
+
type: import("vue").PropType<boolean>;
|
|
80
|
+
default: boolean;
|
|
81
|
+
};
|
|
82
|
+
duration: {
|
|
83
|
+
type: import("vue").PropType<string | null>;
|
|
84
|
+
default: null;
|
|
85
|
+
};
|
|
86
|
+
assessment: {
|
|
87
|
+
type: import("vue").PropType<string | null>;
|
|
88
|
+
default: null;
|
|
89
|
+
};
|
|
90
|
+
headerImgColor: {
|
|
91
|
+
type: import("vue").PropType<string | null>;
|
|
92
|
+
};
|
|
93
|
+
}>> & {
|
|
94
|
+
onClicked?: (() => any) | undefined;
|
|
95
|
+
}, {
|
|
96
|
+
title: string | null;
|
|
97
|
+
color: string | null;
|
|
98
|
+
height: string | null;
|
|
99
|
+
icon: string | null;
|
|
100
|
+
src: string | null;
|
|
101
|
+
synchrone: boolean;
|
|
102
|
+
duration: string | null;
|
|
103
|
+
assessment: string | null;
|
|
104
|
+
}, {}>;
|
|
105
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|