ep-lib-ts 0.1.0 → 0.1.2
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/ep-lib-ts.js +78 -27139
- package/dist/ep-lib-ts.umd.cjs +13 -1004
- package/dist/index.d.ts +1 -36
- package/package.json +1 -1
- package/dist/components/basics/EpBadge.vue.d.ts +0 -38
- package/dist/components/basics/EpCard.vue.d.ts +0 -95
- package/dist/components/basics/EpDivider.vue.d.ts +0 -51
- package/dist/components/basics/EpFlex.vue.d.ts +0 -9
- package/dist/components/basics/EpImg.vue.d.ts +0 -76
- package/dist/components/basics/EpSection.vue.d.ts +0 -84
- package/dist/components/basics/EpSpinner.vue.d.ts +0 -32
- package/dist/components/basics/EpTable.vue.d.ts +0 -24
- package/dist/components/basics/EpText.vue.d.ts +0 -30
- package/dist/components/charts/EpBarChart.vue.d.ts +0 -82
- package/dist/components/charts/EpLineChart.vue.d.ts +0 -82
- package/dist/components/charts/EpPieChart.vue.d.ts +0 -2
- package/dist/components/educationals/EpEdu.vue.d.ts +0 -80
- package/dist/components/educationals/EpReading.vue.d.ts +0 -151
- package/dist/components/educationals/EpScope.vue.d.ts +0 -14
- package/dist/components/interactions/EpAccordeon.vue.d.ts +0 -54
- package/dist/components/interactions/EpContentSlider.vue.d.ts +0 -2
- package/dist/components/interactions/EpModal.vue.d.ts +0 -70
- package/dist/components/interactions/EpQuestion.vue.d.ts +0 -2
- package/dist/components/interactions/EpTabs.vue.d.ts +0 -2
- package/dist/components/medias/EpAudio.vue.d.ts +0 -79
- package/dist/components/medias/EpCarousel.vue.d.ts +0 -32
- package/dist/components/medias/EpIframe.vue.d.ts +0 -58
- package/dist/components/medias/EpKatex.vue.d.ts +0 -52
- package/dist/components/medias/EpLink.vue.d.ts +0 -73
- package/dist/components/medias/EpSoftware.vue.d.ts +0 -88
- package/dist/components/medias/EpSvg.vue.d.ts +0 -2
- package/dist/components/medias/EpTerm.vue.d.ts +0 -80
- package/dist/components/medias/EpTimeLine.vue.d.ts +0 -2
- package/dist/components/medias/EpVideo.vue.d.ts +0 -64
- package/dist/components/medias/EpVideoPanopto.vue.d.ts +0 -64
- package/dist/components/signages/EpAlert.vue.d.ts +0 -63
- package/dist/components/signages/EpHeader.vue.d.ts +0 -101
- package/dist/components/signages/EpQuote.vue.d.ts +0 -39
- package/dist/components/tools/BgAudio.vue.d.ts +0 -14
- package/dist/components/tools/DisplayBox.vue.d.ts +0 -17
- package/dist/style.css +0 -1
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
title: {
|
|
3
|
-
type: import("vue").PropType<string>;
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
|
-
type: {
|
|
7
|
-
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
8
|
-
default: string;
|
|
9
|
-
};
|
|
10
|
-
version: {
|
|
11
|
-
type: import("vue").PropType<string>;
|
|
12
|
-
};
|
|
13
|
-
mandateLevel: {
|
|
14
|
-
type: import("vue").PropType<string>;
|
|
15
|
-
};
|
|
16
|
-
intentions: {
|
|
17
|
-
type: import("vue").PropType<string>;
|
|
18
|
-
default: string;
|
|
19
|
-
};
|
|
20
|
-
hideIcon: {
|
|
21
|
-
type: import("vue").PropType<boolean>;
|
|
22
|
-
default: boolean;
|
|
23
|
-
};
|
|
24
|
-
url: {
|
|
25
|
-
type: import("vue").PropType<string>;
|
|
26
|
-
};
|
|
27
|
-
cover: {
|
|
28
|
-
type: import("vue").PropType<string>;
|
|
29
|
-
default: string;
|
|
30
|
-
};
|
|
31
|
-
version_link: {
|
|
32
|
-
type: import("vue").PropType<null>;
|
|
33
|
-
};
|
|
34
|
-
hideCover: {
|
|
35
|
-
type: import("vue").PropType<boolean>;
|
|
36
|
-
default: boolean;
|
|
37
|
-
};
|
|
38
|
-
labelCard: {
|
|
39
|
-
type: import("vue").PropType<string>;
|
|
40
|
-
};
|
|
41
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
42
|
-
title: {
|
|
43
|
-
type: import("vue").PropType<string>;
|
|
44
|
-
required: true;
|
|
45
|
-
};
|
|
46
|
-
type: {
|
|
47
|
-
type: import("vue").PropType<"base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error">;
|
|
48
|
-
default: string;
|
|
49
|
-
};
|
|
50
|
-
version: {
|
|
51
|
-
type: import("vue").PropType<string>;
|
|
52
|
-
};
|
|
53
|
-
mandateLevel: {
|
|
54
|
-
type: import("vue").PropType<string>;
|
|
55
|
-
};
|
|
56
|
-
intentions: {
|
|
57
|
-
type: import("vue").PropType<string>;
|
|
58
|
-
default: string;
|
|
59
|
-
};
|
|
60
|
-
hideIcon: {
|
|
61
|
-
type: import("vue").PropType<boolean>;
|
|
62
|
-
default: boolean;
|
|
63
|
-
};
|
|
64
|
-
url: {
|
|
65
|
-
type: import("vue").PropType<string>;
|
|
66
|
-
};
|
|
67
|
-
cover: {
|
|
68
|
-
type: import("vue").PropType<string>;
|
|
69
|
-
default: string;
|
|
70
|
-
};
|
|
71
|
-
version_link: {
|
|
72
|
-
type: import("vue").PropType<null>;
|
|
73
|
-
};
|
|
74
|
-
hideCover: {
|
|
75
|
-
type: import("vue").PropType<boolean>;
|
|
76
|
-
default: boolean;
|
|
77
|
-
};
|
|
78
|
-
labelCard: {
|
|
79
|
-
type: import("vue").PropType<string>;
|
|
80
|
-
};
|
|
81
|
-
}>>, {
|
|
82
|
-
type: "base" | "primary" | "secondary" | "accent" | "info" | "warning" | "success" | "error";
|
|
83
|
-
intentions: string;
|
|
84
|
-
hideIcon: boolean;
|
|
85
|
-
cover: string;
|
|
86
|
-
hideCover: boolean;
|
|
87
|
-
}, {}>;
|
|
88
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
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;
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
term: {
|
|
3
|
-
type: import("vue").PropType<string>;
|
|
4
|
-
required: true;
|
|
5
|
-
default: string;
|
|
6
|
-
};
|
|
7
|
-
word: {
|
|
8
|
-
type: import("vue").PropType<string>;
|
|
9
|
-
required: true;
|
|
10
|
-
};
|
|
11
|
-
definition: {
|
|
12
|
-
type: import("vue").PropType<string>;
|
|
13
|
-
required: true;
|
|
14
|
-
};
|
|
15
|
-
variations: {
|
|
16
|
-
type: import("vue").PropType<string>;
|
|
17
|
-
default: string;
|
|
18
|
-
};
|
|
19
|
-
domain: {
|
|
20
|
-
type: import("vue").PropType<string>;
|
|
21
|
-
};
|
|
22
|
-
graminfo: {
|
|
23
|
-
type: import("vue").PropType<string>;
|
|
24
|
-
};
|
|
25
|
-
relations: {
|
|
26
|
-
type: import("vue").PropType<string>;
|
|
27
|
-
default: string;
|
|
28
|
-
};
|
|
29
|
-
idrelation: {
|
|
30
|
-
type: import("vue").PropType<string>;
|
|
31
|
-
default: string;
|
|
32
|
-
};
|
|
33
|
-
labelClose: {
|
|
34
|
-
type: import("vue").PropType<string>;
|
|
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
|
-
term: {
|
|
39
|
-
type: import("vue").PropType<string>;
|
|
40
|
-
required: true;
|
|
41
|
-
default: string;
|
|
42
|
-
};
|
|
43
|
-
word: {
|
|
44
|
-
type: import("vue").PropType<string>;
|
|
45
|
-
required: true;
|
|
46
|
-
};
|
|
47
|
-
definition: {
|
|
48
|
-
type: import("vue").PropType<string>;
|
|
49
|
-
required: true;
|
|
50
|
-
};
|
|
51
|
-
variations: {
|
|
52
|
-
type: import("vue").PropType<string>;
|
|
53
|
-
default: string;
|
|
54
|
-
};
|
|
55
|
-
domain: {
|
|
56
|
-
type: import("vue").PropType<string>;
|
|
57
|
-
};
|
|
58
|
-
graminfo: {
|
|
59
|
-
type: import("vue").PropType<string>;
|
|
60
|
-
};
|
|
61
|
-
relations: {
|
|
62
|
-
type: import("vue").PropType<string>;
|
|
63
|
-
default: string;
|
|
64
|
-
};
|
|
65
|
-
idrelation: {
|
|
66
|
-
type: import("vue").PropType<string>;
|
|
67
|
-
default: string;
|
|
68
|
-
};
|
|
69
|
-
labelClose: {
|
|
70
|
-
type: import("vue").PropType<string>;
|
|
71
|
-
default: string;
|
|
72
|
-
};
|
|
73
|
-
}>>, {
|
|
74
|
-
term: string;
|
|
75
|
-
variations: string;
|
|
76
|
-
relations: string;
|
|
77
|
-
idrelation: string;
|
|
78
|
-
labelClose: string;
|
|
79
|
-
}, {}>;
|
|
80
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
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;
|
|
@@ -1,64 +0,0 @@
|
|
|
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;
|
|
@@ -1,64 +0,0 @@
|
|
|
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;
|
|
@@ -1,63 +0,0 @@
|
|
|
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
|
-
};
|
|
@@ -1,101 +0,0 @@
|
|
|
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;
|
|
@@ -1,39 +0,0 @@
|
|
|
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
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
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;
|
|
@@ -1,17 +0,0 @@
|
|
|
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
|
-
};
|
package/dist/style.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.modal-mask{position:fixed;z-index:9998;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;transition:opacity .3s ease}.modal-container{margin:auto;transition:all .3s ease;z-index:9999}.modal-header h3{margin-top:0;color:#42b983}.modal-body{margin:20px 0}.modal-default-button{float:right}.modal-enter-from,.modal-leave-to{opacity:0}.modal-enter-from .modal-container,.modal-leave-to .modal-container{transform:scale(1.1)}.content[data-v-69793e45]{max-height:0;overflow:hidden}.v-enter-active[data-v-ecd9b088],.v-leave-active[data-v-ecd9b088]{transition:opacity .5s ease}.v-enter-from[data-v-ecd9b088],.v-leave-to[data-v-ecd9b088]{opacity:0}.katex[data-v-24ff8b28]{font-size:1.3em}
|