ep-lib-ts 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/basics/EpBadge.vue.d.ts +38 -0
- package/dist/components/basics/EpCard.vue.d.ts +95 -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/EpImg.vue.d.ts +76 -0
- package/dist/components/basics/EpSection.vue.d.ts +84 -0
- package/dist/components/basics/EpSpinner.vue.d.ts +32 -0
- package/dist/components/basics/EpTable.vue.d.ts +24 -0
- package/dist/components/basics/EpText.vue.d.ts +30 -0
- package/dist/components/educationals/EpEdu.vue.d.ts +80 -0
- package/dist/components/educationals/EpReading.vue.d.ts +151 -0
- package/dist/components/educationals/EpScope.vue.d.ts +14 -0
- package/dist/components/interactions/EpAccordeon.vue.d.ts +54 -0
- package/dist/components/interactions/EpContentSlider.vue.d.ts +2 -0
- package/dist/components/interactions/EpModal.vue.d.ts +70 -0
- package/dist/components/interactions/EpQuestion.vue.d.ts +2 -0
- package/dist/components/interactions/EpTabs.vue.d.ts +2 -0
- package/dist/components/medias/EpAudio.vue.d.ts +79 -0
- package/dist/components/medias/EpCarousel.vue.d.ts +32 -0
- package/dist/components/medias/EpIframe.vue.d.ts +58 -0
- package/dist/components/medias/EpLink.vue.d.ts +73 -0
- package/dist/components/medias/EpSoftware.vue.d.ts +88 -0
- package/dist/components/medias/EpSvg.vue.d.ts +2 -0
- package/dist/components/medias/EpTerm.vue.d.ts +80 -0
- package/dist/components/medias/EpTimeLine.vue.d.ts +2 -0
- package/dist/components/medias/EpVideo.vue.d.ts +64 -0
- package/dist/components/medias/EpVideoPanopto.vue.d.ts +64 -0
- package/dist/components/signages/EpAlert.vue.d.ts +63 -0
- package/dist/components/signages/EpHeader.vue.d.ts +101 -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/ep-lib-ts.js +6397 -88
- package/dist/ep-lib-ts.umd.cjs +42 -10
- package/dist/index.d.ts +32 -1
- package/dist/main.d.ts +34 -0
- package/dist/style.css +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
title: {
|
|
3
|
+
type: import("vue").PropType<string>;
|
|
4
|
+
};
|
|
5
|
+
type: {
|
|
6
|
+
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
7
|
+
default: string;
|
|
8
|
+
};
|
|
9
|
+
src: {
|
|
10
|
+
type: import("vue").PropType<string>;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
mandateLevel: {
|
|
14
|
+
type: import("vue").PropType<string | null>;
|
|
15
|
+
};
|
|
16
|
+
intentions: {
|
|
17
|
+
type: import("vue").PropType<string>;
|
|
18
|
+
};
|
|
19
|
+
hideIcon: {
|
|
20
|
+
type: import("vue").PropType<boolean>;
|
|
21
|
+
default: boolean;
|
|
22
|
+
};
|
|
23
|
+
labelIntentions: {
|
|
24
|
+
type: import("vue").PropType<string>;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
credits: {
|
|
28
|
+
type: import("vue").PropType<string>;
|
|
29
|
+
};
|
|
30
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
31
|
+
title: {
|
|
32
|
+
type: import("vue").PropType<string>;
|
|
33
|
+
};
|
|
34
|
+
type: {
|
|
35
|
+
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
src: {
|
|
39
|
+
type: import("vue").PropType<string>;
|
|
40
|
+
required: true;
|
|
41
|
+
};
|
|
42
|
+
mandateLevel: {
|
|
43
|
+
type: import("vue").PropType<string | null>;
|
|
44
|
+
};
|
|
45
|
+
intentions: {
|
|
46
|
+
type: import("vue").PropType<string>;
|
|
47
|
+
};
|
|
48
|
+
hideIcon: {
|
|
49
|
+
type: import("vue").PropType<boolean>;
|
|
50
|
+
default: boolean;
|
|
51
|
+
};
|
|
52
|
+
labelIntentions: {
|
|
53
|
+
type: import("vue").PropType<string>;
|
|
54
|
+
default: string;
|
|
55
|
+
};
|
|
56
|
+
credits: {
|
|
57
|
+
type: import("vue").PropType<string>;
|
|
58
|
+
};
|
|
59
|
+
}>>, {
|
|
60
|
+
type: "base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error";
|
|
61
|
+
hideIcon: boolean;
|
|
62
|
+
labelIntentions: string;
|
|
63
|
+
}, {}>;
|
|
64
|
+
export default _default;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
+
title: {
|
|
3
|
+
type: import("vue").PropType<string | null>;
|
|
4
|
+
default: null;
|
|
5
|
+
};
|
|
6
|
+
type: {
|
|
7
|
+
type: import("vue").PropType<"base" | "info" | "warning" | "success" | "error" | "question" | "tip">;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
outlined: {
|
|
11
|
+
type: import("vue").PropType<boolean>;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
compact: {
|
|
15
|
+
type: import("vue").PropType<boolean>;
|
|
16
|
+
};
|
|
17
|
+
icon: {
|
|
18
|
+
type: import("vue").PropType<string | null>;
|
|
19
|
+
default: null;
|
|
20
|
+
};
|
|
21
|
+
noIcon: {
|
|
22
|
+
type: import("vue").PropType<boolean>;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
26
|
+
title: {
|
|
27
|
+
type: import("vue").PropType<string | null>;
|
|
28
|
+
default: null;
|
|
29
|
+
};
|
|
30
|
+
type: {
|
|
31
|
+
type: import("vue").PropType<"base" | "info" | "warning" | "success" | "error" | "question" | "tip">;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
outlined: {
|
|
35
|
+
type: import("vue").PropType<boolean>;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
compact: {
|
|
39
|
+
type: import("vue").PropType<boolean>;
|
|
40
|
+
};
|
|
41
|
+
icon: {
|
|
42
|
+
type: import("vue").PropType<string | null>;
|
|
43
|
+
default: null;
|
|
44
|
+
};
|
|
45
|
+
noIcon: {
|
|
46
|
+
type: import("vue").PropType<boolean>;
|
|
47
|
+
default: boolean;
|
|
48
|
+
};
|
|
49
|
+
}>>, {
|
|
50
|
+
title: string | null;
|
|
51
|
+
type: "base" | "info" | "warning" | "success" | "error" | "question" | "tip";
|
|
52
|
+
outlined: boolean;
|
|
53
|
+
icon: string | null;
|
|
54
|
+
noIcon: boolean;
|
|
55
|
+
}, {}>, {
|
|
56
|
+
default?(_: {}): any;
|
|
57
|
+
}>;
|
|
58
|
+
export default _default;
|
|
59
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
60
|
+
new (): {
|
|
61
|
+
$slots: S;
|
|
62
|
+
};
|
|
63
|
+
};
|
|
@@ -0,0 +1,101 @@
|
|
|
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
|
+
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
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
duration: {
|
|
39
|
+
type: import("vue").PropType<string | null>;
|
|
40
|
+
default: null;
|
|
41
|
+
};
|
|
42
|
+
assessment: {
|
|
43
|
+
type: import("vue").PropType<string | null>;
|
|
44
|
+
default: null;
|
|
45
|
+
};
|
|
46
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
47
|
+
title: {
|
|
48
|
+
type: import("vue").PropType<string | null>;
|
|
49
|
+
default: null;
|
|
50
|
+
};
|
|
51
|
+
color: {
|
|
52
|
+
type: import("vue").PropType<string | null>;
|
|
53
|
+
default: null;
|
|
54
|
+
};
|
|
55
|
+
height: {
|
|
56
|
+
type: import("vue").PropType<string | null>;
|
|
57
|
+
default: null;
|
|
58
|
+
};
|
|
59
|
+
subtitle: {
|
|
60
|
+
type: import("vue").PropType<string | null>;
|
|
61
|
+
};
|
|
62
|
+
icon: {
|
|
63
|
+
type: import("vue").PropType<string | null>;
|
|
64
|
+
default: null;
|
|
65
|
+
};
|
|
66
|
+
src: {
|
|
67
|
+
type: import("vue").PropType<string | null>;
|
|
68
|
+
default: null;
|
|
69
|
+
};
|
|
70
|
+
taxonomyLevel: {
|
|
71
|
+
type: import("vue").PropType<string | null>;
|
|
72
|
+
};
|
|
73
|
+
courseCode: {
|
|
74
|
+
type: import("vue").PropType<string | null>;
|
|
75
|
+
};
|
|
76
|
+
courseTitle: {
|
|
77
|
+
type: import("vue").PropType<string | null>;
|
|
78
|
+
};
|
|
79
|
+
synchrone: {
|
|
80
|
+
type: import("vue").PropType<boolean>;
|
|
81
|
+
default: boolean;
|
|
82
|
+
};
|
|
83
|
+
duration: {
|
|
84
|
+
type: import("vue").PropType<string | null>;
|
|
85
|
+
default: null;
|
|
86
|
+
};
|
|
87
|
+
assessment: {
|
|
88
|
+
type: import("vue").PropType<string | null>;
|
|
89
|
+
default: null;
|
|
90
|
+
};
|
|
91
|
+
}>>, {
|
|
92
|
+
title: string | null;
|
|
93
|
+
color: string | null;
|
|
94
|
+
height: string | null;
|
|
95
|
+
icon: string | null;
|
|
96
|
+
src: string | null;
|
|
97
|
+
synchrone: boolean;
|
|
98
|
+
duration: string | null;
|
|
99
|
+
assessment: string | null;
|
|
100
|
+
}, {}>;
|
|
101
|
+
export default _default;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
|
+
name: {
|
|
3
|
+
type: import("vue").PropType<string | null>;
|
|
4
|
+
default: null;
|
|
5
|
+
};
|
|
6
|
+
src: {
|
|
7
|
+
type: import("vue").PropType<string | null>;
|
|
8
|
+
default: null;
|
|
9
|
+
};
|
|
10
|
+
quotes: {
|
|
11
|
+
type: import("vue").PropType<boolean>;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
+
name: {
|
|
16
|
+
type: import("vue").PropType<string | null>;
|
|
17
|
+
default: null;
|
|
18
|
+
};
|
|
19
|
+
src: {
|
|
20
|
+
type: import("vue").PropType<string | null>;
|
|
21
|
+
default: null;
|
|
22
|
+
};
|
|
23
|
+
quotes: {
|
|
24
|
+
type: import("vue").PropType<boolean>;
|
|
25
|
+
default: boolean;
|
|
26
|
+
};
|
|
27
|
+
}>>, {
|
|
28
|
+
name: string | null;
|
|
29
|
+
src: string | null;
|
|
30
|
+
quotes: boolean;
|
|
31
|
+
}, {}>, {
|
|
32
|
+
default?(_: {}): any;
|
|
33
|
+
}>;
|
|
34
|
+
export default _default;
|
|
35
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
36
|
+
new (): {
|
|
37
|
+
$slots: S;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
fill: {
|
|
3
|
+
type: import("vue").PropType<string>;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
+
fill: {
|
|
8
|
+
type: import("vue").PropType<string>;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
}>>, {
|
|
12
|
+
fill: string;
|
|
13
|
+
}, {}>;
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare function open(): boolean;
|
|
2
|
+
declare function close(): boolean;
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
4
|
+
default?(_: {
|
|
5
|
+
open: typeof open;
|
|
6
|
+
}): any;
|
|
7
|
+
menu?(_: {
|
|
8
|
+
isOpen: any;
|
|
9
|
+
close: typeof close;
|
|
10
|
+
}): any;
|
|
11
|
+
}>;
|
|
12
|
+
export default _default;
|
|
13
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
14
|
+
new (): {
|
|
15
|
+
$slots: S;
|
|
16
|
+
};
|
|
17
|
+
};
|